@adyen/bento-vue2 1.108.3 → 2.0.0-rc.1
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.
- package/dist/@types/index.d.ts +74 -334
- package/dist/accordion.js +1 -1
- package/dist/action-bar.js +1 -1
- package/dist/ai-tag.js +1 -1
- package/dist/alert.js +1 -1
- package/dist/anchor-scroller.js +1 -1
- package/dist/assets/accordion-item.css +1 -1
- package/dist/assets/action-bar.css +1 -1
- package/dist/assets/ai-button.css +1 -1
- package/dist/assets/ai-tag.css +1 -1
- package/dist/assets/alert.css +1 -1
- package/dist/assets/anchor-scroller.css +1 -1
- package/dist/assets/avatar.css +1 -1
- package/dist/assets/base-button.css +1 -1
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/button-actions-with-menu.css +1 -1
- package/dist/assets/button-actions.css +1 -1
- package/dist/assets/button.css +1 -1
- package/dist/assets/calendar.css +1 -1
- package/dist/assets/card.css +1 -1
- package/dist/assets/checkbox-group.css +1 -1
- package/dist/assets/checkbox-input.css +1 -1
- package/dist/assets/checkbox.css +1 -1
- package/dist/assets/chip.css +1 -1
- package/dist/assets/code-snippet.css +1 -1
- package/dist/assets/copy.css +1 -1
- package/dist/assets/country.css +1 -1
- package/dist/assets/dashboard-section.css +1 -1
- package/dist/assets/dashed-underline.css +1 -1
- package/dist/assets/data-grid-template.css +1 -1
- package/dist/assets/data-grid.css +1 -1
- package/dist/assets/date-picker.css +1 -1
- package/dist/assets/date-range-picker.css +1 -1
- package/dist/assets/date-time-picker.css +1 -1
- package/dist/assets/date.css +1 -1
- package/dist/assets/dialog-page.css +1 -1
- package/dist/assets/draggable-handle.css +1 -1
- package/dist/assets/draggable.css +1 -1
- package/dist/assets/drawer.css +1 -1
- package/dist/assets/dropdown-tag.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/empty-state.css +1 -1
- package/dist/assets/error-message.css +1 -1
- package/dist/assets/field-label.css +1 -1
- package/dist/assets/file-uploader.css +1 -1
- package/dist/assets/filter-bar.css +1 -1
- package/dist/assets/fixed-scroller.css +1 -1
- package/dist/assets/footer-actions.css +1 -1
- package/dist/assets/form-layout-group.css +1 -1
- package/dist/assets/form-layout-title.css +1 -1
- package/dist/assets/grid-layout.css +1 -1
- package/dist/assets/header-meta.css +1 -1
- package/dist/assets/header-with-views.css +1 -1
- package/dist/assets/header.css +1 -1
- package/dist/assets/info-icon.css +1 -1
- package/dist/assets/input-field-password.css +1 -1
- package/dist/assets/input-field-phone-number.css +1 -1
- package/dist/assets/input-field.css +1 -1
- package/dist/assets/input-time.css +1 -1
- package/dist/assets/inspector.css +1 -1
- package/dist/assets/layout-row.css +1 -1
- package/dist/assets/link.css +1 -1
- package/dist/assets/list-item.css +1 -1
- package/dist/assets/listbox-option-tag.css +1 -1
- package/dist/assets/loading-indicator.css +1 -1
- package/dist/assets/modal-fullscreen.css +1 -1
- package/dist/assets/navigation-menu-group.css +1 -1
- package/dist/assets/pagination.css +1 -1
- package/dist/assets/payment-method.css +1 -1
- package/dist/assets/popper-container.css +1 -1
- package/dist/assets/radio-group.css +1 -1
- package/dist/assets/radio-input.css +1 -1
- package/dist/assets/rich-text-editor.css +1 -1
- package/dist/assets/search-bar.css +1 -1
- package/dist/assets/secondary-nav.css +1 -1
- package/dist/assets/segmented-control.css +1 -1
- package/dist/assets/selection-card-group.css +1 -1
- package/dist/assets/sidepanel.css +1 -1
- package/dist/assets/status.css +1 -1
- package/dist/assets/step.css +1 -1
- package/dist/assets/structured-list-item.css +1 -1
- package/dist/assets/summary-grid.css +1 -1
- package/dist/assets/tab.css +1 -1
- package/dist/assets/table-of-contents.css +1 -1
- package/dist/assets/tag.css +1 -1
- package/dist/assets/textarea.css +1 -1
- package/dist/assets/timeline-item.css +1 -1
- package/dist/assets/toast.css +1 -1
- package/dist/assets/toggle.css +1 -1
- package/dist/assets/tooltip.css +1 -1
- package/dist/assets/tutorial.css +1 -1
- package/dist/assets/typography.css +1 -1
- package/dist/button.js +3 -3
- package/dist/card.js +1 -1
- package/dist/checkbox.js +2 -2
- package/dist/chip.js +1 -1
- package/dist/chunks/{accordion-item.5pX3UZYx.js → accordion-item.V3zpgTzM.js} +4 -4
- package/dist/chunks/{accordion-item.5pX3UZYx.js.map → accordion-item.V3zpgTzM.js.map} +1 -1
- package/dist/chunks/{action-bar.HaLi067m.js → action-bar.w8CWNMPE.js} +7 -7
- package/dist/chunks/{action-bar.HaLi067m.js.map → action-bar.w8CWNMPE.js.map} +1 -1
- package/dist/chunks/{ai-button.CP6Bu7PB.js → ai-button.CeT3y12R.js} +10 -9
- package/dist/chunks/{ai-button.CP6Bu7PB.js.map → ai-button.CeT3y12R.js.map} +1 -1
- package/dist/chunks/{ai-tag.GGQGik9A.js → ai-tag.BJq6W6cy.js} +3 -3
- package/dist/chunks/{ai-tag.GGQGik9A.js.map → ai-tag.BJq6W6cy.js.map} +1 -1
- package/dist/chunks/{alert.Dj57zB88.js → alert.DrGpzkQI.js} +56 -55
- package/dist/chunks/alert.DrGpzkQI.js.map +1 -0
- package/dist/chunks/{anchor-scroller.Bhgy748g.js → anchor-scroller.DT7QZd5b.js} +3 -3
- package/dist/chunks/{anchor-scroller.Bhgy748g.js.map → anchor-scroller.DT7QZd5b.js.map} +1 -1
- package/dist/chunks/arrow-left.BBflhjQa.js +26 -0
- package/dist/chunks/{arrow-left.CRREfabP.js.map → arrow-left.BBflhjQa.js.map} +1 -1
- package/dist/chunks/arrow-right.2jTnMmVP.js +26 -0
- package/dist/chunks/{arrow-right.Dn3AYpUP.js.map → arrow-right.2jTnMmVP.js.map} +1 -1
- package/dist/chunks/{artificial-intelligence-ai-filled.C6TMsiHK.js → artificial-intelligence-ai-filled.BnsciZlb.js} +15 -13
- package/dist/chunks/{artificial-intelligence-ai-filled.C6TMsiHK.js.map → artificial-intelligence-ai-filled.BnsciZlb.js.map} +1 -1
- package/dist/chunks/base-button.edpjvY15.js +101 -0
- package/dist/chunks/base-button.edpjvY15.js.map +1 -0
- package/dist/chunks/{base-modal.ILZrEYXB.js → base-modal.C6ECPOE7.js} +7 -7
- package/dist/chunks/{base-modal.ILZrEYXB.js.map → base-modal.C6ECPOE7.js.map} +1 -1
- package/dist/chunks/bin.DEuK6FKk.js +26 -0
- package/dist/chunks/{bin.Ddb69cr1.js.map → bin.DEuK6FKk.js.map} +1 -1
- package/dist/chunks/{button-actions-with-menu.DNtvLngj.js → button-actions-with-menu.B1KfzbS5.js} +2 -2
- package/dist/chunks/{button-actions-with-menu.DNtvLngj.js.map → button-actions-with-menu.B1KfzbS5.js.map} +1 -1
- package/dist/chunks/{button-actions.DDLh7iWK.js → button-actions.DTDI0vSF.js} +318 -318
- package/dist/chunks/button-actions.DTDI0vSF.js.map +1 -0
- package/dist/chunks/{button.C4kKejsg.js → button.CBqJGWy5.js} +2 -2
- package/dist/chunks/{button.C4kKejsg.js.map → button.CBqJGWy5.js.map} +1 -1
- package/dist/chunks/{calendar.B-fVLsHA.js → calendar.CFFXWz1h.js} +289 -292
- package/dist/chunks/calendar.CFFXWz1h.js.map +1 -0
- package/dist/chunks/{card.C1WJDGJZ.js → card.DnZ1Mryj.js} +5 -5
- package/dist/chunks/{card.C1WJDGJZ.js.map → card.DnZ1Mryj.js.map} +1 -1
- package/dist/chunks/{checkbox-group.Bo_YuScD.js → checkbox-group.BK8Iw-W7.js} +37 -56
- package/dist/chunks/checkbox-group.BK8Iw-W7.js.map +1 -0
- package/dist/chunks/{checkbox-input.C8gCpme1.js → checkbox-input.CIoy_QxO.js} +3 -3
- package/dist/chunks/{checkbox-input.C8gCpme1.js.map → checkbox-input.CIoy_QxO.js.map} +1 -1
- package/dist/chunks/{checkbox.C8TzLP6y.js → checkbox.D7kTrRAJ.js} +5 -5
- package/dist/chunks/{checkbox.C8TzLP6y.js.map → checkbox.D7kTrRAJ.js.map} +1 -1
- package/dist/chunks/{checkmark-circle-fill.BttTCjrM.js → checkmark-circle-fill.Ds9Mwqpi.js} +16 -14
- package/dist/chunks/{checkmark-circle-fill.BttTCjrM.js.map → checkmark-circle-fill.Ds9Mwqpi.js.map} +1 -1
- package/dist/chunks/checkmark-small.BlvuuCsU.js +26 -0
- package/dist/chunks/checkmark-small.BlvuuCsU.js.map +1 -0
- package/dist/chunks/chevron-down.B_QiVCoO.js +26 -0
- package/dist/chunks/chevron-down.B_QiVCoO.js.map +1 -0
- package/dist/chunks/chevron-left.BdXFLX5u.js +45 -0
- package/dist/chunks/chevron-left.BdXFLX5u.js.map +1 -0
- package/dist/chunks/chevron-right-small.zD3HHYEi.js +26 -0
- package/dist/chunks/chevron-right-small.zD3HHYEi.js.map +1 -0
- package/dist/chunks/chevron-up.YQRo8uKs.js +26 -0
- package/dist/chunks/{chevron-up.d8cwIlA_.js.map → chevron-up.YQRo8uKs.js.map} +1 -1
- package/dist/chunks/{chip.wgEnbEPw.js → chip.CCBRXSGa.js} +3 -3
- package/dist/chunks/{chip.wgEnbEPw.js.map → chip.CCBRXSGa.js.map} +1 -1
- package/dist/chunks/{code-snippet.ByWSOc1m.js → code-snippet.D30e7E6s.js} +7 -7
- package/dist/chunks/{code-snippet.ByWSOc1m.js.map → code-snippet.D30e7E6s.js.map} +1 -1
- package/dist/chunks/{controls-group.3qiHltDT.js → controls-group.C1YlswQH.js} +2 -2
- package/dist/chunks/{controls-group.3qiHltDT.js.map → controls-group.C1YlswQH.js.map} +1 -1
- package/dist/chunks/copy.DIRgGox4.js +95 -0
- package/dist/chunks/copy.DIRgGox4.js.map +1 -0
- package/dist/chunks/country.UZbwr635.js +62 -0
- package/dist/chunks/country.UZbwr635.js.map +1 -0
- package/dist/chunks/{country.types.BUW49nQx.js → country.types.BCOrkmVK.js} +6 -6
- package/dist/chunks/country.types.BCOrkmVK.js.map +1 -0
- package/dist/chunks/cross-circle-fill-small.Doaiq7Wx.js +26 -0
- package/dist/chunks/{cross-circle-fill-small.DfxDedRr.js.map → cross-circle-fill-small.Doaiq7Wx.js.map} +1 -1
- package/dist/chunks/cross-circle-fill.D3dEmLeQ.js +26 -0
- package/dist/chunks/{cross-circle-fill.DTDtgLMf.js.map → cross-circle-fill.D3dEmLeQ.js.map} +1 -1
- package/dist/chunks/cross-small.B9l4YLVX.js +26 -0
- package/dist/chunks/{cross-small.CoQUe8SS.js.map → cross-small.B9l4YLVX.js.map} +1 -1
- package/dist/chunks/cross.szJ_ZUTI.js +26 -0
- package/dist/chunks/{cross.CC_B-vG-.js.map → cross.szJ_ZUTI.js.map} +1 -1
- package/dist/chunks/{dashboard-section.BiKqCwyw.js → dashboard-section.CGnoC-4j.js} +3 -3
- package/dist/chunks/{dashboard-section.BiKqCwyw.js.map → dashboard-section.CGnoC-4j.js.map} +1 -1
- package/dist/chunks/{dashed-underline.CB0zXC5b.js → dashed-underline.DxJvXVgN.js} +3 -3
- package/dist/chunks/{dashed-underline.CB0zXC5b.js.map → dashed-underline.DxJvXVgN.js.map} +1 -1
- package/dist/chunks/{data-grid-template.7CiQ00FB.js → data-grid-template.BlDwJB1L.js} +4 -4
- package/dist/chunks/{data-grid-template.7CiQ00FB.js.map → data-grid-template.BlDwJB1L.js.map} +1 -1
- package/dist/chunks/{data-grid.Bh8ADT7E.js → data-grid.BzdxeCgi.js} +1000 -999
- package/dist/chunks/data-grid.BzdxeCgi.js.map +1 -0
- package/dist/chunks/{date-picker.BZWr0kKU.js → date-picker.DA4M8MhU.js} +54 -54
- package/dist/chunks/date-picker.DA4M8MhU.js.map +1 -0
- package/dist/chunks/date-range-picker.BYD7-qqu.js +817 -0
- package/dist/chunks/date-range-picker.BYD7-qqu.js.map +1 -0
- package/dist/chunks/date-range-picker.types.Ckt7zxGy.js.map +1 -1
- package/dist/chunks/{date-time-picker.Cs8Ev9k4.js → date-time-picker.DN_SV2z_.js} +6 -6
- package/dist/chunks/{date-time-picker.Cs8Ev9k4.js.map → date-time-picker.DN_SV2z_.js.map} +1 -1
- package/dist/chunks/{dialog-page.01mKmuwv.js → dialog-page.DM6imlbn.js} +44 -44
- package/dist/chunks/dialog-page.DM6imlbn.js.map +1 -0
- package/dist/chunks/dot.BzjMWDGe.js +26 -0
- package/dist/chunks/dot.BzjMWDGe.js.map +1 -0
- package/dist/chunks/{draggable-handle.DQvARSRH.js → draggable-handle.CqNZV2s-.js} +545 -544
- package/dist/chunks/{draggable-handle.DQvARSRH.js.map → draggable-handle.CqNZV2s-.js.map} +1 -1
- package/dist/chunks/{draggable.Dw4GT3tD.js → draggable.9ki51Mkc.js} +2 -2
- package/dist/chunks/{draggable.Dw4GT3tD.js.map → draggable.9ki51Mkc.js.map} +1 -1
- package/dist/chunks/{drawer.CnxX1zZ6.js → drawer.DPSDM5Mo.js} +2 -2
- package/dist/chunks/{drawer.CnxX1zZ6.js.map → drawer.DPSDM5Mo.js.map} +1 -1
- package/dist/chunks/dropdown-tag.b4HhL_4j.js +297 -0
- package/dist/chunks/dropdown-tag.b4HhL_4j.js.map +1 -0
- package/dist/chunks/{dropdown.DGUdfiro.js → dropdown.DvsvhnH8.js} +864 -882
- package/dist/chunks/dropdown.DvsvhnH8.js.map +1 -0
- package/dist/chunks/{empty-state.DBU4IxpM.js → empty-state.C7ANgy5j.js} +3 -3
- package/dist/chunks/{empty-state.DBU4IxpM.js.map → empty-state.C7ANgy5j.js.map} +1 -1
- package/dist/chunks/{error-message.BEHBfjmn.js → error-message.DKnoUezI.js} +2 -2
- package/dist/chunks/{error-message.BEHBfjmn.js.map → error-message.DKnoUezI.js.map} +1 -1
- package/dist/chunks/es6.yPcTMnSH.js +12 -0
- package/dist/chunks/es6.yPcTMnSH.js.map +1 -0
- package/dist/chunks/expand.zENZmw3W.js +26 -0
- package/dist/chunks/{expand.Bbielaja.js.map → expand.zENZmw3W.js.map} +1 -1
- package/dist/chunks/{field-label.BSWtn7ew.js → field-label.DsNcfZ6m.js} +2 -2
- package/dist/chunks/{field-label.BSWtn7ew.js.map → field-label.DsNcfZ6m.js.map} +1 -1
- package/dist/chunks/{file-uploader.DAX4iR3f.js → file-uploader.DThlBoqP.js} +449 -447
- package/dist/chunks/file-uploader.DThlBoqP.js.map +1 -0
- package/dist/chunks/{filter-bar.Cx3YORQe.js → filter-bar.znFo-ODA.js} +727 -760
- package/dist/chunks/filter-bar.znFo-ODA.js.map +1 -0
- package/dist/chunks/{fixed-scroller.oObE3f7m.js → fixed-scroller.QHqymN36.js} +78 -52
- package/dist/chunks/fixed-scroller.QHqymN36.js.map +1 -0
- package/dist/chunks/{focus-trap.fd6_d2EW.js → focus-trap.DK6-TX-N.js} +3 -3
- package/dist/chunks/{focus-trap.fd6_d2EW.js.map → focus-trap.DK6-TX-N.js.map} +1 -1
- package/dist/chunks/{footer-actions.BLAYcntL.js → footer-actions.Dz3M6H4j.js} +3 -3
- package/dist/chunks/{footer-actions.BLAYcntL.js.map → footer-actions.Dz3M6H4j.js.map} +1 -1
- package/dist/chunks/{form-layout-group.C_0b8u-g.js → form-layout-group.D4T0Z5xk.js} +2 -2
- package/dist/chunks/{form-layout-group.C_0b8u-g.js.map → form-layout-group.D4T0Z5xk.js.map} +1 -1
- package/dist/chunks/{form-layout-title.YhZCVtoc.js → form-layout-title.CCsmZ9E8.js} +2 -2
- package/dist/chunks/{form-layout-title.YhZCVtoc.js.map → form-layout-title.CCsmZ9E8.js.map} +1 -1
- package/dist/chunks/grab.D-sx9XVE.js +26 -0
- package/dist/chunks/{grab.BxiVZ1RZ.js.map → grab.D-sx9XVE.js.map} +1 -1
- package/dist/chunks/{header-meta.CVlIQPTv.js → header-meta.C2yHUVX0.js} +5 -5
- package/dist/chunks/{header-meta.CVlIQPTv.js.map → header-meta.C2yHUVX0.js.map} +1 -1
- package/dist/chunks/{header-with-views.Dg1RZcAM.js → header-with-views.C4cpvVr-.js} +890 -891
- package/dist/chunks/header-with-views.C4cpvVr-.js.map +1 -0
- package/dist/chunks/{header.Du2_a-F2.js → header.BIgxz1vJ.js} +3 -3
- package/dist/chunks/{header.Du2_a-F2.js.map → header.BIgxz1vJ.js.map} +1 -1
- package/dist/chunks/{info-icon.C0oj7yYi.js → info-icon.-3-LB8Zq.js} +4 -4
- package/dist/chunks/{info-icon.C0oj7yYi.js.map → info-icon.-3-LB8Zq.js.map} +1 -1
- package/dist/chunks/{info.CcMZ4aGg.js → info.4Kf1Acn4.js} +15 -13
- package/dist/chunks/{info.CcMZ4aGg.js.map → info.4Kf1Acn4.js.map} +1 -1
- package/dist/chunks/{input-field-password.SGT5Z76h.js → input-field-password.CD_FLLEI.js} +8 -8
- package/dist/chunks/{input-field-password.SGT5Z76h.js.map → input-field-password.CD_FLLEI.js.map} +1 -1
- package/dist/chunks/{input-field-phone-number.CC_HegQr.js → input-field-phone-number.CkOWLMdT.js} +3 -4
- package/dist/chunks/{input-field-phone-number.CC_HegQr.js.map → input-field-phone-number.CkOWLMdT.js.map} +1 -1
- package/dist/chunks/{input-field.BwGCbmk0.js → input-field.B8hYkmgV.js} +80 -100
- package/dist/chunks/input-field.B8hYkmgV.js.map +1 -0
- package/dist/chunks/{input-time.D4GB-OBv.js → input-time.C7OXTD-L.js} +22 -24
- package/dist/chunks/input-time.C7OXTD-L.js.map +1 -0
- package/dist/chunks/{inspector-page.Cu8rBAjl.js → inspector-page.DSotJhUB.js} +3 -3
- package/dist/chunks/{inspector-page.Cu8rBAjl.js.map → inspector-page.DSotJhUB.js.map} +1 -1
- package/dist/chunks/inspector.CUJSQfsX.js +128 -0
- package/dist/chunks/inspector.CUJSQfsX.js.map +1 -0
- package/dist/chunks/{link.CscSbaXa.js → link.BzIDMKgE.js} +19 -18
- package/dist/chunks/link.BzIDMKgE.js.map +1 -0
- package/dist/chunks/{list-item.9Q_qOcb0.js → list-item.CQ0-uf2F.js} +4 -4
- package/dist/chunks/{list-item.9Q_qOcb0.js.map → list-item.CQ0-uf2F.js.map} +1 -1
- package/dist/chunks/{listbox-option-tag.mnFoLPrV.js → listbox-option-tag.CQ7jWrle.js} +2 -2
- package/dist/chunks/{listbox-option-tag.mnFoLPrV.js.map → listbox-option-tag.CQ7jWrle.js.map} +1 -1
- package/dist/chunks/minus-small.CAycYt5H.js +28 -0
- package/dist/chunks/{minus-small.BzCf2_dX.js.map → minus-small.CAycYt5H.js.map} +1 -1
- package/dist/chunks/{modal-fullscreen.CK6bSWq0.js → modal-fullscreen.6gwz__HY.js} +7 -7
- package/dist/chunks/{modal-fullscreen.CK6bSWq0.js.map → modal-fullscreen.6gwz__HY.js.map} +1 -1
- package/dist/chunks/{modal.DLUo5Usk.js → modal.nNlg6YQ3.js} +5 -5
- package/dist/chunks/{modal.DLUo5Usk.js.map → modal.nNlg6YQ3.js.map} +1 -1
- package/dist/chunks/navigation-menu-group.uRQvdRyU.js +218 -0
- package/dist/chunks/navigation-menu-group.uRQvdRyU.js.map +1 -0
- package/dist/chunks/{pagination.BQ0OT6M2.js → pagination.BJTlS1QH.js} +119 -125
- package/dist/chunks/pagination.BJTlS1QH.js.map +1 -0
- package/dist/chunks/{payment-method.Clm5dEYh.js → payment-method.DcAITDcK.js} +28 -28
- package/dist/chunks/payment-method.DcAITDcK.js.map +1 -0
- package/dist/chunks/popover.types.hyPD5Kv1.js +6 -0
- package/dist/chunks/popover.types.hyPD5Kv1.js.map +1 -0
- package/dist/chunks/{popper-container.Cj3AWXSd.js → popper-container.scV0X0nk.js} +338 -355
- package/dist/chunks/{popper-container.Cj3AWXSd.js.map → popper-container.scV0X0nk.js.map} +1 -1
- package/dist/chunks/progress-bar.C2EFmk8E.js +101 -0
- package/dist/chunks/{progress-bar.lpxCsonl.js.map → progress-bar.C2EFmk8E.js.map} +1 -1
- package/dist/chunks/{promo-banner.BX47zMKh.js → promo-banner.BzTq9SMT.js} +2 -2
- package/dist/chunks/{promo-banner.BX47zMKh.js.map → promo-banner.BzTq9SMT.js.map} +1 -1
- package/dist/chunks/{radio-group.Zgjq5kR5.js → radio-group.Bq4YCT1d.js} +57 -66
- package/dist/chunks/radio-group.Bq4YCT1d.js.map +1 -0
- package/dist/chunks/refresh.DG69D4K2.js +26 -0
- package/dist/chunks/{refresh.arF7jP-l.js.map → refresh.DG69D4K2.js.map} +1 -1
- package/dist/chunks/{rich-text-editor.CuoSeYYT.js → rich-text-editor.DL6h2H5r.js} +7 -7
- package/dist/chunks/{rich-text-editor.CuoSeYYT.js.map → rich-text-editor.DL6h2H5r.js.map} +1 -1
- package/dist/chunks/{search-bar.DFyG1XjN.js → search-bar.Beq7Gb0v.js} +7 -7
- package/dist/chunks/{search-bar.DFyG1XjN.js.map → search-bar.Beq7Gb0v.js.map} +1 -1
- package/dist/chunks/{search.D53Ia3rC.js → search.Bzm6F8rR.js} +15 -13
- package/dist/chunks/{search.D53Ia3rC.js.map → search.Bzm6F8rR.js.map} +1 -1
- package/dist/chunks/{secondary-nav.BcTYTjOt.js → secondary-nav.COI_ani2.js} +9 -9
- package/dist/chunks/{secondary-nav.BcTYTjOt.js.map → secondary-nav.COI_ani2.js.map} +1 -1
- package/dist/chunks/{segmented-control.F0Y-i9DQ.js → segmented-control.qykQS10o.js} +6 -7
- package/dist/chunks/segmented-control.qykQS10o.js.map +1 -0
- package/dist/chunks/segmented-control.types.BHRLV8KU.js.map +1 -1
- package/dist/chunks/{selection-card-group.mAC1hrzJ.js → selection-card-group.DsEZEiMb.js} +52 -53
- package/dist/chunks/{selection-card-group.mAC1hrzJ.js.map → selection-card-group.DsEZEiMb.js.map} +1 -1
- package/dist/chunks/show.Cs2jT9TJ.js +45 -0
- package/dist/chunks/show.Cs2jT9TJ.js.map +1 -0
- package/dist/chunks/{sidepanel.BXwCWPuR.js → sidepanel.CcD247H6.js} +7 -7
- package/dist/chunks/{sidepanel.BXwCWPuR.js.map → sidepanel.CcD247H6.js.map} +1 -1
- package/dist/chunks/{step.DfI11Din.js → step.DWC-MMij.js} +6 -6
- package/dist/chunks/step.DWC-MMij.js.map +1 -0
- package/dist/chunks/{structured-list-item.BxS8GFeW.js → structured-list-item.Bfn0A2G8.js} +6 -6
- package/dist/chunks/{structured-list-item.BxS8GFeW.js.map → structured-list-item.Bfn0A2G8.js.map} +1 -1
- package/dist/chunks/{summary-grid.types.CeSt1RdV.js → summary-grid.types.IaOuhpVc.js} +5 -5
- package/dist/chunks/{summary-grid.types.CeSt1RdV.js.map → summary-grid.types.IaOuhpVc.js.map} +1 -1
- package/dist/chunks/{tab.CXMUgug8.js → tab.DCLrEYwn.js} +4 -4
- package/dist/chunks/{tab.CXMUgug8.js.map → tab.DCLrEYwn.js.map} +1 -1
- package/dist/chunks/{tag.CdCMUsbF.js → tag.Bm-widp9.js} +2 -2
- package/dist/chunks/{tag.CdCMUsbF.js.map → tag.Bm-widp9.js.map} +1 -1
- package/dist/chunks/{textarea.DmEgZbGe.js → textarea.DcjZqERe.js} +8 -8
- package/dist/chunks/textarea.DcjZqERe.js.map +1 -0
- package/dist/chunks/{timeline-item.BLHykoIV.js → timeline-item.DzaE6z0-.js} +127 -136
- package/dist/chunks/timeline-item.DzaE6z0-.js.map +1 -0
- package/dist/chunks/{toast.D-jat1Xw.js → toast.DL_9zlHB.js} +35 -35
- package/dist/chunks/toast.DL_9zlHB.js.map +1 -0
- package/dist/chunks/{toggle.BqHWIhqD.js → toggle.BkTeqKsx.js} +2 -2
- package/dist/chunks/{toggle.BqHWIhqD.js.map → toggle.BkTeqKsx.js.map} +1 -1
- package/dist/chunks/{tooltip.DFYc5NKM.js → tooltip.BwD3JuFl.js} +11 -11
- package/dist/chunks/{tooltip.DFYc5NKM.js.map → tooltip.BwD3JuFl.js.map} +1 -1
- package/dist/chunks/{tutorial.CzDmRfmv.js → tutorial.oBqvX8z4.js} +19 -19
- package/dist/chunks/tutorial.oBqvX8z4.js.map +1 -0
- package/dist/chunks/use-country-items.CM_xQV9g.js +34 -0
- package/dist/chunks/use-country-items.CM_xQV9g.js.map +1 -0
- package/dist/chunks/{use-date-input-formatter.CzQbwvPo.js → use-date-input-formatter.DjnzlD2Z.js} +2 -2
- package/dist/chunks/{use-date-input-formatter.CzQbwvPo.js.map → use-date-input-formatter.DjnzlD2Z.js.map} +1 -1
- package/dist/chunks/use-expandable-content-height.Bdd9hQwq.js +34 -0
- package/dist/chunks/use-expandable-content-height.Bdd9hQwq.js.map +1 -0
- package/dist/code-snippet.js +1 -1
- package/dist/country.js +2 -2
- package/dist/dashboard-template.js +1 -1
- package/dist/dashed-underline.js +1 -1
- package/dist/data-grid-template.js +1 -1
- package/dist/data-grid.js +1 -1
- package/dist/date-picker.js +2 -2
- package/dist/date-range-picker.js +2 -2
- package/dist/date-time-picker.js +1 -1
- package/dist/draggable.js +2 -2
- package/dist/drawer.js +1 -1
- package/dist/dropdown.js +9 -10
- package/dist/empty-state.js +1 -1
- package/dist/file-uploader.js +1 -1
- package/dist/filter-bar.js +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/fonts/fonts.css +1 -1
- package/dist/form-layout.js +2 -2
- package/dist/header-with-views.js +1 -1
- package/dist/header.js +1 -1
- package/dist/index.js +273 -275
- package/dist/info-icon.js +1 -1
- package/dist/input-field-password.js +1 -1
- package/dist/input-field-phone-number.js +1 -1
- package/dist/input-field.js +1 -1
- package/dist/input-time.js +1 -1
- package/dist/inspector.js +2 -2
- package/dist/internal.js +15 -15
- package/dist/link.js +1 -1
- package/dist/list.js +1 -1
- package/dist/menu.js +1 -1
- package/dist/modal-fullscreen.js +1 -1
- package/dist/modal.js +2 -2
- package/dist/navigation-menu.js +1 -1
- package/dist/pagination.js +1 -1
- package/dist/payment-method.js +1 -1
- package/dist/popover.js +2 -2
- package/dist/popper-container.js +1 -1
- package/dist/progress-bar.js +1 -1
- package/dist/promo-banner.js +1 -1
- package/dist/radio-group.js +1 -1
- package/dist/rich-text-editor.js +1 -1
- package/dist/search-bar.js +2 -2
- package/dist/secondary-nav.js +1 -1
- package/dist/segmented-control.js +1 -1
- package/dist/selection-card.js +1 -1
- package/dist/sidepanel.js +1 -1
- package/dist/stepper.js +1 -1
- package/dist/structured-list.js +1 -1
- package/dist/styles/bento-dark.css +72 -63
- package/dist/styles/bento-light.css +110 -101
- package/dist/styles/bento.css +110 -101
- package/dist/styles/legacy.css +110 -101
- package/dist/styles/styleguide.css +118 -109
- package/dist/styles/utility.css +67 -46
- package/dist/summary-grid.js +1 -1
- package/dist/tabs.js +1 -1
- package/dist/tag.js +1 -1
- package/dist/textarea.js +1 -1
- package/dist/timeline.js +2 -3
- package/dist/toast.js +1 -1
- package/dist/toggle.js +1 -1
- package/dist/tutorial.js +1 -1
- package/dist/web-types.json +58 -201
- package/package.json +7 -7
- package/dist/chunks/alert.Dj57zB88.js.map +0 -1
- package/dist/chunks/arrow-left.CRREfabP.js +0 -24
- package/dist/chunks/arrow-right.Dn3AYpUP.js +0 -24
- package/dist/chunks/base-button.D5C9VIYP.js +0 -83
- package/dist/chunks/base-button.D5C9VIYP.js.map +0 -1
- package/dist/chunks/bin.Ddb69cr1.js +0 -24
- package/dist/chunks/button-actions.DDLh7iWK.js.map +0 -1
- package/dist/chunks/calendar.B-fVLsHA.js.map +0 -1
- package/dist/chunks/checkbox-group.Bo_YuScD.js.map +0 -1
- package/dist/chunks/checkmark-small.DVDtD4HQ.js +0 -24
- package/dist/chunks/checkmark-small.DVDtD4HQ.js.map +0 -1
- package/dist/chunks/chevron-down.eYtgv5ly.js +0 -24
- package/dist/chunks/chevron-down.eYtgv5ly.js.map +0 -1
- package/dist/chunks/chevron-left.BS24hEFa.js +0 -43
- package/dist/chunks/chevron-left.BS24hEFa.js.map +0 -1
- package/dist/chunks/chevron-right-small.BKeb_dRX.js +0 -24
- package/dist/chunks/chevron-right-small.BKeb_dRX.js.map +0 -1
- package/dist/chunks/chevron-up.d8cwIlA_.js +0 -24
- package/dist/chunks/copy.BX0WZTRS.js +0 -94
- package/dist/chunks/copy.BX0WZTRS.js.map +0 -1
- package/dist/chunks/country.D8ncVjcm.js +0 -69
- package/dist/chunks/country.D8ncVjcm.js.map +0 -1
- package/dist/chunks/country.types.BUW49nQx.js.map +0 -1
- package/dist/chunks/cross-circle-fill-small.DfxDedRr.js +0 -24
- package/dist/chunks/cross-circle-fill.DTDtgLMf.js +0 -24
- package/dist/chunks/cross-small.CoQUe8SS.js +0 -24
- package/dist/chunks/cross.CC_B-vG-.js +0 -24
- package/dist/chunks/data-grid.Bh8ADT7E.js.map +0 -1
- package/dist/chunks/date-picker.BZWr0kKU.js.map +0 -1
- package/dist/chunks/date-range-picker.DcG3KxuF.js +0 -845
- package/dist/chunks/date-range-picker.DcG3KxuF.js.map +0 -1
- package/dist/chunks/dialog-page.01mKmuwv.js.map +0 -1
- package/dist/chunks/dot.BW9SneIk.js +0 -24
- package/dist/chunks/dot.BW9SneIk.js.map +0 -1
- package/dist/chunks/dropdown-tag.BstcgtNs.js +0 -290
- package/dist/chunks/dropdown-tag.BstcgtNs.js.map +0 -1
- package/dist/chunks/dropdown.DGUdfiro.js.map +0 -1
- package/dist/chunks/es6.Cu3DYUPA.js +0 -12
- package/dist/chunks/es6.Cu3DYUPA.js.map +0 -1
- package/dist/chunks/expand.Bbielaja.js +0 -24
- package/dist/chunks/file-uploader.DAX4iR3f.js.map +0 -1
- package/dist/chunks/filter-bar.Cx3YORQe.js.map +0 -1
- package/dist/chunks/fixed-scroller.oObE3f7m.js.map +0 -1
- package/dist/chunks/grab.BxiVZ1RZ.js +0 -24
- package/dist/chunks/header-with-views.Dg1RZcAM.js.map +0 -1
- package/dist/chunks/input-field.BwGCbmk0.js.map +0 -1
- package/dist/chunks/input-time.D4GB-OBv.js.map +0 -1
- package/dist/chunks/inspector.BLSZxj6Q.js +0 -142
- package/dist/chunks/inspector.BLSZxj6Q.js.map +0 -1
- package/dist/chunks/link.CscSbaXa.js.map +0 -1
- package/dist/chunks/minus-small.BzCf2_dX.js +0 -26
- package/dist/chunks/navigation-menu-group.B7k3rQ4X.js +0 -217
- package/dist/chunks/navigation-menu-group.B7k3rQ4X.js.map +0 -1
- package/dist/chunks/pagination.BQ0OT6M2.js.map +0 -1
- package/dist/chunks/payment-method.Clm5dEYh.js.map +0 -1
- package/dist/chunks/popover.types.DvIwSAAp.js +0 -6
- package/dist/chunks/popover.types.DvIwSAAp.js.map +0 -1
- package/dist/chunks/progress-bar.lpxCsonl.js +0 -92
- package/dist/chunks/radio-group.Zgjq5kR5.js.map +0 -1
- package/dist/chunks/refresh.arF7jP-l.js +0 -24
- package/dist/chunks/segmented-control.F0Y-i9DQ.js.map +0 -1
- package/dist/chunks/show.B_mKPF6I.js +0 -43
- package/dist/chunks/show.B_mKPF6I.js.map +0 -1
- package/dist/chunks/step.DfI11Din.js.map +0 -1
- package/dist/chunks/textarea.DmEgZbGe.js.map +0 -1
- package/dist/chunks/timeline-item.BLHykoIV.js.map +0 -1
- package/dist/chunks/toast.D-jat1Xw.js.map +0 -1
- package/dist/chunks/tutorial.CzDmRfmv.js.map +0 -1
- package/dist/chunks/use-country-items.B1KhLbqM.js +0 -30
- package/dist/chunks/use-country-items.B1KhLbqM.js.map +0 -1
- package/dist/chunks/use-expandable-content-height.DmFeas9-.js +0 -36
- package/dist/chunks/use-expandable-content-height.DmFeas9-.js.map +0 -1
package/dist/@types/index.d.ts
CHANGED
|
@@ -3873,8 +3873,8 @@ tag: any;
|
|
|
3873
3873
|
disabled: boolean;
|
|
3874
3874
|
optional: boolean;
|
|
3875
3875
|
readonly: boolean;
|
|
3876
|
-
ariaLabel: string;
|
|
3877
3876
|
indeterminate: boolean;
|
|
3877
|
+
ariaLabel: string;
|
|
3878
3878
|
modelValue: BentoCheckboxType | BentoCheckboxGroupItems;
|
|
3879
3879
|
errorMessage: string;
|
|
3880
3880
|
hasError: boolean;
|
|
@@ -3934,15 +3934,6 @@ type: StringConstructor;
|
|
|
3934
3934
|
default: any;
|
|
3935
3935
|
};
|
|
3936
3936
|
/**
|
|
3937
|
-
* If set to true, renders all checkboxes in the group in an error state.
|
|
3938
|
-
*
|
|
3939
|
-
* @deprecated Since v2.0.0. Use `errorMessage` instead.
|
|
3940
|
-
*/
|
|
3941
|
-
hasError: {
|
|
3942
|
-
type: BooleanConstructor;
|
|
3943
|
-
default: boolean;
|
|
3944
|
-
};
|
|
3945
|
-
/**
|
|
3946
3937
|
* Shows/hides the group label.
|
|
3947
3938
|
*/
|
|
3948
3939
|
hideLabel: {
|
|
@@ -4040,15 +4031,6 @@ type: StringConstructor;
|
|
|
4040
4031
|
default: any;
|
|
4041
4032
|
};
|
|
4042
4033
|
/**
|
|
4043
|
-
* If set to true, renders all checkboxes in the group in an error state.
|
|
4044
|
-
*
|
|
4045
|
-
* @deprecated Since v2.0.0. Use `errorMessage` instead.
|
|
4046
|
-
*/
|
|
4047
|
-
hasError: {
|
|
4048
|
-
type: BooleanConstructor;
|
|
4049
|
-
default: boolean;
|
|
4050
|
-
};
|
|
4051
|
-
/**
|
|
4052
4034
|
* Shows/hides the group label.
|
|
4053
4035
|
*/
|
|
4054
4036
|
hideLabel: {
|
|
@@ -4124,7 +4106,6 @@ modelValue: (string | number)[];
|
|
|
4124
4106
|
errorMessage: string;
|
|
4125
4107
|
tooltipText: string;
|
|
4126
4108
|
hideLabel: boolean;
|
|
4127
|
-
hasError: boolean;
|
|
4128
4109
|
formId: string;
|
|
4129
4110
|
}>, {
|
|
4130
4111
|
content?: (props: {
|
|
@@ -4442,10 +4423,6 @@ export declare type BentoColumnCellAction = OmitStrict<BentoButtonActionObject,
|
|
|
4442
4423
|
declare type BentoColumnCellActionEvent = (rowDataItem: BentoDatagridDataItem, columnKey: string) => void;
|
|
4443
4424
|
|
|
4444
4425
|
declare type BentoColumnCellActionMenuItem = {
|
|
4445
|
-
/**
|
|
4446
|
-
* @deprecated Since v2.0.0. Use `event` instead.
|
|
4447
|
-
*/
|
|
4448
|
-
handler?: BentoMenuItem['handler'];
|
|
4449
4426
|
event?: BentoColumnCellActionEvent;
|
|
4450
4427
|
} & OmitStrict<BentoMenuItem, 'handler'>;
|
|
4451
4428
|
|
|
@@ -4484,15 +4461,12 @@ export declare interface BentoColumnWidthOverridesLookup {
|
|
|
4484
4461
|
*/
|
|
4485
4462
|
export declare const BentoCountry: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToOption_23<BentoCountryProps>, {
|
|
4486
4463
|
code: BentoCountryCode;
|
|
4487
|
-
label: any;
|
|
4488
4464
|
variant: BentoCountryVariant;
|
|
4489
4465
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToOption_23<BentoCountryProps>, {
|
|
4490
4466
|
code: BentoCountryCode;
|
|
4491
|
-
label: any;
|
|
4492
4467
|
variant: BentoCountryVariant;
|
|
4493
4468
|
}>>>, {
|
|
4494
4469
|
code: BentoCountryCode | `${BentoCountryCode}`;
|
|
4495
|
-
label: string;
|
|
4496
4470
|
variant: BentoCountryVariant | `${BentoCountryVariant}`;
|
|
4497
4471
|
}>;
|
|
4498
4472
|
|
|
@@ -4752,8 +4726,6 @@ export declare enum BentoCountryCode {
|
|
|
4752
4726
|
|
|
4753
4727
|
export declare type BentoCountryListboxOptionItem = OmitStrict<BentoListboxOptionItem, 'value' | 'label'> & {
|
|
4754
4728
|
value: BentoCountryCode | `${BentoCountryCode}`;
|
|
4755
|
-
/** deprecated Use BentoDropdown component for custom labels */
|
|
4756
|
-
label?: string;
|
|
4757
4729
|
};
|
|
4758
4730
|
|
|
4759
4731
|
export declare type BentoCountryListboxOptions = Array<BentoCountryListboxOptionItem>;
|
|
@@ -4763,10 +4735,6 @@ export declare interface BentoCountryProps {
|
|
|
4763
4735
|
* Two character country code ([ISO 3166-1 alpha-2 format](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
4764
4736
|
*/
|
|
4765
4737
|
code?: BentoCountryCode | `${BentoCountryCode}`;
|
|
4766
|
-
/**
|
|
4767
|
-
* Custom label text.
|
|
4768
|
-
*/
|
|
4769
|
-
label?: string;
|
|
4770
4738
|
/**
|
|
4771
4739
|
* Which label variant to display.
|
|
4772
4740
|
* @values iso, name, phone_code, capital
|
|
@@ -4781,9 +4749,7 @@ export declare enum BentoCountryVariant {
|
|
|
4781
4749
|
ISO = "iso",
|
|
4782
4750
|
NAME = "name",
|
|
4783
4751
|
PHONE_CODE = "phone_code",
|
|
4784
|
-
CAPITAL = "capital"
|
|
4785
|
-
/** deprecated Use any of the other BentoCountry variants instead OR BentoTypography component for custom text */
|
|
4786
|
-
CUSTOM = "custom"
|
|
4752
|
+
CAPITAL = "capital"
|
|
4787
4753
|
}
|
|
4788
4754
|
|
|
4789
4755
|
/**
|
|
@@ -6792,7 +6758,6 @@ description: any;
|
|
|
6792
6758
|
disabled: boolean;
|
|
6793
6759
|
errorMessage: any;
|
|
6794
6760
|
firstDayOfWeek: any;
|
|
6795
|
-
hasActions: boolean;
|
|
6796
6761
|
isDateDisabled: any;
|
|
6797
6762
|
label: any;
|
|
6798
6763
|
max: any;
|
|
@@ -6818,7 +6783,6 @@ description: any;
|
|
|
6818
6783
|
disabled: boolean;
|
|
6819
6784
|
errorMessage: any;
|
|
6820
6785
|
firstDayOfWeek: any;
|
|
6821
|
-
hasActions: boolean;
|
|
6822
6786
|
isDateDisabled: any;
|
|
6823
6787
|
label: any;
|
|
6824
6788
|
max: any;
|
|
@@ -6857,7 +6821,6 @@ firstDayOfWeek: CalendarFirstDayOfWeek | number;
|
|
|
6857
6821
|
maxRange: number;
|
|
6858
6822
|
numberOfMonths: number;
|
|
6859
6823
|
showEndDateOnOpen: boolean;
|
|
6860
|
-
hasActions: boolean;
|
|
6861
6824
|
quickSelectRanges: BentoDateRangePickerQuickSelectRanges;
|
|
6862
6825
|
}>;
|
|
6863
6826
|
|
|
@@ -6941,14 +6904,6 @@ export declare interface BentoDateRangePickerProps extends FormField {
|
|
|
6941
6904
|
* Range of years to be selectable from the year dropdown
|
|
6942
6905
|
*/
|
|
6943
6906
|
yearRange?: BentoDateRangePickerYearRange;
|
|
6944
|
-
/**
|
|
6945
|
-
* Enables the date picker selection to persist until it is explicitly applied.
|
|
6946
|
-
* Displays a set of buttons: Apply and Cancel.
|
|
6947
|
-
*
|
|
6948
|
-
* @deprecated Since v2.0.0. Temporary feature. Please set this to true as it will default to true on removal.
|
|
6949
|
-
* @default false
|
|
6950
|
-
*/
|
|
6951
|
-
hasActions?: boolean;
|
|
6952
6907
|
}
|
|
6953
6908
|
|
|
6954
6909
|
export declare type BentoDateRangePickerQuickSelectRanges = Array<DateRangePickerCalendarRangeSelectorItem>;
|
|
@@ -7578,12 +7533,10 @@ export declare interface BentoDrawerProps {
|
|
|
7578
7533
|
* }
|
|
7579
7534
|
*/
|
|
7580
7535
|
export declare const BentoDropdown: __VLS_WithSlots_16<DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToOption_20<BentoDropdownProps>, {
|
|
7581
|
-
ariaLabel: any;
|
|
7582
7536
|
condensed: boolean;
|
|
7583
7537
|
emptyState: any;
|
|
7584
7538
|
disabled: boolean;
|
|
7585
7539
|
dynamicFiltering: boolean;
|
|
7586
|
-
error: boolean;
|
|
7587
7540
|
errorMessage: any;
|
|
7588
7541
|
description: any;
|
|
7589
7542
|
hasMoreItems: boolean;
|
|
@@ -7600,7 +7553,6 @@ readonly: boolean;
|
|
|
7600
7553
|
required: boolean;
|
|
7601
7554
|
search: any;
|
|
7602
7555
|
showSlotContentInMultiple: boolean;
|
|
7603
|
-
size: any;
|
|
7604
7556
|
staticCategories: boolean;
|
|
7605
7557
|
teleport: () => {
|
|
7606
7558
|
disabled: boolean;
|
|
@@ -7618,12 +7570,10 @@ input: (selectedValue: any) => void;
|
|
|
7618
7570
|
"show-more": () => void;
|
|
7619
7571
|
open: () => void;
|
|
7620
7572
|
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToOption_20<BentoDropdownProps>, {
|
|
7621
|
-
ariaLabel: any;
|
|
7622
7573
|
condensed: boolean;
|
|
7623
7574
|
emptyState: any;
|
|
7624
7575
|
disabled: boolean;
|
|
7625
7576
|
dynamicFiltering: boolean;
|
|
7626
|
-
error: boolean;
|
|
7627
7577
|
errorMessage: any;
|
|
7628
7578
|
description: any;
|
|
7629
7579
|
hasMoreItems: boolean;
|
|
@@ -7640,7 +7590,6 @@ readonly: boolean;
|
|
|
7640
7590
|
required: boolean;
|
|
7641
7591
|
search: any;
|
|
7642
7592
|
showSlotContentInMultiple: boolean;
|
|
7643
|
-
size: any;
|
|
7644
7593
|
staticCategories: boolean;
|
|
7645
7594
|
teleport: () => {
|
|
7646
7595
|
disabled: boolean;
|
|
@@ -7660,12 +7609,9 @@ condensed: boolean;
|
|
|
7660
7609
|
disabled: boolean;
|
|
7661
7610
|
loading: boolean;
|
|
7662
7611
|
teleport: BentoTeleportProps;
|
|
7663
|
-
error: boolean;
|
|
7664
7612
|
optional: boolean;
|
|
7665
7613
|
readonly: boolean;
|
|
7666
|
-
size: BentoDropdownSize | `${BentoDropdownSize}`;
|
|
7667
7614
|
multiple: boolean;
|
|
7668
|
-
ariaLabel: string;
|
|
7669
7615
|
items: BentoListboxOptions;
|
|
7670
7616
|
isOptionDisabled: BentoListboxIsOptionDisabled;
|
|
7671
7617
|
staticCategories: boolean;
|
|
@@ -7729,6 +7675,10 @@ items: {
|
|
|
7729
7675
|
type: PropType<BentoAvatarListboxOptions>;
|
|
7730
7676
|
default: () => any[];
|
|
7731
7677
|
};
|
|
7678
|
+
ariaLabel?: {
|
|
7679
|
+
type: StringConstructor;
|
|
7680
|
+
default: any;
|
|
7681
|
+
};
|
|
7732
7682
|
value: {
|
|
7733
7683
|
type: PropType<BentoListboxSelectedValue>;
|
|
7734
7684
|
default: any;
|
|
@@ -7767,10 +7717,6 @@ default: () => {
|
|
|
7767
7717
|
disabled: boolean;
|
|
7768
7718
|
};
|
|
7769
7719
|
};
|
|
7770
|
-
error: {
|
|
7771
|
-
type: PropType<boolean>;
|
|
7772
|
-
default: boolean;
|
|
7773
|
-
};
|
|
7774
7720
|
optional: {
|
|
7775
7721
|
type: PropType<boolean>;
|
|
7776
7722
|
default: boolean;
|
|
@@ -7779,18 +7725,10 @@ readonly: {
|
|
|
7779
7725
|
type: PropType<boolean>;
|
|
7780
7726
|
default: boolean;
|
|
7781
7727
|
};
|
|
7782
|
-
size: {
|
|
7783
|
-
type: PropType<BentoDropdownSize | "DropdownInputDefault" | "DropdownInputSmall">;
|
|
7784
|
-
default: any;
|
|
7785
|
-
};
|
|
7786
7728
|
multiple: {
|
|
7787
7729
|
type: PropType<boolean>;
|
|
7788
7730
|
default: boolean;
|
|
7789
7731
|
};
|
|
7790
|
-
ariaLabel: {
|
|
7791
|
-
type: PropType<string>;
|
|
7792
|
-
default: any;
|
|
7793
|
-
};
|
|
7794
7732
|
isOptionDisabled: {
|
|
7795
7733
|
type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
|
|
7796
7734
|
default: any;
|
|
@@ -7864,6 +7802,10 @@ items: {
|
|
|
7864
7802
|
type: PropType<BentoAvatarListboxOptions>;
|
|
7865
7803
|
default: () => any[];
|
|
7866
7804
|
};
|
|
7805
|
+
ariaLabel?: {
|
|
7806
|
+
type: StringConstructor;
|
|
7807
|
+
default: any;
|
|
7808
|
+
};
|
|
7867
7809
|
value: {
|
|
7868
7810
|
type: PropType<BentoListboxSelectedValue>;
|
|
7869
7811
|
default: any;
|
|
@@ -7902,10 +7844,6 @@ default: () => {
|
|
|
7902
7844
|
disabled: boolean;
|
|
7903
7845
|
};
|
|
7904
7846
|
};
|
|
7905
|
-
error: {
|
|
7906
|
-
type: PropType<boolean>;
|
|
7907
|
-
default: boolean;
|
|
7908
|
-
};
|
|
7909
7847
|
optional: {
|
|
7910
7848
|
type: PropType<boolean>;
|
|
7911
7849
|
default: boolean;
|
|
@@ -7914,18 +7852,10 @@ readonly: {
|
|
|
7914
7852
|
type: PropType<boolean>;
|
|
7915
7853
|
default: boolean;
|
|
7916
7854
|
};
|
|
7917
|
-
size: {
|
|
7918
|
-
type: PropType<BentoDropdownSize | "DropdownInputDefault" | "DropdownInputSmall">;
|
|
7919
|
-
default: any;
|
|
7920
|
-
};
|
|
7921
7855
|
multiple: {
|
|
7922
7856
|
type: PropType<boolean>;
|
|
7923
7857
|
default: boolean;
|
|
7924
7858
|
};
|
|
7925
|
-
ariaLabel: {
|
|
7926
|
-
type: PropType<string>;
|
|
7927
|
-
default: any;
|
|
7928
|
-
};
|
|
7929
7859
|
isOptionDisabled: {
|
|
7930
7860
|
type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
|
|
7931
7861
|
default: any;
|
|
@@ -7992,18 +7922,16 @@ condensed: boolean;
|
|
|
7992
7922
|
disabled: boolean;
|
|
7993
7923
|
loading: boolean;
|
|
7994
7924
|
teleport: BentoTeleportProps;
|
|
7995
|
-
error: boolean;
|
|
7996
7925
|
optional: boolean;
|
|
7997
7926
|
readonly: boolean;
|
|
7998
|
-
size: BentoDropdownSize | `${BentoDropdownSize}`;
|
|
7999
7927
|
multiple: boolean;
|
|
8000
|
-
ariaLabel: string;
|
|
8001
7928
|
items: BentoAvatarListboxOptions;
|
|
8002
7929
|
isOptionDisabled: BentoListboxIsOptionDisabled;
|
|
8003
7930
|
staticCategories: boolean;
|
|
8004
7931
|
placeholder: string;
|
|
8005
7932
|
hasMoreItems: boolean;
|
|
8006
7933
|
lazyLoadType: BentoListboxLazyLoadType | `${BentoListboxLazyLoadType}`;
|
|
7934
|
+
ariaLabel?: string;
|
|
8007
7935
|
emptyState: BentoListboxEmptyStateProps;
|
|
8008
7936
|
componentLoading: boolean;
|
|
8009
7937
|
virtualScroll: BentoListboxVirtulisationOptions;
|
|
@@ -8016,6 +7944,11 @@ tooltipText: string;
|
|
|
8016
7944
|
}>;
|
|
8017
7945
|
|
|
8018
7946
|
export declare interface BentoDropdownAvatarProps extends BentoDropdownProps {
|
|
7947
|
+
/**
|
|
7948
|
+
* @deprecated Since v3.0.0. Use `aria-label` instead.
|
|
7949
|
+
* Defines a string value that labels an interactive element.
|
|
7950
|
+
*/
|
|
7951
|
+
ariaLabel?: string;
|
|
8019
7952
|
/**
|
|
8020
7953
|
* The option elements to populate the avatar dropdown with.
|
|
8021
7954
|
* It must be an array of {@see BentoAvatarListboxOptions }
|
|
@@ -8047,8 +7980,8 @@ export declare interface BentoDropdownAvatarProps extends BentoDropdownProps {
|
|
|
8047
7980
|
* setup() {
|
|
8048
7981
|
* const selectedValue = ref(BentoCountryCode.NL) // Default value
|
|
8049
7982
|
* const options: BentoCountryListboxOptions = [
|
|
8050
|
-
* {
|
|
8051
|
-
* {
|
|
7983
|
+
* { value: BentoCountryCode.NL },
|
|
7984
|
+
* { value: BentoCountryCode.BE },
|
|
8052
7985
|
* ];
|
|
8053
7986
|
* return { options, selectedValue };
|
|
8054
7987
|
* }
|
|
@@ -8074,6 +8007,10 @@ type: PropType<BentoCountryVariant | `${BentoCountryVariant}`>;
|
|
|
8074
8007
|
default: BentoCountryVariant;
|
|
8075
8008
|
validator: (value: BentoCountryVariant) => boolean;
|
|
8076
8009
|
};
|
|
8010
|
+
ariaLabel?: {
|
|
8011
|
+
type: StringConstructor;
|
|
8012
|
+
default: any;
|
|
8013
|
+
};
|
|
8077
8014
|
value: {
|
|
8078
8015
|
type: PropType<BentoListboxSelectedValue>;
|
|
8079
8016
|
default: any;
|
|
@@ -8112,10 +8049,6 @@ default: () => {
|
|
|
8112
8049
|
disabled: boolean;
|
|
8113
8050
|
};
|
|
8114
8051
|
};
|
|
8115
|
-
error: {
|
|
8116
|
-
type: PropType<boolean>;
|
|
8117
|
-
default: boolean;
|
|
8118
|
-
};
|
|
8119
8052
|
optional: {
|
|
8120
8053
|
type: PropType<boolean>;
|
|
8121
8054
|
default: boolean;
|
|
@@ -8124,18 +8057,10 @@ readonly: {
|
|
|
8124
8057
|
type: PropType<boolean>;
|
|
8125
8058
|
default: boolean;
|
|
8126
8059
|
};
|
|
8127
|
-
size: {
|
|
8128
|
-
type: PropType<BentoDropdownSize | "DropdownInputDefault" | "DropdownInputSmall">;
|
|
8129
|
-
default: any;
|
|
8130
|
-
};
|
|
8131
8060
|
multiple: {
|
|
8132
8061
|
type: PropType<boolean>;
|
|
8133
8062
|
default: boolean;
|
|
8134
8063
|
};
|
|
8135
|
-
ariaLabel: {
|
|
8136
|
-
type: PropType<string>;
|
|
8137
|
-
default: any;
|
|
8138
|
-
};
|
|
8139
8064
|
isOptionDisabled: {
|
|
8140
8065
|
type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
|
|
8141
8066
|
default: any;
|
|
@@ -8217,6 +8142,10 @@ type: PropType<BentoCountryVariant | `${BentoCountryVariant}`>;
|
|
|
8217
8142
|
default: BentoCountryVariant;
|
|
8218
8143
|
validator: (value: BentoCountryVariant) => boolean;
|
|
8219
8144
|
};
|
|
8145
|
+
ariaLabel?: {
|
|
8146
|
+
type: StringConstructor;
|
|
8147
|
+
default: any;
|
|
8148
|
+
};
|
|
8220
8149
|
value: {
|
|
8221
8150
|
type: PropType<BentoListboxSelectedValue>;
|
|
8222
8151
|
default: any;
|
|
@@ -8255,10 +8184,6 @@ default: () => {
|
|
|
8255
8184
|
disabled: boolean;
|
|
8256
8185
|
};
|
|
8257
8186
|
};
|
|
8258
|
-
error: {
|
|
8259
|
-
type: PropType<boolean>;
|
|
8260
|
-
default: boolean;
|
|
8261
|
-
};
|
|
8262
8187
|
optional: {
|
|
8263
8188
|
type: PropType<boolean>;
|
|
8264
8189
|
default: boolean;
|
|
@@ -8267,18 +8192,10 @@ readonly: {
|
|
|
8267
8192
|
type: PropType<boolean>;
|
|
8268
8193
|
default: boolean;
|
|
8269
8194
|
};
|
|
8270
|
-
size: {
|
|
8271
|
-
type: PropType<BentoDropdownSize | "DropdownInputDefault" | "DropdownInputSmall">;
|
|
8272
|
-
default: any;
|
|
8273
|
-
};
|
|
8274
8195
|
multiple: {
|
|
8275
8196
|
type: PropType<boolean>;
|
|
8276
8197
|
default: boolean;
|
|
8277
8198
|
};
|
|
8278
|
-
ariaLabel: {
|
|
8279
|
-
type: PropType<string>;
|
|
8280
|
-
default: any;
|
|
8281
|
-
};
|
|
8282
8199
|
isOptionDisabled: {
|
|
8283
8200
|
type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
|
|
8284
8201
|
default: any;
|
|
@@ -8340,24 +8257,22 @@ value: BentoListboxSelectedValue;
|
|
|
8340
8257
|
search: BentoListboxSearchOptions;
|
|
8341
8258
|
description: string;
|
|
8342
8259
|
label: string;
|
|
8343
|
-
variant: "name" | "
|
|
8260
|
+
variant: "name" | "iso" | "phone_code" | "capital" | BentoCountryVariant;
|
|
8344
8261
|
required: boolean;
|
|
8345
8262
|
condensed: boolean;
|
|
8346
8263
|
disabled: boolean;
|
|
8347
8264
|
loading: boolean;
|
|
8348
8265
|
teleport: BentoTeleportProps;
|
|
8349
|
-
error: boolean;
|
|
8350
8266
|
optional: boolean;
|
|
8351
8267
|
readonly: boolean;
|
|
8352
|
-
size: BentoDropdownSize | `${BentoDropdownSize}`;
|
|
8353
8268
|
multiple: boolean;
|
|
8354
|
-
ariaLabel: string;
|
|
8355
8269
|
items: BentoCountryListboxOptions;
|
|
8356
8270
|
isOptionDisabled: BentoListboxIsOptionDisabled;
|
|
8357
8271
|
staticCategories: boolean;
|
|
8358
8272
|
placeholder: string;
|
|
8359
8273
|
hasMoreItems: boolean;
|
|
8360
8274
|
lazyLoadType: BentoListboxLazyLoadType | `${BentoListboxLazyLoadType}`;
|
|
8275
|
+
ariaLabel?: string;
|
|
8361
8276
|
emptyState: BentoListboxEmptyStateProps;
|
|
8362
8277
|
componentLoading: boolean;
|
|
8363
8278
|
virtualScroll: BentoListboxVirtulisationOptions;
|
|
@@ -8408,6 +8323,10 @@ items: {
|
|
|
8408
8323
|
type: PropType<BentoCurrencyListboxOptions>;
|
|
8409
8324
|
default: () => any[];
|
|
8410
8325
|
};
|
|
8326
|
+
ariaLabel?: {
|
|
8327
|
+
type: StringConstructor;
|
|
8328
|
+
default: any;
|
|
8329
|
+
};
|
|
8411
8330
|
value: {
|
|
8412
8331
|
type: PropType<BentoListboxSelectedValue>;
|
|
8413
8332
|
default: any;
|
|
@@ -8446,10 +8365,6 @@ default: () => {
|
|
|
8446
8365
|
disabled: boolean;
|
|
8447
8366
|
};
|
|
8448
8367
|
};
|
|
8449
|
-
error: {
|
|
8450
|
-
type: PropType<boolean>;
|
|
8451
|
-
default: boolean;
|
|
8452
|
-
};
|
|
8453
8368
|
optional: {
|
|
8454
8369
|
type: PropType<boolean>;
|
|
8455
8370
|
default: boolean;
|
|
@@ -8458,18 +8373,10 @@ readonly: {
|
|
|
8458
8373
|
type: PropType<boolean>;
|
|
8459
8374
|
default: boolean;
|
|
8460
8375
|
};
|
|
8461
|
-
size: {
|
|
8462
|
-
type: PropType<BentoDropdownSize | "DropdownInputDefault" | "DropdownInputSmall">;
|
|
8463
|
-
default: any;
|
|
8464
|
-
};
|
|
8465
8376
|
multiple: {
|
|
8466
8377
|
type: PropType<boolean>;
|
|
8467
8378
|
default: boolean;
|
|
8468
8379
|
};
|
|
8469
|
-
ariaLabel: {
|
|
8470
|
-
type: PropType<string>;
|
|
8471
|
-
default: any;
|
|
8472
|
-
};
|
|
8473
8380
|
isOptionDisabled: {
|
|
8474
8381
|
type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
|
|
8475
8382
|
default: any;
|
|
@@ -8542,6 +8449,10 @@ items: {
|
|
|
8542
8449
|
type: PropType<BentoCurrencyListboxOptions>;
|
|
8543
8450
|
default: () => any[];
|
|
8544
8451
|
};
|
|
8452
|
+
ariaLabel?: {
|
|
8453
|
+
type: StringConstructor;
|
|
8454
|
+
default: any;
|
|
8455
|
+
};
|
|
8545
8456
|
value: {
|
|
8546
8457
|
type: PropType<BentoListboxSelectedValue>;
|
|
8547
8458
|
default: any;
|
|
@@ -8580,10 +8491,6 @@ default: () => {
|
|
|
8580
8491
|
disabled: boolean;
|
|
8581
8492
|
};
|
|
8582
8493
|
};
|
|
8583
|
-
error: {
|
|
8584
|
-
type: PropType<boolean>;
|
|
8585
|
-
default: boolean;
|
|
8586
|
-
};
|
|
8587
8494
|
optional: {
|
|
8588
8495
|
type: PropType<boolean>;
|
|
8589
8496
|
default: boolean;
|
|
@@ -8592,18 +8499,10 @@ readonly: {
|
|
|
8592
8499
|
type: PropType<boolean>;
|
|
8593
8500
|
default: boolean;
|
|
8594
8501
|
};
|
|
8595
|
-
size: {
|
|
8596
|
-
type: PropType<BentoDropdownSize | "DropdownInputDefault" | "DropdownInputSmall">;
|
|
8597
|
-
default: any;
|
|
8598
|
-
};
|
|
8599
8502
|
multiple: {
|
|
8600
8503
|
type: PropType<boolean>;
|
|
8601
8504
|
default: boolean;
|
|
8602
8505
|
};
|
|
8603
|
-
ariaLabel: {
|
|
8604
|
-
type: PropType<string>;
|
|
8605
|
-
default: any;
|
|
8606
|
-
};
|
|
8607
8506
|
isOptionDisabled: {
|
|
8608
8507
|
type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
|
|
8609
8508
|
default: any;
|
|
@@ -8670,18 +8569,16 @@ condensed: boolean;
|
|
|
8670
8569
|
disabled: boolean;
|
|
8671
8570
|
loading: boolean;
|
|
8672
8571
|
teleport: BentoTeleportProps;
|
|
8673
|
-
error: boolean;
|
|
8674
8572
|
optional: boolean;
|
|
8675
8573
|
readonly: boolean;
|
|
8676
|
-
size: BentoDropdownSize | `${BentoDropdownSize}`;
|
|
8677
8574
|
multiple: boolean;
|
|
8678
|
-
ariaLabel: string;
|
|
8679
8575
|
items: BentoCurrencyListboxOptions;
|
|
8680
8576
|
isOptionDisabled: BentoListboxIsOptionDisabled;
|
|
8681
8577
|
staticCategories: boolean;
|
|
8682
8578
|
placeholder: string;
|
|
8683
8579
|
hasMoreItems: boolean;
|
|
8684
8580
|
lazyLoadType: BentoListboxLazyLoadType | `${BentoListboxLazyLoadType}`;
|
|
8581
|
+
ariaLabel?: string;
|
|
8685
8582
|
emptyState: BentoListboxEmptyStateProps;
|
|
8686
8583
|
componentLoading: boolean;
|
|
8687
8584
|
virtualScroll: BentoListboxVirtulisationOptions;
|
|
@@ -8694,6 +8591,11 @@ tooltipText: string;
|
|
|
8694
8591
|
}>;
|
|
8695
8592
|
|
|
8696
8593
|
export declare interface BentoDropdownCurrencyProps extends BentoDropdownProps {
|
|
8594
|
+
/**
|
|
8595
|
+
* @deprecated Since v3.0.0. Use `aria-label` instead.
|
|
8596
|
+
* Defines a string value that labels an interactive element.
|
|
8597
|
+
*/
|
|
8598
|
+
ariaLabel?: string;
|
|
8697
8599
|
/**
|
|
8698
8600
|
* The option elements to populate the currency dropdown with.
|
|
8699
8601
|
* It must be an array of {@see BentoCurrencyListboxOptions }
|
|
@@ -8742,6 +8644,10 @@ items: {
|
|
|
8742
8644
|
type: PropType<BentoPaymentMethodListboxOptions>;
|
|
8743
8645
|
default: () => any[];
|
|
8744
8646
|
};
|
|
8647
|
+
ariaLabel?: {
|
|
8648
|
+
type: StringConstructor;
|
|
8649
|
+
default: any;
|
|
8650
|
+
};
|
|
8745
8651
|
value: {
|
|
8746
8652
|
type: PropType<BentoListboxSelectedValue>;
|
|
8747
8653
|
default: any;
|
|
@@ -8780,10 +8686,6 @@ default: () => {
|
|
|
8780
8686
|
disabled: boolean;
|
|
8781
8687
|
};
|
|
8782
8688
|
};
|
|
8783
|
-
error: {
|
|
8784
|
-
type: PropType<boolean>;
|
|
8785
|
-
default: boolean;
|
|
8786
|
-
};
|
|
8787
8689
|
optional: {
|
|
8788
8690
|
type: PropType<boolean>;
|
|
8789
8691
|
default: boolean;
|
|
@@ -8792,18 +8694,10 @@ readonly: {
|
|
|
8792
8694
|
type: PropType<boolean>;
|
|
8793
8695
|
default: boolean;
|
|
8794
8696
|
};
|
|
8795
|
-
size: {
|
|
8796
|
-
type: PropType<BentoDropdownSize | "DropdownInputDefault" | "DropdownInputSmall">;
|
|
8797
|
-
default: any;
|
|
8798
|
-
};
|
|
8799
8697
|
multiple: {
|
|
8800
8698
|
type: PropType<boolean>;
|
|
8801
8699
|
default: boolean;
|
|
8802
8700
|
};
|
|
8803
|
-
ariaLabel: {
|
|
8804
|
-
type: PropType<string>;
|
|
8805
|
-
default: any;
|
|
8806
|
-
};
|
|
8807
8701
|
isOptionDisabled: {
|
|
8808
8702
|
type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
|
|
8809
8703
|
default: any;
|
|
@@ -8876,6 +8770,10 @@ items: {
|
|
|
8876
8770
|
type: PropType<BentoPaymentMethodListboxOptions>;
|
|
8877
8771
|
default: () => any[];
|
|
8878
8772
|
};
|
|
8773
|
+
ariaLabel?: {
|
|
8774
|
+
type: StringConstructor;
|
|
8775
|
+
default: any;
|
|
8776
|
+
};
|
|
8879
8777
|
value: {
|
|
8880
8778
|
type: PropType<BentoListboxSelectedValue>;
|
|
8881
8779
|
default: any;
|
|
@@ -8914,10 +8812,6 @@ default: () => {
|
|
|
8914
8812
|
disabled: boolean;
|
|
8915
8813
|
};
|
|
8916
8814
|
};
|
|
8917
|
-
error: {
|
|
8918
|
-
type: PropType<boolean>;
|
|
8919
|
-
default: boolean;
|
|
8920
|
-
};
|
|
8921
8815
|
optional: {
|
|
8922
8816
|
type: PropType<boolean>;
|
|
8923
8817
|
default: boolean;
|
|
@@ -8926,18 +8820,10 @@ readonly: {
|
|
|
8926
8820
|
type: PropType<boolean>;
|
|
8927
8821
|
default: boolean;
|
|
8928
8822
|
};
|
|
8929
|
-
size: {
|
|
8930
|
-
type: PropType<BentoDropdownSize | "DropdownInputDefault" | "DropdownInputSmall">;
|
|
8931
|
-
default: any;
|
|
8932
|
-
};
|
|
8933
8823
|
multiple: {
|
|
8934
8824
|
type: PropType<boolean>;
|
|
8935
8825
|
default: boolean;
|
|
8936
8826
|
};
|
|
8937
|
-
ariaLabel: {
|
|
8938
|
-
type: PropType<string>;
|
|
8939
|
-
default: any;
|
|
8940
|
-
};
|
|
8941
8827
|
isOptionDisabled: {
|
|
8942
8828
|
type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
|
|
8943
8829
|
default: any;
|
|
@@ -9004,18 +8890,16 @@ condensed: boolean;
|
|
|
9004
8890
|
disabled: boolean;
|
|
9005
8891
|
loading: boolean;
|
|
9006
8892
|
teleport: BentoTeleportProps;
|
|
9007
|
-
error: boolean;
|
|
9008
8893
|
optional: boolean;
|
|
9009
8894
|
readonly: boolean;
|
|
9010
|
-
size: BentoDropdownSize | `${BentoDropdownSize}`;
|
|
9011
8895
|
multiple: boolean;
|
|
9012
|
-
ariaLabel: string;
|
|
9013
8896
|
items: BentoPaymentMethodListboxOptions;
|
|
9014
8897
|
isOptionDisabled: BentoListboxIsOptionDisabled;
|
|
9015
8898
|
staticCategories: boolean;
|
|
9016
8899
|
placeholder: string;
|
|
9017
8900
|
hasMoreItems: boolean;
|
|
9018
8901
|
lazyLoadType: BentoListboxLazyLoadType | `${BentoListboxLazyLoadType}`;
|
|
8902
|
+
ariaLabel?: string;
|
|
9019
8903
|
emptyState: BentoListboxEmptyStateProps;
|
|
9020
8904
|
componentLoading: boolean;
|
|
9021
8905
|
virtualScroll: BentoListboxVirtulisationOptions;
|
|
@@ -9028,6 +8912,11 @@ tooltipText: string;
|
|
|
9028
8912
|
}>;
|
|
9029
8913
|
|
|
9030
8914
|
export declare interface BentoDropdownPaymentMethodProps extends BentoDropdownProps {
|
|
8915
|
+
/**
|
|
8916
|
+
* @deprecated Since v3.0.0. Use `aria-label` instead.
|
|
8917
|
+
* Defines a string value that labels an interactive element.
|
|
8918
|
+
*/
|
|
8919
|
+
ariaLabel?: string;
|
|
9031
8920
|
/**
|
|
9032
8921
|
* The option elements to populate the payment method dropdown with.
|
|
9033
8922
|
* It must be an array of {@see BentoPaymentMethodListboxOptions }
|
|
@@ -9038,11 +8927,6 @@ export declare interface BentoDropdownPaymentMethodProps extends BentoDropdownPr
|
|
|
9038
8927
|
}
|
|
9039
8928
|
|
|
9040
8929
|
export declare interface BentoDropdownProps extends FormField {
|
|
9041
|
-
/**
|
|
9042
|
-
* @deprecated Since v2.0.0. Use `aria-label` instead.
|
|
9043
|
-
* Defines a string value that labels an interactive element.
|
|
9044
|
-
*/
|
|
9045
|
-
ariaLabel?: string;
|
|
9046
8930
|
/**
|
|
9047
8931
|
* Renders the dropdown with a condensed style.
|
|
9048
8932
|
*/
|
|
@@ -9055,11 +8939,6 @@ export declare interface BentoDropdownProps extends FormField {
|
|
|
9055
8939
|
* Sets the possibility to type into the textbox.
|
|
9056
8940
|
*/
|
|
9057
8941
|
dynamicFiltering?: boolean;
|
|
9058
|
-
/**
|
|
9059
|
-
* Highlights the dropdown in an erroneous state.
|
|
9060
|
-
* @deprecated Since v2.0.0. Use `errorMessage` instead.
|
|
9061
|
-
*/
|
|
9062
|
-
error?: boolean;
|
|
9063
8942
|
/**
|
|
9064
8943
|
* Indicates whether there are more items to load
|
|
9065
8944
|
*/
|
|
@@ -9107,10 +8986,6 @@ export declare interface BentoDropdownProps extends FormField {
|
|
|
9107
8986
|
* Toggles whether to use the slot content select items shown in the textbox in multiple mode.
|
|
9108
8987
|
*/
|
|
9109
8988
|
showSlotContentInMultiple?: boolean;
|
|
9110
|
-
/**
|
|
9111
|
-
* @deprecated Since v2.0.0. Do not use. Only the `default` size is supported.
|
|
9112
|
-
*/
|
|
9113
|
-
size?: BentoDropdownSize | `${BentoDropdownSize}`;
|
|
9114
8989
|
/**
|
|
9115
8990
|
* If enabled, dropdown will display non-selectable, static categories
|
|
9116
8991
|
*/
|
|
@@ -9154,14 +9029,6 @@ export declare interface BentoDropdownProps extends FormField {
|
|
|
9154
9029
|
enableValueLabelPair?: boolean;
|
|
9155
9030
|
}
|
|
9156
9031
|
|
|
9157
|
-
/**
|
|
9158
|
-
* @deprecated Since v2.0.0. Do not use. Only the `default` size is supported.
|
|
9159
|
-
*/
|
|
9160
|
-
export declare enum BentoDropdownSize {
|
|
9161
|
-
DEFAULT = "DropdownInputDefault",
|
|
9162
|
-
SMALL = "DropdownInputSmall"
|
|
9163
|
-
}
|
|
9164
|
-
|
|
9165
9032
|
/**
|
|
9166
9033
|
* A Tag Dropdown showing a selectable list of tags.
|
|
9167
9034
|
*
|
|
@@ -9200,6 +9067,10 @@ items: {
|
|
|
9200
9067
|
type: PropType<BentoTagListboxOptions>;
|
|
9201
9068
|
default: () => any[];
|
|
9202
9069
|
};
|
|
9070
|
+
ariaLabel?: {
|
|
9071
|
+
type: StringConstructor;
|
|
9072
|
+
default: any;
|
|
9073
|
+
};
|
|
9203
9074
|
value: {
|
|
9204
9075
|
type: PropType<BentoListboxSelectedValue>;
|
|
9205
9076
|
default: any;
|
|
@@ -9238,10 +9109,6 @@ default: () => {
|
|
|
9238
9109
|
disabled: boolean;
|
|
9239
9110
|
};
|
|
9240
9111
|
};
|
|
9241
|
-
error: {
|
|
9242
|
-
type: PropType<boolean>;
|
|
9243
|
-
default: boolean;
|
|
9244
|
-
};
|
|
9245
9112
|
optional: {
|
|
9246
9113
|
type: PropType<boolean>;
|
|
9247
9114
|
default: boolean;
|
|
@@ -9250,18 +9117,10 @@ readonly: {
|
|
|
9250
9117
|
type: PropType<boolean>;
|
|
9251
9118
|
default: boolean;
|
|
9252
9119
|
};
|
|
9253
|
-
size: {
|
|
9254
|
-
type: PropType<BentoDropdownSize | "DropdownInputDefault" | "DropdownInputSmall">;
|
|
9255
|
-
default: any;
|
|
9256
|
-
};
|
|
9257
9120
|
multiple: {
|
|
9258
9121
|
type: PropType<boolean>;
|
|
9259
9122
|
default: boolean;
|
|
9260
9123
|
};
|
|
9261
|
-
ariaLabel: {
|
|
9262
|
-
type: PropType<string>;
|
|
9263
|
-
default: any;
|
|
9264
|
-
};
|
|
9265
9124
|
isOptionDisabled: {
|
|
9266
9125
|
type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
|
|
9267
9126
|
default: any;
|
|
@@ -9335,6 +9194,10 @@ items: {
|
|
|
9335
9194
|
type: PropType<BentoTagListboxOptions>;
|
|
9336
9195
|
default: () => any[];
|
|
9337
9196
|
};
|
|
9197
|
+
ariaLabel?: {
|
|
9198
|
+
type: StringConstructor;
|
|
9199
|
+
default: any;
|
|
9200
|
+
};
|
|
9338
9201
|
value: {
|
|
9339
9202
|
type: PropType<BentoListboxSelectedValue>;
|
|
9340
9203
|
default: any;
|
|
@@ -9373,10 +9236,6 @@ default: () => {
|
|
|
9373
9236
|
disabled: boolean;
|
|
9374
9237
|
};
|
|
9375
9238
|
};
|
|
9376
|
-
error: {
|
|
9377
|
-
type: PropType<boolean>;
|
|
9378
|
-
default: boolean;
|
|
9379
|
-
};
|
|
9380
9239
|
optional: {
|
|
9381
9240
|
type: PropType<boolean>;
|
|
9382
9241
|
default: boolean;
|
|
@@ -9385,18 +9244,10 @@ readonly: {
|
|
|
9385
9244
|
type: PropType<boolean>;
|
|
9386
9245
|
default: boolean;
|
|
9387
9246
|
};
|
|
9388
|
-
size: {
|
|
9389
|
-
type: PropType<BentoDropdownSize | "DropdownInputDefault" | "DropdownInputSmall">;
|
|
9390
|
-
default: any;
|
|
9391
|
-
};
|
|
9392
9247
|
multiple: {
|
|
9393
9248
|
type: PropType<boolean>;
|
|
9394
9249
|
default: boolean;
|
|
9395
9250
|
};
|
|
9396
|
-
ariaLabel: {
|
|
9397
|
-
type: PropType<string>;
|
|
9398
|
-
default: any;
|
|
9399
|
-
};
|
|
9400
9251
|
isOptionDisabled: {
|
|
9401
9252
|
type: PropType<(optionValue: BentoListboxOptionItem) => boolean>;
|
|
9402
9253
|
default: any;
|
|
@@ -9463,18 +9314,16 @@ condensed: boolean;
|
|
|
9463
9314
|
disabled: boolean;
|
|
9464
9315
|
loading: boolean;
|
|
9465
9316
|
teleport: BentoTeleportProps;
|
|
9466
|
-
error: boolean;
|
|
9467
9317
|
optional: boolean;
|
|
9468
9318
|
readonly: boolean;
|
|
9469
|
-
size: BentoDropdownSize | `${BentoDropdownSize}`;
|
|
9470
9319
|
multiple: boolean;
|
|
9471
|
-
ariaLabel: string;
|
|
9472
9320
|
items: BentoTagListboxOptions;
|
|
9473
9321
|
isOptionDisabled: BentoListboxIsOptionDisabled;
|
|
9474
9322
|
staticCategories: boolean;
|
|
9475
9323
|
placeholder: string;
|
|
9476
9324
|
hasMoreItems: boolean;
|
|
9477
9325
|
lazyLoadType: BentoListboxLazyLoadType | `${BentoListboxLazyLoadType}`;
|
|
9326
|
+
ariaLabel?: string;
|
|
9478
9327
|
emptyState: BentoListboxEmptyStateProps;
|
|
9479
9328
|
componentLoading: boolean;
|
|
9480
9329
|
virtualScroll: BentoListboxVirtulisationOptions;
|
|
@@ -9487,6 +9336,11 @@ tooltipText: string;
|
|
|
9487
9336
|
}>;
|
|
9488
9337
|
|
|
9489
9338
|
export declare interface BentoDropdownTagProps extends BentoDropdownProps {
|
|
9339
|
+
/**
|
|
9340
|
+
* @deprecated Since v3.0.0. Use `aria-label` instead.
|
|
9341
|
+
* Defines a string value that labels an interactive element.
|
|
9342
|
+
*/
|
|
9343
|
+
ariaLabel?: string;
|
|
9490
9344
|
/**
|
|
9491
9345
|
* The option elements to populate the tag dropdown with.
|
|
9492
9346
|
* It must be an array of {@see BentoTagListboxOptions }
|
|
@@ -10931,13 +10785,11 @@ export declare interface BentoInputDropdownProps {
|
|
|
10931
10785
|
*/
|
|
10932
10786
|
export declare const BentoInputField: __VLS_WithSlots_26<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToOption_34<BentoInputFieldProps>, {
|
|
10933
10787
|
ariaHidden: boolean;
|
|
10934
|
-
ariaLabel: any;
|
|
10935
10788
|
condensed: boolean;
|
|
10936
10789
|
description: string;
|
|
10937
10790
|
disabled: boolean;
|
|
10938
10791
|
dropdown: any;
|
|
10939
10792
|
dropdownPosition: BentoInputFieldElementPosition;
|
|
10940
|
-
error: boolean;
|
|
10941
10793
|
errorMessage: any;
|
|
10942
10794
|
label: string;
|
|
10943
10795
|
modelValue: any;
|
|
@@ -10979,13 +10831,11 @@ input: (inputValue: string) => void;
|
|
|
10979
10831
|
"update:model-value": (inputValue: BentoInputFieldValue) => void;
|
|
10980
10832
|
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToOption_34<BentoInputFieldProps>, {
|
|
10981
10833
|
ariaHidden: boolean;
|
|
10982
|
-
ariaLabel: any;
|
|
10983
10834
|
condensed: boolean;
|
|
10984
10835
|
description: string;
|
|
10985
10836
|
disabled: boolean;
|
|
10986
10837
|
dropdown: any;
|
|
10987
10838
|
dropdownPosition: BentoInputFieldElementPosition;
|
|
10988
|
-
error: boolean;
|
|
10989
10839
|
errorMessage: any;
|
|
10990
10840
|
label: string;
|
|
10991
10841
|
modelValue: any;
|
|
@@ -11009,10 +10859,8 @@ variant: BentoInputFieldVariant | `${BentoInputFieldVariant}`;
|
|
|
11009
10859
|
required: boolean;
|
|
11010
10860
|
condensed: boolean;
|
|
11011
10861
|
disabled: boolean;
|
|
11012
|
-
error: boolean;
|
|
11013
10862
|
optional: boolean;
|
|
11014
10863
|
readonly: boolean;
|
|
11015
|
-
ariaLabel: string;
|
|
11016
10864
|
placeholder: string;
|
|
11017
10865
|
modelValue: BentoInputFieldValue;
|
|
11018
10866
|
errorMessage: string;
|
|
@@ -11295,11 +11143,6 @@ export declare interface BentoInputFieldPhoneNumberProps extends FormField {
|
|
|
11295
11143
|
* If set, allows filtering on the countries dropdown
|
|
11296
11144
|
*/
|
|
11297
11145
|
dynamicFiltering?: boolean;
|
|
11298
|
-
/**
|
|
11299
|
-
* If true, applies error styling to the field.
|
|
11300
|
-
* @deprecated Since v2.0.0. Use `errorMessage` instead.
|
|
11301
|
-
*/
|
|
11302
|
-
error?: boolean;
|
|
11303
11146
|
/**
|
|
11304
11147
|
* Selected country code
|
|
11305
11148
|
*/
|
|
@@ -11320,12 +11163,6 @@ export declare interface BentoInputFieldProps extends FormField {
|
|
|
11320
11163
|
* Indicates whether the element is exposed to an accessibility API.
|
|
11321
11164
|
*/
|
|
11322
11165
|
ariaHidden?: boolean;
|
|
11323
|
-
/**
|
|
11324
|
-
* Text that labels an the input element
|
|
11325
|
-
*
|
|
11326
|
-
* @deprecated Since v2.0.0. Use `aria-label` instead.
|
|
11327
|
-
*/
|
|
11328
|
-
ariaLabel?: string;
|
|
11329
11166
|
/**
|
|
11330
11167
|
* Reduces height of the input
|
|
11331
11168
|
*/
|
|
@@ -11341,12 +11178,6 @@ export declare interface BentoInputFieldProps extends FormField {
|
|
|
11341
11178
|
* Position of the dropdown before or after input value
|
|
11342
11179
|
*/
|
|
11343
11180
|
dropdownPosition?: BentoInputFieldElementPosition | `${BentoInputFieldElementPosition}`;
|
|
11344
|
-
/**
|
|
11345
|
-
* Adds error validation class for outlining input-field.
|
|
11346
|
-
*
|
|
11347
|
-
* @deprecated Since v2.0.0. Use `errorMessage` instead.
|
|
11348
|
-
*/
|
|
11349
|
-
error?: boolean;
|
|
11350
11181
|
/**
|
|
11351
11182
|
* Text displayed as the value of the input-field
|
|
11352
11183
|
*/
|
|
@@ -11410,31 +11241,11 @@ export declare enum BentoInputFieldVariant {
|
|
|
11410
11241
|
DROPDOWN = "dropdown"
|
|
11411
11242
|
}
|
|
11412
11243
|
|
|
11413
|
-
/**
|
|
11414
|
-
* @deprecated Since v2.0.0. Use `BentoFilterItemType.INPUT_DROPDOWN` instead.
|
|
11415
|
-
*/
|
|
11416
|
-
export declare interface BentoInputFilterInputAndDropdownValues {
|
|
11417
|
-
inputValue: string | null;
|
|
11418
|
-
dropdownValue?: string;
|
|
11419
|
-
}
|
|
11420
|
-
|
|
11421
11244
|
export declare interface BentoInputFilterOptions {
|
|
11422
|
-
/**
|
|
11423
|
-
* @deprecated Since v2.0.0. Do not use. Use `BentoFilterItemType.INPUT_DROPDOWN` instead if `dropdown` is needed.
|
|
11424
|
-
*/
|
|
11425
|
-
dropdown?: any;
|
|
11426
|
-
/**
|
|
11427
|
-
* @deprecated Since v2.0.0. Do not use. Use `BentoFilterItemType.INPUT_DROPDOWN` instead if `dropdownPosition` is needed.
|
|
11428
|
-
*/
|
|
11429
|
-
dropdownPosition?: any;
|
|
11430
11245
|
/**
|
|
11431
11246
|
* Sets a placeholder in the input field
|
|
11432
11247
|
*/
|
|
11433
11248
|
placeholder?: BentoInputFieldProps['placeholder'];
|
|
11434
|
-
/**
|
|
11435
|
-
* @deprecated Since v2.0.0. Do not use. Use `BentoFilterItemType.INPUT_DROPDOWN` instead if `variant` is needed.
|
|
11436
|
-
*/
|
|
11437
|
-
variant?: 'dropdown';
|
|
11438
11249
|
/**
|
|
11439
11250
|
* Attaches a `BentoTooltip` if present. Text showed in the tooltip on hover.
|
|
11440
11251
|
*/
|
|
@@ -11472,21 +11283,17 @@ export declare interface BentoInputFilterProps {
|
|
|
11472
11283
|
* List of options that are needed to setup the filter
|
|
11473
11284
|
* Available options:
|
|
11474
11285
|
* - placeholder: allows to set a placeholder to the search bar
|
|
11475
|
-
* - dropdown (deprecated): all the dropdown properties that can be set in the inner dropdown of the input field. @see BentoDropdown for more info.
|
|
11476
|
-
* - dropdownPosition (deprecated): allow the user to set the dropdown on the left or right side. Accepts the `start` or `end` values.
|
|
11477
|
-
* - variant (deprecated): can be `undefined` or set to `dropdown`. Enables dropdown input variant.
|
|
11478
11286
|
* - tooltipPosition: The position of the tooltip attached to the filter button
|
|
11479
11287
|
* - tooltipText: The content of the tooltip attached to the filter button
|
|
11480
11288
|
*/
|
|
11481
11289
|
options?: BentoInputFilterOptions;
|
|
11482
11290
|
/**
|
|
11483
11291
|
* Current value of the filter.
|
|
11484
|
-
* If the options.variant is equal to 'dropdown', the value should be of type `{ inputValue: string | null; dropdownValue?: string }`.
|
|
11485
11292
|
*/
|
|
11486
11293
|
value?: BentoInputFilterValue;
|
|
11487
11294
|
}
|
|
11488
11295
|
|
|
11489
|
-
export declare type BentoInputFilterValue = string | null
|
|
11296
|
+
export declare type BentoInputFilterValue = string | null;
|
|
11490
11297
|
|
|
11491
11298
|
/**
|
|
11492
11299
|
* Input time component for entering time values in HH:MM:SS format.
|
|
@@ -11522,7 +11329,6 @@ readonly: boolean;
|
|
|
11522
11329
|
required: boolean;
|
|
11523
11330
|
tooltipText: any;
|
|
11524
11331
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11525
|
-
click: () => void;
|
|
11526
11332
|
"update:model-value": (value: BentoInputFieldValue) => void;
|
|
11527
11333
|
keydown: (event: KeyboardEvent) => void;
|
|
11528
11334
|
"input:valid": () => void;
|
|
@@ -12480,7 +12286,8 @@ export declare enum BentoMenuEvent {
|
|
|
12480
12286
|
|
|
12481
12287
|
export declare interface BentoMenuItem {
|
|
12482
12288
|
text: string;
|
|
12483
|
-
handler
|
|
12289
|
+
handler?: () => void;
|
|
12290
|
+
link?: BentoLinkProps;
|
|
12484
12291
|
secondaryText?: string;
|
|
12485
12292
|
items?: Array<BentoMenuItem>;
|
|
12486
12293
|
disabled?: boolean;
|
|
@@ -13546,7 +13353,6 @@ export declare interface BentoNavigationMenuProps {
|
|
|
13546
13353
|
* }
|
|
13547
13354
|
*/
|
|
13548
13355
|
export declare const BentoPagination: __VLS_WithSlots_45<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToOption_51<BentoPaginationProps>, {
|
|
13549
|
-
ariaLabel: any;
|
|
13550
13356
|
hasNext: any;
|
|
13551
13357
|
hideFirstLastPageButtons: boolean;
|
|
13552
13358
|
hidePageSize: boolean;
|
|
@@ -13563,7 +13369,6 @@ navigate: (page: number, items?: number) => void;
|
|
|
13563
13369
|
"update:page": (page: number) => void;
|
|
13564
13370
|
"update:size": (size: number) => void;
|
|
13565
13371
|
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToOption_51<BentoPaginationProps>, {
|
|
13566
|
-
ariaLabel: any;
|
|
13567
13372
|
hasNext: any;
|
|
13568
13373
|
hideFirstLastPageButtons: boolean;
|
|
13569
13374
|
hidePageSize: boolean;
|
|
@@ -13577,7 +13382,6 @@ virtualScroll: boolean;
|
|
|
13577
13382
|
}>>>, {
|
|
13578
13383
|
page: number;
|
|
13579
13384
|
size: number;
|
|
13580
|
-
ariaLabel: string;
|
|
13581
13385
|
virtualScroll: boolean;
|
|
13582
13386
|
hidePageSizeSelection: boolean;
|
|
13583
13387
|
totalCount: number;
|
|
@@ -13591,12 +13395,6 @@ hidePageSize: boolean;
|
|
|
13591
13395
|
}>;
|
|
13592
13396
|
|
|
13593
13397
|
export declare interface BentoPaginationProps {
|
|
13594
|
-
/**
|
|
13595
|
-
* A brief description of the purpose of the navigation (for a11y).
|
|
13596
|
-
* Omit the term "navigation", as the screen reader will read both the role and the contents of the label.
|
|
13597
|
-
* @deprecated Since v2.0.0. Use `aria-label` instead.
|
|
13598
|
-
*/
|
|
13599
|
-
ariaLabel?: string;
|
|
13600
13398
|
/**
|
|
13601
13399
|
* Use to determine if the pager has a "next page".
|
|
13602
13400
|
*/
|
|
@@ -14855,7 +14653,6 @@ export declare enum BentoPaymentMethodType {
|
|
|
14855
14653
|
export declare const BentoPopover: __VLS_WithSlots_46<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToOption_53<BentoPopoverProps>, {
|
|
14856
14654
|
actions: any;
|
|
14857
14655
|
actionsLayout: string;
|
|
14858
|
-
ariaLabel: any;
|
|
14859
14656
|
divider: boolean;
|
|
14860
14657
|
disableFocusTrap: boolean;
|
|
14861
14658
|
dismissible: boolean;
|
|
@@ -14863,10 +14660,8 @@ fallbackPosition: () => string[];
|
|
|
14863
14660
|
fallbackStrategy: any;
|
|
14864
14661
|
fitContent: boolean;
|
|
14865
14662
|
fixedPositioning: boolean;
|
|
14866
|
-
matchWidth: boolean;
|
|
14867
14663
|
open: boolean;
|
|
14868
14664
|
large: boolean;
|
|
14869
|
-
modifiers: any;
|
|
14870
14665
|
position: string;
|
|
14871
14666
|
small: boolean;
|
|
14872
14667
|
title: any;
|
|
@@ -14880,7 +14675,6 @@ placement: (placement: Placement) => void;
|
|
|
14880
14675
|
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToOption_53<BentoPopoverProps>, {
|
|
14881
14676
|
actions: any;
|
|
14882
14677
|
actionsLayout: string;
|
|
14883
|
-
ariaLabel: any;
|
|
14884
14678
|
divider: boolean;
|
|
14885
14679
|
disableFocusTrap: boolean;
|
|
14886
14680
|
dismissible: boolean;
|
|
@@ -14888,10 +14682,8 @@ fallbackPosition: () => string[];
|
|
|
14888
14682
|
fallbackStrategy: any;
|
|
14889
14683
|
fitContent: boolean;
|
|
14890
14684
|
fixedPositioning: boolean;
|
|
14891
|
-
matchWidth: boolean;
|
|
14892
14685
|
open: boolean;
|
|
14893
14686
|
large: boolean;
|
|
14894
|
-
modifiers: any;
|
|
14895
14687
|
position: string;
|
|
14896
14688
|
small: boolean;
|
|
14897
14689
|
title: any;
|
|
@@ -14910,15 +14702,12 @@ trapAll: boolean;
|
|
|
14910
14702
|
trapAllOptions: any;
|
|
14911
14703
|
fallbackPosition: Array<Placement>;
|
|
14912
14704
|
fixedPositioning: boolean;
|
|
14913
|
-
matchWidth: boolean;
|
|
14914
|
-
ariaLabel: string;
|
|
14915
14705
|
actions: BentoButtonActionsList;
|
|
14916
14706
|
actionsLayout: BentoButtonActionsLayout | `${BentoButtonActionsLayout}`;
|
|
14917
14707
|
divider: boolean;
|
|
14918
14708
|
disableFocusTrap: boolean;
|
|
14919
14709
|
dismissible: boolean;
|
|
14920
14710
|
fitContent: boolean;
|
|
14921
|
-
modifiers: Array<unknown>;
|
|
14922
14711
|
withoutSpace: boolean;
|
|
14923
14712
|
overflowVisible: boolean;
|
|
14924
14713
|
}>, {
|
|
@@ -14991,11 +14780,6 @@ export declare interface BentoPopoverProps {
|
|
|
14991
14780
|
* @values VERTICAL_STACK
|
|
14992
14781
|
*/
|
|
14993
14782
|
actionsLayout?: BentoButtonActionsLayout | `${BentoButtonActionsLayout}`;
|
|
14994
|
-
/**
|
|
14995
|
-
* Defines a string value that provides an accessible name for the popover.
|
|
14996
|
-
* @deprecated Since v2.0.0. Use `aria-label` instead.
|
|
14997
|
-
*/
|
|
14998
|
-
ariaLabel?: string;
|
|
14999
14783
|
/**
|
|
15000
14784
|
* Adds a divider line to the actions section, reduces the top/bottom paddings and removes all padding in the "default" slot.
|
|
15001
14785
|
*/
|
|
@@ -15029,10 +14813,6 @@ export declare interface BentoPopoverProps {
|
|
|
15029
14813
|
* @see {@link https://floating-ui.com/docs/usefloating#strategy}
|
|
15030
14814
|
*/
|
|
15031
14815
|
fixedPositioning?: boolean;
|
|
15032
|
-
/**
|
|
15033
|
-
* Makes the popover match the width of its target element.
|
|
15034
|
-
*/
|
|
15035
|
-
matchWidth?: boolean;
|
|
15036
14816
|
/**
|
|
15037
14817
|
* Toggles the popover open and closed
|
|
15038
14818
|
*/
|
|
@@ -15041,10 +14821,6 @@ export declare interface BentoPopoverProps {
|
|
|
15041
14821
|
* Displays the popover in a large size.
|
|
15042
14822
|
*/
|
|
15043
14823
|
large?: boolean;
|
|
15044
|
-
/**
|
|
15045
|
-
* @deprecated Since v2.0.0. Do not use. This property no longer functions since moving to the floating-ui framework.
|
|
15046
|
-
*/
|
|
15047
|
-
modifiers?: Array<unknown>;
|
|
15048
14824
|
/**
|
|
15049
14825
|
* Popover's position relative to the target element.
|
|
15050
14826
|
* Possible values are:
|
|
@@ -15560,7 +15336,6 @@ description: any;
|
|
|
15560
15336
|
disabled: boolean;
|
|
15561
15337
|
errorMessage: any;
|
|
15562
15338
|
formId: any;
|
|
15563
|
-
hasError: boolean;
|
|
15564
15339
|
hideLabel: any;
|
|
15565
15340
|
modelValue: any;
|
|
15566
15341
|
optional: boolean;
|
|
@@ -15578,7 +15353,6 @@ description: any;
|
|
|
15578
15353
|
disabled: boolean;
|
|
15579
15354
|
errorMessage: any;
|
|
15580
15355
|
formId: any;
|
|
15581
|
-
hasError: boolean;
|
|
15582
15356
|
hideLabel: any;
|
|
15583
15357
|
modelValue: any;
|
|
15584
15358
|
optional: boolean;
|
|
@@ -15597,7 +15371,6 @@ modelValue: BentoRadioGroupValue | null;
|
|
|
15597
15371
|
errorMessage: string;
|
|
15598
15372
|
tooltipText: string;
|
|
15599
15373
|
hideLabel: boolean | null;
|
|
15600
|
-
hasError: boolean;
|
|
15601
15374
|
formId: string | null;
|
|
15602
15375
|
}>, {
|
|
15603
15376
|
content?: (props: {}) => any;
|
|
@@ -15677,12 +15450,6 @@ export declare interface BentoRadioGroupProps extends FormField {
|
|
|
15677
15450
|
* @default null
|
|
15678
15451
|
*/
|
|
15679
15452
|
formId?: string | null;
|
|
15680
|
-
/**
|
|
15681
|
-
* If set to true, renders all bento-radio-buttons in the group in an error state.
|
|
15682
|
-
* @deprecated Since v2.0.0. Use `errorMessage` instead.
|
|
15683
|
-
* @default false
|
|
15684
|
-
*/
|
|
15685
|
-
hasError?: boolean;
|
|
15686
15453
|
/**
|
|
15687
15454
|
* Shows/hides the group label.
|
|
15688
15455
|
* @default null
|
|
@@ -16044,7 +15811,6 @@ export declare interface BentoSecondaryNavState {
|
|
|
16044
15811
|
* }
|
|
16045
15812
|
*/
|
|
16046
15813
|
export declare const BentoSegmentedControl: DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToOption_61<BentoSegmentedControlProps>, {
|
|
16047
|
-
ariaLabel: any;
|
|
16048
15814
|
fullWidth: boolean;
|
|
16049
15815
|
wrap: boolean;
|
|
16050
15816
|
modelValue: any;
|
|
@@ -16052,13 +15818,11 @@ modelValue: any;
|
|
|
16052
15818
|
"update:model-value": (value: any) => void;
|
|
16053
15819
|
input: (value: BentoSegmentedControlValue) => void;
|
|
16054
15820
|
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToOption_61<BentoSegmentedControlProps>, {
|
|
16055
|
-
ariaLabel: any;
|
|
16056
15821
|
fullWidth: boolean;
|
|
16057
15822
|
wrap: boolean;
|
|
16058
15823
|
modelValue: any;
|
|
16059
15824
|
}>>>, {
|
|
16060
15825
|
wrap: boolean;
|
|
16061
|
-
ariaLabel: string;
|
|
16062
15826
|
modelValue: BentoSegmentedControlValue;
|
|
16063
15827
|
fullWidth: boolean;
|
|
16064
15828
|
}>;
|
|
@@ -16077,11 +15841,6 @@ export declare interface BentoSegmentedControlItem {
|
|
|
16077
15841
|
}
|
|
16078
15842
|
|
|
16079
15843
|
export declare interface BentoSegmentedControlProps {
|
|
16080
|
-
/**
|
|
16081
|
-
* Accessible name describing the segmented control.
|
|
16082
|
-
* @deprecated Since v2.0.0. Use `aria-label` instead.
|
|
16083
|
-
*/
|
|
16084
|
-
ariaLabel?: string;
|
|
16085
15844
|
/**
|
|
16086
15845
|
* If set to true, renders the component full width.
|
|
16087
15846
|
*/
|
|
@@ -18111,9 +17870,9 @@ disabled: boolean;
|
|
|
18111
17870
|
optional: boolean;
|
|
18112
17871
|
readonly: boolean;
|
|
18113
17872
|
height: string | null;
|
|
18114
|
-
ariaLabel: string;
|
|
18115
17873
|
placeholder: string;
|
|
18116
17874
|
characterLimit: number;
|
|
17875
|
+
ariaLabel: string;
|
|
18117
17876
|
modelValue: string;
|
|
18118
17877
|
errorMessage: string;
|
|
18119
17878
|
tooltipText: string;
|
|
@@ -18305,7 +18064,6 @@ status: string;
|
|
|
18305
18064
|
tag: any;
|
|
18306
18065
|
title: any;
|
|
18307
18066
|
type: string;
|
|
18308
|
-
variant: any;
|
|
18309
18067
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToOption_75<BentoTimelineItemProps>, {
|
|
18310
18068
|
additionalTimestamp: any;
|
|
18311
18069
|
dataList: any;
|
|
@@ -18314,12 +18072,10 @@ status: string;
|
|
|
18314
18072
|
tag: any;
|
|
18315
18073
|
title: any;
|
|
18316
18074
|
type: string;
|
|
18317
|
-
variant: any;
|
|
18318
18075
|
}>>>, {
|
|
18319
18076
|
description: string;
|
|
18320
18077
|
type: string;
|
|
18321
18078
|
title: BentoTimelineItemTitle | string;
|
|
18322
|
-
variant: BentoTimelineItemVariant | `${BentoTimelineItemVariant}`;
|
|
18323
18079
|
tag: any;
|
|
18324
18080
|
status: string;
|
|
18325
18081
|
additionalTimestamp: BentoTimelineTimestamp;
|
|
@@ -18365,13 +18121,6 @@ export declare interface BentoTimelineItemProps {
|
|
|
18365
18121
|
* @values milestone, note
|
|
18366
18122
|
*/
|
|
18367
18123
|
type?: string;
|
|
18368
|
-
/**
|
|
18369
|
-
* Variant for the timeline item
|
|
18370
|
-
* @values DEFAULT, SUCCESS, CRITICAL
|
|
18371
|
-
*
|
|
18372
|
-
* @deprecated Since v2.0.0. Use `status` instead.
|
|
18373
|
-
*/
|
|
18374
|
-
variant?: BentoTimelineItemVariant | `${BentoTimelineItemVariant}`;
|
|
18375
18124
|
}
|
|
18376
18125
|
|
|
18377
18126
|
export declare interface BentoTimelineItemTitle extends RouterLinkProps_2 {
|
|
@@ -18390,15 +18139,6 @@ export declare interface BentoTimelineItemTitle extends RouterLinkProps_2 {
|
|
|
18390
18139
|
[name: string]: any;
|
|
18391
18140
|
}
|
|
18392
18141
|
|
|
18393
|
-
/**
|
|
18394
|
-
* @deprecated Since v2.0.0. Do not use. Use the `status` prop instead.
|
|
18395
|
-
*/
|
|
18396
|
-
export declare enum BentoTimelineItemVariant {
|
|
18397
|
-
DEFAULT = "SquareSmallIcon",
|
|
18398
|
-
SUCCESS = "CheckedCircleIcon",
|
|
18399
|
-
CRITICAL = "CrossCircleIcon"
|
|
18400
|
-
}
|
|
18401
|
-
|
|
18402
18142
|
export declare interface BentoTimelineProps {
|
|
18403
18143
|
/**
|
|
18404
18144
|
* If set to true, gives the possibility to manually add notes to the timeline via a textarea
|