@ui5/webcomponents 0.0.0-7c7170d4a → 0.0.0-7d8c57f70

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 (1463) hide show
  1. package/.eslintrc.cjs +3 -0
  2. package/CHANGELOG.md +53 -1010
  3. package/README.md +41 -4
  4. package/config/wdio.conf.cjs +15 -0
  5. package/customI18n.js +50 -0
  6. package/dist/.tsbuildinfo +1 -1
  7. package/dist/Assets-static.d.ts +4 -0
  8. package/dist/Assets-static.js +6 -0
  9. package/dist/Assets-static.js.map +1 -0
  10. package/dist/Avatar.d.ts +7 -16
  11. package/dist/Avatar.js +4 -5
  12. package/dist/Avatar.js.map +1 -1
  13. package/dist/AvatarGroup.d.ts +10 -15
  14. package/dist/AvatarGroup.js +6 -7
  15. package/dist/AvatarGroup.js.map +1 -1
  16. package/dist/{Tag.d.ts → Badge.d.ts} +16 -23
  17. package/dist/{Tag.js → Badge.js} +49 -59
  18. package/dist/Badge.js.map +1 -0
  19. package/dist/Breadcrumbs.d.ts +6 -7
  20. package/dist/Breadcrumbs.js +24 -22
  21. package/dist/Breadcrumbs.js.map +1 -1
  22. package/dist/BusyIndicator.d.ts +1 -1
  23. package/dist/BusyIndicator.js +1 -5
  24. package/dist/BusyIndicator.js.map +1 -1
  25. package/dist/Button.d.ts +42 -38
  26. package/dist/Button.js +46 -30
  27. package/dist/Button.js.map +1 -1
  28. package/dist/Calendar.d.ts +14 -14
  29. package/dist/Calendar.js +38 -85
  30. package/dist/Calendar.js.map +1 -1
  31. package/dist/CalendarDate.d.ts +1 -2
  32. package/dist/CalendarDate.js +0 -1
  33. package/dist/CalendarDate.js.map +1 -1
  34. package/dist/CalendarLegend.js +1 -1
  35. package/dist/CalendarLegend.js.map +1 -1
  36. package/dist/CalendarPart.d.ts +1 -2
  37. package/dist/CalendarPart.js +1 -2
  38. package/dist/CalendarPart.js.map +1 -1
  39. package/dist/Card.d.ts +13 -3
  40. package/dist/Card.js +1 -1
  41. package/dist/Card.js.map +1 -1
  42. package/dist/CardHeader.d.ts +8 -6
  43. package/dist/CardHeader.js +7 -11
  44. package/dist/CardHeader.js.map +1 -1
  45. package/dist/Carousel.d.ts +18 -13
  46. package/dist/Carousel.js +20 -36
  47. package/dist/Carousel.js.map +1 -1
  48. package/dist/CheckBox.d.ts +20 -12
  49. package/dist/CheckBox.js +23 -20
  50. package/dist/CheckBox.js.map +1 -1
  51. package/dist/ColorPalette.d.ts +7 -7
  52. package/dist/ColorPalette.js +19 -16
  53. package/dist/ColorPalette.js.map +1 -1
  54. package/dist/ColorPalettePopover.d.ts +16 -2
  55. package/dist/ColorPalettePopover.js +23 -0
  56. package/dist/ColorPalettePopover.js.map +1 -1
  57. package/dist/ColorPicker.d.ts +4 -16
  58. package/dist/ColorPicker.js +23 -33
  59. package/dist/ColorPicker.js.map +1 -1
  60. package/dist/ComboBox.d.ts +3 -16
  61. package/dist/ComboBox.js +42 -70
  62. package/dist/ComboBox.js.map +1 -1
  63. package/dist/CustomListItem.d.ts +1 -8
  64. package/dist/CustomListItem.js +4 -7
  65. package/dist/CustomListItem.js.map +1 -1
  66. package/dist/DateComponentBase.js +1 -2
  67. package/dist/DateComponentBase.js.map +1 -1
  68. package/dist/DatePicker.d.ts +42 -23
  69. package/dist/DatePicker.js +76 -48
  70. package/dist/DatePicker.js.map +1 -1
  71. package/dist/DateRangePicker.d.ts +10 -7
  72. package/dist/DateRangePicker.js +13 -25
  73. package/dist/DateRangePicker.js.map +1 -1
  74. package/dist/DateTimePicker.d.ts +17 -8
  75. package/dist/DateTimePicker.js +33 -20
  76. package/dist/DateTimePicker.js.map +1 -1
  77. package/dist/DayPicker.js +7 -10
  78. package/dist/DayPicker.js.map +1 -1
  79. package/dist/Dialog.d.ts +19 -1
  80. package/dist/Dialog.js +37 -5
  81. package/dist/Dialog.js.map +1 -1
  82. package/dist/DropIndicator.d.ts +2 -1
  83. package/dist/DropIndicator.js +6 -13
  84. package/dist/DropIndicator.js.map +1 -1
  85. package/dist/FileUploader.d.ts +30 -9
  86. package/dist/FileUploader.js +73 -36
  87. package/dist/FileUploader.js.map +1 -1
  88. package/dist/{ListItemGroupHeader.d.ts → GroupHeaderListItem.d.ts} +5 -4
  89. package/dist/{ListItemGroupHeader.js → GroupHeaderListItem.js} +17 -17
  90. package/dist/GroupHeaderListItem.js.map +1 -0
  91. package/dist/Icon.d.ts +30 -9
  92. package/dist/Icon.js +41 -20
  93. package/dist/Icon.js.map +1 -1
  94. package/dist/Input.d.ts +74 -55
  95. package/dist/Input.js +230 -185
  96. package/dist/Input.js.map +1 -1
  97. package/dist/Label.d.ts +1 -1
  98. package/dist/Label.js +1 -1
  99. package/dist/Label.js.map +1 -1
  100. package/dist/Link.d.ts +25 -18
  101. package/dist/Link.js +4 -4
  102. package/dist/Link.js.map +1 -1
  103. package/dist/List.d.ts +31 -40
  104. package/dist/List.js +45 -141
  105. package/dist/List.js.map +1 -1
  106. package/dist/ListItem.d.ts +53 -21
  107. package/dist/ListItem.js +39 -35
  108. package/dist/ListItem.js.map +1 -1
  109. package/dist/ListItemBase.d.ts +2 -3
  110. package/dist/ListItemBase.js +1 -1
  111. package/dist/ListItemBase.js.map +1 -1
  112. package/dist/Menu.d.ts +7 -10
  113. package/dist/Menu.js +29 -40
  114. package/dist/Menu.js.map +1 -1
  115. package/dist/MenuItem.d.ts +4 -4
  116. package/dist/MenuItem.js +4 -4
  117. package/dist/MenuItem.js.map +1 -1
  118. package/dist/MenuListItem.d.ts +1 -1
  119. package/dist/MenuListItem.js +3 -3
  120. package/dist/MenuListItem.js.map +1 -1
  121. package/dist/MessageStrip.d.ts +9 -18
  122. package/dist/MessageStrip.js +12 -23
  123. package/dist/MessageStrip.js.map +1 -1
  124. package/dist/MultiComboBox.d.ts +19 -33
  125. package/dist/MultiComboBox.js +120 -148
  126. package/dist/MultiComboBox.js.map +1 -1
  127. package/dist/MultiComboBoxItem.d.ts +0 -2
  128. package/dist/MultiComboBoxItem.js +0 -4
  129. package/dist/MultiComboBoxItem.js.map +1 -1
  130. package/dist/MultiInput.d.ts +13 -21
  131. package/dist/MultiInput.js +86 -62
  132. package/dist/MultiInput.js.map +1 -1
  133. package/dist/NavigationMenu.js +6 -6
  134. package/dist/NavigationMenu.js.map +1 -1
  135. package/dist/Option.d.ts +13 -4
  136. package/dist/Option.js +4 -1
  137. package/dist/Option.js.map +1 -1
  138. package/dist/Popover.d.ts +34 -18
  139. package/dist/Popover.js +93 -99
  140. package/dist/Popover.js.map +1 -1
  141. package/dist/Popup.d.ts +40 -28
  142. package/dist/Popup.js +77 -91
  143. package/dist/Popup.js.map +1 -1
  144. package/dist/ProgressIndicator.d.ts +7 -0
  145. package/dist/ProgressIndicator.js +12 -6
  146. package/dist/ProgressIndicator.js.map +1 -1
  147. package/dist/RadioButton.d.ts +27 -17
  148. package/dist/RadioButton.js +34 -27
  149. package/dist/RadioButton.js.map +1 -1
  150. package/dist/RadioButtonGroup.js +5 -6
  151. package/dist/RadioButtonGroup.js.map +1 -1
  152. package/dist/RangeSlider.d.ts +1 -3
  153. package/dist/RangeSlider.js +0 -7
  154. package/dist/RangeSlider.js.map +1 -1
  155. package/dist/ResponsivePopover.d.ts +15 -4
  156. package/dist/ResponsivePopover.js +33 -19
  157. package/dist/ResponsivePopover.js.map +1 -1
  158. package/dist/SegmentedButton.d.ts +14 -4
  159. package/dist/SegmentedButton.js +32 -12
  160. package/dist/SegmentedButton.js.map +1 -1
  161. package/dist/SegmentedButtonItem.d.ts +26 -62
  162. package/dist/SegmentedButtonItem.js +20 -71
  163. package/dist/SegmentedButtonItem.js.map +1 -1
  164. package/dist/Select.d.ts +31 -22
  165. package/dist/Select.js +70 -64
  166. package/dist/Select.js.map +1 -1
  167. package/dist/SelectMenu.d.ts +1 -1
  168. package/dist/SelectMenu.js +13 -14
  169. package/dist/SelectMenu.js.map +1 -1
  170. package/dist/SelectMenuOption.d.ts +3 -4
  171. package/dist/SelectMenuOption.js.map +1 -1
  172. package/dist/Slider.d.ts +1 -3
  173. package/dist/Slider.js +0 -4
  174. package/dist/Slider.js.map +1 -1
  175. package/dist/SliderBase.d.ts +1 -11
  176. package/dist/SliderBase.js +1 -7
  177. package/dist/SliderBase.js.map +1 -1
  178. package/dist/SplitButton.d.ts +34 -3
  179. package/dist/SplitButton.js +49 -18
  180. package/dist/SplitButton.js.map +1 -1
  181. package/dist/StandardListItem.d.ts +1 -8
  182. package/dist/StandardListItem.js +0 -3
  183. package/dist/StandardListItem.js.map +1 -1
  184. package/dist/StepInput.d.ts +15 -6
  185. package/dist/StepInput.js +14 -10
  186. package/dist/StepInput.js.map +1 -1
  187. package/dist/SuggestionGroupItem.js +2 -2
  188. package/dist/SuggestionGroupItem.js.map +1 -1
  189. package/dist/Switch.d.ts +18 -9
  190. package/dist/Switch.js +21 -13
  191. package/dist/Switch.js.map +1 -1
  192. package/dist/Tab.d.ts +11 -25
  193. package/dist/Tab.js +32 -40
  194. package/dist/Tab.js.map +1 -1
  195. package/dist/TabContainer.d.ts +77 -48
  196. package/dist/TabContainer.js +174 -170
  197. package/dist/TabContainer.js.map +1 -1
  198. package/dist/TabSeparator.d.ts +6 -16
  199. package/dist/TabSeparator.js +12 -11
  200. package/dist/TabSeparator.js.map +1 -1
  201. package/dist/Table.d.ts +364 -0
  202. package/dist/Table.js +874 -0
  203. package/dist/Table.js.map +1 -0
  204. package/dist/TableCell.d.ts +37 -0
  205. package/dist/TableCell.js +63 -0
  206. package/dist/TableCell.js.map +1 -0
  207. package/dist/TableColumn.d.ts +63 -0
  208. package/dist/TableColumn.js +59 -0
  209. package/dist/TableColumn.js.map +1 -0
  210. package/dist/TableGroupRow.d.ts +44 -0
  211. package/dist/TableGroupRow.js +102 -0
  212. package/dist/TableGroupRow.js.map +1 -0
  213. package/dist/TableRow.d.ts +120 -0
  214. package/dist/TableRow.js +323 -0
  215. package/dist/TableRow.js.map +1 -0
  216. package/dist/TextArea.d.ts +32 -24
  217. package/dist/TextArea.js +42 -46
  218. package/dist/TextArea.js.map +1 -1
  219. package/dist/TimePicker.d.ts +14 -183
  220. package/dist/TimePicker.js +22 -471
  221. package/dist/TimePicker.js.map +1 -1
  222. package/dist/TimePickerBase.d.ts +174 -0
  223. package/dist/TimePickerBase.js +475 -0
  224. package/dist/TimePickerBase.js.map +1 -0
  225. package/dist/TimePickerInternals.d.ts +3 -3
  226. package/dist/TimePickerInternals.js +5 -6
  227. package/dist/TimePickerInternals.js.map +1 -1
  228. package/dist/TimeSelection.d.ts +144 -0
  229. package/dist/TimeSelection.js +375 -0
  230. package/dist/TimeSelection.js.map +1 -0
  231. package/dist/TimeSelectionClocks.js +4 -2
  232. package/dist/TimeSelectionClocks.js.map +1 -1
  233. package/dist/TimeSelectionInputs.js +2 -0
  234. package/dist/TimeSelectionInputs.js.map +1 -1
  235. package/dist/Title.d.ts +2 -1
  236. package/dist/Title.js +10 -7
  237. package/dist/Title.js.map +1 -1
  238. package/dist/Toast.d.ts +8 -11
  239. package/dist/Toast.js +32 -36
  240. package/dist/Toast.js.map +1 -1
  241. package/dist/ToggleSpinButton.d.ts +1 -1
  242. package/dist/ToggleSpinButton.js +1 -1
  243. package/dist/ToggleSpinButton.js.map +1 -1
  244. package/dist/Token.d.ts +8 -8
  245. package/dist/Token.js +11 -11
  246. package/dist/Token.js.map +1 -1
  247. package/dist/Tokenizer.d.ts +47 -130
  248. package/dist/Tokenizer.js +176 -359
  249. package/dist/Tokenizer.js.map +1 -1
  250. package/dist/Toolbar.d.ts +8 -7
  251. package/dist/Toolbar.js +28 -20
  252. package/dist/Toolbar.js.map +1 -1
  253. package/dist/ToolbarButton.d.ts +18 -14
  254. package/dist/ToolbarButton.js +3 -1
  255. package/dist/ToolbarButton.js.map +1 -1
  256. package/dist/ToolbarRegistry.d.ts +2 -1
  257. package/dist/ToolbarRegistry.js +4 -1
  258. package/dist/ToolbarRegistry.js.map +1 -1
  259. package/dist/Tree.d.ts +13 -25
  260. package/dist/Tree.js +10 -92
  261. package/dist/Tree.js.map +1 -1
  262. package/dist/TreeItemBase.d.ts +5 -12
  263. package/dist/TreeItemBase.js +4 -7
  264. package/dist/TreeItemBase.js.map +1 -1
  265. package/dist/TreeItemCustom.d.ts +1 -1
  266. package/dist/TreeItemCustom.js +4 -4
  267. package/dist/TreeItemCustom.js.map +1 -1
  268. package/dist/WheelSlider.d.ts +101 -0
  269. package/dist/WheelSlider.js +338 -0
  270. package/dist/WheelSlider.js.map +1 -0
  271. package/dist/bundle.common.bootstrap.js.map +1 -1
  272. package/dist/bundle.esm.d.ts +3 -3
  273. package/dist/bundle.esm.js.map +1 -1
  274. package/dist/css/themes/Avatar.css +1 -1
  275. package/dist/css/themes/AvatarGroup.css +1 -1
  276. package/dist/css/themes/Badge.css +1 -0
  277. package/dist/css/themes/Breadcrumbs.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/CalendarLegend.css +1 -1
  283. package/dist/css/themes/CalendarLegendItem.css +1 -1
  284. package/dist/css/themes/Card.css +1 -1
  285. package/dist/css/themes/CardHeader.css +1 -1
  286. package/dist/css/themes/Carousel.css +1 -1
  287. package/dist/css/themes/CheckBox.css +1 -1
  288. package/dist/css/themes/ColorPalette.css +1 -1
  289. package/dist/css/themes/ColorPaletteItem.css +1 -1
  290. package/dist/css/themes/ColorPalettePopover.css +1 -1
  291. package/dist/css/themes/ColorPicker.css +1 -1
  292. package/dist/css/themes/ComboBox.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/DateTimePickerPopover.css +1 -1
  296. package/dist/css/themes/DayPicker.css +1 -1
  297. package/dist/css/themes/Dialog.css +1 -1
  298. package/dist/css/themes/DropIndicator.css +1 -1
  299. package/dist/css/themes/FileUploader.css +1 -1
  300. package/dist/css/themes/GroupHeaderListItem.css +1 -0
  301. package/dist/css/themes/GrowingButton.css +1 -1
  302. package/dist/css/themes/Icon.css +1 -1
  303. package/dist/css/themes/Input.css +1 -1
  304. package/dist/css/themes/InputIcon.css +1 -1
  305. package/dist/css/themes/InputSharedStyles.css +1 -1
  306. package/dist/css/themes/Label.css +1 -1
  307. package/dist/css/themes/Link.css +1 -1
  308. package/dist/css/themes/List.css +1 -1
  309. package/dist/css/themes/ListItem.css +1 -1
  310. package/dist/css/themes/ListItemBase.css +1 -1
  311. package/dist/css/themes/Menu.css +1 -1
  312. package/dist/css/themes/MenuListItem.css +1 -1
  313. package/dist/css/themes/MessageStrip.css +1 -1
  314. package/dist/css/themes/MonthPicker.css +1 -1
  315. package/dist/css/themes/MultiComboBox.css +1 -1
  316. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  317. package/dist/css/themes/MultiInput.css +1 -1
  318. package/dist/css/themes/NavigationMenu.css +1 -1
  319. package/dist/css/themes/Panel.css +1 -1
  320. package/dist/css/themes/Popover.css +1 -1
  321. package/dist/css/themes/Popup.css +1 -1
  322. package/dist/css/themes/PopupStaticAreaStyles.css +1 -0
  323. package/dist/css/themes/PopupsCommon.css +1 -1
  324. package/dist/css/themes/ProgressIndicator.css +1 -1
  325. package/dist/css/themes/RadioButton.css +1 -1
  326. package/dist/css/themes/RangeSlider.css +1 -1
  327. package/dist/css/themes/RatingIndicator.css +1 -1
  328. package/dist/css/themes/ResponsivePopover.css +1 -1
  329. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  330. package/dist/css/themes/SegmentedButton.css +1 -1
  331. package/dist/css/themes/Select.css +1 -1
  332. package/dist/css/themes/SelectMenu.css +1 -1
  333. package/dist/css/themes/SelectPopover.css +1 -1
  334. package/dist/css/themes/SliderBase.css +1 -1
  335. package/dist/css/themes/SplitButton.css +1 -1
  336. package/dist/css/themes/StepInput.css +1 -1
  337. package/dist/css/themes/Switch.css +1 -1
  338. package/dist/css/themes/TabContainer.css +1 -1
  339. package/dist/css/themes/TabInOverflow.css +1 -1
  340. package/dist/css/themes/TabInStrip.css +1 -1
  341. package/dist/css/themes/TabSemanticIcon.css +1 -1
  342. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  343. package/dist/css/themes/TabSeparatorInStrip.css +1 -1
  344. package/dist/css/themes/Table.css +1 -0
  345. package/dist/css/themes/TableCell.css +1 -0
  346. package/dist/css/themes/TableColumn.css +1 -0
  347. package/dist/css/themes/TableGroupRow.css +1 -0
  348. package/dist/css/themes/TableRow.css +1 -0
  349. package/dist/css/themes/TextArea.css +1 -1
  350. package/dist/css/themes/TimePicker.css +1 -1
  351. package/dist/css/themes/TimeSelection.css +1 -0
  352. package/dist/css/themes/Title.css +1 -1
  353. package/dist/css/themes/Toast.css +1 -1
  354. package/dist/css/themes/ToggleButton.css +1 -1
  355. package/dist/css/themes/Token.css +1 -1
  356. package/dist/css/themes/Tokenizer.css +1 -1
  357. package/dist/css/themes/TokenizerPopover.css +1 -1
  358. package/dist/css/themes/Toolbar.css +1 -1
  359. package/dist/css/themes/ToolbarPopover.css +1 -1
  360. package/dist/css/themes/TreeItem.css +1 -1
  361. package/dist/css/themes/ValueStateMessage.css +1 -1
  362. package/dist/css/themes/WheelSlider.css +1 -0
  363. package/dist/css/themes/YearPicker.css +1 -1
  364. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -0
  365. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
  366. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
  367. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  368. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  369. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  370. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  371. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  372. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  373. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  374. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  375. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  376. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  377. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  378. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  379. package/dist/custom-elements-internal.json +3846 -3325
  380. package/dist/custom-elements.json +3303 -2747
  381. package/dist/features/ColorPaletteMoreColors.d.ts +1 -1
  382. package/dist/features/InputElementsFormSupport.d.ts +41 -0
  383. package/dist/features/InputElementsFormSupport.js +134 -0
  384. package/dist/features/InputElementsFormSupport.js.map +1 -0
  385. package/dist/features/InputSuggestions.d.ts +20 -14
  386. package/dist/features/InputSuggestions.js +72 -30
  387. package/dist/features/InputSuggestions.js.map +1 -1
  388. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  389. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  390. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  391. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  392. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  393. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  394. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  395. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  396. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  397. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  398. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  399. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  400. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  401. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  402. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  403. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  404. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  405. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  406. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  407. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  408. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  409. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  410. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  411. package/dist/generated/assets/i18n/messagebundle_in.json +1 -1
  412. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  413. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  414. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  415. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  416. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  417. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  418. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  419. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  420. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  421. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  422. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  423. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  424. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  425. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  426. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  427. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  428. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  429. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  430. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  431. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  432. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  433. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  434. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  435. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  436. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  437. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  438. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  439. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -0
  440. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -0
  441. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -0
  442. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  443. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  444. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  445. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  446. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  447. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  448. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  449. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  450. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  451. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  452. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  453. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  454. package/dist/generated/i18n/i18n-defaults.d.ts +13 -15
  455. package/dist/generated/i18n/i18n-defaults.js +15 -17
  456. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  457. package/dist/generated/json-imports/Themes-static.d.ts +1 -0
  458. package/dist/generated/json-imports/Themes-static.js +45 -0
  459. package/dist/generated/json-imports/Themes-static.js.map +1 -0
  460. package/dist/generated/json-imports/Themes.js +5 -2
  461. package/dist/generated/json-imports/Themes.js.map +1 -1
  462. package/dist/generated/json-imports/i18n-static.d.ts +1 -0
  463. package/dist/generated/json-imports/i18n-static.js +168 -0
  464. package/dist/generated/json-imports/i18n-static.js.map +1 -0
  465. package/dist/generated/json-imports/i18n.js +1 -1
  466. package/dist/generated/json-imports/i18n.js.map +1 -1
  467. package/dist/generated/templates/AvatarGroupTemplate.lit.js +1 -1
  468. package/dist/generated/templates/AvatarGroupTemplate.lit.js.map +1 -1
  469. package/dist/generated/templates/BadgeTemplate.lit.d.ts +4 -0
  470. package/dist/generated/templates/BadgeTemplate.lit.js +11 -0
  471. package/dist/generated/templates/BadgeTemplate.lit.js.map +1 -0
  472. package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js +1 -1
  473. package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js.map +1 -1
  474. package/dist/generated/templates/BreadcrumbsTemplate.lit.js +1 -2
  475. package/dist/generated/templates/BreadcrumbsTemplate.lit.js.map +1 -1
  476. package/dist/generated/templates/BusyIndicatorTemplate.lit.js +2 -2
  477. package/dist/generated/templates/BusyIndicatorTemplate.lit.js.map +1 -1
  478. package/dist/generated/templates/ButtonTemplate.lit.js +3 -4
  479. package/dist/generated/templates/ButtonTemplate.lit.js.map +1 -1
  480. package/dist/generated/templates/CalendarTemplate.lit.js +1 -1
  481. package/dist/generated/templates/CalendarTemplate.lit.js.map +1 -1
  482. package/dist/generated/templates/CardHeaderTemplate.lit.js +2 -2
  483. package/dist/generated/templates/CardHeaderTemplate.lit.js.map +1 -1
  484. package/dist/generated/templates/CheckBoxTemplate.lit.js +1 -1
  485. package/dist/generated/templates/CheckBoxTemplate.lit.js.map +1 -1
  486. package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js +1 -2
  487. package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js.map +1 -1
  488. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js +1 -1
  489. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js.map +1 -1
  490. package/dist/generated/templates/ColorPaletteTemplate.lit.js +1 -2
  491. package/dist/generated/templates/ColorPaletteTemplate.lit.js.map +1 -1
  492. package/dist/generated/templates/ColorPickerTemplate.lit.js +1 -1
  493. package/dist/generated/templates/ColorPickerTemplate.lit.js.map +1 -1
  494. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +4 -4
  495. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js.map +1 -1
  496. package/dist/generated/templates/ComboBoxTemplate.lit.js +4 -23
  497. package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
  498. package/dist/generated/templates/CustomListItemTemplate.lit.js +3 -3
  499. package/dist/generated/templates/CustomListItemTemplate.lit.js.map +1 -1
  500. package/dist/generated/templates/DatePickerPopoverTemplate.lit.js +2 -2
  501. package/dist/generated/templates/DatePickerPopoverTemplate.lit.js.map +1 -1
  502. package/dist/generated/templates/DatePickerTemplate.lit.js +3 -6
  503. package/dist/generated/templates/DatePickerTemplate.lit.js.map +1 -1
  504. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js +1 -1
  505. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js.map +1 -1
  506. package/dist/generated/templates/DialogTemplate.lit.js +1 -1
  507. package/dist/generated/templates/DialogTemplate.lit.js.map +1 -1
  508. package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js +1 -1
  509. package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js.map +1 -1
  510. package/dist/generated/templates/FileUploaderTemplate.lit.js +4 -6
  511. package/dist/generated/templates/FileUploaderTemplate.lit.js.map +1 -1
  512. package/dist/generated/templates/{ListItemGroupHeaderTemplate.lit.d.ts → GroupHeaderListItemTemplate.lit.d.ts} +2 -2
  513. package/dist/generated/templates/{ListItemGroupHeaderTemplate.lit.js → GroupHeaderListItemTemplate.lit.js} +1 -1
  514. package/dist/generated/templates/{ListItemGroupHeaderTemplate.lit.js.map → GroupHeaderListItemTemplate.lit.js.map} +1 -1
  515. package/dist/generated/templates/IconTemplate.lit.js +1 -1
  516. package/dist/generated/templates/IconTemplate.lit.js.map +1 -1
  517. package/dist/generated/templates/InputPopoverTemplate.lit.js +17 -17
  518. package/dist/generated/templates/InputPopoverTemplate.lit.js.map +1 -1
  519. package/dist/generated/templates/InputTemplate.lit.js +6 -26
  520. package/dist/generated/templates/InputTemplate.lit.js.map +1 -1
  521. package/dist/generated/templates/LinkTemplate.lit.js +1 -1
  522. package/dist/generated/templates/LinkTemplate.lit.js.map +1 -1
  523. package/dist/generated/templates/ListItemTemplate.lit.js +3 -3
  524. package/dist/generated/templates/ListItemTemplate.lit.js.map +1 -1
  525. package/dist/generated/templates/ListTemplate.lit.js +2 -2
  526. package/dist/generated/templates/ListTemplate.lit.js.map +1 -1
  527. package/dist/generated/templates/MenuListItemTemplate.lit.js +3 -3
  528. package/dist/generated/templates/MenuListItemTemplate.lit.js.map +1 -1
  529. package/dist/generated/templates/MenuTemplate.lit.js +7 -7
  530. package/dist/generated/templates/MenuTemplate.lit.js.map +1 -1
  531. package/dist/generated/templates/MonthPickerTemplate.lit.js +1 -1
  532. package/dist/generated/templates/MonthPickerTemplate.lit.js.map +1 -1
  533. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +8 -8
  534. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
  535. package/dist/generated/templates/MultiComboBoxTemplate.lit.js +4 -30
  536. package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
  537. package/dist/generated/templates/MultiInputTemplate.lit.js +11 -28
  538. package/dist/generated/templates/MultiInputTemplate.lit.js.map +1 -1
  539. package/dist/generated/templates/NavigationMenuTemplate.lit.js +8 -8
  540. package/dist/generated/templates/NavigationMenuTemplate.lit.js.map +1 -1
  541. package/dist/generated/templates/PopoverTemplate.lit.js +1 -1
  542. package/dist/generated/templates/PopoverTemplate.lit.js.map +1 -1
  543. package/dist/generated/templates/PopupBlockLayerTemplate.lit.js +2 -2
  544. package/dist/generated/templates/PopupBlockLayerTemplate.lit.js.map +1 -1
  545. package/dist/generated/templates/PopupTemplate.lit.js +1 -1
  546. package/dist/generated/templates/PopupTemplate.lit.js.map +1 -1
  547. package/dist/generated/templates/ProgressIndicatorTemplate.lit.js +1 -1
  548. package/dist/generated/templates/ProgressIndicatorTemplate.lit.js.map +1 -1
  549. package/dist/generated/templates/RadioButtonTemplate.lit.js +1 -1
  550. package/dist/generated/templates/RadioButtonTemplate.lit.js.map +1 -1
  551. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +4 -4
  552. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js.map +1 -1
  553. package/dist/generated/templates/SegmentedButtonItemTemplate.lit.js +2 -2
  554. package/dist/generated/templates/SegmentedButtonItemTemplate.lit.js.map +1 -1
  555. package/dist/generated/templates/SelectMenuTemplate.lit.js +1 -1
  556. package/dist/generated/templates/SelectMenuTemplate.lit.js.map +1 -1
  557. package/dist/generated/templates/SelectPopoverTemplate.lit.js +3 -3
  558. package/dist/generated/templates/SelectPopoverTemplate.lit.js.map +1 -1
  559. package/dist/generated/templates/SelectTemplate.lit.js +4 -20
  560. package/dist/generated/templates/SelectTemplate.lit.js.map +1 -1
  561. package/dist/generated/templates/SplitButtonTemplate.lit.js +1 -1
  562. package/dist/generated/templates/SplitButtonTemplate.lit.js.map +1 -1
  563. package/dist/generated/templates/StandardListItemTemplate.lit.js +5 -5
  564. package/dist/generated/templates/StandardListItemTemplate.lit.js.map +1 -1
  565. package/dist/generated/templates/StepInputTemplate.lit.js +3 -3
  566. package/dist/generated/templates/StepInputTemplate.lit.js.map +1 -1
  567. package/dist/generated/templates/SuggestionListItemTemplate.lit.js +5 -5
  568. package/dist/generated/templates/SuggestionListItemTemplate.lit.js.map +1 -1
  569. package/dist/generated/templates/SwitchTemplate.lit.js +1 -1
  570. package/dist/generated/templates/SwitchTemplate.lit.js.map +1 -1
  571. package/dist/generated/templates/TabContainerPopoverTemplate.lit.js +1 -1
  572. package/dist/generated/templates/TabContainerPopoverTemplate.lit.js.map +1 -1
  573. package/dist/generated/templates/TabContainerTemplate.lit.js +3 -4
  574. package/dist/generated/templates/TabContainerTemplate.lit.js.map +1 -1
  575. package/dist/generated/templates/TabInOverflowTemplate.lit.js +1 -1
  576. package/dist/generated/templates/TabInOverflowTemplate.lit.js.map +1 -1
  577. package/dist/generated/templates/TabInStripTemplate.lit.js +2 -2
  578. package/dist/generated/templates/TabInStripTemplate.lit.js.map +1 -1
  579. package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js +1 -1
  580. package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js.map +1 -1
  581. package/dist/generated/templates/TableCellTemplate.lit.d.ts +4 -0
  582. package/dist/generated/templates/TableCellTemplate.lit.js +5 -0
  583. package/dist/generated/templates/TableCellTemplate.lit.js.map +1 -0
  584. package/dist/generated/templates/TableColumnTemplate.lit.d.ts +4 -0
  585. package/dist/generated/templates/TableColumnTemplate.lit.js +5 -0
  586. package/dist/generated/templates/TableColumnTemplate.lit.js.map +1 -0
  587. package/dist/generated/templates/{ListItemGroupTemplate.lit.d.ts → TableGroupRowTemplate.lit.d.ts} +2 -2
  588. package/dist/generated/templates/TableGroupRowTemplate.lit.js +5 -0
  589. package/dist/generated/templates/TableGroupRowTemplate.lit.js.map +1 -0
  590. package/dist/generated/templates/{FormItemTemplate.lit.d.ts → TableRowTemplate.lit.d.ts} +2 -2
  591. package/dist/generated/templates/TableRowTemplate.lit.js +16 -0
  592. package/dist/generated/templates/TableRowTemplate.lit.js.map +1 -0
  593. package/dist/generated/templates/TableTemplate.lit.d.ts +4 -0
  594. package/dist/generated/templates/TableTemplate.lit.js +15 -0
  595. package/dist/generated/templates/TableTemplate.lit.js.map +1 -0
  596. package/dist/generated/templates/TextAreaPopoverTemplate.lit.js +1 -1
  597. package/dist/generated/templates/TextAreaPopoverTemplate.lit.js.map +1 -1
  598. package/dist/generated/templates/TextAreaTemplate.lit.js +2 -6
  599. package/dist/generated/templates/TextAreaTemplate.lit.js.map +1 -1
  600. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js +2 -2
  601. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js.map +1 -1
  602. package/dist/generated/templates/TimePickerTemplate.lit.js +2 -3
  603. package/dist/generated/templates/TimePickerTemplate.lit.js.map +1 -1
  604. package/dist/generated/templates/TimeSelectionClocksTemplate.lit.js +1 -1
  605. package/dist/generated/templates/TimeSelectionClocksTemplate.lit.js.map +1 -1
  606. package/dist/generated/templates/TimeSelectionInputsTemplate.lit.js +1 -1
  607. package/dist/generated/templates/TimeSelectionInputsTemplate.lit.js.map +1 -1
  608. package/dist/generated/templates/TimeSelectionTemplate.lit.d.ts +4 -0
  609. package/dist/generated/templates/TimeSelectionTemplate.lit.js +9 -0
  610. package/dist/generated/templates/TimeSelectionTemplate.lit.js.map +1 -0
  611. package/dist/generated/templates/ToggleButtonTemplate.lit.js +3 -4
  612. package/dist/generated/templates/ToggleButtonTemplate.lit.js.map +1 -1
  613. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js +3 -4
  614. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js.map +1 -1
  615. package/dist/generated/templates/TokenTemplate.lit.js +2 -2
  616. package/dist/generated/templates/TokenTemplate.lit.js.map +1 -1
  617. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js +10 -5
  618. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js.map +1 -1
  619. package/dist/generated/templates/TokenizerTemplate.lit.js +3 -6
  620. package/dist/generated/templates/TokenizerTemplate.lit.js.map +1 -1
  621. package/dist/generated/templates/ToolbarPopoverTemplate.lit.js +1 -1
  622. package/dist/generated/templates/ToolbarPopoverTemplate.lit.js.map +1 -1
  623. package/dist/generated/templates/ToolbarTemplate.lit.js +1 -2
  624. package/dist/generated/templates/ToolbarTemplate.lit.js.map +1 -1
  625. package/dist/generated/templates/TreeItemBaseTemplate.lit.js +3 -3
  626. package/dist/generated/templates/TreeItemBaseTemplate.lit.js.map +1 -1
  627. package/dist/generated/templates/TreeItemCustomTemplate.lit.js +3 -3
  628. package/dist/generated/templates/TreeItemCustomTemplate.lit.js.map +1 -1
  629. package/dist/generated/templates/TreeItemTemplate.lit.js +3 -3
  630. package/dist/generated/templates/TreeItemTemplate.lit.js.map +1 -1
  631. package/dist/generated/templates/TreeTemplate.lit.js +1 -1
  632. package/dist/generated/templates/TreeTemplate.lit.js.map +1 -1
  633. package/dist/generated/templates/WheelSliderTemplate.lit.d.ts +4 -0
  634. package/dist/generated/templates/WheelSliderTemplate.lit.js +8 -0
  635. package/dist/generated/templates/WheelSliderTemplate.lit.js.map +1 -0
  636. package/dist/generated/templates/YearPickerTemplate.lit.js +1 -1
  637. package/dist/generated/templates/YearPickerTemplate.lit.js.map +1 -1
  638. package/dist/generated/themes/Avatar.css.js +1 -1
  639. package/dist/generated/themes/Avatar.css.js.map +1 -1
  640. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  641. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  642. package/dist/generated/themes/Badge.css.js +9 -0
  643. package/dist/generated/themes/Badge.css.js.map +1 -0
  644. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  645. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  646. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  647. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  648. package/dist/generated/themes/Button.css.js +1 -1
  649. package/dist/generated/themes/Button.css.js.map +1 -1
  650. package/dist/generated/themes/Calendar.css.js +1 -1
  651. package/dist/generated/themes/Calendar.css.js.map +1 -1
  652. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  653. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  654. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  655. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  656. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  657. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  658. package/dist/generated/themes/Card.css.js +1 -1
  659. package/dist/generated/themes/Card.css.js.map +1 -1
  660. package/dist/generated/themes/CardHeader.css.js +1 -1
  661. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  662. package/dist/generated/themes/Carousel.css.js +1 -1
  663. package/dist/generated/themes/Carousel.css.js.map +1 -1
  664. package/dist/generated/themes/CheckBox.css.js +1 -1
  665. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  666. package/dist/generated/themes/ColorPalette.css.js +1 -1
  667. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  668. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  669. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  670. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  671. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  672. package/dist/generated/themes/{ColorPaletteDialog.css.js → ColorPaletteStaticArea.css.js} +2 -2
  673. package/dist/generated/themes/ColorPaletteStaticArea.css.js.map +1 -0
  674. package/dist/generated/themes/ColorPicker.css.js +1 -1
  675. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  676. package/dist/generated/themes/ComboBox.css.js +1 -1
  677. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  678. package/dist/generated/themes/CustomListItem.css.js +1 -1
  679. package/dist/generated/themes/CustomListItem.css.js.map +1 -1
  680. package/dist/generated/themes/DatePicker.css.js +1 -1
  681. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  682. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  683. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  684. package/dist/generated/themes/DayPicker.css.js +1 -1
  685. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  686. package/dist/generated/themes/Dialog.css.js +1 -1
  687. package/dist/generated/themes/Dialog.css.js.map +1 -1
  688. package/dist/generated/themes/DropIndicator.css.js +1 -1
  689. package/dist/generated/themes/DropIndicator.css.js.map +1 -1
  690. package/dist/generated/themes/FileUploader.css.js +1 -1
  691. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  692. package/dist/generated/themes/GroupHeaderListItem.css.js +9 -0
  693. package/dist/generated/themes/{ListItemGroupHeader.css.js.map → GroupHeaderListItem.css.js.map} +1 -1
  694. package/dist/generated/themes/GrowingButton.css.js +1 -1
  695. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  696. package/dist/generated/themes/Icon.css.js +1 -1
  697. package/dist/generated/themes/Icon.css.js.map +1 -1
  698. package/dist/generated/themes/Input.css.js +1 -1
  699. package/dist/generated/themes/Input.css.js.map +1 -1
  700. package/dist/generated/themes/InputIcon.css.js +1 -1
  701. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  702. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  703. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  704. package/dist/generated/themes/Label.css.js +1 -1
  705. package/dist/generated/themes/Label.css.js.map +1 -1
  706. package/dist/generated/themes/Link.css.js +1 -1
  707. package/dist/generated/themes/Link.css.js.map +1 -1
  708. package/dist/generated/themes/List.css.js +1 -1
  709. package/dist/generated/themes/List.css.js.map +1 -1
  710. package/dist/generated/themes/ListItem.css.js +1 -1
  711. package/dist/generated/themes/ListItem.css.js.map +1 -1
  712. package/dist/generated/themes/ListItemBase.css.js +1 -1
  713. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  714. package/dist/generated/themes/Menu.css.js +1 -1
  715. package/dist/generated/themes/Menu.css.js.map +1 -1
  716. package/dist/generated/themes/MenuListItem.css.js +1 -1
  717. package/dist/generated/themes/MenuListItem.css.js.map +1 -1
  718. package/dist/generated/themes/MessageStrip.css.js +1 -1
  719. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  720. package/dist/generated/themes/MonthPicker.css.js +1 -1
  721. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  722. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  723. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  724. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  725. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  726. package/dist/generated/themes/MultiInput.css.js +1 -1
  727. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  728. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  729. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  730. package/dist/generated/themes/Panel.css.js +1 -1
  731. package/dist/generated/themes/Panel.css.js.map +1 -1
  732. package/dist/generated/themes/Popover.css.js +1 -1
  733. package/dist/generated/themes/Popover.css.js.map +1 -1
  734. package/dist/generated/themes/Popup.css.js +1 -1
  735. package/dist/generated/themes/Popup.css.js.map +1 -1
  736. package/dist/generated/themes/{PopupBlockLayer.css.js → PopupStaticAreaStyles.css.js} +2 -2
  737. package/dist/generated/themes/PopupStaticAreaStyles.css.js.map +1 -0
  738. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  739. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  740. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  741. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  742. package/dist/generated/themes/RadioButton.css.js +1 -1
  743. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  744. package/dist/generated/themes/RangeSlider.css.js +1 -1
  745. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  746. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  747. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  748. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  749. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  750. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  751. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  752. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  753. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  754. package/dist/generated/themes/Select.css.js +1 -1
  755. package/dist/generated/themes/Select.css.js.map +1 -1
  756. package/dist/generated/themes/SelectMenu.css.js +1 -1
  757. package/dist/generated/themes/SelectMenu.css.js.map +1 -1
  758. package/dist/generated/themes/SelectPopover.css.js +1 -1
  759. package/dist/generated/themes/SelectPopover.css.js.map +1 -1
  760. package/dist/generated/themes/SliderBase.css.js +1 -1
  761. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  762. package/dist/generated/themes/SplitButton.css.js +1 -1
  763. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  764. package/dist/generated/themes/StepInput.css.js +1 -1
  765. package/dist/generated/themes/StepInput.css.js.map +1 -1
  766. package/dist/generated/themes/Switch.css.js +1 -1
  767. package/dist/generated/themes/Switch.css.js.map +1 -1
  768. package/dist/generated/themes/TabContainer.css.js +1 -1
  769. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  770. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  771. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  772. package/dist/generated/themes/TabInStrip.css.js +1 -1
  773. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  774. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  775. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  776. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  777. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  778. package/dist/generated/themes/TabSeparatorInStrip.css.js +1 -1
  779. package/dist/generated/themes/TabSeparatorInStrip.css.js.map +1 -1
  780. package/dist/generated/themes/Table.css.js +9 -0
  781. package/dist/generated/themes/Table.css.js.map +1 -0
  782. package/dist/generated/themes/{ListItemGroup.css.js → TableCell.css.js} +2 -2
  783. package/dist/generated/themes/TableCell.css.js.map +1 -0
  784. package/dist/generated/themes/TableColumn.css.js +9 -0
  785. package/dist/generated/themes/TableColumn.css.js.map +1 -0
  786. package/dist/generated/themes/TableGroupRow.css.js +9 -0
  787. package/dist/generated/themes/TableGroupRow.css.js.map +1 -0
  788. package/dist/generated/themes/TableRow.css.js +9 -0
  789. package/dist/generated/themes/TableRow.css.js.map +1 -0
  790. package/dist/generated/themes/TextArea.css.js +1 -1
  791. package/dist/generated/themes/TextArea.css.js.map +1 -1
  792. package/dist/generated/themes/TimePicker.css.js +1 -1
  793. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  794. package/dist/generated/themes/{Text.css.js → TimeSelection.css.js} +2 -2
  795. package/dist/generated/themes/{ListItemGroup.css.js.map → TimeSelection.css.js.map} +1 -1
  796. package/dist/generated/themes/Title.css.js +1 -1
  797. package/dist/generated/themes/Title.css.js.map +1 -1
  798. package/dist/generated/themes/Toast.css.js +1 -1
  799. package/dist/generated/themes/Toast.css.js.map +1 -1
  800. package/dist/generated/themes/ToggleButton.css.js +1 -1
  801. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  802. package/dist/generated/themes/Token.css.js +1 -1
  803. package/dist/generated/themes/Token.css.js.map +1 -1
  804. package/dist/generated/themes/Tokenizer.css.js +1 -1
  805. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  806. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  807. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  808. package/dist/generated/themes/Toolbar.css.js +1 -1
  809. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  810. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  811. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  812. package/dist/generated/themes/TreeItem.css.js +1 -1
  813. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  814. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  815. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  816. package/dist/generated/themes/WheelSlider.css.js +9 -0
  817. package/dist/generated/themes/WheelSlider.css.js.map +1 -0
  818. package/dist/generated/themes/YearPicker.css.js +1 -1
  819. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  820. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +4 -0
  821. package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -0
  822. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.d.ts +3 -0
  823. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +4 -0
  824. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -0
  825. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.d.ts +3 -0
  826. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +4 -0
  827. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -0
  828. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  829. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  830. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  831. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  832. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  833. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  834. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  835. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  836. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  837. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  838. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  839. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  840. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  841. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  842. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  843. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  844. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  845. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  846. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  847. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  848. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  849. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  850. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  851. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  852. package/dist/popup-utils/OpenedPopupsRegistry.js +1 -1
  853. package/dist/popup-utils/OpenedPopupsRegistry.js.map +1 -1
  854. package/dist/popup-utils/PopoverRegistry.js +3 -3
  855. package/dist/popup-utils/PopoverRegistry.js.map +1 -1
  856. package/dist/styles/Input.css +0 -0
  857. package/dist/styles/Input.module.css +0 -0
  858. package/dist/types/{TagDesign.d.ts → BadgeDesign.d.ts} +3 -3
  859. package/dist/types/{TagDesign.js → BadgeDesign.js} +14 -14
  860. package/dist/types/BadgeDesign.js.map +1 -0
  861. package/dist/types/{BreadcrumbsSeparator.d.ts → BreadcrumbsSeparatorStyle.d.ts} +3 -3
  862. package/dist/types/BreadcrumbsSeparatorStyle.js +39 -0
  863. package/dist/types/BreadcrumbsSeparatorStyle.js.map +1 -0
  864. package/dist/types/BusyIndicatorSize.d.ts +3 -3
  865. package/dist/types/BusyIndicatorSize.js +3 -3
  866. package/dist/types/BusyIndicatorSize.js.map +1 -1
  867. package/dist/types/{CarouselPageIndicatorType.d.ts → CarouselPageIndicatorStyle.d.ts} +3 -3
  868. package/dist/types/{CarouselPageIndicatorType.js → CarouselPageIndicatorStyle.js} +8 -8
  869. package/dist/types/CarouselPageIndicatorStyle.js.map +1 -0
  870. package/dist/types/HasPopup.d.ts +32 -0
  871. package/dist/types/HasPopup.js +34 -0
  872. package/dist/types/HasPopup.js.map +1 -0
  873. package/dist/types/HighlightTypes.d.ts +3 -3
  874. package/dist/types/HighlightTypes.js +3 -3
  875. package/dist/types/HighlightTypes.js.map +1 -1
  876. package/dist/types/InputType.d.ts +1 -7
  877. package/dist/types/InputType.js +0 -6
  878. package/dist/types/InputType.js.map +1 -1
  879. package/dist/types/{ListSelectionMode.d.ts → ListMode.d.ts} +8 -8
  880. package/dist/types/{ListSelectionMode.js → ListMode.js} +13 -13
  881. package/dist/types/ListMode.js.map +1 -0
  882. package/dist/types/MessageStripDesign.d.ts +1 -11
  883. package/dist/types/MessageStripDesign.js +1 -11
  884. package/dist/types/MessageStripDesign.js.map +1 -1
  885. package/dist/types/PopoverHorizontalAlign.d.ts +4 -4
  886. package/dist/types/PopoverHorizontalAlign.js +4 -4
  887. package/dist/types/PopoverHorizontalAlign.js.map +1 -1
  888. package/dist/types/{PopoverPlacement.d.ts → PopoverPlacementType.d.ts} +7 -7
  889. package/dist/types/PopoverPlacementType.js +29 -0
  890. package/dist/types/PopoverPlacementType.js.map +1 -0
  891. package/dist/types/{SegmentedButtonSelectionMode.d.ts → SegmentedButtonMode.d.ts} +5 -5
  892. package/dist/types/SegmentedButtonMode.js +19 -0
  893. package/dist/types/SegmentedButtonMode.js.map +1 -0
  894. package/dist/types/TabContainerBackgroundDesign.d.ts +22 -0
  895. package/dist/types/TabContainerBackgroundDesign.js +24 -0
  896. package/dist/types/TabContainerBackgroundDesign.js.map +1 -0
  897. package/dist/types/TableColumnPopinDisplay.d.ts +17 -0
  898. package/dist/types/TableColumnPopinDisplay.js +19 -0
  899. package/dist/types/TableColumnPopinDisplay.js.map +1 -0
  900. package/dist/types/TableGrowingMode.d.ts +23 -0
  901. package/dist/types/TableGrowingMode.js +25 -0
  902. package/dist/types/TableGrowingMode.js.map +1 -0
  903. package/dist/types/TableMode.d.ts +22 -0
  904. package/dist/types/TableMode.js +24 -0
  905. package/dist/types/TableMode.js.map +1 -0
  906. package/dist/types/TableRowType.d.ts +17 -0
  907. package/dist/types/TableRowType.js +19 -0
  908. package/dist/types/TableRowType.js.map +1 -0
  909. package/dist/types/{OverflowMode.d.ts → TabsOverflowMode.d.ts} +2 -2
  910. package/dist/types/{OverflowMode.js → TabsOverflowMode.js} +7 -7
  911. package/dist/types/TabsOverflowMode.js.map +1 -0
  912. package/dist/vscode.html-custom-data.json +589 -587
  913. package/dist/web-types.json +1019 -1098
  914. package/package-scripts.cjs +1 -0
  915. package/package.json +9 -9
  916. package/src/AvatarGroup.hbs +1 -1
  917. package/src/{Tag.hbs → Badge.hbs} +5 -5
  918. package/src/Breadcrumbs.hbs +3 -5
  919. package/src/BreadcrumbsPopover.hbs +3 -3
  920. package/src/BusyIndicator.hbs +1 -1
  921. package/src/Button.hbs +4 -12
  922. package/src/Calendar.hbs +1 -0
  923. package/src/CardHeader.hbs +3 -3
  924. package/src/CheckBox.hbs +2 -0
  925. package/src/ColorPalette.hbs +3 -5
  926. package/src/ColorPaletteDialog.hbs +0 -2
  927. package/src/ColorPalettePopover.hbs +2 -3
  928. package/src/ColorPicker.hbs +3 -3
  929. package/src/ComboBox.hbs +4 -5
  930. package/src/ComboBoxPopover.hbs +12 -10
  931. package/src/DatePicker.hbs +45 -2
  932. package/src/DatePickerPopover.hbs +6 -8
  933. package/src/DateTimePickerPopover.hbs +1 -1
  934. package/src/FileUploader.hbs +17 -12
  935. package/src/FileUploaderPopover.hbs +3 -3
  936. package/src/Icon.hbs +2 -0
  937. package/src/Input.hbs +12 -12
  938. package/src/InputPopover.hbs +17 -37
  939. package/src/Link.hbs +1 -1
  940. package/src/List.hbs +8 -6
  941. package/src/ListItem.hbs +2 -1
  942. package/src/Menu.hbs +15 -15
  943. package/src/MonthPicker.hbs +1 -1
  944. package/src/MultiComboBox.hbs +6 -7
  945. package/src/MultiComboBoxPopover.hbs +12 -12
  946. package/src/MultiInput.hbs +16 -5
  947. package/src/NavigationMenu.hbs +14 -14
  948. package/src/Popup.hbs +3 -4
  949. package/src/PopupBlockLayer.hbs +4 -1
  950. package/src/ProgressIndicator.hbs +1 -0
  951. package/src/RadioButton.hbs +1 -0
  952. package/src/ResponsivePopover.hbs +6 -13
  953. package/src/SegmentedButtonItem.hbs +15 -5
  954. package/src/Select.hbs +3 -4
  955. package/src/SelectMenu.hbs +7 -7
  956. package/src/SelectPopover.hbs +11 -11
  957. package/src/SplitButton.hbs +18 -16
  958. package/src/StandardListItem.hbs +2 -2
  959. package/src/StepInput.hbs +4 -2
  960. package/src/Switch.hbs +1 -0
  961. package/src/TabContainer.hbs +8 -10
  962. package/src/TabContainerPopover.hbs +3 -4
  963. package/src/TabInOverflow.hbs +1 -1
  964. package/src/TabInStrip.hbs +4 -4
  965. package/src/TabSeparatorInOverflow.hbs +1 -1
  966. package/src/Table.hbs +122 -0
  967. package/src/TableCell.hbs +7 -0
  968. package/src/TableColumn.hbs +7 -0
  969. package/src/TableGroupRow.hbs +11 -0
  970. package/src/TableRow.hbs +85 -0
  971. package/src/TextArea.hbs +2 -2
  972. package/src/TextAreaPopover.hbs +2 -2
  973. package/src/TimePicker.hbs +2 -3
  974. package/src/TimePickerPopover.hbs +11 -10
  975. package/src/TimeSelection.hbs +64 -0
  976. package/src/TimeSelectionClocks.hbs +1 -1
  977. package/src/TimeSelectionInputs.hbs +1 -1
  978. package/src/Token.hbs +1 -3
  979. package/src/Tokenizer.hbs +7 -14
  980. package/src/TokenizerPopover.hbs +40 -27
  981. package/src/Toolbar.hbs +1 -3
  982. package/src/ToolbarPopover.hbs +4 -4
  983. package/src/Tree.hbs +2 -9
  984. package/src/WheelSlider.hbs +49 -0
  985. package/src/YearPicker.hbs +1 -1
  986. package/src/i18n/messagebundle.properties +29 -31
  987. package/src/i18n/messagebundle_ar.properties +7 -9
  988. package/src/i18n/messagebundle_bg.properties +7 -9
  989. package/src/i18n/messagebundle_ca.properties +7 -9
  990. package/src/i18n/messagebundle_cnr.properties +7 -9
  991. package/src/i18n/messagebundle_cs.properties +7 -9
  992. package/src/i18n/messagebundle_cy.properties +7 -9
  993. package/src/i18n/messagebundle_da.properties +7 -9
  994. package/src/i18n/messagebundle_de.properties +7 -9
  995. package/src/i18n/messagebundle_el.properties +7 -9
  996. package/src/i18n/messagebundle_en.properties +7 -9
  997. package/src/i18n/messagebundle_en_GB.properties +7 -9
  998. package/src/i18n/messagebundle_en_US_sappsd.properties +1 -1
  999. package/src/i18n/messagebundle_en_US_saprigi.properties +7 -9
  1000. package/src/i18n/messagebundle_en_US_saptrc.properties +1 -1
  1001. package/src/i18n/messagebundle_es.properties +7 -9
  1002. package/src/i18n/messagebundle_es_MX.properties +7 -9
  1003. package/src/i18n/messagebundle_et.properties +7 -9
  1004. package/src/i18n/messagebundle_fi.properties +7 -9
  1005. package/src/i18n/messagebundle_fr.properties +7 -9
  1006. package/src/i18n/messagebundle_fr_CA.properties +7 -9
  1007. package/src/i18n/messagebundle_hi.properties +7 -9
  1008. package/src/i18n/messagebundle_hr.properties +7 -9
  1009. package/src/i18n/messagebundle_hu.properties +7 -9
  1010. package/src/i18n/messagebundle_id.properties +7 -9
  1011. package/src/i18n/messagebundle_in.properties +1 -1
  1012. package/src/i18n/messagebundle_it.properties +7 -9
  1013. package/src/i18n/messagebundle_iw.properties +7 -9
  1014. package/src/i18n/messagebundle_ja.properties +7 -9
  1015. package/src/i18n/messagebundle_kk.properties +7 -9
  1016. package/src/i18n/messagebundle_ko.properties +7 -9
  1017. package/src/i18n/messagebundle_lt.properties +7 -9
  1018. package/src/i18n/messagebundle_lv.properties +7 -9
  1019. package/src/i18n/messagebundle_mk.properties +7 -9
  1020. package/src/i18n/messagebundle_ms.properties +7 -9
  1021. package/src/i18n/messagebundle_nl.properties +7 -9
  1022. package/src/i18n/messagebundle_no.properties +7 -9
  1023. package/src/i18n/messagebundle_pl.properties +7 -9
  1024. package/src/i18n/messagebundle_pt.properties +7 -9
  1025. package/src/i18n/messagebundle_pt_PT.properties +7 -9
  1026. package/src/i18n/messagebundle_ro.properties +7 -9
  1027. package/src/i18n/messagebundle_ru.properties +7 -9
  1028. package/src/i18n/messagebundle_sh.properties +30 -32
  1029. package/src/i18n/messagebundle_sk.properties +7 -9
  1030. package/src/i18n/messagebundle_sl.properties +7 -9
  1031. package/src/i18n/messagebundle_sr.properties +7 -9
  1032. package/src/i18n/messagebundle_sv.properties +7 -9
  1033. package/src/i18n/messagebundle_th.properties +7 -9
  1034. package/src/i18n/messagebundle_tr.properties +7 -9
  1035. package/src/i18n/messagebundle_uk.properties +7 -9
  1036. package/src/i18n/messagebundle_vi.properties +7 -9
  1037. package/src/i18n/messagebundle_zh_CN.properties +7 -9
  1038. package/src/i18n/messagebundle_zh_TW.properties +7 -9
  1039. package/src/styles/Input.module.css +0 -0
  1040. package/src/themes/Avatar.css +9 -9
  1041. package/src/themes/AvatarGroup.css +3 -18
  1042. package/src/themes/Badge.css +593 -0
  1043. package/src/themes/Breadcrumbs.css +5 -5
  1044. package/src/themes/BusyIndicator.css +21 -18
  1045. package/src/themes/Button.css +22 -31
  1046. package/src/themes/CalendarLegendItem.css +1 -4
  1047. package/src/themes/CardHeader.css +4 -6
  1048. package/src/themes/Carousel.css +1 -2
  1049. package/src/themes/CheckBox.css +26 -23
  1050. package/src/themes/Dialog.css +7 -20
  1051. package/src/themes/DropIndicator.css +0 -16
  1052. package/src/themes/FileUploader.css +3 -3
  1053. package/src/themes/{ListItemGroupHeader.css → GroupHeaderListItem.css} +0 -4
  1054. package/src/themes/Icon.css +2 -3
  1055. package/src/themes/Input.css +56 -56
  1056. package/src/themes/InputIcon.css +13 -6
  1057. package/src/themes/InputSharedStyles.css +19 -18
  1058. package/src/themes/Label.css +4 -7
  1059. package/src/themes/List.css +3 -3
  1060. package/src/themes/ListItem.css +9 -9
  1061. package/src/themes/Menu.css +1 -1
  1062. package/src/themes/MessageStrip.css +2 -155
  1063. package/src/themes/MultiComboBox.css +0 -4
  1064. package/src/themes/NavigationMenu.css +2 -0
  1065. package/src/themes/Popover.css +12 -20
  1066. package/src/themes/Popup.css +2 -5
  1067. package/src/themes/PopupStaticAreaStyles.css +16 -0
  1068. package/src/themes/PopupsCommon.css +4 -6
  1069. package/src/themes/ProgressIndicator.css +22 -24
  1070. package/src/themes/RadioButton.css +25 -22
  1071. package/src/themes/ResponsivePopover.css +3 -3
  1072. package/src/themes/ResponsivePopoverCommon.css +17 -17
  1073. package/src/themes/SegmentedButton.css +2 -2
  1074. package/src/themes/SplitButton.css +7 -12
  1075. package/src/themes/StepInput.css +20 -20
  1076. package/src/themes/TabContainer.css +0 -1
  1077. package/src/themes/TabInOverflow.css +0 -1
  1078. package/src/themes/TabInStrip.css +4 -8
  1079. package/src/themes/TabSeparatorInOverflow.css +2 -2
  1080. package/src/themes/TabSeparatorInStrip.css +2 -2
  1081. package/src/themes/Table.css +106 -0
  1082. package/src/themes/TableCell.css +27 -0
  1083. package/src/themes/TableColumn.css +25 -0
  1084. package/src/themes/TableGroupRow.css +32 -0
  1085. package/src/themes/TableRow.css +130 -0
  1086. package/src/themes/TextArea.css +41 -41
  1087. package/src/themes/TimePicker.css +1 -1
  1088. package/src/themes/TimeSelection.css +27 -0
  1089. package/src/themes/Title.css +3 -10
  1090. package/src/themes/ToggleButton.css +7 -7
  1091. package/src/themes/Token.css +15 -10
  1092. package/src/themes/Tokenizer.css +10 -24
  1093. package/src/themes/TokenizerPopover.css +2 -14
  1094. package/src/themes/TreeItem.css +6 -7
  1095. package/src/themes/WheelSlider.css +203 -0
  1096. package/src/themes/base/Avatar-parameters.css +0 -2
  1097. package/src/themes/base/Badge-parameters.css +160 -0
  1098. package/src/themes/base/BusyIndicator-parameters.css +1 -0
  1099. package/src/themes/base/MessageStrip-parameters.css +0 -25
  1100. package/src/themes/base/ProgressIndicator-parameters.css +1 -3
  1101. package/src/themes/base/RadioButton-parameters.css +1 -0
  1102. package/src/themes/base/Table-parameters.css +10 -0
  1103. package/src/themes/base/TableColumn-parameters.css +3 -0
  1104. package/src/themes/base/TableGroupRow-parameters.css +4 -0
  1105. package/src/themes/base/TableRow-parameters.css +4 -0
  1106. package/src/themes/base/WheelSlider-parameters.css +15 -0
  1107. package/src/themes/base/sizes-parameters.css +31 -20
  1108. package/src/themes/sap_belize/BrowserScrollbar-parameters.css +4 -0
  1109. package/src/themes/sap_belize/BusyIndicator-parameters.css +5 -0
  1110. package/src/themes/sap_belize/Button-parameters.css +9 -0
  1111. package/src/themes/sap_belize/Card-parameters.css +5 -0
  1112. package/src/themes/sap_belize/Carousel-parameters.css +9 -0
  1113. package/src/themes/sap_belize/DayPicker-parameters.css +25 -0
  1114. package/src/themes/sap_belize/Dialog-parameters.css +5 -0
  1115. package/src/themes/sap_belize/Input-parameters.css +22 -0
  1116. package/src/themes/sap_belize/InputIcon-parameters.css +5 -0
  1117. package/src/themes/sap_belize/Panel-parameters.css +14 -0
  1118. package/src/themes/sap_belize/PopupsCommon-parameters.css +8 -0
  1119. package/src/themes/sap_belize/ProgressIndicator-parameters.css +8 -0
  1120. package/src/themes/sap_belize/SliderBase-parameters.css +23 -0
  1121. package/src/themes/sap_belize/SplitButton-parameters.css +6 -0
  1122. package/src/themes/sap_belize/Switch-parameters.css +8 -0
  1123. package/src/themes/sap_belize/TabContainer-parameters.css +10 -0
  1124. package/src/themes/sap_belize/Table-parameters.css +7 -0
  1125. package/src/themes/sap_belize/TableRow-parameters.css +6 -0
  1126. package/src/themes/sap_belize/TextArea-parameters.css +23 -0
  1127. package/src/themes/sap_belize/TimePicker-parameters.css +5 -0
  1128. package/src/themes/sap_belize/ToggleButton-parameters.css +5 -0
  1129. package/src/themes/sap_belize/Token-parameters.css +8 -0
  1130. package/src/themes/sap_belize/Tokenizer-parameters.css +5 -0
  1131. package/src/themes/sap_belize/WheelSlider-parameters.css +17 -0
  1132. package/src/themes/sap_belize/parameters-bundle.css +60 -0
  1133. package/src/themes/sap_belize/sizes-parameters.css +17 -0
  1134. package/src/themes/sap_belize_hcb/Avatar-parameters.css +20 -0
  1135. package/src/themes/sap_belize_hcb/Badge-parameters.css +43 -0
  1136. package/src/themes/sap_belize_hcb/BrowserScrollbar-parameters.css +4 -0
  1137. package/src/themes/sap_belize_hcb/Button-parameters.css +12 -0
  1138. package/src/themes/sap_belize_hcb/CalendarHeader-parameters.css +11 -0
  1139. package/src/themes/sap_belize_hcb/Card-parameters.css +7 -0
  1140. package/src/themes/sap_belize_hcb/Carousel-parameters.css +9 -0
  1141. package/src/themes/sap_belize_hcb/CheckBox-parameters.css +12 -0
  1142. package/src/themes/sap_belize_hcb/DatePicker-parameters.css +6 -0
  1143. package/src/themes/sap_belize_hcb/DayPicker-parameters.css +23 -0
  1144. package/src/themes/sap_belize_hcb/FileUploader-parameters.css +5 -0
  1145. package/src/themes/sap_belize_hcb/GrowingButton-parameters.css +8 -0
  1146. package/src/themes/sap_belize_hcb/Input-parameters.css +37 -0
  1147. package/src/themes/sap_belize_hcb/InputIcon-parameters.css +5 -0
  1148. package/src/themes/sap_belize_hcb/Link-parameters.css +7 -0
  1149. package/src/themes/sap_belize_hcb/MessageStrip-parameters.css +9 -0
  1150. package/src/themes/sap_belize_hcb/MonthPicker-parameters.css +10 -0
  1151. package/src/themes/sap_belize_hcb/Panel-parameters.css +13 -0
  1152. package/src/themes/sap_belize_hcb/PopupsCommon-parameters.css +5 -0
  1153. package/src/themes/sap_belize_hcb/ProgressIndicator-parameters.css +11 -0
  1154. package/src/themes/sap_belize_hcb/RadioButton-parameters.css +14 -0
  1155. package/src/themes/sap_belize_hcb/Select-parameters.css +10 -0
  1156. package/src/themes/sap_belize_hcb/SliderBase-parameters.css +17 -0
  1157. package/src/themes/sap_belize_hcb/SplitButton-parameters.css +13 -0
  1158. package/src/themes/sap_belize_hcb/Switch-parameters.css +16 -0
  1159. package/src/themes/sap_belize_hcb/TabContainer-parameters.css +44 -0
  1160. package/src/themes/sap_belize_hcb/Table-parameters.css +7 -0
  1161. package/src/themes/sap_belize_hcb/TableRow-parameters.css +7 -0
  1162. package/src/themes/sap_belize_hcb/TextArea-parameters.css +39 -0
  1163. package/src/themes/sap_belize_hcb/ToggleButton-parameters.css +7 -0
  1164. package/src/themes/sap_belize_hcb/Token-parameters.css +10 -0
  1165. package/src/themes/sap_belize_hcb/ValueStateMessage-parameters.css +10 -0
  1166. package/src/themes/sap_belize_hcb/WheelSlider-parameters.css +17 -0
  1167. package/src/themes/sap_belize_hcb/YearPicker-parameters.css +10 -0
  1168. package/src/themes/sap_belize_hcb/parameters-bundle.css +58 -0
  1169. package/src/themes/sap_belize_hcb/sizes-parameters.css +15 -0
  1170. package/src/themes/sap_belize_hcw/Avatar-parameters.css +20 -0
  1171. package/src/themes/sap_belize_hcw/Badge-parameters.css +43 -0
  1172. package/src/themes/sap_belize_hcw/BrowserScrollbar-parameters.css +4 -0
  1173. package/src/themes/sap_belize_hcw/Button-parameters.css +12 -0
  1174. package/src/themes/sap_belize_hcw/CalendarHeader-parameters.css +11 -0
  1175. package/src/themes/sap_belize_hcw/Card-parameters.css +7 -0
  1176. package/src/themes/sap_belize_hcw/Carousel-parameters.css +9 -0
  1177. package/src/themes/sap_belize_hcw/CheckBox-parameters.css +12 -0
  1178. package/src/themes/sap_belize_hcw/DatePicker-parameters.css +5 -0
  1179. package/src/themes/sap_belize_hcw/DayPicker-parameters.css +24 -0
  1180. package/src/themes/sap_belize_hcw/FileUploader-parameters.css +5 -0
  1181. package/src/themes/sap_belize_hcw/GrowingButton-parameters.css +8 -0
  1182. package/src/themes/sap_belize_hcw/Input-parameters.css +37 -0
  1183. package/src/themes/sap_belize_hcw/InputIcon-parameters.css +5 -0
  1184. package/src/themes/sap_belize_hcw/Link-parameters.css +7 -0
  1185. package/src/themes/sap_belize_hcw/MessageStrip-parameters.css +9 -0
  1186. package/src/themes/sap_belize_hcw/MonthPicker-parameters.css +10 -0
  1187. package/src/themes/sap_belize_hcw/Panel-parameters.css +13 -0
  1188. package/src/themes/sap_belize_hcw/PopupsCommon-parameters.css +5 -0
  1189. package/src/themes/sap_belize_hcw/ProgressIndicator-parameters.css +11 -0
  1190. package/src/themes/sap_belize_hcw/RadioButton-parameters.css +14 -0
  1191. package/src/themes/sap_belize_hcw/Select-parameters.css +10 -0
  1192. package/src/themes/sap_belize_hcw/SliderBase-parameters.css +17 -0
  1193. package/src/themes/sap_belize_hcw/SplitButton-parameters.css +13 -0
  1194. package/src/themes/sap_belize_hcw/Switch-parameters.css +16 -0
  1195. package/src/themes/sap_belize_hcw/TabContainer-parameters.css +44 -0
  1196. package/src/themes/sap_belize_hcw/Table-parameters.css +7 -0
  1197. package/src/themes/sap_belize_hcw/TableRow-parameters.css +7 -0
  1198. package/src/themes/sap_belize_hcw/TextArea-parameters.css +39 -0
  1199. package/src/themes/sap_belize_hcw/ToggleButton-parameters.css +6 -0
  1200. package/src/themes/sap_belize_hcw/Token-parameters.css +10 -0
  1201. package/src/themes/sap_belize_hcw/ValueStateMessage-parameters.css +10 -0
  1202. package/src/themes/sap_belize_hcw/WheelSlider-parameters.css +17 -0
  1203. package/src/themes/sap_belize_hcw/YearPicker-parameters.css +10 -0
  1204. package/src/themes/sap_belize_hcw/parameters-bundle.css +58 -0
  1205. package/src/themes/sap_belize_hcw/sizes-parameters.css +15 -0
  1206. package/src/themes/sap_fiori_3/WheelSlider-parameters.css +16 -0
  1207. package/src/themes/sap_fiori_3/parameters-bundle.css +11 -9
  1208. package/src/themes/sap_fiori_3_dark/Badge-parameters.css +5 -0
  1209. package/src/themes/sap_fiori_3_dark/WheelSlider-parameters.css +15 -0
  1210. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +11 -9
  1211. package/src/themes/sap_fiori_3_hcb/Badge-parameters.css +46 -0
  1212. package/src/themes/sap_fiori_3_hcb/BusyIndicator-parameters.css +5 -0
  1213. package/src/themes/sap_fiori_3_hcb/MessageStrip-parameters.css +0 -22
  1214. package/src/themes/sap_fiori_3_hcb/Table-parameters.css +5 -0
  1215. package/src/themes/sap_fiori_3_hcb/TableRow-parameters.css +5 -0
  1216. package/src/themes/sap_fiori_3_hcb/WheelSlider-parameters.css +17 -0
  1217. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +9 -7
  1218. package/src/themes/sap_fiori_3_hcw/Badge-parameters.css +46 -0
  1219. package/src/themes/sap_fiori_3_hcw/BusyIndicator-parameters.css +5 -0
  1220. package/src/themes/sap_fiori_3_hcw/MessageStrip-parameters.css +0 -22
  1221. package/src/themes/sap_fiori_3_hcw/Table-parameters.css +5 -0
  1222. package/src/themes/sap_fiori_3_hcw/TableRow-parameters.css +5 -0
  1223. package/src/themes/sap_fiori_3_hcw/WheelSlider-parameters.css +17 -0
  1224. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +9 -6
  1225. package/src/themes/sap_horizon/Badge-parameters.css +46 -0
  1226. package/src/themes/sap_horizon/ProgressIndicatorLayout-parameters.css +2 -8
  1227. package/src/themes/sap_horizon/Table-parameters.css +8 -0
  1228. package/src/themes/sap_horizon/TableGroupRow-parameters.css +7 -0
  1229. package/src/themes/sap_horizon/TableRow-parameters.css +5 -0
  1230. package/src/themes/sap_horizon/WheelSlider-parameters.css +19 -0
  1231. package/src/themes/sap_horizon/parameters-bundle.css +9 -7
  1232. package/src/themes/sap_horizon/rtl-parameters.css +2 -0
  1233. package/src/themes/sap_horizon/sizes-parameters.css +0 -3
  1234. package/src/themes/sap_horizon_dark/Badge-parameters.css +46 -0
  1235. package/src/themes/sap_horizon_dark/CheckBox-parameters.css +0 -1
  1236. package/src/themes/sap_horizon_dark/MessageStrip-parameters.css +0 -5
  1237. package/src/themes/sap_horizon_dark/Table-parameters.css +8 -0
  1238. package/src/themes/sap_horizon_dark/TableGroupRow-parameters.css +7 -0
  1239. package/src/themes/sap_horizon_dark/TableRow-parameters.css +5 -0
  1240. package/src/themes/sap_horizon_dark/WheelSlider-parameters.css +19 -0
  1241. package/src/themes/sap_horizon_dark/parameters-bundle.css +10 -7
  1242. package/src/themes/sap_horizon_dark/sizes-parameters.css +0 -3
  1243. package/src/themes/sap_horizon_dark_exp/Badge-parameters.css +43 -0
  1244. package/src/themes/sap_horizon_dark_exp/Table-parameters.css +7 -0
  1245. package/src/themes/sap_horizon_dark_exp/TableGroupRow-parameters.css +7 -0
  1246. package/src/themes/sap_horizon_dark_exp/TableRow-parameters.css +5 -0
  1247. package/src/themes/sap_horizon_dark_exp/WheelSlider-parameters.css +19 -0
  1248. package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +8 -2
  1249. package/src/themes/sap_horizon_exp/Badge-parameters.css +43 -0
  1250. package/src/themes/sap_horizon_exp/ProgressIndicatorLayout-parameters.css +2 -3
  1251. package/src/themes/sap_horizon_exp/Table-parameters.css +7 -0
  1252. package/src/themes/sap_horizon_exp/TableGroupRow-parameters.css +7 -0
  1253. package/src/themes/sap_horizon_exp/TableRow-parameters.css +5 -0
  1254. package/src/themes/sap_horizon_exp/WheelSlider-parameters.css +19 -0
  1255. package/src/themes/sap_horizon_exp/parameters-bundle.css +8 -2
  1256. package/src/themes/sap_horizon_hcb/Badge-parameters.css +151 -0
  1257. package/src/themes/sap_horizon_hcb/BusyIndicator-parameters.css +1 -0
  1258. package/src/themes/sap_horizon_hcb/CheckBox-parameters.css +0 -1
  1259. package/src/themes/sap_horizon_hcb/MessageStrip-parameters.css +0 -22
  1260. package/src/themes/sap_horizon_hcb/Table-parameters.css +9 -0
  1261. package/src/themes/sap_horizon_hcb/TableGroupRow-parameters.css +7 -0
  1262. package/src/themes/sap_horizon_hcb/TableRow-parameters.css +5 -0
  1263. package/src/themes/sap_horizon_hcb/WheelSlider-parameters.css +17 -0
  1264. package/src/themes/sap_horizon_hcb/parameters-bundle.css +8 -6
  1265. package/src/themes/sap_horizon_hcb_exp/Badge-parameters.css +43 -0
  1266. package/src/themes/sap_horizon_hcb_exp/Table-parameters.css +8 -0
  1267. package/src/themes/sap_horizon_hcb_exp/TableGroupRow-parameters.css +7 -0
  1268. package/src/themes/sap_horizon_hcb_exp/TableRow-parameters.css +5 -0
  1269. package/src/themes/sap_horizon_hcb_exp/WheelSlider-parameters.css +17 -0
  1270. package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +7 -2
  1271. package/src/themes/sap_horizon_hcw/Badge-parameters.css +154 -0
  1272. package/src/themes/sap_horizon_hcw/BusyIndicator-parameters.css +1 -0
  1273. package/src/themes/sap_horizon_hcw/CheckBox-parameters.css +0 -1
  1274. package/src/themes/sap_horizon_hcw/MessageStrip-parameters.css +0 -22
  1275. package/src/themes/sap_horizon_hcw/Table-parameters.css +9 -0
  1276. package/src/themes/sap_horizon_hcw/TableGroupRow-parameters.css +7 -0
  1277. package/src/themes/sap_horizon_hcw/TableRow-parameters.css +5 -0
  1278. package/src/themes/sap_horizon_hcw/WheelSlider-parameters.css +17 -0
  1279. package/src/themes/sap_horizon_hcw/parameters-bundle.css +8 -6
  1280. package/src/themes/sap_horizon_hcw_exp/Badge-parameters.css +43 -0
  1281. package/src/themes/sap_horizon_hcw_exp/Table-parameters.css +8 -0
  1282. package/src/themes/sap_horizon_hcw_exp/TableGroupRow-parameters.css +7 -0
  1283. package/src/themes/sap_horizon_hcw_exp/TableRow-parameters.css +5 -0
  1284. package/src/themes/sap_horizon_hcw_exp/WheelSlider-parameters.css +17 -0
  1285. package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +7 -2
  1286. package/.env.testing +0 -4
  1287. package/dist/Bar.d.ts +0 -73
  1288. package/dist/Bar.js +0 -113
  1289. package/dist/Bar.js.map +0 -1
  1290. package/dist/CalendarDateRange.d.ts +0 -31
  1291. package/dist/CalendarDateRange.js +0 -36
  1292. package/dist/CalendarDateRange.js.map +0 -1
  1293. package/dist/Form.d.ts +0 -197
  1294. package/dist/Form.js +0 -355
  1295. package/dist/Form.js.map +0 -1
  1296. package/dist/FormGroup.d.ts +0 -63
  1297. package/dist/FormGroup.js +0 -86
  1298. package/dist/FormGroup.js.map +0 -1
  1299. package/dist/FormItem.d.ts +0 -62
  1300. package/dist/FormItem.js +0 -76
  1301. package/dist/FormItem.js.map +0 -1
  1302. package/dist/ListItemGroup.d.ts +0 -56
  1303. package/dist/ListItemGroup.js +0 -83
  1304. package/dist/ListItemGroup.js.map +0 -1
  1305. package/dist/ListItemGroupHeader.js.map +0 -1
  1306. package/dist/Tag.js.map +0 -1
  1307. package/dist/Text.d.ts +0 -40
  1308. package/dist/Text.js +0 -64
  1309. package/dist/Text.js.map +0 -1
  1310. package/dist/bundle.common.bootstrap.js +0 -3
  1311. package/dist/bundle.esm.js +0 -286
  1312. package/dist/bundle.scoped.esm.js +0 -8
  1313. package/dist/css/themes/Bar.css +0 -1
  1314. package/dist/css/themes/Form.css +0 -1
  1315. package/dist/css/themes/FormItem.css +0 -1
  1316. package/dist/css/themes/FormLabelSpan.css +0 -1
  1317. package/dist/css/themes/FormLayout.css +0 -1
  1318. package/dist/css/themes/ListItemGroup.css +0 -1
  1319. package/dist/css/themes/ListItemGroupHeader.css +0 -1
  1320. package/dist/css/themes/PopupBlockLayer.css +0 -1
  1321. package/dist/css/themes/SegmentedButtonItem.css +0 -1
  1322. package/dist/css/themes/Tag.css +0 -1
  1323. package/dist/css/themes/Text.css +0 -1
  1324. package/dist/generated/templates/BarTemplate.lit.d.ts +0 -4
  1325. package/dist/generated/templates/BarTemplate.lit.js +0 -5
  1326. package/dist/generated/templates/BarTemplate.lit.js.map +0 -1
  1327. package/dist/generated/templates/DatePickerInputTemplate.lit.d.ts +0 -4
  1328. package/dist/generated/templates/DatePickerInputTemplate.lit.js +0 -7
  1329. package/dist/generated/templates/DatePickerInputTemplate.lit.js.map +0 -1
  1330. package/dist/generated/templates/DateRangePickerTemplate.lit.d.ts +0 -4
  1331. package/dist/generated/templates/DateRangePickerTemplate.lit.js +0 -9
  1332. package/dist/generated/templates/DateRangePickerTemplate.lit.js.map +0 -1
  1333. package/dist/generated/templates/DateTimePickerTemplate.lit.d.ts +0 -4
  1334. package/dist/generated/templates/DateTimePickerTemplate.lit.js +0 -13
  1335. package/dist/generated/templates/DateTimePickerTemplate.lit.js.map +0 -1
  1336. package/dist/generated/templates/FormItemTemplate.lit.js +0 -6
  1337. package/dist/generated/templates/FormItemTemplate.lit.js.map +0 -1
  1338. package/dist/generated/templates/FormTemplate.lit.d.ts +0 -4
  1339. package/dist/generated/templates/FormTemplate.lit.js +0 -12
  1340. package/dist/generated/templates/FormTemplate.lit.js.map +0 -1
  1341. package/dist/generated/templates/ListItemGroupTemplate.lit.js +0 -8
  1342. package/dist/generated/templates/ListItemGroupTemplate.lit.js.map +0 -1
  1343. package/dist/generated/templates/TagTemplate.lit.d.ts +0 -4
  1344. package/dist/generated/templates/TagTemplate.lit.js +0 -11
  1345. package/dist/generated/templates/TagTemplate.lit.js.map +0 -1
  1346. package/dist/generated/themes/Bar.css.js +0 -9
  1347. package/dist/generated/themes/Bar.css.js.map +0 -1
  1348. package/dist/generated/themes/ColorPaletteDialog.css.js.map +0 -1
  1349. package/dist/generated/themes/Form.css.js +0 -9
  1350. package/dist/generated/themes/Form.css.js.map +0 -1
  1351. package/dist/generated/themes/FormItem.css.js +0 -9
  1352. package/dist/generated/themes/FormItem.css.js.map +0 -1
  1353. package/dist/generated/themes/FormLabelSpan.css.js +0 -9
  1354. package/dist/generated/themes/FormLabelSpan.css.js.map +0 -1
  1355. package/dist/generated/themes/FormLayout.css.js +0 -9
  1356. package/dist/generated/themes/FormLayout.css.js.map +0 -1
  1357. package/dist/generated/themes/ListItemGroupHeader.css.js +0 -9
  1358. package/dist/generated/themes/PopupBlockLayer.css.js.map +0 -1
  1359. package/dist/generated/themes/SegmentedButtonItem.css.js +0 -9
  1360. package/dist/generated/themes/SegmentedButtonItem.css.js.map +0 -1
  1361. package/dist/generated/themes/Tag.css.js +0 -9
  1362. package/dist/generated/themes/Tag.css.js.map +0 -1
  1363. package/dist/generated/themes/Text.css.js.map +0 -1
  1364. package/dist/styles/Icon.css +0 -33
  1365. package/dist/styles/Icon.module.css +0 -33
  1366. package/dist/types/BarDesign.d.ts +0 -27
  1367. package/dist/types/BarDesign.js +0 -29
  1368. package/dist/types/BarDesign.js.map +0 -1
  1369. package/dist/types/BreadcrumbsSeparator.js +0 -39
  1370. package/dist/types/BreadcrumbsSeparator.js.map +0 -1
  1371. package/dist/types/CarouselPageIndicatorType.js.map +0 -1
  1372. package/dist/types/FormItemSpacing.d.ts +0 -19
  1373. package/dist/types/FormItemSpacing.js +0 -21
  1374. package/dist/types/FormItemSpacing.js.map +0 -1
  1375. package/dist/types/IconMode.d.ts +0 -28
  1376. package/dist/types/IconMode.js +0 -30
  1377. package/dist/types/IconMode.js.map +0 -1
  1378. package/dist/types/LinkAccessibleRole.d.ts +0 -19
  1379. package/dist/types/LinkAccessibleRole.js +0 -21
  1380. package/dist/types/LinkAccessibleRole.js.map +0 -1
  1381. package/dist/types/ListAccessibleRole.d.ts +0 -28
  1382. package/dist/types/ListAccessibleRole.js +0 -30
  1383. package/dist/types/ListAccessibleRole.js.map +0 -1
  1384. package/dist/types/ListItemAccessibleRole.d.ts +0 -33
  1385. package/dist/types/ListItemAccessibleRole.js +0 -35
  1386. package/dist/types/ListItemAccessibleRole.js.map +0 -1
  1387. package/dist/types/ListSelectionMode.js.map +0 -1
  1388. package/dist/types/OverflowMode.js.map +0 -1
  1389. package/dist/types/PopoverPlacement.js +0 -29
  1390. package/dist/types/PopoverPlacement.js.map +0 -1
  1391. package/dist/types/SegmentedButtonSelectionMode.js +0 -19
  1392. package/dist/types/SegmentedButtonSelectionMode.js.map +0 -1
  1393. package/dist/types/TagDesign.js.map +0 -1
  1394. package/dist/types/TagSize.d.ts +0 -17
  1395. package/dist/types/TagSize.js +0 -19
  1396. package/dist/types/TagSize.js.map +0 -1
  1397. package/src/Bar.hbs +0 -16
  1398. package/src/DatePickerInput.hbs +0 -43
  1399. package/src/DateRangePicker.hbs +0 -23
  1400. package/src/DateTimePicker.hbs +0 -2
  1401. package/src/Form.hbs +0 -35
  1402. package/src/FormItem.hbs +0 -14
  1403. package/src/ListItemGroup.hbs +0 -12
  1404. package/src/styles/Icon.module.css +0 -1
  1405. package/src/themes/Bar.css +0 -75
  1406. package/src/themes/Form.css +0 -50
  1407. package/src/themes/FormItem.css +0 -65
  1408. package/src/themes/FormLabelSpan.css +0 -267
  1409. package/src/themes/FormLayout.css +0 -159
  1410. package/src/themes/ListItemGroup.css +0 -13
  1411. package/src/themes/PopupBlockLayer.css +0 -8
  1412. package/src/themes/SegmentedButtonItem.css +0 -150
  1413. package/src/themes/Tag.css +0 -616
  1414. package/src/themes/Text.css +0 -20
  1415. package/src/themes/base/Bar-parameters.css +0 -8
  1416. package/src/themes/base/Form-parameters.css +0 -20
  1417. package/src/themes/base/SegmentedButtonItem-parameters.css +0 -1
  1418. package/src/themes/base/Tag-parameters.css +0 -170
  1419. package/src/themes/base/Text-parameters.css +0 -3
  1420. package/src/themes/sap_fiori_3/MessageStrip-parameters.css +0 -7
  1421. package/src/themes/sap_fiori_3/SegmentedButtonItem-parameters.css +0 -1
  1422. package/src/themes/sap_fiori_3/sizes-parameters.css +0 -6
  1423. package/src/themes/sap_fiori_3_dark/MessageStrip-parameters.css +0 -9
  1424. package/src/themes/sap_fiori_3_dark/SegmentedButtonItem-parameters.css +0 -1
  1425. package/src/themes/sap_fiori_3_dark/Tag-parameters.css +0 -5
  1426. package/src/themes/sap_fiori_3_dark/sizes-parameters.css +0 -6
  1427. package/src/themes/sap_fiori_3_hcb/Bar-parameters.css +0 -5
  1428. package/src/themes/sap_fiori_3_hcb/SegmentedButtonItem-parameters.css +0 -1
  1429. package/src/themes/sap_fiori_3_hcb/Tag-parameters.css +0 -148
  1430. package/src/themes/sap_fiori_3_hcw/Bar-parameters.css +0 -5
  1431. package/src/themes/sap_fiori_3_hcw/SegmentedButtonItem-parameters.css +0 -1
  1432. package/src/themes/sap_fiori_3_hcw/Tag-parameters.css +0 -148
  1433. package/src/themes/sap_horizon/SegmentedButtonItem-parameters.css +0 -1
  1434. package/src/themes/sap_horizon/Tag-parameters.css +0 -46
  1435. package/src/themes/sap_horizon_dark/SegmentedButtonItem-parameters.css +0 -1
  1436. package/src/themes/sap_horizon_dark/Tag-parameters.css +0 -46
  1437. package/src/themes/sap_horizon_dark_exp/Tag-parameters.css +0 -43
  1438. package/src/themes/sap_horizon_exp/Tag-parameters.css +0 -43
  1439. package/src/themes/sap_horizon_hcb/Bar-parameters.css +0 -5
  1440. package/src/themes/sap_horizon_hcb/SegmentedButtonItem-parameters.css +0 -1
  1441. package/src/themes/sap_horizon_hcb/Tag-parameters.css +0 -151
  1442. package/src/themes/sap_horizon_hcb_exp/Tag-parameters.css +0 -43
  1443. package/src/themes/sap_horizon_hcw/Bar-parameters.css +0 -5
  1444. package/src/themes/sap_horizon_hcw/SegmentedButtonItem-parameters.css +0 -1
  1445. package/src/themes/sap_horizon_hcw/Tag-parameters.css +0 -154
  1446. package/src/themes/sap_horizon_hcw_exp/Tag-parameters.css +0 -43
  1447. /package/dist/css/themes/{ColorPaletteDialog.css → ColorPaletteStaticArea.css} +0 -0
  1448. /package/dist/generated/themes/{Bar.css.d.ts → Badge.css.d.ts} +0 -0
  1449. /package/dist/generated/themes/{ColorPaletteDialog.css.d.ts → ColorPaletteStaticArea.css.d.ts} +0 -0
  1450. /package/dist/generated/themes/{Form.css.d.ts → GroupHeaderListItem.css.d.ts} +0 -0
  1451. /package/dist/generated/themes/{FormItem.css.d.ts → PopupStaticAreaStyles.css.d.ts} +0 -0
  1452. /package/dist/generated/themes/{FormLabelSpan.css.d.ts → Table.css.d.ts} +0 -0
  1453. /package/dist/generated/themes/{FormLayout.css.d.ts → TableCell.css.d.ts} +0 -0
  1454. /package/dist/generated/themes/{ListItemGroup.css.d.ts → TableColumn.css.d.ts} +0 -0
  1455. /package/dist/generated/themes/{ListItemGroupHeader.css.d.ts → TableGroupRow.css.d.ts} +0 -0
  1456. /package/dist/generated/themes/{PopupBlockLayer.css.d.ts → TableRow.css.d.ts} +0 -0
  1457. /package/dist/generated/themes/{SegmentedButtonItem.css.d.ts → TimeSelection.css.d.ts} +0 -0
  1458. /package/dist/generated/themes/{Tag.css.d.ts → WheelSlider.css.d.ts} +0 -0
  1459. /package/dist/generated/themes/{Text.css.d.ts → sap_belize/parameters-bundle.css.d.ts} +0 -0
  1460. /package/src/{ListItemGroupHeader.hbs → GroupHeaderListItem.hbs} +0 -0
  1461. /package/src/themes/{ColorPaletteDialog.css → ColorPaletteStaticArea.css} +0 -0
  1462. /package/src/themes/base/{ListItemGroupHeader-parameters.css → GroupHeaderListItem-parameters.css} +0 -0
  1463. /package/src/themes/base/{PopupBlockLayer-parameters.css → PopupStaticAreaStyles-parameters.css} +0 -0
@@ -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 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 PopoverPlacement from \"./types/PopoverPlacement.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\tplacement: `${PopoverPlacement}`,\n}\n\n/**\n * @class\n *\n * ### Overview\n *\n * The `ui5-popover` 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 * ### Structure\n *\n * The popover has three main areas:\n *\n * - Header (optional)\n * - Content\n * - Footer (optional)\n *\n * **Note:** The `ui5-popover` 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 * `modal` property.\n *\n * ### ES6 Module Import\n *\n * `import \"@ui5/webcomponents/dist/Popover.js\";`\n *\n * **Note: ** We recommend placing popup-like components (`ui5-dialog` and `ui5-popover`)\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 * **Note:** We don't recommend nesting popup-like components (`ui5-dialog`, `ui5-popover`).\n * @constructor\n * @extends Popup\n * @since 1.0.0-rc.6\n * @public\n * @csspart header - Used to style the header of the component\n * @csspart content - Used to style the content of the component\n * @csspart footer - Used to style the footer of the component\n */\n@customElement({\n\ttag: \"ui5-popover\",\n\tstyles: [\n\t\tPopup.styles,\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 *\n\t * **Note:** If `header` slot is provided, the `headerText` is ignored.\n\t * @default \"\"\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 * @default \"End\"\n\t * @public\n\t */\n\t@property({ type: PopoverPlacement, defaultValue: PopoverPlacement.End })\n\tplacement!: `${PopoverPlacement}`;\n\n\t/**\n\t * Determines the horizontal alignment of the component.\n\t * @default \"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 * @default \"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 * @default false\n\t * @public\n\t */\n\t@property({ type: Boolean })\n\tmodal!: boolean;\n\n\t/**\n\t * Determines whether the component arrow is hidden.\n\t * @default 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 * @default false\n\t * @public\n\t */\n\t@property({ type: Boolean })\n\tallowTargetOverlap!: boolean;\n\n\t/**\n\t * Defines whether the content is scrollable.\n\t * @default 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 * @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 * @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 * @private\n\t */\n\t@property({ type: PopoverPlacement, defaultValue: PopoverPlacement.End })\n\tactualPlacement!: `${PopoverPlacement}`;\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 * @public\n\t */\n\t@slot({ type: HTMLElement })\n\theader!: Array<HTMLElement>;\n\n\t/**\n\t * Defines the footer HTML Element.\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\t/**\n\t * Defines the ID or DOM Reference of the element at which the popover is shown.\n\t * When using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\n\t * You can only set the `opener` attribute to a DOM Reference when using JavaScript.\n\t * @public\n\t * @default undefined\n\t * @since 1.2.0\n\t */\n\t@property({ validator: DOMReference })\n\tset opener(value: HTMLElement) {\n\t\tif (this._opener === value) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._opener = value;\n\n\t\tif (value && this.open) {\n\t\t\tthis.openPopup();\n\t\t}\n\t}\n\n\tget opener(): HTMLElement | undefined {\n\t\treturn this._opener;\n\t}\n\n\tasync openPopup() {\n\t\tif (this._opened) {\n\t\t\treturn;\n\t\t}\n\n\t\tlet opener;\n\n\t\tif (this.opener instanceof HTMLElement) {\n\t\t\topener = this.opener;\n\t\t} else if (typeof this.opener === \"string\") {\n\t\t\tconst rootNode = this.getRootNode();\n\t\t\tif (rootNode instanceof Document) {\n\t\t\t\topener = rootNode.getElementById(this.opener);\n\t\t\t}\n\n\t\t\tif (!opener) {\n\t\t\t\topener = document.getElementById(this.opener);\n\t\t\t}\n\t\t}\n\n\t\tif (!opener) {\n\t\t\tconsole.warn(\"Valid opener id is required. It must be defined before opening the popover.\"); // eslint-disable-line\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.isOpenerOutsideViewport(opener.getBoundingClientRect())) {\n\t\t\tthis.fireEvent(\"close\", {}, false, false);\n\t\t\treturn;\n\t\t}\n\n\t\tthis._opener = opener;\n\t\tthis._openerRect = opener.getBoundingClientRect();\n\n\t\tawait super.openPopup();\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 * 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: `${PopoverPlacement}`, openerRect: DOMRect): boolean {\n\t\tconst threshold = 32;\n\t\tconst limits = {\n\t\t\t\"Start\": openerRect.right,\n\t\t\t\"End\": 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 instanceof Popover) {\n\t\t\tconst contentRect = closedPopupParent.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.open) {\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\tsuper._show();\n\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.open) {\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.closePopup();\n\t\t}\n\n\t\tthis._oldPlacement = placement;\n\t\tthis.actualPlacement = placement.placement;\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.actualPlacement === PopoverPlacement.End) {\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.actualPlacement === PopoverPlacement.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\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 top The target top in px.\n\t * @returns 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\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 = Popover.VIEWPORT_MARGIN;\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 placement = this.getActualPlacement(targetRect, popoverSize);\n\n\t\tthis._preventRepositionAndClose = this.shouldCloseDueToNoOpener(targetRect) || this.shouldCloseDueToOverflow(placement, targetRect);\n\n\t\tconst isVertical = placement === PopoverPlacement.Top\n\t\t\t|| placement === PopoverPlacement.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 (placement) {\n\t\tcase PopoverPlacement.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 PopoverPlacement.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 PopoverPlacement.Start:\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 PopoverPlacement.End:\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 < Popover.VIEWPORT_MARGIN) {\n\t\t\t\tleft = Popover.VIEWPORT_MARGIN;\n\t\t\t} else if (left + popoverSize.width > clientWidth - Popover.VIEWPORT_MARGIN) {\n\t\t\t\tleft = clientWidth - Popover.VIEWPORT_MARGIN - popoverSize.width;\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\tplacement,\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 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 borderRadius Value of the border-radius property\n\t * @returns 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.End && left <= targetRect.left) {\n\t\t\tarrowXCentered = true;\n\t\t}\n\n\t\tif (horizontalAlign === PopoverHorizontalAlign.Start && 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 `Left` and `Right` placements.\n\t * @private\n\t */\n\tfallbackPlacement(clientWidth: number, clientHeight: number, targetRect: DOMRect, popoverSize: PopoverSize): PopoverPlacement | undefined {\n\t\tif (targetRect.left > popoverSize.width) {\n\t\t\treturn PopoverPlacement.Start;\n\t\t}\n\n\t\tif (clientWidth - targetRect.right > targetRect.left) {\n\t\t\treturn PopoverPlacement.End;\n\t\t}\n\n\t\tif (clientHeight - targetRect.bottom > popoverSize.height) {\n\t\t\treturn PopoverPlacement.Bottom;\n\t\t}\n\n\t\tif (clientHeight - targetRect.bottom < targetRect.top) {\n\t\t\treturn PopoverPlacement.Top;\n\t\t}\n\t}\n\n\tgetActualPlacement(targetRect: DOMRect, popoverSize: PopoverSize): `${PopoverPlacement}` {\n\t\tconst placement = this.placement;\n\t\tlet actualPlacement = placement;\n\n\t\tconst clientWidth = document.documentElement.clientWidth;\n\t\tconst clientHeight = document.documentElement.clientHeight;\n\n\t\tswitch (placement) {\n\t\tcase PopoverPlacement.Top:\n\t\t\tif (targetRect.top < popoverSize.height\n\t\t\t\t&& targetRect.top < clientHeight - targetRect.bottom) {\n\t\t\t\tactualPlacement = PopoverPlacement.Bottom;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacement.Bottom:\n\t\t\tif (clientHeight - targetRect.bottom < popoverSize.height\n\t\t\t\t&& clientHeight - targetRect.bottom < targetRect.top) {\n\t\t\t\tactualPlacement = PopoverPlacement.Top;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacement.Start:\n\t\t\tif (targetRect.left < popoverSize.width) {\n\t\t\t\tactualPlacement = this.fallbackPlacement(clientWidth, clientHeight, targetRect, popoverSize) || placement;\n\t\t\t}\n\t\t\tbreak;\n\t\tcase PopoverPlacement.End:\n\t\t\tif (clientWidth - targetRect.right < popoverSize.width) {\n\t\t\t\tactualPlacement = this.fallbackPlacement(clientWidth, clientHeight, targetRect, popoverSize) || placement;\n\t\t\t}\n\t\t\tbreak;\n\t\t}\n\n\t\treturn actualPlacement;\n\t}\n\n\tgetVerticalLeft(targetRect: DOMRect, popoverSize: PopoverSize): number {\n\t\tconst horizontalAlign = this._actualHorizontalAlign;\n\t\tlet left = Popover.VIEWPORT_MARGIN;\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.Start:\n\t\t\tleft = targetRect.left;\n\t\t\tbreak;\n\t\tcase PopoverHorizontalAlign.End:\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 _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.Start) {\n\t\t\t\treturn PopoverHorizontalAlign.End;\n\t\t\t}\n\n\t\t\tif (this.horizontalAlign === PopoverHorizontalAlign.End) {\n\t\t\t\treturn PopoverHorizontalAlign.Start;\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 \"opener\" in object;\n};\n\nPopover.define();\n\nexport default Popover;\n\nexport { instanceOfPopover };\n\nexport type {\n\tPopoverBeforeCloseEventDetail,\n};\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 * ### Overview\n *\n * The `ui5-popover` 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 * ### Structure\n *\n * The popover has three main areas:\n *\n * - Header (optional)\n * - Content\n * - Footer (optional)\n *\n * **Note:** The `ui5-popover` 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 * `modal` property.\n *\n * ### ES6 Module Import\n *\n * `import \"@ui5/webcomponents/dist/Popover.js\";`\n *\n * **Note: ** We recommend placing popup-like components (`ui5-dialog` and `ui5-popover`)\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 * **Note:** We don't recommend nesting popup-like components (`ui5-dialog`, `ui5-popover`).\n * @constructor\n * @extends Popup\n * @since 1.0.0-rc.6\n * @public\n * @csspart header - Used to style the header of the component\n * @csspart content - Used to style the content of the component\n * @csspart footer - Used to style the footer of the component\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 *\n\t * **Note:** If `header` slot is provided, the `headerText` is ignored.\n\t * @default \"\"\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 * @default \"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 * @default \"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 * @default \"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 * @default 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 * @default 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 * @default 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 * @default 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 * @default 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 * @default 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 * @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 * @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 * @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 * @public\n\t */\n\t@slot({ type: HTMLElement })\n\theader!: Array<HTMLElement>;\n\n\t/**\n\t * Defines the footer HTML Element.\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 opener the element that the popover is shown at\n\t * @param [preventInitialFocus=false] prevents applying the focus inside the popover\n\t * @public\n\t * @returns Resolved when the popover is open\n\t */\n\tasync showAt(opener: HTMLElement, preventInitialFocus = false): Promise<void> {\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 top The target top in px.\n\t * @returns 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 = Popover.VIEWPORT_MARGIN;\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 < Popover.VIEWPORT_MARGIN) {\n\t\t\t\tleft = Popover.VIEWPORT_MARGIN;\n\t\t\t} else if (left + popoverSize.width > clientWidth - Popover.VIEWPORT_MARGIN) {\n\t\t\t\tleft = clientWidth - Popover.VIEWPORT_MARGIN - popoverSize.width;\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 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 borderRadius Value of the border-radius property\n\t * @returns 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 `Left` and `Right` 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 = Popover.VIEWPORT_MARGIN;\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
@@ -20,7 +20,7 @@ type PopupBeforeCloseEventDetail = {
20
20
  * 1. The Popup class handles modality:
21
21
  * - The "isModal" getter can be overridden by derivatives to provide their own conditions when they are modal or not
22
22
  * - Derivatives may call the "blockPageScrolling" and "unblockPageScrolling" static methods to temporarily remove scrollbars on the html element
23
- * - Derivatives may call the "openPopup" and "closePopup" methods which handle focus, manage the popup registry and for modal popups, manage the blocking layer
23
+ * - Derivatives may call the "open" and "close" methods which handle focus, manage the popup registry and for modal popups, manage the blocking layer
24
24
  *
25
25
  * 2. Provides blocking layer (relevant for modal popups only):
26
26
  * - It is in the static area
@@ -54,6 +54,19 @@ declare abstract class Popup extends UI5Element {
54
54
  * @since 1.0.0-rc.8
55
55
  */
56
56
  preventFocusRestore: boolean;
57
+ /**
58
+ * Indicates if the element is open
59
+ * @public
60
+ * @default false
61
+ * @since 1.2.0
62
+ */
63
+ open: boolean;
64
+ /**
65
+ * Indicates if the element is already open
66
+ * @private
67
+ * @default false
68
+ */
69
+ opened: boolean;
57
70
  /**
58
71
  * Defines the accessible name of the component.
59
72
  * @default undefined
@@ -81,12 +94,10 @@ declare abstract class Popup extends UI5Element {
81
94
  */
82
95
  mediaRange: string;
83
96
  /**
84
- * Indicates whether initial focus should be prevented.
85
- * @public
86
- * @default false
87
- * @since 2.0.0
97
+ * @private
88
98
  */
89
- preventInitialFocus: boolean;
99
+ _disableInitialFocus: boolean;
100
+ _blockLayerHidden: boolean;
90
101
  /**
91
102
  * Indicates if the element is the top modal popup
92
103
  *
@@ -100,33 +111,16 @@ declare abstract class Popup extends UI5Element {
100
111
  * @public
101
112
  */
102
113
  content: Array<HTMLElement>;
103
- /**
104
- * @private
105
- */
106
- onPhone: boolean;
107
- /**
108
- * @private
109
- */
110
- onDesktop: boolean;
111
114
  _resizeHandler: ResizeObserverCallback;
112
115
  _shouldFocusRoot?: boolean;
116
+ _zIndex?: number;
113
117
  _focusedElementBeforeOpen?: HTMLElement | null;
114
- _opened: boolean;
115
- _open: boolean;
116
118
  constructor();
117
119
  onBeforeRendering(): void;
118
120
  onAfterRendering(): void;
119
121
  onEnterDOM(): void;
120
122
  onExitDOM(): void;
121
- /**
122
- * Indicates if the element is open
123
- * @public
124
- * @default false
125
- * @since 1.2.0
126
- */
127
- set open(value: boolean);
128
- get open(): boolean;
129
- openPopup(): Promise<void>;
123
+ get _displayProp(): string;
130
124
  _resize(): void;
131
125
  /**
132
126
  * Prevents the user from interacting with the content under the block layer
@@ -158,8 +152,7 @@ declare abstract class Popup extends UI5Element {
158
152
  */
159
153
  forwardToLast(): Promise<void>;
160
154
  /**
161
- * Use this method to focus the element denoted by "initialFocus", if provided,
162
- * or the first focusable element otherwise.
155
+ * Use this method to focus the element denoted by "initialFocus", if provided, or the first focusable element otherwise.
163
156
  * @protected
164
157
  */
165
158
  applyInitialFocus(): Promise<void>;
@@ -170,7 +163,17 @@ declare abstract class Popup extends UI5Element {
170
163
  * @returns Promise that resolves when the focus is applied
171
164
  */
172
165
  applyFocus(): Promise<void>;
166
+ /**
167
+ * Tells if the component is opened
168
+ * @public
169
+ */
170
+ isOpen(): boolean;
173
171
  isFocusWithin(): boolean;
172
+ /**
173
+ * Shows the block layer (for modal popups only) and sets the correct z-index for the purpose of popup stacking
174
+ * @protected
175
+ */
176
+ _open(preventInitialFocus: boolean): Promise<void>;
174
177
  _updateMediaRange(): void;
175
178
  /**
176
179
  * Adds the popup to the "opened popups registry"
@@ -179,8 +182,9 @@ declare abstract class Popup extends UI5Element {
179
182
  _addOpenedPopup(): void;
180
183
  /**
181
184
  * Closes the popup.
185
+ * @public
182
186
  */
183
- closePopup(escPressed?: boolean, preventRegistryUpdate?: boolean, preventFocusRestore?: boolean): void;
187
+ close(escPressed?: boolean, preventRegistryUpdate?: boolean, preventFocusRestore?: boolean): void;
184
188
  /**
185
189
  * Removes the popup from the "opened popups registry"
186
190
  * @protected
@@ -206,6 +210,11 @@ declare abstract class Popup extends UI5Element {
206
210
  * @protected
207
211
  */
208
212
  abstract get isModal(): boolean;
213
+ /**
214
+ * Implement this getter with relevant logic in order to hide the block layer (f.e. based on a public property)
215
+ * @protected
216
+ */
217
+ abstract get shouldHideBackdrop(): boolean;
209
218
  /**
210
219
  * Return the ID of an element in the shadow DOM that is going to label this popup
211
220
  * @protected
@@ -223,6 +232,9 @@ declare abstract class Popup extends UI5Element {
223
232
  get styles(): {
224
233
  root: {};
225
234
  content: {};
235
+ blockLayer: {
236
+ zIndex: string | number;
237
+ };
226
238
  };
227
239
  get classes(): ClassMap;
228
240
  }
package/dist/Popup.js CHANGED
@@ -12,21 +12,22 @@ 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, isSafari, isDesktop, isPhone, } 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";
19
19
  import { hasStyle, createStyle } from "@ui5/webcomponents-base/dist/ManagedStyles.js";
20
20
  import { isEnter, isTabPrevious } from "@ui5/webcomponents-base/dist/Keys.js";
21
- import { getFocusedElement, isFocusedElementWithinNode } from "@ui5/webcomponents-base/dist/util/PopupUtils.js";
21
+ import { getNextZIndex, getFocusedElement, isFocusedElementWithinNode } from "@ui5/webcomponents-base/dist/util/PopupUtils.js";
22
22
  import ResizeHandler from "@ui5/webcomponents-base/dist/delegate/ResizeHandler.js";
23
23
  import MediaRange from "@ui5/webcomponents-base/dist/MediaRange.js";
24
24
  import PopupTemplate from "./generated/templates/PopupTemplate.lit.js";
25
+ import PopupBlockLayer from "./generated/templates/PopupBlockLayerTemplate.lit.js";
25
26
  import PopupAccessibleRole from "./types/PopupAccessibleRole.js";
26
27
  import { addOpenedPopup, removeOpenedPopup } from "./popup-utils/OpenedPopupsRegistry.js";
27
28
  // Styles
28
29
  import popupStlyes from "./generated/themes/Popup.css.js";
29
- import popupBlockLayerStyles from "./generated/themes/PopupBlockLayer.css.js";
30
+ import popupStaticAreaStyles from "./generated/themes/PopupStaticAreaStyles.css.js";
30
31
  import globalStyles from "./generated/themes/PopupGlobal.css.js";
31
32
  const createBlockingStyle = () => {
32
33
  if (!hasStyle("data-ui5-popup-scroll-blocker")) {
@@ -46,7 +47,7 @@ const pageScrollingBlockers = new Set();
46
47
  * 1. The Popup class handles modality:
47
48
  * - The "isModal" getter can be overridden by derivatives to provide their own conditions when they are modal or not
48
49
  * - Derivatives may call the "blockPageScrolling" and "unblockPageScrolling" static methods to temporarily remove scrollbars on the html element
49
- * - Derivatives may call the "openPopup" and "closePopup" methods which handle focus, manage the popup registry and for modal popups, manage the blocking layer
50
+ * - Derivatives may call the "open" and "close" methods which handle focus, manage the popup registry and for modal popups, manage the blocking layer
50
51
  *
51
52
  * 2. Provides blocking layer (relevant for modal popups only):
52
53
  * - It is in the static area
@@ -69,79 +70,25 @@ let Popup = Popup_1 = class Popup extends UI5Element {
69
70
  constructor() {
70
71
  super();
71
72
  this._resizeHandler = this._resize.bind(this);
72
- this._getRealDomRef = () => {
73
- return this.shadowRoot.querySelector("[root-element]");
74
- };
75
73
  }
76
74
  onBeforeRendering() {
77
- this.onPhone = isPhone();
78
- this.onDesktop = isDesktop();
75
+ this._blockLayerHidden = !this.isOpen() || !this.isTopModalPopup;
79
76
  }
80
77
  onAfterRendering() {
81
- renderFinished().then(() => {
82
- this._updateMediaRange();
83
- });
78
+ this._updateMediaRange();
84
79
  }
85
80
  onEnterDOM() {
86
- this.setAttribute("popover", "manual");
87
81
  ResizeHandler.register(this, this._resizeHandler);
88
- if (isDesktop()) {
89
- this.setAttribute("desktop", "");
90
- }
91
82
  }
92
83
  onExitDOM() {
93
- if (this._opened) {
84
+ if (this.isOpen()) {
94
85
  Popup_1.unblockPageScrolling(this);
95
86
  this._removeOpenedPopup();
96
87
  }
97
88
  ResizeHandler.deregister(this, this._resizeHandler);
98
89
  }
99
- /**
100
- * Indicates if the element is open
101
- * @public
102
- * @default false
103
- * @since 1.2.0
104
- */
105
- set open(value) {
106
- if (this._open === value) {
107
- return;
108
- }
109
- this._open = value;
110
- if (value) {
111
- this.openPopup();
112
- }
113
- else {
114
- this.closePopup();
115
- }
116
- }
117
- get open() {
118
- return this._open;
119
- }
120
- async openPopup() {
121
- if (this._opened) {
122
- return;
123
- }
124
- const prevented = !this.fireEvent("before-open", {}, true, false);
125
- if (prevented || this._opened) {
126
- return;
127
- }
128
- this._opened = true;
129
- if (this.isModal) {
130
- Popup_1.blockPageScrolling(this);
131
- }
132
- this._focusedElementBeforeOpen = getFocusedElement();
133
- this._show();
134
- if (this.getDomRef()) {
135
- this._updateMediaRange();
136
- }
137
- this._addOpenedPopup();
138
- this.open = true;
139
- // initial focus, if focused element is statically created
140
- await this.applyInitialFocus();
141
- await renderFinished();
142
- // initial focus, if focused element is dynamically created
143
- await this.applyInitialFocus();
144
- this.fireEvent("open", {}, false, false);
90
+ get _displayProp() {
91
+ return "block";
145
92
  }
146
93
  _resize() {
147
94
  this._updateMediaRange();
@@ -183,7 +130,7 @@ let Popup = Popup_1 = class Popup extends UI5Element {
183
130
  _onkeydown(e) {
184
131
  const isTabOutAttempt = e.target === this._root && isTabPrevious(e);
185
132
  // if the popup is closed, focus is already moved, so Enter keydown may result in click on the newly focused element
186
- const isEnterOnClosedPopupChild = isEnter(e) && !this.open;
133
+ const isEnterOnClosedPopupChild = isEnter(e) && !this.isOpen();
187
134
  if (isTabOutAttempt || isEnterOnClosedPopupChild) {
188
135
  e.preventDefault();
189
136
  }
@@ -244,14 +191,11 @@ let Popup = Popup_1 = class Popup extends UI5Element {
244
191
  }
245
192
  }
246
193
  /**
247
- * Use this method to focus the element denoted by "initialFocus", if provided,
248
- * or the first focusable element otherwise.
194
+ * Use this method to focus the element denoted by "initialFocus", if provided, or the first focusable element otherwise.
249
195
  * @protected
250
196
  */
251
197
  async applyInitialFocus() {
252
- if (!this.preventInitialFocus) {
253
- await this.applyFocus();
254
- }
198
+ await this.applyFocus();
255
199
  }
256
200
  /**
257
201
  * Focuses the element denoted by `initialFocus`, if provided,
@@ -277,9 +221,47 @@ let Popup = Popup_1 = class Popup extends UI5Element {
277
221
  element.focus();
278
222
  }
279
223
  }
224
+ /**
225
+ * Tells if the component is opened
226
+ * @public
227
+ */
228
+ isOpen() {
229
+ return this.opened;
230
+ }
280
231
  isFocusWithin() {
281
232
  return isFocusedElementWithinNode(this._root);
282
233
  }
234
+ /**
235
+ * Shows the block layer (for modal popups only) and sets the correct z-index for the purpose of popup stacking
236
+ * @protected
237
+ */
238
+ async _open(preventInitialFocus) {
239
+ const prevented = !this.fireEvent("before-open", {}, true, false);
240
+ if (prevented) {
241
+ return;
242
+ }
243
+ if (this.isModal && !this.shouldHideBackdrop) {
244
+ // create static area item ref for block layer
245
+ this.getStaticAreaItemDomRef();
246
+ this._blockLayerHidden = false;
247
+ Popup_1.blockPageScrolling(this);
248
+ }
249
+ this._zIndex = getNextZIndex();
250
+ this.style.zIndex = this._zIndex?.toString() || "";
251
+ this._focusedElementBeforeOpen = getFocusedElement();
252
+ this._show();
253
+ if (this.getDomRef()) {
254
+ this._updateMediaRange();
255
+ }
256
+ this._addOpenedPopup();
257
+ this.opened = true;
258
+ this.open = true;
259
+ await renderFinished();
260
+ if (!this._disableInitialFocus && !preventInitialFocus) {
261
+ await this.applyInitialFocus();
262
+ }
263
+ this.fireEvent("after-open", {}, false, false);
264
+ }
283
265
  _updateMediaRange() {
284
266
  this.mediaRange = MediaRange.getCurrentRange(MediaRange.RANGESETS.RANGE_4STEPS, this.getDomRef().offsetWidth);
285
267
  }
@@ -292,20 +274,22 @@ let Popup = Popup_1 = class Popup extends UI5Element {
292
274
  }
293
275
  /**
294
276
  * Closes the popup.
277
+ * @public
295
278
  */
296
- closePopup(escPressed = false, preventRegistryUpdate = false, preventFocusRestore = false) {
297
- if (!this._opened) {
279
+ close(escPressed = false, preventRegistryUpdate = false, preventFocusRestore = false) {
280
+ if (!this.opened) {
298
281
  return;
299
282
  }
300
283
  const prevented = !this.fireEvent("before-close", { escPressed }, true, false);
301
284
  if (prevented) {
302
285
  return;
303
286
  }
304
- this._opened = false;
305
287
  if (this.isModal) {
288
+ this._blockLayerHidden = true;
306
289
  Popup_1.unblockPageScrolling(this);
307
290
  }
308
291
  this.hide();
292
+ this.opened = false;
309
293
  this.open = false;
310
294
  if (!preventRegistryUpdate) {
311
295
  this._removeOpenedPopup();
@@ -313,7 +297,7 @@ let Popup = Popup_1 = class Popup extends UI5Element {
313
297
  if (!this.preventFocusRestore && !preventFocusRestore) {
314
298
  this.resetFocus();
315
299
  }
316
- this.fireEvent("close", {}, false, false);
300
+ this.fireEvent("after-close", {}, false, false);
317
301
  }
318
302
  /**
319
303
  * Removes the popup from the "opened popups registry"
@@ -338,17 +322,14 @@ let Popup = Popup_1 = class Popup extends UI5Element {
338
322
  * @protected
339
323
  */
340
324
  _show() {
341
- if (this.isConnected) {
342
- this.setAttribute("popover", "manual");
343
- this.showPopover();
344
- }
325
+ this.style.display = this._displayProp;
345
326
  }
346
327
  /**
347
328
  * Sets "none" display to the popup
348
329
  * @protected
349
330
  */
350
331
  hide() {
351
- this.isConnected && this.hidePopover();
332
+ this.style.display = "none";
352
333
  }
353
334
  /**
354
335
  * Ensures ariaLabel is never null or empty string
@@ -373,6 +354,9 @@ let Popup = Popup_1 = class Popup extends UI5Element {
373
354
  return {
374
355
  root: {},
375
356
  content: {},
357
+ blockLayer: {
358
+ "zIndex": this._zIndex ? this._zIndex - 1 : "",
359
+ },
376
360
  };
377
361
  }
378
362
  get classes() {
@@ -393,6 +377,12 @@ __decorate([
393
377
  __decorate([
394
378
  property({ type: Boolean })
395
379
  ], Popup.prototype, "preventFocusRestore", void 0);
380
+ __decorate([
381
+ property({ type: Boolean })
382
+ ], Popup.prototype, "open", void 0);
383
+ __decorate([
384
+ property({ type: Boolean, noAttribute: true })
385
+ ], Popup.prototype, "opened", void 0);
396
386
  __decorate([
397
387
  property({ defaultValue: undefined })
398
388
  ], Popup.prototype, "accessibleName", void 0);
@@ -407,27 +397,23 @@ __decorate([
407
397
  ], Popup.prototype, "mediaRange", void 0);
408
398
  __decorate([
409
399
  property({ type: Boolean })
410
- ], Popup.prototype, "preventInitialFocus", void 0);
400
+ ], Popup.prototype, "_disableInitialFocus", void 0);
401
+ __decorate([
402
+ property({ type: Boolean })
403
+ ], Popup.prototype, "_blockLayerHidden", void 0);
411
404
  __decorate([
412
405
  property({ type: Boolean, noAttribute: true })
413
406
  ], Popup.prototype, "isTopModalPopup", void 0);
414
407
  __decorate([
415
408
  slot({ type: HTMLElement, "default": true })
416
409
  ], Popup.prototype, "content", void 0);
417
- __decorate([
418
- property({ type: Boolean })
419
- ], Popup.prototype, "onPhone", void 0);
420
- __decorate([
421
- property({ type: Boolean })
422
- ], Popup.prototype, "onDesktop", void 0);
423
- __decorate([
424
- property({ type: Boolean })
425
- ], Popup.prototype, "open", null);
426
410
  Popup = Popup_1 = __decorate([
427
411
  customElement({
428
412
  renderer: litRender,
429
- styles: [popupStlyes, popupBlockLayerStyles],
413
+ styles: popupStlyes,
430
414
  template: PopupTemplate,
415
+ staticAreaTemplate: PopupBlockLayer,
416
+ staticAreaStyles: popupStaticAreaStyles,
431
417
  })
432
418
  /**
433
419
  * Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**
@@ -441,7 +427,7 @@ Popup = Popup_1 = __decorate([
441
427
  * @public
442
428
  */
443
429
  ,
444
- event("open")
430
+ event("after-open")
445
431
  /**
446
432
  * Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**
447
433
  * @public
@@ -464,7 +450,7 @@ Popup = Popup_1 = __decorate([
464
450
  * @public
465
451
  */
466
452
  ,
467
- event("close")
453
+ event("after-close")
468
454
  /**
469
455
  * Fired whenever the popup content area is scrolled
470
456
  * @private