@ui5/webcomponents 2.5.0-rc.2 → 2.5.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 (687) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/cypress/specs/Button.cy.ts +84 -70
  3. package/cypress/specs/ColorPicker.cy.ts +1 -1
  4. package/cypress/specs/FormSupport.cy.ts +64 -0
  5. package/cypress/specs/Link.cy.ts +16 -0
  6. package/cypress/specs/List.cy.ts +84 -0
  7. package/cypress/specs/Menu.cy.ts +39 -0
  8. package/cypress/specs/RatingIndicator.cy.ts +39 -0
  9. package/cypress/specs/TableGrowing.cy.ts +0 -78
  10. package/cypress/specs/TableVirtualizer.cy.ts +246 -0
  11. package/dist/.tsbuildinfo +1 -1
  12. package/dist/Avatar.d.ts +3 -0
  13. package/dist/Avatar.js +1 -1
  14. package/dist/Avatar.js.map +1 -1
  15. package/dist/AvatarGroup.d.ts +4 -0
  16. package/dist/AvatarGroup.js +2 -13
  17. package/dist/AvatarGroup.js.map +1 -1
  18. package/dist/Bar.d.ts +3 -0
  19. package/dist/Bar.js +3 -0
  20. package/dist/Bar.js.map +1 -1
  21. package/dist/Breadcrumbs.d.ts +7 -4
  22. package/dist/Breadcrumbs.js +1 -23
  23. package/dist/Breadcrumbs.js.map +1 -1
  24. package/dist/Button.d.ts +12 -0
  25. package/dist/Button.js +7 -1
  26. package/dist/Button.js.map +1 -1
  27. package/dist/Calendar.d.ts +7 -2
  28. package/dist/Calendar.js +11 -22
  29. package/dist/Calendar.js.map +1 -1
  30. package/dist/CalendarLegend.d.ts +4 -0
  31. package/dist/CalendarLegend.js +1 -4
  32. package/dist/CalendarLegend.js.map +1 -1
  33. package/dist/CardHeader.d.ts +3 -0
  34. package/dist/CardHeader.js +1 -1
  35. package/dist/CardHeader.js.map +1 -1
  36. package/dist/Carousel.d.ts +3 -0
  37. package/dist/Carousel.js +1 -7
  38. package/dist/Carousel.js.map +1 -1
  39. package/dist/CheckBox.d.ts +4 -0
  40. package/dist/CheckBox.js +1 -1
  41. package/dist/CheckBox.js.map +1 -1
  42. package/dist/ColorPalette.d.ts +3 -0
  43. package/dist/ColorPalette.js +2 -11
  44. package/dist/ColorPalette.js.map +1 -1
  45. package/dist/ColorPalettePopover.d.ts +4 -0
  46. package/dist/ColorPalettePopover.js +1 -9
  47. package/dist/ColorPalettePopover.js.map +1 -1
  48. package/dist/ColorPicker.d.ts +6 -4
  49. package/dist/ColorPicker.js +7 -8
  50. package/dist/ColorPicker.js.map +1 -1
  51. package/dist/ComboBox.d.ts +5 -0
  52. package/dist/ComboBox.js +1 -7
  53. package/dist/ComboBox.js.map +1 -1
  54. package/dist/DatePicker.d.ts +9 -1
  55. package/dist/DatePicker.js +2 -44
  56. package/dist/DatePicker.js.map +1 -1
  57. package/dist/DayPicker.d.ts +4 -0
  58. package/dist/DayPicker.js +1 -1
  59. package/dist/DayPicker.js.map +1 -1
  60. package/dist/Dialog.d.ts +1 -0
  61. package/dist/Dialog.js.map +1 -1
  62. package/dist/FileUploader.d.ts +4 -0
  63. package/dist/FileUploader.js +1 -13
  64. package/dist/FileUploader.js.map +1 -1
  65. package/dist/Icon.d.ts +4 -1
  66. package/dist/Icon.js +2 -2
  67. package/dist/Icon.js.map +1 -1
  68. package/dist/Input.d.ts +10 -0
  69. package/dist/Input.js +2 -28
  70. package/dist/Input.js.map +1 -1
  71. package/dist/Link.d.ts +11 -0
  72. package/dist/Link.js +7 -19
  73. package/dist/Link.js.map +1 -1
  74. package/dist/List.d.ts +13 -0
  75. package/dist/List.js +29 -84
  76. package/dist/List.js.map +1 -1
  77. package/dist/ListItem.d.ts +7 -0
  78. package/dist/ListItem.js +1 -4
  79. package/dist/ListItem.js.map +1 -1
  80. package/dist/ListItemBase.d.ts +9 -2
  81. package/dist/ListItemBase.js +1 -1
  82. package/dist/ListItemBase.js.map +1 -1
  83. package/dist/ListItemGroup.d.ts +4 -0
  84. package/dist/ListItemGroup.js +1 -21
  85. package/dist/ListItemGroup.js.map +1 -1
  86. package/dist/Menu.d.ts +8 -0
  87. package/dist/Menu.js +13 -38
  88. package/dist/Menu.js.map +1 -1
  89. package/dist/MenuItem.d.ts +1 -0
  90. package/dist/MenuItem.js +8 -0
  91. package/dist/MenuItem.js.map +1 -1
  92. package/dist/MessageStrip.d.ts +3 -0
  93. package/dist/MessageStrip.js +1 -1
  94. package/dist/MessageStrip.js.map +1 -1
  95. package/dist/MonthPicker.d.ts +4 -0
  96. package/dist/MonthPicker.js +1 -1
  97. package/dist/MonthPicker.js.map +1 -1
  98. package/dist/MultiComboBox.d.ts +7 -0
  99. package/dist/MultiComboBox.js +1 -9
  100. package/dist/MultiComboBox.js.map +1 -1
  101. package/dist/MultiComboBoxItem.d.ts +4 -0
  102. package/dist/MultiComboBoxItem.js +1 -1
  103. package/dist/MultiComboBoxItem.js.map +1 -1
  104. package/dist/MultiInput.d.ts +4 -0
  105. package/dist/MultiInput.js +1 -7
  106. package/dist/MultiInput.js.map +1 -1
  107. package/dist/Panel.d.ts +3 -0
  108. package/dist/Panel.js +1 -1
  109. package/dist/Panel.js.map +1 -1
  110. package/dist/Popover.d.ts +1 -0
  111. package/dist/Popover.js +11 -2
  112. package/dist/Popover.js.map +1 -1
  113. package/dist/Popup.d.ts +7 -0
  114. package/dist/Popup.js +4 -12
  115. package/dist/Popup.js.map +1 -1
  116. package/dist/RadioButton.d.ts +3 -0
  117. package/dist/RadioButton.js +1 -1
  118. package/dist/RadioButton.js.map +1 -1
  119. package/dist/RatingIndicator.d.ts +4 -0
  120. package/dist/RatingIndicator.js +4 -1
  121. package/dist/RatingIndicator.js.map +1 -1
  122. package/dist/ResponsivePopover.d.ts +5 -3
  123. package/dist/ResponsivePopover.js +10 -8
  124. package/dist/ResponsivePopover.js.map +1 -1
  125. package/dist/SegmentedButton.d.ts +3 -0
  126. package/dist/SegmentedButton.js +2 -9
  127. package/dist/SegmentedButton.js.map +1 -1
  128. package/dist/Select.d.ts +8 -0
  129. package/dist/Select.js +1 -13
  130. package/dist/Select.js.map +1 -1
  131. package/dist/SliderBase.d.ts +4 -0
  132. package/dist/SliderBase.js +1 -1
  133. package/dist/SliderBase.js.map +1 -1
  134. package/dist/SplitButton.d.ts +4 -0
  135. package/dist/SplitButton.js +1 -1
  136. package/dist/SplitButton.js.map +1 -1
  137. package/dist/StepInput.d.ts +4 -0
  138. package/dist/StepInput.js +2 -16
  139. package/dist/StepInput.js.map +1 -1
  140. package/dist/Switch.d.ts +4 -0
  141. package/dist/Switch.js +1 -1
  142. package/dist/Switch.js.map +1 -1
  143. package/dist/TabContainer.d.ts +5 -0
  144. package/dist/TabContainer.js +1 -31
  145. package/dist/TabContainer.js.map +1 -1
  146. package/dist/Table.d.ts +12 -1
  147. package/dist/Table.js +20 -11
  148. package/dist/Table.js.map +1 -1
  149. package/dist/TableGrowing.d.ts +4 -8
  150. package/dist/TableGrowing.js +2 -18
  151. package/dist/TableGrowing.js.map +1 -1
  152. package/dist/TableNavigation.js +6 -1
  153. package/dist/TableNavigation.js.map +1 -1
  154. package/dist/TableRow.d.ts +7 -0
  155. package/dist/TableRow.js +13 -0
  156. package/dist/TableRow.js.map +1 -1
  157. package/dist/TableSelection.d.ts +3 -0
  158. package/dist/TableSelection.js +1 -1
  159. package/dist/TableSelection.js.map +1 -1
  160. package/dist/TableUtils.d.ts +2 -1
  161. package/dist/TableUtils.js +10 -1
  162. package/dist/TableUtils.js.map +1 -1
  163. package/dist/TableVirtualizer.d.ts +99 -0
  164. package/dist/TableVirtualizer.js +251 -0
  165. package/dist/TableVirtualizer.js.map +1 -0
  166. package/dist/Tag.d.ts +3 -0
  167. package/dist/Tag.js +1 -1
  168. package/dist/Tag.js.map +1 -1
  169. package/dist/TextArea.d.ts +7 -0
  170. package/dist/TextArea.js +5 -5
  171. package/dist/TextArea.js.map +1 -1
  172. package/dist/TimePicker.d.ts +8 -1
  173. package/dist/TimePicker.js +1 -29
  174. package/dist/TimePicker.js.map +1 -1
  175. package/dist/TimePickerClock.d.ts +3 -0
  176. package/dist/TimePickerClock.js +7 -21
  177. package/dist/TimePickerClock.js.map +1 -1
  178. package/dist/TimePickerInternals.d.ts +3 -0
  179. package/dist/TimePickerInternals.js +1 -5
  180. package/dist/TimePickerInternals.js.map +1 -1
  181. package/dist/TimeSelectionClocks.d.ts +3 -0
  182. package/dist/TimeSelectionClocks.js +1 -1
  183. package/dist/TimeSelectionClocks.js.map +1 -1
  184. package/dist/TimeSelectionInputs.d.ts +3 -0
  185. package/dist/TimeSelectionInputs.js +1 -1
  186. package/dist/TimeSelectionInputs.js.map +1 -1
  187. package/dist/Toast.d.ts +3 -0
  188. package/dist/Toast.js +1 -1
  189. package/dist/Toast.js.map +1 -1
  190. package/dist/Token.d.ts +6 -2
  191. package/dist/Token.js +1 -5
  192. package/dist/Token.js.map +1 -1
  193. package/dist/Tokenizer.d.ts +6 -0
  194. package/dist/Tokenizer.js +1 -10
  195. package/dist/Tokenizer.js.map +1 -1
  196. package/dist/Toolbar.d.ts +3 -0
  197. package/dist/Toolbar.js +2 -7
  198. package/dist/Toolbar.js.map +1 -1
  199. package/dist/ToolbarButton.d.ts +3 -0
  200. package/dist/ToolbarButton.js +5 -2
  201. package/dist/ToolbarButton.js.map +1 -1
  202. package/dist/ToolbarSelect.d.ts +5 -0
  203. package/dist/ToolbarSelect.js +1 -7
  204. package/dist/ToolbarSelect.js.map +1 -1
  205. package/dist/Tree.d.ts +11 -0
  206. package/dist/Tree.js +1 -56
  207. package/dist/Tree.js.map +1 -1
  208. package/dist/TreeItemBase.d.ts +5 -0
  209. package/dist/TreeItemBase.js +1 -10
  210. package/dist/TreeItemBase.js.map +1 -1
  211. package/dist/YearPicker.d.ts +4 -0
  212. package/dist/YearPicker.js +1 -1
  213. package/dist/YearPicker.js.map +1 -1
  214. package/dist/bundle.esm.js +1 -0
  215. package/dist/bundle.esm.js.map +1 -1
  216. package/dist/css/themes/Avatar.css +1 -1
  217. package/dist/css/themes/AvatarGroup.css +1 -1
  218. package/dist/css/themes/Bar.css +1 -1
  219. package/dist/css/themes/Breadcrumbs.css +1 -1
  220. package/dist/css/themes/BusyIndicator.css +1 -1
  221. package/dist/css/themes/Button.css +1 -1
  222. package/dist/css/themes/Calendar.css +1 -1
  223. package/dist/css/themes/CalendarHeader.css +1 -1
  224. package/dist/css/themes/CalendarLegend.css +1 -1
  225. package/dist/css/themes/CalendarLegendItem.css +1 -1
  226. package/dist/css/themes/Card.css +1 -1
  227. package/dist/css/themes/CardHeader.css +1 -1
  228. package/dist/css/themes/Carousel.css +1 -1
  229. package/dist/css/themes/CheckBox.css +1 -1
  230. package/dist/css/themes/ColorPalette.css +1 -1
  231. package/dist/css/themes/ColorPaletteItem.css +1 -1
  232. package/dist/css/themes/ColorPalettePopover.css +1 -1
  233. package/dist/css/themes/ColorPicker.css +1 -1
  234. package/dist/css/themes/ComboBox.css +1 -1
  235. package/dist/css/themes/ComboBoxItem.css +1 -1
  236. package/dist/css/themes/DatePicker.css +1 -1
  237. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  238. package/dist/css/themes/DayPicker.css +1 -1
  239. package/dist/css/themes/Dialog.css +1 -1
  240. package/dist/css/themes/FileUploader.css +1 -1
  241. package/dist/css/themes/Form.css +1 -1
  242. package/dist/css/themes/FormItem.css +1 -1
  243. package/dist/css/themes/FormItemSpan.css +1 -1
  244. package/dist/css/themes/GrowingButton.css +1 -1
  245. package/dist/css/themes/Icon.css +1 -1
  246. package/dist/css/themes/Input.css +1 -1
  247. package/dist/css/themes/InputIcon.css +1 -1
  248. package/dist/css/themes/InputSharedStyles.css +1 -1
  249. package/dist/css/themes/Link.css +1 -1
  250. package/dist/css/themes/List.css +1 -1
  251. package/dist/css/themes/ListItem.css +1 -1
  252. package/dist/css/themes/ListItemBase.css +1 -1
  253. package/dist/css/themes/ListItemCustom.css +1 -1
  254. package/dist/css/themes/ListItemGroup.css +1 -1
  255. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  256. package/dist/css/themes/ListItemIcon.css +1 -1
  257. package/dist/css/themes/Menu.css +1 -1
  258. package/dist/css/themes/MenuItem.css +1 -1
  259. package/dist/css/themes/MessageStrip.css +1 -1
  260. package/dist/css/themes/MonthPicker.css +1 -1
  261. package/dist/css/themes/MultiComboBox.css +1 -1
  262. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  263. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  264. package/dist/css/themes/MultiInput.css +1 -1
  265. package/dist/css/themes/NavigationMenu.css +1 -1
  266. package/dist/css/themes/NavigationMenuItem.css +1 -1
  267. package/dist/css/themes/OptionBase.css +1 -1
  268. package/dist/css/themes/Panel.css +1 -1
  269. package/dist/css/themes/Popover.css +1 -1
  270. package/dist/css/themes/PopupsCommon.css +1 -1
  271. package/dist/css/themes/ProgressIndicator.css +1 -1
  272. package/dist/css/themes/RadioButton.css +1 -1
  273. package/dist/css/themes/RangeSlider.css +1 -1
  274. package/dist/css/themes/RatingIndicator.css +1 -1
  275. package/dist/css/themes/ResponsivePopover.css +1 -1
  276. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  277. package/dist/css/themes/SegmentedButton.css +1 -1
  278. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  279. package/dist/css/themes/Select.css +1 -1
  280. package/dist/css/themes/SliderBase.css +1 -1
  281. package/dist/css/themes/SplitButton.css +1 -1
  282. package/dist/css/themes/StepInput.css +1 -1
  283. package/dist/css/themes/SuggestionItem.css +1 -1
  284. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  285. package/dist/css/themes/Switch.css +1 -1
  286. package/dist/css/themes/TabContainer.css +1 -1
  287. package/dist/css/themes/TabInOverflow.css +1 -1
  288. package/dist/css/themes/TabInStrip.css +1 -1
  289. package/dist/css/themes/TabSemanticIcon.css +1 -1
  290. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  291. package/dist/css/themes/Table.css +1 -1
  292. package/dist/css/themes/TableCellBase.css +1 -1
  293. package/dist/css/themes/TableHeaderRow.css +1 -1
  294. package/dist/css/themes/TableRow.css +1 -1
  295. package/dist/css/themes/TableRowBase.css +1 -1
  296. package/dist/css/themes/Tag.css +1 -1
  297. package/dist/css/themes/Text.css +1 -1
  298. package/dist/css/themes/TextArea.css +1 -1
  299. package/dist/css/themes/TimePicker.css +1 -1
  300. package/dist/css/themes/Toast.css +1 -1
  301. package/dist/css/themes/ToggleButton.css +1 -1
  302. package/dist/css/themes/Token.css +1 -1
  303. package/dist/css/themes/Tokenizer.css +1 -1
  304. package/dist/css/themes/TokenizerPopover.css +1 -1
  305. package/dist/css/themes/Toolbar.css +1 -1
  306. package/dist/css/themes/ToolbarPopover.css +1 -1
  307. package/dist/css/themes/TreeItem.css +1 -1
  308. package/dist/css/themes/ValueStateMessage.css +1 -1
  309. package/dist/css/themes/YearPicker.css +1 -1
  310. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  311. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  312. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  313. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  314. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  315. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  316. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  317. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  318. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  319. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  320. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  321. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  322. package/dist/custom-elements-internal.json +280 -86
  323. package/dist/custom-elements.json +230 -51
  324. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  325. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  326. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  327. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  328. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  329. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  330. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  331. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  332. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  333. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  334. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  335. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  336. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  337. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  338. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  339. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  340. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  341. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  342. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  343. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  344. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  345. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  346. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  347. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  348. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  349. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  350. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  351. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  352. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  353. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  354. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  355. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  356. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  357. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  358. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  359. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  360. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  361. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  362. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  363. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  364. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  365. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  366. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  367. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  368. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  369. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  370. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  371. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  372. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  373. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  374. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  375. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  376. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  377. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  378. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  379. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  380. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  381. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  382. package/dist/generated/templates/BarTemplate.lit.js +1 -1
  383. package/dist/generated/templates/BarTemplate.lit.js.map +1 -1
  384. package/dist/generated/templates/ButtonTemplate.lit.js +1 -1
  385. package/dist/generated/templates/ButtonTemplate.lit.js.map +1 -1
  386. package/dist/generated/templates/LinkTemplate.lit.js +1 -1
  387. package/dist/generated/templates/LinkTemplate.lit.js.map +1 -1
  388. package/dist/generated/templates/RatingIndicatorTemplate.lit.js +1 -1
  389. package/dist/generated/templates/RatingIndicatorTemplate.lit.js.map +1 -1
  390. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +1 -1
  391. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js.map +1 -1
  392. package/dist/generated/templates/TableTemplate.lit.js +1 -1
  393. package/dist/generated/templates/TableTemplate.lit.js.map +1 -1
  394. package/dist/generated/templates/ToggleButtonTemplate.lit.js +1 -1
  395. package/dist/generated/templates/ToggleButtonTemplate.lit.js.map +1 -1
  396. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js +1 -1
  397. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js.map +1 -1
  398. package/dist/generated/themes/Avatar.css.js +1 -1
  399. package/dist/generated/themes/Avatar.css.js.map +1 -1
  400. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  401. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  402. package/dist/generated/themes/Bar.css.js +1 -1
  403. package/dist/generated/themes/Bar.css.js.map +1 -1
  404. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  405. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  406. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  407. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  408. package/dist/generated/themes/Button.css.js +1 -1
  409. package/dist/generated/themes/Button.css.js.map +1 -1
  410. package/dist/generated/themes/Calendar.css.js +1 -1
  411. package/dist/generated/themes/Calendar.css.js.map +1 -1
  412. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  413. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  414. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  415. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  416. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  417. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  418. package/dist/generated/themes/Card.css.js +1 -1
  419. package/dist/generated/themes/Card.css.js.map +1 -1
  420. package/dist/generated/themes/CardHeader.css.js +1 -1
  421. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  422. package/dist/generated/themes/Carousel.css.js +1 -1
  423. package/dist/generated/themes/Carousel.css.js.map +1 -1
  424. package/dist/generated/themes/CheckBox.css.js +1 -1
  425. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  426. package/dist/generated/themes/ColorPalette.css.js +1 -1
  427. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  428. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  429. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  430. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  431. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  432. package/dist/generated/themes/ColorPicker.css.js +1 -1
  433. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  434. package/dist/generated/themes/ComboBox.css.js +1 -1
  435. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  436. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  437. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  438. package/dist/generated/themes/DatePicker.css.js +1 -1
  439. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  440. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  441. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  442. package/dist/generated/themes/DayPicker.css.js +1 -1
  443. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  444. package/dist/generated/themes/Dialog.css.js +1 -1
  445. package/dist/generated/themes/Dialog.css.js.map +1 -1
  446. package/dist/generated/themes/FileUploader.css.js +1 -1
  447. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  448. package/dist/generated/themes/Form.css.js +1 -1
  449. package/dist/generated/themes/Form.css.js.map +1 -1
  450. package/dist/generated/themes/FormItem.css.js +1 -1
  451. package/dist/generated/themes/FormItem.css.js.map +1 -1
  452. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  453. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  454. package/dist/generated/themes/GrowingButton.css.js +1 -1
  455. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  456. package/dist/generated/themes/Icon.css.js +1 -1
  457. package/dist/generated/themes/Icon.css.js.map +1 -1
  458. package/dist/generated/themes/Input.css.js +1 -1
  459. package/dist/generated/themes/Input.css.js.map +1 -1
  460. package/dist/generated/themes/InputIcon.css.js +1 -1
  461. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  462. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  463. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  464. package/dist/generated/themes/Link.css.js +1 -1
  465. package/dist/generated/themes/Link.css.js.map +1 -1
  466. package/dist/generated/themes/List.css.js +1 -1
  467. package/dist/generated/themes/List.css.js.map +1 -1
  468. package/dist/generated/themes/ListItem.css.js +1 -1
  469. package/dist/generated/themes/ListItem.css.js.map +1 -1
  470. package/dist/generated/themes/ListItemBase.css.js +1 -1
  471. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  472. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  473. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  474. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  475. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  476. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  477. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  478. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  479. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  480. package/dist/generated/themes/Menu.css.js +1 -1
  481. package/dist/generated/themes/Menu.css.js.map +1 -1
  482. package/dist/generated/themes/MenuItem.css.js +1 -1
  483. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  484. package/dist/generated/themes/MessageStrip.css.js +1 -1
  485. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  486. package/dist/generated/themes/MonthPicker.css.js +1 -1
  487. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  488. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  489. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  490. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  491. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  492. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  493. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  494. package/dist/generated/themes/MultiInput.css.js +1 -1
  495. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  496. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  497. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  498. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  499. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  500. package/dist/generated/themes/OptionBase.css.js +1 -1
  501. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  502. package/dist/generated/themes/Panel.css.js +1 -1
  503. package/dist/generated/themes/Panel.css.js.map +1 -1
  504. package/dist/generated/themes/Popover.css.js +1 -1
  505. package/dist/generated/themes/Popover.css.js.map +1 -1
  506. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  507. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  508. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  509. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  510. package/dist/generated/themes/RadioButton.css.js +1 -1
  511. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  512. package/dist/generated/themes/RangeSlider.css.js +1 -1
  513. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  514. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  515. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  516. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  517. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  518. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  519. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  520. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  521. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  522. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  523. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  524. package/dist/generated/themes/Select.css.js +1 -1
  525. package/dist/generated/themes/Select.css.js.map +1 -1
  526. package/dist/generated/themes/SliderBase.css.js +1 -1
  527. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  528. package/dist/generated/themes/SplitButton.css.js +1 -1
  529. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  530. package/dist/generated/themes/StepInput.css.js +1 -1
  531. package/dist/generated/themes/StepInput.css.js.map +1 -1
  532. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  533. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  534. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  535. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  536. package/dist/generated/themes/Switch.css.js +1 -1
  537. package/dist/generated/themes/Switch.css.js.map +1 -1
  538. package/dist/generated/themes/TabContainer.css.js +1 -1
  539. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  540. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  541. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  542. package/dist/generated/themes/TabInStrip.css.js +1 -1
  543. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  544. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  545. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  546. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  547. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  548. package/dist/generated/themes/Table.css.js +1 -1
  549. package/dist/generated/themes/Table.css.js.map +1 -1
  550. package/dist/generated/themes/TableCellBase.css.js +1 -1
  551. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  552. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  553. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  554. package/dist/generated/themes/TableRow.css.js +1 -1
  555. package/dist/generated/themes/TableRow.css.js.map +1 -1
  556. package/dist/generated/themes/TableRowBase.css.js +1 -1
  557. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  558. package/dist/generated/themes/Tag.css.js +1 -1
  559. package/dist/generated/themes/Tag.css.js.map +1 -1
  560. package/dist/generated/themes/Text.css.js +1 -1
  561. package/dist/generated/themes/Text.css.js.map +1 -1
  562. package/dist/generated/themes/TextArea.css.js +1 -1
  563. package/dist/generated/themes/TextArea.css.js.map +1 -1
  564. package/dist/generated/themes/TimePicker.css.js +1 -1
  565. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  566. package/dist/generated/themes/Toast.css.js +1 -1
  567. package/dist/generated/themes/Toast.css.js.map +1 -1
  568. package/dist/generated/themes/ToggleButton.css.js +1 -1
  569. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  570. package/dist/generated/themes/Token.css.js +1 -1
  571. package/dist/generated/themes/Token.css.js.map +1 -1
  572. package/dist/generated/themes/Tokenizer.css.js +1 -1
  573. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  574. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  575. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  576. package/dist/generated/themes/Toolbar.css.js +1 -1
  577. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  578. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  579. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  580. package/dist/generated/themes/TreeItem.css.js +1 -1
  581. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  582. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  583. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  584. package/dist/generated/themes/YearPicker.css.js +1 -1
  585. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  586. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  587. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  588. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  589. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  590. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  591. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  592. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  593. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  594. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  595. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  596. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  597. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  598. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  599. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  600. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  601. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  602. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  603. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  604. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  605. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  606. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  607. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  608. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  609. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  610. package/dist/vscode.html-custom-data.json +47 -10
  611. package/dist/web-types.json +114 -22
  612. package/package.json +9 -9
  613. package/src/Bar.hbs +3 -3
  614. package/src/Button.hbs +1 -0
  615. package/src/Link.hbs +1 -0
  616. package/src/RatingIndicator.hbs +1 -1
  617. package/src/ResponsivePopover.hbs +2 -2
  618. package/src/Table.hbs +6 -1
  619. package/src/i18n/messagebundle_ar.properties +2 -0
  620. package/src/i18n/messagebundle_bg.properties +2 -0
  621. package/src/i18n/messagebundle_ca.properties +2 -0
  622. package/src/i18n/messagebundle_cnr.properties +2 -0
  623. package/src/i18n/messagebundle_cs.properties +2 -0
  624. package/src/i18n/messagebundle_cy.properties +2 -0
  625. package/src/i18n/messagebundle_da.properties +2 -0
  626. package/src/i18n/messagebundle_de.properties +2 -0
  627. package/src/i18n/messagebundle_el.properties +2 -0
  628. package/src/i18n/messagebundle_en_GB.properties +2 -0
  629. package/src/i18n/messagebundle_es.properties +2 -0
  630. package/src/i18n/messagebundle_es_MX.properties +2 -0
  631. package/src/i18n/messagebundle_et.properties +2 -0
  632. package/src/i18n/messagebundle_fi.properties +2 -0
  633. package/src/i18n/messagebundle_fr.properties +2 -0
  634. package/src/i18n/messagebundle_fr_CA.properties +2 -0
  635. package/src/i18n/messagebundle_hi.properties +2 -0
  636. package/src/i18n/messagebundle_hr.properties +2 -0
  637. package/src/i18n/messagebundle_hu.properties +2 -0
  638. package/src/i18n/messagebundle_id.properties +2 -0
  639. package/src/i18n/messagebundle_it.properties +2 -0
  640. package/src/i18n/messagebundle_iw.properties +2 -0
  641. package/src/i18n/messagebundle_ja.properties +2 -0
  642. package/src/i18n/messagebundle_kk.properties +2 -0
  643. package/src/i18n/messagebundle_ko.properties +2 -0
  644. package/src/i18n/messagebundle_lt.properties +2 -0
  645. package/src/i18n/messagebundle_lv.properties +2 -0
  646. package/src/i18n/messagebundle_mk.properties +2 -0
  647. package/src/i18n/messagebundle_ms.properties +2 -0
  648. package/src/i18n/messagebundle_nl.properties +2 -0
  649. package/src/i18n/messagebundle_no.properties +2 -0
  650. package/src/i18n/messagebundle_pl.properties +2 -0
  651. package/src/i18n/messagebundle_pt.properties +2 -0
  652. package/src/i18n/messagebundle_pt_PT.properties +2 -0
  653. package/src/i18n/messagebundle_ro.properties +2 -0
  654. package/src/i18n/messagebundle_ru.properties +2 -0
  655. package/src/i18n/messagebundle_sh.properties +2 -0
  656. package/src/i18n/messagebundle_sk.properties +2 -0
  657. package/src/i18n/messagebundle_sl.properties +2 -0
  658. package/src/i18n/messagebundle_sr.properties +2 -0
  659. package/src/i18n/messagebundle_sv.properties +2 -0
  660. package/src/i18n/messagebundle_th.properties +2 -0
  661. package/src/i18n/messagebundle_tr.properties +2 -0
  662. package/src/i18n/messagebundle_uk.properties +2 -0
  663. package/src/i18n/messagebundle_vi.properties +2 -0
  664. package/src/i18n/messagebundle_zh_CN.properties +2 -0
  665. package/src/i18n/messagebundle_zh_TW.properties +2 -0
  666. package/src/themes/ListItem.css +4 -0
  667. package/src/themes/ListItemBase.css +8 -0
  668. package/src/themes/Popover.css +0 -8
  669. package/src/themes/RatingIndicator.css +1 -0
  670. package/src/themes/Table.css +15 -2
  671. package/src/themes/TableCellBase.css +1 -1
  672. package/src/themes/TableRow.css +5 -0
  673. package/src/themes/Tag.css +10 -0
  674. package/src/themes/base/RatingIndicator-parameters.css +3 -2
  675. package/src/themes/base/Tag-parameters.css +6 -0
  676. package/src/themes/base/rtl-parameters.css +2 -1
  677. package/src/themes/sap_fiori_3_hcb/Tag-parameters.css +2 -0
  678. package/src/themes/sap_fiori_3_hcw/Tag-parameters.css +2 -0
  679. package/src/themes/sap_horizon/RatingIndicator-parameters.css +0 -2
  680. package/src/themes/sap_horizon_dark/RatingIndicator-parameters.css +0 -2
  681. package/src/themes/sap_horizon_hcb/RatingIndicator-parameters.css +0 -1
  682. package/src/themes/sap_horizon_hcb/Tag-parameters.css +2 -0
  683. package/src/themes/sap_horizon_hcw/RatingIndicator-parameters.css +0 -1
  684. package/src/themes/sap_horizon_hcw/Tag-parameters.css +2 -0
  685. package/dist/types/ColorPickerDisplayMode.d.ts +0 -17
  686. package/dist/types/ColorPickerDisplayMode.js +0 -19
  687. package/dist/types/ColorPickerDisplayMode.js.map +0 -1
@@ -105,7 +105,7 @@
105
105
  },
106
106
  {
107
107
  "name": "ui5-bar",
108
- "description": "### Overview\nThe Bar is a container which is primarily used to hold titles, buttons and input elements\nand its design and functionality is the basis for page headers and footers.\nThe component consists of three areas to hold its content - startContent slot, default slot and endContent slot.\nIt has the capability to center content, such as a title, while having other components on the left and right side.\n\n### Usage\nWith the use of the design property, you can set the style of the Bar to appear designed like a Header, Subheader, Footer and FloatingFooter.\n\n**Note:** Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.\n\n### Responsive Behavior\nThe default slot will be centered in the available space between the startContent and the endContent areas,\ntherefore it might not always be centered in the entire bar.\n\n### Keyboard Handling\n\n#### Fast Navigation\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\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Bar.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **startContent** - Defines the content at the start of the bar.\n- **default** - Defines the content in the middle of the bar.\n- **endContent** - Defines the content at the end of the bar.\n\n### **CSS Parts:**\n - **bar** - Used to style the wrapper of the content of the component",
108
+ "description": "### Overview\nThe Bar is a container which is primarily used to hold titles, buttons and input elements\nand its design and functionality is the basis for page headers and footers.\nThe component consists of three areas to hold its content - startContent slot, default slot and endContent slot.\nIt has the capability to center content, such as a title, while having other components on the left and right side.\n\n### Usage\nWith the use of the design property, you can set the style of the Bar to appear designed like a Header, Subheader, Footer and FloatingFooter.\n\n**Note:** Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.\n\n### Responsive Behavior\nThe default slot will be centered in the available space between the startContent and the endContent areas,\ntherefore it might not always be centered in the entire bar.\n\n### Keyboard Handling\n\n#### Fast Navigation\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\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Bar.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **startContent** - Defines the content at the start of the bar.\n- **default** - Defines the content in the middle of the bar.\n- **endContent** - Defines the content at the end of the bar.\n\n### **CSS Parts:**\n - **bar** - Used to style the wrapper of the content of the component\n- **startContent** - Used to style the wrapper of the start content of the component\n- **midContent** - Used to style the wrapper of the middle content of the component\n- **endContent** - Used to style the wrapper of the end content of the component",
109
109
  "attributes": [
110
110
  {
111
111
  "name": "design",
@@ -254,6 +254,11 @@
254
254
  "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
255
255
  "values": [{ "name": "ButtonAccessibilityAttributes" }]
256
256
  },
257
+ {
258
+ "name": "accessible-description",
259
+ "description": "Defines the accessible description of the component.",
260
+ "values": []
261
+ },
257
262
  {
258
263
  "name": "type",
259
264
  "description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -762,9 +767,9 @@
762
767
  "values": []
763
768
  },
764
769
  {
765
- "name": "display-mode",
766
- "description": "Defines the display mode of the component.",
767
- "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": []
768
773
  }
769
774
  ],
770
775
  "references": []
@@ -1523,7 +1528,7 @@
1523
1528
  },
1524
1529
  {
1525
1530
  "name": "ui5-icon",
1526
- "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`.",
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-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`.",
1527
1532
  "attributes": [
1528
1533
  {
1529
1534
  "name": "design",
@@ -1747,6 +1752,11 @@
1747
1752
  "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
1748
1753
  "values": [{ "name": "LinkAccessibilityAttributes" }]
1749
1754
  },
1755
+ {
1756
+ "name": "accessible-description",
1757
+ "description": "Defines the accessible description of the component.",
1758
+ "values": []
1759
+ },
1750
1760
  {
1751
1761
  "name": "icon",
1752
1762
  "description": "Defines the icon, displayed as graphical element within the component before the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
@@ -3732,11 +3742,6 @@
3732
3742
  "name": "growing-sub-text",
3733
3743
  "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
3734
3744
  "values": []
3735
- },
3736
- {
3737
- "name": "disabled",
3738
- "description": "Disables the growing feature.",
3739
- "values": []
3740
3745
  }
3741
3746
  ],
3742
3747
  "references": []
@@ -3800,6 +3805,11 @@
3800
3805
  "description": "Unique identifier of the row.",
3801
3806
  "values": []
3802
3807
  },
3808
+ {
3809
+ "name": "position",
3810
+ "description": "Defines the position of the row respect to the total number of rows within the table when the <code>ui5-table-virtualizer</code> feature is used.",
3811
+ "values": []
3812
+ },
3803
3813
  {
3804
3814
  "name": "interactive",
3805
3815
  "description": "Defines the interactive state of the row.",
@@ -3840,6 +3850,28 @@
3840
3850
  ],
3841
3851
  "references": []
3842
3852
  },
3853
+ {
3854
+ "name": "ui5-table-virtualizer",
3855
+ "description": "### Overview\n\nThe `ui5-table-virtualizer` component is used inside the `ui5-table` to virtualize the table rows, if the `overflowMode` property of the table is set to 'Scroll'.\nIt is responsible for rendering only the rows that are visible in the viewport and updating them on scroll.\nThis allows large numbers of rows to exist, but maintain high performance by only paying the cost for those that are currently visible.\n\n**Note:** The maximum number of virtualized rows is limited by browser constraints, specifically the maximum supported height for a DOM element.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TableVirtualizer.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **range-change** - Fired when the virtualizer is changed by user interaction e.g. on scrolling.\n\n### **Methods:**\n - **reset(): _void_** - Resets the virtualizer to its initial state and triggers the `range-change` event.",
3856
+ "attributes": [
3857
+ {
3858
+ "name": "row-height",
3859
+ "description": "Defines the height of the rows in the table.\n\n**Note:** This property is mandatory for the virtualization to work properly.",
3860
+ "values": []
3861
+ },
3862
+ {
3863
+ "name": "row-count",
3864
+ "description": "Defines the total count of rows in the table.\n\n**Note:** This property is mandatory for the virtualization to work properly.",
3865
+ "values": []
3866
+ },
3867
+ {
3868
+ "name": "extra-rows",
3869
+ "description": "Defines the count of extra rows to be rendered at the top and bottom of the table.\n\n**Note:** This property is experimental and may be changed or deleted in the future.",
3870
+ "values": []
3871
+ }
3872
+ ],
3873
+ "references": []
3874
+ },
3843
3875
  {
3844
3876
  "name": "ui5-tag",
3845
3877
  "description": "### Overview\n\nThe `ui5-tag` is a component which serves\nthe purpose to attract the user attention to some piece\nof information (state, quantity, condition, etc.).\nIt can contain icon and text information, and its design can be chosen from specific design types.\n\n### Usage Guidelines\n\n- If the text is longer than the width of the component, it can wrap, or it can show ellipsis, depending on the `wrappingType` property.\n- Colors can be semantic or not semantic.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Tag.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the user clicks on an interactive tag.\n\n**Note:** The event will be fired if the `interactive` property is `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- **icon** - Defines the icon to be displayed in the component.",
@@ -4187,6 +4219,11 @@
4187
4219
  "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
4188
4220
  "values": [{ "name": "ButtonAccessibilityAttributes" }]
4189
4221
  },
4222
+ {
4223
+ "name": "accessible-description",
4224
+ "description": "Defines the accessible description of the component.",
4225
+ "values": []
4226
+ },
4190
4227
  {
4191
4228
  "name": "type",
4192
4229
  "description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -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.2",
4
+ "version": "2.5.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -232,7 +232,7 @@
232
232
  },
233
233
  {
234
234
  "name": "ui5-bar",
235
- "description": "### Overview\nThe Bar is a container which is primarily used to hold titles, buttons and input elements\nand its design and functionality is the basis for page headers and footers.\nThe component consists of three areas to hold its content - startContent slot, default slot and endContent slot.\nIt has the capability to center content, such as a title, while having other components on the left and right side.\n\n### Usage\nWith the use of the design property, you can set the style of the Bar to appear designed like a Header, Subheader, Footer and FloatingFooter.\n\n**Note:** Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.\n\n### Responsive Behavior\nThe default slot will be centered in the available space between the startContent and the endContent areas,\ntherefore it might not always be centered in the entire bar.\n\n### Keyboard Handling\n\n#### Fast Navigation\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\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Bar.js\";`\n---\n\n\n### **Slots:**\n - **startContent** - Defines the content at the start of the bar.\n- **default** - Defines the content in the middle of the bar.\n- **endContent** - Defines the content at the end of the bar.\n\n### **CSS Parts:**\n - **bar** - Used to style the wrapper of the content of the component",
235
+ "description": "### Overview\nThe Bar is a container which is primarily used to hold titles, buttons and input elements\nand its design and functionality is the basis for page headers and footers.\nThe component consists of three areas to hold its content - startContent slot, default slot and endContent slot.\nIt has the capability to center content, such as a title, while having other components on the left and right side.\n\n### Usage\nWith the use of the design property, you can set the style of the Bar to appear designed like a Header, Subheader, Footer and FloatingFooter.\n\n**Note:** Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.\n\n### Responsive Behavior\nThe default slot will be centered in the available space between the startContent and the endContent areas,\ntherefore it might not always be centered in the entire bar.\n\n### Keyboard Handling\n\n#### Fast Navigation\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\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Bar.js\";`\n---\n\n\n### **Slots:**\n - **startContent** - Defines the content at the start of the bar.\n- **default** - Defines the content in the middle of the bar.\n- **endContent** - Defines the content at the end of the bar.\n\n### **CSS Parts:**\n - **bar** - Used to style the wrapper of the content of the component\n- **startContent** - Used to style the wrapper of the start content of the component\n- **midContent** - Used to style the wrapper of the middle content of the component\n- **endContent** - Used to style the wrapper of the end content of the component",
236
236
  "doc-url": "",
237
237
  "attributes": [
238
238
  {
@@ -506,6 +506,11 @@
506
506
  "default": "{}"
507
507
  }
508
508
  },
509
+ {
510
+ "name": "accessible-description",
511
+ "description": "Defines the accessible description of the component.",
512
+ "value": { "type": "string | undefined", "default": "undefined" }
513
+ },
509
514
  {
510
515
  "name": "type",
511
516
  "description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -584,6 +589,11 @@
584
589
  "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
585
590
  "value": { "type": "ButtonAccessibilityAttributes" }
586
591
  },
592
+ {
593
+ "name": "accessible-description",
594
+ "description": "Defines the accessible description of the component.",
595
+ "value": { "type": "string | undefined" }
596
+ },
587
597
  {
588
598
  "name": "type",
589
599
  "description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -1525,12 +1535,9 @@
1525
1535
  "value": { "type": "string | undefined", "default": "undefined" }
1526
1536
  },
1527
1537
  {
1528
- "name": "display-mode",
1529
- "description": "Defines the display mode of the component.",
1530
- "value": {
1531
- "type": "\"Default\" | \"Simplified\"",
1532
- "default": "\"Default\""
1533
- }
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" }
1534
1541
  }
1535
1542
  ],
1536
1543
  "events": [
@@ -1552,9 +1559,9 @@
1552
1559
  "value": { "type": "string | undefined" }
1553
1560
  },
1554
1561
  {
1555
- "name": "display-mode",
1556
- "description": "Defines the display mode of the component.",
1557
- "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" }
1558
1565
  }
1559
1566
  ],
1560
1567
  "events": [
@@ -3140,7 +3147,7 @@
3140
3147
  },
3141
3148
  {
3142
3149
  "name": "ui5-icon",
3143
- "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`.",
3150
+ "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`.",
3144
3151
  "doc-url": "",
3145
3152
  "attributes": [
3146
3153
  {
@@ -3577,6 +3584,11 @@
3577
3584
  "default": "{}"
3578
3585
  }
3579
3586
  },
3587
+ {
3588
+ "name": "accessible-description",
3589
+ "description": "Defines the accessible description of the component.",
3590
+ "value": { "type": "string | undefined", "default": "undefined" }
3591
+ },
3580
3592
  {
3581
3593
  "name": "icon",
3582
3594
  "description": "Defines the icon, displayed as graphical element within the component before the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
@@ -3652,6 +3664,11 @@
3652
3664
  "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
3653
3665
  "value": { "type": "LinkAccessibilityAttributes" }
3654
3666
  },
3667
+ {
3668
+ "name": "accessible-description",
3669
+ "description": "Defines the accessible description of the component.",
3670
+ "value": { "type": "string | undefined" }
3671
+ },
3655
3672
  {
3656
3673
  "name": "icon",
3657
3674
  "description": "Defines the icon, displayed as graphical element within the component before the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
@@ -7782,11 +7799,6 @@
7782
7799
  "name": "growing-sub-text",
7783
7800
  "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
7784
7801
  "value": { "type": "string | undefined", "default": "undefined" }
7785
- },
7786
- {
7787
- "name": "disabled",
7788
- "description": "Disables the growing feature.",
7789
- "value": { "type": "boolean", "default": "false" }
7790
7802
  }
7791
7803
  ],
7792
7804
  "events": [
@@ -7811,11 +7823,6 @@
7811
7823
  "name": "growing-sub-text",
7812
7824
  "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
7813
7825
  "value": { "type": "string | undefined" }
7814
- },
7815
- {
7816
- "name": "disabled",
7817
- "description": "Disables the growing feature.",
7818
- "value": { "type": "boolean" }
7819
7826
  }
7820
7827
  ],
7821
7828
  "events": [
@@ -7933,6 +7940,11 @@
7933
7940
  "description": "Unique identifier of the row.",
7934
7941
  "value": { "type": "string", "default": "\"\"" }
7935
7942
  },
7943
+ {
7944
+ "name": "position",
7945
+ "description": "Defines the position of the row respect to the total number of rows within the table when the <code>ui5-table-virtualizer</code> feature is used.",
7946
+ "value": { "type": "number", "default": "-1" }
7947
+ },
7936
7948
  {
7937
7949
  "name": "interactive",
7938
7950
  "description": "Defines the interactive state of the row.",
@@ -7958,6 +7970,11 @@
7958
7970
  "description": "Unique identifier of the row.",
7959
7971
  "value": { "type": "string" }
7960
7972
  },
7973
+ {
7974
+ "name": "position",
7975
+ "description": "Defines the position of the row respect to the total number of rows within the table when the <code>ui5-table-virtualizer</code> feature is used.",
7976
+ "value": { "type": "number" }
7977
+ },
7961
7978
  {
7962
7979
  "name": "interactive",
7963
7980
  "description": "Defines the interactive state of the row.",
@@ -8018,6 +8035,59 @@
8018
8035
  ]
8019
8036
  }
8020
8037
  },
8038
+ {
8039
+ "name": "ui5-table-virtualizer",
8040
+ "description": "### Overview\n\nThe `ui5-table-virtualizer` component is used inside the `ui5-table` to virtualize the table rows, if the `overflowMode` property of the table is set to 'Scroll'.\nIt is responsible for rendering only the rows that are visible in the viewport and updating them on scroll.\nThis allows large numbers of rows to exist, but maintain high performance by only paying the cost for those that are currently visible.\n\n**Note:** The maximum number of virtualized rows is limited by browser constraints, specifically the maximum supported height for a DOM element.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TableVirtualizer.js\";`\n---\n\n\n### **Events:**\n - **range-change** - Fired when the virtualizer is changed by user interaction e.g. on scrolling.\n\n### **Methods:**\n - **reset(): _void_** - Resets the virtualizer to its initial state and triggers the `range-change` event.",
8041
+ "doc-url": "",
8042
+ "attributes": [
8043
+ {
8044
+ "name": "row-height",
8045
+ "description": "Defines the height of the rows in the table.\n\n**Note:** This property is mandatory for the virtualization to work properly.",
8046
+ "value": { "type": "number", "default": "45" }
8047
+ },
8048
+ {
8049
+ "name": "row-count",
8050
+ "description": "Defines the total count of rows in the table.\n\n**Note:** This property is mandatory for the virtualization to work properly.",
8051
+ "value": { "type": "number", "default": "100" }
8052
+ },
8053
+ {
8054
+ "name": "extra-rows",
8055
+ "description": "Defines the count of extra rows to be rendered at the top and bottom of the table.\n\n**Note:** This property is experimental and may be changed or deleted in the future.",
8056
+ "value": { "type": "number", "default": "0" }
8057
+ }
8058
+ ],
8059
+ "events": [
8060
+ {
8061
+ "name": "range-change",
8062
+ "description": "Fired when the virtualizer is changed by user interaction e.g. on scrolling."
8063
+ }
8064
+ ],
8065
+ "js": {
8066
+ "properties": [
8067
+ {
8068
+ "name": "row-height",
8069
+ "description": "Defines the height of the rows in the table.\n\n**Note:** This property is mandatory for the virtualization to work properly.",
8070
+ "value": { "type": "number" }
8071
+ },
8072
+ {
8073
+ "name": "row-count",
8074
+ "description": "Defines the total count of rows in the table.\n\n**Note:** This property is mandatory for the virtualization to work properly.",
8075
+ "value": { "type": "number" }
8076
+ },
8077
+ {
8078
+ "name": "extra-rows",
8079
+ "description": "Defines the count of extra rows to be rendered at the top and bottom of the table.\n\n**Note:** This property is experimental and may be changed or deleted in the future.",
8080
+ "value": { "type": "number" }
8081
+ }
8082
+ ],
8083
+ "events": [
8084
+ {
8085
+ "name": "range-change",
8086
+ "description": "Fired when the virtualizer is changed by user interaction e.g. on scrolling."
8087
+ }
8088
+ ]
8089
+ }
8090
+ },
8021
8091
  {
8022
8092
  "name": "ui5-tag",
8023
8093
  "description": "### Overview\n\nThe `ui5-tag` is a component which serves\nthe purpose to attract the user attention to some piece\nof information (state, quantity, condition, etc.).\nIt can contain icon and text information, and its design can be chosen from specific design types.\n\n### Usage Guidelines\n\n- If the text is longer than the width of the component, it can wrap, or it can show ellipsis, depending on the `wrappingType` property.\n- Colors can be semantic or not semantic.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Tag.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the user clicks on an interactive tag.\n\n**Note:** The event will be fired if the `interactive` property is `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- **icon** - Defines the icon to be displayed in the component.",
@@ -8721,6 +8791,11 @@
8721
8791
  "default": "{}"
8722
8792
  }
8723
8793
  },
8794
+ {
8795
+ "name": "accessible-description",
8796
+ "description": "Defines the accessible description of the component.",
8797
+ "value": { "type": "string | undefined", "default": "undefined" }
8798
+ },
8724
8799
  {
8725
8800
  "name": "type",
8726
8801
  "description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -8798,6 +8873,11 @@
8798
8873
  "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
8799
8874
  "value": { "type": "ButtonAccessibilityAttributes" }
8800
8875
  },
8876
+ {
8877
+ "name": "accessible-description",
8878
+ "description": "Defines the accessible description of the component.",
8879
+ "value": { "type": "string | undefined" }
8880
+ },
8801
8881
  {
8802
8882
  "name": "type",
8803
8883
  "description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -9950,6 +10030,18 @@
9950
10030
  "name": "part(bar)",
9951
10031
  "description": "Used to style the wrapper of the content of the component"
9952
10032
  },
10033
+ {
10034
+ "name": "part(startContent)",
10035
+ "description": "Used to style the wrapper of the start content of the component"
10036
+ },
10037
+ {
10038
+ "name": "part(midContent)",
10039
+ "description": "Used to style the wrapper of the middle content of the component"
10040
+ },
10041
+ {
10042
+ "name": "part(endContent)",
10043
+ "description": "Used to style the wrapper of the end content of the component"
10044
+ },
9953
10045
  {
9954
10046
  "name": "part(button)",
9955
10047
  "description": "Used to style the native button element"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.5.0-rc.2",
3
+ "version": "2.5.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.2",
54
- "@ui5/webcomponents-icons": "2.5.0-rc.2",
55
- "@ui5/webcomponents-icons-business-suite": "2.5.0-rc.2",
56
- "@ui5/webcomponents-icons-tnt": "2.5.0-rc.2",
57
- "@ui5/webcomponents-localization": "2.5.0-rc.2",
58
- "@ui5/webcomponents-theming": "2.5.0-rc.2"
53
+ "@ui5/webcomponents-base": "2.5.0",
54
+ "@ui5/webcomponents-icons": "2.5.0",
55
+ "@ui5/webcomponents-icons-business-suite": "2.5.0",
56
+ "@ui5/webcomponents-icons-tnt": "2.5.0",
57
+ "@ui5/webcomponents-localization": "2.5.0",
58
+ "@ui5/webcomponents-theming": "2.5.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@ui5/webcomponents-tools": "2.5.0-rc.2",
61
+ "@ui5/webcomponents-tools": "2.5.0",
62
62
  "chromedriver": "^131.0.0",
63
63
  "lit": "^2.0.0"
64
64
  },
65
- "gitHead": "9208967c396111dd2ee4bf45f3a5fea021fa5704"
65
+ "gitHead": "fcedbbfe572884f193b3f8900b16931b51a5c48d"
66
66
  }
package/src/Bar.hbs CHANGED
@@ -4,13 +4,13 @@
4
4
  role="toolbar"
5
5
  part="bar"
6
6
  >
7
- <div class="ui5-bar-content-container ui5-bar-startcontent-container">
7
+ <div class="ui5-bar-content-container ui5-bar-startcontent-container" part="startContent">
8
8
  <slot name="startContent"></slot>
9
9
  </div>
10
- <div class="ui5-bar-content-container ui5-bar-midcontent-container">
10
+ <div class="ui5-bar-content-container ui5-bar-midcontent-container" part="midContent">
11
11
  <slot></slot>
12
12
  </div>
13
- <div class="ui5-bar-content-container ui5-bar-endcontent-container">
13
+ <div class="ui5-bar-content-container ui5-bar-endcontent-container" part="endContent">
14
14
  <slot name="endContent"></slot>
15
15
  </div>
16
16
  </div>
package/src/Button.hbs CHANGED
@@ -17,6 +17,7 @@
17
17
  aria-haspopup="{{_hasPopup}}"
18
18
  aria-label="{{ariaLabelText}}"
19
19
  aria-describedby="{{ariaDescribedbyText}}"
20
+ aria-description="{{ariaDescriptionText}}"
20
21
  title="{{buttonTitle}}"
21
22
  part="button"
22
23
  role="{{effectiveAccRole}}"
package/src/Link.hbs CHANGED
@@ -12,6 +12,7 @@
12
12
  aria-haspopup="{{_hasPopup}}"
13
13
  aria-expanded="{{accessibilityAttributes.expanded}}"
14
14
  aria-current="{{accessibilityAttributes.current}}"
15
+ aria-description="{{ariaDescriptionText}}"
15
16
  @click={{_onclick}}
16
17
  @keydown={{_onkeydown}}
17
18
  @keyup={{_onkeyup}}>
@@ -27,7 +27,7 @@
27
27
  </li>
28
28
  {{else if this.halfStar}}
29
29
  <li class="ui5-rating-indicator-item ui5-rating-indicator-item-half">
30
- <ui5-icon data-ui5-value="{{this.index}}" name="unfavorite"></ui5-icon>
30
+ <ui5-icon data-ui5-value="{{this.index}}" name="{{../halfStarIconName}}"></ui5-icon>
31
31
  <div class="ui5-rating-indicator-half-icon-wrapper">
32
32
  <ui5-icon data-ui5-value="{{this.index}}" name="favorite" class="ui5-rating-indicator-half-icon"></ui5-icon>
33
33
  </div>
@@ -8,8 +8,8 @@
8
8
  ?prevent-initial-focus="{{preventInitialFocus}}"
9
9
  initial-focus="{{initialFocus}}"
10
10
  @ui5-before-open="{{_beforeDialogOpen}}"
11
- @ui5-open="{{_propagateDialogEvent}}"
12
- @ui5-before-close="{{_propagateDialogEvent}}"
11
+ @ui5-open="{{_afterDialogOpen}}"
12
+ @ui5-before-close="{{_beforeDialogClose}}"
13
13
  @ui5-close="{{_afterDialogClose}}"
14
14
  exportparts="content, header, footer"
15
15
  .open={{open}}
package/src/Table.hbs CHANGED
@@ -3,10 +3,15 @@
3
3
  <div id="table" role="grid"
4
4
  style="{{styles.table}}"
5
5
  aria-label="{{_ariaLabel}}"
6
+ aria-rowcount="{{_ariaRowCount}}"
6
7
  aria-multiselectable="{{_ariaMultiSelectable}}"
7
8
  >
8
9
  <slot name="headerRow"></slot>
9
- <slot></slot>
10
+ <div id="rows">
11
+ <div id="spacer" style="{{styles.spacer}}">
12
+ <slot></slot>
13
+ </div>
14
+ </div>
10
15
  {{#unless rows.length}}
11
16
  <ui5-table-row id="nodata-row">
12
17
  <ui5-table-cell id="nodata-cell" excluded-from-navigation>
@@ -296,6 +296,8 @@ TOKENIZER_POPOVER_REMOVE=كل البنود
296
296
 
297
297
  TOKENIZER_SHOW_ALL_ITEMS={0} من البنود
298
298
 
299
+ TOKENIZER_CLEAR_ALL=مسح الكل
300
+
299
301
  TREE_ITEM_ARIA_LABEL=عنصر الشجرة
300
302
 
301
303
  TREE_ITEM_EXPAND_NODE=توسيع العقدة
@@ -296,6 +296,8 @@ TOKENIZER_POPOVER_REMOVE=Всички позиции
296
296
 
297
297
  TOKENIZER_SHOW_ALL_ITEMS={0} позиции
298
298
 
299
+ TOKENIZER_CLEAR_ALL=Изчистване на всичко
300
+
299
301
  TREE_ITEM_ARIA_LABEL=Позиция от дърво
300
302
 
301
303
  TREE_ITEM_EXPAND_NODE=Разширяване на възел
@@ -296,6 +296,8 @@ TOKENIZER_POPOVER_REMOVE=Tots els articles
296
296
 
297
297
  TOKENIZER_SHOW_ALL_ITEMS={0} elements
298
298
 
299
+ TOKENIZER_CLEAR_ALL=Esborrar-ho tot
300
+
299
301
  TREE_ITEM_ARIA_LABEL=Element d''arbre
300
302
 
301
303
  TREE_ITEM_EXPAND_NODE=Desplegar nodes
@@ -296,6 +296,8 @@ TOKENIZER_POPOVER_REMOVE=Sve stavke
296
296
 
297
297
  TOKENIZER_SHOW_ALL_ITEMS={0} stavke(i)
298
298
 
299
+ TOKENIZER_CLEAR_ALL=Izbriši sve
300
+
299
301
  TREE_ITEM_ARIA_LABEL=Stavka stabla
300
302
 
301
303
  TREE_ITEM_EXPAND_NODE=Proširi čvor
@@ -296,6 +296,8 @@ TOKENIZER_POPOVER_REMOVE=Všechny položky
296
296
 
297
297
  TOKENIZER_SHOW_ALL_ITEMS={0} položky
298
298
 
299
+ TOKENIZER_CLEAR_ALL=Výmaz všech
300
+
299
301
  TREE_ITEM_ARIA_LABEL=Prvek stromu
300
302
 
301
303
  TREE_ITEM_EXPAND_NODE=Rozbalit uzel
@@ -296,6 +296,8 @@ TOKENIZER_POPOVER_REMOVE=Pob eitem
296
296
 
297
297
  TOKENIZER_SHOW_ALL_ITEMS={0} Eitem
298
298
 
299
+ TOKENIZER_CLEAR_ALL=Clirio Pob Un
300
+
299
301
  TREE_ITEM_ARIA_LABEL=Eitem Coeden
300
302
 
301
303
  TREE_ITEM_EXPAND_NODE=Ehangu Nodyn
@@ -296,6 +296,8 @@ TOKENIZER_POPOVER_REMOVE=Alle elementer
296
296
 
297
297
  TOKENIZER_SHOW_ALL_ITEMS={0} elementer
298
298
 
299
+ TOKENIZER_CLEAR_ALL=Nulstil alle
300
+
299
301
  TREE_ITEM_ARIA_LABEL=Træelement
300
302
 
301
303
  TREE_ITEM_EXPAND_NODE=Ekspander knude
@@ -296,6 +296,8 @@ TOKENIZER_POPOVER_REMOVE=Alle Elemente
296
296
 
297
297
  TOKENIZER_SHOW_ALL_ITEMS={0} Elemente
298
298
 
299
+ TOKENIZER_CLEAR_ALL=Alle löschen
300
+
299
301
  TREE_ITEM_ARIA_LABEL=Baumelement
300
302
 
301
303
  TREE_ITEM_EXPAND_NODE=Knoten expandieren
@@ -296,6 +296,8 @@ TOKENIZER_POPOVER_REMOVE=Όλα τα στοιχεία
296
296
 
297
297
  TOKENIZER_SHOW_ALL_ITEMS={0} Είδη
298
298
 
299
+ TOKENIZER_CLEAR_ALL=Εκκαθάριση Ολων
300
+
299
301
  TREE_ITEM_ARIA_LABEL=Αναλ.Γραμ.Δέντρου
300
302
 
301
303
  TREE_ITEM_EXPAND_NODE=Επέκταση Κόμβου
@@ -296,6 +296,8 @@ TOKENIZER_POPOVER_REMOVE=All items
296
296
 
297
297
  TOKENIZER_SHOW_ALL_ITEMS={0} Items
298
298
 
299
+ TOKENIZER_CLEAR_ALL=Clear All
300
+
299
301
  TREE_ITEM_ARIA_LABEL=Tree Item
300
302
 
301
303
  TREE_ITEM_EXPAND_NODE=Expand Node