@openui5/sap.ui.webc.main 1.96.1 → 1.97.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (449) hide show
  1. package/.reuse/dep5 +1 -1
  2. package/THIRDPARTY.txt +2 -1
  3. package/package.json +3 -3
  4. package/src/sap/ui/webc/main/.library +2 -2
  5. package/src/sap/ui/webc/main/Avatar.js +3 -3
  6. package/src/sap/ui/webc/main/AvatarGroup.js +2 -2
  7. package/src/sap/ui/webc/main/Badge.js +2 -2
  8. package/src/sap/ui/webc/main/Breadcrumbs.js +5 -5
  9. package/src/sap/ui/webc/main/BreadcrumbsItem.js +5 -5
  10. package/src/sap/ui/webc/main/BusyIndicator.js +2 -2
  11. package/src/sap/ui/webc/main/Button.js +4 -4
  12. package/src/sap/ui/webc/main/Calendar.js +5 -5
  13. package/src/sap/ui/webc/main/CalendarDate.js +2 -2
  14. package/src/sap/ui/webc/main/Card.js +18 -2
  15. package/src/sap/ui/webc/main/CardHeader.js +5 -5
  16. package/src/sap/ui/webc/main/Carousel.js +2 -2
  17. package/src/sap/ui/webc/main/CheckBox.js +2 -2
  18. package/src/sap/ui/webc/main/ColorPalette.js +5 -5
  19. package/src/sap/ui/webc/main/ColorPaletteItem.js +2 -2
  20. package/src/sap/ui/webc/main/ColorPalettePopover.js +112 -0
  21. package/src/sap/ui/webc/main/ColorPicker.js +4 -4
  22. package/src/sap/ui/webc/main/ComboBox.js +5 -5
  23. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +5 -5
  24. package/src/sap/ui/webc/main/ComboBoxItem.js +2 -2
  25. package/src/sap/ui/webc/main/CustomListItem.js +2 -2
  26. package/src/sap/ui/webc/main/DatePicker.js +6 -6
  27. package/src/sap/ui/webc/main/DateRangePicker.js +4 -4
  28. package/src/sap/ui/webc/main/DateTimePicker.js +5 -7
  29. package/src/sap/ui/webc/main/Dialog.js +2 -2
  30. package/src/sap/ui/webc/main/FileUploader.js +3 -3
  31. package/src/sap/ui/webc/main/GroupHeaderListItem.js +2 -2
  32. package/src/sap/ui/webc/main/Icon.js +2 -2
  33. package/src/sap/ui/webc/main/Input.js +7 -28
  34. package/src/sap/ui/webc/main/Label.js +3 -3
  35. package/src/sap/ui/webc/main/Link.js +3 -3
  36. package/src/sap/ui/webc/main/List.js +6 -7
  37. package/src/sap/ui/webc/main/MessageStrip.js +3 -3
  38. package/src/sap/ui/webc/main/MultiComboBox.js +5 -7
  39. package/src/sap/ui/webc/main/MultiComboBoxItem.js +2 -2
  40. package/src/sap/ui/webc/main/MultiInput.js +7 -28
  41. package/src/sap/ui/webc/main/Option.js +2 -2
  42. package/src/sap/ui/webc/main/Panel.js +6 -5
  43. package/src/sap/ui/webc/main/Popover.js +2 -2
  44. package/src/sap/ui/webc/main/ProgressIndicator.js +15 -2
  45. package/src/sap/ui/webc/main/RadioButton.js +2 -2
  46. package/src/sap/ui/webc/main/RangeSlider.js +16 -18
  47. package/src/sap/ui/webc/main/RatingIndicator.js +5 -5
  48. package/src/sap/ui/webc/main/ResponsivePopover.js +2 -2
  49. package/src/sap/ui/webc/main/SegmentedButton.js +2 -2
  50. package/src/sap/ui/webc/main/SegmentedButtonItem.js +6 -6
  51. package/src/sap/ui/webc/main/Select.js +2 -2
  52. package/src/sap/ui/webc/main/Slider.js +21 -21
  53. package/src/sap/ui/webc/main/StandardListItem.js +2 -2
  54. package/src/sap/ui/webc/main/StepInput.js +2 -2
  55. package/src/sap/ui/webc/main/SuggestionGroupItem.js +5 -5
  56. package/src/sap/ui/webc/main/SuggestionItem.js +3 -3
  57. package/src/sap/ui/webc/main/Switch.js +6 -6
  58. package/src/sap/ui/webc/main/Tab.js +2 -2
  59. package/src/sap/ui/webc/main/TabContainer.js +2 -2
  60. package/src/sap/ui/webc/main/TabSeparator.js +2 -2
  61. package/src/sap/ui/webc/main/Table.js +2 -2
  62. package/src/sap/ui/webc/main/TableCell.js +2 -2
  63. package/src/sap/ui/webc/main/TableColumn.js +2 -2
  64. package/src/sap/ui/webc/main/TableGroupRow.js +6 -6
  65. package/src/sap/ui/webc/main/TableRow.js +6 -6
  66. package/src/sap/ui/webc/main/TextArea.js +6 -6
  67. package/src/sap/ui/webc/main/TimePicker.js +4 -4
  68. package/src/sap/ui/webc/main/Title.js +2 -2
  69. package/src/sap/ui/webc/main/Toast.js +2 -2
  70. package/src/sap/ui/webc/main/ToggleButton.js +4 -4
  71. package/src/sap/ui/webc/main/Token.js +3 -3
  72. package/src/sap/ui/webc/main/Tree.js +30 -2
  73. package/src/sap/ui/webc/main/TreeItem.js +2 -2
  74. package/src/sap/ui/webc/main/library.js +17 -13
  75. package/src/sap/ui/webc/main/thirdparty/Assets.js +1 -1
  76. package/src/sap/ui/webc/main/thirdparty/Avatar.js +8 -11
  77. package/src/sap/ui/webc/main/thirdparty/AvatarGroup.js +6 -7
  78. package/src/sap/ui/webc/main/thirdparty/Badge.js +11 -6
  79. package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +6 -4
  80. package/src/sap/ui/webc/main/thirdparty/BusyIndicator.js +2 -3
  81. package/src/sap/ui/webc/main/thirdparty/Button.js +3 -4
  82. package/src/sap/ui/webc/main/thirdparty/Calendar.js +73 -2
  83. package/src/sap/ui/webc/main/thirdparty/CalendarHeader.js +17 -55
  84. package/src/sap/ui/webc/main/thirdparty/Card.js +13 -9
  85. package/src/sap/ui/webc/main/thirdparty/CardHeader.js +16 -11
  86. package/src/sap/ui/webc/main/thirdparty/Carousel.js +8 -7
  87. package/src/sap/ui/webc/main/thirdparty/CheckBox.js +31 -6
  88. package/src/sap/ui/webc/main/thirdparty/ColorPalette.js +161 -12
  89. package/src/sap/ui/webc/main/thirdparty/ColorPaletteItem.js +14 -4
  90. package/src/sap/ui/webc/main/thirdparty/ColorPalettePopover.js +110 -0
  91. package/src/sap/ui/webc/main/thirdparty/ColorPicker.js +10 -1
  92. package/src/sap/ui/webc/main/thirdparty/ComboBox.js +146 -57
  93. package/src/sap/ui/webc/main/thirdparty/DateComponentBase.js +2 -3
  94. package/src/sap/ui/webc/main/thirdparty/DatePicker.js +3 -3
  95. package/src/sap/ui/webc/main/thirdparty/DateRangePicker.js +1 -1
  96. package/src/sap/ui/webc/main/thirdparty/DateTimePicker.js +7 -6
  97. package/src/sap/ui/webc/main/thirdparty/DayPicker.js +9 -4
  98. package/src/sap/ui/webc/main/thirdparty/Dialog.js +11 -4
  99. package/src/sap/ui/webc/main/thirdparty/DurationPicker.js +1 -1
  100. package/src/sap/ui/webc/main/thirdparty/FileUploader.js +14 -9
  101. package/src/sap/ui/webc/main/thirdparty/GroupHeaderListItem.js +5 -8
  102. package/src/sap/ui/webc/main/thirdparty/Icon.js +14 -11
  103. package/src/sap/ui/webc/main/thirdparty/Input.js +68 -39
  104. package/src/sap/ui/webc/main/thirdparty/Link.js +2 -3
  105. package/src/sap/ui/webc/main/thirdparty/List.js +41 -12
  106. package/src/sap/ui/webc/main/thirdparty/ListItem.js +13 -8
  107. package/src/sap/ui/webc/main/thirdparty/MessageStrip.js +2 -3
  108. package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +189 -59
  109. package/src/sap/ui/webc/main/thirdparty/MultiInput.js +1 -1
  110. package/src/sap/ui/webc/main/thirdparty/Panel.js +2 -3
  111. package/src/sap/ui/webc/main/thirdparty/Popover.js +52 -31
  112. package/src/sap/ui/webc/main/thirdparty/Popup.js +14 -25
  113. package/src/sap/ui/webc/main/thirdparty/ProgressIndicator.js +8 -7
  114. package/src/sap/ui/webc/main/thirdparty/RadioButton.js +35 -7
  115. package/src/sap/ui/webc/main/thirdparty/RangeSlider.js +6 -7
  116. package/src/sap/ui/webc/main/thirdparty/RatingIndicator.js +3 -4
  117. package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +5 -23
  118. package/src/sap/ui/webc/main/thirdparty/SegmentedButton.js +4 -4
  119. package/src/sap/ui/webc/main/thirdparty/SegmentedButtonItem.js +1 -1
  120. package/src/sap/ui/webc/main/thirdparty/Select.js +53 -47
  121. package/src/sap/ui/webc/main/thirdparty/Slider.js +2 -3
  122. package/src/sap/ui/webc/main/thirdparty/SliderBase.js +4 -9
  123. package/src/sap/ui/webc/main/thirdparty/StepInput.js +3 -4
  124. package/src/sap/ui/webc/main/thirdparty/Switch.js +5 -6
  125. package/src/sap/ui/webc/main/thirdparty/Tab.js +12 -2
  126. package/src/sap/ui/webc/main/thirdparty/TabContainer.js +12 -5
  127. package/src/sap/ui/webc/main/thirdparty/Table.js +8 -6
  128. package/src/sap/ui/webc/main/thirdparty/TableGroupRow.js +2 -3
  129. package/src/sap/ui/webc/main/thirdparty/TableRow.js +4 -8
  130. package/src/sap/ui/webc/main/thirdparty/TextArea.js +11 -10
  131. package/src/sap/ui/webc/main/thirdparty/TimePicker.js +1 -1
  132. package/src/sap/ui/webc/main/thirdparty/TimePickerBase.js +9 -6
  133. package/src/sap/ui/webc/main/thirdparty/TimeSelection.js +8 -9
  134. package/src/sap/ui/webc/main/thirdparty/Toast.js +5 -0
  135. package/src/sap/ui/webc/main/thirdparty/Token.js +2 -6
  136. package/src/sap/ui/webc/main/thirdparty/Tokenizer.js +12 -14
  137. package/src/sap/ui/webc/main/thirdparty/Tree.js +18 -0
  138. package/src/sap/ui/webc/main/thirdparty/TreeListItem.js +12 -15
  139. package/src/sap/ui/webc/main/thirdparty/YearPicker.js +1 -0
  140. package/src/sap/ui/webc/main/thirdparty/css/themes/Avatar.css +1 -0
  141. package/src/sap/ui/webc/main/thirdparty/css/themes/AvatarGroup.css +1 -0
  142. package/src/sap/ui/webc/main/thirdparty/css/themes/Badge.css +1 -0
  143. package/src/sap/ui/webc/main/thirdparty/css/themes/Breadcrumbs.css +1 -0
  144. package/src/sap/ui/webc/main/thirdparty/css/themes/BreadcrumbsPopover.css +1 -0
  145. package/src/sap/ui/webc/main/thirdparty/css/themes/BrowserScrollbar.css +1 -0
  146. package/src/sap/ui/webc/main/thirdparty/css/themes/BusyIndicator.css +1 -0
  147. package/src/sap/ui/webc/main/thirdparty/css/themes/Button.css +1 -0
  148. package/src/sap/ui/webc/main/thirdparty/css/themes/Button.ie11.css +1 -0
  149. package/src/sap/ui/webc/main/thirdparty/css/themes/Calendar.css +1 -0
  150. package/src/sap/ui/webc/main/thirdparty/css/themes/CalendarHeader.css +1 -0
  151. package/src/sap/ui/webc/main/thirdparty/css/themes/Card.css +1 -0
  152. package/src/sap/ui/webc/main/thirdparty/css/themes/CardHeader.css +1 -0
  153. package/src/sap/ui/webc/main/thirdparty/css/themes/Carousel.css +1 -0
  154. package/src/sap/ui/webc/main/thirdparty/css/themes/CheckBox.css +1 -0
  155. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalette.css +1 -0
  156. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPaletteItem.css +1 -0
  157. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalettePopover.css +1 -0
  158. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPaletteStaticArea.css +1 -0
  159. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPicker.css +1 -0
  160. package/src/sap/ui/webc/main/thirdparty/css/themes/ComboBox.css +1 -0
  161. package/src/sap/ui/webc/main/thirdparty/css/themes/ComboBoxPopover.css +1 -0
  162. package/src/sap/ui/webc/main/thirdparty/css/themes/CustomListItem.css +1 -0
  163. package/src/sap/ui/webc/main/thirdparty/css/themes/DatePicker.css +1 -0
  164. package/src/sap/ui/webc/main/thirdparty/css/themes/DatePickerPopover.css +1 -0
  165. package/src/sap/ui/webc/main/thirdparty/css/themes/DateRangePicker.css +1 -0
  166. package/src/sap/ui/webc/main/thirdparty/css/themes/DateTimePicker.css +1 -0
  167. package/src/sap/ui/webc/main/thirdparty/css/themes/DateTimePickerPopover.css +1 -0
  168. package/src/sap/ui/webc/main/thirdparty/css/themes/DayPicker.css +1 -0
  169. package/src/sap/ui/webc/main/thirdparty/css/themes/Dialog.css +1 -0
  170. package/src/sap/ui/webc/main/thirdparty/css/themes/FileUploader.css +1 -0
  171. package/src/sap/ui/webc/main/thirdparty/css/themes/GroupHeaderListItem.css +1 -0
  172. package/src/sap/ui/webc/main/thirdparty/css/themes/GrowingButton.css +1 -0
  173. package/src/sap/ui/webc/main/thirdparty/css/themes/Icon.css +1 -0
  174. package/src/sap/ui/webc/main/thirdparty/css/themes/Input.css +1 -0
  175. package/src/sap/ui/webc/main/thirdparty/css/themes/InputIcon.css +1 -0
  176. package/src/sap/ui/webc/main/thirdparty/css/themes/InvisibleTextStyles.css +1 -0
  177. package/src/sap/ui/webc/main/thirdparty/css/themes/Label.css +1 -0
  178. package/src/sap/ui/webc/main/thirdparty/css/themes/Link.css +1 -0
  179. package/src/sap/ui/webc/main/thirdparty/css/themes/List.css +1 -0
  180. package/src/sap/ui/webc/main/thirdparty/css/themes/ListItem.css +1 -0
  181. package/src/sap/ui/webc/main/thirdparty/css/themes/ListItemBase.css +1 -0
  182. package/src/sap/ui/webc/main/thirdparty/css/themes/MessageStrip.css +1 -0
  183. package/src/sap/ui/webc/main/thirdparty/css/themes/MonthPicker.css +1 -0
  184. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBox.css +1 -0
  185. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiInput.css +1 -0
  186. package/src/sap/ui/webc/main/thirdparty/css/themes/Panel.css +1 -0
  187. package/src/sap/ui/webc/main/thirdparty/css/themes/Popover.css +1 -0
  188. package/src/sap/ui/webc/main/thirdparty/css/themes/Popup.css +1 -0
  189. package/src/sap/ui/webc/main/thirdparty/css/themes/PopupGlobal.css +1 -0
  190. package/src/sap/ui/webc/main/thirdparty/css/themes/PopupStaticAreaStyles.css +1 -0
  191. package/src/sap/ui/webc/main/thirdparty/css/themes/PopupsCommon.css +1 -0
  192. package/src/sap/ui/webc/main/thirdparty/css/themes/ProgressIndicator.css +1 -0
  193. package/src/sap/ui/webc/main/thirdparty/css/themes/RadioButton.css +1 -0
  194. package/src/sap/ui/webc/main/thirdparty/css/themes/RatingIndicator.css +1 -0
  195. package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopover.css +1 -0
  196. package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopoverCommon.css +1 -0
  197. package/src/sap/ui/webc/main/thirdparty/css/themes/SegmentedButton.css +1 -0
  198. package/src/sap/ui/webc/main/thirdparty/css/themes/Select.css +1 -0
  199. package/src/sap/ui/webc/main/thirdparty/css/themes/SelectPopover.css +1 -0
  200. package/src/sap/ui/webc/main/thirdparty/css/themes/SliderBase.css +1 -0
  201. package/src/sap/ui/webc/main/thirdparty/css/themes/StepInput.css +1 -0
  202. package/src/sap/ui/webc/main/thirdparty/css/themes/Suggestions.css +1 -0
  203. package/src/sap/ui/webc/main/thirdparty/css/themes/Switch.css +1 -0
  204. package/src/sap/ui/webc/main/thirdparty/css/themes/Tab.css +1 -0
  205. package/src/sap/ui/webc/main/thirdparty/css/themes/TabContainer.css +1 -0
  206. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInOverflow.css +1 -0
  207. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInStrip.css +1 -0
  208. package/src/sap/ui/webc/main/thirdparty/css/themes/Table.css +1 -0
  209. package/src/sap/ui/webc/main/thirdparty/css/themes/TableCell.css +1 -0
  210. package/src/sap/ui/webc/main/thirdparty/css/themes/TableColumn.css +1 -0
  211. package/src/sap/ui/webc/main/thirdparty/css/themes/TableGroupRow.css +1 -0
  212. package/src/sap/ui/webc/main/thirdparty/css/themes/TableRow.css +1 -0
  213. package/src/sap/ui/webc/main/thirdparty/css/themes/TapHighlightColor.css +1 -0
  214. package/src/sap/ui/webc/main/thirdparty/css/themes/TextArea.css +1 -0
  215. package/src/sap/ui/webc/main/thirdparty/css/themes/TimePicker.css +1 -0
  216. package/src/sap/ui/webc/main/thirdparty/css/themes/TimePickerPopover.css +1 -0
  217. package/src/sap/ui/webc/main/thirdparty/css/themes/TimeSelection.css +1 -0
  218. package/src/sap/ui/webc/main/thirdparty/css/themes/Title.css +1 -0
  219. package/src/sap/ui/webc/main/thirdparty/css/themes/Toast.css +1 -0
  220. package/src/sap/ui/webc/main/thirdparty/css/themes/ToggleButton.css +1 -0
  221. package/src/sap/ui/webc/main/thirdparty/css/themes/ToggleButton.ie11.css +1 -0
  222. package/src/sap/ui/webc/main/thirdparty/css/themes/Token.css +1 -0
  223. package/src/sap/ui/webc/main/thirdparty/css/themes/Tokenizer.css +1 -0
  224. package/src/sap/ui/webc/main/thirdparty/css/themes/Tree.css +1 -0
  225. package/src/sap/ui/webc/main/thirdparty/css/themes/TreeListItem.css +1 -0
  226. package/src/sap/ui/webc/main/thirdparty/css/themes/ValueStateMessage.css +1 -0
  227. package/src/sap/ui/webc/main/thirdparty/css/themes/WheelSlider.css +1 -0
  228. package/src/sap/ui/webc/main/thirdparty/css/themes/YearPicker.css +1 -0
  229. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -0
  230. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
  231. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
  232. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
  233. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
  234. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
  235. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
  236. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -0
  237. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
  238. package/src/sap/ui/webc/main/thirdparty/features/ColorPaletteMoreColors.js +6 -6
  239. package/src/sap/ui/webc/main/thirdparty/features/InputSuggestions.js +20 -15
  240. package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +8 -1
  241. package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +10 -8
  242. package/src/sap/ui/webc/main/thirdparty/generated/json-imports/i18n.js +47 -47
  243. package/src/sap/ui/webc/main/thirdparty/generated/templates/BadgeTemplate.lit.js +1 -1
  244. package/src/sap/ui/webc/main/thirdparty/generated/templates/BusyIndicatorTemplate.lit.js +1 -1
  245. package/src/sap/ui/webc/main/thirdparty/generated/templates/CalendarTemplate.lit.js +1 -1
  246. package/src/sap/ui/webc/main/thirdparty/generated/templates/CardHeaderTemplate.lit.js +2 -2
  247. package/src/sap/ui/webc/main/thirdparty/generated/templates/CardTemplate.lit.js +1 -1
  248. package/src/sap/ui/webc/main/thirdparty/generated/templates/CarouselTemplate.lit.js +1 -1
  249. package/src/sap/ui/webc/main/thirdparty/generated/templates/CheckBoxTemplate.lit.js +1 -1
  250. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteItemTemplate.lit.js +1 -1
  251. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPalettePopoverTemplate.lit.js +8 -0
  252. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteTemplate.lit.js +6 -5
  253. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPickerTemplate.lit.js +1 -1
  254. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxPopoverTemplate.lit.js +2 -2
  255. package/src/sap/ui/webc/main/thirdparty/generated/templates/CustomListItemTemplate.lit.js +3 -3
  256. package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerPopoverTemplate.lit.js +1 -1
  257. package/src/sap/ui/webc/main/thirdparty/generated/templates/DateTimePickerPopoverTemplate.lit.js +2 -2
  258. package/src/sap/ui/webc/main/thirdparty/generated/templates/DayPickerTemplate.lit.js +2 -2
  259. package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderTemplate.lit.js +1 -1
  260. package/src/sap/ui/webc/main/thirdparty/generated/templates/GroupHeaderListItemTemplate.lit.js +1 -1
  261. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +1 -1
  262. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputTemplate.lit.js +1 -1
  263. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListItemTemplate.lit.js +3 -3
  264. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListTemplate.lit.js +3 -3
  265. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +12 -9
  266. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +2 -2
  267. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +1 -1
  268. package/src/sap/ui/webc/main/thirdparty/generated/templates/ProgressIndicatorTemplate.lit.js +9 -5
  269. package/src/sap/ui/webc/main/thirdparty/generated/templates/RadioButtonTemplate.lit.js +1 -1
  270. package/src/sap/ui/webc/main/thirdparty/generated/templates/RangeSliderTemplate.lit.js +1 -1
  271. package/src/sap/ui/webc/main/thirdparty/generated/templates/RatingIndicatorTemplate.lit.js +6 -4
  272. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +2 -2
  273. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectTemplate.lit.js +1 -1
  274. package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderTemplate.lit.js +1 -1
  275. package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +3 -3
  276. package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +3 -3
  277. package/src/sap/ui/webc/main/thirdparty/generated/templates/SwitchTemplate.lit.js +1 -1
  278. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerTemplate.lit.js +1 -1
  279. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInStripTemplate.lit.js +2 -4
  280. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabSeparatorTemplate.lit.js +1 -1
  281. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableTemplate.lit.js +2 -2
  282. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerPopoverTemplate.lit.js +1 -1
  283. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerTemplate.lit.js +1 -1
  284. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionTemplate.lit.js +1 -1
  285. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToastTemplate.lit.js +2 -1
  286. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeListItemTemplate.lit.js +3 -3
  287. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeTemplate.lit.js +1 -1
  288. package/src/sap/ui/webc/main/thirdparty/generated/templates/WheelSliderTemplate.lit.js +2 -2
  289. package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.css.js +3 -3
  290. package/src/sap/ui/webc/main/thirdparty/generated/themes/AvatarGroup.css.js +3 -3
  291. package/src/sap/ui/webc/main/thirdparty/generated/themes/Badge.css.js +3 -3
  292. package/src/sap/ui/webc/main/thirdparty/generated/themes/Breadcrumbs.css.js +3 -3
  293. package/src/sap/ui/webc/main/thirdparty/generated/themes/BreadcrumbsPopover.css.js +3 -3
  294. package/src/sap/ui/webc/main/thirdparty/generated/themes/BrowserScrollbar.css.js +3 -3
  295. package/src/sap/ui/webc/main/thirdparty/generated/themes/BusyIndicator.css.js +3 -3
  296. package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.css.js +3 -3
  297. package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.ie11.css.js +3 -3
  298. package/src/sap/ui/webc/main/thirdparty/generated/themes/Calendar.css.js +3 -3
  299. package/src/sap/ui/webc/main/thirdparty/generated/themes/CalendarHeader.css.js +3 -3
  300. package/src/sap/ui/webc/main/thirdparty/generated/themes/Card.css.js +3 -3
  301. package/src/sap/ui/webc/main/thirdparty/generated/themes/CardHeader.css.js +3 -3
  302. package/src/sap/ui/webc/main/thirdparty/generated/themes/Carousel.css.js +3 -3
  303. package/src/sap/ui/webc/main/thirdparty/generated/themes/CheckBox.css.js +3 -3
  304. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalette.css.js +3 -3
  305. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPaletteItem.css.js +3 -3
  306. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalettePopover.css.js +13 -0
  307. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPaletteStaticArea.css.js +3 -3
  308. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPicker.css.js +3 -3
  309. package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBox.css.js +3 -3
  310. package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBoxPopover.css.js +3 -3
  311. package/src/sap/ui/webc/main/thirdparty/generated/themes/CustomListItem.css.js +3 -3
  312. package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePicker.css.js +3 -3
  313. package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePickerPopover.css.js +3 -3
  314. package/src/sap/ui/webc/main/thirdparty/generated/themes/DateRangePicker.css.js +3 -3
  315. package/src/sap/ui/webc/main/thirdparty/generated/themes/DateTimePicker.css.js +3 -3
  316. package/src/sap/ui/webc/main/thirdparty/generated/themes/DateTimePickerPopover.css.js +3 -3
  317. package/src/sap/ui/webc/main/thirdparty/generated/themes/DayPicker.css.js +3 -3
  318. package/src/sap/ui/webc/main/thirdparty/generated/themes/Dialog.css.js +3 -3
  319. package/src/sap/ui/webc/main/thirdparty/generated/themes/FileUploader.css.js +3 -3
  320. package/src/sap/ui/webc/main/thirdparty/generated/themes/GroupHeaderListItem.css.js +3 -3
  321. package/src/sap/ui/webc/main/thirdparty/generated/themes/GrowingButton.css.js +3 -3
  322. package/src/sap/ui/webc/main/thirdparty/generated/themes/Icon.css.js +3 -3
  323. package/src/sap/ui/webc/main/thirdparty/generated/themes/Input.css.js +3 -3
  324. package/src/sap/ui/webc/main/thirdparty/generated/themes/InputIcon.css.js +3 -3
  325. package/src/sap/ui/webc/main/thirdparty/generated/themes/InvisibleTextStyles.css.js +3 -3
  326. package/src/sap/ui/webc/main/thirdparty/generated/themes/Label.css.js +3 -3
  327. package/src/sap/ui/webc/main/thirdparty/generated/themes/Link.css.js +3 -3
  328. package/src/sap/ui/webc/main/thirdparty/generated/themes/List.css.js +3 -3
  329. package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItem.css.js +3 -3
  330. package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItemBase.css.js +3 -3
  331. package/src/sap/ui/webc/main/thirdparty/generated/themes/MessageStrip.css.js +3 -3
  332. package/src/sap/ui/webc/main/thirdparty/generated/themes/MonthPicker.css.js +3 -3
  333. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBox.css.js +3 -3
  334. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiInput.css.js +3 -3
  335. package/src/sap/ui/webc/main/thirdparty/generated/themes/Panel.css.js +3 -3
  336. package/src/sap/ui/webc/main/thirdparty/generated/themes/Popover.css.js +3 -3
  337. package/src/sap/ui/webc/main/thirdparty/generated/themes/Popup.css.js +3 -3
  338. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupGlobal.css.js +13 -0
  339. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupStaticAreaStyles.css.js +3 -3
  340. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupsCommon.css.js +3 -3
  341. package/src/sap/ui/webc/main/thirdparty/generated/themes/ProgressIndicator.css.js +3 -3
  342. package/src/sap/ui/webc/main/thirdparty/generated/themes/RadioButton.css.js +3 -3
  343. package/src/sap/ui/webc/main/thirdparty/generated/themes/RatingIndicator.css.js +3 -3
  344. package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopover.css.js +3 -3
  345. package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopoverCommon.css.js +3 -3
  346. package/src/sap/ui/webc/main/thirdparty/generated/themes/SegmentedButton.css.js +3 -3
  347. package/src/sap/ui/webc/main/thirdparty/generated/themes/Select.css.js +3 -3
  348. package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectPopover.css.js +3 -3
  349. package/src/sap/ui/webc/main/thirdparty/generated/themes/SliderBase.css.js +3 -3
  350. package/src/sap/ui/webc/main/thirdparty/generated/themes/StepInput.css.js +3 -3
  351. package/src/sap/ui/webc/main/thirdparty/generated/themes/Suggestions.css.js +13 -0
  352. package/src/sap/ui/webc/main/thirdparty/generated/themes/Switch.css.js +3 -3
  353. package/src/sap/ui/webc/main/thirdparty/generated/themes/Tab.css.js +3 -3
  354. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabContainer.css.js +3 -3
  355. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInOverflow.css.js +3 -3
  356. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInStrip.css.js +3 -3
  357. package/src/sap/ui/webc/main/thirdparty/generated/themes/Table.css.js +3 -3
  358. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableCell.css.js +3 -3
  359. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableColumn.css.js +3 -3
  360. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableGroupRow.css.js +3 -3
  361. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableRow.css.js +3 -3
  362. package/src/sap/ui/webc/main/thirdparty/generated/themes/TapHighlightColor.css.js +13 -0
  363. package/src/sap/ui/webc/main/thirdparty/generated/themes/TextArea.css.js +3 -3
  364. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePicker.css.js +3 -3
  365. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePickerPopover.css.js +3 -3
  366. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimeSelection.css.js +3 -3
  367. package/src/sap/ui/webc/main/thirdparty/generated/themes/Title.css.js +3 -3
  368. package/src/sap/ui/webc/main/thirdparty/generated/themes/Toast.css.js +3 -3
  369. package/src/sap/ui/webc/main/thirdparty/generated/themes/ToggleButton.css.js +3 -3
  370. package/src/sap/ui/webc/main/thirdparty/generated/themes/ToggleButton.ie11.css.js +3 -3
  371. package/src/sap/ui/webc/main/thirdparty/generated/themes/Token.css.js +3 -3
  372. package/src/sap/ui/webc/main/thirdparty/generated/themes/Tokenizer.css.js +3 -3
  373. package/src/sap/ui/webc/main/thirdparty/generated/themes/Tree.css.js +3 -3
  374. package/src/sap/ui/webc/main/thirdparty/generated/themes/TreeListItem.css.js +3 -3
  375. package/src/sap/ui/webc/main/thirdparty/generated/themes/ValueStateMessage.css.js +3 -3
  376. package/src/sap/ui/webc/main/thirdparty/generated/themes/WheelSlider.css.js +3 -3
  377. package/src/sap/ui/webc/main/thirdparty/generated/themes/YearPicker.css.js +3 -3
  378. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  379. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  380. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  381. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  382. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  383. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  384. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  385. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +7 -0
  386. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +7 -0
  387. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ar-7754de1c.js → messagebundle_ar-f610ffe9.js} +7 -0
  388. package/src/sap/ui/webc/main/thirdparty/{messagebundle_bg-041345aa.js → messagebundle_bg-e372ad7a.js} +7 -0
  389. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ca-df38eb0b.js → messagebundle_ca-64403819.js} +7 -0
  390. package/src/sap/ui/webc/main/thirdparty/{messagebundle_cs-51d17321.js → messagebundle_cs-f5276d1f.js} +7 -0
  391. package/src/sap/ui/webc/main/thirdparty/{messagebundle_cy-cc129f0c.js → messagebundle_cy-5b51959f.js} +7 -0
  392. package/src/sap/ui/webc/main/thirdparty/{messagebundle_da-bc87b599.js → messagebundle_da-3f0c542a.js} +7 -0
  393. package/src/sap/ui/webc/main/thirdparty/{messagebundle_de-518b0a75.js → messagebundle_de-ff52e292.js} +7 -0
  394. package/src/sap/ui/webc/main/thirdparty/{messagebundle_el-9686b145.js → messagebundle_el-8a8f0e04.js} +7 -0
  395. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en-57ad19b6.js → messagebundle_en-39f79920.js} +7 -0
  396. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_GB-588d53e3.js → messagebundle_en_GB-9a6995bc.js} +7 -0
  397. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_sappsd-e370df7b.js → messagebundle_en_US_sappsd-1cd6f946.js} +7 -0
  398. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saprigi-adf0ddb3.js → messagebundle_en_US_saprigi-88214efb.js} +10 -0
  399. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saptrc-261422e2.js → messagebundle_en_US_saptrc-d8b4cc37.js} +7 -0
  400. package/src/sap/ui/webc/main/thirdparty/{messagebundle_es-ec258b44.js → messagebundle_es-4e7804b3.js} +7 -0
  401. package/src/sap/ui/webc/main/thirdparty/{messagebundle_es_MX-5f113e73.js → messagebundle_es_MX-5d55637e.js} +8 -1
  402. package/src/sap/ui/webc/main/thirdparty/{messagebundle_et-901c732b.js → messagebundle_et-d019447e.js} +7 -0
  403. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fi-0a2a6323.js → messagebundle_fi-115f5a0c.js} +7 -0
  404. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr-5df8899a.js → messagebundle_fr-f4458a8c.js} +7 -0
  405. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr_CA-0de6a568.js → messagebundle_fr_CA-d3ac2579.js} +7 -0
  406. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hi-13e67957.js → messagebundle_hi-3dbf5206.js} +7 -0
  407. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hr-93fbc1d1.js → messagebundle_hr-3112e358.js} +7 -0
  408. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hu-dd94c35e.js → messagebundle_hu-90f77b24.js} +7 -0
  409. package/src/sap/ui/webc/main/thirdparty/{messagebundle_it-0c46ce25.js → messagebundle_it-4fd2c566.js} +7 -0
  410. package/src/sap/ui/webc/main/thirdparty/{messagebundle_iw-946df0a2.js → messagebundle_iw-ff53b57b.js} +7 -0
  411. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ja-9cb333bb.js → messagebundle_ja-050a69c3.js} +7 -0
  412. package/src/sap/ui/webc/main/thirdparty/{messagebundle_kk-239d7820.js → messagebundle_kk-597a9724.js} +7 -0
  413. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ko-6f09e984.js → messagebundle_ko-d840efd8.js} +7 -0
  414. package/src/sap/ui/webc/main/thirdparty/{messagebundle_lt-2d4f9935.js → messagebundle_lt-d15c1526.js} +7 -0
  415. package/src/sap/ui/webc/main/thirdparty/{messagebundle_lv-d73bf0c0.js → messagebundle_lv-539ad33e.js} +7 -0
  416. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ms-9b4b2929.js → messagebundle_ms-98b3e6dd.js} +7 -0
  417. package/src/sap/ui/webc/main/thirdparty/{messagebundle_nl-55193168.js → messagebundle_nl-5c52e887.js} +7 -0
  418. package/src/sap/ui/webc/main/thirdparty/{messagebundle_no-7f4a6832.js → messagebundle_no-04ee2aaf.js} +7 -0
  419. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pl-89c36a34.js → messagebundle_pl-6da30702.js} +7 -0
  420. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt-b87f9645.js → messagebundle_pt-71f281c3.js} +7 -0
  421. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt_PT-0e8230b0.js → messagebundle_pt_PT-6d966418.js} +7 -0
  422. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ro-83e7f44d.js → messagebundle_ro-e76a9c5d.js} +7 -0
  423. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ru-befd37d0.js → messagebundle_ru-dc34dd79.js} +7 -0
  424. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sh-4edec182.js → messagebundle_sh-f2171ee6.js} +7 -0
  425. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sk-29160489.js → messagebundle_sk-5c10a3c8.js} +7 -0
  426. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sl-fd9ba370.js → messagebundle_sl-14cff3cf.js} +7 -0
  427. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sv-57bfda52.js → messagebundle_sv-44a9e5d4.js} +7 -0
  428. package/src/sap/ui/webc/main/thirdparty/{messagebundle_th-184c45a0.js → messagebundle_th-6cbca7a8.js} +7 -0
  429. package/src/sap/ui/webc/main/thirdparty/{messagebundle_tr-d5781fbb.js → messagebundle_tr-00ce0f94.js} +7 -0
  430. package/src/sap/ui/webc/main/thirdparty/{messagebundle_uk-e49bb47f.js → messagebundle_uk-bf2de1c7.js} +7 -0
  431. package/src/sap/ui/webc/main/thirdparty/{messagebundle_vi-ce27847a.js → messagebundle_vi-a0de6aa8.js} +7 -0
  432. package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_CN-bdbfb1bd.js → messagebundle_zh_CN-7cbf9197.js} +7 -0
  433. package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_TW-ca1de535.js → messagebundle_zh_TW-53705d5b.js} +7 -0
  434. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-0f28e359.js +13 -0
  435. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-1ee56435.js +13 -0
  436. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-4d4cd873.js +13 -0
  437. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-5bdedee7.js +13 -0
  438. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-60d672db.js +13 -0
  439. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-793a420b.js +13 -0
  440. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-7c549d8f.js +13 -0
  441. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-7e5617d6.js +13 -0
  442. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e75a0bfb.js +13 -0
  443. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-09f8e92d.js +0 -9
  444. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-19666884.js +0 -9
  445. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-8e7c6ad9.js +0 -9
  446. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-cb713657.js +0 -9
  447. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-dd8f2f47.js +0 -9
  448. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e3a31f8e.js +0 -9
  449. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e44b2b84.js +0 -9
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * <h3>Responsive Behavior</h3> You can change the size of the Progress Indicator by changing its <code>width</code> or <code>height</code> CSS properties.
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.96.1
32
+ * @version 1.97.1
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -52,6 +52,19 @@ sap.ui.define([
52
52
  defaultValue: false
53
53
  },
54
54
 
55
+ /**
56
+ * Specifies the text value to be displayed in the bar.
57
+ *
58
+ * <b>Note:</b>
59
+ * <ul>
60
+ * <li>If there is no value provided or the value is empty, the default percentage value is shown.</li>
61
+ * <li>If <code>hideValue</code> property is <code>true</code> both the <code>displayValue</code> and <code>value</code> property values are not shown.</li>
62
+ * </ul>
63
+ */
64
+ displayValue: {
65
+ type: "string"
66
+ },
67
+
55
68
  /**
56
69
  * Defines whether the component value is shown.
57
70
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * <b>Note:</b> On entering radio button group, the focus goes to the currently selected radio button.
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.96.1
40
+ * @version 1.97.1
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -21,18 +21,16 @@ sap.ui.define([
21
21
  * @extends sap.ui.webc.common.WebComponent
22
22
  * @class
23
23
  *
24
- * Represents a numerical interval and two handles (grips) to select a sub-range within it.
25
- *
26
- * <h3>Overview</h3> The purpose of the component to enable visual selection of sub-ranges within a given interval.
24
+ * <h3>Overview</h3> Represents a numerical interval and two handles (grips) to select a sub-range within it. The purpose of the component to enable visual selection of sub-ranges within a given interval.
27
25
  *
28
26
  * <h3>Structure</h3> The most important properties of the Range Slider are:
29
27
  * <ul>
30
- * <li>min - The minimum value of the slider range</li>
31
- * <li>max - The maximum value of the slider range</li>
32
- * <li>value - The current value of the slider</li>
33
- * <li>step - Determines the increments in which the slider will move</li>
34
- * <li>showTooltip - Determines if a tooltip should be displayed above the handle</li>
35
- * <li>showTickmarks - Displays a visual divider between the step values</li>
28
+ * <li>min - The minimum value of the slider range.</li>
29
+ * <li>max - The maximum value of the slider range.</li>
30
+ * <li>value - The current value of the slider.</li>
31
+ * <li>step - Determines the increments in which the slider will move.</li>
32
+ * <li>showTooltip - Determines if a tooltip should be displayed above the handle.</li>
33
+ * <li>showTickmarks - Displays a visual divider between the step values.</li>
36
34
  * <li>labelInterval - Labels some or all of the tickmarks with their values.</li>
37
35
  * </ul>
38
36
  * <h4>Notes:</h4>
@@ -52,17 +50,17 @@ sap.ui.define([
52
50
  * <li><code>Right or Up Arrow</code> - Moves a component's handle or the entire selection one step to the right;</li>
53
51
  * <li><code>Left or Down Arrow + Ctrl/Cmd</code> - Moves a component's handle to the left or the entire range with step equal to 1/10th of the entire range;</li>
54
52
  * <li><code>Right or Up Arrow + Ctrl/Cmd</code> - Moves a component's handle to the right or the entire range with step equal to 1/10th of the entire range;</li>
55
- * <li><code>Plus</code> - Same as <code>Right or Up Arrow</code></li>
56
- * <li><code>Minus</code> - Same as <code>Left or Down Arrow</code></li>
53
+ * <li><code>Plus</code> - Same as <code>Right or Up Arrow</code>;</li>
54
+ * <li><code>Minus</code> - Same as <code>Left or Down Arrow</code>;</li>
57
55
  * <li><code>Home</code> - Moves the entire selection or the selected handle to the beginning of the component's range;</li>
58
56
  * <li><code>End</code> - Moves the entire selection or the selected handle to the end of the component's range;</li>
59
- * <li><code>Page Up</code> - Same as <code>Right or Up Arrow + Ctrl/Cmd</code></li>
60
- * <li><code>Page Down</code> - Same as <code>Left or Down Arrow + Ctrl/Cmd</code></li>
57
+ * <li><code>Page Up</code> - Same as <code>Right or Up Arrow + Ctrl/Cmd</code>;</li>
58
+ * <li><code>Page Down</code> - Same as <code>Left or Down Arrow + Ctrl/Cmd</code>;</li>
61
59
  * <li><code>Escape</code> - Resets the <code>startValue</code> and <code>endValue</code> properties to the values prior the component focusing;</li>
62
60
  * </ul>
63
61
  *
64
62
  * @author SAP SE
65
- * @version 1.96.1
63
+ * @version 1.97.1
66
64
  *
67
65
  * @constructor
68
66
  * @public
@@ -105,7 +103,7 @@ sap.ui.define([
105
103
  },
106
104
 
107
105
  /**
108
- * Defines the maximum value of the slider
106
+ * Defines the maximum value of the slider.
109
107
  */
110
108
  max: {
111
109
  type: "float",
@@ -113,7 +111,7 @@ sap.ui.define([
113
111
  },
114
112
 
115
113
  /**
116
- * Defines the minimum value of the slider
114
+ * Defines the minimum value of the slider.
117
115
  */
118
116
  min: {
119
117
  type: "float",
@@ -121,7 +119,7 @@ sap.ui.define([
121
119
  },
122
120
 
123
121
  /**
124
- * Enables tick marks visualization for each step. <br>
122
+ * Enables tickmarks visualization for each step. <br>
125
123
  * <br>
126
124
  * <b>Note:</b> The step must be a positive number.
127
125
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.webc.common.WebComponent
22
22
  * @class
23
23
  *
24
- * <h3>Overview</h3> The RatingIndicator is used to display a specific number of icons that are used to rate an item. Additionally, it is also used to display the average and overall ratings.
24
+ * <h3>Overview</h3> The Rating Indicator is used to display a specific number of icons that are used to rate an item. Additionally, it is also used to display the average and overall ratings.
25
25
  *
26
26
  * <h3>Usage</h3> The recommended number of icons is between 5 and 7.
27
27
  *
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * Example: <code>&lt;ui5-rating-indicator style="font-size: 3rem;">&lt;/ui5-rating-indicator></code>
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.96.1
32
+ * @version 1.97.1
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  },
65
65
 
66
66
  /**
67
- * The number of displayed rating symbols
67
+ * The number of displayed rating symbols.
68
68
  */
69
69
  max: {
70
70
  type: "int",
@@ -82,7 +82,7 @@ sap.ui.define([
82
82
  },
83
83
 
84
84
  /**
85
- * The indicated value of the rating <br>
85
+ * The indicated value of the rating. <br>
86
86
  * <br>
87
87
  * <b>Note:</b> If you set a number which is not round, it would be shown as follows:
88
88
  * <ul>
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * <h3>Usage</h3> Use it when you want to make sure that all the content is visible on any device.
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.96.1
33
+ * @version 1.97.1
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * <b>Note:</b> There can be just one selected <code>item</code> at a time.
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.96.1
31
+ * @version 1.97.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -30,12 +30,12 @@ sap.ui.define([
30
30
  * Clicking or tapping on a <code>sap.ui.webc.main.SegmentedButtonItem</code> changes its state to <code>pressed</code>. The item returns to its initial state when the user clicks or taps on it again. By applying additional custom CSS-styling classes, apps can give a different style to any <code>sap.ui.webc.main.SegmentedButtonItem</code>.
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.96.1
33
+ * @version 1.97.1
34
34
  *
35
35
  * @constructor
36
36
  * @public
37
- * @since 1.92.0
38
- * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
37
+ * @since 1.95.0
38
+ * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
39
39
  * @alias sap.ui.webc.main.SegmentedButtonItem
40
40
  * @implements sap.ui.webc.main.ISegmentedButtonItem
41
41
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  },
66
66
 
67
67
  /**
68
- * Defines whether the component is disabled (default is set to <code>false</code>). A disabled component can't be pressed or focused, and it is not in the tab chain.
68
+ * Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is not in the tab chain.
69
69
  */
70
70
  disabled: {
71
71
  type: "boolean",
@@ -132,4 +132,4 @@ sap.ui.define([
132
132
  });
133
133
 
134
134
  return SegmentedButtonItem;
135
- });
135
+ });
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * </ul>
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.96.1
51
+ * @version 1.97.1
52
52
  *
53
53
  * @constructor
54
54
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -25,21 +25,21 @@ sap.ui.define([
25
25
  *
26
26
  * <h3>Structure</h3> The most important properties of the Slider are:
27
27
  * <ul>
28
- * <li>min - The minimum value of the slider range</li>
29
- * <li>max - The maximum value of the slider range</li>
30
- * <li>value - The current value of the slider</li>
31
- * <li>step - Determines the increments in which the slider will move</li>
32
- * <li>showTooltip - Determines if a tooltip should be displayed above the handle</li>
33
- * <li>showTickmarks - Displays a visual divider between the step values</li>
28
+ * <li>min - The minimum value of the slider range.</li>
29
+ * <li>max - The maximum value of the slider range.</li>
30
+ * <li>value - The current value of the slider range.</li>
31
+ * <li>step - Determines the increments in which the slider will move.</li>
32
+ * <li>showTooltip - Determines if a tooltip should be displayed above the handle.</li>
33
+ * <li>showTickmarks - Displays a visual divider between the step values.</li>
34
34
  * <li>labelInterval - Labels some or all of the tickmarks with their values.</li>
35
35
  * </ul>
36
36
  *
37
- * <h3>Usage</h3> The most common usecase is to select values on a continuous numerical scale (e.g. temperature, volume, etc. ).
37
+ * <h3>Usage</h3> The most common use case is to select values on a continuous numerical scale (e.g. temperature, volume, etc. ).
38
38
  *
39
39
  * <h3>Responsive Behavior</h3> The <code>sap.ui.webc.main.Slider</code> component adjusts to the size of its parent container by recalculating and resizing the width of the control. You can move the slider handle in several different ways:
40
40
  * <ul>
41
- * <li>Drag and drop to the desired value</li>
42
- * <li>Click/tap on the range bar to move the handle to that location</li>
41
+ * <li>Drag and drop the handle to the desired value.</li>
42
+ * <li>Click/tap on the range bar to move the handle to that location.</li>
43
43
  * </ul>
44
44
  *
45
45
  * <h3>CSS Shadow Parts</h3>
@@ -47,9 +47,9 @@ sap.ui.define([
47
47
  * <ui5-link target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/CSS/::part">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br>
48
48
  * The <code>sap.ui.webc.main.Slider</code> exposes the following CSS Shadow Parts:
49
49
  * <ul>
50
- * <li>progress-container - Used to style the progress container(the thin line) of the <code>sap.ui.webc.main.Slider</code></li>
51
- * <li>progress-bar - Used to style the progress bar, which shows the progress of the <code>sap.ui.webc.main.Slider</code></li>
52
- * <li>handle - Used to style the handle of the <code>sap.ui.webc.main.Slider</code></li>
50
+ * <li>progress-container - Used to style the progress container(the horizontal bar which visually represents the range between the minimum and maximum value) of the <code>sap.ui.webc.main.Slider</code>.</li>
51
+ * <li>progress-bar - Used to style the progress bar, which shows the progress of the <code>sap.ui.webc.main.Slider</code>.</li>
52
+ * <li>handle - Used to style the handle of the <code>sap.ui.webc.main.Slider</code>.</li>
53
53
  * </ul>
54
54
  *
55
55
  * <h3>Keyboard Handling</h3>
@@ -60,17 +60,17 @@ sap.ui.define([
60
60
  * <li><code>Right or Up Arrow</code> - Moves the handle one step to the right, effectively increasing the component's value by <code>step</code> amount;</li>
61
61
  * <li><code>Left or Down Arrow + Ctrl/Cmd</code> - Moves the handle to the left with step equal to 1/10th of the entire range, effectively decreasing the component's value by 1/10th of the range;</li>
62
62
  * <li><code>Right or Up Arrow + Ctrl/Cmd</code> - Moves the handle to the right with step equal to 1/10th of the entire range, effectively increasing the component's value by 1/10th of the range;</li>
63
- * <li><code>Plus</code> - Same as <code>Right or Up Arrow</code></li>
64
- * <li><code>Minus</code> - Same as <code>Left or Down Arrow</code></li>
63
+ * <li><code>Plus</code> - Same as <code>Right or Up Arrow</code>;</li>
64
+ * <li><code>Minus</code> - Same as <code>Left or Down Arrow</code>;</li>
65
65
  * <li><code>Home</code> - Moves the handle to the beginning of the range;</li>
66
66
  * <li><code>End</code> - Moves the handle to the end of the range;</li>
67
- * <li><code>Page Up</code> - Same as <code>Right or Up + Ctrl/Cmd</code></li>
68
- * <li><code>Page Down</code> - Same as <code>Left or Down + Ctrl/Cmd</code></li>
67
+ * <li><code>Page Up</code> - Same as <code>Right or Up + Ctrl/Cmd</code>;</li>
68
+ * <li><code>Page Down</code> - Same as <code>Left or Down + Ctrl/Cmd</code>;</li>
69
69
  * <li><code>Escape</code> - Resets the value property after interaction, to the position prior the component's focusing;</li>
70
70
  * </ul>
71
71
  *
72
72
  * @author SAP SE
73
- * @version 1.96.1
73
+ * @version 1.97.1
74
74
  *
75
75
  * @constructor
76
76
  * @public
@@ -104,7 +104,7 @@ sap.ui.define([
104
104
  },
105
105
 
106
106
  /**
107
- * Defines the maximum value of the slider
107
+ * Defines the maximum value of the slider.
108
108
  */
109
109
  max: {
110
110
  type: "float",
@@ -112,7 +112,7 @@ sap.ui.define([
112
112
  },
113
113
 
114
114
  /**
115
- * Defines the minimum value of the slider
115
+ * Defines the minimum value of the slider.
116
116
  */
117
117
  min: {
118
118
  type: "float",
@@ -120,7 +120,7 @@ sap.ui.define([
120
120
  },
121
121
 
122
122
  /**
123
- * Enables tick marks visualization for each step. <br>
123
+ * Enables tickmarks visualization for each step. <br>
124
124
  * <br>
125
125
  * <b>Note:</b> The step must be a positive number.
126
126
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * </ul>
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.96.1
44
+ * @version 1.97.1
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * </ul>
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.96.1
53
+ * @version 1.97.1
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -24,12 +24,12 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.SuggestionGroupItem</code> is type of suggestion item, that can be used to split the <code>sap.ui.webc.main.Input</code> suggestions into groups.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.96.1
27
+ * @version 1.97.1
28
28
  *
29
29
  * @constructor
30
30
  * @public
31
- * @since 1.92.0
32
- * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
31
+ * @since 1.95.0
32
+ * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
33
33
  * @alias sap.ui.webc.main.SuggestionGroupItem
34
34
  * @implements sap.ui.webc.main.IInputSuggestionItem
35
35
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
@@ -55,4 +55,4 @@ sap.ui.define([
55
55
  });
56
56
 
57
57
  return SuggestionGroupItem;
58
- });
58
+ });
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * The <code>sap.ui.webc.main.SuggestionItem</code> represents the suggestion item of the <code>sap.ui.webc.main.Input</code>.
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.96.1
31
+ * @version 1.97.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  /**
58
58
  * Defines the state of the <code>additionalText</code>. <br>
59
59
  * <br>
60
- * Available options are: <code>"None"</code> (by default), <code>"Success"</code>, <code>"Warning"</code> and <code>"Erorr"</code>.
60
+ * Available options are: <code>"None"</code> (by default), <code>"Success"</code>, <code>"Information"</code>, <code>"Warning"</code> and <code>"Erorr"</code>.
61
61
  */
62
62
  additionalTextState: {
63
63
  type: "sap.ui.core.ValueState",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -36,13 +36,13 @@ sap.ui.define([
36
36
  * The <code>sap.ui.webc.main.Switch</code> exposes the following CSS Shadow Parts:
37
37
  * <ul>
38
38
  * <li>slider - Used to style the track, where the handle is being slid</li>
39
- * <li>text-on - Used to style the onText</li>
40
- * <li>text-off - Used to style the offText</li>
39
+ * <li>text-on - Used to style the <code>textOn</code> property text</li>
40
+ * <li>text-off - Used to style the <code>textOff</code> property text</li>
41
41
  * <li>handle - Used to style the handle of the switch</li>
42
42
  * </ul>
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.96.1
45
+ * @version 1.97.1
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -90,7 +90,7 @@ sap.ui.define([
90
90
  /**
91
91
  * Defines the text, displayed when the component is not checked. <br>
92
92
  * <br>
93
- * <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off).
93
+ * <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off). <b>Note:</b> This property will have no effect if the theme is set to <code>sap_horizon</code>.
94
94
  */
95
95
  textOff: {
96
96
  type: "string",
@@ -102,7 +102,7 @@ sap.ui.define([
102
102
  *
103
103
  * <br>
104
104
  * <br>
105
- * <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off).
105
+ * <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off). <b>Note:</b> This property will have no effect if the theme is set to <code>sap_horizon</code>.
106
106
  */
107
107
  textOn: {
108
108
  type: "string",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.main.Tab</code> represents a selectable item inside a <code>sap.ui.webc.main.TabContainer</code>. It defines both the item in the tab strip (top part of the <code>sap.ui.webc.main.TabContainer</code>) and the content that is presented to the user once the tab is selected.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.96.1
29
+ * @version 1.97.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * </ul>
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.96.1
48
+ * @version 1.97.1
49
49
  *
50
50
  * @constructor
51
51
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.TabSeparator</code> represents a vertical line to separate tabs inside a <code>sap.ui.webc.main.TabContainer</code>.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.96.1
27
+ * @version 1.97.1
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * <b>Note:</b> Currently, when a column is shown as a pop-in, the visual indication for selection is not presented over it.
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.96.1
44
+ * @version 1.97.1
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.96.1
37
+ * @version 1.97.1
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.96.1
37
+ * @version 1.97.1
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -30,16 +30,16 @@ sap.ui.define([
30
30
  * <ui5-link target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/CSS/::part">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br>
31
31
  * The <code>sap.ui.webc.main.TableGroupRow</code> exposes the following CSS Shadow Parts:
32
32
  * <ul>
33
- * <li>group-row - Used to style the native <code>tr</code> tag element.</li>
33
+ * <li>group-row - Used to style the native <code>tr</code> element.</li>
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.96.1
37
+ * @version 1.97.1
38
38
  *
39
39
  * @constructor
40
40
  * @public
41
- * @since 1.92.0
42
- * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
41
+ * @since 1.95.0
42
+ * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
43
43
  * @alias sap.ui.webc.main.TableGroupRow
44
44
  * @implements sap.ui.webc.main.ITableRow
45
45
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
@@ -66,4 +66,4 @@ sap.ui.define([
66
66
  });
67
67
 
68
68
  return TableGroupRow;
69
- });
69
+ });