@adyen/bento-vue2 1.1.1 → 1.2.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/packages/vue2/src/components/alert/alert.vue.d.ts +15 -11
- package/dist/@types/packages/vue2/src/components/avatar-image/avatar-image.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/button/button.vue.d.ts +14 -14
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/button/index.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/card/card.vue.d.ts +20 -16
- package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +13 -9
- package/dist/@types/packages/vue2/src/components/code-snippet/composables/useLanguage.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/country/composables/useCountryCapital/useCountryCapital.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/country/composables/useCountryName/useCountryName.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/country/composables/useCountryPhoneCode/useCountryPhoneCode.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/country/country.vue.d.ts +9 -7
- package/dist/@types/packages/vue2/src/components/currency/currency.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/components/data-grid-config-settings-column-row/data-grid-config-settings-column-row.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useColumnReorderer/useColumnReorderer.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useConfigSettings/useConfigSettings.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/date/date.vue.d.ts +7 -5
- package/dist/@types/packages/vue2/src/components/date-picker/date-picker.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +13 -13
- package/dist/@types/packages/vue2/src/components/date-range-picker/composables/use-date-range-picker-calendar-text.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/composables/useDropdownOptionsListbox.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +87 -85
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +18 -16
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/composables/useCountryItems.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +22 -20
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +17 -15
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +17 -15
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +8 -6
- package/dist/@types/packages/vue2/src/components/dropdown/composables/useDisplayValue.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/composables/useDropdownSearchFilter.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +14 -12
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +26 -26
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/base-filter.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/filter-bar/components/range-filter/range-filter.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/select-filter.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-avatar-filter/select-avatar-filter.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +8 -8
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.types.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/header/header.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/info-icon/info-icon.vue.d.ts +8 -6
- package/dist/@types/packages/vue2/src/components/input-field/input-field.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +23 -15
- package/dist/@types/packages/vue2/src/components/internal/avatar/avatar.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/base-button/base-button.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/calendar-month.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/components/calendar-month-day/calendar-month-day.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/copy/copy.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/internal/footer-actions/footer-actions.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/components/listbox-multi-select-category/listbox-multi-select-category.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/listbox-multi-select-options.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option/listbox-option.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option-tag/listbox-option-tag.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select/listbox-single-select.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +11 -9
- package/dist/@types/packages/vue2/src/components/link/index.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/link/link.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/menu/menu.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/modal/components/modal-default/modal-default.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/modal/modal.vue.d.ts +24 -16
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-context/pagination-context.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-controls/pagination-controls.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/payment-method/composables/usePaymentIcon.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/payment-method/payment-method.vue.d.ts +6 -4
- package/dist/@types/packages/vue2/src/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/popover/components/popover-title/popover-title.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +12 -12
- package/dist/@types/packages/vue2/src/components/popper-container/popper-container.utils.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/popper-container/popper-container.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/radio-group/components/radio-button/radio-button.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/search-bar/search-bar.vue.d.ts +62 -46
- package/dist/@types/packages/vue2/src/components/segmented-control/components/segmented-control-button/segmented-control-button.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/status/status.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +38 -30
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +16 -10
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue.d.ts +16 -10
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +16 -10
- package/dist/@types/packages/vue2/src/components/summary-grid/summary-grid.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/tag/tag.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +8 -6
- package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +20 -20
- package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/toast/components/toast-item/toast-item.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/toggle/toggle.types.d.ts +4 -0
- package/dist/@types/packages/vue2/src/components/toggle/toggle.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/tooltip/tooltip.vue.d.ts +25 -25
- package/dist/@types/packages/vue2/src/components/typography/typography.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/composables/initials.d.ts +1 -1
- package/dist/@types/packages/vue2/src/composables/use-checkbox-select-all/use-checkbox-select-all.d.ts +2 -2
- package/dist/@types/packages/vue2/src/composables/useDynamicImport.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/click-outside/on-click-outside.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/click-outside/types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/click-outside/useEventListener/index.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/click-outside/utils.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/tooltip/tooltip.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/plugins/toastController.d.ts +1 -1
- package/dist/@types/packages/vue2/src/types/index.d.ts +0 -1
- package/dist/@types/packages/vue2/src/types/listbox.d.ts +1 -1
- package/dist/@types/packages/vue2/src/utils/ts/aria-label.d.ts +1 -1
- package/dist/@types/packages/vue2/src/utils/ts/events.d.ts +1 -1
- package/dist/@types/packages/vue2/src/utils/ts/focus-trap.utils.d.ts +1 -1
- package/dist/accordion.js +1 -1
- package/dist/alert.js +34 -32
- package/dist/alert.js.map +1 -1
- package/dist/assets/button-actions.css +1 -1
- package/dist/assets/button.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index12.css +1 -1
- package/dist/assets/index13.css +1 -1
- package/dist/assets/index14.css +1 -1
- package/dist/assets/index15.css +1 -1
- package/dist/assets/index16.css +1 -1
- package/dist/assets/index17.css +1 -1
- package/dist/assets/index18.css +1 -1
- package/dist/assets/index19.css +1 -1
- package/dist/assets/index2.css +1 -1
- package/dist/assets/index20.css +1 -1
- package/dist/assets/index21.css +1 -1
- package/dist/assets/index22.css +1 -1
- package/dist/assets/index23.css +1 -1
- package/dist/assets/index24.css +1 -1
- package/dist/assets/index25.css +1 -1
- package/dist/assets/index26.css +1 -1
- package/dist/assets/index27.css +1 -1
- package/dist/assets/index28.css +1 -1
- package/dist/assets/index29.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index30.css +1 -1
- package/dist/assets/index31.css +1 -1
- package/dist/assets/index32.css +1 -1
- package/dist/assets/index33.css +1 -1
- package/dist/assets/index34.css +1 -1
- package/dist/assets/index35.css +1 -1
- package/dist/assets/index36.css +1 -1
- package/dist/assets/index37.css +1 -1
- package/dist/assets/index38.css +1 -1
- package/dist/assets/index39.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/listbox.css +1 -1
- package/dist/avatar-image.js +1 -1
- package/dist/button.js +3 -3
- package/dist/card.js +33 -31
- package/dist/card.js.map +1 -1
- package/dist/checkbox.js +10 -10
- package/dist/checkbox.js.map +1 -1
- package/dist/chunks/{base-button.16e8bb2c.js → base-button.d4487ac9.js} +2 -2
- package/dist/chunks/{base-button.16e8bb2c.js.map → base-button.d4487ac9.js.map} +1 -1
- package/dist/chunks/{button-actions.bcaea94e.js → button-actions.cf73ed47.js} +10 -10
- package/dist/chunks/{button-actions.bcaea94e.js.map → button-actions.cf73ed47.js.map} +1 -1
- package/dist/chunks/{button.34695c2c.js → button.c27a7ce2.js} +11 -11
- package/dist/chunks/button.c27a7ce2.js.map +1 -0
- package/dist/chunks/{calendar.a32d5783.js → calendar.8f50a65a.js} +4 -4
- package/dist/chunks/{calendar.a32d5783.js.map → calendar.8f50a65a.js.map} +1 -1
- package/dist/chunks/{checkbox.5d8f5768.js → checkbox.c06daf12.js} +3 -3
- package/dist/chunks/{checkbox.5d8f5768.js.map → checkbox.c06daf12.js.map} +1 -1
- package/dist/chunks/{controls-group.e607b021.js → controls-group.9d58a091.js} +2 -2
- package/dist/chunks/{controls-group.e607b021.js.map → controls-group.9d58a091.js.map} +1 -1
- package/dist/chunks/{copy.f49481e9.js → copy.b62beae5.js} +3 -3
- package/dist/chunks/{copy.f49481e9.js.map → copy.b62beae5.js.map} +1 -1
- package/dist/chunks/{dropdown-default-textbox.b7a68bb4.js → dropdown-default-textbox.a5eca928.js} +2 -2
- package/dist/chunks/{dropdown-default-textbox.b7a68bb4.js.map → dropdown-default-textbox.a5eca928.js.map} +1 -1
- package/dist/chunks/{dropdown.0c80d6c1.js → dropdown.368486b1.js} +65 -63
- package/dist/chunks/dropdown.368486b1.js.map +1 -0
- package/dist/chunks/{error-message.fa27bee9.js → error-message.a581a172.js} +2 -2
- package/dist/chunks/{error-message.fa27bee9.js.map → error-message.a581a172.js.map} +1 -1
- package/dist/chunks/{index.2066e16f.js → index.175f9e2d.js} +3 -3
- package/dist/chunks/index.175f9e2d.js.map +1 -0
- package/dist/chunks/{index.16f60189.js → index.3b6fc08a.js} +6 -6
- package/dist/chunks/{index.16f60189.js.map → index.3b6fc08a.js.map} +1 -1
- package/dist/chunks/{index.36bd0bb1.js → index.3dfea3bd.js} +3 -3
- package/dist/chunks/{index.36bd0bb1.js.map → index.3dfea3bd.js.map} +1 -1
- package/dist/chunks/{index.695c11ef.js → index.ad39b625.js} +2 -2
- package/dist/chunks/{index.695c11ef.js.map → index.ad39b625.js.map} +1 -1
- package/dist/chunks/{index.875ba379.js → index.d07f9800.js} +33 -32
- package/dist/chunks/{index.875ba379.js.map → index.d07f9800.js.map} +1 -1
- package/dist/chunks/{index.ec1c7120.js → index.f0d99471.js} +20 -20
- package/dist/chunks/{index.ec1c7120.js.map → index.f0d99471.js.map} +1 -1
- package/dist/chunks/{listbox-option-tag.ac8eae9a.js → listbox-option-tag.c7e9a228.js} +3 -3
- package/dist/chunks/{listbox-option-tag.ac8eae9a.js.map → listbox-option-tag.c7e9a228.js.map} +1 -1
- package/dist/chunks/{listbox.4ea4114c.js → listbox.f51e92cd.js} +28 -27
- package/dist/chunks/{listbox.4ea4114c.js.map → listbox.f51e92cd.js.map} +1 -1
- package/dist/chunks/{loading-button.3fa1b7a8.js → loading-button.6d34f66f.js} +2 -2
- package/dist/chunks/{loading-button.3fa1b7a8.js.map → loading-button.6d34f66f.js.map} +1 -1
- package/dist/chunks/{tooltip.807205c0.js → tooltip.9af34fba.js} +2 -2
- package/dist/chunks/{tooltip.807205c0.js.map → tooltip.9af34fba.js.map} +1 -1
- package/dist/chunks/useCountryItems.5d7b436e.js.map +1 -1
- package/dist/code-snippet.js +132 -130
- package/dist/code-snippet.js.map +1 -1
- package/dist/country.js +17 -16
- package/dist/country.js.map +1 -1
- package/dist/currency.js +1 -1
- package/dist/currency.js.map +1 -1
- package/dist/data-grid.js +112 -112
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +21 -21
- package/dist/date-range-picker.js +2 -2
- package/dist/date.js +1 -1
- package/dist/divider.js +1 -1
- package/dist/dropdown.js +3 -3
- package/dist/dropdown.js.map +1 -1
- package/dist/filter-bar.js +13 -13
- package/dist/filter-bar.js.map +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/header.js +30 -30
- package/dist/header.js.map +1 -1
- package/dist/index.js +147 -147
- package/dist/info-icon.js +13 -12
- package/dist/info-icon.js.map +1 -1
- package/dist/input-field.js +44 -40
- package/dist/input-field.js.map +1 -1
- package/dist/internal.js +6 -6
- package/dist/link.js +12 -12
- package/dist/link.js.map +1 -1
- package/dist/loading-indicator.js +1 -1
- package/dist/menu.js +5 -5
- package/dist/menu.js.map +1 -1
- package/dist/modal.js +85 -81
- package/dist/modal.js.map +1 -1
- package/dist/pagination.js +4 -4
- package/dist/payment-method.js +12 -11
- package/dist/payment-method.js.map +1 -1
- package/dist/popover.js +5 -5
- package/dist/popover.js.map +1 -1
- package/dist/popper-container.js +14 -14
- package/dist/popper-container.js.map +1 -1
- package/dist/radio-group.js +14 -14
- package/dist/radio-group.js.map +1 -1
- package/dist/search-bar.js +2 -2
- package/dist/segmented-control.js +4 -4
- package/dist/status.js +9 -9
- package/dist/status.js.map +1 -1
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +101 -88
- package/dist/summary-grid.js.map +1 -1
- package/dist/tabs.js +2 -2
- package/dist/tag.js +13 -13
- package/dist/tag.js.map +1 -1
- package/dist/textarea.js +27 -23
- package/dist/textarea.js.map +1 -1
- package/dist/timeline.js +6 -6
- package/dist/timeline.js.map +1 -1
- package/dist/toast.js +3 -3
- package/dist/toggle.js +117 -2
- package/dist/toggle.js.map +1 -1
- package/dist/typography.js +1 -1
- package/dist/web-types.json +59 -59
- package/package.json +3 -2
- package/dist/@types/packages/vue2/src/types/label-position.d.ts +0 -4
- package/dist/chunks/button.34695c2c.js.map +0 -1
- package/dist/chunks/dropdown.0c80d6c1.js.map +0 -1
- package/dist/chunks/index.2066e16f.js.map +0 -1
- package/dist/chunks/index.f55a6913.js +0 -121
- package/dist/chunks/index.f55a6913.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { BentoButtonVariant } from
|
|
3
|
-
import { BentoTypographyElement, BentoTypographyVariant } from
|
|
4
|
-
import {
|
|
2
|
+
import { BentoButtonVariant } from "../../../button";
|
|
3
|
+
import { BentoTypographyElement, BentoTypographyVariant } from "../../../typography";
|
|
4
|
+
import { BentoToggleLabelPosition } from "../../../toggle";
|
|
5
5
|
import { BentoColumn } from '../../data-grid.types';
|
|
6
6
|
import { DatagridConfigSettingsEvent } from './data-grid-config-settings.types';
|
|
7
7
|
declare const _default: import("vue").DefineComponent<{
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
emitFrozenColumns: (updatedColumn: BentoColumn) => void;
|
|
33
33
|
onClickOutside: () => void;
|
|
34
34
|
isColumnVisibilityToggleDisabled: (column: BentoColumn) => boolean;
|
|
35
|
-
|
|
35
|
+
BentoToggleLabelPosition: typeof BentoToggleLabelPosition;
|
|
36
36
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
37
37
|
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
38
38
|
BentoButtonVariant: typeof BentoButtonVariant;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BentoColumn, BentoColumnWidthOverridesLookup } from '../../data-grid.types';
|
|
2
2
|
import { CalculateColumnWidthOptions } from './useCalculateColumnWidth.types';
|
|
3
|
-
import { MaybeRef } from
|
|
3
|
+
import { MaybeRef } from "../../../../types";
|
|
4
4
|
export declare const DEFAULT_COLUMN_WIDTH = 100;
|
|
5
5
|
export declare const DEFAULT_COLUMN_MIN_WIDTH = 50;
|
|
6
6
|
export declare const DATAGRID_SELECT_FIELD_NAME = "b-select";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MaybeRef } from
|
|
1
|
+
import { MaybeRef } from "../../../../types";
|
|
2
2
|
import { BentoColumn } from '../../data-grid.types';
|
|
3
3
|
import type { SetupContext } from 'vue/types/v3-setup-context';
|
|
4
4
|
export declare const useColumnReorderer: (columnsRef: MaybeRef<BentoColumn[]>, hasDraggableColumnsRef: MaybeRef<boolean>, emit: SetupContext['emit']) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MaybeRef } from
|
|
1
|
+
import { MaybeRef } from "../../../../types";
|
|
2
2
|
import { BentoColumn } from '../../data-grid.types';
|
|
3
3
|
import type { SetupContext } from 'vue/types/v3-setup-context';
|
|
4
4
|
export declare const useConfigSettings: (columnsRef: MaybeRef<BentoColumn[]>, emit: SetupContext['emit']) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { Booleanish } from
|
|
2
|
+
import { Booleanish } from "../../types";
|
|
3
3
|
import { BentoColumn, BentoColumnOverflow, BentoDatagridData, BentoDatagridDataItem, BentoDatagridDataItemId, BentoDatagridEvent, BentoDatagridGetDataItemIdFn, BentoDatagridIsDataItemDisabledFn, BentoDatagridSortByColumn, BentoDatagridSortDirection } from './data-grid.types';
|
|
4
|
-
import { BentoTypographyElement, BentoTypographyVariant } from
|
|
4
|
+
import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
|
|
5
5
|
declare const _default: import("vue").DefineComponent<{
|
|
6
6
|
allowRowClicks: {
|
|
7
7
|
type: BooleanConstructor;
|
|
@@ -352,7 +352,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
352
352
|
getCellindex: (rowIndex: number, colIndex: number, colSetIndex: number) => number;
|
|
353
353
|
getColIndex: (colIndex: number, colSetIndex: number) => number;
|
|
354
354
|
navigationInput: (event: KeyboardEvent) => void;
|
|
355
|
-
t: import("vue-i18n-bridge").ComposerTranslation<import("
|
|
355
|
+
t: import("vue-i18n-bridge").ComposerTranslation<import("../../utils/ts/i18n").i18nMessages, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
356
356
|
[x: string]: import("vue-i18n-bridge").LocaleMessageValue<import("vue-i18n-bridge").VueMessageType>;
|
|
357
357
|
}>, never, import("@intlify/core-base")._ResourcePath<{
|
|
358
358
|
[key: string]: string;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { BentoDateFormat } from
|
|
3
|
-
import { BentoTypographyElement, BentoTypographyVariant } from
|
|
2
|
+
import { BentoDateFormat } from "./date.types";
|
|
3
|
+
import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
date: {
|
|
6
6
|
type: (DateConstructor | StringConstructor | NumberConstructor)[];
|
|
7
7
|
default: any;
|
|
8
8
|
};
|
|
9
9
|
format: {
|
|
10
|
-
type: PropType<BentoDateFormat>;
|
|
10
|
+
type: PropType<"d" | "EEEE" | "h:mm aa" | "H:mm" | "h:mm:ss aa" | "H:mm:ss" | "LLLL dd, yyyy" | "LLL dd, yyyy" | BentoDateFormat | "LLL dd, yyyy, h:mm:ss aa" | "LLL dd, yyyy, H:mm:ss" | "LLL dd, yyyy, h:mm:ss aa O" | "LLL dd, yyyy, H:mm:ss O" | "LLL dd, yyyy, h:mm aa" | "LLL dd, yyyy, h:mm aa O" | "LLL dd, yyyy, H:mm" | "LLL dd, yyyy, H:mm O">;
|
|
11
11
|
default: BentoDateFormat;
|
|
12
|
+
validator: (value: BentoDateFormat) => boolean;
|
|
12
13
|
};
|
|
13
14
|
disableTypography: {
|
|
14
15
|
type: BooleanConstructor;
|
|
@@ -24,8 +25,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
25
|
default: any;
|
|
25
26
|
};
|
|
26
27
|
format: {
|
|
27
|
-
type: PropType<BentoDateFormat>;
|
|
28
|
+
type: PropType<"d" | "EEEE" | "h:mm aa" | "H:mm" | "h:mm:ss aa" | "H:mm:ss" | "LLLL dd, yyyy" | "LLL dd, yyyy" | BentoDateFormat | "LLL dd, yyyy, h:mm:ss aa" | "LLL dd, yyyy, H:mm:ss" | "LLL dd, yyyy, h:mm:ss aa O" | "LLL dd, yyyy, H:mm:ss O" | "LLL dd, yyyy, h:mm aa" | "LLL dd, yyyy, h:mm aa O" | "LLL dd, yyyy, H:mm" | "LLL dd, yyyy, H:mm O">;
|
|
28
29
|
default: BentoDateFormat;
|
|
30
|
+
validator: (value: BentoDateFormat) => boolean;
|
|
29
31
|
};
|
|
30
32
|
disableTypography: {
|
|
31
33
|
type: BooleanConstructor;
|
|
@@ -33,7 +35,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
35
|
};
|
|
34
36
|
}>>, {
|
|
35
37
|
date: string | number | Date;
|
|
36
|
-
format: BentoDateFormat;
|
|
38
|
+
format: "d" | "EEEE" | "h:mm aa" | "H:mm" | "h:mm:ss aa" | "H:mm:ss" | "LLLL dd, yyyy" | "LLL dd, yyyy" | BentoDateFormat | "LLL dd, yyyy, h:mm:ss aa" | "LLL dd, yyyy, H:mm:ss" | "LLL dd, yyyy, h:mm:ss aa O" | "LLL dd, yyyy, H:mm:ss O" | "LLL dd, yyyy, h:mm aa" | "LLL dd, yyyy, h:mm aa O" | "LLL dd, yyyy, H:mm" | "LLL dd, yyyy, H:mm O";
|
|
37
39
|
disableTypography: boolean;
|
|
38
40
|
}>;
|
|
39
41
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { CalendarFirstDayOfWeek as BentoDatePickerFirstDayOfWeek } from
|
|
2
|
-
export type { CalendarIsDateDisabled as BentoDatePickerIsDateDisabled, CalendarSingleDateValue as BentoDatePickerValue, } from
|
|
1
|
+
export { CalendarFirstDayOfWeek as BentoDatePickerFirstDayOfWeek } from "../internal";
|
|
2
|
+
export type { CalendarIsDateDisabled as BentoDatePickerIsDateDisabled, CalendarSingleDateValue as BentoDatePickerValue, } from "../internal";
|
|
3
3
|
export declare enum BentoDatePickerEvent {
|
|
4
4
|
INPUT = "input"
|
|
5
5
|
}
|
|
@@ -15,12 +15,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
default: any;
|
|
16
16
|
};
|
|
17
17
|
firstDayOfWeek: {
|
|
18
|
-
type: PropType<import("
|
|
19
|
-
default: import("
|
|
20
|
-
validator: (value: import("
|
|
18
|
+
type: PropType<import("../internal").CalendarFirstDayOfWeek>;
|
|
19
|
+
default: import("../internal").CalendarFirstDayOfWeek;
|
|
20
|
+
validator: (value: import("../internal").CalendarFirstDayOfWeek) => boolean;
|
|
21
21
|
};
|
|
22
22
|
isDateDisabled: {
|
|
23
|
-
type: PropType<import("
|
|
23
|
+
type: PropType<import("../internal").CalendarIsDateDisabled>;
|
|
24
24
|
default: any;
|
|
25
25
|
};
|
|
26
26
|
label: {
|
|
@@ -97,12 +97,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
97
|
default: any;
|
|
98
98
|
};
|
|
99
99
|
firstDayOfWeek: {
|
|
100
|
-
type: PropType<import("
|
|
101
|
-
default: import("
|
|
102
|
-
validator: (value: import("
|
|
100
|
+
type: PropType<import("../internal").CalendarFirstDayOfWeek>;
|
|
101
|
+
default: import("../internal").CalendarFirstDayOfWeek;
|
|
102
|
+
validator: (value: import("../internal").CalendarFirstDayOfWeek) => boolean;
|
|
103
103
|
};
|
|
104
104
|
isDateDisabled: {
|
|
105
|
-
type: PropType<import("
|
|
105
|
+
type: PropType<import("../internal").CalendarIsDateDisabled>;
|
|
106
106
|
default: any;
|
|
107
107
|
};
|
|
108
108
|
label: {
|
|
@@ -127,8 +127,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
127
127
|
label: string;
|
|
128
128
|
disabled: boolean;
|
|
129
129
|
required: boolean;
|
|
130
|
-
isDateDisabled: import("
|
|
131
|
-
firstDayOfWeek: import("
|
|
130
|
+
isDateDisabled: import("../internal").CalendarIsDateDisabled;
|
|
131
|
+
firstDayOfWeek: import("../internal").CalendarFirstDayOfWeek;
|
|
132
132
|
errorMessage: string;
|
|
133
133
|
optional: boolean;
|
|
134
134
|
}>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { CalendarRangeDateValue } from
|
|
3
|
-
import { BentoTypographyElement } from
|
|
2
|
+
import { CalendarRangeDateValue } from "../../../internal";
|
|
3
|
+
import { BentoTypographyElement } from "../../../typography";
|
|
4
4
|
import { DateRangePickerCalendarEvent, DateRangePickerCalendarFormData, DateRangePickerCalendarRangeSelectorItems } from './date-range-picker-calendar.types';
|
|
5
5
|
declare const _default: import("vue").DefineComponent<{
|
|
6
6
|
allowTimeInput: {
|
|
@@ -17,12 +17,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
firstDayOfWeek: {
|
|
20
|
-
type: PropType<import("
|
|
21
|
-
default: import("
|
|
22
|
-
validator: (value: import("
|
|
20
|
+
type: PropType<import("../../../internal").CalendarFirstDayOfWeek>;
|
|
21
|
+
default: import("../../../internal").CalendarFirstDayOfWeek;
|
|
22
|
+
validator: (value: import("../../../internal").CalendarFirstDayOfWeek) => boolean;
|
|
23
23
|
};
|
|
24
24
|
isDateDisabled: {
|
|
25
|
-
type: PropType<import("
|
|
25
|
+
type: PropType<import("../../../internal").CalendarIsDateDisabled>;
|
|
26
26
|
default: any;
|
|
27
27
|
};
|
|
28
28
|
maxRange: {
|
|
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
71
|
}>;
|
|
72
72
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
73
73
|
hasSlot: (name: string) => boolean;
|
|
74
|
-
t: import("vue-i18n-bridge").ComposerTranslation<import("
|
|
74
|
+
t: import("vue-i18n-bridge").ComposerTranslation<import("../../../../utils/ts/i18n").i18nMessages, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
75
75
|
[x: string]: import("vue-i18n-bridge").LocaleMessageValue<import("vue-i18n-bridge").VueMessageType>;
|
|
76
76
|
}>, never, import("@intlify/core-base")._ResourcePath<{
|
|
77
77
|
[key: string]: string;
|
|
@@ -103,12 +103,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
103
103
|
};
|
|
104
104
|
};
|
|
105
105
|
firstDayOfWeek: {
|
|
106
|
-
type: PropType<import("
|
|
107
|
-
default: import("
|
|
108
|
-
validator: (value: import("
|
|
106
|
+
type: PropType<import("../../../internal").CalendarFirstDayOfWeek>;
|
|
107
|
+
default: import("../../../internal").CalendarFirstDayOfWeek;
|
|
108
|
+
validator: (value: import("../../../internal").CalendarFirstDayOfWeek) => boolean;
|
|
109
109
|
};
|
|
110
110
|
isDateDisabled: {
|
|
111
|
-
type: PropType<import("
|
|
111
|
+
type: PropType<import("../../../internal").CalendarIsDateDisabled>;
|
|
112
112
|
default: any;
|
|
113
113
|
};
|
|
114
114
|
maxRange: {
|
|
@@ -131,8 +131,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
131
131
|
};
|
|
132
132
|
}>>, {
|
|
133
133
|
value: CalendarRangeDateValue;
|
|
134
|
-
isDateDisabled: import("
|
|
135
|
-
firstDayOfWeek: import("
|
|
134
|
+
isDateDisabled: import("../../../internal").CalendarIsDateDisabled;
|
|
135
|
+
firstDayOfWeek: import("../../../internal").CalendarFirstDayOfWeek;
|
|
136
136
|
maxRange: number;
|
|
137
137
|
numberOfMonths: number;
|
|
138
138
|
allowTimeInput: boolean;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { UseDateDisplayText } from './use-date-range-picker-calendar-text.types';
|
|
2
|
-
import { CalendarRangeDateValue } from
|
|
2
|
+
import { CalendarRangeDateValue } from "../../internal";
|
|
3
3
|
export declare const useDateRangePickerCalendarText: UseDateDisplayText<CalendarRangeDateValue>;
|
package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { CalendarFirstDayOfWeek as BentoDateRangePickerFirstDayOfWeek } from
|
|
2
|
-
export type { CalendarIsDateDisabled as BentoDateRangePickerIsDateDisabled, CalendarRangeDateValue as BentoDateRangePickerValue, } from
|
|
1
|
+
export { CalendarFirstDayOfWeek as BentoDateRangePickerFirstDayOfWeek } from "../internal";
|
|
2
|
+
export type { CalendarIsDateDisabled as BentoDateRangePickerIsDateDisabled, CalendarRangeDateValue as BentoDateRangePickerValue, } from "../internal";
|
|
3
3
|
export declare enum BentoDateRangePickerEvent {
|
|
4
4
|
INPUT = "input"
|
|
5
5
|
}
|
package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts
CHANGED
|
@@ -20,12 +20,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
default: any;
|
|
21
21
|
};
|
|
22
22
|
firstDayOfWeek: {
|
|
23
|
-
type: PropType<import("
|
|
24
|
-
default: import("
|
|
25
|
-
validator: (value: import("
|
|
23
|
+
type: PropType<import("../internal").CalendarFirstDayOfWeek>;
|
|
24
|
+
default: import("../internal").CalendarFirstDayOfWeek;
|
|
25
|
+
validator: (value: import("../internal").CalendarFirstDayOfWeek) => boolean;
|
|
26
26
|
};
|
|
27
27
|
isDateDisabled: {
|
|
28
|
-
type: PropType<import("
|
|
28
|
+
type: PropType<import("../internal").CalendarIsDateDisabled>;
|
|
29
29
|
default: any;
|
|
30
30
|
};
|
|
31
31
|
label: {
|
|
@@ -122,12 +122,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
122
122
|
default: any;
|
|
123
123
|
};
|
|
124
124
|
firstDayOfWeek: {
|
|
125
|
-
type: PropType<import("
|
|
126
|
-
default: import("
|
|
127
|
-
validator: (value: import("
|
|
125
|
+
type: PropType<import("../internal").CalendarFirstDayOfWeek>;
|
|
126
|
+
default: import("../internal").CalendarFirstDayOfWeek;
|
|
127
|
+
validator: (value: import("../internal").CalendarFirstDayOfWeek) => boolean;
|
|
128
128
|
};
|
|
129
129
|
isDateDisabled: {
|
|
130
|
-
type: PropType<import("
|
|
130
|
+
type: PropType<import("../internal").CalendarIsDateDisabled>;
|
|
131
131
|
default: any;
|
|
132
132
|
};
|
|
133
133
|
label: {
|
|
@@ -166,8 +166,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
166
166
|
label: string;
|
|
167
167
|
disabled: boolean;
|
|
168
168
|
required: boolean;
|
|
169
|
-
isDateDisabled: import("
|
|
170
|
-
firstDayOfWeek: import("
|
|
169
|
+
isDateDisabled: import("../internal").CalendarIsDateDisabled;
|
|
170
|
+
firstDayOfWeek: import("../internal").CalendarFirstDayOfWeek;
|
|
171
171
|
maxRange: number;
|
|
172
172
|
numberOfMonths: number;
|
|
173
173
|
errorMessage: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { BentoTypographyElement, BentoTypographyVariant } from
|
|
3
|
-
import { BentoKeyboardNavigationKeyDownEvent, BentoListboxOptionItem, Booleanish } from
|
|
2
|
+
import { BentoTypographyElement, BentoTypographyVariant } from "../../../typography";
|
|
3
|
+
import { BentoKeyboardNavigationKeyDownEvent, BentoListboxOptionItem, Booleanish } from "../../../../types";
|
|
4
4
|
import type { HTMLAttributes } from 'vue/types/jsx';
|
|
5
5
|
import { DropdownBaseTextboxEvent } from './dropdown-base-textbox.types';
|
|
6
6
|
declare const _default: import("vue").DefineComponent<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { BentoListboxOptionItem, Booleanish } from
|
|
2
|
+
import { BentoListboxOptionItem, Booleanish } from "../../../../types";
|
|
3
3
|
import { DropdownBaseTextboxEvent } from '../dropdown-base-textbox/dropdown-base-textbox.types';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
additionalItemsSelected: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
|
-
import { BentoListboxEvent, BentoListboxSelectedValue } from
|
|
2
|
+
import { BentoListboxEvent, BentoListboxSelectedValue } from "../../../../../types";
|
|
3
3
|
import { BentoDropdownEvent } from '../../../dropdown.types';
|
|
4
4
|
export declare const useDropdownOptionsListbox: (selectedValue: Ref<BentoListboxSelectedValue>, multiple: Ref<boolean>, emit: (event: BentoListboxEvent | BentoDropdownEvent, selectedValue?: BentoListboxSelectedValue) => void) => {
|
|
5
5
|
actions: import("vue").ComputedRef<({
|
|
@@ -11,7 +11,7 @@ export declare const useDropdownOptionsListbox: (selectedValue: Ref<BentoListbox
|
|
|
11
11
|
event: () => void;
|
|
12
12
|
disabled?: undefined;
|
|
13
13
|
})[]>;
|
|
14
|
-
internalSelectedValue: Ref<import("
|
|
14
|
+
internalSelectedValue: Ref<import("../../../../../types").BentoListboxValue | import("../../../../../types").BentoListboxValue[]>;
|
|
15
15
|
listeners: {
|
|
16
16
|
select: (newSelectedValue: BentoListboxSelectedValue) => void;
|
|
17
17
|
"show-more": () => void;
|