@adyen/bento-vue3 1.71.0 → 1.73.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/index.d.ts +459 -630
- package/dist/action-bar.js +1 -1
- package/dist/assets/accordion-item.css +1 -1
- package/dist/assets/action-bar.css +1 -1
- package/dist/assets/ai-button.css +1 -0
- package/dist/assets/base-button.css +1 -1
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/button-actions.css +1 -0
- package/dist/assets/calendar.css +1 -1
- package/dist/assets/card.css +1 -1
- package/dist/assets/code-snippet.css +1 -1
- package/dist/assets/dashboard-section.css +1 -1
- package/dist/assets/data-grid-template.css +1 -1
- package/dist/assets/data-grid.css +1 -1
- package/dist/assets/date-picker.css +1 -1
- package/dist/assets/date-range-picker.css +1 -1
- package/dist/assets/dialog-page.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/empty-state.css +1 -1
- package/dist/assets/field-label.css +1 -0
- package/dist/assets/file-uploader.css +1 -1
- package/dist/assets/filter-bar.css +1 -1
- package/dist/assets/focus-trap.css +1 -1
- package/dist/assets/form-layout-title.css +1 -1
- package/dist/assets/input-field-phone-number.css +1 -1
- package/dist/assets/inspector.css +1 -1
- package/dist/assets/layout-row.css +1 -1
- package/dist/assets/modal-fullscreen.css +1 -1
- package/dist/assets/popper-container.css +1 -1
- package/dist/assets/radio-group.css +1 -1
- package/dist/assets/radio-input.css +1 -1
- package/dist/assets/segmented-control.css +1 -1
- package/dist/assets/selection-card-group.css +1 -1
- package/dist/assets/sidepanel.css +1 -1
- package/dist/assets/structured-list-item.css +1 -1
- package/dist/button.js +11 -9
- package/dist/button.js.map +1 -1
- package/dist/card.js +1 -1
- package/dist/checkbox.js +2 -2
- package/dist/chip.js +1 -1
- package/dist/chunks/{action-bar.DXP5aDZy.js → action-bar.DDLTN9TB.js} +3 -3
- package/dist/chunks/{action-bar.DXP5aDZy.js.map → action-bar.DDLTN9TB.js.map} +1 -1
- package/dist/chunks/ai-button.DsNrcgpK.js +93 -0
- package/dist/chunks/ai-button.DsNrcgpK.js.map +1 -0
- package/dist/chunks/{base-button.CjYb5Y8k.js → base-button.BYhf0xf3.js} +2 -2
- package/dist/chunks/base-button.BYhf0xf3.js.map +1 -0
- package/dist/chunks/{base-modal.IFHgu-pI.js → base-modal.Djw4pVal.js} +4 -4
- package/dist/chunks/{base-modal.IFHgu-pI.js.map → base-modal.Djw4pVal.js.map} +1 -1
- package/dist/chunks/{button-actions-with-menu.VMZpD4ic.js → button-actions-with-menu.DaKPEgPd.js} +2 -2
- package/dist/chunks/{button-actions-with-menu.VMZpD4ic.js.map → button-actions-with-menu.DaKPEgPd.js.map} +1 -1
- package/dist/chunks/{toggle-button.Cg4Kot6V.js → button-actions.D1eBtYgZ.js} +313 -310
- package/dist/chunks/button-actions.D1eBtYgZ.js.map +1 -0
- package/dist/chunks/button-actions.types.BptAXjD8.js.map +1 -1
- package/dist/chunks/{calendar.DlqxwWsS.js → calendar.B1a_mV-Q.js} +427 -417
- package/dist/chunks/{calendar.DlqxwWsS.js.map → calendar.B1a_mV-Q.js.map} +1 -1
- package/dist/chunks/{card.BInbSY-o.js → card.B9lWURmF.js} +2 -2
- package/dist/chunks/{card.BInbSY-o.js.map → card.B9lWURmF.js.map} +1 -1
- package/dist/chunks/{checkbox-group.CCvD8KVS.js → checkbox-group.DdflEpl9.js} +4 -4
- package/dist/chunks/{checkbox-group.CCvD8KVS.js.map → checkbox-group.DdflEpl9.js.map} +1 -1
- package/dist/chunks/{checkbox.BRIYlBom.js → checkbox.C8g1CvTm.js} +18 -18
- package/dist/chunks/{checkbox.BRIYlBom.js.map → checkbox.C8g1CvTm.js.map} +1 -1
- package/dist/chunks/{chevron-right.Brdj0WlO.js → chevron-left.Cfn1uGLH.js} +5 -5
- package/dist/chunks/chevron-left.Cfn1uGLH.js.map +1 -0
- package/dist/chunks/{chip.DcpP3zb6.js → chip.CUwVpPVo.js} +2 -2
- package/dist/chunks/{chip.DcpP3zb6.js.map → chip.CUwVpPVo.js.map} +1 -1
- package/dist/chunks/code-snippet.CrLlNrvo.js +343 -0
- package/dist/chunks/code-snippet.CrLlNrvo.js.map +1 -0
- package/dist/chunks/{controls-group.hZ7MqEVg.js → controls-group.CdTg-WDi.js} +2 -2
- package/dist/chunks/{controls-group.hZ7MqEVg.js.map → controls-group.CdTg-WDi.js.map} +1 -1
- package/dist/chunks/{copy.CELx3jZU.js → copy.Da1OGFTr.js} +3 -3
- package/dist/chunks/{copy.CELx3jZU.js.map → copy.Da1OGFTr.js.map} +1 -1
- package/dist/chunks/{dashboard-section.CBzzHoDx.js → dashboard-section.BXE7_Y9R.js} +3 -3
- package/dist/chunks/{dashboard-section.CBzzHoDx.js.map → dashboard-section.BXE7_Y9R.js.map} +1 -1
- package/dist/chunks/{dashed-underline.D6p0_Yi3.js → dashed-underline.28J-9i5D.js} +3 -3
- package/dist/chunks/{dashed-underline.D6p0_Yi3.js.map → dashed-underline.28J-9i5D.js.map} +1 -1
- package/dist/chunks/{data-grid-template.CE8j-4IU.js → data-grid-template.B13OrA1T.js} +36 -36
- package/dist/chunks/data-grid-template.B13OrA1T.js.map +1 -0
- package/dist/chunks/data-grid.DreajC_w.js +4069 -0
- package/dist/chunks/data-grid.DreajC_w.js.map +1 -0
- package/dist/chunks/{date-picker.DNdV16PL.js → date-picker.Dwx2Q5hg.js} +86 -80
- package/dist/chunks/date-picker.Dwx2Q5hg.js.map +1 -0
- package/dist/chunks/{date-range-picker.C5KDhklL.js → date-range-picker.6mEJDgNr.js} +111 -108
- package/dist/chunks/date-range-picker.6mEJDgNr.js.map +1 -0
- package/dist/chunks/{dropdown-tag.DqNHp5mb.js → dropdown-tag.fEWQOFYE.js} +3 -3
- package/dist/chunks/{dropdown-tag.DqNHp5mb.js.map → dropdown-tag.fEWQOFYE.js.map} +1 -1
- package/dist/chunks/{dropdown.CknmuJDd.js → dropdown.DGpN3WNH.js} +271 -267
- package/dist/chunks/{dropdown.CknmuJDd.js.map → dropdown.DGpN3WNH.js.map} +1 -1
- package/dist/chunks/{empty-state.BTaeZdQu.js → empty-state.BsKJ-1pT.js} +74 -119
- package/dist/chunks/empty-state.BsKJ-1pT.js.map +1 -0
- package/dist/chunks/es6.MoTTyETW.js.map +1 -1
- package/dist/chunks/{error-message.RHitS8wA.js → field-label.DSeawpYh.js} +60 -60
- package/dist/chunks/field-label.DSeawpYh.js.map +1 -0
- package/dist/chunks/{file-uploader.BEzjOvcm.js → file-uploader.DELe6_NM.js} +3 -3
- package/dist/chunks/{file-uploader.BEzjOvcm.js.map → file-uploader.DELe6_NM.js.map} +1 -1
- package/dist/chunks/{filter-bar.DlGlB8KV.js → filter-bar.DajTlHPO.js} +175 -176
- package/dist/chunks/filter-bar.DajTlHPO.js.map +1 -0
- package/dist/chunks/{fixed-scroller.DSGxXiAH.js → fixed-scroller.BASYH576.js} +2 -2
- package/dist/chunks/{fixed-scroller.DSGxXiAH.js.map → fixed-scroller.BASYH576.js.map} +1 -1
- package/dist/chunks/{focus-trap.BkNwCiVP.js → focus-trap.CpNGD7PH.js} +156 -145
- package/dist/chunks/focus-trap.CpNGD7PH.js.map +1 -0
- package/dist/chunks/{footer-actions.0aDpxgET.js → footer-actions.Bqn-Jp0p.js} +2 -2
- package/dist/chunks/{footer-actions.0aDpxgET.js.map → footer-actions.Bqn-Jp0p.js.map} +1 -1
- package/dist/chunks/{form-layout-title.DdRqnXXi.js → form-layout-title.DzwxO39t.js} +19 -11
- package/dist/chunks/form-layout-title.DzwxO39t.js.map +1 -0
- package/dist/chunks/{header-meta.BA12hEmp.js → header-meta.BXOpbsSR.js} +3 -3
- package/dist/chunks/{header-meta.BA12hEmp.js.map → header-meta.BXOpbsSR.js.map} +1 -1
- package/dist/chunks/{header-with-views.BhAcH_b0.js → header-with-views.Dav18t9C.js} +8 -8
- package/dist/chunks/{header-with-views.BhAcH_b0.js.map → header-with-views.Dav18t9C.js.map} +1 -1
- package/dist/chunks/{header.But-8DTA.js → header.9kRuPR3K.js} +3 -3
- package/dist/chunks/{header.But-8DTA.js.map → header.9kRuPR3K.js.map} +1 -1
- package/dist/chunks/{info-icon.BZoBshSv.js → info-icon.CRnO5lpq.js} +3 -3
- package/dist/chunks/{info-icon.BZoBshSv.js.map → info-icon.CRnO5lpq.js.map} +1 -1
- package/dist/chunks/{input-field-password.3z2IZUll.js → input-field-password.L64foAS-.js} +5 -5
- package/dist/chunks/{input-field-password.3z2IZUll.js.map → input-field-password.L64foAS-.js.map} +1 -1
- package/dist/chunks/{input-field-phone-number.CBtuFrPU.js → input-field-phone-number.DoJXn0mQ.js} +203 -200
- package/dist/chunks/{input-field-phone-number.CBtuFrPU.js.map → input-field-phone-number.DoJXn0mQ.js.map} +1 -1
- package/dist/chunks/{input-field.BozGzgiG.js → input-field.CDtTOgw7.js} +3 -3
- package/dist/chunks/{input-field.BozGzgiG.js.map → input-field.CDtTOgw7.js.map} +1 -1
- package/dist/chunks/{inspector.D4uxNwOp.js → inspector.C-yVhM15.js} +2 -2
- package/dist/chunks/{inspector.D4uxNwOp.js.map → inspector.C-yVhM15.js.map} +1 -1
- package/dist/chunks/{listbox-option-tag.DXkIvvPz.js → listbox-option-tag.CtJUykfB.js} +2 -2
- package/dist/chunks/{listbox-option-tag.DXkIvvPz.js.map → listbox-option-tag.CtJUykfB.js.map} +1 -1
- package/dist/chunks/{modal-fullscreen.CVhxBKi5.js → modal-fullscreen.CIxazX33.js} +3 -3
- package/dist/chunks/{modal-fullscreen.CVhxBKi5.js.map → modal-fullscreen.CIxazX33.js.map} +1 -1
- package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.COJ937I7.js → modal.vue_vue_type_script_setup_true_lang.D4TJY7o_.js} +4 -4
- package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.COJ937I7.js.map → modal.vue_vue_type_script_setup_true_lang.D4TJY7o_.js.map} +1 -1
- package/dist/chunks/{pagination.BNmA_Rjf.js → pagination.CmOEkbVb.js} +2 -2
- package/dist/chunks/{pagination.BNmA_Rjf.js.map → pagination.CmOEkbVb.js.map} +1 -1
- package/dist/chunks/popover.types.Bp97CGc4.js +6 -0
- package/dist/chunks/popover.types.Bp97CGc4.js.map +1 -0
- package/dist/chunks/{popper-container.bSdMC3hi.js → popper-container.5cq-eu41.js} +178 -170
- package/dist/chunks/{popper-container.bSdMC3hi.js.map → popper-container.5cq-eu41.js.map} +1 -1
- package/dist/chunks/{radio-group.CHh_3CHv.js → radio-group.CX9lqMeM.js} +59 -57
- package/dist/chunks/radio-group.CX9lqMeM.js.map +1 -0
- package/dist/chunks/{radio-input.odN9FOyr.js → radio-input.CBNE-AkM.js} +13 -14
- package/dist/chunks/radio-input.CBNE-AkM.js.map +1 -0
- package/dist/chunks/{rich-text-editor.C3c1TwV2.js → rich-text-editor.Cjb5BGaV.js} +4 -4
- package/dist/chunks/{rich-text-editor.C3c1TwV2.js.map → rich-text-editor.Cjb5BGaV.js.map} +1 -1
- package/dist/chunks/{search-bar.CxvanqNG.js → search-bar.DP713Pmh.js} +3 -3
- package/dist/chunks/{search-bar.CxvanqNG.js.map → search-bar.DP713Pmh.js.map} +1 -1
- package/dist/chunks/{secondary-nav.DhLj6zof.js → secondary-nav.B1R_oNdP.js} +2 -2
- package/dist/chunks/{secondary-nav.DhLj6zof.js.map → secondary-nav.B1R_oNdP.js.map} +1 -1
- package/dist/chunks/{segmented-control.BCzCfi5u.js → segmented-control.D0SoqGlC.js} +2 -2
- package/dist/chunks/{segmented-control.BCzCfi5u.js.map → segmented-control.D0SoqGlC.js.map} +1 -1
- package/dist/chunks/{selection-card-group.rDJFsSHF.js → selection-card-group.Bo3xkW0P.js} +11 -11
- package/dist/chunks/{selection-card-group.rDJFsSHF.js.map → selection-card-group.Bo3xkW0P.js.map} +1 -1
- package/dist/chunks/{sidepanel.C0kqpRKo.js → sidepanel.CyPW8jxA.js} +4 -4
- package/dist/chunks/{sidepanel.C0kqpRKo.js.map → sidepanel.CyPW8jxA.js.map} +1 -1
- package/dist/chunks/{step.BMSjltwl.js → step.Ci-e1V9E.js} +2 -2
- package/dist/chunks/{step.BMSjltwl.js.map → step.Ci-e1V9E.js.map} +1 -1
- package/dist/chunks/structured-list-item.CSkcduKn.js +111 -0
- package/dist/chunks/structured-list-item.CSkcduKn.js.map +1 -0
- package/dist/chunks/{summary-grid.types.CgsPaFIi.js → summary-grid.types.C-gcwqwB.js} +5 -5
- package/dist/chunks/{summary-grid.types.CgsPaFIi.js.map → summary-grid.types.C-gcwqwB.js.map} +1 -1
- package/dist/chunks/{tab.C3R_VoJL.js → tab.8bEkiAkk.js} +2 -2
- package/dist/chunks/{tab.C3R_VoJL.js.map → tab.8bEkiAkk.js.map} +1 -1
- package/dist/chunks/{tag.DW6y9sn1.js → tag.BFYNxO6t.js} +2 -2
- package/dist/chunks/{tag.DW6y9sn1.js.map → tag.BFYNxO6t.js.map} +1 -1
- package/dist/chunks/{textarea.uiOivwAV.js → textarea.C7RmLKEx.js} +2 -2
- package/dist/chunks/{textarea.uiOivwAV.js.map → textarea.C7RmLKEx.js.map} +1 -1
- package/dist/chunks/{timeline-item.BKXebGLj.js → timeline-item.BiivSMPD.js} +5 -5
- package/dist/chunks/{timeline-item.BKXebGLj.js.map → timeline-item.BiivSMPD.js.map} +1 -1
- package/dist/chunks/{tooltip.TBU0Uixq.js → tooltip.CEHc6lzU.js} +2 -2
- package/dist/chunks/{tooltip.TBU0Uixq.js.map → tooltip.CEHc6lzU.js.map} +1 -1
- package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.Unfr3oTn.js → tutorial.vue_vue_type_script_setup_true_lang.BDCDB169.js} +4 -4
- package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.Unfr3oTn.js.map → tutorial.vue_vue_type_script_setup_true_lang.BDCDB169.js.map} +1 -1
- package/dist/chunks/{use-cached-selected-values.TCmNtDra.js → use-cached-selected-values.CBOWMI4O.js} +4 -4
- package/dist/chunks/use-cached-selected-values.CBOWMI4O.js.map +1 -0
- package/dist/code-snippet.js +1 -1
- package/dist/dashboard-template.js +1 -1
- package/dist/dashed-underline.js +1 -1
- package/dist/data-grid-template.js +1 -1
- package/dist/data-grid.js +1 -1
- package/dist/date-picker.js +2 -2
- package/dist/date-range-picker.js +2 -2
- package/dist/dropdown.js +3 -3
- package/dist/empty-state.js +1 -1
- package/dist/file-uploader.js +1 -1
- package/dist/filter-bar.js +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/form-layout.js +1 -1
- package/dist/header-with-views.js +1 -1
- package/dist/header.js +1 -1
- package/dist/index.js +181 -179
- package/dist/index.js.map +1 -1
- package/dist/info-icon.js +1 -1
- package/dist/input-field-password.js +1 -1
- package/dist/input-field-phone-number.js +1 -1
- package/dist/input-field.js +1 -1
- package/dist/inspector.js +1 -1
- package/dist/internal.js +11 -11
- package/dist/menu.js +1 -1
- package/dist/modal-fullscreen.js +1 -1
- package/dist/modal.js +2 -2
- package/dist/pagination.js +1 -1
- package/dist/popover.js +2 -2
- package/dist/popper-container.js +1 -1
- package/dist/radio-group.js +2 -2
- package/dist/rich-text-editor.js +1 -1
- package/dist/search-bar.js +2 -2
- package/dist/secondary-nav.js +1 -1
- package/dist/segmented-control.js +1 -1
- package/dist/selection-card.js +1 -1
- package/dist/sidepanel.js +1 -1
- package/dist/stepper.js +1 -1
- package/dist/structured-list.js +1 -1
- package/dist/styles/bento-dark.css +38 -12
- package/dist/styles/bento-light.css +37 -11
- package/dist/styles/bento.css +37 -11
- package/dist/styles/legacy.css +2111 -0
- package/dist/styles/styleguide.css +37 -11
- package/dist/styles/utility.css +12 -0
- package/dist/summary-grid.js +1 -1
- package/dist/tabs.js +1 -1
- package/dist/tag.js +1 -1
- package/dist/textarea.js +1 -1
- package/dist/timeline.js +1 -1
- package/dist/tutorial.js +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +4 -8
- package/dist/assets/error-message.css +0 -1
- package/dist/assets/toggle-button.css +0 -1
- package/dist/chunks/base-button.CjYb5Y8k.js.map +0 -1
- package/dist/chunks/chevron-right.Brdj0WlO.js.map +0 -1
- package/dist/chunks/code-snippet.DeecUpfA.js +0 -334
- package/dist/chunks/code-snippet.DeecUpfA.js.map +0 -1
- package/dist/chunks/data-grid-template.CE8j-4IU.js.map +0 -1
- package/dist/chunks/data-grid.D_xkGMg9.js +0 -3958
- package/dist/chunks/data-grid.D_xkGMg9.js.map +0 -1
- package/dist/chunks/date-picker.DNdV16PL.js.map +0 -1
- package/dist/chunks/date-range-picker.C5KDhklL.js.map +0 -1
- package/dist/chunks/empty-state.BTaeZdQu.js.map +0 -1
- package/dist/chunks/error-message.RHitS8wA.js.map +0 -1
- package/dist/chunks/filter-bar.DlGlB8KV.js.map +0 -1
- package/dist/chunks/focus-trap.BkNwCiVP.js.map +0 -1
- package/dist/chunks/form-layout-title.DdRqnXXi.js.map +0 -1
- package/dist/chunks/popover.types.DdQGkMYq.js +0 -6
- package/dist/chunks/popover.types.DdQGkMYq.js.map +0 -1
- package/dist/chunks/radio-group.CHh_3CHv.js.map +0 -1
- package/dist/chunks/radio-input.odN9FOyr.js.map +0 -1
- package/dist/chunks/structured-list-item.BgjY9j8w.js +0 -107
- package/dist/chunks/structured-list-item.BgjY9j8w.js.map +0 -1
- package/dist/chunks/toggle-button.Cg4Kot6V.js.map +0 -1
- package/dist/chunks/use-cached-selected-values.TCmNtDra.js.map +0 -1
package/dist/@types/index.d.ts
CHANGED
|
@@ -17,9 +17,8 @@ import type { DirectiveHook } from 'vue';
|
|
|
17
17
|
import { ExtractComputedReturns } from 'vue/types/v3-component-options';
|
|
18
18
|
import { ExtractPropTypes } from 'vue';
|
|
19
19
|
import { HTMLAttributes } from 'vue';
|
|
20
|
-
import type {
|
|
21
|
-
import {
|
|
22
|
-
import { MiddlewareState } from '@floating-ui/vue';
|
|
20
|
+
import type { MaybeElementRef as MaybeElementRef_2 } from '@/types/elements';
|
|
21
|
+
import type { Options } from 'focus-trap/index';
|
|
23
22
|
import type { Placement } from '@floating-ui/vue';
|
|
24
23
|
import type { Plugin } from 'vue';
|
|
25
24
|
import { PropType } from 'vue';
|
|
@@ -32,6 +31,7 @@ import { UnwrapRef } from 'vue';
|
|
|
32
31
|
import { VNode } from 'vue';
|
|
33
32
|
import type { VNodeRef } from 'vue/types/vnode';
|
|
34
33
|
import { Vue3Instance } from 'vue/types/v3-component-public-instance';
|
|
34
|
+
import type { VueNodeElement as VueNodeElement_2 } from '@/types/elements';
|
|
35
35
|
import type { ZodSchema } from 'zod';
|
|
36
36
|
|
|
37
37
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -132,6 +132,10 @@ declare type __VLS_NonUndefinedable_52<T> = T extends undefined ? never : T;
|
|
|
132
132
|
|
|
133
133
|
declare type __VLS_NonUndefinedable_53<T> = T extends undefined ? never : T;
|
|
134
134
|
|
|
135
|
+
declare type __VLS_NonUndefinedable_54<T> = T extends undefined ? never : T;
|
|
136
|
+
|
|
137
|
+
declare type __VLS_NonUndefinedable_55<T> = T extends undefined ? never : T;
|
|
138
|
+
|
|
135
139
|
declare type __VLS_NonUndefinedable_6<T> = T extends undefined ? never : T;
|
|
136
140
|
|
|
137
141
|
declare type __VLS_NonUndefinedable_7<T> = T extends undefined ? never : T;
|
|
@@ -581,6 +585,24 @@ declare type __VLS_TypePropsToRuntimeProps_53<T> = {
|
|
|
581
585
|
};
|
|
582
586
|
};
|
|
583
587
|
|
|
588
|
+
declare type __VLS_TypePropsToRuntimeProps_54<T> = {
|
|
589
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
590
|
+
type: PropType<__VLS_NonUndefinedable_54<T[K]>>;
|
|
591
|
+
} : {
|
|
592
|
+
type: PropType<T[K]>;
|
|
593
|
+
required: true;
|
|
594
|
+
};
|
|
595
|
+
};
|
|
596
|
+
|
|
597
|
+
declare type __VLS_TypePropsToRuntimeProps_55<T> = {
|
|
598
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
599
|
+
type: PropType<__VLS_NonUndefinedable_55<T[K]>>;
|
|
600
|
+
} : {
|
|
601
|
+
type: PropType<T[K]>;
|
|
602
|
+
required: true;
|
|
603
|
+
};
|
|
604
|
+
};
|
|
605
|
+
|
|
584
606
|
declare type __VLS_TypePropsToRuntimeProps_6<T> = {
|
|
585
607
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
586
608
|
type: PropType<__VLS_NonUndefinedable_6<T[K]>>;
|
|
@@ -893,6 +915,18 @@ declare type __VLS_WithDefaults_50<P, D> = {
|
|
|
893
915
|
} : P[K];
|
|
894
916
|
};
|
|
895
917
|
|
|
918
|
+
declare type __VLS_WithDefaults_51<P, D> = {
|
|
919
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
920
|
+
default: D[K];
|
|
921
|
+
} : P[K];
|
|
922
|
+
};
|
|
923
|
+
|
|
924
|
+
declare type __VLS_WithDefaults_52<P, D> = {
|
|
925
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
926
|
+
default: D[K];
|
|
927
|
+
} : P[K];
|
|
928
|
+
};
|
|
929
|
+
|
|
896
930
|
declare type __VLS_WithDefaults_6<P, D> = {
|
|
897
931
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
898
932
|
default: D[K];
|
|
@@ -1585,7 +1619,7 @@ declare interface BentoActionButton_2 extends BentoButtonActionBase_2, BentoButt
|
|
|
1585
1619
|
/**
|
|
1586
1620
|
* Type for the Menus passed as objects to Button Actions
|
|
1587
1621
|
*/
|
|
1588
|
-
declare type BentoActionMenu = BentoButtonActionBase &
|
|
1622
|
+
declare type BentoActionMenu = BentoButtonActionBase & OmitStrict_2<BentoMenuProps, 'button' | 'data'> & Partial<Pick<BentoMenuProps, 'data'>>;
|
|
1589
1623
|
|
|
1590
1624
|
/**
|
|
1591
1625
|
* Type for the Menus passed as objects to Button Actions
|
|
@@ -1594,6 +1628,69 @@ declare type BentoActionMenu_2 = BentoButtonActionBase_2 &
|
|
|
1594
1628
|
OmitStrict_2<BentoMenuProps_2, 'button' | 'data'> &
|
|
1595
1629
|
Partial<Pick<BentoMenuProps_2, 'data'>>;
|
|
1596
1630
|
|
|
1631
|
+
/**
|
|
1632
|
+
* AI Button component is used for cases where pressing a button starts an AI-related action.
|
|
1633
|
+
*
|
|
1634
|
+
* @example
|
|
1635
|
+
* import { BentoAiButton } from '@adyen/bento-vue2';
|
|
1636
|
+
*
|
|
1637
|
+
* export default {
|
|
1638
|
+
* components: { BentoAiButton },
|
|
1639
|
+
* template: `
|
|
1640
|
+
* <bento-ai-button @click="onClick">Generate with AI</bento-ai-button>
|
|
1641
|
+
* `
|
|
1642
|
+
* }
|
|
1643
|
+
*/
|
|
1644
|
+
export declare const BentoAiButton: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<BentoAiButtonProps>, {
|
|
1645
|
+
link: any;
|
|
1646
|
+
type: string;
|
|
1647
|
+
condensed: boolean;
|
|
1648
|
+
disabled: boolean;
|
|
1649
|
+
inverse: boolean;
|
|
1650
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1651
|
+
click: (event: MouseEvent) => void;
|
|
1652
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<BentoAiButtonProps>, {
|
|
1653
|
+
link: any;
|
|
1654
|
+
type: string;
|
|
1655
|
+
condensed: boolean;
|
|
1656
|
+
disabled: boolean;
|
|
1657
|
+
inverse: boolean;
|
|
1658
|
+
}>>>, {
|
|
1659
|
+
link: BentoButtonProps_2["link"];
|
|
1660
|
+
type: BentoButtonProps_2["type"];
|
|
1661
|
+
condensed: BentoButtonProps_2["condensed"];
|
|
1662
|
+
disabled: BentoButtonProps_2["disabled"];
|
|
1663
|
+
inverse: BentoButtonProps_2["inverse"];
|
|
1664
|
+
}>, {
|
|
1665
|
+
default: (_: {}) => any;
|
|
1666
|
+
}>;
|
|
1667
|
+
|
|
1668
|
+
export declare interface BentoAiButtonProps {
|
|
1669
|
+
/**
|
|
1670
|
+
* Reduces size of the button
|
|
1671
|
+
*/
|
|
1672
|
+
condensed?: BentoButtonProps['condensed'];
|
|
1673
|
+
/**
|
|
1674
|
+
* Disables button functionality
|
|
1675
|
+
*/
|
|
1676
|
+
disabled?: BentoButtonProps['disabled'];
|
|
1677
|
+
/**
|
|
1678
|
+
* Sets color set to inverse
|
|
1679
|
+
*/
|
|
1680
|
+
inverse?: BentoButtonProps['inverse'];
|
|
1681
|
+
/**
|
|
1682
|
+
* Object containing props passed on to the BentoLink component.
|
|
1683
|
+
*
|
|
1684
|
+
* @see BentoLink documentation for which properties you can pass.
|
|
1685
|
+
*/
|
|
1686
|
+
link?: BentoButtonProps['link'];
|
|
1687
|
+
/**
|
|
1688
|
+
* The default behavior of the button.
|
|
1689
|
+
* Possible values are: 'button', 'reset', 'submit'
|
|
1690
|
+
*/
|
|
1691
|
+
type?: BentoButtonProps['type'];
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1597
1694
|
/**
|
|
1598
1695
|
* An Alert component is used to display a persistent
|
|
1599
1696
|
* notification containing information important to the user
|
|
@@ -1979,10 +2076,10 @@ export declare type BentoButtonActionObject = BentoActionButton;
|
|
|
1979
2076
|
* />
|
|
1980
2077
|
* </template>
|
|
1981
2078
|
*/
|
|
1982
|
-
export declare const BentoButtonActions: DefineComponent<
|
|
2079
|
+
export declare const BentoButtonActions: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<BentoButtonActionsProps>, {
|
|
1983
2080
|
inverse: boolean;
|
|
1984
2081
|
layout: string;
|
|
1985
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
2082
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<BentoButtonActionsProps>, {
|
|
1986
2083
|
inverse: boolean;
|
|
1987
2084
|
layout: string;
|
|
1988
2085
|
}>>>, {
|
|
@@ -2003,6 +2100,13 @@ export declare const BentoButtonActionsLayout: {
|
|
|
2003
2100
|
|
|
2004
2101
|
export declare type BentoButtonActionsLayout = BentoButtonActionsLayoutBasic | BentoButtonActionsLayoutExtended;
|
|
2005
2102
|
|
|
2103
|
+
/**
|
|
2104
|
+
* @deprecated for usage with properties since version 2.0. Use the string literal instead.
|
|
2105
|
+
*/
|
|
2106
|
+
declare const BentoButtonActionsLayout_2 = { ...BentoButtonActionsLayoutBasic, ...BentoButtonActionsLayoutExtended };
|
|
2107
|
+
|
|
2108
|
+
declare type BentoButtonActionsLayout_2 = BentoButtonActionsLayoutBasic_2 | BentoButtonActionsLayoutExtended_2;
|
|
2109
|
+
|
|
2006
2110
|
export declare enum BentoButtonActionsLayoutBasic {
|
|
2007
2111
|
BUTTONS_END = "buttons-end",
|
|
2008
2112
|
FILL_CONTAINER = "fill-container",
|
|
@@ -2010,10 +2114,21 @@ export declare enum BentoButtonActionsLayoutBasic {
|
|
|
2010
2114
|
VERTICAL_STACK = "vertical-stack"
|
|
2011
2115
|
}
|
|
2012
2116
|
|
|
2117
|
+
declare enum BentoButtonActionsLayoutBasic_2 {
|
|
2118
|
+
BUTTONS_END = 'buttons-end',
|
|
2119
|
+
FILL_CONTAINER = 'fill-container',
|
|
2120
|
+
SPACE_BETWEEN = 'space-between',
|
|
2121
|
+
VERTICAL_STACK = 'vertical-stack',
|
|
2122
|
+
}
|
|
2123
|
+
|
|
2013
2124
|
export declare enum BentoButtonActionsLayoutExtended {
|
|
2014
2125
|
BUTTONS_START = "buttons-start"
|
|
2015
2126
|
}
|
|
2016
2127
|
|
|
2128
|
+
declare enum BentoButtonActionsLayoutExtended_2 {
|
|
2129
|
+
BUTTONS_START = 'buttons-start',
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2017
2132
|
export declare type BentoButtonActionsList = Array<BentoActionButton & BentoActionMenu>;
|
|
2018
2133
|
|
|
2019
2134
|
declare type BentoButtonActionsList_2 = Array<BentoActionButton_2 & BentoActionMenu_2>;
|
|
@@ -2136,7 +2251,7 @@ declare enum BentoButtonVariant_2 {
|
|
|
2136
2251
|
* `
|
|
2137
2252
|
* };
|
|
2138
2253
|
*/
|
|
2139
|
-
export declare const BentoCard:
|
|
2254
|
+
export declare const BentoCard: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<{
|
|
2140
2255
|
/**
|
|
2141
2256
|
* List of actions that will be used to render the buttons.
|
|
2142
2257
|
* First element in the list will be rendered as "primary".
|
|
@@ -2211,7 +2326,7 @@ titleSize: BentoCardTitleSize;
|
|
|
2211
2326
|
click: () => void;
|
|
2212
2327
|
} & {
|
|
2213
2328
|
expanded: (isExpanded: boolean) => void;
|
|
2214
|
-
}, string, Readonly<ExtractPropTypes<
|
|
2329
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<{
|
|
2215
2330
|
/**
|
|
2216
2331
|
* List of actions that will be used to render the buttons.
|
|
2217
2332
|
* First element in the list will be rendered as "primary".
|
|
@@ -2288,8 +2403,8 @@ disabled: boolean;
|
|
|
2288
2403
|
background: BentoCardBackground | `${BentoCardBackground}`;
|
|
2289
2404
|
actions: BentoButtonActionsList;
|
|
2290
2405
|
actionsLayout: BentoButtonActionsLayout | `${BentoButtonActionsLayout}`;
|
|
2291
|
-
expandable: boolean;
|
|
2292
2406
|
closed: boolean;
|
|
2407
|
+
expandable: boolean;
|
|
2293
2408
|
clickable: boolean;
|
|
2294
2409
|
}>, {
|
|
2295
2410
|
image: (_: {}) => any;
|
|
@@ -2547,8 +2662,8 @@ disabled: boolean;
|
|
|
2547
2662
|
tag: any;
|
|
2548
2663
|
optional: boolean;
|
|
2549
2664
|
readonly: boolean;
|
|
2550
|
-
errorMessage: string;
|
|
2551
2665
|
ariaLabel: string;
|
|
2666
|
+
errorMessage: string;
|
|
2552
2667
|
indeterminate: boolean;
|
|
2553
2668
|
hasError: boolean;
|
|
2554
2669
|
modelValue: BentoCheckboxType | BentoCheckboxGroupItems;
|
|
@@ -2894,7 +3009,7 @@ export declare type BentoCheckboxType = boolean | BentoMultiCheckboxType;
|
|
|
2894
3009
|
* `
|
|
2895
3010
|
* }
|
|
2896
3011
|
*/
|
|
2897
|
-
export declare const BentoChip: DefineComponent<
|
|
3012
|
+
export declare const BentoChip: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<BentoChipProps>, {
|
|
2898
3013
|
disabled: boolean;
|
|
2899
3014
|
readonly: boolean;
|
|
2900
3015
|
error: boolean;
|
|
@@ -2902,7 +3017,7 @@ condensed: boolean;
|
|
|
2902
3017
|
characterLimit: any;
|
|
2903
3018
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2904
3019
|
click: () => void;
|
|
2905
|
-
}, string, Readonly<ExtractPropTypes<
|
|
3020
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<BentoChipProps>, {
|
|
2906
3021
|
disabled: boolean;
|
|
2907
3022
|
readonly: boolean;
|
|
2908
3023
|
error: boolean;
|
|
@@ -2984,7 +3099,7 @@ export declare const BentoClickOutsideDirective: {
|
|
|
2984
3099
|
* `
|
|
2985
3100
|
* }
|
|
2986
3101
|
*/
|
|
2987
|
-
export declare const BentoCodeSnippet:
|
|
3102
|
+
export declare const BentoCodeSnippet: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<BentoCodeSnippetProps>, {
|
|
2988
3103
|
actionable: boolean;
|
|
2989
3104
|
actionableText: any;
|
|
2990
3105
|
content: string;
|
|
@@ -2994,7 +3109,7 @@ lang: BentoCodeSnippetSupportedLanguage;
|
|
|
2994
3109
|
langLabel: any;
|
|
2995
3110
|
loading: boolean;
|
|
2996
3111
|
variant: BentoCodeSnippetVariant;
|
|
2997
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, BentoCodeSnippetEvent[], string, Readonly<ExtractPropTypes<
|
|
3112
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, BentoCodeSnippetEvent[], string, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<BentoCodeSnippetProps>, {
|
|
2998
3113
|
actionable: boolean;
|
|
2999
3114
|
actionableText: any;
|
|
3000
3115
|
content: string;
|
|
@@ -3006,8 +3121,8 @@ loading: boolean;
|
|
|
3006
3121
|
variant: BentoCodeSnippetVariant;
|
|
3007
3122
|
}>>>, {
|
|
3008
3123
|
variant: BentoCodeSnippetVariant | `${BentoCodeSnippetVariant}`;
|
|
3009
|
-
content: string;
|
|
3010
3124
|
loading: boolean;
|
|
3125
|
+
content: string;
|
|
3011
3126
|
expandable: boolean;
|
|
3012
3127
|
actionable: boolean;
|
|
3013
3128
|
actionableText: string;
|
|
@@ -3509,13 +3624,13 @@ export declare enum BentoCountryVariant {
|
|
|
3509
3624
|
* `
|
|
3510
3625
|
* }
|
|
3511
3626
|
*/
|
|
3512
|
-
export declare const BentoCurrency: DefineComponent<
|
|
3627
|
+
export declare const BentoCurrency: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<BentoCurrencyProps>, {
|
|
3513
3628
|
currency: BentoCurrencyISOCode;
|
|
3514
3629
|
disableTypography: boolean;
|
|
3515
3630
|
majorUnits: boolean;
|
|
3516
3631
|
value: any;
|
|
3517
3632
|
currencySign: string;
|
|
3518
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
3633
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<BentoCurrencyProps>, {
|
|
3519
3634
|
currency: BentoCurrencyISOCode;
|
|
3520
3635
|
disableTypography: boolean;
|
|
3521
3636
|
majorUnits: boolean;
|
|
@@ -3762,7 +3877,7 @@ export declare interface BentoCurrencyProps {
|
|
|
3762
3877
|
* `
|
|
3763
3878
|
* }
|
|
3764
3879
|
*/
|
|
3765
|
-
export declare const BentoDashboardSection: __VLS_WithTemplateSlots_53<DefineComponent<
|
|
3880
|
+
export declare const BentoDashboardSection: __VLS_WithTemplateSlots_53<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
|
|
3766
3881
|
/**
|
|
3767
3882
|
* The header of the section
|
|
3768
3883
|
*/
|
|
@@ -3773,7 +3888,7 @@ header: BentoDashboardTemplateHeader;
|
|
|
3773
3888
|
halfWidth?: boolean;
|
|
3774
3889
|
}>, {
|
|
3775
3890
|
halfWidth: boolean;
|
|
3776
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
3891
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
|
|
3777
3892
|
/**
|
|
3778
3893
|
* The header of the section
|
|
3779
3894
|
*/
|
|
@@ -3821,7 +3936,7 @@ halfWidth: boolean;
|
|
|
3821
3936
|
* `
|
|
3822
3937
|
* }
|
|
3823
3938
|
*/
|
|
3824
|
-
export declare const BentoDashboardTemplate: __VLS_WithTemplateSlots_52<DefineComponent<
|
|
3939
|
+
export declare const BentoDashboardTemplate: __VLS_WithTemplateSlots_52<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
|
|
3825
3940
|
/**
|
|
3826
3941
|
* The header that goes to the top of the template
|
|
3827
3942
|
*/
|
|
@@ -3844,7 +3959,7 @@ stickyFilters?: boolean;
|
|
|
3844
3959
|
tabs: any;
|
|
3845
3960
|
stickyTabs: boolean;
|
|
3846
3961
|
stickyFilters: boolean;
|
|
3847
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
3962
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
|
|
3848
3963
|
/**
|
|
3849
3964
|
* The header that goes to the top of the template
|
|
3850
3965
|
*/
|
|
@@ -3902,7 +4017,7 @@ export declare type BentoDashboardTemplateTabs = {
|
|
|
3902
4017
|
* `
|
|
3903
4018
|
* }
|
|
3904
4019
|
*/
|
|
3905
|
-
export declare const BentoDashedUnderline:
|
|
4020
|
+
export declare const BentoDashedUnderline: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<BentoDashedUnderlineProps>, {
|
|
3906
4021
|
popoverText: any;
|
|
3907
4022
|
popoverTitle: any;
|
|
3908
4023
|
popoverPosition: string;
|
|
@@ -3912,7 +4027,7 @@ disabled: boolean;
|
|
|
3912
4027
|
};
|
|
3913
4028
|
tooltipText: any;
|
|
3914
4029
|
tooltipPosition: string;
|
|
3915
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
4030
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<BentoDashedUnderlineProps>, {
|
|
3916
4031
|
popoverText: any;
|
|
3917
4032
|
popoverTitle: any;
|
|
3918
4033
|
popoverPosition: string;
|
|
@@ -3923,9 +4038,9 @@ disabled: boolean;
|
|
|
3923
4038
|
tooltipText: any;
|
|
3924
4039
|
tooltipPosition: string;
|
|
3925
4040
|
}>>>, {
|
|
4041
|
+
teleport: BentoDashedUnderlineTeleport;
|
|
3926
4042
|
tooltipPosition: BentoTooltipPosition_2 | `${BentoTooltipPosition_2}`;
|
|
3927
4043
|
tooltipText: string;
|
|
3928
|
-
teleport: BentoDashedUnderlineTeleport;
|
|
3929
4044
|
popoverText: string;
|
|
3930
4045
|
popoverPosition: BentoPopoverPositions | `${BentoPopoverPositions}`;
|
|
3931
4046
|
popoverTitle: string;
|
|
@@ -4032,7 +4147,7 @@ declare type BentoDashedUnderlineTeleport_2 = BentoTeleportProps_2;
|
|
|
4032
4147
|
* `
|
|
4033
4148
|
* }
|
|
4034
4149
|
*/
|
|
4035
|
-
export declare const BentoDataGrid:
|
|
4150
|
+
export declare const BentoDataGrid: __VLS_WithTemplateSlots_10<DefineComponent< {
|
|
4036
4151
|
/**
|
|
4037
4152
|
* When true, will emit a 'rowClick' event when a row is clicked. Will add cursor: pointer to rows.
|
|
4038
4153
|
*/
|
|
@@ -4130,6 +4245,19 @@ type: PropType<BentoFilterValues>;
|
|
|
4130
4245
|
default: () => any[];
|
|
4131
4246
|
};
|
|
4132
4247
|
/**
|
|
4248
|
+
* An object of the values for each filter in the filter bar where key is a the field name and the value is the BentoFilterBarValue.
|
|
4249
|
+
*
|
|
4250
|
+
* @example
|
|
4251
|
+
* {
|
|
4252
|
+
* 'company': '200',
|
|
4253
|
+
* 'name': 'some text'
|
|
4254
|
+
* },
|
|
4255
|
+
*/
|
|
4256
|
+
filterValuesObject: {
|
|
4257
|
+
type: PropType<BentoFilterValueObject>;
|
|
4258
|
+
default: () => any;
|
|
4259
|
+
};
|
|
4260
|
+
/**
|
|
4133
4261
|
* Filter's search bar properties with which the placeholder, hint and other
|
|
4134
4262
|
* "bento-search-bar" properties can be set. @see {@link BentoFilterBarSearchBarProps}
|
|
4135
4263
|
*/
|
|
@@ -4244,6 +4372,7 @@ default: any;
|
|
|
4244
4372
|
};
|
|
4245
4373
|
/**
|
|
4246
4374
|
* Adds an extra option when selecting all items that allows user to select items in other pages too.
|
|
4375
|
+
* Needs pagination.totalCount to be set.
|
|
4247
4376
|
*/
|
|
4248
4377
|
selectableAcrossPages: {
|
|
4249
4378
|
type: BooleanConstructor;
|
|
@@ -4338,7 +4467,7 @@ default: boolean;
|
|
|
4338
4467
|
};
|
|
4339
4468
|
}, {
|
|
4340
4469
|
onEmptyStateClearResetButtonClick: () => void;
|
|
4341
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, (BentoDatagridEvent.COLUMNS | BentoDatagridEvent.COLUMN_RESIZE | BentoDatagridEvent.ITEMS_PAGE | BentoDatagridEvent.NAVIGATE | BentoDatagridEvent.NESTED_CONTENT_TOGGLED | BentoDatagridEvent.FILTER_SEARCH_INPUT | BentoDatagridEvent.FILTER_SEARCH_CLEAR | BentoDatagridEvent.UPDATE_COLUMNS | BentoDatagridEvent.UPDATE_CONDENSED | BentoDatagridEvent.UPDATE_FILTERS | BentoDatagridEvent.UPDATE_FILTER_VALUES | BentoDatagridEvent.UPDATE_FILTER_SEARCH_TERM | BentoDatagridEvent.UPDATE_PAGINATION | BentoDatagridEvent.UPDATE_SELECTION | BentoDatagridEvent.UPDATE_SHOW_MORE | BentoDatagridEvent.UPDATE_SORT_BY | BentoDatagridEvent.ROW_CLICK | BentoDatagridEvent.SELECT | BentoDatagridEvent.SELECT_ALL_ACROSS_PAGES | BentoDatagridEvent.SORT)[], string, Readonly<ExtractPropTypes< {
|
|
4470
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, (BentoDatagridEvent.COLUMNS | BentoDatagridEvent.COLUMN_RESIZE | BentoDatagridEvent.ITEMS_PAGE | BentoDatagridEvent.NAVIGATE | BentoDatagridEvent.NESTED_CONTENT_TOGGLED | BentoDatagridEvent.FILTER_SEARCH_INPUT | BentoDatagridEvent.FILTER_SEARCH_CLEAR | BentoDatagridEvent.UPDATE_COLUMNS | BentoDatagridEvent.UPDATE_CONDENSED | BentoDatagridEvent.UPDATE_FILTERS | BentoDatagridEvent.UPDATE_FILTER_VALUES | BentoDatagridEvent.UPDATE_FILTER_VALUES_OBJECT | BentoDatagridEvent.UPDATE_FILTER_SEARCH_TERM | BentoDatagridEvent.UPDATE_PAGINATION | BentoDatagridEvent.UPDATE_SELECTION | BentoDatagridEvent.UPDATE_SHOW_MORE | BentoDatagridEvent.UPDATE_SORT_BY | BentoDatagridEvent.ROW_CLICK | BentoDatagridEvent.SELECT | BentoDatagridEvent.SELECT_ALL_ACROSS_PAGES | BentoDatagridEvent.SORT)[], string, Readonly<ExtractPropTypes< {
|
|
4342
4471
|
/**
|
|
4343
4472
|
* When true, will emit a 'rowClick' event when a row is clicked. Will add cursor: pointer to rows.
|
|
4344
4473
|
*/
|
|
@@ -4436,6 +4565,19 @@ type: PropType<BentoFilterValues>;
|
|
|
4436
4565
|
default: () => any[];
|
|
4437
4566
|
};
|
|
4438
4567
|
/**
|
|
4568
|
+
* An object of the values for each filter in the filter bar where key is a the field name and the value is the BentoFilterBarValue.
|
|
4569
|
+
*
|
|
4570
|
+
* @example
|
|
4571
|
+
* {
|
|
4572
|
+
* 'company': '200',
|
|
4573
|
+
* 'name': 'some text'
|
|
4574
|
+
* },
|
|
4575
|
+
*/
|
|
4576
|
+
filterValuesObject: {
|
|
4577
|
+
type: PropType<BentoFilterValueObject>;
|
|
4578
|
+
default: () => any;
|
|
4579
|
+
};
|
|
4580
|
+
/**
|
|
4439
4581
|
* Filter's search bar properties with which the placeholder, hint and other
|
|
4440
4582
|
* "bento-search-bar" properties can be set. @see {@link BentoFilterBarSearchBarProps}
|
|
4441
4583
|
*/
|
|
@@ -4550,6 +4692,7 @@ default: any;
|
|
|
4550
4692
|
};
|
|
4551
4693
|
/**
|
|
4552
4694
|
* Adds an extra option when selecting all items that allows user to select items in other pages too.
|
|
4695
|
+
* Needs pagination.totalCount to be set.
|
|
4553
4696
|
*/
|
|
4554
4697
|
selectableAcrossPages: {
|
|
4555
4698
|
type: BooleanConstructor;
|
|
@@ -4645,11 +4788,12 @@ default: boolean;
|
|
|
4645
4788
|
}>>, {
|
|
4646
4789
|
filters: BentoFilterBarModel;
|
|
4647
4790
|
condensed: boolean;
|
|
4648
|
-
outline: boolean;
|
|
4649
4791
|
loading: boolean;
|
|
4792
|
+
outline: boolean;
|
|
4650
4793
|
fitContent: boolean;
|
|
4651
4794
|
lazyLoadType: BentoLazyLoadType;
|
|
4652
4795
|
emptyState: any;
|
|
4796
|
+
slashedZero: boolean;
|
|
4653
4797
|
pagination: any;
|
|
4654
4798
|
hasResizableColumns: boolean;
|
|
4655
4799
|
selectable: boolean;
|
|
@@ -4666,8 +4810,8 @@ hasNestedRows: boolean;
|
|
|
4666
4810
|
highlightedRows: BentoDatagridDataItemId[];
|
|
4667
4811
|
shouldShowNestedContent: BentoDatagridShouldShowNestedContentFn;
|
|
4668
4812
|
shouldShowNestedRows: BentoDatagridShouldShowNestedRowsFn;
|
|
4669
|
-
slashedZero: boolean;
|
|
4670
4813
|
filterValues: BentoFilterValues;
|
|
4814
|
+
filterValuesObject: BentoFilterValueObject;
|
|
4671
4815
|
allowColumnDragAndDrop: boolean;
|
|
4672
4816
|
bulkActions: BentoButtonActionsList;
|
|
4673
4817
|
columnPanel: boolean;
|
|
@@ -4721,6 +4865,7 @@ export declare enum BentoDatagridEvent {
|
|
|
4721
4865
|
UPDATE_CONDENSED = "update:condensed",
|
|
4722
4866
|
UPDATE_FILTERS = "update:filters",
|
|
4723
4867
|
UPDATE_FILTER_VALUES = "update:filter-values",
|
|
4868
|
+
UPDATE_FILTER_VALUES_OBJECT = "update:filter-values-object",
|
|
4724
4869
|
UPDATE_FILTER_SEARCH_TERM = "update:filter-search-term",
|
|
4725
4870
|
UPDATE_PAGINATION = "update:pagination",
|
|
4726
4871
|
UPDATE_SELECTION = "update:selection",
|
|
@@ -4772,7 +4917,7 @@ export declare enum BentoDatagridSortDirection {
|
|
|
4772
4917
|
* `
|
|
4773
4918
|
* }
|
|
4774
4919
|
*/
|
|
4775
|
-
export declare const BentoDataGridStaticIcon: DefineComponent<
|
|
4920
|
+
export declare const BentoDataGridStaticIcon: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<{
|
|
4776
4921
|
/**
|
|
4777
4922
|
* Renderes the icon with color.
|
|
4778
4923
|
*/
|
|
@@ -4788,7 +4933,7 @@ variant?: BentoDataGridStaticIconVariant;
|
|
|
4788
4933
|
}>, {
|
|
4789
4934
|
variant: string;
|
|
4790
4935
|
colored: boolean;
|
|
4791
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
4936
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<{
|
|
4792
4937
|
/**
|
|
4793
4938
|
* Renderes the icon with color.
|
|
4794
4939
|
*/
|
|
@@ -4838,11 +4983,11 @@ export declare enum BentoDatagridStyleState {
|
|
|
4838
4983
|
* `
|
|
4839
4984
|
* }
|
|
4840
4985
|
*/
|
|
4841
|
-
export declare const BentoDataGridSummaryCell: DefineComponent<
|
|
4986
|
+
export declare const BentoDataGridSummaryCell: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<BentoDataGridSummaryCellProps>, {
|
|
4842
4987
|
dashedUnderline: () => {};
|
|
4843
4988
|
searchTerm: string;
|
|
4844
4989
|
tooltipText: any;
|
|
4845
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
4990
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<BentoDataGridSummaryCellProps>, {
|
|
4846
4991
|
dashedUnderline: () => {};
|
|
4847
4992
|
searchTerm: string;
|
|
4848
4993
|
tooltipText: any;
|
|
@@ -5068,8 +5213,8 @@ tabs: BentoDataGridTemplateTabs;
|
|
|
5068
5213
|
inspector: {
|
|
5069
5214
|
title: string;
|
|
5070
5215
|
isOpen?: boolean;
|
|
5071
|
-
size?: BentoInspectorSize;
|
|
5072
5216
|
loading?: boolean;
|
|
5217
|
+
size?: BentoInspectorSize;
|
|
5073
5218
|
expandable?: boolean;
|
|
5074
5219
|
relativeLayout?: BentoInspectorRelativeLayout;
|
|
5075
5220
|
pageFocusAnchor?: HTMLElement;
|
|
@@ -5119,11 +5264,11 @@ export declare type BentoDataGridTemplateTabs = {
|
|
|
5119
5264
|
* `
|
|
5120
5265
|
* }
|
|
5121
5266
|
*/
|
|
5122
|
-
export declare const BentoDate: DefineComponent<
|
|
5267
|
+
export declare const BentoDate: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<BentoDateProps>, {
|
|
5123
5268
|
date: any;
|
|
5124
5269
|
format: BentoDateFormat;
|
|
5125
5270
|
disableTypography: boolean;
|
|
5126
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
5271
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<BentoDateProps>, {
|
|
5127
5272
|
date: any;
|
|
5128
5273
|
format: BentoDateFormat;
|
|
5129
5274
|
disableTypography: boolean;
|
|
@@ -5317,6 +5462,7 @@ dateErrorId: string;
|
|
|
5317
5462
|
popoverAriaLabel: ComputedRef<string>;
|
|
5318
5463
|
ariaDescribedBy: ComputedRef<string>;
|
|
5319
5464
|
textInputValue: Ref<string>;
|
|
5465
|
+
initialFocusOnDatePickerOpen: any;
|
|
5320
5466
|
closeDatePicker: () => void;
|
|
5321
5467
|
clearDatePickerValue: () => Promise<void>;
|
|
5322
5468
|
onDateSelected: (selectedDate: Date) => void;
|
|
@@ -5890,9 +6036,9 @@ export declare interface BentoDateRangePickerValue {
|
|
|
5890
6036
|
* template: `<bento-divider />`
|
|
5891
6037
|
* }
|
|
5892
6038
|
*/
|
|
5893
|
-
export declare const BentoDivider: DefineComponent<
|
|
6039
|
+
export declare const BentoDivider: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<BentoDividerProps>, {
|
|
5894
6040
|
variant: BentoDividerVariant;
|
|
5895
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
6041
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<BentoDividerProps>, {
|
|
5896
6042
|
variant: BentoDividerVariant;
|
|
5897
6043
|
}>>>, {
|
|
5898
6044
|
variant: `${BentoDividerVariant}`;
|
|
@@ -5946,7 +6092,7 @@ declare enum BentoDividerVariant {
|
|
|
5946
6092
|
* }
|
|
5947
6093
|
* }
|
|
5948
6094
|
*/
|
|
5949
|
-
export declare const BentoDropdown:
|
|
6095
|
+
export declare const BentoDropdown: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<BentoDropdownProps>, {
|
|
5950
6096
|
ariaLabel: any;
|
|
5951
6097
|
condensed: boolean;
|
|
5952
6098
|
emptyState: any;
|
|
@@ -5981,7 +6127,7 @@ focus: () => void;
|
|
|
5981
6127
|
input: (selectedValue: any) => void;
|
|
5982
6128
|
} & {
|
|
5983
6129
|
"show-more": () => void;
|
|
5984
|
-
}, string, Readonly<ExtractPropTypes<
|
|
6130
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<BentoDropdownProps>, {
|
|
5985
6131
|
ariaLabel: any;
|
|
5986
6132
|
condensed: boolean;
|
|
5987
6133
|
emptyState: any;
|
|
@@ -6018,15 +6164,15 @@ label: string;
|
|
|
6018
6164
|
required: boolean;
|
|
6019
6165
|
condensed: boolean;
|
|
6020
6166
|
disabled: boolean;
|
|
6167
|
+
loading: boolean;
|
|
6021
6168
|
error: boolean;
|
|
6022
6169
|
optional: boolean;
|
|
6023
6170
|
readonly: boolean;
|
|
6024
6171
|
size: BentoDropdownSize | `${BentoDropdownSize}`;
|
|
6025
6172
|
multiple: boolean;
|
|
6026
|
-
|
|
6173
|
+
ariaLabel: string;
|
|
6027
6174
|
tooltipText: string;
|
|
6028
6175
|
errorMessage: string;
|
|
6029
|
-
ariaLabel: string;
|
|
6030
6176
|
items: BentoListboxOptions;
|
|
6031
6177
|
isOptionDisabled: BentoListboxIsOptionDisabled;
|
|
6032
6178
|
staticCategories: boolean;
|
|
@@ -6036,8 +6182,8 @@ emptyState: BentoListboxEmptyStateProps;
|
|
|
6036
6182
|
componentLoading: boolean;
|
|
6037
6183
|
virtualScroll: BentoListboxVirtulisationOptions;
|
|
6038
6184
|
dynamicFiltering: boolean;
|
|
6039
|
-
placeholder: string;
|
|
6040
6185
|
showSlotContentInMultiple: boolean;
|
|
6186
|
+
placeholder: string;
|
|
6041
6187
|
enableValueLabelPair: boolean;
|
|
6042
6188
|
}>, Record<string, (_: any) => any> & Record<string, (_: any) => any> & {
|
|
6043
6189
|
description: (_: {}) => any;
|
|
@@ -6071,11 +6217,11 @@ enableValueLabelPair: boolean;
|
|
|
6071
6217
|
* }
|
|
6072
6218
|
* }
|
|
6073
6219
|
*/
|
|
6074
|
-
export declare const BentoDropdownAvatar: DefineComponent<
|
|
6220
|
+
export declare const BentoDropdownAvatar: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<BentoDropdownAvatarProps>, {
|
|
6075
6221
|
items: () => any[];
|
|
6076
6222
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6077
6223
|
input: (selectedValue: BentoListboxSelectedValue) => void;
|
|
6078
|
-
}, string, Readonly<ExtractPropTypes<
|
|
6224
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<BentoDropdownAvatarProps>, {
|
|
6079
6225
|
items: () => any[];
|
|
6080
6226
|
}>>>, {
|
|
6081
6227
|
items: BentoAvatarListboxOptions;
|
|
@@ -6175,6 +6321,11 @@ type: PropType<boolean>;
|
|
|
6175
6321
|
} & {
|
|
6176
6322
|
default: boolean;
|
|
6177
6323
|
};
|
|
6324
|
+
loading: {
|
|
6325
|
+
type: PropType<boolean>;
|
|
6326
|
+
} & {
|
|
6327
|
+
default: boolean;
|
|
6328
|
+
};
|
|
6178
6329
|
error: {
|
|
6179
6330
|
type: PropType<boolean>;
|
|
6180
6331
|
} & {
|
|
@@ -6200,22 +6351,17 @@ type: PropType<boolean>;
|
|
|
6200
6351
|
} & {
|
|
6201
6352
|
default: boolean;
|
|
6202
6353
|
};
|
|
6203
|
-
|
|
6204
|
-
type: PropType<boolean>;
|
|
6205
|
-
} & {
|
|
6206
|
-
default: boolean;
|
|
6207
|
-
};
|
|
6208
|
-
tooltipText: {
|
|
6354
|
+
ariaLabel: {
|
|
6209
6355
|
type: PropType<string>;
|
|
6210
6356
|
} & {
|
|
6211
6357
|
default: any;
|
|
6212
6358
|
};
|
|
6213
|
-
|
|
6359
|
+
tooltipText: {
|
|
6214
6360
|
type: PropType<string>;
|
|
6215
6361
|
} & {
|
|
6216
6362
|
default: any;
|
|
6217
6363
|
};
|
|
6218
|
-
|
|
6364
|
+
errorMessage: {
|
|
6219
6365
|
type: PropType<string>;
|
|
6220
6366
|
} & {
|
|
6221
6367
|
default: any;
|
|
@@ -6260,16 +6406,16 @@ type: PropType<boolean>;
|
|
|
6260
6406
|
} & {
|
|
6261
6407
|
default: boolean;
|
|
6262
6408
|
};
|
|
6263
|
-
placeholder: {
|
|
6264
|
-
type: PropType<string>;
|
|
6265
|
-
} & {
|
|
6266
|
-
default: any;
|
|
6267
|
-
};
|
|
6268
6409
|
showSlotContentInMultiple: {
|
|
6269
6410
|
type: PropType<boolean>;
|
|
6270
6411
|
} & {
|
|
6271
6412
|
default: boolean;
|
|
6272
6413
|
};
|
|
6414
|
+
placeholder: {
|
|
6415
|
+
type: PropType<string>;
|
|
6416
|
+
} & {
|
|
6417
|
+
default: any;
|
|
6418
|
+
};
|
|
6273
6419
|
enableValueLabelPair: {
|
|
6274
6420
|
type: PropType<boolean>;
|
|
6275
6421
|
} & {
|
|
@@ -6332,6 +6478,11 @@ type: PropType<boolean>;
|
|
|
6332
6478
|
} & {
|
|
6333
6479
|
default: boolean;
|
|
6334
6480
|
};
|
|
6481
|
+
loading: {
|
|
6482
|
+
type: PropType<boolean>;
|
|
6483
|
+
} & {
|
|
6484
|
+
default: boolean;
|
|
6485
|
+
};
|
|
6335
6486
|
error: {
|
|
6336
6487
|
type: PropType<boolean>;
|
|
6337
6488
|
} & {
|
|
@@ -6357,22 +6508,17 @@ type: PropType<boolean>;
|
|
|
6357
6508
|
} & {
|
|
6358
6509
|
default: boolean;
|
|
6359
6510
|
};
|
|
6360
|
-
|
|
6361
|
-
type: PropType<boolean>;
|
|
6362
|
-
} & {
|
|
6363
|
-
default: boolean;
|
|
6364
|
-
};
|
|
6365
|
-
tooltipText: {
|
|
6511
|
+
ariaLabel: {
|
|
6366
6512
|
type: PropType<string>;
|
|
6367
6513
|
} & {
|
|
6368
6514
|
default: any;
|
|
6369
6515
|
};
|
|
6370
|
-
|
|
6516
|
+
tooltipText: {
|
|
6371
6517
|
type: PropType<string>;
|
|
6372
6518
|
} & {
|
|
6373
6519
|
default: any;
|
|
6374
6520
|
};
|
|
6375
|
-
|
|
6521
|
+
errorMessage: {
|
|
6376
6522
|
type: PropType<string>;
|
|
6377
6523
|
} & {
|
|
6378
6524
|
default: any;
|
|
@@ -6417,16 +6563,16 @@ type: PropType<boolean>;
|
|
|
6417
6563
|
} & {
|
|
6418
6564
|
default: boolean;
|
|
6419
6565
|
};
|
|
6420
|
-
placeholder: {
|
|
6421
|
-
type: PropType<string>;
|
|
6422
|
-
} & {
|
|
6423
|
-
default: any;
|
|
6424
|
-
};
|
|
6425
6566
|
showSlotContentInMultiple: {
|
|
6426
6567
|
type: PropType<boolean>;
|
|
6427
6568
|
} & {
|
|
6428
6569
|
default: boolean;
|
|
6429
6570
|
};
|
|
6571
|
+
placeholder: {
|
|
6572
|
+
type: PropType<string>;
|
|
6573
|
+
} & {
|
|
6574
|
+
default: any;
|
|
6575
|
+
};
|
|
6430
6576
|
enableValueLabelPair: {
|
|
6431
6577
|
type: PropType<boolean>;
|
|
6432
6578
|
} & {
|
|
@@ -6441,15 +6587,15 @@ variant: "name" | "iso" | "phone_code" | "capital" | "custom" | BentoCountryVari
|
|
|
6441
6587
|
required: boolean;
|
|
6442
6588
|
condensed: boolean;
|
|
6443
6589
|
disabled: boolean;
|
|
6590
|
+
loading: boolean;
|
|
6444
6591
|
error: boolean;
|
|
6445
6592
|
optional: boolean;
|
|
6446
6593
|
readonly: boolean;
|
|
6447
6594
|
size: BentoDropdownSize_2 | `${BentoDropdownSize_2}`;
|
|
6448
6595
|
multiple: boolean;
|
|
6449
|
-
|
|
6596
|
+
ariaLabel: string;
|
|
6450
6597
|
tooltipText: string;
|
|
6451
6598
|
errorMessage: string;
|
|
6452
|
-
ariaLabel: string;
|
|
6453
6599
|
items: BentoCountryListboxOptions;
|
|
6454
6600
|
isOptionDisabled: BentoListboxIsOptionDisabled;
|
|
6455
6601
|
staticCategories: boolean;
|
|
@@ -6459,8 +6605,8 @@ emptyState: BentoListboxEmptyStateProps;
|
|
|
6459
6605
|
componentLoading: boolean;
|
|
6460
6606
|
virtualScroll: BentoListboxVirtulisationOptions;
|
|
6461
6607
|
dynamicFiltering: boolean;
|
|
6462
|
-
placeholder: string;
|
|
6463
6608
|
showSlotContentInMultiple: boolean;
|
|
6609
|
+
placeholder: string;
|
|
6464
6610
|
enableValueLabelPair: boolean;
|
|
6465
6611
|
}>;
|
|
6466
6612
|
|
|
@@ -6492,11 +6638,11 @@ enableValueLabelPair: boolean;
|
|
|
6492
6638
|
* }
|
|
6493
6639
|
* }
|
|
6494
6640
|
*/
|
|
6495
|
-
export declare const BentoDropdownCurrency: DefineComponent<
|
|
6641
|
+
export declare const BentoDropdownCurrency: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<BentoDropdownCurrencyProps>, {
|
|
6496
6642
|
items: () => any[];
|
|
6497
6643
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6498
6644
|
input: (selectedValue: BentoListboxSelectedValue) => void;
|
|
6499
|
-
}, string, Readonly<ExtractPropTypes<
|
|
6645
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<BentoDropdownCurrencyProps>, {
|
|
6500
6646
|
items: () => any[];
|
|
6501
6647
|
}>>>, {
|
|
6502
6648
|
items: BentoCurrencyListboxOptions;
|
|
@@ -6540,11 +6686,11 @@ export declare interface BentoDropdownCurrencyProps extends BentoDropdownProps {
|
|
|
6540
6686
|
* }
|
|
6541
6687
|
* }
|
|
6542
6688
|
*/
|
|
6543
|
-
export declare const BentoDropdownPaymentMethod: DefineComponent<
|
|
6689
|
+
export declare const BentoDropdownPaymentMethod: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<BentoDropdownPaymentMethodProps>, {
|
|
6544
6690
|
items: () => any[];
|
|
6545
6691
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6546
6692
|
input: (selectedValue: BentoListboxSelectedValue) => void;
|
|
6547
|
-
}, string, Readonly<ExtractPropTypes<
|
|
6693
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<BentoDropdownPaymentMethodProps>, {
|
|
6548
6694
|
items: () => any[];
|
|
6549
6695
|
}>>>, {
|
|
6550
6696
|
items: BentoPaymentMethodListboxOptions;
|
|
@@ -6743,11 +6889,11 @@ declare enum BentoDropdownSize_2 {
|
|
|
6743
6889
|
* }
|
|
6744
6890
|
* }
|
|
6745
6891
|
*/
|
|
6746
|
-
export declare const BentoDropdownTag: DefineComponent<
|
|
6892
|
+
export declare const BentoDropdownTag: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<BentoDropdownTagProps>, {
|
|
6747
6893
|
items: () => any[];
|
|
6748
6894
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6749
6895
|
input: (selectedValue: BentoListboxSelectedValue) => void;
|
|
6750
|
-
}, string, Readonly<ExtractPropTypes<
|
|
6896
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<BentoDropdownTagProps>, {
|
|
6751
6897
|
items: () => any[];
|
|
6752
6898
|
}>>>, {
|
|
6753
6899
|
items: BentoTagListboxOptions;
|
|
@@ -6788,117 +6934,27 @@ export declare interface BentoDropdownTagProps extends BentoDropdownProps {
|
|
|
6788
6934
|
* `
|
|
6789
6935
|
* }
|
|
6790
6936
|
*/
|
|
6791
|
-
export declare const BentoEmptyState:
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
|
|
6795
|
-
|
|
6796
|
-
|
|
6797
|
-
|
|
6798
|
-
|
|
6799
|
-
|
|
6800
|
-
|
|
6801
|
-
|
|
6802
|
-
|
|
6803
|
-
|
|
6804
|
-
|
|
6805
|
-
|
|
6806
|
-
type: StringConstructor;
|
|
6807
|
-
default: any;
|
|
6808
|
-
};
|
|
6809
|
-
/**
|
|
6810
|
-
* Sets the heading HTML DOM element.
|
|
6811
|
-
* @values h1, h2, h3, h4, h5, h6, div, p, span
|
|
6812
|
-
*/
|
|
6813
|
-
headingEl: {
|
|
6814
|
-
type: PropType<`${BentoTypographyElement}`>;
|
|
6815
|
-
default: any;
|
|
6816
|
-
validator: (value: BentoTypographyElement) => boolean;
|
|
6817
|
-
};
|
|
6818
|
-
/**
|
|
6819
|
-
* Name of the illustration for the empty state.
|
|
6820
|
-
*/
|
|
6821
|
-
image: {
|
|
6822
|
-
type: PropType<`${BentoEmptyStateImage}`>;
|
|
6823
|
-
default: any;
|
|
6824
|
-
validator: (value: BentoEmptyStateImage) => boolean;
|
|
6825
|
-
};
|
|
6826
|
-
/**
|
|
6827
|
-
* The empty state heading.
|
|
6828
|
-
* Should clearly explain the issue.
|
|
6829
|
-
*/
|
|
6830
|
-
title: {
|
|
6831
|
-
type: StringConstructor;
|
|
6832
|
-
default: string;
|
|
6833
|
-
};
|
|
6834
|
-
/**
|
|
6835
|
-
* Types of different empty states
|
|
6836
|
-
* @values full-page, embedded, basic, condensed
|
|
6837
|
-
*/
|
|
6838
|
-
variant: {
|
|
6839
|
-
type: PropType<`${BentoEmptyStateVariant}`>;
|
|
6840
|
-
default: string;
|
|
6841
|
-
validator: (value: BentoEmptyStateVariant) => boolean;
|
|
6842
|
-
};
|
|
6843
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {
|
|
6844
|
-
/**
|
|
6845
|
-
* Defines the button at the end of the component.
|
|
6846
|
-
*/
|
|
6847
|
-
action: {
|
|
6848
|
-
type: PropType<BentoButtonActionObject>;
|
|
6849
|
-
default: any;
|
|
6850
|
-
validator: (value: BentoButtonActionObject) => boolean;
|
|
6851
|
-
};
|
|
6852
|
-
/**
|
|
6853
|
-
* The empty state description.
|
|
6854
|
-
* Gives additional details to the issue.
|
|
6855
|
-
* This can be used or the default slot
|
|
6856
|
-
*/
|
|
6857
|
-
description: {
|
|
6858
|
-
type: StringConstructor;
|
|
6859
|
-
default: any;
|
|
6860
|
-
};
|
|
6861
|
-
/**
|
|
6862
|
-
* Sets the heading HTML DOM element.
|
|
6863
|
-
* @values h1, h2, h3, h4, h5, h6, div, p, span
|
|
6864
|
-
*/
|
|
6865
|
-
headingEl: {
|
|
6866
|
-
type: PropType<`${BentoTypographyElement}`>;
|
|
6867
|
-
default: any;
|
|
6868
|
-
validator: (value: BentoTypographyElement) => boolean;
|
|
6869
|
-
};
|
|
6870
|
-
/**
|
|
6871
|
-
* Name of the illustration for the empty state.
|
|
6872
|
-
*/
|
|
6873
|
-
image: {
|
|
6874
|
-
type: PropType<`${BentoEmptyStateImage}`>;
|
|
6875
|
-
default: any;
|
|
6876
|
-
validator: (value: BentoEmptyStateImage) => boolean;
|
|
6877
|
-
};
|
|
6878
|
-
/**
|
|
6879
|
-
* The empty state heading.
|
|
6880
|
-
* Should clearly explain the issue.
|
|
6881
|
-
*/
|
|
6882
|
-
title: {
|
|
6883
|
-
type: StringConstructor;
|
|
6884
|
-
default: string;
|
|
6885
|
-
};
|
|
6886
|
-
/**
|
|
6887
|
-
* Types of different empty states
|
|
6888
|
-
* @values full-page, embedded, basic, condensed
|
|
6889
|
-
*/
|
|
6890
|
-
variant: {
|
|
6891
|
-
type: PropType<`${BentoEmptyStateVariant}`>;
|
|
6892
|
-
default: string;
|
|
6893
|
-
validator: (value: BentoEmptyStateVariant) => boolean;
|
|
6894
|
-
};
|
|
6895
|
-
}>>, {
|
|
6937
|
+
export declare const BentoEmptyState: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<BentoEmptyStateProps>, {
|
|
6938
|
+
action: any;
|
|
6939
|
+
description: any;
|
|
6940
|
+
headingEl: any;
|
|
6941
|
+
image: any;
|
|
6942
|
+
title: string;
|
|
6943
|
+
variant: string;
|
|
6944
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<BentoEmptyStateProps>, {
|
|
6945
|
+
action: any;
|
|
6946
|
+
description: any;
|
|
6947
|
+
headingEl: any;
|
|
6948
|
+
image: any;
|
|
6949
|
+
title: string;
|
|
6950
|
+
variant: string;
|
|
6951
|
+
}>>>, {
|
|
6896
6952
|
description: string;
|
|
6897
6953
|
title: string;
|
|
6898
|
-
image:
|
|
6899
|
-
variant:
|
|
6900
|
-
action:
|
|
6901
|
-
headingEl:
|
|
6954
|
+
image: `${BentoEmptyStateImage}`;
|
|
6955
|
+
variant: `${BentoEmptyStateVariant}`;
|
|
6956
|
+
action: BentoButtonActionObject;
|
|
6957
|
+
headingEl: `${BentoTypographyElement}`;
|
|
6902
6958
|
}>, {
|
|
6903
6959
|
title: (_: {}) => any;
|
|
6904
6960
|
default: (_: {}) => any;
|
|
@@ -6929,6 +6985,38 @@ export declare enum BentoEmptyStateImageVariant {
|
|
|
6929
6985
|
NULL
|
|
6930
6986
|
}
|
|
6931
6987
|
|
|
6988
|
+
export declare interface BentoEmptyStateProps {
|
|
6989
|
+
/**
|
|
6990
|
+
* Defines the button at the end of the component.
|
|
6991
|
+
*/
|
|
6992
|
+
action?: BentoButtonActionObject;
|
|
6993
|
+
/**
|
|
6994
|
+
* The empty state description.
|
|
6995
|
+
* Gives additional details to the issue.
|
|
6996
|
+
* This can be used or the default slot
|
|
6997
|
+
*/
|
|
6998
|
+
description?: string;
|
|
6999
|
+
/**
|
|
7000
|
+
* Sets the heading HTML DOM element.
|
|
7001
|
+
* @values h1, h2, h3, h4, h5, h6, div, p, span
|
|
7002
|
+
*/
|
|
7003
|
+
headingEl?: `${BentoTypographyElement}`;
|
|
7004
|
+
/**
|
|
7005
|
+
* Name of the illustration for the empty state.
|
|
7006
|
+
*/
|
|
7007
|
+
image?: `${BentoEmptyStateImage}`;
|
|
7008
|
+
/**
|
|
7009
|
+
* The empty state heading.
|
|
7010
|
+
* Should clearly explain the issue.
|
|
7011
|
+
*/
|
|
7012
|
+
title?: string;
|
|
7013
|
+
/**
|
|
7014
|
+
* Types of different empty states
|
|
7015
|
+
* @values full-page, embedded, basic, condensed
|
|
7016
|
+
*/
|
|
7017
|
+
variant?: `${BentoEmptyStateVariant}`;
|
|
7018
|
+
}
|
|
7019
|
+
|
|
6932
7020
|
export declare enum BentoEmptyStateVariant {
|
|
6933
7021
|
FULL_PAGE = "full-page",
|
|
6934
7022
|
EMBEDDED = "embedded",
|
|
@@ -6966,7 +7054,7 @@ export declare enum BentoEmptyStateVariant {
|
|
|
6966
7054
|
* }
|
|
6967
7055
|
* }
|
|
6968
7056
|
*/
|
|
6969
|
-
export declare const BentoFileUploader: DefineComponent<
|
|
7057
|
+
export declare const BentoFileUploader: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<BentoFileUploaderProps>, {
|
|
6970
7058
|
accept: any;
|
|
6971
7059
|
description: any;
|
|
6972
7060
|
errorMessage: any;
|
|
@@ -6983,7 +7071,7 @@ input: (value?: FileList) => void;
|
|
|
6983
7071
|
"update:modelValue": (value?: FileList) => void;
|
|
6984
7072
|
} & {
|
|
6985
7073
|
"error:upload": (value: boolean) => void;
|
|
6986
|
-
}, string, Readonly<ExtractPropTypes<
|
|
7074
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<BentoFileUploaderProps>, {
|
|
6987
7075
|
accept: any;
|
|
6988
7076
|
description: any;
|
|
6989
7077
|
errorMessage: any;
|
|
@@ -7088,7 +7176,7 @@ export declare type BentoFileUploaderValue = string | Array<string> | File | Arr
|
|
|
7088
7176
|
* `
|
|
7089
7177
|
* }
|
|
7090
7178
|
*/
|
|
7091
|
-
export declare const BentoFilterBar: DefineComponent<
|
|
7179
|
+
export declare const BentoFilterBar: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<BentoFilterBarProps>, {
|
|
7092
7180
|
config: () => any[];
|
|
7093
7181
|
filterValues: () => any[];
|
|
7094
7182
|
containerSizeLayout: () => {
|
|
@@ -7105,7 +7193,7 @@ isClearAllVisible: ComputedRef<boolean>;
|
|
|
7105
7193
|
clearAllFilters: () => void;
|
|
7106
7194
|
isResetAllVisible: ComputedRef<boolean>;
|
|
7107
7195
|
resetAllFilters: () => void;
|
|
7108
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, (BentoFilterBarEvent | BentoSearchBarEvent)[], string, Readonly<ExtractPropTypes<
|
|
7196
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, (BentoFilterBarEvent | BentoSearchBarEvent)[], string, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<BentoFilterBarProps>, {
|
|
7109
7197
|
config: () => any[];
|
|
7110
7198
|
filterValues: () => any[];
|
|
7111
7199
|
containerSizeLayout: () => {
|
|
@@ -7334,7 +7422,7 @@ export declare type BentoFilterValues = Array<BentoFilterValue>;
|
|
|
7334
7422
|
* `
|
|
7335
7423
|
* }
|
|
7336
7424
|
*/
|
|
7337
|
-
export declare const BentoFormLayout:
|
|
7425
|
+
export declare const BentoFormLayout: __VLS_WithTemplateSlots_14<DefineComponent< {
|
|
7338
7426
|
/**
|
|
7339
7427
|
* Renders the form layout as an HTML `form`
|
|
7340
7428
|
*/
|
|
@@ -7400,7 +7488,7 @@ loading: boolean;
|
|
|
7400
7488
|
* </bento-form-layout-field-tip>
|
|
7401
7489
|
* `
|
|
7402
7490
|
*/
|
|
7403
|
-
export declare const BentoFormLayoutFieldTip:
|
|
7491
|
+
export declare const BentoFormLayoutFieldTip: __VLS_WithTemplateSlots_15<DefineComponent< {
|
|
7404
7492
|
/**
|
|
7405
7493
|
* Type of a alert; set a distinctive icon and color. Defaults to highlight.
|
|
7406
7494
|
* @values highlight, success, critical, warning
|
|
@@ -7410,6 +7498,13 @@ type: PropType<BentoFormLayoutFieldTipTypeOption>;
|
|
|
7410
7498
|
default: string;
|
|
7411
7499
|
validator: (value: BentoFormLayoutFieldTipTypeOption) => boolean;
|
|
7412
7500
|
};
|
|
7501
|
+
/**
|
|
7502
|
+
* Unique identifier to the form field. Used for accessibility.
|
|
7503
|
+
*/
|
|
7504
|
+
id: {
|
|
7505
|
+
type: StringConstructor;
|
|
7506
|
+
default: any;
|
|
7507
|
+
};
|
|
7413
7508
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {
|
|
7414
7509
|
/**
|
|
7415
7510
|
* Type of a alert; set a distinctive icon and color. Defaults to highlight.
|
|
@@ -7420,8 +7515,16 @@ type: PropType<BentoFormLayoutFieldTipTypeOption>;
|
|
|
7420
7515
|
default: string;
|
|
7421
7516
|
validator: (value: BentoFormLayoutFieldTipTypeOption) => boolean;
|
|
7422
7517
|
};
|
|
7518
|
+
/**
|
|
7519
|
+
* Unique identifier to the form field. Used for accessibility.
|
|
7520
|
+
*/
|
|
7521
|
+
id: {
|
|
7522
|
+
type: StringConstructor;
|
|
7523
|
+
default: any;
|
|
7524
|
+
};
|
|
7423
7525
|
}>>, {
|
|
7424
7526
|
type: "critical" | "success" | "warning" | "highlight";
|
|
7527
|
+
id: string;
|
|
7425
7528
|
}>, {
|
|
7426
7529
|
default: (_: {}) => any;
|
|
7427
7530
|
message: (_: {}) => any;
|
|
@@ -7449,7 +7552,7 @@ declare type BentoFormLayoutFieldTipTypeOption = `${BentoAlertTypeOption}`;
|
|
|
7449
7552
|
* `
|
|
7450
7553
|
* }
|
|
7451
7554
|
*/
|
|
7452
|
-
export declare const BentoFormLayoutGroup:
|
|
7555
|
+
export declare const BentoFormLayoutGroup: __VLS_WithTemplateSlots_17<DefineComponent< {
|
|
7453
7556
|
/**
|
|
7454
7557
|
* The layout of the pair group of components.
|
|
7455
7558
|
* This will render the components within the width of the proportions.
|
|
@@ -7535,7 +7638,7 @@ layout: BentoLayoutGroupProportions;
|
|
|
7535
7638
|
* `
|
|
7536
7639
|
* }
|
|
7537
7640
|
*/
|
|
7538
|
-
export declare const BentoFormLayoutTitle:
|
|
7641
|
+
export declare const BentoFormLayoutTitle: __VLS_WithTemplateSlots_16<DefineComponent< {
|
|
7539
7642
|
/**
|
|
7540
7643
|
* Defines if the Form Layout title is
|
|
7541
7644
|
* a "section" or a "subsection".
|
|
@@ -7771,7 +7874,7 @@ declare enum BentoHeaderVariant {
|
|
|
7771
7874
|
* `
|
|
7772
7875
|
* };
|
|
7773
7876
|
*/
|
|
7774
|
-
export declare const BentoHeaderWithViews:
|
|
7877
|
+
export declare const BentoHeaderWithViews: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<BentoHeaderWithViewsProps>, {
|
|
7775
7878
|
actions: () => any[];
|
|
7776
7879
|
additionalViewSetting: any;
|
|
7777
7880
|
title: any;
|
|
@@ -7797,7 +7900,7 @@ views: () => any[];
|
|
|
7797
7900
|
"update:view": (value: BentoHeaderWithViewsItemUpdate) => void;
|
|
7798
7901
|
} & {
|
|
7799
7902
|
"update:skip-unsaved-changes": (value: boolean) => void;
|
|
7800
|
-
}, string, Readonly<ExtractPropTypes<
|
|
7903
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<BentoHeaderWithViewsProps>, {
|
|
7801
7904
|
actions: () => any[];
|
|
7802
7905
|
additionalViewSetting: any;
|
|
7803
7906
|
title: any;
|
|
@@ -7998,10 +8101,10 @@ export declare interface BentoHeaderWithViewsProps {
|
|
|
7998
8101
|
* `
|
|
7999
8102
|
* }
|
|
8000
8103
|
*/
|
|
8001
|
-
export declare const BentoImage: DefineComponent<
|
|
8104
|
+
export declare const BentoImage: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<BentoImageProps>, {
|
|
8002
8105
|
aspectRatio: any;
|
|
8003
8106
|
objectFit: any;
|
|
8004
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
8107
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<BentoImageProps>, {
|
|
8005
8108
|
aspectRatio: any;
|
|
8006
8109
|
objectFit: any;
|
|
8007
8110
|
}>>>, {
|
|
@@ -8051,11 +8154,11 @@ export declare interface BentoImageProps {
|
|
|
8051
8154
|
* import { BentoInfoIcon } from '@adyen/bento-vue2';
|
|
8052
8155
|
* </scrip>
|
|
8053
8156
|
*/
|
|
8054
|
-
export declare const BentoInfoIcon: DefineComponent<
|
|
8157
|
+
export declare const BentoInfoIcon: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<BentoInfoIconProps>, {
|
|
8055
8158
|
tooltipPosition: PopperContainerPositionExtended;
|
|
8056
8159
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8057
8160
|
mouseenter: (event: MouseEvent) => void;
|
|
8058
|
-
}, string, Readonly<ExtractPropTypes<
|
|
8161
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<BentoInfoIconProps>, {
|
|
8059
8162
|
tooltipPosition: PopperContainerPositionExtended;
|
|
8060
8163
|
}>>>, {
|
|
8061
8164
|
tooltipPosition: PopperContainerPosition | `${PopperContainerPosition}`;
|
|
@@ -8113,7 +8216,7 @@ export declare type BentoInputDropdownProps = {
|
|
|
8113
8216
|
* >
|
|
8114
8217
|
* }
|
|
8115
8218
|
*/
|
|
8116
|
-
export declare const BentoInputField:
|
|
8219
|
+
export declare const BentoInputField: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<BentoInputFieldProps>, {
|
|
8117
8220
|
ariaHidden: boolean;
|
|
8118
8221
|
ariaLabel: any;
|
|
8119
8222
|
condensed: boolean;
|
|
@@ -8154,7 +8257,7 @@ keydown: (event: KeyboardEvent) => void;
|
|
|
8154
8257
|
keyup: (event: KeyboardEvent) => void;
|
|
8155
8258
|
} & {
|
|
8156
8259
|
input: (inputValue: string) => void;
|
|
8157
|
-
}, string, Readonly<ExtractPropTypes<
|
|
8260
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<BentoInputFieldProps>, {
|
|
8158
8261
|
ariaHidden: boolean;
|
|
8159
8262
|
ariaLabel: any;
|
|
8160
8263
|
condensed: boolean;
|
|
@@ -8184,13 +8287,13 @@ disabled: boolean;
|
|
|
8184
8287
|
error: boolean;
|
|
8185
8288
|
optional: boolean;
|
|
8186
8289
|
readonly: boolean;
|
|
8290
|
+
ariaLabel: string;
|
|
8187
8291
|
tooltipText: string;
|
|
8188
8292
|
errorMessage: string;
|
|
8189
|
-
ariaLabel: string;
|
|
8190
8293
|
placeholder: string;
|
|
8191
|
-
ariaHidden: boolean;
|
|
8192
8294
|
slashedZero: boolean;
|
|
8193
8295
|
dropdown: BentoInputDropdownProps;
|
|
8296
|
+
ariaHidden: boolean;
|
|
8194
8297
|
dropdownPosition: BentoInputFieldElementPosition | `${BentoInputFieldElementPosition}`;
|
|
8195
8298
|
staticValue: string;
|
|
8196
8299
|
staticValuePosition: BentoInputFieldElementPosition | `${BentoInputFieldElementPosition}`;
|
|
@@ -8255,7 +8358,7 @@ export declare enum BentoInputFieldEvent {
|
|
|
8255
8358
|
* `
|
|
8256
8359
|
* }
|
|
8257
8360
|
*/
|
|
8258
|
-
export declare const BentoInputFieldPassword: DefineComponent<
|
|
8361
|
+
export declare const BentoInputFieldPassword: DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_26<BentoInputFieldPasswordProps>, {
|
|
8259
8362
|
condensed: boolean;
|
|
8260
8363
|
debounceTime: number;
|
|
8261
8364
|
disabled: boolean;
|
|
@@ -8277,7 +8380,7 @@ focus: () => void;
|
|
|
8277
8380
|
"input:error": (errors: BentoInputFieldPasswordErrorsList) => void;
|
|
8278
8381
|
} & {
|
|
8279
8382
|
input: (value: BentoInputFieldValue) => void;
|
|
8280
|
-
}, string, Readonly<ExtractPropTypes<
|
|
8383
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_26<BentoInputFieldPasswordProps>, {
|
|
8281
8384
|
condensed: boolean;
|
|
8282
8385
|
debounceTime: number;
|
|
8283
8386
|
disabled: boolean;
|
|
@@ -8297,8 +8400,8 @@ disabled: BentoInputFieldProps["disabled"];
|
|
|
8297
8400
|
validation: BentoInputFieldPasswordValidation;
|
|
8298
8401
|
readonly: BentoInputFieldProps["readonly"];
|
|
8299
8402
|
errorMessage: BentoInputFieldProps["errorMessage"];
|
|
8300
|
-
placeholder: BentoInputFieldProps["placeholder"];
|
|
8301
8403
|
debounceTime: number;
|
|
8404
|
+
placeholder: BentoInputFieldProps["placeholder"];
|
|
8302
8405
|
disableValidation: boolean;
|
|
8303
8406
|
withHint: boolean;
|
|
8304
8407
|
}>;
|
|
@@ -8410,8 +8513,9 @@ export declare interface BentoInputFieldPasswordValidationListItem {
|
|
|
8410
8513
|
* `
|
|
8411
8514
|
* }
|
|
8412
8515
|
*/
|
|
8413
|
-
export declare const BentoInputFieldPhoneNumber:
|
|
8516
|
+
export declare const BentoInputFieldPhoneNumber: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_27<BentoInputFieldPhoneNumberProps>, {
|
|
8414
8517
|
countries: () => CountryCode_2[];
|
|
8518
|
+
description: any;
|
|
8415
8519
|
dynamicFiltering: boolean;
|
|
8416
8520
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8417
8521
|
blur: () => void;
|
|
@@ -8421,10 +8525,12 @@ input: (value: string) => void;
|
|
|
8421
8525
|
"update:selected-country": (country: CountryCode_2) => void;
|
|
8422
8526
|
} & {
|
|
8423
8527
|
"input:valid": (value: boolean) => void;
|
|
8424
|
-
}, string, Readonly<ExtractPropTypes<
|
|
8528
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_27<BentoInputFieldPhoneNumberProps>, {
|
|
8425
8529
|
countries: () => CountryCode_2[];
|
|
8530
|
+
description: any;
|
|
8426
8531
|
dynamicFiltering: boolean;
|
|
8427
8532
|
}>>>, {
|
|
8533
|
+
description: string;
|
|
8428
8534
|
dynamicFiltering: boolean;
|
|
8429
8535
|
countries: CountryCode[];
|
|
8430
8536
|
}>, {
|
|
@@ -8455,6 +8561,11 @@ export declare interface BentoInputFieldPhoneNumberProps extends FormField {
|
|
|
8455
8561
|
* If set, allows filtering on the countries dropdown
|
|
8456
8562
|
*/
|
|
8457
8563
|
dynamicFiltering?: boolean;
|
|
8564
|
+
/**
|
|
8565
|
+
* If true, applies error styling to the field.
|
|
8566
|
+
* @deprecated Use `errorMessage` prop instead.
|
|
8567
|
+
*/
|
|
8568
|
+
error?: boolean;
|
|
8458
8569
|
/**
|
|
8459
8570
|
* Selected country code
|
|
8460
8571
|
*/
|
|
@@ -8698,7 +8809,7 @@ export declare type BentoInpuWithDropdowntFilterValue = {
|
|
|
8698
8809
|
* `
|
|
8699
8810
|
* }
|
|
8700
8811
|
*/
|
|
8701
|
-
export declare const BentoInspector:
|
|
8812
|
+
export declare const BentoInspector: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_28<BentoInspectorProps>, {
|
|
8702
8813
|
activePage: string;
|
|
8703
8814
|
expandable: boolean;
|
|
8704
8815
|
isOpen: boolean;
|
|
@@ -8712,7 +8823,7 @@ pageFocusAnchor: any;
|
|
|
8712
8823
|
"update:active-page": (value: string) => void;
|
|
8713
8824
|
} & {
|
|
8714
8825
|
expand: () => void;
|
|
8715
|
-
}, string, Readonly<ExtractPropTypes<
|
|
8826
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_28<BentoInspectorProps>, {
|
|
8716
8827
|
activePage: string;
|
|
8717
8828
|
expandable: boolean;
|
|
8718
8829
|
isOpen: boolean;
|
|
@@ -8722,8 +8833,8 @@ relativeLayout: string;
|
|
|
8722
8833
|
pageFocusAnchor: any;
|
|
8723
8834
|
}>>>, {
|
|
8724
8835
|
isOpen: boolean;
|
|
8725
|
-
size: BentoInspectorSize;
|
|
8726
8836
|
loading: boolean;
|
|
8837
|
+
size: BentoInspectorSize;
|
|
8727
8838
|
activePage: string;
|
|
8728
8839
|
expandable: boolean;
|
|
8729
8840
|
relativeLayout: BentoInspectorRelativeLayout;
|
|
@@ -8828,10 +8939,10 @@ export declare enum BentoKeyboardNavigationKeyDownEvent {
|
|
|
8828
8939
|
* `
|
|
8829
8940
|
* }
|
|
8830
8941
|
*/
|
|
8831
|
-
export declare const BentoLayout:
|
|
8942
|
+
export declare const BentoLayout: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_29<BentoLayoutProps>, {
|
|
8832
8943
|
size: string;
|
|
8833
8944
|
variant: string;
|
|
8834
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
8945
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_29<BentoLayoutProps>, {
|
|
8835
8946
|
size: string;
|
|
8836
8947
|
variant: string;
|
|
8837
8948
|
}>>>, {
|
|
@@ -8874,9 +8985,9 @@ export declare interface BentoLayoutProps {
|
|
|
8874
8985
|
* `
|
|
8875
8986
|
* }
|
|
8876
8987
|
*/
|
|
8877
|
-
export declare const BentoLayoutRow:
|
|
8988
|
+
export declare const BentoLayoutRow: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_30<BentoLayoutRowProps>, {
|
|
8878
8989
|
columnsLayout: string;
|
|
8879
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
8990
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_30<BentoLayoutRowProps>, {
|
|
8880
8991
|
columnsLayout: string;
|
|
8881
8992
|
}>>>, {
|
|
8882
8993
|
columnsLayout: BentoLayoutRowColumnLayout;
|
|
@@ -8908,10 +9019,10 @@ declare const BentoLayoutVariantOptions: readonly ["page", "component"];
|
|
|
8908
9019
|
|
|
8909
9020
|
export declare type BentoLazyLoadType = 'automatic' | 'button' | 'none';
|
|
8910
9021
|
|
|
8911
|
-
export declare const BentoLink:
|
|
9022
|
+
export declare const BentoLink: __VLS_WithTemplateSlots_24<DefineComponent<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_31<BentoLinkProps>, {
|
|
8912
9023
|
target: any;
|
|
8913
9024
|
variant: BentoLinkVariant;
|
|
8914
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes<
|
|
9025
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_31<BentoLinkProps>, {
|
|
8915
9026
|
target: any;
|
|
8916
9027
|
variant: BentoLinkVariant;
|
|
8917
9028
|
}>>> & Readonly<{
|
|
@@ -8945,7 +9056,7 @@ declare type BentoListboxEmptyStateProps = {
|
|
|
8945
9056
|
action: {
|
|
8946
9057
|
icon?: any;
|
|
8947
9058
|
} & BentoButtonActionObject;
|
|
8948
|
-
} &
|
|
9059
|
+
} & OmitStrict_2<BentoEmptyStateProps, 'variant' | 'image' | 'description'>;
|
|
8949
9060
|
export { BentoListboxEmptyStateProps as BentoDropdownEmptyStateProps }
|
|
8950
9061
|
export { BentoListboxEmptyStateProps }
|
|
8951
9062
|
|
|
@@ -9032,7 +9143,7 @@ export { BentoListboxVirtulisationOptions }
|
|
|
9032
9143
|
* `
|
|
9033
9144
|
* }
|
|
9034
9145
|
*/
|
|
9035
|
-
export declare const BentoLoadingButton:
|
|
9146
|
+
export declare const BentoLoadingButton: __VLS_WithTemplateSlots_6<DefineComponent< {
|
|
9036
9147
|
/**
|
|
9037
9148
|
* Reduces sizing of button
|
|
9038
9149
|
*/
|
|
@@ -9132,7 +9243,7 @@ condensed: boolean;
|
|
|
9132
9243
|
critical: boolean;
|
|
9133
9244
|
disabled: boolean;
|
|
9134
9245
|
inverse: boolean;
|
|
9135
|
-
state: "start" | "loading" | "success" |
|
|
9246
|
+
state: "start" | "loading" | "success" | "fail" | BentoLoadingButtonState;
|
|
9136
9247
|
}>, {
|
|
9137
9248
|
default: (_: {}) => any;
|
|
9138
9249
|
iconLeft: (_: {}) => any;
|
|
@@ -9234,7 +9345,7 @@ export declare enum BentoLoadingIndicatorEvent {
|
|
|
9234
9345
|
* />
|
|
9235
9346
|
* }
|
|
9236
9347
|
*/
|
|
9237
|
-
export declare const BentoMenu:
|
|
9348
|
+
export declare const BentoMenu: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_32<BentoMenuProps>, {
|
|
9238
9349
|
button: () => BentoMenuButtonProps;
|
|
9239
9350
|
closeMenuOnItemSelect: boolean;
|
|
9240
9351
|
disableArrowDownOpeningMenu: boolean;
|
|
@@ -9257,7 +9368,7 @@ open: () => void;
|
|
|
9257
9368
|
"menu-item-click": () => void;
|
|
9258
9369
|
} & {
|
|
9259
9370
|
"click-outside": () => void;
|
|
9260
|
-
}, string, Readonly<ExtractPropTypes<
|
|
9371
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_32<BentoMenuProps>, {
|
|
9261
9372
|
button: () => BentoMenuButtonProps;
|
|
9262
9373
|
closeMenuOnItemSelect: boolean;
|
|
9263
9374
|
disableArrowDownOpeningMenu: boolean;
|
|
@@ -9271,7 +9382,7 @@ closeOnClickOutsideOptions: any;
|
|
|
9271
9382
|
button: BentoMenuButtonProps;
|
|
9272
9383
|
closeMenuOnItemSelect: boolean;
|
|
9273
9384
|
disableArrowDownOpeningMenu: boolean;
|
|
9274
|
-
menuPosition:
|
|
9385
|
+
menuPosition: PopperContainerPosition | `${PopperContainerPosition}`;
|
|
9275
9386
|
menuFixedPositioning: boolean;
|
|
9276
9387
|
menuWidth: number;
|
|
9277
9388
|
revertFocusToButton: boolean;
|
|
@@ -9284,15 +9395,15 @@ closeOnClickOutsideOptions: any;
|
|
|
9284
9395
|
|
|
9285
9396
|
export declare type BentoMenuButtonProps = {
|
|
9286
9397
|
'aria-label'?: HTMLAttributes['aria-label'];
|
|
9287
|
-
condensed?:
|
|
9288
|
-
disabled?:
|
|
9398
|
+
condensed?: boolean;
|
|
9399
|
+
disabled?: boolean;
|
|
9289
9400
|
variant?: BentoButtonProps['variant'];
|
|
9290
9401
|
};
|
|
9291
9402
|
|
|
9292
9403
|
declare type BentoMenuButtonProps_2 = {
|
|
9293
9404
|
'aria-label'?: HTMLAttributes['aria-label'];
|
|
9294
|
-
condensed?:
|
|
9295
|
-
disabled?:
|
|
9405
|
+
condensed?: boolean;
|
|
9406
|
+
disabled?: boolean;
|
|
9296
9407
|
variant?: BentoButtonProps_2['variant'];
|
|
9297
9408
|
};
|
|
9298
9409
|
|
|
@@ -9330,6 +9441,36 @@ declare interface BentoMenuItem_2 {
|
|
|
9330
9441
|
skipClose?: boolean;
|
|
9331
9442
|
}
|
|
9332
9443
|
|
|
9444
|
+
/**
|
|
9445
|
+
* @deprecated for usage with properties since version 2.0. Use the string literal instead.
|
|
9446
|
+
*/
|
|
9447
|
+
declare const BentoMenuPositions: {
|
|
9448
|
+
AUTO: import("../popper-container/popper-container.types").PopperContainerPositionExtended.AUTO;
|
|
9449
|
+
AUTO_START: import("../popper-container/popper-container.types").PopperContainerPositionExtended.AUTO_START;
|
|
9450
|
+
AUTO_END: import("../popper-container/popper-container.types").PopperContainerPositionExtended.AUTO_END;
|
|
9451
|
+
TOP_START: import("../popper-container/popper-container.types").PopperContainerPositionExtended.TOP_START;
|
|
9452
|
+
TOP_END: import("../popper-container/popper-container.types").PopperContainerPositionExtended.TOP_END;
|
|
9453
|
+
RIGHT_START: import("../popper-container/popper-container.types").PopperContainerPositionExtended.RIGHT_START;
|
|
9454
|
+
RIGHT_END: import("../popper-container/popper-container.types").PopperContainerPositionExtended.RIGHT_END;
|
|
9455
|
+
BOTTOM_START: import("../popper-container/popper-container.types").PopperContainerPositionExtended.BOTTOM_START;
|
|
9456
|
+
BOTTOM_END: import("../popper-container/popper-container.types").PopperContainerPositionExtended.BOTTOM_END;
|
|
9457
|
+
LEFT_START: import("../popper-container/popper-container.types").PopperContainerPositionExtended.LEFT_START;
|
|
9458
|
+
LEFT_END: import("../popper-container/popper-container.types").PopperContainerPositionExtended.LEFT_END;
|
|
9459
|
+
TOP: import("../popper-container/popper-container.types").PopperContainerPositionBasic.TOP;
|
|
9460
|
+
RIGHT: import("../popper-container/popper-container.types").PopperContainerPositionBasic.RIGHT;
|
|
9461
|
+
BOTTOM: import("../popper-container/popper-container.types").PopperContainerPositionBasic.BOTTOM;
|
|
9462
|
+
LEFT: import("../popper-container/popper-container.types").PopperContainerPositionBasic.LEFT;
|
|
9463
|
+
};
|
|
9464
|
+
|
|
9465
|
+
declare type BentoMenuPositions = PopperContainerPosition;
|
|
9466
|
+
|
|
9467
|
+
/**
|
|
9468
|
+
* @deprecated for usage with properties since version 2.0. Use the string literal instead.
|
|
9469
|
+
*/
|
|
9470
|
+
declare const BentoMenuPositions_2 = { ...PopperContainerPosition };
|
|
9471
|
+
|
|
9472
|
+
declare type BentoMenuPositions_2 = PopperContainerPosition_2;
|
|
9473
|
+
|
|
9333
9474
|
export declare interface BentoMenuProps {
|
|
9334
9475
|
/**
|
|
9335
9476
|
* Object containing props to change the menu button appearance. Accepts the same props present in BentoButton.
|
|
@@ -9351,7 +9492,7 @@ export declare interface BentoMenuProps {
|
|
|
9351
9492
|
/**
|
|
9352
9493
|
* The position of where the menu should open.
|
|
9353
9494
|
*/
|
|
9354
|
-
menuPosition?:
|
|
9495
|
+
menuPosition?: BentoMenuPositions | `${BentoMenuPositions}`;
|
|
9355
9496
|
/**
|
|
9356
9497
|
* Instructs the menu popover to be visible outside of the containing container.
|
|
9357
9498
|
* @see {@link https://floating-ui.com/docs/usefloating#strategy}
|
|
@@ -9402,7 +9543,7 @@ declare interface BentoMenuProps_2 {
|
|
|
9402
9543
|
/**
|
|
9403
9544
|
* The position of where the menu should open.
|
|
9404
9545
|
*/
|
|
9405
|
-
menuPosition?:
|
|
9546
|
+
menuPosition?: BentoMenuPositions_2 | `${BentoMenuPositions_2}`;
|
|
9406
9547
|
/**
|
|
9407
9548
|
* Instructs the menu popover to be visible outside of the containing container.
|
|
9408
9549
|
* @see {@link https://floating-ui.com/docs/usefloating#strategy}
|
|
@@ -9452,7 +9593,7 @@ declare interface BentoMenuProps_2 {
|
|
|
9452
9593
|
* `
|
|
9453
9594
|
* };
|
|
9454
9595
|
*/
|
|
9455
|
-
export declare const BentoModal:
|
|
9596
|
+
export declare const BentoModal: __VLS_WithTemplateSlots_26<DefineComponent< {
|
|
9456
9597
|
/**
|
|
9457
9598
|
* List of actions that will be used to render the buttons.
|
|
9458
9599
|
* First element in the list will be rendered as "primary".
|
|
@@ -9727,8 +9868,8 @@ variant: "default" | "dialog" | "BentoModalDefault" | "BentoModalDialog" | Bento
|
|
|
9727
9868
|
isOpen: boolean;
|
|
9728
9869
|
content: string;
|
|
9729
9870
|
size: "small" | "large" | "medium" | BentoModalSize;
|
|
9730
|
-
activePage: string;
|
|
9731
9871
|
actions: BentoButtonActionsList;
|
|
9872
|
+
activePage: string;
|
|
9732
9873
|
actionsLabel: string;
|
|
9733
9874
|
destructiveActions: boolean;
|
|
9734
9875
|
columnsSize: "smaller" | "equal" | "bigger" | BentoModalColumnLayoutVariant;
|
|
@@ -9790,7 +9931,7 @@ export declare enum BentoModalEvent {
|
|
|
9790
9931
|
* `
|
|
9791
9932
|
* }
|
|
9792
9933
|
*/
|
|
9793
|
-
export declare const BentoModalFullscreen:
|
|
9934
|
+
export declare const BentoModalFullscreen: __VLS_WithTemplateSlots_28<DefineComponent< {
|
|
9794
9935
|
/**
|
|
9795
9936
|
* List of actions that will be used to render the buttons.
|
|
9796
9937
|
* First element in the list will be rendered as "primary".
|
|
@@ -9887,8 +10028,8 @@ default: any;
|
|
|
9887
10028
|
}>>, {
|
|
9888
10029
|
title: string;
|
|
9889
10030
|
isOpen: boolean;
|
|
9890
|
-
activePage: string;
|
|
9891
10031
|
actions: BentoButtonActionsList;
|
|
10032
|
+
activePage: string;
|
|
9892
10033
|
contextualLabel: string;
|
|
9893
10034
|
}>, {
|
|
9894
10035
|
default: (_: {}) => any;
|
|
@@ -9932,7 +10073,7 @@ contextualLabel: string;
|
|
|
9932
10073
|
* `
|
|
9933
10074
|
* }
|
|
9934
10075
|
*/
|
|
9935
|
-
export declare const BentoModalFullscreenPage:
|
|
10076
|
+
export declare const BentoModalFullscreenPage: __VLS_WithTemplateSlots_29<DefineComponent< {
|
|
9936
10077
|
/**
|
|
9937
10078
|
* List of actions that will be used to render the buttons.
|
|
9938
10079
|
* First element in the list will be rendered as "primary".
|
|
@@ -10024,9 +10165,9 @@ default: any;
|
|
|
10024
10165
|
};
|
|
10025
10166
|
}>>, {
|
|
10026
10167
|
title: string;
|
|
10168
|
+
actions: BentoButtonActionsList;
|
|
10027
10169
|
pageId: string;
|
|
10028
10170
|
previousPage: string;
|
|
10029
|
-
actions: BentoButtonActionsList;
|
|
10030
10171
|
contextualLabel: string;
|
|
10031
10172
|
}>, {
|
|
10032
10173
|
header: (_: {}) => any;
|
|
@@ -10074,7 +10215,7 @@ contextualLabel: string;
|
|
|
10074
10215
|
* `
|
|
10075
10216
|
* }
|
|
10076
10217
|
*/
|
|
10077
|
-
export declare const BentoModalPage:
|
|
10218
|
+
export declare const BentoModalPage: __VLS_WithTemplateSlots_27<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_33<BentoModalPageProps>, {
|
|
10078
10219
|
actions: any;
|
|
10079
10220
|
actionsLabel: any;
|
|
10080
10221
|
columnsSize: BentoModalColumnLayoutVariant;
|
|
@@ -10083,7 +10224,7 @@ destructiveActions: boolean;
|
|
|
10083
10224
|
withColumnLayout: boolean;
|
|
10084
10225
|
pageId: any;
|
|
10085
10226
|
previousPage: any;
|
|
10086
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
10227
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_33<BentoModalPageProps>, {
|
|
10087
10228
|
actions: any;
|
|
10088
10229
|
actionsLabel: any;
|
|
10089
10230
|
columnsSize: BentoModalColumnLayoutVariant;
|
|
@@ -10093,9 +10234,9 @@ withColumnLayout: boolean;
|
|
|
10093
10234
|
pageId: any;
|
|
10094
10235
|
previousPage: any;
|
|
10095
10236
|
}>>>, {
|
|
10237
|
+
actions: BentoButtonActionsList_2;
|
|
10096
10238
|
pageId: string;
|
|
10097
10239
|
previousPage: string | null;
|
|
10098
|
-
actions: BentoButtonActionsList_2;
|
|
10099
10240
|
actionsLabel: string;
|
|
10100
10241
|
destructiveActions: boolean;
|
|
10101
10242
|
columnsSize: BentoModalColumnLayoutVariant | `${BentoModalColumnLayoutVariant}`;
|
|
@@ -10231,7 +10372,7 @@ export declare type BentoMultiCheckboxType = Array<string | number>;
|
|
|
10231
10372
|
* `,
|
|
10232
10373
|
* }
|
|
10233
10374
|
*/
|
|
10234
|
-
export declare const BentoPagination:
|
|
10375
|
+
export declare const BentoPagination: __VLS_WithTemplateSlots_30<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_34<BentoPaginationProps>, {
|
|
10235
10376
|
ariaLabel: any;
|
|
10236
10377
|
hasNext: any;
|
|
10237
10378
|
hidePageSize: boolean;
|
|
@@ -10247,7 +10388,7 @@ navigate: (page: number, items?: number) => void;
|
|
|
10247
10388
|
"update:page": (page: number) => void;
|
|
10248
10389
|
} & {
|
|
10249
10390
|
"update:size": (size: number) => void;
|
|
10250
|
-
}, string, Readonly<ExtractPropTypes<
|
|
10391
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_34<BentoPaginationProps>, {
|
|
10251
10392
|
ariaLabel: any;
|
|
10252
10393
|
hasNext: any;
|
|
10253
10394
|
hidePageSize: boolean;
|
|
@@ -10313,10 +10454,10 @@ export declare interface BentoPaginationProps {
|
|
|
10313
10454
|
* `
|
|
10314
10455
|
* }
|
|
10315
10456
|
*/
|
|
10316
|
-
export declare const BentoPaymentMethod: DefineComponent<
|
|
10457
|
+
export declare const BentoPaymentMethod: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_35<BentoPaymentMethodProps>, {
|
|
10317
10458
|
type: string;
|
|
10318
10459
|
small: boolean;
|
|
10319
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
10460
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_35<BentoPaymentMethodProps>, {
|
|
10320
10461
|
type: string;
|
|
10321
10462
|
small: boolean;
|
|
10322
10463
|
}>>>, {
|
|
@@ -11508,7 +11649,7 @@ export declare enum BentoPaymentMethodType {
|
|
|
11508
11649
|
* `
|
|
11509
11650
|
* }
|
|
11510
11651
|
*/
|
|
11511
|
-
export declare const BentoPopover:
|
|
11652
|
+
export declare const BentoPopover: __VLS_WithTemplateSlots_31<DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_36<BentoPopoverProps>, {
|
|
11512
11653
|
actions: any;
|
|
11513
11654
|
actionsLayout: string;
|
|
11514
11655
|
ariaLabel: any;
|
|
@@ -11525,13 +11666,14 @@ position: string;
|
|
|
11525
11666
|
small: boolean;
|
|
11526
11667
|
title: any;
|
|
11527
11668
|
trapAll: boolean;
|
|
11669
|
+
trapAllOptions: any;
|
|
11528
11670
|
withoutSpace: boolean;
|
|
11529
11671
|
overflowVisible: boolean;
|
|
11530
11672
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11531
11673
|
dismiss: () => void;
|
|
11532
11674
|
} & {
|
|
11533
11675
|
placement: (placement: Placement) => void;
|
|
11534
|
-
}, string, Readonly<ExtractPropTypes<
|
|
11676
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_36<BentoPopoverProps>, {
|
|
11535
11677
|
actions: any;
|
|
11536
11678
|
actionsLayout: string;
|
|
11537
11679
|
ariaLabel: any;
|
|
@@ -11548,25 +11690,27 @@ position: string;
|
|
|
11548
11690
|
small: boolean;
|
|
11549
11691
|
title: any;
|
|
11550
11692
|
trapAll: boolean;
|
|
11693
|
+
trapAllOptions: any;
|
|
11551
11694
|
withoutSpace: boolean;
|
|
11552
11695
|
overflowVisible: boolean;
|
|
11553
11696
|
}>>>, {
|
|
11554
11697
|
small: boolean;
|
|
11555
11698
|
title: string;
|
|
11556
11699
|
large: boolean;
|
|
11557
|
-
modifiers: unknown[];
|
|
11558
|
-
position: BentoPopoverPositions | `${BentoPopoverPositions}`;
|
|
11559
11700
|
open: boolean;
|
|
11701
|
+
position: BentoPopoverPositions | `${BentoPopoverPositions}`;
|
|
11560
11702
|
trapAll: boolean;
|
|
11703
|
+
trapAllOptions: any;
|
|
11561
11704
|
fallbackPosition: Placement[];
|
|
11562
11705
|
fixedPositioning: boolean;
|
|
11563
11706
|
ariaLabel: string;
|
|
11564
|
-
actions:
|
|
11565
|
-
actionsLayout:
|
|
11707
|
+
actions: BentoButtonActionsList_2;
|
|
11708
|
+
actionsLayout: BentoButtonActionsLayout_2 | `${BentoButtonActionsLayout_2}`;
|
|
11566
11709
|
divider: boolean;
|
|
11567
11710
|
disableFocusTrap: boolean;
|
|
11568
11711
|
dismissible: boolean;
|
|
11569
11712
|
fitContent: boolean;
|
|
11713
|
+
modifiers: unknown[];
|
|
11570
11714
|
withoutSpace: boolean;
|
|
11571
11715
|
overflowVisible: boolean;
|
|
11572
11716
|
}>, {
|
|
@@ -11579,21 +11723,21 @@ overflowVisible: boolean;
|
|
|
11579
11723
|
* @deprecated for usage with properties since version 2.0. Use the string literal instead.
|
|
11580
11724
|
*/
|
|
11581
11725
|
export declare const BentoPopoverPositions: {
|
|
11582
|
-
AUTO: import("../popper-container").PopperContainerPositionExtended.AUTO;
|
|
11583
|
-
AUTO_START: import("../popper-container").PopperContainerPositionExtended.AUTO_START;
|
|
11584
|
-
AUTO_END: import("../popper-container").PopperContainerPositionExtended.AUTO_END;
|
|
11585
|
-
TOP_START: import("../popper-container").PopperContainerPositionExtended.TOP_START;
|
|
11586
|
-
TOP_END: import("../popper-container").PopperContainerPositionExtended.TOP_END;
|
|
11587
|
-
RIGHT_START: import("../popper-container").PopperContainerPositionExtended.RIGHT_START;
|
|
11588
|
-
RIGHT_END: import("../popper-container").PopperContainerPositionExtended.RIGHT_END;
|
|
11589
|
-
BOTTOM_START: import("../popper-container").PopperContainerPositionExtended.BOTTOM_START;
|
|
11590
|
-
BOTTOM_END: import("../popper-container").PopperContainerPositionExtended.BOTTOM_END;
|
|
11591
|
-
LEFT_START: import("../popper-container").PopperContainerPositionExtended.LEFT_START;
|
|
11592
|
-
LEFT_END: import("../popper-container").PopperContainerPositionExtended.LEFT_END;
|
|
11593
|
-
TOP: import("../popper-container").PopperContainerPositionBasic.TOP;
|
|
11594
|
-
RIGHT: import("../popper-container").PopperContainerPositionBasic.RIGHT;
|
|
11595
|
-
BOTTOM: import("../popper-container").PopperContainerPositionBasic.BOTTOM;
|
|
11596
|
-
LEFT: import("../popper-container").PopperContainerPositionBasic.LEFT;
|
|
11726
|
+
AUTO: import("../popper-container/popper-container.types").PopperContainerPositionExtended.AUTO;
|
|
11727
|
+
AUTO_START: import("../popper-container/popper-container.types").PopperContainerPositionExtended.AUTO_START;
|
|
11728
|
+
AUTO_END: import("../popper-container/popper-container.types").PopperContainerPositionExtended.AUTO_END;
|
|
11729
|
+
TOP_START: import("../popper-container/popper-container.types").PopperContainerPositionExtended.TOP_START;
|
|
11730
|
+
TOP_END: import("../popper-container/popper-container.types").PopperContainerPositionExtended.TOP_END;
|
|
11731
|
+
RIGHT_START: import("../popper-container/popper-container.types").PopperContainerPositionExtended.RIGHT_START;
|
|
11732
|
+
RIGHT_END: import("../popper-container/popper-container.types").PopperContainerPositionExtended.RIGHT_END;
|
|
11733
|
+
BOTTOM_START: import("../popper-container/popper-container.types").PopperContainerPositionExtended.BOTTOM_START;
|
|
11734
|
+
BOTTOM_END: import("../popper-container/popper-container.types").PopperContainerPositionExtended.BOTTOM_END;
|
|
11735
|
+
LEFT_START: import("../popper-container/popper-container.types").PopperContainerPositionExtended.LEFT_START;
|
|
11736
|
+
LEFT_END: import("../popper-container/popper-container.types").PopperContainerPositionExtended.LEFT_END;
|
|
11737
|
+
TOP: import("../popper-container/popper-container.types").PopperContainerPositionBasic.TOP;
|
|
11738
|
+
RIGHT: import("../popper-container/popper-container.types").PopperContainerPositionBasic.RIGHT;
|
|
11739
|
+
BOTTOM: import("../popper-container/popper-container.types").PopperContainerPositionBasic.BOTTOM;
|
|
11740
|
+
LEFT: import("../popper-container/popper-container.types").PopperContainerPositionBasic.LEFT;
|
|
11597
11741
|
};
|
|
11598
11742
|
|
|
11599
11743
|
export declare type BentoPopoverPositions = PopperContainerPosition;
|
|
@@ -11710,11 +11854,15 @@ export declare interface BentoPopoverProps {
|
|
|
11710
11854
|
* Popover's target element.
|
|
11711
11855
|
* The popover will position itself relatively to target element, in specified position.
|
|
11712
11856
|
*/
|
|
11713
|
-
targetElement:
|
|
11857
|
+
targetElement: VueNodeElement;
|
|
11714
11858
|
/**
|
|
11715
11859
|
* Activates focus trap for both arrow and tab keys.
|
|
11716
11860
|
*/
|
|
11717
11861
|
trapAll?: boolean;
|
|
11862
|
+
/**
|
|
11863
|
+
* Configurations for the focus-trap when trap-all is active.
|
|
11864
|
+
*/
|
|
11865
|
+
trapAllOptions?: Options;
|
|
11718
11866
|
/**
|
|
11719
11867
|
* Displays the popover without padding.
|
|
11720
11868
|
*/
|
|
@@ -11744,7 +11892,7 @@ export declare interface BentoPopoverProps {
|
|
|
11744
11892
|
* `
|
|
11745
11893
|
* };
|
|
11746
11894
|
*/
|
|
11747
|
-
export declare const BentoPromoBanner: __VLS_WithTemplateSlots_32<DefineComponent<
|
|
11895
|
+
export declare const BentoPromoBanner: __VLS_WithTemplateSlots_32<DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_37<BentoPromoBannerProps>, {
|
|
11748
11896
|
actions: any;
|
|
11749
11897
|
color: BentoPromoBannerColor;
|
|
11750
11898
|
isDismissible: boolean;
|
|
@@ -11752,7 +11900,7 @@ dismissButtonText: any;
|
|
|
11752
11900
|
layout: BentoPromoBannerLayout;
|
|
11753
11901
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11754
11902
|
dismiss: () => void;
|
|
11755
|
-
}, string, Readonly<ExtractPropTypes<
|
|
11903
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_37<BentoPromoBannerProps>, {
|
|
11756
11904
|
actions: any;
|
|
11757
11905
|
color: BentoPromoBannerColor;
|
|
11758
11906
|
isDismissible: boolean;
|
|
@@ -12322,7 +12470,7 @@ export declare type BentoRangeFilterOptions = {
|
|
|
12322
12470
|
* `
|
|
12323
12471
|
* }
|
|
12324
12472
|
*/
|
|
12325
|
-
export declare const BentoRichTextEditor: DefineComponent<
|
|
12473
|
+
export declare const BentoRichTextEditor: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_39<BentoRichTextEditorProps>, {
|
|
12326
12474
|
description: any;
|
|
12327
12475
|
disabled: boolean;
|
|
12328
12476
|
errorMessage: any;
|
|
@@ -12334,7 +12482,7 @@ tooltipText: any;
|
|
|
12334
12482
|
value: any;
|
|
12335
12483
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12336
12484
|
input: (value: string) => void;
|
|
12337
|
-
}, string, Readonly<ExtractPropTypes<
|
|
12485
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_39<BentoRichTextEditorProps>, {
|
|
12338
12486
|
description: any;
|
|
12339
12487
|
disabled: boolean;
|
|
12340
12488
|
errorMessage: any;
|
|
@@ -12446,7 +12594,7 @@ export declare interface BentoRichTextEditorProps {
|
|
|
12446
12594
|
* }
|
|
12447
12595
|
* }
|
|
12448
12596
|
*/
|
|
12449
|
-
export declare const BentoSearchBar: DefineComponent<
|
|
12597
|
+
export declare const BentoSearchBar: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_40<BentoSearchBarProps>, {
|
|
12450
12598
|
condensed: boolean;
|
|
12451
12599
|
debounceTime: number;
|
|
12452
12600
|
disabled: boolean;
|
|
@@ -12468,7 +12616,7 @@ clear: () => void;
|
|
|
12468
12616
|
blur: () => void;
|
|
12469
12617
|
} & {
|
|
12470
12618
|
focus: () => void;
|
|
12471
|
-
}, string, Readonly<ExtractPropTypes<
|
|
12619
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_40<BentoSearchBarProps>, {
|
|
12472
12620
|
condensed: boolean;
|
|
12473
12621
|
debounceTime: number;
|
|
12474
12622
|
disabled: boolean;
|
|
@@ -12479,8 +12627,8 @@ value: any;
|
|
|
12479
12627
|
value: string;
|
|
12480
12628
|
condensed: boolean;
|
|
12481
12629
|
disabled: boolean;
|
|
12482
|
-
placeholder: string;
|
|
12483
12630
|
debounceTime: number;
|
|
12631
|
+
placeholder: string;
|
|
12484
12632
|
hint: string;
|
|
12485
12633
|
}>;
|
|
12486
12634
|
|
|
@@ -12557,7 +12705,7 @@ export declare interface BentoSearchBarProps {
|
|
|
12557
12705
|
* }
|
|
12558
12706
|
* }
|
|
12559
12707
|
*/
|
|
12560
|
-
export declare const BentoSecondaryNav: DefineComponent<
|
|
12708
|
+
export declare const BentoSecondaryNav: DefineComponent<__VLS_TypePropsToRuntimeProps_41<{
|
|
12561
12709
|
/**
|
|
12562
12710
|
* An array containing all the items on the nav. The array can have either {@see BentoSecondaryNavItemsCategory },
|
|
12563
12711
|
* which is used to group different items or {@see BentoSecondaryNavItemsItem } if you don't need to group them.
|
|
@@ -12570,7 +12718,7 @@ items: BentoSecondaryNavItems;
|
|
|
12570
12718
|
value?: string;
|
|
12571
12719
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12572
12720
|
change: (category: string) => void;
|
|
12573
|
-
}, string, Readonly<ExtractPropTypes<
|
|
12721
|
+
}, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_41<{
|
|
12574
12722
|
/**
|
|
12575
12723
|
* An array containing all the items on the nav. The array can have either {@see BentoSecondaryNavItemsCategory },
|
|
12576
12724
|
* which is used to group different items or {@see BentoSecondaryNavItemsItem } if you don't need to group them.
|
|
@@ -12615,7 +12763,7 @@ export declare interface BentoSecondaryNavState {
|
|
|
12615
12763
|
* `
|
|
12616
12764
|
* }
|
|
12617
12765
|
*/
|
|
12618
|
-
export declare const BentoSegmentedControl: DefineComponent<
|
|
12766
|
+
export declare const BentoSegmentedControl: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_42<BentoSegmentedControlProps>, {
|
|
12619
12767
|
ariaLabel: any;
|
|
12620
12768
|
fullWidth: boolean;
|
|
12621
12769
|
wrap: boolean;
|
|
@@ -12624,7 +12772,7 @@ modelValue: any;
|
|
|
12624
12772
|
"update:model-value": (value: any) => void;
|
|
12625
12773
|
} & {
|
|
12626
12774
|
input: (value: BentoSegmentedControlValue) => void;
|
|
12627
|
-
}, string, Readonly<ExtractPropTypes<
|
|
12775
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_42<BentoSegmentedControlProps>, {
|
|
12628
12776
|
ariaLabel: any;
|
|
12629
12777
|
fullWidth: boolean;
|
|
12630
12778
|
wrap: boolean;
|
|
@@ -13565,9 +13713,9 @@ default: any;
|
|
|
13565
13713
|
};
|
|
13566
13714
|
}>>, {
|
|
13567
13715
|
title: string;
|
|
13716
|
+
actions: BentoButtonActionsList;
|
|
13568
13717
|
pageId: string;
|
|
13569
13718
|
previousPage: string;
|
|
13570
|
-
actions: BentoButtonActionsList;
|
|
13571
13719
|
actionsLabel: string;
|
|
13572
13720
|
destructiveActions: boolean;
|
|
13573
13721
|
}>, {
|
|
@@ -13590,7 +13738,7 @@ destructiveActions: boolean;
|
|
|
13590
13738
|
* `
|
|
13591
13739
|
* }
|
|
13592
13740
|
*/
|
|
13593
|
-
export declare const BentoStatus: __VLS_WithTemplateSlots_39<DefineComponent<
|
|
13741
|
+
export declare const BentoStatus: __VLS_WithTemplateSlots_39<DefineComponent<__VLS_TypePropsToRuntimeProps_43<BentoStatusProps>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_43<BentoStatusProps>>>, {}>, {
|
|
13594
13742
|
default: (_: {}) => any;
|
|
13595
13743
|
}>;
|
|
13596
13744
|
|
|
@@ -13806,7 +13954,7 @@ declare interface BentoStickyTabsOptions {
|
|
|
13806
13954
|
* `
|
|
13807
13955
|
* }
|
|
13808
13956
|
*/
|
|
13809
|
-
export declare const BentoStructuredList: __VLS_WithTemplateSlots_42<DefineComponent<
|
|
13957
|
+
export declare const BentoStructuredList: __VLS_WithTemplateSlots_42<DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_44<{
|
|
13810
13958
|
/**
|
|
13811
13959
|
* Width of the labels container, in pixels. Overrides layout prop.
|
|
13812
13960
|
*/
|
|
@@ -13830,7 +13978,7 @@ layout?: BentoStructuredListLayoutOptions;
|
|
|
13830
13978
|
}>, {
|
|
13831
13979
|
labelsWidth: any;
|
|
13832
13980
|
layout: string;
|
|
13833
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
13981
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_44<{
|
|
13834
13982
|
/**
|
|
13835
13983
|
* Width of the labels container, in pixels. Overrides layout prop.
|
|
13836
13984
|
*/
|
|
@@ -13884,7 +14032,7 @@ labelsWidth: number;
|
|
|
13884
14032
|
* `
|
|
13885
14033
|
* }
|
|
13886
14034
|
*/
|
|
13887
|
-
export declare const BentoStructuredListItem: __VLS_WithTemplateSlots_43<DefineComponent<
|
|
14035
|
+
export declare const BentoStructuredListItem: __VLS_WithTemplateSlots_43<DefineComponent<__VLS_TypePropsToRuntimeProps_45<{
|
|
13888
14036
|
/**
|
|
13889
14037
|
* Label to display for the value
|
|
13890
14038
|
*/
|
|
@@ -13909,7 +14057,9 @@ searchTooltip?: string;
|
|
|
13909
14057
|
* Truncates the value of the item
|
|
13910
14058
|
*/
|
|
13911
14059
|
truncate?: boolean;
|
|
13912
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14060
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14061
|
+
copy: (value: string) => void;
|
|
14062
|
+
}, string, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_45<{
|
|
13913
14063
|
/**
|
|
13914
14064
|
* Label to display for the value
|
|
13915
14065
|
*/
|
|
@@ -13964,10 +14114,10 @@ declare const BentoStructuredListLayoutOptions: string[];
|
|
|
13964
14114
|
* `
|
|
13965
14115
|
* }
|
|
13966
14116
|
*/
|
|
13967
|
-
export declare const BentoSummaryGrid: __VLS_WithTemplateSlots_44<DefineComponent<
|
|
14117
|
+
export declare const BentoSummaryGrid: __VLS_WithTemplateSlots_44<DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<BentoSummaryGridProps>, {
|
|
13968
14118
|
columnWidth: any;
|
|
13969
14119
|
slashedZero: boolean;
|
|
13970
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
14120
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<BentoSummaryGridProps>, {
|
|
13971
14121
|
columnWidth: any;
|
|
13972
14122
|
slashedZero: boolean;
|
|
13973
14123
|
}>>>, {
|
|
@@ -14002,7 +14152,7 @@ export declare interface BentoSummaryGridColumnWidth {
|
|
|
14002
14152
|
* `
|
|
14003
14153
|
* }
|
|
14004
14154
|
*/
|
|
14005
|
-
export declare const BentoSummaryGridItemAmount: __VLS_WithTemplateSlots_45<DefineComponent<
|
|
14155
|
+
export declare const BentoSummaryGridItemAmount: __VLS_WithTemplateSlots_45<DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<BentoSummaryGridItemAmountProps>, {
|
|
14006
14156
|
copy: any;
|
|
14007
14157
|
fitContent: boolean;
|
|
14008
14158
|
infoIconTooltipText: any;
|
|
@@ -14019,7 +14169,7 @@ underlineTooltipText: any;
|
|
|
14019
14169
|
"copy-click": (event: MouseEvent) => void;
|
|
14020
14170
|
} & {
|
|
14021
14171
|
"info-icon-mouseenter": (event: MouseEvent) => void;
|
|
14022
|
-
}, string, Readonly<ExtractPropTypes<
|
|
14172
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<BentoSummaryGridItemAmountProps>, {
|
|
14023
14173
|
copy: any;
|
|
14024
14174
|
fitContent: boolean;
|
|
14025
14175
|
infoIconTooltipText: any;
|
|
@@ -14079,7 +14229,7 @@ export declare interface BentoSummaryGridItemAmountProps extends BaseSummaryGrid
|
|
|
14079
14229
|
* `
|
|
14080
14230
|
* }
|
|
14081
14231
|
*/
|
|
14082
|
-
export declare const BentoSummaryGridItemCustom: __VLS_WithTemplateSlots_49<DefineComponent<
|
|
14232
|
+
export declare const BentoSummaryGridItemCustom: __VLS_WithTemplateSlots_49<DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<BentoSummaryGridItemCustomProps>, {
|
|
14083
14233
|
copy: any;
|
|
14084
14234
|
infoIconTooltipText: any;
|
|
14085
14235
|
fitContent: boolean;
|
|
@@ -14089,7 +14239,7 @@ underlineTooltipText: any;
|
|
|
14089
14239
|
"copy-click": (event: MouseEvent) => void;
|
|
14090
14240
|
} & {
|
|
14091
14241
|
"info-icon-mouseenter": (event: MouseEvent) => void;
|
|
14092
|
-
}, string, Readonly<ExtractPropTypes<
|
|
14242
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<BentoSummaryGridItemCustomProps>, {
|
|
14093
14243
|
copy: any;
|
|
14094
14244
|
infoIconTooltipText: any;
|
|
14095
14245
|
fitContent: boolean;
|
|
@@ -14153,7 +14303,7 @@ export declare interface BentoSummaryGridItemCustomProps {
|
|
|
14153
14303
|
* `
|
|
14154
14304
|
* }
|
|
14155
14305
|
*/
|
|
14156
|
-
export declare const BentoSummaryGridItemNumeric: __VLS_WithTemplateSlots_46<DefineComponent<
|
|
14306
|
+
export declare const BentoSummaryGridItemNumeric: __VLS_WithTemplateSlots_46<DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<BentoSummaryGridItemNumericProps>, {
|
|
14157
14307
|
copy: any;
|
|
14158
14308
|
fitContent: boolean;
|
|
14159
14309
|
infoIconTooltipText: any;
|
|
@@ -14169,7 +14319,7 @@ underlineTooltipText: any;
|
|
|
14169
14319
|
"copy-click": (event: MouseEvent) => void;
|
|
14170
14320
|
} & {
|
|
14171
14321
|
"info-icon-mouseenter": (event: MouseEvent) => void;
|
|
14172
|
-
}, string, Readonly<ExtractPropTypes<
|
|
14322
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<BentoSummaryGridItemNumericProps>, {
|
|
14173
14323
|
copy: any;
|
|
14174
14324
|
fitContent: boolean;
|
|
14175
14325
|
infoIconTooltipText: any;
|
|
@@ -14228,7 +14378,7 @@ export declare interface BentoSummaryGridItemNumericProps extends BaseSummaryGri
|
|
|
14228
14378
|
* `
|
|
14229
14379
|
* }
|
|
14230
14380
|
*/
|
|
14231
|
-
export declare const BentoSummaryGridItemPercentage: __VLS_WithTemplateSlots_47<DefineComponent<
|
|
14381
|
+
export declare const BentoSummaryGridItemPercentage: __VLS_WithTemplateSlots_47<DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<BentoSummaryGridItemPercentageProps>, {
|
|
14232
14382
|
copy: any;
|
|
14233
14383
|
fitContent: boolean;
|
|
14234
14384
|
infoIconTooltipText: any;
|
|
@@ -14244,7 +14394,7 @@ underlineTooltipText: any;
|
|
|
14244
14394
|
"copy-click": (event: MouseEvent) => void;
|
|
14245
14395
|
} & {
|
|
14246
14396
|
"info-icon-mouseenter": (event: MouseEvent) => void;
|
|
14247
|
-
}, string, Readonly<ExtractPropTypes<
|
|
14397
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<BentoSummaryGridItemPercentageProps>, {
|
|
14248
14398
|
copy: any;
|
|
14249
14399
|
fitContent: boolean;
|
|
14250
14400
|
infoIconTooltipText: any;
|
|
@@ -14318,7 +14468,7 @@ declare enum BentoSummaryGridItemSize_2 {
|
|
|
14318
14468
|
* `
|
|
14319
14469
|
* }
|
|
14320
14470
|
*/
|
|
14321
|
-
export declare const BentoSummaryGridItemText: __VLS_WithTemplateSlots_48<DefineComponent<
|
|
14471
|
+
export declare const BentoSummaryGridItemText: __VLS_WithTemplateSlots_48<DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<BentoSummaryGridItemTextProps>, {
|
|
14322
14472
|
copy: any;
|
|
14323
14473
|
fitContent: boolean;
|
|
14324
14474
|
infoIconTooltipText: any;
|
|
@@ -14328,7 +14478,7 @@ underlineTooltipText: any;
|
|
|
14328
14478
|
"copy-click": (event: MouseEvent) => void;
|
|
14329
14479
|
} & {
|
|
14330
14480
|
"info-icon-mouseenter": (event: MouseEvent) => void;
|
|
14331
|
-
}, string, Readonly<ExtractPropTypes<
|
|
14481
|
+
}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<BentoSummaryGridItemTextProps>, {
|
|
14332
14482
|
copy: any;
|
|
14333
14483
|
fitContent: boolean;
|
|
14334
14484
|
infoIconTooltipText: any;
|
|
@@ -14429,12 +14579,12 @@ export declare interface BentoSummaryGridProps {
|
|
|
14429
14579
|
* </bento-tabs>
|
|
14430
14580
|
* </template>
|
|
14431
14581
|
*/
|
|
14432
|
-
export declare const BentoTab: __VLS_WithTemplateSlots_50<DefineComponent<
|
|
14582
|
+
export declare const BentoTab: __VLS_WithTemplateSlots_50<DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<BentoTabProps>, {
|
|
14433
14583
|
counter: any;
|
|
14434
14584
|
disabled: boolean;
|
|
14435
14585
|
hidden: boolean;
|
|
14436
14586
|
withNotificationIndicator: boolean;
|
|
14437
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
14587
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<BentoTabProps>, {
|
|
14438
14588
|
counter: any;
|
|
14439
14589
|
disabled: boolean;
|
|
14440
14590
|
hidden: boolean;
|
|
@@ -14583,11 +14733,11 @@ declare enum BentoTabsEvent {
|
|
|
14583
14733
|
ACTIVE_TAB_INDEX = "update:active-tab-index"
|
|
14584
14734
|
}
|
|
14585
14735
|
|
|
14586
|
-
export declare const BentoTag: DefineComponent<
|
|
14736
|
+
export declare const BentoTag: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_38<BentoTagProps>, {
|
|
14587
14737
|
label: any;
|
|
14588
14738
|
truncate: any;
|
|
14589
14739
|
variant: BentoTagVariant;
|
|
14590
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
14740
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_38<BentoTagProps>, {
|
|
14591
14741
|
label: any;
|
|
14592
14742
|
truncate: any;
|
|
14593
14743
|
variant: BentoTagVariant;
|
|
@@ -14902,9 +15052,9 @@ disabled: boolean;
|
|
|
14902
15052
|
optional: boolean;
|
|
14903
15053
|
readonly: boolean;
|
|
14904
15054
|
height: string;
|
|
15055
|
+
ariaLabel: string;
|
|
14905
15056
|
tooltipText: string;
|
|
14906
15057
|
errorMessage: string;
|
|
14907
|
-
ariaLabel: string;
|
|
14908
15058
|
characterLimit: number;
|
|
14909
15059
|
placeholder: string;
|
|
14910
15060
|
clearable: boolean;
|
|
@@ -15151,9 +15301,9 @@ disabled: boolean;
|
|
|
15151
15301
|
optional: boolean;
|
|
15152
15302
|
readonly: boolean;
|
|
15153
15303
|
height: string;
|
|
15304
|
+
ariaLabel: string;
|
|
15154
15305
|
tooltipText: string;
|
|
15155
15306
|
errorMessage: string;
|
|
15156
|
-
ariaLabel: string;
|
|
15157
15307
|
characterLimit: number;
|
|
15158
15308
|
placeholder: string;
|
|
15159
15309
|
clearable: boolean;
|
|
@@ -15904,7 +16054,7 @@ labelPosition: "after" | "before" | BentoToggleLabelPosition;
|
|
|
15904
16054
|
* `
|
|
15905
16055
|
* }
|
|
15906
16056
|
*/
|
|
15907
|
-
export declare const BentoToggleButton:
|
|
16057
|
+
export declare const BentoToggleButton: __VLS_WithTemplateSlots_7<DefineComponent< {
|
|
15908
16058
|
/**
|
|
15909
16059
|
* Reduces sizing of button
|
|
15910
16060
|
*/
|
|
@@ -16192,7 +16342,7 @@ export declare interface BentoTutorialStep {
|
|
|
16192
16342
|
* `
|
|
16193
16343
|
* }
|
|
16194
16344
|
*/
|
|
16195
|
-
export declare const BentoTypography: __VLS_WithTemplateSlots_51<DefineComponent<
|
|
16345
|
+
export declare const BentoTypography: __VLS_WithTemplateSlots_51<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
|
|
16196
16346
|
/**
|
|
16197
16347
|
* Sets the HTML DOM element.
|
|
16198
16348
|
* @values h1, h2, h3, h4, h5, h6, div, p, span
|
|
@@ -16240,7 +16390,7 @@ stronger: boolean;
|
|
|
16240
16390
|
strongest: boolean;
|
|
16241
16391
|
variant: BentoTypographyVariant;
|
|
16242
16392
|
wide: boolean;
|
|
16243
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<
|
|
16393
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
|
|
16244
16394
|
/**
|
|
16245
16395
|
* Sets the HTML DOM element.
|
|
16246
16396
|
* @values h1, h2, h3, h4, h5, h6, div, p, span
|
|
@@ -16374,8 +16524,6 @@ export { CalendarVariant as BentoDateRangePickerVariant }
|
|
|
16374
16524
|
|
|
16375
16525
|
export declare type Component = object;
|
|
16376
16526
|
|
|
16377
|
-
declare type Component_2 = object;
|
|
16378
|
-
|
|
16379
16527
|
export declare enum DateFormat {
|
|
16380
16528
|
DAY_OF_MONTH = "d",// 1, 2, ..., 31,
|
|
16381
16529
|
NUMERIC_DAY = "dd",// 01, 02, ..., 31,
|
|
@@ -16409,269 +16557,6 @@ declare interface DateRangePickerCalendarRangeSelectorItem {
|
|
|
16409
16557
|
|
|
16410
16558
|
declare type DateRangePickerCalendarRangeSelectorItems = Array<DateRangePickerCalendarRangeSelectorItem>;
|
|
16411
16559
|
|
|
16412
|
-
/**
|
|
16413
|
-
* A wrapper for the 'popper/core' package that overlays a small piece of content near a target element.
|
|
16414
|
-
*
|
|
16415
|
-
* NOTE: This component should not be used by itself but more implemented by other exported components
|
|
16416
|
-
* e.g. Tooltip
|
|
16417
|
-
* More info here on the package: https://floating-ui.com/docs/vue
|
|
16418
|
-
*
|
|
16419
|
-
* * @usage
|
|
16420
|
-
* import { PopperContainer } from '@adyen/bento-vue2';
|
|
16421
|
-
*
|
|
16422
|
-
* export default {
|
|
16423
|
-
* components: { PopperContainer },
|
|
16424
|
-
* computed: {
|
|
16425
|
-
* targetElement() {
|
|
16426
|
-
* return this.$refs.tooltipTarget;
|
|
16427
|
-
* },
|
|
16428
|
-
* },
|
|
16429
|
-
* template: `
|
|
16430
|
-
* <popper-container
|
|
16431
|
-
* :target-element="targetElement"
|
|
16432
|
-
* :position="position"
|
|
16433
|
-
* >
|
|
16434
|
-
* {{ content }}
|
|
16435
|
-
* </popper-container>`,
|
|
16436
|
-
* }
|
|
16437
|
-
*/
|
|
16438
|
-
declare const _default: __VLS_WithTemplateSlots_31<DefineComponent< {
|
|
16439
|
-
/**
|
|
16440
|
-
* The aria role assigned to the container. Defaults to null, which means it's not set if nothing is passed.
|
|
16441
|
-
*/
|
|
16442
|
-
ariaRole: {
|
|
16443
|
-
type: PropType<PopperContainerAriaRole>;
|
|
16444
|
-
default: any;
|
|
16445
|
-
validator: (value: unknown) => boolean;
|
|
16446
|
-
};
|
|
16447
|
-
/**
|
|
16448
|
-
* Indicates if container should have additional arrow, pointing at target element
|
|
16449
|
-
* Can be just a boolean flag, or an object with additional configuration:
|
|
16450
|
-
* @property {Array<string>} arrow.classes – apply any additional classes to the arrow element.
|
|
16451
|
-
* @property {string} arrow.padding – useful when content has rounded corners, @see {@link https://floating-ui.com/docs/arrow#padding}
|
|
16452
|
-
*/
|
|
16453
|
-
arrow: {
|
|
16454
|
-
type: PropType<PopperContainerArrowProp | boolean>;
|
|
16455
|
-
default: any;
|
|
16456
|
-
};
|
|
16457
|
-
/**
|
|
16458
|
-
* Disables wrapping focus-trap component.
|
|
16459
|
-
* Mostly useful for the storybook demo.
|
|
16460
|
-
*/
|
|
16461
|
-
disabledFocusTrap: {
|
|
16462
|
-
type: BooleanConstructor;
|
|
16463
|
-
default: boolean;
|
|
16464
|
-
};
|
|
16465
|
-
/**
|
|
16466
|
-
* Allows to configure to fallback position to the one specified, it could be 'auto' or ['right', 'top', ...].
|
|
16467
|
-
* Useful when not using auto as starting placement.
|
|
16468
|
-
* @see {@link https://floating-ui.com/docs/flip#fallbackplacements}
|
|
16469
|
-
*/
|
|
16470
|
-
fallbackPosition: {
|
|
16471
|
-
type: PropType<FallbackPositionProp>;
|
|
16472
|
-
default: any;
|
|
16473
|
-
};
|
|
16474
|
-
/**
|
|
16475
|
-
* Instructs popover to be visible outside of the containing container.
|
|
16476
|
-
* Useful when component would be used in limited containers like Modal, Side panel, etc.
|
|
16477
|
-
* @see {@link https://floating-ui.com/docs/usefloating#strategy}
|
|
16478
|
-
*/
|
|
16479
|
-
fixedPositioning: {
|
|
16480
|
-
type: BooleanConstructor;
|
|
16481
|
-
default: boolean;
|
|
16482
|
-
};
|
|
16483
|
-
/**
|
|
16484
|
-
* The id to be set on the component. Use it for accessibility purposes.
|
|
16485
|
-
*/
|
|
16486
|
-
id: {
|
|
16487
|
-
type: StringConstructor;
|
|
16488
|
-
default: any;
|
|
16489
|
-
};
|
|
16490
|
-
/**
|
|
16491
|
-
* If hiding / showing popper element then use this property to tell the popper when to update it's position.
|
|
16492
|
-
* This will drastically help improve performance, as we will not need to track hidden elements.
|
|
16493
|
-
*/
|
|
16494
|
-
isHidden: {
|
|
16495
|
-
type: BooleanConstructor;
|
|
16496
|
-
default: any;
|
|
16497
|
-
};
|
|
16498
|
-
/**
|
|
16499
|
-
* Instructs popper container to have the same width as target element.
|
|
16500
|
-
*/
|
|
16501
|
-
matchWidth: {
|
|
16502
|
-
type: BooleanConstructor;
|
|
16503
|
-
default: boolean;
|
|
16504
|
-
};
|
|
16505
|
-
/**
|
|
16506
|
-
* Custom set of middleware. Useful for low-level control over Popper behavior in some really complex use cases.
|
|
16507
|
-
* @see {@link https://floating-ui.com/docs/middleware}
|
|
16508
|
-
*/
|
|
16509
|
-
middleware: {
|
|
16510
|
-
type: PropType<Middleware[]>;
|
|
16511
|
-
default: any;
|
|
16512
|
-
};
|
|
16513
|
-
/**
|
|
16514
|
-
* Allows to displace a popper container from its target element.
|
|
16515
|
-
* @see {@link https://floating-ui.com/docs/offset#options}
|
|
16516
|
-
*/
|
|
16517
|
-
offset: {
|
|
16518
|
-
type: PropType<number[]>;
|
|
16519
|
-
default: () => number[];
|
|
16520
|
-
validator: (value: number[]) => boolean;
|
|
16521
|
-
};
|
|
16522
|
-
/**
|
|
16523
|
-
* Position relative to the target element
|
|
16524
|
-
* @see {@link https://floating-ui.com/docs/computeposition#placement}
|
|
16525
|
-
*/
|
|
16526
|
-
position: {
|
|
16527
|
-
type: PropType<PopperContainerPosition | `${PopperContainerPosition}`>;
|
|
16528
|
-
default: PopperContainerPositionExtended;
|
|
16529
|
-
validator: (value: unknown) => boolean;
|
|
16530
|
-
};
|
|
16531
|
-
/**
|
|
16532
|
-
* Reference to the DOM element or Vue component for positioning
|
|
16533
|
-
*/
|
|
16534
|
-
targetElement: {
|
|
16535
|
-
type: PropType<VueNodeElement>;
|
|
16536
|
-
required: true;
|
|
16537
|
-
};
|
|
16538
|
-
/**
|
|
16539
|
-
* Activates focus trap for both arrow and tab keys.
|
|
16540
|
-
*/
|
|
16541
|
-
trapAll: {
|
|
16542
|
-
type: BooleanConstructor;
|
|
16543
|
-
default: boolean;
|
|
16544
|
-
};
|
|
16545
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
16546
|
-
placement: (value: Placement) => void;
|
|
16547
|
-
}, string, Readonly<ExtractPropTypes< {
|
|
16548
|
-
/**
|
|
16549
|
-
* The aria role assigned to the container. Defaults to null, which means it's not set if nothing is passed.
|
|
16550
|
-
*/
|
|
16551
|
-
ariaRole: {
|
|
16552
|
-
type: PropType<PopperContainerAriaRole>;
|
|
16553
|
-
default: any;
|
|
16554
|
-
validator: (value: unknown) => boolean;
|
|
16555
|
-
};
|
|
16556
|
-
/**
|
|
16557
|
-
* Indicates if container should have additional arrow, pointing at target element
|
|
16558
|
-
* Can be just a boolean flag, or an object with additional configuration:
|
|
16559
|
-
* @property {Array<string>} arrow.classes – apply any additional classes to the arrow element.
|
|
16560
|
-
* @property {string} arrow.padding – useful when content has rounded corners, @see {@link https://floating-ui.com/docs/arrow#padding}
|
|
16561
|
-
*/
|
|
16562
|
-
arrow: {
|
|
16563
|
-
type: PropType<PopperContainerArrowProp | boolean>;
|
|
16564
|
-
default: any;
|
|
16565
|
-
};
|
|
16566
|
-
/**
|
|
16567
|
-
* Disables wrapping focus-trap component.
|
|
16568
|
-
* Mostly useful for the storybook demo.
|
|
16569
|
-
*/
|
|
16570
|
-
disabledFocusTrap: {
|
|
16571
|
-
type: BooleanConstructor;
|
|
16572
|
-
default: boolean;
|
|
16573
|
-
};
|
|
16574
|
-
/**
|
|
16575
|
-
* Allows to configure to fallback position to the one specified, it could be 'auto' or ['right', 'top', ...].
|
|
16576
|
-
* Useful when not using auto as starting placement.
|
|
16577
|
-
* @see {@link https://floating-ui.com/docs/flip#fallbackplacements}
|
|
16578
|
-
*/
|
|
16579
|
-
fallbackPosition: {
|
|
16580
|
-
type: PropType<FallbackPositionProp>;
|
|
16581
|
-
default: any;
|
|
16582
|
-
};
|
|
16583
|
-
/**
|
|
16584
|
-
* Instructs popover to be visible outside of the containing container.
|
|
16585
|
-
* Useful when component would be used in limited containers like Modal, Side panel, etc.
|
|
16586
|
-
* @see {@link https://floating-ui.com/docs/usefloating#strategy}
|
|
16587
|
-
*/
|
|
16588
|
-
fixedPositioning: {
|
|
16589
|
-
type: BooleanConstructor;
|
|
16590
|
-
default: boolean;
|
|
16591
|
-
};
|
|
16592
|
-
/**
|
|
16593
|
-
* The id to be set on the component. Use it for accessibility purposes.
|
|
16594
|
-
*/
|
|
16595
|
-
id: {
|
|
16596
|
-
type: StringConstructor;
|
|
16597
|
-
default: any;
|
|
16598
|
-
};
|
|
16599
|
-
/**
|
|
16600
|
-
* If hiding / showing popper element then use this property to tell the popper when to update it's position.
|
|
16601
|
-
* This will drastically help improve performance, as we will not need to track hidden elements.
|
|
16602
|
-
*/
|
|
16603
|
-
isHidden: {
|
|
16604
|
-
type: BooleanConstructor;
|
|
16605
|
-
default: any;
|
|
16606
|
-
};
|
|
16607
|
-
/**
|
|
16608
|
-
* Instructs popper container to have the same width as target element.
|
|
16609
|
-
*/
|
|
16610
|
-
matchWidth: {
|
|
16611
|
-
type: BooleanConstructor;
|
|
16612
|
-
default: boolean;
|
|
16613
|
-
};
|
|
16614
|
-
/**
|
|
16615
|
-
* Custom set of middleware. Useful for low-level control over Popper behavior in some really complex use cases.
|
|
16616
|
-
* @see {@link https://floating-ui.com/docs/middleware}
|
|
16617
|
-
*/
|
|
16618
|
-
middleware: {
|
|
16619
|
-
type: PropType<Middleware[]>;
|
|
16620
|
-
default: any;
|
|
16621
|
-
};
|
|
16622
|
-
/**
|
|
16623
|
-
* Allows to displace a popper container from its target element.
|
|
16624
|
-
* @see {@link https://floating-ui.com/docs/offset#options}
|
|
16625
|
-
*/
|
|
16626
|
-
offset: {
|
|
16627
|
-
type: PropType<number[]>;
|
|
16628
|
-
default: () => number[];
|
|
16629
|
-
validator: (value: number[]) => boolean;
|
|
16630
|
-
};
|
|
16631
|
-
/**
|
|
16632
|
-
* Position relative to the target element
|
|
16633
|
-
* @see {@link https://floating-ui.com/docs/computeposition#placement}
|
|
16634
|
-
*/
|
|
16635
|
-
position: {
|
|
16636
|
-
type: PropType<PopperContainerPosition | `${PopperContainerPosition}`>;
|
|
16637
|
-
default: PopperContainerPositionExtended;
|
|
16638
|
-
validator: (value: unknown) => boolean;
|
|
16639
|
-
};
|
|
16640
|
-
/**
|
|
16641
|
-
* Reference to the DOM element or Vue component for positioning
|
|
16642
|
-
*/
|
|
16643
|
-
targetElement: {
|
|
16644
|
-
type: PropType<VueNodeElement>;
|
|
16645
|
-
required: true;
|
|
16646
|
-
};
|
|
16647
|
-
/**
|
|
16648
|
-
* Activates focus trap for both arrow and tab keys.
|
|
16649
|
-
*/
|
|
16650
|
-
trapAll: {
|
|
16651
|
-
type: BooleanConstructor;
|
|
16652
|
-
default: boolean;
|
|
16653
|
-
};
|
|
16654
|
-
}>>, {
|
|
16655
|
-
position: "top" | "right" | "bottom" | "left" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | PopperContainerPosition;
|
|
16656
|
-
offset: number[];
|
|
16657
|
-
id: string;
|
|
16658
|
-
trapAll: boolean;
|
|
16659
|
-
ariaRole: PopperContainerAriaRole;
|
|
16660
|
-
arrow: any;
|
|
16661
|
-
disabledFocusTrap: boolean;
|
|
16662
|
-
fallbackPosition: FallbackPositionProp;
|
|
16663
|
-
fixedPositioning: boolean;
|
|
16664
|
-
isHidden: boolean;
|
|
16665
|
-
matchWidth: boolean;
|
|
16666
|
-
middleware: {
|
|
16667
|
-
name: string;
|
|
16668
|
-
options?: any;
|
|
16669
|
-
fn: (state: MiddlewareState) => MiddlewareReturn | Promise<MiddlewareReturn>;
|
|
16670
|
-
}[];
|
|
16671
|
-
}>, {
|
|
16672
|
-
default: (_: {}) => any;
|
|
16673
|
-
}>;
|
|
16674
|
-
|
|
16675
16560
|
declare type DropdownProps = InstanceType<typeof BentoDropdown>['$props'];
|
|
16676
16561
|
|
|
16677
16562
|
declare type Element_2 = HTMLElement & {
|
|
@@ -16692,8 +16577,6 @@ export declare type Expand<T> = T extends infer O ? {
|
|
|
16692
16577
|
[K in keyof O]: O[K];
|
|
16693
16578
|
} : never;
|
|
16694
16579
|
|
|
16695
|
-
declare type FallbackPositionProp = `${PopperContainerPosition}`[] | `${PopperContainerPosition}`;
|
|
16696
|
-
|
|
16697
16580
|
/**
|
|
16698
16581
|
* Void function
|
|
16699
16582
|
*/
|
|
@@ -16701,15 +16584,14 @@ export declare type Fn = () => void;
|
|
|
16701
16584
|
|
|
16702
16585
|
declare interface FormField {
|
|
16703
16586
|
/**
|
|
16704
|
-
* If
|
|
16587
|
+
* If set, displays a description text for the input.
|
|
16705
16588
|
*/
|
|
16706
|
-
|
|
16589
|
+
description?: string;
|
|
16707
16590
|
|
|
16708
16591
|
/**
|
|
16709
|
-
* If true,
|
|
16710
|
-
* @deprecated Use `errorMessage` prop instead.
|
|
16592
|
+
* If true, disables user interaction with the field.
|
|
16711
16593
|
*/
|
|
16712
|
-
|
|
16594
|
+
disabled?: boolean;
|
|
16713
16595
|
|
|
16714
16596
|
/**
|
|
16715
16597
|
* If set, displays an error message and applies error styling to the field.
|
|
@@ -16879,15 +16761,6 @@ export declare type MaybeComputedRef<T> = MaybeReadonlyRef<T> | MaybeRef<T>;
|
|
|
16879
16761
|
*/
|
|
16880
16762
|
export declare type MaybeElement = HTMLElement | SVGElement | VueInstance | undefined | null;
|
|
16881
16763
|
|
|
16882
|
-
/**
|
|
16883
|
-
* Maybe it's an Element (HTML, SVG, VueNode).
|
|
16884
|
-
*
|
|
16885
|
-
* ```ts
|
|
16886
|
-
* type MaybeElement = HTMLElement | SVGElement | VueInstance | undefined | null
|
|
16887
|
-
* ```
|
|
16888
|
-
*/
|
|
16889
|
-
declare type MaybeElement_2 = HTMLElement | SVGElement | VueInstance_2 | undefined | null;
|
|
16890
|
-
|
|
16891
16764
|
/**
|
|
16892
16765
|
* Maybe it's an Element (HTML, SVG, VueNode) `ref`.
|
|
16893
16766
|
*
|
|
@@ -16897,15 +16770,6 @@ declare type MaybeElement_2 = HTMLElement | SVGElement | VueInstance_2 | undefin
|
|
|
16897
16770
|
*/
|
|
16898
16771
|
export declare type MaybeElementRef<T extends MaybeElement = MaybeElement> = MaybeRef<T>;
|
|
16899
16772
|
|
|
16900
|
-
/**
|
|
16901
|
-
* Maybe it's an Element (HTML, SVG, VueNode) `ref`.
|
|
16902
|
-
*
|
|
16903
|
-
* ```ts
|
|
16904
|
-
* type MaybeElementRef<T extends MaybeElement = MaybeElement> = MaybeRef<T>
|
|
16905
|
-
* ```
|
|
16906
|
-
*/
|
|
16907
|
-
declare type MaybeElementRef_2<T extends MaybeElement_2 = MaybeElement_2> = MaybeRef_2<T>;
|
|
16908
|
-
|
|
16909
16773
|
/**
|
|
16910
16774
|
* Maybe it's a computed ref, or a getter function
|
|
16911
16775
|
*
|
|
@@ -16929,20 +16793,6 @@ export declare type MaybeReadonlyRef<T> = (() => T) | ComputedRef<T>;
|
|
|
16929
16793
|
*/
|
|
16930
16794
|
export declare type MaybeRef<T> = T | Ref<T> | Ref<UnwrapRef<T>>;
|
|
16931
16795
|
|
|
16932
|
-
/**
|
|
16933
|
-
*
|
|
16934
|
-
* Maybe it's a `ref`, or a plain value.
|
|
16935
|
-
*
|
|
16936
|
-
* As recommmended by the vue community to use this type when you are not sure
|
|
16937
|
-
* if the argument is a ref.
|
|
16938
|
-
* Source: https://github.com/vueuse/vueuse/blob/main/packages/shared/utils/types.ts#L28
|
|
16939
|
-
*
|
|
16940
|
-
* ```ts
|
|
16941
|
-
* type MaybeRef<T> = T | Ref<T>
|
|
16942
|
-
* ```
|
|
16943
|
-
*/
|
|
16944
|
-
declare type MaybeRef_2<T> = T | Ref<T> | Ref<UnwrapRef<T>>;
|
|
16945
|
-
|
|
16946
16796
|
/**
|
|
16947
16797
|
* Validates if the length of the provided value is greater than or equal to the specified length.
|
|
16948
16798
|
*
|
|
@@ -17000,16 +16850,6 @@ declare interface OnClickOutsideOptions_2 {
|
|
|
17000
16850
|
declare const plugin: Plugin<BentoVuePlugin>;
|
|
17001
16851
|
export default plugin;
|
|
17002
16852
|
|
|
17003
|
-
declare enum PopperContainerAriaRole {
|
|
17004
|
-
TOOLTIP = "tooltip",
|
|
17005
|
-
POPOVER = "dialog"
|
|
17006
|
-
}
|
|
17007
|
-
|
|
17008
|
-
declare interface PopperContainerArrowProp {
|
|
17009
|
-
classes?: string[];
|
|
17010
|
-
padding?: string;
|
|
17011
|
-
}
|
|
17012
|
-
|
|
17013
16853
|
/**
|
|
17014
16854
|
* @deprecated for usage with properties since version 2.0. Use the string literal instead.
|
|
17015
16855
|
*/
|
|
@@ -17276,8 +17116,6 @@ declare type UseVirtualListItemHeight = number | ((index: number) => number);
|
|
|
17276
17116
|
|
|
17277
17117
|
export declare type VueInstance = ComponentPublicInstance;
|
|
17278
17118
|
|
|
17279
|
-
declare type VueInstance_2 = ComponentPublicInstance;
|
|
17280
|
-
|
|
17281
17119
|
/**
|
|
17282
17120
|
* Vue node element instance
|
|
17283
17121
|
*
|
|
@@ -17287,13 +17125,4 @@ declare type VueInstance_2 = ComponentPublicInstance;
|
|
|
17287
17125
|
*/
|
|
17288
17126
|
export declare type VueNodeElement = Component | Element | (Component | Element)[] | undefined;
|
|
17289
17127
|
|
|
17290
|
-
/**
|
|
17291
|
-
* Vue node element instance
|
|
17292
|
-
*
|
|
17293
|
-
* ```ts
|
|
17294
|
-
* type Vue | Element | (Vue | Element)[] | undefined
|
|
17295
|
-
* ```
|
|
17296
|
-
*/
|
|
17297
|
-
declare type VueNodeElement_2 = Component_2 | Element | (Component_2 | Element)[] | undefined;
|
|
17298
|
-
|
|
17299
17128
|
export { }
|