@ui5/webcomponents 2.26.0 → 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 (168) hide show
  1. package/CHANGELOG.md +21 -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/ListBoxItemGroupTemplate.js +1 -1
  13. package/dist/ListBoxItemGroupTemplate.js.map +1 -1
  14. package/dist/ListItemBaseTemplate.d.ts +2 -0
  15. package/dist/ListItemBaseTemplate.js +1 -1
  16. package/dist/ListItemBaseTemplate.js.map +1 -1
  17. package/dist/MultiComboBoxItemGroup.d.ts +2 -0
  18. package/dist/MultiComboBoxItemGroup.js +2 -0
  19. package/dist/MultiComboBoxItemGroup.js.map +1 -1
  20. package/dist/NumberInput.d.ts +271 -0
  21. package/dist/NumberInput.js +719 -0
  22. package/dist/NumberInput.js.map +1 -0
  23. package/dist/NumberInputTemplate.d.ts +2 -0
  24. package/dist/NumberInputTemplate.js +18 -0
  25. package/dist/NumberInputTemplate.js.map +1 -0
  26. package/dist/Option.d.ts +10 -0
  27. package/dist/Option.js +6 -0
  28. package/dist/Option.js.map +1 -1
  29. package/dist/OptionGroup.d.ts +34 -0
  30. package/dist/OptionGroup.js +61 -0
  31. package/dist/OptionGroup.js.map +1 -0
  32. package/dist/OptionGroupTemplate.d.ts +2 -0
  33. package/dist/OptionGroupTemplate.js +6 -0
  34. package/dist/OptionGroupTemplate.js.map +1 -0
  35. package/dist/OptionTemplate.js +6 -1
  36. package/dist/OptionTemplate.js.map +1 -1
  37. package/dist/Select.d.ts +19 -2
  38. package/dist/Select.js +79 -28
  39. package/dist/Select.js.map +1 -1
  40. package/dist/SelectPopoverTemplate.js +1 -1
  41. package/dist/SelectPopoverTemplate.js.map +1 -1
  42. package/dist/SelectTemplate.js +2 -1
  43. package/dist/SelectTemplate.js.map +1 -1
  44. package/dist/StepInput.d.ts +14 -127
  45. package/dist/StepInput.js +40 -472
  46. package/dist/StepInput.js.map +1 -1
  47. package/dist/StepInputTemplate.js +4 -15
  48. package/dist/StepInputTemplate.js.map +1 -1
  49. package/dist/SuggestionItemGroup.d.ts +2 -0
  50. package/dist/SuggestionItemGroup.js +2 -0
  51. package/dist/SuggestionItemGroup.js.map +1 -1
  52. package/dist/bundle.esm.js +2 -0
  53. package/dist/bundle.esm.js.map +1 -1
  54. package/dist/css/themes/NumberInput.css +1 -0
  55. package/dist/css/themes/OptionGroup.css +1 -0
  56. package/dist/css/themes/StepInput.css +1 -1
  57. package/dist/css/themes/TimePickerClock.css +1 -1
  58. package/dist/css/themes/TimeSelectionClocks.css +1 -1
  59. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  60. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  61. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  62. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  63. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  64. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +30 -22
  65. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  66. package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +31 -24
  67. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  68. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  69. package/dist/custom-elements-internal.json +734 -142
  70. package/dist/custom-elements.json +666 -182
  71. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  72. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  73. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  74. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  75. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  76. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  77. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  78. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  79. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
  80. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  81. package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
  82. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  83. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  84. package/dist/generated/i18n/i18n-defaults.d.ts +7 -6
  85. package/dist/generated/i18n/i18n-defaults.js +7 -6
  86. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  87. package/dist/generated/themes/NumberInput.css.d.ts +2 -0
  88. package/dist/generated/themes/NumberInput.css.js +8 -0
  89. package/dist/generated/themes/NumberInput.css.js.map +1 -0
  90. package/dist/generated/themes/OptionGroup.css.d.ts +2 -0
  91. package/dist/generated/themes/OptionGroup.css.js +8 -0
  92. package/dist/generated/themes/OptionGroup.css.js.map +1 -0
  93. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  94. package/dist/generated/themes/StepInput.css.js +1 -1
  95. package/dist/generated/themes/StepInput.css.js.map +1 -1
  96. package/dist/generated/themes/TimePickerClock.css.d.ts +1 -1
  97. package/dist/generated/themes/TimePickerClock.css.js +1 -1
  98. package/dist/generated/themes/TimePickerClock.css.js.map +1 -1
  99. package/dist/generated/themes/TimeSelectionClocks.css.d.ts +1 -1
  100. package/dist/generated/themes/TimeSelectionClocks.css.js +1 -1
  101. package/dist/generated/themes/TimeSelectionClocks.css.js.map +1 -1
  102. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  103. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  104. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  105. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  106. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  107. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  108. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  109. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  110. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  111. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  112. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  113. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  114. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  115. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  116. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  117. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
  118. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +30 -22
  119. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
  120. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  121. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  122. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  123. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
  124. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +31 -24
  125. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
  126. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  127. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  128. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  129. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  130. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  131. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  132. package/dist/vscode.html-custom-data.json +105 -5
  133. package/dist/web-types.json +272 -10
  134. package/package.json +9 -9
  135. package/src/ListBoxItemGroupTemplate.tsx +1 -1
  136. package/src/ListItemBaseTemplate.tsx +4 -0
  137. package/src/NumberInputTemplate.tsx +95 -0
  138. package/src/OptionGroupTemplate.tsx +20 -0
  139. package/src/OptionTemplate.tsx +6 -1
  140. package/src/SelectPopoverTemplate.tsx +1 -1
  141. package/src/SelectTemplate.tsx +6 -0
  142. package/src/StepInputTemplate.tsx +23 -86
  143. package/src/i18n/messagebundle.properties +10 -8
  144. package/src/i18n/messagebundle_de.properties +2 -2
  145. package/src/i18n/messagebundle_pl.properties +1 -1
  146. package/src/i18n/messagebundle_ru.properties +1 -1
  147. package/src/themes/NumberInput.css +321 -0
  148. package/src/themes/OptionGroup.css +28 -0
  149. package/src/themes/StepInput.css +0 -276
  150. package/src/themes/TimePickerClock.css +1 -1
  151. package/src/themes/TimeSelectionClocks.css +1 -1
  152. package/src/themes/base/NumberInput-parameters.css +31 -0
  153. package/src/themes/base/sizes-parameters.css +3 -3
  154. package/src/themes/sap_fiori_3/parameters-bundle.css +1 -1
  155. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  156. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  157. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  158. package/src/themes/sap_horizon/NumberInput-parameters.css +26 -0
  159. package/src/themes/sap_horizon/parameters-bundle.css +1 -1
  160. package/src/themes/sap_horizon_dark/NumberInput-parameters.css +26 -0
  161. package/src/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  162. package/src/themes/sap_horizon_hcb/NumberInput-parameters.css +14 -0
  163. package/src/themes/sap_horizon_hcb/parameters-bundle.css +2 -1
  164. package/src/themes/sap_horizon_hcw/NumberInput-parameters.css +14 -0
  165. package/src/themes/sap_horizon_hcw/parameters-bundle.css +2 -1
  166. package/src/themes/base/StepInput-parameters.css +0 -25
  167. package/src/themes/sap_horizon/StepInput-parameters.css +0 -25
  168. package/src/themes/sap_horizon_dark/StepInput-parameters.css +0 -25
@@ -5588,6 +5588,16 @@
5588
5588
  "kind": "class",
5589
5589
  "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` suggestions into groups.",
5590
5590
  "name": "ComboBoxItemGroup",
5591
+ "cssParts": [
5592
+ {
5593
+ "description": "Used to style the header item of the group",
5594
+ "name": "header"
5595
+ },
5596
+ {
5597
+ "description": "Used to style the title of the group header",
5598
+ "name": "title"
5599
+ }
5600
+ ],
5591
5601
  "slots": [
5592
5602
  {
5593
5603
  "name": "default",
@@ -5678,16 +5688,6 @@
5678
5688
  "module": "dist/ComboBox.js"
5679
5689
  }
5680
5690
  ],
5681
- "cssParts": [
5682
- {
5683
- "description": "Used to style the header item of the group",
5684
- "name": "header"
5685
- },
5686
- {
5687
- "description": "Used to style the title of the group header",
5688
- "name": "title"
5689
- }
5690
- ],
5691
5691
  "attributes": [
5692
5692
  {
5693
5693
  "description": "Defines the accessible name of the header.",
@@ -6040,7 +6040,7 @@
6040
6040
  "declarations": [
6041
6041
  {
6042
6042
  "kind": "class",
6043
- "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the valueFormat is \"yyyy-MM-dd\", the displayFormat is \"MMM d, y\", and the used locale is English, a valid value string is \"2015-07-30\", which leads to an output of \"Jul 30, 2015\".\nIf no placeholder is set to the DatePicker, the used displayFormat is displayed as a placeholder. If another placeholder is needed, it must be set.\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`",
6043
+ "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the valueFormat is \"yyyy-MM-dd\", the displayFormat is \"MMM d, y\", and the used locale is English, a valid value string is \"2015-07-30\", which leads to an output of \"Jul 30, 2015\".\nIf no placeholder is set to the DatePicker, the used displayFormat is displayed as a placeholder. If another placeholder is needed, it must be set.\n\n### Relative date input\n\nThe input field also accepts locale-aware relative date expressions sourced from the Unicode CLDR.\nThe following expressions are supported in English:\n\n- Day: \"today\", \"yesterday\", \"tomorrow\"\n- Week: \"this week\", \"last week\", \"next week\"\n- Month: \"this month\", \"last month\", \"next month\"\n- Year: \"this year\", \"last year\", \"next year\"\n\nThe recognized expressions are locale-specific — the equivalent terms in the user's language are used (for example, \"heute\" in German, \"bugün\" in Turkish).\nWeek, month, and year expressions resolve to an offset from today (for example, \"next week\" = today + 7 days).\nFor the full list of supported fields and patterns, see [CLDR Date Fields](https://unicode.org/reports/tr35/tr35-dates.html#Calendar_Fields).\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`",
6044
6044
  "name": "DatePicker",
6045
6045
  "cssParts": [
6046
6046
  {
@@ -17188,6 +17188,16 @@
17188
17188
  "kind": "class",
17189
17189
  "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` suggestions into groups.",
17190
17190
  "name": "MultiComboBoxItemGroup",
17191
+ "cssParts": [
17192
+ {
17193
+ "description": "Used to style the header item of the group",
17194
+ "name": "header"
17195
+ },
17196
+ {
17197
+ "description": "Used to style the title of the group header",
17198
+ "name": "title"
17199
+ }
17200
+ ],
17191
17201
  "slots": [
17192
17202
  {
17193
17203
  "name": "default",
@@ -17277,16 +17287,6 @@
17277
17287
  "module": "dist/MultiComboBox.js"
17278
17288
  }
17279
17289
  ],
17280
- "cssParts": [
17281
- {
17282
- "description": "Used to style the header item of the group",
17283
- "name": "header"
17284
- },
17285
- {
17286
- "description": "Used to style the title of the group header",
17287
- "name": "title"
17288
- }
17289
- ],
17290
17290
  "attributes": [
17291
17291
  {
17292
17292
  "description": "Defines the accessible name of the header.",
@@ -18050,19 +18050,18 @@
18050
18050
  },
18051
18051
  {
18052
18052
  "kind": "javascript-module",
18053
- "path": "dist/Option.js",
18053
+ "path": "dist/NumberInput.js",
18054
18054
  "declarations": [
18055
18055
  {
18056
18056
  "kind": "class",
18057
- "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\";`",
18058
- "name": "Option",
18057
+ "description": "### Overview\n\nThe `ui5-number-input` component is a numeric input field. It allows users to enter, edit and select numeric values.\n\n### Usage\n\nThe default step is 1 but the app developer can set a different one.\n\nApp developers can set a maximum and minimum value for `ui5-number-input`.\nThe increase/decrease button and the up/down keyboard navigation become disabled when\nthe value reaches the max/min or a new value is entered from the input which is greater/less than the max/min.\n\n#### When to use:\n\n- To enter or adjust numeric values.\n- To adjust values for a specific step.\n\n#### When not to use:\n\n- To enter a static number (for example, postal code, phone number, or ID). In this case,\nuse the regular `ui5-input` instead.\n- To enter dates and times. In this case, use date/time related components instead.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/NumberInput.js\";`",
18058
+ "name": "NumberInput",
18059
18059
  "slots": [
18060
18060
  {
18061
- "name": "default",
18062
- "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.",
18063
- "_ui5propertyName": "text",
18061
+ "name": "valueStateMessage",
18062
+ "description": "Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
18064
18063
  "_ui5type": {
18065
- "text": "Array<Node>"
18064
+ "text": "Array<HTMLElement>"
18066
18065
  },
18067
18066
  "_ui5privacy": "public"
18068
18067
  }
@@ -18070,170 +18069,538 @@
18070
18069
  "members": [
18071
18070
  {
18072
18071
  "kind": "field",
18073
- "name": "additionalText",
18072
+ "name": "accessibleName",
18074
18073
  "type": {
18075
18074
  "text": "string | undefined"
18076
18075
  },
18077
- "description": "Defines the `additionalText`, displayed in the end of the option.",
18076
+ "description": "Defines the accessible ARIA name of the component.",
18078
18077
  "default": "undefined",
18079
- "privacy": "public",
18080
- "_ui5since": "1.0.0-rc.15"
18078
+ "privacy": "public"
18081
18079
  },
18082
18080
  {
18083
18081
  "kind": "field",
18084
- "name": "icon",
18082
+ "name": "accessibleNameRef",
18085
18083
  "type": {
18086
18084
  "text": "string | undefined"
18087
18085
  },
18088
- "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).",
18086
+ "description": "Receives ID (or many IDs) of the elements that label the component.",
18089
18087
  "default": "undefined",
18090
18088
  "privacy": "public"
18091
18089
  },
18092
18090
  {
18093
18091
  "kind": "field",
18094
- "name": "selected",
18092
+ "name": "disabled",
18095
18093
  "type": {
18096
18094
  "text": "boolean"
18097
18095
  },
18098
18096
  "default": "false",
18099
- "description": "Defines the selected state of the component.",
18100
- "privacy": "public",
18101
- "deprecated": "since 2.20.0, please use the parent Select's `value` property instead."
18097
+ "description": "Determines whether the component is displayed as disabled.",
18098
+ "privacy": "public"
18102
18099
  },
18103
18100
  {
18104
18101
  "kind": "field",
18105
- "name": "tooltip",
18102
+ "name": "max",
18106
18103
  "type": {
18107
- "text": "string | undefined"
18104
+ "text": "number | undefined"
18108
18105
  },
18109
- "description": "Defines the tooltip of the option.",
18106
+ "description": "Defines a maximum value of the component.",
18110
18107
  "default": "undefined",
18111
- "privacy": "public",
18112
- "_ui5since": "2.0.0"
18108
+ "privacy": "public"
18113
18109
  },
18114
18110
  {
18115
18111
  "kind": "field",
18116
- "name": "value",
18112
+ "name": "min",
18117
18113
  "type": {
18118
- "text": "string | undefined"
18114
+ "text": "number | undefined"
18119
18115
  },
18120
- "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`.",
18116
+ "description": "Defines a minimum value of the component.",
18121
18117
  "default": "undefined",
18122
18118
  "privacy": "public"
18123
- }
18124
- ],
18125
- "attributes": [
18119
+ },
18126
18120
  {
18127
- "description": "Defines the `additionalText`, displayed in the end of the option.",
18128
- "name": "additional-text",
18129
- "default": "undefined",
18130
- "fieldName": "additionalText",
18121
+ "kind": "field",
18122
+ "name": "name",
18131
18123
  "type": {
18132
18124
  "text": "string | undefined"
18133
- }
18125
+ },
18126
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
18127
+ "default": "undefined",
18128
+ "privacy": "public"
18134
18129
  },
18135
18130
  {
18136
- "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).",
18137
- "name": "icon",
18138
- "default": "undefined",
18139
- "fieldName": "icon",
18131
+ "kind": "field",
18132
+ "name": "placeholder",
18140
18133
  "type": {
18141
18134
  "text": "string | undefined"
18142
- }
18135
+ },
18136
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
18137
+ "default": "undefined",
18138
+ "privacy": "public"
18143
18139
  },
18144
18140
  {
18145
- "description": "Defines the selected state of the component.",
18146
- "name": "selected",
18141
+ "kind": "field",
18142
+ "name": "readonly",
18143
+ "type": {
18144
+ "text": "boolean"
18145
+ },
18147
18146
  "default": "false",
18148
- "fieldName": "selected",
18147
+ "description": "Determines whether the component is displayed as read-only.",
18148
+ "privacy": "public"
18149
+ },
18150
+ {
18151
+ "kind": "field",
18152
+ "name": "required",
18149
18153
  "type": {
18150
18154
  "text": "boolean"
18151
18155
  },
18152
- "deprecated": "since 2.20.0, please use the parent Select's `value` property instead."
18156
+ "default": "false",
18157
+ "description": "Defines whether the component is required.",
18158
+ "privacy": "public"
18153
18159
  },
18154
18160
  {
18155
- "description": "Defines the tooltip of the option.",
18156
- "name": "tooltip",
18157
- "default": "undefined",
18158
- "fieldName": "tooltip",
18161
+ "kind": "field",
18162
+ "name": "step",
18159
18163
  "type": {
18160
- "text": "string | undefined"
18161
- }
18164
+ "text": "number"
18165
+ },
18166
+ "default": "1",
18167
+ "description": "Defines a step of increasing/decreasing the value of the component.",
18168
+ "privacy": "public"
18162
18169
  },
18163
18170
  {
18164
- "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`.",
18171
+ "kind": "field",
18165
18172
  "name": "value",
18166
- "default": "undefined",
18167
- "fieldName": "value",
18168
18173
  "type": {
18169
- "text": "string | undefined"
18170
- }
18171
- }
18172
- ],
18173
- "superclass": {
18174
- "name": "ListItemBase",
18175
- "package": "@ui5/webcomponents",
18176
- "module": "dist/ListItemBase.js"
18177
- },
18178
- "tagName": "ui5-option",
18179
- "customElement": true,
18180
- "_ui5privacy": "public",
18181
- "_ui5implements": [
18174
+ "text": "number"
18175
+ },
18176
+ "default": "0",
18177
+ "description": "Defines a value of the component.",
18178
+ "privacy": "public"
18179
+ },
18182
18180
  {
18183
- "name": "IOption",
18184
- "package": "@ui5/webcomponents",
18185
- "module": "dist/Select.js"
18181
+ "kind": "field",
18182
+ "name": "valuePrecision",
18183
+ "type": {
18184
+ "text": "number"
18185
+ },
18186
+ "default": "0",
18187
+ "description": "Determines the number of digits after the decimal point of the component.",
18188
+ "privacy": "public"
18189
+ },
18190
+ {
18191
+ "kind": "field",
18192
+ "name": "valueState",
18193
+ "type": {
18194
+ "text": "ValueState",
18195
+ "references": [
18196
+ {
18197
+ "name": "ValueState",
18198
+ "package": "@ui5/webcomponents-base",
18199
+ "module": "dist/types/ValueState.js"
18200
+ }
18201
+ ]
18202
+ },
18203
+ "default": "\"None\"",
18204
+ "description": "Defines the value state of the component.",
18205
+ "privacy": "public"
18186
18206
  }
18187
18207
  ],
18188
18208
  "events": [
18189
18209
  {
18190
- "name": "click",
18210
+ "name": "change",
18191
18211
  "_ui5privacy": "public",
18192
18212
  "type": {
18193
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
18213
+ "text": "CustomEvent"
18214
+ },
18215
+ "description": "Fired when the input operation has finished by pressing Enter or on focusout.",
18216
+ "_ui5Cancelable": false,
18217
+ "_ui5allowPreventDefault": false,
18218
+ "_ui5Bubbles": true
18219
+ },
18220
+ {
18221
+ "name": "input",
18222
+ "_ui5privacy": "public",
18223
+ "type": {
18224
+ "text": "CustomEvent"
18225
+ },
18226
+ "description": "Fired when the value of the component changes at each keystroke.",
18227
+ "_ui5Cancelable": true,
18228
+ "_ui5allowPreventDefault": true,
18229
+ "_ui5Bubbles": true
18230
+ },
18231
+ {
18232
+ "name": "value-state-change",
18233
+ "_ui5privacy": "public",
18234
+ "type": {
18235
+ "text": "CustomEvent<NumberInputValueStateChangeEventDetail>",
18194
18236
  "references": [
18195
18237
  {
18196
- "name": "ListItemBaseClickEventDetail",
18238
+ "name": "NumberInputValueStateChangeEventDetail",
18197
18239
  "package": "@ui5/webcomponents",
18198
- "module": "dist/ListItemBase.js"
18240
+ "module": "dist/NumberInput.js"
18199
18241
  }
18200
18242
  ]
18201
18243
  },
18202
- "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`.",
18203
- "_ui5Cancelable": false,
18204
- "_ui5allowPreventDefault": false,
18244
+ "description": "Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if its default action is\nprevented, the component will not update the value state.",
18245
+ "_ui5Cancelable": true,
18246
+ "_ui5allowPreventDefault": true,
18205
18247
  "_ui5Bubbles": true,
18206
- "_ui5since": "2.23.0",
18207
18248
  "_ui5parameters": [
18208
18249
  {
18209
18250
  "type": {
18210
- "text": "Event"
18251
+ "text": "boolean"
18211
18252
  },
18212
- "name": "originalEvent",
18253
+ "name": "valid",
18213
18254
  "_ui5privacy": "public",
18214
- "description": "The original event from the user interaction."
18255
+ "description": "Indicator if the value is in between the min and max value."
18256
+ },
18257
+ {
18258
+ "type": {
18259
+ "text": "string"
18260
+ },
18261
+ "name": "valueState",
18262
+ "_ui5privacy": "public",
18263
+ "description": "The new `valueState` that will be set."
18215
18264
  }
18216
18265
  ]
18217
18266
  }
18218
- ]
18219
- }
18220
- ],
18221
- "exports": [
18222
- {
18223
- "kind": "js",
18224
- "name": "default",
18225
- "declaration": {
18226
- "name": "Option",
18227
- "module": "dist/Option.js"
18228
- }
18229
- },
18230
- {
18231
- "kind": "custom-element-definition",
18232
- "name": "ui5-option",
18233
- "declaration": {
18234
- "name": "Option",
18235
- "module": "dist/Option.js"
18236
- }
18267
+ ],
18268
+ "attributes": [
18269
+ {
18270
+ "description": "Defines the accessible ARIA name of the component.",
18271
+ "name": "accessible-name",
18272
+ "default": "undefined",
18273
+ "fieldName": "accessibleName",
18274
+ "type": {
18275
+ "text": "string | undefined"
18276
+ }
18277
+ },
18278
+ {
18279
+ "description": "Receives ID (or many IDs) of the elements that label the component.",
18280
+ "name": "accessible-name-ref",
18281
+ "default": "undefined",
18282
+ "fieldName": "accessibleNameRef",
18283
+ "type": {
18284
+ "text": "string | undefined"
18285
+ }
18286
+ },
18287
+ {
18288
+ "description": "Determines whether the component is displayed as disabled.",
18289
+ "name": "disabled",
18290
+ "default": "false",
18291
+ "fieldName": "disabled",
18292
+ "type": {
18293
+ "text": "boolean"
18294
+ }
18295
+ },
18296
+ {
18297
+ "description": "Defines a maximum value of the component.",
18298
+ "name": "max",
18299
+ "default": "undefined",
18300
+ "fieldName": "max",
18301
+ "type": {
18302
+ "text": "number | undefined"
18303
+ }
18304
+ },
18305
+ {
18306
+ "description": "Defines a minimum value of the component.",
18307
+ "name": "min",
18308
+ "default": "undefined",
18309
+ "fieldName": "min",
18310
+ "type": {
18311
+ "text": "number | undefined"
18312
+ }
18313
+ },
18314
+ {
18315
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
18316
+ "name": "name",
18317
+ "default": "undefined",
18318
+ "fieldName": "name",
18319
+ "type": {
18320
+ "text": "string | undefined"
18321
+ }
18322
+ },
18323
+ {
18324
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
18325
+ "name": "placeholder",
18326
+ "default": "undefined",
18327
+ "fieldName": "placeholder",
18328
+ "type": {
18329
+ "text": "string | undefined"
18330
+ }
18331
+ },
18332
+ {
18333
+ "description": "Determines whether the component is displayed as read-only.",
18334
+ "name": "readonly",
18335
+ "default": "false",
18336
+ "fieldName": "readonly",
18337
+ "type": {
18338
+ "text": "boolean"
18339
+ }
18340
+ },
18341
+ {
18342
+ "description": "Defines whether the component is required.",
18343
+ "name": "required",
18344
+ "default": "false",
18345
+ "fieldName": "required",
18346
+ "type": {
18347
+ "text": "boolean"
18348
+ }
18349
+ },
18350
+ {
18351
+ "description": "Defines a step of increasing/decreasing the value of the component.",
18352
+ "name": "step",
18353
+ "default": "1",
18354
+ "fieldName": "step",
18355
+ "type": {
18356
+ "text": "number"
18357
+ }
18358
+ },
18359
+ {
18360
+ "description": "Defines a value of the component.",
18361
+ "name": "value",
18362
+ "default": "0",
18363
+ "fieldName": "value",
18364
+ "type": {
18365
+ "text": "number"
18366
+ }
18367
+ },
18368
+ {
18369
+ "description": "Determines the number of digits after the decimal point of the component.",
18370
+ "name": "value-precision",
18371
+ "default": "0",
18372
+ "fieldName": "valuePrecision",
18373
+ "type": {
18374
+ "text": "number"
18375
+ }
18376
+ },
18377
+ {
18378
+ "description": "Defines the value state of the component.",
18379
+ "name": "value-state",
18380
+ "default": "\"None\"",
18381
+ "fieldName": "valueState",
18382
+ "type": {
18383
+ "text": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
18384
+ }
18385
+ }
18386
+ ],
18387
+ "superclass": {
18388
+ "name": "UI5Element",
18389
+ "package": "@ui5/webcomponents-base",
18390
+ "module": "dist/UI5Element.js"
18391
+ },
18392
+ "tagName": "ui5-number-input",
18393
+ "customElement": true,
18394
+ "_ui5experimental": true,
18395
+ "_ui5since": "2.26.0",
18396
+ "_ui5privacy": "public"
18397
+ }
18398
+ ],
18399
+ "exports": [
18400
+ {
18401
+ "kind": "js",
18402
+ "name": "default",
18403
+ "declaration": {
18404
+ "name": "NumberInput",
18405
+ "module": "dist/NumberInput.js"
18406
+ }
18407
+ },
18408
+ {
18409
+ "kind": "custom-element-definition",
18410
+ "name": "ui5-number-input",
18411
+ "declaration": {
18412
+ "name": "NumberInput",
18413
+ "module": "dist/NumberInput.js"
18414
+ }
18415
+ }
18416
+ ]
18417
+ },
18418
+ {
18419
+ "kind": "javascript-module",
18420
+ "path": "dist/Option.js",
18421
+ "declarations": [
18422
+ {
18423
+ "kind": "class",
18424
+ "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\";`",
18425
+ "name": "Option",
18426
+ "slots": [
18427
+ {
18428
+ "name": "default",
18429
+ "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.",
18430
+ "_ui5propertyName": "text",
18431
+ "_ui5type": {
18432
+ "text": "Array<Node>"
18433
+ },
18434
+ "_ui5privacy": "public"
18435
+ }
18436
+ ],
18437
+ "members": [
18438
+ {
18439
+ "kind": "field",
18440
+ "name": "additionalText",
18441
+ "type": {
18442
+ "text": "string | undefined"
18443
+ },
18444
+ "description": "Defines the `additionalText`, displayed in the end of the option.",
18445
+ "default": "undefined",
18446
+ "privacy": "public",
18447
+ "_ui5since": "1.0.0-rc.15"
18448
+ },
18449
+ {
18450
+ "kind": "field",
18451
+ "name": "icon",
18452
+ "type": {
18453
+ "text": "string | undefined"
18454
+ },
18455
+ "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).",
18456
+ "default": "undefined",
18457
+ "privacy": "public"
18458
+ },
18459
+ {
18460
+ "kind": "field",
18461
+ "name": "selected",
18462
+ "type": {
18463
+ "text": "boolean"
18464
+ },
18465
+ "default": "false",
18466
+ "description": "Defines the selected state of the component.",
18467
+ "privacy": "public",
18468
+ "deprecated": "since 2.20.0, please use the parent Select's `value` property instead."
18469
+ },
18470
+ {
18471
+ "kind": "field",
18472
+ "name": "tooltip",
18473
+ "type": {
18474
+ "text": "string | undefined"
18475
+ },
18476
+ "description": "Defines the tooltip of the option.",
18477
+ "default": "undefined",
18478
+ "privacy": "public",
18479
+ "_ui5since": "2.0.0"
18480
+ },
18481
+ {
18482
+ "kind": "field",
18483
+ "name": "value",
18484
+ "type": {
18485
+ "text": "string | undefined"
18486
+ },
18487
+ "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`.",
18488
+ "default": "undefined",
18489
+ "privacy": "public"
18490
+ }
18491
+ ],
18492
+ "attributes": [
18493
+ {
18494
+ "description": "Defines the `additionalText`, displayed in the end of the option.",
18495
+ "name": "additional-text",
18496
+ "default": "undefined",
18497
+ "fieldName": "additionalText",
18498
+ "type": {
18499
+ "text": "string | undefined"
18500
+ }
18501
+ },
18502
+ {
18503
+ "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).",
18504
+ "name": "icon",
18505
+ "default": "undefined",
18506
+ "fieldName": "icon",
18507
+ "type": {
18508
+ "text": "string | undefined"
18509
+ }
18510
+ },
18511
+ {
18512
+ "description": "Defines the selected state of the component.",
18513
+ "name": "selected",
18514
+ "default": "false",
18515
+ "fieldName": "selected",
18516
+ "type": {
18517
+ "text": "boolean"
18518
+ },
18519
+ "deprecated": "since 2.20.0, please use the parent Select's `value` property instead."
18520
+ },
18521
+ {
18522
+ "description": "Defines the tooltip of the option.",
18523
+ "name": "tooltip",
18524
+ "default": "undefined",
18525
+ "fieldName": "tooltip",
18526
+ "type": {
18527
+ "text": "string | undefined"
18528
+ }
18529
+ },
18530
+ {
18531
+ "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`.",
18532
+ "name": "value",
18533
+ "default": "undefined",
18534
+ "fieldName": "value",
18535
+ "type": {
18536
+ "text": "string | undefined"
18537
+ }
18538
+ }
18539
+ ],
18540
+ "superclass": {
18541
+ "name": "ListItemBase",
18542
+ "package": "@ui5/webcomponents",
18543
+ "module": "dist/ListItemBase.js"
18544
+ },
18545
+ "tagName": "ui5-option",
18546
+ "customElement": true,
18547
+ "_ui5privacy": "public",
18548
+ "_ui5implements": [
18549
+ {
18550
+ "name": "IOption",
18551
+ "package": "@ui5/webcomponents",
18552
+ "module": "dist/Select.js"
18553
+ }
18554
+ ],
18555
+ "events": [
18556
+ {
18557
+ "name": "click",
18558
+ "_ui5privacy": "public",
18559
+ "type": {
18560
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
18561
+ "references": [
18562
+ {
18563
+ "name": "ListItemBaseClickEventDetail",
18564
+ "package": "@ui5/webcomponents",
18565
+ "module": "dist/ListItemBase.js"
18566
+ }
18567
+ ]
18568
+ },
18569
+ "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`.",
18570
+ "_ui5Cancelable": false,
18571
+ "_ui5allowPreventDefault": false,
18572
+ "_ui5Bubbles": true,
18573
+ "_ui5since": "2.23.0",
18574
+ "_ui5parameters": [
18575
+ {
18576
+ "type": {
18577
+ "text": "Event"
18578
+ },
18579
+ "name": "originalEvent",
18580
+ "_ui5privacy": "public",
18581
+ "description": "The original event from the user interaction."
18582
+ }
18583
+ ]
18584
+ }
18585
+ ]
18586
+ }
18587
+ ],
18588
+ "exports": [
18589
+ {
18590
+ "kind": "js",
18591
+ "name": "default",
18592
+ "declaration": {
18593
+ "name": "Option",
18594
+ "module": "dist/Option.js"
18595
+ }
18596
+ },
18597
+ {
18598
+ "kind": "custom-element-definition",
18599
+ "name": "ui5-option",
18600
+ "declaration": {
18601
+ "name": "Option",
18602
+ "module": "dist/Option.js"
18603
+ }
18237
18604
  }
18238
18605
  ]
18239
18606
  },
@@ -18404,6 +18771,232 @@
18404
18771
  }
18405
18772
  ]
18406
18773
  },
18774
+ {
18775
+ "kind": "javascript-module",
18776
+ "path": "dist/OptionGroup.js",
18777
+ "declarations": [
18778
+ {
18779
+ "kind": "class",
18780
+ "description": "### Overview\n\nThe `ui5-option-group` component is used to group options within a `ui5-select`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/OptionGroup.js\";`",
18781
+ "name": "OptionGroup",
18782
+ "slots": [
18783
+ {
18784
+ "name": "default",
18785
+ "description": "Defines the options of the group.\n\n**Note:** Use the `ui5-option` component to define the desired options.",
18786
+ "_ui5propertyName": "items",
18787
+ "_ui5type": {
18788
+ "text": "Array<Option>",
18789
+ "references": [
18790
+ {
18791
+ "name": "Option",
18792
+ "package": "@ui5/webcomponents",
18793
+ "module": "dist/Option.js"
18794
+ }
18795
+ ]
18796
+ },
18797
+ "_ui5privacy": "public"
18798
+ },
18799
+ {
18800
+ "name": "header",
18801
+ "description": "Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.",
18802
+ "_ui5type": {
18803
+ "text": "Array<ListItemBase>",
18804
+ "references": [
18805
+ {
18806
+ "name": "ListItemBase",
18807
+ "package": "@ui5/webcomponents",
18808
+ "module": "dist/ListItemBase.js"
18809
+ }
18810
+ ]
18811
+ },
18812
+ "_ui5privacy": "public"
18813
+ }
18814
+ ],
18815
+ "members": [
18816
+ {
18817
+ "kind": "field",
18818
+ "name": "headerAccessibleName",
18819
+ "type": {
18820
+ "text": "string | undefined"
18821
+ },
18822
+ "description": "Defines the accessible name of the header.",
18823
+ "privacy": "public",
18824
+ "default": "undefined"
18825
+ },
18826
+ {
18827
+ "kind": "field",
18828
+ "name": "headerText",
18829
+ "type": {
18830
+ "text": "string | undefined"
18831
+ },
18832
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
18833
+ "privacy": "public",
18834
+ "default": "undefined"
18835
+ },
18836
+ {
18837
+ "kind": "field",
18838
+ "name": "wrappingType",
18839
+ "type": {
18840
+ "text": "WrappingType",
18841
+ "references": [
18842
+ {
18843
+ "name": "WrappingType",
18844
+ "package": "@ui5/webcomponents",
18845
+ "module": "dist/types/WrappingType.js"
18846
+ }
18847
+ ]
18848
+ },
18849
+ "default": "\"None\"",
18850
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
18851
+ "privacy": "public",
18852
+ "_ui5since": "2.15.0"
18853
+ }
18854
+ ],
18855
+ "superclass": {
18856
+ "name": "ListItemGroup",
18857
+ "package": "@ui5/webcomponents",
18858
+ "module": "dist/ListItemGroup.js"
18859
+ },
18860
+ "tagName": "ui5-option-group",
18861
+ "customElement": true,
18862
+ "_ui5since": "2.26.0",
18863
+ "_ui5privacy": "public",
18864
+ "cssParts": [
18865
+ {
18866
+ "description": "Used to style the header item of the group",
18867
+ "name": "header"
18868
+ },
18869
+ {
18870
+ "description": "Used to style the title of the group header",
18871
+ "name": "title"
18872
+ }
18873
+ ],
18874
+ "attributes": [
18875
+ {
18876
+ "description": "Defines the accessible name of the header.",
18877
+ "name": "header-accessible-name",
18878
+ "default": "undefined",
18879
+ "fieldName": "headerAccessibleName",
18880
+ "type": {
18881
+ "text": "string | undefined"
18882
+ }
18883
+ },
18884
+ {
18885
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
18886
+ "name": "header-text",
18887
+ "default": "undefined",
18888
+ "fieldName": "headerText",
18889
+ "type": {
18890
+ "text": "string | undefined"
18891
+ }
18892
+ },
18893
+ {
18894
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
18895
+ "name": "wrapping-type",
18896
+ "default": "\"None\"",
18897
+ "fieldName": "wrappingType",
18898
+ "type": {
18899
+ "text": "\"None\" | \"Normal\""
18900
+ }
18901
+ }
18902
+ ],
18903
+ "events": [
18904
+ {
18905
+ "name": "move",
18906
+ "_ui5privacy": "public",
18907
+ "type": {
18908
+ "text": "CustomEvent<ListItemGroupMoveEventDetail>",
18909
+ "references": [
18910
+ {
18911
+ "name": "ListItemGroupMoveEventDetail",
18912
+ "package": "@ui5/webcomponents",
18913
+ "module": "dist/ListItemGroup.js"
18914
+ }
18915
+ ]
18916
+ },
18917
+ "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.",
18918
+ "_ui5Cancelable": false,
18919
+ "_ui5allowPreventDefault": false,
18920
+ "_ui5Bubbles": true,
18921
+ "_ui5since": "2.1.0",
18922
+ "_ui5parameters": [
18923
+ {
18924
+ "type": {
18925
+ "text": "object"
18926
+ },
18927
+ "name": "destination",
18928
+ "_ui5privacy": "public",
18929
+ "description": "Contains information about the destination of the moved element. Has `element` and `placement` properties."
18930
+ },
18931
+ {
18932
+ "type": {
18933
+ "text": "object"
18934
+ },
18935
+ "name": "source",
18936
+ "_ui5privacy": "public",
18937
+ "description": "Contains information about the moved element under `element` property."
18938
+ }
18939
+ ]
18940
+ },
18941
+ {
18942
+ "name": "move-over",
18943
+ "_ui5privacy": "public",
18944
+ "type": {
18945
+ "text": "CustomEvent<ListItemGroupMoveEventDetail>",
18946
+ "references": [
18947
+ {
18948
+ "name": "ListItemGroupMoveEventDetail",
18949
+ "package": "@ui5/webcomponents",
18950
+ "module": "dist/ListItemGroup.js"
18951
+ }
18952
+ ]
18953
+ },
18954
+ "description": "Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.",
18955
+ "_ui5Cancelable": true,
18956
+ "_ui5allowPreventDefault": true,
18957
+ "_ui5Bubbles": true,
18958
+ "_ui5since": "2.1.0",
18959
+ "_ui5parameters": [
18960
+ {
18961
+ "type": {
18962
+ "text": "object"
18963
+ },
18964
+ "name": "destination",
18965
+ "_ui5privacy": "public",
18966
+ "description": "Contains information about the destination of the moved element. Has `element` and `placement` properties."
18967
+ },
18968
+ {
18969
+ "type": {
18970
+ "text": "object"
18971
+ },
18972
+ "name": "source",
18973
+ "_ui5privacy": "public",
18974
+ "description": "Contains information about the moved element under `element` property."
18975
+ }
18976
+ ]
18977
+ }
18978
+ ]
18979
+ }
18980
+ ],
18981
+ "exports": [
18982
+ {
18983
+ "kind": "js",
18984
+ "name": "default",
18985
+ "declaration": {
18986
+ "name": "OptionGroup",
18987
+ "module": "dist/OptionGroup.js"
18988
+ }
18989
+ },
18990
+ {
18991
+ "kind": "custom-element-definition",
18992
+ "name": "ui5-option-group",
18993
+ "declaration": {
18994
+ "name": "OptionGroup",
18995
+ "module": "dist/OptionGroup.js"
18996
+ }
18997
+ }
18998
+ ]
18999
+ },
18407
19000
  {
18408
19001
  "kind": "javascript-module",
18409
19002
  "path": "dist/Panel.js",
@@ -21684,6 +22277,12 @@
21684
22277
  "description": "Interface for components that may be slotted inside `ui5-select` as options",
21685
22278
  "_ui5privacy": "public"
21686
22279
  },
22280
+ {
22281
+ "kind": "interface",
22282
+ "name": "IOptionGroup",
22283
+ "description": "Interface for group containers slotted inside `ui5-select`",
22284
+ "_ui5privacy": "public"
22285
+ },
21687
22286
  {
21688
22287
  "kind": "class",
21689
22288
  "description": "### Overview\n\nThe `ui5-select` component is used to create a drop-down list.\n\n### Usage\n\nThere are two main usages of the `ui5-select>`.\n\n- With Option (`ui5-option`) web component:\n\nThe available options of the Select are defined by using the Option component.\nThe Option comes with predefined design and layout, including `icon`, `text` and `additional-text`.\n\n- With OptionCustom (`ui5-option-custom`) web component.\n\nOptions with custom content are defined by using the OptionCustom component.\nThe OptionCustom component comes with no predefined layout and it expects consumers to define it.\n\n### Selection\n\nThe options can be selected via user interaction (click or with the use of the Space and Enter keys)\nand programmatically - the Select component supports two distinct selection APIs, though mixing them is not supported:\n- The \"value\" property of the Select component\n- The \"selected\" property on individual options\n\n**Note:** If the \"value\" property is set but does not match any option,\nno option will be selected and the Select component will be displayed as empty.\n\n**Note:** when both \"value\" and \"selected\" are both used (although discouraged),\nthe \"value\" property will take precedence.\n\n### Keyboard Handling\n\nThe `ui5-select` provides advanced keyboard handling.\n\n- [F4] / [Alt] + [Up] / [Alt] + [Down] / [Space] or [Enter] - Opens/closes the drop-down.\n- [Up] or [Down] - If the drop-down is closed - changes selection to the next or the previous option. If the drop-down is opened - moves focus to the next or the previous option.\n- [Space], [Enter] - If the drop-down is opened - selects the focused option.\n- [Escape] - Closes the drop-down without changing the selection.\n- [Home] - Navigates to first option\n- [End] - Navigates to the last option\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Select\";`\n\n`import \"@ui5/webcomponents/dist/Option\";`\n`import \"@ui5/webcomponents/dist/OptionCustom\";`",
@@ -21697,17 +22296,10 @@
21697
22296
  "slots": [
21698
22297
  {
21699
22298
  "name": "default",
21700
- "description": "Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-option` component to define the desired options.",
22299
+ "description": "Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-option` component to define the desired options.\nUse the `ui5-option-group` component to group options.",
21701
22300
  "_ui5propertyName": "options",
21702
22301
  "_ui5type": {
21703
- "text": "Array<IOption>",
21704
- "references": [
21705
- {
21706
- "name": "IOption",
21707
- "package": "@ui5/webcomponents",
21708
- "module": "dist/Select.js"
21709
- }
21710
- ]
22302
+ "text": "Array<IOption | IOptionGroup>"
21711
22303
  },
21712
22304
  "_ui5privacy": "public"
21713
22305
  },
@@ -23143,7 +23735,7 @@
23143
23735
  "slots": [
23144
23736
  {
23145
23737
  "name": "valueStateMessage",
23146
- "description": "Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
23738
+ "description": "Defines the value state message that will be displayed as pop up under the component.",
23147
23739
  "_ui5type": {
23148
23740
  "text": "Array<HTMLElement>"
23149
23741
  },
@@ -23209,7 +23801,7 @@
23209
23801
  "type": {
23210
23802
  "text": "string | undefined"
23211
23803
  },
23212
- "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
23804
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.",
23213
23805
  "default": "undefined",
23214
23806
  "privacy": "public"
23215
23807
  },
@@ -23219,7 +23811,7 @@
23219
23811
  "type": {
23220
23812
  "text": "string | undefined"
23221
23813
  },
23222
- "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
23814
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.",
23223
23815
  "default": "undefined",
23224
23816
  "privacy": "public"
23225
23817
  },
@@ -23400,7 +23992,7 @@
23400
23992
  }
23401
23993
  },
23402
23994
  {
23403
- "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
23995
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.",
23404
23996
  "name": "name",
23405
23997
  "default": "undefined",
23406
23998
  "fieldName": "name",
@@ -23409,7 +24001,7 @@
23409
24001
  }
23410
24002
  },
23411
24003
  {
23412
- "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
24004
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.",
23413
24005
  "name": "placeholder",
23414
24006
  "default": "undefined",
23415
24007
  "fieldName": "placeholder",
@@ -23739,6 +24331,16 @@
23739
24331
  "kind": "class",
23740
24332
  "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.",
23741
24333
  "name": "SuggestionItemGroup",
24334
+ "cssParts": [
24335
+ {
24336
+ "description": "Used to style the header item of the group",
24337
+ "name": "header"
24338
+ },
24339
+ {
24340
+ "description": "Used to style the title of the group header",
24341
+ "name": "title"
24342
+ }
24343
+ ],
23742
24344
  "slots": [
23743
24345
  {
23744
24346
  "name": "default",
@@ -23781,16 +24383,6 @@
23781
24383
  "customElement": true,
23782
24384
  "_ui5since": "2.0.0",
23783
24385
  "_ui5privacy": "public",
23784
- "cssParts": [
23785
- {
23786
- "description": "Used to style the header item of the group",
23787
- "name": "header"
23788
- },
23789
- {
23790
- "description": "Used to style the title of the group header",
23791
- "name": "title"
23792
- }
23793
- ],
23794
24386
  "attributes": [
23795
24387
  {
23796
24388
  "description": "Defines the accessible name of the header.",