@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 @@
|
|
|
1
|
+
export declare const ACCORDION_INJECTION_KEY: unique symbol;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare enum AdlAccordionVariant {
|
|
2
|
+
PRIMARY = "primary",
|
|
3
|
+
GHOST = "ghost"
|
|
4
|
+
}
|
|
5
|
+
export declare enum AdlAccordionPropClass {
|
|
6
|
+
GROUPED = "grouped",
|
|
7
|
+
SEPARATE = "separate"
|
|
8
|
+
}
|
|
9
|
+
export declare enum AdlAccordionCaretPosition {
|
|
10
|
+
LEFT = "left"
|
|
11
|
+
}
|
|
12
|
+
export interface AdlAccordionItem {
|
|
13
|
+
id: string;
|
|
14
|
+
opened: boolean;
|
|
15
|
+
}
|
|
16
|
+
export interface AdlAccordion {
|
|
17
|
+
caretRight: boolean;
|
|
18
|
+
grouped: boolean;
|
|
19
|
+
variant: AdlAccordionVariant;
|
|
20
|
+
registerItem: (opened?: boolean) => AdlAccordionItem;
|
|
21
|
+
getItem: (itemId: string) => AdlAccordionItem;
|
|
22
|
+
open: (itemId: string) => void;
|
|
23
|
+
close: (itemId: string) => void;
|
|
24
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { AdlAccordionVariant } from './accordion.types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
simultaneouslyExpandAllTabs: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
grouped: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
caretRight: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
variant: {
|
|
17
|
+
type: PropType<AdlAccordionVariant>;
|
|
18
|
+
default: AdlAccordionVariant;
|
|
19
|
+
validator: (value: AdlAccordionVariant) => boolean;
|
|
20
|
+
};
|
|
21
|
+
}, {}, {
|
|
22
|
+
accordion: {
|
|
23
|
+
items: any[];
|
|
24
|
+
simultaneouslyExpandAllTabs: boolean;
|
|
25
|
+
variant: AdlAccordionVariant;
|
|
26
|
+
grouped: boolean;
|
|
27
|
+
caretRight: boolean;
|
|
28
|
+
};
|
|
29
|
+
}, {
|
|
30
|
+
conditionalClasses(): {
|
|
31
|
+
[x: string]: boolean;
|
|
32
|
+
};
|
|
33
|
+
}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
simultaneouslyExpandAllTabs: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
grouped: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
caretRight: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
variant: {
|
|
47
|
+
type: PropType<AdlAccordionVariant>;
|
|
48
|
+
default: AdlAccordionVariant;
|
|
49
|
+
validator: (value: AdlAccordionVariant) => boolean;
|
|
50
|
+
};
|
|
51
|
+
}>>, {
|
|
52
|
+
grouped: boolean;
|
|
53
|
+
variant: AdlAccordionVariant;
|
|
54
|
+
simultaneouslyExpandAllTabs: boolean;
|
|
55
|
+
caretRight: boolean;
|
|
56
|
+
}>;
|
|
57
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { AdlAccordion } from '../accordion.types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
accordion: {
|
|
5
|
+
type: PropType<AdlAccordion>;
|
|
6
|
+
default: any;
|
|
7
|
+
};
|
|
8
|
+
}, {}, {
|
|
9
|
+
item: {
|
|
10
|
+
id: any;
|
|
11
|
+
opened: boolean;
|
|
12
|
+
};
|
|
13
|
+
}, {
|
|
14
|
+
accordionProvider(): AdlAccordion;
|
|
15
|
+
showContent(): boolean;
|
|
16
|
+
conditionalClasses(): {
|
|
17
|
+
[key: string]: boolean;
|
|
18
|
+
};
|
|
19
|
+
shouldShowIcon(): boolean;
|
|
20
|
+
shouldShowTitle(): boolean;
|
|
21
|
+
shouldShowSubtitle(): boolean;
|
|
22
|
+
shouldShowPicture(): boolean;
|
|
23
|
+
}, {
|
|
24
|
+
toggle(): void;
|
|
25
|
+
start(el: any): void;
|
|
26
|
+
end(el: any): void;
|
|
27
|
+
}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
+
accordion: {
|
|
29
|
+
type: PropType<AdlAccordion>;
|
|
30
|
+
default: any;
|
|
31
|
+
};
|
|
32
|
+
}>>, {
|
|
33
|
+
accordion: AdlAccordion;
|
|
34
|
+
}>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { BentoAlertSeverityOption } from '@/components/alert/alert.types';
|
|
3
|
+
import { BentoButtonVariant } from '@/components/button/button.types';
|
|
4
|
+
import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
|
|
5
|
+
declare const _default: import("vue").DefineComponent<{
|
|
6
|
+
severity: {
|
|
7
|
+
type: PropType<BentoAlertSeverityOption>;
|
|
8
|
+
default: BentoAlertSeverityOption;
|
|
9
|
+
};
|
|
10
|
+
closeButton: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
inline: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
}, {
|
|
19
|
+
alertConditionalClasses: import("vue").ComputedRef<{
|
|
20
|
+
[x: string]: boolean | BentoAlertSeverityOption;
|
|
21
|
+
'b-alert--inline': boolean;
|
|
22
|
+
}>;
|
|
23
|
+
computedRole: import("vue").ComputedRef<"alert" | "status">;
|
|
24
|
+
onCloseButtonClick: () => void;
|
|
25
|
+
BentoButtonVariant: typeof BentoButtonVariant;
|
|
26
|
+
BentoAlertSeverityOption: typeof BentoAlertSeverityOption;
|
|
27
|
+
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
28
|
+
BentoTypographyElement: typeof BentoTypographyElement;
|
|
29
|
+
}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "close-alert"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
severity: {
|
|
31
|
+
type: PropType<BentoAlertSeverityOption>;
|
|
32
|
+
default: BentoAlertSeverityOption;
|
|
33
|
+
};
|
|
34
|
+
closeButton: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
inline: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
}>>, {
|
|
43
|
+
inline: boolean;
|
|
44
|
+
severity: BentoAlertSeverityOption;
|
|
45
|
+
closeButton: boolean;
|
|
46
|
+
}>;
|
|
47
|
+
export default _default;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { BentoAvatarImageColor, BentoAvatarImageVariant } from './avatar-image.types';
|
|
3
|
+
import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
src: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: any;
|
|
8
|
+
};
|
|
9
|
+
username: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: any;
|
|
12
|
+
};
|
|
13
|
+
variant: {
|
|
14
|
+
type: PropType<BentoAvatarImageVariant>;
|
|
15
|
+
default: BentoAvatarImageVariant;
|
|
16
|
+
validator: (value: BentoAvatarImageVariant) => boolean;
|
|
17
|
+
};
|
|
18
|
+
color: {
|
|
19
|
+
type: PropType<BentoAvatarImageColor>;
|
|
20
|
+
default: BentoAvatarImageColor;
|
|
21
|
+
validator: (value: BentoAvatarImageColor) => boolean;
|
|
22
|
+
};
|
|
23
|
+
}, {
|
|
24
|
+
BentoTypographyElement: typeof BentoTypographyElement;
|
|
25
|
+
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
26
|
+
conditionalClasses: import("vue").ComputedRef<{
|
|
27
|
+
[x: string]: boolean | BentoAvatarImageColor;
|
|
28
|
+
}>;
|
|
29
|
+
initials: import("vue").ComputedRef<string>;
|
|
30
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
src: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: any;
|
|
34
|
+
};
|
|
35
|
+
username: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: any;
|
|
38
|
+
};
|
|
39
|
+
variant: {
|
|
40
|
+
type: PropType<BentoAvatarImageVariant>;
|
|
41
|
+
default: BentoAvatarImageVariant;
|
|
42
|
+
validator: (value: BentoAvatarImageVariant) => boolean;
|
|
43
|
+
};
|
|
44
|
+
color: {
|
|
45
|
+
type: PropType<BentoAvatarImageColor>;
|
|
46
|
+
default: BentoAvatarImageColor;
|
|
47
|
+
validator: (value: BentoAvatarImageColor) => boolean;
|
|
48
|
+
};
|
|
49
|
+
}>>, {
|
|
50
|
+
variant: BentoAvatarImageVariant;
|
|
51
|
+
src: string;
|
|
52
|
+
username: string;
|
|
53
|
+
color: BentoAvatarImageColor;
|
|
54
|
+
}>;
|
|
55
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { AdlBadgeVariant } from './badge.types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
variant: {
|
|
5
|
+
type: PropType<AdlBadgeVariant>;
|
|
6
|
+
default: AdlBadgeVariant;
|
|
7
|
+
validator: (value: AdlBadgeVariant) => boolean;
|
|
8
|
+
};
|
|
9
|
+
testId: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
}, {
|
|
14
|
+
ariaLabel: import("vue").ComputedRef<string>;
|
|
15
|
+
conditionalClasses: import("vue").ComputedRef<{
|
|
16
|
+
[x: string]: boolean;
|
|
17
|
+
}>;
|
|
18
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
variant: {
|
|
20
|
+
type: PropType<AdlBadgeVariant>;
|
|
21
|
+
default: AdlBadgeVariant;
|
|
22
|
+
validator: (value: AdlBadgeVariant) => boolean;
|
|
23
|
+
};
|
|
24
|
+
testId: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
}>>, {
|
|
29
|
+
variant: AdlBadgeVariant;
|
|
30
|
+
testId: string;
|
|
31
|
+
}>;
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare enum BentoButtonVariant {
|
|
2
|
+
PRIMARY = "primary",
|
|
3
|
+
SECONDARY = "secondary",
|
|
4
|
+
TERTIARY = "tertiary"
|
|
5
|
+
}
|
|
6
|
+
export declare enum BentoButtonPropClass {
|
|
7
|
+
CONDENSED = "condensed",
|
|
8
|
+
GROUPED = "grouped",
|
|
9
|
+
DESTRUCTIVE = "critical",
|
|
10
|
+
ICON_ONLY = "icon-only"
|
|
11
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { BentoButtonVariant } from './button.types';
|
|
3
|
+
import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
|
|
4
|
+
import { Booleanish } from '@/types';
|
|
5
|
+
declare const _default: import("vue").DefineComponent<{
|
|
6
|
+
disabled: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
critical: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
type: {
|
|
15
|
+
type: PropType<"button" | "submit" | "reset">;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
condensed: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
variant: {
|
|
23
|
+
type: PropType<BentoButtonVariant>;
|
|
24
|
+
default: BentoButtonVariant;
|
|
25
|
+
validator: (value: BentoButtonVariant) => boolean;
|
|
26
|
+
};
|
|
27
|
+
}, {
|
|
28
|
+
BentoTypographyElement: typeof BentoTypographyElement;
|
|
29
|
+
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
30
|
+
ariaAttributes: import("vue").ComputedRef<{
|
|
31
|
+
'aria-controls': string;
|
|
32
|
+
'aria-expanded': Booleanish;
|
|
33
|
+
}>;
|
|
34
|
+
conditionalClasses: import("vue").ComputedRef<{
|
|
35
|
+
[x: string]: boolean;
|
|
36
|
+
}>;
|
|
37
|
+
onClickButton: (e: MouseEvent) => void;
|
|
38
|
+
hasSlot: (name: string) => boolean;
|
|
39
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "blur" | "focus" | "keydown.esc")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
disabled: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
critical: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
type: {
|
|
49
|
+
type: PropType<"button" | "submit" | "reset">;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
condensed: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
variant: {
|
|
57
|
+
type: PropType<BentoButtonVariant>;
|
|
58
|
+
default: BentoButtonVariant;
|
|
59
|
+
validator: (value: BentoButtonVariant) => boolean;
|
|
60
|
+
};
|
|
61
|
+
}>>, {
|
|
62
|
+
type: "button" | "submit" | "reset";
|
|
63
|
+
critical: boolean;
|
|
64
|
+
condensed: boolean;
|
|
65
|
+
variant: BentoButtonVariant;
|
|
66
|
+
disabled: boolean;
|
|
67
|
+
}>;
|
|
68
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { VueNodeElement } from '@/types';
|
|
2
|
+
import type { BentoButtonVariant } from '@/components/button';
|
|
3
|
+
export interface BentoButtonActionObject {
|
|
4
|
+
title: string;
|
|
5
|
+
event: (event: Event) => void;
|
|
6
|
+
icon?: VueNodeElement;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
variant?: BentoButtonVariant;
|
|
9
|
+
critical?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export type BentoButtonActionsList = Array<BentoButtonActionObject>;
|
|
12
|
+
export declare enum BentoButtonActionsLayoutBasic {
|
|
13
|
+
BUTTONS_END = "buttons-end",
|
|
14
|
+
FILL_CONTAINER = "fill-container",
|
|
15
|
+
SPACE_BETWEEN = "space-between",
|
|
16
|
+
VERTICAL_STACK = "vertical-stack"
|
|
17
|
+
}
|
|
18
|
+
export declare enum BentoButtonActionsLayoutExtended {
|
|
19
|
+
BUTTONS_START = "buttons-start"
|
|
20
|
+
}
|
|
21
|
+
export declare const BentoButtonActionsLayout: {
|
|
22
|
+
BUTTONS_START: BentoButtonActionsLayoutExtended.BUTTONS_START;
|
|
23
|
+
BUTTONS_END: BentoButtonActionsLayoutBasic.BUTTONS_END;
|
|
24
|
+
FILL_CONTAINER: BentoButtonActionsLayoutBasic.FILL_CONTAINER;
|
|
25
|
+
SPACE_BETWEEN: BentoButtonActionsLayoutBasic.SPACE_BETWEEN;
|
|
26
|
+
VERTICAL_STACK: BentoButtonActionsLayoutBasic.VERTICAL_STACK;
|
|
27
|
+
};
|
|
28
|
+
export type BentoButtonActionsLayout = BentoButtonActionsLayoutBasic | BentoButtonActionsLayoutExtended;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { BentoButtonVariant } from '../../button.types';
|
|
3
|
+
import { BentoButtonActionsLayout, BentoButtonActionsList } from './button-actions.types';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
actions: {
|
|
6
|
+
type: PropType<BentoButtonActionsList>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
layout: {
|
|
10
|
+
type: PropType<BentoButtonActionsLayout>;
|
|
11
|
+
default: import("./button-actions.types").BentoButtonActionsLayoutBasic;
|
|
12
|
+
validator: (layout: BentoButtonActionsLayout) => boolean;
|
|
13
|
+
};
|
|
14
|
+
}, {
|
|
15
|
+
conditionalClasses: import("vue").ComputedRef<{
|
|
16
|
+
[x: string]: boolean;
|
|
17
|
+
}>;
|
|
18
|
+
reversedActionsList: import("vue").ComputedRef<import("./button-actions.types").BentoButtonActionObject[]>;
|
|
19
|
+
generateButtonVariantByIndex: (actionIndex: any) => BentoButtonVariant.PRIMARY | BentoButtonVariant.SECONDARY;
|
|
20
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
actions: {
|
|
22
|
+
type: PropType<BentoButtonActionsList>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
layout: {
|
|
26
|
+
type: PropType<BentoButtonActionsLayout>;
|
|
27
|
+
default: import("./button-actions.types").BentoButtonActionsLayoutBasic;
|
|
28
|
+
validator: (layout: BentoButtonActionsLayout) => boolean;
|
|
29
|
+
};
|
|
30
|
+
}>>, {
|
|
31
|
+
layout: BentoButtonActionsLayout;
|
|
32
|
+
}>;
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, {
|
|
2
|
+
default: (_: {}) => any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
+
new (): {
|
|
7
|
+
$slots: S;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { BentoButtonVariant } from '@/components/button/button.types';
|
|
3
|
+
import { BentoLoadingButtonState } from './loading-button.types';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
condensed: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
disabled: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
state: {
|
|
14
|
+
type: PropType<BentoLoadingButtonState>;
|
|
15
|
+
default: BentoLoadingButtonState;
|
|
16
|
+
validator: (value: BentoLoadingButtonState) => boolean;
|
|
17
|
+
};
|
|
18
|
+
variant: {
|
|
19
|
+
type: PropType<BentoButtonVariant>;
|
|
20
|
+
default: BentoButtonVariant;
|
|
21
|
+
validator: (value: BentoButtonVariant) => boolean;
|
|
22
|
+
};
|
|
23
|
+
}, {
|
|
24
|
+
BentoLoadingButtonState: typeof BentoLoadingButtonState;
|
|
25
|
+
onClick: () => void;
|
|
26
|
+
conditionalClasses: import("vue").ComputedRef<{
|
|
27
|
+
[x: string]: boolean;
|
|
28
|
+
}>;
|
|
29
|
+
isInverseLoadingIndicator: import("vue").ComputedRef<boolean>;
|
|
30
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
condensed: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
disabled: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
state: {
|
|
40
|
+
type: PropType<BentoLoadingButtonState>;
|
|
41
|
+
default: BentoLoadingButtonState;
|
|
42
|
+
validator: (value: BentoLoadingButtonState) => boolean;
|
|
43
|
+
};
|
|
44
|
+
variant: {
|
|
45
|
+
type: PropType<BentoButtonVariant>;
|
|
46
|
+
default: BentoButtonVariant;
|
|
47
|
+
validator: (value: BentoButtonVariant) => boolean;
|
|
48
|
+
};
|
|
49
|
+
}>>, {
|
|
50
|
+
condensed: boolean;
|
|
51
|
+
variant: BentoButtonVariant;
|
|
52
|
+
disabled: boolean;
|
|
53
|
+
state: BentoLoadingButtonState;
|
|
54
|
+
}>;
|
|
55
|
+
export default _default;
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
|
|
3
|
+
import { BentoButtonActionsLayout, BentoButtonActionsList } from '@/components/button';
|
|
4
|
+
import { BentoCardBackground, BentoCardTitleSize } from '@/components/card/card.types';
|
|
5
|
+
declare const _default: import("vue").DefineComponent<{
|
|
6
|
+
background: {
|
|
7
|
+
type: PropType<BentoCardBackground>;
|
|
8
|
+
default: BentoCardBackground;
|
|
9
|
+
};
|
|
10
|
+
titleSize: {
|
|
11
|
+
type: PropType<BentoCardTitleSize>;
|
|
12
|
+
default: BentoCardTitleSize;
|
|
13
|
+
};
|
|
14
|
+
expandable: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
closed: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
disabled: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
actions: {
|
|
27
|
+
type: PropType<BentoButtonActionsList>;
|
|
28
|
+
default: any;
|
|
29
|
+
};
|
|
30
|
+
actionsLayout: {
|
|
31
|
+
type: PropType<BentoButtonActionsLayout>;
|
|
32
|
+
default: import("@/components/button").BentoButtonActionsLayoutBasic;
|
|
33
|
+
validator: (value: BentoButtonActionsLayout) => boolean;
|
|
34
|
+
};
|
|
35
|
+
}, {
|
|
36
|
+
cardId: string;
|
|
37
|
+
cardConditionalClasses: import("vue").ComputedRef<{
|
|
38
|
+
[x: string]: boolean | BentoCardBackground;
|
|
39
|
+
'b-card--expandable': boolean;
|
|
40
|
+
'b-card--disabled': boolean;
|
|
41
|
+
}>;
|
|
42
|
+
cardBodyConditionalClasses: import("vue").ComputedRef<{
|
|
43
|
+
'b-card__body--expandable': boolean;
|
|
44
|
+
'b-card__body--without-header': boolean;
|
|
45
|
+
}>;
|
|
46
|
+
cardHeaderConditionalClasses: import("vue").ComputedRef<{
|
|
47
|
+
'b-card__header--expandable': boolean;
|
|
48
|
+
'b-card__header--without-body': boolean;
|
|
49
|
+
}>;
|
|
50
|
+
cardContentConditionalClasses: import("vue").ComputedRef<{
|
|
51
|
+
'b-card__content--without-header': boolean;
|
|
52
|
+
'b-card__content--expandable': boolean;
|
|
53
|
+
}>;
|
|
54
|
+
cardActionsConditionalClasses: import("vue").ComputedRef<{
|
|
55
|
+
'b-card__actions--without-content': boolean;
|
|
56
|
+
'b-card__actions--without-content-and-with-header': boolean;
|
|
57
|
+
}>;
|
|
58
|
+
showCardBody: import("vue").ComputedRef<boolean>;
|
|
59
|
+
showContent: import("vue").Ref<boolean>;
|
|
60
|
+
tabIndex: import("vue").ComputedRef<-1 | 0>;
|
|
61
|
+
showHeader: import("vue").ComputedRef<boolean>;
|
|
62
|
+
typography: import("vue").ComputedRef<{
|
|
63
|
+
el: BentoTypographyElement;
|
|
64
|
+
variant: BentoTypographyVariant;
|
|
65
|
+
stronger: boolean;
|
|
66
|
+
strongest: boolean;
|
|
67
|
+
wide: boolean;
|
|
68
|
+
}>;
|
|
69
|
+
onClick: () => void;
|
|
70
|
+
toggleExpansion: () => void;
|
|
71
|
+
hasSlot: (name: string) => boolean;
|
|
72
|
+
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
73
|
+
BentoTypographyElement: typeof BentoTypographyElement;
|
|
74
|
+
}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("click" | "expanded")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
75
|
+
background: {
|
|
76
|
+
type: PropType<BentoCardBackground>;
|
|
77
|
+
default: BentoCardBackground;
|
|
78
|
+
};
|
|
79
|
+
titleSize: {
|
|
80
|
+
type: PropType<BentoCardTitleSize>;
|
|
81
|
+
default: BentoCardTitleSize;
|
|
82
|
+
};
|
|
83
|
+
expandable: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
closed: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
disabled: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
95
|
+
actions: {
|
|
96
|
+
type: PropType<BentoButtonActionsList>;
|
|
97
|
+
default: any;
|
|
98
|
+
};
|
|
99
|
+
actionsLayout: {
|
|
100
|
+
type: PropType<BentoButtonActionsLayout>;
|
|
101
|
+
default: import("@/components/button").BentoButtonActionsLayoutBasic;
|
|
102
|
+
validator: (value: BentoButtonActionsLayout) => boolean;
|
|
103
|
+
};
|
|
104
|
+
}>>, {
|
|
105
|
+
disabled: boolean;
|
|
106
|
+
background: BentoCardBackground;
|
|
107
|
+
closed: boolean;
|
|
108
|
+
actions: BentoButtonActionsList;
|
|
109
|
+
titleSize: BentoCardTitleSize;
|
|
110
|
+
expandable: boolean;
|
|
111
|
+
actionsLayout: BentoButtonActionsLayout;
|
|
112
|
+
}>;
|
|
113
|
+
export default _default;
|