@adyen/bento-vue2 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@types/packages/vue2/src/components/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 +60 -51
- 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.e7630a1d.js → base-button.d4487ac9.js} +2 -2
- package/dist/chunks/{base-button.e7630a1d.js.map → base-button.d4487ac9.js.map} +1 -1
- package/dist/chunks/{button-actions.03751d96.js → button-actions.cf73ed47.js} +10 -10
- package/dist/chunks/{button-actions.03751d96.js.map → button-actions.cf73ed47.js.map} +1 -1
- package/dist/chunks/{button.f64585fc.js → button.c27a7ce2.js} +11 -11
- package/dist/chunks/button.c27a7ce2.js.map +1 -0
- package/dist/chunks/{calendar.c9cfce76.js → calendar.8f50a65a.js} +4 -4
- package/dist/chunks/{calendar.c9cfce76.js.map → calendar.8f50a65a.js.map} +1 -1
- package/dist/chunks/{checkbox.27fae2af.js → checkbox.c06daf12.js} +3 -3
- package/dist/chunks/{checkbox.27fae2af.js.map → checkbox.c06daf12.js.map} +1 -1
- package/dist/chunks/{controls-group.e4745546.js → controls-group.9d58a091.js} +2 -2
- package/dist/chunks/{controls-group.e4745546.js.map → controls-group.9d58a091.js.map} +1 -1
- package/dist/chunks/{copy.888486ff.js → copy.b62beae5.js} +3 -3
- package/dist/chunks/{copy.888486ff.js.map → copy.b62beae5.js.map} +1 -1
- package/dist/chunks/{dropdown-default-textbox.e425fc5b.js → dropdown-default-textbox.a5eca928.js} +2 -2
- package/dist/chunks/{dropdown-default-textbox.e425fc5b.js.map → dropdown-default-textbox.a5eca928.js.map} +1 -1
- package/dist/chunks/{dropdown.e298bb6c.js → dropdown.368486b1.js} +60 -58
- package/dist/chunks/dropdown.368486b1.js.map +1 -0
- package/dist/chunks/{error-message.4269d92b.js → error-message.a581a172.js} +2 -2
- package/dist/chunks/{error-message.4269d92b.js.map → error-message.a581a172.js.map} +1 -1
- package/dist/chunks/{index.e1fcc9e0.js → index.175f9e2d.js} +3 -3
- package/dist/chunks/index.175f9e2d.js.map +1 -0
- package/dist/chunks/{index.ada08445.js → index.3b6fc08a.js} +6 -6
- package/dist/chunks/{index.ada08445.js.map → index.3b6fc08a.js.map} +1 -1
- package/dist/chunks/{index.7bbd6611.js → index.3dfea3bd.js} +3 -3
- package/dist/chunks/{index.7bbd6611.js.map → index.3dfea3bd.js.map} +1 -1
- package/dist/chunks/{index.96e2f563.js → index.ad39b625.js} +2 -2
- package/dist/chunks/{index.96e2f563.js.map → index.ad39b625.js.map} +1 -1
- package/dist/chunks/{index.8d590c55.js → index.d07f9800.js} +33 -32
- package/dist/chunks/{index.8d590c55.js.map → index.d07f9800.js.map} +1 -1
- package/dist/chunks/{index.bc51abe9.js → index.f0d99471.js} +8 -8
- package/dist/chunks/{index.bc51abe9.js.map → index.f0d99471.js.map} +1 -1
- package/dist/chunks/{listbox-option-tag.aae99730.js → listbox-option-tag.c7e9a228.js} +3 -3
- package/dist/chunks/{listbox-option-tag.aae99730.js.map → listbox-option-tag.c7e9a228.js.map} +1 -1
- package/dist/chunks/{listbox.99d23071.js → listbox.f51e92cd.js} +28 -27
- package/dist/chunks/{listbox.99d23071.js.map → listbox.f51e92cd.js.map} +1 -1
- package/dist/chunks/{loading-button.f7768964.js → loading-button.6d34f66f.js} +2 -2
- package/dist/chunks/{loading-button.f7768964.js.map → loading-button.6d34f66f.js.map} +1 -1
- package/dist/chunks/{tooltip.1e7cda50.js → tooltip.9af34fba.js} +2 -2
- package/dist/chunks/{tooltip.1e7cda50.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 +7 -7
- 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 +45 -41
- 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 +60 -60
- package/package.json +4 -3
- package/dist/@types/packages/vue2/src/types/label-position.d.ts +0 -4
- package/dist/chunks/button.f64585fc.js.map +0 -1
- package/dist/chunks/dropdown.e298bb6c.js.map +0 -1
- package/dist/chunks/index.4ec4409f.js +0 -121
- package/dist/chunks/index.4ec4409f.js.map +0 -1
- package/dist/chunks/index.e1fcc9e0.js.map +0 -1
package/dist/summary-grid.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent as c, toRefs as h, computed as l } from "vue";
|
|
2
|
-
import { u as
|
|
2
|
+
import { u as v } from "./chunks/use-has-slot.068222e6.js";
|
|
3
3
|
import { G as $ } from "./chunks/grid-layout.73f23b1b.js";
|
|
4
4
|
import { n as u } from "./chunks/_plugin-vue2_normalizer.71e2aa87.js";
|
|
5
5
|
import { BentoInfoIcon as x } from "./info-icon.js";
|
|
6
|
-
import { B as
|
|
7
|
-
import { BentoTag as
|
|
8
|
-
import { PopperContainerPosition as
|
|
9
|
-
import { C as
|
|
10
|
-
import "./assets/
|
|
11
|
-
const
|
|
6
|
+
import { B as O, b as _, a as P } from "./chunks/index.175f9e2d.js";
|
|
7
|
+
import { BentoTag as A, BentoTagVariant as f } from "./tag.js";
|
|
8
|
+
import { PopperContainerPosition as M } from "./popper-container.js";
|
|
9
|
+
import { C as B } from "./chunks/copy.b62beae5.js";
|
|
10
|
+
import "./assets/index12.css";
|
|
11
|
+
const L = c({
|
|
12
12
|
name: "bento-summary-grid",
|
|
13
13
|
components: { GridLayout: $ },
|
|
14
14
|
props: {
|
|
@@ -20,30 +20,30 @@ const G = c({
|
|
|
20
20
|
default: null
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
|
-
setup(
|
|
24
|
-
var n,
|
|
25
|
-
let
|
|
23
|
+
setup(e, { slots: t }) {
|
|
24
|
+
var n, s;
|
|
25
|
+
let r = 1;
|
|
26
26
|
if (t) {
|
|
27
|
-
const d = (
|
|
27
|
+
const d = (s = (n = Object.keys(t)) == null ? void 0 : n.filter((y) => y.includes("cell-"))) == null ? void 0 : s.map((y) => {
|
|
28
28
|
var p;
|
|
29
29
|
return parseInt((p = y.split("-")) == null ? void 0 : p[1], 10);
|
|
30
30
|
});
|
|
31
|
-
if (
|
|
31
|
+
if (r = Math.max(...d), r > 3)
|
|
32
32
|
throw new Error(
|
|
33
33
|
"BentoSummaryGrid must only have a maximum of 3 rows. Read the documentation for more information."
|
|
34
34
|
);
|
|
35
35
|
}
|
|
36
36
|
return {
|
|
37
|
-
hasSlot:
|
|
38
|
-
numberOfRows:
|
|
37
|
+
hasSlot: v(t),
|
|
38
|
+
numberOfRows: r
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
|
-
var
|
|
43
|
-
var t = this,
|
|
44
|
-
return t._self._setupProxy,
|
|
45
|
-
var
|
|
46
|
-
return
|
|
42
|
+
var G = function() {
|
|
43
|
+
var t = this, r = t._self._c;
|
|
44
|
+
return t._self._setupProxy, r("div", { staticClass: "b-summary-grid" }, t._l(t.numberOfRows, function(n) {
|
|
45
|
+
var s;
|
|
46
|
+
return r("grid-layout", { key: `summary-grid-row-${n}`, attrs: { "data-testid": `summary-grid-row-${n}`, "column-width": (s = t.columnWidth) == null ? void 0 : s[`row${n}`] }, scopedSlots: t._u([t.hasSlot(`cell-${n}-1`) ? { key: "col-1", fn: function() {
|
|
47
47
|
return [t._t(`cell-${n}-1`)];
|
|
48
48
|
}, proxy: !0 } : null, t.hasSlot(`cell-${n}-2`) ? { key: "col-2", fn: function() {
|
|
49
49
|
return [t._t(`cell-${n}-2`)];
|
|
@@ -58,8 +58,8 @@ var O = function() {
|
|
|
58
58
|
}, proxy: !0 } : null], null, !0) });
|
|
59
59
|
}), 1);
|
|
60
60
|
}, R = [], V = /* @__PURE__ */ u(
|
|
61
|
+
L,
|
|
61
62
|
G,
|
|
62
|
-
O,
|
|
63
63
|
R,
|
|
64
64
|
!1,
|
|
65
65
|
null,
|
|
@@ -68,10 +68,10 @@ var O = function() {
|
|
|
68
68
|
null
|
|
69
69
|
);
|
|
70
70
|
const ft = V.exports;
|
|
71
|
-
var
|
|
71
|
+
var i = /* @__PURE__ */ ((e) => (e.SMALL = "small", e.MEDIUM = "medium", e.LARGE = "large", e))(i || {}), o = /* @__PURE__ */ ((e) => (e.POSITIVE = "positive", e.NEGATIVE = "negative", e.NEUTRAL = "neutral", e))(o || {}), a = /* @__PURE__ */ ((e) => (e.AMOUNT = "amount", e.PERCENTAGE = "percentage", e.NUMERIC = "numeric", e.TEXT = "text", e.CUSTOM = "custom", e))(a || {});
|
|
72
72
|
const N = c({
|
|
73
73
|
name: "summary-grid-item",
|
|
74
|
-
components: { BentoInfoIcon: x, BentoTypography:
|
|
74
|
+
components: { BentoInfoIcon: x, BentoTypography: O, BentoTag: A, Copy: B },
|
|
75
75
|
props: {
|
|
76
76
|
/**
|
|
77
77
|
* Text to copy to the clipboard
|
|
@@ -83,7 +83,8 @@ const N = c({
|
|
|
83
83
|
// TODO add text truncation for SummaryGridItemType.TEXT
|
|
84
84
|
itemType: {
|
|
85
85
|
type: String,
|
|
86
|
-
default:
|
|
86
|
+
default: a.CUSTOM,
|
|
87
|
+
validator: (e) => Object.values(a).includes(e)
|
|
87
88
|
},
|
|
88
89
|
/**
|
|
89
90
|
* Text showed in the info-icon tooltip on hover
|
|
@@ -104,7 +105,8 @@ const N = c({
|
|
|
104
105
|
// TODO implement logic for Large size
|
|
105
106
|
size: {
|
|
106
107
|
type: String,
|
|
107
|
-
default:
|
|
108
|
+
default: i.SMALL,
|
|
109
|
+
validator: (e) => Object.values(i).includes(e)
|
|
108
110
|
},
|
|
109
111
|
/**
|
|
110
112
|
* Shows colored trend label next to text content
|
|
@@ -118,7 +120,8 @@ const N = c({
|
|
|
118
120
|
*/
|
|
119
121
|
trendDirection: {
|
|
120
122
|
type: String,
|
|
121
|
-
default:
|
|
123
|
+
default: o.POSITIVE,
|
|
124
|
+
validator: (e) => Object.values(o).includes(e)
|
|
122
125
|
},
|
|
123
126
|
/**
|
|
124
127
|
* Shows colored trend tag next to secondary metric value
|
|
@@ -132,71 +135,72 @@ const N = c({
|
|
|
132
135
|
*/
|
|
133
136
|
secondaryTrendDirection: {
|
|
134
137
|
type: String,
|
|
135
|
-
default:
|
|
138
|
+
default: o.POSITIVE,
|
|
139
|
+
validator: (e) => Object.values(o).includes(e)
|
|
136
140
|
}
|
|
137
141
|
},
|
|
138
|
-
setup(
|
|
139
|
-
const { trendDirection:
|
|
142
|
+
setup(e, { slots: t }) {
|
|
143
|
+
const { trendDirection: r, secondaryTrendDirection: n, itemType: s, size: d } = h(e), y = (E) => {
|
|
140
144
|
switch (E) {
|
|
141
|
-
case
|
|
145
|
+
case o.POSITIVE:
|
|
142
146
|
return f.GREEN;
|
|
143
|
-
case
|
|
147
|
+
case o.NEGATIVE:
|
|
144
148
|
return f.RED;
|
|
145
149
|
default:
|
|
146
150
|
return f.BLUE;
|
|
147
151
|
}
|
|
148
|
-
}, p = l(() => y(
|
|
149
|
-
() =>
|
|
152
|
+
}, p = l(() => y(r.value)), T = l(() => y(n.value)), g = l(
|
|
153
|
+
() => s.value === a.TEXT || s.value === a.PERCENTAGE || s.value === a.AMOUNT || s.value === a.NUMERIC
|
|
150
154
|
), S = l(() => {
|
|
151
155
|
if (g.value) {
|
|
152
|
-
if (d.value ===
|
|
156
|
+
if (d.value === i.SMALL)
|
|
153
157
|
return _.BODY;
|
|
154
|
-
if (
|
|
158
|
+
if (s.value !== a.TEXT)
|
|
155
159
|
return _.TITLE;
|
|
156
160
|
}
|
|
157
161
|
return null;
|
|
158
162
|
}), b = l(() => ({
|
|
159
|
-
medium: d.value ===
|
|
160
|
-
strongest: d.value ===
|
|
161
|
-
wide: d.value ===
|
|
163
|
+
medium: d.value === i.LARGE,
|
|
164
|
+
strongest: d.value === i.SMALL,
|
|
165
|
+
wide: d.value === i.SMALL,
|
|
162
166
|
variant: S.value
|
|
163
|
-
})), I = l(() =>
|
|
164
|
-
[`b-summary-grid-item__content-trend--${
|
|
167
|
+
})), I = l(() => e.fitContent ? { width: "fit-content" } : {}), C = l(() => ({
|
|
168
|
+
[`b-summary-grid-item__content-trend--${e.trend}`]: e.trend
|
|
165
169
|
}));
|
|
166
170
|
return {
|
|
167
171
|
// Values
|
|
168
172
|
trendVariant: p,
|
|
169
|
-
secondaryTrendVariant:
|
|
173
|
+
secondaryTrendVariant: T,
|
|
170
174
|
isContentTypographyApplied: g,
|
|
171
175
|
typographyProps: b,
|
|
172
176
|
// Styles
|
|
173
177
|
computedStyles: I,
|
|
174
178
|
summaryBarItemTrendConditionalClasses: C,
|
|
175
179
|
// Enums
|
|
176
|
-
BentoTypographyElement:
|
|
180
|
+
BentoTypographyElement: P,
|
|
177
181
|
BentoTypographyVariant: _,
|
|
178
|
-
SummaryGridItemType:
|
|
179
|
-
BentoSummaryGridItemSize:
|
|
180
|
-
PopperContainerPosition:
|
|
182
|
+
SummaryGridItemType: a,
|
|
183
|
+
BentoSummaryGridItemSize: i,
|
|
184
|
+
PopperContainerPosition: M,
|
|
181
185
|
// Utils
|
|
182
|
-
hasSlot:
|
|
186
|
+
hasSlot: v(t)
|
|
183
187
|
};
|
|
184
188
|
}
|
|
185
189
|
});
|
|
186
190
|
var D = function() {
|
|
187
|
-
var t = this,
|
|
188
|
-
return t._self._setupProxy,
|
|
189
|
-
},
|
|
191
|
+
var t = this, r = t._self._c;
|
|
192
|
+
return t._self._setupProxy, r("div", { staticClass: "b-summary-grid-item", style: t.computedStyles }, [r("div", { staticClass: "b-summary-grid-item__header" }, [r("bento-typography", { staticClass: "b-summary-grid-item__title", attrs: { el: t.BentoTypographyElement.SPAN, variant: t.BentoTypographyVariant.BODY } }, [t._v(" " + t._s(t.title) + " ")]), r("div", { staticClass: "b-summary-grid-item__title-icons" }, [t.copy ? r("copy", { staticClass: "b-structured-list__icon", attrs: { text: t.copy } }) : t._e(), t.infoIconTooltipText ? r("bento-info-icon", { staticClass: "b-summary-grid-item__title-tooltip", attrs: { "tooltip-text": t.infoIconTooltipText, "tooltip-position": t.PopperContainerPosition.TOP } }) : t._e()], 1)], 1), r("div", { staticClass: "b-summary-grid-item__content--primary" }, [t.isContentTypographyApplied ? r("bento-typography", t._b({ staticClass: "b-summary-grid-item__title", attrs: { "data-testid": "summary-grid-item-content-typography", el: t.BentoTypographyElement.SPAN } }, "bento-typography", t.typographyProps, !1), [t._t("default"), t.trend && t.itemType !== t.SummaryGridItemType.TEXT ? r("bento-tag", { staticClass: "b-summary-grid-item__content-trend", attrs: { variant: t.trendVariant, label: t.trend } }) : t._e()], 2) : t._t("default")], 2), t.hasSlot("secondary") ? r("div", { staticClass: "b-summary-grid-item__content--secondary" }, [r("bento-typography", { staticClass: "b-summary-grid-item__title", attrs: { "data-testid": "summary-grid-item-secondary-metric-typography", el: t.BentoTypographyElement.SPAN, variant: t.BentoTypographyVariant.CAPTION, stronger: "" } }, [t._t("secondary"), t.secondaryTrend ? r("bento-tag", { staticClass: "b-summary-grid-item__content-trend", attrs: { variant: t.secondaryTrendVariant, label: t.secondaryTrend } }) : t._e()], 2)], 1) : t._e()]);
|
|
193
|
+
}, j = [], w = /* @__PURE__ */ u(
|
|
190
194
|
N,
|
|
191
195
|
D,
|
|
192
|
-
|
|
196
|
+
j,
|
|
193
197
|
!1,
|
|
194
198
|
null,
|
|
195
|
-
"
|
|
199
|
+
"bc53e804",
|
|
196
200
|
null,
|
|
197
201
|
null
|
|
198
202
|
);
|
|
199
|
-
const m =
|
|
203
|
+
const m = w.exports, k = c({
|
|
200
204
|
name: "bento-summary-grid-item-amount",
|
|
201
205
|
components: { SummaryGridItem: m },
|
|
202
206
|
props: {
|
|
@@ -258,7 +262,8 @@ const m = k.exports, U = c({
|
|
|
258
262
|
*/
|
|
259
263
|
trendDirection: {
|
|
260
264
|
type: String,
|
|
261
|
-
default:
|
|
265
|
+
default: o.POSITIVE,
|
|
266
|
+
validator: (e) => Object.values(o).includes(e)
|
|
262
267
|
},
|
|
263
268
|
/**
|
|
264
269
|
* Shows colored secondary trend tag next to the secondary metric value
|
|
@@ -272,39 +277,41 @@ const m = k.exports, U = c({
|
|
|
272
277
|
*/
|
|
273
278
|
secondaryTrendDirection: {
|
|
274
279
|
type: String,
|
|
275
|
-
default:
|
|
280
|
+
default: o.POSITIVE,
|
|
281
|
+
validator: (e) => Object.values(o).includes(e)
|
|
276
282
|
},
|
|
277
283
|
/**
|
|
278
284
|
* Defines the size of the `summary-grid-item` text content
|
|
279
285
|
*/
|
|
280
286
|
size: {
|
|
281
287
|
type: String,
|
|
282
|
-
default:
|
|
288
|
+
default: i.SMALL,
|
|
289
|
+
validator: (e) => Object.values(i).includes(e)
|
|
283
290
|
}
|
|
284
291
|
},
|
|
285
292
|
setup() {
|
|
286
293
|
return {
|
|
287
294
|
// Enums
|
|
288
|
-
SummaryGridItemType:
|
|
295
|
+
SummaryGridItemType: a
|
|
289
296
|
};
|
|
290
297
|
}
|
|
291
298
|
});
|
|
292
|
-
var
|
|
293
|
-
var t = this,
|
|
294
|
-
return t._self._setupProxy,
|
|
299
|
+
var U = function() {
|
|
300
|
+
var t = this, r = t._self._c;
|
|
301
|
+
return t._self._setupProxy, r("summary-grid-item", { staticClass: "b-summary-grid-item-amount", attrs: { "item-type": t.SummaryGridItemType.AMOUNT, "info-icon-tooltip-text": t.infoIconTooltipText, title: t.title, copy: t.copy, "fit-content": t.fitContent, size: t.size, trend: t.trend, "trend-direction": t.trendDirection, "secondary-trend": t.secondaryTrend, "secondary-trend-direction": t.secondaryTrendDirection }, scopedSlots: t._u([t.secondaryMetric ? { key: "secondary", fn: function() {
|
|
295
302
|
return [t._v(" " + t._s(t.secondaryMetric) + " ")];
|
|
296
|
-
}, proxy: !0 } : null], null, !0) }, [
|
|
297
|
-
},
|
|
303
|
+
}, proxy: !0 } : null], null, !0) }, [r("div", { staticClass: "b-summary-grid-item-amount__content" }, [r("div", [t._v(t._s(t.label))]), t.secondaryLabel ? r("div", { staticClass: "b-summary-grid-item-amount__secondary-label" }, [t._v(t._s(t.secondaryLabel))]) : t._e()])]);
|
|
304
|
+
}, q = [], z = /* @__PURE__ */ u(
|
|
305
|
+
k,
|
|
298
306
|
U,
|
|
299
307
|
q,
|
|
300
|
-
z,
|
|
301
308
|
!1,
|
|
302
309
|
null,
|
|
303
|
-
"
|
|
310
|
+
"7f05c60d",
|
|
304
311
|
null,
|
|
305
312
|
null
|
|
306
313
|
);
|
|
307
|
-
const gt =
|
|
314
|
+
const gt = z.exports, F = c({
|
|
308
315
|
name: "bento-summary-grid-item-numeric",
|
|
309
316
|
components: { SummaryGridItem: m },
|
|
310
317
|
props: {
|
|
@@ -359,7 +366,8 @@ const gt = F.exports, X = c({
|
|
|
359
366
|
*/
|
|
360
367
|
trendDirection: {
|
|
361
368
|
type: String,
|
|
362
|
-
default:
|
|
369
|
+
default: o.POSITIVE,
|
|
370
|
+
validator: (e) => Object.values(o).includes(e)
|
|
363
371
|
},
|
|
364
372
|
/**
|
|
365
373
|
* Shows colored secondary trend tag next to the secondary metric value
|
|
@@ -373,31 +381,33 @@ const gt = F.exports, X = c({
|
|
|
373
381
|
*/
|
|
374
382
|
secondaryTrendDirection: {
|
|
375
383
|
type: String,
|
|
376
|
-
default:
|
|
384
|
+
default: o.POSITIVE,
|
|
385
|
+
validator: (e) => Object.values(o).includes(e)
|
|
377
386
|
},
|
|
378
387
|
/**
|
|
379
388
|
* Defines the size of the `summary-grid-item` text content
|
|
380
389
|
*/
|
|
381
390
|
size: {
|
|
382
391
|
type: String,
|
|
383
|
-
default:
|
|
392
|
+
default: i.SMALL,
|
|
393
|
+
validator: (e) => Object.values(i).includes(e)
|
|
384
394
|
}
|
|
385
395
|
},
|
|
386
396
|
setup() {
|
|
387
397
|
return {
|
|
388
398
|
// Enums
|
|
389
|
-
SummaryGridItemType:
|
|
399
|
+
SummaryGridItemType: a
|
|
390
400
|
};
|
|
391
401
|
}
|
|
392
402
|
});
|
|
393
|
-
var
|
|
394
|
-
var t = this,
|
|
395
|
-
return t._self._setupProxy,
|
|
403
|
+
var X = function() {
|
|
404
|
+
var t = this, r = t._self._c;
|
|
405
|
+
return t._self._setupProxy, r("summary-grid-item", { staticClass: "b-summary-grid-item-numeric", attrs: { "item-type": t.SummaryGridItemType.NUMERIC, "info-icon-tooltip-text": t.infoIconTooltipText, title: t.title, copy: t.copy, "fit-content": t.fitContent, size: t.size, trend: t.trend, "trend-direction": t.trendDirection, "secondary-trend": t.secondaryTrend, "secondary-trend-direction": t.secondaryTrendDirection }, scopedSlots: t._u([t.secondaryMetric ? { key: "secondary", fn: function() {
|
|
396
406
|
return [t._v(" " + t._s(t.secondaryMetric) + " ")];
|
|
397
407
|
}, proxy: !0 } : null], null, !0) }, [t._v(" " + t._s(t.label) + " ")]);
|
|
398
408
|
}, W = [], Y = /* @__PURE__ */ u(
|
|
409
|
+
F,
|
|
399
410
|
X,
|
|
400
|
-
j,
|
|
401
411
|
W,
|
|
402
412
|
!1,
|
|
403
413
|
null,
|
|
@@ -405,7 +415,7 @@ var j = function() {
|
|
|
405
415
|
null,
|
|
406
416
|
null
|
|
407
417
|
);
|
|
408
|
-
const
|
|
418
|
+
const vt = Y.exports, H = c({
|
|
409
419
|
name: "bento-summary-grid-item-percentage",
|
|
410
420
|
components: { SummaryGridItem: m },
|
|
411
421
|
props: {
|
|
@@ -460,7 +470,8 @@ const Tt = Y.exports, H = c({
|
|
|
460
470
|
*/
|
|
461
471
|
trendDirection: {
|
|
462
472
|
type: String,
|
|
463
|
-
default:
|
|
473
|
+
default: o.POSITIVE,
|
|
474
|
+
validator: (e) => Object.values(o).includes(e)
|
|
464
475
|
},
|
|
465
476
|
/**
|
|
466
477
|
* Shows colored secondary trend tag next to the secondary metric value
|
|
@@ -474,26 +485,28 @@ const Tt = Y.exports, H = c({
|
|
|
474
485
|
*/
|
|
475
486
|
secondaryTrendDirection: {
|
|
476
487
|
type: String,
|
|
477
|
-
default:
|
|
488
|
+
default: o.POSITIVE,
|
|
489
|
+
validator: (e) => Object.values(o).includes(e)
|
|
478
490
|
},
|
|
479
491
|
/**
|
|
480
492
|
* Defines the size of the `summary-grid-item` text content
|
|
481
493
|
*/
|
|
482
494
|
size: {
|
|
483
495
|
type: String,
|
|
484
|
-
default:
|
|
496
|
+
default: i.SMALL,
|
|
497
|
+
validator: (e) => Object.values(i).includes(e)
|
|
485
498
|
}
|
|
486
499
|
},
|
|
487
500
|
setup() {
|
|
488
501
|
return {
|
|
489
502
|
// Enums
|
|
490
|
-
SummaryGridItemType:
|
|
503
|
+
SummaryGridItemType: a
|
|
491
504
|
};
|
|
492
505
|
}
|
|
493
506
|
});
|
|
494
507
|
var J = function() {
|
|
495
|
-
var t = this,
|
|
496
|
-
return t._self._setupProxy,
|
|
508
|
+
var t = this, r = t._self._c;
|
|
509
|
+
return t._self._setupProxy, r("summary-grid-item", { staticClass: "b-summary-grid-item-percentage", attrs: { "item-type": t.SummaryGridItemType.PERCENTAGE, "info-icon-tooltip-text": t.infoIconTooltipText, title: t.title, copy: t.copy, "fit-content": t.fitContent, size: t.size, trend: t.trend, "trend-direction": t.trendDirection, "secondary-trend": t.secondaryTrend, "secondary-trend-direction": t.secondaryTrendDirection }, scopedSlots: t._u([t.secondaryMetric ? { key: "secondary", fn: function() {
|
|
497
510
|
return [t._v(" " + t._s(t.secondaryMetric) + "% ")];
|
|
498
511
|
}, proxy: !0 } : null], null, !0) }, [t._v(" " + t._s(t.label) + "% ")]);
|
|
499
512
|
}, K = [], Q = /* @__PURE__ */ u(
|
|
@@ -506,7 +519,7 @@ var J = function() {
|
|
|
506
519
|
null,
|
|
507
520
|
null
|
|
508
521
|
);
|
|
509
|
-
const
|
|
522
|
+
const Tt = Q.exports, Z = c({
|
|
510
523
|
name: "bento-summary-grid-item-text",
|
|
511
524
|
components: { SummaryGridItem: m },
|
|
512
525
|
props: {
|
|
@@ -546,13 +559,13 @@ const vt = Q.exports, Z = c({
|
|
|
546
559
|
setup() {
|
|
547
560
|
return {
|
|
548
561
|
// Enums
|
|
549
|
-
SummaryGridItemType:
|
|
562
|
+
SummaryGridItemType: a
|
|
550
563
|
};
|
|
551
564
|
}
|
|
552
565
|
});
|
|
553
566
|
var tt = function() {
|
|
554
|
-
var t = this,
|
|
555
|
-
return t._self._setupProxy,
|
|
567
|
+
var t = this, r = t._self._c;
|
|
568
|
+
return t._self._setupProxy, r("summary-grid-item", { staticClass: "b-summary-grid-item-text", attrs: { "item-type": t.SummaryGridItemType.TEXT, "info-icon-tooltip-text": t.infoIconTooltipText, title: t.title, copy: t.copy, "fit-content": t.fitContent } }, [t._v(" " + t._s(t.label) + " ")]);
|
|
556
569
|
}, et = [], rt = /* @__PURE__ */ u(
|
|
557
570
|
Z,
|
|
558
571
|
tt,
|
|
@@ -587,8 +600,8 @@ const St = rt.exports, nt = c({
|
|
|
587
600
|
emits: ["copy-to-clipboard"]
|
|
588
601
|
});
|
|
589
602
|
var ot = function() {
|
|
590
|
-
var t = this,
|
|
591
|
-
return t._self._setupProxy,
|
|
603
|
+
var t = this, r = t._self._c;
|
|
604
|
+
return t._self._setupProxy, r("summary-grid-item", { attrs: { title: t.title, "info-icon-tooltip-text": t.infoIconTooltipText, copy: t.copy, "fit-content": t.fitContent }, on: { "copy-to-clipoard": function(n) {
|
|
592
605
|
return t.$emit("copy-to-clipboard");
|
|
593
606
|
} } }, [t._t("default")], 2);
|
|
594
607
|
}, it = [], at = /* @__PURE__ */ u(
|
|
@@ -606,10 +619,10 @@ export {
|
|
|
606
619
|
ft as BentoSummaryGrid,
|
|
607
620
|
gt as BentoSummaryGridItemAmount,
|
|
608
621
|
bt as BentoSummaryGridItemCustom,
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
622
|
+
vt as BentoSummaryGridItemNumeric,
|
|
623
|
+
Tt as BentoSummaryGridItemPercentage,
|
|
624
|
+
i as BentoSummaryGridItemSize,
|
|
612
625
|
St as BentoSummaryGridItemText,
|
|
613
|
-
|
|
626
|
+
o as BentoSummaryGridItemTrendDirection
|
|
614
627
|
};
|
|
615
628
|
//# sourceMappingURL=summary-grid.js.map
|