@adyen/bento-vue3 1.88.1 → 1.89.2

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 (366) hide show
  1. package/dist/@types/components.d.ts +4 -0
  2. package/dist/@types/index.d.ts +722 -524
  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/ai-button.css +1 -1
  11. package/dist/assets/base-modal.css +1 -1
  12. package/dist/assets/button-actions.css +1 -1
  13. package/dist/assets/button.css +1 -1
  14. package/dist/assets/card.css +1 -1
  15. package/dist/assets/checkbox-input.css +1 -1
  16. package/dist/assets/data-grid-template.css +1 -1
  17. package/dist/assets/data-grid.css +1 -1
  18. package/dist/assets/dialog-page.css +1 -1
  19. package/dist/assets/file-uploader.css +1 -1
  20. package/dist/assets/filter-bar.css +1 -1
  21. package/dist/assets/index.css +1 -1
  22. package/dist/assets/inspector.css +1 -1
  23. package/dist/assets/list-item.css +1 -0
  24. package/dist/assets/modal-fullscreen.css +1 -1
  25. package/dist/assets/radio-input.css +1 -1
  26. package/dist/assets/selection-card-group.css +1 -1
  27. package/dist/assets/sidepanel.css +1 -1
  28. package/dist/assets/timeline-item.css +1 -1
  29. package/dist/assets/use-cached-selected-values.css +1 -1
  30. package/dist/button.js +3 -3
  31. package/dist/card.js +1 -1
  32. package/dist/checkbox.js +2 -2
  33. package/dist/chip.js +1 -1
  34. package/dist/chunks/{accordion-item.QQ06tTjt.js → accordion-item.BX1KrLMl.js} +6 -15
  35. package/dist/chunks/{accordion-item.QQ06tTjt.js.map → accordion-item.BX1KrLMl.js.map} +1 -1
  36. package/dist/chunks/{action-bar.BS2cJzG_.js → action-bar.DLMaIUWW.js} +8 -34
  37. package/dist/chunks/{action-bar.BS2cJzG_.js.map → action-bar.DLMaIUWW.js.map} +1 -1
  38. package/dist/chunks/{ai-button.XfeGC4-Q.js → ai-button.1YJdI-sw.js} +3 -3
  39. package/dist/chunks/{ai-button.XfeGC4-Q.js.map → ai-button.1YJdI-sw.js.map} +1 -1
  40. package/dist/chunks/{ai-tag.DVCW-_vD.js → ai-tag.DK63ExDc.js} +6 -15
  41. package/dist/chunks/{ai-tag.DVCW-_vD.js.map → ai-tag.DK63ExDc.js.map} +1 -1
  42. package/dist/chunks/{alert.CDWtu0Hu.js → alert.C_8-VNi_.js} +6 -24
  43. package/dist/chunks/{alert.CDWtu0Hu.js.map → alert.C_8-VNi_.js.map} +1 -1
  44. package/dist/chunks/anchor-scroller.NhjLDBZI.js +207 -0
  45. package/dist/chunks/{anchor-scroller.BctgW0se.js.map → anchor-scroller.NhjLDBZI.js.map} +1 -1
  46. package/dist/chunks/{base-button.CRYAiuzn.js → base-button.CvHl36Ue.js} +24 -27
  47. package/dist/chunks/{base-button.CRYAiuzn.js.map → base-button.CvHl36Ue.js.map} +1 -1
  48. package/dist/chunks/base-modal.C2-JyHC_.js +424 -0
  49. package/dist/chunks/{base-modal.gZAtk-xP.js.map → base-modal.C2-JyHC_.js.map} +1 -1
  50. package/dist/chunks/button-actions-with-menu.BQFAgAI2.js +85 -0
  51. package/dist/chunks/{button-actions-with-menu.Tba1ME79.js.map → button-actions-with-menu.BQFAgAI2.js.map} +1 -1
  52. package/dist/chunks/{button-actions.BYBpjNqy.js → button-actions.cMQWyZne.js} +511 -542
  53. package/dist/chunks/{button-actions.BYBpjNqy.js.map → button-actions.cMQWyZne.js.map} +1 -1
  54. package/dist/chunks/{button.C6t9_lzm.js → button.DWF7FSIw.js} +42 -45
  55. package/dist/chunks/{button.C6t9_lzm.js.map → button.DWF7FSIw.js.map} +1 -1
  56. package/dist/chunks/calendar.DcCqkSNJ.js +1201 -0
  57. package/dist/chunks/{calendar.vM3abC8y.js.map → calendar.DcCqkSNJ.js.map} +1 -1
  58. package/dist/chunks/{card.Cw63i7Ul.js → card.CoxQ_L0w.js} +9 -21
  59. package/dist/chunks/{card.Cw63i7Ul.js.map → card.CoxQ_L0w.js.map} +1 -1
  60. package/dist/chunks/{checkbox-group.ODQy-ICn.js → checkbox-group.96n9Cc3W.js} +5 -5
  61. package/dist/chunks/{checkbox-group.ODQy-ICn.js.map → checkbox-group.96n9Cc3W.js.map} +1 -1
  62. package/dist/chunks/{checkbox-input.BZjSoCQW.js → checkbox-input.CVFQCfZM.js} +44 -51
  63. package/dist/chunks/{checkbox-input.BZjSoCQW.js.map → checkbox-input.CVFQCfZM.js.map} +1 -1
  64. package/dist/chunks/{checkbox.C3Ewfygy.js → checkbox.C6ATh8f5.js} +85 -94
  65. package/dist/chunks/{checkbox.C3Ewfygy.js.map → checkbox.C6ATh8f5.js.map} +1 -1
  66. package/dist/chunks/chevron-right-small.BCinNiMt.js +29 -0
  67. package/dist/chunks/chevron-right-small.BCinNiMt.js.map +1 -0
  68. package/dist/chunks/{chip.CyW1V8RU.js → chip.CdgpQyXN.js} +6 -12
  69. package/dist/chunks/{chip.CyW1V8RU.js.map → chip.CdgpQyXN.js.map} +1 -1
  70. package/dist/chunks/click-outside.BPylIosK.js +20 -0
  71. package/dist/chunks/{click-outside.CDz_x8mN.js.map → click-outside.BPylIosK.js.map} +1 -1
  72. package/dist/chunks/{code-snippet.BaJU2I5_.js → code-snippet.DgAuuZF5.js} +9 -24
  73. package/dist/chunks/{code-snippet.BaJU2I5_.js.map → code-snippet.DgAuuZF5.js.map} +1 -1
  74. package/dist/chunks/{codemirror.D2BAltnu.js → codemirror.Bzus_EPG.js} +15 -15
  75. package/dist/chunks/{codemirror.D2BAltnu.js.map → codemirror.Bzus_EPG.js.map} +1 -1
  76. package/dist/chunks/constructNow.D9uRk678.js +8 -0
  77. package/dist/chunks/{constructNow.CIc7d13I.js.map → constructNow.D9uRk678.js.map} +1 -1
  78. package/dist/chunks/{controls-group.Bu5lNTyH.js → controls-group.C7hOE1F4.js} +3 -3
  79. package/dist/chunks/{controls-group.Bu5lNTyH.js.map → controls-group.C7hOE1F4.js.map} +1 -1
  80. package/dist/chunks/{copy.C_BCNHYQ.js → copy.C2kQ1PbI.js} +7 -19
  81. package/dist/chunks/{copy.C_BCNHYQ.js.map → copy.C2kQ1PbI.js.map} +1 -1
  82. package/dist/chunks/{country.DJts6kCv.js → country.CaGc08Ps.js} +3 -3
  83. package/dist/chunks/{country.DJts6kCv.js.map → country.CaGc08Ps.js.map} +1 -1
  84. package/dist/chunks/country.types.DjpMGz7a.js +19 -0
  85. package/dist/chunks/{country.types.BBQbWkTY.js.map → country.types.DjpMGz7a.js.map} +1 -1
  86. package/dist/chunks/{currency.Afx8MVdY.js → currency.DuTEzR_W.js} +40 -42
  87. package/dist/chunks/{currency.Afx8MVdY.js.map → currency.DuTEzR_W.js.map} +1 -1
  88. package/dist/chunks/dashboard-section.UafHRkMa.js +161 -0
  89. package/dist/chunks/{dashboard-section.CgoLquLP.js.map → dashboard-section.UafHRkMa.js.map} +1 -1
  90. package/dist/chunks/dashed-underline.CcDV2Aks.js +108 -0
  91. package/dist/chunks/{dashed-underline.wbRHATeE.js.map → dashed-underline.CcDV2Aks.js.map} +1 -1
  92. package/dist/chunks/data-grid-template.CnC4TQvk.js +135 -0
  93. package/dist/chunks/{data-grid-template.D40V1cmi.js.map → data-grid-template.CnC4TQvk.js.map} +1 -1
  94. package/dist/chunks/data-grid.BSIXLRm7.js +4014 -0
  95. package/dist/chunks/{data-grid.C2nCCbeC.js.map → data-grid.BSIXLRm7.js.map} +1 -1
  96. package/dist/chunks/date-picker.dlzZ_-5f.js +231 -0
  97. package/dist/chunks/{date-picker.D5B_SECc.js.map → date-picker.dlzZ_-5f.js.map} +1 -1
  98. package/dist/chunks/date-range-picker.DC6CK0As.js +995 -0
  99. package/dist/chunks/{date-range-picker.B0q7Z4df.js.map → date-range-picker.DC6CK0As.js.map} +1 -1
  100. package/dist/chunks/{date.BtB1HyWQ.js → date.R2Wz6o7J.js} +28 -28
  101. package/dist/chunks/{date.BtB1HyWQ.js.map → date.R2Wz6o7J.js.map} +1 -1
  102. package/dist/chunks/{de.BJvo6njq.js → de.DXrHnkLX.js} +18 -18
  103. package/dist/chunks/{de.BJvo6njq.js.map → de.DXrHnkLX.js.map} +1 -1
  104. package/dist/chunks/{dialog-page.C1KUI51V.js → dialog-page.COfKqjT-.js} +7 -13
  105. package/dist/chunks/{dialog-page.C1KUI51V.js.map → dialog-page.COfKqjT-.js.map} +1 -1
  106. package/dist/chunks/differenceInMonths.s_znQQpw.js +43 -0
  107. package/dist/chunks/{differenceInMonths.CIYECBxK.js.map → differenceInMonths.s_znQQpw.js.map} +1 -1
  108. package/dist/chunks/{directive.rXUeDb8p.js → directive.Dpivxq_t.js} +2 -2
  109. package/dist/chunks/{directive.rXUeDb8p.js.map → directive.Dpivxq_t.js.map} +1 -1
  110. package/dist/chunks/{dropdown-default-textbox.CskseEho.js → dropdown-default-textbox.bq9AlGzJ.js} +55 -64
  111. package/dist/chunks/{dropdown-default-textbox.CskseEho.js.map → dropdown-default-textbox.bq9AlGzJ.js.map} +1 -1
  112. package/dist/chunks/{dropdown-tag.Zj-exiup.js → dropdown-tag.Ysrac5GN.js} +82 -86
  113. package/dist/chunks/{dropdown-tag.Zj-exiup.js.map → dropdown-tag.Ysrac5GN.js.map} +1 -1
  114. package/dist/chunks/dropdown.MhmX1P9o.js +799 -0
  115. package/dist/chunks/{dropdown.CxjzXI-k.js.map → dropdown.MhmX1P9o.js.map} +1 -1
  116. package/dist/chunks/{empty-state.DqdPzU-g.js → empty-state.DT4sFyjB.js} +7 -14
  117. package/dist/chunks/{empty-state.DqdPzU-g.js.map → empty-state.DT4sFyjB.js.map} +1 -1
  118. package/dist/chunks/{en-GB.C3-QUpva.js → en-GB.CBpvhDYV.js} +2 -2
  119. package/dist/chunks/{en-GB.C3-QUpva.js.map → en-GB.CBpvhDYV.js.map} +1 -1
  120. package/dist/chunks/{en-US.YeSsZuOc.js → en-US.CCazFVNP.js} +30 -30
  121. package/dist/chunks/{en-US.YeSsZuOc.js.map → en-US.CCazFVNP.js.map} +1 -1
  122. package/dist/chunks/{error-message.oGiefI2-.js → error-message.DCgo8q20.js} +8 -20
  123. package/dist/chunks/{error-message.oGiefI2-.js.map → error-message.DCgo8q20.js.map} +1 -1
  124. package/dist/chunks/{es.DyUjjSL8.js → es.CoF2PB8b.js} +14 -14
  125. package/dist/chunks/{es.DyUjjSL8.js.map → es.CoF2PB8b.js.map} +1 -1
  126. package/dist/chunks/{file-uploader.BnmNI1O7.js → file-uploader.Bfd1uUMe.js} +575 -680
  127. package/dist/chunks/{file-uploader.BnmNI1O7.js.map → file-uploader.Bfd1uUMe.js.map} +1 -1
  128. package/dist/chunks/filter-bar.CkAjLQol.js +3675 -0
  129. package/dist/chunks/filter-bar.CkAjLQol.js.map +1 -0
  130. package/dist/chunks/fixed-scroller.DtkaGyMD.js +150 -0
  131. package/dist/chunks/{fixed-scroller.i1tmEmst.js.map → fixed-scroller.DtkaGyMD.js.map} +1 -1
  132. package/dist/chunks/{focus-trap.BxCwzLqN.js → focus-trap.BAiM_ywb.js} +70 -86
  133. package/dist/chunks/{focus-trap.BxCwzLqN.js.map → focus-trap.BAiM_ywb.js.map} +1 -1
  134. package/dist/chunks/{footer-actions.Ck6UztD8.js → footer-actions.BcYSsoUg.js} +3 -3
  135. package/dist/chunks/{footer-actions.Ck6UztD8.js.map → footer-actions.BcYSsoUg.js.map} +1 -1
  136. package/dist/chunks/{form-layout-title.CQfeGyVw.js → form-layout-title.DW5Kg1rh.js} +4 -6
  137. package/dist/chunks/{form-layout-title.CQfeGyVw.js.map → form-layout-title.DW5Kg1rh.js.map} +1 -1
  138. package/dist/chunks/{fr.JD_4GwS8.js → fr.CJXL-Ief.js} +16 -16
  139. package/dist/chunks/{fr.JD_4GwS8.js.map → fr.CJXL-Ief.js.map} +1 -1
  140. package/dist/chunks/{generate-uid.NJ8tVoha.js → generate-uid.DBWe4g6T.js} +15 -16
  141. package/dist/chunks/{generate-uid.NJ8tVoha.js.map → generate-uid.DBWe4g6T.js.map} +1 -1
  142. package/dist/chunks/get-slot-text.8Fbl1GOr.js +6 -0
  143. package/dist/chunks/{get-slot-text.CQRAP2_q.js.map → get-slot-text.8Fbl1GOr.js.map} +1 -1
  144. package/dist/chunks/{grid-layout.Vhv1_zFs.js → grid-layout.CCWNscU_.js} +11 -12
  145. package/dist/chunks/{grid-layout.Vhv1_zFs.js.map → grid-layout.CCWNscU_.js.map} +1 -1
  146. package/dist/chunks/{header-meta.lGt3HsyH.js → header-meta.Bym9AlQm.js} +84 -96
  147. package/dist/chunks/{header-meta.lGt3HsyH.js.map → header-meta.Bym9AlQm.js.map} +1 -1
  148. package/dist/chunks/{header-with-views.D_sy4I2A.js → header-with-views.Djba6iol.js} +1013 -1156
  149. package/dist/chunks/{header-with-views.D_sy4I2A.js.map → header-with-views.Djba6iol.js.map} +1 -1
  150. package/dist/chunks/{header.oXqwf2xN.js → header.o-7SyHtU.js} +4 -4
  151. package/dist/chunks/{header.oXqwf2xN.js.map → header.o-7SyHtU.js.map} +1 -1
  152. package/dist/chunks/{index.Dppy4qHk.js → index.DDwcHPb6.js} +12 -12
  153. package/dist/chunks/{index.Dppy4qHk.js.map → index.DDwcHPb6.js.map} +1 -1
  154. package/dist/chunks/{info-icon.DyPOv7Pi.js → info-icon.BUala_wq.js} +3 -3
  155. package/dist/chunks/{info-icon.DyPOv7Pi.js.map → info-icon.BUala_wq.js.map} +1 -1
  156. package/dist/chunks/input-field-password.DZytmp_p.js +346 -0
  157. package/dist/chunks/{input-field-password.C_h61CMn.js.map → input-field-password.DZytmp_p.js.map} +1 -1
  158. package/dist/chunks/{input-field-phone-number.KctRYA9p.js → input-field-phone-number.CxblrmaU.js} +720 -736
  159. package/dist/chunks/{input-field-phone-number.KctRYA9p.js.map → input-field-phone-number.CxblrmaU.js.map} +1 -1
  160. package/dist/chunks/{input-field.DPElUS0U.js → input-field.CfU0ZKtL.js} +42 -54
  161. package/dist/chunks/{input-field.DPElUS0U.js.map → input-field.CfU0ZKtL.js.map} +1 -1
  162. package/dist/chunks/{inspector.BjLhY3bE.js → inspector.B9k4tJWe.js} +9 -27
  163. package/dist/chunks/{inspector.BjLhY3bE.js.map → inspector.B9k4tJWe.js.map} +1 -1
  164. package/dist/chunks/isSameWeek.Dj6luS8h.js +14 -0
  165. package/dist/chunks/{isSameWeek.CzBCmu7d.js.map → isSameWeek.Dj6luS8h.js.map} +1 -1
  166. package/dist/chunks/{it.BlUnV-yA.js → it.20Y7h-bF.js} +8 -8
  167. package/dist/chunks/{it.BlUnV-yA.js.map → it.20Y7h-bF.js.map} +1 -1
  168. package/dist/chunks/{ja.nUwDmVf2.js → ja.DXlq0H98.js} +27 -27
  169. package/dist/chunks/{ja.nUwDmVf2.js.map → ja.DXlq0H98.js.map} +1 -1
  170. package/dist/chunks/layout-row.B5VJGEQH.js +99 -0
  171. package/dist/chunks/{layout-row.Da8nkm9z.js.map → layout-row.B5VJGEQH.js.map} +1 -1
  172. package/dist/chunks/link.D6D6YGsN.js +113 -0
  173. package/dist/chunks/{link.DTCn2EtX.js.map → link.D6D6YGsN.js.map} +1 -1
  174. package/dist/chunks/list-item.DO5uULke.js +128 -0
  175. package/dist/chunks/list-item.DO5uULke.js.map +1 -0
  176. package/dist/chunks/{listbox-option-tag.CoBUYwFG.js → listbox-option-tag.Cvplth7d.js} +2 -2
  177. package/dist/chunks/{listbox-option-tag.CoBUYwFG.js.map → listbox-option-tag.Cvplth7d.js.map} +1 -1
  178. package/dist/chunks/{modal-fullscreen.9ZDR_S29.js → modal-fullscreen.CuKVyTWb.js} +100 -108
  179. package/dist/chunks/{modal-fullscreen.9ZDR_S29.js.map → modal-fullscreen.CuKVyTWb.js.map} +1 -1
  180. package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.B0IdwV0R.js → modal.vue_vue_type_script_setup_true_lang.DmPw0l5Y.js} +134 -143
  181. package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.B0IdwV0R.js.map → modal.vue_vue_type_script_setup_true_lang.DmPw0l5Y.js.map} +1 -1
  182. package/dist/chunks/on-click-outside.ZUMLlxE_.js +90 -0
  183. package/dist/chunks/{on-click-outside.BW4rkhzG.js.map → on-click-outside.ZUMLlxE_.js.map} +1 -1
  184. package/dist/chunks/pagination.dpVc6Yt0.js +401 -0
  185. package/dist/chunks/pagination.dpVc6Yt0.js.map +1 -0
  186. package/dist/chunks/popover.types.D8tHtFl3.js +6 -0
  187. package/dist/chunks/{popover.types.DhALnOLQ.js.map → popover.types.D8tHtFl3.js.map} +1 -1
  188. package/dist/chunks/{popper-container.DAK7c9uS.js → popper-container.DMN8n5iC.js} +79 -86
  189. package/dist/chunks/{popper-container.DAK7c9uS.js.map → popper-container.DMN8n5iC.js.map} +1 -1
  190. package/dist/chunks/{promo-banner.aNwH6uQx.js → promo-banner.BzveHNOI.js} +7 -13
  191. package/dist/chunks/{promo-banner.aNwH6uQx.js.map → promo-banner.BzveHNOI.js.map} +1 -1
  192. package/dist/chunks/{pt-BR.BCU2Hj36.js → pt-BR.DmhmCzxE.js} +14 -14
  193. package/dist/chunks/{pt-BR.BCU2Hj36.js.map → pt-BR.DmhmCzxE.js.map} +1 -1
  194. package/dist/chunks/{radio-group.DEYzF6o7.js → radio-group.Cuiq4mxy.js} +46 -46
  195. package/dist/chunks/{radio-group.DEYzF6o7.js.map → radio-group.Cuiq4mxy.js.map} +1 -1
  196. package/dist/chunks/{rich-text-editor.DH1d5Zcp.js → rich-text-editor.DLMiT4f5.js} +1018 -1024
  197. package/dist/chunks/{rich-text-editor.DH1d5Zcp.js.map → rich-text-editor.DLMiT4f5.js.map} +1 -1
  198. package/dist/chunks/{search-bar.Dtzx88Pv.js → search-bar.CsFyP0_I.js} +6 -15
  199. package/dist/chunks/{search-bar.Dtzx88Pv.js.map → search-bar.CsFyP0_I.js.map} +1 -1
  200. package/dist/chunks/{secondary-nav.Zs7dBoJv.js → secondary-nav.CLBdq98c.js} +6 -12
  201. package/dist/chunks/{secondary-nav.Zs7dBoJv.js.map → secondary-nav.CLBdq98c.js.map} +1 -1
  202. package/dist/chunks/{segmented-control.Aqquod8g.js → segmented-control.KeQ5kuR1.js} +47 -51
  203. package/dist/chunks/{segmented-control.Aqquod8g.js.map → segmented-control.KeQ5kuR1.js.map} +1 -1
  204. package/dist/chunks/selection-card-group.XM11Kk-4.js +412 -0
  205. package/dist/chunks/{selection-card-group.C7IK2Vl5.js.map → selection-card-group.XM11Kk-4.js.map} +1 -1
  206. package/dist/chunks/{sidepanel.DaXPcTHm.js → sidepanel.b2QZ1Jsx.js} +64 -71
  207. package/dist/chunks/{sidepanel.DaXPcTHm.js.map → sidepanel.b2QZ1Jsx.js.map} +1 -1
  208. package/dist/chunks/startOfWeek.Cvmo-f5J.js +9 -0
  209. package/dist/chunks/{startOfWeek.CXhhX-R7.js.map → startOfWeek.Cvmo-f5J.js.map} +1 -1
  210. package/dist/chunks/status.H00BAmRx.js +42 -0
  211. package/dist/chunks/status.H00BAmRx.js.map +1 -0
  212. package/dist/chunks/status.types.Dx8MDhEH.js +5 -0
  213. package/dist/chunks/status.types.Dx8MDhEH.js.map +1 -0
  214. package/dist/chunks/{step.BV7MsrRF.js → step.BlwoLfdw.js} +56 -68
  215. package/dist/chunks/{step.BV7MsrRF.js.map → step.BlwoLfdw.js.map} +1 -1
  216. package/dist/chunks/{structured-list-item.DAIaUMCY.js → structured-list-item.e-8kRleh.js} +8 -14
  217. package/dist/chunks/{structured-list-item.DAIaUMCY.js.map → structured-list-item.e-8kRleh.js.map} +1 -1
  218. package/dist/chunks/{summary-grid.types.BZcZS_dW.js → summary-grid.types.CcvOC03H.js} +172 -179
  219. package/dist/chunks/{summary-grid.types.BZcZS_dW.js.map → summary-grid.types.CcvOC03H.js.map} +1 -1
  220. package/dist/chunks/tab.mR5uUSdp.js +265 -0
  221. package/dist/chunks/{tab.DRrnMCxe.js.map → tab.mR5uUSdp.js.map} +1 -1
  222. package/dist/chunks/{tag.CqWg6C3H.js → tag.DujMVFh-.js} +3 -3
  223. package/dist/chunks/{tag.CqWg6C3H.js.map → tag.DujMVFh-.js.map} +1 -1
  224. package/dist/chunks/textarea.CHV6Z8nt.js +247 -0
  225. package/dist/chunks/{textarea.CvI2InIB.js.map → textarea.CHV6Z8nt.js.map} +1 -1
  226. package/dist/chunks/timeline-item.CaGcRZbt.js +419 -0
  227. package/dist/chunks/timeline-item.CaGcRZbt.js.map +1 -0
  228. package/dist/chunks/{toast.Bbtq3Icj.js → toast.C2oehk9P.js} +72 -78
  229. package/dist/chunks/{toast.Bbtq3Icj.js.map → toast.C2oehk9P.js.map} +1 -1
  230. package/dist/chunks/{toggle.BupEBkIG.js → toggle.BQoprdX-.js} +5 -5
  231. package/dist/chunks/{toggle.BupEBkIG.js.map → toggle.BQoprdX-.js.map} +1 -1
  232. package/dist/chunks/tooltip.CbADa_4p.js +199 -0
  233. package/dist/chunks/{tooltip.Lwtlhv3u.js.map → tooltip.CbADa_4p.js.map} +1 -1
  234. package/dist/chunks/truncate.DmCXQmeb.js +8 -0
  235. package/dist/chunks/{truncate.BfIl_-71.js.map → truncate.DmCXQmeb.js.map} +1 -1
  236. package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.BL2QTKmV.js → tutorial.vue_vue_type_script_setup_true_lang.BOruzlTt.js} +100 -124
  237. package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.BL2QTKmV.js.map → tutorial.vue_vue_type_script_setup_true_lang.BOruzlTt.js.map} +1 -1
  238. package/dist/chunks/{use-bento-toast-controller.BFctDoMg.js → use-bento-toast-controller.D_NSnBxi.js} +2 -2
  239. package/dist/chunks/{use-bento-toast-controller.BFctDoMg.js.map → use-bento-toast-controller.D_NSnBxi.js.map} +1 -1
  240. package/dist/chunks/use-cached-selected-values.ClEJRFAd.js +1631 -0
  241. package/dist/chunks/{use-cached-selected-values.C4_X3vVj.js.map → use-cached-selected-values.ClEJRFAd.js.map} +1 -1
  242. package/dist/chunks/use-country-items.D_3LBe2I.js +30 -0
  243. package/dist/chunks/{use-country-items.BTzByPdQ.js.map → use-country-items.D_3LBe2I.js.map} +1 -1
  244. package/dist/chunks/use-country-phon-code.DoqTGkNr.js +287 -0
  245. package/dist/chunks/use-country-phon-code.DoqTGkNr.js.map +1 -0
  246. package/dist/chunks/use-date-input-formatter.CDRzd-hW.js +1629 -0
  247. package/dist/chunks/{use-date-input-formatter.dtbK-CEy.js.map → use-date-input-formatter.CDRzd-hW.js.map} +1 -1
  248. package/dist/chunks/use-default-slot-validator.BzHcrgmy.js +12 -0
  249. package/dist/chunks/{use-default-slot-validator.O02rzsob.js.map → use-default-slot-validator.BzHcrgmy.js.map} +1 -1
  250. package/dist/chunks/use-expandable-content-height.B5jjRvCz.js +16 -0
  251. package/dist/chunks/{use-expandable-content-height.GkjjbmPy.js.map → use-expandable-content-height.B5jjRvCz.js.map} +1 -1
  252. package/dist/chunks/use-has-slot.CyMiImRQ.js +14 -0
  253. package/dist/chunks/{use-has-slot.B7eQSabc.js.map → use-has-slot.CyMiImRQ.js.map} +1 -1
  254. package/dist/chunks/utils.DWmc2mUI.js +19 -0
  255. package/dist/chunks/{utils.BzUwtTXc.js.map → utils.DWmc2mUI.js.map} +1 -1
  256. package/dist/chunks/{zh-CN.ChYkuQAR.js → zh-CN.Ce34mXsX.js} +28 -28
  257. package/dist/chunks/{zh-CN.ChYkuQAR.js.map → zh-CN.Ce34mXsX.js.map} +1 -1
  258. package/dist/click-outside.js +1 -1
  259. package/dist/code-snippet.js +1 -1
  260. package/dist/country.js +3 -3
  261. package/dist/currency.js +1 -1
  262. package/dist/dashboard-template.js +1 -1
  263. package/dist/dashed-underline.js +1 -1
  264. package/dist/data-grid-template.js +1 -1
  265. package/dist/data-grid.js +1 -1
  266. package/dist/date-picker.js +2 -2
  267. package/dist/date-range-picker.js +2 -2
  268. package/dist/date.js +1 -1
  269. package/dist/draggable-handle.js +4 -28
  270. package/dist/draggable-handle.js.map +1 -1
  271. package/dist/dropdown.js +4 -4
  272. package/dist/empty-state.js +1 -1
  273. package/dist/file-uploader.js +1 -1
  274. package/dist/filter-bar.js +1 -1
  275. package/dist/focus-trap.js +1 -1
  276. package/dist/form-layout.js +1 -1
  277. package/dist/header-with-views.js +1 -1
  278. package/dist/header.js +1 -1
  279. package/dist/index.js +241 -241
  280. package/dist/index.js.map +1 -1
  281. package/dist/info-icon.js +1 -1
  282. package/dist/input-field-password.js +1 -1
  283. package/dist/input-field-phone-number.js +1 -1
  284. package/dist/input-field.js +1 -1
  285. package/dist/inspector.js +1 -1
  286. package/dist/internal.js +13 -13
  287. package/dist/layout.js +1 -1
  288. package/dist/link.js +1 -1
  289. package/dist/list.js +6 -0
  290. package/dist/list.js.map +1 -0
  291. package/dist/menu.js +1 -1
  292. package/dist/modal-fullscreen.js +1 -1
  293. package/dist/modal.js +2 -2
  294. package/dist/pagination.js +1 -1
  295. package/dist/popover.js +2 -2
  296. package/dist/popper-container.js +1 -1
  297. package/dist/promo-banner.js +1 -1
  298. package/dist/radio-group.js +1 -1
  299. package/dist/rich-text-editor.js +1 -1
  300. package/dist/search-bar.js +2 -2
  301. package/dist/secondary-nav.js +1 -1
  302. package/dist/segmented-control.js +1 -1
  303. package/dist/selection-card.js +1 -1
  304. package/dist/sidepanel.js +1 -1
  305. package/dist/status.js +4 -3
  306. package/dist/status.js.map +1 -1
  307. package/dist/stepper.js +1 -1
  308. package/dist/structured-list.js +1 -1
  309. package/dist/summary-grid.js +1 -1
  310. package/dist/tabs.js +1 -1
  311. package/dist/tag.js +1 -1
  312. package/dist/textarea.js +1 -1
  313. package/dist/timeline.js +1 -1
  314. package/dist/toast.js +1 -1
  315. package/dist/toggle.js +1 -1
  316. package/dist/tutorial.js +1 -1
  317. package/dist/use-form-v4.js +331 -341
  318. package/dist/use-form-v4.js.map +1 -1
  319. package/dist/web-types.json +1 -1
  320. package/package.json +7 -7
  321. package/dist/chunks/anchor-scroller.BctgW0se.js +0 -214
  322. package/dist/chunks/base-modal.gZAtk-xP.js +0 -443
  323. package/dist/chunks/button-actions-with-menu.Tba1ME79.js +0 -93
  324. package/dist/chunks/calendar.vM3abC8y.js +0 -1234
  325. package/dist/chunks/click-outside.CDz_x8mN.js +0 -23
  326. package/dist/chunks/constructNow.CIc7d13I.js +0 -8
  327. package/dist/chunks/country.types.BBQbWkTY.js +0 -773
  328. package/dist/chunks/dashboard-section.CgoLquLP.js +0 -165
  329. package/dist/chunks/dashed-underline.wbRHATeE.js +0 -114
  330. package/dist/chunks/data-grid-template.D40V1cmi.js +0 -144
  331. package/dist/chunks/data-grid.C2nCCbeC.js +0 -4368
  332. package/dist/chunks/date-picker.D5B_SECc.js +0 -251
  333. package/dist/chunks/date-range-picker.B0q7Z4df.js +0 -1084
  334. package/dist/chunks/differenceInMonths.CIYECBxK.js +0 -43
  335. package/dist/chunks/dropdown.CxjzXI-k.js +0 -837
  336. package/dist/chunks/filter-bar.DJ7O4zLX.js +0 -4036
  337. package/dist/chunks/filter-bar.DJ7O4zLX.js.map +0 -1
  338. package/dist/chunks/fixed-scroller.i1tmEmst.js +0 -161
  339. package/dist/chunks/get-slot-text.CQRAP2_q.js +0 -12
  340. package/dist/chunks/input-field-password.C_h61CMn.js +0 -402
  341. package/dist/chunks/isSameWeek.CzBCmu7d.js +0 -14
  342. package/dist/chunks/layout-row.Da8nkm9z.js +0 -100
  343. package/dist/chunks/link.DTCn2EtX.js +0 -116
  344. package/dist/chunks/on-click-outside.BW4rkhzG.js +0 -91
  345. package/dist/chunks/pagination.B32UgSoH.js +0 -488
  346. package/dist/chunks/pagination.B32UgSoH.js.map +0 -1
  347. package/dist/chunks/popover.types.DhALnOLQ.js +0 -6
  348. package/dist/chunks/selection-card-group.C7IK2Vl5.js +0 -417
  349. package/dist/chunks/startOfWeek.CXhhX-R7.js +0 -10
  350. package/dist/chunks/status.types.D3v3k-Q8.js +0 -44
  351. package/dist/chunks/status.types.D3v3k-Q8.js.map +0 -1
  352. package/dist/chunks/tab.DRrnMCxe.js +0 -273
  353. package/dist/chunks/textarea.CvI2InIB.js +0 -255
  354. package/dist/chunks/timeline-item.BooD99hL.js +0 -427
  355. package/dist/chunks/timeline-item.BooD99hL.js.map +0 -1
  356. package/dist/chunks/tooltip.Lwtlhv3u.js +0 -202
  357. package/dist/chunks/truncate.BfIl_-71.js +0 -8
  358. package/dist/chunks/use-cached-selected-values.C4_X3vVj.js +0 -1711
  359. package/dist/chunks/use-country-items.BTzByPdQ.js +0 -30
  360. package/dist/chunks/use-country-phon-code.Bui3zD6W.js +0 -5621
  361. package/dist/chunks/use-country-phon-code.Bui3zD6W.js.map +0 -1
  362. package/dist/chunks/use-date-input-formatter.dtbK-CEy.js +0 -1732
  363. package/dist/chunks/use-default-slot-validator.O02rzsob.js +0 -16
  364. package/dist/chunks/use-expandable-content-height.GkjjbmPy.js +0 -17
  365. package/dist/chunks/use-has-slot.B7eQSabc.js +0 -15
  366. package/dist/chunks/utils.BzUwtTXc.js +0 -21
@@ -213,6 +213,189 @@ inverse: boolean;
213
213
  layout: string;
214
214
  }>;
215
215
 
216
+ declare const __VLS_export_100: __VLS_WithSlots_65<DefineComponent< {
217
+ /**
218
+ * The header that goes to the top of the template
219
+ */
220
+ header: {
221
+ type: PropType<BentoDataGridTemplateHeader>;
222
+ default: any;
223
+ };
224
+ /**
225
+ * All the tab properties that can be set on the inner tab components.
226
+ * - tabs.activeTabIndex: the currenly active tab index.
227
+ * - tabs.tabs: an array of BentoTab props, the first item in the array will affect the `tab-1` slot and so on.
228
+ */
229
+ tabs: {
230
+ type: PropType<BentoDataGridTemplateTabs>;
231
+ default: any;
232
+ };
233
+ /**
234
+ * Renders the additional content slot with a sticky positioning
235
+ */
236
+ stickyAdditionalContent: {
237
+ type: BooleanConstructor;
238
+ default: boolean;
239
+ };
240
+ /**
241
+ * Renders the tabs with a sticky positioning
242
+ */
243
+ stickyTabs: {
244
+ type: BooleanConstructor;
245
+ default: boolean;
246
+ };
247
+ /**
248
+ * All the inspector properties that can be set on the inner inspector component.
249
+ */
250
+ inspector: {
251
+ type: PropType<BentoDataGridTemplateInspector>;
252
+ default: any;
253
+ };
254
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {
255
+ /**
256
+ * The header that goes to the top of the template
257
+ */
258
+ header: {
259
+ type: PropType<BentoDataGridTemplateHeader>;
260
+ default: any;
261
+ };
262
+ /**
263
+ * All the tab properties that can be set on the inner tab components.
264
+ * - tabs.activeTabIndex: the currenly active tab index.
265
+ * - tabs.tabs: an array of BentoTab props, the first item in the array will affect the `tab-1` slot and so on.
266
+ */
267
+ tabs: {
268
+ type: PropType<BentoDataGridTemplateTabs>;
269
+ default: any;
270
+ };
271
+ /**
272
+ * Renders the additional content slot with a sticky positioning
273
+ */
274
+ stickyAdditionalContent: {
275
+ type: BooleanConstructor;
276
+ default: boolean;
277
+ };
278
+ /**
279
+ * Renders the tabs with a sticky positioning
280
+ */
281
+ stickyTabs: {
282
+ type: BooleanConstructor;
283
+ default: boolean;
284
+ };
285
+ /**
286
+ * All the inspector properties that can be set on the inner inspector component.
287
+ */
288
+ inspector: {
289
+ type: PropType<BentoDataGridTemplateInspector>;
290
+ default: any;
291
+ };
292
+ }>>, {
293
+ header: Readonly<Partial<{
294
+ description: string;
295
+ variant: "page" | "component" | BentoHeaderVariant;
296
+ actions: BentoButtonActionsList_2;
297
+ lastUpdated: number | Date;
298
+ reloadButton: BentoHeaderReloadButton;
299
+ infoIconTooltipText: string;
300
+ 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;
301
+ }> & Omit<Readonly<ExtractPropTypes< {
302
+ actions: {
303
+ type: PropType<BentoButtonActionsList_2>;
304
+ default: any;
305
+ };
306
+ description: {
307
+ type: StringConstructor;
308
+ default: any;
309
+ };
310
+ infoIconTooltipText: {
311
+ type: StringConstructor;
312
+ default: any;
313
+ };
314
+ infoIconPopoverPosition: {
315
+ type: PropType<"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>;
316
+ default: string;
317
+ validator: (value: BentoPopoverPositions_2) => boolean;
318
+ };
319
+ lastUpdated: {
320
+ type: (DateConstructor | NumberConstructor)[];
321
+ default: any;
322
+ };
323
+ variant: {
324
+ type: PropType<BentoHeaderVariant | `${BentoHeaderVariant}`>;
325
+ default: BentoHeaderVariant;
326
+ validator: (value: BentoHeaderVariant) => boolean;
327
+ };
328
+ title: {
329
+ type: StringConstructor;
330
+ required: true;
331
+ };
332
+ reloadButton: {
333
+ type: PropType<BentoHeaderReloadButton>;
334
+ default: any;
335
+ };
336
+ }>>, DefaultKeys< {
337
+ actions: {
338
+ type: PropType<BentoButtonActionsList_2>;
339
+ default: any;
340
+ };
341
+ description: {
342
+ type: StringConstructor;
343
+ default: any;
344
+ };
345
+ infoIconTooltipText: {
346
+ type: StringConstructor;
347
+ default: any;
348
+ };
349
+ infoIconPopoverPosition: {
350
+ type: PropType<"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>;
351
+ default: string;
352
+ validator: (value: BentoPopoverPositions_2) => boolean;
353
+ };
354
+ lastUpdated: {
355
+ type: (DateConstructor | NumberConstructor)[];
356
+ default: any;
357
+ };
358
+ variant: {
359
+ type: PropType<BentoHeaderVariant | `${BentoHeaderVariant}`>;
360
+ default: BentoHeaderVariant;
361
+ validator: (value: BentoHeaderVariant) => boolean;
362
+ };
363
+ title: {
364
+ type: StringConstructor;
365
+ required: true;
366
+ };
367
+ reloadButton: {
368
+ type: PropType<BentoHeaderReloadButton>;
369
+ default: any;
370
+ };
371
+ }>>>;
372
+ tabs: BentoDataGridTemplateTabs;
373
+ inspector: {
374
+ title: string;
375
+ isOpen?: boolean;
376
+ loading?: boolean;
377
+ size?: BentoInspectorSize;
378
+ expandable?: boolean;
379
+ relativeLayout?: BentoInspectorRelativeLayout;
380
+ pageFocusAnchor?: HTMLElement;
381
+ activePage: BentoInspectorProps["activePage"];
382
+ };
383
+ stickyTabs: boolean;
384
+ stickyAdditionalContent: boolean;
385
+ }>, {
386
+ [x: `tab-${number}`]: (props: {}) => any;
387
+ } & {
388
+ header?: (props: {}) => any;
389
+ } & {
390
+ infoIconTooltipContent?: (props: {}) => any;
391
+ } & {
392
+ additionalContent?: (props: {}) => any;
393
+ } & {
394
+ default?: (props: {}) => any;
395
+ } & {
396
+ 'inspector-content'?: (props: {}) => any;
397
+ }>;
398
+
216
399
  declare const __VLS_export_11: __VLS_WithSlots_8<DefineComponent< {
217
400
  /**
218
401
  * Reduces sizing of button
@@ -4405,11 +4588,52 @@ columnsLayout: BentoLayoutRowColumnLayout;
4405
4588
  'col-2'?: (props: {}) => any;
4406
4589
  }>;
4407
4590
 
4408
- declare const __VLS_export_54: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToOption_35<BentoLoadingIndicatorProps>, {
4591
+ declare const __VLS_export_54: __VLS_WithSlots_30<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToOption_35<BentoListProps>, {
4592
+ type: string;
4593
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToOption_35<BentoListProps>, {
4594
+ type: string;
4595
+ }>>>, {
4596
+ type: BentoListType;
4597
+ }>, {
4598
+ default?: (props: {}) => any;
4599
+ }>;
4600
+
4601
+ declare const __VLS_export_55: __VLS_WithSlots_31<DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToOption_36<BentoListItemProps>, {
4602
+ showStatus: boolean;
4603
+ statusColor: string;
4604
+ tag: any;
4605
+ withChevron: boolean;
4606
+ showTopDivider: boolean;
4607
+ showBottomDivider: boolean;
4608
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToOption_36<BentoListItemProps>, {
4609
+ showStatus: boolean;
4610
+ statusColor: string;
4611
+ tag: any;
4612
+ withChevron: boolean;
4613
+ showTopDivider: boolean;
4614
+ showBottomDivider: boolean;
4615
+ }>>>, {
4616
+ tag: any;
4617
+ showStatus: boolean;
4618
+ statusColor: BentoStatusVariant | `${BentoStatusVariant}`;
4619
+ withChevron: boolean;
4620
+ showTopDivider: boolean;
4621
+ showBottomDivider: boolean;
4622
+ }>, {
4623
+ image?: (props: {}) => any;
4624
+ } & {
4625
+ start?: (props: {}) => any;
4626
+ } & {
4627
+ content?: (props: {}) => any;
4628
+ } & {
4629
+ end?: (props: {}) => any;
4630
+ }>;
4631
+
4632
+ declare const __VLS_export_56: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToOption_37<BentoLoadingIndicatorProps>, {
4409
4633
  small: boolean;
4410
4634
  large: boolean;
4411
4635
  inverse: boolean;
4412
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToOption_35<BentoLoadingIndicatorProps>, {
4636
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToOption_37<BentoLoadingIndicatorProps>, {
4413
4637
  small: boolean;
4414
4638
  large: boolean;
4415
4639
  inverse: boolean;
@@ -4419,9 +4643,9 @@ large: boolean;
4419
4643
  inverse: boolean;
4420
4644
  }>;
4421
4645
 
4422
- declare const __VLS_export_55: __VLS_WithSlots_30<typeof __VLS_base, __VLS_Slots>;
4646
+ declare const __VLS_export_57: __VLS_WithSlots_32<typeof __VLS_base, __VLS_Slots>;
4423
4647
 
4424
- declare const __VLS_export_56: __VLS_WithSlots_31<DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToOption_36<BentoMenuProps>, {
4648
+ declare const __VLS_export_58: __VLS_WithSlots_33<DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToOption_38<BentoMenuProps>, {
4425
4649
  button: () => BentoMenuButtonProps;
4426
4650
  closeMenuOnItemSelect: boolean;
4427
4651
  disableArrowDownOpeningMenu: boolean;
@@ -4436,7 +4660,7 @@ closeOnClickOutsideOptions: any;
4436
4660
  * Control to enable programmatic closing of the menu
4437
4661
  */
4438
4662
  closeMenu: (revertFocus?: boolean) => Promise<void>;
4439
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToOption_36<BentoMenuProps>, {
4663
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToOption_38<BentoMenuProps>, {
4440
4664
  button: () => BentoMenuButtonProps;
4441
4665
  closeMenuOnItemSelect: boolean;
4442
4666
  disableArrowDownOpeningMenu: boolean;
@@ -4462,7 +4686,7 @@ closeOnClickOutsideOptions: any;
4462
4686
  default?: (props: {}) => any;
4463
4687
  }>;
4464
4688
 
4465
- declare const __VLS_export_57: __VLS_WithSlots_32<DefineComponent< {
4689
+ declare const __VLS_export_59: __VLS_WithSlots_34<DefineComponent< {
4466
4690
  /**
4467
4691
  * List of actions that will be used to render the buttons.
4468
4692
  * First element in the list will be rendered as "primary".
@@ -4754,7 +4978,17 @@ dialogType: "confirmation" | "destructive" | "info" | "acknowledgement" | BentoM
4754
4978
  content?: (props: {}) => any;
4755
4979
  }>;
4756
4980
 
4757
- declare const __VLS_export_58: __VLS_WithSlots_33<DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToOption_37<BentoModalPageProps>, {
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>, {
4758
4992
  actions: any;
4759
4993
  actionsLabel: any;
4760
4994
  columnsSize: BentoModalColumnLayoutVariant;
@@ -4763,7 +4997,7 @@ destructiveActions: boolean;
4763
4997
  withColumnLayout: boolean;
4764
4998
  pageId: any;
4765
4999
  previousPage: any;
4766
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToOption_37<BentoModalPageProps>, {
5000
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToOption_39<BentoModalPageProps>, {
4767
5001
  actions: any;
4768
5002
  actionsLabel: any;
4769
5003
  columnsSize: BentoModalColumnLayoutVariant;
@@ -4793,7 +5027,7 @@ withColumnLayout: boolean;
4793
5027
  actions?: (props: {}) => any;
4794
5028
  }>;
4795
5029
 
4796
- declare const __VLS_export_59: __VLS_WithSlots_34<DefineComponent< {
5030
+ declare const __VLS_export_61: __VLS_WithSlots_36<DefineComponent< {
4797
5031
  /**
4798
5032
  * List of actions that will be used to render the buttons.
4799
5033
  * First element in the list will be rendered as "primary".
@@ -4895,17 +5129,7 @@ contextualLabel: string;
4895
5129
  header?: (props: {}) => any;
4896
5130
  }>;
4897
5131
 
4898
- declare const __VLS_export_6: __VLS_WithSlots_5<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToOption_3<BentoAnchorScrollerProps>, {
4899
- activeIndex: any;
4900
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToOption_3<BentoAnchorScrollerProps>, {
4901
- activeIndex: any;
4902
- }>>>, {
4903
- activeIndex: AnchorScrollerListProps["activeIndex"];
4904
- }>, {
4905
- default?: (props: {}) => any;
4906
- }>;
4907
-
4908
- declare const __VLS_export_60: __VLS_WithSlots_35<DefineComponent< {
5132
+ declare const __VLS_export_62: __VLS_WithSlots_37<DefineComponent< {
4909
5133
  /**
4910
5134
  * List of actions that will be used to render the buttons.
4911
5135
  * First element in the list will be rendered as "primary".
@@ -5022,7 +5246,7 @@ titleId: string;
5022
5246
  default?: (props: {}) => any;
5023
5247
  }>;
5024
5248
 
5025
- declare const __VLS_export_61: DefineComponent< {
5249
+ declare const __VLS_export_63: DefineComponent< {
5026
5250
  /**
5027
5251
  * Array of BentoButtonActionsList to show to the right of the title
5028
5252
  */
@@ -5165,7 +5389,7 @@ infoIconTooltipText: string;
5165
5389
  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;
5166
5390
  }>;
5167
5391
 
5168
- declare const __VLS_export_62: __VLS_WithSlots_36<DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToOption_38<BentoPaginationProps>, {
5392
+ declare const __VLS_export_64: __VLS_WithSlots_38<DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToOption_40<BentoPaginationProps>, {
5169
5393
  ariaLabel: any;
5170
5394
  hasNext: any;
5171
5395
  hidePageSize: boolean;
@@ -5176,7 +5400,7 @@ pageSizeItems: any;
5176
5400
  size: number;
5177
5401
  totalCount: any;
5178
5402
  virtualScroll: boolean;
5179
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToOption_38<BentoPaginationProps>, {
5403
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToOption_40<BentoPaginationProps>, {
5180
5404
  ariaLabel: any;
5181
5405
  hasNext: any;
5182
5406
  hidePageSize: boolean;
@@ -5202,11 +5426,11 @@ hidePageSize: boolean;
5202
5426
  default?: (props: {}) => any;
5203
5427
  }>;
5204
5428
 
5205
- declare const __VLS_export_63: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToOption_39<BentoPaymentMethodProps>, {
5429
+ declare const __VLS_export_65: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToOption_41<BentoPaymentMethodProps>, {
5206
5430
  label: any;
5207
5431
  small: boolean;
5208
5432
  type: string;
5209
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToOption_39<BentoPaymentMethodProps>, {
5433
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToOption_41<BentoPaymentMethodProps>, {
5210
5434
  label: any;
5211
5435
  small: boolean;
5212
5436
  type: string;
@@ -5216,7 +5440,7 @@ type: string;
5216
5440
  label: string;
5217
5441
  }>;
5218
5442
 
5219
- declare const __VLS_export_64: __VLS_WithSlots_37<DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToOption_40<BentoPopoverProps>, {
5443
+ declare const __VLS_export_66: __VLS_WithSlots_39<DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToOption_42<BentoPopoverProps>, {
5220
5444
  actions: any;
5221
5445
  actionsLayout: string;
5222
5446
  ariaLabel: any;
@@ -5236,7 +5460,7 @@ trapAll: boolean;
5236
5460
  trapAllOptions: any;
5237
5461
  withoutSpace: boolean;
5238
5462
  overflowVisible: boolean;
5239
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToOption_40<BentoPopoverProps>, {
5463
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToOption_42<BentoPopoverProps>, {
5240
5464
  actions: any;
5241
5465
  actionsLayout: string;
5242
5466
  ariaLabel: any;
@@ -5284,13 +5508,13 @@ overflowVisible: boolean;
5284
5508
  default?: (props: {}) => any;
5285
5509
  }>;
5286
5510
 
5287
- declare const __VLS_export_65: __VLS_WithSlots_38<DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToOption_41<BentoPromoBannerProps>, {
5511
+ declare const __VLS_export_67: __VLS_WithSlots_40<DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToOption_43<BentoPromoBannerProps>, {
5288
5512
  actions: any;
5289
5513
  color: BentoPromoBannerColor;
5290
5514
  isDismissible: boolean;
5291
5515
  dismissButtonText: any;
5292
5516
  layout: BentoPromoBannerLayout;
5293
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToOption_41<BentoPromoBannerProps>, {
5517
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToOption_43<BentoPromoBannerProps>, {
5294
5518
  actions: any;
5295
5519
  color: BentoPromoBannerColor;
5296
5520
  isDismissible: boolean;
@@ -5306,7 +5530,7 @@ dismissButtonText: string;
5306
5530
  description?: (props: {}) => any;
5307
5531
  }>;
5308
5532
 
5309
- declare const __VLS_export_66: __VLS_WithSlots_39<DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToOption_42<BentoRadioGroupProps>, {
5533
+ declare const __VLS_export_68: __VLS_WithSlots_41<DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToOption_44<BentoRadioGroupProps>, {
5310
5534
  description: any;
5311
5535
  disabled: boolean;
5312
5536
  errorMessage: any;
@@ -5321,7 +5545,7 @@ tooltipText: any;
5321
5545
  variant: BentoRadioGroupVariant;
5322
5546
  }>, {
5323
5547
  focus: () => void;
5324
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToOption_42<BentoRadioGroupProps>, {
5548
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToOption_44<BentoRadioGroupProps>, {
5325
5549
  description: any;
5326
5550
  disabled: boolean;
5327
5551
  errorMessage: any;
@@ -5353,7 +5577,7 @@ formId: string | null;
5353
5577
  description?: (props: {}) => any;
5354
5578
  }>;
5355
5579
 
5356
- declare const __VLS_export_67: __VLS_WithSlots_40<DefineComponent< {
5580
+ declare const __VLS_export_69: __VLS_WithSlots_42<DefineComponent< {
5357
5581
  /**
5358
5582
  * Disable the radio button (optional)
5359
5583
  */
@@ -5476,66 +5700,6 @@ hasError: boolean;
5476
5700
  content?: (props: {}) => any;
5477
5701
  }>;
5478
5702
 
5479
- declare const __VLS_export_68: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToOption_43<BentoRichTextEditorProps>, {
5480
- description: any;
5481
- disabled: boolean;
5482
- errorMessage: any;
5483
- hideLabel: any;
5484
- label: any;
5485
- mode: string;
5486
- required: boolean;
5487
- tooltipText: any;
5488
- value: any;
5489
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToOption_43<BentoRichTextEditorProps>, {
5490
- description: any;
5491
- disabled: boolean;
5492
- errorMessage: any;
5493
- hideLabel: any;
5494
- label: any;
5495
- mode: string;
5496
- required: boolean;
5497
- tooltipText: any;
5498
- value: any;
5499
- }>>>, {
5500
- value: string;
5501
- description: string;
5502
- label: string;
5503
- required: boolean;
5504
- disabled: boolean;
5505
- mode: BentoRichTextEditorMode;
5506
- tooltipText: string;
5507
- hideLabel: boolean;
5508
- errorMessage: string;
5509
- }>;
5510
-
5511
- declare const __VLS_export_69: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToOption_44<BentoSearchBarProps>, {
5512
- condensed: boolean;
5513
- debounceTime: number;
5514
- disabled: boolean;
5515
- hint: string;
5516
- placeholder: string;
5517
- value: any;
5518
- }>, {
5519
- /**
5520
- * Focus on the input field when called.
5521
- */
5522
- focus: () => void;
5523
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToOption_44<BentoSearchBarProps>, {
5524
- condensed: boolean;
5525
- debounceTime: number;
5526
- disabled: boolean;
5527
- hint: string;
5528
- placeholder: string;
5529
- value: any;
5530
- }>>>, {
5531
- value: string;
5532
- condensed: boolean;
5533
- disabled: boolean;
5534
- placeholder: string;
5535
- hint: string;
5536
- debounceTime: number;
5537
- }>;
5538
-
5539
5703
  declare const __VLS_export_7: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToOption_4<{
5540
5704
  /**
5541
5705
  * Displays the user profile without the label.
@@ -5581,14 +5745,74 @@ iconOnly: boolean;
5581
5745
  src: string;
5582
5746
  }>;
5583
5747
 
5584
- declare const __VLS_export_70: DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>;
5748
+ declare const __VLS_export_70: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToOption_45<BentoRichTextEditorProps>, {
5749
+ description: any;
5750
+ disabled: boolean;
5751
+ errorMessage: any;
5752
+ hideLabel: any;
5753
+ label: any;
5754
+ mode: string;
5755
+ required: boolean;
5756
+ tooltipText: any;
5757
+ value: any;
5758
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToOption_45<BentoRichTextEditorProps>, {
5759
+ description: any;
5760
+ disabled: boolean;
5761
+ errorMessage: any;
5762
+ hideLabel: any;
5763
+ label: any;
5764
+ mode: string;
5765
+ required: boolean;
5766
+ tooltipText: any;
5767
+ value: any;
5768
+ }>>>, {
5769
+ value: string;
5770
+ description: string;
5771
+ label: string;
5772
+ required: boolean;
5773
+ disabled: boolean;
5774
+ mode: BentoRichTextEditorMode;
5775
+ tooltipText: string;
5776
+ hideLabel: boolean;
5777
+ errorMessage: string;
5778
+ }>;
5779
+
5780
+ declare const __VLS_export_71: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToOption_46<BentoSearchBarProps>, {
5781
+ condensed: boolean;
5782
+ debounceTime: number;
5783
+ disabled: boolean;
5784
+ hint: string;
5785
+ placeholder: string;
5786
+ value: any;
5787
+ }>, {
5788
+ /**
5789
+ * Focus on the input field when called.
5790
+ */
5791
+ focus: () => void;
5792
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToOption_46<BentoSearchBarProps>, {
5793
+ condensed: boolean;
5794
+ debounceTime: number;
5795
+ disabled: boolean;
5796
+ hint: string;
5797
+ placeholder: string;
5798
+ value: any;
5799
+ }>>>, {
5800
+ value: string;
5801
+ condensed: boolean;
5802
+ disabled: boolean;
5803
+ placeholder: string;
5804
+ hint: string;
5805
+ debounceTime: number;
5806
+ }>;
5807
+
5808
+ declare const __VLS_export_72: DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>;
5585
5809
 
5586
- declare const __VLS_export_71: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToOption_45<BentoSegmentedControlProps>, {
5810
+ declare const __VLS_export_73: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToOption_47<BentoSegmentedControlProps>, {
5587
5811
  ariaLabel: any;
5588
5812
  fullWidth: boolean;
5589
5813
  wrap: boolean;
5590
5814
  modelValue: any;
5591
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToOption_45<BentoSegmentedControlProps>, {
5815
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToOption_47<BentoSegmentedControlProps>, {
5592
5816
  ariaLabel: any;
5593
5817
  fullWidth: boolean;
5594
5818
  wrap: boolean;
@@ -5600,7 +5824,7 @@ modelValue: BentoSegmentedControlValue;
5600
5824
  fullWidth: boolean;
5601
5825
  }>;
5602
5826
 
5603
- declare const __VLS_export_72: __VLS_WithSlots_41<DefineComponent< {
5827
+ declare const __VLS_export_74: __VLS_WithSlots_43<DefineComponent< {
5604
5828
  /**
5605
5829
  * The description of the selection card
5606
5830
  */
@@ -5756,7 +5980,7 @@ fullyClickable: boolean;
5756
5980
  dynamicContent?: (props: {}) => any;
5757
5981
  }>;
5758
5982
 
5759
- declare const __VLS_export_73: __VLS_WithSlots_42<DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToOption_46<BentoSelectionCardGroupProps>, {
5983
+ declare const __VLS_export_75: __VLS_WithSlots_44<DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToOption_48<BentoSelectionCardGroupProps>, {
5760
5984
  description: any;
5761
5985
  disabled: boolean;
5762
5986
  errorMessage: any;
@@ -5771,7 +5995,7 @@ required: boolean;
5771
5995
  tooltipText: any;
5772
5996
  readonly: boolean;
5773
5997
  variant: string;
5774
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToOption_46<BentoSelectionCardGroupProps>, {
5998
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToOption_48<BentoSelectionCardGroupProps>, {
5775
5999
  description: any;
5776
6000
  disabled: boolean;
5777
6001
  errorMessage: any;
@@ -5851,7 +6075,7 @@ itemsPerRow: BentoSelectionCardGroupItemsPerRow;
5851
6075
  dynamicContent?: (props: any) => any;
5852
6076
  }>;
5853
6077
 
5854
- declare const __VLS_export_74: __VLS_WithSlots_43<DefineComponent< {
6078
+ declare const __VLS_export_76: __VLS_WithSlots_45<DefineComponent< {
5855
6079
  /**
5856
6080
  * List of actions that will be used to render the buttons.
5857
6081
  * First element in the list will be rendered as "primary".
@@ -5978,7 +6202,7 @@ destructiveActions: boolean;
5978
6202
  default?: (props: {}) => any;
5979
6203
  }>;
5980
6204
 
5981
- declare const __VLS_export_75: __VLS_WithSlots_44<DefineComponent< {
6205
+ declare const __VLS_export_77: __VLS_WithSlots_46<DefineComponent< {
5982
6206
  /**
5983
6207
  * The id of the current active page
5984
6208
  * Should be the same id as the BentoSidepanelPage to be displayed
@@ -6061,11 +6285,11 @@ isDismissible: boolean;
6061
6285
  default?: (props: {}) => any;
6062
6286
  }>;
6063
6287
 
6064
- declare const __VLS_export_76: __VLS_WithSlots_45<DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>, {
6288
+ declare const __VLS_export_78: __VLS_WithSlots_47<DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>, {
6065
6289
  default?: (props: {}) => any;
6066
6290
  }>;
6067
6291
 
6068
- declare const __VLS_export_77: __VLS_WithSlots_46<DefineComponent< {
6292
+ declare const __VLS_export_79: __VLS_WithSlots_48<DefineComponent< {
6069
6293
  /**
6070
6294
  * Type of stepper; defines how the stepper should behave. Default: linear
6071
6295
  * @values linear, non-linear
@@ -6123,100 +6347,6 @@ index: number;
6123
6347
  default?: (props: {}) => any;
6124
6348
  }>;
6125
6349
 
6126
- declare const __VLS_export_78: __VLS_WithSlots_47<DefineComponent< {
6127
- /**
6128
- * Completed status. Used on non-linear steppers to indicate if the step is completed.
6129
- */
6130
- completed: {
6131
- type: BooleanConstructor;
6132
- default: boolean;
6133
- };
6134
- /**
6135
- * Active substep index
6136
- */
6137
- substepIndex: {
6138
- type: NumberConstructor;
6139
- default: number;
6140
- };
6141
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {
6142
- /**
6143
- * Completed status. Used on non-linear steppers to indicate if the step is completed.
6144
- */
6145
- completed: {
6146
- type: BooleanConstructor;
6147
- default: boolean;
6148
- };
6149
- /**
6150
- * Active substep index
6151
- */
6152
- substepIndex: {
6153
- type: NumberConstructor;
6154
- default: number;
6155
- };
6156
- }>>, {
6157
- completed: boolean;
6158
- substepIndex: number;
6159
- }>, {
6160
- default?: (props: {}) => any;
6161
- } & {
6162
- substeps?: (props: {}) => any;
6163
- }>;
6164
-
6165
- declare const __VLS_export_79: __VLS_WithSlots_48<DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToOption_47<{
6166
- /**
6167
- * Width of the labels container, in pixels. Overrides layout prop.
6168
- */
6169
- labelsWidth?: number;
6170
- /**
6171
- * The layout of the label value pair in percentage.
6172
- * If labelsWidth is set, layout will be overriden by the static pixel value.
6173
- *
6174
- * If the value entered is not listed in the example
6175
- * list below '33-66' will be applied
6176
- * @example
6177
- * '25-75'
6178
- * '33-66'
6179
- * '42-58'
6180
- * '50-50'
6181
- * '75-25'
6182
- * '66-33'
6183
- * '58-42'
6184
- */
6185
- layout?: BentoStructuredListLayoutOptions;
6186
- }>, {
6187
- labelsWidth: any;
6188
- layout: string;
6189
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToOption_47<{
6190
- /**
6191
- * Width of the labels container, in pixels. Overrides layout prop.
6192
- */
6193
- labelsWidth?: number;
6194
- /**
6195
- * The layout of the label value pair in percentage.
6196
- * If labelsWidth is set, layout will be overriden by the static pixel value.
6197
- *
6198
- * If the value entered is not listed in the example
6199
- * list below '33-66' will be applied
6200
- * @example
6201
- * '25-75'
6202
- * '33-66'
6203
- * '42-58'
6204
- * '50-50'
6205
- * '75-25'
6206
- * '66-33'
6207
- * '58-42'
6208
- */
6209
- layout?: BentoStructuredListLayoutOptions;
6210
- }>, {
6211
- labelsWidth: any;
6212
- layout: string;
6213
- }>>>, {
6214
- layout: BentoStructuredListLayoutOptions;
6215
- labelsWidth: number;
6216
- }>, {
6217
- default?: (props: {}) => any;
6218
- }>;
6219
-
6220
6350
  declare const __VLS_export_8: __VLS_WithSlots_6<DefineComponent< {
6221
6351
  /**
6222
6352
  * Reduces sizing of button
@@ -6339,14 +6469,108 @@ inverse: boolean;
6339
6469
  iconRight?: (props: {}) => any;
6340
6470
  }>;
6341
6471
 
6342
- declare const __VLS_export_80: __VLS_WithSlots_49<DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>, {
6472
+ declare const __VLS_export_80: __VLS_WithSlots_49<DefineComponent< {
6473
+ /**
6474
+ * Completed status. Used on non-linear steppers to indicate if the step is completed.
6475
+ */
6476
+ completed: {
6477
+ type: BooleanConstructor;
6478
+ default: boolean;
6479
+ };
6480
+ /**
6481
+ * Active substep index
6482
+ */
6483
+ substepIndex: {
6484
+ type: NumberConstructor;
6485
+ default: number;
6486
+ };
6487
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {
6488
+ /**
6489
+ * Completed status. Used on non-linear steppers to indicate if the step is completed.
6490
+ */
6491
+ completed: {
6492
+ type: BooleanConstructor;
6493
+ default: boolean;
6494
+ };
6495
+ /**
6496
+ * Active substep index
6497
+ */
6498
+ substepIndex: {
6499
+ type: NumberConstructor;
6500
+ default: number;
6501
+ };
6502
+ }>>, {
6503
+ completed: boolean;
6504
+ substepIndex: number;
6505
+ }>, {
6506
+ default?: (props: {}) => any;
6507
+ } & {
6508
+ substeps?: (props: {}) => any;
6509
+ }>;
6510
+
6511
+ declare const __VLS_export_81: __VLS_WithSlots_50<DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToOption_49<{
6512
+ /**
6513
+ * Width of the labels container, in pixels. Overrides layout prop.
6514
+ */
6515
+ labelsWidth?: number;
6516
+ /**
6517
+ * The layout of the label value pair in percentage.
6518
+ * If labelsWidth is set, layout will be overriden by the static pixel value.
6519
+ *
6520
+ * If the value entered is not listed in the example
6521
+ * list below '33-66' will be applied
6522
+ * @example
6523
+ * '25-75'
6524
+ * '33-66'
6525
+ * '42-58'
6526
+ * '50-50'
6527
+ * '75-25'
6528
+ * '66-33'
6529
+ * '58-42'
6530
+ */
6531
+ layout?: BentoStructuredListLayoutOptions;
6532
+ }>, {
6533
+ labelsWidth: any;
6534
+ layout: string;
6535
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToOption_49<{
6536
+ /**
6537
+ * Width of the labels container, in pixels. Overrides layout prop.
6538
+ */
6539
+ labelsWidth?: number;
6540
+ /**
6541
+ * The layout of the label value pair in percentage.
6542
+ * If labelsWidth is set, layout will be overriden by the static pixel value.
6543
+ *
6544
+ * If the value entered is not listed in the example
6545
+ * list below '33-66' will be applied
6546
+ * @example
6547
+ * '25-75'
6548
+ * '33-66'
6549
+ * '42-58'
6550
+ * '50-50'
6551
+ * '75-25'
6552
+ * '66-33'
6553
+ * '58-42'
6554
+ */
6555
+ layout?: BentoStructuredListLayoutOptions;
6556
+ }>, {
6557
+ labelsWidth: any;
6558
+ layout: string;
6559
+ }>>>, {
6560
+ layout: BentoStructuredListLayoutOptions;
6561
+ labelsWidth: number;
6562
+ }>, {
6563
+ default?: (props: {}) => any;
6564
+ }>;
6565
+
6566
+ declare const __VLS_export_82: __VLS_WithSlots_51<DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>, {
6343
6567
  default?: (props: {}) => any;
6344
6568
  }>;
6345
6569
 
6346
- declare const __VLS_export_81: __VLS_WithSlots_50<DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToOption_48<BentoSummaryGridProps>, {
6570
+ declare const __VLS_export_83: __VLS_WithSlots_52<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToOption_50<BentoSummaryGridProps>, {
6347
6571
  columnWidth: any;
6348
6572
  slashedZero: boolean;
6349
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToOption_48<BentoSummaryGridProps>, {
6573
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToOption_50<BentoSummaryGridProps>, {
6350
6574
  columnWidth: any;
6351
6575
  slashedZero: boolean;
6352
6576
  }>>>, {
@@ -6366,7 +6590,7 @@ slashedZero: boolean;
6366
6590
  [x: `cell-${number}-6`]: (props: {}) => any;
6367
6591
  }>;
6368
6592
 
6369
- declare const __VLS_export_82: __VLS_WithSlots_51<DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToOption_49<BentoSummaryGridItemAmountProps>, {
6593
+ declare const __VLS_export_84: __VLS_WithSlots_53<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToOption_51<BentoSummaryGridItemAmountProps>, {
6370
6594
  copy: any;
6371
6595
  fitContent: boolean;
6372
6596
  infoIconTooltipText: any;
@@ -6379,7 +6603,7 @@ trend: any;
6379
6603
  trendDirection: string;
6380
6604
  underlinePopoverSize: string;
6381
6605
  underlineTooltipText: any;
6382
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToOption_49<BentoSummaryGridItemAmountProps>, {
6606
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToOption_51<BentoSummaryGridItemAmountProps>, {
6383
6607
  copy: any;
6384
6608
  fitContent: boolean;
6385
6609
  infoIconTooltipText: any;
@@ -6409,7 +6633,7 @@ secondaryMetric: string;
6409
6633
  'dashed-underline'?: (props: {}) => any;
6410
6634
  }>;
6411
6635
 
6412
- declare const __VLS_export_83: __VLS_WithSlots_52<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToOption_50<BentoSummaryGridItemNumericProps>, {
6636
+ declare const __VLS_export_85: __VLS_WithSlots_54<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToOption_52<BentoSummaryGridItemNumericProps>, {
6413
6637
  copy: any;
6414
6638
  fitContent: boolean;
6415
6639
  infoIconTooltipText: any;
@@ -6421,7 +6645,7 @@ trend: any;
6421
6645
  trendDirection: string;
6422
6646
  underlinePopoverSize: string;
6423
6647
  underlineTooltipText: any;
6424
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToOption_50<BentoSummaryGridItemNumericProps>, {
6648
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToOption_52<BentoSummaryGridItemNumericProps>, {
6425
6649
  copy: any;
6426
6650
  fitContent: boolean;
6427
6651
  infoIconTooltipText: any;
@@ -6449,7 +6673,7 @@ secondaryMetric: string;
6449
6673
  'dashed-underline'?: (props: {}) => any;
6450
6674
  }>;
6451
6675
 
6452
- declare const __VLS_export_84: __VLS_WithSlots_53<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToOption_51<BentoSummaryGridItemPercentageProps>, {
6676
+ declare const __VLS_export_86: __VLS_WithSlots_55<DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToOption_53<BentoSummaryGridItemPercentageProps>, {
6453
6677
  copy: any;
6454
6678
  fitContent: boolean;
6455
6679
  infoIconTooltipText: any;
@@ -6461,7 +6685,7 @@ trend: any;
6461
6685
  trendDirection: string;
6462
6686
  underlinePopoverSize: string;
6463
6687
  underlineTooltipText: any;
6464
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToOption_51<BentoSummaryGridItemPercentageProps>, {
6688
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToOption_53<BentoSummaryGridItemPercentageProps>, {
6465
6689
  copy: any;
6466
6690
  fitContent: boolean;
6467
6691
  infoIconTooltipText: any;
@@ -6489,13 +6713,13 @@ secondaryMetric: string | number;
6489
6713
  'dashed-underline'?: (props: {}) => any;
6490
6714
  }>;
6491
6715
 
6492
- declare const __VLS_export_85: __VLS_WithSlots_54<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToOption_52<BentoSummaryGridItemTextProps>, {
6716
+ declare const __VLS_export_87: __VLS_WithSlots_56<DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToOption_54<BentoSummaryGridItemTextProps>, {
6493
6717
  copy: any;
6494
6718
  fitContent: boolean;
6495
6719
  infoIconTooltipText: any;
6496
6720
  underlinePopoverSize: string;
6497
6721
  underlineTooltipText: any;
6498
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToOption_52<BentoSummaryGridItemTextProps>, {
6722
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToOption_54<BentoSummaryGridItemTextProps>, {
6499
6723
  copy: any;
6500
6724
  fitContent: boolean;
6501
6725
  infoIconTooltipText: any;
@@ -6511,13 +6735,13 @@ underlineTooltipText: string;
6511
6735
  'dashed-underline'?: (props: {}) => any;
6512
6736
  }>;
6513
6737
 
6514
- declare const __VLS_export_86: __VLS_WithSlots_55<DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToOption_53<BentoSummaryGridItemCustomProps>, {
6738
+ declare const __VLS_export_88: __VLS_WithSlots_57<DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToOption_55<BentoSummaryGridItemCustomProps>, {
6515
6739
  copy: any;
6516
6740
  infoIconTooltipText: any;
6517
6741
  fitContent: boolean;
6518
6742
  underlinePopoverSize: string;
6519
6743
  underlineTooltipText: any;
6520
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToOption_53<BentoSummaryGridItemCustomProps>, {
6744
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToOption_55<BentoSummaryGridItemCustomProps>, {
6521
6745
  copy: any;
6522
6746
  infoIconTooltipText: any;
6523
6747
  fitContent: boolean;
@@ -6535,7 +6759,7 @@ underlineTooltipText: string;
6535
6759
  default?: (props: {}) => any;
6536
6760
  }>;
6537
6761
 
6538
- declare const __VLS_export_87: DefineComponent< {
6762
+ declare const __VLS_export_89: DefineComponent< {
6539
6763
  /**
6540
6764
  * Sets the active tab by its index (0 being the first tab item).
6541
6765
  */
@@ -6600,13 +6824,35 @@ activeTabIndex: number;
6600
6824
  stickyOptions: any;
6601
6825
  }>;
6602
6826
 
6603
- declare const __VLS_export_88: __VLS_WithSlots_56<DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToOption_54<BentoTabProps>, {
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>, {
6604
6850
  counter: any;
6605
6851
  disabled: boolean;
6606
6852
  hidden: boolean;
6607
6853
  withNotificationIndicator: boolean;
6608
6854
  setElementRef: any;
6609
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToOption_54<BentoTabProps>, {
6855
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToOption_56<BentoTabProps>, {
6610
6856
  counter: any;
6611
6857
  disabled: boolean;
6612
6858
  hidden: boolean;
@@ -6622,7 +6868,7 @@ withNotificationIndicator: boolean;
6622
6868
  default?: (props: {}) => any;
6623
6869
  }>;
6624
6870
 
6625
- declare const __VLS_export_89: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToOption_55<BentoTextareaProps>, {
6871
+ declare const __VLS_export_91: DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToOption_57<BentoTextareaProps>, {
6626
6872
  ariaLabel: any;
6627
6873
  characterLimit: any;
6628
6874
  description: string;
@@ -6641,7 +6887,7 @@ value: string;
6641
6887
  modelValue: string;
6642
6888
  }>, {
6643
6889
  focus: () => void;
6644
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToOption_55<BentoTextareaProps>, {
6890
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToOption_57<BentoTextareaProps>, {
6645
6891
  ariaLabel: any;
6646
6892
  characterLimit: any;
6647
6893
  description: string;
@@ -6677,35 +6923,13 @@ clearable: boolean;
6677
6923
  resizable: BentoTextareaResizeOption | `${BentoTextareaResizeOption}`;
6678
6924
  }>;
6679
6925
 
6680
- declare const __VLS_export_9: __VLS_WithSlots_7<DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToOption_5<BentoAiButtonProps>, {
6681
- link: any;
6682
- type: string;
6683
- condensed: boolean;
6684
- disabled: boolean;
6685
- inverse: boolean;
6686
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToOption_5<BentoAiButtonProps>, {
6687
- link: any;
6688
- type: string;
6689
- condensed: boolean;
6690
- disabled: boolean;
6691
- inverse: boolean;
6692
- }>>>, {
6693
- link: BentoButtonProps_2["link"];
6694
- type: BentoButtonProps_2["type"];
6695
- condensed: BentoButtonProps_2["condensed"];
6696
- disabled: BentoButtonProps_2["disabled"];
6697
- inverse: BentoButtonProps_2["inverse"];
6698
- }>, {
6699
- default?: (props: {}) => any;
6700
- }>;
6701
-
6702
- declare const __VLS_export_90: __VLS_WithSlots_57<DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToOption_56<BentoTimelineProps>, {
6926
+ declare const __VLS_export_92: __VLS_WithSlots_59<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToOption_58<BentoTimelineProps>, {
6703
6927
  addNote: boolean;
6704
6928
  showMore: any;
6705
6929
  timegapLimit: any;
6706
6930
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6707
6931
  "add-timeline-note": (...args: any[]) => void;
6708
- }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToOption_56<BentoTimelineProps>, {
6932
+ }, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToOption_58<BentoTimelineProps>, {
6709
6933
  addNote: boolean;
6710
6934
  showMore: any;
6711
6935
  timegapLimit: any;
@@ -6717,7 +6941,7 @@ timegapLimit: BentoTimelineGapObject;
6717
6941
  default?: (props: {}) => any;
6718
6942
  }>;
6719
6943
 
6720
- declare const __VLS_export_91: __VLS_WithSlots_58<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToOption_57<BentoTimelineItemProps>, {
6944
+ declare const __VLS_export_93: __VLS_WithSlots_60<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToOption_59<BentoTimelineItemProps>, {
6721
6945
  additionalTimestamp: any;
6722
6946
  dataList: any;
6723
6947
  description: any;
@@ -6726,7 +6950,7 @@ tag: any;
6726
6950
  title: any;
6727
6951
  type: string;
6728
6952
  variant: any;
6729
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToOption_57<BentoTimelineItemProps>, {
6953
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToOption_59<BentoTimelineItemProps>, {
6730
6954
  additionalTimestamp: any;
6731
6955
  dataList: any;
6732
6956
  description: any;
@@ -6750,9 +6974,9 @@ dataList: BentoTimelineDataList;
6750
6974
  default?: (props: {}) => any;
6751
6975
  }>;
6752
6976
 
6753
- declare const __VLS_export_92: DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>;
6977
+ declare const __VLS_export_94: DefineComponent< {}, unknown, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {}>>, {}>;
6754
6978
 
6755
- declare const __VLS_export_93: __VLS_WithSlots_59<DefineComponent< {
6979
+ declare const __VLS_export_95: __VLS_WithSlots_61<DefineComponent< {
6756
6980
  /**
6757
6981
  * @deprecated from version 2.0.0. Use the aria-label attribute instead.
6758
6982
  */
@@ -6846,7 +7070,7 @@ labelPosition: "after" | "before" | BentoToggleLabelPosition;
6846
7070
  description?: (props: {}) => any;
6847
7071
  }>;
6848
7072
 
6849
- declare const __VLS_export_94: DefineComponent< {
7073
+ declare const __VLS_export_96: DefineComponent< {
6850
7074
  /**
6851
7075
  * The current step index. If provided, will start the tutorial in that step.
6852
7076
  */
@@ -6903,7 +7127,7 @@ index: number;
6903
7127
  scrollOptions: any;
6904
7128
  }>;
6905
7129
 
6906
- declare const __VLS_export_95: __VLS_WithSlots_60<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToOption_58<BentoTypographyProps>, {
7130
+ declare const __VLS_export_97: __VLS_WithSlots_62<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToOption_60<BentoTypographyProps>, {
6907
7131
  el: BentoTypographyElement;
6908
7132
  large: boolean;
6909
7133
  medium: boolean;
@@ -6911,7 +7135,7 @@ stronger: boolean;
6911
7135
  strongest: boolean;
6912
7136
  variant: BentoTypographyVariant;
6913
7137
  wide: boolean;
6914
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToOption_58<BentoTypographyProps>, {
7138
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToOption_60<BentoTypographyProps>, {
6915
7139
  el: BentoTypographyElement;
6916
7140
  large: boolean;
6917
7141
  medium: boolean;
@@ -6931,7 +7155,7 @@ variant: BentoTypographyVariant | `${BentoTypographyVariant}`;
6931
7155
  default?: (props: {}) => any;
6932
7156
  }>;
6933
7157
 
6934
- declare const __VLS_export_96: __VLS_WithSlots_61<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToOption_59<{
7158
+ declare const __VLS_export_98: __VLS_WithSlots_63<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToOption_61<{
6935
7159
  /**
6936
7160
  * The header that goes to the top of the template
6937
7161
  */
@@ -6954,260 +7178,77 @@ stickyFilters?: boolean;
6954
7178
  tabs: any;
6955
7179
  stickyTabs: boolean;
6956
7180
  stickyFilters: boolean;
6957
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToOption_59<{
7181
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToOption_61<{
6958
7182
  /**
6959
7183
  * The header that goes to the top of the template
6960
- */
6961
- header: BentoDashboardTemplateHeader;
6962
- /**
6963
- * All the tab properties that can be set on the inner tab components.
6964
- * - tabs.activeTabIndex: the currently active tab index.
6965
- * - tabs.tabs: an array of BentoTab props, the first item in the array will affect the `tab-1` slot and so on.
6966
- */
6967
- tabs?: BentoDashboardTemplateTabs;
6968
- /**
6969
- * Renders the tabs with a sticky positioning
6970
- */
6971
- stickyTabs?: boolean;
6972
- /**
6973
- * Renders the tabs with a sticky positioning
6974
- */
6975
- stickyFilters?: boolean;
6976
- }>, {
6977
- tabs: any;
6978
- stickyTabs: boolean;
6979
- stickyFilters: boolean;
6980
- }>>>, {
6981
- tabs: BentoDashboardTemplateTabs;
6982
- stickyFilters: boolean;
6983
- stickyTabs: boolean;
6984
- }>, {
6985
- [x: `tab-${number}`]: (props: {}) => any;
6986
- } & {
6987
- infoIconTooltipContent?: (props: {}) => any;
6988
- } & {
6989
- filters?: (props: {}) => any;
6990
- } & {
6991
- default?: (props: {}) => any;
6992
- }>;
6993
-
6994
- declare const __VLS_export_97: __VLS_WithSlots_62<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToOption_60<{
6995
- /**
6996
- * The header of the section
6997
- */
6998
- header: BentoDashboardTemplateHeader;
6999
- /**
7000
- * Renders the section to take only half of the page
7001
- */
7002
- halfWidth?: boolean;
7003
- }>, {
7004
- halfWidth: boolean;
7005
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToOption_60<{
7006
- /**
7007
- * The header of the section
7008
- */
7009
- header: BentoDashboardTemplateHeader;
7010
- /**
7011
- * Renders the section to take only half of the page
7012
- */
7013
- halfWidth?: boolean;
7014
- }>, {
7015
- halfWidth: boolean;
7016
- }>>>, {
7017
- halfWidth: boolean;
7018
- }>, {
7019
- infoIconTooltipContent?: (props: {}) => any;
7020
- } & {
7021
- controls?: (props: {}) => any;
7022
- } & {
7023
- default?: (props: {}) => any;
7024
- } & {
7025
- 'content-col-1'?: (props: {}) => any;
7026
- } & {
7027
- 'content-col-2'?: (props: {}) => any;
7028
- }>;
7029
-
7030
- declare const __VLS_export_98: __VLS_WithSlots_63<DefineComponent< {
7031
- /**
7032
- * The header that goes to the top of the template
7033
- */
7034
- header: {
7035
- type: PropType<BentoDataGridTemplateHeader>;
7036
- default: any;
7037
- };
7038
- /**
7039
- * All the tab properties that can be set on the inner tab components.
7040
- * - tabs.activeTabIndex: the currenly active tab index.
7041
- * - tabs.tabs: an array of BentoTab props, the first item in the array will affect the `tab-1` slot and so on.
7042
- */
7043
- tabs: {
7044
- type: PropType<BentoDataGridTemplateTabs>;
7045
- default: any;
7046
- };
7047
- /**
7048
- * Renders the additional content slot with a sticky positioning
7049
- */
7050
- stickyAdditionalContent: {
7051
- type: BooleanConstructor;
7052
- default: boolean;
7053
- };
7054
- /**
7055
- * Renders the tabs with a sticky positioning
7056
- */
7057
- stickyTabs: {
7058
- type: BooleanConstructor;
7059
- default: boolean;
7060
- };
7061
- /**
7062
- * All the inspector properties that can be set on the inner inspector component.
7063
- */
7064
- inspector: {
7065
- type: PropType<BentoDataGridTemplateInspector>;
7066
- default: any;
7067
- };
7068
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {
7069
- /**
7070
- * The header that goes to the top of the template
7071
- */
7072
- header: {
7073
- type: PropType<BentoDataGridTemplateHeader>;
7074
- default: any;
7075
- };
7184
+ */
7185
+ header: BentoDashboardTemplateHeader;
7076
7186
  /**
7077
7187
  * All the tab properties that can be set on the inner tab components.
7078
- * - tabs.activeTabIndex: the currenly active tab index.
7188
+ * - tabs.activeTabIndex: the currently active tab index.
7079
7189
  * - tabs.tabs: an array of BentoTab props, the first item in the array will affect the `tab-1` slot and so on.
7080
7190
  */
7081
- tabs: {
7082
- type: PropType<BentoDataGridTemplateTabs>;
7083
- default: any;
7084
- };
7085
- /**
7086
- * Renders the additional content slot with a sticky positioning
7087
- */
7088
- stickyAdditionalContent: {
7089
- type: BooleanConstructor;
7090
- default: boolean;
7091
- };
7191
+ tabs?: BentoDashboardTemplateTabs;
7092
7192
  /**
7093
7193
  * Renders the tabs with a sticky positioning
7094
7194
  */
7095
- stickyTabs: {
7096
- type: BooleanConstructor;
7097
- default: boolean;
7098
- };
7195
+ stickyTabs?: boolean;
7099
7196
  /**
7100
- * All the inspector properties that can be set on the inner inspector component.
7197
+ * Renders the tabs with a sticky positioning
7101
7198
  */
7102
- inspector: {
7103
- type: PropType<BentoDataGridTemplateInspector>;
7104
- default: any;
7105
- };
7106
- }>>, {
7107
- header: Readonly<Partial<{
7108
- description: string;
7109
- variant: "page" | "component" | BentoHeaderVariant;
7110
- actions: BentoButtonActionsList_2;
7111
- lastUpdated: number | Date;
7112
- reloadButton: BentoHeaderReloadButton;
7113
- infoIconTooltipText: string;
7114
- 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;
7115
- }> & Omit<Readonly<ExtractPropTypes< {
7116
- actions: {
7117
- type: PropType<BentoButtonActionsList_2>;
7118
- default: any;
7119
- };
7120
- description: {
7121
- type: StringConstructor;
7122
- default: any;
7123
- };
7124
- infoIconTooltipText: {
7125
- type: StringConstructor;
7126
- default: any;
7127
- };
7128
- infoIconPopoverPosition: {
7129
- type: PropType<"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>;
7130
- default: string;
7131
- validator: (value: BentoPopoverPositions_2) => boolean;
7132
- };
7133
- lastUpdated: {
7134
- type: (DateConstructor | NumberConstructor)[];
7135
- default: any;
7136
- };
7137
- variant: {
7138
- type: PropType<BentoHeaderVariant | `${BentoHeaderVariant}`>;
7139
- default: BentoHeaderVariant;
7140
- validator: (value: BentoHeaderVariant) => boolean;
7141
- };
7142
- title: {
7143
- type: StringConstructor;
7144
- required: true;
7145
- };
7146
- reloadButton: {
7147
- type: PropType<BentoHeaderReloadButton>;
7148
- default: any;
7149
- };
7150
- }>>, DefaultKeys< {
7151
- actions: {
7152
- type: PropType<BentoButtonActionsList_2>;
7153
- default: any;
7154
- };
7155
- description: {
7156
- type: StringConstructor;
7157
- default: any;
7158
- };
7159
- infoIconTooltipText: {
7160
- type: StringConstructor;
7161
- default: any;
7162
- };
7163
- infoIconPopoverPosition: {
7164
- type: PropType<"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>;
7165
- default: string;
7166
- validator: (value: BentoPopoverPositions_2) => boolean;
7167
- };
7168
- lastUpdated: {
7169
- type: (DateConstructor | NumberConstructor)[];
7170
- default: any;
7171
- };
7172
- variant: {
7173
- type: PropType<BentoHeaderVariant | `${BentoHeaderVariant}`>;
7174
- default: BentoHeaderVariant;
7175
- validator: (value: BentoHeaderVariant) => boolean;
7176
- };
7177
- title: {
7178
- type: StringConstructor;
7179
- required: true;
7180
- };
7181
- reloadButton: {
7182
- type: PropType<BentoHeaderReloadButton>;
7183
- default: any;
7184
- };
7185
- }>>>;
7186
- tabs: BentoDataGridTemplateTabs;
7187
- inspector: {
7188
- title: string;
7189
- isOpen?: boolean;
7190
- loading?: boolean;
7191
- size?: BentoInspectorSize;
7192
- expandable?: boolean;
7193
- relativeLayout?: BentoInspectorRelativeLayout;
7194
- pageFocusAnchor?: HTMLElement;
7195
- activePage: BentoInspectorProps["activePage"];
7196
- };
7199
+ stickyFilters?: boolean;
7200
+ }>, {
7201
+ tabs: any;
7202
+ stickyTabs: boolean;
7203
+ stickyFilters: boolean;
7204
+ }>>>, {
7205
+ tabs: BentoDashboardTemplateTabs;
7206
+ stickyFilters: boolean;
7197
7207
  stickyTabs: boolean;
7198
- stickyAdditionalContent: boolean;
7199
7208
  }>, {
7200
7209
  [x: `tab-${number}`]: (props: {}) => any;
7201
7210
  } & {
7202
- header?: (props: {}) => any;
7211
+ infoIconTooltipContent?: (props: {}) => any;
7212
+ } & {
7213
+ filters?: (props: {}) => any;
7203
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
+ }>, {
7204
7243
  infoIconTooltipContent?: (props: {}) => any;
7205
7244
  } & {
7206
- additionalContent?: (props: {}) => any;
7245
+ controls?: (props: {}) => any;
7207
7246
  } & {
7208
7247
  default?: (props: {}) => any;
7209
7248
  } & {
7210
- 'inspector-content'?: (props: {}) => any;
7249
+ 'content-col-1'?: (props: {}) => any;
7250
+ } & {
7251
+ 'content-col-2'?: (props: {}) => any;
7211
7252
  }>;
7212
7253
 
7213
7254
  declare type __VLS_PrettifyLocal<T> = (T extends any ? {
@@ -7552,6 +7593,18 @@ declare type __VLS_PrettifyLocal_60<T> = (T extends any ? {
7552
7593
  [K in keyof T as K]: T[K];
7553
7594
  }) & {};
7554
7595
 
7596
+ declare type __VLS_PrettifyLocal_61<T> = (T extends any ? {
7597
+ [K in keyof T]: T[K];
7598
+ } : {
7599
+ [K in keyof T as K]: T[K];
7600
+ }) & {};
7601
+
7602
+ declare type __VLS_PrettifyLocal_62<T> = (T extends any ? {
7603
+ [K in keyof T]: T[K];
7604
+ } : {
7605
+ [K in keyof T as K]: T[K];
7606
+ }) & {};
7607
+
7555
7608
  declare type __VLS_PrettifyLocal_7<T> = (T extends any ? {
7556
7609
  [K in keyof T]: T[K];
7557
7610
  } : {
@@ -8093,6 +8146,24 @@ declare type __VLS_TypePropsToOption_60<T> = {
8093
8146
  };
8094
8147
  };
8095
8148
 
8149
+ declare type __VLS_TypePropsToOption_61<T> = {
8150
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
8151
+ type: PropType<Required<T>[K]>;
8152
+ } : {
8153
+ type: PropType<T[K]>;
8154
+ required: true;
8155
+ };
8156
+ };
8157
+
8158
+ declare type __VLS_TypePropsToOption_62<T> = {
8159
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
8160
+ type: PropType<Required<T>[K]>;
8161
+ } : {
8162
+ type: PropType<T[K]>;
8163
+ required: true;
8164
+ };
8165
+ };
8166
+
8096
8167
  declare type __VLS_TypePropsToOption_7<T> = {
8097
8168
  [K in keyof T]-?: {} extends Pick<T, K> ? {
8098
8169
  type: PropType<Required<T>[K]>;
@@ -8462,6 +8533,18 @@ declare type __VLS_WithDefaults_60<P, D> = {
8462
8533
  }> : P[K];
8463
8534
  };
8464
8535
 
8536
+ declare type __VLS_WithDefaults_61<P, D> = {
8537
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal_61<P[K] & {
8538
+ default: D[K];
8539
+ }> : P[K];
8540
+ };
8541
+
8542
+ declare type __VLS_WithDefaults_62<P, D> = {
8543
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal_62<P[K] & {
8544
+ default: D[K];
8545
+ }> : P[K];
8546
+ };
8547
+
8465
8548
  declare type __VLS_WithDefaults_7<P, D> = {
8466
8549
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal_7<P[K] & {
8467
8550
  default: D[K];
@@ -8840,6 +8923,18 @@ declare type __VLS_WithSlots_63<T, S> = T & {
8840
8923
  };
8841
8924
  };
8842
8925
 
8926
+ declare type __VLS_WithSlots_64<T, S> = T & {
8927
+ new (): {
8928
+ $slots: S;
8929
+ };
8930
+ };
8931
+
8932
+ declare type __VLS_WithSlots_65<T, S> = T & {
8933
+ new (): {
8934
+ $slots: S;
8935
+ };
8936
+ };
8937
+
8843
8938
  declare type __VLS_WithSlots_7<T, S> = T & {
8844
8939
  new (): {
8845
8940
  $slots: S;
@@ -10650,7 +10745,7 @@ export declare interface BentoCurrencyProps {
10650
10745
  * `
10651
10746
  * }
10652
10747
  */
10653
- export declare const BentoDashboardSection: typeof __VLS_export_97;
10748
+ export declare const BentoDashboardSection: typeof __VLS_export_99;
10654
10749
 
10655
10750
  /**
10656
10751
  * Dashboard template is a full page template used to visualize data on pages such as data dashboards and reports.
@@ -10679,7 +10774,7 @@ export declare const BentoDashboardSection: typeof __VLS_export_97;
10679
10774
  * `
10680
10775
  * }
10681
10776
  */
10682
- export declare const BentoDashboardTemplate: typeof __VLS_export_96;
10777
+ export declare const BentoDashboardTemplate: typeof __VLS_export_98;
10683
10778
 
10684
10779
  export declare type BentoDashboardTemplateHeader = InstanceType<typeof BentoHeader>['$props'];
10685
10780
 
@@ -10993,7 +11088,7 @@ export declare const BentoDataGridTagWithTextCell: typeof __VLS_export_19;
10993
11088
  * `
10994
11089
  * }
10995
11090
  */
10996
- export declare const BentoDataGridTemplate: typeof __VLS_export_98;
11091
+ export declare const BentoDataGridTemplate: typeof __VLS_export_100;
10997
11092
 
10998
11093
  export declare type BentoDataGridTemplateDataGrid = () => {
10999
11094
  additionalContentSlotRef?: Ref<UnwrapRef<HTMLDivElement>> | null;
@@ -12205,7 +12300,7 @@ export declare const BentoFormLayoutGroup: typeof __VLS_export_44;
12205
12300
  */
12206
12301
  export declare const BentoFormLayoutTitle: typeof __VLS_export_43;
12207
12302
 
12208
- export declare const BentoHeader: typeof __VLS_export_61;
12303
+ export declare const BentoHeader: typeof __VLS_export_63;
12209
12304
 
12210
12305
  declare interface BentoHeaderReloadButton {
12211
12306
  title: string;
@@ -13121,7 +13216,7 @@ declare const BentoLayoutVariantOptions: readonly ["page", "component"];
13121
13216
 
13122
13217
  export declare type BentoLazyLoadType = 'automatic' | 'button' | 'none';
13123
13218
 
13124
- export declare const BentoLink: typeof __VLS_export_55;
13219
+ export declare const BentoLink: typeof __VLS_export_57;
13125
13220
 
13126
13221
  declare type BentoLinkProps = RouterLinkProps & LinkProps_2;
13127
13222
 
@@ -13141,6 +13236,33 @@ declare enum BentoLinkVariant_2 {
13141
13236
  QUIET = 'quiet',
13142
13237
  }
13143
13238
 
13239
+ /**
13240
+ * `BentoList` renders an ordered or unordered list container for `BentoListItem` rows.
13241
+ *
13242
+ * @example
13243
+ * import { BentoList, BentoListItem } from '@adyen/bento-vue2';
13244
+ *
13245
+ * export default {
13246
+ * components: { BentoList, BentoListItem },
13247
+ * template: `
13248
+ * <bento-list>
13249
+ * <bento-list-item
13250
+ * label="Payment details"
13251
+ * description="Updated 2 hours ago"
13252
+ * :tag="{ label: 'Live', variant: 'green' }"
13253
+ * show-bottom-divider
13254
+ * />
13255
+ * <bento-list-item
13256
+ * label="Risk configuration"
13257
+ * description="Updated yesterday"
13258
+ * :tag="{ label: 'Review', variant: 'orange' }"
13259
+ * />
13260
+ * </bento-list>
13261
+ * `
13262
+ * }
13263
+ */
13264
+ export declare const BentoList: typeof __VLS_export_54;
13265
+
13144
13266
  declare type BentoListboxEmptyStateProps = {
13145
13267
  action: {
13146
13268
  icon?: any;
@@ -13217,6 +13339,81 @@ declare type BentoListboxVirtulisationOptions = boolean | {
13217
13339
  export { BentoListboxVirtulisationOptions as BentoDropdownVirtulisationOptions }
13218
13340
  export { BentoListboxVirtulisationOptions }
13219
13341
 
13342
+ /**
13343
+ * `BentoListItem` renders an item to be used inside `BentoList`.
13344
+ *
13345
+ * @example
13346
+ * import { BentoList, BentoListItem, BentoButton, BentoToggle } from '@adyen/bento-vue2';
13347
+ *
13348
+ * export default {
13349
+ * components: { BentoList, BentoListItem, BentoButton, BentoToggle },
13350
+ * template: `
13351
+ * <bento-list>
13352
+ * <bento-list-item
13353
+ * label="Payment details"
13354
+ * description="Updated 2 hours ago"
13355
+ * :tag="{ label: 'Live', variant: 'green' }"
13356
+ * show-bottom-divider
13357
+ * >
13358
+ * <template #start>
13359
+ * <bento-toggle />
13360
+ * </template>
13361
+ * <template #end>
13362
+ * <bento-button variant="secondary">Edit</bento-button>
13363
+ * </template>
13364
+ * </bento-list-item>
13365
+ * </bento-list>
13366
+ * `
13367
+ * }
13368
+ */
13369
+ export declare const BentoListItem: typeof __VLS_export_55;
13370
+
13371
+ export declare interface BentoListItemProps {
13372
+ /**
13373
+ * Label text shown in the content area when the `content` slot is not used.
13374
+ */
13375
+ label?: string;
13376
+ /**
13377
+ * Description text shown below label when the `content` slot is not used.
13378
+ */
13379
+ description?: string;
13380
+ /**
13381
+ * Toggles the status indicator.
13382
+ */
13383
+ showStatus?: boolean;
13384
+ /**
13385
+ * Color for the status indicator.
13386
+ * @values blue, green, grey, orange, red, yellow
13387
+ */
13388
+ statusColor?: BentoStatusVariant | `${BentoStatusVariant}`;
13389
+ /**
13390
+ * Tag props passed to the internal BentoTag component.
13391
+ */
13392
+ tag?: BentoTagProps;
13393
+ /**
13394
+ * Shows a chevron icon in the item.
13395
+ */
13396
+ withChevron?: boolean;
13397
+ /**
13398
+ * Shows the top divider line.
13399
+ */
13400
+ showTopDivider?: boolean;
13401
+ /**
13402
+ * Shows the bottom divider line.
13403
+ */
13404
+ showBottomDivider?: boolean;
13405
+ }
13406
+
13407
+ export declare interface BentoListProps {
13408
+ /**
13409
+ * Defines if the list should render as unordered (`ul`) or ordered (`ol`).
13410
+ * @values unordered, ordered
13411
+ */
13412
+ type?: BentoListType;
13413
+ }
13414
+
13415
+ export declare type BentoListType = 'unordered' | 'ordered';
13416
+
13220
13417
  /**
13221
13418
  * Loading Button component is used for cases where pressing a button starts an event that requires a loading state, e.g. when you have any sort of asynchronous action and are waiting for a response
13222
13419
  *
@@ -13265,7 +13462,7 @@ declare enum BentoLoadingButtonState_2 {
13265
13462
  * `
13266
13463
  * };
13267
13464
  */
13268
- export declare const BentoLoadingIndicator: typeof __VLS_export_54;
13465
+ export declare const BentoLoadingIndicator: typeof __VLS_export_56;
13269
13466
 
13270
13467
  export declare enum BentoLoadingIndicatorEvent {
13271
13468
  START = "loading-start",
@@ -13304,7 +13501,7 @@ export declare interface BentoLoadingIndicatorProps {
13304
13501
  * />
13305
13502
  * }
13306
13503
  */
13307
- export declare const BentoMenu: typeof __VLS_export_56;
13504
+ export declare const BentoMenu: typeof __VLS_export_58;
13308
13505
 
13309
13506
  export declare interface BentoMenuButtonProps {
13310
13507
  'aria-label'?: HTMLAttributes['aria-label'];
@@ -13506,7 +13703,7 @@ declare interface BentoMenuProps_2 {
13506
13703
  * `
13507
13704
  * };
13508
13705
  */
13509
- export declare const BentoModal: typeof __VLS_export_57;
13706
+ export declare const BentoModal: typeof __VLS_export_59;
13510
13707
 
13511
13708
  /**
13512
13709
  * @deprecated for usage with properties since version 2.0. Use the string literal instead.
@@ -13553,7 +13750,7 @@ export declare enum BentoModalEvent {
13553
13750
  * `
13554
13751
  * }
13555
13752
  */
13556
- export declare const BentoModalFullscreen: typeof __VLS_export_59;
13753
+ export declare const BentoModalFullscreen: typeof __VLS_export_61;
13557
13754
 
13558
13755
  /**
13559
13756
  * ModalFullscreenPage is used to render different pages of ModalFullscreen component
@@ -13592,7 +13789,7 @@ export declare const BentoModalFullscreen: typeof __VLS_export_59;
13592
13789
  * `
13593
13790
  * }
13594
13791
  */
13595
- export declare const BentoModalFullscreenPage: typeof __VLS_export_60;
13792
+ export declare const BentoModalFullscreenPage: typeof __VLS_export_62;
13596
13793
 
13597
13794
  /**
13598
13795
  * ModalPage is used to render different pages of the Modal component
@@ -13635,7 +13832,7 @@ export declare const BentoModalFullscreenPage: typeof __VLS_export_60;
13635
13832
  * `
13636
13833
  * }
13637
13834
  */
13638
- export declare const BentoModalPage: typeof __VLS_export_58;
13835
+ export declare const BentoModalPage: typeof __VLS_export_60;
13639
13836
 
13640
13837
  export declare interface BentoModalPageProps {
13641
13838
  /**
@@ -13759,7 +13956,7 @@ export declare type BentoMultiCheckboxType = Array<string | number>;
13759
13956
  * `,
13760
13957
  * }
13761
13958
  */
13762
- export declare const BentoPagination: typeof __VLS_export_62;
13959
+ export declare const BentoPagination: typeof __VLS_export_64;
13763
13960
 
13764
13961
  export declare interface BentoPaginationProps {
13765
13962
  /**
@@ -13817,7 +14014,7 @@ export declare interface BentoPaginationProps {
13817
14014
  * `
13818
14015
  * }
13819
14016
  */
13820
- export declare const BentoPaymentMethod: typeof __VLS_export_63;
14017
+ export declare const BentoPaymentMethod: typeof __VLS_export_65;
13821
14018
 
13822
14019
  export declare type BentoPaymentMethodListboxOptionItem = OmitStrict<BentoListboxOptionItem, 'value'> & {
13823
14020
  value: string;
@@ -15006,7 +15203,7 @@ export declare enum BentoPaymentMethodType {
15006
15203
  * `
15007
15204
  * }
15008
15205
  */
15009
- export declare const BentoPopover: typeof __VLS_export_64;
15206
+ export declare const BentoPopover: typeof __VLS_export_66;
15010
15207
 
15011
15208
  /**
15012
15209
  * @deprecated for usage with properties since version 2.0. Use the string literal instead.
@@ -15181,7 +15378,7 @@ export declare interface BentoPopoverProps {
15181
15378
  * `
15182
15379
  * };
15183
15380
  */
15184
- export declare const BentoPromoBanner: typeof __VLS_export_65;
15381
+ export declare const BentoPromoBanner: typeof __VLS_export_67;
15185
15382
 
15186
15383
  /**
15187
15384
  * @deprecated for usage with generic. Remove the generic and use it as `BentoPromoBannerAction`.
@@ -15306,7 +15503,7 @@ export declare interface BentoPromoBannerProps {
15306
15503
  * }
15307
15504
  * }
15308
15505
  */
15309
- export declare const BentoRadioButton: typeof __VLS_export_67;
15506
+ export declare const BentoRadioButton: typeof __VLS_export_69;
15310
15507
 
15311
15508
  export declare enum BentoRadioButtonStateClass {
15312
15509
  DISABLED = "disabled",
@@ -15338,7 +15535,7 @@ export declare type BentoRadioButtonValue = string | number;
15338
15535
  * `
15339
15536
  * };
15340
15537
  */
15341
- export declare const BentoRadioGroup: typeof __VLS_export_66;
15538
+ export declare const BentoRadioGroup: typeof __VLS_export_68;
15342
15539
 
15343
15540
  export declare type BentoRadioGroupEmits = FormFieldEmits<BentoRadioGroupValue>;
15344
15541
 
@@ -15480,7 +15677,7 @@ export declare interface BentoRangeFilterOptions {
15480
15677
  * `
15481
15678
  * }
15482
15679
  */
15483
- export declare const BentoRichTextEditor: typeof __VLS_export_68;
15680
+ export declare const BentoRichTextEditor: typeof __VLS_export_70;
15484
15681
 
15485
15682
  /**
15486
15683
  * Private
@@ -15572,7 +15769,7 @@ export declare interface BentoRichTextEditorProps {
15572
15769
  * }
15573
15770
  * }
15574
15771
  */
15575
- export declare const BentoSearchBar: typeof __VLS_export_69;
15772
+ export declare const BentoSearchBar: typeof __VLS_export_71;
15576
15773
 
15577
15774
  export declare type BentoSearchBarData = Array<BentoSearchBarItem>;
15578
15775
 
@@ -15647,7 +15844,7 @@ export declare interface BentoSearchBarProps {
15647
15844
  * }
15648
15845
  * }
15649
15846
  */
15650
- export declare const BentoSecondaryNav: typeof __VLS_export_70;
15847
+ export declare const BentoSecondaryNav: typeof __VLS_export_72;
15651
15848
 
15652
15849
  export declare type BentoSecondaryNavItems = Array<BentoSecondaryNavItemsItem | BentoSecondaryNavItemsCategory>;
15653
15850
 
@@ -15681,7 +15878,7 @@ export declare interface BentoSecondaryNavState {
15681
15878
  * `
15682
15879
  * }
15683
15880
  */
15684
- export declare const BentoSegmentedControl: typeof __VLS_export_71;
15881
+ export declare const BentoSegmentedControl: typeof __VLS_export_73;
15685
15882
 
15686
15883
  /**
15687
15884
  * @deprecated from version 2.0.0. Use "@update:model-value" or "v-model" instead
@@ -15866,7 +16063,7 @@ export declare type BentoSelectFilterValue = BentoListboxSelectedValue;
15866
16063
  * `
15867
16064
  * }
15868
16065
  */
15869
- export declare const BentoSelectionCard: typeof __VLS_export_72;
16066
+ export declare const BentoSelectionCard: typeof __VLS_export_74;
15870
16067
 
15871
16068
  /**
15872
16069
  * Group of bento-selection-cards.
@@ -15903,7 +16100,7 @@ export declare const BentoSelectionCard: typeof __VLS_export_72;
15903
16100
  * `,
15904
16101
  * }
15905
16102
  */
15906
- export declare const BentoSelectionCardGroup: typeof __VLS_export_73;
16103
+ export declare const BentoSelectionCardGroup: typeof __VLS_export_75;
15907
16104
 
15908
16105
  export declare type BentoSelectionCardGroupEmits = FormFieldEmits<BentoSelectionCardModelValue>;
15909
16106
 
@@ -16025,7 +16222,7 @@ export declare type BentoSelectTagFilterOptions = OmitStrict<BentoSelectFilterOp
16025
16222
  * `
16026
16223
  * }
16027
16224
  */
16028
- export declare const BentoSidepanel: typeof __VLS_export_75;
16225
+ export declare const BentoSidepanel: typeof __VLS_export_77;
16029
16226
 
16030
16227
  export declare enum BentoSidepanelEvent {
16031
16228
  UPDATE_ACTIVE_PAGE = "update:active-page",
@@ -16068,7 +16265,7 @@ export declare enum BentoSidepanelEvent {
16068
16265
  * `
16069
16266
  * }
16070
16267
  */
16071
- export declare const BentoSidepanelPage: typeof __VLS_export_74;
16268
+ export declare const BentoSidepanelPage: typeof __VLS_export_76;
16072
16269
 
16073
16270
  /**
16074
16271
  * A Status component is used to indicate a
@@ -16086,7 +16283,7 @@ export declare const BentoSidepanelPage: typeof __VLS_export_74;
16086
16283
  * `
16087
16284
  * }
16088
16285
  */
16089
- export declare const BentoStatus: typeof __VLS_export_76;
16286
+ export declare const BentoStatus: typeof __VLS_export_78;
16090
16287
 
16091
16288
  export declare interface BentoStatusProps {
16092
16289
  /**
@@ -16129,7 +16326,7 @@ export declare enum BentoStatusVariant {
16129
16326
  * `
16130
16327
  * }
16131
16328
  */
16132
- export declare const BentoStep: typeof __VLS_export_78;
16329
+ export declare const BentoStep: typeof __VLS_export_80;
16133
16330
 
16134
16331
  /**
16135
16332
  * Steppers break down complex processes into manageable steps to guide users through a sequential or multi-step process.
@@ -16148,7 +16345,7 @@ export declare const BentoStep: typeof __VLS_export_78;
16148
16345
  * `
16149
16346
  * }
16150
16347
  */
16151
- export declare const BentoStepper: typeof __VLS_export_77;
16348
+ export declare const BentoStepper: typeof __VLS_export_79;
16152
16349
 
16153
16350
  export declare type BentoStepperState = Ref<{
16154
16351
  activeStepIndex: number;
@@ -16206,7 +16403,7 @@ declare interface BentoStickyTabsOptions {
16206
16403
  * `
16207
16404
  * }
16208
16405
  */
16209
- export declare const BentoStructuredList: typeof __VLS_export_79;
16406
+ export declare const BentoStructuredList: typeof __VLS_export_81;
16210
16407
 
16211
16408
  /**
16212
16409
  * This is an item of the `BentoStructuredList` meant to be used only with that component.
@@ -16231,7 +16428,7 @@ export declare const BentoStructuredList: typeof __VLS_export_79;
16231
16428
  * `
16232
16429
  * }
16233
16430
  */
16234
- export declare const BentoStructuredListItem: typeof __VLS_export_80;
16431
+ export declare const BentoStructuredListItem: typeof __VLS_export_82;
16235
16432
 
16236
16433
  declare type BentoStructuredListLayoutOptions = '25-75' | '33-66' | '42-58' | '50-50' | '75-25' | '66-33' | '58-42';
16237
16434
 
@@ -16259,7 +16456,7 @@ declare const BentoStructuredListLayoutOptions: string[];
16259
16456
  * `
16260
16457
  * }
16261
16458
  */
16262
- export declare const BentoSummaryGrid: typeof __VLS_export_81;
16459
+ export declare const BentoSummaryGrid: typeof __VLS_export_83;
16263
16460
 
16264
16461
  export declare interface BentoSummaryGridColumnWidth {
16265
16462
  row1: GridLayoutColumnWidths;
@@ -16288,7 +16485,7 @@ export declare interface BentoSummaryGridColumnWidth {
16288
16485
  * `
16289
16486
  * }
16290
16487
  */
16291
- export declare const BentoSummaryGridItemAmount: typeof __VLS_export_82;
16488
+ export declare const BentoSummaryGridItemAmount: typeof __VLS_export_84;
16292
16489
 
16293
16490
  export declare interface BentoSummaryGridItemAmountProps extends BaseSummaryGridItemProps {
16294
16491
  /**
@@ -16320,7 +16517,7 @@ export declare interface BentoSummaryGridItemAmountProps extends BaseSummaryGrid
16320
16517
  * `
16321
16518
  * }
16322
16519
  */
16323
- export declare const BentoSummaryGridItemCustom: typeof __VLS_export_86;
16520
+ export declare const BentoSummaryGridItemCustom: typeof __VLS_export_88;
16324
16521
 
16325
16522
  export declare interface BentoSummaryGridItemCustomProps {
16326
16523
  /**
@@ -16369,7 +16566,7 @@ export declare interface BentoSummaryGridItemCustomProps {
16369
16566
  * `
16370
16567
  * }
16371
16568
  */
16372
- export declare const BentoSummaryGridItemNumeric: typeof __VLS_export_83;
16569
+ export declare const BentoSummaryGridItemNumeric: typeof __VLS_export_85;
16373
16570
 
16374
16571
  export declare interface BentoSummaryGridItemNumericProps extends BaseSummaryGridItemProps {
16375
16572
  /**
@@ -16402,7 +16599,7 @@ export declare interface BentoSummaryGridItemNumericProps extends BaseSummaryGri
16402
16599
  * `
16403
16600
  * }
16404
16601
  */
16405
- export declare const BentoSummaryGridItemPercentage: typeof __VLS_export_84;
16602
+ export declare const BentoSummaryGridItemPercentage: typeof __VLS_export_86;
16406
16603
 
16407
16604
  export declare interface BentoSummaryGridItemPercentageProps extends BaseSummaryGridItemProps {
16408
16605
  /**
@@ -16450,7 +16647,7 @@ declare enum BentoSummaryGridItemSize_2 {
16450
16647
  * `
16451
16648
  * }
16452
16649
  */
16453
- export declare const BentoSummaryGridItemText: typeof __VLS_export_85;
16650
+ export declare const BentoSummaryGridItemText: typeof __VLS_export_87;
16454
16651
 
16455
16652
  export declare interface BentoSummaryGridItemTextProps {
16456
16653
  /**
@@ -16537,7 +16734,7 @@ export declare interface BentoSummaryGridProps {
16537
16734
  * </bento-tabs>
16538
16735
  * </template>
16539
16736
  */
16540
- export declare const BentoTab: typeof __VLS_export_88;
16737
+ export declare const BentoTab: typeof __VLS_export_90;
16541
16738
 
16542
16739
  /**
16543
16740
  * Private
@@ -16619,7 +16816,7 @@ export declare interface BentoTabProps {
16619
16816
  * `
16620
16817
  * };
16621
16818
  */
16622
- export declare const BentoTabs: typeof __VLS_export_87;
16819
+ export declare const BentoTabs: typeof __VLS_export_89;
16623
16820
 
16624
16821
  declare enum BentoTabsEvent {
16625
16822
  ACTIVE_TAB_INDEX = "update:active-tab-index"
@@ -16720,7 +16917,7 @@ declare interface BentoTeleportProps_2 {
16720
16917
  // NOTE: "where" is not added as it doesn't exist in Vue3
16721
16918
  }
16722
16919
 
16723
- export declare const BentoTextarea: typeof __VLS_export_89;
16920
+ export declare const BentoTextarea: typeof __VLS_export_91;
16724
16921
 
16725
16922
  declare interface BentoTextareaProps extends FormField {
16726
16923
  /**
@@ -16821,7 +17018,7 @@ export declare enum BentoTheme {
16821
17018
  * `
16822
17019
  * }
16823
17020
  */
16824
- export declare const BentoTimeline: typeof __VLS_export_90;
17021
+ export declare const BentoTimeline: typeof __VLS_export_92;
16825
17022
 
16826
17023
  export declare interface BentoTimelineConfigData {
16827
17024
  showAll: Ref<boolean>;
@@ -16882,7 +17079,7 @@ export declare enum BentoTimelineGapUnit {
16882
17079
  * `
16883
17080
  * }
16884
17081
  */
16885
- export declare const BentoTimelineItem: typeof __VLS_export_91;
17082
+ export declare const BentoTimelineItem: typeof __VLS_export_93;
16886
17083
 
16887
17084
  export declare interface BentoTimelineItemProps {
16888
17085
  /**
@@ -16998,9 +17195,10 @@ export declare interface BentoTimelineTimestamp {
16998
17195
  date: Date | number;
16999
17196
  format?: BentoDateFormat;
17000
17197
  value?: string;
17198
+ description?: BentoDashedUnderlineProps;
17001
17199
  }
17002
17200
 
17003
- export declare const BentoToast: typeof __VLS_export_92;
17201
+ export declare const BentoToast: typeof __VLS_export_94;
17004
17202
 
17005
17203
  export declare interface BentoToastItem extends BentoToastItemParams {
17006
17204
  id: string;
@@ -17038,7 +17236,7 @@ export declare type BentoToastItemsList = Array<BentoToastItem>;
17038
17236
  * `,
17039
17237
  * }
17040
17238
  */
17041
- export declare const BentoToggle: typeof __VLS_export_93;
17239
+ export declare const BentoToggle: typeof __VLS_export_95;
17042
17240
 
17043
17241
  /**
17044
17242
  * Toggle button is used to switch between two states (example: menu shown, menu hidden).
@@ -17218,7 +17416,7 @@ export declare enum BentoTooltipState {
17218
17416
  * `
17219
17417
  * }
17220
17418
  */
17221
- export declare const BentoTutorial: typeof __VLS_export_94;
17419
+ export declare const BentoTutorial: typeof __VLS_export_96;
17222
17420
 
17223
17421
  export declare type BentoTutorialScrollOptions = boolean | ScrollIntoViewOptions;
17224
17422
 
@@ -17249,7 +17447,7 @@ export declare interface BentoTutorialStep {
17249
17447
  * `
17250
17448
  * }
17251
17449
  */
17252
- export declare const BentoTypography: typeof __VLS_export_95;
17450
+ export declare const BentoTypography: typeof __VLS_export_97;
17253
17451
 
17254
17452
  /**
17255
17453
  * @deprecated for usage with properties since version 2.0. Use the string literal instead.