@ui5/webcomponents 2.24.0 → 2.25.0-rc.3

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 (187) hide show
  1. package/CHANGELOG.md +66 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Carousel.js +3 -1
  4. package/dist/Carousel.js.map +1 -1
  5. package/dist/CarouselTemplate.js +1 -1
  6. package/dist/CarouselTemplate.js.map +1 -1
  7. package/dist/ColorPalette.d.ts +1 -0
  8. package/dist/ColorPalette.js +23 -12
  9. package/dist/ColorPalette.js.map +1 -1
  10. package/dist/ColorPalettePopover.js +6 -5
  11. package/dist/ColorPalettePopover.js.map +1 -1
  12. package/dist/DayPicker.d.ts +1 -0
  13. package/dist/DayPicker.js +10 -2
  14. package/dist/DayPicker.js.map +1 -1
  15. package/dist/Dialog.d.ts +39 -0
  16. package/dist/Dialog.js +107 -3
  17. package/dist/Dialog.js.map +1 -1
  18. package/dist/DialogTemplate.js +4 -2
  19. package/dist/DialogTemplate.js.map +1 -1
  20. package/dist/DynamicDateRange.d.ts +11 -0
  21. package/dist/DynamicDateRange.js +12 -0
  22. package/dist/DynamicDateRange.js.map +1 -1
  23. package/dist/DynamicDateRangeInputTemplate.js +1 -1
  24. package/dist/DynamicDateRangeInputTemplate.js.map +1 -1
  25. package/dist/FileUploader.d.ts +5 -2
  26. package/dist/FileUploader.js +22 -1
  27. package/dist/FileUploader.js.map +1 -1
  28. package/dist/FileUploaderTemplate.js +3 -2
  29. package/dist/FileUploaderTemplate.js.map +1 -1
  30. package/dist/IToolbarArrowNavProvider.d.ts +32 -0
  31. package/dist/IToolbarArrowNavProvider.js +4 -0
  32. package/dist/IToolbarArrowNavProvider.js.map +1 -0
  33. package/dist/Input.d.ts +3 -1
  34. package/dist/Input.js +26 -0
  35. package/dist/Input.js.map +1 -1
  36. package/dist/InputIcon.d.ts +105 -0
  37. package/dist/InputIcon.js +189 -0
  38. package/dist/InputIcon.js.map +1 -0
  39. package/dist/InputIconTemplate.d.ts +2 -0
  40. package/dist/InputIconTemplate.js +13 -0
  41. package/dist/InputIconTemplate.js.map +1 -0
  42. package/dist/ListItemCustom.js.map +1 -1
  43. package/dist/MenuItem.js +1 -1
  44. package/dist/MenuItem.js.map +1 -1
  45. package/dist/MenuSeparator.d.ts +7 -14
  46. package/dist/MenuSeparator.js +5 -24
  47. package/dist/MenuSeparator.js.map +1 -1
  48. package/dist/MenuSeparatorTemplate.js +1 -2
  49. package/dist/MenuSeparatorTemplate.js.map +1 -1
  50. package/dist/MultiComboBoxItem.d.ts +1 -0
  51. package/dist/MultiComboBoxItem.js +7 -1
  52. package/dist/MultiComboBoxItem.js.map +1 -1
  53. package/dist/MultiComboBoxItemTemplate.js +4 -2
  54. package/dist/MultiComboBoxItemTemplate.js.map +1 -1
  55. package/dist/Popup.d.ts +2 -0
  56. package/dist/Popup.js +7 -1
  57. package/dist/Popup.js.map +1 -1
  58. package/dist/RatingIndicator.d.ts +2 -0
  59. package/dist/RatingIndicator.js +2 -0
  60. package/dist/RatingIndicator.js.map +1 -1
  61. package/dist/SliderTemplate.js +1 -1
  62. package/dist/SliderTemplate.js.map +1 -1
  63. package/dist/Table.js +4 -2
  64. package/dist/Table.js.map +1 -1
  65. package/dist/Toolbar.d.ts +40 -3
  66. package/dist/Toolbar.js +225 -6
  67. package/dist/Toolbar.js.map +1 -1
  68. package/dist/ToolbarItem.d.ts +30 -0
  69. package/dist/ToolbarItem.js +202 -0
  70. package/dist/ToolbarItem.js.map +1 -1
  71. package/dist/ToolbarItemBase.d.ts +10 -0
  72. package/dist/ToolbarItemBase.js +19 -0
  73. package/dist/ToolbarItemBase.js.map +1 -1
  74. package/dist/ToolbarSelect.d.ts +4 -2
  75. package/dist/ToolbarSelect.js +7 -4
  76. package/dist/ToolbarSelect.js.map +1 -1
  77. package/dist/ToolbarSelectOption.d.ts +7 -0
  78. package/dist/ToolbarSelectOption.js +4 -1
  79. package/dist/ToolbarSelectOption.js.map +1 -1
  80. package/dist/ToolbarSelectTemplate.js +1 -1
  81. package/dist/ToolbarSelectTemplate.js.map +1 -1
  82. package/dist/TreeItemBase.js.map +1 -1
  83. package/dist/bundle.esm.js +1 -0
  84. package/dist/bundle.esm.js.map +1 -1
  85. package/dist/css/themes/ColorPalette.css +1 -1
  86. package/dist/css/themes/ComboBox.css +1 -1
  87. package/dist/css/themes/DatePicker.css +1 -1
  88. package/dist/css/themes/Dialog.css +1 -1
  89. package/dist/css/themes/DynamicDateRange.css +1 -1
  90. package/dist/css/themes/FileUploader.css +1 -1
  91. package/dist/css/themes/Input.css +1 -1
  92. package/dist/css/themes/InputIcon.css +1 -1
  93. package/dist/css/themes/MultiComboBox.css +1 -1
  94. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  95. package/dist/css/themes/MultiInput.css +1 -1
  96. package/dist/css/themes/Select.css +1 -1
  97. package/dist/css/themes/StepInput.css +1 -1
  98. package/dist/css/themes/TableHeaderCell.css +1 -1
  99. package/dist/css/themes/TimePicker.css +1 -1
  100. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  101. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +1 -1
  102. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  103. package/dist/custom-elements-internal.json +261 -41
  104. package/dist/custom-elements.json +243 -26
  105. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  106. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
  107. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  108. package/dist/generated/i18n/i18n-defaults.d.ts +3 -1
  109. package/dist/generated/i18n/i18n-defaults.js +3 -1
  110. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  111. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  112. package/dist/generated/themes/ColorPalette.css.js +1 -1
  113. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  114. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  115. package/dist/generated/themes/ComboBox.css.js +1 -1
  116. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  117. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  118. package/dist/generated/themes/DatePicker.css.js +1 -1
  119. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  120. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  121. package/dist/generated/themes/Dialog.css.js +1 -1
  122. package/dist/generated/themes/Dialog.css.js.map +1 -1
  123. package/dist/generated/themes/DynamicDateRange.css.d.ts +1 -1
  124. package/dist/generated/themes/DynamicDateRange.css.js +1 -1
  125. package/dist/generated/themes/DynamicDateRange.css.js.map +1 -1
  126. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  127. package/dist/generated/themes/FileUploader.css.js +1 -1
  128. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  129. package/dist/generated/themes/Input.css.d.ts +1 -1
  130. package/dist/generated/themes/Input.css.js +1 -1
  131. package/dist/generated/themes/Input.css.js.map +1 -1
  132. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  133. package/dist/generated/themes/InputIcon.css.js +1 -1
  134. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  135. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  136. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  137. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  138. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  139. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  140. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  141. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  142. package/dist/generated/themes/MultiInput.css.js +1 -1
  143. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  144. package/dist/generated/themes/Select.css.d.ts +1 -1
  145. package/dist/generated/themes/Select.css.js +1 -1
  146. package/dist/generated/themes/Select.css.js.map +1 -1
  147. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  148. package/dist/generated/themes/StepInput.css.js +1 -1
  149. package/dist/generated/themes/StepInput.css.js.map +1 -1
  150. package/dist/generated/themes/TableHeaderCell.css.d.ts +1 -1
  151. package/dist/generated/themes/TableHeaderCell.css.js +1 -1
  152. package/dist/generated/themes/TableHeaderCell.css.js.map +1 -1
  153. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  154. package/dist/generated/themes/TimePicker.css.js +1 -1
  155. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  156. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  157. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  158. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  159. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
  160. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +1 -1
  161. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
  162. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  163. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  164. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  165. package/dist/vscode.html-custom-data.json +63 -5
  166. package/dist/web-types.json +128 -23
  167. package/package-scripts.cjs +1 -0
  168. package/package.json +13 -11
  169. package/src/CarouselTemplate.tsx +0 -1
  170. package/src/DialogTemplate.tsx +13 -0
  171. package/src/DynamicDateRangeInputTemplate.tsx +1 -0
  172. package/src/FileUploaderTemplate.tsx +4 -0
  173. package/src/InputIconTemplate.tsx +42 -0
  174. package/src/MenuSeparatorTemplate.tsx +2 -4
  175. package/src/MultiComboBoxItemTemplate.tsx +4 -1
  176. package/src/SliderTemplate.tsx +1 -0
  177. package/src/ToolbarSelectTemplate.tsx +1 -0
  178. package/src/i18n/messagebundle.properties +8 -1
  179. package/src/themes/ColorPalette.css +1 -0
  180. package/src/themes/DatePicker.css +1 -2
  181. package/src/themes/Dialog.css +22 -1
  182. package/src/themes/Input.css +4 -0
  183. package/src/themes/InputIcon.css +104 -3
  184. package/src/themes/MultiComboBoxItem.css +2 -0
  185. package/src/themes/TableHeaderCell.css +1 -0
  186. package/src/themes/sap_horizon/Card-parameters.css +1 -1
  187. package/src/themes/sap_horizon_dark/Card-parameters.css +1 -1
@@ -9338,7 +9338,7 @@
9338
9338
  "declarations": [
9339
9339
  {
9340
9340
  "kind": "class",
9341
- "description": "### Overview\nThe `ui5-dialog` component is used to temporarily display some information in a\nsize-limited window in front of the regular app screen.\nIt is used to prompt the user for an action or a confirmation.\nThe `ui5-dialog` interrupts the current app processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe dialog combines concepts known from other technologies where the windows have\nnames such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box.\n\nThe `ui5-dialog` is modal, which means that a user action is required before it is possible to return to the parent window.\nTo open multiple dialogs, each dialog element should be separate in the markup. This will ensure the correct modal behavior. Avoid nesting dialogs within each other.\nThe content of the `ui5-dialog` is fully customizable.\n\n### Structure\nA `ui5-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-dialog` is usually displayed at the center of the screen.\nIts position can be changed by the user. To enable this, you need to set the property `draggable` accordingly.\n\n\n### Responsive Behavior\nThe `stretch` property can be used to stretch the `ui5-dialog` to full screen. For better usability, it's recommended to stretch the dialog to full screen on phone devices.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true`, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true`, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`",
9341
+ "description": "### Overview\nThe `ui5-dialog` component is used to temporarily display some information in a\nsize-limited window in front of the regular app screen.\nIt is used to prompt the user for an action or a confirmation.\nThe `ui5-dialog` interrupts the current app processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe dialog combines concepts known from other technologies where the windows have\nnames such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box.\n\nThe `ui5-dialog` is modal, which means that a user action is required before it is possible to return to the parent window.\nTo open multiple dialogs, each dialog element should be separate in the markup. This will ensure the correct modal behavior. Avoid nesting dialogs within each other.\nThe content of the `ui5-dialog` is fully customizable.\n\n### Structure\nA `ui5-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-dialog` is usually displayed at the center of the screen.\nIts position can be changed by the user. To enable this, you need to set the property `draggable` accordingly.\n\n\n### Responsive Behavior\nThe `stretch` property can be used to stretch the `ui5-dialog` to full screen. For better usability, it's recommended to stretch the dialog to full screen on phone devices.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true`, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true`, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n#### Fullscreen\nWhen the `ui5-dialog` has the `showFullscreenButton` property set to `true`, the user can toggle fullscreen mode\nwith the following keyboard shortcut:\n\n- [Shift] + [Ctrl] + [F] - Toggle fullscreen mode.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`",
9342
9342
  "name": "Dialog",
9343
9343
  "cssParts": [
9344
9344
  {
@@ -9531,6 +9531,17 @@
9531
9531
  "privacy": "public",
9532
9532
  "_ui5since": "1.0.0-rc.10"
9533
9533
  },
9534
+ {
9535
+ "kind": "field",
9536
+ "name": "showFullscreenButton",
9537
+ "type": {
9538
+ "text": "boolean"
9539
+ },
9540
+ "default": "false",
9541
+ "description": "Defines whether a fullscreen toggle button is shown in the dialog header.\nWhen pressed, it toggles the `stretch` property.\nThe fullscreen button is not available on phone devices.\n\n**Note:** The fullscreen button is not available on phone devices,\nnor when a custom header slot is provided — the application is expected\nto render its own toggle inside the custom header in those cases.",
9542
+ "privacy": "public",
9543
+ "_ui5since": "2.25.0"
9544
+ },
9534
9545
  {
9535
9546
  "kind": "field",
9536
9547
  "name": "state",
@@ -9669,6 +9680,15 @@
9669
9680
  "text": "boolean"
9670
9681
  }
9671
9682
  },
9683
+ {
9684
+ "description": "Defines whether a fullscreen toggle button is shown in the dialog header.\nWhen pressed, it toggles the `stretch` property.\nThe fullscreen button is not available on phone devices.\n\n**Note:** The fullscreen button is not available on phone devices,\nnor when a custom header slot is provided — the application is expected\nto render its own toggle inside the custom header in those cases.",
9685
+ "name": "show-fullscreen-button",
9686
+ "default": "false",
9687
+ "fieldName": "showFullscreenButton",
9688
+ "type": {
9689
+ "text": "boolean"
9690
+ }
9691
+ },
9672
9692
  {
9673
9693
  "description": "Defines the state of the `Dialog`.\n\n**Note:** If `\"Negative\"` and `\"Critical\"` states is set, it will change the\naccessibility role to \"alertdialog\", if the accessibleRole property is set to `\"Dialog\"`.",
9674
9694
  "name": "state",
@@ -9920,6 +9940,17 @@
9920
9940
  "description": "### Overview\n\nThe `ui5-dynamic-date-range` component provides a flexible interface to define date ranges using a combination of absolute dates, relative intervals, and preset ranges (e.g., \"Today\", \"Yesterday\", etc.).\nIt allows users to select a date range from a predefined set of options or enter custom dates.\n\n### Usage\n\nThe component is typically used in scenarios where users need to filter data based on date ranges, such as in reports, dashboards, or data analysis tools.\nIt can be used with the predefined options or extended with custom options to suit specific requirements. You can create your own options by extending the `IDynamicDateRangeOption` interface.\nEvery option should be registered using the `DynamicDateRange.register` method.\n\nIf needed, you can also create a range of dates based on specific option using the `toDates` method.\n\n### Standard Options\n\nThe component comes with a set of standard options, including:\n- \"TODAY\" - Represents the current date. An example value is `{ operator: \"TODAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Today.js\";`\n- \"YESTERDAY\" - Represents the previous date. An example value is `{ operator: \"YESTERDAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Yesterday.js\";`\n- \"TOMORROW\" - Represents the next date. An example value is `{ operator: \"TOMORROW\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Tomorrow.js\";`\n- \"DATE\" - Represents a single date. An example value is `{ operator: \"DATE\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/SingleDate.js\";`\n- \"DATERANGE\" - Represents a range of dates. An example value is `{ operator: \"DATERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateRange.js\";`\n- \"DATETIMERANGE\" - Represents a range of dates with times. An example value is `{ operator: \"DATETIMERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateTimeRange.js\";`\n- \"FROMDATETIME\" - Represents a range from date and time. An example value is `{ operator: \"FROMDATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/FromDateTime.js\";`\n- \"TODATETIME\" - Represents a range to date and time. An example value is `{ operator: \"TODATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/ToDateTime.js\";`\n- \"LASTDAYS\" - Represents Last X Days from today. An example value is `{ operator: \"LASTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTWEEKS\" - Represents Last X Weeks from today. An example value is `{ operator: \"LASTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTMONTHS\" - Represents Last X Months from today. An example value is `{ operator: \"LASTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTQUARTERS\" - Represents Last X Quarters from today. An example value is `{ operator: \"LASTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTYEARS\" - Represents Last X Years from today. An example value is `{ operator: \"LASTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"NEXTDAYS\" - Represents Next X Days from today. An example value is `{ operator: \"NEXTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTWEEKS\" - Represents Next X Weeks from today. An example value is `{ operator: \"NEXTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTMONTHS\" - Represents Next X Months from today. An example value is `{ operator: \"NEXTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTQUARTERS\" - Represents Next X Quarters from today. An example value is `{ operator: \"NEXTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTYEARS\" - Represents Next X Years from today. An example value is `{ operator: \"NEXTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DynamicDateRange.js\";`",
9921
9941
  "name": "DynamicDateRange",
9922
9942
  "members": [
9943
+ {
9944
+ "kind": "field",
9945
+ "name": "accessibleNameRef",
9946
+ "type": {
9947
+ "text": "string | undefined"
9948
+ },
9949
+ "description": "Receives id(or many ids) of the elements that label the component.",
9950
+ "default": "undefined",
9951
+ "privacy": "public",
9952
+ "_ui5since": "2.25.0"
9953
+ },
9923
9954
  {
9924
9955
  "kind": "field",
9925
9956
  "name": "options",
@@ -9992,6 +10023,15 @@
9992
10023
  }
9993
10024
  ],
9994
10025
  "attributes": [
10026
+ {
10027
+ "description": "Receives id(or many ids) of the elements that label the component.",
10028
+ "name": "accessible-name-ref",
10029
+ "default": "undefined",
10030
+ "fieldName": "accessibleNameRef",
10031
+ "type": {
10032
+ "text": "string | undefined"
10033
+ }
10034
+ },
9995
10035
  {
9996
10036
  "description": "Defines the options listed as a string, separated by commas and using capital case.\nExample: \"TODAY, YESTERDAY, DATERANGE\"",
9997
10037
  "name": "options",
@@ -11211,6 +11251,12 @@
11211
11251
  }
11212
11252
  ]
11213
11253
  },
11254
+ {
11255
+ "kind": "javascript-module",
11256
+ "path": "dist/IToolbarArrowNavProvider.js",
11257
+ "declarations": [],
11258
+ "exports": []
11259
+ },
11214
11260
  {
11215
11261
  "kind": "javascript-module",
11216
11262
  "path": "dist/Icon.js",
@@ -11974,6 +12020,182 @@
11974
12020
  }
11975
12021
  ]
11976
12022
  },
12023
+ {
12024
+ "kind": "javascript-module",
12025
+ "path": "dist/InputIcon.js",
12026
+ "declarations": [
12027
+ {
12028
+ "kind": "class",
12029
+ "description": "### Overview\nThe `ui5-input-icon` component represents an interactive icon that can be placed inside an `ui5-input` component.\nUnlike the standard `ui5-icon`, this component provides button-like behavior with hover, focus, and active states,\nmatching the visual style of the input's built-in clear icon.\n\n### Usage\nUse `ui5-input-icon` for interactive icons that users can click (e.g., search, voice input, camera).\nFor decorative icons, use the standard `ui5-icon` component instead.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/InputIcon.js\";`",
12030
+ "name": "InputIcon",
12031
+ "members": [
12032
+ {
12033
+ "kind": "field",
12034
+ "name": "accessibleName",
12035
+ "type": {
12036
+ "text": "string | undefined"
12037
+ },
12038
+ "description": "Defines the accessible name of the icon.\n\n**Note:** This property is used for accessibility purposes and will be announced by screen readers.",
12039
+ "default": "undefined",
12040
+ "privacy": "public"
12041
+ },
12042
+ {
12043
+ "kind": "field",
12044
+ "name": "disabled",
12045
+ "type": {
12046
+ "text": "boolean"
12047
+ },
12048
+ "default": "false",
12049
+ "description": "Defines whether the icon is disabled.\n\n**Note:** Disabled icons are not interactive and do not fire click events.",
12050
+ "privacy": "public"
12051
+ },
12052
+ {
12053
+ "kind": "field",
12054
+ "name": "name",
12055
+ "type": {
12056
+ "text": "string | undefined"
12057
+ },
12058
+ "description": "Defines the icon name to be displayed.\n\n**Note:** Make sure you import the desired icon before using it.",
12059
+ "default": "undefined",
12060
+ "privacy": "public"
12061
+ },
12062
+ {
12063
+ "kind": "field",
12064
+ "name": "readonly",
12065
+ "type": {
12066
+ "text": "boolean"
12067
+ },
12068
+ "default": "false",
12069
+ "description": "Defines whether the icon is readonly.\n\n**Note:** Readonly icons are not interactive and do not fire click events.",
12070
+ "privacy": "public"
12071
+ },
12072
+ {
12073
+ "kind": "field",
12074
+ "name": "showTooltip",
12075
+ "type": {
12076
+ "text": "boolean"
12077
+ },
12078
+ "default": "false",
12079
+ "description": "Defines whether the tooltip is shown.\n\n**Note:** The tooltip text should be provided via the `accessible-name` property.",
12080
+ "privacy": "public"
12081
+ },
12082
+ {
12083
+ "kind": "field",
12084
+ "name": "valueState",
12085
+ "type": {
12086
+ "text": "ValueState",
12087
+ "references": [
12088
+ {
12089
+ "name": "ValueState",
12090
+ "package": "@ui5/webcomponents-base",
12091
+ "module": "dist/types/ValueState.js"
12092
+ }
12093
+ ]
12094
+ },
12095
+ "default": "\"None\"",
12096
+ "description": "Defines the value state of the icon.\n\n**Note:** This property should match the parent input's value state for consistent styling.",
12097
+ "privacy": "public"
12098
+ }
12099
+ ],
12100
+ "events": [
12101
+ {
12102
+ "name": "click",
12103
+ "_ui5privacy": "public",
12104
+ "type": {
12105
+ "text": "CustomEvent"
12106
+ },
12107
+ "description": "Fired when the `ui5-input-icon` is activated either with a click/tap or by using the Enter or Space key.",
12108
+ "_ui5Cancelable": false,
12109
+ "_ui5allowPreventDefault": false,
12110
+ "_ui5Bubbles": true
12111
+ }
12112
+ ],
12113
+ "attributes": [
12114
+ {
12115
+ "description": "Defines the accessible name of the icon.\n\n**Note:** This property is used for accessibility purposes and will be announced by screen readers.",
12116
+ "name": "accessible-name",
12117
+ "default": "undefined",
12118
+ "fieldName": "accessibleName",
12119
+ "type": {
12120
+ "text": "string | undefined"
12121
+ }
12122
+ },
12123
+ {
12124
+ "description": "Defines whether the icon is disabled.\n\n**Note:** Disabled icons are not interactive and do not fire click events.",
12125
+ "name": "disabled",
12126
+ "default": "false",
12127
+ "fieldName": "disabled",
12128
+ "type": {
12129
+ "text": "boolean"
12130
+ }
12131
+ },
12132
+ {
12133
+ "description": "Defines the icon name to be displayed.\n\n**Note:** Make sure you import the desired icon before using it.",
12134
+ "name": "name",
12135
+ "default": "undefined",
12136
+ "fieldName": "name",
12137
+ "type": {
12138
+ "text": "string | undefined"
12139
+ }
12140
+ },
12141
+ {
12142
+ "description": "Defines whether the icon is readonly.\n\n**Note:** Readonly icons are not interactive and do not fire click events.",
12143
+ "name": "readonly",
12144
+ "default": "false",
12145
+ "fieldName": "readonly",
12146
+ "type": {
12147
+ "text": "boolean"
12148
+ }
12149
+ },
12150
+ {
12151
+ "description": "Defines whether the tooltip is shown.\n\n**Note:** The tooltip text should be provided via the `accessible-name` property.",
12152
+ "name": "show-tooltip",
12153
+ "default": "false",
12154
+ "fieldName": "showTooltip",
12155
+ "type": {
12156
+ "text": "boolean"
12157
+ }
12158
+ },
12159
+ {
12160
+ "description": "Defines the value state of the icon.\n\n**Note:** This property should match the parent input's value state for consistent styling.",
12161
+ "name": "value-state",
12162
+ "default": "\"None\"",
12163
+ "fieldName": "valueState",
12164
+ "type": {
12165
+ "text": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
12166
+ }
12167
+ }
12168
+ ],
12169
+ "superclass": {
12170
+ "name": "UI5Element",
12171
+ "package": "@ui5/webcomponents-base",
12172
+ "module": "dist/UI5Element.js"
12173
+ },
12174
+ "tagName": "ui5-input-icon",
12175
+ "customElement": true,
12176
+ "_ui5since": "2.25.0",
12177
+ "_ui5privacy": "public"
12178
+ }
12179
+ ],
12180
+ "exports": [
12181
+ {
12182
+ "kind": "js",
12183
+ "name": "default",
12184
+ "declaration": {
12185
+ "name": "InputIcon",
12186
+ "module": "dist/InputIcon.js"
12187
+ }
12188
+ },
12189
+ {
12190
+ "kind": "custom-element-definition",
12191
+ "name": "ui5-input-icon",
12192
+ "declaration": {
12193
+ "name": "InputIcon",
12194
+ "module": "dist/InputIcon.js"
12195
+ }
12196
+ }
12197
+ ]
12198
+ },
11977
12199
  {
11978
12200
  "kind": "javascript-module",
11979
12201
  "path": "dist/Label.js",
@@ -15773,9 +15995,9 @@
15773
15995
  "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.",
15774
15996
  "name": "MenuSeparator",
15775
15997
  "superclass": {
15776
- "name": "ListItemBase",
15777
- "package": "@ui5/webcomponents",
15778
- "module": "dist/ListItemBase.js"
15998
+ "name": "UI5Element",
15999
+ "package": "@ui5/webcomponents-base",
16000
+ "module": "dist/UI5Element.js"
15779
16001
  },
15780
16002
  "tagName": "ui5-menu-separator",
15781
16003
  "customElement": true,
@@ -15787,37 +16009,6 @@
15787
16009
  "package": "@ui5/webcomponents",
15788
16010
  "module": "dist/Menu.js"
15789
16011
  }
15790
- ],
15791
- "events": [
15792
- {
15793
- "name": "click",
15794
- "_ui5privacy": "public",
15795
- "type": {
15796
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
15797
- "references": [
15798
- {
15799
- "name": "ListItemBaseClickEventDetail",
15800
- "package": "@ui5/webcomponents",
15801
- "module": "dist/ListItemBase.js"
15802
- }
15803
- ]
15804
- },
15805
- "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`.",
15806
- "_ui5Cancelable": false,
15807
- "_ui5allowPreventDefault": false,
15808
- "_ui5Bubbles": true,
15809
- "_ui5since": "2.23.0",
15810
- "_ui5parameters": [
15811
- {
15812
- "type": {
15813
- "text": "Event"
15814
- },
15815
- "name": "originalEvent",
15816
- "_ui5privacy": "public",
15817
- "description": "The original event from the user interaction."
15818
- }
15819
- ]
15820
- }
15821
16012
  ]
15822
16013
  }
15823
16014
  ],
@@ -31217,7 +31408,7 @@
31217
31408
  "declarations": [
31218
31409
  {
31219
31410
  "kind": "class",
31220
- "description": "### Overview\n\nThe `ui5-toolbar` component is used to create a horizontal layout with items.\nThe items can be overflowing in a popover, when the space is not enough to show all of them.\n\n### Keyboard Handling\nThe `ui5-toolbar` provides advanced keyboard handling.\n\n- The control is not interactive, but can contain of interactive elements\n- [Tab] - iterates through elements\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Toolbar.js\";`",
31411
+ "description": "### Overview\n\nThe `ui5-toolbar` component is used to create a horizontal layout with items.\nThe items can be overflowing in a popover, when the space is not enough to show all of them.\n\n### Keyboard Handling\nThe `ui5-toolbar` provides advanced keyboard handling.\n\n- [Left]/[Right] - navigate among toolbar items\n- [Home]/[End] - move to first/last toolbar item\n- [Tab] / [Shift]+[Tab] - exit the toolbar\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Toolbar.js\";`",
31221
31412
  "name": "Toolbar",
31222
31413
  "slots": [
31223
31414
  {
@@ -31244,7 +31435,7 @@
31244
31435
  "type": {
31245
31436
  "text": "string | undefined"
31246
31437
  },
31247
- "description": "Defines the accessible ARIA name of the component.",
31438
+ "description": "Defines the accessible ARIA name of the component.\n\n**Note:** It is strongly recommended to always set this property or `accessibleNameRef`\nwhen the toolbar has `role=\"toolbar\"` (i.e. when it contains more than one interactive item).\nWithout an accessible name, screen readers will announce the toolbar without any context,\nmaking it harder for keyboard-only and AT users to understand its purpose.",
31248
31439
  "default": "undefined",
31249
31440
  "privacy": "public"
31250
31441
  },
@@ -31254,7 +31445,7 @@
31254
31445
  "type": {
31255
31446
  "text": "string | undefined"
31256
31447
  },
31257
- "description": "Receives id(or many ids) of the elements that label the input.",
31448
+ "description": "Receives id(or many ids) of the elements that label the input.\n\n**Note:** When the toolbar has `role=\"toolbar\"`, at least one of `accessibleName` or\n`accessibleNameRef` should be provided to satisfy WCAG 2.1 success criterion 4.1.2.",
31258
31449
  "default": "undefined",
31259
31450
  "privacy": "public"
31260
31451
  },
@@ -31318,7 +31509,7 @@
31318
31509
  ],
31319
31510
  "attributes": [
31320
31511
  {
31321
- "description": "Defines the accessible ARIA name of the component.",
31512
+ "description": "Defines the accessible ARIA name of the component.\n\n**Note:** It is strongly recommended to always set this property or `accessibleNameRef`\nwhen the toolbar has `role=\"toolbar\"` (i.e. when it contains more than one interactive item).\nWithout an accessible name, screen readers will announce the toolbar without any context,\nmaking it harder for keyboard-only and AT users to understand its purpose.",
31322
31513
  "name": "accessible-name",
31323
31514
  "default": "undefined",
31324
31515
  "fieldName": "accessibleName",
@@ -31327,7 +31518,7 @@
31327
31518
  }
31328
31519
  },
31329
31520
  {
31330
- "description": "Receives id(or many ids) of the elements that label the input.",
31521
+ "description": "Receives id(or many ids) of the elements that label the input.\n\n**Note:** When the toolbar has `role=\"toolbar\"`, at least one of `accessibleName` or\n`accessibleNameRef` should be provided to satisfy WCAG 2.1 success criterion 4.1.2.",
31331
31522
  "name": "accessible-name-ref",
31332
31523
  "default": "undefined",
31333
31524
  "fieldName": "accessibleNameRef",
@@ -31731,7 +31922,7 @@
31731
31922
  {
31732
31923
  "kind": "interface",
31733
31924
  "name": "IToolbarItemContent",
31734
- "description": "Interface for the slotted item in `ui5-toolbar-item`.\n\nIt could be any HTMLElement or UI5 Web Component with option to specify custom overflow closing events and overflow behavior.",
31925
+ "description": "Interface for the slotted item in `ui5-toolbar-item`.\n\nIt could be any HTMLElement or UI5 Web Component with option to specify custom overflow closing events and overflow behavior.\nComponents that also implement `IToolbarArrowNavProvider` can report their internal navigation boundary\nstate to the toolbar for caret-aware arrow-key handling.",
31735
31926
  "_ui5privacy": "public",
31736
31927
  "_ui5since": "2.20.0"
31737
31928
  },
@@ -32078,6 +32269,7 @@
32078
32269
  "_ui5Cancelable": true,
32079
32270
  "_ui5allowPreventDefault": true,
32080
32271
  "_ui5Bubbles": true,
32272
+ "_ui5since": "2.25.0",
32081
32273
  "_ui5parameters": [
32082
32274
  {
32083
32275
  "type": {
@@ -32086,6 +32278,14 @@
32086
32278
  "name": "selectedOption",
32087
32279
  "_ui5privacy": "public",
32088
32280
  "description": "the selected option."
32281
+ },
32282
+ {
32283
+ "type": {
32284
+ "text": "HTMLElement"
32285
+ },
32286
+ "name": "selectedToolbarOption",
32287
+ "_ui5privacy": "public",
32288
+ "description": "the original toolbar select option."
32089
32289
  }
32090
32290
  ]
32091
32291
  },
@@ -32252,6 +32452,17 @@
32252
32452
  "type": {
32253
32453
  "text": "boolean"
32254
32454
  }
32455
+ },
32456
+ {
32457
+ "kind": "field",
32458
+ "name": "value",
32459
+ "type": {
32460
+ "text": "string | undefined"
32461
+ },
32462
+ "description": "Defines the value of the component.",
32463
+ "default": "undefined",
32464
+ "privacy": "public",
32465
+ "_ui5since": "2.25.0"
32255
32466
  }
32256
32467
  ],
32257
32468
  "attributes": [
@@ -32263,6 +32474,15 @@
32263
32474
  "type": {
32264
32475
  "text": "any"
32265
32476
  }
32477
+ },
32478
+ {
32479
+ "description": "Defines the value of the component.",
32480
+ "name": "value",
32481
+ "default": "undefined",
32482
+ "fieldName": "value",
32483
+ "type": {
32484
+ "text": "string | undefined"
32485
+ }
32266
32486
  }
32267
32487
  ],
32268
32488
  "superclass": {