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

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 (186) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Avatar.d.ts +7 -0
  4. package/dist/Avatar.js +18 -5
  5. package/dist/Avatar.js.map +1 -1
  6. package/dist/ComboBoxItemGroup.d.ts +2 -0
  7. package/dist/ComboBoxItemGroup.js +2 -0
  8. package/dist/ComboBoxItemGroup.js.map +1 -1
  9. package/dist/DatePicker.d.ts +14 -0
  10. package/dist/DatePicker.js +14 -0
  11. package/dist/DatePicker.js.map +1 -1
  12. package/dist/Icon.d.ts +2 -0
  13. package/dist/Icon.js.map +1 -1
  14. package/dist/ListBoxItemGroupTemplate.js +1 -1
  15. package/dist/ListBoxItemGroupTemplate.js.map +1 -1
  16. package/dist/ListItem.d.ts +6 -2
  17. package/dist/ListItem.js +14 -2
  18. package/dist/ListItem.js.map +1 -1
  19. package/dist/ListItemBaseTemplate.d.ts +2 -0
  20. package/dist/ListItemBaseTemplate.js +1 -1
  21. package/dist/ListItemBaseTemplate.js.map +1 -1
  22. package/dist/MultiComboBoxItemGroup.d.ts +2 -0
  23. package/dist/MultiComboBoxItemGroup.js +2 -0
  24. package/dist/MultiComboBoxItemGroup.js.map +1 -1
  25. package/dist/NumberInput.d.ts +271 -0
  26. package/dist/NumberInput.js +719 -0
  27. package/dist/NumberInput.js.map +1 -0
  28. package/dist/NumberInputTemplate.d.ts +2 -0
  29. package/dist/NumberInputTemplate.js +18 -0
  30. package/dist/NumberInputTemplate.js.map +1 -0
  31. package/dist/Option.d.ts +10 -0
  32. package/dist/Option.js +6 -0
  33. package/dist/Option.js.map +1 -1
  34. package/dist/OptionGroup.d.ts +34 -0
  35. package/dist/OptionGroup.js +61 -0
  36. package/dist/OptionGroup.js.map +1 -0
  37. package/dist/OptionGroupTemplate.d.ts +2 -0
  38. package/dist/OptionGroupTemplate.js +6 -0
  39. package/dist/OptionGroupTemplate.js.map +1 -0
  40. package/dist/OptionTemplate.js +6 -1
  41. package/dist/OptionTemplate.js.map +1 -1
  42. package/dist/Select.d.ts +19 -2
  43. package/dist/Select.js +79 -28
  44. package/dist/Select.js.map +1 -1
  45. package/dist/SelectPopoverTemplate.js +1 -1
  46. package/dist/SelectPopoverTemplate.js.map +1 -1
  47. package/dist/SelectTemplate.js +2 -1
  48. package/dist/SelectTemplate.js.map +1 -1
  49. package/dist/StepInput.d.ts +14 -127
  50. package/dist/StepInput.js +40 -472
  51. package/dist/StepInput.js.map +1 -1
  52. package/dist/StepInputTemplate.js +4 -15
  53. package/dist/StepInputTemplate.js.map +1 -1
  54. package/dist/SuggestionItemGroup.d.ts +2 -0
  55. package/dist/SuggestionItemGroup.js +2 -0
  56. package/dist/SuggestionItemGroup.js.map +1 -1
  57. package/dist/bundle.esm.js +2 -0
  58. package/dist/bundle.esm.js.map +1 -1
  59. package/dist/css/themes/CheckBox.css +1 -1
  60. package/dist/css/themes/Icon.css +1 -1
  61. package/dist/css/themes/NumberInput.css +1 -0
  62. package/dist/css/themes/OptionGroup.css +1 -0
  63. package/dist/css/themes/StepInput.css +1 -1
  64. package/dist/css/themes/TimePickerClock.css +1 -1
  65. package/dist/css/themes/TimeSelectionClocks.css +1 -1
  66. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  67. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  68. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  69. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  70. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  71. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +30 -22
  72. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  73. package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +31 -24
  74. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  75. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  76. package/dist/custom-elements-internal.json +674 -72
  77. package/dist/custom-elements.json +691 -207
  78. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  79. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  80. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  81. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  82. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  83. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  84. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  85. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  86. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
  87. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  88. package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
  89. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  90. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  91. package/dist/generated/i18n/i18n-defaults.d.ts +7 -6
  92. package/dist/generated/i18n/i18n-defaults.js +7 -6
  93. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  94. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  95. package/dist/generated/themes/CheckBox.css.js +1 -1
  96. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  97. package/dist/generated/themes/Icon.css.d.ts +1 -1
  98. package/dist/generated/themes/Icon.css.js +1 -1
  99. package/dist/generated/themes/Icon.css.js.map +1 -1
  100. package/dist/generated/themes/NumberInput.css.d.ts +2 -0
  101. package/dist/generated/themes/NumberInput.css.js +8 -0
  102. package/dist/generated/themes/NumberInput.css.js.map +1 -0
  103. package/dist/generated/themes/OptionGroup.css.d.ts +2 -0
  104. package/dist/generated/themes/OptionGroup.css.js +8 -0
  105. package/dist/generated/themes/OptionGroup.css.js.map +1 -0
  106. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  107. package/dist/generated/themes/StepInput.css.js +1 -1
  108. package/dist/generated/themes/StepInput.css.js.map +1 -1
  109. package/dist/generated/themes/TimePickerClock.css.d.ts +1 -1
  110. package/dist/generated/themes/TimePickerClock.css.js +1 -1
  111. package/dist/generated/themes/TimePickerClock.css.js.map +1 -1
  112. package/dist/generated/themes/TimeSelectionClocks.css.d.ts +1 -1
  113. package/dist/generated/themes/TimeSelectionClocks.css.js +1 -1
  114. package/dist/generated/themes/TimeSelectionClocks.css.js.map +1 -1
  115. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  116. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  117. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  118. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  119. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  120. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  121. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  122. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  123. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  124. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  125. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  126. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  127. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  128. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  129. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  130. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
  131. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +30 -22
  132. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
  133. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  134. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  135. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  136. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
  137. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +31 -24
  138. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
  139. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  140. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  141. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  142. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  143. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  144. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  145. package/dist/types/ListItemType.d.ts +8 -0
  146. package/dist/types/ListItemType.js +8 -0
  147. package/dist/types/ListItemType.js.map +1 -1
  148. package/dist/vscode.html-custom-data.json +304 -705
  149. package/dist/web-types.json +298 -36
  150. package/package.json +9 -9
  151. package/src/ListBoxItemGroupTemplate.tsx +1 -1
  152. package/src/ListItemBaseTemplate.tsx +4 -0
  153. package/src/NumberInputTemplate.tsx +95 -0
  154. package/src/OptionGroupTemplate.tsx +20 -0
  155. package/src/OptionTemplate.tsx +6 -1
  156. package/src/SelectPopoverTemplate.tsx +1 -1
  157. package/src/SelectTemplate.tsx +6 -0
  158. package/src/StepInputTemplate.tsx +23 -86
  159. package/src/i18n/messagebundle.properties +10 -8
  160. package/src/i18n/messagebundle_de.properties +2 -2
  161. package/src/i18n/messagebundle_pl.properties +1 -1
  162. package/src/i18n/messagebundle_ru.properties +1 -1
  163. package/src/themes/CheckBox.css +1 -0
  164. package/src/themes/Icon.css +2 -2
  165. package/src/themes/NumberInput.css +321 -0
  166. package/src/themes/OptionGroup.css +28 -0
  167. package/src/themes/StepInput.css +0 -276
  168. package/src/themes/TimePickerClock.css +1 -1
  169. package/src/themes/TimeSelectionClocks.css +1 -1
  170. package/src/themes/base/NumberInput-parameters.css +31 -0
  171. package/src/themes/base/sizes-parameters.css +3 -3
  172. package/src/themes/sap_fiori_3/parameters-bundle.css +1 -1
  173. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  174. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  175. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  176. package/src/themes/sap_horizon/NumberInput-parameters.css +26 -0
  177. package/src/themes/sap_horizon/parameters-bundle.css +1 -1
  178. package/src/themes/sap_horizon_dark/NumberInput-parameters.css +26 -0
  179. package/src/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  180. package/src/themes/sap_horizon_hcb/NumberInput-parameters.css +14 -0
  181. package/src/themes/sap_horizon_hcb/parameters-bundle.css +2 -1
  182. package/src/themes/sap_horizon_hcw/NumberInput-parameters.css +14 -0
  183. package/src/themes/sap_horizon_hcw/parameters-bundle.css +2 -1
  184. package/src/themes/base/StepInput-parameters.css +0 -25
  185. package/src/themes/sap_horizon/StepInput-parameters.css +0 -25
  186. package/src/themes/sap_horizon_dark/StepInput-parameters.css +0 -25
@@ -5588,6 +5588,16 @@
5588
5588
  "kind": "class",
5589
5589
  "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` suggestions into groups.",
5590
5590
  "name": "ComboBoxItemGroup",
5591
+ "cssParts": [
5592
+ {
5593
+ "description": "Used to style the header item of the group",
5594
+ "name": "header"
5595
+ },
5596
+ {
5597
+ "description": "Used to style the title of the group header",
5598
+ "name": "title"
5599
+ }
5600
+ ],
5591
5601
  "slots": [
5592
5602
  {
5593
5603
  "name": "default",
@@ -5678,16 +5688,6 @@
5678
5688
  "module": "dist/ComboBox.js"
5679
5689
  }
5680
5690
  ],
5681
- "cssParts": [
5682
- {
5683
- "description": "Used to style the header item of the group",
5684
- "name": "header"
5685
- },
5686
- {
5687
- "description": "Used to style the title of the group header",
5688
- "name": "title"
5689
- }
5690
- ],
5691
5691
  "attributes": [
5692
5692
  {
5693
5693
  "description": "Defines the accessible name of the header.",
@@ -6040,7 +6040,7 @@
6040
6040
  "declarations": [
6041
6041
  {
6042
6042
  "kind": "class",
6043
- "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the valueFormat is \"yyyy-MM-dd\", the displayFormat is \"MMM d, y\", and the used locale is English, a valid value string is \"2015-07-30\", which leads to an output of \"Jul 30, 2015\".\nIf no placeholder is set to the DatePicker, the used displayFormat is displayed as a placeholder. If another placeholder is needed, it must be set.\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`",
6043
+ "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\";`",
6044
6044
  "name": "DatePicker",
6045
6045
  "cssParts": [
6046
6046
  {
@@ -11274,7 +11274,7 @@
11274
11274
  "slots": [
11275
11275
  {
11276
11276
  "name": "fontIcon",
11277
- "description": "Defines the font icon to be used as an icon.\nIntended for font-based icon libraries where\nthe application loads the font and provides a slotted element with the unicode character.\nWhen this slot is used, the component renders a `<span>` instead of an `<svg>`.\nAccessibility is fully delegated to the application — set `accessible-name` and `mode` explicitly.\n\n**Example:**\n```html\n<ui5-icon mode=\"Image\" accessible-name=\"Home\">\n <i class=\"fa fa-home\" slot=\"fontIcon\"></i>\n</ui5-icon>\n```",
11277
+ "description": "Defines the font icon to be used as an icon.\nIntended for font-based icon libraries where\nthe application loads the font and provides a slotted element with the unicode character.\nWhen this slot is used, the component renders a `<span>` instead of an `<svg>`.\nAccessibility is fully delegated to the application — set `accessible-name` and `mode` explicitly.\n\n**Note:** To control the glyph size, set `font-size` on the `ui5-icon` host element.\n\n**Example:**\n```html\n<ui5-icon mode=\"Image\" accessible-name=\"Home\">\n <i class=\"fa fa-home\" slot=\"fontIcon\"></i>\n</ui5-icon>\n```",
11278
11278
  "_ui5since": "2.23.0",
11279
11279
  "_ui5type": {
11280
11280
  "text": "Array<HTMLElement>"
@@ -13516,7 +13516,7 @@
13516
13516
  ]
13517
13517
  },
13518
13518
  "default": "\"Active\"",
13519
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
13519
+ "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.",
13520
13520
  "privacy": "public"
13521
13521
  }
13522
13522
  ],
@@ -13618,12 +13618,12 @@
13618
13618
  }
13619
13619
  },
13620
13620
  {
13621
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
13621
+ "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.",
13622
13622
  "name": "type",
13623
13623
  "default": "\"Active\"",
13624
13624
  "fieldName": "type",
13625
13625
  "type": {
13626
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
13626
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
13627
13627
  }
13628
13628
  }
13629
13629
  ],
@@ -13891,7 +13891,7 @@
13891
13891
  ]
13892
13892
  },
13893
13893
  "default": "\"Active\"",
13894
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
13894
+ "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.",
13895
13895
  "privacy": "public"
13896
13896
  }
13897
13897
  ],
@@ -13969,12 +13969,12 @@
13969
13969
  }
13970
13970
  },
13971
13971
  {
13972
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
13972
+ "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.",
13973
13973
  "name": "type",
13974
13974
  "default": "\"Active\"",
13975
13975
  "fieldName": "type",
13976
13976
  "type": {
13977
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
13977
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
13978
13978
  }
13979
13979
  }
13980
13980
  ],
@@ -14683,7 +14683,7 @@
14683
14683
  ]
14684
14684
  },
14685
14685
  "default": "\"Active\"",
14686
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
14686
+ "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.",
14687
14687
  "privacy": "public"
14688
14688
  },
14689
14689
  {
@@ -14833,12 +14833,12 @@
14833
14833
  }
14834
14834
  },
14835
14835
  {
14836
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
14836
+ "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.",
14837
14837
  "name": "type",
14838
14838
  "default": "\"Active\"",
14839
14839
  "fieldName": "type",
14840
14840
  "type": {
14841
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
14841
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
14842
14842
  }
14843
14843
  },
14844
14844
  {
@@ -15497,7 +15497,7 @@
15497
15497
  ]
15498
15498
  },
15499
15499
  "default": "\"Active\"",
15500
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
15500
+ "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.",
15501
15501
  "privacy": "public"
15502
15502
  }
15503
15503
  ],
@@ -15764,12 +15764,12 @@
15764
15764
  }
15765
15765
  },
15766
15766
  {
15767
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
15767
+ "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.",
15768
15768
  "name": "type",
15769
15769
  "default": "\"Active\"",
15770
15770
  "fieldName": "type",
15771
15771
  "type": {
15772
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
15772
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
15773
15773
  }
15774
15774
  }
15775
15775
  ],
@@ -17188,6 +17188,16 @@
17188
17188
  "kind": "class",
17189
17189
  "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` suggestions into groups.",
17190
17190
  "name": "MultiComboBoxItemGroup",
17191
+ "cssParts": [
17192
+ {
17193
+ "description": "Used to style the header item of the group",
17194
+ "name": "header"
17195
+ },
17196
+ {
17197
+ "description": "Used to style the title of the group header",
17198
+ "name": "title"
17199
+ }
17200
+ ],
17191
17201
  "slots": [
17192
17202
  {
17193
17203
  "name": "default",
@@ -17277,16 +17287,6 @@
17277
17287
  "module": "dist/MultiComboBox.js"
17278
17288
  }
17279
17289
  ],
17280
- "cssParts": [
17281
- {
17282
- "description": "Used to style the header item of the group",
17283
- "name": "header"
17284
- },
17285
- {
17286
- "description": "Used to style the title of the group header",
17287
- "name": "title"
17288
- }
17289
- ],
17290
17290
  "attributes": [
17291
17291
  {
17292
17292
  "description": "Defines the accessible name of the header.",
@@ -18042,8 +18042,375 @@
18042
18042
  "kind": "custom-element-definition",
18043
18043
  "name": "ui5-multi-input",
18044
18044
  "declaration": {
18045
- "name": "MultiInput",
18046
- "module": "dist/MultiInput.js"
18045
+ "name": "MultiInput",
18046
+ "module": "dist/MultiInput.js"
18047
+ }
18048
+ }
18049
+ ]
18050
+ },
18051
+ {
18052
+ "kind": "javascript-module",
18053
+ "path": "dist/NumberInput.js",
18054
+ "declarations": [
18055
+ {
18056
+ "kind": "class",
18057
+ "description": "### Overview\n\nThe `ui5-number-input` component is a numeric input field. It allows users to enter, edit and select numeric values.\n\n### Usage\n\nThe default step is 1 but the app developer can set a different one.\n\nApp developers can set a maximum and minimum value for `ui5-number-input`.\nThe increase/decrease button and the up/down keyboard navigation become disabled when\nthe value reaches the max/min or a new value is entered from the input which is greater/less than the max/min.\n\n#### When to use:\n\n- To enter or adjust numeric values.\n- To adjust values for a specific step.\n\n#### When not to use:\n\n- To enter a static number (for example, postal code, phone number, or ID). In this case,\nuse the regular `ui5-input` instead.\n- To enter dates and times. In this case, use date/time related components instead.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/NumberInput.js\";`",
18058
+ "name": "NumberInput",
18059
+ "slots": [
18060
+ {
18061
+ "name": "valueStateMessage",
18062
+ "description": "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.",
18063
+ "_ui5type": {
18064
+ "text": "Array<HTMLElement>"
18065
+ },
18066
+ "_ui5privacy": "public"
18067
+ }
18068
+ ],
18069
+ "members": [
18070
+ {
18071
+ "kind": "field",
18072
+ "name": "accessibleName",
18073
+ "type": {
18074
+ "text": "string | undefined"
18075
+ },
18076
+ "description": "Defines the accessible ARIA name of the component.",
18077
+ "default": "undefined",
18078
+ "privacy": "public"
18079
+ },
18080
+ {
18081
+ "kind": "field",
18082
+ "name": "accessibleNameRef",
18083
+ "type": {
18084
+ "text": "string | undefined"
18085
+ },
18086
+ "description": "Receives ID (or many IDs) of the elements that label the component.",
18087
+ "default": "undefined",
18088
+ "privacy": "public"
18089
+ },
18090
+ {
18091
+ "kind": "field",
18092
+ "name": "disabled",
18093
+ "type": {
18094
+ "text": "boolean"
18095
+ },
18096
+ "default": "false",
18097
+ "description": "Determines whether the component is displayed as disabled.",
18098
+ "privacy": "public"
18099
+ },
18100
+ {
18101
+ "kind": "field",
18102
+ "name": "max",
18103
+ "type": {
18104
+ "text": "number | undefined"
18105
+ },
18106
+ "description": "Defines a maximum value of the component.",
18107
+ "default": "undefined",
18108
+ "privacy": "public"
18109
+ },
18110
+ {
18111
+ "kind": "field",
18112
+ "name": "min",
18113
+ "type": {
18114
+ "text": "number | undefined"
18115
+ },
18116
+ "description": "Defines a minimum value of the component.",
18117
+ "default": "undefined",
18118
+ "privacy": "public"
18119
+ },
18120
+ {
18121
+ "kind": "field",
18122
+ "name": "name",
18123
+ "type": {
18124
+ "text": "string | undefined"
18125
+ },
18126
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
18127
+ "default": "undefined",
18128
+ "privacy": "public"
18129
+ },
18130
+ {
18131
+ "kind": "field",
18132
+ "name": "placeholder",
18133
+ "type": {
18134
+ "text": "string | undefined"
18135
+ },
18136
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
18137
+ "default": "undefined",
18138
+ "privacy": "public"
18139
+ },
18140
+ {
18141
+ "kind": "field",
18142
+ "name": "readonly",
18143
+ "type": {
18144
+ "text": "boolean"
18145
+ },
18146
+ "default": "false",
18147
+ "description": "Determines whether the component is displayed as read-only.",
18148
+ "privacy": "public"
18149
+ },
18150
+ {
18151
+ "kind": "field",
18152
+ "name": "required",
18153
+ "type": {
18154
+ "text": "boolean"
18155
+ },
18156
+ "default": "false",
18157
+ "description": "Defines whether the component is required.",
18158
+ "privacy": "public"
18159
+ },
18160
+ {
18161
+ "kind": "field",
18162
+ "name": "step",
18163
+ "type": {
18164
+ "text": "number"
18165
+ },
18166
+ "default": "1",
18167
+ "description": "Defines a step of increasing/decreasing the value of the component.",
18168
+ "privacy": "public"
18169
+ },
18170
+ {
18171
+ "kind": "field",
18172
+ "name": "value",
18173
+ "type": {
18174
+ "text": "number"
18175
+ },
18176
+ "default": "0",
18177
+ "description": "Defines a value of the component.",
18178
+ "privacy": "public"
18179
+ },
18180
+ {
18181
+ "kind": "field",
18182
+ "name": "valuePrecision",
18183
+ "type": {
18184
+ "text": "number"
18185
+ },
18186
+ "default": "0",
18187
+ "description": "Determines the number of digits after the decimal point of the component.",
18188
+ "privacy": "public"
18189
+ },
18190
+ {
18191
+ "kind": "field",
18192
+ "name": "valueState",
18193
+ "type": {
18194
+ "text": "ValueState",
18195
+ "references": [
18196
+ {
18197
+ "name": "ValueState",
18198
+ "package": "@ui5/webcomponents-base",
18199
+ "module": "dist/types/ValueState.js"
18200
+ }
18201
+ ]
18202
+ },
18203
+ "default": "\"None\"",
18204
+ "description": "Defines the value state of the component.",
18205
+ "privacy": "public"
18206
+ }
18207
+ ],
18208
+ "events": [
18209
+ {
18210
+ "name": "change",
18211
+ "_ui5privacy": "public",
18212
+ "type": {
18213
+ "text": "CustomEvent"
18214
+ },
18215
+ "description": "Fired when the input operation has finished by pressing Enter or on focusout.",
18216
+ "_ui5Cancelable": false,
18217
+ "_ui5allowPreventDefault": false,
18218
+ "_ui5Bubbles": true
18219
+ },
18220
+ {
18221
+ "name": "input",
18222
+ "_ui5privacy": "public",
18223
+ "type": {
18224
+ "text": "CustomEvent"
18225
+ },
18226
+ "description": "Fired when the value of the component changes at each keystroke.",
18227
+ "_ui5Cancelable": true,
18228
+ "_ui5allowPreventDefault": true,
18229
+ "_ui5Bubbles": true
18230
+ },
18231
+ {
18232
+ "name": "value-state-change",
18233
+ "_ui5privacy": "public",
18234
+ "type": {
18235
+ "text": "CustomEvent<NumberInputValueStateChangeEventDetail>",
18236
+ "references": [
18237
+ {
18238
+ "name": "NumberInputValueStateChangeEventDetail",
18239
+ "package": "@ui5/webcomponents",
18240
+ "module": "dist/NumberInput.js"
18241
+ }
18242
+ ]
18243
+ },
18244
+ "description": "Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if its default action is\nprevented, the component will not update the value state.",
18245
+ "_ui5Cancelable": true,
18246
+ "_ui5allowPreventDefault": true,
18247
+ "_ui5Bubbles": true,
18248
+ "_ui5parameters": [
18249
+ {
18250
+ "type": {
18251
+ "text": "boolean"
18252
+ },
18253
+ "name": "valid",
18254
+ "_ui5privacy": "public",
18255
+ "description": "Indicator if the value is in between the min and max value."
18256
+ },
18257
+ {
18258
+ "type": {
18259
+ "text": "string"
18260
+ },
18261
+ "name": "valueState",
18262
+ "_ui5privacy": "public",
18263
+ "description": "The new `valueState` that will be set."
18264
+ }
18265
+ ]
18266
+ }
18267
+ ],
18268
+ "attributes": [
18269
+ {
18270
+ "description": "Defines the accessible ARIA name of the component.",
18271
+ "name": "accessible-name",
18272
+ "default": "undefined",
18273
+ "fieldName": "accessibleName",
18274
+ "type": {
18275
+ "text": "string | undefined"
18276
+ }
18277
+ },
18278
+ {
18279
+ "description": "Receives ID (or many IDs) of the elements that label the component.",
18280
+ "name": "accessible-name-ref",
18281
+ "default": "undefined",
18282
+ "fieldName": "accessibleNameRef",
18283
+ "type": {
18284
+ "text": "string | undefined"
18285
+ }
18286
+ },
18287
+ {
18288
+ "description": "Determines whether the component is displayed as disabled.",
18289
+ "name": "disabled",
18290
+ "default": "false",
18291
+ "fieldName": "disabled",
18292
+ "type": {
18293
+ "text": "boolean"
18294
+ }
18295
+ },
18296
+ {
18297
+ "description": "Defines a maximum value of the component.",
18298
+ "name": "max",
18299
+ "default": "undefined",
18300
+ "fieldName": "max",
18301
+ "type": {
18302
+ "text": "number | undefined"
18303
+ }
18304
+ },
18305
+ {
18306
+ "description": "Defines a minimum value of the component.",
18307
+ "name": "min",
18308
+ "default": "undefined",
18309
+ "fieldName": "min",
18310
+ "type": {
18311
+ "text": "number | undefined"
18312
+ }
18313
+ },
18314
+ {
18315
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
18316
+ "name": "name",
18317
+ "default": "undefined",
18318
+ "fieldName": "name",
18319
+ "type": {
18320
+ "text": "string | undefined"
18321
+ }
18322
+ },
18323
+ {
18324
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
18325
+ "name": "placeholder",
18326
+ "default": "undefined",
18327
+ "fieldName": "placeholder",
18328
+ "type": {
18329
+ "text": "string | undefined"
18330
+ }
18331
+ },
18332
+ {
18333
+ "description": "Determines whether the component is displayed as read-only.",
18334
+ "name": "readonly",
18335
+ "default": "false",
18336
+ "fieldName": "readonly",
18337
+ "type": {
18338
+ "text": "boolean"
18339
+ }
18340
+ },
18341
+ {
18342
+ "description": "Defines whether the component is required.",
18343
+ "name": "required",
18344
+ "default": "false",
18345
+ "fieldName": "required",
18346
+ "type": {
18347
+ "text": "boolean"
18348
+ }
18349
+ },
18350
+ {
18351
+ "description": "Defines a step of increasing/decreasing the value of the component.",
18352
+ "name": "step",
18353
+ "default": "1",
18354
+ "fieldName": "step",
18355
+ "type": {
18356
+ "text": "number"
18357
+ }
18358
+ },
18359
+ {
18360
+ "description": "Defines a value of the component.",
18361
+ "name": "value",
18362
+ "default": "0",
18363
+ "fieldName": "value",
18364
+ "type": {
18365
+ "text": "number"
18366
+ }
18367
+ },
18368
+ {
18369
+ "description": "Determines the number of digits after the decimal point of the component.",
18370
+ "name": "value-precision",
18371
+ "default": "0",
18372
+ "fieldName": "valuePrecision",
18373
+ "type": {
18374
+ "text": "number"
18375
+ }
18376
+ },
18377
+ {
18378
+ "description": "Defines the value state of the component.",
18379
+ "name": "value-state",
18380
+ "default": "\"None\"",
18381
+ "fieldName": "valueState",
18382
+ "type": {
18383
+ "text": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
18384
+ }
18385
+ }
18386
+ ],
18387
+ "superclass": {
18388
+ "name": "UI5Element",
18389
+ "package": "@ui5/webcomponents-base",
18390
+ "module": "dist/UI5Element.js"
18391
+ },
18392
+ "tagName": "ui5-number-input",
18393
+ "customElement": true,
18394
+ "_ui5experimental": true,
18395
+ "_ui5since": "2.26.0",
18396
+ "_ui5privacy": "public"
18397
+ }
18398
+ ],
18399
+ "exports": [
18400
+ {
18401
+ "kind": "js",
18402
+ "name": "default",
18403
+ "declaration": {
18404
+ "name": "NumberInput",
18405
+ "module": "dist/NumberInput.js"
18406
+ }
18407
+ },
18408
+ {
18409
+ "kind": "custom-element-definition",
18410
+ "name": "ui5-number-input",
18411
+ "declaration": {
18412
+ "name": "NumberInput",
18413
+ "module": "dist/NumberInput.js"
18047
18414
  }
18048
18415
  }
18049
18416
  ]
@@ -18404,6 +18771,232 @@
18404
18771
  }
18405
18772
  ]
18406
18773
  },
18774
+ {
18775
+ "kind": "javascript-module",
18776
+ "path": "dist/OptionGroup.js",
18777
+ "declarations": [
18778
+ {
18779
+ "kind": "class",
18780
+ "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\";`",
18781
+ "name": "OptionGroup",
18782
+ "slots": [
18783
+ {
18784
+ "name": "default",
18785
+ "description": "Defines the options of the group.\n\n**Note:** Use the `ui5-option` component to define the desired options.",
18786
+ "_ui5propertyName": "items",
18787
+ "_ui5type": {
18788
+ "text": "Array<Option>",
18789
+ "references": [
18790
+ {
18791
+ "name": "Option",
18792
+ "package": "@ui5/webcomponents",
18793
+ "module": "dist/Option.js"
18794
+ }
18795
+ ]
18796
+ },
18797
+ "_ui5privacy": "public"
18798
+ },
18799
+ {
18800
+ "name": "header",
18801
+ "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.",
18802
+ "_ui5type": {
18803
+ "text": "Array<ListItemBase>",
18804
+ "references": [
18805
+ {
18806
+ "name": "ListItemBase",
18807
+ "package": "@ui5/webcomponents",
18808
+ "module": "dist/ListItemBase.js"
18809
+ }
18810
+ ]
18811
+ },
18812
+ "_ui5privacy": "public"
18813
+ }
18814
+ ],
18815
+ "members": [
18816
+ {
18817
+ "kind": "field",
18818
+ "name": "headerAccessibleName",
18819
+ "type": {
18820
+ "text": "string | undefined"
18821
+ },
18822
+ "description": "Defines the accessible name of the header.",
18823
+ "privacy": "public",
18824
+ "default": "undefined"
18825
+ },
18826
+ {
18827
+ "kind": "field",
18828
+ "name": "headerText",
18829
+ "type": {
18830
+ "text": "string | undefined"
18831
+ },
18832
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
18833
+ "privacy": "public",
18834
+ "default": "undefined"
18835
+ },
18836
+ {
18837
+ "kind": "field",
18838
+ "name": "wrappingType",
18839
+ "type": {
18840
+ "text": "WrappingType",
18841
+ "references": [
18842
+ {
18843
+ "name": "WrappingType",
18844
+ "package": "@ui5/webcomponents",
18845
+ "module": "dist/types/WrappingType.js"
18846
+ }
18847
+ ]
18848
+ },
18849
+ "default": "\"None\"",
18850
+ "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).",
18851
+ "privacy": "public",
18852
+ "_ui5since": "2.15.0"
18853
+ }
18854
+ ],
18855
+ "superclass": {
18856
+ "name": "ListItemGroup",
18857
+ "package": "@ui5/webcomponents",
18858
+ "module": "dist/ListItemGroup.js"
18859
+ },
18860
+ "tagName": "ui5-option-group",
18861
+ "customElement": true,
18862
+ "_ui5since": "2.26.0",
18863
+ "_ui5privacy": "public",
18864
+ "cssParts": [
18865
+ {
18866
+ "description": "Used to style the header item of the group",
18867
+ "name": "header"
18868
+ },
18869
+ {
18870
+ "description": "Used to style the title of the group header",
18871
+ "name": "title"
18872
+ }
18873
+ ],
18874
+ "attributes": [
18875
+ {
18876
+ "description": "Defines the accessible name of the header.",
18877
+ "name": "header-accessible-name",
18878
+ "default": "undefined",
18879
+ "fieldName": "headerAccessibleName",
18880
+ "type": {
18881
+ "text": "string | undefined"
18882
+ }
18883
+ },
18884
+ {
18885
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
18886
+ "name": "header-text",
18887
+ "default": "undefined",
18888
+ "fieldName": "headerText",
18889
+ "type": {
18890
+ "text": "string | undefined"
18891
+ }
18892
+ },
18893
+ {
18894
+ "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).",
18895
+ "name": "wrapping-type",
18896
+ "default": "\"None\"",
18897
+ "fieldName": "wrappingType",
18898
+ "type": {
18899
+ "text": "\"None\" | \"Normal\""
18900
+ }
18901
+ }
18902
+ ],
18903
+ "events": [
18904
+ {
18905
+ "name": "move",
18906
+ "_ui5privacy": "public",
18907
+ "type": {
18908
+ "text": "CustomEvent<ListItemGroupMoveEventDetail>",
18909
+ "references": [
18910
+ {
18911
+ "name": "ListItemGroupMoveEventDetail",
18912
+ "package": "@ui5/webcomponents",
18913
+ "module": "dist/ListItemGroup.js"
18914
+ }
18915
+ ]
18916
+ },
18917
+ "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.",
18918
+ "_ui5Cancelable": false,
18919
+ "_ui5allowPreventDefault": false,
18920
+ "_ui5Bubbles": true,
18921
+ "_ui5since": "2.1.0",
18922
+ "_ui5parameters": [
18923
+ {
18924
+ "type": {
18925
+ "text": "object"
18926
+ },
18927
+ "name": "destination",
18928
+ "_ui5privacy": "public",
18929
+ "description": "Contains information about the destination of the moved element. Has `element` and `placement` properties."
18930
+ },
18931
+ {
18932
+ "type": {
18933
+ "text": "object"
18934
+ },
18935
+ "name": "source",
18936
+ "_ui5privacy": "public",
18937
+ "description": "Contains information about the moved element under `element` property."
18938
+ }
18939
+ ]
18940
+ },
18941
+ {
18942
+ "name": "move-over",
18943
+ "_ui5privacy": "public",
18944
+ "type": {
18945
+ "text": "CustomEvent<ListItemGroupMoveEventDetail>",
18946
+ "references": [
18947
+ {
18948
+ "name": "ListItemGroupMoveEventDetail",
18949
+ "package": "@ui5/webcomponents",
18950
+ "module": "dist/ListItemGroup.js"
18951
+ }
18952
+ ]
18953
+ },
18954
+ "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()`.",
18955
+ "_ui5Cancelable": true,
18956
+ "_ui5allowPreventDefault": true,
18957
+ "_ui5Bubbles": true,
18958
+ "_ui5since": "2.1.0",
18959
+ "_ui5parameters": [
18960
+ {
18961
+ "type": {
18962
+ "text": "object"
18963
+ },
18964
+ "name": "destination",
18965
+ "_ui5privacy": "public",
18966
+ "description": "Contains information about the destination of the moved element. Has `element` and `placement` properties."
18967
+ },
18968
+ {
18969
+ "type": {
18970
+ "text": "object"
18971
+ },
18972
+ "name": "source",
18973
+ "_ui5privacy": "public",
18974
+ "description": "Contains information about the moved element under `element` property."
18975
+ }
18976
+ ]
18977
+ }
18978
+ ]
18979
+ }
18980
+ ],
18981
+ "exports": [
18982
+ {
18983
+ "kind": "js",
18984
+ "name": "default",
18985
+ "declaration": {
18986
+ "name": "OptionGroup",
18987
+ "module": "dist/OptionGroup.js"
18988
+ }
18989
+ },
18990
+ {
18991
+ "kind": "custom-element-definition",
18992
+ "name": "ui5-option-group",
18993
+ "declaration": {
18994
+ "name": "OptionGroup",
18995
+ "module": "dist/OptionGroup.js"
18996
+ }
18997
+ }
18998
+ ]
18999
+ },
18407
19000
  {
18408
19001
  "kind": "javascript-module",
18409
19002
  "path": "dist/Panel.js",
@@ -21684,6 +22277,12 @@
21684
22277
  "description": "Interface for components that may be slotted inside `ui5-select` as options",
21685
22278
  "_ui5privacy": "public"
21686
22279
  },
22280
+ {
22281
+ "kind": "interface",
22282
+ "name": "IOptionGroup",
22283
+ "description": "Interface for group containers slotted inside `ui5-select`",
22284
+ "_ui5privacy": "public"
22285
+ },
21687
22286
  {
21688
22287
  "kind": "class",
21689
22288
  "description": "### Overview\n\nThe `ui5-select` component is used to create a drop-down list.\n\n### Usage\n\nThere are two main usages of the `ui5-select>`.\n\n- With Option (`ui5-option`) web component:\n\nThe available options of the Select are defined by using the Option component.\nThe Option comes with predefined design and layout, including `icon`, `text` and `additional-text`.\n\n- With OptionCustom (`ui5-option-custom`) web component.\n\nOptions with custom content are defined by using the OptionCustom component.\nThe OptionCustom component comes with no predefined layout and it expects consumers to define it.\n\n### Selection\n\nThe options can be selected via user interaction (click or with the use of the Space and Enter keys)\nand programmatically - the Select component supports two distinct selection APIs, though mixing them is not supported:\n- The \"value\" property of the Select component\n- The \"selected\" property on individual options\n\n**Note:** If the \"value\" property is set but does not match any option,\nno option will be selected and the Select component will be displayed as empty.\n\n**Note:** when both \"value\" and \"selected\" are both used (although discouraged),\nthe \"value\" property will take precedence.\n\n### Keyboard Handling\n\nThe `ui5-select` provides advanced keyboard handling.\n\n- [F4] / [Alt] + [Up] / [Alt] + [Down] / [Space] or [Enter] - Opens/closes the drop-down.\n- [Up] or [Down] - If the drop-down is closed - changes selection to the next or the previous option. If the drop-down is opened - moves focus to the next or the previous option.\n- [Space], [Enter] - If the drop-down is opened - selects the focused option.\n- [Escape] - Closes the drop-down without changing the selection.\n- [Home] - Navigates to first option\n- [End] - Navigates to the last option\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Select\";`\n\n`import \"@ui5/webcomponents/dist/Option\";`\n`import \"@ui5/webcomponents/dist/OptionCustom\";`",
@@ -21697,17 +22296,10 @@
21697
22296
  "slots": [
21698
22297
  {
21699
22298
  "name": "default",
21700
- "description": "Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-option` component to define the desired options.",
22299
+ "description": "Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-option` component to define the desired options.\nUse the `ui5-option-group` component to group options.",
21701
22300
  "_ui5propertyName": "options",
21702
22301
  "_ui5type": {
21703
- "text": "Array<IOption>",
21704
- "references": [
21705
- {
21706
- "name": "IOption",
21707
- "package": "@ui5/webcomponents",
21708
- "module": "dist/Select.js"
21709
- }
21710
- ]
22302
+ "text": "Array<IOption | IOptionGroup>"
21711
22303
  },
21712
22304
  "_ui5privacy": "public"
21713
22305
  },
@@ -23143,7 +23735,7 @@
23143
23735
  "slots": [
23144
23736
  {
23145
23737
  "name": "valueStateMessage",
23146
- "description": "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.",
23738
+ "description": "Defines the value state message that will be displayed as pop up under the component.",
23147
23739
  "_ui5type": {
23148
23740
  "text": "Array<HTMLElement>"
23149
23741
  },
@@ -23209,7 +23801,7 @@
23209
23801
  "type": {
23210
23802
  "text": "string | undefined"
23211
23803
  },
23212
- "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
23804
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.",
23213
23805
  "default": "undefined",
23214
23806
  "privacy": "public"
23215
23807
  },
@@ -23219,7 +23811,7 @@
23219
23811
  "type": {
23220
23812
  "text": "string | undefined"
23221
23813
  },
23222
- "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
23814
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.",
23223
23815
  "default": "undefined",
23224
23816
  "privacy": "public"
23225
23817
  },
@@ -23400,7 +23992,7 @@
23400
23992
  }
23401
23993
  },
23402
23994
  {
23403
- "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
23995
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.",
23404
23996
  "name": "name",
23405
23997
  "default": "undefined",
23406
23998
  "fieldName": "name",
@@ -23409,7 +24001,7 @@
23409
24001
  }
23410
24002
  },
23411
24003
  {
23412
- "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
24004
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.",
23413
24005
  "name": "placeholder",
23414
24006
  "default": "undefined",
23415
24007
  "fieldName": "placeholder",
@@ -23739,6 +24331,16 @@
23739
24331
  "kind": "class",
23740
24332
  "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.",
23741
24333
  "name": "SuggestionItemGroup",
24334
+ "cssParts": [
24335
+ {
24336
+ "description": "Used to style the header item of the group",
24337
+ "name": "header"
24338
+ },
24339
+ {
24340
+ "description": "Used to style the title of the group header",
24341
+ "name": "title"
24342
+ }
24343
+ ],
23742
24344
  "slots": [
23743
24345
  {
23744
24346
  "name": "default",
@@ -23781,16 +24383,6 @@
23781
24383
  "customElement": true,
23782
24384
  "_ui5since": "2.0.0",
23783
24385
  "_ui5privacy": "public",
23784
- "cssParts": [
23785
- {
23786
- "description": "Used to style the header item of the group",
23787
- "name": "header"
23788
- },
23789
- {
23790
- "description": "Used to style the title of the group header",
23791
- "name": "title"
23792
- }
23793
- ],
23794
24386
  "attributes": [
23795
24387
  {
23796
24388
  "description": "Defines the accessible name of the header.",
@@ -24250,7 +24842,7 @@
24250
24842
  ]
24251
24843
  },
24252
24844
  "default": "\"Active\"",
24253
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
24845
+ "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.",
24254
24846
  "privacy": "public"
24255
24847
  },
24256
24848
  {
@@ -24408,12 +25000,12 @@
24408
25000
  }
24409
25001
  },
24410
25002
  {
24411
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
25003
+ "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.",
24412
25004
  "name": "type",
24413
25005
  "default": "\"Active\"",
24414
25006
  "fieldName": "type",
24415
25007
  "type": {
24416
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
25008
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
24417
25009
  }
24418
25010
  },
24419
25011
  {
@@ -33415,7 +34007,7 @@
33415
34007
  ]
33416
34008
  },
33417
34009
  "default": "\"Active\"",
33418
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
34010
+ "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.",
33419
34011
  "privacy": "public"
33420
34012
  }
33421
34013
  ],
@@ -33556,12 +34148,12 @@
33556
34148
  }
33557
34149
  },
33558
34150
  {
33559
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
34151
+ "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.",
33560
34152
  "name": "type",
33561
34153
  "default": "\"Active\"",
33562
34154
  "fieldName": "type",
33563
34155
  "type": {
33564
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
34156
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
33565
34157
  }
33566
34158
  }
33567
34159
  ],
@@ -33924,7 +34516,7 @@
33924
34516
  ]
33925
34517
  },
33926
34518
  "default": "\"Active\"",
33927
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
34519
+ "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.",
33928
34520
  "privacy": "public"
33929
34521
  }
33930
34522
  ],
@@ -34089,12 +34681,12 @@
34089
34681
  }
34090
34682
  },
34091
34683
  {
34092
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
34684
+ "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.",
34093
34685
  "name": "type",
34094
34686
  "default": "\"Active\"",
34095
34687
  "fieldName": "type",
34096
34688
  "type": {
34097
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
34689
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
34098
34690
  }
34099
34691
  }
34100
34692
  ],
@@ -34395,7 +34987,7 @@
34395
34987
  ]
34396
34988
  },
34397
34989
  "default": "\"Active\"",
34398
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
34990
+ "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.",
34399
34991
  "privacy": "public"
34400
34992
  }
34401
34993
  ],
@@ -34527,12 +35119,12 @@
34527
35119
  }
34528
35120
  },
34529
35121
  {
34530
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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` and `Detail` - will not.",
35122
+ "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.",
34531
35123
  "name": "type",
34532
35124
  "default": "\"Active\"",
34533
35125
  "fieldName": "type",
34534
35126
  "type": {
34535
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
35127
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
34536
35128
  }
34537
35129
  }
34538
35130
  ],
@@ -37810,6 +38402,16 @@
37810
38402
  "name": "Inactive",
37811
38403
  "readonly": true
37812
38404
  },
38405
+ {
38406
+ "kind": "field",
38407
+ "static": true,
38408
+ "privacy": "public",
38409
+ "_ui5since": "2.26.0",
38410
+ "description": "Indicates the list item does not have any active feedback when item is pressed,\nbut selection (checkbox/radio) is still possible when a selection mode is active.\nThe `item-click` event is not fired for items of this type.",
38411
+ "default": "InactiveSelectable",
38412
+ "name": "InactiveSelectable",
38413
+ "readonly": true
38414
+ },
37813
38415
  {
37814
38416
  "kind": "field",
37815
38417
  "static": true,