@adyen/bento-vue3 1.26.0 → 1.28.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 (616) hide show
  1. package/dist/@types/components.d.ts +8 -0
  2. package/dist/@types/packages/core/src/utils/ts/storybook.d.ts +12 -0
  3. package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +1 -0
  4. package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +1 -1
  5. package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.types.d.ts +2 -1
  6. package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +3 -3
  7. package/dist/@types/packages/vue2/src/components/code-snippet/utils/get-lang-loader.d.ts +2 -1
  8. package/dist/@types/packages/vue2/src/components/dashed-underline/dashed-underline.vue.d.ts +91 -0
  9. package/dist/@types/packages/vue2/src/components/dashed-underline/index.d.ts +1 -0
  10. package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-static-icon/data-grid-static-icon.d.ts +2 -0
  11. package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-static-icon/data-grid-static-icon.types.d.ts +1 -0
  12. package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-static-icon/data-grid-static-icon.vue.d.ts +65 -0
  13. package/dist/@types/packages/vue2/src/components/data-grid/components/index.d.ts +1 -0
  14. package/dist/@types/packages/vue2/src/components/data-grid/composables/use-calculate-column-width/use-calculate-column-width.d.ts +1 -0
  15. package/dist/@types/packages/vue2/src/components/data-grid/composables/use-column-hovering/use-column-hovering.d.ts +1 -0
  16. package/dist/@types/packages/vue2/src/components/data-grid/composables/use-column-reorderer/use-column-reorderer.d.ts +2 -0
  17. package/dist/@types/packages/vue2/src/components/data-grid/composables/use-config-settings/use-config-settings.d.ts +1 -0
  18. package/dist/@types/packages/vue2/src/components/data-grid/composables/use-resizer.d.ts +1 -0
  19. package/dist/@types/packages/vue2/src/components/data-grid/data-grid.types.d.ts +2 -1
  20. package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +15 -0
  21. package/dist/@types/packages/vue2/src/components/data-grid/index.d.ts +1 -0
  22. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +1 -18
  23. package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +12 -0
  24. package/dist/@types/packages/vue2/src/components/internal/avatar/avatar.vue.d.ts +38 -42
  25. package/dist/@types/packages/vue2/src/components/internal/radio-input/index.d.ts +2 -2
  26. package/dist/@types/packages/vue2/src/components/internal/radio-input/radio-input.vue.d.ts +1 -1
  27. package/dist/@types/packages/vue2/src/components/segmented-control/components/segmented-control-button/segmented-control-button.vue.d.ts +59 -85
  28. package/dist/@types/packages/vue2/src/components/segmented-control/segmented-control.types.d.ts +3 -0
  29. package/dist/@types/packages/vue2/src/components/segmented-control/segmented-control.vue.d.ts +48 -80
  30. package/dist/@types/packages/vue2/src/components/status/status.vue.d.ts +19 -16
  31. package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +36 -54
  32. package/dist/@types/packages/vue2/src/components/structured-list/structured-list.vue.d.ts +27 -22
  33. package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +76 -1
  34. package/dist/@types/packages/vue2/src/components/tutorial/tutorial.vue.d.ts +21 -2
  35. package/dist/@types/packages/vue2/src/index.d.ts +2 -0
  36. package/dist/@types/packages/vue2/src/templates/dashboard-template/components/dashboard-section/dashboard-section.vue.d.ts +78 -0
  37. package/dist/@types/packages/vue2/src/templates/dashboard-template/dashboard-template.types.d.ts +8 -0
  38. package/dist/@types/packages/vue2/src/templates/dashboard-template/dashboard-template.vue.d.ts +103 -0
  39. package/dist/@types/packages/vue2/src/templates/dashboard-template/index.d.ts +3 -0
  40. package/dist/@types/packages/vue2/src/utils/ts/storybook.d.ts +1 -12
  41. package/dist/accordion.js +3 -125
  42. package/dist/accordion.js.map +1 -1
  43. package/dist/action-bar.js +2 -270
  44. package/dist/action-bar.js.map +1 -1
  45. package/dist/alert.js +5 -181
  46. package/dist/alert.js.map +1 -1
  47. package/dist/assets/{index10.css → accordion-item.css} +1 -1
  48. package/dist/assets/{index17.css → action-bar.css} +1 -1
  49. package/dist/assets/alert.css +1 -0
  50. package/dist/assets/base-modal.css +1 -1
  51. package/dist/assets/button-actions.css +1 -1
  52. package/dist/assets/button.css +1 -1
  53. package/dist/assets/{index26.css → card.css} +1 -1
  54. package/dist/assets/checkbox-input.css +1 -1
  55. package/dist/assets/{index14.css → code-snippet.css} +1 -1
  56. package/dist/assets/dashboard-section.css +1 -0
  57. package/dist/assets/dashed-underline.css +1 -0
  58. package/dist/assets/data-grid-template.css +1 -0
  59. package/dist/assets/data-grid.css +1 -0
  60. package/dist/assets/dialog-page.css +1 -1
  61. package/dist/assets/dropdown-default-textbox.css +1 -1
  62. package/dist/assets/dropdown.css +1 -1
  63. package/dist/assets/filter-bar.css +1 -0
  64. package/dist/assets/{index43.css → form-layout-title.css} +1 -1
  65. package/dist/assets/{index39.css → input-field.css} +1 -1
  66. package/dist/assets/link.css +1 -0
  67. package/dist/assets/listbox-option-tag.css +1 -1
  68. package/dist/assets/{index7.css → menu.css} +1 -1
  69. package/dist/assets/{index27.css → modal-fullscreen.css} +1 -1
  70. package/dist/assets/{index19.css → popover.css} +1 -1
  71. package/dist/assets/radio-input.css +1 -1
  72. package/dist/assets/segmented-control.css +1 -0
  73. package/dist/assets/selection-card-group.css +1 -0
  74. package/dist/assets/{index44.css → sidepanel.css} +1 -1
  75. package/dist/assets/status.css +1 -0
  76. package/dist/assets/structured-list-item.css +1 -0
  77. package/dist/assets/{index32.css → tabs.css} +1 -1
  78. package/dist/assets/toggle.css +1 -0
  79. package/dist/assets/tutorial.css +1 -0
  80. package/dist/assets/use-cached-selected-values.css +1 -1
  81. package/dist/avatar-image.js +1 -1
  82. package/dist/badge.js +13 -14
  83. package/dist/badge.js.map +1 -1
  84. package/dist/button.js +14 -89
  85. package/dist/button.js.map +1 -1
  86. package/dist/card.js +4 -203
  87. package/dist/card.js.map +1 -1
  88. package/dist/checkbox.js +8 -194
  89. package/dist/checkbox.js.map +1 -1
  90. package/dist/chunks/1-generic-use.CZhwP2Yc.js +5 -0
  91. package/dist/chunks/1-generic-use.CZhwP2Yc.js.map +1 -0
  92. package/dist/chunks/1-generic-use.R6x8PEGA.js +5 -0
  93. package/dist/chunks/1-generic-use.R6x8PEGA.js.map +1 -0
  94. package/dist/chunks/2-generic-use.CNKjB4B7.js +5 -0
  95. package/dist/chunks/2-generic-use.CNKjB4B7.js.map +1 -0
  96. package/dist/chunks/2-generic-use.w0fUhovx.js +5 -0
  97. package/dist/chunks/2-generic-use.w0fUhovx.js.map +1 -0
  98. package/dist/chunks/3-generic-use.BLEzR04g.js +5 -0
  99. package/dist/chunks/3-generic-use.BLEzR04g.js.map +1 -0
  100. package/dist/chunks/3-generic-use.D3NFHgI4.js +5 -0
  101. package/dist/chunks/3-generic-use.D3NFHgI4.js.map +1 -0
  102. package/dist/chunks/4-generic-use.CULEpvgj.js +5 -0
  103. package/dist/chunks/4-generic-use.CULEpvgj.js.map +1 -0
  104. package/dist/chunks/4-generic-use.D82y3n39.js +5 -0
  105. package/dist/chunks/4-generic-use.D82y3n39.js.map +1 -0
  106. package/dist/chunks/{_plugin-vue_export-helper.dad06003.js → _plugin-vue_export-helper.CHgC5LLL.js} +1 -1
  107. package/dist/chunks/_plugin-vue_export-helper.CHgC5LLL.js.map +1 -0
  108. package/dist/chunks/accordion-item.BcfGYvjn.js +126 -0
  109. package/dist/chunks/accordion-item.BcfGYvjn.js.map +1 -0
  110. package/dist/chunks/action-bar.BvAtk-jI.js +188 -0
  111. package/dist/chunks/action-bar.BvAtk-jI.js.map +1 -0
  112. package/dist/chunks/adding-payment-methods.BJZLPxtM.js +5 -0
  113. package/dist/chunks/adding-payment-methods.BJZLPxtM.js.map +1 -0
  114. package/dist/chunks/adding-payment-methods.Dle8zt43.js +5 -0
  115. package/dist/chunks/adding-payment-methods.Dle8zt43.js.map +1 -0
  116. package/dist/chunks/adyen-giving.Ffw_DlJK.js +5 -0
  117. package/dist/chunks/adyen-giving.Ffw_DlJK.js.map +1 -0
  118. package/dist/chunks/adyen-giving.LiKHj_jY.js +5 -0
  119. package/dist/chunks/adyen-giving.LiKHj_jY.js.map +1 -0
  120. package/dist/chunks/alert.C0gIf7Ka.js +162 -0
  121. package/dist/chunks/alert.C0gIf7Ka.js.map +1 -0
  122. package/dist/chunks/{aria-label.ac9651a5.js → aria-label.CaUURpnB.js} +1 -1
  123. package/dist/chunks/{aria-label.ac9651a5.js.map → aria-label.CaUURpnB.js.map} +1 -1
  124. package/dist/chunks/avatar-image.DO4w_loj.js +61 -0
  125. package/dist/chunks/avatar-image.DO4w_loj.js.map +1 -0
  126. package/dist/chunks/{base-button.e84acf30.js → base-button.ewkxHD6W.js} +24 -25
  127. package/dist/chunks/{base-button.e84acf30.js.map → base-button.ewkxHD6W.js.map} +1 -1
  128. package/dist/chunks/{base-modal.29e062d0.js → base-modal.BgYlnM_Q.js} +81 -83
  129. package/dist/chunks/{base-modal.29e062d0.js.map → base-modal.BgYlnM_Q.js.map} +1 -1
  130. package/dist/chunks/{base-modal.keys.b08a6bdf.js → base-modal.keys.C2PQXcE2.js} +1 -1
  131. package/dist/chunks/{base-modal.keys.b08a6bdf.js.map → base-modal.keys.C2PQXcE2.js.map} +1 -1
  132. package/dist/chunks/{button-actions-with-menu.7fce47a2.js → button-actions-with-menu.C14zvgVo.js} +14 -15
  133. package/dist/chunks/{button-actions-with-menu.7fce47a2.js.map → button-actions-with-menu.C14zvgVo.js.map} +1 -1
  134. package/dist/chunks/{button-actions.642b37de.js → button-actions.hGhRdgC2.js} +41 -40
  135. package/dist/chunks/button-actions.hGhRdgC2.js.map +1 -0
  136. package/dist/chunks/{button.60dad578.js → button.DoqHEvPh.js} +38 -38
  137. package/dist/chunks/button.DoqHEvPh.js.map +1 -0
  138. package/dist/chunks/{calendar.f38cdab9.js → calendar.CwULNbSL.js} +285 -326
  139. package/dist/chunks/{calendar.f38cdab9.js.map → calendar.CwULNbSL.js.map} +1 -1
  140. package/dist/chunks/card.C7zLKdcy.js +205 -0
  141. package/dist/chunks/card.C7zLKdcy.js.map +1 -0
  142. package/dist/chunks/checkbox-group.BcT-eZ2p.js +192 -0
  143. package/dist/chunks/checkbox-group.BcT-eZ2p.js.map +1 -0
  144. package/dist/chunks/{checkbox-input.ab758a81.js → checkbox-input.CR1lHf7f.js} +43 -43
  145. package/dist/chunks/{checkbox-input.ab758a81.js.map → checkbox-input.CR1lHf7f.js.map} +1 -1
  146. package/dist/chunks/{checkbox.f55ee3a5.js → checkbox.xjIFibII.js} +38 -39
  147. package/dist/chunks/{checkbox.f55ee3a5.js.map → checkbox.xjIFibII.js.map} +1 -1
  148. package/dist/chunks/checkmark-circle-fill.D29b-JWj.js +44 -0
  149. package/dist/chunks/{checkmark-circle-fill.f3a69c6a.js.map → checkmark-circle-fill.D29b-JWj.js.map} +1 -1
  150. package/dist/chunks/{checkmark-small.d7e31e5e.js → checkmark-small.BCeGkayS.js} +10 -10
  151. package/dist/chunks/{checkmark-small.d7e31e5e.js.map → checkmark-small.BCeGkayS.js.map} +1 -1
  152. package/dist/chunks/{chevron-left.963d35e9.js → chevron-left.4JHuWe7i.js} +18 -18
  153. package/dist/chunks/{chevron-left.963d35e9.js.map → chevron-left.4JHuWe7i.js.map} +1 -1
  154. package/dist/chunks/{chevron-up.05ca20db.js → chevron-up.5-KtIp8i.js} +19 -19
  155. package/dist/chunks/{chevron-up.05ca20db.js.map → chevron-up.5-KtIp8i.js.map} +1 -1
  156. package/dist/chunks/click-outside.DABh6NLr.js +23 -0
  157. package/dist/chunks/click-outside.DABh6NLr.js.map +1 -0
  158. package/dist/chunks/code-snippet.e8bxDBCO.js +1052 -0
  159. package/dist/chunks/code-snippet.e8bxDBCO.js.map +1 -0
  160. package/dist/chunks/{controls-group.9e0f17b2.js → controls-group.DWu8NqKL.js} +17 -18
  161. package/dist/chunks/{controls-group.9e0f17b2.js.map → controls-group.DWu8NqKL.js.map} +1 -1
  162. package/dist/chunks/{copy.852d4cb8.js → copy.BhO7oRgC.js} +39 -40
  163. package/dist/chunks/{copy.852d4cb8.js.map → copy.BhO7oRgC.js.map} +1 -1
  164. package/dist/chunks/{country.types.002caff2.js → country.types.Br0AjxGy.js} +5 -5
  165. package/dist/chunks/{country.types.002caff2.js.map → country.types.Br0AjxGy.js.map} +1 -1
  166. package/dist/chunks/country.vX94O3uR.js +98 -0
  167. package/dist/chunks/country.vX94O3uR.js.map +1 -0
  168. package/dist/chunks/{cross-circle-fill.81925c7f.js → cross-circle-fill.vLaelNTN.js} +12 -12
  169. package/dist/chunks/{cross-circle-fill.81925c7f.js.map → cross-circle-fill.vLaelNTN.js.map} +1 -1
  170. package/dist/chunks/cross-small.48UCoOqB.js +29 -0
  171. package/dist/chunks/{cross-small.9bc6a02f.js.map → cross-small.48UCoOqB.js.map} +1 -1
  172. package/dist/chunks/cross.BlL0FyHo.js +29 -0
  173. package/dist/chunks/{cross.a60533f6.js.map → cross.BlL0FyHo.js.map} +1 -1
  174. package/dist/chunks/currency.CgVd9fQN.js +121 -0
  175. package/dist/chunks/currency.CgVd9fQN.js.map +1 -0
  176. package/dist/chunks/dashboard-section.DKeDjvkB.js +167 -0
  177. package/dist/chunks/dashboard-section.DKeDjvkB.js.map +1 -0
  178. package/dist/chunks/dashed-underline.DGTW7Y_-.js +79 -0
  179. package/dist/chunks/dashed-underline.DGTW7Y_-.js.map +1 -0
  180. package/dist/chunks/data-grid-template.6Nls-D4o.js +89 -0
  181. package/dist/chunks/data-grid-template.6Nls-D4o.js.map +1 -0
  182. package/dist/chunks/{data-grid-template.keys.a819a991.js → data-grid-template.keys.2_AkxuNT.js} +1 -1
  183. package/dist/chunks/{data-grid-template.keys.a819a991.js.map → data-grid-template.keys.2_AkxuNT.js.map} +1 -1
  184. package/dist/chunks/data-grid.BwfZhc09.js +2733 -0
  185. package/dist/chunks/data-grid.BwfZhc09.js.map +1 -0
  186. package/dist/chunks/{date-input.9186a0bf.js → date-input.BqBdAO1E.js} +1 -1
  187. package/dist/chunks/{date-input.9186a0bf.js.map → date-input.BqBdAO1E.js.map} +1 -1
  188. package/dist/chunks/date-picker.CoPmllNh.js +273 -0
  189. package/dist/chunks/date-picker.CoPmllNh.js.map +1 -0
  190. package/dist/chunks/{index.96cd0d4c.js → date-range-picker.CiwDo2jW.js} +216 -218
  191. package/dist/chunks/date-range-picker.CiwDo2jW.js.map +1 -0
  192. package/dist/chunks/{index.146f967e.js → date.2ndGvIGE.js} +36 -41
  193. package/dist/chunks/date.2ndGvIGE.js.map +1 -0
  194. package/dist/chunks/{debounce.b5ef6acf.js → debounce.DUTu11PS.js} +1 -1
  195. package/dist/chunks/{debounce.b5ef6acf.js.map → debounce.DUTu11PS.js.map} +1 -1
  196. package/dist/chunks/{dialog-page.ea67bb14.js → dialog-page.BLqqR73w.js} +48 -49
  197. package/dist/chunks/{dialog-page.ea67bb14.js.map → dialog-page.BLqqR73w.js.map} +1 -1
  198. package/dist/chunks/divider.CnwfddJD.js +22 -0
  199. package/dist/chunks/divider.CnwfddJD.js.map +1 -0
  200. package/dist/chunks/{dropdown-default-textbox.ad5063c2.js → dropdown-default-textbox.-Oy2eT40.js} +75 -77
  201. package/dist/chunks/{dropdown-default-textbox.ad5063c2.js.map → dropdown-default-textbox.-Oy2eT40.js.map} +1 -1
  202. package/dist/chunks/dropdown-tag.C-LxVWlt.js +201 -0
  203. package/dist/chunks/dropdown-tag.C-LxVWlt.js.map +1 -0
  204. package/dist/chunks/{dropdown.d8587f36.js → dropdown.CxBlK83Q.js} +221 -233
  205. package/dist/chunks/dropdown.CxBlK83Q.js.map +1 -0
  206. package/dist/chunks/empty-state.BBxgpI-D.js +185 -0
  207. package/dist/chunks/empty-state.BBxgpI-D.js.map +1 -0
  208. package/dist/chunks/{error-message.3fb5573a.js → error-message.DyjHMyEZ.js} +30 -32
  209. package/dist/chunks/{error-message.3fb5573a.js.map → error-message.DyjHMyEZ.js.map} +1 -1
  210. package/dist/chunks/events.CMzGybJJ.js +47 -0
  211. package/dist/chunks/events.CMzGybJJ.js.map +1 -0
  212. package/dist/chunks/filter-bar.U2ZcPmSU.js +2775 -0
  213. package/dist/chunks/filter-bar.U2ZcPmSU.js.map +1 -0
  214. package/dist/chunks/{fixed-scroller.59aefd1b.js → fixed-scroller.DV7HtKDr.js} +20 -21
  215. package/dist/chunks/{fixed-scroller.59aefd1b.js.map → fixed-scroller.DV7HtKDr.js.map} +1 -1
  216. package/dist/chunks/{index.8be283d5.js → focus-trap.CwkbHfT8.js} +20 -20
  217. package/dist/chunks/focus-trap.CwkbHfT8.js.map +1 -0
  218. package/dist/chunks/{footer-actions.89e68269.js → footer-actions.D9nQFagi.js} +20 -21
  219. package/dist/chunks/{footer-actions.89e68269.js.map → footer-actions.D9nQFagi.js.map} +1 -1
  220. package/dist/chunks/form-layout-title.4Gz8-dJv.js +204 -0
  221. package/dist/chunks/form-layout-title.4Gz8-dJv.js.map +1 -0
  222. package/dist/chunks/{form-layout.types.a7a1438d.js → form-layout.types.D3EKzbE7.js} +1 -1
  223. package/dist/chunks/{form-layout.types.a7a1438d.js.map → form-layout.types.D3EKzbE7.js.map} +1 -1
  224. package/dist/chunks/{get-slot-text.bead058f.js → get-slot-text.D5WBGjic.js} +1 -1
  225. package/dist/chunks/{get-slot-text.bead058f.js.map → get-slot-text.D5WBGjic.js.map} +1 -1
  226. package/dist/chunks/{grid-layout.c2fe3057.js → grid-layout.CqLbbEzI.js} +15 -15
  227. package/dist/chunks/{grid-layout.c2fe3057.js.map → grid-layout.CqLbbEzI.js.map} +1 -1
  228. package/dist/chunks/header.Cr7115vM.js +307 -0
  229. package/dist/chunks/header.Cr7115vM.js.map +1 -0
  230. package/dist/chunks/{i18n.f7e6533e.js → i18n.DY5YXG5f.js} +46 -89
  231. package/dist/chunks/{i18n.f7e6533e.js.map → i18n.DY5YXG5f.js.map} +1 -1
  232. package/dist/chunks/image.0KzfycGE.js +78 -0
  233. package/dist/chunks/image.0KzfycGE.js.map +1 -0
  234. package/dist/chunks/{index.fdf12170.js → index.B_EJflcs.js} +2 -2
  235. package/dist/chunks/{index.fdf12170.js.map → index.B_EJflcs.js.map} +1 -1
  236. package/dist/chunks/{index.f55fdc32.js → index.B_UZQ6qF.js} +209 -243
  237. package/dist/chunks/{index.f55fdc32.js.map → index.B_UZQ6qF.js.map} +1 -1
  238. package/dist/chunks/index.Dytpif0G.js +125 -0
  239. package/dist/chunks/index.Dytpif0G.js.map +1 -0
  240. package/dist/chunks/{index.d80206ed.js → index.Z84QE0E2.js} +2 -2
  241. package/dist/chunks/{index.d80206ed.js.map → index.Z84QE0E2.js.map} +1 -1
  242. package/dist/chunks/{index.86453263.js → index.xqFSZOAb.js} +2 -2
  243. package/dist/chunks/{index.86453263.js.map → index.xqFSZOAb.js.map} +1 -1
  244. package/dist/chunks/info-icon.DvL1e5Iu.js +45 -0
  245. package/dist/chunks/info-icon.DvL1e5Iu.js.map +1 -0
  246. package/dist/chunks/{info.205b4496.js → info.CNegCnli.js} +17 -17
  247. package/dist/chunks/{info.205b4496.js.map → info.CNegCnli.js.map} +1 -1
  248. package/dist/chunks/input-field.iH1ICJkQ.js +344 -0
  249. package/dist/chunks/input-field.iH1ICJkQ.js.map +1 -0
  250. package/dist/chunks/internal-error.BLZodVBE.js +5 -0
  251. package/dist/chunks/internal-error.BLZodVBE.js.map +1 -0
  252. package/dist/chunks/internal-error.BmrwJFpR.js +5 -0
  253. package/dist/chunks/internal-error.BmrwJFpR.js.map +1 -0
  254. package/dist/chunks/{keyboard-navigation.ca47dfa8.js → keyboard-navigation.Clz1jOaA.js} +2 -2
  255. package/dist/chunks/{keyboard-navigation.ca47dfa8.js.map → keyboard-navigation.Clz1jOaA.js.map} +1 -1
  256. package/dist/chunks/link.DeNN3Amu.js +111 -0
  257. package/dist/chunks/link.DeNN3Amu.js.map +1 -0
  258. package/dist/chunks/listbox-option-tag.Bv4-hXnG.js +94 -0
  259. package/dist/chunks/listbox-option-tag.Bv4-hXnG.js.map +1 -0
  260. package/dist/chunks/{loading-button.0391ad8b.js → loading-button.BI32pZiW.js} +19 -20
  261. package/dist/chunks/{loading-button.0391ad8b.js.map → loading-button.BI32pZiW.js.map} +1 -1
  262. package/dist/chunks/loading-indicator.BFMEf39U.js +44 -0
  263. package/dist/chunks/loading-indicator.BFMEf39U.js.map +1 -0
  264. package/dist/chunks/{index.030c1dd7.js → menu.DN-xhDQU.js} +80 -82
  265. package/dist/chunks/menu.DN-xhDQU.js.map +1 -0
  266. package/dist/chunks/modal-fullscreen.CeogBGfr.js +264 -0
  267. package/dist/chunks/modal-fullscreen.CeogBGfr.js.map +1 -0
  268. package/dist/chunks/{modal-fullscreen.keys.b9f31632.js → modal-fullscreen.keys.CMba3hYp.js} +1 -1
  269. package/dist/chunks/{modal-fullscreen.keys.b9f31632.js.map → modal-fullscreen.keys.CMba3hYp.js.map} +1 -1
  270. package/dist/chunks/modal.vue_vue_type_script_setup_true_lang.BBef1Rl9.js +495 -0
  271. package/dist/chunks/modal.vue_vue_type_script_setup_true_lang.BBef1Rl9.js.map +1 -0
  272. package/dist/chunks/no-results-found.Bg_ZcEid.js +5 -0
  273. package/dist/chunks/no-results-found.Bg_ZcEid.js.map +1 -0
  274. package/dist/chunks/no-results-found.BqvYsBR6.js +5 -0
  275. package/dist/chunks/no-results-found.BqvYsBR6.js.map +1 -0
  276. package/dist/chunks/notifications-cleared.BMZk37uf.js +5 -0
  277. package/dist/chunks/notifications-cleared.BMZk37uf.js.map +1 -0
  278. package/dist/chunks/notifications-cleared.C7W9ZXY7.js +5 -0
  279. package/dist/chunks/notifications-cleared.C7W9ZXY7.js.map +1 -0
  280. package/dist/chunks/{on-click-outside.3e0c3e2a.js → on-click-outside.CcNG5w7_.js} +1 -1
  281. package/dist/chunks/{on-click-outside.3e0c3e2a.js.map → on-click-outside.CcNG5w7_.js.map} +1 -1
  282. package/dist/chunks/page-not-found.COJLPVaU.js +5 -0
  283. package/dist/chunks/page-not-found.COJLPVaU.js.map +1 -0
  284. package/dist/chunks/page-not-found.DWW6W-PZ.js +5 -0
  285. package/dist/chunks/page-not-found.DWW6W-PZ.js.map +1 -0
  286. package/dist/chunks/pagination.BwG1MF4j.js +633 -0
  287. package/dist/chunks/pagination.BwG1MF4j.js.map +1 -0
  288. package/dist/chunks/{payment-method.31a68b9b.js → payment-method.NCItxw1D.js} +26 -27
  289. package/dist/chunks/{payment-method.31a68b9b.js.map → payment-method.NCItxw1D.js.map} +1 -1
  290. package/dist/chunks/payment-method.types.CJKfZQN5.js +5 -0
  291. package/dist/chunks/payment-method.types.CJKfZQN5.js.map +1 -0
  292. package/dist/chunks/planned-maintenance.C61sWB9h.js +5 -0
  293. package/dist/chunks/planned-maintenance.C61sWB9h.js.map +1 -0
  294. package/dist/chunks/planned-maintenance.jmWYTdet.js +5 -0
  295. package/dist/chunks/planned-maintenance.jmWYTdet.js.map +1 -0
  296. package/dist/chunks/{index.5bdebf9d.js → popover.DRb2GW7t.js} +48 -49
  297. package/dist/chunks/popover.DRb2GW7t.js.map +1 -0
  298. package/dist/chunks/{index.9bf04b01.js → popper-container.B76aE-3-.js} +180 -182
  299. package/dist/chunks/popper-container.B76aE-3-.js.map +1 -0
  300. package/dist/chunks/radio-group.B9HCffiZ.js +296 -0
  301. package/dist/chunks/radio-group.B9HCffiZ.js.map +1 -0
  302. package/dist/chunks/{radio-input.1dd15424.js → radio-input.BEzK-fgR.js} +13 -14
  303. package/dist/chunks/radio-input.BEzK-fgR.js.map +1 -0
  304. package/dist/chunks/referrals.BvtT-kQS.js +5 -0
  305. package/dist/chunks/referrals.BvtT-kQS.js.map +1 -0
  306. package/dist/chunks/referrals.aX8WZigH.js +5 -0
  307. package/dist/chunks/referrals.aX8WZigH.js.map +1 -0
  308. package/dist/chunks/refresh.BfxRdaQb.js +29 -0
  309. package/dist/chunks/{refresh.53691839.js.map → refresh.BfxRdaQb.js.map} +1 -1
  310. package/dist/chunks/{resize.a041304d.js → resize.Bqks3WUm.js} +1 -1
  311. package/dist/chunks/{resize.a041304d.js.map → resize.Bqks3WUm.js.map} +1 -1
  312. package/dist/chunks/search-bar.DxskyM4e.js +107 -0
  313. package/dist/chunks/search-bar.DxskyM4e.js.map +1 -0
  314. package/dist/chunks/{search.4e4ee4dd.js → search.0lh99z1F.js} +16 -16
  315. package/dist/chunks/{search.4e4ee4dd.js.map → search.0lh99z1F.js.map} +1 -1
  316. package/dist/chunks/secondary-nav.D66nxbU-.js +112 -0
  317. package/dist/chunks/secondary-nav.D66nxbU-.js.map +1 -0
  318. package/dist/chunks/segmented-control.NnFfAdTq.js +142 -0
  319. package/dist/chunks/segmented-control.NnFfAdTq.js.map +1 -0
  320. package/dist/chunks/segmented-control.types.BHRLV8KU.js +5 -0
  321. package/dist/chunks/segmented-control.types.BHRLV8KU.js.map +1 -0
  322. package/dist/chunks/selection-card-group.C-YLePO4.js +385 -0
  323. package/dist/chunks/selection-card-group.C-YLePO4.js.map +1 -0
  324. package/dist/chunks/sidepanel.B-LtA15e.js +230 -0
  325. package/dist/chunks/sidepanel.B-LtA15e.js.map +1 -0
  326. package/dist/chunks/{sidepanel.keys.1ed8a57c.js → sidepanel.keys.R0DKQuYx.js} +1 -1
  327. package/dist/chunks/{sidepanel.keys.1ed8a57c.js.map → sidepanel.keys.R0DKQuYx.js.map} +1 -1
  328. package/dist/chunks/status.types.Bqdcr1WO.js +42 -0
  329. package/dist/chunks/status.types.Bqdcr1WO.js.map +1 -0
  330. package/dist/chunks/step.CVoaYmVZ.js +284 -0
  331. package/dist/chunks/step.CVoaYmVZ.js.map +1 -0
  332. package/dist/chunks/structured-list-item.DQiPKhOI.js +101 -0
  333. package/dist/chunks/structured-list-item.DQiPKhOI.js.map +1 -0
  334. package/dist/chunks/success.DhioLvPD.js +5 -0
  335. package/dist/chunks/success.DhioLvPD.js.map +1 -0
  336. package/dist/chunks/success.nNwxJRBS.js +5 -0
  337. package/dist/chunks/success.nNwxJRBS.js.map +1 -0
  338. package/dist/chunks/summary-grid-item-custom.B941Kdvq.js +720 -0
  339. package/dist/chunks/summary-grid-item-custom.B941Kdvq.js.map +1 -0
  340. package/dist/chunks/{summary-grid.keys.1d1028c2.js → summary-grid.keys.BBbFrFGF.js} +1 -1
  341. package/dist/chunks/{summary-grid.keys.1d1028c2.js.map → summary-grid.keys.BBbFrFGF.js.map} +1 -1
  342. package/dist/chunks/tabs.TNKpNgTM.js +185 -0
  343. package/dist/chunks/tabs.TNKpNgTM.js.map +1 -0
  344. package/dist/chunks/{tabs.keys.358742f2.js → tabs.keys.Bc2pSKRw.js} +1 -1
  345. package/dist/chunks/{tabs.keys.358742f2.js.map → tabs.keys.Bc2pSKRw.js.map} +1 -1
  346. package/dist/chunks/tag.CPhtHjDD.js +75 -0
  347. package/dist/chunks/tag.CPhtHjDD.js.map +1 -0
  348. package/dist/chunks/{teleport.afeb4c3b.js → teleport.L8qFCYpr.js} +20 -21
  349. package/dist/chunks/{teleport.afeb4c3b.js.map → teleport.L8qFCYpr.js.map} +1 -1
  350. package/dist/chunks/textarea.CJ8xiMjv.js +288 -0
  351. package/dist/chunks/textarea.CJ8xiMjv.js.map +1 -0
  352. package/dist/chunks/timeline-item.Cap9MXkH.js +531 -0
  353. package/dist/chunks/timeline-item.Cap9MXkH.js.map +1 -0
  354. package/dist/chunks/toast.Bwo57uNy.js +215 -0
  355. package/dist/chunks/toast.Bwo57uNy.js.map +1 -0
  356. package/dist/chunks/toggle-button.q9F2dsIi.js +79 -0
  357. package/dist/chunks/toggle-button.q9F2dsIi.js.map +1 -0
  358. package/dist/chunks/toggle.DmTjGY0a.js +161 -0
  359. package/dist/chunks/toggle.DmTjGY0a.js.map +1 -0
  360. package/dist/chunks/{tooltip.1084d92b.js → tooltip.CTR3s-Rm.js} +60 -61
  361. package/dist/chunks/tooltip.CTR3s-Rm.js.map +1 -0
  362. package/dist/chunks/tutorial.vue_vue_type_script_setup_true_lang.WNVsOZdp.js +408 -0
  363. package/dist/chunks/tutorial.vue_vue_type_script_setup_true_lang.WNVsOZdp.js.map +1 -0
  364. package/dist/chunks/typography.D7onlQ9v.js +73 -0
  365. package/dist/chunks/typography.D7onlQ9v.js.map +1 -0
  366. package/dist/chunks/{unique-id.a2a2b458.js → unique-id.XFfoKuc2.js} +14 -20
  367. package/dist/chunks/{unique-id.a2a2b458.js.map → unique-id.XFfoKuc2.js.map} +1 -1
  368. package/dist/chunks/upload-files.5wQwbfkp.js +5 -0
  369. package/dist/chunks/upload-files.5wQwbfkp.js.map +1 -0
  370. package/dist/chunks/upload-files.jTQY6y2X.js +5 -0
  371. package/dist/chunks/upload-files.jTQY6y2X.js.map +1 -0
  372. package/dist/chunks/{use-bento-toast-controller.98d8613c.js → use-bento-toast-controller.C0A5tZgd.js} +3 -3
  373. package/dist/chunks/{use-bento-toast-controller.98d8613c.js.map → use-bento-toast-controller.C0A5tZgd.js.map} +1 -1
  374. package/dist/chunks/{use-cached-selected-values.852aeafe.js → use-cached-selected-values.BQBWFTvi.js} +490 -476
  375. package/dist/chunks/use-cached-selected-values.BQBWFTvi.js.map +1 -0
  376. package/dist/chunks/{use-click-outside.941d1600.js → use-click-outside.DbjR7Lh4.js} +2 -2
  377. package/dist/chunks/{use-click-outside.941d1600.js.map → use-click-outside.DbjR7Lh4.js.map} +1 -1
  378. package/dist/chunks/{use-country-items.32e30471.js → use-country-items.CongYNiX.js} +4 -4
  379. package/dist/chunks/{use-country-items.32e30471.js.map → use-country-items.CongYNiX.js.map} +1 -1
  380. package/dist/chunks/{use-default-slot-validator.1169c221.js → use-default-slot-validator.O02rzsob.js} +1 -1
  381. package/dist/chunks/{use-default-slot-validator.1169c221.js.map → use-default-slot-validator.O02rzsob.js.map} +1 -1
  382. package/dist/chunks/{use-expandable-content-height.62fc84e5.js → use-expandable-content-height.GkjjbmPy.js} +1 -1
  383. package/dist/chunks/{use-expandable-content-height.62fc84e5.js.map → use-expandable-content-height.GkjjbmPy.js.map} +1 -1
  384. package/dist/chunks/{use-form-layout-loading.d03e5d48.js → use-form-layout-loading.D3lALhtC.js} +2 -2
  385. package/dist/chunks/{use-form-layout-loading.d03e5d48.js.map → use-form-layout-loading.D3lALhtC.js.map} +1 -1
  386. package/dist/chunks/{use-has-slot.4d98bf29.js → use-has-slot.B7eQSabc.js} +1 -1
  387. package/dist/chunks/{use-has-slot.4d98bf29.js.map → use-has-slot.B7eQSabc.js.map} +1 -1
  388. package/dist/chunks/warning-filled.DHw1rVWs.js +29 -0
  389. package/dist/chunks/warning-filled.DHw1rVWs.js.map +1 -0
  390. package/dist/chunks/wrong-environment.BOsyKdRI.js +5 -0
  391. package/dist/chunks/wrong-environment.BOsyKdRI.js.map +1 -0
  392. package/dist/chunks/wrong-environment.BiHTPtbJ.js +5 -0
  393. package/dist/chunks/wrong-environment.BiHTPtbJ.js.map +1 -0
  394. package/dist/click-outside.js +2 -20
  395. package/dist/click-outside.js.map +1 -1
  396. package/dist/code-snippet.js +5 -2131
  397. package/dist/code-snippet.js.map +1 -1
  398. package/dist/country.js +8 -101
  399. package/dist/country.js.map +1 -1
  400. package/dist/currency.js +3 -118
  401. package/dist/currency.js.map +1 -1
  402. package/dist/dashboard-template.js +6 -0
  403. package/dist/dashboard-template.js.map +1 -0
  404. package/dist/dashed-underline.js +5 -0
  405. package/dist/dashed-underline.js.map +1 -0
  406. package/dist/data-grid-template.js +2 -87
  407. package/dist/data-grid-template.js.map +1 -1
  408. package/dist/data-grid.js +8 -2643
  409. package/dist/data-grid.js.map +1 -1
  410. package/dist/date-picker.js +5 -272
  411. package/dist/date-picker.js.map +1 -1
  412. package/dist/date-range-picker.js +2 -2
  413. package/dist/date.js +1 -1
  414. package/dist/divider.js +1 -1
  415. package/dist/dropdown.js +12 -205
  416. package/dist/dropdown.js.map +1 -1
  417. package/dist/empty-state.js +5 -176
  418. package/dist/empty-state.js.map +1 -1
  419. package/dist/filter-bar.js +5 -2778
  420. package/dist/filter-bar.js.map +1 -1
  421. package/dist/focus-trap.js +1 -1
  422. package/dist/form-layout.js +5 -205
  423. package/dist/form-layout.js.map +1 -1
  424. package/dist/header.js +2 -306
  425. package/dist/header.js.map +1 -1
  426. package/dist/image.js +4 -75
  427. package/dist/image.js.map +1 -1
  428. package/dist/index.js +263 -256
  429. package/dist/index.js.map +1 -1
  430. package/dist/info-icon.js +2 -43
  431. package/dist/info-icon.js.map +1 -1
  432. package/dist/input-field.js +7 -342
  433. package/dist/input-field.js.map +1 -1
  434. package/dist/internal.js +15 -15
  435. package/dist/link.js +1 -1
  436. package/dist/loading-indicator.js +3 -41
  437. package/dist/loading-indicator.js.map +1 -1
  438. package/dist/menu.js +1 -1
  439. package/dist/modal-fullscreen.js +3 -263
  440. package/dist/modal-fullscreen.js.map +1 -1
  441. package/dist/modal.js +11 -501
  442. package/dist/modal.js.map +1 -1
  443. package/dist/pagination.js +2 -634
  444. package/dist/pagination.js.map +1 -1
  445. package/dist/payment-method.js +4 -4
  446. package/dist/payment-method.js.map +1 -1
  447. package/dist/popover.js +1 -1
  448. package/dist/popper-container.js +1 -1
  449. package/dist/radio-group.js +6 -296
  450. package/dist/radio-group.js.map +1 -1
  451. package/dist/search-bar.js +6 -107
  452. package/dist/search-bar.js.map +1 -1
  453. package/dist/secondary-nav.js +2 -112
  454. package/dist/secondary-nav.js.map +1 -1
  455. package/dist/segmented-control.js +4 -255
  456. package/dist/segmented-control.js.map +1 -1
  457. package/dist/selection-card.js +4 -384
  458. package/dist/selection-card.js.map +1 -1
  459. package/dist/sidepanel.js +4 -229
  460. package/dist/sidepanel.js.map +1 -1
  461. package/dist/status.js +3 -50
  462. package/dist/status.js.map +1 -1
  463. package/dist/stepper.js +5 -283
  464. package/dist/stepper.js.map +1 -1
  465. package/dist/structured-list.js +1 -1
  466. package/dist/summary-grid.js +9 -720
  467. package/dist/summary-grid.js.map +1 -1
  468. package/dist/tabs.js +3 -182
  469. package/dist/tabs.js.map +1 -1
  470. package/dist/tag.js +3 -73
  471. package/dist/tag.js.map +1 -1
  472. package/dist/textarea.js +2 -286
  473. package/dist/textarea.js.map +1 -1
  474. package/dist/timeline.js +7 -530
  475. package/dist/timeline.js.map +1 -1
  476. package/dist/toast.js +2 -215
  477. package/dist/toast.js.map +1 -1
  478. package/dist/toggle.js +4 -159
  479. package/dist/toggle.js.map +1 -1
  480. package/dist/tutorial.js +2 -392
  481. package/dist/tutorial.js.map +1 -1
  482. package/dist/typography.js +1 -1
  483. package/dist/web-types.json +1 -1
  484. package/package.json +10 -10
  485. package/dist/assets/index11.css +0 -1
  486. package/dist/assets/index16.css +0 -1
  487. package/dist/assets/index18.css +0 -1
  488. package/dist/assets/index24.css +0 -1
  489. package/dist/assets/index25.css +0 -1
  490. package/dist/assets/index37.css +0 -1
  491. package/dist/assets/index40.css +0 -1
  492. package/dist/assets/index42.css +0 -1
  493. package/dist/assets/index46.css +0 -1
  494. package/dist/assets/index47.css +0 -1
  495. package/dist/assets/index9.css +0 -1
  496. package/dist/chunks/1-generic-use.3ea646cd.js +0 -5
  497. package/dist/chunks/1-generic-use.3ea646cd.js.map +0 -1
  498. package/dist/chunks/1-generic-use.ccca5813.js +0 -5
  499. package/dist/chunks/1-generic-use.ccca5813.js.map +0 -1
  500. package/dist/chunks/2-generic-use.443db127.js +0 -5
  501. package/dist/chunks/2-generic-use.443db127.js.map +0 -1
  502. package/dist/chunks/2-generic-use.d69d7c08.js +0 -5
  503. package/dist/chunks/2-generic-use.d69d7c08.js.map +0 -1
  504. package/dist/chunks/3-generic-use.9f74667f.js +0 -5
  505. package/dist/chunks/3-generic-use.9f74667f.js.map +0 -1
  506. package/dist/chunks/3-generic-use.fe7ae2ce.js +0 -5
  507. package/dist/chunks/3-generic-use.fe7ae2ce.js.map +0 -1
  508. package/dist/chunks/4-generic-use.0356f4a1.js +0 -5
  509. package/dist/chunks/4-generic-use.0356f4a1.js.map +0 -1
  510. package/dist/chunks/4-generic-use.cd04bad0.js +0 -5
  511. package/dist/chunks/4-generic-use.cd04bad0.js.map +0 -1
  512. package/dist/chunks/_plugin-vue_export-helper.dad06003.js.map +0 -1
  513. package/dist/chunks/adding-payment-methods.d570e03e.js +0 -5
  514. package/dist/chunks/adding-payment-methods.d570e03e.js.map +0 -1
  515. package/dist/chunks/adding-payment-methods.e419d6c0.js +0 -5
  516. package/dist/chunks/adding-payment-methods.e419d6c0.js.map +0 -1
  517. package/dist/chunks/adyen-giving.480913b5.js +0 -5
  518. package/dist/chunks/adyen-giving.480913b5.js.map +0 -1
  519. package/dist/chunks/adyen-giving.54ed984c.js +0 -5
  520. package/dist/chunks/adyen-giving.54ed984c.js.map +0 -1
  521. package/dist/chunks/button-actions.642b37de.js.map +0 -1
  522. package/dist/chunks/button.60dad578.js.map +0 -1
  523. package/dist/chunks/checkmark-circle-fill.f3a69c6a.js +0 -44
  524. package/dist/chunks/checkmark.87919b24.js +0 -29
  525. package/dist/chunks/checkmark.87919b24.js.map +0 -1
  526. package/dist/chunks/cross-small.9bc6a02f.js +0 -29
  527. package/dist/chunks/cross.a60533f6.js +0 -29
  528. package/dist/chunks/dropdown.d8587f36.js.map +0 -1
  529. package/dist/chunks/events.58c00e6d.js +0 -50
  530. package/dist/chunks/events.58c00e6d.js.map +0 -1
  531. package/dist/chunks/index.030c1dd7.js.map +0 -1
  532. package/dist/chunks/index.07122048.js +0 -23
  533. package/dist/chunks/index.07122048.js.map +0 -1
  534. package/dist/chunks/index.146f967e.js.map +0 -1
  535. package/dist/chunks/index.5bdebf9d.js.map +0 -1
  536. package/dist/chunks/index.6e0e9d21.js +0 -118
  537. package/dist/chunks/index.6e0e9d21.js.map +0 -1
  538. package/dist/chunks/index.8be283d5.js.map +0 -1
  539. package/dist/chunks/index.96cd0d4c.js.map +0 -1
  540. package/dist/chunks/index.9bf04b01.js.map +0 -1
  541. package/dist/chunks/index.a3d60e4f.js +0 -74
  542. package/dist/chunks/index.a3d60e4f.js.map +0 -1
  543. package/dist/chunks/index.ba3396d3.js +0 -62
  544. package/dist/chunks/index.ba3396d3.js.map +0 -1
  545. package/dist/chunks/index.c8ffede1.js +0 -168
  546. package/dist/chunks/index.c8ffede1.js.map +0 -1
  547. package/dist/chunks/internal-error.35cbb071.js +0 -5
  548. package/dist/chunks/internal-error.35cbb071.js.map +0 -1
  549. package/dist/chunks/internal-error.9a4823ed.js +0 -5
  550. package/dist/chunks/internal-error.9a4823ed.js.map +0 -1
  551. package/dist/chunks/listbox-option-tag.b6182b2e.js +0 -129
  552. package/dist/chunks/listbox-option-tag.b6182b2e.js.map +0 -1
  553. package/dist/chunks/no-results-found.58856d70.js +0 -5
  554. package/dist/chunks/no-results-found.58856d70.js.map +0 -1
  555. package/dist/chunks/no-results-found.cbb12f78.js +0 -5
  556. package/dist/chunks/no-results-found.cbb12f78.js.map +0 -1
  557. package/dist/chunks/notifications-cleared.71025c22.js +0 -5
  558. package/dist/chunks/notifications-cleared.71025c22.js.map +0 -1
  559. package/dist/chunks/notifications-cleared.c4f4bed4.js +0 -5
  560. package/dist/chunks/notifications-cleared.c4f4bed4.js.map +0 -1
  561. package/dist/chunks/page-not-found.a500440d.js +0 -5
  562. package/dist/chunks/page-not-found.a500440d.js.map +0 -1
  563. package/dist/chunks/page-not-found.d1a84ba7.js +0 -5
  564. package/dist/chunks/page-not-found.d1a84ba7.js.map +0 -1
  565. package/dist/chunks/planned-maintenance.7fa5ac16.js +0 -5
  566. package/dist/chunks/planned-maintenance.7fa5ac16.js.map +0 -1
  567. package/dist/chunks/planned-maintenance.cff01aed.js +0 -5
  568. package/dist/chunks/planned-maintenance.cff01aed.js.map +0 -1
  569. package/dist/chunks/radio-input.1dd15424.js.map +0 -1
  570. package/dist/chunks/referrals.178ce0eb.js +0 -5
  571. package/dist/chunks/referrals.178ce0eb.js.map +0 -1
  572. package/dist/chunks/referrals.599047da.js +0 -5
  573. package/dist/chunks/referrals.599047da.js.map +0 -1
  574. package/dist/chunks/refresh.53691839.js +0 -29
  575. package/dist/chunks/success.41981fe8.js +0 -5
  576. package/dist/chunks/success.41981fe8.js.map +0 -1
  577. package/dist/chunks/success.77fac78b.js +0 -5
  578. package/dist/chunks/success.77fac78b.js.map +0 -1
  579. package/dist/chunks/tooltip.1084d92b.js.map +0 -1
  580. package/dist/chunks/upload-files.2708eca7.js +0 -5
  581. package/dist/chunks/upload-files.2708eca7.js.map +0 -1
  582. package/dist/chunks/upload-files.b4cd9f8b.js +0 -5
  583. package/dist/chunks/upload-files.b4cd9f8b.js.map +0 -1
  584. package/dist/chunks/use-cached-selected-values.852aeafe.js.map +0 -1
  585. package/dist/chunks/wrong-environment.c73b0bc0.js +0 -5
  586. package/dist/chunks/wrong-environment.c73b0bc0.js.map +0 -1
  587. package/dist/chunks/wrong-environment.f890a237.js +0 -5
  588. package/dist/chunks/wrong-environment.f890a237.js.map +0 -1
  589. /package/dist/@types/packages/{vue2/src/components/internal → core/src/components}/radio-input/radio-input.types.d.ts +0 -0
  590. /package/dist/assets/{index13.css → avatar-image.css} +0 -0
  591. /package/dist/assets/{index21.css → badge.css} +0 -0
  592. /package/dist/assets/{index5.css → checkbox-group.css} +0 -0
  593. /package/dist/assets/{index4.css → country.css} +0 -0
  594. /package/dist/assets/{checkmark-circle-fill.css → cross.css} +0 -0
  595. /package/dist/assets/{index2.css → date-picker.css} +0 -0
  596. /package/dist/assets/{index20.css → date-range-picker.css} +0 -0
  597. /package/dist/assets/{index3.css → divider.css} +0 -0
  598. /package/dist/assets/{index48.css → dropdown-tag.css} +0 -0
  599. /package/dist/assets/{index8.css → empty-state.css} +0 -0
  600. /package/dist/assets/{index.css → focus-trap.css} +0 -0
  601. /package/dist/assets/{index15.css → header.css} +0 -0
  602. /package/dist/assets/{index6.css → info-icon.css} +0 -0
  603. /package/dist/assets/{index41.css → loading-indicator.css} +0 -0
  604. /package/dist/assets/{index28.css → pagination.css} +0 -0
  605. /package/dist/assets/{index29.css → popper-container.css} +0 -0
  606. /package/dist/assets/{index30.css → radio-group.css} +0 -0
  607. /package/dist/assets/{index22.css → search-bar.css} +0 -0
  608. /package/dist/assets/{index23.css → secondary-nav.css} +0 -0
  609. /package/dist/assets/{index45.css → step.css} +0 -0
  610. /package/dist/assets/{index31.css → summary-grid-item-custom.css} +0 -0
  611. /package/dist/assets/{index33.css → tag.css} +0 -0
  612. /package/dist/assets/{index34.css → textarea.css} +0 -0
  613. /package/dist/assets/{index35.css → timeline-item.css} +0 -0
  614. /package/dist/assets/{index36.css → toast.css} +0 -0
  615. /package/dist/assets/{index12.css → toggle-button.css} +0 -0
  616. /package/dist/assets/{index38.css → typography.css} +0 -0
@@ -1,3 +1,3 @@
1
1
  export { default as RadioInput } from './radio-input.vue';
2
- export type { RadioInputValue } from './radio-input.types';
3
- export { RadioInputStateClass } from './radio-input.types';
2
+ export type { RadioInputValue } from "../../../../../core/src/components/radio-input/radio-input.types";
3
+ export { RadioInputStateClass } from "../../../../../core/src/components/radio-input/radio-input.types";
@@ -1,5 +1,5 @@
1
1
  import { PropType } from "../../../../../vue3/node_modules/vue";
2
- import { RadioInputValue } from './radio-input.types';
2
+ import { RadioInputValue } from "../../../../../core/src/components/radio-input/radio-input.types";
3
3
  /**
4
4
  * Internal component that renders a radio input (without label)
5
5
  *
@@ -1,122 +1,82 @@
1
- import { ComputedRef } from "../../../../../../vue3/node_modules/vue";
2
1
  /**
3
2
  * Internal component to be used within the BentoSegmentedControl component only
4
3
  */
5
- declare const _default: import("../../../../../../vue3/node_modules/vue").DefineComponent<{
4
+ declare const _default: import("../../../../../../vue3/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
6
5
  /**
7
- * The string the button will showcase
6
+ * Disable the radio button (optional)
8
7
  */
9
- label: {
10
- type: StringConstructor;
11
- required: true;
12
- };
8
+ disabled?: boolean;
13
9
  /**
14
- * Indicates the value of the input that will be returned when it's selected
10
+ * Renders the button with a 100% width
15
11
  */
16
- value: {
17
- type: (StringConstructor | NumberConstructor)[];
18
- required: true;
19
- };
12
+ fullWidth?: boolean;
13
+ /**
14
+ * The string the button will showcase
15
+ */
16
+ label: string;
20
17
  /**
21
18
  * This property should not be used directly.
22
19
  * It will be used by v-model directive on the segmented control component
23
20
  */
24
- modelValue: {
25
- type: (StringConstructor | NumberConstructor)[];
26
- default: any;
27
- };
21
+ modelValue?: string | number;
28
22
  /**
29
- * Disable the radio button (optional)
23
+ * Renders the button with a truncated text if the space is not enough to render the whole content
30
24
  */
31
- disabled: {
32
- type: BooleanConstructor;
33
- default: boolean;
34
- };
25
+ truncate?: boolean;
35
26
  /**
36
- * Renders the button with a 100% width
27
+ * Indicates the value of the input that will be returned when it's selected
37
28
  */
38
- fullWidth: {
39
- type: BooleanConstructor;
40
- default: boolean;
41
- };
29
+ value: string | number;
42
30
  /**
43
- * Renders the button with a truncated text if the space is not enough to render the whole content
31
+ * Renders the button with centered text in case the text has to wrap multiple lines
44
32
  */
45
- truncate: {
46
- type: BooleanConstructor;
47
- default: boolean;
48
- };
33
+ wrap?: boolean;
34
+ }>, {
35
+ disabled: boolean;
36
+ fullWidth: boolean;
37
+ modelValue: any;
38
+ truncate: boolean;
39
+ wrap: boolean;
40
+ }>, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {
41
+ "update:model-value": (value: string | number) => void;
42
+ }, 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<{
49
43
  /**
50
- * Renders the button with centered text in case the text has to wrap multiple lines
44
+ * Disable the radio button (optional)
51
45
  */
52
- wrap: {
53
- type: BooleanConstructor;
54
- default: boolean;
55
- };
56
- }, {
57
- segmentedControlButtonLabel: import("../../../../../../vue3/node_modules/vue").Ref<any>;
58
- segmentedControlButtonId: string;
59
- isChecked: ComputedRef<boolean>;
60
- conditionalClasses: ComputedRef<{
61
- 'b-segmented-control-button--hug-content': boolean;
62
- 'b-segmented-control-button--full-width': boolean;
63
- 'b-segmented-control-button--truncate': boolean;
64
- 'b-segmented-control-button--wrap': boolean;
65
- }>;
66
- onClick: () => void;
67
- }, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, "update:model-value"[], "update:model-value", 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<{
46
+ disabled?: boolean;
68
47
  /**
69
- * The string the button will showcase
48
+ * Renders the button with a 100% width
70
49
  */
71
- label: {
72
- type: StringConstructor;
73
- required: true;
74
- };
50
+ fullWidth?: boolean;
75
51
  /**
76
- * Indicates the value of the input that will be returned when it's selected
52
+ * The string the button will showcase
77
53
  */
78
- value: {
79
- type: (StringConstructor | NumberConstructor)[];
80
- required: true;
81
- };
54
+ label: string;
82
55
  /**
83
56
  * This property should not be used directly.
84
57
  * It will be used by v-model directive on the segmented control component
85
58
  */
86
- modelValue: {
87
- type: (StringConstructor | NumberConstructor)[];
88
- default: any;
89
- };
90
- /**
91
- * Disable the radio button (optional)
92
- */
93
- disabled: {
94
- type: BooleanConstructor;
95
- default: boolean;
96
- };
59
+ modelValue?: string | number;
97
60
  /**
98
- * Renders the button with a 100% width
61
+ * Renders the button with a truncated text if the space is not enough to render the whole content
99
62
  */
100
- fullWidth: {
101
- type: BooleanConstructor;
102
- default: boolean;
103
- };
63
+ truncate?: boolean;
104
64
  /**
105
- * Renders the button with a truncated text if the space is not enough to render the whole content
65
+ * Indicates the value of the input that will be returned when it's selected
106
66
  */
107
- truncate: {
108
- type: BooleanConstructor;
109
- default: boolean;
110
- };
67
+ value: string | number;
111
68
  /**
112
69
  * Renders the button with centered text in case the text has to wrap multiple lines
113
70
  */
114
- wrap: {
115
- type: BooleanConstructor;
116
- default: boolean;
117
- };
118
- }>> & {
119
- "onUpdate:model-value"?: (...args: any[]) => any;
71
+ wrap?: boolean;
72
+ }>, {
73
+ disabled: boolean;
74
+ fullWidth: boolean;
75
+ modelValue: any;
76
+ truncate: boolean;
77
+ wrap: boolean;
78
+ }>>> & {
79
+ "onUpdate:model-value"?: (value: string | number) => any;
120
80
  }, {
121
81
  disabled: boolean;
122
82
  truncate: boolean;
@@ -125,3 +85,17 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
125
85
  fullWidth: boolean;
126
86
  }>;
127
87
  export default _default;
88
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
89
+ type __VLS_TypePropsToRuntimeProps<T> = {
90
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
91
+ type: import("../../../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
92
+ } : {
93
+ type: import("../../../../../../vue3/node_modules/vue").PropType<T[K]>;
94
+ required: true;
95
+ };
96
+ };
97
+ type __VLS_WithDefaults<P, D> = {
98
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
99
+ default: D[K];
100
+ } : P[K];
101
+ };
@@ -3,6 +3,9 @@ export interface BentoSegmentedControlItem {
3
3
  value: string | number;
4
4
  disabled?: boolean;
5
5
  }
6
+ /**
7
+ * @deprecated from version 2.0.0. Use "@update:model-value" or "v-model" instead
8
+ */
6
9
  export declare enum BentoSegmentedControlEvent {
7
10
  UPDATE = "update:model-value"
8
11
  }
@@ -1,5 +1,4 @@
1
- import { PropType } from "../../../../vue3/node_modules/vue";
2
- import { BentoSegmentedControlEvent, BentoSegmentedControlItem } from './segmented-control.types';
1
+ import { BentoSegmentedControlItem } from './segmented-control.types';
3
2
  /**
4
3
  * @example
5
4
  * import { BentoSegmentedControl } from '@adyen/bento-vue2';
@@ -15,110 +14,79 @@ import { BentoSegmentedControlEvent, BentoSegmentedControlItem } from './segment
15
14
  * `
16
15
  * }
17
16
  */
18
- declare const _default: import("../../../../vue3/node_modules/vue").DefineComponent<{
19
- /**
20
- * Items that will populate the segmented control.
21
- */
22
- items: {
23
- type: PropType<BentoSegmentedControlItem[]>;
24
- required: true;
25
- validator: (arr: Array<BentoSegmentedControlItem[]>) => boolean;
26
- };
27
- /**
28
- * Determines the selected value of the group. Corresponds to the BentoSegmentedControlItem's value.
29
- */
30
- modelValue: {
31
- type: (StringConstructor | NumberConstructor)[];
32
- required: true;
33
- };
34
- /**
35
- * @deprecated from version 2.0.0. Use the aria-label attribute instead.
36
- */
17
+ declare const _default: import("../../../../vue3/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
37
18
  /**
38
19
  * Accessible name describing the segmented control.
20
+ * @deprecated from version 2.0.0. Use the aria-label attribute instead.
39
21
  */
40
- ariaLabel: {
41
- type: StringConstructor;
42
- default: any;
43
- };
22
+ ariaLabel?: string;
44
23
  /**
45
24
  * If set to true, renders the component full width.
46
25
  */
47
- fullWidth: {
48
- type: BooleanConstructor;
49
- default: boolean;
50
- };
51
- /**
52
- * If set to true, wraps the items in the segmented control to show their content whenever these don't fit in the available space anymore.
53
- */
54
- wrap: {
55
- type: BooleanConstructor;
56
- default: boolean;
57
- };
58
- }, {
59
- computedAriaLabel: import("../../../../vue3/node_modules/vue").ComputedRef<string>;
60
- inputValue: import("../../../../vue3/node_modules/vue").Ref<string | number>;
61
- segmentedControlRef: import("../../../../vue3/node_modules/vue").Ref<any>;
62
- segmentedControlButtonRef: import("../../../../vue3/node_modules/vue").Ref<any>;
63
- computedItems: import("../../../../vue3/node_modules/vue").ComputedRef<{
64
- tooltipText: string;
65
- label: string;
66
- value: string | number;
67
- disabled?: boolean;
68
- }[]>;
69
- truncate: import("../../../../vue3/node_modules/vue").ComputedRef<boolean>;
70
- conditionalClasses: import("../../../../vue3/node_modules/vue").ComputedRef<{
71
- 'b-segmented-control--hug': boolean;
72
- 'b-segmented-control--full-width': boolean;
73
- 'b-segmented-control--truncate': boolean;
74
- 'b-segmented-control--wrap': boolean;
75
- }>;
76
- onInput: (value: any) => void;
77
- }, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, BentoSegmentedControlEvent[], BentoSegmentedControlEvent, 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<{
26
+ fullWidth?: boolean;
78
27
  /**
79
28
  * Items that will populate the segmented control.
80
29
  */
81
- items: {
82
- type: PropType<BentoSegmentedControlItem[]>;
83
- required: true;
84
- validator: (arr: Array<BentoSegmentedControlItem[]>) => boolean;
85
- };
30
+ items: BentoSegmentedControlItem[];
86
31
  /**
87
32
  * Determines the selected value of the group. Corresponds to the BentoSegmentedControlItem's value.
88
33
  */
89
- modelValue: {
90
- type: (StringConstructor | NumberConstructor)[];
91
- required: true;
92
- };
34
+ modelValue: string | number;
93
35
  /**
94
- * @deprecated from version 2.0.0. Use the aria-label attribute instead.
36
+ * If set to true, wraps the items in the segmented control to show their content whenever these don't fit in the available space anymore.
95
37
  */
38
+ wrap?: boolean;
39
+ }>, {
40
+ ariaLabel: any;
41
+ fullWidth: boolean;
42
+ wrap: boolean;
43
+ }>, {}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, {
44
+ "update:model-value": (value: string | number) => void;
45
+ }, 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<{
96
46
  /**
97
47
  * Accessible name describing the segmented control.
48
+ * @deprecated from version 2.0.0. Use the aria-label attribute instead.
98
49
  */
99
- ariaLabel: {
100
- type: StringConstructor;
101
- default: any;
102
- };
50
+ ariaLabel?: string;
103
51
  /**
104
52
  * If set to true, renders the component full width.
105
53
  */
106
- fullWidth: {
107
- type: BooleanConstructor;
108
- default: boolean;
109
- };
54
+ fullWidth?: boolean;
55
+ /**
56
+ * Items that will populate the segmented control.
57
+ */
58
+ items: BentoSegmentedControlItem[];
59
+ /**
60
+ * Determines the selected value of the group. Corresponds to the BentoSegmentedControlItem's value.
61
+ */
62
+ modelValue: string | number;
110
63
  /**
111
64
  * If set to true, wraps the items in the segmented control to show their content whenever these don't fit in the available space anymore.
112
65
  */
113
- wrap: {
114
- type: BooleanConstructor;
115
- default: boolean;
116
- };
117
- }>> & {
118
- "onUpdate:model-value"?: (...args: any[]) => any;
66
+ wrap?: boolean;
67
+ }>, {
68
+ ariaLabel: any;
69
+ fullWidth: boolean;
70
+ wrap: boolean;
71
+ }>>> & {
72
+ "onUpdate:model-value"?: (value: string | number) => any;
119
73
  }, {
120
74
  wrap: boolean;
121
75
  ariaLabel: string;
122
76
  fullWidth: boolean;
123
77
  }>;
124
78
  export default _default;
79
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
80
+ type __VLS_TypePropsToRuntimeProps<T> = {
81
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
82
+ type: import("../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
83
+ } : {
84
+ type: import("../../../../vue3/node_modules/vue").PropType<T[K]>;
85
+ required: true;
86
+ };
87
+ };
88
+ type __VLS_WithDefaults<P, D> = {
89
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
90
+ default: D[K];
91
+ } : P[K];
92
+ };
@@ -1,4 +1,3 @@
1
- import { PropType } from "../../../../vue3/node_modules/vue";
2
1
  import { BentoStatusVariant } from './status.types';
3
2
  /**
4
3
  * A Status component is used to indicate a
@@ -16,21 +15,25 @@ import { BentoStatusVariant } from './status.types';
16
15
  * `
17
16
  * }
18
17
  */
19
- declare const _default: import("../../../../vue3/node_modules/vue").DefineComponent<{
20
- variant: {
21
- type: PropType<"blue" | "green" | "red" | "yellow" | "grey" | "orange" | BentoStatusVariant>;
18
+ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_modules/vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
19
+ variant: BentoStatusVariant | `${BentoStatusVariant}`;
20
+ }>, {}, 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_TypePropsToRuntimeProps<{
21
+ variant: BentoStatusVariant | `${BentoStatusVariant}`;
22
+ }>>>, {}>, {
23
+ default: (_: {}) => any;
24
+ }>;
25
+ export default _default;
26
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
+ type __VLS_TypePropsToRuntimeProps<T> = {
28
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
29
+ type: import("../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
30
+ } : {
31
+ type: import("../../../../vue3/node_modules/vue").PropType<T[K]>;
22
32
  required: true;
23
- validator: (type: BentoStatusVariant) => boolean;
24
33
  };
25
- }, {
26
- conditionalClass: import("../../../../vue3/node_modules/vue").ComputedRef<{
27
- [x: string]: boolean;
28
- }>;
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<{
30
- variant: {
31
- type: PropType<"blue" | "green" | "red" | "yellow" | "grey" | "orange" | BentoStatusVariant>;
32
- required: true;
33
- validator: (type: BentoStatusVariant) => boolean;
34
+ };
35
+ type __VLS_WithTemplateSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
34
38
  };
35
- }>>, {}>;
36
- export default _default;
39
+ };
@@ -1,4 +1,3 @@
1
- import { PropType, Ref } from "../../../../../../vue3/node_modules/vue";
2
1
  /**
3
2
  * This is an item of the `BentoStructuredList` meant to be used only with that component.
4
3
  * It consists of a label/value pair, and also the optional copy and search modifiers.
@@ -24,88 +23,71 @@ import { PropType, Ref } from "../../../../../../vue3/node_modules/vue";
24
23
  * `
25
24
  * }
26
25
  */
27
- declare const _default: import("../../../../../../vue3/node_modules/vue").DefineComponent<{
26
+ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/node_modules/vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
28
27
  /**
29
28
  * Label to display for the value
30
29
  */
31
- label: {
32
- type: StringConstructor;
33
- required: true;
34
- };
30
+ label: string;
35
31
  /**
36
32
  * Text to display in info icon tooltip in the label to display for the value
37
33
  */
38
- labelInfo: {
39
- type: StringConstructor;
40
- default: any;
41
- };
34
+ labelInfo?: string;
42
35
  /**
43
36
  * Text to copy when the user clicks `Copy` icon
44
37
  */
45
- copy: {
46
- type: StringConstructor;
47
- default: any;
48
- };
38
+ copy?: string;
49
39
  /**
50
40
  * Function to trigger when user clicks `Search` icon
51
41
  */
52
- search: {
53
- type: PropType<(event: Event) => void>;
54
- default: any;
55
- };
42
+ search?: (event: Event) => void;
56
43
  /**
57
44
  * Text to display when the user hovers over `Search` icon
58
45
  */
59
- searchTooltip: {
60
- type: StringConstructor;
61
- default: any;
62
- };
63
- }, {
64
- conditionalClasses: import("../../../../../../vue3/node_modules/vue").ComputedRef<{
65
- 'b-structured-list-item--condensed': boolean;
66
- }>;
67
- labelTypographyVariant: import("../../../../../../vue3/node_modules/vue").ComputedRef<"caption" | "body">;
68
- labelsWidth: Ref<string>;
69
- }, 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<{
46
+ searchTooltip?: string;
47
+ /**
48
+ * Truncates the value of the item
49
+ */
50
+ truncate?: boolean;
51
+ }>, {}, 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_TypePropsToRuntimeProps<{
70
52
  /**
71
53
  * Label to display for the value
72
54
  */
73
- label: {
74
- type: StringConstructor;
75
- required: true;
76
- };
55
+ label: string;
77
56
  /**
78
57
  * Text to display in info icon tooltip in the label to display for the value
79
58
  */
80
- labelInfo: {
81
- type: StringConstructor;
82
- default: any;
83
- };
59
+ labelInfo?: string;
84
60
  /**
85
61
  * Text to copy when the user clicks `Copy` icon
86
62
  */
87
- copy: {
88
- type: StringConstructor;
89
- default: any;
90
- };
63
+ copy?: string;
91
64
  /**
92
65
  * Function to trigger when user clicks `Search` icon
93
66
  */
94
- search: {
95
- type: PropType<(event: Event) => void>;
96
- default: any;
97
- };
67
+ search?: (event: Event) => void;
98
68
  /**
99
69
  * Text to display when the user hovers over `Search` icon
100
70
  */
101
- searchTooltip: {
102
- type: StringConstructor;
103
- default: any;
104
- };
105
- }>>, {
106
- search: (event: Event) => void;
107
- copy: string;
108
- labelInfo: string;
109
- searchTooltip: string;
71
+ searchTooltip?: string;
72
+ /**
73
+ * Truncates the value of the item
74
+ */
75
+ truncate?: boolean;
76
+ }>>>, {}>, {
77
+ default: (_: {}) => any;
110
78
  }>;
111
79
  export default _default;
80
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
81
+ type __VLS_TypePropsToRuntimeProps<T> = {
82
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
83
+ type: import("../../../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
84
+ } : {
85
+ type: import("../../../../../../vue3/node_modules/vue").PropType<T[K]>;
86
+ required: true;
87
+ };
88
+ };
89
+ type __VLS_WithTemplateSlots<T, S> = T & {
90
+ new (): {
91
+ $slots: S;
92
+ };
93
+ };
@@ -1,4 +1,3 @@
1
- import { PropType } from "../../../../vue3/node_modules/vue";
2
1
  import { BentoStructuredListLayoutOptions } from './structured-list.types';
3
2
  /**
4
3
  * This is a list used to display pairs of information in a clear and organized manner.
@@ -23,14 +22,11 @@ import { BentoStructuredListLayoutOptions } from './structured-list.types';
23
22
  * `
24
23
  * }
25
24
  */
26
- declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_modules/vue").DefineComponent<{
25
+ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
27
26
  /**
28
27
  * Width of the labels container, in pixels. Overrides layout prop.
29
28
  */
30
- labelsWidth: {
31
- type: NumberConstructor;
32
- default: any;
33
- };
29
+ labelsWidth?: number;
34
30
  /**
35
31
  * The layout of the label value pair in percentage.
36
32
  * If labelsWidth is set, layout will be overriden by the static pixel value.
@@ -43,19 +39,15 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
43
39
  * '42-58'
44
40
  * '50-50'
45
41
  */
46
- layout: {
47
- type: PropType<BentoStructuredListLayoutOptions>;
48
- default: string;
49
- validator: (value: BentoStructuredListLayoutOptions) => boolean;
50
- };
51
- }, {}, 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<{
42
+ layout?: BentoStructuredListLayoutOptions;
43
+ }>, {
44
+ labelsWidth: any;
45
+ layout: string;
46
+ }>, {}, 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<{
52
47
  /**
53
48
  * Width of the labels container, in pixels. Overrides layout prop.
54
49
  */
55
- labelsWidth: {
56
- type: NumberConstructor;
57
- default: any;
58
- };
50
+ labelsWidth?: number;
59
51
  /**
60
52
  * The layout of the label value pair in percentage.
61
53
  * If labelsWidth is set, layout will be overriden by the static pixel value.
@@ -68,18 +60,31 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
68
60
  * '42-58'
69
61
  * '50-50'
70
62
  */
71
- layout: {
72
- type: PropType<BentoStructuredListLayoutOptions>;
73
- default: string;
74
- validator: (value: BentoStructuredListLayoutOptions) => boolean;
75
- };
76
- }>>, {
63
+ layout?: BentoStructuredListLayoutOptions;
64
+ }>, {
65
+ labelsWidth: any;
66
+ layout: string;
67
+ }>>>, {
77
68
  layout: BentoStructuredListLayoutOptions;
78
69
  labelsWidth: number;
79
70
  }>, {
80
71
  default: (_: {}) => any;
81
72
  }>;
82
73
  export default _default;
74
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
75
+ type __VLS_TypePropsToRuntimeProps<T> = {
76
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
77
+ type: import("../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
78
+ } : {
79
+ type: import("../../../../vue3/node_modules/vue").PropType<T[K]>;
80
+ required: true;
81
+ };
82
+ };
83
+ type __VLS_WithDefaults<P, D> = {
84
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
85
+ default: D[K];
86
+ } : P[K];
87
+ };
83
88
  type __VLS_WithTemplateSlots<T, S> = T & {
84
89
  new (): {
85
90
  $slots: S;