@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,9 +1,30 @@
1
- import { r as registerInstance, h, g as getElement } from './index-BGaQ0Bx8.js';
2
- import { g as getBooleanAsString, c as cls } from './index-xkoBSP8R.js';
1
+ import { r as registerInstance, h, g as getElement } from './index-BlbKvvUv.js';
2
+ import { g as getBooleanAsString, c as cls } from './index-fumiz06Y.js';
3
3
 
4
4
  const DBInfotext = class {
5
5
  constructor(hostRef) {
6
6
  registerInstance(this, hostRef);
7
+ this.observer = undefined;
8
+ }
9
+ setupObserver(element) {
10
+ if (!element)
11
+ return;
12
+ const parent = element.closest("db-infotext");
13
+ if (!parent || this.observer)
14
+ return;
15
+ this.observer = new MutationObserver((mutations) => {
16
+ if (mutations.some((mutation) => {
17
+ var _a;
18
+ const attr = mutation.target.attributes.getNamedItem((_a = mutation.attributeName) !== null && _a !== void 0 ? _a : "");
19
+ return (attr === null || attr === void 0 ? void 0 : attr.value) !== mutation.oldValue;
20
+ })) {
21
+ this.enableAttributePassing(element, "db-infotext");
22
+ }
23
+ });
24
+ this.observer.observe(parent, {
25
+ attributes: true,
26
+ attributeOldValue: true,
27
+ });
7
28
  }
8
29
  /**
9
30
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
@@ -18,10 +39,15 @@ const DBInfotext = class {
18
39
  const attr = attributes.item(i);
19
40
  if (attr && attr.name !== 'data-density' &&
20
41
  (attr.name.startsWith("data-") || attr.name.startsWith("aria-"))) {
21
- element.setAttribute(attr.name, attr.value);
42
+ if (attr.value) {
43
+ element.setAttribute(attr.name, attr.value);
44
+ }
45
+ else {
46
+ element.removeAttribute(attr.name);
47
+ }
22
48
  parent.removeAttribute(attr.name);
23
49
  }
24
- else if (attr && attr.name !== 'data-density' && attr.name !== "class" && attr.name === "style") {
50
+ else if (attr && ["style"].includes(attr.name)) {
25
51
  element.setAttribute(attr.name, attr.value);
26
52
  parent.removeAttribute(attr.name);
27
53
  }
@@ -29,7 +55,7 @@ const DBInfotext = class {
29
55
  const isWebComponent = attr.value.includes("hydrated");
30
56
  const value = attr.value.replace("hydrated", "").trim();
31
57
  const currentClass = element.getAttribute("class");
32
- element.setAttribute(attr.name, `${currentClass ? `${currentClass} ` : ""}${value}`);
58
+ element.setAttribute(attr.name, `${currentClass ? currentClass : ""}${value ? ` ${value}` : ""}`);
33
59
  if (isWebComponent) {
34
60
  // Stencil is using this class for lazy loading component
35
61
  parent.setAttribute("class", "hydrated");
@@ -49,12 +75,17 @@ const DBInfotext = class {
49
75
  }
50
76
  }
51
77
  this.enableAttributePassing(this._ref, "db-infotext");
78
+ this.setupObserver(this._ref);
79
+ }
80
+ disconnectedCallback() {
81
+ var _a;
82
+ (_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect();
52
83
  }
53
84
  render() {
54
85
  var _a, _b, _c;
55
- return (h("span", { key: '8336d336c2ea90300646a83257cab6f34dfe862a', class: cls("db-infotext", this.className), ref: (el) => {
86
+ return (h("span", { key: 'e1a06bb9c2d0f88953a7281cdda505b392db609c', class: cls("db-infotext", this.className), ref: (el) => {
56
87
  this._ref = el;
57
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-icon": this.icon, "data-semantic": this.semantic, "data-size": this.size, "data-wrap": getBooleanAsString(this.wrap), "data-show-icon-leading": getBooleanAsString((_c = this.showIcon) !== null && _c !== void 0 ? _c : true) }, this.text ? this.text : null, h("slot", { key: '1dd519913408aa16cce587ddaee31d3c3bae05b6' })));
88
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-icon": this.icon, "data-semantic": this.semantic, "data-size": this.size, "data-wrap": getBooleanAsString(this.wrap, "wrap"), "data-show-icon-leading": getBooleanAsString((_c = this.showIcon) !== null && _c !== void 0 ? _c : true, "showIcon") }, this.text ? this.text : null, h("slot", { key: '68b5e9bc974cf49e25470cba30b142495e06c72f' })));
58
89
  }
59
90
  get rootElement() { return getElement(this); }
60
91
  };
@@ -0,0 +1,289 @@
1
+ import { r as registerInstance, h, g as getElement } from './index-BlbKvvUv.js';
2
+ import { g as getBooleanAsString, c as cls, f as getNumber, u as uuid } from './index-fumiz06Y.js';
3
+
4
+ const DBLink = class {
5
+ constructor(hostRef) {
6
+ registerInstance(this, hostRef);
7
+ this.observer = undefined;
8
+ }
9
+ setupObserver(element) {
10
+ if (!element)
11
+ return;
12
+ const parent = element.closest("db-link");
13
+ if (!parent || this.observer)
14
+ return;
15
+ this.observer = new MutationObserver((mutations) => {
16
+ if (mutations.some((mutation) => {
17
+ var _a;
18
+ const attr = mutation.target.attributes.getNamedItem((_a = mutation.attributeName) !== null && _a !== void 0 ? _a : "");
19
+ return (attr === null || attr === void 0 ? void 0 : attr.value) !== mutation.oldValue;
20
+ })) {
21
+ this.enableAttributePassing(element, "db-link");
22
+ }
23
+ });
24
+ this.observer.observe(parent, {
25
+ attributes: true,
26
+ attributeOldValue: true,
27
+ });
28
+ }
29
+ /**
30
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
31
+ * @param element the ref for the component
32
+ * @param customElementSelector the custom element like `my-component`
33
+ */
34
+ enableAttributePassing(element, customElementSelector) {
35
+ const parent = element === null || element === void 0 ? void 0 : element.closest(customElementSelector);
36
+ if (element && parent) {
37
+ const attributes = parent.attributes;
38
+ for (let i = 0; i < attributes.length; i++) {
39
+ const attr = attributes.item(i);
40
+ if (attr && attr.name !== 'data-density' &&
41
+ (attr.name.startsWith("data-") || attr.name.startsWith("aria-"))) {
42
+ if (attr.value) {
43
+ element.setAttribute(attr.name, attr.value);
44
+ }
45
+ else {
46
+ element.removeAttribute(attr.name);
47
+ }
48
+ parent.removeAttribute(attr.name);
49
+ }
50
+ else if (attr && ["style"].includes(attr.name)) {
51
+ element.setAttribute(attr.name, attr.value);
52
+ parent.removeAttribute(attr.name);
53
+ }
54
+ else if (attr && attr.name === "class") {
55
+ const isWebComponent = attr.value.includes("hydrated");
56
+ const value = attr.value.replace("hydrated", "").trim();
57
+ const currentClass = element.getAttribute("class");
58
+ element.setAttribute(attr.name, `${currentClass ? currentClass : ""}${value ? ` ${value}` : ""}`);
59
+ if (isWebComponent) {
60
+ // Stencil is using this class for lazy loading component
61
+ parent.setAttribute("class", "hydrated");
62
+ }
63
+ else {
64
+ parent.removeAttribute(attr.name);
65
+ }
66
+ }
67
+ }
68
+ }
69
+ }
70
+ componentDidLoad() {
71
+ if (typeof document !== "undefined" && this.rootElement && this.rootElement.dataset.connect) {
72
+ const connectedElement = document.querySelector(`[data-connect-id="${this.rootElement.dataset.connect}"]`);
73
+ if (connectedElement) {
74
+ connectedElement.remove();
75
+ }
76
+ }
77
+ this.enableAttributePassing(this._ref, "db-link");
78
+ this.setupObserver(this._ref);
79
+ }
80
+ disconnectedCallback() {
81
+ var _a;
82
+ (_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect();
83
+ }
84
+ render() {
85
+ var _a, _b, _c, _d;
86
+ return (h("a", { key: 'a5c2e75c4243fa0d64c60b974c522347469e75b3', class: cls("db-link", this.className), ref: (el) => {
87
+ this._ref = el;
88
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, href: this.href, target: this.target, rel: this.rel, role: this.role, referrerPolicy: (_c = this.referrerpolicy) !== null && _c !== void 0 ? _c : this.referrerPolicy, hrefLang: this.hreflang, "aria-disabled": getBooleanAsString(this.disabled, "disabled"), tabIndex: this.disabled ? -1 : 0, "data-size": this.size, "data-show-icon-trailing": getBooleanAsString((_d = this.showIcon) !== null && _d !== void 0 ? _d : true, "showIcon"), "data-variant": this.variant, "data-content": this.content || "internal", "data-wrap": getBooleanAsString(this.wrap, "wrap") }, this.text ? this.text : null, h("slot", { key: '7cac380bf21256a51a3815e922687ddf4ad7b425' })));
89
+ }
90
+ get rootElement() { return getElement(this); }
91
+ };
92
+
93
+ const DBTableDataCell = class {
94
+ constructor(hostRef) {
95
+ registerInstance(this, hostRef);
96
+ }
97
+ /**
98
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
99
+ * @param element the ref for the component
100
+ * @param customElementSelector the custom element like `my-component`
101
+ */
102
+ enableAttributePassing(element, customElementSelector) {
103
+ const parent = element === null || element === void 0 ? void 0 : element.closest(customElementSelector);
104
+ if (element && parent) {
105
+ const attributes = parent.attributes;
106
+ for (let i = 0; i < attributes.length; i++) {
107
+ const attr = attributes.item(i);
108
+ if (attr && attr.name !== 'data-density' &&
109
+ (attr.name.startsWith("data-") || attr.name.startsWith("aria-"))) {
110
+ if (attr.value) {
111
+ element.setAttribute(attr.name, attr.value);
112
+ }
113
+ else {
114
+ element.removeAttribute(attr.name);
115
+ }
116
+ parent.removeAttribute(attr.name);
117
+ }
118
+ else if (attr && ["style"].includes(attr.name)) {
119
+ element.setAttribute(attr.name, attr.value);
120
+ parent.removeAttribute(attr.name);
121
+ }
122
+ else if (attr && attr.name === "class") {
123
+ const isWebComponent = attr.value.includes("hydrated");
124
+ const value = attr.value.replace("hydrated", "").trim();
125
+ const currentClass = element.getAttribute("class");
126
+ element.setAttribute(attr.name, `${currentClass ? currentClass : ""}${value ? ` ${value}` : ""}`);
127
+ if (isWebComponent) {
128
+ // Stencil is using this class for lazy loading component
129
+ parent.setAttribute("class", "hydrated");
130
+ }
131
+ else {
132
+ parent.removeAttribute(attr.name);
133
+ }
134
+ }
135
+ }
136
+ }
137
+ }
138
+ componentDidLoad() {
139
+ if (typeof document !== "undefined" && this.rootElement && this.rootElement.dataset.connect) {
140
+ const connectedElement = document.querySelector(`[data-connect-id="${this.rootElement.dataset.connect}"]`);
141
+ if (connectedElement) {
142
+ connectedElement.remove();
143
+ }
144
+ }
145
+ this.enableAttributePassing(this._ref, "db-table-data-cell");
146
+ }
147
+ render() {
148
+ return (h("td", { key: 'e6614ac09ac484540ad119f807bea075521419cd', class: cls("db-table-data-cell", this.className), ref: (el) => {
149
+ this._ref = el;
150
+ }, id: this.id, "data-horizontal-alignment": this.horizontalAlignment, "data-vertical-alignment": this.verticalAlignment, colSpan: getNumber(this.colSpan, this.colspan), rowSpan: getNumber(this.rowSpan, this.rowspan), headers: this.headers }, h("slot", { key: 'bd353375cc862b5d5adea84545a5b5a63f1517e1' })));
151
+ }
152
+ get rootElement() { return getElement(this); }
153
+ };
154
+
155
+ const DBTableHeaderCell = class {
156
+ constructor(hostRef) {
157
+ registerInstance(this, hostRef);
158
+ }
159
+ /**
160
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
161
+ * @param element the ref for the component
162
+ * @param customElementSelector the custom element like `my-component`
163
+ */
164
+ enableAttributePassing(element, customElementSelector) {
165
+ const parent = element === null || element === void 0 ? void 0 : element.closest(customElementSelector);
166
+ if (element && parent) {
167
+ const attributes = parent.attributes;
168
+ for (let i = 0; i < attributes.length; i++) {
169
+ const attr = attributes.item(i);
170
+ if (attr && attr.name !== 'data-density' &&
171
+ (attr.name.startsWith("data-") || attr.name.startsWith("aria-"))) {
172
+ if (attr.value) {
173
+ element.setAttribute(attr.name, attr.value);
174
+ }
175
+ else {
176
+ element.removeAttribute(attr.name);
177
+ }
178
+ parent.removeAttribute(attr.name);
179
+ }
180
+ else if (attr && ["style"].includes(attr.name)) {
181
+ element.setAttribute(attr.name, attr.value);
182
+ parent.removeAttribute(attr.name);
183
+ }
184
+ else if (attr && attr.name === "class") {
185
+ const isWebComponent = attr.value.includes("hydrated");
186
+ const value = attr.value.replace("hydrated", "").trim();
187
+ const currentClass = element.getAttribute("class");
188
+ element.setAttribute(attr.name, `${currentClass ? currentClass : ""}${value ? ` ${value}` : ""}`);
189
+ if (isWebComponent) {
190
+ // Stencil is using this class for lazy loading component
191
+ parent.setAttribute("class", "hydrated");
192
+ }
193
+ else {
194
+ parent.removeAttribute(attr.name);
195
+ }
196
+ }
197
+ }
198
+ }
199
+ }
200
+ componentDidLoad() {
201
+ if (typeof document !== "undefined" && this.rootElement && this.rootElement.dataset.connect) {
202
+ const connectedElement = document.querySelector(`[data-connect-id="${this.rootElement.dataset.connect}"]`);
203
+ if (connectedElement) {
204
+ connectedElement.remove();
205
+ }
206
+ }
207
+ this.enableAttributePassing(this._ref, "db-table-header-cell");
208
+ }
209
+ render() {
210
+ return (h("th", { key: 'b459f2e2ea9b4dda6909d1c8f02e1cd22b16a712', class: cls("db-table-header-cell", this.className), ref: (el) => {
211
+ this._ref = el;
212
+ }, id: this.id, "data-horizontal-alignment": this.horizontalAlignment, "data-vertical-alignment": this.verticalAlignment, "data-no-text": getBooleanAsString(this.noText), scope: this.scope, colSpan: getNumber(this.colSpan, this.colspan), rowSpan: getNumber(this.rowSpan, this.rowspan), headers: this.headers, abbr: this.abbr }, h("slot", { key: 'ec650ba68a8623b9729985f27822d94087327d74' })));
213
+ }
214
+ get rootElement() { return getElement(this); }
215
+ };
216
+
217
+ const DBTableRow = class {
218
+ constructor(hostRef) {
219
+ registerInstance(this, hostRef);
220
+ }
221
+ getHeaderCell(cell) {
222
+ if (cell.headerCell) {
223
+ return cell;
224
+ }
225
+ return undefined;
226
+ }
227
+ /**
228
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
229
+ * @param element the ref for the component
230
+ * @param customElementSelector the custom element like `my-component`
231
+ */
232
+ enableAttributePassing(element, customElementSelector) {
233
+ const parent = element === null || element === void 0 ? void 0 : element.closest(customElementSelector);
234
+ if (element && parent) {
235
+ const attributes = parent.attributes;
236
+ for (let i = 0; i < attributes.length; i++) {
237
+ const attr = attributes.item(i);
238
+ if (attr && attr.name !== 'data-density' &&
239
+ (attr.name.startsWith("data-") || attr.name.startsWith("aria-"))) {
240
+ if (attr.value) {
241
+ element.setAttribute(attr.name, attr.value);
242
+ }
243
+ else {
244
+ element.removeAttribute(attr.name);
245
+ }
246
+ parent.removeAttribute(attr.name);
247
+ }
248
+ else if (attr && ["style"].includes(attr.name)) {
249
+ element.setAttribute(attr.name, attr.value);
250
+ parent.removeAttribute(attr.name);
251
+ }
252
+ else if (attr && attr.name === "class") {
253
+ const isWebComponent = attr.value.includes("hydrated");
254
+ const value = attr.value.replace("hydrated", "").trim();
255
+ const currentClass = element.getAttribute("class");
256
+ element.setAttribute(attr.name, `${currentClass ? currentClass : ""}${value ? ` ${value}` : ""}`);
257
+ if (isWebComponent) {
258
+ // Stencil is using this class for lazy loading component
259
+ parent.setAttribute("class", "hydrated");
260
+ }
261
+ else {
262
+ parent.removeAttribute(attr.name);
263
+ }
264
+ }
265
+ }
266
+ }
267
+ }
268
+ componentDidLoad() {
269
+ if (typeof document !== "undefined" && this.rootElement && this.rootElement.dataset.connect) {
270
+ const connectedElement = document.querySelector(`[data-connect-id="${this.rootElement.dataset.connect}"]`);
271
+ if (connectedElement) {
272
+ connectedElement.remove();
273
+ }
274
+ }
275
+ this.enableAttributePassing(this._ref, "db-table-row");
276
+ }
277
+ render() {
278
+ var _a;
279
+ return (h("tr", { key: 'd9ca9f14117c8cf3974110eb1a36cb7352c06c24', class: cls("db-table-row", this.className), ref: (el) => {
280
+ this._ref = el;
281
+ }, id: this.id, "data-interactive": getBooleanAsString(this.interactive), "data-sub-header-emphasis": this.subHeaderEmphasis }, this.cells ? ((_a = this.cells) === null || _a === void 0 ? void 0 : _a.map((cell, index) => {
282
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22;
283
+ return cell.headerCell ? (h("db-table-header-cell", { class: (_a = cell.className) !== null && _a !== void 0 ? _a : cell.class, key: `${(_c = (_b = cell.id) !== null && _b !== void 0 ? _b : this.id) !== null && _c !== void 0 ? _c : uuid()}-table-row-header-cell-${index}`, id: cell.id, abbr: (_d = this.getHeaderCell(cell)) === null || _d === void 0 ? void 0 : _d.abbr, scope: (_e = this.getHeaderCell(cell)) === null || _e === void 0 ? void 0 : _e.scope, noText: (_f = this.getHeaderCell(cell)) === null || _f === void 0 ? void 0 : _f.noText, horizontalAlignment: cell.horizontalAlignment, verticalAlignment: cell.verticalAlignment, headers: cell.headers, colSpan: cell.colSpan, colspan: cell.colspan, rowSpan: cell.rowSpan, rowspan: cell.rowspan }, cell.link ? (h("db-link", { class: (_h = (_g = cell.link) === null || _g === void 0 ? void 0 : _g.className) !== null && _h !== void 0 ? _h : (_j = cell.link) === null || _j === void 0 ? void 0 : _j.class, content: (_k = cell.link) === null || _k === void 0 ? void 0 : _k.content, size: (_l = cell.link) === null || _l === void 0 ? void 0 : _l.size, variant: (_m = cell.link) === null || _m === void 0 ? void 0 : _m.variant, id: (_o = cell.link) === null || _o === void 0 ? void 0 : _o.id, autofocus: (_p = cell.link) === null || _p === void 0 ? void 0 : _p.autofocus, disabled: (_q = cell.link) === null || _q === void 0 ? void 0 : _q.disabled, href: (_r = cell.link) === null || _r === void 0 ? void 0 : _r.href, hreflang: (_s = cell.link) === null || _s === void 0 ? void 0 : _s.hreflang, target: (_t = cell.link) === null || _t === void 0 ? void 0 : _t.target, rel: (_u = cell.link) === null || _u === void 0 ? void 0 : _u.rel, referrerPolicy: (_v = cell.link) === null || _v === void 0 ? void 0 : _v.referrerPolicy, role: (_w = cell.link) === null || _w === void 0 ? void 0 : _w.role, showIcon: (_x = cell.link) === null || _x === void 0 ? void 0 : _x.showIcon, text: (_y = cell.link) === null || _y === void 0 ? void 0 : _y.text, wrap: (_z = cell.link) === null || _z === void 0 ? void 0 : _z.wrap }, (_0 = cell.link) === null || _0 === void 0 ? void 0 : _0.children)) : (cell.content))) : (h("db-table-data-cell", { class: (_1 = cell.className) !== null && _1 !== void 0 ? _1 : cell.class, key: `${(_3 = (_2 = cell.id) !== null && _2 !== void 0 ? _2 : this.id) !== null && _3 !== void 0 ? _3 : uuid()}-table-row-data-cell-${index}`, id: cell.id, horizontalAlignment: cell.horizontalAlignment, verticalAlignment: cell.verticalAlignment, headers: cell.headers, colSpan: cell.colSpan, colspan: cell.colspan, rowSpan: cell.rowSpan, rowspan: cell.rowspan }, cell.link ? (h("db-link", { class: (_5 = (_4 = cell.link) === null || _4 === void 0 ? void 0 : _4.className) !== null && _5 !== void 0 ? _5 : (_6 = cell.link) === null || _6 === void 0 ? void 0 : _6.class, content: (_7 = cell.link) === null || _7 === void 0 ? void 0 : _7.content, size: (_8 = cell.link) === null || _8 === void 0 ? void 0 : _8.size, variant: (_9 = cell.link) === null || _9 === void 0 ? void 0 : _9.variant, id: (_10 = cell.link) === null || _10 === void 0 ? void 0 : _10.id, autofocus: (_11 = cell.link) === null || _11 === void 0 ? void 0 : _11.autofocus, disabled: (_12 = cell.link) === null || _12 === void 0 ? void 0 : _12.disabled, href: (_13 = cell.link) === null || _13 === void 0 ? void 0 : _13.href, hreflang: (_14 = cell.link) === null || _14 === void 0 ? void 0 : _14.hreflang, target: (_15 = cell.link) === null || _15 === void 0 ? void 0 : _15.target, rel: (_16 = cell.link) === null || _16 === void 0 ? void 0 : _16.rel, referrerPolicy: (_17 = cell.link) === null || _17 === void 0 ? void 0 : _17.referrerPolicy, role: (_18 = cell.link) === null || _18 === void 0 ? void 0 : _18.role, showIcon: (_19 = cell.link) === null || _19 === void 0 ? void 0 : _19.showIcon, text: (_20 = cell.link) === null || _20 === void 0 ? void 0 : _20.text, wrap: (_21 = cell.link) === null || _21 === void 0 ? void 0 : _21.wrap }, (_22 = cell.link) === null || _22 === void 0 ? void 0 : _22.children)) : (cell.content)));
284
+ })) : (h("slot", null))));
285
+ }
286
+ get rootElement() { return getElement(this); }
287
+ };
288
+
289
+ export { DBLink as db_link, DBTableDataCell as db_table_data_cell, DBTableHeaderCell as db_table_header_cell, DBTableRow as db_table_row };
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, h, F as Fragment, g as getElement } from './index-BGaQ0Bx8.js';
1
+ import { r as registerInstance, c as createEvent, h, F as Fragment, g as getElement } from './index-BlbKvvUv.js';
2
2
  import { n as DEFAULT_BACK } from './constants-BdL-nI5y.js';
3
- import { d as delay, e as getBoolean, u as uuid, g as getBooleanAsString, c as cls } from './index-xkoBSP8R.js';
3
+ import { d as delay, e as getBoolean, g as getBooleanAsString, c as cls, u as uuid } from './index-fumiz06Y.js';
4
4
  import { N as NavigationItemSafeTriangle } from './navigation-Jh6m0eMk.js';
5
5
  import './floating-components-DOPXnIzL.js';
6
6
 
@@ -16,6 +16,7 @@ const DBNavigationItem = class {
16
16
  this.navigationItemSafeTriangle = undefined;
17
17
  this.subNavigationId = undefined;
18
18
  this.subNavigationToggleId = undefined;
19
+ this.observer = undefined;
19
20
  }
20
21
  handleNavigationItemClick(event) {
21
22
  var _a;
@@ -39,6 +40,26 @@ const DBNavigationItem = class {
39
40
  event.stopPropagation();
40
41
  this.isSubNavigationExpanded = false;
41
42
  }
43
+ setupObserver(element) {
44
+ if (!element)
45
+ return;
46
+ const parent = element.closest("db-navigation-item");
47
+ if (!parent || this.observer)
48
+ return;
49
+ this.observer = new MutationObserver((mutations) => {
50
+ if (mutations.some((mutation) => {
51
+ var _a;
52
+ const attr = mutation.target.attributes.getNamedItem((_a = mutation.attributeName) !== null && _a !== void 0 ? _a : "");
53
+ return (attr === null || attr === void 0 ? void 0 : attr.value) !== mutation.oldValue;
54
+ })) {
55
+ this.enableAttributePassing(element, "db-navigation-item");
56
+ }
57
+ });
58
+ this.observer.observe(parent, {
59
+ attributes: true,
60
+ attributeOldValue: true,
61
+ });
62
+ }
42
63
  /**
43
64
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
44
65
  * @param element the ref for the component
@@ -52,10 +73,15 @@ const DBNavigationItem = class {
52
73
  const attr = attributes.item(i);
53
74
  if (attr && attr.name !== 'data-density' &&
54
75
  (attr.name.startsWith("data-") || attr.name.startsWith("aria-"))) {
55
- element.setAttribute(attr.name, attr.value);
76
+ if (attr.value) {
77
+ element.setAttribute(attr.name, attr.value);
78
+ }
79
+ else {
80
+ element.removeAttribute(attr.name);
81
+ }
56
82
  parent.removeAttribute(attr.name);
57
83
  }
58
- else if (attr && attr.name !== 'data-density' && attr.name !== "class" && attr.name === "style") {
84
+ else if (attr && ["style"].includes(attr.name)) {
59
85
  element.setAttribute(attr.name, attr.value);
60
86
  parent.removeAttribute(attr.name);
61
87
  }
@@ -63,7 +89,7 @@ const DBNavigationItem = class {
63
89
  const isWebComponent = attr.value.includes("hydrated");
64
90
  const value = attr.value.replace("hydrated", "").trim();
65
91
  const currentClass = element.getAttribute("class");
66
- element.setAttribute(attr.name, `${currentClass ? `${currentClass} ` : ""}${value}`);
92
+ element.setAttribute(attr.name, `${currentClass ? currentClass : ""}${value ? ` ${value}` : ""}`);
67
93
  if (isWebComponent) {
68
94
  // Stencil is using this class for lazy loading component
69
95
  parent.setAttribute("class", "hydrated");
@@ -104,7 +130,6 @@ const DBNavigationItem = class {
104
130
  this.watch1Fn();
105
131
  }
106
132
  componentDidLoad() {
107
- var _a;
108
133
  if (typeof document !== "undefined" && this.rootElement && this.rootElement.dataset.connect) {
109
134
  const connectedElement = document.querySelector(`[data-connect-id="${this.rootElement.dataset.connect}"]`);
110
135
  if (connectedElement) {
@@ -112,18 +137,30 @@ const DBNavigationItem = class {
112
137
  }
113
138
  }
114
139
  this.enableAttributePassing(this._ref, "db-navigation-item");
115
- this.initialized = true;
116
- const subNavId = `sub-nav-${(_a = this.id) !== null && _a !== void 0 ? _a : uuid()}`;
117
- this.subNavigationId = subNavId;
118
- this.subNavigationToggleId = `${subNavId}-toggle`;
140
+ const onMountHook_0 = () => {
141
+ var _a;
142
+ this.initialized = true;
143
+ const subNavId = `sub-nav-${(_a = this.id) !== null && _a !== void 0 ? _a : uuid()}`;
144
+ this.subNavigationId = subNavId;
145
+ this.subNavigationToggleId = `${subNavId}-toggle`;
146
+ };
147
+ onMountHook_0();
148
+ const onMountHook_1 = () => {
149
+ this.setupObserver(this._ref);
150
+ };
151
+ onMountHook_1();
119
152
  this.watch0Fn();
120
153
  this.watch1Fn();
121
154
  }
155
+ disconnectedCallback() {
156
+ var _a;
157
+ (_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect();
158
+ }
122
159
  render() {
123
160
  var _a, _b, _c;
124
- return (h("li", { key: '555c0472fdd1d6888dc4a0b699fc85bb21e73199', class: cls("db-navigation-item", this.className), ref: (el) => {
161
+ return (h("li", { key: '0c375eaa62e5b989c6c891d46e5a66fa8c11eed3', class: cls("db-navigation-item", this.className), ref: (el) => {
125
162
  this._ref = el;
126
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, onMouseOver: () => { var _a; return (_a = this.navigationItemSafeTriangle) === null || _a === void 0 ? void 0 : _a.enableFollow(); }, onMouseLeave: () => { var _a; return (_a = this.navigationItemSafeTriangle) === null || _a === void 0 ? void 0 : _a.disableFollow(); }, onMouseMove: (event) => { var _a; return (_a = this.navigationItemSafeTriangle) === null || _a === void 0 ? void 0 : _a.followByMouseEvent(event); }, "data-width": this.width, "data-icon": this.icon, "data-show-icon": getBooleanAsString(this.showIcon), "data-active": this.active, "data-wrap": getBooleanAsString(this.wrap), "aria-disabled": getBooleanAsString(this.disabled) }, !getBoolean(this.hideSubNavigation, "hideSubNavigation") &&
163
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, onMouseOver: () => { var _a; return (_a = this.navigationItemSafeTriangle) === null || _a === void 0 ? void 0 : _a.enableFollow(); }, onMouseLeave: () => { var _a; return (_a = this.navigationItemSafeTriangle) === null || _a === void 0 ? void 0 : _a.disableFollow(); }, onMouseMove: (event) => { var _a; return (_a = this.navigationItemSafeTriangle) === null || _a === void 0 ? void 0 : _a.followByMouseEvent(event); }, "data-width": this.width, "data-icon": this.icon, "data-show-icon": getBooleanAsString(this.showIcon, "showIcon"), "data-active": this.active, "data-wrap": getBooleanAsString(this.wrap, "wrap"), "aria-disabled": getBooleanAsString(this.disabled, "disabled") }, !getBoolean(this.hideSubNavigation, "hideSubNavigation") &&
127
164
  this.hasSubNavigation ? (h(Fragment, null, h("button", { class: "db-navigation-item-expand-button", id: this.subNavigationToggleId, "aria-haspopup": this.hasAreaPopup ? "true" : undefined, "aria-expanded": this.isSubNavigationExpanded, "aria-controls": this.subNavigationId, disabled: getBoolean(this.disabled, "disabled"), onClick: (event) => this.handleClick(event) }, this.text ? this.text : h("slot", { name: "expandButton" })), h("menu", { class: "db-sub-navigation", id: this.subNavigationId, "aria-labelledby": this.subNavigationToggleId, "data-force-close": this.autoClose, onClick: (event) => this.handleNavigationItemClick(event) }, this.hasAreaPopup ? (h("div", { class: "db-mobile-navigation-back" }, h("db-button", { icon: "arrow_left", variant: "ghost", id: this.backButtonId, onClick: (event) => this.handleBackClick(event) }, (_c = this.backButtonText) !== null && _c !== void 0 ? _c : DEFAULT_BACK))) : null, h("slot", { name: "subNavigation" })))) : this.text ? (this.text) : (h("slot", null))));
128
165
  }
129
166
  get rootElement() { return getElement(this); }
@@ -1,9 +1,30 @@
1
- import { r as registerInstance, h, g as getElement } from './index-BGaQ0Bx8.js';
2
- import { c as cls } from './index-xkoBSP8R.js';
1
+ import { r as registerInstance, h, g as getElement } from './index-BlbKvvUv.js';
2
+ import { c as cls } from './index-fumiz06Y.js';
3
3
 
4
4
  const DBNavigation = class {
5
5
  constructor(hostRef) {
6
6
  registerInstance(this, hostRef);
7
+ this.observer = undefined;
8
+ }
9
+ setupObserver(element) {
10
+ if (!element)
11
+ return;
12
+ const parent = element.closest("db-navigation");
13
+ if (!parent || this.observer)
14
+ return;
15
+ this.observer = new MutationObserver((mutations) => {
16
+ if (mutations.some((mutation) => {
17
+ var _a;
18
+ const attr = mutation.target.attributes.getNamedItem((_a = mutation.attributeName) !== null && _a !== void 0 ? _a : "");
19
+ return (attr === null || attr === void 0 ? void 0 : attr.value) !== mutation.oldValue;
20
+ })) {
21
+ this.enableAttributePassing(element, "db-navigation");
22
+ }
23
+ });
24
+ this.observer.observe(parent, {
25
+ attributes: true,
26
+ attributeOldValue: true,
27
+ });
7
28
  }
8
29
  /**
9
30
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
@@ -18,10 +39,15 @@ const DBNavigation = class {
18
39
  const attr = attributes.item(i);
19
40
  if (attr && attr.name !== 'data-density' &&
20
41
  (attr.name.startsWith("data-") || attr.name.startsWith("aria-"))) {
21
- element.setAttribute(attr.name, attr.value);
42
+ if (attr.value) {
43
+ element.setAttribute(attr.name, attr.value);
44
+ }
45
+ else {
46
+ element.removeAttribute(attr.name);
47
+ }
22
48
  parent.removeAttribute(attr.name);
23
49
  }
24
- else if (attr && attr.name !== 'data-density' && attr.name !== "class" && attr.name === "style") {
50
+ else if (attr && ["style"].includes(attr.name)) {
25
51
  element.setAttribute(attr.name, attr.value);
26
52
  parent.removeAttribute(attr.name);
27
53
  }
@@ -29,7 +55,7 @@ const DBNavigation = class {
29
55
  const isWebComponent = attr.value.includes("hydrated");
30
56
  const value = attr.value.replace("hydrated", "").trim();
31
57
  const currentClass = element.getAttribute("class");
32
- element.setAttribute(attr.name, `${currentClass ? `${currentClass} ` : ""}${value}`);
58
+ element.setAttribute(attr.name, `${currentClass ? currentClass : ""}${value ? ` ${value}` : ""}`);
33
59
  if (isWebComponent) {
34
60
  // Stencil is using this class for lazy loading component
35
61
  parent.setAttribute("class", "hydrated");
@@ -49,12 +75,17 @@ const DBNavigation = class {
49
75
  }
50
76
  }
51
77
  this.enableAttributePassing(this._ref, "db-navigation");
78
+ this.setupObserver(this._ref);
79
+ }
80
+ disconnectedCallback() {
81
+ var _a;
82
+ (_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect();
52
83
  }
53
84
  render() {
54
85
  var _a, _b;
55
- return (h("nav", { key: '33d5425a509a5d224245fcde89b66bb129d3fb57', class: cls("db-navigation", this.className), ref: (el) => {
86
+ return (h("nav", { key: '9ab5982a120092e6df3de4b17d1750950d2e1667', class: cls("db-navigation", this.className), ref: (el) => {
56
87
  this._ref = el;
57
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, h("menu", { key: '796fbbd89657a52bbd7e932efe96ff62726bf5ea' }, h("slot", { key: 'df8847f6522250c540acc1154201d1c6bfbbce07' }))));
88
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, h("menu", { key: 'c23027e91896d0cce880bb7527dcf576ba58b513' }, h("slot", { key: '0f7aa08fca229cbceae8bb4c1e91ab4fc5608242' }))));
58
89
  }
59
90
  get rootElement() { return getElement(this); }
60
91
  };