@adyen/bento-vue2 1.1.0 → 1.2.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 (299) hide show
  1. package/dist/@types/packages/vue2/src/components/alert/alert.vue.d.ts +15 -11
  2. package/dist/@types/packages/vue2/src/components/avatar-image/avatar-image.vue.d.ts +1 -1
  3. package/dist/@types/packages/vue2/src/components/button/button.vue.d.ts +14 -14
  4. package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +2 -2
  5. package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +4 -4
  6. package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +4 -4
  7. package/dist/@types/packages/vue2/src/components/button/index.d.ts +1 -1
  8. package/dist/@types/packages/vue2/src/components/card/card.vue.d.ts +20 -16
  9. package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +1 -1
  10. package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +3 -3
  11. package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +13 -9
  12. package/dist/@types/packages/vue2/src/components/code-snippet/composables/useLanguage.d.ts +2 -2
  13. package/dist/@types/packages/vue2/src/components/country/composables/useCountryCapital/useCountryCapital.d.ts +1 -1
  14. package/dist/@types/packages/vue2/src/components/country/composables/useCountryName/useCountryName.d.ts +1 -1
  15. package/dist/@types/packages/vue2/src/components/country/composables/useCountryPhoneCode/useCountryPhoneCode.d.ts +1 -1
  16. package/dist/@types/packages/vue2/src/components/country/country.vue.d.ts +9 -7
  17. package/dist/@types/packages/vue2/src/components/currency/currency.vue.d.ts +5 -5
  18. package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +3 -3
  19. package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/components/data-grid-config-settings-column-row/data-grid-config-settings-column-row.vue.d.ts +4 -4
  20. package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue.d.ts +4 -4
  21. package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.d.ts +1 -1
  22. package/dist/@types/packages/vue2/src/components/data-grid/composables/useColumnReorderer/useColumnReorderer.d.ts +1 -1
  23. package/dist/@types/packages/vue2/src/components/data-grid/composables/useConfigSettings/useConfigSettings.d.ts +1 -1
  24. package/dist/@types/packages/vue2/src/components/data-grid/data-grid.types.d.ts +1 -1
  25. package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +3 -3
  26. package/dist/@types/packages/vue2/src/components/date/date.vue.d.ts +7 -5
  27. package/dist/@types/packages/vue2/src/components/date-picker/date-picker.types.d.ts +2 -2
  28. package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +10 -10
  29. package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +13 -13
  30. package/dist/@types/packages/vue2/src/components/date-range-picker/composables/use-date-range-picker-calendar-text.d.ts +1 -1
  31. package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.types.d.ts +2 -2
  32. package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +10 -10
  33. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.types.d.ts +1 -1
  34. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +2 -2
  35. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +1 -1
  36. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/composables/useDropdownOptionsListbox.d.ts +2 -2
  37. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +87 -85
  38. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +2 -2
  39. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.types.d.ts +1 -1
  40. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +18 -16
  41. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/composables/useCountryItems.d.ts +3 -3
  42. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.types.d.ts +2 -2
  43. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +22 -20
  44. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.types.d.ts +2 -2
  45. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +17 -15
  46. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.types.d.ts +2 -2
  47. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +17 -15
  48. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.types.d.ts +1 -1
  49. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +8 -6
  50. package/dist/@types/packages/vue2/src/components/dropdown/composables/useDisplayValue.types.d.ts +1 -1
  51. package/dist/@types/packages/vue2/src/components/dropdown/composables/useDropdownSearchFilter.d.ts +1 -1
  52. package/dist/@types/packages/vue2/src/components/dropdown/dropdown.types.d.ts +2 -2
  53. package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +14 -12
  54. package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +26 -26
  55. package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/base-filter.vue.d.ts +7 -7
  56. package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +2 -2
  57. package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +9 -9
  58. package/dist/@types/packages/vue2/src/components/filter-bar/components/range-filter/range-filter.vue.d.ts +1 -1
  59. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/select-filter.vue.d.ts +2 -2
  60. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-avatar-filter/select-avatar-filter.vue.d.ts +2 -2
  61. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +8 -8
  62. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +2 -2
  63. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +2 -2
  64. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +7 -7
  65. package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.types.d.ts +10 -10
  66. package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.vue.d.ts +2 -2
  67. package/dist/@types/packages/vue2/src/components/header/header.vue.d.ts +5 -5
  68. package/dist/@types/packages/vue2/src/components/info-icon/info-icon.vue.d.ts +8 -6
  69. package/dist/@types/packages/vue2/src/components/input-field/input-field.types.d.ts +1 -1
  70. package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +23 -15
  71. package/dist/@types/packages/vue2/src/components/internal/avatar/avatar.vue.d.ts +2 -2
  72. package/dist/@types/packages/vue2/src/components/internal/base-button/base-button.vue.d.ts +2 -2
  73. package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/calendar-month.vue.d.ts +2 -2
  74. package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/components/calendar-month-day/calendar-month-day.vue.d.ts +1 -1
  75. package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts +1 -1
  76. package/dist/@types/packages/vue2/src/components/internal/copy/copy.vue.d.ts +4 -4
  77. package/dist/@types/packages/vue2/src/components/internal/footer-actions/footer-actions.vue.d.ts +1 -1
  78. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/components/listbox-multi-select-category/listbox-multi-select-category.vue.d.ts +2 -2
  79. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/listbox-multi-select-options.vue.d.ts +2 -2
  80. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +2 -2
  81. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option/listbox-option.vue.d.ts +1 -1
  82. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option-tag/listbox-option-tag.vue.d.ts +3 -3
  83. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select/listbox-single-select.vue.d.ts +4 -4
  84. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +2 -2
  85. package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +11 -9
  86. package/dist/@types/packages/vue2/src/components/link/index.d.ts +1 -1
  87. package/dist/@types/packages/vue2/src/components/link/link.vue.d.ts +3 -3
  88. package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.types.d.ts +1 -1
  89. package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.vue.d.ts +3 -3
  90. package/dist/@types/packages/vue2/src/components/menu/menu.vue.d.ts +5 -5
  91. package/dist/@types/packages/vue2/src/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +3 -3
  92. package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +4 -4
  93. package/dist/@types/packages/vue2/src/components/modal/components/modal-default/modal-default.vue.d.ts +2 -2
  94. package/dist/@types/packages/vue2/src/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +7 -7
  95. package/dist/@types/packages/vue2/src/components/modal/modal.vue.d.ts +24 -16
  96. package/dist/@types/packages/vue2/src/components/pagination/components/pagination-context/pagination-context.vue.d.ts +2 -2
  97. package/dist/@types/packages/vue2/src/components/pagination/components/pagination-controls/pagination-controls.vue.d.ts +1 -1
  98. package/dist/@types/packages/vue2/src/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +1 -1
  99. package/dist/@types/packages/vue2/src/components/payment-method/composables/usePaymentIcon.d.ts +1 -1
  100. package/dist/@types/packages/vue2/src/components/payment-method/payment-method.vue.d.ts +6 -4
  101. package/dist/@types/packages/vue2/src/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +1 -1
  102. package/dist/@types/packages/vue2/src/components/popover/components/popover-title/popover-title.vue.d.ts +1 -1
  103. package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +12 -12
  104. package/dist/@types/packages/vue2/src/components/popper-container/popper-container.utils.d.ts +1 -1
  105. package/dist/@types/packages/vue2/src/components/popper-container/popper-container.vue.d.ts +4 -4
  106. package/dist/@types/packages/vue2/src/components/radio-group/components/radio-button/radio-button.vue.d.ts +1 -1
  107. package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +3 -3
  108. package/dist/@types/packages/vue2/src/components/search-bar/search-bar.vue.d.ts +62 -46
  109. package/dist/@types/packages/vue2/src/components/segmented-control/components/segmented-control-button/segmented-control-button.vue.d.ts +1 -1
  110. package/dist/@types/packages/vue2/src/components/status/status.vue.d.ts +3 -3
  111. package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +2 -2
  112. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +38 -30
  113. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +16 -10
  114. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue.d.ts +16 -10
  115. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +16 -10
  116. package/dist/@types/packages/vue2/src/components/summary-grid/summary-grid.types.d.ts +1 -1
  117. package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +1 -1
  118. package/dist/@types/packages/vue2/src/components/tag/tag.vue.d.ts +5 -5
  119. package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +8 -6
  120. package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +20 -20
  121. package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +2 -2
  122. package/dist/@types/packages/vue2/src/components/toast/components/toast-item/toast-item.vue.d.ts +2 -2
  123. package/dist/@types/packages/vue2/src/components/toggle/toggle.types.d.ts +4 -0
  124. package/dist/@types/packages/vue2/src/components/toggle/toggle.vue.d.ts +9 -9
  125. package/dist/@types/packages/vue2/src/components/tooltip/tooltip.vue.d.ts +25 -25
  126. package/dist/@types/packages/vue2/src/components/typography/typography.vue.d.ts +6 -6
  127. package/dist/@types/packages/vue2/src/composables/initials.d.ts +1 -1
  128. package/dist/@types/packages/vue2/src/composables/use-checkbox-select-all/use-checkbox-select-all.d.ts +2 -2
  129. package/dist/@types/packages/vue2/src/composables/useDynamicImport.d.ts +1 -1
  130. package/dist/@types/packages/vue2/src/directives/click-outside/on-click-outside.d.ts +1 -1
  131. package/dist/@types/packages/vue2/src/directives/click-outside/types.d.ts +1 -1
  132. package/dist/@types/packages/vue2/src/directives/click-outside/useEventListener/index.d.ts +1 -1
  133. package/dist/@types/packages/vue2/src/directives/click-outside/utils.d.ts +1 -1
  134. package/dist/@types/packages/vue2/src/directives/tooltip/tooltip.types.d.ts +1 -1
  135. package/dist/@types/packages/vue2/src/plugins/toastController.d.ts +1 -1
  136. package/dist/@types/packages/vue2/src/types/index.d.ts +0 -1
  137. package/dist/@types/packages/vue2/src/types/listbox.d.ts +1 -1
  138. package/dist/@types/packages/vue2/src/utils/ts/aria-label.d.ts +1 -1
  139. package/dist/@types/packages/vue2/src/utils/ts/events.d.ts +1 -1
  140. package/dist/@types/packages/vue2/src/utils/ts/focus-trap.utils.d.ts +1 -1
  141. package/dist/accordion.js +1 -1
  142. package/dist/alert.js +34 -32
  143. package/dist/alert.js.map +1 -1
  144. package/dist/assets/button-actions.css +1 -1
  145. package/dist/assets/button.css +1 -1
  146. package/dist/assets/dropdown.css +1 -1
  147. package/dist/assets/index10.css +1 -1
  148. package/dist/assets/index11.css +1 -1
  149. package/dist/assets/index12.css +1 -1
  150. package/dist/assets/index13.css +1 -1
  151. package/dist/assets/index14.css +1 -1
  152. package/dist/assets/index15.css +1 -1
  153. package/dist/assets/index16.css +1 -1
  154. package/dist/assets/index17.css +1 -1
  155. package/dist/assets/index18.css +1 -1
  156. package/dist/assets/index19.css +1 -1
  157. package/dist/assets/index2.css +1 -1
  158. package/dist/assets/index20.css +1 -1
  159. package/dist/assets/index21.css +1 -1
  160. package/dist/assets/index22.css +1 -1
  161. package/dist/assets/index23.css +1 -1
  162. package/dist/assets/index24.css +1 -1
  163. package/dist/assets/index25.css +1 -1
  164. package/dist/assets/index26.css +1 -1
  165. package/dist/assets/index27.css +1 -1
  166. package/dist/assets/index28.css +1 -1
  167. package/dist/assets/index29.css +1 -1
  168. package/dist/assets/index3.css +1 -1
  169. package/dist/assets/index30.css +1 -1
  170. package/dist/assets/index31.css +1 -1
  171. package/dist/assets/index32.css +1 -1
  172. package/dist/assets/index33.css +1 -1
  173. package/dist/assets/index34.css +1 -1
  174. package/dist/assets/index35.css +1 -1
  175. package/dist/assets/index36.css +1 -1
  176. package/dist/assets/index37.css +1 -1
  177. package/dist/assets/index38.css +1 -1
  178. package/dist/assets/index39.css +1 -1
  179. package/dist/assets/index4.css +1 -1
  180. package/dist/assets/index5.css +1 -1
  181. package/dist/assets/index6.css +1 -1
  182. package/dist/assets/index7.css +1 -1
  183. package/dist/assets/index8.css +1 -1
  184. package/dist/assets/index9.css +1 -1
  185. package/dist/assets/listbox.css +1 -1
  186. package/dist/avatar-image.js +1 -1
  187. package/dist/button.js +3 -3
  188. package/dist/card.js +60 -51
  189. package/dist/card.js.map +1 -1
  190. package/dist/checkbox.js +10 -10
  191. package/dist/checkbox.js.map +1 -1
  192. package/dist/chunks/{base-button.e7630a1d.js → base-button.d4487ac9.js} +2 -2
  193. package/dist/chunks/{base-button.e7630a1d.js.map → base-button.d4487ac9.js.map} +1 -1
  194. package/dist/chunks/{button-actions.03751d96.js → button-actions.cf73ed47.js} +10 -10
  195. package/dist/chunks/{button-actions.03751d96.js.map → button-actions.cf73ed47.js.map} +1 -1
  196. package/dist/chunks/{button.f64585fc.js → button.c27a7ce2.js} +11 -11
  197. package/dist/chunks/button.c27a7ce2.js.map +1 -0
  198. package/dist/chunks/{calendar.c9cfce76.js → calendar.8f50a65a.js} +4 -4
  199. package/dist/chunks/{calendar.c9cfce76.js.map → calendar.8f50a65a.js.map} +1 -1
  200. package/dist/chunks/{checkbox.27fae2af.js → checkbox.c06daf12.js} +3 -3
  201. package/dist/chunks/{checkbox.27fae2af.js.map → checkbox.c06daf12.js.map} +1 -1
  202. package/dist/chunks/{controls-group.e4745546.js → controls-group.9d58a091.js} +2 -2
  203. package/dist/chunks/{controls-group.e4745546.js.map → controls-group.9d58a091.js.map} +1 -1
  204. package/dist/chunks/{copy.888486ff.js → copy.b62beae5.js} +3 -3
  205. package/dist/chunks/{copy.888486ff.js.map → copy.b62beae5.js.map} +1 -1
  206. package/dist/chunks/{dropdown-default-textbox.e425fc5b.js → dropdown-default-textbox.a5eca928.js} +2 -2
  207. package/dist/chunks/{dropdown-default-textbox.e425fc5b.js.map → dropdown-default-textbox.a5eca928.js.map} +1 -1
  208. package/dist/chunks/{dropdown.e298bb6c.js → dropdown.368486b1.js} +60 -58
  209. package/dist/chunks/dropdown.368486b1.js.map +1 -0
  210. package/dist/chunks/{error-message.4269d92b.js → error-message.a581a172.js} +2 -2
  211. package/dist/chunks/{error-message.4269d92b.js.map → error-message.a581a172.js.map} +1 -1
  212. package/dist/chunks/{index.e1fcc9e0.js → index.175f9e2d.js} +3 -3
  213. package/dist/chunks/index.175f9e2d.js.map +1 -0
  214. package/dist/chunks/{index.ada08445.js → index.3b6fc08a.js} +6 -6
  215. package/dist/chunks/{index.ada08445.js.map → index.3b6fc08a.js.map} +1 -1
  216. package/dist/chunks/{index.7bbd6611.js → index.3dfea3bd.js} +3 -3
  217. package/dist/chunks/{index.7bbd6611.js.map → index.3dfea3bd.js.map} +1 -1
  218. package/dist/chunks/{index.96e2f563.js → index.ad39b625.js} +2 -2
  219. package/dist/chunks/{index.96e2f563.js.map → index.ad39b625.js.map} +1 -1
  220. package/dist/chunks/{index.8d590c55.js → index.d07f9800.js} +33 -32
  221. package/dist/chunks/{index.8d590c55.js.map → index.d07f9800.js.map} +1 -1
  222. package/dist/chunks/{index.bc51abe9.js → index.f0d99471.js} +8 -8
  223. package/dist/chunks/{index.bc51abe9.js.map → index.f0d99471.js.map} +1 -1
  224. package/dist/chunks/{listbox-option-tag.aae99730.js → listbox-option-tag.c7e9a228.js} +3 -3
  225. package/dist/chunks/{listbox-option-tag.aae99730.js.map → listbox-option-tag.c7e9a228.js.map} +1 -1
  226. package/dist/chunks/{listbox.99d23071.js → listbox.f51e92cd.js} +28 -27
  227. package/dist/chunks/{listbox.99d23071.js.map → listbox.f51e92cd.js.map} +1 -1
  228. package/dist/chunks/{loading-button.f7768964.js → loading-button.6d34f66f.js} +2 -2
  229. package/dist/chunks/{loading-button.f7768964.js.map → loading-button.6d34f66f.js.map} +1 -1
  230. package/dist/chunks/{tooltip.1e7cda50.js → tooltip.9af34fba.js} +2 -2
  231. package/dist/chunks/{tooltip.1e7cda50.js.map → tooltip.9af34fba.js.map} +1 -1
  232. package/dist/chunks/useCountryItems.5d7b436e.js.map +1 -1
  233. package/dist/code-snippet.js +132 -130
  234. package/dist/code-snippet.js.map +1 -1
  235. package/dist/country.js +17 -16
  236. package/dist/country.js.map +1 -1
  237. package/dist/currency.js +1 -1
  238. package/dist/currency.js.map +1 -1
  239. package/dist/data-grid.js +112 -112
  240. package/dist/data-grid.js.map +1 -1
  241. package/dist/date-picker.js +7 -7
  242. package/dist/date-range-picker.js +2 -2
  243. package/dist/date.js +1 -1
  244. package/dist/divider.js +1 -1
  245. package/dist/dropdown.js +3 -3
  246. package/dist/dropdown.js.map +1 -1
  247. package/dist/filter-bar.js +13 -13
  248. package/dist/filter-bar.js.map +1 -1
  249. package/dist/focus-trap.js +1 -1
  250. package/dist/header.js +30 -30
  251. package/dist/header.js.map +1 -1
  252. package/dist/index.js +147 -147
  253. package/dist/info-icon.js +13 -12
  254. package/dist/info-icon.js.map +1 -1
  255. package/dist/input-field.js +45 -41
  256. package/dist/input-field.js.map +1 -1
  257. package/dist/internal.js +6 -6
  258. package/dist/link.js +12 -12
  259. package/dist/link.js.map +1 -1
  260. package/dist/loading-indicator.js +1 -1
  261. package/dist/menu.js +5 -5
  262. package/dist/menu.js.map +1 -1
  263. package/dist/modal.js +85 -81
  264. package/dist/modal.js.map +1 -1
  265. package/dist/pagination.js +4 -4
  266. package/dist/payment-method.js +12 -11
  267. package/dist/payment-method.js.map +1 -1
  268. package/dist/popover.js +5 -5
  269. package/dist/popover.js.map +1 -1
  270. package/dist/popper-container.js +14 -14
  271. package/dist/popper-container.js.map +1 -1
  272. package/dist/radio-group.js +14 -14
  273. package/dist/radio-group.js.map +1 -1
  274. package/dist/search-bar.js +2 -2
  275. package/dist/segmented-control.js +4 -4
  276. package/dist/status.js +9 -9
  277. package/dist/status.js.map +1 -1
  278. package/dist/structured-list.js +1 -1
  279. package/dist/summary-grid.js +101 -88
  280. package/dist/summary-grid.js.map +1 -1
  281. package/dist/tabs.js +2 -2
  282. package/dist/tag.js +13 -13
  283. package/dist/tag.js.map +1 -1
  284. package/dist/textarea.js +27 -23
  285. package/dist/textarea.js.map +1 -1
  286. package/dist/timeline.js +6 -6
  287. package/dist/timeline.js.map +1 -1
  288. package/dist/toast.js +3 -3
  289. package/dist/toggle.js +117 -2
  290. package/dist/toggle.js.map +1 -1
  291. package/dist/typography.js +1 -1
  292. package/dist/web-types.json +60 -60
  293. package/package.json +4 -3
  294. package/dist/@types/packages/vue2/src/types/label-position.d.ts +0 -4
  295. package/dist/chunks/button.f64585fc.js.map +0 -1
  296. package/dist/chunks/dropdown.e298bb6c.js.map +0 -1
  297. package/dist/chunks/index.4ec4409f.js +0 -121
  298. package/dist/chunks/index.4ec4409f.js.map +0 -1
  299. package/dist/chunks/index.e1fcc9e0.js.map +0 -1
@@ -1,23 +1,25 @@
1
1
  import { PropType } from 'vue';
2
- import { BentoAlertEvent, BentoAlertTypeOption, BentoAlertVariant } from '@/components/alert/alert.types';
3
- import { BentoButtonVariant } from '@/core/components/button/button.types';
4
- import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
2
+ import { BentoAlertEvent, BentoAlertTypeOption, BentoAlertVariant } from "./alert.types";
3
+ import { BentoButtonVariant } from "../../../../core/src/components/button/button.types";
4
+ import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
5
5
  declare const _default: import("vue").DefineComponent<{
6
6
  closeButton: {
7
7
  type: BooleanConstructor;
8
8
  default: boolean;
9
9
  };
10
10
  type: {
11
- type: PropType<BentoAlertTypeOption>;
11
+ type: PropType<"warning" | "critical" | "highlight" | "success" | BentoAlertTypeOption>;
12
12
  default: BentoAlertTypeOption;
13
+ validator: (value: BentoAlertTypeOption) => boolean;
13
14
  };
14
15
  variant: {
15
- type: PropType<BentoAlertVariant>;
16
+ type: PropType<"default" | "tip" | BentoAlertVariant>;
16
17
  default: BentoAlertVariant;
18
+ validator: (value: BentoAlertVariant) => boolean;
17
19
  };
18
20
  }, {
19
21
  alertConditionalClasses: import("vue").ComputedRef<{
20
- [x: string]: boolean | BentoAlertTypeOption;
22
+ [x: string]: boolean | "warning" | "critical" | "highlight" | "success" | BentoAlertTypeOption;
21
23
  }>;
22
24
  computedRole: import("vue").ComputedRef<"alert" | "status">;
23
25
  descriptionTypography: import("vue").ComputedRef<{
@@ -30,7 +32,7 @@ declare const _default: import("vue").DefineComponent<{
30
32
  isTipVariant: import("vue").ComputedRef<boolean>;
31
33
  onCloseButtonClick: () => void;
32
34
  hasSlot: (name: string) => boolean;
33
- t: import("vue-i18n-bridge").ComposerTranslation<import("@/utils/ts/i18n").i18nMessages, string, import("@intlify/core-base").RemoveIndexSignature<{
35
+ t: import("vue-i18n-bridge").ComposerTranslation<import("../../utils/ts/i18n").i18nMessages, string, import("@intlify/core-base").RemoveIndexSignature<{
34
36
  [x: string]: import("vue-i18n-bridge").LocaleMessageValue<import("vue-i18n-bridge").VueMessageType>;
35
37
  }>, never, import("@intlify/core-base")._ResourcePath<{
36
38
  [key: string]: string;
@@ -47,16 +49,18 @@ declare const _default: import("vue").DefineComponent<{
47
49
  default: boolean;
48
50
  };
49
51
  type: {
50
- type: PropType<BentoAlertTypeOption>;
52
+ type: PropType<"warning" | "critical" | "highlight" | "success" | BentoAlertTypeOption>;
51
53
  default: BentoAlertTypeOption;
54
+ validator: (value: BentoAlertTypeOption) => boolean;
52
55
  };
53
56
  variant: {
54
- type: PropType<BentoAlertVariant>;
57
+ type: PropType<"default" | "tip" | BentoAlertVariant>;
55
58
  default: BentoAlertVariant;
59
+ validator: (value: BentoAlertVariant) => boolean;
56
60
  };
57
61
  }>>, {
58
- type: BentoAlertTypeOption;
59
- variant: BentoAlertVariant;
62
+ type: "warning" | "critical" | "highlight" | "success" | BentoAlertTypeOption;
63
+ variant: "default" | "tip" | BentoAlertVariant;
60
64
  closeButton: boolean;
61
65
  }>;
62
66
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { PropType } from 'vue';
2
2
  import { BentoAvatarImageColor, BentoAvatarImageVariant } from './avatar-image.types';
3
- import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
3
+ import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  src: {
6
6
  type: StringConstructor;
@@ -1,7 +1,7 @@
1
1
  import { PropType } from 'vue';
2
- import { BentoButtonVariant } from '@/core/components/button/button.types';
3
- import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
4
- import { Booleanish } from '@/types';
2
+ import { BentoButtonVariant } from "../../../../core/src/components/button/button.types";
3
+ import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
4
+ import { Booleanish } from "../../types";
5
5
  import type { RouterLinkProps } from 'vue-router/types/router';
6
6
  import type { AnchorHTMLAttributes } from 'vue/types/jsx';
7
7
  import { BentoLinkVariant } from '../link';
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<{
29
29
  default: boolean;
30
30
  };
31
31
  variant: {
32
- type: PropType<BentoButtonVariant>;
32
+ type: PropType<"primary" | "secondary" | "tertiary" | BentoButtonVariant>;
33
33
  default: BentoButtonVariant;
34
34
  validator: (value: BentoButtonVariant) => boolean;
35
35
  };
@@ -310,7 +310,7 @@ declare const _default: import("vue").DefineComponent<{
310
310
  type: PropType<string>;
311
311
  };
312
312
  variant: {
313
- type: PropType<BentoLinkVariant>;
313
+ type: PropType<"default" | BentoLinkVariant | "quiet">;
314
314
  } & {
315
315
  default: BentoLinkVariant;
316
316
  };
@@ -898,7 +898,7 @@ declare const _default: import("vue").DefineComponent<{
898
898
  type: PropType<string>;
899
899
  };
900
900
  variant: {
901
- type: PropType<BentoLinkVariant>;
901
+ type: PropType<"default" | BentoLinkVariant | "quiet">;
902
902
  } & {
903
903
  default: BentoLinkVariant;
904
904
  };
@@ -1226,7 +1226,7 @@ declare const _default: import("vue").DefineComponent<{
1226
1226
  }>>, {
1227
1227
  click: (clickEvent: MouseEvent) => void;
1228
1228
  }, {
1229
- variant: BentoLinkVariant;
1229
+ variant: "default" | BentoLinkVariant | "quiet";
1230
1230
  }, true, import("vue/types/v3-component-options").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import("vue").ExtractPropTypes<{
1231
1231
  replace: {
1232
1232
  type: PropType<boolean>;
@@ -1490,7 +1490,7 @@ declare const _default: import("vue").DefineComponent<{
1490
1490
  type: PropType<string>;
1491
1491
  };
1492
1492
  variant: {
1493
- type: PropType<BentoLinkVariant>;
1493
+ type: PropType<"default" | BentoLinkVariant | "quiet">;
1494
1494
  } & {
1495
1495
  default: BentoLinkVariant;
1496
1496
  };
@@ -2078,7 +2078,7 @@ declare const _default: import("vue").DefineComponent<{
2078
2078
  type: PropType<string>;
2079
2079
  };
2080
2080
  variant: {
2081
- type: PropType<BentoLinkVariant>;
2081
+ type: PropType<"default" | BentoLinkVariant | "quiet">;
2082
2082
  } & {
2083
2083
  default: BentoLinkVariant;
2084
2084
  };
@@ -2666,7 +2666,7 @@ declare const _default: import("vue").DefineComponent<{
2666
2666
  type: PropType<string>;
2667
2667
  };
2668
2668
  variant: {
2669
- type: PropType<BentoLinkVariant>;
2669
+ type: PropType<"default" | BentoLinkVariant | "quiet">;
2670
2670
  } & {
2671
2671
  default: BentoLinkVariant;
2672
2672
  };
@@ -2994,7 +2994,7 @@ declare const _default: import("vue").DefineComponent<{
2994
2994
  }>>, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
2995
2995
  click: (clickEvent: MouseEvent) => void;
2996
2996
  }, string, {
2997
- variant: BentoLinkVariant;
2997
+ variant: "default" | BentoLinkVariant | "quiet";
2998
2998
  }> & {
2999
2999
  props: {
3000
3000
  replace: {
@@ -3259,7 +3259,7 @@ declare const _default: import("vue").DefineComponent<{
3259
3259
  type: PropType<string>;
3260
3260
  };
3261
3261
  variant: {
3262
- type: PropType<BentoLinkVariant>;
3262
+ type: PropType<"default" | BentoLinkVariant | "quiet">;
3263
3263
  } & {
3264
3264
  default: BentoLinkVariant;
3265
3265
  };
@@ -3619,7 +3619,7 @@ declare const _default: import("vue").DefineComponent<{
3619
3619
  default: boolean;
3620
3620
  };
3621
3621
  variant: {
3622
- type: PropType<BentoButtonVariant>;
3622
+ type: PropType<"primary" | "secondary" | "tertiary" | BentoButtonVariant>;
3623
3623
  default: BentoButtonVariant;
3624
3624
  validator: (value: BentoButtonVariant) => boolean;
3625
3625
  };
@@ -3633,6 +3633,6 @@ declare const _default: import("vue").DefineComponent<{
3633
3633
  critical: boolean;
3634
3634
  condensed: boolean;
3635
3635
  disabled: boolean;
3636
- variant: BentoButtonVariant;
3636
+ variant: "primary" | "secondary" | "tertiary" | BentoButtonVariant;
3637
3637
  }>;
3638
3638
  export default _default;
@@ -1,5 +1,5 @@
1
- import type { VueNodeElement } from '@/types';
2
- import type { BentoButtonVariant } from '@/components/button';
1
+ import type { VueNodeElement } from "../../../../types";
2
+ import type { BentoButtonVariant } from "../..";
3
3
  export interface BentoButtonActionObject {
4
4
  title: string;
5
5
  event: (event: Event) => void;
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { BentoButtonVariant } from '@/core/components/button/button.types';
2
+ import { BentoButtonVariant } from "../../../../../../core/src/components/button/button.types";
3
3
  import { BentoButtonActionsLayout, BentoButtonActionsList } from './button-actions.types';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  actions: {
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
7
7
  required: true;
8
8
  };
9
9
  layout: {
10
- type: PropType<BentoButtonActionsLayout>;
10
+ type: PropType<BentoButtonActionsLayout | "buttons-end" | "fill-container" | "space-between" | "vertical-stack" | "buttons-start">;
11
11
  default: import("./button-actions.types").BentoButtonActionsLayoutBasic;
12
12
  validator: (layout: BentoButtonActionsLayout) => boolean;
13
13
  };
@@ -23,11 +23,11 @@ declare const _default: import("vue").DefineComponent<{
23
23
  required: true;
24
24
  };
25
25
  layout: {
26
- type: PropType<BentoButtonActionsLayout>;
26
+ type: PropType<BentoButtonActionsLayout | "buttons-end" | "fill-container" | "space-between" | "vertical-stack" | "buttons-start">;
27
27
  default: import("./button-actions.types").BentoButtonActionsLayoutBasic;
28
28
  validator: (layout: BentoButtonActionsLayout) => boolean;
29
29
  };
30
30
  }>>, {
31
- layout: BentoButtonActionsLayout;
31
+ layout: BentoButtonActionsLayout | "buttons-end" | "fill-container" | "space-between" | "vertical-stack" | "buttons-start";
32
32
  }>;
33
33
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { BentoButtonVariant } from '@/core/components/button/button.types';
2
+ import { BentoButtonVariant } from "../../../../../../core/src/components/button/button.types";
3
3
  import { BentoLoadingButtonState } from './loading-button.types';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  condensed: {
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
16
16
  validator: (value: BentoLoadingButtonState) => boolean;
17
17
  };
18
18
  variant: {
19
- type: PropType<BentoButtonVariant>;
19
+ type: PropType<"primary" | "secondary" | "tertiary" | BentoButtonVariant>;
20
20
  default: BentoButtonVariant;
21
21
  validator: (value: BentoButtonVariant) => boolean;
22
22
  };
@@ -42,14 +42,14 @@ declare const _default: import("vue").DefineComponent<{
42
42
  validator: (value: BentoLoadingButtonState) => boolean;
43
43
  };
44
44
  variant: {
45
- type: PropType<BentoButtonVariant>;
45
+ type: PropType<"primary" | "secondary" | "tertiary" | BentoButtonVariant>;
46
46
  default: BentoButtonVariant;
47
47
  validator: (value: BentoButtonVariant) => boolean;
48
48
  };
49
49
  }>>, {
50
50
  condensed: boolean;
51
51
  disabled: boolean;
52
- variant: BentoButtonVariant;
52
+ variant: "primary" | "secondary" | "tertiary" | BentoButtonVariant;
53
53
  state: BentoLoadingButtonState;
54
54
  }>;
55
55
  export default _default;
@@ -1,4 +1,4 @@
1
1
  export { default as BentoButton } from './button.vue';
2
- export * from '@/core/components/button/button.types';
2
+ export * from "../../../../core/src/components/button/button.types";
3
3
  export * from './components/button-actions';
4
4
  export * from './components/loading-button';
@@ -1,15 +1,17 @@
1
1
  import { PropType } from 'vue';
2
- import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
3
- import { BentoButtonActionsLayout, BentoButtonActionsList } from '@/components/button';
4
- import { BentoCardBackground, BentoCardTitleSize } from '@/components/card/card.types';
2
+ import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
3
+ import { BentoButtonActionsLayout, BentoButtonActionsList } from "../button";
4
+ import { BentoCardBackground, BentoCardTitleSize } from "./card.types";
5
5
  declare const _default: import("vue").DefineComponent<{
6
6
  background: {
7
- type: PropType<BentoCardBackground>;
7
+ type: PropType<"primary" | "secondary" | BentoCardBackground>;
8
8
  default: BentoCardBackground;
9
+ validator: (value: BentoCardBackground) => boolean;
9
10
  };
10
11
  titleSize: {
11
- type: PropType<BentoCardTitleSize>;
12
+ type: PropType<"small" | "default" | BentoCardTitleSize>;
12
13
  default: BentoCardTitleSize;
14
+ validator: (value: BentoCardTitleSize) => boolean;
13
15
  };
14
16
  expandable: {
15
17
  type: BooleanConstructor;
@@ -28,14 +30,14 @@ declare const _default: import("vue").DefineComponent<{
28
30
  default: any;
29
31
  };
30
32
  actionsLayout: {
31
- type: PropType<BentoButtonActionsLayout>;
32
- default: import("@/components/button").BentoButtonActionsLayoutBasic;
33
+ type: PropType<BentoButtonActionsLayout | "buttons-end" | "fill-container" | "space-between" | "vertical-stack" | "buttons-start">;
34
+ default: import("../button").BentoButtonActionsLayoutBasic;
33
35
  validator: (value: BentoButtonActionsLayout) => boolean;
34
36
  };
35
37
  }, {
36
38
  cardId: string;
37
39
  cardConditionalClasses: import("vue").ComputedRef<{
38
- [x: string]: boolean | BentoCardBackground;
40
+ [x: string]: boolean | "primary" | "secondary" | BentoCardBackground;
39
41
  'b-card--expandable': boolean;
40
42
  'b-card--disabled': boolean;
41
43
  }>;
@@ -74,7 +76,7 @@ declare const _default: import("vue").DefineComponent<{
74
76
  }>;
75
77
  hasSlot: (name: string) => boolean;
76
78
  onClick: () => void;
77
- t: import("vue-i18n-bridge").ComposerTranslation<import("@/utils/ts/i18n").i18nMessages, string, import("@intlify/core-base").RemoveIndexSignature<{
79
+ t: import("vue-i18n-bridge").ComposerTranslation<import("../../utils/ts/i18n").i18nMessages, string, import("@intlify/core-base").RemoveIndexSignature<{
78
80
  [x: string]: import("vue-i18n-bridge").LocaleMessageValue<import("vue-i18n-bridge").VueMessageType>;
79
81
  }>, never, import("@intlify/core-base")._ResourcePath<{
80
82
  [key: string]: string;
@@ -86,12 +88,14 @@ declare const _default: import("vue").DefineComponent<{
86
88
  BentoTypographyElement: typeof BentoTypographyElement;
87
89
  }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "expanded")[], string, Readonly<import("vue").ExtractPropTypes<{
88
90
  background: {
89
- type: PropType<BentoCardBackground>;
91
+ type: PropType<"primary" | "secondary" | BentoCardBackground>;
90
92
  default: BentoCardBackground;
93
+ validator: (value: BentoCardBackground) => boolean;
91
94
  };
92
95
  titleSize: {
93
- type: PropType<BentoCardTitleSize>;
96
+ type: PropType<"small" | "default" | BentoCardTitleSize>;
94
97
  default: BentoCardTitleSize;
98
+ validator: (value: BentoCardTitleSize) => boolean;
95
99
  };
96
100
  expandable: {
97
101
  type: BooleanConstructor;
@@ -110,17 +114,17 @@ declare const _default: import("vue").DefineComponent<{
110
114
  default: any;
111
115
  };
112
116
  actionsLayout: {
113
- type: PropType<BentoButtonActionsLayout>;
114
- default: import("@/components/button").BentoButtonActionsLayoutBasic;
117
+ type: PropType<BentoButtonActionsLayout | "buttons-end" | "fill-container" | "space-between" | "vertical-stack" | "buttons-start">;
118
+ default: import("../button").BentoButtonActionsLayoutBasic;
115
119
  validator: (value: BentoButtonActionsLayout) => boolean;
116
120
  };
117
121
  }>>, {
118
122
  disabled: boolean;
119
- background: BentoCardBackground;
123
+ background: "primary" | "secondary" | BentoCardBackground;
120
124
  actions: BentoButtonActionsList;
121
- actionsLayout: BentoButtonActionsLayout;
125
+ actionsLayout: BentoButtonActionsLayout | "buttons-end" | "fill-container" | "space-between" | "vertical-stack" | "buttons-start";
122
126
  closed: boolean;
123
- titleSize: BentoCardTitleSize;
127
+ titleSize: "small" | "default" | BentoCardTitleSize;
124
128
  expandable: boolean;
125
129
  }>;
126
130
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { PropType } from 'vue';
2
2
  import { BentoCheckboxEvent, BentoCheckboxType } from './checkbox.types';
3
- import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
3
+ import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
4
4
  import { BentoCheckboxGroupItems } from './components/checkbox-group/checkbox-group.types';
5
5
  declare const _default: import("vue").DefineComponent<{
6
6
  value: {
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
24
24
  default: () => any[];
25
25
  };
26
26
  variant: {
27
- type: PropType<BentoCheckboxGroupVariant>;
27
+ type: PropType<"vertical" | "horizontal" | BentoCheckboxGroupVariant>;
28
28
  default: BentoCheckboxGroupVariant;
29
29
  validator: (value: BentoCheckboxGroupVariant) => boolean;
30
30
  };
@@ -84,7 +84,7 @@ declare const _default: import("vue").DefineComponent<{
84
84
  default: () => any[];
85
85
  };
86
86
  variant: {
87
- type: PropType<BentoCheckboxGroupVariant>;
87
+ type: PropType<"vertical" | "horizontal" | BentoCheckboxGroupVariant>;
88
88
  default: BentoCheckboxGroupVariant;
89
89
  validator: (value: BentoCheckboxGroupVariant) => boolean;
90
90
  };
@@ -114,7 +114,7 @@ declare const _default: import("vue").DefineComponent<{
114
114
  };
115
115
  }>>, {
116
116
  disabled: boolean;
117
- variant: BentoCheckboxGroupVariant;
117
+ variant: "vertical" | "horizontal" | BentoCheckboxGroupVariant;
118
118
  errorMessage: string;
119
119
  readonly: boolean;
120
120
  modelValue: (string | number)[];
@@ -1,16 +1,18 @@
1
1
  import { PropType } from 'vue';
2
2
  import { EditorView } from '@codemirror/view';
3
- import { BentoButtonVariant } from '@/components/button';
4
- import { BentoTypographyElement } from '@/components/typography';
5
- import { BentoCodeSnippetEvent, BentoCodeSnippetSupportedLanguage, BentoCodeSnippetVariant } from '@/components/code-snippet/code-snippet.types';
3
+ import { BentoButtonVariant } from "../button";
4
+ import { BentoTypographyElement } from "../typography";
5
+ import { BentoCodeSnippetEvent, BentoCodeSnippetSupportedLanguage, BentoCodeSnippetVariant } from "./code-snippet.types";
6
6
  declare const _default: import("vue").DefineComponent<{
7
7
  variant: {
8
- type: PropType<BentoCodeSnippetVariant>;
8
+ type: PropType<"inline" | "singleline" | "multiline" | BentoCodeSnippetVariant>;
9
9
  default: BentoCodeSnippetVariant;
10
+ validator: (value: BentoCodeSnippetVariant) => boolean;
10
11
  };
11
12
  lang: {
12
- type: PropType<BentoCodeSnippetSupportedLanguage>;
13
+ type: PropType<"json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage>;
13
14
  default: BentoCodeSnippetSupportedLanguage;
15
+ validator: (value: BentoCodeSnippetSupportedLanguage) => boolean;
14
16
  };
15
17
  langLabel: {
16
18
  type: StringConstructor;
@@ -51,12 +53,14 @@ declare const _default: import("vue").DefineComponent<{
51
53
  onActionClicked: () => void;
52
54
  }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, BentoCodeSnippetEvent[], string, Readonly<import("vue").ExtractPropTypes<{
53
55
  variant: {
54
- type: PropType<BentoCodeSnippetVariant>;
56
+ type: PropType<"inline" | "singleline" | "multiline" | BentoCodeSnippetVariant>;
55
57
  default: BentoCodeSnippetVariant;
58
+ validator: (value: BentoCodeSnippetVariant) => boolean;
56
59
  };
57
60
  lang: {
58
- type: PropType<BentoCodeSnippetSupportedLanguage>;
61
+ type: PropType<"json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage>;
59
62
  default: BentoCodeSnippetSupportedLanguage;
63
+ validator: (value: BentoCodeSnippetSupportedLanguage) => boolean;
60
64
  };
61
65
  langLabel: {
62
66
  type: StringConstructor;
@@ -80,8 +84,8 @@ declare const _default: import("vue").DefineComponent<{
80
84
  };
81
85
  }>>, {
82
86
  content: string;
83
- variant: BentoCodeSnippetVariant;
84
- lang: BentoCodeSnippetSupportedLanguage;
87
+ variant: "inline" | "singleline" | "multiline" | BentoCodeSnippetVariant;
88
+ lang: "json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage;
85
89
  langLabel: string;
86
90
  editable: boolean;
87
91
  actionable: boolean;
@@ -1,8 +1,8 @@
1
- import { BentoCodeSnippetSupportedLanguage } from '@/components/code-snippet/code-snippet.types';
1
+ import { BentoCodeSnippetSupportedLanguage } from "../code-snippet.types";
2
2
  import { json } from '@codemirror/lang-json';
3
3
  import { xml } from '@codemirror/lang-xml';
4
4
  import { javascript } from '@codemirror/lang-javascript';
5
5
  import { java } from '@codemirror/lang-java';
6
- export declare const useLanguage: (language: BentoCodeSnippetSupportedLanguage) => {
6
+ export declare const useLanguage: (language: BentoCodeSnippetSupportedLanguage | `${BentoCodeSnippetSupportedLanguage}`) => {
7
7
  loadLang: () => Promise<typeof json | typeof xml | typeof javascript | typeof java>;
8
8
  };
@@ -1,3 +1,3 @@
1
- import { MaybeRef } from '@/types';
1
+ import { MaybeRef } from "../../../../types";
2
2
  export declare const useCountryCapital: (code: MaybeRef<string>, locale: MaybeRef<string>, useFallback?: boolean) => import("vue").ComputedRef<any>;
3
3
  export default useCountryCapital;
@@ -1,2 +1,2 @@
1
- import { MaybeRef } from '@/types';
1
+ import { MaybeRef } from "../../../../types";
2
2
  export declare const useCountryName: (code: MaybeRef<string>, locale: MaybeRef<string>, useFallback?: boolean) => import("vue").ComputedRef<any>;
@@ -1,3 +1,3 @@
1
- import { MaybeRef } from '@/types';
1
+ import { MaybeRef } from "../../../../types";
2
2
  export declare const useCountryPhoneCode: (countryCode: MaybeRef<string>) => import("vue").ComputedRef<any>;
3
3
  export default useCountryPhoneCode;
@@ -1,17 +1,18 @@
1
1
  import { PropType } from 'vue';
2
- import { BentoTypographyElement } from '@/components/typography';
2
+ import { BentoTypographyElement } from "../typography";
3
3
  import { BentoCountryCode, BentoCountryVariant } from './country.types';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  code: {
6
- type: PropType<BentoCountryCode>;
6
+ type: PropType<"MM" | "BD" | "BE" | "BF" | "BG" | "BA" | "BB" | "WF" | "BL" | "BM" | "BN" | "BO" | "BH" | "BI" | "BJ" | "BT" | "JM" | "BV" | "BW" | "WS" | "BQ" | "BR" | "BS" | "JE" | "BY" | "BZ" | "RU" | "RW" | "RS" | "TL" | "RE" | "TM" | "TJ" | "RO" | "TK" | "GW" | "GU" | "GT" | "GS" | "GR" | "GQ" | "GP" | "JP" | "GY" | "GG" | "GF" | "GE" | "GD" | "GB" | "GA" | "SV" | "GN" | "GM" | "GL" | "GI" | "GH" | "OM" | "TN" | "JO" | "HR" | "HT" | "HU" | "HK" | "HN" | "HM" | "VE" | "PR" | "PS" | "PW" | "PT" | "SJ" | "PY" | "IQ" | "PA" | "PF" | "PG" | "PE" | "PK" | "PH" | "PN" | "PL" | "PM" | "ZM" | "EH" | "EE" | "EG" | "ZA" | "EC" | "IT" | "VN" | "SB" | "ET" | "SO" | "ZW" | "SA" | "ES" | "ER" | "ME" | "MD" | "MG" | "MF" | "MA" | "MC" | "UZ" | "ML" | "MO" | "MN" | "MH" | "MK" | "MU" | "MT" | "MW" | "MV" | "MQ" | "MP" | "MS" | "MR" | "IM" | "UG" | "TZ" | "MY" | "MX" | "IL" | "FR" | "IO" | "SH" | "FI" | "FJ" | "FK" | "FM" | "FO" | "NI" | "NL" | "NO" | "NA" | "VU" | "NC" | "NE" | "NF" | "NG" | "NZ" | "NP" | "NR" | "NU" | "CK" | "XK" | "CI" | "CH" | "CO" | "CN" | "CM" | "CL" | "CC" | "CA" | "CG" | "CF" | "CD" | "CZ" | "CY" | "CX" | "CR" | "CW" | "CV" | "CU" | "SZ" | "SY" | "SX" | "KG" | "KE" | "SS" | "SR" | "KI" | "KH" | "KN" | "KM" | "ST" | "SK" | "KR" | "SI" | "KP" | "KW" | "SN" | "SM" | "SL" | "SC" | "KZ" | "KY" | "SG" | "SE" | "SD" | "DO" | "DM" | "DJ" | "DK" | "VG" | "DE" | "YE" | "DZ" | "US" | "UY" | "YT" | "UM" | "LB" | "LC" | "LA" | "TV" | "TW" | "TT" | "TR" | "LK" | "LI" | "LV" | "TO" | "LT" | "LU" | "LR" | "LS" | "TH" | "TF" | "TG" | "TD" | "TC" | "LY" | "VA" | "VC" | "AE" | "AD" | "AG" | "AF" | "AI" | "VI" | "IS" | "IR" | "AM" | "AL" | "AO" | "AQ" | "AS" | "AR" | "AU" | "AT" | "AW" | "IN" | "AX" | "AZ" | "IE" | "ID" | "UA" | "QA" | "MZ" | "ZZ" | BentoCountryCode>;
7
7
  default: BentoCountryCode;
8
+ validator: (value: BentoCountryCode) => boolean;
8
9
  };
9
10
  label: {
10
11
  type: StringConstructor;
11
12
  default: any;
12
13
  };
13
14
  variant: {
14
- type: PropType<BentoCountryVariant>;
15
+ type: PropType<"name" | "iso" | "phone_code" | "capital" | "custom" | BentoCountryVariant>;
15
16
  default: BentoCountryVariant;
16
17
  validator: (value: BentoCountryVariant) => boolean;
17
18
  };
@@ -22,21 +23,22 @@ declare const _default: import("vue").DefineComponent<{
22
23
  BentoTypographyElement: typeof BentoTypographyElement;
23
24
  }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
24
25
  code: {
25
- type: PropType<BentoCountryCode>;
26
+ type: PropType<"MM" | "BD" | "BE" | "BF" | "BG" | "BA" | "BB" | "WF" | "BL" | "BM" | "BN" | "BO" | "BH" | "BI" | "BJ" | "BT" | "JM" | "BV" | "BW" | "WS" | "BQ" | "BR" | "BS" | "JE" | "BY" | "BZ" | "RU" | "RW" | "RS" | "TL" | "RE" | "TM" | "TJ" | "RO" | "TK" | "GW" | "GU" | "GT" | "GS" | "GR" | "GQ" | "GP" | "JP" | "GY" | "GG" | "GF" | "GE" | "GD" | "GB" | "GA" | "SV" | "GN" | "GM" | "GL" | "GI" | "GH" | "OM" | "TN" | "JO" | "HR" | "HT" | "HU" | "HK" | "HN" | "HM" | "VE" | "PR" | "PS" | "PW" | "PT" | "SJ" | "PY" | "IQ" | "PA" | "PF" | "PG" | "PE" | "PK" | "PH" | "PN" | "PL" | "PM" | "ZM" | "EH" | "EE" | "EG" | "ZA" | "EC" | "IT" | "VN" | "SB" | "ET" | "SO" | "ZW" | "SA" | "ES" | "ER" | "ME" | "MD" | "MG" | "MF" | "MA" | "MC" | "UZ" | "ML" | "MO" | "MN" | "MH" | "MK" | "MU" | "MT" | "MW" | "MV" | "MQ" | "MP" | "MS" | "MR" | "IM" | "UG" | "TZ" | "MY" | "MX" | "IL" | "FR" | "IO" | "SH" | "FI" | "FJ" | "FK" | "FM" | "FO" | "NI" | "NL" | "NO" | "NA" | "VU" | "NC" | "NE" | "NF" | "NG" | "NZ" | "NP" | "NR" | "NU" | "CK" | "XK" | "CI" | "CH" | "CO" | "CN" | "CM" | "CL" | "CC" | "CA" | "CG" | "CF" | "CD" | "CZ" | "CY" | "CX" | "CR" | "CW" | "CV" | "CU" | "SZ" | "SY" | "SX" | "KG" | "KE" | "SS" | "SR" | "KI" | "KH" | "KN" | "KM" | "ST" | "SK" | "KR" | "SI" | "KP" | "KW" | "SN" | "SM" | "SL" | "SC" | "KZ" | "KY" | "SG" | "SE" | "SD" | "DO" | "DM" | "DJ" | "DK" | "VG" | "DE" | "YE" | "DZ" | "US" | "UY" | "YT" | "UM" | "LB" | "LC" | "LA" | "TV" | "TW" | "TT" | "TR" | "LK" | "LI" | "LV" | "TO" | "LT" | "LU" | "LR" | "LS" | "TH" | "TF" | "TG" | "TD" | "TC" | "LY" | "VA" | "VC" | "AE" | "AD" | "AG" | "AF" | "AI" | "VI" | "IS" | "IR" | "AM" | "AL" | "AO" | "AQ" | "AS" | "AR" | "AU" | "AT" | "AW" | "IN" | "AX" | "AZ" | "IE" | "ID" | "UA" | "QA" | "MZ" | "ZZ" | BentoCountryCode>;
26
27
  default: BentoCountryCode;
28
+ validator: (value: BentoCountryCode) => boolean;
27
29
  };
28
30
  label: {
29
31
  type: StringConstructor;
30
32
  default: any;
31
33
  };
32
34
  variant: {
33
- type: PropType<BentoCountryVariant>;
35
+ type: PropType<"name" | "iso" | "phone_code" | "capital" | "custom" | BentoCountryVariant>;
34
36
  default: BentoCountryVariant;
35
37
  validator: (value: BentoCountryVariant) => boolean;
36
38
  };
37
39
  }>>, {
38
- code: BentoCountryCode;
40
+ code: "MM" | "BD" | "BE" | "BF" | "BG" | "BA" | "BB" | "WF" | "BL" | "BM" | "BN" | "BO" | "BH" | "BI" | "BJ" | "BT" | "JM" | "BV" | "BW" | "WS" | "BQ" | "BR" | "BS" | "JE" | "BY" | "BZ" | "RU" | "RW" | "RS" | "TL" | "RE" | "TM" | "TJ" | "RO" | "TK" | "GW" | "GU" | "GT" | "GS" | "GR" | "GQ" | "GP" | "JP" | "GY" | "GG" | "GF" | "GE" | "GD" | "GB" | "GA" | "SV" | "GN" | "GM" | "GL" | "GI" | "GH" | "OM" | "TN" | "JO" | "HR" | "HT" | "HU" | "HK" | "HN" | "HM" | "VE" | "PR" | "PS" | "PW" | "PT" | "SJ" | "PY" | "IQ" | "PA" | "PF" | "PG" | "PE" | "PK" | "PH" | "PN" | "PL" | "PM" | "ZM" | "EH" | "EE" | "EG" | "ZA" | "EC" | "IT" | "VN" | "SB" | "ET" | "SO" | "ZW" | "SA" | "ES" | "ER" | "ME" | "MD" | "MG" | "MF" | "MA" | "MC" | "UZ" | "ML" | "MO" | "MN" | "MH" | "MK" | "MU" | "MT" | "MW" | "MV" | "MQ" | "MP" | "MS" | "MR" | "IM" | "UG" | "TZ" | "MY" | "MX" | "IL" | "FR" | "IO" | "SH" | "FI" | "FJ" | "FK" | "FM" | "FO" | "NI" | "NL" | "NO" | "NA" | "VU" | "NC" | "NE" | "NF" | "NG" | "NZ" | "NP" | "NR" | "NU" | "CK" | "XK" | "CI" | "CH" | "CO" | "CN" | "CM" | "CL" | "CC" | "CA" | "CG" | "CF" | "CD" | "CZ" | "CY" | "CX" | "CR" | "CW" | "CV" | "CU" | "SZ" | "SY" | "SX" | "KG" | "KE" | "SS" | "SR" | "KI" | "KH" | "KN" | "KM" | "ST" | "SK" | "KR" | "SI" | "KP" | "KW" | "SN" | "SM" | "SL" | "SC" | "KZ" | "KY" | "SG" | "SE" | "SD" | "DO" | "DM" | "DJ" | "DK" | "VG" | "DE" | "YE" | "DZ" | "US" | "UY" | "YT" | "UM" | "LB" | "LC" | "LA" | "TV" | "TW" | "TT" | "TR" | "LK" | "LI" | "LV" | "TO" | "LT" | "LU" | "LR" | "LS" | "TH" | "TF" | "TG" | "TD" | "TC" | "LY" | "VA" | "VC" | "AE" | "AD" | "AG" | "AF" | "AI" | "VI" | "IS" | "IR" | "AM" | "AL" | "AO" | "AQ" | "AS" | "AR" | "AU" | "AT" | "AW" | "IN" | "AX" | "AZ" | "IE" | "ID" | "UA" | "QA" | "MZ" | "ZZ" | BentoCountryCode;
39
41
  label: string;
40
- variant: BentoCountryVariant;
42
+ variant: "name" | "iso" | "phone_code" | "capital" | "custom" | BentoCountryVariant;
41
43
  }>;
42
44
  export default _default;
@@ -1,9 +1,9 @@
1
1
  import { PropType } from 'vue';
2
- import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
3
- import { BentoCurrencyISOCode } from '@/components/currency/currency.types';
2
+ import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
3
+ import { BentoCurrencyISOCode } from "./currency.types";
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  currency: {
6
- type: PropType<BentoCurrencyISOCode>;
6
+ type: PropType<"TOP" | "CVE" | "DJF" | "GNF" | "IDR" | "JPY" | "KMF" | "KRW" | "PYG" | "RWF" | "UGX" | "VND" | "VUV" | "XAF" | "XOF" | "XPF" | "MRO" | "BHD" | "IQD" | "JOD" | "KWD" | "LYD" | "OMR" | "TND" | "AFA" | "ALL" | "DZD" | "AOA" | "ARS" | "AMD" | "AWG" | "AUD" | "AZN" | "BSD" | "BDT" | "BBD" | "BYR" | "BEF" | "BZD" | "BMD" | "BTN" | "BTC" | "BOB" | "BAM" | "BWP" | "BRL" | "GBP" | "BND" | "BGN" | "BIF" | "KHR" | "CAD" | "KYD" | "CLP" | "CLF" | "CNY" | "COP" | "CDF" | "CRC" | "HRK" | "CUC" | "CZK" | "DKK" | "DOP" | "XCD" | "EGP" | "ERN" | "EEK" | "ETB" | "EUR" | "FKP" | "FJD" | "GMD" | "GEL" | "DEM" | "GHS" | "GIP" | "GRD" | "GTQ" | "GYD" | "HTG" | "HNL" | "HKD" | "HUF" | "ISK" | "INR" | "IRR" | "ILS" | "ITL" | "JMD" | "KZT" | "KES" | "KGS" | "LAK" | "LVL" | "LBP" | "LSL" | "LRD" | "LTC" | "LTL" | "MOP" | "MKD" | "MGA" | "MWK" | "MYR" | "MVR" | "MUR" | "MXN" | "MDL" | "MNT" | "MAD" | "MZM" | "MMK" | "NAD" | "NPR" | "ANG" | "TWD" | "NZD" | "NIO" | "NGN" | "KPW" | "NOK" | "PKR" | "PAB" | "PGK" | "PEN" | "PHP" | "PLN" | "QAR" | "RON" | "RUB" | "SVC" | "WST" | "STD" | "SAR" | "RSD" | "SCR" | "SLL" | "SGD" | "SKK" | "SBD" | "SOS" | "ZAR" | "SSP" | "XDR" | "LKR" | "SHP" | "SDG" | "SRD" | "SZL" | "SEK" | "CHF" | "SYP" | "TJS" | "TZS" | "THB" | "TTD" | "TRY" | "TMT" | "UAH" | "AED" | "UYU" | "USD" | "UZS" | "VEF" | "YER" | "ZMK" | "ZWL" | BentoCurrencyISOCode>;
7
7
  default: BentoCurrencyISOCode;
8
8
  validator: (value: BentoCurrencyISOCode) => boolean;
9
9
  };
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
21
21
  BentoTypographyElement: typeof BentoTypographyElement;
22
22
  }, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
23
23
  currency: {
24
- type: PropType<BentoCurrencyISOCode>;
24
+ type: PropType<"TOP" | "CVE" | "DJF" | "GNF" | "IDR" | "JPY" | "KMF" | "KRW" | "PYG" | "RWF" | "UGX" | "VND" | "VUV" | "XAF" | "XOF" | "XPF" | "MRO" | "BHD" | "IQD" | "JOD" | "KWD" | "LYD" | "OMR" | "TND" | "AFA" | "ALL" | "DZD" | "AOA" | "ARS" | "AMD" | "AWG" | "AUD" | "AZN" | "BSD" | "BDT" | "BBD" | "BYR" | "BEF" | "BZD" | "BMD" | "BTN" | "BTC" | "BOB" | "BAM" | "BWP" | "BRL" | "GBP" | "BND" | "BGN" | "BIF" | "KHR" | "CAD" | "KYD" | "CLP" | "CLF" | "CNY" | "COP" | "CDF" | "CRC" | "HRK" | "CUC" | "CZK" | "DKK" | "DOP" | "XCD" | "EGP" | "ERN" | "EEK" | "ETB" | "EUR" | "FKP" | "FJD" | "GMD" | "GEL" | "DEM" | "GHS" | "GIP" | "GRD" | "GTQ" | "GYD" | "HTG" | "HNL" | "HKD" | "HUF" | "ISK" | "INR" | "IRR" | "ILS" | "ITL" | "JMD" | "KZT" | "KES" | "KGS" | "LAK" | "LVL" | "LBP" | "LSL" | "LRD" | "LTC" | "LTL" | "MOP" | "MKD" | "MGA" | "MWK" | "MYR" | "MVR" | "MUR" | "MXN" | "MDL" | "MNT" | "MAD" | "MZM" | "MMK" | "NAD" | "NPR" | "ANG" | "TWD" | "NZD" | "NIO" | "NGN" | "KPW" | "NOK" | "PKR" | "PAB" | "PGK" | "PEN" | "PHP" | "PLN" | "QAR" | "RON" | "RUB" | "SVC" | "WST" | "STD" | "SAR" | "RSD" | "SCR" | "SLL" | "SGD" | "SKK" | "SBD" | "SOS" | "ZAR" | "SSP" | "XDR" | "LKR" | "SHP" | "SDG" | "SRD" | "SZL" | "SEK" | "CHF" | "SYP" | "TJS" | "TZS" | "THB" | "TTD" | "TRY" | "TMT" | "UAH" | "AED" | "UYU" | "USD" | "UZS" | "VEF" | "YER" | "ZMK" | "ZWL" | BentoCurrencyISOCode>;
25
25
  default: BentoCurrencyISOCode;
26
26
  validator: (value: BentoCurrencyISOCode) => boolean;
27
27
  };
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<{
35
35
  };
36
36
  }>>, {
37
37
  disableTypography: boolean;
38
- currency: BentoCurrencyISOCode;
38
+ currency: "TOP" | "CVE" | "DJF" | "GNF" | "IDR" | "JPY" | "KMF" | "KRW" | "PYG" | "RWF" | "UGX" | "VND" | "VUV" | "XAF" | "XOF" | "XPF" | "MRO" | "BHD" | "IQD" | "JOD" | "KWD" | "LYD" | "OMR" | "TND" | "AFA" | "ALL" | "DZD" | "AOA" | "ARS" | "AMD" | "AWG" | "AUD" | "AZN" | "BSD" | "BDT" | "BBD" | "BYR" | "BEF" | "BZD" | "BMD" | "BTN" | "BTC" | "BOB" | "BAM" | "BWP" | "BRL" | "GBP" | "BND" | "BGN" | "BIF" | "KHR" | "CAD" | "KYD" | "CLP" | "CLF" | "CNY" | "COP" | "CDF" | "CRC" | "HRK" | "CUC" | "CZK" | "DKK" | "DOP" | "XCD" | "EGP" | "ERN" | "EEK" | "ETB" | "EUR" | "FKP" | "FJD" | "GMD" | "GEL" | "DEM" | "GHS" | "GIP" | "GRD" | "GTQ" | "GYD" | "HTG" | "HNL" | "HKD" | "HUF" | "ISK" | "INR" | "IRR" | "ILS" | "ITL" | "JMD" | "KZT" | "KES" | "KGS" | "LAK" | "LVL" | "LBP" | "LSL" | "LRD" | "LTC" | "LTL" | "MOP" | "MKD" | "MGA" | "MWK" | "MYR" | "MVR" | "MUR" | "MXN" | "MDL" | "MNT" | "MAD" | "MZM" | "MMK" | "NAD" | "NPR" | "ANG" | "TWD" | "NZD" | "NIO" | "NGN" | "KPW" | "NOK" | "PKR" | "PAB" | "PGK" | "PEN" | "PHP" | "PLN" | "QAR" | "RON" | "RUB" | "SVC" | "WST" | "STD" | "SAR" | "RSD" | "SCR" | "SLL" | "SGD" | "SKK" | "SBD" | "SOS" | "ZAR" | "SSP" | "XDR" | "LKR" | "SHP" | "SDG" | "SRD" | "SZL" | "SEK" | "CHF" | "SYP" | "TJS" | "TZS" | "THB" | "TTD" | "TRY" | "TMT" | "UAH" | "AED" | "UYU" | "USD" | "UZS" | "VEF" | "YER" | "ZMK" | "ZWL" | BentoCurrencyISOCode;
39
39
  majorUnits: boolean;
40
40
  }>;
41
41
  export default _default;
@@ -1,9 +1,9 @@
1
1
  import { PropType } from 'vue';
2
2
  import { BentoColumn, BentoDatagridAllItemsSelectedState, BentoDatagridAriaSortValue, BentoDatagridSortByColumn, BentoDatagridSortDirection } from '../../data-grid.types';
3
- import { BentoTypographyElement } from '@/components/typography';
3
+ import { BentoTypographyElement } from "../../../typography";
4
4
  import { BentoDatagridDraggingColumnState, DatagridColumnsEvent } from './data-grid-columns-types';
5
- import type { BentoMenuItem } from '@/components/menu/components';
6
- import { BentoButtonVariant } from '@/components/button';
5
+ import type { BentoMenuItem } from "../../../menu/components";
6
+ import { BentoButtonVariant } from "../../../button";
7
7
  declare const _default: import("vue").DefineComponent<{
8
8
  columns: {
9
9
  type: PropType<BentoColumn[]>;
@@ -1,7 +1,7 @@
1
1
  import { PropType } from 'vue';
2
- import { BentoTypographyElement, BentoTypographyVariant } from '@/components/typography';
3
- import { AdlLabelPosition } from '@/types';
4
- import { BentoColumn } from '@/components/data-grid';
2
+ import { BentoTypographyElement, BentoTypographyVariant } from "../../../../../typography";
3
+ import { BentoToggleLabelPosition } from "../../../../../toggle";
4
+ import { BentoColumn } from "../../../..";
5
5
  declare const _default: import("vue").DefineComponent<{
6
6
  isColumnVisibilityToggleDisabled: {
7
7
  type: BooleanConstructor;
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
22
22
  showFreezeIcon: () => void;
23
23
  hideFreezeIcon: () => void;
24
24
  toggleColumnFreeze: () => void;
25
- AdlLabelPosition: typeof AdlLabelPosition;
25
+ BentoToggleLabelPosition: typeof BentoToggleLabelPosition;
26
26
  BentoTypographyElement: typeof BentoTypographyElement;
27
27
  BentoTypographyVariant: typeof BentoTypographyVariant;
28
28
  }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("visible-column" | "updated-column")[], string, Readonly<import("vue").ExtractPropTypes<{