@ui5/webcomponents 2.25.1-rc.0 → 2.26.0-rc.1

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 (280) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/ComboBox.js +0 -6
  4. package/dist/ComboBox.js.map +1 -1
  5. package/dist/InputPopoverTemplate.js +1 -1
  6. package/dist/InputPopoverTemplate.js.map +1 -1
  7. package/dist/List.d.ts +31 -3
  8. package/dist/List.js +40 -4
  9. package/dist/List.js.map +1 -1
  10. package/dist/ListItemBaseTemplate.js +1 -1
  11. package/dist/ListItemBaseTemplate.js.map +1 -1
  12. package/dist/ListItemCustom.d.ts +22 -0
  13. package/dist/ListItemCustom.js +22 -0
  14. package/dist/ListItemCustom.js.map +1 -1
  15. package/dist/ListTemplate.js +1 -1
  16. package/dist/ListTemplate.js.map +1 -1
  17. package/dist/Menu.d.ts +1 -0
  18. package/dist/Menu.js +18 -0
  19. package/dist/Menu.js.map +1 -1
  20. package/dist/MultiComboBox.d.ts +3 -0
  21. package/dist/MultiComboBox.js +3 -0
  22. package/dist/MultiComboBox.js.map +1 -1
  23. package/dist/Popup.d.ts +17 -0
  24. package/dist/Popup.js +29 -0
  25. package/dist/Popup.js.map +1 -1
  26. package/dist/RangeSlider.d.ts +1 -0
  27. package/dist/RangeSlider.js +3 -0
  28. package/dist/RangeSlider.js.map +1 -1
  29. package/dist/RangeSliderTemplate.js +1 -1
  30. package/dist/RangeSliderTemplate.js.map +1 -1
  31. package/dist/RatingIndicator.d.ts +10 -0
  32. package/dist/RatingIndicator.js +21 -5
  33. package/dist/RatingIndicator.js.map +1 -1
  34. package/dist/RatingIndicatorTemplate.js +1 -1
  35. package/dist/RatingIndicatorTemplate.js.map +1 -1
  36. package/dist/Select.d.ts +2 -0
  37. package/dist/Select.js +13 -2
  38. package/dist/Select.js.map +1 -1
  39. package/dist/SelectPopoverTemplate.js +2 -2
  40. package/dist/SelectPopoverTemplate.js.map +1 -1
  41. package/dist/SelectTemplate.js +1 -1
  42. package/dist/SelectTemplate.js.map +1 -1
  43. package/dist/SliderScale.d.ts +2 -1
  44. package/dist/SliderScale.js.map +1 -1
  45. package/dist/SliderScaleTemplate.js +1 -1
  46. package/dist/SliderScaleTemplate.js.map +1 -1
  47. package/dist/Table.d.ts +1 -1
  48. package/dist/Table.js +16 -8
  49. package/dist/Table.js.map +1 -1
  50. package/dist/TableRow.d.ts +1 -1
  51. package/dist/TableRow.js +4 -4
  52. package/dist/TableRow.js.map +1 -1
  53. package/dist/TableRowBase.d.ts +2 -1
  54. package/dist/TableRowBase.js +4 -1
  55. package/dist/TableRowBase.js.map +1 -1
  56. package/dist/TableRowTemplate.js +1 -1
  57. package/dist/TableRowTemplate.js.map +1 -1
  58. package/dist/TableUtils.d.ts +4 -3
  59. package/dist/TableUtils.js +40 -31
  60. package/dist/TableUtils.js.map +1 -1
  61. package/dist/Tokenizer.js +24 -9
  62. package/dist/Tokenizer.js.map +1 -1
  63. package/dist/Toolbar.d.ts +1 -1
  64. package/dist/Toolbar.js.map +1 -1
  65. package/dist/ToolbarSelect.d.ts +6 -2
  66. package/dist/ToolbarSelect.js +46 -6
  67. package/dist/ToolbarSelect.js.map +1 -1
  68. package/dist/ToolbarSelectOption.d.ts +1 -3
  69. package/dist/ToolbarSelectOption.js +9 -30
  70. package/dist/ToolbarSelectOption.js.map +1 -1
  71. package/dist/ToolbarSelectTemplate.js +2 -2
  72. package/dist/ToolbarSelectTemplate.js.map +1 -1
  73. package/dist/bundle.common.bootstrap.d.ts +2 -0
  74. package/dist/bundle.common.bootstrap.js +3 -1
  75. package/dist/bundle.common.bootstrap.js.map +1 -1
  76. package/dist/bundle.esm.d.ts +2 -0
  77. package/dist/css/themes/CheckBox.css +1 -1
  78. package/dist/css/themes/DatePicker.css +1 -1
  79. package/dist/css/themes/Link.css +1 -1
  80. package/dist/css/themes/RatingIndicator.css +1 -1
  81. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  82. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  83. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  84. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  85. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  86. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +5 -5
  87. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  88. package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +5 -5
  89. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  90. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  91. package/dist/custom-elements-internal.json +31 -11
  92. package/dist/custom-elements.json +30 -11
  93. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  94. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  95. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  96. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  97. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  98. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  99. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  100. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  101. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  102. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  103. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  104. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  105. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  106. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  107. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  108. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  109. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  110. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  111. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  112. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  113. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  114. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  115. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  116. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  117. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  118. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  119. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  120. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  121. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  122. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  123. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  124. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  125. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  126. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  127. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  128. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  129. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  130. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  131. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  132. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  133. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  134. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  135. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  136. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  137. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  138. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  139. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  140. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  141. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  142. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  143. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  144. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  145. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  146. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  147. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  148. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  149. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
  150. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  151. package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
  152. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  153. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  154. package/dist/generated/i18n/i18n-defaults.d.ts +4 -1
  155. package/dist/generated/i18n/i18n-defaults.js +4 -1
  156. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  157. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  158. package/dist/generated/themes/CheckBox.css.js +1 -1
  159. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  160. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  161. package/dist/generated/themes/DatePicker.css.js +1 -1
  162. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  163. package/dist/generated/themes/Link.css.d.ts +1 -1
  164. package/dist/generated/themes/Link.css.js +1 -1
  165. package/dist/generated/themes/Link.css.js.map +1 -1
  166. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  167. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  168. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  169. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  170. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  171. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  172. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  173. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  174. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  175. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  176. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  177. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  178. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  179. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  180. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  181. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  182. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  183. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  184. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
  185. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +5 -5
  186. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
  187. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  188. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  189. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  190. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
  191. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +5 -5
  192. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
  193. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  194. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  195. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  196. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  197. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  198. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  199. package/dist/vscode.html-custom-data.json +10 -5
  200. package/dist/web-types.json +19 -9
  201. package/package.json +9 -9
  202. package/src/InputPopoverTemplate.tsx +1 -0
  203. package/src/ListItemBaseTemplate.tsx +1 -0
  204. package/src/ListTemplate.tsx +1 -1
  205. package/src/RangeSliderTemplate.tsx +1 -0
  206. package/src/RatingIndicatorTemplate.tsx +1 -1
  207. package/src/SelectPopoverTemplate.tsx +2 -1
  208. package/src/SelectTemplate.tsx +1 -0
  209. package/src/SliderScaleTemplate.tsx +8 -8
  210. package/src/TableRowTemplate.tsx +1 -0
  211. package/src/ToolbarSelectTemplate.tsx +2 -2
  212. package/src/i18n/messagebundle.properties +8 -0
  213. package/src/i18n/messagebundle_ar.properties +5 -0
  214. package/src/i18n/messagebundle_bg.properties +5 -0
  215. package/src/i18n/messagebundle_ca.properties +5 -0
  216. package/src/i18n/messagebundle_cnr.properties +5 -0
  217. package/src/i18n/messagebundle_cs.properties +5 -0
  218. package/src/i18n/messagebundle_cy.properties +5 -0
  219. package/src/i18n/messagebundle_da.properties +5 -0
  220. package/src/i18n/messagebundle_de.properties +5 -0
  221. package/src/i18n/messagebundle_el.properties +5 -0
  222. package/src/i18n/messagebundle_en.properties +5 -0
  223. package/src/i18n/messagebundle_en_GB.properties +5 -0
  224. package/src/i18n/messagebundle_en_US_sappsd.properties +5 -0
  225. package/src/i18n/messagebundle_en_US_saprigi.properties +5 -0
  226. package/src/i18n/messagebundle_en_US_saptrc.properties +5 -0
  227. package/src/i18n/messagebundle_es.properties +5 -0
  228. package/src/i18n/messagebundle_es_MX.properties +5 -0
  229. package/src/i18n/messagebundle_et.properties +5 -0
  230. package/src/i18n/messagebundle_fi.properties +5 -0
  231. package/src/i18n/messagebundle_fr.properties +5 -0
  232. package/src/i18n/messagebundle_fr_CA.properties +5 -0
  233. package/src/i18n/messagebundle_hi.properties +5 -0
  234. package/src/i18n/messagebundle_hr.properties +5 -0
  235. package/src/i18n/messagebundle_hu.properties +5 -0
  236. package/src/i18n/messagebundle_id.properties +5 -0
  237. package/src/i18n/messagebundle_it.properties +5 -0
  238. package/src/i18n/messagebundle_iw.properties +5 -0
  239. package/src/i18n/messagebundle_ja.properties +5 -0
  240. package/src/i18n/messagebundle_kk.properties +5 -0
  241. package/src/i18n/messagebundle_ko.properties +5 -0
  242. package/src/i18n/messagebundle_lt.properties +5 -0
  243. package/src/i18n/messagebundle_lv.properties +5 -0
  244. package/src/i18n/messagebundle_mk.properties +5 -0
  245. package/src/i18n/messagebundle_ms.properties +5 -0
  246. package/src/i18n/messagebundle_nl.properties +5 -0
  247. package/src/i18n/messagebundle_no.properties +5 -0
  248. package/src/i18n/messagebundle_pl.properties +5 -0
  249. package/src/i18n/messagebundle_pt.properties +5 -0
  250. package/src/i18n/messagebundle_pt_PT.properties +5 -0
  251. package/src/i18n/messagebundle_ro.properties +5 -0
  252. package/src/i18n/messagebundle_ru.properties +5 -0
  253. package/src/i18n/messagebundle_sh.properties +5 -0
  254. package/src/i18n/messagebundle_sk.properties +5 -0
  255. package/src/i18n/messagebundle_sl.properties +5 -0
  256. package/src/i18n/messagebundle_sr.properties +5 -0
  257. package/src/i18n/messagebundle_sv.properties +5 -0
  258. package/src/i18n/messagebundle_th.properties +5 -0
  259. package/src/i18n/messagebundle_tr.properties +5 -0
  260. package/src/i18n/messagebundle_uk.properties +5 -0
  261. package/src/i18n/messagebundle_vi.properties +5 -0
  262. package/src/i18n/messagebundle_zh_CN.properties +5 -0
  263. package/src/i18n/messagebundle_zh_TW.properties +5 -0
  264. package/src/themes/CheckBox.css +10 -10
  265. package/src/themes/DatePicker.css +5 -0
  266. package/src/themes/Link.css +1 -1
  267. package/src/themes/RatingIndicator.css +5 -3
  268. package/src/themes/base/CheckBox-parameters.css +2 -3
  269. package/src/themes/base/Link-parameters.css +1 -0
  270. package/src/themes/base/sizes-parameters.css +4 -5
  271. package/src/themes/sap_fiori_3/CheckBox-parameters.css +0 -1
  272. package/src/themes/sap_fiori_3_dark/CheckBox-parameters.css +0 -1
  273. package/src/themes/sap_fiori_3_hcb/Link-parameters.css +1 -0
  274. package/src/themes/sap_fiori_3_hcw/Link-parameters.css +1 -0
  275. package/src/themes/sap_horizon/CheckBox-parameters.css +1 -2
  276. package/src/themes/sap_horizon_dark/CheckBox-parameters.css +1 -2
  277. package/src/themes/sap_horizon_hcb/CheckBox-parameters.css +1 -2
  278. package/src/themes/sap_horizon_hcb/Link-parameters.css +1 -0
  279. package/src/themes/sap_horizon_hcw/CheckBox-parameters.css +1 -2
  280. package/src/themes/sap_horizon_hcw/Link-parameters.css +1 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ui5/webcomponents",
4
- "version": "2.25.1-rc.0",
4
+ "version": "2.26.0-rc.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -5195,7 +5195,7 @@
5195
5195
  },
5196
5196
  {
5197
5197
  "name": "ui5-list",
5198
- "description": "### Overview\n\nThe `ui5-list` component allows displaying a list of items, advanced keyboard\nhandling support for navigating between items, and predefined modes to improve the development efficiency.\n\nThe `ui5-list` is a container for the available list items:\n\n- `ui5-li`\n- `ui5-li-custom`\n- `ui5-li-group`\n\nTo benefit from the built-in selection mechanism, you can use the available\nselection modes, such as\n`Single`, `Multiple` and `Delete`.\n\nAdditionally, the `ui5-list` provides header, footer, and customization for the list item separators.\n\n### Keyboard Handling\n\n#### Basic Navigation\nThe `ui5-list` provides advanced keyboard handling.\nWhen a list is focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- [Up] or [Down] - Navigates up and down the items\n- [Home] - Navigates to first item\n- [End] - Navigates to the last item\n\nThe user can use the following keyboard shortcuts to perform actions (such as select, delete),\nwhen the `selectionMode` property is in use:\n\n- [Space] - Select an item (if `type` is 'Active') when `selectionMode` is selection\n- [Delete] - Delete an item if `selectionMode` property is `Delete`\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/List.js\";`\n\n`import \"@ui5/webcomponents/dist/ListItemStandard.js\";` (for `ui5-li`)\n\n`import \"@ui5/webcomponents/dist/ListItemCustom.js\";` (for `ui5-li-custom`)\n\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";` (for `ui5-li-group`)\n---\n\n\n### **Events:**\n - **item-click** - Fired when an item is activated, unless the item's `type` property\nis set to `Inactive`.\n\n**Note**: This event is not triggered by interactions with selection components such as the checkboxes and radio buttons,\nassociated with non-default `selectionMode` values, or if any other **interactive** component\n(such as a button or input) within the list item is directly clicked.\n- **item-close** - Fired when the `Close` button of any item is clicked\n\n**Note:** This event is only applicable to list items that can be closed (such as notification list items),\nnot to be confused with `item-delete`.\n- **item-delete** - Fired when the Delete button of any item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `selectionMode` property is set to `Delete`.\n- **item-toggle** - Fired when the `Toggle` button of any item is clicked.\n\n**Note:** This event is only applicable to list items that can be toggled (such as notification group list items).\n- **load-more** - Fired when the user scrolls to the bottom of the list.\n\n**Note:** The event is fired when the `growing='Scroll'` property is enabled.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n- **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **selection-change** - Fired when selection is changed by user interaction\nin `Single`, `SingleStart`, `SingleEnd` and `Multiple` selection modes.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n\n**Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-group` for the intended design.\n- **header** - Defines the component header.\n\n**Note:** When `header` is set, the\n`headerText` property is ignored.\n\n### **CSS Parts:**\n - **growing-button** - Used to style the button, that is used for growing of the component\n- **growing-button-inner** - Used to style the button inner element",
5198
+ "description": "### Overview\n\nThe `ui5-list` component allows displaying a list of items, advanced keyboard\nhandling support for navigating between items, and predefined modes to improve the development efficiency.\n\nThe `ui5-list` is a container for the available list items:\n\n- `ui5-li`\n- `ui5-li-custom`\n- `ui5-li-group`\n\nTo benefit from the built-in selection mechanism, you can use the available\nselection modes, such as\n`Single`, `Multiple` and `Delete`.\n\nAdditionally, the `ui5-list` provides header, footer, and customization for the list item separators.\n\n### Keyboard Handling\n\nThe `ui5-list` follows the SAP Fiori \"Intentional Edit Pattern\" (forms-editing variant)\nand exposes two interaction modes:\n\n- **Navigation mode** (default) - Arrow keys move focus between items; [Tab] leaves the list.\n- **Edit mode** (toggled by [F2] or [F7]) - [Tab] walks through the interactive elements\n inside items (buttons, links, inputs, checkboxes, etc.) and continues into the next item.\n\n#### Basic Navigation\nThe `ui5-list` provides advanced keyboard handling for navigation between items.\nWhen an item is focused the user can use the following keyboard shortcuts:\n\n- [Up] or [Down] - Navigates up and down the items\n- [Home] - Navigates to first item\n- [End] - Navigates to the last item\n- [Tab] or [Shift] + [Tab] - Moves focus out of the list, to the next/previous control in the tab chain\n\nThe user can use the following keyboard shortcuts to perform actions (such as select, delete),\nwhen the `selectionMode` property is in use:\n\n- [Space] - Select an item (if `type` is 'Active') when `selectionMode` is selection\n- [Delete] - Delete an item if `selectionMode` property is `Delete`\n\n#### Edit Mode - Reaching Interactive Elements Inside Items\nInteractive elements inside a list item (buttons, links, inputs, etc.) are not reached\nby [Tab] from navigation mode. To activate them, the user first enters edit mode.\n\n- [F2] - While focus is on an item, moves focus to the first interactive element inside it.\n While focus is on an interactive element, moves focus back to the item level.\n Unlike [F7], [F2] does not remember the previous position — it always lands on the first interactive element.\n- [F7] - While focus is on an item, moves focus to the last remembered internal element\n (or to the first interactive element if none is remembered).\n While focus is on an interactive element, saves its position and moves focus back to the item level.\n- [Tab] or [Shift] + [Tab] - While in edit mode, moves focus through the interactive\n elements within an item, then continues into the next/previous item's interactive elements,\n and exits the list after the last/first element.\n- [Up] or [Down] - While focus is on an interactive element inside an item, moves focus\n to the element at the same index in the previous/next item. Items with no interactive\n elements are skipped, and boundaries of `ui5-li-group` are crossed.\n\n**Note:** In `selectionMode=\"Delete\"`, the per-item delete button is reachable through\nthe edit-mode [Tab] flow described above, in addition to the [Delete] shortcut.\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/List.js\";`\n\n`import \"@ui5/webcomponents/dist/ListItemStandard.js\";` (for `ui5-li`)\n\n`import \"@ui5/webcomponents/dist/ListItemCustom.js\";` (for `ui5-li-custom`)\n\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";` (for `ui5-li-group`)\n---\n\n\n### **Events:**\n - **item-click** - Fired when an item is activated, unless the item's `type` property\nis set to `Inactive`.\n\n**Note**: This event is not triggered by interactions with selection components such as the checkboxes and radio buttons,\nassociated with non-default `selectionMode` values, or if any other **interactive** component\n(such as a button or input) within the list item is directly clicked.\n- **item-close** - Fired when the `Close` button of any item is clicked\n\n**Note:** This event is only applicable to list items that can be closed (such as notification list items),\nnot to be confused with `item-delete`.\n- **item-delete** - Fired when the Delete button of any item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `selectionMode` property is set to `Delete`.\n- **item-toggle** - Fired when the `Toggle` button of any item is clicked.\n\n**Note:** This event is only applicable to list items that can be toggled (such as notification group list items).\n- **load-more** - Fired when the user scrolls to the bottom of the list.\n\n**Note:** The event is fired when the `growing='Scroll'` property is enabled.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n- **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **selection-change** - Fired when selection is changed by user interaction\nin `Single`, `SingleStart`, `SingleEnd` and `Multiple` selection modes.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n\n**Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-group` for the intended design.\n- **header** - Defines the component header.\n\n**Note:** When `header` is set, the\n`headerText` property is ignored.\n\n### **CSS Parts:**\n - **growing-button** - Used to style the button, that is used for growing of the component\n- **growing-button-inner** - Used to style the button inner element",
5199
5199
  "doc-url": "",
5200
5200
  "attributes": [
5201
5201
  {
@@ -5483,7 +5483,7 @@
5483
5483
  },
5484
5484
  {
5485
5485
  "name": "ui5-li-custom",
5486
- "description": "A component to be used as custom list item within the `ui5-list`\nthe same way as the standard `ui5-li`.\n\nThe component accepts arbitrary HTML content to allow full customization.\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the content of the component.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n\n### **CSS Parts:**\n - **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode",
5486
+ "description": "A component to be used as custom list item within the `ui5-list`\nthe same way as the standard `ui5-li`.\n\nThe component accepts arbitrary HTML content to allow full customization.\n\n### Keyboard Handling\n\nInteractive elements placed in the default slot (buttons, links, inputs, etc.)\nare **not** reached by [Tab] from outside the list. This follows the SAP Fiori\n\"Intentional Edit Pattern\" and preserves fast keyboard navigation between items.\n\nTo activate an interactive element inside a `ui5-li-custom`:\n\n- [F2] on the focused item - moves focus to the first interactive element inside the item.\n Pressing [F2] again returns focus to the item level.\n- [F7] on the focused item - moves focus to the last remembered interactive element\n inside the item (or to the first interactive element if none is remembered).\n Pressing [F7] again saves the current position and returns focus to the item level.\n- [Tab] or [Shift] + [Tab] then walks through the interactive elements within the item\n and continues into the next/previous item.\n- [Up] or [Down] while focused on an interactive element moves focus to the element\n at the same index in the previous/next item; items with no interactive elements\n are skipped and `ui5-li-group` boundaries are crossed.\n\nSee the `ui5-list` \"Keyboard Handling\" section for the full behavior.\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the content of the component.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n\n### **CSS Parts:**\n - **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode",
5487
5487
  "doc-url": "",
5488
5488
  "attributes": [
5489
5489
  {
@@ -6679,7 +6679,7 @@
6679
6679
  },
6680
6680
  {
6681
6681
  "name": "show-clear-icon",
6682
- "description": "Defines whether the clear icon of the multi-combobox will be shown.",
6682
+ "description": "Defines whether the clear icon of the multi-combobox will be shown.\n\n**Note:** The clear icon is only visible when there is text typed by the user\n and only clears the typed value, not the selected tokens.",
6683
6683
  "value": { "type": "boolean", "default": "false" }
6684
6684
  },
6685
6685
  {
@@ -6812,7 +6812,7 @@
6812
6812
  },
6813
6813
  {
6814
6814
  "name": "show-clear-icon",
6815
- "description": "Defines whether the clear icon of the multi-combobox will be shown.",
6815
+ "description": "Defines whether the clear icon of the multi-combobox will be shown.\n\n**Note:** The clear icon is only visible when there is text typed by the user\n and only clears the typed value, not the selected tokens.",
6816
6816
  "value": { "type": "boolean" }
6817
6817
  },
6818
6818
  {
@@ -8267,6 +8267,11 @@
8267
8267
  "description": "Defines whether the component is disabled.\n\n**Note:** A disabled component is completely noninteractive.",
8268
8268
  "value": { "type": "boolean", "default": "false" }
8269
8269
  },
8270
+ {
8271
+ "name": "display-only",
8272
+ "description": "Defines whether the component is in display-only mode.\n\n**Note:** A display-only component is visually identical to read-only\nbut cannot receive focus and is not announced by screen readers.",
8273
+ "value": { "type": "boolean", "default": "false" }
8274
+ },
8270
8275
  {
8271
8276
  "name": "max",
8272
8277
  "description": "The number of displayed rating symbols.",
@@ -8331,6 +8336,11 @@
8331
8336
  "description": "Defines whether the component is disabled.\n\n**Note:** A disabled component is completely noninteractive.",
8332
8337
  "value": { "type": "boolean" }
8333
8338
  },
8339
+ {
8340
+ "name": "display-only",
8341
+ "description": "Defines whether the component is in display-only mode.\n\n**Note:** A display-only component is visually identical to read-only\nbut cannot receive focus and is not announced by screen readers.",
8342
+ "value": { "type": "boolean" }
8343
+ },
8334
8344
  {
8335
8345
  "name": "max",
8336
8346
  "description": "The number of displayed rating symbols.",
@@ -12517,7 +12527,7 @@
12517
12527
  },
12518
12528
  {
12519
12529
  "name": "ui5-toolbar",
12520
- "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\";`\n---\n\n\n### **Methods:**\n - **isOverflowOpen(): _boolean_** - Returns if the overflow popup is open.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n\n**Note:** Currently only `ui5-toolbar-button`, `ui5-toolbar-select`, `ui5-toolbar-separator` and `ui5-toolbar-spacer` are allowed here.",
12530
+ "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\";`\n---\n\n\n### **Methods:**\n - **isOverflowOpen(): _boolean_** - Returns if the overflow popup is open.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n\n**Note:** Use `ui5-toolbar-button`, `ui5-toolbar-select`, `ui5-toolbar-separator` and `ui5-toolbar-spacer` for the most common toolbar actions. To place any other UI5 Web Component into the toolbar and have it participate in overflow handling, wrap it in a `ui5-toolbar-item`.",
12521
12531
  "doc-url": "",
12522
12532
  "attributes": [
12523
12533
  {
@@ -12552,7 +12562,7 @@
12552
12562
  "slots": [
12553
12563
  {
12554
12564
  "name": "default",
12555
- "description": "Defines the items of the component.\n\n**Note:** Currently only `ui5-toolbar-button`, `ui5-toolbar-select`, `ui5-toolbar-separator` and `ui5-toolbar-spacer` are allowed here."
12565
+ "description": "Defines the items of the component.\n\n**Note:** Use `ui5-toolbar-button`, `ui5-toolbar-select`, `ui5-toolbar-separator` and `ui5-toolbar-spacer` for the most common toolbar actions. To place any other UI5 Web Component into the toolbar and have it participate in overflow handling, wrap it in a `ui5-toolbar-item`."
12556
12566
  }
12557
12567
  ],
12558
12568
  "events": [],
@@ -12941,7 +12951,7 @@
12941
12951
  {
12942
12952
  "name": "selected",
12943
12953
  "description": "Defines the selected state of the component.",
12944
- "value": { "type": "any", "default": "false" }
12954
+ "value": { "type": "boolean", "default": "false" }
12945
12955
  },
12946
12956
  {
12947
12957
  "name": "value",
@@ -12961,7 +12971,7 @@
12961
12971
  {
12962
12972
  "name": "selected",
12963
12973
  "description": "Defines the selected state of the component.",
12964
- "value": { "type": "any" }
12974
+ "value": { "type": "boolean" }
12965
12975
  },
12966
12976
  {
12967
12977
  "name": "value",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.25.1-rc.0",
3
+ "version": "2.26.0-rc.1",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -56,22 +56,22 @@
56
56
  "directory": "packages/main"
57
57
  },
58
58
  "dependencies": {
59
- "@ui5/webcomponents-base": "2.25.1-rc.0",
60
- "@ui5/webcomponents-icons": "2.25.1-rc.0",
61
- "@ui5/webcomponents-icons-business-suite": "2.25.1-rc.0",
62
- "@ui5/webcomponents-icons-tnt": "2.25.1-rc.0",
63
- "@ui5/webcomponents-localization": "2.25.1-rc.0",
64
- "@ui5/webcomponents-theming": "2.25.1-rc.0"
59
+ "@ui5/webcomponents-base": "2.26.0-rc.1",
60
+ "@ui5/webcomponents-icons": "2.26.0-rc.1",
61
+ "@ui5/webcomponents-icons-business-suite": "2.26.0-rc.1",
62
+ "@ui5/webcomponents-icons-tnt": "2.26.0-rc.1",
63
+ "@ui5/webcomponents-localization": "2.26.0-rc.1",
64
+ "@ui5/webcomponents-theming": "2.26.0-rc.1"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@custom-elements-manifest/analyzer": "^0.10.10",
68
68
  "@ui5/cypress-internal": "0.1.0",
69
- "@ui5/webcomponents-tools": "2.25.1-rc.0",
69
+ "@ui5/webcomponents-tools": "2.26.0-rc.1",
70
70
  "cypress": "15.18.1",
71
71
  "jsdom": "^26.0.0",
72
72
  "lit": "^2.0.0",
73
73
  "vite": "5.4.21",
74
74
  "vitest": "^3.2.7"
75
75
  },
76
- "gitHead": "72c54b253971e66f766404641b9fc2e5ffaf3344"
76
+ "gitHead": "5a9a30101e46d6a525886f4dadebdbf85a6afceb"
77
77
  }
@@ -28,6 +28,7 @@ export default function InputPopoverTemplate(this: Input, hooks?: { suggestionsL
28
28
  preventInitialFocus={true}
29
29
  preventFocusRestore={true}
30
30
  hideArrow={true}
31
+ accessibleRole="None"
31
32
  class="ui5-valuestatemessage-popover"
32
33
  placement="Bottom"
33
34
  tabindex={-1}
@@ -16,6 +16,7 @@ export default function ListItemBaseTemplate(this: ListItemBase, hooks?: { listI
16
16
  draggable={this.movable}
17
17
  role={injectedProps?.role}
18
18
  title={injectedProps?.title}
19
+ aria-selected={injectedProps?.role === "option" ? this.selected : undefined}
19
20
  onFocusIn={this._onfocusin}
20
21
  onKeyUp={this._onkeyup}
21
22
  onKeyDown={this._onkeydown}
@@ -58,7 +58,7 @@ export default function ListTemplate(this: List) {
58
58
  <slot></slot>
59
59
 
60
60
  {this.showNoDataText &&
61
- <li tabindex={0} id={`${this._id}-nodata`} class="ui5-list-nodata" role="listitem">
61
+ <li tabindex={0} id={`${this._id}-nodata`} class="ui5-list-nodata" role={this.noDataItemRole as any}>
62
62
  <div id={`${this._id}-nodata-text`} class="ui5-list-nodata-text">
63
63
  {this.noDataText}
64
64
  </div>
@@ -140,6 +140,7 @@ export default function RangeSliderTemplate(this: RangeSlider) {
140
140
  labelInterval={this._hasCustomTickmarks ? 1 : this.labelInterval}
141
141
  tickmarks={this.tickmarks}
142
142
  progressTabIndex={this._tabIndex}
143
+ progressRole={this._progressRole}
143
144
  progressAriaValueNow={this._ariaValueNow}
144
145
  progressAriaValueText={`From ${this.startValue} to ${this.endValue}`}
145
146
  progressAriaLabel={this._ariaLabel}
@@ -49,7 +49,7 @@ function starLi(this: RatingIndicator, star: Star) {
49
49
  </div>
50
50
  </li>
51
51
  );
52
- } if (this.readonly) {
52
+ } if (this.readonly || this.displayOnly) {
53
53
  return (
54
54
  <li class="ui5-rating-indicator-item ui5-rating-indicator-item-unsel">
55
55
  <Icon data-ui5-value={star.index} name={this.ratedIcon} />
@@ -26,7 +26,7 @@ export default function SelectPopoverTemplate(this: Select) {
26
26
  onBeforeOpen={this._beforeOpen}
27
27
  onClose={this._afterClose}
28
28
  onKeyDown={this._onkeydown}
29
- accessibleName={this._isPhone ? this._headerTitleText : undefined}
29
+ accessibleName={this._isPhone ? this._effectivePopoverAccessibleName : undefined}
30
30
  >
31
31
  {this._isPhone &&
32
32
  <div slot="header" class="ui5-responsive-popover-header">
@@ -62,6 +62,7 @@ export default function SelectPopoverTemplate(this: Select) {
62
62
  onMouseDown={this._itemMousedown}
63
63
  onItemClick={this._handleItemPress}
64
64
  accessibleRole="ListBox"
65
+ accessibleName={this._effectiveListAccessibleName}
65
66
  >
66
67
  <slot></slot>
67
68
  </List>
@@ -24,6 +24,7 @@ export default function SelectTemplate(this: Select) {
24
24
 
25
25
  <div
26
26
  class="ui5-select-label-root"
27
+ part="label"
27
28
  data-sap-focus-ref
28
29
  tabindex={this._effectiveTabIndex}
29
30
  role="combobox"
@@ -34,14 +34,14 @@ export default function SliderScaleTemplate(this: SliderScale) {
34
34
  part="progress"
35
35
  style={this._progressStyle}
36
36
  tabIndex={this.progressTabIndex}
37
- role="slider"
38
- aria-orientation="horizontal"
39
- aria-valuemin={this.min}
40
- aria-valuemax={this.max}
41
- aria-valuenow={this.progressAriaValueNow}
42
- aria-valuetext={this.progressAriaValueText}
43
- aria-label={this.progressAriaLabel}
44
- aria-disabled={this.progressAriaDisabled}
37
+ role={this.progressRole}
38
+ aria-orientation={this.progressRole ? "horizontal" : undefined}
39
+ aria-valuemin={this.progressRole ? this.min : undefined}
40
+ aria-valuemax={this.progressRole ? this.max : undefined}
41
+ aria-valuenow={this.progressRole ? this.progressAriaValueNow : undefined}
42
+ aria-valuetext={this.progressRole ? this.progressAriaValueText : undefined}
43
+ aria-label={this.progressRole ? this.progressAriaLabel : undefined}
44
+ aria-disabled={this.progressRole ? this.progressAriaDisabled : undefined}
45
45
  onMouseEnter={this._onProgressMouseEnter}
46
46
  onMouseLeave={this._onProgressMouseLeave}
47
47
  ></div>
@@ -66,6 +66,7 @@ export default function TableRowTemplate(this: TableRow, ariaColIndex: number =
66
66
  <Button id="overflow"
67
67
  icon={iconOverflow}
68
68
  design={ButtonDesign.Transparent}
69
+ tooltip={this._overflowButtonTooltip}
69
70
  onClick={this._onOverflowButtonClick}
70
71
  ></Button>
71
72
  }
@@ -7,7 +7,7 @@ export default function ToolbarSelectTemplate(this: ToolbarSelect) {
7
7
  <Select
8
8
  class={this.classes.root}
9
9
  style={this.styles}
10
- value={this.value}
10
+ value={this._innerSelectValue}
11
11
  data-ui5-external-action-item-id={this._id}
12
12
  valueState={this.valueState}
13
13
  disabled={this.disabled}
@@ -24,7 +24,7 @@ export default function ToolbarSelectTemplate(this: ToolbarSelect) {
24
24
  }
25
25
  {this.options.map((option, index) => (
26
26
  <Option
27
- selected={option.selected}
27
+ selected={index === this._lastSelectedIndex}
28
28
  value={option.value}
29
29
  data-ui5-external-action-item-index={index}
30
30
  >
@@ -321,6 +321,12 @@ SELECT_ROLE_DESCRIPTION=Listbox
321
321
  #XTXT: MultiComboBox and ComboBox icon accessible name
322
322
  SELECT_OPTIONS=Select Options
323
323
 
324
+ #XACT: ARIA announcement prefix for Select dialog accessible name on mobile (without trailing space)
325
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Select:
326
+
327
+ #XACT: ARIA accessible name for Select's listbox when no explicit label is provided
328
+ SELECT_LISTBOX_LABEL=All Items
329
+
324
330
  #XTXT: MultiComboBox show selected items button accessible name
325
331
  SHOW_SELECTED_BUTTON=Show Selected Items Only
326
332
 
@@ -948,6 +954,8 @@ TABLE_ROW_ACTIONS=Row Actions
948
954
  TABLE_ROW_SINGLE_ACTION=1 row action available
949
955
  #XACT: Screenreader announcement when several actions are available
950
956
  TABLE_ROW_MULTIPLE_ACTIONS={0} row actions available
957
+ #XTOL: Tooltip of the overflow button that reveals additional row actions
958
+ TABLE_ROW_OVERFLOW_BUTTON=More actions
951
959
  #XACT: ARIA description for the row action navigation
952
960
  TABLE_NAVIGATION=Navigation
953
961
  #XTOL: Tooltip for the AI button in the column header to indicate that the column is generated by AI
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=مربع القائمة
222
222
 
223
223
  SELECT_OPTIONS=تحديد الخيارات
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=تحديد:
226
+
227
+ SELECT_LISTBOX_LABEL=كل البنود
228
+
225
229
  SHOW_SELECTED_BUTTON=إظهار البنود المحددة فقط
226
230
 
227
231
  INPUT_SUGGESTIONS=اقترحات متوفرة
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=لتحميل المزيد من الصفوف، اضغط ع
639
643
  TABLE_ROW_ACTIONS=إجراءات الصف
640
644
  TABLE_ROW_SINGLE_ACTION=يتوفر 1 إجراء صف
641
645
  TABLE_ROW_MULTIPLE_ACTIONS=يتوفر {0} من إجراءات الصف
646
+ TABLE_ROW_OVERFLOW_BUTTON=مزيد من الإجراءات
642
647
  TABLE_NAVIGATION=تنقل
643
648
  TABLE_GENERATED_BY_AI=مُنشأ بواسطة الذكاء الاصطناعي
644
649
  TABLE_SELECT_ALL_ROWS=تحديد كل الصفوف
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=Клетка на списък
222
222
 
223
223
  SELECT_OPTIONS=Избиране на опции
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Избор:
226
+
227
+ SELECT_LISTBOX_LABEL=Всички позиции
228
+
225
229
  SHOW_SELECTED_BUTTON=Показване само на избраните позиции
226
230
 
227
231
  INPUT_SUGGESTIONS=Има налични предложения
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=За да се заредят още редове, нат
639
643
  TABLE_ROW_ACTIONS=Действия за реда
640
644
  TABLE_ROW_SINGLE_ACTION=Наличен е 1 ред за действие
641
645
  TABLE_ROW_MULTIPLE_ACTIONS=Налични са {0} реда за действия
646
+ TABLE_ROW_OVERFLOW_BUTTON=Още действия
642
647
  TABLE_NAVIGATION=Навигация
643
648
  TABLE_GENERATED_BY_AI=Генерирано от AI
644
649
  TABLE_SELECT_ALL_ROWS=Избор на всички редове
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=Quadre de llista
222
222
 
223
223
  SELECT_OPTIONS=Seleccionar opcions
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Seleccionar:
226
+
227
+ SELECT_LISTBOX_LABEL=Tots els elements
228
+
225
229
  SHOW_SELECTED_BUTTON=Mostrar només posicions seleccionades
226
230
 
227
231
  INPUT_SUGGESTIONS=Propostes disponibles
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=Per carregar més files, premeu Retorn o Espai
639
643
  TABLE_ROW_ACTIONS=Accions de fila
640
644
  TABLE_ROW_SINGLE_ACTION=1 acció de fila disponible
641
645
  TABLE_ROW_MULTIPLE_ACTIONS={0} accions de fila disponibles
646
+ TABLE_ROW_OVERFLOW_BUTTON=Més accions
642
647
  TABLE_NAVIGATION=Navegació
643
648
  TABLE_GENERATED_BY_AI=Generat per IA
644
649
  TABLE_SELECT_ALL_ROWS=Seleccionar totes les files
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=Polje liste
222
222
 
223
223
  SELECT_OPTIONS=Opcije odabira
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Odaberi:
226
+
227
+ SELECT_LISTBOX_LABEL=Sve stavke
228
+
225
229
  SHOW_SELECTED_BUTTON=Pokaži samo odabrane stavke
226
230
 
227
231
  INPUT_SUGGESTIONS=Predlozi su dostupni
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=Da biste učitali više redova, pritisnite Enter ili razm
639
643
  TABLE_ROW_ACTIONS=Radnje reda
640
644
  TABLE_ROW_SINGLE_ACTION=1 radnja reda dostupna
641
645
  TABLE_ROW_MULTIPLE_ACTIONS={0} radnji reda dostupno
646
+ TABLE_ROW_OVERFLOW_BUTTON=Više radnji
642
647
  TABLE_NAVIGATION=Usmjeravanje
643
648
  TABLE_GENERATED_BY_AI=Generisala vještačka inteligencija
644
649
  TABLE_SELECT_ALL_ROWS=Odaberi sve redove
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=Pole se seznamem
222
222
 
223
223
  SELECT_OPTIONS=Vybrat možnosti
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Vybrat:
226
+
227
+ SELECT_LISTBOX_LABEL=Všechny položky
228
+
225
229
  SHOW_SELECTED_BUTTON=Zobrazit jen vybrané položky
226
230
 
227
231
  INPUT_SUGGESTIONS=Existují návrhy
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=Další řádky načtete stisknutím Enter nebo mezerník
639
643
  TABLE_ROW_ACTIONS=Akce řádky
640
644
  TABLE_ROW_SINGLE_ACTION=1 akce řádky k dispozici
641
645
  TABLE_ROW_MULTIPLE_ACTIONS={0} akce(í) řádky k dispozici
646
+ TABLE_ROW_OVERFLOW_BUTTON=Další akce
642
647
  TABLE_NAVIGATION=Navigace
643
648
  TABLE_GENERATED_BY_AI=Generováno umělou inteligencí
644
649
  TABLE_SELECT_ALL_ROWS=Vybrat všechny řádky
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=Blwch Rhestr
222
222
 
223
223
  SELECT_OPTIONS=Dewis Opsiynau
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Dewis:
226
+
227
+ SELECT_LISTBOX_LABEL=Pob Eitem
228
+
225
229
  SHOW_SELECTED_BUTTON=Dangos Eitemau wedi''u Dewis yn unig
226
230
 
227
231
  INPUT_SUGGESTIONS=Awgrymiadau ar gael
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=Llwytho mwy o resi drwy bwyso''r botwm ''Enter'' neu ''Sp
639
643
  TABLE_ROW_ACTIONS=Camau Gweithredu Rhes
640
644
  TABLE_ROW_SINGLE_ACTION=1 cam gweithredu rhes ar gael
641
645
  TABLE_ROW_MULTIPLE_ACTIONS={0} cam gweithredu rhes ar gael
646
+ TABLE_ROW_OVERFLOW_BUTTON=Rhagor o gamau gweithredu
642
647
  TABLE_NAVIGATION=Llywio
643
648
  TABLE_GENERATED_BY_AI=Cynhyrchwyd gan AI
644
649
  TABLE_SELECT_ALL_ROWS=Dewis Pob Rhes
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=Listeboks
222
222
 
223
223
  SELECT_OPTIONS=Valgmuligheder
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Vælg:
226
+
227
+ SELECT_LISTBOX_LABEL=Alle elementer
228
+
225
229
  SHOW_SELECTED_BUTTON=Vis kun valgte elementer
226
230
 
227
231
  INPUT_SUGGESTIONS=Forslag er tilgængelige
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=Indlæs flere rækker ved at trykke på Enter eller melle
639
643
  TABLE_ROW_ACTIONS=Rækkehandlinger
640
644
  TABLE_ROW_SINGLE_ACTION=1 rækkehandling tilgængelig
641
645
  TABLE_ROW_MULTIPLE_ACTIONS={0} rækkehandlinger tilgængelige
646
+ TABLE_ROW_OVERFLOW_BUTTON=Flere handlinger
642
647
  TABLE_NAVIGATION=Navigation
643
648
  TABLE_GENERATED_BY_AI=Genereret af AI
644
649
  TABLE_SELECT_ALL_ROWS=Vælg alle rækker
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=Listenfeld
222
222
 
223
223
  SELECT_OPTIONS=Auswahloptionen
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Auswählen:
226
+
227
+ SELECT_LISTBOX_LABEL=Alle Elemente
228
+
225
229
  SHOW_SELECTED_BUTTON=Nur ausgewählte Elemente einblenden
226
230
 
227
231
  INPUT_SUGGESTIONS=Es sind Vorschläge verfügbar
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=Um weitere Zeilen zu laden, drücken Sie Enter oder die L
639
643
  TABLE_ROW_ACTIONS=Zeilenaktionen
640
644
  TABLE_ROW_SINGLE_ACTION=1 Zeilenaktion verfügbar
641
645
  TABLE_ROW_MULTIPLE_ACTIONS={0} Zeilenaktionen verfügbar
646
+ TABLE_ROW_OVERFLOW_BUTTON=Weitere Aktionen
642
647
  TABLE_NAVIGATION=Navigation
643
648
  TABLE_GENERATED_BY_AI=KI-generiert
644
649
  TABLE_SELECT_ALL_ROWS=Alle Zeilen markieren
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=Πλαίσιο λίστας
222
222
 
223
223
  SELECT_OPTIONS=Επιλογή Εκδοχών
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Επιλογή:
226
+
227
+ SELECT_LISTBOX_LABEL=Όλα τα Στοιχεία
228
+
225
229
  SHOW_SELECTED_BUTTON=Εμφάνιση Επιλεγμένων Στοιχείων Μόνο
226
230
 
227
231
  INPUT_SUGGESTIONS=Προτάσεις Διαθέσιμες
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=Για να φορτώσετε περισσότερες
639
643
  TABLE_ROW_ACTIONS=Ενέργειες Σειράς
640
644
  TABLE_ROW_SINGLE_ACTION=1 ενέργεια σειράς διαθέσιμη
641
645
  TABLE_ROW_MULTIPLE_ACTIONS={0} ενέργειες σειράς διαθέσιμες
646
+ TABLE_ROW_OVERFLOW_BUTTON=Περισσότερες Ενέργειες
642
647
  TABLE_NAVIGATION=Πλοήγηση
643
648
  TABLE_GENERATED_BY_AI=Παραγόμενο από ΑΙ
644
649
  TABLE_SELECT_ALL_ROWS=Επιλέξτε Όλες τις Σειρές
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=Listbox
222
222
 
223
223
  SELECT_OPTIONS=Select Options
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Select:
226
+
227
+ SELECT_LISTBOX_LABEL=All Items
228
+
225
229
  SHOW_SELECTED_BUTTON=Show Selected Items Only
226
230
 
227
231
  INPUT_SUGGESTIONS=Suggestions Available
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=To load more rows, press Enter or Space
639
643
  TABLE_ROW_ACTIONS=Row Actions
640
644
  TABLE_ROW_SINGLE_ACTION=1 row action available
641
645
  TABLE_ROW_MULTIPLE_ACTIONS={0} row actions available
646
+ TABLE_ROW_OVERFLOW_BUTTON=More Actions
642
647
  TABLE_NAVIGATION=Navigation
643
648
  TABLE_GENERATED_BY_AI=Generated by AI
644
649
  TABLE_SELECT_ALL_ROWS=Select All Rows
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=Listbox
222
222
 
223
223
  SELECT_OPTIONS=Select Options
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Select:
226
+
227
+ SELECT_LISTBOX_LABEL=All Items
228
+
225
229
  SHOW_SELECTED_BUTTON=Show Selected Items Only
226
230
 
227
231
  INPUT_SUGGESTIONS=Suggestions Available
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=To load more rows, press Enter or Space
639
643
  TABLE_ROW_ACTIONS=Row Actions
640
644
  TABLE_ROW_SINGLE_ACTION=1 row action available
641
645
  TABLE_ROW_MULTIPLE_ACTIONS={0} row actions available
646
+ TABLE_ROW_OVERFLOW_BUTTON=More Actions
642
647
  TABLE_NAVIGATION=Navigation
643
648
  TABLE_GENERATED_BY_AI=Generated by AI
644
649
  TABLE_SELECT_ALL_ROWS=Select All Rows
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=[[[Ļįşţƃŏχ∙∙∙∙∙∙∙]]]
222
222
 
223
223
  SELECT_OPTIONS=[[[Ŝēĺēċţ Ŏρţįŏŋş∙∙∙∙∙]]]
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=[[[Ŝēĺēċţ:∙∙∙∙∙∙∙]]]
226
+
227
+ SELECT_LISTBOX_LABEL=[[[Āĺĺ Ĭţēɱş∙∙∙∙∙]]]
228
+
225
229
  SHOW_SELECTED_BUTTON=[[[Ŝĥŏŵ Ŝēĺēċţēƌ Ĭţēɱş Ŏŋĺŷ∙∙∙∙∙∙]]]
226
230
 
227
231
  INPUT_SUGGESTIONS=[[[Ŝűğğēşţįŏŋş Āʋąįĺąƃĺē∙∙∙∙∙]]]
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=[[[Ţŏ ĺŏąƌ ɱŏŗē ŗŏŵş, ρŗēşş Ĕŋţēŗ
639
643
  TABLE_ROW_ACTIONS=[[[Řŏŵ Āċţįŏŋş∙∙∙∙∙∙∙∙]]]
640
644
  TABLE_ROW_SINGLE_ACTION=[[[1 ŗŏŵ ąċţįŏŋ ąʋąįĺąƃĺē∙∙∙∙∙]]]
641
645
  TABLE_ROW_MULTIPLE_ACTIONS=[[[{0} ŗŏŵ ąċţįŏŋş ąʋąįĺąƃĺē]]]
646
+ TABLE_ROW_OVERFLOW_BUTTON=[[[Μŏŗē Āċţįŏŋş∙∙∙∙∙∙∙]]]
642
647
  TABLE_NAVIGATION=[[[Ńąʋįğąţįŏŋ∙∙∙∙]]]
643
648
  TABLE_GENERATED_BY_AI=[[[Ģēŋēŗąţēƌ ƃŷ ĀĬ∙∙∙∙]]]
644
649
  TABLE_SELECT_ALL_ROWS=[[[Ŝēĺēċţ Āĺĺ Řŏŵş∙∙∙∙]]]
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=‌​​‌‌‌‌‌‍‌‌‍‍​​
222
222
 
223
223
  SELECT_OPTIONS=‍‌​​‍​​‌‍‌‌‍‍‌‌​​‌‌​‌​​‌‍‌‍​​​‍​‌‌‍​‍‍‍Select Options
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=‍‍‌​‍‍‌‍​‍‍‍‌‍‌‍‍​‌​‍‌‍​‍​‍‌‌​‍‌​‌​‍​​‌‌Select:
226
+
227
+ SELECT_LISTBOX_LABEL=‌​​​​‍‌‌‍​​​‌‍‌‌​‍​‍‌​​‍‌​​‍‍​‍​‌​‌‌‌‌‍‌All Items
228
+
225
229
  SHOW_SELECTED_BUTTON=‌‌‌‌‍‍‍​‌‌​​​‌‌‍‍‌‍‌‌‌‌​‌​‍‍​‍​‌‌‍​‍​‍‌​Show Selected Items Only
226
230
 
227
231
  INPUT_SUGGESTIONS=‌‌‌​​‌‍‍‍‌‌​‌​‍‌‌‍‌‍​‌​‍‌‌‌‌‍‍​‍‌​‍​​‌​‌Suggestions Available
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=‌​​‌‍​‍‍​​‍‍​‍​​
639
643
  TABLE_ROW_ACTIONS=‌‌‍‍‍‍​‍‍​‌‌‌​‌‌‌‍‍‍‌‍​‍‍​‌‍‍​‍‌‌‍‌‌‍‍Row Actions
640
644
  TABLE_ROW_SINGLE_ACTION=‌​‌​‌​‌​​‌​‍​‌‍‌‌‌‍‍​‌​​‌‌‍‌‍‌‍‍‍​‌​‍​‍​1 row action available
641
645
  TABLE_ROW_MULTIPLE_ACTIONS=‌​‍‌‍​‍​‌‍‌‍‍​‌‌‍‌‍‌‍​​‌‍‌‍‍‍​‌‌‍​​​​‌‌​‌​​​{0}‌‌‌ row actions available
646
+ TABLE_ROW_OVERFLOW_BUTTON=‌‍​‍​​‍‌‌‍‍‌‌​​‌‌​‍‌‍‌‌‌‍​‌‌‍‌​‍​​‍‍​‌‍‌More Actions
642
647
  TABLE_NAVIGATION=‌‌​​‍​‌‍​​‌​​‌‍‌‌‌‍​‍‍​‍​‍‍‍‍‌‍‍‍‌‍​‌​Navigation
643
648
  TABLE_GENERATED_BY_AI=‌​‌‌​​‌​​‌‍​‌​​​​​​​​‍‍‌​​​‍‍‍‌‌​​​‍‌‍​‍Generated by AI
644
649
  TABLE_SELECT_ALL_ROWS=‌‍​‌‍​‍​​‍​​‌‌​‌‌​​‌‌‌‍‍​‍‍‍​‌​​‍​‍​‍‌​‌Select All Rows
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=5ft7ZxZ/7C6lJHBo3QlNOw_Listbox
222
222
 
223
223
  SELECT_OPTIONS=ZSkCpMG74nkfxVlx8OchKw_Select Options
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=pI/baIDmGeFMYHEyFJW+6g_Select:
226
+
227
+ SELECT_LISTBOX_LABEL=2IbMINKGQb+e2zVwzNJU/A_All Items
228
+
225
229
  SHOW_SELECTED_BUTTON=V6zdNiX7TqpJonPtoWz7Cw_Show Selected Items Only
226
230
 
227
231
  INPUT_SUGGESTIONS=ORX0695Zv8tMR5oyfPc05g_Suggestions Available
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=07V7nFnmmsXPc7e5e1Lgxw_To load more rows, press Enter or
639
643
  TABLE_ROW_ACTIONS=d+acSF9P9XYhZsNi2A7O8Q_Row Actions
640
644
  TABLE_ROW_SINGLE_ACTION=dq7F3ZSovcFP86iOVuAhbg_1 row action available
641
645
  TABLE_ROW_MULTIPLE_ACTIONS=Vc4dKHan0gPBgU46NFYhwA_{0} row actions available
646
+ TABLE_ROW_OVERFLOW_BUTTON=8kXXS3BjvN3tk5eDvg6bhA_More Actions
642
647
  TABLE_NAVIGATION=hr4qP8qbNMvgblRgE3rJwA_Navigation
643
648
  TABLE_GENERATED_BY_AI=33i9tgFMUlv4AgS6gWZLzw_Generated by AI
644
649
  TABLE_SELECT_ALL_ROWS=C6jlOBtfHYBM7VgSF+BkDw_Select All Rows
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=Lista desplegable
222
222
 
223
223
  SELECT_OPTIONS=Seleccionar opciones
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Seleccionar:
226
+
227
+ SELECT_LISTBOX_LABEL=Todos los elementos
228
+
225
229
  SHOW_SELECTED_BUTTON=Mostrar solo elementos seleccionados
226
230
 
227
231
  INPUT_SUGGESTIONS=Propuestas disponibles
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=Para cargar más filas, pulse Intro o Espacio
639
643
  TABLE_ROW_ACTIONS=Acciones de fila
640
644
  TABLE_ROW_SINGLE_ACTION=1 acción de fila disponible
641
645
  TABLE_ROW_MULTIPLE_ACTIONS={0} acciones de fila disponibles
646
+ TABLE_ROW_OVERFLOW_BUTTON=Más acciones
642
647
  TABLE_NAVIGATION=Navegación
643
648
  TABLE_GENERATED_BY_AI=Generado por IA
644
649
  TABLE_SELECT_ALL_ROWS=Seleccionar todas las filas
@@ -222,6 +222,10 @@ SELECT_ROLE_DESCRIPTION=Cuadro de lista
222
222
 
223
223
  SELECT_OPTIONS=Seleccionar opciones
224
224
 
225
+ SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Seleccionar:
226
+
227
+ SELECT_LISTBOX_LABEL=Todos los elementos
228
+
225
229
  SHOW_SELECTED_BUTTON=Mostrar solo los elementos seleccionados
226
230
 
227
231
  INPUT_SUGGESTIONS=Sugerencias disponibles
@@ -639,6 +643,7 @@ TABLE_MORE_DESCRIPTION=Para cargar más filas, presione Entrar o la barra espaci
639
643
  TABLE_ROW_ACTIONS=Acciones de fila
640
644
  TABLE_ROW_SINGLE_ACTION=1 acción de fila disponible
641
645
  TABLE_ROW_MULTIPLE_ACTIONS={0} acciones de fila disponibles
646
+ TABLE_ROW_OVERFLOW_BUTTON=Más acciones
642
647
  TABLE_NAVIGATION=Navegación
643
648
  TABLE_GENERATED_BY_AI=Generado con IA
644
649
  TABLE_SELECT_ALL_ROWS=Seleccionar todas las filas