@ui5/webcomponents 2.5.0-rc.3 → 2.6.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1680) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/cypress/specs/ColorPicker.cy.ts +1 -1
  3. package/cypress/specs/ExpandableText.cy.ts +389 -0
  4. package/cypress/specs/Input.cy.ts +99 -0
  5. package/cypress/specs/MessageStrip.cy.ts +29 -0
  6. package/cypress/specs/StepInput.cy.ts +34 -0
  7. package/cypress/specs/TableDragAndDrop.cy.ts +233 -0
  8. package/cypress/specs/TableGrowing.cy.ts +0 -78
  9. package/cypress/specs/TableUtils.cy.ts +26 -0
  10. package/cypress/specs/Toast.cy.ts +43 -0
  11. package/cypress/specs/Toolbar.cy.ts +1 -1
  12. package/cypress/specs/base/Events.cy.ts +16 -2
  13. package/dist/.tsbuildinfo +1 -1
  14. package/dist/Avatar.d.ts +5 -8
  15. package/dist/Avatar.js +10 -11
  16. package/dist/Avatar.js.map +1 -1
  17. package/dist/AvatarGroup.d.ts +8 -16
  18. package/dist/AvatarGroup.js +21 -33
  19. package/dist/AvatarGroup.js.map +1 -1
  20. package/dist/AvatarGroupTemplate.d.ts +2 -0
  21. package/dist/AvatarGroupTemplate.js +17 -0
  22. package/dist/AvatarGroupTemplate.js.map +1 -0
  23. package/dist/AvatarTemplate.d.ts +2 -0
  24. package/dist/AvatarTemplate.js +10 -0
  25. package/dist/AvatarTemplate.js.map +1 -0
  26. package/dist/Bar.d.ts +0 -5
  27. package/dist/Bar.js +3 -10
  28. package/dist/Bar.js.map +1 -1
  29. package/dist/BarTemplate.d.ts +2 -0
  30. package/dist/BarTemplate.js +5 -0
  31. package/dist/BarTemplate.js.map +1 -0
  32. package/dist/Breadcrumbs.d.ts +5 -1
  33. package/dist/Breadcrumbs.js +11 -5
  34. package/dist/Breadcrumbs.js.map +1 -1
  35. package/dist/BreadcrumbsPopoverTemplate.d.ts +2 -0
  36. package/dist/BreadcrumbsPopoverTemplate.js +9 -0
  37. package/dist/BreadcrumbsPopoverTemplate.js.map +1 -0
  38. package/dist/BreadcrumbsTemplate.d.ts +2 -0
  39. package/dist/BreadcrumbsTemplate.js +12 -0
  40. package/dist/BreadcrumbsTemplate.js.map +1 -0
  41. package/dist/BusyIndicator.d.ts +0 -5
  42. package/dist/BusyIndicator.js +3 -10
  43. package/dist/BusyIndicator.js.map +1 -1
  44. package/dist/BusyIndicatorTemplate.d.ts +2 -0
  45. package/dist/BusyIndicatorTemplate.js +9 -0
  46. package/dist/BusyIndicatorTemplate.js.map +1 -0
  47. package/dist/Button.d.ts +6 -10
  48. package/dist/Button.js +18 -35
  49. package/dist/Button.js.map +1 -1
  50. package/dist/ButtonTemplate.d.ts +8 -0
  51. package/dist/ButtonTemplate.js +9 -0
  52. package/dist/ButtonTemplate.js.map +1 -0
  53. package/dist/Calendar.js +1 -1
  54. package/dist/Calendar.js.map +1 -1
  55. package/dist/CalendarDateRange.js +3 -0
  56. package/dist/CalendarDateRange.js.map +1 -1
  57. package/dist/CalendarHeaderTemplate.d.ts +2 -0
  58. package/dist/CalendarHeaderTemplate.js +16 -0
  59. package/dist/CalendarHeaderTemplate.js.map +1 -0
  60. package/dist/CalendarLegend.d.ts +6 -3
  61. package/dist/CalendarLegend.js +22 -13
  62. package/dist/CalendarLegend.js.map +1 -1
  63. package/dist/CalendarLegendItem.js +3 -3
  64. package/dist/CalendarLegendItem.js.map +1 -1
  65. package/dist/CalendarLegendItemTemplate.d.ts +2 -0
  66. package/dist/CalendarLegendItemTemplate.js +7 -0
  67. package/dist/CalendarLegendItemTemplate.js.map +1 -0
  68. package/dist/CalendarLegendTemplate.d.ts +2 -0
  69. package/dist/CalendarLegendTemplate.js +6 -0
  70. package/dist/CalendarLegendTemplate.js.map +1 -0
  71. package/dist/CalendarTemplate.d.ts +2 -0
  72. package/dist/CalendarTemplate.js +9 -0
  73. package/dist/CalendarTemplate.js.map +1 -0
  74. package/dist/Card.d.ts +0 -7
  75. package/dist/Card.js +3 -12
  76. package/dist/Card.js.map +1 -1
  77. package/dist/CardHeader.d.ts +1 -9
  78. package/dist/CardHeader.js +5 -15
  79. package/dist/CardHeader.js.map +1 -1
  80. package/dist/CardHeaderTemplate.d.ts +2 -0
  81. package/dist/CardHeaderTemplate.js +16 -0
  82. package/dist/CardHeaderTemplate.js.map +1 -0
  83. package/dist/CardTemplate.d.ts +2 -0
  84. package/dist/CardTemplate.js +11 -0
  85. package/dist/CardTemplate.js.map +1 -0
  86. package/dist/Carousel.d.ts +12 -25
  87. package/dist/Carousel.js +7 -27
  88. package/dist/Carousel.js.map +1 -1
  89. package/dist/CarouselTemplate.d.ts +2 -0
  90. package/dist/CarouselTemplate.js +36 -0
  91. package/dist/CarouselTemplate.js.map +1 -0
  92. package/dist/CheckBox.d.ts +3 -7
  93. package/dist/CheckBox.js +9 -17
  94. package/dist/CheckBox.js.map +1 -1
  95. package/dist/CheckBoxTemplate.d.ts +2 -0
  96. package/dist/CheckBoxTemplate.js +30 -0
  97. package/dist/CheckBoxTemplate.js.map +1 -0
  98. package/dist/ColorPalette.d.ts +3 -3
  99. package/dist/ColorPalette.js +4 -3
  100. package/dist/ColorPalette.js.map +1 -1
  101. package/dist/ColorPaletteDialogTemplate.d.ts +2 -0
  102. package/dist/ColorPaletteDialogTemplate.js +9 -0
  103. package/dist/ColorPaletteDialogTemplate.js.map +1 -0
  104. package/dist/ColorPaletteItem.js +5 -3
  105. package/dist/ColorPaletteItem.js.map +1 -1
  106. package/dist/ColorPaletteItemTemplate.d.ts +2 -0
  107. package/dist/ColorPaletteItemTemplate.js +7 -0
  108. package/dist/ColorPaletteItemTemplate.js.map +1 -0
  109. package/dist/ColorPalettePopover.d.ts +1 -1
  110. package/dist/ColorPalettePopover.js +3 -3
  111. package/dist/ColorPalettePopover.js.map +1 -1
  112. package/dist/ColorPalettePopoverTemplate.d.ts +2 -0
  113. package/dist/ColorPalettePopoverTemplate.js +9 -0
  114. package/dist/ColorPalettePopoverTemplate.js.map +1 -0
  115. package/dist/ColorPaletteTemplate.d.ts +2 -0
  116. package/dist/ColorPaletteTemplate.js +15 -0
  117. package/dist/ColorPaletteTemplate.js.map +1 -0
  118. package/dist/ColorPicker.d.ts +8 -8
  119. package/dist/ColorPicker.js +28 -26
  120. package/dist/ColorPicker.js.map +1 -1
  121. package/dist/ColorPickerTemplate.d.ts +2 -0
  122. package/dist/ColorPickerTemplate.js +13 -0
  123. package/dist/ColorPickerTemplate.js.map +1 -0
  124. package/dist/ComboBox.js +3 -3
  125. package/dist/ComboBox.js.map +1 -1
  126. package/dist/ComboBoxItem.d.ts +1 -0
  127. package/dist/ComboBoxItem.js +1 -1
  128. package/dist/ComboBoxItem.js.map +1 -1
  129. package/dist/ComboBoxItemGroup.d.ts +1 -0
  130. package/dist/ComboBoxItemGroup.js +1 -1
  131. package/dist/ComboBoxItemGroup.js.map +1 -1
  132. package/dist/ComboBoxItemGroupTemplate.d.ts +2 -0
  133. package/dist/ComboBoxItemGroupTemplate.js +9 -0
  134. package/dist/ComboBoxItemGroupTemplate.js.map +1 -0
  135. package/dist/ComboBoxItemTemplate.d.ts +2 -0
  136. package/dist/ComboBoxItemTemplate.js +9 -0
  137. package/dist/ComboBoxItemTemplate.js.map +1 -0
  138. package/dist/ComboBoxPopoverTemplate.d.ts +2 -0
  139. package/dist/ComboBoxPopoverTemplate.js +26 -0
  140. package/dist/ComboBoxPopoverTemplate.js.map +1 -0
  141. package/dist/ComboBoxTemplate.d.ts +2 -0
  142. package/dist/ComboBoxTemplate.js +16 -0
  143. package/dist/ComboBoxTemplate.js.map +1 -0
  144. package/dist/DateComponentBase.js +2 -2
  145. package/dist/DateComponentBase.js.map +1 -1
  146. package/dist/DatePicker.d.ts +8 -12
  147. package/dist/DatePicker.js +3 -5
  148. package/dist/DatePicker.js.map +1 -1
  149. package/dist/DatePickerInputTemplate.d.ts +2 -0
  150. package/dist/DatePickerInputTemplate.js +14 -0
  151. package/dist/DatePickerInputTemplate.js.map +1 -0
  152. package/dist/DatePickerPopoverTemplate.d.ts +8 -0
  153. package/dist/DatePickerPopoverTemplate.js +20 -0
  154. package/dist/DatePickerPopoverTemplate.js.map +1 -0
  155. package/dist/DatePickerTemplate.d.ts +2 -0
  156. package/dist/DatePickerTemplate.js +9 -0
  157. package/dist/DatePickerTemplate.js.map +1 -0
  158. package/dist/DateRangePicker.d.ts +2 -1
  159. package/dist/DateRangePicker.js +1 -1
  160. package/dist/DateRangePicker.js.map +1 -1
  161. package/dist/DateRangePickerTemplate.d.ts +2 -0
  162. package/dist/DateRangePickerTemplate.js +15 -0
  163. package/dist/DateRangePickerTemplate.js.map +1 -0
  164. package/dist/DateTimePicker.d.ts +2 -1
  165. package/dist/DateTimePicker.js +7 -4
  166. package/dist/DateTimePicker.js.map +1 -1
  167. package/dist/DateTimePickerTemplate.d.ts +2 -0
  168. package/dist/DateTimePickerTemplate.js +40 -0
  169. package/dist/DateTimePickerTemplate.js.map +1 -0
  170. package/dist/DayPicker.d.ts +4 -10
  171. package/dist/DayPicker.js +4 -12
  172. package/dist/DayPicker.js.map +1 -1
  173. package/dist/DayPickerTemplate.d.ts +2 -0
  174. package/dist/DayPickerTemplate.js +23 -0
  175. package/dist/DayPickerTemplate.js.map +1 -0
  176. package/dist/Dialog.d.ts +3 -6
  177. package/dist/Dialog.js +5 -5
  178. package/dist/Dialog.js.map +1 -1
  179. package/dist/DialogTemplate.d.ts +2 -0
  180. package/dist/DialogTemplate.js +29 -0
  181. package/dist/DialogTemplate.js.map +1 -0
  182. package/dist/DropIndicator.d.ts +0 -6
  183. package/dist/DropIndicator.js +3 -11
  184. package/dist/DropIndicator.js.map +1 -1
  185. package/dist/DropIndicatorTemplate.d.ts +2 -0
  186. package/dist/DropIndicatorTemplate.js +9 -0
  187. package/dist/DropIndicatorTemplate.js.map +1 -0
  188. package/dist/ExpandableText.d.ts +77 -0
  189. package/dist/ExpandableText.js +177 -0
  190. package/dist/ExpandableText.js.map +1 -0
  191. package/dist/ExpandableTextTemplate.d.ts +2 -0
  192. package/dist/ExpandableTextTemplate.js +10 -0
  193. package/dist/ExpandableTextTemplate.js.map +1 -0
  194. package/dist/FileUploader.d.ts +0 -14
  195. package/dist/FileUploader.js +3 -21
  196. package/dist/FileUploader.js.map +1 -1
  197. package/dist/FileUploaderPopoverTemplate.d.ts +2 -0
  198. package/dist/FileUploaderPopoverTemplate.js +23 -0
  199. package/dist/FileUploaderPopoverTemplate.js.map +1 -0
  200. package/dist/FileUploaderTemplate.d.ts +2 -0
  201. package/dist/FileUploaderTemplate.js +8 -0
  202. package/dist/FileUploaderTemplate.js.map +1 -0
  203. package/dist/Form.d.ts +2 -3
  204. package/dist/Form.js +8 -4
  205. package/dist/Form.js.map +1 -1
  206. package/dist/FormItem.js +3 -3
  207. package/dist/FormItem.js.map +1 -1
  208. package/dist/FormItemTemplate.d.ts +2 -0
  209. package/dist/FormItemTemplate.js +5 -0
  210. package/dist/FormItemTemplate.js.map +1 -0
  211. package/dist/FormTemplate.d.ts +2 -0
  212. package/dist/FormTemplate.js +29 -0
  213. package/dist/FormTemplate.js.map +1 -0
  214. package/dist/Icon.d.ts +2 -2
  215. package/dist/Icon.js +5 -5
  216. package/dist/Icon.js.map +1 -1
  217. package/dist/IconTemplate.d.ts +2 -0
  218. package/dist/IconTemplate.js +7 -0
  219. package/dist/IconTemplate.js.map +1 -0
  220. package/dist/Input.d.ts +29 -31
  221. package/dist/Input.js +37 -27
  222. package/dist/Input.js.map +1 -1
  223. package/dist/InputPopoverTemplate.d.ts +2 -0
  224. package/dist/InputPopoverTemplate.js +42 -0
  225. package/dist/InputPopoverTemplate.js.map +1 -0
  226. package/dist/InputTemplate.d.ts +7 -0
  227. package/dist/InputTemplate.js +17 -0
  228. package/dist/InputTemplate.js.map +1 -0
  229. package/dist/Label.js +4 -4
  230. package/dist/Label.js.map +1 -1
  231. package/dist/LabelTemplate.d.ts +2 -0
  232. package/dist/LabelTemplate.js +5 -0
  233. package/dist/LabelTemplate.js.map +1 -0
  234. package/dist/Link.d.ts +4 -4
  235. package/dist/Link.js +7 -6
  236. package/dist/Link.js.map +1 -1
  237. package/dist/LinkTemplate.d.ts +2 -0
  238. package/dist/LinkTemplate.js +9 -0
  239. package/dist/LinkTemplate.js.map +1 -0
  240. package/dist/List.d.ts +2 -12
  241. package/dist/List.js +22 -54
  242. package/dist/List.js.map +1 -1
  243. package/dist/ListItem.d.ts +8 -9
  244. package/dist/ListItem.js +10 -12
  245. package/dist/ListItem.js.map +1 -1
  246. package/dist/ListItemBase.d.ts +4 -4
  247. package/dist/ListItemBase.js +9 -9
  248. package/dist/ListItemBase.js.map +1 -1
  249. package/dist/ListItemBaseTemplate.d.ts +8 -0
  250. package/dist/ListItemBaseTemplate.js +9 -0
  251. package/dist/ListItemBaseTemplate.js.map +1 -0
  252. package/dist/ListItemCustom.js +3 -1
  253. package/dist/ListItemCustom.js.map +1 -1
  254. package/dist/ListItemCustomTemplate.d.ts +3 -0
  255. package/dist/ListItemCustomTemplate.js +13 -0
  256. package/dist/ListItemCustomTemplate.js.map +1 -0
  257. package/dist/ListItemGroup.js +3 -3
  258. package/dist/ListItemGroup.js.map +1 -1
  259. package/dist/ListItemGroupHeader.d.ts +1 -0
  260. package/dist/ListItemGroupHeader.js +1 -1
  261. package/dist/ListItemGroupHeader.js.map +1 -1
  262. package/dist/ListItemGroupHeaderTemplate.d.ts +2 -0
  263. package/dist/ListItemGroupHeaderTemplate.js +8 -0
  264. package/dist/ListItemGroupHeaderTemplate.js.map +1 -0
  265. package/dist/ListItemGroupTemplate.d.ts +4 -0
  266. package/dist/ListItemGroupTemplate.js +12 -0
  267. package/dist/ListItemGroupTemplate.js.map +1 -0
  268. package/dist/ListItemStandard.js +3 -1
  269. package/dist/ListItemStandard.js.map +1 -1
  270. package/dist/ListItemStandardTemplate.d.ts +3 -0
  271. package/dist/ListItemStandardTemplate.js +32 -0
  272. package/dist/ListItemStandardTemplate.js.map +1 -0
  273. package/dist/ListItemTemplate.d.ts +11 -0
  274. package/dist/ListItemTemplate.js +37 -0
  275. package/dist/ListItemTemplate.js.map +1 -0
  276. package/dist/ListTemplate.d.ts +2 -0
  277. package/dist/ListTemplate.js +19 -0
  278. package/dist/ListTemplate.js.map +1 -0
  279. package/dist/Menu.d.ts +2 -2
  280. package/dist/Menu.js +4 -3
  281. package/dist/Menu.js.map +1 -1
  282. package/dist/MenuItem.d.ts +4 -5
  283. package/dist/MenuItem.js +5 -3
  284. package/dist/MenuItem.js.map +1 -1
  285. package/dist/MenuItemTemplate.d.ts +7 -0
  286. package/dist/MenuItemTemplate.js +43 -0
  287. package/dist/MenuItemTemplate.js.map +1 -0
  288. package/dist/MenuSeparator.d.ts +1 -0
  289. package/dist/MenuSeparator.js +3 -3
  290. package/dist/MenuSeparator.js.map +1 -1
  291. package/dist/MenuSeparatorTemplate.d.ts +2 -0
  292. package/dist/MenuSeparatorTemplate.js +6 -0
  293. package/dist/MenuSeparatorTemplate.js.map +1 -0
  294. package/dist/MenuTemplate.d.ts +2 -0
  295. package/dist/MenuTemplate.js +13 -0
  296. package/dist/MenuTemplate.js.map +1 -0
  297. package/dist/MessageStrip.d.ts +3 -9
  298. package/dist/MessageStrip.js +18 -35
  299. package/dist/MessageStrip.js.map +1 -1
  300. package/dist/MessageStripTemplate.d.ts +2 -0
  301. package/dist/MessageStripTemplate.js +37 -0
  302. package/dist/MessageStripTemplate.js.map +1 -0
  303. package/dist/MonthPicker.d.ts +4 -4
  304. package/dist/MonthPicker.js +10 -10
  305. package/dist/MonthPicker.js.map +1 -1
  306. package/dist/MonthPickerTemplate.d.ts +2 -0
  307. package/dist/MonthPickerTemplate.js +6 -0
  308. package/dist/MonthPickerTemplate.js.map +1 -0
  309. package/dist/MultiComboBox.js +1 -3
  310. package/dist/MultiComboBox.js.map +1 -1
  311. package/dist/MultiComboBoxItem.d.ts +1 -1
  312. package/dist/MultiComboBoxItem.js +4 -5
  313. package/dist/MultiComboBoxItem.js.map +1 -1
  314. package/dist/MultiComboBoxItemGroup.d.ts +1 -0
  315. package/dist/MultiComboBoxItemGroup.js +1 -1
  316. package/dist/MultiComboBoxItemGroup.js.map +1 -1
  317. package/dist/MultiComboBoxItemGroupTemplate.d.ts +2 -0
  318. package/dist/MultiComboBoxItemGroupTemplate.js +9 -0
  319. package/dist/MultiComboBoxItemGroupTemplate.js.map +1 -0
  320. package/dist/MultiComboBoxItemTemplate.d.ts +2 -0
  321. package/dist/MultiComboBoxItemTemplate.js +10 -0
  322. package/dist/MultiComboBoxItemTemplate.js.map +1 -0
  323. package/dist/MultiInput.d.ts +12 -14
  324. package/dist/MultiInput.js +6 -9
  325. package/dist/MultiInput.js.map +1 -1
  326. package/dist/MultiInputTemplate.d.ts +2 -0
  327. package/dist/MultiInputTemplate.js +18 -0
  328. package/dist/MultiInputTemplate.js.map +1 -0
  329. package/dist/NavigationMenu.js +4 -4
  330. package/dist/NavigationMenu.js.map +1 -1
  331. package/dist/NavigationMenuItem.d.ts +2 -2
  332. package/dist/NavigationMenuItem.js +3 -1
  333. package/dist/NavigationMenuItem.js.map +1 -1
  334. package/dist/NavigationMenuItemTemplate.d.ts +3 -0
  335. package/dist/NavigationMenuItemTemplate.js +44 -0
  336. package/dist/NavigationMenuItemTemplate.js.map +1 -0
  337. package/dist/NavigationMenuTemplate.d.ts +2 -0
  338. package/dist/NavigationMenuTemplate.js +15 -0
  339. package/dist/NavigationMenuTemplate.js.map +1 -0
  340. package/dist/Option.d.ts +1 -0
  341. package/dist/Option.js +1 -1
  342. package/dist/Option.js.map +1 -1
  343. package/dist/OptionCustom.d.ts +1 -0
  344. package/dist/OptionCustom.js +1 -1
  345. package/dist/OptionCustom.js.map +1 -1
  346. package/dist/OptionCustomTemplate.d.ts +2 -0
  347. package/dist/OptionCustomTemplate.js +9 -0
  348. package/dist/OptionCustomTemplate.js.map +1 -0
  349. package/dist/OptionTemplate.d.ts +2 -0
  350. package/dist/OptionTemplate.js +12 -0
  351. package/dist/OptionTemplate.js.map +1 -0
  352. package/dist/Panel.d.ts +6 -20
  353. package/dist/Panel.js +7 -25
  354. package/dist/Panel.js.map +1 -1
  355. package/dist/PanelTemplate.d.ts +2 -0
  356. package/dist/PanelTemplate.js +29 -0
  357. package/dist/PanelTemplate.js.map +1 -0
  358. package/dist/Popover.d.ts +2 -6
  359. package/dist/Popover.js +8 -16
  360. package/dist/Popover.js.map +1 -1
  361. package/dist/PopoverTemplate.d.ts +2 -0
  362. package/dist/PopoverTemplate.js +21 -0
  363. package/dist/PopoverTemplate.js.map +1 -0
  364. package/dist/Popup.d.ts +6 -6
  365. package/dist/Popup.js +5 -4
  366. package/dist/Popup.js.map +1 -1
  367. package/dist/PopupBlockLayerTemplate.d.ts +2 -0
  368. package/dist/PopupBlockLayerTemplate.js +5 -0
  369. package/dist/PopupBlockLayerTemplate.js.map +1 -0
  370. package/dist/PopupTemplate.d.ts +8 -0
  371. package/dist/PopupTemplate.js +8 -0
  372. package/dist/PopupTemplate.js.map +1 -0
  373. package/dist/ProgressIndicator.d.ts +0 -14
  374. package/dist/ProgressIndicator.js +3 -30
  375. package/dist/ProgressIndicator.js.map +1 -1
  376. package/dist/ProgressIndicatorTemplate.d.ts +2 -0
  377. package/dist/ProgressIndicatorTemplate.js +28 -0
  378. package/dist/ProgressIndicatorTemplate.js.map +1 -0
  379. package/dist/RadioButton.d.ts +3 -8
  380. package/dist/RadioButton.js +7 -14
  381. package/dist/RadioButton.js.map +1 -1
  382. package/dist/RadioButtonGroup.js +3 -3
  383. package/dist/RadioButtonGroup.js.map +1 -1
  384. package/dist/RadioButtonTemplate.d.ts +2 -0
  385. package/dist/RadioButtonTemplate.js +12 -0
  386. package/dist/RadioButtonTemplate.js.map +1 -0
  387. package/dist/RangeSlider.js +1 -1
  388. package/dist/RangeSlider.js.map +1 -1
  389. package/dist/RangeSliderTemplate.d.ts +5 -0
  390. package/dist/RangeSliderTemplate.js +30 -0
  391. package/dist/RangeSliderTemplate.js.map +1 -0
  392. package/dist/RatingIndicator.d.ts +2 -4
  393. package/dist/RatingIndicator.js +7 -9
  394. package/dist/RatingIndicator.js.map +1 -1
  395. package/dist/RatingIndicatorTemplate.d.ts +2 -0
  396. package/dist/RatingIndicatorTemplate.js +26 -0
  397. package/dist/RatingIndicatorTemplate.js.map +1 -0
  398. package/dist/ResponsivePopover.d.ts +2 -4
  399. package/dist/ResponsivePopover.js +4 -2
  400. package/dist/ResponsivePopover.js.map +1 -1
  401. package/dist/ResponsivePopoverTemplate.d.ts +2 -0
  402. package/dist/ResponsivePopoverTemplate.js +18 -0
  403. package/dist/ResponsivePopoverTemplate.js.map +1 -0
  404. package/dist/SegmentedButton.js +3 -3
  405. package/dist/SegmentedButton.js.map +1 -1
  406. package/dist/SegmentedButtonItem.js +3 -3
  407. package/dist/SegmentedButtonItem.js.map +1 -1
  408. package/dist/SegmentedButtonItemTemplate.d.ts +2 -0
  409. package/dist/SegmentedButtonItemTemplate.js +7 -0
  410. package/dist/SegmentedButtonItemTemplate.js.map +1 -0
  411. package/dist/SegmentedButtonTemplate.d.ts +2 -0
  412. package/dist/SegmentedButtonTemplate.js +5 -0
  413. package/dist/SegmentedButtonTemplate.js.map +1 -0
  414. package/dist/Select.d.ts +1 -1
  415. package/dist/Slider.d.ts +2 -1
  416. package/dist/Slider.js +1 -1
  417. package/dist/Slider.js.map +1 -1
  418. package/dist/SliderBase.d.ts +4 -7
  419. package/dist/SliderBase.js +3 -11
  420. package/dist/SliderBase.js.map +1 -1
  421. package/dist/SliderBaseTemplate.d.ts +10 -0
  422. package/dist/SliderBaseTemplate.js +20 -0
  423. package/dist/SliderBaseTemplate.js.map +1 -0
  424. package/dist/SliderTemplate.d.ts +4 -0
  425. package/dist/SliderTemplate.js +22 -0
  426. package/dist/SliderTemplate.js.map +1 -0
  427. package/dist/SplitButton.d.ts +3 -8
  428. package/dist/SplitButton.js +23 -29
  429. package/dist/SplitButton.js.map +1 -1
  430. package/dist/SplitButtonTemplate.d.ts +2 -0
  431. package/dist/SplitButtonTemplate.js +7 -0
  432. package/dist/SplitButtonTemplate.js.map +1 -0
  433. package/dist/StepInput.d.ts +6 -8
  434. package/dist/StepInput.js +23 -13
  435. package/dist/StepInput.js.map +1 -1
  436. package/dist/StepInputTemplate.d.ts +2 -0
  437. package/dist/StepInputTemplate.js +18 -0
  438. package/dist/StepInputTemplate.js.map +1 -0
  439. package/dist/SuggestionItem.d.ts +2 -0
  440. package/dist/SuggestionItem.js +4 -1
  441. package/dist/SuggestionItem.js.map +1 -1
  442. package/dist/SuggestionItemCustom.d.ts +2 -0
  443. package/dist/SuggestionItemCustom.js +4 -1
  444. package/dist/SuggestionItemCustom.js.map +1 -1
  445. package/dist/SuggestionItemCustomTemplate.d.ts +2 -0
  446. package/dist/SuggestionItemCustomTemplate.js +9 -0
  447. package/dist/SuggestionItemCustomTemplate.js.map +1 -0
  448. package/dist/SuggestionItemGroupTemplate.d.ts +2 -0
  449. package/dist/SuggestionItemGroupTemplate.js +5 -0
  450. package/dist/SuggestionItemGroupTemplate.js.map +1 -0
  451. package/dist/SuggestionItemTemplate.d.ts +2 -0
  452. package/dist/SuggestionItemTemplate.js +10 -0
  453. package/dist/SuggestionItemTemplate.js.map +1 -0
  454. package/dist/SuggestionListItem.js +3 -1
  455. package/dist/SuggestionListItem.js.map +1 -1
  456. package/dist/SuggestionListItemTemplate.d.ts +3 -0
  457. package/dist/SuggestionListItemTemplate.js +13 -0
  458. package/dist/SuggestionListItemTemplate.js.map +1 -0
  459. package/dist/Switch.d.ts +2 -4
  460. package/dist/Switch.js +4 -18
  461. package/dist/Switch.js.map +1 -1
  462. package/dist/SwitchTemplate.d.ts +2 -0
  463. package/dist/SwitchTemplate.js +23 -0
  464. package/dist/SwitchTemplate.js.map +1 -0
  465. package/dist/Tab.d.ts +9 -4
  466. package/dist/Tab.js +15 -5
  467. package/dist/Tab.js.map +1 -1
  468. package/dist/TabContainer.d.ts +3 -3
  469. package/dist/TabContainer.js +12 -37
  470. package/dist/TabContainer.js.map +1 -1
  471. package/dist/TabContainerPopoverTemplate.d.ts +2 -0
  472. package/dist/TabContainerPopoverTemplate.js +8 -0
  473. package/dist/TabContainerPopoverTemplate.js.map +1 -0
  474. package/dist/TabContainerTemplate.d.ts +7 -0
  475. package/dist/TabContainerTemplate.js +33 -0
  476. package/dist/TabContainerTemplate.js.map +1 -0
  477. package/dist/TabInOverflowTemplate.d.ts +2 -0
  478. package/dist/TabInOverflowTemplate.js +7 -0
  479. package/dist/TabInOverflowTemplate.js.map +1 -0
  480. package/dist/TabInStripTemplate.d.ts +2 -0
  481. package/dist/TabInStripTemplate.js +17 -0
  482. package/dist/TabInStripTemplate.js.map +1 -0
  483. package/dist/TabSeparator.d.ts +5 -7
  484. package/dist/TabSeparator.js +9 -11
  485. package/dist/TabSeparator.js.map +1 -1
  486. package/dist/TabSeparatorInOverflowTemplate.d.ts +2 -0
  487. package/dist/TabSeparatorInOverflowTemplate.js +8 -0
  488. package/dist/TabSeparatorInOverflowTemplate.js.map +1 -0
  489. package/dist/TabSeparatorInStripTemplate.d.ts +2 -0
  490. package/dist/TabSeparatorInStripTemplate.js +5 -0
  491. package/dist/TabSeparatorInStripTemplate.js.map +1 -0
  492. package/dist/TabTemplate.d.ts +2 -0
  493. package/dist/TabTemplate.js +5 -0
  494. package/dist/TabTemplate.js.map +1 -0
  495. package/dist/Table.d.ts +8 -1
  496. package/dist/Table.js +48 -3
  497. package/dist/Table.js.map +1 -1
  498. package/dist/TableCellBase.d.ts +0 -1
  499. package/dist/TableCellBase.js.map +1 -1
  500. package/dist/TableDragAndDrop.d.ts +10 -0
  501. package/dist/TableDragAndDrop.js +43 -0
  502. package/dist/TableDragAndDrop.js.map +1 -0
  503. package/dist/TableGrowing.d.ts +0 -8
  504. package/dist/TableGrowing.js +0 -16
  505. package/dist/TableGrowing.js.map +1 -1
  506. package/dist/TableHeaderCell.d.ts +4 -2
  507. package/dist/TableHeaderCell.js +4 -2
  508. package/dist/TableHeaderCell.js.map +1 -1
  509. package/dist/TableRow.d.ts +7 -0
  510. package/dist/TableRow.js +16 -0
  511. package/dist/TableRow.js.map +1 -1
  512. package/dist/TableUtils.js +1 -1
  513. package/dist/TableUtils.js.map +1 -1
  514. package/dist/Tag.d.ts +1 -1
  515. package/dist/Tag.js +3 -3
  516. package/dist/Tag.js.map +1 -1
  517. package/dist/TagTemplate.d.ts +2 -0
  518. package/dist/TagTemplate.js +14 -0
  519. package/dist/TagTemplate.js.map +1 -0
  520. package/dist/Text.js +4 -4
  521. package/dist/Text.js.map +1 -1
  522. package/dist/TextArea.d.ts +1 -14
  523. package/dist/TextArea.js +5 -28
  524. package/dist/TextArea.js.map +1 -1
  525. package/dist/TextAreaPopoverTemplate.d.ts +2 -0
  526. package/dist/TextAreaPopoverTemplate.js +28 -0
  527. package/dist/TextAreaPopoverTemplate.js.map +1 -0
  528. package/dist/TextAreaTemplate.d.ts +2 -0
  529. package/dist/TextAreaTemplate.js +12 -0
  530. package/dist/TextAreaTemplate.js.map +1 -0
  531. package/dist/TextTemplate.d.ts +2 -0
  532. package/dist/TextTemplate.js +8 -0
  533. package/dist/TextTemplate.js.map +1 -0
  534. package/dist/TimePicker.d.ts +2 -8
  535. package/dist/TimePicker.js +7 -9
  536. package/dist/TimePicker.js.map +1 -1
  537. package/dist/TimePickerClock.d.ts +3 -1
  538. package/dist/TimePickerClock.js +18 -3
  539. package/dist/TimePickerClock.js.map +1 -1
  540. package/dist/TimePickerClockTemplate.d.ts +2 -0
  541. package/dist/TimePickerClockTemplate.js +13 -0
  542. package/dist/TimePickerClockTemplate.js.map +1 -0
  543. package/dist/TimePickerInternals.d.ts +2 -2
  544. package/dist/TimePickerInternals.js +2 -2
  545. package/dist/TimePickerInternals.js.map +1 -1
  546. package/dist/TimePickerPopoverTemplate.d.ts +2 -0
  547. package/dist/TimePickerPopoverTemplate.js +11 -0
  548. package/dist/TimePickerPopoverTemplate.js.map +1 -0
  549. package/dist/TimePickerTemplate.d.ts +2 -0
  550. package/dist/TimePickerTemplate.js +14 -0
  551. package/dist/TimePickerTemplate.js.map +1 -0
  552. package/dist/TimeSelectionClocks.js +1 -1
  553. package/dist/TimeSelectionClocks.js.map +1 -1
  554. package/dist/TimeSelectionClocksTemplate.d.ts +2 -0
  555. package/dist/TimeSelectionClocksTemplate.js +10 -0
  556. package/dist/TimeSelectionClocksTemplate.js.map +1 -0
  557. package/dist/TimeSelectionInputs.js +1 -1
  558. package/dist/TimeSelectionInputs.js.map +1 -1
  559. package/dist/TimeSelectionInputsTemplate.d.ts +2 -0
  560. package/dist/TimeSelectionInputsTemplate.js +9 -0
  561. package/dist/TimeSelectionInputsTemplate.js.map +1 -0
  562. package/dist/Title.js +3 -3
  563. package/dist/Title.js.map +1 -1
  564. package/dist/TitleTemplate.d.ts +2 -0
  565. package/dist/TitleTemplate.js +26 -0
  566. package/dist/TitleTemplate.js.map +1 -0
  567. package/dist/Toast.d.ts +2 -1
  568. package/dist/Toast.js +13 -4
  569. package/dist/Toast.js.map +1 -1
  570. package/dist/ToastTemplate.d.ts +2 -0
  571. package/dist/ToastTemplate.js +5 -0
  572. package/dist/ToastTemplate.js.map +1 -0
  573. package/dist/ToggleButton.js +1 -1
  574. package/dist/ToggleButton.js.map +1 -1
  575. package/dist/ToggleButtonTemplate.d.ts +2 -0
  576. package/dist/ToggleButtonTemplate.js +6 -0
  577. package/dist/ToggleButtonTemplate.js.map +1 -0
  578. package/dist/ToggleSpinButton.d.ts +2 -1
  579. package/dist/ToggleSpinButton.js +3 -3
  580. package/dist/ToggleSpinButton.js.map +1 -1
  581. package/dist/ToggleSpinButtonTemplate.d.ts +2 -0
  582. package/dist/ToggleSpinButtonTemplate.js +12 -0
  583. package/dist/ToggleSpinButtonTemplate.js.map +1 -0
  584. package/dist/Token.d.ts +0 -2
  585. package/dist/Token.js +8 -5
  586. package/dist/Token.js.map +1 -1
  587. package/dist/TokenTemplate.d.ts +2 -0
  588. package/dist/TokenTemplate.js +11 -0
  589. package/dist/TokenTemplate.js.map +1 -0
  590. package/dist/Tokenizer.d.ts +3 -2
  591. package/dist/Tokenizer.js +8 -5
  592. package/dist/Tokenizer.js.map +1 -1
  593. package/dist/TokenizerPopoverTemplate.d.ts +2 -0
  594. package/dist/TokenizerPopoverTemplate.js +14 -0
  595. package/dist/TokenizerPopoverTemplate.js.map +1 -0
  596. package/dist/TokenizerTemplate.d.ts +2 -0
  597. package/dist/TokenizerTemplate.js +8 -0
  598. package/dist/TokenizerTemplate.js.map +1 -0
  599. package/dist/Toolbar.d.ts +22 -31
  600. package/dist/Toolbar.js +11 -25
  601. package/dist/Toolbar.js.map +1 -1
  602. package/dist/ToolbarButton.d.ts +2 -2
  603. package/dist/ToolbarButton.js +2 -2
  604. package/dist/ToolbarButton.js.map +1 -1
  605. package/dist/ToolbarButtonTemplate.d.ts +2 -0
  606. package/dist/ToolbarButtonTemplate.js +9 -0
  607. package/dist/ToolbarButtonTemplate.js.map +1 -0
  608. package/dist/ToolbarItem.d.ts +3 -0
  609. package/dist/ToolbarItem.js.map +1 -1
  610. package/dist/ToolbarPopoverButtonTemplate.d.ts +2 -0
  611. package/dist/ToolbarPopoverButtonTemplate.js +6 -0
  612. package/dist/ToolbarPopoverButtonTemplate.js.map +1 -0
  613. package/dist/ToolbarPopoverSelectTemplate.d.ts +2 -0
  614. package/dist/ToolbarPopoverSelectTemplate.js +7 -0
  615. package/dist/ToolbarPopoverSelectTemplate.js.map +1 -0
  616. package/dist/ToolbarPopoverSeparatorTemplate.d.ts +2 -0
  617. package/dist/ToolbarPopoverSeparatorTemplate.js +5 -0
  618. package/dist/ToolbarPopoverSeparatorTemplate.js.map +1 -0
  619. package/dist/ToolbarPopoverTemplate.d.ts +2 -0
  620. package/dist/ToolbarPopoverTemplate.js +9 -0
  621. package/dist/ToolbarPopoverTemplate.js.map +1 -0
  622. package/dist/ToolbarSelect.d.ts +2 -2
  623. package/dist/ToolbarSelect.js +2 -2
  624. package/dist/ToolbarSelect.js.map +1 -1
  625. package/dist/ToolbarSelectTemplate.d.ts +2 -0
  626. package/dist/ToolbarSelectTemplate.js +7 -0
  627. package/dist/ToolbarSelectTemplate.js.map +1 -0
  628. package/dist/ToolbarSeparator.d.ts +2 -2
  629. package/dist/ToolbarSeparator.js +2 -2
  630. package/dist/ToolbarSeparator.js.map +1 -1
  631. package/dist/ToolbarSeparatorTemplate.d.ts +2 -0
  632. package/dist/ToolbarSeparatorTemplate.js +5 -0
  633. package/dist/ToolbarSeparatorTemplate.js.map +1 -0
  634. package/dist/ToolbarSpacer.d.ts +1 -1
  635. package/dist/ToolbarSpacer.js +1 -1
  636. package/dist/ToolbarSpacer.js.map +1 -1
  637. package/dist/ToolbarSpacerTemplate.d.ts +2 -0
  638. package/dist/ToolbarSpacerTemplate.js +5 -0
  639. package/dist/ToolbarSpacerTemplate.js.map +1 -0
  640. package/dist/ToolbarTemplate.d.ts +2 -0
  641. package/dist/ToolbarTemplate.js +15 -0
  642. package/dist/ToolbarTemplate.js.map +1 -0
  643. package/dist/Tree.js +13 -39
  644. package/dist/Tree.js.map +1 -1
  645. package/dist/TreeItem.js +3 -1
  646. package/dist/TreeItem.js.map +1 -1
  647. package/dist/TreeItemBase.d.ts +2 -2
  648. package/dist/TreeItemBase.js +3 -1
  649. package/dist/TreeItemBase.js.map +1 -1
  650. package/dist/TreeItemBaseTemplate.d.ts +3 -0
  651. package/dist/TreeItemBaseTemplate.js +32 -0
  652. package/dist/TreeItemBaseTemplate.js.map +1 -0
  653. package/dist/TreeItemCustom.js +3 -1
  654. package/dist/TreeItemCustom.js.map +1 -1
  655. package/dist/TreeItemCustomTemplate.d.ts +3 -0
  656. package/dist/TreeItemCustomTemplate.js +13 -0
  657. package/dist/TreeItemCustomTemplate.js.map +1 -0
  658. package/dist/TreeItemTemplate.d.ts +3 -0
  659. package/dist/TreeItemTemplate.js +15 -0
  660. package/dist/TreeItemTemplate.js.map +1 -0
  661. package/dist/TreeTemplate.d.ts +2 -0
  662. package/dist/TreeTemplate.js +7 -0
  663. package/dist/TreeTemplate.js.map +1 -0
  664. package/dist/YearPicker.d.ts +4 -4
  665. package/dist/YearPicker.js +10 -10
  666. package/dist/YearPicker.js.map +1 -1
  667. package/dist/YearPickerTemplate.d.ts +2 -0
  668. package/dist/YearPickerTemplate.js +6 -0
  669. package/dist/YearPickerTemplate.js.map +1 -0
  670. package/dist/bundle.esm.js +1 -0
  671. package/dist/bundle.esm.js.map +1 -1
  672. package/dist/css/themes/Avatar.css +1 -1
  673. package/dist/css/themes/AvatarGroup.css +1 -1
  674. package/dist/css/themes/Bar.css +1 -1
  675. package/dist/css/themes/Breadcrumbs.css +1 -1
  676. package/dist/css/themes/BusyIndicator.css +1 -1
  677. package/dist/css/themes/Button.css +1 -1
  678. package/dist/css/themes/Calendar.css +1 -1
  679. package/dist/css/themes/CalendarHeader.css +1 -1
  680. package/dist/css/themes/CalendarLegend.css +1 -1
  681. package/dist/css/themes/CalendarLegendItem.css +1 -1
  682. package/dist/css/themes/Card.css +1 -1
  683. package/dist/css/themes/CardHeader.css +1 -1
  684. package/dist/css/themes/Carousel.css +1 -1
  685. package/dist/css/themes/CheckBox.css +1 -1
  686. package/dist/css/themes/ColorPalette.css +1 -1
  687. package/dist/css/themes/ColorPaletteItem.css +1 -1
  688. package/dist/css/themes/ColorPalettePopover.css +1 -1
  689. package/dist/css/themes/ColorPicker.css +1 -1
  690. package/dist/css/themes/ComboBox.css +1 -1
  691. package/dist/css/themes/ComboBoxItem.css +1 -1
  692. package/dist/css/themes/DatePicker.css +1 -1
  693. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  694. package/dist/css/themes/DayPicker.css +1 -1
  695. package/dist/css/themes/Dialog.css +1 -1
  696. package/dist/css/themes/ExpandableText.css +1 -0
  697. package/dist/css/themes/FileUploader.css +1 -1
  698. package/dist/css/themes/Form.css +1 -1
  699. package/dist/css/themes/FormItem.css +1 -1
  700. package/dist/css/themes/FormItemSpan.css +1 -1
  701. package/dist/css/themes/GrowingButton.css +1 -1
  702. package/dist/css/themes/Icon.css +1 -1
  703. package/dist/css/themes/Input.css +1 -1
  704. package/dist/css/themes/InputIcon.css +1 -1
  705. package/dist/css/themes/InputSharedStyles.css +1 -1
  706. package/dist/css/themes/Label.css +1 -1
  707. package/dist/css/themes/Link.css +1 -1
  708. package/dist/css/themes/List.css +1 -1
  709. package/dist/css/themes/ListItem.css +1 -1
  710. package/dist/css/themes/ListItemBase.css +1 -1
  711. package/dist/css/themes/ListItemCustom.css +1 -1
  712. package/dist/css/themes/ListItemGroup.css +1 -1
  713. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  714. package/dist/css/themes/ListItemIcon.css +1 -1
  715. package/dist/css/themes/Menu.css +1 -1
  716. package/dist/css/themes/MenuItem.css +1 -1
  717. package/dist/css/themes/MessageStrip.css +1 -1
  718. package/dist/css/themes/MonthPicker.css +1 -1
  719. package/dist/css/themes/MultiComboBox.css +1 -1
  720. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  721. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  722. package/dist/css/themes/MultiInput.css +1 -1
  723. package/dist/css/themes/NavigationMenu.css +1 -1
  724. package/dist/css/themes/NavigationMenuItem.css +1 -1
  725. package/dist/css/themes/OptionBase.css +1 -1
  726. package/dist/css/themes/Panel.css +1 -1
  727. package/dist/css/themes/Popover.css +1 -1
  728. package/dist/css/themes/PopupsCommon.css +1 -1
  729. package/dist/css/themes/ProgressIndicator.css +1 -1
  730. package/dist/css/themes/RadioButton.css +1 -1
  731. package/dist/css/themes/RangeSlider.css +1 -1
  732. package/dist/css/themes/RatingIndicator.css +1 -1
  733. package/dist/css/themes/ResponsivePopover.css +1 -1
  734. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  735. package/dist/css/themes/SegmentedButton.css +1 -1
  736. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  737. package/dist/css/themes/Select.css +1 -1
  738. package/dist/css/themes/SliderBase.css +1 -1
  739. package/dist/css/themes/SplitButton.css +1 -1
  740. package/dist/css/themes/StepInput.css +1 -1
  741. package/dist/css/themes/SuggestionItem.css +1 -1
  742. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  743. package/dist/css/themes/Switch.css +1 -1
  744. package/dist/css/themes/TabContainer.css +1 -1
  745. package/dist/css/themes/TabInOverflow.css +1 -1
  746. package/dist/css/themes/TabInStrip.css +1 -1
  747. package/dist/css/themes/TabSemanticIcon.css +1 -1
  748. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  749. package/dist/css/themes/Table.css +1 -1
  750. package/dist/css/themes/TableCellBase.css +1 -1
  751. package/dist/css/themes/TableHeaderRow.css +1 -1
  752. package/dist/css/themes/TableRow.css +1 -1
  753. package/dist/css/themes/TableRowBase.css +1 -1
  754. package/dist/css/themes/Tag.css +1 -1
  755. package/dist/css/themes/Text.css +1 -1
  756. package/dist/css/themes/TextArea.css +1 -1
  757. package/dist/css/themes/TimePicker.css +1 -1
  758. package/dist/css/themes/TimePickerClock.css +1 -1
  759. package/dist/css/themes/TimeSelectionClocks.css +1 -1
  760. package/dist/css/themes/TimeSelectionInputs.css +1 -1
  761. package/dist/css/themes/Toast.css +1 -1
  762. package/dist/css/themes/ToggleButton.css +1 -1
  763. package/dist/css/themes/Token.css +1 -1
  764. package/dist/css/themes/Tokenizer.css +1 -1
  765. package/dist/css/themes/TokenizerPopover.css +1 -1
  766. package/dist/css/themes/Toolbar.css +1 -1
  767. package/dist/css/themes/ToolbarPopover.css +1 -1
  768. package/dist/css/themes/TreeItem.css +1 -1
  769. package/dist/css/themes/ValueStateMessage.css +1 -1
  770. package/dist/css/themes/YearPicker.css +1 -1
  771. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  772. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  773. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  774. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  775. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  776. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  777. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  778. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  779. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  780. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  781. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  782. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  783. package/dist/custom-elements-internal.json +431 -191
  784. package/dist/custom-elements.json +325 -152
  785. package/dist/features/InputSuggestions.d.ts +1 -1
  786. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  787. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  788. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  789. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  790. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  791. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  792. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  793. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  794. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  795. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  796. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  797. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  798. package/dist/generated/i18n/i18n-defaults.d.ts +13 -2
  799. package/dist/generated/i18n/i18n-defaults.js +13 -2
  800. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  801. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.d.ts +2 -3
  802. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +3 -1
  803. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
  804. package/dist/generated/templates/MultiComboBoxTemplate.lit.d.ts +2 -3
  805. package/dist/generated/templates/MultiComboBoxTemplate.lit.js +3 -1
  806. package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
  807. package/dist/generated/templates/SelectPopoverTemplate.lit.d.ts +2 -3
  808. package/dist/generated/templates/SelectPopoverTemplate.lit.js +3 -1
  809. package/dist/generated/templates/SelectPopoverTemplate.lit.js.map +1 -1
  810. package/dist/generated/templates/SelectTemplate.lit.d.ts +2 -3
  811. package/dist/generated/templates/SelectTemplate.lit.js +3 -1
  812. package/dist/generated/templates/SelectTemplate.lit.js.map +1 -1
  813. package/dist/generated/templates/TableCellTemplate.lit.d.ts +2 -3
  814. package/dist/generated/templates/TableCellTemplate.lit.js +3 -1
  815. package/dist/generated/templates/TableCellTemplate.lit.js.map +1 -1
  816. package/dist/generated/templates/TableGrowingTemplate.lit.d.ts +2 -3
  817. package/dist/generated/templates/TableGrowingTemplate.lit.js +3 -1
  818. package/dist/generated/templates/TableGrowingTemplate.lit.js.map +1 -1
  819. package/dist/generated/templates/TableHeaderCellTemplate.lit.d.ts +2 -3
  820. package/dist/generated/templates/TableHeaderCellTemplate.lit.js +3 -1
  821. package/dist/generated/templates/TableHeaderCellTemplate.lit.js.map +1 -1
  822. package/dist/generated/templates/TableHeaderRowTemplate.lit.d.ts +2 -3
  823. package/dist/generated/templates/TableHeaderRowTemplate.lit.js +3 -1
  824. package/dist/generated/templates/TableHeaderRowTemplate.lit.js.map +1 -1
  825. package/dist/generated/templates/TableRowTemplate.lit.d.ts +2 -3
  826. package/dist/generated/templates/TableRowTemplate.lit.js +3 -1
  827. package/dist/generated/templates/TableRowTemplate.lit.js.map +1 -1
  828. package/dist/generated/templates/TableTemplate.lit.d.ts +2 -3
  829. package/dist/generated/templates/TableTemplate.lit.js +5 -3
  830. package/dist/generated/templates/TableTemplate.lit.js.map +1 -1
  831. package/dist/generated/themes/Avatar.css.js +1 -1
  832. package/dist/generated/themes/Avatar.css.js.map +1 -1
  833. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  834. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  835. package/dist/generated/themes/Bar.css.js +1 -1
  836. package/dist/generated/themes/Bar.css.js.map +1 -1
  837. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  838. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  839. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  840. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  841. package/dist/generated/themes/Button.css.js +1 -1
  842. package/dist/generated/themes/Button.css.js.map +1 -1
  843. package/dist/generated/themes/Calendar.css.js +1 -1
  844. package/dist/generated/themes/Calendar.css.js.map +1 -1
  845. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  846. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  847. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  848. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  849. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  850. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  851. package/dist/generated/themes/Card.css.js +1 -1
  852. package/dist/generated/themes/Card.css.js.map +1 -1
  853. package/dist/generated/themes/CardHeader.css.js +1 -1
  854. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  855. package/dist/generated/themes/Carousel.css.js +1 -1
  856. package/dist/generated/themes/Carousel.css.js.map +1 -1
  857. package/dist/generated/themes/CheckBox.css.js +1 -1
  858. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  859. package/dist/generated/themes/ColorPalette.css.js +1 -1
  860. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  861. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  862. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  863. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  864. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  865. package/dist/generated/themes/ColorPicker.css.js +1 -1
  866. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  867. package/dist/generated/themes/ComboBox.css.js +1 -1
  868. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  869. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  870. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  871. package/dist/generated/themes/DatePicker.css.js +1 -1
  872. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  873. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  874. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  875. package/dist/generated/themes/DayPicker.css.js +1 -1
  876. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  877. package/dist/generated/themes/Dialog.css.js +1 -1
  878. package/dist/generated/themes/Dialog.css.js.map +1 -1
  879. package/dist/generated/themes/ExpandableText.css.d.ts +3 -0
  880. package/dist/generated/themes/ExpandableText.css.js +9 -0
  881. package/dist/generated/themes/ExpandableText.css.js.map +1 -0
  882. package/dist/generated/themes/FileUploader.css.js +1 -1
  883. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  884. package/dist/generated/themes/Form.css.js +1 -1
  885. package/dist/generated/themes/Form.css.js.map +1 -1
  886. package/dist/generated/themes/FormItem.css.js +1 -1
  887. package/dist/generated/themes/FormItem.css.js.map +1 -1
  888. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  889. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  890. package/dist/generated/themes/GrowingButton.css.js +1 -1
  891. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  892. package/dist/generated/themes/Icon.css.js +1 -1
  893. package/dist/generated/themes/Icon.css.js.map +1 -1
  894. package/dist/generated/themes/Input.css.js +1 -1
  895. package/dist/generated/themes/Input.css.js.map +1 -1
  896. package/dist/generated/themes/InputIcon.css.js +1 -1
  897. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  898. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  899. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  900. package/dist/generated/themes/Label.css.js +1 -1
  901. package/dist/generated/themes/Label.css.js.map +1 -1
  902. package/dist/generated/themes/Link.css.js +1 -1
  903. package/dist/generated/themes/Link.css.js.map +1 -1
  904. package/dist/generated/themes/List.css.js +1 -1
  905. package/dist/generated/themes/List.css.js.map +1 -1
  906. package/dist/generated/themes/ListItem.css.js +1 -1
  907. package/dist/generated/themes/ListItem.css.js.map +1 -1
  908. package/dist/generated/themes/ListItemBase.css.js +1 -1
  909. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  910. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  911. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  912. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  913. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  914. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  915. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  916. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  917. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  918. package/dist/generated/themes/Menu.css.js +1 -1
  919. package/dist/generated/themes/Menu.css.js.map +1 -1
  920. package/dist/generated/themes/MenuItem.css.js +1 -1
  921. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  922. package/dist/generated/themes/MessageStrip.css.js +1 -1
  923. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  924. package/dist/generated/themes/MonthPicker.css.js +1 -1
  925. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  926. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  927. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  928. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  929. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  930. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  931. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  932. package/dist/generated/themes/MultiInput.css.js +1 -1
  933. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  934. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  935. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  936. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  937. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  938. package/dist/generated/themes/OptionBase.css.js +1 -1
  939. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  940. package/dist/generated/themes/Panel.css.js +1 -1
  941. package/dist/generated/themes/Panel.css.js.map +1 -1
  942. package/dist/generated/themes/Popover.css.js +1 -1
  943. package/dist/generated/themes/Popover.css.js.map +1 -1
  944. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  945. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  946. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  947. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  948. package/dist/generated/themes/RadioButton.css.js +1 -1
  949. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  950. package/dist/generated/themes/RangeSlider.css.js +1 -1
  951. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  952. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  953. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  954. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  955. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  956. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  957. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  958. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  959. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  960. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  961. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  962. package/dist/generated/themes/Select.css.js +1 -1
  963. package/dist/generated/themes/Select.css.js.map +1 -1
  964. package/dist/generated/themes/SliderBase.css.js +1 -1
  965. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  966. package/dist/generated/themes/SplitButton.css.js +1 -1
  967. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  968. package/dist/generated/themes/StepInput.css.js +1 -1
  969. package/dist/generated/themes/StepInput.css.js.map +1 -1
  970. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  971. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  972. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  973. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  974. package/dist/generated/themes/Switch.css.js +1 -1
  975. package/dist/generated/themes/Switch.css.js.map +1 -1
  976. package/dist/generated/themes/TabContainer.css.js +1 -1
  977. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  978. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  979. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  980. package/dist/generated/themes/TabInStrip.css.js +1 -1
  981. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  982. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  983. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  984. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  985. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  986. package/dist/generated/themes/Table.css.js +1 -1
  987. package/dist/generated/themes/Table.css.js.map +1 -1
  988. package/dist/generated/themes/TableCellBase.css.js +1 -1
  989. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  990. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  991. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  992. package/dist/generated/themes/TableRow.css.js +1 -1
  993. package/dist/generated/themes/TableRow.css.js.map +1 -1
  994. package/dist/generated/themes/TableRowBase.css.js +1 -1
  995. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  996. package/dist/generated/themes/Tag.css.js +1 -1
  997. package/dist/generated/themes/Tag.css.js.map +1 -1
  998. package/dist/generated/themes/Text.css.js +1 -1
  999. package/dist/generated/themes/Text.css.js.map +1 -1
  1000. package/dist/generated/themes/TextArea.css.js +1 -1
  1001. package/dist/generated/themes/TextArea.css.js.map +1 -1
  1002. package/dist/generated/themes/TimePicker.css.js +1 -1
  1003. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  1004. package/dist/generated/themes/TimePickerClock.css.js +1 -1
  1005. package/dist/generated/themes/TimePickerClock.css.js.map +1 -1
  1006. package/dist/generated/themes/TimeSelectionClocks.css.js +1 -1
  1007. package/dist/generated/themes/TimeSelectionClocks.css.js.map +1 -1
  1008. package/dist/generated/themes/TimeSelectionInputs.css.js +1 -1
  1009. package/dist/generated/themes/TimeSelectionInputs.css.js.map +1 -1
  1010. package/dist/generated/themes/Toast.css.js +1 -1
  1011. package/dist/generated/themes/Toast.css.js.map +1 -1
  1012. package/dist/generated/themes/ToggleButton.css.js +1 -1
  1013. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  1014. package/dist/generated/themes/Token.css.js +1 -1
  1015. package/dist/generated/themes/Token.css.js.map +1 -1
  1016. package/dist/generated/themes/Tokenizer.css.js +1 -1
  1017. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  1018. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  1019. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  1020. package/dist/generated/themes/Toolbar.css.js +1 -1
  1021. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  1022. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  1023. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  1024. package/dist/generated/themes/TreeItem.css.js +1 -1
  1025. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  1026. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  1027. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  1028. package/dist/generated/themes/YearPicker.css.js +1 -1
  1029. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  1030. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  1031. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  1032. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  1033. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  1034. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  1035. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  1036. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  1037. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  1038. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  1039. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  1040. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  1041. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  1042. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  1043. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  1044. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  1045. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  1046. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  1047. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  1048. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  1049. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  1050. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  1051. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  1052. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  1053. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  1054. package/dist/types/ExpandableTextOverflowMode.d.ts +17 -0
  1055. package/dist/types/ExpandableTextOverflowMode.js +19 -0
  1056. package/dist/types/ExpandableTextOverflowMode.js.map +1 -0
  1057. package/dist/vscode.html-custom-data.json +41 -14
  1058. package/dist/web-types.json +108 -31
  1059. package/package.json +9 -9
  1060. package/src/AvatarGroupTemplate.tsx +45 -0
  1061. package/src/AvatarTemplate.tsx +38 -0
  1062. package/src/BarTemplate.tsx +21 -0
  1063. package/src/BreadcrumbsPopoverTemplate.tsx +43 -0
  1064. package/src/BreadcrumbsTemplate.tsx +71 -0
  1065. package/src/BusyIndicatorTemplate.tsx +51 -0
  1066. package/src/ButtonTemplate.tsx +70 -0
  1067. package/src/CalendarHeaderTemplate.tsx +71 -0
  1068. package/src/CalendarLegendItemTemplate.tsx +15 -0
  1069. package/src/CalendarLegendTemplate.tsx +22 -0
  1070. package/src/CalendarTemplate.tsx +82 -0
  1071. package/src/CardHeaderTemplate.tsx +70 -0
  1072. package/src/CardTemplate.tsx +35 -0
  1073. package/src/CarouselTemplate.tsx +108 -0
  1074. package/src/CheckBoxTemplate.tsx +85 -0
  1075. package/src/ColorPaletteDialogTemplate.tsx +35 -0
  1076. package/src/ColorPaletteItemTemplate.tsx +16 -0
  1077. package/src/ColorPalettePopoverTemplate.tsx +49 -0
  1078. package/src/ColorPaletteTemplate.tsx +73 -0
  1079. package/src/ColorPickerTemplate.tsx +128 -0
  1080. package/src/ComboBoxItemGroupTemplate.tsx +10 -0
  1081. package/src/ComboBoxItemTemplate.tsx +17 -0
  1082. package/src/ComboBoxPopoverTemplate.tsx +140 -0
  1083. package/src/ComboBoxTemplate.tsx +70 -0
  1084. package/src/DatePickerInputTemplate.tsx +54 -0
  1085. package/src/DatePickerPopoverTemplate.tsx +80 -0
  1086. package/src/DatePickerTemplate.tsx +11 -0
  1087. package/src/DateRangePickerTemplate.tsx +36 -0
  1088. package/src/DateTimePickerTemplate.tsx +112 -0
  1089. package/src/DayPickerTemplate.tsx +82 -0
  1090. package/src/DialogTemplate.tsx +72 -0
  1091. package/src/DropIndicatorTemplate.tsx +9 -0
  1092. package/src/ExpandableTextTemplate.tsx +59 -0
  1093. package/src/FileUploaderPopoverTemplate.tsx +52 -0
  1094. package/src/FileUploaderTemplate.tsx +48 -0
  1095. package/src/FormItemTemplate.tsx +21 -0
  1096. package/src/FormTemplate.tsx +75 -0
  1097. package/src/IconTemplate.tsx +35 -0
  1098. package/src/InputPopoverTemplate.tsx +158 -0
  1099. package/src/InputTemplate.tsx +114 -0
  1100. package/src/LabelTemplate.tsx +20 -0
  1101. package/src/LinkTemplate.tsx +51 -0
  1102. package/src/ListItemBaseTemplate.tsx +35 -0
  1103. package/src/ListItemCustomTemplate.tsx +17 -0
  1104. package/src/ListItemGroupHeaderTemplate.tsx +23 -0
  1105. package/src/ListItemGroupTemplate.tsx +32 -0
  1106. package/src/ListItemStandardTemplate.tsx +71 -0
  1107. package/src/ListItemTemplate.tsx +172 -0
  1108. package/src/ListTemplate.tsx +113 -0
  1109. package/src/MenuItemTemplate.tsx +155 -0
  1110. package/src/MenuSeparatorTemplate.tsx +12 -0
  1111. package/src/MenuTemplate.tsx +71 -0
  1112. package/src/MessageStripTemplate.tsx +64 -0
  1113. package/src/MonthPickerTemplate.tsx +44 -0
  1114. package/src/MultiComboBoxItemGroupTemplate.tsx +10 -0
  1115. package/src/MultiComboBoxItemTemplate.tsx +26 -0
  1116. package/src/MultiInputTemplate.tsx +48 -0
  1117. package/src/NavigationMenuItemTemplate.tsx +142 -0
  1118. package/src/NavigationMenuTemplate.tsx +70 -0
  1119. package/src/OptionCustomTemplate.tsx +10 -0
  1120. package/src/OptionTemplate.tsx +23 -0
  1121. package/src/PanelTemplate.tsx +102 -0
  1122. package/src/PopoverTemplate.tsx +36 -0
  1123. package/src/PopupBlockLayerTemplate.tsx +10 -0
  1124. package/src/PopupTemplate.tsx +43 -0
  1125. package/src/ProgressIndicatorTemplate.tsx +55 -0
  1126. package/src/RadioButtonTemplate.tsx +50 -0
  1127. package/src/RangeSliderTemplate.tsx +134 -0
  1128. package/src/RatingIndicatorTemplate.tsx +74 -0
  1129. package/src/ResponsivePopoverTemplate.tsx +60 -0
  1130. package/src/SegmentedButtonItemTemplate.tsx +36 -0
  1131. package/src/SegmentedButtonTemplate.tsx +22 -0
  1132. package/src/SliderBaseTemplate.tsx +74 -0
  1133. package/src/SliderTemplate.tsx +79 -0
  1134. package/src/SplitButtonTemplate.tsx +54 -0
  1135. package/src/StepInputTemplate.tsx +92 -0
  1136. package/src/SuggestionItemCustomTemplate.tsx +10 -0
  1137. package/src/SuggestionItemGroupTemplate.tsx +6 -0
  1138. package/src/SuggestionItemTemplate.tsx +17 -0
  1139. package/src/SuggestionListItemTemplate.tsx +50 -0
  1140. package/src/SwitchTemplate.tsx +74 -0
  1141. package/src/TabContainerPopoverTemplate.tsx +38 -0
  1142. package/src/TabContainerTemplate.tsx +132 -0
  1143. package/src/TabInOverflowTemplate.tsx +41 -0
  1144. package/src/TabInStripTemplate.tsx +94 -0
  1145. package/src/TabSeparatorInOverflowTemplate.tsx +16 -0
  1146. package/src/TabSeparatorInStripTemplate.tsx +12 -0
  1147. package/src/TabTemplate.tsx +16 -0
  1148. package/src/Table.hbs +6 -1
  1149. package/src/TagTemplate.tsx +40 -0
  1150. package/src/TextAreaPopoverTemplate.tsx +49 -0
  1151. package/src/TextAreaTemplate.tsx +64 -0
  1152. package/src/TextTemplate.tsx +17 -0
  1153. package/src/TimePickerClockTemplate.tsx +82 -0
  1154. package/src/TimePickerPopoverTemplate.tsx +73 -0
  1155. package/src/TimePickerTemplate.tsx +54 -0
  1156. package/src/TimeSelectionClocksTemplate.tsx +78 -0
  1157. package/src/TimeSelectionInputsTemplate.tsx +49 -0
  1158. package/src/TitleTemplate.tsx +66 -0
  1159. package/src/ToastTemplate.tsx +10 -0
  1160. package/src/ToggleButtonTemplate.tsx +8 -0
  1161. package/src/ToggleSpinButtonTemplate.tsx +14 -0
  1162. package/src/TokenTemplate.tsx +37 -0
  1163. package/src/TokenizerPopoverTemplate.tsx +64 -0
  1164. package/src/TokenizerTemplate.tsx +51 -0
  1165. package/src/ToolbarButtonTemplate.tsx +28 -0
  1166. package/src/ToolbarPopoverButtonTemplate.tsx +23 -0
  1167. package/src/ToolbarPopoverSelectTemplate.tsx +25 -0
  1168. package/src/ToolbarPopoverSeparatorTemplate.tsx +10 -0
  1169. package/src/ToolbarPopoverTemplate.tsx +24 -0
  1170. package/src/ToolbarSelectTemplate.tsx +26 -0
  1171. package/src/ToolbarSeparatorTemplate.tsx +10 -0
  1172. package/src/ToolbarSpacerTemplate.tsx +12 -0
  1173. package/src/ToolbarTemplate.tsx +37 -0
  1174. package/src/TreeItemBaseTemplate.tsx +60 -0
  1175. package/src/TreeItemCustomTemplate.tsx +21 -0
  1176. package/src/TreeItemTemplate.tsx +28 -0
  1177. package/src/TreeTemplate.tsx +40 -0
  1178. package/src/YearPickerTemplate.tsx +42 -0
  1179. package/src/i18n/messagebundle.properties +35 -2
  1180. package/src/themes/CalendarLegendItem.css +1 -2
  1181. package/src/themes/Carousel.css +1 -1
  1182. package/src/themes/ComboBoxItem.css +4 -0
  1183. package/src/themes/DayPicker.css +6 -6
  1184. package/src/themes/ExpandableText.css +36 -0
  1185. package/src/themes/GrowingButton.css +11 -17
  1186. package/src/themes/Input.css +8 -8
  1187. package/src/themes/InputIcon.css +2 -2
  1188. package/src/themes/InputSharedStyles.css +8 -8
  1189. package/src/themes/Label.css +1 -1
  1190. package/src/themes/Menu.css +3 -1
  1191. package/src/themes/MenuItem.css +2 -2
  1192. package/src/themes/NavigationMenu.css +1 -1
  1193. package/src/themes/Popover.css +0 -8
  1194. package/src/themes/StepInput.css +5 -5
  1195. package/src/themes/Table.css +0 -1
  1196. package/src/themes/TableHeaderRow.css +1 -0
  1197. package/src/themes/TableRowBase.css +2 -0
  1198. package/src/themes/TimePickerClock.css +1 -1
  1199. package/src/themes/TimeSelectionClocks.css +1 -1
  1200. package/src/themes/TimeSelectionInputs.css +1 -1
  1201. package/src/themes/Toast.css +3 -0
  1202. package/src/themes/ValueStateMessage.css +1 -1
  1203. package/src/themes/base/Table-parameters.css +1 -1
  1204. package/src/themes/base/rtl-parameters.css +2 -1
  1205. package/tsconfig.json +2 -0
  1206. package/dist/generated/templates/AvatarGroupTemplate.lit.d.ts +0 -4
  1207. package/dist/generated/templates/AvatarGroupTemplate.lit.js +0 -7
  1208. package/dist/generated/templates/AvatarGroupTemplate.lit.js.map +0 -1
  1209. package/dist/generated/templates/AvatarTemplate.lit.d.ts +0 -4
  1210. package/dist/generated/templates/AvatarTemplate.lit.js +0 -9
  1211. package/dist/generated/templates/AvatarTemplate.lit.js.map +0 -1
  1212. package/dist/generated/templates/BarTemplate.lit.d.ts +0 -4
  1213. package/dist/generated/templates/BarTemplate.lit.js +0 -5
  1214. package/dist/generated/templates/BarTemplate.lit.js.map +0 -1
  1215. package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.d.ts +0 -4
  1216. package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js +0 -6
  1217. package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js.map +0 -1
  1218. package/dist/generated/templates/BreadcrumbsTemplate.lit.d.ts +0 -4
  1219. package/dist/generated/templates/BreadcrumbsTemplate.lit.js +0 -10
  1220. package/dist/generated/templates/BreadcrumbsTemplate.lit.js.map +0 -1
  1221. package/dist/generated/templates/BusyIndicatorTemplate.lit.d.ts +0 -4
  1222. package/dist/generated/templates/BusyIndicatorTemplate.lit.js +0 -11
  1223. package/dist/generated/templates/BusyIndicatorTemplate.lit.js.map +0 -1
  1224. package/dist/generated/templates/ButtonTemplate.lit.d.ts +0 -4
  1225. package/dist/generated/templates/ButtonTemplate.lit.js +0 -8
  1226. package/dist/generated/templates/ButtonTemplate.lit.js.map +0 -1
  1227. package/dist/generated/templates/CalendarHeaderTemplate.lit.d.ts +0 -4
  1228. package/dist/generated/templates/CalendarHeaderTemplate.lit.js +0 -7
  1229. package/dist/generated/templates/CalendarHeaderTemplate.lit.js.map +0 -1
  1230. package/dist/generated/templates/CalendarLegendItemTemplate.lit.d.ts +0 -4
  1231. package/dist/generated/templates/CalendarLegendItemTemplate.lit.js +0 -5
  1232. package/dist/generated/templates/CalendarLegendItemTemplate.lit.js.map +0 -1
  1233. package/dist/generated/templates/CalendarLegendTemplate.lit.d.ts +0 -4
  1234. package/dist/generated/templates/CalendarLegendTemplate.lit.js +0 -8
  1235. package/dist/generated/templates/CalendarLegendTemplate.lit.js.map +0 -1
  1236. package/dist/generated/templates/CalendarTemplate.lit.d.ts +0 -4
  1237. package/dist/generated/templates/CalendarTemplate.lit.js +0 -7
  1238. package/dist/generated/templates/CalendarTemplate.lit.js.map +0 -1
  1239. package/dist/generated/templates/CardHeaderTemplate.lit.d.ts +0 -4
  1240. package/dist/generated/templates/CardHeaderTemplate.lit.js +0 -10
  1241. package/dist/generated/templates/CardHeaderTemplate.lit.js.map +0 -1
  1242. package/dist/generated/templates/CardTemplate.lit.d.ts +0 -4
  1243. package/dist/generated/templates/CardTemplate.lit.js +0 -6
  1244. package/dist/generated/templates/CardTemplate.lit.js.map +0 -1
  1245. package/dist/generated/templates/CarouselTemplate.lit.d.ts +0 -4
  1246. package/dist/generated/templates/CarouselTemplate.lit.js +0 -14
  1247. package/dist/generated/templates/CarouselTemplate.lit.js.map +0 -1
  1248. package/dist/generated/templates/CheckBoxTemplate.lit.d.ts +0 -4
  1249. package/dist/generated/templates/CheckBoxTemplate.lit.js +0 -10
  1250. package/dist/generated/templates/CheckBoxTemplate.lit.js.map +0 -1
  1251. package/dist/generated/templates/ColorPaletteDialogTemplate.lit.d.ts +0 -4
  1252. package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js +0 -6
  1253. package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js.map +0 -1
  1254. package/dist/generated/templates/ColorPaletteItemTemplate.lit.d.ts +0 -4
  1255. package/dist/generated/templates/ColorPaletteItemTemplate.lit.js +0 -5
  1256. package/dist/generated/templates/ColorPaletteItemTemplate.lit.js.map +0 -1
  1257. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.d.ts +0 -4
  1258. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js +0 -6
  1259. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js.map +0 -1
  1260. package/dist/generated/templates/ColorPaletteTemplate.lit.d.ts +0 -4
  1261. package/dist/generated/templates/ColorPaletteTemplate.lit.js +0 -11
  1262. package/dist/generated/templates/ColorPaletteTemplate.lit.js.map +0 -1
  1263. package/dist/generated/templates/ColorPickerTemplate.lit.d.ts +0 -4
  1264. package/dist/generated/templates/ColorPickerTemplate.lit.js +0 -7
  1265. package/dist/generated/templates/ColorPickerTemplate.lit.js.map +0 -1
  1266. package/dist/generated/templates/ComboBoxItemGroupTemplate.lit.d.ts +0 -4
  1267. package/dist/generated/templates/ComboBoxItemGroupTemplate.lit.js +0 -10
  1268. package/dist/generated/templates/ComboBoxItemGroupTemplate.lit.js.map +0 -1
  1269. package/dist/generated/templates/ComboBoxItemTemplate.lit.d.ts +0 -4
  1270. package/dist/generated/templates/ComboBoxItemTemplate.lit.js +0 -6
  1271. package/dist/generated/templates/ComboBoxItemTemplate.lit.js.map +0 -1
  1272. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.d.ts +0 -4
  1273. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +0 -21
  1274. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js.map +0 -1
  1275. package/dist/generated/templates/ComboBoxTemplate.lit.d.ts +0 -4
  1276. package/dist/generated/templates/ComboBoxTemplate.lit.js +0 -25
  1277. package/dist/generated/templates/ComboBoxTemplate.lit.js.map +0 -1
  1278. package/dist/generated/templates/DatePickerInputTemplate.lit.d.ts +0 -4
  1279. package/dist/generated/templates/DatePickerInputTemplate.lit.js +0 -7
  1280. package/dist/generated/templates/DatePickerInputTemplate.lit.js.map +0 -1
  1281. package/dist/generated/templates/DatePickerPopoverTemplate.lit.d.ts +0 -4
  1282. package/dist/generated/templates/DatePickerPopoverTemplate.lit.js +0 -8
  1283. package/dist/generated/templates/DatePickerPopoverTemplate.lit.js.map +0 -1
  1284. package/dist/generated/templates/DatePickerTemplate.lit.d.ts +0 -4
  1285. package/dist/generated/templates/DatePickerTemplate.lit.js +0 -10
  1286. package/dist/generated/templates/DatePickerTemplate.lit.js.map +0 -1
  1287. package/dist/generated/templates/DateRangePickerTemplate.lit.d.ts +0 -4
  1288. package/dist/generated/templates/DateRangePickerTemplate.lit.js +0 -9
  1289. package/dist/generated/templates/DateRangePickerTemplate.lit.js.map +0 -1
  1290. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.d.ts +0 -4
  1291. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js +0 -11
  1292. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js.map +0 -1
  1293. package/dist/generated/templates/DateTimePickerTemplate.lit.d.ts +0 -4
  1294. package/dist/generated/templates/DateTimePickerTemplate.lit.js +0 -13
  1295. package/dist/generated/templates/DateTimePickerTemplate.lit.js.map +0 -1
  1296. package/dist/generated/templates/DayPickerTemplate.lit.d.ts +0 -4
  1297. package/dist/generated/templates/DayPickerTemplate.lit.js +0 -15
  1298. package/dist/generated/templates/DayPickerTemplate.lit.js.map +0 -1
  1299. package/dist/generated/templates/DialogTemplate.lit.d.ts +0 -4
  1300. package/dist/generated/templates/DialogTemplate.lit.js +0 -16
  1301. package/dist/generated/templates/DialogTemplate.lit.js.map +0 -1
  1302. package/dist/generated/templates/DropIndicatorTemplate.lit.d.ts +0 -4
  1303. package/dist/generated/templates/DropIndicatorTemplate.lit.js +0 -5
  1304. package/dist/generated/templates/DropIndicatorTemplate.lit.js.map +0 -1
  1305. package/dist/generated/templates/FileUploaderPopoverTemplate.lit.d.ts +0 -4
  1306. package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js +0 -8
  1307. package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js.map +0 -1
  1308. package/dist/generated/templates/FileUploaderTemplate.lit.d.ts +0 -4
  1309. package/dist/generated/templates/FileUploaderTemplate.lit.js +0 -9
  1310. package/dist/generated/templates/FileUploaderTemplate.lit.js.map +0 -1
  1311. package/dist/generated/templates/FormItemTemplate.lit.d.ts +0 -4
  1312. package/dist/generated/templates/FormItemTemplate.lit.js +0 -6
  1313. package/dist/generated/templates/FormItemTemplate.lit.js.map +0 -1
  1314. package/dist/generated/templates/FormTemplate.lit.d.ts +0 -4
  1315. package/dist/generated/templates/FormTemplate.lit.js +0 -13
  1316. package/dist/generated/templates/FormTemplate.lit.js.map +0 -1
  1317. package/dist/generated/templates/IconTemplate.lit.d.ts +0 -4
  1318. package/dist/generated/templates/IconTemplate.lit.js +0 -12
  1319. package/dist/generated/templates/IconTemplate.lit.js.map +0 -1
  1320. package/dist/generated/templates/InputPopoverTemplate.lit.d.ts +0 -4
  1321. package/dist/generated/templates/InputPopoverTemplate.lit.js +0 -21
  1322. package/dist/generated/templates/InputPopoverTemplate.lit.js.map +0 -1
  1323. package/dist/generated/templates/InputTemplate.lit.d.ts +0 -4
  1324. package/dist/generated/templates/InputTemplate.lit.js +0 -26
  1325. package/dist/generated/templates/InputTemplate.lit.js.map +0 -1
  1326. package/dist/generated/templates/LabelTemplate.lit.d.ts +0 -4
  1327. package/dist/generated/templates/LabelTemplate.lit.js +0 -5
  1328. package/dist/generated/templates/LabelTemplate.lit.js.map +0 -1
  1329. package/dist/generated/templates/LinkTemplate.lit.d.ts +0 -4
  1330. package/dist/generated/templates/LinkTemplate.lit.js +0 -8
  1331. package/dist/generated/templates/LinkTemplate.lit.js.map +0 -1
  1332. package/dist/generated/templates/ListItemBaseTemplate.lit.d.ts +0 -4
  1333. package/dist/generated/templates/ListItemBaseTemplate.lit.js +0 -5
  1334. package/dist/generated/templates/ListItemBaseTemplate.lit.js.map +0 -1
  1335. package/dist/generated/templates/ListItemCustomTemplate.lit.d.ts +0 -4
  1336. package/dist/generated/templates/ListItemCustomTemplate.lit.js +0 -21
  1337. package/dist/generated/templates/ListItemCustomTemplate.lit.js.map +0 -1
  1338. package/dist/generated/templates/ListItemGroupHeaderTemplate.lit.d.ts +0 -4
  1339. package/dist/generated/templates/ListItemGroupHeaderTemplate.lit.js +0 -5
  1340. package/dist/generated/templates/ListItemGroupHeaderTemplate.lit.js.map +0 -1
  1341. package/dist/generated/templates/ListItemGroupTemplate.lit.d.ts +0 -4
  1342. package/dist/generated/templates/ListItemGroupTemplate.lit.js +0 -8
  1343. package/dist/generated/templates/ListItemGroupTemplate.lit.js.map +0 -1
  1344. package/dist/generated/templates/ListItemStandardTemplate.lit.d.ts +0 -4
  1345. package/dist/generated/templates/ListItemStandardTemplate.lit.js +0 -29
  1346. package/dist/generated/templates/ListItemStandardTemplate.lit.js.map +0 -1
  1347. package/dist/generated/templates/ListItemTemplate.lit.d.ts +0 -4
  1348. package/dist/generated/templates/ListItemTemplate.lit.js +0 -21
  1349. package/dist/generated/templates/ListItemTemplate.lit.js.map +0 -1
  1350. package/dist/generated/templates/ListTemplate.lit.d.ts +0 -4
  1351. package/dist/generated/templates/ListTemplate.lit.js +0 -13
  1352. package/dist/generated/templates/ListTemplate.lit.js.map +0 -1
  1353. package/dist/generated/templates/MenuItemTemplate.lit.d.ts +0 -4
  1354. package/dist/generated/templates/MenuItemTemplate.lit.js +0 -35
  1355. package/dist/generated/templates/MenuItemTemplate.lit.js.map +0 -1
  1356. package/dist/generated/templates/MenuSeparatorTemplate.lit.d.ts +0 -4
  1357. package/dist/generated/templates/MenuSeparatorTemplate.lit.js +0 -5
  1358. package/dist/generated/templates/MenuSeparatorTemplate.lit.js.map +0 -1
  1359. package/dist/generated/templates/MenuTemplate.lit.d.ts +0 -4
  1360. package/dist/generated/templates/MenuTemplate.lit.js +0 -9
  1361. package/dist/generated/templates/MenuTemplate.lit.js.map +0 -1
  1362. package/dist/generated/templates/MessageStripTemplate.lit.d.ts +0 -4
  1363. package/dist/generated/templates/MessageStripTemplate.lit.js +0 -9
  1364. package/dist/generated/templates/MessageStripTemplate.lit.js.map +0 -1
  1365. package/dist/generated/templates/MonthPickerTemplate.lit.d.ts +0 -4
  1366. package/dist/generated/templates/MonthPickerTemplate.lit.js +0 -8
  1367. package/dist/generated/templates/MonthPickerTemplate.lit.js.map +0 -1
  1368. package/dist/generated/templates/MultiComboBoxItemGroupTemplate.lit.d.ts +0 -4
  1369. package/dist/generated/templates/MultiComboBoxItemGroupTemplate.lit.js +0 -10
  1370. package/dist/generated/templates/MultiComboBoxItemGroupTemplate.lit.js.map +0 -1
  1371. package/dist/generated/templates/MultiComboBoxItemTemplate.lit.d.ts +0 -4
  1372. package/dist/generated/templates/MultiComboBoxItemTemplate.lit.js +0 -6
  1373. package/dist/generated/templates/MultiComboBoxItemTemplate.lit.js.map +0 -1
  1374. package/dist/generated/templates/MultiInputTemplate.lit.d.ts +0 -4
  1375. package/dist/generated/templates/MultiInputTemplate.lit.js +0 -28
  1376. package/dist/generated/templates/MultiInputTemplate.lit.js.map +0 -1
  1377. package/dist/generated/templates/NavigationMenuItemTemplate.lit.d.ts +0 -4
  1378. package/dist/generated/templates/NavigationMenuItemTemplate.lit.js +0 -57
  1379. package/dist/generated/templates/NavigationMenuItemTemplate.lit.js.map +0 -1
  1380. package/dist/generated/templates/NavigationMenuTemplate.lit.d.ts +0 -4
  1381. package/dist/generated/templates/NavigationMenuTemplate.lit.js +0 -9
  1382. package/dist/generated/templates/NavigationMenuTemplate.lit.js.map +0 -1
  1383. package/dist/generated/templates/OptionCustomTemplate.lit.d.ts +0 -4
  1384. package/dist/generated/templates/OptionCustomTemplate.lit.js +0 -5
  1385. package/dist/generated/templates/OptionCustomTemplate.lit.js.map +0 -1
  1386. package/dist/generated/templates/OptionTemplate.lit.d.ts +0 -4
  1387. package/dist/generated/templates/OptionTemplate.lit.js +0 -7
  1388. package/dist/generated/templates/OptionTemplate.lit.js.map +0 -1
  1389. package/dist/generated/templates/PanelTemplate.lit.d.ts +0 -4
  1390. package/dist/generated/templates/PanelTemplate.lit.js +0 -11
  1391. package/dist/generated/templates/PanelTemplate.lit.js.map +0 -1
  1392. package/dist/generated/templates/PopoverTemplate.lit.d.ts +0 -4
  1393. package/dist/generated/templates/PopoverTemplate.lit.js +0 -10
  1394. package/dist/generated/templates/PopoverTemplate.lit.js.map +0 -1
  1395. package/dist/generated/templates/PopupBlockLayerTemplate.lit.d.ts +0 -4
  1396. package/dist/generated/templates/PopupBlockLayerTemplate.lit.js +0 -5
  1397. package/dist/generated/templates/PopupBlockLayerTemplate.lit.js.map +0 -1
  1398. package/dist/generated/templates/PopupTemplate.lit.d.ts +0 -4
  1399. package/dist/generated/templates/PopupTemplate.lit.js +0 -5
  1400. package/dist/generated/templates/PopupTemplate.lit.js.map +0 -1
  1401. package/dist/generated/templates/ProgressIndicatorTemplate.lit.d.ts +0 -4
  1402. package/dist/generated/templates/ProgressIndicatorTemplate.lit.js +0 -15
  1403. package/dist/generated/templates/ProgressIndicatorTemplate.lit.js.map +0 -1
  1404. package/dist/generated/templates/RadioButtonTemplate.lit.d.ts +0 -4
  1405. package/dist/generated/templates/RadioButtonTemplate.lit.js +0 -11
  1406. package/dist/generated/templates/RadioButtonTemplate.lit.js.map +0 -1
  1407. package/dist/generated/templates/RangeSliderTemplate.lit.d.ts +0 -4
  1408. package/dist/generated/templates/RangeSliderTemplate.lit.js +0 -20
  1409. package/dist/generated/templates/RangeSliderTemplate.lit.js.map +0 -1
  1410. package/dist/generated/templates/RatingIndicatorTemplate.lit.d.ts +0 -4
  1411. package/dist/generated/templates/RatingIndicatorTemplate.lit.js +0 -14
  1412. package/dist/generated/templates/RatingIndicatorTemplate.lit.js.map +0 -1
  1413. package/dist/generated/templates/ResponsivePopoverTemplate.lit.d.ts +0 -4
  1414. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +0 -17
  1415. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js.map +0 -1
  1416. package/dist/generated/templates/SegmentedButtonItemTemplate.lit.d.ts +0 -4
  1417. package/dist/generated/templates/SegmentedButtonItemTemplate.lit.js +0 -6
  1418. package/dist/generated/templates/SegmentedButtonItemTemplate.lit.js.map +0 -1
  1419. package/dist/generated/templates/SegmentedButtonTemplate.lit.d.ts +0 -4
  1420. package/dist/generated/templates/SegmentedButtonTemplate.lit.js +0 -5
  1421. package/dist/generated/templates/SegmentedButtonTemplate.lit.js.map +0 -1
  1422. package/dist/generated/templates/SliderBaseTemplate.lit.d.ts +0 -4
  1423. package/dist/generated/templates/SliderBaseTemplate.lit.js +0 -14
  1424. package/dist/generated/templates/SliderBaseTemplate.lit.js.map +0 -1
  1425. package/dist/generated/templates/SliderTemplate.lit.d.ts +0 -4
  1426. package/dist/generated/templates/SliderTemplate.lit.js +0 -17
  1427. package/dist/generated/templates/SliderTemplate.lit.js.map +0 -1
  1428. package/dist/generated/templates/SplitButtonTemplate.lit.d.ts +0 -4
  1429. package/dist/generated/templates/SplitButtonTemplate.lit.js +0 -6
  1430. package/dist/generated/templates/SplitButtonTemplate.lit.js.map +0 -1
  1431. package/dist/generated/templates/StepInputTemplate.lit.d.ts +0 -4
  1432. package/dist/generated/templates/StepInputTemplate.lit.js +0 -8
  1433. package/dist/generated/templates/StepInputTemplate.lit.js.map +0 -1
  1434. package/dist/generated/templates/SuggestionItemCustomTemplate.lit.d.ts +0 -4
  1435. package/dist/generated/templates/SuggestionItemCustomTemplate.lit.js +0 -5
  1436. package/dist/generated/templates/SuggestionItemCustomTemplate.lit.js.map +0 -1
  1437. package/dist/generated/templates/SuggestionItemGroupTemplate.lit.d.ts +0 -4
  1438. package/dist/generated/templates/SuggestionItemGroupTemplate.lit.js +0 -8
  1439. package/dist/generated/templates/SuggestionItemGroupTemplate.lit.js.map +0 -1
  1440. package/dist/generated/templates/SuggestionItemTemplate.lit.d.ts +0 -4
  1441. package/dist/generated/templates/SuggestionItemTemplate.lit.js +0 -6
  1442. package/dist/generated/templates/SuggestionItemTemplate.lit.js.map +0 -1
  1443. package/dist/generated/templates/SuggestionListItemTemplate.lit.d.ts +0 -4
  1444. package/dist/generated/templates/SuggestionListItemTemplate.lit.js +0 -32
  1445. package/dist/generated/templates/SuggestionListItemTemplate.lit.js.map +0 -1
  1446. package/dist/generated/templates/SwitchTemplate.lit.d.ts +0 -4
  1447. package/dist/generated/templates/SwitchTemplate.lit.js +0 -9
  1448. package/dist/generated/templates/SwitchTemplate.lit.js.map +0 -1
  1449. package/dist/generated/templates/TabContainerPopoverTemplate.lit.d.ts +0 -4
  1450. package/dist/generated/templates/TabContainerPopoverTemplate.lit.js +0 -6
  1451. package/dist/generated/templates/TabContainerPopoverTemplate.lit.js.map +0 -1
  1452. package/dist/generated/templates/TabContainerTemplate.lit.d.ts +0 -4
  1453. package/dist/generated/templates/TabContainerTemplate.lit.js +0 -16
  1454. package/dist/generated/templates/TabContainerTemplate.lit.js.map +0 -1
  1455. package/dist/generated/templates/TabInOverflowTemplate.lit.d.ts +0 -4
  1456. package/dist/generated/templates/TabInOverflowTemplate.lit.js +0 -9
  1457. package/dist/generated/templates/TabInOverflowTemplate.lit.js.map +0 -1
  1458. package/dist/generated/templates/TabInStripTemplate.lit.d.ts +0 -4
  1459. package/dist/generated/templates/TabInStripTemplate.lit.js +0 -12
  1460. package/dist/generated/templates/TabInStripTemplate.lit.js.map +0 -1
  1461. package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.d.ts +0 -4
  1462. package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js +0 -5
  1463. package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js.map +0 -1
  1464. package/dist/generated/templates/TabSeparatorInStripTemplate.lit.d.ts +0 -4
  1465. package/dist/generated/templates/TabSeparatorInStripTemplate.lit.js +0 -5
  1466. package/dist/generated/templates/TabSeparatorInStripTemplate.lit.js.map +0 -1
  1467. package/dist/generated/templates/TabTemplate.lit.d.ts +0 -4
  1468. package/dist/generated/templates/TabTemplate.lit.js +0 -6
  1469. package/dist/generated/templates/TabTemplate.lit.js.map +0 -1
  1470. package/dist/generated/templates/TagTemplate.lit.d.ts +0 -4
  1471. package/dist/generated/templates/TagTemplate.lit.js +0 -11
  1472. package/dist/generated/templates/TagTemplate.lit.js.map +0 -1
  1473. package/dist/generated/templates/TextAreaPopoverTemplate.lit.d.ts +0 -4
  1474. package/dist/generated/templates/TextAreaPopoverTemplate.lit.js +0 -8
  1475. package/dist/generated/templates/TextAreaPopoverTemplate.lit.js.map +0 -1
  1476. package/dist/generated/templates/TextAreaTemplate.lit.d.ts +0 -4
  1477. package/dist/generated/templates/TextAreaTemplate.lit.js +0 -12
  1478. package/dist/generated/templates/TextAreaTemplate.lit.js.map +0 -1
  1479. package/dist/generated/templates/TextTemplate.lit.d.ts +0 -4
  1480. package/dist/generated/templates/TextTemplate.lit.js +0 -7
  1481. package/dist/generated/templates/TextTemplate.lit.js.map +0 -1
  1482. package/dist/generated/templates/TimePickerClockTemplate.lit.d.ts +0 -4
  1483. package/dist/generated/templates/TimePickerClockTemplate.lit.js +0 -11
  1484. package/dist/generated/templates/TimePickerClockTemplate.lit.js.map +0 -1
  1485. package/dist/generated/templates/TimePickerPopoverTemplate.lit.d.ts +0 -4
  1486. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js +0 -6
  1487. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js.map +0 -1
  1488. package/dist/generated/templates/TimePickerTemplate.lit.d.ts +0 -4
  1489. package/dist/generated/templates/TimePickerTemplate.lit.js +0 -8
  1490. package/dist/generated/templates/TimePickerTemplate.lit.js.map +0 -1
  1491. package/dist/generated/templates/TimeSelectionClocksTemplate.lit.d.ts +0 -4
  1492. package/dist/generated/templates/TimeSelectionClocksTemplate.lit.js +0 -10
  1493. package/dist/generated/templates/TimeSelectionClocksTemplate.lit.js.map +0 -1
  1494. package/dist/generated/templates/TimeSelectionInputsTemplate.lit.d.ts +0 -4
  1495. package/dist/generated/templates/TimeSelectionInputsTemplate.lit.js +0 -9
  1496. package/dist/generated/templates/TimeSelectionInputsTemplate.lit.js.map +0 -1
  1497. package/dist/generated/templates/TitleTemplate.lit.d.ts +0 -4
  1498. package/dist/generated/templates/TitleTemplate.lit.js +0 -11
  1499. package/dist/generated/templates/TitleTemplate.lit.js.map +0 -1
  1500. package/dist/generated/templates/ToastTemplate.lit.d.ts +0 -4
  1501. package/dist/generated/templates/ToastTemplate.lit.js +0 -6
  1502. package/dist/generated/templates/ToastTemplate.lit.js.map +0 -1
  1503. package/dist/generated/templates/ToggleButtonTemplate.lit.d.ts +0 -4
  1504. package/dist/generated/templates/ToggleButtonTemplate.lit.js +0 -8
  1505. package/dist/generated/templates/ToggleButtonTemplate.lit.js.map +0 -1
  1506. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.d.ts +0 -4
  1507. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js +0 -8
  1508. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js.map +0 -1
  1509. package/dist/generated/templates/TokenTemplate.lit.d.ts +0 -4
  1510. package/dist/generated/templates/TokenTemplate.lit.js +0 -8
  1511. package/dist/generated/templates/TokenTemplate.lit.js.map +0 -1
  1512. package/dist/generated/templates/TokenizerPopoverTemplate.lit.d.ts +0 -4
  1513. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js +0 -9
  1514. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js.map +0 -1
  1515. package/dist/generated/templates/TokenizerTemplate.lit.d.ts +0 -4
  1516. package/dist/generated/templates/TokenizerTemplate.lit.js +0 -12
  1517. package/dist/generated/templates/TokenizerTemplate.lit.js.map +0 -1
  1518. package/dist/generated/templates/ToolbarButtonTemplate.lit.d.ts +0 -4
  1519. package/dist/generated/templates/ToolbarButtonTemplate.lit.js +0 -5
  1520. package/dist/generated/templates/ToolbarButtonTemplate.lit.js.map +0 -1
  1521. package/dist/generated/templates/ToolbarPopoverButtonTemplate.lit.d.ts +0 -4
  1522. package/dist/generated/templates/ToolbarPopoverButtonTemplate.lit.js +0 -5
  1523. package/dist/generated/templates/ToolbarPopoverButtonTemplate.lit.js.map +0 -1
  1524. package/dist/generated/templates/ToolbarPopoverSelectTemplate.lit.d.ts +0 -4
  1525. package/dist/generated/templates/ToolbarPopoverSelectTemplate.lit.js +0 -6
  1526. package/dist/generated/templates/ToolbarPopoverSelectTemplate.lit.js.map +0 -1
  1527. package/dist/generated/templates/ToolbarPopoverSeparatorTemplate.lit.d.ts +0 -4
  1528. package/dist/generated/templates/ToolbarPopoverSeparatorTemplate.lit.js +0 -5
  1529. package/dist/generated/templates/ToolbarPopoverSeparatorTemplate.lit.js.map +0 -1
  1530. package/dist/generated/templates/ToolbarPopoverTemplate.lit.d.ts +0 -4
  1531. package/dist/generated/templates/ToolbarPopoverTemplate.lit.js +0 -6
  1532. package/dist/generated/templates/ToolbarPopoverTemplate.lit.js.map +0 -1
  1533. package/dist/generated/templates/ToolbarSelectTemplate.lit.d.ts +0 -4
  1534. package/dist/generated/templates/ToolbarSelectTemplate.lit.js +0 -6
  1535. package/dist/generated/templates/ToolbarSelectTemplate.lit.js.map +0 -1
  1536. package/dist/generated/templates/ToolbarSeparatorTemplate.lit.d.ts +0 -4
  1537. package/dist/generated/templates/ToolbarSeparatorTemplate.lit.js +0 -5
  1538. package/dist/generated/templates/ToolbarSeparatorTemplate.lit.js.map +0 -1
  1539. package/dist/generated/templates/ToolbarSpacerTemplate.lit.d.ts +0 -4
  1540. package/dist/generated/templates/ToolbarSpacerTemplate.lit.js +0 -5
  1541. package/dist/generated/templates/ToolbarSpacerTemplate.lit.js.map +0 -1
  1542. package/dist/generated/templates/ToolbarTemplate.lit.d.ts +0 -4
  1543. package/dist/generated/templates/ToolbarTemplate.lit.js +0 -7
  1544. package/dist/generated/templates/ToolbarTemplate.lit.js.map +0 -1
  1545. package/dist/generated/templates/TreeItemBaseTemplate.lit.d.ts +0 -4
  1546. package/dist/generated/templates/TreeItemBaseTemplate.lit.js +0 -24
  1547. package/dist/generated/templates/TreeItemBaseTemplate.lit.js.map +0 -1
  1548. package/dist/generated/templates/TreeItemCustomTemplate.lit.d.ts +0 -4
  1549. package/dist/generated/templates/TreeItemCustomTemplate.lit.js +0 -24
  1550. package/dist/generated/templates/TreeItemCustomTemplate.lit.js.map +0 -1
  1551. package/dist/generated/templates/TreeItemTemplate.lit.d.ts +0 -4
  1552. package/dist/generated/templates/TreeItemTemplate.lit.js +0 -26
  1553. package/dist/generated/templates/TreeItemTemplate.lit.js.map +0 -1
  1554. package/dist/generated/templates/TreeTemplate.lit.d.ts +0 -4
  1555. package/dist/generated/templates/TreeTemplate.lit.js +0 -6
  1556. package/dist/generated/templates/TreeTemplate.lit.js.map +0 -1
  1557. package/dist/generated/templates/YearPickerTemplate.lit.d.ts +0 -4
  1558. package/dist/generated/templates/YearPickerTemplate.lit.js +0 -8
  1559. package/dist/generated/templates/YearPickerTemplate.lit.js.map +0 -1
  1560. package/dist/types/ColorPickerDisplayMode.d.ts +0 -17
  1561. package/dist/types/ColorPickerDisplayMode.js +0 -19
  1562. package/dist/types/ColorPickerDisplayMode.js.map +0 -1
  1563. package/src/Avatar.hbs +0 -31
  1564. package/src/AvatarGroup.hbs +0 -30
  1565. package/src/Bar.hbs +0 -16
  1566. package/src/Breadcrumbs.hbs +0 -57
  1567. package/src/BreadcrumbsPopover.hbs +0 -28
  1568. package/src/BusyIndicator.hbs +0 -40
  1569. package/src/Button.hbs +0 -55
  1570. package/src/Calendar.hbs +0 -70
  1571. package/src/CalendarHeader.hbs +0 -55
  1572. package/src/CalendarLegend.hbs +0 -16
  1573. package/src/CalendarLegendItem.hbs +0 -6
  1574. package/src/Card.hbs +0 -23
  1575. package/src/CardHeader.hbs +0 -61
  1576. package/src/Carousel.hbs +0 -87
  1577. package/src/CheckBox.hbs +0 -51
  1578. package/src/ColorPalette.hbs +0 -56
  1579. package/src/ColorPaletteDialog.hbs +0 -20
  1580. package/src/ColorPaletteItem.hbs +0 -11
  1581. package/src/ColorPalettePopover.hbs +0 -36
  1582. package/src/ColorPicker.hbs +0 -110
  1583. package/src/ComboBox.hbs +0 -55
  1584. package/src/ComboBoxItem.hbs +0 -18
  1585. package/src/ComboBoxItemGroup.hbs +0 -9
  1586. package/src/ComboBoxPopover.hbs +0 -130
  1587. package/src/DatePicker.hbs +0 -2
  1588. package/src/DatePickerInput.hbs +0 -43
  1589. package/src/DatePickerPopover.hbs +0 -66
  1590. package/src/DateRangePicker.hbs +0 -23
  1591. package/src/DateTimePicker.hbs +0 -2
  1592. package/src/DateTimePickerPopover.hbs +0 -76
  1593. package/src/DayPicker.hbs +0 -71
  1594. package/src/Dialog.hbs +0 -56
  1595. package/src/DropIndicator.hbs +0 -1
  1596. package/src/FileUploader.hbs +0 -37
  1597. package/src/FileUploaderPopover.hbs +0 -24
  1598. package/src/Form.hbs +0 -37
  1599. package/src/FormItem.hbs +0 -14
  1600. package/src/Icon.hbs +0 -29
  1601. package/src/Input.hbs +0 -85
  1602. package/src/InputPopover.hbs +0 -118
  1603. package/src/Label.hbs +0 -14
  1604. package/src/Link.hbs +0 -44
  1605. package/src/List.hbs +0 -110
  1606. package/src/ListItem.hbs +0 -133
  1607. package/src/ListItemBase.hbs +0 -25
  1608. package/src/ListItemCustom.hbs +0 -5
  1609. package/src/ListItemGroup.hbs +0 -28
  1610. package/src/ListItemGroupHeader.hbs +0 -14
  1611. package/src/ListItemStandard.hbs +0 -44
  1612. package/src/Menu.hbs +0 -66
  1613. package/src/MenuItem.hbs +0 -116
  1614. package/src/MenuSeparator.hbs +0 -6
  1615. package/src/MessageStrip.hbs +0 -32
  1616. package/src/MonthPicker.hbs +0 -39
  1617. package/src/MultiComboBoxItem.hbs +0 -19
  1618. package/src/MultiComboBoxItemGroup.hbs +0 -9
  1619. package/src/MultiInput.hbs +0 -33
  1620. package/src/NavigationMenu.hbs +0 -64
  1621. package/src/NavigationMenuItem.hbs +0 -124
  1622. package/src/Option.hbs +0 -20
  1623. package/src/OptionCustom.hbs +0 -10
  1624. package/src/Panel.hbs +0 -77
  1625. package/src/Popover.hbs +0 -25
  1626. package/src/Popup.hbs +0 -34
  1627. package/src/PopupBlockLayer.hbs +0 -4
  1628. package/src/ProgressIndicator.hbs +0 -34
  1629. package/src/RadioButton.hbs +0 -30
  1630. package/src/RangeSlider.hbs +0 -111
  1631. package/src/RatingIndicator.hbs +0 -50
  1632. package/src/ResponsivePopover.hbs +0 -51
  1633. package/src/SegmentedButton.hbs +0 -18
  1634. package/src/SegmentedButtonItem.hbs +0 -31
  1635. package/src/Slider.hbs +0 -61
  1636. package/src/SliderBase.hbs +0 -56
  1637. package/src/SplitButton.hbs +0 -49
  1638. package/src/StepInput.hbs +0 -79
  1639. package/src/SuggestionItem.hbs +0 -14
  1640. package/src/SuggestionItemCustom.hbs +0 -5
  1641. package/src/SuggestionItemGroup.hbs +0 -1
  1642. package/src/SuggestionListItem.hbs +0 -33
  1643. package/src/Switch.hbs +0 -50
  1644. package/src/Tab.hbs +0 -9
  1645. package/src/TabContainer.hbs +0 -100
  1646. package/src/TabContainerPopover.hbs +0 -29
  1647. package/src/TabInOverflow.hbs +0 -30
  1648. package/src/TabInStrip.hbs +0 -69
  1649. package/src/TabSeparatorInOverflow.hbs +0 -9
  1650. package/src/TabSeparatorInStrip.hbs +0 -6
  1651. package/src/Tag.hbs +0 -30
  1652. package/src/Text.hbs +0 -8
  1653. package/src/TextArea.hbs +0 -53
  1654. package/src/TextAreaPopover.hbs +0 -25
  1655. package/src/TimePicker.hbs +0 -45
  1656. package/src/TimePickerClock.hbs +0 -51
  1657. package/src/TimePickerPopover.hbs +0 -61
  1658. package/src/TimeSelectionClocks.hbs +0 -73
  1659. package/src/TimeSelectionInputs.hbs +0 -41
  1660. package/src/Title.hbs +0 -47
  1661. package/src/Toast.hbs +0 -8
  1662. package/src/ToggleButton.hbs +0 -5
  1663. package/src/ToggleSpinButton.hbs +0 -9
  1664. package/src/Token.hbs +0 -31
  1665. package/src/Tokenizer.hbs +0 -44
  1666. package/src/TokenizerPopover.hbs +0 -59
  1667. package/src/Toolbar.hbs +0 -22
  1668. package/src/ToolbarButton.hbs +0 -18
  1669. package/src/ToolbarPopover.hbs +0 -14
  1670. package/src/ToolbarPopoverButton.hbs +0 -16
  1671. package/src/ToolbarPopoverSelect.hbs +0 -13
  1672. package/src/ToolbarPopoverSeparator.hbs +0 -6
  1673. package/src/ToolbarSelect.hbs +0 -14
  1674. package/src/ToolbarSeparator.hbs +0 -5
  1675. package/src/ToolbarSpacer.hbs +0 -6
  1676. package/src/Tree.hbs +0 -35
  1677. package/src/TreeItem.hbs +0 -12
  1678. package/src/TreeItemBase.hbs +0 -46
  1679. package/src/TreeItemCustom.hbs +0 -7
  1680. package/src/YearPicker.hbs +0 -37
@@ -200,7 +200,7 @@
200
200
  },
201
201
  {
202
202
  "name": "ui5-button",
203
- "description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element",
203
+ "description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **active-state-change** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element",
204
204
  "attributes": [
205
205
  {
206
206
  "name": "design",
@@ -767,9 +767,9 @@
767
767
  "values": []
768
768
  },
769
769
  {
770
- "name": "display-mode",
771
- "description": "Defines the display mode of the component.",
772
- "values": [{ "name": "Default" }, { "name": "Simplified" }]
770
+ "name": "simplified",
771
+ "description": "When set to `true`, the alpha slider and inputs for RGB values will not be displayed.",
772
+ "values": []
773
773
  }
774
774
  ],
775
775
  "references": []
@@ -1402,6 +1402,33 @@
1402
1402
  ],
1403
1403
  "references": []
1404
1404
  },
1405
+ {
1406
+ "name": "ui5-expandable-text",
1407
+ "description": "### Overview\n\nThe `ui5-expandable-text` component allows displaying a large body of text in a small space. It provides an \"expand/collapse\" functionality, which shows/hides potentially truncated text.\n\n### Usage\n\n#### When to use:\n- To accommodate long texts in limited space, for example in list items, table cell texts, or forms\n\n#### When not to use:\n- The content is critical for the user. In this case use short descriptions that can fit in\n- Strive to provide short and meaningful texts to avoid excessive number of \"Show More\" links on the page\n\n### Responsive Behavior\n\nOn phones, if the component is configured to display the full text in a popover, the popover will appear in full screen.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ExpandableText\";`\n\n\n---\n\n\n",
1408
+ "attributes": [
1409
+ {
1410
+ "name": "text",
1411
+ "description": "Text of the component.",
1412
+ "values": []
1413
+ },
1414
+ {
1415
+ "name": "max-characters",
1416
+ "description": "Maximum number of characters to be displayed initially. If the text length exceeds this limit, the text will be truncated with an ellipsis, and the \"More\" link will be displayed.",
1417
+ "values": []
1418
+ },
1419
+ {
1420
+ "name": "overflow-mode",
1421
+ "description": "Determines how the full text will be displayed.",
1422
+ "values": [{ "name": "InPlace" }, { "name": "Popover" }]
1423
+ },
1424
+ {
1425
+ "name": "empty-indicator-mode",
1426
+ "description": "Specifies if an empty indicator should be displayed when there is no text.",
1427
+ "values": [{ "name": "On" }, { "name": "Off" }]
1428
+ }
1429
+ ],
1430
+ "references": []
1431
+ },
1405
1432
  {
1406
1433
  "name": "ui5-file-uploader",
1407
1434
  "description": "### Overview\n\nThe `ui5-file-uploader` opens a file explorer dialog and enables users to upload files.\nThe component consists of input field, but you can provide an HTML element by your choice\nto trigger the file upload, by using the default slot.\nFurthermore, you can set the property \"hideInput\" to \"true\" to hide the input field.\n\nTo get all selected files, you can simply use the read-only \"files\" property.\nTo restrict the types of files the user can select, you can use the \"accept\" property.\n\nAnd, similar to all input based components, the FileUploader supports \"valueState\", \"placeholder\", \"name\", and \"disabled\" properties.\n\nFor the `ui5-file-uploader`\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/FileUploader.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Event is fired when the value of the file path has been changed.\n\n**Note:** Keep in mind that because of the HTML input element of type file, the event is also fired in Chrome browser when the Cancel button of the uploads window is pressed.\n- **file-size-exceed** - Event is fired when the size of a file is above the `maxFileSize` property value.\n\n### **Slots:**\n - **default** - By default the component contains a single input field. With this slot you can pass any content that you wish to add. See the samples for more information.\n\n**Note:** If no content is provided in this slot, the component will only consist of an input field and will not be interactable using the keyboard.\nAlso it is not recommended to use any non-interactable components, as it may lead to poor accessibility experience.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
@@ -1528,7 +1555,7 @@
1528
1555
  },
1529
1556
  {
1530
1557
  "name": "ui5-icon",
1531
- "description": "### Overview\n\nThe `ui5-icon` component represents an SVG icon.\nThere are two main scenarios how the `ui5-icon` component is used:\nas a purely decorative element,\nor as an interactive element that can be focused and clicked.\n\n### Usage\n\n1. **Get familiar with the icons collections.**\n\nBefore displaying an icon, you need to explore the icons collections to find and import the desired icon.\n\nCurrently there are 3 icons collection, available as 3 npm packages:\n\n- [@ui5/webcomponents-icons](https://www.npmjs.com/package/@ui5/webcomponents-icons) represents the \"SAP-icons\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons).\n- [@ui5/webcomponents-icons-tnt](https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt) represents the \"tnt\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).\n- [@ui5/webcomponents-icons-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the \"business-suite\" collection and includes the following\n[icons](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).\n\n2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**\n\n`npm i @ui5/webcomponents-icons`\n`npm i @ui5/webcomponents-icons-tnt`\n`npm i @ui5/webcomponents-icons-business-suite`\n\n3. **Then, import the desired icon**.\n\n`import \"@ui5/\\{package_name\\}/dist/\\{icon_name\\}.js\";`\n\n**For Example**:\n\nFor the standard \"SAP-icons\" icon collection, import an icon from the `@ui5/webcomponents-icons` package:\n\n`import \"@ui5/webcomponents-icons/dist/employee.js\";`\n\nFor the \"tnt\" (SAP Fiori Tools) icon collection, import an icon from the `@ui5/webcomponents-icons-tnt` package:\n\n`import \"@ui5/webcomponents-icons-tnt/dist/antenna.js\";`\n\nFor the \"business-suite\" (SAP Business Suite) icon collection, import an icon from the `@ui5/webcomponents-icons-business-suite` package:\n\n`import \"@ui5/webcomponents-icons-business-suite/dist/ab-testing.js\";`\n\n4. **Display the icon using the `ui5-icon` web component.**\nSet the icon collection (\"SAP-icons\", \"tnt\" or \"business-suite\" - \"SAP-icons\" is the default icon collection and can be skipped)\nand the icon name to the `name` property.\n\n`<ui5-icon name=\"employee\"></ui5-icon>`\n`<ui5-icon name=\"tnt/antenna\"></ui5-icon>`\n`<ui5-icon name=\"business-suite/ab-testing\"></ui5-icon>`\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `mode` property is set to `Interactive`.\n- [Shift] - If [Space] / [Enter] or [Return] is pressed, pressing [Shift] releases the ui5-icon without triggering the click event.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Icon.js\";`\n\n\n---\n\n\n\n\n### **CSS Parts:**\n - **root** - Used to style the outermost wrapper of the `ui5-icon`.",
1558
+ "description": "### Overview\n\nThe `ui5-icon` component represents an SVG icon.\nThere are two main scenarios how the `ui5-icon` component is used:\nas a purely decorative element,\nor as an interactive element that can be focused and clicked.\n\n### Usage\n\n1. **Get familiar with the icons collections.**\n\nBefore displaying an icon, you need to explore the icons collections to find and import the desired icon.\n\nCurrently there are 3 icons collection, available as 3 npm packages:\n\n- [@ui5/webcomponents-icons](https://www.npmjs.com/package/@ui5/webcomponents-icons) represents the \"SAP-icons\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons).\n- [@ui5/webcomponents-icons-tnt](https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt) represents the \"tnt\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).\n- [@ui5/webcomponents-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the \"business-suite\" collection and includes the following\n[icons](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).\n\n2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**\n\n`npm i @ui5/webcomponents-icons`\n`npm i @ui5/webcomponents-icons-tnt`\n`npm i @ui5/webcomponents-icons-business-suite`\n\n3. **Then, import the desired icon**.\n\n`import \"@ui5/\\{package_name\\}/dist/\\{icon_name\\}.js\";`\n\n**For Example**:\n\nFor the standard \"SAP-icons\" icon collection, import an icon from the `@ui5/webcomponents-icons` package:\n\n`import \"@ui5/webcomponents-icons/dist/employee.js\";`\n\nFor the \"tnt\" (SAP Fiori Tools) icon collection, import an icon from the `@ui5/webcomponents-icons-tnt` package:\n\n`import \"@ui5/webcomponents-icons-tnt/dist/antenna.js\";`\n\nFor the \"business-suite\" (SAP Business Suite) icon collection, import an icon from the `@ui5/webcomponents-icons-business-suite` package:\n\n`import \"@ui5/webcomponents-icons-business-suite/dist/ab-testing.js\";`\n\n4. **Display the icon using the `ui5-icon` web component.**\nSet the icon collection (\"SAP-icons\", \"tnt\" or \"business-suite\" - \"SAP-icons\" is the default icon collection and can be skipped)\nand the icon name to the `name` property.\n\n`<ui5-icon name=\"employee\"></ui5-icon>`\n`<ui5-icon name=\"tnt/antenna\"></ui5-icon>`\n`<ui5-icon name=\"business-suite/ab-testing\"></ui5-icon>`\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `mode` property is set to `Interactive`.\n- [Shift] - If [Space] / [Enter] or [Return] is pressed, pressing [Shift] releases the ui5-icon without triggering the click event.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Icon.js\";`\n\n\n---\n\n\n\n\n### **CSS Parts:**\n - **root** - Used to style the outermost wrapper of the `ui5-icon`.",
1532
1559
  "attributes": [
1533
1560
  {
1534
1561
  "name": "design",
@@ -3378,7 +3405,7 @@
3378
3405
  },
3379
3406
  {
3380
3407
  "name": "ui5-step-input",
3381
- "description": "### Overview\n\nThe `ui5-step-input` consists of an input field and buttons with icons to increase/decrease the value\nwith the predefined step.\n\nThe user can change the value of the component by pressing the increase/decrease buttons,\nby typing a number directly, by using the keyboard up/down and page up/down,\nor by using the mouse scroll wheel. Decimal values are supported.\n\n### Usage\n\nThe default step is 1 but the app developer can set a different one.\n\nApp developers can set a maximum and minimum value for the `StepInput`.\nThe increase/decrease button and the up/down keyboard navigation become disabled when\nthe value reaches the max/min or a new value is entered from the input which is greater/less than the max/min.\n\n#### When to use:\n\n- To adjust amounts, quantities, or other values quickly.\n- To adjust values for a specific step.\n\n#### When not to use:\n\n- To enter a static number (for example, postal code, phone number, or ID). In this case,\nuse the regular `ui5-input` instead.\n- To display a value that rarely needs to be adjusted and does not pertain to a particular step.\nIn this case, use the regular `ui5-input` instead.\n- To enter dates and times. In this case, use date/time related components instead.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/StepInput.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
3408
+ "description": "### Overview\n\nThe `ui5-step-input` consists of an input field and buttons with icons to increase/decrease the value\nwith the predefined step.\n\nThe user can change the value of the component by pressing the increase/decrease buttons,\nby typing a number directly, by using the keyboard up/down and page up/down,\nor by using the mouse scroll wheel. Decimal values are supported.\n\n### Usage\n\nThe default step is 1 but the app developer can set a different one.\n\nApp developers can set a maximum and minimum value for the `StepInput`.\nThe increase/decrease button and the up/down keyboard navigation become disabled when\nthe value reaches the max/min or a new value is entered from the input which is greater/less than the max/min.\n\n#### When to use:\n\n- To adjust amounts, quantities, or other values quickly.\n- To adjust values for a specific step.\n\n#### When not to use:\n\n- To enter a static number (for example, postal code, phone number, or ID). In this case,\nuse the regular `ui5-input` instead.\n- To display a value that rarely needs to be adjusted and does not pertain to a particular step.\nIn this case, use the regular `ui5-input` instead.\n- To enter dates and times. In this case, use date/time related components instead.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/StepInput.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
3382
3409
  "attributes": [
3383
3410
  {
3384
3411
  "name": "value",
@@ -3653,7 +3680,7 @@
3653
3680
  },
3654
3681
  {
3655
3682
  "name": "ui5-table",
3656
- "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelection](../TableSelection) - adds selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n\n### Keyboard Handling\n\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n\n\n---\n\n\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\nNote: Use <code>ui5-table-row</code> for the intended design.\n- **headerRow** - Defines the header row of the component.\n\nNote: Use <code>ui5-table-header-row</code> for the intended design.\n- **nodata** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
3683
+ "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelection](../TableSelection) - adds selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n\n### Keyboard Handling\n\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n\n\n---\n\n\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n- **move-over** - Fired when a movable item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Notes:**\n\nThe `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\nIf the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\nNote: Use <code>ui5-table-row</code> for the intended design.\n- **headerRow** - Defines the header row of the component.\n\nNote: Use <code>ui5-table-header-row</code> for the intended design.\n- **nodata** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
3657
3684
  "attributes": [
3658
3685
  {
3659
3686
  "name": "accessible-name",
@@ -3742,11 +3769,6 @@
3742
3769
  "name": "growing-sub-text",
3743
3770
  "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
3744
3771
  "values": []
3745
- },
3746
- {
3747
- "name": "disabled",
3748
- "description": "Disables the growing feature.",
3749
- "values": []
3750
3772
  }
3751
3773
  ],
3752
3774
  "references": []
@@ -3762,7 +3784,7 @@
3762
3784
  },
3763
3785
  {
3764
3786
  "name": "min-width",
3765
- "description": "Defines the minimum width of the column.\n\nIf the table is in `Popin` mode, the column will move into the popin when\nwhen the minimum width does not fit anymore.",
3787
+ "description": "Defines the minimum width of the column.\n\nIf the table is in `Popin` mode and the minimum width does not fit anymore,\nthe column will move into the popin.\n\n**Note:** If `minWidth` has the `auto` value, the table ensures that the column is wider than at least `3rem`.",
3766
3788
  "values": []
3767
3789
  },
3768
3790
  {
@@ -3824,6 +3846,11 @@
3824
3846
  "name": "navigated",
3825
3847
  "description": "Defines the navigated state of the row.",
3826
3848
  "values": []
3849
+ },
3850
+ {
3851
+ "name": "movable",
3852
+ "description": "Defines whether the row is movable.",
3853
+ "values": []
3827
3854
  }
3828
3855
  ],
3829
3856
  "references": []
@@ -4165,7 +4192,7 @@
4165
4192
  },
4166
4193
  {
4167
4194
  "name": "ui5-toggle-button",
4168
- "description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.",
4195
+ "description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **active-state-change** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.",
4169
4196
  "attributes": [
4170
4197
  {
4171
4198
  "name": "pressed",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ui5/webcomponents",
4
- "version": "2.5.0-rc.3",
4
+ "version": "2.6.0-rc.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -452,7 +452,7 @@
452
452
  },
453
453
  {
454
454
  "name": "ui5-button",
455
- "description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element",
455
+ "description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`\n---\n\n\n### **Events:**\n - **active-state-change** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element",
456
456
  "doc-url": "",
457
457
  "attributes": [
458
458
  {
@@ -536,7 +536,7 @@
536
536
  ],
537
537
  "events": [
538
538
  {
539
- "name": "click",
539
+ "name": "active-state-change",
540
540
  "description": "Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
541
541
  }
542
542
  ],
@@ -607,7 +607,7 @@
607
607
  ],
608
608
  "events": [
609
609
  {
610
- "name": "click",
610
+ "name": "active-state-change",
611
611
  "description": "Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
612
612
  }
613
613
  ]
@@ -1535,12 +1535,9 @@
1535
1535
  "value": { "type": "string | undefined", "default": "undefined" }
1536
1536
  },
1537
1537
  {
1538
- "name": "display-mode",
1539
- "description": "Defines the display mode of the component.",
1540
- "value": {
1541
- "type": "\"Default\" | \"Simplified\"",
1542
- "default": "\"Default\""
1543
- }
1538
+ "name": "simplified",
1539
+ "description": "When set to `true`, the alpha slider and inputs for RGB values will not be displayed.",
1540
+ "value": { "type": "boolean", "default": "false" }
1544
1541
  }
1545
1542
  ],
1546
1543
  "events": [
@@ -1562,9 +1559,9 @@
1562
1559
  "value": { "type": "string | undefined" }
1563
1560
  },
1564
1561
  {
1565
- "name": "display-mode",
1566
- "description": "Defines the display mode of the component.",
1567
- "value": { "type": "\"Default\" | \"Simplified\"" }
1562
+ "name": "simplified",
1563
+ "description": "When set to `true`, the alpha slider and inputs for RGB values will not be displayed.",
1564
+ "value": { "type": "boolean" }
1568
1565
  }
1569
1566
  ],
1570
1567
  "events": [
@@ -2854,6 +2851,62 @@
2854
2851
  ]
2855
2852
  }
2856
2853
  },
2854
+ {
2855
+ "name": "ui5-expandable-text",
2856
+ "description": "### Overview\n\nThe `ui5-expandable-text` component allows displaying a large body of text in a small space. It provides an \"expand/collapse\" functionality, which shows/hides potentially truncated text.\n\n### Usage\n\n#### When to use:\n- To accommodate long texts in limited space, for example in list items, table cell texts, or forms\n\n#### When not to use:\n- The content is critical for the user. In this case use short descriptions that can fit in\n- Strive to provide short and meaningful texts to avoid excessive number of \"Show More\" links on the page\n\n### Responsive Behavior\n\nOn phones, if the component is configured to display the full text in a popover, the popover will appear in full screen.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ExpandableText\";`\n---\n",
2857
+ "doc-url": "",
2858
+ "attributes": [
2859
+ {
2860
+ "name": "text",
2861
+ "description": "Text of the component.",
2862
+ "value": { "type": "string | undefined", "default": "\"\"" }
2863
+ },
2864
+ {
2865
+ "name": "max-characters",
2866
+ "description": "Maximum number of characters to be displayed initially. If the text length exceeds this limit, the text will be truncated with an ellipsis, and the \"More\" link will be displayed.",
2867
+ "value": { "type": "number", "default": "100" }
2868
+ },
2869
+ {
2870
+ "name": "overflow-mode",
2871
+ "description": "Determines how the full text will be displayed.",
2872
+ "value": {
2873
+ "type": "\"InPlace\" | \"Popover\"",
2874
+ "default": "\"InPlace\""
2875
+ }
2876
+ },
2877
+ {
2878
+ "name": "empty-indicator-mode",
2879
+ "description": "Specifies if an empty indicator should be displayed when there is no text.",
2880
+ "value": { "type": "\"On\" | \"Off\"", "default": "\"Off\"" }
2881
+ }
2882
+ ],
2883
+ "events": [],
2884
+ "js": {
2885
+ "properties": [
2886
+ {
2887
+ "name": "text",
2888
+ "description": "Text of the component.",
2889
+ "value": { "type": "string | undefined" }
2890
+ },
2891
+ {
2892
+ "name": "max-characters",
2893
+ "description": "Maximum number of characters to be displayed initially. If the text length exceeds this limit, the text will be truncated with an ellipsis, and the \"More\" link will be displayed.",
2894
+ "value": { "type": "number" }
2895
+ },
2896
+ {
2897
+ "name": "overflow-mode",
2898
+ "description": "Determines how the full text will be displayed.",
2899
+ "value": { "type": "\"InPlace\" | \"Popover\"" }
2900
+ },
2901
+ {
2902
+ "name": "empty-indicator-mode",
2903
+ "description": "Specifies if an empty indicator should be displayed when there is no text.",
2904
+ "value": { "type": "\"On\" | \"Off\"" }
2905
+ }
2906
+ ],
2907
+ "events": []
2908
+ }
2909
+ },
2857
2910
  {
2858
2911
  "name": "ui5-file-uploader",
2859
2912
  "description": "### Overview\n\nThe `ui5-file-uploader` opens a file explorer dialog and enables users to upload files.\nThe component consists of input field, but you can provide an HTML element by your choice\nto trigger the file upload, by using the default slot.\nFurthermore, you can set the property \"hideInput\" to \"true\" to hide the input field.\n\nTo get all selected files, you can simply use the read-only \"files\" property.\nTo restrict the types of files the user can select, you can use the \"accept\" property.\n\nAnd, similar to all input based components, the FileUploader supports \"valueState\", \"placeholder\", \"name\", and \"disabled\" properties.\n\nFor the `ui5-file-uploader`\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/FileUploader.js\";`\n---\n\n\n### **Events:**\n - **change** - Event is fired when the value of the file path has been changed.\n\n**Note:** Keep in mind that because of the HTML input element of type file, the event is also fired in Chrome browser when the Cancel button of the uploads window is pressed.\n- **file-size-exceed** - Event is fired when the size of a file is above the `maxFileSize` property value.\n\n### **Slots:**\n - **default** - By default the component contains a single input field. With this slot you can pass any content that you wish to add. See the samples for more information.\n\n**Note:** If no content is provided in this slot, the component will only consist of an input field and will not be interactable using the keyboard.\nAlso it is not recommended to use any non-interactable components, as it may lead to poor accessibility experience.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
@@ -3150,7 +3203,7 @@
3150
3203
  },
3151
3204
  {
3152
3205
  "name": "ui5-icon",
3153
- "description": "### Overview\n\nThe `ui5-icon` component represents an SVG icon.\nThere are two main scenarios how the `ui5-icon` component is used:\nas a purely decorative element,\nor as an interactive element that can be focused and clicked.\n\n### Usage\n\n1. **Get familiar with the icons collections.**\n\nBefore displaying an icon, you need to explore the icons collections to find and import the desired icon.\n\nCurrently there are 3 icons collection, available as 3 npm packages:\n\n- [@ui5/webcomponents-icons](https://www.npmjs.com/package/@ui5/webcomponents-icons) represents the \"SAP-icons\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons).\n- [@ui5/webcomponents-icons-tnt](https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt) represents the \"tnt\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).\n- [@ui5/webcomponents-icons-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the \"business-suite\" collection and includes the following\n[icons](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).\n\n2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**\n\n`npm i @ui5/webcomponents-icons`\n`npm i @ui5/webcomponents-icons-tnt`\n`npm i @ui5/webcomponents-icons-business-suite`\n\n3. **Then, import the desired icon**.\n\n`import \"@ui5/\\{package_name\\}/dist/\\{icon_name\\}.js\";`\n\n**For Example**:\n\nFor the standard \"SAP-icons\" icon collection, import an icon from the `@ui5/webcomponents-icons` package:\n\n`import \"@ui5/webcomponents-icons/dist/employee.js\";`\n\nFor the \"tnt\" (SAP Fiori Tools) icon collection, import an icon from the `@ui5/webcomponents-icons-tnt` package:\n\n`import \"@ui5/webcomponents-icons-tnt/dist/antenna.js\";`\n\nFor the \"business-suite\" (SAP Business Suite) icon collection, import an icon from the `@ui5/webcomponents-icons-business-suite` package:\n\n`import \"@ui5/webcomponents-icons-business-suite/dist/ab-testing.js\";`\n\n4. **Display the icon using the `ui5-icon` web component.**\nSet the icon collection (\"SAP-icons\", \"tnt\" or \"business-suite\" - \"SAP-icons\" is the default icon collection and can be skipped)\nand the icon name to the `name` property.\n\n`<ui5-icon name=\"employee\"></ui5-icon>`\n`<ui5-icon name=\"tnt/antenna\"></ui5-icon>`\n`<ui5-icon name=\"business-suite/ab-testing\"></ui5-icon>`\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `mode` property is set to `Interactive`.\n- [Shift] - If [Space] / [Enter] or [Return] is pressed, pressing [Shift] releases the ui5-icon without triggering the click event.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Icon.js\";`\n---\n\n\n### **CSS Parts:**\n - **root** - Used to style the outermost wrapper of the `ui5-icon`.",
3206
+ "description": "### Overview\n\nThe `ui5-icon` component represents an SVG icon.\nThere are two main scenarios how the `ui5-icon` component is used:\nas a purely decorative element,\nor as an interactive element that can be focused and clicked.\n\n### Usage\n\n1. **Get familiar with the icons collections.**\n\nBefore displaying an icon, you need to explore the icons collections to find and import the desired icon.\n\nCurrently there are 3 icons collection, available as 3 npm packages:\n\n- [@ui5/webcomponents-icons](https://www.npmjs.com/package/@ui5/webcomponents-icons) represents the \"SAP-icons\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons).\n- [@ui5/webcomponents-icons-tnt](https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt) represents the \"tnt\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).\n- [@ui5/webcomponents-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the \"business-suite\" collection and includes the following\n[icons](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).\n\n2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**\n\n`npm i @ui5/webcomponents-icons`\n`npm i @ui5/webcomponents-icons-tnt`\n`npm i @ui5/webcomponents-icons-business-suite`\n\n3. **Then, import the desired icon**.\n\n`import \"@ui5/\\{package_name\\}/dist/\\{icon_name\\}.js\";`\n\n**For Example**:\n\nFor the standard \"SAP-icons\" icon collection, import an icon from the `@ui5/webcomponents-icons` package:\n\n`import \"@ui5/webcomponents-icons/dist/employee.js\";`\n\nFor the \"tnt\" (SAP Fiori Tools) icon collection, import an icon from the `@ui5/webcomponents-icons-tnt` package:\n\n`import \"@ui5/webcomponents-icons-tnt/dist/antenna.js\";`\n\nFor the \"business-suite\" (SAP Business Suite) icon collection, import an icon from the `@ui5/webcomponents-icons-business-suite` package:\n\n`import \"@ui5/webcomponents-icons-business-suite/dist/ab-testing.js\";`\n\n4. **Display the icon using the `ui5-icon` web component.**\nSet the icon collection (\"SAP-icons\", \"tnt\" or \"business-suite\" - \"SAP-icons\" is the default icon collection and can be skipped)\nand the icon name to the `name` property.\n\n`<ui5-icon name=\"employee\"></ui5-icon>`\n`<ui5-icon name=\"tnt/antenna\"></ui5-icon>`\n`<ui5-icon name=\"business-suite/ab-testing\"></ui5-icon>`\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `mode` property is set to `Interactive`.\n- [Shift] - If [Space] / [Enter] or [Return] is pressed, pressing [Shift] releases the ui5-icon without triggering the click event.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Icon.js\";`\n---\n\n\n### **CSS Parts:**\n - **root** - Used to style the outermost wrapper of the `ui5-icon`.",
3154
3207
  "doc-url": "",
3155
3208
  "attributes": [
3156
3209
  {
@@ -6999,7 +7052,7 @@
6999
7052
  },
7000
7053
  {
7001
7054
  "name": "ui5-step-input",
7002
- "description": "### Overview\n\nThe `ui5-step-input` consists of an input field and buttons with icons to increase/decrease the value\nwith the predefined step.\n\nThe user can change the value of the component by pressing the increase/decrease buttons,\nby typing a number directly, by using the keyboard up/down and page up/down,\nor by using the mouse scroll wheel. Decimal values are supported.\n\n### Usage\n\nThe default step is 1 but the app developer can set a different one.\n\nApp developers can set a maximum and minimum value for the `StepInput`.\nThe increase/decrease button and the up/down keyboard navigation become disabled when\nthe value reaches the max/min or a new value is entered from the input which is greater/less than the max/min.\n\n#### When to use:\n\n- To adjust amounts, quantities, or other values quickly.\n- To adjust values for a specific step.\n\n#### When not to use:\n\n- To enter a static number (for example, postal code, phone number, or ID). In this case,\nuse the regular `ui5-input` instead.\n- To display a value that rarely needs to be adjusted and does not pertain to a particular step.\nIn this case, use the regular `ui5-input` instead.\n- To enter dates and times. In this case, use date/time related components instead.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/StepInput.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
7055
+ "description": "### Overview\n\nThe `ui5-step-input` consists of an input field and buttons with icons to increase/decrease the value\nwith the predefined step.\n\nThe user can change the value of the component by pressing the increase/decrease buttons,\nby typing a number directly, by using the keyboard up/down and page up/down,\nor by using the mouse scroll wheel. Decimal values are supported.\n\n### Usage\n\nThe default step is 1 but the app developer can set a different one.\n\nApp developers can set a maximum and minimum value for the `StepInput`.\nThe increase/decrease button and the up/down keyboard navigation become disabled when\nthe value reaches the max/min or a new value is entered from the input which is greater/less than the max/min.\n\n#### When to use:\n\n- To adjust amounts, quantities, or other values quickly.\n- To adjust values for a specific step.\n\n#### When not to use:\n\n- To enter a static number (for example, postal code, phone number, or ID). In this case,\nuse the regular `ui5-input` instead.\n- To display a value that rarely needs to be adjusted and does not pertain to a particular step.\nIn this case, use the regular `ui5-input` instead.\n- To enter dates and times. In this case, use date/time related components instead.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/StepInput.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
7003
7056
  "doc-url": "",
7004
7057
  "attributes": [
7005
7058
  {
@@ -7082,6 +7135,10 @@
7082
7135
  "name": "change",
7083
7136
  "description": "Fired when the input operation has finished by pressing Enter or on focusout."
7084
7137
  },
7138
+ {
7139
+ "name": "input",
7140
+ "description": "Fired when the value of the component changes at each keystroke."
7141
+ },
7085
7142
  {
7086
7143
  "name": "value-state-change",
7087
7144
  "description": "Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state."
@@ -7162,6 +7219,10 @@
7162
7219
  "name": "change",
7163
7220
  "description": "Fired when the input operation has finished by pressing Enter or on focusout."
7164
7221
  },
7222
+ {
7223
+ "name": "input",
7224
+ "description": "Fired when the value of the component changes at each keystroke."
7225
+ },
7165
7226
  {
7166
7227
  "name": "value-state-change",
7167
7228
  "description": "Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state."
@@ -7650,7 +7711,7 @@
7650
7711
  },
7651
7712
  {
7652
7713
  "name": "ui5-table",
7653
- "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelection](../TableSelection) - adds selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n\n### Keyboard Handling\n\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n---\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\nNote: Use <code>ui5-table-row</code> for the intended design.\n- **headerRow** - Defines the header row of the component.\n\nNote: Use <code>ui5-table-header-row</code> for the intended design.\n- **nodata** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
7714
+ "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelection](../TableSelection) - adds selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n\n### Keyboard Handling\n\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n---\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n- **move-over** - Fired when a movable item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Notes:**\n\nThe `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\nIf the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\nNote: Use <code>ui5-table-row</code> for the intended design.\n- **headerRow** - Defines the header row of the component.\n\nNote: Use <code>ui5-table-header-row</code> for the intended design.\n- **nodata** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
7654
7715
  "doc-url": "",
7655
7716
  "attributes": [
7656
7717
  {
@@ -7709,6 +7770,14 @@
7709
7770
  {
7710
7771
  "name": "row-click",
7711
7772
  "description": "Fired when an interactive row is clicked."
7773
+ },
7774
+ {
7775
+ "name": "move-over",
7776
+ "description": "Fired when a movable item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`."
7777
+ },
7778
+ {
7779
+ "name": "move",
7780
+ "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Notes:**\n\nThe `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\nIf the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`."
7712
7781
  }
7713
7782
  ],
7714
7783
  "js": {
@@ -7748,6 +7817,14 @@
7748
7817
  {
7749
7818
  "name": "row-click",
7750
7819
  "description": "Fired when an interactive row is clicked."
7820
+ },
7821
+ {
7822
+ "name": "move-over",
7823
+ "description": "Fired when a movable item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`."
7824
+ },
7825
+ {
7826
+ "name": "move",
7827
+ "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Notes:**\n\nThe `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\nIf the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`."
7751
7828
  }
7752
7829
  ]
7753
7830
  }
@@ -7802,11 +7879,6 @@
7802
7879
  "name": "growing-sub-text",
7803
7880
  "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
7804
7881
  "value": { "type": "string | undefined", "default": "undefined" }
7805
- },
7806
- {
7807
- "name": "disabled",
7808
- "description": "Disables the growing feature.",
7809
- "value": { "type": "boolean", "default": "false" }
7810
7882
  }
7811
7883
  ],
7812
7884
  "events": [
@@ -7831,11 +7903,6 @@
7831
7903
  "name": "growing-sub-text",
7832
7904
  "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
7833
7905
  "value": { "type": "string | undefined" }
7834
- },
7835
- {
7836
- "name": "disabled",
7837
- "description": "Disables the growing feature.",
7838
- "value": { "type": "boolean" }
7839
7906
  }
7840
7907
  ],
7841
7908
  "events": [
@@ -7858,7 +7925,7 @@
7858
7925
  },
7859
7926
  {
7860
7927
  "name": "min-width",
7861
- "description": "Defines the minimum width of the column.\n\nIf the table is in `Popin` mode, the column will move into the popin when\nwhen the minimum width does not fit anymore.",
7928
+ "description": "Defines the minimum width of the column.\n\nIf the table is in `Popin` mode and the minimum width does not fit anymore,\nthe column will move into the popin.\n\n**Note:** If `minWidth` has the `auto` value, the table ensures that the column is wider than at least `3rem`.",
7862
7929
  "value": { "type": "string", "default": "\"auto\"" }
7863
7930
  },
7864
7931
  {
@@ -7890,7 +7957,7 @@
7890
7957
  },
7891
7958
  {
7892
7959
  "name": "min-width",
7893
- "description": "Defines the minimum width of the column.\n\nIf the table is in `Popin` mode, the column will move into the popin when\nwhen the minimum width does not fit anymore.",
7960
+ "description": "Defines the minimum width of the column.\n\nIf the table is in `Popin` mode and the minimum width does not fit anymore,\nthe column will move into the popin.\n\n**Note:** If `minWidth` has the `auto` value, the table ensures that the column is wider than at least `3rem`.",
7894
7961
  "value": { "type": "string" }
7895
7962
  },
7896
7963
  {
@@ -7967,6 +8034,11 @@
7967
8034
  "name": "navigated",
7968
8035
  "description": "Defines the navigated state of the row.",
7969
8036
  "value": { "type": "boolean", "default": "false" }
8037
+ },
8038
+ {
8039
+ "name": "movable",
8040
+ "description": "Defines whether the row is movable.",
8041
+ "value": { "type": "boolean", "default": "false" }
7970
8042
  }
7971
8043
  ],
7972
8044
  "slots": [
@@ -7997,6 +8069,11 @@
7997
8069
  "name": "navigated",
7998
8070
  "description": "Defines the navigated state of the row.",
7999
8071
  "value": { "type": "boolean" }
8072
+ },
8073
+ {
8074
+ "name": "movable",
8075
+ "description": "Defines whether the row is movable.",
8076
+ "value": { "type": "boolean" }
8000
8077
  }
8001
8078
  ],
8002
8079
  "events": []
@@ -8745,7 +8822,7 @@
8745
8822
  },
8746
8823
  {
8747
8824
  "name": "ui5-toggle-button",
8748
- "description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.",
8825
+ "description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n---\n\n\n### **Events:**\n - **active-state-change** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.",
8749
8826
  "doc-url": "",
8750
8827
  "attributes": [
8751
8828
  {
@@ -8828,7 +8905,7 @@
8828
8905
  ],
8829
8906
  "events": [
8830
8907
  {
8831
- "name": "click",
8908
+ "name": "active-state-change",
8832
8909
  "description": "Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
8833
8910
  }
8834
8911
  ],
@@ -8904,7 +8981,7 @@
8904
8981
  ],
8905
8982
  "events": [
8906
8983
  {
8907
- "name": "click",
8984
+ "name": "active-state-change",
8908
8985
  "description": "Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
8909
8986
  }
8910
8987
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.5.0-rc.3",
3
+ "version": "2.6.0-rc.0",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -50,17 +50,17 @@
50
50
  "directory": "packages/main"
51
51
  },
52
52
  "dependencies": {
53
- "@ui5/webcomponents-base": "2.5.0-rc.3",
54
- "@ui5/webcomponents-icons": "2.5.0-rc.3",
55
- "@ui5/webcomponents-icons-business-suite": "2.5.0-rc.3",
56
- "@ui5/webcomponents-icons-tnt": "2.5.0-rc.3",
57
- "@ui5/webcomponents-localization": "2.5.0-rc.3",
58
- "@ui5/webcomponents-theming": "2.5.0-rc.3"
53
+ "@ui5/webcomponents-base": "2.6.0-rc.0",
54
+ "@ui5/webcomponents-icons": "2.6.0-rc.0",
55
+ "@ui5/webcomponents-icons-business-suite": "2.6.0-rc.0",
56
+ "@ui5/webcomponents-icons-tnt": "2.6.0-rc.0",
57
+ "@ui5/webcomponents-localization": "2.6.0-rc.0",
58
+ "@ui5/webcomponents-theming": "2.6.0-rc.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@ui5/webcomponents-tools": "2.5.0-rc.3",
61
+ "@ui5/webcomponents-tools": "2.6.0-rc.0",
62
62
  "chromedriver": "^131.0.0",
63
63
  "lit": "^2.0.0"
64
64
  },
65
- "gitHead": "bb0393d3daabde7c97e6b5028ae81e34a5b060dc"
65
+ "gitHead": "17869d45f20b28009feaac9d6f59054ba530b3ae"
66
66
  }
@@ -0,0 +1,45 @@
1
+ import type AvatarGroup from "./AvatarGroup.js";
2
+ import Button from "./Button.js";
3
+ import AvatarSize from "./types/AvatarSize.js";
4
+
5
+ export default function AvatarGroupTemplate(this: AvatarGroup) {
6
+ return (
7
+ <div class="ui5-avatar-group-root">
8
+ <div
9
+ class="ui5-avatar-group-items"
10
+ role={this._role}
11
+ tabindex={this._groupTabIndex}
12
+ aria-label={this._ariaLabelText}
13
+ aria-haspopup={this._containerAriaHasPopup}
14
+ onClick={this._onClick}
15
+ onKeyUp={this._onkeyup}
16
+ onKeyDown={this._onkeydown}
17
+ onFocusIn={this._onfocusin}
18
+ >
19
+ <slot onClick={this.onAvatarClick} onui5-click={this.onAvatarUI5Click}></slot>
20
+
21
+ {this._customOverflowButton ?
22
+ <slot onClick={this.onOverflowButtonClick} name="overflowButton"></slot>
23
+ :
24
+ <Button
25
+ onClick={this.onOverflowButtonClick}
26
+ accessibilityAttributes={this._overflowButtonAccAttributes}
27
+ accessibleName={this._overflowButtonAriaLabelText}
28
+ hidden={this._overflowBtnHidden}
29
+ nonInteractive={this._isGroup}
30
+ class={{
31
+ "ui5-avatar-group-overflow-btn": true,
32
+ "ui5-avatar-group-overflow-btn-xs": this.firstAvatarSize === AvatarSize.XS,
33
+ "ui5-avatar-group-overflow-btn-s": this.firstAvatarSize === AvatarSize.S,
34
+ "ui5-avatar-group-overflow-btn-m": this.firstAvatarSize === AvatarSize.M,
35
+ "ui5-avatar-group-overflow-btn-l": this.firstAvatarSize === AvatarSize.L,
36
+ "ui5-avatar-group-overflow-btn-xl": this.firstAvatarSize === AvatarSize.XL,
37
+ }}
38
+ >
39
+ {this._overflowButtonText}
40
+ </Button>
41
+ }
42
+ </div>
43
+ </div>
44
+ );
45
+ }