@ui5/webcomponents 2.19.2 → 2.20.0-rc.1

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 (270) hide show
  1. package/CHANGELOG.md +32 -4
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Avatar.d.ts +23 -2
  4. package/dist/Avatar.js +41 -4
  5. package/dist/Avatar.js.map +1 -1
  6. package/dist/AvatarGroup.d.ts +5 -0
  7. package/dist/AvatarGroup.js +17 -10
  8. package/dist/AvatarGroup.js.map +1 -1
  9. package/dist/AvatarTemplate.js +1 -1
  10. package/dist/AvatarTemplate.js.map +1 -1
  11. package/dist/Breadcrumbs.d.ts +4 -1
  12. package/dist/Breadcrumbs.js +4 -0
  13. package/dist/Breadcrumbs.js.map +1 -1
  14. package/dist/ColorPalette.d.ts +14 -0
  15. package/dist/ColorPalette.js +11 -1
  16. package/dist/ColorPalette.js.map +1 -1
  17. package/dist/ColorPalettePopover.d.ts +14 -0
  18. package/dist/ColorPalettePopover.js +6 -0
  19. package/dist/ColorPalettePopover.js.map +1 -1
  20. package/dist/ColorPalettePopoverTemplate.js +1 -1
  21. package/dist/ColorPalettePopoverTemplate.js.map +1 -1
  22. package/dist/ColorPaletteTemplate.js +1 -1
  23. package/dist/ColorPaletteTemplate.js.map +1 -1
  24. package/dist/ColorPicker.d.ts +14 -0
  25. package/dist/ColorPicker.js +11 -1
  26. package/dist/ColorPicker.js.map +1 -1
  27. package/dist/ColorPickerTemplate.js +1 -1
  28. package/dist/ColorPickerTemplate.js.map +1 -1
  29. package/dist/DateComponentBase.d.ts +2 -2
  30. package/dist/DateComponentBase.js +1 -1
  31. package/dist/DateComponentBase.js.map +1 -1
  32. package/dist/DatePicker.d.ts +3 -2
  33. package/dist/DatePicker.js +6 -3
  34. package/dist/DatePicker.js.map +1 -1
  35. package/dist/DatePickerPopoverTemplate.js +8 -4
  36. package/dist/DatePickerPopoverTemplate.js.map +1 -1
  37. package/dist/List.js +6 -0
  38. package/dist/List.js.map +1 -1
  39. package/dist/ListItemCustom.d.ts +21 -1
  40. package/dist/ListItemCustom.js +86 -2
  41. package/dist/ListItemCustom.js.map +1 -1
  42. package/dist/ListItemGroup.d.ts +1 -0
  43. package/dist/ListItemGroup.js +1 -0
  44. package/dist/ListItemGroup.js.map +1 -1
  45. package/dist/ListItemGroupTemplate.js +1 -1
  46. package/dist/ListItemGroupTemplate.js.map +1 -1
  47. package/dist/Menu.d.ts +2 -1
  48. package/dist/Menu.js +14 -7
  49. package/dist/Menu.js.map +1 -1
  50. package/dist/MenuItem.d.ts +1 -0
  51. package/dist/MenuItem.js +6 -2
  52. package/dist/MenuItem.js.map +1 -1
  53. package/dist/MultiComboBoxPopoverTemplate.js +2 -1
  54. package/dist/MultiComboBoxPopoverTemplate.js.map +1 -1
  55. package/dist/MultiInputTemplate.js +2 -1
  56. package/dist/MultiInputTemplate.js.map +1 -1
  57. package/dist/Panel.d.ts +3 -0
  58. package/dist/Panel.js +13 -0
  59. package/dist/Panel.js.map +1 -1
  60. package/dist/PanelTemplate.js +1 -1
  61. package/dist/PanelTemplate.js.map +1 -1
  62. package/dist/RatingIndicator.d.ts +17 -0
  63. package/dist/RatingIndicator.js +12 -0
  64. package/dist/RatingIndicator.js.map +1 -1
  65. package/dist/RatingIndicatorTemplate.js +6 -8
  66. package/dist/RatingIndicatorTemplate.js.map +1 -1
  67. package/dist/SplitButton.d.ts +2 -0
  68. package/dist/SplitButton.js +5 -0
  69. package/dist/SplitButton.js.map +1 -1
  70. package/dist/StepInput.js +2 -2
  71. package/dist/StepInput.js.map +1 -1
  72. package/dist/Switch.js +2 -2
  73. package/dist/Switch.js.map +1 -1
  74. package/dist/TimePickerPopoverTemplate.js +2 -3
  75. package/dist/TimePickerPopoverTemplate.js.map +1 -1
  76. package/dist/Tokenizer.js +2 -2
  77. package/dist/Tokenizer.js.map +1 -1
  78. package/dist/Toolbar.d.ts +5 -2
  79. package/dist/Toolbar.js +29 -4
  80. package/dist/Toolbar.js.map +1 -1
  81. package/dist/ToolbarItem.d.ts +40 -1
  82. package/dist/ToolbarItem.js +97 -2
  83. package/dist/ToolbarItem.js.map +1 -1
  84. package/dist/ToolbarItemTemplate.d.ts +2 -0
  85. package/dist/ToolbarItemTemplate.js +5 -0
  86. package/dist/ToolbarItemTemplate.js.map +1 -0
  87. package/dist/ToolbarTemplate.js +9 -8
  88. package/dist/ToolbarTemplate.js.map +1 -1
  89. package/dist/bundle.esm.js +1 -0
  90. package/dist/bundle.esm.js.map +1 -1
  91. package/dist/css/themes/Avatar.css +1 -1
  92. package/dist/css/themes/Bar.css +1 -1
  93. package/dist/css/themes/DatePickerPopover.css +1 -1
  94. package/dist/css/themes/Panel.css +1 -1
  95. package/dist/css/themes/RatingIndicator.css +1 -1
  96. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  97. package/dist/css/themes/TimePickerPopover.css +1 -1
  98. package/dist/css/themes/Toolbar.css +1 -1
  99. package/dist/css/themes/ToolbarItem.css +1 -0
  100. package/dist/css/themes/ToolbarPopover.css +1 -1
  101. package/dist/custom-elements-internal.json +476 -11
  102. package/dist/custom-elements.json +340 -7
  103. package/dist/features/InputSuggestionsTemplate.js +2 -1
  104. package/dist/features/InputSuggestionsTemplate.js.map +1 -1
  105. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  106. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  107. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  108. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  109. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  110. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  111. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  112. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  113. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  114. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  115. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  116. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  117. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  118. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  119. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  120. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  121. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  122. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  123. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  124. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  125. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  126. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  127. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  128. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  129. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  130. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  131. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  132. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  133. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  134. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  135. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  136. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  137. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  138. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  139. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  140. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  141. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  142. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  143. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  144. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  145. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  146. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  147. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  148. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  149. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  150. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  151. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  152. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  153. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  154. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  155. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  156. package/dist/generated/i18n/i18n-defaults.d.ts +2 -2
  157. package/dist/generated/i18n/i18n-defaults.js +2 -2
  158. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  159. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  160. package/dist/generated/themes/Avatar.css.js +1 -1
  161. package/dist/generated/themes/Avatar.css.js.map +1 -1
  162. package/dist/generated/themes/Bar.css.d.ts +1 -1
  163. package/dist/generated/themes/Bar.css.js +1 -1
  164. package/dist/generated/themes/Bar.css.js.map +1 -1
  165. package/dist/generated/themes/DatePickerPopover.css.d.ts +1 -1
  166. package/dist/generated/themes/DatePickerPopover.css.js +1 -1
  167. package/dist/generated/themes/DatePickerPopover.css.js.map +1 -1
  168. package/dist/generated/themes/Panel.css.d.ts +1 -1
  169. package/dist/generated/themes/Panel.css.js +1 -1
  170. package/dist/generated/themes/Panel.css.js.map +1 -1
  171. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  172. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  173. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  174. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  175. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  176. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  177. package/dist/generated/themes/TimePickerPopover.css.d.ts +1 -1
  178. package/dist/generated/themes/TimePickerPopover.css.js +1 -1
  179. package/dist/generated/themes/TimePickerPopover.css.js.map +1 -1
  180. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  181. package/dist/generated/themes/Toolbar.css.js +1 -1
  182. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  183. package/dist/generated/themes/ToolbarItem.css.d.ts +2 -0
  184. package/dist/generated/themes/ToolbarItem.css.js +8 -0
  185. package/dist/generated/themes/ToolbarItem.css.js.map +1 -0
  186. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  187. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  188. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  189. package/dist/types/AvatarMode.d.ts +30 -0
  190. package/dist/types/AvatarMode.js +32 -0
  191. package/dist/types/AvatarMode.js.map +1 -0
  192. package/dist/vscode.html-custom-data.json +64 -14
  193. package/dist/web-types.json +234 -19
  194. package/package.json +10 -10
  195. package/src/AvatarTemplate.tsx +1 -0
  196. package/src/ColorPalettePopoverTemplate.tsx +3 -0
  197. package/src/ColorPaletteTemplate.tsx +1 -1
  198. package/src/ColorPickerTemplate.tsx +2 -2
  199. package/src/DatePickerPopoverTemplate.tsx +21 -10
  200. package/src/ListItemGroupTemplate.tsx +9 -3
  201. package/src/MultiComboBoxPopoverTemplate.tsx +8 -1
  202. package/src/MultiInputTemplate.tsx +2 -1
  203. package/src/PanelTemplate.tsx +2 -0
  204. package/src/RatingIndicatorTemplate.tsx +10 -10
  205. package/src/TimePickerPopoverTemplate.tsx +1 -9
  206. package/src/ToolbarItemTemplate.tsx +7 -0
  207. package/src/ToolbarTemplate.tsx +9 -16
  208. package/src/features/InputSuggestionsTemplate.tsx +9 -2
  209. package/src/i18n/messagebundle.properties +5 -5
  210. package/src/i18n/messagebundle_ar.properties +14 -8
  211. package/src/i18n/messagebundle_bg.properties +14 -8
  212. package/src/i18n/messagebundle_ca.properties +14 -8
  213. package/src/i18n/messagebundle_cnr.properties +14 -8
  214. package/src/i18n/messagebundle_cs.properties +14 -8
  215. package/src/i18n/messagebundle_cy.properties +14 -8
  216. package/src/i18n/messagebundle_da.properties +14 -8
  217. package/src/i18n/messagebundle_de.properties +14 -8
  218. package/src/i18n/messagebundle_el.properties +14 -8
  219. package/src/i18n/messagebundle_en.properties +14 -8
  220. package/src/i18n/messagebundle_en_GB.properties +14 -8
  221. package/src/i18n/messagebundle_en_US_sappsd.properties +17 -11
  222. package/src/i18n/messagebundle_en_US_saprigi.properties +17 -11
  223. package/src/i18n/messagebundle_en_US_saptrc.properties +17 -11
  224. package/src/i18n/messagebundle_es.properties +16 -10
  225. package/src/i18n/messagebundle_es_MX.properties +15 -9
  226. package/src/i18n/messagebundle_et.properties +14 -8
  227. package/src/i18n/messagebundle_fi.properties +14 -8
  228. package/src/i18n/messagebundle_fr.properties +14 -8
  229. package/src/i18n/messagebundle_fr_CA.properties +15 -9
  230. package/src/i18n/messagebundle_hi.properties +14 -8
  231. package/src/i18n/messagebundle_hr.properties +14 -8
  232. package/src/i18n/messagebundle_hu.properties +14 -8
  233. package/src/i18n/messagebundle_id.properties +14 -8
  234. package/src/i18n/messagebundle_it.properties +14 -8
  235. package/src/i18n/messagebundle_iw.properties +14 -8
  236. package/src/i18n/messagebundle_ja.properties +14 -8
  237. package/src/i18n/messagebundle_kk.properties +14 -8
  238. package/src/i18n/messagebundle_ko.properties +14 -8
  239. package/src/i18n/messagebundle_lt.properties +14 -8
  240. package/src/i18n/messagebundle_lv.properties +14 -8
  241. package/src/i18n/messagebundle_mk.properties +14 -8
  242. package/src/i18n/messagebundle_ms.properties +14 -8
  243. package/src/i18n/messagebundle_nl.properties +14 -8
  244. package/src/i18n/messagebundle_no.properties +14 -8
  245. package/src/i18n/messagebundle_pl.properties +14 -8
  246. package/src/i18n/messagebundle_pt.properties +14 -8
  247. package/src/i18n/messagebundle_pt_PT.properties +14 -8
  248. package/src/i18n/messagebundle_ro.properties +14 -8
  249. package/src/i18n/messagebundle_ru.properties +14 -8
  250. package/src/i18n/messagebundle_sh.properties +14 -8
  251. package/src/i18n/messagebundle_sk.properties +14 -8
  252. package/src/i18n/messagebundle_sl.properties +14 -8
  253. package/src/i18n/messagebundle_sr.properties +14 -8
  254. package/src/i18n/messagebundle_sv.properties +14 -8
  255. package/src/i18n/messagebundle_th.properties +14 -8
  256. package/src/i18n/messagebundle_tr.properties +14 -8
  257. package/src/i18n/messagebundle_uk.properties +14 -8
  258. package/src/i18n/messagebundle_vi.properties +14 -8
  259. package/src/i18n/messagebundle_zh_CN.properties +14 -8
  260. package/src/i18n/messagebundle_zh_TW.properties +15 -9
  261. package/src/themes/Avatar.css +39 -14
  262. package/src/themes/Bar.css +1 -1
  263. package/src/themes/DatePickerPopover.css +24 -1
  264. package/src/themes/Panel.css +5 -1
  265. package/src/themes/RatingIndicator.css +26 -12
  266. package/src/themes/ResponsivePopoverCommon.css +1 -1
  267. package/src/themes/TimePickerPopover.css +7 -0
  268. package/src/themes/Toolbar.css +11 -3
  269. package/src/themes/ToolbarItem.css +8 -0
  270. package/src/themes/ToolbarPopover.css +1 -1
@@ -3,7 +3,7 @@
3
3
  "tags": [
4
4
  {
5
5
  "name": "ui5-avatar",
6
- "description": "### Overview\n\nAn image-like component that has different display options for representing images and icons\nin different shapes and sizes, depending on the use case.\n\nThe shape can be circular or square. There are several predefined sizes, as well as an option to\nset a custom size.\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `interactive` property is set to true.\n- [Shift] - If [Space] is pressed, pressing [Shift] releases the component without triggering the click event.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Avatar.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired on mouseup, space and enter if avatar is interactive\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n\n### **Slots:**\n - **default** - Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is defined with the following CSS:<br/>\n`ui5-avatar:not(:defined) {`<br/>\n&nbsp;&nbsp;&nbsp;&nbsp;`visibility: hidden;`<br/>\n`}`\n- **badge** - Defines the optional badge that will be used for visual affordance.\n\n**Note:** While the slot allows for custom badges, to achieve\nthe Fiori design, use the `ui5-avatar-badge` component.",
6
+ "description": "### Overview\n\nAn image-like component that has different display options for representing images and icons\nin different shapes and sizes, depending on the use case.\n\nThe shape can be circular or square. There are several predefined sizes, as well as an option to\nset a custom size.\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `mode` is set to `Interactive` or the deprecated `interactive` property is set to true.\n- [Shift] - If [Space] is pressed, pressing [Shift] releases the component without triggering the click event.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Avatar.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired on mouseup, space and enter if avatar is interactive\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n\n### **Slots:**\n - **default** - Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is defined with the following CSS:<br/>\n`ui5-avatar:not(:defined) {`<br/>\n&nbsp;&nbsp;&nbsp;&nbsp;`visibility: hidden;`<br/>\n`}`\n- **badge** - Defines the optional badge that will be used for visual affordance.\n\n**Note:** While the slot allows for custom badges, to achieve\nthe Fiori design, use the `ui5-avatar-badge` component.",
7
7
  "attributes": [
8
8
  {
9
9
  "name": "disabled",
@@ -12,9 +12,18 @@
12
12
  },
13
13
  {
14
14
  "name": "interactive",
15
- "description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
15
+ "description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** When set to `true`, this property takes precedence over the `mode` property,\nand the avatar will be rendered as interactive (role=\"button\", focusable) regardless of the `mode` value.\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
16
16
  "values": []
17
17
  },
18
+ {
19
+ "name": "mode",
20
+ "description": "Defines the mode of the component.\n\n**Note:**\n- `Image` (default) - renders with role=\"img\"\n- `Decorative` - renders with role=\"presentation\" and aria-hidden=\"true\", making it purely decorative\n- `Interactive` - renders with role=\"button\", focusable (tabindex=\"0\"), and supports keyboard interaction\n\n**Note:** This property is ignored when the `interactive` property is set to `true`.\nIn that case, the avatar will always be rendered as interactive.",
21
+ "values": [
22
+ { "name": "Image" },
23
+ { "name": "Decorative" },
24
+ { "name": "Interactive" }
25
+ ]
26
+ },
18
27
  {
19
28
  "name": "icon",
20
29
  "description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
@@ -801,7 +810,18 @@
801
810
  {
802
811
  "name": "ui5-color-palette",
803
812
  "description": "### Overview\nThe `ui5-color-palette` provides the users with a range of predefined colors. The colors are fixed and do not change with the theme.\n\n### Usage\n\nThe `ui5-color-palette` is meant for users that need to select a color from a predefined set.\nTo define the colors, use the `ui5-color-palette-item` component inside the default slot of the `ui5-color-palette`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ColorPalette.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-click** - Fired when the user selects a color.\n\n### **Slots:**\n - **default** - Defines the `ui5-color-palette-item` elements.",
804
- "attributes": [],
813
+ "attributes": [
814
+ {
815
+ "name": "accessible-name",
816
+ "description": "Defines the accessible name of the component.",
817
+ "values": []
818
+ },
819
+ {
820
+ "name": "accessible-name-ref",
821
+ "description": "Receives id(or many ids) of the elements that label the component.",
822
+ "values": []
823
+ }
824
+ ],
805
825
  "references": []
806
826
  },
807
827
  {
@@ -845,6 +865,16 @@
845
865
  "description": "Defines the default color of the component.\n\n**Note:** The default color should be a part of the ColorPalette colors`",
846
866
  "values": []
847
867
  },
868
+ {
869
+ "name": "accessible-name",
870
+ "description": "Defines the accessible name of the component.",
871
+ "values": []
872
+ },
873
+ {
874
+ "name": "accessible-name-ref",
875
+ "description": "Receives id(or many ids) of the elements that label the component.",
876
+ "values": []
877
+ },
848
878
  {
849
879
  "name": "open",
850
880
  "description": "Defines the open | closed state of the popover.",
@@ -886,6 +916,16 @@
886
916
  "name": "simplified",
887
917
  "description": "When set to `true`, the alpha slider and inputs for RGB values will not be displayed.",
888
918
  "values": []
919
+ },
920
+ {
921
+ "name": "accessible-name",
922
+ "description": "Defines the accessible name of the component.",
923
+ "values": []
924
+ },
925
+ {
926
+ "name": "accessible-name-ref",
927
+ "description": "Receives id(or many ids) of the elements that label the component.",
928
+ "values": []
889
929
  }
890
930
  ],
891
931
  "references": []
@@ -997,7 +1037,7 @@
997
1037
  },
998
1038
  {
999
1039
  "name": "ui5-cb-item-group",
1000
- "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list 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- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-cb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
1040
+ "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list 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- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-cb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
1001
1041
  "attributes": [
1002
1042
  {
1003
1043
  "name": "header-text",
@@ -1083,7 +1123,7 @@
1083
1123
  },
1084
1124
  {
1085
1125
  "name": "ui5-date-picker",
1086
- "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"yyyy-MM-dd\",\na valid value string is \"2015-07-30\" and the same is displayed in the input.\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.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 is changed at each key stroke.\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- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidDisplayValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\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.\n\n### **CSS Parts:**\n - **input** - Used to style the input element. This part is forwarded to the underlying ui5-input element.",
1126
+ "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the valueFormat is \"yyyy-MM-dd\", the displayFormat is \"MMM d, y\", and the used locale is English, a valid value string is \"2015-07-30\", which leads to an output of \"Jul 30, 2015\".\nIf no placeholder is set to the DatePicker, the used displayFormat is displayed as a placeholder. If another placeholder is needed, it must be set.\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.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 is changed at each key stroke.\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- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidDisplayValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\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.\n\n### **CSS Parts:**\n - **input** - Used to style the input element. This part is forwarded to the underlying ui5-input element.",
1087
1127
  "attributes": [
1088
1128
  {
1089
1129
  "name": "value",
@@ -2362,7 +2402,7 @@
2362
2402
  },
2363
2403
  {
2364
2404
  "name": "ui5-li-group",
2365
- "description": "### Overview\nThe `ui5-li-group` is a special list item, used only to create groups of list items.\n\nThis is the item to use inside a `ui5-list`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list 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- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-li-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
2405
+ "description": "### Overview\nThe `ui5-li-group` is a special list item, used only to create groups of list items.\n\nThis is the item to use inside a `ui5-list`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list 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- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-li-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
2366
2406
  "attributes": [
2367
2407
  {
2368
2408
  "name": "header-text",
@@ -2799,7 +2839,7 @@
2799
2839
  },
2800
2840
  {
2801
2841
  "name": "ui5-mcb-item-group",
2802
- "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list 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- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-mcb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
2842
+ "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list 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- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-mcb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
2803
2843
  "attributes": [
2804
2844
  {
2805
2845
  "name": "header-text",
@@ -3450,6 +3490,16 @@
3450
3490
  "name": "tooltip",
3451
3491
  "description": "Defines the tooltip of the component.",
3452
3492
  "values": []
3493
+ },
3494
+ {
3495
+ "name": "icon-selected",
3496
+ "description": "Defines the icon to be displayed for the selected (filled) rating symbol.",
3497
+ "values": []
3498
+ },
3499
+ {
3500
+ "name": "icon-unselected",
3501
+ "description": "Defines the icon to be displayed for the unselected (empty) rating symbol.",
3502
+ "values": []
3453
3503
  }
3454
3504
  ],
3455
3505
  "references": []
@@ -4049,7 +4099,7 @@
4049
4099
  },
4050
4100
  {
4051
4101
  "name": "ui5-suggestion-item-group",
4052
- "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list 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- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
4102
+ "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list 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- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
4053
4103
  "attributes": [
4054
4104
  {
4055
4105
  "name": "header-text",
@@ -5091,7 +5141,7 @@
5091
5141
  },
5092
5142
  {
5093
5143
  "name": "ui5-toolbar-button",
5094
- "description": "### Overview\nThe `ui5-toolbar-button` represents an abstract action,\nused in the `ui5-toolbar`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarButton.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`.",
5144
+ "description": "### Overview\nThe `ui5-toolbar-button` represents an abstract action,\nused in the `ui5-toolbar`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarButton.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- **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
5095
5145
  "attributes": [
5096
5146
  {
5097
5147
  "name": "disabled",
@@ -5169,8 +5219,8 @@
5169
5219
  "references": []
5170
5220
  },
5171
5221
  {
5172
- "name": "toolbar-item",
5173
- "description": "Represents an abstract class for items, used in the `ui5-toolbar`.\n\n\n---\n\n\n",
5222
+ "name": "ui5-toolbar-item",
5223
+ "description": "Represents an abstract class for items, used in the `ui5-toolbar`.\n\n\n---\n\n\n\n\n### **Events:**\n - **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
5174
5224
  "attributes": [
5175
5225
  {
5176
5226
  "name": "overflow-priority",
@@ -5191,7 +5241,7 @@
5191
5241
  },
5192
5242
  {
5193
5243
  "name": "ui5-toolbar-select",
5194
- "description": "### Overview\nThe `ui5-toolbar-select` component is used to create a toolbar drop-down list.\nThe items inside the `ui5-toolbar-select` define the available options by using the `ui5-toolbar-select-option` component.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarSelect.js\";`\n\n`import \"@ui5/webcomponents/dist/ToolbarSelectOption.js\";` (comes with `ui5-toolbar-select`)\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **open** - Fired after the component's dropdown menu opens.\n- **close** - Fired after the component's dropdown menu closes.\n\n### **Slots:**\n - **default** - Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-toolbar-select-option` component to define the desired options.\n- **label** - Defines the HTML element that will be displayed in the component input part,\nrepresenting the selected option.",
5244
+ "description": "### Overview\nThe `ui5-toolbar-select` component is used to create a toolbar drop-down list.\nThe items inside the `ui5-toolbar-select` define the available options by using the `ui5-toolbar-select-option` component.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarSelect.js\";`\n\n`import \"@ui5/webcomponents/dist/ToolbarSelectOption.js\";` (comes with `ui5-toolbar-select`)\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **open** - Fired after the component's dropdown menu opens.\n- **close** - Fired after the component's dropdown menu closes.\n- **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-toolbar-select-option` component to define the desired options.\n- **label** - Defines the HTML element that will be displayed in the component input part,\nrepresenting the selected option.",
5195
5245
  "attributes": [
5196
5246
  {
5197
5247
  "name": "width",
@@ -5260,7 +5310,7 @@
5260
5310
  },
5261
5311
  {
5262
5312
  "name": "ui5-toolbar-separator",
5263
- "description": "### Overview\nThe `ui5-toolbar-separator` is an element, used for visual separation between two elements.\nIt takes no space in calculating toolbar items width.\n\n\n---\n\n\n",
5313
+ "description": "### Overview\nThe `ui5-toolbar-separator` is an element, used for visual separation between two elements.\nIt takes no space in calculating toolbar items width.\n\n\n---\n\n\n\n\n### **Events:**\n - **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
5264
5314
  "attributes": [
5265
5315
  {
5266
5316
  "name": "overflow-priority",
@@ -5281,7 +5331,7 @@
5281
5331
  },
5282
5332
  {
5283
5333
  "name": "ui5-toolbar-spacer",
5284
- "description": "### Overview\nThe `ui5-toolbar-spacer` is an element, used for taking needed space for toolbar items to take 100% width.\nIt takes no space in calculating toolbar items width.\n\n\n---\n\n\n",
5334
+ "description": "### Overview\nThe `ui5-toolbar-spacer` is an element, used for taking needed space for toolbar items to take 100% width.\nIt takes no space in calculating toolbar items width.\n\n\n---\n\n\n\n\n### **Events:**\n - **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
5285
5335
  "attributes": [
5286
5336
  {
5287
5337
  "name": "width",