@adyen/bento-vue3 1.28.0 → 1.29.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 (244) hide show
  1. package/dist/@types/components.d.ts +4 -0
  2. package/dist/@types/packages/core/src/types/index.d.ts +1 -0
  3. package/dist/@types/packages/vue2/src/components/{internal/avatar → avatar}/avatar.vue.d.ts +4 -4
  4. package/dist/@types/packages/vue2/src/components/{avatar-image → avatar/components/avatar-image}/avatar-image.vue.d.ts +15 -4
  5. package/dist/@types/packages/vue2/src/components/button/components/loading-button/index.d.ts +1 -1
  6. package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +2 -3
  7. package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +4 -4
  8. package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +3 -3
  9. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +16 -0
  10. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +10 -1
  11. package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +6 -2
  12. package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/base-filter.vue.d.ts +6 -4
  13. package/dist/@types/packages/vue2/src/components/filter-bar/components/input-filter/input-filter.vue.d.ts +2 -0
  14. package/dist/@types/packages/vue2/src/components/input-field/input-field.types.d.ts +3 -0
  15. package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +2 -0
  16. package/dist/@types/packages/vue2/src/components/inspector/index.d.ts +2 -0
  17. package/dist/@types/packages/vue2/src/components/inspector/inspector.d.ts +2 -0
  18. package/dist/@types/packages/vue2/src/components/inspector/inspector.types.d.ts +2 -0
  19. package/dist/@types/packages/vue2/src/components/inspector/inspector.vue.d.ts +110 -0
  20. package/dist/@types/packages/vue2/src/components/internal/index.d.ts +0 -1
  21. package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +1 -1
  22. package/dist/@types/packages/vue2/src/components/radio-group/components/radio-button/radio-button.vue.d.ts +4 -4
  23. package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +3 -3
  24. package/dist/@types/packages/vue2/src/components/search-bar/search-bar.vue.d.ts +12 -1
  25. package/dist/@types/packages/vue2/src/components/secondary-nav/secondary-nav.vue.d.ts +2 -0
  26. package/dist/@types/packages/vue2/src/components/segmented-control/segmented-control.vue.d.ts +2 -2
  27. package/dist/@types/packages/vue2/src/components/stepper/stepper.vue.d.ts +3 -3
  28. package/dist/@types/packages/vue2/src/components/tag/tag.vue.d.ts +4 -4
  29. package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +3 -3
  30. package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +7 -7
  31. package/dist/@types/packages/vue2/src/components/tutorial/components/tutorial-popover/tutorial-popover.vue.d.ts +1 -1
  32. package/dist/@types/packages/vue2/src/index.d.ts +2 -0
  33. package/dist/@types/packages/vue2/src/types/index.d.ts +1 -1
  34. package/dist/@types/packages/vue2/src/types/listbox.d.ts +1 -1
  35. package/dist/action-bar.js +1 -1
  36. package/dist/assets/accordion-item.css +1 -1
  37. package/dist/assets/action-bar.css +1 -1
  38. package/dist/assets/avatar.css +1 -0
  39. package/dist/assets/base-modal.css +1 -1
  40. package/dist/assets/card.css +1 -1
  41. package/dist/assets/code-snippet.css +1 -1
  42. package/dist/assets/data-grid.css +1 -1
  43. package/dist/assets/dialog-page.css +1 -1
  44. package/dist/assets/dropdown-default-textbox.css +1 -1
  45. package/dist/assets/dropdown.css +1 -1
  46. package/dist/assets/error-message.css +1 -1
  47. package/dist/assets/filter-bar.css +1 -1
  48. package/dist/assets/input-field.css +1 -1
  49. package/dist/assets/inspector.css +1 -0
  50. package/dist/assets/listbox-option-tag.css +1 -1
  51. package/dist/assets/loading-button.css +1 -1
  52. package/dist/assets/menu.css +1 -1
  53. package/dist/assets/modal-fullscreen.css +1 -1
  54. package/dist/assets/popover.css +1 -1
  55. package/dist/assets/radio-group.css +1 -1
  56. package/dist/assets/search-bar.css +1 -1
  57. package/dist/assets/secondary-nav.css +1 -1
  58. package/dist/assets/segmented-control.css +1 -1
  59. package/dist/assets/selection-card-group.css +1 -1
  60. package/dist/assets/sidepanel.css +1 -1
  61. package/dist/assets/structured-list-item.css +1 -1
  62. package/dist/assets/textarea.css +1 -1
  63. package/dist/assets/timeline-item.css +1 -1
  64. package/dist/avatar.js +5 -0
  65. package/dist/avatar.js.map +1 -0
  66. package/dist/button.js +2 -2
  67. package/dist/card.js +1 -1
  68. package/dist/checkbox.js +2 -2
  69. package/dist/chunks/{action-bar.BvAtk-jI.js → action-bar.UcSSukRr.js} +5 -5
  70. package/dist/chunks/{action-bar.BvAtk-jI.js.map → action-bar.UcSSukRr.js.map} +1 -1
  71. package/dist/chunks/avatar.IHx0kN0u.js +94 -0
  72. package/dist/chunks/avatar.IHx0kN0u.js.map +1 -0
  73. package/dist/chunks/{base-modal.BgYlnM_Q.js → base-modal.CY-t-QYh.js} +2 -2
  74. package/dist/chunks/{base-modal.BgYlnM_Q.js.map → base-modal.CY-t-QYh.js.map} +1 -1
  75. package/dist/chunks/{button-actions-with-menu.C14zvgVo.js → button-actions-with-menu.Dnyh1m51.js} +4 -4
  76. package/dist/chunks/{button-actions-with-menu.C14zvgVo.js.map → button-actions-with-menu.Dnyh1m51.js.map} +1 -1
  77. package/dist/chunks/{button-actions.hGhRdgC2.js → button-actions.BpLFzJJY.js} +2 -2
  78. package/dist/chunks/{button-actions.hGhRdgC2.js.map → button-actions.BpLFzJJY.js.map} +1 -1
  79. package/dist/chunks/{card.C7zLKdcy.js → card.DOQt8sH5.js} +2 -2
  80. package/dist/chunks/{card.C7zLKdcy.js.map → card.DOQt8sH5.js.map} +1 -1
  81. package/dist/chunks/{checkbox-group.BcT-eZ2p.js → checkbox-group.DS_f6k8E.js} +4 -4
  82. package/dist/chunks/{checkbox-group.BcT-eZ2p.js.map → checkbox-group.DS_f6k8E.js.map} +1 -1
  83. package/dist/chunks/{checkbox.xjIFibII.js → checkbox.C5cMvVMm.js} +3 -3
  84. package/dist/chunks/{checkbox.xjIFibII.js.map → checkbox.C5cMvVMm.js.map} +1 -1
  85. package/dist/chunks/{code-snippet.e8bxDBCO.js → code-snippet.68epWI-z.js} +184 -208
  86. package/dist/chunks/code-snippet.68epWI-z.js.map +1 -0
  87. package/dist/chunks/{controls-group.DWu8NqKL.js → controls-group.fAwpZLvA.js} +2 -2
  88. package/dist/chunks/{controls-group.DWu8NqKL.js.map → controls-group.fAwpZLvA.js.map} +1 -1
  89. package/dist/chunks/{copy.BhO7oRgC.js → copy.B6CXENok.js} +3 -3
  90. package/dist/chunks/{copy.BhO7oRgC.js.map → copy.B6CXENok.js.map} +1 -1
  91. package/dist/chunks/cross-circle-fill-small.DiZWEd7W.js +29 -0
  92. package/dist/chunks/cross-circle-fill-small.DiZWEd7W.js.map +1 -0
  93. package/dist/chunks/{dashboard-section.DKeDjvkB.js → dashboard-section.Bzj5vzTE.js} +3 -3
  94. package/dist/chunks/{dashboard-section.DKeDjvkB.js.map → dashboard-section.Bzj5vzTE.js.map} +1 -1
  95. package/dist/chunks/{dashed-underline.DGTW7Y_-.js → dashed-underline.SEXinixe.js} +3 -3
  96. package/dist/chunks/{dashed-underline.DGTW7Y_-.js.map → dashed-underline.SEXinixe.js.map} +1 -1
  97. package/dist/chunks/{data-grid-template.6Nls-D4o.js → data-grid-template.BRRSej-5.js} +2 -2
  98. package/dist/chunks/{data-grid-template.6Nls-D4o.js.map → data-grid-template.BRRSej-5.js.map} +1 -1
  99. package/dist/chunks/{data-grid.BwfZhc09.js → data-grid.D0dri6Lc.js} +15 -15
  100. package/dist/chunks/{data-grid.BwfZhc09.js.map → data-grid.D0dri6Lc.js.map} +1 -1
  101. package/dist/chunks/{date-picker.CoPmllNh.js → date-picker.NKXc916N.js} +15 -15
  102. package/dist/chunks/{date-picker.CoPmllNh.js.map → date-picker.NKXc916N.js.map} +1 -1
  103. package/dist/chunks/{date-range-picker.CiwDo2jW.js → date-range-picker.DXdh7SCV.js} +13 -13
  104. package/dist/chunks/{date-range-picker.CiwDo2jW.js.map → date-range-picker.DXdh7SCV.js.map} +1 -1
  105. package/dist/chunks/{dropdown-default-textbox.-Oy2eT40.js → dropdown-default-textbox.Bx0-dxhU.js} +112 -96
  106. package/dist/chunks/dropdown-default-textbox.Bx0-dxhU.js.map +1 -0
  107. package/dist/chunks/{dropdown-tag.C-LxVWlt.js → dropdown-tag.DPTV12uX.js} +14 -13
  108. package/dist/chunks/dropdown-tag.DPTV12uX.js.map +1 -0
  109. package/dist/chunks/{dropdown.CxBlK83Q.js → dropdown.CoVT4i0B.js} +360 -349
  110. package/dist/chunks/dropdown.CoVT4i0B.js.map +1 -0
  111. package/dist/chunks/{error-message.DyjHMyEZ.js → error-message.oV0CXm1m.js} +3 -3
  112. package/dist/chunks/{error-message.DyjHMyEZ.js.map → error-message.oV0CXm1m.js.map} +1 -1
  113. package/dist/chunks/es6.BvpG4Oi6.js +9 -0
  114. package/dist/chunks/es6.BvpG4Oi6.js.map +1 -0
  115. package/dist/chunks/expand.D1DTqaBO.js +33 -0
  116. package/dist/chunks/expand.D1DTqaBO.js.map +1 -0
  117. package/dist/chunks/{filter-bar.U2ZcPmSU.js → filter-bar.d1IKC-Nr.js} +329 -320
  118. package/dist/chunks/filter-bar.d1IKC-Nr.js.map +1 -0
  119. package/dist/chunks/{footer-actions.D9nQFagi.js → footer-actions.Cuiq9UJH.js} +2 -2
  120. package/dist/chunks/{footer-actions.D9nQFagi.js.map → footer-actions.Cuiq9UJH.js.map} +1 -1
  121. package/dist/chunks/{header.Cr7115vM.js → header.B4il13uF.js} +3 -3
  122. package/dist/chunks/{header.Cr7115vM.js.map → header.B4il13uF.js.map} +1 -1
  123. package/dist/chunks/index.DKQuLmwu.js +182 -0
  124. package/dist/chunks/{index.Dytpif0G.js.map → index.DKQuLmwu.js.map} +1 -1
  125. package/dist/chunks/{info-icon.DvL1e5Iu.js → info-icon.B8AL324x.js} +3 -3
  126. package/dist/chunks/{info-icon.DvL1e5Iu.js.map → info-icon.B8AL324x.js.map} +1 -1
  127. package/dist/chunks/{input-field.iH1ICJkQ.js → input-field.CKh69yj2.js} +119 -113
  128. package/dist/chunks/input-field.CKh69yj2.js.map +1 -0
  129. package/dist/chunks/inspector.types.88WOdYA6.js +116 -0
  130. package/dist/chunks/inspector.types.88WOdYA6.js.map +1 -0
  131. package/dist/chunks/listbox-option-tag.m6aNQTJN.js +55 -0
  132. package/dist/chunks/listbox-option-tag.m6aNQTJN.js.map +1 -0
  133. package/dist/chunks/loading-button.BxDrDxmI.js +123 -0
  134. package/dist/chunks/loading-button.BxDrDxmI.js.map +1 -0
  135. package/dist/chunks/{menu.DN-xhDQU.js → menu.PtOT_BKl.js} +2 -2
  136. package/dist/chunks/{menu.DN-xhDQU.js.map → menu.PtOT_BKl.js.map} +1 -1
  137. package/dist/chunks/{modal-fullscreen.CeogBGfr.js → modal-fullscreen.BkuEaCdO.js} +2 -2
  138. package/dist/chunks/{modal-fullscreen.CeogBGfr.js.map → modal-fullscreen.BkuEaCdO.js.map} +1 -1
  139. package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.BBef1Rl9.js → modal.vue_vue_type_script_setup_true_lang.CQXfT4eW.js} +4 -4
  140. package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.BBef1Rl9.js.map → modal.vue_vue_type_script_setup_true_lang.CQXfT4eW.js.map} +1 -1
  141. package/dist/chunks/{pagination.BwG1MF4j.js → pagination.DeOBHgWf.js} +2 -2
  142. package/dist/chunks/{pagination.BwG1MF4j.js.map → pagination.DeOBHgWf.js.map} +1 -1
  143. package/dist/chunks/{popover.DRb2GW7t.js → popover.CvUTNkQG.js} +3 -3
  144. package/dist/chunks/{popover.DRb2GW7t.js.map → popover.CvUTNkQG.js.map} +1 -1
  145. package/dist/chunks/{popper-container.B76aE-3-.js → popper-container.50jF-_VU.js} +487 -435
  146. package/dist/chunks/popper-container.50jF-_VU.js.map +1 -0
  147. package/dist/chunks/{radio-group.B9HCffiZ.js → radio-group.r5U1kQIe.js} +95 -93
  148. package/dist/chunks/radio-group.r5U1kQIe.js.map +1 -0
  149. package/dist/chunks/search-bar.DmXr-0Ax.js +116 -0
  150. package/dist/chunks/search-bar.DmXr-0Ax.js.map +1 -0
  151. package/dist/chunks/secondary-nav.DnQPIiYO.js +137 -0
  152. package/dist/chunks/secondary-nav.DnQPIiYO.js.map +1 -0
  153. package/dist/chunks/{segmented-control.NnFfAdTq.js → segmented-control.ClihHHOR.js} +12 -12
  154. package/dist/chunks/segmented-control.ClihHHOR.js.map +1 -0
  155. package/dist/chunks/{selection-card-group.C-YLePO4.js → selection-card-group.AkttDBv5.js} +3 -3
  156. package/dist/chunks/{selection-card-group.C-YLePO4.js.map → selection-card-group.AkttDBv5.js.map} +1 -1
  157. package/dist/chunks/{sidepanel.B-LtA15e.js → sidepanel.Dv73FrCn.js} +2 -2
  158. package/dist/chunks/{sidepanel.B-LtA15e.js.map → sidepanel.Dv73FrCn.js.map} +1 -1
  159. package/dist/chunks/{structured-list-item.DQiPKhOI.js → structured-list-item.DrYz5IsA.js} +4 -4
  160. package/dist/chunks/{structured-list-item.DQiPKhOI.js.map → structured-list-item.DrYz5IsA.js.map} +1 -1
  161. package/dist/chunks/{summary-grid-item-custom.B941Kdvq.js → summary-grid-item-custom.MloQOKnI.js} +4 -4
  162. package/dist/chunks/{summary-grid-item-custom.B941Kdvq.js.map → summary-grid-item-custom.MloQOKnI.js.map} +1 -1
  163. package/dist/chunks/{tag.CPhtHjDD.js → tag.D0imyBj_.js} +2 -2
  164. package/dist/chunks/{tag.CPhtHjDD.js.map → tag.D0imyBj_.js.map} +1 -1
  165. package/dist/chunks/textarea.meOoBSoa.js +267 -0
  166. package/dist/chunks/textarea.meOoBSoa.js.map +1 -0
  167. package/dist/chunks/{timeline-item.Cap9MXkH.js → timeline-item.BF6w6sUT.js} +181 -168
  168. package/dist/chunks/timeline-item.BF6w6sUT.js.map +1 -0
  169. package/dist/chunks/{tooltip.CTR3s-Rm.js → tooltip.C0jTO2wt.js} +2 -2
  170. package/dist/chunks/{tooltip.CTR3s-Rm.js.map → tooltip.C0jTO2wt.js.map} +1 -1
  171. package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.WNVsOZdp.js → tutorial.vue_vue_type_script_setup_true_lang.PX3UIJgR.js} +5 -5
  172. package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.WNVsOZdp.js.map → tutorial.vue_vue_type_script_setup_true_lang.PX3UIJgR.js.map} +1 -1
  173. package/dist/chunks/{use-cached-selected-values.BQBWFTvi.js → use-cached-selected-values.Bh2VFRA-.js} +3 -3
  174. package/dist/chunks/use-cached-selected-values.Bh2VFRA-.js.map +1 -0
  175. package/dist/code-snippet.js +1 -1
  176. package/dist/dashboard-template.js +1 -1
  177. package/dist/dashed-underline.js +1 -1
  178. package/dist/data-grid-template.js +1 -1
  179. package/dist/data-grid.js +1 -1
  180. package/dist/date-picker.js +1 -1
  181. package/dist/date-range-picker.js +1 -1
  182. package/dist/dropdown.js +11 -10
  183. package/dist/dropdown.js.map +1 -1
  184. package/dist/filter-bar.js +1 -1
  185. package/dist/header.js +1 -1
  186. package/dist/index.js +241 -236
  187. package/dist/index.js.map +1 -1
  188. package/dist/info-icon.js +1 -1
  189. package/dist/input-field.js +1 -1
  190. package/dist/inspector.js +6 -0
  191. package/dist/inspector.js.map +1 -0
  192. package/dist/internal.js +30 -31
  193. package/dist/menu.js +1 -1
  194. package/dist/modal-fullscreen.js +1 -1
  195. package/dist/modal.js +2 -2
  196. package/dist/pagination.js +1 -1
  197. package/dist/popover.js +1 -1
  198. package/dist/popper-container.js +1 -1
  199. package/dist/radio-group.js +1 -1
  200. package/dist/search-bar.js +2 -2
  201. package/dist/secondary-nav.js +1 -1
  202. package/dist/segmented-control.js +1 -1
  203. package/dist/selection-card.js +1 -1
  204. package/dist/sidepanel.js +1 -1
  205. package/dist/structured-list.js +1 -1
  206. package/dist/summary-grid.js +1 -1
  207. package/dist/tag.js +1 -1
  208. package/dist/textarea.js +1 -1
  209. package/dist/timeline.js +1 -1
  210. package/dist/tutorial.js +1 -1
  211. package/dist/web-types.json +1 -1
  212. package/package.json +2 -2
  213. package/dist/assets/avatar-image.css +0 -1
  214. package/dist/avatar-image.js +0 -7
  215. package/dist/avatar-image.js.map +0 -1
  216. package/dist/chunks/avatar-image.DO4w_loj.js +0 -61
  217. package/dist/chunks/avatar-image.DO4w_loj.js.map +0 -1
  218. package/dist/chunks/code-snippet.e8bxDBCO.js.map +0 -1
  219. package/dist/chunks/dropdown-default-textbox.-Oy2eT40.js.map +0 -1
  220. package/dist/chunks/dropdown-tag.C-LxVWlt.js.map +0 -1
  221. package/dist/chunks/dropdown.CxBlK83Q.js.map +0 -1
  222. package/dist/chunks/filter-bar.U2ZcPmSU.js.map +0 -1
  223. package/dist/chunks/index.Dytpif0G.js +0 -125
  224. package/dist/chunks/input-field.iH1ICJkQ.js.map +0 -1
  225. package/dist/chunks/listbox-option-tag.Bv4-hXnG.js +0 -94
  226. package/dist/chunks/listbox-option-tag.Bv4-hXnG.js.map +0 -1
  227. package/dist/chunks/loading-button.BI32pZiW.js +0 -117
  228. package/dist/chunks/loading-button.BI32pZiW.js.map +0 -1
  229. package/dist/chunks/popper-container.B76aE-3-.js.map +0 -1
  230. package/dist/chunks/radio-group.B9HCffiZ.js.map +0 -1
  231. package/dist/chunks/search-bar.DxskyM4e.js +0 -107
  232. package/dist/chunks/search-bar.DxskyM4e.js.map +0 -1
  233. package/dist/chunks/secondary-nav.D66nxbU-.js +0 -112
  234. package/dist/chunks/secondary-nav.D66nxbU-.js.map +0 -1
  235. package/dist/chunks/segmented-control.NnFfAdTq.js.map +0 -1
  236. package/dist/chunks/textarea.CJ8xiMjv.js +0 -288
  237. package/dist/chunks/textarea.CJ8xiMjv.js.map +0 -1
  238. package/dist/chunks/timeline-item.Cap9MXkH.js.map +0 -1
  239. package/dist/chunks/use-cached-selected-values.BQBWFTvi.js.map +0 -1
  240. /package/dist/@types/packages/{vue2/src/components/button → core/src}/components/loading-button/loading-button.types.d.ts +0 -0
  241. /package/dist/@types/packages/{vue2 → core}/src/types/omit-strict.d.ts +0 -0
  242. /package/dist/@types/packages/vue2/src/components/{avatar-image → avatar/components/avatar-image}/avatar-image.types.d.ts +0 -0
  243. /package/dist/@types/packages/vue2/src/components/{avatar-image → avatar/components/avatar-image}/index.d.ts +0 -0
  244. /package/dist/@types/packages/vue2/src/components/{internal/avatar → avatar}/index.d.ts +0 -0
@@ -9,6 +9,7 @@ import {
9
9
  BentoAccordionItem,
10
10
  BentoActionBar,
11
11
  BentoAlert,
12
+ BentoAvatar,
12
13
  BentoButton,
13
14
  BentoButtonActions,
14
15
  BentoCard,
@@ -44,6 +45,7 @@ import {
44
45
  BentoImage,
45
46
  BentoInfoIcon,
46
47
  BentoInputField,
48
+ BentoInspector,
47
49
  BentoLink,
48
50
  BentoLoadingButton,
49
51
  BentoLoadingIndicator,
@@ -100,6 +102,7 @@ declare module 'vue' {
100
102
  BentoAccordionItem: typeof BentoAccordionItem;
101
103
  BentoActionBar: typeof BentoActionBar;
102
104
  BentoAlert: typeof BentoAlert;
105
+ BentoAvatar: typeof BentoAvatar;
103
106
  BentoButton: typeof BentoButton;
104
107
  BentoButtonActions: typeof BentoButtonActions;
105
108
  BentoCard: typeof BentoCard;
@@ -131,6 +134,7 @@ declare module 'vue' {
131
134
  BentoHeader: typeof BentoHeader;
132
135
  BentoImage: typeof BentoImage;
133
136
  BentoInfoIcon: typeof BentoInfoIcon;
137
+ BentoInspector: typeof BentoInspector;
134
138
  BentoDropdownCurrency: typeof BentoDropdownCurrency;
135
139
  BentoDropdownPaymentMethod: typeof BentoDropdownPaymentMethod;
136
140
  BentoDropdownTag: typeof BentoDropdownTag;
@@ -0,0 +1 @@
1
+ export * from './omit-strict';
@@ -9,7 +9,7 @@
9
9
  * template: `<bento-avatar :src="userAvatarSrc" username="Jane" />`
10
10
  * }
11
11
  */
12
- declare const _default: import("../../../../../vue3/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
+ declare const _default: import("../../../../vue3/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
13
  /**
14
14
  * Displays the user profile without the label.
15
15
  */
@@ -29,7 +29,7 @@ declare const _default: import("../../../../../vue3/node_modules/vue").DefineCom
29
29
  }>, {
30
30
  iconOnly: boolean;
31
31
  src: any;
32
- }>, {}, unknown, {}, {}, import("../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../vue3/node_modules/vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
32
+ }>, {}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
33
33
  /**
34
34
  * Displays the user profile without the label.
35
35
  */
@@ -57,9 +57,9 @@ export default _default;
57
57
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
58
  type __VLS_TypePropsToRuntimeProps<T> = {
59
59
  [K in keyof T]-?: {} extends Pick<T, K> ? {
60
- type: import("../../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
60
+ type: import("../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
61
61
  } : {
62
- type: import("../../../../../vue3/node_modules/vue").PropType<T[K]>;
62
+ type: import("../../../../vue3/node_modules/vue").PropType<T[K]>;
63
63
  required: true;
64
64
  };
65
65
  };
@@ -1,5 +1,16 @@
1
1
  import { BentoAvatarImageColor, BentoAvatarImageVariant } from './avatar-image.types';
2
- declare const _default: import("../../../../vue3/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ /**
3
+ * Image used as user profile inside bento-avatar.
4
+ *
5
+ * @example
6
+ * import { AvatarImage } from './components/avatar-image';
7
+ *
8
+ * export default {
9
+ * components: { AvatarImage },
10
+ * template: `<avatar-image :src="userAvatarSrc" username="Jane" />`
11
+ * }
12
+ */
13
+ declare const _default: import("../../../../../../vue3/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
14
  /**
4
15
  * Avatar color. Defaults to yellow.
5
16
  */
@@ -26,7 +37,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
26
37
  src: any;
27
38
  username: any;
28
39
  variant: BentoAvatarImageVariant;
29
- }>, {}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
40
+ }>, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
30
41
  /**
31
42
  * Avatar color. Defaults to yellow.
32
43
  */
@@ -63,9 +74,9 @@ export default _default;
63
74
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
64
75
  type __VLS_TypePropsToRuntimeProps<T> = {
65
76
  [K in keyof T]-?: {} extends Pick<T, K> ? {
66
- type: import("../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
77
+ type: import("../../../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
67
78
  } : {
68
- type: import("../../../../vue3/node_modules/vue").PropType<T[K]>;
79
+ type: import("../../../../../../vue3/node_modules/vue").PropType<T[K]>;
69
80
  required: true;
70
81
  };
71
82
  };
@@ -1,2 +1,2 @@
1
1
  export { default as BentoLoadingButton } from './loading-button.vue';
2
- export * from './loading-button.types';
2
+ export * from "../../../../../../core/src/components/loading-button/loading-button.types";
@@ -1,5 +1,5 @@
1
1
  import { PropType } from "../../../../../../vue3/node_modules/vue";
2
- import { BentoLoadingButtonState } from './loading-button.types';
2
+ import { BentoLoadingButtonState } from "../../../../../../core/src/components/loading-button/loading-button.types";
3
3
  /**
4
4
  * Loading Button component is used for cases where pressing a button starts an event that requires a loading state, e.g. when you have any sort of asynchronous action and are waiting for a response
5
5
  *
@@ -55,7 +55,6 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
55
55
  };
56
56
  /**
57
57
  * Types of flavour of Button
58
- * @values primary, secondary, tertiary
59
58
  */
60
59
  variant: {
61
60
  type: any;
@@ -104,7 +103,6 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
104
103
  };
105
104
  /**
106
105
  * Types of flavour of Button
107
- * @values primary, secondary, tertiary
108
106
  */
109
107
  variant: {
110
108
  type: any;
@@ -122,6 +120,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
122
120
  state: "start" | "success" | BentoLoadingButtonState | "loading" | "fail";
123
121
  }>, {
124
122
  default: (_: {}) => any;
123
+ iconLeft: (_: {}) => any;
125
124
  }>;
126
125
  export default _default;
127
126
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -99,7 +99,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
99
99
  tag: {
100
100
  type: PropType<Partial<{
101
101
  label: string;
102
- variant: "blue" | "green" | "red" | "grey" | "orange" | "white" | import("../tag").BentoTagVariant;
102
+ variant: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../tag").BentoTagVariant;
103
103
  truncate: number;
104
104
  }> & Omit<Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
105
105
  label: {
@@ -107,7 +107,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
107
107
  default: any;
108
108
  };
109
109
  variant: {
110
- type: PropType<"blue" | "green" | "red" | "grey" | "orange" | "white" | import("../tag").BentoTagVariant>;
110
+ type: PropType<"blue" | "green" | "grey" | "orange" | "red" | "white" | import("../tag").BentoTagVariant>;
111
111
  default: import("../tag").BentoTagVariant;
112
112
  validator: (value: import("../tag").BentoTagVariant) => boolean;
113
113
  };
@@ -231,7 +231,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
231
231
  tag: {
232
232
  type: PropType<Partial<{
233
233
  label: string;
234
- variant: "blue" | "green" | "red" | "grey" | "orange" | "white" | import("../tag").BentoTagVariant;
234
+ variant: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../tag").BentoTagVariant;
235
235
  truncate: number;
236
236
  }> & Omit<Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
237
237
  label: {
@@ -239,7 +239,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
239
239
  default: any;
240
240
  };
241
241
  variant: {
242
- type: PropType<"blue" | "green" | "red" | "grey" | "orange" | "white" | import("../tag").BentoTagVariant>;
242
+ type: PropType<"blue" | "green" | "grey" | "orange" | "red" | "white" | import("../tag").BentoTagVariant>;
243
243
  default: import("../tag").BentoTagVariant;
244
244
  validator: (value: import("../tag").BentoTagVariant) => boolean;
245
245
  };
@@ -134,7 +134,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
134
134
  * The checkbox group's layout. It can be vertical or horizontal. Defaults to vertical.
135
135
  */
136
136
  variant: {
137
- type: PropType<"horizontal" | "vertical" | BentoCheckboxGroupVariant>;
137
+ type: PropType<"vertical" | "horizontal" | BentoCheckboxGroupVariant>;
138
138
  default: BentoCheckboxGroupVariant;
139
139
  validator: (value: BentoCheckboxGroupVariant) => boolean;
140
140
  };
@@ -264,7 +264,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
264
264
  * The checkbox group's layout. It can be vertical or horizontal. Defaults to vertical.
265
265
  */
266
266
  variant: {
267
- type: PropType<"horizontal" | "vertical" | BentoCheckboxGroupVariant>;
267
+ type: PropType<"vertical" | "horizontal" | BentoCheckboxGroupVariant>;
268
268
  default: BentoCheckboxGroupVariant;
269
269
  validator: (value: BentoCheckboxGroupVariant) => boolean;
270
270
  };
@@ -273,7 +273,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
273
273
  "onUpdate:model-value"?: (...args: any[]) => any;
274
274
  }, {
275
275
  required: boolean;
276
- variant: "horizontal" | "vertical" | BentoCheckboxGroupVariant;
276
+ variant: "vertical" | "horizontal" | BentoCheckboxGroupVariant;
277
277
  disabled: boolean;
278
278
  description: string;
279
279
  tooltipText: string;
@@ -1,5 +1,6 @@
1
1
  import { PropType } from "../../../../../../vue3/node_modules/vue";
2
2
  import { BentoListboxOptionItem, Booleanish } from "../../../../types";
3
+ import { BentoDropdownSize } from "../../dropdown.types";
3
4
  /**
4
5
  * Only for internal use, implements the logic of the textbox element to be implemented in the combobox.
5
6
  */
@@ -121,6 +122,13 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
121
122
  type: BooleanConstructor;
122
123
  default: boolean;
123
124
  };
125
+ /**
126
+ * Dropdown size
127
+ */
128
+ size: {
129
+ type: PropType<"DropdownInputDefault" | "DropdownInputSmall" | BentoDropdownSize>;
130
+ default: any;
131
+ };
124
132
  }, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {
125
133
  "dropdown-base-clear": () => void;
126
134
  } & {
@@ -249,6 +257,13 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
249
257
  type: BooleanConstructor;
250
258
  default: boolean;
251
259
  };
260
+ /**
261
+ * Dropdown size
262
+ */
263
+ size: {
264
+ type: PropType<"DropdownInputDefault" | "DropdownInputSmall" | BentoDropdownSize>;
265
+ default: any;
266
+ };
252
267
  }>> & {
253
268
  "onDropdown-base-open"?: () => any;
254
269
  "onDropdown-base-keydown"?: (event: KeyboardEvent) => any;
@@ -259,6 +274,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
259
274
  value: string;
260
275
  disabled: boolean;
261
276
  multiple: boolean;
277
+ size: "DropdownInputDefault" | "DropdownInputSmall" | BentoDropdownSize;
262
278
  open: boolean;
263
279
  ariaLabel: string;
264
280
  readonly: boolean;
@@ -97,9 +97,15 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
97
97
  default: string;
98
98
  };
99
99
  }, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {
100
- open: () => void;
100
+ clear: () => void;
101
101
  } & {
102
102
  close: () => void;
103
+ } & {
104
+ input: (newInput: string) => void;
105
+ } & {
106
+ keydown: (keydownEvent: KeyboardEvent) => void;
107
+ } & {
108
+ open: () => void;
103
109
  }, string, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
104
110
  /**
105
111
  * The number of additional items that have been selected in the dropdown.
@@ -194,6 +200,9 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
194
200
  default: string;
195
201
  };
196
202
  }>> & {
203
+ onInput?: (newInput: string) => any;
204
+ onKeydown?: (keydownEvent: KeyboardEvent) => any;
205
+ onClear?: () => any;
197
206
  onClose?: () => any;
198
207
  onOpen?: () => any;
199
208
  }, {
@@ -574,7 +574,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
574
574
  items?: any[];
575
575
  label: string;
576
576
  }[];
577
- variant: "blue" | "green" | "red" | "grey" | "orange" | "white" | import("../../../tag").BentoTagVariant;
577
+ variant: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../tag").BentoTagVariant;
578
578
  }[];
579
579
  } | {
580
580
  search?: {
@@ -698,6 +698,8 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
698
698
  label: string;
699
699
  }[];
700
700
  value: import("../../../..").BentoListboxValue | import("../../../..").BentoListboxValue[];
701
+ dynamicFiltering?: boolean;
702
+ 'aria-label'?: string;
701
703
  };
702
704
  dropdownPosition?: "end" | "start" | import("../../../input-field").BentoInputFieldElementPosition;
703
705
  variant: "default" | "payment-method" | "static-value" | "dropdown" | import("../../../input-field").BentoInputFieldVariant;
@@ -2017,7 +2019,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
2017
2019
  items?: any[];
2018
2020
  label: string;
2019
2021
  }[];
2020
- variant: "blue" | "green" | "red" | "grey" | "orange" | "white" | import("../../../tag").BentoTagVariant;
2022
+ variant: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../tag").BentoTagVariant;
2021
2023
  }[];
2022
2024
  } | {
2023
2025
  search?: {
@@ -2141,6 +2143,8 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
2141
2143
  label: string;
2142
2144
  }[];
2143
2145
  value: import("../../../..").BentoListboxValue | import("../../../..").BentoListboxValue[];
2146
+ dynamicFiltering?: boolean;
2147
+ 'aria-label'?: string;
2144
2148
  };
2145
2149
  dropdownPosition?: "end" | "start" | import("../../../input-field").BentoInputFieldElementPosition;
2146
2150
  variant: "default" | "payment-method" | "static-value" | "dropdown" | import("../../../input-field").BentoInputFieldVariant;
@@ -10,14 +10,14 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
10
10
  default: any;
11
11
  };
12
12
  /**
13
- * Overrides the label of the popover vsibility toggle button text.
13
+ * Overrides the label of the popover visibility toggle button text.
14
14
  */
15
15
  buttonLabel: {
16
16
  type: StringConstructor;
17
17
  default: any;
18
18
  };
19
19
  /**
20
- * Sets the secondary label text of the popover vsibility toggle button text.
20
+ * Sets the secondary label text of the popover visibility toggle button text.
21
21
  */
22
22
  buttonSecondaryLabel: {
23
23
  type: StringConstructor;
@@ -88,6 +88,8 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
88
88
  popoverId: string;
89
89
  isFilterOpen: import("../../../../../../vue3/node_modules/vue").Ref<boolean>;
90
90
  isPersistentFilter: import("../../../../../../vue3/node_modules/vue").ComputedRef<boolean>;
91
+ computedAriaLabel: import("../../../../../../vue3/node_modules/vue").ComputedRef<string>;
92
+ computedButtonText: import("../../../../../../vue3/node_modules/vue").ComputedRef<string>;
91
93
  BentoTooltipPosition: {
92
94
  TOP: import("../../../popper-container").PopperContainerPositionBasic.TOP;
93
95
  RIGHT: import("../../../popper-container").PopperContainerPositionBasic.RIGHT;
@@ -110,14 +112,14 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
110
112
  default: any;
111
113
  };
112
114
  /**
113
- * Overrides the label of the popover vsibility toggle button text.
115
+ * Overrides the label of the popover visibility toggle button text.
114
116
  */
115
117
  buttonLabel: {
116
118
  type: StringConstructor;
117
119
  default: any;
118
120
  };
119
121
  /**
120
- * Sets the secondary label text of the popover vsibility toggle button text.
122
+ * Sets the secondary label text of the popover visibility toggle button text.
121
123
  */
122
124
  buttonSecondaryLabel: {
123
125
  type: StringConstructor;
@@ -62,6 +62,8 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
62
62
  dropdownProp: import("../../../../../../vue3/node_modules/vue").ComputedRef<{
63
63
  value: import("../../../../types").BentoListboxValue | import("../../../../types").BentoListboxValue[];
64
64
  items: import("../../../../types").BentoListboxOptions;
65
+ dynamicFiltering?: boolean;
66
+ 'aria-label'?: string;
65
67
  }>;
66
68
  inputVariant: import("../../../../../../vue3/node_modules/vue").ComputedRef<"default" | "dropdown">;
67
69
  internalFilterValue: import("../../../../../../vue3/node_modules/vue").Ref<string>;
@@ -1,4 +1,5 @@
1
1
  import { BentoDropdown } from "../dropdown";
2
+ import type { HTMLAttributes } from "../../../../../node_modules/@vue/runtime-dom";
2
3
  /**
3
4
  * @deprecated for usage with properties since version 2.0. Use the string literal instead.
4
5
  */
@@ -34,6 +35,8 @@ type DropdownProps = InstanceType<typeof BentoDropdown>['$props'];
34
35
  export type BentoInputDropdownProps = {
35
36
  items: DropdownProps['items'];
36
37
  value: DropdownProps['value'];
38
+ dynamicFiltering?: DropdownProps['dynamicFiltering'];
39
+ 'aria-label'?: HTMLAttributes['aria-label'];
37
40
  };
38
41
  /**
39
42
  * @deprecated The use of these enums is no longer supported.
@@ -57,6 +57,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
57
57
  *
58
58
  * - `value`: Selected value of the dropdown
59
59
  * - `items`: List of available items
60
+ * - `aria-label`: Text that labels the dropdown element
60
61
  *
61
62
  */
62
63
  dropdown: {
@@ -219,6 +220,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
219
220
  *
220
221
  * - `value`: Selected value of the dropdown
221
222
  * - `items`: List of available items
223
+ * - `aria-label`: Text that labels the dropdown element
222
224
  *
223
225
  */
224
226
  dropdown: {
@@ -0,0 +1,2 @@
1
+ export { default as BentoInspector } from './inspector.vue';
2
+ export * from './inspector.types';
@@ -0,0 +1,2 @@
1
+ export { default as BentoInspector } from './inspector.vue';
2
+ export type { BentoInspectorSize } from './inspector.types';
@@ -0,0 +1,2 @@
1
+ export declare const BentoInspectorSizeOptions: readonly ["small", "large"];
2
+ export type BentoInspectorSize = (typeof BentoInspectorSizeOptions)[number];
@@ -0,0 +1,110 @@
1
+ import { BentoInspectorSize } from './inspector.types';
2
+ /**
3
+ * Inspector allows users to access additional information or details of an object/item. The inspector opens adjacent to the main content, pushing it aside to maintain visibility and accessibility to both the main content and inspector.
4
+ *
5
+ * @example
6
+ * import { BentoInspector } from '@adyen/bento-vue2';
7
+ *
8
+ * export default {
9
+ * components: { BentoInspector },
10
+ * template: `
11
+ * <bento-inspector
12
+ * title="Inspector"
13
+ * size="large"
14
+ * :is-open="isOpen"
15
+ * @update:is-open="isOpen = $event"
16
+ * >
17
+ * <template #page>Content of the page</template>
18
+ * <template #content>Content of the inspector</template>
19
+ * </bento-inspector>
20
+ * `
21
+ * }
22
+ */
23
+ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
24
+ /**
25
+ * Shows the Expand icon in the inspector
26
+ */
27
+ expandable?: boolean;
28
+ /**
29
+ * Opens and closes the inspector
30
+ */
31
+ isOpen?: boolean;
32
+ /**
33
+ * Shows loading indicator for the content
34
+ */
35
+ loading?: boolean;
36
+ /**
37
+ * Determines the size of the inspector
38
+ */
39
+ size?: BentoInspectorSize;
40
+ /**
41
+ * The title of the component
42
+ */
43
+ title: string;
44
+ }>, {
45
+ expandable: boolean;
46
+ isOpen: boolean;
47
+ loading: boolean;
48
+ size: string;
49
+ }>, {}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, {
50
+ "update:is-open": (value: boolean) => void;
51
+ } & {
52
+ expand: () => void;
53
+ }, string, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
54
+ /**
55
+ * Shows the Expand icon in the inspector
56
+ */
57
+ expandable?: boolean;
58
+ /**
59
+ * Opens and closes the inspector
60
+ */
61
+ isOpen?: boolean;
62
+ /**
63
+ * Shows loading indicator for the content
64
+ */
65
+ loading?: boolean;
66
+ /**
67
+ * Determines the size of the inspector
68
+ */
69
+ size?: BentoInspectorSize;
70
+ /**
71
+ * The title of the component
72
+ */
73
+ title: string;
74
+ }>, {
75
+ expandable: boolean;
76
+ isOpen: boolean;
77
+ loading: boolean;
78
+ size: string;
79
+ }>>> & {
80
+ onExpand?: () => any;
81
+ "onUpdate:is-open"?: (value: boolean) => any;
82
+ }, {
83
+ isOpen: boolean;
84
+ size: BentoInspectorSize;
85
+ loading: boolean;
86
+ expandable: boolean;
87
+ }>, {
88
+ page: (_: {}) => any;
89
+ content: (_: {}) => any;
90
+ }>;
91
+ export default _default;
92
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
93
+ type __VLS_TypePropsToRuntimeProps<T> = {
94
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
95
+ type: import("../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
96
+ } : {
97
+ type: import("../../../../vue3/node_modules/vue").PropType<T[K]>;
98
+ required: true;
99
+ };
100
+ };
101
+ type __VLS_WithDefaults<P, D> = {
102
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
103
+ default: D[K];
104
+ } : P[K];
105
+ };
106
+ type __VLS_WithTemplateSlots<T, S> = T & {
107
+ new (): {
108
+ $slots: S;
109
+ };
110
+ };
@@ -1,4 +1,3 @@
1
- export * from './avatar';
2
1
  export * from './calendar';
3
2
  export * from './copy';
4
3
  export * from './controls-group';
@@ -358,9 +358,9 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
358
358
  small: boolean;
359
359
  title: string;
360
360
  large: boolean;
361
+ modifiers: unknown[];
361
362
  position: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../popper-container").PopperContainerPosition;
362
363
  open: boolean;
363
- modifiers: unknown[];
364
364
  fallbackPosition: Placement[];
365
365
  fixedPositioning: boolean;
366
366
  ariaLabel: string;
@@ -70,7 +70,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
70
70
  tag: {
71
71
  type: PropType<Partial<{
72
72
  label: string;
73
- variant: "blue" | "green" | "red" | "grey" | "orange" | "white" | import("../../../tag").BentoTagVariant;
73
+ variant: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../tag").BentoTagVariant;
74
74
  truncate: number;
75
75
  }> & Omit<Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
76
76
  label: {
@@ -78,7 +78,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
78
78
  default: any;
79
79
  };
80
80
  variant: {
81
- type: PropType<"blue" | "green" | "red" | "grey" | "orange" | "white" | import("../../../tag").BentoTagVariant>;
81
+ type: PropType<"blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../tag").BentoTagVariant>;
82
82
  default: import("../../../tag").BentoTagVariant;
83
83
  validator: (value: import("../../../tag").BentoTagVariant) => boolean;
84
84
  };
@@ -137,7 +137,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
137
137
  tag: {
138
138
  type: PropType<Partial<{
139
139
  label: string;
140
- variant: "blue" | "green" | "red" | "grey" | "orange" | "white" | import("../../../tag").BentoTagVariant;
140
+ variant: "blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../tag").BentoTagVariant;
141
141
  truncate: number;
142
142
  }> & Omit<Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
143
143
  label: {
@@ -145,7 +145,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
145
145
  default: any;
146
146
  };
147
147
  variant: {
148
- type: PropType<"blue" | "green" | "red" | "grey" | "orange" | "white" | import("../../../tag").BentoTagVariant>;
148
+ type: PropType<"blue" | "green" | "grey" | "orange" | "red" | "white" | import("../../../tag").BentoTagVariant>;
149
149
  default: import("../../../tag").BentoTagVariant;
150
150
  validator: (value: import("../../../tag").BentoTagVariant) => boolean;
151
151
  };
@@ -119,7 +119,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
119
119
  * The radio group's layout. It can be vertical or horizontal. Defaults to vertical.
120
120
  */
121
121
  variant: {
122
- type: PropType<"horizontal" | "vertical" | BentoRadioGroupVariant>;
122
+ type: PropType<"vertical" | "horizontal" | BentoRadioGroupVariant>;
123
123
  default: BentoRadioGroupVariant;
124
124
  validator: (value: BentoRadioGroupVariant) => boolean;
125
125
  };
@@ -226,7 +226,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
226
226
  * The radio group's layout. It can be vertical or horizontal. Defaults to vertical.
227
227
  */
228
228
  variant: {
229
- type: PropType<"horizontal" | "vertical" | BentoRadioGroupVariant>;
229
+ type: PropType<"vertical" | "horizontal" | BentoRadioGroupVariant>;
230
230
  default: BentoRadioGroupVariant;
231
231
  validator: (value: BentoRadioGroupVariant) => boolean;
232
232
  };
@@ -235,7 +235,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
235
235
  "onUpdate:model-value"?: (value: import("./components/radio-button").BentoRadioButtonValue) => any;
236
236
  }, {
237
237
  required: boolean;
238
- variant: "horizontal" | "vertical" | BentoRadioGroupVariant;
238
+ variant: "vertical" | "horizontal" | BentoRadioGroupVariant;
239
239
  disabled: boolean;
240
240
  description: string;
241
241
  tooltipText: string;