@adyen/bento-vue2 1.3.0 → 1.4.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/components.d.ts +8 -4
- package/dist/@types/packages/core/src/components/button/button.types.d.ts +8 -0
- package/dist/@types/packages/vue2/src/components/accordion/accordion.keys.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/accordion/accordion.types.d.ts +1 -24
- package/dist/@types/packages/vue2/src/components/accordion/accordion.vue.d.ts +17 -51
- package/dist/@types/packages/vue2/src/components/accordion/components/accordion-item.vue.d.ts +24 -28
- package/dist/@types/packages/vue2/src/components/accordion/index.d.ts +2 -3
- package/dist/@types/packages/vue2/src/components/alert/alert.vue.d.ts +0 -4
- package/dist/@types/packages/vue2/src/components/avatar-image/avatar-image.vue.d.ts +1 -4
- package/dist/@types/packages/vue2/src/components/button/button.vue.d.ts +161 -150
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +3 -5
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/card/card.vue.d.ts +77 -15
- package/dist/@types/packages/vue2/src/components/checkbox/checkbox.types.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +4 -6
- package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.types.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +36 -11
- package/dist/@types/packages/vue2/src/components/country/country.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/currency/currency.vue.d.ts +0 -3
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +2 -22
- 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 +0 -5
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue.d.ts +0 -24
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.types.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +326 -14
- package/dist/@types/packages/vue2/src/components/date/date.vue.d.ts +2 -5
- package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +1 -21
- package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +1 -21
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +3 -6
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +277 -104
- 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.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +5 -6
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +5 -5
- 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 +6 -6
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +7 -9
- package/dist/@types/packages/vue2/src/components/empty-state/empty-state.types.d.ts +27 -0
- package/dist/@types/packages/vue2/src/components/empty-state/empty-state.vue.d.ts +76 -0
- package/dist/@types/packages/vue2/src/components/empty-state/index.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +19 -25
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/components/all-filters-modal-button/all-filters-modal-button.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/base-filter.vue.d.ts +0 -26
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +1 -4
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +0 -10
- package/dist/@types/packages/vue2/src/components/filter-bar/components/{base-filter/components/filter-bar-filter-button/filter-bar-filter-button.vue.d.ts → filter-bar-button/filter-bar-button.vue.d.ts} +17 -22
- package/dist/@types/packages/vue2/src/components/filter-bar/components/filter-bar-button/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/components/input-filter/input-filter.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/components/range-filter/range-filter.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +2 -4
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +2 -4
- package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/focus-trap/focus-trap.vue.d.ts +3 -0
- package/dist/@types/packages/vue2/src/components/header/header.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/image/const.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/image/image.types.d.ts +19 -0
- package/dist/@types/packages/vue2/src/components/image/image.vue.d.ts +50 -0
- package/dist/@types/packages/vue2/src/components/image/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/info-icon/info-icon.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/input-field/input-field.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +50 -47
- package/dist/@types/packages/vue2/src/components/internal/avatar/avatar.vue.d.ts +0 -3
- package/dist/@types/packages/vue2/src/components/internal/base-button/base-button.vue.d.ts +1 -4
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/calendar-month.vue.d.ts +0 -5
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/components/calendar-month-day/__test__/calendar-month-day-stub.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/components/calendar-month-day/calendar-month-day.vue.d.ts +2 -2
- 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 +0 -2
- 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 +0 -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 +0 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option-tag/listbox-option-tag.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +3 -7
- package/dist/@types/packages/vue2/src/components/link/link.vue.d.ts +4 -0
- package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.vue.d.ts +2 -5
- package/dist/@types/packages/vue2/src/components/menu/menu.vue.d.ts +6 -31
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +0 -5
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +14 -9
- 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 +4 -14
- package/dist/@types/packages/vue2/src/components/modal/modal.vue.d.ts +7 -6
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-context/pagination-context.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-controls/pagination-controls.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/pagination/pagination.vue.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/payment-method/payment-method.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/popover/components/popover-title/popover-title.vue.d.ts +1 -2
- package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/popper-container/popper-container.vue.d.ts +5 -14
- package/dist/@types/packages/vue2/src/components/radio-group/components/radio-button/radio-button.vue.d.ts +4 -6
- package/dist/@types/packages/vue2/src/components/radio-group/radio-group.types.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/search-bar/search-bar.vue.d.ts +16 -339
- package/dist/@types/packages/vue2/src/components/segmented-control/components/segmented-control-button/segmented-control-button.vue.d.ts +0 -3
- package/dist/@types/packages/vue2/src/components/segmented-control/segmented-control.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/sidepanel/sidepanel.types.d.ts +3 -1
- package/dist/@types/packages/vue2/src/components/status/status.vue.d.ts +2 -5
- package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +2 -23
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +2 -5
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue.d.ts +2 -5
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +2 -5
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-text/summary-grid-item-text.vue.d.ts +1 -4
- package/dist/@types/packages/vue2/src/components/tabs/components/tab.types.d.ts +3 -1
- package/dist/@types/packages/vue2/src/components/tabs/components/tab.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/tabs/tabs.keys.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/tabs/tabs.types.d.ts +6 -2
- package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +4 -9
- package/dist/@types/packages/vue2/src/components/tag/tag.vue.d.ts +4 -7
- package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +5 -9
- package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +6 -12
- package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/toast/components/toast-item/toast-item.vue.d.ts +0 -5
- package/dist/@types/packages/vue2/src/components/toggle/toggle.vue.d.ts +4 -6
- package/dist/@types/packages/vue2/src/components/tooltip/tooltip.vue.d.ts +24 -40
- package/dist/@types/packages/vue2/src/composables/use-default-slot-validator/use-default-slot-validator.d.ts +2 -1
- package/dist/@types/packages/vue2/src/composables/use-has-slot/use-has-slot.d.ts +4 -1
- package/dist/@types/packages/vue2/src/index.d.ts +3 -0
- package/dist/@types/packages/vue2/src/templates/data-grid-template/data-grid-template.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/utils/ts/print-development-warning.d.ts +1 -0
- package/dist/accordion.js +69 -177
- package/dist/accordion.js.map +1 -1
- package/dist/alert.js +57 -60
- package/dist/alert.js.map +1 -1
- package/dist/assets/base-button.css +1 -1
- package/dist/assets/base-modal.css +1 -0
- package/dist/assets/button.css +1 -1
- package/dist/assets/calendar.css +1 -1
- package/dist/assets/checkbox.css +1 -1
- package/dist/assets/chevron-up.css +1 -0
- package/dist/assets/controls-group.css +1 -1
- package/dist/assets/copy.css +1 -1
- package/dist/assets/dropdown-default-textbox.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/error-message.css +1 -1
- package/dist/assets/footer-actions.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index12.css +1 -1
- package/dist/assets/index13.css +1 -1
- package/dist/assets/index14.css +1 -1
- package/dist/assets/index15.css +1 -1
- package/dist/assets/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/index40.css +1 -1
- package/dist/assets/index41.css +1 -1
- package/dist/assets/index42.css +1 -0
- 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-option-tag.css +1 -1
- package/dist/assets/listbox.css +1 -1
- package/dist/assets/loading-button.css +1 -1
- package/dist/assets/tooltip.css +1 -1
- package/dist/avatar-image.js +1 -1
- package/dist/badge.js +2 -2
- package/dist/button.js +110 -12
- package/dist/button.js.map +1 -1
- package/dist/card.js +66 -67
- package/dist/card.js.map +1 -1
- package/dist/checkbox.js +27 -26
- package/dist/checkbox.js.map +1 -1
- package/dist/chunks/{base-button.98379576.js → base-button.bd8fa976.js} +24 -27
- package/dist/chunks/base-button.bd8fa976.js.map +1 -0
- package/dist/chunks/base-modal.a365f260.js +207 -0
- package/dist/chunks/base-modal.a365f260.js.map +1 -0
- package/dist/chunks/{button.d0c9527d.js → button.fb307df3.js} +36 -39
- package/dist/chunks/button.fb307df3.js.map +1 -0
- package/dist/chunks/{calendar.0ae43a96.js → calendar.79ea42c1.js} +214 -217
- package/dist/chunks/calendar.79ea42c1.js.map +1 -0
- package/dist/chunks/checkbox.c7d791ed.js +173 -0
- package/dist/chunks/checkbox.c7d791ed.js.map +1 -0
- package/dist/chunks/{chevron-down.b851a6da.js → chevron-up.674ec2e5.js} +8 -8
- package/dist/chunks/chevron-up.674ec2e5.js.map +1 -0
- package/dist/chunks/{controls-group.b827382b.js → controls-group.5d3e04dd.js} +20 -20
- package/dist/chunks/controls-group.5d3e04dd.js.map +1 -0
- package/dist/chunks/{copy.5a4cbd4d.js → copy.ac796536.js} +37 -38
- package/dist/chunks/copy.ac796536.js.map +1 -0
- package/dist/chunks/{dropdown-default-textbox.819e43f7.js → dropdown-default-textbox.109c36d2.js} +38 -40
- package/dist/chunks/dropdown-default-textbox.109c36d2.js.map +1 -0
- package/dist/chunks/{dropdown.c05678d0.js → dropdown.fd93f0ce.js} +351 -335
- package/dist/chunks/dropdown.fd93f0ce.js.map +1 -0
- package/dist/chunks/error-message.3b3c33d4.js +47 -0
- package/dist/chunks/error-message.3b3c33d4.js.map +1 -0
- package/dist/chunks/{footer-actions.67642347.js → footer-actions.f02e8699.js} +23 -23
- package/dist/chunks/footer-actions.f02e8699.js.map +1 -0
- package/dist/chunks/get-slot-text.c1114034.js +9 -0
- package/dist/chunks/get-slot-text.c1114034.js.map +1 -0
- package/dist/chunks/{grid-layout.73f23b1b.js → grid-layout.b7e0d964.js} +2 -2
- package/dist/chunks/{grid-layout.73f23b1b.js.map → grid-layout.b7e0d964.js.map} +1 -1
- package/dist/chunks/{index.56858f4e.js → index.45295dd3.js} +23 -19
- package/dist/chunks/index.45295dd3.js.map +1 -0
- package/dist/chunks/{index.10aaf539.js → index.88ff49c2.js} +136 -142
- package/dist/chunks/index.88ff49c2.js.map +1 -0
- package/dist/chunks/{index.73d50fa6.js → index.9902cae4.js} +65 -68
- package/dist/chunks/{index.73d50fa6.js.map → index.9902cae4.js.map} +1 -1
- package/dist/chunks/{index.0cf00b47.js → index.bd734551.js} +35 -37
- package/dist/chunks/index.bd734551.js.map +1 -0
- package/dist/chunks/{index.133e4da0.js → index.c85a1ab9.js} +81 -79
- package/dist/chunks/{index.133e4da0.js.map → index.c85a1ab9.js.map} +1 -1
- package/dist/chunks/{index.f0f8ed98.js → index.c8f81673.js} +23 -26
- package/dist/chunks/index.c8f81673.js.map +1 -0
- package/dist/chunks/{listbox-option-tag.8d6cccac.js → listbox-option-tag.ec42431b.js} +32 -36
- package/dist/chunks/listbox-option-tag.ec42431b.js.map +1 -0
- package/dist/chunks/{listbox.116ed0c1.js → listbox.e792d2d6.js} +244 -251
- package/dist/chunks/listbox.e792d2d6.js.map +1 -0
- package/dist/chunks/loading-button.429c8416.js +86 -0
- package/dist/chunks/loading-button.429c8416.js.map +1 -0
- package/dist/chunks/tabs.keys.358742f2.js +7 -0
- package/dist/chunks/tabs.keys.358742f2.js.map +1 -0
- package/dist/chunks/{tooltip.2aff4fa6.js → tooltip.a47ace87.js} +49 -52
- package/dist/chunks/tooltip.a47ace87.js.map +1 -0
- package/dist/chunks/use-default-slot-validator.cbdfe693.js +13 -0
- package/dist/chunks/use-default-slot-validator.cbdfe693.js.map +1 -0
- package/dist/chunks/use-has-slot.6052d56a.js +6 -0
- package/dist/chunks/use-has-slot.6052d56a.js.map +1 -0
- package/dist/code-snippet.js +469 -413
- package/dist/code-snippet.js.map +1 -1
- package/dist/country.js +492 -494
- package/dist/country.js.map +1 -1
- package/dist/currency.js +32 -35
- package/dist/currency.js.map +1 -1
- package/dist/data-grid.js +595 -603
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +76 -80
- package/dist/date-picker.js.map +1 -1
- package/dist/date-range-picker.js +2 -2
- package/dist/date.js +1 -1
- package/dist/divider.js +1 -1
- package/dist/dropdown.js +37 -39
- package/dist/dropdown.js.map +1 -1
- package/dist/empty-state.js +134 -0
- package/dist/empty-state.js.map +1 -0
- package/dist/filter-bar.js +648 -638
- package/dist/filter-bar.js.map +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/form-layout.js +64 -64
- package/dist/form-layout.js.map +1 -1
- package/dist/header.js +61 -63
- package/dist/header.js.map +1 -1
- package/dist/image.js +82 -0
- package/dist/image.js.map +1 -0
- package/dist/index.js +216 -205
- package/dist/index.js.map +1 -1
- package/dist/info-icon.js +2 -2
- package/dist/input-field.js +99 -123
- package/dist/input-field.js.map +1 -1
- package/dist/internal.js +7 -7
- package/dist/link.js +27 -26
- package/dist/link.js.map +1 -1
- package/dist/loading-indicator.js +1 -1
- package/dist/menu.js +96 -104
- package/dist/menu.js.map +1 -1
- package/dist/modal.js +111 -264
- package/dist/modal.js.map +1 -1
- package/dist/pagination.js +148 -145
- package/dist/pagination.js.map +1 -1
- package/dist/payment-method.js +16 -18
- package/dist/payment-method.js.map +1 -1
- package/dist/popover.js +58 -54
- package/dist/popover.js.map +1 -1
- package/dist/popper-container.js +13 -17
- package/dist/popper-container.js.map +1 -1
- package/dist/radio-group.js +71 -72
- package/dist/radio-group.js.map +1 -1
- package/dist/search-bar.js +54 -66
- package/dist/search-bar.js.map +1 -1
- package/dist/segmented-control.js +68 -55
- package/dist/segmented-control.js.map +1 -1
- package/dist/sidepanel.js +65 -64
- package/dist/sidepanel.js.map +1 -1
- package/dist/status.js +20 -23
- package/dist/status.js.map +1 -1
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +110 -141
- package/dist/summary-grid.js.map +1 -1
- package/dist/tabs.js +68 -60
- package/dist/tabs.js.map +1 -1
- package/dist/tag.js +23 -26
- package/dist/tag.js.map +1 -1
- package/dist/textarea.js +97 -96
- package/dist/textarea.js.map +1 -1
- package/dist/timeline.js +125 -125
- package/dist/timeline.js.map +1 -1
- package/dist/toast.js +44 -48
- package/dist/toast.js.map +1 -1
- package/dist/toggle.js +54 -52
- package/dist/toggle.js.map +1 -1
- package/dist/typography.js +1 -1
- package/dist/web-types.json +651 -397
- package/package.json +9 -12
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateBodyFitContentDynamicStyles/useCalculateBodyFitContentDynamicStyles.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateBodyFitContentDynamicStyles/useCalculateBodyFitContentDynamicStyles.types.d.ts +0 -8
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/components/index.d.ts +0 -1
- package/dist/assets/button-actions.css +0 -1
- package/dist/assets/chevron-down.css +0 -1
- package/dist/chunks/base-button.98379576.js.map +0 -1
- package/dist/chunks/button-actions.bd397c79.js +0 -104
- package/dist/chunks/button-actions.bd397c79.js.map +0 -1
- package/dist/chunks/button.d0c9527d.js.map +0 -1
- package/dist/chunks/calendar.0ae43a96.js.map +0 -1
- package/dist/chunks/checkbox.f8457c93.js +0 -164
- package/dist/chunks/checkbox.f8457c93.js.map +0 -1
- package/dist/chunks/chevron-down.b851a6da.js.map +0 -1
- package/dist/chunks/controls-group.b827382b.js.map +0 -1
- package/dist/chunks/copy.5a4cbd4d.js.map +0 -1
- package/dist/chunks/dropdown-default-textbox.819e43f7.js.map +0 -1
- package/dist/chunks/dropdown.c05678d0.js.map +0 -1
- package/dist/chunks/error-message.0433b539.js +0 -47
- package/dist/chunks/error-message.0433b539.js.map +0 -1
- package/dist/chunks/footer-actions.67642347.js.map +0 -1
- package/dist/chunks/get-slot-text.e5c766d0.js +0 -9
- package/dist/chunks/get-slot-text.e5c766d0.js.map +0 -1
- package/dist/chunks/index.0cf00b47.js.map +0 -1
- package/dist/chunks/index.10aaf539.js.map +0 -1
- package/dist/chunks/index.56858f4e.js.map +0 -1
- package/dist/chunks/index.f0f8ed98.js.map +0 -1
- package/dist/chunks/listbox-option-tag.8d6cccac.js.map +0 -1
- package/dist/chunks/listbox.116ed0c1.js.map +0 -1
- package/dist/chunks/loading-button.1c201f87.js +0 -84
- package/dist/chunks/loading-button.1c201f87.js.map +0 -1
- package/dist/chunks/tooltip.2aff4fa6.js.map +0 -1
- package/dist/chunks/use-default-slot-validator.83d977a1.js +0 -11
- package/dist/chunks/use-default-slot-validator.83d977a1.js.map +0 -1
- package/dist/chunks/use-has-slot.068222e6.js +0 -5
- package/dist/chunks/use-has-slot.068222e6.js.map +0 -1
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import type { VueNodeElement } from "../../../../types";
|
|
2
|
-
import type {
|
|
3
|
-
export interface BentoButtonActionObject {
|
|
2
|
+
import type { BentoButtonProps, BentoLoadingButtonState } from "../..";
|
|
3
|
+
export interface BentoButtonActionObject extends BentoButtonProps {
|
|
4
4
|
title: string;
|
|
5
5
|
event: (event: Event) => void;
|
|
6
6
|
icon?: VueNodeElement;
|
|
7
|
-
|
|
8
|
-
variant?: BentoButtonVariant;
|
|
9
|
-
critical?: boolean;
|
|
7
|
+
state?: BentoLoadingButtonState | `${BentoLoadingButtonState}`;
|
|
10
8
|
}
|
|
11
9
|
export type BentoButtonActionsList = Array<BentoButtonActionObject>;
|
|
12
10
|
export declare enum BentoButtonActionsLayoutBasic {
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
required: true;
|
|
8
8
|
};
|
|
9
9
|
layout: {
|
|
10
|
-
type: PropType<BentoButtonActionsLayout | "buttons-end" | "fill-container" | "
|
|
10
|
+
type: PropType<"space-between" | BentoButtonActionsLayout | "buttons-end" | "fill-container" | "vertical-stack" | "buttons-start">;
|
|
11
11
|
default: import("./button-actions.types").BentoButtonActionsLayoutBasic;
|
|
12
12
|
validator: (layout: BentoButtonActionsLayout) => boolean;
|
|
13
13
|
};
|
|
@@ -23,11 +23,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
required: true;
|
|
24
24
|
};
|
|
25
25
|
layout: {
|
|
26
|
-
type: PropType<BentoButtonActionsLayout | "buttons-end" | "fill-container" | "
|
|
26
|
+
type: PropType<"space-between" | BentoButtonActionsLayout | "buttons-end" | "fill-container" | "vertical-stack" | "buttons-start">;
|
|
27
27
|
default: import("./button-actions.types").BentoButtonActionsLayoutBasic;
|
|
28
28
|
validator: (layout: BentoButtonActionsLayout) => boolean;
|
|
29
29
|
};
|
|
30
30
|
}>>, {
|
|
31
|
-
layout: BentoButtonActionsLayout | "buttons-end" | "fill-container" | "
|
|
31
|
+
layout: "space-between" | BentoButtonActionsLayout | "buttons-end" | "fill-container" | "vertical-stack" | "buttons-start";
|
|
32
32
|
}>;
|
|
33
33
|
export default _default;
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
};
|
|
23
23
|
}, {
|
|
24
24
|
BentoLoadingButtonState: typeof BentoLoadingButtonState;
|
|
25
|
-
onClick: () => void;
|
|
25
|
+
onClick: (e: MouseEvent) => void;
|
|
26
26
|
conditionalClasses: import("vue").ComputedRef<{
|
|
27
27
|
[x: string]: boolean;
|
|
28
28
|
}>;
|
|
@@ -47,9 +47,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
validator: (value: BentoButtonVariant) => boolean;
|
|
48
48
|
};
|
|
49
49
|
}>>, {
|
|
50
|
+
variant: "primary" | "secondary" | "tertiary" | BentoButtonVariant;
|
|
50
51
|
condensed: boolean;
|
|
51
52
|
disabled: boolean;
|
|
52
|
-
variant: "primary" | "secondary" | "tertiary" | BentoButtonVariant;
|
|
53
53
|
state: "start" | "success" | "loading" | BentoLoadingButtonState | "fail";
|
|
54
54
|
}>;
|
|
55
55
|
export default _default;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
|
|
3
2
|
import { BentoButtonActionsLayout, BentoButtonActionsList } from "../button";
|
|
4
3
|
import { BentoCardBackground, BentoCardTitleSize } from "./card.types";
|
|
5
4
|
declare const _default: import("vue").DefineComponent<{
|
|
@@ -9,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
8
|
validator: (value: BentoCardBackground) => boolean;
|
|
10
9
|
};
|
|
11
10
|
titleSize: {
|
|
12
|
-
type: PropType<"
|
|
11
|
+
type: PropType<"default" | "small" | BentoCardTitleSize>;
|
|
13
12
|
default: BentoCardTitleSize;
|
|
14
13
|
validator: (value: BentoCardTitleSize) => boolean;
|
|
15
14
|
};
|
|
@@ -30,7 +29,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
29
|
default: any;
|
|
31
30
|
};
|
|
32
31
|
actionsLayout: {
|
|
33
|
-
type: PropType<BentoButtonActionsLayout | "buttons-end" | "fill-container" | "
|
|
32
|
+
type: PropType<"space-between" | BentoButtonActionsLayout | "buttons-end" | "fill-container" | "vertical-stack" | "buttons-start">;
|
|
34
33
|
default: import("../button").BentoButtonActionsLayoutBasic;
|
|
35
34
|
validator: (value: BentoButtonActionsLayout) => boolean;
|
|
36
35
|
};
|
|
@@ -68,12 +67,77 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
67
|
tabIndex: import("vue").ComputedRef<-1 | 0>;
|
|
69
68
|
showHeader: import("vue").ComputedRef<boolean>;
|
|
70
69
|
showTitleWrapper: import("vue").ComputedRef<boolean>;
|
|
71
|
-
typography: import("vue").ComputedRef<{
|
|
72
|
-
el: BentoTypographyElement;
|
|
73
|
-
variant: BentoTypographyVariant;
|
|
74
|
-
strongest: boolean;
|
|
70
|
+
typography: import("vue").ComputedRef<Readonly<Partial<{
|
|
71
|
+
el: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../typography").BentoTypographyElement;
|
|
75
72
|
wide: boolean;
|
|
76
|
-
|
|
73
|
+
stronger: boolean;
|
|
74
|
+
strongest: boolean;
|
|
75
|
+
variant: "body" | "caption" | "title" | "subtitle" | import("../typography").BentoTypographyVariant;
|
|
76
|
+
medium: boolean;
|
|
77
|
+
large: boolean;
|
|
78
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
79
|
+
el: {
|
|
80
|
+
type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../typography").BentoTypographyElement>;
|
|
81
|
+
default: import("../typography").BentoTypographyElement;
|
|
82
|
+
validator: (value: import("../typography").BentoTypographyElement) => boolean;
|
|
83
|
+
};
|
|
84
|
+
stronger: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
strongest: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
92
|
+
variant: {
|
|
93
|
+
type: PropType<"body" | "caption" | "title" | "subtitle" | import("../typography").BentoTypographyVariant>;
|
|
94
|
+
default: import("../typography").BentoTypographyVariant;
|
|
95
|
+
validator: (value: import("../typography").BentoTypographyVariant) => boolean;
|
|
96
|
+
};
|
|
97
|
+
medium: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
large: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
105
|
+
wide: {
|
|
106
|
+
type: BooleanConstructor;
|
|
107
|
+
default: boolean;
|
|
108
|
+
};
|
|
109
|
+
}>>, import("vue/types/v3-component-props").DefaultKeys<{
|
|
110
|
+
el: {
|
|
111
|
+
type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../typography").BentoTypographyElement>;
|
|
112
|
+
default: import("../typography").BentoTypographyElement;
|
|
113
|
+
validator: (value: import("../typography").BentoTypographyElement) => boolean;
|
|
114
|
+
};
|
|
115
|
+
stronger: {
|
|
116
|
+
type: BooleanConstructor;
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
119
|
+
strongest: {
|
|
120
|
+
type: BooleanConstructor;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
123
|
+
variant: {
|
|
124
|
+
type: PropType<"body" | "caption" | "title" | "subtitle" | import("../typography").BentoTypographyVariant>;
|
|
125
|
+
default: import("../typography").BentoTypographyVariant;
|
|
126
|
+
validator: (value: import("../typography").BentoTypographyVariant) => boolean;
|
|
127
|
+
};
|
|
128
|
+
medium: {
|
|
129
|
+
type: BooleanConstructor;
|
|
130
|
+
default: boolean;
|
|
131
|
+
};
|
|
132
|
+
large: {
|
|
133
|
+
type: BooleanConstructor;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
136
|
+
wide: {
|
|
137
|
+
type: BooleanConstructor;
|
|
138
|
+
default: boolean;
|
|
139
|
+
};
|
|
140
|
+
}>>>>;
|
|
77
141
|
hasSlot: (name: string) => boolean;
|
|
78
142
|
onClick: () => void;
|
|
79
143
|
t: import("vue-i18n-bridge").ComposerTranslation<import("../../utils/ts/i18n").i18nMessages, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
@@ -84,8 +148,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
148
|
[key: string]: string;
|
|
85
149
|
}>> | ((key: "showCardContent" | "hideCardContent", values?: import("vue-i18n").default.Values) => string);
|
|
86
150
|
toggleExpansion: () => void;
|
|
87
|
-
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
88
|
-
BentoTypographyElement: typeof BentoTypographyElement;
|
|
89
151
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "expanded")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
90
152
|
background: {
|
|
91
153
|
type: PropType<"primary" | "secondary" | BentoCardBackground>;
|
|
@@ -93,7 +155,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
93
155
|
validator: (value: BentoCardBackground) => boolean;
|
|
94
156
|
};
|
|
95
157
|
titleSize: {
|
|
96
|
-
type: PropType<"
|
|
158
|
+
type: PropType<"default" | "small" | BentoCardTitleSize>;
|
|
97
159
|
default: BentoCardTitleSize;
|
|
98
160
|
validator: (value: BentoCardTitleSize) => boolean;
|
|
99
161
|
};
|
|
@@ -114,17 +176,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
176
|
default: any;
|
|
115
177
|
};
|
|
116
178
|
actionsLayout: {
|
|
117
|
-
type: PropType<BentoButtonActionsLayout | "buttons-end" | "fill-container" | "
|
|
179
|
+
type: PropType<"space-between" | BentoButtonActionsLayout | "buttons-end" | "fill-container" | "vertical-stack" | "buttons-start">;
|
|
118
180
|
default: import("../button").BentoButtonActionsLayoutBasic;
|
|
119
181
|
validator: (value: BentoButtonActionsLayout) => boolean;
|
|
120
182
|
};
|
|
121
183
|
}>>, {
|
|
122
|
-
|
|
184
|
+
titleSize: "default" | "small" | BentoCardTitleSize;
|
|
123
185
|
background: "primary" | "secondary" | BentoCardBackground;
|
|
186
|
+
disabled: boolean;
|
|
124
187
|
actions: BentoButtonActionsList;
|
|
125
|
-
actionsLayout: BentoButtonActionsLayout | "buttons-end" | "fill-container" | "
|
|
188
|
+
actionsLayout: "space-between" | BentoButtonActionsLayout | "buttons-end" | "fill-container" | "vertical-stack" | "buttons-start";
|
|
126
189
|
closed: boolean;
|
|
127
|
-
titleSize: "small" | "default" | BentoCardTitleSize;
|
|
128
190
|
expandable: boolean;
|
|
129
191
|
}>;
|
|
130
192
|
export default _default;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { BentoCheckboxEvent, BentoCheckboxType } from './checkbox.types';
|
|
3
|
-
import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
|
|
4
3
|
import { BentoCheckboxGroupItems } from './components/checkbox-group/checkbox-group.types';
|
|
5
4
|
declare const _default: import("vue").DefineComponent<{
|
|
6
5
|
value: {
|
|
@@ -48,14 +47,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
47
|
conditionalClassOutline: import("vue").ComputedRef<{
|
|
49
48
|
[x: string]: boolean;
|
|
50
49
|
}>;
|
|
51
|
-
defaultSlotValue:
|
|
52
|
-
descriptionSlotValue:
|
|
50
|
+
defaultSlotValue: string;
|
|
51
|
+
descriptionSlotValue: string;
|
|
53
52
|
isCheckboxGroup: import("vue").ComputedRef<boolean>;
|
|
54
53
|
isChecked: import("vue").ComputedRef<boolean>;
|
|
55
54
|
isIndeterminate: import("vue").ComputedRef<boolean>;
|
|
56
55
|
shouldShowErrorMessage: import("vue").ComputedRef<boolean>;
|
|
57
|
-
|
|
58
|
-
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
56
|
+
hasSlot: (name: string) => boolean;
|
|
59
57
|
onChange: (event: Event) => void;
|
|
60
58
|
onClick: (event: Event) => void;
|
|
61
59
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, BentoCheckboxEvent[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -94,9 +92,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
94
92
|
}>>, {
|
|
95
93
|
value: string | number;
|
|
96
94
|
disabled: boolean;
|
|
97
|
-
ariaLabel: string;
|
|
98
95
|
errorMessage: string;
|
|
99
96
|
readonly: boolean;
|
|
97
|
+
ariaLabel: string;
|
|
100
98
|
modelValue: BentoCheckboxType | BentoCheckboxGroupItems;
|
|
101
99
|
hasError: boolean;
|
|
102
100
|
indeterminate: boolean;
|
|
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
default: any;
|
|
69
69
|
};
|
|
70
70
|
variant: {
|
|
71
|
-
type: PropType<"
|
|
71
|
+
type: PropType<"horizontal" | "vertical" | BentoCheckboxGroupVariant>;
|
|
72
72
|
default: BentoCheckboxGroupVariant;
|
|
73
73
|
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
74
74
|
};
|
|
@@ -149,15 +149,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
149
149
|
default: any;
|
|
150
150
|
};
|
|
151
151
|
variant: {
|
|
152
|
-
type: PropType<"
|
|
152
|
+
type: PropType<"horizontal" | "vertical" | BentoCheckboxGroupVariant>;
|
|
153
153
|
default: BentoCheckboxGroupVariant;
|
|
154
154
|
validator: (value: BentoCheckboxGroupVariant) => boolean;
|
|
155
155
|
};
|
|
156
156
|
}>>, {
|
|
157
157
|
description: string;
|
|
158
|
-
|
|
159
|
-
variant: "vertical" | "horizontal" | BentoCheckboxGroupVariant;
|
|
158
|
+
variant: "horizontal" | "vertical" | BentoCheckboxGroupVariant;
|
|
160
159
|
required: boolean;
|
|
160
|
+
disabled: boolean;
|
|
161
161
|
tooltipText: string;
|
|
162
162
|
optional: boolean;
|
|
163
163
|
hideLabel: boolean;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { EditorView } from '@codemirror/view';
|
|
3
|
-
import { BentoButtonVariant } from "../button";
|
|
4
|
-
import { BentoTypographyElement } from "../typography";
|
|
5
3
|
import { BentoCodeSnippetEvent, BentoCodeSnippetSupportedLanguage, BentoCodeSnippetVariant } from "./code-snippet.types";
|
|
6
4
|
declare const _default: import("vue").DefineComponent<{
|
|
7
5
|
variant: {
|
|
@@ -30,27 +28,44 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
28
|
type: BooleanConstructor;
|
|
31
29
|
default: boolean;
|
|
32
30
|
};
|
|
31
|
+
expandable: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
33
35
|
actionableText: {
|
|
34
36
|
type: StringConstructor;
|
|
35
37
|
default: string;
|
|
36
38
|
};
|
|
39
|
+
loading: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
37
43
|
}, {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
editor: import("vue").ShallowRef<EditorView>;
|
|
43
|
-
currentContents: import("vue").Ref<string>;
|
|
44
|
+
availableLanguages: any[];
|
|
45
|
+
codeAreaContentConditionalClasses: import("vue").ComputedRef<{
|
|
46
|
+
'b-code-snippet__code-area-content--editable': boolean;
|
|
47
|
+
}>;
|
|
44
48
|
conditionalClasses: import("vue").ComputedRef<{
|
|
45
49
|
'b-code-snippet--inline': boolean;
|
|
46
50
|
'b-code-snippet--scrollable': boolean;
|
|
47
51
|
}>;
|
|
48
|
-
|
|
52
|
+
container: import("vue").ShallowRef<HTMLDivElement>;
|
|
53
|
+
currentContents: import("vue").Ref<string>;
|
|
49
54
|
displayedLang: import("vue").ComputedRef<string>;
|
|
55
|
+
editor: import("vue").ShallowRef<EditorView>;
|
|
50
56
|
selectedLanguage: import("vue").Ref<string>;
|
|
57
|
+
showModal: import("vue").Ref<boolean>;
|
|
58
|
+
isInlineVariant: import("vue").ComputedRef<boolean>;
|
|
51
59
|
handleChangeLanguage: () => void;
|
|
52
|
-
runText: import("vue").ComputedRef<string>;
|
|
53
60
|
onActionClicked: () => void;
|
|
61
|
+
runText: import("vue").ComputedRef<string>;
|
|
62
|
+
t: import("vue-i18n-bridge").ComposerTranslation<import("../../utils/ts/i18n").i18nMessages, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
63
|
+
[x: string]: import("vue-i18n-bridge").LocaleMessageValue<import("vue-i18n-bridge").VueMessageType>;
|
|
64
|
+
}>, never, import("@intlify/core-base")._ResourcePath<{
|
|
65
|
+
[key: string]: string;
|
|
66
|
+
}>, import("@intlify/core-base")._ResourcePath<{
|
|
67
|
+
[key: string]: string;
|
|
68
|
+
}>> | ((key: "expand" | "run", values?: import("vue-i18n").default.Values) => string);
|
|
54
69
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, BentoCodeSnippetEvent[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
55
70
|
variant: {
|
|
56
71
|
type: PropType<"inline" | "singleline" | "multiline" | BentoCodeSnippetVariant>;
|
|
@@ -78,14 +93,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
93
|
type: BooleanConstructor;
|
|
79
94
|
default: boolean;
|
|
80
95
|
};
|
|
96
|
+
expandable: {
|
|
97
|
+
type: BooleanConstructor;
|
|
98
|
+
default: boolean;
|
|
99
|
+
};
|
|
81
100
|
actionableText: {
|
|
82
101
|
type: StringConstructor;
|
|
83
102
|
default: string;
|
|
84
103
|
};
|
|
104
|
+
loading: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
85
108
|
}>>, {
|
|
86
|
-
content: string;
|
|
87
109
|
variant: "inline" | "singleline" | "multiline" | BentoCodeSnippetVariant;
|
|
110
|
+
content: string;
|
|
111
|
+
loading: boolean;
|
|
88
112
|
lang: "json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage;
|
|
113
|
+
expandable: boolean;
|
|
89
114
|
langLabel: string;
|
|
90
115
|
editable: boolean;
|
|
91
116
|
actionable: boolean;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { BentoTypographyElement } from "../typography";
|
|
3
2
|
import { BentoCountryCode, BentoCountryVariant } from './country.types';
|
|
4
3
|
declare const _default: import("vue").DefineComponent<{
|
|
5
4
|
code: {
|
|
@@ -19,7 +18,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
18
|
}, {
|
|
20
19
|
countryName: import("vue").ComputedRef<any>;
|
|
21
20
|
countryLabel: import("vue").Ref<string>;
|
|
22
|
-
BentoTypographyElement: typeof BentoTypographyElement;
|
|
23
21
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
24
22
|
code: {
|
|
25
23
|
type: PropType<"MM" | "BD" | "BE" | "BF" | "BG" | "BA" | "BB" | "WF" | "BL" | "BM" | "BN" | "BO" | "BH" | "BI" | "BJ" | "BT" | "JM" | "BV" | "BW" | "WS" | "BQ" | "BR" | "BS" | "JE" | "BY" | "BZ" | "RU" | "RW" | "RS" | "TL" | "RE" | "TM" | "TJ" | "RO" | "TK" | "GW" | "GU" | "GT" | "GS" | "GR" | "GQ" | "GP" | "JP" | "GY" | "GG" | "GF" | "GE" | "GD" | "GB" | "GA" | "SV" | "GN" | "GM" | "GL" | "GI" | "GH" | "OM" | "TN" | "JO" | "HR" | "HT" | "HU" | "HK" | "HN" | "HM" | "VE" | "PR" | "PS" | "PW" | "PT" | "SJ" | "PY" | "IQ" | "PA" | "PF" | "PG" | "PE" | "PK" | "PH" | "PN" | "PL" | "PM" | "ZM" | "EH" | "EE" | "EG" | "ZA" | "EC" | "IT" | "VN" | "SB" | "ET" | "SO" | "ZW" | "SA" | "ES" | "ER" | "ME" | "MD" | "MG" | "MF" | "MA" | "MC" | "UZ" | "ML" | "MO" | "MN" | "MH" | "MK" | "MU" | "MT" | "MW" | "MV" | "MQ" | "MP" | "MS" | "MR" | "IM" | "UG" | "TZ" | "MY" | "MX" | "IL" | "FR" | "IO" | "SH" | "FI" | "FJ" | "FK" | "FM" | "FO" | "NI" | "NL" | "NO" | "NA" | "VU" | "NC" | "NE" | "NF" | "NG" | "NZ" | "NP" | "NR" | "NU" | "CK" | "XK" | "CI" | "CH" | "CO" | "CN" | "CM" | "CL" | "CC" | "CA" | "CG" | "CF" | "CD" | "CZ" | "CY" | "CX" | "CR" | "CW" | "CV" | "CU" | "SZ" | "SY" | "SX" | "KG" | "KE" | "SS" | "SR" | "KI" | "KH" | "KN" | "KM" | "ST" | "SK" | "KR" | "SI" | "KP" | "KW" | "SN" | "SM" | "SL" | "SC" | "KZ" | "KY" | "SG" | "SE" | "SD" | "DO" | "DM" | "DJ" | "DK" | "VG" | "DE" | "YE" | "DZ" | "US" | "UY" | "YT" | "UM" | "LB" | "LC" | "LA" | "TV" | "TW" | "TT" | "TR" | "LK" | "LI" | "LV" | "TO" | "LT" | "LU" | "LR" | "LS" | "TH" | "TF" | "TG" | "TD" | "TC" | "LY" | "VA" | "VC" | "AE" | "AD" | "AG" | "AF" | "AI" | "VI" | "IS" | "IR" | "AM" | "AL" | "AO" | "AQ" | "AS" | "AR" | "AU" | "AT" | "AW" | "IN" | "AX" | "AZ" | "IE" | "ID" | "UA" | "QA" | "MZ" | "ZZ" | BentoCountryCode>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
|
|
3
2
|
import { BentoCurrencyISOCode } from "./currency.types";
|
|
4
3
|
declare const _default: import("vue").DefineComponent<{
|
|
5
4
|
currency: {
|
|
@@ -17,8 +16,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
16
|
};
|
|
18
17
|
}, {
|
|
19
18
|
formattedCurrency: import("vue").ComputedRef<string>;
|
|
20
|
-
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
21
|
-
BentoTypographyElement: typeof BentoTypographyElement;
|
|
22
19
|
}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
23
20
|
currency: {
|
|
24
21
|
type: PropType<"TOP" | "CVE" | "DJF" | "GNF" | "IDR" | "JPY" | "KMF" | "KRW" | "PYG" | "RWF" | "UGX" | "VND" | "VUV" | "XAF" | "XOF" | "XPF" | "MRO" | "BHD" | "IQD" | "JOD" | "KWD" | "LYD" | "OMR" | "TND" | "AFA" | "ALL" | "DZD" | "AOA" | "ARS" | "AMD" | "AWG" | "AUD" | "AZN" | "BSD" | "BDT" | "BBD" | "BYR" | "BEF" | "BZD" | "BMD" | "BTN" | "BTC" | "BOB" | "BAM" | "BWP" | "BRL" | "GBP" | "BND" | "BGN" | "BIF" | "KHR" | "CAD" | "KYD" | "CLP" | "CLF" | "CNY" | "COP" | "CDF" | "CRC" | "HRK" | "CUC" | "CZK" | "DKK" | "DOP" | "XCD" | "EGP" | "ERN" | "EEK" | "ETB" | "EUR" | "FKP" | "FJD" | "GMD" | "GEL" | "DEM" | "GHS" | "GIP" | "GRD" | "GTQ" | "GYD" | "HTG" | "HNL" | "HKD" | "HUF" | "ISK" | "INR" | "IRR" | "ILS" | "ITL" | "JMD" | "KZT" | "KES" | "KGS" | "LAK" | "LVL" | "LBP" | "LSL" | "LRD" | "LTC" | "LTL" | "MOP" | "MKD" | "MGA" | "MWK" | "MYR" | "MVR" | "MUR" | "MXN" | "MDL" | "MNT" | "MAD" | "MZM" | "MMK" | "NAD" | "NPR" | "ANG" | "TWD" | "NZD" | "NIO" | "NGN" | "KPW" | "NOK" | "PKR" | "PAB" | "PGK" | "PEN" | "PHP" | "PLN" | "QAR" | "RON" | "RUB" | "SVC" | "WST" | "STD" | "SAR" | "RSD" | "SCR" | "SLL" | "SGD" | "SKK" | "SBD" | "SOS" | "ZAR" | "SSP" | "XDR" | "LKR" | "SHP" | "SDG" | "SRD" | "SZL" | "SEK" | "CHF" | "SYP" | "TJS" | "TZS" | "THB" | "TTD" | "TRY" | "TMT" | "UAH" | "AED" | "UYU" | "USD" | "UZS" | "VEF" | "YER" | "ZMK" | "ZWL" | BentoCurrencyISOCode>;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { BentoColumn, BentoDatagridAllItemsSelectedState, BentoDatagridAriaSortValue, BentoDatagridSortByColumn, BentoDatagridSortDirection } from '../../data-grid.types';
|
|
3
|
-
import { BentoTypographyElement } from "../../../typography";
|
|
4
3
|
import { BentoDatagridDraggingColumnState, DatagridColumnsEvent } from './data-grid-columns-types';
|
|
5
4
|
import type { BentoMenuItem } from "../../../menu/components";
|
|
6
|
-
import { BentoButtonVariant } from "../../../button";
|
|
7
5
|
declare const _default: import("vue").DefineComponent<{
|
|
8
6
|
columns: {
|
|
9
7
|
type: PropType<BentoColumn[]>;
|
|
@@ -99,28 +97,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
99
97
|
dragend: () => void;
|
|
100
98
|
}>;
|
|
101
99
|
contextualMenuData: import("vue").ComputedRef<(col: BentoColumn) => BentoMenuItem[]>;
|
|
102
|
-
|
|
100
|
+
computeMenuPosition: (hasFirstColumnPanelRightAligned: any, index: any) => import("../../../popper-container").PopperContainerPositionExtended.BOTTOM_START | import("../../../popper-container").PopperContainerPositionExtended.BOTTOM_END;
|
|
103
101
|
BentoDatagridSortDirection: typeof BentoDatagridSortDirection;
|
|
104
|
-
BentoTypographyElement: typeof BentoTypographyElement;
|
|
105
|
-
BentoPopoverPositions: {
|
|
106
|
-
AUTO: import("../../../popper-container").PopperContainerPositionExtended.AUTO;
|
|
107
|
-
AUTO_START: import("../../../popper-container").PopperContainerPositionExtended.AUTO_START;
|
|
108
|
-
AUTO_END: import("../../../popper-container").PopperContainerPositionExtended.AUTO_END;
|
|
109
|
-
TOP_START: import("../../../popper-container").PopperContainerPositionExtended.TOP_START;
|
|
110
|
-
TOP_END: import("../../../popper-container").PopperContainerPositionExtended.TOP_END;
|
|
111
|
-
RIGHT_START: import("../../../popper-container").PopperContainerPositionExtended.RIGHT_START;
|
|
112
|
-
RIGHT_END: import("../../../popper-container").PopperContainerPositionExtended.RIGHT_END;
|
|
113
|
-
BOTTOM_START: import("../../../popper-container").PopperContainerPositionExtended.BOTTOM_START;
|
|
114
|
-
BOTTOM_END: import("../../../popper-container").PopperContainerPositionExtended.BOTTOM_END;
|
|
115
|
-
LEFT_START: import("../../../popper-container").PopperContainerPositionExtended.LEFT_START;
|
|
116
|
-
LEFT_END: import("../../../popper-container").PopperContainerPositionExtended.LEFT_END;
|
|
117
|
-
TOP: import("../../../popper-container").PopperContainerPositionBasic.TOP;
|
|
118
|
-
RIGHT: import("../../../popper-container").PopperContainerPositionBasic.RIGHT;
|
|
119
|
-
BOTTOM: import("../../../popper-container").PopperContainerPositionBasic.BOTTOM;
|
|
120
|
-
LEFT: import("../../../popper-container").PopperContainerPositionBasic.LEFT;
|
|
121
|
-
};
|
|
122
102
|
DatagridColumnsEvent: typeof DatagridColumnsEvent;
|
|
123
|
-
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin,
|
|
103
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, DatagridColumnsEvent[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
124
104
|
columns: {
|
|
125
105
|
type: PropType<BentoColumn[]>;
|
|
126
106
|
required: true;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { BentoTypographyElement, BentoTypographyVariant } from "../../../../../typography";
|
|
3
|
-
import { BentoToggleLabelPosition } from "../../../../../toggle";
|
|
4
2
|
import { BentoColumn } from "../../../..";
|
|
5
3
|
declare const _default: import("vue").DefineComponent<{
|
|
6
4
|
isColumnVisibilityToggleDisabled: {
|
|
@@ -22,9 +20,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
20
|
showFreezeIcon: () => void;
|
|
23
21
|
hideFreezeIcon: () => void;
|
|
24
22
|
toggleColumnFreeze: () => void;
|
|
25
|
-
BentoToggleLabelPosition: typeof BentoToggleLabelPosition;
|
|
26
|
-
BentoTypographyElement: typeof BentoTypographyElement;
|
|
27
|
-
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
28
23
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("visible-column" | "updated-column")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
29
24
|
isColumnVisibilityToggleDisabled: {
|
|
30
25
|
type: BooleanConstructor;
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { BentoButtonVariant } from "../../../button";
|
|
3
|
-
import { BentoTypographyElement, BentoTypographyVariant } from "../../../typography";
|
|
4
|
-
import { BentoToggleLabelPosition } from "../../../toggle";
|
|
5
2
|
import { BentoColumn } from '../../data-grid.types';
|
|
6
3
|
import { DatagridConfigSettingsEvent } from './data-grid-config-settings.types';
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
@@ -32,27 +29,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
29
|
emitFrozenColumns: (updatedColumn: BentoColumn) => void;
|
|
33
30
|
onClickOutside: () => void;
|
|
34
31
|
isColumnVisibilityToggleDisabled: (column: BentoColumn) => boolean;
|
|
35
|
-
BentoToggleLabelPosition: typeof BentoToggleLabelPosition;
|
|
36
|
-
BentoTypographyElement: typeof BentoTypographyElement;
|
|
37
|
-
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
38
|
-
BentoButtonVariant: typeof BentoButtonVariant;
|
|
39
|
-
BentoPopoverPositions: {
|
|
40
|
-
AUTO: import("../../../popper-container").PopperContainerPositionExtended.AUTO;
|
|
41
|
-
AUTO_START: import("../../../popper-container").PopperContainerPositionExtended.AUTO_START;
|
|
42
|
-
AUTO_END: import("../../../popper-container").PopperContainerPositionExtended.AUTO_END;
|
|
43
|
-
TOP_START: import("../../../popper-container").PopperContainerPositionExtended.TOP_START;
|
|
44
|
-
TOP_END: import("../../../popper-container").PopperContainerPositionExtended.TOP_END;
|
|
45
|
-
RIGHT_START: import("../../../popper-container").PopperContainerPositionExtended.RIGHT_START;
|
|
46
|
-
RIGHT_END: import("../../../popper-container").PopperContainerPositionExtended.RIGHT_END;
|
|
47
|
-
BOTTOM_START: import("../../../popper-container").PopperContainerPositionExtended.BOTTOM_START;
|
|
48
|
-
BOTTOM_END: import("../../../popper-container").PopperContainerPositionExtended.BOTTOM_END;
|
|
49
|
-
LEFT_START: import("../../../popper-container").PopperContainerPositionExtended.LEFT_START;
|
|
50
|
-
LEFT_END: import("../../../popper-container").PopperContainerPositionExtended.LEFT_END;
|
|
51
|
-
TOP: import("../../../popper-container").PopperContainerPositionBasic.TOP;
|
|
52
|
-
RIGHT: import("../../../popper-container").PopperContainerPositionBasic.RIGHT;
|
|
53
|
-
BOTTOM: import("../../../popper-container").PopperContainerPositionBasic.BOTTOM;
|
|
54
|
-
LEFT: import("../../../popper-container").PopperContainerPositionBasic.LEFT;
|
|
55
|
-
};
|
|
56
32
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, DatagridConfigSettingsEvent[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
57
33
|
columns: {
|
|
58
34
|
type: PropType<BentoColumn[]>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BentoPagination } from "../pagination";
|
|
2
|
+
import { BentoEmptyState } from "../empty-state";
|
|
2
3
|
export declare enum BentoColumnOverflow {
|
|
3
4
|
WRAP = "wrap",
|
|
4
5
|
ELLIPSIS = "ellipsis"
|
|
@@ -76,3 +77,4 @@ export declare enum BentoDatagridAriaSortValue {
|
|
|
76
77
|
DESCENDING = "descending",
|
|
77
78
|
NONE = "none"
|
|
78
79
|
}
|
|
80
|
+
export type BentoDatagridEmptyStateProps = InstanceType<typeof BentoEmptyState>['$props'];
|