@adyen/bento-vue3 1.26.0 → 1.28.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 +8 -0
- package/dist/@types/packages/core/src/utils/ts/storybook.d.ts +12 -0
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.types.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/code-snippet/utils/get-lang-loader.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/dashed-underline/dashed-underline.vue.d.ts +91 -0
- package/dist/@types/packages/vue2/src/components/dashed-underline/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-static-icon/data-grid-static-icon.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-static-icon/data-grid-static-icon.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-static-icon/data-grid-static-icon.vue.d.ts +65 -0
- package/dist/@types/packages/vue2/src/components/data-grid/components/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-calculate-column-width/use-calculate-column-width.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-column-hovering/use-column-hovering.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-column-reorderer/use-column-reorderer.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-config-settings/use-config-settings.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-resizer.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.types.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +15 -0
- package/dist/@types/packages/vue2/src/components/data-grid/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +1 -18
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +12 -0
- package/dist/@types/packages/vue2/src/components/internal/avatar/avatar.vue.d.ts +38 -42
- package/dist/@types/packages/vue2/src/components/internal/radio-input/index.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/radio-input/radio-input.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/segmented-control/components/segmented-control-button/segmented-control-button.vue.d.ts +59 -85
- package/dist/@types/packages/vue2/src/components/segmented-control/segmented-control.types.d.ts +3 -0
- package/dist/@types/packages/vue2/src/components/segmented-control/segmented-control.vue.d.ts +48 -80
- package/dist/@types/packages/vue2/src/components/status/status.vue.d.ts +19 -16
- package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +36 -54
- package/dist/@types/packages/vue2/src/components/structured-list/structured-list.vue.d.ts +27 -22
- package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +76 -1
- package/dist/@types/packages/vue2/src/components/tutorial/tutorial.vue.d.ts +21 -2
- package/dist/@types/packages/vue2/src/index.d.ts +2 -0
- package/dist/@types/packages/vue2/src/templates/dashboard-template/components/dashboard-section/dashboard-section.vue.d.ts +78 -0
- package/dist/@types/packages/vue2/src/templates/dashboard-template/dashboard-template.types.d.ts +8 -0
- package/dist/@types/packages/vue2/src/templates/dashboard-template/dashboard-template.vue.d.ts +103 -0
- package/dist/@types/packages/vue2/src/templates/dashboard-template/index.d.ts +3 -0
- package/dist/@types/packages/vue2/src/utils/ts/storybook.d.ts +1 -12
- package/dist/accordion.js +3 -125
- package/dist/accordion.js.map +1 -1
- package/dist/action-bar.js +2 -270
- package/dist/action-bar.js.map +1 -1
- package/dist/alert.js +5 -181
- package/dist/alert.js.map +1 -1
- package/dist/assets/{index10.css → accordion-item.css} +1 -1
- package/dist/assets/{index17.css → action-bar.css} +1 -1
- package/dist/assets/alert.css +1 -0
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/button-actions.css +1 -1
- package/dist/assets/button.css +1 -1
- package/dist/assets/{index26.css → card.css} +1 -1
- package/dist/assets/checkbox-input.css +1 -1
- package/dist/assets/{index14.css → code-snippet.css} +1 -1
- package/dist/assets/dashboard-section.css +1 -0
- package/dist/assets/dashed-underline.css +1 -0
- package/dist/assets/data-grid-template.css +1 -0
- package/dist/assets/data-grid.css +1 -0
- 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/filter-bar.css +1 -0
- package/dist/assets/{index43.css → form-layout-title.css} +1 -1
- package/dist/assets/{index39.css → input-field.css} +1 -1
- package/dist/assets/link.css +1 -0
- package/dist/assets/listbox-option-tag.css +1 -1
- package/dist/assets/{index7.css → menu.css} +1 -1
- package/dist/assets/{index27.css → modal-fullscreen.css} +1 -1
- package/dist/assets/{index19.css → popover.css} +1 -1
- package/dist/assets/radio-input.css +1 -1
- package/dist/assets/segmented-control.css +1 -0
- package/dist/assets/selection-card-group.css +1 -0
- package/dist/assets/{index44.css → sidepanel.css} +1 -1
- package/dist/assets/status.css +1 -0
- package/dist/assets/structured-list-item.css +1 -0
- package/dist/assets/{index32.css → tabs.css} +1 -1
- package/dist/assets/toggle.css +1 -0
- package/dist/assets/tutorial.css +1 -0
- package/dist/assets/use-cached-selected-values.css +1 -1
- package/dist/avatar-image.js +1 -1
- package/dist/badge.js +13 -14
- package/dist/badge.js.map +1 -1
- package/dist/button.js +14 -89
- package/dist/button.js.map +1 -1
- package/dist/card.js +4 -203
- package/dist/card.js.map +1 -1
- package/dist/checkbox.js +8 -194
- package/dist/checkbox.js.map +1 -1
- package/dist/chunks/1-generic-use.CZhwP2Yc.js +5 -0
- package/dist/chunks/1-generic-use.CZhwP2Yc.js.map +1 -0
- package/dist/chunks/1-generic-use.R6x8PEGA.js +5 -0
- package/dist/chunks/1-generic-use.R6x8PEGA.js.map +1 -0
- package/dist/chunks/2-generic-use.CNKjB4B7.js +5 -0
- package/dist/chunks/2-generic-use.CNKjB4B7.js.map +1 -0
- package/dist/chunks/2-generic-use.w0fUhovx.js +5 -0
- package/dist/chunks/2-generic-use.w0fUhovx.js.map +1 -0
- package/dist/chunks/3-generic-use.BLEzR04g.js +5 -0
- package/dist/chunks/3-generic-use.BLEzR04g.js.map +1 -0
- package/dist/chunks/3-generic-use.D3NFHgI4.js +5 -0
- package/dist/chunks/3-generic-use.D3NFHgI4.js.map +1 -0
- package/dist/chunks/4-generic-use.CULEpvgj.js +5 -0
- package/dist/chunks/4-generic-use.CULEpvgj.js.map +1 -0
- package/dist/chunks/4-generic-use.D82y3n39.js +5 -0
- package/dist/chunks/4-generic-use.D82y3n39.js.map +1 -0
- package/dist/chunks/{_plugin-vue_export-helper.dad06003.js → _plugin-vue_export-helper.CHgC5LLL.js} +1 -1
- package/dist/chunks/_plugin-vue_export-helper.CHgC5LLL.js.map +1 -0
- package/dist/chunks/accordion-item.BcfGYvjn.js +126 -0
- package/dist/chunks/accordion-item.BcfGYvjn.js.map +1 -0
- package/dist/chunks/action-bar.BvAtk-jI.js +188 -0
- package/dist/chunks/action-bar.BvAtk-jI.js.map +1 -0
- package/dist/chunks/adding-payment-methods.BJZLPxtM.js +5 -0
- package/dist/chunks/adding-payment-methods.BJZLPxtM.js.map +1 -0
- package/dist/chunks/adding-payment-methods.Dle8zt43.js +5 -0
- package/dist/chunks/adding-payment-methods.Dle8zt43.js.map +1 -0
- package/dist/chunks/adyen-giving.Ffw_DlJK.js +5 -0
- package/dist/chunks/adyen-giving.Ffw_DlJK.js.map +1 -0
- package/dist/chunks/adyen-giving.LiKHj_jY.js +5 -0
- package/dist/chunks/adyen-giving.LiKHj_jY.js.map +1 -0
- package/dist/chunks/alert.C0gIf7Ka.js +162 -0
- package/dist/chunks/alert.C0gIf7Ka.js.map +1 -0
- package/dist/chunks/{aria-label.ac9651a5.js → aria-label.CaUURpnB.js} +1 -1
- package/dist/chunks/{aria-label.ac9651a5.js.map → aria-label.CaUURpnB.js.map} +1 -1
- package/dist/chunks/avatar-image.DO4w_loj.js +61 -0
- package/dist/chunks/avatar-image.DO4w_loj.js.map +1 -0
- package/dist/chunks/{base-button.e84acf30.js → base-button.ewkxHD6W.js} +24 -25
- package/dist/chunks/{base-button.e84acf30.js.map → base-button.ewkxHD6W.js.map} +1 -1
- package/dist/chunks/{base-modal.29e062d0.js → base-modal.BgYlnM_Q.js} +81 -83
- package/dist/chunks/{base-modal.29e062d0.js.map → base-modal.BgYlnM_Q.js.map} +1 -1
- package/dist/chunks/{base-modal.keys.b08a6bdf.js → base-modal.keys.C2PQXcE2.js} +1 -1
- package/dist/chunks/{base-modal.keys.b08a6bdf.js.map → base-modal.keys.C2PQXcE2.js.map} +1 -1
- package/dist/chunks/{button-actions-with-menu.7fce47a2.js → button-actions-with-menu.C14zvgVo.js} +14 -15
- package/dist/chunks/{button-actions-with-menu.7fce47a2.js.map → button-actions-with-menu.C14zvgVo.js.map} +1 -1
- package/dist/chunks/{button-actions.642b37de.js → button-actions.hGhRdgC2.js} +41 -40
- package/dist/chunks/button-actions.hGhRdgC2.js.map +1 -0
- package/dist/chunks/{button.60dad578.js → button.DoqHEvPh.js} +38 -38
- package/dist/chunks/button.DoqHEvPh.js.map +1 -0
- package/dist/chunks/{calendar.f38cdab9.js → calendar.CwULNbSL.js} +285 -326
- package/dist/chunks/{calendar.f38cdab9.js.map → calendar.CwULNbSL.js.map} +1 -1
- package/dist/chunks/card.C7zLKdcy.js +205 -0
- package/dist/chunks/card.C7zLKdcy.js.map +1 -0
- package/dist/chunks/checkbox-group.BcT-eZ2p.js +192 -0
- package/dist/chunks/checkbox-group.BcT-eZ2p.js.map +1 -0
- package/dist/chunks/{checkbox-input.ab758a81.js → checkbox-input.CR1lHf7f.js} +43 -43
- package/dist/chunks/{checkbox-input.ab758a81.js.map → checkbox-input.CR1lHf7f.js.map} +1 -1
- package/dist/chunks/{checkbox.f55ee3a5.js → checkbox.xjIFibII.js} +38 -39
- package/dist/chunks/{checkbox.f55ee3a5.js.map → checkbox.xjIFibII.js.map} +1 -1
- package/dist/chunks/checkmark-circle-fill.D29b-JWj.js +44 -0
- package/dist/chunks/{checkmark-circle-fill.f3a69c6a.js.map → checkmark-circle-fill.D29b-JWj.js.map} +1 -1
- package/dist/chunks/{checkmark-small.d7e31e5e.js → checkmark-small.BCeGkayS.js} +10 -10
- package/dist/chunks/{checkmark-small.d7e31e5e.js.map → checkmark-small.BCeGkayS.js.map} +1 -1
- package/dist/chunks/{chevron-left.963d35e9.js → chevron-left.4JHuWe7i.js} +18 -18
- package/dist/chunks/{chevron-left.963d35e9.js.map → chevron-left.4JHuWe7i.js.map} +1 -1
- package/dist/chunks/{chevron-up.05ca20db.js → chevron-up.5-KtIp8i.js} +19 -19
- package/dist/chunks/{chevron-up.05ca20db.js.map → chevron-up.5-KtIp8i.js.map} +1 -1
- package/dist/chunks/click-outside.DABh6NLr.js +23 -0
- package/dist/chunks/click-outside.DABh6NLr.js.map +1 -0
- package/dist/chunks/code-snippet.e8bxDBCO.js +1052 -0
- package/dist/chunks/code-snippet.e8bxDBCO.js.map +1 -0
- package/dist/chunks/{controls-group.9e0f17b2.js → controls-group.DWu8NqKL.js} +17 -18
- package/dist/chunks/{controls-group.9e0f17b2.js.map → controls-group.DWu8NqKL.js.map} +1 -1
- package/dist/chunks/{copy.852d4cb8.js → copy.BhO7oRgC.js} +39 -40
- package/dist/chunks/{copy.852d4cb8.js.map → copy.BhO7oRgC.js.map} +1 -1
- package/dist/chunks/{country.types.002caff2.js → country.types.Br0AjxGy.js} +5 -5
- package/dist/chunks/{country.types.002caff2.js.map → country.types.Br0AjxGy.js.map} +1 -1
- package/dist/chunks/country.vX94O3uR.js +98 -0
- package/dist/chunks/country.vX94O3uR.js.map +1 -0
- package/dist/chunks/{cross-circle-fill.81925c7f.js → cross-circle-fill.vLaelNTN.js} +12 -12
- package/dist/chunks/{cross-circle-fill.81925c7f.js.map → cross-circle-fill.vLaelNTN.js.map} +1 -1
- package/dist/chunks/cross-small.48UCoOqB.js +29 -0
- package/dist/chunks/{cross-small.9bc6a02f.js.map → cross-small.48UCoOqB.js.map} +1 -1
- package/dist/chunks/cross.BlL0FyHo.js +29 -0
- package/dist/chunks/{cross.a60533f6.js.map → cross.BlL0FyHo.js.map} +1 -1
- package/dist/chunks/currency.CgVd9fQN.js +121 -0
- package/dist/chunks/currency.CgVd9fQN.js.map +1 -0
- package/dist/chunks/dashboard-section.DKeDjvkB.js +167 -0
- package/dist/chunks/dashboard-section.DKeDjvkB.js.map +1 -0
- package/dist/chunks/dashed-underline.DGTW7Y_-.js +79 -0
- package/dist/chunks/dashed-underline.DGTW7Y_-.js.map +1 -0
- package/dist/chunks/data-grid-template.6Nls-D4o.js +89 -0
- package/dist/chunks/data-grid-template.6Nls-D4o.js.map +1 -0
- package/dist/chunks/{data-grid-template.keys.a819a991.js → data-grid-template.keys.2_AkxuNT.js} +1 -1
- package/dist/chunks/{data-grid-template.keys.a819a991.js.map → data-grid-template.keys.2_AkxuNT.js.map} +1 -1
- package/dist/chunks/data-grid.BwfZhc09.js +2733 -0
- package/dist/chunks/data-grid.BwfZhc09.js.map +1 -0
- package/dist/chunks/{date-input.9186a0bf.js → date-input.BqBdAO1E.js} +1 -1
- package/dist/chunks/{date-input.9186a0bf.js.map → date-input.BqBdAO1E.js.map} +1 -1
- package/dist/chunks/date-picker.CoPmllNh.js +273 -0
- package/dist/chunks/date-picker.CoPmllNh.js.map +1 -0
- package/dist/chunks/{index.96cd0d4c.js → date-range-picker.CiwDo2jW.js} +216 -218
- package/dist/chunks/date-range-picker.CiwDo2jW.js.map +1 -0
- package/dist/chunks/{index.146f967e.js → date.2ndGvIGE.js} +36 -41
- package/dist/chunks/date.2ndGvIGE.js.map +1 -0
- package/dist/chunks/{debounce.b5ef6acf.js → debounce.DUTu11PS.js} +1 -1
- package/dist/chunks/{debounce.b5ef6acf.js.map → debounce.DUTu11PS.js.map} +1 -1
- package/dist/chunks/{dialog-page.ea67bb14.js → dialog-page.BLqqR73w.js} +48 -49
- package/dist/chunks/{dialog-page.ea67bb14.js.map → dialog-page.BLqqR73w.js.map} +1 -1
- package/dist/chunks/divider.CnwfddJD.js +22 -0
- package/dist/chunks/divider.CnwfddJD.js.map +1 -0
- package/dist/chunks/{dropdown-default-textbox.ad5063c2.js → dropdown-default-textbox.-Oy2eT40.js} +75 -77
- package/dist/chunks/{dropdown-default-textbox.ad5063c2.js.map → dropdown-default-textbox.-Oy2eT40.js.map} +1 -1
- package/dist/chunks/dropdown-tag.C-LxVWlt.js +201 -0
- package/dist/chunks/dropdown-tag.C-LxVWlt.js.map +1 -0
- package/dist/chunks/{dropdown.d8587f36.js → dropdown.CxBlK83Q.js} +221 -233
- package/dist/chunks/dropdown.CxBlK83Q.js.map +1 -0
- package/dist/chunks/empty-state.BBxgpI-D.js +185 -0
- package/dist/chunks/empty-state.BBxgpI-D.js.map +1 -0
- package/dist/chunks/{error-message.3fb5573a.js → error-message.DyjHMyEZ.js} +30 -32
- package/dist/chunks/{error-message.3fb5573a.js.map → error-message.DyjHMyEZ.js.map} +1 -1
- package/dist/chunks/events.CMzGybJJ.js +47 -0
- package/dist/chunks/events.CMzGybJJ.js.map +1 -0
- package/dist/chunks/filter-bar.U2ZcPmSU.js +2775 -0
- package/dist/chunks/filter-bar.U2ZcPmSU.js.map +1 -0
- package/dist/chunks/{fixed-scroller.59aefd1b.js → fixed-scroller.DV7HtKDr.js} +20 -21
- package/dist/chunks/{fixed-scroller.59aefd1b.js.map → fixed-scroller.DV7HtKDr.js.map} +1 -1
- package/dist/chunks/{index.8be283d5.js → focus-trap.CwkbHfT8.js} +20 -20
- package/dist/chunks/focus-trap.CwkbHfT8.js.map +1 -0
- package/dist/chunks/{footer-actions.89e68269.js → footer-actions.D9nQFagi.js} +20 -21
- package/dist/chunks/{footer-actions.89e68269.js.map → footer-actions.D9nQFagi.js.map} +1 -1
- package/dist/chunks/form-layout-title.4Gz8-dJv.js +204 -0
- package/dist/chunks/form-layout-title.4Gz8-dJv.js.map +1 -0
- package/dist/chunks/{form-layout.types.a7a1438d.js → form-layout.types.D3EKzbE7.js} +1 -1
- package/dist/chunks/{form-layout.types.a7a1438d.js.map → form-layout.types.D3EKzbE7.js.map} +1 -1
- package/dist/chunks/{get-slot-text.bead058f.js → get-slot-text.D5WBGjic.js} +1 -1
- package/dist/chunks/{get-slot-text.bead058f.js.map → get-slot-text.D5WBGjic.js.map} +1 -1
- package/dist/chunks/{grid-layout.c2fe3057.js → grid-layout.CqLbbEzI.js} +15 -15
- package/dist/chunks/{grid-layout.c2fe3057.js.map → grid-layout.CqLbbEzI.js.map} +1 -1
- package/dist/chunks/header.Cr7115vM.js +307 -0
- package/dist/chunks/header.Cr7115vM.js.map +1 -0
- package/dist/chunks/{i18n.f7e6533e.js → i18n.DY5YXG5f.js} +46 -89
- package/dist/chunks/{i18n.f7e6533e.js.map → i18n.DY5YXG5f.js.map} +1 -1
- package/dist/chunks/image.0KzfycGE.js +78 -0
- package/dist/chunks/image.0KzfycGE.js.map +1 -0
- package/dist/chunks/{index.fdf12170.js → index.B_EJflcs.js} +2 -2
- package/dist/chunks/{index.fdf12170.js.map → index.B_EJflcs.js.map} +1 -1
- package/dist/chunks/{index.f55fdc32.js → index.B_UZQ6qF.js} +209 -243
- package/dist/chunks/{index.f55fdc32.js.map → index.B_UZQ6qF.js.map} +1 -1
- package/dist/chunks/index.Dytpif0G.js +125 -0
- package/dist/chunks/index.Dytpif0G.js.map +1 -0
- package/dist/chunks/{index.d80206ed.js → index.Z84QE0E2.js} +2 -2
- package/dist/chunks/{index.d80206ed.js.map → index.Z84QE0E2.js.map} +1 -1
- package/dist/chunks/{index.86453263.js → index.xqFSZOAb.js} +2 -2
- package/dist/chunks/{index.86453263.js.map → index.xqFSZOAb.js.map} +1 -1
- package/dist/chunks/info-icon.DvL1e5Iu.js +45 -0
- package/dist/chunks/info-icon.DvL1e5Iu.js.map +1 -0
- package/dist/chunks/{info.205b4496.js → info.CNegCnli.js} +17 -17
- package/dist/chunks/{info.205b4496.js.map → info.CNegCnli.js.map} +1 -1
- package/dist/chunks/input-field.iH1ICJkQ.js +344 -0
- package/dist/chunks/input-field.iH1ICJkQ.js.map +1 -0
- package/dist/chunks/internal-error.BLZodVBE.js +5 -0
- package/dist/chunks/internal-error.BLZodVBE.js.map +1 -0
- package/dist/chunks/internal-error.BmrwJFpR.js +5 -0
- package/dist/chunks/internal-error.BmrwJFpR.js.map +1 -0
- package/dist/chunks/{keyboard-navigation.ca47dfa8.js → keyboard-navigation.Clz1jOaA.js} +2 -2
- package/dist/chunks/{keyboard-navigation.ca47dfa8.js.map → keyboard-navigation.Clz1jOaA.js.map} +1 -1
- package/dist/chunks/link.DeNN3Amu.js +111 -0
- package/dist/chunks/link.DeNN3Amu.js.map +1 -0
- package/dist/chunks/listbox-option-tag.Bv4-hXnG.js +94 -0
- package/dist/chunks/listbox-option-tag.Bv4-hXnG.js.map +1 -0
- package/dist/chunks/{loading-button.0391ad8b.js → loading-button.BI32pZiW.js} +19 -20
- package/dist/chunks/{loading-button.0391ad8b.js.map → loading-button.BI32pZiW.js.map} +1 -1
- package/dist/chunks/loading-indicator.BFMEf39U.js +44 -0
- package/dist/chunks/loading-indicator.BFMEf39U.js.map +1 -0
- package/dist/chunks/{index.030c1dd7.js → menu.DN-xhDQU.js} +80 -82
- package/dist/chunks/menu.DN-xhDQU.js.map +1 -0
- package/dist/chunks/modal-fullscreen.CeogBGfr.js +264 -0
- package/dist/chunks/modal-fullscreen.CeogBGfr.js.map +1 -0
- package/dist/chunks/{modal-fullscreen.keys.b9f31632.js → modal-fullscreen.keys.CMba3hYp.js} +1 -1
- package/dist/chunks/{modal-fullscreen.keys.b9f31632.js.map → modal-fullscreen.keys.CMba3hYp.js.map} +1 -1
- package/dist/chunks/modal.vue_vue_type_script_setup_true_lang.BBef1Rl9.js +495 -0
- package/dist/chunks/modal.vue_vue_type_script_setup_true_lang.BBef1Rl9.js.map +1 -0
- package/dist/chunks/no-results-found.Bg_ZcEid.js +5 -0
- package/dist/chunks/no-results-found.Bg_ZcEid.js.map +1 -0
- package/dist/chunks/no-results-found.BqvYsBR6.js +5 -0
- package/dist/chunks/no-results-found.BqvYsBR6.js.map +1 -0
- package/dist/chunks/notifications-cleared.BMZk37uf.js +5 -0
- package/dist/chunks/notifications-cleared.BMZk37uf.js.map +1 -0
- package/dist/chunks/notifications-cleared.C7W9ZXY7.js +5 -0
- package/dist/chunks/notifications-cleared.C7W9ZXY7.js.map +1 -0
- package/dist/chunks/{on-click-outside.3e0c3e2a.js → on-click-outside.CcNG5w7_.js} +1 -1
- package/dist/chunks/{on-click-outside.3e0c3e2a.js.map → on-click-outside.CcNG5w7_.js.map} +1 -1
- package/dist/chunks/page-not-found.COJLPVaU.js +5 -0
- package/dist/chunks/page-not-found.COJLPVaU.js.map +1 -0
- package/dist/chunks/page-not-found.DWW6W-PZ.js +5 -0
- package/dist/chunks/page-not-found.DWW6W-PZ.js.map +1 -0
- package/dist/chunks/pagination.BwG1MF4j.js +633 -0
- package/dist/chunks/pagination.BwG1MF4j.js.map +1 -0
- package/dist/chunks/{payment-method.31a68b9b.js → payment-method.NCItxw1D.js} +26 -27
- package/dist/chunks/{payment-method.31a68b9b.js.map → payment-method.NCItxw1D.js.map} +1 -1
- package/dist/chunks/payment-method.types.CJKfZQN5.js +5 -0
- package/dist/chunks/payment-method.types.CJKfZQN5.js.map +1 -0
- package/dist/chunks/planned-maintenance.C61sWB9h.js +5 -0
- package/dist/chunks/planned-maintenance.C61sWB9h.js.map +1 -0
- package/dist/chunks/planned-maintenance.jmWYTdet.js +5 -0
- package/dist/chunks/planned-maintenance.jmWYTdet.js.map +1 -0
- package/dist/chunks/{index.5bdebf9d.js → popover.DRb2GW7t.js} +48 -49
- package/dist/chunks/popover.DRb2GW7t.js.map +1 -0
- package/dist/chunks/{index.9bf04b01.js → popper-container.B76aE-3-.js} +180 -182
- package/dist/chunks/popper-container.B76aE-3-.js.map +1 -0
- package/dist/chunks/radio-group.B9HCffiZ.js +296 -0
- package/dist/chunks/radio-group.B9HCffiZ.js.map +1 -0
- package/dist/chunks/{radio-input.1dd15424.js → radio-input.BEzK-fgR.js} +13 -14
- package/dist/chunks/radio-input.BEzK-fgR.js.map +1 -0
- package/dist/chunks/referrals.BvtT-kQS.js +5 -0
- package/dist/chunks/referrals.BvtT-kQS.js.map +1 -0
- package/dist/chunks/referrals.aX8WZigH.js +5 -0
- package/dist/chunks/referrals.aX8WZigH.js.map +1 -0
- package/dist/chunks/refresh.BfxRdaQb.js +29 -0
- package/dist/chunks/{refresh.53691839.js.map → refresh.BfxRdaQb.js.map} +1 -1
- package/dist/chunks/{resize.a041304d.js → resize.Bqks3WUm.js} +1 -1
- package/dist/chunks/{resize.a041304d.js.map → resize.Bqks3WUm.js.map} +1 -1
- package/dist/chunks/search-bar.DxskyM4e.js +107 -0
- package/dist/chunks/search-bar.DxskyM4e.js.map +1 -0
- package/dist/chunks/{search.4e4ee4dd.js → search.0lh99z1F.js} +16 -16
- package/dist/chunks/{search.4e4ee4dd.js.map → search.0lh99z1F.js.map} +1 -1
- package/dist/chunks/secondary-nav.D66nxbU-.js +112 -0
- package/dist/chunks/secondary-nav.D66nxbU-.js.map +1 -0
- package/dist/chunks/segmented-control.NnFfAdTq.js +142 -0
- package/dist/chunks/segmented-control.NnFfAdTq.js.map +1 -0
- package/dist/chunks/segmented-control.types.BHRLV8KU.js +5 -0
- package/dist/chunks/segmented-control.types.BHRLV8KU.js.map +1 -0
- package/dist/chunks/selection-card-group.C-YLePO4.js +385 -0
- package/dist/chunks/selection-card-group.C-YLePO4.js.map +1 -0
- package/dist/chunks/sidepanel.B-LtA15e.js +230 -0
- package/dist/chunks/sidepanel.B-LtA15e.js.map +1 -0
- package/dist/chunks/{sidepanel.keys.1ed8a57c.js → sidepanel.keys.R0DKQuYx.js} +1 -1
- package/dist/chunks/{sidepanel.keys.1ed8a57c.js.map → sidepanel.keys.R0DKQuYx.js.map} +1 -1
- package/dist/chunks/status.types.Bqdcr1WO.js +42 -0
- package/dist/chunks/status.types.Bqdcr1WO.js.map +1 -0
- package/dist/chunks/step.CVoaYmVZ.js +284 -0
- package/dist/chunks/step.CVoaYmVZ.js.map +1 -0
- package/dist/chunks/structured-list-item.DQiPKhOI.js +101 -0
- package/dist/chunks/structured-list-item.DQiPKhOI.js.map +1 -0
- package/dist/chunks/success.DhioLvPD.js +5 -0
- package/dist/chunks/success.DhioLvPD.js.map +1 -0
- package/dist/chunks/success.nNwxJRBS.js +5 -0
- package/dist/chunks/success.nNwxJRBS.js.map +1 -0
- package/dist/chunks/summary-grid-item-custom.B941Kdvq.js +720 -0
- package/dist/chunks/summary-grid-item-custom.B941Kdvq.js.map +1 -0
- package/dist/chunks/{summary-grid.keys.1d1028c2.js → summary-grid.keys.BBbFrFGF.js} +1 -1
- package/dist/chunks/{summary-grid.keys.1d1028c2.js.map → summary-grid.keys.BBbFrFGF.js.map} +1 -1
- package/dist/chunks/tabs.TNKpNgTM.js +185 -0
- package/dist/chunks/tabs.TNKpNgTM.js.map +1 -0
- package/dist/chunks/{tabs.keys.358742f2.js → tabs.keys.Bc2pSKRw.js} +1 -1
- package/dist/chunks/{tabs.keys.358742f2.js.map → tabs.keys.Bc2pSKRw.js.map} +1 -1
- package/dist/chunks/tag.CPhtHjDD.js +75 -0
- package/dist/chunks/tag.CPhtHjDD.js.map +1 -0
- package/dist/chunks/{teleport.afeb4c3b.js → teleport.L8qFCYpr.js} +20 -21
- package/dist/chunks/{teleport.afeb4c3b.js.map → teleport.L8qFCYpr.js.map} +1 -1
- package/dist/chunks/textarea.CJ8xiMjv.js +288 -0
- package/dist/chunks/textarea.CJ8xiMjv.js.map +1 -0
- package/dist/chunks/timeline-item.Cap9MXkH.js +531 -0
- package/dist/chunks/timeline-item.Cap9MXkH.js.map +1 -0
- package/dist/chunks/toast.Bwo57uNy.js +215 -0
- package/dist/chunks/toast.Bwo57uNy.js.map +1 -0
- package/dist/chunks/toggle-button.q9F2dsIi.js +79 -0
- package/dist/chunks/toggle-button.q9F2dsIi.js.map +1 -0
- package/dist/chunks/toggle.DmTjGY0a.js +161 -0
- package/dist/chunks/toggle.DmTjGY0a.js.map +1 -0
- package/dist/chunks/{tooltip.1084d92b.js → tooltip.CTR3s-Rm.js} +60 -61
- package/dist/chunks/tooltip.CTR3s-Rm.js.map +1 -0
- package/dist/chunks/tutorial.vue_vue_type_script_setup_true_lang.WNVsOZdp.js +408 -0
- package/dist/chunks/tutorial.vue_vue_type_script_setup_true_lang.WNVsOZdp.js.map +1 -0
- package/dist/chunks/typography.D7onlQ9v.js +73 -0
- package/dist/chunks/typography.D7onlQ9v.js.map +1 -0
- package/dist/chunks/{unique-id.a2a2b458.js → unique-id.XFfoKuc2.js} +14 -20
- package/dist/chunks/{unique-id.a2a2b458.js.map → unique-id.XFfoKuc2.js.map} +1 -1
- package/dist/chunks/upload-files.5wQwbfkp.js +5 -0
- package/dist/chunks/upload-files.5wQwbfkp.js.map +1 -0
- package/dist/chunks/upload-files.jTQY6y2X.js +5 -0
- package/dist/chunks/upload-files.jTQY6y2X.js.map +1 -0
- package/dist/chunks/{use-bento-toast-controller.98d8613c.js → use-bento-toast-controller.C0A5tZgd.js} +3 -3
- package/dist/chunks/{use-bento-toast-controller.98d8613c.js.map → use-bento-toast-controller.C0A5tZgd.js.map} +1 -1
- package/dist/chunks/{use-cached-selected-values.852aeafe.js → use-cached-selected-values.BQBWFTvi.js} +490 -476
- package/dist/chunks/use-cached-selected-values.BQBWFTvi.js.map +1 -0
- package/dist/chunks/{use-click-outside.941d1600.js → use-click-outside.DbjR7Lh4.js} +2 -2
- package/dist/chunks/{use-click-outside.941d1600.js.map → use-click-outside.DbjR7Lh4.js.map} +1 -1
- package/dist/chunks/{use-country-items.32e30471.js → use-country-items.CongYNiX.js} +4 -4
- package/dist/chunks/{use-country-items.32e30471.js.map → use-country-items.CongYNiX.js.map} +1 -1
- package/dist/chunks/{use-default-slot-validator.1169c221.js → use-default-slot-validator.O02rzsob.js} +1 -1
- package/dist/chunks/{use-default-slot-validator.1169c221.js.map → use-default-slot-validator.O02rzsob.js.map} +1 -1
- package/dist/chunks/{use-expandable-content-height.62fc84e5.js → use-expandable-content-height.GkjjbmPy.js} +1 -1
- package/dist/chunks/{use-expandable-content-height.62fc84e5.js.map → use-expandable-content-height.GkjjbmPy.js.map} +1 -1
- package/dist/chunks/{use-form-layout-loading.d03e5d48.js → use-form-layout-loading.D3lALhtC.js} +2 -2
- package/dist/chunks/{use-form-layout-loading.d03e5d48.js.map → use-form-layout-loading.D3lALhtC.js.map} +1 -1
- package/dist/chunks/{use-has-slot.4d98bf29.js → use-has-slot.B7eQSabc.js} +1 -1
- package/dist/chunks/{use-has-slot.4d98bf29.js.map → use-has-slot.B7eQSabc.js.map} +1 -1
- package/dist/chunks/warning-filled.DHw1rVWs.js +29 -0
- package/dist/chunks/warning-filled.DHw1rVWs.js.map +1 -0
- package/dist/chunks/wrong-environment.BOsyKdRI.js +5 -0
- package/dist/chunks/wrong-environment.BOsyKdRI.js.map +1 -0
- package/dist/chunks/wrong-environment.BiHTPtbJ.js +5 -0
- package/dist/chunks/wrong-environment.BiHTPtbJ.js.map +1 -0
- package/dist/click-outside.js +2 -20
- package/dist/click-outside.js.map +1 -1
- package/dist/code-snippet.js +5 -2131
- package/dist/code-snippet.js.map +1 -1
- package/dist/country.js +8 -101
- package/dist/country.js.map +1 -1
- package/dist/currency.js +3 -118
- package/dist/currency.js.map +1 -1
- package/dist/dashboard-template.js +6 -0
- package/dist/dashboard-template.js.map +1 -0
- package/dist/dashed-underline.js +5 -0
- package/dist/dashed-underline.js.map +1 -0
- package/dist/data-grid-template.js +2 -87
- package/dist/data-grid-template.js.map +1 -1
- package/dist/data-grid.js +8 -2643
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +5 -272
- 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 +12 -205
- package/dist/dropdown.js.map +1 -1
- package/dist/empty-state.js +5 -176
- package/dist/empty-state.js.map +1 -1
- package/dist/filter-bar.js +5 -2778
- package/dist/filter-bar.js.map +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/form-layout.js +5 -205
- package/dist/form-layout.js.map +1 -1
- package/dist/header.js +2 -306
- package/dist/header.js.map +1 -1
- package/dist/image.js +4 -75
- package/dist/image.js.map +1 -1
- package/dist/index.js +263 -256
- package/dist/index.js.map +1 -1
- package/dist/info-icon.js +2 -43
- package/dist/info-icon.js.map +1 -1
- package/dist/input-field.js +7 -342
- package/dist/input-field.js.map +1 -1
- package/dist/internal.js +15 -15
- package/dist/link.js +1 -1
- package/dist/loading-indicator.js +3 -41
- package/dist/loading-indicator.js.map +1 -1
- package/dist/menu.js +1 -1
- package/dist/modal-fullscreen.js +3 -263
- package/dist/modal-fullscreen.js.map +1 -1
- package/dist/modal.js +11 -501
- package/dist/modal.js.map +1 -1
- package/dist/pagination.js +2 -634
- 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 +6 -296
- package/dist/radio-group.js.map +1 -1
- package/dist/search-bar.js +6 -107
- package/dist/search-bar.js.map +1 -1
- package/dist/secondary-nav.js +2 -112
- package/dist/secondary-nav.js.map +1 -1
- package/dist/segmented-control.js +4 -255
- package/dist/segmented-control.js.map +1 -1
- package/dist/selection-card.js +4 -384
- package/dist/selection-card.js.map +1 -1
- package/dist/sidepanel.js +4 -229
- package/dist/sidepanel.js.map +1 -1
- package/dist/status.js +3 -50
- package/dist/status.js.map +1 -1
- package/dist/stepper.js +5 -283
- package/dist/stepper.js.map +1 -1
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +9 -720
- package/dist/summary-grid.js.map +1 -1
- package/dist/tabs.js +3 -182
- package/dist/tabs.js.map +1 -1
- package/dist/tag.js +3 -73
- package/dist/tag.js.map +1 -1
- package/dist/textarea.js +2 -286
- package/dist/textarea.js.map +1 -1
- package/dist/timeline.js +7 -530
- package/dist/timeline.js.map +1 -1
- package/dist/toast.js +2 -215
- package/dist/toast.js.map +1 -1
- package/dist/toggle.js +4 -159
- package/dist/toggle.js.map +1 -1
- package/dist/tutorial.js +2 -392
- package/dist/tutorial.js.map +1 -1
- package/dist/typography.js +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +10 -10
- package/dist/assets/index11.css +0 -1
- package/dist/assets/index16.css +0 -1
- package/dist/assets/index18.css +0 -1
- package/dist/assets/index24.css +0 -1
- package/dist/assets/index25.css +0 -1
- package/dist/assets/index37.css +0 -1
- package/dist/assets/index40.css +0 -1
- package/dist/assets/index42.css +0 -1
- package/dist/assets/index46.css +0 -1
- package/dist/assets/index47.css +0 -1
- package/dist/assets/index9.css +0 -1
- package/dist/chunks/1-generic-use.3ea646cd.js +0 -5
- package/dist/chunks/1-generic-use.3ea646cd.js.map +0 -1
- package/dist/chunks/1-generic-use.ccca5813.js +0 -5
- package/dist/chunks/1-generic-use.ccca5813.js.map +0 -1
- package/dist/chunks/2-generic-use.443db127.js +0 -5
- package/dist/chunks/2-generic-use.443db127.js.map +0 -1
- package/dist/chunks/2-generic-use.d69d7c08.js +0 -5
- package/dist/chunks/2-generic-use.d69d7c08.js.map +0 -1
- package/dist/chunks/3-generic-use.9f74667f.js +0 -5
- package/dist/chunks/3-generic-use.9f74667f.js.map +0 -1
- package/dist/chunks/3-generic-use.fe7ae2ce.js +0 -5
- package/dist/chunks/3-generic-use.fe7ae2ce.js.map +0 -1
- package/dist/chunks/4-generic-use.0356f4a1.js +0 -5
- package/dist/chunks/4-generic-use.0356f4a1.js.map +0 -1
- package/dist/chunks/4-generic-use.cd04bad0.js +0 -5
- package/dist/chunks/4-generic-use.cd04bad0.js.map +0 -1
- package/dist/chunks/_plugin-vue_export-helper.dad06003.js.map +0 -1
- package/dist/chunks/adding-payment-methods.d570e03e.js +0 -5
- package/dist/chunks/adding-payment-methods.d570e03e.js.map +0 -1
- package/dist/chunks/adding-payment-methods.e419d6c0.js +0 -5
- package/dist/chunks/adding-payment-methods.e419d6c0.js.map +0 -1
- package/dist/chunks/adyen-giving.480913b5.js +0 -5
- package/dist/chunks/adyen-giving.480913b5.js.map +0 -1
- package/dist/chunks/adyen-giving.54ed984c.js +0 -5
- package/dist/chunks/adyen-giving.54ed984c.js.map +0 -1
- package/dist/chunks/button-actions.642b37de.js.map +0 -1
- package/dist/chunks/button.60dad578.js.map +0 -1
- package/dist/chunks/checkmark-circle-fill.f3a69c6a.js +0 -44
- package/dist/chunks/checkmark.87919b24.js +0 -29
- package/dist/chunks/checkmark.87919b24.js.map +0 -1
- package/dist/chunks/cross-small.9bc6a02f.js +0 -29
- package/dist/chunks/cross.a60533f6.js +0 -29
- package/dist/chunks/dropdown.d8587f36.js.map +0 -1
- package/dist/chunks/events.58c00e6d.js +0 -50
- package/dist/chunks/events.58c00e6d.js.map +0 -1
- package/dist/chunks/index.030c1dd7.js.map +0 -1
- package/dist/chunks/index.07122048.js +0 -23
- package/dist/chunks/index.07122048.js.map +0 -1
- package/dist/chunks/index.146f967e.js.map +0 -1
- package/dist/chunks/index.5bdebf9d.js.map +0 -1
- package/dist/chunks/index.6e0e9d21.js +0 -118
- package/dist/chunks/index.6e0e9d21.js.map +0 -1
- package/dist/chunks/index.8be283d5.js.map +0 -1
- package/dist/chunks/index.96cd0d4c.js.map +0 -1
- package/dist/chunks/index.9bf04b01.js.map +0 -1
- package/dist/chunks/index.a3d60e4f.js +0 -74
- package/dist/chunks/index.a3d60e4f.js.map +0 -1
- package/dist/chunks/index.ba3396d3.js +0 -62
- package/dist/chunks/index.ba3396d3.js.map +0 -1
- package/dist/chunks/index.c8ffede1.js +0 -168
- package/dist/chunks/index.c8ffede1.js.map +0 -1
- package/dist/chunks/internal-error.35cbb071.js +0 -5
- package/dist/chunks/internal-error.35cbb071.js.map +0 -1
- package/dist/chunks/internal-error.9a4823ed.js +0 -5
- package/dist/chunks/internal-error.9a4823ed.js.map +0 -1
- package/dist/chunks/listbox-option-tag.b6182b2e.js +0 -129
- package/dist/chunks/listbox-option-tag.b6182b2e.js.map +0 -1
- package/dist/chunks/no-results-found.58856d70.js +0 -5
- package/dist/chunks/no-results-found.58856d70.js.map +0 -1
- package/dist/chunks/no-results-found.cbb12f78.js +0 -5
- package/dist/chunks/no-results-found.cbb12f78.js.map +0 -1
- package/dist/chunks/notifications-cleared.71025c22.js +0 -5
- package/dist/chunks/notifications-cleared.71025c22.js.map +0 -1
- package/dist/chunks/notifications-cleared.c4f4bed4.js +0 -5
- package/dist/chunks/notifications-cleared.c4f4bed4.js.map +0 -1
- package/dist/chunks/page-not-found.a500440d.js +0 -5
- package/dist/chunks/page-not-found.a500440d.js.map +0 -1
- package/dist/chunks/page-not-found.d1a84ba7.js +0 -5
- package/dist/chunks/page-not-found.d1a84ba7.js.map +0 -1
- package/dist/chunks/planned-maintenance.7fa5ac16.js +0 -5
- package/dist/chunks/planned-maintenance.7fa5ac16.js.map +0 -1
- package/dist/chunks/planned-maintenance.cff01aed.js +0 -5
- package/dist/chunks/planned-maintenance.cff01aed.js.map +0 -1
- package/dist/chunks/radio-input.1dd15424.js.map +0 -1
- package/dist/chunks/referrals.178ce0eb.js +0 -5
- package/dist/chunks/referrals.178ce0eb.js.map +0 -1
- package/dist/chunks/referrals.599047da.js +0 -5
- package/dist/chunks/referrals.599047da.js.map +0 -1
- package/dist/chunks/refresh.53691839.js +0 -29
- package/dist/chunks/success.41981fe8.js +0 -5
- package/dist/chunks/success.41981fe8.js.map +0 -1
- package/dist/chunks/success.77fac78b.js +0 -5
- package/dist/chunks/success.77fac78b.js.map +0 -1
- package/dist/chunks/tooltip.1084d92b.js.map +0 -1
- package/dist/chunks/upload-files.2708eca7.js +0 -5
- package/dist/chunks/upload-files.2708eca7.js.map +0 -1
- package/dist/chunks/upload-files.b4cd9f8b.js +0 -5
- package/dist/chunks/upload-files.b4cd9f8b.js.map +0 -1
- package/dist/chunks/use-cached-selected-values.852aeafe.js.map +0 -1
- package/dist/chunks/wrong-environment.c73b0bc0.js +0 -5
- package/dist/chunks/wrong-environment.c73b0bc0.js.map +0 -1
- package/dist/chunks/wrong-environment.f890a237.js +0 -5
- package/dist/chunks/wrong-environment.f890a237.js.map +0 -1
- /package/dist/@types/packages/{vue2/src/components/internal → core/src/components}/radio-input/radio-input.types.d.ts +0 -0
- /package/dist/assets/{index13.css → avatar-image.css} +0 -0
- /package/dist/assets/{index21.css → badge.css} +0 -0
- /package/dist/assets/{index5.css → checkbox-group.css} +0 -0
- /package/dist/assets/{index4.css → country.css} +0 -0
- /package/dist/assets/{checkmark-circle-fill.css → cross.css} +0 -0
- /package/dist/assets/{index2.css → date-picker.css} +0 -0
- /package/dist/assets/{index20.css → date-range-picker.css} +0 -0
- /package/dist/assets/{index3.css → divider.css} +0 -0
- /package/dist/assets/{index48.css → dropdown-tag.css} +0 -0
- /package/dist/assets/{index8.css → empty-state.css} +0 -0
- /package/dist/assets/{index.css → focus-trap.css} +0 -0
- /package/dist/assets/{index15.css → header.css} +0 -0
- /package/dist/assets/{index6.css → info-icon.css} +0 -0
- /package/dist/assets/{index41.css → loading-indicator.css} +0 -0
- /package/dist/assets/{index28.css → pagination.css} +0 -0
- /package/dist/assets/{index29.css → popper-container.css} +0 -0
- /package/dist/assets/{index30.css → radio-group.css} +0 -0
- /package/dist/assets/{index22.css → search-bar.css} +0 -0
- /package/dist/assets/{index23.css → secondary-nav.css} +0 -0
- /package/dist/assets/{index45.css → step.css} +0 -0
- /package/dist/assets/{index31.css → summary-grid-item-custom.css} +0 -0
- /package/dist/assets/{index33.css → tag.css} +0 -0
- /package/dist/assets/{index34.css → textarea.css} +0 -0
- /package/dist/assets/{index35.css → timeline-item.css} +0 -0
- /package/dist/assets/{index36.css → toast.css} +0 -0
- /package/dist/assets/{index12.css → toggle-button.css} +0 -0
- /package/dist/assets/{index38.css → typography.css} +0 -0
|
@@ -18,7 +18,11 @@ import {
|
|
|
18
18
|
BentoCodeSnippet,
|
|
19
19
|
BentoCountry,
|
|
20
20
|
BentoCurrency,
|
|
21
|
+
BentoDashboardSection,
|
|
22
|
+
BentoDashboardTemplate,
|
|
23
|
+
BentoDashedUnderline,
|
|
21
24
|
BentoDataGrid,
|
|
25
|
+
BentoDataGridStaticIcon,
|
|
22
26
|
BentoDataGridTemplate,
|
|
23
27
|
BentoDate,
|
|
24
28
|
BentoDatePicker,
|
|
@@ -105,7 +109,11 @@ declare module 'vue' {
|
|
|
105
109
|
BentoCountry: typeof BentoCountry;
|
|
106
110
|
BentoCodeSnippet: typeof BentoCodeSnippet;
|
|
107
111
|
BentoCurrency: typeof BentoCurrency;
|
|
112
|
+
BentoDashboardSection: typeof BentoDashboardSection;
|
|
113
|
+
BentoDashboardTemplate: typeof BentoDashboardTemplate;
|
|
114
|
+
BentoDashedUnderline: typeof BentoDashedUnderline;
|
|
108
115
|
BentoDataGrid: typeof BentoDataGrid;
|
|
116
|
+
BentoDataGridStaticIcon: typeof BentoDataGridStaticIcon;
|
|
109
117
|
BentoDataGridTemplate: typeof BentoDataGridTemplate;
|
|
110
118
|
BentoDate: typeof BentoDate;
|
|
111
119
|
BentoDatePicker: typeof BentoDatePicker;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const storybookDocsParameter: (codeSource: string, language?: string) => {
|
|
2
|
+
docs: {
|
|
3
|
+
source: {
|
|
4
|
+
code: string;
|
|
5
|
+
language: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export declare const getPokemonFromApi: (pokemonName?: string) => Promise<{
|
|
10
|
+
label: any;
|
|
11
|
+
value: any;
|
|
12
|
+
}[]>;
|
|
@@ -7,6 +7,7 @@ export interface BentoButtonActionObject extends BentoButtonProps {
|
|
|
7
7
|
iconLeft?: VueNodeElement;
|
|
8
8
|
iconRight?: VueNodeElement;
|
|
9
9
|
state?: BentoLoadingButtonState | `${BentoLoadingButtonState}`;
|
|
10
|
+
iconOnly?: boolean;
|
|
10
11
|
}
|
|
11
12
|
export type BentoButtonActionsList = Array<BentoButtonActionObject>;
|
|
12
13
|
export declare enum BentoButtonActionsLayoutBasic {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from "../../../../../../vue3/node_modules/vue";
|
|
2
2
|
import { BentoButtonActionsLayout, BentoButtonActionsList } from './button-actions.types';
|
|
3
3
|
/**
|
|
4
|
-
* ButtonActions component
|
|
4
|
+
* ButtonActions component manages a set of actions a user can choose from by displaying a group of buttons.
|
|
5
5
|
*
|
|
6
6
|
* @example
|
|
7
7
|
* import { BentoButtonActions } from '@adyen/bento-vue2';
|
|
@@ -13,7 +13,8 @@ export declare enum BentoCodeSnippetSupportedLanguage {
|
|
|
13
13
|
JSON = "json",
|
|
14
14
|
XML = "xml",
|
|
15
15
|
JAVA = "java",
|
|
16
|
-
JAVASCRIPT = "javascript"
|
|
16
|
+
JAVASCRIPT = "javascript",
|
|
17
|
+
PYTHON = "python"
|
|
17
18
|
}
|
|
18
19
|
export declare enum BentoCodeSnippetEvent {
|
|
19
20
|
ACTION = "action",
|
|
@@ -28,7 +28,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
28
28
|
* Language name for syntax highlighting rules
|
|
29
29
|
*/
|
|
30
30
|
lang: {
|
|
31
|
-
type: PropType<"json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage>;
|
|
31
|
+
type: PropType<"json" | "xml" | "java" | "javascript" | "python" | BentoCodeSnippetSupportedLanguage>;
|
|
32
32
|
default: BentoCodeSnippetSupportedLanguage;
|
|
33
33
|
validator: (value: BentoCodeSnippetSupportedLanguage) => boolean;
|
|
34
34
|
};
|
|
@@ -117,7 +117,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
117
117
|
* Language name for syntax highlighting rules
|
|
118
118
|
*/
|
|
119
119
|
lang: {
|
|
120
|
-
type: PropType<"json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage>;
|
|
120
|
+
type: PropType<"json" | "xml" | "java" | "javascript" | "python" | BentoCodeSnippetSupportedLanguage>;
|
|
121
121
|
default: BentoCodeSnippetSupportedLanguage;
|
|
122
122
|
validator: (value: BentoCodeSnippetSupportedLanguage) => boolean;
|
|
123
123
|
};
|
|
@@ -181,7 +181,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
181
181
|
content: string;
|
|
182
182
|
loading: boolean;
|
|
183
183
|
expandable: boolean;
|
|
184
|
-
lang: "json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage;
|
|
184
|
+
lang: "json" | "xml" | "java" | "javascript" | "python" | BentoCodeSnippetSupportedLanguage;
|
|
185
185
|
langLabel: string;
|
|
186
186
|
editable: boolean;
|
|
187
187
|
actionable: boolean;
|
|
@@ -3,6 +3,7 @@ import { json } from '@codemirror/lang-json';
|
|
|
3
3
|
import { xml } from '@codemirror/lang-xml';
|
|
4
4
|
import { javascript } from '@codemirror/lang-javascript';
|
|
5
5
|
import { java } from '@codemirror/lang-java';
|
|
6
|
+
import { python } from '@codemirror/lang-python';
|
|
6
7
|
/**
|
|
7
8
|
* Returns a language loder for `CodeMirror`.
|
|
8
9
|
* Supported languages: json, xml, javascript & java
|
|
@@ -10,4 +11,4 @@ import { java } from '@codemirror/lang-java';
|
|
|
10
11
|
* @param language Language to be used
|
|
11
12
|
* @returns Language configuration loader to be used in codemirror
|
|
12
13
|
*/
|
|
13
|
-
export declare const getLangLoader: (language: BentoCodeSnippetSupportedLanguage | `${BentoCodeSnippetSupportedLanguage}`) => () => Promise<typeof json | typeof xml | typeof javascript | typeof java>;
|
|
14
|
+
export declare const getLangLoader: (language: BentoCodeSnippetSupportedLanguage | `${BentoCodeSnippetSupportedLanguage}`) => () => Promise<typeof json | typeof xml | typeof javascript | typeof java | typeof python>;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { type BentoPopoverPositions } from "../popover";
|
|
2
|
+
import { type BentoTooltipPosition } from "../../directives/tooltip/index";
|
|
3
|
+
/**
|
|
4
|
+
* The dashed underline serves as a visual cue to indicate that additional information is available for
|
|
5
|
+
* a specific word or phrase without adding an icon.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* import { BentoDashedUnderline } from '@adyen/bento-vue2';
|
|
9
|
+
*
|
|
10
|
+
* export default {
|
|
11
|
+
* components: { BentoDashedUnderline },
|
|
12
|
+
* template: `
|
|
13
|
+
* <bento-dashed-underline>
|
|
14
|
+
* annotated text
|
|
15
|
+
* </bento-dashed-underline>
|
|
16
|
+
* `
|
|
17
|
+
* }
|
|
18
|
+
*/
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
20
|
+
/**
|
|
21
|
+
* Text showed in the popover on hover
|
|
22
|
+
*/
|
|
23
|
+
popoverText?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Position the popover should take if space is available
|
|
26
|
+
*/
|
|
27
|
+
popoverPosition?: BentoPopoverPositions | `${BentoPopoverPositions}`;
|
|
28
|
+
/**
|
|
29
|
+
* Attaches a `BentoTooltip` if present. Text showed in the tooltip on hover.
|
|
30
|
+
*/
|
|
31
|
+
tooltipText?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Position the tooltip should take if space is available.
|
|
34
|
+
*/
|
|
35
|
+
tooltipPosition?: BentoTooltipPosition | `${BentoTooltipPosition}`;
|
|
36
|
+
}>, {
|
|
37
|
+
popoverText: any;
|
|
38
|
+
popoverPosition: string;
|
|
39
|
+
tooltipText: any;
|
|
40
|
+
tooltipPosition: string;
|
|
41
|
+
}>, {}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
42
|
+
/**
|
|
43
|
+
* Text showed in the popover on hover
|
|
44
|
+
*/
|
|
45
|
+
popoverText?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Position the popover should take if space is available
|
|
48
|
+
*/
|
|
49
|
+
popoverPosition?: BentoPopoverPositions | `${BentoPopoverPositions}`;
|
|
50
|
+
/**
|
|
51
|
+
* Attaches a `BentoTooltip` if present. Text showed in the tooltip on hover.
|
|
52
|
+
*/
|
|
53
|
+
tooltipText?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Position the tooltip should take if space is available.
|
|
56
|
+
*/
|
|
57
|
+
tooltipPosition?: BentoTooltipPosition | `${BentoTooltipPosition}`;
|
|
58
|
+
}>, {
|
|
59
|
+
popoverText: any;
|
|
60
|
+
popoverPosition: string;
|
|
61
|
+
tooltipText: any;
|
|
62
|
+
tooltipPosition: string;
|
|
63
|
+
}>>>, {
|
|
64
|
+
tooltipPosition: BentoTooltipPosition | `${BentoTooltipPosition}`;
|
|
65
|
+
tooltipText: string;
|
|
66
|
+
popoverText: string;
|
|
67
|
+
popoverPosition: BentoPopoverPositions | `${BentoPopoverPositions}`;
|
|
68
|
+
}>, {
|
|
69
|
+
default: (_: {}) => any;
|
|
70
|
+
'popover-content': (_: {}) => any;
|
|
71
|
+
}>;
|
|
72
|
+
export default _default;
|
|
73
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
74
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
75
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
76
|
+
type: import("../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
77
|
+
} : {
|
|
78
|
+
type: import("../../../../vue3/node_modules/vue").PropType<T[K]>;
|
|
79
|
+
required: true;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
type __VLS_WithDefaults<P, D> = {
|
|
83
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
84
|
+
default: D[K];
|
|
85
|
+
} : P[K];
|
|
86
|
+
};
|
|
87
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
88
|
+
new (): {
|
|
89
|
+
$slots: S;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as BentoDashedUnderline } from './dashed-underline.vue';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type BentoDataGridStaticIconVariant = 'checkmark' | 'warning' | 'error' | 'no-value' | 'cross';
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { BentoDataGridStaticIconVariant } from './data-grid-static-icon.types';
|
|
2
|
+
/**
|
|
3
|
+
* The bento-data-grid-static-icon is an icon component with an associated toltip to be used within cellls of the bento-data-grid
|
|
4
|
+
*
|
|
5
|
+
* @example
|
|
6
|
+
* import { BentoDataGridStaticIcon } from '@adyen/bento-vue2';
|
|
7
|
+
*
|
|
8
|
+
* export default {
|
|
9
|
+
* components: { BentoDataGridStaticIcon },
|
|
10
|
+
* template: `
|
|
11
|
+
* <bento-data-grid-static-icon variant="warning" text="Your tooltip text" />
|
|
12
|
+
* `
|
|
13
|
+
* }
|
|
14
|
+
*/
|
|
15
|
+
declare const _default: import("../../../../../../vue3/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
16
|
+
/**
|
|
17
|
+
* Renderes the icon with color.
|
|
18
|
+
*/
|
|
19
|
+
colored?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* The text displaying in the tooltip.
|
|
22
|
+
*/
|
|
23
|
+
tooltipText: string;
|
|
24
|
+
/**
|
|
25
|
+
* The variant of the icon.
|
|
26
|
+
*/
|
|
27
|
+
variant?: BentoDataGridStaticIconVariant;
|
|
28
|
+
}>, {
|
|
29
|
+
variant: string;
|
|
30
|
+
colored: boolean;
|
|
31
|
+
}>, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
32
|
+
/**
|
|
33
|
+
* Renderes the icon with color.
|
|
34
|
+
*/
|
|
35
|
+
colored?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* The text displaying in the tooltip.
|
|
38
|
+
*/
|
|
39
|
+
tooltipText: string;
|
|
40
|
+
/**
|
|
41
|
+
* The variant of the icon.
|
|
42
|
+
*/
|
|
43
|
+
variant?: BentoDataGridStaticIconVariant;
|
|
44
|
+
}>, {
|
|
45
|
+
variant: string;
|
|
46
|
+
colored: boolean;
|
|
47
|
+
}>>>, {
|
|
48
|
+
variant: BentoDataGridStaticIconVariant;
|
|
49
|
+
colored: boolean;
|
|
50
|
+
}>;
|
|
51
|
+
export default _default;
|
|
52
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
53
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
54
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
55
|
+
type: import("../../../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
56
|
+
} : {
|
|
57
|
+
type: import("../../../../../../vue3/node_modules/vue").PropType<T[K]>;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
type __VLS_WithDefaults<P, D> = {
|
|
62
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
63
|
+
default: D[K];
|
|
64
|
+
} : P[K];
|
|
65
|
+
};
|
|
@@ -3,3 +3,4 @@ export { default as BentoDataGridConfigSettings } from './data-grid-config-setti
|
|
|
3
3
|
export { default as DataGridLazyLoad } from './data-grid-lazy-load/data-grid-lazy-load.vue';
|
|
4
4
|
export { default as DataGridCell } from './data-grid-cell/data-grid-cell.vue';
|
|
5
5
|
export { default as DataGridCellActions } from './data-grid-cell-actions/data-grid-cell-actions.vue';
|
|
6
|
+
export { default as BentoDataGridStaticIcon } from './data-grid-static-icon/data-grid-static-icon.vue';
|
|
@@ -75,6 +75,7 @@ export declare const useCalculateColumnWidth: (newColumns: Ref<BentoColumn[]>, n
|
|
|
75
75
|
inverse?: boolean;
|
|
76
76
|
iconLeft?: object | Element | (object | Element)[];
|
|
77
77
|
iconRight?: object | Element | (object | Element)[];
|
|
78
|
+
iconOnly?: boolean;
|
|
78
79
|
title?: string;
|
|
79
80
|
event?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionEvent;
|
|
80
81
|
isShort?: true;
|
|
@@ -29,6 +29,7 @@ export declare const useColumnHovering: (columnSets: Ref<DatagridConfigSettingsC
|
|
|
29
29
|
inverse?: boolean;
|
|
30
30
|
iconLeft?: object | Element | (object | Element)[];
|
|
31
31
|
iconRight?: object | Element | (object | Element)[];
|
|
32
|
+
iconOnly?: boolean;
|
|
32
33
|
title?: string;
|
|
33
34
|
event?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionEvent;
|
|
34
35
|
isShort?: true;
|
|
@@ -37,6 +37,7 @@ export declare const useColumnReorderer: (columnsRef: MaybeRef<BentoColumn[]>, h
|
|
|
37
37
|
inverse?: boolean;
|
|
38
38
|
iconLeft?: object | Element | (object | Element)[];
|
|
39
39
|
iconRight?: object | Element | (object | Element)[];
|
|
40
|
+
iconOnly?: boolean;
|
|
40
41
|
title?: string;
|
|
41
42
|
event?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionEvent;
|
|
42
43
|
isShort?: true;
|
|
@@ -96,6 +97,7 @@ export declare const useColumnReorderer: (columnsRef: MaybeRef<BentoColumn[]>, h
|
|
|
96
97
|
inverse?: boolean;
|
|
97
98
|
iconLeft?: object | Element | (object | Element)[];
|
|
98
99
|
iconRight?: object | Element | (object | Element)[];
|
|
100
|
+
iconOnly?: boolean;
|
|
99
101
|
title?: string;
|
|
100
102
|
event?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionEvent;
|
|
101
103
|
isShort?: true;
|
|
@@ -43,6 +43,7 @@ export declare const useConfigSettings: (columnsRef: MaybeRef<BentoColumn[]>, em
|
|
|
43
43
|
inverse?: boolean;
|
|
44
44
|
iconLeft?: object | Element | (object | Element)[];
|
|
45
45
|
iconRight?: object | Element | (object | Element)[];
|
|
46
|
+
iconOnly?: boolean;
|
|
46
47
|
title?: string;
|
|
47
48
|
event?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionEvent;
|
|
48
49
|
isShort?: true;
|
|
@@ -46,6 +46,7 @@ export declare const useResizer: (columns: Ref<BentoColumn[]>, emit: (event: Dat
|
|
|
46
46
|
inverse?: boolean;
|
|
47
47
|
iconLeft?: object | Element | (object | Element)[];
|
|
48
48
|
iconRight?: object | Element | (object | Element)[];
|
|
49
|
+
iconOnly?: boolean;
|
|
49
50
|
title?: string;
|
|
50
51
|
event?: import("../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionEvent;
|
|
51
52
|
isShort?: true;
|
|
@@ -30,7 +30,8 @@ export declare enum BentoDatagridStyleState {
|
|
|
30
30
|
SCROLL = "scroll",
|
|
31
31
|
STICKY_FILTERS = "sticky-filters",
|
|
32
32
|
OVERFLOW_SHADOW_LEFT = "overflow-shadow-left",
|
|
33
|
-
OVERFLOW_SHADOW_RIGHT = "overflow-shadow-right"
|
|
33
|
+
OVERFLOW_SHADOW_RIGHT = "overflow-shadow-right",
|
|
34
|
+
NO_SPACING_TOP = "no-spacing-top"
|
|
34
35
|
}
|
|
35
36
|
export declare enum BentoDatagridSortDirection {
|
|
36
37
|
ASCENDING = "asc",
|
|
@@ -304,6 +304,13 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
304
304
|
type: PropType<BentoDatagridDataItemId[]>;
|
|
305
305
|
default: () => any[];
|
|
306
306
|
};
|
|
307
|
+
/**
|
|
308
|
+
* Renders the data grid with no top spacing, to render inside containers that already have spacing
|
|
309
|
+
*/
|
|
310
|
+
noSpacingTop: {
|
|
311
|
+
type: BooleanConstructor;
|
|
312
|
+
default: boolean;
|
|
313
|
+
};
|
|
307
314
|
/**
|
|
308
315
|
* Sortby handles proper rendering of sort icon in header. Sorting currently is only supported server side.
|
|
309
316
|
* It does make sure the currently sorted column has a more visible sort icon, and the sort icon points in the right direction.
|
|
@@ -607,6 +614,13 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
607
614
|
type: PropType<BentoDatagridDataItemId[]>;
|
|
608
615
|
default: () => any[];
|
|
609
616
|
};
|
|
617
|
+
/**
|
|
618
|
+
* Renders the data grid with no top spacing, to render inside containers that already have spacing
|
|
619
|
+
*/
|
|
620
|
+
noSpacingTop: {
|
|
621
|
+
type: BooleanConstructor;
|
|
622
|
+
default: boolean;
|
|
623
|
+
};
|
|
610
624
|
/**
|
|
611
625
|
* Sortby handles proper rendering of sort icon in header. Sorting currently is only supported server side.
|
|
612
626
|
* It does make sure the currently sorted column has a more visible sort icon, and the sort icon points in the right direction.
|
|
@@ -675,6 +689,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
675
689
|
selectable: boolean;
|
|
676
690
|
selection: BentoDatagridDataItemId[];
|
|
677
691
|
highlightedRows: BentoDatagridDataItemId[];
|
|
692
|
+
noSpacingTop: boolean;
|
|
678
693
|
tabTitle: string;
|
|
679
694
|
}>, Record<NonNullable<string | number>, (_: any) => any> & Record<NonNullable<string | number>, (_: any) => any> & {
|
|
680
695
|
header: (_: {}) => any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from "../../../../../../vue3/node_modules/vue";
|
|
2
2
|
import { BentoListboxOptions } from "../../../../types";
|
|
3
|
-
import { BentoDropdownEmptyStateProps, BentoDropdownLazyLoadType,
|
|
3
|
+
import { BentoDropdownEmptyStateProps, BentoDropdownLazyLoadType, BentoDropdownVirtulisationOptions } from '../../dropdown.types';
|
|
4
4
|
/**
|
|
5
5
|
* Dropdown options container.
|
|
6
6
|
* It lists all the available options.
|
|
@@ -59,14 +59,6 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
|
|
|
59
59
|
type: StringConstructor;
|
|
60
60
|
required: true;
|
|
61
61
|
};
|
|
62
|
-
/**
|
|
63
|
-
* Dropdown input size
|
|
64
|
-
*/
|
|
65
|
-
inputSize: {
|
|
66
|
-
type: PropType<"DropdownInputDefault" | "DropdownInputSmall" | BentoDropdownSize>;
|
|
67
|
-
default: BentoDropdownSize;
|
|
68
|
-
validator: (value: BentoDropdownSize) => boolean;
|
|
69
|
-
};
|
|
70
62
|
/**
|
|
71
63
|
* Function that allows the options to be disabled
|
|
72
64
|
*
|
|
@@ -213,14 +205,6 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
|
|
|
213
205
|
type: StringConstructor;
|
|
214
206
|
required: true;
|
|
215
207
|
};
|
|
216
|
-
/**
|
|
217
|
-
* Dropdown input size
|
|
218
|
-
*/
|
|
219
|
-
inputSize: {
|
|
220
|
-
type: PropType<"DropdownInputDefault" | "DropdownInputSmall" | BentoDropdownSize>;
|
|
221
|
-
default: BentoDropdownSize;
|
|
222
|
-
validator: (value: BentoDropdownSize) => boolean;
|
|
223
|
-
};
|
|
224
208
|
/**
|
|
225
209
|
* Function that allows the options to be disabled
|
|
226
210
|
*
|
|
@@ -336,7 +320,6 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
|
|
|
336
320
|
loading: boolean;
|
|
337
321
|
emptyState: BentoDropdownEmptyStateProps;
|
|
338
322
|
virtualScroll: BentoDropdownVirtulisationOptions;
|
|
339
|
-
inputSize: "DropdownInputDefault" | "DropdownInputSmall" | BentoDropdownSize;
|
|
340
323
|
}>, Record<NonNullable<string | number>, (_: any) => any>>;
|
|
341
324
|
export default _default;
|
|
342
325
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -75,6 +75,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
75
75
|
iconLeft?: object | Element | (object | Element)[];
|
|
76
76
|
iconRight?: object | Element | (object | Element)[];
|
|
77
77
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
78
|
+
iconOnly?: boolean;
|
|
78
79
|
condensed?: boolean;
|
|
79
80
|
critical?: boolean;
|
|
80
81
|
disabled?: boolean;
|
|
@@ -185,6 +186,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
185
186
|
iconLeft?: object | Element | (object | Element)[];
|
|
186
187
|
iconRight?: object | Element | (object | Element)[];
|
|
187
188
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
189
|
+
iconOnly?: boolean;
|
|
188
190
|
condensed?: boolean;
|
|
189
191
|
critical?: boolean;
|
|
190
192
|
disabled?: boolean;
|
|
@@ -287,6 +289,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
287
289
|
iconLeft?: object | Element | (object | Element)[];
|
|
288
290
|
iconRight?: object | Element | (object | Element)[];
|
|
289
291
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
292
|
+
iconOnly?: boolean;
|
|
290
293
|
condensed?: boolean;
|
|
291
294
|
critical?: boolean;
|
|
292
295
|
disabled?: boolean;
|
|
@@ -390,6 +393,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
390
393
|
iconLeft?: object | Element | (object | Element)[];
|
|
391
394
|
iconRight?: object | Element | (object | Element)[];
|
|
392
395
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
396
|
+
iconOnly?: boolean;
|
|
393
397
|
condensed?: boolean;
|
|
394
398
|
critical?: boolean;
|
|
395
399
|
disabled?: boolean;
|
|
@@ -492,6 +496,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
492
496
|
iconLeft?: object | Element | (object | Element)[];
|
|
493
497
|
iconRight?: object | Element | (object | Element)[];
|
|
494
498
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
499
|
+
iconOnly?: boolean;
|
|
495
500
|
condensed?: boolean;
|
|
496
501
|
critical?: boolean;
|
|
497
502
|
disabled?: boolean;
|
|
@@ -594,6 +599,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
594
599
|
iconLeft?: object | Element | (object | Element)[];
|
|
595
600
|
iconRight?: object | Element | (object | Element)[];
|
|
596
601
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
602
|
+
iconOnly?: boolean;
|
|
597
603
|
condensed?: boolean;
|
|
598
604
|
critical?: boolean;
|
|
599
605
|
disabled?: boolean;
|
|
@@ -1512,6 +1518,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
1512
1518
|
iconLeft?: object | Element | (object | Element)[];
|
|
1513
1519
|
iconRight?: object | Element | (object | Element)[];
|
|
1514
1520
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
1521
|
+
iconOnly?: boolean;
|
|
1515
1522
|
condensed?: boolean;
|
|
1516
1523
|
critical?: boolean;
|
|
1517
1524
|
disabled?: boolean;
|
|
@@ -1622,6 +1629,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
1622
1629
|
iconLeft?: object | Element | (object | Element)[];
|
|
1623
1630
|
iconRight?: object | Element | (object | Element)[];
|
|
1624
1631
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
1632
|
+
iconOnly?: boolean;
|
|
1625
1633
|
condensed?: boolean;
|
|
1626
1634
|
critical?: boolean;
|
|
1627
1635
|
disabled?: boolean;
|
|
@@ -1724,6 +1732,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
1724
1732
|
iconLeft?: object | Element | (object | Element)[];
|
|
1725
1733
|
iconRight?: object | Element | (object | Element)[];
|
|
1726
1734
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
1735
|
+
iconOnly?: boolean;
|
|
1727
1736
|
condensed?: boolean;
|
|
1728
1737
|
critical?: boolean;
|
|
1729
1738
|
disabled?: boolean;
|
|
@@ -1827,6 +1836,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
1827
1836
|
iconLeft?: object | Element | (object | Element)[];
|
|
1828
1837
|
iconRight?: object | Element | (object | Element)[];
|
|
1829
1838
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
1839
|
+
iconOnly?: boolean;
|
|
1830
1840
|
condensed?: boolean;
|
|
1831
1841
|
critical?: boolean;
|
|
1832
1842
|
disabled?: boolean;
|
|
@@ -1929,6 +1939,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
1929
1939
|
iconLeft?: object | Element | (object | Element)[];
|
|
1930
1940
|
iconRight?: object | Element | (object | Element)[];
|
|
1931
1941
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
1942
|
+
iconOnly?: boolean;
|
|
1932
1943
|
condensed?: boolean;
|
|
1933
1944
|
critical?: boolean;
|
|
1934
1945
|
disabled?: boolean;
|
|
@@ -2031,6 +2042,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
2031
2042
|
iconLeft?: object | Element | (object | Element)[];
|
|
2032
2043
|
iconRight?: object | Element | (object | Element)[];
|
|
2033
2044
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
2045
|
+
iconOnly?: boolean;
|
|
2034
2046
|
condensed?: boolean;
|
|
2035
2047
|
critical?: boolean;
|
|
2036
2048
|
disabled?: boolean;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { BentoAvatarImageColor, BentoAvatarImageVariant } from "../../avatar-image";
|
|
2
1
|
/**
|
|
3
2
|
* Displays an user profile including an avatar and optionally a label.
|
|
4
3
|
*
|
|
5
4
|
* @example
|
|
6
|
-
* import {
|
|
5
|
+
* import { BentoAvatar } from '@adyen/bento-vue2';
|
|
7
6
|
*
|
|
8
7
|
* export default {
|
|
9
|
-
* components: {
|
|
10
|
-
* template:
|
|
11
|
-
*
|
|
8
|
+
* components: { BentoAvatar },
|
|
9
|
+
* template: `<bento-avatar :src="userAvatarSrc" username="Jane" />`
|
|
10
|
+
* }
|
|
12
11
|
*/
|
|
13
|
-
declare const _default: import("../../../../../vue3/node_modules/vue").DefineComponent<{
|
|
12
|
+
declare const _default: import("../../../../../vue3/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
14
13
|
/**
|
|
15
14
|
* Displays the user profile without the label.
|
|
16
15
|
*/
|
|
17
|
-
iconOnly
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
iconOnly?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Image src to load the profile picture.
|
|
19
|
+
*/
|
|
20
|
+
src?: string;
|
|
21
21
|
/**
|
|
22
22
|
* Name of the user that will be used both in the label and to extract initials to display default value.
|
|
23
23
|
* John => J
|
|
@@ -25,30 +25,19 @@ declare const _default: import("../../../../../vue3/node_modules/vue").DefineCom
|
|
|
25
25
|
* John Smith Doe => JD
|
|
26
26
|
* John Smith Doe Holly => JH
|
|
27
27
|
*/
|
|
28
|
-
username:
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
username: string;
|
|
29
|
+
}>, {
|
|
30
|
+
iconOnly: boolean;
|
|
31
|
+
src: any;
|
|
32
|
+
}>, {}, unknown, {}, {}, import("../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../vue3/node_modules/vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
32
33
|
/**
|
|
33
|
-
*
|
|
34
|
+
* Displays the user profile without the label.
|
|
34
35
|
*/
|
|
35
|
-
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: any;
|
|
38
|
-
};
|
|
39
|
-
}, {
|
|
40
|
-
BentoAvatarImageVariant: typeof BentoAvatarImageVariant;
|
|
41
|
-
computedAriaLabel: import("../../../../../vue3/node_modules/vue").ComputedRef<string>;
|
|
42
|
-
computedUsername: import("../../../../../vue3/node_modules/vue").ComputedRef<string>;
|
|
43
|
-
avatarColor: import("../../../../../vue3/node_modules/vue").ComputedRef<BentoAvatarImageColor>;
|
|
44
|
-
}, unknown, {}, {}, import("../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
36
|
+
iconOnly?: boolean;
|
|
45
37
|
/**
|
|
46
|
-
*
|
|
38
|
+
* Image src to load the profile picture.
|
|
47
39
|
*/
|
|
48
|
-
|
|
49
|
-
type: BooleanConstructor;
|
|
50
|
-
default: boolean;
|
|
51
|
-
};
|
|
40
|
+
src?: string;
|
|
52
41
|
/**
|
|
53
42
|
* Name of the user that will be used both in the label and to extract initials to display default value.
|
|
54
43
|
* John => J
|
|
@@ -56,19 +45,26 @@ declare const _default: import("../../../../../vue3/node_modules/vue").DefineCom
|
|
|
56
45
|
* John Smith Doe => JD
|
|
57
46
|
* John Smith Doe Holly => JH
|
|
58
47
|
*/
|
|
59
|
-
username:
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
* Image src to load the profile picture.
|
|
65
|
-
*/
|
|
66
|
-
src: {
|
|
67
|
-
type: StringConstructor;
|
|
68
|
-
default: any;
|
|
69
|
-
};
|
|
70
|
-
}>>, {
|
|
48
|
+
username: string;
|
|
49
|
+
}>, {
|
|
50
|
+
iconOnly: boolean;
|
|
51
|
+
src: any;
|
|
52
|
+
}>>>, {
|
|
71
53
|
src: string;
|
|
72
54
|
iconOnly: boolean;
|
|
73
55
|
}>;
|
|
74
56
|
export default _default;
|
|
57
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
58
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
59
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
60
|
+
type: import("../../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
61
|
+
} : {
|
|
62
|
+
type: import("../../../../../vue3/node_modules/vue").PropType<T[K]>;
|
|
63
|
+
required: true;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
type __VLS_WithDefaults<P, D> = {
|
|
67
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
68
|
+
default: D[K];
|
|
69
|
+
} : P[K];
|
|
70
|
+
};
|