@adyen/bento-vue3 1.29.0 → 1.30.0-rc.2
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/LICENSE +21 -0
- package/dist/@types/packages/core/src/components/button-actions/button-actions.types.d.ts +32 -0
- 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/action-bar/action-bar.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/alert/alert.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/avatar/avatar.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/avatar/components/avatar-image/avatar-image.vue.d.ts +5 -5
- 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 +9 -9
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +5 -32
- 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 +7 -7
- package/dist/@types/packages/vue2/src/components/button/components/toggle-button/toggle-button.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/card/card.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +20 -55
- package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +22 -22
- 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 +18 -18
- package/dist/@types/packages/vue2/src/components/country/composables/use-country-capital/use-country-capital.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/country/composables/use-country-name/use-country-name.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/country/composables/use-country-phone-code/use-country-phon-code.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/country/country.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/currency/currency.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/dashed-underline/dashed-underline.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-cell/data-grid-cell.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-cell/data-grid-cell.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-cell-actions/data-grid-cell-actions.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +5 -5
- 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 +8 -7
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue.d.ts +9 -8
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-lazy-load/data-grid-lazy-load.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-static-icon/data-grid-static-icon.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-calculate-column-width/use-calculate-column-width.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-calculate-column-width/use-calculate-column-width.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-calculate-sticky-element-height/use-calculate-sticky-element-height.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-column-hovering/use-column-hovering.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-column-hovering/use-column-hovering.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-column-reorderer/use-column-reorderer.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-config-settings/use-config-settings.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-keyboard-navigator/use-keyboard-navigator.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-lazy-loading/use-lazy-loading.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-resizer.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-scroller/use-scroller.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-selector.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-sorter.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +9 -181
- package/dist/@types/packages/vue2/src/components/date/date.types.d.ts +15 -15
- package/dist/@types/packages/vue2/src/components/date/date.vue.d.ts +6 -6
- 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.vue.d.ts +12 -12
- package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +15 -15
- 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.vue.d.ts +11 -10
- package/dist/@types/packages/vue2/src/components/divider/divider.vue.d.ts +1 -1
- 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 +8 -8
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/composables/use-dropdown-options-listbox.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/composables/use-country-items.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/composables/use-display-value.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/composables/use-display-value.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/composables/use-keyboard-navigation.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/composables/use-keyboard-navigation.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +13 -13
- package/dist/@types/packages/vue2/src/components/empty-state/empty-state.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +189 -572
- 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 +8 -8
- 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 +5 -5
- package/dist/@types/packages/vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue.d.ts +12 -12
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-filter/date-filter.vue.d.ts +13 -13
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +15 -15
- package/dist/@types/packages/vue2/src/components/filter-bar/components/filter-bar-button/filter-bar-button.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/components/input-filter/input-filter.vue.d.ts +13 -13
- package/dist/@types/packages/vue2/src/components/filter-bar/components/range-filter/range-filter.vue.d.ts +10 -9
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/components/select-filter-button/select-filter-button.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/components/select-filter-dropdown/select-filter-dropdown.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/select-filter.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-avatar-filter/select-avatar-filter.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.vue.d.ts +12 -11
- package/dist/@types/packages/vue2/src/components/focus-trap/focus-trap.vue.d.ts +5 -9
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-field-tip/form-layout-field-tip.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-group/form-layout-group.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-title/form-layout-title.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/form-layout/form-layout.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/header/components/info-icon-with-popover/info-icon-with-popover.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/header/header.vue.d.ts +8 -8
- package/dist/@types/packages/vue2/src/components/image/image.vue.d.ts +8 -8
- package/dist/@types/packages/vue2/src/components/info-icon/info-icon.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/input-field/input-field.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +14 -14
- package/dist/@types/packages/vue2/src/components/inspector/inspector.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/internal/base-button/base-button.vue.d.ts +10 -8
- package/dist/@types/packages/vue2/src/components/internal/button-actions-with-menu/button-actions-with-menu.vue.d.ts +6 -6
- 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 +14 -10
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/calendar-month.vue.d.ts +10 -9
- 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 +12 -5
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/composables/move-calendar-date.d.ts +8 -4
- package/dist/@types/packages/vue2/src/components/internal/checkbox-input/checkbox-input.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/copy/copy.vue.d.ts +7 -6
- package/dist/@types/packages/vue2/src/components/internal/dialog-page/dialog-page.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/dialog-page/dialog-page.vue.d.ts +5 -5
- 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/field-label/field-label.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/fixed-scroller/composables/useFixedScroller.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/internal/fixed-scroller/fixed-scroller.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/footer-actions/footer-actions.vue.d.ts +3 -3
- 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-chips/listbox-multi-select-chips.vue.d.ts +7 -7
- 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 +21 -20
- 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 +7 -7
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +18 -18
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option/listbox-option.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option-tag/listbox-option-tag.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select/components/listbox-single-select-category/listbox-single-select-category.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select/listbox-single-select.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/internal/listbox/composables/use-cached-selected-values/use-cached-selected-values.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/listbox/composables/use-multi-level-items/use-multi-level-items.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +28 -28
- package/dist/@types/packages/vue2/src/components/internal/radio-input/radio-input.vue.d.ts +21 -4
- package/dist/@types/packages/vue2/src/components/internal/teleport/teleport.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/link/link.vue.d.ts +6 -6
- 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.vue.d.ts +9 -8
- 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 +6 -6
- package/dist/@types/packages/vue2/src/components/menu/menu.vue.d.ts +14 -13
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/modal/components/modal-default/modal-default.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/modal/components/modal-page/modal-page.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/modal/modal.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/modal/modal.vue.d.ts +11 -11
- package/dist/@types/packages/vue2/src/components/modal-fullscreen/components/modal-fullscreen-page.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/modal-fullscreen/modal-fullscreen.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-context/pagination-context.vue.d.ts +4 -3
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-controls/pagination-controls.vue.d.ts +7 -6
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +5 -4
- package/dist/@types/packages/vue2/src/components/pagination/pagination.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/payment-method/composables/use-payment-icon/use-payment-icon.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/payment-method/payment-method.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +3 -3
- 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 +4 -4
- package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +11 -11
- package/dist/@types/packages/vue2/src/components/popper-container/popper-container.vue.d.ts +13 -51
- package/dist/@types/packages/vue2/src/components/radio-group/components/radio-button/radio-button.vue.d.ts +24 -43
- package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +14 -14
- package/dist/@types/packages/vue2/src/components/search-bar/search-bar.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/search-bar/useSearchBarDataFilter.d.ts +3 -2
- package/dist/@types/packages/vue2/src/components/secondary-nav/components/secondary-nav-category/secondary-nav-category.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/secondary-nav/components/secondary-nav-item/secondary-nav-item.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/secondary-nav/secondary-nav.keys.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/secondary-nav/secondary-nav.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/secondary-nav/secondary-nav.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/segmented-control/components/segmented-control-button/segmented-control-button.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/segmented-control/segmented-control.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/selection-card/components/selection-card-group/selection-card-group.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/selection-card/selection-card.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/sidepanel/components/sidepanel-page.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/sidepanel/sidepanel.vue.d.ts +34 -7
- package/dist/@types/packages/vue2/src/components/status/status.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/stepper/components/step/step.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/stepper/composables/use-keyboard-navigation/use-keyboard-navigation.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/stepper/composables/use-step-register/use-step-register.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/stepper/stepper.keys.d.ts +1 -3
- package/dist/@types/packages/vue2/src/components/stepper/stepper.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/stepper/stepper.vue.d.ts +9 -8
- package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/structured-list/structured-list.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +17 -17
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +9 -9
- 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 +9 -9
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +9 -9
- 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.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/tabs/components/tab.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/tabs/components/tab.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/tabs/tabs.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +17 -19
- package/dist/@types/packages/vue2/src/components/tag/tag.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +24 -60
- package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/timeline/timeline.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/toast/components/toast-item/toast-item.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/toast/components/toast-shadow-stack/toast-shadow-stack.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/toast/toast.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/toggle/toggle.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/tooltip/tooltip.vue.d.ts +15 -691
- package/dist/@types/packages/vue2/src/components/tutorial/components/tutorial-popover/components/tutorial-indicator/tutorial-indicator.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/tutorial/components/tutorial-popover/tutorial-popover.vue.d.ts +9 -53
- package/dist/@types/packages/vue2/src/components/tutorial/tutorial.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/tutorial/tutorial.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/typography/typography.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/composables/initials.d.ts +1 -1
- package/dist/@types/packages/vue2/src/composables/use-bento-toast-controller/use-bento-toast-controller.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/composables/use-checkbox-select-all/use-checkbox-select-all.d.ts +1 -1
- package/dist/@types/packages/vue2/src/composables/use-default-slot-validator/use-default-slot-validator.d.ts +1 -1
- package/dist/@types/packages/vue2/src/composables/use-expandable-content-height/use-expandable-content-height.d.ts +1 -1
- package/dist/@types/packages/vue2/src/composables/use-form-layout-loading/use-form-layout-loading.d.ts +2 -2
- package/dist/@types/packages/vue2/src/composables/use-form-validate/use-form.d.ts +3 -3
- package/dist/@types/packages/vue2/src/composables/use-has-slot/use-has-slot.d.ts +4 -8
- package/dist/@types/packages/vue2/src/composables/use-virtual-list/use-virtual-list.d.ts +2 -2
- package/dist/@types/packages/vue2/src/composables/use-virtual-list/use-virtual-list.types.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/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/templates/dashboard-template/components/dashboard-section/dashboard-section.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/templates/dashboard-template/dashboard-template.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/templates/data-grid-template/data-grid-template.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/templates/data-grid-template/data-grid-template.vue.d.ts +11 -73
- package/dist/@types/packages/vue2/src/types/date-format.d.ts +12 -12
- package/dist/@types/packages/vue2/src/types/elements.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 +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 +2 -2
- package/dist/@types/packages/vue2/src/utils/ts/storybook.d.ts +1 -1
- package/dist/action-bar.js +1 -1
- package/dist/alert.js +1 -1
- package/dist/assets/accordion-item.css +1 -1
- package/dist/assets/action-bar.css +1 -1
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/button-actions.css +1 -1
- package/dist/assets/calendar.css +1 -1
- package/dist/assets/card.css +1 -1
- package/dist/assets/copy.css +1 -1
- package/dist/assets/data-grid-template.css +1 -1
- package/dist/assets/data-grid.css +1 -1
- package/dist/assets/date-range-picker.css +1 -1
- package/dist/assets/dialog-page.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/error-message.css +1 -1
- package/dist/assets/filter-bar.css +1 -1
- package/dist/assets/inspector.css +1 -1
- package/dist/assets/menu.css +1 -1
- package/dist/assets/modal-fullscreen.css +1 -1
- package/dist/assets/pagination.css +1 -1
- package/dist/assets/popover.css +1 -1
- package/dist/assets/popper-container.css +1 -1
- package/dist/assets/radio-group.css +1 -1
- package/dist/assets/radio-input.css +1 -1
- package/dist/assets/sidepanel.css +1 -1
- package/dist/assets/step.css +1 -1
- package/dist/assets/structured-list-item.css +1 -1
- package/dist/assets/tooltip.css +1 -1
- package/dist/assets/typography.css +1 -1
- package/dist/assets/use-cached-selected-values.css +1 -1
- package/dist/button.js +4 -4
- package/dist/card.js +1 -1
- package/dist/checkbox.js +2 -2
- package/dist/chunks/{action-bar.UcSSukRr.js → action-bar.BbhDps3b.js} +5 -5
- package/dist/chunks/{action-bar.UcSSukRr.js.map → action-bar.BbhDps3b.js.map} +1 -1
- package/dist/chunks/{alert.C0gIf7Ka.js → alert.DbvBT-G3.js} +2 -2
- package/dist/chunks/alert.DbvBT-G3.js.map +1 -0
- package/dist/chunks/{base-modal.CY-t-QYh.js → base-modal.BYNj5kSe.js} +27 -27
- package/dist/chunks/base-modal.BYNj5kSe.js.map +1 -0
- package/dist/chunks/{button-actions-with-menu.Dnyh1m51.js → button-actions-with-menu.g1pPs-xJ.js} +4 -4
- package/dist/chunks/{button-actions-with-menu.Dnyh1m51.js.map → button-actions-with-menu.g1pPs-xJ.js.map} +1 -1
- package/dist/chunks/{button-actions.BpLFzJJY.js → button-actions.7thkiA2q.js} +4 -4
- package/dist/chunks/button-actions.7thkiA2q.js.map +1 -0
- package/dist/chunks/{button.DoqHEvPh.js → button.DDi9e0jg.js} +2 -2
- package/dist/chunks/{button.DoqHEvPh.js.map → button.DDi9e0jg.js.map} +1 -1
- package/dist/chunks/{calendar.CwULNbSL.js → calendar.C7aBVQRM.js} +237 -235
- package/dist/chunks/calendar.C7aBVQRM.js.map +1 -0
- package/dist/chunks/{card.DOQt8sH5.js → card.CMAqyX1S.js} +2 -2
- package/dist/chunks/{card.DOQt8sH5.js.map → card.CMAqyX1S.js.map} +1 -1
- package/dist/chunks/{checkbox-group.DS_f6k8E.js → checkbox-group.NueV1TOD.js} +4 -4
- package/dist/chunks/{checkbox-group.DS_f6k8E.js.map → checkbox-group.NueV1TOD.js.map} +1 -1
- package/dist/chunks/checkbox-input.CR1lHf7f.js.map +1 -1
- package/dist/chunks/{checkbox.C5cMvVMm.js → checkbox.bs6YOXO-.js} +3 -3
- package/dist/chunks/{checkbox.C5cMvVMm.js.map → checkbox.bs6YOXO-.js.map} +1 -1
- package/dist/chunks/checkmark-circle-fill.D29b-JWj.js.map +1 -1
- package/dist/chunks/checkmark-small.BCeGkayS.js.map +1 -1
- package/dist/chunks/chevron-left.4JHuWe7i.js.map +1 -1
- package/dist/chunks/chevron-up.5-KtIp8i.js.map +1 -1
- package/dist/chunks/{code-snippet.68epWI-z.js → code-snippet.B-V_k-LQ.js} +229 -225
- package/dist/chunks/code-snippet.B-V_k-LQ.js.map +1 -0
- package/dist/chunks/{controls-group.fAwpZLvA.js → controls-group.DcXz5BaZ.js} +2 -2
- package/dist/chunks/{controls-group.fAwpZLvA.js.map → controls-group.DcXz5BaZ.js.map} +1 -1
- package/dist/chunks/{copy.B6CXENok.js → copy.C5CS8Zbr.js} +14 -12
- package/dist/chunks/copy.C5CS8Zbr.js.map +1 -0
- package/dist/chunks/cross-circle-fill-small.DiZWEd7W.js.map +1 -1
- package/dist/chunks/cross-circle-fill.vLaelNTN.js.map +1 -1
- package/dist/chunks/cross-small.48UCoOqB.js.map +1 -1
- package/dist/chunks/cross.BlL0FyHo.js.map +1 -1
- package/dist/chunks/currency.CgVd9fQN.js.map +1 -1
- package/dist/chunks/{dashboard-section.Bzj5vzTE.js → dashboard-section.CkxT2Fr-.js} +3 -3
- package/dist/chunks/{dashboard-section.Bzj5vzTE.js.map → dashboard-section.CkxT2Fr-.js.map} +1 -1
- package/dist/chunks/{dashed-underline.SEXinixe.js → dashed-underline.D-mUN4Z9.js} +3 -3
- package/dist/chunks/{dashed-underline.SEXinixe.js.map → dashed-underline.D-mUN4Z9.js.map} +1 -1
- package/dist/chunks/data-grid-template.D1zQaCWR.js +93 -0
- package/dist/chunks/data-grid-template.D1zQaCWR.js.map +1 -0
- package/dist/chunks/{data-grid.D0dri6Lc.js → data-grid.C9rpc0Xf.js} +1076 -1050
- package/dist/chunks/data-grid.C9rpc0Xf.js.map +1 -0
- package/dist/chunks/{date-picker.NKXc916N.js → date-picker.B1Y5mINl.js} +16 -16
- package/dist/chunks/{date-picker.NKXc916N.js.map → date-picker.B1Y5mINl.js.map} +1 -1
- package/dist/chunks/{date-range-picker.DXdh7SCV.js → date-range-picker.GSfMEBkk.js} +160 -160
- package/dist/chunks/date-range-picker.GSfMEBkk.js.map +1 -0
- package/dist/chunks/date.2ndGvIGE.js.map +1 -1
- package/dist/chunks/{dialog-page.BLqqR73w.js → dialog-page.CZ4ZouAB.js} +2 -2
- package/dist/chunks/dialog-page.CZ4ZouAB.js.map +1 -0
- package/dist/chunks/{dropdown-tag.DPTV12uX.js → dropdown-tag.bZeOKcV1.js} +3 -3
- package/dist/chunks/{dropdown-tag.DPTV12uX.js.map → dropdown-tag.bZeOKcV1.js.map} +1 -1
- package/dist/chunks/{dropdown.CoVT4i0B.js → dropdown.Du9_NuRy.js} +263 -263
- package/dist/chunks/dropdown.Du9_NuRy.js.map +1 -0
- package/dist/chunks/{empty-state.BBxgpI-D.js → empty-state.DlKnuaPT.js} +2 -2
- package/dist/chunks/{empty-state.BBxgpI-D.js.map → empty-state.DlKnuaPT.js.map} +1 -1
- package/dist/chunks/{error-message.oV0CXm1m.js → error-message.C0f_A67A.js} +2 -2
- package/dist/chunks/{error-message.oV0CXm1m.js.map → error-message.C0f_A67A.js.map} +1 -1
- package/dist/chunks/expand.D1DTqaBO.js.map +1 -1
- package/dist/chunks/{filter-bar.d1IKC-Nr.js → filter-bar.Po-Uubcu.js} +886 -880
- package/dist/chunks/filter-bar.Po-Uubcu.js.map +1 -0
- package/dist/chunks/{fixed-scroller.DV7HtKDr.js → fixed-scroller.DL-B8KQD.js} +2 -2
- package/dist/chunks/{fixed-scroller.DV7HtKDr.js.map → fixed-scroller.DL-B8KQD.js.map} +1 -1
- package/dist/chunks/focus-trap.CwkbHfT8.js.map +1 -1
- package/dist/chunks/{footer-actions.Cuiq9UJH.js → footer-actions.CojViUrN.js} +3 -3
- package/dist/chunks/{footer-actions.Cuiq9UJH.js.map → footer-actions.CojViUrN.js.map} +1 -1
- package/dist/chunks/{form-layout-title.4Gz8-dJv.js → form-layout-title.DwyGd8m6.js} +2 -2
- package/dist/chunks/{form-layout-title.4Gz8-dJv.js.map → form-layout-title.DwyGd8m6.js.map} +1 -1
- package/dist/chunks/{header.B4il13uF.js → header.78hoSZnt.js} +3 -3
- package/dist/chunks/header.78hoSZnt.js.map +1 -0
- package/dist/chunks/i18n.DY5YXG5f.js.map +1 -1
- package/dist/chunks/index.B_EJflcs.js.map +1 -1
- package/dist/chunks/index.B_UZQ6qF.js.map +1 -1
- package/dist/chunks/index.DKQuLmwu.js.map +1 -1
- package/dist/chunks/index.Z84QE0E2.js.map +1 -1
- package/dist/chunks/index.xqFSZOAb.js.map +1 -1
- package/dist/chunks/{info-icon.B8AL324x.js → info-icon.BSmAA65Z.js} +3 -3
- package/dist/chunks/{info-icon.B8AL324x.js.map → info-icon.BSmAA65Z.js.map} +1 -1
- package/dist/chunks/info.CNegCnli.js.map +1 -1
- package/dist/chunks/{input-field.CKh69yj2.js → input-field.BJESI1wo.js} +3 -3
- package/dist/chunks/{input-field.CKh69yj2.js.map → input-field.BJESI1wo.js.map} +1 -1
- package/dist/chunks/{inspector.types.88WOdYA6.js → inspector.types.C0WZj6lQ.js} +2 -2
- package/dist/chunks/{inspector.types.88WOdYA6.js.map → inspector.types.C0WZj6lQ.js.map} +1 -1
- package/dist/chunks/{link.DeNN3Amu.js → link.PWBu8zGO.js} +7 -8
- package/dist/chunks/link.PWBu8zGO.js.map +1 -0
- package/dist/chunks/{listbox-option-tag.m6aNQTJN.js → listbox-option-tag.B-G6oEmV.js} +2 -2
- package/dist/chunks/{listbox-option-tag.m6aNQTJN.js.map → listbox-option-tag.B-G6oEmV.js.map} +1 -1
- package/dist/chunks/{loading-button.BxDrDxmI.js → loading-button.CokvM6FB.js} +2 -2
- package/dist/chunks/{loading-button.BxDrDxmI.js.map → loading-button.CokvM6FB.js.map} +1 -1
- package/dist/chunks/{menu.PtOT_BKl.js → menu.Bgvte2EI.js} +178 -175
- package/dist/chunks/menu.Bgvte2EI.js.map +1 -0
- package/dist/chunks/{modal-fullscreen.BkuEaCdO.js → modal-fullscreen.SI8pIiOb.js} +4 -4
- package/dist/chunks/{modal-fullscreen.BkuEaCdO.js.map → modal-fullscreen.SI8pIiOb.js.map} +1 -1
- package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.CQXfT4eW.js → modal.vue_vue_type_script_setup_true_lang.lmyIUcZP.js} +5 -5
- package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.CQXfT4eW.js.map → modal.vue_vue_type_script_setup_true_lang.lmyIUcZP.js.map} +1 -1
- package/dist/chunks/{pagination.DeOBHgWf.js → pagination.C-p_OASE.js} +161 -155
- package/dist/chunks/pagination.C-p_OASE.js.map +1 -0
- package/dist/chunks/{popover.CvUTNkQG.js → popover.CQ-OJWyU.js} +4 -4
- package/dist/chunks/{popover.CvUTNkQG.js.map → popover.CQ-OJWyU.js.map} +1 -1
- package/dist/chunks/{popper-container.50jF-_VU.js → popper-container.r_ubldGr.js} +488 -476
- package/dist/chunks/popper-container.r_ubldGr.js.map +1 -0
- package/dist/chunks/{radio-group.r5U1kQIe.js → radio-group.CpUEe2mK.js} +79 -69
- package/dist/chunks/radio-group.CpUEe2mK.js.map +1 -0
- package/dist/chunks/{radio-input.BEzK-fgR.js → radio-input.Dp-se-SR.js} +25 -19
- package/dist/chunks/radio-input.Dp-se-SR.js.map +1 -0
- package/dist/chunks/refresh.BfxRdaQb.js.map +1 -1
- package/dist/chunks/{search-bar.DmXr-0Ax.js → search-bar.cAEBU9jC.js} +2 -2
- package/dist/chunks/{search-bar.DmXr-0Ax.js.map → search-bar.cAEBU9jC.js.map} +1 -1
- package/dist/chunks/search.0lh99z1F.js.map +1 -1
- package/dist/chunks/{secondary-nav.DnQPIiYO.js → secondary-nav.BT4lgzyG.js} +2 -2
- package/dist/chunks/{secondary-nav.DnQPIiYO.js.map → secondary-nav.BT4lgzyG.js.map} +1 -1
- package/dist/chunks/{segmented-control.ClihHHOR.js → segmented-control.BDyuRrJO.js} +2 -2
- package/dist/chunks/{segmented-control.ClihHHOR.js.map → segmented-control.BDyuRrJO.js.map} +1 -1
- package/dist/chunks/{selection-card-group.AkttDBv5.js → selection-card-group.TV4Mvkia.js} +4 -4
- package/dist/chunks/{selection-card-group.AkttDBv5.js.map → selection-card-group.TV4Mvkia.js.map} +1 -1
- package/dist/chunks/sidepanel.CFcwFfi3.js +247 -0
- package/dist/chunks/sidepanel.CFcwFfi3.js.map +1 -0
- package/dist/chunks/{step.CVoaYmVZ.js → step.lGSc3G0r.js} +3 -3
- package/dist/chunks/step.lGSc3G0r.js.map +1 -0
- package/dist/chunks/structured-list-item.C9tSgCx5.js +101 -0
- package/dist/chunks/structured-list-item.C9tSgCx5.js.map +1 -0
- package/dist/chunks/{summary-grid-item-custom.MloQOKnI.js → summary-grid-item-custom.B_eC_0zo.js} +4 -4
- package/dist/chunks/{summary-grid-item-custom.MloQOKnI.js.map → summary-grid-item-custom.B_eC_0zo.js.map} +1 -1
- package/dist/chunks/{tabs.TNKpNgTM.js → tabs.B3J65sBM.js} +2 -2
- package/dist/chunks/{tabs.TNKpNgTM.js.map → tabs.B3J65sBM.js.map} +1 -1
- package/dist/chunks/{tag.D0imyBj_.js → tag.BARBbYTk.js} +2 -2
- package/dist/chunks/{tag.D0imyBj_.js.map → tag.BARBbYTk.js.map} +1 -1
- package/dist/chunks/teleport.L8qFCYpr.js.map +1 -1
- package/dist/chunks/{textarea.meOoBSoa.js → textarea.Cj28foyn.js} +3 -3
- package/dist/chunks/{textarea.meOoBSoa.js.map → textarea.Cj28foyn.js.map} +1 -1
- package/dist/chunks/{timeline-item.BF6w6sUT.js → timeline-item.DrL6fKrd.js} +7 -7
- package/dist/chunks/timeline-item.DrL6fKrd.js.map +1 -0
- package/dist/chunks/{toast.Bwo57uNy.js → toast.DIXqmWVE.js} +2 -2
- package/dist/chunks/{toast.Bwo57uNy.js.map → toast.DIXqmWVE.js.map} +1 -1
- package/dist/chunks/{toggle-button.q9F2dsIi.js → toggle-button.B1NdyfEo.js} +2 -2
- package/dist/chunks/{toggle-button.q9F2dsIi.js.map → toggle-button.B1NdyfEo.js.map} +1 -1
- package/dist/chunks/{tooltip.C0jTO2wt.js → tooltip.BlYrXcJ5.js} +17 -17
- package/dist/chunks/tooltip.BlYrXcJ5.js.map +1 -0
- package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.PX3UIJgR.js → tutorial.vue_vue_type_script_setup_true_lang.CpVqa8dO.js} +5 -5
- package/dist/chunks/tutorial.vue_vue_type_script_setup_true_lang.CpVqa8dO.js.map +1 -0
- package/dist/chunks/unique-id.XFfoKuc2.js.map +1 -1
- package/dist/chunks/{use-cached-selected-values.Bh2VFRA-.js → use-cached-selected-values.BC3pPxhe.js} +304 -310
- package/dist/chunks/use-cached-selected-values.BC3pPxhe.js.map +1 -0
- package/dist/chunks/warning-filled.DHw1rVWs.js.map +1 -1
- package/dist/code-snippet.js +1 -1
- package/dist/dashboard-template.js +1 -1
- package/dist/dashed-underline.js +1 -1
- package/dist/data-grid-template.js +1 -1
- package/dist/data-grid.js +1 -1
- package/dist/date-picker.js +2 -2
- package/dist/date-range-picker.js +2 -2
- package/dist/dropdown.js +3 -3
- package/dist/empty-state.js +1 -1
- package/dist/filter-bar.js +1 -1
- package/dist/form-layout.js +1 -1
- package/dist/header.js +1 -1
- package/dist/index.js +52 -51
- package/dist/index.js.map +1 -1
- package/dist/info-icon.js +1 -1
- package/dist/input-field.js +1 -1
- package/dist/inspector.js +1 -1
- package/dist/internal.js +8 -8
- package/dist/link.js +1 -1
- package/dist/menu.js +1 -1
- package/dist/modal-fullscreen.js +1 -1
- package/dist/modal.js +2 -2
- package/dist/pagination.js +1 -1
- package/dist/popover.js +1 -1
- package/dist/popper-container.js +1 -1
- package/dist/radio-group.js +2 -2
- package/dist/search-bar.js +2 -2
- package/dist/secondary-nav.js +1 -1
- package/dist/segmented-control.js +1 -1
- package/dist/selection-card.js +1 -1
- package/dist/sidepanel.js +1 -1
- package/dist/stepper.js +1 -1
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +1 -1
- package/dist/tabs.js +1 -1
- package/dist/tag.js +1 -1
- package/dist/textarea.js +1 -1
- package/dist/timeline.js +1 -1
- package/dist/toast.js +1 -1
- package/dist/tutorial.js +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +138 -121
- package/dist/chunks/alert.C0gIf7Ka.js.map +0 -1
- package/dist/chunks/base-modal.CY-t-QYh.js.map +0 -1
- package/dist/chunks/button-actions.BpLFzJJY.js.map +0 -1
- package/dist/chunks/calendar.CwULNbSL.js.map +0 -1
- package/dist/chunks/code-snippet.68epWI-z.js.map +0 -1
- package/dist/chunks/copy.B6CXENok.js.map +0 -1
- package/dist/chunks/data-grid-template.BRRSej-5.js +0 -89
- package/dist/chunks/data-grid-template.BRRSej-5.js.map +0 -1
- package/dist/chunks/data-grid.D0dri6Lc.js.map +0 -1
- package/dist/chunks/date-range-picker.DXdh7SCV.js.map +0 -1
- package/dist/chunks/dialog-page.BLqqR73w.js.map +0 -1
- package/dist/chunks/dropdown.CoVT4i0B.js.map +0 -1
- package/dist/chunks/filter-bar.d1IKC-Nr.js.map +0 -1
- package/dist/chunks/header.B4il13uF.js.map +0 -1
- package/dist/chunks/link.DeNN3Amu.js.map +0 -1
- package/dist/chunks/menu.PtOT_BKl.js.map +0 -1
- package/dist/chunks/pagination.DeOBHgWf.js.map +0 -1
- package/dist/chunks/popper-container.50jF-_VU.js.map +0 -1
- package/dist/chunks/radio-group.r5U1kQIe.js.map +0 -1
- package/dist/chunks/radio-input.BEzK-fgR.js.map +0 -1
- package/dist/chunks/sidepanel.Dv73FrCn.js +0 -230
- package/dist/chunks/sidepanel.Dv73FrCn.js.map +0 -1
- package/dist/chunks/step.CVoaYmVZ.js.map +0 -1
- package/dist/chunks/structured-list-item.DrYz5IsA.js +0 -101
- package/dist/chunks/structured-list-item.DrYz5IsA.js.map +0 -1
- package/dist/chunks/timeline-item.BF6w6sUT.js.map +0 -1
- package/dist/chunks/tooltip.C0jTO2wt.js.map +0 -1
- package/dist/chunks/tutorial.vue_vue_type_script_setup_true_lang.PX3UIJgR.js.map +0 -1
- package/dist/chunks/use-cached-selected-values.Bh2VFRA-.js.map +0 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022 Adyen
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { BentoButtonProps } from "../button/button.types";
|
|
2
|
+
import { BentoLoadingButtonState } from "../loading-button/loading-button.types";
|
|
3
|
+
export interface BentoButtonActionObject<IconType = object> extends BentoButtonProps {
|
|
4
|
+
title: string;
|
|
5
|
+
event?: (event: Event) => void;
|
|
6
|
+
icon?: IconType;
|
|
7
|
+
iconLeft?: IconType;
|
|
8
|
+
iconRight?: IconType;
|
|
9
|
+
state?: BentoLoadingButtonState | `${BentoLoadingButtonState}`;
|
|
10
|
+
iconOnly?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export type BentoButtonActionsList<IconType = object> = Array<BentoButtonActionObject<IconType>>;
|
|
13
|
+
export declare enum BentoButtonActionsLayoutBasic {
|
|
14
|
+
BUTTONS_END = "buttons-end",
|
|
15
|
+
FILL_CONTAINER = "fill-container",
|
|
16
|
+
SPACE_BETWEEN = "space-between",
|
|
17
|
+
VERTICAL_STACK = "vertical-stack"
|
|
18
|
+
}
|
|
19
|
+
export declare enum BentoButtonActionsLayoutExtended {
|
|
20
|
+
BUTTONS_START = "buttons-start"
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* @deprecated for usage with properties since version 2.0. Use the string literal instead.
|
|
24
|
+
*/
|
|
25
|
+
export declare const BentoButtonActionsLayout: {
|
|
26
|
+
BUTTONS_START: BentoButtonActionsLayoutExtended.BUTTONS_START;
|
|
27
|
+
BUTTONS_END: BentoButtonActionsLayoutBasic.BUTTONS_END;
|
|
28
|
+
FILL_CONTAINER: BentoButtonActionsLayoutBasic.FILL_CONTAINER;
|
|
29
|
+
SPACE_BETWEEN: BentoButtonActionsLayoutBasic.SPACE_BETWEEN;
|
|
30
|
+
VERTICAL_STACK: BentoButtonActionsLayoutBasic.VERTICAL_STACK;
|
|
31
|
+
};
|
|
32
|
+
export type BentoButtonActionsLayout = BentoButtonActionsLayoutBasic | BentoButtonActionsLayoutExtended;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropType } from "
|
|
1
|
+
import { PropType } from "../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue";
|
|
2
2
|
import type { BentoAccordionTitleSize } from './accordion.types';
|
|
3
3
|
/**
|
|
4
4
|
* An accordion is a vertical stack of interactive headers used to reveal or hide
|
|
@@ -25,7 +25,7 @@ import type { BentoAccordionTitleSize } from './accordion.types';
|
|
|
25
25
|
* `
|
|
26
26
|
* }
|
|
27
27
|
*/
|
|
28
|
-
declare const _default: __VLS_WithTemplateSlots<import("
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").DefineComponent<{
|
|
29
29
|
/**
|
|
30
30
|
* Controls accordion title size.
|
|
31
31
|
* @values default, small
|
|
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
34
34
|
type: PropType<BentoAccordionTitleSize>;
|
|
35
35
|
default: string;
|
|
36
36
|
};
|
|
37
|
-
}, {}, unknown, {}, {}, import("
|
|
37
|
+
}, {}, unknown, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").VNodeProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").AllowedComponentProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ExtractPropTypes<{
|
|
38
38
|
/**
|
|
39
39
|
* Controls accordion title size.
|
|
40
40
|
* @values default, small
|
package/dist/@types/packages/vue2/src/components/accordion/components/accordion-item.vue.d.ts
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
* `
|
|
22
22
|
* }
|
|
23
23
|
*/
|
|
24
|
-
declare const _default: __VLS_WithTemplateSlots<import("
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").DefineComponent<{
|
|
25
25
|
/**
|
|
26
26
|
* Sets the title of the accordion item.
|
|
27
27
|
*/
|
|
@@ -36,9 +36,9 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../vue3/node
|
|
|
36
36
|
type: BooleanConstructor;
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
|
-
}, {}, unknown, {}, {}, import("
|
|
39
|
+
}, {}, unknown, {}, {}, import("../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, import("../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, {
|
|
40
40
|
"update:is-expanded": (value: boolean) => void;
|
|
41
|
-
}, string, import("
|
|
41
|
+
}, string, import("../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").VNodeProps & import("../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").AllowedComponentProps & import("../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ExtractPropTypes<{
|
|
42
42
|
/**
|
|
43
43
|
* Sets the title of the accordion item.
|
|
44
44
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropType } from "
|
|
1
|
+
import { PropType } from "../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue";
|
|
2
2
|
import { BentoButtonActionsList } from "../button";
|
|
3
3
|
import { type BentoActionBarVariant } from "./action-bar.types";
|
|
4
4
|
/**
|
|
@@ -30,7 +30,7 @@ import { type BentoActionBarVariant } from "./action-bar.types";
|
|
|
30
30
|
* `
|
|
31
31
|
* }
|
|
32
32
|
*/
|
|
33
|
-
declare const _default: import("
|
|
33
|
+
declare const _default: import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").DefineComponent<{
|
|
34
34
|
/**
|
|
35
35
|
* List of actions that will be used to render the buttons.
|
|
36
36
|
* Required and used for the `default` variant.
|
|
@@ -83,13 +83,13 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
83
83
|
type: PropType<BentoActionBarVariant>;
|
|
84
84
|
default: string;
|
|
85
85
|
};
|
|
86
|
-
}, {}, unknown, {}, {}, import("
|
|
86
|
+
}, {}, unknown, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, {
|
|
87
87
|
close: () => void;
|
|
88
88
|
} & {
|
|
89
89
|
cancel: () => void;
|
|
90
90
|
} & {
|
|
91
91
|
save: () => void;
|
|
92
|
-
}, string, import("
|
|
92
|
+
}, string, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").VNodeProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").AllowedComponentProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ExtractPropTypes<{
|
|
93
93
|
/**
|
|
94
94
|
* List of actions that will be used to render the buttons.
|
|
95
95
|
* Required and used for the `default` variant.
|
|
@@ -15,7 +15,7 @@ import { BentoAlertTypeOption, BentoAlertVariant } from "./alert.types";
|
|
|
15
15
|
* `
|
|
16
16
|
* }
|
|
17
17
|
*/
|
|
18
|
-
declare const _default: __VLS_WithTemplateSlots<import("
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
19
19
|
/**
|
|
20
20
|
* Adds a close button on the right side of the alert
|
|
21
21
|
*/
|
|
@@ -34,9 +34,9 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
34
34
|
closeButton: boolean;
|
|
35
35
|
type: BentoAlertTypeOption;
|
|
36
36
|
variant: BentoAlertVariant;
|
|
37
|
-
}>, {}, unknown, {}, {}, import("
|
|
37
|
+
}>, {}, unknown, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, {
|
|
38
38
|
"close-alert": () => void;
|
|
39
|
-
}, string, import("
|
|
39
|
+
}, string, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").VNodeProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").AllowedComponentProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
40
40
|
/**
|
|
41
41
|
* Adds a close button on the right side of the alert
|
|
42
42
|
*/
|
|
@@ -70,9 +70,9 @@ export default _default;
|
|
|
70
70
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
71
71
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
72
72
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
73
|
-
type: import("
|
|
73
|
+
type: import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
74
74
|
} : {
|
|
75
|
-
type: import("
|
|
75
|
+
type: import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").PropType<T[K]>;
|
|
76
76
|
required: true;
|
|
77
77
|
};
|
|
78
78
|
};
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* template: `<bento-avatar :src="userAvatarSrc" username="Jane" />`
|
|
10
10
|
* }
|
|
11
11
|
*/
|
|
12
|
-
declare const _default: import("
|
|
12
|
+
declare const _default: import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
13
13
|
/**
|
|
14
14
|
* Displays the user profile without the label.
|
|
15
15
|
*/
|
|
@@ -29,7 +29,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
29
29
|
}>, {
|
|
30
30
|
iconOnly: boolean;
|
|
31
31
|
src: any;
|
|
32
|
-
}>, {}, unknown, {}, {}, import("
|
|
32
|
+
}>, {}, unknown, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").VNodeProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").AllowedComponentProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
33
33
|
/**
|
|
34
34
|
* Displays the user profile without the label.
|
|
35
35
|
*/
|
|
@@ -50,16 +50,16 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
50
50
|
iconOnly: boolean;
|
|
51
51
|
src: any;
|
|
52
52
|
}>>>, {
|
|
53
|
-
src: string;
|
|
54
53
|
iconOnly: boolean;
|
|
54
|
+
src: string;
|
|
55
55
|
}>;
|
|
56
56
|
export default _default;
|
|
57
57
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
58
58
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
59
59
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
60
|
-
type: import("
|
|
60
|
+
type: import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
61
61
|
} : {
|
|
62
|
-
type: import("
|
|
62
|
+
type: import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").PropType<T[K]>;
|
|
63
63
|
required: true;
|
|
64
64
|
};
|
|
65
65
|
};
|
|
@@ -10,7 +10,7 @@ import { BentoAvatarImageColor, BentoAvatarImageVariant } from './avatar-image.t
|
|
|
10
10
|
* template: `<avatar-image :src="userAvatarSrc" username="Jane" />`
|
|
11
11
|
* }
|
|
12
12
|
*/
|
|
13
|
-
declare const _default: import("
|
|
13
|
+
declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
14
14
|
/**
|
|
15
15
|
* Avatar color. Defaults to yellow.
|
|
16
16
|
*/
|
|
@@ -37,7 +37,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
37
37
|
src: any;
|
|
38
38
|
username: any;
|
|
39
39
|
variant: BentoAvatarImageVariant;
|
|
40
|
-
}>, {}, unknown, {}, {}, import("
|
|
40
|
+
}>, {}, unknown, {}, {}, import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").VNodeProps & import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").AllowedComponentProps & import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
41
41
|
/**
|
|
42
42
|
* Avatar color. Defaults to yellow.
|
|
43
43
|
*/
|
|
@@ -66,17 +66,17 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
66
66
|
variant: BentoAvatarImageVariant;
|
|
67
67
|
}>>>, {
|
|
68
68
|
variant: BentoAvatarImageVariant;
|
|
69
|
+
username: string;
|
|
69
70
|
src: string;
|
|
70
71
|
color: BentoAvatarImageColor;
|
|
71
|
-
username: string;
|
|
72
72
|
}>;
|
|
73
73
|
export default _default;
|
|
74
74
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
75
75
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
76
76
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
77
|
-
type: import("
|
|
77
|
+
type: import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
78
78
|
} : {
|
|
79
|
-
type: import("
|
|
79
|
+
type: import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").PropType<T[K]>;
|
|
80
80
|
required: true;
|
|
81
81
|
};
|
|
82
82
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PropType } from "
|
|
1
|
+
import { PropType } from "../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue";
|
|
2
2
|
import { AdlBadgeVariant } from './badge.types';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").DefineComponent<{
|
|
4
4
|
/**
|
|
5
5
|
* Types of flavour of Badge
|
|
6
6
|
* @values default, attention, warning, critical, success
|
|
@@ -18,11 +18,11 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
20
|
}, {
|
|
21
|
-
ariaLabel: import("
|
|
22
|
-
conditionalClasses: import("
|
|
21
|
+
ariaLabel: import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComputedRef<string>;
|
|
22
|
+
conditionalClasses: import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComputedRef<{
|
|
23
23
|
[x: string]: boolean;
|
|
24
24
|
}>;
|
|
25
|
-
}, unknown, {}, {}, import("
|
|
25
|
+
}, unknown, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").VNodeProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").AllowedComponentProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ExtractPropTypes<{
|
|
26
26
|
/**
|
|
27
27
|
* Types of flavour of Badge
|
|
28
28
|
* @values default, attention, warning, critical, success
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PropType } from "
|
|
1
|
+
import { PropType } from "../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue";
|
|
2
2
|
import { BentoButtonVariant } from "../../../../core/src/components/button/button.types";
|
|
3
3
|
import type { RouterLinkProps } from 'vue-router/types/router';
|
|
4
|
-
import type { AnchorHTMLAttributes } from "../../../../../node_modules/@vue/runtime-dom";
|
|
4
|
+
import type { AnchorHTMLAttributes, ButtonHTMLAttributes } from "../../../../../node_modules/.pnpm/@vue+runtime-dom@3.2.47/node_modules/@vue/runtime-dom";
|
|
5
5
|
export interface LinkProps extends RouterLinkProps, AnchorHTMLAttributes {
|
|
6
6
|
args?: {
|
|
7
7
|
props: RouterLinkProps;
|
|
@@ -38,7 +38,7 @@ export interface LinkProps extends RouterLinkProps, AnchorHTMLAttributes {
|
|
|
38
38
|
* `,
|
|
39
39
|
* }
|
|
40
40
|
*/
|
|
41
|
-
declare const _default: __VLS_WithTemplateSlots<import("
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").DefineComponent<{
|
|
42
42
|
/**
|
|
43
43
|
* Reduces sizing of button
|
|
44
44
|
*/
|
|
@@ -79,7 +79,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
79
79
|
* Possible values are: 'button', 'reset', 'submit'
|
|
80
80
|
*/
|
|
81
81
|
type: {
|
|
82
|
-
type: PropType<"
|
|
82
|
+
type: PropType<ButtonHTMLAttributes["type"]>;
|
|
83
83
|
default: string;
|
|
84
84
|
};
|
|
85
85
|
/**
|
|
@@ -87,11 +87,11 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
87
87
|
* @values primary, secondary, tertiary, tertiary-with-background
|
|
88
88
|
*/
|
|
89
89
|
variant: {
|
|
90
|
-
type: PropType<
|
|
90
|
+
type: PropType<BentoButtonVariant | `${BentoButtonVariant}`>;
|
|
91
91
|
default: BentoButtonVariant;
|
|
92
92
|
validator: (value: BentoButtonVariant) => boolean;
|
|
93
93
|
};
|
|
94
|
-
}, {}, unknown, {}, {}, import("
|
|
94
|
+
}, {}, unknown, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, {
|
|
95
95
|
blur: () => void;
|
|
96
96
|
} & {
|
|
97
97
|
click: (event: MouseEvent) => void;
|
|
@@ -99,7 +99,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
99
99
|
focus: () => void;
|
|
100
100
|
} & {
|
|
101
101
|
"keydown.esc": () => void;
|
|
102
|
-
}, string, import("
|
|
102
|
+
}, string, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").VNodeProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").AllowedComponentProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ExtractPropTypes<{
|
|
103
103
|
/**
|
|
104
104
|
* Reduces sizing of button
|
|
105
105
|
*/
|
|
@@ -140,7 +140,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
140
140
|
* Possible values are: 'button', 'reset', 'submit'
|
|
141
141
|
*/
|
|
142
142
|
type: {
|
|
143
|
-
type: PropType<"
|
|
143
|
+
type: PropType<ButtonHTMLAttributes["type"]>;
|
|
144
144
|
default: string;
|
|
145
145
|
};
|
|
146
146
|
/**
|
|
@@ -148,7 +148,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
148
148
|
* @values primary, secondary, tertiary, tertiary-with-background
|
|
149
149
|
*/
|
|
150
150
|
variant: {
|
|
151
|
-
type: PropType<
|
|
151
|
+
type: PropType<BentoButtonVariant | `${BentoButtonVariant}`>;
|
|
152
152
|
default: BentoButtonVariant;
|
|
153
153
|
validator: (value: BentoButtonVariant) => boolean;
|
|
154
154
|
};
|
|
@@ -1,32 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
icon?: VueNodeElement;
|
|
7
|
-
iconLeft?: VueNodeElement;
|
|
8
|
-
iconRight?: VueNodeElement;
|
|
9
|
-
state?: BentoLoadingButtonState | `${BentoLoadingButtonState}`;
|
|
10
|
-
iconOnly?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export type BentoButtonActionsList = Array<BentoButtonActionObject>;
|
|
13
|
-
export declare enum BentoButtonActionsLayoutBasic {
|
|
14
|
-
BUTTONS_END = "buttons-end",
|
|
15
|
-
FILL_CONTAINER = "fill-container",
|
|
16
|
-
SPACE_BETWEEN = "space-between",
|
|
17
|
-
VERTICAL_STACK = "vertical-stack"
|
|
18
|
-
}
|
|
19
|
-
export declare enum BentoButtonActionsLayoutExtended {
|
|
20
|
-
BUTTONS_START = "buttons-start"
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* @deprecated for usage with properties since version 2.0. Use the string literal instead.
|
|
24
|
-
*/
|
|
25
|
-
export declare const BentoButtonActionsLayout: {
|
|
26
|
-
BUTTONS_START: BentoButtonActionsLayoutExtended.BUTTONS_START;
|
|
27
|
-
BUTTONS_END: BentoButtonActionsLayoutBasic.BUTTONS_END;
|
|
28
|
-
FILL_CONTAINER: BentoButtonActionsLayoutBasic.FILL_CONTAINER;
|
|
29
|
-
SPACE_BETWEEN: BentoButtonActionsLayoutBasic.SPACE_BETWEEN;
|
|
30
|
-
VERTICAL_STACK: BentoButtonActionsLayoutBasic.VERTICAL_STACK;
|
|
31
|
-
};
|
|
32
|
-
export type BentoButtonActionsLayout = BentoButtonActionsLayoutBasic | BentoButtonActionsLayoutExtended;
|
|
1
|
+
import { VueNodeElement } from "../../../../types";
|
|
2
|
+
import { BentoButtonActionObject as CoreBentoButtonActionObject, BentoButtonActionsList as CoreBentoButtonActionsList } from "../../../../../../core/src/components/button-actions/button-actions.types";
|
|
3
|
+
export { BentoButtonActionsLayoutBasic, BentoButtonActionsLayoutExtended, BentoButtonActionsLayout, } from "../../../../../../core/src/components/button-actions/button-actions.types";
|
|
4
|
+
export type BentoButtonActionObject = CoreBentoButtonActionObject<VueNodeElement>;
|
|
5
|
+
export type BentoButtonActionsList = CoreBentoButtonActionsList<VueNodeElement>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PropType } from "
|
|
2
|
-
import { BentoButtonActionsLayout, BentoButtonActionsList } from
|
|
1
|
+
import { PropType } from "../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue";
|
|
2
|
+
import { BentoButtonActionsLayout, BentoButtonActionsList } from "../../../../../../core/src/components/button-actions/button-actions.types";
|
|
3
3
|
/**
|
|
4
4
|
* ButtonActions component manages a set of actions a user can choose from by displaying a group of buttons.
|
|
5
5
|
*
|
|
@@ -25,7 +25,7 @@ import { BentoButtonActionsLayout, BentoButtonActionsList } from './button-actio
|
|
|
25
25
|
* />
|
|
26
26
|
* </template>
|
|
27
27
|
*/
|
|
28
|
-
declare const _default: import("
|
|
28
|
+
declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").DefineComponent<{
|
|
29
29
|
/**
|
|
30
30
|
* List of actions that will be used to render the buttons.
|
|
31
31
|
* First element in the list will be rendered as "primary".
|
|
@@ -83,11 +83,11 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
83
83
|
* @values VERTICAL_STACK
|
|
84
84
|
*/
|
|
85
85
|
layout: {
|
|
86
|
-
type: PropType<
|
|
87
|
-
default: import("
|
|
86
|
+
type: PropType<BentoButtonActionsLayout | `${BentoButtonActionsLayout}`>;
|
|
87
|
+
default: import("../../../../../../core/src/components/button-actions/button-actions.types").BentoButtonActionsLayoutBasic;
|
|
88
88
|
validator: (layout: BentoButtonActionsLayout) => boolean;
|
|
89
89
|
};
|
|
90
|
-
}, {}, unknown, {}, {}, import("
|
|
90
|
+
}, {}, unknown, {}, {}, import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").VNodeProps & import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").AllowedComponentProps & import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ExtractPropTypes<{
|
|
91
91
|
/**
|
|
92
92
|
* List of actions that will be used to render the buttons.
|
|
93
93
|
* First element in the list will be rendered as "primary".
|
|
@@ -145,12 +145,12 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
145
145
|
* @values VERTICAL_STACK
|
|
146
146
|
*/
|
|
147
147
|
layout: {
|
|
148
|
-
type: PropType<
|
|
149
|
-
default: import("
|
|
148
|
+
type: PropType<BentoButtonActionsLayout | `${BentoButtonActionsLayout}`>;
|
|
149
|
+
default: import("../../../../../../core/src/components/button-actions/button-actions.types").BentoButtonActionsLayoutBasic;
|
|
150
150
|
validator: (layout: BentoButtonActionsLayout) => boolean;
|
|
151
151
|
};
|
|
152
152
|
}>>, {
|
|
153
153
|
inverse: boolean;
|
|
154
|
-
layout: "
|
|
154
|
+
layout: "buttons-end" | "fill-container" | "space-between" | "vertical-stack" | "buttons-start" | BentoButtonActionsLayout;
|
|
155
155
|
}>;
|
|
156
156
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropType } from "
|
|
1
|
+
import { PropType } from "../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue";
|
|
2
2
|
import { BentoLoadingButtonState } from "../../../../../../core/src/components/loading-button/loading-button.types";
|
|
3
3
|
/**
|
|
4
4
|
* Loading Button component is used for cases where pressing a button starts an event that requires a loading state, e.g. when you have any sort of asynchronous action and are waiting for a response
|
|
@@ -15,7 +15,7 @@ import { BentoLoadingButtonState } from "../../../../../../core/src/components/l
|
|
|
15
15
|
* `
|
|
16
16
|
* }
|
|
17
17
|
*/
|
|
18
|
-
declare const _default: __VLS_WithTemplateSlots<import("
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").DefineComponent<{
|
|
19
19
|
/**
|
|
20
20
|
* Reduces sizing of button
|
|
21
21
|
*/
|
|
@@ -49,7 +49,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
|
|
|
49
49
|
* @values start, loading, success, fail
|
|
50
50
|
*/
|
|
51
51
|
state: {
|
|
52
|
-
type: PropType<
|
|
52
|
+
type: PropType<BentoLoadingButtonState | `${BentoLoadingButtonState}`>;
|
|
53
53
|
default: BentoLoadingButtonState;
|
|
54
54
|
validator: (value: BentoLoadingButtonState) => boolean;
|
|
55
55
|
};
|
|
@@ -61,9 +61,9 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
|
|
|
61
61
|
default: string;
|
|
62
62
|
validator: any;
|
|
63
63
|
};
|
|
64
|
-
}, {}, unknown, {}, {}, import("
|
|
64
|
+
}, {}, unknown, {}, {}, import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, {
|
|
65
65
|
click: (event: MouseEvent) => void;
|
|
66
|
-
}, string, import("
|
|
66
|
+
}, string, import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").VNodeProps & import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").AllowedComponentProps & import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ExtractPropTypes<{
|
|
67
67
|
/**
|
|
68
68
|
* Reduces sizing of button
|
|
69
69
|
*/
|
|
@@ -97,7 +97,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
|
|
|
97
97
|
* @values start, loading, success, fail
|
|
98
98
|
*/
|
|
99
99
|
state: {
|
|
100
|
-
type: PropType<
|
|
100
|
+
type: PropType<BentoLoadingButtonState | `${BentoLoadingButtonState}`>;
|
|
101
101
|
default: BentoLoadingButtonState;
|
|
102
102
|
validator: (value: BentoLoadingButtonState) => boolean;
|
|
103
103
|
};
|
|
@@ -117,7 +117,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
|
|
|
117
117
|
critical: any;
|
|
118
118
|
disabled: any;
|
|
119
119
|
inverse: boolean;
|
|
120
|
-
state: "start" | "
|
|
120
|
+
state: "start" | "loading" | "success" | "fail" | BentoLoadingButtonState;
|
|
121
121
|
}>, {
|
|
122
122
|
default: (_: {}) => any;
|
|
123
123
|
iconLeft: (_: {}) => any;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* `
|
|
15
15
|
* }
|
|
16
16
|
*/
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<import("
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").DefineComponent<{
|
|
18
18
|
/**
|
|
19
19
|
* Reduces sizing of button
|
|
20
20
|
*/
|
|
@@ -52,11 +52,11 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
|
|
|
52
52
|
type: BooleanConstructor;
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
|
-
}, {}, unknown, {}, {}, import("
|
|
55
|
+
}, {}, unknown, {}, {}, import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, {
|
|
56
56
|
click: (event: MouseEvent) => void;
|
|
57
57
|
} & {
|
|
58
58
|
"update:toggled": (newToggleState: boolean) => void;
|
|
59
|
-
}, string, import("
|
|
59
|
+
}, string, import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").VNodeProps & import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").AllowedComponentProps & import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ExtractPropTypes<{
|
|
60
60
|
/**
|
|
61
61
|
* Reduces sizing of button
|
|
62
62
|
*/
|
|
@@ -16,7 +16,7 @@ import { BentoCardBackground, BentoCardTitleSize } from "./card.types";
|
|
|
16
16
|
* `
|
|
17
17
|
* };
|
|
18
18
|
*/
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<import("
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
20
20
|
/**
|
|
21
21
|
* List of actions that will be used to render the buttons.
|
|
22
22
|
* First element in the list will be rendered as "primary".
|
|
@@ -82,11 +82,11 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
82
82
|
disabled: boolean;
|
|
83
83
|
expandable: boolean;
|
|
84
84
|
titleSize: BentoCardTitleSize;
|
|
85
|
-
}>, {}, unknown, {}, {}, import("
|
|
85
|
+
}>, {}, unknown, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentOptionsMixin, {
|
|
86
86
|
click: () => void;
|
|
87
87
|
} & {
|
|
88
88
|
expanded: (isExpanded: boolean) => void;
|
|
89
|
-
}, string, import("
|
|
89
|
+
}, string, import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").VNodeProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").AllowedComponentProps & import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
90
90
|
/**
|
|
91
91
|
* List of actions that will be used to render the buttons.
|
|
92
92
|
* First element in the list will be rendered as "primary".
|
|
@@ -158,8 +158,8 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
158
158
|
}, {
|
|
159
159
|
titleSize: BentoCardTitleSize | `${BentoCardTitleSize}`;
|
|
160
160
|
disabled: boolean;
|
|
161
|
-
background: BentoCardBackground | `${BentoCardBackground}`;
|
|
162
161
|
actions: BentoButtonActionsList;
|
|
162
|
+
background: BentoCardBackground | `${BentoCardBackground}`;
|
|
163
163
|
actionsLayout: BentoButtonActionsLayout | `${BentoButtonActionsLayout}`;
|
|
164
164
|
closed: boolean;
|
|
165
165
|
expandable: boolean;
|
|
@@ -174,9 +174,9 @@ export default _default;
|
|
|
174
174
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
175
175
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
176
176
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
177
|
-
type: import("
|
|
177
|
+
type: import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
178
178
|
} : {
|
|
179
|
-
type: import("
|
|
179
|
+
type: import("../../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue").PropType<T[K]>;
|
|
180
180
|
required: true;
|
|
181
181
|
};
|
|
182
182
|
};
|