@adyen/bento-vue3 1.36.0 → 1.37.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/core/src/components/checkbox/checkbox.types.d.ts +9 -0
- package/dist/@types/packages/{vue2/src/components/checkbox → core/src}/components/checkbox-group/checkbox-group.types.d.ts +1 -1
- package/dist/@types/packages/core/src/utils/ts/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +14 -13
- package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +46 -45
- package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/index.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/checkbox/index.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +20 -11
- package/dist/@types/packages/vue2/src/components/country/country.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/currency/currency.vue.d.ts +9 -0
- 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 +10 -1
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue.d.ts +29 -2
- package/dist/@types/packages/vue2/src/components/date/date.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +30 -3
- package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +41 -14
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +53 -17
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +1 -1
- 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-small-textbox/dropdown-small-textbox.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +5 -5
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +211 -40
- 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 +18 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +18 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-filter/date-filter.vue.d.ts +48 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +103 -31
- package/dist/@types/packages/vue2/src/components/filter-bar/components/input-filter/input-filter.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/components/range-filter/range-filter.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.vue.d.ts +184 -40
- package/dist/@types/packages/vue2/src/components/header/header.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/base-button/base-button.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/calendar.vue.d.ts +18 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/calendar-month.vue.d.ts +18 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/components/calendar-month-day/__test__/calendar-month-day-stub.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/components/calendar-month-day/calendar-month-day.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/internal/checkbox-input/checkbox-input.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 +22 -11
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/listbox-multi-select-options.vue.d.ts +43 -22
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +64 -33
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option-tag/listbox-option-tag.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select/components/listbox-single-select-category/listbox-single-select-category.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select/listbox-single-select.vue.d.ts +18 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +121 -63
- package/dist/@types/packages/vue2/src/components/internal/radio-input/radio-input.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/internal/tooltip/tooltip.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.vue.d.ts +18 -0
- package/dist/@types/packages/vue2/src/components/menu/components/menu-item-list/menu-item-list.vue.d.ts +36 -0
- package/dist/@types/packages/vue2/src/components/menu/components/sub-menu-item-list/sub-menu-item-list.vue.d.ts +18 -0
- package/dist/@types/packages/vue2/src/components/menu/menu.vue.d.ts +36 -0
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-context/pagination-context.vue.d.ts +20 -11
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +20 -11
- package/dist/@types/packages/vue2/src/components/pagination/pagination.vue.d.ts +40 -22
- package/dist/@types/packages/vue2/src/components/payment-method/payment-method.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/popover/components/popover-title/popover-title.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/selection-card/selection-card.types.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-custom/summary-grid-item-custom.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-text/summary-grid-item-text.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +18 -0
- package/dist/@types/packages/vue2/src/components/timeline/timeline.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/toggle/toggle.vue.d.ts +10 -1
- package/dist/@types/packages/vue2/src/components/typography/typography.vue.d.ts +8 -0
- package/dist/@types/packages/vue2/src/composables/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/composables/use-bento-theme/index.d.ts +2 -0
- package/dist/@types/packages/vue2/src/composables/use-bento-theme/install.d.ts +18 -0
- package/dist/@types/packages/vue2/src/composables/use-bento-theme/use-bento-theme.d.ts +2 -0
- package/dist/@types/packages/vue2/src/composables/use-bento-theme/use-bento-theme.types.d.ts +6 -0
- package/dist/@types/packages/vue2/src/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/install.d.ts +2 -5
- package/dist/accordion.js +1 -1
- package/dist/action-bar.js +1 -1
- package/dist/alert.js +1 -1
- package/dist/assets/accordion-item.css +1 -1
- package/dist/assets/action-bar.css +1 -1
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/calendar.css +1 -1
- package/dist/assets/card.css +1 -1
- package/dist/assets/checkbox-group.css +1 -1
- package/dist/assets/checkbox.css +1 -1
- package/dist/assets/code-snippet.css +1 -1
- package/dist/assets/data-grid.css +1 -1
- package/dist/assets/date-picker.css +1 -1
- package/dist/assets/date-range-picker.css +1 -1
- package/dist/assets/date.css +1 -0
- package/dist/assets/dialog-page.css +1 -1
- package/dist/assets/dropdown-default-textbox.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/filter-bar.css +1 -1
- package/dist/assets/form-layout-title.css +1 -1
- package/dist/assets/header.css +1 -1
- package/dist/assets/input-field.css +1 -1
- package/dist/assets/inspector.css +1 -1
- package/dist/assets/menu.css +1 -1
- package/dist/assets/modal-fullscreen.css +1 -1
- package/dist/assets/pagination.css +1 -1
- package/dist/assets/popover.css +1 -1
- package/dist/assets/radio-group.css +1 -1
- package/dist/assets/search-bar.css +1 -1
- package/dist/assets/segmented-control.css +1 -1
- package/dist/assets/selection-card-group.css +1 -1
- package/dist/assets/sidepanel.css +1 -1
- package/dist/assets/status.css +1 -1
- package/dist/assets/summary-grid-item-custom.css +1 -1
- package/dist/assets/tabs.css +1 -1
- package/dist/assets/tag.css +1 -1
- package/dist/assets/textarea.css +1 -1
- package/dist/assets/timeline-item.css +1 -1
- package/dist/assets/toggle.css +1 -1
- package/dist/assets/typography.css +1 -1
- package/dist/assets/use-cached-selected-values.css +1 -1
- package/dist/avatar.js +1 -1
- package/dist/button.js +4 -4
- package/dist/card.js +1 -1
- package/dist/checkbox.js +2 -2
- package/dist/chunks/{accordion-item.COc5nXh4.js → accordion-item.BTOF1iNR.js} +4 -4
- package/dist/chunks/accordion-item.BTOF1iNR.js.map +1 -0
- package/dist/chunks/{action-bar.CMuu-R_8.js → action-bar.CuisUSoa.js} +6 -6
- package/dist/chunks/{action-bar.CMuu-R_8.js.map → action-bar.CuisUSoa.js.map} +1 -1
- package/dist/chunks/{alert.DZFWFceT.js → alert.BTECwgk3.js} +3 -3
- package/dist/chunks/{alert.DZFWFceT.js.map → alert.BTECwgk3.js.map} +1 -1
- package/dist/chunks/{avatar.7gix8dxp.js → avatar.DqdDHXay.js} +2 -2
- package/dist/chunks/{avatar.7gix8dxp.js.map → avatar.DqdDHXay.js.map} +1 -1
- package/dist/chunks/{base-button.cDr-F6j_.js → base-button.N4QTXNIp.js} +2 -2
- package/dist/chunks/{base-button.cDr-F6j_.js.map → base-button.N4QTXNIp.js.map} +1 -1
- package/dist/chunks/{base-modal.DS7zI1O2.js → base-modal.GY3twZI_.js} +7 -7
- package/dist/chunks/base-modal.GY3twZI_.js.map +1 -0
- package/dist/chunks/{button-actions-with-menu.B9E4lUQV.js → button-actions-with-menu.D0K6sGoU.js} +4 -4
- package/dist/chunks/{button-actions-with-menu.B9E4lUQV.js.map → button-actions-with-menu.D0K6sGoU.js.map} +1 -1
- package/dist/chunks/{button-actions.DOvd7VLB.js → button-actions.DK09ba3B.js} +3 -3
- package/dist/chunks/{button-actions.DOvd7VLB.js.map → button-actions.DK09ba3B.js.map} +1 -1
- package/dist/chunks/{button.DInQYAND.js → button.BJBAbiJq.js} +3 -3
- package/dist/chunks/{button.DInQYAND.js.map → button.BJBAbiJq.js.map} +1 -1
- package/dist/chunks/{calendar.BHy-Sfgc.js → calendar.CzrIJLEX.js} +55 -55
- package/dist/chunks/calendar.CzrIJLEX.js.map +1 -0
- package/dist/chunks/{card.Bh7vfIw8.js → card.Dd6y_Qwc.js} +5 -5
- package/dist/chunks/card.Dd6y_Qwc.js.map +1 -0
- package/dist/chunks/{checkbox-group.COoDP0ua.js → checkbox-group.8IN5S-BB.js} +7 -7
- package/dist/chunks/checkbox-group.8IN5S-BB.js.map +1 -0
- package/dist/chunks/{checkbox.Dkxm-fWK.js → checkbox.ZkvB_0XY.js} +6 -6
- package/dist/chunks/checkbox.ZkvB_0XY.js.map +1 -0
- package/dist/chunks/{code-snippet.BWbbS2ye.js → code-snippet.D1Q8mX86.js} +7 -7
- package/dist/chunks/{code-snippet.BWbbS2ye.js.map → code-snippet.D1Q8mX86.js.map} +1 -1
- package/dist/chunks/{controls-group.D4XrqgW3.js → controls-group.DBO4uV2t.js} +3 -3
- package/dist/chunks/{controls-group.D4XrqgW3.js.map → controls-group.DBO4uV2t.js.map} +1 -1
- package/dist/chunks/{copy.BvQ6igYf.js → copy.CJmwNFh_.js} +3 -3
- package/dist/chunks/{copy.BvQ6igYf.js.map → copy.CJmwNFh_.js.map} +1 -1
- package/dist/chunks/{country.Dk5xsUic.js → country.O-bKmLZc.js} +2 -2
- package/dist/chunks/{country.Dk5xsUic.js.map → country.O-bKmLZc.js.map} +1 -1
- package/dist/chunks/{currency.CFIi9B9m.js → currency.BGrGBnhm.js} +2 -2
- package/dist/chunks/{currency.CFIi9B9m.js.map → currency.BGrGBnhm.js.map} +1 -1
- package/dist/chunks/{dashboard-section.BlsQTA_5.js → dashboard-section.hRVI8IAm.js} +3 -3
- package/dist/chunks/{dashboard-section.BlsQTA_5.js.map → dashboard-section.hRVI8IAm.js.map} +1 -1
- package/dist/chunks/{dashed-underline.C3AuURaR.js → dashed-underline.BeGUM9AR.js} +4 -4
- package/dist/chunks/{dashed-underline.C3AuURaR.js.map → dashed-underline.BeGUM9AR.js.map} +1 -1
- package/dist/chunks/{data-grid-template.rvLUWZnh.js → data-grid-template.DVfZY2QM.js} +3 -3
- package/dist/chunks/{data-grid-template.rvLUWZnh.js.map → data-grid-template.DVfZY2QM.js.map} +1 -1
- package/dist/chunks/{data-grid.DWCGBlAE.js → data-grid.WQipkZ5D.js} +21 -21
- package/dist/chunks/data-grid.WQipkZ5D.js.map +1 -0
- package/dist/chunks/{date-picker.BJmupHBt.js → date-picker.CjXqKx-6.js} +21 -21
- package/dist/chunks/date-picker.CjXqKx-6.js.map +1 -0
- package/dist/chunks/{date-range-picker.D5z8fqcu.js → date-range-picker.DT0bD7bx.js} +29 -29
- package/dist/chunks/{date-range-picker.D5z8fqcu.js.map → date-range-picker.DT0bD7bx.js.map} +1 -1
- package/dist/chunks/{date.BkeczstG.js → date.Ddj3zcg0.js} +4 -3
- package/dist/chunks/{date.BkeczstG.js.map → date.Ddj3zcg0.js.map} +1 -1
- package/dist/chunks/{dialog-page.4ArdFk2U.js → dialog-page.D_Z9V5rz.js} +2 -2
- package/dist/chunks/{dialog-page.4ArdFk2U.js.map → dialog-page.D_Z9V5rz.js.map} +1 -1
- package/dist/chunks/{dropdown-default-textbox.CeVq45Qy.js → dropdown-default-textbox.CcRQ1f4U.js} +26 -26
- package/dist/chunks/dropdown-default-textbox.CcRQ1f4U.js.map +1 -0
- package/dist/chunks/{dropdown-tag.BOJ9WsnN.js → dropdown-tag.Dm5QqVYj.js} +6 -6
- package/dist/chunks/{dropdown-tag.BOJ9WsnN.js.map → dropdown-tag.Dm5QqVYj.js.map} +1 -1
- package/dist/chunks/{dropdown.CPlvW43f.js → dropdown.DBRe0ttO.js} +65 -65
- package/dist/chunks/dropdown.DBRe0ttO.js.map +1 -0
- package/dist/chunks/{empty-state.BmZVT8wF.js → empty-state.B6_DdIft.js} +3 -3
- package/dist/chunks/{empty-state.BmZVT8wF.js.map → empty-state.B6_DdIft.js.map} +1 -1
- package/dist/chunks/{error-message.SLfGzDVf.js → error-message.BsCRxqJP.js} +3 -3
- package/dist/chunks/{error-message.SLfGzDVf.js.map → error-message.BsCRxqJP.js.map} +1 -1
- package/dist/chunks/es6.BvpG4Oi6.js.map +1 -1
- package/dist/chunks/{filter-bar.uZ7n8y_i.js → filter-bar.8DrpM6NO.js} +26 -26
- package/dist/chunks/filter-bar.8DrpM6NO.js.map +1 -0
- package/dist/chunks/{fixed-scroller.BYosMLGj.js → fixed-scroller.Dk1hJcNA.js} +2 -2
- package/dist/chunks/{fixed-scroller.BYosMLGj.js.map → fixed-scroller.Dk1hJcNA.js.map} +1 -1
- package/dist/chunks/{footer-actions.DrDUKwOY.js → footer-actions.CLD0Hyok.js} +4 -4
- package/dist/chunks/{footer-actions.DrDUKwOY.js.map → footer-actions.CLD0Hyok.js.map} +1 -1
- package/dist/chunks/{form-layout-title.bE1xo1hK.js → form-layout-title.BqaYHFxV.js} +3 -3
- package/dist/chunks/{form-layout-title.bE1xo1hK.js.map → form-layout-title.BqaYHFxV.js.map} +1 -1
- package/dist/chunks/generate-uid.D-HFI38h.js +32 -0
- package/dist/chunks/generate-uid.D-HFI38h.js.map +1 -0
- package/dist/chunks/{header.HQY-nc6l.js → header.BwTpNk4U.js} +7 -7
- package/dist/chunks/{header.HQY-nc6l.js.map → header.BwTpNk4U.js.map} +1 -1
- package/dist/chunks/{info-icon.tGhr3-Zh.js → info-icon.WGVkmqMM.js} +2 -2
- package/dist/chunks/{info-icon.tGhr3-Zh.js.map → info-icon.WGVkmqMM.js.map} +1 -1
- package/dist/chunks/{input-field.D8Pt05M3.js → input-field.B6DTUBbZ.js} +6 -6
- package/dist/chunks/input-field.B6DTUBbZ.js.map +1 -0
- package/dist/chunks/{inspector.types.eWf-6uBc.js → inspector.types.CKC5Fjz0.js} +5 -5
- package/dist/chunks/inspector.types.CKC5Fjz0.js.map +1 -0
- package/dist/chunks/{link.CbotJFzC.js → link.DdN8QuxV.js} +2 -2
- package/dist/chunks/{link.CbotJFzC.js.map → link.DdN8QuxV.js.map} +1 -1
- package/dist/chunks/{listbox-option-tag.C8w0-82a.js → listbox-option-tag.58u_cWFs.js} +3 -3
- package/dist/chunks/{listbox-option-tag.C8w0-82a.js.map → listbox-option-tag.58u_cWFs.js.map} +1 -1
- package/dist/chunks/{loading-button.BzCt6ZT0.js → loading-button.6hYlQMSl.js} +2 -2
- package/dist/chunks/{loading-button.BzCt6ZT0.js.map → loading-button.6hYlQMSl.js.map} +1 -1
- package/dist/chunks/{menu.bwVdUNQc.js → menu.C4805-Dq.js} +7 -7
- package/dist/chunks/{menu.bwVdUNQc.js.map → menu.C4805-Dq.js.map} +1 -1
- package/dist/chunks/{modal-fullscreen.Bn25snRZ.js → modal-fullscreen.CuEg-noK.js} +7 -7
- package/dist/chunks/modal-fullscreen.CuEg-noK.js.map +1 -0
- package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.BZ-e4djX.js → modal.vue_vue_type_script_setup_true_lang.2_gb7O_d.js} +6 -6
- package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.BZ-e4djX.js.map → modal.vue_vue_type_script_setup_true_lang.2_gb7O_d.js.map} +1 -1
- package/dist/chunks/{pagination.Cg6ycXwO.js → pagination.BZH-5145.js} +7 -7
- package/dist/chunks/pagination.BZH-5145.js.map +1 -0
- package/dist/chunks/{payment-method.Dqby2asg.js → payment-method.Lwl-3chY.js} +2 -2
- package/dist/chunks/{payment-method.Dqby2asg.js.map → payment-method.Lwl-3chY.js.map} +1 -1
- package/dist/chunks/{popover.C7aNk7Ct.js → popover.DgJtd7Yj.js} +4 -4
- package/dist/chunks/{popover.C7aNk7Ct.js.map → popover.DgJtd7Yj.js.map} +1 -1
- package/dist/chunks/{radio-group.D0khdiFK.js → radio-group.C1imRci1.js} +8 -8
- package/dist/chunks/radio-group.C1imRci1.js.map +1 -0
- package/dist/chunks/{search-bar.BaqIavRd.js → search-bar.DwKqXdMu.js} +40 -39
- package/dist/chunks/search-bar.DwKqXdMu.js.map +1 -0
- package/dist/chunks/{secondary-nav.eioY-Ac9.js → secondary-nav.CXOWJcdc.js} +3 -3
- package/dist/chunks/{secondary-nav.eioY-Ac9.js.map → secondary-nav.CXOWJcdc.js.map} +1 -1
- package/dist/chunks/{segmented-control.CyyCTejh.js → segmented-control.CueLfseV.js} +5 -5
- package/dist/chunks/segmented-control.CueLfseV.js.map +1 -0
- package/dist/chunks/{selection-card-group.CJwWtHTD.js → selection-card-group.GgDEa529.js} +23 -23
- package/dist/chunks/selection-card-group.GgDEa529.js.map +1 -0
- package/dist/chunks/{sidepanel.BGS2yzn-.js → sidepanel.C3DL5ZCV.js} +14 -14
- package/dist/chunks/sidepanel.C3DL5ZCV.js.map +1 -0
- package/dist/chunks/{status.types.DKEdSwK-.js → status.types.nTyHETSy.js} +2 -2
- package/dist/chunks/{status.types.DKEdSwK-.js.map → status.types.nTyHETSy.js.map} +1 -1
- package/dist/chunks/{step.DQtYDLoP.js → step.DNhSkFAA.js} +3 -3
- package/dist/chunks/{step.DQtYDLoP.js.map → step.DNhSkFAA.js.map} +1 -1
- package/dist/chunks/{structured-list-item.Brk3yBPy.js → structured-list-item.IwqvXP2Q.js} +6 -6
- package/dist/chunks/{structured-list-item.Brk3yBPy.js.map → structured-list-item.IwqvXP2Q.js.map} +1 -1
- package/dist/chunks/{summary-grid-item-custom.DnGuM9Cg.js → summary-grid-item-custom.BbN72bub.js} +5 -5
- package/dist/chunks/{summary-grid-item-custom.DnGuM9Cg.js.map → summary-grid-item-custom.BbN72bub.js.map} +1 -1
- package/dist/chunks/{tabs.DDfHxVuD.js → tabs.CV5s2cJq.js} +6 -6
- package/dist/chunks/tabs.CV5s2cJq.js.map +1 -0
- package/dist/chunks/{tag.DuIxjlwJ.js → tag.wfnhGWVG.js} +12 -12
- package/dist/chunks/tag.wfnhGWVG.js.map +1 -0
- package/dist/chunks/{textarea.CV2qkkZR.js → textarea.DO0GBL6m.js} +19 -19
- package/dist/chunks/textarea.DO0GBL6m.js.map +1 -0
- package/dist/chunks/{timeline-item.Dqpw7bkB.js → timeline-item.B7D-RsYN.js} +11 -11
- package/dist/chunks/{timeline-item.Dqpw7bkB.js.map → timeline-item.B7D-RsYN.js.map} +1 -1
- package/dist/chunks/{toast.PtFHVFT1.js → toast.BaEY0X3c.js} +4 -4
- package/dist/chunks/{toast.PtFHVFT1.js.map → toast.BaEY0X3c.js.map} +1 -1
- package/dist/chunks/{toggle-button.YSRdRLSS.js → toggle-button.CX-FLsuq.js} +2 -2
- package/dist/chunks/{toggle-button.YSRdRLSS.js.map → toggle-button.CX-FLsuq.js.map} +1 -1
- package/dist/chunks/{toggle.Bsu11Lof.js → toggle.Bme9eaeR.js} +4 -4
- package/dist/chunks/toggle.Bme9eaeR.js.map +1 -0
- package/dist/chunks/{tooltip.CSa9ntbr.js → tooltip.BEl_LdFo.js} +3 -3
- package/dist/chunks/tooltip.BEl_LdFo.js.map +1 -0
- package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.Cx4a7RcE.js → tutorial.vue_vue_type_script_setup_true_lang.DKMxylGg.js} +5 -5
- package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.Cx4a7RcE.js.map → tutorial.vue_vue_type_script_setup_true_lang.DKMxylGg.js.map} +1 -1
- package/dist/chunks/typography.DNzU41ah.js +82 -0
- package/dist/chunks/typography.DNzU41ah.js.map +1 -0
- package/dist/chunks/{use-bento-toast-controller.6iG-fzM1.js → use-bento-toast-controller.C2wUDcoc.js} +3 -3
- package/dist/chunks/use-bento-toast-controller.C2wUDcoc.js.map +1 -0
- package/dist/chunks/{use-cached-selected-values.BVxiRn6R.js → use-cached-selected-values.CX-a8FKd.js} +6 -6
- package/dist/chunks/{use-cached-selected-values.BVxiRn6R.js.map → use-cached-selected-values.CX-a8FKd.js.map} +1 -1
- package/dist/code-snippet.js +1 -1
- package/dist/country.js +1 -1
- package/dist/currency.js +1 -1
- package/dist/dashboard-template.js +1 -1
- package/dist/dashed-underline.js +1 -1
- package/dist/data-grid-template.js +1 -1
- package/dist/data-grid.js +1 -1
- package/dist/date-picker.js +2 -2
- package/dist/date-range-picker.js +2 -2
- package/dist/date.js +1 -1
- package/dist/dropdown.js +4 -4
- package/dist/empty-state.js +1 -1
- package/dist/filter-bar.js +1 -1
- package/dist/form-layout.js +1 -1
- package/dist/header.js +1 -1
- package/dist/index.js +316 -300
- package/dist/index.js.map +1 -1
- package/dist/info-icon.js +1 -1
- package/dist/input-field.js +1 -1
- package/dist/inspector.js +1 -1
- package/dist/internal.js +9 -9
- package/dist/link.js +1 -1
- package/dist/menu.js +1 -1
- package/dist/modal-fullscreen.js +1 -1
- package/dist/modal.js +2 -2
- package/dist/pagination.js +1 -1
- package/dist/payment-method.js +1 -1
- package/dist/popover.js +1 -1
- package/dist/radio-group.js +1 -1
- package/dist/search-bar.js +2 -2
- package/dist/secondary-nav.js +1 -1
- package/dist/segmented-control.js +1 -1
- package/dist/selection-card.js +1 -1
- package/dist/sidepanel.js +1 -1
- package/dist/status.js +1 -1
- package/dist/stepper.js +1 -1
- package/dist/structured-list.js +1 -1
- package/dist/styles/bento-dark.css +1810 -0
- package/dist/styles/bento-light.css +1809 -0
- package/dist/styles/bento.css +55 -5
- package/dist/styles/legacy.css +54 -4
- package/dist/styles/styleguide.css +55 -5
- package/dist/summary-grid.js +1 -1
- package/dist/tabs.js +1 -1
- package/dist/tag.js +1 -1
- package/dist/textarea.js +1 -1
- package/dist/timeline.js +1 -1
- package/dist/toast.js +1 -1
- package/dist/toggle.js +1 -1
- package/dist/tutorial.js +1 -1
- package/dist/typography.js +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +3 -3
- package/dist/@types/packages/vue2/src/components/checkbox/checkbox.types.d.ts +0 -9
- package/dist/chunks/accordion-item.COc5nXh4.js.map +0 -1
- package/dist/chunks/base-modal.DS7zI1O2.js.map +0 -1
- package/dist/chunks/calendar.BHy-Sfgc.js.map +0 -1
- package/dist/chunks/card.Bh7vfIw8.js.map +0 -1
- package/dist/chunks/checkbox-group.COoDP0ua.js.map +0 -1
- package/dist/chunks/checkbox.Dkxm-fWK.js.map +0 -1
- package/dist/chunks/data-grid.DWCGBlAE.js.map +0 -1
- package/dist/chunks/date-picker.BJmupHBt.js.map +0 -1
- package/dist/chunks/dropdown-default-textbox.CeVq45Qy.js.map +0 -1
- package/dist/chunks/dropdown.CPlvW43f.js.map +0 -1
- package/dist/chunks/filter-bar.uZ7n8y_i.js.map +0 -1
- package/dist/chunks/input-field.D8Pt05M3.js.map +0 -1
- package/dist/chunks/inspector.types.eWf-6uBc.js.map +0 -1
- package/dist/chunks/modal-fullscreen.Bn25snRZ.js.map +0 -1
- package/dist/chunks/pagination.Cg6ycXwO.js.map +0 -1
- package/dist/chunks/radio-group.D0khdiFK.js.map +0 -1
- package/dist/chunks/search-bar.BaqIavRd.js.map +0 -1
- package/dist/chunks/segmented-control.CyyCTejh.js.map +0 -1
- package/dist/chunks/selection-card-group.CJwWtHTD.js.map +0 -1
- package/dist/chunks/sidepanel.BGS2yzn-.js.map +0 -1
- package/dist/chunks/tabs.DDfHxVuD.js.map +0 -1
- package/dist/chunks/tag.DuIxjlwJ.js.map +0 -1
- package/dist/chunks/textarea.CV2qkkZR.js.map +0 -1
- package/dist/chunks/toggle.Bsu11Lof.js.map +0 -1
- package/dist/chunks/tooltip.CSa9ntbr.js.map +0 -1
- package/dist/chunks/typography.CE5PgxFf.js +0 -72
- package/dist/chunks/typography.CE5PgxFf.js.map +0 -1
- package/dist/chunks/unique-id.XFfoKuc2.js +0 -28
- package/dist/chunks/unique-id.XFfoKuc2.js.map +0 -1
- package/dist/chunks/use-bento-toast-controller.6iG-fzM1.js.map +0 -1
- /package/dist/@types/packages/{vue2/src/utils/ts/unique-id.d.ts → core/src/utils/ts/generate-uid.d.ts} +0 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { BentoTagProps } from "../tag/tag.types";
|
|
2
|
+
import type { CheckboxInputType as BentoCheckboxType, MultiCheckboxInputType as BentoMultiCheckboxType } from "../internal/checkbox-input/checkbox-input.types";
|
|
3
|
+
import { CheckboxInputState as BentoCheckboxState } from "../internal/checkbox-input/checkbox-input.types";
|
|
4
|
+
export { BentoCheckboxState, BentoCheckboxType, BentoMultiCheckboxType };
|
|
5
|
+
export declare enum BentoCheckboxEvent {
|
|
6
|
+
UPDATE = "update:model-value",
|
|
7
|
+
INPUT = "input"
|
|
8
|
+
}
|
|
9
|
+
export type BentoCheckboxTag = BentoTagProps;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './generate-uid';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from "../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue";
|
|
2
|
-
import { BentoCheckboxEvent, BentoCheckboxTag, BentoCheckboxType } from
|
|
3
|
-
import { BentoCheckboxGroupItems } from
|
|
2
|
+
import { BentoCheckboxEvent, BentoCheckboxTag, BentoCheckboxType } from "../../../../core/src/components/checkbox/checkbox.types";
|
|
3
|
+
import { BentoCheckboxGroupItems } from "../../../../core/src/components/checkbox-group/checkbox-group.types";
|
|
4
4
|
/**
|
|
5
5
|
* Checkboxes are used to make a binary choice about an option.
|
|
6
6
|
* The label tag area is also clickable.
|
|
@@ -232,19 +232,11 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
232
232
|
required: boolean;
|
|
233
233
|
value: string | number;
|
|
234
234
|
disabled: boolean;
|
|
235
|
-
tag:
|
|
236
|
-
label: string;
|
|
237
|
-
variant: import("../tag").BentoTagVariant | `${import("../tag").BentoTagVariant}`;
|
|
238
|
-
truncate: number;
|
|
239
|
-
}> & Omit<{
|
|
240
|
-
readonly variant: import("../tag").BentoTagVariant | `${import("../tag").BentoTagVariant}`;
|
|
241
|
-
readonly label?: string;
|
|
242
|
-
readonly truncate?: number;
|
|
243
|
-
} & import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").VNodeProps & import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").AllowedComponentProps & import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentCustomProps, "label" | "variant" | "truncate">;
|
|
235
|
+
tag: import("../tag").BentoTagProps;
|
|
244
236
|
optional: boolean;
|
|
245
237
|
errorMessage: string;
|
|
246
|
-
ariaLabel: string;
|
|
247
238
|
readonly: boolean;
|
|
239
|
+
ariaLabel: string;
|
|
248
240
|
hasError: boolean;
|
|
249
241
|
indeterminate: boolean;
|
|
250
242
|
modelValue: BentoCheckboxType | BentoCheckboxGroupItems;
|
|
@@ -323,6 +315,9 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
323
315
|
} & {
|
|
324
316
|
default: import("../typography").BentoTypographyVariant;
|
|
325
317
|
};
|
|
318
|
+
richText: {
|
|
319
|
+
type: PropType<boolean>;
|
|
320
|
+
};
|
|
326
321
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, {}, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").PublicProps, {
|
|
327
322
|
wide: boolean;
|
|
328
323
|
stronger: boolean;
|
|
@@ -374,6 +369,9 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
374
369
|
} & {
|
|
375
370
|
default: import("../typography").BentoTypographyVariant;
|
|
376
371
|
};
|
|
372
|
+
richText: {
|
|
373
|
+
type: PropType<boolean>;
|
|
374
|
+
};
|
|
377
375
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
378
376
|
wide: boolean;
|
|
379
377
|
stronger: boolean;
|
|
@@ -422,6 +420,9 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
422
420
|
} & {
|
|
423
421
|
default: import("../typography").BentoTypographyVariant;
|
|
424
422
|
};
|
|
423
|
+
richText: {
|
|
424
|
+
type: PropType<boolean>;
|
|
425
|
+
};
|
|
425
426
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, {}, string, {
|
|
426
427
|
wide: boolean;
|
|
427
428
|
stronger: boolean;
|
|
@@ -517,8 +518,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
517
518
|
value: string | number;
|
|
518
519
|
disabled: boolean;
|
|
519
520
|
id: string;
|
|
520
|
-
ariaLabel: string;
|
|
521
521
|
readonly: boolean;
|
|
522
|
+
ariaLabel: string;
|
|
522
523
|
ariaDescribedby: string;
|
|
523
524
|
hasError: boolean;
|
|
524
525
|
indeterminate: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from "../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue";
|
|
2
|
-
import { BentoCheckboxGroupItems, BentoCheckboxGroupVariant } from
|
|
3
|
-
import { BentoCheckboxEvent } from
|
|
2
|
+
import { BentoCheckboxGroupItems, BentoCheckboxGroupVariant } from "../../../../../../core/src/components/checkbox-group/checkbox-group.types";
|
|
3
|
+
import { BentoCheckboxEvent } from "../../../../../../core/src/components/checkbox/checkbox.types";
|
|
4
4
|
/**
|
|
5
5
|
* A checkbox group component should be used whenever it is necessary to group a set of checkboxes that are related together
|
|
6
6
|
* This component conforms to the official WAI-ARIA guidelines for grouping controls: https://www.w3.org/WAI/tutorials/forms/grouping/
|
|
@@ -307,7 +307,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
307
307
|
default: boolean;
|
|
308
308
|
};
|
|
309
309
|
modelValue: {
|
|
310
|
-
type: PropType<import("../../../../../../core/src/components/
|
|
310
|
+
type: PropType<import("../../../../../../core/src/components/checkbox/checkbox.types").BentoCheckboxType | BentoCheckboxGroupItems>;
|
|
311
311
|
default: boolean;
|
|
312
312
|
};
|
|
313
313
|
optional: {
|
|
@@ -323,7 +323,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
323
323
|
default: boolean;
|
|
324
324
|
};
|
|
325
325
|
tag: {
|
|
326
|
-
type: PropType<import("
|
|
326
|
+
type: PropType<import("../../../../../../core/src/components/checkbox/checkbox.types").BentoCheckboxTag>;
|
|
327
327
|
default: any;
|
|
328
328
|
};
|
|
329
329
|
value: {
|
|
@@ -351,7 +351,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
351
351
|
contentSlotAvailable: import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<boolean>;
|
|
352
352
|
hasContentSlot: import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<boolean>;
|
|
353
353
|
hasSlot: (name: string) => boolean;
|
|
354
|
-
onChange: (newValue: import("../../../../../../core/src/components/
|
|
354
|
+
onChange: (newValue: import("../../../../../../core/src/components/checkbox/checkbox.types").BentoCheckboxType | BentoCheckboxGroupItems) => void;
|
|
355
355
|
t: (key: "required" | "checkbox" | "optional", values?: import("vue-i18n").default.Values) => string;
|
|
356
356
|
}, {}, {}, {}, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, BentoCheckboxEvent[], BentoCheckboxEvent, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").PublicProps, Readonly<import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ExtractPropTypes<{
|
|
357
357
|
ariaLabel: {
|
|
@@ -375,7 +375,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
375
375
|
default: boolean;
|
|
376
376
|
};
|
|
377
377
|
modelValue: {
|
|
378
|
-
type: PropType<import("../../../../../../core/src/components/
|
|
378
|
+
type: PropType<import("../../../../../../core/src/components/checkbox/checkbox.types").BentoCheckboxType | BentoCheckboxGroupItems>;
|
|
379
379
|
default: boolean;
|
|
380
380
|
};
|
|
381
381
|
optional: {
|
|
@@ -391,7 +391,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
391
391
|
default: boolean;
|
|
392
392
|
};
|
|
393
393
|
tag: {
|
|
394
|
-
type: PropType<import("
|
|
394
|
+
type: PropType<import("../../../../../../core/src/components/checkbox/checkbox.types").BentoCheckboxTag>;
|
|
395
395
|
default: any;
|
|
396
396
|
};
|
|
397
397
|
value: {
|
|
@@ -405,22 +405,14 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
405
405
|
required: boolean;
|
|
406
406
|
value: string | number;
|
|
407
407
|
disabled: boolean;
|
|
408
|
-
tag:
|
|
409
|
-
label: string;
|
|
410
|
-
variant: import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant | `${import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant}`;
|
|
411
|
-
truncate: number;
|
|
412
|
-
}> & Omit<{
|
|
413
|
-
readonly variant: import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant | `${import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant}`;
|
|
414
|
-
readonly label?: string;
|
|
415
|
-
readonly truncate?: number;
|
|
416
|
-
} & import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").VNodeProps & import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").AllowedComponentProps & import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentCustomProps, "label" | "variant" | "truncate">;
|
|
408
|
+
tag: import("../../../../../../core/src/components/tag/tag.types.js").BentoTagProps;
|
|
417
409
|
optional: boolean;
|
|
418
410
|
errorMessage: string;
|
|
419
|
-
ariaLabel: string;
|
|
420
411
|
readonly: boolean;
|
|
412
|
+
ariaLabel: string;
|
|
421
413
|
hasError: boolean;
|
|
422
414
|
indeterminate: boolean;
|
|
423
|
-
modelValue: import("../../../../../../core/src/components/
|
|
415
|
+
modelValue: import("../../../../../../core/src/components/checkbox/checkbox.types").BentoCheckboxType | BentoCheckboxGroupItems;
|
|
424
416
|
}, {}, {
|
|
425
417
|
BentoTag: import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").DefineComponent<import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ExtractPropTypes<{
|
|
426
418
|
label: {
|
|
@@ -429,9 +421,9 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
429
421
|
default: any;
|
|
430
422
|
};
|
|
431
423
|
variant: {
|
|
432
|
-
type: PropType<"blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant>;
|
|
424
|
+
type: PropType<"blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../../../../core/src/components/tag/tag.types.js").BentoTagVariant>;
|
|
433
425
|
} & {
|
|
434
|
-
default: import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant;
|
|
426
|
+
default: import("../../../../../../core/src/components/tag/tag.types.js").BentoTagVariant;
|
|
435
427
|
};
|
|
436
428
|
truncate: {
|
|
437
429
|
type: PropType<number>;
|
|
@@ -445,9 +437,9 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
445
437
|
default: any;
|
|
446
438
|
};
|
|
447
439
|
variant: {
|
|
448
|
-
type: PropType<"blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant>;
|
|
440
|
+
type: PropType<"blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../../../../core/src/components/tag/tag.types.js").BentoTagVariant>;
|
|
449
441
|
} & {
|
|
450
|
-
default: import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant;
|
|
442
|
+
default: import("../../../../../../core/src/components/tag/tag.types.js").BentoTagVariant;
|
|
451
443
|
};
|
|
452
444
|
truncate: {
|
|
453
445
|
type: PropType<number>;
|
|
@@ -456,7 +448,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
456
448
|
};
|
|
457
449
|
}>> & Readonly<{}>, {
|
|
458
450
|
label: string;
|
|
459
|
-
variant: import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant | `${import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant}`;
|
|
451
|
+
variant: import("../../../../../../core/src/components/tag/tag.types.js").BentoTagVariant | `${import("../../../../../../core/src/components/tag/tag.types.js").BentoTagVariant}`;
|
|
460
452
|
truncate: number;
|
|
461
453
|
}, {}, {}, {}, string, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentProvideOptions, true, {}, any>;
|
|
462
454
|
BentoTypography: {
|
|
@@ -477,9 +469,9 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
477
469
|
default: boolean;
|
|
478
470
|
};
|
|
479
471
|
el: {
|
|
480
|
-
type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement>;
|
|
472
|
+
type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyElement>;
|
|
481
473
|
} & {
|
|
482
|
-
default: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement;
|
|
474
|
+
default: import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyElement;
|
|
483
475
|
};
|
|
484
476
|
large: {
|
|
485
477
|
type: PropType<boolean>;
|
|
@@ -492,18 +484,21 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
492
484
|
default: boolean;
|
|
493
485
|
};
|
|
494
486
|
variant: {
|
|
495
|
-
type: PropType<"body" | "caption" | "title" | "subtitle" | import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant>;
|
|
487
|
+
type: PropType<"body" | "caption" | "title" | "subtitle" | import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyVariant>;
|
|
496
488
|
} & {
|
|
497
|
-
default: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant;
|
|
489
|
+
default: import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyVariant;
|
|
490
|
+
};
|
|
491
|
+
richText: {
|
|
492
|
+
type: PropType<boolean>;
|
|
498
493
|
};
|
|
499
494
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, {}, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").PublicProps, {
|
|
500
495
|
wide: boolean;
|
|
501
496
|
stronger: boolean;
|
|
502
497
|
strongest: boolean;
|
|
503
|
-
el: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement | `${import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement}`;
|
|
498
|
+
el: import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyElement | `${import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyElement}`;
|
|
504
499
|
large: boolean;
|
|
505
500
|
medium: boolean;
|
|
506
|
-
variant: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant | `${import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant}`;
|
|
501
|
+
variant: import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyVariant | `${import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyVariant}`;
|
|
507
502
|
}, true, {}, {}, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").GlobalComponents, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").GlobalDirectives, string, {}, any, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentProvideOptions, {
|
|
508
503
|
P: {};
|
|
509
504
|
B: {};
|
|
@@ -528,9 +523,9 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
528
523
|
default: boolean;
|
|
529
524
|
};
|
|
530
525
|
el: {
|
|
531
|
-
type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement>;
|
|
526
|
+
type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyElement>;
|
|
532
527
|
} & {
|
|
533
|
-
default: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement;
|
|
528
|
+
default: import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyElement;
|
|
534
529
|
};
|
|
535
530
|
large: {
|
|
536
531
|
type: PropType<boolean>;
|
|
@@ -543,18 +538,21 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
543
538
|
default: boolean;
|
|
544
539
|
};
|
|
545
540
|
variant: {
|
|
546
|
-
type: PropType<"body" | "caption" | "title" | "subtitle" | import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant>;
|
|
541
|
+
type: PropType<"body" | "caption" | "title" | "subtitle" | import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyVariant>;
|
|
547
542
|
} & {
|
|
548
|
-
default: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant;
|
|
543
|
+
default: import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyVariant;
|
|
544
|
+
};
|
|
545
|
+
richText: {
|
|
546
|
+
type: PropType<boolean>;
|
|
549
547
|
};
|
|
550
548
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
551
549
|
wide: boolean;
|
|
552
550
|
stronger: boolean;
|
|
553
551
|
strongest: boolean;
|
|
554
|
-
el: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement | `${import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement}`;
|
|
552
|
+
el: import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyElement | `${import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyElement}`;
|
|
555
553
|
large: boolean;
|
|
556
554
|
medium: boolean;
|
|
557
|
-
variant: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant | `${import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant}`;
|
|
555
|
+
variant: import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyVariant | `${import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyVariant}`;
|
|
558
556
|
}>;
|
|
559
557
|
__isFragment?: never;
|
|
560
558
|
__isTeleport?: never;
|
|
@@ -576,9 +574,9 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
576
574
|
default: boolean;
|
|
577
575
|
};
|
|
578
576
|
el: {
|
|
579
|
-
type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement>;
|
|
577
|
+
type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyElement>;
|
|
580
578
|
} & {
|
|
581
|
-
default: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement;
|
|
579
|
+
default: import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyElement;
|
|
582
580
|
};
|
|
583
581
|
large: {
|
|
584
582
|
type: PropType<boolean>;
|
|
@@ -591,18 +589,21 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
591
589
|
default: boolean;
|
|
592
590
|
};
|
|
593
591
|
variant: {
|
|
594
|
-
type: PropType<"body" | "caption" | "title" | "subtitle" | import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant>;
|
|
592
|
+
type: PropType<"body" | "caption" | "title" | "subtitle" | import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyVariant>;
|
|
595
593
|
} & {
|
|
596
|
-
default: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant;
|
|
594
|
+
default: import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyVariant;
|
|
595
|
+
};
|
|
596
|
+
richText: {
|
|
597
|
+
type: PropType<boolean>;
|
|
597
598
|
};
|
|
598
599
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, {}, string, {
|
|
599
600
|
wide: boolean;
|
|
600
601
|
stronger: boolean;
|
|
601
602
|
strongest: boolean;
|
|
602
|
-
el: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement | `${import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement}`;
|
|
603
|
+
el: import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyElement | `${import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyElement}`;
|
|
603
604
|
large: boolean;
|
|
604
605
|
medium: boolean;
|
|
605
|
-
variant: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant | `${import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant}`;
|
|
606
|
+
variant: import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyVariant | `${import("../../../../../../core/src/components/typography/typography.types.js").BentoTypographyVariant}`;
|
|
606
607
|
}, {}, string, {}, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").GlobalComponents, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").GlobalDirectives, string, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentProvideOptions> & import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").VNodeProps & import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").AllowedComponentProps & import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentCustomProps & (new () => {
|
|
607
608
|
$slots: {
|
|
608
609
|
default: (_: {}) => any;
|
|
@@ -634,7 +635,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
634
635
|
default: boolean;
|
|
635
636
|
};
|
|
636
637
|
modelValue: {
|
|
637
|
-
type: PropType<import("../../../../../../core/src/components/
|
|
638
|
+
type: PropType<import("../../../../../../core/src/components/checkbox/checkbox.types").BentoCheckboxType | import("../../../../../../core/src/components/internal/checkbox-input/checkbox-input.types.js").CheckboxInputGroupItems>;
|
|
638
639
|
default: boolean;
|
|
639
640
|
};
|
|
640
641
|
readonly: {
|
|
@@ -673,7 +674,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
673
674
|
default: boolean;
|
|
674
675
|
};
|
|
675
676
|
modelValue: {
|
|
676
|
-
type: PropType<import("../../../../../../core/src/components/
|
|
677
|
+
type: PropType<import("../../../../../../core/src/components/checkbox/checkbox.types").BentoCheckboxType | import("../../../../../../core/src/components/internal/checkbox-input/checkbox-input.types.js").CheckboxInputGroupItems>;
|
|
677
678
|
default: boolean;
|
|
678
679
|
};
|
|
679
680
|
readonly: {
|
|
@@ -690,12 +691,12 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
|
|
|
690
691
|
value: string | number;
|
|
691
692
|
disabled: boolean;
|
|
692
693
|
id: string;
|
|
693
|
-
ariaLabel: string;
|
|
694
694
|
readonly: boolean;
|
|
695
|
+
ariaLabel: string;
|
|
695
696
|
ariaDescribedby: string;
|
|
696
697
|
hasError: boolean;
|
|
697
698
|
indeterminate: boolean;
|
|
698
|
-
modelValue: import("../../../../../../core/src/components/
|
|
699
|
+
modelValue: import("../../../../../../core/src/components/checkbox/checkbox.types").BentoCheckboxType | import("../../../../../../core/src/components/internal/checkbox-input/checkbox-input.types.js").CheckboxInputGroupItems;
|
|
699
700
|
}, {}, {}, {}, string, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentProvideOptions, true, {}, any>;
|
|
700
701
|
ErrorMessage: import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").DefineComponent<import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ExtractPropTypes<{
|
|
701
702
|
errorMessage: {
|
package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default as BentoCheckboxGroup } from './checkbox-group.vue';
|
|
2
|
-
export * from
|
|
2
|
+
export * from "../../../../../../core/src/components/checkbox-group/checkbox-group.types";
|
|
@@ -224,6 +224,9 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
224
224
|
} & {
|
|
225
225
|
default: import("../typography").BentoTypographyVariant;
|
|
226
226
|
};
|
|
227
|
+
richText: {
|
|
228
|
+
type: PropType<boolean>;
|
|
229
|
+
};
|
|
227
230
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, {}, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").PublicProps, {
|
|
228
231
|
wide: boolean;
|
|
229
232
|
stronger: boolean;
|
|
@@ -275,6 +278,9 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
275
278
|
} & {
|
|
276
279
|
default: import("../typography").BentoTypographyVariant;
|
|
277
280
|
};
|
|
281
|
+
richText: {
|
|
282
|
+
type: PropType<boolean>;
|
|
283
|
+
};
|
|
278
284
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
279
285
|
wide: boolean;
|
|
280
286
|
stronger: boolean;
|
|
@@ -323,6 +329,9 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
323
329
|
} & {
|
|
324
330
|
default: import("../typography").BentoTypographyVariant;
|
|
325
331
|
};
|
|
332
|
+
richText: {
|
|
333
|
+
type: PropType<boolean>;
|
|
334
|
+
};
|
|
326
335
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, {}, string, {
|
|
327
336
|
wide: boolean;
|
|
328
337
|
stronger: boolean;
|
|
@@ -633,8 +642,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
633
642
|
items: import("../..").BentoListboxOptions;
|
|
634
643
|
isOptionDisabled: (optionValue: import("../..").BentoListboxOptionItem) => boolean;
|
|
635
644
|
staticCategories: boolean;
|
|
636
|
-
ariaLabel: string;
|
|
637
645
|
readonly: boolean;
|
|
646
|
+
ariaLabel: string;
|
|
638
647
|
hasMoreItems: boolean;
|
|
639
648
|
lazyLoadType: "button" | "none" | "automatic" | import("../dropdown").BentoDropdownLazyLoadType;
|
|
640
649
|
emptyState: import("../dropdown").BentoDropdownEmptyStateProps;
|
|
@@ -735,8 +744,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
735
744
|
disabled: boolean;
|
|
736
745
|
open: boolean;
|
|
737
746
|
multiple: boolean;
|
|
738
|
-
ariaLabel: string;
|
|
739
747
|
readonly: boolean;
|
|
748
|
+
ariaLabel: string;
|
|
740
749
|
additionalItemsSelected: string | number;
|
|
741
750
|
ariaLabelledby: string;
|
|
742
751
|
debounceTime: number;
|
|
@@ -833,8 +842,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
833
842
|
disabled: boolean;
|
|
834
843
|
open: boolean;
|
|
835
844
|
multiple: boolean;
|
|
836
|
-
ariaLabel: string;
|
|
837
845
|
readonly: boolean;
|
|
846
|
+
ariaLabel: string;
|
|
838
847
|
additionalItemsSelected: string | number;
|
|
839
848
|
ariaLabelledby: string;
|
|
840
849
|
debounceTime: number;
|
|
@@ -938,8 +947,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
938
947
|
disabled: boolean;
|
|
939
948
|
open: boolean;
|
|
940
949
|
multiple: boolean;
|
|
941
|
-
ariaLabel: string;
|
|
942
950
|
readonly: boolean;
|
|
951
|
+
ariaLabel: string;
|
|
943
952
|
additionalItemsSelected: string | number;
|
|
944
953
|
ariaLabelledby: string;
|
|
945
954
|
debounceTime: number;
|
|
@@ -1077,8 +1086,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
1077
1086
|
value: string;
|
|
1078
1087
|
disabled: boolean;
|
|
1079
1088
|
open: boolean;
|
|
1080
|
-
ariaLabel: string;
|
|
1081
1089
|
readonly: boolean;
|
|
1090
|
+
ariaLabel: string;
|
|
1082
1091
|
additionalItemsSelected: string | number;
|
|
1083
1092
|
ariaLabelledby: string;
|
|
1084
1093
|
debounceTime: number;
|
|
@@ -1221,8 +1230,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
1221
1230
|
items: import("../..").BentoListboxOptions;
|
|
1222
1231
|
isOptionDisabled: (optionValue: import("../..").BentoListboxOptionItem) => boolean;
|
|
1223
1232
|
staticCategories: boolean;
|
|
1224
|
-
ariaLabel: string;
|
|
1225
1233
|
readonly: boolean;
|
|
1234
|
+
ariaLabel: string;
|
|
1226
1235
|
hasMoreItems: boolean;
|
|
1227
1236
|
lazyLoadType: "button" | "none" | "automatic" | import("../dropdown").BentoDropdownLazyLoadType;
|
|
1228
1237
|
emptyState: import("../dropdown").BentoDropdownEmptyStateProps;
|
|
@@ -1366,8 +1375,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
1366
1375
|
items: import("../..").BentoListboxOptions;
|
|
1367
1376
|
isOptionDisabled: (optionValue: import("../..").BentoListboxOptionItem) => boolean;
|
|
1368
1377
|
staticCategories: boolean;
|
|
1369
|
-
ariaLabel: string;
|
|
1370
1378
|
readonly: boolean;
|
|
1379
|
+
ariaLabel: string;
|
|
1371
1380
|
hasMoreItems: boolean;
|
|
1372
1381
|
lazyLoadType: "button" | "none" | "automatic" | import("../dropdown").BentoDropdownLazyLoadType;
|
|
1373
1382
|
emptyState: import("../dropdown").BentoDropdownEmptyStateProps;
|
|
@@ -1468,8 +1477,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
1468
1477
|
disabled: boolean;
|
|
1469
1478
|
open: boolean;
|
|
1470
1479
|
multiple: boolean;
|
|
1471
|
-
ariaLabel: string;
|
|
1472
1480
|
readonly: boolean;
|
|
1481
|
+
ariaLabel: string;
|
|
1473
1482
|
additionalItemsSelected: string | number;
|
|
1474
1483
|
ariaLabelledby: string;
|
|
1475
1484
|
debounceTime: number;
|
|
@@ -1566,8 +1575,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
1566
1575
|
disabled: boolean;
|
|
1567
1576
|
open: boolean;
|
|
1568
1577
|
multiple: boolean;
|
|
1569
|
-
ariaLabel: string;
|
|
1570
1578
|
readonly: boolean;
|
|
1579
|
+
ariaLabel: string;
|
|
1571
1580
|
additionalItemsSelected: string | number;
|
|
1572
1581
|
ariaLabelledby: string;
|
|
1573
1582
|
debounceTime: number;
|
|
@@ -1671,8 +1680,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
1671
1680
|
disabled: boolean;
|
|
1672
1681
|
open: boolean;
|
|
1673
1682
|
multiple: boolean;
|
|
1674
|
-
ariaLabel: string;
|
|
1675
1683
|
readonly: boolean;
|
|
1684
|
+
ariaLabel: string;
|
|
1676
1685
|
additionalItemsSelected: string | number;
|
|
1677
1686
|
ariaLabelledby: string;
|
|
1678
1687
|
debounceTime: number;
|
|
@@ -1810,8 +1819,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
1810
1819
|
value: string;
|
|
1811
1820
|
disabled: boolean;
|
|
1812
1821
|
open: boolean;
|
|
1813
|
-
ariaLabel: string;
|
|
1814
1822
|
readonly: boolean;
|
|
1823
|
+
ariaLabel: string;
|
|
1815
1824
|
additionalItemsSelected: string | number;
|
|
1816
1825
|
ariaLabelledby: string;
|
|
1817
1826
|
debounceTime: number;
|
|
@@ -110,6 +110,9 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
110
110
|
} & {
|
|
111
111
|
default: import("../typography").BentoTypographyVariant;
|
|
112
112
|
};
|
|
113
|
+
richText: {
|
|
114
|
+
type: PropType<boolean>;
|
|
115
|
+
};
|
|
113
116
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, {}, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").PublicProps, {
|
|
114
117
|
wide: boolean;
|
|
115
118
|
stronger: boolean;
|
|
@@ -161,6 +164,9 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
161
164
|
} & {
|
|
162
165
|
default: import("../typography").BentoTypographyVariant;
|
|
163
166
|
};
|
|
167
|
+
richText: {
|
|
168
|
+
type: PropType<boolean>;
|
|
169
|
+
};
|
|
164
170
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
165
171
|
wide: boolean;
|
|
166
172
|
stronger: boolean;
|
|
@@ -209,6 +215,9 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
209
215
|
} & {
|
|
210
216
|
default: import("../typography").BentoTypographyVariant;
|
|
211
217
|
};
|
|
218
|
+
richText: {
|
|
219
|
+
type: PropType<boolean>;
|
|
220
|
+
};
|
|
212
221
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, {}, string, {
|
|
213
222
|
wide: boolean;
|
|
214
223
|
stronger: boolean;
|
|
@@ -100,6 +100,9 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
100
100
|
} & {
|
|
101
101
|
default: import("../typography").BentoTypographyVariant;
|
|
102
102
|
};
|
|
103
|
+
richText: {
|
|
104
|
+
type: PropType<boolean>;
|
|
105
|
+
};
|
|
103
106
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, {}, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").PublicProps, {
|
|
104
107
|
wide: boolean;
|
|
105
108
|
stronger: boolean;
|
|
@@ -151,6 +154,9 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
151
154
|
} & {
|
|
152
155
|
default: import("../typography").BentoTypographyVariant;
|
|
153
156
|
};
|
|
157
|
+
richText: {
|
|
158
|
+
type: PropType<boolean>;
|
|
159
|
+
};
|
|
154
160
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
155
161
|
wide: boolean;
|
|
156
162
|
stronger: boolean;
|
|
@@ -199,6 +205,9 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
|
|
|
199
205
|
} & {
|
|
200
206
|
default: import("../typography").BentoTypographyVariant;
|
|
201
207
|
};
|
|
208
|
+
richText: {
|
|
209
|
+
type: PropType<boolean>;
|
|
210
|
+
};
|
|
202
211
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, {}, string, {
|
|
203
212
|
wide: boolean;
|
|
204
213
|
stronger: boolean;
|
|
@@ -109,8 +109,8 @@ declare const _default: import("../../../../../../../../../node_modules/.pnpm/vu
|
|
|
109
109
|
}>, {
|
|
110
110
|
value: boolean;
|
|
111
111
|
disabled: boolean;
|
|
112
|
-
ariaLabel: string;
|
|
113
112
|
readonly: boolean;
|
|
113
|
+
ariaLabel: string;
|
|
114
114
|
labelPosition: "after" | "before" | import("../../../../../toggle").BentoToggleLabelPosition;
|
|
115
115
|
}, {}, {
|
|
116
116
|
BentoTypography: {
|
|
@@ -150,6 +150,9 @@ declare const _default: import("../../../../../../../../../node_modules/.pnpm/vu
|
|
|
150
150
|
} & {
|
|
151
151
|
default: import("../../../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant;
|
|
152
152
|
};
|
|
153
|
+
richText: {
|
|
154
|
+
type: PropType<boolean>;
|
|
155
|
+
};
|
|
153
156
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("../../../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, {}, import("../../../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").PublicProps, {
|
|
154
157
|
wide: boolean;
|
|
155
158
|
stronger: boolean;
|
|
@@ -201,6 +204,9 @@ declare const _default: import("../../../../../../../../../node_modules/.pnpm/vu
|
|
|
201
204
|
} & {
|
|
202
205
|
default: import("../../../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant;
|
|
203
206
|
};
|
|
207
|
+
richText: {
|
|
208
|
+
type: PropType<boolean>;
|
|
209
|
+
};
|
|
204
210
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
205
211
|
wide: boolean;
|
|
206
212
|
stronger: boolean;
|
|
@@ -249,6 +255,9 @@ declare const _default: import("../../../../../../../../../node_modules/.pnpm/vu
|
|
|
249
255
|
} & {
|
|
250
256
|
default: import("../../../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant;
|
|
251
257
|
};
|
|
258
|
+
richText: {
|
|
259
|
+
type: PropType<boolean>;
|
|
260
|
+
};
|
|
252
261
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("../../../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsMixin, {}, string, {
|
|
253
262
|
wide: boolean;
|
|
254
263
|
stronger: boolean;
|