@ui5/webcomponents 2.25.0-rc.0 → 2.25.0

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 (279) hide show
  1. package/CHANGELOG.md +64 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/CarouselTemplate.js +1 -1
  4. package/dist/CarouselTemplate.js.map +1 -1
  5. package/dist/ComboBox.d.ts +1 -0
  6. package/dist/ComboBox.js +8 -1
  7. package/dist/ComboBox.js.map +1 -1
  8. package/dist/DayPicker.d.ts +4 -2
  9. package/dist/DayPicker.js +15 -11
  10. package/dist/DayPicker.js.map +1 -1
  11. package/dist/DynamicDateRange.d.ts +11 -0
  12. package/dist/DynamicDateRange.js +12 -0
  13. package/dist/DynamicDateRange.js.map +1 -1
  14. package/dist/DynamicDateRangeInputTemplate.js +1 -1
  15. package/dist/DynamicDateRangeInputTemplate.js.map +1 -1
  16. package/dist/FileUploader.js +1 -2
  17. package/dist/FileUploader.js.map +1 -1
  18. package/dist/FileUploaderTemplate.js +1 -1
  19. package/dist/FileUploaderTemplate.js.map +1 -1
  20. package/dist/IToolbarArrowNavProvider.d.ts +32 -0
  21. package/dist/IToolbarArrowNavProvider.js +4 -0
  22. package/dist/IToolbarArrowNavProvider.js.map +1 -0
  23. package/dist/Input.d.ts +3 -1
  24. package/dist/Input.js +18 -0
  25. package/dist/Input.js.map +1 -1
  26. package/dist/InputIcon.d.ts +64 -0
  27. package/dist/InputIcon.js +118 -0
  28. package/dist/InputIcon.js.map +1 -0
  29. package/dist/InputIconTemplate.d.ts +2 -0
  30. package/dist/InputIconTemplate.js +11 -0
  31. package/dist/InputIconTemplate.js.map +1 -0
  32. package/dist/ListItemCustom.js.map +1 -1
  33. package/dist/MenuItem.js +1 -1
  34. package/dist/MenuItem.js.map +1 -1
  35. package/dist/MenuSeparator.d.ts +7 -14
  36. package/dist/MenuSeparator.js +5 -24
  37. package/dist/MenuSeparator.js.map +1 -1
  38. package/dist/MenuSeparatorTemplate.js +1 -2
  39. package/dist/MenuSeparatorTemplate.js.map +1 -1
  40. package/dist/MultiComboBox.js +8 -3
  41. package/dist/MultiComboBox.js.map +1 -1
  42. package/dist/MultiComboBoxItem.d.ts +1 -0
  43. package/dist/MultiComboBoxItem.js +7 -1
  44. package/dist/MultiComboBoxItem.js.map +1 -1
  45. package/dist/MultiComboBoxItemTemplate.js +4 -2
  46. package/dist/MultiComboBoxItemTemplate.js.map +1 -1
  47. package/dist/MultiInput.js +1 -0
  48. package/dist/MultiInput.js.map +1 -1
  49. package/dist/RangeSlider.js +1 -1
  50. package/dist/RangeSlider.js.map +1 -1
  51. package/dist/RatingIndicator.d.ts +2 -0
  52. package/dist/RatingIndicator.js +2 -0
  53. package/dist/RatingIndicator.js.map +1 -1
  54. package/dist/Slider.js +3 -0
  55. package/dist/Slider.js.map +1 -1
  56. package/dist/SliderBase.d.ts +6 -0
  57. package/dist/SliderBase.js +8 -0
  58. package/dist/SliderBase.js.map +1 -1
  59. package/dist/SliderTemplate.js +1 -1
  60. package/dist/SliderTemplate.js.map +1 -1
  61. package/dist/Table.js +4 -2
  62. package/dist/Table.js.map +1 -1
  63. package/dist/Toolbar.d.ts +40 -3
  64. package/dist/Toolbar.js +225 -6
  65. package/dist/Toolbar.js.map +1 -1
  66. package/dist/ToolbarItem.d.ts +30 -0
  67. package/dist/ToolbarItem.js +202 -0
  68. package/dist/ToolbarItem.js.map +1 -1
  69. package/dist/ToolbarItemBase.d.ts +10 -0
  70. package/dist/ToolbarItemBase.js +19 -0
  71. package/dist/ToolbarItemBase.js.map +1 -1
  72. package/dist/ToolbarSelect.d.ts +4 -2
  73. package/dist/ToolbarSelect.js +7 -4
  74. package/dist/ToolbarSelect.js.map +1 -1
  75. package/dist/ToolbarSelectOption.d.ts +7 -0
  76. package/dist/ToolbarSelectOption.js +4 -1
  77. package/dist/ToolbarSelectOption.js.map +1 -1
  78. package/dist/ToolbarSelectTemplate.js +1 -1
  79. package/dist/ToolbarSelectTemplate.js.map +1 -1
  80. package/dist/TreeItemBase.js.map +1 -1
  81. package/dist/bundle.esm.js +1 -0
  82. package/dist/bundle.esm.js.map +1 -1
  83. package/dist/css/themes/ColorPalette.css +1 -1
  84. package/dist/css/themes/ComboBox.css +1 -1
  85. package/dist/css/themes/DatePicker.css +1 -1
  86. package/dist/css/themes/DynamicDateRange.css +1 -1
  87. package/dist/css/themes/FileUploader.css +1 -1
  88. package/dist/css/themes/Input.css +1 -1
  89. package/dist/css/themes/InputIcon.css +1 -1
  90. package/dist/css/themes/MultiComboBox.css +1 -1
  91. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  92. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  93. package/dist/css/themes/MultiInput.css +1 -1
  94. package/dist/css/themes/Select.css +1 -1
  95. package/dist/css/themes/StepInput.css +1 -1
  96. package/dist/css/themes/TimePicker.css +1 -1
  97. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  98. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +1 -1
  99. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  100. package/dist/custom-elements-internal.json +157 -40
  101. package/dist/custom-elements.json +140 -25
  102. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  103. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  104. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  105. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  106. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  107. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  108. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  109. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  110. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  111. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  112. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  113. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  114. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  115. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  116. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  117. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  118. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  119. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  120. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  121. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  122. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  123. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  124. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  125. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  126. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  127. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  128. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  129. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  130. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  131. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  132. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  133. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  134. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  135. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  136. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  137. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  138. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  139. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  140. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  141. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  142. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  143. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  144. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  145. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  146. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  147. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  148. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  149. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  150. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  151. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  152. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  153. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  154. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
  155. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  156. package/dist/generated/i18n/i18n-defaults.js +1 -1
  157. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  158. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  159. package/dist/generated/themes/ColorPalette.css.js +1 -1
  160. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  161. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  162. package/dist/generated/themes/ComboBox.css.js +1 -1
  163. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  164. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  165. package/dist/generated/themes/DatePicker.css.js +1 -1
  166. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  167. package/dist/generated/themes/DynamicDateRange.css.d.ts +1 -1
  168. package/dist/generated/themes/DynamicDateRange.css.js +1 -1
  169. package/dist/generated/themes/DynamicDateRange.css.js.map +1 -1
  170. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  171. package/dist/generated/themes/FileUploader.css.js +1 -1
  172. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  173. package/dist/generated/themes/Input.css.d.ts +1 -1
  174. package/dist/generated/themes/Input.css.js +1 -1
  175. package/dist/generated/themes/Input.css.js.map +1 -1
  176. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  177. package/dist/generated/themes/InputIcon.css.js +1 -1
  178. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  179. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  180. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  181. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  182. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  183. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  184. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  185. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  186. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  187. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  188. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  189. package/dist/generated/themes/MultiInput.css.js +1 -1
  190. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  191. package/dist/generated/themes/Select.css.d.ts +1 -1
  192. package/dist/generated/themes/Select.css.js +1 -1
  193. package/dist/generated/themes/Select.css.js.map +1 -1
  194. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  195. package/dist/generated/themes/StepInput.css.js +1 -1
  196. package/dist/generated/themes/StepInput.css.js.map +1 -1
  197. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  198. package/dist/generated/themes/TimePicker.css.js +1 -1
  199. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  200. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  201. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  202. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  203. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
  204. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +1 -1
  205. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
  206. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  207. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  208. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  209. package/dist/vscode.html-custom-data.json +31 -4
  210. package/dist/web-types.json +72 -22
  211. package/package.json +11 -11
  212. package/src/CarouselTemplate.tsx +0 -1
  213. package/src/DynamicDateRangeInputTemplate.tsx +1 -0
  214. package/src/FileUploaderTemplate.tsx +1 -1
  215. package/src/InputIconTemplate.tsx +36 -0
  216. package/src/MenuSeparatorTemplate.tsx +2 -4
  217. package/src/MultiComboBoxItemTemplate.tsx +4 -1
  218. package/src/SliderTemplate.tsx +1 -0
  219. package/src/ToolbarSelectTemplate.tsx +1 -0
  220. package/src/i18n/messagebundle.properties +1 -1
  221. package/src/i18n/messagebundle_ar.properties +6 -1
  222. package/src/i18n/messagebundle_bg.properties +6 -1
  223. package/src/i18n/messagebundle_ca.properties +6 -1
  224. package/src/i18n/messagebundle_cnr.properties +6 -1
  225. package/src/i18n/messagebundle_cs.properties +6 -1
  226. package/src/i18n/messagebundle_cy.properties +6 -1
  227. package/src/i18n/messagebundle_da.properties +6 -1
  228. package/src/i18n/messagebundle_de.properties +6 -1
  229. package/src/i18n/messagebundle_el.properties +6 -1
  230. package/src/i18n/messagebundle_en.properties +6 -1
  231. package/src/i18n/messagebundle_en_GB.properties +6 -1
  232. package/src/i18n/messagebundle_en_US_sappsd.properties +6 -1
  233. package/src/i18n/messagebundle_en_US_saprigi.properties +6 -1
  234. package/src/i18n/messagebundle_en_US_saptrc.properties +6 -1
  235. package/src/i18n/messagebundle_es.properties +6 -1
  236. package/src/i18n/messagebundle_es_MX.properties +6 -1
  237. package/src/i18n/messagebundle_et.properties +6 -1
  238. package/src/i18n/messagebundle_fi.properties +6 -1
  239. package/src/i18n/messagebundle_fr.properties +15 -10
  240. package/src/i18n/messagebundle_fr_CA.properties +6 -1
  241. package/src/i18n/messagebundle_hi.properties +6 -1
  242. package/src/i18n/messagebundle_hr.properties +6 -1
  243. package/src/i18n/messagebundle_hu.properties +6 -1
  244. package/src/i18n/messagebundle_id.properties +6 -1
  245. package/src/i18n/messagebundle_it.properties +6 -1
  246. package/src/i18n/messagebundle_iw.properties +6 -1
  247. package/src/i18n/messagebundle_ja.properties +6 -1
  248. package/src/i18n/messagebundle_kk.properties +6 -1
  249. package/src/i18n/messagebundle_ko.properties +6 -1
  250. package/src/i18n/messagebundle_lt.properties +6 -1
  251. package/src/i18n/messagebundle_lv.properties +6 -1
  252. package/src/i18n/messagebundle_mk.properties +6 -1
  253. package/src/i18n/messagebundle_ms.properties +6 -1
  254. package/src/i18n/messagebundle_nl.properties +6 -1
  255. package/src/i18n/messagebundle_no.properties +6 -1
  256. package/src/i18n/messagebundle_pl.properties +6 -1
  257. package/src/i18n/messagebundle_pt.properties +6 -1
  258. package/src/i18n/messagebundle_pt_PT.properties +6 -1
  259. package/src/i18n/messagebundle_ro.properties +6 -1
  260. package/src/i18n/messagebundle_ru.properties +6 -1
  261. package/src/i18n/messagebundle_sh.properties +6 -1
  262. package/src/i18n/messagebundle_sk.properties +6 -1
  263. package/src/i18n/messagebundle_sl.properties +6 -1
  264. package/src/i18n/messagebundle_sr.properties +6 -1
  265. package/src/i18n/messagebundle_sv.properties +6 -1
  266. package/src/i18n/messagebundle_th.properties +6 -1
  267. package/src/i18n/messagebundle_tr.properties +6 -1
  268. package/src/i18n/messagebundle_uk.properties +6 -1
  269. package/src/i18n/messagebundle_vi.properties +6 -1
  270. package/src/i18n/messagebundle_zh_CN.properties +6 -1
  271. package/src/i18n/messagebundle_zh_TW.properties +6 -1
  272. package/src/themes/ColorPalette.css +1 -0
  273. package/src/themes/DatePicker.css +1 -2
  274. package/src/themes/Input.css +64 -0
  275. package/src/themes/InputIcon.css +44 -8
  276. package/src/themes/MultiComboBoxItem.css +2 -0
  277. package/src/themes/MultiComboBoxPopover.css +16 -6
  278. package/src/themes/sap_horizon/Card-parameters.css +1 -1
  279. package/src/themes/sap_horizon_dark/Card-parameters.css +1 -1
@@ -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.0-rc.0",
4
+ "version": "2.25.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -3999,6 +3999,11 @@
3999
3999
  "description": "### Overview\n\nThe `ui5-dynamic-date-range` component provides a flexible interface to define date ranges using a combination of absolute dates, relative intervals, and preset ranges (e.g., \"Today\", \"Yesterday\", etc.).\nIt allows users to select a date range from a predefined set of options or enter custom dates.\n\n### Usage\n\nThe component is typically used in scenarios where users need to filter data based on date ranges, such as in reports, dashboards, or data analysis tools.\nIt can be used with the predefined options or extended with custom options to suit specific requirements. You can create your own options by extending the `IDynamicDateRangeOption` interface.\nEvery option should be registered using the `DynamicDateRange.register` method.\n\nIf needed, you can also create a range of dates based on specific option using the `toDates` method.\n\n### Standard Options\n\nThe component comes with a set of standard options, including:\n- \"TODAY\" - Represents the current date. An example value is `{ operator: \"TODAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Today.js\";`\n- \"YESTERDAY\" - Represents the previous date. An example value is `{ operator: \"YESTERDAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Yesterday.js\";`\n- \"TOMORROW\" - Represents the next date. An example value is `{ operator: \"TOMORROW\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Tomorrow.js\";`\n- \"DATE\" - Represents a single date. An example value is `{ operator: \"DATE\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/SingleDate.js\";`\n- \"DATERANGE\" - Represents a range of dates. An example value is `{ operator: \"DATERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateRange.js\";`\n- \"DATETIMERANGE\" - Represents a range of dates with times. An example value is `{ operator: \"DATETIMERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateTimeRange.js\";`\n- \"FROMDATETIME\" - Represents a range from date and time. An example value is `{ operator: \"FROMDATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/FromDateTime.js\";`\n- \"TODATETIME\" - Represents a range to date and time. An example value is `{ operator: \"TODATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/ToDateTime.js\";`\n- \"LASTDAYS\" - Represents Last X Days from today. An example value is `{ operator: \"LASTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTWEEKS\" - Represents Last X Weeks from today. An example value is `{ operator: \"LASTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTMONTHS\" - Represents Last X Months from today. An example value is `{ operator: \"LASTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTQUARTERS\" - Represents Last X Quarters from today. An example value is `{ operator: \"LASTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTYEARS\" - Represents Last X Years from today. An example value is `{ operator: \"LASTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"NEXTDAYS\" - Represents Next X Days from today. An example value is `{ operator: \"NEXTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTWEEKS\" - Represents Next X Weeks from today. An example value is `{ operator: \"NEXTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTMONTHS\" - Represents Next X Months from today. An example value is `{ operator: \"NEXTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTQUARTERS\" - Represents Next X Quarters from today. An example value is `{ operator: \"NEXTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTYEARS\" - Represents Next X Years from today. An example value is `{ operator: \"NEXTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DynamicDateRange.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout or a value is selected in the popover.\n\n### **Methods:**\n - **toDates(value: _DynamicDateRangeValue_): _Array<Date>_** - Converts a `value` into concrete `startDate` and `endDate` JavaScript `Date` objects.",
4000
4000
  "doc-url": "",
4001
4001
  "attributes": [
4002
+ {
4003
+ "name": "accessible-name-ref",
4004
+ "description": "Receives id(or many ids) of the elements that label the component.",
4005
+ "value": { "type": "string | undefined", "default": "undefined" }
4006
+ },
4002
4007
  {
4003
4008
  "name": "options",
4004
4009
  "description": "Defines the options listed as a string, separated by commas and using capital case.\nExample: \"TODAY, YESTERDAY, DATERANGE\"",
@@ -4021,6 +4026,11 @@
4021
4026
  ],
4022
4027
  "js": {
4023
4028
  "properties": [
4029
+ {
4030
+ "name": "accessible-name-ref",
4031
+ "description": "Receives id(or many ids) of the elements that label the component.",
4032
+ "value": { "type": "string | undefined" }
4033
+ },
4024
4034
  {
4025
4035
  "name": "options",
4026
4036
  "description": "Defines the options listed as a string, separated by commas and using capital case.\nExample: \"TODAY, YESTERDAY, DATERANGE\"",
@@ -4894,6 +4904,49 @@
4894
4904
  ]
4895
4905
  }
4896
4906
  },
4907
+ {
4908
+ "name": "ui5-input-icon",
4909
+ "description": "### Overview\nThe `ui5-input-icon` component represents an interactive icon that can be placed inside an `ui5-input` component.\nUnlike the standard `ui5-icon`, this component provides button-like behavior with hover, focus, and active states,\nmatching the visual style of the input's built-in clear icon.\n\n### Usage\nUse `ui5-input-icon` for interactive icons that users can click (e.g., search, voice input, camera).\nFor decorative icons, use the standard `ui5-icon` component instead.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/InputIcon.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the `ui5-input-icon` is activated either with a click/tap or by using the Enter or Space key.",
4910
+ "doc-url": "",
4911
+ "attributes": [
4912
+ {
4913
+ "name": "accessible-name",
4914
+ "description": "Defines the accessible name of the icon.\n\n**Note:** This property is used for accessibility purposes and will be announced by screen readers.\nWhen set, it is also rendered as a native `title` tooltip.",
4915
+ "value": { "type": "string | undefined", "default": "undefined" }
4916
+ },
4917
+ {
4918
+ "name": "name",
4919
+ "description": "Defines the icon name to be displayed.\n\n**Note:** Make sure you import the desired icon before using it.",
4920
+ "value": { "type": "string | undefined", "default": "undefined" }
4921
+ }
4922
+ ],
4923
+ "events": [
4924
+ {
4925
+ "name": "click",
4926
+ "description": "Fired when the `ui5-input-icon` is activated either with a click/tap or by using the Enter or Space key."
4927
+ }
4928
+ ],
4929
+ "js": {
4930
+ "properties": [
4931
+ {
4932
+ "name": "accessible-name",
4933
+ "description": "Defines the accessible name of the icon.\n\n**Note:** This property is used for accessibility purposes and will be announced by screen readers.\nWhen set, it is also rendered as a native `title` tooltip.",
4934
+ "value": { "type": "string | undefined" }
4935
+ },
4936
+ {
4937
+ "name": "name",
4938
+ "description": "Defines the icon name to be displayed.\n\n**Note:** Make sure you import the desired icon before using it.",
4939
+ "value": { "type": "string | undefined" }
4940
+ }
4941
+ ],
4942
+ "events": [
4943
+ {
4944
+ "name": "click",
4945
+ "description": "Fired when the `ui5-input-icon` is activated either with a click/tap or by using the Enter or Space key."
4946
+ }
4947
+ ]
4948
+ }
4949
+ },
4897
4950
  {
4898
4951
  "name": "ui5-label",
4899
4952
  "description": "### Overview\n\nThe `ui5-label` is a component used to represent a label for elements like input, textarea, select.\nThe `for` property of the `ui5-label` must be the same as the id attribute of the related input element.\nScreen readers read out the label, when the user focuses the labelled control.\n\nThe `ui5-label` appearance can be influenced by properties,\nsuch as `required` and `wrappingType`.\nThe appearance of the Label can be configured in a limited way by using the design property.\nFor a broader choice of designs, you can use custom styles.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Label\";`\n---\n\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.",
@@ -6359,24 +6412,11 @@
6359
6412
  },
6360
6413
  {
6361
6414
  "name": "ui5-menu-separator",
6362
- "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.\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`.",
6415
+ "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.\n---\n",
6363
6416
  "doc-url": "",
6364
6417
  "attributes": [],
6365
- "events": [
6366
- {
6367
- "name": "click",
6368
- "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
6369
- }
6370
- ],
6371
- "js": {
6372
- "properties": [],
6373
- "events": [
6374
- {
6375
- "name": "click",
6376
- "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
6377
- }
6378
- ]
6379
- }
6418
+ "events": [],
6419
+ "js": { "properties": [], "events": [] }
6380
6420
  },
6381
6421
  {
6382
6422
  "name": "ui5-message-strip",
@@ -12477,17 +12517,17 @@
12477
12517
  },
12478
12518
  {
12479
12519
  "name": "ui5-toolbar",
12480
- "description": "### Overview\n\nThe `ui5-toolbar` component is used to create a horizontal layout with items.\nThe items can be overflowing in a popover, when the space is not enough to show all of them.\n\n### Keyboard Handling\nThe `ui5-toolbar` provides advanced keyboard handling.\n\n- The control is not interactive, but can contain of interactive elements\n- [Tab] - iterates through elements\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Toolbar.js\";`\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.",
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.",
12481
12521
  "doc-url": "",
12482
12522
  "attributes": [
12483
12523
  {
12484
12524
  "name": "accessible-name",
12485
- "description": "Defines the accessible ARIA name of the component.",
12525
+ "description": "Defines the accessible ARIA name of the component.\n\n**Note:** It is strongly recommended to always set this property or `accessibleNameRef`\nwhen the toolbar has `role=\"toolbar\"` (i.e. when it contains more than one interactive item).\nWithout an accessible name, screen readers will announce the toolbar without any context,\nmaking it harder for keyboard-only and AT users to understand its purpose.",
12486
12526
  "value": { "type": "string | undefined", "default": "undefined" }
12487
12527
  },
12488
12528
  {
12489
12529
  "name": "accessible-name-ref",
12490
- "description": "Receives id(or many ids) of the elements that label the input.",
12530
+ "description": "Receives id(or many ids) of the elements that label the input.\n\n**Note:** When the toolbar has `role=\"toolbar\"`, at least one of `accessibleName` or\n`accessibleNameRef` should be provided to satisfy WCAG 2.1 success criterion 4.1.2.",
12491
12531
  "value": { "type": "string | undefined", "default": "undefined" }
12492
12532
  },
12493
12533
  {
@@ -12520,12 +12560,12 @@
12520
12560
  "properties": [
12521
12561
  {
12522
12562
  "name": "accessible-name",
12523
- "description": "Defines the accessible ARIA name of the component.",
12563
+ "description": "Defines the accessible ARIA name of the component.\n\n**Note:** It is strongly recommended to always set this property or `accessibleNameRef`\nwhen the toolbar has `role=\"toolbar\"` (i.e. when it contains more than one interactive item).\nWithout an accessible name, screen readers will announce the toolbar without any context,\nmaking it harder for keyboard-only and AT users to understand its purpose.",
12524
12564
  "value": { "type": "string | undefined" }
12525
12565
  },
12526
12566
  {
12527
12567
  "name": "accessible-name-ref",
12528
- "description": "Receives id(or many ids) of the elements that label the input.",
12568
+ "description": "Receives id(or many ids) of the elements that label the input.\n\n**Note:** When the toolbar has `role=\"toolbar\"`, at least one of `accessibleName` or\n`accessibleNameRef` should be provided to satisfy WCAG 2.1 success criterion 4.1.2.",
12529
12569
  "value": { "type": "string | undefined" }
12530
12570
  },
12531
12571
  {
@@ -12902,6 +12942,11 @@
12902
12942
  "name": "selected",
12903
12943
  "description": "Defines the selected state of the component.",
12904
12944
  "value": { "type": "any", "default": "false" }
12945
+ },
12946
+ {
12947
+ "name": "value",
12948
+ "description": "Defines the value of the component.",
12949
+ "value": { "type": "string | undefined", "default": "undefined" }
12905
12950
  }
12906
12951
  ],
12907
12952
  "slots": [
@@ -12917,6 +12962,11 @@
12917
12962
  "name": "selected",
12918
12963
  "description": "Defines the selected state of the component.",
12919
12964
  "value": { "type": "any" }
12965
+ },
12966
+ {
12967
+ "name": "value",
12968
+ "description": "Defines the value of the component.",
12969
+ "value": { "type": "string | undefined" }
12920
12970
  }
12921
12971
  ],
12922
12972
  "events": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.25.0-rc.0",
3
+ "version": "2.25.0",
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.0-rc.0",
60
- "@ui5/webcomponents-icons": "2.25.0-rc.0",
61
- "@ui5/webcomponents-icons-business-suite": "2.25.0-rc.0",
62
- "@ui5/webcomponents-icons-tnt": "2.25.0-rc.0",
63
- "@ui5/webcomponents-localization": "2.25.0-rc.0",
64
- "@ui5/webcomponents-theming": "2.25.0-rc.0"
59
+ "@ui5/webcomponents-base": "2.25.0",
60
+ "@ui5/webcomponents-icons": "2.25.0",
61
+ "@ui5/webcomponents-icons-business-suite": "2.25.0",
62
+ "@ui5/webcomponents-icons-tnt": "2.25.0",
63
+ "@ui5/webcomponents-localization": "2.25.0",
64
+ "@ui5/webcomponents-theming": "2.25.0"
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.0-rc.0",
70
- "cypress": "15.9.0",
69
+ "@ui5/webcomponents-tools": "2.25.0",
70
+ "cypress": "15.18.1",
71
71
  "jsdom": "^26.0.0",
72
72
  "lit": "^2.0.0",
73
73
  "vite": "5.4.21",
74
- "vitest": "^3.0.2"
74
+ "vitest": "^3.2.7"
75
75
  },
76
- "gitHead": "3800f6ec28e661c8632343a4dfd00c0f78ae5e7d"
76
+ "gitHead": "cd7f8842991739aebbca4fd0a3fa2e3c297d76c6"
77
77
  }
@@ -10,7 +10,6 @@ export default function CarouselTemplate(this: Carousel) {
10
10
  "ui5-carousel-root": true,
11
11
  [`ui5-carousel-background-${this._backgroundDesign}`]: true,
12
12
  }}
13
- role="region"
14
13
  aria-label={this.ariaLabelTxt}
15
14
  aria-roledescription={this._roleDescription}
16
15
  onFocusIn={this._onfocusin}
@@ -11,6 +11,7 @@ export default function DynamicDateRangeInputTemplate(this: DynamicDateRange) {
11
11
  id={`${this._id}-inner`}
12
12
  class="ui5-dynamic-date-range-input"
13
13
  value={this.value && this.getOption(this.value?.operator)?.format(this.value)}
14
+ _inputAccInfo={this._accInfo}
14
15
  onChange={this.onInputChange}
15
16
  onKeyDown={this.onInputKeyDown}
16
17
  >
@@ -28,12 +28,12 @@ export default function FileUploaderTemplate(this: FileUploader) {
28
28
  multiple={this.multiple}
29
29
  accept={this.accept}
30
30
  disabled={this.disabled}
31
+ required={this.required}
31
32
  title={this.inputTitle}
32
33
  aria-roledescription={this.accInfo.ariaRoledescription}
33
34
  aria-haspopup={this.accInfo.ariaHasPopup}
34
35
  aria-label={this.accInfo.ariaLabel}
35
36
  aria-description={this.accInfo.ariaDescription}
36
- aria-required={this.accInfo.ariaRequired}
37
37
  aria-invalid={this.accInfo.ariaInvalid}
38
38
  aria-describedby={this.accInfo.ariaDescribedBy}
39
39
  onClick={this._onNativeInputClick}
@@ -0,0 +1,36 @@
1
+ import type InputIcon from "./InputIcon.js";
2
+ import Icon from "./Icon.js";
3
+
4
+ export default function InputIconTemplate(this: InputIcon) {
5
+ return (
6
+ <div
7
+ class={{
8
+ "ui5-input-icon-root": true,
9
+ "inputIcon": true,
10
+ "inputIcon--pressed": this._pressed,
11
+ "inputIcon--focused": this._focused,
12
+ }}
13
+ role="button"
14
+ tabindex={-1}
15
+ aria-label={this.effectiveAriaLabel}
16
+ title={this.effectiveTitle}
17
+ onClick={this._onclick}
18
+ onMouseDown={this._onmousedown}
19
+ onMouseUp={this._onmouseup}
20
+ onMouseLeave={this._onmouseleave}
21
+ onFocus={this._onfocus}
22
+ onBlur={this._onblur}
23
+ onKeyDown={this._onkeydown}
24
+ onKeyUp={this._onkeyup}
25
+ part="root"
26
+ >
27
+ {this.name && (
28
+ <Icon
29
+ name={this.name}
30
+ class="ui5-input-icon-inner"
31
+ aria-hidden="true"
32
+ />
33
+ )}
34
+ </div>
35
+ );
36
+ }
@@ -1,12 +1,10 @@
1
1
  import type MenuSeparator from "./MenuSeparator.js";
2
- import ListItemCustom from "./ListItemCustom.js";
3
2
 
4
3
  export default function MenuSeparatorTemplate(this: MenuSeparator) {
5
4
  return (
6
- <ListItemCustom
5
+ <li
6
+ role="separator"
7
7
  class="ui5-menu-separator"
8
- _forcedAccessibleRole="separator"
9
- disabled={true}
10
8
  />
11
9
  );
12
10
  }
@@ -3,12 +3,15 @@ import ListItemBaseTemplate from "./ListItemBaseTemplate.js";
3
3
  import type MultiComboBoxItem from "./MultiComboBoxItem.js";
4
4
 
5
5
  export default function MultiComboBoxItemTemplate(this: MultiComboBoxItem) {
6
- return ListItemBaseTemplate.call(this, { listItemContent }, { role: "option" });
6
+ return ListItemBaseTemplate.call(this, { listItemContent }, {
7
+ role: "option",
8
+ });
7
9
  }
8
10
 
9
11
  function listItemContent(this: MultiComboBoxItem) {
10
12
  return (
11
13
  <>
14
+ <span class="ui5-hidden-text">{this._selectionStateText}</span>
12
15
  <CheckBox
13
16
  disabled={this._readonly}
14
17
  checked={this.selected}
@@ -78,6 +78,7 @@ export default function SliderTemplate(this: Slider) {
78
78
  max={this.max}
79
79
  step={this.step}
80
80
  startValue={this.min}
81
+ progressAriaValueNow={this.value}
81
82
  showTickmarks={this.showTickmarks || this._hasCustomTickmarks}
82
83
  labelInterval={this._hasCustomTickmarks ? 1 : this.labelInterval}
83
84
  tickmarks={this.tickmarks}
@@ -25,6 +25,7 @@ export default function ToolbarSelectTemplate(this: ToolbarSelect) {
25
25
  {this.options.map((option, index) => (
26
26
  <Option
27
27
  selected={option.selected}
28
+ value={option.value}
28
29
  data-ui5-external-action-item-index={index}
29
30
  >
30
31
  {option.textContent}
@@ -430,7 +430,7 @@ MESSAGE_STRIP_WARNING=Warning Message Strip
430
430
  MESSAGE_STRIP_SUCCESS=Success Message Strip
431
431
 
432
432
  #XACT: ARIA announcement for the MessageStrip's "Information" state
433
- MESSAGE_STRIP_INFORMATION=Message Strip
433
+ MESSAGE_STRIP_INFORMATION=Information Message Strip
434
434
 
435
435
  #XACT: ARIA announcement for the MessageStrip's "Custom" state
436
436
  MESSAGE_STRIP_CUSTOM=Custom Message Strip
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=شريط رسالة التحذير
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=شريط رسالة النجاح
296
296
 
297
- MESSAGE_STRIP_INFORMATION=شريط الرسائل
297
+ MESSAGE_STRIP_INFORMATION=شريط رسائل المعلومات
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=شريط الرسالة المخصصة
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=المقدمة
593
593
  DIALOG_CONTENT_ARIA_LABEL=المحتوى
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=التذييل
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=تكبير (Shift+Ctrl+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=استعادة (Shift+Ctrl+F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=خيارات إضافية
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Лента с предупредително съобще
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=Лента със съобщение за успешно изпълнение
296
296
 
297
- MESSAGE_STRIP_INFORMATION=Лента със съобщение
297
+ MESSAGE_STRIP_INFORMATION=Лента с информационно съобщение
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=Лента с потребителско съобщение
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Заглавка
593
593
  DIALOG_CONTENT_ARIA_LABEL=Съдържание
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=Долен колонтитул
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=Максимизиране (Shift+Ctrl+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=Възстановяване (Shift+Ctrl+F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Допълнителни опции
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Línia de missatges d''advertència
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=Línia de missatges de confirmació
296
296
 
297
- MESSAGE_STRIP_INFORMATION=Línia de missatges
297
+ MESSAGE_STRIP_INFORMATION=Línia de missatge d''informació
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=Línia de missatges personalitzats
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Capçalera
593
593
  DIALOG_CONTENT_ARIA_LABEL=Contingut
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=Peu de pàgina
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=Maximitzar (Majús+Control+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=Restaurar (Majús+Control+F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Opcions addicionals
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Traka poruke upozorenja
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=Traka poruke o uspjehu
296
296
 
297
- MESSAGE_STRIP_INFORMATION=Traka poruke
297
+ MESSAGE_STRIP_INFORMATION=Traka informativne poruke
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=Traka za prilagođene poruke
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Zaglavlje
593
593
  DIALOG_CONTENT_ARIA_LABEL=Sadržaj
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=Podnožje
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=Uvećaj (Shift+Ctrl+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=Obnovi (Shift+Ctrl+F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Dodatne opcije
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Pruh varovných zpráv
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=Pruh zpráv o úspěšném provedení
296
296
 
297
- MESSAGE_STRIP_INFORMATION=Pruh zpráv
297
+ MESSAGE_STRIP_INFORMATION=Pruh informačních zpráv
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=Pruh vlastních zpráv
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Hlavička
593
593
  DIALOG_CONTENT_ARIA_LABEL=Obsah
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=Patička
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=Maximalizovat (Shift+Ctrl+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=Obnovit (Shift+Ctrl+F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Další možnosti
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Stribed Neges Rhybudd
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=Stribed Neges Llwyddiant
296
296
 
297
- MESSAGE_STRIP_INFORMATION=Stribed Neges
297
+ MESSAGE_STRIP_INFORMATION=Stribed Neges Gwybodaeth
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=Stribed Neges Personol
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Pennyn
593
593
  DIALOG_CONTENT_ARIA_LABEL=Cynnwys
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=Troedyn
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=Mwyhau (Shifft+Ctrl+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=Adfer (Shifft+Ctrl+F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Opsiynau Ychwanegol
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Meddelelseslinje for advarsel
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=Meddelelseslinje for uden fejl
296
296
 
297
- MESSAGE_STRIP_INFORMATION=Meddelelseslinje
297
+ MESSAGE_STRIP_INFORMATION=Meddelelseslinje for oplysninger
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=Brugerdefineret meddelelseslinje
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Sidehoved
593
593
  DIALOG_CONTENT_ARIA_LABEL=Indhold
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=Sidefod
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=Maksimer (Shift+Ctrl+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=Gendan (Shift+Ctrl+F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Yderligere valgmuligheder
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Warnmeldungsleiste
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=Erfolgsmeldungsleiste
296
296
 
297
- MESSAGE_STRIP_INFORMATION=Meldungsleiste
297
+ MESSAGE_STRIP_INFORMATION=Informationsmeldungsleiste
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=Benutzerdefinierte Meldungsleiste
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Kopfzeile
593
593
  DIALOG_CONTENT_ARIA_LABEL=Inhalt
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=Fußzeile
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=Maximieren (Umschalt + Strg + F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=Wiederherstellen (Umschalt + Strg + F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Zusätzliche Optionen
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Ταινία Μηνύματος Προειδοποίηση
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=Κλείσιμο Ταινίας Μηνύματος Επιτυχίας
296
296
 
297
- MESSAGE_STRIP_INFORMATION=Ταινία Μηνύματος
297
+ MESSAGE_STRIP_INFORMATION=Ταινία Μηνύματος Πληροφοριών
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=Ταινία Παραμετροποιημένου Μηνύματος
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Κεφαλίδα
593
593
  DIALOG_CONTENT_ARIA_LABEL=Περιεχόμενο
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=Υποσέλιδο
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=Μεγιστοποίηση (Shift+Ctrl+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=Επαναφορά (Shift+Ctrl+F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Πρόσθετες Επιλογές
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Warning Message Strip
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=Success Message Strip
296
296
 
297
- MESSAGE_STRIP_INFORMATION=Message Strip
297
+ MESSAGE_STRIP_INFORMATION=Information Message Strip
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=Custom Message Strip
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Header
593
593
  DIALOG_CONTENT_ARIA_LABEL=Content
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=Footer
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=Maximize (Shift+Ctrl+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=Restore (Shift+Ctrl+F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Additional Options
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Warning Message Strip
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=Success Message Strip
296
296
 
297
- MESSAGE_STRIP_INFORMATION=Message Strip
297
+ MESSAGE_STRIP_INFORMATION=Information Message Strip
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=Custom Message Strip
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Header
593
593
  DIALOG_CONTENT_ARIA_LABEL=Content
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=Footer
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=Maximise (Shift+Ctrl+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=Restore (Shift+Ctrl+F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Additional Options
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=[[[Ŵąŗŋįŋğ Μēşşąğē Ŝţŗįρ∙∙∙∙∙
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=[[[Ŝűċċēşş Μēşşąğē Ŝţŗįρ∙∙∙∙∙]]]
296
296
 
297
- MESSAGE_STRIP_INFORMATION=[[[Μēşşąğē Ŝţŗįρ∙∙∙∙∙∙]]]
297
+ MESSAGE_STRIP_INFORMATION=[[[Ĭŋƒŏŗɱąţįŏŋ Μēşşąğē Ŝţŗįρ∙∙∙∙∙∙∙]]]
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=[[[Ĉűşţŏɱ Μēşşąğē Ŝţŗįρ∙∙∙∙]]]
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=[[[Ĥēąƌēŗ∙∙∙∙∙∙∙∙]]]
593
593
  DIALOG_CONTENT_ARIA_LABEL=[[[Ĉŏŋţēŋţ∙∙∙∙∙∙∙]]]
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=[[[Ƒŏŏţēŗ∙∙∙∙∙∙∙∙]]]
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=[[[Μąχįɱįžē (Ŝĥįƒţ+Ĉţŗĺ+Ƒ)∙∙∙∙∙∙]]]
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=[[[Řēşţŏŗē (Ŝĥįƒţ+Ĉţŗĺ+Ƒ)∙∙∙∙∙]]]
600
+
596
601
  LABEL_COLON=[[[:∙∙∙]]]
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=[[[Āƌƌįţįŏŋąĺ Ŏρţįŏŋş∙∙∙∙∙∙]]]
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=‌​‍​‌‍‍‍‌‍‍​‍‌​‌
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=‌​​‌‍​‌‌​‍‌​‍‍‌‌​‌​‍‌‍‍‌‌‌‌​​​‌‍‍‍​‍​‌​‍​Success Message Strip
296
296
 
297
- MESSAGE_STRIP_INFORMATION=‍‍‌​‌​‍‍‌‍‌​​‌‌‍‍​‌​‌​​‌‌‌‌​‌‍‍​‌‌‌‍‍Message Strip
297
+ MESSAGE_STRIP_INFORMATION=‍‍‌​‌​‍‍‌‍‌​​‌‌‍‍​‌​‌​​‌‌‌‌​‌‍‍​‌‌‌‍‍Information Message Strip
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=‌‌‍‌‌‍​​‌‌‍‌​‍‍‌​‍​​‍‍​‍​‌‍‌‍‍‌‍​‌‍‌‌‌‍‍Custom Message Strip
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=‌​‍​‍‌​‌​‍​‍‌‌‍
593
593
  DIALOG_CONTENT_ARIA_LABEL=‍‌‌‌‍​‍​​‌​​​‌‍​‌‌‍‌‌‍‌​​‌‍‍‌‍‌‍‌‍‌​‌‌​​Content
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=‌​‍​‌‌‍‌‌​​‌‍‍‍‍​‍‍‌‍‍‍‌‍​‍‌‌​​‌‌‍​​​‌‍‍​Footer
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=‍‍‌‌‌​‍​‍​‍‍​‌‌​‍‍‌​​‌‍​‌‍​​‌‌‍‍‍​‍‍‍‍‍Maximize (Shift+Ctrl+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=‍‌‍‍​‍​​‍‌‍‍‌​‍​​​‌‍​​​‍‌‍‌​​‍‍‌​‌Restore (Shift+Ctrl+F)
600
+
596
601
  LABEL_COLON=‌​‌‌‍‌‍‌‌‌‌‍‌‌‌​‌​​​‌​​​‍​‍​‌‍​​‍‍‌‌‍​‌‌:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=‌​‌‌​‌​‌​‌‌​​​‌​​‍​​​‍‍‌‍‍‍‍​‍‍‌​‍‌‌​‍‌Additional Options