@adyen/bento-vue3 1.40.0 → 1.42.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 (301) hide show
  1. package/dist/@types/components.d.ts +10 -0
  2. package/dist/@types/packages/vue2/src/components/currency/currency.types.d.ts +18 -0
  3. package/dist/@types/packages/vue2/src/components/currency/currency.vue.d.ts +34 -211
  4. package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-columns/data-grid-columns.types.d.ts +0 -1
  5. package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +1 -1
  6. package/dist/@types/packages/vue2/src/components/data-grid/composables/index.d.ts +1 -1
  7. package/dist/@types/packages/vue2/src/components/data-grid/composables/use-calculate-column-width/use-calculate-column-width.d.ts +1 -0
  8. package/dist/@types/packages/vue2/src/components/data-grid/composables/use-scroller/use-scroller.d.ts +10 -1
  9. package/dist/@types/packages/vue2/src/components/data-grid/composables/{use-selector.d.ts → use-selector/use-selector.d.ts} +2 -2
  10. package/dist/@types/packages/vue2/src/components/data-grid/composables/use-sorter.d.ts +1 -2
  11. package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +16 -1
  12. package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +7 -0
  13. package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +7 -0
  14. package/dist/@types/packages/vue2/src/components/file-uploader/components/file-uploader-file-card/components/file-uploader-file-card-animation/file-uploader-file-card-animation.vue.d.ts +24 -0
  15. package/dist/@types/packages/vue2/src/components/file-uploader/components/file-uploader-file-card/components/index.d.ts +1 -0
  16. package/dist/@types/packages/vue2/src/components/file-uploader/components/file-uploader-file-card/composables/use-truncated-file-name.d.ts +10 -0
  17. package/dist/@types/packages/vue2/src/components/file-uploader/components/file-uploader-file-card/file-uploader-file-card.types.d.ts +11 -0
  18. package/dist/@types/packages/vue2/src/components/file-uploader/components/file-uploader-file-card/file-uploader-file-card.vue.d.ts +63 -0
  19. package/dist/@types/packages/vue2/src/components/file-uploader/components/file-uploader-file-card/index.d.ts +1 -0
  20. package/dist/@types/packages/vue2/src/components/file-uploader/components/file-uploader-file-card/utils/get-file-icon/get-file-icon.d.ts +8 -0
  21. package/dist/@types/packages/vue2/src/components/file-uploader/components/file-uploader-file-card/utils/get-file-icon-color/get-file-icon-color.d.ts +8 -0
  22. package/dist/@types/packages/vue2/src/components/file-uploader/components/file-uploader-file-card/utils/index.d.ts +2 -0
  23. package/dist/@types/packages/vue2/src/components/file-uploader/components/file-uploader-restrictions/file-uploader-restrictions.types.d.ts +39 -0
  24. package/dist/@types/packages/vue2/src/components/file-uploader/components/file-uploader-restrictions/file-uploader-restrictions.vue.d.ts +68 -0
  25. package/dist/@types/packages/vue2/src/components/file-uploader/components/file-uploader-restrictions/index.d.ts +1 -0
  26. package/dist/@types/packages/vue2/src/components/file-uploader/composables/index.d.ts +1 -0
  27. package/dist/@types/packages/vue2/src/components/file-uploader/composables/use-file-type-list/use-file-type-list.d.ts +11 -0
  28. package/dist/@types/packages/vue2/src/components/file-uploader/file-uploader.types.d.ts +99 -0
  29. package/dist/@types/packages/vue2/src/components/file-uploader/file-uploader.vue.d.ts +85 -0
  30. package/dist/@types/packages/vue2/src/components/file-uploader/index.d.ts +2 -0
  31. package/dist/@types/packages/vue2/src/components/file-uploader/utils/format-file-size/format-file-size.d.ts +9 -0
  32. package/dist/@types/packages/vue2/src/components/file-uploader/utils/get-file-type/get-file-type.d.ts +8 -0
  33. package/dist/@types/packages/vue2/src/components/file-uploader/utils/index.d.ts +3 -0
  34. package/dist/@types/packages/vue2/src/components/file-uploader/utils/read-file/read-file.d.ts +14 -0
  35. package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +277 -37
  36. package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/components/all-filters-modal-button/all-filters-modal-button.vue.d.ts +1 -1
  37. package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/base-filter.vue.d.ts +21 -6
  38. package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +1 -1
  39. package/dist/@types/packages/vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue.d.ts +30 -6
  40. package/dist/@types/packages/vue2/src/components/filter-bar/components/date-filter/date-filter.vue.d.ts +30 -6
  41. package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +44 -6
  42. package/dist/@types/packages/vue2/src/components/filter-bar/components/filter-bar-button/filter-bar-button.vue.d.ts +5 -7
  43. package/dist/@types/packages/vue2/src/components/filter-bar/components/input-filter/input-filter.vue.d.ts +37 -6
  44. package/dist/@types/packages/vue2/src/components/filter-bar/components/input-with-dropdown-filter/input-with-dropdown-filter.vue.d.ts +8 -0
  45. package/dist/@types/packages/vue2/src/components/filter-bar/components/range-filter/range-filter.vue.d.ts +37 -6
  46. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/components/select-filter-button/select-filter-button.vue.d.ts +15 -0
  47. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/components/select-filter-dropdown/select-filter-dropdown.vue.d.ts +15 -0
  48. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/select-filter.props.d.ts +7 -0
  49. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/select-filter.vue.d.ts +9 -0
  50. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-avatar-filter/select-avatar-filter.vue.d.ts +24 -0
  51. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +9 -0
  52. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +24 -0
  53. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +24 -0
  54. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +24 -0
  55. package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.types.d.ts +4 -0
  56. package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.vue.d.ts +274 -30
  57. package/dist/@types/packages/vue2/src/components/image/image.vue.d.ts +43 -72
  58. package/dist/@types/packages/vue2/src/components/image/index.d.ts +1 -1
  59. package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +3 -0
  60. package/dist/@types/packages/vue2/src/components/input-field-password/index.d.ts +3 -0
  61. package/dist/@types/packages/vue2/src/components/input-field-password/input-field-password.types.d.ts +77 -0
  62. package/dist/@types/packages/vue2/src/components/input-field-password/input-field-password.vue.d.ts +90 -0
  63. package/dist/@types/packages/vue2/src/components/input-field-password/utilities/input-field-password.validation.d.ts +37 -0
  64. package/dist/@types/packages/vue2/src/components/internal/tooltip/tooltip.vue.d.ts +43 -8
  65. package/dist/@types/packages/vue2/src/components/layout/components/layout-row/layout-row.vue.d.ts +54 -0
  66. package/dist/@types/packages/vue2/src/components/layout/index.d.ts +3 -0
  67. package/dist/@types/packages/vue2/src/components/layout/layout.keys.d.ts +1 -0
  68. package/dist/@types/packages/vue2/src/components/layout/layout.types.d.ts +19 -0
  69. package/dist/@types/packages/vue2/src/components/layout/layout.vue.d.ts +53 -0
  70. package/dist/@types/packages/vue2/src/components/promo-banner/__mock-image.d.ts +1 -0
  71. package/dist/@types/packages/vue2/src/components/promo-banner/index.d.ts +2 -0
  72. package/dist/@types/packages/vue2/src/components/promo-banner/promo-banner.types.d.ts +83 -0
  73. package/dist/@types/packages/vue2/src/components/promo-banner/promo-banner.vue.d.ts +65 -0
  74. package/dist/@types/packages/vue2/src/components/selection-card/components/selection-card-group/selection-card-group.types.d.ts +2 -0
  75. package/dist/@types/packages/vue2/src/components/selection-card/components/selection-card-group/selection-card-group.vue.d.ts +19 -4
  76. package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +1 -3
  77. package/dist/@types/packages/vue2/src/components/structured-list/structured-list.vue.d.ts +1 -3
  78. package/dist/@types/packages/vue2/src/components/tutorial/components/tutorial-popover/tutorial-popover.vue.d.ts +4 -4
  79. package/dist/@types/packages/vue2/src/index.d.ts +4 -0
  80. package/dist/action-bar.js +1 -1
  81. package/dist/alert.js +1 -1
  82. package/dist/assets/accordion-item.css +1 -1
  83. package/dist/assets/action-bar.css +1 -1
  84. package/dist/assets/base-modal.css +1 -1
  85. package/dist/assets/card.css +1 -1
  86. package/dist/assets/currency.css +1 -1
  87. package/dist/assets/data-grid.css +1 -1
  88. package/dist/assets/dialog-page.css +1 -1
  89. package/dist/assets/file-uploader.css +1 -0
  90. package/dist/assets/filter-bar.css +1 -1
  91. package/dist/assets/input-field-password.css +1 -0
  92. package/dist/assets/input-field.css +1 -1
  93. package/dist/assets/inspector.css +1 -1
  94. package/dist/assets/layout-row.css +1 -0
  95. package/dist/assets/menu.css +1 -1
  96. package/dist/assets/modal-fullscreen.css +1 -1
  97. package/dist/assets/popover.css +1 -1
  98. package/dist/assets/promo-banner.css +1 -0
  99. package/dist/assets/selection-card-group.css +1 -1
  100. package/dist/assets/sidepanel.css +1 -1
  101. package/dist/assets/step.css +1 -1
  102. package/dist/assets/structured-list-item.css +1 -1
  103. package/dist/assets/tooltip.css +1 -1
  104. package/dist/button.js +2 -2
  105. package/dist/card.js +1 -1
  106. package/dist/checkbox.js +2 -2
  107. package/dist/chunks/{action-bar.CNH2XWmk.js → action-bar.C1Vu3qJu.js} +5 -5
  108. package/dist/chunks/{action-bar.CNH2XWmk.js.map → action-bar.C1Vu3qJu.js.map} +1 -1
  109. package/dist/chunks/{alert.CHddA_lK.js → alert.B9V6kUmo.js} +9 -9
  110. package/dist/chunks/{alert.CHddA_lK.js.map → alert.B9V6kUmo.js.map} +1 -1
  111. package/dist/chunks/{base-modal.6IqnDuvf.js → base-modal.ku0lyHOs.js} +2 -2
  112. package/dist/chunks/{base-modal.6IqnDuvf.js.map → base-modal.ku0lyHOs.js.map} +1 -1
  113. package/dist/chunks/{button-actions-with-menu.ByYlrFqZ.js → button-actions-with-menu.Bn7Kdx4v.js} +4 -4
  114. package/dist/chunks/{button-actions-with-menu.ByYlrFqZ.js.map → button-actions-with-menu.Bn7Kdx4v.js.map} +1 -1
  115. package/dist/chunks/{button-actions.ndsyVgzV.js → button-actions.Bjfo46Q_.js} +2 -2
  116. package/dist/chunks/{button-actions.ndsyVgzV.js.map → button-actions.Bjfo46Q_.js.map} +1 -1
  117. package/dist/chunks/{card.B6tMI3KP.js → card.D_XL2TWr.js} +2 -2
  118. package/dist/chunks/{card.B6tMI3KP.js.map → card.D_XL2TWr.js.map} +1 -1
  119. package/dist/chunks/{checkbox-group.Bu6WRt6i.js → checkbox-group.C5IweVVx.js} +4 -4
  120. package/dist/chunks/{checkbox-group.Bu6WRt6i.js.map → checkbox-group.C5IweVVx.js.map} +1 -1
  121. package/dist/chunks/{checkbox.DfUxRkJe.js → checkbox.B72ok3Yu.js} +16 -16
  122. package/dist/chunks/{checkbox.DfUxRkJe.js.map → checkbox.B72ok3Yu.js.map} +1 -1
  123. package/dist/chunks/{checkmark-circle-fill.ChV7Jy6r.js → checkmark-circle-fill.ClIf1E3H.js} +7 -7
  124. package/dist/chunks/{checkmark-circle-fill.ChV7Jy6r.js.map → checkmark-circle-fill.ClIf1E3H.js.map} +1 -1
  125. package/dist/chunks/{code-snippet.DqTEK8cz.js → code-snippet.CiOcZKKH.js} +6 -6
  126. package/dist/chunks/{code-snippet.DqTEK8cz.js.map → code-snippet.CiOcZKKH.js.map} +1 -1
  127. package/dist/chunks/{controls-group.RL8WrYdy.js → controls-group.Dg_YRS1e.js} +2 -2
  128. package/dist/chunks/{controls-group.RL8WrYdy.js.map → controls-group.Dg_YRS1e.js.map} +1 -1
  129. package/dist/chunks/{copy.dbbJppdL.js → copy.CnzLQyvJ.js} +2 -2
  130. package/dist/chunks/{copy.dbbJppdL.js.map → copy.CnzLQyvJ.js.map} +1 -1
  131. package/dist/chunks/{currency.BGrGBnhm.js → currency.Dz2x17_Q.js} +57 -70
  132. package/dist/chunks/currency.Dz2x17_Q.js.map +1 -0
  133. package/dist/chunks/{dashboard-section.rv0r2_-a.js → dashboard-section.BCc8HoQG.js} +3 -3
  134. package/dist/chunks/{dashboard-section.rv0r2_-a.js.map → dashboard-section.BCc8HoQG.js.map} +1 -1
  135. package/dist/chunks/{dashed-underline.D6ke20Vd.js → dashed-underline.BKfUevuM.js} +3 -3
  136. package/dist/chunks/{dashed-underline.D6ke20Vd.js.map → dashed-underline.BKfUevuM.js.map} +1 -1
  137. package/dist/chunks/{data-grid-template.CRxJLJsn.js → data-grid-template.DI27ou71.js} +2 -2
  138. package/dist/chunks/{data-grid-template.CRxJLJsn.js.map → data-grid-template.DI27ou71.js.map} +1 -1
  139. package/dist/chunks/data-grid.eX0SZIFQ.js +3174 -0
  140. package/dist/chunks/data-grid.eX0SZIFQ.js.map +1 -0
  141. package/dist/chunks/{date-picker.mfXjVZ9w.js → date-picker.DDsfecHp.js} +16 -16
  142. package/dist/chunks/{date-picker.mfXjVZ9w.js.map → date-picker.DDsfecHp.js.map} +1 -1
  143. package/dist/chunks/{date-range-picker.Cs8Ia3Qs.js → date-range-picker.C9Ht_Egi.js} +26 -26
  144. package/dist/chunks/{date-range-picker.Cs8Ia3Qs.js.map → date-range-picker.C9Ht_Egi.js.map} +1 -1
  145. package/dist/chunks/dot.pQfhaKda.js +29 -0
  146. package/dist/chunks/dot.pQfhaKda.js.map +1 -0
  147. package/dist/chunks/{dropdown-tag.DeoUXbp4.js → dropdown-tag.Bc4qxPRN.js} +3 -3
  148. package/dist/chunks/{dropdown-tag.DeoUXbp4.js.map → dropdown-tag.Bc4qxPRN.js.map} +1 -1
  149. package/dist/chunks/{dropdown.DBxpqjEM.js → dropdown.BqkUB1So.js} +28 -28
  150. package/dist/chunks/{dropdown.DBxpqjEM.js.map → dropdown.BqkUB1So.js.map} +1 -1
  151. package/dist/chunks/{error-message.CmMyB-k9.js → error-message.BYXS0kUN.js} +2 -2
  152. package/dist/chunks/{error-message.CmMyB-k9.js.map → error-message.BYXS0kUN.js.map} +1 -1
  153. package/dist/chunks/es6.b4enG1py.js +10 -0
  154. package/dist/chunks/es6.b4enG1py.js.map +1 -0
  155. package/dist/chunks/file-uploader.cRbwpcAw.js +1074 -0
  156. package/dist/chunks/file-uploader.cRbwpcAw.js.map +1 -0
  157. package/dist/chunks/filter-bar.DVLYNNwQ.js +2867 -0
  158. package/dist/chunks/filter-bar.DVLYNNwQ.js.map +1 -0
  159. package/dist/chunks/{footer-actions.DAlN9pd3.js → footer-actions.DvIVWqWv.js} +2 -2
  160. package/dist/chunks/{footer-actions.DAlN9pd3.js.map → footer-actions.DvIVWqWv.js.map} +1 -1
  161. package/dist/chunks/{form-layout-title.w0J-ymMW.js → form-layout-title.BqNDCnLk.js} +2 -2
  162. package/dist/chunks/{form-layout-title.w0J-ymMW.js.map → form-layout-title.BqNDCnLk.js.map} +1 -1
  163. package/dist/chunks/{header.DQmnYarZ.js → header.C0NBlBJv.js} +4 -4
  164. package/dist/chunks/{header.DQmnYarZ.js.map → header.C0NBlBJv.js.map} +1 -1
  165. package/dist/chunks/image.vue_vue_type_script_setup_true_lang.BMoSMeM-.js +47 -0
  166. package/dist/chunks/image.vue_vue_type_script_setup_true_lang.BMoSMeM-.js.map +1 -0
  167. package/dist/chunks/index.CWuzEfiV.js +6 -0
  168. package/dist/chunks/index.CWuzEfiV.js.map +1 -0
  169. package/dist/chunks/index.Cwtxz7pr.js +344 -0
  170. package/dist/chunks/{index.DKQuLmwu.js.map → index.Cwtxz7pr.js.map} +1 -1
  171. package/dist/chunks/{info-icon.CNPSAUM6.js → info-icon.CUC0fwLb.js} +2 -2
  172. package/dist/chunks/{info-icon.CNPSAUM6.js.map → info-icon.CUC0fwLb.js.map} +1 -1
  173. package/dist/chunks/input-field-password.BA0EpVMY.js +306 -0
  174. package/dist/chunks/input-field-password.BA0EpVMY.js.map +1 -0
  175. package/dist/chunks/{input-field.DbeVnbwg.js → input-field.CWMgbw48.js} +84 -83
  176. package/dist/chunks/input-field.CWMgbw48.js.map +1 -0
  177. package/dist/chunks/layout-row.iTtAEvD2.js +101 -0
  178. package/dist/chunks/layout-row.iTtAEvD2.js.map +1 -0
  179. package/dist/chunks/{listbox-option-tag.58u_cWFs.js → listbox-option-tag.DU_NVK_z.js} +2 -2
  180. package/dist/chunks/{listbox-option-tag.58u_cWFs.js.map → listbox-option-tag.DU_NVK_z.js.map} +1 -1
  181. package/dist/chunks/{loading-button.CHujR70I.js → loading-button.CNWhVIPK.js} +10 -10
  182. package/dist/chunks/{loading-button.CHujR70I.js.map → loading-button.CNWhVIPK.js.map} +1 -1
  183. package/dist/chunks/{menu.DXVN_WLr.js → menu.BpqOdkxR.js} +3 -3
  184. package/dist/chunks/{menu.DXVN_WLr.js.map → menu.BpqOdkxR.js.map} +1 -1
  185. package/dist/chunks/{modal-fullscreen.D96Avr2Q.js → modal-fullscreen.DtgTb1Xh.js} +2 -2
  186. package/dist/chunks/{modal-fullscreen.D96Avr2Q.js.map → modal-fullscreen.DtgTb1Xh.js.map} +1 -1
  187. package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.ylWdiVwQ.js → modal.vue_vue_type_script_setup_true_lang.CjD91zJo.js} +4 -4
  188. package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.ylWdiVwQ.js.map → modal.vue_vue_type_script_setup_true_lang.CjD91zJo.js.map} +1 -1
  189. package/dist/chunks/{pagination.B-OihXTg.js → pagination.DrWx8K01.js} +2 -2
  190. package/dist/chunks/{pagination.B-OihXTg.js.map → pagination.DrWx8K01.js.map} +1 -1
  191. package/dist/chunks/{popover.HArIkKve.js → popover.D9Zw4w9l.js} +2 -2
  192. package/dist/chunks/{popover.HArIkKve.js.map → popover.D9Zw4w9l.js.map} +1 -1
  193. package/dist/chunks/promo-banner.oUapgyV-.js +126 -0
  194. package/dist/chunks/promo-banner.oUapgyV-.js.map +1 -0
  195. package/dist/chunks/{radio-group.D94e5N12.js → radio-group.DIyCKfOQ.js} +4 -4
  196. package/dist/chunks/{radio-group.D94e5N12.js.map → radio-group.DIyCKfOQ.js.map} +1 -1
  197. package/dist/chunks/{search-bar.DN-QKFlJ.js → search-bar.DDePObYJ.js} +3 -3
  198. package/dist/chunks/{search-bar.DN-QKFlJ.js.map → search-bar.DDePObYJ.js.map} +1 -1
  199. package/dist/chunks/{secondary-nav.C-7Qq6rE.js → secondary-nav.ysDOs9J9.js} +4 -4
  200. package/dist/chunks/{secondary-nav.C-7Qq6rE.js.map → secondary-nav.ysDOs9J9.js.map} +1 -1
  201. package/dist/chunks/{segmented-control.CueLfseV.js → segmented-control.B5H5Wiyz.js} +2 -2
  202. package/dist/chunks/{segmented-control.CueLfseV.js.map → segmented-control.B5H5Wiyz.js.map} +1 -1
  203. package/dist/chunks/selection-card-group.pUl1EuFV.js +474 -0
  204. package/dist/chunks/selection-card-group.pUl1EuFV.js.map +1 -0
  205. package/dist/chunks/show.ChPQTrAT.js +64 -0
  206. package/dist/chunks/show.ChPQTrAT.js.map +1 -0
  207. package/dist/chunks/{sidepanel.CGbl5x5B.js → sidepanel.BywianGe.js} +2 -2
  208. package/dist/chunks/{sidepanel.CGbl5x5B.js.map → sidepanel.BywianGe.js.map} +1 -1
  209. package/dist/chunks/step.Db0UJ8mx.js +264 -0
  210. package/dist/chunks/step.Db0UJ8mx.js.map +1 -0
  211. package/dist/chunks/{structured-list-item.BhNJlDub.js → structured-list-item.C_6ju-IY.js} +6 -6
  212. package/dist/chunks/structured-list-item.C_6ju-IY.js.map +1 -0
  213. package/dist/chunks/{summary-grid-item-custom.DF9waESp.js → summary-grid-item-custom.FxBnzHzb.js} +4 -4
  214. package/dist/chunks/{summary-grid-item-custom.DF9waESp.js.map → summary-grid-item-custom.FxBnzHzb.js.map} +1 -1
  215. package/dist/chunks/{tag.wfnhGWVG.js → tag.xvqrfTwk.js} +2 -2
  216. package/dist/chunks/{tag.wfnhGWVG.js.map → tag.xvqrfTwk.js.map} +1 -1
  217. package/dist/chunks/{teleport.L8qFCYpr.js → teleport.CI0k6eaC.js} +9 -9
  218. package/dist/chunks/teleport.CI0k6eaC.js.map +1 -0
  219. package/dist/chunks/{textarea.DlPNxnUQ.js → textarea.vAp6HFi9.js} +2 -2
  220. package/dist/chunks/{textarea.DlPNxnUQ.js.map → textarea.vAp6HFi9.js.map} +1 -1
  221. package/dist/chunks/{timeline-item.CEolKFn0.js → timeline-item.ND_EMuwP.js} +5 -5
  222. package/dist/chunks/{timeline-item.CEolKFn0.js.map → timeline-item.ND_EMuwP.js.map} +1 -1
  223. package/dist/chunks/tooltip.BvJoy09y.js +203 -0
  224. package/dist/chunks/tooltip.BvJoy09y.js.map +1 -0
  225. package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.Bz6QyDuV.js → tutorial.vue_vue_type_script_setup_true_lang.LBw_ALfS.js} +12 -12
  226. package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.Bz6QyDuV.js.map → tutorial.vue_vue_type_script_setup_true_lang.LBw_ALfS.js.map} +1 -1
  227. package/dist/chunks/{use-cached-selected-values.C7Lt5U_S.js → use-cached-selected-values.DWVHnlNN.js} +3 -3
  228. package/dist/chunks/{use-cached-selected-values.C7Lt5U_S.js.map → use-cached-selected-values.DWVHnlNN.js.map} +1 -1
  229. package/dist/chunks/{warning-filled.Dm_HhqzW.js → warning-filled.OUOUbA6k.js} +2 -2
  230. package/dist/chunks/{warning-filled.Dm_HhqzW.js.map → warning-filled.OUOUbA6k.js.map} +1 -1
  231. package/dist/code-snippet.js +1 -1
  232. package/dist/currency.js +1 -1
  233. package/dist/dashboard-template.js +1 -1
  234. package/dist/dashed-underline.js +1 -1
  235. package/dist/data-grid-template.js +1 -1
  236. package/dist/data-grid.js +1 -1
  237. package/dist/date-picker.js +1 -1
  238. package/dist/date-range-picker.js +1 -1
  239. package/dist/dropdown.js +3 -3
  240. package/dist/file-uploader.js +5 -0
  241. package/dist/file-uploader.js.map +1 -0
  242. package/dist/filter-bar.js +1 -1
  243. package/dist/form-layout.js +1 -1
  244. package/dist/header.js +1 -1
  245. package/dist/image.js +1 -1
  246. package/dist/index.js +238 -222
  247. package/dist/index.js.map +1 -1
  248. package/dist/info-icon.js +1 -1
  249. package/dist/input-field-password.js +10 -0
  250. package/dist/input-field-password.js.map +1 -0
  251. package/dist/input-field.js +1 -1
  252. package/dist/internal.js +7 -7
  253. package/dist/layout.js +6 -0
  254. package/dist/layout.js.map +1 -0
  255. package/dist/menu.js +1 -1
  256. package/dist/modal-fullscreen.js +1 -1
  257. package/dist/modal.js +2 -2
  258. package/dist/pagination.js +1 -1
  259. package/dist/popover.js +1 -1
  260. package/dist/promo-banner.js +7 -0
  261. package/dist/promo-banner.js.map +1 -0
  262. package/dist/radio-group.js +1 -1
  263. package/dist/search-bar.js +2 -2
  264. package/dist/secondary-nav.js +1 -1
  265. package/dist/segmented-control.js +1 -1
  266. package/dist/selection-card.js +1 -1
  267. package/dist/sidepanel.js +1 -1
  268. package/dist/stepper.js +1 -1
  269. package/dist/structured-list.js +1 -1
  270. package/dist/styles/bento-dark.css +110 -33
  271. package/dist/styles/bento-light.css +110 -33
  272. package/dist/styles/bento.css +110 -33
  273. package/dist/styles/legacy.css +118 -41
  274. package/dist/styles/styleguide.css +110 -33
  275. package/dist/summary-grid.js +1 -1
  276. package/dist/tag.js +1 -1
  277. package/dist/textarea.js +1 -1
  278. package/dist/timeline.js +1 -1
  279. package/dist/tutorial.js +1 -1
  280. package/dist/web-types.json +1 -1
  281. package/package.json +6 -7
  282. package/dist/@types/packages/vue2/src/components/image/image.types.d.ts +0 -19
  283. package/dist/chunks/currency.BGrGBnhm.js.map +0 -1
  284. package/dist/chunks/data-grid.DR-w_KKU.js +0 -3176
  285. package/dist/chunks/data-grid.DR-w_KKU.js.map +0 -1
  286. package/dist/chunks/es6.BvpG4Oi6.js +0 -9
  287. package/dist/chunks/es6.BvpG4Oi6.js.map +0 -1
  288. package/dist/chunks/filter-bar.DiW13x-f.js +0 -2898
  289. package/dist/chunks/filter-bar.DiW13x-f.js.map +0 -1
  290. package/dist/chunks/image.0KzfycGE.js +0 -78
  291. package/dist/chunks/image.0KzfycGE.js.map +0 -1
  292. package/dist/chunks/index.DKQuLmwu.js +0 -182
  293. package/dist/chunks/input-field.DbeVnbwg.js.map +0 -1
  294. package/dist/chunks/selection-card-group.DkSYInMF.js +0 -392
  295. package/dist/chunks/selection-card-group.DkSYInMF.js.map +0 -1
  296. package/dist/chunks/step.CwuThZ0G.js +0 -285
  297. package/dist/chunks/step.CwuThZ0G.js.map +0 -1
  298. package/dist/chunks/structured-list-item.BhNJlDub.js.map +0 -1
  299. package/dist/chunks/teleport.L8qFCYpr.js.map +0 -1
  300. package/dist/chunks/tooltip.BEl_LdFo.js +0 -188
  301. package/dist/chunks/tooltip.BEl_LdFo.js.map +0 -1
@@ -35,6 +35,7 @@ import {
35
35
  BentoDropdownPaymentMethod,
36
36
  BentoDropdownTag,
37
37
  BentoEmptyState,
38
+ BentoFileUploader,
38
39
  BentoFilterBar,
39
40
  BentoFormLayout,
40
41
  BentoFormLayoutFieldTip,
@@ -44,7 +45,10 @@ import {
44
45
  BentoImage,
45
46
  BentoInfoIcon,
46
47
  BentoInputField,
48
+ BentoInputFieldPassword,
47
49
  BentoInspector,
50
+ BentoLayout,
51
+ BentoLayoutRow,
48
52
  BentoLink,
49
53
  BentoLoadingButton,
50
54
  BentoLoadingIndicator,
@@ -56,6 +60,7 @@ import {
56
60
  BentoPagination,
57
61
  BentoPaymentMethod,
58
62
  BentoPopover,
63
+ BentoPromoBanner,
59
64
  BentoRadioButton,
60
65
  BentoRadioGroup,
61
66
  BentoSearchBar,
@@ -124,6 +129,7 @@ declare module 'vue' {
124
129
  BentoDropdownAvatar: typeof BentoDropdownAvatar;
125
130
  BentoDropdownCountry: typeof BentoDropdownCountry;
126
131
  BentoEmptyState: typeof BentoEmptyState;
132
+ BentoFileUploader: typeof BentoFileUploader;
127
133
  BentoFilterBar: typeof BentoFilterBar;
128
134
  BentoFormLayout: typeof BentoFormLayout;
129
135
  BentoFormLayoutFieldTip: typeof BentoFormLayoutFieldTip;
@@ -133,10 +139,13 @@ declare module 'vue' {
133
139
  BentoImage: typeof BentoImage;
134
140
  BentoInfoIcon: typeof BentoInfoIcon;
135
141
  BentoInspector: typeof BentoInspector;
142
+ BentoLayout: typeof BentoLayout;
143
+ BentoLayoutRow: typeof BentoLayoutRow;
136
144
  BentoDropdownCurrency: typeof BentoDropdownCurrency;
137
145
  BentoDropdownPaymentMethod: typeof BentoDropdownPaymentMethod;
138
146
  BentoDropdownTag: typeof BentoDropdownTag;
139
147
  BentoInputField: typeof BentoInputField;
148
+ BentoInputFieldPassword: typeof BentoInputFieldPassword;
140
149
  BentoLink: typeof BentoLink;
141
150
  BentoLoadingButton: typeof BentoLoadingButton;
142
151
  BentoLoadingIndicator: typeof BentoLoadingIndicator;
@@ -148,6 +157,7 @@ declare module 'vue' {
148
157
  BentoPagination: typeof BentoPagination;
149
158
  BentoPaymentMethod: typeof BentoPaymentMethod;
150
159
  BentoPopover: typeof BentoPopover;
160
+ BentoPromoBanner: typeof BentoPromoBanner;
151
161
  BentoRadioButton: typeof BentoRadioButton;
152
162
  BentoRadioGroup: typeof BentoRadioGroup;
153
163
  BentoSearchBar: typeof BentoSearchBar;
@@ -1,3 +1,21 @@
1
+ export interface BentoCurrencyProps {
2
+ /**
3
+ * Currency code based on the ISO 4217 standard
4
+ */
5
+ currency?: BentoCurrencyISOCode | `${BentoCurrencyISOCode}`;
6
+ /**
7
+ * Disable the default typography for the component. Only use this when the component is inside another typography component.
8
+ */
9
+ disableTypography?: boolean;
10
+ /**
11
+ * Accepts currency value in major units instead of minor ones
12
+ */
13
+ majorUnits?: boolean;
14
+ /**
15
+ * Currency value to be formatted
16
+ */
17
+ value?: number;
18
+ }
1
19
  export declare enum BentoCurrencyISOCode {
2
20
  AFA = "AFA",
3
21
  ALL = "ALL",
@@ -1,225 +1,48 @@
1
- import { PropType } from "../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue";
2
- import { BentoCurrencyISOCode } from "./currency.types";
1
+ import { BentoCurrencyISOCode, BentoCurrencyProps } from './currency.types';
3
2
  /**
4
3
  * A Currency component is used to display a formatted currency value.
5
4
  *
6
5
  * @example
7
- * import { BentoCurrency } from '@adyen/adl-vue-components';
8
- * import { BentoCurrency, BentoCurrencyCode } from '@adyen/bento-vue2';
6
+ * import { BentoCurrency, BentoCurrencyISOCode } from '@adyen/bento-vue2';
9
7
  *
10
8
  * export default {
11
9
  * components: { BentoCurrency },
12
10
  * template: `
13
- * <bento-currency :currency="CurrencyCode.USD">
14
- * 76.33
15
- * </bento-currency>
11
+ * <bento-currency
12
+ * :currency="BentoCurrencyISOCode.USD"
13
+ * :value="76.33"
14
+ * />
16
15
  * `
17
16
  * }
18
17
  */
19
- declare const _default: 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<{
20
- currency: {
21
- type: PropType<BentoCurrencyISOCode | `${BentoCurrencyISOCode}`>;
22
- default: BentoCurrencyISOCode;
23
- validator: (value: BentoCurrencyISOCode) => boolean;
24
- };
25
- /**
26
- * Accepts currency value in major units instead of minor ones
27
- */
28
- majorUnits: {
29
- type: BooleanConstructor;
30
- default: boolean;
31
- };
32
- /**
33
- * Disable the default typography for the component. Only use this when the component is inside another typography component.
34
- */
35
- disableTypography: {
36
- type: BooleanConstructor;
37
- default: boolean;
38
- };
39
- }>, {
40
- formattedCurrency: import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<string>;
41
- }, {}, {}, {}, 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<{
42
- currency: {
43
- type: PropType<BentoCurrencyISOCode | `${BentoCurrencyISOCode}`>;
44
- default: BentoCurrencyISOCode;
45
- validator: (value: BentoCurrencyISOCode) => boolean;
46
- };
47
- /**
48
- * Accepts currency value in major units instead of minor ones
49
- */
50
- majorUnits: {
51
- type: BooleanConstructor;
52
- default: boolean;
53
- };
54
- /**
55
- * Disable the default typography for the component. Only use this when the component is inside another typography component.
56
- */
57
- disableTypography: {
58
- type: BooleanConstructor;
59
- default: boolean;
60
- };
61
- }>> & Readonly<{}>, {
18
+ declare const _default: 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<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BentoCurrencyProps>, {
19
+ currency: BentoCurrencyISOCode;
62
20
  disableTypography: boolean;
63
- currency: "TOP" | "CVE" | "DJF" | "GNF" | "IDR" | "JPY" | "KMF" | "KRW" | "PYG" | "RWF" | "UGX" | "VND" | "VUV" | "XAF" | "XOF" | "XPF" | "MRO" | "BHD" | "IQD" | "JOD" | "KWD" | "LYD" | "OMR" | "TND" | "AFA" | "ALL" | "DZD" | "AOA" | "ARS" | "AMD" | "AWG" | "AUD" | "AZN" | "BSD" | "BDT" | "BBD" | "BYR" | "BEF" | "BZD" | "BMD" | "BTN" | "BTC" | "BOB" | "BAM" | "BWP" | "BRL" | "GBP" | "BND" | "BGN" | "BIF" | "KHR" | "CAD" | "KYD" | "CLP" | "CLF" | "CNY" | "COP" | "CDF" | "CRC" | "HRK" | "CUC" | "CZK" | "DKK" | "DOP" | "XCD" | "EGP" | "ERN" | "EEK" | "ETB" | "EUR" | "FKP" | "FJD" | "GMD" | "GEL" | "DEM" | "GHS" | "GIP" | "GRD" | "GTQ" | "GYD" | "HTG" | "HNL" | "HKD" | "HUF" | "ISK" | "INR" | "IRR" | "ILS" | "ITL" | "JMD" | "KZT" | "KES" | "KGS" | "LAK" | "LVL" | "LBP" | "LSL" | "LRD" | "LTC" | "LTL" | "MOP" | "MKD" | "MGA" | "MWK" | "MYR" | "MVR" | "MUR" | "MXN" | "MDL" | "MNT" | "MAD" | "MZM" | "MMK" | "NAD" | "NPR" | "ANG" | "TWD" | "NZD" | "NIO" | "NGN" | "KPW" | "NOK" | "PKR" | "PAB" | "PGK" | "PEN" | "PHP" | "PLN" | "QAR" | "RON" | "RUB" | "SVC" | "WST" | "STD" | "SAR" | "RSD" | "SCR" | "SLL" | "SGD" | "SKK" | "SBD" | "SOS" | "ZAR" | "SSP" | "XDR" | "LKR" | "SHP" | "SDG" | "SRD" | "SZL" | "SEK" | "CHF" | "SYP" | "TJS" | "TZS" | "THB" | "TTD" | "TRY" | "TMT" | "UAH" | "AED" | "UYU" | "USD" | "UZS" | "VEF" | "YER" | "ZMK" | "ZWL" | BentoCurrencyISOCode;
64
21
  majorUnits: boolean;
65
- }, {}, {
66
- BentoTypography: {
67
- 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<{
68
- wide: {
69
- type: PropType<boolean>;
70
- } & {
71
- default: boolean;
72
- };
73
- stronger: {
74
- type: PropType<boolean>;
75
- } & {
76
- default: boolean;
77
- };
78
- strongest: {
79
- type: PropType<boolean>;
80
- } & {
81
- default: boolean;
82
- };
83
- el: {
84
- type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../typography").BentoTypographyElement>;
85
- } & {
86
- default: import("../typography").BentoTypographyElement;
87
- };
88
- large: {
89
- type: PropType<boolean>;
90
- } & {
91
- default: boolean;
92
- };
93
- medium: {
94
- type: PropType<boolean>;
95
- } & {
96
- default: boolean;
97
- };
98
- variant: {
99
- type: PropType<"body" | "caption" | "title" | "subtitle" | import("../typography").BentoTypographyVariant>;
100
- } & {
101
- default: import("../typography").BentoTypographyVariant;
102
- };
103
- richText: {
104
- type: PropType<boolean>;
105
- };
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, {
107
- wide: boolean;
108
- stronger: boolean;
109
- strongest: boolean;
110
- el: import("../typography").BentoTypographyElement | `${import("../typography").BentoTypographyElement}`;
111
- large: boolean;
112
- medium: boolean;
113
- variant: import("../typography").BentoTypographyVariant | `${import("../typography").BentoTypographyVariant}`;
114
- }, 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, {
115
- P: {};
116
- B: {};
117
- D: {};
118
- C: {};
119
- M: {};
120
- Defaults: {};
121
- }, Readonly<import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ExtractPropTypes<{
122
- wide: {
123
- type: PropType<boolean>;
124
- } & {
125
- default: boolean;
126
- };
127
- stronger: {
128
- type: PropType<boolean>;
129
- } & {
130
- default: boolean;
131
- };
132
- strongest: {
133
- type: PropType<boolean>;
134
- } & {
135
- default: boolean;
136
- };
137
- el: {
138
- type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../typography").BentoTypographyElement>;
139
- } & {
140
- default: import("../typography").BentoTypographyElement;
141
- };
142
- large: {
143
- type: PropType<boolean>;
144
- } & {
145
- default: boolean;
146
- };
147
- medium: {
148
- type: PropType<boolean>;
149
- } & {
150
- default: boolean;
151
- };
152
- variant: {
153
- type: PropType<"body" | "caption" | "title" | "subtitle" | import("../typography").BentoTypographyVariant>;
154
- } & {
155
- default: import("../typography").BentoTypographyVariant;
156
- };
157
- richText: {
158
- type: PropType<boolean>;
159
- };
160
- }>> & Readonly<{}>, {}, {}, {}, {}, {
161
- wide: boolean;
162
- stronger: boolean;
163
- strongest: boolean;
164
- el: import("../typography").BentoTypographyElement | `${import("../typography").BentoTypographyElement}`;
165
- large: boolean;
166
- medium: boolean;
167
- variant: import("../typography").BentoTypographyVariant | `${import("../typography").BentoTypographyVariant}`;
168
- }>;
169
- __isFragment?: never;
170
- __isTeleport?: never;
171
- __isSuspense?: never;
172
- } & 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<{
173
- wide: {
174
- type: PropType<boolean>;
175
- } & {
176
- default: boolean;
177
- };
178
- stronger: {
179
- type: PropType<boolean>;
180
- } & {
181
- default: boolean;
182
- };
183
- strongest: {
184
- type: PropType<boolean>;
185
- } & {
186
- default: boolean;
187
- };
188
- el: {
189
- type: PropType<"div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | import("../typography").BentoTypographyElement>;
190
- } & {
191
- default: import("../typography").BentoTypographyElement;
192
- };
193
- large: {
194
- type: PropType<boolean>;
195
- } & {
196
- default: boolean;
197
- };
198
- medium: {
199
- type: PropType<boolean>;
200
- } & {
201
- default: boolean;
202
- };
203
- variant: {
204
- type: PropType<"body" | "caption" | "title" | "subtitle" | import("../typography").BentoTypographyVariant>;
205
- } & {
206
- default: import("../typography").BentoTypographyVariant;
207
- };
208
- richText: {
209
- type: PropType<boolean>;
210
- };
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, {
212
- wide: boolean;
213
- stronger: boolean;
214
- strongest: boolean;
215
- el: import("../typography").BentoTypographyElement | `${import("../typography").BentoTypographyElement}`;
216
- large: boolean;
217
- medium: boolean;
218
- variant: import("../typography").BentoTypographyVariant | `${import("../typography").BentoTypographyVariant}`;
219
- }, {}, 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 () => {
220
- $slots: {
221
- default: (_: {}) => any;
222
- };
223
- });
224
- }, {}, string, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentProvideOptions, true, {}, any>;
22
+ value: any;
23
+ }>>, {}, {}, {}, {}, 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<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BentoCurrencyProps>, {
24
+ currency: BentoCurrencyISOCode;
25
+ disableTypography: boolean;
26
+ majorUnits: boolean;
27
+ value: any;
28
+ }>>> & Readonly<{}>, {
29
+ value: number;
30
+ disableTypography: boolean;
31
+ currency: BentoCurrencyISOCode | `${BentoCurrencyISOCode}`;
32
+ majorUnits: boolean;
33
+ }, {}, {}, {}, string, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComponentProvideOptions, true, {}, any>;
225
34
  export default _default;
35
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
+ type __VLS_TypePropsToRuntimeProps<T> = {
37
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
38
+ type: import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
39
+ } : {
40
+ type: import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").PropType<T[K]>;
41
+ required: true;
42
+ };
43
+ };
44
+ type __VLS_WithDefaults<P, D> = {
45
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
46
+ default: D[K];
47
+ } : P[K];
48
+ };
@@ -5,7 +5,6 @@ import { BentoColumn } from '../../data-grid.types';
5
5
  export declare enum DatagridColumnsEvent {
6
6
  COLUMN_RESIZE = "column-resize",
7
7
  COLUMN_RESIZING = "column-resizing",
8
- SORT = "sort",
9
8
  SELECT_ALL_ROWS = "select-all-rows",
10
9
  SELECT_ALL_ACROSS_PAGES = "select-all-across-pages",
11
10
  COLUMN_MOVE = "column-move",
@@ -320,13 +320,13 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../../nod
320
320
  default: boolean;
321
321
  };
322
322
  }>> & Readonly<{
323
+ onSort?: (updatedSortBy: BentoDatagridSortByColumn[]) => any;
323
324
  "onColumn-hover"?: (columnKey: BentoColumn) => any;
324
325
  "onColumn-resize"?: (column: {
325
326
  field: string;
326
327
  width: number;
327
328
  }) => any;
328
329
  "onColumn-resizing"?: (value: BentoColumnWidthOverridesLookup) => any;
329
- onSort?: (updatedSortBy: BentoDatagridSortByColumn[]) => any;
330
330
  "onSelect-all-rows"?: (areAllItemsSelected: boolean) => any;
331
331
  "onSelect-all-across-pages"?: () => any;
332
332
  "onColumn-move"?: (movingColumn: BentoColumn, offset: number) => any;
@@ -1,6 +1,6 @@
1
1
  export { useResizer } from './use-resizer';
2
2
  export * from './use-calculate-column-width';
3
- export { useSelector } from './use-selector';
3
+ export { useSelector } from './use-selector/use-selector';
4
4
  export { useSorter } from './use-sorter';
5
5
  export { useKeyboardNavigator } from './use-keyboard-navigator/use-keyboard-navigator';
6
6
  export { useLazyLoading } from './use-lazy-loading/use-lazy-loading';
@@ -175,4 +175,5 @@ export declare const useCalculateColumnWidth: (newColumns: Ref<BentoColumn[]>, n
175
175
  getCopyData?: (rowDataItem: import("../../data-grid.types").BentoDatagridDataItem, columnKey: string) => string;
176
176
  }[];
177
177
  }[]>;
178
+ totalWidthOfAllColumns: import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<number>;
178
179
  };
@@ -1,4 +1,5 @@
1
1
  import { Ref, UnwrapRef } from "../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue";
2
+ import type { BentoDatagridPaginationProps } from '../..';
2
3
  /**
3
4
  * Handles all scroll events & logic for the DataGrid.
4
5
  * @param body The reference to the DataGrid body element.
@@ -6,10 +7,18 @@ import { Ref, UnwrapRef } from "../../../../../../../node_modules/.pnpm/vue@3.5.
6
7
  * @param verticalScrollPosition The reference to scroll top position number.
7
8
  * @returns Update methods for updating the scroll ppsotion references & the body scroll & overflow attributes.
8
9
  */
9
- export declare const useScroller: (body: Ref<UnwrapRef<HTMLDivElement>>, columnsRef: Ref<UnwrapRef<HTMLDivElement>>, verticalScrollPosition: Ref<number>) => {
10
+ export declare const useScroller: (body: Ref<UnwrapRef<HTMLDivElement>>, columnsRef: Ref<UnwrapRef<HTMLDivElement>>, verticalScrollPosition: Ref<number>, virtualHorizontalScrollbar: Ref<UnwrapRef<HTMLDivElement | undefined>>, options?: {
11
+ isLazyLoad?: Ref<UnwrapRef<boolean>>;
12
+ pagination?: Ref<UnwrapRef<BentoDatagridPaginationProps | undefined>>;
13
+ stickyPagination: Ref<UnwrapRef<boolean>>;
14
+ }) => {
10
15
  scrollLeftPosition: Ref<number, number>;
11
16
  hasLeftOverflow: Ref<boolean, boolean>;
12
17
  hasRightOverflow: Ref<boolean, boolean>;
18
+ horizontalScrollbarConditionalClasses: import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").ComputedRef<{
19
+ 'b-data-grid__horizontal-scrollbar--sticky-pagination': boolean;
20
+ }>;
13
21
  updateScrollPosition: (event: Event) => void;
14
22
  updateScrollPositionOnFrozenColumnsNavigation: (event: KeyboardEvent) => void;
23
+ syncVirtualScrollerWithBody: (event: Event) => void;
15
24
  };
@@ -1,5 +1,5 @@
1
- import { Ref } from "../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue";
2
- import { BentoDatagridData, BentoDatagridDataItemId, BentoDatagridGetDataItemIdFn, BentoDatagridIsDataItemDisabledFn } from '../data-grid.types';
1
+ import { Ref } from "../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue";
2
+ import { BentoDatagridData, BentoDatagridDataItemId, BentoDatagridGetDataItemIdFn, BentoDatagridIsDataItemDisabledFn } from '../../data-grid.types';
3
3
  /**
4
4
  * Exposed selection variables and methods for a data component to use and react to.
5
5
  * @param selection A list of unique IDs
@@ -1,6 +1,5 @@
1
1
  import { Ref } from "../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue";
2
2
  import { BentoColumn, BentoDatagridSortByColumn, BentoDatagridSortDirection } from '../data-grid.types';
3
- import { DatagridColumnsEvent } from '../components/data-grid-columns/data-grid-columns.types';
4
3
  /**
5
4
  * Handles the sort direction logic of the columns in DataGrid.
6
5
  * Emits the `sort` event with the new direction when the field sort direction changes.
@@ -8,7 +7,7 @@ import { DatagridColumnsEvent } from '../components/data-grid-columns/data-grid-
8
7
  * @param columns Array of all columns in the grid
9
8
  * @param emit The `bento-data-grid` emit function
10
9
  */
11
- export declare const useSorter: (sortBy: Ref<BentoDatagridSortByColumn[]>, columns: Ref<BentoColumn[]>, emit: (event: DatagridColumnsEvent, updatedSortBy: BentoDatagridSortByColumn[]) => void) => {
10
+ export declare const useSorter: (sortBy: Ref<BentoDatagridSortByColumn[]>, columns: Ref<BentoColumn[]>, emit: (event: "sort", updatedSortBy: BentoDatagridSortByColumn[]) => void) => {
12
11
  isSorting: (field: string) => boolean;
13
12
  getSortingDirection: (field: string) => BentoDatagridSortDirection;
14
13
  sortByColumnField: (field: string) => void;
@@ -202,6 +202,13 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../node_modu
202
202
  type: BooleanConstructor;
203
203
  default: boolean;
204
204
  };
205
+ /**
206
+ * Sticks the horizontal scrollbar to the bottom of the screen if the data-grid is larger than the screen height.
207
+ */
208
+ stickyHorizontalScrollbar: {
209
+ type: BooleanConstructor;
210
+ default: boolean;
211
+ };
205
212
  /**
206
213
  * Make pagination stick to the bottom of the page when the data-grid is bigger than the screen.
207
214
  * Because styles have to be applied to pagination container element, this has to be a data-grid prop (rather than a pagination prop).
@@ -440,6 +447,13 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../node_modu
440
447
  type: BooleanConstructor;
441
448
  default: boolean;
442
449
  };
450
+ /**
451
+ * Sticks the horizontal scrollbar to the bottom of the screen if the data-grid is larger than the screen height.
452
+ */
453
+ stickyHorizontalScrollbar: {
454
+ type: BooleanConstructor;
455
+ default: boolean;
456
+ };
443
457
  /**
444
458
  * Make pagination stick to the bottom of the page when the data-grid is bigger than the screen.
445
459
  * Because styles have to be applied to pagination container element, this has to be a data-grid prop (rather than a pagination prop).
@@ -503,8 +517,8 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../node_modu
503
517
  onSelect?: (...args: any[]) => any;
504
518
  onNavigate?: (...args: any[]) => any;
505
519
  "onItems-page"?: (...args: any[]) => any;
506
- "onColumn-resize"?: (...args: any[]) => any;
507
520
  onSort?: (...args: any[]) => any;
521
+ "onColumn-resize"?: (...args: any[]) => any;
508
522
  "onSelect-all-across-pages"?: (...args: any[]) => any;
509
523
  "onUpdate:columns"?: (...args: any[]) => any;
510
524
  "onRow-click"?: (...args: any[]) => any;
@@ -579,6 +593,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../node_modu
579
593
  columnPanel: boolean;
580
594
  filterSearchTerm: any;
581
595
  noSpacingTop: boolean;
596
+ stickyHorizontalScrollbar: boolean;
582
597
  stickyPagination: boolean;
583
598
  stickyFilters: boolean;
584
599
  selection: BentoDatagridDataItemId[];
@@ -1646,6 +1646,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
1646
1646
  onFocus?: () => any;
1647
1647
  onInput?: (inputValue: string) => any;
1648
1648
  onKeydown?: (event: KeyboardEvent) => any;
1649
+ onKeyup?: (event: KeyboardEvent) => any;
1649
1650
  "onEscape-pressed"?: () => any;
1650
1651
  "onUpdate:dropdown"?: (updatedDropdownProps: import("../../../input-field").BentoInputDropdownProps) => any;
1651
1652
  "onDropdown-input"?: (selectedValue: import("../../../../types").BentoListboxSelectedValue) => any;
@@ -1665,6 +1666,8 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
1665
1666
  focus: () => void;
1666
1667
  } & {
1667
1668
  keydown: (event: KeyboardEvent) => void;
1669
+ } & {
1670
+ keyup: (event: KeyboardEvent) => void;
1668
1671
  } & {
1669
1672
  input: (inputValue: string) => void;
1670
1673
  }, import("../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").PublicProps, {
@@ -1775,6 +1778,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
1775
1778
  onFocus?: () => any;
1776
1779
  onInput?: (inputValue: string) => any;
1777
1780
  onKeydown?: (event: KeyboardEvent) => any;
1781
+ onKeyup?: (event: KeyboardEvent) => any;
1778
1782
  "onEscape-pressed"?: () => any;
1779
1783
  "onUpdate:dropdown"?: (updatedDropdownProps: import("../../../input-field").BentoInputDropdownProps) => any;
1780
1784
  "onDropdown-input"?: (selectedValue: import("../../../../types").BentoListboxSelectedValue) => any;
@@ -1885,6 +1889,7 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
1885
1889
  onFocus?: () => any;
1886
1890
  onInput?: (inputValue: string) => any;
1887
1891
  onKeydown?: (event: KeyboardEvent) => any;
1892
+ onKeyup?: (event: KeyboardEvent) => any;
1888
1893
  "onEscape-pressed"?: () => any;
1889
1894
  "onUpdate:dropdown"?: (updatedDropdownProps: import("../../../input-field").BentoInputDropdownProps) => any;
1890
1895
  "onDropdown-input"?: (selectedValue: import("../../../../types").BentoListboxSelectedValue) => any;
@@ -1904,6 +1909,8 @@ declare const _default: import("../../../../../../../node_modules/.pnpm/vue@3.5.
1904
1909
  focus: () => void;
1905
1910
  } & {
1906
1911
  keydown: (event: KeyboardEvent) => void;
1912
+ } & {
1913
+ keyup: (event: KeyboardEvent) => void;
1907
1914
  } & {
1908
1915
  input: (inputValue: string) => void;
1909
1916
  }, string, {
@@ -2381,6 +2381,7 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
2381
2381
  onFocus?: () => any;
2382
2382
  onInput?: (inputValue: string) => any;
2383
2383
  onKeydown?: (event: KeyboardEvent) => any;
2384
+ onKeyup?: (event: KeyboardEvent) => any;
2384
2385
  "onEscape-pressed"?: () => any;
2385
2386
  "onUpdate:dropdown"?: (updatedDropdownProps: import("../input-field").BentoInputDropdownProps) => any;
2386
2387
  "onDropdown-input"?: (selectedValue: import("../../types").BentoListboxSelectedValue) => any;
@@ -2400,6 +2401,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
2400
2401
  focus: () => void;
2401
2402
  } & {
2402
2403
  keydown: (event: KeyboardEvent) => void;
2404
+ } & {
2405
+ keyup: (event: KeyboardEvent) => void;
2403
2406
  } & {
2404
2407
  input: (inputValue: string) => void;
2405
2408
  }, import("../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").PublicProps, {
@@ -2510,6 +2513,7 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
2510
2513
  onFocus?: () => any;
2511
2514
  onInput?: (inputValue: string) => any;
2512
2515
  onKeydown?: (event: KeyboardEvent) => any;
2516
+ onKeyup?: (event: KeyboardEvent) => any;
2513
2517
  "onEscape-pressed"?: () => any;
2514
2518
  "onUpdate:dropdown"?: (updatedDropdownProps: import("../input-field").BentoInputDropdownProps) => any;
2515
2519
  "onDropdown-input"?: (selectedValue: import("../../types").BentoListboxSelectedValue) => any;
@@ -2620,6 +2624,7 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
2620
2624
  onFocus?: () => any;
2621
2625
  onInput?: (inputValue: string) => any;
2622
2626
  onKeydown?: (event: KeyboardEvent) => any;
2627
+ onKeyup?: (event: KeyboardEvent) => any;
2623
2628
  "onEscape-pressed"?: () => any;
2624
2629
  "onUpdate:dropdown"?: (updatedDropdownProps: import("../input-field").BentoInputDropdownProps) => any;
2625
2630
  "onDropdown-input"?: (selectedValue: import("../../types").BentoListboxSelectedValue) => any;
@@ -2639,6 +2644,8 @@ declare const _default: import("../../../../../node_modules/.pnpm/vue@3.5.13_typ
2639
2644
  focus: () => void;
2640
2645
  } & {
2641
2646
  keydown: (event: KeyboardEvent) => void;
2647
+ } & {
2648
+ keyup: (event: KeyboardEvent) => void;
2642
2649
  } & {
2643
2650
  input: (inputValue: string) => void;
2644
2651
  }, string, {
@@ -0,0 +1,24 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../../../../node_modules/.pnpm/vue-demi@0.14.10_vue@3.5.13_typescript@5.6.3_/node_modules/vue-demi").DefineComponent<import("../../../../../../../../../node_modules/.pnpm/vue-demi@0.14.10_vue@3.5.13_typescript@5.6.3_/node_modules/vue-demi").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ name: string;
3
+ showFileIcon: boolean;
4
+ }>>, {}, {}, {}, {}, import("../../../../../../../../../node_modules/.pnpm/vue-demi@0.14.10_vue@3.5.13_typescript@5.6.3_/node_modules/vue-demi").ComponentOptionsMixin, import("../../../../../../../../../node_modules/.pnpm/vue-demi@0.14.10_vue@3.5.13_typescript@5.6.3_/node_modules/vue-demi").ComponentOptionsMixin, {}, string, import("../../../../../../../../../node_modules/.pnpm/vue-demi@0.14.10_vue@3.5.13_typescript@5.6.3_/node_modules/vue-demi").PublicProps, Readonly<import("../../../../../../../../../node_modules/.pnpm/vue-demi@0.14.10_vue@3.5.13_typescript@5.6.3_/node_modules/vue-demi").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ name: string;
6
+ showFileIcon: boolean;
7
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("../../../../../../../../../node_modules/.pnpm/vue-demi@0.14.10_vue@3.5.13_typescript@5.6.3_/node_modules/vue-demi").ComponentProvideOptions, true, {}, any>, {
8
+ default: (_: {}) => any;
9
+ }>;
10
+ export default _default;
11
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
+ type __VLS_TypePropsToRuntimeProps<T> = {
13
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
14
+ type: import("../../../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
15
+ } : {
16
+ type: import("../../../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue").PropType<T[K]>;
17
+ required: true;
18
+ };
19
+ };
20
+ type __VLS_WithTemplateSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
@@ -0,0 +1 @@
1
+ export { default as FileUploaderFileCardAnimation } from './file-uploader-file-card-animation/file-uploader-file-card-animation.vue';
@@ -0,0 +1,10 @@
1
+ import { VueInstance } from "../../../../../types";
2
+ import { Ref } from "../../../../../../../../node_modules/.pnpm/vue@3.5.13_typescript@5.6.3/node_modules/vue";
3
+ /**
4
+ * Verifies if the content defined is being truncated when it is overflowing the container.
5
+ *
6
+ * @param target Element that contains the text to be truncated
7
+ * @param container Scrollable container that defines the boundaries
8
+ * @returns Boolean indicating whether or not the content will be truncated
9
+ */
10
+ export declare function useTruncatedFileName(target: Ref<VueInstance>, container: Ref<HTMLElement>): Ref<boolean, boolean>;
@@ -0,0 +1,11 @@
1
+ import { FileObject, type SupportedFileTypes } from "../../file-uploader.types";
2
+ export interface FileUploaderFileCardProps {
3
+ /**
4
+ * File to be uploaded
5
+ */
6
+ file: FileObject;
7
+ /**
8
+ * Supported file types message
9
+ */
10
+ supportedFileTypes?: SupportedFileTypes;
11
+ }