@ui5/webcomponents 0.0.0-cb061e041 → 0.0.0-cddf8ba1c

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 (1890) hide show
  1. package/.env.production +1 -0
  2. package/CHANGELOG.md +744 -0
  3. package/README.md +2 -1
  4. package/config/wdio.conf.cjs +2 -0
  5. package/dist/.tsbuildinfo +1 -0
  6. package/dist/Avatar.d.ts +54 -34
  7. package/dist/Avatar.js +35 -11
  8. package/dist/Avatar.js.map +1 -1
  9. package/dist/AvatarGroup.d.ts +6 -11
  10. package/dist/AvatarGroup.js +3 -2
  11. package/dist/AvatarGroup.js.map +1 -1
  12. package/dist/Badge.d.ts +1 -1
  13. package/dist/Badge.js.map +1 -1
  14. package/dist/Breadcrumbs.d.ts +12 -16
  15. package/dist/Breadcrumbs.js +1 -1
  16. package/dist/Breadcrumbs.js.map +1 -1
  17. package/dist/BusyIndicator.d.ts +1 -10
  18. package/dist/BusyIndicator.js.map +1 -1
  19. package/dist/Button.d.ts +21 -14
  20. package/dist/Button.js +49 -10
  21. package/dist/Button.js.map +1 -1
  22. package/dist/Calendar.d.ts +7 -3
  23. package/dist/Calendar.js +24 -11
  24. package/dist/Calendar.js.map +1 -1
  25. package/dist/CalendarHeader.d.ts +2 -2
  26. package/dist/CalendarHeader.js +11 -1
  27. package/dist/CalendarHeader.js.map +1 -1
  28. package/dist/CalendarPart.d.ts +2 -1
  29. package/dist/CalendarPart.js +3 -2
  30. package/dist/CalendarPart.js.map +1 -1
  31. package/dist/Card.d.ts +1 -1
  32. package/dist/Card.js.map +1 -1
  33. package/dist/CardHeader.d.ts +2 -1
  34. package/dist/CardHeader.js +2 -1
  35. package/dist/CardHeader.js.map +1 -1
  36. package/dist/Carousel.d.ts +35 -8
  37. package/dist/Carousel.js +16 -0
  38. package/dist/Carousel.js.map +1 -1
  39. package/dist/CheckBox.d.ts +4 -19
  40. package/dist/CheckBox.js +3 -1
  41. package/dist/CheckBox.js.map +1 -1
  42. package/dist/ColorPalette.d.ts +4 -0
  43. package/dist/ColorPalette.js +23 -4
  44. package/dist/ColorPalette.js.map +1 -1
  45. package/dist/ColorPalettePopover.d.ts +25 -7
  46. package/dist/ColorPalettePopover.js +36 -23
  47. package/dist/ColorPalettePopover.js.map +1 -1
  48. package/dist/ColorPicker.js +4 -2
  49. package/dist/ColorPicker.js.map +1 -1
  50. package/dist/ComboBox.d.ts +21 -18
  51. package/dist/ComboBox.js +48 -8
  52. package/dist/ComboBox.js.map +1 -1
  53. package/dist/CustomListItem.d.ts +14 -0
  54. package/dist/CustomListItem.js +14 -0
  55. package/dist/CustomListItem.js.map +1 -1
  56. package/dist/DateComponentBase.d.ts +21 -4
  57. package/dist/DateComponentBase.js +37 -16
  58. package/dist/DateComponentBase.js.map +1 -1
  59. package/dist/DatePicker.d.ts +12 -16
  60. package/dist/DatePicker.js +15 -17
  61. package/dist/DatePicker.js.map +1 -1
  62. package/dist/DateRangePicker.d.ts +6 -4
  63. package/dist/DateRangePicker.js +8 -8
  64. package/dist/DateRangePicker.js.map +1 -1
  65. package/dist/DateTimePicker.d.ts +5 -3
  66. package/dist/DateTimePicker.js +5 -5
  67. package/dist/DateTimePicker.js.map +1 -1
  68. package/dist/DayPicker.d.ts +16 -5
  69. package/dist/DayPicker.js +33 -13
  70. package/dist/DayPicker.js.map +1 -1
  71. package/dist/Dialog.d.ts +27 -9
  72. package/dist/Dialog.js +39 -9
  73. package/dist/Dialog.js.map +1 -1
  74. package/dist/FileUploader.d.ts +8 -12
  75. package/dist/FileUploader.js.map +1 -1
  76. package/dist/Icon.d.ts +1 -15
  77. package/dist/Icon.js.map +1 -1
  78. package/dist/Input.d.ts +18 -16
  79. package/dist/Input.js +54 -27
  80. package/dist/Input.js.map +1 -1
  81. package/dist/Interfaces.d.ts +33 -1
  82. package/dist/Interfaces.js +33 -1
  83. package/dist/Interfaces.js.map +1 -1
  84. package/dist/Label.d.ts +9 -16
  85. package/dist/Label.js +16 -16
  86. package/dist/Label.js.map +1 -1
  87. package/dist/Link.d.ts +12 -7
  88. package/dist/Link.js +3 -0
  89. package/dist/Link.js.map +1 -1
  90. package/dist/List.d.ts +20 -34
  91. package/dist/List.js +45 -14
  92. package/dist/List.js.map +1 -1
  93. package/dist/ListItem.d.ts +31 -5
  94. package/dist/ListItem.js +5 -0
  95. package/dist/ListItem.js.map +1 -1
  96. package/dist/ListItemBase.js +2 -0
  97. package/dist/ListItemBase.js.map +1 -1
  98. package/dist/Menu.d.ts +26 -3
  99. package/dist/Menu.js +103 -31
  100. package/dist/Menu.js.map +1 -1
  101. package/dist/MessageStrip.d.ts +3 -6
  102. package/dist/MessageStrip.js +8 -8
  103. package/dist/MessageStrip.js.map +1 -1
  104. package/dist/MonthPicker.d.ts +4 -3
  105. package/dist/MonthPicker.js +6 -5
  106. package/dist/MonthPicker.js.map +1 -1
  107. package/dist/MultiComboBox.d.ts +34 -27
  108. package/dist/MultiComboBox.js +158 -31
  109. package/dist/MultiComboBox.js.map +1 -1
  110. package/dist/MultiInput.d.ts +3 -1
  111. package/dist/MultiInput.js +26 -2
  112. package/dist/MultiInput.js.map +1 -1
  113. package/dist/Option.d.ts +2 -0
  114. package/dist/Option.js +5 -10
  115. package/dist/Option.js.map +1 -1
  116. package/dist/Panel.d.ts +17 -2
  117. package/dist/Panel.js +6 -0
  118. package/dist/Panel.js.map +1 -1
  119. package/dist/Popover.d.ts +22 -32
  120. package/dist/Popover.js +38 -13
  121. package/dist/Popover.js.map +1 -1
  122. package/dist/Popup.d.ts +5 -7
  123. package/dist/Popup.js +30 -12
  124. package/dist/Popup.js.map +1 -1
  125. package/dist/ProgressIndicator.d.ts +11 -10
  126. package/dist/ProgressIndicator.js +4 -1
  127. package/dist/ProgressIndicator.js.map +1 -1
  128. package/dist/RadioButton.d.ts +9 -17
  129. package/dist/RadioButton.js +18 -6
  130. package/dist/RadioButton.js.map +1 -1
  131. package/dist/RadioButtonGroup.d.ts +1 -0
  132. package/dist/RadioButtonGroup.js +13 -1
  133. package/dist/RadioButtonGroup.js.map +1 -1
  134. package/dist/RatingIndicator.d.ts +33 -1
  135. package/dist/RatingIndicator.js +19 -3
  136. package/dist/RatingIndicator.js.map +1 -1
  137. package/dist/SegmentedButton.d.ts +36 -11
  138. package/dist/SegmentedButton.js +60 -73
  139. package/dist/SegmentedButton.js.map +1 -1
  140. package/dist/SegmentedButtonItem.d.ts +1 -1
  141. package/dist/SegmentedButtonItem.js.map +1 -1
  142. package/dist/Select.d.ts +136 -29
  143. package/dist/Select.js +259 -41
  144. package/dist/Select.js.map +1 -1
  145. package/dist/SelectMenu.d.ts +113 -0
  146. package/dist/SelectMenu.js +242 -0
  147. package/dist/SelectMenu.js.map +1 -0
  148. package/dist/SelectMenuOption.d.ts +118 -0
  149. package/dist/SelectMenuOption.js +92 -0
  150. package/dist/SelectMenuOption.js.map +1 -0
  151. package/dist/SliderBase.d.ts +2 -1
  152. package/dist/SliderBase.js +3 -2
  153. package/dist/SliderBase.js.map +1 -1
  154. package/dist/SplitButton.d.ts +64 -15
  155. package/dist/SplitButton.js +149 -29
  156. package/dist/SplitButton.js.map +1 -1
  157. package/dist/StandardListItem.d.ts +8 -2
  158. package/dist/StandardListItem.js +6 -0
  159. package/dist/StandardListItem.js.map +1 -1
  160. package/dist/StepInput.d.ts +4 -11
  161. package/dist/StepInput.js +1 -0
  162. package/dist/StepInput.js.map +1 -1
  163. package/dist/SuggestionItem.d.ts +2 -2
  164. package/dist/SuggestionItem.js.map +1 -1
  165. package/dist/Switch.d.ts +45 -4
  166. package/dist/Switch.js +30 -2
  167. package/dist/Switch.js.map +1 -1
  168. package/dist/Tab.d.ts +2 -1
  169. package/dist/Tab.js +6 -0
  170. package/dist/Tab.js.map +1 -1
  171. package/dist/TabContainer.d.ts +11 -39
  172. package/dist/TabContainer.js +8 -13
  173. package/dist/TabContainer.js.map +1 -1
  174. package/dist/TabSeparator.d.ts +1 -0
  175. package/dist/TabSeparator.js +1 -0
  176. package/dist/TabSeparator.js.map +1 -1
  177. package/dist/Table.d.ts +14 -13
  178. package/dist/Table.js +8 -9
  179. package/dist/Table.js.map +1 -1
  180. package/dist/TableCell.d.ts +14 -0
  181. package/dist/TableCell.js +19 -2
  182. package/dist/TableCell.js.map +1 -1
  183. package/dist/TableColumn.d.ts +1 -1
  184. package/dist/TableColumn.js.map +1 -1
  185. package/dist/TableGroupRow.d.ts +1 -1
  186. package/dist/TableGroupRow.js +1 -0
  187. package/dist/TableGroupRow.js.map +1 -1
  188. package/dist/TableRow.d.ts +2 -2
  189. package/dist/TableRow.js +2 -2
  190. package/dist/TableRow.js.map +1 -1
  191. package/dist/TextArea.d.ts +7 -12
  192. package/dist/TextArea.js +11 -6
  193. package/dist/TextArea.js.map +1 -1
  194. package/dist/TimePicker.d.ts +24 -18
  195. package/dist/TimePicker.js +26 -18
  196. package/dist/TimePicker.js.map +1 -1
  197. package/dist/TimePickerBase.d.ts +66 -17
  198. package/dist/TimePickerBase.js +158 -51
  199. package/dist/TimePickerBase.js.map +1 -1
  200. package/dist/TimePickerClock.d.ts +367 -0
  201. package/dist/TimePickerClock.js +602 -0
  202. package/dist/TimePickerClock.js.map +1 -0
  203. package/dist/TimePickerInternals.d.ts +222 -0
  204. package/dist/TimePickerInternals.js +372 -0
  205. package/dist/TimePickerInternals.js.map +1 -0
  206. package/dist/TimeSelection.d.ts +1 -1
  207. package/dist/TimeSelection.js +3 -3
  208. package/dist/TimeSelection.js.map +1 -1
  209. package/dist/TimeSelectionClocks.d.ts +115 -0
  210. package/dist/TimeSelectionClocks.js +422 -0
  211. package/dist/TimeSelectionClocks.js.map +1 -0
  212. package/dist/TimeSelectionInputs.d.ts +90 -0
  213. package/dist/TimeSelectionInputs.js +322 -0
  214. package/dist/TimeSelectionInputs.js.map +1 -0
  215. package/dist/Title.d.ts +3 -7
  216. package/dist/Title.js.map +1 -1
  217. package/dist/Toast.d.ts +19 -13
  218. package/dist/Toast.js +55 -2
  219. package/dist/Toast.js.map +1 -1
  220. package/dist/ToggleSpinButton.d.ts +57 -0
  221. package/dist/ToggleSpinButton.js +61 -0
  222. package/dist/ToggleSpinButton.js.map +1 -0
  223. package/dist/Token.d.ts +3 -1
  224. package/dist/Token.js +17 -5
  225. package/dist/Token.js.map +1 -1
  226. package/dist/Tokenizer.d.ts +16 -6
  227. package/dist/Tokenizer.js +84 -28
  228. package/dist/Tokenizer.js.map +1 -1
  229. package/dist/Toolbar.d.ts +221 -0
  230. package/dist/Toolbar.js +467 -0
  231. package/dist/Toolbar.js.map +1 -0
  232. package/dist/ToolbarButton.d.ts +170 -0
  233. package/dist/ToolbarButton.js +114 -0
  234. package/dist/ToolbarButton.js.map +1 -0
  235. package/dist/ToolbarItem.d.ts +109 -0
  236. package/dist/ToolbarItem.js +104 -0
  237. package/dist/ToolbarItem.js.map +1 -0
  238. package/dist/ToolbarRegistry.d.ts +7 -0
  239. package/dist/ToolbarRegistry.js +22 -0
  240. package/dist/ToolbarRegistry.js.map +1 -0
  241. package/dist/ToolbarSelect.d.ts +113 -0
  242. package/dist/ToolbarSelect.js +156 -0
  243. package/dist/ToolbarSelect.js.map +1 -0
  244. package/dist/ToolbarSelectOption.d.ts +40 -0
  245. package/dist/ToolbarSelectOption.js +41 -0
  246. package/dist/ToolbarSelectOption.js.map +1 -0
  247. package/dist/ToolbarSeparator.d.ts +28 -0
  248. package/dist/ToolbarSeparator.js +55 -0
  249. package/dist/ToolbarSeparator.js.map +1 -0
  250. package/dist/ToolbarSpacer.d.ts +46 -0
  251. package/dist/ToolbarSpacer.js +61 -0
  252. package/dist/ToolbarSpacer.js.map +1 -0
  253. package/dist/Tree.d.ts +6 -31
  254. package/dist/Tree.js +6 -9
  255. package/dist/Tree.js.map +1 -1
  256. package/dist/TreeItem.d.ts +2 -2
  257. package/dist/TreeItem.js +1 -1
  258. package/dist/TreeItem.js.map +1 -1
  259. package/dist/TreeItemBase.d.ts +6 -23
  260. package/dist/TreeItemBase.js +14 -25
  261. package/dist/TreeItemBase.js.map +1 -1
  262. package/dist/WheelSlider.js +6 -2
  263. package/dist/WheelSlider.js.map +1 -1
  264. package/dist/YearPicker.js +5 -5
  265. package/dist/YearPicker.js.map +1 -1
  266. package/dist/bundle.common.bootstrap.d.ts +1 -0
  267. package/dist/bundle.common.bootstrap.js.map +1 -0
  268. package/dist/bundle.esm.d.ts +58 -0
  269. package/dist/bundle.esm.js.map +1 -0
  270. package/dist/bundle.scoped.esm.d.ts +2 -0
  271. package/dist/bundle.scoped.esm.js.map +1 -0
  272. package/dist/css/themes/Avatar.css +1 -1
  273. package/dist/css/themes/AvatarGroup.css +1 -1
  274. package/dist/css/themes/Badge.css +1 -1
  275. package/dist/css/themes/Breadcrumbs.css +1 -1
  276. package/dist/css/themes/BreadcrumbsPopover.css +1 -1
  277. package/dist/css/themes/BrowserScrollbar.css +1 -1
  278. package/dist/css/themes/BusyIndicator.css +1 -1
  279. package/dist/css/themes/Button.css +1 -1
  280. package/dist/css/themes/Calendar.css +1 -1
  281. package/dist/css/themes/CalendarHeader.css +1 -1
  282. package/dist/css/themes/Card.css +1 -1
  283. package/dist/css/themes/CardHeader.css +1 -1
  284. package/dist/css/themes/Carousel.css +1 -1
  285. package/dist/css/themes/CheckBox.css +1 -1
  286. package/dist/css/themes/ColorPalette.css +1 -1
  287. package/dist/css/themes/ColorPaletteItem.css +1 -1
  288. package/dist/css/themes/ColorPalettePopover.css +1 -1
  289. package/dist/css/themes/ColorPaletteStaticArea.css +1 -1
  290. package/dist/css/themes/ColorPicker.css +1 -1
  291. package/dist/css/themes/ComboBox.css +1 -1
  292. package/dist/css/themes/ComboBoxPopover.css +1 -1
  293. package/dist/css/themes/CustomListItem.css +1 -1
  294. package/dist/css/themes/DatePicker.css +1 -1
  295. package/dist/css/themes/DatePickerPopover.css +1 -1
  296. package/dist/css/themes/DateRangePicker.css +1 -1
  297. package/dist/css/themes/DateTimePicker.css +1 -1
  298. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  299. package/dist/css/themes/DayPicker.css +1 -1
  300. package/dist/css/themes/Dialog.css +1 -1
  301. package/dist/css/themes/FileUploader.css +1 -1
  302. package/dist/css/themes/FormComponents.css +1 -1
  303. package/dist/css/themes/GroupHeaderListItem.css +1 -1
  304. package/dist/css/themes/GrowingButton.css +1 -1
  305. package/dist/css/themes/Icon.css +1 -1
  306. package/dist/css/themes/Input.css +1 -1
  307. package/dist/css/themes/InputIcon.css +1 -1
  308. package/dist/css/themes/InputSharedStyles.css +1 -0
  309. package/dist/css/themes/InvisibleTextStyles.css +1 -1
  310. package/dist/css/themes/Label.css +1 -1
  311. package/dist/css/themes/Link.css +1 -1
  312. package/dist/css/themes/List.css +1 -1
  313. package/dist/css/themes/ListItem.css +1 -1
  314. package/dist/css/themes/ListItemBase.css +1 -1
  315. package/dist/css/themes/Menu.css +1 -1
  316. package/dist/css/themes/MessageStrip.css +1 -1
  317. package/dist/css/themes/MonthPicker.css +1 -1
  318. package/dist/css/themes/MultiComboBox.css +1 -1
  319. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  320. package/dist/css/themes/MultiInput.css +1 -1
  321. package/dist/css/themes/Panel.css +1 -1
  322. package/dist/css/themes/Popover.css +1 -1
  323. package/dist/css/themes/Popup.css +1 -1
  324. package/dist/css/themes/PopupGlobal.css +1 -1
  325. package/dist/css/themes/PopupStaticAreaStyles.css +1 -1
  326. package/dist/css/themes/PopupsCommon.css +1 -1
  327. package/dist/css/themes/ProgressIndicator.css +1 -1
  328. package/dist/css/themes/RadioButton.css +1 -1
  329. package/dist/css/themes/RangeSlider.css +1 -1
  330. package/dist/css/themes/RatingIndicator.css +1 -1
  331. package/dist/css/themes/ResponsivePopover.css +1 -1
  332. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  333. package/dist/css/themes/SegmentedButton.css +1 -1
  334. package/dist/css/themes/Select.css +1 -1
  335. package/dist/css/themes/SelectMenu.css +1 -0
  336. package/dist/css/themes/SelectMenuOption.css +0 -0
  337. package/dist/css/themes/SelectPopover.css +1 -1
  338. package/dist/css/themes/SliderBase.css +1 -1
  339. package/dist/css/themes/SplitButton.css +1 -1
  340. package/dist/css/themes/StepInput.css +1 -1
  341. package/dist/css/themes/Suggestions.css +1 -1
  342. package/dist/css/themes/Switch.css +1 -1
  343. package/dist/css/themes/Tab.css +1 -1
  344. package/dist/css/themes/TabContainer.css +1 -1
  345. package/dist/css/themes/TabInOverflow.css +1 -1
  346. package/dist/css/themes/TabInStrip.css +1 -1
  347. package/dist/css/themes/TabSemanticIcon.css +1 -1
  348. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  349. package/dist/css/themes/TabSeparatorInStrip.css +1 -1
  350. package/dist/css/themes/Table.css +1 -1
  351. package/dist/css/themes/TableCell.css +1 -1
  352. package/dist/css/themes/TableColumn.css +1 -1
  353. package/dist/css/themes/TableGroupRow.css +1 -1
  354. package/dist/css/themes/TableRow.css +1 -1
  355. package/dist/css/themes/TapHighlightColor.css +1 -1
  356. package/dist/css/themes/TextArea.css +1 -1
  357. package/dist/css/themes/TimePicker.css +1 -1
  358. package/dist/css/themes/TimePickerClock.css +1 -0
  359. package/dist/css/themes/TimePickerPopover.css +1 -1
  360. package/dist/css/themes/TimeSelection.css +1 -1
  361. package/dist/css/themes/TimeSelectionClocks.css +1 -0
  362. package/dist/css/themes/TimeSelectionInputs.css +1 -0
  363. package/dist/css/themes/Title.css +1 -1
  364. package/dist/css/themes/Toast.css +1 -1
  365. package/dist/css/themes/ToggleButton.css +1 -1
  366. package/dist/css/themes/Token.css +1 -1
  367. package/dist/css/themes/Tokenizer.css +1 -1
  368. package/dist/css/themes/TokenizerPopover.css +1 -1
  369. package/dist/css/themes/Toolbar.css +1 -0
  370. package/dist/css/themes/ToolbarButtonPopover.css +1 -0
  371. package/dist/css/themes/ToolbarPopover.css +1 -0
  372. package/dist/css/themes/Tree.css +1 -1
  373. package/dist/css/themes/TreeItem.css +1 -1
  374. package/dist/css/themes/ValueStateMessage.css +1 -1
  375. package/dist/css/themes/WheelSlider.css +1 -1
  376. package/dist/css/themes/YearPicker.css +1 -1
  377. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
  378. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  379. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  380. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  381. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  382. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  383. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  384. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  385. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  386. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
  387. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  388. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  389. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
  390. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  391. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
  392. package/dist/features/InputElementsFormSupport.d.ts +12 -2
  393. package/dist/features/InputElementsFormSupport.js +62 -31
  394. package/dist/features/InputElementsFormSupport.js.map +1 -1
  395. package/dist/features/InputSuggestions.d.ts +13 -8
  396. package/dist/features/InputSuggestions.js +24 -8
  397. package/dist/features/InputSuggestions.js.map +1 -1
  398. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  399. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  400. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  401. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
  402. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  403. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  404. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  405. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  406. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  407. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  408. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  409. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  410. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  411. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  412. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  413. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  414. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  415. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  416. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  417. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  418. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  419. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  420. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  421. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  422. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  423. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  424. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  425. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  426. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  427. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  428. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
  429. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  430. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  431. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  432. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  433. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  434. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  435. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  436. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  437. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  438. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  439. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  440. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
  441. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  442. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  443. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  444. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  445. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  446. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  447. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  448. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  449. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  450. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  451. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  452. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  453. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  454. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  455. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  456. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  457. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
  458. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  459. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  460. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
  461. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  462. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
  463. package/dist/generated/i18n/i18n-defaults.d.ts +17 -1
  464. package/dist/generated/i18n/i18n-defaults.js +18 -1
  465. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  466. package/dist/generated/json-imports/Themes-static.d.ts +1 -0
  467. package/dist/generated/json-imports/Themes-static.js +27 -23
  468. package/dist/generated/json-imports/Themes-static.js.map +1 -0
  469. package/dist/generated/json-imports/Themes.d.ts +1 -0
  470. package/dist/generated/json-imports/Themes.js +27 -25
  471. package/dist/generated/json-imports/Themes.js.map +1 -0
  472. package/dist/generated/json-imports/i18n-static.d.ts +1 -0
  473. package/dist/generated/json-imports/i18n-static.js +113 -107
  474. package/dist/generated/json-imports/i18n-static.js.map +1 -0
  475. package/dist/generated/json-imports/i18n.d.ts +1 -0
  476. package/dist/generated/json-imports/i18n.js +119 -116
  477. package/dist/generated/json-imports/i18n.js.map +1 -0
  478. package/dist/generated/templates/AvatarGroupTemplate.lit.d.ts +1 -1
  479. package/dist/generated/templates/AvatarTemplate.lit.d.ts +1 -1
  480. package/dist/generated/templates/AvatarTemplate.lit.js +3 -3
  481. package/dist/generated/templates/AvatarTemplate.lit.js.map +1 -1
  482. package/dist/generated/templates/BadgeTemplate.lit.d.ts +1 -1
  483. package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.d.ts +1 -1
  484. package/dist/generated/templates/BreadcrumbsTemplate.lit.d.ts +1 -1
  485. package/dist/generated/templates/BusyIndicatorTemplate.lit.d.ts +1 -1
  486. package/dist/generated/templates/BusyIndicatorTemplate.lit.js +1 -1
  487. package/dist/generated/templates/BusyIndicatorTemplate.lit.js.map +1 -1
  488. package/dist/generated/templates/ButtonTemplate.lit.d.ts +1 -1
  489. package/dist/generated/templates/CalendarHeaderTemplate.lit.d.ts +1 -1
  490. package/dist/generated/templates/CalendarTemplate.lit.d.ts +1 -1
  491. package/dist/generated/templates/CalendarTemplate.lit.js +1 -1
  492. package/dist/generated/templates/CalendarTemplate.lit.js.map +1 -1
  493. package/dist/generated/templates/CardHeaderTemplate.lit.d.ts +1 -1
  494. package/dist/generated/templates/CardTemplate.lit.d.ts +1 -1
  495. package/dist/generated/templates/CarouselTemplate.lit.d.ts +1 -1
  496. package/dist/generated/templates/CarouselTemplate.lit.js +2 -2
  497. package/dist/generated/templates/CarouselTemplate.lit.js.map +1 -1
  498. package/dist/generated/templates/CheckBoxTemplate.lit.d.ts +1 -1
  499. package/dist/generated/templates/CheckBoxTemplate.lit.js +1 -1
  500. package/dist/generated/templates/CheckBoxTemplate.lit.js.map +1 -1
  501. package/dist/generated/templates/ColorPaletteDialogTemplate.lit.d.ts +1 -1
  502. package/dist/generated/templates/ColorPaletteItemTemplate.lit.d.ts +1 -1
  503. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.d.ts +1 -1
  504. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js +1 -1
  505. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js.map +1 -1
  506. package/dist/generated/templates/ColorPaletteTemplate.lit.d.ts +1 -1
  507. package/dist/generated/templates/ColorPickerTemplate.lit.d.ts +1 -1
  508. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.d.ts +1 -1
  509. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +3 -3
  510. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js.map +1 -1
  511. package/dist/generated/templates/ComboBoxTemplate.lit.d.ts +1 -1
  512. package/dist/generated/templates/CustomListItemTemplate.lit.d.ts +1 -1
  513. package/dist/generated/templates/CustomListItemTemplate.lit.js +8 -8
  514. package/dist/generated/templates/CustomListItemTemplate.lit.js.map +1 -1
  515. package/dist/generated/templates/DatePickerPopoverTemplate.lit.d.ts +1 -1
  516. package/dist/generated/templates/DatePickerTemplate.lit.d.ts +1 -1
  517. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.d.ts +1 -1
  518. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js +3 -2
  519. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js.map +1 -1
  520. package/dist/generated/templates/DayPickerTemplate.lit.d.ts +1 -1
  521. package/dist/generated/templates/DayPickerTemplate.lit.js +2 -2
  522. package/dist/generated/templates/DayPickerTemplate.lit.js.map +1 -1
  523. package/dist/generated/templates/DialogTemplate.lit.d.ts +1 -1
  524. package/dist/generated/templates/DialogTemplate.lit.js +9 -4
  525. package/dist/generated/templates/DialogTemplate.lit.js.map +1 -1
  526. package/dist/generated/templates/FileUploaderPopoverTemplate.lit.d.ts +1 -1
  527. package/dist/generated/templates/FileUploaderTemplate.lit.d.ts +1 -1
  528. package/dist/generated/templates/GroupHeaderListItemTemplate.lit.d.ts +1 -1
  529. package/dist/generated/templates/IconTemplate.lit.d.ts +1 -1
  530. package/dist/generated/templates/InputPopoverTemplate.lit.d.ts +1 -1
  531. package/dist/generated/templates/InputPopoverTemplate.lit.js +3 -3
  532. package/dist/generated/templates/InputPopoverTemplate.lit.js.map +1 -1
  533. package/dist/generated/templates/InputTemplate.lit.d.ts +1 -1
  534. package/dist/generated/templates/InputTemplate.lit.js +1 -1
  535. package/dist/generated/templates/InputTemplate.lit.js.map +1 -1
  536. package/dist/generated/templates/LabelTemplate.lit.d.ts +1 -1
  537. package/dist/generated/templates/LabelTemplate.lit.js +2 -2
  538. package/dist/generated/templates/LabelTemplate.lit.js.map +1 -1
  539. package/dist/generated/templates/LinkTemplate.lit.d.ts +1 -1
  540. package/dist/generated/templates/LinkTemplate.lit.js +1 -1
  541. package/dist/generated/templates/LinkTemplate.lit.js.map +1 -1
  542. package/dist/generated/templates/ListItemTemplate.lit.d.ts +1 -1
  543. package/dist/generated/templates/ListItemTemplate.lit.js +8 -8
  544. package/dist/generated/templates/ListItemTemplate.lit.js.map +1 -1
  545. package/dist/generated/templates/ListTemplate.lit.d.ts +1 -1
  546. package/dist/generated/templates/ListTemplate.lit.js +1 -1
  547. package/dist/generated/templates/ListTemplate.lit.js.map +1 -1
  548. package/dist/generated/templates/MenuTemplate.lit.d.ts +1 -1
  549. package/dist/generated/templates/MenuTemplate.lit.js +2 -2
  550. package/dist/generated/templates/MenuTemplate.lit.js.map +1 -1
  551. package/dist/generated/templates/MessageStripTemplate.lit.d.ts +1 -1
  552. package/dist/generated/templates/MonthPickerTemplate.lit.d.ts +1 -1
  553. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.d.ts +1 -1
  554. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +3 -3
  555. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
  556. package/dist/generated/templates/MultiComboBoxTemplate.lit.d.ts +1 -1
  557. package/dist/generated/templates/MultiComboBoxTemplate.lit.js +1 -1
  558. package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
  559. package/dist/generated/templates/MultiInputTemplate.lit.d.ts +1 -1
  560. package/dist/generated/templates/MultiInputTemplate.lit.js +2 -2
  561. package/dist/generated/templates/MultiInputTemplate.lit.js.map +1 -1
  562. package/dist/generated/templates/PanelTemplate.lit.d.ts +1 -1
  563. package/dist/generated/templates/PanelTemplate.lit.js +1 -1
  564. package/dist/generated/templates/PanelTemplate.lit.js.map +1 -1
  565. package/dist/generated/templates/PopoverTemplate.lit.d.ts +1 -1
  566. package/dist/generated/templates/PopupBlockLayerTemplate.lit.d.ts +1 -1
  567. package/dist/generated/templates/PopupTemplate.lit.d.ts +1 -1
  568. package/dist/generated/templates/ProgressIndicatorTemplate.lit.d.ts +1 -1
  569. package/dist/generated/templates/ProgressIndicatorTemplate.lit.js +1 -1
  570. package/dist/generated/templates/ProgressIndicatorTemplate.lit.js.map +1 -1
  571. package/dist/generated/templates/RadioButtonTemplate.lit.d.ts +1 -1
  572. package/dist/generated/templates/RangeSliderTemplate.lit.d.ts +1 -1
  573. package/dist/generated/templates/RatingIndicatorTemplate.lit.d.ts +1 -1
  574. package/dist/generated/templates/RatingIndicatorTemplate.lit.js +1 -1
  575. package/dist/generated/templates/RatingIndicatorTemplate.lit.js.map +1 -1
  576. package/dist/generated/templates/ResponsivePopoverTemplate.lit.d.ts +1 -1
  577. package/dist/generated/templates/SegmentedButtonItemTemplate.lit.d.ts +1 -1
  578. package/dist/generated/templates/SegmentedButtonTemplate.lit.d.ts +1 -1
  579. package/dist/generated/templates/SelectMenuTemplate.lit.d.ts +4 -0
  580. package/dist/generated/templates/SelectMenuTemplate.lit.js +15 -0
  581. package/dist/generated/templates/SelectMenuTemplate.lit.js.map +1 -0
  582. package/dist/generated/templates/SelectPopoverTemplate.lit.d.ts +1 -1
  583. package/dist/generated/templates/SelectPopoverTemplate.lit.js +1 -1
  584. package/dist/generated/templates/SelectPopoverTemplate.lit.js.map +1 -1
  585. package/dist/generated/templates/SelectTemplate.lit.d.ts +1 -1
  586. package/dist/generated/templates/SelectTemplate.lit.js +5 -2
  587. package/dist/generated/templates/SelectTemplate.lit.js.map +1 -1
  588. package/dist/generated/templates/SliderBaseTemplate.lit.d.ts +1 -1
  589. package/dist/generated/templates/SliderTemplate.lit.d.ts +1 -1
  590. package/dist/generated/templates/SplitButtonTemplate.lit.d.ts +1 -1
  591. package/dist/generated/templates/SplitButtonTemplate.lit.js +1 -1
  592. package/dist/generated/templates/SplitButtonTemplate.lit.js.map +1 -1
  593. package/dist/generated/templates/StandardListItemTemplate.lit.d.ts +1 -1
  594. package/dist/generated/templates/StandardListItemTemplate.lit.js +8 -8
  595. package/dist/generated/templates/StandardListItemTemplate.lit.js.map +1 -1
  596. package/dist/generated/templates/StepInputTemplate.lit.d.ts +1 -1
  597. package/dist/generated/templates/SuggestionListItemTemplate.lit.d.ts +1 -1
  598. package/dist/generated/templates/SuggestionListItemTemplate.lit.js +8 -8
  599. package/dist/generated/templates/SuggestionListItemTemplate.lit.js.map +1 -1
  600. package/dist/generated/templates/SwitchTemplate.lit.d.ts +1 -1
  601. package/dist/generated/templates/SwitchTemplate.lit.js +1 -1
  602. package/dist/generated/templates/SwitchTemplate.lit.js.map +1 -1
  603. package/dist/generated/templates/TabContainerPopoverTemplate.lit.d.ts +1 -1
  604. package/dist/generated/templates/TabContainerTemplate.lit.d.ts +1 -1
  605. package/dist/generated/templates/TabContainerTemplate.lit.js +1 -1
  606. package/dist/generated/templates/TabContainerTemplate.lit.js.map +1 -1
  607. package/dist/generated/templates/TabInOverflowTemplate.lit.d.ts +1 -1
  608. package/dist/generated/templates/TabInStripTemplate.lit.d.ts +1 -1
  609. package/dist/generated/templates/TabInStripTemplate.lit.js +2 -2
  610. package/dist/generated/templates/TabInStripTemplate.lit.js.map +1 -1
  611. package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.d.ts +1 -1
  612. package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js +1 -1
  613. package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js.map +1 -1
  614. package/dist/generated/templates/TabSeparatorInStripTemplate.lit.d.ts +1 -1
  615. package/dist/generated/templates/TabSeparatorInStripTemplate.lit.js +1 -1
  616. package/dist/generated/templates/TabSeparatorInStripTemplate.lit.js.map +1 -1
  617. package/dist/generated/templates/TabTemplate.lit.d.ts +1 -1
  618. package/dist/generated/templates/TabTemplate.lit.js +1 -1
  619. package/dist/generated/templates/TabTemplate.lit.js.map +1 -1
  620. package/dist/generated/templates/TableCellTemplate.lit.d.ts +1 -1
  621. package/dist/generated/templates/TableColumnTemplate.lit.d.ts +1 -1
  622. package/dist/generated/templates/TableGroupRowTemplate.lit.d.ts +1 -1
  623. package/dist/generated/templates/TableRowTemplate.lit.d.ts +1 -1
  624. package/dist/generated/templates/TableRowTemplate.lit.js +1 -1
  625. package/dist/generated/templates/TableRowTemplate.lit.js.map +1 -1
  626. package/dist/generated/templates/TableTemplate.lit.d.ts +1 -1
  627. package/dist/generated/templates/TableTemplate.lit.js +1 -1
  628. package/dist/generated/templates/TableTemplate.lit.js.map +1 -1
  629. package/dist/generated/templates/TextAreaPopoverTemplate.lit.d.ts +1 -1
  630. package/dist/generated/templates/TextAreaTemplate.lit.d.ts +1 -1
  631. package/dist/generated/templates/TimePickerClockTemplate.lit.d.ts +4 -0
  632. package/dist/generated/templates/TimePickerClockTemplate.lit.js +11 -0
  633. package/dist/generated/templates/TimePickerClockTemplate.lit.js.map +1 -0
  634. package/dist/generated/templates/TimePickerPopoverTemplate.lit.d.ts +1 -1
  635. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js +2 -1
  636. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js.map +1 -1
  637. package/dist/generated/templates/TimePickerTemplate.lit.d.ts +1 -1
  638. package/dist/generated/templates/TimePickerTemplate.lit.js +1 -1
  639. package/dist/generated/templates/TimePickerTemplate.lit.js.map +1 -1
  640. package/dist/generated/templates/TimeSelectionClocksTemplate.lit.d.ts +4 -0
  641. package/dist/generated/templates/TimeSelectionClocksTemplate.lit.js +10 -0
  642. package/dist/generated/templates/TimeSelectionClocksTemplate.lit.js.map +1 -0
  643. package/dist/generated/templates/TimeSelectionInputsTemplate.lit.d.ts +4 -0
  644. package/dist/generated/templates/TimeSelectionInputsTemplate.lit.js +9 -0
  645. package/dist/generated/templates/TimeSelectionInputsTemplate.lit.js.map +1 -0
  646. package/dist/generated/templates/TimeSelectionTemplate.lit.d.ts +1 -1
  647. package/dist/generated/templates/TitleTemplate.lit.d.ts +1 -1
  648. package/dist/generated/templates/ToastTemplate.lit.d.ts +1 -1
  649. package/dist/generated/templates/ToastTemplate.lit.js +2 -2
  650. package/dist/generated/templates/ToastTemplate.lit.js.map +1 -1
  651. package/dist/generated/templates/ToggleButtonTemplate.lit.d.ts +1 -1
  652. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.d.ts +4 -0
  653. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js +7 -0
  654. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js.map +1 -0
  655. package/dist/generated/templates/TokenTemplate.lit.d.ts +1 -1
  656. package/dist/generated/templates/TokenTemplate.lit.js +3 -3
  657. package/dist/generated/templates/TokenTemplate.lit.js.map +1 -1
  658. package/dist/generated/templates/TokenizerPopoverTemplate.lit.d.ts +1 -1
  659. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js +7 -4
  660. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js.map +1 -1
  661. package/dist/generated/templates/TokenizerTemplate.lit.d.ts +1 -1
  662. package/dist/generated/templates/TokenizerTemplate.lit.js +2 -2
  663. package/dist/generated/templates/TokenizerTemplate.lit.js.map +1 -1
  664. package/dist/generated/templates/ToolbarButtonTemplate.lit.d.ts +4 -0
  665. package/dist/generated/templates/ToolbarButtonTemplate.lit.js +5 -0
  666. package/dist/generated/templates/ToolbarButtonTemplate.lit.js.map +1 -0
  667. package/dist/generated/templates/ToolbarPopoverButtonTemplate.lit.d.ts +4 -0
  668. package/dist/generated/templates/ToolbarPopoverButtonTemplate.lit.js +5 -0
  669. package/dist/generated/templates/ToolbarPopoverButtonTemplate.lit.js.map +1 -0
  670. package/dist/generated/templates/ToolbarPopoverSelectTemplate.lit.d.ts +4 -0
  671. package/dist/generated/templates/ToolbarPopoverSelectTemplate.lit.js +6 -0
  672. package/dist/generated/templates/ToolbarPopoverSelectTemplate.lit.js.map +1 -0
  673. package/dist/generated/templates/ToolbarPopoverSeparatorTemplate.lit.d.ts +4 -0
  674. package/dist/generated/templates/ToolbarPopoverSeparatorTemplate.lit.js +5 -0
  675. package/dist/generated/templates/ToolbarPopoverSeparatorTemplate.lit.js.map +1 -0
  676. package/dist/generated/templates/ToolbarPopoverTemplate.lit.d.ts +4 -0
  677. package/dist/generated/templates/ToolbarPopoverTemplate.lit.js +6 -0
  678. package/dist/generated/templates/ToolbarPopoverTemplate.lit.js.map +1 -0
  679. package/dist/generated/templates/ToolbarSelectTemplate.lit.d.ts +4 -0
  680. package/dist/generated/templates/ToolbarSelectTemplate.lit.js +6 -0
  681. package/dist/generated/templates/ToolbarSelectTemplate.lit.js.map +1 -0
  682. package/dist/generated/templates/ToolbarSeparatorTemplate.lit.d.ts +4 -0
  683. package/dist/generated/templates/ToolbarSeparatorTemplate.lit.js +5 -0
  684. package/dist/generated/templates/ToolbarSeparatorTemplate.lit.js.map +1 -0
  685. package/dist/generated/templates/ToolbarSpacerTemplate.lit.d.ts +4 -0
  686. package/dist/generated/templates/ToolbarSpacerTemplate.lit.js +5 -0
  687. package/dist/generated/templates/ToolbarSpacerTemplate.lit.js.map +1 -0
  688. package/dist/generated/templates/ToolbarTemplate.lit.d.ts +4 -0
  689. package/dist/generated/templates/ToolbarTemplate.lit.js +6 -0
  690. package/dist/generated/templates/ToolbarTemplate.lit.js.map +1 -0
  691. package/dist/generated/templates/TreeItemBaseTemplate.lit.d.ts +1 -1
  692. package/dist/generated/templates/TreeItemBaseTemplate.lit.js +14 -15
  693. package/dist/generated/templates/TreeItemBaseTemplate.lit.js.map +1 -1
  694. package/dist/generated/templates/TreeItemCustomTemplate.lit.d.ts +1 -1
  695. package/dist/generated/templates/TreeItemCustomTemplate.lit.js +14 -15
  696. package/dist/generated/templates/TreeItemCustomTemplate.lit.js.map +1 -1
  697. package/dist/generated/templates/TreeItemTemplate.lit.d.ts +1 -1
  698. package/dist/generated/templates/TreeItemTemplate.lit.js +14 -15
  699. package/dist/generated/templates/TreeItemTemplate.lit.js.map +1 -1
  700. package/dist/generated/templates/TreeTemplate.lit.d.ts +1 -1
  701. package/dist/generated/templates/WheelSliderTemplate.lit.d.ts +1 -1
  702. package/dist/generated/templates/YearPickerTemplate.lit.d.ts +1 -1
  703. package/dist/generated/themes/Avatar.css.js +6 -5
  704. package/dist/generated/themes/Avatar.css.js.map +1 -1
  705. package/dist/generated/themes/AvatarGroup.css.js +6 -5
  706. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  707. package/dist/generated/themes/Badge.css.js +6 -5
  708. package/dist/generated/themes/Badge.css.js.map +1 -1
  709. package/dist/generated/themes/Breadcrumbs.css.js +6 -5
  710. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  711. package/dist/generated/themes/BreadcrumbsPopover.css.js +6 -5
  712. package/dist/generated/themes/BreadcrumbsPopover.css.js.map +1 -1
  713. package/dist/generated/themes/BrowserScrollbar.css.js +6 -5
  714. package/dist/generated/themes/BrowserScrollbar.css.js.map +1 -1
  715. package/dist/generated/themes/BusyIndicator.css.js +6 -5
  716. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  717. package/dist/generated/themes/Button.css.js +6 -5
  718. package/dist/generated/themes/Button.css.js.map +1 -1
  719. package/dist/generated/themes/Calendar.css.js +6 -5
  720. package/dist/generated/themes/Calendar.css.js.map +1 -1
  721. package/dist/generated/themes/CalendarHeader.css.js +6 -5
  722. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  723. package/dist/generated/themes/Card.css.js +6 -5
  724. package/dist/generated/themes/Card.css.js.map +1 -1
  725. package/dist/generated/themes/CardHeader.css.js +6 -5
  726. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  727. package/dist/generated/themes/Carousel.css.js +6 -5
  728. package/dist/generated/themes/Carousel.css.js.map +1 -1
  729. package/dist/generated/themes/CheckBox.css.js +6 -5
  730. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  731. package/dist/generated/themes/ColorPalette.css.js +6 -5
  732. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  733. package/dist/generated/themes/ColorPaletteItem.css.js +6 -5
  734. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  735. package/dist/generated/themes/ColorPalettePopover.css.js +6 -5
  736. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  737. package/dist/generated/themes/ColorPaletteStaticArea.css.js +6 -5
  738. package/dist/generated/themes/ColorPaletteStaticArea.css.js.map +1 -1
  739. package/dist/generated/themes/ColorPicker.css.js +6 -5
  740. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  741. package/dist/generated/themes/ComboBox.css.js +6 -5
  742. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  743. package/dist/generated/themes/ComboBoxPopover.css.js +6 -5
  744. package/dist/generated/themes/ComboBoxPopover.css.js.map +1 -1
  745. package/dist/generated/themes/CustomListItem.css.js +6 -5
  746. package/dist/generated/themes/CustomListItem.css.js.map +1 -1
  747. package/dist/generated/themes/DatePicker.css.js +6 -5
  748. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  749. package/dist/generated/themes/DatePickerPopover.css.js +6 -5
  750. package/dist/generated/themes/DatePickerPopover.css.js.map +1 -1
  751. package/dist/generated/themes/DateRangePicker.css.js +6 -5
  752. package/dist/generated/themes/DateRangePicker.css.js.map +1 -1
  753. package/dist/generated/themes/DateTimePicker.css.js +6 -5
  754. package/dist/generated/themes/DateTimePicker.css.js.map +1 -1
  755. package/dist/generated/themes/DateTimePickerPopover.css.js +6 -5
  756. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  757. package/dist/generated/themes/DayPicker.css.js +6 -5
  758. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  759. package/dist/generated/themes/Dialog.css.js +6 -5
  760. package/dist/generated/themes/Dialog.css.js.map +1 -1
  761. package/dist/generated/themes/FileUploader.css.js +6 -5
  762. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  763. package/dist/generated/themes/FormComponents.css.js +6 -5
  764. package/dist/generated/themes/FormComponents.css.js.map +1 -1
  765. package/dist/generated/themes/GroupHeaderListItem.css.js +6 -5
  766. package/dist/generated/themes/GroupHeaderListItem.css.js.map +1 -1
  767. package/dist/generated/themes/GrowingButton.css.js +6 -5
  768. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  769. package/dist/generated/themes/Icon.css.js +6 -5
  770. package/dist/generated/themes/Icon.css.js.map +1 -1
  771. package/dist/generated/themes/Input.css.js +6 -5
  772. package/dist/generated/themes/Input.css.js.map +1 -1
  773. package/dist/generated/themes/InputIcon.css.js +6 -5
  774. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  775. package/dist/generated/themes/InputSharedStyles.css.d.ts +3 -0
  776. package/dist/generated/themes/InputSharedStyles.css.js +9 -0
  777. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -0
  778. package/dist/generated/themes/InvisibleTextStyles.css.js +6 -5
  779. package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -1
  780. package/dist/generated/themes/Label.css.js +6 -5
  781. package/dist/generated/themes/Label.css.js.map +1 -1
  782. package/dist/generated/themes/Link.css.js +6 -5
  783. package/dist/generated/themes/Link.css.js.map +1 -1
  784. package/dist/generated/themes/List.css.js +6 -5
  785. package/dist/generated/themes/List.css.js.map +1 -1
  786. package/dist/generated/themes/ListItem.css.js +6 -5
  787. package/dist/generated/themes/ListItem.css.js.map +1 -1
  788. package/dist/generated/themes/ListItemBase.css.js +6 -5
  789. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  790. package/dist/generated/themes/Menu.css.js +6 -5
  791. package/dist/generated/themes/Menu.css.js.map +1 -1
  792. package/dist/generated/themes/MessageStrip.css.js +6 -5
  793. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  794. package/dist/generated/themes/MonthPicker.css.js +6 -5
  795. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  796. package/dist/generated/themes/MultiComboBox.css.js +6 -5
  797. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  798. package/dist/generated/themes/MultiComboBoxPopover.css.js +6 -5
  799. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  800. package/dist/generated/themes/MultiInput.css.js +6 -5
  801. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  802. package/dist/generated/themes/Panel.css.js +6 -5
  803. package/dist/generated/themes/Panel.css.js.map +1 -1
  804. package/dist/generated/themes/Popover.css.js +6 -5
  805. package/dist/generated/themes/Popover.css.js.map +1 -1
  806. package/dist/generated/themes/Popup.css.js +6 -5
  807. package/dist/generated/themes/Popup.css.js.map +1 -1
  808. package/dist/generated/themes/PopupGlobal.css.js +6 -5
  809. package/dist/generated/themes/PopupGlobal.css.js.map +1 -1
  810. package/dist/generated/themes/PopupStaticAreaStyles.css.js +6 -5
  811. package/dist/generated/themes/PopupStaticAreaStyles.css.js.map +1 -1
  812. package/dist/generated/themes/PopupsCommon.css.js +6 -5
  813. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  814. package/dist/generated/themes/ProgressIndicator.css.js +6 -5
  815. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  816. package/dist/generated/themes/RadioButton.css.js +6 -5
  817. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  818. package/dist/generated/themes/RangeSlider.css.js +6 -5
  819. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  820. package/dist/generated/themes/RatingIndicator.css.js +6 -5
  821. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  822. package/dist/generated/themes/ResponsivePopover.css.js +6 -5
  823. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  824. package/dist/generated/themes/ResponsivePopoverCommon.css.js +6 -5
  825. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  826. package/dist/generated/themes/SegmentedButton.css.js +6 -5
  827. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  828. package/dist/generated/themes/Select.css.js +6 -5
  829. package/dist/generated/themes/Select.css.js.map +1 -1
  830. package/dist/generated/themes/SelectMenu.css.d.ts +3 -0
  831. package/dist/generated/themes/SelectMenu.css.js +9 -0
  832. package/dist/generated/themes/SelectMenu.css.js.map +1 -0
  833. package/dist/generated/themes/SelectMenuOption.css.d.ts +3 -0
  834. package/dist/generated/themes/SelectMenuOption.css.js +8 -0
  835. package/dist/generated/themes/SelectMenuOption.css.js.map +1 -0
  836. package/dist/generated/themes/SelectPopover.css.js +6 -5
  837. package/dist/generated/themes/SelectPopover.css.js.map +1 -1
  838. package/dist/generated/themes/SliderBase.css.js +6 -5
  839. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  840. package/dist/generated/themes/SplitButton.css.js +6 -5
  841. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  842. package/dist/generated/themes/StepInput.css.js +6 -5
  843. package/dist/generated/themes/StepInput.css.js.map +1 -1
  844. package/dist/generated/themes/Suggestions.css.js +6 -5
  845. package/dist/generated/themes/Suggestions.css.js.map +1 -1
  846. package/dist/generated/themes/Switch.css.js +6 -5
  847. package/dist/generated/themes/Switch.css.js.map +1 -1
  848. package/dist/generated/themes/Tab.css.js +6 -5
  849. package/dist/generated/themes/Tab.css.js.map +1 -1
  850. package/dist/generated/themes/TabContainer.css.js +6 -5
  851. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  852. package/dist/generated/themes/TabInOverflow.css.js +6 -5
  853. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  854. package/dist/generated/themes/TabInStrip.css.js +6 -5
  855. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  856. package/dist/generated/themes/TabSemanticIcon.css.js +6 -5
  857. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  858. package/dist/generated/themes/TabSeparatorInOverflow.css.js +6 -5
  859. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  860. package/dist/generated/themes/TabSeparatorInStrip.css.js +6 -5
  861. package/dist/generated/themes/TabSeparatorInStrip.css.js.map +1 -1
  862. package/dist/generated/themes/Table.css.js +6 -5
  863. package/dist/generated/themes/Table.css.js.map +1 -1
  864. package/dist/generated/themes/TableCell.css.js +6 -5
  865. package/dist/generated/themes/TableCell.css.js.map +1 -1
  866. package/dist/generated/themes/TableColumn.css.js +6 -5
  867. package/dist/generated/themes/TableColumn.css.js.map +1 -1
  868. package/dist/generated/themes/TableGroupRow.css.js +6 -5
  869. package/dist/generated/themes/TableGroupRow.css.js.map +1 -1
  870. package/dist/generated/themes/TableRow.css.js +6 -5
  871. package/dist/generated/themes/TableRow.css.js.map +1 -1
  872. package/dist/generated/themes/TapHighlightColor.css.js +6 -5
  873. package/dist/generated/themes/TapHighlightColor.css.js.map +1 -1
  874. package/dist/generated/themes/TextArea.css.js +6 -5
  875. package/dist/generated/themes/TextArea.css.js.map +1 -1
  876. package/dist/generated/themes/TimePicker.css.js +6 -5
  877. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  878. package/dist/generated/themes/TimePickerClock.css.d.ts +3 -0
  879. package/dist/generated/themes/TimePickerClock.css.js +9 -0
  880. package/dist/generated/themes/TimePickerClock.css.js.map +1 -0
  881. package/dist/generated/themes/TimePickerPopover.css.js +6 -5
  882. package/dist/generated/themes/TimePickerPopover.css.js.map +1 -1
  883. package/dist/generated/themes/TimeSelection.css.js +6 -5
  884. package/dist/generated/themes/TimeSelection.css.js.map +1 -1
  885. package/dist/generated/themes/TimeSelectionClocks.css.d.ts +3 -0
  886. package/dist/generated/themes/TimeSelectionClocks.css.js +9 -0
  887. package/dist/generated/themes/TimeSelectionClocks.css.js.map +1 -0
  888. package/dist/generated/themes/TimeSelectionInputs.css.d.ts +3 -0
  889. package/dist/generated/themes/TimeSelectionInputs.css.js +9 -0
  890. package/dist/generated/themes/TimeSelectionInputs.css.js.map +1 -0
  891. package/dist/generated/themes/Title.css.js +6 -5
  892. package/dist/generated/themes/Title.css.js.map +1 -1
  893. package/dist/generated/themes/Toast.css.js +6 -5
  894. package/dist/generated/themes/Toast.css.js.map +1 -1
  895. package/dist/generated/themes/ToggleButton.css.js +6 -5
  896. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  897. package/dist/generated/themes/Token.css.js +6 -5
  898. package/dist/generated/themes/Token.css.js.map +1 -1
  899. package/dist/generated/themes/Tokenizer.css.js +6 -5
  900. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  901. package/dist/generated/themes/TokenizerPopover.css.js +6 -5
  902. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  903. package/dist/generated/themes/Toolbar.css.d.ts +3 -0
  904. package/dist/generated/themes/Toolbar.css.js +9 -0
  905. package/dist/generated/themes/Toolbar.css.js.map +1 -0
  906. package/dist/generated/themes/ToolbarButtonPopover.css.d.ts +3 -0
  907. package/dist/generated/themes/ToolbarButtonPopover.css.js +9 -0
  908. package/dist/generated/themes/ToolbarButtonPopover.css.js.map +1 -0
  909. package/dist/generated/themes/ToolbarPopover.css.d.ts +3 -0
  910. package/dist/generated/themes/ToolbarPopover.css.js +9 -0
  911. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -0
  912. package/dist/generated/themes/Tree.css.js +6 -5
  913. package/dist/generated/themes/Tree.css.js.map +1 -1
  914. package/dist/generated/themes/TreeItem.css.js +6 -5
  915. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  916. package/dist/generated/themes/ValueStateMessage.css.js +6 -5
  917. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  918. package/dist/generated/themes/WheelSlider.css.js +6 -5
  919. package/dist/generated/themes/WheelSlider.css.js.map +1 -1
  920. package/dist/generated/themes/YearPicker.css.js +6 -5
  921. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  922. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +2 -1
  923. package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -1
  924. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +2 -1
  925. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -1
  926. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +2 -1
  927. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -1
  928. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +2 -1
  929. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  930. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +2 -1
  931. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  932. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +2 -1
  933. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  934. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +2 -1
  935. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  936. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +2 -1
  937. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  938. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +2 -1
  939. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  940. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +3 -0
  941. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +4 -0
  942. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
  943. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +2 -1
  944. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  945. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +2 -1
  946. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  947. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +3 -0
  948. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +4 -0
  949. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
  950. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +2 -1
  951. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  952. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +3 -0
  953. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +4 -0
  954. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
  955. package/dist/popup-utils/OpenedPopupsRegistry.js +1 -0
  956. package/dist/popup-utils/OpenedPopupsRegistry.js.map +1 -1
  957. package/dist/popup-utils/PopoverRegistry.js +2 -2
  958. package/dist/popup-utils/PopoverRegistry.js.map +1 -1
  959. package/dist/types/BackgroundDesign.d.ts +30 -0
  960. package/dist/types/BackgroundDesign.js +32 -0
  961. package/dist/types/BackgroundDesign.js.map +1 -0
  962. package/dist/types/BorderDesign.d.ts +24 -0
  963. package/dist/types/BorderDesign.js +26 -0
  964. package/dist/types/BorderDesign.js.map +1 -0
  965. package/dist/types/ButtonType.d.ts +30 -0
  966. package/dist/types/ButtonType.js +32 -0
  967. package/dist/types/ButtonType.js.map +1 -0
  968. package/dist/types/SegmentedButtonMode.d.ts +24 -0
  969. package/dist/types/SegmentedButtonMode.js +26 -0
  970. package/dist/types/SegmentedButtonMode.js.map +1 -0
  971. package/dist/types/ToolbarAlign.d.ts +25 -0
  972. package/dist/types/ToolbarAlign.js +27 -0
  973. package/dist/types/ToolbarAlign.js.map +1 -0
  974. package/dist/types/ToolbarItemOverflowBehavior.d.ts +31 -0
  975. package/dist/types/ToolbarItemOverflowBehavior.js +33 -0
  976. package/dist/types/ToolbarItemOverflowBehavior.js.map +1 -0
  977. package/package-scripts.cjs +1 -0
  978. package/package.json +14 -8
  979. package/src/Avatar.hbs +4 -2
  980. package/src/BusyIndicator.hbs +1 -1
  981. package/src/Calendar.hbs +4 -4
  982. package/src/Carousel.hbs +29 -30
  983. package/src/CheckBox.hbs +1 -1
  984. package/src/ColorPalettePopover.hbs +3 -0
  985. package/src/ComboBoxPopover.hbs +25 -19
  986. package/src/DateTimePickerPopover.hbs +12 -10
  987. package/src/DayPicker.hbs +1 -1
  988. package/src/Dialog.hbs +33 -16
  989. package/src/Input.hbs +1 -1
  990. package/src/InputPopover.hbs +8 -7
  991. package/src/Label.hbs +10 -7
  992. package/src/Link.hbs +1 -0
  993. package/src/List.hbs +1 -0
  994. package/src/ListItem.hbs +5 -1
  995. package/src/Menu.hbs +11 -5
  996. package/src/MultiComboBox.hbs +6 -0
  997. package/src/MultiComboBoxPopover.hbs +11 -11
  998. package/src/MultiInput.hbs +1 -1
  999. package/src/Panel.hbs +1 -1
  1000. package/src/ProgressIndicator.hbs +1 -0
  1001. package/src/RatingIndicator.hbs +3 -2
  1002. package/src/Select.hbs +13 -6
  1003. package/src/SelectMenu.hbs +57 -0
  1004. package/src/SelectPopover.hbs +1 -1
  1005. package/src/SplitButton.hbs +7 -5
  1006. package/src/Switch.hbs +2 -0
  1007. package/src/Tab.hbs +3 -1
  1008. package/src/TabContainer.hbs +1 -0
  1009. package/src/TabInStrip.hbs +1 -1
  1010. package/src/TabSeparatorInOverflow.hbs +0 -1
  1011. package/src/TabSeparatorInStrip.hbs +0 -1
  1012. package/src/Table.hbs +2 -2
  1013. package/src/TableRow.hbs +0 -1
  1014. package/src/TimePicker.hbs +10 -2
  1015. package/src/TimePickerClock.hbs +51 -0
  1016. package/src/TimePickerPopover.hbs +35 -10
  1017. package/src/TimeSelectionClocks.hbs +71 -0
  1018. package/src/TimeSelectionInputs.hbs +41 -0
  1019. package/src/Toast.hbs +4 -0
  1020. package/src/ToggleSpinButton.hbs +10 -0
  1021. package/src/Token.hbs +2 -3
  1022. package/src/Tokenizer.hbs +2 -1
  1023. package/src/TokenizerPopover.hbs +28 -8
  1024. package/src/Toolbar.hbs +20 -0
  1025. package/src/ToolbarButton.hbs +19 -0
  1026. package/src/ToolbarPopover.hbs +14 -0
  1027. package/src/ToolbarPopoverButton.hbs +16 -0
  1028. package/src/ToolbarPopoverSelect.hbs +12 -0
  1029. package/src/ToolbarPopoverSeparator.hbs +5 -0
  1030. package/src/ToolbarSelect.hbs +13 -0
  1031. package/src/ToolbarSeparator.hbs +4 -0
  1032. package/src/ToolbarSpacer.hbs +6 -0
  1033. package/src/TreeItemBase.hbs +1 -12
  1034. package/src/i18n/messagebundle.properties +47 -0
  1035. package/src/i18n/messagebundle_ar.properties +32 -1
  1036. package/src/i18n/messagebundle_bg.properties +31 -0
  1037. package/src/i18n/messagebundle_ca.properties +31 -0
  1038. package/{dist/i18n/messagebundle_sh.properties → src/i18n/messagebundle_cnr.properties} +54 -23
  1039. package/src/i18n/messagebundle_cs.properties +32 -1
  1040. package/src/i18n/messagebundle_cy.properties +32 -1
  1041. package/src/i18n/messagebundle_da.properties +32 -1
  1042. package/src/i18n/messagebundle_de.properties +32 -1
  1043. package/src/i18n/messagebundle_el.properties +32 -1
  1044. package/src/i18n/messagebundle_en.properties +32 -1
  1045. package/src/i18n/messagebundle_en_GB.properties +32 -1
  1046. package/src/i18n/messagebundle_en_US_sappsd.properties +29 -0
  1047. package/src/i18n/messagebundle_en_US_saprigi.properties +172 -141
  1048. package/src/i18n/messagebundle_en_US_saptrc.properties +29 -0
  1049. package/src/i18n/messagebundle_es.properties +31 -0
  1050. package/src/i18n/messagebundle_es_MX.properties +31 -0
  1051. package/src/i18n/messagebundle_et.properties +31 -0
  1052. package/src/i18n/messagebundle_fi.properties +32 -1
  1053. package/src/i18n/messagebundle_fr.properties +32 -1
  1054. package/src/i18n/messagebundle_fr_CA.properties +32 -1
  1055. package/src/i18n/messagebundle_hi.properties +31 -0
  1056. package/src/i18n/messagebundle_hr.properties +31 -0
  1057. package/src/i18n/messagebundle_hu.properties +32 -1
  1058. package/src/i18n/messagebundle_id.properties +32 -1
  1059. package/src/i18n/messagebundle_it.properties +32 -1
  1060. package/src/i18n/messagebundle_iw.properties +32 -1
  1061. package/src/i18n/messagebundle_ja.properties +33 -2
  1062. package/src/i18n/messagebundle_kk.properties +31 -0
  1063. package/src/i18n/messagebundle_ko.properties +32 -1
  1064. package/src/i18n/messagebundle_lt.properties +31 -0
  1065. package/src/i18n/messagebundle_lv.properties +31 -0
  1066. package/src/i18n/messagebundle_mk.properties +313 -0
  1067. package/src/i18n/messagebundle_ms.properties +32 -1
  1068. package/src/i18n/messagebundle_nl.properties +31 -0
  1069. package/src/i18n/messagebundle_no.properties +31 -0
  1070. package/src/i18n/messagebundle_pl.properties +31 -0
  1071. package/src/i18n/messagebundle_pt.properties +32 -1
  1072. package/src/i18n/messagebundle_pt_PT.properties +31 -0
  1073. package/src/i18n/messagebundle_ro.properties +32 -1
  1074. package/src/i18n/messagebundle_ru.properties +32 -1
  1075. package/src/i18n/messagebundle_sh.properties +54 -23
  1076. package/src/i18n/messagebundle_sk.properties +32 -1
  1077. package/src/i18n/messagebundle_sl.properties +33 -2
  1078. package/src/i18n/messagebundle_sr.properties +313 -0
  1079. package/src/i18n/messagebundle_sv.properties +32 -1
  1080. package/src/i18n/messagebundle_th.properties +32 -1
  1081. package/src/i18n/messagebundle_tr.properties +31 -0
  1082. package/src/i18n/messagebundle_uk.properties +32 -1
  1083. package/src/i18n/messagebundle_vi.properties +32 -1
  1084. package/src/i18n/messagebundle_zh_CN.properties +31 -0
  1085. package/src/i18n/messagebundle_zh_TW.properties +32 -1
  1086. package/src/themes/Avatar.css +25 -5
  1087. package/src/themes/AvatarGroup.css +4 -0
  1088. package/src/themes/Badge.css +15 -23
  1089. package/src/themes/BusyIndicator.css +19 -4
  1090. package/src/themes/Button.css +8 -9
  1091. package/src/themes/CalendarHeader.css +1 -1
  1092. package/src/themes/Card.css +1 -1
  1093. package/src/themes/CardHeader.css +1 -1
  1094. package/src/themes/Carousel.css +47 -6
  1095. package/src/themes/CheckBox.css +4 -2
  1096. package/src/themes/ColorPalettePopover.css +4 -0
  1097. package/src/themes/DatePicker.css +4 -16
  1098. package/src/themes/DayPicker.css +62 -21
  1099. package/src/themes/Dialog.css +29 -11
  1100. package/src/themes/FileUploader.css +3 -0
  1101. package/src/themes/GroupHeaderListItem.css +2 -1
  1102. package/src/themes/Input.css +32 -2
  1103. package/src/themes/InputSharedStyles.css +99 -0
  1104. package/src/themes/Label.css +13 -29
  1105. package/src/themes/Link.css +21 -24
  1106. package/src/themes/ListItem.css +2 -3
  1107. package/src/themes/ListItemBase.css +5 -7
  1108. package/src/themes/Menu.css +19 -0
  1109. package/src/themes/MessageStrip.css +2 -4
  1110. package/src/themes/Panel.css +20 -6
  1111. package/src/themes/Popover.css +26 -20
  1112. package/src/themes/PopupsCommon.css +3 -4
  1113. package/src/themes/RadioButton.css +10 -43
  1114. package/src/themes/RangeSlider.css +2 -15
  1115. package/src/themes/SegmentedButton.css +20 -29
  1116. package/src/themes/SelectMenu.css +16 -0
  1117. package/src/themes/SelectMenuOption.css +0 -0
  1118. package/src/themes/SliderBase.css +6 -13
  1119. package/src/themes/SplitButton.css +261 -4
  1120. package/src/themes/StepInput.css +5 -26
  1121. package/src/themes/Suggestions.css +0 -5
  1122. package/src/themes/Switch.css +16 -25
  1123. package/src/themes/TabContainer.css +32 -10
  1124. package/src/themes/TabInOverflow.css +0 -1
  1125. package/src/themes/TabInStrip.css +55 -48
  1126. package/src/themes/Table.css +1 -0
  1127. package/src/themes/TableCell.css +1 -1
  1128. package/src/themes/TableColumn.css +2 -0
  1129. package/src/themes/TableRow.css +4 -0
  1130. package/src/themes/TextArea.css +28 -19
  1131. package/src/themes/TimePicker.css +2 -0
  1132. package/src/themes/TimePickerClock.css +134 -0
  1133. package/src/themes/TimeSelectionClocks.css +37 -0
  1134. package/src/themes/TimeSelectionInputs.css +25 -0
  1135. package/src/themes/Toast.css +7 -0
  1136. package/src/themes/ToggleButton.css +0 -5
  1137. package/src/themes/Token.css +50 -11
  1138. package/src/themes/Tokenizer.css +11 -6
  1139. package/src/themes/TokenizerPopover.css +10 -0
  1140. package/src/themes/Toolbar.css +47 -0
  1141. package/src/themes/ToolbarButtonPopover.css +3 -0
  1142. package/src/themes/ToolbarPopover.css +29 -0
  1143. package/src/themes/TreeItem.css +21 -33
  1144. package/src/themes/ValueStateMessage.css +54 -1
  1145. package/src/themes/base/Avatar-parameters.css +1 -0
  1146. package/src/themes/base/AvatarGroup-parameters.css +2 -2
  1147. package/src/themes/base/Badge-parameters.css +14 -1
  1148. package/src/themes/base/Button-parameters.css +3 -14
  1149. package/src/themes/base/Carousel-parameters.css +7 -5
  1150. package/src/themes/base/DatePicker-parameters.css +1 -0
  1151. package/src/themes/base/DayPicker-parameters.css +16 -0
  1152. package/src/themes/base/Dialog-parameters.css +1 -4
  1153. package/src/themes/base/Input-parameters.css +15 -0
  1154. package/src/themes/base/InputIcon-parameters.css +5 -0
  1155. package/src/themes/base/Link-parameters.css +1 -1
  1156. package/src/themes/base/ListItemBase-parameters.css +1 -1
  1157. package/src/themes/base/Panel-parameters.css +7 -4
  1158. package/src/themes/base/Popover-parameters.css +5 -0
  1159. package/src/themes/base/PopupsCommon-parameters.css +3 -0
  1160. package/src/themes/base/RadioButton-parameters.css +11 -11
  1161. package/src/themes/base/SegmentedButtton-parameters.css +2 -3
  1162. package/src/themes/base/SliderBase-parameters.css +2 -14
  1163. package/src/themes/base/SplitButton-parameters.css +82 -2
  1164. package/src/themes/base/StepInput-parameters.css +0 -7
  1165. package/src/themes/base/Switch-parameters.css +28 -22
  1166. package/src/themes/base/TabContainer-parameters.css +16 -14
  1167. package/src/themes/base/Table-parameters.css +1 -0
  1168. package/src/themes/base/TableRow-parameters.css +1 -0
  1169. package/src/themes/base/TextArea-parameters.css +6 -3
  1170. package/src/themes/base/Toast-parameters.css +1 -0
  1171. package/src/themes/base/Token-parameters.css +6 -5
  1172. package/src/themes/base/Tokenizer-parameters.css +7 -0
  1173. package/src/themes/base/Toolbar-parameters.css +7 -0
  1174. package/src/themes/base/ValueStateMessage-parameters.css +8 -0
  1175. package/src/themes/base/rtl-parameters.css +20 -4
  1176. package/src/themes/base/sizes-parameters.css +28 -88
  1177. package/src/themes/sap_belize/Button-parameters.css +8 -0
  1178. package/src/themes/sap_belize/DayPicker-parameters.css +4 -2
  1179. package/src/themes/sap_belize/Panel-parameters.css +2 -0
  1180. package/src/themes/sap_belize/PopupsCommon-parameters.css +3 -0
  1181. package/src/themes/sap_belize/SliderBase-parameters.css +0 -2
  1182. package/src/themes/sap_belize/TableRow-parameters.css +1 -0
  1183. package/src/themes/sap_belize/TextArea-parameters.css +2 -2
  1184. package/src/themes/sap_belize/parameters-bundle.css +6 -4
  1185. package/src/themes/sap_belize_hcb/Avatar-parameters.css +1 -0
  1186. package/src/themes/sap_belize_hcb/Button-parameters.css +0 -4
  1187. package/src/themes/sap_belize_hcb/DayPicker-parameters.css +3 -0
  1188. package/src/themes/sap_belize_hcb/SliderBase-parameters.css +0 -2
  1189. package/src/themes/sap_belize_hcb/SplitButton-parameters.css +3 -0
  1190. package/src/themes/sap_belize_hcb/TabContainer-parameters.css +0 -1
  1191. package/src/themes/sap_belize_hcb/TableRow-parameters.css +1 -0
  1192. package/src/themes/sap_belize_hcb/TextArea-parameters.css +1 -1
  1193. package/src/themes/sap_belize_hcb/ValueStateMessage-parameters.css +6 -3
  1194. package/src/themes/sap_belize_hcb/parameters-bundle.css +5 -3
  1195. package/src/themes/sap_belize_hcw/Avatar-parameters.css +1 -0
  1196. package/src/themes/sap_belize_hcw/Button-parameters.css +0 -4
  1197. package/src/themes/sap_belize_hcw/DayPicker-parameters.css +3 -0
  1198. package/src/themes/sap_belize_hcw/SliderBase-parameters.css +0 -2
  1199. package/src/themes/sap_belize_hcw/SplitButton-parameters.css +3 -0
  1200. package/src/themes/sap_belize_hcw/TabContainer-parameters.css +0 -1
  1201. package/src/themes/sap_belize_hcw/TableRow-parameters.css +1 -0
  1202. package/src/themes/sap_belize_hcw/TextArea-parameters.css +1 -1
  1203. package/src/themes/sap_belize_hcw/ValueStateMessage-parameters.css +6 -3
  1204. package/src/themes/sap_belize_hcw/parameters-bundle.css +5 -3
  1205. package/src/themes/sap_fiori_3/Button-parameters.css +2 -2
  1206. package/src/themes/sap_fiori_3/DayPicker-parameters.css +4 -2
  1207. package/src/themes/sap_fiori_3/SliderBase-parameters.css +0 -2
  1208. package/src/themes/sap_fiori_3/parameters-bundle.css +6 -4
  1209. package/src/themes/sap_fiori_3_dark/Button-parameters.css +2 -2
  1210. package/src/themes/sap_fiori_3_dark/DayPicker-parameters.css +4 -2
  1211. package/src/themes/sap_fiori_3_dark/SliderBase-parameters.css +2 -0
  1212. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +5 -3
  1213. package/src/themes/sap_fiori_3_hcb/Avatar-parameters.css +1 -0
  1214. package/src/themes/sap_fiori_3_hcb/Button-parameters.css +0 -3
  1215. package/src/themes/sap_fiori_3_hcb/DayPicker-parameters.css +7 -2
  1216. package/src/themes/sap_fiori_3_hcb/Dialog-parameters.css +1 -4
  1217. package/src/themes/sap_fiori_3_hcb/Link-parameters.css +3 -0
  1218. package/src/themes/sap_fiori_3_hcb/PopupsCommon-parameters.css +5 -0
  1219. package/src/themes/sap_fiori_3_hcb/SliderBase-parameters.css +1 -1
  1220. package/src/themes/sap_fiori_3_hcb/SplitButton-parameters.css +23 -1
  1221. package/src/themes/sap_fiori_3_hcb/TabContainer-parameters.css +0 -1
  1222. package/src/themes/sap_fiori_3_hcb/ValueStateMessage-parameters.css +7 -2
  1223. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +6 -4
  1224. package/src/themes/sap_fiori_3_hcw/Avatar-parameters.css +1 -0
  1225. package/src/themes/sap_fiori_3_hcw/Button-parameters.css +0 -3
  1226. package/src/themes/sap_fiori_3_hcw/DayPicker-parameters.css +7 -2
  1227. package/src/themes/sap_fiori_3_hcw/Dialog-parameters.css +1 -4
  1228. package/src/themes/sap_fiori_3_hcw/Link-parameters.css +3 -0
  1229. package/src/themes/sap_fiori_3_hcw/PopupsCommon-parameters.css +5 -0
  1230. package/src/themes/sap_fiori_3_hcw/SliderBase-parameters.css +1 -1
  1231. package/src/themes/sap_fiori_3_hcw/SplitButton-parameters.css +24 -2
  1232. package/src/themes/sap_fiori_3_hcw/TabContainer-parameters.css +0 -1
  1233. package/src/themes/sap_fiori_3_hcw/ValueStateMessage-parameters.css +7 -2
  1234. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +6 -4
  1235. package/src/themes/sap_horizon/Avatar-parameters.css +1 -0
  1236. package/src/themes/sap_horizon/Badge-parameters.css +44 -39
  1237. package/src/themes/sap_horizon/Button-parameters.css +1 -3
  1238. package/src/themes/sap_horizon/Carousel-parameters.css +5 -0
  1239. package/src/themes/sap_horizon/CheckBox-parameters.css +1 -2
  1240. package/src/themes/sap_horizon/DayPicker-parameters.css +24 -7
  1241. package/src/themes/sap_horizon/Dialog-parameters.css +1 -1
  1242. package/src/themes/sap_horizon/Input-parameters.css +13 -0
  1243. package/src/themes/sap_horizon/InputIcon-parameters.css +1 -1
  1244. package/src/themes/sap_horizon/Link-parameters.css +3 -2
  1245. package/src/themes/sap_horizon/Panel-parameters.css +1 -1
  1246. package/src/themes/sap_horizon/RadioButton-parameters.css +13 -5
  1247. package/src/themes/sap_horizon/SegmentedButtton-parameters.css +6 -3
  1248. package/src/themes/sap_horizon/SliderBase-parameters.css +2 -13
  1249. package/src/themes/sap_horizon/SplitButton-parameters.css +31 -2
  1250. package/src/themes/sap_horizon/StepInput-parameters.css +1 -1
  1251. package/src/themes/sap_horizon/Switch-parameters.css +31 -22
  1252. package/src/themes/sap_horizon/TabContainer-parameters.css +7 -0
  1253. package/src/themes/sap_horizon/Table-parameters.css +1 -0
  1254. package/src/themes/sap_horizon/TableGroupRow-parameters.css +1 -0
  1255. package/src/themes/sap_horizon/TextArea-parameters.css +4 -5
  1256. package/src/themes/sap_horizon/Token-parameters.css +11 -2
  1257. package/src/themes/sap_horizon/ValueStateMessage-parameters.css +2 -0
  1258. package/src/themes/sap_horizon/parameters-bundle.css +5 -3
  1259. package/src/themes/sap_horizon/rtl-parameters.css +6 -0
  1260. package/src/themes/sap_horizon/sizes-parameters.css +0 -1
  1261. package/src/themes/sap_horizon_dark/Avatar-parameters.css +1 -0
  1262. package/src/themes/sap_horizon_dark/Badge-parameters.css +44 -39
  1263. package/src/themes/sap_horizon_dark/Button-parameters.css +1 -3
  1264. package/src/themes/sap_horizon_dark/Carousel-parameters.css +5 -0
  1265. package/src/themes/sap_horizon_dark/CheckBox-parameters.css +1 -2
  1266. package/src/themes/sap_horizon_dark/DayPicker-parameters.css +21 -7
  1267. package/src/themes/sap_horizon_dark/Dialog-parameters.css +1 -1
  1268. package/src/themes/sap_horizon_dark/Input-parameters.css +14 -1
  1269. package/src/themes/sap_horizon_dark/InputIcon-parameters.css +1 -1
  1270. package/src/themes/sap_horizon_dark/Link-parameters.css +3 -2
  1271. package/src/themes/sap_horizon_dark/Panel-parameters.css +1 -1
  1272. package/src/themes/sap_horizon_dark/RadioButton-parameters.css +13 -5
  1273. package/src/themes/sap_horizon_dark/SegmentedButtton-parameters.css +6 -3
  1274. package/src/themes/sap_horizon_dark/SliderBase-parameters.css +2 -13
  1275. package/src/themes/sap_horizon_dark/SplitButton-parameters.css +31 -2
  1276. package/src/themes/sap_horizon_dark/StepInput-parameters.css +1 -1
  1277. package/src/themes/sap_horizon_dark/Switch-parameters.css +31 -23
  1278. package/src/themes/sap_horizon_dark/TabContainer-parameters.css +20 -4
  1279. package/src/themes/sap_horizon_dark/Table-parameters.css +1 -0
  1280. package/src/themes/sap_horizon_dark/TableGroupRow-parameters.css +1 -0
  1281. package/src/themes/sap_horizon_dark/TextArea-parameters.css +4 -5
  1282. package/src/themes/sap_horizon_dark/Token-parameters.css +11 -2
  1283. package/src/themes/sap_horizon_dark/ValueStateMessage-parameters.css +2 -0
  1284. package/src/themes/sap_horizon_dark/parameters-bundle.css +4 -4
  1285. package/src/themes/sap_horizon_dark/rtl-parameters.css +6 -0
  1286. package/src/themes/sap_horizon_dark/sizes-parameters.css +0 -1
  1287. package/src/themes/sap_horizon_dark_exp/Avatar-parameters.css +54 -0
  1288. package/src/themes/sap_horizon_dark_exp/Badge-parameters.css +43 -0
  1289. package/src/themes/sap_horizon_dark_exp/Breadcrumbs-parameters.css +3 -0
  1290. package/src/themes/sap_horizon_dark_exp/BusyIndicator-parameters.css +7 -0
  1291. package/src/themes/sap_horizon_dark_exp/Button-parameters.css +17 -0
  1292. package/src/themes/sap_horizon_dark_exp/CalendarHeader-parameters.css +19 -0
  1293. package/src/themes/sap_horizon_dark_exp/Card-parameters.css +15 -0
  1294. package/src/themes/sap_horizon_dark_exp/Carousel-parameters.css +5 -0
  1295. package/src/themes/sap_horizon_dark_exp/CheckBox-parameters.css +44 -0
  1296. package/src/themes/sap_horizon_dark_exp/ColorPalette-parameters.css +21 -0
  1297. package/src/themes/sap_horizon_dark_exp/ColorPicker-parameters.css +12 -0
  1298. package/src/themes/sap_horizon_dark_exp/DatePicker-parameters.css +6 -0
  1299. package/src/themes/sap_horizon_dark_exp/DayPicker-parameters.css +48 -0
  1300. package/src/themes/sap_horizon_dark_exp/Dialog-parameters.css +11 -0
  1301. package/src/themes/sap_horizon_dark_exp/FileUploader-parameters.css +5 -0
  1302. package/src/themes/sap_horizon_dark_exp/GrowingButton-parameters.css +6 -0
  1303. package/src/themes/sap_horizon_dark_exp/Icon-parameters.css +3 -0
  1304. package/src/themes/sap_horizon_dark_exp/Input-parameters.css +34 -0
  1305. package/src/themes/sap_horizon_dark_exp/InputIcon-parameters.css +24 -0
  1306. package/src/themes/sap_horizon_dark_exp/Link-parameters.css +16 -0
  1307. package/src/themes/sap_horizon_dark_exp/List-parameters.css +5 -0
  1308. package/src/themes/sap_horizon_dark_exp/ListItemBase-parameters.css +5 -0
  1309. package/src/themes/sap_horizon_dark_exp/Menu-parameters.css +5 -0
  1310. package/src/themes/sap_horizon_dark_exp/MessageStrip-parameters.css +5 -0
  1311. package/src/themes/sap_horizon_dark_exp/MonthPicker-parameters.css +16 -0
  1312. package/src/themes/sap_horizon_dark_exp/MultiComboBox-parameters.css +5 -0
  1313. package/src/themes/sap_horizon_dark_exp/Panel-parameters.css +14 -0
  1314. package/src/themes/sap_horizon_dark_exp/PopupsCommon-parameters.css +6 -0
  1315. package/src/themes/sap_horizon_dark_exp/RadioButton-parameters.css +23 -0
  1316. package/src/themes/sap_horizon_dark_exp/RatingIndicator-parameters.css +17 -0
  1317. package/src/themes/sap_horizon_dark_exp/SegmentedButtton-parameters.css +13 -0
  1318. package/src/themes/sap_horizon_dark_exp/Select-parameters.css +5 -0
  1319. package/src/themes/sap_horizon_dark_exp/SelectPopover-parameters.css +4 -0
  1320. package/src/themes/sap_horizon_dark_exp/SliderBase-parameters.css +72 -0
  1321. package/src/themes/sap_horizon_dark_exp/SplitButton-parameters.css +46 -0
  1322. package/src/themes/sap_horizon_dark_exp/StepInput-parameters.css +25 -0
  1323. package/src/themes/sap_horizon_dark_exp/Switch-parameters.css +148 -0
  1324. package/src/themes/sap_horizon_dark_exp/TabContainer-parameters.css +38 -0
  1325. package/src/themes/sap_horizon_dark_exp/Table-parameters.css +8 -0
  1326. package/src/themes/sap_horizon_dark_exp/TableColumn-parameters.css +5 -0
  1327. package/src/themes/sap_horizon_dark_exp/TableGroupRow-parameters.css +7 -0
  1328. package/src/themes/sap_horizon_dark_exp/TableRow-parameters.css +5 -0
  1329. package/src/themes/sap_horizon_dark_exp/TextArea-parameters.css +45 -0
  1330. package/src/themes/sap_horizon_dark_exp/TimePicker-parameters.css +6 -0
  1331. package/src/themes/sap_horizon_dark_exp/ToggleButton-parameters.css +1 -0
  1332. package/src/themes/sap_horizon_dark_exp/Token-parameters.css +28 -0
  1333. package/src/themes/sap_horizon_dark_exp/Tokenizer-parameters.css +5 -0
  1334. package/src/themes/sap_horizon_dark_exp/ValueStateMessage-parameters.css +12 -0
  1335. package/src/themes/sap_horizon_dark_exp/WheelSlider-parameters.css +19 -0
  1336. package/src/themes/sap_horizon_dark_exp/YearPicker-parameters.css +15 -0
  1337. package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +63 -0
  1338. package/src/themes/sap_horizon_dark_exp/rtl-parameters.css +6 -0
  1339. package/src/themes/sap_horizon_dark_exp/sizes-parameters.css +46 -0
  1340. package/src/themes/sap_horizon_exp/Avatar-parameters.css +54 -0
  1341. package/src/themes/sap_horizon_exp/AvatarGroup-parameters.css +5 -0
  1342. package/src/themes/sap_horizon_exp/Badge-parameters.css +32 -80
  1343. package/src/themes/sap_horizon_exp/Breadcrumbs-parameters.css +3 -0
  1344. package/src/themes/sap_horizon_exp/BusyIndicator-parameters.css +7 -0
  1345. package/src/themes/sap_horizon_exp/Button-parameters.css +7 -2
  1346. package/src/themes/sap_horizon_exp/CalendarHeader-parameters.css +11 -0
  1347. package/src/themes/sap_horizon_exp/Card-parameters.css +15 -0
  1348. package/src/themes/sap_horizon_exp/Carousel-parameters.css +5 -0
  1349. package/src/themes/sap_horizon_exp/CheckBox-parameters.css +41 -31
  1350. package/src/themes/sap_horizon_exp/ColorPalette-parameters.css +21 -0
  1351. package/src/themes/sap_horizon_exp/ColorPicker-parameters.css +12 -0
  1352. package/src/themes/sap_horizon_exp/DatePicker-parameters.css +4 -3
  1353. package/src/themes/sap_horizon_exp/DayPicker-parameters.css +47 -2
  1354. package/src/themes/sap_horizon_exp/Dialog-parameters.css +11 -0
  1355. package/src/themes/sap_horizon_exp/FileUploader-parameters.css +5 -0
  1356. package/src/themes/sap_horizon_exp/GrowingButton-parameters.css +6 -0
  1357. package/src/themes/sap_horizon_exp/Icon-parameters.css +3 -0
  1358. package/src/themes/sap_horizon_exp/Input-parameters.css +30 -34
  1359. package/src/themes/sap_horizon_exp/InputIcon-parameters.css +20 -9
  1360. package/src/themes/sap_horizon_exp/Link-parameters.css +11 -2
  1361. package/src/themes/sap_horizon_exp/List-parameters.css +1 -1
  1362. package/src/themes/sap_horizon_exp/ListItemBase-parameters.css +5 -0
  1363. package/src/themes/sap_horizon_exp/Menu-parameters.css +5 -0
  1364. package/src/themes/sap_horizon_exp/MessageStrip-parameters.css +5 -0
  1365. package/src/themes/sap_horizon_exp/MonthPicker-parameters.css +12 -1
  1366. package/src/themes/sap_horizon_exp/MultiComboBox-parameters.css +0 -2
  1367. package/src/themes/sap_horizon_exp/Panel-parameters.css +9 -0
  1368. package/src/themes/sap_horizon_exp/PopupsCommon-parameters.css +6 -0
  1369. package/src/themes/sap_horizon_exp/ProgressIndicator-parameters.css +38 -0
  1370. package/src/themes/sap_horizon_exp/ProgressIndicatorLayout-parameters.css +39 -0
  1371. package/src/themes/sap_horizon_exp/RadioButton-parameters.css +19 -25
  1372. package/src/themes/sap_horizon_exp/RatingIndicator-parameters.css +3 -2
  1373. package/src/themes/sap_horizon_exp/SegmentedButtton-parameters.css +13 -0
  1374. package/src/themes/sap_horizon_exp/Select-parameters.css +1 -1
  1375. package/src/themes/sap_horizon_exp/SelectPopover-parameters.css +4 -0
  1376. package/src/themes/sap_horizon_exp/SliderBase-parameters.css +60 -19
  1377. package/src/themes/sap_horizon_exp/SplitButton-parameters.css +46 -0
  1378. package/src/themes/sap_horizon_exp/StepInput-parameters.css +25 -0
  1379. package/src/themes/sap_horizon_exp/Switch-parameters.css +147 -43
  1380. package/src/themes/sap_horizon_exp/TabContainer-parameters.css +28 -30
  1381. package/src/themes/sap_horizon_exp/Table-parameters.css +8 -0
  1382. package/src/themes/sap_horizon_exp/TableColumn-parameters.css +5 -0
  1383. package/src/themes/sap_horizon_exp/TableGroupRow-parameters.css +7 -0
  1384. package/src/themes/sap_horizon_exp/TableRow-parameters.css +5 -0
  1385. package/src/themes/sap_horizon_exp/TextArea-parameters.css +45 -0
  1386. package/src/themes/sap_horizon_exp/TimePicker-parameters.css +1 -0
  1387. package/src/themes/sap_horizon_exp/ToggleButton-parameters.css +1 -0
  1388. package/src/themes/sap_horizon_exp/Token-parameters.css +22 -1
  1389. package/src/themes/sap_horizon_exp/Tokenizer-parameters.css +5 -0
  1390. package/src/themes/sap_horizon_exp/ValueStateMessage-parameters.css +12 -0
  1391. package/src/themes/sap_horizon_exp/WheelSlider-parameters.css +7 -4
  1392. package/src/themes/sap_horizon_exp/YearPicker-parameters.css +11 -1
  1393. package/src/themes/sap_horizon_exp/parameters-bundle.css +37 -21
  1394. package/src/themes/sap_horizon_exp/rtl-parameters.css +6 -0
  1395. package/src/themes/sap_horizon_exp/sizes-parameters.css +45 -0
  1396. package/src/themes/sap_horizon_hcb/Avatar-parameters.css +1 -0
  1397. package/src/themes/sap_horizon_hcb/Badge-parameters.css +44 -39
  1398. package/src/themes/sap_horizon_hcb/Button-parameters.css +0 -1
  1399. package/src/themes/sap_horizon_hcb/CheckBox-parameters.css +1 -1
  1400. package/src/themes/sap_horizon_hcb/DayPicker-parameters.css +18 -5
  1401. package/src/themes/sap_horizon_hcb/Dialog-parameters.css +2 -5
  1402. package/src/themes/sap_horizon_hcb/Input-parameters.css +1 -2
  1403. package/src/themes/sap_horizon_hcb/InputIcon-parameters.css +1 -1
  1404. package/src/themes/sap_horizon_hcb/Link-parameters.css +4 -3
  1405. package/src/themes/sap_horizon_hcb/Panel-parameters.css +1 -0
  1406. package/src/themes/sap_horizon_hcb/PopupsCommon-parameters.css +1 -0
  1407. package/src/themes/sap_horizon_hcb/RadioButton-parameters.css +10 -0
  1408. package/src/themes/sap_horizon_hcb/SegmentedButtton-parameters.css +0 -1
  1409. package/src/themes/sap_horizon_hcb/SliderBase-parameters.css +2 -2
  1410. package/src/themes/sap_horizon_hcb/SplitButton-parameters.css +23 -1
  1411. package/src/themes/sap_horizon_hcb/Switch-parameters.css +30 -2
  1412. package/src/themes/sap_horizon_hcb/TabContainer-parameters.css +15 -11
  1413. package/src/themes/sap_horizon_hcb/Table-parameters.css +1 -0
  1414. package/src/themes/sap_horizon_hcb/TableGroupRow-parameters.css +1 -0
  1415. package/src/themes/sap_horizon_hcb/Token-parameters.css +4 -6
  1416. package/src/themes/sap_horizon_hcb/ValueStateMessage-parameters.css +7 -2
  1417. package/src/themes/sap_horizon_hcb/parameters-bundle.css +4 -3
  1418. package/src/themes/sap_horizon_hcb_exp/Avatar-parameters.css +54 -0
  1419. package/src/themes/sap_horizon_hcb_exp/Badge-parameters.css +43 -0
  1420. package/src/themes/sap_horizon_hcb_exp/BusyIndicator-parameters.css +5 -0
  1421. package/src/themes/sap_horizon_hcb_exp/Button-parameters.css +9 -0
  1422. package/src/themes/sap_horizon_hcb_exp/CalendarHeader-parameters.css +11 -0
  1423. package/src/themes/sap_horizon_hcb_exp/Card-parameters.css +11 -0
  1424. package/src/themes/sap_horizon_hcb_exp/Carousel-parameters.css +9 -0
  1425. package/src/themes/sap_horizon_hcb_exp/CheckBox-parameters.css +45 -0
  1426. package/src/themes/sap_horizon_hcb_exp/ColorPicker-parameters.css +10 -0
  1427. package/src/themes/sap_horizon_hcb_exp/DatePicker-parameters.css +5 -0
  1428. package/src/themes/sap_horizon_hcb_exp/DayPicker-parameters.css +44 -0
  1429. package/src/themes/sap_horizon_hcb_exp/Dialog-parameters.css +6 -0
  1430. package/src/themes/sap_horizon_hcb_exp/FileUploader-parameters.css +6 -0
  1431. package/src/themes/sap_horizon_hcb_exp/GrowingButton-parameters.css +8 -0
  1432. package/src/themes/sap_horizon_hcb_exp/Input-parameters.css +32 -0
  1433. package/src/themes/sap_horizon_hcb_exp/InputIcon-parameters.css +11 -0
  1434. package/src/themes/sap_horizon_hcb_exp/Link-parameters.css +12 -0
  1435. package/src/themes/sap_horizon_hcb_exp/ListItem-parameters.css +3 -0
  1436. package/src/themes/sap_horizon_hcb_exp/Menu-parameters.css +5 -0
  1437. package/src/themes/sap_horizon_hcb_exp/MessageStrip-parameters.css +10 -0
  1438. package/src/themes/sap_horizon_hcb_exp/MonthPicker-parameters.css +12 -0
  1439. package/src/themes/sap_horizon_hcb_exp/Panel-parameters.css +10 -0
  1440. package/src/themes/sap_horizon_hcb_exp/PopupsCommon-parameters.css +6 -0
  1441. package/src/themes/sap_horizon_hcb_exp/ProgressIndicator-parameters.css +21 -0
  1442. package/src/themes/sap_horizon_hcb_exp/RadioButton-parameters.css +26 -0
  1443. package/src/themes/sap_horizon_hcb_exp/RatingIndicator-parameters.css +16 -0
  1444. package/src/themes/sap_horizon_hcb_exp/SegmentedButtton-parameters.css +8 -0
  1445. package/src/themes/sap_horizon_hcb_exp/Select-parameters.css +10 -0
  1446. package/src/themes/sap_horizon_hcb_exp/SliderBase-parameters.css +78 -0
  1447. package/src/themes/sap_horizon_hcb_exp/SplitButton-parameters.css +34 -0
  1448. package/src/themes/sap_horizon_hcb_exp/Switch-parameters.css +144 -0
  1449. package/src/themes/sap_horizon_hcb_exp/TabContainer-parameters.css +49 -0
  1450. package/src/themes/sap_horizon_hcb_exp/Table-parameters.css +9 -0
  1451. package/src/themes/sap_horizon_hcb_exp/TableGroupRow-parameters.css +7 -0
  1452. package/src/themes/sap_horizon_hcb_exp/TableRow-parameters.css +5 -0
  1453. package/src/themes/sap_horizon_hcb_exp/TextArea-parameters.css +42 -0
  1454. package/src/themes/sap_horizon_hcb_exp/TimePicker-parameters.css +5 -0
  1455. package/src/themes/sap_horizon_hcb_exp/ToggleButton-parameters.css +1 -0
  1456. package/src/themes/sap_horizon_hcb_exp/Token-parameters.css +17 -0
  1457. package/src/themes/sap_horizon_hcb_exp/ValueStateMessage-parameters.css +13 -0
  1458. package/src/themes/sap_horizon_hcb_exp/WheelSlider-parameters.css +17 -0
  1459. package/src/themes/sap_horizon_hcb_exp/YearPicker-parameters.css +12 -0
  1460. package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +56 -0
  1461. package/src/themes/sap_horizon_hcb_exp/sizes-parameters.css +9 -0
  1462. package/src/themes/sap_horizon_hcw/Avatar-parameters.css +1 -0
  1463. package/src/themes/sap_horizon_hcw/Badge-parameters.css +44 -39
  1464. package/src/themes/sap_horizon_hcw/Button-parameters.css +0 -1
  1465. package/src/themes/sap_horizon_hcw/CheckBox-parameters.css +1 -1
  1466. package/src/themes/sap_horizon_hcw/DayPicker-parameters.css +25 -4
  1467. package/src/themes/sap_horizon_hcw/Dialog-parameters.css +2 -5
  1468. package/src/themes/sap_horizon_hcw/Input-parameters.css +1 -2
  1469. package/src/themes/sap_horizon_hcw/InputIcon-parameters.css +1 -1
  1470. package/src/themes/sap_horizon_hcw/Link-parameters.css +4 -3
  1471. package/src/themes/sap_horizon_hcw/Panel-parameters.css +1 -1
  1472. package/src/themes/sap_horizon_hcw/PopupsCommon-parameters.css +1 -0
  1473. package/src/themes/sap_horizon_hcw/RadioButton-parameters.css +10 -0
  1474. package/src/themes/sap_horizon_hcw/SegmentedButtton-parameters.css +0 -1
  1475. package/src/themes/sap_horizon_hcw/SliderBase-parameters.css +3 -4
  1476. package/src/themes/sap_horizon_hcw/SplitButton-parameters.css +23 -1
  1477. package/src/themes/sap_horizon_hcw/Switch-parameters.css +30 -22
  1478. package/src/themes/sap_horizon_hcw/TabContainer-parameters.css +15 -11
  1479. package/src/themes/sap_horizon_hcw/Table-parameters.css +1 -0
  1480. package/src/themes/sap_horizon_hcw/TableGroupRow-parameters.css +1 -0
  1481. package/src/themes/sap_horizon_hcw/Token-parameters.css +4 -6
  1482. package/src/themes/sap_horizon_hcw/ValueStateMessage-parameters.css +7 -2
  1483. package/src/themes/sap_horizon_hcw/parameters-bundle.css +4 -3
  1484. package/src/themes/sap_horizon_hcw_exp/Avatar-parameters.css +54 -0
  1485. package/src/themes/sap_horizon_hcw_exp/Badge-parameters.css +43 -0
  1486. package/src/themes/sap_horizon_hcw_exp/BusyIndicator-parameters.css +5 -0
  1487. package/src/themes/sap_horizon_hcw_exp/Button-parameters.css +9 -0
  1488. package/src/themes/sap_horizon_hcw_exp/CalendarHeader-parameters.css +11 -0
  1489. package/src/themes/sap_horizon_hcw_exp/Card-parameters.css +11 -0
  1490. package/src/themes/sap_horizon_hcw_exp/Carousel-parameters.css +9 -0
  1491. package/src/themes/sap_horizon_hcw_exp/CheckBox-parameters.css +45 -0
  1492. package/src/themes/sap_horizon_hcw_exp/ColorPicker-parameters.css +10 -0
  1493. package/src/themes/sap_horizon_hcw_exp/DatePicker-parameters.css +5 -0
  1494. package/src/themes/sap_horizon_hcw_exp/DayPicker-parameters.css +46 -0
  1495. package/src/themes/sap_horizon_hcw_exp/Dialog-parameters.css +6 -0
  1496. package/src/themes/sap_horizon_hcw_exp/FileUploader-parameters.css +6 -0
  1497. package/src/themes/sap_horizon_hcw_exp/GrowingButton-parameters.css +8 -0
  1498. package/src/themes/sap_horizon_hcw_exp/Input-parameters.css +32 -0
  1499. package/src/themes/sap_horizon_hcw_exp/InputIcon-parameters.css +11 -0
  1500. package/src/themes/sap_horizon_hcw_exp/Link-parameters.css +12 -0
  1501. package/src/themes/sap_horizon_hcw_exp/ListItem-parameters.css +3 -0
  1502. package/src/themes/sap_horizon_hcw_exp/Menu-parameters.css +5 -0
  1503. package/src/themes/sap_horizon_hcw_exp/MessageStrip-parameters.css +10 -0
  1504. package/src/themes/sap_horizon_hcw_exp/MonthPicker-parameters.css +12 -0
  1505. package/src/themes/sap_horizon_hcw_exp/Panel-parameters.css +11 -0
  1506. package/src/themes/sap_horizon_hcw_exp/PopupsCommon-parameters.css +6 -0
  1507. package/src/themes/sap_horizon_hcw_exp/RadioButton-parameters.css +30 -0
  1508. package/src/themes/sap_horizon_hcw_exp/RatingIndicator-parameters.css +16 -0
  1509. package/src/themes/sap_horizon_hcw_exp/SegmentedButtton-parameters.css +8 -0
  1510. package/src/themes/sap_horizon_hcw_exp/Select-parameters.css +10 -0
  1511. package/src/themes/sap_horizon_hcw_exp/SliderBase-parameters.css +78 -0
  1512. package/src/themes/sap_horizon_hcw_exp/SplitButton-parameters.css +34 -0
  1513. package/src/themes/sap_horizon_hcw_exp/Switch-parameters.css +149 -0
  1514. package/src/themes/sap_horizon_hcw_exp/TabContainer-parameters.css +49 -0
  1515. package/src/themes/sap_horizon_hcw_exp/Table-parameters.css +9 -0
  1516. package/src/themes/sap_horizon_hcw_exp/TableGroupRow-parameters.css +7 -0
  1517. package/src/themes/sap_horizon_hcw_exp/TableRow-parameters.css +5 -0
  1518. package/src/themes/sap_horizon_hcw_exp/TextArea-parameters.css +42 -0
  1519. package/src/themes/sap_horizon_hcw_exp/TimePicker-parameters.css +5 -0
  1520. package/src/themes/sap_horizon_hcw_exp/ToggleButton-parameters.css +1 -0
  1521. package/src/themes/sap_horizon_hcw_exp/Token-parameters.css +17 -0
  1522. package/src/themes/sap_horizon_hcw_exp/ValueStateMessage-parameters.css +13 -0
  1523. package/src/themes/sap_horizon_hcw_exp/WheelSlider-parameters.css +17 -0
  1524. package/src/themes/sap_horizon_hcw_exp/YearPicker-parameters.css +12 -0
  1525. package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +56 -0
  1526. package/src/themes/sap_horizon_hcw_exp/sizes-parameters.css +9 -0
  1527. package/tsconfig.json +23 -2
  1528. package/config/postcss.components/postcss.config.cjs +0 -1
  1529. package/config/postcss.themes/postcss.config.cjs +0 -1
  1530. package/dist/api.json +0 -1
  1531. package/dist/assets/72override.4f6354a6.css +0 -1
  1532. package/dist/assets/AnimanitionOff.17238f14.css +0 -1
  1533. package/dist/assets/Avatar.94951703.css +0 -1
  1534. package/dist/assets/AvatarGroup.dfa05e72.css +0 -1
  1535. package/dist/assets/Badge.b61adec8.css +0 -1
  1536. package/dist/assets/Breadcrumbs.84456832.css +0 -1
  1537. package/dist/assets/BusyIndicator.26348187.css +0 -1
  1538. package/dist/assets/Button.50012cf5.css +0 -1
  1539. package/dist/assets/Calendar.50f74bde.css +0 -1
  1540. package/dist/assets/Card.6c948355.css +0 -1
  1541. package/dist/assets/Carousel.f4a2672a.css +0 -1
  1542. package/dist/assets/CheckBox.46926e71.css +0 -1
  1543. package/dist/assets/ColorPalette.63fbe3b6.css +0 -1
  1544. package/dist/assets/ColorPalettePopover.49b33da8.css +0 -1
  1545. package/dist/assets/ColorPicker.7cec8ee6.css +0 -1
  1546. package/dist/assets/ComboBox.de651845.css +0 -1
  1547. package/dist/assets/Components.2e97c4ff.css +0 -1
  1548. package/dist/assets/CoreControls.fff9c510.css +0 -1
  1549. package/dist/assets/CoreControls_exp.ab4b7ad2.css +0 -1
  1550. package/dist/assets/CustomCSS.79ab0997.css +0 -1
  1551. package/dist/assets/DatePicker.975133a2.css +0 -1
  1552. package/dist/assets/DatePicker_test_page.3de901b4.css +0 -1
  1553. package/dist/assets/DateRangePicker.0e44d4a3.css +0 -1
  1554. package/dist/assets/DateTimePicker.81c1bacc.css +0 -1
  1555. package/dist/assets/DayPicker.9d37213d.css +0 -1
  1556. package/dist/assets/Dialog.be6e9063.css +0 -1
  1557. package/dist/assets/DialogLifecycle.a25fbcc8.css +0 -1
  1558. package/dist/assets/DialogSemantic.6c8938ae.css +0 -1
  1559. package/dist/assets/Eventing.e9e4b0ce.css +0 -1
  1560. package/dist/assets/F6Test.236247a9.css +0 -1
  1561. package/dist/assets/FileUploader.3142a7fb.css +0 -1
  1562. package/dist/assets/FormComponents.874ad9ae.css +0 -1
  1563. package/dist/assets/FormSupport.54f70933.css +0 -1
  1564. package/dist/assets/HCB.bfeb90c1.css +0 -1
  1565. package/dist/assets/HT-1000.59a0ea5a.jpg +0 -0
  1566. package/dist/assets/HT-1010.7b05e4f5.jpg +0 -0
  1567. package/dist/assets/HT-1022.6fa171f0.jpg +0 -0
  1568. package/dist/assets/Icon.026bf4d7.css +0 -1
  1569. package/dist/assets/IconCollectionInCustomTheme.91b08a2b.css +0 -1
  1570. package/dist/assets/Input.38261f5b.css +0 -1
  1571. package/dist/assets/Input_quickview.fa68e418.css +0 -1
  1572. package/dist/assets/InputsAlignment.a6c38318.css +0 -1
  1573. package/dist/assets/ItemNavigation.a9d526f6.css +0 -1
  1574. package/dist/assets/John_Miller.fc9d0d73.png +0 -0
  1575. package/dist/assets/Kitchen.84de5405.css +0 -1
  1576. package/dist/assets/Kitchen.openui5.9a8987ae.css +0 -1
  1577. package/dist/assets/Label.b48eb771.css +0 -1
  1578. package/dist/assets/Lamp_avatar_01.ab251b40.jpg +0 -0
  1579. package/dist/assets/Link.0f05a18d.css +0 -1
  1580. package/dist/assets/List.4be08d9a.css +0 -1
  1581. package/dist/assets/ListGrowing_Button.00828da9.css +0 -1
  1582. package/dist/assets/ListGrowing_Scroll.7e225b45.css +0 -1
  1583. package/dist/assets/List_keyboard_support.32bd171d.css +0 -1
  1584. package/dist/assets/List_test_page.bd80d576.css +0 -1
  1585. package/dist/assets/LitKeyFunction.b42455f8.css +0 -1
  1586. package/dist/assets/MemoryLeak.cc3e2da4.css +0 -1
  1587. package/dist/assets/Menu.b5ca144e.css +0 -1
  1588. package/dist/assets/MessagePage.9cd5d968.css +0 -1
  1589. package/dist/assets/MessageStrip.c081bc94.css +0 -1
  1590. package/dist/assets/MultiComboBox.2c89838f.css +0 -1
  1591. package/dist/assets/MultiInput.715aafd5.css +0 -1
  1592. package/dist/assets/MultiInput_Suggestions.e43fcf8a.css +0 -1
  1593. package/dist/assets/OpenUI5.ed5d1908.css +0 -1
  1594. package/dist/assets/Panel.cf4a4802.css +0 -1
  1595. package/dist/assets/Popover.366b9193.css +0 -1
  1596. package/dist/assets/PopoverArrowBounds.32856f40.css +0 -1
  1597. package/dist/assets/Popups.134655f2.css +0 -1
  1598. package/dist/assets/ProgressIndicator.bce2138a.css +0 -1
  1599. package/dist/assets/RTL.63030fdf.css +0 -1
  1600. package/dist/assets/RadioButton.2216f159.css +0 -1
  1601. package/dist/assets/RangeSlider.d631a51f.css +0 -1
  1602. package/dist/assets/RatingIndicator.d544882e.css +0 -1
  1603. package/dist/assets/ResizeHandler.7b58c78f.css +0 -1
  1604. package/dist/assets/ResponsivePopover.0b11ba15.css +0 -1
  1605. package/dist/assets/SAP-icons-TNT.198a2fb9.js +0 -1
  1606. package/dist/assets/SAP-icons-TNT.1a9c4736.js +0 -1
  1607. package/dist/assets/SAP-icons-business-suite.0589a2e2.js +0 -1
  1608. package/dist/assets/SAP-icons-business-suite.cabfcb50.js +0 -1
  1609. package/dist/assets/SAP-icons.94515297.js +0 -1
  1610. package/dist/assets/SAP-icons.e7342524.js +0 -1
  1611. package/dist/assets/SegmentedButton.654bc4ab.css +0 -1
  1612. package/dist/assets/Select.e17517bf.css +0 -1
  1613. package/dist/assets/Simple.02bd88fc.css +0 -1
  1614. package/dist/assets/Slider.1416b3bb.css +0 -1
  1615. package/dist/assets/SplitButton.d2e2e966.css +0 -1
  1616. package/dist/assets/StepInput.5c7e8966.css +0 -1
  1617. package/dist/assets/Switch.ab07b3d6.css +0 -1
  1618. package/dist/assets/TabContainer.718b814c.css +0 -1
  1619. package/dist/assets/Table-perf-pure.59e24021.css +0 -1
  1620. package/dist/assets/Table-perf.7c9dda90.css +0 -1
  1621. package/dist/assets/Table.e1ec9973.css +0 -1
  1622. package/dist/assets/Table2.185517f2.css +0 -1
  1623. package/dist/assets/TableAllPopin.ec8feace.css +0 -1
  1624. package/dist/assets/TableCustomStyling.3de78436.css +0 -1
  1625. package/dist/assets/TableGrouping.05ded42c.css +0 -1
  1626. package/dist/assets/TableGrowingWithButton.cce942cc.css +0 -1
  1627. package/dist/assets/TableGrowingWithScroll.5514d54d.css +0 -1
  1628. package/dist/assets/TableSelection.de375a7c.css +0 -1
  1629. package/dist/assets/TextArea.76f953a2.css +0 -1
  1630. package/dist/assets/TimePicker.ad7096e8.css +0 -1
  1631. package/dist/assets/TimeSelection.f76266ae.css +0 -1
  1632. package/dist/assets/Title.3d358ef7.css +0 -1
  1633. package/dist/assets/Toast.d7517578.css +0 -1
  1634. package/dist/assets/ToggleButton.666e069a.css +0 -1
  1635. package/dist/assets/Tree.e496f991.css +0 -1
  1636. package/dist/assets/WheelSlider_Test_Page.e2918081.css +0 -1
  1637. package/dist/assets/ar.0aceaa46.js +0 -1
  1638. package/dist/assets/ar_EG.62a0def6.js +0 -1
  1639. package/dist/assets/ar_SA.885e9d81.js +0 -1
  1640. package/dist/assets/bg.af7ae3d3.js +0 -1
  1641. package/dist/assets/ca.d9f9c394.js +0 -1
  1642. package/dist/assets/cs.097079f5.js +0 -1
  1643. package/dist/assets/da.6fa564f4.js +0 -1
  1644. package/dist/assets/de.daec088c.js +0 -1
  1645. package/dist/assets/de_AT.c7a2904e.js +0 -1
  1646. package/dist/assets/de_CH.c06952aa.js +0 -1
  1647. package/dist/assets/el.813313df.js +0 -1
  1648. package/dist/assets/el_CY.014d91a7.js +0 -1
  1649. package/dist/assets/en.a5c4d80e.js +0 -1
  1650. package/dist/assets/en_AU.27d88f19.js +0 -1
  1651. package/dist/assets/en_GB.69bad9e3.js +0 -1
  1652. package/dist/assets/en_HK.4d0bf565.js +0 -1
  1653. package/dist/assets/en_IE.d233cae1.js +0 -1
  1654. package/dist/assets/en_IN.610eb0e2.js +0 -1
  1655. package/dist/assets/en_NZ.b7cb54fa.js +0 -1
  1656. package/dist/assets/en_PG.bc93b24a.js +0 -1
  1657. package/dist/assets/en_SG.3ad82097.js +0 -1
  1658. package/dist/assets/en_ZA.b5155ee0.js +0 -1
  1659. package/dist/assets/es.a859a6c7.js +0 -1
  1660. package/dist/assets/es_AR.53418237.js +0 -1
  1661. package/dist/assets/es_BO.b28df27d.js +0 -1
  1662. package/dist/assets/es_CL.c80fa0e1.js +0 -1
  1663. package/dist/assets/es_CO.0dae4df5.js +0 -1
  1664. package/dist/assets/es_MX.d1baccdc.js +0 -1
  1665. package/dist/assets/es_PE.c08782b5.js +0 -1
  1666. package/dist/assets/es_UY.87a72a96.js +0 -1
  1667. package/dist/assets/es_VE.1bbf4414.js +0 -1
  1668. package/dist/assets/et.8a55b077.js +0 -1
  1669. package/dist/assets/fa.495488c9.js +0 -1
  1670. package/dist/assets/fi.28bc1e37.js +0 -1
  1671. package/dist/assets/form.a7c56399.css +0 -1
  1672. package/dist/assets/fr.1cac868e.js +0 -1
  1673. package/dist/assets/fr_BE.4e7e94ff.js +0 -1
  1674. package/dist/assets/fr_CA.6fe2d4bb.js +0 -1
  1675. package/dist/assets/fr_CH.68ccaa7e.js +0 -1
  1676. package/dist/assets/fr_LU.14ceff78.js +0 -1
  1677. package/dist/assets/he.a8417f75.js +0 -1
  1678. package/dist/assets/hi.da74285c.js +0 -1
  1679. package/dist/assets/hr.a8046a3c.js +0 -1
  1680. package/dist/assets/hu.be21b738.js +0 -1
  1681. package/dist/assets/i18n-defaultLang.a3cc4720.css +0 -1
  1682. package/dist/assets/i18n-demo.88e9e087.css +0 -1
  1683. package/dist/assets/id.ff756dd5.js +0 -1
  1684. package/dist/assets/it.514531d3.js +0 -1
  1685. package/dist/assets/it_CH.ace0ec44.js +0 -1
  1686. package/dist/assets/ja.2ac0d7fc.js +0 -1
  1687. package/dist/assets/kitchen-scripts.4ffb6cdb.js +0 -1
  1688. package/dist/assets/kitchen-styles.7e433e08.css +0 -1
  1689. package/dist/assets/kk.43ca749b.js +0 -1
  1690. package/dist/assets/ko.57703acf.js +0 -1
  1691. package/dist/assets/loading.b2cd685f.gif +0 -0
  1692. package/dist/assets/lt.c93c6948.js +0 -1
  1693. package/dist/assets/lv.c3b9c645.js +0 -1
  1694. package/dist/assets/messagebundle_ar.4a952712.js +0 -1
  1695. package/dist/assets/messagebundle_ar.da514633.js +0 -1
  1696. package/dist/assets/messagebundle_bg.005d394d.js +0 -1
  1697. package/dist/assets/messagebundle_bg.9a7f0275.js +0 -1
  1698. package/dist/assets/messagebundle_ca.42a55677.js +0 -1
  1699. package/dist/assets/messagebundle_ca.b6688660.js +0 -1
  1700. package/dist/assets/messagebundle_cs.56e4d50a.js +0 -1
  1701. package/dist/assets/messagebundle_cs.af423fbd.js +0 -1
  1702. package/dist/assets/messagebundle_cy.add1c27d.js +0 -1
  1703. package/dist/assets/messagebundle_cy.dbe56ca5.js +0 -1
  1704. package/dist/assets/messagebundle_da.8c1bf79d.js +0 -1
  1705. package/dist/assets/messagebundle_da.e3635c83.js +0 -1
  1706. package/dist/assets/messagebundle_de.07dbdade.js +0 -1
  1707. package/dist/assets/messagebundle_de.3ba102dd.js +0 -1
  1708. package/dist/assets/messagebundle_el.60b0af39.js +0 -1
  1709. package/dist/assets/messagebundle_el.dad0d141.js +0 -1
  1710. package/dist/assets/messagebundle_en.7bf1186a.js +0 -1
  1711. package/dist/assets/messagebundle_en.94f2815a.js +0 -1
  1712. package/dist/assets/messagebundle_en_GB.74ca8ab1.js +0 -1
  1713. package/dist/assets/messagebundle_en_GB.f7611ecc.js +0 -1
  1714. package/dist/assets/messagebundle_en_US_sappsd.4b5e22df.js +0 -1
  1715. package/dist/assets/messagebundle_en_US_sappsd.65adff3c.js +0 -1
  1716. package/dist/assets/messagebundle_en_US_saprigi.7c89a9af.js +0 -1
  1717. package/dist/assets/messagebundle_en_US_saprigi.8f67a54b.js +0 -1
  1718. package/dist/assets/messagebundle_en_US_saptrc.1c1645fc.js +0 -1
  1719. package/dist/assets/messagebundle_en_US_saptrc.cacadcc7.js +0 -1
  1720. package/dist/assets/messagebundle_es.0cc30b6e.js +0 -1
  1721. package/dist/assets/messagebundle_es.a2925fed.js +0 -1
  1722. package/dist/assets/messagebundle_es_MX.af835417.js +0 -1
  1723. package/dist/assets/messagebundle_es_MX.eb706ace.js +0 -1
  1724. package/dist/assets/messagebundle_et.88a7935c.js +0 -1
  1725. package/dist/assets/messagebundle_et.f0b9692c.js +0 -1
  1726. package/dist/assets/messagebundle_fi.bd58249a.js +0 -1
  1727. package/dist/assets/messagebundle_fi.ce799ebc.js +0 -1
  1728. package/dist/assets/messagebundle_fr.138d08d9.js +0 -1
  1729. package/dist/assets/messagebundle_fr.59bb0878.js +0 -1
  1730. package/dist/assets/messagebundle_fr_CA.21862365.js +0 -1
  1731. package/dist/assets/messagebundle_fr_CA.81ab6b84.js +0 -1
  1732. package/dist/assets/messagebundle_hi.36d322e9.js +0 -1
  1733. package/dist/assets/messagebundle_hi.3b31a458.js +0 -1
  1734. package/dist/assets/messagebundle_hr.989ad13a.js +0 -1
  1735. package/dist/assets/messagebundle_hr.aca7500d.js +0 -1
  1736. package/dist/assets/messagebundle_hu.b2633870.js +0 -1
  1737. package/dist/assets/messagebundle_hu.cd5bc60e.js +0 -1
  1738. package/dist/assets/messagebundle_in.80945adb.js +0 -1
  1739. package/dist/assets/messagebundle_in.9b2f4782.js +0 -1
  1740. package/dist/assets/messagebundle_it.707234b5.js +0 -1
  1741. package/dist/assets/messagebundle_it.c1b0f5e0.js +0 -1
  1742. package/dist/assets/messagebundle_iw.80b7ae6a.js +0 -1
  1743. package/dist/assets/messagebundle_iw.96326f28.js +0 -1
  1744. package/dist/assets/messagebundle_ja.54ced6c6.js +0 -1
  1745. package/dist/assets/messagebundle_ja.c9f41d53.js +0 -1
  1746. package/dist/assets/messagebundle_kk.29fafd2d.js +0 -1
  1747. package/dist/assets/messagebundle_kk.3dc1ab3d.js +0 -1
  1748. package/dist/assets/messagebundle_ko.8f74bc59.js +0 -1
  1749. package/dist/assets/messagebundle_ko.c2bd20f4.js +0 -1
  1750. package/dist/assets/messagebundle_lt.1c08369b.js +0 -1
  1751. package/dist/assets/messagebundle_lt.d8c67fb7.js +0 -1
  1752. package/dist/assets/messagebundle_lv.3a838a47.js +0 -1
  1753. package/dist/assets/messagebundle_lv.c1792215.js +0 -1
  1754. package/dist/assets/messagebundle_ms.57fb5eb8.js +0 -1
  1755. package/dist/assets/messagebundle_ms.b699139e.js +0 -1
  1756. package/dist/assets/messagebundle_nl.89dfcade.js +0 -1
  1757. package/dist/assets/messagebundle_nl.e091d15c.js +0 -1
  1758. package/dist/assets/messagebundle_no.11207bec.js +0 -1
  1759. package/dist/assets/messagebundle_no.ca985006.js +0 -1
  1760. package/dist/assets/messagebundle_pl.8c87da93.js +0 -1
  1761. package/dist/assets/messagebundle_pl.a642af11.js +0 -1
  1762. package/dist/assets/messagebundle_pt.150a4c67.js +0 -1
  1763. package/dist/assets/messagebundle_pt.d7432f70.js +0 -1
  1764. package/dist/assets/messagebundle_pt_PT.9c822d87.js +0 -1
  1765. package/dist/assets/messagebundle_pt_PT.b22ef4f9.js +0 -1
  1766. package/dist/assets/messagebundle_ro.10b8ec85.js +0 -1
  1767. package/dist/assets/messagebundle_ro.8a4e217c.js +0 -1
  1768. package/dist/assets/messagebundle_ru.3ab0178d.js +0 -1
  1769. package/dist/assets/messagebundle_ru.cfa22df4.js +0 -1
  1770. package/dist/assets/messagebundle_sh.67fd26db.js +0 -1
  1771. package/dist/assets/messagebundle_sh.a61e9606.js +0 -1
  1772. package/dist/assets/messagebundle_sk.92b89057.js +0 -1
  1773. package/dist/assets/messagebundle_sk.d5b20773.js +0 -1
  1774. package/dist/assets/messagebundle_sl.2d887b8e.js +0 -1
  1775. package/dist/assets/messagebundle_sl.4eb02a1e.js +0 -1
  1776. package/dist/assets/messagebundle_sv.1f468012.js +0 -1
  1777. package/dist/assets/messagebundle_sv.e4cae15c.js +0 -1
  1778. package/dist/assets/messagebundle_th.50b9123a.js +0 -1
  1779. package/dist/assets/messagebundle_th.f39b98b3.js +0 -1
  1780. package/dist/assets/messagebundle_tr.6ea45efc.js +0 -1
  1781. package/dist/assets/messagebundle_tr.917c45e2.js +0 -1
  1782. package/dist/assets/messagebundle_uk.9705fda1.js +0 -1
  1783. package/dist/assets/messagebundle_uk.ed0a7c66.js +0 -1
  1784. package/dist/assets/messagebundle_vi.b442e2a4.js +0 -1
  1785. package/dist/assets/messagebundle_vi.fd114413.js +0 -1
  1786. package/dist/assets/messagebundle_zh_CN.0f26b4c2.js +0 -1
  1787. package/dist/assets/messagebundle_zh_CN.a428951a.js +0 -1
  1788. package/dist/assets/messagebundle_zh_TW.26f10b28.js +0 -1
  1789. package/dist/assets/messagebundle_zh_TW.910cd4f3.js +0 -1
  1790. package/dist/assets/ms.08e953a7.js +0 -1
  1791. package/dist/assets/nb.698f666f.js +0 -1
  1792. package/dist/assets/nl.86aba7ce.js +0 -1
  1793. package/dist/assets/nl_BE.aeb4d527.js +0 -1
  1794. package/dist/assets/parameters-bundle.css.067142cc.js +0 -1
  1795. package/dist/assets/parameters-bundle.css.0910d303.js +0 -1
  1796. package/dist/assets/parameters-bundle.css.0c80e05a.js +0 -1
  1797. package/dist/assets/parameters-bundle.css.0d6c19c9.js +0 -1
  1798. package/dist/assets/parameters-bundle.css.2280ce3e.js +0 -1
  1799. package/dist/assets/parameters-bundle.css.2480d334.js +0 -1
  1800. package/dist/assets/parameters-bundle.css.3e7079bc.js +0 -1
  1801. package/dist/assets/parameters-bundle.css.472c33c9.js +0 -1
  1802. package/dist/assets/parameters-bundle.css.4cf7b367.js +0 -1
  1803. package/dist/assets/parameters-bundle.css.64a1fcb3.js +0 -1
  1804. package/dist/assets/parameters-bundle.css.691f8760.js +0 -1
  1805. package/dist/assets/parameters-bundle.css.731f329b.js +0 -1
  1806. package/dist/assets/parameters-bundle.css.7bae430d.js +0 -1
  1807. package/dist/assets/parameters-bundle.css.8a87377e.js +0 -1
  1808. package/dist/assets/parameters-bundle.css.a0b1bee1.js +0 -1
  1809. package/dist/assets/parameters-bundle.css.ab21e265.js +0 -1
  1810. package/dist/assets/parameters-bundle.css.b06aacf3.js +0 -1
  1811. package/dist/assets/parameters-bundle.css.b7a02c6d.js +0 -1
  1812. package/dist/assets/parameters-bundle.css.b8686554.js +0 -1
  1813. package/dist/assets/parameters-bundle.css.b8d253d9.js +0 -1
  1814. package/dist/assets/parameters-bundle.css.bdbac4ec.js +0 -1
  1815. package/dist/assets/parameters-bundle.css.e59780e1.js +0 -1
  1816. package/dist/assets/parameters-bundle.css.ef6e66b9.js +0 -1
  1817. package/dist/assets/parameters-bundle.css.f3164b8d.js +0 -1
  1818. package/dist/assets/pl.4a63f4da.js +0 -1
  1819. package/dist/assets/pt.70d82dc5.js +0 -1
  1820. package/dist/assets/pt_PT.d4b085f1.js +0 -1
  1821. package/dist/assets/ro.9d6cc2d1.js +0 -1
  1822. package/dist/assets/ru.f66b88b7.js +0 -1
  1823. package/dist/assets/ru_UA.17aba7d7.js +0 -1
  1824. package/dist/assets/sk.04703e35.js +0 -1
  1825. package/dist/assets/sl.86740f8b.js +0 -1
  1826. package/dist/assets/sr.63a13073.js +0 -1
  1827. package/dist/assets/sr_Latn.5759744e.js +0 -1
  1828. package/dist/assets/sv.22dda50f.js +0 -1
  1829. package/dist/assets/th.05fcc17c.js +0 -1
  1830. package/dist/assets/tr.98dc6dfd.js +0 -1
  1831. package/dist/assets/uk.9824204c.js +0 -1
  1832. package/dist/assets/vi.b72792c6.js +0 -1
  1833. package/dist/assets/woman_avatar_5.7316a316.png +0 -0
  1834. package/dist/assets/zh_CN.ef0ec92a.js +0 -1
  1835. package/dist/assets/zh_HK.1fe7830a.js +0 -1
  1836. package/dist/assets/zh_SG.6c8275a7.js +0 -1
  1837. package/dist/assets/zh_TW.7b1013aa.js +0 -1
  1838. package/dist/custom-elements.json +0 -1
  1839. package/dist/i18n/messagebundle.properties +0 -422
  1840. package/dist/i18n/messagebundle_ar.properties +0 -282
  1841. package/dist/i18n/messagebundle_bg.properties +0 -282
  1842. package/dist/i18n/messagebundle_ca.properties +0 -282
  1843. package/dist/i18n/messagebundle_cs.properties +0 -282
  1844. package/dist/i18n/messagebundle_cy.properties +0 -282
  1845. package/dist/i18n/messagebundle_da.properties +0 -282
  1846. package/dist/i18n/messagebundle_de.properties +0 -282
  1847. package/dist/i18n/messagebundle_el.properties +0 -282
  1848. package/dist/i18n/messagebundle_en.properties +0 -282
  1849. package/dist/i18n/messagebundle_en_GB.properties +0 -282
  1850. package/dist/i18n/messagebundle_en_US_sappsd.properties +0 -282
  1851. package/dist/i18n/messagebundle_en_US_saprigi.properties +0 -282
  1852. package/dist/i18n/messagebundle_en_US_saptrc.properties +0 -282
  1853. package/dist/i18n/messagebundle_es.properties +0 -282
  1854. package/dist/i18n/messagebundle_es_MX.properties +0 -282
  1855. package/dist/i18n/messagebundle_et.properties +0 -282
  1856. package/dist/i18n/messagebundle_fi.properties +0 -282
  1857. package/dist/i18n/messagebundle_fr.properties +0 -282
  1858. package/dist/i18n/messagebundle_fr_CA.properties +0 -282
  1859. package/dist/i18n/messagebundle_hi.properties +0 -282
  1860. package/dist/i18n/messagebundle_hr.properties +0 -282
  1861. package/dist/i18n/messagebundle_hu.properties +0 -282
  1862. package/dist/i18n/messagebundle_id.properties +0 -282
  1863. package/dist/i18n/messagebundle_in.properties +0 -172
  1864. package/dist/i18n/messagebundle_it.properties +0 -282
  1865. package/dist/i18n/messagebundle_iw.properties +0 -282
  1866. package/dist/i18n/messagebundle_ja.properties +0 -282
  1867. package/dist/i18n/messagebundle_kk.properties +0 -282
  1868. package/dist/i18n/messagebundle_ko.properties +0 -282
  1869. package/dist/i18n/messagebundle_lt.properties +0 -282
  1870. package/dist/i18n/messagebundle_lv.properties +0 -282
  1871. package/dist/i18n/messagebundle_ms.properties +0 -282
  1872. package/dist/i18n/messagebundle_nl.properties +0 -282
  1873. package/dist/i18n/messagebundle_no.properties +0 -282
  1874. package/dist/i18n/messagebundle_pl.properties +0 -282
  1875. package/dist/i18n/messagebundle_pt.properties +0 -282
  1876. package/dist/i18n/messagebundle_pt_PT.properties +0 -282
  1877. package/dist/i18n/messagebundle_ro.properties +0 -282
  1878. package/dist/i18n/messagebundle_ru.properties +0 -282
  1879. package/dist/i18n/messagebundle_sk.properties +0 -282
  1880. package/dist/i18n/messagebundle_sl.properties +0 -282
  1881. package/dist/i18n/messagebundle_sv.properties +0 -282
  1882. package/dist/i18n/messagebundle_th.properties +0 -282
  1883. package/dist/i18n/messagebundle_tr.properties +0 -282
  1884. package/dist/i18n/messagebundle_uk.properties +0 -282
  1885. package/dist/i18n/messagebundle_vi.properties +0 -282
  1886. package/dist/i18n/messagebundle_zh_CN.properties +0 -282
  1887. package/dist/i18n/messagebundle_zh_TW.properties +0 -282
  1888. package/src/themes/sap_fiori_3/Panel-parameters.css +0 -5
  1889. package/src/themes/sap_fiori_3_dark/Panel-parameters.css +0 -5
  1890. package/src/themes/sap_horizon_exp/Popover-parameters.css +0 -4
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.ts"],"names":[],"mappings":"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","sourcesContent":["import type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport customElement from \"@ui5/webcomponents-base/dist/decorators/customElement.js\";\nimport property from \"@ui5/webcomponents-base/dist/decorators/property.js\";\nimport slot from \"@ui5/webcomponents-base/dist/decorators/slot.js\";\nimport Integer from \"@ui5/webcomponents-base/dist/types/Integer.js\";\nimport { isIOS } from \"@ui5/webcomponents-base/dist/Device.js\";\nimport DOMReference from \"@ui5/webcomponents-base/dist/types/DOMReference.js\";\nimport { getClosedPopupParent } from \"@ui5/webcomponents-base/dist/util/PopupUtils.js\";\nimport clamp from \"@ui5/webcomponents-base/dist/util/clamp.js\";\nimport Popup from \"./Popup.js\";\nimport PopoverPlacementType from \"./types/PopoverPlacementType.js\";\nimport PopoverVerticalAlign from \"./types/PopoverVerticalAlign.js\";\nimport PopoverHorizontalAlign from \"./types/PopoverHorizontalAlign.js\";\nimport { addOpenedPopover, removeOpenedPopover } from \"./popup-utils/PopoverRegistry.js\";\n\n// Template\nimport PopoverTemplate from \"./generated/templates/PopoverTemplate.lit.js\";\n// Styles\nimport browserScrollbarCSS from \"./generated/themes/BrowserScrollbar.css.js\";\nimport PopupsCommonCss from \"./generated/themes/PopupsCommon.css.js\";\nimport PopoverCss from \"./generated/themes/Popover.css.js\";\n\nconst ARROW_SIZE = 8;\n\ntype PopoverSize = {\n\twidth: number;\n\theight: number;\n}\n\ntype ArrowPosition = {\n\tx: number;\n\ty: number;\n}\n\ntype CalculatedPlacement = {\n\tarrow: ArrowPosition,\n\ttop: number,\n\tleft: number,\n\tplacementType: PopoverPlacementType,\n}\n\n/**\n * @class\n *\n * <h3 class=\"comment-api-title\">Overview</h3>\n *\n * The <code>ui5-popover</code> component displays additional information for an object\n * in a compact way and without leaving the page.\n * The Popover can contain various UI elements, such as fields, tables, images, and charts.\n * It can also include actions in the footer.\n *\n * <h3>Structure</h3>\n *\n * The popover has three main areas:\n * <ul>\n * <li>Header (optional)</li>\n * <li>Content</li>\n * <li>Footer (optional)</li>\n * </ul>\n *\n * <b>Note:</b> The <code>ui5-popover</code> is closed when the user clicks\n * or taps outside the popover\n * or selects an action within the popover. You can prevent this with the\n * <code>modal</code> property.\n *\n * <h3>CSS Shadow Parts</h3>\n *\n * <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.\n * <br>\n * The <code>ui5-popover</code> exposes the following CSS Shadow Parts:\n * <ul>\n * <li>header - Used to style the header of the component</li>\n * <li>content - Used to style the content of the component</li>\n * <li>footer - Used to style the footer of the component</li>\n * </ul>\n *\n * <h3>ES6 Module Import</h3>\n *\n * <code>import \"@ui5/webcomponents/dist/Popover.js\";</code>\n *\n * @constructor\n * @author SAP SE\n * @alias sap.ui.webc.main.Popover\n * @extends sap.ui.webc.main.Popup\n * @tagname ui5-popover\n * @since 1.0.0-rc.6\n * @public\n */\n@customElement({\n\ttag: \"ui5-popover\",\n\tstyles: [\n\t\tbrowserScrollbarCSS,\n\t\tPopupsCommonCss,\n\t\tPopoverCss,\n\t],\n\ttemplate: PopoverTemplate,\n})\nclass Popover extends Popup {\n\t/**\n\t * Defines the header text.\n\t * <br><br>\n\t * <b>Note:</b> If <code>header</code> slot is provided, the <code>headerText</code> is ignored.\n\t *\n\t * @type {string}\n\t * @name sap.ui.webc.main.Popover.prototype.headerText\n\t * @defaultvalue \"\"\n\t * @public\n\t */\n\t@property()\n\theaderText!: string;\n\n\t/**\n\t * Determines on which side the component is placed at.\n\t * <br><br>\n\t * Available options are:\n\t * <ul>\n\t * <li><code>Left</code></li>\n\t * <li><code>Right</code></li>\n\t * <li><code>Top</code></li>\n\t * <li><code>Bottom</code></li>\n\t * </ul>\n\t *\n\t * @type {sap.ui.webc.main.types.PopoverPlacementType}\n\t * @name sap.ui.webc.main.Popover.prototype.placementType\n\t * @defaultvalue \"Right\"\n\t * @public\n\t */\n\t@property({ type: PopoverPlacementType, defaultValue: PopoverPlacementType.Right })\n\tplacementType!: PopoverPlacementType;\n\n\t/**\n\t * Determines the horizontal alignment of the component.\n\t * <br><br>\n\t * Available options are:\n\t * <ul>\n\t * <li><code>Center</code></li>\n\t * <li><code>Left</code></li>\n\t * <li><code>Right</code></li>\n\t * <li><code>Stretch</code></li>\n\t * </ul>\n\t *\n\t * @type {sap.ui.webc.main.types.PopoverHorizontalAlign}\n\t * @name sap.ui.webc.main.Popover.prototype.horizontalAlign\n\t * @defaultvalue \"Center\"\n\t * @public\n\t */\n\t@property({ type: PopoverHorizontalAlign, defaultValue: PopoverHorizontalAlign.Center })\n\thorizontalAlign!: PopoverHorizontalAlign;\n\n\t/**\n\t * Determines the vertical alignment of the component.\n\t * <br><br>\n\t * Available options are:\n\t * <ul>\n\t * <li><code>Center</code></li>\n\t * <li><code>Top</code></li>\n\t * <li><code>Bottom</code></li>\n\t * <li><code>Stretch</code></li>\n\t * </ul>\n\t *\n\t * @type {sap.ui.webc.main.types.PopoverVerticalAlign}\n\t * @name sap.ui.webc.main.Popover.prototype.verticalAlign\n\t * @defaultvalue \"Center\"\n\t * @public\n\t */\n\t@property({ type: PopoverVerticalAlign, defaultValue: PopoverVerticalAlign.Center })\n\tverticalAlign!: PopoverVerticalAlign;\n\n\t/**\n\t * Defines whether the component should close when\n\t * clicking/tapping outside of the popover.\n\t * If enabled, it blocks any interaction with the background.\n\t *\n\t * @type {boolean}\n\t * @name sap.ui.webc.main.Popover.prototype.modal\n\t * @defaultvalue false\n\t * @public\n\t */\n\t@property({ type: Boolean })\n\tmodal!: boolean;\n\n\t/**\n\t * Defines whether the block layer will be shown if modal property is set to true.\n\t * @type {boolean}\n\t * @name sap.ui.webc.main.Popover.prototype.hideBackdrop\n\t * @defaultvalue false\n\t * @public\n\t * @since 1.0.0-rc.10\n\t */\n\t@property({ type: Boolean })\n\thideBackdrop!: boolean;\n\n\t/**\n\t * Determines whether the component arrow is hidden.\n\t *\n\t * @type {boolean}\n\t * @name sap.ui.webc.main.Popover.prototype.hideArrow\n\t * @defaultvalue false\n\t * @public\n\t * @since 1.0.0-rc.15\n\t */\n\t@property({ type: Boolean })\n\thideArrow!: boolean;\n\n\t/**\n\t * Determines if there is no enough space, the component can be placed\n\t * over the target.\n\t *\n\t * @type {boolean}\n\t * @name sap.ui.webc.main.Popover.prototype.allowTargetOverlap\n\t * @defaultvalue false\n\t * @public\n\t */\n\t@property({ type: Boolean })\n\tallowTargetOverlap!: boolean;\n\n\t/**\n\t * Defines the ID or DOM Reference of the element that the popover is shown at\n\t * @public\n\t * @type {sap.ui.webc.base.types.DOMReference}\n\t * @name sap.ui.webc.main.Popover.prototype.opener\n\t * @defaultvalue undefined\n\t * @since 1.2.0\n\t */\n\t@property({ validator: DOMReference })\n\topener?: HTMLElement | string;\n\n\t/**\n\t * Defines whether the content is scrollable.\n\t *\n\t * @type {boolean}\n\t * @defaultvalue false\n\t * @private\n\t */\n\t@property({ type: Boolean })\n\tdisableScrolling!: boolean;\n\n\t/**\n\t * Sets the X translation of the arrow\n\t *\n\t * @private\n\t */\n\t@property({ validator: Integer, defaultValue: 0, noAttribute: true })\n\tarrowTranslateX!: number;\n\n\t/**\n\t * Sets the Y translation of the arrow\n\t *\n\t * @private\n\t */\n\t@property({ validator: Integer, defaultValue: 0, noAttribute: true })\n\tarrowTranslateY!: number;\n\n\t/**\n\t * Returns the calculated placement depending on the free space\n\t *\n\t * @private\n\t */\n\t@property({ type: PopoverPlacementType, defaultValue: PopoverPlacementType.Right })\n\tactualPlacementType!: PopoverPlacementType;\n\n\t@property({ validator: Integer, noAttribute: true })\n\t_maxHeight?: number;\n\n\t@property({ validator: Integer, noAttribute: true })\n\t_maxWidth?: number;\n\n\t/**\n\t * Defines the header HTML Element.\n\t *\n\t * @type {HTMLElement[]}\n\t * @name sap.ui.webc.main.Popover.prototype.header\n\t * @slot\n\t * @public\n\t */\n\t@slot({ type: HTMLElement })\n\theader!: Array<HTMLElement>;\n\n\t/**\n\t * Defines the footer HTML Element.\n\t *\n\t * @type {HTMLElement[]}\n\t * @name sap.ui.webc.main.Popover.prototype.footer\n\t * @slot\n\t * @public\n\t */\n\t@slot({ type: HTMLElement })\n\tfooter!: Array<HTMLElement>;\n\n\t_opener?: HTMLElement;\n\t_openerRect?: DOMRect;\n\t_preventRepositionAndClose?: boolean;\n\t_top?: number;\n\t_left?: number;\n\t_oldPlacement?: CalculatedPlacement;\n\t_width?: string;\n\n\tstatic get VIEWPORT_MARGIN() {\n\t\treturn 10; // px\n\t}\n\n\tconstructor() {\n\t\tsuper();\n\t}\n\n\tonAfterRendering() {\n\t\tif (!this.isOpen() && this.open) {\n\t\t\tlet opener;\n\n\t\t\tif (this.opener instanceof HTMLElement) {\n\t\t\t\topener = this.opener;\n\t\t\t} else if (typeof this.opener === \"string\") {\n\t\t\t\topener = (this.getRootNode() as Document).getElementById(this.opener);\n\t\t\t}\n\n\t\t\tif (!opener) {\n\t\t\t\tconsole.warn(\"Valid opener id is required.\"); // eslint-disable-line\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tthis.showAt(opener);\n\t\t} else if (this.isOpen() && !this.open) {\n\t\t\tthis.close();\n\t\t}\n\t}\n\n\tisOpenerClicked(e: MouseEvent) {\n\t\tconst target = e.target as HTMLElement;\n\t\tif (target === this._opener) {\n\t\t\treturn true;\n\t\t}\n\n\t\tconst ui5ElementTarget = target as UI5Element;\n\n\t\tif (ui5ElementTarget.getFocusDomRef && ui5ElementTarget.getFocusDomRef() === this._opener) {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn e.composedPath().indexOf(this._opener as EventTarget) > -1;\n\t}\n\n\t/**\n\t * Shows the popover.\n\t * @param {HTMLElement} opener the element that the popover is shown at\n\t * @param {boolean} [preventInitialFocus=false] prevents applying the focus inside the popover\n\t * @public\n\t * @async\n\t * @method\n\t * @name sap.ui.webc.main.Popover#showAt\n\t * @async\n\t * @returns {Promise} Resolved when the popover is open\n\t */\n\tasync showAt(opener: HTMLElement, preventInitialFocus = false) {\n\t\tif (!opener || this.opened) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._opener = opener;\n\t\tthis._openerRect = opener.getBoundingClientRect();\n\n\t\tawait super._open(preventInitialFocus);\n\t}\n\n\t/**\n\t * Override for the _addOpenedPopup hook, which would otherwise just call addOpenedPopup(this)\n\t * @private\n\t */\n\t_addOpenedPopup() {\n\t\taddOpenedPopover(this);\n\t}\n\n\t/**\n\t * Override for the _removeOpenedPopup hook, which would otherwise just call removeOpenedPopup(this)\n\t * @private\n\t */\n\t_removeOpenedPopup() {\n\t\tremoveOpenedPopover(this);\n\t}\n\n\tshouldCloseDueToOverflow(placement: PopoverPlacementType, openerRect: DOMRect): boolean {\n\t\tconst threshold = 32;\n\t\tconst limits = {\n\t\t\t\"Right\": openerRect.right,\n\t\t\t\"Left\": openerRect.left,\n\t\t\t\"Top\": openerRect.top,\n\t\t\t\"Bottom\": openerRect.bottom,\n\t\t};\n\n\t\tconst closedPopupParent = getClosedPopupParent(this._opener!);\n\t\tlet overflowsBottom = false;\n\t\tlet overflowsTop = false;\n\n\t\tif ((closedPopupParent as Popover).showAt) {\n\t\t\tconst contentRect = (closedPopupParent as Popover).contentDOM.getBoundingClientRect();\n\t\t\toverflowsBottom = openerRect.top > (contentRect.top + contentRect.height);\n\t\t\toverflowsTop = (openerRect.top + openerRect.height) < contentRect.top;\n\t\t}\n\n\t\treturn (limits[placement] < 0 || (limits[placement] + threshold > (closedPopupParent as unknown as Window).innerHeight)) || overflowsBottom || overflowsTop;\n\t}\n\n\tshouldCloseDueToNoOpener(openerRect: DOMRect): boolean {\n\t\treturn openerRect.top === 0\n\t\t\t&& openerRect.bottom === 0\n\t\t\t&& openerRect.left === 0\n\t\t\t&& openerRect.right === 0;\n\t}\n\n\tisOpenerOutsideViewport(openerRect: DOMRect): boolean {\n\t\treturn openerRect.bottom < 0\n\t\t\t|| openerRect.top > window.innerHeight\n\t\t\t|| openerRect.right < 0\n\t\t\t|| openerRect.left > window.innerWidth;\n\t}\n\n\t/**\n\t * @override\n\t */\n\t_resize() {\n\t\tsuper._resize();\n\n\t\tif (this.opened) {\n\t\t\tthis.reposition();\n\t\t}\n\t}\n\n\treposition() {\n\t\tthis._show();\n\t}\n\n\t_show() {\n\t\tlet placement;\n\t\tconst popoverSize = this.getPopoverSize();\n\n\t\tif (popoverSize.width === 0 || popoverSize.height === 0) {\n\t\t\t// size can not be determined properly at this point, popover will be shown with the next reposition\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.isOpen()) {\n\t\t\t// update opener rect if it was changed during the popover being opened\n\t\t\tthis._openerRect = this._opener!.getBoundingClientRect();\n\t\t}\n\n\t\tif (this.shouldCloseDueToNoOpener(this._openerRect!) && this.isFocusWithin()) {\n\t\t\t// reuse the old placement as the opener is not available,\n\t\t\t// but keep the popover open as the focus is within\n\t\t\tplacement = this._oldPlacement;\n\t\t} else {\n\t\t\tplacement = this.calcPlacement(this._openerRect!, popoverSize);\n\t\t}\n\n\t\tif (this._preventRepositionAndClose || this.isOpenerOutsideViewport(this._openerRect!)) {\n\t\t\treturn this.close();\n\t\t}\n\n\t\tthis._oldPlacement = placement;\n\t\tthis.actualPlacementType = placement!.placementType;\n\n\t\tlet left = clamp(\n\t\t\tthis._left!,\n\t\t\tPopover.VIEWPORT_MARGIN,\n\t\t\tdocument.documentElement.clientWidth - popoverSize.width - Popover.VIEWPORT_MARGIN,\n\t\t);\n\n\t\tif (this.actualPlacementType === PopoverPlacementType.Right) {\n\t\t\tleft = Math.max(left, this._left!);\n\t\t}\n\n\t\tlet top = clamp(\n\t\t\tthis._top!,\n\t\t\tPopover.VIEWPORT_MARGIN,\n\t\t\tdocument.documentElement.clientHeight - popoverSize.height - Popover.VIEWPORT_MARGIN,\n\t\t);\n\n\t\tif (this.actualPlacementType === PopoverPlacementType.Bottom) {\n\t\t\ttop = Math.max(top, this._top!);\n\t\t}\n\n\t\tthis.arrowTranslateX = placement!.arrow.x;\n\t\tthis.arrowTranslateY = placement!.arrow.y;\n\n\t\ttop = this._adjustForIOSKeyboard(top);\n\n\t\tObject.assign(this.style, {\n\t\t\ttop: `${top}px`,\n\t\t\tleft: `${left}px`,\n\t\t});\n\t\tsuper._show();\n\n\t\tif (this.horizontalAlign === PopoverHorizontalAlign.Stretch && this._width) {\n\t\t\tthis.style.width = this._width;\n\t\t}\n\t}\n\n\t/**\n\t * Adjust the desired top position to compensate for shift of the screen\n\t * caused by opened keyboard on iOS which affects all elements with position:fixed.\n\t * @private\n\t * @param {int} top The target top in px.\n\t * @returns {int} The adjusted top in px.\n\t */\n\t_adjustForIOSKeyboard(top: number): number {\n\t\tif (!isIOS()) {\n\t\t\treturn top;\n\t\t}\n\n\t\tconst actualTop = Math.ceil(this.getBoundingClientRect().top);\n\n\t\treturn top + (Number.parseInt(this.style.top || \"0\") - actualTop);\n\t}\n\n\tgetPopoverSize(): PopoverSize {\n\t\tif (!this.opened) {\n\t\t\tObject.assign(this.style, {\n\t\t\t\tdisplay: \"block\",\n\t\t\t\ttop: \"-10000px\",\n\t\t\t\tleft: \"-10000px\",\n\t\t\t});\n\t\t}\n\n\t\tconst rect = this.getBoundingClientRect(),\n\t\t\twidth = rect.width,\n\t\t\theight = rect.height;\n\n\t\treturn { width, height };\n\t}\n\n\tget arrowDOM() {\n\t\treturn this.shadowRoot!.querySelector(\".ui5-popover-arrow\")!;\n\t}\n\n\t/**\n\t * @private\n\t */\n\tcalcPlacement(targetRect: DOMRect, popoverSize: PopoverSize): CalculatedPlacement {\n\t\tlet left = 0;\n\t\tlet top = 0;\n\t\tconst allowTargetOverlap = this.allowTargetOverlap;\n\n\t\tconst clientWidth = document.documentElement.clientWidth;\n\t\tconst clientHeight = document.documentElement.clientHeight;\n\n\t\tlet maxHeight = clientHeight;\n\t\tlet maxWidth = clientWidth;\n\n\t\tconst placementType = this.getActualPlacementType(targetRect, popoverSize);\n\n\t\tthis._preventRepositionAndClose = this.shouldCloseDueToNoOpener(targetRect) || this.shouldCloseDueToOverflow(placementType, targetRect);\n\n\t\tconst isVertical = placementType === PopoverPlacementType.Top\n\t\t\t|| placementType === PopoverPlacementType.Bottom;\n\n\t\tif (this.horizontalAlign === PopoverHorizontalAlign.Stretch && isVertical) {\n\t\t\tpopoverSize.width = targetRect.width;\n\t\t\tthis._width = `${targetRect.width}px`;\n\t\t} else if (this.verticalAlign === PopoverVerticalAlign.Stretch && !isVertical) {\n\t\t\tpopoverSize.height = targetRect.height;\n\t\t}\n\n\t\tconst arrowOffset = this.hideArrow ? 0 : ARROW_SIZE;\n\n\t\t// calc popover positions\n\t\tswitch (placementType) {\n\t\tcase PopoverPlacementType.Top:\n\t\t\tleft = this.getVerticalLeft(targetRect, popoverSize);\n\t\t\ttop = Math.max(targetRect.top - popoverSize.height - arrowOffset, 0);\n\n\t\t\tif (!allowTargetOverlap) {\n\t\t\t\tmaxHeight = targetRect.top - arrowOffset;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacementType.Bottom:\n\t\t\tleft = this.getVerticalLeft(targetRect, popoverSize);\n\t\t\ttop = targetRect.bottom + arrowOffset;\n\n\t\t\tif (allowTargetOverlap) {\n\t\t\t\ttop = Math.max(Math.min(top, clientHeight - popoverSize.height), 0);\n\t\t\t} else {\n\t\t\t\tmaxHeight = clientHeight - targetRect.bottom - arrowOffset;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacementType.Left:\n\t\t\tleft = Math.max(targetRect.left - popoverSize.width - arrowOffset, 0);\n\t\t\ttop = this.getHorizontalTop(targetRect, popoverSize);\n\n\t\t\tif (!allowTargetOverlap) {\n\t\t\t\tmaxWidth = targetRect.left - arrowOffset;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacementType.Right:\n\t\t\tleft = targetRect.left + targetRect.width + arrowOffset;\n\t\t\ttop = this.getHorizontalTop(targetRect, popoverSize);\n\n\t\t\tif (allowTargetOverlap) {\n\t\t\t\tleft = Math.max(Math.min(left, clientWidth - popoverSize.width), 0);\n\t\t\t} else {\n\t\t\t\tmaxWidth = clientWidth - targetRect.right - arrowOffset;\n\t\t\t}\n\t\t\tbreak;\n\t\t}\n\n\t\t// correct popover positions\n\t\tif (isVertical) {\n\t\t\tif (popoverSize.width > clientWidth || left < 0) {\n\t\t\t\tleft = 0;\n\t\t\t} else if (left + popoverSize.width > clientWidth) {\n\t\t\t\tleft -= left + popoverSize.width - clientWidth;\n\t\t\t}\n\t\t} else {\n\t\t\tif (popoverSize.height > clientHeight || top < 0) { // eslint-disable-line\n\t\t\t\ttop = 0;\n\t\t\t} else if (top + popoverSize.height > clientHeight) {\n\t\t\t\ttop -= top + popoverSize.height - clientHeight;\n\t\t\t}\n\t\t}\n\n\t\tthis._maxHeight = Math.round(maxHeight - Popover.VIEWPORT_MARGIN);\n\t\tthis._maxWidth = Math.round(maxWidth - Popover.VIEWPORT_MARGIN);\n\n\t\tif (this._left === undefined || Math.abs(this._left - left) > 1.5) {\n\t\t\tthis._left = Math.round(left);\n\t\t}\n\n\t\tif (this._top === undefined || Math.abs(this._top - top) > 1.5) {\n\t\t\tthis._top = Math.round(top);\n\t\t}\n\n\t\tconst borderRadius = Number.parseInt(window.getComputedStyle(this).getPropertyValue(\"border-radius\"));\n\t\tconst arrowPos = this.getArrowPosition(targetRect, popoverSize, left, top, isVertical, borderRadius);\n\n\t\treturn {\n\t\t\tarrow: arrowPos,\n\t\t\ttop: this._top,\n\t\t\tleft: this._left,\n\t\t\tplacementType,\n\t\t};\n\t}\n\n\t/**\n\t * Calculates the position for the arrow.\n\t * @private\n\t * @param targetRect BoundingClientRect of the target element\n\t * @param {{width: number, height: number}} popoverSize Width and height of the popover\n\t * @param left Left offset of the popover\n\t * @param top Top offset of the popover\n\t * @param isVertical If the popover is positioned vertically to the target element\n\t * @param {number} borderRadius Value of the border-radius property\n\t * @returns {{x: number, y: number}} Arrow's coordinates\n\t */\n\tgetArrowPosition(targetRect: DOMRect, popoverSize: PopoverSize, left: number, top: number, isVertical: boolean, borderRadius: number): ArrowPosition {\n\t\tconst horizontalAlign = this._actualHorizontalAlign;\n\t\tlet arrowXCentered = horizontalAlign === PopoverHorizontalAlign.Center || horizontalAlign === PopoverHorizontalAlign.Stretch;\n\n\t\tif (horizontalAlign === PopoverHorizontalAlign.Right && left <= targetRect.left) {\n\t\t\tarrowXCentered = true;\n\t\t}\n\n\t\tif (horizontalAlign === PopoverHorizontalAlign.Left && left + popoverSize.width >= targetRect.left + targetRect.width) {\n\t\t\tarrowXCentered = true;\n\t\t}\n\n\t\tlet arrowTranslateX = 0;\n\t\tif (isVertical && arrowXCentered) {\n\t\t\tarrowTranslateX = targetRect.left + targetRect.width / 2 - left - popoverSize.width / 2;\n\t\t}\n\n\t\tlet arrowTranslateY = 0;\n\t\tif (!isVertical) {\n\t\t\tarrowTranslateY = targetRect.top + targetRect.height / 2 - top - popoverSize.height / 2;\n\t\t}\n\n\t\t// Restricts the arrow's translate value along each dimension,\n\t\t// so that the arrow does not clip over the popover's rounded borders.\n\t\tconst safeRangeForArrowY = popoverSize.height / 2 - borderRadius - ARROW_SIZE / 2;\n\t\tarrowTranslateY = clamp(\n\t\t\tarrowTranslateY,\n\t\t\t-safeRangeForArrowY,\n\t\t\tsafeRangeForArrowY,\n\t\t);\n\n\t\tconst safeRangeForArrowX = popoverSize.width / 2 - borderRadius - ARROW_SIZE / 2;\n\t\tarrowTranslateX = clamp(\n\t\t\tarrowTranslateX,\n\t\t\t-safeRangeForArrowX,\n\t\t\tsafeRangeForArrowX,\n\t\t);\n\n\t\treturn {\n\t\t\tx: Math.round(arrowTranslateX),\n\t\t\ty: Math.round(arrowTranslateY),\n\t\t};\n\t}\n\n\t/**\n\t * Fallbacks to new placement, prioritizing <code>Left</code> and <code>Right</code> placements.\n\t * @private\n\t */\n\tfallbackPlacement(clientWidth: number, clientHeight: number, targetRect: DOMRect, popoverSize: PopoverSize): PopoverPlacementType | undefined {\n\t\tif (targetRect.left > popoverSize.width) {\n\t\t\treturn PopoverPlacementType.Left;\n\t\t}\n\n\t\tif (clientWidth - targetRect.right > targetRect.left) {\n\t\t\treturn PopoverPlacementType.Right;\n\t\t}\n\n\t\tif (clientHeight - targetRect.bottom > popoverSize.height) {\n\t\t\treturn PopoverPlacementType.Bottom;\n\t\t}\n\n\t\tif (clientHeight - targetRect.bottom < targetRect.top) {\n\t\t\treturn PopoverPlacementType.Top;\n\t\t}\n\t}\n\n\tgetActualPlacementType(targetRect: DOMRect, popoverSize: PopoverSize): PopoverPlacementType {\n\t\tconst placementType = this.placementType;\n\t\tlet actualPlacementType = placementType;\n\n\t\tconst clientWidth = document.documentElement.clientWidth;\n\t\tconst clientHeight = document.documentElement.clientHeight;\n\n\t\tswitch (placementType) {\n\t\tcase PopoverPlacementType.Top:\n\t\t\tif (targetRect.top < popoverSize.height\n\t\t\t\t&& targetRect.top < clientHeight - targetRect.bottom) {\n\t\t\t\tactualPlacementType = PopoverPlacementType.Bottom;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacementType.Bottom:\n\t\t\tif (clientHeight - targetRect.bottom < popoverSize.height\n\t\t\t\t&& clientHeight - targetRect.bottom < targetRect.top) {\n\t\t\t\tactualPlacementType = PopoverPlacementType.Top;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacementType.Left:\n\t\t\tif (targetRect.left < popoverSize.width) {\n\t\t\t\tactualPlacementType = this.fallbackPlacement(clientWidth, clientHeight, targetRect, popoverSize) || placementType;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacementType.Right:\n\t\t\tif (clientWidth - targetRect.right < popoverSize.width) {\n\t\t\t\tactualPlacementType = this.fallbackPlacement(clientWidth, clientHeight, targetRect, popoverSize) || placementType;\n\t\t\t}\n\t\t\tbreak;\n\t\t}\n\n\t\treturn actualPlacementType;\n\t}\n\n\tgetVerticalLeft(targetRect: DOMRect, popoverSize: PopoverSize): number {\n\t\tconst horizontalAlign = this._actualHorizontalAlign;\n\t\tlet left;\n\n\t\tswitch (horizontalAlign) {\n\t\tcase PopoverHorizontalAlign.Center:\n\t\tcase PopoverHorizontalAlign.Stretch:\n\t\t\tleft = targetRect.left - (popoverSize.width - targetRect.width) / 2;\n\t\t\tbreak;\n\t\tcase PopoverHorizontalAlign.Left:\n\t\t\tleft = targetRect.left;\n\t\t\tbreak;\n\t\tcase PopoverHorizontalAlign.Right:\n\t\t\tleft = targetRect.right - popoverSize.width;\n\t\t\tbreak;\n\t\t}\n\n\t\treturn left;\n\t}\n\n\tgetHorizontalTop(targetRect: DOMRect, popoverSize: PopoverSize): number {\n\t\tlet top;\n\n\t\tswitch (this.verticalAlign) {\n\t\tcase PopoverVerticalAlign.Center:\n\t\tcase PopoverVerticalAlign.Stretch:\n\t\t\ttop = targetRect.top - (popoverSize.height - targetRect.height) / 2;\n\t\t\tbreak;\n\t\tcase PopoverVerticalAlign.Top:\n\t\t\ttop = targetRect.top;\n\t\t\tbreak;\n\t\tcase PopoverVerticalAlign.Bottom:\n\t\t\ttop = targetRect.bottom - popoverSize.height;\n\t\t\tbreak;\n\t\t}\n\n\t\treturn top;\n\t}\n\n\tget isModal() { // Required by Popup.js\n\t\treturn this.modal;\n\t}\n\n\tget shouldHideBackdrop() { // Required by Popup.js\n\t\treturn this.hideBackdrop;\n\t}\n\n\tget _ariaLabelledBy() { // Required by Popup.js\n\t\tif (!this._ariaLabel && this._displayHeader) {\n\t\t\treturn \"ui5-popup-header\";\n\t\t}\n\n\t\treturn undefined;\n\t}\n\n\tget styles() {\n\t\treturn {\n\t\t\t...super.styles,\n\t\t\troot: {\n\t\t\t\t\"max-height\": this._maxHeight ? `${this._maxHeight}px` : \"\",\n\t\t\t\t\"max-width\": this._maxWidth ? `${this._maxWidth}px` : \"\",\n\t\t\t},\n\t\t\tarrow: {\n\t\t\t\ttransform: `translate(${this.arrowTranslateX}px, ${this.arrowTranslateY}px)`,\n\t\t\t},\n\t\t};\n\t}\n\n\tget classes() {\n\t\tconst allClasses = super.classes;\n\t\tallClasses.root[\"ui5-popover-root\"] = true;\n\n\t\treturn allClasses;\n\t}\n\n\t/**\n\t * Hook for descendants to hide header.\n\t */\n\tget _displayHeader() {\n\t\treturn !!(this.header.length || this.headerText);\n\t}\n\n\t/**\n\t * Hook for descendants to hide footer.\n\t */\n\tget _displayFooter() {\n\t\treturn true;\n\t}\n\n\tget _actualHorizontalAlign() {\n\t\tif (this.effectiveDir === \"rtl\") {\n\t\t\tif (this.horizontalAlign === PopoverHorizontalAlign.Left) {\n\t\t\t\treturn PopoverHorizontalAlign.Right;\n\t\t\t}\n\n\t\t\tif (this.horizontalAlign === PopoverHorizontalAlign.Right) {\n\t\t\t\treturn PopoverHorizontalAlign.Left;\n\t\t\t}\n\t\t}\n\n\t\treturn this.horizontalAlign;\n\t}\n}\n\nconst instanceOfPopover = (object: any): object is Popover => {\n\treturn \"showAt\" in object;\n};\n\nPopover.define();\n\nexport default Popover;\n\nexport { instanceOfPopover };\n"]}
1
+ {"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.ts"],"names":[],"mappings":"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","sourcesContent":["import type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport customElement from \"@ui5/webcomponents-base/dist/decorators/customElement.js\";\nimport property from \"@ui5/webcomponents-base/dist/decorators/property.js\";\nimport slot from \"@ui5/webcomponents-base/dist/decorators/slot.js\";\nimport Integer from \"@ui5/webcomponents-base/dist/types/Integer.js\";\nimport { isIOS } from \"@ui5/webcomponents-base/dist/Device.js\";\nimport DOMReference from \"@ui5/webcomponents-base/dist/types/DOMReference.js\";\nimport { getClosedPopupParent } from \"@ui5/webcomponents-base/dist/util/PopupUtils.js\";\nimport clamp from \"@ui5/webcomponents-base/dist/util/clamp.js\";\nimport isElementContainingBlock from \"@ui5/webcomponents-base/dist/util/isElementContainingBlock.js\";\nimport getParentElement from \"@ui5/webcomponents-base/dist/util/getParentElement.js\";\nimport Popup from \"./Popup.js\";\nimport type { PopupBeforeCloseEventDetail as PopoverBeforeCloseEventDetail } from \"./Popup.js\";\nimport PopoverPlacementType from \"./types/PopoverPlacementType.js\";\nimport PopoverVerticalAlign from \"./types/PopoverVerticalAlign.js\";\nimport PopoverHorizontalAlign from \"./types/PopoverHorizontalAlign.js\";\nimport { addOpenedPopover, removeOpenedPopover } from \"./popup-utils/PopoverRegistry.js\";\n\n// Template\nimport PopoverTemplate from \"./generated/templates/PopoverTemplate.lit.js\";\n// Styles\nimport browserScrollbarCSS from \"./generated/themes/BrowserScrollbar.css.js\";\nimport PopupsCommonCss from \"./generated/themes/PopupsCommon.css.js\";\nimport PopoverCss from \"./generated/themes/Popover.css.js\";\n\nconst ARROW_SIZE = 8;\n\ntype PopoverSize = {\n\twidth: number;\n\theight: number;\n}\n\ntype ArrowPosition = {\n\tx: number;\n\ty: number;\n}\n\ntype CalculatedPlacement = {\n\tarrow: ArrowPosition,\n\ttop: number,\n\tleft: number,\n\tplacementType: `${PopoverPlacementType}`,\n}\n\n/**\n * @class\n *\n * <h3 class=\"comment-api-title\">Overview</h3>\n *\n * The <code>ui5-popover</code> component displays additional information for an object\n * in a compact way and without leaving the page.\n * The Popover can contain various UI elements, such as fields, tables, images, and charts.\n * It can also include actions in the footer.\n *\n * <h3>Structure</h3>\n *\n * The popover has three main areas:\n * <ul>\n * <li>Header (optional)</li>\n * <li>Content</li>\n * <li>Footer (optional)</li>\n * </ul>\n *\n * <b>Note:</b> The <code>ui5-popover</code> is closed when the user clicks\n * or taps outside the popover\n * or selects an action within the popover. You can prevent this with the\n * <code>modal</code> property.\n *\n * <h3>CSS Shadow Parts</h3>\n *\n * <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.\n * <br>\n * The <code>ui5-popover</code> exposes the following CSS Shadow Parts:\n * <ul>\n * <li>header - Used to style the header of the component</li>\n * <li>content - Used to style the content of the component</li>\n * <li>footer - Used to style the footer of the component</li>\n * </ul>\n *\n * <h3>ES6 Module Import</h3>\n *\n * <code>import \"@ui5/webcomponents/dist/Popover.js\";</code>\n *\n * <b>Note: </b> We recommend placing popup-like components (<code>ui5-dialog</code> and <code>ui5-popover</code>)\n * outside any other components. Preferably, the popup-like components should be placed\n * in an upper level HTML element. Otherwise, in some cases the parent HTML elements can break\n * the position and/or z-index management of the popup-like components.\n *\n * <b>Note:</b> We don't recommend nesting popup-like components (<code>ui5-dialog</code>, <code>ui5-popover</code>).\n *\n * @constructor\n * @author SAP SE\n * @alias sap.ui.webc.main.Popover\n * @extends sap.ui.webc.main.Popup\n * @tagname ui5-popover\n * @since 1.0.0-rc.6\n * @public\n */\n@customElement({\n\ttag: \"ui5-popover\",\n\tstyles: [\n\t\tbrowserScrollbarCSS,\n\t\tPopupsCommonCss,\n\t\tPopoverCss,\n\t],\n\ttemplate: PopoverTemplate,\n})\nclass Popover extends Popup {\n\t/**\n\t * Defines the header text.\n\t * <br><br>\n\t * <b>Note:</b> If <code>header</code> slot is provided, the <code>headerText</code> is ignored.\n\t *\n\t * @type {string}\n\t * @name sap.ui.webc.main.Popover.prototype.headerText\n\t * @defaultvalue \"\"\n\t * @public\n\t */\n\t@property()\n\theaderText!: string;\n\n\t/**\n\t * Determines on which side the component is placed at.\n\t *\n\t * @type {sap.ui.webc.main.types.PopoverPlacementType}\n\t * @name sap.ui.webc.main.Popover.prototype.placementType\n\t * @defaultvalue \"Right\"\n\t * @public\n\t */\n\t@property({ type: PopoverPlacementType, defaultValue: PopoverPlacementType.Right })\n\tplacementType!: `${PopoverPlacementType}`;\n\n\t/**\n\t * Determines the horizontal alignment of the component.\n\t *\n\t * @type {sap.ui.webc.main.types.PopoverHorizontalAlign}\n\t * @name sap.ui.webc.main.Popover.prototype.horizontalAlign\n\t * @defaultvalue \"Center\"\n\t * @public\n\t */\n\t@property({ type: PopoverHorizontalAlign, defaultValue: PopoverHorizontalAlign.Center })\n\thorizontalAlign!: `${PopoverHorizontalAlign}`;\n\n\t/**\n\t * Determines the vertical alignment of the component.\n\t *\n\t * @type {sap.ui.webc.main.types.PopoverVerticalAlign}\n\t * @name sap.ui.webc.main.Popover.prototype.verticalAlign\n\t * @defaultvalue \"Center\"\n\t * @public\n\t */\n\t@property({ type: PopoverVerticalAlign, defaultValue: PopoverVerticalAlign.Center })\n\tverticalAlign!: `${PopoverVerticalAlign}`;\n\n\t/**\n\t * Defines whether the component should close when\n\t * clicking/tapping outside of the popover.\n\t * If enabled, it blocks any interaction with the background.\n\t *\n\t * @type {boolean}\n\t * @name sap.ui.webc.main.Popover.prototype.modal\n\t * @defaultvalue false\n\t * @public\n\t */\n\t@property({ type: Boolean })\n\tmodal!: boolean;\n\n\t/**\n\t * Defines whether the block layer will be shown if modal property is set to true.\n\t * @type {boolean}\n\t * @name sap.ui.webc.main.Popover.prototype.hideBackdrop\n\t * @defaultvalue false\n\t * @public\n\t * @since 1.0.0-rc.10\n\t */\n\t@property({ type: Boolean })\n\thideBackdrop!: boolean;\n\n\t/**\n\t * Determines whether the component arrow is hidden.\n\t *\n\t * @type {boolean}\n\t * @name sap.ui.webc.main.Popover.prototype.hideArrow\n\t * @defaultvalue false\n\t * @public\n\t * @since 1.0.0-rc.15\n\t */\n\t@property({ type: Boolean })\n\thideArrow!: boolean;\n\n\t/**\n\t * Determines if there is no enough space, the component can be placed\n\t * over the target.\n\t *\n\t * @type {boolean}\n\t * @name sap.ui.webc.main.Popover.prototype.allowTargetOverlap\n\t * @defaultvalue false\n\t * @public\n\t */\n\t@property({ type: Boolean })\n\tallowTargetOverlap!: boolean;\n\n\t/**\n\t * Defines the ID or DOM Reference of the element that the popover is shown at\n\t * @public\n\t * @type {sap.ui.webc.base.types.DOMReference}\n\t * @name sap.ui.webc.main.Popover.prototype.opener\n\t * @defaultvalue undefined\n\t * @since 1.2.0\n\t */\n\t@property({ validator: DOMReference })\n\topener?: HTMLElement | string;\n\n\t/**\n\t * Defines whether the content is scrollable.\n\t *\n\t * @type {boolean}\n\t * @defaultvalue false\n\t * @private\n\t */\n\t@property({ type: Boolean })\n\tdisableScrolling!: boolean;\n\n\t/**\n\t * Sets the X translation of the arrow\n\t *\n\t * @private\n\t */\n\t@property({ validator: Integer, defaultValue: 0, noAttribute: true })\n\tarrowTranslateX!: number;\n\n\t/**\n\t * Sets the Y translation of the arrow\n\t *\n\t * @private\n\t */\n\t@property({ validator: Integer, defaultValue: 0, noAttribute: true })\n\tarrowTranslateY!: number;\n\n\t/**\n\t * Returns the calculated placement depending on the free space\n\t *\n\t * @private\n\t */\n\t@property({ type: PopoverPlacementType, defaultValue: PopoverPlacementType.Right })\n\tactualPlacementType!: `${PopoverPlacementType}`;\n\n\t@property({ validator: Integer, noAttribute: true })\n\t_maxHeight?: number;\n\n\t@property({ validator: Integer, noAttribute: true })\n\t_maxWidth?: number;\n\n\t/**\n\t * Defines the header HTML Element.\n\t *\n\t * @type {HTMLElement[]}\n\t * @name sap.ui.webc.main.Popover.prototype.header\n\t * @slot\n\t * @public\n\t */\n\t@slot({ type: HTMLElement })\n\theader!: Array<HTMLElement>;\n\n\t/**\n\t * Defines the footer HTML Element.\n\t *\n\t * @type {HTMLElement[]}\n\t * @name sap.ui.webc.main.Popover.prototype.footer\n\t * @slot\n\t * @public\n\t */\n\t@slot({ type: HTMLElement })\n\tfooter!: Array<HTMLElement>;\n\n\t_opener?: HTMLElement;\n\t_openerRect?: DOMRect;\n\t_preventRepositionAndClose?: boolean;\n\t_top?: number;\n\t_left?: number;\n\t_oldPlacement?: CalculatedPlacement;\n\t_width?: string;\n\n\tstatic get VIEWPORT_MARGIN() {\n\t\treturn 10; // px\n\t}\n\n\tconstructor() {\n\t\tsuper();\n\t}\n\n\tonAfterRendering() {\n\t\tsuper.onAfterRendering();\n\n\t\tif (!this.isOpen() && this.open) {\n\t\t\tlet opener;\n\n\t\t\tif (this.opener instanceof HTMLElement) {\n\t\t\t\topener = this.opener;\n\t\t\t} else if (typeof this.opener === \"string\") {\n\t\t\t\topener = (this.getRootNode() as Document).getElementById(this.opener) || document.getElementById(this.opener);\n\t\t\t}\n\n\t\t\tif (!opener) {\n\t\t\t\tconsole.warn(\"Valid opener id is required.\"); // eslint-disable-line\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tthis.showAt(opener);\n\t\t} else if (this.isOpen() && !this.open) {\n\t\t\tthis.close();\n\t\t}\n\t}\n\n\tisOpenerClicked(e: MouseEvent) {\n\t\tconst target = e.target as HTMLElement;\n\t\tif (target === this._opener) {\n\t\t\treturn true;\n\t\t}\n\n\t\tconst ui5ElementTarget = target as UI5Element;\n\n\t\tif (ui5ElementTarget.getFocusDomRef && ui5ElementTarget.getFocusDomRef() === this._opener) {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn e.composedPath().indexOf(this._opener as EventTarget) > -1;\n\t}\n\n\t/**\n\t * Shows the popover.\n\t * @param {HTMLElement} opener the element that the popover is shown at\n\t * @param {boolean} [preventInitialFocus=false] prevents applying the focus inside the popover\n\t * @public\n\t * @async\n\t * @method\n\t * @name sap.ui.webc.main.Popover#showAt\n\t * @async\n\t * @returns {Promise} Resolved when the popover is open\n\t */\n\tasync showAt(opener: HTMLElement, preventInitialFocus = false) {\n\t\tif (!opener || this.opened) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._opener = opener;\n\t\tthis._openerRect = opener.getBoundingClientRect();\n\n\t\tawait super._open(preventInitialFocus);\n\t}\n\n\t/**\n\t * Override for the _addOpenedPopup hook, which would otherwise just call addOpenedPopup(this)\n\t * @private\n\t */\n\t_addOpenedPopup() {\n\t\taddOpenedPopover(this);\n\t}\n\n\t/**\n\t * Override for the _removeOpenedPopup hook, which would otherwise just call removeOpenedPopup(this)\n\t * @private\n\t */\n\t_removeOpenedPopup() {\n\t\tremoveOpenedPopover(this);\n\t}\n\n\tshouldCloseDueToOverflow(placement: `${PopoverPlacementType}`, openerRect: DOMRect): boolean {\n\t\tconst threshold = 32;\n\t\tconst limits = {\n\t\t\t\"Right\": openerRect.right,\n\t\t\t\"Left\": openerRect.left,\n\t\t\t\"Top\": openerRect.top,\n\t\t\t\"Bottom\": openerRect.bottom,\n\t\t};\n\n\t\tconst closedPopupParent = getClosedPopupParent(this._opener!);\n\t\tlet overflowsBottom = false;\n\t\tlet overflowsTop = false;\n\n\t\tif ((closedPopupParent as Popover).showAt) {\n\t\t\tconst contentRect = (closedPopupParent as Popover).contentDOM.getBoundingClientRect();\n\t\t\toverflowsBottom = openerRect.top > (contentRect.top + contentRect.height);\n\t\t\toverflowsTop = (openerRect.top + openerRect.height) < contentRect.top;\n\t\t}\n\n\t\treturn (limits[placement] < 0 || (limits[placement] + threshold > (closedPopupParent as unknown as Window).innerHeight)) || overflowsBottom || overflowsTop;\n\t}\n\n\tshouldCloseDueToNoOpener(openerRect: DOMRect): boolean {\n\t\treturn openerRect.top === 0\n\t\t\t&& openerRect.bottom === 0\n\t\t\t&& openerRect.left === 0\n\t\t\t&& openerRect.right === 0;\n\t}\n\n\tisOpenerOutsideViewport(openerRect: DOMRect): boolean {\n\t\treturn openerRect.bottom < 0\n\t\t\t|| openerRect.top > window.innerHeight\n\t\t\t|| openerRect.right < 0\n\t\t\t|| openerRect.left > window.innerWidth;\n\t}\n\n\t/**\n\t * @override\n\t */\n\t_resize() {\n\t\tsuper._resize();\n\n\t\tif (this.opened) {\n\t\t\tthis.reposition();\n\t\t}\n\t}\n\n\treposition() {\n\t\tthis._show();\n\t}\n\n\t_show() {\n\t\tif (!this.opened) {\n\t\t\tthis._showOutsideViewport();\n\t\t}\n\n\t\tconst popoverSize = this.getPopoverSize();\n\t\tlet placement;\n\n\t\tif (popoverSize.width === 0 || popoverSize.height === 0) {\n\t\t\t// size can not be determined properly at this point, popover will be shown with the next reposition\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.isOpen()) {\n\t\t\t// update opener rect if it was changed during the popover being opened\n\t\t\tthis._openerRect = this._opener!.getBoundingClientRect();\n\t\t}\n\n\t\tif (this.shouldCloseDueToNoOpener(this._openerRect!) && this.isFocusWithin() && this._oldPlacement) {\n\t\t\t// reuse the old placement as the opener is not available,\n\t\t\t// but keep the popover open as the focus is within\n\t\t\tplacement = this._oldPlacement;\n\t\t} else {\n\t\t\tplacement = this.calcPlacement(this._openerRect!, popoverSize);\n\t\t}\n\n\t\tif (this._preventRepositionAndClose || this.isOpenerOutsideViewport(this._openerRect!)) {\n\t\t\treturn this.close();\n\t\t}\n\n\t\tthis._oldPlacement = placement;\n\t\tthis.actualPlacementType = placement.placementType;\n\n\t\tlet left = clamp(\n\t\t\tthis._left!,\n\t\t\tPopover.VIEWPORT_MARGIN,\n\t\t\tdocument.documentElement.clientWidth - popoverSize.width - Popover.VIEWPORT_MARGIN,\n\t\t);\n\n\t\tif (this.actualPlacementType === PopoverPlacementType.Right) {\n\t\t\tleft = Math.max(left, this._left!);\n\t\t}\n\n\t\tlet top = clamp(\n\t\t\tthis._top!,\n\t\t\tPopover.VIEWPORT_MARGIN,\n\t\t\tdocument.documentElement.clientHeight - popoverSize.height - Popover.VIEWPORT_MARGIN,\n\t\t);\n\n\t\tif (this.actualPlacementType === PopoverPlacementType.Bottom) {\n\t\t\ttop = Math.max(top, this._top!);\n\t\t}\n\n\t\tthis.arrowTranslateX = placement.arrow.x;\n\t\tthis.arrowTranslateY = placement.arrow.y;\n\n\t\ttop = this._adjustForIOSKeyboard(top);\n\t\tconst containingBlockClientLocation = this._getContainingBlockClientLocation();\n\t\tleft -= containingBlockClientLocation.left;\n\t\ttop -= containingBlockClientLocation.top;\n\n\t\tObject.assign(this.style, {\n\t\t\ttop: `${top}px`,\n\t\t\tleft: `${left}px`,\n\t\t});\n\n\t\tif (this.horizontalAlign === PopoverHorizontalAlign.Stretch && this._width) {\n\t\t\tthis.style.width = this._width;\n\t\t}\n\t}\n\n\t/**\n\t * Adjust the desired top position to compensate for shift of the screen\n\t * caused by opened keyboard on iOS which affects all elements with position:fixed.\n\t * @private\n\t * @param {int} top The target top in px.\n\t * @returns {int} The adjusted top in px.\n\t */\n\t_adjustForIOSKeyboard(top: number): number {\n\t\tif (!isIOS()) {\n\t\t\treturn top;\n\t\t}\n\n\t\tconst actualTop = Math.ceil(this.getBoundingClientRect().top);\n\n\t\treturn top + (Number.parseInt(this.style.top || \"0\") - actualTop);\n\t}\n\n\t_getContainingBlockClientLocation() {\n\t\tlet parentElement = getParentElement(this);\n\n\t\twhile (parentElement) {\n\t\t\tif (isElementContainingBlock(parentElement)) {\n\t\t\t\treturn parentElement.getBoundingClientRect();\n\t\t\t}\n\n\t\t\tparentElement = getParentElement(parentElement);\n\t\t}\n\n\t\treturn { left: 0, top: 0 };\n\t}\n\n\tgetPopoverSize(): PopoverSize {\n\t\tconst rect = this.getBoundingClientRect(),\n\t\t\twidth = rect.width,\n\t\t\theight = rect.height;\n\n\t\treturn { width, height };\n\t}\n\n\t_showOutsideViewport() {\n\t\tObject.assign(this.style, {\n\t\t\tdisplay: this._displayProp,\n\t\t\ttop: \"-10000px\",\n\t\t\tleft: \"-10000px\",\n\t\t});\n\t}\n\n\tget arrowDOM() {\n\t\treturn this.shadowRoot!.querySelector(\".ui5-popover-arrow\")!;\n\t}\n\n\t/**\n\t * @private\n\t */\n\tcalcPlacement(targetRect: DOMRect, popoverSize: PopoverSize): CalculatedPlacement {\n\t\tlet left = 0;\n\t\tlet top = 0;\n\t\tconst allowTargetOverlap = this.allowTargetOverlap;\n\n\t\tconst clientWidth = document.documentElement.clientWidth;\n\t\tconst clientHeight = document.documentElement.clientHeight;\n\n\t\tlet maxHeight = clientHeight;\n\t\tlet maxWidth = clientWidth;\n\n\t\tconst placementType = this.getActualPlacementType(targetRect, popoverSize);\n\n\t\tthis._preventRepositionAndClose = this.shouldCloseDueToNoOpener(targetRect) || this.shouldCloseDueToOverflow(placementType, targetRect);\n\n\t\tconst isVertical = placementType === PopoverPlacementType.Top\n\t\t\t|| placementType === PopoverPlacementType.Bottom;\n\n\t\tif (this.horizontalAlign === PopoverHorizontalAlign.Stretch && isVertical) {\n\t\t\tpopoverSize.width = targetRect.width;\n\t\t\tthis._width = `${targetRect.width}px`;\n\t\t} else if (this.verticalAlign === PopoverVerticalAlign.Stretch && !isVertical) {\n\t\t\tpopoverSize.height = targetRect.height;\n\t\t}\n\n\t\tconst arrowOffset = this.hideArrow ? 0 : ARROW_SIZE;\n\n\t\t// calc popover positions\n\t\tswitch (placementType) {\n\t\tcase PopoverPlacementType.Top:\n\t\t\tleft = this.getVerticalLeft(targetRect, popoverSize);\n\t\t\ttop = Math.max(targetRect.top - popoverSize.height - arrowOffset, 0);\n\n\t\t\tif (!allowTargetOverlap) {\n\t\t\t\tmaxHeight = targetRect.top - arrowOffset;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacementType.Bottom:\n\t\t\tleft = this.getVerticalLeft(targetRect, popoverSize);\n\t\t\ttop = targetRect.bottom + arrowOffset;\n\n\t\t\tif (allowTargetOverlap) {\n\t\t\t\ttop = Math.max(Math.min(top, clientHeight - popoverSize.height), 0);\n\t\t\t} else {\n\t\t\t\tmaxHeight = clientHeight - targetRect.bottom - arrowOffset;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacementType.Left:\n\t\t\tleft = Math.max(targetRect.left - popoverSize.width - arrowOffset, 0);\n\t\t\ttop = this.getHorizontalTop(targetRect, popoverSize);\n\n\t\t\tif (!allowTargetOverlap) {\n\t\t\t\tmaxWidth = targetRect.left - arrowOffset;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacementType.Right:\n\t\t\tleft = targetRect.left + targetRect.width + arrowOffset;\n\t\t\ttop = this.getHorizontalTop(targetRect, popoverSize);\n\n\t\t\tif (allowTargetOverlap) {\n\t\t\t\tleft = Math.max(Math.min(left, clientWidth - popoverSize.width), 0);\n\t\t\t} else {\n\t\t\t\tmaxWidth = clientWidth - targetRect.right - arrowOffset;\n\t\t\t}\n\t\t\tbreak;\n\t\t}\n\n\t\t// correct popover positions\n\t\tif (isVertical) {\n\t\t\tif (popoverSize.width > clientWidth || left < 0) {\n\t\t\t\tleft = 0;\n\t\t\t} else if (left + popoverSize.width > clientWidth) {\n\t\t\t\tleft -= left + popoverSize.width - clientWidth;\n\t\t\t}\n\t\t} else {\n\t\t\tif (popoverSize.height > clientHeight || top < 0) { // eslint-disable-line\n\t\t\t\ttop = 0;\n\t\t\t} else if (top + popoverSize.height > clientHeight) {\n\t\t\t\ttop -= top + popoverSize.height - clientHeight;\n\t\t\t}\n\t\t}\n\n\t\tthis._maxHeight = Math.round(maxHeight - Popover.VIEWPORT_MARGIN);\n\t\tthis._maxWidth = Math.round(maxWidth - Popover.VIEWPORT_MARGIN);\n\n\t\tif (this._left === undefined || Math.abs(this._left - left) > 1.5) {\n\t\t\tthis._left = Math.round(left);\n\t\t}\n\n\t\tif (this._top === undefined || Math.abs(this._top - top) > 1.5) {\n\t\t\tthis._top = Math.round(top);\n\t\t}\n\n\t\tconst borderRadius = Number.parseInt(window.getComputedStyle(this).getPropertyValue(\"border-radius\"));\n\t\tconst arrowPos = this.getArrowPosition(targetRect, popoverSize, left, top, isVertical, borderRadius);\n\n\t\treturn {\n\t\t\tarrow: arrowPos,\n\t\t\ttop: this._top,\n\t\t\tleft: this._left,\n\t\t\tplacementType,\n\t\t};\n\t}\n\n\t/**\n\t * Calculates the position for the arrow.\n\t * @private\n\t * @param targetRect BoundingClientRect of the target element\n\t * @param {{width: number, height: number}} popoverSize Width and height of the popover\n\t * @param left Left offset of the popover\n\t * @param top Top offset of the popover\n\t * @param isVertical If the popover is positioned vertically to the target element\n\t * @param {number} borderRadius Value of the border-radius property\n\t * @returns {{x: number, y: number}} Arrow's coordinates\n\t */\n\tgetArrowPosition(targetRect: DOMRect, popoverSize: PopoverSize, left: number, top: number, isVertical: boolean, borderRadius: number): ArrowPosition {\n\t\tconst horizontalAlign = this._actualHorizontalAlign;\n\t\tlet arrowXCentered = horizontalAlign === PopoverHorizontalAlign.Center || horizontalAlign === PopoverHorizontalAlign.Stretch;\n\n\t\tif (horizontalAlign === PopoverHorizontalAlign.Right && left <= targetRect.left) {\n\t\t\tarrowXCentered = true;\n\t\t}\n\n\t\tif (horizontalAlign === PopoverHorizontalAlign.Left && left + popoverSize.width >= targetRect.left + targetRect.width) {\n\t\t\tarrowXCentered = true;\n\t\t}\n\n\t\tlet arrowTranslateX = 0;\n\t\tif (isVertical && arrowXCentered) {\n\t\t\tarrowTranslateX = targetRect.left + targetRect.width / 2 - left - popoverSize.width / 2;\n\t\t}\n\n\t\tlet arrowTranslateY = 0;\n\t\tif (!isVertical) {\n\t\t\tarrowTranslateY = targetRect.top + targetRect.height / 2 - top - popoverSize.height / 2;\n\t\t}\n\n\t\t// Restricts the arrow's translate value along each dimension,\n\t\t// so that the arrow does not clip over the popover's rounded borders.\n\t\tconst safeRangeForArrowY = popoverSize.height / 2 - borderRadius - ARROW_SIZE / 2;\n\t\tarrowTranslateY = clamp(\n\t\t\tarrowTranslateY,\n\t\t\t-safeRangeForArrowY,\n\t\t\tsafeRangeForArrowY,\n\t\t);\n\n\t\tconst safeRangeForArrowX = popoverSize.width / 2 - borderRadius - ARROW_SIZE / 2;\n\t\tarrowTranslateX = clamp(\n\t\t\tarrowTranslateX,\n\t\t\t-safeRangeForArrowX,\n\t\t\tsafeRangeForArrowX,\n\t\t);\n\n\t\treturn {\n\t\t\tx: Math.round(arrowTranslateX),\n\t\t\ty: Math.round(arrowTranslateY),\n\t\t};\n\t}\n\n\t/**\n\t * Fallbacks to new placement, prioritizing <code>Left</code> and <code>Right</code> placements.\n\t * @private\n\t */\n\tfallbackPlacement(clientWidth: number, clientHeight: number, targetRect: DOMRect, popoverSize: PopoverSize): PopoverPlacementType | undefined {\n\t\tif (targetRect.left > popoverSize.width) {\n\t\t\treturn PopoverPlacementType.Left;\n\t\t}\n\n\t\tif (clientWidth - targetRect.right > targetRect.left) {\n\t\t\treturn PopoverPlacementType.Right;\n\t\t}\n\n\t\tif (clientHeight - targetRect.bottom > popoverSize.height) {\n\t\t\treturn PopoverPlacementType.Bottom;\n\t\t}\n\n\t\tif (clientHeight - targetRect.bottom < targetRect.top) {\n\t\t\treturn PopoverPlacementType.Top;\n\t\t}\n\t}\n\n\tgetActualPlacementType(targetRect: DOMRect, popoverSize: PopoverSize): `${PopoverPlacementType}` {\n\t\tconst placementType = this.placementType;\n\t\tlet actualPlacementType = placementType;\n\n\t\tconst clientWidth = document.documentElement.clientWidth;\n\t\tconst clientHeight = document.documentElement.clientHeight;\n\n\t\tswitch (placementType) {\n\t\tcase PopoverPlacementType.Top:\n\t\t\tif (targetRect.top < popoverSize.height\n\t\t\t\t&& targetRect.top < clientHeight - targetRect.bottom) {\n\t\t\t\tactualPlacementType = PopoverPlacementType.Bottom;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacementType.Bottom:\n\t\t\tif (clientHeight - targetRect.bottom < popoverSize.height\n\t\t\t\t&& clientHeight - targetRect.bottom < targetRect.top) {\n\t\t\t\tactualPlacementType = PopoverPlacementType.Top;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacementType.Left:\n\t\t\tif (targetRect.left < popoverSize.width) {\n\t\t\t\tactualPlacementType = this.fallbackPlacement(clientWidth, clientHeight, targetRect, popoverSize) || placementType;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacementType.Right:\n\t\t\tif (clientWidth - targetRect.right < popoverSize.width) {\n\t\t\t\tactualPlacementType = this.fallbackPlacement(clientWidth, clientHeight, targetRect, popoverSize) || placementType;\n\t\t\t}\n\t\t\tbreak;\n\t\t}\n\n\t\treturn actualPlacementType;\n\t}\n\n\tgetVerticalLeft(targetRect: DOMRect, popoverSize: PopoverSize): number {\n\t\tconst horizontalAlign = this._actualHorizontalAlign;\n\t\tlet left = 0;\n\n\t\tswitch (horizontalAlign) {\n\t\tcase PopoverHorizontalAlign.Center:\n\t\tcase PopoverHorizontalAlign.Stretch:\n\t\t\tleft = targetRect.left - (popoverSize.width - targetRect.width) / 2;\n\t\t\tbreak;\n\t\tcase PopoverHorizontalAlign.Left:\n\t\t\tleft = targetRect.left;\n\t\t\tbreak;\n\t\tcase PopoverHorizontalAlign.Right:\n\t\t\tleft = targetRect.right - popoverSize.width;\n\t\t\tbreak;\n\t\t}\n\n\t\treturn left;\n\t}\n\n\tgetHorizontalTop(targetRect: DOMRect, popoverSize: PopoverSize): number {\n\t\tlet top = 0;\n\n\t\tswitch (this.verticalAlign) {\n\t\tcase PopoverVerticalAlign.Center:\n\t\tcase PopoverVerticalAlign.Stretch:\n\t\t\ttop = targetRect.top - (popoverSize.height - targetRect.height) / 2;\n\t\t\tbreak;\n\t\tcase PopoverVerticalAlign.Top:\n\t\t\ttop = targetRect.top;\n\t\t\tbreak;\n\t\tcase PopoverVerticalAlign.Bottom:\n\t\t\ttop = targetRect.bottom - popoverSize.height;\n\t\t\tbreak;\n\t\t}\n\n\t\treturn top;\n\t}\n\n\tget isModal() { // Required by Popup.js\n\t\treturn this.modal;\n\t}\n\n\tget shouldHideBackdrop() { // Required by Popup.js\n\t\treturn this.hideBackdrop;\n\t}\n\n\tget _ariaLabelledBy() { // Required by Popup.js\n\t\tif (!this._ariaLabel && this._displayHeader) {\n\t\t\treturn \"ui5-popup-header\";\n\t\t}\n\n\t\treturn undefined;\n\t}\n\n\tget styles() {\n\t\treturn {\n\t\t\t...super.styles,\n\t\t\troot: {\n\t\t\t\t\"max-height\": this._maxHeight ? `${this._maxHeight}px` : \"\",\n\t\t\t\t\"max-width\": this._maxWidth ? `${this._maxWidth}px` : \"\",\n\t\t\t},\n\t\t\tarrow: {\n\t\t\t\ttransform: `translate(${this.arrowTranslateX}px, ${this.arrowTranslateY}px)`,\n\t\t\t},\n\t\t};\n\t}\n\n\tget classes() {\n\t\tconst allClasses = super.classes;\n\t\tallClasses.root[\"ui5-popover-root\"] = true;\n\n\t\treturn allClasses;\n\t}\n\n\t/**\n\t * Hook for descendants to hide header.\n\t */\n\tget _displayHeader() {\n\t\treturn !!(this.header.length || this.headerText);\n\t}\n\n\t/**\n\t * Hook for descendants to hide footer.\n\t */\n\tget _displayFooter() {\n\t\treturn true;\n\t}\n\n\tget _actualHorizontalAlign() {\n\t\tif (this.effectiveDir === \"rtl\") {\n\t\t\tif (this.horizontalAlign === PopoverHorizontalAlign.Left) {\n\t\t\t\treturn PopoverHorizontalAlign.Right;\n\t\t\t}\n\n\t\t\tif (this.horizontalAlign === PopoverHorizontalAlign.Right) {\n\t\t\t\treturn PopoverHorizontalAlign.Left;\n\t\t\t}\n\t\t}\n\n\t\treturn this.horizontalAlign;\n\t}\n}\n\nconst instanceOfPopover = (object: any): object is Popover => {\n\treturn \"showAt\" in object;\n};\n\nPopover.define();\n\nexport default Popover;\n\nexport { instanceOfPopover };\n\nexport type {\n\tPopoverBeforeCloseEventDetail,\n};\n"]}
package/dist/Popup.d.ts CHANGED
@@ -99,19 +99,15 @@ declare abstract class Popup extends UI5Element {
99
99
  */
100
100
  accessibleNameRef: string;
101
101
  /**
102
- * Allows setting a custom role. Available options are:
103
- * <ul>
104
- * <li><code>Dialog</code></li>
105
- * <li><code>None</code></li>
106
- * <li><code>AlertDialog</code></li>
107
- * </ul>
102
+ * Allows setting a custom role.
103
+ *
108
104
  * @type {sap.ui.webc.main.types.PopupAccessibleRole}
109
105
  * @name sap.ui.webc.main.Popup.prototype.accessibleRole
110
106
  * @defaultvalue "Dialog"
111
107
  * @public
112
108
  * @since 1.10.0
113
109
  */
114
- accessibleRole: PopupAccessibleRole;
110
+ accessibleRole: `${PopupAccessibleRole}`;
115
111
  /**
116
112
  * Defines the current media query size.
117
113
  *
@@ -148,6 +144,7 @@ declare abstract class Popup extends UI5Element {
148
144
  _focusedElementBeforeOpen?: HTMLElement | null;
149
145
  constructor();
150
146
  onBeforeRendering(): void;
147
+ onAfterRendering(): void;
151
148
  onEnterDOM(): void;
152
149
  onExitDOM(): void;
153
150
  get _displayProp(): string;
@@ -210,6 +207,7 @@ declare abstract class Popup extends UI5Element {
210
207
  * @protected
211
208
  */
212
209
  _open(preventInitialFocus: boolean): Promise<void>;
210
+ _updateMediaRange(): void;
213
211
  /**
214
212
  * Adds the popup to the "opened popups registry"
215
213
  * @protected
package/dist/Popup.js CHANGED
@@ -12,7 +12,7 @@ import slot from "@ui5/webcomponents-base/dist/decorators/slot.js";
12
12
  import property from "@ui5/webcomponents-base/dist/decorators/property.js";
13
13
  import litRender from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
14
14
  import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
15
- import { isChrome } from "@ui5/webcomponents-base/dist/Device.js";
15
+ import { isChrome, isSafari } from "@ui5/webcomponents-base/dist/Device.js";
16
16
  import { getFirstFocusableElement, getLastFocusableElement } from "@ui5/webcomponents-base/dist/util/FocusableElements.js";
17
17
  import { getEffectiveAriaLabelText } from "@ui5/webcomponents-base/dist/util/AriaLabelHelper.js";
18
18
  import getEffectiveScrollbarStyle from "@ui5/webcomponents-base/dist/util/getEffectiveScrollbarStyle.js";
@@ -77,6 +77,9 @@ let Popup = Popup_1 = class Popup extends UI5Element {
77
77
  onBeforeRendering() {
78
78
  this._blockLayerHidden = !this.isOpen() || !this.isTopModalPopup;
79
79
  }
80
+ onAfterRendering() {
81
+ this._updateMediaRange();
82
+ }
80
83
  onEnterDOM() {
81
84
  ResizeHandler.register(this, this._resizeHandler);
82
85
  }
@@ -91,7 +94,7 @@ let Popup = Popup_1 = class Popup extends UI5Element {
91
94
  return "block";
92
95
  }
93
96
  _resize() {
94
- this.mediaRange = MediaRange.getCurrentRange(MediaRange.RANGESETS.RANGE_4STEPS, this.getDomRef().offsetWidth);
97
+ this._updateMediaRange();
95
98
  }
96
99
  /**
97
100
  * Prevents the user from interacting with the content under the block layer
@@ -143,7 +146,9 @@ let Popup = Popup_1 = class Popup extends UI5Element {
143
146
  }
144
147
  }
145
148
  _onmousedown(e) {
146
- this._root.removeAttribute("tabindex");
149
+ if (!isSafari()) { // Remove when adopting native dialog
150
+ this._root.removeAttribute("tabindex");
151
+ }
147
152
  if (this.shadowRoot.contains(e.target)) {
148
153
  this._shouldFocusRoot = true;
149
154
  }
@@ -152,7 +157,9 @@ let Popup = Popup_1 = class Popup extends UI5Element {
152
157
  }
153
158
  }
154
159
  _onmouseup() {
155
- this._root.tabIndex = -1;
160
+ if (!isSafari()) { // Remove when adopting native dialog
161
+ this._root.tabIndex = -1;
162
+ }
156
163
  if (this._shouldFocusRoot) {
157
164
  if (isChrome()) {
158
165
  this._root.focus();
@@ -167,7 +174,7 @@ let Popup = Popup_1 = class Popup extends UI5Element {
167
174
  async forwardToFirst() {
168
175
  const firstFocusable = await getFirstFocusableElement(this);
169
176
  if (firstFocusable) {
170
- firstFocusable.focus({ focusVisible: true });
177
+ firstFocusable.focus();
171
178
  }
172
179
  else {
173
180
  this._root.focus();
@@ -180,7 +187,7 @@ let Popup = Popup_1 = class Popup extends UI5Element {
180
187
  async forwardToLast() {
181
188
  const lastFocusable = await getLastFocusableElement(this);
182
189
  if (lastFocusable) {
183
- lastFocusable.focus({ focusVisible: true });
190
+ lastFocusable.focus();
184
191
  }
185
192
  else {
186
193
  this._root.focus();
@@ -204,15 +211,20 @@ let Popup = Popup_1 = class Popup extends UI5Element {
204
211
  */
205
212
  async applyFocus() {
206
213
  await this._waitForDomRef();
207
- const element = this.getRootNode().getElementById(this.initialFocus)
208
- || document.getElementById(this.initialFocus)
209
- || await getFirstFocusableElement(this)
210
- || this._root; // in case of no focusable content focus the root
214
+ if (this.getRootNode() === this) {
215
+ return;
216
+ }
217
+ let element;
218
+ if (this.initialFocus) {
219
+ element = this.getRootNode().getElementById(this.initialFocus)
220
+ || document.getElementById(this.initialFocus);
221
+ }
222
+ element = element || await getFirstFocusableElement(this) || this._root; // in case of no focusable content focus the root
211
223
  if (element) {
212
224
  if (element === this._root) {
213
225
  element.tabIndex = -1;
214
226
  }
215
- element.focus({ focusVisible: true });
227
+ element.focus();
216
228
  }
217
229
  }
218
230
  /**
@@ -247,6 +259,9 @@ let Popup = Popup_1 = class Popup extends UI5Element {
247
259
  this.style.zIndex = this._zIndex?.toString() || "";
248
260
  this._focusedElementBeforeOpen = getFocusedElement();
249
261
  this._show();
262
+ if (this.getDomRef()) {
263
+ this._updateMediaRange();
264
+ }
250
265
  this._addOpenedPopup();
251
266
  this.opened = true;
252
267
  this.open = true;
@@ -256,6 +271,9 @@ let Popup = Popup_1 = class Popup extends UI5Element {
256
271
  }
257
272
  this.fireEvent("after-open", {}, false, false);
258
273
  }
274
+ _updateMediaRange() {
275
+ this.mediaRange = MediaRange.getCurrentRange(MediaRange.RANGESETS.RANGE_4STEPS, this.getDomRef().offsetWidth);
276
+ }
259
277
  /**
260
278
  * Adds the popup to the "opened popups registry"
261
279
  * @protected
@@ -308,7 +326,7 @@ let Popup = Popup_1 = class Popup extends UI5Element {
308
326
  if (!this._focusedElementBeforeOpen) {
309
327
  return;
310
328
  }
311
- this._focusedElementBeforeOpen.focus({ focusVisible: true });
329
+ this._focusedElementBeforeOpen.focus();
312
330
  this._focusedElementBeforeOpen = null;
313
331
  }
314
332
  /**
package/dist/Popup.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Popup.js","sourceRoot":"","sources":["../src/Popup.ts"],"names":[],"mappings":"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","sourcesContent":["import customElement from \"@ui5/webcomponents-base/dist/decorators/customElement.js\";\nimport { renderFinished } from \"@ui5/webcomponents-base/dist/Render.js\";\nimport event from \"@ui5/webcomponents-base/dist/decorators/event.js\";\nimport slot from \"@ui5/webcomponents-base/dist/decorators/slot.js\";\nimport property from \"@ui5/webcomponents-base/dist/decorators/property.js\";\nimport type { ClassMap } from \"@ui5/webcomponents-base/dist/types.js\";\nimport litRender from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport { isChrome } from \"@ui5/webcomponents-base/dist/Device.js\";\nimport { getFirstFocusableElement, getLastFocusableElement } from \"@ui5/webcomponents-base/dist/util/FocusableElements.js\";\nimport { getEffectiveAriaLabelText } from \"@ui5/webcomponents-base/dist/util/AriaLabelHelper.js\";\nimport getEffectiveScrollbarStyle from \"@ui5/webcomponents-base/dist/util/getEffectiveScrollbarStyle.js\";\nimport { hasStyle, createStyle } from \"@ui5/webcomponents-base/dist/ManagedStyles.js\";\nimport { isEnter, isTabPrevious } from \"@ui5/webcomponents-base/dist/Keys.js\";\nimport { getNextZIndex, getFocusedElement, isFocusedElementWithinNode } from \"@ui5/webcomponents-base/dist/util/PopupUtils.js\";\nimport ResizeHandler from \"@ui5/webcomponents-base/dist/delegate/ResizeHandler.js\";\nimport type { ResizeObserverCallback } from \"@ui5/webcomponents-base/dist/delegate/ResizeHandler.js\";\nimport MediaRange from \"@ui5/webcomponents-base/dist/MediaRange.js\";\nimport PopupTemplate from \"./generated/templates/PopupTemplate.lit.js\";\nimport PopupBlockLayer from \"./generated/templates/PopupBlockLayerTemplate.lit.js\";\nimport PopupAccessibleRole from \"./types/PopupAccessibleRole.js\";\nimport { addOpenedPopup, removeOpenedPopup } from \"./popup-utils/OpenedPopupsRegistry.js\";\n\n// Styles\nimport popupStlyes from \"./generated/themes/Popup.css.js\";\nimport popupStaticAreaStyles from \"./generated/themes/PopupStaticAreaStyles.css.js\";\nimport globalStyles from \"./generated/themes/PopupGlobal.css.js\";\n\nconst createBlockingStyle = (): void => {\n\tif (!hasStyle(\"data-ui5-popup-scroll-blocker\")) {\n\t\tcreateStyle(globalStyles, \"data-ui5-popup-scroll-blocker\");\n\t}\n};\n\ncreateBlockingStyle();\n\nconst pageScrollingBlockers = new Set<Popup>();\n\ntype PopupScrollEventDetail = {\n\tscrollTop: number;\n\ttargetRef: HTMLElement;\n}\n\ntype PopupBeforeCloseEventDetail = {\n\tescPressed: boolean;\n}\n\n/**\n * @class\n * <h3 class=\"comment-api-title\">Overview</h3>\n * Base class for all popup Web Components.\n *\n * If you need to create your own popup-like custom UI5 Web Components, it is highly recommended that you extend\n * at least Popup in order to have consistency with other popups in terms of modal behavior and z-index management.\n *\n * 1. The Popup class handles modality:\n * - The \"isModal\" getter can be overridden by derivatives to provide their own conditions when they are modal or not\n * - Derivatives may call the \"blockPageScrolling\" and \"unblockPageScrolling\" static methods to temporarily remove scrollbars on the html element\n * - Derivatives may call the \"open\" and \"close\" methods which handle focus, manage the popup registry and for modal popups, manage the blocking layer\n *\n * 2. Provides blocking layer (relevant for modal popups only):\n * - It is in the static area\n * - Controlled by the \"open\" and \"close\" methods\n *\n * 3. The Popup class \"traps\" focus:\n * - Derivatives may call the \"applyInitialFocus\" method (usually when opening, to transfer focus inside the popup)\n *\n * 4. The Popup class automatically assigns \"z-index\"\n * - Each time a popup is opened, it gets a higher than the previously opened popup z-index\n *\n * 5. The template of this component exposes two inline partials you can override in derivatives:\n * - beforeContent (upper part of the box, useful for header/title/close button)\n * - afterContent (lower part, useful for footer/action buttons)\n *\n * @constructor\n * @author SAP SE\n * @alias sap.ui.webc.main.Popup\n * @extends sap.ui.webc.base.UI5Element\n * @public\n */\n@customElement({\n\trenderer: litRender,\n\tstyles: popupStlyes,\n\ttemplate: PopupTemplate,\n\tstaticAreaTemplate: PopupBlockLayer,\n\tstaticAreaStyles: popupStaticAreaStyles,\n})\n/**\n * Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. <b>This event does not bubble.</b>\n *\n * @public\n * @event sap.ui.webc.main.Popup#before-open\n * @allowPreventDefault\n */\n@event(\"before-open\")\n\n/**\n * Fired after the component is opened. <b>This event does not bubble.</b>\n *\n * @public\n * @event sap.ui.webc.main.Popup#after-open\n */\n@event(\"after-open\")\n\n/**\n * Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. <b>This event does not bubble.</b>\n *\n * @public\n * @event sap.ui.webc.main.Popup#before-close\n * @allowPreventDefault\n * @param {boolean} escPressed Indicates that <code>ESC</code> key has triggered the event.\n */\n@event(\"before-close\", {\n\tescPressed: { type: Boolean },\n})\n\n/**\n * Fired after the component is closed. <b>This event does not bubble.</b>\n *\n * @public\n * @event sap.ui.webc.main.Popup#after-close\n */\n@event(\"after-close\")\n\n/**\n * Fired whenever the popup content area is scrolled\n *\n * @private\n * @event sap.ui.webc.main.Popup#scroll\n */\n@event(\"scroll\")\nabstract class Popup extends UI5Element {\n\t/**\n\t * Defines the ID of the HTML Element, which will get the initial focus.\n\t *\n\t * @type {string}\n\t * @name sap.ui.webc.main.Popup.prototype.initialFocus\n\t * @defaultvalue \"\"\n\t * @public\n\t */\n\t@property()\n\tinitialFocus!: string;\n\n\t/**\n\t * Defines if the focus should be returned to the previously focused element,\n\t * when the popup closes.\n\t * @type {boolean}\n\t * @name sap.ui.webc.main.Popup.prototype.preventFocusRestore\n\t * @defaultvalue false\n\t * @public\n\t * @since 1.0.0-rc.8\n\t*/\n\t@property({ type: Boolean })\n\tpreventFocusRestore!: boolean;\n\n\t/**\n\t * Indicates if the element is open\n\t * @public\n\t * @type {boolean}\n\t * @name sap.ui.webc.main.Popup.prototype.open\n\t * @defaultvalue false\n\t * @since 1.2.0\n\t */\n\t@property({ type: Boolean })\n\topen!: boolean;\n\n\t/**\n\t * Indicates if the element is already open\n\t * @private\n\t * @type {boolean}\n\t * @defaultvalue false\n\t */\n\t@property({ type: Boolean, noAttribute: true })\n\topened!: boolean;\n\n\t/**\n\t * Defines the accessible name of the component.\n\t *\n\t * @type {string}\n\t * @name sap.ui.webc.main.Popup.prototype.accessibleName\n\t * @defaultvalue undefined\n\t * @public\n\t * @since 1.0.0-rc.15\n\t */\n\t@property({ defaultValue: undefined })\n\taccessibleName?: string;\n\n\t/**\n\t * Defines the IDs of the elements that label the component.\n\t *\n\t * @type {string}\n\t * @name sap.ui.webc.main.Popup.prototype.accessibleNameRef\n\t * @defaultvalue \"\"\n\t * @public\n\t * @since 1.1.0\n\t */\n\t@property({ defaultValue: \"\" })\n\taccessibleNameRef!: string;\n\n\t/**\n\t * Allows setting a custom role. Available options are:\n\t * <ul>\n\t * <li><code>Dialog</code></li>\n\t * <li><code>None</code></li>\n\t * <li><code>AlertDialog</code></li>\n\t * </ul>\n\t * @type {sap.ui.webc.main.types.PopupAccessibleRole}\n\t * @name sap.ui.webc.main.Popup.prototype.accessibleRole\n\t * @defaultvalue \"Dialog\"\n\t * @public\n\t * @since 1.10.0\n\t */\n\t@property({ type: PopupAccessibleRole, defaultValue: PopupAccessibleRole.Dialog })\n\taccessibleRole!: PopupAccessibleRole;\n\n\t/**\n\t * Defines the current media query size.\n\t *\n\t * @type {string}\n\t * @private\n\t */\n\t@property()\n\tmediaRange!: string;\n\n\t/**\n\t * @private\n\t */\n\t@property({ type: Boolean })\n\t_disableInitialFocus!: boolean;\n\n\t@property({ type: Boolean })\n\t_blockLayerHidden!: boolean;\n\n\t/**\n\t * Indicates if the element is the top modal popup\n\t *\n\t * This property is calculated automatically\n\t *\n\t * @private\n\t * @type {boolean}\n\t * @defaultvalue false\n\t */\n\t@property({ type: Boolean, noAttribute: true })\n\tisTopModalPopup!: boolean;\n\n\t/**\n\t * Defines the content of the Popup.\n\t * @type {HTMLElement[]}\n\t * @name sap.ui.webc.main.Popup.prototype.default\n\t * @slot content\n\t * @public\n\t */\n\t@slot({ type: HTMLElement, \"default\": true })\n\tcontent!: Array<HTMLElement>\n\n\t_resizeHandler: ResizeObserverCallback;\n\t_shouldFocusRoot?: boolean;\n\t_zIndex?: number;\n\t_focusedElementBeforeOpen?: HTMLElement | null;\n\n\tconstructor() {\n\t\tsuper();\n\n\t\tthis._resizeHandler = this._resize.bind(this);\n\t}\n\n\tonBeforeRendering() {\n\t\tthis._blockLayerHidden = !this.isOpen() || !this.isTopModalPopup;\n\t}\n\n\tonEnterDOM() {\n\t\tResizeHandler.register(this, this._resizeHandler);\n\t}\n\n\tonExitDOM() {\n\t\tif (this.isOpen()) {\n\t\t\tPopup.unblockPageScrolling(this);\n\t\t\tthis._removeOpenedPopup();\n\t\t}\n\n\t\tResizeHandler.deregister(this, this._resizeHandler);\n\t}\n\n\tget _displayProp() {\n\t\treturn \"block\";\n\t}\n\n\t_resize() {\n\t\tthis.mediaRange = MediaRange.getCurrentRange(MediaRange.RANGESETS.RANGE_4STEPS, this.getDomRef()!.offsetWidth);\n\t}\n\n\t/**\n\t * Prevents the user from interacting with the content under the block layer\n\t */\n\t_preventBlockLayerFocus(e: KeyboardEvent | MouseEvent) {\n\t\te.preventDefault();\n\t}\n\n\t/**\n\t * Temporarily removes scrollbars from the html element\n\t * @protected\n\t */\n\tstatic blockPageScrolling(popup: Popup) {\n\t\tpageScrollingBlockers.add(popup);\n\n\t\tif (pageScrollingBlockers.size !== 1) {\n\t\t\treturn;\n\t\t}\n\n\t\tdocument.documentElement.classList.add(\"ui5-popup-scroll-blocker\");\n\t}\n\n\t/**\n\t * Restores scrollbars on the html element, if needed\n\t * @protected\n\t */\n\tstatic unblockPageScrolling(popup: Popup) {\n\t\tpageScrollingBlockers.delete(popup);\n\n\t\tif (pageScrollingBlockers.size !== 0) {\n\t\t\treturn;\n\t\t}\n\n\t\tdocument.documentElement.classList.remove(\"ui5-popup-scroll-blocker\");\n\t}\n\n\t_scroll(e: Event) {\n\t\tthis.fireEvent<PopupScrollEventDetail>(\"scroll\", {\n\t\t\tscrollTop: (e.target as HTMLElement).scrollTop,\n\t\t\ttargetRef: e.target as HTMLElement,\n\t\t});\n\t}\n\n\t_onkeydown(e: KeyboardEvent) {\n\t\tconst isTabOutAttempt = e.target === this._root && isTabPrevious(e);\n\t\t// if the popup is closed, focus is already moved, so Enter keydown may result in click on the newly focused element\n\t\tconst isEnterOnClosedPopupChild = isEnter(e) && !this.isOpen();\n\n\t\tif (isTabOutAttempt || isEnterOnClosedPopupChild) {\n\t\t\te.preventDefault();\n\t\t}\n\t}\n\n\t_onfocusout(e: FocusEvent) {\n\t\t// relatedTarget is the element, which will get focus. If no such element exists, focus the root.\n\t\t// This happens after the mouse is released in order to not interrupt text selection.\n\t\tif (!e.relatedTarget) {\n\t\t\tthis._shouldFocusRoot = true;\n\t\t}\n\t}\n\n\t_onmousedown(e: MouseEvent) {\n\t\tthis._root.removeAttribute(\"tabindex\");\n\n\t\tif (this.shadowRoot!.contains(e.target as HTMLElement)) {\n\t\t\tthis._shouldFocusRoot = true;\n\t\t} else {\n\t\t\tthis._shouldFocusRoot = false;\n\t\t}\n\t}\n\n\t_onmouseup() {\n\t\tthis._root.tabIndex = -1;\n\n\t\tif (this._shouldFocusRoot) {\n\t\t\tif (isChrome()) {\n\t\t\t\tthis._root.focus();\n\t\t\t}\n\t\t\tthis._shouldFocusRoot = false;\n\t\t}\n\t}\n\n\t/**\n\t * Focus trapping\n\t * @private\n\t */\n\tasync forwardToFirst() {\n\t\tconst firstFocusable = await getFirstFocusableElement(this);\n\n\t\tif (firstFocusable) {\n\t\t\tfirstFocusable.focus({ focusVisible: true } as FocusOptions);\n\t\t} else {\n\t\t\tthis._root.focus();\n\t\t}\n\t}\n\n\t/**\n\t * Focus trapping\n\t * @private\n\t */\n\tasync forwardToLast() {\n\t\tconst lastFocusable = await getLastFocusableElement(this);\n\n\t\tif (lastFocusable) {\n\t\t\tlastFocusable.focus({ focusVisible: true } as FocusOptions);\n\t\t} else {\n\t\t\tthis._root.focus();\n\t\t}\n\t}\n\n\t/**\n\t * Use this method to focus the element denoted by \"initialFocus\", if provided, or the first focusable element otherwise.\n\t * @protected\n\t */\n\tasync applyInitialFocus() {\n\t\tawait this.applyFocus();\n\t}\n\n\t/**\n\t * Focuses the element denoted by <code>initialFocus</code>, if provided,\n\t * or the first focusable element otherwise.\n\t * @public\n\t * @method\n\t * @name sap.ui.webc.main.Popup#applyFocus\n\t * @async\n\t * @returns {Promise} Promise that resolves when the focus is applied\n\t */\n\tasync applyFocus() {\n\t\tawait this._waitForDomRef();\n\n\t\tconst element = (this.getRootNode() as Document).getElementById(this.initialFocus)\n\t\t\t|| document.getElementById(this.initialFocus)\n\t\t\t|| await getFirstFocusableElement(this)\n\t\t\t|| this._root; // in case of no focusable content focus the root\n\n\t\tif (element) {\n\t\t\tif (element === this._root) {\n\t\t\t\telement.tabIndex = -1;\n\t\t\t}\n\t\t\telement.focus({ focusVisible: true } as FocusOptions);\n\t\t}\n\t}\n\n\t/**\n\t * Tells if the component is opened\n\t * @public\n\t * @method\n\t * @name sap.ui.webc.main.Popup#isOpen\n\t * @returns {boolean}\n\t */\n\tisOpen() {\n\t\treturn this.opened;\n\t}\n\n\tisFocusWithin() {\n\t\treturn isFocusedElementWithinNode(this._root);\n\t}\n\n\t/**\n\t * Shows the block layer (for modal popups only) and sets the correct z-index for the purpose of popup stacking\n\t * @protected\n\t */\n\tasync _open(preventInitialFocus: boolean) {\n\t\tconst prevented = !this.fireEvent(\"before-open\", {}, true, false);\n\t\tif (prevented) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.isModal && !this.shouldHideBackdrop) {\n\t\t\t// create static area item ref for block layer\n\t\t\tthis.getStaticAreaItemDomRef();\n\t\t\tthis._blockLayerHidden = false;\n\t\t\tPopup.blockPageScrolling(this);\n\t\t}\n\n\t\tthis._zIndex = getNextZIndex();\n\t\tthis.style.zIndex = this._zIndex?.toString() || \"\";\n\n\t\tthis._focusedElementBeforeOpen = getFocusedElement();\n\n\t\tthis._show();\n\n\t\tthis._addOpenedPopup();\n\n\t\tthis.opened = true;\n\t\tthis.open = true;\n\n\t\tawait renderFinished();\n\n\t\tif (!this._disableInitialFocus && !preventInitialFocus) {\n\t\t\tawait this.applyInitialFocus();\n\t\t}\n\n\t\tthis.fireEvent(\"after-open\", {}, false, false);\n\t}\n\n\t/**\n\t * Adds the popup to the \"opened popups registry\"\n\t * @protected\n\t */\n\t_addOpenedPopup() {\n\t\taddOpenedPopup(this);\n\t}\n\n\t/**\n\t * Closes the popup.\n\t * @public\n\t * @method\n\t * @name sap.ui.webc.main.Popup#close\n\t * @returns {void}\n\t */\n\tclose(escPressed = false, preventRegistryUpdate = false, preventFocusRestore = false) {\n\t\tif (!this.opened) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst prevented = !this.fireEvent<PopupBeforeCloseEventDetail>(\"before-close\", { escPressed }, true, false);\n\t\tif (prevented) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.isModal) {\n\t\t\tthis._blockLayerHidden = true;\n\t\t\tPopup.unblockPageScrolling(this);\n\t\t}\n\n\t\tthis.hide();\n\t\tthis.opened = false;\n\t\tthis.open = false;\n\n\t\tif (!preventRegistryUpdate) {\n\t\t\tthis._removeOpenedPopup();\n\t\t}\n\n\t\tif (!this.preventFocusRestore && !preventFocusRestore) {\n\t\t\tthis.resetFocus();\n\t\t}\n\n\t\tthis.fireEvent(\"after-close\", {}, false, false);\n\t}\n\n\t/**\n\t * Removes the popup from the \"opened popups registry\"\n\t * @protected\n\t */\n\t_removeOpenedPopup() {\n\t\tremoveOpenedPopup(this);\n\t}\n\n\t/**\n\t * Returns the focus to the previously focused element\n\t * @protected\n\t */\n\tresetFocus() {\n\t\tif (!this._focusedElementBeforeOpen) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._focusedElementBeforeOpen.focus({ focusVisible: true } as FocusOptions);\n\t\tthis._focusedElementBeforeOpen = null;\n\t}\n\n\t/**\n\t * Sets \"block\" display to the popup. The property can be overriden by derivatives of Popup.\n\t * @protected\n\t */\n\t_show() {\n\t\tthis.style.display = this._displayProp;\n\t}\n\n\t/**\n\t * Sets \"none\" display to the popup\n\t * @protected\n\t */\n\thide() {\n\t\tthis.style.display = \"none\";\n\t}\n\n\t/**\n\t * Implement this getter with relevant logic regarding the modality of the popup (e.g. based on a public property)\n\t *\n\t * @protected\n\t * @abstract\n\t * @returns {boolean}\n\t */\n\tabstract get isModal(): boolean\n\n\t/**\n\t * Implement this getter with relevant logic in order to hide the block layer (f.e. based on a public property)\n\t *\n\t * @protected\n\t * @abstract\n\t * @returns {boolean}\n\t */\n\tabstract get shouldHideBackdrop(): boolean\n\n\t/**\n\t * Return the ID of an element in the shadow DOM that is going to label this popup\n\t *\n\t * @protected\n\t * @abstract\n\t * @returns {string | undefined}\n\t */\n\tabstract get _ariaLabelledBy(): string | undefined\n\n\t/**\n\t * Ensures ariaLabel is never null or empty string\n\t * @returns {string | undefined}\n\t * @protected\n\t */\n\tget _ariaLabel() {\n\t\treturn getEffectiveAriaLabelText(this);\n\t}\n\n\tget _root(): HTMLElement {\n\t\treturn this.shadowRoot!.querySelector(\".ui5-popup-root\")!;\n\t}\n\n\tget _role(): string | undefined {\n\t\treturn (this.accessibleRole === PopupAccessibleRole.None) ? undefined : this.accessibleRole.toLowerCase();\n\t}\n\n\tget _ariaModal(): string | undefined {\n\t\treturn this.accessibleRole === PopupAccessibleRole.None ? undefined : \"true\";\n\t}\n\n\tget contentDOM(): HTMLElement {\n\t\treturn this.shadowRoot!.querySelector(\".ui5-popup-content\")!;\n\t}\n\n\tget styles() {\n\t\treturn {\n\t\t\troot: {},\n\t\t\tcontent: {},\n\t\t\tblockLayer: {\n\t\t\t\t\"zIndex\": this._zIndex ? this._zIndex - 1 : \"\",\n\t\t\t},\n\t\t};\n\t}\n\n\tget classes(): ClassMap {\n\t\treturn {\n\t\t\troot: {\n\t\t\t\t\"ui5-popup-root\": true,\n\t\t\t\t\"ui5-content-native-scrollbars\": getEffectiveScrollbarStyle(),\n\t\t\t},\n\t\t\tcontent: {\n\t\t\t\t\"ui5-popup-content\": true,\n\t\t\t},\n\t\t};\n\t}\n}\n\nexport default Popup;\n\nexport type {\n\tPopupScrollEventDetail,\n\tPopupBeforeCloseEventDetail,\n};\n"]}
1
+ {"version":3,"file":"Popup.js","sourceRoot":"","sources":["../src/Popup.ts"],"names":[],"mappings":"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","sourcesContent":["import customElement from \"@ui5/webcomponents-base/dist/decorators/customElement.js\";\nimport { renderFinished } from \"@ui5/webcomponents-base/dist/Render.js\";\nimport event from \"@ui5/webcomponents-base/dist/decorators/event.js\";\nimport slot from \"@ui5/webcomponents-base/dist/decorators/slot.js\";\nimport property from \"@ui5/webcomponents-base/dist/decorators/property.js\";\nimport type { ClassMap } from \"@ui5/webcomponents-base/dist/types.js\";\nimport litRender from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport { isChrome, isSafari } from \"@ui5/webcomponents-base/dist/Device.js\";\nimport { getFirstFocusableElement, getLastFocusableElement } from \"@ui5/webcomponents-base/dist/util/FocusableElements.js\";\nimport { getEffectiveAriaLabelText } from \"@ui5/webcomponents-base/dist/util/AriaLabelHelper.js\";\nimport getEffectiveScrollbarStyle from \"@ui5/webcomponents-base/dist/util/getEffectiveScrollbarStyle.js\";\nimport { hasStyle, createStyle } from \"@ui5/webcomponents-base/dist/ManagedStyles.js\";\nimport { isEnter, isTabPrevious } from \"@ui5/webcomponents-base/dist/Keys.js\";\nimport { getNextZIndex, getFocusedElement, isFocusedElementWithinNode } from \"@ui5/webcomponents-base/dist/util/PopupUtils.js\";\nimport ResizeHandler from \"@ui5/webcomponents-base/dist/delegate/ResizeHandler.js\";\nimport type { ResizeObserverCallback } from \"@ui5/webcomponents-base/dist/delegate/ResizeHandler.js\";\nimport MediaRange from \"@ui5/webcomponents-base/dist/MediaRange.js\";\nimport PopupTemplate from \"./generated/templates/PopupTemplate.lit.js\";\nimport PopupBlockLayer from \"./generated/templates/PopupBlockLayerTemplate.lit.js\";\nimport PopupAccessibleRole from \"./types/PopupAccessibleRole.js\";\nimport { addOpenedPopup, removeOpenedPopup } from \"./popup-utils/OpenedPopupsRegistry.js\";\n\n// Styles\nimport popupStlyes from \"./generated/themes/Popup.css.js\";\nimport popupStaticAreaStyles from \"./generated/themes/PopupStaticAreaStyles.css.js\";\nimport globalStyles from \"./generated/themes/PopupGlobal.css.js\";\n\nconst createBlockingStyle = (): void => {\n\tif (!hasStyle(\"data-ui5-popup-scroll-blocker\")) {\n\t\tcreateStyle(globalStyles, \"data-ui5-popup-scroll-blocker\");\n\t}\n};\n\ncreateBlockingStyle();\n\nconst pageScrollingBlockers = new Set<Popup>();\n\ntype PopupScrollEventDetail = {\n\tscrollTop: number;\n\ttargetRef: HTMLElement;\n}\n\ntype PopupBeforeCloseEventDetail = {\n\tescPressed: boolean;\n}\n\n/**\n * @class\n * <h3 class=\"comment-api-title\">Overview</h3>\n * Base class for all popup Web Components.\n *\n * If you need to create your own popup-like custom UI5 Web Components, it is highly recommended that you extend\n * at least Popup in order to have consistency with other popups in terms of modal behavior and z-index management.\n *\n * 1. The Popup class handles modality:\n * - The \"isModal\" getter can be overridden by derivatives to provide their own conditions when they are modal or not\n * - Derivatives may call the \"blockPageScrolling\" and \"unblockPageScrolling\" static methods to temporarily remove scrollbars on the html element\n * - Derivatives may call the \"open\" and \"close\" methods which handle focus, manage the popup registry and for modal popups, manage the blocking layer\n *\n * 2. Provides blocking layer (relevant for modal popups only):\n * - It is in the static area\n * - Controlled by the \"open\" and \"close\" methods\n *\n * 3. The Popup class \"traps\" focus:\n * - Derivatives may call the \"applyInitialFocus\" method (usually when opening, to transfer focus inside the popup)\n *\n * 4. The Popup class automatically assigns \"z-index\"\n * - Each time a popup is opened, it gets a higher than the previously opened popup z-index\n *\n * 5. The template of this component exposes two inline partials you can override in derivatives:\n * - beforeContent (upper part of the box, useful for header/title/close button)\n * - afterContent (lower part, useful for footer/action buttons)\n *\n * @constructor\n * @author SAP SE\n * @alias sap.ui.webc.main.Popup\n * @extends sap.ui.webc.base.UI5Element\n * @public\n */\n@customElement({\n\trenderer: litRender,\n\tstyles: popupStlyes,\n\ttemplate: PopupTemplate,\n\tstaticAreaTemplate: PopupBlockLayer,\n\tstaticAreaStyles: popupStaticAreaStyles,\n})\n/**\n * Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. <b>This event does not bubble.</b>\n *\n * @public\n * @event sap.ui.webc.main.Popup#before-open\n * @allowPreventDefault\n */\n@event(\"before-open\")\n\n/**\n * Fired after the component is opened. <b>This event does not bubble.</b>\n *\n * @public\n * @event sap.ui.webc.main.Popup#after-open\n */\n@event(\"after-open\")\n\n/**\n * Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. <b>This event does not bubble.</b>\n *\n * @public\n * @event sap.ui.webc.main.Popup#before-close\n * @allowPreventDefault\n * @param {boolean} escPressed Indicates that <code>ESC</code> key has triggered the event.\n */\n@event(\"before-close\", {\n\tescPressed: { type: Boolean },\n})\n\n/**\n * Fired after the component is closed. <b>This event does not bubble.</b>\n *\n * @public\n * @event sap.ui.webc.main.Popup#after-close\n */\n@event(\"after-close\")\n\n/**\n * Fired whenever the popup content area is scrolled\n *\n * @private\n * @event sap.ui.webc.main.Popup#scroll\n */\n@event(\"scroll\")\nabstract class Popup extends UI5Element {\n\t/**\n\t * Defines the ID of the HTML Element, which will get the initial focus.\n\t *\n\t * @type {string}\n\t * @name sap.ui.webc.main.Popup.prototype.initialFocus\n\t * @defaultvalue \"\"\n\t * @public\n\t */\n\t@property()\n\tinitialFocus!: string;\n\n\t/**\n\t * Defines if the focus should be returned to the previously focused element,\n\t * when the popup closes.\n\t * @type {boolean}\n\t * @name sap.ui.webc.main.Popup.prototype.preventFocusRestore\n\t * @defaultvalue false\n\t * @public\n\t * @since 1.0.0-rc.8\n\t*/\n\t@property({ type: Boolean })\n\tpreventFocusRestore!: boolean;\n\n\t/**\n\t * Indicates if the element is open\n\t * @public\n\t * @type {boolean}\n\t * @name sap.ui.webc.main.Popup.prototype.open\n\t * @defaultvalue false\n\t * @since 1.2.0\n\t */\n\t@property({ type: Boolean })\n\topen!: boolean;\n\n\t/**\n\t * Indicates if the element is already open\n\t * @private\n\t * @type {boolean}\n\t * @defaultvalue false\n\t */\n\t@property({ type: Boolean, noAttribute: true })\n\topened!: boolean;\n\n\t/**\n\t * Defines the accessible name of the component.\n\t *\n\t * @type {string}\n\t * @name sap.ui.webc.main.Popup.prototype.accessibleName\n\t * @defaultvalue undefined\n\t * @public\n\t * @since 1.0.0-rc.15\n\t */\n\t@property({ defaultValue: undefined })\n\taccessibleName?: string;\n\n\t/**\n\t * Defines the IDs of the elements that label the component.\n\t *\n\t * @type {string}\n\t * @name sap.ui.webc.main.Popup.prototype.accessibleNameRef\n\t * @defaultvalue \"\"\n\t * @public\n\t * @since 1.1.0\n\t */\n\t@property({ defaultValue: \"\" })\n\taccessibleNameRef!: string;\n\n\t/**\n\t * Allows setting a custom role.\n\t *\n\t * @type {sap.ui.webc.main.types.PopupAccessibleRole}\n\t * @name sap.ui.webc.main.Popup.prototype.accessibleRole\n\t * @defaultvalue \"Dialog\"\n\t * @public\n\t * @since 1.10.0\n\t */\n\t@property({ type: PopupAccessibleRole, defaultValue: PopupAccessibleRole.Dialog })\n\taccessibleRole!: `${PopupAccessibleRole}`;\n\n\t/**\n\t * Defines the current media query size.\n\t *\n\t * @type {string}\n\t * @private\n\t */\n\t@property()\n\tmediaRange!: string;\n\n\t/**\n\t * @private\n\t */\n\t@property({ type: Boolean })\n\t_disableInitialFocus!: boolean;\n\n\t@property({ type: Boolean })\n\t_blockLayerHidden!: boolean;\n\n\t/**\n\t * Indicates if the element is the top modal popup\n\t *\n\t * This property is calculated automatically\n\t *\n\t * @private\n\t * @type {boolean}\n\t * @defaultvalue false\n\t */\n\t@property({ type: Boolean, noAttribute: true })\n\tisTopModalPopup!: boolean;\n\n\t/**\n\t * Defines the content of the Popup.\n\t * @type {HTMLElement[]}\n\t * @name sap.ui.webc.main.Popup.prototype.default\n\t * @slot content\n\t * @public\n\t */\n\t@slot({ type: HTMLElement, \"default\": true })\n\tcontent!: Array<HTMLElement>\n\n\t_resizeHandler: ResizeObserverCallback;\n\t_shouldFocusRoot?: boolean;\n\t_zIndex?: number;\n\t_focusedElementBeforeOpen?: HTMLElement | null;\n\n\tconstructor() {\n\t\tsuper();\n\n\t\tthis._resizeHandler = this._resize.bind(this);\n\t}\n\n\tonBeforeRendering() {\n\t\tthis._blockLayerHidden = !this.isOpen() || !this.isTopModalPopup;\n\t}\n\n\tonAfterRendering() {\n\t\tthis._updateMediaRange();\n\t}\n\n\tonEnterDOM() {\n\t\tResizeHandler.register(this, this._resizeHandler);\n\t}\n\n\tonExitDOM() {\n\t\tif (this.isOpen()) {\n\t\t\tPopup.unblockPageScrolling(this);\n\t\t\tthis._removeOpenedPopup();\n\t\t}\n\n\t\tResizeHandler.deregister(this, this._resizeHandler);\n\t}\n\n\tget _displayProp() {\n\t\treturn \"block\";\n\t}\n\n\t_resize() {\n\t\tthis._updateMediaRange();\n\t}\n\n\t/**\n\t * Prevents the user from interacting with the content under the block layer\n\t */\n\t_preventBlockLayerFocus(e: KeyboardEvent | MouseEvent) {\n\t\te.preventDefault();\n\t}\n\n\t/**\n\t * Temporarily removes scrollbars from the html element\n\t * @protected\n\t */\n\tstatic blockPageScrolling(popup: Popup) {\n\t\tpageScrollingBlockers.add(popup);\n\n\t\tif (pageScrollingBlockers.size !== 1) {\n\t\t\treturn;\n\t\t}\n\n\t\tdocument.documentElement.classList.add(\"ui5-popup-scroll-blocker\");\n\t}\n\n\t/**\n\t * Restores scrollbars on the html element, if needed\n\t * @protected\n\t */\n\tstatic unblockPageScrolling(popup: Popup) {\n\t\tpageScrollingBlockers.delete(popup);\n\n\t\tif (pageScrollingBlockers.size !== 0) {\n\t\t\treturn;\n\t\t}\n\n\t\tdocument.documentElement.classList.remove(\"ui5-popup-scroll-blocker\");\n\t}\n\n\t_scroll(e: Event) {\n\t\tthis.fireEvent<PopupScrollEventDetail>(\"scroll\", {\n\t\t\tscrollTop: (e.target as HTMLElement).scrollTop,\n\t\t\ttargetRef: e.target as HTMLElement,\n\t\t});\n\t}\n\n\t_onkeydown(e: KeyboardEvent) {\n\t\tconst isTabOutAttempt = e.target === this._root && isTabPrevious(e);\n\t\t// if the popup is closed, focus is already moved, so Enter keydown may result in click on the newly focused element\n\t\tconst isEnterOnClosedPopupChild = isEnter(e) && !this.isOpen();\n\n\t\tif (isTabOutAttempt || isEnterOnClosedPopupChild) {\n\t\t\te.preventDefault();\n\t\t}\n\t}\n\n\t_onfocusout(e: FocusEvent) {\n\t\t// relatedTarget is the element, which will get focus. If no such element exists, focus the root.\n\t\t// This happens after the mouse is released in order to not interrupt text selection.\n\t\tif (!e.relatedTarget) {\n\t\t\tthis._shouldFocusRoot = true;\n\t\t}\n\t}\n\n\t_onmousedown(e: MouseEvent) {\n\t\tif (!isSafari()) { // Remove when adopting native dialog\n\t\t\tthis._root.removeAttribute(\"tabindex\");\n\t\t}\n\n\t\tif (this.shadowRoot!.contains(e.target as HTMLElement)) {\n\t\t\tthis._shouldFocusRoot = true;\n\t\t} else {\n\t\t\tthis._shouldFocusRoot = false;\n\t\t}\n\t}\n\n\t_onmouseup() {\n\t\tif (!isSafari()) { // Remove when adopting native dialog\n\t\t\tthis._root.tabIndex = -1;\n\t\t}\n\n\t\tif (this._shouldFocusRoot) {\n\t\t\tif (isChrome()) {\n\t\t\t\tthis._root.focus();\n\t\t\t}\n\t\t\tthis._shouldFocusRoot = false;\n\t\t}\n\t}\n\n\t/**\n\t * Focus trapping\n\t * @private\n\t */\n\tasync forwardToFirst() {\n\t\tconst firstFocusable = await getFirstFocusableElement(this);\n\n\t\tif (firstFocusable) {\n\t\t\tfirstFocusable.focus();\n\t\t} else {\n\t\t\tthis._root.focus();\n\t\t}\n\t}\n\n\t/**\n\t * Focus trapping\n\t * @private\n\t */\n\tasync forwardToLast() {\n\t\tconst lastFocusable = await getLastFocusableElement(this);\n\n\t\tif (lastFocusable) {\n\t\t\tlastFocusable.focus();\n\t\t} else {\n\t\t\tthis._root.focus();\n\t\t}\n\t}\n\n\t/**\n\t * Use this method to focus the element denoted by \"initialFocus\", if provided, or the first focusable element otherwise.\n\t * @protected\n\t */\n\tasync applyInitialFocus() {\n\t\tawait this.applyFocus();\n\t}\n\n\t/**\n\t * Focuses the element denoted by <code>initialFocus</code>, if provided,\n\t * or the first focusable element otherwise.\n\t * @public\n\t * @method\n\t * @name sap.ui.webc.main.Popup#applyFocus\n\t * @async\n\t * @returns {Promise} Promise that resolves when the focus is applied\n\t */\n\tasync applyFocus() {\n\t\tawait this._waitForDomRef();\n\n\t\tif (this.getRootNode() === this) {\n\t\t\treturn;\n\t\t}\n\n\t\tlet element;\n\n\t\tif (this.initialFocus) {\n\t\t\telement = (this.getRootNode() as Document).getElementById(this.initialFocus)\n\t\t\t|| document.getElementById(this.initialFocus);\n\t\t}\n\n\t\telement = element || await getFirstFocusableElement(this) || this._root; // in case of no focusable content focus the root\n\n\t\tif (element) {\n\t\t\tif (element === this._root) {\n\t\t\t\telement.tabIndex = -1;\n\t\t\t}\n\t\t\telement.focus();\n\t\t}\n\t}\n\n\t/**\n\t * Tells if the component is opened\n\t * @public\n\t * @method\n\t * @name sap.ui.webc.main.Popup#isOpen\n\t * @returns {boolean}\n\t */\n\tisOpen() {\n\t\treturn this.opened;\n\t}\n\n\tisFocusWithin() {\n\t\treturn isFocusedElementWithinNode(this._root);\n\t}\n\n\t/**\n\t * Shows the block layer (for modal popups only) and sets the correct z-index for the purpose of popup stacking\n\t * @protected\n\t */\n\tasync _open(preventInitialFocus: boolean) {\n\t\tconst prevented = !this.fireEvent(\"before-open\", {}, true, false);\n\t\tif (prevented) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.isModal && !this.shouldHideBackdrop) {\n\t\t\t// create static area item ref for block layer\n\t\t\tthis.getStaticAreaItemDomRef();\n\t\t\tthis._blockLayerHidden = false;\n\t\t\tPopup.blockPageScrolling(this);\n\t\t}\n\n\t\tthis._zIndex = getNextZIndex();\n\t\tthis.style.zIndex = this._zIndex?.toString() || \"\";\n\n\t\tthis._focusedElementBeforeOpen = getFocusedElement();\n\n\t\tthis._show();\n\n\t\tif (this.getDomRef()) {\n\t\t\tthis._updateMediaRange();\n\t\t}\n\n\t\tthis._addOpenedPopup();\n\n\t\tthis.opened = true;\n\t\tthis.open = true;\n\n\t\tawait renderFinished();\n\n\t\tif (!this._disableInitialFocus && !preventInitialFocus) {\n\t\t\tawait this.applyInitialFocus();\n\t\t}\n\n\t\tthis.fireEvent(\"after-open\", {}, false, false);\n\t}\n\n\t_updateMediaRange() {\n\t\tthis.mediaRange = MediaRange.getCurrentRange(MediaRange.RANGESETS.RANGE_4STEPS, this.getDomRef()!.offsetWidth);\n\t}\n\n\t/**\n\t * Adds the popup to the \"opened popups registry\"\n\t * @protected\n\t */\n\t_addOpenedPopup() {\n\t\taddOpenedPopup(this);\n\t}\n\n\t/**\n\t * Closes the popup.\n\t * @public\n\t * @method\n\t * @name sap.ui.webc.main.Popup#close\n\t * @returns {void}\n\t */\n\tclose(escPressed = false, preventRegistryUpdate = false, preventFocusRestore = false) {\n\t\tif (!this.opened) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst prevented = !this.fireEvent<PopupBeforeCloseEventDetail>(\"before-close\", { escPressed }, true, false);\n\t\tif (prevented) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.isModal) {\n\t\t\tthis._blockLayerHidden = true;\n\t\t\tPopup.unblockPageScrolling(this);\n\t\t}\n\n\t\tthis.hide();\n\t\tthis.opened = false;\n\t\tthis.open = false;\n\n\t\tif (!preventRegistryUpdate) {\n\t\t\tthis._removeOpenedPopup();\n\t\t}\n\n\t\tif (!this.preventFocusRestore && !preventFocusRestore) {\n\t\t\tthis.resetFocus();\n\t\t}\n\n\t\tthis.fireEvent(\"after-close\", {}, false, false);\n\t}\n\n\t/**\n\t * Removes the popup from the \"opened popups registry\"\n\t * @protected\n\t */\n\t_removeOpenedPopup() {\n\t\tremoveOpenedPopup(this);\n\t}\n\n\t/**\n\t * Returns the focus to the previously focused element\n\t * @protected\n\t */\n\tresetFocus() {\n\t\tif (!this._focusedElementBeforeOpen) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._focusedElementBeforeOpen.focus();\n\t\tthis._focusedElementBeforeOpen = null;\n\t}\n\n\t/**\n\t * Sets \"block\" display to the popup. The property can be overriden by derivatives of Popup.\n\t * @protected\n\t */\n\t_show() {\n\t\tthis.style.display = this._displayProp;\n\t}\n\n\t/**\n\t * Sets \"none\" display to the popup\n\t * @protected\n\t */\n\thide() {\n\t\tthis.style.display = \"none\";\n\t}\n\n\t/**\n\t * Implement this getter with relevant logic regarding the modality of the popup (e.g. based on a public property)\n\t *\n\t * @protected\n\t * @abstract\n\t * @returns {boolean}\n\t */\n\tabstract get isModal(): boolean\n\n\t/**\n\t * Implement this getter with relevant logic in order to hide the block layer (f.e. based on a public property)\n\t *\n\t * @protected\n\t * @abstract\n\t * @returns {boolean}\n\t */\n\tabstract get shouldHideBackdrop(): boolean\n\n\t/**\n\t * Return the ID of an element in the shadow DOM that is going to label this popup\n\t *\n\t * @protected\n\t * @abstract\n\t * @returns {string | undefined}\n\t */\n\tabstract get _ariaLabelledBy(): string | undefined\n\n\t/**\n\t * Ensures ariaLabel is never null or empty string\n\t * @returns {string | undefined}\n\t * @protected\n\t */\n\tget _ariaLabel() {\n\t\treturn getEffectiveAriaLabelText(this);\n\t}\n\n\tget _root(): HTMLElement {\n\t\treturn this.shadowRoot!.querySelector(\".ui5-popup-root\")!;\n\t}\n\n\tget _role(): string | undefined {\n\t\treturn (this.accessibleRole === PopupAccessibleRole.None) ? undefined : this.accessibleRole.toLowerCase();\n\t}\n\n\tget _ariaModal(): string | undefined {\n\t\treturn this.accessibleRole === PopupAccessibleRole.None ? undefined : \"true\";\n\t}\n\n\tget contentDOM(): HTMLElement {\n\t\treturn this.shadowRoot!.querySelector(\".ui5-popup-content\")!;\n\t}\n\n\tget styles() {\n\t\treturn {\n\t\t\troot: {},\n\t\t\tcontent: {},\n\t\t\tblockLayer: {\n\t\t\t\t\"zIndex\": this._zIndex ? this._zIndex - 1 : \"\",\n\t\t\t},\n\t\t};\n\t}\n\n\tget classes(): ClassMap {\n\t\treturn {\n\t\t\troot: {\n\t\t\t\t\"ui5-popup-root\": true,\n\t\t\t\t\"ui5-content-native-scrollbars\": getEffectiveScrollbarStyle(),\n\t\t\t},\n\t\t\tcontent: {\n\t\t\t\t\"ui5-popup-content\": true,\n\t\t\t},\n\t\t};\n\t}\n}\n\nexport default Popup;\n\nexport type {\n\tPopupScrollEventDetail,\n\tPopupBeforeCloseEventDetail,\n};\n"]}
@@ -24,6 +24,16 @@ import type I18nBundle from "@ui5/webcomponents-base/dist/i18nBundle.js";
24
24
  * @since 1.0.0-rc.8
25
25
  */
26
26
  declare class ProgressIndicator extends UI5Element {
27
+ /**
28
+ * Defines the accessible ARIA name of the component.
29
+ *
30
+ * @type {string}
31
+ * @defaultvalue ""
32
+ * @name sap.ui.webc.main.ProgressIndicator.prototype.accessibleName
33
+ * @public
34
+ * @since 1.16.0
35
+ */
36
+ accessibleName: string;
27
37
  /**
28
38
  * Defines whether component is in disabled state.
29
39
  *
@@ -69,22 +79,13 @@ declare class ProgressIndicator extends UI5Element {
69
79
  displayValue: string;
70
80
  /**
71
81
  * Defines the value state of the component.
72
- * <br><br>
73
- * Available options are:
74
- * <ul>
75
- * <li><code>None</code></li>
76
- * <li><code>Error</code></li>
77
- * <li><code>Warning</code></li>
78
- * <li><code>Success</code></li>
79
- * <li><code>Information</code></li>
80
- * </ul>
81
82
  *
82
83
  * @type {sap.ui.webc.base.types.ValueState}
83
84
  * @name sap.ui.webc.main.ProgressIndicator.prototype.valueState
84
85
  * @defaultvalue "None"
85
86
  * @public
86
87
  */
87
- valueState: ValueState;
88
+ valueState: `${ValueState}`;
88
89
  static i18nBundle: I18nBundle;
89
90
  _previousValue: number;
90
91
  _transitionDuration: number;
@@ -65,7 +65,7 @@ let ProgressIndicator = ProgressIndicator_1 = class ProgressIndicator extends UI
65
65
  "Error": "status-negative",
66
66
  "Warning": "status-critical",
67
67
  "Success": "status-positive",
68
- "Information": "hint",
68
+ "Information": "information",
69
69
  };
70
70
  }
71
71
  get styles() {
@@ -117,6 +117,9 @@ let ProgressIndicator = ProgressIndicator_1 = class ProgressIndicator extends UI
117
117
  ProgressIndicator_1.i18nBundle = await getI18nBundle("@ui5/webcomponents");
118
118
  }
119
119
  };
120
+ __decorate([
121
+ property()
122
+ ], ProgressIndicator.prototype, "accessibleName", void 0);
120
123
  __decorate([
121
124
  property({ type: Boolean })
122
125
  ], ProgressIndicator.prototype, "disabled", void 0);