@db-ux/wc-core-components 4.2.5 → 4.2.7-consolidation2-66e78e5

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 (568) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/app-globals-V2Kpy_OQ.js +0 -3
  3. package/dist/cjs/{constants-CTtyzyuo.js → constants-bMY2_d8A.js} +4 -3
  4. package/dist/cjs/db-accordion-item.cjs.entry.js +12 -7
  5. package/dist/cjs/db-accordion.cjs.entry.js +29 -12
  6. package/dist/cjs/db-badge.cjs.entry.js +9 -6
  7. package/dist/cjs/db-brand.cjs.entry.js +3 -4
  8. package/dist/cjs/db-button.cjs.entry.js +2 -3
  9. package/dist/cjs/db-card.cjs.entry.js +2 -3
  10. package/dist/cjs/db-checkbox.cjs.entry.js +30 -11
  11. package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +27 -14
  12. package/dist/cjs/db-custom-select-form-field.cjs.entry.js +2 -3
  13. package/dist/cjs/db-custom-select.cjs.entry.js +101 -36
  14. package/dist/cjs/db-divider.cjs.entry.js +2 -3
  15. package/dist/cjs/db-drawer.cjs.entry.js +15 -8
  16. package/dist/cjs/db-header.cjs.entry.js +9 -6
  17. package/dist/cjs/db-icon.cjs.entry.js +2 -3
  18. package/dist/cjs/db-infotext.cjs.entry.js +2 -3
  19. package/dist/cjs/db-link.cjs.entry.js +5 -6
  20. package/dist/cjs/db-navigation-item.cjs.entry.js +12 -7
  21. package/dist/cjs/db-navigation.cjs.entry.js +3 -4
  22. package/dist/cjs/db-notification.cjs.entry.js +3 -4
  23. package/dist/cjs/db-page.cjs.entry.js +2 -3
  24. package/dist/cjs/db-popover.cjs.entry.js +14 -7
  25. package/dist/cjs/db-radio.cjs.entry.js +14 -7
  26. package/dist/cjs/db-section.cjs.entry.js +2 -3
  27. package/dist/cjs/db-select.cjs.entry.js +21 -10
  28. package/dist/cjs/db-stack.cjs.entry.js +2 -3
  29. package/dist/cjs/db-switch.cjs.entry.js +28 -13
  30. package/dist/cjs/db-tab-item_3.cjs.entry.js +15 -8
  31. package/dist/cjs/db-tabs.cjs.entry.js +8 -5
  32. package/dist/cjs/db-textarea.cjs.entry.js +18 -9
  33. package/dist/cjs/db-tooltip.cjs.entry.js +10 -7
  34. package/dist/cjs/db-ux.cjs.js +3 -4
  35. package/dist/cjs/{document-click-listener-DGna8oDJ.js → document-click-listener-B2Xzqbvs.js} +1 -4
  36. package/dist/cjs/{document-scroll-listener-BBXRu9dN.js → document-scroll-listener-C_v46oIg.js} +1 -4
  37. package/dist/cjs/floating-components-ogUqz72V.js +0 -3
  38. package/dist/cjs/{form-components-CPqbzZwG.js → form-components-BrtqMwX0.js} +1 -4
  39. package/dist/cjs/{index-Bm2Cw2rz.js → index-CW5aVEyQ.js} +19 -3
  40. package/dist/cjs/{index-Db5RdCbB.js → index-Mi8dWSSD.js} +190 -142
  41. package/dist/cjs/index.cjs.js +7 -6
  42. package/dist/cjs/loader.cjs.js +2 -3
  43. package/dist/cjs/navigation-DauGE-qj.js +0 -3
  44. package/dist/collection/collection-manifest.json +2 -2
  45. package/dist/collection/components/accordion/accordion.js +14 -8
  46. package/dist/collection/components/accordion/index.js +0 -1
  47. package/dist/collection/components/accordion/model.js +0 -1
  48. package/dist/collection/components/accordion-item/accordion-item.js +14 -8
  49. package/dist/collection/components/accordion-item/index.js +0 -1
  50. package/dist/collection/components/accordion-item/model.js +0 -1
  51. package/dist/collection/components/badge/badge.js +16 -9
  52. package/dist/collection/components/badge/index.js +0 -1
  53. package/dist/collection/components/badge/model.js +0 -1
  54. package/dist/collection/components/brand/brand.js +13 -8
  55. package/dist/collection/components/brand/index.js +0 -1
  56. package/dist/collection/components/brand/model.js +0 -1
  57. package/dist/collection/components/button/button.js +39 -22
  58. package/dist/collection/components/button/index.js +0 -1
  59. package/dist/collection/components/button/model.js +0 -1
  60. package/dist/collection/components/card/card.js +10 -6
  61. package/dist/collection/components/card/index.js +0 -1
  62. package/dist/collection/components/card/model.js +0 -1
  63. package/dist/collection/components/checkbox/checkbox.js +39 -21
  64. package/dist/collection/components/checkbox/index.js +0 -1
  65. package/dist/collection/components/checkbox/model.js +0 -1
  66. package/dist/collection/components/custom-select/custom-select.js +103 -56
  67. package/dist/collection/components/custom-select/index.js +0 -1
  68. package/dist/collection/components/custom-select/model.js +0 -1
  69. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +6 -4
  70. package/dist/collection/components/custom-select-dropdown/index.js +0 -1
  71. package/dist/collection/components/custom-select-dropdown/model.js +0 -1
  72. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +4 -3
  73. package/dist/collection/components/custom-select-form-field/index.js +0 -1
  74. package/dist/collection/components/custom-select-form-field/model.js +0 -1
  75. package/dist/collection/components/custom-select-list/custom-select-list.js +8 -5
  76. package/dist/collection/components/custom-select-list/index.js +0 -1
  77. package/dist/collection/components/custom-select-list/model.js +0 -1
  78. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +27 -15
  79. package/dist/collection/components/custom-select-list-item/index.js +0 -1
  80. package/dist/collection/components/custom-select-list-item/model.js +0 -1
  81. package/dist/collection/components/divider/divider.js +12 -7
  82. package/dist/collection/components/divider/index.js +0 -1
  83. package/dist/collection/components/divider/model.js +0 -1
  84. package/dist/collection/components/drawer/drawer.js +24 -13
  85. package/dist/collection/components/drawer/index.js +0 -1
  86. package/dist/collection/components/drawer/model.js +0 -1
  87. package/dist/collection/components/header/header.js +16 -9
  88. package/dist/collection/components/header/index.js +0 -1
  89. package/dist/collection/components/header/model.js +0 -1
  90. package/dist/collection/components/icon/icon.js +13 -8
  91. package/dist/collection/components/icon/index.js +0 -1
  92. package/dist/collection/components/icon/model.js +0 -1
  93. package/dist/collection/components/infotext/index.js +0 -1
  94. package/dist/collection/components/infotext/infotext.js +15 -9
  95. package/dist/collection/components/infotext/model.js +0 -1
  96. package/dist/collection/components/input/index.js +0 -1
  97. package/dist/collection/components/input/input.js +104 -57
  98. package/dist/collection/components/input/model.js +0 -1
  99. package/dist/collection/components/link/index.js +0 -1
  100. package/dist/collection/components/link/link.js +83 -18
  101. package/dist/collection/components/link/model.js +0 -1
  102. package/dist/collection/components/navigation/index.js +0 -1
  103. package/dist/collection/components/navigation/model.js +0 -1
  104. package/dist/collection/components/navigation/navigation.js +4 -3
  105. package/dist/collection/components/navigation-item/index.js +0 -1
  106. package/dist/collection/components/navigation-item/model.js +0 -1
  107. package/dist/collection/components/navigation-item/navigation-item.js +25 -14
  108. package/dist/collection/components/notification/index.js +0 -1
  109. package/dist/collection/components/notification/model.js +0 -1
  110. package/dist/collection/components/notification/notification.js +33 -18
  111. package/dist/collection/components/page/index.js +0 -1
  112. package/dist/collection/components/page/model.js +0 -1
  113. package/dist/collection/components/page/page.js +12 -7
  114. package/dist/collection/components/popover/index.js +0 -1
  115. package/dist/collection/components/popover/model.js +0 -1
  116. package/dist/collection/components/popover/popover.js +18 -10
  117. package/dist/collection/components/radio/index.js +0 -1
  118. package/dist/collection/components/radio/model.js +0 -1
  119. package/dist/collection/components/radio/radio.js +24 -13
  120. package/dist/collection/components/section/index.js +0 -1
  121. package/dist/collection/components/section/model.js +0 -1
  122. package/dist/collection/components/section/section.js +8 -5
  123. package/dist/collection/components/select/index.js +0 -1
  124. package/dist/collection/components/select/model.js +0 -1
  125. package/dist/collection/components/select/select.js +50 -27
  126. package/dist/collection/components/stack/index.js +0 -1
  127. package/dist/collection/components/stack/model.js +0 -1
  128. package/dist/collection/components/stack/stack.js +16 -9
  129. package/dist/collection/components/switch/index.js +0 -1
  130. package/dist/collection/components/switch/model.js +0 -1
  131. package/dist/collection/components/switch/switch.js +48 -27
  132. package/dist/collection/components/tab-item/index.js +0 -1
  133. package/dist/collection/components/tab-item/model.js +0 -1
  134. package/dist/collection/components/tab-item/tab-item.js +31 -18
  135. package/dist/collection/components/tab-list/index.js +0 -1
  136. package/dist/collection/components/tab-list/model.js +0 -1
  137. package/dist/collection/components/tab-list/tab-list.js +4 -3
  138. package/dist/collection/components/tab-panel/index.js +0 -1
  139. package/dist/collection/components/tab-panel/model.js +0 -1
  140. package/dist/collection/components/tab-panel/tab-panel.js +6 -4
  141. package/dist/collection/components/tabs/index.js +0 -1
  142. package/dist/collection/components/tabs/model.js +0 -1
  143. package/dist/collection/components/tabs/tabs.js +22 -12
  144. package/dist/collection/components/tag/index.js +0 -1
  145. package/dist/collection/components/tag/model.js +0 -1
  146. package/dist/collection/components/tag/tag.js +25 -14
  147. package/dist/collection/components/textarea/index.js +0 -1
  148. package/dist/collection/components/textarea/model.js +0 -1
  149. package/dist/collection/components/textarea/textarea.js +67 -35
  150. package/dist/collection/components/tooltip/index.js +0 -1
  151. package/dist/collection/components/tooltip/model.js +0 -1
  152. package/dist/collection/components/tooltip/tooltip.js +18 -10
  153. package/dist/collection/index.js +0 -1
  154. package/dist/collection/shared/constants.js +2 -1
  155. package/dist/collection/shared/examples/index.js +4 -0
  156. package/dist/collection/shared/model.js +0 -1
  157. package/dist/collection/utils/document-click-listener.js +0 -1
  158. package/dist/collection/utils/document-scroll-listener.js +0 -1
  159. package/dist/collection/utils/floating-components.js +0 -1
  160. package/dist/collection/utils/form-components.js +0 -1
  161. package/dist/collection/utils/index.js +18 -1
  162. package/dist/collection/utils/navigation.js +0 -1
  163. package/dist/collection/utils/react.js +0 -1
  164. package/dist/custom-elements.json +1063 -1
  165. package/dist/db-ux/db-ux.esm.js +1 -2
  166. package/dist/db-ux/index.esm.js +1 -2
  167. package/dist/db-ux/p-027fb90a.entry.js +1 -0
  168. package/dist/db-ux/p-13dd39f1.entry.js +1 -0
  169. package/dist/db-ux/p-15241486.entry.js +1 -0
  170. package/dist/db-ux/p-197f90e4.entry.js +1 -0
  171. package/dist/db-ux/p-2069117e.entry.js +1 -0
  172. package/dist/db-ux/p-23834011.entry.js +1 -0
  173. package/dist/db-ux/p-26fa6bc1.entry.js +1 -0
  174. package/dist/db-ux/p-286f83f4.entry.js +1 -0
  175. package/dist/db-ux/p-29d3070a.entry.js +1 -0
  176. package/dist/db-ux/p-29efc51e.entry.js +1 -0
  177. package/dist/db-ux/p-2baf9c08.entry.js +1 -0
  178. package/dist/db-ux/p-3622f7e7.entry.js +1 -0
  179. package/dist/db-ux/p-40ce182c.entry.js +1 -0
  180. package/dist/db-ux/p-5426dbd3.entry.js +1 -0
  181. package/dist/db-ux/p-58611dcc.entry.js +1 -0
  182. package/dist/db-ux/p-5bca6d35.entry.js +1 -0
  183. package/dist/db-ux/p-623a6b59.entry.js +1 -0
  184. package/dist/db-ux/p-78f6b72a.entry.js +1 -0
  185. package/dist/db-ux/p-86414acd.entry.js +1 -0
  186. package/dist/db-ux/p-9a543d5a.entry.js +1 -0
  187. package/dist/db-ux/p-9d5365f7.entry.js +1 -0
  188. package/dist/db-ux/p-9pYJFapZ.js +2 -0
  189. package/dist/db-ux/p-BdL-nI5y.js +1 -0
  190. package/dist/db-ux/p-BwBkekqp.js +1 -0
  191. package/dist/db-ux/p-Cb-k135w.js +1 -0
  192. package/dist/db-ux/p-DQuL1Twl.js +1 -2
  193. package/dist/db-ux/p-EqlW5Wqf.js +1 -0
  194. package/dist/db-ux/p-G-TursYV.js +1 -2
  195. package/dist/db-ux/p-a1e66a3d.entry.js +1 -0
  196. package/dist/db-ux/p-a232eea2.entry.js +1 -0
  197. package/dist/db-ux/p-a7463ead.entry.js +1 -0
  198. package/dist/db-ux/p-a98bde77.entry.js +1 -0
  199. package/dist/db-ux/p-af0e61d0.entry.js +1 -0
  200. package/dist/db-ux/p-b6538eed.entry.js +1 -0
  201. package/dist/db-ux/p-bde7ff5f.entry.js +1 -0
  202. package/dist/db-ux/p-c9d514e5.entry.js +1 -0
  203. package/dist/db-ux/p-cqrM3KjS.js +1 -0
  204. package/dist/db-ux/p-e30a4814.entry.js +1 -0
  205. package/dist/db-ux/p-sP2NlPcu.js +1 -2
  206. package/dist/esm/app-globals-DQuL1Twl.js +0 -3
  207. package/dist/esm/{constants-DC9V_oNU.js → constants-BdL-nI5y.js} +3 -4
  208. package/dist/esm/db-accordion-item.entry.js +12 -7
  209. package/dist/esm/db-accordion.entry.js +29 -12
  210. package/dist/esm/db-badge.entry.js +9 -6
  211. package/dist/esm/db-brand.entry.js +3 -4
  212. package/dist/esm/db-button.entry.js +2 -3
  213. package/dist/esm/db-card.entry.js +2 -3
  214. package/dist/esm/db-checkbox.entry.js +30 -11
  215. package/dist/esm/db-custom-select-dropdown_5.entry.js +27 -14
  216. package/dist/esm/db-custom-select-form-field.entry.js +2 -3
  217. package/dist/esm/db-custom-select.entry.js +101 -36
  218. package/dist/esm/db-divider.entry.js +2 -3
  219. package/dist/esm/db-drawer.entry.js +15 -8
  220. package/dist/esm/db-header.entry.js +9 -6
  221. package/dist/esm/db-icon.entry.js +2 -3
  222. package/dist/esm/db-infotext.entry.js +2 -3
  223. package/dist/esm/db-link.entry.js +5 -6
  224. package/dist/esm/db-navigation-item.entry.js +12 -7
  225. package/dist/esm/db-navigation.entry.js +3 -4
  226. package/dist/esm/db-notification.entry.js +3 -4
  227. package/dist/esm/db-page.entry.js +2 -3
  228. package/dist/esm/db-popover.entry.js +14 -7
  229. package/dist/esm/db-radio.entry.js +14 -7
  230. package/dist/esm/db-section.entry.js +2 -3
  231. package/dist/esm/db-select.entry.js +21 -10
  232. package/dist/esm/db-stack.entry.js +2 -3
  233. package/dist/esm/db-switch.entry.js +28 -13
  234. package/dist/esm/db-tab-item_3.entry.js +15 -8
  235. package/dist/esm/db-tabs.entry.js +8 -5
  236. package/dist/esm/db-textarea.entry.js +18 -9
  237. package/dist/esm/db-tooltip.entry.js +10 -7
  238. package/dist/esm/db-ux.js +4 -5
  239. package/dist/esm/{document-click-listener-D1ZXrKSx.js → document-click-listener-B_LaIr0O.js} +1 -4
  240. package/dist/esm/{document-scroll-listener-DF6f0ByI.js → document-scroll-listener-dHAsT0Tb.js} +1 -4
  241. package/dist/esm/floating-components-G-TursYV.js +0 -3
  242. package/dist/esm/{form-components-DmI6JmyJ.js → form-components-Cl_wgkeJ.js} +1 -4
  243. package/dist/esm/{index-BMAwJo5Z.js → index-9pYJFapZ.js} +190 -142
  244. package/dist/esm/{index-DhKljLRG.js → index-BwBkekqp.js} +19 -4
  245. package/dist/esm/index.js +4 -6
  246. package/dist/esm/loader.js +3 -4
  247. package/dist/esm/navigation--UdC9CzO.js +0 -3
  248. package/dist/types/components/custom-select/custom-select.d.ts +1 -1
  249. package/dist/types/components/link/link.d.ts +2 -0
  250. package/dist/types/components.d.ts +4 -0
  251. package/dist/types/shared/constants.d.ts +2 -0
  252. package/dist/types/shared/examples/index.d.ts +4 -0
  253. package/dist/types/shared/model.d.ts +12 -0
  254. package/dist/types/stencil-public-runtime.d.ts +87 -4
  255. package/dist/types/utils/index.d.ts +10 -0
  256. package/dist/vscode.html-custom-data.json +118 -0
  257. package/dist/web-types.json +177 -1
  258. package/package.json +10 -9
  259. package/dist/cjs/app-globals-V2Kpy_OQ.js.map +0 -1
  260. package/dist/cjs/constants-CTtyzyuo.js.map +0 -1
  261. package/dist/cjs/db-accordion-item.entry.cjs.js.map +0 -1
  262. package/dist/cjs/db-accordion.entry.cjs.js.map +0 -1
  263. package/dist/cjs/db-badge.entry.cjs.js.map +0 -1
  264. package/dist/cjs/db-brand.entry.cjs.js.map +0 -1
  265. package/dist/cjs/db-button.entry.cjs.js.map +0 -1
  266. package/dist/cjs/db-card.entry.cjs.js.map +0 -1
  267. package/dist/cjs/db-checkbox.entry.cjs.js.map +0 -1
  268. package/dist/cjs/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.cjs.js.map +0 -1
  269. package/dist/cjs/db-custom-select-form-field.entry.cjs.js.map +0 -1
  270. package/dist/cjs/db-custom-select.entry.cjs.js.map +0 -1
  271. package/dist/cjs/db-divider.entry.cjs.js.map +0 -1
  272. package/dist/cjs/db-drawer.entry.cjs.js.map +0 -1
  273. package/dist/cjs/db-header.entry.cjs.js.map +0 -1
  274. package/dist/cjs/db-icon.entry.cjs.js.map +0 -1
  275. package/dist/cjs/db-infotext.entry.cjs.js.map +0 -1
  276. package/dist/cjs/db-link.entry.cjs.js.map +0 -1
  277. package/dist/cjs/db-navigation-item.entry.cjs.js.map +0 -1
  278. package/dist/cjs/db-navigation.entry.cjs.js.map +0 -1
  279. package/dist/cjs/db-notification.entry.cjs.js.map +0 -1
  280. package/dist/cjs/db-page.entry.cjs.js.map +0 -1
  281. package/dist/cjs/db-popover.entry.cjs.js.map +0 -1
  282. package/dist/cjs/db-radio.entry.cjs.js.map +0 -1
  283. package/dist/cjs/db-section.entry.cjs.js.map +0 -1
  284. package/dist/cjs/db-select.entry.cjs.js.map +0 -1
  285. package/dist/cjs/db-stack.entry.cjs.js.map +0 -1
  286. package/dist/cjs/db-switch.entry.cjs.js.map +0 -1
  287. package/dist/cjs/db-tab-item.db-tab-list.db-tab-panel.entry.cjs.js.map +0 -1
  288. package/dist/cjs/db-tabs.entry.cjs.js.map +0 -1
  289. package/dist/cjs/db-textarea.entry.cjs.js.map +0 -1
  290. package/dist/cjs/db-tooltip.entry.cjs.js.map +0 -1
  291. package/dist/cjs/db-ux.cjs.js.map +0 -1
  292. package/dist/cjs/document-click-listener-DGna8oDJ.js.map +0 -1
  293. package/dist/cjs/document-scroll-listener-BBXRu9dN.js.map +0 -1
  294. package/dist/cjs/floating-components-ogUqz72V.js.map +0 -1
  295. package/dist/cjs/form-components-CPqbzZwG.js.map +0 -1
  296. package/dist/cjs/index-Bm2Cw2rz.js.map +0 -1
  297. package/dist/cjs/index-Db5RdCbB.js.map +0 -1
  298. package/dist/cjs/index.cjs.js.map +0 -1
  299. package/dist/cjs/loader.cjs.js.map +0 -1
  300. package/dist/cjs/navigation-DauGE-qj.js.map +0 -1
  301. package/dist/collection/components/accordion/accordion.js.map +0 -1
  302. package/dist/collection/components/accordion/index.js.map +0 -1
  303. package/dist/collection/components/accordion/model.js.map +0 -1
  304. package/dist/collection/components/accordion-item/accordion-item.js.map +0 -1
  305. package/dist/collection/components/accordion-item/index.js.map +0 -1
  306. package/dist/collection/components/accordion-item/model.js.map +0 -1
  307. package/dist/collection/components/badge/badge.js.map +0 -1
  308. package/dist/collection/components/badge/index.js.map +0 -1
  309. package/dist/collection/components/badge/model.js.map +0 -1
  310. package/dist/collection/components/brand/brand.js.map +0 -1
  311. package/dist/collection/components/brand/index.js.map +0 -1
  312. package/dist/collection/components/brand/model.js.map +0 -1
  313. package/dist/collection/components/button/button.js.map +0 -1
  314. package/dist/collection/components/button/index.js.map +0 -1
  315. package/dist/collection/components/button/model.js.map +0 -1
  316. package/dist/collection/components/card/card.js.map +0 -1
  317. package/dist/collection/components/card/index.js.map +0 -1
  318. package/dist/collection/components/card/model.js.map +0 -1
  319. package/dist/collection/components/checkbox/checkbox.js.map +0 -1
  320. package/dist/collection/components/checkbox/index.js.map +0 -1
  321. package/dist/collection/components/checkbox/model.js.map +0 -1
  322. package/dist/collection/components/custom-select/custom-select.js.map +0 -1
  323. package/dist/collection/components/custom-select/index.js.map +0 -1
  324. package/dist/collection/components/custom-select/model.js.map +0 -1
  325. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js.map +0 -1
  326. package/dist/collection/components/custom-select-dropdown/index.js.map +0 -1
  327. package/dist/collection/components/custom-select-dropdown/model.js.map +0 -1
  328. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js.map +0 -1
  329. package/dist/collection/components/custom-select-form-field/index.js.map +0 -1
  330. package/dist/collection/components/custom-select-form-field/model.js.map +0 -1
  331. package/dist/collection/components/custom-select-list/custom-select-list.js.map +0 -1
  332. package/dist/collection/components/custom-select-list/index.js.map +0 -1
  333. package/dist/collection/components/custom-select-list/model.js.map +0 -1
  334. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js.map +0 -1
  335. package/dist/collection/components/custom-select-list-item/index.js.map +0 -1
  336. package/dist/collection/components/custom-select-list-item/model.js.map +0 -1
  337. package/dist/collection/components/divider/divider.js.map +0 -1
  338. package/dist/collection/components/divider/index.js.map +0 -1
  339. package/dist/collection/components/divider/model.js.map +0 -1
  340. package/dist/collection/components/drawer/drawer.js.map +0 -1
  341. package/dist/collection/components/drawer/index.js.map +0 -1
  342. package/dist/collection/components/drawer/model.js.map +0 -1
  343. package/dist/collection/components/header/header.js.map +0 -1
  344. package/dist/collection/components/header/index.js.map +0 -1
  345. package/dist/collection/components/header/model.js.map +0 -1
  346. package/dist/collection/components/icon/icon.js.map +0 -1
  347. package/dist/collection/components/icon/index.js.map +0 -1
  348. package/dist/collection/components/icon/model.js.map +0 -1
  349. package/dist/collection/components/infotext/index.js.map +0 -1
  350. package/dist/collection/components/infotext/infotext.js.map +0 -1
  351. package/dist/collection/components/infotext/model.js.map +0 -1
  352. package/dist/collection/components/input/index.js.map +0 -1
  353. package/dist/collection/components/input/input.js.map +0 -1
  354. package/dist/collection/components/input/model.js.map +0 -1
  355. package/dist/collection/components/link/index.js.map +0 -1
  356. package/dist/collection/components/link/link.js.map +0 -1
  357. package/dist/collection/components/link/model.js.map +0 -1
  358. package/dist/collection/components/navigation/index.js.map +0 -1
  359. package/dist/collection/components/navigation/model.js.map +0 -1
  360. package/dist/collection/components/navigation/navigation.js.map +0 -1
  361. package/dist/collection/components/navigation-item/index.js.map +0 -1
  362. package/dist/collection/components/navigation-item/model.js.map +0 -1
  363. package/dist/collection/components/navigation-item/navigation-item.js.map +0 -1
  364. package/dist/collection/components/notification/index.js.map +0 -1
  365. package/dist/collection/components/notification/model.js.map +0 -1
  366. package/dist/collection/components/notification/notification.js.map +0 -1
  367. package/dist/collection/components/page/index.js.map +0 -1
  368. package/dist/collection/components/page/model.js.map +0 -1
  369. package/dist/collection/components/page/page.js.map +0 -1
  370. package/dist/collection/components/popover/index.js.map +0 -1
  371. package/dist/collection/components/popover/model.js.map +0 -1
  372. package/dist/collection/components/popover/popover.js.map +0 -1
  373. package/dist/collection/components/radio/index.js.map +0 -1
  374. package/dist/collection/components/radio/model.js.map +0 -1
  375. package/dist/collection/components/radio/radio.js.map +0 -1
  376. package/dist/collection/components/section/index.js.map +0 -1
  377. package/dist/collection/components/section/model.js.map +0 -1
  378. package/dist/collection/components/section/section.js.map +0 -1
  379. package/dist/collection/components/select/index.js.map +0 -1
  380. package/dist/collection/components/select/model.js.map +0 -1
  381. package/dist/collection/components/select/select.js.map +0 -1
  382. package/dist/collection/components/stack/index.js.map +0 -1
  383. package/dist/collection/components/stack/model.js.map +0 -1
  384. package/dist/collection/components/stack/stack.js.map +0 -1
  385. package/dist/collection/components/switch/index.js.map +0 -1
  386. package/dist/collection/components/switch/model.js.map +0 -1
  387. package/dist/collection/components/switch/switch.js.map +0 -1
  388. package/dist/collection/components/tab-item/index.js.map +0 -1
  389. package/dist/collection/components/tab-item/model.js.map +0 -1
  390. package/dist/collection/components/tab-item/tab-item.js.map +0 -1
  391. package/dist/collection/components/tab-list/index.js.map +0 -1
  392. package/dist/collection/components/tab-list/model.js.map +0 -1
  393. package/dist/collection/components/tab-list/tab-list.js.map +0 -1
  394. package/dist/collection/components/tab-panel/index.js.map +0 -1
  395. package/dist/collection/components/tab-panel/model.js.map +0 -1
  396. package/dist/collection/components/tab-panel/tab-panel.js.map +0 -1
  397. package/dist/collection/components/tabs/index.js.map +0 -1
  398. package/dist/collection/components/tabs/model.js.map +0 -1
  399. package/dist/collection/components/tabs/tabs.js.map +0 -1
  400. package/dist/collection/components/tag/index.js.map +0 -1
  401. package/dist/collection/components/tag/model.js.map +0 -1
  402. package/dist/collection/components/tag/tag.js.map +0 -1
  403. package/dist/collection/components/textarea/index.js.map +0 -1
  404. package/dist/collection/components/textarea/model.js.map +0 -1
  405. package/dist/collection/components/textarea/textarea.js.map +0 -1
  406. package/dist/collection/components/tooltip/index.js.map +0 -1
  407. package/dist/collection/components/tooltip/model.js.map +0 -1
  408. package/dist/collection/components/tooltip/tooltip.js.map +0 -1
  409. package/dist/collection/index.js.map +0 -1
  410. package/dist/collection/shared/constants.js.map +0 -1
  411. package/dist/collection/shared/model.js.map +0 -1
  412. package/dist/collection/utils/document-click-listener.js.map +0 -1
  413. package/dist/collection/utils/document-scroll-listener.js.map +0 -1
  414. package/dist/collection/utils/floating-components.js.map +0 -1
  415. package/dist/collection/utils/form-components.js.map +0 -1
  416. package/dist/collection/utils/index.js.map +0 -1
  417. package/dist/collection/utils/navigation.js.map +0 -1
  418. package/dist/collection/utils/react.js.map +0 -1
  419. package/dist/db-ux/db-accordion-item.entry.esm.js.map +0 -1
  420. package/dist/db-ux/db-accordion.entry.esm.js.map +0 -1
  421. package/dist/db-ux/db-badge.entry.esm.js.map +0 -1
  422. package/dist/db-ux/db-brand.entry.esm.js.map +0 -1
  423. package/dist/db-ux/db-button.entry.esm.js.map +0 -1
  424. package/dist/db-ux/db-card.entry.esm.js.map +0 -1
  425. package/dist/db-ux/db-checkbox.entry.esm.js.map +0 -1
  426. package/dist/db-ux/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.esm.js.map +0 -1
  427. package/dist/db-ux/db-custom-select-form-field.entry.esm.js.map +0 -1
  428. package/dist/db-ux/db-custom-select.entry.esm.js.map +0 -1
  429. package/dist/db-ux/db-divider.entry.esm.js.map +0 -1
  430. package/dist/db-ux/db-drawer.entry.esm.js.map +0 -1
  431. package/dist/db-ux/db-header.entry.esm.js.map +0 -1
  432. package/dist/db-ux/db-icon.entry.esm.js.map +0 -1
  433. package/dist/db-ux/db-infotext.entry.esm.js.map +0 -1
  434. package/dist/db-ux/db-link.entry.esm.js.map +0 -1
  435. package/dist/db-ux/db-navigation-item.entry.esm.js.map +0 -1
  436. package/dist/db-ux/db-navigation.entry.esm.js.map +0 -1
  437. package/dist/db-ux/db-notification.entry.esm.js.map +0 -1
  438. package/dist/db-ux/db-page.entry.esm.js.map +0 -1
  439. package/dist/db-ux/db-popover.entry.esm.js.map +0 -1
  440. package/dist/db-ux/db-radio.entry.esm.js.map +0 -1
  441. package/dist/db-ux/db-section.entry.esm.js.map +0 -1
  442. package/dist/db-ux/db-select.entry.esm.js.map +0 -1
  443. package/dist/db-ux/db-stack.entry.esm.js.map +0 -1
  444. package/dist/db-ux/db-switch.entry.esm.js.map +0 -1
  445. package/dist/db-ux/db-tab-item.db-tab-list.db-tab-panel.entry.esm.js.map +0 -1
  446. package/dist/db-ux/db-tabs.entry.esm.js.map +0 -1
  447. package/dist/db-ux/db-textarea.entry.esm.js.map +0 -1
  448. package/dist/db-ux/db-tooltip.entry.esm.js.map +0 -1
  449. package/dist/db-ux/db-ux.esm.js.map +0 -1
  450. package/dist/db-ux/index.esm.js.map +0 -1
  451. package/dist/db-ux/loader.esm.js.map +0 -1
  452. package/dist/db-ux/p-129cbaa9.entry.js +0 -2
  453. package/dist/db-ux/p-129cbaa9.entry.js.map +0 -1
  454. package/dist/db-ux/p-162c989a.entry.js +0 -2
  455. package/dist/db-ux/p-162c989a.entry.js.map +0 -1
  456. package/dist/db-ux/p-18f10b76.entry.js +0 -2
  457. package/dist/db-ux/p-18f10b76.entry.js.map +0 -1
  458. package/dist/db-ux/p-1dcb2a08.entry.js +0 -2
  459. package/dist/db-ux/p-1dcb2a08.entry.js.map +0 -1
  460. package/dist/db-ux/p-2addb72d.entry.js +0 -2
  461. package/dist/db-ux/p-2addb72d.entry.js.map +0 -1
  462. package/dist/db-ux/p-2f6afcbc.entry.js +0 -2
  463. package/dist/db-ux/p-2f6afcbc.entry.js.map +0 -1
  464. package/dist/db-ux/p-35bb2b0a.entry.js +0 -2
  465. package/dist/db-ux/p-35bb2b0a.entry.js.map +0 -1
  466. package/dist/db-ux/p-4318a6c7.entry.js +0 -2
  467. package/dist/db-ux/p-4318a6c7.entry.js.map +0 -1
  468. package/dist/db-ux/p-45562afc.entry.js +0 -2
  469. package/dist/db-ux/p-45562afc.entry.js.map +0 -1
  470. package/dist/db-ux/p-49b9ab25.entry.js +0 -2
  471. package/dist/db-ux/p-49b9ab25.entry.js.map +0 -1
  472. package/dist/db-ux/p-4c944f45.entry.js +0 -2
  473. package/dist/db-ux/p-4c944f45.entry.js.map +0 -1
  474. package/dist/db-ux/p-4ff5ddf2.entry.js +0 -2
  475. package/dist/db-ux/p-4ff5ddf2.entry.js.map +0 -1
  476. package/dist/db-ux/p-5b15eef1.entry.js +0 -2
  477. package/dist/db-ux/p-5b15eef1.entry.js.map +0 -1
  478. package/dist/db-ux/p-68c1dd8d.entry.js +0 -2
  479. package/dist/db-ux/p-68c1dd8d.entry.js.map +0 -1
  480. package/dist/db-ux/p-78f062f6.entry.js +0 -2
  481. package/dist/db-ux/p-78f062f6.entry.js.map +0 -1
  482. package/dist/db-ux/p-7c0eefb1.entry.js +0 -2
  483. package/dist/db-ux/p-7c0eefb1.entry.js.map +0 -1
  484. package/dist/db-ux/p-7c46fd6c.entry.js +0 -2
  485. package/dist/db-ux/p-7c46fd6c.entry.js.map +0 -1
  486. package/dist/db-ux/p-7f894c65.entry.js +0 -2
  487. package/dist/db-ux/p-7f894c65.entry.js.map +0 -1
  488. package/dist/db-ux/p-84ab3984.entry.js +0 -2
  489. package/dist/db-ux/p-84ab3984.entry.js.map +0 -1
  490. package/dist/db-ux/p-89e04100.entry.js +0 -2
  491. package/dist/db-ux/p-89e04100.entry.js.map +0 -1
  492. package/dist/db-ux/p-BMAwJo5Z.js +0 -3
  493. package/dist/db-ux/p-BMAwJo5Z.js.map +0 -1
  494. package/dist/db-ux/p-BMfF_eQJ.js +0 -2
  495. package/dist/db-ux/p-BMfF_eQJ.js.map +0 -1
  496. package/dist/db-ux/p-BX4jNwUm.js +0 -2
  497. package/dist/db-ux/p-BX4jNwUm.js.map +0 -1
  498. package/dist/db-ux/p-CdVqfu2Z.js +0 -2
  499. package/dist/db-ux/p-CdVqfu2Z.js.map +0 -1
  500. package/dist/db-ux/p-DC9V_oNU.js +0 -2
  501. package/dist/db-ux/p-DC9V_oNU.js.map +0 -1
  502. package/dist/db-ux/p-DQuL1Twl.js.map +0 -1
  503. package/dist/db-ux/p-DhKljLRG.js +0 -2
  504. package/dist/db-ux/p-DhKljLRG.js.map +0 -1
  505. package/dist/db-ux/p-G-TursYV.js.map +0 -1
  506. package/dist/db-ux/p-baeda9f2.entry.js +0 -2
  507. package/dist/db-ux/p-baeda9f2.entry.js.map +0 -1
  508. package/dist/db-ux/p-bc6b636e.entry.js +0 -2
  509. package/dist/db-ux/p-bc6b636e.entry.js.map +0 -1
  510. package/dist/db-ux/p-c7bb7bea.entry.js +0 -2
  511. package/dist/db-ux/p-c7bb7bea.entry.js.map +0 -1
  512. package/dist/db-ux/p-d1b7a69c.entry.js +0 -2
  513. package/dist/db-ux/p-d1b7a69c.entry.js.map +0 -1
  514. package/dist/db-ux/p-d2e189a4.entry.js +0 -2
  515. package/dist/db-ux/p-d2e189a4.entry.js.map +0 -1
  516. package/dist/db-ux/p-d9c43ba7.entry.js +0 -2
  517. package/dist/db-ux/p-d9c43ba7.entry.js.map +0 -1
  518. package/dist/db-ux/p-e46f112c.entry.js +0 -2
  519. package/dist/db-ux/p-e46f112c.entry.js.map +0 -1
  520. package/dist/db-ux/p-e470d0a2.entry.js +0 -2
  521. package/dist/db-ux/p-e470d0a2.entry.js.map +0 -1
  522. package/dist/db-ux/p-f7c1e940.entry.js +0 -2
  523. package/dist/db-ux/p-f7c1e940.entry.js.map +0 -1
  524. package/dist/db-ux/p-fedb9696.entry.js +0 -2
  525. package/dist/db-ux/p-fedb9696.entry.js.map +0 -1
  526. package/dist/db-ux/p-sP2NlPcu.js.map +0 -1
  527. package/dist/esm/app-globals-DQuL1Twl.js.map +0 -1
  528. package/dist/esm/constants-DC9V_oNU.js.map +0 -1
  529. package/dist/esm/db-accordion-item.entry.js.map +0 -1
  530. package/dist/esm/db-accordion.entry.js.map +0 -1
  531. package/dist/esm/db-badge.entry.js.map +0 -1
  532. package/dist/esm/db-brand.entry.js.map +0 -1
  533. package/dist/esm/db-button.entry.js.map +0 -1
  534. package/dist/esm/db-card.entry.js.map +0 -1
  535. package/dist/esm/db-checkbox.entry.js.map +0 -1
  536. package/dist/esm/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.js.map +0 -1
  537. package/dist/esm/db-custom-select-form-field.entry.js.map +0 -1
  538. package/dist/esm/db-custom-select.entry.js.map +0 -1
  539. package/dist/esm/db-divider.entry.js.map +0 -1
  540. package/dist/esm/db-drawer.entry.js.map +0 -1
  541. package/dist/esm/db-header.entry.js.map +0 -1
  542. package/dist/esm/db-icon.entry.js.map +0 -1
  543. package/dist/esm/db-infotext.entry.js.map +0 -1
  544. package/dist/esm/db-link.entry.js.map +0 -1
  545. package/dist/esm/db-navigation-item.entry.js.map +0 -1
  546. package/dist/esm/db-navigation.entry.js.map +0 -1
  547. package/dist/esm/db-notification.entry.js.map +0 -1
  548. package/dist/esm/db-page.entry.js.map +0 -1
  549. package/dist/esm/db-popover.entry.js.map +0 -1
  550. package/dist/esm/db-radio.entry.js.map +0 -1
  551. package/dist/esm/db-section.entry.js.map +0 -1
  552. package/dist/esm/db-select.entry.js.map +0 -1
  553. package/dist/esm/db-stack.entry.js.map +0 -1
  554. package/dist/esm/db-switch.entry.js.map +0 -1
  555. package/dist/esm/db-tab-item.db-tab-list.db-tab-panel.entry.js.map +0 -1
  556. package/dist/esm/db-tabs.entry.js.map +0 -1
  557. package/dist/esm/db-textarea.entry.js.map +0 -1
  558. package/dist/esm/db-tooltip.entry.js.map +0 -1
  559. package/dist/esm/db-ux.js.map +0 -1
  560. package/dist/esm/document-click-listener-D1ZXrKSx.js.map +0 -1
  561. package/dist/esm/document-scroll-listener-DF6f0ByI.js.map +0 -1
  562. package/dist/esm/floating-components-G-TursYV.js.map +0 -1
  563. package/dist/esm/form-components-DmI6JmyJ.js.map +0 -1
  564. package/dist/esm/index-BMAwJo5Z.js.map +0 -1
  565. package/dist/esm/index-DhKljLRG.js.map +0 -1
  566. package/dist/esm/index.js.map +0 -1
  567. package/dist/esm/loader.js.map +0 -1
  568. package/dist/esm/navigation--UdC9CzO.js.map +0 -1
@@ -1,10 +1,10 @@
1
- import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-BMAwJo5Z.js';
2
- import { l as DEFAULT_INVALID_MESSAGE, a as DEFAULT_LABEL, m as DEFAULT_REMOVE, d as DEFAULT_LABEL_ID_SUFFIX, e as DEFAULT_SELECT_ID_SUFFIX, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, i as DEFAULT_PLACEHOLDER_ID_SUFFIX, o as DEFAULT_SELECTED, f as DEFAULT_MESSAGE_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE, c as DEFAULT_MESSAGE, s as DEFAULT_CLOSE_BUTTON } from './constants-DC9V_oNU.js';
3
- import { h as hasVoiceOver, d as delay, s as stringPropVisible, l as getSearchInput, u as uuid, g as getBooleanAsString, e as getBoolean, k as getHideProp, c as cls } from './index-DhKljLRG.js';
4
- import { D as DocumentClickListener } from './document-click-listener-D1ZXrKSx.js';
5
- import { D as DocumentScrollListener } from './document-scroll-listener-DF6f0ByI.js';
1
+ import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-9pYJFapZ.js';
2
+ import { l as DEFAULT_INVALID_MESSAGE, a as DEFAULT_LABEL, m as DEFAULT_REMOVE, d as DEFAULT_LABEL_ID_SUFFIX, e as DEFAULT_SELECT_ID_SUFFIX, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, i as DEFAULT_PLACEHOLDER_ID_SUFFIX, o as DEFAULT_SELECTED, f as DEFAULT_MESSAGE_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE, c as DEFAULT_MESSAGE, s as DEFAULT_CLOSE_BUTTON } from './constants-BdL-nI5y.js';
3
+ import { h as hasVoiceOver, d as delay, s as stringPropVisible, m as getSearchInput, u as uuid, g as getBooleanAsString, e as getBoolean, l as getHideProp, c as cls } from './index-BwBkekqp.js';
4
+ import { D as DocumentClickListener } from './document-click-listener-B_LaIr0O.js';
5
+ import { D as DocumentScrollListener } from './document-scroll-listener-dHAsT0Tb.js';
6
6
  import { a as handleFixedDropdown } from './floating-components-G-TursYV.js';
7
- import { b as addResetEventListener } from './form-components-DmI6JmyJ.js';
7
+ import { b as addResetEventListener } from './form-components-Cl_wgkeJ.js';
8
8
 
9
9
  const DBCustomSelect = class {
10
10
  constructor(hostRef) {
@@ -763,19 +763,19 @@ const DBCustomSelect = class {
763
763
  }
764
764
  render() {
765
765
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
766
- return (h("div", { key: '18f3a8ad101671d2aba404bd45c80b928bb5e8f4', class: cls("db-custom-select", this.className), id: this._id, ref: (el) => {
766
+ return (h("div", { key: 'e3c88fad9a69c3a3f55084c42eaa18dd0b328fcb', class: cls("db-custom-select", this.className), id: this._id, ref: (el) => {
767
767
  this._ref = el;
768
768
  }, "aria-invalid": this._validity === "invalid", "data-custom-validity": this._validity, "data-width": this.formFieldWidth, "data-variant": this.variant === "floating" &&
769
769
  this.selectedType === "tag" &&
770
770
  this.multiple
771
771
  ? "above"
772
- : this.variant, "data-required": getBooleanAsString(this.required), "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-placement": this.placement, "data-selected-type": this.multiple ? this.selectedType : "text", "data-hide-label": getHideProp(this.showLabel), "data-icon": this.icon, "data-show-icon": getBooleanAsString(this.showIcon) }, h("label", { key: '8799fa0a17b43d88b24ecee1b1061274524d84f1', id: this._labelId }, (_a = this.label) !== null && _a !== void 0 ? _a : DEFAULT_LABEL, h("select", { key: 'f3f4af4a27d30308028524213d0ab8a5a40a8d3a', role: "none", hidden: true, id: this._selectId, tabIndex: -1, ref: (el) => {
772
+ : this.variant, "data-required": getBooleanAsString(this.required), "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-placement": this.placement, "data-selected-type": this.multiple ? this.selectedType : "text", "data-hide-label": getHideProp(this.showLabel), "data-icon": this.icon, "data-show-icon": getBooleanAsString(this.showIcon) }, h("label", { key: '8761c16255c8722f01008536cefbaac50677095b', id: this._labelId }, (_a = this.label) !== null && _a !== void 0 ? _a : DEFAULT_LABEL, h("select", { key: 'd750bdd188427d5fc4e15a53d5640a7b55a360cd', role: "none", hidden: true, id: this._selectId, tabIndex: -1, ref: (el) => {
773
773
  this.selectRef = el;
774
774
  }, form: this.form, name: this.name, multiple: getBoolean(this.multiple, "multiple"), disabled: getBoolean(this.disabled, "disabled"), required: getBoolean(this.required, "required"), onChange: (event) => this.satisfyReact(event) }, ((_b = this.options) === null || _b === void 0 ? void 0 : _b.length)
775
775
  ? (_c = this.options) === null || _c === void 0 ? void 0 : _c.map((option) => (h("option", { disabled: option.disabled, value: option.value, key: undefined }, this.getOptionLabel(option))))
776
- : null)), h("details", { key: '413be6e72060b2395772985bc287bd67bc1ad268', ref: (el) => {
776
+ : null)), h("details", { key: '4554ef5982957f7202f0109f0d081f6dde2d078c', ref: (el) => {
777
777
  this.detailsRef = el;
778
- }, open: this.open, onToggle: (event) => this.handleDropdownToggle(event), onKeyDown: (event) => this.handleKeyboardPress(event) }, h("slot", { key: 'f157d0435eab97c98c97d31447e32a9e9cd97d98' }), this.options ? (h(Fragment, null, h("summary", { class: "db-custom-select-form-field", id: this._summaryId, "aria-disabled": getBooleanAsString(this.disabled), "aria-labelledby": this._labelId }, ((_d = this._selectedLabels) === null || _d === void 0 ? void 0 : _d.length) ? (h("span", { "data-visually-hidden": getBooleanAsString(this.selectedType === "tag"), id: this._selectedLabelsId }, this.selectedPrefix ? (h("span", { "data-visually-hidden": "true" }, this.selectedPrefix)) : null, this._selectedLabels)) : null, this.selectedType === "tag" ? (h("div", null, (_e = this._selectedOptions) === null || _e === void 0 ? void 0 : _e.map((option, index) => (h("db-tag", { emphasis: "strong", behavior: "removable", removeButton: this.getTagRemoveLabel(option), onRemove: (event) => this.handleTagRemove(option, event), key: undefined }, this.getOptionLabel(option)))))) : null), h("db-custom-select-dropdown", { width: this.dropdownWidth }, this.searchEnabled ? (h("div", null, h("db-input", { type: "search", ref: (el) => {
778
+ }, open: this.open, onToggle: (event) => this.handleDropdownToggle(event), onKeyDown: (event) => this.handleKeyboardPress(event) }, h("slot", { key: '3ee9982ab7ea04516f50b6ad7ba68da802e6df20' }), this.options ? (h(Fragment, null, h("summary", { class: "db-custom-select-form-field", id: this._summaryId, "aria-disabled": getBooleanAsString(this.disabled), "aria-labelledby": this._labelId }, ((_d = this._selectedLabels) === null || _d === void 0 ? void 0 : _d.length) ? (h("span", { "data-visually-hidden": getBooleanAsString(this.selectedType === "tag"), id: this._selectedLabelsId }, this.selectedPrefix ? (h("span", { "data-visually-hidden": "true" }, this.selectedPrefix)) : null, this._selectedLabels)) : null, this.selectedType === "tag" ? (h("div", null, (_e = this._selectedOptions) === null || _e === void 0 ? void 0 : _e.map((option, index) => (h("db-tag", { emphasis: "strong", behavior: "removable", removeButton: this.getTagRemoveLabel(option), onRemove: (event) => this.handleTagRemove(option, event), key: undefined }, this.getOptionLabel(option)))))) : null), h("db-custom-select-dropdown", { width: this.dropdownWidth }, this.searchEnabled ? (h("div", null, h("db-input", { type: "search", ref: (el) => {
779
779
  this.searchInputRef = el;
780
780
  }, name: this._id, form: this._id, showLabel: false, value: this._searchValue, label: (_f = this.searchLabel) !== null && _f !== void 0 ? _f : DEFAULT_LABEL, placeholder: (_g = this.searchPlaceholder) !== null && _g !== void 0 ? _g : this.searchLabel, ariaDescribedBy: this._hasNoOptions || this.showLoading
781
781
  ? this._infoTextId
@@ -785,35 +785,100 @@ const DBCustomSelect = class {
785
785
  this.selectAllRef = el;
786
786
  }, form: this._id, checked: this.selectAllChecked, onChange: (event) => this.handleSelectAll(event) }), this.getSelectAllLabel())))) : null, h("db-custom-select-list", { multiple: getBoolean(this.multiple, "multiple"), label: (_k = (_j = this.listLabel) !== null && _j !== void 0 ? _j : this.label) !== null && _k !== void 0 ? _k : DEFAULT_LABEL }, (_l = this._options) === null || _l === void 0 ? void 0 : _l.map((option) => (h("db-custom-select-list-item", { type: this.multiple ? "checkbox" : "radio", showDivider: option.showDivider, icon: option.icon, isGroupTitle: option.isGroupTitle, groupTitle: this.getOptionLabel(option), name: this._id, checked: this.getOptionChecked(option.value), disabled: option.disabled, value: option.value, onChange: () => this.handleSelect(option.value), key: undefined }, !option.isGroupTitle
787
787
  ? this.getOptionLabel(option)
788
- : null)))))), h("div", null, h("db-button", { variant: "ghost", width: "full", icon: "cross", size: "small", name: this._id, form: this._id, onClick: () => this.handleClose(undefined, true) }, (_m = this.mobileCloseButtonText) !== null && _m !== void 0 ? _m : DEFAULT_CLOSE_BUTTON))))) : null), ((_o = this.showClearSelection) !== null && _o !== void 0 ? _o : true) && ((_p = this._values) === null || _p === void 0 ? void 0 : _p.length) ? (h("db-button", { icon: "cross", variant: "ghost", size: "small", noText: true, name: this._id, form: this._id, onClick: (event) => this.handleClearAll(event) }, this.clearSelectionText, h("db-tooltip", { placement: "top" }, this.clearSelectionText))) : null, h("span", { key: '0f9dc87d3b0289a335acf336964fc78d22a5798a', class: "db-custom-select-placeholder", "aria-hidden": getBooleanAsString(true), id: this._placeholderId }, (_q = this.placeholder) !== null && _q !== void 0 ? _q : this.label), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: '6a32b77468c503d5ee57c509aa2ec7ff5b4c1f21', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: 'b67bda119e8c547d7975632376ea72c81625a471', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
788
+ : null)))))), h("div", null, h("db-button", { variant: "ghost", width: "full", icon: "cross", size: "small", name: this._id, form: this._id, onClick: () => this.handleClose(undefined, true) }, (_m = this.mobileCloseButtonText) !== null && _m !== void 0 ? _m : DEFAULT_CLOSE_BUTTON))))) : null), ((_o = this.showClearSelection) !== null && _o !== void 0 ? _o : true) && ((_p = this._values) === null || _p === void 0 ? void 0 : _p.length) ? (h("db-button", { icon: "cross", variant: "ghost", size: "small", noText: true, name: this._id, form: this._id, onClick: (event) => this.handleClearAll(event) }, this.clearSelectionText, h("db-tooltip", { placement: "top" }, this.clearSelectionText))) : null, h("span", { key: '0294aea948930da94ffda5cc9c2a06439d284dca', class: "db-custom-select-placeholder", "aria-hidden": getBooleanAsString(true), id: this._placeholderId }, (_q = this.placeholder) !== null && _q !== void 0 ? _q : this.label), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: '36d6fb52fc71e38c2fae07741b489bbcad2cd1f8', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: 'bb1406432ebb877e25f5cfc2ea90a3719d0c50aa', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
789
789
  }
790
790
  static get watchers() { return {
791
- "detailsRef": ["watch0", "watch2"],
792
- "_id": ["watch1"],
793
- "_descByIds": ["watch2"],
794
- "showNoResults": ["watch3"],
795
- "showLoading": ["watch3"],
796
- "_options": ["watch3"],
797
- "showSelectAll": ["watch4"],
798
- "amountOptions": ["watch4", "watch5", "watch10"],
799
- "multiple": ["watch4"],
800
- "showSearch": ["watch5"],
801
- "values": ["watch6"],
802
- "_values": ["watch7", "watch10", "watch13"],
803
- "selectRef": ["watch7", "watch8", "watch17"],
804
- "validation": ["watch9"],
805
- "options": ["watch11", "watch13"],
806
- "searchValue": ["watch12"],
807
- "_selectedOptions": ["watch14", "watch15"],
808
- "selectedType": ["watch14"],
809
- "amountText": ["watch14"],
810
- "selectedLabels": ["watch14"],
811
- "transformSelectedLabels": ["watch14"],
812
- "selectAllIndeterminate": ["watch16"],
813
- "selectAllRef": ["watch16"],
814
- "invalidMessage": ["watch17"]
791
+ "detailsRef": [{
792
+ "watch0": 0
793
+ }, {
794
+ "watch2": 0
795
+ }],
796
+ "_id": [{
797
+ "watch1": 0
798
+ }],
799
+ "_descByIds": [{
800
+ "watch2": 0
801
+ }],
802
+ "showNoResults": [{
803
+ "watch3": 0
804
+ }],
805
+ "showLoading": [{
806
+ "watch3": 0
807
+ }],
808
+ "_options": [{
809
+ "watch3": 0
810
+ }],
811
+ "showSelectAll": [{
812
+ "watch4": 0
813
+ }],
814
+ "amountOptions": [{
815
+ "watch4": 0
816
+ }, {
817
+ "watch5": 0
818
+ }, {
819
+ "watch10": 0
820
+ }],
821
+ "multiple": [{
822
+ "watch4": 0
823
+ }],
824
+ "showSearch": [{
825
+ "watch5": 0
826
+ }],
827
+ "values": [{
828
+ "watch6": 0
829
+ }],
830
+ "_values": [{
831
+ "watch7": 0
832
+ }, {
833
+ "watch10": 0
834
+ }, {
835
+ "watch13": 0
836
+ }],
837
+ "selectRef": [{
838
+ "watch7": 0
839
+ }, {
840
+ "watch8": 0
841
+ }, {
842
+ "watch17": 0
843
+ }],
844
+ "validation": [{
845
+ "watch9": 0
846
+ }],
847
+ "options": [{
848
+ "watch11": 0
849
+ }, {
850
+ "watch13": 0
851
+ }],
852
+ "searchValue": [{
853
+ "watch12": 0
854
+ }],
855
+ "_selectedOptions": [{
856
+ "watch14": 0
857
+ }, {
858
+ "watch15": 0
859
+ }],
860
+ "selectedType": [{
861
+ "watch14": 0
862
+ }],
863
+ "amountText": [{
864
+ "watch14": 0
865
+ }],
866
+ "selectedLabels": [{
867
+ "watch14": 0
868
+ }],
869
+ "transformSelectedLabels": [{
870
+ "watch14": 0
871
+ }],
872
+ "selectAllIndeterminate": [{
873
+ "watch16": 0
874
+ }],
875
+ "selectAllRef": [{
876
+ "watch16": 0
877
+ }],
878
+ "invalidMessage": [{
879
+ "watch17": 0
880
+ }]
815
881
  }; }
816
882
  };
817
883
 
818
884
  export { DBCustomSelect as db_custom_select };
819
- //# sourceMappingURL=db-custom-select.entry.js.map
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h } from './index-BMAwJo5Z.js';
2
- import { c as cls } from './index-DhKljLRG.js';
1
+ import { r as registerInstance, h } from './index-9pYJFapZ.js';
2
+ import { c as cls } from './index-BwBkekqp.js';
3
3
 
4
4
  const DBDivider = class {
5
5
  constructor(hostRef) {
@@ -48,4 +48,3 @@ const DBDivider = class {
48
48
  };
49
49
 
50
50
  export { DBDivider as db_divider };
51
- //# sourceMappingURL=db-divider.entry.js.map
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BMAwJo5Z.js';
2
- import { s as DEFAULT_CLOSE_BUTTON } from './constants-DC9V_oNU.js';
3
- import { n as isKeyboardEvent, d as delay, g as getBooleanAsString, c as cls } from './index-DhKljLRG.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-9pYJFapZ.js';
2
+ import { s as DEFAULT_CLOSE_BUTTON } from './constants-BdL-nI5y.js';
3
+ import { o as isKeyboardEvent, d as delay, g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
4
4
 
5
5
  const DBDrawer = class {
6
6
  constructor(hostRef) {
@@ -132,12 +132,19 @@ const DBDrawer = class {
132
132
  }, "data-spacing": this.spacing, "data-width": this.width, "data-direction": this.direction, "data-rounded": getBooleanAsString(this.rounded) }, h("header", { key: '81567140972ebb1f244c46227f688f017b2d74da', class: "db-drawer-header" }, h("div", { key: '14fe9424f88dd71bedc5b670edf7d776639ad65f', class: "db-drawer-header-text" }, h("slot", { key: 'e8f703b2d8c81c9e64996f6c8214ae004484698c', name: "drawerHeader" })), h("db-button", { key: '7f18727c2550a75ed735d11b8983b9b6bca0f1d4', class: "button-close-drawer", icon: "cross", variant: "ghost", id: this.closeButtonId, noText: true, onClick: (event) => this.handleClose(event, true) }, (_a = this.closeButtonText) !== null && _a !== void 0 ? _a : DEFAULT_CLOSE_BUTTON)), h("div", { key: 'e2b7f182c9f321f5477ee4669451e10935cae010', class: "db-drawer-content" }, h("slot", { key: '23bb4b8cf2c617757379637fab20361b6d4943f2' })))));
133
133
  }
134
134
  static get watchers() { return {
135
- "open": ["watch0"],
136
- "_ref": ["watch1"],
137
- "initialized": ["watch1"],
138
- "position": ["watch1"]
135
+ "open": [{
136
+ "watch0": 0
137
+ }],
138
+ "_ref": [{
139
+ "watch1": 0
140
+ }],
141
+ "initialized": [{
142
+ "watch1": 0
143
+ }],
144
+ "position": [{
145
+ "watch1": 0
146
+ }]
139
147
  }; }
140
148
  };
141
149
 
142
150
  export { DBDrawer as db_drawer };
143
- //# sourceMappingURL=db-drawer.entry.js.map
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BMAwJo5Z.js';
2
- import { p as DEFAULT_BURGER_MENU } from './constants-DC9V_oNU.js';
3
- import { a as addAttributeToChildren, e as getBoolean, c as cls } from './index-DhKljLRG.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-9pYJFapZ.js';
2
+ import { p as DEFAULT_BURGER_MENU } from './constants-BdL-nI5y.js';
3
+ import { a as addAttributeToChildren, e as getBoolean, c as cls } from './index-BwBkekqp.js';
4
4
  import { i as isEventTargetNavigationItem } from './navigation--UdC9CzO.js';
5
5
  import './floating-components-G-TursYV.js';
6
6
 
@@ -83,10 +83,13 @@ const DBHeader = class {
83
83
  }, id: this.id, "data-width": this.width, "data-on-forcing-mobile": this.forceMobile && !this.forcedToMobile }, h("db-drawer", { key: '32f62d8f0bf634e96cf7b0e96721fcd40aa3a3eb', class: "db-header-drawer", spacing: "small", rounded: true, closeButtonId: this.closeButtonId, closeButtonText: this.closeButtonText, open: getBoolean(this.drawerOpen), onClose: () => this.handleToggle() }, h("div", { key: 'a42c28439d07e97a3842efe4fa1c143c23691b5f', class: "db-header-drawer-navigation" }, h("div", { key: '141165e04574db312d51b0b4c376c53ddace243e', class: "db-header-navigation", onClick: (event) => this.handleNavigationItemClick(event) }, h("slot", { key: '2208e0677b1f15da56fd6be230523559fcb5f1da' })), h("div", { key: 'fb980500cdb2f6f3ce2fce2489c48ac27ebd256a', class: "db-header-meta-navigation" }, h("slot", { key: '7eea7189a1e82821fc3f0bd600bda5a040382e88', name: "metaNavigation" }))), h("div", { key: 'a492419586593d43edbada69ad136ad832902e15', class: "db-header-secondary-action" }, h("slot", { key: '90ed75a19c230c3a2af94b8e0b397c8712f9a0df', name: "secondaryAction" }))), h("div", { key: '1d0451bd1f522f51cbd2bab3cd1b7c316fd644b4', class: "db-header-meta-navigation" }, h("slot", { key: 'd92c5a30a0131225f2b7b1428c5121fed241d8a7', name: "metaNavigation" })), h("div", { key: 'f65c8e6b2b997c281046f20e1ac7c89d8b5697f6', class: "db-header-navigation-bar" }, h("div", { key: 'be1e1017417595bbb4ff845b650f5edef1f4fd49', class: "db-header-brand-container" }, h("slot", { key: '5552b137967ae4659887ad67514fd0078ced1473', name: "brand" })), h("div", { key: '682e11b41f5131feb17cdf1e175b9bbcf8399740', class: "db-header-navigation-container" }, h("div", { key: '29f5a7afa6d8c014f6e574d72198289970e5324e', class: "db-header-navigation" }, h("slot", { key: 'f03956cf3368d3ec0dbaab3b3091c276eaf03a92' })), h("div", { key: '8a81b9ee537f84e14c9d41acf323552d6f239748', class: "db-header-primary-action" }, h("slot", { key: '78ae4dbdc9bcad5bd4bd951a0a334c47cb35bcf6', name: "primaryAction" }))), h("div", { key: 'e1e913c181df2f73cc9fe4cda17f505a26b1ad04', class: "db-header-action-container" }, h("div", { key: '92d7c9c0e50f9aa86e15c18a2ac7dddabc241358', class: "db-header-burger-menu-container" }, h("db-button", { key: '775ca507ba24b19e411e529e9ad67fcdfa6f3dea', icon: "menu", variant: "ghost", noText: true, onClick: () => this.handleToggle() }, (_a = this.burgerMenuLabel) !== null && _a !== void 0 ? _a : DEFAULT_BURGER_MENU)), h("div", { key: '7cd5a16e27c72e3e0635056df8bcb7f45461c9fb', class: "db-header-secondary-action" }, h("slot", { key: '09669c165311f8dc95961c64900d5ab36281700a', name: "secondaryAction" }))))));
84
84
  }
85
85
  static get watchers() { return {
86
- "initialized": ["watch0"],
87
- "_ref": ["watch0"]
86
+ "initialized": [{
87
+ "watch0": 0
88
+ }],
89
+ "_ref": [{
90
+ "watch0": 0
91
+ }]
88
92
  }; }
89
93
  };
90
94
 
91
95
  export { DBHeader as db_header };
92
- //# sourceMappingURL=db-header.entry.js.map
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h } from './index-BMAwJo5Z.js';
2
- import { c as cls } from './index-DhKljLRG.js';
1
+ import { r as registerInstance, h } from './index-9pYJFapZ.js';
2
+ import { c as cls } from './index-BwBkekqp.js';
3
3
 
4
4
  const DBIcon = class {
5
5
  constructor(hostRef) {
@@ -48,4 +48,3 @@ const DBIcon = class {
48
48
  };
49
49
 
50
50
  export { DBIcon as db_icon };
51
- //# sourceMappingURL=db-icon.entry.js.map
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h } from './index-BMAwJo5Z.js';
2
- import { g as getBooleanAsString, c as cls } from './index-DhKljLRG.js';
1
+ import { r as registerInstance, h } from './index-9pYJFapZ.js';
2
+ import { g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
3
3
 
4
4
  const DBInfotext = class {
5
5
  constructor(hostRef) {
@@ -49,4 +49,3 @@ const DBInfotext = class {
49
49
  };
50
50
 
51
51
  export { DBInfotext as db_infotext };
52
- //# sourceMappingURL=db-infotext.entry.js.map
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h } from './index-BMAwJo5Z.js';
2
- import { g as getBooleanAsString, c as cls } from './index-DhKljLRG.js';
1
+ import { r as registerInstance, h } from './index-9pYJFapZ.js';
2
+ import { g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
3
3
 
4
4
  const DBLink = class {
5
5
  constructor(hostRef) {
@@ -41,12 +41,11 @@ const DBLink = class {
41
41
  this.enableAttributePassing(this._ref, "db-link");
42
42
  }
43
43
  render() {
44
- var _a;
45
- return (h("a", { key: 'c76a9caf23e3efc45794fd4ef5b55ee7d228f500', class: cls("db-link", this.className), ref: (el) => {
44
+ var _a, _b;
45
+ return (h("a", { key: 'a43d8889621390017c07dda184c570e54d7f81e0', class: cls("db-link", this.className), ref: (el) => {
46
46
  this._ref = el;
47
- }, id: this.id, href: this.href, target: this.target, rel: this.rel, role: this.role, hrefLang: this.hreflang, "aria-disabled": getBooleanAsString(this.disabled), tabIndex: this.disabled ? -1 : 0, "data-size": this.size, "data-show-icon-trailing": getBooleanAsString((_a = this.showIcon) !== null && _a !== void 0 ? _a : true), "data-variant": this.variant, "data-content": this.content || "internal", "data-wrap": getBooleanAsString(this.wrap) }, this.text ? this.text : h("slot", null)));
47
+ }, id: this.id, href: this.href, target: this.target, rel: this.rel, role: this.role, referrerPolicy: (_a = this.referrerpolicy) !== null && _a !== void 0 ? _a : this.referrerPolicy, hrefLang: this.hreflang, "aria-disabled": getBooleanAsString(this.disabled), tabIndex: this.disabled ? -1 : 0, "data-size": this.size, "data-show-icon-trailing": getBooleanAsString((_b = this.showIcon) !== null && _b !== void 0 ? _b : true), "data-variant": this.variant, "data-content": this.content || "internal", "data-wrap": getBooleanAsString(this.wrap) }, this.text ? this.text : h("slot", null)));
48
48
  }
49
49
  };
50
50
 
51
51
  export { DBLink as db_link };
52
- //# sourceMappingURL=db-link.entry.js.map
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-BMAwJo5Z.js';
2
- import { n as DEFAULT_BACK } from './constants-DC9V_oNU.js';
3
- import { u as uuid, d as delay, e as getBoolean, g as getBooleanAsString, c as cls } from './index-DhKljLRG.js';
1
+ import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-9pYJFapZ.js';
2
+ import { n as DEFAULT_BACK } from './constants-BdL-nI5y.js';
3
+ import { u as uuid, d as delay, e as getBoolean, g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
4
4
  import { N as NavigationItemSafeTriangle } from './navigation--UdC9CzO.js';
5
5
  import './floating-components-G-TursYV.js';
6
6
 
@@ -111,11 +111,16 @@ const DBNavigationItem = class {
111
111
  }, id: this.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) }, !this.hasSubNavigation ? this.text ? this.text : h("slot", null) : null, this.hasSubNavigation ? (h(Fragment, null, h("button", { class: "db-navigation-item-expand-button", "aria-haspopup": this.hasAreaPopup, "aria-expanded": this.isSubNavigationExpanded, disabled: getBoolean(this.disabled, "disabled"), onClick: (event) => this.handleClick(event) }, this.text ? this.text : h("slot", null)), h("menu", { class: "db-sub-navigation", "data-force-close": this.autoClose, id: this.subNavigationId, 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) }, (_a = this.backButtonText) !== null && _a !== void 0 ? _a : DEFAULT_BACK))) : null, h("slot", { name: "subNavigation" })))) : null));
112
112
  }
113
113
  static get watchers() { return {
114
- "subNavigationExpanded": ["watch0"],
115
- "initialized": ["watch1"],
116
- "_ref": ["watch1"]
114
+ "subNavigationExpanded": [{
115
+ "watch0": 0
116
+ }],
117
+ "initialized": [{
118
+ "watch1": 0
119
+ }],
120
+ "_ref": [{
121
+ "watch1": 0
122
+ }]
117
123
  }; }
118
124
  };
119
125
 
120
126
  export { DBNavigationItem as db_navigation_item };
121
- //# sourceMappingURL=db-navigation-item.entry.js.map
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, h } from './index-BMAwJo5Z.js';
2
- import { D as DEFAULT_ID } from './constants-DC9V_oNU.js';
3
- import { u as uuid, c as cls } from './index-DhKljLRG.js';
1
+ import { r as registerInstance, h } from './index-9pYJFapZ.js';
2
+ import { D as DEFAULT_ID } from './constants-BdL-nI5y.js';
3
+ import { u as uuid, c as cls } from './index-BwBkekqp.js';
4
4
 
5
5
  const DBNavigation = class {
6
6
  constructor(hostRef) {
@@ -51,4 +51,3 @@ const DBNavigation = class {
51
51
  };
52
52
 
53
53
  export { DBNavigation as db_navigation };
54
- //# sourceMappingURL=db-navigation.entry.js.map
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BMAwJo5Z.js';
2
- import { s as DEFAULT_CLOSE_BUTTON } from './constants-DC9V_oNU.js';
3
- import { e as getBoolean, s as stringPropVisible, g as getBooleanAsString, c as cls } from './index-DhKljLRG.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-9pYJFapZ.js';
2
+ import { s as DEFAULT_CLOSE_BUTTON } from './constants-BdL-nI5y.js';
3
+ import { e as getBoolean, s as stringPropVisible, g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
4
4
 
5
5
  const DBNotification = class {
6
6
  constructor(hostRef) {
@@ -59,4 +59,3 @@ const DBNotification = class {
59
59
  };
60
60
 
61
61
  export { DBNotification as db_notification };
62
- //# sourceMappingURL=db-notification.entry.js.map
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h } from './index-BMAwJo5Z.js';
2
- import { c as cls, g as getBooleanAsString } from './index-DhKljLRG.js';
1
+ import { r as registerInstance, h } from './index-9pYJFapZ.js';
2
+ import { c as cls, g as getBooleanAsString } from './index-BwBkekqp.js';
3
3
 
4
4
  const DBPage = class {
5
5
  constructor(hostRef) {
@@ -65,4 +65,3 @@ const DBPage = class {
65
65
  };
66
66
 
67
67
  export { DBPage as db_page };
68
- //# sourceMappingURL=db-page.entry.js.map
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, h } from './index-BMAwJo5Z.js';
2
- import { d as delay, g as getBooleanAsString, c as cls } from './index-DhKljLRG.js';
3
- import { D as DocumentScrollListener } from './document-scroll-listener-DF6f0ByI.js';
1
+ import { r as registerInstance, h } from './index-9pYJFapZ.js';
2
+ import { d as delay, g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
3
+ import { D as DocumentScrollListener } from './document-scroll-listener-dHAsT0Tb.js';
4
4
  import { b as handleFixedPopover } from './floating-components-G-TursYV.js';
5
5
 
6
6
  const DBPopover = class {
@@ -169,11 +169,18 @@ const DBPopover = class {
169
169
  }, id: this.id }, h("slot", { key: '166a0b766f6f0c003e6d7a250fd466267117f59a', name: "trigger" }), h("article", { key: '4fa535dc081c76eb21671e0abfb7d090b38e6e5c', class: "db-popover-content", "data-spacing": this.spacing, "data-gap": getBooleanAsString(this.gap), "data-animation": getBooleanAsString((_a = this.animation) !== null && _a !== void 0 ? _a : true), "data-open": getBooleanAsString(this.open), "data-delay": this.delay, "data-width": this.width, "data-placement": this.placement }, h("slot", { key: 'ef47687b496cfe4d6cce11ef5d282a2ec3a88004' }))));
170
170
  }
171
171
  static get watchers() { return {
172
- "_ref": ["watch0", "watch1"],
173
- "initialized": ["watch0"],
174
- "isExpanded": ["watch1"]
172
+ "_ref": [{
173
+ "watch0": 0
174
+ }, {
175
+ "watch1": 0
176
+ }],
177
+ "initialized": [{
178
+ "watch0": 0
179
+ }],
180
+ "isExpanded": [{
181
+ "watch1": 0
182
+ }]
175
183
  }; }
176
184
  };
177
185
 
178
186
  export { DBPopover as db_popover };
179
- //# sourceMappingURL=db-popover.entry.js.map
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BMAwJo5Z.js';
2
- import { u as uuid, e as getBoolean, k as getHideProp, c as cls, d as delay } from './index-DhKljLRG.js';
3
- import { b as addResetEventListener } from './form-components-DmI6JmyJ.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-9pYJFapZ.js';
2
+ import { u as uuid, e as getBoolean, l as getHideProp, c as cls, d as delay } from './index-BwBkekqp.js';
3
+ import { b as addResetEventListener } from './form-components-Cl_wgkeJ.js';
4
4
 
5
5
  const DBRadio = class {
6
6
  constructor(hostRef) {
@@ -113,11 +113,18 @@ const DBRadio = class {
113
113
  }, id: this._id, name: this.name, checked: getBoolean(this.checked, "checked"), disabled: getBoolean(this.disabled, "disabled"), value: this.value, required: getBoolean(this.required, "required"), onInput: (event) => this.handleInput(event), onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event) }), this.label ? this.label : h("slot", null)));
114
114
  }
115
115
  static get watchers() { return {
116
- "initialized": ["watch0"],
117
- "_ref": ["watch0", "watch1"],
118
- "checked": ["watch0"]
116
+ "initialized": [{
117
+ "watch0": 0
118
+ }],
119
+ "_ref": [{
120
+ "watch0": 0
121
+ }, {
122
+ "watch1": 0
123
+ }],
124
+ "checked": [{
125
+ "watch0": 0
126
+ }]
119
127
  }; }
120
128
  };
121
129
 
122
130
  export { DBRadio as db_radio };
123
- //# sourceMappingURL=db-radio.entry.js.map
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h } from './index-BMAwJo5Z.js';
2
- import { c as cls } from './index-DhKljLRG.js';
1
+ import { r as registerInstance, h } from './index-9pYJFapZ.js';
2
+ import { c as cls } from './index-BwBkekqp.js';
3
3
 
4
4
  const DBSection = class {
5
5
  constructor(hostRef) {
@@ -48,4 +48,3 @@ const DBSection = class {
48
48
  };
49
49
 
50
50
  export { DBSection as db_section };
51
- //# sourceMappingURL=db-section.entry.js.map
@@ -1,7 +1,7 @@
1
- import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-BMAwJo5Z.js';
2
- import { l as DEFAULT_INVALID_MESSAGE, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, f as DEFAULT_MESSAGE_ID_SUFFIX, i as DEFAULT_PLACEHOLDER_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE, a as DEFAULT_LABEL } from './constants-DC9V_oNU.js';
3
- import { h as hasVoiceOver, d as delay, s as stringPropVisible, u as uuid, e as getBoolean, g as getBooleanAsString, k as getHideProp, c as cls } from './index-DhKljLRG.js';
4
- import { c as addValueResetEventListener } from './form-components-DmI6JmyJ.js';
1
+ import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-9pYJFapZ.js';
2
+ import { l as DEFAULT_INVALID_MESSAGE, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, f as DEFAULT_MESSAGE_ID_SUFFIX, i as DEFAULT_PLACEHOLDER_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE, a as DEFAULT_LABEL } from './constants-BdL-nI5y.js';
3
+ import { h as hasVoiceOver, d as delay, s as stringPropVisible, u as uuid, e as getBoolean, g as getBooleanAsString, l as getHideProp, c as cls } from './index-BwBkekqp.js';
4
+ import { c as addValueResetEventListener } from './form-components-Cl_wgkeJ.js';
5
5
 
6
6
  const DBSelect = class {
7
7
  constructor(hostRef) {
@@ -215,13 +215,24 @@ const DBSelect = class {
215
215
  })) : (h("slot", null))), this.placeholder ? (h("span", { class: "db-select-placeholder", id: this._placeholderId }, this.placeholder)) : null, stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: '9090d9710df91b2ba2ead2ff1db38e3feb7385ad', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: '0989f2ea0636fb0e1b25d85a2a5cc057df89f38d', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
216
216
  }
217
217
  static get watchers() { return {
218
- "_ref": ["watch0", "watch3"],
219
- "invalidMessage": ["watch0"],
220
- "_id": ["watch1"],
221
- "initialized": ["watch1"],
222
- "value": ["watch2"]
218
+ "_ref": [{
219
+ "watch0": 0
220
+ }, {
221
+ "watch3": 0
222
+ }],
223
+ "invalidMessage": [{
224
+ "watch0": 0
225
+ }],
226
+ "_id": [{
227
+ "watch1": 0
228
+ }],
229
+ "initialized": [{
230
+ "watch1": 0
231
+ }],
232
+ "value": [{
233
+ "watch2": 0
234
+ }]
223
235
  }; }
224
236
  };
225
237
 
226
238
  export { DBSelect as db_select };
227
- //# sourceMappingURL=db-select.entry.js.map
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h } from './index-BMAwJo5Z.js';
2
- import { g as getBooleanAsString, c as cls } from './index-DhKljLRG.js';
1
+ import { r as registerInstance, h } from './index-9pYJFapZ.js';
2
+ import { g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
3
3
 
4
4
  const DBStack = class {
5
5
  constructor(hostRef) {
@@ -48,4 +48,3 @@ const DBStack = class {
48
48
  };
49
49
 
50
50
  export { DBStack as db_stack };
51
- //# sourceMappingURL=db-stack.entry.js.map
@@ -1,7 +1,7 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BMAwJo5Z.js';
2
- import { l as DEFAULT_INVALID_MESSAGE, f as DEFAULT_MESSAGE_ID_SUFFIX, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE } from './constants-DC9V_oNU.js';
3
- import { h as hasVoiceOver, d as delay, s as stringPropVisible, u as uuid, e as getBoolean, k as getHideProp, g as getBooleanAsString, c as cls } from './index-DhKljLRG.js';
4
- import { a as addCheckedResetEventListener } from './form-components-DmI6JmyJ.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-9pYJFapZ.js';
2
+ import { l as DEFAULT_INVALID_MESSAGE, f as DEFAULT_MESSAGE_ID_SUFFIX, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE } from './constants-BdL-nI5y.js';
3
+ import { h as hasVoiceOver, d as delay, s as stringPropVisible, u as uuid, e as getBoolean, l as getHideProp, g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
4
+ import { a as addCheckedResetEventListener } from './form-components-Cl_wgkeJ.js';
5
5
 
6
6
  const DBSwitch = class {
7
7
  constructor(hostRef) {
@@ -161,16 +161,31 @@ const DBSwitch = class {
161
161
  }, checked: getBoolean(this.checked, "checked"), value: this.value, disabled: getBoolean(this.disabled, "disabled"), "aria-invalid": this.validation === "invalid" ? "true" : undefined, "aria-describedby": this._descByIds, name: this.name, required: getBoolean(this.required, "required"), "data-aid-icon": (_a = this.iconLeading) !== null && _a !== void 0 ? _a : this.icon, "data-aid-icon-trailing": this.iconTrailing, onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event), onKeyDown: (event) => this.handleKeyDown(event) }), this.label ? this.label : h("slot", null)), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", semantic: "adaptive", id: this._messageId, icon: this.messageIcon }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, (_b = this.validMessage) !== null && _b !== void 0 ? _b : DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: '9495dfc7fb2e3947f21b834792c4caeab411bbd0', size: "small", semantic: "critical", id: this._invalidMessageId }, (_d = (_c = this._invalidMessage) !== null && _c !== void 0 ? _c : this.invalidMessage) !== null && _d !== void 0 ? _d : DEFAULT_INVALID_MESSAGE), h("span", { key: '6e6b325689130fc5cdeef86d3a4f59299b5f8450', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
162
162
  }
163
163
  static get watchers() { return {
164
- "validation": ["watch0"],
165
- "required": ["watch0"],
166
- "message": ["watch0"],
167
- "showMessage": ["watch0"],
168
- "validMessage": ["watch0"],
169
- "invalidMessage": ["watch0"],
170
- "checked": ["watch0"],
171
- "_ref": ["watch1"]
164
+ "validation": [{
165
+ "watch0": 0
166
+ }],
167
+ "required": [{
168
+ "watch0": 0
169
+ }],
170
+ "message": [{
171
+ "watch0": 0
172
+ }],
173
+ "showMessage": [{
174
+ "watch0": 0
175
+ }],
176
+ "validMessage": [{
177
+ "watch0": 0
178
+ }],
179
+ "invalidMessage": [{
180
+ "watch0": 0
181
+ }],
182
+ "checked": [{
183
+ "watch0": 0
184
+ }],
185
+ "_ref": [{
186
+ "watch1": 0
187
+ }]
172
188
  }; }
173
189
  };
174
190
 
175
191
  export { DBSwitch as db_switch };
176
- //# sourceMappingURL=db-switch.entry.js.map