@ui5/webcomponents 2.22.0-rc.3 → 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.
- package/CHANGELOG.md +47 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/AvatarBadge.d.ts +3 -3
- package/dist/AvatarBadge.js +10 -10
- package/dist/AvatarBadge.js.map +1 -1
- package/dist/AvatarBadgeTemplate.js +1 -1
- package/dist/AvatarBadgeTemplate.js.map +1 -1
- package/dist/Calendar.d.ts +7 -1
- package/dist/Calendar.js +40 -3
- package/dist/Calendar.js.map +1 -1
- package/dist/CalendarHeaderTemplate.js +2 -2
- package/dist/CalendarHeaderTemplate.js.map +1 -1
- package/dist/ColorPaletteItem.d.ts +0 -1
- package/dist/ColorPaletteItem.js +0 -2
- package/dist/ColorPaletteItem.js.map +1 -1
- package/dist/ComboBox.d.ts +4 -0
- package/dist/ComboBox.js +6 -0
- package/dist/ComboBox.js.map +1 -1
- package/dist/DateTimePicker.d.ts +5 -6
- package/dist/DateTimePicker.js +9 -11
- package/dist/DateTimePicker.js.map +1 -1
- package/dist/Input.d.ts +4 -0
- package/dist/Input.js.map +1 -1
- package/dist/List.js +8 -0
- package/dist/List.js.map +1 -1
- package/dist/ListItem.d.ts +9 -5
- package/dist/ListItem.js +10 -9
- package/dist/ListItem.js.map +1 -1
- package/dist/ListItemBase.d.ts +6 -1
- package/dist/ListItemBase.js +16 -0
- package/dist/ListItemBase.js.map +1 -1
- package/dist/ListItemBaseTemplate.d.ts +2 -2
- package/dist/ListItemBaseTemplate.js.map +1 -1
- package/dist/ListItemGroup.d.ts +2 -0
- package/dist/ListItemGroup.js.map +1 -1
- package/dist/Menu.d.ts +4 -0
- package/dist/Menu.js.map +1 -1
- package/dist/MenuItemTemplate.d.ts +5 -1
- package/dist/MenuItemTemplate.js +8 -3
- package/dist/MenuItemTemplate.js.map +1 -1
- package/dist/MultiComboBox.d.ts +5 -1
- package/dist/MultiComboBox.js +33 -24
- package/dist/MultiComboBox.js.map +1 -1
- package/dist/MultiInput.d.ts +6 -0
- package/dist/MultiInput.js +36 -8
- package/dist/MultiInput.js.map +1 -1
- package/dist/Panel.d.ts +22 -0
- package/dist/Panel.js +51 -0
- package/dist/Panel.js.map +1 -1
- package/dist/PanelTemplate.js +5 -2
- package/dist/PanelTemplate.js.map +1 -1
- package/dist/RangeSlider.d.ts +19 -1
- package/dist/RangeSlider.js +112 -29
- package/dist/RangeSlider.js.map +1 -1
- package/dist/RangeSliderTemplate.d.ts +0 -3
- package/dist/RangeSliderTemplate.js +22 -17
- package/dist/RangeSliderTemplate.js.map +1 -1
- package/dist/SegmentedButtonItem.d.ts +0 -1
- package/dist/SegmentedButtonItem.js +0 -2
- package/dist/SegmentedButtonItem.js.map +1 -1
- package/dist/Slider.d.ts +1 -2
- package/dist/Slider.js +12 -7
- package/dist/Slider.js.map +1 -1
- package/dist/SliderBase.d.ts +0 -1
- package/dist/SliderBase.js +18 -15
- package/dist/SliderBase.js.map +1 -1
- package/dist/SliderHandle.d.ts +42 -9
- package/dist/SliderHandle.js +49 -9
- package/dist/SliderHandle.js.map +1 -1
- package/dist/SliderHandleTemplate.js +7 -1
- package/dist/SliderHandleTemplate.js.map +1 -1
- package/dist/SliderScale.d.ts +53 -0
- package/dist/SliderScale.js +67 -0
- package/dist/SliderScale.js.map +1 -1
- package/dist/SliderScaleTemplate.js +5 -1
- package/dist/SliderScaleTemplate.js.map +1 -1
- package/dist/SliderTemplate.js +1 -1
- package/dist/SliderTemplate.js.map +1 -1
- package/dist/Tab.d.ts +8 -1
- package/dist/Tab.js +13 -0
- package/dist/Tab.js.map +1 -1
- package/dist/TabContainer.d.ts +6 -3
- package/dist/TabContainer.js +11 -8
- package/dist/TabContainer.js.map +1 -1
- package/dist/Table.d.ts +1 -0
- package/dist/Table.js +16 -3
- package/dist/Table.js.map +1 -1
- package/dist/TableCell.d.ts +2 -2
- package/dist/TableCell.js +2 -2
- package/dist/TableCell.js.map +1 -1
- package/dist/TableHeaderRowTemplate.js +5 -2
- package/dist/TableHeaderRowTemplate.js.map +1 -1
- package/dist/TableNavigation.js +3 -0
- package/dist/TableNavigation.js.map +1 -1
- package/dist/TableRow.d.ts +0 -2
- package/dist/TableRow.js +0 -9
- package/dist/TableRow.js.map +1 -1
- package/dist/TableRowBase.d.ts +6 -1
- package/dist/TableRowBase.js +37 -2
- package/dist/TableRowBase.js.map +1 -1
- package/dist/TableRowTemplate.js +4 -2
- package/dist/TableRowTemplate.js.map +1 -1
- package/dist/Tokenizer.d.ts +1 -0
- package/dist/Tokenizer.js +12 -0
- package/dist/Tokenizer.js.map +1 -1
- package/dist/Toolbar.d.ts +9 -0
- package/dist/Toolbar.js +4 -1
- package/dist/Toolbar.js.map +1 -1
- package/dist/css/themes/Dialog.css +1 -1
- package/dist/css/themes/ListItemBase.css +1 -1
- package/dist/css/themes/OptionBase.css +1 -1
- package/dist/css/themes/Panel.css +1 -1
- package/dist/css/themes/RangeSlider.css +1 -1
- package/dist/css/themes/Slider.css +1 -1
- package/dist/css/themes/SliderBase.css +1 -1
- package/dist/css/themes/SliderHandle.css +1 -1
- package/dist/css/themes/SliderScale.css +1 -1
- package/dist/css/themes/SliderTooltip.css +1 -1
- package/dist/css/themes/TableRow.css +1 -1
- package/dist/css/themes/TableRowBase.css +1 -1
- package/dist/css/themes/Toolbar.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +38 -94
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +40 -96
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +1016 -138
- package/dist/custom-elements.json +471 -108
- package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js +7 -2
- package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js.map +1 -1
- package/dist/dynamic-date-range-options/FromDateTimeTemplate.js +1 -1
- package/dist/dynamic-date-range-options/FromDateTimeTemplate.js.map +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/themes/Dialog.css.d.ts +1 -1
- package/dist/generated/themes/Dialog.css.js +1 -1
- package/dist/generated/themes/Dialog.css.js.map +1 -1
- package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
- package/dist/generated/themes/ListItemBase.css.js +1 -1
- package/dist/generated/themes/ListItemBase.css.js.map +1 -1
- package/dist/generated/themes/OptionBase.css.d.ts +1 -1
- package/dist/generated/themes/OptionBase.css.js +1 -1
- package/dist/generated/themes/OptionBase.css.js.map +1 -1
- package/dist/generated/themes/Panel.css.d.ts +1 -1
- package/dist/generated/themes/Panel.css.js +1 -1
- package/dist/generated/themes/Panel.css.js.map +1 -1
- package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
- package/dist/generated/themes/RangeSlider.css.js +1 -1
- package/dist/generated/themes/RangeSlider.css.js.map +1 -1
- package/dist/generated/themes/Slider.css.d.ts +1 -1
- package/dist/generated/themes/Slider.css.js +1 -1
- package/dist/generated/themes/Slider.css.js.map +1 -1
- package/dist/generated/themes/SliderBase.css.d.ts +1 -1
- package/dist/generated/themes/SliderBase.css.js +1 -1
- package/dist/generated/themes/SliderBase.css.js.map +1 -1
- package/dist/generated/themes/SliderHandle.css.d.ts +1 -1
- package/dist/generated/themes/SliderHandle.css.js +1 -1
- package/dist/generated/themes/SliderHandle.css.js.map +1 -1
- package/dist/generated/themes/SliderScale.css.d.ts +1 -1
- package/dist/generated/themes/SliderScale.css.js +1 -1
- package/dist/generated/themes/SliderScale.css.js.map +1 -1
- package/dist/generated/themes/SliderTooltip.css.d.ts +1 -1
- package/dist/generated/themes/SliderTooltip.css.js +1 -1
- package/dist/generated/themes/SliderTooltip.css.js.map +1 -1
- package/dist/generated/themes/TableRow.css.d.ts +1 -1
- package/dist/generated/themes/TableRow.css.js +1 -1
- package/dist/generated/themes/TableRow.css.js.map +1 -1
- package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
- package/dist/generated/themes/TableRowBase.css.js +1 -1
- package/dist/generated/themes/TableRowBase.css.js.map +1 -1
- package/dist/generated/themes/Toolbar.css.d.ts +1 -1
- package/dist/generated/themes/Toolbar.css.js +1 -1
- package/dist/generated/themes/Toolbar.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +38 -94
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +40 -96
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/vscode.html-custom-data.json +118 -46
- package/dist/web-types.json +289 -93
- package/package-scripts.cjs +1 -0
- package/package.json +9 -9
- package/src/AvatarBadgeTemplate.tsx +1 -2
- package/src/CalendarHeaderTemplate.tsx +4 -0
- package/src/ListItemBaseTemplate.tsx +3 -3
- package/src/MenuItemTemplate.tsx +21 -10
- package/src/PanelTemplate.tsx +12 -5
- package/src/RangeSliderTemplate.tsx +146 -113
- package/src/SliderHandleTemplate.tsx +7 -1
- package/src/SliderScaleTemplate.tsx +26 -1
- package/src/SliderTemplate.tsx +0 -1
- package/src/TableHeaderRowTemplate.tsx +23 -1
- package/src/TableRowTemplate.tsx +13 -1
- package/src/dynamic-date-range-options/DateTimeRangeTemplate.tsx +8 -2
- package/src/dynamic-date-range-options/FromDateTimeTemplate.tsx +1 -1
- package/src/i18n/messagebundle.properties +2 -2
- package/src/themes/Dialog.css +2 -2
- package/src/themes/ListItemBase.css +4 -3
- package/src/themes/OptionBase.css +6 -0
- package/src/themes/Panel.css +19 -2
- package/src/themes/RangeSlider.css +20 -68
- package/src/themes/Slider.css +3 -6
- package/src/themes/SliderBase.css +1 -269
- package/src/themes/SliderHandle.css +4 -3
- package/src/themes/SliderScale.css +45 -6
- package/src/themes/SliderTooltip.css +1 -1
- package/src/themes/TableRow.css +28 -39
- package/src/themes/TableRowBase.css +79 -20
- package/src/themes/Toolbar.css +2 -2
- package/src/themes/base/Panel-parameters.css +1 -0
- package/src/themes/base/SliderBase-parameters.css +1 -101
- package/src/themes/base/SliderHandle-parameters.css +22 -1
- package/src/themes/base/SliderScale-parameters.css +23 -3
- package/src/themes/base/sizes-parameters.css +2 -2
- package/src/themes/sap_fiori_3/Slider-parameters.css +4 -4
- package/src/themes/sap_fiori_3/SliderBase-parameters.css +0 -30
- package/src/themes/sap_fiori_3/SliderHandle-parameters.css +18 -1
- package/src/themes/sap_fiori_3/SliderScale-parameters.css +2 -8
- package/src/themes/sap_fiori_3_dark/Slider-parameters.css +4 -4
- package/src/themes/sap_fiori_3_dark/SliderBase-parameters.css +1 -26
- package/src/themes/sap_fiori_3_dark/SliderHandle-parameters.css +1 -5
- package/src/themes/sap_fiori_3_dark/SliderScale-parameters.css +1 -13
- package/src/themes/sap_fiori_3_hcb/Link-parameters.css +1 -1
- package/src/themes/sap_fiori_3_hcb/Slider-parameters.css +4 -4
- package/src/themes/sap_fiori_3_hcb/SliderBase-parameters.css +1 -39
- package/src/themes/sap_fiori_3_hcb/SliderHandle-parameters.css +1 -5
- package/src/themes/sap_fiori_3_hcb/SliderScale-parameters.css +4 -6
- package/src/themes/sap_fiori_3_hcw/Link-parameters.css +1 -1
- package/src/themes/sap_fiori_3_hcw/Slider-parameters.css +4 -4
- package/src/themes/sap_fiori_3_hcw/SliderBase-parameters.css +1 -37
- package/src/themes/sap_fiori_3_hcw/SliderHandle-parameters.css +1 -5
- package/src/themes/sap_fiori_3_hcw/SliderScale-parameters.css +1 -14
- package/src/themes/sap_horizon/Slider-parameters.css +4 -4
- package/src/themes/sap_horizon/SliderBase-parameters.css +0 -49
- package/src/themes/sap_horizon/SliderHandle-parameters.css +2 -1
- package/src/themes/sap_horizon/SliderScale-parameters.css +4 -5
- package/src/themes/sap_horizon_dark/Slider-parameters.css +4 -4
- package/src/themes/sap_horizon_dark/SliderBase-parameters.css +1 -50
- package/src/themes/sap_horizon_dark/SliderHandle-parameters.css +1 -5
- package/src/themes/sap_horizon_dark/SliderScale-parameters.css +1 -10
- package/src/themes/sap_horizon_hcb/Link-parameters.css +1 -1
- package/src/themes/sap_horizon_hcb/Slider-parameters.css +4 -4
- package/src/themes/sap_horizon_hcb/SliderBase-parameters.css +1 -71
- package/src/themes/sap_horizon_hcb/SliderHandle-parameters.css +4 -3
- package/src/themes/sap_horizon_hcb/SliderScale-parameters.css +3 -2
- package/src/themes/sap_horizon_hcw/Link-parameters.css +1 -1
- package/src/themes/sap_horizon_hcw/Slider-parameters.css +4 -4
- package/src/themes/sap_horizon_hcw/SliderBase-parameters.css +1 -72
- package/src/themes/sap_horizon_hcw/SliderHandle-parameters.css +1 -5
- package/src/themes/sap_horizon_hcw/SliderScale-parameters.css +1 -10
- package/dist/SliderBaseTemplate.d.ts +0 -10
- package/dist/SliderBaseTemplate.js +0 -19
- package/dist/SliderBaseTemplate.js.map +0 -1
- package/src/SliderBaseTemplate.tsx +0 -65
package/dist/web-types.json
CHANGED
|
@@ -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
|
+
"version": "2.22.0-rc.5",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -173,11 +173,6 @@
|
|
|
173
173
|
"description": "### Overview\n\nThe `ui5-avatar-badge` component is used to display a badge on top of `ui5-avatar` component.\nThe badge can display an icon and supports different states for visual affordance.\n\n### Usage\n\nThe badge should be used as a child element of `ui5-avatar` in the `badge` slot.\n\n```html\n<ui5-avatar>\n <ui5-avatar-badge icon=\"edit\" slot=\"badge\"></ui5-avatar-badge>\n</ui5-avatar>\n```\n\n### Keyboard Handling\n\nThe badge does not receive keyboard focus.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/AvatarBadge.js\";`\n---\n",
|
|
174
174
|
"doc-url": "",
|
|
175
175
|
"attributes": [
|
|
176
|
-
{
|
|
177
|
-
"name": "accessible-name",
|
|
178
|
-
"description": "Defines the custom text alternative of the badge icon.\n\n**Note:** If not provided, the badge uses the icon accessible name.\nIf no icon accessible name is available, a generic fallback text is used.",
|
|
179
|
-
"value": { "type": "string | undefined", "default": "undefined" }
|
|
180
|
-
},
|
|
181
176
|
{
|
|
182
177
|
"name": "icon",
|
|
183
178
|
"description": "Defines the icon name to be displayed inside the badge.\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\"`",
|
|
@@ -190,16 +185,16 @@
|
|
|
190
185
|
"type": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\"",
|
|
191
186
|
"default": "\"None\""
|
|
192
187
|
}
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "tooltip",
|
|
191
|
+
"description": "Defines the tooltip text of the badge icon.\n\n**Note:** If not provided, the badge uses the icon accessible name.\nIf no icon accessible name is available, a generic fallback text is used.",
|
|
192
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
193
193
|
}
|
|
194
194
|
],
|
|
195
195
|
"events": [],
|
|
196
196
|
"js": {
|
|
197
197
|
"properties": [
|
|
198
|
-
{
|
|
199
|
-
"name": "accessible-name",
|
|
200
|
-
"description": "Defines the custom text alternative of the badge icon.\n\n**Note:** If not provided, the badge uses the icon accessible name.\nIf no icon accessible name is available, a generic fallback text is used.",
|
|
201
|
-
"value": { "type": "string | undefined" }
|
|
202
|
-
},
|
|
203
198
|
{
|
|
204
199
|
"name": "icon",
|
|
205
200
|
"description": "Defines the icon name to be displayed inside the badge.\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\"`",
|
|
@@ -211,6 +206,11 @@
|
|
|
211
206
|
"value": {
|
|
212
207
|
"type": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
|
|
213
208
|
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "tooltip",
|
|
212
|
+
"description": "Defines the tooltip text of the badge icon.\n\n**Note:** If not provided, the badge uses the icon accessible name.\nIf no icon accessible name is available, a generic fallback text is used.",
|
|
213
|
+
"value": { "type": "string | undefined" }
|
|
214
214
|
}
|
|
215
215
|
],
|
|
216
216
|
"events": []
|
|
@@ -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
|
-
|
|
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
|
{
|
|
@@ -8878,54 +9010,9 @@
|
|
|
8878
9010
|
"name": "ui5-slider-handle",
|
|
8879
9011
|
"description": "The <code>ui5-slider-handle</code> component represents the handle of the <code>ui5-slider</code> component.\n---\n",
|
|
8880
9012
|
"doc-url": "",
|
|
8881
|
-
"attributes": [
|
|
8882
|
-
{
|
|
8883
|
-
"name": "active",
|
|
8884
|
-
"description": "Defines whether the slider handle is active.\n<br><br>\n<b>Note:</b> An active slider handle is currently being interacted with.",
|
|
8885
|
-
"value": { "type": "boolean", "default": "false" }
|
|
8886
|
-
},
|
|
8887
|
-
{
|
|
8888
|
-
"name": "max",
|
|
8889
|
-
"description": "Defines the maximum value of the slider handle.\n<br><br>\n<b>Note:</b> The value should be greater than the <code>min</code> property of the parent <code>ui5-slider</code>.",
|
|
8890
|
-
"value": { "type": "number", "default": "100" }
|
|
8891
|
-
},
|
|
8892
|
-
{
|
|
8893
|
-
"name": "min",
|
|
8894
|
-
"description": "Defines the minimum value of the slider handle.\n<br><br>\n<b>Note:</b> The value should be less than the <code>max</code> property of the parent <code>ui5-slider</code>.",
|
|
8895
|
-
"value": { "type": "number", "default": "0" }
|
|
8896
|
-
},
|
|
8897
|
-
{
|
|
8898
|
-
"name": "value",
|
|
8899
|
-
"description": "Defines the value of the slider handle.\n<br><br>\n<b>Note:</b> The value should be between the <code>min</code> and <code>max</code> properties of the parent <code>ui5-slider</code>.",
|
|
8900
|
-
"value": { "type": "number", "default": "0" }
|
|
8901
|
-
}
|
|
8902
|
-
],
|
|
9013
|
+
"attributes": [],
|
|
8903
9014
|
"events": [],
|
|
8904
|
-
"js": {
|
|
8905
|
-
"properties": [
|
|
8906
|
-
{
|
|
8907
|
-
"name": "active",
|
|
8908
|
-
"description": "Defines whether the slider handle is active.\n<br><br>\n<b>Note:</b> An active slider handle is currently being interacted with.",
|
|
8909
|
-
"value": { "type": "boolean" }
|
|
8910
|
-
},
|
|
8911
|
-
{
|
|
8912
|
-
"name": "max",
|
|
8913
|
-
"description": "Defines the maximum value of the slider handle.\n<br><br>\n<b>Note:</b> The value should be greater than the <code>min</code> property of the parent <code>ui5-slider</code>.",
|
|
8914
|
-
"value": { "type": "number" }
|
|
8915
|
-
},
|
|
8916
|
-
{
|
|
8917
|
-
"name": "min",
|
|
8918
|
-
"description": "Defines the minimum value of the slider handle.\n<br><br>\n<b>Note:</b> The value should be less than the <code>max</code> property of the parent <code>ui5-slider</code>.",
|
|
8919
|
-
"value": { "type": "number" }
|
|
8920
|
-
},
|
|
8921
|
-
{
|
|
8922
|
-
"name": "value",
|
|
8923
|
-
"description": "Defines the value of the slider handle.\n<br><br>\n<b>Note:</b> The value should be between the <code>min</code> and <code>max</code> properties of the parent <code>ui5-slider</code>.",
|
|
8924
|
-
"value": { "type": "number" }
|
|
8925
|
-
}
|
|
8926
|
-
],
|
|
8927
|
-
"events": []
|
|
8928
|
-
}
|
|
9015
|
+
"js": { "properties": [], "events": [] }
|
|
8929
9016
|
},
|
|
8930
9017
|
{
|
|
8931
9018
|
"name": "ui5-slider-tooltip",
|
|
@@ -9260,7 +9347,7 @@
|
|
|
9260
9347
|
},
|
|
9261
9348
|
{
|
|
9262
9349
|
"name": "ui5-suggestion-item",
|
|
9263
|
-
"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`.",
|
|
9264
9351
|
"doc-url": "",
|
|
9265
9352
|
"attributes": [
|
|
9266
9353
|
{
|
|
@@ -9274,7 +9361,12 @@
|
|
|
9274
9361
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
9275
9362
|
}
|
|
9276
9363
|
],
|
|
9277
|
-
"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
|
+
],
|
|
9278
9370
|
"js": {
|
|
9279
9371
|
"properties": [
|
|
9280
9372
|
{
|
|
@@ -9288,12 +9380,17 @@
|
|
|
9288
9380
|
"value": { "type": "string | undefined" }
|
|
9289
9381
|
}
|
|
9290
9382
|
],
|
|
9291
|
-
"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
|
+
]
|
|
9292
9389
|
}
|
|
9293
9390
|
},
|
|
9294
9391
|
{
|
|
9295
9392
|
"name": "ui5-suggestion-item-custom",
|
|
9296
|
-
"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.",
|
|
9297
9394
|
"doc-url": "",
|
|
9298
9395
|
"attributes": [
|
|
9299
9396
|
{
|
|
@@ -9308,7 +9405,12 @@
|
|
|
9308
9405
|
"description": "Defines the content of the component."
|
|
9309
9406
|
}
|
|
9310
9407
|
],
|
|
9311
|
-
"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
|
+
],
|
|
9312
9414
|
"js": {
|
|
9313
9415
|
"properties": [
|
|
9314
9416
|
{
|
|
@@ -9317,7 +9419,12 @@
|
|
|
9317
9419
|
"value": { "type": "string | undefined" }
|
|
9318
9420
|
}
|
|
9319
9421
|
],
|
|
9320
|
-
"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
|
+
]
|
|
9321
9428
|
}
|
|
9322
9429
|
},
|
|
9323
9430
|
{
|
|
@@ -9396,7 +9503,7 @@
|
|
|
9396
9503
|
},
|
|
9397
9504
|
{
|
|
9398
9505
|
"name": "ui5-li-suggestion-item",
|
|
9399
|
-
"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",
|
|
9400
9507
|
"doc-url": "",
|
|
9401
9508
|
"attributes": [
|
|
9402
9509
|
{
|
|
@@ -9412,6 +9519,14 @@
|
|
|
9412
9519
|
"description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
|
|
9413
9520
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
9414
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
|
+
},
|
|
9415
9530
|
{
|
|
9416
9531
|
"name": "additional-text",
|
|
9417
9532
|
"description": "Defines the `additionalText`, displayed in the end of the list item.",
|
|
@@ -9509,6 +9624,10 @@
|
|
|
9509
9624
|
}
|
|
9510
9625
|
],
|
|
9511
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
|
+
},
|
|
9512
9631
|
{
|
|
9513
9632
|
"name": "detail-click",
|
|
9514
9633
|
"description": "Fired when the user clicks on the detail button when type is `Detail`."
|
|
@@ -9526,6 +9645,13 @@
|
|
|
9526
9645
|
"description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
|
|
9527
9646
|
"value": { "type": "string | undefined" }
|
|
9528
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
|
+
},
|
|
9529
9655
|
{
|
|
9530
9656
|
"name": "additional-text",
|
|
9531
9657
|
"description": "Defines the `additionalText`, displayed in the end of the list item.",
|
|
@@ -9599,6 +9725,10 @@
|
|
|
9599
9725
|
}
|
|
9600
9726
|
],
|
|
9601
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
|
+
},
|
|
9602
9732
|
{
|
|
9603
9733
|
"name": "detail-click",
|
|
9604
9734
|
"description": "Fired when the user clicks on the detail button when type is `Detail`."
|
|
@@ -9754,7 +9884,7 @@
|
|
|
9754
9884
|
},
|
|
9755
9885
|
{
|
|
9756
9886
|
"name": "ui5-tab",
|
|
9757
|
-
"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.",
|
|
9758
9888
|
"doc-url": "",
|
|
9759
9889
|
"attributes": [
|
|
9760
9890
|
{
|
|
@@ -9806,7 +9936,12 @@
|
|
|
9806
9936
|
"description": "Defines hierarchies with nested sub tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design."
|
|
9807
9937
|
}
|
|
9808
9938
|
],
|
|
9809
|
-
"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
|
+
],
|
|
9810
9945
|
"js": {
|
|
9811
9946
|
"properties": [
|
|
9812
9947
|
{
|
|
@@ -9847,7 +9982,12 @@
|
|
|
9847
9982
|
"value": { "type": "string | undefined" }
|
|
9848
9983
|
}
|
|
9849
9984
|
],
|
|
9850
|
-
"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
|
+
]
|
|
9851
9991
|
}
|
|
9852
9992
|
},
|
|
9853
9993
|
{
|
|
@@ -10169,7 +10309,7 @@
|
|
|
10169
10309
|
},
|
|
10170
10310
|
{
|
|
10171
10311
|
"name": "merged",
|
|
10172
|
-
"description": "Defines whether the cell is visually merged with the cell directly above it.\n\nThis is useful
|
|
10312
|
+
"description": "Defines whether the cell is visually merged with the cell directly above it.\n\nThis is useful if consecutive cells in a column have the same value and should visually appear as a single merged cell.\nAlthough the cell is visually merged with the previous one, its content must still be provided for accessibility purposes.\n**Note:** This feature is disabled when cells are rendered as a popin, and should remain `false` for interactive cell content.",
|
|
10173
10313
|
"value": { "type": "boolean", "default": "false" }
|
|
10174
10314
|
}
|
|
10175
10315
|
],
|
|
@@ -10191,7 +10331,7 @@
|
|
|
10191
10331
|
},
|
|
10192
10332
|
{
|
|
10193
10333
|
"name": "merged",
|
|
10194
|
-
"description": "Defines whether the cell is visually merged with the cell directly above it.\n\nThis is useful
|
|
10334
|
+
"description": "Defines whether the cell is visually merged with the cell directly above it.\n\nThis is useful if consecutive cells in a column have the same value and should visually appear as a single merged cell.\nAlthough the cell is visually merged with the previous one, its content must still be provided for accessibility purposes.\n**Note:** This feature is disabled when cells are rendered as a popin, and should remain `false` for interactive cell content.",
|
|
10195
10335
|
"value": { "type": "boolean" }
|
|
10196
10336
|
}
|
|
10197
10337
|
],
|
|
@@ -12135,6 +12275,11 @@
|
|
|
12135
12275
|
"type": "\"Transparent\" | \"Solid\"",
|
|
12136
12276
|
"default": "\"Solid\""
|
|
12137
12277
|
}
|
|
12278
|
+
},
|
|
12279
|
+
{
|
|
12280
|
+
"name": "overflow-button-accessible-name",
|
|
12281
|
+
"description": "Defines the accessible ARIA name of the overflow button of the component.\n\n**Note:** When not set, the built-in translation for \"Additional Options\" is used.",
|
|
12282
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
12138
12283
|
}
|
|
12139
12284
|
],
|
|
12140
12285
|
"slots": [
|
|
@@ -12165,6 +12310,11 @@
|
|
|
12165
12310
|
"name": "design",
|
|
12166
12311
|
"description": "Defines the toolbar design.",
|
|
12167
12312
|
"value": { "type": "\"Transparent\" | \"Solid\"" }
|
|
12313
|
+
},
|
|
12314
|
+
{
|
|
12315
|
+
"name": "overflow-button-accessible-name",
|
|
12316
|
+
"description": "Defines the accessible ARIA name of the overflow button of the component.\n\n**Note:** When not set, the built-in translation for \"Additional Options\" is used.",
|
|
12317
|
+
"value": { "type": "string | undefined" }
|
|
12168
12318
|
}
|
|
12169
12319
|
],
|
|
12170
12320
|
"events": []
|
|
@@ -12807,7 +12957,7 @@
|
|
|
12807
12957
|
},
|
|
12808
12958
|
{
|
|
12809
12959
|
"name": "ui5-tree-item",
|
|
12810
|
-
"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",
|
|
12811
12961
|
"doc-url": "",
|
|
12812
12962
|
"attributes": [
|
|
12813
12963
|
{
|
|
@@ -12823,6 +12973,14 @@
|
|
|
12823
12973
|
"description": "Defines the accessible name of the component.",
|
|
12824
12974
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
12825
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
|
+
},
|
|
12826
12984
|
{
|
|
12827
12985
|
"name": "additional-text",
|
|
12828
12986
|
"description": "Defines the `additionalText`, displayed in the end of the tree item.",
|
|
@@ -12913,6 +13071,10 @@
|
|
|
12913
13071
|
}
|
|
12914
13072
|
],
|
|
12915
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
|
+
},
|
|
12916
13078
|
{
|
|
12917
13079
|
"name": "detail-click",
|
|
12918
13080
|
"description": "Fired when the user clicks on the detail button when type is `Detail`."
|
|
@@ -12930,6 +13092,13 @@
|
|
|
12930
13092
|
"description": "Defines the accessible name of the component.",
|
|
12931
13093
|
"value": { "type": "string | undefined" }
|
|
12932
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
|
+
},
|
|
12933
13102
|
{
|
|
12934
13103
|
"name": "additional-text",
|
|
12935
13104
|
"description": "Defines the `additionalText`, displayed in the end of the tree item.",
|
|
@@ -13003,6 +13172,10 @@
|
|
|
13003
13172
|
}
|
|
13004
13173
|
],
|
|
13005
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
|
+
},
|
|
13006
13179
|
{
|
|
13007
13180
|
"name": "detail-click",
|
|
13008
13181
|
"description": "Fired when the user clicks on the detail button when type is `Detail`."
|
|
@@ -13012,7 +13185,7 @@
|
|
|
13012
13185
|
},
|
|
13013
13186
|
{
|
|
13014
13187
|
"name": "ui5-tree-item-custom",
|
|
13015
|
-
"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",
|
|
13016
13189
|
"doc-url": "",
|
|
13017
13190
|
"attributes": [
|
|
13018
13191
|
{
|
|
@@ -13028,6 +13201,14 @@
|
|
|
13028
13201
|
"description": "Defines the accessible name of the component.",
|
|
13029
13202
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
13030
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
|
+
},
|
|
13031
13212
|
{
|
|
13032
13213
|
"name": "additional-text-state",
|
|
13033
13214
|
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
@@ -13117,6 +13298,10 @@
|
|
|
13117
13298
|
}
|
|
13118
13299
|
],
|
|
13119
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
|
+
},
|
|
13120
13305
|
{
|
|
13121
13306
|
"name": "detail-click",
|
|
13122
13307
|
"description": "Fired when the user clicks on the detail button when type is `Detail`."
|
|
@@ -13134,6 +13319,13 @@
|
|
|
13134
13319
|
"description": "Defines the accessible name of the component.",
|
|
13135
13320
|
"value": { "type": "string | undefined" }
|
|
13136
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
|
+
},
|
|
13137
13329
|
{
|
|
13138
13330
|
"name": "additional-text-state",
|
|
13139
13331
|
"description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
|
|
@@ -13202,6 +13394,10 @@
|
|
|
13202
13394
|
}
|
|
13203
13395
|
],
|
|
13204
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
|
+
},
|
|
13205
13401
|
{
|
|
13206
13402
|
"name": "detail-click",
|
|
13207
13403
|
"description": "Fired when the user clicks on the detail button when type is `Detail`."
|