@adyen/bento-vue3 1.35.1 → 1.36.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.
Files changed (288) hide show
  1. package/dist/@types/packages/core/src/components/tag/tag.types.d.ts +14 -0
  2. package/dist/@types/packages/core/src/components/tooltip/tooltip.types.d.ts +11 -0
  3. package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +20 -184
  4. package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +24 -188
  5. package/dist/@types/packages/vue2/src/components/data-grid/composables/use-calculate-column-width/use-calculate-column-width.d.ts +1 -0
  6. package/dist/@types/packages/vue2/src/components/data-grid/composables/use-calculate-column-width/use-calculate-column-width.types.d.ts +1 -0
  7. package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +1 -1
  8. package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +1 -1
  9. package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +32 -360
  10. package/dist/@types/packages/vue2/src/components/filter-bar/components/date-filter/date-filter.vue.d.ts +1 -1
  11. package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +1 -1
  12. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +15 -179
  13. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +15 -179
  14. package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.vue.d.ts +32 -360
  15. package/dist/@types/packages/vue2/src/components/internal/checkbox-input/checkbox-input.vue.d.ts +1 -1
  16. package/dist/@types/packages/vue2/src/components/internal/checkbox-input/index.d.ts +2 -2
  17. package/dist/@types/packages/vue2/src/components/internal/index.d.ts +1 -0
  18. 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 +20 -184
  19. 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 +40 -368
  20. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +60 -552
  21. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option-tag/listbox-option-tag.vue.d.ts +15 -179
  22. package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +72 -564
  23. package/dist/@types/packages/vue2/src/components/internal/tooltip/index.d.ts +1 -0
  24. package/dist/@types/packages/vue2/src/components/{tooltip → internal/tooltip}/tooltip.vue.d.ts +67 -67
  25. package/dist/@types/packages/vue2/src/components/popper-container/popper-container.vue.d.ts +1 -1
  26. package/dist/@types/packages/vue2/src/components/radio-group/components/radio-button/radio-button.vue.d.ts +2 -2
  27. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +15 -179
  28. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +15 -179
  29. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-custom/summary-grid-item-custom.vue.d.ts +15 -179
  30. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue.d.ts +15 -179
  31. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +15 -179
  32. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-text/summary-grid-item-text.vue.d.ts +15 -179
  33. package/dist/@types/packages/vue2/src/components/tabs/components/tab.types.d.ts +1 -0
  34. package/dist/@types/packages/vue2/src/components/tabs/components/tab.vue.d.ts +15 -0
  35. package/dist/@types/packages/vue2/src/components/tabs/tabs.types.d.ts +1 -0
  36. package/dist/@types/packages/vue2/src/components/tag/tag.vue.d.ts +26 -219
  37. package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +17 -181
  38. package/dist/@types/packages/vue2/src/directives/tooltip/index.d.ts +1 -1
  39. package/dist/@types/packages/vue2/src/directives/tooltip/tooltip.types.d.ts +0 -11
  40. package/dist/accordion.js +1 -1
  41. package/dist/action-bar.js +1 -1
  42. package/dist/alert.js +1 -1
  43. package/dist/assets/accordion-item.css +1 -1
  44. package/dist/assets/action-bar.css +1 -1
  45. package/dist/assets/base-modal.css +1 -1
  46. package/dist/assets/button.css +1 -1
  47. package/dist/assets/card.css +1 -1
  48. package/dist/assets/checkbox-input.css +1 -1
  49. package/dist/assets/dashboard-section.css +1 -1
  50. package/dist/assets/data-grid.css +1 -1
  51. package/dist/assets/dialog-page.css +1 -1
  52. package/dist/assets/empty-state.css +1 -1
  53. package/dist/assets/error-message.css +1 -1
  54. package/dist/assets/info-icon.css +1 -1
  55. package/dist/assets/inspector.css +1 -1
  56. package/dist/assets/menu.css +1 -1
  57. package/dist/assets/modal-fullscreen.css +1 -1
  58. package/dist/assets/pagination.css +1 -1
  59. package/dist/assets/popover.css +1 -1
  60. package/dist/assets/popper-container.css +1 -1
  61. package/dist/assets/radio-input.css +1 -1
  62. package/dist/assets/sidepanel.css +1 -1
  63. package/dist/assets/tabs.css +1 -1
  64. package/dist/assets/tag.css +1 -1
  65. package/dist/assets/tooltip.css +1 -1
  66. package/dist/assets/typography.css +1 -1
  67. package/dist/assets/use-cached-selected-values.css +1 -1
  68. package/dist/avatar.js +1 -1
  69. package/dist/button.js +4 -4
  70. package/dist/card.js +1 -1
  71. package/dist/checkbox.js +3 -3
  72. package/dist/chunks/{accordion-item.C30QFxol.js → accordion-item.COc5nXh4.js} +2 -2
  73. package/dist/chunks/{accordion-item.C30QFxol.js.map → accordion-item.COc5nXh4.js.map} +1 -1
  74. package/dist/chunks/{action-bar.5XBrXwYv.js → action-bar.CMuu-R_8.js} +6 -6
  75. package/dist/chunks/{action-bar.5XBrXwYv.js.map → action-bar.CMuu-R_8.js.map} +1 -1
  76. package/dist/chunks/{alert.BvSx_Bi7.js → alert.DZFWFceT.js} +3 -3
  77. package/dist/chunks/{alert.BvSx_Bi7.js.map → alert.DZFWFceT.js.map} +1 -1
  78. package/dist/chunks/{avatar.8erKxh8t.js → avatar.7gix8dxp.js} +2 -2
  79. package/dist/chunks/{avatar.8erKxh8t.js.map → avatar.7gix8dxp.js.map} +1 -1
  80. package/dist/chunks/{base-button.BxUrydaP.js → base-button.cDr-F6j_.js} +2 -2
  81. package/dist/chunks/{base-button.BxUrydaP.js.map → base-button.cDr-F6j_.js.map} +1 -1
  82. package/dist/chunks/{base-modal.BenvK-Np.js → base-modal.DS7zI1O2.js} +5 -5
  83. package/dist/chunks/{base-modal.BenvK-Np.js.map → base-modal.DS7zI1O2.js.map} +1 -1
  84. package/dist/chunks/{button-actions-with-menu.CHOjMHpd.js → button-actions-with-menu.B9E4lUQV.js} +4 -4
  85. package/dist/chunks/{button-actions-with-menu.CHOjMHpd.js.map → button-actions-with-menu.B9E4lUQV.js.map} +1 -1
  86. package/dist/chunks/{button-actions.DyI_dSvx.js → button-actions.DOvd7VLB.js} +3 -3
  87. package/dist/chunks/{button-actions.DyI_dSvx.js.map → button-actions.DOvd7VLB.js.map} +1 -1
  88. package/dist/chunks/{button.Br6CyG40.js → button.DInQYAND.js} +3 -3
  89. package/dist/chunks/{button.Br6CyG40.js.map → button.DInQYAND.js.map} +1 -1
  90. package/dist/chunks/{calendar.DzYaxc0M.js → calendar.BHy-Sfgc.js} +8 -7
  91. package/dist/chunks/{calendar.DzYaxc0M.js.map → calendar.BHy-Sfgc.js.map} +1 -1
  92. package/dist/chunks/{card.Bt8jcp9I.js → card.Bh7vfIw8.js} +3 -3
  93. package/dist/chunks/{card.Bt8jcp9I.js.map → card.Bh7vfIw8.js.map} +1 -1
  94. package/dist/chunks/{checkbox-group.B0wngKi6.js → checkbox-group.COoDP0ua.js} +5 -5
  95. package/dist/chunks/{checkbox-group.B0wngKi6.js.map → checkbox-group.COoDP0ua.js.map} +1 -1
  96. package/dist/chunks/{checkbox-input.JdcvpfTa.js → checkbox-input.B24-74ay.js} +20 -18
  97. package/dist/chunks/checkbox-input.B24-74ay.js.map +1 -0
  98. package/dist/chunks/{checkbox.Bk_jmkGe.js → checkbox.Dkxm-fWK.js} +5 -5
  99. package/dist/chunks/{checkbox.Bk_jmkGe.js.map → checkbox.Dkxm-fWK.js.map} +1 -1
  100. package/dist/chunks/{code-snippet.1SigVnjS.js → code-snippet.BWbbS2ye.js} +10 -9
  101. package/dist/chunks/{code-snippet.1SigVnjS.js.map → code-snippet.BWbbS2ye.js.map} +1 -1
  102. package/dist/chunks/{controls-group.COc0kArc.js → controls-group.D4XrqgW3.js} +3 -3
  103. package/dist/chunks/{controls-group.COc0kArc.js.map → controls-group.D4XrqgW3.js.map} +1 -1
  104. package/dist/chunks/{copy.1-HH1fz5.js → copy.BvQ6igYf.js} +13 -12
  105. package/dist/chunks/{copy.1-HH1fz5.js.map → copy.BvQ6igYf.js.map} +1 -1
  106. package/dist/chunks/{country.CVI-oSer.js → country.Dk5xsUic.js} +2 -2
  107. package/dist/chunks/{country.CVI-oSer.js.map → country.Dk5xsUic.js.map} +1 -1
  108. package/dist/chunks/{currency.BdtY-UIM.js → currency.CFIi9B9m.js} +2 -2
  109. package/dist/chunks/{currency.BdtY-UIM.js.map → currency.CFIi9B9m.js.map} +1 -1
  110. package/dist/chunks/{dashboard-section.BOrGKdY9.js → dashboard-section.BlsQTA_5.js} +3 -3
  111. package/dist/chunks/{dashboard-section.BOrGKdY9.js.map → dashboard-section.BlsQTA_5.js.map} +1 -1
  112. package/dist/chunks/{dashed-underline.BO4BuqUM.js → dashed-underline.C3AuURaR.js} +23 -22
  113. package/dist/chunks/{dashed-underline.BO4BuqUM.js.map → dashed-underline.C3AuURaR.js.map} +1 -1
  114. package/dist/chunks/{data-grid-template.O946JKTa.js → data-grid-template.rvLUWZnh.js} +3 -3
  115. package/dist/chunks/{data-grid-template.O946JKTa.js.map → data-grid-template.rvLUWZnh.js.map} +1 -1
  116. package/dist/chunks/{data-grid.Bv5TA_zR.js → data-grid.DWCGBlAE.js} +756 -754
  117. package/dist/chunks/data-grid.DWCGBlAE.js.map +1 -0
  118. package/dist/chunks/{date-picker.DvEPEMIM.js → date-picker.BJmupHBt.js} +10 -9
  119. package/dist/chunks/{date-picker.DvEPEMIM.js.map → date-picker.BJmupHBt.js.map} +1 -1
  120. package/dist/chunks/{date-range-picker.BLVlkkG_.js → date-range-picker.D5z8fqcu.js} +13 -12
  121. package/dist/chunks/{date-range-picker.BLVlkkG_.js.map → date-range-picker.D5z8fqcu.js.map} +1 -1
  122. package/dist/chunks/{date.CYUV4seY.js → date.BkeczstG.js} +2 -2
  123. package/dist/chunks/{date.CYUV4seY.js.map → date.BkeczstG.js.map} +1 -1
  124. package/dist/chunks/{dialog-page.DALFn9KR.js → dialog-page.4ArdFk2U.js} +2 -2
  125. package/dist/chunks/{dialog-page.DALFn9KR.js.map → dialog-page.4ArdFk2U.js.map} +1 -1
  126. package/dist/chunks/{dropdown-default-textbox.Bu4bpNGU.js → dropdown-default-textbox.CeVq45Qy.js} +3 -3
  127. package/dist/chunks/{dropdown-default-textbox.Bu4bpNGU.js.map → dropdown-default-textbox.CeVq45Qy.js.map} +1 -1
  128. package/dist/chunks/{dropdown-tag.bpKWbC_O.js → dropdown-tag.BOJ9WsnN.js} +6 -6
  129. package/dist/chunks/{dropdown-tag.bpKWbC_O.js.map → dropdown-tag.BOJ9WsnN.js.map} +1 -1
  130. package/dist/chunks/{dropdown.rFZp3hMb.js → dropdown.CPlvW43f.js} +18 -17
  131. package/dist/chunks/{dropdown.rFZp3hMb.js.map → dropdown.CPlvW43f.js.map} +1 -1
  132. package/dist/chunks/{empty-state.CyEWCcDk.js → empty-state.BmZVT8wF.js} +3 -3
  133. package/dist/chunks/{empty-state.CyEWCcDk.js.map → empty-state.BmZVT8wF.js.map} +1 -1
  134. package/dist/chunks/{error-message.DblYEZ7E.js → error-message.SLfGzDVf.js} +3 -3
  135. package/dist/chunks/{error-message.DblYEZ7E.js.map → error-message.SLfGzDVf.js.map} +1 -1
  136. package/dist/chunks/es6.BvpG4Oi6.js.map +1 -1
  137. package/dist/chunks/events.FNmSWp_P.js +52 -0
  138. package/dist/chunks/events.FNmSWp_P.js.map +1 -0
  139. package/dist/chunks/{filter-bar.IN7gqxsc.js → filter-bar.uZ7n8y_i.js} +23 -23
  140. package/dist/chunks/{filter-bar.IN7gqxsc.js.map → filter-bar.uZ7n8y_i.js.map} +1 -1
  141. package/dist/chunks/{fixed-scroller.DwYB1pqo.js → fixed-scroller.BYosMLGj.js} +2 -2
  142. package/dist/chunks/{fixed-scroller.DwYB1pqo.js.map → fixed-scroller.BYosMLGj.js.map} +1 -1
  143. package/dist/chunks/{footer-actions.CyoMN_ca.js → footer-actions.DrDUKwOY.js} +4 -4
  144. package/dist/chunks/{footer-actions.CyoMN_ca.js.map → footer-actions.DrDUKwOY.js.map} +1 -1
  145. package/dist/chunks/{form-layout-title.Bi_3du_6.js → form-layout-title.bE1xo1hK.js} +3 -3
  146. package/dist/chunks/{form-layout-title.Bi_3du_6.js.map → form-layout-title.bE1xo1hK.js.map} +1 -1
  147. package/dist/chunks/{header.Byd6jXl6.js → header.HQY-nc6l.js} +5 -5
  148. package/dist/chunks/{header.Byd6jXl6.js.map → header.HQY-nc6l.js.map} +1 -1
  149. package/dist/chunks/{info-icon.DIu8FeJC.js → info-icon.tGhr3-Zh.js} +12 -12
  150. package/dist/chunks/info-icon.tGhr3-Zh.js.map +1 -0
  151. package/dist/chunks/{input-field.CgS1AEGu.js → input-field.D8Pt05M3.js} +4 -4
  152. package/dist/chunks/{input-field.CgS1AEGu.js.map → input-field.D8Pt05M3.js.map} +1 -1
  153. package/dist/chunks/{inspector.types.xpv2J9pJ.js → inspector.types.eWf-6uBc.js} +3 -3
  154. package/dist/chunks/{inspector.types.xpv2J9pJ.js.map → inspector.types.eWf-6uBc.js.map} +1 -1
  155. package/dist/chunks/{keyboard-navigation.Clz1jOaA.js → keyboard-navigation.C3QMVRKY.js} +2 -2
  156. package/dist/chunks/{keyboard-navigation.Clz1jOaA.js.map → keyboard-navigation.C3QMVRKY.js.map} +1 -1
  157. package/dist/chunks/{link.2YS7haGc.js → link.CbotJFzC.js} +2 -2
  158. package/dist/chunks/{link.2YS7haGc.js.map → link.CbotJFzC.js.map} +1 -1
  159. package/dist/chunks/{listbox-option-tag.QqDEHMKB.js → listbox-option-tag.C8w0-82a.js} +3 -3
  160. package/dist/chunks/{listbox-option-tag.QqDEHMKB.js.map → listbox-option-tag.C8w0-82a.js.map} +1 -1
  161. package/dist/chunks/{loading-button.Bntgn6Lk.js → loading-button.BzCt6ZT0.js} +2 -2
  162. package/dist/chunks/{loading-button.Bntgn6Lk.js.map → loading-button.BzCt6ZT0.js.map} +1 -1
  163. package/dist/chunks/{menu.BN5WGXw3.js → menu.bwVdUNQc.js} +5 -5
  164. package/dist/chunks/{menu.BN5WGXw3.js.map → menu.bwVdUNQc.js.map} +1 -1
  165. package/dist/chunks/{modal-fullscreen.zljoH4pr.js → modal-fullscreen.Bn25snRZ.js} +5 -5
  166. package/dist/chunks/{modal-fullscreen.zljoH4pr.js.map → modal-fullscreen.Bn25snRZ.js.map} +1 -1
  167. package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.tT8umwqG.js → modal.vue_vue_type_script_setup_true_lang.BZ-e4djX.js} +6 -6
  168. package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.tT8umwqG.js.map → modal.vue_vue_type_script_setup_true_lang.BZ-e4djX.js.map} +1 -1
  169. package/dist/chunks/{pagination.BMn5ryDD.js → pagination.Cg6ycXwO.js} +4 -4
  170. package/dist/chunks/{pagination.BMn5ryDD.js.map → pagination.Cg6ycXwO.js.map} +1 -1
  171. package/dist/chunks/{payment-method.-3VYG5ud.js → payment-method.Dqby2asg.js} +2 -2
  172. package/dist/chunks/{payment-method.-3VYG5ud.js.map → payment-method.Dqby2asg.js.map} +1 -1
  173. package/dist/chunks/{popover.pDk6zsak.js → popover.C7aNk7Ct.js} +8 -7
  174. package/dist/chunks/{popover.pDk6zsak.js.map → popover.C7aNk7Ct.js.map} +1 -1
  175. package/dist/chunks/{popper-container.DFpaesDm.js → popper-container.Cyf6zCPq.js} +361 -365
  176. package/dist/chunks/popper-container.Cyf6zCPq.js.map +1 -0
  177. package/dist/chunks/popper-container.types.BCZMbVFD.js +9 -0
  178. package/dist/chunks/popper-container.types.BCZMbVFD.js.map +1 -0
  179. package/dist/chunks/{radio-group.DUtoFXmr.js → radio-group.D0khdiFK.js} +5 -5
  180. package/dist/chunks/{radio-group.DUtoFXmr.js.map → radio-group.D0khdiFK.js.map} +1 -1
  181. package/dist/chunks/{search-bar.poJCoGD-.js → search-bar.BaqIavRd.js} +2 -2
  182. package/dist/chunks/{search-bar.poJCoGD-.js.map → search-bar.BaqIavRd.js.map} +1 -1
  183. package/dist/chunks/{secondary-nav.Dyvd-YBg.js → secondary-nav.eioY-Ac9.js} +3 -3
  184. package/dist/chunks/{secondary-nav.Dyvd-YBg.js.map → secondary-nav.eioY-Ac9.js.map} +1 -1
  185. package/dist/chunks/{segmented-control.DbR5NYWR.js → segmented-control.CyyCTejh.js} +6 -5
  186. package/dist/chunks/{segmented-control.DbR5NYWR.js.map → segmented-control.CyyCTejh.js.map} +1 -1
  187. package/dist/chunks/{selection-card-group.CHBS81j6.js → selection-card-group.CJwWtHTD.js} +5 -5
  188. package/dist/chunks/{selection-card-group.CHBS81j6.js.map → selection-card-group.CJwWtHTD.js.map} +1 -1
  189. package/dist/chunks/{sidepanel.CuQCXV1E.js → sidepanel.BGS2yzn-.js} +5 -5
  190. package/dist/chunks/{sidepanel.CuQCXV1E.js.map → sidepanel.BGS2yzn-.js.map} +1 -1
  191. package/dist/chunks/{status.types.r9TfZmvE.js → status.types.DKEdSwK-.js} +2 -2
  192. package/dist/chunks/{status.types.r9TfZmvE.js.map → status.types.DKEdSwK-.js.map} +1 -1
  193. package/dist/chunks/{step.ClnCjesW.js → step.DQtYDLoP.js} +31 -30
  194. package/dist/chunks/{step.ClnCjesW.js.map → step.DQtYDLoP.js.map} +1 -1
  195. package/dist/chunks/{structured-list-item.1A2sjhP4.js → structured-list-item.Brk3yBPy.js} +11 -10
  196. package/dist/chunks/{structured-list-item.1A2sjhP4.js.map → structured-list-item.Brk3yBPy.js.map} +1 -1
  197. package/dist/chunks/{summary-grid-item-custom.CuvUVoQ8.js → summary-grid-item-custom.DnGuM9Cg.js} +5 -5
  198. package/dist/chunks/{summary-grid-item-custom.CuvUVoQ8.js.map → summary-grid-item-custom.DnGuM9Cg.js.map} +1 -1
  199. package/dist/chunks/tabs.DDfHxVuD.js +211 -0
  200. package/dist/chunks/tabs.DDfHxVuD.js.map +1 -0
  201. package/dist/chunks/tag.DuIxjlwJ.js +51 -0
  202. package/dist/chunks/tag.DuIxjlwJ.js.map +1 -0
  203. package/dist/chunks/{textarea.CHnvON8G.js → textarea.CV2qkkZR.js} +4 -4
  204. package/dist/chunks/{textarea.CHnvON8G.js.map → textarea.CV2qkkZR.js.map} +1 -1
  205. package/dist/chunks/{timeline-item.Dc_l5Xyy.js → timeline-item.Dqpw7bkB.js} +9 -9
  206. package/dist/chunks/{timeline-item.Dc_l5Xyy.js.map → timeline-item.Dqpw7bkB.js.map} +1 -1
  207. package/dist/chunks/{toast.CIVPmwmU.js → toast.PtFHVFT1.js} +4 -4
  208. package/dist/chunks/{toast.CIVPmwmU.js.map → toast.PtFHVFT1.js.map} +1 -1
  209. package/dist/chunks/{toggle-button.CBRd1v6x.js → toggle-button.YSRdRLSS.js} +2 -2
  210. package/dist/chunks/{toggle-button.CBRd1v6x.js.map → toggle-button.YSRdRLSS.js.map} +1 -1
  211. package/dist/chunks/{toggle.8t4flh_3.js → toggle.Bsu11Lof.js} +2 -2
  212. package/dist/chunks/{toggle.8t4flh_3.js.map → toggle.Bsu11Lof.js.map} +1 -1
  213. package/dist/chunks/{tooltip.DvsfWV0-.js → tooltip.CSa9ntbr.js} +49 -50
  214. package/dist/chunks/tooltip.CSa9ntbr.js.map +1 -0
  215. package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.DdLmYCOe.js → tutorial.vue_vue_type_script_setup_true_lang.Cx4a7RcE.js} +9 -8
  216. package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.DdLmYCOe.js.map → tutorial.vue_vue_type_script_setup_true_lang.Cx4a7RcE.js.map} +1 -1
  217. package/dist/chunks/{typography.z9P0Ec3Q.js → typography.CE5PgxFf.js} +4 -4
  218. package/dist/chunks/{typography.z9P0Ec3Q.js.map → typography.CE5PgxFf.js.map} +1 -1
  219. package/dist/chunks/{use-bento-toast-controller.BDYlxAYq.js → use-bento-toast-controller.6iG-fzM1.js} +2 -2
  220. package/dist/chunks/{use-bento-toast-controller.BDYlxAYq.js.map → use-bento-toast-controller.6iG-fzM1.js.map} +1 -1
  221. package/dist/chunks/{use-cached-selected-values.CS3gHOyI.js → use-cached-selected-values.BVxiRn6R.js} +12 -11
  222. package/dist/chunks/{use-cached-selected-values.CS3gHOyI.js.map → use-cached-selected-values.BVxiRn6R.js.map} +1 -1
  223. package/dist/code-snippet.js +1 -1
  224. package/dist/country.js +1 -1
  225. package/dist/currency.js +1 -1
  226. package/dist/dashboard-template.js +1 -1
  227. package/dist/dashed-underline.js +1 -1
  228. package/dist/data-grid-template.js +1 -1
  229. package/dist/data-grid.js +1 -1
  230. package/dist/date-picker.js +2 -2
  231. package/dist/date-range-picker.js +2 -2
  232. package/dist/date.js +1 -1
  233. package/dist/dropdown.js +4 -4
  234. package/dist/empty-state.js +1 -1
  235. package/dist/filter-bar.js +1 -1
  236. package/dist/form-layout.js +1 -1
  237. package/dist/header.js +1 -1
  238. package/dist/index.js +98 -97
  239. package/dist/index.js.map +1 -1
  240. package/dist/info-icon.js +1 -1
  241. package/dist/input-field.js +1 -1
  242. package/dist/inspector.js +1 -1
  243. package/dist/internal.js +21 -19
  244. package/dist/internal.js.map +1 -1
  245. package/dist/link.js +1 -1
  246. package/dist/menu.js +1 -1
  247. package/dist/modal-fullscreen.js +1 -1
  248. package/dist/modal.js +2 -2
  249. package/dist/pagination.js +1 -1
  250. package/dist/payment-method.js +1 -1
  251. package/dist/popover.js +1 -1
  252. package/dist/popper-container.js +5 -4
  253. package/dist/popper-container.js.map +1 -1
  254. package/dist/radio-group.js +1 -1
  255. package/dist/search-bar.js +2 -2
  256. package/dist/secondary-nav.js +1 -1
  257. package/dist/segmented-control.js +1 -1
  258. package/dist/selection-card.js +1 -1
  259. package/dist/sidepanel.js +1 -1
  260. package/dist/status.js +1 -1
  261. package/dist/stepper.js +1 -1
  262. package/dist/structured-list.js +1 -1
  263. package/dist/styles/bento.css +14 -2
  264. package/dist/styles/legacy.css +13 -1
  265. package/dist/styles/styleguide.css +14 -2
  266. package/dist/summary-grid.js +1 -1
  267. package/dist/tabs.js +1 -1
  268. package/dist/tag.js +1 -1
  269. package/dist/textarea.js +1 -1
  270. package/dist/timeline.js +1 -1
  271. package/dist/toast.js +1 -1
  272. package/dist/toggle.js +1 -1
  273. package/dist/tutorial.js +1 -1
  274. package/dist/typography.js +1 -1
  275. package/dist/web-types.json +1 -1
  276. package/package.json +2 -2
  277. package/dist/chunks/checkbox-input.JdcvpfTa.js.map +0 -1
  278. package/dist/chunks/data-grid.Bv5TA_zR.js.map +0 -1
  279. package/dist/chunks/events.CMzGybJJ.js +0 -47
  280. package/dist/chunks/events.CMzGybJJ.js.map +0 -1
  281. package/dist/chunks/info-icon.DIu8FeJC.js.map +0 -1
  282. package/dist/chunks/popper-container.DFpaesDm.js.map +0 -1
  283. package/dist/chunks/tabs.xY_6yqmE.js +0 -185
  284. package/dist/chunks/tabs.xY_6yqmE.js.map +0 -1
  285. package/dist/chunks/tag.RYw4OhWk.js +0 -75
  286. package/dist/chunks/tag.RYw4OhWk.js.map +0 -1
  287. package/dist/chunks/tooltip.DvsfWV0-.js.map +0 -1
  288. /package/dist/@types/packages/{vue2 → core}/src/components/internal/checkbox-input/checkbox-input.types.d.ts +0 -0
@@ -1,3 +1,17 @@
1
+ export interface BentoTagProps {
2
+ /**
3
+ * The label text content of the Tag.
4
+ */
5
+ label?: string;
6
+ /**
7
+ * The number of characters to limit the number of displayed characters for the tag text, truncating it with an ellipsis of three dots "...".
8
+ */
9
+ truncate?: number;
10
+ /**
11
+ * The variant variant of tag
12
+ */
13
+ variant?: BentoTagVariant | `${BentoTagVariant}`;
14
+ }
1
15
  /**
2
16
  * @deprecated for usage with properties since version 2.0. Use the string literal instead.
3
17
  */
@@ -0,0 +1,11 @@
1
+ import { PopperContainerPositionBasic } from "../popper-container/popper-container.types";
2
+ export declare const BentoTooltipPosition: {
3
+ TOP: PopperContainerPositionBasic.TOP;
4
+ RIGHT: PopperContainerPositionBasic.RIGHT;
5
+ BOTTOM: PopperContainerPositionBasic.BOTTOM;
6
+ LEFT: PopperContainerPositionBasic.LEFT;
7
+ };
8
+ export type BentoTooltipPosition = PopperContainerPositionBasic;
9
+ export declare enum BentoTooltipState {
10
+ HIDDEN = "hidden"
11
+ }
@@ -234,10 +234,10 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
234
234
  disabled: boolean;
235
235
  tag: Partial<{
236
236
  label: string;
237
- variant: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../tag").BentoTagVariant;
237
+ variant: import("../tag").BentoTagVariant | `${import("../tag").BentoTagVariant}`;
238
238
  truncate: number;
239
239
  }> & Omit<{
240
- readonly variant: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../tag").BentoTagVariant;
240
+ readonly variant: import("../tag").BentoTagVariant | `${import("../tag").BentoTagVariant}`;
241
241
  readonly label?: string;
242
242
  readonly truncate?: number;
243
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">;
@@ -251,205 +251,41 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
251
251
  }, {}, {
252
252
  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<{
253
253
  label: {
254
- type: StringConstructor;
254
+ type: PropType<string>;
255
+ } & {
255
256
  default: any;
256
257
  };
257
258
  variant: {
258
- type: PropType<import("../tag").BentoTagVariant | `${import("../tag").BentoTagVariant}`>;
259
+ type: PropType<"blue" | "green" | "grey" | "orange" | "red" | "white" | import("../tag").BentoTagVariant>;
260
+ } & {
259
261
  default: import("../tag").BentoTagVariant;
260
- validator: (value: import("../tag").BentoTagVariant) => boolean;
261
262
  };
262
263
  truncate: {
263
- type: NumberConstructor;
264
+ type: PropType<number>;
265
+ } & {
264
266
  default: any;
265
267
  };
266
- }>, {
267
- computedAriaLabel: import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<string>;
268
- textFromSlot: import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<string>;
269
- formattedText: import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<string>;
270
- tagConditionalClasses: import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<{
271
- [x: string]: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../tag").BentoTagVariant;
272
- }>;
273
- shouldShowTooltip: import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<boolean>;
274
- }, {}, {}, {}, 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, 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<{
268
+ }>, {}, {}, {}, {}, 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, 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<{
275
269
  label: {
276
- type: StringConstructor;
270
+ type: PropType<string>;
271
+ } & {
277
272
  default: any;
278
273
  };
279
274
  variant: {
280
- type: PropType<import("../tag").BentoTagVariant | `${import("../tag").BentoTagVariant}`>;
275
+ type: PropType<"blue" | "green" | "grey" | "orange" | "red" | "white" | import("../tag").BentoTagVariant>;
276
+ } & {
281
277
  default: import("../tag").BentoTagVariant;
282
- validator: (value: import("../tag").BentoTagVariant) => boolean;
283
278
  };
284
279
  truncate: {
285
- type: NumberConstructor;
280
+ type: PropType<number>;
281
+ } & {
286
282
  default: any;
287
283
  };
288
284
  }>> & Readonly<{}>, {
289
285
  label: string;
290
- variant: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../tag").BentoTagVariant;
286
+ variant: import("../tag").BentoTagVariant | `${import("../tag").BentoTagVariant}`;
291
287
  truncate: number;
292
- }, {}, {
293
- BentoTypography: {
294
- new (...args: any[]): import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ExtractPropTypes<{
295
- wide: {
296
- type: PropType<boolean>;
297
- } & {
298
- default: boolean;
299
- };
300
- stronger: {
301
- type: PropType<boolean>;
302
- } & {
303
- default: boolean;
304
- };
305
- strongest: {
306
- type: PropType<boolean>;
307
- } & {
308
- default: boolean;
309
- };
310
- el: {
311
- type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../typography").BentoTypographyElement>;
312
- } & {
313
- default: import("../typography").BentoTypographyElement;
314
- };
315
- large: {
316
- type: PropType<boolean>;
317
- } & {
318
- default: boolean;
319
- };
320
- medium: {
321
- type: PropType<boolean>;
322
- } & {
323
- default: boolean;
324
- };
325
- variant: {
326
- type: PropType<"body" | "caption" | "title" | "subtitle" | import("../typography").BentoTypographyVariant>;
327
- } & {
328
- default: import("../typography").BentoTypographyVariant;
329
- };
330
- }>> & 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, {
331
- wide: boolean;
332
- stronger: boolean;
333
- strongest: boolean;
334
- el: import("../typography").BentoTypographyElement | `${import("../typography").BentoTypographyElement}`;
335
- large: boolean;
336
- medium: boolean;
337
- variant: import("../typography").BentoTypographyVariant | `${import("../typography").BentoTypographyVariant}`;
338
- }, 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, {
339
- P: {};
340
- B: {};
341
- D: {};
342
- C: {};
343
- M: {};
344
- Defaults: {};
345
- }, Readonly<import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ExtractPropTypes<{
346
- wide: {
347
- type: PropType<boolean>;
348
- } & {
349
- default: boolean;
350
- };
351
- stronger: {
352
- type: PropType<boolean>;
353
- } & {
354
- default: boolean;
355
- };
356
- strongest: {
357
- type: PropType<boolean>;
358
- } & {
359
- default: boolean;
360
- };
361
- el: {
362
- type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../typography").BentoTypographyElement>;
363
- } & {
364
- default: import("../typography").BentoTypographyElement;
365
- };
366
- large: {
367
- type: PropType<boolean>;
368
- } & {
369
- default: boolean;
370
- };
371
- medium: {
372
- type: PropType<boolean>;
373
- } & {
374
- default: boolean;
375
- };
376
- variant: {
377
- type: PropType<"body" | "caption" | "title" | "subtitle" | import("../typography").BentoTypographyVariant>;
378
- } & {
379
- default: import("../typography").BentoTypographyVariant;
380
- };
381
- }>> & Readonly<{}>, {}, {}, {}, {}, {
382
- wide: boolean;
383
- stronger: boolean;
384
- strongest: boolean;
385
- el: import("../typography").BentoTypographyElement | `${import("../typography").BentoTypographyElement}`;
386
- large: boolean;
387
- medium: boolean;
388
- variant: import("../typography").BentoTypographyVariant | `${import("../typography").BentoTypographyVariant}`;
389
- }>;
390
- __isFragment?: never;
391
- __isTeleport?: never;
392
- __isSuspense?: never;
393
- } & import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsBase<Readonly<import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ExtractPropTypes<{
394
- wide: {
395
- type: PropType<boolean>;
396
- } & {
397
- default: boolean;
398
- };
399
- stronger: {
400
- type: PropType<boolean>;
401
- } & {
402
- default: boolean;
403
- };
404
- strongest: {
405
- type: PropType<boolean>;
406
- } & {
407
- default: boolean;
408
- };
409
- el: {
410
- type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../typography").BentoTypographyElement>;
411
- } & {
412
- default: import("../typography").BentoTypographyElement;
413
- };
414
- large: {
415
- type: PropType<boolean>;
416
- } & {
417
- default: boolean;
418
- };
419
- medium: {
420
- type: PropType<boolean>;
421
- } & {
422
- default: boolean;
423
- };
424
- variant: {
425
- type: PropType<"body" | "caption" | "title" | "subtitle" | import("../typography").BentoTypographyVariant>;
426
- } & {
427
- default: import("../typography").BentoTypographyVariant;
428
- };
429
- }>> & 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, {
430
- wide: boolean;
431
- stronger: boolean;
432
- strongest: boolean;
433
- el: import("../typography").BentoTypographyElement | `${import("../typography").BentoTypographyElement}`;
434
- large: boolean;
435
- medium: boolean;
436
- variant: import("../typography").BentoTypographyVariant | `${import("../typography").BentoTypographyVariant}`;
437
- }, {}, 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 () => {
438
- $slots: {
439
- default: (_: {}) => any;
440
- };
441
- });
442
- }, {
443
- BentoTooltipDirective: {
444
- bind(el: any, binding: any): void;
445
- update(el: any, binding: any): void;
446
- unbind(el: any): void;
447
- beforeMount(el: any, binding: any): void;
448
- mounted(el: any, binding: any): void;
449
- updated(el: any, binding: any): void;
450
- unmounted(el: any): void;
451
- };
452
- }, string, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentProvideOptions, true, {}, any>;
288
+ }, {}, {}, {}, string, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentProvideOptions, true, {}, any>;
453
289
  BentoTypography: {
454
290
  new (...args: any[]): import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ExtractPropTypes<{
455
291
  wide: {
@@ -625,7 +461,7 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
625
461
  default: boolean;
626
462
  };
627
463
  modelValue: {
628
- type: PropType<BentoCheckboxType | import("../internal/checkbox-input/checkbox-input.types").CheckboxInputGroupItems>;
464
+ type: PropType<BentoCheckboxType | import("../../../../core/src/components/internal/checkbox-input/checkbox-input.types").CheckboxInputGroupItems>;
629
465
  default: boolean;
630
466
  };
631
467
  readonly: {
@@ -664,7 +500,7 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
664
500
  default: boolean;
665
501
  };
666
502
  modelValue: {
667
- type: PropType<BentoCheckboxType | import("../internal/checkbox-input/checkbox-input.types").CheckboxInputGroupItems>;
503
+ type: PropType<BentoCheckboxType | import("../../../../core/src/components/internal/checkbox-input/checkbox-input.types").CheckboxInputGroupItems>;
668
504
  default: boolean;
669
505
  };
670
506
  readonly: {
@@ -686,7 +522,7 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
686
522
  ariaDescribedby: string;
687
523
  hasError: boolean;
688
524
  indeterminate: boolean;
689
- modelValue: BentoCheckboxType | import("../internal/checkbox-input/checkbox-input.types").CheckboxInputGroupItems;
525
+ modelValue: BentoCheckboxType | import("../../../../core/src/components/internal/checkbox-input/checkbox-input.types").CheckboxInputGroupItems;
690
526
  }, {}, {}, {}, string, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentProvideOptions, true, {}, any>;
691
527
  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<{
692
528
  errorMessage: {
@@ -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("../../checkbox.types").BentoCheckboxType | BentoCheckboxGroupItems>;
310
+ type: PropType<import("../../../../../../core/src/components/internal/checkbox-input/checkbox-input.types").CheckboxInputType | BentoCheckboxGroupItems>;
311
311
  default: boolean;
312
312
  };
313
313
  optional: {
@@ -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("../../checkbox.types").BentoCheckboxType | BentoCheckboxGroupItems) => void;
354
+ onChange: (newValue: import("../../../../../../core/src/components/internal/checkbox-input/checkbox-input.types").CheckboxInputType | 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("../../checkbox.types").BentoCheckboxType | BentoCheckboxGroupItems>;
378
+ type: PropType<import("../../../../../../core/src/components/internal/checkbox-input/checkbox-input.types").CheckboxInputType | BentoCheckboxGroupItems>;
379
379
  default: boolean;
380
380
  };
381
381
  optional: {
@@ -407,10 +407,10 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
407
407
  disabled: boolean;
408
408
  tag: Partial<{
409
409
  label: string;
410
- variant: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant;
410
+ variant: import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant | `${import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant}`;
411
411
  truncate: number;
412
412
  }> & Omit<{
413
- readonly variant: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant;
413
+ readonly variant: import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant | `${import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant}`;
414
414
  readonly label?: string;
415
415
  readonly truncate?: number;
416
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">;
@@ -420,209 +420,45 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
420
420
  readonly: boolean;
421
421
  hasError: boolean;
422
422
  indeterminate: boolean;
423
- modelValue: import("../../checkbox.types").BentoCheckboxType | BentoCheckboxGroupItems;
423
+ modelValue: import("../../../../../../core/src/components/internal/checkbox-input/checkbox-input.types").CheckboxInputType | BentoCheckboxGroupItems;
424
424
  }, {}, {
425
425
  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
426
  label: {
427
- type: StringConstructor;
427
+ type: PropType<string>;
428
+ } & {
428
429
  default: any;
429
430
  };
430
431
  variant: {
431
- type: PropType<import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant | `${import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant}`>;
432
+ type: PropType<"blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant>;
433
+ } & {
432
434
  default: import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant;
433
- validator: (value: import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant) => boolean;
434
435
  };
435
436
  truncate: {
436
- type: NumberConstructor;
437
+ type: PropType<number>;
438
+ } & {
437
439
  default: any;
438
440
  };
439
- }>, {
440
- computedAriaLabel: import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<string>;
441
- textFromSlot: import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<string>;
442
- formattedText: import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<string>;
443
- tagConditionalClasses: import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<{
444
- [x: string]: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant;
445
- }>;
446
- shouldShowTooltip: import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<boolean>;
447
- }, {}, {}, {}, 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, 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<{
441
+ }>, {}, {}, {}, {}, 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, 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<{
448
442
  label: {
449
- type: StringConstructor;
443
+ type: PropType<string>;
444
+ } & {
450
445
  default: any;
451
446
  };
452
447
  variant: {
453
- type: PropType<import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant | `${import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant}`>;
448
+ type: PropType<"blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant>;
449
+ } & {
454
450
  default: import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant;
455
- validator: (value: import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant) => boolean;
456
451
  };
457
452
  truncate: {
458
- type: NumberConstructor;
453
+ type: PropType<number>;
454
+ } & {
459
455
  default: any;
460
456
  };
461
457
  }>> & Readonly<{}>, {
462
458
  label: string;
463
- variant: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant;
459
+ variant: import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant | `${import("../../../../../../core/src/components/tag/tag.types").BentoTagVariant}`;
464
460
  truncate: number;
465
- }, {}, {
466
- BentoTypography: {
467
- new (...args: any[]): import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ExtractPropTypes<{
468
- wide: {
469
- type: PropType<boolean>;
470
- } & {
471
- default: boolean;
472
- };
473
- stronger: {
474
- type: PropType<boolean>;
475
- } & {
476
- default: boolean;
477
- };
478
- strongest: {
479
- type: PropType<boolean>;
480
- } & {
481
- default: boolean;
482
- };
483
- el: {
484
- type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement>;
485
- } & {
486
- default: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement;
487
- };
488
- large: {
489
- type: PropType<boolean>;
490
- } & {
491
- default: boolean;
492
- };
493
- medium: {
494
- type: PropType<boolean>;
495
- } & {
496
- default: boolean;
497
- };
498
- variant: {
499
- type: PropType<"body" | "caption" | "title" | "subtitle" | import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant>;
500
- } & {
501
- default: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant;
502
- };
503
- }>> & 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, {
504
- wide: boolean;
505
- stronger: boolean;
506
- strongest: boolean;
507
- el: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement | `${import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement}`;
508
- large: boolean;
509
- medium: boolean;
510
- variant: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant | `${import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant}`;
511
- }, 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, {
512
- P: {};
513
- B: {};
514
- D: {};
515
- C: {};
516
- M: {};
517
- Defaults: {};
518
- }, Readonly<import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ExtractPropTypes<{
519
- wide: {
520
- type: PropType<boolean>;
521
- } & {
522
- default: boolean;
523
- };
524
- stronger: {
525
- type: PropType<boolean>;
526
- } & {
527
- default: boolean;
528
- };
529
- strongest: {
530
- type: PropType<boolean>;
531
- } & {
532
- default: boolean;
533
- };
534
- el: {
535
- type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement>;
536
- } & {
537
- default: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement;
538
- };
539
- large: {
540
- type: PropType<boolean>;
541
- } & {
542
- default: boolean;
543
- };
544
- medium: {
545
- type: PropType<boolean>;
546
- } & {
547
- default: boolean;
548
- };
549
- variant: {
550
- type: PropType<"body" | "caption" | "title" | "subtitle" | import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant>;
551
- } & {
552
- default: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant;
553
- };
554
- }>> & Readonly<{}>, {}, {}, {}, {}, {
555
- wide: boolean;
556
- stronger: boolean;
557
- strongest: boolean;
558
- el: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement | `${import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement}`;
559
- large: boolean;
560
- medium: boolean;
561
- variant: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant | `${import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant}`;
562
- }>;
563
- __isFragment?: never;
564
- __isTeleport?: never;
565
- __isSuspense?: never;
566
- } & import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentOptionsBase<Readonly<import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ExtractPropTypes<{
567
- wide: {
568
- type: PropType<boolean>;
569
- } & {
570
- default: boolean;
571
- };
572
- stronger: {
573
- type: PropType<boolean>;
574
- } & {
575
- default: boolean;
576
- };
577
- strongest: {
578
- type: PropType<boolean>;
579
- } & {
580
- default: boolean;
581
- };
582
- el: {
583
- type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement>;
584
- } & {
585
- default: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement;
586
- };
587
- large: {
588
- type: PropType<boolean>;
589
- } & {
590
- default: boolean;
591
- };
592
- medium: {
593
- type: PropType<boolean>;
594
- } & {
595
- default: boolean;
596
- };
597
- variant: {
598
- type: PropType<"body" | "caption" | "title" | "subtitle" | import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant>;
599
- } & {
600
- default: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant;
601
- };
602
- }>> & 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, {
603
- wide: boolean;
604
- stronger: boolean;
605
- strongest: boolean;
606
- el: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement | `${import("../../../../../../core/src/components/typography/typography.types").BentoTypographyElement}`;
607
- large: boolean;
608
- medium: boolean;
609
- variant: import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant | `${import("../../../../../../core/src/components/typography/typography.types").BentoTypographyVariant}`;
610
- }, {}, 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 () => {
611
- $slots: {
612
- default: (_: {}) => any;
613
- };
614
- });
615
- }, {
616
- BentoTooltipDirective: {
617
- bind(el: any, binding: any): void;
618
- update(el: any, binding: any): void;
619
- unbind(el: any): void;
620
- beforeMount(el: any, binding: any): void;
621
- mounted(el: any, binding: any): void;
622
- updated(el: any, binding: any): void;
623
- unmounted(el: any): void;
624
- };
625
- }, string, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentProvideOptions, true, {}, any>;
461
+ }, {}, {}, {}, string, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentProvideOptions, true, {}, any>;
626
462
  BentoTypography: {
627
463
  new (...args: any[]): import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ExtractPropTypes<{
628
464
  wide: {
@@ -798,7 +634,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
798
634
  default: boolean;
799
635
  };
800
636
  modelValue: {
801
- type: PropType<import("../../checkbox.types").BentoCheckboxType | import("../../../internal/checkbox-input/checkbox-input.types").CheckboxInputGroupItems>;
637
+ type: PropType<import("../../../../../../core/src/components/internal/checkbox-input/checkbox-input.types").CheckboxInputType | import("../../../../../../core/src/components/internal/checkbox-input/checkbox-input.types").CheckboxInputGroupItems>;
802
638
  default: boolean;
803
639
  };
804
640
  readonly: {
@@ -837,7 +673,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
837
673
  default: boolean;
838
674
  };
839
675
  modelValue: {
840
- type: PropType<import("../../checkbox.types").BentoCheckboxType | import("../../../internal/checkbox-input/checkbox-input.types").CheckboxInputGroupItems>;
676
+ type: PropType<import("../../../../../../core/src/components/internal/checkbox-input/checkbox-input.types").CheckboxInputType | import("../../../../../../core/src/components/internal/checkbox-input/checkbox-input.types").CheckboxInputGroupItems>;
841
677
  default: boolean;
842
678
  };
843
679
  readonly: {
@@ -859,7 +695,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
859
695
  ariaDescribedby: string;
860
696
  hasError: boolean;
861
697
  indeterminate: boolean;
862
- modelValue: import("../../checkbox.types").BentoCheckboxType | import("../../../internal/checkbox-input/checkbox-input.types").CheckboxInputGroupItems;
698
+ modelValue: import("../../../../../../core/src/components/internal/checkbox-input/checkbox-input.types").CheckboxInputType | import("../../../../../../core/src/components/internal/checkbox-input/checkbox-input.types").CheckboxInputGroupItems;
863
699
  }, {}, {}, {}, string, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentProvideOptions, true, {}, any>;
864
700
  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<{
865
701
  errorMessage: {
@@ -10,6 +10,7 @@ export declare const DATAGRID_SELECT_WIDTH = 32;
10
10
  export declare const DATAGRID_SELECT_WIDTH_WITH_SELECT_ALL_PAGES_ENABLED = 56;
11
11
  export declare const DATAGRID_CELL_OFFSET_INITIAL = 1;
12
12
  export declare const DATAGRID_CELL_OFFSET_PADDING = 16;
13
+ export declare const DATAGRID_TEMPLATE_EXTRA_PADDING = 20;
13
14
  /**
14
15
  * Calculates the width of the columns using width, minWidth and/or a fluid number.
15
16
  *
@@ -10,4 +10,5 @@ export interface CalculateColumnWidthOptions {
10
10
  hasColumnPanel?: Ref<boolean>;
11
11
  hasSelectableColumn?: Ref<boolean>;
12
12
  hasSelectableAcrossPages?: Ref<boolean>;
13
+ isDataGridTemplate?: boolean;
13
14
  }
@@ -220,11 +220,11 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
220
220
  value: Date;
221
221
  label: string;
222
222
  disabled: boolean;
223
- description: string;
224
223
  isDateDisabled: any;
225
224
  firstDayOfWeek: any;
226
225
  min: any;
227
226
  max: any;
227
+ description: string;
228
228
  tooltipText: string;
229
229
  optional: boolean;
230
230
  errorMessage: string;