@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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @db-ux/wc-core-components
2
2
 
3
+ ## 4.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(switch): not displaying the `forced-colors` content on regular display mode - [see commit 3b18938](https://github.com/db-ux-design-system/core-web/commit/3b189383324edd2a30b2d60b45fe1130ae5b8478)
8
+
3
9
  ## 4.2.5
4
10
 
5
11
  ### Patch Changes
@@ -3,6 +3,3 @@
3
3
  const globalScripts = () => {};
4
4
 
5
5
  exports.globalScripts = globalScripts;
6
- //# sourceMappingURL=app-globals-V2Kpy_OQ.js.map
7
-
8
- //# sourceMappingURL=app-globals-V2Kpy_OQ.js.map
@@ -92,10 +92,14 @@ const TESTING_VIEWPORTS = [Object.assign({ name: 'desktop' }, DESKTOP_VIEWPORT),
92
92
  width: 768,
93
93
  height: 1024
94
94
  }, Object.assign({ name: 'mobile' }, DEFAULT_VIEWPORT)];
95
+ const DB_UX_LOCAL_STORAGE_FRAMEWORK = 'db-ux-framework';
96
+ const DB_UX_LOCAL_STORAGE_MODE = 'db-ux-mode';
95
97
 
96
98
  exports.COLORS = COLORS;
97
99
  exports.COLORS_SIMPLE = COLORS_SIMPLE;
98
100
  exports.COLOR_CONST = COLOR_CONST;
101
+ exports.DB_UX_LOCAL_STORAGE_FRAMEWORK = DB_UX_LOCAL_STORAGE_FRAMEWORK;
102
+ exports.DB_UX_LOCAL_STORAGE_MODE = DB_UX_LOCAL_STORAGE_MODE;
99
103
  exports.DEFAULT_BACK = DEFAULT_BACK;
100
104
  exports.DEFAULT_BURGER_MENU = DEFAULT_BURGER_MENU;
101
105
  exports.DEFAULT_CLOSE_BUTTON = DEFAULT_CLOSE_BUTTON;
@@ -122,6 +126,3 @@ exports.DENSITY_CONST = DENSITY_CONST;
122
126
  exports.DESKTOP_VIEWPORT = DESKTOP_VIEWPORT;
123
127
  exports.SEMANTICS = SEMANTICS;
124
128
  exports.TESTING_VIEWPORTS = TESTING_VIEWPORTS;
125
- //# sourceMappingURL=constants-CTtyzyuo.js.map
126
-
127
- //# sourceMappingURL=constants-CTtyzyuo.js.map
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Db5RdCbB.js');
4
- var constants = require('./constants-CTtyzyuo.js');
5
- var index$1 = require('./index-Bm2Cw2rz.js');
3
+ var index = require('./index-Mi8dWSSD.js');
4
+ var constants = require('./constants-bMY2_d8A.js');
5
+ var index$1 = require('./index-CW5aVEyQ.js');
6
6
 
7
7
  const DBAccordionItem = class {
8
8
  constructor(hostRef) {
@@ -94,11 +94,16 @@ const DBAccordionItem = class {
94
94
  }, name: this._name, open: this._open }, index.h("summary", { key: 'ec28c1a939f3cabab7b6b842fc46620e55940e6a', onClick: (event) => this.handleToggle(event) }, this.headlinePlain ? this.headlinePlain : null, !this.headlinePlain ? index.h("slot", { name: "headline" }) : null), index.h("div", { key: '6934f2e25c3343e7d20c8fac47410bafe05b750c' }, this.text ? this.text : index.h("slot", null)))));
95
95
  }
96
96
  static get watchers() { return {
97
- "_ref": ["watch0"],
98
- "initialized": ["watch0"],
99
- "name": ["watch1"]
97
+ "_ref": [{
98
+ "watch0": 0
99
+ }],
100
+ "initialized": [{
101
+ "watch0": 0
102
+ }],
103
+ "name": [{
104
+ "watch1": 0
105
+ }]
100
106
  }; }
101
107
  };
102
108
 
103
109
  exports.db_accordion_item = DBAccordionItem;
104
- //# sourceMappingURL=db-accordion-item.entry.cjs.js.map
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Db5RdCbB.js');
4
- var constants = require('./constants-CTtyzyuo.js');
5
- var index$1 = require('./index-Bm2Cw2rz.js');
3
+ var index = require('./index-Mi8dWSSD.js');
4
+ var constants = require('./constants-bMY2_d8A.js');
5
+ var index$1 = require('./index-CW5aVEyQ.js');
6
6
 
7
7
  const DBAccordion = class {
8
8
  constructor(hostRef) {
@@ -138,16 +138,33 @@ const DBAccordion = class {
138
138
  : null));
139
139
  }
140
140
  static get watchers() { return {
141
- "initialized": ["watch0"],
142
- "name": ["watch0"],
143
- "behavior": ["watch0"],
144
- "_id": ["watch0"],
145
- "_ref": ["watch1", "watch2"],
146
- "_name": ["watch1"],
147
- "_initOpenIndexDone": ["watch2"],
148
- "initOpenIndex": ["watch2"]
141
+ "initialized": [{
142
+ "watch0": 0
143
+ }],
144
+ "name": [{
145
+ "watch0": 0
146
+ }],
147
+ "behavior": [{
148
+ "watch0": 0
149
+ }],
150
+ "_id": [{
151
+ "watch0": 0
152
+ }],
153
+ "_ref": [{
154
+ "watch1": 0
155
+ }, {
156
+ "watch2": 0
157
+ }],
158
+ "_name": [{
159
+ "watch1": 0
160
+ }],
161
+ "_initOpenIndexDone": [{
162
+ "watch2": 0
163
+ }],
164
+ "initOpenIndex": [{
165
+ "watch2": 0
166
+ }]
149
167
  }; }
150
168
  };
151
169
 
152
170
  exports.db_accordion = DBAccordion;
153
- //# sourceMappingURL=db-accordion.entry.cjs.js.map
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Db5RdCbB.js');
4
- var constants = require('./constants-CTtyzyuo.js');
5
- var index$1 = require('./index-Bm2Cw2rz.js');
3
+ var index = require('./index-Mi8dWSSD.js');
4
+ var constants = require('./constants-bMY2_d8A.js');
5
+ var index$1 = require('./index-CW5aVEyQ.js');
6
6
 
7
7
  const DBBadge = class {
8
8
  constructor(hostRef) {
@@ -71,10 +71,13 @@ const DBBadge = class {
71
71
  }, id: this.id, "data-semantic": this.semantic, "data-size": this.size, "data-emphasis": this.emphasis, "data-placement": this.placement, "data-label": ((_a = this.placement) === null || _a === void 0 ? void 0 : _a.startsWith("corner")) && ((_b = this.label) !== null && _b !== void 0 ? _b : constants.DEFAULT_LABEL) }, this.text ? this.text : index.h("slot", null)));
72
72
  }
73
73
  static get watchers() { return {
74
- "_ref": ["watch0"],
75
- "initialized": ["watch0"]
74
+ "_ref": [{
75
+ "watch0": 0
76
+ }],
77
+ "initialized": [{
78
+ "watch0": 0
79
+ }]
76
80
  }; }
77
81
  };
78
82
 
79
83
  exports.db_badge = DBBadge;
80
- //# sourceMappingURL=db-badge.entry.cjs.js.map
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Db5RdCbB.js');
4
- var constants = require('./constants-CTtyzyuo.js');
5
- var index$1 = require('./index-Bm2Cw2rz.js');
3
+ var index = require('./index-Mi8dWSSD.js');
4
+ var constants = require('./constants-bMY2_d8A.js');
5
+ var index$1 = require('./index-CW5aVEyQ.js');
6
6
 
7
7
  const DBBrand = class {
8
8
  constructor(hostRef) {
@@ -52,4 +52,3 @@ const DBBrand = class {
52
52
  };
53
53
 
54
54
  exports.db_brand = DBBrand;
55
- //# sourceMappingURL=db-brand.entry.cjs.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Db5RdCbB.js');
4
- var index$1 = require('./index-Bm2Cw2rz.js');
3
+ var index = require('./index-Mi8dWSSD.js');
4
+ var index$1 = require('./index-CW5aVEyQ.js');
5
5
 
6
6
  const DBButton = class {
7
7
  constructor(hostRef) {
@@ -61,4 +61,3 @@ const DBButton = class {
61
61
  };
62
62
 
63
63
  exports.db_button = DBButton;
64
- //# sourceMappingURL=db-button.entry.cjs.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Db5RdCbB.js');
4
- var index$1 = require('./index-Bm2Cw2rz.js');
3
+ var index = require('./index-Mi8dWSSD.js');
4
+ var index$1 = require('./index-CW5aVEyQ.js');
5
5
 
6
6
  const DBCard = class {
7
7
  constructor(hostRef) {
@@ -56,4 +56,3 @@ const DBCard = class {
56
56
  };
57
57
 
58
58
  exports.db_card = DBCard;
59
- //# sourceMappingURL=db-card.entry.cjs.js.map
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Db5RdCbB.js');
4
- var constants = require('./constants-CTtyzyuo.js');
5
- var index$1 = require('./index-Bm2Cw2rz.js');
6
- var formComponents = require('./form-components-CPqbzZwG.js');
3
+ var index = require('./index-Mi8dWSSD.js');
4
+ var constants = require('./constants-bMY2_d8A.js');
5
+ var index$1 = require('./index-CW5aVEyQ.js');
6
+ var formComponents = require('./form-components-BrtqMwX0.js');
7
7
 
8
8
  const DBCheckbox = class {
9
9
  constructor(hostRef) {
@@ -198,14 +198,33 @@ const DBCheckbox = class {
198
198
  }, id: this._id, name: this.name, checked: index$1.getBoolean(this.checked, "checked"), disabled: index$1.getBoolean(this.disabled, "disabled"), value: this.value, required: index$1.getBoolean(this.required, "required"), onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event), "aria-describedby": (_a = this.ariaDescribedBy) !== null && _a !== void 0 ? _a : this._descByIds }), this.label ? this.label : index.h("slot", null)), index$1.stringPropVisible(this.message, this.showMessage) ? (index.h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (index.h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || constants.DEFAULT_VALID_MESSAGE)) : null, index.h("db-infotext", { key: 'ae673ae94efc3d0abd19f8f067befebea3b3139b', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), index.h("span", { key: 'e32b0d1e2647e03068b5ee09f3183b25fc82b7e7', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
199
199
  }
200
200
  static get watchers() { return {
201
- "_ref": ["watch0", "watch2", "watch3", "watch4"],
202
- "invalidMessage": ["watch0"],
203
- "_id": ["watch1"],
204
- "initialized": ["watch2", "watch3"],
205
- "indeterminate": ["watch2"],
206
- "checked": ["watch3"]
201
+ "_ref": [{
202
+ "watch0": 0
203
+ }, {
204
+ "watch2": 0
205
+ }, {
206
+ "watch3": 0
207
+ }, {
208
+ "watch4": 0
209
+ }],
210
+ "invalidMessage": [{
211
+ "watch0": 0
212
+ }],
213
+ "_id": [{
214
+ "watch1": 0
215
+ }],
216
+ "initialized": [{
217
+ "watch2": 0
218
+ }, {
219
+ "watch3": 0
220
+ }],
221
+ "indeterminate": [{
222
+ "watch2": 0
223
+ }],
224
+ "checked": [{
225
+ "watch3": 0
226
+ }]
207
227
  }; }
208
228
  };
209
229
 
210
230
  exports.db_checkbox = DBCheckbox;
211
- //# sourceMappingURL=db-checkbox.entry.cjs.js.map
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Db5RdCbB.js');
4
- var index$1 = require('./index-Bm2Cw2rz.js');
5
- var constants = require('./constants-CTtyzyuo.js');
6
- var formComponents = require('./form-components-CPqbzZwG.js');
3
+ var index = require('./index-Mi8dWSSD.js');
4
+ var index$1 = require('./index-CW5aVEyQ.js');
5
+ var constants = require('./constants-bMY2_d8A.js');
6
+ var formComponents = require('./form-components-BrtqMwX0.js');
7
7
 
8
8
  const DBCustomSelectDropdown = class {
9
9
  constructor(hostRef) {
@@ -170,8 +170,12 @@ const DBCustomSelectListItem = class {
170
170
  }, id: this._id, "data-divider": index$1.getBooleanAsString(this.hasDivider) }, !this.isGroupTitle ? (index.h("label", { "data-icon": this.type !== "checkbox" && this.icon ? this.icon : undefined, "data-show-icon": index$1.getBooleanAsString(this.showIcon), "data-icon-trailing": this.getIconTrailing() }, index.h("input", { class: "db-custom-select-list-item-checkbox", "data-disable-focus": "true", type: this.type, name: this.name, form: this.name, checked: index$1.getBoolean(this.checked, "checked"), disabled: index$1.getBoolean(this.disabled, "disabled"), value: this.value, onChange: (event) => this.handleChange(event) }), this.label ? this.label : index.h("slot", null))) : (index.h("span", null, this.groupTitle))));
171
171
  }
172
172
  static get watchers() { return {
173
- "isGroupTitle": ["watch0"],
174
- "showDivider": ["watch0"]
173
+ "isGroupTitle": [{
174
+ "watch0": 0
175
+ }],
176
+ "showDivider": [{
177
+ "watch0": 0
178
+ }]
175
179
  }; }
176
180
  };
177
181
 
@@ -365,9 +369,9 @@ const DBInput = class {
365
369
  }
366
370
  render() {
367
371
  var _a, _b, _c, _d, _e, _f, _g, _h;
368
- return (index.h("div", { key: 'b3e0deb3a86964b8de452dece18f95f027151832', class: index$1.cls("db-input", this.className), "data-variant": this.variant, "data-hide-label": index$1.getHideProp(this.showLabel), "data-show-icon": index$1.getBooleanAsString((_a = this.showIconLeading) !== null && _a !== void 0 ? _a : this.showIcon), "data-icon": (_b = this.iconLeading) !== null && _b !== void 0 ? _b : this.icon, "data-icon-trailing": this.iconTrailing, "data-hide-asterisk": index$1.getHideProp(this.showRequiredAsterisk), "data-show-icon-trailing": index$1.getBooleanAsString(this.showIconTrailing) }, index.h("label", { key: 'c6b0cf9b7526b0c77fcd7a0bdd373d391fa18ea6', htmlFor: this._id }, (_c = this.label) !== null && _c !== void 0 ? _c : constants.DEFAULT_LABEL), index.h("input", { key: 'c12dd974640a41ff64c8b0bf6aabb8ed9a654bfb', "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, "data-field-sizing": this.fieldSizing, ref: (el) => {
372
+ return (index.h("div", { key: '67eb319a65364be7bb4bba4f0fac864e8b12f1d3', class: index$1.cls("db-input", this.className), "data-variant": this.variant, "data-hide-label": index$1.getHideProp(this.showLabel), "data-show-icon": index$1.getBooleanAsString((_a = this.showIconLeading) !== null && _a !== void 0 ? _a : this.showIcon), "data-icon": (_b = this.iconLeading) !== null && _b !== void 0 ? _b : this.icon, "data-icon-trailing": this.iconTrailing, "data-hide-asterisk": index$1.getHideProp(this.showRequiredAsterisk), "data-show-icon-trailing": index$1.getBooleanAsString(this.showIconTrailing) }, index.h("label", { key: 'd305e5bcf15985ae7c287db6b93971c02f525fbd', htmlFor: this._id }, (_c = this.label) !== null && _c !== void 0 ? _c : constants.DEFAULT_LABEL), index.h("input", { key: '1951499d2ab18789993eafac4d3c6b5a711e4b58', "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, "data-field-sizing": this.fieldSizing, ref: (el) => {
369
373
  this._ref = el;
370
- }, id: this._id, name: this.name, type: this.type || "text", multiple: index$1.getBoolean(this.multiple, "multiple"), placeholder: (_d = this.placeholder) !== null && _d !== void 0 ? _d : constants.DEFAULT_PLACEHOLDER, disabled: index$1.getBoolean(this.disabled, "disabled"), required: index$1.getBoolean(this.required, "required"), step: index$1.getNumber(this.step), value: (_e = this.value) !== null && _e !== void 0 ? _e : this._value, maxLength: index$1.getNumber(this.maxLength, this.maxlength), minLength: index$1.getNumber(this.minLength, this.minlength), max: index$1.getInputValue(this.max, this.type), min: index$1.getInputValue(this.min, this.type), readOnly: index$1.getBoolean(this.readOnly, "readOnly") ||
374
+ }, id: this._id, name: this.name, type: this.type || "text", multiple: index$1.getBoolean(this.multiple, "multiple"), placeholder: (_d = this.placeholder) !== null && _d !== void 0 ? _d : constants.DEFAULT_PLACEHOLDER, disabled: index$1.getBoolean(this.disabled, "disabled"), required: index$1.getBoolean(this.required, "required"), step: index$1.getStep(this.step), value: (_e = this.value) !== null && _e !== void 0 ? _e : this._value, maxLength: index$1.getNumber(this.maxLength, this.maxlength), minLength: index$1.getNumber(this.minLength, this.minlength), max: index$1.getInputValue(this.max, this.type), min: index$1.getInputValue(this.min, this.type), readOnly: index$1.getBoolean(this.readOnly, "readOnly") ||
371
375
  index$1.getBoolean(this.readonly, "readonly"), form: this.form, pattern: this.pattern, size: this.size, autoComplete: this.autocomplete, autoFocus: index$1.getBoolean(this.autofocus, "autofocus"), enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, onInput: (event) => this.handleInput(event), onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event), list: this.dataList && this._dataListId, "aria-describedby": (_f = this.ariaDescribedBy) !== null && _f !== void 0 ? _f : this._descByIds, role: [
372
376
  "datetime-local",
373
377
  "date",
@@ -377,13 +381,23 @@ const DBInput = class {
377
381
  "color",
378
382
  ].includes((_g = this.type) !== null && _g !== void 0 ? _g : "") && index$1.isIOSSafari()
379
383
  ? "textbox"
380
- : undefined }), this.dataList ? (index.h("datalist", { id: this._dataListId }, (_h = this.getDataList()) === null || _h === void 0 ? void 0 : _h.map((option) => (index.h("option", { key: this._dataListId + "-option-" + option.value, value: option.value }, option.label))))) : null, index.h("slot", { key: '231c238218940050bb92948c798d9cc4bcd4b1f8' }), index$1.stringPropVisible(this.message, this.showMessage) ? (index.h("db-infotext", { size: this.messageSize || "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (index.h("db-infotext", { semantic: "successful", id: this._validMessageId, size: this.validMessageSize || "small" }, this.validMessage || constants.DEFAULT_VALID_MESSAGE)) : null, index.h("db-infotext", { key: '101dc9398ba3394dc0d2f3b9dbd9f9414a96f59a', semantic: "critical", id: this._invalidMessageId, size: this.invalidMessageSize || "small" }, this._invalidMessage), index.h("span", { key: '4b2b099a5ee1f0e3d57f591fa8af8ea8633d4d21', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
384
+ : undefined }), this.dataList ? (index.h("datalist", { id: this._dataListId }, (_h = this.getDataList()) === null || _h === void 0 ? void 0 : _h.map((option) => (index.h("option", { key: this._dataListId + "-option-" + option.value, value: option.value }, option.label))))) : null, index.h("slot", { key: '90c59c82c57e5189693b954d999493372af62970' }), index$1.stringPropVisible(this.message, this.showMessage) ? (index.h("db-infotext", { size: this.messageSize || "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (index.h("db-infotext", { semantic: "successful", id: this._validMessageId, size: this.validMessageSize || "small" }, this.validMessage || constants.DEFAULT_VALID_MESSAGE)) : null, index.h("db-infotext", { key: 'aa671024bc3badc32ee4bf59528878e4ef91a581', semantic: "critical", id: this._invalidMessageId, size: this.invalidMessageSize || "small" }, this._invalidMessage), index.h("span", { key: '215d6ace4fc3da52ad43afd52dbcf03347056958', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
381
385
  }
382
386
  static get watchers() { return {
383
- "_ref": ["watch0", "watch3"],
384
- "invalidMessage": ["watch0"],
385
- "_id": ["watch1"],
386
- "value": ["watch2"]
387
+ "_ref": [{
388
+ "watch0": 0
389
+ }, {
390
+ "watch3": 0
391
+ }],
392
+ "invalidMessage": [{
393
+ "watch0": 0
394
+ }],
395
+ "_id": [{
396
+ "watch1": 0
397
+ }],
398
+ "value": [{
399
+ "watch2": 0
400
+ }]
387
401
  }; }
388
402
  };
389
403
 
@@ -455,4 +469,3 @@ exports.db_custom_select_list = DBCustomSelectList;
455
469
  exports.db_custom_select_list_item = DBCustomSelectListItem;
456
470
  exports.db_input = DBInput;
457
471
  exports.db_tag = DBTag;
458
- //# sourceMappingURL=db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.cjs.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Db5RdCbB.js');
4
- var index$1 = require('./index-Bm2Cw2rz.js');
3
+ var index = require('./index-Mi8dWSSD.js');
4
+ var index$1 = require('./index-CW5aVEyQ.js');
5
5
 
6
6
  const DBCustomSelectFormField = class {
7
7
  constructor(hostRef) {
@@ -50,4 +50,3 @@ const DBCustomSelectFormField = class {
50
50
  };
51
51
 
52
52
  exports.db_custom_select_form_field = DBCustomSelectFormField;
53
- //# sourceMappingURL=db-custom-select-form-field.entry.cjs.js.map
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Db5RdCbB.js');
4
- var constants = require('./constants-CTtyzyuo.js');
5
- var index$1 = require('./index-Bm2Cw2rz.js');
6
- var documentClickListener = require('./document-click-listener-DGna8oDJ.js');
7
- var documentScrollListener = require('./document-scroll-listener-BBXRu9dN.js');
3
+ var index = require('./index-Mi8dWSSD.js');
4
+ var constants = require('./constants-bMY2_d8A.js');
5
+ var index$1 = require('./index-CW5aVEyQ.js');
6
+ var documentClickListener = require('./document-click-listener-B2Xzqbvs.js');
7
+ var documentScrollListener = require('./document-scroll-listener-C_v46oIg.js');
8
8
  var floatingComponents = require('./floating-components-ogUqz72V.js');
9
- var formComponents = require('./form-components-CPqbzZwG.js');
9
+ var formComponents = require('./form-components-BrtqMwX0.js');
10
10
 
11
11
  const DBCustomSelect = class {
12
12
  constructor(hostRef) {
@@ -765,19 +765,19 @@ const DBCustomSelect = class {
765
765
  }
766
766
  render() {
767
767
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
768
- return (index.h("div", { key: '18f3a8ad101671d2aba404bd45c80b928bb5e8f4', class: index$1.cls("db-custom-select", this.className), id: this._id, ref: (el) => {
768
+ return (index.h("div", { key: 'e3c88fad9a69c3a3f55084c42eaa18dd0b328fcb', class: index$1.cls("db-custom-select", this.className), id: this._id, ref: (el) => {
769
769
  this._ref = el;
770
770
  }, "aria-invalid": this._validity === "invalid", "data-custom-validity": this._validity, "data-width": this.formFieldWidth, "data-variant": this.variant === "floating" &&
771
771
  this.selectedType === "tag" &&
772
772
  this.multiple
773
773
  ? "above"
774
- : this.variant, "data-required": index$1.getBooleanAsString(this.required), "data-hide-asterisk": index$1.getHideProp(this.showRequiredAsterisk), "data-placement": this.placement, "data-selected-type": this.multiple ? this.selectedType : "text", "data-hide-label": index$1.getHideProp(this.showLabel), "data-icon": this.icon, "data-show-icon": index$1.getBooleanAsString(this.showIcon) }, index.h("label", { key: '8799fa0a17b43d88b24ecee1b1061274524d84f1', id: this._labelId }, (_a = this.label) !== null && _a !== void 0 ? _a : constants.DEFAULT_LABEL, index.h("select", { key: 'f3f4af4a27d30308028524213d0ab8a5a40a8d3a', role: "none", hidden: true, id: this._selectId, tabIndex: -1, ref: (el) => {
774
+ : this.variant, "data-required": index$1.getBooleanAsString(this.required), "data-hide-asterisk": index$1.getHideProp(this.showRequiredAsterisk), "data-placement": this.placement, "data-selected-type": this.multiple ? this.selectedType : "text", "data-hide-label": index$1.getHideProp(this.showLabel), "data-icon": this.icon, "data-show-icon": index$1.getBooleanAsString(this.showIcon) }, index.h("label", { key: '8761c16255c8722f01008536cefbaac50677095b', id: this._labelId }, (_a = this.label) !== null && _a !== void 0 ? _a : constants.DEFAULT_LABEL, index.h("select", { key: 'd750bdd188427d5fc4e15a53d5640a7b55a360cd', role: "none", hidden: true, id: this._selectId, tabIndex: -1, ref: (el) => {
775
775
  this.selectRef = el;
776
776
  }, form: this.form, name: this.name, multiple: index$1.getBoolean(this.multiple, "multiple"), disabled: index$1.getBoolean(this.disabled, "disabled"), required: index$1.getBoolean(this.required, "required"), onChange: (event) => this.satisfyReact(event) }, ((_b = this.options) === null || _b === void 0 ? void 0 : _b.length)
777
777
  ? (_c = this.options) === null || _c === void 0 ? void 0 : _c.map((option) => (index.h("option", { disabled: option.disabled, value: option.value, key: undefined }, this.getOptionLabel(option))))
778
- : null)), index.h("details", { key: '413be6e72060b2395772985bc287bd67bc1ad268', ref: (el) => {
778
+ : null)), index.h("details", { key: '4554ef5982957f7202f0109f0d081f6dde2d078c', ref: (el) => {
779
779
  this.detailsRef = el;
780
- }, open: this.open, onToggle: (event) => this.handleDropdownToggle(event), onKeyDown: (event) => this.handleKeyboardPress(event) }, index.h("slot", { key: 'f157d0435eab97c98c97d31447e32a9e9cd97d98' }), this.options ? (index.h(index.Fragment, null, index.h("summary", { class: "db-custom-select-form-field", id: this._summaryId, "aria-disabled": index$1.getBooleanAsString(this.disabled), "aria-labelledby": this._labelId }, ((_d = this._selectedLabels) === null || _d === void 0 ? void 0 : _d.length) ? (index.h("span", { "data-visually-hidden": index$1.getBooleanAsString(this.selectedType === "tag"), id: this._selectedLabelsId }, this.selectedPrefix ? (index.h("span", { "data-visually-hidden": "true" }, this.selectedPrefix)) : null, this._selectedLabels)) : null, this.selectedType === "tag" ? (index.h("div", null, (_e = this._selectedOptions) === null || _e === void 0 ? void 0 : _e.map((option, index$1) => (index.h("db-tag", { emphasis: "strong", behavior: "removable", removeButton: this.getTagRemoveLabel(option), onRemove: (event) => this.handleTagRemove(option, event), key: undefined }, this.getOptionLabel(option)))))) : null), index.h("db-custom-select-dropdown", { width: this.dropdownWidth }, this.searchEnabled ? (index.h("div", null, index.h("db-input", { type: "search", ref: (el) => {
780
+ }, open: this.open, onToggle: (event) => this.handleDropdownToggle(event), onKeyDown: (event) => this.handleKeyboardPress(event) }, index.h("slot", { key: '3ee9982ab7ea04516f50b6ad7ba68da802e6df20' }), this.options ? (index.h(index.Fragment, null, index.h("summary", { class: "db-custom-select-form-field", id: this._summaryId, "aria-disabled": index$1.getBooleanAsString(this.disabled), "aria-labelledby": this._labelId }, ((_d = this._selectedLabels) === null || _d === void 0 ? void 0 : _d.length) ? (index.h("span", { "data-visually-hidden": index$1.getBooleanAsString(this.selectedType === "tag"), id: this._selectedLabelsId }, this.selectedPrefix ? (index.h("span", { "data-visually-hidden": "true" }, this.selectedPrefix)) : null, this._selectedLabels)) : null, this.selectedType === "tag" ? (index.h("div", null, (_e = this._selectedOptions) === null || _e === void 0 ? void 0 : _e.map((option, index$1) => (index.h("db-tag", { emphasis: "strong", behavior: "removable", removeButton: this.getTagRemoveLabel(option), onRemove: (event) => this.handleTagRemove(option, event), key: undefined }, this.getOptionLabel(option)))))) : null), index.h("db-custom-select-dropdown", { width: this.dropdownWidth }, this.searchEnabled ? (index.h("div", null, index.h("db-input", { type: "search", ref: (el) => {
781
781
  this.searchInputRef = el;
782
782
  }, name: this._id, form: this._id, showLabel: false, value: this._searchValue, label: (_f = this.searchLabel) !== null && _f !== void 0 ? _f : constants.DEFAULT_LABEL, placeholder: (_g = this.searchPlaceholder) !== null && _g !== void 0 ? _g : this.searchLabel, ariaDescribedBy: this._hasNoOptions || this.showLoading
783
783
  ? this._infoTextId
@@ -787,35 +787,100 @@ const DBCustomSelect = class {
787
787
  this.selectAllRef = el;
788
788
  }, form: this._id, checked: this.selectAllChecked, onChange: (event) => this.handleSelectAll(event) }), this.getSelectAllLabel())))) : null, index.h("db-custom-select-list", { multiple: index$1.getBoolean(this.multiple, "multiple"), label: (_k = (_j = this.listLabel) !== null && _j !== void 0 ? _j : this.label) !== null && _k !== void 0 ? _k : constants.DEFAULT_LABEL }, (_l = this._options) === null || _l === void 0 ? void 0 : _l.map((option) => (index.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
789
789
  ? this.getOptionLabel(option)
790
- : null)))))), index.h("div", null, index.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 : constants.DEFAULT_CLOSE_BUTTON))))) : null), ((_o = this.showClearSelection) !== null && _o !== void 0 ? _o : true) && ((_p = this._values) === null || _p === void 0 ? void 0 : _p.length) ? (index.h("db-button", { icon: "cross", variant: "ghost", size: "small", noText: true, name: this._id, form: this._id, onClick: (event) => this.handleClearAll(event) }, this.clearSelectionText, index.h("db-tooltip", { placement: "top" }, this.clearSelectionText))) : null, index.h("span", { key: '0f9dc87d3b0289a335acf336964fc78d22a5798a', class: "db-custom-select-placeholder", "aria-hidden": index$1.getBooleanAsString(true), id: this._placeholderId }, (_q = this.placeholder) !== null && _q !== void 0 ? _q : this.label), index$1.stringPropVisible(this.message, this.showMessage) ? (index.h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (index.h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || constants.DEFAULT_VALID_MESSAGE)) : null, index.h("db-infotext", { key: '6a32b77468c503d5ee57c509aa2ec7ff5b4c1f21', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), index.h("span", { key: 'b67bda119e8c547d7975632376ea72c81625a471', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
790
+ : null)))))), index.h("div", null, index.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 : constants.DEFAULT_CLOSE_BUTTON))))) : null), ((_o = this.showClearSelection) !== null && _o !== void 0 ? _o : true) && ((_p = this._values) === null || _p === void 0 ? void 0 : _p.length) ? (index.h("db-button", { icon: "cross", variant: "ghost", size: "small", noText: true, name: this._id, form: this._id, onClick: (event) => this.handleClearAll(event) }, this.clearSelectionText, index.h("db-tooltip", { placement: "top" }, this.clearSelectionText))) : null, index.h("span", { key: '0294aea948930da94ffda5cc9c2a06439d284dca', class: "db-custom-select-placeholder", "aria-hidden": index$1.getBooleanAsString(true), id: this._placeholderId }, (_q = this.placeholder) !== null && _q !== void 0 ? _q : this.label), index$1.stringPropVisible(this.message, this.showMessage) ? (index.h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (index.h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || constants.DEFAULT_VALID_MESSAGE)) : null, index.h("db-infotext", { key: '36d6fb52fc71e38c2fae07741b489bbcad2cd1f8', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), index.h("span", { key: 'bb1406432ebb877e25f5cfc2ea90a3719d0c50aa', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
791
791
  }
792
792
  static get watchers() { return {
793
- "detailsRef": ["watch0", "watch2"],
794
- "_id": ["watch1"],
795
- "_descByIds": ["watch2"],
796
- "showNoResults": ["watch3"],
797
- "showLoading": ["watch3"],
798
- "_options": ["watch3"],
799
- "showSelectAll": ["watch4"],
800
- "amountOptions": ["watch4", "watch5", "watch10"],
801
- "multiple": ["watch4"],
802
- "showSearch": ["watch5"],
803
- "values": ["watch6"],
804
- "_values": ["watch7", "watch10", "watch13"],
805
- "selectRef": ["watch7", "watch8", "watch17"],
806
- "validation": ["watch9"],
807
- "options": ["watch11", "watch13"],
808
- "searchValue": ["watch12"],
809
- "_selectedOptions": ["watch14", "watch15"],
810
- "selectedType": ["watch14"],
811
- "amountText": ["watch14"],
812
- "selectedLabels": ["watch14"],
813
- "transformSelectedLabels": ["watch14"],
814
- "selectAllIndeterminate": ["watch16"],
815
- "selectAllRef": ["watch16"],
816
- "invalidMessage": ["watch17"]
793
+ "detailsRef": [{
794
+ "watch0": 0
795
+ }, {
796
+ "watch2": 0
797
+ }],
798
+ "_id": [{
799
+ "watch1": 0
800
+ }],
801
+ "_descByIds": [{
802
+ "watch2": 0
803
+ }],
804
+ "showNoResults": [{
805
+ "watch3": 0
806
+ }],
807
+ "showLoading": [{
808
+ "watch3": 0
809
+ }],
810
+ "_options": [{
811
+ "watch3": 0
812
+ }],
813
+ "showSelectAll": [{
814
+ "watch4": 0
815
+ }],
816
+ "amountOptions": [{
817
+ "watch4": 0
818
+ }, {
819
+ "watch5": 0
820
+ }, {
821
+ "watch10": 0
822
+ }],
823
+ "multiple": [{
824
+ "watch4": 0
825
+ }],
826
+ "showSearch": [{
827
+ "watch5": 0
828
+ }],
829
+ "values": [{
830
+ "watch6": 0
831
+ }],
832
+ "_values": [{
833
+ "watch7": 0
834
+ }, {
835
+ "watch10": 0
836
+ }, {
837
+ "watch13": 0
838
+ }],
839
+ "selectRef": [{
840
+ "watch7": 0
841
+ }, {
842
+ "watch8": 0
843
+ }, {
844
+ "watch17": 0
845
+ }],
846
+ "validation": [{
847
+ "watch9": 0
848
+ }],
849
+ "options": [{
850
+ "watch11": 0
851
+ }, {
852
+ "watch13": 0
853
+ }],
854
+ "searchValue": [{
855
+ "watch12": 0
856
+ }],
857
+ "_selectedOptions": [{
858
+ "watch14": 0
859
+ }, {
860
+ "watch15": 0
861
+ }],
862
+ "selectedType": [{
863
+ "watch14": 0
864
+ }],
865
+ "amountText": [{
866
+ "watch14": 0
867
+ }],
868
+ "selectedLabels": [{
869
+ "watch14": 0
870
+ }],
871
+ "transformSelectedLabels": [{
872
+ "watch14": 0
873
+ }],
874
+ "selectAllIndeterminate": [{
875
+ "watch16": 0
876
+ }],
877
+ "selectAllRef": [{
878
+ "watch16": 0
879
+ }],
880
+ "invalidMessage": [{
881
+ "watch17": 0
882
+ }]
817
883
  }; }
818
884
  };
819
885
 
820
886
  exports.db_custom_select = DBCustomSelect;
821
- //# sourceMappingURL=db-custom-select.entry.cjs.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Db5RdCbB.js');
4
- var index$1 = require('./index-Bm2Cw2rz.js');
3
+ var index = require('./index-Mi8dWSSD.js');
4
+ var index$1 = require('./index-CW5aVEyQ.js');
5
5
 
6
6
  const DBDivider = class {
7
7
  constructor(hostRef) {
@@ -50,4 +50,3 @@ const DBDivider = class {
50
50
  };
51
51
 
52
52
  exports.db_divider = DBDivider;
53
- //# sourceMappingURL=db-divider.entry.cjs.js.map
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Db5RdCbB.js');
4
- var constants = require('./constants-CTtyzyuo.js');
5
- var index$1 = require('./index-Bm2Cw2rz.js');
3
+ var index = require('./index-Mi8dWSSD.js');
4
+ var constants = require('./constants-bMY2_d8A.js');
5
+ var index$1 = require('./index-CW5aVEyQ.js');
6
6
 
7
7
  const DBDrawer = class {
8
8
  constructor(hostRef) {
@@ -134,12 +134,19 @@ const DBDrawer = class {
134
134
  }, "data-spacing": this.spacing, "data-width": this.width, "data-direction": this.direction, "data-rounded": index$1.getBooleanAsString(this.rounded) }, index.h("header", { key: '81567140972ebb1f244c46227f688f017b2d74da', class: "db-drawer-header" }, index.h("div", { key: '14fe9424f88dd71bedc5b670edf7d776639ad65f', class: "db-drawer-header-text" }, index.h("slot", { key: 'e8f703b2d8c81c9e64996f6c8214ae004484698c', name: "drawerHeader" })), index.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 : constants.DEFAULT_CLOSE_BUTTON)), index.h("div", { key: 'e2b7f182c9f321f5477ee4669451e10935cae010', class: "db-drawer-content" }, index.h("slot", { key: '23bb4b8cf2c617757379637fab20361b6d4943f2' })))));
135
135
  }
136
136
  static get watchers() { return {
137
- "open": ["watch0"],
138
- "_ref": ["watch1"],
139
- "initialized": ["watch1"],
140
- "position": ["watch1"]
137
+ "open": [{
138
+ "watch0": 0
139
+ }],
140
+ "_ref": [{
141
+ "watch1": 0
142
+ }],
143
+ "initialized": [{
144
+ "watch1": 0
145
+ }],
146
+ "position": [{
147
+ "watch1": 0
148
+ }]
141
149
  }; }
142
150
  };
143
151
 
144
152
  exports.db_drawer = DBDrawer;
145
- //# sourceMappingURL=db-drawer.entry.cjs.js.map