@adyen/bento-vue3 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@types/components/accordion/accordion.keys.d.ts +1 -0
- package/dist/@types/components/accordion/accordion.types.d.ts +24 -0
- package/dist/@types/components/accordion/accordion.vue.d.ts +57 -0
- package/dist/@types/components/accordion/components/accordion-item.vue.d.ts +35 -0
- package/dist/@types/components/accordion/index.d.ts +3 -0
- package/dist/@types/components/alert/alert.types.d.ts +6 -0
- package/dist/@types/components/alert/alert.vue.d.ts +47 -0
- package/dist/@types/components/alert/index.d.ts +2 -0
- package/dist/@types/components/avatar-image/avatar-image.types.d.ts +10 -0
- package/dist/@types/components/avatar-image/avatar-image.vue.d.ts +55 -0
- package/dist/@types/components/avatar-image/index.d.ts +2 -0
- package/dist/@types/components/badge/badge.types.d.ts +7 -0
- package/dist/@types/components/badge/badge.vue.d.ts +32 -0
- package/dist/@types/components/badge/index.d.ts +2 -0
- package/dist/@types/components/button/button.demo.d.ts +6 -0
- package/dist/@types/components/button/button.types.d.ts +11 -0
- package/dist/@types/components/button/button.vue.d.ts +68 -0
- package/dist/@types/components/button/components/button-actions/button-actions.types.d.ts +28 -0
- package/dist/@types/components/button/components/button-actions/button-actions.vue.d.ts +33 -0
- package/dist/@types/components/button/components/button-actions/index.d.ts +2 -0
- package/dist/@types/components/button/components/button-group.vue.d.ts +9 -0
- package/dist/@types/components/button/components/loading-button/index.d.ts +2 -0
- package/dist/@types/components/button/components/loading-button/loading-button.types.d.ts +9 -0
- package/dist/@types/components/button/components/loading-button/loading-button.vue.d.ts +55 -0
- package/dist/@types/components/button/index.d.ts +5 -0
- package/dist/@types/components/card/card.types.d.ts +8 -0
- package/dist/@types/components/card/card.vue.d.ts +113 -0
- package/dist/@types/components/card/index.d.ts +2 -0
- package/dist/@types/components/checkbox/checkbox.types.d.ts +7 -0
- package/dist/@types/components/checkbox/checkbox.vue.d.ts +80 -0
- package/dist/@types/components/checkbox/components/checkbox-group/checkbox-group.types.d.ts +12 -0
- package/dist/@types/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +67 -0
- package/dist/@types/components/checkbox/components/checkbox-group/index.d.ts +2 -0
- package/dist/@types/components/checkbox/index.d.ts +3 -0
- package/dist/@types/components/click-outside/click-outside.d.ts +13 -0
- package/dist/@types/components/click-outside/index.d.ts +1 -0
- package/dist/@types/components/controls-group/controls-group.vue.d.ts +49 -0
- package/dist/@types/components/controls-group/index.d.ts +1 -0
- package/dist/@types/components/country/composables/index.d.ts +4 -0
- package/dist/@types/components/country/composables/useCountryCapital/useCountryCapital.d.ts +3 -0
- package/dist/@types/components/country/composables/useCountryFlag.d.ts +2 -0
- package/dist/@types/components/country/composables/useCountryName/useCountryName.d.ts +2 -0
- package/dist/@types/components/country/composables/useCountryPhoneCode/useCountryPhoneCode.d.ts +3 -0
- package/dist/@types/components/country/country.types.d.ts +260 -0
- package/dist/@types/components/country/country.vue.d.ts +42 -0
- package/dist/@types/components/country/index.d.ts +3 -0
- package/dist/@types/components/currency/currency.types.d.ts +170 -0
- package/dist/@types/components/currency/currency.vue.d.ts +32 -0
- package/dist/@types/components/currency/index.d.ts +2 -0
- package/dist/@types/components/data-grid/components/data-grid-columns/data-grid-columns-types.d.ts +17 -0
- package/dist/@types/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +159 -0
- package/dist/@types/components/data-grid/components/data-grid-config-settings/components/data-grid-config-settings-column-row/data-grid-config-settings-column-row.vue.d.ts +38 -0
- package/dist/@types/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.types.d.ts +4 -0
- package/dist/@types/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue.d.ts +66 -0
- package/dist/@types/components/data-grid/components/index.d.ts +2 -0
- package/dist/@types/components/data-grid/composables/index.d.ts +6 -0
- package/dist/@types/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.d.ts +31 -0
- package/dist/@types/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.types.d.ts +10 -0
- package/dist/@types/components/data-grid/composables/useColumnReorderer/useColumnReorderer.d.ts +64 -0
- package/dist/@types/components/data-grid/composables/useConfigSettings/useConfigSettings.d.ts +69 -0
- package/dist/@types/components/data-grid/composables/useResizer.d.ts +10 -0
- package/dist/@types/components/data-grid/composables/useSelector.d.ts +11 -0
- package/dist/@types/components/data-grid/composables/useSorter.d.ts +9 -0
- package/dist/@types/components/data-grid/data-grid.types.d.ts +68 -0
- package/dist/@types/components/data-grid/data-grid.vue.d.ts +477 -0
- package/dist/@types/components/data-grid/index.d.ts +2 -0
- package/dist/@types/components/date/date.types.d.ts +18 -0
- package/dist/@types/components/date/date.vue.d.ts +30 -0
- package/dist/@types/components/date/index.d.ts +2 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/__test__/date-picker-calendar-day-stub.vue.d.ts +45 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/date-picker-calendar-day.types.d.ts +20 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/date-picker-calendar-day.vue.d.ts +52 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/index.d.ts +2 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/date-picker-calendar.types.d.ts +18 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/date-picker-calendar.vue.d.ts +92 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/index.d.ts +2 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-pane/composables/use-range-pane.d.ts +2 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-pane/composables/use-single-pane.d.ts +2 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-pane/date-picker-calendar-pane.types.d.ts +21 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-pane/date-picker-calendar-pane.vue.d.ts +198 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-pane/index.d.ts +1 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-range/date-picker-calendar-range.types.d.ts +5 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-range/date-picker-calendar-range.vue.d.ts +78 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-range/index.d.ts +1 -0
- package/dist/@types/components/date-picker/composables/use-date-picker-range-calendar-text.d.ts +2 -0
- package/dist/@types/components/date-picker/composables/use-date-picker-single-calendar-text.d.ts +2 -0
- package/dist/@types/components/date-picker/date-picker.types.d.ts +24 -0
- package/dist/@types/components/date-picker/date-picker.vue.d.ts +150 -0
- package/dist/@types/components/date-picker/index.d.ts +2 -0
- package/dist/@types/components/divider/divider.vue.d.ts +6 -0
- package/dist/@types/components/divider/index.d.ts +1 -0
- package/dist/@types/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.types.d.ts +55 -0
- package/dist/@types/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +159 -0
- package/dist/@types/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +146 -0
- package/dist/@types/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +129 -0
- package/dist/@types/components/dropdown/components/dropdown-options-container/index.d.ts +1 -0
- package/dist/@types/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +118 -0
- package/dist/@types/components/dropdown/components/index.d.ts +3 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.types.d.ts +5 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +152 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-country/composables/useCountryItems.d.ts +5 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-country/dropdown-country.types.d.ts +7 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +161 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-currency/dropdown-currency.types.d.ts +6 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +147 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.types.d.ts +6 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +147 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-tag/dropdown-tag.types.d.ts +6 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +152 -0
- package/dist/@types/components/dropdown/dropdown.types.d.ts +4 -0
- package/dist/@types/components/dropdown/dropdown.vue.d.ts +165 -0
- package/dist/@types/components/dropdown/index.d.ts +6 -0
- package/dist/@types/components/filter-bar/components/all-filters-modal/all-filters-modal.types.d.ts +3 -0
- package/dist/@types/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +1058 -0
- package/dist/@types/components/filter-bar/components/all-filters-modal/components/all-filters-modal-button/all-filters-modal-button.vue.d.ts +46 -0
- package/dist/@types/components/filter-bar/components/base-filter/base-filter.types.d.ts +7 -0
- package/dist/@types/components/filter-bar/components/base-filter/base-filter.vue.d.ts +142 -0
- package/dist/@types/components/filter-bar/components/base-filter/components/filter-bar-filter-button/filter-bar-filter-button.vue.d.ts +55 -0
- package/dist/@types/components/filter-bar/components/base-filter/components/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/base-filter/composables/use-base-filter.d.ts +6 -0
- package/dist/@types/components/filter-bar/components/base-filter/index.d.ts +2 -0
- package/dist/@types/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +62 -0
- package/dist/@types/components/filter-bar/components/boolean-filter/boolean-filter.vue.d.ts +67 -0
- package/dist/@types/components/filter-bar/components/boolean-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/date-filter/date-filter.vue.d.ts +143 -0
- package/dist/@types/components/filter-bar/components/date-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +227 -0
- package/dist/@types/components/filter-bar/components/date-range-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/index.d.ts +12 -0
- package/dist/@types/components/filter-bar/components/input-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/input-filter/input-filter.vue.d.ts +64 -0
- package/dist/@types/components/filter-bar/components/range-filter/range-filter.vue.d.ts +68 -0
- package/dist/@types/components/filter-bar/components/select-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/select-filter/select-filter.vue.d.ts +76 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-avatar-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-avatar-filter/select-avatar-filter.vue.d.ts +63 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-country-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +78 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-currency-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +63 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-payment-method-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +63 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-tag-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +81 -0
- package/dist/@types/components/filter-bar/filter-bar.types.d.ts +83 -0
- package/dist/@types/components/filter-bar/filter-bar.vue.d.ts +42 -0
- package/dist/@types/components/filter-bar/index.d.ts +2 -0
- package/dist/@types/components/focus-trap/focus-trap.types.d.ts +18 -0
- package/dist/@types/components/focus-trap/focus-trap.vue.d.ts +39 -0
- package/dist/@types/components/focus-trap/index.d.ts +1 -0
- package/dist/@types/components/header/header.types.d.ts +4 -0
- package/dist/@types/components/header/header.vue.d.ts +66 -0
- package/dist/@types/components/header/index.d.ts +1 -0
- package/dist/@types/components/info-icon/index.d.ts +1 -0
- package/dist/@types/components/info-icon/info-icon.vue.d.ts +24 -0
- package/dist/@types/components/input-field/index.d.ts +2 -0
- package/dist/@types/components/input-field/input-field.types.d.ts +37 -0
- package/dist/@types/components/input-field/input-field.vue.d.ts +138 -0
- package/dist/@types/components/internal/avatar/avatar.vue.d.ts +40 -0
- package/dist/@types/components/internal/avatar/index.d.ts +1 -0
- package/dist/@types/components/internal/base-button/base-button.types.d.ts +15 -0
- package/dist/@types/components/internal/base-button/base-button.vue.d.ts +47 -0
- package/dist/@types/components/internal/base-button/index.d.ts +2 -0
- package/dist/@types/components/internal/copy/copy.types.d.ts +5 -0
- package/dist/@types/components/internal/copy/copy.vue.d.ts +31 -0
- package/dist/@types/components/internal/copy/index.d.ts +1 -0
- package/dist/@types/components/internal/grid-layout/grid-layout.types.d.ts +11 -0
- package/dist/@types/components/internal/grid-layout/grid-layout.vue.d.ts +34 -0
- package/dist/@types/components/internal/grid-layout/index.d.ts +2 -0
- package/dist/@types/components/internal/index.d.ts +4 -0
- package/dist/@types/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options.vue.d.ts +37 -0
- package/dist/@types/components/internal/listbox/components/listbox-multi-select/index.d.ts +1 -0
- package/dist/@types/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +54 -0
- package/dist/@types/components/internal/listbox/components/listbox-option/index.d.ts +1 -0
- package/dist/@types/components/internal/listbox/components/listbox-option/listbox-option.vue.d.ts +29 -0
- package/dist/@types/components/internal/listbox/components/listbox-option-tag/index.d.ts +1 -0
- package/dist/@types/components/internal/listbox/components/listbox-option-tag/listbox-option-tag.vue.d.ts +19 -0
- package/dist/@types/components/internal/listbox/components/listbox-single-select-option/index.d.ts +1 -0
- package/dist/@types/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +40 -0
- package/dist/@types/components/internal/listbox/index.d.ts +2 -0
- package/dist/@types/components/internal/listbox/listbox.vue.d.ts +81 -0
- package/dist/@types/components/link/index.d.ts +2 -0
- package/dist/@types/components/link/link.types.d.ts +4 -0
- package/dist/@types/components/link/link.vue.d.ts +41 -0
- package/dist/@types/components/loading-indicator/index.d.ts +2 -0
- package/dist/@types/components/loading-indicator/loading-indicator.types.d.ts +4 -0
- package/dist/@types/components/loading-indicator/loading-indicator.vue.d.ts +39 -0
- package/dist/@types/components/menu/components/index.d.ts +2 -0
- package/dist/@types/components/menu/components/menu-item/index.d.ts +2 -0
- package/dist/@types/components/menu/components/menu-item/menu-item.types.d.ts +12 -0
- package/dist/@types/components/menu/components/menu-item/menu-item.vue.d.ts +96 -0
- package/dist/@types/components/menu/components/menu-item-list/index.d.ts +1 -0
- package/dist/@types/components/menu/components/menu-item-list/menu-item-list.vue.d.ts +59 -0
- package/dist/@types/components/menu/components/menu-list-container/menu-list-container.vue.d.ts +2 -0
- package/dist/@types/components/menu/components/sub-menu-item-list/sub-menu-item-list.vue.d.ts +55 -0
- package/dist/@types/components/menu/index.d.ts +2 -0
- package/dist/@types/components/menu/menu.types.d.ts +12 -0
- package/dist/@types/components/menu/menu.vue.d.ts +92 -0
- package/dist/@types/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +123 -0
- package/dist/@types/components/modal/components/base-modal/base-modal.vue.d.ts +128 -0
- package/dist/@types/components/modal/components/base-modal/index.d.ts +1 -0
- package/dist/@types/components/modal/components/index.d.ts +3 -0
- package/dist/@types/components/modal/components/modal-default/modal-default.vue.d.ts +128 -0
- package/dist/@types/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +81 -0
- package/dist/@types/components/modal/index.d.ts +2 -0
- package/dist/@types/components/modal/modal.types.d.ts +27 -0
- package/dist/@types/components/modal/modal.vue.d.ts +149 -0
- package/dist/@types/components/pagination/components/pagination-context/pagination-context.vue.d.ts +32 -0
- package/dist/@types/components/pagination/components/pagination-controls/pagination-controls.vue.d.ts +39 -0
- package/dist/@types/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +35 -0
- package/dist/@types/components/pagination/index.d.ts +1 -0
- package/dist/@types/components/pagination/pagination.vue.d.ts +71 -0
- package/dist/@types/components/payment-method/composables/index.d.ts +1 -0
- package/dist/@types/components/payment-method/composables/usePaymentIcon.d.ts +3 -0
- package/dist/@types/components/payment-method/index.d.ts +2 -0
- package/dist/@types/components/payment-method/payment-method.types.d.ts +1079 -0
- package/dist/@types/components/payment-method/payment-method.vue.d.ts +40 -0
- package/dist/@types/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +20 -0
- package/dist/@types/components/popover/components/popover-image/index.d.ts +1 -0
- package/dist/@types/components/popover/components/popover-image/popover-image.vue.d.ts +20 -0
- package/dist/@types/components/popover/components/popover-title/popover-title.vue.d.ts +28 -0
- package/dist/@types/components/popover/index.d.ts +2 -0
- package/dist/@types/components/popover/popover.types.d.ts +19 -0
- package/dist/@types/components/popover/popover.vue.d.ts +170 -0
- package/dist/@types/components/popper-container/index.d.ts +2 -0
- package/dist/@types/components/popper-container/popper-container.types.d.ts +54 -0
- package/dist/@types/components/popper-container/popper-container.utils.d.ts +23 -0
- package/dist/@types/components/popper-container/popper-container.vue.d.ts +134 -0
- package/dist/@types/components/radio-group/components/radio-button/radio-button.types.d.ts +4 -0
- package/dist/@types/components/radio-group/components/radio-button/radio-button.vue.d.ts +58 -0
- package/dist/@types/components/radio-group/index.d.ts +2 -0
- package/dist/@types/components/radio-group/radio-group.types.d.ts +12 -0
- package/dist/@types/components/radio-group/radio-group.vue.d.ts +76 -0
- package/dist/@types/components/search-bar/index.d.ts +3 -0
- package/dist/@types/components/search-bar/search-bar.types.d.ts +15 -0
- package/dist/@types/components/search-bar/search-bar.vue.d.ts +278 -0
- package/dist/@types/components/search-bar/useSearchBarDataFilter.d.ts +3 -0
- package/dist/@types/components/segmented-control/components/segmented-option.vue.d.ts +59 -0
- package/dist/@types/components/segmented-control/index.d.ts +3 -0
- package/dist/@types/components/segmented-control/segmented-control.keys.d.ts +1 -0
- package/dist/@types/components/segmented-control/segmented-control.types.d.ts +15 -0
- package/dist/@types/components/segmented-control/segmented-control.vue.d.ts +42 -0
- package/dist/@types/components/status/index.d.ts +2 -0
- package/dist/@types/components/status/status.types.d.ts +8 -0
- package/dist/@types/components/status/status.vue.d.ts +23 -0
- package/dist/@types/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +46 -0
- package/dist/@types/components/structured-list/index.d.ts +2 -0
- package/dist/@types/components/structured-list/structured-list.vue.d.ts +2 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item/index.d.ts +2 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item/summary-grid-item.types.d.ts +7 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +119 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +89 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item-custom/summary-grid-item-custom.vue.d.ts +40 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue.d.ts +80 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +80 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item-text/summary-grid-item-text.vue.d.ts +51 -0
- package/dist/@types/components/summary-grid/index.d.ts +7 -0
- package/dist/@types/components/summary-grid/summary-grid.types.d.ts +16 -0
- package/dist/@types/components/summary-grid/summary-grid.vue.d.ts +19 -0
- package/dist/@types/components/tabs/components/tab.types.d.ts +5 -0
- package/dist/@types/components/tabs/components/tab.vue.d.ts +25 -0
- package/dist/@types/components/tabs/index.d.ts +2 -0
- package/dist/@types/components/tabs/tabs.keys.d.ts +2 -0
- package/dist/@types/components/tabs/tabs.types.d.ts +4 -0
- package/dist/@types/components/tabs/tabs.utils.d.ts +3 -0
- package/dist/@types/components/tabs/tabs.vue.d.ts +14 -0
- package/dist/@types/components/tag/index.d.ts +2 -0
- package/dist/@types/components/tag/tag.types.d.ts +8 -0
- package/dist/@types/components/tag/tag.vue.d.ts +47 -0
- package/dist/@types/components/textarea/index.d.ts +1 -0
- package/dist/@types/components/textarea/textarea.vue.d.ts +43 -0
- package/dist/@types/components/toast/components/toast-item/index.d.ts +2 -0
- package/dist/@types/components/toast/components/toast-item/toast-item.types.d.ts +9 -0
- package/dist/@types/components/toast/components/toast-item/toast-item.vue.d.ts +33 -0
- package/dist/@types/components/toast/index.d.ts +2 -0
- package/dist/@types/components/toast/toast.vue.d.ts +13 -0
- package/dist/@types/components/toggle/index.d.ts +2 -0
- package/dist/@types/components/toggle/toggle.types.d.ts +3 -0
- package/dist/@types/components/toggle/toggle.vue.d.ts +60 -0
- package/dist/@types/components/tooltip/tooltip.vue.d.ts +319 -0
- package/dist/@types/components/typography/index.d.ts +2 -0
- package/dist/@types/components/typography/typography.types.d.ts +27 -0
- package/dist/@types/components/typography/typography.vue.d.ts +78 -0
- package/dist/@types/components.d.ts +119 -0
- package/dist/@types/composables/index.d.ts +3 -0
- package/dist/@types/composables/initials.d.ts +3 -0
- package/dist/@types/composables/use-checkbox-select-all/use-checkbox-select-all.d.ts +8 -0
- package/dist/@types/composables/use-default-slot-validator/use-default-slot-validator.d.ts +1 -0
- package/dist/@types/composables/useDynamicImport.d.ts +2 -0
- package/dist/@types/directives/click-outside/directive.d.ts +6 -0
- package/dist/@types/directives/click-outside/index.d.ts +1 -0
- package/dist/@types/directives/click-outside/on-click-outside.d.ts +3 -0
- package/dist/@types/directives/click-outside/types.d.ts +8 -0
- package/dist/@types/directives/click-outside/useEventListener/index.d.ts +7 -0
- package/dist/@types/directives/click-outside/useEventListener/types.d.ts +6 -0
- package/dist/@types/directives/click-outside/utils.d.ts +6 -0
- package/dist/@types/directives/index.d.ts +3 -0
- package/dist/@types/directives/keyboard-navigation/index.d.ts +2 -0
- package/dist/@types/directives/keyboard-navigation/keyboard-navigation.d.ts +2 -0
- package/dist/@types/directives/keyboard-navigation/keyboard-navigation.types.d.ts +7 -0
- package/dist/@types/directives/tooltip/index.d.ts +2 -0
- package/dist/@types/directives/tooltip/tooltip.d.ts +9 -0
- package/dist/@types/directives/tooltip/tooltip.types.d.ts +17 -0
- package/dist/@types/index.d.ts +38 -0
- package/dist/@types/install.d.ts +11 -0
- package/dist/@types/plugins/toastController.d.ts +12 -0
- package/dist/@types/types/date-format.d.ts +14 -0
- package/dist/@types/types/elements.d.ts +7 -0
- package/dist/@types/types/functions.d.ts +2 -0
- package/dist/@types/types/index.d.ts +8 -0
- package/dist/@types/types/label-position.d.ts +4 -0
- package/dist/@types/types/listbox.d.ts +11 -0
- package/dist/@types/types/maybe-ref.d.ts +2 -0
- package/dist/@types/types/omit-strict.d.ts +1 -0
- package/dist/@types/types/prop-types.d.ts +1 -0
- package/dist/@types/types/refs.d.ts +4 -0
- package/dist/@types/types/utils-events.d.ts +12 -0
- package/dist/@types/utils/ts/aria-label.d.ts +9 -0
- package/dist/@types/utils/ts/currency/countries-list.d.ts +4 -0
- package/dist/@types/utils/ts/currency/currency.d.ts +6 -0
- package/dist/@types/utils/ts/currency/currency.types.d.ts +24 -0
- package/dist/@types/utils/ts/debounce/debounce.d.ts +1 -0
- package/dist/@types/utils/ts/debounce/index.d.ts +1 -0
- package/dist/@types/utils/ts/deep-merge/deep-merge.d.ts +1 -0
- package/dist/@types/utils/ts/deep-merge/index.d.ts +1 -0
- package/dist/@types/utils/ts/events.d.ts +2 -0
- package/dist/@types/utils/ts/focus-trap.utils.d.ts +8 -0
- package/dist/@types/utils/ts/hasSlot.d.ts +2 -0
- package/dist/@types/utils/ts/i18n.d.ts +32 -0
- package/dist/@types/utils/ts/inject-css.d.ts +2 -0
- package/dist/@types/utils/ts/resize.d.ts +1 -0
- package/dist/@types/utils/ts/storybook.d.ts +8 -0
- package/dist/@types/utils/ts/toastController.d.ts +2 -0
- package/dist/@types/utils/ts/truncate.d.ts +1 -0
- package/dist/@types/utils/ts/unique-id.d.ts +1 -0
- package/dist/fonts/Inter-Bold.otf +0 -0
- package/dist/fonts/Inter-Bold.ttf +0 -0
- package/dist/fonts/Inter-Bold.woff +0 -0
- package/dist/fonts/Inter-Bold.woff2 +0 -0
- package/dist/fonts/Inter-ExtraBold.otf +0 -0
- package/dist/fonts/Inter-ExtraBold.ttf +0 -0
- package/dist/fonts/Inter-ExtraBold.woff +0 -0
- package/dist/fonts/Inter-ExtraBold.woff2 +0 -0
- package/dist/fonts/Inter-ExtraLight.otf +0 -0
- package/dist/fonts/Inter-ExtraLight.ttf +0 -0
- package/dist/fonts/Inter-ExtraLight.woff +0 -0
- package/dist/fonts/Inter-ExtraLight.woff2 +0 -0
- package/dist/fonts/Inter-Italic.woff +0 -0
- package/dist/fonts/Inter-Italic.woff2 +0 -0
- package/dist/fonts/Inter-Light.otf +0 -0
- package/dist/fonts/Inter-Light.ttf +0 -0
- package/dist/fonts/Inter-Light.woff +0 -0
- package/dist/fonts/Inter-Light.woff2 +0 -0
- package/dist/fonts/Inter-Medium.otf +0 -0
- package/dist/fonts/Inter-Medium.ttf +0 -0
- package/dist/fonts/Inter-Medium.woff +0 -0
- package/dist/fonts/Inter-Medium.woff2 +0 -0
- package/dist/fonts/Inter-Regular.otf +0 -0
- package/dist/fonts/Inter-Regular.ttf +0 -0
- package/dist/fonts/Inter-Regular.woff +0 -0
- package/dist/fonts/Inter-Regular.woff2 +0 -0
- package/dist/fonts/Inter-SemiBold.otf +0 -0
- package/dist/fonts/Inter-SemiBold.ttf +0 -0
- package/dist/fonts/Inter-SemiBold.woff +0 -0
- package/dist/fonts/Inter-SemiBold.woff2 +0 -0
- package/dist/fonts/Inter-Thin.otf +0 -0
- package/dist/fonts/Inter-Thin.ttf +0 -0
- package/dist/fonts/Inter-Thin.woff +0 -0
- package/dist/fonts/Inter-Thin.woff2 +0 -0
- package/dist/fonts/fonts.css +71 -0
- package/dist/index.js +24449 -0
- package/dist/index.js.map +1 -0
- package/dist/web-types.json +11 -0
- package/package.json +91 -0
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { BentoCheckboxType } from './checkbox.types';
|
|
3
|
+
import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
value: {
|
|
6
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
7
|
+
default: any;
|
|
8
|
+
};
|
|
9
|
+
modelValue: {
|
|
10
|
+
type: PropType<BentoCheckboxType>;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
disabled: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
hasError: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
indeterminate: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
ariaLabel: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: any;
|
|
28
|
+
};
|
|
29
|
+
}, {
|
|
30
|
+
ariaChecked: import("vue").ComputedRef<(boolean | "true" | "false") | "mixed">;
|
|
31
|
+
computedAriaLabel: import("vue").ComputedRef<string>;
|
|
32
|
+
ariaInvalid: import("vue").ComputedRef<(boolean | "true" | "false") | "grammar" | "spelling">;
|
|
33
|
+
conditionalClass: import("vue").ComputedRef<{
|
|
34
|
+
[x: string]: boolean;
|
|
35
|
+
}>;
|
|
36
|
+
conditionalClassOutline: import("vue").ComputedRef<{
|
|
37
|
+
[x: string]: boolean;
|
|
38
|
+
}>;
|
|
39
|
+
defaultSlotValue: boolean;
|
|
40
|
+
descriptionSlotValue: boolean;
|
|
41
|
+
isCheckboxGroup: import("vue").ComputedRef<boolean>;
|
|
42
|
+
isChecked: import("vue").ComputedRef<boolean>;
|
|
43
|
+
isIndeterminate: import("vue").ComputedRef<boolean>;
|
|
44
|
+
BentoTypographyElement: typeof BentoTypographyElement;
|
|
45
|
+
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
46
|
+
onChange: (event: Event) => void;
|
|
47
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "input"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
+
value: {
|
|
49
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
50
|
+
default: any;
|
|
51
|
+
};
|
|
52
|
+
modelValue: {
|
|
53
|
+
type: PropType<BentoCheckboxType>;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
disabled: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
hasError: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
indeterminate: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
ariaLabel: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: any;
|
|
71
|
+
};
|
|
72
|
+
}>>, {
|
|
73
|
+
value: string | number;
|
|
74
|
+
disabled: boolean;
|
|
75
|
+
ariaLabel: string;
|
|
76
|
+
modelValue: BentoCheckboxType;
|
|
77
|
+
hasError: boolean;
|
|
78
|
+
indeterminate: boolean;
|
|
79
|
+
}>;
|
|
80
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare enum BentoCheckboxGroupVariant {
|
|
2
|
+
HORIZONTAL = "horizontal",
|
|
3
|
+
VERTICAL = "vertical"
|
|
4
|
+
}
|
|
5
|
+
export interface BentoCheckboxGroupItem {
|
|
6
|
+
value: string | number;
|
|
7
|
+
label: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
hasError?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export type BentoCheckboxGroupItems = Array<BentoCheckboxGroupItem>;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { BentoCheckboxGroupItems, BentoCheckboxGroupVariant } from './checkbox-group.types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
items: {
|
|
5
|
+
type: PropType<BentoCheckboxGroupItems>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
variant: {
|
|
9
|
+
type: PropType<BentoCheckboxGroupVariant>;
|
|
10
|
+
default: BentoCheckboxGroupVariant;
|
|
11
|
+
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
12
|
+
};
|
|
13
|
+
formId: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: any;
|
|
16
|
+
};
|
|
17
|
+
disabled: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
hasError: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
label: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
}, {
|
|
30
|
+
conditionalClasses: import("vue").ComputedRef<{
|
|
31
|
+
'b-checkbox-group--horizontal': boolean;
|
|
32
|
+
}>;
|
|
33
|
+
modelValue: import("vue").Ref<any[]>;
|
|
34
|
+
onInput: (value: any) => void;
|
|
35
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "input"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
36
|
+
items: {
|
|
37
|
+
type: PropType<BentoCheckboxGroupItems>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
variant: {
|
|
41
|
+
type: PropType<BentoCheckboxGroupVariant>;
|
|
42
|
+
default: BentoCheckboxGroupVariant;
|
|
43
|
+
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
44
|
+
};
|
|
45
|
+
formId: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: any;
|
|
48
|
+
};
|
|
49
|
+
disabled: {
|
|
50
|
+
type: BooleanConstructor;
|
|
51
|
+
default: boolean;
|
|
52
|
+
};
|
|
53
|
+
hasError: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
label: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
}>>, {
|
|
62
|
+
variant: BentoCheckboxGroupVariant;
|
|
63
|
+
disabled: boolean;
|
|
64
|
+
hasError: boolean;
|
|
65
|
+
formId: string;
|
|
66
|
+
}>;
|
|
67
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const BentoClickOutside: import("vue").DefineComponent<{
|
|
2
|
+
el: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}, () => import("vue").VNode, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "handler"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
el: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
}>>, {
|
|
12
|
+
el: string;
|
|
13
|
+
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './click-outside';
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { BentoTypographyElement } from '@/components/typography';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
label: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
showLabel: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
form: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: any;
|
|
14
|
+
};
|
|
15
|
+
disabled: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}, {
|
|
20
|
+
BentoTypographyElement: typeof BentoTypographyElement;
|
|
21
|
+
conditionalClasses: import("vue").ComputedRef<{
|
|
22
|
+
'b-controls-group--disabled': boolean;
|
|
23
|
+
}>;
|
|
24
|
+
legendConditionalClasses: import("vue").ComputedRef<{
|
|
25
|
+
'b-controls-group__label--hidden': boolean;
|
|
26
|
+
}>;
|
|
27
|
+
}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
+
label: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
showLabel: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
form: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: any;
|
|
39
|
+
};
|
|
40
|
+
disabled: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
}>>, {
|
|
45
|
+
form: string;
|
|
46
|
+
disabled: boolean;
|
|
47
|
+
showLabel: boolean;
|
|
48
|
+
}>;
|
|
49
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ControlsGroup } from './controls-group.vue';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { useCountryCapital } from './useCountryCapital/useCountryCapital';
|
|
2
|
+
export { useCountryFlag } from './useCountryFlag';
|
|
3
|
+
export { useCountryName } from './useCountryName/useCountryName';
|
|
4
|
+
export { useCountryPhoneCode } from './useCountryPhoneCode/useCountryPhoneCode';
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
export declare enum BentoCountryVariant {
|
|
2
|
+
ISO = "iso",
|
|
3
|
+
NAME = "name",
|
|
4
|
+
PHONE_CODE = "phone_code",
|
|
5
|
+
CAPITAL = "capital",
|
|
6
|
+
CUSTOM = "custom"
|
|
7
|
+
}
|
|
8
|
+
export declare enum BentoCountryCode {
|
|
9
|
+
BD = "BD",
|
|
10
|
+
BE = "BE",
|
|
11
|
+
BF = "BF",
|
|
12
|
+
BG = "BG",
|
|
13
|
+
BA = "BA",
|
|
14
|
+
BB = "BB",
|
|
15
|
+
WF = "WF",
|
|
16
|
+
BL = "BL",
|
|
17
|
+
BM = "BM",
|
|
18
|
+
BN = "BN",
|
|
19
|
+
BO = "BO",
|
|
20
|
+
BH = "BH",
|
|
21
|
+
BI = "BI",
|
|
22
|
+
BJ = "BJ",
|
|
23
|
+
BT = "BT",
|
|
24
|
+
JM = "JM",
|
|
25
|
+
BV = "BV",
|
|
26
|
+
BW = "BW",
|
|
27
|
+
WS = "WS",
|
|
28
|
+
BQ = "BQ",
|
|
29
|
+
BR = "BR",
|
|
30
|
+
BS = "BS",
|
|
31
|
+
JE = "JE",
|
|
32
|
+
BY = "BY",
|
|
33
|
+
BZ = "BZ",
|
|
34
|
+
RU = "RU",
|
|
35
|
+
RW = "RW",
|
|
36
|
+
RS = "RS",
|
|
37
|
+
TL = "TL",
|
|
38
|
+
RE = "RE",
|
|
39
|
+
TM = "TM",
|
|
40
|
+
TJ = "TJ",
|
|
41
|
+
RO = "RO",
|
|
42
|
+
TK = "TK",
|
|
43
|
+
GW = "GW",
|
|
44
|
+
GU = "GU",
|
|
45
|
+
GT = "GT",
|
|
46
|
+
GS = "GS",
|
|
47
|
+
GR = "GR",
|
|
48
|
+
GQ = "GQ",
|
|
49
|
+
GP = "GP",
|
|
50
|
+
JP = "JP",
|
|
51
|
+
GY = "GY",
|
|
52
|
+
GG = "GG",
|
|
53
|
+
GF = "GF",
|
|
54
|
+
GE = "GE",
|
|
55
|
+
GD = "GD",
|
|
56
|
+
GB = "GB",
|
|
57
|
+
GA = "GA",
|
|
58
|
+
SV = "SV",
|
|
59
|
+
GN = "GN",
|
|
60
|
+
GM = "GM",
|
|
61
|
+
GL = "GL",
|
|
62
|
+
GI = "GI",
|
|
63
|
+
GH = "GH",
|
|
64
|
+
OM = "OM",
|
|
65
|
+
TN = "TN",
|
|
66
|
+
JO = "JO",
|
|
67
|
+
HR = "HR",
|
|
68
|
+
HT = "HT",
|
|
69
|
+
HU = "HU",
|
|
70
|
+
HK = "HK",
|
|
71
|
+
HN = "HN",
|
|
72
|
+
HM = "HM",
|
|
73
|
+
VE = "VE",
|
|
74
|
+
PR = "PR",
|
|
75
|
+
PS = "PS",
|
|
76
|
+
PW = "PW",
|
|
77
|
+
PT = "PT",
|
|
78
|
+
SJ = "SJ",
|
|
79
|
+
PY = "PY",
|
|
80
|
+
IQ = "IQ",
|
|
81
|
+
PA = "PA",
|
|
82
|
+
PF = "PF",
|
|
83
|
+
PG = "PG",
|
|
84
|
+
PE = "PE",
|
|
85
|
+
PK = "PK",
|
|
86
|
+
PH = "PH",
|
|
87
|
+
PN = "PN",
|
|
88
|
+
PL = "PL",
|
|
89
|
+
PM = "PM",
|
|
90
|
+
ZM = "ZM",
|
|
91
|
+
EH = "EH",
|
|
92
|
+
EE = "EE",
|
|
93
|
+
EG = "EG",
|
|
94
|
+
ZA = "ZA",
|
|
95
|
+
EC = "EC",
|
|
96
|
+
IT = "IT",
|
|
97
|
+
VN = "VN",
|
|
98
|
+
SB = "SB",
|
|
99
|
+
ET = "ET",
|
|
100
|
+
SO = "SO",
|
|
101
|
+
ZW = "ZW",
|
|
102
|
+
SA = "SA",
|
|
103
|
+
ES = "ES",
|
|
104
|
+
ER = "ER",
|
|
105
|
+
ME = "ME",
|
|
106
|
+
MD = "MD",
|
|
107
|
+
MG = "MG",
|
|
108
|
+
MF = "MF",
|
|
109
|
+
MA = "MA",
|
|
110
|
+
MC = "MC",
|
|
111
|
+
UZ = "UZ",
|
|
112
|
+
MM = "MM",
|
|
113
|
+
ML = "ML",
|
|
114
|
+
MO = "MO",
|
|
115
|
+
MN = "MN",
|
|
116
|
+
MH = "MH",
|
|
117
|
+
MK = "MK",
|
|
118
|
+
MU = "MU",
|
|
119
|
+
MT = "MT",
|
|
120
|
+
MW = "MW",
|
|
121
|
+
MV = "MV",
|
|
122
|
+
MQ = "MQ",
|
|
123
|
+
MP = "MP",
|
|
124
|
+
MS = "MS",
|
|
125
|
+
MR = "MR",
|
|
126
|
+
IM = "IM",
|
|
127
|
+
UG = "UG",
|
|
128
|
+
TZ = "TZ",
|
|
129
|
+
MY = "MY",
|
|
130
|
+
MX = "MX",
|
|
131
|
+
IL = "IL",
|
|
132
|
+
FR = "FR",
|
|
133
|
+
IO = "IO",
|
|
134
|
+
SH = "SH",
|
|
135
|
+
FI = "FI",
|
|
136
|
+
FJ = "FJ",
|
|
137
|
+
FK = "FK",
|
|
138
|
+
FM = "FM",
|
|
139
|
+
FO = "FO",
|
|
140
|
+
NI = "NI",
|
|
141
|
+
NL = "NL",
|
|
142
|
+
NO = "NO",
|
|
143
|
+
NA = "NA",
|
|
144
|
+
VU = "VU",
|
|
145
|
+
NC = "NC",
|
|
146
|
+
NE = "NE",
|
|
147
|
+
NF = "NF",
|
|
148
|
+
NG = "NG",
|
|
149
|
+
NZ = "NZ",
|
|
150
|
+
NP = "NP",
|
|
151
|
+
NR = "NR",
|
|
152
|
+
NU = "NU",
|
|
153
|
+
CK = "CK",
|
|
154
|
+
XK = "XK",
|
|
155
|
+
CI = "CI",
|
|
156
|
+
CH = "CH",
|
|
157
|
+
CO = "CO",
|
|
158
|
+
CN = "CN",
|
|
159
|
+
CM = "CM",
|
|
160
|
+
CL = "CL",
|
|
161
|
+
CC = "CC",
|
|
162
|
+
CA = "CA",
|
|
163
|
+
CG = "CG",
|
|
164
|
+
CF = "CF",
|
|
165
|
+
CD = "CD",
|
|
166
|
+
CZ = "CZ",
|
|
167
|
+
CY = "CY",
|
|
168
|
+
CX = "CX",
|
|
169
|
+
CR = "CR",
|
|
170
|
+
CW = "CW",
|
|
171
|
+
CV = "CV",
|
|
172
|
+
CU = "CU",
|
|
173
|
+
SZ = "SZ",
|
|
174
|
+
SY = "SY",
|
|
175
|
+
SX = "SX",
|
|
176
|
+
KG = "KG",
|
|
177
|
+
KE = "KE",
|
|
178
|
+
SS = "SS",
|
|
179
|
+
SR = "SR",
|
|
180
|
+
KI = "KI",
|
|
181
|
+
KH = "KH",
|
|
182
|
+
KN = "KN",
|
|
183
|
+
KM = "KM",
|
|
184
|
+
ST = "ST",
|
|
185
|
+
SK = "SK",
|
|
186
|
+
KR = "KR",
|
|
187
|
+
SI = "SI",
|
|
188
|
+
KP = "KP",
|
|
189
|
+
KW = "KW",
|
|
190
|
+
SN = "SN",
|
|
191
|
+
SM = "SM",
|
|
192
|
+
SL = "SL",
|
|
193
|
+
SC = "SC",
|
|
194
|
+
KZ = "KZ",
|
|
195
|
+
KY = "KY",
|
|
196
|
+
SG = "SG",
|
|
197
|
+
SE = "SE",
|
|
198
|
+
SD = "SD",
|
|
199
|
+
DO = "DO",
|
|
200
|
+
DM = "DM",
|
|
201
|
+
DJ = "DJ",
|
|
202
|
+
DK = "DK",
|
|
203
|
+
VG = "VG",
|
|
204
|
+
DE = "DE",
|
|
205
|
+
YE = "YE",
|
|
206
|
+
DZ = "DZ",
|
|
207
|
+
US = "US",
|
|
208
|
+
UY = "UY",
|
|
209
|
+
YT = "YT",
|
|
210
|
+
UM = "UM",
|
|
211
|
+
LB = "LB",
|
|
212
|
+
LC = "LC",
|
|
213
|
+
LA = "LA",
|
|
214
|
+
TV = "TV",
|
|
215
|
+
TW = "TW",
|
|
216
|
+
TT = "TT",
|
|
217
|
+
TR = "TR",
|
|
218
|
+
LK = "LK",
|
|
219
|
+
LI = "LI",
|
|
220
|
+
LV = "LV",
|
|
221
|
+
TO = "TO",
|
|
222
|
+
LT = "LT",
|
|
223
|
+
LU = "LU",
|
|
224
|
+
LR = "LR",
|
|
225
|
+
LS = "LS",
|
|
226
|
+
TH = "TH",
|
|
227
|
+
TF = "TF",
|
|
228
|
+
TG = "TG",
|
|
229
|
+
TD = "TD",
|
|
230
|
+
TC = "TC",
|
|
231
|
+
LY = "LY",
|
|
232
|
+
VA = "VA",
|
|
233
|
+
VC = "VC",
|
|
234
|
+
AE = "AE",
|
|
235
|
+
AD = "AD",
|
|
236
|
+
AG = "AG",
|
|
237
|
+
AF = "AF",
|
|
238
|
+
AI = "AI",
|
|
239
|
+
VI = "VI",
|
|
240
|
+
IS = "IS",
|
|
241
|
+
IR = "IR",
|
|
242
|
+
AM = "AM",
|
|
243
|
+
AL = "AL",
|
|
244
|
+
AO = "AO",
|
|
245
|
+
AQ = "AQ",
|
|
246
|
+
AS = "AS",
|
|
247
|
+
AR = "AR",
|
|
248
|
+
AU = "AU",
|
|
249
|
+
AT = "AT",
|
|
250
|
+
AW = "AW",
|
|
251
|
+
IN = "IN",
|
|
252
|
+
AX = "AX",
|
|
253
|
+
AZ = "AZ",
|
|
254
|
+
IE = "IE",
|
|
255
|
+
ID = "ID",
|
|
256
|
+
UA = "UA",
|
|
257
|
+
QA = "QA",
|
|
258
|
+
MZ = "MZ",
|
|
259
|
+
UNKNOWN = "ZZ"
|
|
260
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { BentoTypographyElement } from '@/components/typography';
|
|
3
|
+
import { BentoCountryCode, BentoCountryVariant } from './country.types';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
code: {
|
|
6
|
+
type: PropType<BentoCountryCode>;
|
|
7
|
+
default: BentoCountryCode;
|
|
8
|
+
};
|
|
9
|
+
label: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: any;
|
|
12
|
+
};
|
|
13
|
+
variant: {
|
|
14
|
+
type: PropType<BentoCountryVariant>;
|
|
15
|
+
default: BentoCountryVariant;
|
|
16
|
+
validator: (value: BentoCountryVariant) => boolean;
|
|
17
|
+
};
|
|
18
|
+
}, {
|
|
19
|
+
flagIconSrc: import("vue").Ref<string>;
|
|
20
|
+
countryName: import("vue").ComputedRef<any>;
|
|
21
|
+
countryLabel: import("vue").Ref<any>;
|
|
22
|
+
BentoTypographyElement: typeof BentoTypographyElement;
|
|
23
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
code: {
|
|
25
|
+
type: PropType<BentoCountryCode>;
|
|
26
|
+
default: BentoCountryCode;
|
|
27
|
+
};
|
|
28
|
+
label: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: any;
|
|
31
|
+
};
|
|
32
|
+
variant: {
|
|
33
|
+
type: PropType<BentoCountryVariant>;
|
|
34
|
+
default: BentoCountryVariant;
|
|
35
|
+
validator: (value: BentoCountryVariant) => boolean;
|
|
36
|
+
};
|
|
37
|
+
}>>, {
|
|
38
|
+
code: BentoCountryCode;
|
|
39
|
+
label: string;
|
|
40
|
+
variant: BentoCountryVariant;
|
|
41
|
+
}>;
|
|
42
|
+
export default _default;
|