@adyen/bento-vue2 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (363) hide show
  1. package/dist/@types/components.d.ts +8 -4
  2. package/dist/@types/packages/core/src/components/button/button.types.d.ts +8 -0
  3. package/dist/@types/packages/vue2/src/components/accordion/accordion.keys.d.ts +1 -1
  4. package/dist/@types/packages/vue2/src/components/accordion/accordion.types.d.ts +1 -24
  5. package/dist/@types/packages/vue2/src/components/accordion/accordion.vue.d.ts +17 -51
  6. package/dist/@types/packages/vue2/src/components/accordion/components/accordion-item.vue.d.ts +24 -28
  7. package/dist/@types/packages/vue2/src/components/accordion/index.d.ts +2 -3
  8. package/dist/@types/packages/vue2/src/components/alert/alert.vue.d.ts +0 -4
  9. package/dist/@types/packages/vue2/src/components/avatar-image/avatar-image.vue.d.ts +1 -4
  10. package/dist/@types/packages/vue2/src/components/button/button.vue.d.ts +161 -150
  11. package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +3 -5
  12. package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +3 -3
  13. package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +2 -2
  14. package/dist/@types/packages/vue2/src/components/card/card.vue.d.ts +77 -15
  15. package/dist/@types/packages/vue2/src/components/checkbox/checkbox.types.d.ts +2 -1
  16. package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +4 -6
  17. package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +4 -4
  18. package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.types.d.ts +2 -1
  19. package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +36 -11
  20. package/dist/@types/packages/vue2/src/components/country/country.vue.d.ts +0 -2
  21. package/dist/@types/packages/vue2/src/components/currency/currency.vue.d.ts +0 -3
  22. package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +2 -22
  23. package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/components/data-grid-config-settings-column-row/data-grid-config-settings-column-row.vue.d.ts +0 -5
  24. package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue.d.ts +0 -24
  25. package/dist/@types/packages/vue2/src/components/data-grid/data-grid.types.d.ts +2 -0
  26. package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +326 -14
  27. package/dist/@types/packages/vue2/src/components/date/date.vue.d.ts +2 -5
  28. package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +1 -21
  29. package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +0 -2
  30. package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +1 -21
  31. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +3 -6
  32. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +3 -3
  33. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +277 -104
  34. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +2 -2
  35. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +5 -5
  36. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.types.d.ts +1 -1
  37. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +5 -6
  38. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.types.d.ts +1 -1
  39. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +5 -5
  40. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.types.d.ts +1 -1
  41. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +5 -5
  42. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.types.d.ts +1 -1
  43. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +6 -6
  44. package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +7 -9
  45. package/dist/@types/packages/vue2/src/components/empty-state/empty-state.types.d.ts +27 -0
  46. package/dist/@types/packages/vue2/src/components/empty-state/empty-state.vue.d.ts +76 -0
  47. package/dist/@types/packages/vue2/src/components/empty-state/index.d.ts +2 -0
  48. package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +19 -25
  49. 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
  50. package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/base-filter.vue.d.ts +0 -26
  51. package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +1 -4
  52. package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +0 -10
  53. package/dist/@types/packages/vue2/src/components/filter-bar/components/{base-filter/components/filter-bar-filter-button/filter-bar-filter-button.vue.d.ts → filter-bar-button/filter-bar-button.vue.d.ts} +17 -22
  54. package/dist/@types/packages/vue2/src/components/filter-bar/components/filter-bar-button/index.d.ts +1 -0
  55. package/dist/@types/packages/vue2/src/components/filter-bar/components/input-filter/input-filter.vue.d.ts +1 -0
  56. package/dist/@types/packages/vue2/src/components/filter-bar/components/range-filter/range-filter.vue.d.ts +0 -2
  57. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +2 -4
  58. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +2 -4
  59. package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.vue.d.ts +0 -2
  60. package/dist/@types/packages/vue2/src/components/focus-trap/focus-trap.vue.d.ts +3 -0
  61. package/dist/@types/packages/vue2/src/components/header/header.vue.d.ts +0 -2
  62. package/dist/@types/packages/vue2/src/components/image/const.d.ts +1 -0
  63. package/dist/@types/packages/vue2/src/components/image/image.types.d.ts +19 -0
  64. package/dist/@types/packages/vue2/src/components/image/image.vue.d.ts +50 -0
  65. package/dist/@types/packages/vue2/src/components/image/index.d.ts +1 -0
  66. package/dist/@types/packages/vue2/src/components/info-icon/info-icon.vue.d.ts +3 -3
  67. package/dist/@types/packages/vue2/src/components/input-field/input-field.types.d.ts +1 -0
  68. package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +50 -47
  69. package/dist/@types/packages/vue2/src/components/internal/avatar/avatar.vue.d.ts +0 -3
  70. package/dist/@types/packages/vue2/src/components/internal/base-button/base-button.vue.d.ts +1 -4
  71. package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/calendar-month.vue.d.ts +0 -5
  72. package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/components/calendar-month-day/__test__/calendar-month-day-stub.vue.d.ts +1 -1
  73. package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/components/calendar-month-day/calendar-month-day.vue.d.ts +2 -2
  74. package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts +1 -1
  75. package/dist/@types/packages/vue2/src/components/internal/copy/copy.vue.d.ts +0 -2
  76. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/components/listbox-multi-select-category/listbox-multi-select-category.vue.d.ts +0 -2
  77. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/listbox-multi-select-options.vue.d.ts +0 -2
  78. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +0 -2
  79. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option-tag/listbox-option-tag.vue.d.ts +0 -2
  80. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +0 -2
  81. package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +3 -7
  82. package/dist/@types/packages/vue2/src/components/link/link.vue.d.ts +4 -0
  83. package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.vue.d.ts +2 -5
  84. package/dist/@types/packages/vue2/src/components/menu/menu.vue.d.ts +6 -31
  85. package/dist/@types/packages/vue2/src/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +0 -5
  86. package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +14 -9
  87. package/dist/@types/packages/vue2/src/components/modal/components/modal-default/modal-default.vue.d.ts +2 -2
  88. package/dist/@types/packages/vue2/src/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +4 -14
  89. package/dist/@types/packages/vue2/src/components/modal/modal.vue.d.ts +7 -6
  90. package/dist/@types/packages/vue2/src/components/pagination/components/pagination-context/pagination-context.vue.d.ts +0 -2
  91. package/dist/@types/packages/vue2/src/components/pagination/components/pagination-controls/pagination-controls.vue.d.ts +0 -2
  92. package/dist/@types/packages/vue2/src/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +0 -2
  93. package/dist/@types/packages/vue2/src/components/pagination/pagination.vue.d.ts +2 -1
  94. package/dist/@types/packages/vue2/src/components/payment-method/payment-method.vue.d.ts +0 -2
  95. package/dist/@types/packages/vue2/src/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +0 -2
  96. package/dist/@types/packages/vue2/src/components/popover/components/popover-title/popover-title.vue.d.ts +1 -2
  97. package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +9 -9
  98. package/dist/@types/packages/vue2/src/components/popper-container/popper-container.vue.d.ts +5 -14
  99. package/dist/@types/packages/vue2/src/components/radio-group/components/radio-button/radio-button.vue.d.ts +4 -6
  100. package/dist/@types/packages/vue2/src/components/radio-group/radio-group.types.d.ts +2 -1
  101. package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +4 -4
  102. package/dist/@types/packages/vue2/src/components/search-bar/search-bar.vue.d.ts +16 -339
  103. package/dist/@types/packages/vue2/src/components/segmented-control/components/segmented-control-button/segmented-control-button.vue.d.ts +0 -3
  104. package/dist/@types/packages/vue2/src/components/segmented-control/segmented-control.vue.d.ts +1 -0
  105. package/dist/@types/packages/vue2/src/components/sidepanel/sidepanel.types.d.ts +3 -1
  106. package/dist/@types/packages/vue2/src/components/status/status.vue.d.ts +2 -5
  107. package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +0 -2
  108. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +2 -23
  109. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +2 -5
  110. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue.d.ts +2 -5
  111. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +2 -5
  112. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-text/summary-grid-item-text.vue.d.ts +1 -4
  113. package/dist/@types/packages/vue2/src/components/tabs/components/tab.types.d.ts +3 -1
  114. package/dist/@types/packages/vue2/src/components/tabs/components/tab.vue.d.ts +1 -0
  115. package/dist/@types/packages/vue2/src/components/tabs/tabs.keys.d.ts +1 -0
  116. package/dist/@types/packages/vue2/src/components/tabs/tabs.types.d.ts +6 -2
  117. package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +4 -9
  118. package/dist/@types/packages/vue2/src/components/tag/tag.vue.d.ts +4 -7
  119. package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +5 -9
  120. package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +6 -12
  121. package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +1 -0
  122. package/dist/@types/packages/vue2/src/components/toast/components/toast-item/toast-item.vue.d.ts +0 -5
  123. package/dist/@types/packages/vue2/src/components/toggle/toggle.vue.d.ts +4 -6
  124. package/dist/@types/packages/vue2/src/components/tooltip/tooltip.vue.d.ts +24 -40
  125. package/dist/@types/packages/vue2/src/composables/use-default-slot-validator/use-default-slot-validator.d.ts +2 -1
  126. package/dist/@types/packages/vue2/src/composables/use-has-slot/use-has-slot.d.ts +4 -1
  127. package/dist/@types/packages/vue2/src/index.d.ts +3 -0
  128. package/dist/@types/packages/vue2/src/templates/data-grid-template/data-grid-template.vue.d.ts +9 -0
  129. package/dist/@types/packages/vue2/src/utils/ts/print-development-warning.d.ts +1 -0
  130. package/dist/accordion.js +69 -177
  131. package/dist/accordion.js.map +1 -1
  132. package/dist/alert.js +57 -60
  133. package/dist/alert.js.map +1 -1
  134. package/dist/assets/base-button.css +1 -1
  135. package/dist/assets/base-modal.css +1 -0
  136. package/dist/assets/button.css +1 -1
  137. package/dist/assets/calendar.css +1 -1
  138. package/dist/assets/checkbox.css +1 -1
  139. package/dist/assets/chevron-up.css +1 -0
  140. package/dist/assets/controls-group.css +1 -1
  141. package/dist/assets/copy.css +1 -1
  142. package/dist/assets/dropdown-default-textbox.css +1 -1
  143. package/dist/assets/dropdown.css +1 -1
  144. package/dist/assets/error-message.css +1 -1
  145. package/dist/assets/footer-actions.css +1 -1
  146. package/dist/assets/index.css +1 -1
  147. package/dist/assets/index10.css +1 -1
  148. package/dist/assets/index11.css +1 -1
  149. package/dist/assets/index12.css +1 -1
  150. package/dist/assets/index13.css +1 -1
  151. package/dist/assets/index14.css +1 -1
  152. package/dist/assets/index15.css +1 -1
  153. package/dist/assets/index16.css +1 -1
  154. package/dist/assets/index17.css +1 -1
  155. package/dist/assets/index18.css +1 -1
  156. package/dist/assets/index19.css +1 -1
  157. package/dist/assets/index2.css +1 -1
  158. package/dist/assets/index20.css +1 -1
  159. package/dist/assets/index21.css +1 -1
  160. package/dist/assets/index22.css +1 -1
  161. package/dist/assets/index23.css +1 -1
  162. package/dist/assets/index24.css +1 -1
  163. package/dist/assets/index25.css +1 -1
  164. package/dist/assets/index26.css +1 -1
  165. package/dist/assets/index27.css +1 -1
  166. package/dist/assets/index28.css +1 -1
  167. package/dist/assets/index29.css +1 -1
  168. package/dist/assets/index3.css +1 -1
  169. package/dist/assets/index30.css +1 -1
  170. package/dist/assets/index31.css +1 -1
  171. package/dist/assets/index32.css +1 -1
  172. package/dist/assets/index33.css +1 -1
  173. package/dist/assets/index34.css +1 -1
  174. package/dist/assets/index35.css +1 -1
  175. package/dist/assets/index36.css +1 -1
  176. package/dist/assets/index37.css +1 -1
  177. package/dist/assets/index38.css +1 -1
  178. package/dist/assets/index39.css +1 -1
  179. package/dist/assets/index4.css +1 -1
  180. package/dist/assets/index40.css +1 -1
  181. package/dist/assets/index41.css +1 -1
  182. package/dist/assets/index42.css +1 -0
  183. package/dist/assets/index5.css +1 -1
  184. package/dist/assets/index6.css +1 -1
  185. package/dist/assets/index7.css +1 -1
  186. package/dist/assets/index8.css +1 -1
  187. package/dist/assets/index9.css +1 -1
  188. package/dist/assets/listbox-option-tag.css +1 -1
  189. package/dist/assets/listbox.css +1 -1
  190. package/dist/assets/loading-button.css +1 -1
  191. package/dist/assets/tooltip.css +1 -1
  192. package/dist/avatar-image.js +1 -1
  193. package/dist/badge.js +2 -2
  194. package/dist/button.js +110 -12
  195. package/dist/button.js.map +1 -1
  196. package/dist/card.js +66 -67
  197. package/dist/card.js.map +1 -1
  198. package/dist/checkbox.js +27 -26
  199. package/dist/checkbox.js.map +1 -1
  200. package/dist/chunks/{base-button.98379576.js → base-button.bd8fa976.js} +24 -27
  201. package/dist/chunks/base-button.bd8fa976.js.map +1 -0
  202. package/dist/chunks/base-modal.a365f260.js +207 -0
  203. package/dist/chunks/base-modal.a365f260.js.map +1 -0
  204. package/dist/chunks/{button.d0c9527d.js → button.fb307df3.js} +36 -39
  205. package/dist/chunks/button.fb307df3.js.map +1 -0
  206. package/dist/chunks/{calendar.0ae43a96.js → calendar.79ea42c1.js} +214 -217
  207. package/dist/chunks/calendar.79ea42c1.js.map +1 -0
  208. package/dist/chunks/checkbox.c7d791ed.js +173 -0
  209. package/dist/chunks/checkbox.c7d791ed.js.map +1 -0
  210. package/dist/chunks/{chevron-down.b851a6da.js → chevron-up.674ec2e5.js} +8 -8
  211. package/dist/chunks/chevron-up.674ec2e5.js.map +1 -0
  212. package/dist/chunks/{controls-group.b827382b.js → controls-group.5d3e04dd.js} +20 -20
  213. package/dist/chunks/controls-group.5d3e04dd.js.map +1 -0
  214. package/dist/chunks/{copy.5a4cbd4d.js → copy.ac796536.js} +37 -38
  215. package/dist/chunks/copy.ac796536.js.map +1 -0
  216. package/dist/chunks/{dropdown-default-textbox.819e43f7.js → dropdown-default-textbox.109c36d2.js} +38 -40
  217. package/dist/chunks/dropdown-default-textbox.109c36d2.js.map +1 -0
  218. package/dist/chunks/{dropdown.c05678d0.js → dropdown.fd93f0ce.js} +351 -335
  219. package/dist/chunks/dropdown.fd93f0ce.js.map +1 -0
  220. package/dist/chunks/error-message.3b3c33d4.js +47 -0
  221. package/dist/chunks/error-message.3b3c33d4.js.map +1 -0
  222. package/dist/chunks/{footer-actions.67642347.js → footer-actions.f02e8699.js} +23 -23
  223. package/dist/chunks/footer-actions.f02e8699.js.map +1 -0
  224. package/dist/chunks/get-slot-text.c1114034.js +9 -0
  225. package/dist/chunks/get-slot-text.c1114034.js.map +1 -0
  226. package/dist/chunks/{grid-layout.73f23b1b.js → grid-layout.b7e0d964.js} +2 -2
  227. package/dist/chunks/{grid-layout.73f23b1b.js.map → grid-layout.b7e0d964.js.map} +1 -1
  228. package/dist/chunks/{index.56858f4e.js → index.45295dd3.js} +23 -19
  229. package/dist/chunks/index.45295dd3.js.map +1 -0
  230. package/dist/chunks/{index.10aaf539.js → index.88ff49c2.js} +136 -142
  231. package/dist/chunks/index.88ff49c2.js.map +1 -0
  232. package/dist/chunks/{index.73d50fa6.js → index.9902cae4.js} +65 -68
  233. package/dist/chunks/{index.73d50fa6.js.map → index.9902cae4.js.map} +1 -1
  234. package/dist/chunks/{index.0cf00b47.js → index.bd734551.js} +35 -37
  235. package/dist/chunks/index.bd734551.js.map +1 -0
  236. package/dist/chunks/{index.133e4da0.js → index.c85a1ab9.js} +81 -79
  237. package/dist/chunks/{index.133e4da0.js.map → index.c85a1ab9.js.map} +1 -1
  238. package/dist/chunks/{index.f0f8ed98.js → index.c8f81673.js} +23 -26
  239. package/dist/chunks/index.c8f81673.js.map +1 -0
  240. package/dist/chunks/{listbox-option-tag.8d6cccac.js → listbox-option-tag.ec42431b.js} +32 -36
  241. package/dist/chunks/listbox-option-tag.ec42431b.js.map +1 -0
  242. package/dist/chunks/{listbox.116ed0c1.js → listbox.e792d2d6.js} +244 -251
  243. package/dist/chunks/listbox.e792d2d6.js.map +1 -0
  244. package/dist/chunks/loading-button.429c8416.js +86 -0
  245. package/dist/chunks/loading-button.429c8416.js.map +1 -0
  246. package/dist/chunks/tabs.keys.358742f2.js +7 -0
  247. package/dist/chunks/tabs.keys.358742f2.js.map +1 -0
  248. package/dist/chunks/{tooltip.2aff4fa6.js → tooltip.a47ace87.js} +49 -52
  249. package/dist/chunks/tooltip.a47ace87.js.map +1 -0
  250. package/dist/chunks/use-default-slot-validator.cbdfe693.js +13 -0
  251. package/dist/chunks/use-default-slot-validator.cbdfe693.js.map +1 -0
  252. package/dist/chunks/use-has-slot.6052d56a.js +6 -0
  253. package/dist/chunks/use-has-slot.6052d56a.js.map +1 -0
  254. package/dist/code-snippet.js +469 -413
  255. package/dist/code-snippet.js.map +1 -1
  256. package/dist/country.js +492 -494
  257. package/dist/country.js.map +1 -1
  258. package/dist/currency.js +32 -35
  259. package/dist/currency.js.map +1 -1
  260. package/dist/data-grid.js +595 -603
  261. package/dist/data-grid.js.map +1 -1
  262. package/dist/date-picker.js +76 -80
  263. package/dist/date-picker.js.map +1 -1
  264. package/dist/date-range-picker.js +2 -2
  265. package/dist/date.js +1 -1
  266. package/dist/divider.js +1 -1
  267. package/dist/dropdown.js +37 -39
  268. package/dist/dropdown.js.map +1 -1
  269. package/dist/empty-state.js +134 -0
  270. package/dist/empty-state.js.map +1 -0
  271. package/dist/filter-bar.js +648 -638
  272. package/dist/filter-bar.js.map +1 -1
  273. package/dist/focus-trap.js +1 -1
  274. package/dist/form-layout.js +64 -64
  275. package/dist/form-layout.js.map +1 -1
  276. package/dist/header.js +61 -63
  277. package/dist/header.js.map +1 -1
  278. package/dist/image.js +82 -0
  279. package/dist/image.js.map +1 -0
  280. package/dist/index.js +216 -205
  281. package/dist/index.js.map +1 -1
  282. package/dist/info-icon.js +2 -2
  283. package/dist/input-field.js +99 -123
  284. package/dist/input-field.js.map +1 -1
  285. package/dist/internal.js +7 -7
  286. package/dist/link.js +27 -26
  287. package/dist/link.js.map +1 -1
  288. package/dist/loading-indicator.js +1 -1
  289. package/dist/menu.js +96 -104
  290. package/dist/menu.js.map +1 -1
  291. package/dist/modal.js +111 -264
  292. package/dist/modal.js.map +1 -1
  293. package/dist/pagination.js +148 -145
  294. package/dist/pagination.js.map +1 -1
  295. package/dist/payment-method.js +16 -18
  296. package/dist/payment-method.js.map +1 -1
  297. package/dist/popover.js +58 -54
  298. package/dist/popover.js.map +1 -1
  299. package/dist/popper-container.js +13 -17
  300. package/dist/popper-container.js.map +1 -1
  301. package/dist/radio-group.js +71 -72
  302. package/dist/radio-group.js.map +1 -1
  303. package/dist/search-bar.js +54 -66
  304. package/dist/search-bar.js.map +1 -1
  305. package/dist/segmented-control.js +68 -55
  306. package/dist/segmented-control.js.map +1 -1
  307. package/dist/sidepanel.js +65 -64
  308. package/dist/sidepanel.js.map +1 -1
  309. package/dist/status.js +20 -23
  310. package/dist/status.js.map +1 -1
  311. package/dist/structured-list.js +1 -1
  312. package/dist/summary-grid.js +110 -141
  313. package/dist/summary-grid.js.map +1 -1
  314. package/dist/tabs.js +68 -60
  315. package/dist/tabs.js.map +1 -1
  316. package/dist/tag.js +23 -26
  317. package/dist/tag.js.map +1 -1
  318. package/dist/textarea.js +97 -96
  319. package/dist/textarea.js.map +1 -1
  320. package/dist/timeline.js +125 -125
  321. package/dist/timeline.js.map +1 -1
  322. package/dist/toast.js +44 -48
  323. package/dist/toast.js.map +1 -1
  324. package/dist/toggle.js +54 -52
  325. package/dist/toggle.js.map +1 -1
  326. package/dist/typography.js +1 -1
  327. package/dist/web-types.json +651 -397
  328. package/package.json +9 -12
  329. package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateBodyFitContentDynamicStyles/useCalculateBodyFitContentDynamicStyles.d.ts +0 -2
  330. package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateBodyFitContentDynamicStyles/useCalculateBodyFitContentDynamicStyles.types.d.ts +0 -8
  331. package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/components/index.d.ts +0 -1
  332. package/dist/assets/button-actions.css +0 -1
  333. package/dist/assets/chevron-down.css +0 -1
  334. package/dist/chunks/base-button.98379576.js.map +0 -1
  335. package/dist/chunks/button-actions.bd397c79.js +0 -104
  336. package/dist/chunks/button-actions.bd397c79.js.map +0 -1
  337. package/dist/chunks/button.d0c9527d.js.map +0 -1
  338. package/dist/chunks/calendar.0ae43a96.js.map +0 -1
  339. package/dist/chunks/checkbox.f8457c93.js +0 -164
  340. package/dist/chunks/checkbox.f8457c93.js.map +0 -1
  341. package/dist/chunks/chevron-down.b851a6da.js.map +0 -1
  342. package/dist/chunks/controls-group.b827382b.js.map +0 -1
  343. package/dist/chunks/copy.5a4cbd4d.js.map +0 -1
  344. package/dist/chunks/dropdown-default-textbox.819e43f7.js.map +0 -1
  345. package/dist/chunks/dropdown.c05678d0.js.map +0 -1
  346. package/dist/chunks/error-message.0433b539.js +0 -47
  347. package/dist/chunks/error-message.0433b539.js.map +0 -1
  348. package/dist/chunks/footer-actions.67642347.js.map +0 -1
  349. package/dist/chunks/get-slot-text.e5c766d0.js +0 -9
  350. package/dist/chunks/get-slot-text.e5c766d0.js.map +0 -1
  351. package/dist/chunks/index.0cf00b47.js.map +0 -1
  352. package/dist/chunks/index.10aaf539.js.map +0 -1
  353. package/dist/chunks/index.56858f4e.js.map +0 -1
  354. package/dist/chunks/index.f0f8ed98.js.map +0 -1
  355. package/dist/chunks/listbox-option-tag.8d6cccac.js.map +0 -1
  356. package/dist/chunks/listbox.116ed0c1.js.map +0 -1
  357. package/dist/chunks/loading-button.1c201f87.js +0 -84
  358. package/dist/chunks/loading-button.1c201f87.js.map +0 -1
  359. package/dist/chunks/tooltip.2aff4fa6.js.map +0 -1
  360. package/dist/chunks/use-default-slot-validator.83d977a1.js +0 -11
  361. package/dist/chunks/use-default-slot-validator.83d977a1.js.map +0 -1
  362. package/dist/chunks/use-has-slot.068222e6.js +0 -5
  363. package/dist/chunks/use-has-slot.068222e6.js.map +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "@adyen/bento-vue2",
4
- "version": "1.3.0",
4
+ "version": "1.4.0",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -12,40 +12,13 @@
12
12
  "description": "",
13
13
  "attributes": [
14
14
  {
15
- "name": "simultaneouslyExpandAllTabs",
16
- "description": "Indicates if all accordion items can be expanded simultaneously.\nIf this option is toggled in Storybook a refresh is required.\n - true: all accordion items can be expanded at a time\n - false: only one accordion item can be expanded at a time",
17
- "value": {
18
- "kind": "expression",
19
- "type": "boolean"
20
- },
21
- "default": "true"
22
- },
23
- {
24
- "name": "grouped",
25
- "description": "Grouped represents if the accordion is grouped inside a container or not\n- true: grouped inside a container\n- false: independent accordion item",
26
- "value": {
27
- "kind": "expression",
28
- "type": "boolean"
29
- },
30
- "default": "false"
31
- },
32
- {
33
- "name": "caretRight",
34
- "description": "Indicates the position of caret in the accordion. The default is right.\n- true: caret is on right\n- false: caret is on left",
35
- "value": {
36
- "kind": "expression",
37
- "type": "boolean"
38
- },
39
- "default": "true"
40
- },
41
- {
42
- "name": "variant",
43
- "description": "Variant represents accordion variant",
15
+ "name": "titleSize",
16
+ "description": "Controls accordion title size.",
44
17
  "value": {
45
18
  "kind": "expression",
46
- "type": "AdlAccordionVariant"
19
+ "type": "BentoAccordionTitleSize"
47
20
  },
48
- "default": "AdlAccordionVariant.PRIMARY"
21
+ "default": "'default'"
49
22
  }
50
23
  ],
51
24
  "slots": [
@@ -59,42 +32,37 @@
59
32
  }
60
33
  },
61
34
  {
62
- "name": "accordion.test",
63
- "description": "",
64
- "source": {
65
- "module": "./src/components/accordion/accordion.test.vue",
66
- "symbol": "default"
67
- }
68
- },
69
- {
70
- "name": "adl-accordion-item",
35
+ "name": "accordion-item",
71
36
  "description": "",
72
37
  "attributes": [
73
38
  {
74
- "name": "accordion",
75
- "description": "Injected tabs prop that contains all the required tab query methods.\nNOTE: This Prop defintion can be removed when the following issue is resolved:\nhttps://github.com/vuejs/vue/issues/8969",
39
+ "name": "title",
40
+ "required": true,
41
+ "description": "Sets the title of the accordion item.",
42
+ "value": {
43
+ "kind": "expression",
44
+ "type": "string"
45
+ }
46
+ },
47
+ {
48
+ "name": "isExpanded",
49
+ "description": "Controls if the content is visible or hidden.",
76
50
  "value": {
77
51
  "kind": "expression",
78
- "type": "AdlAccordion"
52
+ "type": "boolean"
79
53
  },
80
- "default": "null"
54
+ "default": "false"
55
+ }
56
+ ],
57
+ "events": [
58
+ {
59
+ "name": "update:is-expanded",
60
+ "description": "Emits update event when content is toggled"
81
61
  }
82
62
  ],
83
63
  "slots": [
84
64
  {
85
65
  "name": "default"
86
- },
87
- {
88
- "name": "picture"
89
- },
90
- {
91
- "name": "title"
92
- },
93
- {
94
- "name": "subtitle"
95
- },
96
- {
97
- "name": "content"
98
66
  }
99
67
  ],
100
68
  "source": {
@@ -463,7 +431,7 @@
463
431
  },
464
432
  {
465
433
  "name": "size",
466
- "description": "Dropdown input size",
434
+ "description": "Dropdown input size\n* @see BentoDropdownSize",
467
435
  "value": {
468
436
  "kind": "expression",
469
437
  "type": "BentoDropdownSize | `${BentoDropdownSize}`"
@@ -510,7 +478,7 @@
510
478
  "attributes": [
511
479
  {
512
480
  "name": "items",
513
- "description": "The option elements to populate the country dropdown with.\nIt must be an array of {@see BentoCountryListboxOptions }\n * @deprecated {string} value.label - Use BentoDropdown instead of custom labels\n * @property {BentoCountryCode} value.value - Country code of the option",
481
+ "description": "The option elements to populate the country dropdown with.\nIt must be an array of {@see BentoCountryListboxOptions }\n * @deprecated {string} value.label - Use BentoDropdown instead of custom labels\n * @property {BentoCountryCode | string} value.value - Country code of the option",
514
482
  "value": {
515
483
  "kind": "expression",
516
484
  "type": "BentoCountryListboxOptions"
@@ -681,6 +649,15 @@
681
649
  "name": "base-modal",
682
650
  "description": "",
683
651
  "attributes": [
652
+ {
653
+ "name": "actions",
654
+ "description": "List of actions that will be used to render the buttons.\nFirst element in the list will be rendered as \"primary\".\nAll elements after the first will be rendered as \"secondary\".\nBut you may change the color of 1-st action to red with 'critial' key\nNot more than 3 action buttons can be provided\nOr 2 action buttons and 1 Label for them\n\nEach object in the list should have a `title`, an `event` and\n(optional) a Vue `icon` from the library `@adyen/ui-assets-icons-16`.\n\n`title`: Button's text.\n\n`event`: Event triggered when clicking the Button.\n\n`icon`: Vue Icon from the library `@adyen/ui-assets-icons-16`.\n\n```\n[{\n title: 'Primary',2\n event: () => { ... },\n icon: FourPeopleIcon\n}, {\n title: 'Secondary',\n event: () => { ... }\n}]\n```",
655
+ "value": {
656
+ "kind": "expression",
657
+ "type": "BentoButtonActionsList"
658
+ },
659
+ "default": "null"
660
+ },
684
661
  {
685
662
  "name": "columnsSize",
686
663
  "description": "If a column layout is provided, it renders the respective left column width variant. This can be smaller than the second column, the same size as the second column or bigger than the second column.",
@@ -758,7 +735,7 @@
758
735
  "description": "Sets the width of the modal",
759
736
  "value": {
760
737
  "kind": "expression",
761
- "type": "BentoModalSize"
738
+ "type": "BentoModalSize | `${BentoModalSize}`"
762
739
  },
763
740
  "default": "BentoModalSize.SMALL"
764
741
  },
@@ -1242,7 +1219,7 @@
1242
1219
  {
1243
1220
  "name": "actions",
1244
1221
  "required": true,
1245
- "description": "List of actions that will be used to render the buttons.\nFirst element in the list will be rendered as \"primary\".\nAll elements after the first will be rendered as \"secondary\".\n\nEach object in the list should have a `title`, an `event` and\n(optional) a Vue `icon` from the library `@adyen/ui-assets-icons-16`.\n\n`title`: Button's text.\n\n`event`: Event triggered when clicking the Button.\n\n`icon` (optional): Vue Icon from the library `@adyen/ui-assets-icons-16`.\n\n`disabled` (optional): Disables the action.\n\n`variant` (optional): Sets button's variant background color.\n\n`critical` (optional): Sets button red border adn color.\n\n```\n[{\n title: 'Primary',\n event: () => { ... },\n icon: FourPeopleIcon\n}, {\n title: 'Secondary',\n event: () => { ... }\n disabled: true,\n variant: BentoButtonVariant.PRIMARY,\n critical: true\n}]\n```",
1222
+ "description": "List of actions that will be used to render the buttons.\nFirst element in the list will be rendered as \"primary\".\nAll elements after the first will be rendered as \"secondary\".\n\nEach object in the list should have a `title`, an `event` and\n(optional) a Vue `icon` from the library `@adyen/ui-assets-icons-16`.\n\n`title`: Button's text.\n\n`event`: Event triggered when clicking the Button.\n\n`icon` (optional): Vue Icon from the library `@adyen/ui-assets-icons-16`.",
1246
1223
  "value": {
1247
1224
  "kind": "expression",
1248
1225
  "type": "BentoButtonActionsList"
@@ -1340,6 +1317,9 @@
1340
1317
  }
1341
1318
  ],
1342
1319
  "slots": [
1320
+ {
1321
+ "name": "image"
1322
+ },
1343
1323
  {
1344
1324
  "name": "default"
1345
1325
  },
@@ -1372,7 +1352,7 @@
1372
1352
  "default": "null"
1373
1353
  },
1374
1354
  {
1375
- "name": "modelValue",
1355
+ "name": "v-model",
1376
1356
  "description": "When handling a single checkbox with a singular state, use a boolean.\n\nWhen handling multiple checkboxes, use an array of keys.\nThese keys exist as a set \"value\" prop for each checkbox.",
1377
1357
  "value": {
1378
1358
  "kind": "expression",
@@ -1525,7 +1505,7 @@
1525
1505
  }
1526
1506
  },
1527
1507
  {
1528
- "name": "modelValue",
1508
+ "name": "v-model",
1529
1509
  "description": "Determines the initially selected value of the group. Corresponds to the BentoCheckboxButtonItem's value.\nDefaults to no value selected.",
1530
1510
  "value": {
1531
1511
  "kind": "expression",
@@ -1642,6 +1622,15 @@
1642
1622
  },
1643
1623
  "default": "false"
1644
1624
  },
1625
+ {
1626
+ "name": "expandable",
1627
+ "description": "Displays a button that can expand the codeblock into a modal to easily\nview large blocks of code.",
1628
+ "value": {
1629
+ "kind": "expression",
1630
+ "type": "boolean"
1631
+ },
1632
+ "default": "false"
1633
+ },
1645
1634
  {
1646
1635
  "name": "actionableText",
1647
1636
  "description": "Displays a button that when clicked will emit a run event\nLeaves to the parent component the logic of what to do with it",
@@ -1650,6 +1639,15 @@
1650
1639
  "type": "string"
1651
1640
  },
1652
1641
  "default": "'run'"
1642
+ },
1643
+ {
1644
+ "name": "loading",
1645
+ "description": "Toggles the loading indicator within the action bar",
1646
+ "value": {
1647
+ "kind": "expression",
1648
+ "type": "boolean"
1649
+ },
1650
+ "default": "false"
1653
1651
  }
1654
1652
  ],
1655
1653
  "slots": [
@@ -1793,6 +1791,15 @@
1793
1791
  "type": "BentoDatagridData"
1794
1792
  }
1795
1793
  },
1794
+ {
1795
+ "name": "emptyState",
1796
+ "description": "Empty state props that will be passed down to inner empty-state component",
1797
+ "value": {
1798
+ "kind": "expression",
1799
+ "type": "BentoDatagridEmptyStateProps"
1800
+ },
1801
+ "default": "undefined"
1802
+ },
1796
1803
  {
1797
1804
  "name": "filters",
1798
1805
  "description": "filter-bar value (i.e. filters) that will be passed down to inner filter-bar component",
@@ -1918,6 +1925,15 @@
1918
1925
  "type": "BentoDatagridSortByColumn[]"
1919
1926
  },
1920
1927
  "default": "() => []"
1928
+ },
1929
+ {
1930
+ "name": "tabTitle",
1931
+ "description": "Title of the data grid to be rendered as tab title when a data grid is passed in a tab layout.",
1932
+ "value": {
1933
+ "kind": "expression",
1934
+ "type": "string"
1935
+ },
1936
+ "default": "null"
1921
1937
  }
1922
1938
  ],
1923
1939
  "events": [
@@ -2612,7 +2628,7 @@
2612
2628
  "attributes": [
2613
2629
  {
2614
2630
  "name": "items",
2615
- "description": "The option elements to populate the tag dropdown with.\nIt must be an array of {@see BentoTagListboxOptions }\n * @property {string} value.label - Text to be displayed in the option\n * @property {string,number} value.value - Value of the option\n * @property {BentoTagVariant} value.variant - The BentTag variant shown for the option.",
2631
+ "description": "The option elements to populate the tag dropdown with.\nIt must be an array of {@see BentoTagListboxOptions }\n * @property {string} value.label - Text to be displayed in the option\n * @property {string,number} value.value - Value of the option\n * @property {string} value.variant - The BentTag variant shown for the option.",
2616
2632
  "value": {
2617
2633
  "kind": "expression",
2618
2634
  "type": "BentoTagListboxOptions"
@@ -2746,6 +2762,52 @@
2746
2762
  "symbol": "default"
2747
2763
  }
2748
2764
  },
2765
+ {
2766
+ "name": "bento-image",
2767
+ "description": "",
2768
+ "attributes": [
2769
+ {
2770
+ "name": "src",
2771
+ "required": true,
2772
+ "description": "Url to image, same as src attribute of `<img>` tag",
2773
+ "value": {
2774
+ "kind": "expression",
2775
+ "type": "string"
2776
+ }
2777
+ },
2778
+ {
2779
+ "name": "alt",
2780
+ "required": true,
2781
+ "description": "Accessible text describing the image, same as alt attribute of `<img>` tag",
2782
+ "value": {
2783
+ "kind": "expression",
2784
+ "type": "string"
2785
+ }
2786
+ },
2787
+ {
2788
+ "name": "aspectRatio",
2789
+ "description": "Aspect ratio of the image, maps to css aspect-ratio",
2790
+ "value": {
2791
+ "kind": "expression",
2792
+ "type": "BentoImageAspectRatio | `${BentoImageAspectRatio}`"
2793
+ },
2794
+ "default": "null"
2795
+ },
2796
+ {
2797
+ "name": "objectFit",
2798
+ "description": "Object fitting strategy, maps to css object-fit",
2799
+ "value": {
2800
+ "kind": "expression",
2801
+ "type": "BentoImageObjectFit | `${BentoImageObjectFit}`"
2802
+ },
2803
+ "default": "null"
2804
+ }
2805
+ ],
2806
+ "source": {
2807
+ "module": "./src/components/image/image.vue",
2808
+ "symbol": "default"
2809
+ }
2810
+ },
2749
2811
  {
2750
2812
  "name": "bento-info-icon",
2751
2813
  "description": "",
@@ -2775,66 +2837,67 @@
2775
2837
  }
2776
2838
  },
2777
2839
  {
2778
- "name": "bento-input-field",
2840
+ "name": "bento-input-filter",
2779
2841
  "description": "",
2780
2842
  "attributes": [
2781
2843
  {
2782
- "name": "ariaHidden",
2783
- "description": "Indicates whether the element is exposed to an accessibility API.",
2784
- "value": {
2785
- "kind": "expression",
2786
- "type": "boolean"
2787
- },
2788
- "default": "true"
2789
- },
2790
- {
2791
- "name": "ariaLabel",
2792
- "description": "Text that labels an the input element",
2844
+ "name": "defaultValue",
2845
+ "description": "Default value of the filter to reset to.",
2793
2846
  "value": {
2794
2847
  "kind": "expression",
2795
2848
  "type": "string"
2796
2849
  },
2797
- "default": "undefined"
2850
+ "default": "null"
2798
2851
  },
2799
2852
  {
2800
- "name": "disabled",
2801
- "description": "Disables the possibility of changing value in the input-field",
2853
+ "name": "field",
2854
+ "required": true,
2855
+ "description": "Filter name/key referencing the actual property name in the data set.\nShould be unique per filter bar.",
2802
2856
  "value": {
2803
2857
  "kind": "expression",
2804
- "type": "boolean"
2805
- },
2806
- "default": "false"
2858
+ "type": "string"
2859
+ }
2807
2860
  },
2808
2861
  {
2809
- "name": "dropdown",
2810
- "description": "Dropdown props for the small selectable dropdown menu.",
2862
+ "name": "label",
2863
+ "required": true,
2864
+ "description": "Label text to be displayed",
2811
2865
  "value": {
2812
2866
  "kind": "expression",
2813
- "type": "BentoInputDropdownProps"
2814
- },
2815
- "default": "undefined"
2867
+ "type": "string"
2868
+ }
2816
2869
  },
2817
2870
  {
2818
- "name": "dropdownPosition",
2819
- "description": "Position of the dropdown before or after input value",
2871
+ "name": "value",
2872
+ "description": "Current value of the filter",
2820
2873
  "value": {
2821
2874
  "kind": "expression",
2822
- "type": "BentoInputFieldElementPosition | `${BentoInputFieldElementPosition}`"
2875
+ "type": "string"
2823
2876
  },
2824
- "default": "BentoInputFieldElementPosition.START"
2877
+ "default": "null"
2825
2878
  },
2826
2879
  {
2827
- "name": "error",
2828
- "description": "Adds error validation class for outlining input-field.",
2880
+ "name": "onlySlot",
2881
+ "description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
2829
2882
  "value": {
2830
2883
  "kind": "expression",
2831
2884
  "type": "boolean"
2832
2885
  },
2833
2886
  "default": "false"
2834
- },
2887
+ }
2888
+ ],
2889
+ "source": {
2890
+ "module": "./src/components/filter-bar/components/input-filter/input-filter.vue",
2891
+ "symbol": "default"
2892
+ }
2893
+ },
2894
+ {
2895
+ "name": "bento-listbox",
2896
+ "description": "Listbox container.\nIt lists all the available options.",
2897
+ "attributes": [
2835
2898
  {
2836
- "name": "errorMessage",
2837
- "description": "Renders input-field with an error state and the error message beneath the input box",
2899
+ "name": "ariaLabel",
2900
+ "description": "Defines a string value that labels an interactive element.",
2838
2901
  "value": {
2839
2902
  "kind": "expression",
2840
2903
  "type": "string"
@@ -2842,8 +2905,8 @@
2842
2905
  "default": "null"
2843
2906
  },
2844
2907
  {
2845
- "name": "optional",
2846
- "description": "Highlights the dropdown is optional.",
2908
+ "name": "hasMoreItems",
2909
+ "description": "Indicates whether there are more items to load",
2847
2910
  "value": {
2848
2911
  "kind": "expression",
2849
2912
  "type": "boolean"
@@ -2851,238 +2914,58 @@
2851
2914
  "default": "false"
2852
2915
  },
2853
2916
  {
2854
- "name": "placeholder",
2855
- "description": "Text displayed as the placeholder of the input-field",
2917
+ "name": "id",
2918
+ "required": true,
2919
+ "description": "Identifies the listbox whose contents are controlled by the the combobox on which the aria-controls attribute is set.",
2856
2920
  "value": {
2857
2921
  "kind": "expression",
2858
2922
  "type": "string"
2859
- },
2860
- "default": "''"
2923
+ }
2861
2924
  },
2862
2925
  {
2863
- "name": "required",
2864
- "description": "Highlights the dropdown is required.",
2926
+ "name": "isOptionDisabled",
2927
+ "description": "Function that allows the options to be disabled",
2865
2928
  "value": {
2866
2929
  "kind": "expression",
2867
- "type": "boolean"
2930
+ "type": "BentoListboxIsOptionDisabled"
2868
2931
  },
2869
- "default": "false"
2932
+ "default": "() => undefined"
2870
2933
  },
2871
2934
  {
2872
- "name": "readonly",
2873
- "description": "Setting this property to true will set the input field to read only state.",
2935
+ "name": "items",
2936
+ "required": true,
2937
+ "description": "The option elements to populate the listbox with.\nIt must be an array of {@see BentoListboxOptionItem }\n * @property {string} value.label - Text to be displayed in the option\n * @property {string,number} value.value - Value of the option",
2874
2938
  "value": {
2875
2939
  "kind": "expression",
2876
- "type": "boolean"
2877
- },
2878
- "default": "false"
2940
+ "type": "BentoListboxOptions"
2941
+ }
2879
2942
  },
2880
2943
  {
2881
- "name": "staticValue",
2882
- "description": "Static text that displayed before or after input value\nApplicable to the Static Value variant",
2944
+ "name": "loading",
2945
+ "description": "Indicates if new options are loading.",
2883
2946
  "value": {
2884
2947
  "kind": "expression",
2885
- "type": "string"
2948
+ "type": "boolean"
2886
2949
  },
2887
- "default": "''"
2950
+ "default": "false"
2888
2951
  },
2889
2952
  {
2890
- "name": "staticValuePosition",
2891
- "description": "Position of Static Value before or after input value",
2953
+ "name": "lazyLoadType",
2954
+ "description": "The type of `Lazy Load`.\nType \"automatic\" will enable infinite scrolling\nType \"button\" will enable lazy loading with \"Show more\" button",
2892
2955
  "value": {
2893
2956
  "kind": "expression",
2894
- "type": "BentoInputFieldElementPosition | `${BentoInputFieldElementPosition}`"
2957
+ "type": "BentoListboxLazyLoadType | `${BentoListboxLazyLoadType}`"
2895
2958
  },
2896
- "default": "BentoInputFieldElementPosition.START"
2959
+ "default": "BentoListboxLazyLoadType.NONE"
2897
2960
  },
2898
2961
  {
2899
- "name": "type",
2900
- "description": "A string specifying the type of control to render.",
2962
+ "name": "multiple",
2963
+ "description": "If enabled, the user will be able to select multiple items.",
2901
2964
  "value": {
2902
2965
  "kind": "expression",
2903
- "type": "BentoInputFieldType | `${BentoInputFieldType}`"
2966
+ "type": "boolean"
2904
2967
  },
2905
- "default": "BentoInputFieldType.TEXT"
2906
- },
2907
- {
2908
- "name": "value",
2909
- "description": "Text displayed as the value of the input-field",
2910
- "value": {
2911
- "kind": "expression",
2912
- "type": "BentoInputFieldValue"
2913
- },
2914
- "default": "undefined"
2915
- },
2916
- {
2917
- "name": "variant",
2918
- "description": "Describes the different variants for the input element",
2919
- "value": {
2920
- "kind": "expression",
2921
- "type": "BentoInputFieldVariant | `${BentoInputFieldVariant}`"
2922
- },
2923
- "default": "BentoInputFieldVariant.DEFAULT"
2924
- }
2925
- ],
2926
- "events": [
2927
- {
2928
- "name": "<undefined>"
2929
- }
2930
- ],
2931
- "slots": [
2932
- {
2933
- "name": "default"
2934
- },
2935
- {
2936
- "name": "defaultIconBefore"
2937
- },
2938
- {
2939
- "name": "paymentMethod"
2940
- },
2941
- {
2942
- "name": "staticValue"
2943
- },
2944
- {
2945
- "name": "iconAfter"
2946
- },
2947
- {
2948
- "name": "description"
2949
- }
2950
- ],
2951
- "source": {
2952
- "module": "./src/components/input-field/input-field.vue",
2953
- "symbol": "default"
2954
- }
2955
- },
2956
- {
2957
- "name": "bento-input-filter",
2958
- "description": "",
2959
- "attributes": [
2960
- {
2961
- "name": "defaultValue",
2962
- "description": "Default value of the filter to reset to.",
2963
- "value": {
2964
- "kind": "expression",
2965
- "type": "string"
2966
- },
2967
- "default": "null"
2968
- },
2969
- {
2970
- "name": "field",
2971
- "required": true,
2972
- "description": "Filter name/key referencing the actual property name in the data set.\nShould be unique per filter bar.",
2973
- "value": {
2974
- "kind": "expression",
2975
- "type": "string"
2976
- }
2977
- },
2978
- {
2979
- "name": "label",
2980
- "required": true,
2981
- "description": "Label text to be displayed",
2982
- "value": {
2983
- "kind": "expression",
2984
- "type": "string"
2985
- }
2986
- },
2987
- {
2988
- "name": "value",
2989
- "description": "Current value of the filter",
2990
- "value": {
2991
- "kind": "expression",
2992
- "type": "string"
2993
- },
2994
- "default": "null"
2995
- },
2996
- {
2997
- "name": "onlySlot",
2998
- "description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
2999
- "value": {
3000
- "kind": "expression",
3001
- "type": "boolean"
3002
- },
3003
- "default": "false"
3004
- }
3005
- ],
3006
- "source": {
3007
- "module": "./src/components/filter-bar/components/input-filter/input-filter.vue",
3008
- "symbol": "default"
3009
- }
3010
- },
3011
- {
3012
- "name": "bento-listbox",
3013
- "description": "Listbox container.\nIt lists all the available options.",
3014
- "attributes": [
3015
- {
3016
- "name": "ariaLabel",
3017
- "description": "Defines a string value that labels an interactive element.",
3018
- "value": {
3019
- "kind": "expression",
3020
- "type": "string"
3021
- },
3022
- "default": "null"
3023
- },
3024
- {
3025
- "name": "hasMoreItems",
3026
- "description": "Indicates whether there are more items to load",
3027
- "value": {
3028
- "kind": "expression",
3029
- "type": "boolean"
3030
- },
3031
- "default": "false"
3032
- },
3033
- {
3034
- "name": "id",
3035
- "required": true,
3036
- "description": "Identifies the listbox whose contents are controlled by the the combobox on which the aria-controls attribute is set.",
3037
- "value": {
3038
- "kind": "expression",
3039
- "type": "string"
3040
- }
3041
- },
3042
- {
3043
- "name": "isOptionDisabled",
3044
- "description": "Function that allows the options to be disabled",
3045
- "value": {
3046
- "kind": "expression",
3047
- "type": "BentoListboxIsOptionDisabled"
3048
- },
3049
- "default": "() => undefined"
3050
- },
3051
- {
3052
- "name": "items",
3053
- "required": true,
3054
- "description": "The option elements to populate the listbox with.\nIt must be an array of {@see BentoListboxOptionItem }\n * @property {string} value.label - Text to be displayed in the option\n * @property {string,number} value.value - Value of the option",
3055
- "value": {
3056
- "kind": "expression",
3057
- "type": "BentoListboxOptions"
3058
- }
3059
- },
3060
- {
3061
- "name": "loading",
3062
- "description": "Indicates if new options are loading.",
3063
- "value": {
3064
- "kind": "expression",
3065
- "type": "boolean"
3066
- },
3067
- "default": "false"
3068
- },
3069
- {
3070
- "name": "lazyLoadType",
3071
- "description": "The type of `Lazy Load`.\nType \"automatic\" will enable infinite scrolling\nType \"button\" will enable lazy loading with \"Show more\" button",
3072
- "value": {
3073
- "kind": "expression",
3074
- "type": "BentoListboxLazyLoadType | `${BentoListboxLazyLoadType}`"
3075
- },
3076
- "default": "BentoListboxLazyLoadType.NONE"
3077
- },
3078
- {
3079
- "name": "multiple",
3080
- "description": "If enabled, the user will be able to select multiple items.",
3081
- "value": {
3082
- "kind": "expression",
3083
- "type": "boolean"
3084
- },
3085
- "default": "false"
2968
+ "default": "false"
3086
2969
  },
3087
2970
  {
3088
2971
  "name": "noResultsMessage",
@@ -3466,7 +3349,7 @@
3466
3349
  "kind": "expression",
3467
3350
  "type": "BentoMenuButtonProps"
3468
3351
  },
3469
- "default": "() => ({\n variant: BentoButtonVariant.SECONDARY,\n})"
3352
+ "default": "() =>\n ({\n variant: 'secondary',\n } as BentoMenuButtonProps)"
3470
3353
  }
3471
3354
  ],
3472
3355
  "slots": [
@@ -3688,7 +3571,7 @@
3688
3571
  "description": "Sets the width of the modal",
3689
3572
  "value": {
3690
3573
  "kind": "expression",
3691
- "type": "BentoModalSize"
3574
+ "type": "BentoModalSize | `${BentoModalSize}`"
3692
3575
  }
3693
3576
  },
3694
3577
  {
@@ -3814,7 +3697,7 @@
3814
3697
  "description": "Sets different action buttons styling and appearance",
3815
3698
  "value": {
3816
3699
  "kind": "expression",
3817
- "type": "BentoModalDialogType"
3700
+ "type": "BentoModalDialogType | `${BentoModalDialogType}`"
3818
3701
  }
3819
3702
  },
3820
3703
  {
@@ -4259,7 +4142,7 @@
4259
4142
  },
4260
4143
  {
4261
4144
  "name": "bento-radio-group",
4262
- "description": "A radio group component should be used whenever it is necessary to use a set of radio buttons\nThis component conforms to the official WAI-ARIA guidelines for grouping controls: https://www.w3.org/WAI/tutorials/forms/grouping/\n\nimport { BentoRadioGroup, BentoRadioGroupVariant } from '@adyen/bento-vue2/';\n\nexport default {\n components: { BentoRadioGroup },\n template: `\n <bento-radio-group\n label=\"Your group label\"\n :items=\"[\n { value: 1, label: 'Your label' },\n { value: 2, label: 'Another label', description: 'Your descriptive sub label' },\n ]\"\n :variant=\"BentoRadioGroupVariant.HORIZONTAL\"\n />\n `\n};",
4145
+ "description": "A radio group component should be used whenever it is necessary to use a set of radio buttons\nThis component conforms to the official WAI-ARIA guidelines for grouping controls: https://www.w3.org/WAI/tutorials/forms/grouping/\n\nimport { BentoRadioGroup } from '@adyen/bento-vue2/';\n\nexport default {\n components: { BentoRadioGroup },\n template: `\n <bento-radio-group\n label=\"Your group label\"\n :items=\"[\n { value: 1, label: 'Your label' },\n { value: 2, label: 'Another label', description: 'Your descriptive sub label' },\n ]\"\n variant=\"horizontal\"\n />\n `\n};",
4263
4146
  "attributes": [
4264
4147
  {
4265
4148
  "name": "description",
@@ -4334,7 +4217,7 @@
4334
4217
  }
4335
4218
  },
4336
4219
  {
4337
- "name": "modelValue",
4220
+ "name": "v-model",
4338
4221
  "description": "Determines the initially selected value of the group. Corresponds to the BentoRadioButtonItem's value.\nDefaults to no value selected.",
4339
4222
  "value": {
4340
4223
  "kind": "expression",
@@ -4448,57 +4331,6 @@
4448
4331
  "symbol": "default"
4449
4332
  }
4450
4333
  },
4451
- {
4452
- "name": "bento-search-bar",
4453
- "description": "Search functionality to help users find the desired data quicker.\nWhen a user starts typing, the data is dynamically filtered to\nonly show the relevant results.\n\nClearing the search field displays the entire list again.",
4454
- "attributes": [
4455
- {
4456
- "name": "inputFieldAriaLabel",
4457
- "required": true,
4458
- "description": "Text that labels an the search bar input element",
4459
- "value": {
4460
- "kind": "expression",
4461
- "type": "string"
4462
- }
4463
- },
4464
- {
4465
- "name": "debounceTime",
4466
- "description": "Custom debounce time. Default: 300",
4467
- "value": {
4468
- "kind": "expression",
4469
- "type": "number"
4470
- },
4471
- "default": "300"
4472
- },
4473
- {
4474
- "name": "placeholder",
4475
- "description": "Text displayed as the placeholder of the input-field",
4476
- "value": {
4477
- "kind": "expression",
4478
- "type": "string"
4479
- },
4480
- "default": "''"
4481
- },
4482
- {
4483
- "name": "value",
4484
- "description": "Text displayed as the value being searched",
4485
- "value": {
4486
- "kind": "expression",
4487
- "type": "string"
4488
- },
4489
- "default": "undefined"
4490
- }
4491
- ],
4492
- "events": [
4493
- {
4494
- "name": "<undefined>"
4495
- }
4496
- ],
4497
- "source": {
4498
- "module": "./src/components/search-bar/search-bar.vue",
4499
- "symbol": "default"
4500
- }
4501
- },
4502
4334
  {
4503
4335
  "name": "bento-segmented-control",
4504
4336
  "description": "",
@@ -4635,7 +4467,7 @@
4635
4467
  "attributes": [
4636
4468
  {
4637
4469
  "name": "options",
4638
- "description": "List of options that are needed to setup the country filter\nAvailable options:\n - multiple: If \"true\", the user will be able to select multiple items.\n - listboxItems: The option elements to populate the filter with {@see BentoSelectCountryFilterOptions}\n - variant: Which label variant to display for the option item {@see BentoCountryVariant}.",
4470
+ "description": "List of options that are needed to setup the country filter\nAvailable options:\n - multiple: If \"true\", the user will be able to select multiple items.\n - listboxItems: The option elements to populate the filter with {@see BentoSelectCountryFilterOptions}\n - variant: Which label variant to display for the option item.",
4639
4471
  "value": {
4640
4472
  "kind": "expression",
4641
4473
  "type": "BentoSelectCountryFilterOptions"
@@ -6907,40 +6739,103 @@
6907
6739
  }
6908
6740
  },
6909
6741
  {
6910
- "name": "error-message",
6742
+ "name": "empty-state",
6911
6743
  "description": "",
6912
6744
  "attributes": [
6913
6745
  {
6914
- "name": "errorMessage",
6746
+ "name": "action",
6915
6747
  "required": true,
6916
- "description": "The rendered error message",
6748
+ "description": "Defines the button at the end of the component.",
6917
6749
  "value": {
6918
6750
  "kind": "expression",
6919
- "type": "string"
6751
+ "type": "BentoButtonActionObject"
6920
6752
  }
6921
- }
6922
- ],
6923
- "source": {
6924
- "module": "./src/components/internal/error-message/error-message.vue",
6925
- "symbol": "default"
6926
- }
6927
- },
6928
- {
6929
- "name": "filter-bar-filter-button",
6930
- "description": "",
6931
- "attributes": [
6753
+ },
6932
6754
  {
6933
- "name": "label",
6934
- "required": true,
6935
- "description": "Button label to be displayed",
6755
+ "name": "description",
6756
+ "description": "The empty state description.\nGives additional details to the issue.\nThis can be used or the default slot",
6936
6757
  "value": {
6937
6758
  "kind": "expression",
6938
6759
  "type": "string"
6939
- }
6760
+ },
6761
+ "default": "null"
6940
6762
  },
6941
6763
  {
6942
- "name": "appliedFiltersCount",
6943
- "description": "Total count of applied filters",
6764
+ "name": "headingEl",
6765
+ "description": "Sets the heading HTML DOM element.",
6766
+ "value": {
6767
+ "kind": "expression",
6768
+ "type": "`${BentoTypographyElement}`"
6769
+ },
6770
+ "default": "null"
6771
+ },
6772
+ {
6773
+ "name": "image",
6774
+ "description": "Name of the illustration for the empty state.",
6775
+ "value": {
6776
+ "kind": "expression",
6777
+ "type": "`${BentoEmptyStateImage}`"
6778
+ },
6779
+ "default": "null"
6780
+ },
6781
+ {
6782
+ "name": "title",
6783
+ "description": "The empty state heading.\nShould clearly explain the issue.",
6784
+ "value": {
6785
+ "kind": "expression",
6786
+ "type": "string"
6787
+ },
6788
+ "default": "''"
6789
+ },
6790
+ {
6791
+ "name": "variant",
6792
+ "description": "Types of different empty states",
6793
+ "value": {
6794
+ "kind": "expression",
6795
+ "type": "`${BentoEmptyStateVariant}`"
6796
+ },
6797
+ "default": "'basic'"
6798
+ }
6799
+ ],
6800
+ "slots": [
6801
+ {
6802
+ "name": "title"
6803
+ },
6804
+ {
6805
+ "name": "default"
6806
+ }
6807
+ ],
6808
+ "source": {
6809
+ "module": "./src/components/empty-state/empty-state.vue",
6810
+ "symbol": "default"
6811
+ }
6812
+ },
6813
+ {
6814
+ "name": "error-message",
6815
+ "description": "",
6816
+ "attributes": [
6817
+ {
6818
+ "name": "errorMessage",
6819
+ "required": true,
6820
+ "description": "The rendered error message",
6821
+ "value": {
6822
+ "kind": "expression",
6823
+ "type": "string"
6824
+ }
6825
+ }
6826
+ ],
6827
+ "source": {
6828
+ "module": "./src/components/internal/error-message/error-message.vue",
6829
+ "symbol": "default"
6830
+ }
6831
+ },
6832
+ {
6833
+ "name": "filter-bar-button",
6834
+ "description": "",
6835
+ "attributes": [
6836
+ {
6837
+ "name": "appliedFiltersCount",
6838
+ "description": "The number of applies values within the filter.\ne.g. if 2 items in a dropdown filter have been applied, the number 2 will be shown here.",
6944
6839
  "value": {
6945
6840
  "kind": "expression",
6946
6841
  "type": "number"
@@ -6948,8 +6843,8 @@
6948
6843
  "default": "null"
6949
6844
  },
6950
6845
  {
6951
- "name": "hasChevron",
6952
- "description": "Indicates whether the button has a chevron",
6846
+ "name": "disabled",
6847
+ "description": "Disables button functionality.",
6953
6848
  "value": {
6954
6849
  "kind": "expression",
6955
6850
  "type": "boolean"
@@ -6958,7 +6853,7 @@
6958
6853
  },
6959
6854
  {
6960
6855
  "name": "isFilterOpen",
6961
- "description": "Indicates whether the filter popover tied to this button is showing",
6856
+ "description": "Signifies if the filter is open or closed.",
6962
6857
  "value": {
6963
6858
  "kind": "expression",
6964
6859
  "type": "boolean"
@@ -6966,8 +6861,8 @@
6966
6861
  "default": "false"
6967
6862
  },
6968
6863
  {
6969
- "name": "disabled",
6970
- "description": "Disables button functionality.",
6864
+ "name": "hasChevron",
6865
+ "description": "Toggles if a chevron icon should be displayed in the button.\nThe chevron will change depending on the open state of the filter.",
6971
6866
  "value": {
6972
6867
  "kind": "expression",
6973
6868
  "type": "boolean"
@@ -6977,11 +6872,38 @@
6977
6872
  ],
6978
6873
  "events": [
6979
6874
  {
6980
- "name": "click"
6875
+ "name": "click",
6876
+ "description": "Emitted when the button is clicked"
6877
+ }
6878
+ ],
6879
+ "slots": [
6880
+ {
6881
+ "name": "iconLeft"
6882
+ },
6883
+ {
6884
+ "name": "default"
6981
6885
  }
6982
6886
  ],
6983
6887
  "source": {
6984
- "module": "./src/components/filter-bar/components/base-filter/components/filter-bar-filter-button/filter-bar-filter-button.vue",
6888
+ "module": "./src/components/filter-bar/components/filter-bar-button/filter-bar-button.vue",
6889
+ "symbol": "default"
6890
+ }
6891
+ },
6892
+ {
6893
+ "name": "filter-bar-toast-stub",
6894
+ "description": "",
6895
+ "attributes": [
6896
+ {
6897
+ "name": "value",
6898
+ "value": {
6899
+ "kind": "expression",
6900
+ "type": "BentoFilterBarModel"
6901
+ },
6902
+ "default": "undefined"
6903
+ }
6904
+ ],
6905
+ "source": {
6906
+ "module": "./src/components/filter-bar/__tests__/filter-bar-toast-stub.vue",
6985
6907
  "symbol": "default"
6986
6908
  }
6987
6909
  },
@@ -7196,6 +7118,223 @@
7196
7118
  "symbol": "default"
7197
7119
  }
7198
7120
  },
7121
+ {
7122
+ "name": "input-field",
7123
+ "description": "",
7124
+ "attributes": [
7125
+ {
7126
+ "name": "ariaHidden",
7127
+ "description": "Indicates whether the element is exposed to an accessibility API.",
7128
+ "value": {
7129
+ "kind": "expression",
7130
+ "type": "boolean"
7131
+ },
7132
+ "default": "true"
7133
+ },
7134
+ {
7135
+ "name": "ariaLabel",
7136
+ "description": "Text that labels an the input element",
7137
+ "value": {
7138
+ "kind": "expression",
7139
+ "type": "string"
7140
+ },
7141
+ "default": "undefined"
7142
+ },
7143
+ {
7144
+ "name": "condensed",
7145
+ "description": "Reduces height of the input",
7146
+ "value": {
7147
+ "kind": "expression",
7148
+ "type": "boolean"
7149
+ },
7150
+ "default": "false"
7151
+ },
7152
+ {
7153
+ "name": "disabled",
7154
+ "description": "Disables the possibility of changing value in the input-field",
7155
+ "value": {
7156
+ "kind": "expression",
7157
+ "type": "boolean"
7158
+ },
7159
+ "default": "false"
7160
+ },
7161
+ {
7162
+ "name": "dropdown",
7163
+ "description": "Dropdown props for the small selectable dropdown menu.",
7164
+ "value": {
7165
+ "kind": "expression",
7166
+ "type": "BentoInputDropdownProps"
7167
+ },
7168
+ "default": "undefined"
7169
+ },
7170
+ {
7171
+ "name": "dropdownPosition",
7172
+ "description": "Position of the dropdown before or after input value",
7173
+ "value": {
7174
+ "kind": "expression",
7175
+ "type": "BentoInputFieldElementPosition | `${BentoInputFieldElementPosition}`"
7176
+ },
7177
+ "default": "BentoInputFieldElementPosition.START"
7178
+ },
7179
+ {
7180
+ "name": "error",
7181
+ "description": "Adds error validation class for outlining input-field.",
7182
+ "value": {
7183
+ "kind": "expression",
7184
+ "type": "boolean"
7185
+ },
7186
+ "default": "false"
7187
+ },
7188
+ {
7189
+ "name": "errorMessage",
7190
+ "description": "Renders input-field with an error state and the error message beneath the input box",
7191
+ "value": {
7192
+ "kind": "expression",
7193
+ "type": "string"
7194
+ },
7195
+ "default": "null"
7196
+ },
7197
+ {
7198
+ "name": "optional",
7199
+ "description": "Highlights the dropdown is optional.",
7200
+ "value": {
7201
+ "kind": "expression",
7202
+ "type": "boolean"
7203
+ },
7204
+ "default": "false"
7205
+ },
7206
+ {
7207
+ "name": "placeholder",
7208
+ "description": "Text displayed as the placeholder of the input-field",
7209
+ "value": {
7210
+ "kind": "expression",
7211
+ "type": "string"
7212
+ },
7213
+ "default": "''"
7214
+ },
7215
+ {
7216
+ "name": "required",
7217
+ "description": "Highlights the dropdown is required.",
7218
+ "value": {
7219
+ "kind": "expression",
7220
+ "type": "boolean"
7221
+ },
7222
+ "default": "false"
7223
+ },
7224
+ {
7225
+ "name": "readonly",
7226
+ "description": "Setting this property to true will set the input field to read only state.",
7227
+ "value": {
7228
+ "kind": "expression",
7229
+ "type": "boolean"
7230
+ },
7231
+ "default": "false"
7232
+ },
7233
+ {
7234
+ "name": "staticValue",
7235
+ "description": "Static text that displayed before or after input value\nApplicable to the Static Value variant",
7236
+ "value": {
7237
+ "kind": "expression",
7238
+ "type": "string"
7239
+ },
7240
+ "default": "''"
7241
+ },
7242
+ {
7243
+ "name": "staticValuePosition",
7244
+ "description": "Position of Static Value before or after input value",
7245
+ "value": {
7246
+ "kind": "expression",
7247
+ "type": "BentoInputFieldElementPosition | `${BentoInputFieldElementPosition}`"
7248
+ },
7249
+ "default": "BentoInputFieldElementPosition.START"
7250
+ },
7251
+ {
7252
+ "name": "type",
7253
+ "description": "A string specifying the type of control to render.",
7254
+ "value": {
7255
+ "kind": "expression",
7256
+ "type": "BentoInputFieldType | `${BentoInputFieldType}`"
7257
+ },
7258
+ "default": "BentoInputFieldType.TEXT"
7259
+ },
7260
+ {
7261
+ "name": "value",
7262
+ "description": "Text displayed as the value of the input-field",
7263
+ "value": {
7264
+ "kind": "expression",
7265
+ "type": "BentoInputFieldValue"
7266
+ },
7267
+ "default": "undefined"
7268
+ },
7269
+ {
7270
+ "name": "variant",
7271
+ "description": "Describes the different variants for the input element",
7272
+ "value": {
7273
+ "kind": "expression",
7274
+ "type": "BentoInputFieldVariant | `${BentoInputFieldVariant}`"
7275
+ },
7276
+ "default": "BentoInputFieldVariant.DEFAULT"
7277
+ }
7278
+ ],
7279
+ "events": [
7280
+ {
7281
+ "name": "update:dropdown",
7282
+ "description": "Emitted when the Input Field's internal dropdown changes it's value. Contains every dropdown prop passed with the updated selected value as 'value'"
7283
+ },
7284
+ {
7285
+ "name": "blur",
7286
+ "description": "Emitted when the element has lost focus"
7287
+ },
7288
+ {
7289
+ "name": "change",
7290
+ "description": "Emitted when the user modifies the element's value. Unlike the 'input' event, the change event is not necessarily fired for each alteration to an element's value"
7291
+ },
7292
+ {
7293
+ "name": "dropdown-input",
7294
+ "description": "Emitted when the Input Field's internal dropdown changes it's value"
7295
+ },
7296
+ {
7297
+ "name": "escape-pressed",
7298
+ "description": "Emitted when the \"ESC\" key is pressed"
7299
+ },
7300
+ {
7301
+ "name": "focus",
7302
+ "description": "Emitted when the element has received focus"
7303
+ },
7304
+ {
7305
+ "name": "keydown",
7306
+ "description": "Emitted when a key is pressed"
7307
+ },
7308
+ {
7309
+ "name": "input",
7310
+ "description": "Emitted when the component's model changes"
7311
+ }
7312
+ ],
7313
+ "slots": [
7314
+ {
7315
+ "name": "default"
7316
+ },
7317
+ {
7318
+ "name": "defaultIconBefore"
7319
+ },
7320
+ {
7321
+ "name": "paymentMethod"
7322
+ },
7323
+ {
7324
+ "name": "staticValue"
7325
+ },
7326
+ {
7327
+ "name": "iconAfter"
7328
+ },
7329
+ {
7330
+ "name": "description"
7331
+ }
7332
+ ],
7333
+ "source": {
7334
+ "module": "./src/components/input-field/input-field.vue",
7335
+ "symbol": "default"
7336
+ }
7337
+ },
7199
7338
  {
7200
7339
  "name": "link",
7201
7340
  "description": "",
@@ -7235,6 +7374,16 @@
7235
7374
  "kind": "expression",
7236
7375
  "type": "boolean"
7237
7376
  }
7377
+ },
7378
+ {
7379
+ "name": "target",
7380
+ "required": false,
7381
+ "description": "Sets the target of the rendered link.",
7382
+ "value": {
7383
+ "kind": "expression",
7384
+ "type": "string"
7385
+ },
7386
+ "default": "null"
7238
7387
  }
7239
7388
  ],
7240
7389
  "events": [
@@ -7646,15 +7795,6 @@
7646
7795
  },
7647
7796
  "default": "null"
7648
7797
  },
7649
- {
7650
- "name": "ariaLabel",
7651
- "description": "Defines a string value that provides an accessible name for the popper-container.",
7652
- "value": {
7653
- "kind": "expression",
7654
- "type": "string"
7655
- },
7656
- "default": "null"
7657
- },
7658
7798
  {
7659
7799
  "name": "targetElement",
7660
7800
  "required": true,
@@ -7861,6 +8001,75 @@
7861
8001
  "symbol": "default"
7862
8002
  }
7863
8003
  },
8004
+ {
8005
+ "name": "search-bar",
8006
+ "description": "",
8007
+ "attributes": [
8008
+ {
8009
+ "name": "inputFieldAriaLabel",
8010
+ "required": true,
8011
+ "description": "Text that labels an the search bar input element",
8012
+ "value": {
8013
+ "kind": "expression",
8014
+ "type": "string"
8015
+ }
8016
+ },
8017
+ {
8018
+ "name": "condensed",
8019
+ "description": "Reduces height of the search bar",
8020
+ "value": {
8021
+ "kind": "expression",
8022
+ "type": "boolean"
8023
+ },
8024
+ "default": "false"
8025
+ },
8026
+ {
8027
+ "name": "debounceTime",
8028
+ "description": "Custom debounce time. Default: 300",
8029
+ "value": {
8030
+ "kind": "expression",
8031
+ "type": "number"
8032
+ },
8033
+ "default": "300"
8034
+ },
8035
+ {
8036
+ "name": "placeholder",
8037
+ "description": "Text displayed as the placeholder of the input-field",
8038
+ "value": {
8039
+ "kind": "expression",
8040
+ "type": "string"
8041
+ },
8042
+ "default": "''"
8043
+ },
8044
+ {
8045
+ "name": "value",
8046
+ "description": "Text displayed as the value being searched",
8047
+ "value": {
8048
+ "kind": "expression",
8049
+ "type": "string"
8050
+ },
8051
+ "default": "undefined"
8052
+ }
8053
+ ],
8054
+ "events": [
8055
+ {
8056
+ "name": "input",
8057
+ "description": "Emitted when the input value changes by typing a search. Debounced by the `debounceTime` property"
8058
+ },
8059
+ {
8060
+ "name": "clear",
8061
+ "description": "Emitted when the \"clear search\" button is clicked"
8062
+ },
8063
+ {
8064
+ "name": "escape-pressed",
8065
+ "description": "Emitted when the \"ESC\" key is pressed inside the Search Bar input"
8066
+ }
8067
+ ],
8068
+ "source": {
8069
+ "module": "./src/components/search-bar/search-bar.vue",
8070
+ "symbol": "default"
8071
+ }
8072
+ },
7864
8073
  {
7865
8074
  "name": "sidepanel",
7866
8075
  "description": "",
@@ -8170,6 +8379,24 @@
8170
8379
  "symbol": "default"
8171
8380
  }
8172
8381
  },
8382
+ {
8383
+ "name": "tab-content-provided-title-mock",
8384
+ "description": "",
8385
+ "attributes": [
8386
+ {
8387
+ "name": "title",
8388
+ "required": true,
8389
+ "value": {
8390
+ "kind": "expression",
8391
+ "type": "string"
8392
+ }
8393
+ }
8394
+ ],
8395
+ "source": {
8396
+ "module": "./src/components/tabs/__tests__/tab-content-provided-title-mock.vue",
8397
+ "symbol": "default"
8398
+ }
8399
+ },
8173
8400
  {
8174
8401
  "name": "tabs",
8175
8402
  "description": "Tabs are used to navigate between different, but related content views within a page.\nThis component conforms to the official WAI-ARIA guidelines for tabs: https://www.w3.org/WAI/ARIA/apg/patterns/tabs/",
@@ -8194,6 +8421,33 @@
8194
8421
  "symbol": "default"
8195
8422
  }
8196
8423
  },
8424
+ {
8425
+ "name": "tabs-stub",
8426
+ "description": "",
8427
+ "attributes": [
8428
+ {
8429
+ "name": "activeTabIndex",
8430
+ "description": "Sets the active tab by its index (0 being the first tab item).",
8431
+ "value": {
8432
+ "kind": "expression",
8433
+ "type": "number"
8434
+ },
8435
+ "default": "0"
8436
+ }
8437
+ ],
8438
+ "source": {
8439
+ "module": "./src/components/tabs/__tests__/tabs-stub.vue",
8440
+ "symbol": "default"
8441
+ }
8442
+ },
8443
+ {
8444
+ "name": "timeline-stub",
8445
+ "description": "",
8446
+ "source": {
8447
+ "module": "./src/components/timeline/__tests__/timeline-stub.vue",
8448
+ "symbol": "default"
8449
+ }
8450
+ },
8197
8451
  {
8198
8452
  "name": "toast-item",
8199
8453
  "description": "",