@adyen/bento-vue3 1.89.2 → 1.91.0

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 (283) hide show
  1. package/dist/@types/components.d.ts +4 -0
  2. package/dist/@types/index.d.ts +767 -522
  3. package/dist/accordion.js +1 -1
  4. package/dist/action-bar.js +1 -1
  5. package/dist/ai-tag.js +1 -1
  6. package/dist/alert.js +1 -1
  7. package/dist/anchor-scroller.js +1 -1
  8. package/dist/assets/accordion-item.css +1 -1
  9. package/dist/assets/action-bar.css +1 -1
  10. package/dist/assets/base-modal.css +1 -1
  11. package/dist/assets/button-actions.css +1 -1
  12. package/dist/assets/card.css +1 -1
  13. package/dist/assets/data-grid.css +1 -1
  14. package/dist/assets/date-picker.css +1 -1
  15. package/dist/assets/date-range-picker.css +1 -1
  16. package/dist/assets/dialog-page.css +1 -1
  17. package/dist/assets/draggable-handle.css +1 -1
  18. package/dist/assets/dropdown.css +1 -1
  19. package/dist/assets/error-message.css +1 -1
  20. package/dist/assets/field-label.css +1 -0
  21. package/dist/assets/file-uploader.css +1 -1
  22. package/dist/assets/filter-bar.css +1 -1
  23. package/dist/assets/form-layout-title.css +1 -1
  24. package/dist/assets/input-field.css +1 -1
  25. package/dist/assets/input-time.css +1 -0
  26. package/dist/assets/inspector.css +1 -1
  27. package/dist/assets/modal-fullscreen.css +1 -1
  28. package/dist/assets/secondary-nav.css +1 -1
  29. package/dist/assets/sidepanel.css +1 -1
  30. package/dist/assets/use-cached-selected-values.css +1 -1
  31. package/dist/button.js +1 -1
  32. package/dist/card.js +1 -1
  33. package/dist/checkbox.js +2 -2
  34. package/dist/chip.js +1 -1
  35. package/dist/chunks/accordion-item.CZIxxSsH.js +141 -0
  36. package/dist/chunks/{accordion-item.BX1KrLMl.js.map → accordion-item.CZIxxSsH.js.map} +1 -1
  37. package/dist/chunks/action-bar.BPS3wPde.js +336 -0
  38. package/dist/chunks/{action-bar.DLMaIUWW.js.map → action-bar.BPS3wPde.js.map} +1 -1
  39. package/dist/chunks/ai-tag.D7shWB_x.js +137 -0
  40. package/dist/chunks/{ai-tag.DK63ExDc.js.map → ai-tag.D7shWB_x.js.map} +1 -1
  41. package/dist/chunks/{alert.C_8-VNi_.js → alert.CFWN2E0b.js} +86 -79
  42. package/dist/chunks/{alert.C_8-VNi_.js.map → alert.CFWN2E0b.js.map} +1 -1
  43. package/dist/chunks/anchor-scroller.DSfXK6vK.js +214 -0
  44. package/dist/chunks/{anchor-scroller.NhjLDBZI.js.map → anchor-scroller.DSfXK6vK.js.map} +1 -1
  45. package/dist/chunks/{base-modal.C2-JyHC_.js → base-modal.BxcS7Pao.js} +132 -125
  46. package/dist/chunks/{base-modal.C2-JyHC_.js.map → base-modal.BxcS7Pao.js.map} +1 -1
  47. package/dist/chunks/{button-actions-with-menu.BQFAgAI2.js → button-actions-with-menu.BKdNXYgU.js} +2 -2
  48. package/dist/chunks/{button-actions-with-menu.BQFAgAI2.js.map → button-actions-with-menu.BKdNXYgU.js.map} +1 -1
  49. package/dist/chunks/{button-actions.cMQWyZne.js → button-actions.DLiM8KZL.js} +203 -189
  50. package/dist/chunks/{button-actions.cMQWyZne.js.map → button-actions.DLiM8KZL.js.map} +1 -1
  51. package/dist/chunks/{calendar.DcCqkSNJ.js → calendar.qm-kFNQv.js} +460 -428
  52. package/dist/chunks/calendar.qm-kFNQv.js.map +1 -0
  53. package/dist/chunks/card.BEChcEqg.js +223 -0
  54. package/dist/chunks/{card.CoxQ_L0w.js.map → card.BEChcEqg.js.map} +1 -1
  55. package/dist/chunks/{checkbox-group.96n9Cc3W.js → checkbox-group.i3W8WO-7.js} +4 -4
  56. package/dist/chunks/{checkbox-group.96n9Cc3W.js.map → checkbox-group.i3W8WO-7.js.map} +1 -1
  57. package/dist/chunks/{checkbox.C6ATh8f5.js → checkbox.BPrymcRl.js} +68 -61
  58. package/dist/chunks/{checkbox.C6ATh8f5.js.map → checkbox.BPrymcRl.js.map} +1 -1
  59. package/dist/chunks/chip.DFldnqfz.js +72 -0
  60. package/dist/chunks/{chip.CdgpQyXN.js.map → chip.DFldnqfz.js.map} +1 -1
  61. package/dist/chunks/{click-outside.BPylIosK.js → click-outside.B0whuTUU.js} +2 -2
  62. package/dist/chunks/{click-outside.BPylIosK.js.map → click-outside.B0whuTUU.js.map} +1 -1
  63. package/dist/chunks/{code-snippet.DgAuuZF5.js → code-snippet.BG5ZmCrb.js} +113 -106
  64. package/dist/chunks/{code-snippet.DgAuuZF5.js.map → code-snippet.BG5ZmCrb.js.map} +1 -1
  65. package/dist/chunks/{controls-group.C7hOE1F4.js → controls-group.DqRpF9bh.js} +2 -2
  66. package/dist/chunks/{controls-group.C7hOE1F4.js.map → controls-group.DqRpF9bh.js.map} +1 -1
  67. package/dist/chunks/copy.CL893i9-.js +114 -0
  68. package/dist/chunks/{copy.C2kQ1PbI.js.map → copy.CL893i9-.js.map} +1 -1
  69. package/dist/chunks/{country.CaGc08Ps.js → country.15m_ATbO.js} +3 -3
  70. package/dist/chunks/{country.CaGc08Ps.js.map → country.15m_ATbO.js.map} +1 -1
  71. package/dist/chunks/country.types.6a7xxZIR.js +26 -0
  72. package/dist/chunks/{country.types.DjpMGz7a.js.map → country.types.6a7xxZIR.js.map} +1 -1
  73. package/dist/chunks/{dashboard-section.UafHRkMa.js → dashboard-section.C7mfUXOl.js} +3 -3
  74. package/dist/chunks/{dashboard-section.UafHRkMa.js.map → dashboard-section.C7mfUXOl.js.map} +1 -1
  75. package/dist/chunks/{dashed-underline.CcDV2Aks.js → dashed-underline.B50DIXjK.js} +3 -3
  76. package/dist/chunks/{dashed-underline.CcDV2Aks.js.map → dashed-underline.B50DIXjK.js.map} +1 -1
  77. package/dist/chunks/{data-grid-template.CnC4TQvk.js → data-grid-template.CKdZb6EN.js} +4 -4
  78. package/dist/chunks/{data-grid-template.CnC4TQvk.js.map → data-grid-template.CKdZb6EN.js.map} +1 -1
  79. package/dist/chunks/data-grid.DvMe72LK.js +4247 -0
  80. package/dist/chunks/data-grid.DvMe72LK.js.map +1 -0
  81. package/dist/chunks/date-picker.CidHad1p.js +269 -0
  82. package/dist/chunks/date-picker.CidHad1p.js.map +1 -0
  83. package/dist/chunks/date-range-picker.c5OwESTS.js +1027 -0
  84. package/dist/chunks/date-range-picker.c5OwESTS.js.map +1 -0
  85. package/dist/chunks/dialog-page.Bh-7RAwX.js +163 -0
  86. package/dist/chunks/{dialog-page.COfKqjT-.js.map → dialog-page.Bh-7RAwX.js.map} +1 -1
  87. package/dist/chunks/{directive.Dpivxq_t.js → directive.C8kY-ZW-.js} +2 -2
  88. package/dist/chunks/{directive.Dpivxq_t.js.map → directive.C8kY-ZW-.js.map} +1 -1
  89. package/dist/chunks/draggable-handle.CySRx1tb.js +171 -0
  90. package/dist/chunks/draggable-handle.CySRx1tb.js.map +1 -0
  91. package/dist/chunks/{dropdown-tag.Ysrac5GN.js → dropdown-tag.wcJ6Mgqe.js} +5 -5
  92. package/dist/chunks/{dropdown-tag.Ysrac5GN.js.map → dropdown-tag.wcJ6Mgqe.js.map} +1 -1
  93. package/dist/chunks/dropdown.DHoL50gV.js +1214 -0
  94. package/dist/chunks/dropdown.DHoL50gV.js.map +1 -0
  95. package/dist/chunks/error-message.Dyvrw6ZB.js +55 -0
  96. package/dist/chunks/error-message.Dyvrw6ZB.js.map +1 -0
  97. package/dist/chunks/field-label.DZYFjFgr.js +111 -0
  98. package/dist/chunks/field-label.DZYFjFgr.js.map +1 -0
  99. package/dist/chunks/{file-uploader.Bfd1uUMe.js → file-uploader.Dbg3vfZ_.js} +606 -584
  100. package/dist/chunks/{file-uploader.Bfd1uUMe.js.map → file-uploader.Dbg3vfZ_.js.map} +1 -1
  101. package/dist/chunks/{filter-bar.CkAjLQol.js → filter-bar.Dt-cU3zy.js} +1559 -1471
  102. package/dist/chunks/filter-bar.Dt-cU3zy.js.map +1 -0
  103. package/dist/chunks/fixed-scroller.yVsaQzy5.js +157 -0
  104. package/dist/chunks/{fixed-scroller.DtkaGyMD.js.map → fixed-scroller.yVsaQzy5.js.map} +1 -1
  105. package/dist/chunks/{footer-actions.BcYSsoUg.js → footer-actions.CYBdKDPo.js} +2 -2
  106. package/dist/chunks/{footer-actions.BcYSsoUg.js.map → footer-actions.CYBdKDPo.js.map} +1 -1
  107. package/dist/chunks/form-layout-title.B3ePK3yi.js +253 -0
  108. package/dist/chunks/form-layout-title.B3ePK3yi.js.map +1 -0
  109. package/dist/chunks/{header-meta.Bym9AlQm.js → header-meta.COak4D8-.js} +98 -84
  110. package/dist/chunks/{header-meta.Bym9AlQm.js.map → header-meta.COak4D8-.js.map} +1 -1
  111. package/dist/chunks/{header-with-views.Djba6iol.js → header-with-views.DqioajcO.js} +1091 -1070
  112. package/dist/chunks/{header-with-views.Djba6iol.js.map → header-with-views.DqioajcO.js.map} +1 -1
  113. package/dist/chunks/{header.o-7SyHtU.js → header.C21yzWrk.js} +3 -3
  114. package/dist/chunks/{header.o-7SyHtU.js.map → header.C21yzWrk.js.map} +1 -1
  115. package/dist/chunks/{info-icon.BUala_wq.js → info-icon.B3MDsjMu.js} +2 -2
  116. package/dist/chunks/{info-icon.BUala_wq.js.map → info-icon.B3MDsjMu.js.map} +1 -1
  117. package/dist/chunks/input-field-password.DyUphhxB.js +353 -0
  118. package/dist/chunks/{input-field-password.DZytmp_p.js.map → input-field-password.DyUphhxB.js.map} +1 -1
  119. package/dist/chunks/{input-field-phone-number.CxblrmaU.js → input-field-phone-number.BXVaC5ra.js} +12 -5
  120. package/dist/chunks/{input-field-phone-number.CxblrmaU.js.map → input-field-phone-number.BXVaC5ra.js.map} +1 -1
  121. package/dist/chunks/input-field.DkUFvIWt.js +326 -0
  122. package/dist/chunks/input-field.DkUFvIWt.js.map +1 -0
  123. package/dist/chunks/input-time.WI_qdwJc.js +122 -0
  124. package/dist/chunks/input-time.WI_qdwJc.js.map +1 -0
  125. package/dist/chunks/{inspector.B9k4tJWe.js → inspector.DMhKNW1K.js} +70 -63
  126. package/dist/chunks/{inspector.B9k4tJWe.js.map → inspector.DMhKNW1K.js.map} +1 -1
  127. package/dist/chunks/{list-item.DO5uULke.js → list-item.BHvXpqaS.js} +2 -2
  128. package/dist/chunks/{list-item.DO5uULke.js.map → list-item.BHvXpqaS.js.map} +1 -1
  129. package/dist/chunks/{listbox-option-tag.Cvplth7d.js → listbox-option-tag.CVxaZqbc.js} +2 -2
  130. package/dist/chunks/{listbox-option-tag.Cvplth7d.js.map → listbox-option-tag.CVxaZqbc.js.map} +1 -1
  131. package/dist/chunks/{modal-fullscreen.CuKVyTWb.js → modal-fullscreen.c6QphYQo.js} +54 -47
  132. package/dist/chunks/{modal-fullscreen.CuKVyTWb.js.map → modal-fullscreen.c6QphYQo.js.map} +1 -1
  133. package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.DmPw0l5Y.js → modal.vue_vue_type_script_setup_true_lang.ImqHKH-g.js} +48 -41
  134. package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.DmPw0l5Y.js.map → modal.vue_vue_type_script_setup_true_lang.ImqHKH-g.js.map} +1 -1
  135. package/dist/chunks/on-click-outside.BgIzQ2G1.js +108 -0
  136. package/dist/chunks/on-click-outside.BgIzQ2G1.js.map +1 -0
  137. package/dist/chunks/{pagination.dpVc6Yt0.js → pagination.Cu85Lqms.js} +150 -138
  138. package/dist/chunks/{pagination.dpVc6Yt0.js.map → pagination.Cu85Lqms.js.map} +1 -1
  139. package/dist/chunks/{promo-banner.BzveHNOI.js → promo-banner.-H4r_cwj.js} +39 -32
  140. package/dist/chunks/{promo-banner.BzveHNOI.js.map → promo-banner.-H4r_cwj.js.map} +1 -1
  141. package/dist/chunks/{radio-group.Cuiq4mxy.js → radio-group.CfMr1fmW.js} +4 -4
  142. package/dist/chunks/{radio-group.Cuiq4mxy.js.map → radio-group.CfMr1fmW.js.map} +1 -1
  143. package/dist/chunks/{rich-text-editor.DLMiT4f5.js → rich-text-editor.Bf9EWzNk.js} +421 -413
  144. package/dist/chunks/{rich-text-editor.DLMiT4f5.js.map → rich-text-editor.Bf9EWzNk.js.map} +1 -1
  145. package/dist/chunks/search-bar.p6kHCCvT.js +114 -0
  146. package/dist/chunks/{search-bar.CsFyP0_I.js.map → search-bar.p6kHCCvT.js.map} +1 -1
  147. package/dist/chunks/secondary-nav.CaxiyVaO.js +285 -0
  148. package/dist/chunks/secondary-nav.CaxiyVaO.js.map +1 -0
  149. package/dist/chunks/{segmented-control.KeQ5kuR1.js → segmented-control.CQWOO1-J.js} +2 -2
  150. package/dist/chunks/{segmented-control.KeQ5kuR1.js.map → segmented-control.CQWOO1-J.js.map} +1 -1
  151. package/dist/chunks/{selection-card-group.XM11Kk-4.js → selection-card-group.58XZj_SJ.js} +3 -3
  152. package/dist/chunks/{selection-card-group.XM11Kk-4.js.map → selection-card-group.58XZj_SJ.js.map} +1 -1
  153. package/dist/chunks/{sidepanel.b2QZ1Jsx.js → sidepanel.CAVhSs-O.js} +56 -49
  154. package/dist/chunks/{sidepanel.b2QZ1Jsx.js.map → sidepanel.CAVhSs-O.js.map} +1 -1
  155. package/dist/chunks/step.AsX2jAeL.js +268 -0
  156. package/dist/chunks/{step.BlwoLfdw.js.map → step.AsX2jAeL.js.map} +1 -1
  157. package/dist/chunks/structured-list-item.CgJR_ufh.js +112 -0
  158. package/dist/chunks/{structured-list-item.e-8kRleh.js.map → structured-list-item.CgJR_ufh.js.map} +1 -1
  159. package/dist/chunks/{summary-grid.types.CcvOC03H.js → summary-grid.types.CDithi8M.js} +5 -5
  160. package/dist/chunks/{summary-grid.types.CcvOC03H.js.map → summary-grid.types.CDithi8M.js.map} +1 -1
  161. package/dist/chunks/{tab.mR5uUSdp.js → tab.9nyNZiGw.js} +2 -2
  162. package/dist/chunks/{tab.mR5uUSdp.js.map → tab.9nyNZiGw.js.map} +1 -1
  163. package/dist/chunks/{tag.DujMVFh-.js → tag.YN2r-Pp3.js} +2 -2
  164. package/dist/chunks/{tag.DujMVFh-.js.map → tag.YN2r-Pp3.js.map} +1 -1
  165. package/dist/chunks/textarea.JGXAlpx9.js +257 -0
  166. package/dist/chunks/{textarea.CHV6Z8nt.js.map → textarea.JGXAlpx9.js.map} +1 -1
  167. package/dist/chunks/timeline-item.BNFPpQz1.js +433 -0
  168. package/dist/chunks/{timeline-item.CaGcRZbt.js.map → timeline-item.BNFPpQz1.js.map} +1 -1
  169. package/dist/chunks/{toast.C2oehk9P.js → toast.De4MTkiH.js} +64 -57
  170. package/dist/chunks/{toast.C2oehk9P.js.map → toast.De4MTkiH.js.map} +1 -1
  171. package/dist/chunks/{tooltip.CbADa_4p.js → tooltip.DHfG2aRt.js} +40 -38
  172. package/dist/chunks/tooltip.DHfG2aRt.js.map +1 -0
  173. package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.BOruzlTt.js → tutorial.vue_vue_type_script_setup_true_lang.C1cF-adv.js} +120 -113
  174. package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.BOruzlTt.js.map → tutorial.vue_vue_type_script_setup_true_lang.C1cF-adv.js.map} +1 -1
  175. package/dist/chunks/{use-cached-selected-values.ClEJRFAd.js → use-cached-selected-values.Bx8uuky9.js} +436 -410
  176. package/dist/chunks/use-cached-selected-values.Bx8uuky9.js.map +1 -0
  177. package/dist/chunks/{use-country-items.D_3LBe2I.js → use-country-items.Dp7X1r2e.js} +3 -3
  178. package/dist/chunks/{use-country-items.D_3LBe2I.js.map → use-country-items.Dp7X1r2e.js.map} +1 -1
  179. package/dist/chunks/{use-country-phon-code.DoqTGkNr.js → use-country-phon-code.BzcawGpE.js} +107 -104
  180. package/dist/chunks/{use-country-phon-code.DoqTGkNr.js.map → use-country-phon-code.BzcawGpE.js.map} +1 -1
  181. package/dist/chunks/{use-date-input-formatter.CDRzd-hW.js → use-date-input-formatter.BOuXpRb-.js} +2 -2
  182. package/dist/chunks/{use-date-input-formatter.CDRzd-hW.js.map → use-date-input-formatter.BOuXpRb-.js.map} +1 -1
  183. package/dist/chunks/use-touch-device.DTqFAbXh.js +11 -0
  184. package/dist/chunks/use-touch-device.DTqFAbXh.js.map +1 -0
  185. package/dist/click-outside.js +1 -1
  186. package/dist/code-snippet.js +1 -1
  187. package/dist/country.js +3 -3
  188. package/dist/dashboard-template.js +1 -1
  189. package/dist/dashed-underline.js +1 -1
  190. package/dist/data-grid-template.js +1 -1
  191. package/dist/data-grid.js +1 -1
  192. package/dist/date-picker.js +2 -2
  193. package/dist/date-range-picker.js +2 -2
  194. package/dist/draggable.js +1383 -0
  195. package/dist/draggable.js.map +1 -0
  196. package/dist/dropdown.js +10 -11
  197. package/dist/dropdown.js.map +1 -1
  198. package/dist/file-uploader.js +1 -1
  199. package/dist/filter-bar.js +1 -1
  200. package/dist/form-layout.js +1 -1
  201. package/dist/header-with-views.js +1 -1
  202. package/dist/header.js +1 -1
  203. package/dist/index.js +284 -279
  204. package/dist/index.js.map +1 -1
  205. package/dist/info-icon.js +1 -1
  206. package/dist/input-field-password.js +1 -1
  207. package/dist/input-field-phone-number.js +1 -1
  208. package/dist/input-field.js +1 -1
  209. package/dist/input-time.js +5 -0
  210. package/dist/input-time.js.map +1 -0
  211. package/dist/inspector.js +1 -1
  212. package/dist/internal.js +26 -25
  213. package/dist/internal.js.map +1 -1
  214. package/dist/list.js +1 -1
  215. package/dist/menu.js +1 -1
  216. package/dist/modal-fullscreen.js +1 -1
  217. package/dist/modal.js +2 -2
  218. package/dist/pagination.js +1 -1
  219. package/dist/popover.js +1 -1
  220. package/dist/promo-banner.js +1 -1
  221. package/dist/radio-group.js +1 -1
  222. package/dist/rich-text-editor.js +1 -1
  223. package/dist/search-bar.js +2 -2
  224. package/dist/secondary-nav.js +1 -1
  225. package/dist/segmented-control.js +1 -1
  226. package/dist/selection-card.js +1 -1
  227. package/dist/sidepanel.js +1 -1
  228. package/dist/stepper.js +1 -1
  229. package/dist/structured-list.js +1 -1
  230. package/dist/summary-grid.js +1 -1
  231. package/dist/tabs.js +1 -1
  232. package/dist/tag.js +1 -1
  233. package/dist/textarea.js +1 -1
  234. package/dist/timeline.js +1 -1
  235. package/dist/toast.js +1 -1
  236. package/dist/tutorial.js +1 -1
  237. package/dist/web-types.json +1 -1
  238. package/package.json +7 -10
  239. package/dist/assets/dropdown-default-textbox.css +0 -1
  240. package/dist/chunks/accordion-item.BX1KrLMl.js +0 -134
  241. package/dist/chunks/action-bar.DLMaIUWW.js +0 -329
  242. package/dist/chunks/ai-tag.DK63ExDc.js +0 -130
  243. package/dist/chunks/anchor-scroller.NhjLDBZI.js +0 -207
  244. package/dist/chunks/calendar.DcCqkSNJ.js.map +0 -1
  245. package/dist/chunks/card.CoxQ_L0w.js +0 -216
  246. package/dist/chunks/chip.CdgpQyXN.js +0 -65
  247. package/dist/chunks/copy.C2kQ1PbI.js +0 -107
  248. package/dist/chunks/country.types.DjpMGz7a.js +0 -19
  249. package/dist/chunks/data-grid.BSIXLRm7.js +0 -4014
  250. package/dist/chunks/data-grid.BSIXLRm7.js.map +0 -1
  251. package/dist/chunks/date-picker.dlzZ_-5f.js +0 -231
  252. package/dist/chunks/date-picker.dlzZ_-5f.js.map +0 -1
  253. package/dist/chunks/date-range-picker.DC6CK0As.js +0 -995
  254. package/dist/chunks/date-range-picker.DC6CK0As.js.map +0 -1
  255. package/dist/chunks/debounce.DUTu11PS.js +0 -10
  256. package/dist/chunks/debounce.DUTu11PS.js.map +0 -1
  257. package/dist/chunks/dialog-page.COfKqjT-.js +0 -156
  258. package/dist/chunks/dropdown-default-textbox.bq9AlGzJ.js +0 -408
  259. package/dist/chunks/dropdown-default-textbox.bq9AlGzJ.js.map +0 -1
  260. package/dist/chunks/dropdown.MhmX1P9o.js +0 -799
  261. package/dist/chunks/dropdown.MhmX1P9o.js.map +0 -1
  262. package/dist/chunks/error-message.DCgo8q20.js +0 -143
  263. package/dist/chunks/error-message.DCgo8q20.js.map +0 -1
  264. package/dist/chunks/filter-bar.CkAjLQol.js.map +0 -1
  265. package/dist/chunks/fixed-scroller.DtkaGyMD.js +0 -150
  266. package/dist/chunks/form-layout-title.DW5Kg1rh.js +0 -230
  267. package/dist/chunks/form-layout-title.DW5Kg1rh.js.map +0 -1
  268. package/dist/chunks/input-field-password.DZytmp_p.js +0 -346
  269. package/dist/chunks/input-field.CfU0ZKtL.js +0 -315
  270. package/dist/chunks/input-field.CfU0ZKtL.js.map +0 -1
  271. package/dist/chunks/on-click-outside.ZUMLlxE_.js +0 -90
  272. package/dist/chunks/on-click-outside.ZUMLlxE_.js.map +0 -1
  273. package/dist/chunks/search-bar.CsFyP0_I.js +0 -107
  274. package/dist/chunks/secondary-nav.CLBdq98c.js +0 -138
  275. package/dist/chunks/secondary-nav.CLBdq98c.js.map +0 -1
  276. package/dist/chunks/step.BlwoLfdw.js +0 -259
  277. package/dist/chunks/structured-list-item.e-8kRleh.js +0 -105
  278. package/dist/chunks/textarea.CHV6Z8nt.js +0 -247
  279. package/dist/chunks/timeline-item.CaGcRZbt.js +0 -419
  280. package/dist/chunks/tooltip.CbADa_4p.js.map +0 -1
  281. package/dist/chunks/use-cached-selected-values.ClEJRFAd.js.map +0 -1
  282. package/dist/draggable-handle.js +0 -155
  283. package/dist/draggable-handle.js.map +0 -1
@@ -213,7 +213,103 @@ inverse: boolean;
213
213
  layout: string;
214
214
  }>;
215
215
 
216
- declare const __VLS_export_100: __VLS_WithSlots_65<DefineComponent< {
216
+ declare const __VLS_export_100: __VLS_WithSlots_64<DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToOption_63<{
217
+ /**
218
+ * The header that goes to the top of the template
219
+ */
220
+ header: BentoDashboardTemplateHeader;
221
+ /**
222
+ * All the tab properties that can be set on the inner tab components.
223
+ * - tabs.activeTabIndex: the currently active tab index.
224
+ * - tabs.tabs: an array of BentoTab props, the first item in the array will affect the `tab-1` slot and so on.
225
+ */
226
+ tabs?: BentoDashboardTemplateTabs;
227
+ /**
228
+ * Renders the tabs with a sticky positioning
229
+ */
230
+ stickyTabs?: boolean;
231
+ /**
232
+ * Renders the tabs with a sticky positioning
233
+ */
234
+ stickyFilters?: boolean;
235
+ }>, {
236
+ tabs: any;
237
+ stickyTabs: boolean;
238
+ stickyFilters: boolean;
239
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToOption_63<{
240
+ /**
241
+ * The header that goes to the top of the template
242
+ */
243
+ header: BentoDashboardTemplateHeader;
244
+ /**
245
+ * All the tab properties that can be set on the inner tab components.
246
+ * - tabs.activeTabIndex: the currently active tab index.
247
+ * - tabs.tabs: an array of BentoTab props, the first item in the array will affect the `tab-1` slot and so on.
248
+ */
249
+ tabs?: BentoDashboardTemplateTabs;
250
+ /**
251
+ * Renders the tabs with a sticky positioning
252
+ */
253
+ stickyTabs?: boolean;
254
+ /**
255
+ * Renders the tabs with a sticky positioning
256
+ */
257
+ stickyFilters?: boolean;
258
+ }>, {
259
+ tabs: any;
260
+ stickyTabs: boolean;
261
+ stickyFilters: boolean;
262
+ }>>>, {
263
+ tabs: BentoDashboardTemplateTabs;
264
+ stickyFilters: boolean;
265
+ stickyTabs: boolean;
266
+ }>, {
267
+ [x: `tab-${number}`]: (props: {}) => any;
268
+ } & {
269
+ infoIconTooltipContent?: (props: {}) => any;
270
+ } & {
271
+ filters?: (props: {}) => any;
272
+ } & {
273
+ default?: (props: {}) => any;
274
+ }>;
275
+
276
+ declare const __VLS_export_101: __VLS_WithSlots_65<DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToOption_64<{
277
+ /**
278
+ * The header of the section
279
+ */
280
+ header: BentoDashboardTemplateHeader;
281
+ /**
282
+ * Renders the section to take only half of the page
283
+ */
284
+ halfWidth?: boolean;
285
+ }>, {
286
+ halfWidth: boolean;
287
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToOption_64<{
288
+ /**
289
+ * The header of the section
290
+ */
291
+ header: BentoDashboardTemplateHeader;
292
+ /**
293
+ * Renders the section to take only half of the page
294
+ */
295
+ halfWidth?: boolean;
296
+ }>, {
297
+ halfWidth: boolean;
298
+ }>>>, {
299
+ halfWidth: boolean;
300
+ }>, {
301
+ infoIconTooltipContent?: (props: {}) => any;
302
+ } & {
303
+ controls?: (props: {}) => any;
304
+ } & {
305
+ default?: (props: {}) => any;
306
+ } & {
307
+ 'content-col-1'?: (props: {}) => any;
308
+ } & {
309
+ 'content-col-2'?: (props: {}) => any;
310
+ }>;
311
+
312
+ declare const __VLS_export_102: __VLS_WithSlots_66<DefineComponent< {
217
313
  /**
218
314
  * The header that goes to the top of the template
219
315
  */
@@ -1730,7 +1826,24 @@ quickSelectRanges: BentoDateRangePickerQuickSelectRanges;
1730
1826
  hasActions: boolean;
1731
1827
  }>;
1732
1828
 
1733
- declare const __VLS_export_23: __VLS_WithSlots_14<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToOption_15<BentoDropdownProps>, {
1829
+ declare const __VLS_export_23: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToOption_15<BentoDraggableHandleProps>, {
1830
+ condensed: boolean;
1831
+ disabled: boolean;
1832
+ disabledMenus: () => {};
1833
+ variant: string;
1834
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToOption_15<BentoDraggableHandleProps>, {
1835
+ condensed: boolean;
1836
+ disabled: boolean;
1837
+ disabledMenus: () => {};
1838
+ variant: string;
1839
+ }>>>, {
1840
+ variant: "all-directions" | "up-and-down";
1841
+ condensed: BentoMenuProps["button"]["condensed"];
1842
+ disabled: boolean;
1843
+ disabledMenus: {};
1844
+ }>;
1845
+
1846
+ declare const __VLS_export_24: __VLS_WithSlots_14<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToOption_16<BentoDropdownProps>, {
1734
1847
  ariaLabel: any;
1735
1848
  condensed: boolean;
1736
1849
  emptyState: any;
@@ -1762,7 +1875,7 @@ virtualScroll: boolean;
1762
1875
  enableValueLabelPair: boolean;
1763
1876
  }>, {
1764
1877
  focus: () => void;
1765
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToOption_15<BentoDropdownProps>, {
1878
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToOption_16<BentoDropdownProps>, {
1766
1879
  ariaLabel: any;
1767
1880
  condensed: boolean;
1768
1881
  emptyState: any;
@@ -1830,7 +1943,7 @@ enableValueLabelPair: boolean;
1830
1943
  description?: (props: {}) => any;
1831
1944
  }>;
1832
1945
 
1833
- declare const __VLS_export_24: DefineComponent< {
1946
+ declare const __VLS_export_25: DefineComponent< {
1834
1947
  /**
1835
1948
  * The option elements to populate the avatar dropdown with.
1836
1949
  * It must be an array of {@see BentoAvatarListboxOptions }
@@ -2110,7 +2223,7 @@ modelValue: BentoListboxSelectedValue;
2110
2223
  enableValueLabelPair: boolean;
2111
2224
  }>;
2112
2225
 
2113
- declare const __VLS_export_25: DefineComponent< {
2226
+ declare const __VLS_export_26: DefineComponent< {
2114
2227
  /**
2115
2228
  * The option elements to populate the country dropdown with.
2116
2229
  * It must be an array of {@see BentoCountryListboxOptions }
@@ -2407,7 +2520,7 @@ modelValue: BentoListboxSelectedValue;
2407
2520
  enableValueLabelPair: boolean;
2408
2521
  }>;
2409
2522
 
2410
- declare const __VLS_export_26: DefineComponent< {
2523
+ declare const __VLS_export_27: DefineComponent< {
2411
2524
  /**
2412
2525
  * The option elements to populate the currency dropdown with.
2413
2526
  * It must be an array of {@see BentoCurrencyListboxOptions }
@@ -2685,7 +2798,7 @@ modelValue: BentoListboxSelectedValue;
2685
2798
  enableValueLabelPair: boolean;
2686
2799
  }>;
2687
2800
 
2688
- declare const __VLS_export_27: DefineComponent< {
2801
+ declare const __VLS_export_28: DefineComponent< {
2689
2802
  /**
2690
2803
  * The option elements to populate the payment method dropdown with.
2691
2804
  * It must be an array of {@see BentoPaymentMethodListboxOptions }
@@ -2963,7 +3076,7 @@ modelValue: BentoListboxSelectedValue;
2963
3076
  enableValueLabelPair: boolean;
2964
3077
  }>;
2965
3078
 
2966
- declare const __VLS_export_28: DefineComponent< {
3079
+ declare const __VLS_export_29: DefineComponent< {
2967
3080
  /**
2968
3081
  * The option elements to populate the tag dropdown with.
2969
3082
  * It must be an array of {@see BentoTagListboxOptions }
@@ -3243,14 +3356,6 @@ modelValue: BentoListboxSelectedValue;
3243
3356
  enableValueLabelPair: boolean;
3244
3357
  }>;
3245
3358
 
3246
- declare const __VLS_export_29: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToOption_16<BentoDividerProps>, {
3247
- variant: BentoDividerVariant;
3248
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToOption_16<BentoDividerProps>, {
3249
- variant: BentoDividerVariant;
3250
- }>>>, {
3251
- variant: `${BentoDividerVariant}`;
3252
- }>;
3253
-
3254
3359
  declare const __VLS_export_3: __VLS_WithSlots_3<DefineComponent< {
3255
3360
  /**
3256
3361
  * Sets the title of the accordion item.
@@ -3287,7 +3392,15 @@ isExpanded: boolean;
3287
3392
  default?: (props: {}) => any;
3288
3393
  }>;
3289
3394
 
3290
- declare const __VLS_export_30: DefineComponent< {
3395
+ declare const __VLS_export_30: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToOption_17<BentoDividerProps>, {
3396
+ variant: BentoDividerVariant;
3397
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToOption_17<BentoDividerProps>, {
3398
+ variant: BentoDividerVariant;
3399
+ }>>>, {
3400
+ variant: `${BentoDividerVariant}`;
3401
+ }>;
3402
+
3403
+ declare const __VLS_export_31: DefineComponent< {
3291
3404
  /**
3292
3405
  * @deprecated from version 2.0.0. Use the aria-label attribute instead.
3293
3406
  */
@@ -3509,7 +3622,7 @@ modelValue: BentoCheckboxType | BentoCheckboxGroupItems;
3509
3622
  hasError: boolean;
3510
3623
  }>;
3511
3624
 
3512
- declare const __VLS_export_31: __VLS_WithSlots_15<DefineComponent< {
3625
+ declare const __VLS_export_32: __VLS_WithSlots_15<DefineComponent< {
3513
3626
  /**
3514
3627
  * Descriptive supporting text visbile underneath the label.
3515
3628
  */
@@ -3741,13 +3854,13 @@ formId: string;
3741
3854
  }) => any;
3742
3855
  }>;
3743
3856
 
3744
- declare const __VLS_export_32: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToOption_17<BentoChipProps>, {
3857
+ declare const __VLS_export_33: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToOption_18<BentoChipProps>, {
3745
3858
  disabled: boolean;
3746
3859
  readonly: boolean;
3747
3860
  error: boolean;
3748
3861
  condensed: boolean;
3749
3862
  characterLimit: any;
3750
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToOption_17<BentoChipProps>, {
3863
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToOption_18<BentoChipProps>, {
3751
3864
  disabled: boolean;
3752
3865
  readonly: boolean;
3753
3866
  error: boolean;
@@ -3761,7 +3874,7 @@ readonly: boolean;
3761
3874
  characterLimit: number;
3762
3875
  }>;
3763
3876
 
3764
- declare const __VLS_export_33: __VLS_WithSlots_16<DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToOption_18<BentoCodeSnippetProps>, {
3877
+ declare const __VLS_export_34: __VLS_WithSlots_16<DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToOption_19<BentoCodeSnippetProps>, {
3765
3878
  actionable: boolean;
3766
3879
  actionableText: any;
3767
3880
  content: string;
@@ -3774,7 +3887,7 @@ variant: BentoCodeSnippetVariant;
3774
3887
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3775
3888
  action: (...args: any[]) => void;
3776
3889
  change: (...args: any[]) => void;
3777
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToOption_18<BentoCodeSnippetProps>, {
3890
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToOption_19<BentoCodeSnippetProps>, {
3778
3891
  actionable: boolean;
3779
3892
  actionableText: any;
3780
3893
  content: string;
@@ -3798,11 +3911,11 @@ langLabel: string;
3798
3911
  'empty-state'?: (props: {}) => any;
3799
3912
  }>;
3800
3913
 
3801
- declare const __VLS_export_34: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToOption_19<BentoCountryProps>, {
3914
+ declare const __VLS_export_35: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToOption_20<BentoCountryProps>, {
3802
3915
  code: BentoCountryCode;
3803
3916
  label: any;
3804
3917
  variant: BentoCountryVariant;
3805
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToOption_19<BentoCountryProps>, {
3918
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToOption_20<BentoCountryProps>, {
3806
3919
  code: BentoCountryCode;
3807
3920
  label: any;
3808
3921
  variant: BentoCountryVariant;
@@ -3812,13 +3925,13 @@ label: string;
3812
3925
  variant: BentoCountryVariant | `${BentoCountryVariant}`;
3813
3926
  }>;
3814
3927
 
3815
- declare const __VLS_export_35: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToOption_20<BentoCurrencyProps>, {
3928
+ declare const __VLS_export_36: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToOption_21<BentoCurrencyProps>, {
3816
3929
  currency: BentoCurrencyISOCode;
3817
3930
  disableTypography: boolean;
3818
3931
  majorUnits: boolean;
3819
3932
  value: any;
3820
3933
  currencySign: string;
3821
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToOption_20<BentoCurrencyProps>, {
3934
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToOption_21<BentoCurrencyProps>, {
3822
3935
  currency: BentoCurrencyISOCode;
3823
3936
  disableTypography: boolean;
3824
3937
  majorUnits: boolean;
@@ -3832,11 +3945,11 @@ currency: BentoCurrencyISOCode | `${BentoCurrencyISOCode}`;
3832
3945
  majorUnits: boolean;
3833
3946
  }>;
3834
3947
 
3835
- declare const __VLS_export_36: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToOption_21<BentoDateProps>, {
3948
+ declare const __VLS_export_37: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToOption_22<BentoDateProps>, {
3836
3949
  date: any;
3837
3950
  format: BentoDateFormat;
3838
3951
  disableTypography: boolean;
3839
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToOption_21<BentoDateProps>, {
3952
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToOption_22<BentoDateProps>, {
3840
3953
  date: any;
3841
3954
  format: BentoDateFormat;
3842
3955
  disableTypography: boolean;
@@ -3846,14 +3959,14 @@ disableTypography: boolean;
3846
3959
  format: BentoDateFormat | `${BentoDateFormat}`;
3847
3960
  }>;
3848
3961
 
3849
- declare const __VLS_export_37: __VLS_WithSlots_17<DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToOption_22<BentoEmptyStateProps>, {
3962
+ declare const __VLS_export_38: __VLS_WithSlots_17<DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToOption_23<BentoEmptyStateProps>, {
3850
3963
  action: any;
3851
3964
  description: any;
3852
3965
  headingEl: any;
3853
3966
  image: any;
3854
3967
  title: string;
3855
3968
  variant: string;
3856
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToOption_22<BentoEmptyStateProps>, {
3969
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToOption_23<BentoEmptyStateProps>, {
3857
3970
  action: any;
3858
3971
  description: any;
3859
3972
  headingEl: any;
@@ -3873,7 +3986,7 @@ headingEl: `${BentoTypographyElement}`;
3873
3986
  default?: (props: {}) => any;
3874
3987
  }>;
3875
3988
 
3876
- declare const __VLS_export_38: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToOption_23<BentoFileUploaderProps>, {
3989
+ declare const __VLS_export_39: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToOption_24<BentoFileUploaderProps>, {
3877
3990
  accept: any;
3878
3991
  condensed: boolean;
3879
3992
  description: any;
@@ -3887,7 +4000,7 @@ modelValue: any;
3887
4000
  optional: boolean;
3888
4001
  required: boolean;
3889
4002
  tooltipText: any;
3890
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToOption_23<BentoFileUploaderProps>, {
4003
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToOption_24<BentoFileUploaderProps>, {
3891
4004
  accept: any;
3892
4005
  condensed: boolean;
3893
4006
  description: any;
@@ -3917,7 +4030,21 @@ maxDimensions: any;
3917
4030
  maxSize: number | Array<FileMaxSize>;
3918
4031
  }>;
3919
4032
 
3920
- declare const __VLS_export_39: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToOption_24<BentoFilterBarProps<any, any>>, {
4033
+ declare const __VLS_export_4: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<BentoAiTagProps>, {
4034
+ influencedValue: any;
4035
+ toggled: boolean;
4036
+ action: any;
4037
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<BentoAiTagProps>, {
4038
+ influencedValue: any;
4039
+ toggled: boolean;
4040
+ action: any;
4041
+ }>>>, {
4042
+ action: BentoButtonActionObject;
4043
+ toggled: boolean;
4044
+ influencedValue: string;
4045
+ }>;
4046
+
4047
+ declare const __VLS_export_40: DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToOption_25<BentoFilterBarProps<any, any>>, {
3921
4048
  config: () => any[];
3922
4049
  filterValues: () => any[];
3923
4050
  containerSizeLayout: () => {
@@ -3941,7 +4068,7 @@ input: (...args: any[]) => void;
3941
4068
  "search-clear": (...args: any[]) => void;
3942
4069
  "search-input": (...args: any[]) => void;
3943
4070
  "update:search-term": (...args: any[]) => void;
3944
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToOption_24<BentoFilterBarProps<any, any>>, {
4071
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToOption_25<BentoFilterBarProps<any, any>>, {
3945
4072
  config: () => any[];
3946
4073
  filterValues: () => any[];
3947
4074
  containerSizeLayout: () => {
@@ -3967,21 +4094,7 @@ showAppliedHiddenFilters: boolean;
3967
4094
  filterValuesObject: any;
3968
4095
  }>;
3969
4096
 
3970
- declare const __VLS_export_4: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<BentoAiTagProps>, {
3971
- influencedValue: any;
3972
- toggled: boolean;
3973
- action: any;
3974
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<BentoAiTagProps>, {
3975
- influencedValue: any;
3976
- toggled: boolean;
3977
- action: any;
3978
- }>>>, {
3979
- action: BentoButtonActionObject;
3980
- toggled: boolean;
3981
- influencedValue: string;
3982
- }>;
3983
-
3984
- declare const __VLS_export_40: __VLS_WithSlots_18<DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToOption_25<BentoBaseFilterProps_2<BentoFilterBarValue, string>>, {
4097
+ declare const __VLS_export_41: __VLS_WithSlots_18<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToOption_26<BentoBaseFilterProps_2<BentoFilterBarValue, string>>, {
3985
4098
  appliedFiltersCount: any;
3986
4099
  buttonLabel: any;
3987
4100
  buttonSecondaryLabel: any;
@@ -4004,7 +4117,7 @@ open: (...args: any[]) => void;
4004
4117
  close: (...args: any[]) => void;
4005
4118
  reset: (...args: any[]) => void;
4006
4119
  cancel: (...args: any[]) => void;
4007
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToOption_25<BentoBaseFilterProps_2<BentoFilterBarValue, string>>, {
4120
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToOption_26<BentoBaseFilterProps_2<BentoFilterBarValue, string>>, {
4008
4121
  appliedFiltersCount: any;
4009
4122
  buttonLabel: any;
4010
4123
  buttonSecondaryLabel: any;
@@ -4038,7 +4151,7 @@ disableSecondaryButton: boolean;
4038
4151
  default?: (props: {}) => any;
4039
4152
  }>;
4040
4153
 
4041
- declare const __VLS_export_41: __VLS_WithSlots_19<DefineComponent< {
4154
+ declare const __VLS_export_42: __VLS_WithSlots_19<DefineComponent< {
4042
4155
  /**
4043
4156
  * Renders the form layout as an HTML `form`
4044
4157
  */
@@ -4083,7 +4196,7 @@ loading: boolean;
4083
4196
  'actions-right'?: (props: {}) => any;
4084
4197
  }>;
4085
4198
 
4086
- declare const __VLS_export_42: __VLS_WithSlots_20<DefineComponent< {
4199
+ declare const __VLS_export_43: __VLS_WithSlots_20<DefineComponent< {
4087
4200
  /**
4088
4201
  * Type of a alert; set a distinctive icon and color. Defaults to highlight.
4089
4202
  * @values highlight, success, critical, warning
@@ -4126,7 +4239,7 @@ type: "critical" | "success" | "warning" | "highlight";
4126
4239
  message?: (props: {}) => any;
4127
4240
  }>;
4128
4241
 
4129
- declare const __VLS_export_43: __VLS_WithSlots_21<DefineComponent< {
4242
+ declare const __VLS_export_44: __VLS_WithSlots_21<DefineComponent< {
4130
4243
  /**
4131
4244
  * Defines if the Form Layout title is
4132
4245
  * a "section" or a "subsection".
@@ -4189,11 +4302,11 @@ allFieldsRequired: boolean;
4189
4302
  description?: (props: {}) => any;
4190
4303
  }>;
4191
4304
 
4192
- declare const __VLS_export_44: __VLS_WithSlots_22<DefineComponent< {
4305
+ declare const __VLS_export_45: __VLS_WithSlots_22<DefineComponent< {
4193
4306
  /**
4194
4307
  * The layout of the pair group of components.
4195
4308
  * This will render the components within the width of the proportions.
4196
- * Only two colums are available.
4309
+ * Only two columns are available.
4197
4310
  *
4198
4311
  * If only one value is entered, then it will assume there's only one child in the group.
4199
4312
  * If two values are entered, the first value will be use for the first child and the second
@@ -4218,11 +4331,21 @@ type: PropType<BentoLayoutGroupProportions>;
4218
4331
  default: string;
4219
4332
  validator: (value: BentoLayoutGroupProportions) => boolean;
4220
4333
  };
4334
+ /**
4335
+ * The error message to be displayed for the whole group.
4336
+ *
4337
+ * If set, individual error messages for all components within this group will be hidden.
4338
+ * This is particularly useful for field pairs where a single group error is displayed.
4339
+ */
4340
+ errorMessage: {
4341
+ type: StringConstructor;
4342
+ default: any;
4343
+ };
4221
4344
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {
4222
4345
  /**
4223
4346
  * The layout of the pair group of components.
4224
4347
  * This will render the components within the width of the proportions.
4225
- * Only two colums are available.
4348
+ * Only two columns are available.
4226
4349
  *
4227
4350
  * If only one value is entered, then it will assume there's only one child in the group.
4228
4351
  * If two values are entered, the first value will be use for the first child and the second
@@ -4247,13 +4370,24 @@ type: PropType<BentoLayoutGroupProportions>;
4247
4370
  default: string;
4248
4371
  validator: (value: BentoLayoutGroupProportions) => boolean;
4249
4372
  };
4373
+ /**
4374
+ * The error message to be displayed for the whole group.
4375
+ *
4376
+ * If set, individual error messages for all components within this group will be hidden.
4377
+ * This is particularly useful for field pairs where a single group error is displayed.
4378
+ */
4379
+ errorMessage: {
4380
+ type: StringConstructor;
4381
+ default: any;
4382
+ };
4250
4383
  }>>, {
4251
4384
  layout: BentoLayoutGroupProportions;
4385
+ errorMessage: string;
4252
4386
  }>, {
4253
4387
  default?: (props: {}) => any;
4254
4388
  }>;
4255
4389
 
4256
- declare const __VLS_export_45: __VLS_WithSlots_23<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToOption_26<BentoHeaderWithViewsProps>, {
4390
+ declare const __VLS_export_46: __VLS_WithSlots_23<DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToOption_27<BentoHeaderWithViewsProps>, {
4257
4391
  actions: () => any[];
4258
4392
  additionalViewSetting: any;
4259
4393
  title: any;
@@ -4265,7 +4399,7 @@ infoIconTooltipText: any;
4265
4399
  views: () => any[];
4266
4400
  disableAutoSelect: boolean;
4267
4401
  activeViewIndex: any;
4268
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToOption_26<BentoHeaderWithViewsProps>, {
4402
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToOption_27<BentoHeaderWithViewsProps>, {
4269
4403
  actions: () => any[];
4270
4404
  additionalViewSetting: any;
4271
4405
  title: any;
@@ -4295,10 +4429,10 @@ disableAutoSelect: boolean;
4295
4429
  description?: (props: {}) => any;
4296
4430
  }>;
4297
4431
 
4298
- declare const __VLS_export_46: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToOption_27<BentoImageProps>, {
4432
+ declare const __VLS_export_47: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToOption_28<BentoImageProps>, {
4299
4433
  aspectRatio: any;
4300
4434
  objectFit: any;
4301
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToOption_27<BentoImageProps>, {
4435
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToOption_28<BentoImageProps>, {
4302
4436
  aspectRatio: any;
4303
4437
  objectFit: any;
4304
4438
  }>>>, {
@@ -4306,15 +4440,15 @@ aspectRatio: BentoImageAspectRatio | `${BentoImageAspectRatio}` | null;
4306
4440
  objectFit: BentoImageObjectFit | `${BentoImageObjectFit}` | null;
4307
4441
  }>;
4308
4442
 
4309
- declare const __VLS_export_47: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToOption_28<BentoInfoIconProps>, {
4443
+ declare const __VLS_export_48: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToOption_29<BentoInfoIconProps>, {
4310
4444
  tooltipPosition: PopperContainerPositionExtended;
4311
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToOption_28<BentoInfoIconProps>, {
4445
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToOption_29<BentoInfoIconProps>, {
4312
4446
  tooltipPosition: PopperContainerPositionExtended;
4313
4447
  }>>>, {
4314
4448
  tooltipPosition: PopperContainerPosition | `${PopperContainerPosition}`;
4315
4449
  }>;
4316
4450
 
4317
- declare const __VLS_export_48: __VLS_WithSlots_24<DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToOption_29<BentoInputFieldProps>, {
4451
+ declare const __VLS_export_49: __VLS_WithSlots_24<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToOption_30<BentoInputFieldProps>, {
4318
4452
  ariaHidden: boolean;
4319
4453
  ariaLabel: any;
4320
4454
  condensed: boolean;
@@ -4340,7 +4474,7 @@ variant: BentoInputFieldVariant;
4340
4474
  }>, {
4341
4475
  focusInput: () => void;
4342
4476
  focus: () => void;
4343
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToOption_29<BentoInputFieldProps>, {
4477
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToOption_30<BentoInputFieldProps>, {
4344
4478
  ariaHidden: boolean;
4345
4479
  ariaLabel: any;
4346
4480
  condensed: boolean;
@@ -4406,7 +4540,57 @@ staticValuePosition: BentoInputFieldElementPosition | `${BentoInputFieldElementP
4406
4540
  }) => any;
4407
4541
  }>;
4408
4542
 
4409
- declare const __VLS_export_49: __VLS_WithSlots_25<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToOption_30<BentoInputFieldPasswordProps>, {
4543
+ declare const __VLS_export_5: __VLS_WithSlots_4<DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToOption_2<{
4544
+ /**
4545
+ * Adds a close button on the right side of the alert
4546
+ */
4547
+ closeButton?: boolean;
4548
+ /**
4549
+ * Type of a alert; set a distinctive icon and color. Defaults to highlight.
4550
+ * @values HIGHLIGHT, SUCCESS, CRITICAL, WARNING
4551
+ */
4552
+ type?: BentoAlertTypeOption | `${BentoAlertTypeOption}`;
4553
+ /**
4554
+ * Variant for the alert
4555
+ * @values DEFAULT, TIP
4556
+ */
4557
+ variant?: BentoAlertVariant | `${BentoAlertVariant}`;
4558
+ }>, {
4559
+ closeButton: boolean;
4560
+ type: BentoAlertTypeOption;
4561
+ variant: BentoAlertVariant;
4562
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToOption_2<{
4563
+ /**
4564
+ * Adds a close button on the right side of the alert
4565
+ */
4566
+ closeButton?: boolean;
4567
+ /**
4568
+ * Type of a alert; set a distinctive icon and color. Defaults to highlight.
4569
+ * @values HIGHLIGHT, SUCCESS, CRITICAL, WARNING
4570
+ */
4571
+ type?: BentoAlertTypeOption | `${BentoAlertTypeOption}`;
4572
+ /**
4573
+ * Variant for the alert
4574
+ * @values DEFAULT, TIP
4575
+ */
4576
+ variant?: BentoAlertVariant | `${BentoAlertVariant}`;
4577
+ }>, {
4578
+ closeButton: boolean;
4579
+ type: BentoAlertTypeOption;
4580
+ variant: BentoAlertVariant;
4581
+ }>>>, {
4582
+ type: BentoAlertTypeOption | `${BentoAlertTypeOption}`;
4583
+ variant: BentoAlertVariant | `${BentoAlertVariant}`;
4584
+ closeButton: boolean;
4585
+ }>, {
4586
+ default?: (props: {}) => any;
4587
+ } & {
4588
+ description?: (props: {}) => any;
4589
+ } & {
4590
+ actions?: (props: {}) => any;
4591
+ }>;
4592
+
4593
+ declare const __VLS_export_50: __VLS_WithSlots_25<DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToOption_31<BentoInputFieldPasswordProps>, {
4410
4594
  condensed: boolean;
4411
4595
  debounceTime: number;
4412
4596
  description: any;
@@ -4423,7 +4607,7 @@ validation: any;
4423
4607
  value: any;
4424
4608
  modelValue: any;
4425
4609
  withHint: boolean;
4426
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToOption_30<BentoInputFieldPasswordProps>, {
4610
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToOption_31<BentoInputFieldPasswordProps>, {
4427
4611
  condensed: boolean;
4428
4612
  debounceTime: number;
4429
4613
  description: any;
@@ -4463,75 +4647,67 @@ withHint: boolean;
4463
4647
  description?: (props: {}) => any;
4464
4648
  }>;
4465
4649
 
4466
- declare const __VLS_export_5: __VLS_WithSlots_4<DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToOption_2<{
4467
- /**
4468
- * Adds a close button on the right side of the alert
4469
- */
4470
- closeButton?: boolean;
4471
- /**
4472
- * Type of a alert; set a distinctive icon and color. Defaults to highlight.
4473
- * @values HIGHLIGHT, SUCCESS, CRITICAL, WARNING
4474
- */
4475
- type?: BentoAlertTypeOption | `${BentoAlertTypeOption}`;
4476
- /**
4477
- * Variant for the alert
4478
- * @values DEFAULT, TIP
4479
- */
4480
- variant?: BentoAlertVariant | `${BentoAlertVariant}`;
4481
- }>, {
4482
- closeButton: boolean;
4483
- type: BentoAlertTypeOption;
4484
- variant: BentoAlertVariant;
4485
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToOption_2<{
4486
- /**
4487
- * Adds a close button on the right side of the alert
4488
- */
4489
- closeButton?: boolean;
4490
- /**
4491
- * Type of a alert; set a distinctive icon and color. Defaults to highlight.
4492
- * @values HIGHLIGHT, SUCCESS, CRITICAL, WARNING
4493
- */
4494
- type?: BentoAlertTypeOption | `${BentoAlertTypeOption}`;
4495
- /**
4496
- * Variant for the alert
4497
- * @values DEFAULT, TIP
4498
- */
4499
- variant?: BentoAlertVariant | `${BentoAlertVariant}`;
4500
- }>, {
4501
- closeButton: boolean;
4502
- type: BentoAlertTypeOption;
4503
- variant: BentoAlertVariant;
4504
- }>>>, {
4505
- type: BentoAlertTypeOption | `${BentoAlertTypeOption}`;
4506
- variant: BentoAlertVariant | `${BentoAlertVariant}`;
4507
- closeButton: boolean;
4650
+ declare const __VLS_export_51: __VLS_WithSlots_26<DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToOption_32<BentoInputFieldPhoneNumberProps>, {
4651
+ countries: () => CountryCode[];
4652
+ description: any;
4653
+ dynamicFiltering: boolean;
4654
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToOption_32<BentoInputFieldPhoneNumberProps>, {
4655
+ countries: () => CountryCode[];
4656
+ description: any;
4657
+ dynamicFiltering: boolean;
4658
+ }>>>, {
4659
+ description: string;
4660
+ dynamicFiltering: boolean;
4661
+ countries: Array<BentoInputFieldPhoneNumberCountryCode>;
4508
4662
  }>, {
4509
4663
  default?: (props: {}) => any;
4510
4664
  } & {
4511
4665
  description?: (props: {}) => any;
4512
- } & {
4513
- actions?: (props: {}) => any;
4514
4666
  }>;
4515
4667
 
4516
- declare const __VLS_export_50: __VLS_WithSlots_26<DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToOption_31<BentoInputFieldPhoneNumberProps>, {
4517
- countries: () => CountryCode[];
4668
+ declare const __VLS_export_52: __VLS_WithSlots_27<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToOption_33<BentoInputTimeProps>, {
4669
+ condensed: boolean;
4518
4670
  description: any;
4519
- dynamicFiltering: boolean;
4520
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToOption_31<BentoInputFieldPhoneNumberProps>, {
4521
- countries: () => CountryCode[];
4671
+ disabled: boolean;
4672
+ errorMessage: any;
4673
+ label: string;
4674
+ modelValue: any;
4675
+ optional: boolean;
4676
+ placeholder: string;
4677
+ readonly: boolean;
4678
+ required: boolean;
4679
+ tooltipText: any;
4680
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToOption_33<BentoInputTimeProps>, {
4681
+ condensed: boolean;
4522
4682
  description: any;
4523
- dynamicFiltering: boolean;
4683
+ disabled: boolean;
4684
+ errorMessage: any;
4685
+ label: string;
4686
+ modelValue: any;
4687
+ optional: boolean;
4688
+ placeholder: string;
4689
+ readonly: boolean;
4690
+ required: boolean;
4691
+ tooltipText: any;
4524
4692
  }>>>, {
4525
4693
  description: string;
4526
- dynamicFiltering: boolean;
4527
- countries: Array<BentoInputFieldPhoneNumberCountryCode>;
4694
+ label: string;
4695
+ required: boolean;
4696
+ condensed: boolean;
4697
+ disabled: boolean;
4698
+ optional: boolean;
4699
+ readonly: boolean;
4700
+ tooltipText: string;
4701
+ errorMessage: string;
4702
+ placeholder: string;
4703
+ modelValue: BentoInputFieldValue;
4528
4704
  }>, {
4529
4705
  default?: (props: {}) => any;
4530
4706
  } & {
4531
4707
  description?: (props: {}) => any;
4532
4708
  }>;
4533
4709
 
4534
- declare const __VLS_export_51: __VLS_WithSlots_27<DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToOption_32<BentoInspectorProps>, {
4710
+ declare const __VLS_export_53: __VLS_WithSlots_28<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToOption_34<BentoInspectorProps>, {
4535
4711
  activePage: string;
4536
4712
  expandable: boolean;
4537
4713
  isOpen: boolean;
@@ -4539,7 +4715,7 @@ loading: boolean;
4539
4715
  size: string;
4540
4716
  relativeLayout: string;
4541
4717
  pageFocusAnchor: any;
4542
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToOption_32<BentoInspectorProps>, {
4718
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToOption_34<BentoInspectorProps>, {
4543
4719
  activePage: string;
4544
4720
  expandable: boolean;
4545
4721
  isOpen: boolean;
@@ -4561,10 +4737,10 @@ pageFocusAnchor: HTMLElement;
4561
4737
  content?: (props: {}) => any;
4562
4738
  }>;
4563
4739
 
4564
- declare const __VLS_export_52: __VLS_WithSlots_28<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToOption_33<BentoLayoutProps>, {
4740
+ declare const __VLS_export_54: __VLS_WithSlots_29<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToOption_35<BentoLayoutProps>, {
4565
4741
  size: string;
4566
4742
  variant: string;
4567
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToOption_33<BentoLayoutProps>, {
4743
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToOption_35<BentoLayoutProps>, {
4568
4744
  size: string;
4569
4745
  variant: string;
4570
4746
  }>>>, {
@@ -4574,9 +4750,9 @@ size: BentoLayoutSize;
4574
4750
  default?: (props: {}) => any;
4575
4751
  }>;
4576
4752
 
4577
- declare const __VLS_export_53: __VLS_WithSlots_29<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToOption_34<BentoLayoutRowProps>, {
4753
+ declare const __VLS_export_55: __VLS_WithSlots_30<DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToOption_36<BentoLayoutRowProps>, {
4578
4754
  columnsLayout: string;
4579
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToOption_34<BentoLayoutRowProps>, {
4755
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToOption_36<BentoLayoutRowProps>, {
4580
4756
  columnsLayout: string;
4581
4757
  }>>>, {
4582
4758
  columnsLayout: BentoLayoutRowColumnLayout;
@@ -4588,9 +4764,9 @@ columnsLayout: BentoLayoutRowColumnLayout;
4588
4764
  'col-2'?: (props: {}) => any;
4589
4765
  }>;
4590
4766
 
4591
- declare const __VLS_export_54: __VLS_WithSlots_30<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToOption_35<BentoListProps>, {
4767
+ declare const __VLS_export_56: __VLS_WithSlots_31<DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToOption_37<BentoListProps>, {
4592
4768
  type: string;
4593
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToOption_35<BentoListProps>, {
4769
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToOption_37<BentoListProps>, {
4594
4770
  type: string;
4595
4771
  }>>>, {
4596
4772
  type: BentoListType;
@@ -4598,14 +4774,14 @@ type: BentoListType;
4598
4774
  default?: (props: {}) => any;
4599
4775
  }>;
4600
4776
 
4601
- declare const __VLS_export_55: __VLS_WithSlots_31<DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToOption_36<BentoListItemProps>, {
4777
+ declare const __VLS_export_57: __VLS_WithSlots_32<DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToOption_38<BentoListItemProps>, {
4602
4778
  showStatus: boolean;
4603
4779
  statusColor: string;
4604
4780
  tag: any;
4605
4781
  withChevron: boolean;
4606
4782
  showTopDivider: boolean;
4607
4783
  showBottomDivider: boolean;
4608
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToOption_36<BentoListItemProps>, {
4784
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToOption_38<BentoListItemProps>, {
4609
4785
  showStatus: boolean;
4610
4786
  statusColor: string;
4611
4787
  tag: any;
@@ -4629,11 +4805,11 @@ showBottomDivider: boolean;
4629
4805
  end?: (props: {}) => any;
4630
4806
  }>;
4631
4807
 
4632
- declare const __VLS_export_56: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToOption_37<BentoLoadingIndicatorProps>, {
4808
+ declare const __VLS_export_58: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToOption_39<BentoLoadingIndicatorProps>, {
4633
4809
  small: boolean;
4634
4810
  large: boolean;
4635
4811
  inverse: boolean;
4636
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToOption_37<BentoLoadingIndicatorProps>, {
4812
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToOption_39<BentoLoadingIndicatorProps>, {
4637
4813
  small: boolean;
4638
4814
  large: boolean;
4639
4815
  inverse: boolean;
@@ -4643,9 +4819,19 @@ large: boolean;
4643
4819
  inverse: boolean;
4644
4820
  }>;
4645
4821
 
4646
- declare const __VLS_export_57: __VLS_WithSlots_32<typeof __VLS_base, __VLS_Slots>;
4822
+ declare const __VLS_export_59: __VLS_WithSlots_33<typeof __VLS_base, __VLS_Slots>;
4823
+
4824
+ declare const __VLS_export_6: __VLS_WithSlots_5<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToOption_3<BentoAnchorScrollerProps>, {
4825
+ activeIndex: any;
4826
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToOption_3<BentoAnchorScrollerProps>, {
4827
+ activeIndex: any;
4828
+ }>>>, {
4829
+ activeIndex: AnchorScrollerListProps["activeIndex"];
4830
+ }>, {
4831
+ default?: (props: {}) => any;
4832
+ }>;
4647
4833
 
4648
- declare const __VLS_export_58: __VLS_WithSlots_33<DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToOption_38<BentoMenuProps>, {
4834
+ declare const __VLS_export_60: __VLS_WithSlots_34<DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToOption_40<BentoMenuProps>, {
4649
4835
  button: () => BentoMenuButtonProps;
4650
4836
  closeMenuOnItemSelect: boolean;
4651
4837
  disableArrowDownOpeningMenu: boolean;
@@ -4660,7 +4846,7 @@ closeOnClickOutsideOptions: any;
4660
4846
  * Control to enable programmatic closing of the menu
4661
4847
  */
4662
4848
  closeMenu: (revertFocus?: boolean) => Promise<void>;
4663
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToOption_38<BentoMenuProps>, {
4849
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToOption_40<BentoMenuProps>, {
4664
4850
  button: () => BentoMenuButtonProps;
4665
4851
  closeMenuOnItemSelect: boolean;
4666
4852
  disableArrowDownOpeningMenu: boolean;
@@ -4686,7 +4872,7 @@ closeOnClickOutsideOptions: any;
4686
4872
  default?: (props: {}) => any;
4687
4873
  }>;
4688
4874
 
4689
- declare const __VLS_export_59: __VLS_WithSlots_34<DefineComponent< {
4875
+ declare const __VLS_export_61: __VLS_WithSlots_35<DefineComponent< {
4690
4876
  /**
4691
4877
  * List of actions that will be used to render the buttons.
4692
4878
  * First element in the list will be rendered as "primary".
@@ -4978,17 +5164,7 @@ dialogType: "confirmation" | "destructive" | "info" | "acknowledgement" | BentoM
4978
5164
  content?: (props: {}) => any;
4979
5165
  }>;
4980
5166
 
4981
- declare const __VLS_export_6: __VLS_WithSlots_5<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToOption_3<BentoAnchorScrollerProps>, {
4982
- activeIndex: any;
4983
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToOption_3<BentoAnchorScrollerProps>, {
4984
- activeIndex: any;
4985
- }>>>, {
4986
- activeIndex: AnchorScrollerListProps["activeIndex"];
4987
- }>, {
4988
- default?: (props: {}) => any;
4989
- }>;
4990
-
4991
- declare const __VLS_export_60: __VLS_WithSlots_35<DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToOption_39<BentoModalPageProps>, {
5167
+ declare const __VLS_export_62: __VLS_WithSlots_36<DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToOption_41<BentoModalPageProps>, {
4992
5168
  actions: any;
4993
5169
  actionsLabel: any;
4994
5170
  columnsSize: BentoModalColumnLayoutVariant;
@@ -4997,7 +5173,7 @@ destructiveActions: boolean;
4997
5173
  withColumnLayout: boolean;
4998
5174
  pageId: any;
4999
5175
  previousPage: any;
5000
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToOption_39<BentoModalPageProps>, {
5176
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToOption_41<BentoModalPageProps>, {
5001
5177
  actions: any;
5002
5178
  actionsLabel: any;
5003
5179
  columnsSize: BentoModalColumnLayoutVariant;
@@ -5027,7 +5203,7 @@ withColumnLayout: boolean;
5027
5203
  actions?: (props: {}) => any;
5028
5204
  }>;
5029
5205
 
5030
- declare const __VLS_export_61: __VLS_WithSlots_36<DefineComponent< {
5206
+ declare const __VLS_export_63: __VLS_WithSlots_37<DefineComponent< {
5031
5207
  /**
5032
5208
  * List of actions that will be used to render the buttons.
5033
5209
  * First element in the list will be rendered as "primary".
@@ -5129,7 +5305,7 @@ contextualLabel: string;
5129
5305
  header?: (props: {}) => any;
5130
5306
  }>;
5131
5307
 
5132
- declare const __VLS_export_62: __VLS_WithSlots_37<DefineComponent< {
5308
+ declare const __VLS_export_64: __VLS_WithSlots_38<DefineComponent< {
5133
5309
  /**
5134
5310
  * List of actions that will be used to render the buttons.
5135
5311
  * First element in the list will be rendered as "primary".
@@ -5246,7 +5422,7 @@ titleId: string;
5246
5422
  default?: (props: {}) => any;
5247
5423
  }>;
5248
5424
 
5249
- declare const __VLS_export_63: DefineComponent< {
5425
+ declare const __VLS_export_65: DefineComponent< {
5250
5426
  /**
5251
5427
  * Array of BentoButtonActionsList to show to the right of the title
5252
5428
  */
@@ -5389,7 +5565,7 @@ infoIconTooltipText: string;
5389
5565
  infoIconPopoverPosition: "top" | "right" | "bottom" | "left" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | PopperContainerPosition;
5390
5566
  }>;
5391
5567
 
5392
- declare const __VLS_export_64: __VLS_WithSlots_38<DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToOption_40<BentoPaginationProps>, {
5568
+ declare const __VLS_export_66: __VLS_WithSlots_39<DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToOption_42<BentoPaginationProps>, {
5393
5569
  ariaLabel: any;
5394
5570
  hasNext: any;
5395
5571
  hidePageSize: boolean;
@@ -5400,7 +5576,7 @@ pageSizeItems: any;
5400
5576
  size: number;
5401
5577
  totalCount: any;
5402
5578
  virtualScroll: boolean;
5403
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToOption_40<BentoPaginationProps>, {
5579
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToOption_42<BentoPaginationProps>, {
5404
5580
  ariaLabel: any;
5405
5581
  hasNext: any;
5406
5582
  hidePageSize: boolean;
@@ -5426,11 +5602,11 @@ hidePageSize: boolean;
5426
5602
  default?: (props: {}) => any;
5427
5603
  }>;
5428
5604
 
5429
- declare const __VLS_export_65: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToOption_41<BentoPaymentMethodProps>, {
5605
+ declare const __VLS_export_67: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToOption_43<BentoPaymentMethodProps>, {
5430
5606
  label: any;
5431
5607
  small: boolean;
5432
5608
  type: string;
5433
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToOption_41<BentoPaymentMethodProps>, {
5609
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToOption_43<BentoPaymentMethodProps>, {
5434
5610
  label: any;
5435
5611
  small: boolean;
5436
5612
  type: string;
@@ -5440,7 +5616,7 @@ type: string;
5440
5616
  label: string;
5441
5617
  }>;
5442
5618
 
5443
- declare const __VLS_export_66: __VLS_WithSlots_39<DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToOption_42<BentoPopoverProps>, {
5619
+ declare const __VLS_export_68: __VLS_WithSlots_40<DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToOption_44<BentoPopoverProps>, {
5444
5620
  actions: any;
5445
5621
  actionsLayout: string;
5446
5622
  ariaLabel: any;
@@ -5460,7 +5636,7 @@ trapAll: boolean;
5460
5636
  trapAllOptions: any;
5461
5637
  withoutSpace: boolean;
5462
5638
  overflowVisible: boolean;
5463
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToOption_42<BentoPopoverProps>, {
5639
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToOption_44<BentoPopoverProps>, {
5464
5640
  actions: any;
5465
5641
  actionsLayout: string;
5466
5642
  ariaLabel: any;
@@ -5508,13 +5684,13 @@ overflowVisible: boolean;
5508
5684
  default?: (props: {}) => any;
5509
5685
  }>;
5510
5686
 
5511
- declare const __VLS_export_67: __VLS_WithSlots_40<DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToOption_43<BentoPromoBannerProps>, {
5687
+ declare const __VLS_export_69: __VLS_WithSlots_41<DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToOption_45<BentoPromoBannerProps>, {
5512
5688
  actions: any;
5513
5689
  color: BentoPromoBannerColor;
5514
5690
  isDismissible: boolean;
5515
5691
  dismissButtonText: any;
5516
5692
  layout: BentoPromoBannerLayout;
5517
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToOption_43<BentoPromoBannerProps>, {
5693
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToOption_45<BentoPromoBannerProps>, {
5518
5694
  actions: any;
5519
5695
  color: BentoPromoBannerColor;
5520
5696
  isDismissible: boolean;
@@ -5530,7 +5706,52 @@ dismissButtonText: string;
5530
5706
  description?: (props: {}) => any;
5531
5707
  }>;
5532
5708
 
5533
- declare const __VLS_export_68: __VLS_WithSlots_41<DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToOption_44<BentoRadioGroupProps>, {
5709
+ declare const __VLS_export_7: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToOption_4<{
5710
+ /**
5711
+ * Displays the user profile without the label.
5712
+ */
5713
+ iconOnly?: boolean;
5714
+ /**
5715
+ * Image src to load the profile picture.
5716
+ */
5717
+ src?: string;
5718
+ /**
5719
+ * Name of the user that will be used both in the label and to extract initials to display default value.
5720
+ * John => J
5721
+ * John Smith => JS
5722
+ * John Smith Doe => JD
5723
+ * John Smith Doe Holly => JH
5724
+ */
5725
+ username: string;
5726
+ }>, {
5727
+ iconOnly: boolean;
5728
+ src: any;
5729
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToOption_4<{
5730
+ /**
5731
+ * Displays the user profile without the label.
5732
+ */
5733
+ iconOnly?: boolean;
5734
+ /**
5735
+ * Image src to load the profile picture.
5736
+ */
5737
+ src?: string;
5738
+ /**
5739
+ * Name of the user that will be used both in the label and to extract initials to display default value.
5740
+ * John => J
5741
+ * John Smith => JS
5742
+ * John Smith Doe => JD
5743
+ * John Smith Doe Holly => JH
5744
+ */
5745
+ username: string;
5746
+ }>, {
5747
+ iconOnly: boolean;
5748
+ src: any;
5749
+ }>>>, {
5750
+ iconOnly: boolean;
5751
+ src: string;
5752
+ }>;
5753
+
5754
+ declare const __VLS_export_70: __VLS_WithSlots_42<DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToOption_46<BentoRadioGroupProps>, {
5534
5755
  description: any;
5535
5756
  disabled: boolean;
5536
5757
  errorMessage: any;
@@ -5545,7 +5766,7 @@ tooltipText: any;
5545
5766
  variant: BentoRadioGroupVariant;
5546
5767
  }>, {
5547
5768
  focus: () => void;
5548
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToOption_44<BentoRadioGroupProps>, {
5769
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToOption_46<BentoRadioGroupProps>, {
5549
5770
  description: any;
5550
5771
  disabled: boolean;
5551
5772
  errorMessage: any;
@@ -5577,7 +5798,7 @@ formId: string | null;
5577
5798
  description?: (props: {}) => any;
5578
5799
  }>;
5579
5800
 
5580
- declare const __VLS_export_69: __VLS_WithSlots_42<DefineComponent< {
5801
+ declare const __VLS_export_71: __VLS_WithSlots_43<DefineComponent< {
5581
5802
  /**
5582
5803
  * Disable the radio button (optional)
5583
5804
  */
@@ -5700,52 +5921,7 @@ hasError: boolean;
5700
5921
  content?: (props: {}) => any;
5701
5922
  }>;
5702
5923
 
5703
- declare const __VLS_export_7: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToOption_4<{
5704
- /**
5705
- * Displays the user profile without the label.
5706
- */
5707
- iconOnly?: boolean;
5708
- /**
5709
- * Image src to load the profile picture.
5710
- */
5711
- src?: string;
5712
- /**
5713
- * Name of the user that will be used both in the label and to extract initials to display default value.
5714
- * John => J
5715
- * John Smith => JS
5716
- * John Smith Doe => JD
5717
- * John Smith Doe Holly => JH
5718
- */
5719
- username: string;
5720
- }>, {
5721
- iconOnly: boolean;
5722
- src: any;
5723
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToOption_4<{
5724
- /**
5725
- * Displays the user profile without the label.
5726
- */
5727
- iconOnly?: boolean;
5728
- /**
5729
- * Image src to load the profile picture.
5730
- */
5731
- src?: string;
5732
- /**
5733
- * Name of the user that will be used both in the label and to extract initials to display default value.
5734
- * John => J
5735
- * John Smith => JS
5736
- * John Smith Doe => JD
5737
- * John Smith Doe Holly => JH
5738
- */
5739
- username: string;
5740
- }>, {
5741
- iconOnly: boolean;
5742
- src: any;
5743
- }>>>, {
5744
- iconOnly: boolean;
5745
- src: string;
5746
- }>;
5747
-
5748
- declare const __VLS_export_70: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToOption_45<BentoRichTextEditorProps>, {
5924
+ declare const __VLS_export_72: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToOption_47<BentoRichTextEditorProps>, {
5749
5925
  description: any;
5750
5926
  disabled: boolean;
5751
5927
  errorMessage: any;
@@ -5755,7 +5931,7 @@ mode: string;
5755
5931
  required: boolean;
5756
5932
  tooltipText: any;
5757
5933
  value: any;
5758
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToOption_45<BentoRichTextEditorProps>, {
5934
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToOption_47<BentoRichTextEditorProps>, {
5759
5935
  description: any;
5760
5936
  disabled: boolean;
5761
5937
  errorMessage: any;
@@ -5777,7 +5953,7 @@ hideLabel: boolean;
5777
5953
  errorMessage: string;
5778
5954
  }>;
5779
5955
 
5780
- declare const __VLS_export_71: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToOption_46<BentoSearchBarProps>, {
5956
+ declare const __VLS_export_73: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToOption_48<BentoSearchBarProps>, {
5781
5957
  condensed: boolean;
5782
5958
  debounceTime: number;
5783
5959
  disabled: boolean;
@@ -5789,7 +5965,7 @@ value: any;
5789
5965
  * Focus on the input field when called.
5790
5966
  */
5791
5967
  focus: () => void;
5792
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToOption_46<BentoSearchBarProps>, {
5968
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToOption_48<BentoSearchBarProps>, {
5793
5969
  condensed: boolean;
5794
5970
  debounceTime: number;
5795
5971
  disabled: boolean;
@@ -5805,14 +5981,14 @@ hint: string;
5805
5981
  debounceTime: number;
5806
5982
  }>;
5807
5983
 
5808
- declare const __VLS_export_72: DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>;
5984
+ declare const __VLS_export_74: DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>;
5809
5985
 
5810
- declare const __VLS_export_73: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToOption_47<BentoSegmentedControlProps>, {
5986
+ declare const __VLS_export_75: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToOption_49<BentoSegmentedControlProps>, {
5811
5987
  ariaLabel: any;
5812
5988
  fullWidth: boolean;
5813
5989
  wrap: boolean;
5814
5990
  modelValue: any;
5815
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToOption_47<BentoSegmentedControlProps>, {
5991
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToOption_49<BentoSegmentedControlProps>, {
5816
5992
  ariaLabel: any;
5817
5993
  fullWidth: boolean;
5818
5994
  wrap: boolean;
@@ -5824,7 +6000,7 @@ modelValue: BentoSegmentedControlValue;
5824
6000
  fullWidth: boolean;
5825
6001
  }>;
5826
6002
 
5827
- declare const __VLS_export_74: __VLS_WithSlots_43<DefineComponent< {
6003
+ declare const __VLS_export_76: __VLS_WithSlots_44<DefineComponent< {
5828
6004
  /**
5829
6005
  * The description of the selection card
5830
6006
  */
@@ -5980,7 +6156,7 @@ fullyClickable: boolean;
5980
6156
  dynamicContent?: (props: {}) => any;
5981
6157
  }>;
5982
6158
 
5983
- declare const __VLS_export_75: __VLS_WithSlots_44<DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToOption_48<BentoSelectionCardGroupProps>, {
6159
+ declare const __VLS_export_77: __VLS_WithSlots_45<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToOption_50<BentoSelectionCardGroupProps>, {
5984
6160
  description: any;
5985
6161
  disabled: boolean;
5986
6162
  errorMessage: any;
@@ -5995,7 +6171,7 @@ required: boolean;
5995
6171
  tooltipText: any;
5996
6172
  readonly: boolean;
5997
6173
  variant: string;
5998
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToOption_48<BentoSelectionCardGroupProps>, {
6174
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToOption_50<BentoSelectionCardGroupProps>, {
5999
6175
  description: any;
6000
6176
  disabled: boolean;
6001
6177
  errorMessage: any;
@@ -6075,7 +6251,7 @@ itemsPerRow: BentoSelectionCardGroupItemsPerRow;
6075
6251
  dynamicContent?: (props: any) => any;
6076
6252
  }>;
6077
6253
 
6078
- declare const __VLS_export_76: __VLS_WithSlots_45<DefineComponent< {
6254
+ declare const __VLS_export_78: __VLS_WithSlots_46<DefineComponent< {
6079
6255
  /**
6080
6256
  * List of actions that will be used to render the buttons.
6081
6257
  * First element in the list will be rendered as "primary".
@@ -6202,7 +6378,7 @@ destructiveActions: boolean;
6202
6378
  default?: (props: {}) => any;
6203
6379
  }>;
6204
6380
 
6205
- declare const __VLS_export_77: __VLS_WithSlots_46<DefineComponent< {
6381
+ declare const __VLS_export_79: __VLS_WithSlots_47<DefineComponent< {
6206
6382
  /**
6207
6383
  * The id of the current active page
6208
6384
  * Should be the same id as the BentoSidepanelPage to be displayed
@@ -6285,68 +6461,6 @@ isDismissible: boolean;
6285
6461
  default?: (props: {}) => any;
6286
6462
  }>;
6287
6463
 
6288
- declare const __VLS_export_78: __VLS_WithSlots_47<DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>, {
6289
- default?: (props: {}) => any;
6290
- }>;
6291
-
6292
- declare const __VLS_export_79: __VLS_WithSlots_48<DefineComponent< {
6293
- /**
6294
- * Type of stepper; defines how the stepper should behave. Default: linear
6295
- * @values linear, non-linear
6296
- */
6297
- type: {
6298
- type: PropType<`${BentoStepperTypeOption}`>;
6299
- default: string;
6300
- };
6301
- /**
6302
- * Stepper variant; defines how the stepper should be displayed. Default: vertical
6303
- * @values vertical, horizontal
6304
- */
6305
- variant: {
6306
- type: PropType<`${BentoStepperVariantOption}`>;
6307
- default: string;
6308
- };
6309
- /**
6310
- * Active step index
6311
- */
6312
- index: {
6313
- type: NumberConstructor;
6314
- default: number;
6315
- };
6316
- }, {
6317
- reset: () => void;
6318
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {
6319
- /**
6320
- * Type of stepper; defines how the stepper should behave. Default: linear
6321
- * @values linear, non-linear
6322
- */
6323
- type: {
6324
- type: PropType<`${BentoStepperTypeOption}`>;
6325
- default: string;
6326
- };
6327
- /**
6328
- * Stepper variant; defines how the stepper should be displayed. Default: vertical
6329
- * @values vertical, horizontal
6330
- */
6331
- variant: {
6332
- type: PropType<`${BentoStepperVariantOption}`>;
6333
- default: string;
6334
- };
6335
- /**
6336
- * Active step index
6337
- */
6338
- index: {
6339
- type: NumberConstructor;
6340
- default: number;
6341
- };
6342
- }>>, {
6343
- type: "linear" | "non-linear";
6344
- variant: "horizontal" | "vertical";
6345
- index: number;
6346
- }>, {
6347
- default?: (props: {}) => any;
6348
- }>;
6349
-
6350
6464
  declare const __VLS_export_8: __VLS_WithSlots_6<DefineComponent< {
6351
6465
  /**
6352
6466
  * Reduces sizing of button
@@ -6448,28 +6562,90 @@ default: string;
6448
6562
  * Types of flavour of Button
6449
6563
  * @values primary, secondary, tertiary, tertiary-with-background
6450
6564
  */
6451
- variant: {
6452
- type: PropType<BentoButtonVariant | `${BentoButtonVariant}`>;
6453
- default: BentoButtonVariant;
6454
- validator: (value: BentoButtonVariant) => boolean;
6565
+ variant: {
6566
+ type: PropType<BentoButtonVariant | `${BentoButtonVariant}`>;
6567
+ default: BentoButtonVariant;
6568
+ validator: (value: BentoButtonVariant) => boolean;
6569
+ };
6570
+ }>>, {
6571
+ link: Record<string, any>;
6572
+ type: "button" | "submit" | "reset";
6573
+ variant: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | BentoButtonVariant;
6574
+ condensed: boolean;
6575
+ critical: boolean;
6576
+ disabled: boolean;
6577
+ inverse: boolean;
6578
+ }>, {
6579
+ iconLeft?: (props: {}) => any;
6580
+ } & {
6581
+ default?: (props: {}) => any;
6582
+ } & {
6583
+ iconRight?: (props: {}) => any;
6584
+ }>;
6585
+
6586
+ declare const __VLS_export_80: __VLS_WithSlots_48<DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>, {
6587
+ default?: (props: {}) => any;
6588
+ }>;
6589
+
6590
+ declare const __VLS_export_81: __VLS_WithSlots_49<DefineComponent< {
6591
+ /**
6592
+ * Type of stepper; defines how the stepper should behave. Default: linear
6593
+ * @values linear, non-linear
6594
+ */
6595
+ type: {
6596
+ type: PropType<`${BentoStepperTypeOption}`>;
6597
+ default: string;
6598
+ };
6599
+ /**
6600
+ * Stepper variant; defines how the stepper should be displayed. Default: vertical
6601
+ * @values vertical, horizontal
6602
+ */
6603
+ variant: {
6604
+ type: PropType<`${BentoStepperVariantOption}`>;
6605
+ default: string;
6606
+ };
6607
+ /**
6608
+ * Active step index
6609
+ */
6610
+ index: {
6611
+ type: NumberConstructor;
6612
+ default: number;
6613
+ };
6614
+ }, {
6615
+ reset: () => void;
6616
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {
6617
+ /**
6618
+ * Type of stepper; defines how the stepper should behave. Default: linear
6619
+ * @values linear, non-linear
6620
+ */
6621
+ type: {
6622
+ type: PropType<`${BentoStepperTypeOption}`>;
6623
+ default: string;
6624
+ };
6625
+ /**
6626
+ * Stepper variant; defines how the stepper should be displayed. Default: vertical
6627
+ * @values vertical, horizontal
6628
+ */
6629
+ variant: {
6630
+ type: PropType<`${BentoStepperVariantOption}`>;
6631
+ default: string;
6632
+ };
6633
+ /**
6634
+ * Active step index
6635
+ */
6636
+ index: {
6637
+ type: NumberConstructor;
6638
+ default: number;
6455
6639
  };
6456
6640
  }>>, {
6457
- link: Record<string, any>;
6458
- type: "button" | "submit" | "reset";
6459
- variant: "primary" | "secondary" | "tertiary" | "tertiary-with-background" | BentoButtonVariant;
6460
- condensed: boolean;
6461
- critical: boolean;
6462
- disabled: boolean;
6463
- inverse: boolean;
6641
+ type: "linear" | "non-linear";
6642
+ variant: "horizontal" | "vertical";
6643
+ index: number;
6464
6644
  }>, {
6465
- iconLeft?: (props: {}) => any;
6466
- } & {
6467
6645
  default?: (props: {}) => any;
6468
- } & {
6469
- iconRight?: (props: {}) => any;
6470
6646
  }>;
6471
6647
 
6472
- declare const __VLS_export_80: __VLS_WithSlots_49<DefineComponent< {
6648
+ declare const __VLS_export_82: __VLS_WithSlots_50<DefineComponent< {
6473
6649
  /**
6474
6650
  * Completed status. Used on non-linear steppers to indicate if the step is completed.
6475
6651
  */
@@ -6508,7 +6684,7 @@ substepIndex: number;
6508
6684
  substeps?: (props: {}) => any;
6509
6685
  }>;
6510
6686
 
6511
- declare const __VLS_export_81: __VLS_WithSlots_50<DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToOption_49<{
6687
+ declare const __VLS_export_83: __VLS_WithSlots_51<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToOption_51<{
6512
6688
  /**
6513
6689
  * Width of the labels container, in pixels. Overrides layout prop.
6514
6690
  */
@@ -6532,7 +6708,7 @@ layout?: BentoStructuredListLayoutOptions;
6532
6708
  }>, {
6533
6709
  labelsWidth: any;
6534
6710
  layout: string;
6535
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToOption_49<{
6711
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToOption_51<{
6536
6712
  /**
6537
6713
  * Width of the labels container, in pixels. Overrides layout prop.
6538
6714
  */
@@ -6563,14 +6739,14 @@ labelsWidth: number;
6563
6739
  default?: (props: {}) => any;
6564
6740
  }>;
6565
6741
 
6566
- declare const __VLS_export_82: __VLS_WithSlots_51<DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>, {
6742
+ declare const __VLS_export_84: __VLS_WithSlots_52<DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>, {
6567
6743
  default?: (props: {}) => any;
6568
6744
  }>;
6569
6745
 
6570
- declare const __VLS_export_83: __VLS_WithSlots_52<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToOption_50<BentoSummaryGridProps>, {
6746
+ declare const __VLS_export_85: __VLS_WithSlots_53<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToOption_52<BentoSummaryGridProps>, {
6571
6747
  columnWidth: any;
6572
6748
  slashedZero: boolean;
6573
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToOption_50<BentoSummaryGridProps>, {
6749
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToOption_52<BentoSummaryGridProps>, {
6574
6750
  columnWidth: any;
6575
6751
  slashedZero: boolean;
6576
6752
  }>>>, {
@@ -6590,7 +6766,7 @@ slashedZero: boolean;
6590
6766
  [x: `cell-${number}-6`]: (props: {}) => any;
6591
6767
  }>;
6592
6768
 
6593
- declare const __VLS_export_84: __VLS_WithSlots_53<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToOption_51<BentoSummaryGridItemAmountProps>, {
6769
+ declare const __VLS_export_86: __VLS_WithSlots_54<DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToOption_53<BentoSummaryGridItemAmountProps>, {
6594
6770
  copy: any;
6595
6771
  fitContent: boolean;
6596
6772
  infoIconTooltipText: any;
@@ -6603,7 +6779,7 @@ trend: any;
6603
6779
  trendDirection: string;
6604
6780
  underlinePopoverSize: string;
6605
6781
  underlineTooltipText: any;
6606
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToOption_51<BentoSummaryGridItemAmountProps>, {
6782
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToOption_53<BentoSummaryGridItemAmountProps>, {
6607
6783
  copy: any;
6608
6784
  fitContent: boolean;
6609
6785
  infoIconTooltipText: any;
@@ -6633,7 +6809,7 @@ secondaryMetric: string;
6633
6809
  'dashed-underline'?: (props: {}) => any;
6634
6810
  }>;
6635
6811
 
6636
- declare const __VLS_export_85: __VLS_WithSlots_54<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToOption_52<BentoSummaryGridItemNumericProps>, {
6812
+ declare const __VLS_export_87: __VLS_WithSlots_55<DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToOption_54<BentoSummaryGridItemNumericProps>, {
6637
6813
  copy: any;
6638
6814
  fitContent: boolean;
6639
6815
  infoIconTooltipText: any;
@@ -6645,7 +6821,7 @@ trend: any;
6645
6821
  trendDirection: string;
6646
6822
  underlinePopoverSize: string;
6647
6823
  underlineTooltipText: any;
6648
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToOption_52<BentoSummaryGridItemNumericProps>, {
6824
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToOption_54<BentoSummaryGridItemNumericProps>, {
6649
6825
  copy: any;
6650
6826
  fitContent: boolean;
6651
6827
  infoIconTooltipText: any;
@@ -6673,7 +6849,7 @@ secondaryMetric: string;
6673
6849
  'dashed-underline'?: (props: {}) => any;
6674
6850
  }>;
6675
6851
 
6676
- declare const __VLS_export_86: __VLS_WithSlots_55<DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToOption_53<BentoSummaryGridItemPercentageProps>, {
6852
+ declare const __VLS_export_88: __VLS_WithSlots_56<DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToOption_55<BentoSummaryGridItemPercentageProps>, {
6677
6853
  copy: any;
6678
6854
  fitContent: boolean;
6679
6855
  infoIconTooltipText: any;
@@ -6685,7 +6861,7 @@ trend: any;
6685
6861
  trendDirection: string;
6686
6862
  underlinePopoverSize: string;
6687
6863
  underlineTooltipText: any;
6688
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToOption_53<BentoSummaryGridItemPercentageProps>, {
6864
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToOption_55<BentoSummaryGridItemPercentageProps>, {
6689
6865
  copy: any;
6690
6866
  fitContent: boolean;
6691
6867
  infoIconTooltipText: any;
@@ -6713,13 +6889,13 @@ secondaryMetric: string | number;
6713
6889
  'dashed-underline'?: (props: {}) => any;
6714
6890
  }>;
6715
6891
 
6716
- declare const __VLS_export_87: __VLS_WithSlots_56<DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToOption_54<BentoSummaryGridItemTextProps>, {
6892
+ declare const __VLS_export_89: __VLS_WithSlots_57<DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToOption_56<BentoSummaryGridItemTextProps>, {
6717
6893
  copy: any;
6718
6894
  fitContent: boolean;
6719
6895
  infoIconTooltipText: any;
6720
6896
  underlinePopoverSize: string;
6721
6897
  underlineTooltipText: any;
6722
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToOption_54<BentoSummaryGridItemTextProps>, {
6898
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToOption_56<BentoSummaryGridItemTextProps>, {
6723
6899
  copy: any;
6724
6900
  fitContent: boolean;
6725
6901
  infoIconTooltipText: any;
@@ -6735,13 +6911,35 @@ underlineTooltipText: string;
6735
6911
  'dashed-underline'?: (props: {}) => any;
6736
6912
  }>;
6737
6913
 
6738
- declare const __VLS_export_88: __VLS_WithSlots_57<DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToOption_55<BentoSummaryGridItemCustomProps>, {
6914
+ declare const __VLS_export_9: __VLS_WithSlots_7<DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToOption_5<BentoAiButtonProps>, {
6915
+ link: any;
6916
+ type: string;
6917
+ condensed: boolean;
6918
+ disabled: boolean;
6919
+ inverse: boolean;
6920
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToOption_5<BentoAiButtonProps>, {
6921
+ link: any;
6922
+ type: string;
6923
+ condensed: boolean;
6924
+ disabled: boolean;
6925
+ inverse: boolean;
6926
+ }>>>, {
6927
+ link: BentoButtonProps_2["link"];
6928
+ type: BentoButtonProps_2["type"];
6929
+ condensed: BentoButtonProps_2["condensed"];
6930
+ disabled: BentoButtonProps_2["disabled"];
6931
+ inverse: BentoButtonProps_2["inverse"];
6932
+ }>, {
6933
+ default?: (props: {}) => any;
6934
+ }>;
6935
+
6936
+ declare const __VLS_export_90: __VLS_WithSlots_58<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToOption_57<BentoSummaryGridItemCustomProps>, {
6739
6937
  copy: any;
6740
6938
  infoIconTooltipText: any;
6741
6939
  fitContent: boolean;
6742
6940
  underlinePopoverSize: string;
6743
6941
  underlineTooltipText: any;
6744
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToOption_55<BentoSummaryGridItemCustomProps>, {
6942
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToOption_57<BentoSummaryGridItemCustomProps>, {
6745
6943
  copy: any;
6746
6944
  infoIconTooltipText: any;
6747
6945
  fitContent: boolean;
@@ -6759,7 +6957,7 @@ underlineTooltipText: string;
6759
6957
  default?: (props: {}) => any;
6760
6958
  }>;
6761
6959
 
6762
- declare const __VLS_export_89: DefineComponent< {
6960
+ declare const __VLS_export_91: DefineComponent< {
6763
6961
  /**
6764
6962
  * Sets the active tab by its index (0 being the first tab item).
6765
6963
  */
@@ -6824,35 +7022,13 @@ activeTabIndex: number;
6824
7022
  stickyOptions: any;
6825
7023
  }>;
6826
7024
 
6827
- declare const __VLS_export_9: __VLS_WithSlots_7<DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToOption_5<BentoAiButtonProps>, {
6828
- link: any;
6829
- type: string;
6830
- condensed: boolean;
6831
- disabled: boolean;
6832
- inverse: boolean;
6833
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToOption_5<BentoAiButtonProps>, {
6834
- link: any;
6835
- type: string;
6836
- condensed: boolean;
6837
- disabled: boolean;
6838
- inverse: boolean;
6839
- }>>>, {
6840
- link: BentoButtonProps_2["link"];
6841
- type: BentoButtonProps_2["type"];
6842
- condensed: BentoButtonProps_2["condensed"];
6843
- disabled: BentoButtonProps_2["disabled"];
6844
- inverse: BentoButtonProps_2["inverse"];
6845
- }>, {
6846
- default?: (props: {}) => any;
6847
- }>;
6848
-
6849
- declare const __VLS_export_90: __VLS_WithSlots_58<DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToOption_56<BentoTabProps>, {
7025
+ declare const __VLS_export_92: __VLS_WithSlots_59<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToOption_58<BentoTabProps>, {
6850
7026
  counter: any;
6851
7027
  disabled: boolean;
6852
7028
  hidden: boolean;
6853
7029
  withNotificationIndicator: boolean;
6854
7030
  setElementRef: any;
6855
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToOption_56<BentoTabProps>, {
7031
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToOption_58<BentoTabProps>, {
6856
7032
  counter: any;
6857
7033
  disabled: boolean;
6858
7034
  hidden: boolean;
@@ -6868,7 +7044,7 @@ withNotificationIndicator: boolean;
6868
7044
  default?: (props: {}) => any;
6869
7045
  }>;
6870
7046
 
6871
- declare const __VLS_export_91: DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToOption_57<BentoTextareaProps>, {
7047
+ declare const __VLS_export_93: DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToOption_59<BentoTextareaProps>, {
6872
7048
  ariaLabel: any;
6873
7049
  characterLimit: any;
6874
7050
  description: string;
@@ -6887,7 +7063,7 @@ value: string;
6887
7063
  modelValue: string;
6888
7064
  }>, {
6889
7065
  focus: () => void;
6890
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToOption_57<BentoTextareaProps>, {
7066
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToOption_59<BentoTextareaProps>, {
6891
7067
  ariaLabel: any;
6892
7068
  characterLimit: any;
6893
7069
  description: string;
@@ -6923,13 +7099,13 @@ clearable: boolean;
6923
7099
  resizable: BentoTextareaResizeOption | `${BentoTextareaResizeOption}`;
6924
7100
  }>;
6925
7101
 
6926
- declare const __VLS_export_92: __VLS_WithSlots_59<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToOption_58<BentoTimelineProps>, {
7102
+ declare const __VLS_export_94: __VLS_WithSlots_60<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToOption_60<BentoTimelineProps>, {
6927
7103
  addNote: boolean;
6928
7104
  showMore: any;
6929
7105
  timegapLimit: any;
6930
7106
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6931
7107
  "add-timeline-note": (...args: any[]) => void;
6932
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToOption_58<BentoTimelineProps>, {
7108
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToOption_60<BentoTimelineProps>, {
6933
7109
  addNote: boolean;
6934
7110
  showMore: any;
6935
7111
  timegapLimit: any;
@@ -6941,7 +7117,7 @@ timegapLimit: BentoTimelineGapObject;
6941
7117
  default?: (props: {}) => any;
6942
7118
  }>;
6943
7119
 
6944
- declare const __VLS_export_93: __VLS_WithSlots_60<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToOption_59<BentoTimelineItemProps>, {
7120
+ declare const __VLS_export_95: __VLS_WithSlots_61<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToOption_61<BentoTimelineItemProps>, {
6945
7121
  additionalTimestamp: any;
6946
7122
  dataList: any;
6947
7123
  description: any;
@@ -6950,7 +7126,7 @@ tag: any;
6950
7126
  title: any;
6951
7127
  type: string;
6952
7128
  variant: any;
6953
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToOption_59<BentoTimelineItemProps>, {
7129
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToOption_61<BentoTimelineItemProps>, {
6954
7130
  additionalTimestamp: any;
6955
7131
  dataList: any;
6956
7132
  description: any;
@@ -6974,9 +7150,9 @@ dataList: BentoTimelineDataList;
6974
7150
  default?: (props: {}) => any;
6975
7151
  }>;
6976
7152
 
6977
- declare const __VLS_export_94: DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>;
7153
+ declare const __VLS_export_96: DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>;
6978
7154
 
6979
- declare const __VLS_export_95: __VLS_WithSlots_61<DefineComponent< {
7155
+ declare const __VLS_export_97: __VLS_WithSlots_62<DefineComponent< {
6980
7156
  /**
6981
7157
  * @deprecated from version 2.0.0. Use the aria-label attribute instead.
6982
7158
  */
@@ -7070,7 +7246,7 @@ labelPosition: "after" | "before" | BentoToggleLabelPosition;
7070
7246
  description?: (props: {}) => any;
7071
7247
  }>;
7072
7248
 
7073
- declare const __VLS_export_96: DefineComponent< {
7249
+ declare const __VLS_export_98: DefineComponent< {
7074
7250
  /**
7075
7251
  * The current step index. If provided, will start the tutorial in that step.
7076
7252
  */
@@ -7127,7 +7303,7 @@ index: number;
7127
7303
  scrollOptions: any;
7128
7304
  }>;
7129
7305
 
7130
- declare const __VLS_export_97: __VLS_WithSlots_62<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToOption_60<BentoTypographyProps>, {
7306
+ declare const __VLS_export_99: __VLS_WithSlots_63<DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToOption_62<BentoTypographyProps>, {
7131
7307
  el: BentoTypographyElement;
7132
7308
  large: boolean;
7133
7309
  medium: boolean;
@@ -7135,7 +7311,7 @@ stronger: boolean;
7135
7311
  strongest: boolean;
7136
7312
  variant: BentoTypographyVariant;
7137
7313
  wide: boolean;
7138
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToOption_60<BentoTypographyProps>, {
7314
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToOption_62<BentoTypographyProps>, {
7139
7315
  el: BentoTypographyElement;
7140
7316
  large: boolean;
7141
7317
  medium: boolean;
@@ -7155,102 +7331,6 @@ variant: BentoTypographyVariant | `${BentoTypographyVariant}`;
7155
7331
  default?: (props: {}) => any;
7156
7332
  }>;
7157
7333
 
7158
- declare const __VLS_export_98: __VLS_WithSlots_63<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToOption_61<{
7159
- /**
7160
- * The header that goes to the top of the template
7161
- */
7162
- header: BentoDashboardTemplateHeader;
7163
- /**
7164
- * All the tab properties that can be set on the inner tab components.
7165
- * - tabs.activeTabIndex: the currently active tab index.
7166
- * - tabs.tabs: an array of BentoTab props, the first item in the array will affect the `tab-1` slot and so on.
7167
- */
7168
- tabs?: BentoDashboardTemplateTabs;
7169
- /**
7170
- * Renders the tabs with a sticky positioning
7171
- */
7172
- stickyTabs?: boolean;
7173
- /**
7174
- * Renders the tabs with a sticky positioning
7175
- */
7176
- stickyFilters?: boolean;
7177
- }>, {
7178
- tabs: any;
7179
- stickyTabs: boolean;
7180
- stickyFilters: boolean;
7181
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToOption_61<{
7182
- /**
7183
- * The header that goes to the top of the template
7184
- */
7185
- header: BentoDashboardTemplateHeader;
7186
- /**
7187
- * All the tab properties that can be set on the inner tab components.
7188
- * - tabs.activeTabIndex: the currently active tab index.
7189
- * - tabs.tabs: an array of BentoTab props, the first item in the array will affect the `tab-1` slot and so on.
7190
- */
7191
- tabs?: BentoDashboardTemplateTabs;
7192
- /**
7193
- * Renders the tabs with a sticky positioning
7194
- */
7195
- stickyTabs?: boolean;
7196
- /**
7197
- * Renders the tabs with a sticky positioning
7198
- */
7199
- stickyFilters?: boolean;
7200
- }>, {
7201
- tabs: any;
7202
- stickyTabs: boolean;
7203
- stickyFilters: boolean;
7204
- }>>>, {
7205
- tabs: BentoDashboardTemplateTabs;
7206
- stickyFilters: boolean;
7207
- stickyTabs: boolean;
7208
- }>, {
7209
- [x: `tab-${number}`]: (props: {}) => any;
7210
- } & {
7211
- infoIconTooltipContent?: (props: {}) => any;
7212
- } & {
7213
- filters?: (props: {}) => any;
7214
- } & {
7215
- default?: (props: {}) => any;
7216
- }>;
7217
-
7218
- declare const __VLS_export_99: __VLS_WithSlots_64<DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToOption_62<{
7219
- /**
7220
- * The header of the section
7221
- */
7222
- header: BentoDashboardTemplateHeader;
7223
- /**
7224
- * Renders the section to take only half of the page
7225
- */
7226
- halfWidth?: boolean;
7227
- }>, {
7228
- halfWidth: boolean;
7229
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToOption_62<{
7230
- /**
7231
- * The header of the section
7232
- */
7233
- header: BentoDashboardTemplateHeader;
7234
- /**
7235
- * Renders the section to take only half of the page
7236
- */
7237
- halfWidth?: boolean;
7238
- }>, {
7239
- halfWidth: boolean;
7240
- }>>>, {
7241
- halfWidth: boolean;
7242
- }>, {
7243
- infoIconTooltipContent?: (props: {}) => any;
7244
- } & {
7245
- controls?: (props: {}) => any;
7246
- } & {
7247
- default?: (props: {}) => any;
7248
- } & {
7249
- 'content-col-1'?: (props: {}) => any;
7250
- } & {
7251
- 'content-col-2'?: (props: {}) => any;
7252
- }>;
7253
-
7254
7334
  declare type __VLS_PrettifyLocal<T> = (T extends any ? {
7255
7335
  [K in keyof T]: T[K];
7256
7336
  } : {
@@ -7605,6 +7685,18 @@ declare type __VLS_PrettifyLocal_62<T> = (T extends any ? {
7605
7685
  [K in keyof T as K]: T[K];
7606
7686
  }) & {};
7607
7687
 
7688
+ declare type __VLS_PrettifyLocal_63<T> = (T extends any ? {
7689
+ [K in keyof T]: T[K];
7690
+ } : {
7691
+ [K in keyof T as K]: T[K];
7692
+ }) & {};
7693
+
7694
+ declare type __VLS_PrettifyLocal_64<T> = (T extends any ? {
7695
+ [K in keyof T]: T[K];
7696
+ } : {
7697
+ [K in keyof T as K]: T[K];
7698
+ }) & {};
7699
+
7608
7700
  declare type __VLS_PrettifyLocal_7<T> = (T extends any ? {
7609
7701
  [K in keyof T]: T[K];
7610
7702
  } : {
@@ -8164,6 +8256,24 @@ declare type __VLS_TypePropsToOption_62<T> = {
8164
8256
  };
8165
8257
  };
8166
8258
 
8259
+ declare type __VLS_TypePropsToOption_63<T> = {
8260
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
8261
+ type: PropType<Required<T>[K]>;
8262
+ } : {
8263
+ type: PropType<T[K]>;
8264
+ required: true;
8265
+ };
8266
+ };
8267
+
8268
+ declare type __VLS_TypePropsToOption_64<T> = {
8269
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
8270
+ type: PropType<Required<T>[K]>;
8271
+ } : {
8272
+ type: PropType<T[K]>;
8273
+ required: true;
8274
+ };
8275
+ };
8276
+
8167
8277
  declare type __VLS_TypePropsToOption_7<T> = {
8168
8278
  [K in keyof T]-?: {} extends Pick<T, K> ? {
8169
8279
  type: PropType<Required<T>[K]>;
@@ -8545,6 +8655,18 @@ declare type __VLS_WithDefaults_62<P, D> = {
8545
8655
  }> : P[K];
8546
8656
  };
8547
8657
 
8658
+ declare type __VLS_WithDefaults_63<P, D> = {
8659
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal_63<P[K] & {
8660
+ default: D[K];
8661
+ }> : P[K];
8662
+ };
8663
+
8664
+ declare type __VLS_WithDefaults_64<P, D> = {
8665
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal_64<P[K] & {
8666
+ default: D[K];
8667
+ }> : P[K];
8668
+ };
8669
+
8548
8670
  declare type __VLS_WithDefaults_7<P, D> = {
8549
8671
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal_7<P[K] & {
8550
8672
  default: D[K];
@@ -8935,6 +9057,12 @@ declare type __VLS_WithSlots_65<T, S> = T & {
8935
9057
  };
8936
9058
  };
8937
9059
 
9060
+ declare type __VLS_WithSlots_66<T, S> = T & {
9061
+ new (): {
9062
+ $slots: S;
9063
+ };
9064
+ };
9065
+
8938
9066
  declare type __VLS_WithSlots_7<T, S> = T & {
8939
9067
  new (): {
8940
9068
  $slots: S;
@@ -9343,7 +9471,7 @@ export declare type BentoAvatarListboxOptionItem = Omit<BentoListboxOptionItem,
9343
9471
 
9344
9472
  export declare type BentoAvatarListboxOptions = Array<BentoAvatarListboxOptionItem>;
9345
9473
 
9346
- export declare const BentoBaseFilter: typeof __VLS_export_40;
9474
+ export declare const BentoBaseFilter: typeof __VLS_export_41;
9347
9475
 
9348
9476
  /**
9349
9477
  * Defines the mandatory emits that need to be defined by the implementation of any filter
@@ -9884,7 +10012,7 @@ export declare enum BentoCardTitleSize {
9884
10012
  * `,
9885
10013
  * }
9886
10014
  */
9887
- export declare const BentoCheckbox: typeof __VLS_export_30;
10015
+ export declare const BentoCheckbox: typeof __VLS_export_31;
9888
10016
 
9889
10017
  export declare enum BentoCheckboxEvent {
9890
10018
  UPDATE = "update:model-value",
@@ -9910,7 +10038,7 @@ export declare enum BentoCheckboxEvent {
9910
10038
  * `
9911
10039
  * };
9912
10040
  */
9913
- export declare const BentoCheckboxGroup: typeof __VLS_export_31;
10041
+ export declare const BentoCheckboxGroup: typeof __VLS_export_32;
9914
10042
 
9915
10043
  export declare type BentoCheckboxGroupEmits = FormFieldEmits<any>;
9916
10044
 
@@ -9987,7 +10115,7 @@ export declare type BentoCheckboxType = boolean | BentoMultiCheckboxType;
9987
10115
  * `
9988
10116
  * }
9989
10117
  */
9990
- export declare const BentoChip: typeof __VLS_export_32;
10118
+ export declare const BentoChip: typeof __VLS_export_33;
9991
10119
 
9992
10120
  export declare interface BentoChipProps {
9993
10121
  /**
@@ -10057,7 +10185,7 @@ export declare const BentoClickOutsideDirective: {
10057
10185
  * `
10058
10186
  * }
10059
10187
  */
10060
- export declare const BentoCodeSnippet: typeof __VLS_export_33;
10188
+ export declare const BentoCodeSnippet: typeof __VLS_export_34;
10061
10189
 
10062
10190
  export declare enum BentoCodeSnippetEvent {
10063
10191
  ACTION = "action",
@@ -10202,7 +10330,7 @@ export declare interface BentoColumnWidthOverridesLookup {
10202
10330
  * `
10203
10331
  * }
10204
10332
  */
10205
- export declare const BentoCountry: typeof __VLS_export_34;
10333
+ export declare const BentoCountry: typeof __VLS_export_35;
10206
10334
 
10207
10335
  export declare enum BentoCountryCode {
10208
10336
  BD = "BD",
@@ -10510,7 +10638,7 @@ export declare enum BentoCountryVariant {
10510
10638
  * `
10511
10639
  * }
10512
10640
  */
10513
- export declare const BentoCurrency: typeof __VLS_export_35;
10641
+ export declare const BentoCurrency: typeof __VLS_export_36;
10514
10642
 
10515
10643
  export declare enum BentoCurrencyISOCode {
10516
10644
  AED = "AED",
@@ -10745,7 +10873,7 @@ export declare interface BentoCurrencyProps {
10745
10873
  * `
10746
10874
  * }
10747
10875
  */
10748
- export declare const BentoDashboardSection: typeof __VLS_export_99;
10876
+ export declare const BentoDashboardSection: typeof __VLS_export_101;
10749
10877
 
10750
10878
  /**
10751
10879
  * Dashboard template is a full page template used to visualize data on pages such as data dashboards and reports.
@@ -10774,7 +10902,7 @@ export declare const BentoDashboardSection: typeof __VLS_export_99;
10774
10902
  * `
10775
10903
  * }
10776
10904
  */
10777
- export declare const BentoDashboardTemplate: typeof __VLS_export_98;
10905
+ export declare const BentoDashboardTemplate: typeof __VLS_export_100;
10778
10906
 
10779
10907
  export declare type BentoDashboardTemplateHeader = InstanceType<typeof BentoHeader>['$props'];
10780
10908
 
@@ -11088,7 +11216,7 @@ export declare const BentoDataGridTagWithTextCell: typeof __VLS_export_19;
11088
11216
  * `
11089
11217
  * }
11090
11218
  */
11091
- export declare const BentoDataGridTemplate: typeof __VLS_export_100;
11219
+ export declare const BentoDataGridTemplate: typeof __VLS_export_102;
11092
11220
 
11093
11221
  export declare type BentoDataGridTemplateDataGrid = () => {
11094
11222
  additionalContentSlotRef?: Ref<UnwrapRef<HTMLDivElement>> | null;
@@ -11163,7 +11291,7 @@ export declare interface BentoDataGridVisibleRowsState {
11163
11291
  * `
11164
11292
  * }
11165
11293
  */
11166
- export declare const BentoDate: typeof __VLS_export_36;
11294
+ export declare const BentoDate: typeof __VLS_export_37;
11167
11295
 
11168
11296
  export declare interface BentoDateFilterOptions {
11169
11297
  firstDayOfWeek?: CalendarMonthFirstDayOfWeek;
@@ -11450,7 +11578,7 @@ export declare interface BentoDateRangePickerValue {
11450
11578
  * template: `<bento-divider />`
11451
11579
  * }
11452
11580
  */
11453
- export declare const BentoDivider: typeof __VLS_export_29;
11581
+ export declare const BentoDivider: typeof __VLS_export_30;
11454
11582
 
11455
11583
  /**
11456
11584
  * Public types
@@ -11470,6 +11598,82 @@ declare enum BentoDividerVariant {
11470
11598
  VERTICAL = "vertical"
11471
11599
  }
11472
11600
 
11601
+ /**
11602
+ * Bento drag and drop handle component.
11603
+ *
11604
+ * @example
11605
+ * import { BentoDraggableHandle } from '@adyen/bento-vue2';
11606
+ *
11607
+ * export default {
11608
+ * components: { BentoDraggableHandle },
11609
+ * template: `
11610
+ * <bento-draggable-handle
11611
+ * bottom
11612
+ * condensed
11613
+ * down
11614
+ * left
11615
+ * right
11616
+ * top
11617
+ * up
11618
+ * \@move-bottom="moveBottom(index)"
11619
+ * \@move-down="moveDown(index)"
11620
+ * \@move-left="moveLeft(index)"
11621
+ * \@move-right="moveRight(index)"
11622
+ * \@move-top="moveTop(index)"
11623
+ * \@move-up="moveUp(index)"
11624
+ * />
11625
+ * `,
11626
+ * setup() {
11627
+ * const moveBottom = () => {}
11628
+ * const moveDown = () => {}
11629
+ * const moveLeft = () => {}
11630
+ * const moveRight = () => {}
11631
+ * const moveTop = () => {}
11632
+ * const moveUp = () => {}
11633
+ * }
11634
+ * }
11635
+ */
11636
+ export declare const BentoDraggableHandle: typeof __VLS_export_23;
11637
+
11638
+ export declare interface BentoDraggableHandleProps {
11639
+ /**
11640
+ * Reduces the size of the handle
11641
+ * @default false
11642
+ */
11643
+ condensed?: BentoMenuProps['button']['condensed'];
11644
+ /**
11645
+ * Prevents the component from being dragged.
11646
+ * Disables the handle
11647
+ */
11648
+ disabled?: boolean;
11649
+ /**
11650
+ * Allows to disable the menus individually
11651
+ * @default {}
11652
+ */
11653
+ disabledMenus?: {
11654
+ bottom?: boolean;
11655
+ down?: boolean;
11656
+ left?: boolean;
11657
+ right?: boolean;
11658
+ top?: boolean;
11659
+ up?: boolean;
11660
+ };
11661
+ /**
11662
+ * Title or label used to describe the element being dragged.
11663
+ * Used for accessibility.
11664
+ */
11665
+ label: string;
11666
+ /**
11667
+ * Determines the set of directional actions available in the handle's context menu.
11668
+ *
11669
+ * - `'all-directions'`: Includes 'Move up', 'Move down', 'Move left', 'Move right', 'Move to top', and 'Move to bottom'.
11670
+ * - `'up-and-down'`: Includes 'Move up', 'Move down', 'Move to top', and 'Move to bottom'.
11671
+ *
11672
+ * @default 'up-and-down'
11673
+ */
11674
+ variant?: 'all-directions' | 'up-and-down';
11675
+ }
11676
+
11473
11677
  /**
11474
11678
  * A Dropdown shows a selected option's.
11475
11679
  * Use a dropdown when you want users to select options
@@ -11500,7 +11704,7 @@ declare enum BentoDividerVariant {
11500
11704
  * }
11501
11705
  * }
11502
11706
  */
11503
- export declare const BentoDropdown: typeof __VLS_export_23;
11707
+ export declare const BentoDropdown: typeof __VLS_export_24;
11504
11708
 
11505
11709
  /**
11506
11710
  * A Avatar Dropdown showing a selectable list of countries.
@@ -11530,7 +11734,7 @@ export declare const BentoDropdown: typeof __VLS_export_23;
11530
11734
  * }
11531
11735
  * }
11532
11736
  */
11533
- export declare const BentoDropdownAvatar: typeof __VLS_export_24;
11737
+ export declare const BentoDropdownAvatar: typeof __VLS_export_25;
11534
11738
 
11535
11739
  export declare interface BentoDropdownAvatarProps extends BentoDropdownProps {
11536
11740
  /**
@@ -11571,7 +11775,7 @@ export declare interface BentoDropdownAvatarProps extends BentoDropdownProps {
11571
11775
  * }
11572
11776
  * }
11573
11777
  */
11574
- export declare const BentoDropdownCountry: typeof __VLS_export_25;
11778
+ export declare const BentoDropdownCountry: typeof __VLS_export_26;
11575
11779
 
11576
11780
  /**
11577
11781
  * A Currency Dropdown showing a selectable list of currencies.
@@ -11601,7 +11805,7 @@ export declare const BentoDropdownCountry: typeof __VLS_export_25;
11601
11805
  * }
11602
11806
  * }
11603
11807
  */
11604
- export declare const BentoDropdownCurrency: typeof __VLS_export_26;
11808
+ export declare const BentoDropdownCurrency: typeof __VLS_export_27;
11605
11809
 
11606
11810
  export declare interface BentoDropdownCurrencyProps extends BentoDropdownProps {
11607
11811
  /**
@@ -11641,7 +11845,7 @@ export declare interface BentoDropdownCurrencyProps extends BentoDropdownProps {
11641
11845
  * }
11642
11846
  * }
11643
11847
  */
11644
- export declare const BentoDropdownPaymentMethod: typeof __VLS_export_27;
11848
+ export declare const BentoDropdownPaymentMethod: typeof __VLS_export_28;
11645
11849
 
11646
11850
  export declare interface BentoDropdownPaymentMethodProps extends BentoDropdownProps {
11647
11851
  /**
@@ -11807,7 +12011,7 @@ declare enum BentoDropdownSize_2 {
11807
12011
  * }
11808
12012
  * }
11809
12013
  */
11810
- export declare const BentoDropdownTag: typeof __VLS_export_28;
12014
+ export declare const BentoDropdownTag: typeof __VLS_export_29;
11811
12015
 
11812
12016
  export declare interface BentoDropdownTagProps extends BentoDropdownProps {
11813
12017
  /**
@@ -11844,7 +12048,7 @@ export declare interface BentoDropdownTagProps extends BentoDropdownProps {
11844
12048
  * `
11845
12049
  * }
11846
12050
  */
11847
- export declare const BentoEmptyState: typeof __VLS_export_37;
12051
+ export declare const BentoEmptyState: typeof __VLS_export_38;
11848
12052
 
11849
12053
  export declare enum BentoEmptyStateImage {
11850
12054
  GENERIC_USE1 = "1-generic-use",
@@ -11940,7 +12144,7 @@ export declare enum BentoEmptyStateVariant {
11940
12144
  * }
11941
12145
  * }
11942
12146
  */
11943
- export declare const BentoFileUploader: typeof __VLS_export_38;
12147
+ export declare const BentoFileUploader: typeof __VLS_export_39;
11944
12148
 
11945
12149
  export declare interface BentoFileUploaderProps extends FormField {
11946
12150
  /**
@@ -12009,7 +12213,7 @@ export declare type BentoFileUploaderValue = string | Array<string> | File | Arr
12009
12213
  * `
12010
12214
  * }
12011
12215
  */
12012
- export declare const BentoFilterBar: typeof __VLS_export_39;
12216
+ export declare const BentoFilterBar: typeof __VLS_export_40;
12013
12217
 
12014
12218
  export declare interface BentoFilterBarContainerSizeLayout {
12015
12219
  /**
@@ -12128,7 +12332,12 @@ export declare interface BentoFilterBarProps<CustomValue = BentoFilterBarValue |
12128
12332
 
12129
12333
  export declare type BentoFilterBarScreenOptionsLayout = 'one-line' | 'multi-line';
12130
12334
 
12131
- export declare type BentoFilterBarSearchBarProps = OmitStrict<BentoSearchBarProps, 'value' | 'condensed'>;
12335
+ export declare type BentoFilterBarSearchBarProps = OmitStrict<BentoSearchBarProps, 'value' | 'condensed'> & {
12336
+ /**
12337
+ * CSS width value applied to the search box element (e.g. `'200px'`, `'50%'`).
12338
+ */
12339
+ width?: string;
12340
+ };
12132
12341
 
12133
12342
  export declare type BentoFilterBarSearchTerm = BentoSearchBarProps['value'];
12134
12343
 
@@ -12226,7 +12435,7 @@ export declare type BentoFilterValues = Array<BentoFilterValue>;
12226
12435
  * `
12227
12436
  * }
12228
12437
  */
12229
- export declare const BentoFormLayout: typeof __VLS_export_41;
12438
+ export declare const BentoFormLayout: typeof __VLS_export_42;
12230
12439
 
12231
12440
  /**
12232
12441
  * You can help users provide accurate and well formatted information
@@ -12250,7 +12459,7 @@ export declare const BentoFormLayout: typeof __VLS_export_41;
12250
12459
  * </bento-form-layout-field-tip>
12251
12460
  * `
12252
12461
  */
12253
- export declare const BentoFormLayoutFieldTip: typeof __VLS_export_42;
12462
+ export declare const BentoFormLayoutFieldTip: typeof __VLS_export_43;
12254
12463
 
12255
12464
  declare type BentoFormLayoutFieldTipTypeOption = `${BentoAlertTypeOption}`;
12256
12465
 
@@ -12274,7 +12483,7 @@ declare type BentoFormLayoutFieldTipTypeOption = `${BentoAlertTypeOption}`;
12274
12483
  * `
12275
12484
  * }
12276
12485
  */
12277
- export declare const BentoFormLayoutGroup: typeof __VLS_export_44;
12486
+ export declare const BentoFormLayoutGroup: typeof __VLS_export_45;
12278
12487
 
12279
12488
  /**
12280
12489
  * If you’re building a lengthy form, organize related
@@ -12298,9 +12507,9 @@ export declare const BentoFormLayoutGroup: typeof __VLS_export_44;
12298
12507
  * `
12299
12508
  * }
12300
12509
  */
12301
- export declare const BentoFormLayoutTitle: typeof __VLS_export_43;
12510
+ export declare const BentoFormLayoutTitle: typeof __VLS_export_44;
12302
12511
 
12303
- export declare const BentoHeader: typeof __VLS_export_63;
12512
+ export declare const BentoHeader: typeof __VLS_export_65;
12304
12513
 
12305
12514
  declare interface BentoHeaderReloadButton {
12306
12515
  title: string;
@@ -12350,7 +12559,7 @@ declare enum BentoHeaderVariant {
12350
12559
  * `
12351
12560
  * };
12352
12561
  */
12353
- export declare const BentoHeaderWithViews: typeof __VLS_export_45;
12562
+ export declare const BentoHeaderWithViews: typeof __VLS_export_46;
12354
12563
 
12355
12564
  export declare interface BentoHeaderWithViewsItem {
12356
12565
  /**
@@ -12549,7 +12758,7 @@ export declare const BentoHighlightDirective: {
12549
12758
  * `
12550
12759
  * }
12551
12760
  */
12552
- export declare const BentoImage: typeof __VLS_export_46;
12761
+ export declare const BentoImage: typeof __VLS_export_47;
12553
12762
 
12554
12763
  export declare enum BentoImageAspectRatio {
12555
12764
  LANDSCAPE = "landscape",
@@ -12593,7 +12802,7 @@ export declare interface BentoImageProps {
12593
12802
  * import { BentoInfoIcon } from '@adyen/bento-vue2';
12594
12803
  * </scrip>
12595
12804
  */
12596
- export declare const BentoInfoIcon: typeof __VLS_export_47;
12805
+ export declare const BentoInfoIcon: typeof __VLS_export_48;
12597
12806
 
12598
12807
  export declare interface BentoInfoIconProps {
12599
12808
  /**
@@ -12652,7 +12861,7 @@ export declare interface BentoInputDropdownProps {
12652
12861
  * >
12653
12862
  * }
12654
12863
  */
12655
- export declare const BentoInputField: typeof __VLS_export_48;
12864
+ export declare const BentoInputField: typeof __VLS_export_49;
12656
12865
 
12657
12866
  /**
12658
12867
  * @deprecated for usage with properties since version 2.0. Use the string literal instead.
@@ -12703,7 +12912,7 @@ export declare enum BentoInputFieldEvent {
12703
12912
  * `
12704
12913
  * }
12705
12914
  */
12706
- export declare const BentoInputFieldPassword: typeof __VLS_export_49;
12915
+ export declare const BentoInputFieldPassword: typeof __VLS_export_50;
12707
12916
 
12708
12917
  export declare type BentoInputFieldPasswordDefaultRuleKeys = 'minLength' | 'requireLowercase' | 'requireNumeric' | 'requireSpecialCharacter' | 'requireUppercase';
12709
12918
 
@@ -12797,7 +13006,7 @@ export declare interface BentoInputFieldPasswordValidationListItem {
12797
13006
  * `
12798
13007
  * }
12799
13008
  */
12800
- export declare const BentoInputFieldPhoneNumber: typeof __VLS_export_50;
13009
+ export declare const BentoInputFieldPhoneNumber: typeof __VLS_export_51;
12801
13010
 
12802
13011
  /**
12803
13012
  * A constant array containing all supported country codes for the phone number input field.
@@ -13024,6 +13233,40 @@ export declare interface BentoInputFilterProps {
13024
13233
 
13025
13234
  export declare type BentoInputFilterValue = string | null | BentoInputFilterInputAndDropdownValues;
13026
13235
 
13236
+ /**
13237
+ * Input time component for entering time values in HH:MM:SS format.
13238
+ * This is an extension of the `bento-input-field` component with built-in
13239
+ * time formatting and validation logic.
13240
+ *
13241
+ * @usage
13242
+ * import { BentoInputTime } from '@adyen/bento-vue2';
13243
+ *
13244
+ * const timeValue = ref('');
13245
+ *
13246
+ * export default {
13247
+ * components: { BentoInputTime },
13248
+ * template: `
13249
+ * <bento-input-time
13250
+ * label="Start time"
13251
+ * :model-value="timeValue"
13252
+ * @update:model-value="newValue => timeValue.value = newValue"
13253
+ * />
13254
+ * `
13255
+ * }
13256
+ */
13257
+ export declare const BentoInputTime: typeof __VLS_export_52;
13258
+
13259
+ export declare interface BentoInputTimeProps extends FormField {
13260
+ /**
13261
+ * Reduces height of the input
13262
+ */
13263
+ condensed?: boolean;
13264
+ /**
13265
+ * Text displayed as the value of the input field
13266
+ */
13267
+ modelValue?: BentoInputFieldValue;
13268
+ }
13269
+
13027
13270
  export declare interface BentoInputWithDropdownFilterOptions {
13028
13271
  dropdown: BentoInputDropdownProps;
13029
13272
  dropdownPosition?: BentoInputFieldElementPosition | `${BentoInputFieldElementPosition}`;
@@ -13060,7 +13303,7 @@ export declare interface BentoInpuWithDropdowntFilterValue {
13060
13303
  * `
13061
13304
  * }
13062
13305
  */
13063
- export declare const BentoInspector: typeof __VLS_export_51;
13306
+ export declare const BentoInspector: typeof __VLS_export_53;
13064
13307
 
13065
13308
  export declare interface BentoInspectorProps {
13066
13309
  /**
@@ -13157,7 +13400,7 @@ export declare enum BentoKeyboardNavigationKeyDownEvent {
13157
13400
  * `
13158
13401
  * }
13159
13402
  */
13160
- export declare const BentoLayout: typeof __VLS_export_52;
13403
+ export declare const BentoLayout: typeof __VLS_export_54;
13161
13404
 
13162
13405
  declare type BentoLayoutGroupProportions = '33-33-33' | '50-50' | '25-75' | '75-25' | '33-66' | '66-33' | '25' | '33' | '50' | '100';
13163
13406
 
@@ -13192,7 +13435,7 @@ export declare interface BentoLayoutProps {
13192
13435
  * `
13193
13436
  * }
13194
13437
  */
13195
- export declare const BentoLayoutRow: typeof __VLS_export_53;
13438
+ export declare const BentoLayoutRow: typeof __VLS_export_55;
13196
13439
 
13197
13440
  export declare type BentoLayoutRowColumnLayout = (typeof BentoLayoutRowColumnLayoutOptions)[number];
13198
13441
 
@@ -13216,7 +13459,7 @@ declare const BentoLayoutVariantOptions: readonly ["page", "component"];
13216
13459
 
13217
13460
  export declare type BentoLazyLoadType = 'automatic' | 'button' | 'none';
13218
13461
 
13219
- export declare const BentoLink: typeof __VLS_export_57;
13462
+ export declare const BentoLink: typeof __VLS_export_59;
13220
13463
 
13221
13464
  declare type BentoLinkProps = RouterLinkProps & LinkProps_2;
13222
13465
 
@@ -13261,7 +13504,7 @@ declare enum BentoLinkVariant_2 {
13261
13504
  * `
13262
13505
  * }
13263
13506
  */
13264
- export declare const BentoList: typeof __VLS_export_54;
13507
+ export declare const BentoList: typeof __VLS_export_56;
13265
13508
 
13266
13509
  declare type BentoListboxEmptyStateProps = {
13267
13510
  action: {
@@ -13366,7 +13609,7 @@ export { BentoListboxVirtulisationOptions }
13366
13609
  * `
13367
13610
  * }
13368
13611
  */
13369
- export declare const BentoListItem: typeof __VLS_export_55;
13612
+ export declare const BentoListItem: typeof __VLS_export_57;
13370
13613
 
13371
13614
  export declare interface BentoListItemProps {
13372
13615
  /**
@@ -13462,7 +13705,7 @@ declare enum BentoLoadingButtonState_2 {
13462
13705
  * `
13463
13706
  * };
13464
13707
  */
13465
- export declare const BentoLoadingIndicator: typeof __VLS_export_56;
13708
+ export declare const BentoLoadingIndicator: typeof __VLS_export_58;
13466
13709
 
13467
13710
  export declare enum BentoLoadingIndicatorEvent {
13468
13711
  START = "loading-start",
@@ -13501,7 +13744,7 @@ export declare interface BentoLoadingIndicatorProps {
13501
13744
  * />
13502
13745
  * }
13503
13746
  */
13504
- export declare const BentoMenu: typeof __VLS_export_58;
13747
+ export declare const BentoMenu: typeof __VLS_export_60;
13505
13748
 
13506
13749
  export declare interface BentoMenuButtonProps {
13507
13750
  'aria-label'?: HTMLAttributes['aria-label'];
@@ -13703,7 +13946,7 @@ declare interface BentoMenuProps_2 {
13703
13946
  * `
13704
13947
  * };
13705
13948
  */
13706
- export declare const BentoModal: typeof __VLS_export_59;
13949
+ export declare const BentoModal: typeof __VLS_export_61;
13707
13950
 
13708
13951
  /**
13709
13952
  * @deprecated for usage with properties since version 2.0. Use the string literal instead.
@@ -13750,7 +13993,7 @@ export declare enum BentoModalEvent {
13750
13993
  * `
13751
13994
  * }
13752
13995
  */
13753
- export declare const BentoModalFullscreen: typeof __VLS_export_61;
13996
+ export declare const BentoModalFullscreen: typeof __VLS_export_63;
13754
13997
 
13755
13998
  /**
13756
13999
  * ModalFullscreenPage is used to render different pages of ModalFullscreen component
@@ -13789,7 +14032,7 @@ export declare const BentoModalFullscreen: typeof __VLS_export_61;
13789
14032
  * `
13790
14033
  * }
13791
14034
  */
13792
- export declare const BentoModalFullscreenPage: typeof __VLS_export_62;
14035
+ export declare const BentoModalFullscreenPage: typeof __VLS_export_64;
13793
14036
 
13794
14037
  /**
13795
14038
  * ModalPage is used to render different pages of the Modal component
@@ -13832,7 +14075,7 @@ export declare const BentoModalFullscreenPage: typeof __VLS_export_62;
13832
14075
  * `
13833
14076
  * }
13834
14077
  */
13835
- export declare const BentoModalPage: typeof __VLS_export_60;
14078
+ export declare const BentoModalPage: typeof __VLS_export_62;
13836
14079
 
13837
14080
  export declare interface BentoModalPageProps {
13838
14081
  /**
@@ -13956,7 +14199,7 @@ export declare type BentoMultiCheckboxType = Array<string | number>;
13956
14199
  * `,
13957
14200
  * }
13958
14201
  */
13959
- export declare const BentoPagination: typeof __VLS_export_64;
14202
+ export declare const BentoPagination: typeof __VLS_export_66;
13960
14203
 
13961
14204
  export declare interface BentoPaginationProps {
13962
14205
  /**
@@ -14014,7 +14257,7 @@ export declare interface BentoPaginationProps {
14014
14257
  * `
14015
14258
  * }
14016
14259
  */
14017
- export declare const BentoPaymentMethod: typeof __VLS_export_65;
14260
+ export declare const BentoPaymentMethod: typeof __VLS_export_67;
14018
14261
 
14019
14262
  export declare type BentoPaymentMethodListboxOptionItem = OmitStrict<BentoListboxOptionItem, 'value'> & {
14020
14263
  value: string;
@@ -15203,7 +15446,7 @@ export declare enum BentoPaymentMethodType {
15203
15446
  * `
15204
15447
  * }
15205
15448
  */
15206
- export declare const BentoPopover: typeof __VLS_export_66;
15449
+ export declare const BentoPopover: typeof __VLS_export_68;
15207
15450
 
15208
15451
  /**
15209
15452
  * @deprecated for usage with properties since version 2.0. Use the string literal instead.
@@ -15378,7 +15621,7 @@ export declare interface BentoPopoverProps {
15378
15621
  * `
15379
15622
  * };
15380
15623
  */
15381
- export declare const BentoPromoBanner: typeof __VLS_export_67;
15624
+ export declare const BentoPromoBanner: typeof __VLS_export_69;
15382
15625
 
15383
15626
  /**
15384
15627
  * @deprecated for usage with generic. Remove the generic and use it as `BentoPromoBannerAction`.
@@ -15503,7 +15746,7 @@ export declare interface BentoPromoBannerProps {
15503
15746
  * }
15504
15747
  * }
15505
15748
  */
15506
- export declare const BentoRadioButton: typeof __VLS_export_69;
15749
+ export declare const BentoRadioButton: typeof __VLS_export_71;
15507
15750
 
15508
15751
  export declare enum BentoRadioButtonStateClass {
15509
15752
  DISABLED = "disabled",
@@ -15535,7 +15778,7 @@ export declare type BentoRadioButtonValue = string | number;
15535
15778
  * `
15536
15779
  * };
15537
15780
  */
15538
- export declare const BentoRadioGroup: typeof __VLS_export_68;
15781
+ export declare const BentoRadioGroup: typeof __VLS_export_70;
15539
15782
 
15540
15783
  export declare type BentoRadioGroupEmits = FormFieldEmits<BentoRadioGroupValue>;
15541
15784
 
@@ -15677,7 +15920,7 @@ export declare interface BentoRangeFilterOptions {
15677
15920
  * `
15678
15921
  * }
15679
15922
  */
15680
- export declare const BentoRichTextEditor: typeof __VLS_export_70;
15923
+ export declare const BentoRichTextEditor: typeof __VLS_export_72;
15681
15924
 
15682
15925
  /**
15683
15926
  * Private
@@ -15769,7 +16012,7 @@ export declare interface BentoRichTextEditorProps {
15769
16012
  * }
15770
16013
  * }
15771
16014
  */
15772
- export declare const BentoSearchBar: typeof __VLS_export_71;
16015
+ export declare const BentoSearchBar: typeof __VLS_export_73;
15773
16016
 
15774
16017
  export declare type BentoSearchBarData = Array<BentoSearchBarItem>;
15775
16018
 
@@ -15844,7 +16087,7 @@ export declare interface BentoSearchBarProps {
15844
16087
  * }
15845
16088
  * }
15846
16089
  */
15847
- export declare const BentoSecondaryNav: typeof __VLS_export_72;
16090
+ export declare const BentoSecondaryNav: typeof __VLS_export_74;
15848
16091
 
15849
16092
  export declare type BentoSecondaryNavItems = Array<BentoSecondaryNavItemsItem | BentoSecondaryNavItemsCategory>;
15850
16093
 
@@ -15856,11 +16099,13 @@ export declare interface BentoSecondaryNavItemsCategory {
15856
16099
  export declare interface BentoSecondaryNavItemsItem {
15857
16100
  label: string;
15858
16101
  value: string;
16102
+ items?: Array<BentoSecondaryNavItemsItem>;
15859
16103
  }
15860
16104
 
15861
16105
  export declare interface BentoSecondaryNavState {
15862
16106
  activeItemValue: Ref<string>;
15863
16107
  updateActiveItemValue: (id: string) => void;
16108
+ allowExpandableItemNavigation: Ref<boolean>;
15864
16109
  }
15865
16110
 
15866
16111
  /**
@@ -15878,7 +16123,7 @@ export declare interface BentoSecondaryNavState {
15878
16123
  * `
15879
16124
  * }
15880
16125
  */
15881
- export declare const BentoSegmentedControl: typeof __VLS_export_73;
16126
+ export declare const BentoSegmentedControl: typeof __VLS_export_75;
15882
16127
 
15883
16128
  /**
15884
16129
  * @deprecated from version 2.0.0. Use "@update:model-value" or "v-model" instead
@@ -16063,7 +16308,7 @@ export declare type BentoSelectFilterValue = BentoListboxSelectedValue;
16063
16308
  * `
16064
16309
  * }
16065
16310
  */
16066
- export declare const BentoSelectionCard: typeof __VLS_export_74;
16311
+ export declare const BentoSelectionCard: typeof __VLS_export_76;
16067
16312
 
16068
16313
  /**
16069
16314
  * Group of bento-selection-cards.
@@ -16100,7 +16345,7 @@ export declare const BentoSelectionCard: typeof __VLS_export_74;
16100
16345
  * `,
16101
16346
  * }
16102
16347
  */
16103
- export declare const BentoSelectionCardGroup: typeof __VLS_export_75;
16348
+ export declare const BentoSelectionCardGroup: typeof __VLS_export_77;
16104
16349
 
16105
16350
  export declare type BentoSelectionCardGroupEmits = FormFieldEmits<BentoSelectionCardModelValue>;
16106
16351
 
@@ -16222,7 +16467,7 @@ export declare type BentoSelectTagFilterOptions = OmitStrict<BentoSelectFilterOp
16222
16467
  * `
16223
16468
  * }
16224
16469
  */
16225
- export declare const BentoSidepanel: typeof __VLS_export_77;
16470
+ export declare const BentoSidepanel: typeof __VLS_export_79;
16226
16471
 
16227
16472
  export declare enum BentoSidepanelEvent {
16228
16473
  UPDATE_ACTIVE_PAGE = "update:active-page",
@@ -16265,7 +16510,7 @@ export declare enum BentoSidepanelEvent {
16265
16510
  * `
16266
16511
  * }
16267
16512
  */
16268
- export declare const BentoSidepanelPage: typeof __VLS_export_76;
16513
+ export declare const BentoSidepanelPage: typeof __VLS_export_78;
16269
16514
 
16270
16515
  /**
16271
16516
  * A Status component is used to indicate a
@@ -16283,7 +16528,7 @@ export declare const BentoSidepanelPage: typeof __VLS_export_76;
16283
16528
  * `
16284
16529
  * }
16285
16530
  */
16286
- export declare const BentoStatus: typeof __VLS_export_78;
16531
+ export declare const BentoStatus: typeof __VLS_export_80;
16287
16532
 
16288
16533
  export declare interface BentoStatusProps {
16289
16534
  /**
@@ -16326,7 +16571,7 @@ export declare enum BentoStatusVariant {
16326
16571
  * `
16327
16572
  * }
16328
16573
  */
16329
- export declare const BentoStep: typeof __VLS_export_80;
16574
+ export declare const BentoStep: typeof __VLS_export_82;
16330
16575
 
16331
16576
  /**
16332
16577
  * Steppers break down complex processes into manageable steps to guide users through a sequential or multi-step process.
@@ -16345,7 +16590,7 @@ export declare const BentoStep: typeof __VLS_export_80;
16345
16590
  * `
16346
16591
  * }
16347
16592
  */
16348
- export declare const BentoStepper: typeof __VLS_export_79;
16593
+ export declare const BentoStepper: typeof __VLS_export_81;
16349
16594
 
16350
16595
  export declare type BentoStepperState = Ref<{
16351
16596
  activeStepIndex: number;
@@ -16403,7 +16648,7 @@ declare interface BentoStickyTabsOptions {
16403
16648
  * `
16404
16649
  * }
16405
16650
  */
16406
- export declare const BentoStructuredList: typeof __VLS_export_81;
16651
+ export declare const BentoStructuredList: typeof __VLS_export_83;
16407
16652
 
16408
16653
  /**
16409
16654
  * This is an item of the `BentoStructuredList` meant to be used only with that component.
@@ -16428,7 +16673,7 @@ export declare const BentoStructuredList: typeof __VLS_export_81;
16428
16673
  * `
16429
16674
  * }
16430
16675
  */
16431
- export declare const BentoStructuredListItem: typeof __VLS_export_82;
16676
+ export declare const BentoStructuredListItem: typeof __VLS_export_84;
16432
16677
 
16433
16678
  declare type BentoStructuredListLayoutOptions = '25-75' | '33-66' | '42-58' | '50-50' | '75-25' | '66-33' | '58-42';
16434
16679
 
@@ -16456,7 +16701,7 @@ declare const BentoStructuredListLayoutOptions: string[];
16456
16701
  * `
16457
16702
  * }
16458
16703
  */
16459
- export declare const BentoSummaryGrid: typeof __VLS_export_83;
16704
+ export declare const BentoSummaryGrid: typeof __VLS_export_85;
16460
16705
 
16461
16706
  export declare interface BentoSummaryGridColumnWidth {
16462
16707
  row1: GridLayoutColumnWidths;
@@ -16485,7 +16730,7 @@ export declare interface BentoSummaryGridColumnWidth {
16485
16730
  * `
16486
16731
  * }
16487
16732
  */
16488
- export declare const BentoSummaryGridItemAmount: typeof __VLS_export_84;
16733
+ export declare const BentoSummaryGridItemAmount: typeof __VLS_export_86;
16489
16734
 
16490
16735
  export declare interface BentoSummaryGridItemAmountProps extends BaseSummaryGridItemProps {
16491
16736
  /**
@@ -16517,7 +16762,7 @@ export declare interface BentoSummaryGridItemAmountProps extends BaseSummaryGrid
16517
16762
  * `
16518
16763
  * }
16519
16764
  */
16520
- export declare const BentoSummaryGridItemCustom: typeof __VLS_export_88;
16765
+ export declare const BentoSummaryGridItemCustom: typeof __VLS_export_90;
16521
16766
 
16522
16767
  export declare interface BentoSummaryGridItemCustomProps {
16523
16768
  /**
@@ -16566,7 +16811,7 @@ export declare interface BentoSummaryGridItemCustomProps {
16566
16811
  * `
16567
16812
  * }
16568
16813
  */
16569
- export declare const BentoSummaryGridItemNumeric: typeof __VLS_export_85;
16814
+ export declare const BentoSummaryGridItemNumeric: typeof __VLS_export_87;
16570
16815
 
16571
16816
  export declare interface BentoSummaryGridItemNumericProps extends BaseSummaryGridItemProps {
16572
16817
  /**
@@ -16599,7 +16844,7 @@ export declare interface BentoSummaryGridItemNumericProps extends BaseSummaryGri
16599
16844
  * `
16600
16845
  * }
16601
16846
  */
16602
- export declare const BentoSummaryGridItemPercentage: typeof __VLS_export_86;
16847
+ export declare const BentoSummaryGridItemPercentage: typeof __VLS_export_88;
16603
16848
 
16604
16849
  export declare interface BentoSummaryGridItemPercentageProps extends BaseSummaryGridItemProps {
16605
16850
  /**
@@ -16647,7 +16892,7 @@ declare enum BentoSummaryGridItemSize_2 {
16647
16892
  * `
16648
16893
  * }
16649
16894
  */
16650
- export declare const BentoSummaryGridItemText: typeof __VLS_export_87;
16895
+ export declare const BentoSummaryGridItemText: typeof __VLS_export_89;
16651
16896
 
16652
16897
  export declare interface BentoSummaryGridItemTextProps {
16653
16898
  /**
@@ -16734,7 +16979,7 @@ export declare interface BentoSummaryGridProps {
16734
16979
  * </bento-tabs>
16735
16980
  * </template>
16736
16981
  */
16737
- export declare const BentoTab: typeof __VLS_export_90;
16982
+ export declare const BentoTab: typeof __VLS_export_92;
16738
16983
 
16739
16984
  /**
16740
16985
  * Private
@@ -16816,7 +17061,7 @@ export declare interface BentoTabProps {
16816
17061
  * `
16817
17062
  * };
16818
17063
  */
16819
- export declare const BentoTabs: typeof __VLS_export_89;
17064
+ export declare const BentoTabs: typeof __VLS_export_91;
16820
17065
 
16821
17066
  declare enum BentoTabsEvent {
16822
17067
  ACTIVE_TAB_INDEX = "update:active-tab-index"
@@ -16917,7 +17162,7 @@ declare interface BentoTeleportProps_2 {
16917
17162
  // NOTE: "where" is not added as it doesn't exist in Vue3
16918
17163
  }
16919
17164
 
16920
- export declare const BentoTextarea: typeof __VLS_export_91;
17165
+ export declare const BentoTextarea: typeof __VLS_export_93;
16921
17166
 
16922
17167
  declare interface BentoTextareaProps extends FormField {
16923
17168
  /**
@@ -17018,7 +17263,7 @@ export declare enum BentoTheme {
17018
17263
  * `
17019
17264
  * }
17020
17265
  */
17021
- export declare const BentoTimeline: typeof __VLS_export_92;
17266
+ export declare const BentoTimeline: typeof __VLS_export_94;
17022
17267
 
17023
17268
  export declare interface BentoTimelineConfigData {
17024
17269
  showAll: Ref<boolean>;
@@ -17079,7 +17324,7 @@ export declare enum BentoTimelineGapUnit {
17079
17324
  * `
17080
17325
  * }
17081
17326
  */
17082
- export declare const BentoTimelineItem: typeof __VLS_export_93;
17327
+ export declare const BentoTimelineItem: typeof __VLS_export_95;
17083
17328
 
17084
17329
  export declare interface BentoTimelineItemProps {
17085
17330
  /**
@@ -17198,7 +17443,7 @@ export declare interface BentoTimelineTimestamp {
17198
17443
  description?: BentoDashedUnderlineProps;
17199
17444
  }
17200
17445
 
17201
- export declare const BentoToast: typeof __VLS_export_94;
17446
+ export declare const BentoToast: typeof __VLS_export_96;
17202
17447
 
17203
17448
  export declare interface BentoToastItem extends BentoToastItemParams {
17204
17449
  id: string;
@@ -17236,7 +17481,7 @@ export declare type BentoToastItemsList = Array<BentoToastItem>;
17236
17481
  * `,
17237
17482
  * }
17238
17483
  */
17239
- export declare const BentoToggle: typeof __VLS_export_95;
17484
+ export declare const BentoToggle: typeof __VLS_export_97;
17240
17485
 
17241
17486
  /**
17242
17487
  * Toggle button is used to switch between two states (example: menu shown, menu hidden).
@@ -17416,7 +17661,7 @@ export declare enum BentoTooltipState {
17416
17661
  * `
17417
17662
  * }
17418
17663
  */
17419
- export declare const BentoTutorial: typeof __VLS_export_96;
17664
+ export declare const BentoTutorial: typeof __VLS_export_98;
17420
17665
 
17421
17666
  export declare type BentoTutorialScrollOptions = boolean | ScrollIntoViewOptions;
17422
17667
 
@@ -17447,7 +17692,7 @@ export declare interface BentoTutorialStep {
17447
17692
  * `
17448
17693
  * }
17449
17694
  */
17450
- export declare const BentoTypography: typeof __VLS_export_97;
17695
+ export declare const BentoTypography: typeof __VLS_export_99;
17451
17696
 
17452
17697
  /**
17453
17698
  * @deprecated for usage with properties since version 2.0. Use the string literal instead.
@@ -18029,7 +18274,7 @@ export declare interface ToastStack {
18029
18274
  }
18030
18275
 
18031
18276
  /**
18032
- * Composable that tansforms a Zod schema into a Typed Schema that can be used alongside with {@see useForm}.
18277
+ * Composable that transforms a Zod schema into a Typed Schema that can be used alongside with {@see useForm}.
18033
18278
  *
18034
18279
  * This is meant to simulate the behavior of {@link @vee-validate/zod} {@see https://vee-validate.logaretm.com/v4/integrations/zod-schema-validation}.
18035
18280
  * Function that transform Zod’s schemas into something that can be understood by vee-validate