@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ui5/webcomponents",
4
- "version": "2.26.0-rc.1",
4
+ "version": "2.27.0-rc.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -2325,7 +2325,7 @@
2325
2325
  },
2326
2326
  {
2327
2327
  "name": "ui5-date-picker",
2328
- "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the valueFormat is \"yyyy-MM-dd\", the displayFormat is \"MMM d, y\", and the used locale is English, a valid value string is \"2015-07-30\", which leads to an output of \"Jul 30, 2015\".\nIf no placeholder is set to the DatePicker, the used displayFormat is displayed as a placeholder. If another placeholder is needed, it must be set.\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **close** - Fired after the component's picker is closed.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **open** - Fired after the component's picker is opened.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Methods:**\n - **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **isValid(value: _string_): _boolean_** - @deprecated Use isValidValue or isValidDisplayValue instead - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidDisplayValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **input** - Used to style the input element. This part is forwarded to the underlying ui5-input element.",
2328
+ "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the valueFormat is \"yyyy-MM-dd\", the displayFormat is \"MMM d, y\", and the used locale is English, a valid value string is \"2015-07-30\", which leads to an output of \"Jul 30, 2015\".\nIf no placeholder is set to the DatePicker, the used displayFormat is displayed as a placeholder. If another placeholder is needed, it must be set.\n\n### Relative date input\n\nThe input field also accepts locale-aware relative date expressions sourced from the Unicode CLDR.\nThe following expressions are supported in English:\n\n- Day: \"today\", \"yesterday\", \"tomorrow\"\n- Week: \"this week\", \"last week\", \"next week\"\n- Month: \"this month\", \"last month\", \"next month\"\n- Year: \"this year\", \"last year\", \"next year\"\n\nThe recognized expressions are locale-specific — the equivalent terms in the user's language are used (for example, \"heute\" in German, \"bugün\" in Turkish).\nWeek, month, and year expressions resolve to an offset from today (for example, \"next week\" = today + 7 days).\nFor the full list of supported fields and patterns, see [CLDR Date Fields](https://unicode.org/reports/tr35/tr35-dates.html#Calendar_Fields).\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **close** - Fired after the component's picker is closed.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **open** - Fired after the component's picker is opened.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Methods:**\n - **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **isValid(value: _string_): _boolean_** - @deprecated Use isValidValue or isValidDisplayValue instead - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidDisplayValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **input** - Used to style the input element. This part is forwarded to the underlying ui5-input element.",
2329
2329
  "doc-url": "",
2330
2330
  "attributes": [
2331
2331
  {
@@ -4545,7 +4545,7 @@
4545
4545
  },
4546
4546
  {
4547
4547
  "name": "ui5-icon",
4548
- "description": "### Overview\n\nThe `ui5-icon` component represents an SVG icon.\nThere are two main scenarios how the `ui5-icon` component is used:\nas a purely decorative element,\nor as an interactive element that can be focused and clicked.\n\n### Usage\n\n1. **Get familiar with the icons collections.**\n\nBefore displaying an icon, you need to explore the icons collections to find and import the desired icon.\n\nCurrently there are 3 icons collection, available as 3 npm packages:\n\n- [@ui5/webcomponents-icons](https://www.npmjs.com/package/@ui5/webcomponents-icons) represents the \"SAP-icons\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons).\n- [@ui5/webcomponents-icons-tnt](https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt) represents the \"tnt\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).\n- [@ui5/webcomponents-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the \"business-suite\" collection and includes the following\n[icons](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).\n\n2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**\n\n`npm i @ui5/webcomponents-icons`\n`npm i @ui5/webcomponents-icons-tnt`\n`npm i @ui5/webcomponents-icons-business-suite`\n\n3. **Then, import the desired icon**.\n\n`import \"@ui5/\\{package_name\\}/dist/\\{icon_name\\}.js\";`\n\n**For Example**:\n\nFor the standard \"SAP-icons\" icon collection, import an icon from the `@ui5/webcomponents-icons` package:\n\n`import \"@ui5/webcomponents-icons/dist/employee.js\";`\n\nFor the \"tnt\" (SAP Fiori Tools) icon collection, import an icon from the `@ui5/webcomponents-icons-tnt` package:\n\n`import \"@ui5/webcomponents-icons-tnt/dist/antenna.js\";`\n\nFor the \"business-suite\" (SAP Business Suite) icon collection, import an icon from the `@ui5/webcomponents-icons-business-suite` package:\n\n`import \"@ui5/webcomponents-icons-business-suite/dist/ab-testing.js\";`\n\n4. **Display the icon using the `ui5-icon` web component.**\nSet the icon collection (\"SAP-icons\", \"tnt\" or \"business-suite\" - \"SAP-icons\" is the default icon collection and can be skipped)\nand the icon name to the `name` property.\n\n`<ui5-icon name=\"employee\"></ui5-icon>`\n`<ui5-icon name=\"tnt/antenna\"></ui5-icon>`\n`<ui5-icon name=\"business-suite/ab-testing\"></ui5-icon>`\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `mode` property is set to `Interactive`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Icon.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated by mouse/touch, keyboard (Enter or Space),\nor screen reader virtual cursor activation.\n\n**Note:** The event will not be fired if the `mode` property is set to `Decorative` or `Image`.\n\n### **Slots:**\n - **fontIcon** - 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```\n\n### **CSS Parts:**\n - **root** - Used to style the outermost wrapper of the `ui5-icon`.",
4548
+ "description": "### Overview\n\nThe `ui5-icon` component represents an SVG icon.\nThere are two main scenarios how the `ui5-icon` component is used:\nas a purely decorative element,\nor as an interactive element that can be focused and clicked.\n\n### Usage\n\n1. **Get familiar with the icons collections.**\n\nBefore displaying an icon, you need to explore the icons collections to find and import the desired icon.\n\nCurrently there are 3 icons collection, available as 3 npm packages:\n\n- [@ui5/webcomponents-icons](https://www.npmjs.com/package/@ui5/webcomponents-icons) represents the \"SAP-icons\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons).\n- [@ui5/webcomponents-icons-tnt](https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt) represents the \"tnt\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).\n- [@ui5/webcomponents-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the \"business-suite\" collection and includes the following\n[icons](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).\n\n2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**\n\n`npm i @ui5/webcomponents-icons`\n`npm i @ui5/webcomponents-icons-tnt`\n`npm i @ui5/webcomponents-icons-business-suite`\n\n3. **Then, import the desired icon**.\n\n`import \"@ui5/\\{package_name\\}/dist/\\{icon_name\\}.js\";`\n\n**For Example**:\n\nFor the standard \"SAP-icons\" icon collection, import an icon from the `@ui5/webcomponents-icons` package:\n\n`import \"@ui5/webcomponents-icons/dist/employee.js\";`\n\nFor the \"tnt\" (SAP Fiori Tools) icon collection, import an icon from the `@ui5/webcomponents-icons-tnt` package:\n\n`import \"@ui5/webcomponents-icons-tnt/dist/antenna.js\";`\n\nFor the \"business-suite\" (SAP Business Suite) icon collection, import an icon from the `@ui5/webcomponents-icons-business-suite` package:\n\n`import \"@ui5/webcomponents-icons-business-suite/dist/ab-testing.js\";`\n\n4. **Display the icon using the `ui5-icon` web component.**\nSet the icon collection (\"SAP-icons\", \"tnt\" or \"business-suite\" - \"SAP-icons\" is the default icon collection and can be skipped)\nand the icon name to the `name` property.\n\n`<ui5-icon name=\"employee\"></ui5-icon>`\n`<ui5-icon name=\"tnt/antenna\"></ui5-icon>`\n`<ui5-icon name=\"business-suite/ab-testing\"></ui5-icon>`\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `mode` property is set to `Interactive`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Icon.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated by mouse/touch, keyboard (Enter or Space),\nor screen reader virtual cursor activation.\n\n**Note:** The event will not be fired if the `mode` property is set to `Decorative` or `Image`.\n\n### **Slots:**\n - **fontIcon** - 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```\n\n### **CSS Parts:**\n - **root** - Used to style the outermost wrapper of the `ui5-icon`.",
4549
4549
  "doc-url": "",
4550
4550
  "attributes": [
4551
4551
  {
@@ -4583,7 +4583,7 @@
4583
4583
  "slots": [
4584
4584
  {
4585
4585
  "name": "fontIcon",
4586
- "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```"
4586
+ "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```"
4587
4587
  }
4588
4588
  ],
4589
4589
  "events": [
@@ -5537,9 +5537,9 @@
5537
5537
  },
5538
5538
  {
5539
5539
  "name": "type",
5540
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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.",
5540
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
5541
5541
  "value": {
5542
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\"",
5542
+ "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\"",
5543
5543
  "default": "\"Active\""
5544
5544
  }
5545
5545
  }
@@ -5612,9 +5612,9 @@
5612
5612
  },
5613
5613
  {
5614
5614
  "name": "type",
5615
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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.",
5615
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
5616
5616
  "value": {
5617
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
5617
+ "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
5618
5618
  }
5619
5619
  }
5620
5620
  ],
@@ -5845,9 +5845,9 @@
5845
5845
  },
5846
5846
  {
5847
5847
  "name": "type",
5848
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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.",
5848
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
5849
5849
  "value": {
5850
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\"",
5850
+ "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\"",
5851
5851
  "default": "\"Active\""
5852
5852
  }
5853
5853
  },
@@ -5964,9 +5964,9 @@
5964
5964
  },
5965
5965
  {
5966
5966
  "name": "type",
5967
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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.",
5967
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
5968
5968
  "value": {
5969
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
5969
+ "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
5970
5970
  }
5971
5971
  },
5972
5972
  {
@@ -6214,9 +6214,9 @@
6214
6214
  },
6215
6215
  {
6216
6216
  "name": "type",
6217
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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.",
6217
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
6218
6218
  "value": {
6219
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\"",
6219
+ "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\"",
6220
6220
  "default": "\"Active\""
6221
6221
  }
6222
6222
  }
@@ -6340,9 +6340,9 @@
6340
6340
  },
6341
6341
  {
6342
6342
  "name": "type",
6343
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `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.",
6343
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
6344
6344
  "value": {
6345
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
6345
+ "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
6346
6346
  }
6347
6347
  }
6348
6348
  ],
@@ -7349,6 +7349,186 @@
7349
7349
  ]
7350
7350
  }
7351
7351
  },
7352
+ {
7353
+ "name": "ui5-number-input",
7354
+ "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\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke.\n- **value-state-change** - 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.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
7355
+ "doc-url": "",
7356
+ "attributes": [
7357
+ {
7358
+ "name": "accessible-name",
7359
+ "description": "Defines the accessible ARIA name of the component.",
7360
+ "value": { "type": "string | undefined", "default": "undefined" }
7361
+ },
7362
+ {
7363
+ "name": "accessible-name-ref",
7364
+ "description": "Receives ID (or many IDs) of the elements that label the component.",
7365
+ "value": { "type": "string | undefined", "default": "undefined" }
7366
+ },
7367
+ {
7368
+ "name": "disabled",
7369
+ "description": "Determines whether the component is displayed as disabled.",
7370
+ "value": { "type": "boolean", "default": "false" }
7371
+ },
7372
+ {
7373
+ "name": "max",
7374
+ "description": "Defines a maximum value of the component.",
7375
+ "value": { "type": "number | undefined", "default": "undefined" }
7376
+ },
7377
+ {
7378
+ "name": "min",
7379
+ "description": "Defines a minimum value of the component.",
7380
+ "value": { "type": "number | undefined", "default": "undefined" }
7381
+ },
7382
+ {
7383
+ "name": "name",
7384
+ "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.",
7385
+ "value": { "type": "string | undefined", "default": "undefined" }
7386
+ },
7387
+ {
7388
+ "name": "placeholder",
7389
+ "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.",
7390
+ "value": { "type": "string | undefined", "default": "undefined" }
7391
+ },
7392
+ {
7393
+ "name": "readonly",
7394
+ "description": "Determines whether the component is displayed as read-only.",
7395
+ "value": { "type": "boolean", "default": "false" }
7396
+ },
7397
+ {
7398
+ "name": "required",
7399
+ "description": "Defines whether the component is required.",
7400
+ "value": { "type": "boolean", "default": "false" }
7401
+ },
7402
+ {
7403
+ "name": "step",
7404
+ "description": "Defines a step of increasing/decreasing the value of the component.",
7405
+ "value": { "type": "number", "default": "1" }
7406
+ },
7407
+ {
7408
+ "name": "value",
7409
+ "description": "Defines a value of the component.",
7410
+ "value": { "type": "number", "default": "0" }
7411
+ },
7412
+ {
7413
+ "name": "value-precision",
7414
+ "description": "Determines the number of digits after the decimal point of the component.",
7415
+ "value": { "type": "number", "default": "0" }
7416
+ },
7417
+ {
7418
+ "name": "value-state",
7419
+ "description": "Defines the value state of the component.",
7420
+ "value": {
7421
+ "type": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\"",
7422
+ "default": "\"None\""
7423
+ }
7424
+ }
7425
+ ],
7426
+ "slots": [
7427
+ {
7428
+ "name": "valueStateMessage",
7429
+ "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."
7430
+ }
7431
+ ],
7432
+ "events": [
7433
+ {
7434
+ "name": "change",
7435
+ "description": "Fired when the input operation has finished by pressing Enter or on focusout."
7436
+ },
7437
+ {
7438
+ "name": "input",
7439
+ "description": "Fired when the value of the component changes at each keystroke."
7440
+ },
7441
+ {
7442
+ "name": "value-state-change",
7443
+ "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."
7444
+ }
7445
+ ],
7446
+ "js": {
7447
+ "properties": [
7448
+ {
7449
+ "name": "accessible-name",
7450
+ "description": "Defines the accessible ARIA name of the component.",
7451
+ "value": { "type": "string | undefined" }
7452
+ },
7453
+ {
7454
+ "name": "accessible-name-ref",
7455
+ "description": "Receives ID (or many IDs) of the elements that label the component.",
7456
+ "value": { "type": "string | undefined" }
7457
+ },
7458
+ {
7459
+ "name": "disabled",
7460
+ "description": "Determines whether the component is displayed as disabled.",
7461
+ "value": { "type": "boolean" }
7462
+ },
7463
+ {
7464
+ "name": "max",
7465
+ "description": "Defines a maximum value of the component.",
7466
+ "value": { "type": "number | undefined" }
7467
+ },
7468
+ {
7469
+ "name": "min",
7470
+ "description": "Defines a minimum value of the component.",
7471
+ "value": { "type": "number | undefined" }
7472
+ },
7473
+ {
7474
+ "name": "name",
7475
+ "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.",
7476
+ "value": { "type": "string | undefined" }
7477
+ },
7478
+ {
7479
+ "name": "placeholder",
7480
+ "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.",
7481
+ "value": { "type": "string | undefined" }
7482
+ },
7483
+ {
7484
+ "name": "readonly",
7485
+ "description": "Determines whether the component is displayed as read-only.",
7486
+ "value": { "type": "boolean" }
7487
+ },
7488
+ {
7489
+ "name": "required",
7490
+ "description": "Defines whether the component is required.",
7491
+ "value": { "type": "boolean" }
7492
+ },
7493
+ {
7494
+ "name": "step",
7495
+ "description": "Defines a step of increasing/decreasing the value of the component.",
7496
+ "value": { "type": "number" }
7497
+ },
7498
+ {
7499
+ "name": "value",
7500
+ "description": "Defines a value of the component.",
7501
+ "value": { "type": "number" }
7502
+ },
7503
+ {
7504
+ "name": "value-precision",
7505
+ "description": "Determines the number of digits after the decimal point of the component.",
7506
+ "value": { "type": "number" }
7507
+ },
7508
+ {
7509
+ "name": "value-state",
7510
+ "description": "Defines the value state of the component.",
7511
+ "value": {
7512
+ "type": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
7513
+ }
7514
+ }
7515
+ ],
7516
+ "events": [
7517
+ {
7518
+ "name": "change",
7519
+ "description": "Fired when the input operation has finished by pressing Enter or on focusout."
7520
+ },
7521
+ {
7522
+ "name": "input",
7523
+ "description": "Fired when the value of the component changes at each keystroke."
7524
+ },
7525
+ {
7526
+ "name": "value-state-change",
7527
+ "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."
7528
+ }
7529
+ ]
7530
+ }
7531
+ },
7352
7532
  {
7353
7533
  "name": "ui5-option",
7354
7534
  "description": "### Overview\n\nThe `ui5-option` component defines the content of an option in the `ui5-select`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Option.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.",
@@ -7497,6 +7677,80 @@
7497
7677
  ]
7498
7678
  }
7499
7679
  },
7680
+ {
7681
+ "name": "ui5-option-group",
7682
+ "description": "### Overview\n\nThe `ui5-option-group` component is used to group options within a `ui5-select`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/OptionGroup.js\";`\n---\n\n\n### **Events:**\n - **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n- **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n### **Slots:**\n - **default** - Defines the options of the group.\n\n**Note:** Use the `ui5-option` component to define the desired options.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
7683
+ "doc-url": "",
7684
+ "attributes": [
7685
+ {
7686
+ "name": "header-accessible-name",
7687
+ "description": "Defines the accessible name of the header.",
7688
+ "value": { "type": "string | undefined", "default": "undefined" }
7689
+ },
7690
+ {
7691
+ "name": "header-text",
7692
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
7693
+ "value": { "type": "string | undefined", "default": "undefined" }
7694
+ },
7695
+ {
7696
+ "name": "wrapping-type",
7697
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
7698
+ "value": {
7699
+ "type": "\"None\" | \"Normal\"",
7700
+ "default": "\"None\""
7701
+ }
7702
+ }
7703
+ ],
7704
+ "slots": [
7705
+ {
7706
+ "name": "default",
7707
+ "description": "Defines the options of the group.\n\n**Note:** Use the `ui5-option` component to define the desired options."
7708
+ },
7709
+ {
7710
+ "name": "header",
7711
+ "description": "Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten."
7712
+ }
7713
+ ],
7714
+ "events": [
7715
+ {
7716
+ "name": "move",
7717
+ "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action."
7718
+ },
7719
+ {
7720
+ "name": "move-over",
7721
+ "description": "Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`."
7722
+ }
7723
+ ],
7724
+ "js": {
7725
+ "properties": [
7726
+ {
7727
+ "name": "header-accessible-name",
7728
+ "description": "Defines the accessible name of the header.",
7729
+ "value": { "type": "string | undefined" }
7730
+ },
7731
+ {
7732
+ "name": "header-text",
7733
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
7734
+ "value": { "type": "string | undefined" }
7735
+ },
7736
+ {
7737
+ "name": "wrapping-type",
7738
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
7739
+ "value": { "type": "\"None\" | \"Normal\"" }
7740
+ }
7741
+ ],
7742
+ "events": [
7743
+ {
7744
+ "name": "move",
7745
+ "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action."
7746
+ },
7747
+ {
7748
+ "name": "move-over",
7749
+ "description": "Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`."
7750
+ }
7751
+ ]
7752
+ }
7753
+ },
7500
7754
  {
7501
7755
  "name": "ui5-panel",
7502
7756
  "description": "### Overview\n\nThe `ui5-panel` component is a container which has a header and a\ncontent area and is used\nfor grouping and displaying information. It can be collapsed to save space on the screen.\n\n### Guidelines:\n\n- Nesting two or more panels is not recommended.\n- Do not stack too many panels on one page.\n\n### Structure\nThe panel's header area consists of a title bar with a header text or custom header.\n\nThe header is clickable and can be used to toggle between the expanded and collapsed state. It includes an icon which rotates depending on the state.\n\nThe custom header can be set through the `header` slot and it may contain arbitraray content, such as: title, buttons or any other HTML elements.\n\nThe content area can contain an arbitrary set of controls.\n\n**Note:** The custom header is not clickable out of the box, but in this case the icon is interactive and allows to show/hide the content area.\n\n### Responsive Behavior\n\n- If the width of the panel is set to 100% (default), the panel and its children are\nresized responsively,\ndepending on its parent container.\n- If the panel has a fixed height, it will take up the space even if the panel is\ncollapsed.\n- When the panel is expandable (the `fixed` property is set to `false`),\nan arrow icon (pointing to the right) appears in front of the header.\n- When the animation is activated, expand/collapse uses a smooth animation to open or\nclose the content area.\n- When the panel expands/collapses, the arrow icon rotates 90 degrees\nclockwise/counter-clockwise.\n\n### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Panel.js\";`\n---\n\n\n### **Events:**\n - **toggle** - Fired when the component is expanded/collapsed by user interaction.\n\n### **Slots:**\n - **default** - Defines the content of the component. The content is visible only when the component is expanded.\n- **header** - Defines the component header area.\n\n**Note:** When a header is provided, the `headerText` property is ignored.\n\n### **CSS Parts:**\n - **content** - Used to style the wrapper of the content.\n- **header** - Used to style the header.\n- **header-wrapper** - Used to style the outermost header wrapper, useful for adjusting sticky header position.",
@@ -8862,7 +9116,7 @@
8862
9116
  },
8863
9117
  {
8864
9118
  "name": "ui5-select",
8865
- "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\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **close** - Fired after the component's dropdown menu closes.\n- **live-change** - Fired when the user navigates through the options, but the selection is not finalized,\nor when pressing the ESC key to revert the current selection.\n- **open** - Fired after the component's dropdown menu opens.\n\n### **Slots:**\n - **default** - 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.\n- **label** - Defines the HTML element that will be displayed in the component input part,\nrepresenting the selected option.\n\n**Note:** If not specified and `ui5-option-custom` is used,\neither the option's `display-text` or its textContent will be displayed.\n\n**Note:** If not specified and `ui5-option` is used,\nthe option's textContent will be displayed.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.\n\n### **CSS Parts:**\n - **popover** - Used to style the popover element",
9119
+ "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\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **close** - Fired after the component's dropdown menu closes.\n- **live-change** - Fired when the user navigates through the options, but the selection is not finalized,\nor when pressing the ESC key to revert the current selection.\n- **open** - Fired after the component's dropdown menu opens.\n\n### **Slots:**\n - **default** - 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.\n- **label** - Defines the HTML element that will be displayed in the component input part,\nrepresenting the selected option.\n\n**Note:** If not specified and `ui5-option-custom` is used,\neither the option's `display-text` or its textContent will be displayed.\n\n**Note:** If not specified and `ui5-option` is used,\nthe option's textContent will be displayed.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.\n\n### **CSS Parts:**\n - **popover** - Used to style the popover element",
8866
9120
  "doc-url": "",
8867
9121
  "attributes": [
8868
9122
  {
@@ -8940,7 +9194,7 @@
8940
9194
  "slots": [
8941
9195
  {
8942
9196
  "name": "default",
8943
- "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."
9197
+ "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."
8944
9198
  },
8945
9199
  {
8946
9200
  "name": "label",
@@ -9371,7 +9625,7 @@
9371
9625
  },
9372
9626
  {
9373
9627
  "name": "ui5-step-input",
9374
- "description": "### Overview\n\nThe `ui5-step-input` consists of an input field and buttons with icons to increase/decrease the value\nwith the predefined step.\n\nThe user can change the value of the component by pressing the increase/decrease buttons,\nby typing a number directly, by using the keyboard up/down and page up/down,\nor by using the mouse scroll wheel. Decimal values are supported.\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 the `StepInput`.\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 adjust amounts, quantities, or other values quickly.\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 display a value that rarely needs to be adjusted and does not pertain to a particular step.\nIn this case, use 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/StepInput.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
9628
+ "description": "### Overview\n\nThe `ui5-step-input` consists of an input field and buttons with icons to increase/decrease the value\nwith the predefined step.\n\nThe user can change the value of the component by pressing the increase/decrease buttons,\nby typing a number directly, by using the keyboard up/down and page up/down,\nor by using the mouse scroll wheel. Decimal values are supported.\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 the `StepInput`.\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 adjust amounts, quantities, or other values quickly.\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 display a value that rarely needs to be adjusted and does not pertain to a particular step.\nIn this case, use 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/StepInput.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.",
9375
9629
  "doc-url": "",
9376
9630
  "attributes": [
9377
9631
  {
@@ -9401,12 +9655,12 @@
9401
9655
  },
9402
9656
  {
9403
9657
  "name": "name",
9404
- "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.",
9658
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.",
9405
9659
  "value": { "type": "string | undefined", "default": "undefined" }
9406
9660
  },
9407
9661
  {
9408
9662
  "name": "placeholder",
9409
- "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.",
9663
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.",
9410
9664
  "value": { "type": "string | undefined", "default": "undefined" }
9411
9665
  },
9412
9666
  {
@@ -9446,7 +9700,7 @@
9446
9700
  "slots": [
9447
9701
  {
9448
9702
  "name": "valueStateMessage",
9449
- "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."
9703
+ "description": "Defines the value state message that will be displayed as pop up under the component."
9450
9704
  }
9451
9705
  ],
9452
9706
  "events": [
@@ -9492,12 +9746,12 @@
9492
9746
  },
9493
9747
  {
9494
9748
  "name": "name",
9495
- "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.",
9749
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.",
9496
9750
  "value": { "type": "string | undefined" }
9497
9751
  },
9498
9752
  {
9499
9753
  "name": "placeholder",
9500
- "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.",
9754
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.",
9501
9755
  "value": { "type": "string | undefined" }
9502
9756
  },
9503
9757
  {
@@ -9794,9 +10048,9 @@
9794
10048
  },
9795
10049
  {
9796
10050
  "name": "type",
9797
- "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.",
10051
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
9798
10052
  "value": {
9799
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\"",
10053
+ "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\"",
9800
10054
  "default": "\"Active\""
9801
10055
  }
9802
10056
  },
@@ -9917,9 +10171,9 @@
9917
10171
  },
9918
10172
  {
9919
10173
  "name": "type",
9920
- "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.",
10174
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
9921
10175
  "value": {
9922
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
10176
+ "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
9923
10177
  }
9924
10178
  },
9925
10179
  {
@@ -13336,9 +13590,9 @@
13336
13590
  },
13337
13591
  {
13338
13592
  "name": "type",
13339
- "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.",
13593
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
13340
13594
  "value": {
13341
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\"",
13595
+ "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\"",
13342
13596
  "default": "\"Active\""
13343
13597
  }
13344
13598
  }
@@ -13452,9 +13706,9 @@
13452
13706
  },
13453
13707
  {
13454
13708
  "name": "type",
13455
- "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.",
13709
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
13456
13710
  "value": {
13457
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
13711
+ "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
13458
13712
  }
13459
13713
  }
13460
13714
  ],
@@ -13559,9 +13813,9 @@
13559
13813
  },
13560
13814
  {
13561
13815
  "name": "type",
13562
- "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.",
13816
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
13563
13817
  "value": {
13564
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\"",
13818
+ "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\"",
13565
13819
  "default": "\"Active\""
13566
13820
  }
13567
13821
  }
@@ -13674,9 +13928,9 @@
13674
13928
  },
13675
13929
  {
13676
13930
  "name": "type",
13677
- "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.",
13931
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
13678
13932
  "value": {
13679
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
13933
+ "type": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
13680
13934
  }
13681
13935
  }
13682
13936
  ],
@@ -14245,6 +14499,14 @@
14245
14499
  "name": "part(root)",
14246
14500
  "description": "Used to style the root DOM element of the Input component"
14247
14501
  },
14502
+ {
14503
+ "name": "part(header)",
14504
+ "description": "Used to style the header item of the group"
14505
+ },
14506
+ {
14507
+ "name": "part(title)",
14508
+ "description": "Used to style the title of the group header"
14509
+ },
14248
14510
  {
14249
14511
  "name": "part(content)",
14250
14512
  "description": "Used to style the wrapper of the content."