@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
@@ -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.27.0-rc.0",
4
+ "version": "2.27.0-rc.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -2261,7 +2261,7 @@
2261
2261
  },
2262
2262
  {
2263
2263
  "name": "header-text",
2264
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
2264
+ "description": "Defines the header text of the group.",
2265
2265
  "value": { "type": "string | undefined", "default": "undefined" }
2266
2266
  },
2267
2267
  {
@@ -2302,7 +2302,7 @@
2302
2302
  },
2303
2303
  {
2304
2304
  "name": "header-text",
2305
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
2305
+ "description": "Defines the header text of the group.",
2306
2306
  "value": { "type": "string | undefined" }
2307
2307
  },
2308
2308
  {
@@ -2325,7 +2325,7 @@
2325
2325
  },
2326
2326
  {
2327
2327
  "name": "ui5-date-picker",
2328
- "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\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **close** - Fired after the component's picker is closed.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **open** - Fired after the component's picker is opened.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Methods:**\n - **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **isValid(value: _string_): _boolean_** - @deprecated Use isValidValue or isValidDisplayValue instead - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidDisplayValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **input** - Used to style the input element. This part is forwarded to the underlying ui5-input element.",
2328
+ "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\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **close** - Fired after the component's picker is closed.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **open** - Fired after the component's picker is opened.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Methods:**\n - **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **isValid(value: _string_): _boolean_** - @deprecated Use isValidValue or isValidDisplayValue instead - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidDisplayValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **input** - Used to style the input element. This part is forwarded to the underlying ui5-input element.",
2329
2329
  "doc-url": "",
2330
2330
  "attributes": [
2331
2331
  {
@@ -5537,7 +5537,7 @@
5537
5537
  },
5538
5538
  {
5539
5539
  "name": "type",
5540
- "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.",
5540
+ "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.",
5541
5541
  "value": {
5542
5542
  "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\"",
5543
5543
  "default": "\"Active\""
@@ -5612,7 +5612,7 @@
5612
5612
  },
5613
5613
  {
5614
5614
  "name": "type",
5615
- "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.",
5615
+ "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.",
5616
5616
  "value": {
5617
5617
  "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
5618
5618
  }
@@ -5632,7 +5632,7 @@
5632
5632
  },
5633
5633
  {
5634
5634
  "name": "ui5-li-group",
5635
- "description": "### Overview\nThe `ui5-li-group` is a special list item, used only to create groups of list items.\n\nThis is the item to use inside a `ui5-list`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";`\n---\n\n\n### **Events:**\n - **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n- **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-li-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
5635
+ "description": "### Overview\nThe `ui5-li-group` is a special list item, used only to create groups of list items.\n\nThis is the item to use inside a `ui5-list`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";`\n---\n\n\n### **Events:**\n - **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n- **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n### **Slots:**\n - **default** - Defines the items of the group.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
5636
5636
  "doc-url": "",
5637
5637
  "attributes": [
5638
5638
  {
@@ -5642,7 +5642,7 @@
5642
5642
  },
5643
5643
  {
5644
5644
  "name": "header-text",
5645
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
5645
+ "description": "Defines the header text of the group.",
5646
5646
  "value": { "type": "string | undefined", "default": "undefined" }
5647
5647
  },
5648
5648
  {
@@ -5657,7 +5657,7 @@
5657
5657
  "slots": [
5658
5658
  {
5659
5659
  "name": "default",
5660
- "description": "Defines the items of the <code>ui5-li-group</code>."
5660
+ "description": "Defines the items of the group."
5661
5661
  },
5662
5662
  {
5663
5663
  "name": "header",
@@ -5683,7 +5683,7 @@
5683
5683
  },
5684
5684
  {
5685
5685
  "name": "header-text",
5686
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
5686
+ "description": "Defines the header text of the group.",
5687
5687
  "value": { "type": "string | undefined" }
5688
5688
  },
5689
5689
  {
@@ -5845,7 +5845,7 @@
5845
5845
  },
5846
5846
  {
5847
5847
  "name": "type",
5848
- "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.",
5848
+ "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.",
5849
5849
  "value": {
5850
5850
  "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\"",
5851
5851
  "default": "\"Active\""
@@ -5964,7 +5964,7 @@
5964
5964
  },
5965
5965
  {
5966
5966
  "name": "type",
5967
- "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.",
5967
+ "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.",
5968
5968
  "value": {
5969
5969
  "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
5970
5970
  }
@@ -6214,7 +6214,7 @@
6214
6214
  },
6215
6215
  {
6216
6216
  "name": "type",
6217
- "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.",
6217
+ "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.",
6218
6218
  "value": {
6219
6219
  "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\"",
6220
6220
  "default": "\"Active\""
@@ -6340,7 +6340,7 @@
6340
6340
  },
6341
6341
  {
6342
6342
  "name": "type",
6343
- "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.",
6343
+ "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.",
6344
6344
  "value": {
6345
6345
  "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
6346
6346
  }
@@ -6985,7 +6985,7 @@
6985
6985
  },
6986
6986
  {
6987
6987
  "name": "header-text",
6988
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
6988
+ "description": "Defines the header text of the group.",
6989
6989
  "value": { "type": "string | undefined", "default": "undefined" }
6990
6990
  },
6991
6991
  {
@@ -7026,7 +7026,7 @@
7026
7026
  },
7027
7027
  {
7028
7028
  "name": "header-text",
7029
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
7029
+ "description": "Defines the header text of the group.",
7030
7030
  "value": { "type": "string | undefined" }
7031
7031
  },
7032
7032
  {
@@ -7679,76 +7679,31 @@
7679
7679
  },
7680
7680
  {
7681
7681
  "name": "ui5-option-group",
7682
- "description": "### Overview\n\nThe `ui5-option-group` component is used to group options within a `ui5-select`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/OptionGroup.js\";`\n---\n\n\n### **Events:**\n - **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n- **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n### **Slots:**\n - **default** - Defines the options of the group.\n\n**Note:** Use the `ui5-option` component to define the desired options.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
7682
+ "description": "### Overview\n\nThe `ui5-option-group` component is used to group options within a `ui5-select`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/OptionGroup.js\";`\n---\n\n\n### **Slots:**\n - **default** - Defines the options of the group.\n\n**Note:** Use the `ui5-option` component to define the desired options.",
7683
7683
  "doc-url": "",
7684
7684
  "attributes": [
7685
- {
7686
- "name": "header-accessible-name",
7687
- "description": "Defines the accessible name of the header.",
7688
- "value": { "type": "string | undefined", "default": "undefined" }
7689
- },
7690
7685
  {
7691
7686
  "name": "header-text",
7692
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
7687
+ "description": "Defines the header text of the group.",
7693
7688
  "value": { "type": "string | undefined", "default": "undefined" }
7694
- },
7695
- {
7696
- "name": "wrapping-type",
7697
- "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).",
7698
- "value": {
7699
- "type": "\"None\" | \"Normal\"",
7700
- "default": "\"None\""
7701
- }
7702
7689
  }
7703
7690
  ],
7704
7691
  "slots": [
7705
7692
  {
7706
7693
  "name": "default",
7707
7694
  "description": "Defines the options of the group.\n\n**Note:** Use the `ui5-option` component to define the desired options."
7708
- },
7709
- {
7710
- "name": "header",
7711
- "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."
7712
- }
7713
- ],
7714
- "events": [
7715
- {
7716
- "name": "move",
7717
- "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."
7718
- },
7719
- {
7720
- "name": "move-over",
7721
- "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()`."
7722
7695
  }
7723
7696
  ],
7697
+ "events": [],
7724
7698
  "js": {
7725
7699
  "properties": [
7726
- {
7727
- "name": "header-accessible-name",
7728
- "description": "Defines the accessible name of the header.",
7729
- "value": { "type": "string | undefined" }
7730
- },
7731
7700
  {
7732
7701
  "name": "header-text",
7733
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
7702
+ "description": "Defines the header text of the group.",
7734
7703
  "value": { "type": "string | undefined" }
7735
- },
7736
- {
7737
- "name": "wrapping-type",
7738
- "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).",
7739
- "value": { "type": "\"None\" | \"Normal\"" }
7740
7704
  }
7741
7705
  ],
7742
- "events": [
7743
- {
7744
- "name": "move",
7745
- "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."
7746
- },
7747
- {
7748
- "name": "move-over",
7749
- "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()`."
7750
- }
7751
- ]
7706
+ "events": []
7752
7707
  }
7753
7708
  },
7754
7709
  {
@@ -9525,7 +9480,7 @@
9525
9480
  "attributes": [
9526
9481
  {
9527
9482
  "name": "accessibility-attributes",
9528
- "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`.",
9483
+ "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`.",
9529
9484
  "value": {
9530
9485
  "type": "SplitButtonAccessibilityAttributes",
9531
9486
  "default": "{}"
@@ -9580,7 +9535,7 @@
9580
9535
  "properties": [
9581
9536
  {
9582
9537
  "name": "accessibility-attributes",
9583
- "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`.",
9538
+ "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`.",
9584
9539
  "value": { "type": "SplitButtonAccessibilityAttributes" }
9585
9540
  },
9586
9541
  {
@@ -9897,7 +9852,7 @@
9897
9852
  },
9898
9853
  {
9899
9854
  "name": "header-text",
9900
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
9855
+ "description": "Defines the header text of the group.",
9901
9856
  "value": { "type": "string | undefined", "default": "undefined" }
9902
9857
  },
9903
9858
  {
@@ -9938,7 +9893,7 @@
9938
9893
  },
9939
9894
  {
9940
9895
  "name": "header-text",
9941
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
9896
+ "description": "Defines the header text of the group.",
9942
9897
  "value": { "type": "string | undefined" }
9943
9898
  },
9944
9899
  {
@@ -10048,7 +10003,7 @@
10048
10003
  },
10049
10004
  {
10050
10005
  "name": "type",
10051
- "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.",
10006
+ "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.",
10052
10007
  "value": {
10053
10008
  "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\"",
10054
10009
  "default": "\"Active\""
@@ -10171,7 +10126,7 @@
10171
10126
  },
10172
10127
  {
10173
10128
  "name": "type",
10174
- "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.",
10129
+ "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.",
10175
10130
  "value": {
10176
10131
  "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
10177
10132
  }
@@ -12864,6 +12819,11 @@
12864
12819
  "default": "{}"
12865
12820
  }
12866
12821
  },
12822
+ {
12823
+ "name": "accessible-description",
12824
+ "description": "Defines the accessible description of the component.",
12825
+ "value": { "type": "string | undefined", "default": "undefined" }
12826
+ },
12867
12827
  {
12868
12828
  "name": "accessible-name",
12869
12829
  "description": "Defines the accessible ARIA name of the component.",
@@ -12874,6 +12834,14 @@
12874
12834
  "description": "Receives id(or many ids) of the elements that label the component.",
12875
12835
  "value": { "type": "string | undefined", "default": "undefined" }
12876
12836
  },
12837
+ {
12838
+ "name": "accessible-role",
12839
+ "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.",
12840
+ "value": {
12841
+ "type": "\"Button\" | \"Link\"",
12842
+ "default": "\"Button\""
12843
+ }
12844
+ },
12877
12845
  {
12878
12846
  "name": "design",
12879
12847
  "description": "Defines the action design.",
@@ -12944,6 +12912,11 @@
12944
12912
  "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.",
12945
12913
  "value": { "type": "ButtonAccessibilityAttributes" }
12946
12914
  },
12915
+ {
12916
+ "name": "accessible-description",
12917
+ "description": "Defines the accessible description of the component.",
12918
+ "value": { "type": "string | undefined" }
12919
+ },
12947
12920
  {
12948
12921
  "name": "accessible-name",
12949
12922
  "description": "Defines the accessible ARIA name of the component.",
@@ -12954,6 +12927,11 @@
12954
12927
  "description": "Receives id(or many ids) of the elements that label the component.",
12955
12928
  "value": { "type": "string | undefined" }
12956
12929
  },
12930
+ {
12931
+ "name": "accessible-role",
12932
+ "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.",
12933
+ "value": { "type": "\"Button\" | \"Link\"" }
12934
+ },
12957
12935
  {
12958
12936
  "name": "design",
12959
12937
  "description": "Defines the action design.",
@@ -13590,7 +13568,7 @@
13590
13568
  },
13591
13569
  {
13592
13570
  "name": "type",
13593
- "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.",
13571
+ "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.",
13594
13572
  "value": {
13595
13573
  "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\"",
13596
13574
  "default": "\"Active\""
@@ -13706,7 +13684,7 @@
13706
13684
  },
13707
13685
  {
13708
13686
  "name": "type",
13709
- "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.",
13687
+ "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.",
13710
13688
  "value": {
13711
13689
  "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
13712
13690
  }
@@ -13813,7 +13791,7 @@
13813
13791
  },
13814
13792
  {
13815
13793
  "name": "type",
13816
- "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.",
13794
+ "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.",
13817
13795
  "value": {
13818
13796
  "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\"",
13819
13797
  "default": "\"Active\""
@@ -13928,7 +13906,7 @@
13928
13906
  },
13929
13907
  {
13930
13908
  "name": "type",
13931
- "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.",
13909
+ "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.",
13932
13910
  "value": {
13933
13911
  "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
13934
13912
  }
@@ -14499,14 +14477,6 @@
14499
14477
  "name": "part(root)",
14500
14478
  "description": "Used to style the root DOM element of the Input component"
14501
14479
  },
14502
- {
14503
- "name": "part(header)",
14504
- "description": "Used to style the header item of the group"
14505
- },
14506
- {
14507
- "name": "part(title)",
14508
- "description": "Used to style the title of the group header"
14509
- },
14510
14480
  {
14511
14481
  "name": "part(content)",
14512
14482
  "description": "Used to style the wrapper of the content."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.27.0-rc.0",
3
+ "version": "2.27.0-rc.1",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -56,22 +56,22 @@
56
56
  "directory": "packages/main"
57
57
  },
58
58
  "dependencies": {
59
- "@ui5/webcomponents-base": "2.27.0-rc.0",
60
- "@ui5/webcomponents-icons": "2.27.0-rc.0",
61
- "@ui5/webcomponents-icons-business-suite": "2.27.0-rc.0",
62
- "@ui5/webcomponents-icons-tnt": "2.27.0-rc.0",
63
- "@ui5/webcomponents-localization": "2.27.0-rc.0",
64
- "@ui5/webcomponents-theming": "2.27.0-rc.0"
59
+ "@ui5/webcomponents-base": "2.27.0-rc.1",
60
+ "@ui5/webcomponents-icons": "2.27.0-rc.1",
61
+ "@ui5/webcomponents-icons-business-suite": "2.27.0-rc.1",
62
+ "@ui5/webcomponents-icons-tnt": "2.27.0-rc.1",
63
+ "@ui5/webcomponents-localization": "2.27.0-rc.1",
64
+ "@ui5/webcomponents-theming": "2.27.0-rc.1"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@custom-elements-manifest/analyzer": "^0.10.10",
68
68
  "@ui5/cypress-internal": "0.1.0",
69
- "@ui5/webcomponents-tools": "2.27.0-rc.0",
69
+ "@ui5/webcomponents-tools": "2.27.0-rc.1",
70
70
  "cypress": "15.18.1",
71
71
  "jsdom": "^26.0.0",
72
72
  "lit": "^2.0.0",
73
73
  "vite": "5.4.21",
74
74
  "vitest": "^3.2.7"
75
75
  },
76
- "gitHead": "053bb4316b0b85cc05bce4335d910122a279dcd7"
76
+ "gitHead": "349a62be7949ed8f50de4d88352f2557f0a4d7c1"
77
77
  }
@@ -67,7 +67,7 @@ export default function DayPickerTemplate(this: DayPicker) {
67
67
  <div
68
68
  className="ui5-dp-weekname-container"
69
69
  role="rowheader"
70
- aria-label={`Calendar Week ${day.weekNum}`}
70
+ aria-label={this._getCalendarWeekLabel(day.weekNum)}
71
71
  >
72
72
  <span className="ui5-dp-weekname">{day.weekNum}</span>
73
73
  </div>
@@ -23,7 +23,7 @@ function listItemContent(this: ListItemStandard) {
23
23
  {renderTitle.call(this)}
24
24
  {renderDescription.call(this)}
25
25
 
26
- {!this.typeActive && <span class="ui5-hidden-text">{this.type}</span>}
26
+ {!this.typeActive && !this.isInactiveSelectable && <span class="ui5-hidden-text">{this.type}</span>}
27
27
  </div>
28
28
 
29
29
  {!this.description && renderAdditionalText.call(this)}
@@ -10,7 +10,6 @@ export default function SplitButtonTemplate(this: SplitButton) {
10
10
  tabindex={this._tabIndex}
11
11
  aria-labelledby={!this._hideArrowButton ? `${this._id}-invisibleTextDefault ${this._id}-invisibleText` : undefined}
12
12
  aria-haspopup={this._computedAccessibilityAttributes?.root?.hasPopup}
13
- aria-roledescription={this._computedAccessibilityAttributes?.root?.roleDescription}
14
13
  aria-label={this._computedAccessibilityAttributes?.root?.title}
15
14
  aria-keyshortcuts={this._computedAccessibilityAttributes?.root?.ariaKeyShortcuts}
16
15
  onFocusOut={this._onFocusOut}
@@ -56,7 +55,7 @@ export default function SplitButtonTemplate(this: SplitButton) {
56
55
  onActiveStateChange={this._onArrowButtonActiveStateChange}
57
56
  >
58
57
  </Button>
59
- <span id={`${this._id}-invisibleText`} class="ui5-hidden-text">{this.accInfo.keyboardHint} {this.accessibleName}</span>
58
+ <span id={`${this._id}-invisibleText`} class="ui5-hidden-text">{this.accessibleName} {this.accInfo.description} {this.accInfo.keyboardHint}</span>
60
59
  <span id={`${this._id}-invisibleTextDefault`} class="ui5-hidden-text">{this.buttonTextContent}</span>
61
60
  </>
62
61
  )}
@@ -14,6 +14,8 @@ export default function ToolbarButtonTemplate(this: ToolbarButton) {
14
14
  tooltip={this.tooltip}
15
15
  accessibleName={this.accessibleName}
16
16
  accessibleNameRef={this.accessibleNameRef}
17
+ accessibleDescription={this.accessibleDescription}
18
+ accessibleRole={this.accessibleRole}
17
19
  accessibilityAttributes={this.accessibilityAttributes}
18
20
  design={this.design}
19
21
  disabled={this.disabled}
@@ -775,6 +775,9 @@ DAY_PICKER_SELECTED_RANGE_END = {0} Last date of range
775
775
  #XBUT: Text for 'Week number' in the DayPicker
776
776
  DAY_PICKER_WEEK_NUMBER_TEXT = Week number
777
777
 
778
+ #XBUT,{0}: Week number aria-label in the DayPicker, {0} is the week number
779
+ DAY_PICKER_CALENDAR_WEEK = Calendar Week {0}
780
+
778
781
  #XBUT: Text for 'Non-Working Day' in the DayPicker
779
782
  DAY_PICKER_NON_WORKING_DAY = Non-Working Day
780
783
 
@@ -524,6 +524,8 @@ DAY_PICKER_SELECTED_RANGE_END={0} Last date of range
524
524
 
525
525
  DAY_PICKER_WEEK_NUMBER_TEXT=Week Number
526
526
 
527
+ DAY_PICKER_CALENDAR_WEEK=Calendar Week {0}
528
+
527
529
  DAY_PICKER_NON_WORKING_DAY=Non-Working Day
528
530
 
529
531
  DAY_PICKER_TODAY=Today
@@ -222,6 +222,8 @@ SELECT_ROLE_DESCRIPTION=‌​​‌‌‌‌‌‍‌‌‍‍​​
222
222
 
223
223
  SELECT_OPTIONS=‍‌​​‍​​‌‍‌‌‍‍‌‌​​‌‌​‌​​‌‍‌‍​​​‍​‌‌‍​‍‍‍Select Options
224
224
 
225
+ SELECT_OPTIONS_IN_GROUPS=‌‍​‌‌‍‌‍‌​​‍‍​‌‍‌​‌​‍​​​‍‌​‌‌‍‍‍​‌‍‌‌‍​​​{0}‌‌‌ results are available in ​​​{1}‌‌‌ groups
226
+
225
227
  SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=‍‍‌​‍‍‌‍​‍‍‍‌‍‌‍‍​‌​‍‌‍​‍​‍‌‌​‍‌​‌​‍​​‌‌Select:
226
228
 
227
229
  SELECT_LISTBOX_LABEL=‌​​​​‍‌‌‍​​​‌‍‌‌​‍​‍‌​​‍‌​​‍‍​‍​‌​‌‌‌‌‍‌All Items
@@ -538,16 +540,15 @@ SLIDER_TOOLTIP_INPUT_DESCRIPTION=‌‌‍‍​‌‍​‍‌‍‌
538
540
 
539
541
  SLIDER_TOOLTIP_INPUT_LABEL=‌​‌​​‍‍‍‌‍​‍‌‌‍‍‍‍​‌​‍​​​‌​​‌​‍‌​‍‍‌‌​‌Current Value
540
542
 
541
- STEPINPUT_DEC_ICON_TITLE=‌‌‌​​​‍​‍‍‍​‌‍​‌‍‌​‌‍​‍‍​‌​‍‍​​‍‌‌‍‌‍‍​‌​Decrease
542
-
543
- STEPINPUT_INC_ICON_TITLE=‌​‍‍‍​‍​‌‌‌‍‍‌​​​​‍‍​​​‍‍‌‍​‍‍‌‍​‌‌‍‍‍​​‍Increase
543
+ NUMBERINPUT_DEC_ICON_TITLE=‌​​​‌‍​‌‌‌‍​‌‌‍‍‌‍‍​​‌‌​‍‍‍​‍​‌‍​‍​‌‌‍‌‌​Decrease
544
544
 
545
- STEPINPUT_PATTER_MISSMATCH=‌​‌‍‍‌​‍​‌​‌​‍‍​‍​‍​‌‌‍‌‍‍‌‌‍​​‍‌‍‍​​​​​​This format is not supported. Enter a number with ​​​{0}‌‌‌ decimal places.
545
+ NUMBERINPUT_INC_ICON_TITLE=‌‌‌​‌​‍​​‌‍‌‌‍‌‍‍​​‌‍‌​‍‍‌‍‍‌‍​‌‌‍‌​‍‍‍‍‌Increase
546
546
 
547
- STEPINPUT_RANGEOVERFLOW=‌‍​‍‌‌‌​​‍‌‍‍‍‌‍‌‍‍​‌‌‍​​‍​‍‍​​‍‌​‌‍‌​‌Enter a number lower than the maximum value of ​​​{0}‌‌‌.
547
+ NUMBERINPUT_PATTERN_MISSMATCH=‍‌‌​‍‌‌‌‌​‌‍​​​‍‌​‍‌‍​‍‍​‍​‍​‌‍‍​​‌‌​‍‍‍This format is not supported. Enter a number with ​​​{0}‌‌‌ decimal places.
548
548
 
549
- STEPINPUT_RANGEUNDERFLOW=‍​​‌‍​​​‌‍‌‍​​‍‍​​​‌‌‌‍‍​‌‌‍‍‌‌‌‌​‍‌​‌‍‌Enter a number higher than the minimum value of ​​​{0}‌‌‌.
549
+ NUMBERINPUT_RANGEOVERFLOW=‌​​‌​‍‌‍‍‌‍‌‍‌‍​​​​​‌‌‍‍‍​‍‌‍‌‌‌‍‌‌‌​‍‍​‌Enter a number lower than the maximum value of ​​​{0}‌‌‌.
550
550
 
551
+ NUMBERINPUT_RANGEUNDERFLOW=‍‍‍‍‍‍‌‌​‌​‌‍​​​‌​‌​‌​‍​​‌‍‍‍​‍‌‍​​‍‍​‍​Enter a number higher than the minimum value of ​​​{0}‌‌‌.
551
552
  SPLIT_BUTTON_DESCRIPTION=‌‌‍‍‌‌​‍​​‌​‌‍​‌‍‌​‍‍​‌​‍‌‌‌‍‌‍​‌‌​​​​‌Split Button
552
553
 
553
554
  SPLIT_BUTTON_KEYBOARD_HINT=‌‌​​​​​​​‍‌‍‌‌‍​‌‍‍‌‌​‌​​‌‌‌‍‍​‌​‍‌‌​‍‍‌‌Press Space or Enter to trigger default action and Alt + Arrow Down or F4 to trigger arrow action