@adyen/bento-vue2 1.28.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@types/components.d.ts +4 -0
- package/dist/@types/index.d.ts +364 -107
- package/dist/accordion.js +101 -3
- package/dist/accordion.js.map +1 -1
- package/dist/action-bar.js +146 -2
- package/dist/action-bar.js.map +1 -1
- package/dist/alert.js +95 -3
- package/dist/alert.js.map +1 -1
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/button.css +1 -1
- package/dist/assets/checkbox-input.css +1 -1
- package/dist/assets/dialog-page.css +1 -1
- package/dist/assets/dropdown-default-textbox.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/error-message.css +1 -1
- package/dist/assets/{data-grid.css → index11.css} +1 -1
- package/dist/assets/index14.css +1 -0
- package/dist/assets/index18.css +1 -0
- package/dist/assets/index19.css +1 -0
- package/dist/assets/{secondary-nav.css → index21.css} +1 -1
- package/dist/assets/index22.css +1 -0
- package/dist/assets/{action-bar.css → index23.css} +1 -1
- package/dist/assets/{sidepanel.css → index24.css} +1 -1
- package/dist/assets/index28.css +1 -0
- package/dist/assets/{accordion-item.css → index3.css} +1 -1
- package/dist/assets/index30.css +1 -0
- package/dist/assets/index33.css +1 -0
- package/dist/assets/{modal-fullscreen.css → index36.css} +1 -1
- package/dist/assets/{menu.css → index38.css} +1 -1
- package/dist/assets/index39.css +1 -0
- package/dist/assets/{popover.css → index40.css} +1 -1
- package/dist/assets/index42.css +1 -0
- package/dist/assets/index43.css +1 -0
- package/dist/assets/index45.css +1 -0
- package/dist/assets/{dashboard-section.css → index47.css} +1 -1
- package/dist/assets/index48.css +1 -0
- package/dist/assets/{card.css → index5.css} +1 -1
- package/dist/assets/index7.css +1 -0
- package/dist/assets/listbox-option-tag.css +1 -1
- package/dist/assets/loading-button.css +1 -1
- package/dist/assets/radio-input.css +1 -1
- package/dist/assets/segmented-control.css +1 -1
- package/dist/avatar.js +75 -0
- package/dist/avatar.js.map +1 -0
- package/dist/badge.js +24 -22
- package/dist/badge.js.map +1 -1
- package/dist/button.js +94 -14
- package/dist/button.js.map +1 -1
- package/dist/card.js +114 -4
- package/dist/card.js.map +1 -1
- package/dist/checkbox.js +155 -8
- package/dist/checkbox.js.map +1 -1
- package/dist/chunks/1-generic-use.3ea646cd.js +5 -0
- package/dist/chunks/1-generic-use.3ea646cd.js.map +1 -0
- package/dist/chunks/1-generic-use.ccca5813.js +5 -0
- package/dist/chunks/1-generic-use.ccca5813.js.map +1 -0
- package/dist/chunks/2-generic-use.443db127.js +5 -0
- package/dist/chunks/2-generic-use.443db127.js.map +1 -0
- package/dist/chunks/2-generic-use.d69d7c08.js +5 -0
- package/dist/chunks/2-generic-use.d69d7c08.js.map +1 -0
- package/dist/chunks/3-generic-use.9f74667f.js +5 -0
- package/dist/chunks/3-generic-use.9f74667f.js.map +1 -0
- package/dist/chunks/3-generic-use.fe7ae2ce.js +5 -0
- package/dist/chunks/3-generic-use.fe7ae2ce.js.map +1 -0
- package/dist/chunks/4-generic-use.0356f4a1.js +5 -0
- package/dist/chunks/4-generic-use.0356f4a1.js.map +1 -0
- package/dist/chunks/4-generic-use.cd04bad0.js +5 -0
- package/dist/chunks/4-generic-use.cd04bad0.js.map +1 -0
- package/dist/chunks/_plugin-vue2_normalizer.71e2aa87.js +33 -0
- package/dist/chunks/_plugin-vue2_normalizer.71e2aa87.js.map +1 -0
- package/dist/chunks/adding-payment-methods.d570e03e.js +5 -0
- package/dist/chunks/adding-payment-methods.d570e03e.js.map +1 -0
- package/dist/chunks/adding-payment-methods.e419d6c0.js +5 -0
- package/dist/chunks/adding-payment-methods.e419d6c0.js.map +1 -0
- package/dist/chunks/adyen-giving.480913b5.js +5 -0
- package/dist/chunks/adyen-giving.480913b5.js.map +1 -0
- package/dist/chunks/adyen-giving.54ed984c.js +5 -0
- package/dist/chunks/adyen-giving.54ed984c.js.map +1 -0
- package/dist/chunks/{aria-label.CaUURpnB.js → aria-label.ac9651a5.js} +1 -1
- package/dist/chunks/{aria-label.CaUURpnB.js.map → aria-label.ac9651a5.js.map} +1 -1
- package/dist/chunks/base-button.852204dc.js +88 -0
- package/dist/chunks/{base-button.DER7_IsF.js.map → base-button.852204dc.js.map} +1 -1
- package/dist/chunks/{base-modal.C5I7bR0d.js → base-modal.00322d31.js} +46 -42
- package/dist/chunks/{base-modal.C5I7bR0d.js.map → base-modal.00322d31.js.map} +1 -1
- package/dist/chunks/{base-modal.keys.C2PQXcE2.js → base-modal.keys.b08a6bdf.js} +1 -1
- package/dist/chunks/{base-modal.keys.C2PQXcE2.js.map → base-modal.keys.b08a6bdf.js.map} +1 -1
- package/dist/chunks/{button-actions-with-menu.f3yuLK-L.js → button-actions-with-menu.bc66bc0a.js} +27 -25
- package/dist/chunks/{button-actions-with-menu.f3yuLK-L.js.map → button-actions-with-menu.bc66bc0a.js.map} +1 -1
- package/dist/chunks/{button-actions.Bg9ey0p6.js → button-actions.430d7510.js} +31 -29
- package/dist/chunks/{button-actions.Bg9ey0p6.js.map → button-actions.430d7510.js.map} +1 -1
- package/dist/chunks/{button.DhAUh5JA.js → button.9184ade9.js} +24 -22
- package/dist/chunks/{button.DhAUh5JA.js.map → button.9184ade9.js.map} +1 -1
- package/dist/chunks/{calendar.B69z8gjb.js → calendar.bea81953.js} +332 -287
- package/dist/chunks/{calendar.B69z8gjb.js.map → calendar.bea81953.js.map} +1 -1
- package/dist/chunks/{checkbox-input.DwDwI2BD.js → checkbox-input.5ab6ebe7.js} +32 -28
- package/dist/chunks/{checkbox-input.DwDwI2BD.js.map → checkbox-input.5ab6ebe7.js.map} +1 -1
- package/dist/chunks/{checkbox.Bi2RDBEZ.js → checkbox.192e921e.js} +23 -21
- package/dist/chunks/{checkbox.Bi2RDBEZ.js.map → checkbox.192e921e.js.map} +1 -1
- package/dist/chunks/checkmark-circle-fill.382e27e2.js +26 -0
- package/dist/chunks/{checkmark-circle-fill.DVl6QSwm.js.map → checkmark-circle-fill.382e27e2.js.map} +1 -1
- package/dist/chunks/{checkmark-small.BtF8b2gE.js → checkmark-small.6f444bd7.js} +9 -7
- package/dist/chunks/{checkmark-small.BtF8b2gE.js.map → checkmark-small.6f444bd7.js.map} +1 -1
- package/dist/chunks/{chevron-left.CtnrsqUy.js → chevron-left.3cd9eeee.js} +18 -14
- package/dist/chunks/{chevron-left.CtnrsqUy.js.map → chevron-left.3cd9eeee.js.map} +1 -1
- package/dist/chunks/{chevron-up.B2uWhZf7.js → chevron-up.bade9c77.js} +19 -15
- package/dist/chunks/{chevron-up.B2uWhZf7.js.map → chevron-up.bade9c77.js.map} +1 -1
- package/dist/chunks/{controls-group.cSRFiEVO.js → controls-group.6b05fbb4.js} +19 -17
- package/dist/chunks/{controls-group.cSRFiEVO.js.map → controls-group.6b05fbb4.js.map} +1 -1
- package/dist/chunks/{copy.BtFWFG3q.js → copy.d5dd2b60.js} +19 -15
- package/dist/chunks/{copy.BtFWFG3q.js.map → copy.d5dd2b60.js.map} +1 -1
- package/dist/chunks/{country.types.Br0AjxGy.js → country.types.002caff2.js} +5 -5
- package/dist/chunks/{country.types.Br0AjxGy.js.map → country.types.002caff2.js.map} +1 -1
- package/dist/chunks/cross-circle-fill-small.b0310bd6.js +26 -0
- package/dist/chunks/cross-circle-fill-small.b0310bd6.js.map +1 -0
- package/dist/chunks/{cross-circle-fill.CnYH4R_h.js → cross-circle-fill.dd300d4c.js} +10 -8
- package/dist/chunks/{cross-circle-fill.CnYH4R_h.js.map → cross-circle-fill.dd300d4c.js.map} +1 -1
- package/dist/chunks/{cross-small.BLUwtRB-.js → cross-small.3bb94ec7.js} +12 -10
- package/dist/chunks/{cross-small.BLUwtRB-.js.map → cross-small.3bb94ec7.js.map} +1 -1
- package/dist/chunks/{cross.CsUPDmaA.js → cross.f47f6b7f.js} +12 -10
- package/dist/chunks/{cross.CsUPDmaA.js.map → cross.f47f6b7f.js.map} +1 -1
- package/dist/chunks/{data-grid-template.keys.2_AkxuNT.js → data-grid-template.keys.a819a991.js} +1 -1
- package/dist/chunks/{data-grid-template.keys.2_AkxuNT.js.map → data-grid-template.keys.a819a991.js.map} +1 -1
- package/dist/chunks/{date-input.BqBdAO1E.js → date-input.9186a0bf.js} +1 -1
- package/dist/chunks/{date-input.BqBdAO1E.js.map → date-input.9186a0bf.js.map} +1 -1
- package/dist/chunks/{debounce.DUTu11PS.js → debounce.b5ef6acf.js} +1 -1
- package/dist/chunks/{debounce.DUTu11PS.js.map → debounce.b5ef6acf.js.map} +1 -1
- package/dist/chunks/{dialog-page.DAh0M4mT.js → dialog-page.c663c657.js} +24 -20
- package/dist/chunks/{dialog-page.DAh0M4mT.js.map → dialog-page.c663c657.js.map} +1 -1
- package/dist/chunks/{dropdown-default-textbox.CKOkl_Qa.js → dropdown-default-textbox.346c40ea.js} +64 -51
- package/dist/chunks/dropdown-default-textbox.346c40ea.js.map +1 -0
- package/dist/chunks/{dropdown.yhhQCKve.js → dropdown.9bee6e1d.js} +248 -230
- package/dist/chunks/dropdown.9bee6e1d.js.map +1 -0
- package/dist/chunks/error-message.af88c25f.js +111 -0
- package/dist/chunks/{error-message.BSxUoE3_.js.map → error-message.af88c25f.js.map} +1 -1
- package/dist/chunks/es6.cf6b43e9.js +9 -0
- package/dist/chunks/es6.cf6b43e9.js.map +1 -0
- package/dist/chunks/events.f14a214b.js +50 -0
- package/dist/chunks/{events.CMzGybJJ.js.map → events.f14a214b.js.map} +1 -1
- package/dist/chunks/expand.d0ccfcfe.js +26 -0
- package/dist/chunks/expand.d0ccfcfe.js.map +1 -0
- package/dist/chunks/{fixed-scroller.Bq1AgPnw.js → fixed-scroller.5e51ffb3.js} +20 -18
- package/dist/chunks/{fixed-scroller.Bq1AgPnw.js.map → fixed-scroller.5e51ffb3.js.map} +1 -1
- package/dist/chunks/{footer-actions.DqMRmlV_.js → footer-actions.b4fe4fdb.js} +13 -11
- package/dist/chunks/{footer-actions.DqMRmlV_.js.map → footer-actions.b4fe4fdb.js.map} +1 -1
- package/dist/chunks/{form-layout.types.D3EKzbE7.js → form-layout.types.a7a1438d.js} +1 -1
- package/dist/chunks/{form-layout.types.D3EKzbE7.js.map → form-layout.types.a7a1438d.js.map} +1 -1
- package/dist/chunks/{get-slot-text.Cgn-E48s.js → get-slot-text.99c3d860.js} +2 -2
- package/dist/chunks/{get-slot-text.Cgn-E48s.js.map → get-slot-text.99c3d860.js.map} +1 -1
- package/dist/chunks/{grid-layout.HvTAa4to.js → grid-layout.e0025286.js} +13 -11
- package/dist/chunks/{grid-layout.HvTAa4to.js.map → grid-layout.e0025286.js.map} +1 -1
- package/dist/chunks/{i18n.BQkEbtPM.js → i18n.eb5b985b.js} +2 -2
- package/dist/chunks/{i18n.BQkEbtPM.js.map → i18n.eb5b985b.js.map} +1 -1
- package/dist/chunks/{structured-list-item.C9NTVDvT.js → index.1c8f9245.js} +22 -18
- package/dist/chunks/index.1c8f9245.js.map +1 -0
- package/dist/chunks/{popover.B8YH92W8.js → index.40b77741.js} +37 -31
- package/dist/chunks/index.40b77741.js.map +1 -0
- package/dist/chunks/index.4afa7b19.js +32 -0
- package/dist/chunks/index.4afa7b19.js.map +1 -0
- package/dist/chunks/{index.Cl4_42j5.js → index.4c062058.js} +1 -1
- package/dist/chunks/{index.Cl4_42j5.js.map → index.4c062058.js.map} +1 -1
- package/dist/chunks/{date.DKjxxR6P.js → index.614a5138.js} +51 -44
- package/dist/chunks/index.614a5138.js.map +1 -0
- package/dist/chunks/index.6584f75e.js +183 -0
- package/dist/chunks/{index.OCPp3NST.js.map → index.6584f75e.js.map} +1 -1
- package/dist/chunks/{index.xqFSZOAb.js → index.86453263.js} +2 -2
- package/dist/chunks/{index.xqFSZOAb.js.map → index.86453263.js.map} +1 -1
- package/dist/chunks/{menu.2TwUMlA9.js → index.8a037a95.js} +94 -82
- package/dist/chunks/index.8a037a95.js.map +1 -0
- package/dist/chunks/{focus-trap.DSkLNO_i.js → index.ba69cab6.js} +37 -35
- package/dist/chunks/index.ba69cab6.js.map +1 -0
- package/dist/chunks/{popper-container.Bt02N3o1.js → index.bad400d5.js} +436 -381
- package/dist/chunks/index.bad400d5.js.map +1 -0
- package/dist/chunks/{index.Z84QE0E2.js → index.d80206ed.js} +2 -2
- package/dist/chunks/{index.Z84QE0E2.js.map → index.d80206ed.js.map} +1 -1
- package/dist/chunks/{typography.Bjtu3Gca.js → index.e29a6907.js} +32 -30
- package/dist/chunks/index.e29a6907.js.map +1 -0
- package/dist/chunks/{link.DJ1A53gF.js → index.f46e4190.js} +24 -20
- package/dist/chunks/index.f46e4190.js.map +1 -0
- package/dist/chunks/{index.B_UZQ6qF.js → index.f55fdc32.js} +243 -209
- package/dist/chunks/{index.B_UZQ6qF.js.map → index.f55fdc32.js.map} +1 -1
- package/dist/chunks/{date-range-picker.DrnklTJ-.js → index.fc70e413.js} +117 -113
- package/dist/chunks/index.fc70e413.js.map +1 -0
- package/dist/chunks/{index.B_EJflcs.js → index.fdf12170.js} +2 -2
- package/dist/chunks/{index.B_EJflcs.js.map → index.fdf12170.js.map} +1 -1
- package/dist/chunks/{info.CyeBsLgt.js → info.a549470f.js} +12 -10
- package/dist/chunks/{info.CyeBsLgt.js.map → info.a549470f.js.map} +1 -1
- package/dist/chunks/internal-error.35cbb071.js +5 -0
- package/dist/chunks/internal-error.35cbb071.js.map +1 -0
- package/dist/chunks/internal-error.9a4823ed.js +5 -0
- package/dist/chunks/internal-error.9a4823ed.js.map +1 -0
- package/dist/chunks/{keyboard-navigation.Clz1jOaA.js → keyboard-navigation.bbc3d15c.js} +2 -2
- package/dist/chunks/{keyboard-navigation.Clz1jOaA.js.map → keyboard-navigation.bbc3d15c.js.map} +1 -1
- package/dist/chunks/listbox-option-tag.bac3121a.js +46 -0
- package/dist/chunks/listbox-option-tag.bac3121a.js.map +1 -0
- package/dist/chunks/loading-button.b5dca406.js +101 -0
- package/dist/chunks/loading-button.b5dca406.js.map +1 -0
- package/dist/chunks/{modal-fullscreen.keys.CMba3hYp.js → modal-fullscreen.keys.b9f31632.js} +1 -1
- package/dist/chunks/{modal-fullscreen.keys.CMba3hYp.js.map → modal-fullscreen.keys.b9f31632.js.map} +1 -1
- package/dist/chunks/no-results-found.58856d70.js +5 -0
- package/dist/chunks/no-results-found.58856d70.js.map +1 -0
- package/dist/chunks/no-results-found.cbb12f78.js +5 -0
- package/dist/chunks/no-results-found.cbb12f78.js.map +1 -0
- package/dist/chunks/notifications-cleared.71025c22.js +5 -0
- package/dist/chunks/notifications-cleared.71025c22.js.map +1 -0
- package/dist/chunks/notifications-cleared.c4f4bed4.js +5 -0
- package/dist/chunks/notifications-cleared.c4f4bed4.js.map +1 -0
- package/dist/chunks/{on-click-outside.CcNG5w7_.js → on-click-outside.3e0c3e2a.js} +1 -1
- package/dist/chunks/{on-click-outside.CcNG5w7_.js.map → on-click-outside.3e0c3e2a.js.map} +1 -1
- package/dist/chunks/page-not-found.a500440d.js +5 -0
- package/dist/chunks/page-not-found.a500440d.js.map +1 -0
- package/dist/chunks/page-not-found.d1a84ba7.js +5 -0
- package/dist/chunks/page-not-found.d1a84ba7.js.map +1 -0
- package/dist/chunks/{payment-method.D9Qx-s4V.js → payment-method.c55dd352.js} +21 -19
- package/dist/chunks/{payment-method.D9Qx-s4V.js.map → payment-method.c55dd352.js.map} +1 -1
- package/dist/chunks/planned-maintenance.7fa5ac16.js +5 -0
- package/dist/chunks/planned-maintenance.7fa5ac16.js.map +1 -0
- package/dist/chunks/planned-maintenance.cff01aed.js +5 -0
- package/dist/chunks/planned-maintenance.cff01aed.js.map +1 -0
- package/dist/chunks/{radio-input.BQcC0INR.js → radio-input.e34c0fa8.js} +17 -15
- package/dist/chunks/{radio-input.BQcC0INR.js.map → radio-input.e34c0fa8.js.map} +1 -1
- package/dist/chunks/referrals.178ce0eb.js +5 -0
- package/dist/chunks/referrals.178ce0eb.js.map +1 -0
- package/dist/chunks/referrals.599047da.js +5 -0
- package/dist/chunks/referrals.599047da.js.map +1 -0
- package/dist/chunks/{refresh.BKI9WwKh.js → refresh.2ef3d8a9.js} +10 -8
- package/dist/chunks/{refresh.BKI9WwKh.js.map → refresh.2ef3d8a9.js.map} +1 -1
- package/dist/chunks/{resize.Bqks3WUm.js → resize.a041304d.js} +1 -1
- package/dist/chunks/{resize.Bqks3WUm.js.map → resize.a041304d.js.map} +1 -1
- package/dist/chunks/{search.CBKhp7zB.js → search.83bba8e3.js} +13 -11
- package/dist/chunks/{search.CBKhp7zB.js.map → search.83bba8e3.js.map} +1 -1
- package/dist/chunks/{segmented-control.DGjIC7Ab.js → segmented-control.9f657859.js} +31 -27
- package/dist/chunks/{segmented-control.DGjIC7Ab.js.map → segmented-control.9f657859.js.map} +1 -1
- package/dist/chunks/{sidepanel.keys.R0DKQuYx.js → sidepanel.keys.1ed8a57c.js} +1 -1
- package/dist/chunks/{sidepanel.keys.R0DKQuYx.js.map → sidepanel.keys.1ed8a57c.js.map} +1 -1
- package/dist/chunks/success.41981fe8.js +5 -0
- package/dist/chunks/success.41981fe8.js.map +1 -0
- package/dist/chunks/success.77fac78b.js +5 -0
- package/dist/chunks/success.77fac78b.js.map +1 -0
- package/dist/chunks/{summary-grid.keys.BBbFrFGF.js → summary-grid.keys.1d1028c2.js} +1 -1
- package/dist/chunks/{summary-grid.keys.BBbFrFGF.js.map → summary-grid.keys.1d1028c2.js.map} +1 -1
- package/dist/chunks/{tabs.keys.Bc2pSKRw.js → tabs.keys.358742f2.js} +1 -1
- package/dist/chunks/{tabs.keys.Bc2pSKRw.js.map → tabs.keys.358742f2.js.map} +1 -1
- package/dist/chunks/{teleport.CQKBJZU5.js → teleport.84b0f20b.js} +16 -14
- package/dist/chunks/{teleport.CQKBJZU5.js.map → teleport.84b0f20b.js.map} +1 -1
- package/dist/chunks/{tooltip.DR8rbIYw.js → tooltip.77610390.js} +32 -29
- package/dist/chunks/{tooltip.DR8rbIYw.js.map → tooltip.77610390.js.map} +1 -1
- package/dist/chunks/{unique-id.XFfoKuc2.js → unique-id.a2a2b458.js} +20 -14
- package/dist/chunks/{unique-id.XFfoKuc2.js.map → unique-id.a2a2b458.js.map} +1 -1
- package/dist/chunks/upload-files.2708eca7.js +5 -0
- package/dist/chunks/upload-files.2708eca7.js.map +1 -0
- package/dist/chunks/upload-files.b4cd9f8b.js +5 -0
- package/dist/chunks/upload-files.b4cd9f8b.js.map +1 -0
- package/dist/chunks/{use-bento-toast-controller.BifdE4ak.js → use-bento-toast-controller.5dac1f3c.js} +4 -4
- package/dist/chunks/{use-bento-toast-controller.BifdE4ak.js.map → use-bento-toast-controller.5dac1f3c.js.map} +1 -1
- package/dist/chunks/{use-cached-selected-values.CVLzxvTi.js → use-cached-selected-values.148bfd7c.js} +237 -217
- package/dist/chunks/use-cached-selected-values.148bfd7c.js.map +1 -0
- package/dist/chunks/{use-click-outside.DbjR7Lh4.js → use-click-outside.941d1600.js} +2 -2
- package/dist/chunks/{use-click-outside.DbjR7Lh4.js.map → use-click-outside.941d1600.js.map} +1 -1
- package/dist/chunks/{use-country-items.C25TI6tp.js → use-country-items.6b7985bf.js} +4 -4
- package/dist/chunks/{use-country-items.C25TI6tp.js.map → use-country-items.6b7985bf.js.map} +1 -1
- package/dist/chunks/{use-default-slot-validator.BDn0wkYP.js → use-default-slot-validator.b9bff4c6.js} +2 -2
- package/dist/chunks/{use-default-slot-validator.BDn0wkYP.js.map → use-default-slot-validator.b9bff4c6.js.map} +1 -1
- package/dist/chunks/{use-expandable-content-height.GkjjbmPy.js → use-expandable-content-height.62fc84e5.js} +1 -1
- package/dist/chunks/{use-expandable-content-height.GkjjbmPy.js.map → use-expandable-content-height.62fc84e5.js.map} +1 -1
- package/dist/chunks/{use-form-layout-loading.D3lALhtC.js → use-form-layout-loading.d03e5d48.js} +2 -2
- package/dist/chunks/{use-form-layout-loading.D3lALhtC.js.map → use-form-layout-loading.d03e5d48.js.map} +1 -1
- package/dist/chunks/use-has-slot.fbeb19ec.js +6 -0
- package/dist/chunks/{use-has-slot.C9lQZ6nz.js.map → use-has-slot.fbeb19ec.js.map} +1 -1
- package/dist/chunks/{warning-filled.CLKRzGMT.js → warning-filled.1ced4163.js} +12 -10
- package/dist/chunks/{warning-filled.CLKRzGMT.js.map → warning-filled.1ced4163.js.map} +1 -1
- package/dist/chunks/wrong-environment.c73b0bc0.js +5 -0
- package/dist/chunks/wrong-environment.c73b0bc0.js.map +1 -0
- package/dist/chunks/wrong-environment.f890a237.js +5 -0
- package/dist/chunks/wrong-environment.f890a237.js.map +1 -0
- package/dist/click-outside.js +20 -2
- package/dist/click-outside.js.map +1 -1
- package/dist/code-snippet.js +2034 -5
- package/dist/code-snippet.js.map +1 -1
- package/dist/country.js +97 -8
- package/dist/country.js.map +1 -1
- package/dist/currency.js +112 -3
- package/dist/currency.js.map +1 -1
- package/dist/dashboard-template.js +106 -3
- package/dist/dashboard-template.js.map +1 -1
- package/dist/dashed-underline.js +58 -2
- package/dist/dashed-underline.js.map +1 -1
- package/dist/data-grid-template.js +65 -2
- package/dist/data-grid-template.js.map +1 -1
- package/dist/data-grid.js +2057 -8
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +197 -5
- package/dist/date-picker.js.map +1 -1
- package/dist/date-range-picker.js +2 -2
- package/dist/date.js +1 -1
- package/dist/divider.js +1 -1
- package/dist/dropdown.js +228 -12
- package/dist/dropdown.js.map +1 -1
- package/dist/empty-state.js +143 -5
- package/dist/empty-state.js.map +1 -1
- package/dist/filter-bar.js +2164 -5
- package/dist/filter-bar.js.map +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/form-layout.js +192 -5
- package/dist/form-layout.js.map +1 -1
- package/dist/header.js +246 -2
- package/dist/header.js.map +1 -1
- package/dist/image.js +81 -4
- package/dist/image.js.map +1 -1
- package/dist/index.js +279 -274
- package/dist/index.js.map +1 -1
- package/dist/info-icon.js +40 -2
- package/dist/info-icon.js.map +1 -1
- package/dist/input-field.js +224 -7
- package/dist/input-field.js.map +1 -1
- package/dist/inspector.js +64 -0
- package/dist/inspector.js.map +1 -0
- package/dist/internal.js +29 -30
- package/dist/link.js +1 -1
- package/dist/loading-indicator.js +47 -3
- package/dist/loading-indicator.js.map +1 -1
- package/dist/menu.js +1 -1
- package/dist/modal-fullscreen.js +197 -3
- package/dist/modal-fullscreen.js.map +1 -1
- package/dist/modal.js +451 -11
- package/dist/modal.js.map +1 -1
- package/dist/pagination.js +507 -2
- package/dist/pagination.js.map +1 -1
- package/dist/payment-method.js +4 -4
- package/dist/payment-method.js.map +1 -1
- package/dist/popover.js +1 -1
- package/dist/popper-container.js +1 -1
- package/dist/radio-group.js +213 -6
- package/dist/radio-group.js.map +1 -1
- package/dist/search-bar.js +101 -6
- package/dist/search-bar.js.map +1 -1
- package/dist/secondary-nav.js +115 -2
- package/dist/secondary-nav.js.map +1 -1
- package/dist/segmented-control.js +4 -4
- package/dist/segmented-control.js.map +1 -1
- package/dist/selection-card.js +248 -4
- package/dist/selection-card.js.map +1 -1
- package/dist/sidepanel.js +189 -4
- package/dist/sidepanel.js.map +1 -1
- package/dist/status.js +35 -3
- package/dist/status.js.map +1 -1
- package/dist/stepper.js +237 -5
- package/dist/stepper.js.map +1 -1
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +584 -9
- package/dist/summary-grid.js.map +1 -1
- package/dist/tabs.js +141 -3
- package/dist/tabs.js.map +1 -1
- package/dist/tag.js +63 -3
- package/dist/tag.js.map +1 -1
- package/dist/textarea.js +190 -2
- package/dist/textarea.js.map +1 -1
- package/dist/timeline.js +369 -7
- package/dist/timeline.js.map +1 -1
- package/dist/toast.js +168 -2
- package/dist/toast.js.map +1 -1
- package/dist/toggle.js +120 -4
- package/dist/toggle.js.map +1 -1
- package/dist/tutorial.js +340 -2
- package/dist/tutorial.js.map +1 -1
- package/dist/typography.js +1 -1
- package/dist/web-types.json +142 -9
- package/package.json +3 -3
- package/dist/assets/avatar-image.css +0 -1
- package/dist/assets/code-snippet.css +0 -1
- package/dist/assets/filter-bar.css +0 -1
- package/dist/assets/input-field.css +0 -1
- package/dist/assets/radio-group.css +0 -1
- package/dist/assets/search-bar.css +0 -1
- package/dist/assets/selection-card-group.css +0 -1
- package/dist/assets/structured-list-item.css +0 -1
- package/dist/assets/textarea.css +0 -1
- package/dist/assets/timeline-item.css +0 -1
- package/dist/assets/toggle.css +0 -1
- package/dist/assets/tutorial.css +0 -1
- package/dist/avatar-image.js +0 -7
- package/dist/avatar-image.js.map +0 -1
- package/dist/chunks/1-generic-use.CZhwP2Yc.js +0 -5
- package/dist/chunks/1-generic-use.CZhwP2Yc.js.map +0 -1
- package/dist/chunks/1-generic-use.R6x8PEGA.js +0 -5
- package/dist/chunks/1-generic-use.R6x8PEGA.js.map +0 -1
- package/dist/chunks/2-generic-use.CNKjB4B7.js +0 -5
- package/dist/chunks/2-generic-use.CNKjB4B7.js.map +0 -1
- package/dist/chunks/2-generic-use.w0fUhovx.js +0 -5
- package/dist/chunks/2-generic-use.w0fUhovx.js.map +0 -1
- package/dist/chunks/3-generic-use.BLEzR04g.js +0 -5
- package/dist/chunks/3-generic-use.BLEzR04g.js.map +0 -1
- package/dist/chunks/3-generic-use.D3NFHgI4.js +0 -5
- package/dist/chunks/3-generic-use.D3NFHgI4.js.map +0 -1
- package/dist/chunks/4-generic-use.CULEpvgj.js +0 -5
- package/dist/chunks/4-generic-use.CULEpvgj.js.map +0 -1
- package/dist/chunks/4-generic-use.D82y3n39.js +0 -5
- package/dist/chunks/4-generic-use.D82y3n39.js.map +0 -1
- package/dist/chunks/_plugin-vue2_normalizer.CeySl7Fu.js +0 -11
- package/dist/chunks/_plugin-vue2_normalizer.CeySl7Fu.js.map +0 -1
- package/dist/chunks/accordion-item.DmnrjNzw.js +0 -100
- package/dist/chunks/accordion-item.DmnrjNzw.js.map +0 -1
- package/dist/chunks/action-bar.Bebh6PHI.js +0 -147
- package/dist/chunks/action-bar.Bebh6PHI.js.map +0 -1
- package/dist/chunks/adding-payment-methods.BJZLPxtM.js +0 -5
- package/dist/chunks/adding-payment-methods.BJZLPxtM.js.map +0 -1
- package/dist/chunks/adding-payment-methods.Dle8zt43.js +0 -5
- package/dist/chunks/adding-payment-methods.Dle8zt43.js.map +0 -1
- package/dist/chunks/adyen-giving.Ffw_DlJK.js +0 -5
- package/dist/chunks/adyen-giving.Ffw_DlJK.js.map +0 -1
- package/dist/chunks/adyen-giving.LiKHj_jY.js +0 -5
- package/dist/chunks/adyen-giving.LiKHj_jY.js.map +0 -1
- package/dist/chunks/alert.CJyTM4Az.js +0 -96
- package/dist/chunks/alert.CJyTM4Az.js.map +0 -1
- package/dist/chunks/avatar-image.DhlR-7Yg.js +0 -47
- package/dist/chunks/avatar-image.DhlR-7Yg.js.map +0 -1
- package/dist/chunks/base-button.DER7_IsF.js +0 -86
- package/dist/chunks/card.70Xvba2C.js +0 -115
- package/dist/chunks/card.70Xvba2C.js.map +0 -1
- package/dist/chunks/checkbox-group.B-KdeRXC.js +0 -152
- package/dist/chunks/checkbox-group.B-KdeRXC.js.map +0 -1
- package/dist/chunks/checkmark-circle-fill.DVl6QSwm.js +0 -24
- package/dist/chunks/click-outside.DABh6NLr.js +0 -23
- package/dist/chunks/click-outside.DABh6NLr.js.map +0 -1
- package/dist/chunks/code-snippet.C4IbjAhH.js +0 -968
- package/dist/chunks/code-snippet.C4IbjAhH.js.map +0 -1
- package/dist/chunks/country.KayLT0zy.js +0 -93
- package/dist/chunks/country.KayLT0zy.js.map +0 -1
- package/dist/chunks/currency.H7n7RQiX.js +0 -113
- package/dist/chunks/currency.H7n7RQiX.js.map +0 -1
- package/dist/chunks/dashboard-section.BcH-_en7.js +0 -105
- package/dist/chunks/dashboard-section.BcH-_en7.js.map +0 -1
- package/dist/chunks/dashed-underline.ChUlcFJR.js +0 -59
- package/dist/chunks/dashed-underline.ChUlcFJR.js.map +0 -1
- package/dist/chunks/data-grid-template.DqG5bNeD.js +0 -66
- package/dist/chunks/data-grid-template.DqG5bNeD.js.map +0 -1
- package/dist/chunks/data-grid.CvHAdmvs.js +0 -2022
- package/dist/chunks/data-grid.CvHAdmvs.js.map +0 -1
- package/dist/chunks/date-picker.ByP2Wpo0.js +0 -196
- package/dist/chunks/date-picker.ByP2Wpo0.js.map +0 -1
- package/dist/chunks/date-range-picker.DrnklTJ-.js.map +0 -1
- package/dist/chunks/date.DKjxxR6P.js.map +0 -1
- package/dist/chunks/divider.BZfeYmB9.js +0 -30
- package/dist/chunks/divider.BZfeYmB9.js.map +0 -1
- package/dist/chunks/dropdown-default-textbox.CKOkl_Qa.js.map +0 -1
- package/dist/chunks/dropdown-tag.DCMKQy-E.js +0 -214
- package/dist/chunks/dropdown-tag.DCMKQy-E.js.map +0 -1
- package/dist/chunks/dropdown.yhhQCKve.js.map +0 -1
- package/dist/chunks/empty-state.BqVOj4v1.js +0 -151
- package/dist/chunks/empty-state.BqVOj4v1.js.map +0 -1
- package/dist/chunks/error-message.BSxUoE3_.js +0 -107
- package/dist/chunks/events.CMzGybJJ.js +0 -47
- package/dist/chunks/filter-bar.AhsOPMZ1.js +0 -2119
- package/dist/chunks/filter-bar.AhsOPMZ1.js.map +0 -1
- package/dist/chunks/focus-trap.DSkLNO_i.js.map +0 -1
- package/dist/chunks/form-layout-title.BzNU0B72.js +0 -187
- package/dist/chunks/form-layout-title.BzNU0B72.js.map +0 -1
- package/dist/chunks/header.DmKHCmXh.js +0 -245
- package/dist/chunks/header.DmKHCmXh.js.map +0 -1
- package/dist/chunks/image.B3uqhFjl.js +0 -82
- package/dist/chunks/image.B3uqhFjl.js.map +0 -1
- package/dist/chunks/index.OCPp3NST.js +0 -126
- package/dist/chunks/info-icon.CLguYHRt.js +0 -41
- package/dist/chunks/info-icon.CLguYHRt.js.map +0 -1
- package/dist/chunks/input-field.BnlEPPYr.js +0 -218
- package/dist/chunks/input-field.BnlEPPYr.js.map +0 -1
- package/dist/chunks/internal-error.BLZodVBE.js +0 -5
- package/dist/chunks/internal-error.BLZodVBE.js.map +0 -1
- package/dist/chunks/internal-error.BmrwJFpR.js +0 -5
- package/dist/chunks/internal-error.BmrwJFpR.js.map +0 -1
- package/dist/chunks/link.DJ1A53gF.js.map +0 -1
- package/dist/chunks/listbox-option-tag.BDjsYOE1.js +0 -75
- package/dist/chunks/listbox-option-tag.BDjsYOE1.js.map +0 -1
- package/dist/chunks/loading-button.CoF1IhEU.js +0 -97
- package/dist/chunks/loading-button.CoF1IhEU.js.map +0 -1
- package/dist/chunks/loading-indicator.DXc7I1Lm.js +0 -48
- package/dist/chunks/loading-indicator.DXc7I1Lm.js.map +0 -1
- package/dist/chunks/menu.2TwUMlA9.js.map +0 -1
- package/dist/chunks/modal-fullscreen.BB_8EMNo.js +0 -196
- package/dist/chunks/modal-fullscreen.BB_8EMNo.js.map +0 -1
- package/dist/chunks/modal.DLwvcaRx.js +0 -439
- package/dist/chunks/modal.DLwvcaRx.js.map +0 -1
- package/dist/chunks/no-results-found.Bg_ZcEid.js +0 -5
- package/dist/chunks/no-results-found.Bg_ZcEid.js.map +0 -1
- package/dist/chunks/no-results-found.BqvYsBR6.js +0 -5
- package/dist/chunks/no-results-found.BqvYsBR6.js.map +0 -1
- package/dist/chunks/notifications-cleared.BMZk37uf.js +0 -5
- package/dist/chunks/notifications-cleared.BMZk37uf.js.map +0 -1
- package/dist/chunks/notifications-cleared.C7W9ZXY7.js +0 -5
- package/dist/chunks/notifications-cleared.C7W9ZXY7.js.map +0 -1
- package/dist/chunks/page-not-found.COJLPVaU.js +0 -5
- package/dist/chunks/page-not-found.COJLPVaU.js.map +0 -1
- package/dist/chunks/page-not-found.DWW6W-PZ.js +0 -5
- package/dist/chunks/page-not-found.DWW6W-PZ.js.map +0 -1
- package/dist/chunks/pagination.BXjbVe4Z.js +0 -494
- package/dist/chunks/pagination.BXjbVe4Z.js.map +0 -1
- package/dist/chunks/payment-method.types.CJKfZQN5.js +0 -5
- package/dist/chunks/payment-method.types.CJKfZQN5.js.map +0 -1
- package/dist/chunks/planned-maintenance.C61sWB9h.js +0 -5
- package/dist/chunks/planned-maintenance.C61sWB9h.js.map +0 -1
- package/dist/chunks/planned-maintenance.jmWYTdet.js +0 -5
- package/dist/chunks/planned-maintenance.jmWYTdet.js.map +0 -1
- package/dist/chunks/popover.B8YH92W8.js.map +0 -1
- package/dist/chunks/popper-container.Bt02N3o1.js.map +0 -1
- package/dist/chunks/radio-group.CPbBFTzB.js +0 -211
- package/dist/chunks/radio-group.CPbBFTzB.js.map +0 -1
- package/dist/chunks/referrals.BvtT-kQS.js +0 -5
- package/dist/chunks/referrals.BvtT-kQS.js.map +0 -1
- package/dist/chunks/referrals.aX8WZigH.js +0 -5
- package/dist/chunks/referrals.aX8WZigH.js.map +0 -1
- package/dist/chunks/search-bar.CsAgO-t5.js +0 -89
- package/dist/chunks/search-bar.CsAgO-t5.js.map +0 -1
- package/dist/chunks/secondary-nav.CNgpPxUU.js +0 -97
- package/dist/chunks/secondary-nav.CNgpPxUU.js.map +0 -1
- package/dist/chunks/segmented-control.types.BHRLV8KU.js +0 -5
- package/dist/chunks/segmented-control.types.BHRLV8KU.js.map +0 -1
- package/dist/chunks/selection-card-group.DlOs8BkR.js +0 -247
- package/dist/chunks/selection-card-group.DlOs8BkR.js.map +0 -1
- package/dist/chunks/sidepanel.BBjm2QvZ.js +0 -187
- package/dist/chunks/sidepanel.BBjm2QvZ.js.map +0 -1
- package/dist/chunks/status.types.BhbOYpZx.js +0 -36
- package/dist/chunks/status.types.BhbOYpZx.js.map +0 -1
- package/dist/chunks/step.DY8Txb6a.js +0 -234
- package/dist/chunks/step.DY8Txb6a.js.map +0 -1
- package/dist/chunks/structured-list-item.C9NTVDvT.js.map +0 -1
- package/dist/chunks/success.DhioLvPD.js +0 -5
- package/dist/chunks/success.DhioLvPD.js.map +0 -1
- package/dist/chunks/success.nNwxJRBS.js +0 -5
- package/dist/chunks/success.nNwxJRBS.js.map +0 -1
- package/dist/chunks/summary-grid-item-custom.CJpDnoPw.js +0 -573
- package/dist/chunks/summary-grid-item-custom.CJpDnoPw.js.map +0 -1
- package/dist/chunks/tabs.CE65f3E_.js +0 -140
- package/dist/chunks/tabs.CE65f3E_.js.map +0 -1
- package/dist/chunks/tag.bhKrZHTU.js +0 -64
- package/dist/chunks/tag.bhKrZHTU.js.map +0 -1
- package/dist/chunks/textarea.CcKbtQBs.js +0 -208
- package/dist/chunks/textarea.CcKbtQBs.js.map +0 -1
- package/dist/chunks/timeline-item.ScTrUBKC.js +0 -364
- package/dist/chunks/timeline-item.ScTrUBKC.js.map +0 -1
- package/dist/chunks/toast.0EYDj8o-.js +0 -165
- package/dist/chunks/toast.0EYDj8o-.js.map +0 -1
- package/dist/chunks/toggle-button.2U-vbQhk.js +0 -83
- package/dist/chunks/toggle-button.2U-vbQhk.js.map +0 -1
- package/dist/chunks/toggle.CiOVTWlk.js +0 -121
- package/dist/chunks/toggle.CiOVTWlk.js.map +0 -1
- package/dist/chunks/tutorial.DMm12L0S.js +0 -335
- package/dist/chunks/tutorial.DMm12L0S.js.map +0 -1
- package/dist/chunks/typography.Bjtu3Gca.js.map +0 -1
- package/dist/chunks/upload-files.5wQwbfkp.js +0 -5
- package/dist/chunks/upload-files.5wQwbfkp.js.map +0 -1
- package/dist/chunks/upload-files.jTQY6y2X.js +0 -5
- package/dist/chunks/upload-files.jTQY6y2X.js.map +0 -1
- package/dist/chunks/use-cached-selected-values.CVLzxvTi.js.map +0 -1
- package/dist/chunks/use-has-slot.C9lQZ6nz.js +0 -6
- package/dist/chunks/wrong-environment.BOsyKdRI.js +0 -5
- package/dist/chunks/wrong-environment.BOsyKdRI.js.map +0 -1
- package/dist/chunks/wrong-environment.BiHTPtbJ.js +0 -5
- package/dist/chunks/wrong-environment.BiHTPtbJ.js.map +0 -1
- /package/dist/assets/{badge.css → index.css} +0 -0
- /package/dist/assets/{tabs.css → index10.css} +0 -0
- /package/dist/assets/{date-picker.css → index12.css} +0 -0
- /package/dist/assets/{empty-state.css → index13.css} +0 -0
- /package/dist/assets/{focus-trap.css → index15.css} +0 -0
- /package/dist/assets/{form-layout-title.css → index16.css} +0 -0
- /package/dist/assets/{info-icon.css → index17.css} +0 -0
- /package/dist/assets/{dashed-underline.css → index2.css} +0 -0
- /package/dist/assets/{date-range-picker.css → index20.css} +0 -0
- /package/dist/assets/{status.css → index25.css} +0 -0
- /package/dist/assets/{step.css → index26.css} +0 -0
- /package/dist/assets/{link.css → index27.css} +0 -0
- /package/dist/assets/{alert.css → index29.css} +0 -0
- /package/dist/assets/{header.css → index31.css} +0 -0
- /package/dist/assets/{loading-indicator.css → index32.css} +0 -0
- /package/dist/assets/{dropdown-tag.css → index34.css} +0 -0
- /package/dist/assets/{popper-container.css → index35.css} +0 -0
- /package/dist/assets/{summary-grid-item-custom.css → index37.css} +0 -0
- /package/dist/assets/{toggle-button.css → index4.css} +0 -0
- /package/dist/assets/{tag.css → index41.css} +0 -0
- /package/dist/assets/{toast.css → index44.css} +0 -0
- /package/dist/assets/{typography.css → index46.css} +0 -0
- /package/dist/assets/{data-grid-template.css → index49.css} +0 -0
- /package/dist/assets/{pagination.css → index50.css} +0 -0
- /package/dist/assets/{checkbox-group.css → index6.css} +0 -0
- /package/dist/assets/{country.css → index8.css} +0 -0
- /package/dist/assets/{divider.css → index9.css} +0 -0
- /package/dist/assets/{cross.css → refresh.css} +0 -0
package/dist/@types/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import type { DirectiveHook } from 'vue';
|
|
|
13
13
|
import { EditorView } from '@codemirror/view';
|
|
14
14
|
import { ExtractComputedReturns } from 'vue/types/v3-component-options';
|
|
15
15
|
import { ExtractPropTypes } from 'vue';
|
|
16
|
+
import type { HTMLAttributes } from 'vue/types/jsx';
|
|
16
17
|
import { Placement } from '@floating-ui/vue';
|
|
17
18
|
import type { PluginObject } from 'vue';
|
|
18
19
|
import { PropType } from 'vue';
|
|
@@ -37,6 +38,10 @@ declare type __VLS_NonUndefinedable_12<T> = T extends undefined ? never : T;
|
|
|
37
38
|
|
|
38
39
|
declare type __VLS_NonUndefinedable_13<T> = T extends undefined ? never : T;
|
|
39
40
|
|
|
41
|
+
declare type __VLS_NonUndefinedable_14<T> = T extends undefined ? never : T;
|
|
42
|
+
|
|
43
|
+
declare type __VLS_NonUndefinedable_15<T> = T extends undefined ? never : T;
|
|
44
|
+
|
|
40
45
|
declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
|
|
41
46
|
|
|
42
47
|
declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
|
|
@@ -108,6 +113,28 @@ declare type __VLS_TypePropsToRuntimeProps_13<T> = {
|
|
|
108
113
|
};
|
|
109
114
|
};
|
|
110
115
|
|
|
116
|
+
declare type __VLS_TypePropsToRuntimeProps_14<T> = {
|
|
117
|
+
[K in keyof T]-?: {} extends Pick<T, K>
|
|
118
|
+
? {
|
|
119
|
+
type: PropType<__VLS_NonUndefinedable_14<T[K]>>;
|
|
120
|
+
}
|
|
121
|
+
: {
|
|
122
|
+
type: PropType<T[K]>;
|
|
123
|
+
required: true;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
|
|
127
|
+
declare type __VLS_TypePropsToRuntimeProps_15<T> = {
|
|
128
|
+
[K in keyof T]-?: {} extends Pick<T, K>
|
|
129
|
+
? {
|
|
130
|
+
type: PropType<__VLS_NonUndefinedable_15<T[K]>>;
|
|
131
|
+
}
|
|
132
|
+
: {
|
|
133
|
+
type: PropType<T[K]>;
|
|
134
|
+
required: true;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
|
|
111
138
|
declare type __VLS_TypePropsToRuntimeProps_2<T> = {
|
|
112
139
|
[K in keyof T]-?: {} extends Pick<T, K>
|
|
113
140
|
? {
|
|
@@ -212,6 +239,22 @@ declare type __VLS_WithDefaults_10<P, D> = {
|
|
|
212
239
|
: P[K];
|
|
213
240
|
};
|
|
214
241
|
|
|
242
|
+
declare type __VLS_WithDefaults_11<P, D> = {
|
|
243
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D
|
|
244
|
+
? P[K] & {
|
|
245
|
+
default: D[K];
|
|
246
|
+
}
|
|
247
|
+
: P[K];
|
|
248
|
+
};
|
|
249
|
+
|
|
250
|
+
declare type __VLS_WithDefaults_12<P, D> = {
|
|
251
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D
|
|
252
|
+
? P[K] & {
|
|
253
|
+
default: D[K];
|
|
254
|
+
}
|
|
255
|
+
: P[K];
|
|
256
|
+
};
|
|
257
|
+
|
|
215
258
|
declare type __VLS_WithDefaults_2<P, D> = {
|
|
216
259
|
[K in keyof Pick<P, keyof P>]: K extends keyof D
|
|
217
260
|
? P[K] & {
|
|
@@ -462,6 +505,12 @@ declare type __VLS_WithTemplateSlots_37<T, S> = T & {
|
|
|
462
505
|
};
|
|
463
506
|
};
|
|
464
507
|
|
|
508
|
+
declare type __VLS_WithTemplateSlots_38<T, S> = T & {
|
|
509
|
+
new (): {
|
|
510
|
+
$slots: S;
|
|
511
|
+
};
|
|
512
|
+
};
|
|
513
|
+
|
|
465
514
|
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
466
515
|
new (): {
|
|
467
516
|
$slots: S;
|
|
@@ -930,6 +979,84 @@ export declare enum BentoAlertVariant {
|
|
|
930
979
|
TIP = 'tip',
|
|
931
980
|
}
|
|
932
981
|
|
|
982
|
+
/**
|
|
983
|
+
* Displays an user profile including an avatar and optionally a label.
|
|
984
|
+
*
|
|
985
|
+
* @example
|
|
986
|
+
* import { BentoAvatar } from '@adyen/bento-vue2';
|
|
987
|
+
*
|
|
988
|
+
* export default {
|
|
989
|
+
* components: { BentoAvatar },
|
|
990
|
+
* template: `<bento-avatar :src="userAvatarSrc" username="Jane" />`
|
|
991
|
+
* }
|
|
992
|
+
*/
|
|
993
|
+
export declare const BentoAvatar: DefineComponent<
|
|
994
|
+
__VLS_WithDefaults_2<
|
|
995
|
+
__VLS_TypePropsToRuntimeProps_2<{
|
|
996
|
+
/**
|
|
997
|
+
* Displays the user profile without the label.
|
|
998
|
+
*/
|
|
999
|
+
iconOnly?: boolean;
|
|
1000
|
+
/**
|
|
1001
|
+
* Image src to load the profile picture.
|
|
1002
|
+
*/
|
|
1003
|
+
src?: string;
|
|
1004
|
+
/**
|
|
1005
|
+
* Name of the user that will be used both in the label and to extract initials to display default value.
|
|
1006
|
+
* John => J
|
|
1007
|
+
* John Smith => JS
|
|
1008
|
+
* John Smith Doe => JD
|
|
1009
|
+
* John Smith Doe Holly => JH
|
|
1010
|
+
*/
|
|
1011
|
+
username: string;
|
|
1012
|
+
}>,
|
|
1013
|
+
{
|
|
1014
|
+
iconOnly: boolean;
|
|
1015
|
+
src: any;
|
|
1016
|
+
}
|
|
1017
|
+
>,
|
|
1018
|
+
{},
|
|
1019
|
+
{},
|
|
1020
|
+
{},
|
|
1021
|
+
{},
|
|
1022
|
+
ComponentOptionsMixin,
|
|
1023
|
+
ComponentOptionsMixin,
|
|
1024
|
+
{},
|
|
1025
|
+
string,
|
|
1026
|
+
Readonly<
|
|
1027
|
+
ExtractPropTypes<
|
|
1028
|
+
__VLS_WithDefaults_2<
|
|
1029
|
+
__VLS_TypePropsToRuntimeProps_2<{
|
|
1030
|
+
/**
|
|
1031
|
+
* Displays the user profile without the label.
|
|
1032
|
+
*/
|
|
1033
|
+
iconOnly?: boolean;
|
|
1034
|
+
/**
|
|
1035
|
+
* Image src to load the profile picture.
|
|
1036
|
+
*/
|
|
1037
|
+
src?: string;
|
|
1038
|
+
/**
|
|
1039
|
+
* Name of the user that will be used both in the label and to extract initials to display default value.
|
|
1040
|
+
* John => J
|
|
1041
|
+
* John Smith => JS
|
|
1042
|
+
* John Smith Doe => JD
|
|
1043
|
+
* John Smith Doe Holly => JH
|
|
1044
|
+
*/
|
|
1045
|
+
username: string;
|
|
1046
|
+
}>,
|
|
1047
|
+
{
|
|
1048
|
+
iconOnly: boolean;
|
|
1049
|
+
src: any;
|
|
1050
|
+
}
|
|
1051
|
+
>
|
|
1052
|
+
>
|
|
1053
|
+
>,
|
|
1054
|
+
{
|
|
1055
|
+
src: string;
|
|
1056
|
+
iconOnly: boolean;
|
|
1057
|
+
}
|
|
1058
|
+
>;
|
|
1059
|
+
|
|
933
1060
|
export declare type BentoAvatarListboxOptionItem = Omit<BentoListboxOptionItem, 'data'> & {
|
|
934
1061
|
src?: string;
|
|
935
1062
|
};
|
|
@@ -1392,8 +1519,8 @@ export declare enum BentoButtonVariant {
|
|
|
1392
1519
|
*/
|
|
1393
1520
|
export declare const BentoCard: __VLS_WithTemplateSlots_11<
|
|
1394
1521
|
DefineComponent<
|
|
1395
|
-
|
|
1396
|
-
|
|
1522
|
+
__VLS_WithDefaults_5<
|
|
1523
|
+
__VLS_TypePropsToRuntimeProps_5<{
|
|
1397
1524
|
/**
|
|
1398
1525
|
* List of actions that will be used to render the buttons.
|
|
1399
1526
|
* First element in the list will be rendered as "primary".
|
|
@@ -1476,8 +1603,8 @@ export declare const BentoCard: __VLS_WithTemplateSlots_11<
|
|
|
1476
1603
|
string,
|
|
1477
1604
|
Readonly<
|
|
1478
1605
|
ExtractPropTypes<
|
|
1479
|
-
|
|
1480
|
-
|
|
1606
|
+
__VLS_WithDefaults_5<
|
|
1607
|
+
__VLS_TypePropsToRuntimeProps_5<{
|
|
1481
1608
|
/**
|
|
1482
1609
|
* List of actions that will be used to render the buttons.
|
|
1483
1610
|
* First element in the list will be rendered as "primary".
|
|
@@ -1684,7 +1811,7 @@ export declare const BentoCheckbox: DefineComponent<
|
|
|
1684
1811
|
Readonly<
|
|
1685
1812
|
Partial<{
|
|
1686
1813
|
label: string;
|
|
1687
|
-
variant: 'blue' | 'green' | '
|
|
1814
|
+
variant: 'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant;
|
|
1688
1815
|
truncate: number;
|
|
1689
1816
|
}> &
|
|
1690
1817
|
Omit<
|
|
@@ -1696,7 +1823,7 @@ export declare const BentoCheckbox: DefineComponent<
|
|
|
1696
1823
|
};
|
|
1697
1824
|
variant: {
|
|
1698
1825
|
type: PropType<
|
|
1699
|
-
'blue' | 'green' | '
|
|
1826
|
+
'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant
|
|
1700
1827
|
>;
|
|
1701
1828
|
default: BentoTagVariant;
|
|
1702
1829
|
validator: (value: BentoTagVariant) => boolean;
|
|
@@ -1714,7 +1841,7 @@ export declare const BentoCheckbox: DefineComponent<
|
|
|
1714
1841
|
};
|
|
1715
1842
|
variant: {
|
|
1716
1843
|
type: PropType<
|
|
1717
|
-
'blue' | 'green' | '
|
|
1844
|
+
'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant
|
|
1718
1845
|
>;
|
|
1719
1846
|
default: BentoTagVariant;
|
|
1720
1847
|
validator: (value: BentoTagVariant) => boolean;
|
|
@@ -1854,7 +1981,7 @@ export declare const BentoCheckbox: DefineComponent<
|
|
|
1854
1981
|
Readonly<
|
|
1855
1982
|
Partial<{
|
|
1856
1983
|
label: string;
|
|
1857
|
-
variant: 'blue' | 'green' | '
|
|
1984
|
+
variant: 'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant;
|
|
1858
1985
|
truncate: number;
|
|
1859
1986
|
}> &
|
|
1860
1987
|
Omit<
|
|
@@ -1866,7 +1993,7 @@ export declare const BentoCheckbox: DefineComponent<
|
|
|
1866
1993
|
};
|
|
1867
1994
|
variant: {
|
|
1868
1995
|
type: PropType<
|
|
1869
|
-
'blue' | 'green' | '
|
|
1996
|
+
'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant
|
|
1870
1997
|
>;
|
|
1871
1998
|
default: BentoTagVariant;
|
|
1872
1999
|
validator: (value: BentoTagVariant) => boolean;
|
|
@@ -1884,7 +2011,7 @@ export declare const BentoCheckbox: DefineComponent<
|
|
|
1884
2011
|
};
|
|
1885
2012
|
variant: {
|
|
1886
2013
|
type: PropType<
|
|
1887
|
-
'blue' | 'green' | '
|
|
2014
|
+
'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant
|
|
1888
2015
|
>;
|
|
1889
2016
|
default: BentoTagVariant;
|
|
1890
2017
|
validator: (value: BentoTagVariant) => boolean;
|
|
@@ -2070,7 +2197,7 @@ export declare const BentoCheckboxGroup: DefineComponent<
|
|
|
2070
2197
|
* The checkbox group's layout. It can be vertical or horizontal. Defaults to vertical.
|
|
2071
2198
|
*/
|
|
2072
2199
|
variant: {
|
|
2073
|
-
type: PropType<'
|
|
2200
|
+
type: PropType<'vertical' | 'horizontal' | BentoCheckboxGroupVariant>;
|
|
2074
2201
|
default: BentoCheckboxGroupVariant;
|
|
2075
2202
|
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
2076
2203
|
};
|
|
@@ -2215,7 +2342,7 @@ export declare const BentoCheckboxGroup: DefineComponent<
|
|
|
2215
2342
|
* The checkbox group's layout. It can be vertical or horizontal. Defaults to vertical.
|
|
2216
2343
|
*/
|
|
2217
2344
|
variant: {
|
|
2218
|
-
type: PropType<'
|
|
2345
|
+
type: PropType<'vertical' | 'horizontal' | BentoCheckboxGroupVariant>;
|
|
2219
2346
|
default: BentoCheckboxGroupVariant;
|
|
2220
2347
|
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
2221
2348
|
};
|
|
@@ -2223,7 +2350,7 @@ export declare const BentoCheckboxGroup: DefineComponent<
|
|
|
2223
2350
|
>,
|
|
2224
2351
|
{
|
|
2225
2352
|
description: string;
|
|
2226
|
-
variant: '
|
|
2353
|
+
variant: 'vertical' | 'horizontal' | BentoCheckboxGroupVariant;
|
|
2227
2354
|
required: boolean;
|
|
2228
2355
|
disabled: boolean;
|
|
2229
2356
|
tooltipText: string;
|
|
@@ -4501,10 +4628,10 @@ export declare type BentoCurrencyListboxOptions = BentoCurrencyListboxOptionItem
|
|
|
4501
4628
|
* `
|
|
4502
4629
|
* }
|
|
4503
4630
|
*/
|
|
4504
|
-
export declare const BentoDashboardSection:
|
|
4631
|
+
export declare const BentoDashboardSection: __VLS_WithTemplateSlots_37<
|
|
4505
4632
|
DefineComponent<
|
|
4506
|
-
|
|
4507
|
-
|
|
4633
|
+
__VLS_WithDefaults_12<
|
|
4634
|
+
__VLS_TypePropsToRuntimeProps_15<{
|
|
4508
4635
|
/**
|
|
4509
4636
|
* The header of the section
|
|
4510
4637
|
*/
|
|
@@ -4528,8 +4655,8 @@ export declare const BentoDashboardSection: __VLS_WithTemplateSlots_36<
|
|
|
4528
4655
|
string,
|
|
4529
4656
|
Readonly<
|
|
4530
4657
|
ExtractPropTypes<
|
|
4531
|
-
|
|
4532
|
-
|
|
4658
|
+
__VLS_WithDefaults_12<
|
|
4659
|
+
__VLS_TypePropsToRuntimeProps_15<{
|
|
4533
4660
|
/**
|
|
4534
4661
|
* The header of the section
|
|
4535
4662
|
*/
|
|
@@ -4585,10 +4712,10 @@ export declare const BentoDashboardSection: __VLS_WithTemplateSlots_36<
|
|
|
4585
4712
|
* `
|
|
4586
4713
|
* }
|
|
4587
4714
|
*/
|
|
4588
|
-
export declare const BentoDashboardTemplate:
|
|
4715
|
+
export declare const BentoDashboardTemplate: __VLS_WithTemplateSlots_36<
|
|
4589
4716
|
DefineComponent<
|
|
4590
|
-
|
|
4591
|
-
|
|
4717
|
+
__VLS_WithDefaults_11<
|
|
4718
|
+
__VLS_TypePropsToRuntimeProps_14<{
|
|
4592
4719
|
/**
|
|
4593
4720
|
* The header that goes to the top of the template
|
|
4594
4721
|
*/
|
|
@@ -4624,8 +4751,8 @@ export declare const BentoDashboardTemplate: __VLS_WithTemplateSlots_35<
|
|
|
4624
4751
|
string,
|
|
4625
4752
|
Readonly<
|
|
4626
4753
|
ExtractPropTypes<
|
|
4627
|
-
|
|
4628
|
-
|
|
4754
|
+
__VLS_WithDefaults_11<
|
|
4755
|
+
__VLS_TypePropsToRuntimeProps_14<{
|
|
4629
4756
|
/**
|
|
4630
4757
|
* The header that goes to the top of the template
|
|
4631
4758
|
*/
|
|
@@ -4693,8 +4820,8 @@ export declare type BentoDashboardTemplateTabs = {
|
|
|
4693
4820
|
*/
|
|
4694
4821
|
export declare const BentoDashedUnderline: __VLS_WithTemplateSlots_7<
|
|
4695
4822
|
DefineComponent<
|
|
4696
|
-
|
|
4697
|
-
|
|
4823
|
+
__VLS_WithDefaults_3<
|
|
4824
|
+
__VLS_TypePropsToRuntimeProps_3<{
|
|
4698
4825
|
/**
|
|
4699
4826
|
* Text showed in the popover on hover
|
|
4700
4827
|
*/
|
|
@@ -4729,8 +4856,8 @@ export declare const BentoDashedUnderline: __VLS_WithTemplateSlots_7<
|
|
|
4729
4856
|
string,
|
|
4730
4857
|
Readonly<
|
|
4731
4858
|
ExtractPropTypes<
|
|
4732
|
-
|
|
4733
|
-
|
|
4859
|
+
__VLS_WithDefaults_3<
|
|
4860
|
+
__VLS_TypePropsToRuntimeProps_3<{
|
|
4734
4861
|
/**
|
|
4735
4862
|
* Text showed in the popover on hover
|
|
4736
4863
|
*/
|
|
@@ -5804,8 +5931,8 @@ export declare enum BentoDatagridSortDirection {
|
|
|
5804
5931
|
* }
|
|
5805
5932
|
*/
|
|
5806
5933
|
export declare const BentoDataGridStaticIcon: DefineComponent<
|
|
5807
|
-
|
|
5808
|
-
|
|
5934
|
+
__VLS_WithDefaults_4<
|
|
5935
|
+
__VLS_TypePropsToRuntimeProps_4<{
|
|
5809
5936
|
/**
|
|
5810
5937
|
* Renderes the icon with color.
|
|
5811
5938
|
*/
|
|
@@ -5834,8 +5961,8 @@ export declare const BentoDataGridStaticIcon: DefineComponent<
|
|
|
5834
5961
|
string,
|
|
5835
5962
|
Readonly<
|
|
5836
5963
|
ExtractPropTypes<
|
|
5837
|
-
|
|
5838
|
-
|
|
5964
|
+
__VLS_WithDefaults_4<
|
|
5965
|
+
__VLS_TypePropsToRuntimeProps_4<{
|
|
5839
5966
|
/**
|
|
5840
5967
|
* Renderes the icon with color.
|
|
5841
5968
|
*/
|
|
@@ -5896,7 +6023,7 @@ export declare enum BentoDatagridStyleState {
|
|
|
5896
6023
|
* `
|
|
5897
6024
|
* }
|
|
5898
6025
|
*/
|
|
5899
|
-
export declare const BentoDataGridTemplate:
|
|
6026
|
+
export declare const BentoDataGridTemplate: __VLS_WithTemplateSlots_38<
|
|
5900
6027
|
DefineComponent<
|
|
5901
6028
|
{
|
|
5902
6029
|
/**
|
|
@@ -10418,6 +10545,8 @@ export declare const BentoInfoIcon: DefineComponent<
|
|
|
10418
10545
|
export declare type BentoInputDropdownProps = {
|
|
10419
10546
|
items: DropdownProps['items'];
|
|
10420
10547
|
value: DropdownProps['value'];
|
|
10548
|
+
dynamicFiltering?: DropdownProps['dynamicFiltering'];
|
|
10549
|
+
'aria-label'?: HTMLAttributes['aria-label'];
|
|
10421
10550
|
};
|
|
10422
10551
|
|
|
10423
10552
|
/**
|
|
@@ -10478,6 +10607,7 @@ export declare const BentoInputField: __VLS_WithTemplateSlots_16<
|
|
|
10478
10607
|
*
|
|
10479
10608
|
* - `value`: Selected value of the dropdown
|
|
10480
10609
|
* - `items`: List of available items
|
|
10610
|
+
* - `aria-label`: Text that labels the dropdown element
|
|
10481
10611
|
*
|
|
10482
10612
|
*/
|
|
10483
10613
|
dropdown: {
|
|
@@ -10650,6 +10780,7 @@ export declare const BentoInputField: __VLS_WithTemplateSlots_16<
|
|
|
10650
10780
|
*
|
|
10651
10781
|
* - `value`: Selected value of the dropdown
|
|
10652
10782
|
* - `items`: List of available items
|
|
10783
|
+
* - `aria-label`: Text that labels the dropdown element
|
|
10653
10784
|
*
|
|
10654
10785
|
*/
|
|
10655
10786
|
dropdown: {
|
|
@@ -10855,6 +10986,122 @@ export declare type BentoInputFilterOptions = {
|
|
|
10855
10986
|
|
|
10856
10987
|
export declare type BentoInputFilterValue = string | null | BentoInputFilterInputAndDropdownValues;
|
|
10857
10988
|
|
|
10989
|
+
/**
|
|
10990
|
+
* Inspector allows users to access additional information or details of an object/item. The inspector opens adjacent to the main content, pushing it aside to maintain visibility and accessibility to both the main content and inspector.
|
|
10991
|
+
*
|
|
10992
|
+
* @example
|
|
10993
|
+
* import { BentoInspector } from '@adyen/bento-vue2';
|
|
10994
|
+
*
|
|
10995
|
+
* export default {
|
|
10996
|
+
* components: { BentoInspector },
|
|
10997
|
+
* template: `
|
|
10998
|
+
* <bento-inspector
|
|
10999
|
+
* title="Inspector"
|
|
11000
|
+
* size="large"
|
|
11001
|
+
* :is-open="isOpen"
|
|
11002
|
+
* @update:is-open="isOpen = $event"
|
|
11003
|
+
* >
|
|
11004
|
+
* <template #page>Content of the page</template>
|
|
11005
|
+
* <template #content>Content of the inspector</template>
|
|
11006
|
+
* </bento-inspector>
|
|
11007
|
+
* `
|
|
11008
|
+
* }
|
|
11009
|
+
*/
|
|
11010
|
+
export declare const BentoInspector: __VLS_WithTemplateSlots_17<
|
|
11011
|
+
DefineComponent<
|
|
11012
|
+
__VLS_WithDefaults_6<
|
|
11013
|
+
__VLS_TypePropsToRuntimeProps_6<{
|
|
11014
|
+
/**
|
|
11015
|
+
* Shows the Expand icon in the inspector
|
|
11016
|
+
*/
|
|
11017
|
+
expandable?: boolean;
|
|
11018
|
+
/**
|
|
11019
|
+
* Opens and closes the inspector
|
|
11020
|
+
*/
|
|
11021
|
+
isOpen?: boolean;
|
|
11022
|
+
/**
|
|
11023
|
+
* Shows loading indicator for the content
|
|
11024
|
+
*/
|
|
11025
|
+
loading?: boolean;
|
|
11026
|
+
/**
|
|
11027
|
+
* Determines the size of the inspector
|
|
11028
|
+
*/
|
|
11029
|
+
size?: BentoInspectorSize;
|
|
11030
|
+
/**
|
|
11031
|
+
* The title of the component
|
|
11032
|
+
*/
|
|
11033
|
+
title: string;
|
|
11034
|
+
}>,
|
|
11035
|
+
{
|
|
11036
|
+
expandable: boolean;
|
|
11037
|
+
isOpen: boolean;
|
|
11038
|
+
loading: boolean;
|
|
11039
|
+
size: string;
|
|
11040
|
+
}
|
|
11041
|
+
>,
|
|
11042
|
+
{},
|
|
11043
|
+
{},
|
|
11044
|
+
{},
|
|
11045
|
+
{},
|
|
11046
|
+
ComponentOptionsMixin,
|
|
11047
|
+
ComponentOptionsMixin,
|
|
11048
|
+
{
|
|
11049
|
+
'update:is-open': (value: boolean) => void;
|
|
11050
|
+
} & {
|
|
11051
|
+
expand: () => void;
|
|
11052
|
+
},
|
|
11053
|
+
string,
|
|
11054
|
+
Readonly<
|
|
11055
|
+
ExtractPropTypes<
|
|
11056
|
+
__VLS_WithDefaults_6<
|
|
11057
|
+
__VLS_TypePropsToRuntimeProps_6<{
|
|
11058
|
+
/**
|
|
11059
|
+
* Shows the Expand icon in the inspector
|
|
11060
|
+
*/
|
|
11061
|
+
expandable?: boolean;
|
|
11062
|
+
/**
|
|
11063
|
+
* Opens and closes the inspector
|
|
11064
|
+
*/
|
|
11065
|
+
isOpen?: boolean;
|
|
11066
|
+
/**
|
|
11067
|
+
* Shows loading indicator for the content
|
|
11068
|
+
*/
|
|
11069
|
+
loading?: boolean;
|
|
11070
|
+
/**
|
|
11071
|
+
* Determines the size of the inspector
|
|
11072
|
+
*/
|
|
11073
|
+
size?: BentoInspectorSize;
|
|
11074
|
+
/**
|
|
11075
|
+
* The title of the component
|
|
11076
|
+
*/
|
|
11077
|
+
title: string;
|
|
11078
|
+
}>,
|
|
11079
|
+
{
|
|
11080
|
+
expandable: boolean;
|
|
11081
|
+
isOpen: boolean;
|
|
11082
|
+
loading: boolean;
|
|
11083
|
+
size: string;
|
|
11084
|
+
}
|
|
11085
|
+
>
|
|
11086
|
+
>
|
|
11087
|
+
>,
|
|
11088
|
+
{
|
|
11089
|
+
isOpen: boolean;
|
|
11090
|
+
size: BentoInspectorSize;
|
|
11091
|
+
loading: boolean;
|
|
11092
|
+
expandable: boolean;
|
|
11093
|
+
}
|
|
11094
|
+
>,
|
|
11095
|
+
{
|
|
11096
|
+
page: (_: {}) => any;
|
|
11097
|
+
content: (_: {}) => any;
|
|
11098
|
+
}
|
|
11099
|
+
>;
|
|
11100
|
+
|
|
11101
|
+
export declare type BentoInspectorSize = (typeof BentoInspectorSizeOptions)[number];
|
|
11102
|
+
|
|
11103
|
+
export declare const BentoInspectorSizeOptions: readonly ['small', 'large'];
|
|
11104
|
+
|
|
10858
11105
|
export declare const BentoKeyboardNavigationDirective: {
|
|
10859
11106
|
bind: DirectiveHook<Element>;
|
|
10860
11107
|
unbind: DirectiveHook<Element>;
|
|
@@ -10910,10 +11157,10 @@ export declare type BentoLazyLoadType = 'automatic' | 'button' | 'none';
|
|
|
10910
11157
|
* `
|
|
10911
11158
|
* }
|
|
10912
11159
|
*/
|
|
10913
|
-
export declare const BentoLink:
|
|
11160
|
+
export declare const BentoLink: __VLS_WithTemplateSlots_18<
|
|
10914
11161
|
DefineComponent<
|
|
10915
|
-
|
|
10916
|
-
|
|
11162
|
+
__VLS_WithDefaults_7<
|
|
11163
|
+
__VLS_TypePropsToRuntimeProps_7<LinkProps>,
|
|
10917
11164
|
{
|
|
10918
11165
|
target: any;
|
|
10919
11166
|
variant: BentoLinkVariant;
|
|
@@ -10931,8 +11178,8 @@ export declare const BentoLink: __VLS_WithTemplateSlots_17<
|
|
|
10931
11178
|
string,
|
|
10932
11179
|
Readonly<
|
|
10933
11180
|
ExtractPropTypes<
|
|
10934
|
-
|
|
10935
|
-
|
|
11181
|
+
__VLS_WithDefaults_7<
|
|
11182
|
+
__VLS_TypePropsToRuntimeProps_7<LinkProps>,
|
|
10936
11183
|
{
|
|
10937
11184
|
target: any;
|
|
10938
11185
|
variant: BentoLinkVariant;
|
|
@@ -11085,7 +11332,6 @@ export declare const BentoLoadingButton: __VLS_WithTemplateSlots_5<
|
|
|
11085
11332
|
};
|
|
11086
11333
|
/**
|
|
11087
11334
|
* Types of flavour of Button
|
|
11088
|
-
* @values primary, secondary, tertiary
|
|
11089
11335
|
*/
|
|
11090
11336
|
variant: {
|
|
11091
11337
|
type: PropType<'primary' | 'secondary' | 'tertiary' | 'tertiary-with-background' | BentoButtonVariant>;
|
|
@@ -11097,8 +11343,8 @@ export declare const BentoLoadingButton: __VLS_WithTemplateSlots_5<
|
|
|
11097
11343
|
{},
|
|
11098
11344
|
{},
|
|
11099
11345
|
{},
|
|
11100
|
-
|
|
11101
|
-
|
|
11346
|
+
ComponentOptionsMixin_2,
|
|
11347
|
+
ComponentOptionsMixin_2,
|
|
11102
11348
|
{
|
|
11103
11349
|
click: (event: MouseEvent) => void;
|
|
11104
11350
|
},
|
|
@@ -11144,7 +11390,6 @@ export declare const BentoLoadingButton: __VLS_WithTemplateSlots_5<
|
|
|
11144
11390
|
};
|
|
11145
11391
|
/**
|
|
11146
11392
|
* Types of flavour of Button
|
|
11147
|
-
* @values primary, secondary, tertiary
|
|
11148
11393
|
*/
|
|
11149
11394
|
variant: {
|
|
11150
11395
|
type: PropType<
|
|
@@ -11166,6 +11411,7 @@ export declare const BentoLoadingButton: __VLS_WithTemplateSlots_5<
|
|
|
11166
11411
|
>,
|
|
11167
11412
|
{
|
|
11168
11413
|
default: (_: {}) => any;
|
|
11414
|
+
iconLeft: (_: {}) => any;
|
|
11169
11415
|
}
|
|
11170
11416
|
>;
|
|
11171
11417
|
|
|
@@ -11502,7 +11748,7 @@ export declare interface BentoMenuItem {
|
|
|
11502
11748
|
* `
|
|
11503
11749
|
* };
|
|
11504
11750
|
*/
|
|
11505
|
-
export declare const BentoModal:
|
|
11751
|
+
export declare const BentoModal: __VLS_WithTemplateSlots_20<
|
|
11506
11752
|
DefineComponent<
|
|
11507
11753
|
{
|
|
11508
11754
|
/**
|
|
@@ -11861,7 +12107,7 @@ export declare enum BentoModalEvent {
|
|
|
11861
12107
|
* `
|
|
11862
12108
|
* }
|
|
11863
12109
|
*/
|
|
11864
|
-
export declare const BentoModalFullscreen:
|
|
12110
|
+
export declare const BentoModalFullscreen: __VLS_WithTemplateSlots_21<
|
|
11865
12111
|
DefineComponent<
|
|
11866
12112
|
{
|
|
11867
12113
|
/**
|
|
@@ -12018,7 +12264,7 @@ export declare const BentoModalFullscreen: __VLS_WithTemplateSlots_20<
|
|
|
12018
12264
|
* `
|
|
12019
12265
|
* }
|
|
12020
12266
|
*/
|
|
12021
|
-
export declare const BentoModalFullscreenPage:
|
|
12267
|
+
export declare const BentoModalFullscreenPage: __VLS_WithTemplateSlots_22<
|
|
12022
12268
|
DefineComponent<
|
|
12023
12269
|
{
|
|
12024
12270
|
/**
|
|
@@ -12177,7 +12423,7 @@ export declare const BentoModalFullscreenPage: __VLS_WithTemplateSlots_21<
|
|
|
12177
12423
|
* `
|
|
12178
12424
|
* }
|
|
12179
12425
|
*/
|
|
12180
|
-
export declare const BentoModalPage:
|
|
12426
|
+
export declare const BentoModalPage: __VLS_WithTemplateSlots_19<
|
|
12181
12427
|
DefineComponent<
|
|
12182
12428
|
{
|
|
12183
12429
|
/**
|
|
@@ -13776,7 +14022,7 @@ export declare enum BentoPaymentMethodType {
|
|
|
13776
14022
|
* `
|
|
13777
14023
|
* }
|
|
13778
14024
|
*/
|
|
13779
|
-
export declare const BentoPopover:
|
|
14025
|
+
export declare const BentoPopover: __VLS_WithTemplateSlots_23<
|
|
13780
14026
|
DefineComponent<
|
|
13781
14027
|
{
|
|
13782
14028
|
/**
|
|
@@ -14176,6 +14422,7 @@ export declare const BentoPopover: __VLS_WithTemplateSlots_22<
|
|
|
14176
14422
|
small: boolean;
|
|
14177
14423
|
title: string;
|
|
14178
14424
|
large: boolean;
|
|
14425
|
+
modifiers: unknown[];
|
|
14179
14426
|
position:
|
|
14180
14427
|
| 'auto'
|
|
14181
14428
|
| 'left'
|
|
@@ -14194,7 +14441,6 @@ export declare const BentoPopover: __VLS_WithTemplateSlots_22<
|
|
|
14194
14441
|
| 'left-end'
|
|
14195
14442
|
| PopperContainerPosition;
|
|
14196
14443
|
open: boolean;
|
|
14197
|
-
modifiers: unknown[];
|
|
14198
14444
|
fallbackPosition: Placement[];
|
|
14199
14445
|
fixedPositioning: boolean;
|
|
14200
14446
|
ariaLabel: string;
|
|
@@ -14276,7 +14522,7 @@ export declare type BentoPopoverPositions = PopperContainerPosition;
|
|
|
14276
14522
|
* }
|
|
14277
14523
|
* }
|
|
14278
14524
|
*/
|
|
14279
|
-
export declare const BentoRadioButton:
|
|
14525
|
+
export declare const BentoRadioButton: __VLS_WithTemplateSlots_25<
|
|
14280
14526
|
DefineComponent<
|
|
14281
14527
|
{
|
|
14282
14528
|
/**
|
|
@@ -14317,7 +14563,7 @@ export declare const BentoRadioButton: __VLS_WithTemplateSlots_24<
|
|
|
14317
14563
|
Readonly<
|
|
14318
14564
|
Partial<{
|
|
14319
14565
|
label: string;
|
|
14320
|
-
variant: 'blue' | 'green' | '
|
|
14566
|
+
variant: 'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant;
|
|
14321
14567
|
truncate: number;
|
|
14322
14568
|
}> &
|
|
14323
14569
|
Omit<
|
|
@@ -14329,7 +14575,7 @@ export declare const BentoRadioButton: __VLS_WithTemplateSlots_24<
|
|
|
14329
14575
|
};
|
|
14330
14576
|
variant: {
|
|
14331
14577
|
type: PropType<
|
|
14332
|
-
'blue' | 'green' | '
|
|
14578
|
+
'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant
|
|
14333
14579
|
>;
|
|
14334
14580
|
default: BentoTagVariant;
|
|
14335
14581
|
validator: (value: BentoTagVariant) => boolean;
|
|
@@ -14347,7 +14593,7 @@ export declare const BentoRadioButton: __VLS_WithTemplateSlots_24<
|
|
|
14347
14593
|
};
|
|
14348
14594
|
variant: {
|
|
14349
14595
|
type: PropType<
|
|
14350
|
-
'blue' | 'green' | '
|
|
14596
|
+
'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant
|
|
14351
14597
|
>;
|
|
14352
14598
|
default: BentoTagVariant;
|
|
14353
14599
|
validator: (value: BentoTagVariant) => boolean;
|
|
@@ -14422,7 +14668,7 @@ export declare const BentoRadioButton: __VLS_WithTemplateSlots_24<
|
|
|
14422
14668
|
Readonly<
|
|
14423
14669
|
Partial<{
|
|
14424
14670
|
label: string;
|
|
14425
|
-
variant: 'blue' | 'green' | '
|
|
14671
|
+
variant: 'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant;
|
|
14426
14672
|
truncate: number;
|
|
14427
14673
|
}> &
|
|
14428
14674
|
Omit<
|
|
@@ -14436,9 +14682,9 @@ export declare const BentoRadioButton: __VLS_WithTemplateSlots_24<
|
|
|
14436
14682
|
type: PropType<
|
|
14437
14683
|
| 'blue'
|
|
14438
14684
|
| 'green'
|
|
14439
|
-
| 'red'
|
|
14440
14685
|
| 'grey'
|
|
14441
14686
|
| 'orange'
|
|
14687
|
+
| 'red'
|
|
14442
14688
|
| 'white'
|
|
14443
14689
|
| BentoTagVariant
|
|
14444
14690
|
>;
|
|
@@ -14458,7 +14704,7 @@ export declare const BentoRadioButton: __VLS_WithTemplateSlots_24<
|
|
|
14458
14704
|
};
|
|
14459
14705
|
variant: {
|
|
14460
14706
|
type: PropType<
|
|
14461
|
-
'blue' | 'green' | '
|
|
14707
|
+
'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant
|
|
14462
14708
|
>;
|
|
14463
14709
|
default: BentoTagVariant;
|
|
14464
14710
|
validator: (value: BentoTagVariant) => boolean;
|
|
@@ -14527,7 +14773,7 @@ export declare type BentoRadioButtonValue = string | number;
|
|
|
14527
14773
|
* `
|
|
14528
14774
|
* };
|
|
14529
14775
|
*/
|
|
14530
|
-
export declare const BentoRadioGroup:
|
|
14776
|
+
export declare const BentoRadioGroup: __VLS_WithTemplateSlots_24<
|
|
14531
14777
|
DefineComponent<
|
|
14532
14778
|
{
|
|
14533
14779
|
/**
|
|
@@ -14628,7 +14874,7 @@ export declare const BentoRadioGroup: __VLS_WithTemplateSlots_23<
|
|
|
14628
14874
|
* The radio group's layout. It can be vertical or horizontal. Defaults to vertical.
|
|
14629
14875
|
*/
|
|
14630
14876
|
variant: {
|
|
14631
|
-
type: PropType<'
|
|
14877
|
+
type: PropType<'vertical' | 'horizontal' | BentoRadioGroupVariant>;
|
|
14632
14878
|
default: BentoRadioGroupVariant;
|
|
14633
14879
|
validator: (value: BentoRadioGroupVariant) => boolean;
|
|
14634
14880
|
};
|
|
@@ -14745,7 +14991,7 @@ export declare const BentoRadioGroup: __VLS_WithTemplateSlots_23<
|
|
|
14745
14991
|
* The radio group's layout. It can be vertical or horizontal. Defaults to vertical.
|
|
14746
14992
|
*/
|
|
14747
14993
|
variant: {
|
|
14748
|
-
type: PropType<'
|
|
14994
|
+
type: PropType<'vertical' | 'horizontal' | BentoRadioGroupVariant>;
|
|
14749
14995
|
default: BentoRadioGroupVariant;
|
|
14750
14996
|
validator: (value: BentoRadioGroupVariant) => boolean;
|
|
14751
14997
|
};
|
|
@@ -14753,7 +14999,7 @@ export declare const BentoRadioGroup: __VLS_WithTemplateSlots_23<
|
|
|
14753
14999
|
>,
|
|
14754
15000
|
{
|
|
14755
15001
|
description: string;
|
|
14756
|
-
variant: '
|
|
15002
|
+
variant: 'vertical' | 'horizontal' | BentoRadioGroupVariant;
|
|
14757
15003
|
required: boolean;
|
|
14758
15004
|
disabled: boolean;
|
|
14759
15005
|
tooltipText: string;
|
|
@@ -14874,7 +15120,12 @@ export declare const BentoSearchBar: DefineComponent<
|
|
|
14874
15120
|
default: any;
|
|
14875
15121
|
};
|
|
14876
15122
|
},
|
|
14877
|
-
{
|
|
15123
|
+
{
|
|
15124
|
+
/**
|
|
15125
|
+
* Focus on the input field when called.
|
|
15126
|
+
*/
|
|
15127
|
+
focus: () => void;
|
|
15128
|
+
},
|
|
14878
15129
|
{},
|
|
14879
15130
|
{},
|
|
14880
15131
|
{},
|
|
@@ -14886,6 +15137,10 @@ export declare const BentoSearchBar: DefineComponent<
|
|
|
14886
15137
|
clear: () => void;
|
|
14887
15138
|
} & {
|
|
14888
15139
|
'escape-pressed': () => void;
|
|
15140
|
+
} & {
|
|
15141
|
+
blur: () => void;
|
|
15142
|
+
} & {
|
|
15143
|
+
focus: () => void;
|
|
14889
15144
|
},
|
|
14890
15145
|
string,
|
|
14891
15146
|
Readonly<
|
|
@@ -14978,7 +15233,7 @@ export declare interface BentoSearchBarItem {
|
|
|
14978
15233
|
* }
|
|
14979
15234
|
*/
|
|
14980
15235
|
export declare const BentoSecondaryNav: DefineComponent<
|
|
14981
|
-
|
|
15236
|
+
__VLS_TypePropsToRuntimeProps_8<{
|
|
14982
15237
|
/**
|
|
14983
15238
|
* An array containing all the items on the nav. The array can have either {@see BentoSecondaryNavItemsCategory },
|
|
14984
15239
|
* which is used to group different items or {@see BentoSecondaryNavItemsItem } if you don't need to group them.
|
|
@@ -14986,6 +15241,7 @@ export declare const BentoSecondaryNav: DefineComponent<
|
|
|
14986
15241
|
items: BentoSecondaryNavItems;
|
|
14987
15242
|
/**
|
|
14988
15243
|
* The value of the selected item.
|
|
15244
|
+
* If nothing is passed, it defaults to the first item value in items.
|
|
14989
15245
|
*/
|
|
14990
15246
|
value?: string;
|
|
14991
15247
|
}>,
|
|
@@ -15001,7 +15257,7 @@ export declare const BentoSecondaryNav: DefineComponent<
|
|
|
15001
15257
|
string,
|
|
15002
15258
|
Readonly<
|
|
15003
15259
|
ExtractPropTypes<
|
|
15004
|
-
|
|
15260
|
+
__VLS_TypePropsToRuntimeProps_8<{
|
|
15005
15261
|
/**
|
|
15006
15262
|
* An array containing all the items on the nav. The array can have either {@see BentoSecondaryNavItemsCategory },
|
|
15007
15263
|
* which is used to group different items or {@see BentoSecondaryNavItemsItem } if you don't need to group them.
|
|
@@ -15009,6 +15265,7 @@ export declare const BentoSecondaryNav: DefineComponent<
|
|
|
15009
15265
|
items: BentoSecondaryNavItems;
|
|
15010
15266
|
/**
|
|
15011
15267
|
* The value of the selected item.
|
|
15268
|
+
* If nothing is passed, it defaults to the first item value in items.
|
|
15012
15269
|
*/
|
|
15013
15270
|
value?: string;
|
|
15014
15271
|
}>
|
|
@@ -15050,8 +15307,8 @@ export declare interface BentoSecondaryNavState {
|
|
|
15050
15307
|
* }
|
|
15051
15308
|
*/
|
|
15052
15309
|
export declare const BentoSegmentedControl: DefineComponent<
|
|
15053
|
-
|
|
15054
|
-
|
|
15310
|
+
__VLS_WithDefaults_8<
|
|
15311
|
+
__VLS_TypePropsToRuntimeProps_9<{
|
|
15055
15312
|
/**
|
|
15056
15313
|
* Accessible name describing the segmented control.
|
|
15057
15314
|
* @deprecated from version 2.0.0. Use the aria-label attribute instead.
|
|
@@ -15087,13 +15344,13 @@ export declare const BentoSegmentedControl: DefineComponent<
|
|
|
15087
15344
|
ComponentOptionsMixin,
|
|
15088
15345
|
ComponentOptionsMixin,
|
|
15089
15346
|
{
|
|
15090
|
-
'update:model-value': (value:
|
|
15347
|
+
'update:model-value': (value: any) => void;
|
|
15091
15348
|
},
|
|
15092
15349
|
string,
|
|
15093
15350
|
Readonly<
|
|
15094
15351
|
ExtractPropTypes<
|
|
15095
|
-
|
|
15096
|
-
|
|
15352
|
+
__VLS_WithDefaults_8<
|
|
15353
|
+
__VLS_TypePropsToRuntimeProps_9<{
|
|
15097
15354
|
/**
|
|
15098
15355
|
* Accessible name describing the segmented control.
|
|
15099
15356
|
* @deprecated from version 2.0.0. Use the aria-label attribute instead.
|
|
@@ -15250,7 +15507,7 @@ export declare type BentoSelectFilterValue = BentoListboxSelectedValue;
|
|
|
15250
15507
|
* `
|
|
15251
15508
|
* }
|
|
15252
15509
|
*/
|
|
15253
|
-
export declare const BentoSelectionCard:
|
|
15510
|
+
export declare const BentoSelectionCard: __VLS_WithTemplateSlots_26<
|
|
15254
15511
|
DefineComponent<
|
|
15255
15512
|
{
|
|
15256
15513
|
/**
|
|
@@ -15445,7 +15702,7 @@ export declare const BentoSelectionCard: __VLS_WithTemplateSlots_25<
|
|
|
15445
15702
|
* `,
|
|
15446
15703
|
* }
|
|
15447
15704
|
*/
|
|
15448
|
-
export declare const BentoSelectionCardGroup:
|
|
15705
|
+
export declare const BentoSelectionCardGroup: __VLS_WithTemplateSlots_27<
|
|
15449
15706
|
DefineComponent<
|
|
15450
15707
|
{
|
|
15451
15708
|
/**
|
|
@@ -15760,7 +16017,7 @@ export declare type BentoSelectTagFilterOptions = OmitStrict<BentoSelectFilterOp
|
|
|
15760
16017
|
* `
|
|
15761
16018
|
* }
|
|
15762
16019
|
*/
|
|
15763
|
-
export declare const BentoSidepanel:
|
|
16020
|
+
export declare const BentoSidepanel: __VLS_WithTemplateSlots_29<
|
|
15764
16021
|
DefineComponent<
|
|
15765
16022
|
{
|
|
15766
16023
|
/**
|
|
@@ -15878,7 +16135,7 @@ export declare enum BentoSidepanelEvent {
|
|
|
15878
16135
|
* `
|
|
15879
16136
|
* }
|
|
15880
16137
|
*/
|
|
15881
|
-
export declare const BentoSidepanelPage:
|
|
16138
|
+
export declare const BentoSidepanelPage: __VLS_WithTemplateSlots_28<
|
|
15882
16139
|
DefineComponent<
|
|
15883
16140
|
{
|
|
15884
16141
|
/**
|
|
@@ -16038,9 +16295,9 @@ export declare const BentoSidepanelPage: __VLS_WithTemplateSlots_27<
|
|
|
16038
16295
|
* `
|
|
16039
16296
|
* }
|
|
16040
16297
|
*/
|
|
16041
|
-
export declare const BentoStatus:
|
|
16298
|
+
export declare const BentoStatus: __VLS_WithTemplateSlots_30<
|
|
16042
16299
|
DefineComponent<
|
|
16043
|
-
|
|
16300
|
+
__VLS_TypePropsToRuntimeProps_10<{
|
|
16044
16301
|
variant: BentoStatusVariant | `${BentoStatusVariant}`;
|
|
16045
16302
|
}>,
|
|
16046
16303
|
{},
|
|
@@ -16053,7 +16310,7 @@ export declare const BentoStatus: __VLS_WithTemplateSlots_29<
|
|
|
16053
16310
|
string,
|
|
16054
16311
|
Readonly<
|
|
16055
16312
|
ExtractPropTypes<
|
|
16056
|
-
|
|
16313
|
+
__VLS_TypePropsToRuntimeProps_10<{
|
|
16057
16314
|
variant: BentoStatusVariant | `${BentoStatusVariant}`;
|
|
16058
16315
|
}>
|
|
16059
16316
|
>
|
|
@@ -16099,7 +16356,7 @@ export declare enum BentoStatusVariant {
|
|
|
16099
16356
|
* `
|
|
16100
16357
|
* }
|
|
16101
16358
|
*/
|
|
16102
|
-
export declare const BentoStep:
|
|
16359
|
+
export declare const BentoStep: __VLS_WithTemplateSlots_32<
|
|
16103
16360
|
DefineComponent<
|
|
16104
16361
|
{
|
|
16105
16362
|
/**
|
|
@@ -16173,7 +16430,7 @@ export declare const BentoStep: __VLS_WithTemplateSlots_31<
|
|
|
16173
16430
|
* `
|
|
16174
16431
|
* }
|
|
16175
16432
|
*/
|
|
16176
|
-
export declare const BentoStepper:
|
|
16433
|
+
export declare const BentoStepper: __VLS_WithTemplateSlots_31<
|
|
16177
16434
|
DefineComponent<
|
|
16178
16435
|
{
|
|
16179
16436
|
/**
|
|
@@ -16189,7 +16446,7 @@ export declare const BentoStepper: __VLS_WithTemplateSlots_30<
|
|
|
16189
16446
|
* @values vertical, horizontal
|
|
16190
16447
|
*/
|
|
16191
16448
|
variant: {
|
|
16192
|
-
type: PropType<'
|
|
16449
|
+
type: PropType<'vertical' | 'horizontal'>;
|
|
16193
16450
|
default: string;
|
|
16194
16451
|
};
|
|
16195
16452
|
/**
|
|
@@ -16225,7 +16482,7 @@ export declare const BentoStepper: __VLS_WithTemplateSlots_30<
|
|
|
16225
16482
|
* @values vertical, horizontal
|
|
16226
16483
|
*/
|
|
16227
16484
|
variant: {
|
|
16228
|
-
type: PropType<'
|
|
16485
|
+
type: PropType<'vertical' | 'horizontal'>;
|
|
16229
16486
|
default: string;
|
|
16230
16487
|
};
|
|
16231
16488
|
/**
|
|
@@ -16239,7 +16496,7 @@ export declare const BentoStepper: __VLS_WithTemplateSlots_30<
|
|
|
16239
16496
|
>,
|
|
16240
16497
|
{
|
|
16241
16498
|
type: 'linear' | 'non-linear';
|
|
16242
|
-
variant: '
|
|
16499
|
+
variant: 'vertical' | 'horizontal';
|
|
16243
16500
|
index: number;
|
|
16244
16501
|
}
|
|
16245
16502
|
>,
|
|
@@ -16299,10 +16556,10 @@ export declare enum BentoStepperVariantOption {
|
|
|
16299
16556
|
* `
|
|
16300
16557
|
* }
|
|
16301
16558
|
*/
|
|
16302
|
-
export declare const BentoStructuredList:
|
|
16559
|
+
export declare const BentoStructuredList: __VLS_WithTemplateSlots_33<
|
|
16303
16560
|
DefineComponent<
|
|
16304
|
-
|
|
16305
|
-
|
|
16561
|
+
__VLS_WithDefaults_9<
|
|
16562
|
+
__VLS_TypePropsToRuntimeProps_11<{
|
|
16306
16563
|
/**
|
|
16307
16564
|
* Width of the labels container, in pixels. Overrides layout prop.
|
|
16308
16565
|
*/
|
|
@@ -16336,8 +16593,8 @@ export declare const BentoStructuredList: __VLS_WithTemplateSlots_32<
|
|
|
16336
16593
|
string,
|
|
16337
16594
|
Readonly<
|
|
16338
16595
|
ExtractPropTypes<
|
|
16339
|
-
|
|
16340
|
-
|
|
16596
|
+
__VLS_WithDefaults_9<
|
|
16597
|
+
__VLS_TypePropsToRuntimeProps_11<{
|
|
16341
16598
|
/**
|
|
16342
16599
|
* Width of the labels container, in pixels. Overrides layout prop.
|
|
16343
16600
|
*/
|
|
@@ -16398,9 +16655,9 @@ export declare const BentoStructuredList: __VLS_WithTemplateSlots_32<
|
|
|
16398
16655
|
* `
|
|
16399
16656
|
* }
|
|
16400
16657
|
*/
|
|
16401
|
-
export declare const BentoStructuredListItem:
|
|
16658
|
+
export declare const BentoStructuredListItem: __VLS_WithTemplateSlots_34<
|
|
16402
16659
|
DefineComponent<
|
|
16403
|
-
|
|
16660
|
+
__VLS_TypePropsToRuntimeProps_12<{
|
|
16404
16661
|
/**
|
|
16405
16662
|
* Label to display for the value
|
|
16406
16663
|
*/
|
|
@@ -16436,7 +16693,7 @@ export declare const BentoStructuredListItem: __VLS_WithTemplateSlots_33<
|
|
|
16436
16693
|
string,
|
|
16437
16694
|
Readonly<
|
|
16438
16695
|
ExtractPropTypes<
|
|
16439
|
-
|
|
16696
|
+
__VLS_TypePropsToRuntimeProps_12<{
|
|
16440
16697
|
/**
|
|
16441
16698
|
* Label to display for the value
|
|
16442
16699
|
*/
|
|
@@ -17632,7 +17889,7 @@ export declare const BentoTag: DefineComponent<
|
|
|
17632
17889
|
* The variant variant of tag
|
|
17633
17890
|
*/
|
|
17634
17891
|
variant: {
|
|
17635
|
-
type: PropType<'blue' | 'green' | '
|
|
17892
|
+
type: PropType<'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant>;
|
|
17636
17893
|
default: BentoTagVariant;
|
|
17637
17894
|
validator: (value: BentoTagVariant) => boolean;
|
|
17638
17895
|
};
|
|
@@ -17649,7 +17906,7 @@ export declare const BentoTag: DefineComponent<
|
|
|
17649
17906
|
textFromSlot: ComputedRef<string>;
|
|
17650
17907
|
formattedText: ComputedRef<string>;
|
|
17651
17908
|
tagConditionalClasses: ComputedRef<{
|
|
17652
|
-
[x: string]: 'blue' | 'green' | '
|
|
17909
|
+
[x: string]: 'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant;
|
|
17653
17910
|
}>;
|
|
17654
17911
|
shouldShowTooltip: ComputedRef<boolean>;
|
|
17655
17912
|
},
|
|
@@ -17673,7 +17930,7 @@ export declare const BentoTag: DefineComponent<
|
|
|
17673
17930
|
* The variant variant of tag
|
|
17674
17931
|
*/
|
|
17675
17932
|
variant: {
|
|
17676
|
-
type: PropType<'blue' | 'green' | '
|
|
17933
|
+
type: PropType<'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant>;
|
|
17677
17934
|
default: BentoTagVariant;
|
|
17678
17935
|
validator: (value: BentoTagVariant) => boolean;
|
|
17679
17936
|
};
|
|
@@ -17688,7 +17945,7 @@ export declare const BentoTag: DefineComponent<
|
|
|
17688
17945
|
>,
|
|
17689
17946
|
{
|
|
17690
17947
|
label: string;
|
|
17691
|
-
variant: 'blue' | 'green' | '
|
|
17948
|
+
variant: 'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant;
|
|
17692
17949
|
truncate: number;
|
|
17693
17950
|
}
|
|
17694
17951
|
>;
|
|
@@ -17794,7 +18051,7 @@ export declare const BentoTextarea: DefineComponent<
|
|
|
17794
18051
|
* Indicates the possibility of resize the textarea
|
|
17795
18052
|
*/
|
|
17796
18053
|
resizable: {
|
|
17797
|
-
type: PropType<'none' | '
|
|
18054
|
+
type: PropType<'none' | 'vertical' | 'horizontal' | 'both' | BentoTextareaResizeOption>;
|
|
17798
18055
|
default: BentoTextareaResizeOption;
|
|
17799
18056
|
validator: (value: BentoTextareaResizeOption) => boolean;
|
|
17800
18057
|
};
|
|
@@ -17923,7 +18180,7 @@ export declare const BentoTextarea: DefineComponent<
|
|
|
17923
18180
|
* Indicates the possibility of resize the textarea
|
|
17924
18181
|
*/
|
|
17925
18182
|
resizable: {
|
|
17926
|
-
type: PropType<'none' | '
|
|
18183
|
+
type: PropType<'none' | 'vertical' | 'horizontal' | 'both' | BentoTextareaResizeOption>;
|
|
17927
18184
|
default: BentoTextareaResizeOption;
|
|
17928
18185
|
validator: (value: BentoTextareaResizeOption) => boolean;
|
|
17929
18186
|
};
|
|
@@ -17965,7 +18222,7 @@ export declare const BentoTextarea: DefineComponent<
|
|
|
17965
18222
|
placeholder: string;
|
|
17966
18223
|
clearable: boolean;
|
|
17967
18224
|
characterLimit: number;
|
|
17968
|
-
resizable: 'none' | '
|
|
18225
|
+
resizable: 'none' | 'vertical' | 'horizontal' | 'both' | BentoTextareaResizeOption;
|
|
17969
18226
|
}
|
|
17970
18227
|
>;
|
|
17971
18228
|
|
|
@@ -18182,7 +18439,7 @@ export declare const BentoTimelineItem: DefineComponent<
|
|
|
18182
18439
|
* @values blue, black, green, grey, orange, red, yellow
|
|
18183
18440
|
*/
|
|
18184
18441
|
status: {
|
|
18185
|
-
type: PropType<'
|
|
18442
|
+
type: PropType<'black' | 'blue' | 'green' | 'grey' | 'orange' | 'red' | 'yellow'>;
|
|
18186
18443
|
default: string;
|
|
18187
18444
|
validator: (value: BentoTimelineStatus) => boolean;
|
|
18188
18445
|
};
|
|
@@ -18194,7 +18451,7 @@ export declare const BentoTimelineItem: DefineComponent<
|
|
|
18194
18451
|
Readonly<
|
|
18195
18452
|
Partial<{
|
|
18196
18453
|
label: string;
|
|
18197
|
-
variant: 'blue' | 'green' | '
|
|
18454
|
+
variant: 'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant;
|
|
18198
18455
|
truncate: number;
|
|
18199
18456
|
}> &
|
|
18200
18457
|
Omit<
|
|
@@ -18206,7 +18463,7 @@ export declare const BentoTimelineItem: DefineComponent<
|
|
|
18206
18463
|
};
|
|
18207
18464
|
variant: {
|
|
18208
18465
|
type: PropType<
|
|
18209
|
-
'blue' | 'green' | '
|
|
18466
|
+
'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant
|
|
18210
18467
|
>;
|
|
18211
18468
|
default: BentoTagVariant;
|
|
18212
18469
|
validator: (value: BentoTagVariant) => boolean;
|
|
@@ -18224,7 +18481,7 @@ export declare const BentoTimelineItem: DefineComponent<
|
|
|
18224
18481
|
};
|
|
18225
18482
|
variant: {
|
|
18226
18483
|
type: PropType<
|
|
18227
|
-
'blue' | 'green' | '
|
|
18484
|
+
'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant
|
|
18228
18485
|
>;
|
|
18229
18486
|
default: BentoTagVariant;
|
|
18230
18487
|
validator: (value: BentoTagVariant) => boolean;
|
|
@@ -18330,7 +18587,7 @@ export declare const BentoTimelineItem: DefineComponent<
|
|
|
18330
18587
|
* @values blue, black, green, grey, orange, red, yellow
|
|
18331
18588
|
*/
|
|
18332
18589
|
status: {
|
|
18333
|
-
type: PropType<'
|
|
18590
|
+
type: PropType<'black' | 'blue' | 'green' | 'grey' | 'orange' | 'red' | 'yellow'>;
|
|
18334
18591
|
default: string;
|
|
18335
18592
|
validator: (value: BentoTimelineStatus) => boolean;
|
|
18336
18593
|
};
|
|
@@ -18342,7 +18599,7 @@ export declare const BentoTimelineItem: DefineComponent<
|
|
|
18342
18599
|
Readonly<
|
|
18343
18600
|
Partial<{
|
|
18344
18601
|
label: string;
|
|
18345
|
-
variant: 'blue' | 'green' | '
|
|
18602
|
+
variant: 'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant;
|
|
18346
18603
|
truncate: number;
|
|
18347
18604
|
}> &
|
|
18348
18605
|
Omit<
|
|
@@ -18354,7 +18611,7 @@ export declare const BentoTimelineItem: DefineComponent<
|
|
|
18354
18611
|
};
|
|
18355
18612
|
variant: {
|
|
18356
18613
|
type: PropType<
|
|
18357
|
-
'blue' | 'green' | '
|
|
18614
|
+
'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant
|
|
18358
18615
|
>;
|
|
18359
18616
|
default: BentoTagVariant;
|
|
18360
18617
|
validator: (value: BentoTagVariant) => boolean;
|
|
@@ -18372,7 +18629,7 @@ export declare const BentoTimelineItem: DefineComponent<
|
|
|
18372
18629
|
};
|
|
18373
18630
|
variant: {
|
|
18374
18631
|
type: PropType<
|
|
18375
|
-
'blue' | 'green' | '
|
|
18632
|
+
'blue' | 'green' | 'grey' | 'orange' | 'red' | 'white' | BentoTagVariant
|
|
18376
18633
|
>;
|
|
18377
18634
|
default: BentoTagVariant;
|
|
18378
18635
|
validator: (value: BentoTagVariant) => boolean;
|
|
@@ -18429,7 +18686,7 @@ export declare const BentoTimelineItem: DefineComponent<
|
|
|
18429
18686
|
title: string | BentoTimelineItemTitle;
|
|
18430
18687
|
variant: 'CrossCircleIcon' | 'SquareSmallIcon' | 'CheckedCircleIcon' | BentoTimelineItemVariant;
|
|
18431
18688
|
tag: any;
|
|
18432
|
-
status: '
|
|
18689
|
+
status: 'black' | 'blue' | 'green' | 'grey' | 'orange' | 'red' | 'yellow';
|
|
18433
18690
|
additionalTimestamp: BentoTimelineTimestamp;
|
|
18434
18691
|
dataList: BentoTimelineDataList;
|
|
18435
18692
|
}
|
|
@@ -18997,10 +19254,10 @@ export declare interface BentoTutorialStep {
|
|
|
18997
19254
|
* `
|
|
18998
19255
|
* }
|
|
18999
19256
|
*/
|
|
19000
|
-
export declare const BentoTypography:
|
|
19257
|
+
export declare const BentoTypography: __VLS_WithTemplateSlots_35<
|
|
19001
19258
|
DefineComponent<
|
|
19002
|
-
|
|
19003
|
-
|
|
19259
|
+
__VLS_WithDefaults_10<
|
|
19260
|
+
__VLS_TypePropsToRuntimeProps_13<{
|
|
19004
19261
|
/**
|
|
19005
19262
|
* Sets the HTML DOM element.
|
|
19006
19263
|
* @values h1, h2, h3, h4, h5, h6, div, p, span
|
|
@@ -19057,8 +19314,8 @@ export declare const BentoTypography: __VLS_WithTemplateSlots_34<
|
|
|
19057
19314
|
string,
|
|
19058
19315
|
Readonly<
|
|
19059
19316
|
ExtractPropTypes<
|
|
19060
|
-
|
|
19061
|
-
|
|
19317
|
+
__VLS_WithDefaults_10<
|
|
19318
|
+
__VLS_TypePropsToRuntimeProps_13<{
|
|
19062
19319
|
/**
|
|
19063
19320
|
* Sets the HTML DOM element.
|
|
19064
19321
|
* @values h1, h2, h3, h4, h5, h6, div, p, span
|