@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
@@ -8060,7 +8060,7 @@
8060
8060
  "declarations": [
8061
8061
  {
8062
8062
  "kind": "class",
8063
- "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\";`",
8063
+ "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\";`",
8064
8064
  "name": "Dialog",
8065
8065
  "cssParts": [
8066
8066
  {
@@ -8230,6 +8230,16 @@
8230
8230
  "description": "Configures the component to be resizable.\nIf this property is set to true, the Dialog will have a resize handle in its bottom right corner in LTR languages.\nIn RTL languages, the resize handle will be placed in the bottom left corner.\n\n**Note:** The component can be resizable only in desktop mode.\n\n**Note:** Upon resizing, externally defined height and width styling will be ignored.",
8231
8231
  "privacy": "public"
8232
8232
  },
8233
+ {
8234
+ "kind": "field",
8235
+ "name": "showFullscreenButton",
8236
+ "type": {
8237
+ "text": "boolean"
8238
+ },
8239
+ "default": "false",
8240
+ "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.",
8241
+ "privacy": "public"
8242
+ },
8233
8243
  {
8234
8244
  "kind": "field",
8235
8245
  "name": "state",
@@ -8367,6 +8377,15 @@
8367
8377
  "text": "boolean"
8368
8378
  }
8369
8379
  },
8380
+ {
8381
+ "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.",
8382
+ "name": "show-fullscreen-button",
8383
+ "default": "false",
8384
+ "fieldName": "showFullscreenButton",
8385
+ "type": {
8386
+ "text": "boolean"
8387
+ }
8388
+ },
8370
8389
  {
8371
8390
  "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\"`.",
8372
8391
  "name": "state",
@@ -8590,6 +8609,16 @@
8590
8609
  "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\";`",
8591
8610
  "name": "DynamicDateRange",
8592
8611
  "members": [
8612
+ {
8613
+ "kind": "field",
8614
+ "name": "accessibleNameRef",
8615
+ "type": {
8616
+ "text": "string | undefined"
8617
+ },
8618
+ "description": "Receives id(or many ids) of the elements that label the component.",
8619
+ "default": "undefined",
8620
+ "privacy": "public"
8621
+ },
8593
8622
  {
8594
8623
  "kind": "field",
8595
8624
  "name": "options",
@@ -8656,6 +8685,15 @@
8656
8685
  }
8657
8686
  ],
8658
8687
  "attributes": [
8688
+ {
8689
+ "description": "Receives id(or many ids) of the elements that label the component.",
8690
+ "name": "accessible-name-ref",
8691
+ "default": "undefined",
8692
+ "fieldName": "accessibleNameRef",
8693
+ "type": {
8694
+ "text": "string | undefined"
8695
+ }
8696
+ },
8659
8697
  {
8660
8698
  "description": "Defines the options listed as a string, separated by commas and using capital case.\nExample: \"TODAY, YESTERDAY, DATERANGE\"",
8661
8699
  "name": "options",
@@ -9735,6 +9773,12 @@
9735
9773
  }
9736
9774
  ]
9737
9775
  },
9776
+ {
9777
+ "kind": "javascript-module",
9778
+ "path": "dist/IToolbarArrowNavProvider.js",
9779
+ "declarations": [],
9780
+ "exports": []
9781
+ },
9738
9782
  {
9739
9783
  "kind": "javascript-module",
9740
9784
  "path": "dist/Icon.js",
@@ -10387,6 +10431,176 @@
10387
10431
  }
10388
10432
  ]
10389
10433
  },
10434
+ {
10435
+ "kind": "javascript-module",
10436
+ "path": "dist/InputIcon.js",
10437
+ "declarations": [
10438
+ {
10439
+ "kind": "class",
10440
+ "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\";`",
10441
+ "name": "InputIcon",
10442
+ "members": [
10443
+ {
10444
+ "kind": "field",
10445
+ "name": "accessibleName",
10446
+ "type": {
10447
+ "text": "string | undefined"
10448
+ },
10449
+ "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.",
10450
+ "default": "undefined",
10451
+ "privacy": "public"
10452
+ },
10453
+ {
10454
+ "kind": "field",
10455
+ "name": "disabled",
10456
+ "type": {
10457
+ "text": "boolean"
10458
+ },
10459
+ "default": "false",
10460
+ "description": "Defines whether the icon is disabled.\n\n**Note:** Disabled icons are not interactive and do not fire click events.",
10461
+ "privacy": "public"
10462
+ },
10463
+ {
10464
+ "kind": "field",
10465
+ "name": "name",
10466
+ "type": {
10467
+ "text": "string | undefined"
10468
+ },
10469
+ "description": "Defines the icon name to be displayed.\n\n**Note:** Make sure you import the desired icon before using it.",
10470
+ "default": "undefined",
10471
+ "privacy": "public"
10472
+ },
10473
+ {
10474
+ "kind": "field",
10475
+ "name": "readonly",
10476
+ "type": {
10477
+ "text": "boolean"
10478
+ },
10479
+ "default": "false",
10480
+ "description": "Defines whether the icon is readonly.\n\n**Note:** Readonly icons are not interactive and do not fire click events.",
10481
+ "privacy": "public"
10482
+ },
10483
+ {
10484
+ "kind": "field",
10485
+ "name": "showTooltip",
10486
+ "type": {
10487
+ "text": "boolean"
10488
+ },
10489
+ "default": "false",
10490
+ "description": "Defines whether the tooltip is shown.\n\n**Note:** The tooltip text should be provided via the `accessible-name` property.",
10491
+ "privacy": "public"
10492
+ },
10493
+ {
10494
+ "kind": "field",
10495
+ "name": "valueState",
10496
+ "type": {
10497
+ "text": "ValueState",
10498
+ "references": [
10499
+ {
10500
+ "name": "ValueState",
10501
+ "package": "@ui5/webcomponents-base",
10502
+ "module": "dist/types/ValueState.js"
10503
+ }
10504
+ ]
10505
+ },
10506
+ "default": "\"None\"",
10507
+ "description": "Defines the value state of the icon.\n\n**Note:** This property should match the parent input's value state for consistent styling.",
10508
+ "privacy": "public"
10509
+ }
10510
+ ],
10511
+ "events": [
10512
+ {
10513
+ "name": "click",
10514
+ "type": {
10515
+ "text": "CustomEvent"
10516
+ },
10517
+ "description": "Fired when the `ui5-input-icon` is activated either with a click/tap or by using the Enter or Space key."
10518
+ }
10519
+ ],
10520
+ "attributes": [
10521
+ {
10522
+ "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.",
10523
+ "name": "accessible-name",
10524
+ "default": "undefined",
10525
+ "fieldName": "accessibleName",
10526
+ "type": {
10527
+ "text": "string | undefined"
10528
+ }
10529
+ },
10530
+ {
10531
+ "description": "Defines whether the icon is disabled.\n\n**Note:** Disabled icons are not interactive and do not fire click events.",
10532
+ "name": "disabled",
10533
+ "default": "false",
10534
+ "fieldName": "disabled",
10535
+ "type": {
10536
+ "text": "boolean"
10537
+ }
10538
+ },
10539
+ {
10540
+ "description": "Defines the icon name to be displayed.\n\n**Note:** Make sure you import the desired icon before using it.",
10541
+ "name": "name",
10542
+ "default": "undefined",
10543
+ "fieldName": "name",
10544
+ "type": {
10545
+ "text": "string | undefined"
10546
+ }
10547
+ },
10548
+ {
10549
+ "description": "Defines whether the icon is readonly.\n\n**Note:** Readonly icons are not interactive and do not fire click events.",
10550
+ "name": "readonly",
10551
+ "default": "false",
10552
+ "fieldName": "readonly",
10553
+ "type": {
10554
+ "text": "boolean"
10555
+ }
10556
+ },
10557
+ {
10558
+ "description": "Defines whether the tooltip is shown.\n\n**Note:** The tooltip text should be provided via the `accessible-name` property.",
10559
+ "name": "show-tooltip",
10560
+ "default": "false",
10561
+ "fieldName": "showTooltip",
10562
+ "type": {
10563
+ "text": "boolean"
10564
+ }
10565
+ },
10566
+ {
10567
+ "description": "Defines the value state of the icon.\n\n**Note:** This property should match the parent input's value state for consistent styling.",
10568
+ "name": "value-state",
10569
+ "default": "\"None\"",
10570
+ "fieldName": "valueState",
10571
+ "type": {
10572
+ "text": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
10573
+ }
10574
+ }
10575
+ ],
10576
+ "superclass": {
10577
+ "name": "UI5Element",
10578
+ "package": "@ui5/webcomponents-base",
10579
+ "module": "dist/UI5Element.js"
10580
+ },
10581
+ "tagName": "ui5-input-icon",
10582
+ "customElement": true
10583
+ }
10584
+ ],
10585
+ "exports": [
10586
+ {
10587
+ "kind": "js",
10588
+ "name": "default",
10589
+ "declaration": {
10590
+ "name": "InputIcon",
10591
+ "module": "dist/InputIcon.js"
10592
+ }
10593
+ },
10594
+ {
10595
+ "kind": "custom-element-definition",
10596
+ "name": "ui5-input-icon",
10597
+ "declaration": {
10598
+ "name": "InputIcon",
10599
+ "module": "dist/InputIcon.js"
10600
+ }
10601
+ }
10602
+ ]
10603
+ },
10390
10604
  {
10391
10605
  "kind": "javascript-module",
10392
10606
  "path": "dist/Label.js",
@@ -13500,28 +13714,12 @@
13500
13714
  "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.",
13501
13715
  "name": "MenuSeparator",
13502
13716
  "superclass": {
13503
- "name": "ListItemBase",
13504
- "package": "@ui5/webcomponents",
13505
- "module": "dist/ListItemBase.js"
13717
+ "name": "UI5Element",
13718
+ "package": "@ui5/webcomponents-base",
13719
+ "module": "dist/UI5Element.js"
13506
13720
  },
13507
13721
  "tagName": "ui5-menu-separator",
13508
- "customElement": true,
13509
- "events": [
13510
- {
13511
- "name": "click",
13512
- "type": {
13513
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
13514
- "references": [
13515
- {
13516
- "name": "ListItemBaseClickEventDetail",
13517
- "package": "@ui5/webcomponents",
13518
- "module": "dist/ListItemBase.js"
13519
- }
13520
- ]
13521
- },
13522
- "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`."
13523
- }
13524
- ]
13722
+ "customElement": true
13525
13723
  }
13526
13724
  ],
13527
13725
  "exports": [
@@ -26829,7 +27027,7 @@
26829
27027
  "declarations": [
26830
27028
  {
26831
27029
  "kind": "class",
26832
- "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\";`",
27030
+ "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\";`",
26833
27031
  "name": "Toolbar",
26834
27032
  "slots": [
26835
27033
  {
@@ -26844,7 +27042,7 @@
26844
27042
  "type": {
26845
27043
  "text": "string | undefined"
26846
27044
  },
26847
- "description": "Defines the accessible ARIA name of the component.",
27045
+ "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.",
26848
27046
  "default": "undefined",
26849
27047
  "privacy": "public"
26850
27048
  },
@@ -26854,7 +27052,7 @@
26854
27052
  "type": {
26855
27053
  "text": "string | undefined"
26856
27054
  },
26857
- "description": "Receives id(or many ids) of the elements that label the input.",
27055
+ "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.",
26858
27056
  "default": "undefined",
26859
27057
  "privacy": "public"
26860
27058
  },
@@ -26916,7 +27114,7 @@
26916
27114
  ],
26917
27115
  "attributes": [
26918
27116
  {
26919
- "description": "Defines the accessible ARIA name of the component.",
27117
+ "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.",
26920
27118
  "name": "accessible-name",
26921
27119
  "default": "undefined",
26922
27120
  "fieldName": "accessibleName",
@@ -26925,7 +27123,7 @@
26925
27123
  }
26926
27124
  },
26927
27125
  {
26928
- "description": "Receives id(or many ids) of the elements that label the input.",
27126
+ "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.",
26929
27127
  "name": "accessible-name-ref",
26930
27128
  "default": "undefined",
26931
27129
  "fieldName": "accessibleNameRef",
@@ -27767,6 +27965,16 @@
27767
27965
  "type": {
27768
27966
  "text": "boolean"
27769
27967
  }
27968
+ },
27969
+ {
27970
+ "kind": "field",
27971
+ "name": "value",
27972
+ "type": {
27973
+ "text": "string | undefined"
27974
+ },
27975
+ "description": "Defines the value of the component.",
27976
+ "default": "undefined",
27977
+ "privacy": "public"
27770
27978
  }
27771
27979
  ],
27772
27980
  "attributes": [
@@ -27778,6 +27986,15 @@
27778
27986
  "type": {
27779
27987
  "text": "any"
27780
27988
  }
27989
+ },
27990
+ {
27991
+ "description": "Defines the value of the component.",
27992
+ "name": "value",
27993
+ "default": "undefined",
27994
+ "fieldName": "value",
27995
+ "type": {
27996
+ "text": "string | undefined"
27997
+ }
27781
27998
  }
27782
27999
  ],
27783
28000
  "superclass": {