@adyen/bento-vue2 1.1.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@types/packages/vue2/src/components/alert/alert.vue.d.ts +15 -11
- package/dist/@types/packages/vue2/src/components/avatar-image/avatar-image.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/button/button.vue.d.ts +14 -14
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/button/index.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/card/card.vue.d.ts +20 -16
- package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +13 -9
- package/dist/@types/packages/vue2/src/components/code-snippet/composables/useLanguage.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/country/composables/useCountryCapital/useCountryCapital.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/country/composables/useCountryName/useCountryName.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/country/composables/useCountryPhoneCode/useCountryPhoneCode.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/country/country.vue.d.ts +9 -7
- package/dist/@types/packages/vue2/src/components/currency/currency.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/components/data-grid-config-settings-column-row/data-grid-config-settings-column-row.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useColumnReorderer/useColumnReorderer.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useConfigSettings/useConfigSettings.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/date/date.vue.d.ts +7 -5
- package/dist/@types/packages/vue2/src/components/date-picker/date-picker.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +13 -13
- package/dist/@types/packages/vue2/src/components/date-range-picker/composables/use-date-range-picker-calendar-text.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/composables/useDropdownOptionsListbox.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +87 -85
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +18 -16
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/composables/useCountryItems.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +22 -20
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +17 -15
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +17 -15
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +8 -6
- package/dist/@types/packages/vue2/src/components/dropdown/composables/useDisplayValue.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/composables/useDropdownSearchFilter.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +14 -12
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +26 -26
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/base-filter.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/filter-bar/components/range-filter/range-filter.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/select-filter.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-avatar-filter/select-avatar-filter.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +8 -8
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.types.d.ts +10 -10
- package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/header/header.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/info-icon/info-icon.vue.d.ts +8 -6
- package/dist/@types/packages/vue2/src/components/input-field/input-field.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +23 -15
- package/dist/@types/packages/vue2/src/components/internal/avatar/avatar.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/base-button/base-button.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/calendar-month.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/components/calendar-month-day/calendar-month-day.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/copy/copy.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/internal/footer-actions/footer-actions.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/components/listbox-multi-select-category/listbox-multi-select-category.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/listbox-multi-select-options.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option/listbox-option.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option-tag/listbox-option-tag.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select/listbox-single-select.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +11 -9
- package/dist/@types/packages/vue2/src/components/link/index.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/link/link.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/menu/menu.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/modal/components/modal-default/modal-default.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +7 -7
- package/dist/@types/packages/vue2/src/components/modal/modal.vue.d.ts +24 -16
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-context/pagination-context.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-controls/pagination-controls.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/payment-method/composables/usePaymentIcon.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/payment-method/payment-method.vue.d.ts +6 -4
- package/dist/@types/packages/vue2/src/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/popover/components/popover-title/popover-title.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +12 -12
- package/dist/@types/packages/vue2/src/components/popper-container/popper-container.utils.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/popper-container/popper-container.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/radio-group/components/radio-button/radio-button.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/search-bar/search-bar.vue.d.ts +62 -46
- package/dist/@types/packages/vue2/src/components/segmented-control/components/segmented-control-button/segmented-control-button.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/status/status.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +38 -30
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +16 -10
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue.d.ts +16 -10
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +16 -10
- package/dist/@types/packages/vue2/src/components/summary-grid/summary-grid.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/tag/tag.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +8 -6
- package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +20 -20
- package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/toast/components/toast-item/toast-item.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/toggle/toggle.types.d.ts +4 -0
- package/dist/@types/packages/vue2/src/components/toggle/toggle.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/tooltip/tooltip.vue.d.ts +25 -25
- package/dist/@types/packages/vue2/src/components/typography/typography.vue.d.ts +6 -6
- package/dist/@types/packages/vue2/src/composables/initials.d.ts +1 -1
- package/dist/@types/packages/vue2/src/composables/use-checkbox-select-all/use-checkbox-select-all.d.ts +2 -2
- package/dist/@types/packages/vue2/src/composables/useDynamicImport.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/click-outside/on-click-outside.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/click-outside/types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/click-outside/useEventListener/index.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/click-outside/utils.d.ts +1 -1
- package/dist/@types/packages/vue2/src/directives/tooltip/tooltip.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/plugins/toastController.d.ts +1 -1
- package/dist/@types/packages/vue2/src/types/index.d.ts +0 -1
- package/dist/@types/packages/vue2/src/types/listbox.d.ts +1 -1
- package/dist/@types/packages/vue2/src/utils/ts/aria-label.d.ts +1 -1
- package/dist/@types/packages/vue2/src/utils/ts/events.d.ts +1 -1
- package/dist/@types/packages/vue2/src/utils/ts/focus-trap.utils.d.ts +1 -1
- package/dist/accordion.js +1 -1
- package/dist/alert.js +34 -32
- package/dist/alert.js.map +1 -1
- package/dist/assets/button-actions.css +1 -1
- package/dist/assets/button.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index12.css +1 -1
- package/dist/assets/index13.css +1 -1
- package/dist/assets/index14.css +1 -1
- package/dist/assets/index15.css +1 -1
- package/dist/assets/index16.css +1 -1
- package/dist/assets/index17.css +1 -1
- package/dist/assets/index18.css +1 -1
- package/dist/assets/index19.css +1 -1
- package/dist/assets/index2.css +1 -1
- package/dist/assets/index20.css +1 -1
- package/dist/assets/index21.css +1 -1
- package/dist/assets/index22.css +1 -1
- package/dist/assets/index23.css +1 -1
- package/dist/assets/index24.css +1 -1
- package/dist/assets/index25.css +1 -1
- package/dist/assets/index26.css +1 -1
- package/dist/assets/index27.css +1 -1
- package/dist/assets/index28.css +1 -1
- package/dist/assets/index29.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index30.css +1 -1
- package/dist/assets/index31.css +1 -1
- package/dist/assets/index32.css +1 -1
- package/dist/assets/index33.css +1 -1
- package/dist/assets/index34.css +1 -1
- package/dist/assets/index35.css +1 -1
- package/dist/assets/index36.css +1 -1
- package/dist/assets/index37.css +1 -1
- package/dist/assets/index38.css +1 -1
- package/dist/assets/index39.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/listbox.css +1 -1
- package/dist/avatar-image.js +1 -1
- package/dist/button.js +3 -3
- package/dist/card.js +33 -31
- package/dist/card.js.map +1 -1
- package/dist/checkbox.js +10 -10
- package/dist/checkbox.js.map +1 -1
- package/dist/chunks/{base-button.16e8bb2c.js → base-button.d4487ac9.js} +2 -2
- package/dist/chunks/{base-button.16e8bb2c.js.map → base-button.d4487ac9.js.map} +1 -1
- package/dist/chunks/{button-actions.bcaea94e.js → button-actions.cf73ed47.js} +10 -10
- package/dist/chunks/{button-actions.bcaea94e.js.map → button-actions.cf73ed47.js.map} +1 -1
- package/dist/chunks/{button.34695c2c.js → button.c27a7ce2.js} +11 -11
- package/dist/chunks/button.c27a7ce2.js.map +1 -0
- package/dist/chunks/{calendar.a32d5783.js → calendar.8f50a65a.js} +4 -4
- package/dist/chunks/{calendar.a32d5783.js.map → calendar.8f50a65a.js.map} +1 -1
- package/dist/chunks/{checkbox.5d8f5768.js → checkbox.c06daf12.js} +3 -3
- package/dist/chunks/{checkbox.5d8f5768.js.map → checkbox.c06daf12.js.map} +1 -1
- package/dist/chunks/{controls-group.e607b021.js → controls-group.9d58a091.js} +2 -2
- package/dist/chunks/{controls-group.e607b021.js.map → controls-group.9d58a091.js.map} +1 -1
- package/dist/chunks/{copy.f49481e9.js → copy.b62beae5.js} +3 -3
- package/dist/chunks/{copy.f49481e9.js.map → copy.b62beae5.js.map} +1 -1
- package/dist/chunks/{dropdown-default-textbox.b7a68bb4.js → dropdown-default-textbox.a5eca928.js} +2 -2
- package/dist/chunks/{dropdown-default-textbox.b7a68bb4.js.map → dropdown-default-textbox.a5eca928.js.map} +1 -1
- package/dist/chunks/{dropdown.0c80d6c1.js → dropdown.368486b1.js} +65 -63
- package/dist/chunks/dropdown.368486b1.js.map +1 -0
- package/dist/chunks/{error-message.fa27bee9.js → error-message.a581a172.js} +2 -2
- package/dist/chunks/{error-message.fa27bee9.js.map → error-message.a581a172.js.map} +1 -1
- package/dist/chunks/{index.2066e16f.js → index.175f9e2d.js} +3 -3
- package/dist/chunks/index.175f9e2d.js.map +1 -0
- package/dist/chunks/{index.16f60189.js → index.3b6fc08a.js} +6 -6
- package/dist/chunks/{index.16f60189.js.map → index.3b6fc08a.js.map} +1 -1
- package/dist/chunks/{index.36bd0bb1.js → index.3dfea3bd.js} +3 -3
- package/dist/chunks/{index.36bd0bb1.js.map → index.3dfea3bd.js.map} +1 -1
- package/dist/chunks/{index.695c11ef.js → index.ad39b625.js} +2 -2
- package/dist/chunks/{index.695c11ef.js.map → index.ad39b625.js.map} +1 -1
- package/dist/chunks/{index.875ba379.js → index.d07f9800.js} +33 -32
- package/dist/chunks/{index.875ba379.js.map → index.d07f9800.js.map} +1 -1
- package/dist/chunks/{index.ec1c7120.js → index.f0d99471.js} +20 -20
- package/dist/chunks/{index.ec1c7120.js.map → index.f0d99471.js.map} +1 -1
- package/dist/chunks/{listbox-option-tag.ac8eae9a.js → listbox-option-tag.c7e9a228.js} +3 -3
- package/dist/chunks/{listbox-option-tag.ac8eae9a.js.map → listbox-option-tag.c7e9a228.js.map} +1 -1
- package/dist/chunks/{listbox.4ea4114c.js → listbox.f51e92cd.js} +28 -27
- package/dist/chunks/{listbox.4ea4114c.js.map → listbox.f51e92cd.js.map} +1 -1
- package/dist/chunks/{loading-button.3fa1b7a8.js → loading-button.6d34f66f.js} +2 -2
- package/dist/chunks/{loading-button.3fa1b7a8.js.map → loading-button.6d34f66f.js.map} +1 -1
- package/dist/chunks/{tooltip.807205c0.js → tooltip.9af34fba.js} +2 -2
- package/dist/chunks/{tooltip.807205c0.js.map → tooltip.9af34fba.js.map} +1 -1
- package/dist/chunks/useCountryItems.5d7b436e.js.map +1 -1
- package/dist/code-snippet.js +132 -130
- package/dist/code-snippet.js.map +1 -1
- package/dist/country.js +17 -16
- package/dist/country.js.map +1 -1
- package/dist/currency.js +1 -1
- package/dist/currency.js.map +1 -1
- package/dist/data-grid.js +112 -112
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +21 -21
- package/dist/date-range-picker.js +2 -2
- package/dist/date.js +1 -1
- package/dist/divider.js +1 -1
- package/dist/dropdown.js +3 -3
- package/dist/dropdown.js.map +1 -1
- package/dist/filter-bar.js +13 -13
- package/dist/filter-bar.js.map +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/header.js +30 -30
- package/dist/header.js.map +1 -1
- package/dist/index.js +147 -147
- package/dist/info-icon.js +13 -12
- package/dist/info-icon.js.map +1 -1
- package/dist/input-field.js +44 -40
- package/dist/input-field.js.map +1 -1
- package/dist/internal.js +6 -6
- package/dist/link.js +12 -12
- package/dist/link.js.map +1 -1
- package/dist/loading-indicator.js +1 -1
- package/dist/menu.js +5 -5
- package/dist/menu.js.map +1 -1
- package/dist/modal.js +85 -81
- package/dist/modal.js.map +1 -1
- package/dist/pagination.js +4 -4
- package/dist/payment-method.js +12 -11
- package/dist/payment-method.js.map +1 -1
- package/dist/popover.js +5 -5
- package/dist/popover.js.map +1 -1
- package/dist/popper-container.js +14 -14
- package/dist/popper-container.js.map +1 -1
- package/dist/radio-group.js +14 -14
- package/dist/radio-group.js.map +1 -1
- package/dist/search-bar.js +2 -2
- package/dist/segmented-control.js +4 -4
- package/dist/status.js +9 -9
- package/dist/status.js.map +1 -1
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +101 -88
- package/dist/summary-grid.js.map +1 -1
- package/dist/tabs.js +2 -2
- package/dist/tag.js +13 -13
- package/dist/tag.js.map +1 -1
- package/dist/textarea.js +27 -23
- package/dist/textarea.js.map +1 -1
- package/dist/timeline.js +6 -6
- package/dist/timeline.js.map +1 -1
- package/dist/toast.js +3 -3
- package/dist/toggle.js +117 -2
- package/dist/toggle.js.map +1 -1
- package/dist/typography.js +1 -1
- package/dist/web-types.json +59 -59
- package/package.json +3 -2
- package/dist/@types/packages/vue2/src/types/label-position.d.ts +0 -4
- package/dist/chunks/button.34695c2c.js.map +0 -1
- package/dist/chunks/dropdown.0c80d6c1.js.map +0 -1
- package/dist/chunks/index.2066e16f.js.map +0 -1
- package/dist/chunks/index.f55a6913.js +0 -121
- package/dist/chunks/index.f55a6913.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,72 +1,72 @@
|
|
|
1
1
|
var B = Object.defineProperty;
|
|
2
|
-
var i = (
|
|
3
|
-
var n = (
|
|
2
|
+
var i = (t, e, o) => e in t ? B(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o;
|
|
3
|
+
var n = (t, e, o) => (i(t, typeof e != "symbol" ? e + "" : e, o), o);
|
|
4
4
|
import "./chunks/index.af05ced4.js";
|
|
5
|
-
import { reactive as
|
|
6
|
-
import { g as
|
|
5
|
+
import { reactive as m } from "vue";
|
|
6
|
+
import { g as s } from "./chunks/unique-id.a2a2b458.js";
|
|
7
7
|
import { BentoAlert as T, BentoAlertEvent as S, BentoAlertTypeOption as h, BentoAlertVariant as D } from "./alert.js";
|
|
8
|
-
import { B as b, b as E, a as I } from "./chunks/button.
|
|
8
|
+
import { B as b, b as E, a as I } from "./chunks/button.c27a7ce2.js";
|
|
9
9
|
import { BentoColumnOverflow as P, BentoDataGrid as k, BentoDatagridAriaSortValue as w, BentoDatagridEvent as F, BentoDatagridSortDirection as G, BentoDatagridStyleState as V } from "./data-grid.js";
|
|
10
|
-
import { BentoCard as
|
|
10
|
+
import { BentoCard as A, BentoCardBackground as O, BentoCardTitleSize as R } from "./card.js";
|
|
11
11
|
import { BentoDatePicker as N, BentoDatePickerEvent as q } from "./date-picker.js";
|
|
12
|
-
import { B as U, a as K } from "./chunks/index.
|
|
13
|
-
import { B as Y, u as H } from "./chunks/dropdown.
|
|
12
|
+
import { B as U, a as K } from "./chunks/index.f0d99471.js";
|
|
13
|
+
import { B as Y, u as H } from "./chunks/dropdown.368486b1.js";
|
|
14
14
|
import { BentoDropdownAvatar as j, BentoDropdownCountry as J, BentoDropdownCurrency as Q, BentoDropdownPaymentMethod as X, BentoDropdownTag as Z } from "./dropdown.js";
|
|
15
|
-
import { B as
|
|
16
|
-
import { BentoClickOutside as
|
|
17
|
-
import { BentoCodeSnippet as
|
|
18
|
-
import { BentoCountry as
|
|
19
|
-
import { BentoCurrency as
|
|
20
|
-
import { B as
|
|
21
|
-
import { BentoDivider as
|
|
22
|
-
import { BentoFilterBar as
|
|
23
|
-
import { BentoInfoIcon as
|
|
24
|
-
import { BentoInputField as
|
|
25
|
-
import { BentoLoadingIndicator as
|
|
26
|
-
import { BentoLink as
|
|
27
|
-
import { BentoMenu as $
|
|
28
|
-
import { BentoModal as
|
|
29
|
-
import { BentoHeader as
|
|
30
|
-
import { BentoPagination as
|
|
31
|
-
import { BentoPaymentMethod as
|
|
32
|
-
import { BentoPopover as
|
|
33
|
-
import { BentoRadioGroup as
|
|
34
|
-
import { BentoSearchBar as
|
|
35
|
-
import { BentoSegmentedControl as
|
|
36
|
-
import { BentoStatus as
|
|
37
|
-
import { B as
|
|
38
|
-
import { BentoSummaryGrid as
|
|
39
|
-
import { BentoTab as
|
|
40
|
-
import { BentoTag as
|
|
41
|
-
import { BentoTextarea as
|
|
42
|
-
import { BentoTimeline as $
|
|
43
|
-
import { BentoToast as
|
|
15
|
+
import { B as te, b as oe, a as re } from "./chunks/checkbox.c06daf12.js";
|
|
16
|
+
import { BentoClickOutside as ae } from "./click-outside.js";
|
|
17
|
+
import { BentoCodeSnippet as ie, BentoCodeSnippetEvent as me, BentoCodeSnippetSupportedLanguage as se, BentoCodeSnippetVariant as pe } from "./code-snippet.js";
|
|
18
|
+
import { BentoCountry as de, BentoCountryCode as le, BentoCountryVariant as fe, useCountryCapital as xe, useCountryFlag as ce, useCountryName as ye, useCountryPhoneCode as ge } from "./country.js";
|
|
19
|
+
import { BentoCurrency as Te, BentoCurrencyISOCode as Se } from "./currency.js";
|
|
20
|
+
import { B as De, a as ve } from "./chunks/index.d07f9800.js";
|
|
21
|
+
import { BentoDivider as Ee } from "./divider.js";
|
|
22
|
+
import { BentoFilterBar as Le, BentoFilterBarEvent as Pe, BentoFilterEvent as ke, BentoFilterItemType as we } from "./filter-bar.js";
|
|
23
|
+
import { BentoInfoIcon as Ge } from "./info-icon.js";
|
|
24
|
+
import { BentoInputField as Me, BentoInputFieldElementPosition as Ae, BentoInputFieldEvent as Oe, BentoInputFieldStateClass as Re, BentoInputFieldType as _e, BentoInputFieldVariant as Ne } from "./input-field.js";
|
|
25
|
+
import { BentoLoadingIndicator as ze, BentoLoadingIndicatorEvent as Ue } from "./loading-indicator.js";
|
|
26
|
+
import { BentoLink as We, BentoLinkVariant as Ye } from "./link.js";
|
|
27
|
+
import { BentoMenu as $e, BentoMenuEvent as je } from "./menu.js";
|
|
28
|
+
import { BentoModal as Qe, BentoModalColumnLayoutVariant as Xe, BentoModalDialogType as Ze, BentoModalEvent as et, BentoModalRole as tt, BentoModalSize as ot, BentoModalVariant as rt } from "./modal.js";
|
|
29
|
+
import { BentoHeader as at } from "./header.js";
|
|
30
|
+
import { BentoPagination as it } from "./pagination.js";
|
|
31
|
+
import { BentoPaymentMethod as st, BentoPaymentMethodType as pt } from "./payment-method.js";
|
|
32
|
+
import { BentoPopover as dt, BentoPopoverPositions as lt } from "./popover.js";
|
|
33
|
+
import { BentoRadioGroup as xt, BentoRadioGroupVariant as ct } from "./radio-group.js";
|
|
34
|
+
import { BentoSearchBar as gt, BentoSearchBarEvent as Ct, BentoSearchBarInternalEvent as Tt } from "./search-bar.js";
|
|
35
|
+
import { BentoSegmentedControl as ht, BentoSegmentedControlEvent as Dt } from "./segmented-control.js";
|
|
36
|
+
import { BentoStatus as bt, BentoStatusVariant as Et } from "./status.js";
|
|
37
|
+
import { B as Lt, a as Pt } from "./chunks/index.3b6fc08a.js";
|
|
38
|
+
import { BentoSummaryGrid as wt, BentoSummaryGridItemAmount as Ft, BentoSummaryGridItemCustom as Gt, BentoSummaryGridItemNumeric as Vt, BentoSummaryGridItemPercentage as Mt, BentoSummaryGridItemSize as At, BentoSummaryGridItemText as Ot, BentoSummaryGridItemTrendDirection as Rt } from "./summary-grid.js";
|
|
39
|
+
import { BentoTab as Nt, BentoTabs as qt } from "./tabs.js";
|
|
40
|
+
import { BentoTag as Ut, BentoTagVariant as Kt } from "./tag.js";
|
|
41
|
+
import { BentoTextarea as Yt } from "./textarea.js";
|
|
42
|
+
import { BentoTimeline as $t, BentoTimelineGapUnit as jt, BentoTimelineItem as Jt, BentoTimelineItemVariant as Qt, BentoTimelineShowMorePlacement as Xt } from "./timeline.js";
|
|
43
|
+
import { BentoToast as eo } from "./toast.js";
|
|
44
44
|
import { u as oo } from "./chunks/toastController.0e01443d.js";
|
|
45
|
-
import {
|
|
46
|
-
import { B as
|
|
47
|
-
import { B as fo, c as xo, a as co, b as yo } from "./chunks/button-actions.
|
|
48
|
-
import { B as Co, a as To } from "./chunks/loading-button.
|
|
49
|
-
import { b as ho, b as Do } from "./chunks/calendar.
|
|
45
|
+
import { BentoToggle as no, BentoToggleLabelPosition as ao, BentoTogglePropClass as Bo } from "./toggle.js";
|
|
46
|
+
import { B as mo, a as so, c as po, b as uo } from "./chunks/index.175f9e2d.js";
|
|
47
|
+
import { B as fo, c as xo, a as co, b as yo } from "./chunks/button-actions.cf73ed47.js";
|
|
48
|
+
import { B as Co, a as To } from "./chunks/loading-button.6d34f66f.js";
|
|
49
|
+
import { b as ho, b as Do } from "./chunks/calendar.8f50a65a.js";
|
|
50
50
|
import { BentoCheckboxGroup as bo, BentoCheckboxGroupVariant as Eo } from "./checkbox.js";
|
|
51
51
|
import { D as Lo } from "./chunks/date-input.9186a0bf.js";
|
|
52
52
|
import { a as ko, B as wo } from "./chunks/debounce.f8d92e44.js";
|
|
53
|
-
import { a as Go, b as Vo } from "./chunks/listbox.
|
|
54
|
-
import { B as
|
|
55
|
-
import { b as Ro, B as _o, a as No } from "./chunks/tooltip.
|
|
53
|
+
import { a as Go, b as Vo } from "./chunks/listbox.f51e92cd.js";
|
|
54
|
+
import { B as Ao } from "./chunks/directive.0408e565.js";
|
|
55
|
+
import { b as Ro, B as _o, a as No } from "./chunks/tooltip.9af34fba.js";
|
|
56
56
|
class p {
|
|
57
57
|
constructor() {
|
|
58
58
|
n(this, "_state");
|
|
59
|
-
this._state =
|
|
59
|
+
this._state = m({ queue: [] });
|
|
60
60
|
}
|
|
61
61
|
get state() {
|
|
62
62
|
return this._state;
|
|
63
63
|
}
|
|
64
|
-
dismissToast(
|
|
65
|
-
this._state.queue.splice(this._state.queue.indexOf(
|
|
64
|
+
dismissToast(e) {
|
|
65
|
+
this._state.queue.splice(this._state.queue.indexOf(e), 1);
|
|
66
66
|
}
|
|
67
|
-
addToast(
|
|
68
|
-
const o =
|
|
69
|
-
...
|
|
67
|
+
addToast(e) {
|
|
68
|
+
const o = s("toast"), r = {
|
|
69
|
+
...e,
|
|
70
70
|
id: o,
|
|
71
71
|
dismiss: () => this.dismissToast(r)
|
|
72
72
|
};
|
|
@@ -75,22 +75,21 @@ class p {
|
|
|
75
75
|
};
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
|
-
var
|
|
79
|
-
const a = (
|
|
80
|
-
document.body.classList.add(
|
|
81
|
-
},
|
|
82
|
-
install: async (
|
|
83
|
-
|
|
78
|
+
var u = /* @__PURE__ */ ((t) => (t.LEGACY = "b-legacy-theme", t.STYLEGUIDE = "b-styleguide-theme", t.BENTO = "", t))(u || {});
|
|
79
|
+
const a = (t) => {
|
|
80
|
+
document.body.classList.add(t);
|
|
81
|
+
}, d = {
|
|
82
|
+
install: async (t, e) => {
|
|
83
|
+
e != null && e.withToast && (t.prototype.$bentoToastController = new p()), (e == null ? void 0 : e.theme) === "b-legacy-theme" ? (a(
|
|
84
84
|
"b-legacy-theme"
|
|
85
85
|
/* LEGACY */
|
|
86
|
-
), await import("@adyen/bento-design-tokens/dist/css/bento/variables-legacy.css?used")) : (
|
|
86
|
+
), await import("@adyen/bento-design-tokens/dist/css/bento/variables-legacy.css?used")) : (e == null ? void 0 : e.theme) === "b-styleguide-theme" ? (a(
|
|
87
87
|
"b-styleguide-theme"
|
|
88
88
|
/* STYLEGUIDE */
|
|
89
|
-
), await import("@adyen/bento-design-tokens/dist/css/bento/variables-styleguide.css?used")) : await import("@adyen/bento-design-tokens/dist/css/bento/variables.css?used"),
|
|
89
|
+
), await import("@adyen/bento-design-tokens/dist/css/bento/variables-styleguide.css?used")) : await import("@adyen/bento-design-tokens/dist/css/bento/variables.css?used"), e != null && e.withUtilityClasses && await import("@adyen/bento-design-tokens/dist/css/bento/utility.css?used");
|
|
90
90
|
}
|
|
91
|
-
}, y =
|
|
91
|
+
}, y = d;
|
|
92
92
|
export {
|
|
93
|
-
no as AdlLabelPosition,
|
|
94
93
|
T as BentoAlert,
|
|
95
94
|
S as BentoAlertEvent,
|
|
96
95
|
h as BentoAlertTypeOption,
|
|
@@ -102,129 +101,130 @@ export {
|
|
|
102
101
|
yo as BentoButtonActionsLayoutExtended,
|
|
103
102
|
E as BentoButtonPropClass,
|
|
104
103
|
I as BentoButtonVariant,
|
|
105
|
-
|
|
104
|
+
A as BentoCard,
|
|
106
105
|
O as BentoCardBackground,
|
|
107
106
|
R as BentoCardTitleSize,
|
|
108
|
-
|
|
109
|
-
|
|
107
|
+
te as BentoCheckbox,
|
|
108
|
+
oe as BentoCheckboxEvent,
|
|
110
109
|
bo as BentoCheckboxGroup,
|
|
111
110
|
Eo as BentoCheckboxGroupVariant,
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
111
|
+
re as BentoCheckboxState,
|
|
112
|
+
ae as BentoClickOutside,
|
|
113
|
+
Ao as BentoClickOutsideDirective,
|
|
114
|
+
ie as BentoCodeSnippet,
|
|
115
|
+
me as BentoCodeSnippetEvent,
|
|
116
|
+
se as BentoCodeSnippetSupportedLanguage,
|
|
117
|
+
pe as BentoCodeSnippetVariant,
|
|
119
118
|
P as BentoColumnOverflow,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
119
|
+
de as BentoCountry,
|
|
120
|
+
le as BentoCountryCode,
|
|
121
|
+
fe as BentoCountryVariant,
|
|
122
|
+
Te as BentoCurrency,
|
|
123
|
+
Se as BentoCurrencyISOCode,
|
|
125
124
|
k as BentoDataGrid,
|
|
126
125
|
w as BentoDatagridAriaSortValue,
|
|
127
126
|
F as BentoDatagridEvent,
|
|
128
127
|
G as BentoDatagridSortDirection,
|
|
129
128
|
V as BentoDatagridStyleState,
|
|
130
|
-
|
|
131
|
-
|
|
129
|
+
De as BentoDate,
|
|
130
|
+
ve as BentoDateFormat,
|
|
132
131
|
N as BentoDatePicker,
|
|
133
132
|
q as BentoDatePickerEvent,
|
|
134
133
|
ho as BentoDatePickerFirstDayOfWeek,
|
|
135
134
|
U as BentoDateRangePicker,
|
|
136
135
|
K as BentoDateRangePickerEvent,
|
|
137
136
|
Do as BentoDateRangePickerFirstDayOfWeek,
|
|
138
|
-
|
|
137
|
+
Ee as BentoDivider,
|
|
139
138
|
Y as BentoDropdown,
|
|
140
139
|
j as BentoDropdownAvatar,
|
|
141
140
|
J as BentoDropdownCountry,
|
|
142
141
|
Q as BentoDropdownCurrency,
|
|
143
142
|
X as BentoDropdownPaymentMethod,
|
|
144
143
|
Z as BentoDropdownTag,
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
144
|
+
Le as BentoFilterBar,
|
|
145
|
+
Pe as BentoFilterBarEvent,
|
|
146
|
+
ke as BentoFilterEvent,
|
|
147
|
+
we as BentoFilterItemType,
|
|
148
|
+
at as BentoHeader,
|
|
149
|
+
Ge as BentoInfoIcon,
|
|
150
|
+
Me as BentoInputField,
|
|
151
|
+
Ae as BentoInputFieldElementPosition,
|
|
152
|
+
Oe as BentoInputFieldEvent,
|
|
153
|
+
Re as BentoInputFieldStateClass,
|
|
154
|
+
_e as BentoInputFieldType,
|
|
155
|
+
Ne as BentoInputFieldVariant,
|
|
157
156
|
ko as BentoKeyboardNavigationDirective,
|
|
158
157
|
wo as BentoKeyboardNavigationKeyDownEvent,
|
|
159
|
-
|
|
160
|
-
|
|
158
|
+
We as BentoLink,
|
|
159
|
+
Ye as BentoLinkVariant,
|
|
161
160
|
Go as BentoListboxEvent,
|
|
162
161
|
Vo as BentoListboxLazyLoadType,
|
|
163
162
|
Co as BentoLoadingButton,
|
|
164
163
|
To as BentoLoadingButtonState,
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
$
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
$
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
164
|
+
ze as BentoLoadingIndicator,
|
|
165
|
+
Ue as BentoLoadingIndicatorEvent,
|
|
166
|
+
$e as BentoMenu,
|
|
167
|
+
je as BentoMenuEvent,
|
|
168
|
+
Qe as BentoModal,
|
|
169
|
+
Xe as BentoModalColumnLayoutVariant,
|
|
170
|
+
Ze as BentoModalDialogType,
|
|
171
|
+
et as BentoModalEvent,
|
|
172
|
+
tt as BentoModalRole,
|
|
173
|
+
ot as BentoModalSize,
|
|
174
|
+
rt as BentoModalVariant,
|
|
175
|
+
it as BentoPagination,
|
|
176
|
+
st as BentoPaymentMethod,
|
|
177
|
+
pt as BentoPaymentMethodType,
|
|
178
|
+
dt as BentoPopover,
|
|
179
|
+
lt as BentoPopoverPositions,
|
|
180
|
+
xt as BentoRadioGroup,
|
|
181
|
+
ct as BentoRadioGroupVariant,
|
|
182
|
+
gt as BentoSearchBar,
|
|
183
|
+
Ct as BentoSearchBarEvent,
|
|
184
|
+
Tt as BentoSearchBarInternalEvent,
|
|
185
|
+
ht as BentoSegmentedControl,
|
|
186
|
+
Dt as BentoSegmentedControlEvent,
|
|
187
|
+
bt as BentoStatus,
|
|
188
|
+
Et as BentoStatusVariant,
|
|
189
|
+
Lt as BentoStructuredList,
|
|
190
|
+
Pt as BentoStructuredListItem,
|
|
191
|
+
wt as BentoSummaryGrid,
|
|
192
|
+
Ft as BentoSummaryGridItemAmount,
|
|
193
|
+
Gt as BentoSummaryGridItemCustom,
|
|
194
|
+
Vt as BentoSummaryGridItemNumeric,
|
|
195
|
+
Mt as BentoSummaryGridItemPercentage,
|
|
196
|
+
At as BentoSummaryGridItemSize,
|
|
197
|
+
Ot as BentoSummaryGridItemText,
|
|
198
|
+
Rt as BentoSummaryGridItemTrendDirection,
|
|
199
|
+
Nt as BentoTab,
|
|
200
|
+
qt as BentoTabs,
|
|
201
|
+
Ut as BentoTag,
|
|
202
|
+
Kt as BentoTagVariant,
|
|
203
|
+
Yt as BentoTextarea,
|
|
204
|
+
u as BentoTheme,
|
|
205
|
+
$t as BentoTimeline,
|
|
206
|
+
jt as BentoTimelineGapUnit,
|
|
207
|
+
Jt as BentoTimelineItem,
|
|
208
|
+
Qt as BentoTimelineItemVariant,
|
|
209
|
+
Xt as BentoTimelineShowMorePlacement,
|
|
210
|
+
eo as BentoToast,
|
|
211
|
+
no as BentoToggle,
|
|
212
|
+
ao as BentoToggleLabelPosition,
|
|
213
213
|
Bo as BentoTogglePropClass,
|
|
214
214
|
Ro as BentoTooltipDirective,
|
|
215
215
|
_o as BentoTooltipPosition,
|
|
216
216
|
No as BentoTooltipState,
|
|
217
|
-
|
|
218
|
-
|
|
217
|
+
mo as BentoTypography,
|
|
218
|
+
so as BentoTypographyElement,
|
|
219
219
|
po as BentoTypographyModifier,
|
|
220
220
|
uo as BentoTypographyVariant,
|
|
221
221
|
Lo as DateFormat,
|
|
222
222
|
y as default,
|
|
223
223
|
oo as useBentoToastController,
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
224
|
+
xe as useCountryCapital,
|
|
225
|
+
ce as useCountryFlag,
|
|
226
|
+
ye as useCountryName,
|
|
227
|
+
ge as useCountryPhoneCode,
|
|
228
228
|
H as useSearchBarFilter
|
|
229
229
|
};
|
|
230
230
|
//# sourceMappingURL=index.js.map
|
package/dist/info-icon.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { PopperContainerPosition as
|
|
3
|
-
import { n as
|
|
4
|
-
import { b as a } from "./chunks/tooltip.
|
|
5
|
-
import "./assets/
|
|
6
|
-
let
|
|
1
|
+
import { defineComponent as r } from "vue";
|
|
2
|
+
import { PopperContainerPosition as i } from "./popper-container.js";
|
|
3
|
+
import { n as s } from "./chunks/_plugin-vue2_normalizer.71e2aa87.js";
|
|
4
|
+
import { b as a } from "./chunks/tooltip.9af34fba.js";
|
|
5
|
+
import "./assets/index15.css";
|
|
6
|
+
let n = 0;
|
|
7
7
|
const l = {
|
|
8
8
|
beforeCreate() {
|
|
9
|
-
this.uuid =
|
|
9
|
+
this.uuid = n.toString(), n += 1;
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
var _ = function() {
|
|
13
13
|
var t = this, e = t._self._c;
|
|
14
14
|
return e("svg", t._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", t.$attrs, !1), [t.$attrs["svg-title"] ? e("title", [t._v(t._s(t.$attrs["svg-title"]))]) : t._e(), e("g", { attrs: { fill: "#00112C", "fill-rule": "evenodd", "clip-path": "url(#uia-icons-16-info__a" + t.uuid + ")", "clip-rule": "evenodd" } }, [e("path", { attrs: { d: "M8.58147 5.05557C8.47159 5.22002 8.31541 5.34819 8.13268 5.42388C7.94996 5.49957 7.74889 5.51937 7.55491 5.48079C7.36093 5.4422 7.18275 5.34696 7.04289 5.20711C6.90304 5.06725 6.8078 4.88907 6.76922 4.69509C6.73063 4.50111 6.75043 4.30004 6.82612 4.11732C6.90181 3.93459 7.02998 3.77841 7.19443 3.66853C7.35888 3.55865 7.55222 3.5 7.75 3.5C8.01522 3.5 8.26957 3.60536 8.45711 3.79289C8.64464 3.98043 8.75 4.23478 8.75 4.5C8.75 4.69778 8.69135 4.89112 8.58147 5.05557Z" } }), e("path", { attrs: { d: "M6.25 7C6.25 6.58579 6.58579 6.25 7 6.25H8C8.41421 6.25 8.75 6.58579 8.75 7V10.25H9C9.41421 10.25 9.75 10.5858 9.75 11C9.75 11.4142 9.41421 11.75 9 11.75H7C6.58579 11.75 6.25 11.4142 6.25 11C6.25 10.5858 6.58579 10.25 7 10.25H7.25V7.75H7C6.58579 7.75 6.25 7.41421 6.25 7Z" } }), e("path", { attrs: { d: "M9.51195 0.398918C8.0086 0.0998821 6.45033 0.253358 5.0342 0.839937C3.61808 1.42652 2.40769 2.41985 1.55611 3.69433C0.70453 4.96881 0.25 6.4672 0.25 8C0.25 10.0554 1.06652 12.0267 2.51992 13.4801C3.97333 14.9335 5.94457 15.75 8 15.75C9.53281 15.75 11.0312 15.2955 12.3057 14.4439C13.5801 13.5923 14.5735 12.3819 15.1601 10.9658C15.7466 9.54967 15.9001 7.99141 15.6011 6.48805C15.3021 4.9847 14.5639 3.60378 13.4801 2.51993C12.3962 1.43607 11.0153 0.697953 9.51195 0.398918ZM5.60823 2.22576C6.75027 1.75271 8.00693 1.62894 9.21931 1.8701C10.4317 2.11125 11.5453 2.70651 12.4194 3.58059C13.2935 4.45466 13.8888 5.56831 14.1299 6.78069C14.3711 7.99307 14.2473 9.24974 13.7742 10.3918C13.3012 11.5338 12.5001 12.5099 11.4723 13.1967C10.4445 13.8834 9.23613 14.25 8 14.25C6.3424 14.25 4.75268 13.5915 3.58058 12.4194C2.40848 11.2473 1.75 9.65761 1.75 8C1.75 6.76387 2.11656 5.5555 2.80331 4.52769C3.49007 3.49988 4.46619 2.6988 5.60823 2.22576Z" } })]), e("defs", [e("clipPath", { attrs: { id: "uia-icons-16-info__a" + t.uuid } }, [e("rect", { attrs: { width: "16", height: "16", fill: "#fff" } })])])]);
|
|
15
|
-
}, c = [], p = /* @__PURE__ */
|
|
15
|
+
}, c = [], p = /* @__PURE__ */ s(
|
|
16
16
|
l,
|
|
17
17
|
_,
|
|
18
18
|
c,
|
|
@@ -22,7 +22,7 @@ var _ = function() {
|
|
|
22
22
|
null,
|
|
23
23
|
null
|
|
24
24
|
);
|
|
25
|
-
const C = p.exports, f =
|
|
25
|
+
const C = p.exports, f = r({
|
|
26
26
|
name: "bento-info-icon",
|
|
27
27
|
components: { InfoIcon: C },
|
|
28
28
|
directives: { BentoTooltipDirective: a },
|
|
@@ -36,20 +36,21 @@ const C = p.exports, f = s({
|
|
|
36
36
|
*/
|
|
37
37
|
tooltipPosition: {
|
|
38
38
|
type: String,
|
|
39
|
-
default:
|
|
39
|
+
default: i.AUTO,
|
|
40
|
+
validator: (o) => Object.values(i).includes(o)
|
|
40
41
|
}
|
|
41
42
|
}
|
|
42
43
|
});
|
|
43
44
|
var d = function() {
|
|
44
45
|
var t = this, e = t._self._c;
|
|
45
46
|
return t._self._setupProxy, e("span", { directives: [{ name: "bento-tooltip-directive", rawName: "v-bento-tooltip-directive:[tooltipPosition]", value: t.tooltipText, expression: "tooltipText", arg: t.tooltipPosition }], staticClass: "b-info-icon", attrs: { "aria-label": t.tooltipText, tabindex: "0" } }, [e("info-icon", { staticClass: "b-info-icon__svg", attrs: { "svg-title": t.tooltipText } })], 1);
|
|
46
|
-
}, u = [], v = /* @__PURE__ */
|
|
47
|
+
}, u = [], v = /* @__PURE__ */ s(
|
|
47
48
|
f,
|
|
48
49
|
d,
|
|
49
50
|
u,
|
|
50
51
|
!1,
|
|
51
52
|
null,
|
|
52
|
-
"
|
|
53
|
+
"557f2984",
|
|
53
54
|
null,
|
|
54
55
|
null
|
|
55
56
|
);
|
package/dist/info-icon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"info-icon.js","sources":["../../../node_modules/@adyen/ui-assets-icons-16/dist/vue/info.vue","../src/components/info-icon/info-icon.vue"],"sourcesContent":["\n<template>\n <svg role=\"img\" v-bind=\"$attrs\" xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><title v-if=\"$attrs['svg-title']\">{{ $attrs['svg-title'] }}</title><g fill=\"#00112C\" fill-rule=\"evenodd\" :clip-path=\"'url(#uia-icons-16-info__a' + uuid + ')'\" clip-rule=\"evenodd\"><path d=\"M8.58147 5.05557C8.47159 5.22002 8.31541 5.34819 8.13268 5.42388C7.94996 5.49957 7.74889 5.51937 7.55491 5.48079C7.36093 5.4422 7.18275 5.34696 7.04289 5.20711C6.90304 5.06725 6.8078 4.88907 6.76922 4.69509C6.73063 4.50111 6.75043 4.30004 6.82612 4.11732C6.90181 3.93459 7.02998 3.77841 7.19443 3.66853C7.35888 3.55865 7.55222 3.5 7.75 3.5C8.01522 3.5 8.26957 3.60536 8.45711 3.79289C8.64464 3.98043 8.75 4.23478 8.75 4.5C8.75 4.69778 8.69135 4.89112 8.58147 5.05557Z\"/><path d=\"M6.25 7C6.25 6.58579 6.58579 6.25 7 6.25H8C8.41421 6.25 8.75 6.58579 8.75 7V10.25H9C9.41421 10.25 9.75 10.5858 9.75 11C9.75 11.4142 9.41421 11.75 9 11.75H7C6.58579 11.75 6.25 11.4142 6.25 11C6.25 10.5858 6.58579 10.25 7 10.25H7.25V7.75H7C6.58579 7.75 6.25 7.41421 6.25 7Z\"/><path d=\"M9.51195 0.398918C8.0086 0.0998821 6.45033 0.253358 5.0342 0.839937C3.61808 1.42652 2.40769 2.41985 1.55611 3.69433C0.70453 4.96881 0.25 6.4672 0.25 8C0.25 10.0554 1.06652 12.0267 2.51992 13.4801C3.97333 14.9335 5.94457 15.75 8 15.75C9.53281 15.75 11.0312 15.2955 12.3057 14.4439C13.5801 13.5923 14.5735 12.3819 15.1601 10.9658C15.7466 9.54967 15.9001 7.99141 15.6011 6.48805C15.3021 4.9847 14.5639 3.60378 13.4801 2.51993C12.3962 1.43607 11.0153 0.697953 9.51195 0.398918ZM5.60823 2.22576C6.75027 1.75271 8.00693 1.62894 9.21931 1.8701C10.4317 2.11125 11.5453 2.70651 12.4194 3.58059C13.2935 4.45466 13.8888 5.56831 14.1299 6.78069C14.3711 7.99307 14.2473 9.24974 13.7742 10.3918C13.3012 11.5338 12.5001 12.5099 11.4723 13.1967C10.4445 13.8834 9.23613 14.25 8 14.25C6.3424 14.25 4.75268 13.5915 3.58058 12.4194C2.40848 11.2473 1.75 9.65761 1.75 8C1.75 6.76387 2.11656 5.5555 2.80331 4.52769C3.49007 3.49988 4.46619 2.6988 5.60823 2.22576Z\"/></g><defs><clipPath :id=\"'uia-icons-16-info__a' + uuid\"><rect width=\"16\" height=\"16\" fill=\"#fff\"/></clipPath></defs></svg>\n</template>\n<script>\n let uuid = 0;\n\n export default {\n beforeCreate() {\n this.uuid = uuid.toString();\n uuid += 1;\n },\n };\n</script>\n<style scoped lang=\"scss\">\n svg {\n display: inline-flex;\n flex-shrink: 0;\n }\n \n svg,\n svg * {\n fill: currentcolor;\n }\n</style>\n","<template>\n <span\n v-bento-tooltip-directive:[tooltipPosition]=\"tooltipText\"\n class=\"b-info-icon\"\n :aria-label=\"tooltipText\"\n tabindex=\"0\"\n >\n <info-icon :svg-title=\"tooltipText\" class=\"b-info-icon__svg\" />\n </span>\n</template>\n\n<script lang=\"ts\">\n import { defineComponent, PropType } from 'vue';\n import { PopperContainerPosition } from '@/components/popper-container';\n import { BentoTooltipDirective } from '@/directives';\n import InfoIcon from '@adyen/ui-assets-icons-16/vue/info';\n\n /**\n * @example\n * import { BentoInfoIcon } from '@adyen/adl-vue-components';\n *\n * export default {\n * components: { BentoInfoIcon },\n * template: `\n * <bento-info-icon tooltip-text=\"Text on hover\" />\n * `\n * }\n */\n export default defineComponent({\n name: 'bento-info-icon',\n components: { InfoIcon },\n directives: { BentoTooltipDirective },\n props: {\n /**\n * Text showed in the info-icon tooltip on hover\n */\n tooltipText: { type: String, required: true },\n\n /**\n * Position the tooltip should take if space is available. Defaults to 'auto'\n */\n tooltipPosition: {\n type: String as PropType<PopperContainerPosition
|
|
1
|
+
{"version":3,"file":"info-icon.js","sources":["../../../node_modules/@adyen/ui-assets-icons-16/dist/vue/info.vue","../src/components/info-icon/info-icon.vue"],"sourcesContent":["\n<template>\n <svg role=\"img\" v-bind=\"$attrs\" xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><title v-if=\"$attrs['svg-title']\">{{ $attrs['svg-title'] }}</title><g fill=\"#00112C\" fill-rule=\"evenodd\" :clip-path=\"'url(#uia-icons-16-info__a' + uuid + ')'\" clip-rule=\"evenodd\"><path d=\"M8.58147 5.05557C8.47159 5.22002 8.31541 5.34819 8.13268 5.42388C7.94996 5.49957 7.74889 5.51937 7.55491 5.48079C7.36093 5.4422 7.18275 5.34696 7.04289 5.20711C6.90304 5.06725 6.8078 4.88907 6.76922 4.69509C6.73063 4.50111 6.75043 4.30004 6.82612 4.11732C6.90181 3.93459 7.02998 3.77841 7.19443 3.66853C7.35888 3.55865 7.55222 3.5 7.75 3.5C8.01522 3.5 8.26957 3.60536 8.45711 3.79289C8.64464 3.98043 8.75 4.23478 8.75 4.5C8.75 4.69778 8.69135 4.89112 8.58147 5.05557Z\"/><path d=\"M6.25 7C6.25 6.58579 6.58579 6.25 7 6.25H8C8.41421 6.25 8.75 6.58579 8.75 7V10.25H9C9.41421 10.25 9.75 10.5858 9.75 11C9.75 11.4142 9.41421 11.75 9 11.75H7C6.58579 11.75 6.25 11.4142 6.25 11C6.25 10.5858 6.58579 10.25 7 10.25H7.25V7.75H7C6.58579 7.75 6.25 7.41421 6.25 7Z\"/><path d=\"M9.51195 0.398918C8.0086 0.0998821 6.45033 0.253358 5.0342 0.839937C3.61808 1.42652 2.40769 2.41985 1.55611 3.69433C0.70453 4.96881 0.25 6.4672 0.25 8C0.25 10.0554 1.06652 12.0267 2.51992 13.4801C3.97333 14.9335 5.94457 15.75 8 15.75C9.53281 15.75 11.0312 15.2955 12.3057 14.4439C13.5801 13.5923 14.5735 12.3819 15.1601 10.9658C15.7466 9.54967 15.9001 7.99141 15.6011 6.48805C15.3021 4.9847 14.5639 3.60378 13.4801 2.51993C12.3962 1.43607 11.0153 0.697953 9.51195 0.398918ZM5.60823 2.22576C6.75027 1.75271 8.00693 1.62894 9.21931 1.8701C10.4317 2.11125 11.5453 2.70651 12.4194 3.58059C13.2935 4.45466 13.8888 5.56831 14.1299 6.78069C14.3711 7.99307 14.2473 9.24974 13.7742 10.3918C13.3012 11.5338 12.5001 12.5099 11.4723 13.1967C10.4445 13.8834 9.23613 14.25 8 14.25C6.3424 14.25 4.75268 13.5915 3.58058 12.4194C2.40848 11.2473 1.75 9.65761 1.75 8C1.75 6.76387 2.11656 5.5555 2.80331 4.52769C3.49007 3.49988 4.46619 2.6988 5.60823 2.22576Z\"/></g><defs><clipPath :id=\"'uia-icons-16-info__a' + uuid\"><rect width=\"16\" height=\"16\" fill=\"#fff\"/></clipPath></defs></svg>\n</template>\n<script>\n let uuid = 0;\n\n export default {\n beforeCreate() {\n this.uuid = uuid.toString();\n uuid += 1;\n },\n };\n</script>\n<style scoped lang=\"scss\">\n svg {\n display: inline-flex;\n flex-shrink: 0;\n }\n \n svg,\n svg * {\n fill: currentcolor;\n }\n</style>\n","<template>\n <span\n v-bento-tooltip-directive:[tooltipPosition]=\"tooltipText\"\n class=\"b-info-icon\"\n :aria-label=\"tooltipText\"\n tabindex=\"0\"\n >\n <info-icon :svg-title=\"tooltipText\" class=\"b-info-icon__svg\" />\n </span>\n</template>\n\n<script lang=\"ts\">\n import { defineComponent, PropType } from 'vue';\n import { PopperContainerPosition } from '@/components/popper-container';\n import { BentoTooltipDirective } from '@/directives';\n import InfoIcon from '@adyen/ui-assets-icons-16/vue/info';\n\n /**\n * @example\n * import { BentoInfoIcon } from '@adyen/adl-vue-components';\n *\n * export default {\n * components: { BentoInfoIcon },\n * template: `\n * <bento-info-icon tooltip-text=\"Text on hover\" />\n * `\n * }\n */\n export default defineComponent({\n name: 'bento-info-icon',\n components: { InfoIcon },\n directives: { BentoTooltipDirective },\n props: {\n /**\n * Text showed in the info-icon tooltip on hover\n */\n tooltipText: { type: String, required: true },\n\n /**\n * Position the tooltip should take if space is available. Defaults to 'auto'\n */\n tooltipPosition: {\n type: String as PropType<PopperContainerPosition | `${PopperContainerPosition}`>,\n default: PopperContainerPosition.AUTO,\n validator: (value: PopperContainerPosition) => Object.values(PopperContainerPosition).includes(value),\n },\n },\n });\n</script>\n\n<style lang=\"scss\" scoped src=\"./info-icon.scss\" />\n"],"names":["uuid","_sfc_main$1","_sfc_main","defineComponent","InfoIcon","BentoTooltipDirective","PopperContainerPosition","value"],"mappings":";;;;;AAKA,IAAAA,IAAA;AAEA,MAAAC,IAAA;AAAA,EACA,eAAA;AACA,SAAA,OAAAD,EAAA,SAAA,GACAA,KAAA;AAAA,EACA;AACA;;;;;;;;;;;;;;qBCgBAE,IAAAC,EAAA;AAAA,EAAA,MAAA;AAAA,EACA,YAAA,EAAA,UAAAC,EAAA;AAAA,EACA,YAAA,EAAA,uBAAAC,EAAA;AAAA,EACA,OAAA;AAAA;AAAA;AAAA;AAAA,IACA,aAAA,EAAA,MAAA,QAAA,UAAA,GAAA;AAAA;AAAA;AAAA;AAAA,IAIA,iBAAA;AAAA,MAKA,MAAA;AAAA,MACA,SAAAC,EAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,OAAAD,CAAA,EAAA,SAAAC,CAAA;AAAA,IACA;AAAA,EACA;AAEA,CAAA;;;;;;;;;;;;;;;","x_google_ignoreList":[0]}
|