@ui5/webcomponents 2.8.0-rc.2 → 2.8.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 (755) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/cypress/specs/AvatarGroup.cy.tsx +36 -0
  3. package/cypress/specs/Dialog.cy.tsx +89 -0
  4. package/cypress/specs/Input.cy.tsx +170 -1
  5. package/cypress/specs/Link.cy.tsx +199 -14
  6. package/cypress/specs/Popover.cy.tsx +176 -0
  7. package/cypress/specs/Select.cy.tsx +15 -0
  8. package/cypress/specs/TabContainer.cy.tsx +29 -0
  9. package/cypress/specs/Table.cy.tsx +5 -24
  10. package/cypress/specs/TableDragAndDrop.cy.tsx +1 -1
  11. package/cypress/specs/TableNavigation.cy.tsx +223 -0
  12. package/cypress/specs/TableNavigationFixedHeader.cy.tsx +199 -0
  13. package/cypress/specs/TableSelection.cy.tsx +37 -0
  14. package/cypress/specs/TableSelections.cy.tsx +296 -0
  15. package/cypress/specs/Text.cy.tsx +19 -3
  16. package/cypress/specs/Tokenizer.cy.tsx +36 -0
  17. package/cypress/specs/Toolbar.cy.tsx +22 -0
  18. package/dist/.tsbuildinfo +1 -1
  19. package/dist/Avatar.d.ts +4 -1
  20. package/dist/Avatar.js.map +1 -1
  21. package/dist/AvatarGroup.js +1 -0
  22. package/dist/AvatarGroup.js.map +1 -1
  23. package/dist/ColorPicker.d.ts +4 -1
  24. package/dist/ColorPicker.js +1 -1
  25. package/dist/ColorPicker.js.map +1 -1
  26. package/dist/ComboBoxItemGroupTemplate.js +2 -2
  27. package/dist/ComboBoxItemGroupTemplate.js.map +1 -1
  28. package/dist/Input.d.ts +1 -1
  29. package/dist/Input.js +10 -5
  30. package/dist/Input.js.map +1 -1
  31. package/dist/List.d.ts +5 -2
  32. package/dist/List.js +24 -2
  33. package/dist/List.js.map +1 -1
  34. package/dist/ListBoxItemGroupTemplate.d.ts +4 -0
  35. package/dist/ListBoxItemGroupTemplate.js +13 -0
  36. package/dist/ListBoxItemGroupTemplate.js.map +1 -0
  37. package/dist/ListItemGroupHeader.d.ts +6 -0
  38. package/dist/ListItemGroupHeader.js +20 -3
  39. package/dist/ListItemGroupHeader.js.map +1 -1
  40. package/dist/ListItemGroupHeaderTemplate.js +3 -3
  41. package/dist/ListItemGroupHeaderTemplate.js.map +1 -1
  42. package/dist/ListItemGroupTemplate.d.ts +1 -3
  43. package/dist/ListItemGroupTemplate.js +5 -8
  44. package/dist/ListItemGroupTemplate.js.map +1 -1
  45. package/dist/ListTemplate.js +1 -1
  46. package/dist/ListTemplate.js.map +1 -1
  47. package/dist/MultiComboBoxItemGroupTemplate.js +2 -2
  48. package/dist/MultiComboBoxItemGroupTemplate.js.map +1 -1
  49. package/dist/Popover.d.ts +0 -6
  50. package/dist/Popover.js +0 -9
  51. package/dist/Popover.js.map +1 -1
  52. package/dist/Popup.js +3 -1
  53. package/dist/Popup.js.map +1 -1
  54. package/dist/Select.d.ts +7 -0
  55. package/dist/Select.js +3 -0
  56. package/dist/Select.js.map +1 -1
  57. package/dist/SelectTemplate.js +2 -2
  58. package/dist/SelectTemplate.js.map +1 -1
  59. package/dist/SuggestionItemGroup.js +2 -0
  60. package/dist/SuggestionItemGroup.js.map +1 -1
  61. package/dist/TabContainer.d.ts +11 -0
  62. package/dist/TabContainer.js +18 -4
  63. package/dist/TabContainer.js.map +1 -1
  64. package/dist/TabContainerTemplate.js +1 -0
  65. package/dist/TabContainerTemplate.js.map +1 -1
  66. package/dist/Table.d.ts +17 -11
  67. package/dist/Table.js +16 -35
  68. package/dist/Table.js.map +1 -1
  69. package/dist/TableCell.d.ts +1 -0
  70. package/dist/TableCell.js +8 -1
  71. package/dist/TableCell.js.map +1 -1
  72. package/dist/TableCellBase.js +2 -2
  73. package/dist/TableCellBase.js.map +1 -1
  74. package/dist/TableCellTemplate.d.ts +2 -0
  75. package/dist/TableCellTemplate.js +6 -0
  76. package/dist/TableCellTemplate.js.map +1 -0
  77. package/dist/TableGrowing.js +4 -4
  78. package/dist/TableGrowing.js.map +1 -1
  79. package/dist/TableGrowingTemplate.d.ts +2 -0
  80. package/dist/TableGrowingTemplate.js +6 -0
  81. package/dist/TableGrowingTemplate.js.map +1 -0
  82. package/dist/TableHeaderCell.d.ts +0 -3
  83. package/dist/TableHeaderCell.js +1 -10
  84. package/dist/TableHeaderCell.js.map +1 -1
  85. package/dist/TableHeaderCellActionBase.js +5 -6
  86. package/dist/TableHeaderCellActionBase.js.map +1 -1
  87. package/dist/TableHeaderCellActionBaseTemplate.d.ts +2 -0
  88. package/dist/TableHeaderCellActionBaseTemplate.js +6 -0
  89. package/dist/TableHeaderCellActionBaseTemplate.js.map +1 -0
  90. package/dist/TableHeaderCellTemplate.d.ts +2 -0
  91. package/dist/TableHeaderCellTemplate.js +19 -0
  92. package/dist/TableHeaderCellTemplate.js.map +1 -0
  93. package/dist/TableHeaderRow.d.ts +2 -3
  94. package/dist/TableHeaderRow.js +1 -6
  95. package/dist/TableHeaderRow.js.map +1 -1
  96. package/dist/TableHeaderRowTemplate.d.ts +2 -0
  97. package/dist/TableHeaderRowTemplate.js +11 -0
  98. package/dist/TableHeaderRowTemplate.js.map +1 -0
  99. package/dist/TableNavigation.js +3 -3
  100. package/dist/TableNavigation.js.map +1 -1
  101. package/dist/TableRow.d.ts +7 -5
  102. package/dist/TableRow.js +4 -14
  103. package/dist/TableRow.js.map +1 -1
  104. package/dist/TableRowAction.d.ts +9 -8
  105. package/dist/TableRowAction.js +9 -11
  106. package/dist/TableRowAction.js.map +1 -1
  107. package/dist/TableRowActionBase.js +3 -6
  108. package/dist/TableRowActionBase.js.map +1 -1
  109. package/dist/TableRowActionBaseTemplate.d.ts +2 -0
  110. package/dist/TableRowActionBaseTemplate.js +13 -0
  111. package/dist/TableRowActionBaseTemplate.js.map +1 -0
  112. package/dist/TableRowBase.d.ts +4 -4
  113. package/dist/TableRowBase.js +10 -10
  114. package/dist/TableRowBase.js.map +1 -1
  115. package/dist/TableRowTemplate.d.ts +2 -0
  116. package/dist/TableRowTemplate.js +17 -0
  117. package/dist/TableRowTemplate.js.map +1 -0
  118. package/dist/TableSelection.d.ts +9 -7
  119. package/dist/TableSelection.js +34 -30
  120. package/dist/TableSelection.js.map +1 -1
  121. package/dist/TableSelectionBase.d.ts +79 -0
  122. package/dist/TableSelectionBase.js +108 -0
  123. package/dist/TableSelectionBase.js.map +1 -0
  124. package/dist/TableSelectionMulti.d.ts +92 -0
  125. package/dist/TableSelectionMulti.js +260 -0
  126. package/dist/TableSelectionMulti.js.map +1 -0
  127. package/dist/TableSelectionSingle.d.ts +49 -0
  128. package/dist/TableSelectionSingle.js +67 -0
  129. package/dist/TableSelectionSingle.js.map +1 -0
  130. package/dist/TableTemplate.d.ts +2 -0
  131. package/dist/TableTemplate.js +18 -0
  132. package/dist/TableTemplate.js.map +1 -0
  133. package/dist/TableUtils.js +1 -1
  134. package/dist/TableUtils.js.map +1 -1
  135. package/dist/Tokenizer.js +2 -2
  136. package/dist/Tokenizer.js.map +1 -1
  137. package/dist/Toolbar.d.ts +3 -0
  138. package/dist/Toolbar.js +4 -1
  139. package/dist/Toolbar.js.map +1 -1
  140. package/dist/ToolbarPopoverTemplate.js +1 -1
  141. package/dist/ToolbarPopoverTemplate.js.map +1 -1
  142. package/dist/bundle.esm.js +2 -0
  143. package/dist/bundle.esm.js.map +1 -1
  144. package/dist/css/themes/Avatar.css +1 -1
  145. package/dist/css/themes/AvatarGroup.css +1 -1
  146. package/dist/css/themes/Bar.css +1 -1
  147. package/dist/css/themes/Breadcrumbs.css +1 -1
  148. package/dist/css/themes/BusyIndicator.css +1 -1
  149. package/dist/css/themes/Button.css +1 -1
  150. package/dist/css/themes/ButtonBadge.css +1 -1
  151. package/dist/css/themes/Calendar.css +1 -1
  152. package/dist/css/themes/CalendarHeader.css +1 -1
  153. package/dist/css/themes/CalendarLegend.css +1 -1
  154. package/dist/css/themes/CalendarLegendItem.css +1 -1
  155. package/dist/css/themes/Card.css +1 -1
  156. package/dist/css/themes/CardHeader.css +1 -1
  157. package/dist/css/themes/Carousel.css +1 -1
  158. package/dist/css/themes/CheckBox.css +1 -1
  159. package/dist/css/themes/ColorPalette.css +1 -1
  160. package/dist/css/themes/ColorPaletteItem.css +1 -1
  161. package/dist/css/themes/ColorPalettePopover.css +1 -1
  162. package/dist/css/themes/ColorPicker.css +1 -1
  163. package/dist/css/themes/ComboBox.css +1 -1
  164. package/dist/css/themes/ComboBoxItem.css +1 -1
  165. package/dist/css/themes/DatePicker.css +1 -1
  166. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  167. package/dist/css/themes/DayPicker.css +1 -1
  168. package/dist/css/themes/Dialog.css +1 -1
  169. package/dist/css/themes/FileUploader.css +1 -1
  170. package/dist/css/themes/Form.css +1 -1
  171. package/dist/css/themes/FormItem.css +1 -1
  172. package/dist/css/themes/FormItemSpan.css +1 -1
  173. package/dist/css/themes/GrowingButton.css +1 -1
  174. package/dist/css/themes/Icon.css +1 -1
  175. package/dist/css/themes/Input.css +1 -1
  176. package/dist/css/themes/InputIcon.css +1 -1
  177. package/dist/css/themes/InputSharedStyles.css +1 -1
  178. package/dist/css/themes/Link.css +1 -1
  179. package/dist/css/themes/List.css +1 -1
  180. package/dist/css/themes/ListItem.css +1 -1
  181. package/dist/css/themes/ListItemBase.css +1 -1
  182. package/dist/css/themes/ListItemCustom.css +1 -1
  183. package/dist/css/themes/ListItemGroup.css +1 -1
  184. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  185. package/dist/css/themes/ListItemIcon.css +1 -1
  186. package/dist/css/themes/Menu.css +1 -1
  187. package/dist/css/themes/MenuItem.css +1 -1
  188. package/dist/css/themes/MessageStrip.css +1 -1
  189. package/dist/css/themes/MonthPicker.css +1 -1
  190. package/dist/css/themes/MultiComboBox.css +1 -1
  191. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  192. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  193. package/dist/css/themes/MultiInput.css +1 -1
  194. package/dist/css/themes/OptionBase.css +1 -1
  195. package/dist/css/themes/Panel.css +1 -1
  196. package/dist/css/themes/Popover.css +1 -1
  197. package/dist/css/themes/PopupsCommon.css +1 -1
  198. package/dist/css/themes/ProgressIndicator.css +1 -1
  199. package/dist/css/themes/RadioButton.css +1 -1
  200. package/dist/css/themes/RangeSlider.css +1 -1
  201. package/dist/css/themes/RatingIndicator.css +1 -1
  202. package/dist/css/themes/ResponsivePopover.css +1 -1
  203. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  204. package/dist/css/themes/SegmentedButton.css +1 -1
  205. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  206. package/dist/css/themes/Select.css +1 -1
  207. package/dist/css/themes/SliderBase.css +1 -1
  208. package/dist/css/themes/SplitButton.css +1 -1
  209. package/dist/css/themes/StepInput.css +1 -1
  210. package/dist/css/themes/SuggestionItem.css +1 -1
  211. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  212. package/dist/css/themes/Switch.css +1 -1
  213. package/dist/css/themes/TabContainer.css +1 -1
  214. package/dist/css/themes/TabInOverflow.css +1 -1
  215. package/dist/css/themes/TabInStrip.css +1 -1
  216. package/dist/css/themes/TabSemanticIcon.css +1 -1
  217. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  218. package/dist/css/themes/Table.css +1 -1
  219. package/dist/css/themes/TableCell.css +1 -1
  220. package/dist/css/themes/TableCellBase.css +1 -1
  221. package/dist/css/themes/TableGrowing.css +1 -1
  222. package/dist/css/themes/TableHeaderRow.css +1 -1
  223. package/dist/css/themes/TableRow.css +1 -1
  224. package/dist/css/themes/TableRowActionBase.css +1 -1
  225. package/dist/css/themes/TableRowBase.css +1 -1
  226. package/dist/css/themes/Tag.css +1 -1
  227. package/dist/css/themes/Text.css +1 -1
  228. package/dist/css/themes/TextArea.css +1 -1
  229. package/dist/css/themes/TimePicker.css +1 -1
  230. package/dist/css/themes/Toast.css +1 -1
  231. package/dist/css/themes/ToggleButton.css +1 -1
  232. package/dist/css/themes/Token.css +1 -1
  233. package/dist/css/themes/Tokenizer.css +1 -1
  234. package/dist/css/themes/TokenizerPopover.css +1 -1
  235. package/dist/css/themes/Toolbar.css +1 -1
  236. package/dist/css/themes/ToolbarPopover.css +1 -1
  237. package/dist/css/themes/TreeItem.css +1 -1
  238. package/dist/css/themes/ValueStateMessage.css +1 -1
  239. package/dist/css/themes/YearPicker.css +1 -1
  240. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  241. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  242. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  243. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  244. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  245. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  246. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  247. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  248. package/dist/custom-elements-internal.json +762 -31
  249. package/dist/custom-elements.json +725 -31
  250. package/dist/features/InputSuggestions.js +0 -2
  251. package/dist/features/InputSuggestions.js.map +1 -1
  252. package/dist/features/InputSuggestionsTemplate.js +2 -1
  253. package/dist/features/InputSuggestionsTemplate.js.map +1 -1
  254. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  255. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  256. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  257. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  258. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  259. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  260. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  261. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  262. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  263. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  264. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  265. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  266. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  267. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  268. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  269. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  270. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  271. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  272. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  273. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  274. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  275. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  276. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  277. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  278. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  279. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  280. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  281. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  282. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  283. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  284. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  285. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  286. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  287. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  288. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  289. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  290. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  291. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  292. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  293. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  294. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  295. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  296. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  297. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  298. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  299. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  300. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  301. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  302. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  303. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  304. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  305. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  306. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  307. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  308. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  309. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  310. package/dist/generated/i18n/i18n-defaults.d.ts +4 -1
  311. package/dist/generated/i18n/i18n-defaults.js +4 -1
  312. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  313. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  314. package/dist/generated/themes/Avatar.css.js +1 -1
  315. package/dist/generated/themes/Avatar.css.js.map +1 -1
  316. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  317. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  318. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  319. package/dist/generated/themes/Bar.css.d.ts +1 -1
  320. package/dist/generated/themes/Bar.css.js +1 -1
  321. package/dist/generated/themes/Bar.css.js.map +1 -1
  322. package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
  323. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  324. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  325. package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
  326. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  327. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  328. package/dist/generated/themes/Button.css.d.ts +1 -1
  329. package/dist/generated/themes/Button.css.js +1 -1
  330. package/dist/generated/themes/Button.css.js.map +1 -1
  331. package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
  332. package/dist/generated/themes/ButtonBadge.css.js +1 -1
  333. package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
  334. package/dist/generated/themes/Calendar.css.d.ts +1 -1
  335. package/dist/generated/themes/Calendar.css.js +1 -1
  336. package/dist/generated/themes/Calendar.css.js.map +1 -1
  337. package/dist/generated/themes/CalendarHeader.css.d.ts +1 -1
  338. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  339. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  340. package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
  341. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  342. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  343. package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
  344. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  345. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  346. package/dist/generated/themes/Card.css.d.ts +1 -1
  347. package/dist/generated/themes/Card.css.js +1 -1
  348. package/dist/generated/themes/Card.css.js.map +1 -1
  349. package/dist/generated/themes/CardHeader.css.d.ts +1 -1
  350. package/dist/generated/themes/CardHeader.css.js +1 -1
  351. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  352. package/dist/generated/themes/Carousel.css.d.ts +1 -1
  353. package/dist/generated/themes/Carousel.css.js +1 -1
  354. package/dist/generated/themes/Carousel.css.js.map +1 -1
  355. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  356. package/dist/generated/themes/CheckBox.css.js +1 -1
  357. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  358. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  359. package/dist/generated/themes/ColorPalette.css.js +1 -1
  360. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  361. package/dist/generated/themes/ColorPaletteItem.css.d.ts +1 -1
  362. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  363. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  364. package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
  365. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  366. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  367. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  368. package/dist/generated/themes/ColorPicker.css.js +1 -1
  369. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  370. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  371. package/dist/generated/themes/ComboBox.css.js +1 -1
  372. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  373. package/dist/generated/themes/ComboBoxItem.css.d.ts +1 -1
  374. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  375. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  376. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  377. package/dist/generated/themes/DatePicker.css.js +1 -1
  378. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  379. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  380. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  381. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  382. package/dist/generated/themes/DayPicker.css.d.ts +1 -1
  383. package/dist/generated/themes/DayPicker.css.js +1 -1
  384. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  385. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  386. package/dist/generated/themes/Dialog.css.js +1 -1
  387. package/dist/generated/themes/Dialog.css.js.map +1 -1
  388. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  389. package/dist/generated/themes/FileUploader.css.js +1 -1
  390. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  391. package/dist/generated/themes/Form.css.d.ts +1 -1
  392. package/dist/generated/themes/Form.css.js +1 -1
  393. package/dist/generated/themes/Form.css.js.map +1 -1
  394. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  395. package/dist/generated/themes/FormItem.css.js +1 -1
  396. package/dist/generated/themes/FormItem.css.js.map +1 -1
  397. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  398. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  399. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  400. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  401. package/dist/generated/themes/GrowingButton.css.js +1 -1
  402. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  403. package/dist/generated/themes/Icon.css.d.ts +1 -1
  404. package/dist/generated/themes/Icon.css.js +1 -1
  405. package/dist/generated/themes/Icon.css.js.map +1 -1
  406. package/dist/generated/themes/Input.css.d.ts +1 -1
  407. package/dist/generated/themes/Input.css.js +1 -1
  408. package/dist/generated/themes/Input.css.js.map +1 -1
  409. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  410. package/dist/generated/themes/InputIcon.css.js +1 -1
  411. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  412. package/dist/generated/themes/InputSharedStyles.css.d.ts +1 -1
  413. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  414. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  415. package/dist/generated/themes/Link.css.d.ts +1 -1
  416. package/dist/generated/themes/Link.css.js +1 -1
  417. package/dist/generated/themes/Link.css.js.map +1 -1
  418. package/dist/generated/themes/List.css.d.ts +1 -1
  419. package/dist/generated/themes/List.css.js +1 -1
  420. package/dist/generated/themes/List.css.js.map +1 -1
  421. package/dist/generated/themes/ListItem.css.d.ts +1 -1
  422. package/dist/generated/themes/ListItem.css.js +1 -1
  423. package/dist/generated/themes/ListItem.css.js.map +1 -1
  424. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  425. package/dist/generated/themes/ListItemBase.css.js +1 -1
  426. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  427. package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
  428. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  429. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  430. package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
  431. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  432. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  433. package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
  434. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  435. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  436. package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
  437. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  438. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  439. package/dist/generated/themes/Menu.css.d.ts +1 -1
  440. package/dist/generated/themes/Menu.css.js +1 -1
  441. package/dist/generated/themes/Menu.css.js.map +1 -1
  442. package/dist/generated/themes/MenuItem.css.d.ts +1 -1
  443. package/dist/generated/themes/MenuItem.css.js +1 -1
  444. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  445. package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
  446. package/dist/generated/themes/MessageStrip.css.js +1 -1
  447. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  448. package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
  449. package/dist/generated/themes/MonthPicker.css.js +1 -1
  450. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  451. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  452. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  453. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  454. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  455. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  456. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  457. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  458. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  459. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  460. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  461. package/dist/generated/themes/MultiInput.css.js +1 -1
  462. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  463. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  464. package/dist/generated/themes/OptionBase.css.js +1 -1
  465. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  466. package/dist/generated/themes/Panel.css.d.ts +1 -1
  467. package/dist/generated/themes/Panel.css.js +1 -1
  468. package/dist/generated/themes/Panel.css.js.map +1 -1
  469. package/dist/generated/themes/Popover.css.d.ts +1 -1
  470. package/dist/generated/themes/Popover.css.js +1 -1
  471. package/dist/generated/themes/Popover.css.js.map +1 -1
  472. package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
  473. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  474. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  475. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  476. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  477. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  478. package/dist/generated/themes/RadioButton.css.d.ts +1 -1
  479. package/dist/generated/themes/RadioButton.css.js +1 -1
  480. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  481. package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
  482. package/dist/generated/themes/RangeSlider.css.js +1 -1
  483. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  484. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  485. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  486. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  487. package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
  488. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  489. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  490. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  491. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  492. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  493. package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
  494. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  495. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  496. package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
  497. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  498. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  499. package/dist/generated/themes/Select.css.d.ts +1 -1
  500. package/dist/generated/themes/Select.css.js +1 -1
  501. package/dist/generated/themes/Select.css.js.map +1 -1
  502. package/dist/generated/themes/SliderBase.css.d.ts +1 -1
  503. package/dist/generated/themes/SliderBase.css.js +1 -1
  504. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  505. package/dist/generated/themes/SplitButton.css.d.ts +1 -1
  506. package/dist/generated/themes/SplitButton.css.js +1 -1
  507. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  508. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  509. package/dist/generated/themes/StepInput.css.js +1 -1
  510. package/dist/generated/themes/StepInput.css.js.map +1 -1
  511. package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
  512. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  513. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  514. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
  515. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  516. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  517. package/dist/generated/themes/Switch.css.d.ts +1 -1
  518. package/dist/generated/themes/Switch.css.js +1 -1
  519. package/dist/generated/themes/Switch.css.js.map +1 -1
  520. package/dist/generated/themes/TabContainer.css.d.ts +1 -1
  521. package/dist/generated/themes/TabContainer.css.js +1 -1
  522. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  523. package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
  524. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  525. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  526. package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
  527. package/dist/generated/themes/TabInStrip.css.js +1 -1
  528. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  529. package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
  530. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  531. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  532. package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
  533. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  534. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  535. package/dist/generated/themes/Table.css.d.ts +1 -1
  536. package/dist/generated/themes/Table.css.js +1 -1
  537. package/dist/generated/themes/Table.css.js.map +1 -1
  538. package/dist/generated/themes/TableCell.css.d.ts +1 -1
  539. package/dist/generated/themes/TableCell.css.js +1 -1
  540. package/dist/generated/themes/TableCell.css.js.map +1 -1
  541. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  542. package/dist/generated/themes/TableCellBase.css.js +1 -1
  543. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  544. package/dist/generated/themes/TableGrowing.css.d.ts +1 -1
  545. package/dist/generated/themes/TableGrowing.css.js +1 -1
  546. package/dist/generated/themes/TableGrowing.css.js.map +1 -1
  547. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  548. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  549. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  550. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  551. package/dist/generated/themes/TableRow.css.js +1 -1
  552. package/dist/generated/themes/TableRow.css.js.map +1 -1
  553. package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
  554. package/dist/generated/themes/TableRowActionBase.css.js +1 -1
  555. package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
  556. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  557. package/dist/generated/themes/TableRowBase.css.js +1 -1
  558. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  559. package/dist/generated/themes/Tag.css.d.ts +1 -1
  560. package/dist/generated/themes/Tag.css.js +1 -1
  561. package/dist/generated/themes/Tag.css.js.map +1 -1
  562. package/dist/generated/themes/Text.css.d.ts +1 -1
  563. package/dist/generated/themes/Text.css.js +1 -1
  564. package/dist/generated/themes/Text.css.js.map +1 -1
  565. package/dist/generated/themes/TextArea.css.d.ts +1 -1
  566. package/dist/generated/themes/TextArea.css.js +1 -1
  567. package/dist/generated/themes/TextArea.css.js.map +1 -1
  568. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  569. package/dist/generated/themes/TimePicker.css.js +1 -1
  570. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  571. package/dist/generated/themes/Toast.css.d.ts +1 -1
  572. package/dist/generated/themes/Toast.css.js +1 -1
  573. package/dist/generated/themes/Toast.css.js.map +1 -1
  574. package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
  575. package/dist/generated/themes/ToggleButton.css.js +1 -1
  576. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  577. package/dist/generated/themes/Token.css.d.ts +1 -1
  578. package/dist/generated/themes/Token.css.js +1 -1
  579. package/dist/generated/themes/Token.css.js.map +1 -1
  580. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  581. package/dist/generated/themes/Tokenizer.css.js +1 -1
  582. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  583. package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
  584. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  585. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  586. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  587. package/dist/generated/themes/Toolbar.css.js +1 -1
  588. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  589. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  590. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  591. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  592. package/dist/generated/themes/TreeItem.css.d.ts +1 -1
  593. package/dist/generated/themes/TreeItem.css.js +1 -1
  594. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  595. package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
  596. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  597. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  598. package/dist/generated/themes/YearPicker.css.d.ts +1 -1
  599. package/dist/generated/themes/YearPicker.css.js +1 -1
  600. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  601. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  602. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  603. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  604. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  605. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  606. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  607. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  608. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  609. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  610. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  611. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  612. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  613. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  614. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  615. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  616. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  617. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  618. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  619. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  620. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  621. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  622. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  623. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  624. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  625. package/dist/popup-utils/PopoverRegistry.js +2 -2
  626. package/dist/popup-utils/PopoverRegistry.js.map +1 -1
  627. package/dist/types/ListItemAccessibleRole.d.ts +5 -0
  628. package/dist/types/ListItemAccessibleRole.js +5 -0
  629. package/dist/types/ListItemAccessibleRole.js.map +1 -1
  630. package/dist/types/TableSelectionMode.d.ts +1 -0
  631. package/dist/types/TableSelectionMode.js +1 -0
  632. package/dist/types/TableSelectionMode.js.map +1 -1
  633. package/dist/vscode.html-custom-data.json +51 -10
  634. package/dist/web-types.json +99 -23
  635. package/package.json +9 -9
  636. package/src/ComboBoxItemGroupTemplate.tsx +2 -2
  637. package/src/ListBoxItemGroupTemplate.tsx +33 -0
  638. package/src/ListItemGroupHeaderTemplate.tsx +5 -3
  639. package/src/ListItemGroupTemplate.tsx +21 -19
  640. package/src/ListTemplate.tsx +1 -0
  641. package/src/MultiComboBoxItemGroupTemplate.tsx +2 -2
  642. package/src/SelectTemplate.tsx +2 -0
  643. package/src/TabContainerTemplate.tsx +1 -0
  644. package/src/TableCellTemplate.tsx +15 -0
  645. package/src/TableGrowingTemplate.tsx +23 -0
  646. package/src/TableHeaderCellActionBaseTemplate.tsx +13 -0
  647. package/src/TableHeaderCellTemplate.tsx +27 -0
  648. package/src/TableHeaderRowTemplate.tsx +44 -0
  649. package/src/TableRowActionBaseTemplate.tsx +28 -0
  650. package/src/TableRowTemplate.tsx +76 -0
  651. package/src/TableTemplate.tsx +76 -0
  652. package/src/ToolbarPopoverTemplate.tsx +1 -0
  653. package/src/features/InputSuggestionsTemplate.tsx +2 -0
  654. package/src/i18n/messagebundle.properties +9 -0
  655. package/src/i18n/messagebundle_ar.properties +2 -0
  656. package/src/i18n/messagebundle_bg.properties +2 -0
  657. package/src/i18n/messagebundle_ca.properties +2 -0
  658. package/src/i18n/messagebundle_cnr.properties +2 -0
  659. package/src/i18n/messagebundle_cs.properties +2 -0
  660. package/src/i18n/messagebundle_cy.properties +2 -0
  661. package/src/i18n/messagebundle_da.properties +2 -0
  662. package/src/i18n/messagebundle_de.properties +2 -0
  663. package/src/i18n/messagebundle_el.properties +2 -0
  664. package/src/i18n/messagebundle_en.properties +2 -0
  665. package/src/i18n/messagebundle_en_GB.properties +2 -0
  666. package/src/i18n/messagebundle_en_US_saprigi.properties +4 -0
  667. package/src/i18n/messagebundle_es.properties +2 -0
  668. package/src/i18n/messagebundle_es_MX.properties +2 -0
  669. package/src/i18n/messagebundle_et.properties +2 -0
  670. package/src/i18n/messagebundle_fi.properties +2 -0
  671. package/src/i18n/messagebundle_fr.properties +2 -0
  672. package/src/i18n/messagebundle_fr_CA.properties +2 -0
  673. package/src/i18n/messagebundle_hi.properties +2 -0
  674. package/src/i18n/messagebundle_hr.properties +2 -0
  675. package/src/i18n/messagebundle_hu.properties +2 -0
  676. package/src/i18n/messagebundle_id.properties +2 -0
  677. package/src/i18n/messagebundle_it.properties +2 -0
  678. package/src/i18n/messagebundle_iw.properties +2 -0
  679. package/src/i18n/messagebundle_ja.properties +2 -0
  680. package/src/i18n/messagebundle_kk.properties +2 -0
  681. package/src/i18n/messagebundle_ko.properties +2 -0
  682. package/src/i18n/messagebundle_lt.properties +2 -0
  683. package/src/i18n/messagebundle_lv.properties +2 -0
  684. package/src/i18n/messagebundle_mk.properties +2 -0
  685. package/src/i18n/messagebundle_ms.properties +2 -0
  686. package/src/i18n/messagebundle_nl.properties +2 -0
  687. package/src/i18n/messagebundle_no.properties +2 -0
  688. package/src/i18n/messagebundle_pl.properties +2 -0
  689. package/src/i18n/messagebundle_pt.properties +2 -0
  690. package/src/i18n/messagebundle_pt_PT.properties +2 -0
  691. package/src/i18n/messagebundle_ro.properties +2 -0
  692. package/src/i18n/messagebundle_ru.properties +2 -0
  693. package/src/i18n/messagebundle_sh.properties +2 -0
  694. package/src/i18n/messagebundle_sk.properties +2 -0
  695. package/src/i18n/messagebundle_sl.properties +2 -0
  696. package/src/i18n/messagebundle_sr.properties +2 -0
  697. package/src/i18n/messagebundle_sv.properties +2 -0
  698. package/src/i18n/messagebundle_th.properties +2 -0
  699. package/src/i18n/messagebundle_tr.properties +2 -0
  700. package/src/i18n/messagebundle_uk.properties +2 -0
  701. package/src/i18n/messagebundle_vi.properties +2 -0
  702. package/src/i18n/messagebundle_zh_CN.properties +2 -0
  703. package/src/i18n/messagebundle_zh_TW.properties +2 -0
  704. package/src/themes/Avatar.css +51 -2
  705. package/src/themes/Menu.css +7 -0
  706. package/src/themes/PopupsCommon.css +7 -4
  707. package/src/themes/TabContainer.css +4 -0
  708. package/src/themes/TableCell.css +5 -1
  709. package/src/themes/TableCellBase.css +1 -1
  710. package/src/themes/TableGrowing.css +4 -1
  711. package/src/themes/Text.css +9 -5
  712. package/src/themes/Toast.css +1 -1
  713. package/src/themes/Token.css +10 -10
  714. package/src/themes/base/Avatar-parameters.css +1 -1
  715. package/src/themes/base/Toast-parameters.css +2 -2
  716. package/src/themes/sap_horizon/Avatar-parameters.css +3 -2
  717. package/src/themes/sap_horizon/Switch-parameters.css +7 -7
  718. package/src/themes/sap_horizon_dark/Avatar-parameters.css +2 -1
  719. package/src/themes/sap_horizon_dark/Switch-parameters.css +7 -7
  720. package/src/themes/sap_horizon_hcb/Avatar-parameters.css +3 -2
  721. package/src/themes/sap_horizon_hcb/Switch-parameters.css +7 -28
  722. package/src/themes/sap_horizon_hcw/Avatar-parameters.css +3 -2
  723. package/src/themes/sap_horizon_hcw/Switch-parameters.css +7 -7
  724. package/dist/SuggestionItemGroupTemplate.d.ts +0 -2
  725. package/dist/SuggestionItemGroupTemplate.js +0 -5
  726. package/dist/SuggestionItemGroupTemplate.js.map +0 -1
  727. package/dist/generated/templates/TableGrowingTemplate.lit.d.ts +0 -3
  728. package/dist/generated/templates/TableGrowingTemplate.lit.js +0 -8
  729. package/dist/generated/templates/TableGrowingTemplate.lit.js.map +0 -1
  730. package/dist/generated/templates/TableHeaderCellActionBaseTemplate.lit.d.ts +0 -3
  731. package/dist/generated/templates/TableHeaderCellActionBaseTemplate.lit.js +0 -7
  732. package/dist/generated/templates/TableHeaderCellActionBaseTemplate.lit.js.map +0 -1
  733. package/dist/generated/templates/TableHeaderCellTemplate.lit.d.ts +0 -3
  734. package/dist/generated/templates/TableHeaderCellTemplate.lit.js +0 -8
  735. package/dist/generated/templates/TableHeaderCellTemplate.lit.js.map +0 -1
  736. package/dist/generated/templates/TableHeaderRowTemplate.lit.d.ts +0 -3
  737. package/dist/generated/templates/TableHeaderRowTemplate.lit.js +0 -12
  738. package/dist/generated/templates/TableHeaderRowTemplate.lit.js.map +0 -1
  739. package/dist/generated/templates/TableRowActionBaseTemplate.lit.d.ts +0 -3
  740. package/dist/generated/templates/TableRowActionBaseTemplate.lit.js +0 -11
  741. package/dist/generated/templates/TableRowActionBaseTemplate.lit.js.map +0 -1
  742. package/dist/generated/templates/TableRowTemplate.lit.d.ts +0 -3
  743. package/dist/generated/templates/TableRowTemplate.lit.js +0 -18
  744. package/dist/generated/templates/TableRowTemplate.lit.js.map +0 -1
  745. package/dist/generated/templates/TableTemplate.lit.d.ts +0 -3
  746. package/dist/generated/templates/TableTemplate.lit.js +0 -12
  747. package/dist/generated/templates/TableTemplate.lit.js.map +0 -1
  748. package/src/SuggestionItemGroupTemplate.tsx +0 -6
  749. package/src/Table.hbs +0 -63
  750. package/src/TableGrowing.hbs +0 -17
  751. package/src/TableHeaderCell.hbs +0 -5
  752. package/src/TableHeaderCellActionBase.hbs +0 -6
  753. package/src/TableHeaderRow.hbs +0 -28
  754. package/src/TableRow.hbs +0 -55
  755. package/src/TableRowActionBase.hbs +0 -16
@@ -1,13 +1,10 @@
1
1
  @import "../base/Switch-parameters.css";
2
2
  :root {
3
3
  /* Switch */
4
- --_ui5_switch_width: 3.5rem;
5
- --_ui5_switch_compact_width: 3rem;
4
+ --_ui5_switch_width: 2.5rem;
6
5
  --_ui5_switch_min_width: none;
7
- --_ui5_switch_compact_min_width: none;
8
6
 
9
- --_ui5_switch_with_label_width: 3.875rem;
10
- --_ui5_switch_compact_with_label_width: 3.75rem;
7
+ --_ui5_switch_with_label_width: 2.875rem;
11
8
 
12
9
  --_ui5_switch_focus_outline: none;
13
10
  --_ui5_switch_root_after_outline: 0.125rem solid var(--sapContent_FocusColor);
@@ -17,34 +14,23 @@
17
14
 
18
15
  --_ui5_switch_root_outline_top: 0.5rem;
19
16
  --_ui5_switch_root_outline_bottom: 0.5rem;
20
- --_ui5_switch_root_outline_left: 0.375rem;
21
- --_ui5_switch_root_outline_right: 0.375rem;
22
-
23
- --_ui5_switch_root_compact_outline_top: 0.25rem;
24
- --_ui5_switch_root_compact_outline_bottom: 0.25rem;
17
+ --_ui5_switch_root_outline_left: -0.125rem;
18
+ --_ui5_switch_root_outline_right: -0.125rem;
25
19
 
26
20
  --_ui5_switch_disabled_opacity: var(--sapContent_DisabledOpacity);
27
21
 
28
22
  --_ui5_switch_transform: translateX(100%) translateX(-1.625rem);
29
- --_ui5_switch_compact_transform: translateX(100%) translateX(-1.375rem);
30
23
  --_ui5_switch_transform_with_label: translateX(100%) translateX(-1.875rem);
31
- --_ui5_switch_compact_transform_with_label: translateX(100%) translateX(-1.875rem);
32
24
 
33
25
  --_ui5_switch_rtl_transform: translateX(-100%) translateX(1.625rem);
34
- --_ui5_switch_compact_rtl_transform: translateX(1.375rem) translateX(-100%);
35
26
  --_ui5_switch_rtl_transform_with_label: translateX(-100%) translateX(1.875rem);
36
- --_ui5_switch_compact_rtl_transform_with_label: translateX(1.875rem) translateX(-100%);
37
27
 
38
28
  /* track */
39
29
  --_ui5_switch_track_width: 2.5rem;
40
- --_ui5_switch_track_compact_width: 2rem;
41
30
  --_ui5_switch_track_height: 1.5rem;
42
- --_ui5_switch_track_compact_height: 1.25rem;
43
31
 
44
32
  --_ui5_switch_track_with_label_width: 2.875rem;
45
- --_ui5_switch_track_with_label_compact_width: 2.75rem;
46
33
  --_ui5_switch_track_with_label_height: 1.5rem;
47
- --_ui5_switch_track_with_label_compact_height: 1.25rem;
48
34
 
49
35
  --_ui5_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);
50
36
  --_ui5_switch_track_inactive_background_color: var(--sapButton_Track_Background);
@@ -70,16 +56,12 @@
70
56
 
71
57
  /* handle */
72
58
  --_ui5_switch_handle_width: 1.5rem;
73
- --_ui5_switch_handle_compact_width: 1.25rem;
74
59
 
75
60
  --_ui5_switch_handle_height: 1.25rem;
76
- --_ui5_switch_handle_compact_height: 1rem;
77
61
 
78
62
  --_ui5_switch_handle_with_label_width: 1.75rem;
79
- --_ui5_switch_handle_with_label_compact_width: 1.75rem;
80
63
 
81
64
  --_ui5_switch_handle_with_label_height: 1.25rem;
82
- --_ui5_switch_handle_with_label_compact_height: 1rem;
83
65
 
84
66
  --_ui5_switch_handle_border: var(--_ui5_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);
85
67
  --_ui5_switch_handle_border_width: 0.125rem;
@@ -114,9 +96,7 @@
114
96
  /* switch text */
115
97
  --_ui5_switch_text_font_family: var(--sapContent_IconFontFamily);
116
98
  --_ui5_switch_text_font_size: var(--sapFontLargeSize);
117
- --_ui5_switch_text_compact_font_size: var(--sapFontSize);
118
99
  --_ui5_switch_text_width: 1.25rem;
119
- --_ui5_switch_text_compact_width: 1rem;
120
100
 
121
101
  --_ui5_switch_text_with_label_font_family: "72-Condensed-Bold" , "72" , "72full" , Arial, Helvetica, sans-serif;
122
102
  --_ui5_switch_text_with_label_font_size: var(--sapFontSmallSize);
@@ -127,7 +107,6 @@
127
107
  --_ui5_switch_text_inactive_right: auto;
128
108
  --_ui5_switch_text_active_left: 0.1875rem;
129
109
  --_ui5_switch_text_active_left_alternate: 0.0625rem;
130
- --_ui5_switch_text_compact_active_left: 0.1875rem;
131
110
  --_ui5_switch_text_active_right: auto;
132
111
 
133
112
  --_ui5_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);
@@ -148,16 +127,16 @@
148
127
  [data-ui5-compact-size],
149
128
  .ui5-content-density-compact,
150
129
  .sapUiSizeCompact {
151
- --_ui5_switch_width: 3rem;
130
+ --_ui5_switch_width: 2.75rem;
152
131
  --_ui5_switch_min_width: none;
153
- --_ui5_switch_with_label_width: 3.75rem;
132
+ --_ui5_switch_with_label_width: 2.75rem;
154
133
  --_ui5_switch_root_outline_top: 0.25rem;
155
134
  --_ui5_switch_root_outline_bottom: 0.25rem;
156
135
  --_ui5_switch_transform: translateX(100%) translateX(-1.375rem);
157
136
  --_ui5_switch_transform_with_label: translateX(100%) translateX(-1.875rem);
158
137
  --_ui5_switch_rtl_transform: translateX(1.375rem) translateX(-100%);
159
138
  --_ui5_switch_rtl_transform_with_label: translateX(1.875rem) translateX(-100%);
160
- --_ui5_switch_track_width: 2rem;
139
+ --_ui5_switch_track_width: 2.75rem;
161
140
  --_ui5_switch_track_height: 1.25rem;
162
141
  --_ui5_switch_track_with_label_width: 2.75rem;
163
142
  --_ui5_switch_track_with_label_height: 1.25rem;
@@ -1,6 +1,7 @@
1
1
  @import "../base/Avatar-parameters.css";
2
2
 
3
3
  :root {
4
+ --ui5-avatar-hover-box-shadow-offset: 0px 0px 0px 0.0625rem var( --sapAvatar_Hover_BorderColor);
4
5
  --_ui5_avatar_focus_offset: 0.125rem;
5
6
  --ui5-avatar-hover-box-shadow-offset: 0px;
6
7
  --ui5-avatar-initials-border: 0.0625rem solid var(--sapAvatar_1_BorderColor);
@@ -33,7 +34,7 @@
33
34
  --ui5-avatar-accent8-color: var(--sapAvatar_8_TextColor);
34
35
  --ui5-avatar-accent9-color: var(--sapAvatar_9_TextColor);
35
36
  --ui5-avatar-accent10-color: var(--sapAvatar_10_TextColor);
36
- --ui5-avatar-placeholder-color: var(--sapContent_ImagePlaceholderForegroundColor);
37
+ --ui5-avatar-placeholder-color: var(--sapAvatar_Lite_Background);
37
38
 
38
39
  --ui5-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);
39
40
  --ui5-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);
@@ -45,7 +46,7 @@
45
46
  --ui5-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);
46
47
  --ui5-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);
47
48
  --ui5-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);
48
- --ui5-avatar-placeholder-border-color: var(--sapGroup_ContentBorderColor);
49
+ --ui5-avatar-placeholder-border-color: var(--sapAvatar_Lite_BorderColor);
49
50
 
50
51
  --_ui5_avatar_icon_XS: var(--_ui5_avatar_fontsize_XS);
51
52
  --_ui5_avatar_icon_S: var(--_ui5_avatar_fontsize_S);
@@ -1,10 +1,10 @@
1
1
  @import "../base/Switch-parameters.css";
2
2
  :root {
3
3
  /* Switch */
4
- --_ui5_switch_width: 3.5rem;
4
+ --_ui5_switch_width: 2.5rem;
5
5
  --_ui5_switch_min_width: none;
6
6
 
7
- --_ui5_switch_with_label_width: 3.875rem;
7
+ --_ui5_switch_with_label_width: 2.875rem;
8
8
 
9
9
  --_ui5_switch_focus_outline: none;
10
10
  --_ui5_switch_root_after_outline: 0.125rem solid var(--sapContent_FocusColor);
@@ -14,8 +14,8 @@
14
14
 
15
15
  --_ui5_switch_root_outline_top: 0.5rem;
16
16
  --_ui5_switch_root_outline_bottom: 0.5rem;
17
- --_ui5_switch_root_outline_left: 0.375rem;
18
- --_ui5_switch_root_outline_right: 0.375rem;
17
+ --_ui5_switch_root_outline_left: -0.125rem;
18
+ --_ui5_switch_root_outline_right: -0.125rem;
19
19
 
20
20
 
21
21
  --_ui5_switch_disabled_opacity: var(--sapContent_DisabledOpacity);
@@ -128,16 +128,16 @@
128
128
  [data-ui5-compact-size],
129
129
  .ui5-content-density-compact,
130
130
  .sapUiSizeCompact {
131
- --_ui5_switch_width: 3rem;
131
+ --_ui5_switch_width: 2.75rem;
132
132
  --_ui5_switch_min_width: none;
133
- --_ui5_switch_with_label_width: 3.75rem;
133
+ --_ui5_switch_with_label_width: 2.75rem;
134
134
  --_ui5_switch_root_outline_top: 0.25rem;
135
135
  --_ui5_switch_root_outline_bottom: 0.25rem;
136
136
  --_ui5_switch_transform: translateX(100%) translateX(-1.375rem);
137
137
  --_ui5_switch_transform_with_label: translateX(100%) translateX(-1.875rem);
138
138
  --_ui5_switch_rtl_transform: translateX(1.375rem) translateX(-100%);
139
139
  --_ui5_switch_rtl_transform_with_label: translateX(1.875rem) translateX(-100%);
140
- --_ui5_switch_track_width: 2rem;
140
+ --_ui5_switch_track_width: 2.75rem;
141
141
  --_ui5_switch_track_height: 1.25rem;
142
142
  --_ui5_switch_track_with_label_width: 2.75rem;
143
143
  --_ui5_switch_track_with_label_height: 1.25rem;
@@ -1,2 +0,0 @@
1
- import type SuggestionItemGroup from "./SuggestionItemGroup.js";
2
- export default function SuggestionItemGroupTemplate(this: SuggestionItemGroup): import("@ui5/webcomponents-base/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- import ListItemGroupTemplate from "./ListItemGroupTemplate.js";
2
- export default function SuggestionItemGroupTemplate() {
3
- return ListItemGroupTemplate.call(this);
4
- }
5
- //# sourceMappingURL=SuggestionItemGroupTemplate.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SuggestionItemGroupTemplate.js","sourceRoot":"","sources":["../src/SuggestionItemGroupTemplate.tsx"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,MAAM,4BAA4B,CAAC;AAG/D,MAAM,CAAC,OAAO,UAAU,2BAA2B;IAClD,OAAO,qBAAqB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACzC,CAAC","sourcesContent":["import ListItemGroupTemplate from \"./ListItemGroupTemplate.js\";\nimport type SuggestionItemGroup from \"./SuggestionItemGroup.js\";\n\nexport default function SuggestionItemGroupTemplate(this: SuggestionItemGroup) {\n\treturn ListItemGroupTemplate.call(this);\n}\n"]}
@@ -1,3 +0,0 @@
1
- import type TableGrowing from "../../TableGrowing.js";
2
- declare function template(this: TableGrowing): import("lit-html").TemplateResult;
3
- export default template;
@@ -1,8 +0,0 @@
1
- /* eslint no-unused-vars: 0 */
2
- import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- import { getCustomElementsScopingSuffix } from "@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js";
4
- function block0(context, tags, suffix) { return html `<div id="growing-button" tabindex="-1" ?active="${this._activeState}" @click="${this.loadMore}" @keydown="${this._onKeydown}" @keyup="${this._onKeyup}" @focusout="${this._onFocusout}" role="button" aria-labelledby="growing-text growing-subtext" aria-describedby="growing-description"><span id="growing-text">${ifDefined(this._growingButtonText)}</span>${this.growingSubText ? block1.call(this, context, tags, suffix) : undefined}<span id="growing-description" style="display: none;" aria-hidden="true">${ifDefined(this._growingButtonDescription)}</span></div>`; }
5
- function block1(context, tags, suffix) { return html `<span id="growing-subtext">${ifDefined(this.growingSubText)}</span>`; }
6
- function template() { return block0.call(this, this, this.constructor.tagsToScope, getCustomElementsScopingSuffix()); }
7
- export default template;
8
- //# sourceMappingURL=TableGrowingTemplate.lit.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableGrowingTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableGrowingTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAC9I,OAAO,EAAE,8BAA8B,EAAE,MAAM,0DAA0D,CAAC;AAK1G,SAAS,MAAM,CAAsB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,mDAAmD,IAAI,CAAC,YAAY,aAAa,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,gBAAgB,IAAI,CAAC,WAAW,iIAAiI,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,UAAW,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,4EAA4E,SAAS,CAAC,IAAI,CAAC,yBAAyB,CAAC,eAAe,CAAC,CAAA,CAAC;AACxqB,SAAS,MAAM,CAAsB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,8BAA8B,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,CAAA,CAAC;AAE1L,SAAS,QAAQ,KAAuB,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,EAAG,IAAI,CAAC,WAAiC,CAAC,WAAW,EAAE,8BAA8B,EAAE,CAAC,CAAC,CAAC,CAAC;AAChK,eAAe,QAAQ,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport { getCustomElementsScopingSuffix } from \"@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type TableGrowing from \"../../TableGrowing.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableGrowing, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div id=\"growing-button\" tabindex=\"-1\" ?active=\"${this._activeState}\" @click=\"${this.loadMore}\" @keydown=\"${this._onKeydown}\" @keyup=\"${this._onKeyup}\" @focusout=\"${this._onFocusout}\" role=\"button\" aria-labelledby=\"growing-text growing-subtext\" aria-describedby=\"growing-description\"><span id=\"growing-text\">${ifDefined(this._growingButtonText)}</span>${ this.growingSubText ? block1.call(this, context, tags, suffix) : undefined }<span id=\"growing-description\" style=\"display: none;\" aria-hidden=\"true\">${ifDefined(this._growingButtonDescription)}</span></div>`;}\nfunction block1 (this: TableGrowing, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span id=\"growing-subtext\">${ifDefined(this.growingSubText)}</span>`;}\n\nfunction template(this: TableGrowing) { return block0.call(this, this, (this.constructor as typeof UI5Element).tagsToScope, getCustomElementsScopingSuffix()); }\nexport default template;"]}
@@ -1,3 +0,0 @@
1
- import type TableHeaderCellActionBase from "../../TableHeaderCellActionBase.js";
2
- declare function template(this: TableHeaderCellActionBase): import("lit-html").TemplateResult;
3
- export default template;
@@ -1,7 +0,0 @@
1
- /* eslint no-unused-vars: 0 */
2
- import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- import { getCustomElementsScopingSuffix } from "@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js";
4
- function block0(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-button", tags, suffix)} icon="${ifDefined(this._icon)}" tooltip="${ifDefined(this._tooltip)}" @click=${this._onClick} design="Transparent"></${scopeTag("ui5-button", tags, suffix)}>` : html `<ui5-button icon="${ifDefined(this._icon)}" tooltip="${ifDefined(this._tooltip)}" @click=${this._onClick} design="Transparent"></ui5-button>`; }
5
- function template() { return block0.call(this, this, this.constructor.tagsToScope, getCustomElementsScopingSuffix()); }
6
- export default template;
7
- //# sourceMappingURL=TableHeaderCellActionBaseTemplate.lit.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableHeaderCellActionBaseTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableHeaderCellActionBaseTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAC9I,OAAO,EAAE,8BAA8B,EAAE,MAAM,0DAA0D,CAAC;AAK1G,SAAS,MAAM,CAAmC,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAY,IAAI,CAAC,QAAQ,2BAA2B,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,qBAAqB,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAY,IAAI,CAAC,QAAQ,qCAAqC,CAAC,CAAA,CAAC;AAExe,SAAS,QAAQ,KAAoC,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,EAAG,IAAI,CAAC,WAAiC,CAAC,WAAW,EAAE,8BAA8B,EAAE,CAAC,CAAC,CAAC,CAAC;AAC7K,eAAe,QAAQ,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport { getCustomElementsScopingSuffix } from \"@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type TableHeaderCellActionBase from \"../../TableHeaderCellActionBase.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableHeaderCellActionBase, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"${ifDefined(this._icon)}\" tooltip=\"${ifDefined(this._tooltip)}\" @click=${this._onClick} design=\"Transparent\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"${ifDefined(this._icon)}\" tooltip=\"${ifDefined(this._tooltip)}\" @click=${this._onClick} design=\"Transparent\"></ui5-button>`;}\n\nfunction template(this: TableHeaderCellActionBase) { return block0.call(this, this, (this.constructor as typeof UI5Element).tagsToScope, getCustomElementsScopingSuffix()); }\nexport default template;"]}
@@ -1,3 +0,0 @@
1
- import type TableHeaderCell from "../../TableHeaderCell.js";
2
- declare function template(this: TableHeaderCell): import("lit-html").TemplateResult;
3
- export default template;
@@ -1,8 +0,0 @@
1
- /* eslint no-unused-vars: 0 */
2
- import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- import { getCustomElementsScopingSuffix } from "@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js";
4
- function block0(context, tags, suffix) { return html `<slot name="action"></slot><slot></slot>${this._sortIcon ? block1.call(this, context, tags, suffix) : undefined}`; }
5
- function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} name="${ifDefined(this._sortIcon)}"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon name="${ifDefined(this._sortIcon)}"></ui5-icon>`; }
6
- function template() { return block0.call(this, this, this.constructor.tagsToScope, getCustomElementsScopingSuffix()); }
7
- export default template;
8
- //# sourceMappingURL=TableHeaderCellTemplate.lit.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableHeaderCellTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableHeaderCellTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAC9I,OAAO,EAAE,8BAA8B,EAAE,MAAM,0DAA0D,CAAC;AAK1G,SAAS,MAAM,CAAyB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,2CAA4C,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAA,CAAC;AAC5O,SAAS,MAAM,CAAyB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,OAAO,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,mBAAmB,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,eAAe,CAAC,CAAA,CAAC;AAExT,SAAS,QAAQ,KAA0B,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,EAAG,IAAI,CAAC,WAAiC,CAAC,WAAW,EAAE,8BAA8B,EAAE,CAAC,CAAC,CAAC,CAAC;AACnK,eAAe,QAAQ,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport { getCustomElementsScopingSuffix } from \"@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type TableHeaderCell from \"../../TableHeaderCell.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableHeaderCell, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"action\"></slot><slot></slot>${ this._sortIcon ? block1.call(this, context, tags, suffix) : undefined }`;}\nfunction block1 (this: TableHeaderCell, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name=\"${ifDefined(this._sortIcon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name=\"${ifDefined(this._sortIcon)}\"></ui5-icon>`;}\n\nfunction template(this: TableHeaderCell) { return block0.call(this, this, (this.constructor as typeof UI5Element).tagsToScope, getCustomElementsScopingSuffix()); }\nexport default template;"]}
@@ -1,3 +0,0 @@
1
- import type TableHeaderRow from "../../TableHeaderRow.js";
2
- declare function template(this: TableHeaderRow): import("lit-html").TemplateResult;
3
- export default template;
@@ -1,12 +0,0 @@
1
- /* eslint no-unused-vars: 0 */
2
- import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- import { getCustomElementsScopingSuffix } from "@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js";
4
- function block0(context, tags, suffix) { return html `${this._hasRowSelector ? block1.call(this, context, tags, suffix) : undefined}${repeat(this._visibleCells, (item, index) => item._id || index, (item, index) => block3.call(this, context, tags, suffix, item, index))}${this._hasRowActions ? block4.call(this, context, tags, suffix) : undefined}${this._popinCells.length ? block5.call(this, context, tags, suffix) : undefined} `; }
5
- function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-table-header-cell", tags, suffix)} id="selection-cell" aria-selected="${ifDefined(this._isSelected)}" aria-label="${ifDefined(this._i18nSelection)}" fixed ui5-table-selection-component>${this._isMultiSelect ? block2.call(this, context, tags, suffix) : undefined}</${scopeTag("ui5-table-header-cell", tags, suffix)}>` : html `<ui5-table-header-cell id="selection-cell" aria-selected="${ifDefined(this._isSelected)}" aria-label="${ifDefined(this._i18nSelection)}" fixed ui5-table-selection-component>${this._isMultiSelect ? block2.call(this, context, tags, suffix) : undefined}</ui5-table-header-cell>`; }
6
- function block2(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} id="selection-component" tabindex="-1" ?checked="${this._isSelected}" accessible-name="${ifDefined(this._i18nRowSelector)}" @ui5-change="${ifDefined(this._informSelectionChange)}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox id="selection-component" tabindex="-1" ?checked="${this._isSelected}" accessible-name="${ifDefined(this._i18nRowSelector)}" @ui5-change="${ifDefined(this._informSelectionChange)}"></ui5-checkbox>`; }
7
- function block3(context, tags, suffix, item, index) { return html `<slot name="${ifDefined(item._individualSlot)}"></slot>`; }
8
- function block4(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-table-header-cell", tags, suffix)} id="actions-cell" aria-label="${ifDefined(this._i18nRowActions)}"></${scopeTag("ui5-table-header-cell", tags, suffix)}>` : html `<ui5-table-header-cell id="actions-cell" aria-label="${ifDefined(this._i18nRowActions)}"></ui5-table-header-cell>`; }
9
- function block5(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-table-header-cell", tags, suffix)} id="popin-cell" aria-label="${ifDefined(this._i18nRowPopin)}" excluded-from-navigation></${scopeTag("ui5-table-cell", tags, suffix)}>` : html `<ui5-table-header-cell id="popin-cell" aria-label="${ifDefined(this._i18nRowPopin)}" excluded-from-navigation></ui5-table-cell>`; }
10
- function template() { return block0.call(this, this, this.constructor.tagsToScope, getCustomElementsScopingSuffix()); }
11
- export default template;
12
- //# sourceMappingURL=TableHeaderRowTemplate.lit.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableHeaderRowTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableHeaderRowTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport { getCustomElementsScopingSuffix } from \"@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type TableHeaderRow from \"../../TableHeaderRow.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableHeaderRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._hasRowSelector ? block1.call(this, context, tags, suffix) : undefined }${ repeat(this._visibleCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block3.call(this, context, tags, suffix, item, index)) }${ this._hasRowActions ? block4.call(this, context, tags, suffix) : undefined }${ this._popinCells.length ? block5.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: TableHeaderRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-header-cell\", tags, suffix)} id=\"selection-cell\" aria-selected=\"${ifDefined(this._isSelected)}\" aria-label=\"${ifDefined(this._i18nSelection)}\" fixed ui5-table-selection-component>${ this._isMultiSelect ? block2.call(this, context, tags, suffix) : undefined }</${scopeTag(\"ui5-table-header-cell\", tags, suffix)}>` : html`<ui5-table-header-cell id=\"selection-cell\" aria-selected=\"${ifDefined(this._isSelected)}\" aria-label=\"${ifDefined(this._i18nSelection)}\" fixed ui5-table-selection-component>${ this._isMultiSelect ? block2.call(this, context, tags, suffix) : undefined }</ui5-table-header-cell>`;}\nfunction block2 (this: TableHeaderRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} id=\"selection-component\" tabindex=\"-1\" ?checked=\"${this._isSelected}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox id=\"selection-component\" tabindex=\"-1\" ?checked=\"${this._isSelected}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\"></ui5-checkbox>`;}\nfunction block3 (this: TableHeaderRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block4 (this: TableHeaderRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-header-cell\", tags, suffix)} id=\"actions-cell\" aria-label=\"${ifDefined(this._i18nRowActions)}\"></${scopeTag(\"ui5-table-header-cell\", tags, suffix)}>` : html`<ui5-table-header-cell id=\"actions-cell\" aria-label=\"${ifDefined(this._i18nRowActions)}\"></ui5-table-header-cell>`;}\nfunction block5 (this: TableHeaderRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-header-cell\", tags, suffix)} id=\"popin-cell\" aria-label=\"${ifDefined(this._i18nRowPopin)}\" excluded-from-navigation></${scopeTag(\"ui5-table-cell\", tags, suffix)}>` : html`<ui5-table-header-cell id=\"popin-cell\" aria-label=\"${ifDefined(this._i18nRowPopin)}\" excluded-from-navigation></ui5-table-cell>`;}\n\nfunction template(this: TableHeaderRow) { return block0.call(this, this, (this.constructor as typeof UI5Element).tagsToScope, getCustomElementsScopingSuffix()); }\nexport default template;"]}
@@ -1,3 +0,0 @@
1
- import type TableRowActionBase from "../../TableRowActionBase.js";
2
- declare function template(this: TableRowActionBase): import("lit-html").TemplateResult;
3
- export default template;
@@ -1,11 +0,0 @@
1
- /* eslint no-unused-vars: 0 */
2
- import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- import { getCustomElementsScopingSuffix } from "@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js";
4
- function block0(context, tags, suffix) { return html `${this.invisible ? block1.call(this, context, tags, suffix) : block2.call(this, context, tags, suffix)}`; }
5
- function block1(context, tags, suffix) { return html `<div></div>`; }
6
- function block2(context, tags, suffix) { return html `${this._isInteractive ? block3.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix)}`; }
7
- function block3(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-button", tags, suffix)} icon="${ifDefined(this._icon)}" tooltip="${ifDefined(this._text)}" @click=${this._onActionClick} design="Transparent"></${scopeTag("ui5-button", tags, suffix)}>` : html `<ui5-button icon="${ifDefined(this._icon)}" tooltip="${ifDefined(this._text)}" @click=${this._onActionClick} design="Transparent"></ui5-button>`; }
8
- function block4(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} name="${ifDefined(this._icon)}" tooltip="${ifDefined(this._text)}" design="NonInteractive"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon name="${ifDefined(this._icon)}" tooltip="${ifDefined(this._text)}" design="NonInteractive"></ui5-icon>`; }
9
- function template() { return block0.call(this, this, this.constructor.tagsToScope, getCustomElementsScopingSuffix()); }
10
- export default template;
11
- //# sourceMappingURL=TableRowActionBaseTemplate.lit.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableRowActionBaseTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableRowActionBaseTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAC9I,OAAO,EAAE,8BAA8B,EAAE,MAAM,0DAA0D,CAAC;AAK1G,SAAS,MAAM,CAA4B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,EAAE,CAAC,CAAA,CAAC;AACtO,SAAS,MAAM,CAA4B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,aAAa,CAAC,CAAA,CAAC;AACxI,SAAS,MAAM,CAA4B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,EAAE,CAAC,CAAA,CAAC;AAC3O,SAAS,MAAM,CAA4B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,IAAI,CAAC,cAAc,2BAA2B,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,qBAAqB,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,IAAI,CAAC,cAAc,qCAAqC,CAAC,CAAA,CAAC;AACve,SAAS,MAAM,CAA4B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,+BAA+B,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,mBAAmB,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,uCAAuC,CAAC,CAAA,CAAC;AAEza,SAAS,QAAQ,KAA6B,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,EAAG,IAAI,CAAC,WAAiC,CAAC,WAAW,EAAE,8BAA8B,EAAE,CAAC,CAAC,CAAC,CAAC;AACtK,eAAe,QAAQ,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport { getCustomElementsScopingSuffix } from \"@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type TableRowActionBase from \"../../TableRowActionBase.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableRowActionBase, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.invisible ? block1.call(this, context, tags, suffix) : block2.call(this, context, tags, suffix) }`;}\nfunction block1 (this: TableRowActionBase, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div></div>`;}\nfunction block2 (this: TableRowActionBase, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._isInteractive ? block3.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix) }`;}\nfunction block3 (this: TableRowActionBase, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"${ifDefined(this._icon)}\" tooltip=\"${ifDefined(this._text)}\" @click=${this._onActionClick} design=\"Transparent\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"${ifDefined(this._icon)}\" tooltip=\"${ifDefined(this._text)}\" @click=${this._onActionClick} design=\"Transparent\"></ui5-button>`;}\nfunction block4 (this: TableRowActionBase, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name=\"${ifDefined(this._icon)}\" tooltip=\"${ifDefined(this._text)}\" design=\"NonInteractive\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name=\"${ifDefined(this._icon)}\" tooltip=\"${ifDefined(this._text)}\" design=\"NonInteractive\"></ui5-icon>`;}\n\nfunction template(this: TableRowActionBase) { return block0.call(this, this, (this.constructor as typeof UI5Element).tagsToScope, getCustomElementsScopingSuffix()); }\nexport default template;"]}
@@ -1,3 +0,0 @@
1
- import type TableRow from "../../TableRow.js";
2
- declare function template(this: TableRow): import("lit-html").TemplateResult;
3
- export default template;
@@ -1,18 +0,0 @@
1
- /* eslint no-unused-vars: 0 */
2
- import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- import { getCustomElementsScopingSuffix } from "@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js";
4
- function block0(context, tags, suffix) { return html `${this._hasRowSelector ? block1.call(this, context, tags, suffix) : undefined}${repeat(this._visibleCells, (item, index) => item._id || index, (item, index) => block4.call(this, context, tags, suffix, item, index))}${this._hasRowActions ? block5.call(this, context, tags, suffix) : undefined}${this._renderNavigated ? block9.call(this, context, tags, suffix) : undefined}${this._popinCells.length ? block10.call(this, context, tags, suffix) : undefined} `; }
5
- function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-table-cell", tags, suffix)} id="selection-cell" aria-selected="${ifDefined(this._isSelected)}" fixed ui5-table-selection-component>${this._isMultiSelect ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix)}</${scopeTag("ui5-table-cell", tags, suffix)}>` : html `<ui5-table-cell id="selection-cell" aria-selected="${ifDefined(this._isSelected)}" fixed ui5-table-selection-component>${this._isMultiSelect ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix)}</ui5-table-cell>`; }
6
- function block2(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} id="selection-component" tabindex="-1" ?checked="${this._isSelected}" accessible-name="${ifDefined(this._i18nRowSelector)}" @ui5-change="${ifDefined(this._informSelectionChange)}"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox id="selection-component" tabindex="-1" ?checked="${this._isSelected}" accessible-name="${ifDefined(this._i18nRowSelector)}" @ui5-change="${ifDefined(this._informSelectionChange)}"></ui5-checkbox>`; }
7
- function block3(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} id="selection-component" tabindex="-1" name="${ifDefined(this._tableId)}" ?checked="${this._isSelected}" @ui5-change="${ifDefined(this._informSelectionChange)}" accessible-name="${ifDefined(this._i18nRowSelector)}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button id="selection-component" tabindex="-1" name="${ifDefined(this._tableId)}" ?checked="${this._isSelected}" @ui5-change="${ifDefined(this._informSelectionChange)}" accessible-name="${ifDefined(this._i18nRowSelector)}"></ui5-radio-button>`; }
8
- function block4(context, tags, suffix, item, index) { return html `<slot name="${ifDefined(item._individualSlot)}"></slot>`; }
9
- function block5(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-table-cell", tags, suffix)} id="actions-cell">${repeat(this._flexibleActions, (item, index) => item._id || index, (item, index) => block6.call(this, context, tags, suffix, item, index))}${this._hasOverflowActions ? block7.call(this, context, tags, suffix) : undefined}${repeat(this._fixedActions, (item, index) => item._id || index, (item, index) => block8.call(this, context, tags, suffix, item, index))}</${scopeTag("ui5-table-cell", tags, suffix)}>` : html `<ui5-table-cell id="actions-cell">${repeat(this._flexibleActions, (item, index) => item._id || index, (item, index) => block6.call(this, context, tags, suffix, item, index))}${this._hasOverflowActions ? block7.call(this, context, tags, suffix) : undefined}${repeat(this._fixedActions, (item, index) => item._id || index, (item, index) => block8.call(this, context, tags, suffix, item, index))}</ui5-table-cell>`; }
10
- function block6(context, tags, suffix, item, index) { return html `<slot name="${ifDefined(item._individualSlot)}"></slot>`; }
11
- function block7(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-button", tags, suffix)} id="overflow" icon="overflow" design="Transparent" @click="${this._onOverflowButtonClick}"></${scopeTag("ui5-button", tags, suffix)}>` : html `<ui5-button id="overflow" icon="overflow" design="Transparent" @click="${this._onOverflowButtonClick}"></ui5-button>`; }
12
- function block8(context, tags, suffix, item, index) { return html `<slot name="${ifDefined(item._individualSlot)}"></slot>`; }
13
- function block9(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-table-cell", tags, suffix)} id="navigated-cell" excluded-from-navigation><div id="navigated"></div></${scopeTag("ui5-table-cell", tags, suffix)}>` : html `<ui5-table-cell id="navigated-cell" excluded-from-navigation><div id="navigated"></div></ui5-table-cell>`; }
14
- function block10(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-table-cell", tags, suffix)} id="popin-cell">${repeat(this._popinCells, (item, index) => item._id || index, (item, index) => block11.call(this, context, tags, suffix, item, index))}</${scopeTag("ui5-table-cell", tags, suffix)}>` : html `<ui5-table-cell id="popin-cell">${repeat(this._popinCells, (item, index) => item._id || index, (item, index) => block11.call(this, context, tags, suffix, item, index))}</ui5-table-cell>`; }
15
- function block11(context, tags, suffix, item, index) { return html `<slot name="${ifDefined(item._individualSlot)}"></slot>`; }
16
- function template() { return block0.call(this, this, this.constructor.tagsToScope, getCustomElementsScopingSuffix()); }
17
- export default template;
18
- //# sourceMappingURL=TableRowTemplate.lit.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableRowTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableRowTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport { getCustomElementsScopingSuffix } from \"@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type TableRow from \"../../TableRow.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._hasRowSelector ? block1.call(this, context, tags, suffix) : undefined }${ repeat(this._visibleCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block4.call(this, context, tags, suffix, item, index)) }${ this._hasRowActions ? block5.call(this, context, tags, suffix) : undefined }${ this._renderNavigated ? block9.call(this, context, tags, suffix) : undefined }${ this._popinCells.length ? block10.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"selection-cell\" aria-selected=\"${ifDefined(this._isSelected)}\" fixed ui5-table-selection-component>${ this._isMultiSelect ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</${scopeTag(\"ui5-table-cell\", tags, suffix)}>` : html`<ui5-table-cell id=\"selection-cell\" aria-selected=\"${ifDefined(this._isSelected)}\" fixed ui5-table-selection-component>${ this._isMultiSelect ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</ui5-table-cell>`;}\nfunction block2 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} id=\"selection-component\" tabindex=\"-1\" ?checked=\"${this._isSelected}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox id=\"selection-component\" tabindex=\"-1\" ?checked=\"${this._isSelected}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\"></ui5-checkbox>`;}\nfunction block3 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} id=\"selection-component\" tabindex=\"-1\" name=\"${ifDefined(this._tableId)}\" ?checked=\"${this._isSelected}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button id=\"selection-component\" tabindex=\"-1\" name=\"${ifDefined(this._tableId)}\" ?checked=\"${this._isSelected}\" @ui5-change=\"${ifDefined(this._informSelectionChange)}\" accessible-name=\"${ifDefined(this._i18nRowSelector)}\"></ui5-radio-button>`;}\nfunction block4 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block5 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"actions-cell\">${ repeat(this._flexibleActions, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block6.call(this, context, tags, suffix, item, index)) }${ this._hasOverflowActions ? block7.call(this, context, tags, suffix) : undefined }${ repeat(this._fixedActions, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block8.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-table-cell\", tags, suffix)}>` : html`<ui5-table-cell id=\"actions-cell\">${ repeat(this._flexibleActions, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block6.call(this, context, tags, suffix, item, index)) }${ this._hasOverflowActions ? block7.call(this, context, tags, suffix) : undefined }${ repeat(this._fixedActions, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block8.call(this, context, tags, suffix, item, index)) }</ui5-table-cell>`;}\nfunction block6 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block7 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} id=\"overflow\" icon=\"overflow\" design=\"Transparent\" @click=\"${this._onOverflowButtonClick}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button id=\"overflow\" icon=\"overflow\" design=\"Transparent\" @click=\"${this._onOverflowButtonClick}\"></ui5-button>`;}\nfunction block8 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block9 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"navigated-cell\" excluded-from-navigation><div id=\"navigated\"></div></${scopeTag(\"ui5-table-cell\", tags, suffix)}>` : html`<ui5-table-cell id=\"navigated-cell\" excluded-from-navigation><div id=\"navigated\"></div></ui5-table-cell>`;}\nfunction block10 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"popin-cell\">${ repeat(this._popinCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block11.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-table-cell\", tags, suffix)}>` : html`<ui5-table-cell id=\"popin-cell\">${ repeat(this._popinCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block11.call(this, context, tags, suffix, item, index)) }</ui5-table-cell>`;}\nfunction block11 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\n\nfunction template(this: TableRow) { return block0.call(this, this, (this.constructor as typeof UI5Element).tagsToScope, getCustomElementsScopingSuffix()); }\nexport default template;"]}
@@ -1,3 +0,0 @@
1
- import type Table from "../../Table.js";
2
- declare function template(this: Table): import("lit-html").TemplateResult;
3
- export default template;
@@ -1,12 +0,0 @@
1
- /* eslint no-unused-vars: 0 */
2
- import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- import { getCustomElementsScopingSuffix } from "@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js";
4
- function block0(context, tags, suffix) { return suffix ? html `<div id="before" role="none" tabindex="0" ui5-table-dummy-focus-area></div><div id="table" role="grid" style="${styleMap(this.styles.table)}" aria-label="${ifDefined(this._ariaLabel)}" aria-rowcount="${ifDefined(this._ariaRowCount)}" aria-multiselectable="${ifDefined(this._ariaMultiSelectable)}"><slot name="headerRow"></slot><div id="rows"><div id="spacer" style="${styleMap(this.styles.spacer)}"><slot></slot></div></div>${!this.rows.length ? block1.call(this, context, tags, suffix) : undefined}${this._shouldRenderGrowing ? block4.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-drop-indicator", tags, suffix)} orientation="Horizontal" .ownerReference="${ifDefined(this)}"></${scopeTag("ui5-drop-indicator", tags, suffix)}><div aria-hidden="true" id="table-end-row"><div id="table-end-cell"><div id="table-end" aria-hidden="true" tabindex="-1"></div></div></div></div>${this.loading ? block5.call(this, context, tags, suffix) : undefined}<div id="after" role="none" tabindex="0" ui5-table-dummy-focus-area></div>` : html `<div id="before" role="none" tabindex="0" ui5-table-dummy-focus-area></div><div id="table" role="grid" style="${styleMap(this.styles.table)}" aria-label="${ifDefined(this._ariaLabel)}" aria-rowcount="${ifDefined(this._ariaRowCount)}" aria-multiselectable="${ifDefined(this._ariaMultiSelectable)}"><slot name="headerRow"></slot><div id="rows"><div id="spacer" style="${styleMap(this.styles.spacer)}"><slot></slot></div></div>${!this.rows.length ? block1.call(this, context, tags, suffix) : undefined}${this._shouldRenderGrowing ? block4.call(this, context, tags, suffix) : undefined}<ui5-drop-indicator orientation="Horizontal" .ownerReference="${ifDefined(this)}"></ui5-drop-indicator><div aria-hidden="true" id="table-end-row"><div id="table-end-cell"><div id="table-end" aria-hidden="true" tabindex="-1"></div></div></div></div>${this.loading ? block5.call(this, context, tags, suffix) : undefined}<div id="after" role="none" tabindex="0" ui5-table-dummy-focus-area></div>`; }
5
- function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-table-row", tags, suffix)} id="nodata-row"><${scopeTag("ui5-table-cell", tags, suffix)} id="nodata-cell" excluded-from-navigation horizontal-align="Center">${this.nodata.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix)}</${scopeTag("ui5-table-cell", tags, suffix)}></${scopeTag("ui5-table-row", tags, suffix)}>` : html `<ui5-table-row id="nodata-row"><ui5-table-cell id="nodata-cell" excluded-from-navigation horizontal-align="Center">${this.nodata.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix)}</ui5-table-cell></ui5-table-row>`; }
6
- function block2(context, tags, suffix) { return html `<slot name="nodata"></slot>`; }
7
- function block3(context, tags, suffix) { return html `${ifDefined(this._effectiveNoDataText)}`; }
8
- function block4(context, tags, suffix) { return suffix ? html `<div id="footer" role="rowgroup"><${scopeTag("ui5-table-row", tags, suffix)} id="growing-row" ui5-growing-row><${scopeTag("ui5-table-cell", tags, suffix)} id="growing-cell"><!-- The growing button is a div filling the cell --><!-- It has a growing text at the top and a growingSubText at the bottom --><slot name="${ifDefined(this._growing._individualSlot)}"></slot></${scopeTag("ui5-table-cell", tags, suffix)}></${scopeTag("ui5-table-row", tags, suffix)}></div>` : html `<div id="footer" role="rowgroup"><ui5-table-row id="growing-row" ui5-growing-row><ui5-table-cell id="growing-cell"><!-- The growing button is a div filling the cell --><!-- It has a growing text at the top and a growingSubText at the bottom --><slot name="${ifDefined(this._growing._individualSlot)}"></slot></ui5-table-cell></ui5-table-row></div>`; }
9
- function block5(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-busy-indicator", tags, suffix)} id="loading" delay="${ifDefined(this.loadingDelay)}" active data-sap-focus-ref></${scopeTag("ui5-busy-indicator", tags, suffix)}>` : html `<ui5-busy-indicator id="loading" delay="${ifDefined(this.loadingDelay)}" active data-sap-focus-ref></ui5-busy-indicator>`; }
10
- function template() { return block0.call(this, this, this.constructor.tagsToScope, getCustomElementsScopingSuffix()); }
11
- export default template;
12
- //# sourceMappingURL=TableTemplate.lit.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport { getCustomElementsScopingSuffix } from \"@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type Table from \"../../Table.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div id=\"before\" role=\"none\" tabindex=\"0\" ui5-table-dummy-focus-area></div><div id=\"table\" role=\"grid\" style=\"${styleMap(this.styles.table)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-rowcount=\"${ifDefined(this._ariaRowCount)}\" aria-multiselectable=\"${ifDefined(this._ariaMultiSelectable)}\"><slot name=\"headerRow\"></slot><div id=\"rows\"><div id=\"spacer\" style=\"${styleMap(this.styles.spacer)}\"><slot></slot></div></div>${ !this.rows.length ? block1.call(this, context, tags, suffix) : undefined }${ this._shouldRenderGrowing ? block4.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-drop-indicator\", tags, suffix)} orientation=\"Horizontal\" .ownerReference=\"${ifDefined(this)}\"></${scopeTag(\"ui5-drop-indicator\", tags, suffix)}><div aria-hidden=\"true\" id=\"table-end-row\"><div id=\"table-end-cell\"><div id=\"table-end\" aria-hidden=\"true\" tabindex=\"-1\"></div></div></div></div>${ this.loading ? block5.call(this, context, tags, suffix) : undefined }<div id=\"after\" role=\"none\" tabindex=\"0\" ui5-table-dummy-focus-area></div>` : html`<div id=\"before\" role=\"none\" tabindex=\"0\" ui5-table-dummy-focus-area></div><div id=\"table\" role=\"grid\" style=\"${styleMap(this.styles.table)}\" aria-label=\"${ifDefined(this._ariaLabel)}\" aria-rowcount=\"${ifDefined(this._ariaRowCount)}\" aria-multiselectable=\"${ifDefined(this._ariaMultiSelectable)}\"><slot name=\"headerRow\"></slot><div id=\"rows\"><div id=\"spacer\" style=\"${styleMap(this.styles.spacer)}\"><slot></slot></div></div>${ !this.rows.length ? block1.call(this, context, tags, suffix) : undefined }${ this._shouldRenderGrowing ? block4.call(this, context, tags, suffix) : undefined }<ui5-drop-indicator orientation=\"Horizontal\" .ownerReference=\"${ifDefined(this)}\"></ui5-drop-indicator><div aria-hidden=\"true\" id=\"table-end-row\"><div id=\"table-end-cell\"><div id=\"table-end\" aria-hidden=\"true\" tabindex=\"-1\"></div></div></div></div>${ this.loading ? block5.call(this, context, tags, suffix) : undefined }<div id=\"after\" role=\"none\" tabindex=\"0\" ui5-table-dummy-focus-area></div>`;}\nfunction block1 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-table-row\", tags, suffix)} id=\"nodata-row\"><${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"nodata-cell\" excluded-from-navigation horizontal-align=\"Center\">${ this.nodata.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</${scopeTag(\"ui5-table-cell\", tags, suffix)}></${scopeTag(\"ui5-table-row\", tags, suffix)}>` : html`<ui5-table-row id=\"nodata-row\"><ui5-table-cell id=\"nodata-cell\" excluded-from-navigation horizontal-align=\"Center\">${ this.nodata.length ? block2.call(this, context, tags, suffix) : block3.call(this, context, tags, suffix) }</ui5-table-cell></ui5-table-row>`;}\nfunction block2 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"nodata\"></slot>`;}\nfunction block3 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ifDefined(this._effectiveNoDataText)}`;}\nfunction block4 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div id=\"footer\" role=\"rowgroup\"><${scopeTag(\"ui5-table-row\", tags, suffix)} id=\"growing-row\" ui5-growing-row><${scopeTag(\"ui5-table-cell\", tags, suffix)} id=\"growing-cell\"><!-- The growing button is a div filling the cell --><!-- It has a growing text at the top and a growingSubText at the bottom --><slot name=\"${ifDefined(this._growing._individualSlot)}\"></slot></${scopeTag(\"ui5-table-cell\", tags, suffix)}></${scopeTag(\"ui5-table-row\", tags, suffix)}></div>` : html`<div id=\"footer\" role=\"rowgroup\"><ui5-table-row id=\"growing-row\" ui5-growing-row><ui5-table-cell id=\"growing-cell\"><!-- The growing button is a div filling the cell --><!-- It has a growing text at the top and a growingSubText at the bottom --><slot name=\"${ifDefined(this._growing._individualSlot)}\"></slot></ui5-table-cell></ui5-table-row></div>`;}\nfunction block5 (this: Table, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-busy-indicator\", tags, suffix)} id=\"loading\" delay=\"${ifDefined(this.loadingDelay)}\" active data-sap-focus-ref></${scopeTag(\"ui5-busy-indicator\", tags, suffix)}>` : html`<ui5-busy-indicator id=\"loading\" delay=\"${ifDefined(this.loadingDelay)}\" active data-sap-focus-ref></ui5-busy-indicator>`;}\n\nfunction template(this: Table) { return block0.call(this, this, (this.constructor as typeof UI5Element).tagsToScope, getCustomElementsScopingSuffix()); }\nexport default template;"]}
@@ -1,6 +0,0 @@
1
- import ListItemGroupTemplate from "./ListItemGroupTemplate.js";
2
- import type SuggestionItemGroup from "./SuggestionItemGroup.js";
3
-
4
- export default function SuggestionItemGroupTemplate(this: SuggestionItemGroup) {
5
- return ListItemGroupTemplate.call(this);
6
- }
package/src/Table.hbs DELETED
@@ -1,63 +0,0 @@
1
- <div id="before" role="none" tabindex="0" ui5-table-dummy-focus-area></div>
2
-
3
- <div id="table" role="grid"
4
- style="{{styles.table}}"
5
- aria-label="{{_ariaLabel}}"
6
- aria-rowcount="{{_ariaRowCount}}"
7
- aria-multiselectable="{{_ariaMultiSelectable}}"
8
- >
9
- <slot name="headerRow"></slot>
10
- <div id="rows">
11
- <div id="spacer" style="{{styles.spacer}}">
12
- <slot></slot>
13
- </div>
14
- </div>
15
- {{#unless rows.length}}
16
- <ui5-table-row id="nodata-row">
17
- <ui5-table-cell id="nodata-cell" excluded-from-navigation horizontal-align="Center">
18
- {{#if nodata.length}}
19
- <slot name="nodata"></slot>
20
- {{else}}
21
- {{_effectiveNoDataText}}
22
- {{/if}}
23
- </ui5-table-cell>
24
- </ui5-table-row>
25
- {{/unless}}
26
-
27
- {{#if _shouldRenderGrowing}}
28
- <div id="footer" role="rowgroup">
29
- {{> growingRow}}
30
- </div>
31
- {{/if}}
32
-
33
- <ui5-drop-indicator
34
- orientation="Horizontal"
35
- .ownerReference="{{this}}"
36
- ></ui5-drop-indicator>
37
-
38
- {{> tableEndRow}}
39
- </div>
40
-
41
- {{#if loading}}
42
- <ui5-busy-indicator id="loading" delay="{{loadingDelay}}" active data-sap-focus-ref></ui5-busy-indicator>
43
- {{/if}}
44
-
45
- <div id="after" role="none" tabindex="0" ui5-table-dummy-focus-area></div>
46
-
47
- {{#*inline "growingRow"}}
48
- <ui5-table-row id="growing-row" ui5-growing-row>
49
- <ui5-table-cell id="growing-cell">
50
- <!-- The growing button is a div filling the cell -->
51
- <!-- It has a growing text at the top and a growingSubText at the bottom -->
52
- <slot name="{{_growing._individualSlot}}"></slot>
53
- </ui5-table-cell>
54
- </ui5-table-row>
55
- {{/inline}}
56
-
57
- {{#*inline "tableEndRow"}}
58
- <div aria-hidden="true" id="table-end-row">
59
- <div id="table-end-cell">
60
- <div id="table-end" aria-hidden="true" tabindex="-1"></div>
61
- </div>
62
- </div>
63
- {{/inline}}
@@ -1,17 +0,0 @@
1
- <div
2
- id="growing-button"
3
- tabindex="-1"
4
- ?active="{{_activeState}}"
5
- @click="{{loadMore}}"
6
- @keydown="{{_onKeydown}}"
7
- @keyup="{{_onKeyup}}"
8
- @focusout="{{_onFocusout}}"
9
- role="button"
10
- aria-labelledby="growing-text growing-subtext"
11
- aria-describedby="growing-description">
12
- <span id="growing-text">{{_growingButtonText}}</span>
13
- {{#if growingSubText}}
14
- <span id="growing-subtext">{{growingSubText}}</span>
15
- {{/if}}
16
- <span id="growing-description" style="display: none;" aria-hidden="true">{{_growingButtonDescription}}</span>
17
- </div>
@@ -1,5 +0,0 @@
1
- <slot name="action"></slot>
2
- <slot></slot>
3
- {{#if _sortIcon}}
4
- <ui5-icon name="{{_sortIcon}}"></ui5-icon>
5
- {{/if}}
@@ -1,6 +0,0 @@
1
- <ui5-button
2
- icon="{{_icon}}"
3
- tooltip="{{_tooltip}}"
4
- @click={{_onClick}}
5
- design="Transparent">
6
- </ui5-button>
@@ -1,28 +0,0 @@
1
- {{#if _hasRowSelector}}
2
- <ui5-table-header-cell id="selection-cell"
3
- aria-selected="{{_isSelected}}"
4
- aria-label="{{_i18nSelection}}"
5
- fixed
6
- ui5-table-selection-component
7
- >
8
- {{#if _isMultiSelect}}
9
- <ui5-checkbox id="selection-component" tabindex="-1"
10
- ?checked="{{_isSelected}}"
11
- accessible-name="{{_i18nRowSelector}}"
12
- @ui5-change="{{_informSelectionChange}}"
13
- ></ui5-checkbox>
14
- {{/if}}
15
- </ui5-table-header-cell>
16
- {{/if}}
17
-
18
- {{#each _visibleCells}}
19
- <slot name="{{_individualSlot}}"></slot>
20
- {{/each}}
21
-
22
- {{#if _hasRowActions}}
23
- <ui5-table-header-cell id="actions-cell" aria-label="{{_i18nRowActions}}"></ui5-table-header-cell>
24
- {{/if}}
25
-
26
- {{#if _popinCells.length}}
27
- <ui5-table-header-cell id="popin-cell" aria-label="{{_i18nRowPopin}}" excluded-from-navigation></ui5-table-cell>
28
- {{/if}}