@adyen/bento-vue3 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@types/packages/vue2/src/components/accordion/accordion.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/accordion/components/accordion-item.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/alert/alert.vue.d.ts +24 -20
- package/dist/@types/packages/vue2/src/components/avatar-image/avatar-image.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/badge/badge.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/button/button.vue.d.ts +43 -43
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/button/index.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/card/card.vue.d.ts +36 -32
- package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +14 -14
- package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/click-outside/click-outside.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +23 -19
- package/dist/@types/packages/vue2/src/components/code-snippet/composables/useLanguage.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/country/composables/useCountryCapital/useCountryCapital.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/country/composables/useCountryFlag.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/country/composables/useCountryName/useCountryName.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/country/composables/useCountryPhoneCode/useCountryPhoneCode.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/country/country.vue.d.ts +15 -13
- package/dist/@types/packages/vue2/src/components/currency/currency.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +12 -12
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/components/data-grid-config-settings-column-row/data-grid-config-settings-column-row.vue.d.ts +11 -11
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue.d.ts +12 -12
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateBodyFitContentDynamicStyles/useCalculateBodyFitContentDynamicStyles.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useColumnReorderer/useColumnReorderer.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useConfigSettings/useConfigSettings.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useKeyboardNavigator/useKeyboardNavigator.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useResizer.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useSelector.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useSorter.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +30 -30
- package/dist/@types/packages/vue2/src/components/date/date.vue.d.ts +11 -9
- package/dist/@types/packages/vue2/src/components/date-picker/composables/use-date-picker-single-calendar-text.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/date-picker/date-picker.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +8 -8
- package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +13 -13
- package/dist/@types/packages/vue2/src/components/date-range-picker/composables/use-date-range-picker-calendar-text.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/date-range-picker/composables/use-date-range-picker-calendar-text.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/divider/divider.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/composables/useDropdownOptionsListbox.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +100 -98
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/composables/useCountryItems.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/dropdown/composables/useDisplayValue.types.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/dropdown/composables/useDropdownSearchFilter.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/dropdown/composables/useKeyboardNavigation.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +27 -25
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +41 -41
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/components/all-filters-modal-button/all-filters-modal-button.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/base-filter.vue.d.ts +13 -13
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/components/filter-bar-filter-button/filter-bar-filter-button.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/composables/use-base-filter.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-filter/date-filter.vue.d.ts +8 -8
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +18 -18
- package/dist/@types/packages/vue2/src/components/filter-bar/components/input-filter/input-filter.vue.d.ts +8 -8
- package/dist/@types/packages/vue2/src/components/filter-bar/components/range-filter/range-filter.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/select-filter.vue.d.ts +14 -14
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-avatar-filter/select-avatar-filter.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.types.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.vue.d.ts +12 -12
- package/dist/@types/packages/vue2/src/components/focus-trap/focus-trap.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/header/header.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/info-icon/info-icon.vue.d.ts +11 -9
- package/dist/@types/packages/vue2/src/components/input-field/input-field.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +36 -28
- package/dist/@types/packages/vue2/src/components/internal/avatar/avatar.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/internal/base-button/base-button.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/internal/calendar/calendar.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/calendar/calendar.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/calendar-month.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/components/calendar-month-day/__test__/calendar-month-day-stub.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/components/calendar-month-day/calendar-month-day.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/composables/move-calendar-date.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/internal/copy/copy.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/internal/error-message/error-message.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/footer-actions/footer-actions.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/internal/grid-layout/grid-layout.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/components/listbox-multi-select-category/listbox-multi-select-category.vue.d.ts +11 -11
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/listbox-multi-select-options.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +15 -15
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option/listbox-option.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option-tag/listbox-option-tag.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select/listbox-single-select.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +8 -8
- package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +24 -22
- package/dist/@types/packages/vue2/src/components/link/index.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/link/link.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/loading-indicator/loading-indicator.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/menu/components/menu-item-list/menu-item-list.vue.d.ts +8 -8
- package/dist/@types/packages/vue2/src/components/menu/components/menu-list-container/menu-list-container.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/menu/components/sub-menu-item-list/sub-menu-item-list.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/menu/menu.vue.d.ts +11 -11
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +13 -13
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +13 -13
- package/dist/@types/packages/vue2/src/components/modal/components/modal-default/modal-default.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +13 -13
- package/dist/@types/packages/vue2/src/components/modal/modal.vue.d.ts +28 -20
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-context/pagination-context.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-controls/pagination-controls.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/pagination/pagination.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/payment-method/composables/usePaymentIcon.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/payment-method/payment-method.vue.d.ts +11 -9
- package/dist/@types/packages/vue2/src/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/popover/components/popover-image/popover-image.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/popover/components/popover-title/popover-title.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +19 -19
- package/dist/@types/packages/vue2/src/components/popper-container/popper-container.utils.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/popper-container/popper-container.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/radio-group/components/radio-button/radio-button.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/search-bar/search-bar.vue.d.ts +97 -85
- package/dist/@types/packages/vue2/src/components/search-bar/useSearchBarDataFilter.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/segmented-control/components/segmented-control-button/segmented-control-button.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/segmented-control/segmented-control.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/status/status.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/structured-list/structured-list.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +47 -39
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +19 -13
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-custom/summary-grid-item-custom.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue.d.ts +19 -13
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +19 -13
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-text/summary-grid-item-text.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/summary-grid/summary-grid.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/summary-grid/summary-grid.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/tabs/components/tab.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/tag/tag.vue.d.ts +13 -13
- package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +25 -23
- package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +30 -30
- package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/timeline/timeline.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/toast/components/toast-item/toast-item.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/toast/toast.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/toggle/toggle.types.d.ts +4 -0
- package/dist/@types/packages/vue2/src/components/toggle/toggle.vue.d.ts +16 -16
- package/dist/@types/packages/vue2/src/components/tooltip/tooltip.vue.d.ts +37 -37
- package/dist/@types/packages/vue2/src/components/typography/typography.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/composables/initials.d.ts +2 -2
- package/dist/@types/packages/vue2/src/composables/use-checkbox-select-all/use-checkbox-select-all.d.ts +3 -3
- package/dist/@types/packages/vue2/src/composables/use-has-slot/use-has-slot.d.ts +1 -1
- package/dist/@types/packages/vue2/src/composables/useDynamicImport.d.ts +2 -2
- package/dist/@types/packages/vue2/src/directives/click-outside/directive.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/click-outside/on-click-outside.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/click-outside/types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/click-outside/useEventListener/index.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/click-outside/utils.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/keyboard-navigation/keyboard-navigation.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/keyboard-navigation/keyboard-navigation.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/tooltip/tooltip.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/install.d.ts +1 -1
- package/dist/@types/packages/vue2/src/plugins/toastController.d.ts +1 -1
- package/dist/@types/packages/vue2/src/types/elements.d.ts +1 -1
- package/dist/@types/packages/vue2/src/types/index.d.ts +0 -1
- package/dist/@types/packages/vue2/src/types/listbox.d.ts +1 -1
- package/dist/@types/packages/vue2/src/types/maybe-ref.d.ts +1 -1
- package/dist/@types/packages/vue2/src/types/refs.d.ts +1 -1
- package/dist/@types/packages/vue2/src/utils/ts/aria-label.d.ts +2 -2
- package/dist/@types/packages/vue2/src/utils/ts/events.d.ts +1 -1
- package/dist/@types/packages/vue2/src/utils/ts/focus-trap.utils.d.ts +1 -1
- package/dist/@types/packages/vue2/src/utils/ts/get-slot-text/get-slot-text.d.ts +1 -1
- package/dist/@types/packages/vue2/src/utils/ts/i18n.d.ts +1 -1
- package/dist/alert.js +49 -47
- package/dist/alert.js.map +1 -1
- package/dist/assets/button-actions.css +1 -1
- package/dist/assets/button.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index12.css +1 -1
- package/dist/assets/index13.css +1 -1
- package/dist/assets/index14.css +1 -1
- package/dist/assets/index15.css +1 -1
- package/dist/assets/index17.css +1 -1
- package/dist/assets/index18.css +1 -1
- package/dist/assets/index19.css +1 -1
- package/dist/assets/index2.css +1 -1
- package/dist/assets/index20.css +1 -1
- package/dist/assets/index21.css +1 -1
- package/dist/assets/index22.css +1 -1
- package/dist/assets/index23.css +1 -1
- package/dist/assets/index24.css +1 -1
- package/dist/assets/index25.css +1 -1
- package/dist/assets/index26.css +1 -1
- package/dist/assets/index27.css +1 -1
- package/dist/assets/index28.css +1 -1
- package/dist/assets/index29.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index30.css +1 -1
- package/dist/assets/index31.css +1 -1
- package/dist/assets/index32.css +1 -1
- package/dist/assets/index33.css +1 -1
- package/dist/assets/index34.css +1 -1
- package/dist/assets/index35.css +1 -1
- package/dist/assets/index36.css +1 -1
- package/dist/assets/index38.css +1 -1
- package/dist/assets/index39.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index40.css +1 -1
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/listbox.css +1 -1
- package/dist/avatar-image.js +1 -1
- package/dist/badge.js +1 -1
- package/dist/button.js +3 -3
- package/dist/card.js +77 -68
- package/dist/card.js.map +1 -1
- package/dist/checkbox.js +16 -16
- package/dist/checkbox.js.map +1 -1
- package/dist/chunks/{base-button.fe807878.js → base-button.4a56c2fb.js} +2 -2
- package/dist/chunks/{base-button.fe807878.js.map → base-button.4a56c2fb.js.map} +1 -1
- package/dist/chunks/{button-actions.59449cda.js → button-actions.a6e541ad.js} +7 -7
- package/dist/chunks/{button-actions.59449cda.js.map → button-actions.a6e541ad.js.map} +1 -1
- package/dist/chunks/{button.4ccc3a72.js → button.1f630b6e.js} +10 -10
- package/dist/chunks/button.1f630b6e.js.map +1 -0
- package/dist/chunks/{calendar.1fb0d5b2.js → calendar.08885a56.js} +4 -4
- package/dist/chunks/{calendar.1fb0d5b2.js.map → calendar.08885a56.js.map} +1 -1
- package/dist/chunks/{checkbox.39fa87c7.js → checkbox.cfb8b8df.js} +3 -3
- package/dist/chunks/{checkbox.39fa87c7.js.map → checkbox.cfb8b8df.js.map} +1 -1
- package/dist/chunks/{controls-group.0126679a.js → controls-group.806da9bd.js} +2 -2
- package/dist/chunks/{controls-group.0126679a.js.map → controls-group.806da9bd.js.map} +1 -1
- package/dist/chunks/{copy.012e43f2.js → copy.1ce0203e.js} +3 -3
- package/dist/chunks/{copy.012e43f2.js.map → copy.1ce0203e.js.map} +1 -1
- package/dist/chunks/{dropdown-default-textbox.2ac50ee2.js → dropdown-default-textbox.dd77bb42.js} +2 -2
- package/dist/chunks/{dropdown-default-textbox.2ac50ee2.js.map → dropdown-default-textbox.dd77bb42.js.map} +1 -1
- package/dist/chunks/{dropdown.374481a8.js → dropdown.f9997464.js} +84 -82
- package/dist/chunks/dropdown.f9997464.js.map +1 -0
- package/dist/chunks/{error-message.a65a9abf.js → error-message.b88bb75a.js} +2 -2
- package/dist/chunks/{error-message.a65a9abf.js.map → error-message.b88bb75a.js.map} +1 -1
- package/dist/chunks/{index.0f958a0c.js → index.361c61d3.js} +2 -2
- package/dist/chunks/{index.0f958a0c.js.map → index.361c61d3.js.map} +1 -1
- package/dist/chunks/{index.05d4c01b.js → index.64b7b3cc.js} +6 -6
- package/dist/chunks/{index.05d4c01b.js.map → index.64b7b3cc.js.map} +1 -1
- package/dist/chunks/{index.c25bbcc8.js → index.7dd953ea.js} +53 -52
- package/dist/chunks/{index.c25bbcc8.js.map → index.7dd953ea.js.map} +1 -1
- package/dist/chunks/{index.1e002876.js → index.96001b1d.js} +3 -3
- package/dist/chunks/{index.1e002876.js.map → index.96001b1d.js.map} +1 -1
- package/dist/chunks/{index.b2d970f6.js → index.b46a5047.js} +20 -20
- package/dist/chunks/{index.b2d970f6.js.map → index.b46a5047.js.map} +1 -1
- package/dist/chunks/index.ebf5f6cf.js +119 -0
- package/dist/chunks/index.ebf5f6cf.js.map +1 -0
- package/dist/chunks/{listbox-option-tag.caa1ceba.js → listbox-option-tag.73661a5d.js} +3 -3
- package/dist/chunks/{listbox-option-tag.caa1ceba.js.map → listbox-option-tag.73661a5d.js.map} +1 -1
- package/dist/chunks/{listbox.ceacb0ca.js → listbox.7b5e0eee.js} +42 -41
- package/dist/chunks/{listbox.ceacb0ca.js.map → listbox.7b5e0eee.js.map} +1 -1
- package/dist/chunks/{loading-button.5b8db3dc.js → loading-button.426d89b9.js} +2 -2
- package/dist/chunks/{loading-button.5b8db3dc.js.map → loading-button.426d89b9.js.map} +1 -1
- package/dist/chunks/{tooltip.ca53a83a.js → tooltip.53290a34.js} +2 -2
- package/dist/chunks/{tooltip.ca53a83a.js.map → tooltip.53290a34.js.map} +1 -1
- package/dist/chunks/useCountryItems.e83ef8f0.js.map +1 -1
- package/dist/code-snippet.js +71 -69
- package/dist/code-snippet.js.map +1 -1
- package/dist/country.js +25 -24
- package/dist/country.js.map +1 -1
- package/dist/currency.js +1 -1
- package/dist/currency.js.map +1 -1
- package/dist/data-grid.js +204 -204
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +21 -21
- package/dist/date-range-picker.js +2 -2
- package/dist/date.js +1 -1
- package/dist/divider.js +1 -1
- package/dist/dropdown.js +3 -3
- package/dist/dropdown.js.map +1 -1
- package/dist/filter-bar.js +13 -13
- package/dist/filter-bar.js.map +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/header.js +61 -61
- package/dist/header.js.map +1 -1
- package/dist/index.js +65 -65
- package/dist/info-icon.js +20 -19
- package/dist/info-icon.js.map +1 -1
- package/dist/input-field.js +81 -77
- package/dist/input-field.js.map +1 -1
- package/dist/internal.js +6 -6
- package/dist/link.js +15 -15
- package/dist/link.js.map +1 -1
- package/dist/menu.js +5 -5
- package/dist/menu.js.map +1 -1
- package/dist/modal.js +113 -109
- package/dist/modal.js.map +1 -1
- package/dist/pagination.js +4 -4
- package/dist/payment-method.js +15 -14
- package/dist/payment-method.js.map +1 -1
- package/dist/popover.js +21 -21
- package/dist/popover.js.map +1 -1
- package/dist/popper-container.js +17 -17
- package/dist/popper-container.js.map +1 -1
- package/dist/radio-group.js +5 -5
- package/dist/radio-group.js.map +1 -1
- package/dist/search-bar.js +2 -2
- package/dist/segmented-control.js +4 -4
- package/dist/status.js +6 -6
- package/dist/status.js.map +1 -1
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +155 -142
- package/dist/summary-grid.js.map +1 -1
- package/dist/tabs.js +2 -2
- package/dist/tag.js +8 -8
- package/dist/tag.js.map +1 -1
- package/dist/textarea.js +25 -21
- package/dist/textarea.js.map +1 -1
- package/dist/timeline.js +31 -31
- package/dist/timeline.js.map +1 -1
- package/dist/toast.js +3 -3
- package/dist/toggle.js +157 -3
- package/dist/toggle.js.map +1 -1
- package/dist/typography.js +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +5 -4
- package/dist/@types/packages/vue2/src/types/label-position.d.ts +0 -4
- package/dist/chunks/button.4ccc3a72.js.map +0 -1
- package/dist/chunks/dropdown.374481a8.js.map +0 -1
- package/dist/chunks/index.0b6c7187.js +0 -160
- package/dist/chunks/index.0b6c7187.js.map +0 -1
- package/dist/chunks/index.92f7d550.js +0 -119
- package/dist/chunks/index.92f7d550.js.map +0 -1
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
import { PropType } from
|
|
2
|
-
import { BentoTypographyElement, BentoTypographyVariant } from
|
|
3
|
-
import { BentoButtonActionsLayout, BentoButtonActionsList } from
|
|
4
|
-
import { BentoCardBackground, BentoCardTitleSize } from
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
import { PropType } from "../../../../vue3/node_modules/vue";
|
|
2
|
+
import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
|
|
3
|
+
import { BentoButtonActionsLayout, BentoButtonActionsList } from "../button";
|
|
4
|
+
import { BentoCardBackground, BentoCardTitleSize } from "./card.types";
|
|
5
|
+
declare const _default: import("../../../../vue3/node_modules/vue").DefineComponent<{
|
|
6
6
|
background: {
|
|
7
|
-
type: PropType<BentoCardBackground>;
|
|
7
|
+
type: PropType<"primary" | "secondary" | BentoCardBackground>;
|
|
8
8
|
default: BentoCardBackground;
|
|
9
|
+
validator: (value: BentoCardBackground) => boolean;
|
|
9
10
|
};
|
|
10
11
|
titleSize: {
|
|
11
|
-
type: PropType<BentoCardTitleSize>;
|
|
12
|
+
type: PropType<"small" | "default" | BentoCardTitleSize>;
|
|
12
13
|
default: BentoCardTitleSize;
|
|
14
|
+
validator: (value: BentoCardTitleSize) => boolean;
|
|
13
15
|
};
|
|
14
16
|
expandable: {
|
|
15
17
|
type: BooleanConstructor;
|
|
@@ -28,45 +30,45 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
30
|
default: any;
|
|
29
31
|
};
|
|
30
32
|
actionsLayout: {
|
|
31
|
-
type: PropType<BentoButtonActionsLayout>;
|
|
32
|
-
default: import("
|
|
33
|
+
type: PropType<BentoButtonActionsLayout | "buttons-end" | "fill-container" | "space-between" | "vertical-stack" | "buttons-start">;
|
|
34
|
+
default: import("../button").BentoButtonActionsLayoutBasic;
|
|
33
35
|
validator: (value: BentoButtonActionsLayout) => boolean;
|
|
34
36
|
};
|
|
35
37
|
}, {
|
|
36
38
|
cardId: string;
|
|
37
|
-
cardConditionalClasses: import("vue").ComputedRef<{
|
|
38
|
-
[x: string]: boolean | BentoCardBackground;
|
|
39
|
+
cardConditionalClasses: import("../../../../vue3/node_modules/vue").ComputedRef<{
|
|
40
|
+
[x: string]: boolean | "primary" | "secondary" | BentoCardBackground;
|
|
39
41
|
'b-card--expandable': boolean;
|
|
40
42
|
'b-card--disabled': boolean;
|
|
41
43
|
}>;
|
|
42
|
-
cardBodyConditionalClasses: import("vue").ComputedRef<{
|
|
44
|
+
cardBodyConditionalClasses: import("../../../../vue3/node_modules/vue").ComputedRef<{
|
|
43
45
|
'b-card__body--expandable': boolean;
|
|
44
46
|
'b-card__body--without-header': boolean;
|
|
45
47
|
}>;
|
|
46
|
-
cardHeaderConditionalClasses: import("vue").ComputedRef<{
|
|
48
|
+
cardHeaderConditionalClasses: import("../../../../vue3/node_modules/vue").ComputedRef<{
|
|
47
49
|
'b-card__header--expandable': boolean;
|
|
48
50
|
'b-card__header--without-body': boolean;
|
|
49
51
|
}>;
|
|
50
|
-
cardContentConditionalClasses: import("vue").ComputedRef<{
|
|
52
|
+
cardContentConditionalClasses: import("../../../../vue3/node_modules/vue").ComputedRef<{
|
|
51
53
|
'b-card__content--without-header': boolean;
|
|
52
54
|
'b-card__content--expandable': boolean;
|
|
53
55
|
}>;
|
|
54
|
-
cardActionsConditionalClasses: import("vue").ComputedRef<{
|
|
56
|
+
cardActionsConditionalClasses: import("../../../../vue3/node_modules/vue").ComputedRef<{
|
|
55
57
|
'b-card__actions--without-content': boolean;
|
|
56
58
|
'b-card__actions--without-content-and-with-header': boolean;
|
|
57
59
|
}>;
|
|
58
|
-
cardTitleWrapperConditionalClasses: import("vue").ComputedRef<{
|
|
60
|
+
cardTitleWrapperConditionalClasses: import("../../../../vue3/node_modules/vue").ComputedRef<{
|
|
59
61
|
'b-card__title-wrapper--truncated': boolean;
|
|
60
62
|
}>;
|
|
61
|
-
cardToggleConditionalClasses: import("vue").ComputedRef<{
|
|
63
|
+
cardToggleConditionalClasses: import("../../../../vue3/node_modules/vue").ComputedRef<{
|
|
62
64
|
'b-card__toggle--small-text': boolean;
|
|
63
65
|
}>;
|
|
64
|
-
showCardBody: import("vue").ComputedRef<boolean>;
|
|
65
|
-
showContent: import("vue").Ref<boolean>;
|
|
66
|
-
tabIndex: import("vue").ComputedRef<-1 | 0>;
|
|
67
|
-
showHeader: import("vue").ComputedRef<boolean>;
|
|
68
|
-
showTitleWrapper: import("vue").ComputedRef<boolean>;
|
|
69
|
-
typography: import("vue").ComputedRef<{
|
|
66
|
+
showCardBody: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
67
|
+
showContent: import("../../../../vue3/node_modules/vue").Ref<boolean>;
|
|
68
|
+
tabIndex: import("../../../../vue3/node_modules/vue").ComputedRef<-1 | 0>;
|
|
69
|
+
showHeader: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
70
|
+
showTitleWrapper: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
71
|
+
typography: import("../../../../vue3/node_modules/vue").ComputedRef<{
|
|
70
72
|
el: BentoTypographyElement;
|
|
71
73
|
variant: BentoTypographyVariant;
|
|
72
74
|
strongest: boolean;
|
|
@@ -74,7 +76,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
76
|
}>;
|
|
75
77
|
hasSlot: (name: string) => boolean;
|
|
76
78
|
onClick: () => void;
|
|
77
|
-
t: import("vue-i18n-bridge").ComposerTranslation<import("
|
|
79
|
+
t: import("vue-i18n-bridge").ComposerTranslation<import("../../utils/ts/i18n").i18nMessages, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
78
80
|
[x: string]: import("vue-i18n-bridge").LocaleMessageValue<import("vue-i18n-bridge").VueMessageType>;
|
|
79
81
|
}>, never, import("@intlify/core-base")._ResourcePath<{
|
|
80
82
|
[key: string]: string;
|
|
@@ -84,14 +86,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
86
|
toggleExpansion: () => void;
|
|
85
87
|
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
86
88
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
87
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "expanded")[], "click" | "expanded", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
89
|
+
}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, ("click" | "expanded")[], "click" | "expanded", import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
88
90
|
background: {
|
|
89
|
-
type: PropType<BentoCardBackground>;
|
|
91
|
+
type: PropType<"primary" | "secondary" | BentoCardBackground>;
|
|
90
92
|
default: BentoCardBackground;
|
|
93
|
+
validator: (value: BentoCardBackground) => boolean;
|
|
91
94
|
};
|
|
92
95
|
titleSize: {
|
|
93
|
-
type: PropType<BentoCardTitleSize>;
|
|
96
|
+
type: PropType<"small" | "default" | BentoCardTitleSize>;
|
|
94
97
|
default: BentoCardTitleSize;
|
|
98
|
+
validator: (value: BentoCardTitleSize) => boolean;
|
|
95
99
|
};
|
|
96
100
|
expandable: {
|
|
97
101
|
type: BooleanConstructor;
|
|
@@ -110,8 +114,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
114
|
default: any;
|
|
111
115
|
};
|
|
112
116
|
actionsLayout: {
|
|
113
|
-
type: PropType<BentoButtonActionsLayout>;
|
|
114
|
-
default: import("
|
|
117
|
+
type: PropType<BentoButtonActionsLayout | "buttons-end" | "fill-container" | "space-between" | "vertical-stack" | "buttons-start">;
|
|
118
|
+
default: import("../button").BentoButtonActionsLayoutBasic;
|
|
115
119
|
validator: (value: BentoButtonActionsLayout) => boolean;
|
|
116
120
|
};
|
|
117
121
|
}>> & {
|
|
@@ -119,11 +123,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
119
123
|
onExpanded?: (...args: any[]) => any;
|
|
120
124
|
}, {
|
|
121
125
|
disabled: boolean;
|
|
122
|
-
background: BentoCardBackground;
|
|
126
|
+
background: "primary" | "secondary" | BentoCardBackground;
|
|
123
127
|
actions: BentoButtonActionsList;
|
|
124
|
-
actionsLayout: BentoButtonActionsLayout;
|
|
128
|
+
actionsLayout: BentoButtonActionsLayout | "buttons-end" | "fill-container" | "space-between" | "vertical-stack" | "buttons-start";
|
|
125
129
|
closed: boolean;
|
|
126
|
-
titleSize: BentoCardTitleSize;
|
|
130
|
+
titleSize: "small" | "default" | BentoCardTitleSize;
|
|
127
131
|
expandable: boolean;
|
|
128
132
|
}>;
|
|
129
133
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PropType } from
|
|
1
|
+
import { PropType } from "../../../../vue3/node_modules/vue";
|
|
2
2
|
import { BentoCheckboxEvent, BentoCheckboxType } from './checkbox.types';
|
|
3
|
-
import { BentoTypographyElement, BentoTypographyVariant } from
|
|
3
|
+
import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
|
|
4
4
|
import { BentoCheckboxGroupItems } from './components/checkbox-group/checkbox-group.types';
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
declare const _default: import("../../../../vue3/node_modules/vue").DefineComponent<{
|
|
6
6
|
value: {
|
|
7
7
|
type: (StringConstructor | NumberConstructor)[];
|
|
8
8
|
default: any;
|
|
@@ -38,27 +38,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
}, {
|
|
39
39
|
descriptionId: string;
|
|
40
40
|
errorId: string;
|
|
41
|
-
ariaChecked: import("vue").ComputedRef<(boolean | "true" | "false") | "mixed">;
|
|
42
|
-
ariaDescribedBy: import("vue").ComputedRef<string>;
|
|
43
|
-
ariaInvalid: import("vue").ComputedRef<(boolean | "true" | "false") | "grammar" | "spelling">;
|
|
44
|
-
computedAriaLabel: import("vue").ComputedRef<string>;
|
|
45
|
-
conditionalClass: import("vue").ComputedRef<{
|
|
41
|
+
ariaChecked: import("../../../../vue3/node_modules/vue").ComputedRef<(boolean | "true" | "false") | "mixed">;
|
|
42
|
+
ariaDescribedBy: import("../../../../vue3/node_modules/vue").ComputedRef<string>;
|
|
43
|
+
ariaInvalid: import("../../../../vue3/node_modules/vue").ComputedRef<(boolean | "true" | "false") | "grammar" | "spelling">;
|
|
44
|
+
computedAriaLabel: import("../../../../vue3/node_modules/vue").ComputedRef<string>;
|
|
45
|
+
conditionalClass: import("../../../../vue3/node_modules/vue").ComputedRef<{
|
|
46
46
|
[x: string]: boolean;
|
|
47
47
|
}>;
|
|
48
|
-
conditionalClassOutline: import("vue").ComputedRef<{
|
|
48
|
+
conditionalClassOutline: import("../../../../vue3/node_modules/vue").ComputedRef<{
|
|
49
49
|
[x: string]: boolean;
|
|
50
50
|
}>;
|
|
51
51
|
defaultSlotValue: boolean;
|
|
52
52
|
descriptionSlotValue: boolean;
|
|
53
|
-
isCheckboxGroup: import("vue").ComputedRef<boolean>;
|
|
54
|
-
isChecked: import("vue").ComputedRef<boolean>;
|
|
55
|
-
isIndeterminate: import("vue").ComputedRef<boolean>;
|
|
56
|
-
shouldShowErrorMessage: import("vue").ComputedRef<boolean>;
|
|
53
|
+
isCheckboxGroup: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
54
|
+
isChecked: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
55
|
+
isIndeterminate: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
56
|
+
shouldShowErrorMessage: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
57
57
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
58
58
|
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
59
59
|
onChange: (event: Event) => void;
|
|
60
60
|
onClick: (event: Event) => void;
|
|
61
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, BentoCheckboxEvent[], BentoCheckboxEvent, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
|
+
}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, BentoCheckboxEvent[], BentoCheckboxEvent, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
62
62
|
value: {
|
|
63
63
|
type: (StringConstructor | NumberConstructor)[];
|
|
64
64
|
default: any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PropType } from
|
|
1
|
+
import { PropType } from "../../../../../../vue3/node_modules/vue";
|
|
2
2
|
import { BentoCheckboxGroupItems, BentoCheckboxGroupVariant } from './checkbox-group.types';
|
|
3
3
|
import { BentoCheckboxEvent } from '../../checkbox.types';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: import("../../../../../../vue3/node_modules/vue").DefineComponent<{
|
|
5
5
|
items: {
|
|
6
6
|
type: PropType<BentoCheckboxGroupItems>;
|
|
7
7
|
required: true;
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
default: () => any[];
|
|
25
25
|
};
|
|
26
26
|
variant: {
|
|
27
|
-
type: PropType<BentoCheckboxGroupVariant>;
|
|
27
|
+
type: PropType<"vertical" | "horizontal" | BentoCheckboxGroupVariant>;
|
|
28
28
|
default: BentoCheckboxGroupVariant;
|
|
29
29
|
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
30
30
|
};
|
|
@@ -54,14 +54,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
54
|
};
|
|
55
55
|
}, {
|
|
56
56
|
errorId: string;
|
|
57
|
-
shouldShowGroupError: import("vue").ComputedRef<boolean>;
|
|
58
|
-
shouldShowGroupErrorMessage: import("vue").ComputedRef<boolean>;
|
|
59
|
-
conditionalClasses: import("vue").ComputedRef<{
|
|
57
|
+
shouldShowGroupError: import("../../../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
58
|
+
shouldShowGroupErrorMessage: import("../../../../../../vue3/node_modules/vue").ComputedRef<boolean>;
|
|
59
|
+
conditionalClasses: import("../../../../../../vue3/node_modules/vue").ComputedRef<{
|
|
60
60
|
'b-checkbox-group__checkboxes--horizontal': boolean;
|
|
61
61
|
}>;
|
|
62
|
-
inputValue: import("vue").Ref<(string | number)[]>;
|
|
62
|
+
inputValue: import("../../../../../../vue3/node_modules/vue").Ref<(string | number)[]>;
|
|
63
63
|
onInput: (value: any) => void;
|
|
64
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, BentoCheckboxEvent[], BentoCheckboxEvent, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
64
|
+
}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, BentoCheckboxEvent[], BentoCheckboxEvent, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
65
65
|
items: {
|
|
66
66
|
type: PropType<BentoCheckboxGroupItems>;
|
|
67
67
|
required: true;
|
|
@@ -84,7 +84,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
84
|
default: () => any[];
|
|
85
85
|
};
|
|
86
86
|
variant: {
|
|
87
|
-
type: PropType<BentoCheckboxGroupVariant>;
|
|
87
|
+
type: PropType<"vertical" | "horizontal" | BentoCheckboxGroupVariant>;
|
|
88
88
|
default: BentoCheckboxGroupVariant;
|
|
89
89
|
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
90
90
|
};
|
|
@@ -116,7 +116,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
116
116
|
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
117
117
|
}, {
|
|
118
118
|
disabled: boolean;
|
|
119
|
-
variant: BentoCheckboxGroupVariant;
|
|
119
|
+
variant: "vertical" | "horizontal" | BentoCheckboxGroupVariant;
|
|
120
120
|
errorMessage: string;
|
|
121
121
|
readonly: boolean;
|
|
122
122
|
modelValue: (string | number)[];
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export declare const BentoClickOutside: import("vue").DefineComponent<{
|
|
1
|
+
export declare const BentoClickOutside: import("../../../../vue3/node_modules/vue").DefineComponent<{
|
|
2
2
|
el: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6
|
+
}, () => import("../../../../vue3/node_modules/vue").VNode<import("../../../../vue3/node_modules/vue").RendererNode, import("../../../../vue3/node_modules/vue").RendererElement, {
|
|
7
7
|
[key: string]: any;
|
|
8
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "handler"[], "handler", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
}>, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, "handler"[], "handler", import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
9
9
|
el: {
|
|
10
10
|
type: StringConstructor;
|
|
11
11
|
default: string;
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
import { PropType } from
|
|
1
|
+
import { PropType } from "../../../../vue3/node_modules/vue";
|
|
2
2
|
import { EditorView } from '@codemirror/view';
|
|
3
|
-
import { BentoButtonVariant } from
|
|
4
|
-
import { BentoTypographyElement } from
|
|
5
|
-
import { BentoCodeSnippetEvent, BentoCodeSnippetSupportedLanguage, BentoCodeSnippetVariant } from
|
|
6
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
import { BentoButtonVariant } from "../button";
|
|
4
|
+
import { BentoTypographyElement } from "../typography";
|
|
5
|
+
import { BentoCodeSnippetEvent, BentoCodeSnippetSupportedLanguage, BentoCodeSnippetVariant } from "./code-snippet.types";
|
|
6
|
+
declare const _default: import("../../../../vue3/node_modules/vue").DefineComponent<{
|
|
7
7
|
variant: {
|
|
8
|
-
type: PropType<BentoCodeSnippetVariant>;
|
|
8
|
+
type: PropType<"inline" | "singleline" | "multiline" | BentoCodeSnippetVariant>;
|
|
9
9
|
default: BentoCodeSnippetVariant;
|
|
10
|
+
validator: (value: BentoCodeSnippetVariant) => boolean;
|
|
10
11
|
};
|
|
11
12
|
lang: {
|
|
12
|
-
type: PropType<BentoCodeSnippetSupportedLanguage>;
|
|
13
|
+
type: PropType<"json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage>;
|
|
13
14
|
default: BentoCodeSnippetSupportedLanguage;
|
|
15
|
+
validator: (value: BentoCodeSnippetSupportedLanguage) => boolean;
|
|
14
16
|
};
|
|
15
17
|
langLabel: {
|
|
16
18
|
type: StringConstructor;
|
|
@@ -36,27 +38,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
38
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
37
39
|
BentoButtonVariant: typeof BentoButtonVariant;
|
|
38
40
|
BentoCodeSnippetVariant: typeof BentoCodeSnippetVariant;
|
|
39
|
-
container: import("vue").ShallowRef<HTMLDivElement>;
|
|
40
|
-
editor: import("vue").ShallowRef<EditorView>;
|
|
41
|
-
currentContents: import("vue").Ref<string>;
|
|
42
|
-
conditionalClasses: import("vue").ComputedRef<{
|
|
41
|
+
container: import("../../../../vue3/node_modules/vue").ShallowRef<HTMLDivElement>;
|
|
42
|
+
editor: import("../../../../vue3/node_modules/vue").ShallowRef<EditorView>;
|
|
43
|
+
currentContents: import("../../../../vue3/node_modules/vue").Ref<string>;
|
|
44
|
+
conditionalClasses: import("../../../../vue3/node_modules/vue").ComputedRef<{
|
|
43
45
|
'b-code-snippet--inline': boolean;
|
|
44
46
|
'b-code-snippet--scrollable': boolean;
|
|
45
47
|
}>;
|
|
46
48
|
availableLanguages: any[];
|
|
47
|
-
displayedLang: import("vue").ComputedRef<string>;
|
|
48
|
-
selectedLanguage: import("vue").Ref<string>;
|
|
49
|
+
displayedLang: import("../../../../vue3/node_modules/vue").ComputedRef<string>;
|
|
50
|
+
selectedLanguage: import("../../../../vue3/node_modules/vue").Ref<string>;
|
|
49
51
|
handleChangeLanguage: () => void;
|
|
50
|
-
runText: import("vue").ComputedRef<string>;
|
|
52
|
+
runText: import("../../../../vue3/node_modules/vue").ComputedRef<string>;
|
|
51
53
|
onActionClicked: () => void;
|
|
52
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, BentoCodeSnippetEvent[], BentoCodeSnippetEvent, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
54
|
+
}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, BentoCodeSnippetEvent[], BentoCodeSnippetEvent, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
53
55
|
variant: {
|
|
54
|
-
type: PropType<BentoCodeSnippetVariant>;
|
|
56
|
+
type: PropType<"inline" | "singleline" | "multiline" | BentoCodeSnippetVariant>;
|
|
55
57
|
default: BentoCodeSnippetVariant;
|
|
58
|
+
validator: (value: BentoCodeSnippetVariant) => boolean;
|
|
56
59
|
};
|
|
57
60
|
lang: {
|
|
58
|
-
type: PropType<BentoCodeSnippetSupportedLanguage>;
|
|
61
|
+
type: PropType<"json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage>;
|
|
59
62
|
default: BentoCodeSnippetSupportedLanguage;
|
|
63
|
+
validator: (value: BentoCodeSnippetSupportedLanguage) => boolean;
|
|
60
64
|
};
|
|
61
65
|
langLabel: {
|
|
62
66
|
type: StringConstructor;
|
|
@@ -82,8 +86,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
86
|
onAction?: (...args: any[]) => any;
|
|
83
87
|
}, {
|
|
84
88
|
content: string;
|
|
85
|
-
variant: BentoCodeSnippetVariant;
|
|
86
|
-
lang: BentoCodeSnippetSupportedLanguage;
|
|
89
|
+
variant: "inline" | "singleline" | "multiline" | BentoCodeSnippetVariant;
|
|
90
|
+
lang: "json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage;
|
|
87
91
|
langLabel: string;
|
|
88
92
|
editable: boolean;
|
|
89
93
|
actionable: boolean;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BentoCodeSnippetSupportedLanguage } from
|
|
1
|
+
import { BentoCodeSnippetSupportedLanguage } from "../code-snippet.types";
|
|
2
2
|
import { json } from '@codemirror/lang-json';
|
|
3
3
|
import { xml } from '@codemirror/lang-xml';
|
|
4
4
|
import { javascript } from '@codemirror/lang-javascript';
|
|
5
5
|
import { java } from '@codemirror/lang-java';
|
|
6
|
-
export declare const useLanguage: (language: BentoCodeSnippetSupportedLanguage) => {
|
|
6
|
+
export declare const useLanguage: (language: BentoCodeSnippetSupportedLanguage | `${BentoCodeSnippetSupportedLanguage}`) => {
|
|
7
7
|
loadLang: () => Promise<typeof json | typeof xml | typeof javascript | typeof java>;
|
|
8
8
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { MaybeRef } from
|
|
2
|
-
export declare const useCountryCapital: (code: MaybeRef<string>, locale: MaybeRef<string>, useFallback?: boolean) => import("vue").ComputedRef<any>;
|
|
1
|
+
import { MaybeRef } from "../../../../types";
|
|
2
|
+
export declare const useCountryCapital: (code: MaybeRef<string>, locale: MaybeRef<string>, useFallback?: boolean) => import("../../../../../../vue3/node_modules/vue").ComputedRef<any>;
|
|
3
3
|
export default useCountryCapital;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Ref } from
|
|
1
|
+
import { Ref } from "../../../../../vue3/node_modules/vue";
|
|
2
2
|
export declare const useCountryFlag: (code: Ref<string>, useFallback?: boolean) => Ref<string>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { MaybeRef } from
|
|
2
|
-
export declare const useCountryName: (code: MaybeRef<string>, locale: MaybeRef<string>, useFallback?: boolean) => import("vue").ComputedRef<any>;
|
|
1
|
+
import { MaybeRef } from "../../../../types";
|
|
2
|
+
export declare const useCountryName: (code: MaybeRef<string>, locale: MaybeRef<string>, useFallback?: boolean) => import("../../../../../../vue3/node_modules/vue").ComputedRef<any>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { MaybeRef } from
|
|
2
|
-
export declare const useCountryPhoneCode: (countryCode: MaybeRef<string>) => import("vue").ComputedRef<any>;
|
|
1
|
+
import { MaybeRef } from "../../../../types";
|
|
2
|
+
export declare const useCountryPhoneCode: (countryCode: MaybeRef<string>) => import("../../../../../../vue3/node_modules/vue").ComputedRef<any>;
|
|
3
3
|
export default useCountryPhoneCode;
|
|
@@ -1,42 +1,44 @@
|
|
|
1
|
-
import { PropType } from
|
|
2
|
-
import { BentoTypographyElement } from
|
|
1
|
+
import { PropType } from "../../../../vue3/node_modules/vue";
|
|
2
|
+
import { BentoTypographyElement } from "../typography";
|
|
3
3
|
import { BentoCountryCode, BentoCountryVariant } from './country.types';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: import("../../../../vue3/node_modules/vue").DefineComponent<{
|
|
5
5
|
code: {
|
|
6
|
-
type: PropType<BentoCountryCode>;
|
|
6
|
+
type: PropType<"MM" | "BD" | "BE" | "BF" | "BG" | "BA" | "BB" | "WF" | "BL" | "BM" | "BN" | "BO" | "BH" | "BI" | "BJ" | "BT" | "JM" | "BV" | "BW" | "WS" | "BQ" | "BR" | "BS" | "JE" | "BY" | "BZ" | "RU" | "RW" | "RS" | "TL" | "RE" | "TM" | "TJ" | "RO" | "TK" | "GW" | "GU" | "GT" | "GS" | "GR" | "GQ" | "GP" | "JP" | "GY" | "GG" | "GF" | "GE" | "GD" | "GB" | "GA" | "SV" | "GN" | "GM" | "GL" | "GI" | "GH" | "OM" | "TN" | "JO" | "HR" | "HT" | "HU" | "HK" | "HN" | "HM" | "VE" | "PR" | "PS" | "PW" | "PT" | "SJ" | "PY" | "IQ" | "PA" | "PF" | "PG" | "PE" | "PK" | "PH" | "PN" | "PL" | "PM" | "ZM" | "EH" | "EE" | "EG" | "ZA" | "EC" | "IT" | "VN" | "SB" | "ET" | "SO" | "ZW" | "SA" | "ES" | "ER" | "ME" | "MD" | "MG" | "MF" | "MA" | "MC" | "UZ" | "ML" | "MO" | "MN" | "MH" | "MK" | "MU" | "MT" | "MW" | "MV" | "MQ" | "MP" | "MS" | "MR" | "IM" | "UG" | "TZ" | "MY" | "MX" | "IL" | "FR" | "IO" | "SH" | "FI" | "FJ" | "FK" | "FM" | "FO" | "NI" | "NL" | "NO" | "NA" | "VU" | "NC" | "NE" | "NF" | "NG" | "NZ" | "NP" | "NR" | "NU" | "CK" | "XK" | "CI" | "CH" | "CO" | "CN" | "CM" | "CL" | "CC" | "CA" | "CG" | "CF" | "CD" | "CZ" | "CY" | "CX" | "CR" | "CW" | "CV" | "CU" | "SZ" | "SY" | "SX" | "KG" | "KE" | "SS" | "SR" | "KI" | "KH" | "KN" | "KM" | "ST" | "SK" | "KR" | "SI" | "KP" | "KW" | "SN" | "SM" | "SL" | "SC" | "KZ" | "KY" | "SG" | "SE" | "SD" | "DO" | "DM" | "DJ" | "DK" | "VG" | "DE" | "YE" | "DZ" | "US" | "UY" | "YT" | "UM" | "LB" | "LC" | "LA" | "TV" | "TW" | "TT" | "TR" | "LK" | "LI" | "LV" | "TO" | "LT" | "LU" | "LR" | "LS" | "TH" | "TF" | "TG" | "TD" | "TC" | "LY" | "VA" | "VC" | "AE" | "AD" | "AG" | "AF" | "AI" | "VI" | "IS" | "IR" | "AM" | "AL" | "AO" | "AQ" | "AS" | "AR" | "AU" | "AT" | "AW" | "IN" | "AX" | "AZ" | "IE" | "ID" | "UA" | "QA" | "MZ" | "ZZ" | BentoCountryCode>;
|
|
7
7
|
default: BentoCountryCode;
|
|
8
|
+
validator: (value: BentoCountryCode) => boolean;
|
|
8
9
|
};
|
|
9
10
|
label: {
|
|
10
11
|
type: StringConstructor;
|
|
11
12
|
default: any;
|
|
12
13
|
};
|
|
13
14
|
variant: {
|
|
14
|
-
type: PropType<BentoCountryVariant>;
|
|
15
|
+
type: PropType<"name" | "iso" | "phone_code" | "capital" | "custom" | BentoCountryVariant>;
|
|
15
16
|
default: BentoCountryVariant;
|
|
16
17
|
validator: (value: BentoCountryVariant) => boolean;
|
|
17
18
|
};
|
|
18
19
|
}, {
|
|
19
|
-
flagIconSrc: import("vue").Ref<string>;
|
|
20
|
-
countryName: import("vue").ComputedRef<any>;
|
|
21
|
-
countryLabel: import("vue").Ref<any>;
|
|
20
|
+
flagIconSrc: import("../../../../vue3/node_modules/vue").Ref<string>;
|
|
21
|
+
countryName: import("../../../../vue3/node_modules/vue").ComputedRef<any>;
|
|
22
|
+
countryLabel: import("../../../../vue3/node_modules/vue").Ref<any>;
|
|
22
23
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
23
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
24
25
|
code: {
|
|
25
|
-
type: PropType<BentoCountryCode>;
|
|
26
|
+
type: PropType<"MM" | "BD" | "BE" | "BF" | "BG" | "BA" | "BB" | "WF" | "BL" | "BM" | "BN" | "BO" | "BH" | "BI" | "BJ" | "BT" | "JM" | "BV" | "BW" | "WS" | "BQ" | "BR" | "BS" | "JE" | "BY" | "BZ" | "RU" | "RW" | "RS" | "TL" | "RE" | "TM" | "TJ" | "RO" | "TK" | "GW" | "GU" | "GT" | "GS" | "GR" | "GQ" | "GP" | "JP" | "GY" | "GG" | "GF" | "GE" | "GD" | "GB" | "GA" | "SV" | "GN" | "GM" | "GL" | "GI" | "GH" | "OM" | "TN" | "JO" | "HR" | "HT" | "HU" | "HK" | "HN" | "HM" | "VE" | "PR" | "PS" | "PW" | "PT" | "SJ" | "PY" | "IQ" | "PA" | "PF" | "PG" | "PE" | "PK" | "PH" | "PN" | "PL" | "PM" | "ZM" | "EH" | "EE" | "EG" | "ZA" | "EC" | "IT" | "VN" | "SB" | "ET" | "SO" | "ZW" | "SA" | "ES" | "ER" | "ME" | "MD" | "MG" | "MF" | "MA" | "MC" | "UZ" | "ML" | "MO" | "MN" | "MH" | "MK" | "MU" | "MT" | "MW" | "MV" | "MQ" | "MP" | "MS" | "MR" | "IM" | "UG" | "TZ" | "MY" | "MX" | "IL" | "FR" | "IO" | "SH" | "FI" | "FJ" | "FK" | "FM" | "FO" | "NI" | "NL" | "NO" | "NA" | "VU" | "NC" | "NE" | "NF" | "NG" | "NZ" | "NP" | "NR" | "NU" | "CK" | "XK" | "CI" | "CH" | "CO" | "CN" | "CM" | "CL" | "CC" | "CA" | "CG" | "CF" | "CD" | "CZ" | "CY" | "CX" | "CR" | "CW" | "CV" | "CU" | "SZ" | "SY" | "SX" | "KG" | "KE" | "SS" | "SR" | "KI" | "KH" | "KN" | "KM" | "ST" | "SK" | "KR" | "SI" | "KP" | "KW" | "SN" | "SM" | "SL" | "SC" | "KZ" | "KY" | "SG" | "SE" | "SD" | "DO" | "DM" | "DJ" | "DK" | "VG" | "DE" | "YE" | "DZ" | "US" | "UY" | "YT" | "UM" | "LB" | "LC" | "LA" | "TV" | "TW" | "TT" | "TR" | "LK" | "LI" | "LV" | "TO" | "LT" | "LU" | "LR" | "LS" | "TH" | "TF" | "TG" | "TD" | "TC" | "LY" | "VA" | "VC" | "AE" | "AD" | "AG" | "AF" | "AI" | "VI" | "IS" | "IR" | "AM" | "AL" | "AO" | "AQ" | "AS" | "AR" | "AU" | "AT" | "AW" | "IN" | "AX" | "AZ" | "IE" | "ID" | "UA" | "QA" | "MZ" | "ZZ" | BentoCountryCode>;
|
|
26
27
|
default: BentoCountryCode;
|
|
28
|
+
validator: (value: BentoCountryCode) => boolean;
|
|
27
29
|
};
|
|
28
30
|
label: {
|
|
29
31
|
type: StringConstructor;
|
|
30
32
|
default: any;
|
|
31
33
|
};
|
|
32
34
|
variant: {
|
|
33
|
-
type: PropType<BentoCountryVariant>;
|
|
35
|
+
type: PropType<"name" | "iso" | "phone_code" | "capital" | "custom" | BentoCountryVariant>;
|
|
34
36
|
default: BentoCountryVariant;
|
|
35
37
|
validator: (value: BentoCountryVariant) => boolean;
|
|
36
38
|
};
|
|
37
39
|
}>>, {
|
|
38
|
-
code: BentoCountryCode;
|
|
40
|
+
code: "MM" | "BD" | "BE" | "BF" | "BG" | "BA" | "BB" | "WF" | "BL" | "BM" | "BN" | "BO" | "BH" | "BI" | "BJ" | "BT" | "JM" | "BV" | "BW" | "WS" | "BQ" | "BR" | "BS" | "JE" | "BY" | "BZ" | "RU" | "RW" | "RS" | "TL" | "RE" | "TM" | "TJ" | "RO" | "TK" | "GW" | "GU" | "GT" | "GS" | "GR" | "GQ" | "GP" | "JP" | "GY" | "GG" | "GF" | "GE" | "GD" | "GB" | "GA" | "SV" | "GN" | "GM" | "GL" | "GI" | "GH" | "OM" | "TN" | "JO" | "HR" | "HT" | "HU" | "HK" | "HN" | "HM" | "VE" | "PR" | "PS" | "PW" | "PT" | "SJ" | "PY" | "IQ" | "PA" | "PF" | "PG" | "PE" | "PK" | "PH" | "PN" | "PL" | "PM" | "ZM" | "EH" | "EE" | "EG" | "ZA" | "EC" | "IT" | "VN" | "SB" | "ET" | "SO" | "ZW" | "SA" | "ES" | "ER" | "ME" | "MD" | "MG" | "MF" | "MA" | "MC" | "UZ" | "ML" | "MO" | "MN" | "MH" | "MK" | "MU" | "MT" | "MW" | "MV" | "MQ" | "MP" | "MS" | "MR" | "IM" | "UG" | "TZ" | "MY" | "MX" | "IL" | "FR" | "IO" | "SH" | "FI" | "FJ" | "FK" | "FM" | "FO" | "NI" | "NL" | "NO" | "NA" | "VU" | "NC" | "NE" | "NF" | "NG" | "NZ" | "NP" | "NR" | "NU" | "CK" | "XK" | "CI" | "CH" | "CO" | "CN" | "CM" | "CL" | "CC" | "CA" | "CG" | "CF" | "CD" | "CZ" | "CY" | "CX" | "CR" | "CW" | "CV" | "CU" | "SZ" | "SY" | "SX" | "KG" | "KE" | "SS" | "SR" | "KI" | "KH" | "KN" | "KM" | "ST" | "SK" | "KR" | "SI" | "KP" | "KW" | "SN" | "SM" | "SL" | "SC" | "KZ" | "KY" | "SG" | "SE" | "SD" | "DO" | "DM" | "DJ" | "DK" | "VG" | "DE" | "YE" | "DZ" | "US" | "UY" | "YT" | "UM" | "LB" | "LC" | "LA" | "TV" | "TW" | "TT" | "TR" | "LK" | "LI" | "LV" | "TO" | "LT" | "LU" | "LR" | "LS" | "TH" | "TF" | "TG" | "TD" | "TC" | "LY" | "VA" | "VC" | "AE" | "AD" | "AG" | "AF" | "AI" | "VI" | "IS" | "IR" | "AM" | "AL" | "AO" | "AQ" | "AS" | "AR" | "AU" | "AT" | "AW" | "IN" | "AX" | "AZ" | "IE" | "ID" | "UA" | "QA" | "MZ" | "ZZ" | BentoCountryCode;
|
|
39
41
|
label: string;
|
|
40
|
-
variant: BentoCountryVariant;
|
|
42
|
+
variant: "name" | "iso" | "phone_code" | "capital" | "custom" | BentoCountryVariant;
|
|
41
43
|
}>;
|
|
42
44
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { PropType } from
|
|
2
|
-
import { BentoTypographyElement, BentoTypographyVariant } from
|
|
3
|
-
import { BentoCurrencyISOCode } from
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
import { PropType } from "../../../../vue3/node_modules/vue";
|
|
2
|
+
import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
|
|
3
|
+
import { BentoCurrencyISOCode } from "./currency.types";
|
|
4
|
+
declare const _default: import("../../../../vue3/node_modules/vue").DefineComponent<{
|
|
5
5
|
currency: {
|
|
6
|
-
type: PropType<BentoCurrencyISOCode>;
|
|
6
|
+
type: PropType<"TOP" | "CVE" | "DJF" | "GNF" | "IDR" | "JPY" | "KMF" | "KRW" | "PYG" | "RWF" | "UGX" | "VND" | "VUV" | "XAF" | "XOF" | "XPF" | "MRO" | "BHD" | "IQD" | "JOD" | "KWD" | "LYD" | "OMR" | "TND" | "AFA" | "ALL" | "DZD" | "AOA" | "ARS" | "AMD" | "AWG" | "AUD" | "AZN" | "BSD" | "BDT" | "BBD" | "BYR" | "BEF" | "BZD" | "BMD" | "BTN" | "BTC" | "BOB" | "BAM" | "BWP" | "BRL" | "GBP" | "BND" | "BGN" | "BIF" | "KHR" | "CAD" | "KYD" | "CLP" | "CLF" | "CNY" | "COP" | "CDF" | "CRC" | "HRK" | "CUC" | "CZK" | "DKK" | "DOP" | "XCD" | "EGP" | "ERN" | "EEK" | "ETB" | "EUR" | "FKP" | "FJD" | "GMD" | "GEL" | "DEM" | "GHS" | "GIP" | "GRD" | "GTQ" | "GYD" | "HTG" | "HNL" | "HKD" | "HUF" | "ISK" | "INR" | "IRR" | "ILS" | "ITL" | "JMD" | "KZT" | "KES" | "KGS" | "LAK" | "LVL" | "LBP" | "LSL" | "LRD" | "LTC" | "LTL" | "MOP" | "MKD" | "MGA" | "MWK" | "MYR" | "MVR" | "MUR" | "MXN" | "MDL" | "MNT" | "MAD" | "MZM" | "MMK" | "NAD" | "NPR" | "ANG" | "TWD" | "NZD" | "NIO" | "NGN" | "KPW" | "NOK" | "PKR" | "PAB" | "PGK" | "PEN" | "PHP" | "PLN" | "QAR" | "RON" | "RUB" | "SVC" | "WST" | "STD" | "SAR" | "RSD" | "SCR" | "SLL" | "SGD" | "SKK" | "SBD" | "SOS" | "ZAR" | "SSP" | "XDR" | "LKR" | "SHP" | "SDG" | "SRD" | "SZL" | "SEK" | "CHF" | "SYP" | "TJS" | "TZS" | "THB" | "TTD" | "TRY" | "TMT" | "UAH" | "AED" | "UYU" | "USD" | "UZS" | "VEF" | "YER" | "ZMK" | "ZWL" | BentoCurrencyISOCode>;
|
|
7
7
|
default: BentoCurrencyISOCode;
|
|
8
8
|
validator: (value: BentoCurrencyISOCode) => boolean;
|
|
9
9
|
};
|
|
@@ -16,12 +16,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
18
18
|
}, {
|
|
19
|
-
formattedCurrency: import("vue").ComputedRef<string>;
|
|
19
|
+
formattedCurrency: import("../../../../vue3/node_modules/vue").ComputedRef<string>;
|
|
20
20
|
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
21
21
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
22
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
23
23
|
currency: {
|
|
24
|
-
type: PropType<BentoCurrencyISOCode>;
|
|
24
|
+
type: PropType<"TOP" | "CVE" | "DJF" | "GNF" | "IDR" | "JPY" | "KMF" | "KRW" | "PYG" | "RWF" | "UGX" | "VND" | "VUV" | "XAF" | "XOF" | "XPF" | "MRO" | "BHD" | "IQD" | "JOD" | "KWD" | "LYD" | "OMR" | "TND" | "AFA" | "ALL" | "DZD" | "AOA" | "ARS" | "AMD" | "AWG" | "AUD" | "AZN" | "BSD" | "BDT" | "BBD" | "BYR" | "BEF" | "BZD" | "BMD" | "BTN" | "BTC" | "BOB" | "BAM" | "BWP" | "BRL" | "GBP" | "BND" | "BGN" | "BIF" | "KHR" | "CAD" | "KYD" | "CLP" | "CLF" | "CNY" | "COP" | "CDF" | "CRC" | "HRK" | "CUC" | "CZK" | "DKK" | "DOP" | "XCD" | "EGP" | "ERN" | "EEK" | "ETB" | "EUR" | "FKP" | "FJD" | "GMD" | "GEL" | "DEM" | "GHS" | "GIP" | "GRD" | "GTQ" | "GYD" | "HTG" | "HNL" | "HKD" | "HUF" | "ISK" | "INR" | "IRR" | "ILS" | "ITL" | "JMD" | "KZT" | "KES" | "KGS" | "LAK" | "LVL" | "LBP" | "LSL" | "LRD" | "LTC" | "LTL" | "MOP" | "MKD" | "MGA" | "MWK" | "MYR" | "MVR" | "MUR" | "MXN" | "MDL" | "MNT" | "MAD" | "MZM" | "MMK" | "NAD" | "NPR" | "ANG" | "TWD" | "NZD" | "NIO" | "NGN" | "KPW" | "NOK" | "PKR" | "PAB" | "PGK" | "PEN" | "PHP" | "PLN" | "QAR" | "RON" | "RUB" | "SVC" | "WST" | "STD" | "SAR" | "RSD" | "SCR" | "SLL" | "SGD" | "SKK" | "SBD" | "SOS" | "ZAR" | "SSP" | "XDR" | "LKR" | "SHP" | "SDG" | "SRD" | "SZL" | "SEK" | "CHF" | "SYP" | "TJS" | "TZS" | "THB" | "TTD" | "TRY" | "TMT" | "UAH" | "AED" | "UYU" | "USD" | "UZS" | "VEF" | "YER" | "ZMK" | "ZWL" | BentoCurrencyISOCode>;
|
|
25
25
|
default: BentoCurrencyISOCode;
|
|
26
26
|
validator: (value: BentoCurrencyISOCode) => boolean;
|
|
27
27
|
};
|
|
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
};
|
|
36
36
|
}>>, {
|
|
37
37
|
disableTypography: boolean;
|
|
38
|
-
currency: BentoCurrencyISOCode;
|
|
38
|
+
currency: "TOP" | "CVE" | "DJF" | "GNF" | "IDR" | "JPY" | "KMF" | "KRW" | "PYG" | "RWF" | "UGX" | "VND" | "VUV" | "XAF" | "XOF" | "XPF" | "MRO" | "BHD" | "IQD" | "JOD" | "KWD" | "LYD" | "OMR" | "TND" | "AFA" | "ALL" | "DZD" | "AOA" | "ARS" | "AMD" | "AWG" | "AUD" | "AZN" | "BSD" | "BDT" | "BBD" | "BYR" | "BEF" | "BZD" | "BMD" | "BTN" | "BTC" | "BOB" | "BAM" | "BWP" | "BRL" | "GBP" | "BND" | "BGN" | "BIF" | "KHR" | "CAD" | "KYD" | "CLP" | "CLF" | "CNY" | "COP" | "CDF" | "CRC" | "HRK" | "CUC" | "CZK" | "DKK" | "DOP" | "XCD" | "EGP" | "ERN" | "EEK" | "ETB" | "EUR" | "FKP" | "FJD" | "GMD" | "GEL" | "DEM" | "GHS" | "GIP" | "GRD" | "GTQ" | "GYD" | "HTG" | "HNL" | "HKD" | "HUF" | "ISK" | "INR" | "IRR" | "ILS" | "ITL" | "JMD" | "KZT" | "KES" | "KGS" | "LAK" | "LVL" | "LBP" | "LSL" | "LRD" | "LTC" | "LTL" | "MOP" | "MKD" | "MGA" | "MWK" | "MYR" | "MVR" | "MUR" | "MXN" | "MDL" | "MNT" | "MAD" | "MZM" | "MMK" | "NAD" | "NPR" | "ANG" | "TWD" | "NZD" | "NIO" | "NGN" | "KPW" | "NOK" | "PKR" | "PAB" | "PGK" | "PEN" | "PHP" | "PLN" | "QAR" | "RON" | "RUB" | "SVC" | "WST" | "STD" | "SAR" | "RSD" | "SCR" | "SLL" | "SGD" | "SKK" | "SBD" | "SOS" | "ZAR" | "SSP" | "XDR" | "LKR" | "SHP" | "SDG" | "SRD" | "SZL" | "SEK" | "CHF" | "SYP" | "TJS" | "TZS" | "THB" | "TTD" | "TRY" | "TMT" | "UAH" | "AED" | "UYU" | "USD" | "UZS" | "VEF" | "YER" | "ZMK" | "ZWL" | BentoCurrencyISOCode;
|
|
39
39
|
majorUnits: boolean;
|
|
40
40
|
}>;
|
|
41
41
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PropType } from
|
|
1
|
+
import { PropType } from "../../../../../../vue3/node_modules/vue";
|
|
2
2
|
import { BentoColumn, BentoDatagridAllItemsSelectedState, BentoDatagridAriaSortValue, BentoDatagridSortByColumn, BentoDatagridSortDirection } from '../../data-grid.types';
|
|
3
|
-
import { BentoTypographyElement } from
|
|
3
|
+
import { BentoTypographyElement } from "../../../typography";
|
|
4
4
|
import { BentoDatagridDraggingColumnState, DatagridColumnsEvent } from './data-grid-columns-types';
|
|
5
|
-
import type { BentoMenuItem } from
|
|
6
|
-
import { BentoButtonVariant } from
|
|
7
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
import type { BentoMenuItem } from "../../../menu/components";
|
|
6
|
+
import { BentoButtonVariant } from "../../../button";
|
|
7
|
+
declare const _default: import("../../../../../../vue3/node_modules/vue").DefineComponent<{
|
|
8
8
|
columns: {
|
|
9
9
|
type: PropType<BentoColumn[]>;
|
|
10
10
|
required: true;
|
|
@@ -57,10 +57,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
'b-data-grid-columns__column--is-re-ordering-target-left': any;
|
|
58
58
|
'b-data-grid-columns__column--is-re-ordering-target-right': boolean;
|
|
59
59
|
};
|
|
60
|
-
conditionalColumnSeparatorClasses: import("vue").ComputedRef<{
|
|
60
|
+
conditionalColumnSeparatorClasses: import("../../../../../../vue3/node_modules/vue").ComputedRef<{
|
|
61
61
|
'b-data-grid-columns__column-separator-container--is-resizeable': boolean;
|
|
62
62
|
}>;
|
|
63
|
-
conditionalColumnsClasses: import("vue").ComputedRef<{
|
|
63
|
+
conditionalColumnsClasses: import("../../../../../../vue3/node_modules/vue").ComputedRef<{
|
|
64
64
|
'b-data-grid-columns--frozen': boolean;
|
|
65
65
|
'b-data-grid-columns--unfrozen'?: undefined;
|
|
66
66
|
'b-data-grid-columns--config-settings-margin'?: undefined;
|
|
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
69
|
'b-data-grid-columns--config-settings-margin': boolean;
|
|
70
70
|
'b-data-grid-columns--frozen'?: undefined;
|
|
71
71
|
}>;
|
|
72
|
-
allItemsSelectedCheckboxState: import("vue").Ref<{
|
|
72
|
+
allItemsSelectedCheckboxState: import("../../../../../../vue3/node_modules/vue").Ref<{
|
|
73
73
|
allItemsSelected: boolean;
|
|
74
74
|
isIndeterminate: boolean;
|
|
75
75
|
}>;
|
|
@@ -81,11 +81,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
81
81
|
sortByColumnField: (field: string) => void;
|
|
82
82
|
getSortingColumnDirection: (column: BentoColumn) => BentoDatagridAriaSortValue;
|
|
83
83
|
startResize: (hasResizableColumns: boolean, field: string, event: MouseEvent) => void;
|
|
84
|
-
isResizing: import("vue").Ref<boolean>;
|
|
84
|
+
isResizing: import("../../../../../../vue3/node_modules/vue").Ref<boolean>;
|
|
85
85
|
dataGridColumnEvents: (column: BentoColumn) => {
|
|
86
86
|
[eventName: string]: (e: Event) => void;
|
|
87
87
|
};
|
|
88
|
-
draggingEventsForColumn: import("vue").ComputedRef<(column: BentoColumn) => {
|
|
88
|
+
draggingEventsForColumn: import("../../../../../../vue3/node_modules/vue").ComputedRef<(column: BentoColumn) => {
|
|
89
89
|
dragstart?: undefined;
|
|
90
90
|
dragover?: undefined;
|
|
91
91
|
dragenter?: undefined;
|
|
@@ -98,7 +98,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
98
98
|
drop: () => void;
|
|
99
99
|
dragend: () => void;
|
|
100
100
|
}>;
|
|
101
|
-
contextualMenuData: import("vue").ComputedRef<(col: BentoColumn) => BentoMenuItem[]>;
|
|
101
|
+
contextualMenuData: import("../../../../../../vue3/node_modules/vue").ComputedRef<(col: BentoColumn) => BentoMenuItem[]>;
|
|
102
102
|
BentoButtonVariant: typeof BentoButtonVariant;
|
|
103
103
|
BentoDatagridSortDirection: typeof BentoDatagridSortDirection;
|
|
104
104
|
BentoTypographyElement: typeof BentoTypographyElement;
|
|
@@ -120,7 +120,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
120
120
|
LEFT: import("../../../popper-container").PopperContainerPositionBasic.LEFT;
|
|
121
121
|
};
|
|
122
122
|
DatagridColumnsEvent: typeof DatagridColumnsEvent;
|
|
123
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, (DatagridColumnsEvent.COLUMN_RESIZE | DatagridColumnsEvent.SORT | DatagridColumnsEvent.SELECT_ALL_ROWS | DatagridColumnsEvent.COLUMN_MOVE | DatagridColumnsEvent.COLUMN_UPDATE | DatagridColumnsEvent.COLUMN_MENU_OPEN | DatagridColumnsEvent.COLUMN_MENU_CLOSE | DatagridColumnsEvent.COLUMN_DRAG_START | DatagridColumnsEvent.COLUMN_DRAG_ENTER | DatagridColumnsEvent.COLUMN_DRAG_END | DatagridColumnsEvent.COLUMN_DROP)[], DatagridColumnsEvent.COLUMN_RESIZE | DatagridColumnsEvent.SORT | DatagridColumnsEvent.SELECT_ALL_ROWS | DatagridColumnsEvent.COLUMN_MOVE | DatagridColumnsEvent.COLUMN_UPDATE | DatagridColumnsEvent.COLUMN_MENU_OPEN | DatagridColumnsEvent.COLUMN_MENU_CLOSE | DatagridColumnsEvent.COLUMN_DRAG_START | DatagridColumnsEvent.COLUMN_DRAG_ENTER | DatagridColumnsEvent.COLUMN_DRAG_END | DatagridColumnsEvent.COLUMN_DROP, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
123
|
+
}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, (DatagridColumnsEvent.COLUMN_RESIZE | DatagridColumnsEvent.SORT | DatagridColumnsEvent.SELECT_ALL_ROWS | DatagridColumnsEvent.COLUMN_MOVE | DatagridColumnsEvent.COLUMN_UPDATE | DatagridColumnsEvent.COLUMN_MENU_OPEN | DatagridColumnsEvent.COLUMN_MENU_CLOSE | DatagridColumnsEvent.COLUMN_DRAG_START | DatagridColumnsEvent.COLUMN_DRAG_ENTER | DatagridColumnsEvent.COLUMN_DRAG_END | DatagridColumnsEvent.COLUMN_DROP)[], DatagridColumnsEvent.COLUMN_RESIZE | DatagridColumnsEvent.SORT | DatagridColumnsEvent.SELECT_ALL_ROWS | DatagridColumnsEvent.COLUMN_MOVE | DatagridColumnsEvent.COLUMN_UPDATE | DatagridColumnsEvent.COLUMN_MENU_OPEN | DatagridColumnsEvent.COLUMN_MENU_CLOSE | DatagridColumnsEvent.COLUMN_DRAG_START | DatagridColumnsEvent.COLUMN_DRAG_ENTER | DatagridColumnsEvent.COLUMN_DRAG_END | DatagridColumnsEvent.COLUMN_DROP, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
124
124
|
columns: {
|
|
125
125
|
type: PropType<BentoColumn[]>;
|
|
126
126
|
required: true;
|