@db-ux/wc-core-components 4.10.2 → 4.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (391) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/bundle/db-accordion-item.js +1 -1
  3. package/bundle/db-accordion.js +1 -1
  4. package/bundle/db-badge.js +1 -1
  5. package/bundle/db-brand.js +1 -1
  6. package/bundle/db-button.js +1 -1
  7. package/bundle/db-card.js +1 -1
  8. package/bundle/db-checkbox.js +1 -1
  9. package/bundle/db-custom-button.js +1 -1
  10. package/bundle/db-custom-select-dropdown.js +1 -1
  11. package/bundle/db-custom-select-form-field.js +1 -1
  12. package/bundle/db-custom-select-list-item.js +1 -1
  13. package/bundle/db-custom-select-list.js +1 -1
  14. package/bundle/db-custom-select.js +1 -1
  15. package/bundle/db-divider.js +1 -1
  16. package/bundle/db-drawer.js +1 -1
  17. package/bundle/db-header.js +1 -1
  18. package/bundle/db-icon.js +1 -1
  19. package/bundle/db-infotext.js +1 -1
  20. package/bundle/db-input.js +1 -1
  21. package/bundle/db-link.js +1 -1
  22. package/bundle/db-navigation-item.js +1 -1
  23. package/bundle/db-navigation.js +1 -1
  24. package/bundle/db-notification.js +1 -1
  25. package/bundle/db-page.js +1 -1
  26. package/bundle/db-popover.js +1 -1
  27. package/bundle/db-radio.js +1 -1
  28. package/bundle/db-section.js +1 -1
  29. package/bundle/db-select.js +1 -1
  30. package/bundle/db-stack.js +1 -1
  31. package/bundle/db-switch.js +1 -1
  32. package/bundle/db-tab-item.js +1 -1
  33. package/bundle/db-tab-list.js +1 -1
  34. package/bundle/db-tab-panel.js +1 -1
  35. package/bundle/db-table-body.d.ts +11 -0
  36. package/bundle/db-table-body.js +1 -0
  37. package/bundle/db-table-caption.d.ts +11 -0
  38. package/bundle/db-table-caption.js +1 -0
  39. package/bundle/db-table-data-cell.d.ts +11 -0
  40. package/bundle/db-table-data-cell.js +1 -0
  41. package/bundle/db-table-footer.d.ts +11 -0
  42. package/bundle/db-table-footer.js +1 -0
  43. package/bundle/db-table-head.d.ts +11 -0
  44. package/bundle/db-table-head.js +1 -0
  45. package/bundle/db-table-header-cell.d.ts +11 -0
  46. package/bundle/db-table-header-cell.js +1 -0
  47. package/bundle/db-table-row.d.ts +11 -0
  48. package/bundle/db-table-row.js +1 -0
  49. package/bundle/db-table.d.ts +11 -0
  50. package/bundle/db-table.js +1 -0
  51. package/bundle/db-tabs.js +1 -1
  52. package/bundle/db-tag.js +1 -1
  53. package/bundle/db-textarea.js +1 -1
  54. package/bundle/db-tooltip.js +1 -1
  55. package/bundle/index.js +1 -1
  56. package/bundle/p-3Da4lo5j.js +1 -0
  57. package/bundle/p-BEcb3EOO.js +1 -0
  58. package/bundle/p-BEolc6Da.js +1 -0
  59. package/bundle/p-BekmqY3B.js +1 -0
  60. package/bundle/p-BmRO4X-P.js +1 -0
  61. package/bundle/p-BrQIYm5N.js +1 -0
  62. package/bundle/p-BxZ0zFXf.js +1 -0
  63. package/bundle/p-C2viXF7U.js +1 -0
  64. package/bundle/p-C4iD-won.js +1 -0
  65. package/bundle/p-CHg_VPD9.js +1 -0
  66. package/bundle/p-CYYSsu3p.js +1 -0
  67. package/bundle/p-CZ9SsTOA.js +1 -0
  68. package/bundle/p-CewqZGHg.js +1 -0
  69. package/bundle/p-CotiEHZi.js +1 -0
  70. package/bundle/p-D1orcIJf.js +1 -0
  71. package/{dist/db-ux/p-D5mInaY7.js → bundle/p-D6L0n3gO.js} +1 -1
  72. package/bundle/p-D9RSX1St.js +1 -0
  73. package/bundle/p-DJTpgiBy.js +1 -0
  74. package/bundle/p-DbgzEek1.js +1 -0
  75. package/bundle/p-DqNXsduK.js +1 -0
  76. package/bundle/p-Duacd-NX.js +1 -0
  77. package/bundle/p-k5Hci0ok.js +1 -0
  78. package/bundle/p-mk64Fltq.js +1 -0
  79. package/dist/cjs/db-accordion-item.cjs.entry.js +48 -11
  80. package/dist/cjs/db-accordion.cjs.entry.js +45 -8
  81. package/dist/cjs/db-badge.cjs.entry.js +45 -8
  82. package/dist/cjs/db-brand.cjs.entry.js +38 -7
  83. package/dist/cjs/db-button.cjs.entry.js +40 -8
  84. package/dist/cjs/db-card.cjs.entry.js +38 -7
  85. package/dist/cjs/db-checkbox.cjs.entry.js +48 -14
  86. package/dist/cjs/db-custom-button.cjs.entry.js +40 -8
  87. package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +197 -37
  88. package/dist/cjs/db-custom-select-form-field.cjs.entry.js +38 -7
  89. package/dist/cjs/db-custom-select.cjs.entry.js +65 -31
  90. package/dist/cjs/db-divider.cjs.entry.js +37 -6
  91. package/dist/cjs/db-drawer.cjs.entry.js +47 -10
  92. package/dist/cjs/db-header.cjs.entry.js +45 -8
  93. package/dist/cjs/db-icon.cjs.entry.js +38 -7
  94. package/dist/cjs/db-infotext.cjs.entry.js +38 -7
  95. package/dist/cjs/db-link_4.cjs.entry.js +294 -0
  96. package/dist/cjs/db-navigation-item.cjs.entry.js +49 -12
  97. package/dist/cjs/db-navigation.cjs.entry.js +38 -7
  98. package/dist/cjs/db-notification.cjs.entry.js +38 -7
  99. package/dist/cjs/db-page.cjs.entry.js +50 -15
  100. package/dist/cjs/db-popover.cjs.entry.js +46 -9
  101. package/dist/cjs/db-radio.cjs.entry.js +45 -11
  102. package/dist/cjs/db-section.cjs.entry.js +38 -7
  103. package/dist/cjs/db-select.cjs.entry.js +49 -15
  104. package/dist/cjs/db-stack.cjs.entry.js +38 -7
  105. package/dist/cjs/db-switch.cjs.entry.js +48 -14
  106. package/dist/cjs/db-tab-item_3.cjs.entry.js +123 -23
  107. package/dist/cjs/db-table-body_3.cjs.entry.js +235 -0
  108. package/dist/cjs/{db-link.cjs.entry.js → db-table-caption.cjs.entry.js} +41 -11
  109. package/dist/cjs/db-table.cjs.entry.js +189 -0
  110. package/dist/cjs/db-tabs.cjs.entry.js +44 -10
  111. package/dist/cjs/db-textarea.cjs.entry.js +48 -13
  112. package/dist/cjs/db-tooltip.cjs.entry.js +147 -23
  113. package/dist/cjs/db-ux.cjs.js +2 -2
  114. package/dist/cjs/{document-click-listener-B2-xKJv3.js → document-click-listener-DdNXbErU.js} +1 -1
  115. package/dist/cjs/{document-scroll-listener-ChQ7XZRk.js → document-scroll-listener-CvAZ6uPr.js} +1 -1
  116. package/dist/cjs/{form-components-_ncB_U2D.js → form-components-CmQlkARp.js} +1 -1
  117. package/dist/cjs/{index-HN8AqU2e.js → index-C313bRqJ.js} +21 -0
  118. package/dist/cjs/{index-2_9ESkQu.js → index-spuu3sXz.js} +13 -8
  119. package/dist/cjs/index.cjs.js +23 -4
  120. package/dist/cjs/loader.cjs.js +2 -2
  121. package/dist/collection/collection-manifest.json +8 -0
  122. package/dist/collection/components/accordion/accordion.js +45 -7
  123. package/dist/collection/components/accordion-item/accordion-item.js +48 -10
  124. package/dist/collection/components/badge/badge.js +45 -7
  125. package/dist/collection/components/brand/brand.js +44 -6
  126. package/dist/collection/components/button/button.js +48 -9
  127. package/dist/collection/components/card/card.js +43 -5
  128. package/dist/collection/components/checkbox/checkbox.js +48 -13
  129. package/dist/collection/components/custom-button/custom-button.js +48 -9
  130. package/dist/collection/components/custom-select/custom-select.js +64 -29
  131. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +41 -5
  132. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +43 -5
  133. package/dist/collection/components/custom-select-list/custom-select-list.js +43 -5
  134. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +39 -7
  135. package/dist/collection/components/divider/divider.js +42 -4
  136. package/dist/collection/components/drawer/drawer.js +47 -9
  137. package/dist/collection/components/header/header.js +45 -7
  138. package/dist/collection/components/icon/icon.js +44 -6
  139. package/dist/collection/components/infotext/infotext.js +44 -6
  140. package/dist/collection/components/input/input.js +56 -19
  141. package/dist/collection/components/link/link.js +43 -5
  142. package/dist/collection/components/navigation/navigation.js +43 -5
  143. package/dist/collection/components/navigation-item/navigation-item.js +50 -12
  144. package/dist/collection/components/notification/notification.js +44 -6
  145. package/dist/collection/components/page/page.js +50 -14
  146. package/dist/collection/components/popover/popover.js +45 -7
  147. package/dist/collection/components/radio/radio.js +44 -9
  148. package/dist/collection/components/section/section.js +43 -5
  149. package/dist/collection/components/select/select.js +50 -15
  150. package/dist/collection/components/stack/stack.js +43 -5
  151. package/dist/collection/components/switch/switch.js +51 -16
  152. package/dist/collection/components/tab-item/tab-item.js +51 -15
  153. package/dist/collection/components/tab-list/tab-list.js +43 -5
  154. package/dist/collection/components/tab-panel/tab-panel.js +48 -5
  155. package/dist/collection/components/table/examples/data.js +258 -0
  156. package/dist/collection/components/table/index.js +2 -0
  157. package/dist/collection/components/table/model.js +6 -0
  158. package/dist/collection/components/table/table.js +510 -0
  159. package/dist/collection/components/table-body/index.js +2 -0
  160. package/dist/collection/components/table-body/model.js +1 -0
  161. package/dist/collection/components/table-body/table-body.js +149 -0
  162. package/dist/collection/components/table-caption/index.js +2 -0
  163. package/dist/collection/components/table-caption/model.js +1 -0
  164. package/dist/collection/components/table-caption/table-caption.js +154 -0
  165. package/dist/collection/components/table-data-cell/index.js +2 -0
  166. package/dist/collection/components/table-data-cell/model.js +1 -0
  167. package/dist/collection/components/table-data-cell/table-data-cell.js +303 -0
  168. package/dist/collection/components/table-footer/index.js +2 -0
  169. package/dist/collection/components/table-footer/model.js +1 -0
  170. package/dist/collection/components/table-footer/table-footer.js +149 -0
  171. package/dist/collection/components/table-head/index.js +2 -0
  172. package/dist/collection/components/table-head/model.js +1 -0
  173. package/dist/collection/components/table-head/table-head.js +185 -0
  174. package/dist/collection/components/table-header-cell/index.js +2 -0
  175. package/dist/collection/components/table-header-cell/model.js +1 -0
  176. package/dist/collection/components/table-header-cell/table-header-cell.js +381 -0
  177. package/dist/collection/components/table-row/index.js +2 -0
  178. package/dist/collection/components/table-row/model.js +1 -0
  179. package/dist/collection/components/table-row/table-row.js +207 -0
  180. package/dist/collection/components/tabs/tabs.js +44 -9
  181. package/dist/collection/components/tag/tag.js +44 -6
  182. package/dist/collection/components/textarea/textarea.js +48 -12
  183. package/dist/collection/components/tooltip/tooltip.js +150 -21
  184. package/dist/collection/index.js +16 -0
  185. package/dist/collection/shared/model.js +1 -1
  186. package/dist/collection/utils/index.js +13 -8
  187. package/dist/custom-elements.json +8189 -4307
  188. package/dist/db-ux/db-ux.esm.js +1 -1
  189. package/dist/db-ux/index.esm.js +1 -1
  190. package/dist/db-ux/p-0123ee1b.entry.js +1 -0
  191. package/dist/db-ux/p-090b1797.entry.js +1 -0
  192. package/dist/db-ux/p-0e17c5a0.entry.js +1 -0
  193. package/dist/db-ux/p-194e851c.entry.js +1 -0
  194. package/dist/db-ux/p-281f5e3e.entry.js +1 -0
  195. package/dist/db-ux/p-2ae377e6.entry.js +1 -0
  196. package/dist/db-ux/p-2cf4345f.entry.js +1 -0
  197. package/dist/db-ux/p-2e6c8304.entry.js +1 -0
  198. package/dist/db-ux/p-335391d4.entry.js +1 -0
  199. package/dist/db-ux/p-34235204.entry.js +1 -0
  200. package/dist/db-ux/p-3569bb3c.entry.js +1 -0
  201. package/dist/db-ux/p-398f9165.entry.js +1 -0
  202. package/dist/db-ux/p-5070470f.entry.js +1 -0
  203. package/dist/db-ux/p-5e08712d.entry.js +1 -0
  204. package/dist/db-ux/p-63d98f9d.entry.js +1 -0
  205. package/dist/db-ux/p-6aa92091.entry.js +1 -0
  206. package/dist/db-ux/p-78b7e6f6.entry.js +1 -0
  207. package/dist/db-ux/p-7ca4bc82.entry.js +1 -0
  208. package/dist/db-ux/p-8f989150.entry.js +1 -0
  209. package/dist/db-ux/p-8fa7a578.entry.js +1 -0
  210. package/dist/db-ux/p-91052c75.entry.js +1 -0
  211. package/dist/db-ux/p-9ccd42b1.entry.js +1 -0
  212. package/dist/db-ux/p-BihrW11j.js +1 -0
  213. package/dist/db-ux/p-BlbKvvUv.js +2 -0
  214. package/{bundle/p-BLyvxOmU.js → dist/db-ux/p-BtImZ8Nt.js} +1 -1
  215. package/dist/db-ux/p-OOIf-5XP.js +1 -0
  216. package/dist/db-ux/p-a4d9f6e2.entry.js +1 -0
  217. package/dist/db-ux/p-af248e57.entry.js +1 -0
  218. package/dist/db-ux/p-ba82a0b0.entry.js +1 -0
  219. package/dist/db-ux/p-c2ce6ecd.entry.js +1 -0
  220. package/dist/db-ux/p-d7b5748d.entry.js +1 -0
  221. package/dist/db-ux/p-dfbbe502.entry.js +1 -0
  222. package/dist/db-ux/p-e7a400a2.entry.js +1 -0
  223. package/dist/db-ux/p-ef1aa878.entry.js +1 -0
  224. package/dist/db-ux/p-f1daaefa.entry.js +1 -0
  225. package/dist/db-ux/p-f6312d2c.entry.js +1 -0
  226. package/dist/db-ux/p-fbf09569.entry.js +1 -0
  227. package/dist/db-ux/p-ff11c071.entry.js +1 -0
  228. package/dist/db-ux/p-fumiz06Y.js +1 -0
  229. package/dist/esm/db-accordion-item.entry.js +48 -11
  230. package/dist/esm/db-accordion.entry.js +45 -8
  231. package/dist/esm/db-badge.entry.js +45 -8
  232. package/dist/esm/db-brand.entry.js +38 -7
  233. package/dist/esm/db-button.entry.js +40 -8
  234. package/dist/esm/db-card.entry.js +38 -7
  235. package/dist/esm/db-checkbox.entry.js +48 -14
  236. package/dist/esm/db-custom-button.entry.js +40 -8
  237. package/dist/esm/db-custom-select-dropdown_5.entry.js +197 -37
  238. package/dist/esm/db-custom-select-form-field.entry.js +38 -7
  239. package/dist/esm/db-custom-select.entry.js +65 -31
  240. package/dist/esm/db-divider.entry.js +37 -6
  241. package/dist/esm/db-drawer.entry.js +47 -10
  242. package/dist/esm/db-header.entry.js +45 -8
  243. package/dist/esm/db-icon.entry.js +38 -7
  244. package/dist/esm/db-infotext.entry.js +38 -7
  245. package/dist/esm/db-link_4.entry.js +289 -0
  246. package/dist/esm/db-navigation-item.entry.js +49 -12
  247. package/dist/esm/db-navigation.entry.js +38 -7
  248. package/dist/esm/db-notification.entry.js +38 -7
  249. package/dist/esm/db-page.entry.js +50 -15
  250. package/dist/esm/db-popover.entry.js +46 -9
  251. package/dist/esm/db-radio.entry.js +45 -11
  252. package/dist/esm/db-section.entry.js +38 -7
  253. package/dist/esm/db-select.entry.js +49 -15
  254. package/dist/esm/db-stack.entry.js +38 -7
  255. package/dist/esm/db-switch.entry.js +48 -14
  256. package/dist/esm/db-tab-item_3.entry.js +123 -23
  257. package/dist/esm/db-table-body_3.entry.js +231 -0
  258. package/dist/esm/{db-link.entry.js → db-table-caption.entry.js} +41 -11
  259. package/dist/esm/db-table.entry.js +187 -0
  260. package/dist/esm/db-tabs.entry.js +44 -10
  261. package/dist/esm/db-textarea.entry.js +48 -13
  262. package/dist/esm/db-tooltip.entry.js +147 -23
  263. package/dist/esm/db-ux.js +3 -3
  264. package/dist/esm/{document-click-listener-D7W_VE5O.js → document-click-listener-9wJfRcvz.js} +1 -1
  265. package/dist/esm/{document-scroll-listener-DOBe3Oa9.js → document-scroll-listener-4F0ZAg9p.js} +1 -1
  266. package/dist/esm/{form-components-D6LQfJvq.js → form-components-ZV7IN0oG.js} +1 -1
  267. package/dist/esm/{index-BGaQ0Bx8.js → index-BlbKvvUv.js} +21 -0
  268. package/dist/esm/{index-xkoBSP8R.js → index-fumiz06Y.js} +13 -8
  269. package/dist/esm/index.js +16 -5
  270. package/dist/esm/loader.js +3 -3
  271. package/dist/types/components/accordion/accordion.d.ts +3 -0
  272. package/dist/types/components/accordion-item/accordion-item.d.ts +3 -0
  273. package/dist/types/components/badge/badge.d.ts +3 -0
  274. package/dist/types/components/brand/brand.d.ts +3 -0
  275. package/dist/types/components/button/button.d.ts +3 -0
  276. package/dist/types/components/card/card.d.ts +3 -0
  277. package/dist/types/components/checkbox/checkbox.d.ts +2 -0
  278. package/dist/types/components/custom-button/custom-button.d.ts +3 -0
  279. package/dist/types/components/custom-select/custom-select.d.ts +2 -0
  280. package/dist/types/components/custom-select-dropdown/custom-select-dropdown.d.ts +3 -0
  281. package/dist/types/components/custom-select-form-field/custom-select-form-field.d.ts +3 -0
  282. package/dist/types/components/custom-select-list/custom-select-list.d.ts +3 -0
  283. package/dist/types/components/custom-select-list-item/custom-select-list-item.d.ts +3 -0
  284. package/dist/types/components/divider/divider.d.ts +3 -0
  285. package/dist/types/components/drawer/drawer.d.ts +3 -0
  286. package/dist/types/components/header/header.d.ts +3 -0
  287. package/dist/types/components/icon/icon.d.ts +3 -0
  288. package/dist/types/components/infotext/infotext.d.ts +3 -0
  289. package/dist/types/components/input/input.d.ts +2 -0
  290. package/dist/types/components/link/link.d.ts +3 -0
  291. package/dist/types/components/navigation/navigation.d.ts +3 -0
  292. package/dist/types/components/navigation-item/navigation-item.d.ts +3 -0
  293. package/dist/types/components/notification/notification.d.ts +3 -0
  294. package/dist/types/components/page/page.d.ts +2 -0
  295. package/dist/types/components/popover/popover.d.ts +3 -0
  296. package/dist/types/components/radio/radio.d.ts +2 -0
  297. package/dist/types/components/section/section.d.ts +3 -0
  298. package/dist/types/components/select/select.d.ts +2 -0
  299. package/dist/types/components/stack/stack.d.ts +3 -0
  300. package/dist/types/components/switch/switch.d.ts +2 -0
  301. package/dist/types/components/tab-item/tab-item.d.ts +2 -0
  302. package/dist/types/components/tab-list/tab-list.d.ts +3 -0
  303. package/dist/types/components/tab-panel/tab-panel.d.ts +3 -0
  304. package/dist/types/components/table/examples/data.d.ts +9 -0
  305. package/dist/types/components/table/index.d.ts +2 -0
  306. package/dist/types/components/table/model.d.ts +74 -0
  307. package/dist/types/components/table/table.d.ts +41 -0
  308. package/dist/types/components/table-body/index.d.ts +2 -0
  309. package/dist/types/components/table-body/model.d.ts +8 -0
  310. package/dist/types/components/table-body/table-body.d.ts +20 -0
  311. package/dist/types/components/table-caption/index.d.ts +2 -0
  312. package/dist/types/components/table-caption/model.d.ts +5 -0
  313. package/dist/types/components/table-caption/table-caption.d.ts +22 -0
  314. package/dist/types/components/table-data-cell/index.d.ts +2 -0
  315. package/dist/types/components/table-data-cell/model.d.ts +5 -0
  316. package/dist/types/components/table-data-cell/table-data-cell.d.ts +26 -0
  317. package/dist/types/components/table-footer/index.d.ts +2 -0
  318. package/dist/types/components/table-footer/model.d.ts +8 -0
  319. package/dist/types/components/table-footer/table-footer.d.ts +20 -0
  320. package/dist/types/components/table-head/index.d.ts +2 -0
  321. package/dist/types/components/table-head/model.d.ts +10 -0
  322. package/dist/types/components/table-head/table-head.d.ts +62 -0
  323. package/dist/types/components/table-header-cell/index.d.ts +2 -0
  324. package/dist/types/components/table-header-cell/model.d.ts +24 -0
  325. package/dist/types/components/table-header-cell/table-header-cell.d.ts +29 -0
  326. package/dist/types/components/table-row/index.d.ts +2 -0
  327. package/dist/types/components/table-row/model.d.ts +30 -0
  328. package/dist/types/components/table-row/table-row.d.ts +24 -0
  329. package/dist/types/components/tabs/tabs.d.ts +2 -0
  330. package/dist/types/components/tag/tag.d.ts +3 -0
  331. package/dist/types/components/textarea/textarea.d.ts +2 -0
  332. package/dist/types/components/tooltip/model.d.ts +9 -0
  333. package/dist/types/components/tooltip/tooltip.d.ts +8 -0
  334. package/dist/types/components.d.ts +278 -0
  335. package/dist/types/index.d.ts +16 -0
  336. package/dist/types/shared/figma.d.ts +70 -18
  337. package/dist/types/shared/model.d.ts +44 -2
  338. package/dist/types/utils/index.d.ts +9 -4
  339. package/dist/vscode.html-custom-data.json +400 -2
  340. package/dist/web-types.json +960 -177
  341. package/package.json +6 -6
  342. package/bundle/p--qzKkpB9.js +0 -1
  343. package/bundle/p-9fgrfYbf.js +0 -1
  344. package/bundle/p-B5E_0kTi.js +0 -1
  345. package/bundle/p-BChikMGc.js +0 -1
  346. package/bundle/p-BGVLpaFn.js +0 -1
  347. package/bundle/p-BPxBqqlc.js +0 -1
  348. package/bundle/p-C6_y8Tot.js +0 -1
  349. package/bundle/p-CKfRqzsn.js +0 -1
  350. package/bundle/p-CnYMRGX1.js +0 -1
  351. package/bundle/p-CwzdaLE3.js +0 -1
  352. package/bundle/p-CyxQfbGC.js +0 -1
  353. package/bundle/p-DisehhY5.js +0 -1
  354. package/bundle/p-DstwggLZ.js +0 -1
  355. package/bundle/p-LbPYp2oP.js +0 -1
  356. package/bundle/p-suxDlmXD.js +0 -1
  357. package/dist/db-ux/p-0f524f6c.entry.js +0 -1
  358. package/dist/db-ux/p-11211f1a.entry.js +0 -1
  359. package/dist/db-ux/p-1a4881de.entry.js +0 -1
  360. package/dist/db-ux/p-21e5f6d0.entry.js +0 -1
  361. package/dist/db-ux/p-2461e08a.entry.js +0 -1
  362. package/dist/db-ux/p-26b7e21f.entry.js +0 -1
  363. package/dist/db-ux/p-272bdffc.entry.js +0 -1
  364. package/dist/db-ux/p-32c359a9.entry.js +0 -1
  365. package/dist/db-ux/p-33606da9.entry.js +0 -1
  366. package/dist/db-ux/p-44391c06.entry.js +0 -1
  367. package/dist/db-ux/p-46e3033b.entry.js +0 -1
  368. package/dist/db-ux/p-4b99f205.entry.js +0 -1
  369. package/dist/db-ux/p-4c238643.entry.js +0 -1
  370. package/dist/db-ux/p-4c3a8823.entry.js +0 -1
  371. package/dist/db-ux/p-4d5201a3.entry.js +0 -1
  372. package/dist/db-ux/p-5eae34e7.entry.js +0 -1
  373. package/dist/db-ux/p-652739e4.entry.js +0 -1
  374. package/dist/db-ux/p-93a6b1ee.entry.js +0 -1
  375. package/dist/db-ux/p-94de5791.entry.js +0 -1
  376. package/dist/db-ux/p-9728504d.entry.js +0 -1
  377. package/dist/db-ux/p-BGaQ0Bx8.js +0 -2
  378. package/dist/db-ux/p-CHLgQ9vn.js +0 -1
  379. package/dist/db-ux/p-D_roHmuC.js +0 -1
  380. package/dist/db-ux/p-a6c3ceaa.entry.js +0 -1
  381. package/dist/db-ux/p-cd3cfb4e.entry.js +0 -1
  382. package/dist/db-ux/p-cf045f35.entry.js +0 -1
  383. package/dist/db-ux/p-d173eace.entry.js +0 -1
  384. package/dist/db-ux/p-d3ada4cb.entry.js +0 -1
  385. package/dist/db-ux/p-d858f147.entry.js +0 -1
  386. package/dist/db-ux/p-db71c251.entry.js +0 -1
  387. package/dist/db-ux/p-e2740857.entry.js +0 -1
  388. package/dist/db-ux/p-ed5b3877.entry.js +0 -1
  389. package/dist/db-ux/p-fd334f14.entry.js +0 -1
  390. package/dist/db-ux/p-fed0fc42.entry.js +0 -1
  391. package/dist/db-ux/p-xkoBSP8R.js +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@db-ux/wc-core-components",
4
- "version": "4.10.2",
4
+ "version": "4.11.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -107,7 +107,8 @@
107
107
  },
108
108
  { "name": "_open", "type": "boolean" },
109
109
  { "name": "_name" },
110
- { "name": "initialized", "type": "boolean" }
110
+ { "name": "initialized", "type": "boolean" },
111
+ { "name": "observer" }
111
112
  ],
112
113
  "events": [
113
114
  {
@@ -203,7 +204,8 @@
203
204
  },
204
205
  { "name": "_name", "type": "string" },
205
206
  { "name": "initialized", "type": "boolean" },
206
- { "name": "_initOpenIndexDone", "type": "boolean" }
207
+ { "name": "_initOpenIndexDone", "type": "boolean" },
208
+ { "name": "observer" }
207
209
  ],
208
210
  "events": []
209
211
  }
@@ -313,7 +315,8 @@
313
315
  "description": "Alternative for default slot/children. Do not use together with a text children/slot, as both will be rendered and result in duplicate labels.",
314
316
  "type": "string"
315
317
  },
316
- { "name": "initialized", "type": "boolean" }
318
+ { "name": "initialized", "type": "boolean" },
319
+ { "name": "observer" }
317
320
  ],
318
321
  "events": []
319
322
  }
@@ -384,7 +387,8 @@
384
387
  "name": "text",
385
388
  "description": "Alternative for default slot/children. Do not use together with a text children/slot, as both will be rendered and result in duplicate labels.",
386
389
  "type": "string"
387
- }
390
+ },
391
+ { "name": "observer" }
388
392
  ],
389
393
  "events": []
390
394
  }
@@ -596,7 +600,8 @@
596
600
  "name": "text",
597
601
  "description": "Alternative for default slot/children. Do not use together with a text children/slot, as both will be rendered and result in duplicate labels.",
598
602
  "type": "string"
599
- }
603
+ },
604
+ { "name": "observer" }
600
605
  ],
601
606
  "events": [
602
607
  {
@@ -673,7 +678,8 @@
673
678
  "name": "spacing",
674
679
  "description": "The spacing attribute changes the padding of the component.",
675
680
  "type": "\"medium\" | \"small\" | \"large\" | \"none\" | string"
676
- }
681
+ },
682
+ { "name": "observer" }
677
683
  ],
678
684
  "events": [
679
685
  {
@@ -775,7 +781,8 @@
775
781
  "name": "text",
776
782
  "description": "Alternative for default slot/children. Do not use together with a text children/slot, as both will be rendered and result in duplicate labels.",
777
783
  "type": "string"
778
- }
784
+ },
785
+ { "name": "observer" }
779
786
  ],
780
787
  "events": []
781
788
  }
@@ -1002,7 +1009,8 @@
1002
1009
  { "name": "_invalidMessage" },
1003
1010
  { "name": "_descByIds" },
1004
1011
  { "name": "_voiceOverFallback", "type": "string" },
1005
- { "name": "abortController" }
1012
+ { "name": "abortController" },
1013
+ { "name": "observer" }
1006
1014
  ],
1007
1015
  "events": [
1008
1016
  {
@@ -1158,7 +1166,8 @@
1158
1166
  "name": "noText",
1159
1167
  "description": "Define the text next to the icon specified via the icon Property to get hidden.",
1160
1168
  "type": "boolean | string"
1161
- }
1169
+ },
1170
+ { "name": "observer" }
1162
1171
  ],
1163
1172
  "events": []
1164
1173
  }
@@ -1214,7 +1223,8 @@
1214
1223
  "name": "width",
1215
1224
  "description": "Changes the behavior of the dropdown with.\nDefault: fixed 328px\nFull: Based on the size of the form-field\nAuto: Based on the size of the largest list item",
1216
1225
  "type": "\"fixed\" | \"auto\" | \"full\" | string"
1217
- }
1226
+ },
1227
+ { "name": "observer" }
1218
1228
  ],
1219
1229
  "events": []
1220
1230
  }
@@ -1371,7 +1381,8 @@
1371
1381
  "description": "The label attribute specifies the caption of the form element.",
1372
1382
  "type": "string"
1373
1383
  },
1374
- { "name": "hasDivider", "type": "boolean" }
1384
+ { "name": "hasDivider", "type": "boolean" },
1385
+ { "name": "observer" }
1375
1386
  ],
1376
1387
  "events": [
1377
1388
  {
@@ -1421,7 +1432,8 @@
1421
1432
  {
1422
1433
  "name": "className",
1423
1434
  "type": "DBCustomSelectListProps[\"className\"]"
1424
- }
1435
+ },
1436
+ { "name": "observer" }
1425
1437
  ],
1426
1438
  "events": []
1427
1439
  }
@@ -1956,7 +1968,8 @@
1956
1968
  { "name": "_descByIds" },
1957
1969
  { "name": "_value", "type": "string" },
1958
1970
  { "name": "_voiceOverFallback", "type": "string" },
1959
- { "name": "abortController" }
1971
+ { "name": "abortController" },
1972
+ { "name": "observer" }
1960
1973
  ],
1961
1974
  "events": [
1962
1975
  {
@@ -2102,7 +2115,12 @@
2102
2115
  { "name": "_id" },
2103
2116
  { "name": "initialized", "type": "boolean" },
2104
2117
  { "name": "_documentScrollListenerCallbackId" },
2105
- { "name": "_observer" }
2118
+ { "name": "_observer" },
2119
+ { "name": "_attachedParent" },
2120
+ { "name": "_attachedId" },
2121
+ { "name": "_activeTriggerCount", "type": "number" },
2122
+ { "name": "_boundListeners", "type": "array" },
2123
+ { "name": "observer" }
2106
2124
  ],
2107
2125
  "events": []
2108
2126
  }
@@ -2248,7 +2266,8 @@
2248
2266
  "name": "behavior",
2249
2267
  "description": "Defines the behavior of the component:\n- static: default behavior without remove button\n - removable: add a remove button at the end of the tag",
2250
2268
  "type": "\"static\" | \"removable\" | string"
2251
- }
2269
+ },
2270
+ { "name": "observer" }
2252
2271
  ],
2253
2272
  "events": [
2254
2273
  {
@@ -2805,6 +2824,7 @@
2805
2824
  { "name": "_searchValue" },
2806
2825
  { "name": "selectAllChecked", "type": "boolean" },
2807
2826
  { "name": "selectAllIndeterminate", "type": "boolean" },
2827
+ { "name": "observer" },
2808
2828
  { "name": "satisfyReact" }
2809
2829
  ],
2810
2830
  "events": [
@@ -2865,7 +2885,8 @@
2865
2885
  {
2866
2886
  "name": "className",
2867
2887
  "type": "DBCustomSelectFormFieldProps[\"className\"]"
2868
- }
2888
+ },
2889
+ { "name": "observer" }
2869
2890
  ],
2870
2891
  "events": []
2871
2892
  }
@@ -2940,7 +2961,8 @@
2940
2961
  "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
2941
2962
  "type": "\"full\" | \"auto\" | string"
2942
2963
  },
2943
- { "name": "className", "type": "DBDividerProps[\"className\"]" }
2964
+ { "name": "className", "type": "DBDividerProps[\"className\"]" },
2965
+ { "name": "observer" }
2944
2966
  ],
2945
2967
  "events": []
2946
2968
  }
@@ -3089,7 +3111,8 @@
3089
3111
  "description": "The closeButtonText attribute changes the text inside the close button.",
3090
3112
  "type": "string"
3091
3113
  },
3092
- { "name": "initialized", "type": "boolean" }
3114
+ { "name": "initialized", "type": "boolean" },
3115
+ { "name": "observer" }
3093
3116
  ],
3094
3117
  "events": [
3095
3118
  {
@@ -3214,7 +3237,8 @@
3214
3237
  "type": "string"
3215
3238
  },
3216
3239
  { "name": "initialized", "type": "boolean" },
3217
- { "name": "forcedToMobile", "type": "boolean" }
3240
+ { "name": "forcedToMobile", "type": "boolean" },
3241
+ { "name": "observer" }
3218
3242
  ],
3219
3243
  "events": [
3220
3244
  {
@@ -3286,7 +3310,8 @@
3286
3310
  "name": "text",
3287
3311
  "description": "Alternative for default slot/children. Do not use together with a text children/slot, as both will be rendered and result in duplicate labels.",
3288
3312
  "type": "string"
3289
- }
3313
+ },
3314
+ { "name": "observer" }
3290
3315
  ],
3291
3316
  "events": []
3292
3317
  }
@@ -3467,7 +3492,8 @@
3467
3492
  "name": "text",
3468
3493
  "description": "Alternative for default slot/children. Do not use together with a text children/slot, as both will be rendered and result in duplicate labels.",
3469
3494
  "type": "string"
3470
- }
3495
+ },
3496
+ { "name": "observer" }
3471
3497
  ],
3472
3498
  "events": []
3473
3499
  }
@@ -3505,7 +3531,8 @@
3505
3531
  {
3506
3532
  "name": "className",
3507
3533
  "type": "DBNavigationProps[\"className\"]"
3508
- }
3534
+ },
3535
+ { "name": "observer" }
3509
3536
  ],
3510
3537
  "events": []
3511
3538
  }
@@ -3673,7 +3700,8 @@
3673
3700
  { "name": "autoClose", "type": "boolean" },
3674
3701
  { "name": "navigationItemSafeTriangle" },
3675
3702
  { "name": "subNavigationId" },
3676
- { "name": "subNavigationToggleId" }
3703
+ { "name": "subNavigationToggleId" },
3704
+ { "name": "observer" }
3677
3705
  ],
3678
3706
  "events": [
3679
3707
  {
@@ -3894,7 +3922,8 @@
3894
3922
  "name": "closeButtonText",
3895
3923
  "description": "The closeButtonText attribute changes the text inside the close button.",
3896
3924
  "type": "string"
3897
- }
3925
+ },
3926
+ { "name": "observer" }
3898
3927
  ],
3899
3928
  "events": [
3900
3929
  {
@@ -3983,7 +4012,8 @@
3983
4012
  "description": "Adds `class` to `<main>` element",
3984
4013
  "type": "string"
3985
4014
  },
3986
- { "name": "fontsLoaded", "type": "boolean" }
4015
+ { "name": "fontsLoaded", "type": "boolean" },
4016
+ { "name": "observer" }
3987
4017
  ],
3988
4018
  "events": []
3989
4019
  }
@@ -4098,7 +4128,8 @@
4098
4128
  { "name": "initialized", "type": "boolean" },
4099
4129
  { "name": "isExpanded", "type": "boolean" },
4100
4130
  { "name": "_documentScrollListenerCallbackId" },
4101
- { "name": "_observer" }
4131
+ { "name": "_observer" },
4132
+ { "name": "observer" }
4102
4133
  ],
4103
4134
  "events": []
4104
4135
  }
@@ -4253,7 +4284,8 @@
4253
4284
  },
4254
4285
  { "name": "initialized", "type": "boolean" },
4255
4286
  { "name": "_id" },
4256
- { "name": "abortController" }
4287
+ { "name": "abortController" },
4288
+ { "name": "observer" }
4257
4289
  ],
4258
4290
  "events": [
4259
4291
  {
@@ -4329,7 +4361,8 @@
4329
4361
  "name": "width",
4330
4362
  "description": "Set max width for the component",
4331
4363
  "type": "\"full\" | \"medium\" | \"large\" | \"small\""
4332
- }
4364
+ },
4365
+ { "name": "observer" }
4333
4366
  ],
4334
4367
  "events": []
4335
4368
  }
@@ -4624,7 +4657,8 @@
4624
4657
  { "name": "_value", "type": "string" },
4625
4658
  { "name": "initialized", "type": "boolean" },
4626
4659
  { "name": "_voiceOverFallback", "type": "string" },
4627
- { "name": "abortController" }
4660
+ { "name": "abortController" },
4661
+ { "name": "observer" }
4628
4662
  ],
4629
4663
  "events": [
4630
4664
  {
@@ -4746,7 +4780,8 @@
4746
4780
  "name": "wrap",
4747
4781
  "description": "If the stack should wrap if parent is too small otherwise you get an overflow",
4748
4782
  "type": "boolean | string"
4749
- }
4783
+ },
4784
+ { "name": "observer" }
4750
4785
  ],
4751
4786
  "events": []
4752
4787
  }
@@ -4989,7 +5024,8 @@
4989
5024
  { "name": "_invalidMessage" },
4990
5025
  { "name": "_descByIds" },
4991
5026
  { "name": "_voiceOverFallback", "type": "string" },
4992
- { "name": "abortController" }
5027
+ { "name": "abortController" },
5028
+ { "name": "observer" }
4993
5029
  ],
4994
5030
  "events": [
4995
5031
  {
@@ -5167,7 +5203,8 @@
5167
5203
  { "name": "_name" },
5168
5204
  { "name": "initialized", "type": "boolean" },
5169
5205
  { "name": "_listenerAdded", "type": "boolean" },
5170
- { "name": "boundSetSelectedOnChange" }
5206
+ { "name": "boundSetSelectedOnChange" },
5207
+ { "name": "observer" }
5171
5208
  ],
5172
5209
  "events": [
5173
5210
  {
@@ -5207,7 +5244,8 @@
5207
5244
  "name": "propOverrides",
5208
5245
  "type": "DBTabListProps[\"propOverrides\"]"
5209
5246
  },
5210
- { "name": "className", "type": "DBTabListProps[\"className\"]" }
5247
+ { "name": "className", "type": "DBTabListProps[\"className\"]" },
5248
+ { "name": "observer" }
5211
5249
  ],
5212
5250
  "events": []
5213
5251
  }
@@ -5252,69 +5290,59 @@
5252
5290
  "name": "content",
5253
5291
  "description": "The content if you don't want to use children.",
5254
5292
  "type": "string"
5255
- }
5293
+ },
5294
+ { "name": "observer" }
5256
5295
  ],
5257
5296
  "events": []
5258
5297
  }
5259
5298
  },
5260
5299
  {
5261
- "name": "db-tabs",
5262
- "description": "\n---\n\n\n### **Events:**\n - **indexChange**\n- **tabSelect**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
5263
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tabs/properties",
5300
+ "name": "db-table-data-cell",
5301
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
5302
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-data-cell/properties",
5264
5303
  "attributes": [
5265
5304
  {
5266
- "name": "name",
5267
- "description": "The name of the tab bar, is required for grouping multiple tabs together. Will overwrite names from children.",
5268
- "value": { "type": "string" }
5269
- },
5270
- {
5271
- "name": "tabs",
5272
- "description": "Provide simple tabs with label + text as content",
5273
- "value": { "type": "DBSimpleTabProps[] | string" }
5274
- },
5275
- {
5276
- "name": "arrow-scroll-distance",
5277
- "description": "Change amount of distance if you click on an arrow, only available with behavior=\"arrows\"",
5278
- "value": { "type": "number | string" }
5305
+ "name": "id",
5306
+ "value": { "type": "DBTableDataCellProps[\"id\"]" }
5279
5307
  },
5280
5308
  {
5281
- "name": "orientation",
5282
- "description": "Change the orientation. Defaults to horizontal.",
5283
- "value": { "type": "\"horizontal\" | \"vertical\"" }
5309
+ "name": "classname",
5310
+ "value": { "type": "DBTableDataCellProps[\"className\"]" }
5284
5311
  },
5285
5312
  {
5286
- "name": "behavior",
5287
- "description": "Show a scrollbar or buttons with arrows to navigate for horizontal tabs with overflow visible",
5288
- "value": { "type": "\"scrollbar\" | \"arrows\"" }
5313
+ "name": "horizontal-alignment",
5314
+ "description": "Set the horizontal alignment of the cell content.",
5315
+ "value": { "type": "\"start\" | \"center\" | \"end\"" }
5289
5316
  },
5290
5317
  {
5291
- "name": "initial-selected-mode",
5292
- "description": "Default behavior is auto selecting the first tab, disable it with 'manually'",
5293
- "value": { "type": "\"auto\" | \"manually\"" }
5318
+ "name": "vertical-alignment",
5319
+ "description": "Set the vertical alignment of the cell content.",
5320
+ "value": { "type": "\"start\" | \"center\" | \"end\"" }
5294
5321
  },
5295
5322
  {
5296
- "name": "initial-selected-index",
5297
- "description": "Default behavior is auto selecting the first tab, change selected tab by index",
5323
+ "name": "col-span",
5324
+ "description": "The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5298
5325
  "value": { "type": "number | string" }
5299
5326
  },
5300
- { "name": "id", "value": { "type": "DBTabsProps[\"id\"]" } },
5301
5327
  {
5302
- "name": "prop-overrides",
5303
- "value": { "type": "DBTabsProps[\"propOverrides\"]" }
5328
+ "name": "colspan",
5329
+ "description": "Lowercase HTML attribute alternative to `colSpan`. Use this in template languages that require lowercase attributes (e.g. Angular, Vue).\nIf both `colSpan` and `colspan` are provided, `colSpan` takes precedence.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5330
+ "value": { "type": "number | string" }
5304
5331
  },
5305
5332
  {
5306
- "name": "classname",
5307
- "value": { "type": "DBTabsProps[\"className\"]" }
5333
+ "name": "row-span",
5334
+ "description": "The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5335
+ "value": { "type": "number | string" }
5308
5336
  },
5309
5337
  {
5310
- "name": "alignment",
5311
- "description": "Define the content alignment in full width",
5312
- "value": { "type": "\"start\" | \"center\" | string" }
5338
+ "name": "rowspan",
5339
+ "description": "Lowercase HTML attribute alternative to `rowSpan`. Use this in template languages that require lowercase attributes (e.g. Angular, Vue).\nIf both `rowSpan` and `rowspan` are provided, `rowSpan` takes precedence.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5340
+ "value": { "type": "number | string" }
5313
5341
  },
5314
5342
  {
5315
- "name": "width",
5316
- "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
5317
- "value": { "type": "\"full\" | \"auto\" | string" }
5343
+ "name": "headers",
5344
+ "description": "The **`headers`** property of the HTMLTableCellElement interface contains a list of IDs of th elements that are _headers_ for this specific cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/headers)",
5345
+ "value": { "type": "string" }
5318
5346
  }
5319
5347
  ],
5320
5348
  "slots": [
@@ -5323,165 +5351,740 @@
5323
5351
  "description": "This is a default/unnamed slot"
5324
5352
  }
5325
5353
  ],
5326
- "events": [
5327
- {
5328
- "name": "indexChange",
5329
- "type": "EventEmitter<\n Parameters<Required<DBTabsProps>[\"onIndexChange\"]>[number]\n > | void"
5330
- },
5331
- {
5332
- "name": "tabSelect",
5333
- "type": "EventEmitter<\n Parameters<Required<DBTabsProps>[\"onTabSelect\"]>[number]\n > | void"
5334
- }
5335
- ],
5354
+ "events": [],
5336
5355
  "js": {
5337
5356
  "properties": [
5338
5357
  { "name": "rootElement", "type": "HTMLElement" },
5358
+ { "name": "id", "type": "DBTableDataCellProps[\"id\"]" },
5339
5359
  {
5340
- "name": "name",
5341
- "description": "The name of the tab bar, is required for grouping multiple tabs together. Will overwrite names from children.",
5342
- "type": "string"
5343
- },
5344
- {
5345
- "name": "tabs",
5346
- "description": "Provide simple tabs with label + text as content",
5347
- "type": "DBSimpleTabProps[] | string"
5348
- },
5349
- {
5350
- "name": "arrowScrollDistance",
5351
- "description": "Change amount of distance if you click on an arrow, only available with behavior=\"arrows\"",
5352
- "type": "number | string"
5353
- },
5354
- {
5355
- "name": "orientation",
5356
- "description": "Change the orientation. Defaults to horizontal.",
5357
- "type": "\"horizontal\" | \"vertical\""
5360
+ "name": "className",
5361
+ "type": "DBTableDataCellProps[\"className\"]"
5358
5362
  },
5359
5363
  {
5360
- "name": "behavior",
5361
- "description": "Show a scrollbar or buttons with arrows to navigate for horizontal tabs with overflow visible",
5362
- "type": "\"scrollbar\" | \"arrows\""
5364
+ "name": "horizontalAlignment",
5365
+ "description": "Set the horizontal alignment of the cell content.",
5366
+ "type": "\"start\" | \"center\" | \"end\""
5363
5367
  },
5364
5368
  {
5365
- "name": "initialSelectedMode",
5366
- "description": "Default behavior is auto selecting the first tab, disable it with 'manually'",
5367
- "type": "\"auto\" | \"manually\""
5369
+ "name": "verticalAlignment",
5370
+ "description": "Set the vertical alignment of the cell content.",
5371
+ "type": "\"start\" | \"center\" | \"end\""
5368
5372
  },
5369
5373
  {
5370
- "name": "initialSelectedIndex",
5371
- "description": "Default behavior is auto selecting the first tab, change selected tab by index",
5374
+ "name": "colSpan",
5375
+ "description": "The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5372
5376
  "type": "number | string"
5373
5377
  },
5374
- { "name": "id", "type": "DBTabsProps[\"id\"]" },
5375
- {
5376
- "name": "propOverrides",
5377
- "type": "DBTabsProps[\"propOverrides\"]"
5378
- },
5379
- { "name": "className", "type": "DBTabsProps[\"className\"]" },
5380
5378
  {
5381
- "name": "alignment",
5382
- "description": "Define the content alignment in full width",
5383
- "type": "\"start\" | \"center\" | string"
5379
+ "name": "colspan",
5380
+ "description": "Lowercase HTML attribute alternative to `colSpan`. Use this in template languages that require lowercase attributes (e.g. Angular, Vue).\nIf both `colSpan` and `colspan` are provided, `colSpan` takes precedence.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5381
+ "type": "number | string"
5384
5382
  },
5385
5383
  {
5386
- "name": "width",
5387
- "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
5388
- "type": "\"full\" | \"auto\" | string"
5384
+ "name": "rowSpan",
5385
+ "description": "The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5386
+ "type": "number | string"
5389
5387
  },
5390
- { "name": "_name", "type": "string" },
5391
- { "name": "initialized", "type": "boolean" },
5392
- { "name": "showScrollLeft", "type": "boolean" },
5393
- { "name": "showScrollRight", "type": "boolean" },
5394
- { "name": "scrollContainer", "type": "null" },
5395
- { "name": "_resizeObserver" }
5396
- ],
5397
- "events": [
5398
5388
  {
5399
- "name": "indexChange",
5400
- "type": "EventEmitter<\n Parameters<Required<DBTabsProps>[\"onIndexChange\"]>[number]\n > | void"
5389
+ "name": "rowspan",
5390
+ "description": "Lowercase HTML attribute alternative to `rowSpan`. Use this in template languages that require lowercase attributes (e.g. Angular, Vue).\nIf both `rowSpan` and `rowspan` are provided, `rowSpan` takes precedence.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5391
+ "type": "number | string"
5401
5392
  },
5402
5393
  {
5403
- "name": "tabSelect",
5404
- "type": "EventEmitter<\n Parameters<Required<DBTabsProps>[\"onTabSelect\"]>[number]\n > | void"
5394
+ "name": "headers",
5395
+ "description": "The **`headers`** property of the HTMLTableCellElement interface contains a list of IDs of th elements that are _headers_ for this specific cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/headers)",
5396
+ "type": "string"
5405
5397
  }
5406
- ]
5398
+ ],
5399
+ "events": []
5407
5400
  }
5408
5401
  },
5409
5402
  {
5410
- "name": "db-textarea",
5411
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
5412
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea/properties",
5403
+ "name": "db-table-header-cell",
5404
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
5405
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-header-cell/properties",
5413
5406
  "attributes": [
5414
5407
  {
5415
- "name": "invalid-message",
5416
- "description": "Helper message for invalid form components",
5417
- "value": { "type": "string" }
5408
+ "name": "id",
5409
+ "value": { "type": "DBTableHeaderCellProps[\"id\"]" }
5418
5410
  },
5419
- { "name": "id", "value": { "type": "DBTextareaProps[\"id\"]" } },
5420
5411
  {
5421
- "name": "prop-overrides",
5422
- "value": { "type": "DBTextareaProps[\"propOverrides\"]" }
5412
+ "name": "classname",
5413
+ "value": { "type": "DBTableHeaderCellProps[\"className\"]" }
5423
5414
  },
5424
5415
  {
5425
- "name": "message",
5426
- "description": "Optional helper message for form components",
5427
- "value": { "type": "string" }
5416
+ "name": "horizontal-alignment",
5417
+ "description": "Set the horizontal alignment of the cell content.",
5418
+ "value": { "type": "\"start\" | \"center\" | \"end\"" }
5428
5419
  },
5429
5420
  {
5430
- "name": "show-message",
5431
- "description": "Enables or disables the visibility of the message.",
5432
- "value": { "type": "boolean | string" }
5421
+ "name": "vertical-alignment",
5422
+ "description": "Set the vertical alignment of the cell content.",
5423
+ "value": { "type": "\"start\" | \"center\" | \"end\"" }
5433
5424
  },
5434
5425
  {
5435
- "name": "value",
5436
- "description": "The value property is to receive results from the native form element.",
5437
- "value": { "type": "any" }
5426
+ "name": "no-text",
5427
+ "description": "Hide the text content of the cell.",
5428
+ "value": { "type": "boolean | string" }
5438
5429
  },
5439
5430
  {
5440
- "name": "valid-message",
5441
- "description": "Helper message for valid form components",
5442
- "value": { "type": "string" }
5431
+ "name": "scope",
5432
+ "description": "The **`scope`** property of the HTMLTableCellElement interface indicates the scope of a th cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/scope)",
5433
+ "value": {
5434
+ "type": "\"row\" | \"col\" | \"rowgroup\" | \"colgroup\""
5435
+ }
5443
5436
  },
5444
5437
  {
5445
- "name": "validation",
5446
- "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
5447
- "value": { "type": "\"invalid\" | \"valid\" | \"no-validation\"" }
5438
+ "name": "col-span",
5439
+ "description": "The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5440
+ "value": { "type": "number | string" }
5448
5441
  },
5449
5442
  {
5450
- "name": "required",
5451
- "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.\nThe form element will be marked semantically as required and by default also visually with an asterisk '*' next to the label (unless the property `showRequiredAsterisk` is also set with the value `false`).",
5452
- "value": { "type": "boolean | string" }
5443
+ "name": "colspan",
5444
+ "description": "Lowercase HTML attribute alternative to `colSpan`. Use this in template languages that require lowercase attributes (e.g. Angular, Vue).\nIf both `colSpan` and `colspan` are provided, `colSpan` takes precedence.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5445
+ "value": { "type": "number | string" }
5453
5446
  },
5454
5447
  {
5455
- "name": "min-length",
5456
- "description": "Minimum length (number of characters) of value",
5448
+ "name": "row-span",
5449
+ "description": "The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5457
5450
  "value": { "type": "number | string" }
5458
5451
  },
5459
5452
  {
5460
- "name": "max-length",
5461
- "description": "Maximum length (number of characters) of value",
5453
+ "name": "rowspan",
5454
+ "description": "Lowercase HTML attribute alternative to `rowSpan`. Use this in template languages that require lowercase attributes (e.g. Angular, Vue).\nIf both `rowSpan` and `rowspan` are provided, `rowSpan` takes precedence.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5462
5455
  "value": { "type": "number | string" }
5463
5456
  },
5464
5457
  {
5465
- "name": "classname",
5466
- "value": { "type": "DBTextareaProps[\"className\"]" }
5458
+ "name": "headers",
5459
+ "description": "The **`headers`** property of the HTMLTableCellElement interface contains a list of IDs of th elements that are _headers_ for this specific cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/headers)",
5460
+ "value": { "type": "string" }
5467
5461
  },
5468
5462
  {
5469
- "name": "variant",
5470
- "description": "Change the variant of the label to float or hidden",
5471
- "value": { "type": "\"above\" | \"floating\"" }
5463
+ "name": "abbr",
5464
+ "description": "The **`abbr`** property of the HTMLTableCellElement interface indicates an abbreviation associated with the cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/abbr)",
5465
+ "value": { "type": "string" }
5466
+ }
5467
+ ],
5468
+ "slots": [
5469
+ {
5470
+ "name": "children",
5471
+ "description": "This is a default/unnamed slot"
5472
+ }
5473
+ ],
5474
+ "events": [],
5475
+ "js": {
5476
+ "properties": [
5477
+ { "name": "rootElement", "type": "HTMLElement" },
5478
+ { "name": "id", "type": "DBTableHeaderCellProps[\"id\"]" },
5479
+ {
5480
+ "name": "className",
5481
+ "type": "DBTableHeaderCellProps[\"className\"]"
5482
+ },
5483
+ {
5484
+ "name": "horizontalAlignment",
5485
+ "description": "Set the horizontal alignment of the cell content.",
5486
+ "type": "\"start\" | \"center\" | \"end\""
5487
+ },
5488
+ {
5489
+ "name": "verticalAlignment",
5490
+ "description": "Set the vertical alignment of the cell content.",
5491
+ "type": "\"start\" | \"center\" | \"end\""
5492
+ },
5493
+ {
5494
+ "name": "noText",
5495
+ "description": "Hide the text content of the cell.",
5496
+ "type": "boolean | string"
5497
+ },
5498
+ {
5499
+ "name": "scope",
5500
+ "description": "The **`scope`** property of the HTMLTableCellElement interface indicates the scope of a th cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/scope)",
5501
+ "type": "\"row\" | \"col\" | \"rowgroup\" | \"colgroup\""
5502
+ },
5503
+ {
5504
+ "name": "colSpan",
5505
+ "description": "The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5506
+ "type": "number | string"
5507
+ },
5508
+ {
5509
+ "name": "colspan",
5510
+ "description": "Lowercase HTML attribute alternative to `colSpan`. Use this in template languages that require lowercase attributes (e.g. Angular, Vue).\nIf both `colSpan` and `colspan` are provided, `colSpan` takes precedence.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5511
+ "type": "number | string"
5512
+ },
5513
+ {
5514
+ "name": "rowSpan",
5515
+ "description": "The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5516
+ "type": "number | string"
5517
+ },
5518
+ {
5519
+ "name": "rowspan",
5520
+ "description": "Lowercase HTML attribute alternative to `rowSpan`. Use this in template languages that require lowercase attributes (e.g. Angular, Vue).\nIf both `rowSpan` and `rowspan` are provided, `rowSpan` takes precedence.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5521
+ "type": "number | string"
5522
+ },
5523
+ {
5524
+ "name": "headers",
5525
+ "description": "The **`headers`** property of the HTMLTableCellElement interface contains a list of IDs of th elements that are _headers_ for this specific cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/headers)",
5526
+ "type": "string"
5527
+ },
5528
+ {
5529
+ "name": "abbr",
5530
+ "description": "The **`abbr`** property of the HTMLTableCellElement interface indicates an abbreviation associated with the cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/abbr)",
5531
+ "type": "string"
5532
+ }
5533
+ ],
5534
+ "events": []
5535
+ }
5536
+ },
5537
+ {
5538
+ "name": "db-table-row",
5539
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
5540
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-row/properties",
5541
+ "attributes": [
5542
+ { "name": "id", "value": { "type": "DBTableRowProps[\"id\"]" } },
5543
+ {
5544
+ "name": "classname",
5545
+ "value": { "type": "DBTableRowProps[\"className\"]" }
5472
5546
  },
5473
5547
  {
5474
- "name": "show-required-asterisk",
5475
- "description": "This attribute allows to specify whether a form field which is marked as required will show a visual indicator (an asterisk '*').\nIt allows to prevent adding the visual indicator but still keep the field semantically required by setting its value to `false`.\nBy default, its value is `true`, so the asterisk is shown when `required` is set.",
5548
+ "name": "interactive",
5549
+ "description": "If true marks the row as interactive, which checks for child with data-table-row-trigger=\"true\"",
5476
5550
  "value": { "type": "boolean | string" }
5477
5551
  },
5478
5552
  {
5479
- "name": "show-label",
5480
- "description": "Enables/disables the visibility of the label",
5481
- "value": { "type": "boolean | string" }
5553
+ "name": "sub-header-emphasis",
5554
+ "description": "Change styling of row only if it is inside thead",
5555
+ "value": { "type": "\"none\" | \"weak\" | \"strong\"" }
5482
5556
  },
5483
5557
  {
5484
- "name": "label",
5558
+ "name": "cells",
5559
+ "description": "All cells of the row",
5560
+ "value": { "type": "DBTableRowCell[]" }
5561
+ }
5562
+ ],
5563
+ "slots": [
5564
+ {
5565
+ "name": "children",
5566
+ "description": "This is a default/unnamed slot"
5567
+ }
5568
+ ],
5569
+ "events": [],
5570
+ "js": {
5571
+ "properties": [
5572
+ { "name": "rootElement", "type": "HTMLElement" },
5573
+ { "name": "id", "type": "DBTableRowProps[\"id\"]" },
5574
+ { "name": "className", "type": "DBTableRowProps[\"className\"]" },
5575
+ {
5576
+ "name": "interactive",
5577
+ "description": "If true marks the row as interactive, which checks for child with data-table-row-trigger=\"true\"",
5578
+ "type": "boolean | string"
5579
+ },
5580
+ {
5581
+ "name": "subHeaderEmphasis",
5582
+ "description": "Change styling of row only if it is inside thead",
5583
+ "type": "\"none\" | \"weak\" | \"strong\""
5584
+ },
5585
+ {
5586
+ "name": "cells",
5587
+ "description": "All cells of the row",
5588
+ "type": "DBTableRowCell[]"
5589
+ }
5590
+ ],
5591
+ "events": []
5592
+ }
5593
+ },
5594
+ {
5595
+ "name": "db-table-body",
5596
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
5597
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-body/properties",
5598
+ "attributes": [
5599
+ { "name": "id", "value": { "type": "DBTableBodyProps[\"id\"]" } },
5600
+ {
5601
+ "name": "classname",
5602
+ "value": { "type": "DBTableBodyProps[\"className\"]" }
5603
+ },
5604
+ { "name": "rows", "value": { "type": "DBTableRowProps[]" } }
5605
+ ],
5606
+ "slots": [
5607
+ {
5608
+ "name": "children",
5609
+ "description": "This is a default/unnamed slot"
5610
+ }
5611
+ ],
5612
+ "events": [],
5613
+ "js": {
5614
+ "properties": [
5615
+ { "name": "rootElement", "type": "HTMLElement" },
5616
+ { "name": "id", "type": "DBTableBodyProps[\"id\"]" },
5617
+ {
5618
+ "name": "className",
5619
+ "type": "DBTableBodyProps[\"className\"]"
5620
+ },
5621
+ { "name": "rows", "type": "DBTableRowProps[]" }
5622
+ ],
5623
+ "events": []
5624
+ }
5625
+ },
5626
+ {
5627
+ "name": "db-table-footer",
5628
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
5629
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-footer/properties",
5630
+ "attributes": [
5631
+ { "name": "id", "value": { "type": "DBTableFooterProps[\"id\"]" } },
5632
+ {
5633
+ "name": "classname",
5634
+ "value": { "type": "DBTableFooterProps[\"className\"]" }
5635
+ },
5636
+ { "name": "rows", "value": { "type": "DBTableRowProps[]" } }
5637
+ ],
5638
+ "slots": [
5639
+ {
5640
+ "name": "children",
5641
+ "description": "This is a default/unnamed slot"
5642
+ }
5643
+ ],
5644
+ "events": [],
5645
+ "js": {
5646
+ "properties": [
5647
+ { "name": "rootElement", "type": "HTMLElement" },
5648
+ { "name": "id", "type": "DBTableFooterProps[\"id\"]" },
5649
+ {
5650
+ "name": "className",
5651
+ "type": "DBTableFooterProps[\"className\"]"
5652
+ },
5653
+ { "name": "rows", "type": "DBTableRowProps[]" }
5654
+ ],
5655
+ "events": []
5656
+ }
5657
+ },
5658
+ {
5659
+ "name": "db-table-head",
5660
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
5661
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-head/properties",
5662
+ "attributes": [
5663
+ { "name": "id", "value": { "type": "DBTableHeadProps[\"id\"]" } },
5664
+ {
5665
+ "name": "classname",
5666
+ "value": { "type": "DBTableHeadProps[\"className\"]" }
5667
+ },
5668
+ { "name": "rows", "value": { "type": "DBTableRowProps[]" } }
5669
+ ],
5670
+ "slots": [
5671
+ {
5672
+ "name": "children",
5673
+ "description": "This is a default/unnamed slot"
5674
+ }
5675
+ ],
5676
+ "events": [],
5677
+ "js": {
5678
+ "properties": [
5679
+ { "name": "rootElement", "type": "HTMLElement" },
5680
+ { "name": "id", "type": "DBTableHeadProps[\"id\"]" },
5681
+ {
5682
+ "name": "className",
5683
+ "type": "DBTableHeadProps[\"className\"]"
5684
+ },
5685
+ { "name": "rows", "type": "DBTableRowProps[]" },
5686
+ { "name": "observer" }
5687
+ ],
5688
+ "events": []
5689
+ }
5690
+ },
5691
+ {
5692
+ "name": "db-table",
5693
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot\n- **caption** - Slot for table caption",
5694
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table/properties",
5695
+ "attributes": [
5696
+ {
5697
+ "name": "data",
5698
+ "description": "Table data if you don't use default slot/children",
5699
+ "value": { "type": "DBTableData | string" }
5700
+ },
5701
+ {
5702
+ "name": "mobile-variant",
5703
+ "description": "Change the layout of the table on mobile\nlist: list style\ntable: classic table",
5704
+ "value": { "type": "\"table\" | \"list\"" }
5705
+ },
5706
+ {
5707
+ "name": "column-sizes",
5708
+ "description": "Set the width of the columns based in their index.\nAlternative: Use `--db-table-column-size-$index` inside CSS to control it.\nSee: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/grid-template-columns",
5709
+ "value": { "type": "Record" }
5710
+ },
5711
+ {
5712
+ "name": "classname",
5713
+ "value": { "type": "DBTableProps[\"className\"]" }
5714
+ },
5715
+ {
5716
+ "name": "width",
5717
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
5718
+ "value": { "type": "\"full\" | \"auto\" | string" }
5719
+ },
5720
+ {
5721
+ "name": "size",
5722
+ "description": "Size of the table rows",
5723
+ "value": {
5724
+ "type": "\"x-small\" | \"small\" | \"medium\" | \"large\""
5725
+ }
5726
+ },
5727
+ {
5728
+ "name": "divider",
5729
+ "description": "Show the divider between the rows and cells",
5730
+ "value": {
5731
+ "type": "\"none\" | \"both\" | \"horizontal\" | \"vertical\""
5732
+ }
5733
+ },
5734
+ {
5735
+ "name": "variant",
5736
+ "description": "Change the layout of the table\nspaced: card style table\nflat: classic table",
5737
+ "value": { "type": "\"flat\" | \"zebra\" | \"spaced\"" }
5738
+ },
5739
+ {
5740
+ "name": "show-caption",
5741
+ "description": "Show caption above table default is hidden",
5742
+ "value": { "type": "boolean | string" }
5743
+ },
5744
+ {
5745
+ "name": "sticky-header",
5746
+ "description": "Change the header cells to be sticky when scrolling the table",
5747
+ "value": {
5748
+ "type": "\"none\" | \"both\" | \"horizontal\" | \"vertical\""
5749
+ }
5750
+ },
5751
+ { "name": "id", "value": { "type": "DBTableProps[\"id\"]" } },
5752
+ {
5753
+ "name": "caption-plain",
5754
+ "description": "String alternative for table caption slot",
5755
+ "value": { "type": "string" }
5756
+ }
5757
+ ],
5758
+ "slots": [
5759
+ {
5760
+ "name": "children",
5761
+ "description": "This is a default/unnamed slot"
5762
+ },
5763
+ { "name": "caption", "description": "Slot for table caption" }
5764
+ ],
5765
+ "events": [],
5766
+ "js": {
5767
+ "properties": [
5768
+ { "name": "rootElement", "type": "HTMLElement" },
5769
+ {
5770
+ "name": "data",
5771
+ "description": "Table data if you don't use default slot/children",
5772
+ "type": "DBTableData | string"
5773
+ },
5774
+ {
5775
+ "name": "mobileVariant",
5776
+ "description": "Change the layout of the table on mobile\nlist: list style\ntable: classic table",
5777
+ "type": "\"table\" | \"list\""
5778
+ },
5779
+ {
5780
+ "name": "columnSizes",
5781
+ "description": "Set the width of the columns based in their index.\nAlternative: Use `--db-table-column-size-$index` inside CSS to control it.\nSee: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/grid-template-columns",
5782
+ "type": "Record"
5783
+ },
5784
+ { "name": "className", "type": "DBTableProps[\"className\"]" },
5785
+ {
5786
+ "name": "width",
5787
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
5788
+ "type": "\"full\" | \"auto\" | string"
5789
+ },
5790
+ {
5791
+ "name": "size",
5792
+ "description": "Size of the table rows",
5793
+ "type": "\"x-small\" | \"small\" | \"medium\" | \"large\""
5794
+ },
5795
+ {
5796
+ "name": "divider",
5797
+ "description": "Show the divider between the rows and cells",
5798
+ "type": "\"none\" | \"both\" | \"horizontal\" | \"vertical\""
5799
+ },
5800
+ {
5801
+ "name": "variant",
5802
+ "description": "Change the layout of the table\nspaced: card style table\nflat: classic table",
5803
+ "type": "\"flat\" | \"zebra\" | \"spaced\""
5804
+ },
5805
+ {
5806
+ "name": "showCaption",
5807
+ "description": "Show caption above table default is hidden",
5808
+ "type": "boolean | string"
5809
+ },
5810
+ {
5811
+ "name": "stickyHeader",
5812
+ "description": "Change the header cells to be sticky when scrolling the table",
5813
+ "type": "\"none\" | \"both\" | \"horizontal\" | \"vertical\""
5814
+ },
5815
+ { "name": "id", "type": "DBTableProps[\"id\"]" },
5816
+ {
5817
+ "name": "captionPlain",
5818
+ "description": "String alternative for table caption slot",
5819
+ "type": "string"
5820
+ },
5821
+ { "name": "_data" },
5822
+ { "name": "_style" },
5823
+ { "name": "observer" }
5824
+ ],
5825
+ "events": []
5826
+ }
5827
+ },
5828
+ {
5829
+ "name": "db-table-caption",
5830
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
5831
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-caption/properties",
5832
+ "attributes": [
5833
+ {
5834
+ "name": "id",
5835
+ "value": { "type": "DBTableCaptionProps[\"id\"]" }
5836
+ },
5837
+ {
5838
+ "name": "classname",
5839
+ "value": { "type": "DBTableCaptionProps[\"className\"]" }
5840
+ }
5841
+ ],
5842
+ "slots": [
5843
+ {
5844
+ "name": "children",
5845
+ "description": "This is a default/unnamed slot"
5846
+ }
5847
+ ],
5848
+ "events": [],
5849
+ "js": {
5850
+ "properties": [
5851
+ { "name": "rootElement", "type": "HTMLElement" },
5852
+ { "name": "id", "type": "DBTableCaptionProps[\"id\"]" },
5853
+ {
5854
+ "name": "className",
5855
+ "type": "DBTableCaptionProps[\"className\"]"
5856
+ },
5857
+ { "name": "observer" }
5858
+ ],
5859
+ "events": []
5860
+ }
5861
+ },
5862
+ {
5863
+ "name": "db-tabs",
5864
+ "description": "\n---\n\n\n### **Events:**\n - **indexChange**\n- **tabSelect**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
5865
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tabs/properties",
5866
+ "attributes": [
5867
+ {
5868
+ "name": "name",
5869
+ "description": "The name of the tab bar, is required for grouping multiple tabs together. Will overwrite names from children.",
5870
+ "value": { "type": "string" }
5871
+ },
5872
+ {
5873
+ "name": "tabs",
5874
+ "description": "Provide simple tabs with label + text as content",
5875
+ "value": { "type": "DBSimpleTabProps[] | string" }
5876
+ },
5877
+ {
5878
+ "name": "arrow-scroll-distance",
5879
+ "description": "Change amount of distance if you click on an arrow, only available with behavior=\"arrows\"",
5880
+ "value": { "type": "number | string" }
5881
+ },
5882
+ {
5883
+ "name": "orientation",
5884
+ "description": "Change the orientation. Defaults to horizontal.",
5885
+ "value": { "type": "\"horizontal\" | \"vertical\"" }
5886
+ },
5887
+ {
5888
+ "name": "behavior",
5889
+ "description": "Show a scrollbar or buttons with arrows to navigate for horizontal tabs with overflow visible",
5890
+ "value": { "type": "\"scrollbar\" | \"arrows\"" }
5891
+ },
5892
+ {
5893
+ "name": "initial-selected-mode",
5894
+ "description": "Default behavior is auto selecting the first tab, disable it with 'manually'",
5895
+ "value": { "type": "\"auto\" | \"manually\"" }
5896
+ },
5897
+ {
5898
+ "name": "initial-selected-index",
5899
+ "description": "Default behavior is auto selecting the first tab, change selected tab by index",
5900
+ "value": { "type": "number | string" }
5901
+ },
5902
+ { "name": "id", "value": { "type": "DBTabsProps[\"id\"]" } },
5903
+ {
5904
+ "name": "prop-overrides",
5905
+ "value": { "type": "DBTabsProps[\"propOverrides\"]" }
5906
+ },
5907
+ {
5908
+ "name": "classname",
5909
+ "value": { "type": "DBTabsProps[\"className\"]" }
5910
+ },
5911
+ {
5912
+ "name": "alignment",
5913
+ "description": "Define the content alignment",
5914
+ "value": { "type": "\"start\" | \"center\" | \"end\" | string" }
5915
+ },
5916
+ {
5917
+ "name": "width",
5918
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
5919
+ "value": { "type": "\"full\" | \"auto\" | string" }
5920
+ }
5921
+ ],
5922
+ "slots": [
5923
+ {
5924
+ "name": "children",
5925
+ "description": "This is a default/unnamed slot"
5926
+ }
5927
+ ],
5928
+ "events": [
5929
+ {
5930
+ "name": "indexChange",
5931
+ "type": "EventEmitter<\n Parameters<Required<DBTabsProps>[\"onIndexChange\"]>[number]\n > | void"
5932
+ },
5933
+ {
5934
+ "name": "tabSelect",
5935
+ "type": "EventEmitter<\n Parameters<Required<DBTabsProps>[\"onTabSelect\"]>[number]\n > | void"
5936
+ }
5937
+ ],
5938
+ "js": {
5939
+ "properties": [
5940
+ { "name": "rootElement", "type": "HTMLElement" },
5941
+ {
5942
+ "name": "name",
5943
+ "description": "The name of the tab bar, is required for grouping multiple tabs together. Will overwrite names from children.",
5944
+ "type": "string"
5945
+ },
5946
+ {
5947
+ "name": "tabs",
5948
+ "description": "Provide simple tabs with label + text as content",
5949
+ "type": "DBSimpleTabProps[] | string"
5950
+ },
5951
+ {
5952
+ "name": "arrowScrollDistance",
5953
+ "description": "Change amount of distance if you click on an arrow, only available with behavior=\"arrows\"",
5954
+ "type": "number | string"
5955
+ },
5956
+ {
5957
+ "name": "orientation",
5958
+ "description": "Change the orientation. Defaults to horizontal.",
5959
+ "type": "\"horizontal\" | \"vertical\""
5960
+ },
5961
+ {
5962
+ "name": "behavior",
5963
+ "description": "Show a scrollbar or buttons with arrows to navigate for horizontal tabs with overflow visible",
5964
+ "type": "\"scrollbar\" | \"arrows\""
5965
+ },
5966
+ {
5967
+ "name": "initialSelectedMode",
5968
+ "description": "Default behavior is auto selecting the first tab, disable it with 'manually'",
5969
+ "type": "\"auto\" | \"manually\""
5970
+ },
5971
+ {
5972
+ "name": "initialSelectedIndex",
5973
+ "description": "Default behavior is auto selecting the first tab, change selected tab by index",
5974
+ "type": "number | string"
5975
+ },
5976
+ { "name": "id", "type": "DBTabsProps[\"id\"]" },
5977
+ {
5978
+ "name": "propOverrides",
5979
+ "type": "DBTabsProps[\"propOverrides\"]"
5980
+ },
5981
+ { "name": "className", "type": "DBTabsProps[\"className\"]" },
5982
+ {
5983
+ "name": "alignment",
5984
+ "description": "Define the content alignment",
5985
+ "type": "\"start\" | \"center\" | \"end\" | string"
5986
+ },
5987
+ {
5988
+ "name": "width",
5989
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
5990
+ "type": "\"full\" | \"auto\" | string"
5991
+ },
5992
+ { "name": "_name", "type": "string" },
5993
+ { "name": "initialized", "type": "boolean" },
5994
+ { "name": "showScrollLeft", "type": "boolean" },
5995
+ { "name": "showScrollRight", "type": "boolean" },
5996
+ { "name": "scrollContainer", "type": "null" },
5997
+ { "name": "_resizeObserver" },
5998
+ { "name": "observer" }
5999
+ ],
6000
+ "events": [
6001
+ {
6002
+ "name": "indexChange",
6003
+ "type": "EventEmitter<\n Parameters<Required<DBTabsProps>[\"onIndexChange\"]>[number]\n > | void"
6004
+ },
6005
+ {
6006
+ "name": "tabSelect",
6007
+ "type": "EventEmitter<\n Parameters<Required<DBTabsProps>[\"onTabSelect\"]>[number]\n > | void"
6008
+ }
6009
+ ]
6010
+ }
6011
+ },
6012
+ {
6013
+ "name": "db-textarea",
6014
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
6015
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea/properties",
6016
+ "attributes": [
6017
+ {
6018
+ "name": "invalid-message",
6019
+ "description": "Helper message for invalid form components",
6020
+ "value": { "type": "string" }
6021
+ },
6022
+ { "name": "id", "value": { "type": "DBTextareaProps[\"id\"]" } },
6023
+ {
6024
+ "name": "prop-overrides",
6025
+ "value": { "type": "DBTextareaProps[\"propOverrides\"]" }
6026
+ },
6027
+ {
6028
+ "name": "message",
6029
+ "description": "Optional helper message for form components",
6030
+ "value": { "type": "string" }
6031
+ },
6032
+ {
6033
+ "name": "show-message",
6034
+ "description": "Enables or disables the visibility of the message.",
6035
+ "value": { "type": "boolean | string" }
6036
+ },
6037
+ {
6038
+ "name": "value",
6039
+ "description": "The value property is to receive results from the native form element.",
6040
+ "value": { "type": "any" }
6041
+ },
6042
+ {
6043
+ "name": "valid-message",
6044
+ "description": "Helper message for valid form components",
6045
+ "value": { "type": "string" }
6046
+ },
6047
+ {
6048
+ "name": "validation",
6049
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
6050
+ "value": { "type": "\"invalid\" | \"valid\" | \"no-validation\"" }
6051
+ },
6052
+ {
6053
+ "name": "required",
6054
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.\nThe form element will be marked semantically as required and by default also visually with an asterisk '*' next to the label (unless the property `showRequiredAsterisk` is also set with the value `false`).",
6055
+ "value": { "type": "boolean | string" }
6056
+ },
6057
+ {
6058
+ "name": "min-length",
6059
+ "description": "Minimum length (number of characters) of value",
6060
+ "value": { "type": "number | string" }
6061
+ },
6062
+ {
6063
+ "name": "max-length",
6064
+ "description": "Maximum length (number of characters) of value",
6065
+ "value": { "type": "number | string" }
6066
+ },
6067
+ {
6068
+ "name": "classname",
6069
+ "value": { "type": "DBTextareaProps[\"className\"]" }
6070
+ },
6071
+ {
6072
+ "name": "variant",
6073
+ "description": "Change the variant of the label to float or hidden",
6074
+ "value": { "type": "\"above\" | \"floating\"" }
6075
+ },
6076
+ {
6077
+ "name": "show-required-asterisk",
6078
+ "description": "This attribute allows to specify whether a form field which is marked as required will show a visual indicator (an asterisk '*').\nIt allows to prevent adding the visual indicator but still keep the field semantically required by setting its value to `false`.\nBy default, its value is `true`, so the asterisk is shown when `required` is set.",
6079
+ "value": { "type": "boolean | string" }
6080
+ },
6081
+ {
6082
+ "name": "show-label",
6083
+ "description": "Enables/disables the visibility of the label",
6084
+ "value": { "type": "boolean | string" }
6085
+ },
6086
+ {
6087
+ "name": "label",
5485
6088
  "description": "The label attribute specifies the caption of the form element.",
5486
6089
  "value": { "type": "string" }
5487
6090
  },
@@ -5776,7 +6379,8 @@
5776
6379
  { "name": "_descByIds" },
5777
6380
  { "name": "_value", "type": "string" },
5778
6381
  { "name": "_voiceOverFallback", "type": "string" },
5779
- { "name": "abortController" }
6382
+ { "name": "abortController" },
6383
+ { "name": "observer" }
5780
6384
  ],
5781
6385
  "events": [
5782
6386
  {
@@ -8627,6 +9231,185 @@
8627
9231
  "events": []
8628
9232
  }
8629
9233
  },
9234
+ {
9235
+ "name": "table-complex",
9236
+ "description": "\n---\n",
9237
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-complex/properties",
9238
+ "attributes": [],
9239
+ "events": [],
9240
+ "js": {
9241
+ "properties": [
9242
+ { "name": "rootElement", "type": "HTMLElement" },
9243
+ { "name": "columnSizes", "type": "object" }
9244
+ ],
9245
+ "events": []
9246
+ }
9247
+ },
9248
+ {
9249
+ "name": "table-content",
9250
+ "description": "\n---\n",
9251
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-content/properties",
9252
+ "attributes": [],
9253
+ "events": [],
9254
+ "js": {
9255
+ "properties": [{ "name": "rootElement", "type": "HTMLElement" }],
9256
+ "events": []
9257
+ }
9258
+ },
9259
+ {
9260
+ "name": "table-density",
9261
+ "description": "\n---\n",
9262
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-density/properties",
9263
+ "attributes": [],
9264
+ "events": [],
9265
+ "js": {
9266
+ "properties": [{ "name": "rootElement", "type": "HTMLElement" }],
9267
+ "events": []
9268
+ }
9269
+ },
9270
+ {
9271
+ "name": "table-divider",
9272
+ "description": "\n---\n",
9273
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-divider/properties",
9274
+ "attributes": [],
9275
+ "events": [],
9276
+ "js": {
9277
+ "properties": [{ "name": "rootElement", "type": "HTMLElement" }],
9278
+ "events": []
9279
+ }
9280
+ },
9281
+ {
9282
+ "name": "table-horizontal-alignment",
9283
+ "description": "\n---\n",
9284
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-horizontal-alignment/properties",
9285
+ "attributes": [],
9286
+ "events": [],
9287
+ "js": {
9288
+ "properties": [{ "name": "rootElement", "type": "HTMLElement" }],
9289
+ "events": []
9290
+ }
9291
+ },
9292
+ {
9293
+ "name": "table-interactive-row",
9294
+ "description": "\n---\n",
9295
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-interactive-row/properties",
9296
+ "attributes": [],
9297
+ "events": [],
9298
+ "js": {
9299
+ "properties": [{ "name": "rootElement", "type": "HTMLElement" }],
9300
+ "events": []
9301
+ }
9302
+ },
9303
+ {
9304
+ "name": "table-mobile-variant",
9305
+ "description": "\n---\n",
9306
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-mobile-variant/properties",
9307
+ "attributes": [],
9308
+ "events": [],
9309
+ "js": {
9310
+ "properties": [{ "name": "rootElement", "type": "HTMLElement" }],
9311
+ "events": []
9312
+ }
9313
+ },
9314
+ {
9315
+ "name": "table-show-caption",
9316
+ "description": "\n---\n",
9317
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-show-caption/properties",
9318
+ "attributes": [],
9319
+ "events": [],
9320
+ "js": {
9321
+ "properties": [{ "name": "rootElement", "type": "HTMLElement" }],
9322
+ "events": []
9323
+ }
9324
+ },
9325
+ {
9326
+ "name": "table-size",
9327
+ "description": "\n---\n",
9328
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-size/properties",
9329
+ "attributes": [],
9330
+ "events": [],
9331
+ "js": {
9332
+ "properties": [{ "name": "rootElement", "type": "HTMLElement" }],
9333
+ "events": []
9334
+ }
9335
+ },
9336
+ {
9337
+ "name": "table-sticky-header",
9338
+ "description": "\n---\n",
9339
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-sticky-header/properties",
9340
+ "attributes": [],
9341
+ "events": [],
9342
+ "js": {
9343
+ "properties": [{ "name": "rootElement", "type": "HTMLElement" }],
9344
+ "events": []
9345
+ }
9346
+ },
9347
+ {
9348
+ "name": "table-sub-header-emphasis",
9349
+ "description": "\n---\n",
9350
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-sub-header-emphasis/properties",
9351
+ "attributes": [],
9352
+ "events": [],
9353
+ "js": {
9354
+ "properties": [{ "name": "rootElement", "type": "HTMLElement" }],
9355
+ "events": []
9356
+ }
9357
+ },
9358
+ {
9359
+ "name": "table-variant",
9360
+ "description": "\n---\n",
9361
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-variant/properties",
9362
+ "attributes": [],
9363
+ "events": [],
9364
+ "js": {
9365
+ "properties": [{ "name": "rootElement", "type": "HTMLElement" }],
9366
+ "events": []
9367
+ }
9368
+ },
9369
+ {
9370
+ "name": "table-vertical-alignment",
9371
+ "description": "\n---\n",
9372
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-vertical-alignment/properties",
9373
+ "attributes": [],
9374
+ "events": [],
9375
+ "js": {
9376
+ "properties": [{ "name": "rootElement", "type": "HTMLElement" }],
9377
+ "events": []
9378
+ }
9379
+ },
9380
+ {
9381
+ "name": "table-width",
9382
+ "description": "\n---\n",
9383
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-width/properties",
9384
+ "attributes": [],
9385
+ "events": [],
9386
+ "js": {
9387
+ "properties": [{ "name": "rootElement", "type": "HTMLElement" }],
9388
+ "events": []
9389
+ }
9390
+ },
9391
+ {
9392
+ "name": "table-showcase",
9393
+ "description": "\n---\n",
9394
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-showcase/properties",
9395
+ "attributes": [
9396
+ {
9397
+ "name": "is-patternhub",
9398
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
9399
+ }
9400
+ ],
9401
+ "events": [],
9402
+ "js": {
9403
+ "properties": [
9404
+ { "name": "rootElement", "type": "HTMLElement" },
9405
+ {
9406
+ "name": "isPatternhub",
9407
+ "type": "PatternhubProps[\"isPatternhub\"]"
9408
+ }
9409
+ ],
9410
+ "events": []
9411
+ }
9412
+ },
8630
9413
  {
8631
9414
  "name": "tabs-density",
8632
9415
  "description": "\n---\n",