@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
@@ -31,9 +31,11 @@ export declare class DBNavigationItem {
31
31
  navigationItemSafeTriangle: any;
32
32
  subNavigationId: any;
33
33
  subNavigationToggleId: any;
34
+ observer: any;
34
35
  handleNavigationItemClick(event: any): void;
35
36
  handleClick(event: ClickEvent<HTMLButtonElement> | any): void;
36
37
  handleBackClick(event: ClickEvent<HTMLButtonElement> | any): void;
38
+ setupObserver(element: HTMLElement | null): void;
37
39
  /**
38
40
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
39
41
  * @param element the ref for the component
@@ -45,5 +47,6 @@ export declare class DBNavigationItem {
45
47
  watch1Fn(): void;
46
48
  watch1(): void;
47
49
  componentDidLoad(): void;
50
+ disconnectedCallback(): void;
48
51
  render(): any;
49
52
  }
@@ -29,7 +29,9 @@ export declare class DBNotification {
29
29
  closeable: DBNotificationProps["closeable"];
30
30
  closeButtonId: DBNotificationProps["closeButtonId"];
31
31
  closeButtonText: DBNotificationProps["closeButtonText"];
32
+ observer: any;
32
33
  handleClose(event?: ClickEvent<HTMLButtonElement> | void): void;
34
+ setupObserver(element: HTMLElement | null): void;
33
35
  /**
34
36
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
35
37
  * @param element the ref for the component
@@ -37,5 +39,6 @@ export declare class DBNotification {
37
39
  */
38
40
  private enableAttributePassing;
39
41
  componentDidLoad(): void;
42
+ disconnectedCallback(): void;
40
43
  render(): any;
41
44
  }
@@ -15,6 +15,8 @@ export declare class DBPage {
15
15
  className: DBPageProps["className"];
16
16
  mainClass: DBPageProps["mainClass"];
17
17
  fontsLoaded: boolean;
18
+ observer: any;
19
+ setupObserver(element: HTMLElement | null): void;
18
20
  /**
19
21
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
20
22
  * @param element the ref for the component
@@ -20,12 +20,14 @@ export declare class DBPopover {
20
20
  isExpanded: boolean;
21
21
  _documentScrollListenerCallbackId: any;
22
22
  _observer: any;
23
+ observer: any;
23
24
  handleEscape(event: any): void;
24
25
  handleAutoPlacement(): void;
25
26
  handleDocumentScroll(event: any): void;
26
27
  handleEnter(): void;
27
28
  handleLeave(event?: any): void;
28
29
  getTrigger(): Element;
30
+ setupObserver(element: HTMLElement | null): void;
29
31
  /**
30
32
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
31
33
  * @param element the ref for the component
@@ -37,5 +39,6 @@ export declare class DBPopover {
37
39
  watch1Fn(): void;
38
40
  watch1(): void;
39
41
  componentDidLoad(): void;
42
+ disconnectedCallback(): void;
40
43
  render(): any;
41
44
  }
@@ -28,11 +28,13 @@ export declare class DBRadio {
28
28
  initialized: boolean;
29
29
  _id: any;
30
30
  abortController: any;
31
+ observer: any;
31
32
  handleInput(event: ChangeEvent<HTMLInputElement> | any, reset?: boolean): void;
32
33
  handleChange(event: ChangeEvent<HTMLInputElement> | any, reset?: boolean): void;
33
34
  handleBlur(event: InteractionEvent<HTMLInputElement> | any): void;
34
35
  handleFocus(event: InteractionEvent<HTMLInputElement> | any): void;
35
36
  resetIds(): void;
37
+ setupObserver(element: HTMLElement | null): void;
36
38
  /**
37
39
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
38
40
  * @param element the ref for the component
@@ -11,6 +11,8 @@ export declare class DBSection {
11
11
  className: DBSectionProps["className"];
12
12
  spacing: DBSectionProps["spacing"];
13
13
  width: DBSectionProps["width"];
14
+ observer: any;
15
+ setupObserver(element: HTMLElement | null): void;
14
16
  /**
15
17
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
16
18
  * @param element the ref for the component
@@ -18,5 +20,6 @@ export declare class DBSection {
18
20
  */
19
21
  private enableAttributePassing;
20
22
  componentDidLoad(): void;
23
+ disconnectedCallback(): void;
21
24
  render(): any;
22
25
  }
@@ -50,6 +50,7 @@ export declare class DBSelect {
50
50
  initialized: boolean;
51
51
  _voiceOverFallback: string;
52
52
  abortController: any;
53
+ observer: any;
53
54
  hasValidState(): boolean;
54
55
  handleValidation(): void;
55
56
  handleClick(event: ClickEvent<HTMLSelectElement> | any): void;
@@ -60,6 +61,7 @@ export declare class DBSelect {
60
61
  getOptionLabel(option: DBSelectOptionType): string;
61
62
  shouldShowEmptyOption(): boolean;
62
63
  resetIds(): void;
64
+ setupObserver(element: HTMLElement | null): void;
63
65
  /**
64
66
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
65
67
  * @param element the ref for the component
@@ -15,6 +15,8 @@ export declare class DBStack {
15
15
  alignment: DBStackProps["alignment"];
16
16
  justifyContent: DBStackProps["justifyContent"];
17
17
  wrap: DBStackProps["wrap"];
18
+ observer: any;
19
+ setupObserver(element: HTMLElement | null): void;
18
20
  /**
19
21
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
20
22
  * @param element the ref for the component
@@ -22,5 +24,6 @@ export declare class DBStack {
22
24
  */
23
25
  private enableAttributePassing;
24
26
  componentDidLoad(): void;
27
+ disconnectedCallback(): void;
25
28
  render(): any;
26
29
  }
@@ -42,6 +42,7 @@ export declare class DBSwitch {
42
42
  _descByIds: any;
43
43
  _voiceOverFallback: string;
44
44
  abortController: any;
45
+ observer: any;
45
46
  hasValidState(): boolean;
46
47
  handleValidation(): void;
47
48
  handleChange(event: ChangeEvent<HTMLInputElement>, reset?: boolean): void;
@@ -49,6 +50,7 @@ export declare class DBSwitch {
49
50
  handleFocus(event: InteractionEvent<HTMLInputElement>): void;
50
51
  handleKeyDown(event: GeneralKeyboardEvent<HTMLInputElement>): void;
51
52
  resetIds(): void;
53
+ setupObserver(element: HTMLElement | null): void;
52
54
  /**
53
55
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
54
56
  * @param element the ref for the component
@@ -28,9 +28,11 @@ export declare class DBTabItem {
28
28
  initialized: boolean;
29
29
  _listenerAdded: boolean;
30
30
  boundSetSelectedOnChange: any;
31
+ observer: any;
31
32
  setSelectedOnChange(event: any): void;
32
33
  handleNameAttribute(): void;
33
34
  handleChange(event: any): void;
35
+ setupObserver(element: HTMLElement | null): void;
34
36
  /**
35
37
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
36
38
  * @param element the ref for the component
@@ -9,6 +9,8 @@ export declare class DBTabList {
9
9
  id: DBTabListProps["id"];
10
10
  propOverrides: DBTabListProps["propOverrides"];
11
11
  className: DBTabListProps["className"];
12
+ observer: any;
13
+ setupObserver(element: HTMLElement | null): void;
12
14
  /**
13
15
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
14
16
  * @param element the ref for the component
@@ -16,5 +18,6 @@ export declare class DBTabList {
16
18
  */
17
19
  private enableAttributePassing;
18
20
  componentDidLoad(): void;
21
+ disconnectedCallback(): void;
19
22
  render(): any;
20
23
  }
@@ -10,6 +10,8 @@ export declare class DBTabPanel {
10
10
  id: DBTabPanelProps["id"];
11
11
  propOverrides: DBTabPanelProps["propOverrides"];
12
12
  content: DBTabPanelProps["content"];
13
+ observer: any;
14
+ setupObserver(element: HTMLElement | null): void;
13
15
  /**
14
16
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
15
17
  * @param element the ref for the component
@@ -17,5 +19,6 @@ export declare class DBTabPanel {
17
19
  */
18
20
  private enableAttributePassing;
19
21
  componentDidLoad(): void;
22
+ disconnectedCallback(): void;
20
23
  render(): any;
21
24
  }
@@ -0,0 +1,9 @@
1
+ import type { DBTableData } from '../model';
2
+ export declare const defaultTable: DBTableData;
3
+ export declare const horizontalAlignmentStartTable: DBTableData;
4
+ export declare const horizontalAlignmentCenterTable: DBTableData;
5
+ export declare const horizontalAlignmentEndTable: DBTableData;
6
+ export declare const subHeaderEmphasisNoneTable: DBTableData;
7
+ export declare const subHeaderEmphasisWeakTable: DBTableData;
8
+ export declare const subHeaderEmphasisStrongTable: DBTableData;
9
+ export declare const overflowTable: DBTableData;
@@ -0,0 +1,2 @@
1
+ import { DBTable } from './table';
2
+ export default DBTable;
@@ -0,0 +1,74 @@
1
+ import type { GlobalProps, GlobalState, WidthProps } from '../../shared/model';
2
+ import type { DBTableRowDefaultProps } from '../table-row/model';
3
+ export declare const DBTableRowSizeList: readonly ["x-small", "small", "medium", "large"];
4
+ export type DBTableRowSizeType = (typeof DBTableRowSizeList)[number];
5
+ export declare const DBTableVariantList: readonly ["flat", "zebra", "spaced"];
6
+ export type DBTableVariantType = (typeof DBTableVariantList)[number];
7
+ export declare const DBTableDividerList: readonly ["none", "both", "horizontal", "vertical"];
8
+ export type DBTableDividerType = (typeof DBTableDividerList)[number];
9
+ export declare const DBTableMobileVariantList: readonly ["table", "list"];
10
+ export type DBTableMobileVariantType = (typeof DBTableMobileVariantList)[number];
11
+ export declare const DBTableStickyHeaderList: readonly ["none", "both", "horizontal", "vertical"];
12
+ export type DBTableStickyHeaderType = (typeof DBTableStickyHeaderList)[number];
13
+ export type DBTableData = {
14
+ header?: DBTableRowDefaultProps[];
15
+ body?: DBTableRowDefaultProps[];
16
+ footer?: DBTableRowDefaultProps[];
17
+ };
18
+ export declare const DBTableColumnsSizeList: readonly ["auto", "1fr", "min-content", "max-content"];
19
+ export type DBTableColumnsSizeType = (typeof DBTableColumnsSizeList)[number];
20
+ export type DBTableDefaultProps = {
21
+ /**
22
+ * Slot for table caption
23
+ */
24
+ caption?: any;
25
+ /**
26
+ * String alternative for table caption slot
27
+ */
28
+ captionPlain?: string;
29
+ /**
30
+ * Table data if you don't use default slot/children
31
+ */
32
+ data?: DBTableData | string;
33
+ /**
34
+ * Show the divider between the rows and cells
35
+ */
36
+ divider?: DBTableDividerType;
37
+ /**
38
+ * Show caption above table default is hidden
39
+ */
40
+ showCaption?: boolean | string;
41
+ /**
42
+ * Size of the table rows
43
+ */
44
+ size?: DBTableRowSizeType;
45
+ /**
46
+ * Change the layout of the table
47
+ * spaced: card style table
48
+ * flat: classic table
49
+ */
50
+ variant?: DBTableVariantType;
51
+ /**
52
+ * Change the layout of the table on mobile
53
+ * list: list style
54
+ * table: classic table
55
+ */
56
+ mobileVariant?: DBTableMobileVariantType;
57
+ /**
58
+ * Change the header cells to be sticky when scrolling the table
59
+ */
60
+ stickyHeader?: DBTableStickyHeaderType;
61
+ /**
62
+ * Set the width of the columns based in their index.
63
+ * Alternative: Use `--db-table-column-size-$index` inside CSS to control it.
64
+ * See: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/grid-template-columns
65
+ */
66
+ columnSizes?: Record<number, DBTableColumnsSizeType | string>;
67
+ };
68
+ export type DBTableProps = DBTableDefaultProps & GlobalProps & WidthProps;
69
+ export type DBTableDefaultState = {
70
+ _data?: DBTableData;
71
+ _style?: any;
72
+ convertData: () => DBTableData;
73
+ };
74
+ export type DBTableState = DBTableDefaultState & GlobalState;
@@ -0,0 +1,41 @@
1
+ import { DBTableProps } from "./model";
2
+ /**
3
+ * @slot children - This is a default/unnamed slot
4
+ * @slot caption - TODO: Add description for slotCaption
5
+ */
6
+ export declare class DBTable {
7
+ rootElement: HTMLElement;
8
+ private _ref;
9
+ data: DBTableProps["data"];
10
+ mobileVariant: DBTableProps["mobileVariant"];
11
+ columnSizes: DBTableProps["columnSizes"];
12
+ className: DBTableProps["className"];
13
+ width: DBTableProps["width"];
14
+ size: DBTableProps["size"];
15
+ divider: DBTableProps["divider"];
16
+ variant: DBTableProps["variant"];
17
+ showCaption: DBTableProps["showCaption"];
18
+ stickyHeader: DBTableProps["stickyHeader"];
19
+ id: DBTableProps["id"];
20
+ captionPlain: DBTableProps["captionPlain"];
21
+ _data: any;
22
+ _style: any;
23
+ observer: any;
24
+ convertData(): any;
25
+ setupObserver(element: HTMLElement | null): void;
26
+ /**
27
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
28
+ * @param element the ref for the component
29
+ * @param customElementSelector the custom element like `my-component`
30
+ */
31
+ private enableAttributePassing;
32
+ watch0Fn(): void;
33
+ watch0(): void;
34
+ watch1Fn(): void;
35
+ watch1(): void;
36
+ watch2Fn(): void;
37
+ watch2(): void;
38
+ componentDidLoad(): void;
39
+ disconnectedCallback(): void;
40
+ render(): any;
41
+ }
@@ -0,0 +1,2 @@
1
+ import { DBTableBody } from './table-body';
2
+ export default DBTableBody;
@@ -0,0 +1,8 @@
1
+ import type { GlobalProps, GlobalState } from '../../shared/model';
2
+ import type { DBTableRowProps } from '../table-row/model';
3
+ export type DBTableBodyDefaultProps = {
4
+ rows?: DBTableRowProps[];
5
+ };
6
+ export type DBTableBodyProps = DBTableBodyDefaultProps & GlobalProps;
7
+ export type DBTableBodyDefaultState = {};
8
+ export type DBTableBodyState = DBTableBodyDefaultState & GlobalState;
@@ -0,0 +1,20 @@
1
+ import { DBTableBodyProps } from "./model";
2
+ /**
3
+ * @slot children - This is a default/unnamed slot
4
+
5
+ */
6
+ export declare class DBTableBody {
7
+ rootElement: HTMLElement;
8
+ private _ref;
9
+ id: DBTableBodyProps["id"];
10
+ className: DBTableBodyProps["className"];
11
+ rows: DBTableBodyProps["rows"];
12
+ /**
13
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
14
+ * @param element the ref for the component
15
+ * @param customElementSelector the custom element like `my-component`
16
+ */
17
+ private enableAttributePassing;
18
+ componentDidLoad(): void;
19
+ render(): any;
20
+ }
@@ -0,0 +1,2 @@
1
+ import { DBTableCaption } from './table-caption';
2
+ export default DBTableCaption;
@@ -0,0 +1,5 @@
1
+ import type { GlobalProps, GlobalState } from '../../shared/model';
2
+ export type DBTableCaptionDefaultProps = {};
3
+ export type DBTableCaptionProps = DBTableCaptionDefaultProps & GlobalProps;
4
+ export type DBTableCaptionDefaultState = {};
5
+ export type DBTableCaptionState = DBTableCaptionDefaultState & GlobalState;
@@ -0,0 +1,22 @@
1
+ import { DBTableCaptionProps } from "./model";
2
+ /**
3
+ * @slot children - This is a default/unnamed slot
4
+
5
+ */
6
+ export declare class DBTableCaption {
7
+ rootElement: HTMLElement;
8
+ private _ref;
9
+ id: DBTableCaptionProps["id"];
10
+ className: DBTableCaptionProps["className"];
11
+ observer: any;
12
+ setupObserver(element: HTMLElement | null): void;
13
+ /**
14
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
15
+ * @param element the ref for the component
16
+ * @param customElementSelector the custom element like `my-component`
17
+ */
18
+ private enableAttributePassing;
19
+ componentDidLoad(): void;
20
+ disconnectedCallback(): void;
21
+ render(): any;
22
+ }
@@ -0,0 +1,2 @@
1
+ import { DBTableDataCell } from './table-data-cell';
2
+ export default DBTableDataCell;
@@ -0,0 +1,5 @@
1
+ import type { DBTableCellProps, GlobalProps, GlobalState } from '../../shared/model';
2
+ export type DBTableDataCellDefaultProps = {};
3
+ export type DBTableDataCellProps = DBTableDataCellDefaultProps & GlobalProps & DBTableCellProps;
4
+ export type DBTableDataCellDefaultState = {};
5
+ export type DBTableDataCellState = DBTableDataCellDefaultState & GlobalState;
@@ -0,0 +1,26 @@
1
+ import { DBTableDataCellProps } from "./model";
2
+ /**
3
+ * @slot children - This is a default/unnamed slot
4
+
5
+ */
6
+ export declare class DBTableDataCell {
7
+ rootElement: HTMLElement;
8
+ private _ref;
9
+ id: DBTableDataCellProps["id"];
10
+ className: DBTableDataCellProps["className"];
11
+ horizontalAlignment: DBTableDataCellProps["horizontalAlignment"];
12
+ verticalAlignment: DBTableDataCellProps["verticalAlignment"];
13
+ colSpan: DBTableDataCellProps["colSpan"];
14
+ colspan: DBTableDataCellProps["colspan"];
15
+ rowSpan: DBTableDataCellProps["rowSpan"];
16
+ rowspan: DBTableDataCellProps["rowspan"];
17
+ headers: DBTableDataCellProps["headers"];
18
+ /**
19
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
20
+ * @param element the ref for the component
21
+ * @param customElementSelector the custom element like `my-component`
22
+ */
23
+ private enableAttributePassing;
24
+ componentDidLoad(): void;
25
+ render(): any;
26
+ }
@@ -0,0 +1,2 @@
1
+ import { DBTableFooter } from './table-footer';
2
+ export default DBTableFooter;
@@ -0,0 +1,8 @@
1
+ import type { GlobalProps, GlobalState } from '../../shared/model';
2
+ import type { DBTableRowProps } from '../table-row/model';
3
+ export type DBTableFooterDefaultProps = {
4
+ rows?: DBTableRowProps[];
5
+ };
6
+ export type DBTableFooterProps = DBTableFooterDefaultProps & GlobalProps;
7
+ export type DBTableFooterDefaultState = {};
8
+ export type DBTableFooterState = DBTableFooterDefaultState & GlobalState;
@@ -0,0 +1,20 @@
1
+ import { DBTableFooterProps } from "./model";
2
+ /**
3
+ * @slot children - This is a default/unnamed slot
4
+
5
+ */
6
+ export declare class DBTableFooter {
7
+ rootElement: HTMLElement;
8
+ private _ref;
9
+ id: DBTableFooterProps["id"];
10
+ className: DBTableFooterProps["className"];
11
+ rows: DBTableFooterProps["rows"];
12
+ /**
13
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
14
+ * @param element the ref for the component
15
+ * @param customElementSelector the custom element like `my-component`
16
+ */
17
+ private enableAttributePassing;
18
+ componentDidLoad(): void;
19
+ render(): any;
20
+ }
@@ -0,0 +1,2 @@
1
+ import { DBTableHead } from './table-head';
2
+ export default DBTableHead;
@@ -0,0 +1,10 @@
1
+ import type { GlobalProps, GlobalState } from '../../shared/model';
2
+ import type { DBTableRowCell, DBTableRowProps } from '../table-row/model';
3
+ export type DBTableHeadDefaultProps = {
4
+ rows?: DBTableRowProps[];
5
+ };
6
+ export type DBTableHeadProps = DBTableHeadDefaultProps & GlobalProps;
7
+ export type DBTableHeadDefaultState = {
8
+ getCells: (cells?: DBTableRowCell[]) => DBTableRowCell[] | undefined;
9
+ };
10
+ export type DBTableHeadState = DBTableHeadDefaultState & GlobalState;
@@ -0,0 +1,62 @@
1
+ import { DBTableRowCell } from "../table-row/model";
2
+ import { DBTableHeadProps } from "./model";
3
+ /**
4
+ * @slot children - This is a default/unnamed slot
5
+
6
+ */
7
+ export declare class DBTableHead {
8
+ rootElement: HTMLElement;
9
+ private _ref;
10
+ id: DBTableHeadProps["id"];
11
+ className: DBTableHeadProps["className"];
12
+ rows: DBTableHeadProps["rows"];
13
+ observer: any;
14
+ getCells(cells?: DBTableRowCell[]): ({
15
+ headerCell: boolean;
16
+ children?: any;
17
+ className?: string;
18
+ class?: string | any;
19
+ id?: string;
20
+ autofocus?: boolean | string;
21
+ propOverrides?: import("../..").PropOverridesType;
22
+ colSpan?: number | string;
23
+ colspan?: number | string;
24
+ headers?: string;
25
+ rowSpan?: number | string;
26
+ rowspan?: number | string;
27
+ horizontalAlignment?: import("../..").AlignmentType;
28
+ verticalAlignment?: import("../..").AlignmentType;
29
+ content?: any;
30
+ link?: import("../..").DBLinkProps;
31
+ } | {
32
+ headerCell: boolean;
33
+ abbr?: string;
34
+ scope?: import("../..").DBTableHeaderCellScopeType;
35
+ noText?: boolean | string;
36
+ children?: any;
37
+ className?: string;
38
+ class?: string | any;
39
+ id?: string;
40
+ autofocus?: boolean | string;
41
+ propOverrides?: import("../..").PropOverridesType;
42
+ colSpan?: number | string;
43
+ colspan?: number | string;
44
+ headers?: string;
45
+ rowSpan?: number | string;
46
+ rowspan?: number | string;
47
+ horizontalAlignment?: import("../..").AlignmentType;
48
+ verticalAlignment?: import("../..").AlignmentType;
49
+ content?: any;
50
+ link?: import("../..").DBLinkProps;
51
+ })[];
52
+ setupObserver(element: HTMLElement | null): void;
53
+ /**
54
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
55
+ * @param element the ref for the component
56
+ * @param customElementSelector the custom element like `my-component`
57
+ */
58
+ private enableAttributePassing;
59
+ componentDidLoad(): void;
60
+ disconnectedCallback(): void;
61
+ render(): any;
62
+ }
@@ -0,0 +1,2 @@
1
+ import { DBTableHeaderCell } from './table-header-cell';
2
+ export default DBTableHeaderCell;
@@ -0,0 +1,24 @@
1
+ import type { DBTableCellProps, GlobalProps, GlobalState } from '../../shared/model';
2
+ export declare const DBTableHeaderCellScopeList: readonly ["row", "col", "rowgroup", "colgroup"];
3
+ export type DBTableHeaderCellScopeType = (typeof DBTableHeaderCellScopeList)[number];
4
+ export type DBTableHeaderCellDefaultProps = {
5
+ /**
6
+ * The **`abbr`** property of the HTMLTableCellElement interface indicates an abbreviation associated with the cell.
7
+ *
8
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/abbr)
9
+ */
10
+ abbr?: string;
11
+ /**
12
+ * The **`scope`** property of the HTMLTableCellElement interface indicates the scope of a th cell.
13
+ *
14
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/scope)
15
+ */
16
+ scope?: DBTableHeaderCellScopeType;
17
+ /**
18
+ * Hide the text content of the cell.
19
+ */
20
+ noText?: boolean | string;
21
+ };
22
+ export type DBTableHeaderCellProps = DBTableHeaderCellDefaultProps & GlobalProps & DBTableCellProps;
23
+ export type DBTableHeaderCellDefaultState = {};
24
+ export type DBTableHeaderCellState = DBTableHeaderCellDefaultState & GlobalState;
@@ -0,0 +1,29 @@
1
+ import { DBTableHeaderCellProps } from "./model";
2
+ /**
3
+ * @slot children - This is a default/unnamed slot
4
+
5
+ */
6
+ export declare class DBTableHeaderCell {
7
+ rootElement: HTMLElement;
8
+ private _ref;
9
+ id: DBTableHeaderCellProps["id"];
10
+ className: DBTableHeaderCellProps["className"];
11
+ horizontalAlignment: DBTableHeaderCellProps["horizontalAlignment"];
12
+ verticalAlignment: DBTableHeaderCellProps["verticalAlignment"];
13
+ noText: DBTableHeaderCellProps["noText"];
14
+ scope: DBTableHeaderCellProps["scope"];
15
+ colSpan: DBTableHeaderCellProps["colSpan"];
16
+ colspan: DBTableHeaderCellProps["colspan"];
17
+ rowSpan: DBTableHeaderCellProps["rowSpan"];
18
+ rowspan: DBTableHeaderCellProps["rowspan"];
19
+ headers: DBTableHeaderCellProps["headers"];
20
+ abbr: DBTableHeaderCellProps["abbr"];
21
+ /**
22
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
23
+ * @param element the ref for the component
24
+ * @param customElementSelector the custom element like `my-component`
25
+ */
26
+ private enableAttributePassing;
27
+ componentDidLoad(): void;
28
+ render(): any;
29
+ }
@@ -0,0 +1,2 @@
1
+ import { DBTableRow } from './table-row';
2
+ export default DBTableRow;
@@ -0,0 +1,30 @@
1
+ import type { GlobalProps, GlobalState } from '../../shared/model';
2
+ import type { DBLinkProps } from '../link/model';
3
+ import type { DBTableDataCellProps } from '../table-data-cell/model';
4
+ import type { DBTableHeaderCellProps } from '../table-header-cell/model';
5
+ export declare const DBTableRowSubHeaderEmphasisList: readonly ["none", "weak", "strong"];
6
+ export type DBTableRowSubHeaderEmphasisType = (typeof DBTableRowSubHeaderEmphasisList)[number];
7
+ export type DBTableRowCell = (DBTableHeaderCellProps | DBTableDataCellProps) & {
8
+ headerCell?: boolean;
9
+ content?: any;
10
+ link?: DBLinkProps;
11
+ };
12
+ export type DBTableRowDefaultProps = {
13
+ /**
14
+ * All cells of the row
15
+ */
16
+ cells?: DBTableRowCell[];
17
+ /**
18
+ * Change styling of row only if it is inside thead
19
+ */
20
+ subHeaderEmphasis?: DBTableRowSubHeaderEmphasisType;
21
+ /**
22
+ * If true marks the row as interactive, which checks for child with data-table-row-trigger="true"
23
+ */
24
+ interactive?: boolean | string;
25
+ };
26
+ export type DBTableRowProps = DBTableRowDefaultProps & GlobalProps;
27
+ export type DBTableRowDefaultState = {
28
+ getHeaderCell: (cell: DBTableRowCell) => DBTableHeaderCellProps | undefined;
29
+ };
30
+ export type DBTableRowState = DBTableRowDefaultState & GlobalState;