@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
@@ -4796,6 +4796,16 @@
4796
4796
  "kind": "class",
4797
4797
  "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` suggestions into groups.",
4798
4798
  "name": "ComboBoxItemGroup",
4799
+ "cssParts": [
4800
+ {
4801
+ "description": "Used to style the header item of the group",
4802
+ "name": "header"
4803
+ },
4804
+ {
4805
+ "description": "Used to style the title of the group header",
4806
+ "name": "title"
4807
+ }
4808
+ ],
4799
4809
  "slots": [
4800
4810
  {
4801
4811
  "name": "default",
@@ -4852,16 +4862,6 @@
4852
4862
  },
4853
4863
  "tagName": "ui5-cb-item-group",
4854
4864
  "customElement": true,
4855
- "cssParts": [
4856
- {
4857
- "description": "Used to style the header item of the group",
4858
- "name": "header"
4859
- },
4860
- {
4861
- "description": "Used to style the title of the group header",
4862
- "name": "title"
4863
- }
4864
- ],
4865
4865
  "attributes": [
4866
4866
  {
4867
4867
  "description": "Defines the accessible name of the header.",
@@ -5160,7 +5160,7 @@
5160
5160
  "declarations": [
5161
5161
  {
5162
5162
  "kind": "class",
5163
- "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the valueFormat is \"yyyy-MM-dd\", the displayFormat is \"MMM d, y\", and the used locale is English, a valid value string is \"2015-07-30\", which leads to an output of \"Jul 30, 2015\".\nIf no placeholder is set to the DatePicker, the used displayFormat is displayed as a placeholder. If another placeholder is needed, it must be set.\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`",
5163
+ "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the valueFormat is \"yyyy-MM-dd\", the displayFormat is \"MMM d, y\", and the used locale is English, a valid value string is \"2015-07-30\", which leads to an output of \"Jul 30, 2015\".\nIf no placeholder is set to the DatePicker, the used displayFormat is displayed as a placeholder. If another placeholder is needed, it must be set.\n\n### Relative date input\n\nThe input field also accepts locale-aware relative date expressions sourced from the Unicode CLDR.\nThe following expressions are supported in English:\n\n- Day: \"today\", \"yesterday\", \"tomorrow\"\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\";`",
5164
5164
  "name": "DatePicker",
5165
5165
  "cssParts": [
5166
5166
  {
@@ -9796,7 +9796,7 @@
9796
9796
  "slots": [
9797
9797
  {
9798
9798
  "name": "fontIcon",
9799
- "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```"
9799
+ "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```"
9800
9800
  }
9801
9801
  ],
9802
9802
  "members": [
@@ -11682,7 +11682,7 @@
11682
11682
  ]
11683
11683
  },
11684
11684
  "default": "\"Active\"",
11685
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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.",
11685
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
11686
11686
  "privacy": "public"
11687
11687
  }
11688
11688
  ],
@@ -11765,12 +11765,12 @@
11765
11765
  }
11766
11766
  },
11767
11767
  {
11768
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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.",
11768
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
11769
11769
  "name": "type",
11770
11770
  "default": "\"Active\"",
11771
11771
  "fieldName": "type",
11772
11772
  "type": {
11773
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
11773
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
11774
11774
  }
11775
11775
  }
11776
11776
  ],
@@ -11996,7 +11996,7 @@
11996
11996
  ]
11997
11997
  },
11998
11998
  "default": "\"Active\"",
11999
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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.",
11999
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
12000
12000
  "privacy": "public"
12001
12001
  }
12002
12002
  ],
@@ -12074,12 +12074,12 @@
12074
12074
  }
12075
12075
  },
12076
12076
  {
12077
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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.",
12077
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
12078
12078
  "name": "type",
12079
12079
  "default": "\"Active\"",
12080
12080
  "fieldName": "type",
12081
12081
  "type": {
12082
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
12082
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
12083
12083
  }
12084
12084
  }
12085
12085
  ],
@@ -12642,7 +12642,7 @@
12642
12642
  ]
12643
12643
  },
12644
12644
  "default": "\"Active\"",
12645
- "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.",
12645
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
12646
12646
  "privacy": "public"
12647
12647
  },
12648
12648
  {
@@ -12791,12 +12791,12 @@
12791
12791
  }
12792
12792
  },
12793
12793
  {
12794
- "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.",
12794
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
12795
12795
  "name": "type",
12796
12796
  "default": "\"Active\"",
12797
12797
  "fieldName": "type",
12798
12798
  "type": {
12799
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
12799
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
12800
12800
  }
12801
12801
  },
12802
12802
  {
@@ -13309,7 +13309,7 @@
13309
13309
  ]
13310
13310
  },
13311
13311
  "default": "\"Active\"",
13312
- "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.",
13312
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
13313
13313
  "privacy": "public"
13314
13314
  }
13315
13315
  ],
@@ -13513,12 +13513,12 @@
13513
13513
  }
13514
13514
  },
13515
13515
  {
13516
- "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.",
13516
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
13517
13517
  "name": "type",
13518
13518
  "default": "\"Active\"",
13519
13519
  "fieldName": "type",
13520
13520
  "type": {
13521
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
13521
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
13522
13522
  }
13523
13523
  }
13524
13524
  ],
@@ -14712,6 +14712,16 @@
14712
14712
  "kind": "class",
14713
14713
  "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` suggestions into groups.",
14714
14714
  "name": "MultiComboBoxItemGroup",
14715
+ "cssParts": [
14716
+ {
14717
+ "description": "Used to style the header item of the group",
14718
+ "name": "header"
14719
+ },
14720
+ {
14721
+ "description": "Used to style the title of the group header",
14722
+ "name": "title"
14723
+ }
14724
+ ],
14715
14725
  "slots": [
14716
14726
  {
14717
14727
  "name": "default",
@@ -14768,16 +14778,6 @@
14768
14778
  },
14769
14779
  "tagName": "ui5-mcb-item-group",
14770
14780
  "customElement": true,
14771
- "cssParts": [
14772
- {
14773
- "description": "Used to style the header item of the group",
14774
- "name": "header"
14775
- },
14776
- {
14777
- "description": "Used to style the title of the group header",
14778
- "name": "title"
14779
- }
14780
- ],
14781
14781
  "attributes": [
14782
14782
  {
14783
14783
  "description": "Defines the accessible name of the header.",
@@ -15386,243 +15386,573 @@
15386
15386
  },
15387
15387
  {
15388
15388
  "kind": "javascript-module",
15389
- "path": "dist/Option.js",
15389
+ "path": "dist/NumberInput.js",
15390
15390
  "declarations": [
15391
15391
  {
15392
15392
  "kind": "class",
15393
- "description": "### Overview\n\nThe `ui5-option` component defines the content of an option in the `ui5-select`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Option.js\";`",
15394
- "name": "Option",
15393
+ "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\";`",
15394
+ "name": "NumberInput",
15395
15395
  "slots": [
15396
15396
  {
15397
- "name": "default",
15398
- "description": "Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."
15397
+ "name": "valueStateMessage",
15398
+ "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."
15399
15399
  }
15400
15400
  ],
15401
15401
  "members": [
15402
15402
  {
15403
15403
  "kind": "field",
15404
- "name": "additionalText",
15404
+ "name": "accessibleName",
15405
15405
  "type": {
15406
15406
  "text": "string | undefined"
15407
15407
  },
15408
- "description": "Defines the `additionalText`, displayed in the end of the option.",
15408
+ "description": "Defines the accessible ARIA name of the component.",
15409
15409
  "default": "undefined",
15410
15410
  "privacy": "public"
15411
15411
  },
15412
15412
  {
15413
15413
  "kind": "field",
15414
- "name": "icon",
15414
+ "name": "accessibleNameRef",
15415
15415
  "type": {
15416
15416
  "text": "string | undefined"
15417
15417
  },
15418
- "description": "Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
15418
+ "description": "Receives ID (or many IDs) of the elements that label the component.",
15419
15419
  "default": "undefined",
15420
15420
  "privacy": "public"
15421
15421
  },
15422
15422
  {
15423
15423
  "kind": "field",
15424
- "name": "selected",
15424
+ "name": "disabled",
15425
15425
  "type": {
15426
15426
  "text": "boolean"
15427
15427
  },
15428
15428
  "default": "false",
15429
- "description": "Defines the selected state of the component.",
15430
- "privacy": "public",
15431
- "deprecated": "since 2.20.0, please use the parent Select's `value` property instead."
15429
+ "description": "Determines whether the component is displayed as disabled.",
15430
+ "privacy": "public"
15432
15431
  },
15433
15432
  {
15434
15433
  "kind": "field",
15435
- "name": "tooltip",
15434
+ "name": "max",
15436
15435
  "type": {
15437
- "text": "string | undefined"
15436
+ "text": "number | undefined"
15438
15437
  },
15439
- "description": "Defines the tooltip of the option.",
15438
+ "description": "Defines a maximum value of the component.",
15440
15439
  "default": "undefined",
15441
15440
  "privacy": "public"
15442
15441
  },
15443
15442
  {
15444
15443
  "kind": "field",
15445
- "name": "value",
15444
+ "name": "min",
15446
15445
  "type": {
15447
- "text": "string | undefined"
15446
+ "text": "number | undefined"
15448
15447
  },
15449
- "description": "Defines the value of the `ui5-select` inside an HTML Form element when this component is selected.\nFor more information on HTML Form support, see the `name` property of `ui5-select`.",
15448
+ "description": "Defines a minimum value of the component.",
15450
15449
  "default": "undefined",
15451
15450
  "privacy": "public"
15452
- }
15453
- ],
15454
- "attributes": [
15451
+ },
15455
15452
  {
15456
- "description": "Defines the `additionalText`, displayed in the end of the option.",
15457
- "name": "additional-text",
15458
- "default": "undefined",
15459
- "fieldName": "additionalText",
15453
+ "kind": "field",
15454
+ "name": "name",
15460
15455
  "type": {
15461
15456
  "text": "string | undefined"
15462
- }
15457
+ },
15458
+ "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.",
15459
+ "default": "undefined",
15460
+ "privacy": "public"
15463
15461
  },
15464
15462
  {
15465
- "description": "Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
15466
- "name": "icon",
15467
- "default": "undefined",
15468
- "fieldName": "icon",
15463
+ "kind": "field",
15464
+ "name": "placeholder",
15469
15465
  "type": {
15470
15466
  "text": "string | undefined"
15471
- }
15467
+ },
15468
+ "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.",
15469
+ "default": "undefined",
15470
+ "privacy": "public"
15472
15471
  },
15473
15472
  {
15474
- "description": "Defines the selected state of the component.",
15475
- "name": "selected",
15476
- "default": "false",
15477
- "fieldName": "selected",
15473
+ "kind": "field",
15474
+ "name": "readonly",
15478
15475
  "type": {
15479
15476
  "text": "boolean"
15480
15477
  },
15481
- "deprecated": "since 2.20.0, please use the parent Select's `value` property instead."
15482
- },
15483
- {
15484
- "description": "Defines the tooltip of the option.",
15485
- "name": "tooltip",
15486
- "default": "undefined",
15487
- "fieldName": "tooltip",
15488
- "type": {
15489
- "text": "string | undefined"
15490
- }
15478
+ "default": "false",
15479
+ "description": "Determines whether the component is displayed as read-only.",
15480
+ "privacy": "public"
15491
15481
  },
15492
15482
  {
15493
- "description": "Defines the value of the `ui5-select` inside an HTML Form element when this component is selected.\nFor more information on HTML Form support, see the `name` property of `ui5-select`.",
15494
- "name": "value",
15495
- "default": "undefined",
15496
- "fieldName": "value",
15497
- "type": {
15498
- "text": "string | undefined"
15499
- }
15500
- }
15501
- ],
15502
- "superclass": {
15503
- "name": "ListItemBase",
15504
- "package": "@ui5/webcomponents",
15505
- "module": "dist/ListItemBase.js"
15506
- },
15507
- "tagName": "ui5-option",
15508
- "customElement": true,
15509
- "events": [
15510
- {
15511
- "name": "click",
15483
+ "kind": "field",
15484
+ "name": "required",
15512
15485
  "type": {
15513
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
15514
- "references": [
15515
- {
15516
- "name": "ListItemBaseClickEventDetail",
15517
- "package": "@ui5/webcomponents",
15518
- "module": "dist/ListItemBase.js"
15519
- }
15520
- ]
15486
+ "text": "boolean"
15521
15487
  },
15522
- "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
15523
- }
15524
- ]
15525
- }
15526
- ],
15527
- "exports": [
15528
- {
15529
- "kind": "js",
15530
- "name": "default",
15531
- "declaration": {
15532
- "name": "Option",
15533
- "module": "dist/Option.js"
15534
- }
15535
- },
15536
- {
15537
- "kind": "custom-element-definition",
15538
- "name": "ui5-option",
15539
- "declaration": {
15540
- "name": "Option",
15541
- "module": "dist/Option.js"
15542
- }
15543
- }
15544
- ]
15545
- },
15546
- {
15547
- "kind": "javascript-module",
15548
- "path": "dist/OptionCustom.js",
15549
- "declarations": [
15550
- {
15551
- "kind": "class",
15552
- "description": "### Overview\n\nThe `ui5-option-custom` component defines a custom content of an option in the `ui5-select`.\nA component to be the same way as the standard `ui5-option`.\nThe component accepts arbitrary HTML content to allow full customization.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/OptionCustom.js\";`",
15553
- "name": "OptionCustom",
15554
- "slots": [
15555
- {
15556
- "name": "default",
15557
- "description": "Defines the content of the component."
15558
- }
15559
- ],
15560
- "members": [
15488
+ "default": "false",
15489
+ "description": "Defines whether the component is required.",
15490
+ "privacy": "public"
15491
+ },
15561
15492
  {
15562
15493
  "kind": "field",
15563
- "name": "displayText",
15494
+ "name": "step",
15564
15495
  "type": {
15565
- "text": "string | undefined"
15496
+ "text": "number"
15566
15497
  },
15567
- "description": "Defines the text, displayed inside the `ui5-select` input filed\nwhen the option gets selected.",
15568
- "default": "undefined",
15498
+ "default": "1",
15499
+ "description": "Defines a step of increasing/decreasing the value of the component.",
15569
15500
  "privacy": "public"
15570
15501
  },
15571
15502
  {
15572
15503
  "kind": "field",
15573
- "name": "selected",
15504
+ "name": "value",
15574
15505
  "type": {
15575
- "text": "boolean"
15506
+ "text": "number"
15576
15507
  },
15577
- "default": "false",
15578
- "description": "Defines the selected state of the component.",
15508
+ "default": "0",
15509
+ "description": "Defines a value of the component.",
15579
15510
  "privacy": "public"
15580
15511
  },
15581
15512
  {
15582
15513
  "kind": "field",
15583
- "name": "tooltip",
15514
+ "name": "valuePrecision",
15584
15515
  "type": {
15585
- "text": "string | undefined"
15516
+ "text": "number"
15586
15517
  },
15587
- "description": "Defines the tooltip of the option.",
15588
- "default": "undefined",
15518
+ "default": "0",
15519
+ "description": "Determines the number of digits after the decimal point of the component.",
15589
15520
  "privacy": "public"
15590
15521
  },
15591
15522
  {
15592
15523
  "kind": "field",
15593
- "name": "value",
15524
+ "name": "valueState",
15594
15525
  "type": {
15595
- "text": "string | undefined"
15526
+ "text": "ValueState",
15527
+ "references": [
15528
+ {
15529
+ "name": "ValueState",
15530
+ "package": "@ui5/webcomponents-base",
15531
+ "module": "dist/types/ValueState.js"
15532
+ }
15533
+ ]
15596
15534
  },
15597
- "description": "Defines the value of the `ui5-select` inside an HTML Form element when this component is selected.\nFor more information on HTML Form support, see the `name` property of `ui5-select`.",
15598
- "default": "undefined",
15535
+ "default": "\"None\"",
15536
+ "description": "Defines the value state of the component.",
15599
15537
  "privacy": "public"
15600
15538
  }
15601
15539
  ],
15602
- "attributes": [
15540
+ "events": [
15603
15541
  {
15604
- "description": "Defines the text, displayed inside the `ui5-select` input filed\nwhen the option gets selected.",
15605
- "name": "display-text",
15606
- "default": "undefined",
15607
- "fieldName": "displayText",
15542
+ "name": "change",
15608
15543
  "type": {
15609
- "text": "string | undefined"
15610
- }
15544
+ "text": "CustomEvent"
15545
+ },
15546
+ "description": "Fired when the input operation has finished by pressing Enter or on focusout."
15611
15547
  },
15612
15548
  {
15613
- "description": "Defines the selected state of the component.",
15614
- "name": "selected",
15615
- "default": "false",
15616
- "fieldName": "selected",
15549
+ "name": "input",
15617
15550
  "type": {
15618
- "text": "boolean"
15619
- }
15551
+ "text": "CustomEvent"
15552
+ },
15553
+ "description": "Fired when the value of the component changes at each keystroke."
15620
15554
  },
15621
15555
  {
15622
- "description": "Defines the tooltip of the option.",
15623
- "name": "tooltip",
15624
- "default": "undefined",
15625
- "fieldName": "tooltip",
15556
+ "name": "value-state-change",
15557
+ "type": {
15558
+ "text": "CustomEvent<NumberInputValueStateChangeEventDetail>",
15559
+ "references": [
15560
+ {
15561
+ "name": "NumberInputValueStateChangeEventDetail",
15562
+ "package": "@ui5/webcomponents",
15563
+ "module": "dist/NumberInput.js"
15564
+ }
15565
+ ]
15566
+ },
15567
+ "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."
15568
+ }
15569
+ ],
15570
+ "attributes": [
15571
+ {
15572
+ "description": "Defines the accessible ARIA name of the component.",
15573
+ "name": "accessible-name",
15574
+ "default": "undefined",
15575
+ "fieldName": "accessibleName",
15576
+ "type": {
15577
+ "text": "string | undefined"
15578
+ }
15579
+ },
15580
+ {
15581
+ "description": "Receives ID (or many IDs) of the elements that label the component.",
15582
+ "name": "accessible-name-ref",
15583
+ "default": "undefined",
15584
+ "fieldName": "accessibleNameRef",
15585
+ "type": {
15586
+ "text": "string | undefined"
15587
+ }
15588
+ },
15589
+ {
15590
+ "description": "Determines whether the component is displayed as disabled.",
15591
+ "name": "disabled",
15592
+ "default": "false",
15593
+ "fieldName": "disabled",
15594
+ "type": {
15595
+ "text": "boolean"
15596
+ }
15597
+ },
15598
+ {
15599
+ "description": "Defines a maximum value of the component.",
15600
+ "name": "max",
15601
+ "default": "undefined",
15602
+ "fieldName": "max",
15603
+ "type": {
15604
+ "text": "number | undefined"
15605
+ }
15606
+ },
15607
+ {
15608
+ "description": "Defines a minimum value of the component.",
15609
+ "name": "min",
15610
+ "default": "undefined",
15611
+ "fieldName": "min",
15612
+ "type": {
15613
+ "text": "number | undefined"
15614
+ }
15615
+ },
15616
+ {
15617
+ "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.",
15618
+ "name": "name",
15619
+ "default": "undefined",
15620
+ "fieldName": "name",
15621
+ "type": {
15622
+ "text": "string | undefined"
15623
+ }
15624
+ },
15625
+ {
15626
+ "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.",
15627
+ "name": "placeholder",
15628
+ "default": "undefined",
15629
+ "fieldName": "placeholder",
15630
+ "type": {
15631
+ "text": "string | undefined"
15632
+ }
15633
+ },
15634
+ {
15635
+ "description": "Determines whether the component is displayed as read-only.",
15636
+ "name": "readonly",
15637
+ "default": "false",
15638
+ "fieldName": "readonly",
15639
+ "type": {
15640
+ "text": "boolean"
15641
+ }
15642
+ },
15643
+ {
15644
+ "description": "Defines whether the component is required.",
15645
+ "name": "required",
15646
+ "default": "false",
15647
+ "fieldName": "required",
15648
+ "type": {
15649
+ "text": "boolean"
15650
+ }
15651
+ },
15652
+ {
15653
+ "description": "Defines a step of increasing/decreasing the value of the component.",
15654
+ "name": "step",
15655
+ "default": "1",
15656
+ "fieldName": "step",
15657
+ "type": {
15658
+ "text": "number"
15659
+ }
15660
+ },
15661
+ {
15662
+ "description": "Defines a value of the component.",
15663
+ "name": "value",
15664
+ "default": "0",
15665
+ "fieldName": "value",
15666
+ "type": {
15667
+ "text": "number"
15668
+ }
15669
+ },
15670
+ {
15671
+ "description": "Determines the number of digits after the decimal point of the component.",
15672
+ "name": "value-precision",
15673
+ "default": "0",
15674
+ "fieldName": "valuePrecision",
15675
+ "type": {
15676
+ "text": "number"
15677
+ }
15678
+ },
15679
+ {
15680
+ "description": "Defines the value state of the component.",
15681
+ "name": "value-state",
15682
+ "default": "\"None\"",
15683
+ "fieldName": "valueState",
15684
+ "type": {
15685
+ "text": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
15686
+ }
15687
+ }
15688
+ ],
15689
+ "superclass": {
15690
+ "name": "UI5Element",
15691
+ "package": "@ui5/webcomponents-base",
15692
+ "module": "dist/UI5Element.js"
15693
+ },
15694
+ "tagName": "ui5-number-input",
15695
+ "customElement": true
15696
+ }
15697
+ ],
15698
+ "exports": [
15699
+ {
15700
+ "kind": "js",
15701
+ "name": "default",
15702
+ "declaration": {
15703
+ "name": "NumberInput",
15704
+ "module": "dist/NumberInput.js"
15705
+ }
15706
+ },
15707
+ {
15708
+ "kind": "custom-element-definition",
15709
+ "name": "ui5-number-input",
15710
+ "declaration": {
15711
+ "name": "NumberInput",
15712
+ "module": "dist/NumberInput.js"
15713
+ }
15714
+ }
15715
+ ]
15716
+ },
15717
+ {
15718
+ "kind": "javascript-module",
15719
+ "path": "dist/Option.js",
15720
+ "declarations": [
15721
+ {
15722
+ "kind": "class",
15723
+ "description": "### Overview\n\nThe `ui5-option` component defines the content of an option in the `ui5-select`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Option.js\";`",
15724
+ "name": "Option",
15725
+ "slots": [
15726
+ {
15727
+ "name": "default",
15728
+ "description": "Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."
15729
+ }
15730
+ ],
15731
+ "members": [
15732
+ {
15733
+ "kind": "field",
15734
+ "name": "additionalText",
15735
+ "type": {
15736
+ "text": "string | undefined"
15737
+ },
15738
+ "description": "Defines the `additionalText`, displayed in the end of the option.",
15739
+ "default": "undefined",
15740
+ "privacy": "public"
15741
+ },
15742
+ {
15743
+ "kind": "field",
15744
+ "name": "icon",
15745
+ "type": {
15746
+ "text": "string | undefined"
15747
+ },
15748
+ "description": "Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
15749
+ "default": "undefined",
15750
+ "privacy": "public"
15751
+ },
15752
+ {
15753
+ "kind": "field",
15754
+ "name": "selected",
15755
+ "type": {
15756
+ "text": "boolean"
15757
+ },
15758
+ "default": "false",
15759
+ "description": "Defines the selected state of the component.",
15760
+ "privacy": "public",
15761
+ "deprecated": "since 2.20.0, please use the parent Select's `value` property instead."
15762
+ },
15763
+ {
15764
+ "kind": "field",
15765
+ "name": "tooltip",
15766
+ "type": {
15767
+ "text": "string | undefined"
15768
+ },
15769
+ "description": "Defines the tooltip of the option.",
15770
+ "default": "undefined",
15771
+ "privacy": "public"
15772
+ },
15773
+ {
15774
+ "kind": "field",
15775
+ "name": "value",
15776
+ "type": {
15777
+ "text": "string | undefined"
15778
+ },
15779
+ "description": "Defines the value of the `ui5-select` inside an HTML Form element when this component is selected.\nFor more information on HTML Form support, see the `name` property of `ui5-select`.",
15780
+ "default": "undefined",
15781
+ "privacy": "public"
15782
+ }
15783
+ ],
15784
+ "attributes": [
15785
+ {
15786
+ "description": "Defines the `additionalText`, displayed in the end of the option.",
15787
+ "name": "additional-text",
15788
+ "default": "undefined",
15789
+ "fieldName": "additionalText",
15790
+ "type": {
15791
+ "text": "string | undefined"
15792
+ }
15793
+ },
15794
+ {
15795
+ "description": "Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
15796
+ "name": "icon",
15797
+ "default": "undefined",
15798
+ "fieldName": "icon",
15799
+ "type": {
15800
+ "text": "string | undefined"
15801
+ }
15802
+ },
15803
+ {
15804
+ "description": "Defines the selected state of the component.",
15805
+ "name": "selected",
15806
+ "default": "false",
15807
+ "fieldName": "selected",
15808
+ "type": {
15809
+ "text": "boolean"
15810
+ },
15811
+ "deprecated": "since 2.20.0, please use the parent Select's `value` property instead."
15812
+ },
15813
+ {
15814
+ "description": "Defines the tooltip of the option.",
15815
+ "name": "tooltip",
15816
+ "default": "undefined",
15817
+ "fieldName": "tooltip",
15818
+ "type": {
15819
+ "text": "string | undefined"
15820
+ }
15821
+ },
15822
+ {
15823
+ "description": "Defines the value of the `ui5-select` inside an HTML Form element when this component is selected.\nFor more information on HTML Form support, see the `name` property of `ui5-select`.",
15824
+ "name": "value",
15825
+ "default": "undefined",
15826
+ "fieldName": "value",
15827
+ "type": {
15828
+ "text": "string | undefined"
15829
+ }
15830
+ }
15831
+ ],
15832
+ "superclass": {
15833
+ "name": "ListItemBase",
15834
+ "package": "@ui5/webcomponents",
15835
+ "module": "dist/ListItemBase.js"
15836
+ },
15837
+ "tagName": "ui5-option",
15838
+ "customElement": true,
15839
+ "events": [
15840
+ {
15841
+ "name": "click",
15842
+ "type": {
15843
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
15844
+ "references": [
15845
+ {
15846
+ "name": "ListItemBaseClickEventDetail",
15847
+ "package": "@ui5/webcomponents",
15848
+ "module": "dist/ListItemBase.js"
15849
+ }
15850
+ ]
15851
+ },
15852
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
15853
+ }
15854
+ ]
15855
+ }
15856
+ ],
15857
+ "exports": [
15858
+ {
15859
+ "kind": "js",
15860
+ "name": "default",
15861
+ "declaration": {
15862
+ "name": "Option",
15863
+ "module": "dist/Option.js"
15864
+ }
15865
+ },
15866
+ {
15867
+ "kind": "custom-element-definition",
15868
+ "name": "ui5-option",
15869
+ "declaration": {
15870
+ "name": "Option",
15871
+ "module": "dist/Option.js"
15872
+ }
15873
+ }
15874
+ ]
15875
+ },
15876
+ {
15877
+ "kind": "javascript-module",
15878
+ "path": "dist/OptionCustom.js",
15879
+ "declarations": [
15880
+ {
15881
+ "kind": "class",
15882
+ "description": "### Overview\n\nThe `ui5-option-custom` component defines a custom content of an option in the `ui5-select`.\nA component to be the same way as the standard `ui5-option`.\nThe component accepts arbitrary HTML content to allow full customization.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/OptionCustom.js\";`",
15883
+ "name": "OptionCustom",
15884
+ "slots": [
15885
+ {
15886
+ "name": "default",
15887
+ "description": "Defines the content of the component."
15888
+ }
15889
+ ],
15890
+ "members": [
15891
+ {
15892
+ "kind": "field",
15893
+ "name": "displayText",
15894
+ "type": {
15895
+ "text": "string | undefined"
15896
+ },
15897
+ "description": "Defines the text, displayed inside the `ui5-select` input filed\nwhen the option gets selected.",
15898
+ "default": "undefined",
15899
+ "privacy": "public"
15900
+ },
15901
+ {
15902
+ "kind": "field",
15903
+ "name": "selected",
15904
+ "type": {
15905
+ "text": "boolean"
15906
+ },
15907
+ "default": "false",
15908
+ "description": "Defines the selected state of the component.",
15909
+ "privacy": "public"
15910
+ },
15911
+ {
15912
+ "kind": "field",
15913
+ "name": "tooltip",
15914
+ "type": {
15915
+ "text": "string | undefined"
15916
+ },
15917
+ "description": "Defines the tooltip of the option.",
15918
+ "default": "undefined",
15919
+ "privacy": "public"
15920
+ },
15921
+ {
15922
+ "kind": "field",
15923
+ "name": "value",
15924
+ "type": {
15925
+ "text": "string | undefined"
15926
+ },
15927
+ "description": "Defines the value of the `ui5-select` inside an HTML Form element when this component is selected.\nFor more information on HTML Form support, see the `name` property of `ui5-select`.",
15928
+ "default": "undefined",
15929
+ "privacy": "public"
15930
+ }
15931
+ ],
15932
+ "attributes": [
15933
+ {
15934
+ "description": "Defines the text, displayed inside the `ui5-select` input filed\nwhen the option gets selected.",
15935
+ "name": "display-text",
15936
+ "default": "undefined",
15937
+ "fieldName": "displayText",
15938
+ "type": {
15939
+ "text": "string | undefined"
15940
+ }
15941
+ },
15942
+ {
15943
+ "description": "Defines the selected state of the component.",
15944
+ "name": "selected",
15945
+ "default": "false",
15946
+ "fieldName": "selected",
15947
+ "type": {
15948
+ "text": "boolean"
15949
+ }
15950
+ },
15951
+ {
15952
+ "description": "Defines the tooltip of the option.",
15953
+ "name": "tooltip",
15954
+ "default": "undefined",
15955
+ "fieldName": "tooltip",
15626
15956
  "type": {
15627
15957
  "text": "string | undefined"
15628
15958
  }
@@ -15681,6 +16011,160 @@
15681
16011
  }
15682
16012
  ]
15683
16013
  },
16014
+ {
16015
+ "kind": "javascript-module",
16016
+ "path": "dist/OptionGroup.js",
16017
+ "declarations": [
16018
+ {
16019
+ "kind": "class",
16020
+ "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\";`",
16021
+ "name": "OptionGroup",
16022
+ "slots": [
16023
+ {
16024
+ "name": "default",
16025
+ "description": "Defines the options of the group.\n\n**Note:** Use the `ui5-option` component to define the desired options."
16026
+ },
16027
+ {
16028
+ "name": "header",
16029
+ "description": "Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten."
16030
+ }
16031
+ ],
16032
+ "members": [
16033
+ {
16034
+ "kind": "field",
16035
+ "name": "headerAccessibleName",
16036
+ "type": {
16037
+ "text": "string | undefined"
16038
+ },
16039
+ "description": "Defines the accessible name of the header.",
16040
+ "privacy": "public",
16041
+ "default": "undefined"
16042
+ },
16043
+ {
16044
+ "kind": "field",
16045
+ "name": "headerText",
16046
+ "type": {
16047
+ "text": "string | undefined"
16048
+ },
16049
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
16050
+ "privacy": "public",
16051
+ "default": "undefined"
16052
+ },
16053
+ {
16054
+ "kind": "field",
16055
+ "name": "wrappingType",
16056
+ "type": {
16057
+ "text": "WrappingType",
16058
+ "references": [
16059
+ {
16060
+ "name": "WrappingType",
16061
+ "package": "@ui5/webcomponents",
16062
+ "module": "dist/types/WrappingType.js"
16063
+ }
16064
+ ]
16065
+ },
16066
+ "default": "\"None\"",
16067
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
16068
+ "privacy": "public"
16069
+ }
16070
+ ],
16071
+ "superclass": {
16072
+ "name": "ListItemGroup",
16073
+ "package": "@ui5/webcomponents",
16074
+ "module": "dist/ListItemGroup.js"
16075
+ },
16076
+ "tagName": "ui5-option-group",
16077
+ "customElement": true,
16078
+ "cssParts": [
16079
+ {
16080
+ "description": "Used to style the header item of the group",
16081
+ "name": "header"
16082
+ },
16083
+ {
16084
+ "description": "Used to style the title of the group header",
16085
+ "name": "title"
16086
+ }
16087
+ ],
16088
+ "attributes": [
16089
+ {
16090
+ "description": "Defines the accessible name of the header.",
16091
+ "name": "header-accessible-name",
16092
+ "default": "undefined",
16093
+ "fieldName": "headerAccessibleName",
16094
+ "type": {
16095
+ "text": "string | undefined"
16096
+ }
16097
+ },
16098
+ {
16099
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
16100
+ "name": "header-text",
16101
+ "default": "undefined",
16102
+ "fieldName": "headerText",
16103
+ "type": {
16104
+ "text": "string | undefined"
16105
+ }
16106
+ },
16107
+ {
16108
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
16109
+ "name": "wrapping-type",
16110
+ "default": "\"None\"",
16111
+ "fieldName": "wrappingType",
16112
+ "type": {
16113
+ "text": "\"None\" | \"Normal\""
16114
+ }
16115
+ }
16116
+ ],
16117
+ "events": [
16118
+ {
16119
+ "name": "move",
16120
+ "type": {
16121
+ "text": "CustomEvent<ListItemGroupMoveEventDetail>",
16122
+ "references": [
16123
+ {
16124
+ "name": "ListItemGroupMoveEventDetail",
16125
+ "package": "@ui5/webcomponents",
16126
+ "module": "dist/ListItemGroup.js"
16127
+ }
16128
+ ]
16129
+ },
16130
+ "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action."
16131
+ },
16132
+ {
16133
+ "name": "move-over",
16134
+ "type": {
16135
+ "text": "CustomEvent<ListItemGroupMoveEventDetail>",
16136
+ "references": [
16137
+ {
16138
+ "name": "ListItemGroupMoveEventDetail",
16139
+ "package": "@ui5/webcomponents",
16140
+ "module": "dist/ListItemGroup.js"
16141
+ }
16142
+ ]
16143
+ },
16144
+ "description": "Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`."
16145
+ }
16146
+ ]
16147
+ }
16148
+ ],
16149
+ "exports": [
16150
+ {
16151
+ "kind": "js",
16152
+ "name": "default",
16153
+ "declaration": {
16154
+ "name": "OptionGroup",
16155
+ "module": "dist/OptionGroup.js"
16156
+ }
16157
+ },
16158
+ {
16159
+ "kind": "custom-element-definition",
16160
+ "name": "ui5-option-group",
16161
+ "declaration": {
16162
+ "name": "OptionGroup",
16163
+ "module": "dist/OptionGroup.js"
16164
+ }
16165
+ }
16166
+ ]
16167
+ },
15684
16168
  {
15685
16169
  "kind": "javascript-module",
15686
16170
  "path": "dist/Panel.js",
@@ -18675,7 +19159,7 @@
18675
19159
  "slots": [
18676
19160
  {
18677
19161
  "name": "default",
18678
- "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."
19162
+ "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."
18679
19163
  },
18680
19164
  {
18681
19165
  "name": "label",
@@ -19986,7 +20470,7 @@
19986
20470
  "slots": [
19987
20471
  {
19988
20472
  "name": "valueStateMessage",
19989
- "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."
20473
+ "description": "Defines the value state message that will be displayed as pop up under the component."
19990
20474
  }
19991
20475
  ],
19992
20476
  "members": [
@@ -20046,7 +20530,7 @@
20046
20530
  "type": {
20047
20531
  "text": "string | undefined"
20048
20532
  },
20049
- "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.",
20533
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.",
20050
20534
  "default": "undefined",
20051
20535
  "privacy": "public"
20052
20536
  },
@@ -20056,7 +20540,7 @@
20056
20540
  "type": {
20057
20541
  "text": "string | undefined"
20058
20542
  },
20059
- "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.",
20543
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.",
20060
20544
  "default": "undefined",
20061
20545
  "privacy": "public"
20062
20546
  },
@@ -20205,7 +20689,7 @@
20205
20689
  }
20206
20690
  },
20207
20691
  {
20208
- "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.",
20692
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.",
20209
20693
  "name": "name",
20210
20694
  "default": "undefined",
20211
20695
  "fieldName": "name",
@@ -20214,7 +20698,7 @@
20214
20698
  }
20215
20699
  },
20216
20700
  {
20217
- "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.",
20701
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.",
20218
20702
  "name": "placeholder",
20219
20703
  "default": "undefined",
20220
20704
  "fieldName": "placeholder",
@@ -20488,6 +20972,16 @@
20488
20972
  "kind": "class",
20489
20973
  "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.",
20490
20974
  "name": "SuggestionItemGroup",
20975
+ "cssParts": [
20976
+ {
20977
+ "description": "Used to style the header item of the group",
20978
+ "name": "header"
20979
+ },
20980
+ {
20981
+ "description": "Used to style the title of the group header",
20982
+ "name": "title"
20983
+ }
20984
+ ],
20491
20985
  "slots": [
20492
20986
  {
20493
20987
  "name": "default",
@@ -20505,16 +20999,6 @@
20505
20999
  },
20506
21000
  "tagName": "ui5-suggestion-item-group",
20507
21001
  "customElement": true,
20508
- "cssParts": [
20509
- {
20510
- "description": "Used to style the header item of the group",
20511
- "name": "header"
20512
- },
20513
- {
20514
- "description": "Used to style the title of the group header",
20515
- "name": "title"
20516
- }
20517
- ],
20518
21002
  "attributes": [
20519
21003
  {
20520
21004
  "description": "Defines the accessible name of the header.",
@@ -20889,7 +21373,7 @@
20889
21373
  ]
20890
21374
  },
20891
21375
  "default": "\"Active\"",
20892
- "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.",
21376
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
20893
21377
  "privacy": "public"
20894
21378
  },
20895
21379
  {
@@ -21045,12 +21529,12 @@
21045
21529
  }
21046
21530
  },
21047
21531
  {
21048
- "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.",
21532
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
21049
21533
  "name": "type",
21050
21534
  "default": "\"Active\"",
21051
21535
  "fieldName": "type",
21052
21536
  "type": {
21053
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
21537
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
21054
21538
  }
21055
21539
  },
21056
21540
  {
@@ -28738,7 +29222,7 @@
28738
29222
  ]
28739
29223
  },
28740
29224
  "default": "\"Active\"",
28741
- "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.",
29225
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
28742
29226
  "privacy": "public"
28743
29227
  }
28744
29228
  ],
@@ -28879,12 +29363,12 @@
28879
29363
  }
28880
29364
  },
28881
29365
  {
28882
- "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.",
29366
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
28883
29367
  "name": "type",
28884
29368
  "default": "\"Active\"",
28885
29369
  "fieldName": "type",
28886
29370
  "type": {
28887
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
29371
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
28888
29372
  }
28889
29373
  }
28890
29374
  ],
@@ -29159,7 +29643,7 @@
29159
29643
  ]
29160
29644
  },
29161
29645
  "default": "\"Active\"",
29162
- "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.",
29646
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
29163
29647
  "privacy": "public"
29164
29648
  }
29165
29649
  ],
@@ -29305,12 +29789,12 @@
29305
29789
  }
29306
29790
  },
29307
29791
  {
29308
- "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.",
29792
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
29309
29793
  "name": "type",
29310
29794
  "default": "\"Active\"",
29311
29795
  "fieldName": "type",
29312
29796
  "type": {
29313
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
29797
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
29314
29798
  }
29315
29799
  }
29316
29800
  ],
@@ -29567,7 +30051,7 @@
29567
30051
  ]
29568
30052
  },
29569
30053
  "default": "\"Active\"",
29570
- "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.",
30054
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
29571
30055
  "privacy": "public"
29572
30056
  }
29573
30057
  ],
@@ -29699,12 +30183,12 @@
29699
30183
  }
29700
30184
  },
29701
30185
  {
29702
- "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.",
30186
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
29703
30187
  "name": "type",
29704
30188
  "default": "\"Active\"",
29705
30189
  "fieldName": "type",
29706
30190
  "type": {
29707
- "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
30191
+ "text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
29708
30192
  }
29709
30193
  }
29710
30194
  ],