@db-ux/wc-core-components 4.2.6 → 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 (567) hide show
  1. package/dist/cjs/app-globals-V2Kpy_OQ.js +0 -3
  2. package/dist/cjs/{constants-CTtyzyuo.js → constants-bMY2_d8A.js} +4 -3
  3. package/dist/cjs/db-accordion-item.cjs.entry.js +12 -7
  4. package/dist/cjs/db-accordion.cjs.entry.js +29 -12
  5. package/dist/cjs/db-badge.cjs.entry.js +9 -6
  6. package/dist/cjs/db-brand.cjs.entry.js +3 -4
  7. package/dist/cjs/db-button.cjs.entry.js +2 -3
  8. package/dist/cjs/db-card.cjs.entry.js +2 -3
  9. package/dist/cjs/db-checkbox.cjs.entry.js +30 -11
  10. package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +27 -14
  11. package/dist/cjs/db-custom-select-form-field.cjs.entry.js +2 -3
  12. package/dist/cjs/db-custom-select.cjs.entry.js +101 -36
  13. package/dist/cjs/db-divider.cjs.entry.js +2 -3
  14. package/dist/cjs/db-drawer.cjs.entry.js +15 -8
  15. package/dist/cjs/db-header.cjs.entry.js +9 -6
  16. package/dist/cjs/db-icon.cjs.entry.js +2 -3
  17. package/dist/cjs/db-infotext.cjs.entry.js +2 -3
  18. package/dist/cjs/db-link.cjs.entry.js +5 -6
  19. package/dist/cjs/db-navigation-item.cjs.entry.js +12 -7
  20. package/dist/cjs/db-navigation.cjs.entry.js +3 -4
  21. package/dist/cjs/db-notification.cjs.entry.js +3 -4
  22. package/dist/cjs/db-page.cjs.entry.js +2 -3
  23. package/dist/cjs/db-popover.cjs.entry.js +14 -7
  24. package/dist/cjs/db-radio.cjs.entry.js +14 -7
  25. package/dist/cjs/db-section.cjs.entry.js +2 -3
  26. package/dist/cjs/db-select.cjs.entry.js +21 -10
  27. package/dist/cjs/db-stack.cjs.entry.js +2 -3
  28. package/dist/cjs/db-switch.cjs.entry.js +28 -13
  29. package/dist/cjs/db-tab-item_3.cjs.entry.js +15 -8
  30. package/dist/cjs/db-tabs.cjs.entry.js +8 -5
  31. package/dist/cjs/db-textarea.cjs.entry.js +18 -9
  32. package/dist/cjs/db-tooltip.cjs.entry.js +10 -7
  33. package/dist/cjs/db-ux.cjs.js +3 -4
  34. package/dist/cjs/{document-click-listener-DGna8oDJ.js → document-click-listener-B2Xzqbvs.js} +1 -4
  35. package/dist/cjs/{document-scroll-listener-BBXRu9dN.js → document-scroll-listener-C_v46oIg.js} +1 -4
  36. package/dist/cjs/floating-components-ogUqz72V.js +0 -3
  37. package/dist/cjs/{form-components-CPqbzZwG.js → form-components-BrtqMwX0.js} +1 -4
  38. package/dist/cjs/{index-Bm2Cw2rz.js → index-CW5aVEyQ.js} +19 -3
  39. package/dist/cjs/{index-Db5RdCbB.js → index-Mi8dWSSD.js} +190 -142
  40. package/dist/cjs/index.cjs.js +7 -6
  41. package/dist/cjs/loader.cjs.js +2 -3
  42. package/dist/cjs/navigation-DauGE-qj.js +0 -3
  43. package/dist/collection/collection-manifest.json +2 -2
  44. package/dist/collection/components/accordion/accordion.js +14 -8
  45. package/dist/collection/components/accordion/index.js +0 -1
  46. package/dist/collection/components/accordion/model.js +0 -1
  47. package/dist/collection/components/accordion-item/accordion-item.js +14 -8
  48. package/dist/collection/components/accordion-item/index.js +0 -1
  49. package/dist/collection/components/accordion-item/model.js +0 -1
  50. package/dist/collection/components/badge/badge.js +16 -9
  51. package/dist/collection/components/badge/index.js +0 -1
  52. package/dist/collection/components/badge/model.js +0 -1
  53. package/dist/collection/components/brand/brand.js +13 -8
  54. package/dist/collection/components/brand/index.js +0 -1
  55. package/dist/collection/components/brand/model.js +0 -1
  56. package/dist/collection/components/button/button.js +39 -22
  57. package/dist/collection/components/button/index.js +0 -1
  58. package/dist/collection/components/button/model.js +0 -1
  59. package/dist/collection/components/card/card.js +10 -6
  60. package/dist/collection/components/card/index.js +0 -1
  61. package/dist/collection/components/card/model.js +0 -1
  62. package/dist/collection/components/checkbox/checkbox.js +39 -21
  63. package/dist/collection/components/checkbox/index.js +0 -1
  64. package/dist/collection/components/checkbox/model.js +0 -1
  65. package/dist/collection/components/custom-select/custom-select.js +103 -56
  66. package/dist/collection/components/custom-select/index.js +0 -1
  67. package/dist/collection/components/custom-select/model.js +0 -1
  68. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +6 -4
  69. package/dist/collection/components/custom-select-dropdown/index.js +0 -1
  70. package/dist/collection/components/custom-select-dropdown/model.js +0 -1
  71. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +4 -3
  72. package/dist/collection/components/custom-select-form-field/index.js +0 -1
  73. package/dist/collection/components/custom-select-form-field/model.js +0 -1
  74. package/dist/collection/components/custom-select-list/custom-select-list.js +8 -5
  75. package/dist/collection/components/custom-select-list/index.js +0 -1
  76. package/dist/collection/components/custom-select-list/model.js +0 -1
  77. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +27 -15
  78. package/dist/collection/components/custom-select-list-item/index.js +0 -1
  79. package/dist/collection/components/custom-select-list-item/model.js +0 -1
  80. package/dist/collection/components/divider/divider.js +12 -7
  81. package/dist/collection/components/divider/index.js +0 -1
  82. package/dist/collection/components/divider/model.js +0 -1
  83. package/dist/collection/components/drawer/drawer.js +24 -13
  84. package/dist/collection/components/drawer/index.js +0 -1
  85. package/dist/collection/components/drawer/model.js +0 -1
  86. package/dist/collection/components/header/header.js +16 -9
  87. package/dist/collection/components/header/index.js +0 -1
  88. package/dist/collection/components/header/model.js +0 -1
  89. package/dist/collection/components/icon/icon.js +13 -8
  90. package/dist/collection/components/icon/index.js +0 -1
  91. package/dist/collection/components/icon/model.js +0 -1
  92. package/dist/collection/components/infotext/index.js +0 -1
  93. package/dist/collection/components/infotext/infotext.js +15 -9
  94. package/dist/collection/components/infotext/model.js +0 -1
  95. package/dist/collection/components/input/index.js +0 -1
  96. package/dist/collection/components/input/input.js +104 -57
  97. package/dist/collection/components/input/model.js +0 -1
  98. package/dist/collection/components/link/index.js +0 -1
  99. package/dist/collection/components/link/link.js +83 -18
  100. package/dist/collection/components/link/model.js +0 -1
  101. package/dist/collection/components/navigation/index.js +0 -1
  102. package/dist/collection/components/navigation/model.js +0 -1
  103. package/dist/collection/components/navigation/navigation.js +4 -3
  104. package/dist/collection/components/navigation-item/index.js +0 -1
  105. package/dist/collection/components/navigation-item/model.js +0 -1
  106. package/dist/collection/components/navigation-item/navigation-item.js +25 -14
  107. package/dist/collection/components/notification/index.js +0 -1
  108. package/dist/collection/components/notification/model.js +0 -1
  109. package/dist/collection/components/notification/notification.js +33 -18
  110. package/dist/collection/components/page/index.js +0 -1
  111. package/dist/collection/components/page/model.js +0 -1
  112. package/dist/collection/components/page/page.js +12 -7
  113. package/dist/collection/components/popover/index.js +0 -1
  114. package/dist/collection/components/popover/model.js +0 -1
  115. package/dist/collection/components/popover/popover.js +18 -10
  116. package/dist/collection/components/radio/index.js +0 -1
  117. package/dist/collection/components/radio/model.js +0 -1
  118. package/dist/collection/components/radio/radio.js +24 -13
  119. package/dist/collection/components/section/index.js +0 -1
  120. package/dist/collection/components/section/model.js +0 -1
  121. package/dist/collection/components/section/section.js +8 -5
  122. package/dist/collection/components/select/index.js +0 -1
  123. package/dist/collection/components/select/model.js +0 -1
  124. package/dist/collection/components/select/select.js +50 -27
  125. package/dist/collection/components/stack/index.js +0 -1
  126. package/dist/collection/components/stack/model.js +0 -1
  127. package/dist/collection/components/stack/stack.js +16 -9
  128. package/dist/collection/components/switch/index.js +0 -1
  129. package/dist/collection/components/switch/model.js +0 -1
  130. package/dist/collection/components/switch/switch.js +48 -27
  131. package/dist/collection/components/tab-item/index.js +0 -1
  132. package/dist/collection/components/tab-item/model.js +0 -1
  133. package/dist/collection/components/tab-item/tab-item.js +31 -18
  134. package/dist/collection/components/tab-list/index.js +0 -1
  135. package/dist/collection/components/tab-list/model.js +0 -1
  136. package/dist/collection/components/tab-list/tab-list.js +4 -3
  137. package/dist/collection/components/tab-panel/index.js +0 -1
  138. package/dist/collection/components/tab-panel/model.js +0 -1
  139. package/dist/collection/components/tab-panel/tab-panel.js +6 -4
  140. package/dist/collection/components/tabs/index.js +0 -1
  141. package/dist/collection/components/tabs/model.js +0 -1
  142. package/dist/collection/components/tabs/tabs.js +22 -12
  143. package/dist/collection/components/tag/index.js +0 -1
  144. package/dist/collection/components/tag/model.js +0 -1
  145. package/dist/collection/components/tag/tag.js +25 -14
  146. package/dist/collection/components/textarea/index.js +0 -1
  147. package/dist/collection/components/textarea/model.js +0 -1
  148. package/dist/collection/components/textarea/textarea.js +67 -35
  149. package/dist/collection/components/tooltip/index.js +0 -1
  150. package/dist/collection/components/tooltip/model.js +0 -1
  151. package/dist/collection/components/tooltip/tooltip.js +18 -10
  152. package/dist/collection/index.js +0 -1
  153. package/dist/collection/shared/constants.js +2 -1
  154. package/dist/collection/shared/examples/index.js +4 -0
  155. package/dist/collection/shared/model.js +0 -1
  156. package/dist/collection/utils/document-click-listener.js +0 -1
  157. package/dist/collection/utils/document-scroll-listener.js +0 -1
  158. package/dist/collection/utils/floating-components.js +0 -1
  159. package/dist/collection/utils/form-components.js +0 -1
  160. package/dist/collection/utils/index.js +18 -1
  161. package/dist/collection/utils/navigation.js +0 -1
  162. package/dist/collection/utils/react.js +0 -1
  163. package/dist/custom-elements.json +1063 -1
  164. package/dist/db-ux/db-ux.esm.js +1 -2
  165. package/dist/db-ux/index.esm.js +1 -2
  166. package/dist/db-ux/p-027fb90a.entry.js +1 -0
  167. package/dist/db-ux/p-13dd39f1.entry.js +1 -0
  168. package/dist/db-ux/p-15241486.entry.js +1 -0
  169. package/dist/db-ux/p-197f90e4.entry.js +1 -0
  170. package/dist/db-ux/p-2069117e.entry.js +1 -0
  171. package/dist/db-ux/p-23834011.entry.js +1 -0
  172. package/dist/db-ux/p-26fa6bc1.entry.js +1 -0
  173. package/dist/db-ux/p-286f83f4.entry.js +1 -0
  174. package/dist/db-ux/p-29d3070a.entry.js +1 -0
  175. package/dist/db-ux/p-29efc51e.entry.js +1 -0
  176. package/dist/db-ux/p-2baf9c08.entry.js +1 -0
  177. package/dist/db-ux/p-3622f7e7.entry.js +1 -0
  178. package/dist/db-ux/p-40ce182c.entry.js +1 -0
  179. package/dist/db-ux/p-5426dbd3.entry.js +1 -0
  180. package/dist/db-ux/p-58611dcc.entry.js +1 -0
  181. package/dist/db-ux/p-5bca6d35.entry.js +1 -0
  182. package/dist/db-ux/p-623a6b59.entry.js +1 -0
  183. package/dist/db-ux/p-78f6b72a.entry.js +1 -0
  184. package/dist/db-ux/p-86414acd.entry.js +1 -0
  185. package/dist/db-ux/p-9a543d5a.entry.js +1 -0
  186. package/dist/db-ux/p-9d5365f7.entry.js +1 -0
  187. package/dist/db-ux/p-9pYJFapZ.js +2 -0
  188. package/dist/db-ux/p-BdL-nI5y.js +1 -0
  189. package/dist/db-ux/p-BwBkekqp.js +1 -0
  190. package/dist/db-ux/p-Cb-k135w.js +1 -0
  191. package/dist/db-ux/p-DQuL1Twl.js +1 -2
  192. package/dist/db-ux/p-EqlW5Wqf.js +1 -0
  193. package/dist/db-ux/p-G-TursYV.js +1 -2
  194. package/dist/db-ux/p-a1e66a3d.entry.js +1 -0
  195. package/dist/db-ux/p-a232eea2.entry.js +1 -0
  196. package/dist/db-ux/p-a7463ead.entry.js +1 -0
  197. package/dist/db-ux/p-a98bde77.entry.js +1 -0
  198. package/dist/db-ux/p-af0e61d0.entry.js +1 -0
  199. package/dist/db-ux/p-b6538eed.entry.js +1 -0
  200. package/dist/db-ux/p-bde7ff5f.entry.js +1 -0
  201. package/dist/db-ux/p-c9d514e5.entry.js +1 -0
  202. package/dist/db-ux/p-cqrM3KjS.js +1 -0
  203. package/dist/db-ux/p-e30a4814.entry.js +1 -0
  204. package/dist/db-ux/p-sP2NlPcu.js +1 -2
  205. package/dist/esm/app-globals-DQuL1Twl.js +0 -3
  206. package/dist/esm/{constants-DC9V_oNU.js → constants-BdL-nI5y.js} +3 -4
  207. package/dist/esm/db-accordion-item.entry.js +12 -7
  208. package/dist/esm/db-accordion.entry.js +29 -12
  209. package/dist/esm/db-badge.entry.js +9 -6
  210. package/dist/esm/db-brand.entry.js +3 -4
  211. package/dist/esm/db-button.entry.js +2 -3
  212. package/dist/esm/db-card.entry.js +2 -3
  213. package/dist/esm/db-checkbox.entry.js +30 -11
  214. package/dist/esm/db-custom-select-dropdown_5.entry.js +27 -14
  215. package/dist/esm/db-custom-select-form-field.entry.js +2 -3
  216. package/dist/esm/db-custom-select.entry.js +101 -36
  217. package/dist/esm/db-divider.entry.js +2 -3
  218. package/dist/esm/db-drawer.entry.js +15 -8
  219. package/dist/esm/db-header.entry.js +9 -6
  220. package/dist/esm/db-icon.entry.js +2 -3
  221. package/dist/esm/db-infotext.entry.js +2 -3
  222. package/dist/esm/db-link.entry.js +5 -6
  223. package/dist/esm/db-navigation-item.entry.js +12 -7
  224. package/dist/esm/db-navigation.entry.js +3 -4
  225. package/dist/esm/db-notification.entry.js +3 -4
  226. package/dist/esm/db-page.entry.js +2 -3
  227. package/dist/esm/db-popover.entry.js +14 -7
  228. package/dist/esm/db-radio.entry.js +14 -7
  229. package/dist/esm/db-section.entry.js +2 -3
  230. package/dist/esm/db-select.entry.js +21 -10
  231. package/dist/esm/db-stack.entry.js +2 -3
  232. package/dist/esm/db-switch.entry.js +28 -13
  233. package/dist/esm/db-tab-item_3.entry.js +15 -8
  234. package/dist/esm/db-tabs.entry.js +8 -5
  235. package/dist/esm/db-textarea.entry.js +18 -9
  236. package/dist/esm/db-tooltip.entry.js +10 -7
  237. package/dist/esm/db-ux.js +4 -5
  238. package/dist/esm/{document-click-listener-D1ZXrKSx.js → document-click-listener-B_LaIr0O.js} +1 -4
  239. package/dist/esm/{document-scroll-listener-DF6f0ByI.js → document-scroll-listener-dHAsT0Tb.js} +1 -4
  240. package/dist/esm/floating-components-G-TursYV.js +0 -3
  241. package/dist/esm/{form-components-DmI6JmyJ.js → form-components-Cl_wgkeJ.js} +1 -4
  242. package/dist/esm/{index-BMAwJo5Z.js → index-9pYJFapZ.js} +190 -142
  243. package/dist/esm/{index-DhKljLRG.js → index-BwBkekqp.js} +19 -4
  244. package/dist/esm/index.js +4 -6
  245. package/dist/esm/loader.js +3 -4
  246. package/dist/esm/navigation--UdC9CzO.js +0 -3
  247. package/dist/types/components/custom-select/custom-select.d.ts +1 -1
  248. package/dist/types/components/link/link.d.ts +2 -0
  249. package/dist/types/components.d.ts +4 -0
  250. package/dist/types/shared/constants.d.ts +2 -0
  251. package/dist/types/shared/examples/index.d.ts +4 -0
  252. package/dist/types/shared/model.d.ts +12 -0
  253. package/dist/types/stencil-public-runtime.d.ts +87 -4
  254. package/dist/types/utils/index.d.ts +10 -0
  255. package/dist/vscode.html-custom-data.json +118 -0
  256. package/dist/web-types.json +176 -0
  257. package/package.json +10 -9
  258. package/dist/cjs/app-globals-V2Kpy_OQ.js.map +0 -1
  259. package/dist/cjs/constants-CTtyzyuo.js.map +0 -1
  260. package/dist/cjs/db-accordion-item.entry.cjs.js.map +0 -1
  261. package/dist/cjs/db-accordion.entry.cjs.js.map +0 -1
  262. package/dist/cjs/db-badge.entry.cjs.js.map +0 -1
  263. package/dist/cjs/db-brand.entry.cjs.js.map +0 -1
  264. package/dist/cjs/db-button.entry.cjs.js.map +0 -1
  265. package/dist/cjs/db-card.entry.cjs.js.map +0 -1
  266. package/dist/cjs/db-checkbox.entry.cjs.js.map +0 -1
  267. 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
  268. package/dist/cjs/db-custom-select-form-field.entry.cjs.js.map +0 -1
  269. package/dist/cjs/db-custom-select.entry.cjs.js.map +0 -1
  270. package/dist/cjs/db-divider.entry.cjs.js.map +0 -1
  271. package/dist/cjs/db-drawer.entry.cjs.js.map +0 -1
  272. package/dist/cjs/db-header.entry.cjs.js.map +0 -1
  273. package/dist/cjs/db-icon.entry.cjs.js.map +0 -1
  274. package/dist/cjs/db-infotext.entry.cjs.js.map +0 -1
  275. package/dist/cjs/db-link.entry.cjs.js.map +0 -1
  276. package/dist/cjs/db-navigation-item.entry.cjs.js.map +0 -1
  277. package/dist/cjs/db-navigation.entry.cjs.js.map +0 -1
  278. package/dist/cjs/db-notification.entry.cjs.js.map +0 -1
  279. package/dist/cjs/db-page.entry.cjs.js.map +0 -1
  280. package/dist/cjs/db-popover.entry.cjs.js.map +0 -1
  281. package/dist/cjs/db-radio.entry.cjs.js.map +0 -1
  282. package/dist/cjs/db-section.entry.cjs.js.map +0 -1
  283. package/dist/cjs/db-select.entry.cjs.js.map +0 -1
  284. package/dist/cjs/db-stack.entry.cjs.js.map +0 -1
  285. package/dist/cjs/db-switch.entry.cjs.js.map +0 -1
  286. package/dist/cjs/db-tab-item.db-tab-list.db-tab-panel.entry.cjs.js.map +0 -1
  287. package/dist/cjs/db-tabs.entry.cjs.js.map +0 -1
  288. package/dist/cjs/db-textarea.entry.cjs.js.map +0 -1
  289. package/dist/cjs/db-tooltip.entry.cjs.js.map +0 -1
  290. package/dist/cjs/db-ux.cjs.js.map +0 -1
  291. package/dist/cjs/document-click-listener-DGna8oDJ.js.map +0 -1
  292. package/dist/cjs/document-scroll-listener-BBXRu9dN.js.map +0 -1
  293. package/dist/cjs/floating-components-ogUqz72V.js.map +0 -1
  294. package/dist/cjs/form-components-CPqbzZwG.js.map +0 -1
  295. package/dist/cjs/index-Bm2Cw2rz.js.map +0 -1
  296. package/dist/cjs/index-Db5RdCbB.js.map +0 -1
  297. package/dist/cjs/index.cjs.js.map +0 -1
  298. package/dist/cjs/loader.cjs.js.map +0 -1
  299. package/dist/cjs/navigation-DauGE-qj.js.map +0 -1
  300. package/dist/collection/components/accordion/accordion.js.map +0 -1
  301. package/dist/collection/components/accordion/index.js.map +0 -1
  302. package/dist/collection/components/accordion/model.js.map +0 -1
  303. package/dist/collection/components/accordion-item/accordion-item.js.map +0 -1
  304. package/dist/collection/components/accordion-item/index.js.map +0 -1
  305. package/dist/collection/components/accordion-item/model.js.map +0 -1
  306. package/dist/collection/components/badge/badge.js.map +0 -1
  307. package/dist/collection/components/badge/index.js.map +0 -1
  308. package/dist/collection/components/badge/model.js.map +0 -1
  309. package/dist/collection/components/brand/brand.js.map +0 -1
  310. package/dist/collection/components/brand/index.js.map +0 -1
  311. package/dist/collection/components/brand/model.js.map +0 -1
  312. package/dist/collection/components/button/button.js.map +0 -1
  313. package/dist/collection/components/button/index.js.map +0 -1
  314. package/dist/collection/components/button/model.js.map +0 -1
  315. package/dist/collection/components/card/card.js.map +0 -1
  316. package/dist/collection/components/card/index.js.map +0 -1
  317. package/dist/collection/components/card/model.js.map +0 -1
  318. package/dist/collection/components/checkbox/checkbox.js.map +0 -1
  319. package/dist/collection/components/checkbox/index.js.map +0 -1
  320. package/dist/collection/components/checkbox/model.js.map +0 -1
  321. package/dist/collection/components/custom-select/custom-select.js.map +0 -1
  322. package/dist/collection/components/custom-select/index.js.map +0 -1
  323. package/dist/collection/components/custom-select/model.js.map +0 -1
  324. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js.map +0 -1
  325. package/dist/collection/components/custom-select-dropdown/index.js.map +0 -1
  326. package/dist/collection/components/custom-select-dropdown/model.js.map +0 -1
  327. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js.map +0 -1
  328. package/dist/collection/components/custom-select-form-field/index.js.map +0 -1
  329. package/dist/collection/components/custom-select-form-field/model.js.map +0 -1
  330. package/dist/collection/components/custom-select-list/custom-select-list.js.map +0 -1
  331. package/dist/collection/components/custom-select-list/index.js.map +0 -1
  332. package/dist/collection/components/custom-select-list/model.js.map +0 -1
  333. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js.map +0 -1
  334. package/dist/collection/components/custom-select-list-item/index.js.map +0 -1
  335. package/dist/collection/components/custom-select-list-item/model.js.map +0 -1
  336. package/dist/collection/components/divider/divider.js.map +0 -1
  337. package/dist/collection/components/divider/index.js.map +0 -1
  338. package/dist/collection/components/divider/model.js.map +0 -1
  339. package/dist/collection/components/drawer/drawer.js.map +0 -1
  340. package/dist/collection/components/drawer/index.js.map +0 -1
  341. package/dist/collection/components/drawer/model.js.map +0 -1
  342. package/dist/collection/components/header/header.js.map +0 -1
  343. package/dist/collection/components/header/index.js.map +0 -1
  344. package/dist/collection/components/header/model.js.map +0 -1
  345. package/dist/collection/components/icon/icon.js.map +0 -1
  346. package/dist/collection/components/icon/index.js.map +0 -1
  347. package/dist/collection/components/icon/model.js.map +0 -1
  348. package/dist/collection/components/infotext/index.js.map +0 -1
  349. package/dist/collection/components/infotext/infotext.js.map +0 -1
  350. package/dist/collection/components/infotext/model.js.map +0 -1
  351. package/dist/collection/components/input/index.js.map +0 -1
  352. package/dist/collection/components/input/input.js.map +0 -1
  353. package/dist/collection/components/input/model.js.map +0 -1
  354. package/dist/collection/components/link/index.js.map +0 -1
  355. package/dist/collection/components/link/link.js.map +0 -1
  356. package/dist/collection/components/link/model.js.map +0 -1
  357. package/dist/collection/components/navigation/index.js.map +0 -1
  358. package/dist/collection/components/navigation/model.js.map +0 -1
  359. package/dist/collection/components/navigation/navigation.js.map +0 -1
  360. package/dist/collection/components/navigation-item/index.js.map +0 -1
  361. package/dist/collection/components/navigation-item/model.js.map +0 -1
  362. package/dist/collection/components/navigation-item/navigation-item.js.map +0 -1
  363. package/dist/collection/components/notification/index.js.map +0 -1
  364. package/dist/collection/components/notification/model.js.map +0 -1
  365. package/dist/collection/components/notification/notification.js.map +0 -1
  366. package/dist/collection/components/page/index.js.map +0 -1
  367. package/dist/collection/components/page/model.js.map +0 -1
  368. package/dist/collection/components/page/page.js.map +0 -1
  369. package/dist/collection/components/popover/index.js.map +0 -1
  370. package/dist/collection/components/popover/model.js.map +0 -1
  371. package/dist/collection/components/popover/popover.js.map +0 -1
  372. package/dist/collection/components/radio/index.js.map +0 -1
  373. package/dist/collection/components/radio/model.js.map +0 -1
  374. package/dist/collection/components/radio/radio.js.map +0 -1
  375. package/dist/collection/components/section/index.js.map +0 -1
  376. package/dist/collection/components/section/model.js.map +0 -1
  377. package/dist/collection/components/section/section.js.map +0 -1
  378. package/dist/collection/components/select/index.js.map +0 -1
  379. package/dist/collection/components/select/model.js.map +0 -1
  380. package/dist/collection/components/select/select.js.map +0 -1
  381. package/dist/collection/components/stack/index.js.map +0 -1
  382. package/dist/collection/components/stack/model.js.map +0 -1
  383. package/dist/collection/components/stack/stack.js.map +0 -1
  384. package/dist/collection/components/switch/index.js.map +0 -1
  385. package/dist/collection/components/switch/model.js.map +0 -1
  386. package/dist/collection/components/switch/switch.js.map +0 -1
  387. package/dist/collection/components/tab-item/index.js.map +0 -1
  388. package/dist/collection/components/tab-item/model.js.map +0 -1
  389. package/dist/collection/components/tab-item/tab-item.js.map +0 -1
  390. package/dist/collection/components/tab-list/index.js.map +0 -1
  391. package/dist/collection/components/tab-list/model.js.map +0 -1
  392. package/dist/collection/components/tab-list/tab-list.js.map +0 -1
  393. package/dist/collection/components/tab-panel/index.js.map +0 -1
  394. package/dist/collection/components/tab-panel/model.js.map +0 -1
  395. package/dist/collection/components/tab-panel/tab-panel.js.map +0 -1
  396. package/dist/collection/components/tabs/index.js.map +0 -1
  397. package/dist/collection/components/tabs/model.js.map +0 -1
  398. package/dist/collection/components/tabs/tabs.js.map +0 -1
  399. package/dist/collection/components/tag/index.js.map +0 -1
  400. package/dist/collection/components/tag/model.js.map +0 -1
  401. package/dist/collection/components/tag/tag.js.map +0 -1
  402. package/dist/collection/components/textarea/index.js.map +0 -1
  403. package/dist/collection/components/textarea/model.js.map +0 -1
  404. package/dist/collection/components/textarea/textarea.js.map +0 -1
  405. package/dist/collection/components/tooltip/index.js.map +0 -1
  406. package/dist/collection/components/tooltip/model.js.map +0 -1
  407. package/dist/collection/components/tooltip/tooltip.js.map +0 -1
  408. package/dist/collection/index.js.map +0 -1
  409. package/dist/collection/shared/constants.js.map +0 -1
  410. package/dist/collection/shared/model.js.map +0 -1
  411. package/dist/collection/utils/document-click-listener.js.map +0 -1
  412. package/dist/collection/utils/document-scroll-listener.js.map +0 -1
  413. package/dist/collection/utils/floating-components.js.map +0 -1
  414. package/dist/collection/utils/form-components.js.map +0 -1
  415. package/dist/collection/utils/index.js.map +0 -1
  416. package/dist/collection/utils/navigation.js.map +0 -1
  417. package/dist/collection/utils/react.js.map +0 -1
  418. package/dist/db-ux/db-accordion-item.entry.esm.js.map +0 -1
  419. package/dist/db-ux/db-accordion.entry.esm.js.map +0 -1
  420. package/dist/db-ux/db-badge.entry.esm.js.map +0 -1
  421. package/dist/db-ux/db-brand.entry.esm.js.map +0 -1
  422. package/dist/db-ux/db-button.entry.esm.js.map +0 -1
  423. package/dist/db-ux/db-card.entry.esm.js.map +0 -1
  424. package/dist/db-ux/db-checkbox.entry.esm.js.map +0 -1
  425. 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
  426. package/dist/db-ux/db-custom-select-form-field.entry.esm.js.map +0 -1
  427. package/dist/db-ux/db-custom-select.entry.esm.js.map +0 -1
  428. package/dist/db-ux/db-divider.entry.esm.js.map +0 -1
  429. package/dist/db-ux/db-drawer.entry.esm.js.map +0 -1
  430. package/dist/db-ux/db-header.entry.esm.js.map +0 -1
  431. package/dist/db-ux/db-icon.entry.esm.js.map +0 -1
  432. package/dist/db-ux/db-infotext.entry.esm.js.map +0 -1
  433. package/dist/db-ux/db-link.entry.esm.js.map +0 -1
  434. package/dist/db-ux/db-navigation-item.entry.esm.js.map +0 -1
  435. package/dist/db-ux/db-navigation.entry.esm.js.map +0 -1
  436. package/dist/db-ux/db-notification.entry.esm.js.map +0 -1
  437. package/dist/db-ux/db-page.entry.esm.js.map +0 -1
  438. package/dist/db-ux/db-popover.entry.esm.js.map +0 -1
  439. package/dist/db-ux/db-radio.entry.esm.js.map +0 -1
  440. package/dist/db-ux/db-section.entry.esm.js.map +0 -1
  441. package/dist/db-ux/db-select.entry.esm.js.map +0 -1
  442. package/dist/db-ux/db-stack.entry.esm.js.map +0 -1
  443. package/dist/db-ux/db-switch.entry.esm.js.map +0 -1
  444. package/dist/db-ux/db-tab-item.db-tab-list.db-tab-panel.entry.esm.js.map +0 -1
  445. package/dist/db-ux/db-tabs.entry.esm.js.map +0 -1
  446. package/dist/db-ux/db-textarea.entry.esm.js.map +0 -1
  447. package/dist/db-ux/db-tooltip.entry.esm.js.map +0 -1
  448. package/dist/db-ux/db-ux.esm.js.map +0 -1
  449. package/dist/db-ux/index.esm.js.map +0 -1
  450. package/dist/db-ux/loader.esm.js.map +0 -1
  451. package/dist/db-ux/p-129cbaa9.entry.js +0 -2
  452. package/dist/db-ux/p-129cbaa9.entry.js.map +0 -1
  453. package/dist/db-ux/p-162c989a.entry.js +0 -2
  454. package/dist/db-ux/p-162c989a.entry.js.map +0 -1
  455. package/dist/db-ux/p-18f10b76.entry.js +0 -2
  456. package/dist/db-ux/p-18f10b76.entry.js.map +0 -1
  457. package/dist/db-ux/p-1dcb2a08.entry.js +0 -2
  458. package/dist/db-ux/p-1dcb2a08.entry.js.map +0 -1
  459. package/dist/db-ux/p-2addb72d.entry.js +0 -2
  460. package/dist/db-ux/p-2addb72d.entry.js.map +0 -1
  461. package/dist/db-ux/p-2f6afcbc.entry.js +0 -2
  462. package/dist/db-ux/p-2f6afcbc.entry.js.map +0 -1
  463. package/dist/db-ux/p-35bb2b0a.entry.js +0 -2
  464. package/dist/db-ux/p-35bb2b0a.entry.js.map +0 -1
  465. package/dist/db-ux/p-4318a6c7.entry.js +0 -2
  466. package/dist/db-ux/p-4318a6c7.entry.js.map +0 -1
  467. package/dist/db-ux/p-45562afc.entry.js +0 -2
  468. package/dist/db-ux/p-45562afc.entry.js.map +0 -1
  469. package/dist/db-ux/p-49b9ab25.entry.js +0 -2
  470. package/dist/db-ux/p-49b9ab25.entry.js.map +0 -1
  471. package/dist/db-ux/p-4c944f45.entry.js +0 -2
  472. package/dist/db-ux/p-4c944f45.entry.js.map +0 -1
  473. package/dist/db-ux/p-4ff5ddf2.entry.js +0 -2
  474. package/dist/db-ux/p-4ff5ddf2.entry.js.map +0 -1
  475. package/dist/db-ux/p-5b15eef1.entry.js +0 -2
  476. package/dist/db-ux/p-5b15eef1.entry.js.map +0 -1
  477. package/dist/db-ux/p-68c1dd8d.entry.js +0 -2
  478. package/dist/db-ux/p-68c1dd8d.entry.js.map +0 -1
  479. package/dist/db-ux/p-78f062f6.entry.js +0 -2
  480. package/dist/db-ux/p-78f062f6.entry.js.map +0 -1
  481. package/dist/db-ux/p-7c0eefb1.entry.js +0 -2
  482. package/dist/db-ux/p-7c0eefb1.entry.js.map +0 -1
  483. package/dist/db-ux/p-7c46fd6c.entry.js +0 -2
  484. package/dist/db-ux/p-7c46fd6c.entry.js.map +0 -1
  485. package/dist/db-ux/p-7f894c65.entry.js +0 -2
  486. package/dist/db-ux/p-7f894c65.entry.js.map +0 -1
  487. package/dist/db-ux/p-84ab3984.entry.js +0 -2
  488. package/dist/db-ux/p-84ab3984.entry.js.map +0 -1
  489. package/dist/db-ux/p-89e04100.entry.js +0 -2
  490. package/dist/db-ux/p-89e04100.entry.js.map +0 -1
  491. package/dist/db-ux/p-BMAwJo5Z.js +0 -3
  492. package/dist/db-ux/p-BMAwJo5Z.js.map +0 -1
  493. package/dist/db-ux/p-BMfF_eQJ.js +0 -2
  494. package/dist/db-ux/p-BMfF_eQJ.js.map +0 -1
  495. package/dist/db-ux/p-BX4jNwUm.js +0 -2
  496. package/dist/db-ux/p-BX4jNwUm.js.map +0 -1
  497. package/dist/db-ux/p-CdVqfu2Z.js +0 -2
  498. package/dist/db-ux/p-CdVqfu2Z.js.map +0 -1
  499. package/dist/db-ux/p-DC9V_oNU.js +0 -2
  500. package/dist/db-ux/p-DC9V_oNU.js.map +0 -1
  501. package/dist/db-ux/p-DQuL1Twl.js.map +0 -1
  502. package/dist/db-ux/p-DhKljLRG.js +0 -2
  503. package/dist/db-ux/p-DhKljLRG.js.map +0 -1
  504. package/dist/db-ux/p-G-TursYV.js.map +0 -1
  505. package/dist/db-ux/p-baeda9f2.entry.js +0 -2
  506. package/dist/db-ux/p-baeda9f2.entry.js.map +0 -1
  507. package/dist/db-ux/p-bc6b636e.entry.js +0 -2
  508. package/dist/db-ux/p-bc6b636e.entry.js.map +0 -1
  509. package/dist/db-ux/p-c7bb7bea.entry.js +0 -2
  510. package/dist/db-ux/p-c7bb7bea.entry.js.map +0 -1
  511. package/dist/db-ux/p-d1b7a69c.entry.js +0 -2
  512. package/dist/db-ux/p-d1b7a69c.entry.js.map +0 -1
  513. package/dist/db-ux/p-d2e189a4.entry.js +0 -2
  514. package/dist/db-ux/p-d2e189a4.entry.js.map +0 -1
  515. package/dist/db-ux/p-d9c43ba7.entry.js +0 -2
  516. package/dist/db-ux/p-d9c43ba7.entry.js.map +0 -1
  517. package/dist/db-ux/p-e46f112c.entry.js +0 -2
  518. package/dist/db-ux/p-e46f112c.entry.js.map +0 -1
  519. package/dist/db-ux/p-e470d0a2.entry.js +0 -2
  520. package/dist/db-ux/p-e470d0a2.entry.js.map +0 -1
  521. package/dist/db-ux/p-f7c1e940.entry.js +0 -2
  522. package/dist/db-ux/p-f7c1e940.entry.js.map +0 -1
  523. package/dist/db-ux/p-fedb9696.entry.js +0 -2
  524. package/dist/db-ux/p-fedb9696.entry.js.map +0 -1
  525. package/dist/db-ux/p-sP2NlPcu.js.map +0 -1
  526. package/dist/esm/app-globals-DQuL1Twl.js.map +0 -1
  527. package/dist/esm/constants-DC9V_oNU.js.map +0 -1
  528. package/dist/esm/db-accordion-item.entry.js.map +0 -1
  529. package/dist/esm/db-accordion.entry.js.map +0 -1
  530. package/dist/esm/db-badge.entry.js.map +0 -1
  531. package/dist/esm/db-brand.entry.js.map +0 -1
  532. package/dist/esm/db-button.entry.js.map +0 -1
  533. package/dist/esm/db-card.entry.js.map +0 -1
  534. package/dist/esm/db-checkbox.entry.js.map +0 -1
  535. 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
  536. package/dist/esm/db-custom-select-form-field.entry.js.map +0 -1
  537. package/dist/esm/db-custom-select.entry.js.map +0 -1
  538. package/dist/esm/db-divider.entry.js.map +0 -1
  539. package/dist/esm/db-drawer.entry.js.map +0 -1
  540. package/dist/esm/db-header.entry.js.map +0 -1
  541. package/dist/esm/db-icon.entry.js.map +0 -1
  542. package/dist/esm/db-infotext.entry.js.map +0 -1
  543. package/dist/esm/db-link.entry.js.map +0 -1
  544. package/dist/esm/db-navigation-item.entry.js.map +0 -1
  545. package/dist/esm/db-navigation.entry.js.map +0 -1
  546. package/dist/esm/db-notification.entry.js.map +0 -1
  547. package/dist/esm/db-page.entry.js.map +0 -1
  548. package/dist/esm/db-popover.entry.js.map +0 -1
  549. package/dist/esm/db-radio.entry.js.map +0 -1
  550. package/dist/esm/db-section.entry.js.map +0 -1
  551. package/dist/esm/db-select.entry.js.map +0 -1
  552. package/dist/esm/db-stack.entry.js.map +0 -1
  553. package/dist/esm/db-switch.entry.js.map +0 -1
  554. package/dist/esm/db-tab-item.db-tab-list.db-tab-panel.entry.js.map +0 -1
  555. package/dist/esm/db-tabs.entry.js.map +0 -1
  556. package/dist/esm/db-textarea.entry.js.map +0 -1
  557. package/dist/esm/db-tooltip.entry.js.map +0 -1
  558. package/dist/esm/db-ux.js.map +0 -1
  559. package/dist/esm/document-click-listener-D1ZXrKSx.js.map +0 -1
  560. package/dist/esm/document-scroll-listener-DF6f0ByI.js.map +0 -1
  561. package/dist/esm/floating-components-G-TursYV.js.map +0 -1
  562. package/dist/esm/form-components-DmI6JmyJ.js.map +0 -1
  563. package/dist/esm/index-BMAwJo5Z.js.map +0 -1
  564. package/dist/esm/index-DhKljLRG.js.map +0 -1
  565. package/dist/esm/index.js.map +0 -1
  566. package/dist/esm/loader.js.map +0 -1
  567. package/dist/esm/navigation--UdC9CzO.js.map +0 -1
@@ -59,7 +59,8 @@ export class DBInfotext {
59
59
  "DBInfotextProps": {
60
60
  "location": "import",
61
61
  "path": "./model",
62
- "id": "src/components/infotext/model.ts::DBInfotextProps"
62
+ "id": "src/components/infotext/model.ts::DBInfotextProps",
63
+ "referenceLocation": "DBInfotextProps"
63
64
  }
64
65
  }
65
66
  },
@@ -84,7 +85,8 @@ export class DBInfotext {
84
85
  "DBInfotextProps": {
85
86
  "location": "import",
86
87
  "path": "./model",
87
- "id": "src/components/infotext/model.ts::DBInfotextProps"
88
+ "id": "src/components/infotext/model.ts::DBInfotextProps",
89
+ "referenceLocation": "DBInfotextProps"
88
90
  }
89
91
  }
90
92
  },
@@ -104,12 +106,13 @@ export class DBInfotext {
104
106
  "mutable": false,
105
107
  "complexType": {
106
108
  "original": "DBInfotextProps[\"icon\"]",
107
- "resolved": "BaseIconTypes | LooseAutocomplete",
109
+ "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>",
108
110
  "references": {
109
111
  "DBInfotextProps": {
110
112
  "location": "import",
111
113
  "path": "./model",
112
- "id": "src/components/infotext/model.ts::DBInfotextProps"
114
+ "id": "src/components/infotext/model.ts::DBInfotextProps",
115
+ "referenceLocation": "DBInfotextProps"
113
116
  }
114
117
  }
115
118
  },
@@ -134,7 +137,8 @@ export class DBInfotext {
134
137
  "DBInfotextProps": {
135
138
  "location": "import",
136
139
  "path": "./model",
137
- "id": "src/components/infotext/model.ts::DBInfotextProps"
140
+ "id": "src/components/infotext/model.ts::DBInfotextProps",
141
+ "referenceLocation": "DBInfotextProps"
138
142
  }
139
143
  }
140
144
  },
@@ -159,7 +163,8 @@ export class DBInfotext {
159
163
  "DBInfotextProps": {
160
164
  "location": "import",
161
165
  "path": "./model",
162
- "id": "src/components/infotext/model.ts::DBInfotextProps"
166
+ "id": "src/components/infotext/model.ts::DBInfotextProps",
167
+ "referenceLocation": "DBInfotextProps"
163
168
  }
164
169
  }
165
170
  },
@@ -184,7 +189,8 @@ export class DBInfotext {
184
189
  "DBInfotextProps": {
185
190
  "location": "import",
186
191
  "path": "./model",
187
- "id": "src/components/infotext/model.ts::DBInfotextProps"
192
+ "id": "src/components/infotext/model.ts::DBInfotextProps",
193
+ "referenceLocation": "DBInfotextProps"
188
194
  }
189
195
  }
190
196
  },
@@ -209,7 +215,8 @@ export class DBInfotext {
209
215
  "DBInfotextProps": {
210
216
  "location": "import",
211
217
  "path": "./model",
212
- "id": "src/components/infotext/model.ts::DBInfotextProps"
218
+ "id": "src/components/infotext/model.ts::DBInfotextProps",
219
+ "referenceLocation": "DBInfotextProps"
213
220
  }
214
221
  }
215
222
  },
@@ -227,4 +234,3 @@ export class DBInfotext {
227
234
  };
228
235
  }
229
236
  }
230
- //# sourceMappingURL=infotext.js.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=model.js.map
@@ -1,3 +1,2 @@
1
1
  import { DBInput } from "./input";
2
2
  export default DBInput;
3
- //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  import { DEFAULT_DATALIST_ID_SUFFIX, DEFAULT_INVALID_MESSAGE, DEFAULT_INVALID_MESSAGE_ID_SUFFIX, DEFAULT_LABEL, DEFAULT_MESSAGE_ID_SUFFIX, DEFAULT_PLACEHOLDER, DEFAULT_VALID_MESSAGE, DEFAULT_VALID_MESSAGE_ID_SUFFIX, } from "../../shared/constants";
2
- import { cls, delay, getBoolean, getBooleanAsString, getHideProp, getInputValue, getNumber, hasVoiceOver, isArrayOfStrings, isIOSSafari, stringPropVisible, uuid, } from "../../utils";
2
+ import { cls, delay, getBoolean, getBooleanAsString, getHideProp, getInputValue, getNumber, getStep, hasVoiceOver, isArrayOfStrings, isIOSSafari, stringPropVisible, uuid, } from "../../utils";
3
3
  import { addValueResetEventListener, } from "../../utils/form-components";
4
4
  import { h, } from "@stencil/core";
5
5
  /**
@@ -191,9 +191,9 @@ export class DBInput {
191
191
  }
192
192
  render() {
193
193
  var _a, _b, _c, _d, _e, _f, _g, _h;
194
- return (h("div", { key: 'b3e0deb3a86964b8de452dece18f95f027151832', class: cls("db-input", this.className), "data-variant": this.variant, "data-hide-label": getHideProp(this.showLabel), "data-show-icon": 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": getHideProp(this.showRequiredAsterisk), "data-show-icon-trailing": getBooleanAsString(this.showIconTrailing) }, h("label", { key: 'c6b0cf9b7526b0c77fcd7a0bdd373d391fa18ea6', htmlFor: this._id }, (_c = this.label) !== null && _c !== void 0 ? _c : DEFAULT_LABEL), h("input", { key: 'c12dd974640a41ff64c8b0bf6aabb8ed9a654bfb', "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, "data-field-sizing": this.fieldSizing, ref: (el) => {
194
+ return (h("div", { key: '67eb319a65364be7bb4bba4f0fac864e8b12f1d3', class: cls("db-input", this.className), "data-variant": this.variant, "data-hide-label": getHideProp(this.showLabel), "data-show-icon": 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": getHideProp(this.showRequiredAsterisk), "data-show-icon-trailing": getBooleanAsString(this.showIconTrailing) }, h("label", { key: 'd305e5bcf15985ae7c287db6b93971c02f525fbd', htmlFor: this._id }, (_c = this.label) !== null && _c !== void 0 ? _c : DEFAULT_LABEL), h("input", { key: '1951499d2ab18789993eafac4d3c6b5a711e4b58', "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, "data-field-sizing": this.fieldSizing, ref: (el) => {
195
195
  this._ref = el;
196
- }, id: this._id, name: this.name, type: this.type || "text", multiple: getBoolean(this.multiple, "multiple"), placeholder: (_d = this.placeholder) !== null && _d !== void 0 ? _d : DEFAULT_PLACEHOLDER, disabled: getBoolean(this.disabled, "disabled"), required: getBoolean(this.required, "required"), step: getNumber(this.step), value: (_e = this.value) !== null && _e !== void 0 ? _e : this._value, maxLength: getNumber(this.maxLength, this.maxlength), minLength: getNumber(this.minLength, this.minlength), max: getInputValue(this.max, this.type), min: getInputValue(this.min, this.type), readOnly: getBoolean(this.readOnly, "readOnly") ||
196
+ }, id: this._id, name: this.name, type: this.type || "text", multiple: getBoolean(this.multiple, "multiple"), placeholder: (_d = this.placeholder) !== null && _d !== void 0 ? _d : DEFAULT_PLACEHOLDER, disabled: getBoolean(this.disabled, "disabled"), required: getBoolean(this.required, "required"), step: getStep(this.step), value: (_e = this.value) !== null && _e !== void 0 ? _e : this._value, maxLength: getNumber(this.maxLength, this.maxlength), minLength: getNumber(this.minLength, this.minlength), max: getInputValue(this.max, this.type), min: getInputValue(this.min, this.type), readOnly: getBoolean(this.readOnly, "readOnly") ||
197
197
  getBoolean(this.readonly, "readonly"), form: this.form, pattern: this.pattern, size: this.size, autoComplete: this.autocomplete, autoFocus: 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: [
198
198
  "datetime-local",
199
199
  "date",
@@ -203,7 +203,7 @@ export class DBInput {
203
203
  "color",
204
204
  ].includes((_g = this.type) !== null && _g !== void 0 ? _g : "") && isIOSSafari()
205
205
  ? "textbox"
206
- : undefined }), this.dataList ? (h("datalist", { id: this._dataListId }, (_h = this.getDataList()) === null || _h === void 0 ? void 0 : _h.map((option) => (h("option", { key: this._dataListId + "-option-" + option.value, value: option.value }, option.label))))) : null, h("slot", { key: '231c238218940050bb92948c798d9cc4bcd4b1f8' }), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: this.messageSize || "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { semantic: "successful", id: this._validMessageId, size: this.validMessageSize || "small" }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: '101dc9398ba3394dc0d2f3b9dbd9f9414a96f59a', semantic: "critical", id: this._invalidMessageId, size: this.invalidMessageSize || "small" }, this._invalidMessage), h("span", { key: '4b2b099a5ee1f0e3d57f591fa8af8ea8633d4d21', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
206
+ : undefined }), this.dataList ? (h("datalist", { id: this._dataListId }, (_h = this.getDataList()) === null || _h === void 0 ? void 0 : _h.map((option) => (h("option", { key: this._dataListId + "-option-" + option.value, value: option.value }, option.label))))) : null, h("slot", { key: '90c59c82c57e5189693b954d999493372af62970' }), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: this.messageSize || "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { semantic: "successful", id: this._validMessageId, size: this.validMessageSize || "small" }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: 'aa671024bc3badc32ee4bf59528878e4ef91a581', semantic: "critical", id: this._invalidMessageId, size: this.invalidMessageSize || "small" }, this._invalidMessage), h("span", { key: '215d6ace4fc3da52ad43afd52dbcf03347056958', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
207
207
  }
208
208
  static get is() { return "db-input"; }
209
209
  static get properties() {
@@ -218,7 +218,8 @@ export class DBInput {
218
218
  "DBInputProps": {
219
219
  "location": "import",
220
220
  "path": "./model",
221
- "id": "src/components/input/model.ts::DBInputProps"
221
+ "id": "src/components/input/model.ts::DBInputProps",
222
+ "referenceLocation": "DBInputProps"
222
223
  }
223
224
  }
224
225
  },
@@ -243,7 +244,8 @@ export class DBInput {
243
244
  "DBInputProps": {
244
245
  "location": "import",
245
246
  "path": "./model",
246
- "id": "src/components/input/model.ts::DBInputProps"
247
+ "id": "src/components/input/model.ts::DBInputProps",
248
+ "referenceLocation": "DBInputProps"
247
249
  }
248
250
  }
249
251
  },
@@ -268,7 +270,8 @@ export class DBInput {
268
270
  "DBInputProps": {
269
271
  "location": "import",
270
272
  "path": "./model",
271
- "id": "src/components/input/model.ts::DBInputProps"
273
+ "id": "src/components/input/model.ts::DBInputProps",
274
+ "referenceLocation": "DBInputProps"
272
275
  }
273
276
  }
274
277
  },
@@ -293,7 +296,8 @@ export class DBInput {
293
296
  "DBInputProps": {
294
297
  "location": "import",
295
298
  "path": "./model",
296
- "id": "src/components/input/model.ts::DBInputProps"
299
+ "id": "src/components/input/model.ts::DBInputProps",
300
+ "referenceLocation": "DBInputProps"
297
301
  }
298
302
  }
299
303
  },
@@ -318,7 +322,8 @@ export class DBInput {
318
322
  "DBInputProps": {
319
323
  "location": "import",
320
324
  "path": "./model",
321
- "id": "src/components/input/model.ts::DBInputProps"
325
+ "id": "src/components/input/model.ts::DBInputProps",
326
+ "referenceLocation": "DBInputProps"
322
327
  }
323
328
  }
324
329
  },
@@ -343,7 +348,8 @@ export class DBInput {
343
348
  "DBInputProps": {
344
349
  "location": "import",
345
350
  "path": "./model",
346
- "id": "src/components/input/model.ts::DBInputProps"
351
+ "id": "src/components/input/model.ts::DBInputProps",
352
+ "referenceLocation": "DBInputProps"
347
353
  }
348
354
  }
349
355
  },
@@ -368,7 +374,8 @@ export class DBInput {
368
374
  "DBInputProps": {
369
375
  "location": "import",
370
376
  "path": "./model",
371
- "id": "src/components/input/model.ts::DBInputProps"
377
+ "id": "src/components/input/model.ts::DBInputProps",
378
+ "referenceLocation": "DBInputProps"
372
379
  }
373
380
  }
374
381
  },
@@ -393,7 +400,8 @@ export class DBInput {
393
400
  "DBInputProps": {
394
401
  "location": "import",
395
402
  "path": "./model",
396
- "id": "src/components/input/model.ts::DBInputProps"
403
+ "id": "src/components/input/model.ts::DBInputProps",
404
+ "referenceLocation": "DBInputProps"
397
405
  }
398
406
  }
399
407
  },
@@ -418,7 +426,8 @@ export class DBInput {
418
426
  "DBInputProps": {
419
427
  "location": "import",
420
428
  "path": "./model",
421
- "id": "src/components/input/model.ts::DBInputProps"
429
+ "id": "src/components/input/model.ts::DBInputProps",
430
+ "referenceLocation": "DBInputProps"
422
431
  }
423
432
  }
424
433
  },
@@ -443,7 +452,8 @@ export class DBInput {
443
452
  "DBInputProps": {
444
453
  "location": "import",
445
454
  "path": "./model",
446
- "id": "src/components/input/model.ts::DBInputProps"
455
+ "id": "src/components/input/model.ts::DBInputProps",
456
+ "referenceLocation": "DBInputProps"
447
457
  }
448
458
  }
449
459
  },
@@ -468,7 +478,8 @@ export class DBInput {
468
478
  "DBInputProps": {
469
479
  "location": "import",
470
480
  "path": "./model",
471
- "id": "src/components/input/model.ts::DBInputProps"
481
+ "id": "src/components/input/model.ts::DBInputProps",
482
+ "referenceLocation": "DBInputProps"
472
483
  }
473
484
  }
474
485
  },
@@ -493,7 +504,8 @@ export class DBInput {
493
504
  "DBInputProps": {
494
505
  "location": "import",
495
506
  "path": "./model",
496
- "id": "src/components/input/model.ts::DBInputProps"
507
+ "id": "src/components/input/model.ts::DBInputProps",
508
+ "referenceLocation": "DBInputProps"
497
509
  }
498
510
  }
499
511
  },
@@ -518,7 +530,8 @@ export class DBInput {
518
530
  "DBInputProps": {
519
531
  "location": "import",
520
532
  "path": "./model",
521
- "id": "src/components/input/model.ts::DBInputProps"
533
+ "id": "src/components/input/model.ts::DBInputProps",
534
+ "referenceLocation": "DBInputProps"
522
535
  }
523
536
  }
524
537
  },
@@ -541,7 +554,8 @@ export class DBInput {
541
554
  "DBInputProps": {
542
555
  "location": "import",
543
556
  "path": "./model",
544
- "id": "src/components/input/model.ts::DBInputProps"
557
+ "id": "src/components/input/model.ts::DBInputProps",
558
+ "referenceLocation": "DBInputProps"
545
559
  }
546
560
  }
547
561
  },
@@ -566,7 +580,8 @@ export class DBInput {
566
580
  "DBInputProps": {
567
581
  "location": "import",
568
582
  "path": "./model",
569
- "id": "src/components/input/model.ts::DBInputProps"
583
+ "id": "src/components/input/model.ts::DBInputProps",
584
+ "referenceLocation": "DBInputProps"
570
585
  }
571
586
  }
572
587
  },
@@ -591,7 +606,8 @@ export class DBInput {
591
606
  "DBInputProps": {
592
607
  "location": "import",
593
608
  "path": "./model",
594
- "id": "src/components/input/model.ts::DBInputProps"
609
+ "id": "src/components/input/model.ts::DBInputProps",
610
+ "referenceLocation": "DBInputProps"
595
611
  }
596
612
  }
597
613
  },
@@ -616,7 +632,8 @@ export class DBInput {
616
632
  "DBInputProps": {
617
633
  "location": "import",
618
634
  "path": "./model",
619
- "id": "src/components/input/model.ts::DBInputProps"
635
+ "id": "src/components/input/model.ts::DBInputProps",
636
+ "referenceLocation": "DBInputProps"
620
637
  }
621
638
  }
622
639
  },
@@ -641,7 +658,8 @@ export class DBInput {
641
658
  "DBInputProps": {
642
659
  "location": "import",
643
660
  "path": "./model",
644
- "id": "src/components/input/model.ts::DBInputProps"
661
+ "id": "src/components/input/model.ts::DBInputProps",
662
+ "referenceLocation": "DBInputProps"
645
663
  }
646
664
  }
647
665
  },
@@ -661,12 +679,13 @@ export class DBInput {
661
679
  "mutable": false,
662
680
  "complexType": {
663
681
  "original": "DBInputProps[\"iconLeading\"]",
664
- "resolved": "BaseIconTypes | LooseAutocomplete",
682
+ "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>",
665
683
  "references": {
666
684
  "DBInputProps": {
667
685
  "location": "import",
668
686
  "path": "./model",
669
- "id": "src/components/input/model.ts::DBInputProps"
687
+ "id": "src/components/input/model.ts::DBInputProps",
688
+ "referenceLocation": "DBInputProps"
670
689
  }
671
690
  }
672
691
  },
@@ -686,12 +705,13 @@ export class DBInput {
686
705
  "mutable": false,
687
706
  "complexType": {
688
707
  "original": "DBInputProps[\"icon\"]",
689
- "resolved": "BaseIconTypes | LooseAutocomplete",
708
+ "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>",
690
709
  "references": {
691
710
  "DBInputProps": {
692
711
  "location": "import",
693
712
  "path": "./model",
694
- "id": "src/components/input/model.ts::DBInputProps"
713
+ "id": "src/components/input/model.ts::DBInputProps",
714
+ "referenceLocation": "DBInputProps"
695
715
  }
696
716
  }
697
717
  },
@@ -711,12 +731,13 @@ export class DBInput {
711
731
  "mutable": false,
712
732
  "complexType": {
713
733
  "original": "DBInputProps[\"iconTrailing\"]",
714
- "resolved": "BaseIconTypes | LooseAutocomplete",
734
+ "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>",
715
735
  "references": {
716
736
  "DBInputProps": {
717
737
  "location": "import",
718
738
  "path": "./model",
719
- "id": "src/components/input/model.ts::DBInputProps"
739
+ "id": "src/components/input/model.ts::DBInputProps",
740
+ "referenceLocation": "DBInputProps"
720
741
  }
721
742
  }
722
743
  },
@@ -741,7 +762,8 @@ export class DBInput {
741
762
  "DBInputProps": {
742
763
  "location": "import",
743
764
  "path": "./model",
744
- "id": "src/components/input/model.ts::DBInputProps"
765
+ "id": "src/components/input/model.ts::DBInputProps",
766
+ "referenceLocation": "DBInputProps"
745
767
  }
746
768
  }
747
769
  },
@@ -766,7 +788,8 @@ export class DBInput {
766
788
  "DBInputProps": {
767
789
  "location": "import",
768
790
  "path": "./model",
769
- "id": "src/components/input/model.ts::DBInputProps"
791
+ "id": "src/components/input/model.ts::DBInputProps",
792
+ "referenceLocation": "DBInputProps"
770
793
  }
771
794
  }
772
795
  },
@@ -791,7 +814,8 @@ export class DBInput {
791
814
  "DBInputProps": {
792
815
  "location": "import",
793
816
  "path": "./model",
794
- "id": "src/components/input/model.ts::DBInputProps"
817
+ "id": "src/components/input/model.ts::DBInputProps",
818
+ "referenceLocation": "DBInputProps"
795
819
  }
796
820
  }
797
821
  },
@@ -816,7 +840,8 @@ export class DBInput {
816
840
  "DBInputProps": {
817
841
  "location": "import",
818
842
  "path": "./model",
819
- "id": "src/components/input/model.ts::DBInputProps"
843
+ "id": "src/components/input/model.ts::DBInputProps",
844
+ "referenceLocation": "DBInputProps"
820
845
  }
821
846
  }
822
847
  },
@@ -841,7 +866,8 @@ export class DBInput {
841
866
  "DBInputProps": {
842
867
  "location": "import",
843
868
  "path": "./model",
844
- "id": "src/components/input/model.ts::DBInputProps"
869
+ "id": "src/components/input/model.ts::DBInputProps",
870
+ "referenceLocation": "DBInputProps"
845
871
  }
846
872
  }
847
873
  },
@@ -866,7 +892,8 @@ export class DBInput {
866
892
  "DBInputProps": {
867
893
  "location": "import",
868
894
  "path": "./model",
869
- "id": "src/components/input/model.ts::DBInputProps"
895
+ "id": "src/components/input/model.ts::DBInputProps",
896
+ "referenceLocation": "DBInputProps"
870
897
  }
871
898
  }
872
899
  },
@@ -891,7 +918,8 @@ export class DBInput {
891
918
  "DBInputProps": {
892
919
  "location": "import",
893
920
  "path": "./model",
894
- "id": "src/components/input/model.ts::DBInputProps"
921
+ "id": "src/components/input/model.ts::DBInputProps",
922
+ "referenceLocation": "DBInputProps"
895
923
  }
896
924
  }
897
925
  },
@@ -916,7 +944,8 @@ export class DBInput {
916
944
  "DBInputProps": {
917
945
  "location": "import",
918
946
  "path": "./model",
919
- "id": "src/components/input/model.ts::DBInputProps"
947
+ "id": "src/components/input/model.ts::DBInputProps",
948
+ "referenceLocation": "DBInputProps"
920
949
  }
921
950
  }
922
951
  },
@@ -941,7 +970,8 @@ export class DBInput {
941
970
  "DBInputProps": {
942
971
  "location": "import",
943
972
  "path": "./model",
944
- "id": "src/components/input/model.ts::DBInputProps"
973
+ "id": "src/components/input/model.ts::DBInputProps",
974
+ "referenceLocation": "DBInputProps"
945
975
  }
946
976
  }
947
977
  },
@@ -966,7 +996,8 @@ export class DBInput {
966
996
  "DBInputProps": {
967
997
  "location": "import",
968
998
  "path": "./model",
969
- "id": "src/components/input/model.ts::DBInputProps"
999
+ "id": "src/components/input/model.ts::DBInputProps",
1000
+ "referenceLocation": "DBInputProps"
970
1001
  }
971
1002
  }
972
1003
  },
@@ -991,7 +1022,8 @@ export class DBInput {
991
1022
  "DBInputProps": {
992
1023
  "location": "import",
993
1024
  "path": "./model",
994
- "id": "src/components/input/model.ts::DBInputProps"
1025
+ "id": "src/components/input/model.ts::DBInputProps",
1026
+ "referenceLocation": "DBInputProps"
995
1027
  }
996
1028
  }
997
1029
  },
@@ -1016,7 +1048,8 @@ export class DBInput {
1016
1048
  "DBInputProps": {
1017
1049
  "location": "import",
1018
1050
  "path": "./model",
1019
- "id": "src/components/input/model.ts::DBInputProps"
1051
+ "id": "src/components/input/model.ts::DBInputProps",
1052
+ "referenceLocation": "DBInputProps"
1020
1053
  }
1021
1054
  }
1022
1055
  },
@@ -1041,7 +1074,8 @@ export class DBInput {
1041
1074
  "DBInputProps": {
1042
1075
  "location": "import",
1043
1076
  "path": "./model",
1044
- "id": "src/components/input/model.ts::DBInputProps"
1077
+ "id": "src/components/input/model.ts::DBInputProps",
1078
+ "referenceLocation": "DBInputProps"
1045
1079
  }
1046
1080
  }
1047
1081
  },
@@ -1066,7 +1100,8 @@ export class DBInput {
1066
1100
  "DBInputProps": {
1067
1101
  "location": "import",
1068
1102
  "path": "./model",
1069
- "id": "src/components/input/model.ts::DBInputProps"
1103
+ "id": "src/components/input/model.ts::DBInputProps",
1104
+ "referenceLocation": "DBInputProps"
1070
1105
  }
1071
1106
  }
1072
1107
  },
@@ -1091,7 +1126,8 @@ export class DBInput {
1091
1126
  "DBInputProps": {
1092
1127
  "location": "import",
1093
1128
  "path": "./model",
1094
- "id": "src/components/input/model.ts::DBInputProps"
1129
+ "id": "src/components/input/model.ts::DBInputProps",
1130
+ "referenceLocation": "DBInputProps"
1095
1131
  }
1096
1132
  }
1097
1133
  },
@@ -1116,7 +1152,8 @@ export class DBInput {
1116
1152
  "DBInputProps": {
1117
1153
  "location": "import",
1118
1154
  "path": "./model",
1119
- "id": "src/components/input/model.ts::DBInputProps"
1155
+ "id": "src/components/input/model.ts::DBInputProps",
1156
+ "referenceLocation": "DBInputProps"
1120
1157
  }
1121
1158
  }
1122
1159
  },
@@ -1141,7 +1178,8 @@ export class DBInput {
1141
1178
  "DBInputProps": {
1142
1179
  "location": "import",
1143
1180
  "path": "./model",
1144
- "id": "src/components/input/model.ts::DBInputProps"
1181
+ "id": "src/components/input/model.ts::DBInputProps",
1182
+ "referenceLocation": "DBInputProps"
1145
1183
  }
1146
1184
  }
1147
1185
  },
@@ -1166,7 +1204,8 @@ export class DBInput {
1166
1204
  "DBInputProps": {
1167
1205
  "location": "import",
1168
1206
  "path": "./model",
1169
- "id": "src/components/input/model.ts::DBInputProps"
1207
+ "id": "src/components/input/model.ts::DBInputProps",
1208
+ "referenceLocation": "DBInputProps"
1170
1209
  }
1171
1210
  }
1172
1211
  },
@@ -1191,7 +1230,8 @@ export class DBInput {
1191
1230
  "DBInputProps": {
1192
1231
  "location": "import",
1193
1232
  "path": "./model",
1194
- "id": "src/components/input/model.ts::DBInputProps"
1233
+ "id": "src/components/input/model.ts::DBInputProps",
1234
+ "referenceLocation": "DBInputProps"
1195
1235
  }
1196
1236
  }
1197
1237
  },
@@ -1216,7 +1256,8 @@ export class DBInput {
1216
1256
  "DBInputProps": {
1217
1257
  "location": "import",
1218
1258
  "path": "./model",
1219
- "id": "src/components/input/model.ts::DBInputProps"
1259
+ "id": "src/components/input/model.ts::DBInputProps",
1260
+ "referenceLocation": "DBInputProps"
1220
1261
  }
1221
1262
  }
1222
1263
  },
@@ -1241,7 +1282,8 @@ export class DBInput {
1241
1282
  "DBInputProps": {
1242
1283
  "location": "import",
1243
1284
  "path": "./model",
1244
- "id": "src/components/input/model.ts::DBInputProps"
1285
+ "id": "src/components/input/model.ts::DBInputProps",
1286
+ "referenceLocation": "DBInputProps"
1245
1287
  }
1246
1288
  }
1247
1289
  },
@@ -1266,7 +1308,8 @@ export class DBInput {
1266
1308
  "DBInputProps": {
1267
1309
  "location": "import",
1268
1310
  "path": "./model",
1269
- "id": "src/components/input/model.ts::DBInputProps"
1311
+ "id": "src/components/input/model.ts::DBInputProps",
1312
+ "referenceLocation": "DBInputProps"
1270
1313
  }
1271
1314
  }
1272
1315
  },
@@ -1291,7 +1334,8 @@ export class DBInput {
1291
1334
  "DBInputProps": {
1292
1335
  "location": "import",
1293
1336
  "path": "./model",
1294
- "id": "src/components/input/model.ts::DBInputProps"
1337
+ "id": "src/components/input/model.ts::DBInputProps",
1338
+ "referenceLocation": "DBInputProps"
1295
1339
  }
1296
1340
  }
1297
1341
  },
@@ -1316,7 +1360,8 @@ export class DBInput {
1316
1360
  "DBInputProps": {
1317
1361
  "location": "import",
1318
1362
  "path": "./model",
1319
- "id": "src/components/input/model.ts::DBInputProps"
1363
+ "id": "src/components/input/model.ts::DBInputProps",
1364
+ "referenceLocation": "DBInputProps"
1320
1365
  }
1321
1366
  }
1322
1367
  },
@@ -1336,12 +1381,13 @@ export class DBInput {
1336
1381
  "mutable": false,
1337
1382
  "complexType": {
1338
1383
  "original": "DBInputProps[\"messageIcon\"]",
1339
- "resolved": "BaseIconTypes | LooseAutocomplete",
1384
+ "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>",
1340
1385
  "references": {
1341
1386
  "DBInputProps": {
1342
1387
  "location": "import",
1343
1388
  "path": "./model",
1344
- "id": "src/components/input/model.ts::DBInputProps"
1389
+ "id": "src/components/input/model.ts::DBInputProps",
1390
+ "referenceLocation": "DBInputProps"
1345
1391
  }
1346
1392
  }
1347
1393
  },
@@ -1366,7 +1412,8 @@ export class DBInput {
1366
1412
  "DBInputProps": {
1367
1413
  "location": "import",
1368
1414
  "path": "./model",
1369
- "id": "src/components/input/model.ts::DBInputProps"
1415
+ "id": "src/components/input/model.ts::DBInputProps",
1416
+ "referenceLocation": "DBInputProps"
1370
1417
  }
1371
1418
  }
1372
1419
  },
@@ -1391,7 +1438,8 @@ export class DBInput {
1391
1438
  "DBInputProps": {
1392
1439
  "location": "import",
1393
1440
  "path": "./model",
1394
- "id": "src/components/input/model.ts::DBInputProps"
1441
+ "id": "src/components/input/model.ts::DBInputProps",
1442
+ "referenceLocation": "DBInputProps"
1395
1443
  }
1396
1444
  }
1397
1445
  },
@@ -1504,4 +1552,3 @@ export class DBInput {
1504
1552
  }];
1505
1553
  }
1506
1554
  }
1507
- //# sourceMappingURL=input.js.map
@@ -3,4 +3,3 @@ export const InputTypeList = ['color', 'date', 'datetime-local', 'email', 'file'
3
3
  'hidden', 'month', 'number', 'password', 'range',
4
4
  // TODO: move this to own component
5
5
  'search', 'tel', 'text', 'time', 'url', 'week'];
6
- //# sourceMappingURL=model.js.map
@@ -1,3 +1,2 @@
1
1
  import { DBLink } from "./link";
2
2
  export default DBLink;
3
- //# sourceMappingURL=index.js.map