@ui5/webcomponents 2.22.0-rc.4 → 2.22.0-rc.5

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 (156) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/ComboBox.d.ts +4 -0
  4. package/dist/ComboBox.js +6 -0
  5. package/dist/ComboBox.js.map +1 -1
  6. package/dist/DateTimePicker.d.ts +5 -6
  7. package/dist/DateTimePicker.js +9 -11
  8. package/dist/DateTimePicker.js.map +1 -1
  9. package/dist/Input.d.ts +4 -0
  10. package/dist/Input.js.map +1 -1
  11. package/dist/List.js +8 -0
  12. package/dist/List.js.map +1 -1
  13. package/dist/ListItem.d.ts +9 -5
  14. package/dist/ListItem.js +10 -9
  15. package/dist/ListItem.js.map +1 -1
  16. package/dist/ListItemBase.d.ts +6 -1
  17. package/dist/ListItemBase.js +16 -0
  18. package/dist/ListItemBase.js.map +1 -1
  19. package/dist/ListItemBaseTemplate.d.ts +2 -2
  20. package/dist/ListItemBaseTemplate.js.map +1 -1
  21. package/dist/ListItemGroup.d.ts +2 -0
  22. package/dist/ListItemGroup.js.map +1 -1
  23. package/dist/Menu.d.ts +4 -0
  24. package/dist/Menu.js.map +1 -1
  25. package/dist/MenuItemTemplate.d.ts +5 -1
  26. package/dist/MenuItemTemplate.js +8 -3
  27. package/dist/MenuItemTemplate.js.map +1 -1
  28. package/dist/MultiComboBox.d.ts +5 -1
  29. package/dist/MultiComboBox.js +33 -24
  30. package/dist/MultiComboBox.js.map +1 -1
  31. package/dist/MultiInput.d.ts +6 -0
  32. package/dist/MultiInput.js +36 -8
  33. package/dist/MultiInput.js.map +1 -1
  34. package/dist/Panel.d.ts +22 -0
  35. package/dist/Panel.js +51 -0
  36. package/dist/Panel.js.map +1 -1
  37. package/dist/PanelTemplate.js +5 -2
  38. package/dist/PanelTemplate.js.map +1 -1
  39. package/dist/Tab.d.ts +8 -1
  40. package/dist/Tab.js +13 -0
  41. package/dist/Tab.js.map +1 -1
  42. package/dist/TabContainer.d.ts +6 -3
  43. package/dist/TabContainer.js +11 -8
  44. package/dist/TabContainer.js.map +1 -1
  45. package/dist/Tokenizer.d.ts +1 -0
  46. package/dist/Tokenizer.js +12 -0
  47. package/dist/Tokenizer.js.map +1 -1
  48. package/dist/css/themes/Dialog.css +1 -1
  49. package/dist/css/themes/ListItemBase.css +1 -1
  50. package/dist/css/themes/OptionBase.css +1 -1
  51. package/dist/css/themes/Panel.css +1 -1
  52. package/dist/css/themes/SliderTooltip.css +1 -1
  53. package/dist/css/themes/Toolbar.css +1 -1
  54. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  55. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  56. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  57. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  58. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  59. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +2 -1
  60. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  61. package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +3 -2
  62. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  63. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  64. package/dist/custom-elements-internal.json +980 -8
  65. package/dist/custom-elements.json +431 -7
  66. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js +7 -2
  67. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js.map +1 -1
  68. package/dist/dynamic-date-range-options/FromDateTimeTemplate.js +1 -1
  69. package/dist/dynamic-date-range-options/FromDateTimeTemplate.js.map +1 -1
  70. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  71. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  72. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  73. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  74. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  75. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
  76. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  77. package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
  78. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  79. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  80. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  81. package/dist/generated/themes/Dialog.css.js +1 -1
  82. package/dist/generated/themes/Dialog.css.js.map +1 -1
  83. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  84. package/dist/generated/themes/ListItemBase.css.js +1 -1
  85. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  86. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  87. package/dist/generated/themes/OptionBase.css.js +1 -1
  88. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  89. package/dist/generated/themes/Panel.css.d.ts +1 -1
  90. package/dist/generated/themes/Panel.css.js +1 -1
  91. package/dist/generated/themes/Panel.css.js.map +1 -1
  92. package/dist/generated/themes/SliderTooltip.css.d.ts +1 -1
  93. package/dist/generated/themes/SliderTooltip.css.js +1 -1
  94. package/dist/generated/themes/SliderTooltip.css.js.map +1 -1
  95. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  96. package/dist/generated/themes/Toolbar.css.js +1 -1
  97. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  98. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  99. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  100. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  101. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  102. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  103. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  104. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  105. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  106. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  107. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  108. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  109. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  110. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  111. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  112. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  113. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
  114. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +2 -1
  115. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
  116. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  117. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  118. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  119. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
  120. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +3 -2
  121. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
  122. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  123. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  124. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  125. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  126. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  127. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  128. package/dist/vscode.html-custom-data.json +106 -18
  129. package/dist/web-types.json +265 -34
  130. package/package-scripts.cjs +1 -0
  131. package/package.json +9 -9
  132. package/src/ListItemBaseTemplate.tsx +3 -3
  133. package/src/MenuItemTemplate.tsx +21 -10
  134. package/src/PanelTemplate.tsx +12 -5
  135. package/src/dynamic-date-range-options/DateTimeRangeTemplate.tsx +8 -2
  136. package/src/dynamic-date-range-options/FromDateTimeTemplate.tsx +1 -1
  137. package/src/themes/Dialog.css +2 -2
  138. package/src/themes/ListItemBase.css +4 -3
  139. package/src/themes/OptionBase.css +6 -0
  140. package/src/themes/Panel.css +19 -2
  141. package/src/themes/SliderTooltip.css +1 -1
  142. package/src/themes/Toolbar.css +2 -2
  143. package/src/themes/base/Panel-parameters.css +1 -0
  144. package/src/themes/base/sizes-parameters.css +2 -2
  145. package/src/themes/sap_fiori_3_hcb/Link-parameters.css +1 -1
  146. package/src/themes/sap_fiori_3_hcw/Link-parameters.css +1 -1
  147. package/src/themes/sap_horizon_hcb/Link-parameters.css +1 -1
  148. package/src/themes/sap_horizon_hcw/Link-parameters.css +1 -1
  149. package/src/themes/base/SliderTooltip-parameters.css +0 -3
  150. package/src/themes/sap_fiori_3/SliderTooltip-parameters.css +0 -5
  151. package/src/themes/sap_fiori_3_dark/SliderTooltip-parameters.css +0 -5
  152. package/src/themes/sap_fiori_3_hcb/SliderTooltip-parameters.css +0 -5
  153. package/src/themes/sap_fiori_3_hcw/SliderTooltip-parameters.css +0 -5
  154. package/src/themes/sap_horizon_dark/SliderTooltip-parameters.css +0 -1
  155. package/src/themes/sap_horizon_hcb/SliderTooltip-parameters.css +0 -1
  156. package/src/themes/sap_horizon_hcw/SliderTooltip-parameters.css +0 -1
@@ -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.22.0-rc.4",
4
+ "version": "2.22.0-rc.5",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -2139,7 +2139,7 @@
2139
2139
  },
2140
2140
  {
2141
2141
  "name": "ui5-cb-item",
2142
- "description": "The `ui5-cb-item` represents the item for a `ui5-combobox`.\n---\n",
2142
+ "description": "The `ui5-cb-item` represents the item for a `ui5-combobox`.\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
2143
2143
  "doc-url": "",
2144
2144
  "attributes": [
2145
2145
  {
@@ -2158,7 +2158,12 @@
2158
2158
  "value": { "type": "string | undefined", "default": "undefined" }
2159
2159
  }
2160
2160
  ],
2161
- "events": [],
2161
+ "events": [
2162
+ {
2163
+ "name": "click",
2164
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
2165
+ }
2166
+ ],
2162
2167
  "js": {
2163
2168
  "properties": [
2164
2169
  {
@@ -2177,7 +2182,12 @@
2177
2182
  "value": { "type": "string | undefined" }
2178
2183
  }
2179
2184
  ],
2180
- "events": []
2185
+ "events": [
2186
+ {
2187
+ "name": "click",
2188
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
2189
+ }
2190
+ ]
2181
2191
  }
2182
2192
  },
2183
2193
  {
@@ -5335,7 +5345,7 @@
5335
5345
  },
5336
5346
  {
5337
5347
  "name": "ui5-li-custom",
5338
- "description": "A component to be used as custom list item within the `ui5-list`\nthe same way as the standard `ui5-li`.\n\nThe component accepts arbitrary HTML content to allow full customization.\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the content of the component.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n\n### **CSS Parts:**\n - **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode",
5348
+ "description": "A component to be used as custom list item within the `ui5-list`\nthe same way as the standard `ui5-li`.\n\nThe component accepts arbitrary HTML content to allow full customization.\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the content of the component.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n\n### **CSS Parts:**\n - **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode",
5339
5349
  "doc-url": "",
5340
5350
  "attributes": [
5341
5351
  {
@@ -5351,6 +5361,14 @@
5351
5361
  "description": "Defines the text alternative of the component.\n\n**Note**: If not provided a default text alternative will be set, if present.",
5352
5362
  "value": { "type": "string | undefined", "default": "undefined" }
5353
5363
  },
5364
+ {
5365
+ "name": "accessible-role",
5366
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
5367
+ "value": {
5368
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
5369
+ "default": "undefined"
5370
+ }
5371
+ },
5354
5372
  {
5355
5373
  "name": "highlight",
5356
5374
  "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
@@ -5399,6 +5417,10 @@
5399
5417
  }
5400
5418
  ],
5401
5419
  "events": [
5420
+ {
5421
+ "name": "click",
5422
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
5423
+ },
5402
5424
  {
5403
5425
  "name": "detail-click",
5404
5426
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -5416,6 +5438,13 @@
5416
5438
  "description": "Defines the text alternative of the component.\n\n**Note**: If not provided a default text alternative will be set, if present.",
5417
5439
  "value": { "type": "string | undefined" }
5418
5440
  },
5441
+ {
5442
+ "name": "accessible-role",
5443
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
5444
+ "value": {
5445
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
5446
+ }
5447
+ },
5419
5448
  {
5420
5449
  "name": "highlight",
5421
5450
  "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
@@ -5452,6 +5481,10 @@
5452
5481
  }
5453
5482
  ],
5454
5483
  "events": [
5484
+ {
5485
+ "name": "click",
5486
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
5487
+ },
5455
5488
  {
5456
5489
  "name": "detail-click",
5457
5490
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -5535,7 +5568,7 @@
5535
5568
  },
5536
5569
  {
5537
5570
  "name": "ui5-li-group-header",
5538
- "description": "The `ui5-li-group-header` is a special list item, used only to separate other list items into logical groups.\n---\n\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.",
5571
+ "description": "The `ui5-li-group-header` is a special list item, used only to separate other list items into logical groups.\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.",
5539
5572
  "doc-url": "",
5540
5573
  "attributes": [
5541
5574
  {
@@ -5558,7 +5591,12 @@
5558
5591
  "description": "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."
5559
5592
  }
5560
5593
  ],
5561
- "events": [],
5594
+ "events": [
5595
+ {
5596
+ "name": "click",
5597
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
5598
+ }
5599
+ ],
5562
5600
  "js": {
5563
5601
  "properties": [
5564
5602
  {
@@ -5572,12 +5610,17 @@
5572
5610
  "value": { "type": "\"None\" | \"Normal\"" }
5573
5611
  }
5574
5612
  ],
5575
- "events": []
5613
+ "events": [
5614
+ {
5615
+ "name": "click",
5616
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
5617
+ }
5618
+ ]
5576
5619
  }
5577
5620
  },
5578
5621
  {
5579
5622
  "name": "ui5-li",
5580
- "description": "The `ui5-li` represents the simplest type of item for a `ui5-list`.\n\nThis is a list item,\nproviding the most common use cases such as `text`,\n`image` and `icon`.\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the custom formatted text of the component.\n\n**Note:** For optimal text wrapping and a consistent layout, it is strongly recommended to use the `text` property.\n\nUse the `default` slot only when custom formatting with HTML elements (e.g., `<b>`, `<i>`) is required.\nBe aware that wrapping (via `wrappingType=\"Normal\"`) may not function correctly with custom HTML content in the `default` slot.\n\nIf both `text` and `default` slot are used, the `text` property takes precedence.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n\n### **CSS Parts:**\n - **additional-text** - Used to style the additionalText of the list item\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **description** - Used to style the description of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **icon** - Used to style the icon of the list item\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **title** - Used to style the title of the list item",
5623
+ "description": "The `ui5-li` represents the simplest type of item for a `ui5-list`.\n\nThis is a list item,\nproviding the most common use cases such as `text`,\n`image` and `icon`.\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the custom formatted text of the component.\n\n**Note:** For optimal text wrapping and a consistent layout, it is strongly recommended to use the `text` property.\n\nUse the `default` slot only when custom formatting with HTML elements (e.g., `<b>`, `<i>`) is required.\nBe aware that wrapping (via `wrappingType=\"Normal\"`) may not function correctly with custom HTML content in the `default` slot.\n\nIf both `text` and `default` slot are used, the `text` property takes precedence.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n\n### **CSS Parts:**\n - **additional-text** - Used to style the additionalText of the list item\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **description** - Used to style the description of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **icon** - Used to style the icon of the list item\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **title** - Used to style the title of the list item",
5581
5624
  "doc-url": "",
5582
5625
  "attributes": [
5583
5626
  {
@@ -5593,6 +5636,14 @@
5593
5636
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
5594
5637
  "value": { "type": "string | undefined", "default": "undefined" }
5595
5638
  },
5639
+ {
5640
+ "name": "accessible-role",
5641
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
5642
+ "value": {
5643
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
5644
+ "default": "undefined"
5645
+ }
5646
+ },
5596
5647
  {
5597
5648
  "name": "additional-text",
5598
5649
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
@@ -5686,6 +5737,10 @@
5686
5737
  }
5687
5738
  ],
5688
5739
  "events": [
5740
+ {
5741
+ "name": "click",
5742
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
5743
+ },
5689
5744
  {
5690
5745
  "name": "detail-click",
5691
5746
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -5703,6 +5758,13 @@
5703
5758
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
5704
5759
  "value": { "type": "string | undefined" }
5705
5760
  },
5761
+ {
5762
+ "name": "accessible-role",
5763
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
5764
+ "value": {
5765
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
5766
+ }
5767
+ },
5706
5768
  {
5707
5769
  "name": "additional-text",
5708
5770
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
@@ -5776,6 +5838,10 @@
5776
5838
  }
5777
5839
  ],
5778
5840
  "events": [
5841
+ {
5842
+ "name": "click",
5843
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
5844
+ },
5779
5845
  {
5780
5846
  "name": "detail-click",
5781
5847
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -5926,7 +5992,7 @@
5926
5992
  },
5927
5993
  {
5928
5994
  "name": "ui5-menu-item",
5929
- "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n---\n\n\n### **Events:**\n - **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **check** - Fired when an item is checked or unchecked.\n- **close** - Fired after the menu is closed.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n- **open** - Fired after the menu is opened.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold menu item and menu separator items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n\nApplication developers are responsible for ensuring that interactive elements placed in the `endContent` slot\nhave the correct accessibility behaviour, including their enabled or disabled states.\nThe menu does not manage these aspects when the menu item state changes.",
5995
+ "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n---\n\n\n### **Events:**\n - **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **check** - Fired when an item is checked or unchecked.\n- **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n- **close** - Fired after the menu is closed.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n- **open** - Fired after the menu is opened.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold menu item and menu separator items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n\nApplication developers are responsible for ensuring that interactive elements placed in the `endContent` slot\nhave the correct accessibility behaviour, including their enabled or disabled states.\nThe menu does not manage these aspects when the menu item state changes.",
5930
5996
  "doc-url": "",
5931
5997
  "attributes": [
5932
5998
  {
@@ -5942,6 +6008,14 @@
5942
6008
  "description": "Defines the accessible ARIA name of the component.",
5943
6009
  "value": { "type": "string | undefined", "default": "undefined" }
5944
6010
  },
6011
+ {
6012
+ "name": "accessible-role",
6013
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
6014
+ "value": {
6015
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
6016
+ "default": "undefined"
6017
+ }
6018
+ },
5945
6019
  {
5946
6020
  "name": "additional-text",
5947
6021
  "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
@@ -6036,6 +6110,10 @@
6036
6110
  "name": "check",
6037
6111
  "description": "Fired when an item is checked or unchecked."
6038
6112
  },
6113
+ {
6114
+ "name": "click",
6115
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
6116
+ },
6039
6117
  {
6040
6118
  "name": "close",
6041
6119
  "description": "Fired after the menu is closed."
@@ -6058,6 +6136,13 @@
6058
6136
  "description": "Defines the accessible ARIA name of the component.",
6059
6137
  "value": { "type": "string | undefined" }
6060
6138
  },
6139
+ {
6140
+ "name": "accessible-role",
6141
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
6142
+ "value": {
6143
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
6144
+ }
6145
+ },
6061
6146
  {
6062
6147
  "name": "additional-text",
6063
6148
  "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
@@ -6136,6 +6221,10 @@
6136
6221
  "name": "check",
6137
6222
  "description": "Fired when an item is checked or unchecked."
6138
6223
  },
6224
+ {
6225
+ "name": "click",
6226
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
6227
+ },
6139
6228
  {
6140
6229
  "name": "close",
6141
6230
  "description": "Fired after the menu is closed."
@@ -6185,11 +6274,24 @@
6185
6274
  },
6186
6275
  {
6187
6276
  "name": "ui5-menu-separator",
6188
- "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.\n---\n",
6277
+ "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
6189
6278
  "doc-url": "",
6190
6279
  "attributes": [],
6191
- "events": [],
6192
- "js": { "properties": [], "events": [] }
6280
+ "events": [
6281
+ {
6282
+ "name": "click",
6283
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
6284
+ }
6285
+ ],
6286
+ "js": {
6287
+ "properties": [],
6288
+ "events": [
6289
+ {
6290
+ "name": "click",
6291
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
6292
+ }
6293
+ ]
6294
+ }
6193
6295
  },
6194
6296
  {
6195
6297
  "name": "ui5-message-strip",
@@ -6636,7 +6738,7 @@
6636
6738
  },
6637
6739
  {
6638
6740
  "name": "ui5-mcb-item",
6639
- "description": "The `ui5-mcb-item` represents the item for a `ui5-multi-combobox`.\n---\n",
6741
+ "description": "The `ui5-mcb-item` represents the item for a `ui5-multi-combobox`.\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
6640
6742
  "doc-url": "",
6641
6743
  "attributes": [
6642
6744
  {
@@ -6660,7 +6762,12 @@
6660
6762
  "value": { "type": "string | undefined", "default": "undefined" }
6661
6763
  }
6662
6764
  ],
6663
- "events": [],
6765
+ "events": [
6766
+ {
6767
+ "name": "click",
6768
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
6769
+ }
6770
+ ],
6664
6771
  "js": {
6665
6772
  "properties": [
6666
6773
  {
@@ -6684,7 +6791,12 @@
6684
6791
  "value": { "type": "string | undefined" }
6685
6792
  }
6686
6793
  ],
6687
- "events": []
6794
+ "events": [
6795
+ {
6796
+ "name": "click",
6797
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
6798
+ }
6799
+ ]
6688
6800
  }
6689
6801
  },
6690
6802
  {
@@ -7065,7 +7177,7 @@
7065
7177
  },
7066
7178
  {
7067
7179
  "name": "ui5-option",
7068
- "description": "### Overview\n\nThe `ui5-option` component defines the content of an option in the `ui5-select`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Option.js\";`\n---\n\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.",
7180
+ "description": "### Overview\n\nThe `ui5-option` component defines the content of an option in the `ui5-select`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Option.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.",
7069
7181
  "doc-url": "",
7070
7182
  "attributes": [
7071
7183
  {
@@ -7100,7 +7212,12 @@
7100
7212
  "description": "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."
7101
7213
  }
7102
7214
  ],
7103
- "events": [],
7215
+ "events": [
7216
+ {
7217
+ "name": "click",
7218
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
7219
+ }
7220
+ ],
7104
7221
  "js": {
7105
7222
  "properties": [
7106
7223
  {
@@ -7129,12 +7246,17 @@
7129
7246
  "value": { "type": "string | undefined" }
7130
7247
  }
7131
7248
  ],
7132
- "events": []
7249
+ "events": [
7250
+ {
7251
+ "name": "click",
7252
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
7253
+ }
7254
+ ]
7133
7255
  }
7134
7256
  },
7135
7257
  {
7136
7258
  "name": "ui5-option-custom",
7137
- "description": "### Overview\n\nThe `ui5-option-custom` component defines a custom content of an option in the `ui5-select`.\nA component to be the same way as the standard `ui5-option`.\nThe component accepts arbitrary HTML content to allow full customization.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/OptionCustom.js\";`\n---\n\n\n### **Slots:**\n - **default** - Defines the content of the component.",
7259
+ "description": "### Overview\n\nThe `ui5-option-custom` component defines a custom content of an option in the `ui5-select`.\nA component to be the same way as the standard `ui5-option`.\nThe component accepts arbitrary HTML content to allow full customization.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/OptionCustom.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the content of the component.",
7138
7260
  "doc-url": "",
7139
7261
  "attributes": [
7140
7262
  {
@@ -7164,7 +7286,12 @@
7164
7286
  "description": "Defines the content of the component."
7165
7287
  }
7166
7288
  ],
7167
- "events": [],
7289
+ "events": [
7290
+ {
7291
+ "name": "click",
7292
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
7293
+ }
7294
+ ],
7168
7295
  "js": {
7169
7296
  "properties": [
7170
7297
  {
@@ -7188,7 +7315,12 @@
7188
7315
  "value": { "type": "string | undefined" }
7189
7316
  }
7190
7317
  ],
7191
- "events": []
7318
+ "events": [
7319
+ {
7320
+ "name": "click",
7321
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
7322
+ }
7323
+ ]
7192
7324
  }
7193
7325
  },
7194
7326
  {
@@ -9215,7 +9347,7 @@
9215
9347
  },
9216
9348
  {
9217
9349
  "name": "ui5-suggestion-item",
9218
- "description": "The `ui5-suggestion-item` represents the suggestion item of the `ui5-input`.\n---\n",
9350
+ "description": "The `ui5-suggestion-item` represents the suggestion item of the `ui5-input`.\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
9219
9351
  "doc-url": "",
9220
9352
  "attributes": [
9221
9353
  {
@@ -9229,7 +9361,12 @@
9229
9361
  "value": { "type": "string | undefined", "default": "undefined" }
9230
9362
  }
9231
9363
  ],
9232
- "events": [],
9364
+ "events": [
9365
+ {
9366
+ "name": "click",
9367
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
9368
+ }
9369
+ ],
9233
9370
  "js": {
9234
9371
  "properties": [
9235
9372
  {
@@ -9243,12 +9380,17 @@
9243
9380
  "value": { "type": "string | undefined" }
9244
9381
  }
9245
9382
  ],
9246
- "events": []
9383
+ "events": [
9384
+ {
9385
+ "name": "click",
9386
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
9387
+ }
9388
+ ]
9247
9389
  }
9248
9390
  },
9249
9391
  {
9250
9392
  "name": "ui5-suggestion-item-custom",
9251
- "description": "The `ui5-suggestion-item-custom` is type of suggestion item,\nthat can be used to place suggestion items with custom content in the input.\nThe text property is considered only for autocomplete.\nIn case the user needs highlighting functionality, check \"@ui5/webcomponents-base/dist/util/generateHighlightedMarkup.js\"\n---\n\n\n### **Slots:**\n - **default** - Defines the content of the component.",
9393
+ "description": "The `ui5-suggestion-item-custom` is type of suggestion item,\nthat can be used to place suggestion items with custom content in the input.\nThe text property is considered only for autocomplete.\nIn case the user needs highlighting functionality, check \"@ui5/webcomponents-base/dist/util/generateHighlightedMarkup.js\"\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the content of the component.",
9252
9394
  "doc-url": "",
9253
9395
  "attributes": [
9254
9396
  {
@@ -9263,7 +9405,12 @@
9263
9405
  "description": "Defines the content of the component."
9264
9406
  }
9265
9407
  ],
9266
- "events": [],
9408
+ "events": [
9409
+ {
9410
+ "name": "click",
9411
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
9412
+ }
9413
+ ],
9267
9414
  "js": {
9268
9415
  "properties": [
9269
9416
  {
@@ -9272,7 +9419,12 @@
9272
9419
  "value": { "type": "string | undefined" }
9273
9420
  }
9274
9421
  ],
9275
- "events": []
9422
+ "events": [
9423
+ {
9424
+ "name": "click",
9425
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
9426
+ }
9427
+ ]
9276
9428
  }
9277
9429
  },
9278
9430
  {
@@ -9351,7 +9503,7 @@
9351
9503
  },
9352
9504
  {
9353
9505
  "name": "ui5-li-suggestion-item",
9354
- "description": "The `ui5-li-suggestion-item` represents the suggestion item in the `ui5-input`\nsuggestion popover.\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the title text of the suggestion item.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n- **richDescription** - Defines a description that can contain HTML.\n**Note:** If not specified, the `description` property will be used.\n\n### **CSS Parts:**\n - **additional-text** - Used to style the additionalText of the list item\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **description** - Used to style the description of the suggestion list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **icon** - Used to style the icon of the list item\n- **info** - Used to style the info of the suggestion list item\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **title** - Used to style the title of the suggestion list item",
9506
+ "description": "The `ui5-li-suggestion-item` represents the suggestion item in the `ui5-input`\nsuggestion popover.\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the title text of the suggestion item.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n- **richDescription** - Defines a description that can contain HTML.\n**Note:** If not specified, the `description` property will be used.\n\n### **CSS Parts:**\n - **additional-text** - Used to style the additionalText of the list item\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **description** - Used to style the description of the suggestion list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **icon** - Used to style the icon of the list item\n- **info** - Used to style the info of the suggestion list item\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **title** - Used to style the title of the suggestion list item",
9355
9507
  "doc-url": "",
9356
9508
  "attributes": [
9357
9509
  {
@@ -9367,6 +9519,14 @@
9367
9519
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
9368
9520
  "value": { "type": "string | undefined", "default": "undefined" }
9369
9521
  },
9522
+ {
9523
+ "name": "accessible-role",
9524
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
9525
+ "value": {
9526
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
9527
+ "default": "undefined"
9528
+ }
9529
+ },
9370
9530
  {
9371
9531
  "name": "additional-text",
9372
9532
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
@@ -9464,6 +9624,10 @@
9464
9624
  }
9465
9625
  ],
9466
9626
  "events": [
9627
+ {
9628
+ "name": "click",
9629
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
9630
+ },
9467
9631
  {
9468
9632
  "name": "detail-click",
9469
9633
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -9481,6 +9645,13 @@
9481
9645
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
9482
9646
  "value": { "type": "string | undefined" }
9483
9647
  },
9648
+ {
9649
+ "name": "accessible-role",
9650
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
9651
+ "value": {
9652
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
9653
+ }
9654
+ },
9484
9655
  {
9485
9656
  "name": "additional-text",
9486
9657
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
@@ -9554,6 +9725,10 @@
9554
9725
  }
9555
9726
  ],
9556
9727
  "events": [
9728
+ {
9729
+ "name": "click",
9730
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
9731
+ },
9557
9732
  {
9558
9733
  "name": "detail-click",
9559
9734
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -9709,7 +9884,7 @@
9709
9884
  },
9710
9885
  {
9711
9886
  "name": "ui5-tab",
9712
- "description": "The `ui5-tab` represents a selectable item inside a `ui5-tabcontainer`.\nIt defines both the item in the tab strip (top part of the `ui5-tabcontainer`) and the\ncontent that is presented to the user once the tab is selected.\n---\n\n\n### **Methods:**\n - **getDomRefInStrip(): _HTMLElement | undefined_** - Returns the DOM reference of the tab that is placed in the header.\n\n**Note:** Tabs, placed in the `items` slot of other tabs are not shown in the header. Calling this method on such tabs will return `undefined`.\n\n**Note:** If you need a DOM ref to the tab content please use the `getDomRef` method.\n\n### **Slots:**\n - **default** - Holds the content associated with this tab.\n- **items** - Defines hierarchies with nested sub tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design.",
9887
+ "description": "The `ui5-tab` represents a selectable item inside a `ui5-tabcontainer`.\nIt defines both the item in the tab strip (top part of the `ui5-tabcontainer`) and the\ncontent that is presented to the user once the tab is selected.\n---\n\n\n### **Events:**\n - **click** - Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key.\n\n### **Methods:**\n - **getDomRefInStrip(): _HTMLElement | undefined_** - Returns the DOM reference of the tab that is placed in the header.\n\n**Note:** Tabs, placed in the `items` slot of other tabs are not shown in the header. Calling this method on such tabs will return `undefined`.\n\n**Note:** If you need a DOM ref to the tab content please use the `getDomRef` method.\n\n### **Slots:**\n - **default** - Holds the content associated with this tab.\n- **items** - Defines hierarchies with nested sub tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design.",
9713
9888
  "doc-url": "",
9714
9889
  "attributes": [
9715
9890
  {
@@ -9761,7 +9936,12 @@
9761
9936
  "description": "Defines hierarchies with nested sub tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design."
9762
9937
  }
9763
9938
  ],
9764
- "events": [],
9939
+ "events": [
9940
+ {
9941
+ "name": "click",
9942
+ "description": "Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key."
9943
+ }
9944
+ ],
9765
9945
  "js": {
9766
9946
  "properties": [
9767
9947
  {
@@ -9802,7 +9982,12 @@
9802
9982
  "value": { "type": "string | undefined" }
9803
9983
  }
9804
9984
  ],
9805
- "events": []
9985
+ "events": [
9986
+ {
9987
+ "name": "click",
9988
+ "description": "Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key."
9989
+ }
9990
+ ]
9806
9991
  }
9807
9992
  },
9808
9993
  {
@@ -12772,7 +12957,7 @@
12772
12957
  },
12773
12958
  {
12774
12959
  "name": "ui5-tree-item",
12775
- "description": "### Overview\nThe `ui5-tree-item` represents a node in a tree structure, shown as a `ui5-list`.\n\nThis is the item to use inside a `ui5-tree`.\nYou can represent an arbitrary tree structure by recursively nesting tree items.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TreeItem.js\";`\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Methods:**\n - **toggle(): _void_** - Call this method to manually switch the `expanded` state of a tree item.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with size XS.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-tree-item` should be customized in order to fit.\n\n### **CSS Parts:**\n - **additionalText** - Used to style the additionalText of the tree list item\n- **icon** - Used to style the icon of the tree list item\n- **title** - Used to style the title of the tree list item",
12960
+ "description": "### Overview\nThe `ui5-tree-item` represents a node in a tree structure, shown as a `ui5-list`.\n\nThis is the item to use inside a `ui5-tree`.\nYou can represent an arbitrary tree structure by recursively nesting tree items.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TreeItem.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Methods:**\n - **toggle(): _void_** - Call this method to manually switch the `expanded` state of a tree item.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with size XS.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-tree-item` should be customized in order to fit.\n\n### **CSS Parts:**\n - **additionalText** - Used to style the additionalText of the tree list item\n- **icon** - Used to style the icon of the tree list item\n- **title** - Used to style the title of the tree list item",
12776
12961
  "doc-url": "",
12777
12962
  "attributes": [
12778
12963
  {
@@ -12788,6 +12973,14 @@
12788
12973
  "description": "Defines the accessible name of the component.",
12789
12974
  "value": { "type": "string | undefined", "default": "undefined" }
12790
12975
  },
12976
+ {
12977
+ "name": "accessible-role",
12978
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
12979
+ "value": {
12980
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
12981
+ "default": "undefined"
12982
+ }
12983
+ },
12791
12984
  {
12792
12985
  "name": "additional-text",
12793
12986
  "description": "Defines the `additionalText`, displayed in the end of the tree item.",
@@ -12878,6 +13071,10 @@
12878
13071
  }
12879
13072
  ],
12880
13073
  "events": [
13074
+ {
13075
+ "name": "click",
13076
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
13077
+ },
12881
13078
  {
12882
13079
  "name": "detail-click",
12883
13080
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -12895,6 +13092,13 @@
12895
13092
  "description": "Defines the accessible name of the component.",
12896
13093
  "value": { "type": "string | undefined" }
12897
13094
  },
13095
+ {
13096
+ "name": "accessible-role",
13097
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
13098
+ "value": {
13099
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
13100
+ }
13101
+ },
12898
13102
  {
12899
13103
  "name": "additional-text",
12900
13104
  "description": "Defines the `additionalText`, displayed in the end of the tree item.",
@@ -12968,6 +13172,10 @@
12968
13172
  }
12969
13173
  ],
12970
13174
  "events": [
13175
+ {
13176
+ "name": "click",
13177
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
13178
+ },
12971
13179
  {
12972
13180
  "name": "detail-click",
12973
13181
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -12977,7 +13185,7 @@
12977
13185
  },
12978
13186
  {
12979
13187
  "name": "ui5-tree-item-custom",
12980
- "description": "The `ui5-tree-item-custom` represents a node in a tree structure, shown as a `ui5-list`.\n\nThis is the item to use inside a `ui5-tree`.\nYou can represent an arbitrary tree structure by recursively nesting tree items.\n\nYou can use this item to put any custom content inside the tree item.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TreeItemCustom.js\";`\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Methods:**\n - **toggle(): _void_** - Call this method to manually switch the `expanded` state of a tree item.\n\n### **Slots:**\n - **content** - Defines the content of the `ui5-tree-item`.\n- **default** - Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with size XS.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-tree-item` should be customized in order to fit.\n\n### **CSS Parts:**\n - **additionalText** - Used to style the additionalText of the tree list item\n- **icon** - Used to style the icon of the tree list item\n- **title** - Used to style the title of the tree list item",
13188
+ "description": "The `ui5-tree-item-custom` represents a node in a tree structure, shown as a `ui5-list`.\n\nThis is the item to use inside a `ui5-tree`.\nYou can represent an arbitrary tree structure by recursively nesting tree items.\n\nYou can use this item to put any custom content inside the tree item.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TreeItemCustom.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Methods:**\n - **toggle(): _void_** - Call this method to manually switch the `expanded` state of a tree item.\n\n### **Slots:**\n - **content** - Defines the content of the `ui5-tree-item`.\n- **default** - Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with size XS.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-tree-item` should be customized in order to fit.\n\n### **CSS Parts:**\n - **additionalText** - Used to style the additionalText of the tree list item\n- **icon** - Used to style the icon of the tree list item\n- **title** - Used to style the title of the tree list item",
12981
13189
  "doc-url": "",
12982
13190
  "attributes": [
12983
13191
  {
@@ -12993,6 +13201,14 @@
12993
13201
  "description": "Defines the accessible name of the component.",
12994
13202
  "value": { "type": "string | undefined", "default": "undefined" }
12995
13203
  },
13204
+ {
13205
+ "name": "accessible-role",
13206
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
13207
+ "value": {
13208
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
13209
+ "default": "undefined"
13210
+ }
13211
+ },
12996
13212
  {
12997
13213
  "name": "additional-text-state",
12998
13214
  "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
@@ -13082,6 +13298,10 @@
13082
13298
  }
13083
13299
  ],
13084
13300
  "events": [
13301
+ {
13302
+ "name": "click",
13303
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
13304
+ },
13085
13305
  {
13086
13306
  "name": "detail-click",
13087
13307
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -13099,6 +13319,13 @@
13099
13319
  "description": "Defines the accessible name of the component.",
13100
13320
  "value": { "type": "string | undefined" }
13101
13321
  },
13322
+ {
13323
+ "name": "accessible-role",
13324
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
13325
+ "value": {
13326
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
13327
+ }
13328
+ },
13102
13329
  {
13103
13330
  "name": "additional-text-state",
13104
13331
  "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
@@ -13167,6 +13394,10 @@
13167
13394
  }
13168
13395
  ],
13169
13396
  "events": [
13397
+ {
13398
+ "name": "click",
13399
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
13400
+ },
13170
13401
  {
13171
13402
  "name": "detail-click",
13172
13403
  "description": "Fired when the user clicks on the detail button when type is `Detail`."