@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
@@ -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=Varningsmeddelanderad
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=Resultatmeddelanderad
296
296
 
297
- MESSAGE_STRIP_INFORMATION=Meddelanderad
297
+ MESSAGE_STRIP_INFORMATION=Informationsmeddelanderad
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=Användardefinierad meddelanderad
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Huvud
593
593
  DIALOG_CONTENT_ARIA_LABEL=Innehåll
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=Sidfot
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=Maximera (Skift+Ctrl+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=Återställ (Skift+Ctrl+F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Ytterligare alternativ
@@ -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=Uyarı iletisi satırı
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=Başarı iletisi satırı
296
296
 
297
- MESSAGE_STRIP_INFORMATION=İleti satırı
297
+ MESSAGE_STRIP_INFORMATION=Bilgi iletisi satırı
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=Özel ileti satırı
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Başlık
593
593
  DIALOG_CONTENT_ARIA_LABEL=İçerik
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=Altbilgi
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=Ekranı kapla (Shift+Ctrl+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=Başlangıç durumuna geri al (Shift+Ctrl+F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Ek seçenekler
@@ -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=Dải thông báo cảnh báo
294
294
 
295
295
  MESSAGE_STRIP_SUCCESS=Dải thông báo thành công
296
296
 
297
- MESSAGE_STRIP_INFORMATION=Dải thông báo
297
+ MESSAGE_STRIP_INFORMATION=Dải thông báo thông tin
298
298
 
299
299
  MESSAGE_STRIP_CUSTOM=Dải thông báo tùy chỉnh
300
300
 
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Tiêu đề
593
593
  DIALOG_CONTENT_ARIA_LABEL=Nội dung
594
594
 
595
595
  DIALOG_FOOTER_ARIA_LABEL=Chân trang
596
+
597
+ DIALOG_FULLSCREEN_MAXIMIZE=Phóng to (Shift+Ctrl+F)
598
+
599
+ DIALOG_FULLSCREEN_RESTORE=Khôi phục (Shift+Ctrl+F)
600
+
596
601
  LABEL_COLON=:
597
602
 
598
603
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Tùy chọn bổ sung
@@ -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=附加選項
@@ -116,4 +116,5 @@
116
116
  .ui5-cp-default-color-button,
117
117
  .ui5-cp-more-colors {
118
118
  padding: 0.0625rem;
119
+ border-radius: 0;
119
120
  }
@@ -62,5 +62,4 @@
62
62
 
63
63
  .ui5-date-picker-popover::part(header) {
64
64
  padding: 0;
65
- }
66
-
65
+ }
@@ -381,6 +381,10 @@
381
381
 
382
382
  /* Input Icon */
383
383
 
384
+ ::slotted([ui5-input-icon]) {
385
+ height: 100%;
386
+ }
387
+
384
388
  .ui5-input-icon-root {
385
389
  min-width: var(--_ui5_input_icon_min_width);
386
390
  height: 100%;
@@ -513,4 +517,64 @@
513
517
 
514
518
  [ui5-responsive-popover] [ui5-input] {
515
519
  width: 100%;
520
+ }
521
+
522
+ /*
523
+ * Value-state forwarding for slotted <ui5-input-icon>.
524
+ *
525
+ * The parent Input publishes state-specific values via CSS custom properties on its host.
526
+ * CSS custom properties inherit through the shadow boundary, so a slotted <ui5-input-icon>
527
+ * automatically picks them up inside its own shadow root — no JS DOM mutation needed.
528
+ */
529
+ :host([value-state="Negative"]),
530
+ :host([value-state="Critical"]) {
531
+ --_ui5_input_icon_state_padding: var(--_ui5_input_error_warning_icon_padding);
532
+ }
533
+
534
+ :host([value-state="Information"]) {
535
+ --_ui5_input_icon_state_padding: var(--_ui5_input_information_icon_padding);
536
+ }
537
+
538
+ :host([value-state="Negative"]) {
539
+ --_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_error_icon_box_shadow);
540
+ --_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_error_pressed_color);
541
+ --_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_error_focus_outline_color);
542
+ }
543
+
544
+ :host([value-state="Critical"]) {
545
+ --_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_warning_icon_box_shadow);
546
+ --_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_warning_pressed_color);
547
+ --_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_warning_focus_outline_color);
548
+ }
549
+
550
+ :host([value-state="Information"]) {
551
+ --_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_information_icon_box_shadow);
552
+ --_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_information_pressed_color);
553
+ --_ui5_input_icon_state_focus_outline_color: var(--sapContent_FocusColor);
554
+ }
555
+
556
+ :host([value-state="Positive"]) {
557
+ --_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_success_icon_box_shadow);
558
+ --_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_success_pressed_color);
559
+ --_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_success_focus_outline_color);
560
+ }
561
+
562
+ /*
563
+ * Disabled forwarding for slotted <ui5-input-icon>. Same mechanism: parent publishes vars,
564
+ * icon reads them via var() with defaults, no JS DOM mutation.
565
+ */
566
+ :host([disabled]) {
567
+ --_ui5_input_icon_state_opacity: var(--sapContent_DisabledOpacity);
568
+ --_ui5_input_icon_state_pointer_events: none;
569
+ --_ui5_input_icon_state_cursor: default;
570
+ }
571
+
572
+ /*
573
+ * Readonly forwarding: the input is still readable but non-editable, so slotted interactive
574
+ * icons (search, voice, camera, …) should not fire either. No opacity change — the input
575
+ * itself does not dim in readonly.
576
+ */
577
+ :host([readonly]:not([disabled])) {
578
+ --_ui5_input_icon_state_pointer_events: none;
579
+ --_ui5_input_icon_state_cursor: default;
516
580
  }
@@ -1,34 +1,70 @@
1
+ .ui5-input-icon-root {
2
+ height: 100%;
3
+ box-sizing: border-box;
4
+ }
5
+
1
6
  .inputIcon {
2
7
  color: var(--_ui5_input_icon_color);
3
- cursor: pointer;
8
+ /* cursor / opacity / pointer-events are state-aware — parent Input publishes overrides on :host([disabled]).
9
+ Defaults preserve the plain interactive appearance. */
10
+ cursor: var(--_ui5_input_icon_state_cursor, pointer);
11
+ opacity: var(--_ui5_input_icon_state_opacity, 1);
12
+ pointer-events: var(--_ui5_input_icon_state_pointer_events, auto);
4
13
  outline: none;
5
- padding: var(--_ui5_input_icon_padding);
14
+ /* padding is state-aware; parent Input publishes the state-specific value via CSS custom property */
15
+ padding: var(--_ui5_input_icon_state_padding, var(--_ui5_input_icon_padding));
6
16
  border-inline-start: var(--_ui5_input_icon_border);
7
17
  min-width: 1rem;
8
18
  min-height: 1rem;
9
19
  border-radius: var(--_ui5_input_icon_border_radius);
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: center;
23
+ }
24
+
25
+ .inputIcon:focus-visible {
26
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_input_icon_state_focus_outline_color, var(--sapContent_FocusColor));
27
+ outline-offset: -0.125rem;
10
28
  }
11
29
 
12
30
  .inputIcon.inputIcon--pressed {
13
31
  background: var(--_ui5_input_icon_pressed_bg);
14
- box-shadow: var(--_ui5_input_icon_box_shadow);
32
+ /* box-shadow / color fall back to the plain variant when no value state is set */
33
+ box-shadow: var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));
15
34
  border-inline-start: var(--_ui5_select_hover_icon_left_border);
16
- color: var(--_ui5_input_icon_pressed_color);
35
+ color: var(--_ui5_input_icon_state_pressed_color, var(--_ui5_input_icon_pressed_color));
17
36
  }
18
37
 
19
38
  .inputIcon:active {
20
39
  background-color: var(--sapButton_Active_Background);
21
- box-shadow: var(--_ui5_input_icon_box_shadow);
40
+ box-shadow: var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));
22
41
  border-inline-start: var(--_ui5_select_hover_icon_left_border);
23
- color: var(--_ui5_input_icon_pressed_color);
42
+ color: var(--_ui5_input_icon_state_pressed_color, var(--_ui5_input_icon_pressed_color));
24
43
  }
25
44
 
26
45
  .inputIcon:not(.inputIcon--pressed):not(:active):hover {
27
46
  background: var(--_ui5_input_icon_hover_bg);
28
- box-shadow: var(--_ui5_input_icon_box_shadow);
47
+ box-shadow: var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));
29
48
  }
30
49
 
31
50
  .inputIcon:hover {
32
51
  border-inline-start: var(--_ui5_select_hover_icon_left_border);
33
- box-shadow: var(--_ui5_input_icon_box_shadow);
52
+ box-shadow: var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));
53
+ }
54
+
55
+
56
+ /* Style the inner Icon component */
57
+ .ui5-input-icon-inner {
58
+ display: flex;
59
+ width: 1rem;
60
+ height: 1rem;
61
+ color: inherit;
62
+ pointer-events: none;
63
+ flex-shrink: 0;
64
+ }
65
+
66
+ /* Focus-outline colour when the parent Input has a value state — driven by inherited CSS custom property */
67
+ .inputIcon.inputIcon--focused {
68
+ outline-color: var(--_ui5_input_icon_state_focus_outline_color, var(--sapContent_FocusColor));
69
+ border-inline-start-color: var(--_ui5_input_icon_state_focus_outline_color);
34
70
  }
@@ -1,3 +1,5 @@
1
+ @import "./InvisibleTextStyles.css";
2
+
1
3
  :host([ui5-mcb-item]) {
2
4
  height: auto;
3
5
  min-height: var(--_ui5_list_item_base_height);
@@ -9,6 +9,21 @@
9
9
  top: 0;
10
10
  z-index: 2;
11
11
  background: var(--sapPageHeader_Background);
12
+ box-sizing: border-box;
13
+ }
14
+
15
+ .ui5-mcb-select-all-header:focus,
16
+ .ui5-mcb-select-all-header:focus-within {
17
+ outline: none;
18
+ }
19
+
20
+ .ui5-mcb-select-all-header:focus::after,
21
+ .ui5-mcb-select-all-header:focus-within::after {
22
+ content: "";
23
+ position: absolute;
24
+ inset: 2px;
25
+ border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
26
+ pointer-events: none;
12
27
  }
13
28
 
14
29
  .ui5-mcb-select-all-checkbox {
@@ -17,12 +32,7 @@
17
32
  }
18
33
 
19
34
  .ui5-mcb-select-all-checkbox::part(root):focus::before {
20
- border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
21
- border-radius: 0;
22
- right: 2px;
23
- left: 2px;
24
- bottom: 0;
25
- top: 0;
35
+ display: none;
26
36
  }
27
37
 
28
38
  .ui5-mcb-select-all-checkbox::part(label) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  :host {
4
4
  --_ui5_card_hover_box_shadow: var(--sapContent_Shadow2);
5
- --_ui5_card_header_focus_offset: 0px;
5
+ --_ui5_card_header_focus_offset: 1px;
6
6
  --_ui5_card_header_focus_radius: var(--_ui5_card_border-radius);
7
7
  --_ui5_card_header_title_font_family: var(--sapFontHeaderFamily);
8
8
  --_ui5_card_header_title_font_size: var(--sapFontHeader6Size);
@@ -2,7 +2,7 @@
2
2
 
3
3
  :host {
4
4
  --_ui5_card_hover_box_shadow: var(--sapContent_Shadow2);
5
- --_ui5_card_header_focus_offset: 0px;
5
+ --_ui5_card_header_focus_offset: 1px;
6
6
  --_ui5_card_header_focus_radius: var(--_ui5_card_border-radius);
7
7
  --_ui5_card_header_title_font_family: var(--sapFontHeaderFamily);
8
8
  --_ui5_card_header_title_font_size: var(--sapFontHeader6Size);