@ui5/webcomponents 2.27.0-rc.0 → 2.27.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/DatePicker.d.ts +4 -4
  4. package/dist/DatePicker.js +4 -4
  5. package/dist/DatePicker.js.map +1 -1
  6. package/dist/DayPicker.d.ts +1 -0
  7. package/dist/DayPicker.js +4 -1
  8. package/dist/DayPicker.js.map +1 -1
  9. package/dist/DayPickerTemplate.js +1 -1
  10. package/dist/DayPickerTemplate.js.map +1 -1
  11. package/dist/Icon.js +3 -0
  12. package/dist/Icon.js.map +1 -1
  13. package/dist/List.js +1 -1
  14. package/dist/List.js.map +1 -1
  15. package/dist/ListItem.d.ts +4 -2
  16. package/dist/ListItem.js +5 -9
  17. package/dist/ListItem.js.map +1 -1
  18. package/dist/ListItemGroup.d.ts +7 -23
  19. package/dist/ListItemGroup.js +4 -21
  20. package/dist/ListItemGroup.js.map +1 -1
  21. package/dist/ListItemGroupBase.d.ts +41 -0
  22. package/dist/ListItemGroupBase.js +54 -0
  23. package/dist/ListItemGroupBase.js.map +1 -0
  24. package/dist/ListItemStandardTemplate.js +1 -1
  25. package/dist/ListItemStandardTemplate.js.map +1 -1
  26. package/dist/OptionGroup.d.ts +4 -4
  27. package/dist/OptionGroup.js +3 -3
  28. package/dist/OptionGroup.js.map +1 -1
  29. package/dist/Popover.js +5 -3
  30. package/dist/Popover.js.map +1 -1
  31. package/dist/SplitButton.d.ts +7 -3
  32. package/dist/SplitButton.js +4 -4
  33. package/dist/SplitButton.js.map +1 -1
  34. package/dist/SplitButtonTemplate.js +1 -1
  35. package/dist/SplitButtonTemplate.js.map +1 -1
  36. package/dist/ToolbarButton.d.ts +18 -0
  37. package/dist/ToolbarButton.js +16 -0
  38. package/dist/ToolbarButton.js.map +1 -1
  39. package/dist/ToolbarButtonTemplate.js +1 -1
  40. package/dist/ToolbarButtonTemplate.js.map +1 -1
  41. package/dist/custom-elements-internal.json +153 -182
  42. package/dist/custom-elements.json +136 -124
  43. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  44. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  45. package/dist/generated/i18n/i18n-defaults.d.ts +2 -1
  46. package/dist/generated/i18n/i18n-defaults.js +2 -1
  47. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  48. package/dist/vscode.html-custom-data.json +25 -25
  49. package/dist/web-types.json +54 -84
  50. package/package.json +9 -9
  51. package/src/DayPickerTemplate.tsx +1 -1
  52. package/src/ListItemStandardTemplate.tsx +1 -1
  53. package/src/SplitButtonTemplate.tsx +1 -2
  54. package/src/ToolbarButtonTemplate.tsx +2 -0
  55. package/src/i18n/messagebundle.properties +3 -0
  56. package/src/i18n/messagebundle_en.properties +2 -0
  57. package/src/i18n/messagebundle_en_US_saprigi.properties +7 -6
@@ -4833,7 +4833,7 @@
4833
4833
  "type": {
4834
4834
  "text": "string | undefined"
4835
4835
  },
4836
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
4836
+ "description": "Defines the header text of the group.",
4837
4837
  "privacy": "public",
4838
4838
  "default": "undefined"
4839
4839
  },
@@ -4873,7 +4873,7 @@
4873
4873
  }
4874
4874
  },
4875
4875
  {
4876
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
4876
+ "description": "Defines the header text of the group.",
4877
4877
  "name": "header-text",
4878
4878
  "default": "undefined",
4879
4879
  "fieldName": "headerText",
@@ -5160,7 +5160,7 @@
5160
5160
  "declarations": [
5161
5161
  {
5162
5162
  "kind": "class",
5163
- "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the valueFormat is \"yyyy-MM-dd\", the displayFormat is \"MMM d, y\", and the used locale is English, a valid value string is \"2015-07-30\", which leads to an output of \"Jul 30, 2015\".\nIf no placeholder is set to the DatePicker, the used displayFormat is displayed as a placeholder. If another placeholder is needed, it must be set.\n\n### Relative date input\n\nThe input field also accepts locale-aware relative date expressions sourced from the Unicode CLDR.\nThe following expressions are supported in English:\n\n- Day: \"today\", \"yesterday\", \"tomorrow\"\n- Week: \"this week\", \"last week\", \"next week\"\n- Month: \"this month\", \"last month\", \"next month\"\n- Year: \"this year\", \"last year\", \"next year\"\n\nThe recognized expressions are locale-specific — the equivalent terms in the user's language are used (for example, \"heute\" in German, \"bugün\" in Turkish).\nWeek, month, and year expressions resolve to an offset from today (for example, \"next week\" = today + 7 days).\nFor the full list of supported fields and patterns, see [CLDR Date Fields](https://unicode.org/reports/tr35/tr35-dates.html#Calendar_Fields).\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`",
5163
+ "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the valueFormat is \"yyyy-MM-dd\", the displayFormat is \"MMM d, y\", and the used locale is English, a valid value string is \"2015-07-30\", which leads to an output of \"Jul 30, 2015\".\nIf no placeholder is set to the DatePicker, the used displayFormat is displayed as a placeholder. If another placeholder is needed, it must be set.\n\n### Relative date input\n\nThe input field also accepts locale-aware relative date expressions sourced from the Unicode CLDR.\nThe following expressions are supported in English:\n\n- Day: \"today\", \"yesterday\", \"tomorrow\", \"in N days\", \"N days ago\"\n- Week: \"this week\", \"last week\", \"next week\", \"in N weeks\", \"N weeks ago\"\n- Month: \"this month\", \"last month\", \"next month\", \"in N months\", \"N months ago\"\n- Year: \"this year\", \"last year\", \"next year\", \"in N years\", \"N years ago\"\n\nThe recognized expressions are locale-specific — the equivalent terms in the user's language are used (for example, \"heute\" in German, \"bugün\" in Turkish).\nWeek, month, and year expressions resolve to an offset from today (for example, \"next week\" = today + 7 days).\nFor the full list of supported fields and patterns, see [CLDR Date Fields](https://unicode.org/reports/tr35/tr35-dates.html#Calendar_Fields).\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`",
5164
5164
  "name": "DatePicker",
5165
5165
  "cssParts": [
5166
5166
  {
@@ -11682,7 +11682,7 @@
11682
11682
  ]
11683
11683
  },
11684
11684
  "default": "\"Active\"",
11685
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
11685
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
11686
11686
  "privacy": "public"
11687
11687
  }
11688
11688
  ],
@@ -11765,7 +11765,7 @@
11765
11765
  }
11766
11766
  },
11767
11767
  {
11768
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
11768
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
11769
11769
  "name": "type",
11770
11770
  "default": "\"Active\"",
11771
11771
  "fieldName": "type",
@@ -11996,7 +11996,7 @@
11996
11996
  ]
11997
11997
  },
11998
11998
  "default": "\"Active\"",
11999
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
11999
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
12000
12000
  "privacy": "public"
12001
12001
  }
12002
12002
  ],
@@ -12074,7 +12074,7 @@
12074
12074
  }
12075
12075
  },
12076
12076
  {
12077
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
12077
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
12078
12078
  "name": "type",
12079
12079
  "default": "\"Active\"",
12080
12080
  "fieldName": "type",
@@ -12155,7 +12155,7 @@
12155
12155
  "slots": [
12156
12156
  {
12157
12157
  "name": "default",
12158
- "description": "Defines the items of the <code>ui5-li-group</code>."
12158
+ "description": "Defines the items of the group."
12159
12159
  },
12160
12160
  {
12161
12161
  "name": "header",
@@ -12179,7 +12179,7 @@
12179
12179
  "type": {
12180
12180
  "text": "string | undefined"
12181
12181
  },
12182
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
12182
+ "description": "Defines the header text of the group.",
12183
12183
  "privacy": "public",
12184
12184
  "default": "undefined"
12185
12185
  },
@@ -12242,7 +12242,7 @@
12242
12242
  }
12243
12243
  },
12244
12244
  {
12245
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
12245
+ "description": "Defines the header text of the group.",
12246
12246
  "name": "header-text",
12247
12247
  "default": "undefined",
12248
12248
  "fieldName": "headerText",
@@ -12261,9 +12261,9 @@
12261
12261
  }
12262
12262
  ],
12263
12263
  "superclass": {
12264
- "name": "UI5Element",
12265
- "package": "@ui5/webcomponents-base",
12266
- "module": "dist/UI5Element.js"
12264
+ "name": "ListItemGroupBase",
12265
+ "package": "@ui5/webcomponents",
12266
+ "module": "dist/ListItemGroupBase.js"
12267
12267
  },
12268
12268
  "tagName": "ui5-li-group",
12269
12269
  "customElement": true
@@ -12288,6 +12288,62 @@
12288
12288
  }
12289
12289
  ]
12290
12290
  },
12291
+ {
12292
+ "kind": "javascript-module",
12293
+ "path": "dist/ListItemGroupBase.js",
12294
+ "declarations": [
12295
+ {
12296
+ "kind": "class",
12297
+ "description": "### Overview\n\n`ListItemGroupBase` is the abstract base for grouping components. It provides the minimal\n\"group\" contract shared by `ui5-li-group` and `ui5-option-group`: a header text, the default\nitems slot, and the plumbing the internal `ui5-list` relies on to flatten grouped items.\n\nConcrete group components extend this class and add only the public API that is relevant to them.",
12298
+ "name": "ListItemGroupBase",
12299
+ "slots": [
12300
+ {
12301
+ "name": "default",
12302
+ "description": "Defines the items of the group."
12303
+ }
12304
+ ],
12305
+ "members": [
12306
+ {
12307
+ "kind": "field",
12308
+ "name": "headerText",
12309
+ "type": {
12310
+ "text": "string | undefined"
12311
+ },
12312
+ "description": "Defines the header text of the group.",
12313
+ "privacy": "public",
12314
+ "default": "undefined"
12315
+ }
12316
+ ],
12317
+ "attributes": [
12318
+ {
12319
+ "description": "Defines the header text of the group.",
12320
+ "name": "header-text",
12321
+ "default": "undefined",
12322
+ "fieldName": "headerText",
12323
+ "type": {
12324
+ "text": "string | undefined"
12325
+ }
12326
+ }
12327
+ ],
12328
+ "superclass": {
12329
+ "name": "UI5Element",
12330
+ "package": "@ui5/webcomponents-base",
12331
+ "module": "dist/UI5Element.js"
12332
+ },
12333
+ "customElement": true
12334
+ }
12335
+ ],
12336
+ "exports": [
12337
+ {
12338
+ "kind": "js",
12339
+ "name": "default",
12340
+ "declaration": {
12341
+ "name": "ListItemGroupBase",
12342
+ "module": "dist/ListItemGroupBase.js"
12343
+ }
12344
+ }
12345
+ ]
12346
+ },
12291
12347
  {
12292
12348
  "kind": "javascript-module",
12293
12349
  "path": "dist/ListItemGroupHeader.js",
@@ -12642,7 +12698,7 @@
12642
12698
  ]
12643
12699
  },
12644
12700
  "default": "\"Active\"",
12645
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
12701
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
12646
12702
  "privacy": "public"
12647
12703
  },
12648
12704
  {
@@ -12791,7 +12847,7 @@
12791
12847
  }
12792
12848
  },
12793
12849
  {
12794
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
12850
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
12795
12851
  "name": "type",
12796
12852
  "default": "\"Active\"",
12797
12853
  "fieldName": "type",
@@ -13309,7 +13365,7 @@
13309
13365
  ]
13310
13366
  },
13311
13367
  "default": "\"Active\"",
13312
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
13368
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
13313
13369
  "privacy": "public"
13314
13370
  }
13315
13371
  ],
@@ -13513,7 +13569,7 @@
13513
13569
  }
13514
13570
  },
13515
13571
  {
13516
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
13572
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
13517
13573
  "name": "type",
13518
13574
  "default": "\"Active\"",
13519
13575
  "fieldName": "type",
@@ -14749,7 +14805,7 @@
14749
14805
  "type": {
14750
14806
  "text": "string | undefined"
14751
14807
  },
14752
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
14808
+ "description": "Defines the header text of the group.",
14753
14809
  "privacy": "public",
14754
14810
  "default": "undefined"
14755
14811
  },
@@ -14789,7 +14845,7 @@
14789
14845
  }
14790
14846
  },
14791
14847
  {
14792
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
14848
+ "description": "Defines the header text of the group.",
14793
14849
  "name": "header-text",
14794
14850
  "default": "undefined",
14795
14851
  "fieldName": "headerText",
@@ -16023,125 +16079,36 @@
16023
16079
  {
16024
16080
  "name": "default",
16025
16081
  "description": "Defines the options of the group.\n\n**Note:** Use the `ui5-option` component to define the desired options."
16026
- },
16027
- {
16028
- "name": "header",
16029
- "description": "Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten."
16030
16082
  }
16031
16083
  ],
16032
16084
  "members": [
16033
- {
16034
- "kind": "field",
16035
- "name": "headerAccessibleName",
16036
- "type": {
16037
- "text": "string | undefined"
16038
- },
16039
- "description": "Defines the accessible name of the header.",
16040
- "privacy": "public",
16041
- "default": "undefined"
16042
- },
16043
16085
  {
16044
16086
  "kind": "field",
16045
16087
  "name": "headerText",
16046
16088
  "type": {
16047
16089
  "text": "string | undefined"
16048
16090
  },
16049
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
16091
+ "description": "Defines the header text of the group.",
16050
16092
  "privacy": "public",
16051
16093
  "default": "undefined"
16052
- },
16053
- {
16054
- "kind": "field",
16055
- "name": "wrappingType",
16056
- "type": {
16057
- "text": "WrappingType",
16058
- "references": [
16059
- {
16060
- "name": "WrappingType",
16061
- "package": "@ui5/webcomponents",
16062
- "module": "dist/types/WrappingType.js"
16063
- }
16064
- ]
16065
- },
16066
- "default": "\"None\"",
16067
- "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
16068
- "privacy": "public"
16069
16094
  }
16070
16095
  ],
16071
16096
  "superclass": {
16072
- "name": "ListItemGroup",
16097
+ "name": "ListItemGroupBase",
16073
16098
  "package": "@ui5/webcomponents",
16074
- "module": "dist/ListItemGroup.js"
16099
+ "module": "dist/ListItemGroupBase.js"
16075
16100
  },
16076
16101
  "tagName": "ui5-option-group",
16077
16102
  "customElement": true,
16078
- "cssParts": [
16079
- {
16080
- "description": "Used to style the header item of the group",
16081
- "name": "header"
16082
- },
16083
- {
16084
- "description": "Used to style the title of the group header",
16085
- "name": "title"
16086
- }
16087
- ],
16088
16103
  "attributes": [
16089
16104
  {
16090
- "description": "Defines the accessible name of the header.",
16091
- "name": "header-accessible-name",
16092
- "default": "undefined",
16093
- "fieldName": "headerAccessibleName",
16094
- "type": {
16095
- "text": "string | undefined"
16096
- }
16097
- },
16098
- {
16099
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
16105
+ "description": "Defines the header text of the group.",
16100
16106
  "name": "header-text",
16101
16107
  "default": "undefined",
16102
16108
  "fieldName": "headerText",
16103
16109
  "type": {
16104
16110
  "text": "string | undefined"
16105
16111
  }
16106
- },
16107
- {
16108
- "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
16109
- "name": "wrapping-type",
16110
- "default": "\"None\"",
16111
- "fieldName": "wrappingType",
16112
- "type": {
16113
- "text": "\"None\" | \"Normal\""
16114
- }
16115
- }
16116
- ],
16117
- "events": [
16118
- {
16119
- "name": "move",
16120
- "type": {
16121
- "text": "CustomEvent<ListItemGroupMoveEventDetail>",
16122
- "references": [
16123
- {
16124
- "name": "ListItemGroupMoveEventDetail",
16125
- "package": "@ui5/webcomponents",
16126
- "module": "dist/ListItemGroup.js"
16127
- }
16128
- ]
16129
- },
16130
- "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action."
16131
- },
16132
- {
16133
- "name": "move-over",
16134
- "type": {
16135
- "text": "CustomEvent<ListItemGroupMoveEventDetail>",
16136
- "references": [
16137
- {
16138
- "name": "ListItemGroupMoveEventDetail",
16139
- "package": "@ui5/webcomponents",
16140
- "module": "dist/ListItemGroup.js"
16141
- }
16142
- ]
16143
- },
16144
- "description": "Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`."
16145
16112
  }
16146
16113
  ]
16147
16114
  }
@@ -20298,7 +20265,7 @@
20298
20265
  ]
20299
20266
  },
20300
20267
  "default": "{}",
20301
- "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe `accessibilityAttributes` property accepts an object with the following optional fields:\n\n- **root**: Attributes that will be applied to the main (text) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **roleDescription**: Provides a human-readable description for the role of the button.\n Accepts any string value.\n - **title**: Specifies a tooltip or description for screen readers.\n Accepts any string value.\n\t- **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.\n\n- **arrowButton**: Attributes applied specifically to the arrow (split) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the arrow button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **expanded**: Indicates whether the popup triggered by the arrow button is currently expanded.\n Accepts boolean values: `true` or `false`.",
20268
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe `accessibilityAttributes` property accepts an object with the following optional fields:\n\n- **root**: Attributes that will be applied to the main (text) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **title**: Specifies a tooltip or description for screen readers.\n Accepts any string value.\n\t- **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.\n\n- **arrowButton**: Attributes applied specifically to the arrow (split) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the arrow button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **expanded**: Indicates whether the popup triggered by the arrow button is currently expanded.\n Accepts boolean values: `true` or `false`.",
20302
20269
  "privacy": "public"
20303
20270
  },
20304
20271
  {
@@ -20377,7 +20344,7 @@
20377
20344
  ],
20378
20345
  "attributes": [
20379
20346
  {
20380
- "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe `accessibilityAttributes` property accepts an object with the following optional fields:\n\n- **root**: Attributes that will be applied to the main (text) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **roleDescription**: Provides a human-readable description for the role of the button.\n Accepts any string value.\n - **title**: Specifies a tooltip or description for screen readers.\n Accepts any string value.\n\t- **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.\n\n- **arrowButton**: Attributes applied specifically to the arrow (split) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the arrow button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **expanded**: Indicates whether the popup triggered by the arrow button is currently expanded.\n Accepts boolean values: `true` or `false`.",
20347
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe `accessibilityAttributes` property accepts an object with the following optional fields:\n\n- **root**: Attributes that will be applied to the main (text) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **title**: Specifies a tooltip or description for screen readers.\n Accepts any string value.\n\t- **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.\n\n- **arrowButton**: Attributes applied specifically to the arrow (split) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the arrow button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **expanded**: Indicates whether the popup triggered by the arrow button is currently expanded.\n Accepts boolean values: `true` or `false`.",
20381
20348
  "name": "accessibility-attributes",
20382
20349
  "default": "{}",
20383
20350
  "fieldName": "accessibilityAttributes",
@@ -21010,7 +20977,7 @@
21010
20977
  }
21011
20978
  },
21012
20979
  {
21013
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
20980
+ "description": "Defines the header text of the group.",
21014
20981
  "name": "header-text",
21015
20982
  "default": "undefined",
21016
20983
  "fieldName": "headerText",
@@ -21045,7 +21012,7 @@
21045
21012
  "type": {
21046
21013
  "text": "string | undefined"
21047
21014
  },
21048
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
21015
+ "description": "Defines the header text of the group.",
21049
21016
  "privacy": "public",
21050
21017
  "default": "undefined"
21051
21018
  },
@@ -21373,7 +21340,7 @@
21373
21340
  ]
21374
21341
  },
21375
21342
  "default": "\"Active\"",
21376
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
21343
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
21377
21344
  "privacy": "public"
21378
21345
  },
21379
21346
  {
@@ -21529,7 +21496,7 @@
21529
21496
  }
21530
21497
  },
21531
21498
  {
21532
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
21499
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
21533
21500
  "name": "type",
21534
21501
  "default": "\"Active\"",
21535
21502
  "fieldName": "type",
@@ -27633,6 +27600,16 @@
27633
27600
  "description": "Defines the additional accessibility attributes that will be applied to the component.\n\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
27634
27601
  "privacy": "public"
27635
27602
  },
27603
+ {
27604
+ "kind": "field",
27605
+ "name": "accessibleDescription",
27606
+ "type": {
27607
+ "text": "string | undefined"
27608
+ },
27609
+ "description": "Defines the accessible description of the component.",
27610
+ "default": "undefined",
27611
+ "privacy": "public"
27612
+ },
27636
27613
  {
27637
27614
  "kind": "field",
27638
27615
  "name": "accessibleName",
@@ -27653,6 +27630,23 @@
27653
27630
  "default": "undefined",
27654
27631
  "privacy": "public"
27655
27632
  },
27633
+ {
27634
+ "kind": "field",
27635
+ "name": "accessibleRole",
27636
+ "type": {
27637
+ "text": "ButtonAccessibleRole",
27638
+ "references": [
27639
+ {
27640
+ "name": "ButtonAccessibleRole",
27641
+ "package": "@ui5/webcomponents",
27642
+ "module": "dist/types/ButtonAccessibleRole.js"
27643
+ }
27644
+ ]
27645
+ },
27646
+ "default": "\"Button\"",
27647
+ "description": "Defines the ARIA role of the component.\n\n**Note:** Use `ButtonAccessibleRole.Link` role only with a press handler that performs navigation.\nIn all other scenarios the default button semantics are recommended.",
27648
+ "privacy": "public"
27649
+ },
27656
27650
  {
27657
27651
  "kind": "field",
27658
27652
  "name": "design",
@@ -27787,6 +27781,15 @@
27787
27781
  "text": "ButtonAccessibilityAttributes"
27788
27782
  }
27789
27783
  },
27784
+ {
27785
+ "description": "Defines the accessible description of the component.",
27786
+ "name": "accessible-description",
27787
+ "default": "undefined",
27788
+ "fieldName": "accessibleDescription",
27789
+ "type": {
27790
+ "text": "string | undefined"
27791
+ }
27792
+ },
27790
27793
  {
27791
27794
  "description": "Defines the accessible ARIA name of the component.",
27792
27795
  "name": "accessible-name",
@@ -27805,6 +27808,15 @@
27805
27808
  "text": "string | undefined"
27806
27809
  }
27807
27810
  },
27811
+ {
27812
+ "description": "Defines the ARIA role of the component.\n\n**Note:** Use `ButtonAccessibleRole.Link` role only with a press handler that performs navigation.\nIn all other scenarios the default button semantics are recommended.",
27813
+ "name": "accessible-role",
27814
+ "default": "\"Button\"",
27815
+ "fieldName": "accessibleRole",
27816
+ "type": {
27817
+ "text": "\"Button\" | \"Link\""
27818
+ }
27819
+ },
27808
27820
  {
27809
27821
  "description": "Defines the action design.",
27810
27822
  "name": "design",
@@ -29222,7 +29234,7 @@
29222
29234
  ]
29223
29235
  },
29224
29236
  "default": "\"Active\"",
29225
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
29237
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
29226
29238
  "privacy": "public"
29227
29239
  }
29228
29240
  ],
@@ -29363,7 +29375,7 @@
29363
29375
  }
29364
29376
  },
29365
29377
  {
29366
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
29378
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
29367
29379
  "name": "type",
29368
29380
  "default": "\"Active\"",
29369
29381
  "fieldName": "type",
@@ -29643,7 +29655,7 @@
29643
29655
  ]
29644
29656
  },
29645
29657
  "default": "\"Active\"",
29646
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
29658
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
29647
29659
  "privacy": "public"
29648
29660
  }
29649
29661
  ],
@@ -29789,7 +29801,7 @@
29789
29801
  }
29790
29802
  },
29791
29803
  {
29792
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
29804
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
29793
29805
  "name": "type",
29794
29806
  "default": "\"Active\"",
29795
29807
  "fieldName": "type",
@@ -30051,7 +30063,7 @@
30051
30063
  ]
30052
30064
  },
30053
30065
  "default": "\"Active\"",
30054
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
30066
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
30055
30067
  "privacy": "public"
30056
30068
  }
30057
30069
  ],
@@ -30183,7 +30195,7 @@
30183
30195
  }
30184
30196
  },
30185
30197
  {
30186
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
30198
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
30187
30199
  "name": "type",
30188
30200
  "default": "\"Active\"",
30189
30201
  "fieldName": "type",