@ui5/webcomponents 2.25.0-rc.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 (148) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/CarouselTemplate.js +1 -1
  4. package/dist/CarouselTemplate.js.map +1 -1
  5. package/dist/DynamicDateRange.d.ts +11 -0
  6. package/dist/DynamicDateRange.js +12 -0
  7. package/dist/DynamicDateRange.js.map +1 -1
  8. package/dist/DynamicDateRangeInputTemplate.js +1 -1
  9. package/dist/DynamicDateRangeInputTemplate.js.map +1 -1
  10. package/dist/IToolbarArrowNavProvider.d.ts +32 -0
  11. package/dist/IToolbarArrowNavProvider.js +4 -0
  12. package/dist/IToolbarArrowNavProvider.js.map +1 -0
  13. package/dist/Input.d.ts +3 -1
  14. package/dist/Input.js +26 -0
  15. package/dist/Input.js.map +1 -1
  16. package/dist/InputIcon.d.ts +105 -0
  17. package/dist/InputIcon.js +189 -0
  18. package/dist/InputIcon.js.map +1 -0
  19. package/dist/InputIconTemplate.d.ts +2 -0
  20. package/dist/InputIconTemplate.js +13 -0
  21. package/dist/InputIconTemplate.js.map +1 -0
  22. package/dist/ListItemCustom.js.map +1 -1
  23. package/dist/MenuItem.js +1 -1
  24. package/dist/MenuItem.js.map +1 -1
  25. package/dist/MenuSeparator.d.ts +7 -14
  26. package/dist/MenuSeparator.js +5 -24
  27. package/dist/MenuSeparator.js.map +1 -1
  28. package/dist/MenuSeparatorTemplate.js +1 -2
  29. package/dist/MenuSeparatorTemplate.js.map +1 -1
  30. package/dist/MultiComboBoxItem.d.ts +1 -0
  31. package/dist/MultiComboBoxItem.js +7 -1
  32. package/dist/MultiComboBoxItem.js.map +1 -1
  33. package/dist/MultiComboBoxItemTemplate.js +4 -2
  34. package/dist/MultiComboBoxItemTemplate.js.map +1 -1
  35. package/dist/RatingIndicator.d.ts +2 -0
  36. package/dist/RatingIndicator.js +2 -0
  37. package/dist/RatingIndicator.js.map +1 -1
  38. package/dist/SliderTemplate.js +1 -1
  39. package/dist/SliderTemplate.js.map +1 -1
  40. package/dist/Table.js +4 -2
  41. package/dist/Table.js.map +1 -1
  42. package/dist/Toolbar.d.ts +40 -3
  43. package/dist/Toolbar.js +225 -6
  44. package/dist/Toolbar.js.map +1 -1
  45. package/dist/ToolbarItem.d.ts +30 -0
  46. package/dist/ToolbarItem.js +202 -0
  47. package/dist/ToolbarItem.js.map +1 -1
  48. package/dist/ToolbarItemBase.d.ts +10 -0
  49. package/dist/ToolbarItemBase.js +19 -0
  50. package/dist/ToolbarItemBase.js.map +1 -1
  51. package/dist/ToolbarSelect.d.ts +4 -2
  52. package/dist/ToolbarSelect.js +7 -4
  53. package/dist/ToolbarSelect.js.map +1 -1
  54. package/dist/ToolbarSelectOption.d.ts +7 -0
  55. package/dist/ToolbarSelectOption.js +4 -1
  56. package/dist/ToolbarSelectOption.js.map +1 -1
  57. package/dist/ToolbarSelectTemplate.js +1 -1
  58. package/dist/ToolbarSelectTemplate.js.map +1 -1
  59. package/dist/TreeItemBase.js.map +1 -1
  60. package/dist/bundle.esm.js +1 -0
  61. package/dist/bundle.esm.js.map +1 -1
  62. package/dist/css/themes/ColorPalette.css +1 -1
  63. package/dist/css/themes/ComboBox.css +1 -1
  64. package/dist/css/themes/DatePicker.css +1 -1
  65. package/dist/css/themes/DynamicDateRange.css +1 -1
  66. package/dist/css/themes/FileUploader.css +1 -1
  67. package/dist/css/themes/Input.css +1 -1
  68. package/dist/css/themes/InputIcon.css +1 -1
  69. package/dist/css/themes/MultiComboBox.css +1 -1
  70. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  71. package/dist/css/themes/MultiInput.css +1 -1
  72. package/dist/css/themes/Select.css +1 -1
  73. package/dist/css/themes/StepInput.css +1 -1
  74. package/dist/css/themes/TimePicker.css +1 -1
  75. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  76. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +1 -1
  77. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  78. package/dist/custom-elements-internal.json +240 -40
  79. package/dist/custom-elements.json +223 -25
  80. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  81. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
  82. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  83. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  84. package/dist/generated/themes/ColorPalette.css.js +1 -1
  85. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  86. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  87. package/dist/generated/themes/ComboBox.css.js +1 -1
  88. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  89. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  90. package/dist/generated/themes/DatePicker.css.js +1 -1
  91. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  92. package/dist/generated/themes/DynamicDateRange.css.d.ts +1 -1
  93. package/dist/generated/themes/DynamicDateRange.css.js +1 -1
  94. package/dist/generated/themes/DynamicDateRange.css.js.map +1 -1
  95. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  96. package/dist/generated/themes/FileUploader.css.js +1 -1
  97. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  98. package/dist/generated/themes/Input.css.d.ts +1 -1
  99. package/dist/generated/themes/Input.css.js +1 -1
  100. package/dist/generated/themes/Input.css.js.map +1 -1
  101. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  102. package/dist/generated/themes/InputIcon.css.js +1 -1
  103. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  104. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  105. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  106. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  107. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  108. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  109. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  110. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  111. package/dist/generated/themes/MultiInput.css.js +1 -1
  112. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  113. package/dist/generated/themes/Select.css.d.ts +1 -1
  114. package/dist/generated/themes/Select.css.js +1 -1
  115. package/dist/generated/themes/Select.css.js.map +1 -1
  116. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  117. package/dist/generated/themes/StepInput.css.js +1 -1
  118. package/dist/generated/themes/StepInput.css.js.map +1 -1
  119. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  120. package/dist/generated/themes/TimePicker.css.js +1 -1
  121. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  122. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  123. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  124. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  125. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
  126. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +1 -1
  127. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
  128. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  129. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  130. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  131. package/dist/vscode.html-custom-data.json +57 -4
  132. package/dist/web-types.json +117 -22
  133. package/package.json +11 -11
  134. package/src/CarouselTemplate.tsx +0 -1
  135. package/src/DynamicDateRangeInputTemplate.tsx +1 -0
  136. package/src/InputIconTemplate.tsx +42 -0
  137. package/src/MenuSeparatorTemplate.tsx +2 -4
  138. package/src/MultiComboBoxItemTemplate.tsx +4 -1
  139. package/src/SliderTemplate.tsx +1 -0
  140. package/src/ToolbarSelectTemplate.tsx +1 -0
  141. package/src/i18n/messagebundle.properties +1 -1
  142. package/src/themes/ColorPalette.css +1 -0
  143. package/src/themes/DatePicker.css +1 -2
  144. package/src/themes/Input.css +4 -0
  145. package/src/themes/InputIcon.css +104 -3
  146. package/src/themes/MultiComboBoxItem.css +2 -0
  147. package/src/themes/sap_horizon/Card-parameters.css +1 -1
  148. package/src/themes/sap_horizon_dark/Card-parameters.css +1 -1
@@ -9940,6 +9940,17 @@
9940
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\";`",
9941
9941
  "name": "DynamicDateRange",
9942
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
+ },
9943
9954
  {
9944
9955
  "kind": "field",
9945
9956
  "name": "options",
@@ -10012,6 +10023,15 @@
10012
10023
  }
10013
10024
  ],
10014
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
+ },
10015
10035
  {
10016
10036
  "description": "Defines the options listed as a string, separated by commas and using capital case.\nExample: \"TODAY, YESTERDAY, DATERANGE\"",
10017
10037
  "name": "options",
@@ -11231,6 +11251,12 @@
11231
11251
  }
11232
11252
  ]
11233
11253
  },
11254
+ {
11255
+ "kind": "javascript-module",
11256
+ "path": "dist/IToolbarArrowNavProvider.js",
11257
+ "declarations": [],
11258
+ "exports": []
11259
+ },
11234
11260
  {
11235
11261
  "kind": "javascript-module",
11236
11262
  "path": "dist/Icon.js",
@@ -11994,6 +12020,182 @@
11994
12020
  }
11995
12021
  ]
11996
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
+ },
11997
12199
  {
11998
12200
  "kind": "javascript-module",
11999
12201
  "path": "dist/Label.js",
@@ -15793,9 +15995,9 @@
15793
15995
  "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.",
15794
15996
  "name": "MenuSeparator",
15795
15997
  "superclass": {
15796
- "name": "ListItemBase",
15797
- "package": "@ui5/webcomponents",
15798
- "module": "dist/ListItemBase.js"
15998
+ "name": "UI5Element",
15999
+ "package": "@ui5/webcomponents-base",
16000
+ "module": "dist/UI5Element.js"
15799
16001
  },
15800
16002
  "tagName": "ui5-menu-separator",
15801
16003
  "customElement": true,
@@ -15807,37 +16009,6 @@
15807
16009
  "package": "@ui5/webcomponents",
15808
16010
  "module": "dist/Menu.js"
15809
16011
  }
15810
- ],
15811
- "events": [
15812
- {
15813
- "name": "click",
15814
- "_ui5privacy": "public",
15815
- "type": {
15816
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
15817
- "references": [
15818
- {
15819
- "name": "ListItemBaseClickEventDetail",
15820
- "package": "@ui5/webcomponents",
15821
- "module": "dist/ListItemBase.js"
15822
- }
15823
- ]
15824
- },
15825
- "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`.",
15826
- "_ui5Cancelable": false,
15827
- "_ui5allowPreventDefault": false,
15828
- "_ui5Bubbles": true,
15829
- "_ui5since": "2.23.0",
15830
- "_ui5parameters": [
15831
- {
15832
- "type": {
15833
- "text": "Event"
15834
- },
15835
- "name": "originalEvent",
15836
- "_ui5privacy": "public",
15837
- "description": "The original event from the user interaction."
15838
- }
15839
- ]
15840
- }
15841
16012
  ]
15842
16013
  }
15843
16014
  ],
@@ -31237,7 +31408,7 @@
31237
31408
  "declarations": [
31238
31409
  {
31239
31410
  "kind": "class",
31240
- "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\";`",
31241
31412
  "name": "Toolbar",
31242
31413
  "slots": [
31243
31414
  {
@@ -31264,7 +31435,7 @@
31264
31435
  "type": {
31265
31436
  "text": "string | undefined"
31266
31437
  },
31267
- "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.",
31268
31439
  "default": "undefined",
31269
31440
  "privacy": "public"
31270
31441
  },
@@ -31274,7 +31445,7 @@
31274
31445
  "type": {
31275
31446
  "text": "string | undefined"
31276
31447
  },
31277
- "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.",
31278
31449
  "default": "undefined",
31279
31450
  "privacy": "public"
31280
31451
  },
@@ -31338,7 +31509,7 @@
31338
31509
  ],
31339
31510
  "attributes": [
31340
31511
  {
31341
- "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.",
31342
31513
  "name": "accessible-name",
31343
31514
  "default": "undefined",
31344
31515
  "fieldName": "accessibleName",
@@ -31347,7 +31518,7 @@
31347
31518
  }
31348
31519
  },
31349
31520
  {
31350
- "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.",
31351
31522
  "name": "accessible-name-ref",
31352
31523
  "default": "undefined",
31353
31524
  "fieldName": "accessibleNameRef",
@@ -31751,7 +31922,7 @@
31751
31922
  {
31752
31923
  "kind": "interface",
31753
31924
  "name": "IToolbarItemContent",
31754
- "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.",
31755
31926
  "_ui5privacy": "public",
31756
31927
  "_ui5since": "2.20.0"
31757
31928
  },
@@ -32098,6 +32269,7 @@
32098
32269
  "_ui5Cancelable": true,
32099
32270
  "_ui5allowPreventDefault": true,
32100
32271
  "_ui5Bubbles": true,
32272
+ "_ui5since": "2.25.0",
32101
32273
  "_ui5parameters": [
32102
32274
  {
32103
32275
  "type": {
@@ -32106,6 +32278,14 @@
32106
32278
  "name": "selectedOption",
32107
32279
  "_ui5privacy": "public",
32108
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."
32109
32289
  }
32110
32290
  ]
32111
32291
  },
@@ -32272,6 +32452,17 @@
32272
32452
  "type": {
32273
32453
  "text": "boolean"
32274
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"
32275
32466
  }
32276
32467
  ],
32277
32468
  "attributes": [
@@ -32283,6 +32474,15 @@
32283
32474
  "type": {
32284
32475
  "text": "any"
32285
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
+ }
32286
32486
  }
32287
32487
  ],
32288
32488
  "superclass": {