@ui5/webcomponents 2.5.0-rc.1 → 2.5.0-rc.2

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 (377) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/cypress/specs/Form.cy.ts +47 -23
  3. package/cypress/specs/Input.cy.ts +32 -0
  4. package/dist/.tsbuildinfo +1 -1
  5. package/dist/ComboBox.js +6 -3
  6. package/dist/ComboBox.js.map +1 -1
  7. package/dist/Form.d.ts +40 -3
  8. package/dist/Form.js +109 -7
  9. package/dist/Form.js.map +1 -1
  10. package/dist/FormGroup.d.ts +0 -1
  11. package/dist/FormGroup.js +0 -5
  12. package/dist/FormGroup.js.map +1 -1
  13. package/dist/FormItem.d.ts +0 -4
  14. package/dist/FormItem.js +0 -7
  15. package/dist/FormItem.js.map +1 -1
  16. package/dist/Input.js +6 -2
  17. package/dist/Input.js.map +1 -1
  18. package/dist/List.d.ts +3 -0
  19. package/dist/List.js +30 -1
  20. package/dist/List.js.map +1 -1
  21. package/dist/RadioButton.d.ts +5 -2
  22. package/dist/RadioButton.js +6 -3
  23. package/dist/RadioButton.js.map +1 -1
  24. package/dist/RadioButtonGroup.d.ts +2 -2
  25. package/dist/RadioButtonGroup.js +56 -34
  26. package/dist/RadioButtonGroup.js.map +1 -1
  27. package/dist/css/themes/Avatar.css +1 -1
  28. package/dist/css/themes/AvatarGroup.css +1 -1
  29. package/dist/css/themes/Bar.css +1 -1
  30. package/dist/css/themes/Breadcrumbs.css +1 -1
  31. package/dist/css/themes/BusyIndicator.css +1 -1
  32. package/dist/css/themes/Button.css +1 -1
  33. package/dist/css/themes/Calendar.css +1 -1
  34. package/dist/css/themes/CalendarHeader.css +1 -1
  35. package/dist/css/themes/CalendarLegend.css +1 -1
  36. package/dist/css/themes/CalendarLegendItem.css +1 -1
  37. package/dist/css/themes/Card.css +1 -1
  38. package/dist/css/themes/CardHeader.css +1 -1
  39. package/dist/css/themes/Carousel.css +1 -1
  40. package/dist/css/themes/CheckBox.css +1 -1
  41. package/dist/css/themes/ColorPalette.css +1 -1
  42. package/dist/css/themes/ColorPaletteItem.css +1 -1
  43. package/dist/css/themes/ColorPalettePopover.css +1 -1
  44. package/dist/css/themes/ColorPicker.css +1 -1
  45. package/dist/css/themes/ComboBox.css +1 -1
  46. package/dist/css/themes/ComboBoxItem.css +1 -1
  47. package/dist/css/themes/DatePicker.css +1 -1
  48. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  49. package/dist/css/themes/DayPicker.css +1 -1
  50. package/dist/css/themes/Dialog.css +1 -1
  51. package/dist/css/themes/FileUploader.css +1 -1
  52. package/dist/css/themes/Form.css +1 -1
  53. package/dist/css/themes/FormItem.css +1 -1
  54. package/dist/css/themes/FormItemSpan.css +1 -0
  55. package/dist/css/themes/GrowingButton.css +1 -1
  56. package/dist/css/themes/Icon.css +1 -1
  57. package/dist/css/themes/Input.css +1 -1
  58. package/dist/css/themes/InputIcon.css +1 -1
  59. package/dist/css/themes/InputSharedStyles.css +1 -1
  60. package/dist/css/themes/Link.css +1 -1
  61. package/dist/css/themes/List.css +1 -1
  62. package/dist/css/themes/ListItem.css +1 -1
  63. package/dist/css/themes/ListItemBase.css +1 -1
  64. package/dist/css/themes/ListItemCustom.css +1 -1
  65. package/dist/css/themes/ListItemGroup.css +1 -1
  66. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  67. package/dist/css/themes/ListItemIcon.css +1 -1
  68. package/dist/css/themes/Menu.css +1 -1
  69. package/dist/css/themes/MenuItem.css +1 -1
  70. package/dist/css/themes/MessageStrip.css +1 -1
  71. package/dist/css/themes/MonthPicker.css +1 -1
  72. package/dist/css/themes/MultiComboBox.css +1 -1
  73. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  74. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  75. package/dist/css/themes/MultiInput.css +1 -1
  76. package/dist/css/themes/NavigationMenu.css +1 -1
  77. package/dist/css/themes/NavigationMenuItem.css +1 -1
  78. package/dist/css/themes/OptionBase.css +1 -1
  79. package/dist/css/themes/Panel.css +1 -1
  80. package/dist/css/themes/Popover.css +1 -1
  81. package/dist/css/themes/PopupsCommon.css +1 -1
  82. package/dist/css/themes/ProgressIndicator.css +1 -1
  83. package/dist/css/themes/RadioButton.css +1 -1
  84. package/dist/css/themes/RangeSlider.css +1 -1
  85. package/dist/css/themes/RatingIndicator.css +1 -1
  86. package/dist/css/themes/ResponsivePopover.css +1 -1
  87. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  88. package/dist/css/themes/SegmentedButton.css +1 -1
  89. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  90. package/dist/css/themes/Select.css +1 -1
  91. package/dist/css/themes/SliderBase.css +1 -1
  92. package/dist/css/themes/SplitButton.css +1 -1
  93. package/dist/css/themes/StepInput.css +1 -1
  94. package/dist/css/themes/SuggestionItem.css +1 -1
  95. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  96. package/dist/css/themes/Switch.css +1 -1
  97. package/dist/css/themes/TabContainer.css +1 -1
  98. package/dist/css/themes/TabInOverflow.css +1 -1
  99. package/dist/css/themes/TabInStrip.css +1 -1
  100. package/dist/css/themes/TabSemanticIcon.css +1 -1
  101. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  102. package/dist/css/themes/Table.css +1 -1
  103. package/dist/css/themes/TableCellBase.css +1 -1
  104. package/dist/css/themes/TableHeaderRow.css +1 -1
  105. package/dist/css/themes/TableRow.css +1 -1
  106. package/dist/css/themes/TableRowBase.css +1 -1
  107. package/dist/css/themes/Tag.css +1 -1
  108. package/dist/css/themes/Text.css +1 -1
  109. package/dist/css/themes/TextArea.css +1 -1
  110. package/dist/css/themes/TimePicker.css +1 -1
  111. package/dist/css/themes/Toast.css +1 -1
  112. package/dist/css/themes/ToggleButton.css +1 -1
  113. package/dist/css/themes/Token.css +1 -1
  114. package/dist/css/themes/Tokenizer.css +1 -1
  115. package/dist/css/themes/TokenizerPopover.css +1 -1
  116. package/dist/css/themes/Toolbar.css +1 -1
  117. package/dist/css/themes/ToolbarPopover.css +1 -1
  118. package/dist/css/themes/TreeItem.css +1 -1
  119. package/dist/css/themes/ValueStateMessage.css +1 -1
  120. package/dist/css/themes/YearPicker.css +1 -1
  121. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  122. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  123. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  124. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  125. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  126. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  127. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  128. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  129. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  130. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  131. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  132. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  133. package/dist/custom-elements-internal.json +27 -7
  134. package/dist/custom-elements.json +26 -7
  135. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  136. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  137. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  138. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  139. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  140. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  141. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  142. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  143. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  144. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  145. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  146. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  147. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  148. package/dist/generated/templates/RadioButtonTemplate.lit.js +1 -1
  149. package/dist/generated/templates/RadioButtonTemplate.lit.js.map +1 -1
  150. package/dist/generated/themes/Avatar.css.js +1 -1
  151. package/dist/generated/themes/Avatar.css.js.map +1 -1
  152. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  153. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  154. package/dist/generated/themes/Bar.css.js +1 -1
  155. package/dist/generated/themes/Bar.css.js.map +1 -1
  156. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  157. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  158. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  159. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  160. package/dist/generated/themes/Button.css.js +1 -1
  161. package/dist/generated/themes/Button.css.js.map +1 -1
  162. package/dist/generated/themes/Calendar.css.js +1 -1
  163. package/dist/generated/themes/Calendar.css.js.map +1 -1
  164. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  165. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  166. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  167. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  168. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  169. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  170. package/dist/generated/themes/Card.css.js +1 -1
  171. package/dist/generated/themes/Card.css.js.map +1 -1
  172. package/dist/generated/themes/CardHeader.css.js +1 -1
  173. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  174. package/dist/generated/themes/Carousel.css.js +1 -1
  175. package/dist/generated/themes/Carousel.css.js.map +1 -1
  176. package/dist/generated/themes/CheckBox.css.js +1 -1
  177. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  178. package/dist/generated/themes/ColorPalette.css.js +1 -1
  179. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  180. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  181. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  182. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  183. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  184. package/dist/generated/themes/ColorPicker.css.js +1 -1
  185. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  186. package/dist/generated/themes/ComboBox.css.js +1 -1
  187. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  188. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  189. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  190. package/dist/generated/themes/DatePicker.css.js +1 -1
  191. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  192. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  193. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  194. package/dist/generated/themes/DayPicker.css.js +1 -1
  195. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  196. package/dist/generated/themes/Dialog.css.js +1 -1
  197. package/dist/generated/themes/Dialog.css.js.map +1 -1
  198. package/dist/generated/themes/FileUploader.css.js +1 -1
  199. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  200. package/dist/generated/themes/Form.css.js +1 -1
  201. package/dist/generated/themes/Form.css.js.map +1 -1
  202. package/dist/generated/themes/FormItem.css.js +1 -1
  203. package/dist/generated/themes/FormItem.css.js.map +1 -1
  204. package/dist/generated/themes/FormItemSpan.css.js +9 -0
  205. package/dist/generated/themes/FormItemSpan.css.js.map +1 -0
  206. package/dist/generated/themes/GrowingButton.css.js +1 -1
  207. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  208. package/dist/generated/themes/Icon.css.js +1 -1
  209. package/dist/generated/themes/Icon.css.js.map +1 -1
  210. package/dist/generated/themes/Input.css.js +1 -1
  211. package/dist/generated/themes/Input.css.js.map +1 -1
  212. package/dist/generated/themes/InputIcon.css.js +1 -1
  213. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  214. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  215. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  216. package/dist/generated/themes/Link.css.js +1 -1
  217. package/dist/generated/themes/Link.css.js.map +1 -1
  218. package/dist/generated/themes/List.css.js +1 -1
  219. package/dist/generated/themes/List.css.js.map +1 -1
  220. package/dist/generated/themes/ListItem.css.js +1 -1
  221. package/dist/generated/themes/ListItem.css.js.map +1 -1
  222. package/dist/generated/themes/ListItemBase.css.js +1 -1
  223. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  224. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  225. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  226. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  227. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  228. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  229. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  230. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  231. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  232. package/dist/generated/themes/Menu.css.js +1 -1
  233. package/dist/generated/themes/Menu.css.js.map +1 -1
  234. package/dist/generated/themes/MenuItem.css.js +1 -1
  235. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  236. package/dist/generated/themes/MessageStrip.css.js +1 -1
  237. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  238. package/dist/generated/themes/MonthPicker.css.js +1 -1
  239. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  240. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  241. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  242. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  243. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  244. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  245. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  246. package/dist/generated/themes/MultiInput.css.js +1 -1
  247. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  248. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  249. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  250. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  251. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  252. package/dist/generated/themes/OptionBase.css.js +1 -1
  253. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  254. package/dist/generated/themes/Panel.css.js +1 -1
  255. package/dist/generated/themes/Panel.css.js.map +1 -1
  256. package/dist/generated/themes/Popover.css.js +1 -1
  257. package/dist/generated/themes/Popover.css.js.map +1 -1
  258. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  259. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  260. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  261. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  262. package/dist/generated/themes/RadioButton.css.js +1 -1
  263. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  264. package/dist/generated/themes/RangeSlider.css.js +1 -1
  265. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  266. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  267. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  268. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  269. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  270. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  271. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  272. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  273. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  274. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  275. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  276. package/dist/generated/themes/Select.css.js +1 -1
  277. package/dist/generated/themes/Select.css.js.map +1 -1
  278. package/dist/generated/themes/SliderBase.css.js +1 -1
  279. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  280. package/dist/generated/themes/SplitButton.css.js +1 -1
  281. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  282. package/dist/generated/themes/StepInput.css.js +1 -1
  283. package/dist/generated/themes/StepInput.css.js.map +1 -1
  284. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  285. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  286. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  287. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  288. package/dist/generated/themes/Switch.css.js +1 -1
  289. package/dist/generated/themes/Switch.css.js.map +1 -1
  290. package/dist/generated/themes/TabContainer.css.js +1 -1
  291. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  292. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  293. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  294. package/dist/generated/themes/TabInStrip.css.js +1 -1
  295. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  296. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  297. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  298. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  299. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  300. package/dist/generated/themes/Table.css.js +1 -1
  301. package/dist/generated/themes/Table.css.js.map +1 -1
  302. package/dist/generated/themes/TableCellBase.css.js +1 -1
  303. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  304. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  305. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  306. package/dist/generated/themes/TableRow.css.js +1 -1
  307. package/dist/generated/themes/TableRow.css.js.map +1 -1
  308. package/dist/generated/themes/TableRowBase.css.js +1 -1
  309. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  310. package/dist/generated/themes/Tag.css.js +1 -1
  311. package/dist/generated/themes/Tag.css.js.map +1 -1
  312. package/dist/generated/themes/Text.css.js +1 -1
  313. package/dist/generated/themes/Text.css.js.map +1 -1
  314. package/dist/generated/themes/TextArea.css.js +1 -1
  315. package/dist/generated/themes/TextArea.css.js.map +1 -1
  316. package/dist/generated/themes/TimePicker.css.js +1 -1
  317. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  318. package/dist/generated/themes/Toast.css.js +1 -1
  319. package/dist/generated/themes/Toast.css.js.map +1 -1
  320. package/dist/generated/themes/ToggleButton.css.js +1 -1
  321. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  322. package/dist/generated/themes/Token.css.js +1 -1
  323. package/dist/generated/themes/Token.css.js.map +1 -1
  324. package/dist/generated/themes/Tokenizer.css.js +1 -1
  325. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  326. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  327. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  328. package/dist/generated/themes/Toolbar.css.js +1 -1
  329. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  330. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  331. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  332. package/dist/generated/themes/TreeItem.css.js +1 -1
  333. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  334. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  335. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  336. package/dist/generated/themes/YearPicker.css.js +1 -1
  337. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  338. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  339. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  340. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  341. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  342. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  343. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  344. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  345. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  346. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  347. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  348. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  349. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  350. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  351. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  352. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  353. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  354. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  355. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  356. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  357. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  358. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  359. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  360. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  361. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  362. package/dist/vscode.html-custom-data.json +9 -4
  363. package/dist/web-types.json +18 -8
  364. package/package.json +9 -9
  365. package/src/RadioButton.hbs +1 -1
  366. package/src/i18n/messagebundle_en_US_saptrc.properties +2 -0
  367. package/src/themes/Form.css +1 -1
  368. package/src/themes/FormItemSpan.css +59 -0
  369. package/src/themes/TabContainer.css +1 -1
  370. package/src/themes/Tokenizer.css +17 -18
  371. package/src/themes/base/Form-parameters.css +1 -13
  372. package/src/themes/base/Tokenizer-parameters.css +2 -0
  373. package/dist/css/themes/FormLabelSpan.css +0 -1
  374. package/dist/generated/themes/FormLabelSpan.css.js +0 -9
  375. package/dist/generated/themes/FormLabelSpan.css.js.map +0 -1
  376. package/src/themes/FormLabelSpan.css +0 -267
  377. /package/dist/generated/themes/{FormLabelSpan.css.d.ts → FormItemSpan.css.d.ts} +0 -0
@@ -11722,7 +11722,7 @@
11722
11722
  },
11723
11723
  {
11724
11724
  "kind": "class",
11725
- "description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (< 600px) – 1 column is recommended (default: 1)\n- **M** (600px - 1022px) – up to 2 columns are recommended (default: 1)\n- **L** (1023px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (> 1439px) – up to 6 columns are recommended (default: 3)\n\nTo change the layout, use the `layout` property - f.e. layout=\"S1 M2 L3 XL6\".\n\n### Groups\n\nTo make better use of screen space, there is built-in logic to determine how many columns should a FormGroup occupy.\n\n- **Example #1** (perfect match):\n4 columns and 4 groups: each group will use 1 column.\n\n- **Example #2** (balanced distribution):\n4 columns and 2 groups: each group will use 2 columns.\n6 columns and 2 groups: each group will use 3 columns.\n\n- **Example #3** (unbalanced distribution):\n3 columns and 2 groups: the larger one will use 2 columns, the smaller 1 column.\n5 columns and 3 groups: two of the groups will use 2 columns each, the smallest 1 column.\n\n**Note:** The size of a group element is determined by the number of FormItems assigned to it.\nIn the case of equality, the first in the DOM will use more columns, and the last - fewer columns.\n\n- **Example #4** (more groups than columns):\n3 columns and 4 groups: each FormGroup uses only 1 column, the last FormGroup will wrap on the second row.\n\n### Groups Column Span\n\nTo influence the built-in group distribution, described in the previous section,\nyou can use the FormGroup's `columnSpan` property, that defines how many columns the group should expand to.\n\n### Items Column Span\n\nFormItem's columnSpan property defines how many columns the form item should expand to inside a form group or the form.\n\n### Items Label Span\n\nThe placement of the labels depends on the size of the used column.\nIf there is enough space, the labels are next to their associated fields, otherwise - above the fields.\nBy default, the labels take 4/12 of the FormItem, leaving 8/12 parts to associated fields.\nYou can control what space the labels should take via the `labelSpan` property.\n\n**For example:** To always place the labels on top set: `labelSpan=\"S12 M12 L12 XL12\"` property.\n\n### Navigation flow\n\nThe Form component supports two layout options for keyboard navigation:\n\n#### Simple form\n\nIn this \"simple form\" layout, each `ui5-form-item` acts as a standalone group\nwith one item, so focus moves horizontally across the grid from one `ui5-form-item` to the next.\nThis layout is ideal for simpler forms and supports custom arrangements, e.g.,\n\n```\n| 1 | 2 |\n| 3 |\n| 4 | 5 |\n```\n\n#### Complex form\n\nIn this layout, items are grouped into `ui5-form-group` elements, allowing more complex configurations:\n\n- **Single-Column Group**: Focus moves vertically down from one item to the next.\n ```\n | 1 |\n | 2 |\n | 3 |\n ```\n\n- **Multi-Column Group**: Focus moves horizontally within each row, advancing to the next row after completing the current one.\n ```\n | 1 | 4 |\n | 2 | 5 |\n | 3 | 6 |\n ```\n\n### Keyboard Handling\n\n- [Tab] - Moves the focus to the next interactive element within the Form/FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [Tab] - Moves the focus to the previous interactive element within the Form/FormGroup (if available) or to the previous element in the tab chain outside the Form\n- [F6] - Moves the focus to the first interactive element of the next FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [F6] - Moves the focus to the first interactive element of the previous FormGroup (if available) or to the previous element in the tab chain outside the Form\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";",
11725
+ "description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (< 600px) – 1 column is recommended (default: 1)\n- **M** (600px - 1022px) – up to 2 columns are recommended (default: 1)\n- **L** (1023px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (> 1439px) – up to 6 columns are recommended (default: 3)\n\nTo change the layout, use the `layout` property - f.e. layout=\"S1 M2 L3 XL6\".\n\n### Groups\n\nTo make better use of screen space, there is built-in logic to determine how many columns should a FormGroup occupy.\n\n- **Example #1** (perfect match):\n4 columns and 4 groups: each group will use 1 column.\n\n- **Example #2** (balanced distribution):\n4 columns and 2 groups: each group will use 2 columns.\n6 columns and 2 groups: each group will use 3 columns.\n\n- **Example #3** (unbalanced distribution):\n3 columns and 2 groups: the larger one will use 2 columns, the smaller 1 column.\n5 columns and 3 groups: two of the groups will use 2 columns each, the smallest 1 column.\n\n**Note:** The size of a group element is determined by the number of FormItems assigned to it.\nIn the case of equality, the first in the DOM will use more columns, and the last - fewer columns.\n\n- **Example #4** (more groups than columns):\n3 columns and 4 groups: each FormGroup uses only 1 column, the last FormGroup will wrap on the second row.\n\n### Groups Column Span\n\nTo influence the built-in group distribution, described in the previous section,\nyou can use the FormGroup's `columnSpan` property, that defines how many columns the group should expand to.\n\n### Items Column Span\n\nFormItem's columnSpan property defines how many columns the form item should expand to inside a form group or the form.\n\n### Items Label Span\n\nThe placement of the labels depends on the size of the used column.\nIf there is enough space, the labels are next to their associated fields, otherwise - above the fields.\nBy default, the labels take 4/12 of the FormItem, leaving 8/12 parts to associated fields.\nYou can control what space the labels should take via the `labelSpan` property.\n\n**For example:** To always place the labels on top set: `labelSpan=\"S12 M12 L12 XL12\"` property.\n\n### Items Empty Span\n\nBy default, a form item spans 12 cells, fully divided between its label and field, with no empty space at the end:\n- **Label:** occupies 4 cells.\n- **Field:** occupies 8 cells.\n\nThe `emptySpan` property provides additional layout flexibility by defining empty space at the form item’s end.\n\n**For example:** Setting \"S0 M0 L3 XL3\" (or just \"L3 XL3\") adjusts the layout as follows:\n- **Label:** remains 4 cells.\n- **Field:** is reduced to 5 cells.\n- **Empty space:** 3 cells are added at the end.\n\nGreater values increase the empty space at the end of the form item, reducing the space available for the label and its field.\nHowever, setting `emptySpan` to 1 cell is recommended and typically sufficient to achieve a balanced layout.\n\n### Navigation flow\n\nThe Form component supports two layout options for keyboard navigation:\n\n#### Simple form\n\nIn this \"simple form\" layout, each `ui5-form-item` acts as a standalone group\nwith one item, so focus moves horizontally across the grid from one `ui5-form-item` to the next.\nThis layout is ideal for simpler forms and supports custom arrangements, e.g.,\n\n```\n| 1 | 2 |\n| 3 |\n| 4 | 5 |\n```\n\n#### Complex form\n\nIn this layout, items are grouped into `ui5-form-group` elements, allowing more complex configurations:\n\n- **Single-Column Group**: Focus moves vertically down from one item to the next.\n ```\n | 1 |\n | 2 |\n | 3 |\n ```\n\n- **Multi-Column Group**: Focus moves horizontally within each row, advancing to the next row after completing the current one.\n ```\n | 1 | 4 |\n | 2 | 5 |\n | 3 | 6 |\n ```\n\n### Keyboard Handling\n\n- [Tab] - Moves the focus to the next interactive element within the Form/FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [Tab] - Moves the focus to the previous interactive element within the Form/FormGroup (if available) or to the previous element in the tab chain outside the Form\n- [F6] - Moves the focus to the first interactive element of the next FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [F6] - Moves the focus to the first interactive element of the previous FormGroup (if available) or to the previous element in the tab chain outside the Form\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";",
11726
11726
  "name": "Form",
11727
11727
  "cssParts": [
11728
11728
  {
@@ -11782,9 +11782,20 @@
11782
11782
  "text": "string"
11783
11783
  },
11784
11784
  "default": "\"S12 M4 L4 XL4\"",
11785
- "description": "Defines the width proportion of the labels and fields of a FormItem by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.",
11785
+ "description": "Defines the width proportion of the labels and fields of a form item by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.",
11786
11786
  "privacy": "public"
11787
11787
  },
11788
+ {
11789
+ "kind": "field",
11790
+ "name": "emptySpan",
11791
+ "type": {
11792
+ "text": "string"
11793
+ },
11794
+ "default": "\"S0 M0 L0 XL0\"",
11795
+ "description": "Defines the number of cells that are empty at the end of each form item, configurable by breakpoint.\n\nBy default, a form item spans 12 cells, fully divided between its label (4 cells) and field (8 cells), with no empty space at the end.\nThe `emptySpan` provides additional layout flexibility by defining empty space at the form item’s end.\n\n**Note:**\n- The maximum allowable empty space is 10 cells. At least 1 cell each must remain for the label and the field.\n- When `emptySpan` is specified (greater than 0), ensure that the combined value of `emptySpan` and `labelSpan` does not exceed 11. This guarantees a minimum of 1 cell for the field.",
11796
+ "privacy": "public",
11797
+ "_ui5since": "2.5.0"
11798
+ },
11788
11799
  {
11789
11800
  "kind": "field",
11790
11801
  "name": "headerText",
@@ -11824,7 +11835,7 @@
11824
11835
  }
11825
11836
  },
11826
11837
  {
11827
- "description": "Defines the width proportion of the labels and fields of a FormItem by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.",
11838
+ "description": "Defines the width proportion of the labels and fields of a form item by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.",
11828
11839
  "name": "label-span",
11829
11840
  "default": "\"S12 M4 L4 XL4\"",
11830
11841
  "fieldName": "labelSpan",
@@ -11832,6 +11843,15 @@
11832
11843
  "text": "string"
11833
11844
  }
11834
11845
  },
11846
+ {
11847
+ "description": "Defines the number of cells that are empty at the end of each form item, configurable by breakpoint.\n\nBy default, a form item spans 12 cells, fully divided between its label (4 cells) and field (8 cells), with no empty space at the end.\nThe `emptySpan` provides additional layout flexibility by defining empty space at the form item’s end.\n\n**Note:**\n- The maximum allowable empty space is 10 cells. At least 1 cell each must remain for the label and the field.\n- When `emptySpan` is specified (greater than 0), ensure that the combined value of `emptySpan` and `labelSpan` does not exceed 11. This guarantees a minimum of 1 cell for the field.",
11848
+ "name": "empty-span",
11849
+ "default": "\"S0 M0 L0 XL0\"",
11850
+ "fieldName": "emptySpan",
11851
+ "type": {
11852
+ "text": "string"
11853
+ }
11854
+ },
11835
11855
  {
11836
11856
  "description": "Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.",
11837
11857
  "name": "header-text",
@@ -19148,7 +19168,7 @@
19148
19168
  "text": "boolean"
19149
19169
  },
19150
19170
  "default": "false",
19151
- "description": "Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.",
19171
+ "description": "Defines whether the component is read-only.\n\n**Note:** A read-only component isn't editable or selectable.\nHowever, because it's focusable, it still provides visual feedback upon user interaction.",
19152
19172
  "privacy": "public"
19153
19173
  },
19154
19174
  {
@@ -19169,7 +19189,7 @@
19169
19189
  "text": "boolean"
19170
19190
  },
19171
19191
  "default": "false",
19172
- "description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.",
19192
+ "description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.\n\n**Note:** Only enabled radio buttons can be checked.\nRead-only radio buttons are not selectable, and therefore are always unchecked.",
19173
19193
  "privacy": "public",
19174
19194
  "_ui5since": "1.0.0-rc.15",
19175
19195
  "_ui5formProperty": true,
@@ -19287,7 +19307,7 @@
19287
19307
  }
19288
19308
  },
19289
19309
  {
19290
- "description": "Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.",
19310
+ "description": "Defines whether the component is read-only.\n\n**Note:** A read-only component isn't editable or selectable.\nHowever, because it's focusable, it still provides visual feedback upon user interaction.",
19291
19311
  "name": "readonly",
19292
19312
  "default": "false",
19293
19313
  "fieldName": "readonly",
@@ -19305,7 +19325,7 @@
19305
19325
  }
19306
19326
  },
19307
19327
  {
19308
- "description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.",
19328
+ "description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.\n\n**Note:** Only enabled radio buttons can be checked.\nRead-only radio buttons are not selectable, and therefore are always unchecked.",
19309
19329
  "name": "checked",
19310
19330
  "default": "false",
19311
19331
  "fieldName": "checked",
@@ -8022,7 +8022,7 @@
8022
8022
  "declarations": [
8023
8023
  {
8024
8024
  "kind": "class",
8025
- "description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (< 600px) – 1 column is recommended (default: 1)\n- **M** (600px - 1022px) – up to 2 columns are recommended (default: 1)\n- **L** (1023px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (> 1439px) – up to 6 columns are recommended (default: 3)\n\nTo change the layout, use the `layout` property - f.e. layout=\"S1 M2 L3 XL6\".\n\n### Groups\n\nTo make better use of screen space, there is built-in logic to determine how many columns should a FormGroup occupy.\n\n- **Example #1** (perfect match):\n4 columns and 4 groups: each group will use 1 column.\n\n- **Example #2** (balanced distribution):\n4 columns and 2 groups: each group will use 2 columns.\n6 columns and 2 groups: each group will use 3 columns.\n\n- **Example #3** (unbalanced distribution):\n3 columns and 2 groups: the larger one will use 2 columns, the smaller 1 column.\n5 columns and 3 groups: two of the groups will use 2 columns each, the smallest 1 column.\n\n**Note:** The size of a group element is determined by the number of FormItems assigned to it.\nIn the case of equality, the first in the DOM will use more columns, and the last - fewer columns.\n\n- **Example #4** (more groups than columns):\n3 columns and 4 groups: each FormGroup uses only 1 column, the last FormGroup will wrap on the second row.\n\n### Groups Column Span\n\nTo influence the built-in group distribution, described in the previous section,\nyou can use the FormGroup's `columnSpan` property, that defines how many columns the group should expand to.\n\n### Items Column Span\n\nFormItem's columnSpan property defines how many columns the form item should expand to inside a form group or the form.\n\n### Items Label Span\n\nThe placement of the labels depends on the size of the used column.\nIf there is enough space, the labels are next to their associated fields, otherwise - above the fields.\nBy default, the labels take 4/12 of the FormItem, leaving 8/12 parts to associated fields.\nYou can control what space the labels should take via the `labelSpan` property.\n\n**For example:** To always place the labels on top set: `labelSpan=\"S12 M12 L12 XL12\"` property.\n\n### Navigation flow\n\nThe Form component supports two layout options for keyboard navigation:\n\n#### Simple form\n\nIn this \"simple form\" layout, each `ui5-form-item` acts as a standalone group\nwith one item, so focus moves horizontally across the grid from one `ui5-form-item` to the next.\nThis layout is ideal for simpler forms and supports custom arrangements, e.g.,\n\n```\n| 1 | 2 |\n| 3 |\n| 4 | 5 |\n```\n\n#### Complex form\n\nIn this layout, items are grouped into `ui5-form-group` elements, allowing more complex configurations:\n\n- **Single-Column Group**: Focus moves vertically down from one item to the next.\n ```\n | 1 |\n | 2 |\n | 3 |\n ```\n\n- **Multi-Column Group**: Focus moves horizontally within each row, advancing to the next row after completing the current one.\n ```\n | 1 | 4 |\n | 2 | 5 |\n | 3 | 6 |\n ```\n\n### Keyboard Handling\n\n- [Tab] - Moves the focus to the next interactive element within the Form/FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [Tab] - Moves the focus to the previous interactive element within the Form/FormGroup (if available) or to the previous element in the tab chain outside the Form\n- [F6] - Moves the focus to the first interactive element of the next FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [F6] - Moves the focus to the first interactive element of the previous FormGroup (if available) or to the previous element in the tab chain outside the Form\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";",
8025
+ "description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (< 600px) – 1 column is recommended (default: 1)\n- **M** (600px - 1022px) – up to 2 columns are recommended (default: 1)\n- **L** (1023px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (> 1439px) – up to 6 columns are recommended (default: 3)\n\nTo change the layout, use the `layout` property - f.e. layout=\"S1 M2 L3 XL6\".\n\n### Groups\n\nTo make better use of screen space, there is built-in logic to determine how many columns should a FormGroup occupy.\n\n- **Example #1** (perfect match):\n4 columns and 4 groups: each group will use 1 column.\n\n- **Example #2** (balanced distribution):\n4 columns and 2 groups: each group will use 2 columns.\n6 columns and 2 groups: each group will use 3 columns.\n\n- **Example #3** (unbalanced distribution):\n3 columns and 2 groups: the larger one will use 2 columns, the smaller 1 column.\n5 columns and 3 groups: two of the groups will use 2 columns each, the smallest 1 column.\n\n**Note:** The size of a group element is determined by the number of FormItems assigned to it.\nIn the case of equality, the first in the DOM will use more columns, and the last - fewer columns.\n\n- **Example #4** (more groups than columns):\n3 columns and 4 groups: each FormGroup uses only 1 column, the last FormGroup will wrap on the second row.\n\n### Groups Column Span\n\nTo influence the built-in group distribution, described in the previous section,\nyou can use the FormGroup's `columnSpan` property, that defines how many columns the group should expand to.\n\n### Items Column Span\n\nFormItem's columnSpan property defines how many columns the form item should expand to inside a form group or the form.\n\n### Items Label Span\n\nThe placement of the labels depends on the size of the used column.\nIf there is enough space, the labels are next to their associated fields, otherwise - above the fields.\nBy default, the labels take 4/12 of the FormItem, leaving 8/12 parts to associated fields.\nYou can control what space the labels should take via the `labelSpan` property.\n\n**For example:** To always place the labels on top set: `labelSpan=\"S12 M12 L12 XL12\"` property.\n\n### Items Empty Span\n\nBy default, a form item spans 12 cells, fully divided between its label and field, with no empty space at the end:\n- **Label:** occupies 4 cells.\n- **Field:** occupies 8 cells.\n\nThe `emptySpan` property provides additional layout flexibility by defining empty space at the form item’s end.\n\n**For example:** Setting \"S0 M0 L3 XL3\" (or just \"L3 XL3\") adjusts the layout as follows:\n- **Label:** remains 4 cells.\n- **Field:** is reduced to 5 cells.\n- **Empty space:** 3 cells are added at the end.\n\nGreater values increase the empty space at the end of the form item, reducing the space available for the label and its field.\nHowever, setting `emptySpan` to 1 cell is recommended and typically sufficient to achieve a balanced layout.\n\n### Navigation flow\n\nThe Form component supports two layout options for keyboard navigation:\n\n#### Simple form\n\nIn this \"simple form\" layout, each `ui5-form-item` acts as a standalone group\nwith one item, so focus moves horizontally across the grid from one `ui5-form-item` to the next.\nThis layout is ideal for simpler forms and supports custom arrangements, e.g.,\n\n```\n| 1 | 2 |\n| 3 |\n| 4 | 5 |\n```\n\n#### Complex form\n\nIn this layout, items are grouped into `ui5-form-group` elements, allowing more complex configurations:\n\n- **Single-Column Group**: Focus moves vertically down from one item to the next.\n ```\n | 1 |\n | 2 |\n | 3 |\n ```\n\n- **Multi-Column Group**: Focus moves horizontally within each row, advancing to the next row after completing the current one.\n ```\n | 1 | 4 |\n | 2 | 5 |\n | 3 | 6 |\n ```\n\n### Keyboard Handling\n\n- [Tab] - Moves the focus to the next interactive element within the Form/FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [Tab] - Moves the focus to the previous interactive element within the Form/FormGroup (if available) or to the previous element in the tab chain outside the Form\n- [F6] - Moves the focus to the first interactive element of the next FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [F6] - Moves the focus to the first interactive element of the previous FormGroup (if available) or to the previous element in the tab chain outside the Form\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";",
8026
8026
  "name": "Form",
8027
8027
  "cssParts": [
8028
8028
  {
@@ -8066,7 +8066,17 @@
8066
8066
  "text": "string"
8067
8067
  },
8068
8068
  "default": "\"S12 M4 L4 XL4\"",
8069
- "description": "Defines the width proportion of the labels and fields of a FormItem by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.",
8069
+ "description": "Defines the width proportion of the labels and fields of a form item by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.",
8070
+ "privacy": "public"
8071
+ },
8072
+ {
8073
+ "kind": "field",
8074
+ "name": "emptySpan",
8075
+ "type": {
8076
+ "text": "string"
8077
+ },
8078
+ "default": "\"S0 M0 L0 XL0\"",
8079
+ "description": "Defines the number of cells that are empty at the end of each form item, configurable by breakpoint.\n\nBy default, a form item spans 12 cells, fully divided between its label (4 cells) and field (8 cells), with no empty space at the end.\nThe `emptySpan` provides additional layout flexibility by defining empty space at the form item’s end.\n\n**Note:**\n- The maximum allowable empty space is 10 cells. At least 1 cell each must remain for the label and the field.\n- When `emptySpan` is specified (greater than 0), ensure that the combined value of `emptySpan` and `labelSpan` does not exceed 11. This guarantees a minimum of 1 cell for the field.",
8070
8080
  "privacy": "public"
8071
8081
  },
8072
8082
  {
@@ -8108,7 +8118,7 @@
8108
8118
  }
8109
8119
  },
8110
8120
  {
8111
- "description": "Defines the width proportion of the labels and fields of a FormItem by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.",
8121
+ "description": "Defines the width proportion of the labels and fields of a form item by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.",
8112
8122
  "name": "label-span",
8113
8123
  "default": "\"S12 M4 L4 XL4\"",
8114
8124
  "fieldName": "labelSpan",
@@ -8116,6 +8126,15 @@
8116
8126
  "text": "string"
8117
8127
  }
8118
8128
  },
8129
+ {
8130
+ "description": "Defines the number of cells that are empty at the end of each form item, configurable by breakpoint.\n\nBy default, a form item spans 12 cells, fully divided between its label (4 cells) and field (8 cells), with no empty space at the end.\nThe `emptySpan` provides additional layout flexibility by defining empty space at the form item’s end.\n\n**Note:**\n- The maximum allowable empty space is 10 cells. At least 1 cell each must remain for the label and the field.\n- When `emptySpan` is specified (greater than 0), ensure that the combined value of `emptySpan` and `labelSpan` does not exceed 11. This guarantees a minimum of 1 cell for the field.",
8131
+ "name": "empty-span",
8132
+ "default": "\"S0 M0 L0 XL0\"",
8133
+ "fieldName": "emptySpan",
8134
+ "type": {
8135
+ "text": "string"
8136
+ }
8137
+ },
8119
8138
  {
8120
8139
  "description": "Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.",
8121
8140
  "name": "header-text",
@@ -14413,7 +14432,7 @@
14413
14432
  "text": "boolean"
14414
14433
  },
14415
14434
  "default": "false",
14416
- "description": "Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.",
14435
+ "description": "Defines whether the component is read-only.\n\n**Note:** A read-only component isn't editable or selectable.\nHowever, because it's focusable, it still provides visual feedback upon user interaction.",
14417
14436
  "privacy": "public"
14418
14437
  },
14419
14438
  {
@@ -14433,7 +14452,7 @@
14433
14452
  "text": "boolean"
14434
14453
  },
14435
14454
  "default": "false",
14436
- "description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.",
14455
+ "description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.\n\n**Note:** Only enabled radio buttons can be checked.\nRead-only radio buttons are not selectable, and therefore are always unchecked.",
14437
14456
  "privacy": "public"
14438
14457
  },
14439
14458
  {
@@ -14541,7 +14560,7 @@
14541
14560
  }
14542
14561
  },
14543
14562
  {
14544
- "description": "Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.",
14563
+ "description": "Defines whether the component is read-only.\n\n**Note:** A read-only component isn't editable or selectable.\nHowever, because it's focusable, it still provides visual feedback upon user interaction.",
14545
14564
  "name": "readonly",
14546
14565
  "default": "false",
14547
14566
  "fieldName": "readonly",
@@ -14559,7 +14578,7 @@
14559
14578
  }
14560
14579
  },
14561
14580
  {
14562
- "description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.",
14581
+ "description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.\n\n**Note:** Only enabled radio buttons can be checked.\nRead-only radio buttons are not selectable, and therefore are always unchecked.",
14563
14582
  "name": "checked",
14564
14583
  "default": "false",
14565
14584
  "fieldName": "checked",
@@ -1 +1 @@
1
- {"ARIA_LABEL_CARD_CONTENT":"jUm5GxC+KLX405yby2CITg_Card Content","ARIA_ROLEDESCRIPTION_CARD":"in517uqsEF/vujSHSPI24g_Card","ARIA_ROLEDESCRIPTION_CARD_HEADER":"CSR+WrebhZSr7nvvjTK3Eg_Card Header","ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER":"etxnGIGa4zzuA/CkjHCfuQ_Interactive Card Header","AVATAR_TOOLTIP":"+TUh8Pu2f65Xc6Lb+SdaoQ_Avatar","AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL":"F5nqCtYXm/UYIRXEGy4Jqw_{0} displayed, {1} hidden.","AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL":"dEnwvbEInbH1b4WT8xeYfQ_Activate for complete list.","AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL":"HiDD46tsu+HbE47cbyrkMw_Individual avatars.","AVATAR_GROUP_ARIA_LABEL_GROUP":"GwoZT/FHQJSFTQbplxUH+g_Conjoined avatars.","AVATAR_GROUP_MOVE":"bRt6tUOgcs9Xsv1n0R/B9Q_Press ARROW keys to move.","TAG_DESCRIPTION_TAG":"OTEH0oeTun1GUN/RxVfp3Q_Tag","TAG_ROLE_DESCRIPTION":"4hMWLMX6PbCUiq+ODb+q0g_Tag button","TAG_ERROR":"q6d9XH+rPwyju+wYzpCgGg_Error","TAG_WARNING":"3t7VMpyt5BDDEe2FJNi9cA_Warning","TAG_SUCCESS":"6VkANTq4vxGDXEjBbkUK+Q_Success","TAG_INFORMATION":"+Oz0DCfifJkdO/uztAs9pg_Information","BREADCRUMB_ITEM_POS":"AvCLpTz8IORTNMMHLnRQ8A_{0} of {1}","BREADCRUMBS_ARIA_LABEL":"LQgbSSO4w0e4ay8l2uG7Uw_Breadcrumb Trail","BREADCRUMBS_OVERFLOW_ARIA_LABEL":"2xmD4J0GmghfFDgEhn6tNg_More","BREADCRUMBS_CANCEL_BUTTON":"IwcpAZcpPYuaDsTAU1UFvg_Cancel","BUSY_INDICATOR_TITLE":"olAHNxp8zwLOM2+XID9KdA_Please wait","BUTTON_ARIA_TYPE_ACCEPT":"V8b9mtpxx+CVM8/ztN03qw_Positive Action","BUTTON_ARIA_TYPE_REJECT":"aib5P3n/4eo3oTYgfWfuvg_Negative Action","BUTTON_ARIA_TYPE_EMPHASIZED":"Ek/VKc+8LlyWekXUdM33+w_Emphasized","CAL_LEGEND_TODAY_TEXT":"yLu7RwHOQ4JOMFI5J8kwqg_Today","CAL_LEGEND_SELECTED_TEXT":"7XmBIaNRpRZLuePQ635gnA_Selected Day","CAL_LEGEND_WORKING_DAY_TEXT":"l0ruYSByO9gqZaYCAZlPJg_Working Day","CAL_LEGEND_NON_WORKING_DAY_TEXT":"qeqER5gcusB9C7ZoG/1fFg_Non-Working Day","CAROUSEL_OF_TEXT":"njXndVJIBJcEbBqP8E/ekw_of","CAROUSEL_DOT_TEXT":"rv7ucp7mxpag2NKYOr1JFQ_Item {0} of {1} displayed","CAROUSEL_PREVIOUS_ARROW_TEXT":"PMTgRUlfOwwqa5GcSfHsjg_Previous Page","CAROUSEL_NEXT_ARROW_TEXT":"t7CiUiqz8wYObm5JVLOfNw_Next Page","COLORPALETTE_CONTAINER_LABEL":"GmQz8pchpXdwlvHObU1zXw_Color Palette - Predefined Colors","COLORPALETTE_POPOVER_TITLE":"CghzEZO/bbDAVvL5nVSzjQ_Color Palette","COLORPALETTE_COLOR_LABEL":"qUmeefaQepq2FiIIjhnikg_Color","COLOR_PALETTE_DIALOG_CANCEL_BUTTON":"DpeUNnrGwYDkiJQB1iL6dQ_Cancel","COLOR_PALETTE_DIALOG_OK_BUTTON":"JXaLNMXrnW55UOUIQDzmbQ_OK","COLOR_PALETTE_DIALOG_TITLE":"etnb5dfC7bEvr5TzakUPew_Change Color","COLOR_PALETTE_MORE_COLORS_TEXT":"z9Wx6YXrWRF6d0nDpXTipg_More Colors...","COLOR_PALETTE_DEFAULT_COLOR_TEXT":"M7csXrBwPYqyUXnQ3nFsOw_Default Color","COLORPICKER_ALPHA_SLIDER":"sZkmaxYfoiJGe959cT3aUg_Alpha control","COLORPICKER_HUE_SLIDER":"8a9JPaclD/3ijo4s+r11kw_Hue control","COLORPICKER_HEX":"i/pJHKWHI4MpfdmU8ynAQQ_Hexadecimal","COLORPICKER_RED":"pCoOJlXfJM5o4EzNyyP0Rg_Red","COLORPICKER_GREEN":"VXoEW6p8HhwIc36CKjwoQA_Green","COLORPICKER_BLUE":"RXapsRVbCgShnKBCdDoP0Q_Blue","COLORPICKER_ALPHA":"NHXawPhHlyRVViA4F+t4qQ_Alpha","DATEPICKER_OPEN_ICON_TITLE":"f6zZ/AGBCKRHqvFGy0U9oQ_Open Picker","DATEPICKER_DATE_DESCRIPTION":"k5cllX9RTH3lynrUl0xOFQ_Date Input","DATETIME_DESCRIPTION":"OheLy6s4kOs3RiOo8h9YkQ_Date Time Input","DATERANGE_DESCRIPTION":"SiktH8xRE+8S+zYILqxKYg_Date Range Input","DATEPICKER_POPOVER_ACCESSIBLE_NAME":"e7dWFljC4+KeRE3ZizwhzA_Choose Date","DATETIMEPICKER_POPOVER_ACCESSIBLE_NAME":"w5Y3DhxSTf7dmBR9Id1ENA_Choose Date and Time","DATERANGEPICKER_POPOVER_ACCESSIBLE_NAME":"4V0mFC7OWf4EbYw4TSYaqQ_Choose Date Range","DELETE":"+DZ/MAD2TMt8R1+zbCEvSg_Delete","EMPTY_INDICATOR_SYMBOL":"iOB8wUTvP3VY49D9c3dppQ_–","EMPTY_INDICATOR_ACCESSIBLE_TEXT":"MOxzCP09SSZ0XdWDPat4zg_Empty Value","FILEUPLOAD_BROWSE":"N+MxuA6svY84fzQypPtXog_Browse...","FILEUPLOADER_TITLE":"HnFt9MMX5ZJvgWeu6yDZYA_Upload File","GROUP_HEADER_TEXT":"7AtXI2rImufoL6mOAY+Tgg_Group Header","SELECT_ROLE_DESCRIPTION":"5ft7ZxZ/7C6lJHBo3QlNOw_Listbox","SELECT_OPTIONS":"ZSkCpMG74nkfxVlx8OchKw_Select Options","SHOW_SELECTED_BUTTON":"V6zdNiX7TqpJonPtoWz7Cw_Show Selected Items Only","INPUT_SUGGESTIONS":"ORX0695Zv8tMR5oyfPc05g_Suggestions Available","MCB_SELECTED_ITEMS":"trjNXxGvmu8Z0VhJNrdnHQ_Select All ({0} of {1})","INPUT_SUGGESTIONS_TITLE":"AMQWWYy3h5v2vdLxa4lPyw_Select","INPUT_SUGGESTIONS_ONE_HIT":"JWKcjV5AFRLFC2wzovweOA_1 result available","INPUT_SUGGESTIONS_MORE_HITS":"2/eSpf6DT+E030PZFLgSkQ_{0} results are available","INPUT_SUGGESTIONS_NO_HIT":"uIsBSf22bwWGJ8TLCCnddg_No results","INPUT_CLEAR_ICON_ACC_NAME":"sRmOF7ylHoe0yW6NlmZuEg_Clear","LINK_SUBTLE":"p9Evz1Uwlj3ZGjdIYnKMcA_Subtle","LINK_EMPHASIZED":"ypWzTO3kzinqAdKYjcYuEA_Emphasized","LIST_ITEM_POSITION":"QltcpXrzHMSglOgsyN6ntw_List item {0} of {1}","LIST_ITEM_SELECTED":"yzL7pD2ebPaYiBteDBckKQ_Selected","LIST_ITEM_NOT_SELECTED":"PKTsEWH8TJhOw4r1508Z3w_Not Selected","LIST_ITEM_GROUP_HEADER":"QqSEb7adT4ioTBjgV8l0hg_Group Header","ARIA_LABEL_LIST_ITEM_CHECKBOX":"v4OKfVx3AnG8JyfTH+hqng_Multiple Selection Mode","ARIA_LABEL_LIST_ITEM_RADIO_BUTTON":"2C+4gOJr4fX4JTHm8j7mDw_Item Selection.","ARIA_LABEL_LIST_SELECTABLE":"9FRbiwzkP38lYPOHj+WP2g_Contains Selectable Items","ARIA_LABEL_LIST_MULTISELECTABLE":"CCaQJgop6FeAkBa/2ODIww_Contains Multi-Selectable Items","ARIA_LABEL_LIST_DELETABLE":"Frlm9HWth+KCr54NM02DwA_Contains Deletable Items","MESSAGE_STRIP_CLOSE_BUTTON":"5B+1OfNEcSBDcvlkzEj67w_Information Bar Close","MESSAGE_STRIP_CLOSABLE":"NANXH+ZHmgtpRo06JHfcDw_Closable","MESSAGE_STRIP_ERROR":"DIsRd6oGa8F649JnhGUG+w_Error Information Bar","MESSAGE_STRIP_WARNING":"/sCrHklbdFHBuwXpAz7khQ_Warning Information Bar","MESSAGE_STRIP_SUCCESS":"F9Qg7U3X41JHYO2iRtBAaA_Success Information Bar","MESSAGE_STRIP_INFORMATION":"x8O10hIbjfkPTomxLEKf+g_Information Bar","MESSAGE_STRIP_CUSTOM":"c2aGdPsjOlNb7FFgdSawhg_Custom Information Bar","MULTICOMBOBOX_DIALOG_OK_BUTTON":"bKXpQ8wnTK0LJXDQBCyhhw_OK","COMBOBOX_AVAILABLE_OPTIONS":"wYgRqV76BGDpnVB05JP0fg_Available Options","INPUT_AVALIABLE_VALUES":"JhSfXgG3EjEEG77qhRWXrw_Available Values","VALUE_STATE_ERROR_ALREADY_SELECTED":"RKWI2ErDzZxARra3lz6E5g_This value is already selected.","MULTIINPUT_ROLEDESCRIPTION_TEXT":"6UIsfw3Pd3Wh4NsFnsujZg_Multi Value Input","MULTIINPUT_SHOW_MORE_TOKENS":"RbztiSiXtUAotapO+VhSaA_{0} more","MULTIINPUT_VALUE_HELP_LABEL":"Ksjtbc43sB+kdLal+qkf3A_Show Value Help","PANEL_ICON":"Byla1YKa5zeRgIJMpOhjrA_Expand/Collapse","RANGE_SLIDER_ARIA_DESCRIPTION":"mhLUD8m6hoM42G6y5ETK8A_Range","RANGE_SLIDER_START_HANDLE_DESCRIPTION":"IdbHgrYuYdIh0e49IjQ+3A_Left handle","RANGE_SLIDER_END_HANDLE_DESCRIPTION":"I4k9qTyTnVn8NMC4zg6jwA_Right handle","RATING_INDICATOR_TOOLTIP_TEXT":"jdRbpSaadpXylKi6JYktSg_Rating","RATING_INDICATOR_TEXT":"UX2jmE3fJr3tvD6x+feu0g_Rating Indicator","RATING_INDICATOR_ARIA_DESCRIPTION":"5g1+yDzIvnKyvTHl7N+tug_Required","RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON":"AIkrXrHdksbjugr5ljfwrA_Decline","SEGMENTEDBUTTON_ARIA_DESCRIPTION":"MQLakjR3ICAV1USuf51QNw_Segmented button group","SEGMENTEDBUTTON_ARIA_DESCRIBEDBY":"KUIUFJz++E/jFVYqNt/doA_Press SPACE or ENTER to select an item","SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION":"+WilT0y3g1UkVOHszpvqhw_Segmented button","SLIDER_ARIA_DESCRIPTION":"SIgESWNoebDmfVk7eUgZcg_Slider handle","LOAD_MORE_TEXT":"0IsV0xXqWF1bCSYvFXnMBg_More","TABLE_HEADER_ROW_INFORMATION":"W66vRDzMOwpRvBOe21PGzQ_Header Row 1 of {0}","TABLE_ROW_POSITION":"OZgUsPPunqpLQ/tOXqhOqg_{0} of {1}","TABLE_GROUP_ROW_ARIA_LABEL":"Sx339KZvn7KCDKVDLpEdxA_Group Header Row","ARIA_LABEL_ROW_SELECTION":"mAlPlN2ehFSwgFPe8kq36A_Item Selection","ARIA_LABEL_SELECT_ALL_CHECKBOX":"UbLPIJMgNqzi3DxdVP2J7Q_Select All Rows","ARIA_LABEL_EMPTY_CELL":"5IFpPAKiZwMLnJKVX0nXOA_Empty","TAB_ARIA_DESIGN_POSITIVE":"ro5ndIo4Q31XQQBFWaiFQw_Positive","TAB_ARIA_DESIGN_NEGATIVE":"Nozn5iWujS8aHgZG9MlB+Q_Negative","TAB_ARIA_DESIGN_CRITICAL":"sdHfgFXOlhqbVPfR10riJQ_Critical","TAB_ARIA_DESIGN_NEUTRAL":"T0ed0kH9tg7nGxb3RNUqhA_Neutral","TAB_SPLIT_ROLE_DESCRIPTION":"bxAiZv7Q5ff0kIprDHG1cw_Tab with Subitems","TABCONTAINER_NEXT_ICON_ACC_NAME":"Drcf+j9ovG344yV/Qgc3eg_Next","TABCONTAINER_PREVIOUS_ICON_ACC_NAME":"Bn8PHyEbnhMsNhqy1bCpVw_Previous","TABCONTAINER_OVERFLOW_MENU_TITLE":"ELjYzocdpqtRTJbJTN+9+A_Overflow Menu","TABCONTAINER_END_OVERFLOW":"Xa3ekctgs833z8U+6ZwU/Q_More","TABCONTAINER_POPOVER_CANCEL_BUTTON":"/2pCl6rPvRW+9gxMEL5luQ_Cancel","TABCONTAINER_SUBTABS_DESCRIPTION":"mzg89HIlZWO0dIpx1+BfFA_Press down arrow key to open subitems menu","TEXTAREA_CHARACTERS_LEFT":"265jvW0uQ9k06fMOpYakeg_{0} characters remaining","TEXTAREA_CHARACTERS_EXCEEDED":"/Z3Pts2XifhYVPMwMqP2/Q_{0} characters over limit","TIMEPICKER_HOURS_LABEL":"LMia+13xGt1vDeNespoimQ_Hours","TIMEPICKER_MINUTES_LABEL":"r+0qGu46knGePTWKgvyktA_Minutes","TIMEPICKER_SECONDS_LABEL":"FRxewr0l/S+HeAzycK3yjw_Seconds","TIMEPICKER_SUBMIT_BUTTON":"xMO8pPmE5viOOPxswMfafg_OK","TIMEPICKER_CANCEL_BUTTON":"2jP5FQwSCHfgZBbPQTX6lQ_Cancel","TIMEPICKER_INPUT_DESCRIPTION":"36OuJm0YMuwgBMkelZo5ZA_Time Input","TIMEPICKER_POPOVER_ACCESSIBLE_NAME":"aZrnJVhugrGtN5mNtMsLdw_Choose Time","TIMEPICKER_CLOCK_DIAL_LABEL":"gdT1idQrdiQ/kBD9mz5GzA_Clock Dial","TIMEPICKER_INPUTS_ENTER_HOURS":"xl4n5v00g5QWLg5xAENREw_Please enter hours","TIMEPICKER_INPUTS_ENTER_MINUTES":"Zqw2yypkSmxyeQIxbzvStg_Please enter minutes","TIMEPICKER_INPUTS_ENTER_SECONDS":"akE702FGyg38N+kQuX0mbA_Please enter seconds","DURATION_INPUT_DESCRIPTION":"wpy0bOFAQAQetOTqGAEHRw_Duration Input","DATETIME_PICKER_DATE_BUTTON":"+9nnenrxLQit7j1cetzYNw_Date","DATETIME_PICKER_TIME_BUTTON":"AvpAzVaImUrG3CW21X+boQ_Time","TOKEN_ARIA_DELETABLE":"y7uYIVCCNAyhoyYv5OvaFw_Deletable","TOKEN_ARIA_LABEL":"ggTXQEns7BWwafm06n5wFw_Token","TOKENIZER_ARIA_CONTAIN_TOKEN":"/GNB+WW1VBq9CREJxtOXIA_No Tokens","TOKENIZER_ARIA_CONTAIN_ONE_TOKEN":"F+AN5cfVO8NCQM5DaODxQw_Contains 1 token","TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS":"iH/k7n9g/ua4G7YMchL6gQ_Contains {0} tokens","TOKENIZER_ARIA_LABEL":"b+vZkUsHDoF3QCIaIUFuEw_Tokenizer","TOKENIZER_POPOVER_REMOVE":"bn0YEn1E+sLzSCHk+3jGag_All items","TOKENIZER_SHOW_ALL_ITEMS":"516vV/mWdfVu9olV3JhrZA_{0} Items","TREE_ITEM_ARIA_LABEL":"EfdKcPq8l5pVMMqYgxkNpQ_Tree Item","TREE_ITEM_EXPAND_NODE":"ApvHBxS7YmQKM7e9vkCptA_Expand Node","TREE_ITEM_COLLAPSE_NODE":"V4dYAavOYqozBbdqvN3K+g_Collapse Node","VALUE_STATE_TYPE_ERROR":"2n4DsF6CFz21u+mozzux5A_Value State Error","VALUE_STATE_TYPE_WARNING":"lvUcw2m3iendr5HYHqT2Cg_Value State Warning","VALUE_STATE_TYPE_SUCCESS":"wRsJGuVcnQzxi/WwR/PXaQ_Value State Success","VALUE_STATE_TYPE_INFORMATION":"2mKqcouc3yq4YAqv17f4vA_Value State Information","VALUE_STATE_ERROR":"IC9x7FxUaXYlMTduVG7g/Q_Invalid entry","VALUE_STATE_WARNING":"b/epC4K2bFSfXG46axzPIg_Warning issued","VALUE_STATE_INFORMATION":"kQszHm86cO5OP/z7hfPd3Q_Informative entry","VALUE_STATE_SUCCESS":"z3b9TnGTVZmnTucsHsqQmg_Entry successfully validated","CALENDAR_HEADER_NEXT_BUTTON":"Kwwp4F1H8dsZ2OadGhpVlw_Next","CALENDAR_HEADER_PREVIOUS_BUTTON":"ebGD5Kv5B6Qy6p2uWaqGvA_Previous","DAY_PICKER_WEEK_NUMBER_TEXT":"ifqiA147ZPEyzh8KmYUgOQ_Week Number","DAY_PICKER_NON_WORKING_DAY":"HKA7Qfe8xpFHopl6aWZYlg_Non-Working Day","DAY_PICKER_TODAY":"J+F0hpx9E5ta22wFcxFQWw_Today","MONTH_PICKER_DESCRIPTION":"m9yicSA9J8p+t8SrmcHI3Q_Month Picker","YEAR_PICKER_DESCRIPTION":"oDM3Z/597YeR0CsKcJvcFg_Year Picker","SLIDER_TOOLTIP_INPUT_DESCRIPTION":"gHZB7aKzoCqs5mPioIT3OA_Press F2 to enter a value","SLIDER_TOOLTIP_INPUT_LABEL":"J5oPcyDS1fnVdSNIoihFdQ_Current Value","STEPINPUT_DEC_ICON_TITLE":"lPqDgbEcEnwYl9ax2SbmHQ_Decrease","STEPINPUT_INC_ICON_TITLE":"VnRXkkU/CW4l9pLXbu6gJw_Increase","SPLIT_BUTTON_DESCRIPTION":"DBO4toV97DwvdEhWcOT+Sw_Split Button","SPLIT_BUTTON_KEYBOARD_HINT":"If9IlhhXqFOStBTWBddKjA_Press Space or Enter to trigger default action and Alt + Arrow Down or F4 to trigger arrow action","SPLIT_BUTTON_ARROW_BUTTON_TOOLTIP":"EYHmgmBUAxWSHhIHra9LuQ_Open Menu","MENU_BACK_BUTTON_ARIA_LABEL":"6n2V3OuKQMdtX6Wwbmm4Sg_Back","MENU_CLOSE_BUTTON_ARIA_LABEL":"xGpRkAW/X7ymAqmmNW8+SQ_Decline","MENU_POPOVER_ACCESSIBLE_NAME":"JlFqn5lJ8wodUHDi8MDw5g_Select an option from the menu","NAVIGATION_MENU_POPOVER_HIDDEN_TEXT":"E7nIqO8bHSDqgo6TafdjGg_Navigation","DIALOG_HEADER_ARIA_ROLE_DESCRIPTION":"Ud495ZxUNxOgfLedWZFtXw_Interactive Header","DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE":"N846GekYejMcel+0hbgLig_Use Shift+Arrow keys to resize","DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE":"2pBeUKJwrJgs2d2eDuHVtA_Use Arrow keys to move","DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE":"RJ00LaY1i3EuMdQQrqXVBA_Use Arrow keys to move, Shift+Arrow keys to resize","LABEL_COLON":"OPTq+2V+V2hjTFVedbaCqQ_:","TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL":"ImGaZk+LG8l+HhQYGo/xFQ_Additional Options","FORM_CHECKABLE_REQUIRED":"kiYXpENyMULgnkn9jgw+FQ_Please tick this box if you want to proceed.","FORM_MIXED_TEXTFIELD_REQUIRED":"1dNdDjpN85OXVyV7IIo5VA_Please fill in this field or select an item in the list.","FORM_SELECTABLE_REQUIRED":"MOPbcMBaee7OiMvgLFQnBg_Please select an item in the list.","FORM_SELECTABLE_REQUIRED2":"qlUl3G0+1U7ZcQmDNME71Q_Please select one of these options.","FORM_TEXTFIELD_REQUIRED":"tIfAx5vHl1oFaBV+uZm8xA_Please fill in this field.","TABLE_SELECTION":"ERj+a8oC4nHUIuIPUFgeUA_Selection","TABLE_ROW_SELECTOR":"qZIIHgNuZwYacqpEsiE0Tg_Row Selector","TABLE_NO_DATA":"78zSy/9LpYivrUvDJGbBxg_No Data","TABLE_ROW_POPIN":"jSWaz9VQvAMjWONvW6vG+w_Row Popin","TABLE_MORE":"e9f2uqDaKq//pPHVgPgVUQ_More","TABLE_MORE_DESCRIPTION":"ni4QAJOJ9vPScc627PXE/w_Load more rows by pressing Enter or Space"}
1
+ {"ARIA_LABEL_CARD_CONTENT":"jUm5GxC+KLX405yby2CITg_Card Content","ARIA_ROLEDESCRIPTION_CARD":"in517uqsEF/vujSHSPI24g_Card","ARIA_ROLEDESCRIPTION_CARD_HEADER":"CSR+WrebhZSr7nvvjTK3Eg_Card Header","ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER":"etxnGIGa4zzuA/CkjHCfuQ_Interactive Card Header","AVATAR_TOOLTIP":"+TUh8Pu2f65Xc6Lb+SdaoQ_Avatar","AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL":"F5nqCtYXm/UYIRXEGy4Jqw_{0} displayed, {1} hidden.","AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL":"dEnwvbEInbH1b4WT8xeYfQ_Activate for complete list.","AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL":"HiDD46tsu+HbE47cbyrkMw_Individual avatars.","AVATAR_GROUP_ARIA_LABEL_GROUP":"GwoZT/FHQJSFTQbplxUH+g_Conjoined avatars.","AVATAR_GROUP_MOVE":"bRt6tUOgcs9Xsv1n0R/B9Q_Press ARROW keys to move.","TAG_DESCRIPTION_TAG":"OTEH0oeTun1GUN/RxVfp3Q_Tag","TAG_ROLE_DESCRIPTION":"4hMWLMX6PbCUiq+ODb+q0g_Tag button","TAG_ERROR":"q6d9XH+rPwyju+wYzpCgGg_Error","TAG_WARNING":"3t7VMpyt5BDDEe2FJNi9cA_Warning","TAG_SUCCESS":"6VkANTq4vxGDXEjBbkUK+Q_Success","TAG_INFORMATION":"+Oz0DCfifJkdO/uztAs9pg_Information","BREADCRUMB_ITEM_POS":"AvCLpTz8IORTNMMHLnRQ8A_{0} of {1}","BREADCRUMBS_ARIA_LABEL":"LQgbSSO4w0e4ay8l2uG7Uw_Breadcrumb Trail","BREADCRUMBS_OVERFLOW_ARIA_LABEL":"2xmD4J0GmghfFDgEhn6tNg_More","BREADCRUMBS_CANCEL_BUTTON":"IwcpAZcpPYuaDsTAU1UFvg_Cancel","BUSY_INDICATOR_TITLE":"olAHNxp8zwLOM2+XID9KdA_Please wait","BUTTON_ARIA_TYPE_ACCEPT":"V8b9mtpxx+CVM8/ztN03qw_Positive Action","BUTTON_ARIA_TYPE_REJECT":"aib5P3n/4eo3oTYgfWfuvg_Negative Action","BUTTON_ARIA_TYPE_EMPHASIZED":"Ek/VKc+8LlyWekXUdM33+w_Emphasized","CAL_LEGEND_TODAY_TEXT":"yLu7RwHOQ4JOMFI5J8kwqg_Today","CAL_LEGEND_SELECTED_TEXT":"7XmBIaNRpRZLuePQ635gnA_Selected Day","CAL_LEGEND_WORKING_DAY_TEXT":"l0ruYSByO9gqZaYCAZlPJg_Working Day","CAL_LEGEND_NON_WORKING_DAY_TEXT":"qeqER5gcusB9C7ZoG/1fFg_Non-Working Day","CAROUSEL_OF_TEXT":"njXndVJIBJcEbBqP8E/ekw_of","CAROUSEL_DOT_TEXT":"rv7ucp7mxpag2NKYOr1JFQ_Item {0} of {1} displayed","CAROUSEL_PREVIOUS_ARROW_TEXT":"PMTgRUlfOwwqa5GcSfHsjg_Previous Page","CAROUSEL_NEXT_ARROW_TEXT":"t7CiUiqz8wYObm5JVLOfNw_Next Page","COLORPALETTE_CONTAINER_LABEL":"GmQz8pchpXdwlvHObU1zXw_Color Palette - Predefined Colors","COLORPALETTE_POPOVER_TITLE":"CghzEZO/bbDAVvL5nVSzjQ_Color Palette","COLORPALETTE_COLOR_LABEL":"qUmeefaQepq2FiIIjhnikg_Color","COLOR_PALETTE_DIALOG_CANCEL_BUTTON":"DpeUNnrGwYDkiJQB1iL6dQ_Cancel","COLOR_PALETTE_DIALOG_OK_BUTTON":"JXaLNMXrnW55UOUIQDzmbQ_OK","COLOR_PALETTE_DIALOG_TITLE":"etnb5dfC7bEvr5TzakUPew_Change Color","COLOR_PALETTE_MORE_COLORS_TEXT":"z9Wx6YXrWRF6d0nDpXTipg_More Colors...","COLOR_PALETTE_DEFAULT_COLOR_TEXT":"M7csXrBwPYqyUXnQ3nFsOw_Default Color","COLORPICKER_ALPHA_SLIDER":"sZkmaxYfoiJGe959cT3aUg_Alpha control","COLORPICKER_HUE_SLIDER":"8a9JPaclD/3ijo4s+r11kw_Hue control","COLORPICKER_HEX":"i/pJHKWHI4MpfdmU8ynAQQ_Hexadecimal","COLORPICKER_RED":"pCoOJlXfJM5o4EzNyyP0Rg_Red","COLORPICKER_GREEN":"VXoEW6p8HhwIc36CKjwoQA_Green","COLORPICKER_BLUE":"RXapsRVbCgShnKBCdDoP0Q_Blue","COLORPICKER_ALPHA":"NHXawPhHlyRVViA4F+t4qQ_Alpha","DATEPICKER_OPEN_ICON_TITLE":"f6zZ/AGBCKRHqvFGy0U9oQ_Open Picker","DATEPICKER_DATE_DESCRIPTION":"k5cllX9RTH3lynrUl0xOFQ_Date Input","DATETIME_DESCRIPTION":"OheLy6s4kOs3RiOo8h9YkQ_Date Time Input","DATERANGE_DESCRIPTION":"SiktH8xRE+8S+zYILqxKYg_Date Range Input","DATEPICKER_POPOVER_ACCESSIBLE_NAME":"e7dWFljC4+KeRE3ZizwhzA_Choose Date","DATETIMEPICKER_POPOVER_ACCESSIBLE_NAME":"w5Y3DhxSTf7dmBR9Id1ENA_Choose Date and Time","DATERANGEPICKER_POPOVER_ACCESSIBLE_NAME":"4V0mFC7OWf4EbYw4TSYaqQ_Choose Date Range","DELETE":"+DZ/MAD2TMt8R1+zbCEvSg_Delete","EMPTY_INDICATOR_SYMBOL":"iOB8wUTvP3VY49D9c3dppQ_–","EMPTY_INDICATOR_ACCESSIBLE_TEXT":"MOxzCP09SSZ0XdWDPat4zg_Empty Value","FILEUPLOAD_BROWSE":"N+MxuA6svY84fzQypPtXog_Browse...","FILEUPLOADER_TITLE":"HnFt9MMX5ZJvgWeu6yDZYA_Upload File","GROUP_HEADER_TEXT":"7AtXI2rImufoL6mOAY+Tgg_Group Header","SELECT_ROLE_DESCRIPTION":"5ft7ZxZ/7C6lJHBo3QlNOw_Listbox","SELECT_OPTIONS":"ZSkCpMG74nkfxVlx8OchKw_Select Options","SHOW_SELECTED_BUTTON":"V6zdNiX7TqpJonPtoWz7Cw_Show Selected Items Only","INPUT_SUGGESTIONS":"ORX0695Zv8tMR5oyfPc05g_Suggestions Available","MCB_SELECTED_ITEMS":"trjNXxGvmu8Z0VhJNrdnHQ_Select All ({0} of {1})","INPUT_SUGGESTIONS_TITLE":"AMQWWYy3h5v2vdLxa4lPyw_Select","INPUT_SUGGESTIONS_ONE_HIT":"JWKcjV5AFRLFC2wzovweOA_1 result available","INPUT_SUGGESTIONS_MORE_HITS":"2/eSpf6DT+E030PZFLgSkQ_{0} results are available","INPUT_SUGGESTIONS_NO_HIT":"uIsBSf22bwWGJ8TLCCnddg_No results","INPUT_CLEAR_ICON_ACC_NAME":"sRmOF7ylHoe0yW6NlmZuEg_Clear","LINK_SUBTLE":"p9Evz1Uwlj3ZGjdIYnKMcA_Subtle","LINK_EMPHASIZED":"ypWzTO3kzinqAdKYjcYuEA_Emphasized","LIST_ITEM_POSITION":"QltcpXrzHMSglOgsyN6ntw_List item {0} of {1}","LIST_ITEM_SELECTED":"yzL7pD2ebPaYiBteDBckKQ_Selected","LIST_ITEM_NOT_SELECTED":"PKTsEWH8TJhOw4r1508Z3w_Not Selected","LIST_ITEM_GROUP_HEADER":"QqSEb7adT4ioTBjgV8l0hg_Group Header","ARIA_LABEL_LIST_ITEM_CHECKBOX":"v4OKfVx3AnG8JyfTH+hqng_Multiple Selection Mode","ARIA_LABEL_LIST_ITEM_RADIO_BUTTON":"2C+4gOJr4fX4JTHm8j7mDw_Item Selection.","ARIA_LABEL_LIST_SELECTABLE":"9FRbiwzkP38lYPOHj+WP2g_Contains Selectable Items","ARIA_LABEL_LIST_MULTISELECTABLE":"CCaQJgop6FeAkBa/2ODIww_Contains Multi-Selectable Items","ARIA_LABEL_LIST_DELETABLE":"Frlm9HWth+KCr54NM02DwA_Contains Deletable Items","MESSAGE_STRIP_CLOSE_BUTTON":"5B+1OfNEcSBDcvlkzEj67w_Information Bar Close","MESSAGE_STRIP_CLOSABLE":"NANXH+ZHmgtpRo06JHfcDw_Closable","MESSAGE_STRIP_ERROR":"DIsRd6oGa8F649JnhGUG+w_Error Information Bar","MESSAGE_STRIP_WARNING":"/sCrHklbdFHBuwXpAz7khQ_Warning Information Bar","MESSAGE_STRIP_SUCCESS":"F9Qg7U3X41JHYO2iRtBAaA_Success Information Bar","MESSAGE_STRIP_INFORMATION":"x8O10hIbjfkPTomxLEKf+g_Information Bar","MESSAGE_STRIP_CUSTOM":"c2aGdPsjOlNb7FFgdSawhg_Custom Information Bar","MULTICOMBOBOX_DIALOG_OK_BUTTON":"bKXpQ8wnTK0LJXDQBCyhhw_OK","COMBOBOX_AVAILABLE_OPTIONS":"wYgRqV76BGDpnVB05JP0fg_Available Options","INPUT_AVALIABLE_VALUES":"JhSfXgG3EjEEG77qhRWXrw_Available Values","VALUE_STATE_ERROR_ALREADY_SELECTED":"RKWI2ErDzZxARra3lz6E5g_This value is already selected.","MULTIINPUT_ROLEDESCRIPTION_TEXT":"6UIsfw3Pd3Wh4NsFnsujZg_Multi Value Input","MULTIINPUT_SHOW_MORE_TOKENS":"RbztiSiXtUAotapO+VhSaA_{0} more","MULTIINPUT_VALUE_HELP_LABEL":"Ksjtbc43sB+kdLal+qkf3A_Show Value Help","PANEL_ICON":"Byla1YKa5zeRgIJMpOhjrA_Expand/Collapse","RANGE_SLIDER_ARIA_DESCRIPTION":"mhLUD8m6hoM42G6y5ETK8A_Range","RANGE_SLIDER_START_HANDLE_DESCRIPTION":"IdbHgrYuYdIh0e49IjQ+3A_Left handle","RANGE_SLIDER_END_HANDLE_DESCRIPTION":"I4k9qTyTnVn8NMC4zg6jwA_Right handle","RATING_INDICATOR_TOOLTIP_TEXT":"jdRbpSaadpXylKi6JYktSg_Rating","RATING_INDICATOR_TEXT":"UX2jmE3fJr3tvD6x+feu0g_Rating Indicator","RATING_INDICATOR_ARIA_DESCRIPTION":"5g1+yDzIvnKyvTHl7N+tug_Required","RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON":"AIkrXrHdksbjugr5ljfwrA_Decline","SEGMENTEDBUTTON_ARIA_DESCRIPTION":"MQLakjR3ICAV1USuf51QNw_Segmented button group","SEGMENTEDBUTTON_ARIA_DESCRIBEDBY":"KUIUFJz++E/jFVYqNt/doA_Press SPACE or ENTER to select an item","SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION":"+WilT0y3g1UkVOHszpvqhw_Segmented button","SLIDER_ARIA_DESCRIPTION":"SIgESWNoebDmfVk7eUgZcg_Slider handle","LOAD_MORE_TEXT":"0IsV0xXqWF1bCSYvFXnMBg_More","TABLE_HEADER_ROW_INFORMATION":"W66vRDzMOwpRvBOe21PGzQ_Header Row 1 of {0}","TABLE_ROW_POSITION":"OZgUsPPunqpLQ/tOXqhOqg_{0} of {1}","TABLE_GROUP_ROW_ARIA_LABEL":"Sx339KZvn7KCDKVDLpEdxA_Group Header Row","ARIA_LABEL_ROW_SELECTION":"mAlPlN2ehFSwgFPe8kq36A_Item Selection","ARIA_LABEL_SELECT_ALL_CHECKBOX":"UbLPIJMgNqzi3DxdVP2J7Q_Select All Rows","ARIA_LABEL_EMPTY_CELL":"5IFpPAKiZwMLnJKVX0nXOA_Empty","TAB_ARIA_DESIGN_POSITIVE":"ro5ndIo4Q31XQQBFWaiFQw_Positive","TAB_ARIA_DESIGN_NEGATIVE":"Nozn5iWujS8aHgZG9MlB+Q_Negative","TAB_ARIA_DESIGN_CRITICAL":"sdHfgFXOlhqbVPfR10riJQ_Critical","TAB_ARIA_DESIGN_NEUTRAL":"T0ed0kH9tg7nGxb3RNUqhA_Neutral","TAB_SPLIT_ROLE_DESCRIPTION":"bxAiZv7Q5ff0kIprDHG1cw_Tab with Subitems","TABCONTAINER_NEXT_ICON_ACC_NAME":"Drcf+j9ovG344yV/Qgc3eg_Next","TABCONTAINER_PREVIOUS_ICON_ACC_NAME":"Bn8PHyEbnhMsNhqy1bCpVw_Previous","TABCONTAINER_OVERFLOW_MENU_TITLE":"ELjYzocdpqtRTJbJTN+9+A_Overflow Menu","TABCONTAINER_END_OVERFLOW":"Xa3ekctgs833z8U+6ZwU/Q_More","TABCONTAINER_POPOVER_CANCEL_BUTTON":"/2pCl6rPvRW+9gxMEL5luQ_Cancel","TABCONTAINER_SUBTABS_DESCRIPTION":"mzg89HIlZWO0dIpx1+BfFA_Press down arrow key to open subitems menu","TEXTAREA_CHARACTERS_LEFT":"265jvW0uQ9k06fMOpYakeg_{0} characters remaining","TEXTAREA_CHARACTERS_EXCEEDED":"/Z3Pts2XifhYVPMwMqP2/Q_{0} characters over limit","TIMEPICKER_HOURS_LABEL":"LMia+13xGt1vDeNespoimQ_Hours","TIMEPICKER_MINUTES_LABEL":"r+0qGu46knGePTWKgvyktA_Minutes","TIMEPICKER_SECONDS_LABEL":"FRxewr0l/S+HeAzycK3yjw_Seconds","TIMEPICKER_SUBMIT_BUTTON":"xMO8pPmE5viOOPxswMfafg_OK","TIMEPICKER_CANCEL_BUTTON":"2jP5FQwSCHfgZBbPQTX6lQ_Cancel","TIMEPICKER_INPUT_DESCRIPTION":"36OuJm0YMuwgBMkelZo5ZA_Time Input","TIMEPICKER_POPOVER_ACCESSIBLE_NAME":"aZrnJVhugrGtN5mNtMsLdw_Choose Time","TIMEPICKER_CLOCK_DIAL_LABEL":"gdT1idQrdiQ/kBD9mz5GzA_Clock Dial","TIMEPICKER_INPUTS_ENTER_HOURS":"xl4n5v00g5QWLg5xAENREw_Please enter hours","TIMEPICKER_INPUTS_ENTER_MINUTES":"Zqw2yypkSmxyeQIxbzvStg_Please enter minutes","TIMEPICKER_INPUTS_ENTER_SECONDS":"akE702FGyg38N+kQuX0mbA_Please enter seconds","DURATION_INPUT_DESCRIPTION":"wpy0bOFAQAQetOTqGAEHRw_Duration Input","DATETIME_PICKER_DATE_BUTTON":"+9nnenrxLQit7j1cetzYNw_Date","DATETIME_PICKER_TIME_BUTTON":"AvpAzVaImUrG3CW21X+boQ_Time","TOKEN_ARIA_DELETABLE":"y7uYIVCCNAyhoyYv5OvaFw_Deletable","TOKEN_ARIA_LABEL":"ggTXQEns7BWwafm06n5wFw_Token","TOKENIZER_ARIA_CONTAIN_TOKEN":"/GNB+WW1VBq9CREJxtOXIA_No Tokens","TOKENIZER_ARIA_CONTAIN_ONE_TOKEN":"F+AN5cfVO8NCQM5DaODxQw_Contains 1 token","TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS":"iH/k7n9g/ua4G7YMchL6gQ_Contains {0} tokens","TOKENIZER_ARIA_LABEL":"b+vZkUsHDoF3QCIaIUFuEw_Tokenizer","TOKENIZER_POPOVER_REMOVE":"bn0YEn1E+sLzSCHk+3jGag_All items","TOKENIZER_SHOW_ALL_ITEMS":"516vV/mWdfVu9olV3JhrZA_{0} Items","TOKENIZER_CLEAR_ALL":"E5kwB9f60GvHRDcIYdEY9A_Clear All","TREE_ITEM_ARIA_LABEL":"EfdKcPq8l5pVMMqYgxkNpQ_Tree Item","TREE_ITEM_EXPAND_NODE":"ApvHBxS7YmQKM7e9vkCptA_Expand Node","TREE_ITEM_COLLAPSE_NODE":"V4dYAavOYqozBbdqvN3K+g_Collapse Node","VALUE_STATE_TYPE_ERROR":"2n4DsF6CFz21u+mozzux5A_Value State Error","VALUE_STATE_TYPE_WARNING":"lvUcw2m3iendr5HYHqT2Cg_Value State Warning","VALUE_STATE_TYPE_SUCCESS":"wRsJGuVcnQzxi/WwR/PXaQ_Value State Success","VALUE_STATE_TYPE_INFORMATION":"2mKqcouc3yq4YAqv17f4vA_Value State Information","VALUE_STATE_ERROR":"IC9x7FxUaXYlMTduVG7g/Q_Invalid entry","VALUE_STATE_WARNING":"b/epC4K2bFSfXG46axzPIg_Warning issued","VALUE_STATE_INFORMATION":"kQszHm86cO5OP/z7hfPd3Q_Informative entry","VALUE_STATE_SUCCESS":"z3b9TnGTVZmnTucsHsqQmg_Entry successfully validated","CALENDAR_HEADER_NEXT_BUTTON":"Kwwp4F1H8dsZ2OadGhpVlw_Next","CALENDAR_HEADER_PREVIOUS_BUTTON":"ebGD5Kv5B6Qy6p2uWaqGvA_Previous","DAY_PICKER_WEEK_NUMBER_TEXT":"ifqiA147ZPEyzh8KmYUgOQ_Week Number","DAY_PICKER_NON_WORKING_DAY":"HKA7Qfe8xpFHopl6aWZYlg_Non-Working Day","DAY_PICKER_TODAY":"J+F0hpx9E5ta22wFcxFQWw_Today","MONTH_PICKER_DESCRIPTION":"m9yicSA9J8p+t8SrmcHI3Q_Month Picker","YEAR_PICKER_DESCRIPTION":"oDM3Z/597YeR0CsKcJvcFg_Year Picker","SLIDER_TOOLTIP_INPUT_DESCRIPTION":"gHZB7aKzoCqs5mPioIT3OA_Press F2 to enter a value","SLIDER_TOOLTIP_INPUT_LABEL":"J5oPcyDS1fnVdSNIoihFdQ_Current Value","STEPINPUT_DEC_ICON_TITLE":"lPqDgbEcEnwYl9ax2SbmHQ_Decrease","STEPINPUT_INC_ICON_TITLE":"VnRXkkU/CW4l9pLXbu6gJw_Increase","SPLIT_BUTTON_DESCRIPTION":"DBO4toV97DwvdEhWcOT+Sw_Split Button","SPLIT_BUTTON_KEYBOARD_HINT":"If9IlhhXqFOStBTWBddKjA_Press Space or Enter to trigger default action and Alt + Arrow Down or F4 to trigger arrow action","SPLIT_BUTTON_ARROW_BUTTON_TOOLTIP":"EYHmgmBUAxWSHhIHra9LuQ_Open Menu","MENU_BACK_BUTTON_ARIA_LABEL":"6n2V3OuKQMdtX6Wwbmm4Sg_Back","MENU_CLOSE_BUTTON_ARIA_LABEL":"xGpRkAW/X7ymAqmmNW8+SQ_Decline","MENU_POPOVER_ACCESSIBLE_NAME":"JlFqn5lJ8wodUHDi8MDw5g_Select an option from the menu","NAVIGATION_MENU_POPOVER_HIDDEN_TEXT":"E7nIqO8bHSDqgo6TafdjGg_Navigation","DIALOG_HEADER_ARIA_ROLE_DESCRIPTION":"Ud495ZxUNxOgfLedWZFtXw_Interactive Header","DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE":"N846GekYejMcel+0hbgLig_Use Shift+Arrow keys to resize","DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE":"2pBeUKJwrJgs2d2eDuHVtA_Use Arrow keys to move","DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE":"RJ00LaY1i3EuMdQQrqXVBA_Use Arrow keys to move, Shift+Arrow keys to resize","LABEL_COLON":"OPTq+2V+V2hjTFVedbaCqQ_:","TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL":"ImGaZk+LG8l+HhQYGo/xFQ_Additional Options","FORM_CHECKABLE_REQUIRED":"kiYXpENyMULgnkn9jgw+FQ_Please tick this box if you want to proceed.","FORM_MIXED_TEXTFIELD_REQUIRED":"1dNdDjpN85OXVyV7IIo5VA_Please fill in this field or select an item in the list.","FORM_SELECTABLE_REQUIRED":"MOPbcMBaee7OiMvgLFQnBg_Please select an item in the list.","FORM_SELECTABLE_REQUIRED2":"qlUl3G0+1U7ZcQmDNME71Q_Please select one of these options.","FORM_TEXTFIELD_REQUIRED":"tIfAx5vHl1oFaBV+uZm8xA_Please fill in this field.","TABLE_SELECTION":"ERj+a8oC4nHUIuIPUFgeUA_Selection","TABLE_ROW_SELECTOR":"qZIIHgNuZwYacqpEsiE0Tg_Row Selector","TABLE_NO_DATA":"78zSy/9LpYivrUvDJGbBxg_No Data","TABLE_ROW_POPIN":"jSWaz9VQvAMjWONvW6vG+w_Row Popin","TABLE_MORE":"e9f2uqDaKq//pPHVgPgVUQ_More","TABLE_MORE_DESCRIPTION":"ni4QAJOJ9vPScc627PXE/w_Load more rows by pressing Enter or Space"}