@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
@@ -761,19 +761,19 @@ export class DBCustomSelect {
761
761
  }
762
762
  render() {
763
763
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
764
- return (h("div", { key: '18f3a8ad101671d2aba404bd45c80b928bb5e8f4', class: cls("db-custom-select", this.className), id: this._id, ref: (el) => {
764
+ return (h("div", { key: 'e3c88fad9a69c3a3f55084c42eaa18dd0b328fcb', class: cls("db-custom-select", this.className), id: this._id, ref: (el) => {
765
765
  this._ref = el;
766
766
  }, "aria-invalid": this._validity === "invalid", "data-custom-validity": this._validity, "data-width": this.formFieldWidth, "data-variant": this.variant === "floating" &&
767
767
  this.selectedType === "tag" &&
768
768
  this.multiple
769
769
  ? "above"
770
- : 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) => {
770
+ : 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) => {
771
771
  this.selectRef = el;
772
772
  }, 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)
773
773
  ? (_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))))
774
- : null)), h("details", { key: '413be6e72060b2395772985bc287bd67bc1ad268', ref: (el) => {
774
+ : null)), h("details", { key: '4554ef5982957f7202f0109f0d081f6dde2d078c', ref: (el) => {
775
775
  this.detailsRef = el;
776
- }, 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) => {
776
+ }, 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) => {
777
777
  this.searchInputRef = el;
778
778
  }, 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
779
779
  ? this._infoTextId
@@ -783,7 +783,7 @@ export class DBCustomSelect {
783
783
  this.selectAllRef = el;
784
784
  }, 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
785
785
  ? this.getOptionLabel(option)
786
- : 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)));
786
+ : 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)));
787
787
  }
788
788
  static get is() { return "db-custom-select"; }
789
789
  static get properties() {
@@ -798,7 +798,8 @@ export class DBCustomSelect {
798
798
  "DBCustomSelectProps": {
799
799
  "location": "import",
800
800
  "path": "./model",
801
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
801
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
802
+ "referenceLocation": "DBCustomSelectProps"
802
803
  }
803
804
  }
804
805
  },
@@ -823,7 +824,8 @@ export class DBCustomSelect {
823
824
  "DBCustomSelectProps": {
824
825
  "location": "import",
825
826
  "path": "./model",
826
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
827
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
828
+ "referenceLocation": "DBCustomSelectProps"
827
829
  }
828
830
  }
829
831
  },
@@ -848,7 +850,8 @@ export class DBCustomSelect {
848
850
  "DBCustomSelectProps": {
849
851
  "location": "import",
850
852
  "path": "./model",
851
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
853
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
854
+ "referenceLocation": "DBCustomSelectProps"
852
855
  }
853
856
  }
854
857
  },
@@ -873,7 +876,8 @@ export class DBCustomSelect {
873
876
  "DBCustomSelectProps": {
874
877
  "location": "import",
875
878
  "path": "./model",
876
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
879
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
880
+ "referenceLocation": "DBCustomSelectProps"
877
881
  }
878
882
  }
879
883
  },
@@ -898,7 +902,8 @@ export class DBCustomSelect {
898
902
  "DBCustomSelectProps": {
899
903
  "location": "import",
900
904
  "path": "./model",
901
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
905
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
906
+ "referenceLocation": "DBCustomSelectProps"
902
907
  }
903
908
  }
904
909
  },
@@ -923,7 +928,8 @@ export class DBCustomSelect {
923
928
  "DBCustomSelectProps": {
924
929
  "location": "import",
925
930
  "path": "./model",
926
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
931
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
932
+ "referenceLocation": "DBCustomSelectProps"
927
933
  }
928
934
  }
929
935
  },
@@ -948,7 +954,8 @@ export class DBCustomSelect {
948
954
  "DBCustomSelectProps": {
949
955
  "location": "import",
950
956
  "path": "./model",
951
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
957
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
958
+ "referenceLocation": "DBCustomSelectProps"
952
959
  }
953
960
  }
954
961
  },
@@ -973,7 +980,8 @@ export class DBCustomSelect {
973
980
  "DBCustomSelectProps": {
974
981
  "location": "import",
975
982
  "path": "./model",
976
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
983
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
984
+ "referenceLocation": "DBCustomSelectProps"
977
985
  }
978
986
  }
979
987
  },
@@ -998,7 +1006,8 @@ export class DBCustomSelect {
998
1006
  "DBCustomSelectProps": {
999
1007
  "location": "import",
1000
1008
  "path": "./model",
1001
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1009
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1010
+ "referenceLocation": "DBCustomSelectProps"
1002
1011
  }
1003
1012
  }
1004
1013
  },
@@ -1023,7 +1032,8 @@ export class DBCustomSelect {
1023
1032
  "DBCustomSelectProps": {
1024
1033
  "location": "import",
1025
1034
  "path": "./model",
1026
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1035
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1036
+ "referenceLocation": "DBCustomSelectProps"
1027
1037
  }
1028
1038
  }
1029
1039
  },
@@ -1048,7 +1058,8 @@ export class DBCustomSelect {
1048
1058
  "DBCustomSelectProps": {
1049
1059
  "location": "import",
1050
1060
  "path": "./model",
1051
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1061
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1062
+ "referenceLocation": "DBCustomSelectProps"
1052
1063
  }
1053
1064
  }
1054
1065
  },
@@ -1071,7 +1082,8 @@ export class DBCustomSelect {
1071
1082
  "DBCustomSelectProps": {
1072
1083
  "location": "import",
1073
1084
  "path": "./model",
1074
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1085
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1086
+ "referenceLocation": "DBCustomSelectProps"
1075
1087
  }
1076
1088
  }
1077
1089
  },
@@ -1096,7 +1108,8 @@ export class DBCustomSelect {
1096
1108
  "DBCustomSelectProps": {
1097
1109
  "location": "import",
1098
1110
  "path": "./model",
1099
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1111
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1112
+ "referenceLocation": "DBCustomSelectProps"
1100
1113
  }
1101
1114
  }
1102
1115
  },
@@ -1119,7 +1132,8 @@ export class DBCustomSelect {
1119
1132
  "DBCustomSelectProps": {
1120
1133
  "location": "import",
1121
1134
  "path": "./model",
1122
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1135
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1136
+ "referenceLocation": "DBCustomSelectProps"
1123
1137
  }
1124
1138
  }
1125
1139
  },
@@ -1144,7 +1158,8 @@ export class DBCustomSelect {
1144
1158
  "DBCustomSelectProps": {
1145
1159
  "location": "import",
1146
1160
  "path": "./model",
1147
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1161
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1162
+ "referenceLocation": "DBCustomSelectProps"
1148
1163
  }
1149
1164
  }
1150
1165
  },
@@ -1169,7 +1184,8 @@ export class DBCustomSelect {
1169
1184
  "DBCustomSelectProps": {
1170
1185
  "location": "import",
1171
1186
  "path": "./model",
1172
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1187
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1188
+ "referenceLocation": "DBCustomSelectProps"
1173
1189
  }
1174
1190
  }
1175
1191
  },
@@ -1192,7 +1208,8 @@ export class DBCustomSelect {
1192
1208
  "DBCustomSelectProps": {
1193
1209
  "location": "import",
1194
1210
  "path": "./model",
1195
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1211
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1212
+ "referenceLocation": "DBCustomSelectProps"
1196
1213
  }
1197
1214
  }
1198
1215
  },
@@ -1217,7 +1234,8 @@ export class DBCustomSelect {
1217
1234
  "DBCustomSelectProps": {
1218
1235
  "location": "import",
1219
1236
  "path": "./model",
1220
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1237
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1238
+ "referenceLocation": "DBCustomSelectProps"
1221
1239
  }
1222
1240
  }
1223
1241
  },
@@ -1242,7 +1260,8 @@ export class DBCustomSelect {
1242
1260
  "DBCustomSelectProps": {
1243
1261
  "location": "import",
1244
1262
  "path": "./model",
1245
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1263
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1264
+ "referenceLocation": "DBCustomSelectProps"
1246
1265
  }
1247
1266
  }
1248
1267
  },
@@ -1267,7 +1286,8 @@ export class DBCustomSelect {
1267
1286
  "DBCustomSelectProps": {
1268
1287
  "location": "import",
1269
1288
  "path": "./model",
1270
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1289
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1290
+ "referenceLocation": "DBCustomSelectProps"
1271
1291
  }
1272
1292
  }
1273
1293
  },
@@ -1292,7 +1312,8 @@ export class DBCustomSelect {
1292
1312
  "DBCustomSelectProps": {
1293
1313
  "location": "import",
1294
1314
  "path": "./model",
1295
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1315
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1316
+ "referenceLocation": "DBCustomSelectProps"
1296
1317
  }
1297
1318
  }
1298
1319
  },
@@ -1317,7 +1338,8 @@ export class DBCustomSelect {
1317
1338
  "DBCustomSelectProps": {
1318
1339
  "location": "import",
1319
1340
  "path": "./model",
1320
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1341
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1342
+ "referenceLocation": "DBCustomSelectProps"
1321
1343
  }
1322
1344
  }
1323
1345
  },
@@ -1340,7 +1362,8 @@ export class DBCustomSelect {
1340
1362
  "DBCustomSelectProps": {
1341
1363
  "location": "import",
1342
1364
  "path": "./model",
1343
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1365
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1366
+ "referenceLocation": "DBCustomSelectProps"
1344
1367
  }
1345
1368
  }
1346
1369
  },
@@ -1365,7 +1388,8 @@ export class DBCustomSelect {
1365
1388
  "DBCustomSelectProps": {
1366
1389
  "location": "import",
1367
1390
  "path": "./model",
1368
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1391
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1392
+ "referenceLocation": "DBCustomSelectProps"
1369
1393
  }
1370
1394
  }
1371
1395
  },
@@ -1388,7 +1412,8 @@ export class DBCustomSelect {
1388
1412
  "DBCustomSelectProps": {
1389
1413
  "location": "import",
1390
1414
  "path": "./model",
1391
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1415
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1416
+ "referenceLocation": "DBCustomSelectProps"
1392
1417
  }
1393
1418
  }
1394
1419
  },
@@ -1413,7 +1438,8 @@ export class DBCustomSelect {
1413
1438
  "DBCustomSelectProps": {
1414
1439
  "location": "import",
1415
1440
  "path": "./model",
1416
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1441
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1442
+ "referenceLocation": "DBCustomSelectProps"
1417
1443
  }
1418
1444
  }
1419
1445
  },
@@ -1438,7 +1464,8 @@ export class DBCustomSelect {
1438
1464
  "DBCustomSelectProps": {
1439
1465
  "location": "import",
1440
1466
  "path": "./model",
1441
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1467
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1468
+ "referenceLocation": "DBCustomSelectProps"
1442
1469
  }
1443
1470
  }
1444
1471
  },
@@ -1463,7 +1490,8 @@ export class DBCustomSelect {
1463
1490
  "DBCustomSelectProps": {
1464
1491
  "location": "import",
1465
1492
  "path": "./model",
1466
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1493
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1494
+ "referenceLocation": "DBCustomSelectProps"
1467
1495
  }
1468
1496
  }
1469
1497
  },
@@ -1488,7 +1516,8 @@ export class DBCustomSelect {
1488
1516
  "DBCustomSelectProps": {
1489
1517
  "location": "import",
1490
1518
  "path": "./model",
1491
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1519
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1520
+ "referenceLocation": "DBCustomSelectProps"
1492
1521
  }
1493
1522
  }
1494
1523
  },
@@ -1508,12 +1537,13 @@ export class DBCustomSelect {
1508
1537
  "mutable": false,
1509
1538
  "complexType": {
1510
1539
  "original": "DBCustomSelectProps[\"icon\"]",
1511
- "resolved": "BaseIconTypes | LooseAutocomplete",
1540
+ "resolved": "\"arrow_down\" | \"arrow_left\" | \"arrow_right\" | \"arrow_up\" | \"arrow_up_right\" | \"brand\" | \"calendar\" | \"check\" | \"check-circle\" | \"check_circle\" | \"chevron_down\" | \"chevron_left\" | \"chevron_right\" | \"chevron_up\" | \"circle\" | \"circular_arrows\" | \"clock\" | \"cross\" | \"cross_circle\" | \"exclamation_mark_circle\" | \"exclamation_mark_triangle\" | \"information_circle\" | \"magnifying_glass\" | \"menu\" | \"minus\" | \"plus\" | \"resize_handle_corner\" | \"x_placeholder\" | string & Record<never, never>",
1512
1541
  "references": {
1513
1542
  "DBCustomSelectProps": {
1514
1543
  "location": "import",
1515
1544
  "path": "./model",
1516
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1545
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1546
+ "referenceLocation": "DBCustomSelectProps"
1517
1547
  }
1518
1548
  }
1519
1549
  },
@@ -1538,7 +1568,8 @@ export class DBCustomSelect {
1538
1568
  "DBCustomSelectProps": {
1539
1569
  "location": "import",
1540
1570
  "path": "./model",
1541
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1571
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1572
+ "referenceLocation": "DBCustomSelectProps"
1542
1573
  }
1543
1574
  }
1544
1575
  },
@@ -1563,7 +1594,8 @@ export class DBCustomSelect {
1563
1594
  "DBCustomSelectProps": {
1564
1595
  "location": "import",
1565
1596
  "path": "./model",
1566
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1597
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1598
+ "referenceLocation": "DBCustomSelectProps"
1567
1599
  }
1568
1600
  }
1569
1601
  },
@@ -1588,7 +1620,8 @@ export class DBCustomSelect {
1588
1620
  "DBCustomSelectProps": {
1589
1621
  "location": "import",
1590
1622
  "path": "./model",
1591
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1623
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1624
+ "referenceLocation": "DBCustomSelectProps"
1592
1625
  }
1593
1626
  }
1594
1627
  },
@@ -1613,7 +1646,8 @@ export class DBCustomSelect {
1613
1646
  "DBCustomSelectProps": {
1614
1647
  "location": "import",
1615
1648
  "path": "./model",
1616
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1649
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1650
+ "referenceLocation": "DBCustomSelectProps"
1617
1651
  }
1618
1652
  }
1619
1653
  },
@@ -1638,7 +1672,8 @@ export class DBCustomSelect {
1638
1672
  "DBCustomSelectProps": {
1639
1673
  "location": "import",
1640
1674
  "path": "./model",
1641
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1675
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1676
+ "referenceLocation": "DBCustomSelectProps"
1642
1677
  }
1643
1678
  }
1644
1679
  },
@@ -1663,7 +1698,8 @@ export class DBCustomSelect {
1663
1698
  "DBCustomSelectProps": {
1664
1699
  "location": "import",
1665
1700
  "path": "./model",
1666
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1701
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1702
+ "referenceLocation": "DBCustomSelectProps"
1667
1703
  }
1668
1704
  }
1669
1705
  },
@@ -1688,7 +1724,8 @@ export class DBCustomSelect {
1688
1724
  "DBCustomSelectProps": {
1689
1725
  "location": "import",
1690
1726
  "path": "./model",
1691
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1727
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1728
+ "referenceLocation": "DBCustomSelectProps"
1692
1729
  }
1693
1730
  }
1694
1731
  },
@@ -1713,7 +1750,8 @@ export class DBCustomSelect {
1713
1750
  "DBCustomSelectProps": {
1714
1751
  "location": "import",
1715
1752
  "path": "./model",
1716
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1753
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1754
+ "referenceLocation": "DBCustomSelectProps"
1717
1755
  }
1718
1756
  }
1719
1757
  },
@@ -1738,7 +1776,8 @@ export class DBCustomSelect {
1738
1776
  "DBCustomSelectProps": {
1739
1777
  "location": "import",
1740
1778
  "path": "./model",
1741
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1779
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1780
+ "referenceLocation": "DBCustomSelectProps"
1742
1781
  }
1743
1782
  }
1744
1783
  },
@@ -1763,7 +1802,8 @@ export class DBCustomSelect {
1763
1802
  "DBCustomSelectProps": {
1764
1803
  "location": "import",
1765
1804
  "path": "./model",
1766
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1805
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1806
+ "referenceLocation": "DBCustomSelectProps"
1767
1807
  }
1768
1808
  }
1769
1809
  },
@@ -1788,7 +1828,8 @@ export class DBCustomSelect {
1788
1828
  "DBCustomSelectProps": {
1789
1829
  "location": "import",
1790
1830
  "path": "./model",
1791
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1831
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1832
+ "referenceLocation": "DBCustomSelectProps"
1792
1833
  }
1793
1834
  }
1794
1835
  },
@@ -1813,7 +1854,8 @@ export class DBCustomSelect {
1813
1854
  "DBCustomSelectProps": {
1814
1855
  "location": "import",
1815
1856
  "path": "./model",
1816
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1857
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1858
+ "referenceLocation": "DBCustomSelectProps"
1817
1859
  }
1818
1860
  }
1819
1861
  },
@@ -1838,7 +1880,8 @@ export class DBCustomSelect {
1838
1880
  "DBCustomSelectProps": {
1839
1881
  "location": "import",
1840
1882
  "path": "./model",
1841
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1883
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1884
+ "referenceLocation": "DBCustomSelectProps"
1842
1885
  }
1843
1886
  }
1844
1887
  },
@@ -1863,7 +1906,8 @@ export class DBCustomSelect {
1863
1906
  "DBCustomSelectProps": {
1864
1907
  "location": "import",
1865
1908
  "path": "./model",
1866
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1909
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1910
+ "referenceLocation": "DBCustomSelectProps"
1867
1911
  }
1868
1912
  }
1869
1913
  },
@@ -1888,7 +1932,8 @@ export class DBCustomSelect {
1888
1932
  "DBCustomSelectProps": {
1889
1933
  "location": "import",
1890
1934
  "path": "./model",
1891
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1935
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1936
+ "referenceLocation": "DBCustomSelectProps"
1892
1937
  }
1893
1938
  }
1894
1939
  },
@@ -1914,7 +1959,8 @@ export class DBCustomSelect {
1914
1959
  "DBCustomSelectProps": {
1915
1960
  "location": "import",
1916
1961
  "path": "./model",
1917
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1962
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1963
+ "referenceLocation": "DBCustomSelectProps"
1918
1964
  }
1919
1965
  }
1920
1966
  },
@@ -1940,7 +1986,8 @@ export class DBCustomSelect {
1940
1986
  "DBCustomSelectProps": {
1941
1987
  "location": "import",
1942
1988
  "path": "./model",
1943
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
1989
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
1990
+ "referenceLocation": "DBCustomSelectProps"
1944
1991
  }
1945
1992
  }
1946
1993
  },
@@ -1960,12 +2007,13 @@ export class DBCustomSelect {
1960
2007
  "mutable": false,
1961
2008
  "complexType": {
1962
2009
  "original": "DBCustomSelectProps[\"messageIcon\"]",
1963
- "resolved": "BaseIconTypes | LooseAutocomplete",
2010
+ "resolved": "\"arrow_down\" | \"arrow_left\" | \"arrow_right\" | \"arrow_up\" | \"arrow_up_right\" | \"brand\" | \"calendar\" | \"check\" | \"check-circle\" | \"check_circle\" | \"chevron_down\" | \"chevron_left\" | \"chevron_right\" | \"chevron_up\" | \"circle\" | \"circular_arrows\" | \"clock\" | \"cross\" | \"cross_circle\" | \"exclamation_mark_circle\" | \"exclamation_mark_triangle\" | \"information_circle\" | \"magnifying_glass\" | \"menu\" | \"minus\" | \"plus\" | \"resize_handle_corner\" | \"x_placeholder\" | string & Record<never, never>",
1964
2011
  "references": {
1965
2012
  "DBCustomSelectProps": {
1966
2013
  "location": "import",
1967
2014
  "path": "./model",
1968
- "id": "src/components/custom-select/model.ts::DBCustomSelectProps"
2015
+ "id": "src/components/custom-select/model.ts::DBCustomSelectProps",
2016
+ "referenceLocation": "DBCustomSelectProps"
1969
2017
  }
1970
2018
  }
1971
2019
  },
@@ -2183,4 +2231,3 @@ export class DBCustomSelect {
2183
2231
  }];
2184
2232
  }
2185
2233
  }
2186
- //# sourceMappingURL=custom-select.js.map
@@ -1,3 +1,2 @@
1
1
  import { DBCustomSelect } from "./custom-select";
2
2
  export default DBCustomSelect;
3
- //# sourceMappingURL=index.js.map
@@ -1,2 +1 @@
1
1
  export const SelectedTypeList = ['amount', 'text', 'tag'];
2
- //# sourceMappingURL=model.js.map
@@ -61,7 +61,8 @@ export class DBCustomSelectDropdown {
61
61
  "DBCustomSelectDropdownProps": {
62
62
  "location": "import",
63
63
  "path": "./model",
64
- "id": "src/components/custom-select-dropdown/model.ts::DBCustomSelectDropdownProps"
64
+ "id": "src/components/custom-select-dropdown/model.ts::DBCustomSelectDropdownProps",
65
+ "referenceLocation": "DBCustomSelectDropdownProps"
65
66
  }
66
67
  }
67
68
  },
@@ -86,7 +87,8 @@ export class DBCustomSelectDropdown {
86
87
  "DBCustomSelectDropdownProps": {
87
88
  "location": "import",
88
89
  "path": "./model",
89
- "id": "src/components/custom-select-dropdown/model.ts::DBCustomSelectDropdownProps"
90
+ "id": "src/components/custom-select-dropdown/model.ts::DBCustomSelectDropdownProps",
91
+ "referenceLocation": "DBCustomSelectDropdownProps"
90
92
  }
91
93
  }
92
94
  },
@@ -111,7 +113,8 @@ export class DBCustomSelectDropdown {
111
113
  "DBCustomSelectDropdownProps": {
112
114
  "location": "import",
113
115
  "path": "./model",
114
- "id": "src/components/custom-select-dropdown/model.ts::DBCustomSelectDropdownProps"
116
+ "id": "src/components/custom-select-dropdown/model.ts::DBCustomSelectDropdownProps",
117
+ "referenceLocation": "DBCustomSelectDropdownProps"
115
118
  }
116
119
  }
117
120
  },
@@ -130,4 +133,3 @@ export class DBCustomSelectDropdown {
130
133
  };
131
134
  }
132
135
  }
133
- //# sourceMappingURL=custom-select-dropdown.js.map
@@ -1,3 +1,2 @@
1
1
  import { DBCustomSelectDropdown } from "./custom-select-dropdown";
2
2
  export default DBCustomSelectDropdown;
3
- //# sourceMappingURL=index.js.map
@@ -1,2 +1 @@
1
1
  export const CustomSelectDropdownWidthList = ['fixed', 'auto', 'full'];
2
- //# sourceMappingURL=model.js.map
@@ -58,7 +58,8 @@ export class DBCustomSelectFormField {
58
58
  "DBCustomSelectFormFieldProps": {
59
59
  "location": "import",
60
60
  "path": "./model",
61
- "id": "src/components/custom-select-form-field/model.ts::DBCustomSelectFormFieldProps"
61
+ "id": "src/components/custom-select-form-field/model.ts::DBCustomSelectFormFieldProps",
62
+ "referenceLocation": "DBCustomSelectFormFieldProps"
62
63
  }
63
64
  }
64
65
  },
@@ -83,7 +84,8 @@ export class DBCustomSelectFormField {
83
84
  "DBCustomSelectFormFieldProps": {
84
85
  "location": "import",
85
86
  "path": "./model",
86
- "id": "src/components/custom-select-form-field/model.ts::DBCustomSelectFormFieldProps"
87
+ "id": "src/components/custom-select-form-field/model.ts::DBCustomSelectFormFieldProps",
88
+ "referenceLocation": "DBCustomSelectFormFieldProps"
87
89
  }
88
90
  }
89
91
  },
@@ -101,4 +103,3 @@ export class DBCustomSelectFormField {
101
103
  };
102
104
  }
103
105
  }
104
- //# sourceMappingURL=custom-select-form-field.js.map
@@ -1,3 +1,2 @@
1
1
  import { DBCustomSelectFormField } from "./custom-select-form-field";
2
2
  export default DBCustomSelectFormField;
3
- //# sourceMappingURL=index.js.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=model.js.map