buefy 0.9.11 → 0.9.15

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 (561) hide show
  1. package/CHANGELOG.md +58 -8
  2. package/LICENSE +21 -21
  3. package/README.md +139 -139
  4. package/dist/buefy.css +313 -1
  5. package/dist/buefy.esm.js +6748 -4657
  6. package/dist/buefy.esm.min.js +2 -2
  7. package/dist/buefy.js +6784 -4690
  8. package/dist/buefy.min.css +1 -1
  9. package/dist/buefy.min.js +2 -2
  10. package/dist/cjs/autocomplete.js +5 -5
  11. package/dist/cjs/button.js +6 -107
  12. package/dist/cjs/carousel.js +21 -19
  13. package/dist/cjs/checkbox.js +5 -5
  14. package/dist/cjs/{chunk-eec653c0.js → chunk-002537c9.js} +15 -15
  15. package/dist/cjs/{chunk-93375e49.js → chunk-02ea522d.js} +7 -7
  16. package/dist/cjs/{chunk-6a1bcdab.js → chunk-19c14f30.js} +14 -14
  17. package/dist/cjs/{chunk-8b8384ca.js → chunk-1f7d7e31.js} +2 -2
  18. package/dist/cjs/{chunk-379c378c.js → chunk-25408900.js} +8 -8
  19. package/dist/cjs/{chunk-e28fd249.js → chunk-3242100a.js} +7 -7
  20. package/dist/cjs/{chunk-9498c0aa.js → chunk-33e65bcc.js} +9 -9
  21. package/dist/cjs/{chunk-0abd2223.js → chunk-35ce5cba.js} +2 -2
  22. package/dist/cjs/{chunk-06d098cc.js → chunk-3b791ad4.js} +17 -17
  23. package/dist/cjs/chunk-45739695.js +332 -0
  24. package/dist/cjs/{chunk-bfcad370.js → chunk-46a2f564.js} +5 -5
  25. package/dist/cjs/chunk-48501f31.js +314 -0
  26. package/dist/cjs/{chunk-0655ffed.js → chunk-592c7eb7.js} +25 -23
  27. package/dist/cjs/{chunk-aed1b295.js → chunk-596ef6cb.js} +19 -3
  28. package/dist/cjs/{chunk-b12ed562.js → chunk-64612b38.js} +38 -25
  29. package/dist/cjs/{chunk-70f5dcdb.js → chunk-688c0e84.js} +1 -8
  30. package/dist/cjs/chunk-8dd3848f.js +110 -0
  31. package/dist/cjs/{chunk-64d0a112.js → chunk-9a5bee11.js} +19 -19
  32. package/dist/cjs/{chunk-bf413553.js → chunk-a18d4d4d.js} +6 -6
  33. package/dist/cjs/{chunk-5697b125.js → chunk-bd0646c7.js} +16 -15
  34. package/dist/cjs/{chunk-d29e8a35.js → chunk-bef674a8.js} +0 -0
  35. package/dist/cjs/{chunk-09aa7c88.js → chunk-c80cb851.js} +8 -8
  36. package/dist/cjs/{chunk-a344c433.js → chunk-e60d9ba4.js} +23 -23
  37. package/dist/cjs/{chunk-28e5bfba.js → chunk-e639659a.js} +54 -54
  38. package/dist/cjs/{chunk-be40f53e.js → chunk-e670239b.js} +130 -44
  39. package/dist/cjs/clockpicker.js +10 -10
  40. package/dist/cjs/collapse.js +2 -2
  41. package/dist/cjs/colorpicker.js +1752 -0
  42. package/dist/cjs/config.js +1 -1
  43. package/dist/cjs/datepicker.js +11 -11
  44. package/dist/cjs/datetimepicker.js +35 -20
  45. package/dist/cjs/dialog.js +19 -17
  46. package/dist/cjs/dropdown.js +7 -7
  47. package/dist/cjs/field.js +4 -4
  48. package/dist/cjs/helpers.js +72 -53
  49. package/dist/cjs/icon.js +2 -2
  50. package/dist/cjs/image.js +6 -311
  51. package/dist/cjs/index.js +30 -23
  52. package/dist/cjs/input.js +4 -4
  53. package/dist/cjs/loading.js +5 -5
  54. package/dist/cjs/menu.js +2 -2
  55. package/dist/cjs/message.js +4 -9
  56. package/dist/cjs/modal.js +5 -5
  57. package/dist/cjs/navbar.js +12 -9
  58. package/dist/cjs/notification.js +7 -7
  59. package/dist/cjs/numberinput.js +36 -25
  60. package/dist/cjs/pagination.js +7 -7
  61. package/dist/cjs/progress.js +8 -8
  62. package/dist/cjs/radio.js +3 -3
  63. package/dist/cjs/rate.js +2 -2
  64. package/dist/cjs/select.js +6 -6
  65. package/dist/cjs/sidebar.js +16 -16
  66. package/dist/cjs/slider.js +5 -5
  67. package/dist/cjs/snackbar.js +8 -7
  68. package/dist/cjs/steps.js +25 -25
  69. package/dist/cjs/switch.js +2 -2
  70. package/dist/cjs/table.js +161 -154
  71. package/dist/cjs/tabs.js +9 -9
  72. package/dist/cjs/tag.js +3 -3
  73. package/dist/cjs/taginput.js +14 -14
  74. package/dist/cjs/timepicker.js +12 -12
  75. package/dist/cjs/toast.js +3 -3
  76. package/dist/cjs/tooltip.js +4 -4
  77. package/dist/cjs/upload.js +34 -20
  78. package/dist/components/autocomplete/index.js +57 -41
  79. package/dist/components/autocomplete/index.min.js +2 -2
  80. package/dist/components/breadcrumb/index.js +1 -1
  81. package/dist/components/breadcrumb/index.min.js +1 -1
  82. package/dist/components/button/index.js +9 -9
  83. package/dist/components/button/index.min.js +1 -1
  84. package/dist/components/carousel/index.js +388 -59
  85. package/dist/components/carousel/index.min.js +2 -2
  86. package/dist/components/checkbox/index.js +3 -3
  87. package/dist/components/checkbox/index.min.js +1 -1
  88. package/dist/components/clockpicker/index.js +137 -122
  89. package/dist/components/clockpicker/index.min.js +2 -2
  90. package/dist/components/collapse/index.js +3 -3
  91. package/dist/components/collapse/index.min.js +1 -1
  92. package/dist/components/colorpicker/index.js +4312 -0
  93. package/dist/components/colorpicker/index.min.js +2 -0
  94. package/dist/components/datepicker/index.js +176 -162
  95. package/dist/components/datepicker/index.min.js +2 -2
  96. package/dist/components/datetimepicker/index.js +221 -192
  97. package/dist/components/datetimepicker/index.min.js +2 -2
  98. package/dist/components/dialog/index.js +148 -45
  99. package/dist/components/dialog/index.min.js +2 -2
  100. package/dist/components/dropdown/index.js +43 -30
  101. package/dist/components/dropdown/index.min.js +2 -2
  102. package/dist/components/field/index.js +25 -23
  103. package/dist/components/field/index.min.js +2 -2
  104. package/dist/components/icon/index.js +9 -9
  105. package/dist/components/icon/index.min.js +1 -1
  106. package/dist/components/image/index.js +5 -5
  107. package/dist/components/image/index.min.js +2 -2
  108. package/dist/components/input/index.js +39 -39
  109. package/dist/components/input/index.min.js +1 -1
  110. package/dist/components/loading/index.js +9 -9
  111. package/dist/components/loading/index.min.js +1 -1
  112. package/dist/components/menu/index.js +9 -9
  113. package/dist/components/menu/index.min.js +1 -1
  114. package/dist/components/message/index.js +23 -27
  115. package/dist/components/message/index.min.js +2 -2
  116. package/dist/components/modal/index.js +16 -16
  117. package/dist/components/modal/index.min.js +1 -1
  118. package/dist/components/navbar/index.js +12 -9
  119. package/dist/components/navbar/index.min.js +2 -2
  120. package/dist/components/notification/index.js +25 -31
  121. package/dist/components/notification/index.min.js +2 -2
  122. package/dist/components/numberinput/index.js +71 -60
  123. package/dist/components/numberinput/index.min.js +2 -2
  124. package/dist/components/pagination/index.js +136 -51
  125. package/dist/components/pagination/index.min.js +2 -2
  126. package/dist/components/progress/index.js +15 -15
  127. package/dist/components/progress/index.min.js +2 -2
  128. package/dist/components/radio/index.js +3 -3
  129. package/dist/components/radio/index.min.js +1 -1
  130. package/dist/components/rate/index.js +9 -9
  131. package/dist/components/rate/index.min.js +1 -1
  132. package/dist/components/select/index.js +27 -27
  133. package/dist/components/select/index.min.js +1 -1
  134. package/dist/components/sidebar/index.js +16 -16
  135. package/dist/components/sidebar/index.min.js +1 -1
  136. package/dist/components/skeleton/index.js +1 -1
  137. package/dist/components/skeleton/index.min.js +1 -1
  138. package/dist/components/slider/index.js +16 -16
  139. package/dist/components/slider/index.min.js +2 -2
  140. package/dist/components/snackbar/index.js +9 -15
  141. package/dist/components/snackbar/index.min.js +2 -2
  142. package/dist/components/steps/index.js +53 -53
  143. package/dist/components/steps/index.min.js +1 -1
  144. package/dist/components/switch/index.js +3 -3
  145. package/dist/components/switch/index.min.js +1 -1
  146. package/dist/components/table/index.js +332 -222
  147. package/dist/components/table/index.min.js +2 -2
  148. package/dist/components/tabs/index.js +37 -37
  149. package/dist/components/tabs/index.min.js +2 -2
  150. package/dist/components/tag/index.js +6 -6
  151. package/dist/components/tag/index.min.js +1 -1
  152. package/dist/components/taginput/index.js +69 -53
  153. package/dist/components/taginput/index.min.js +2 -2
  154. package/dist/components/timepicker/index.js +141 -126
  155. package/dist/components/timepicker/index.min.js +2 -2
  156. package/dist/components/toast/index.js +4 -11
  157. package/dist/components/toast/index.min.js +2 -2
  158. package/dist/components/tooltip/index.js +8 -8
  159. package/dist/components/tooltip/index.min.js +2 -2
  160. package/dist/components/upload/index.js +45 -31
  161. package/dist/components/upload/index.min.js +2 -2
  162. package/dist/esm/autocomplete.js +6 -6
  163. package/dist/esm/button.js +6 -107
  164. package/dist/esm/carousel.js +19 -17
  165. package/dist/esm/checkbox.js +3 -3
  166. package/dist/esm/{chunk-e442eda2.js → chunk-091022ac.js} +0 -0
  167. package/dist/esm/{chunk-bd411d56.js → chunk-1128eb6f.js} +7 -7
  168. package/dist/esm/{chunk-2f2f0a74.js → chunk-1a4ba565.js} +5 -5
  169. package/dist/esm/{chunk-b4852031.js → chunk-1e6920ce.js} +53 -53
  170. package/dist/esm/{chunk-7722457c.js → chunk-2487b9fe.js} +8 -8
  171. package/dist/esm/{chunk-6d63b2e2.js → chunk-3d030b91.js} +14 -14
  172. package/dist/esm/chunk-455cdeae.js +317 -0
  173. package/dist/esm/{chunk-56fb1149.js → chunk-4a5ed20b.js} +130 -45
  174. package/dist/esm/{chunk-f59d32fc.js → chunk-71aa9de4.js} +25 -23
  175. package/dist/esm/{chunk-71e4d925.js → chunk-743f783c.js} +1 -8
  176. package/dist/esm/{chunk-38a670c0.js → chunk-7af12535.js} +7 -7
  177. package/dist/esm/chunk-7bf9c8ab.js +312 -0
  178. package/dist/esm/{chunk-78d65062.js → chunk-92a4051e.js} +23 -23
  179. package/dist/esm/{chunk-2793447b.js → chunk-a1a77ea5.js} +2 -2
  180. package/dist/esm/{chunk-97416146.js → chunk-a2afd253.js} +7 -7
  181. package/dist/esm/{chunk-2ef19b56.js → chunk-ad27431e.js} +6 -6
  182. package/dist/esm/{chunk-3e8228e8.js → chunk-b081344b.js} +19 -19
  183. package/dist/esm/{chunk-53975b6b.js → chunk-b58775cf.js} +19 -3
  184. package/dist/esm/{chunk-787011b8.js → chunk-b5f9de0c.js} +14 -14
  185. package/dist/esm/{chunk-9124d75e.js → chunk-c027b2ac.js} +6 -6
  186. package/dist/esm/{chunk-0f4ab6f5.js → chunk-c0f9c15a.js} +13 -13
  187. package/dist/esm/{chunk-e2606096.js → chunk-c807a518.js} +34 -21
  188. package/dist/esm/{chunk-93c50532.js → chunk-d0ee2c73.js} +16 -15
  189. package/dist/esm/chunk-d7f48187.js +108 -0
  190. package/dist/esm/{chunk-252f2b57.js → chunk-ff662954.js} +1 -1
  191. package/dist/esm/clockpicker.js +8 -8
  192. package/dist/esm/collapse.js +2 -2
  193. package/dist/esm/colorpicker.js +1748 -0
  194. package/dist/esm/config.js +1 -1
  195. package/dist/esm/datepicker.js +10 -10
  196. package/dist/esm/datetimepicker.js +34 -19
  197. package/dist/esm/dialog.js +16 -14
  198. package/dist/esm/dropdown.js +4 -4
  199. package/dist/esm/field.js +3 -3
  200. package/dist/esm/helpers.js +71 -54
  201. package/dist/esm/icon.js +3 -3
  202. package/dist/esm/image.js +6 -311
  203. package/dist/esm/index.js +97 -92
  204. package/dist/esm/input.js +5 -5
  205. package/dist/esm/loading.js +3 -3
  206. package/dist/esm/menu.js +2 -2
  207. package/dist/esm/message.js +3 -8
  208. package/dist/esm/modal.js +3 -3
  209. package/dist/esm/navbar.js +12 -9
  210. package/dist/esm/notification.js +5 -5
  211. package/dist/esm/numberinput.js +36 -25
  212. package/dist/esm/pagination.js +4 -4
  213. package/dist/esm/progress.js +6 -6
  214. package/dist/esm/radio.js +1 -1
  215. package/dist/esm/rate.js +2 -2
  216. package/dist/esm/select.js +5 -5
  217. package/dist/esm/sidebar.js +16 -16
  218. package/dist/esm/slider.js +4 -4
  219. package/dist/esm/snackbar.js +7 -6
  220. package/dist/esm/steps.js +23 -23
  221. package/dist/esm/switch.js +2 -2
  222. package/dist/esm/table.js +158 -151
  223. package/dist/esm/tabs.js +7 -7
  224. package/dist/esm/tag.js +2 -2
  225. package/dist/esm/taginput.js +13 -13
  226. package/dist/esm/timepicker.js +11 -11
  227. package/dist/esm/toast.js +2 -2
  228. package/dist/esm/tooltip.js +3 -3
  229. package/dist/esm/upload.js +32 -18
  230. package/dist/vetur/attributes.json +97 -1
  231. package/dist/vetur/tags.json +30 -1
  232. package/package.json +171 -171
  233. package/src/components/autocomplete/Autocomplete.spec.js +392 -392
  234. package/src/components/autocomplete/Autocomplete.vue +10 -0
  235. package/src/components/autocomplete/__snapshots__/Autocomplete.spec.js.snap +19 -19
  236. package/src/components/autocomplete/index.js +17 -17
  237. package/src/components/breadcrumb/Breadcrumb.spec.js +63 -63
  238. package/src/components/breadcrumb/Breadcrumb.vue +43 -43
  239. package/src/components/breadcrumb/BreadcrumbItem.spec.js +25 -26
  240. package/src/components/breadcrumb/BreadcrumbItem.vue +33 -33
  241. package/src/components/breadcrumb/__snapshots__/Breadcrumb.spec.js.snap +7 -7
  242. package/src/components/breadcrumb/__snapshots__/BreadcrumbItem.spec.js.snap +3 -7
  243. package/src/components/breadcrumb/index.js +20 -20
  244. package/src/components/button/Button.spec.js +93 -93
  245. package/src/components/button/Button.vue +106 -106
  246. package/src/components/button/__snapshots__/Button.spec.js.snap +8 -8
  247. package/src/components/button/index.js +17 -17
  248. package/src/components/carousel/Carousel.spec.js +304 -304
  249. package/src/components/carousel/Carousel.vue +350 -350
  250. package/src/components/carousel/CarouselItem.spec.js +57 -57
  251. package/src/components/carousel/CarouselItem.vue +33 -33
  252. package/src/components/carousel/CarouselList.spec.js +173 -173
  253. package/src/components/carousel/CarouselList.vue +313 -311
  254. package/src/components/carousel/__snapshots__/Carousel.spec.js.snap +19 -19
  255. package/src/components/carousel/__snapshots__/CarouselItem.spec.js.snap +3 -3
  256. package/src/components/carousel/__snapshots__/CarouselList.spec.js.snap +156 -36
  257. package/src/components/carousel/index.js +23 -23
  258. package/src/components/checkbox/Checkbox.spec.js +40 -40
  259. package/src/components/checkbox/Checkbox.vue +51 -51
  260. package/src/components/checkbox/CheckboxButton.spec.js +46 -46
  261. package/src/components/checkbox/CheckboxButton.vue +56 -56
  262. package/src/components/checkbox/__snapshots__/Checkbox.spec.js.snap +3 -3
  263. package/src/components/checkbox/__snapshots__/CheckboxButton.spec.js.snap +3 -3
  264. package/src/components/checkbox/index.js +20 -20
  265. package/src/components/clockpicker/Clockpicker.spec.js +97 -97
  266. package/src/components/clockpicker/Clockpicker.vue +259 -259
  267. package/src/components/clockpicker/ClockpickerFace.spec.js +97 -97
  268. package/src/components/clockpicker/__snapshots__/Clockpicker.spec.js.snap +24 -24
  269. package/src/components/clockpicker/__snapshots__/ClockpickerFace.spec.js.snap +9 -9
  270. package/src/components/clockpicker/index.js +17 -17
  271. package/src/components/collapse/Collapse.spec.js +117 -117
  272. package/src/components/collapse/Collapse.vue +74 -74
  273. package/src/components/collapse/__snapshots__/Collapse.spec.js.snap +8 -8
  274. package/src/components/collapse/index.js +17 -17
  275. package/src/components/colorpicker/Colorpicker.spec.js +10 -0
  276. package/src/components/colorpicker/Colorpicker.vue +354 -0
  277. package/src/components/colorpicker/ColorpickerAlphaSlider.spec.js +14 -0
  278. package/src/components/colorpicker/ColorpickerAlphaSlider.vue +194 -0
  279. package/src/components/colorpicker/ColorpickerHSLRepresentationSquare.spec.js +22 -0
  280. package/src/components/colorpicker/ColorpickerHSLRepresentationSquare.vue +366 -0
  281. package/src/components/colorpicker/ColorpickerHSLRepresentationTriangle.spec.js +22 -0
  282. package/src/components/colorpicker/ColorpickerHSLRepresentationTriangle.vue +442 -0
  283. package/src/components/colorpicker/__snapshots__/ColorPickerHSLRepresentationSquare.spec.js.snap +12 -0
  284. package/src/components/colorpicker/__snapshots__/Colorpicker.spec.js.snap +32 -0
  285. package/src/components/colorpicker/__snapshots__/ColorpickerAlphaSlider.spec.js.snap +11 -0
  286. package/src/components/colorpicker/__snapshots__/ColorpickerHSLRepresentationTriangle.spec.js.snap +36 -0
  287. package/src/components/colorpicker/index.js +17 -0
  288. package/src/components/datepicker/Datepicker.spec.js +395 -395
  289. package/src/components/datepicker/Datepicker.vue +2 -3
  290. package/src/components/datepicker/DatepickerMonth.spec.js +302 -302
  291. package/src/components/datepicker/DatepickerMonth.vue +410 -410
  292. package/src/components/datepicker/DatepickerTable.spec.js +294 -294
  293. package/src/components/datepicker/DatepickerTable.vue +376 -376
  294. package/src/components/datepicker/DatepickerTableRow.spec.js +262 -236
  295. package/src/components/datepicker/DatepickerTableRow.vue +379 -380
  296. package/src/components/datepicker/__snapshots__/Datepicker.spec.js.snap +401 -401
  297. package/src/components/datepicker/__snapshots__/DatepickerMonth.spec.js.snap +33 -33
  298. package/src/components/datepicker/__snapshots__/DatepickerTable.spec.js.snap +16 -16
  299. package/src/components/datepicker/__snapshots__/DatepickerTableRow.spec.js.snap +13 -13
  300. package/src/components/datepicker/index.js +17 -17
  301. package/src/components/datetimepicker/Datetimepicker.spec.js +138 -138
  302. package/src/components/datetimepicker/Datetimepicker.vue +448 -433
  303. package/src/components/datetimepicker/index.js +17 -17
  304. package/src/components/dialog/Dialog.spec.js +78 -78
  305. package/src/components/dialog/Dialog.vue +256 -256
  306. package/src/components/dialog/index.js +77 -77
  307. package/src/components/dropdown/Dropdown.spec.js +218 -218
  308. package/src/components/dropdown/Dropdown.vue +397 -384
  309. package/src/components/dropdown/DropdownItem.spec.js +73 -73
  310. package/src/components/dropdown/DropdownItem.vue +91 -91
  311. package/src/components/dropdown/__snapshots__/Dropdown.spec.js.snap +11 -11
  312. package/src/components/dropdown/__snapshots__/DropdownItem.spec.js.snap +3 -3
  313. package/src/components/dropdown/index.js +20 -20
  314. package/src/components/field/Field.spec.js +218 -218
  315. package/src/components/field/Field.vue +271 -271
  316. package/src/components/field/FieldBody.spec.js +81 -81
  317. package/src/components/field/FieldBody.vue +28 -28
  318. package/src/components/field/__snapshots__/Field.spec.js.snap +8 -8
  319. package/src/components/field/__snapshots__/FieldBody.spec.js.snap +3 -3
  320. package/src/components/field/index.js +17 -17
  321. package/src/components/icon/Icon.spec.js +136 -136
  322. package/src/components/icon/Icon.vue +109 -109
  323. package/src/components/icon/__snapshots__/Icon.spec.js.snap +3 -3
  324. package/src/components/icon/index.js +17 -17
  325. package/src/components/image/Image.spec.js +197 -197
  326. package/src/components/image/Image.vue +309 -309
  327. package/src/components/image/__snapshots__/Image.spec.js.snap +37 -37
  328. package/src/components/image/index.js +17 -17
  329. package/src/components/index.js +87 -85
  330. package/src/components/input/Input.spec.js +189 -189
  331. package/src/components/input/Input.vue +271 -271
  332. package/src/components/input/__snapshots__/Input.spec.js.snap +9 -9
  333. package/src/components/input/index.js +17 -17
  334. package/src/components/loading/Loading.spec.js +126 -126
  335. package/src/components/loading/Loading.vue +121 -121
  336. package/src/components/loading/__snapshots__/Loading.spec.js.snap +10 -10
  337. package/src/components/loading/index.js +40 -40
  338. package/src/components/menu/Menu.spec.js +19 -19
  339. package/src/components/menu/Menu.vue +26 -26
  340. package/src/components/menu/MenuItem.spec.js +43 -43
  341. package/src/components/menu/MenuItem.vue +137 -137
  342. package/src/components/menu/MenuList.spec.js +31 -31
  343. package/src/components/menu/MenuList.vue +41 -41
  344. package/src/components/menu/__snapshots__/Menu.spec.js.snap +3 -3
  345. package/src/components/menu/__snapshots__/MenuItem.spec.js.snap +8 -8
  346. package/src/components/menu/__snapshots__/MenuList.spec.js.snap +8 -8
  347. package/src/components/menu/index.js +23 -23
  348. package/src/components/message/Message.spec.js +28 -28
  349. package/src/components/message/Message.vue +55 -60
  350. package/src/components/message/__snapshots__/Message.spec.js.snap +9 -9
  351. package/src/components/message/index.js +17 -17
  352. package/src/components/modal/Modal.spec.js +108 -108
  353. package/src/components/modal/Modal.vue +305 -305
  354. package/src/components/modal/__snapshots__/Modal.spec.js.snap +10 -10
  355. package/src/components/modal/index.js +61 -61
  356. package/src/components/navbar/NavBar.spec.js +75 -75
  357. package/src/components/navbar/{NavbarBurger.spec.js → NavBarBurger.spec.js} +28 -28
  358. package/src/components/navbar/NavBarItem.spec.js +81 -81
  359. package/src/components/navbar/Navbar.vue +251 -251
  360. package/src/components/navbar/NavbarBurger.vue +27 -27
  361. package/src/components/navbar/NavbarDropdown.spec.js +35 -35
  362. package/src/components/navbar/NavbarDropdown.vue +106 -102
  363. package/src/components/navbar/NavbarItem.vue +74 -74
  364. package/src/components/navbar/__snapshots__/NavBar.spec.js.snap +11 -11
  365. package/src/components/navbar/__snapshots__/NavBarBurger.spec.js.snap +3 -3
  366. package/src/components/navbar/__snapshots__/NavbarDropdown.spec.js.snap +7 -7
  367. package/src/components/navbar/index.js +23 -23
  368. package/src/components/notification/Notification.spec.js +19 -19
  369. package/src/components/notification/Notification.vue +59 -59
  370. package/src/components/notification/NotificationNotice.vue +42 -42
  371. package/src/components/notification/__snapshots__/Notification.spec.js.snap +8 -8
  372. package/src/components/notification/index.js +66 -66
  373. package/src/components/numberinput/Numberinput.spec.js +334 -272
  374. package/src/components/numberinput/Numberinput.vue +316 -307
  375. package/src/components/numberinput/index.js +17 -17
  376. package/src/components/pagination/Pagination.spec.js +86 -86
  377. package/src/components/pagination/Pagination.vue +418 -328
  378. package/src/components/pagination/PaginationButton.spec.js +39 -39
  379. package/src/components/pagination/PaginationButton.vue +50 -50
  380. package/src/components/pagination/__snapshots__/Pagination.spec.js.snap +18 -18
  381. package/src/components/pagination/__snapshots__/PaginationButton.spec.js.snap +3 -3
  382. package/src/components/pagination/index.js +20 -20
  383. package/src/components/progress/Progress.spec.js +82 -82
  384. package/src/components/progress/Progress.vue +143 -143
  385. package/src/components/progress/ProgressBar.spec.js +26 -26
  386. package/src/components/progress/ProgressBar.vue +57 -57
  387. package/src/components/progress/__snapshots__/Progress.spec.js.snap +7 -7
  388. package/src/components/progress/__snapshots__/ProgressBar.spec.js.snap +7 -7
  389. package/src/components/progress/index.js +20 -20
  390. package/src/components/radio/Radio.spec.js +40 -40
  391. package/src/components/radio/Radio.vue +30 -30
  392. package/src/components/radio/RadioButton.spec.js +40 -40
  393. package/src/components/radio/RadioButton.vue +61 -61
  394. package/src/components/radio/__snapshots__/Radio.spec.js.snap +3 -3
  395. package/src/components/radio/__snapshots__/RadioButton.spec.js.snap +3 -3
  396. package/src/components/radio/index.js +20 -20
  397. package/src/components/rate/Rate.spec.js +88 -88
  398. package/src/components/rate/Rate.vue +142 -142
  399. package/src/components/rate/index.js +17 -17
  400. package/src/components/select/Select.spec.js +31 -31
  401. package/src/components/select/Select.vue +99 -99
  402. package/src/components/select/__snapshots__/Select.spec.js.snap +7 -7
  403. package/src/components/select/index.js +17 -17
  404. package/src/components/sidebar/Sidebar.spec.js +113 -113
  405. package/src/components/sidebar/Sidebar.vue +305 -305
  406. package/src/components/sidebar/__snapshots__/Sidebar.spec.js.snap +19 -19
  407. package/src/components/sidebar/index.js +17 -17
  408. package/src/components/skeleton/Skeleton.spec.js +14 -14
  409. package/src/components/skeleton/Skeleton.vue +63 -63
  410. package/src/components/skeleton/__snapshots__/Skeleton.spec.js.snap +7 -7
  411. package/src/components/skeleton/index.js +17 -17
  412. package/src/components/slider/Slider.spec.js +106 -106
  413. package/src/components/slider/Slider.vue +313 -313
  414. package/src/components/slider/SliderThumb.spec.js +99 -99
  415. package/src/components/slider/SliderThumb.vue +227 -227
  416. package/src/components/slider/SliderTick.spec.js +29 -29
  417. package/src/components/slider/SliderTick.vue +43 -43
  418. package/src/components/slider/__snapshots__/Slider.spec.js.snap +12 -12
  419. package/src/components/slider/__snapshots__/SliderThumb.spec.js.snap +11 -11
  420. package/src/components/slider/__snapshots__/SliderTick.spec.js.snap +7 -7
  421. package/src/components/slider/index.js +20 -20
  422. package/src/components/snackbar/Snackbar.spec.js +35 -35
  423. package/src/components/snackbar/Snackbar.vue +72 -72
  424. package/src/components/snackbar/__snapshots__/Snackbar.spec.js.snap +9 -9
  425. package/src/components/snackbar/index.js +62 -61
  426. package/src/components/steps/StepItem.spec.js +72 -72
  427. package/src/components/steps/StepItem.vue +21 -21
  428. package/src/components/steps/Steps.spec.js +134 -134
  429. package/src/components/steps/Steps.vue +254 -254
  430. package/src/components/steps/__snapshots__/StepItem.spec.js.snap +3 -3
  431. package/src/components/steps/__snapshots__/Steps.spec.js.snap +34 -34
  432. package/src/components/steps/index.js +20 -20
  433. package/src/components/switch/Switch.spec.js +74 -74
  434. package/src/components/switch/Switch.vue +126 -126
  435. package/src/components/switch/__snapshots__/Switch.spec.js.snap +3 -3
  436. package/src/components/switch/index.js +17 -17
  437. package/src/components/table/Table.spec.js +240 -226
  438. package/src/components/table/Table.vue +1432 -1409
  439. package/src/components/table/TableColumn.spec.js +27 -27
  440. package/src/components/table/TableColumn.vue +118 -118
  441. package/src/components/table/TableMobileSort.spec.js +40 -40
  442. package/src/components/table/TableMobileSort.vue +189 -189
  443. package/src/components/table/TablePagination.vue +78 -70
  444. package/src/components/table/__snapshots__/Table.spec.js.snap +22 -22
  445. package/src/components/table/__snapshots__/TableMobileSort.spec.js.snap +14 -14
  446. package/src/components/table/index.js +25 -25
  447. package/src/components/tabs/TabItem.spec.js +143 -143
  448. package/src/components/tabs/TabItem.vue +17 -17
  449. package/src/components/tabs/Tabs.spec.js +121 -121
  450. package/src/components/tabs/Tabs.vue +185 -183
  451. package/src/components/tabs/__snapshots__/TabItem.spec.js.snap +3 -3
  452. package/src/components/tabs/__snapshots__/Tabs.spec.js.snap +27 -27
  453. package/src/components/tabs/index.js +20 -20
  454. package/src/components/tag/Tag.spec.js +32 -32
  455. package/src/components/tag/Tag.vue +110 -110
  456. package/src/components/tag/Taglist.spec.js +19 -19
  457. package/src/components/tag/Taglist.vue +14 -14
  458. package/src/components/tag/__snapshots__/Tag.spec.js.snap +6 -6
  459. package/src/components/tag/__snapshots__/Taglist.spec.js.snap +3 -3
  460. package/src/components/tag/index.js +20 -20
  461. package/src/components/taginput/Taginput.spec.js +92 -92
  462. package/src/components/taginput/Taginput.vue +373 -373
  463. package/src/components/taginput/__snapshots__/Taginput.spec.js.snap +10 -10
  464. package/src/components/taginput/index.js +17 -17
  465. package/src/components/timepicker/Timepicker.spec.js +34 -34
  466. package/src/components/timepicker/Timepicker.vue +162 -162
  467. package/src/components/timepicker/__snapshots__/Timepicker.spec.js.snap +242 -271
  468. package/src/components/timepicker/index.js +17 -17
  469. package/src/components/toast/Toast.spec.js +20 -20
  470. package/src/components/toast/Toast.vue +36 -36
  471. package/src/components/toast/__snapshots__/Toast.spec.js.snap +7 -7
  472. package/src/components/toast/index.js +60 -60
  473. package/src/components/tooltip/Tooltip.spec.js +19 -19
  474. package/src/components/tooltip/Tooltip.vue +255 -255
  475. package/src/components/tooltip/__snapshots__/Tooltip.spec.js.snap +3 -3
  476. package/src/components/tooltip/index.js +17 -17
  477. package/src/components/upload/Upload.spec.js +19 -19
  478. package/src/components/upload/Upload.vue +183 -171
  479. package/src/components/upload/__snapshots__/Upload.spec.js.snap +3 -3
  480. package/src/components/upload/index.js +17 -17
  481. package/src/directives/clickOutside.js +81 -81
  482. package/src/directives/trapFocus.js +59 -59
  483. package/src/index.js +40 -40
  484. package/src/scss/buefy-build.scss +6 -6
  485. package/src/scss/buefy.scss +39 -38
  486. package/src/scss/components/_autocomplete.scss +39 -39
  487. package/src/scss/components/_carousel.scss +204 -204
  488. package/src/scss/components/_checkbox.scss +106 -106
  489. package/src/scss/components/_clockpicker.scss +283 -283
  490. package/src/scss/components/_collapse.scss +9 -9
  491. package/src/scss/components/_colorpicker.scss +283 -0
  492. package/src/scss/components/_datepicker.scss +220 -220
  493. package/src/scss/components/_dialog.scss +54 -54
  494. package/src/scss/components/_dropdown.scss +135 -135
  495. package/src/scss/components/_form.scss +309 -309
  496. package/src/scss/components/_icon.scss +16 -16
  497. package/src/scss/components/_image.scss +20 -20
  498. package/src/scss/components/_loading.scss +45 -45
  499. package/src/scss/components/_menu.scss +10 -10
  500. package/src/scss/components/_message.scss +10 -10
  501. package/src/scss/components/_modal.scss +24 -24
  502. package/src/scss/components/_navbar.scss +22 -22
  503. package/src/scss/components/_notices.scss +144 -144
  504. package/src/scss/components/_notification.scss +8 -8
  505. package/src/scss/components/_numberinput.scss +33 -33
  506. package/src/scss/components/_pagination.scss +63 -25
  507. package/src/scss/components/_progress.scss +105 -105
  508. package/src/scss/components/_radio.scss +120 -120
  509. package/src/scss/components/_rate.scss +72 -72
  510. package/src/scss/components/_select.scss +38 -38
  511. package/src/scss/components/_sidebar.scss +98 -98
  512. package/src/scss/components/_skeleton.scss +66 -66
  513. package/src/scss/components/_slider.scss +162 -162
  514. package/src/scss/components/_steps.scss +491 -491
  515. package/src/scss/components/_switch.scss +214 -214
  516. package/src/scss/components/_table.scss +278 -278
  517. package/src/scss/components/_tabs.scss +197 -197
  518. package/src/scss/components/_tag.scss +27 -27
  519. package/src/scss/components/_taginput.scss +73 -73
  520. package/src/scss/components/_timepicker.scss +73 -73
  521. package/src/scss/components/_tooltip.scss +192 -192
  522. package/src/scss/components/_upload.scss +73 -73
  523. package/src/scss/utils/_all.scss +4 -4
  524. package/src/scss/utils/_animations.scss +183 -183
  525. package/src/scss/utils/_functions.scss +49 -49
  526. package/src/scss/utils/_helpers.scss +6 -6
  527. package/src/scss/utils/_variables-ext.scss +2 -2
  528. package/src/scss/utils/_variables.scss +16 -16
  529. package/src/utils/CheckRadioMixin.js +41 -41
  530. package/src/utils/CheckRadioMixin.spec.js +24 -24
  531. package/src/utils/ConfigComponent.js +11 -11
  532. package/src/utils/FormElementMixin.js +171 -171
  533. package/src/utils/FormElementMixin.spec.js +41 -41
  534. package/src/utils/InjectedChildMixin.js +36 -36
  535. package/src/utils/MessageMixin.js +139 -138
  536. package/src/utils/MessageMixin.spec.js +52 -52
  537. package/src/utils/NoticeMixin.js +171 -175
  538. package/src/utils/NoticeMixin.spec.js +51 -51
  539. package/src/utils/ProviderParentMixin.js +83 -83
  540. package/src/utils/SlotComponent.js +51 -51
  541. package/src/utils/SlotComponent.spec.js +136 -136
  542. package/src/utils/TabbedChildMixin.js +88 -88
  543. package/src/utils/TabbedMixin.js +145 -145
  544. package/src/utils/TimepickerMixin.js +718 -718
  545. package/src/utils/TimepickerMixin.spec.js +82 -82
  546. package/src/utils/color.js +441 -0
  547. package/src/utils/color.spec.js +52 -0
  548. package/src/utils/config.js +85 -85
  549. package/src/utils/config.spec.js +10 -10
  550. package/src/utils/debounce.js +15 -15
  551. package/src/utils/debounce.spec.js +52 -52
  552. package/src/utils/helpers.js +307 -292
  553. package/src/utils/helpers.spec.js +146 -146
  554. package/src/utils/icons.js +57 -57
  555. package/src/utils/plugins.js +15 -15
  556. package/src/utils/ssr.js +6 -6
  557. package/types/components.d.ts +443 -438
  558. package/types/helpers.d.ts +5 -4
  559. package/types/index.d.ts +44 -44
  560. package/dist/cjs/chunk-92621ff7.js +0 -141
  561. package/dist/esm/chunk-2452e3d3.js +0 -134
package/CHANGELOG.md CHANGED
@@ -1,7 +1,65 @@
1
1
  # Buefy Changelog
2
2
 
3
+ ## 0.9.15
4
+
5
+ ### New features
6
+
7
+ * **New component: Colorpicker**, [see docs](https://buefy.org/documentation/colorpicker) (thanks @Mars073)
8
+ * Add year to ``week-number-click`` event (thanks @geeksilva97)
9
+ * Add ``icon-size`` prop to notification (thanks @matt3188)
10
+ * Add **page input** to pagination and table (thanks @chadlafontaine)
11
+ * Allow any keyword as step of numberinput (thanks @OrestHk)
12
+
13
+ ### Fixes
14
+
15
+ * Fix #3614 display zero in numberinput (thanks @rockandre)
16
+ * Fix #3649 datetimepicker parser when minute is 59
17
+ * Fix #3663 increment/decrement when v-model is null/undefined
18
+ * Fix #3664 clip when mobile dropdown is active as modal (thanks @Jimmar)
19
+ * Fix reset multi-sort table (thanks @nimaebra)
20
+ * Fix tooltip span to div, w3 validation (thanks @nimbleStalker)
21
+
22
+ ## 0.9.14
23
+
24
+ ### New features
25
+
26
+ * Add normalize string for search in tables (thanks @matheushahnn)
27
+ * Add year to ``week-number-click`` event (thanks @geeksilva97)
28
+ * Add ``start`` and ``end`` slot to tabs
29
+ * Add ``active-change`` event to navbar dropdown (thanks @arusahni)
30
+
31
+ ### Fixes
32
+
33
+ * Fix table sort when null values (thanks @Ryan-Case-SingleStone)
34
+ * Fix queue notification (thanks @geeksilva97)
35
+ * Fix upload validation (thanks @l1bra2013)
36
+ * Fix #3599 table using multiple column filters
37
+ * Fix #3624 reset hovered autocomplete
38
+
39
+ ## 0.9.13
40
+
41
+ ## Fixes
42
+
43
+ * Fix reset type and message when inner field
44
+
45
+ ## 0.9.12
46
+
47
+ ## Fixes
48
+
49
+ * Fix #3571 `custom-class` prop to image
50
+ * Fix #3572 datepicker timezone
51
+ * Fix #3577 field loop using message
52
+
3
53
  ## 0.9.11
4
54
 
55
+ ### New features
56
+
57
+ * **New component: Breadcrumb**, [see docs](https://buefy.org/documentation/breadcrumb) (thanks @mouadTaoussi)
58
+ * Add progress bar (remaining time to close) to notification (thanks @mouadTaoussi)
59
+ * Add ``selectable-header`` and ``selectable-footer`` props to autocomplete (thanks @JDurman)
60
+ * Add ``close-button-aria-label`` prop to modal (thanks @tcitworld)
61
+ * Add navbar burger and dropdowns to be focusable and keyboard selectable (thanks @tcitworld)
62
+
5
63
  ### Fixes
6
64
 
7
65
  * Fix stay open on mouse click when autocomplete is keep-open
@@ -15,14 +73,6 @@
15
73
  * Fix #3277 avoid to emit event when ``clear-on-select``
16
74
  * Fix #3418 timepicker hour 12 displayed as 0 (thanks @cain)
17
75
 
18
- ### New features
19
-
20
- * **New component: Breadcrumb**, [see docs](https://buefy.org/documentation/breadcrumb) (thanks @mouadTaoussi)
21
- * Add progress bar (remaining time to close) to notification (thanks @mouadTaoussi)
22
- * Add ``selectable-header`` and ``selectable-footer`` props to autocomplete (thanks @JDurman)
23
- * Add ``close-button-aria-label`` prop to modal (thanks @tcitworld)
24
- * Add navbar burger and dropdowns to be focusable and keyboard selectable (thanks @tcitworld)
25
-
26
76
  ## 0.9.10
27
77
 
28
78
  ### Fixes
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2017-2019 Rafael Beraldo
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2017-2019 Rafael Beraldo
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,139 +1,139 @@
1
- <p align="center">
2
- <a href="https://buefy.org">
3
- <img src="https://raw.githubusercontent.com/buefy/buefy/master/static/img/buefy-banner.png" />
4
- </a>
5
- <a href="https://github.com/buefy/buefy/releases"><img src="https://img.shields.io/github/v/release/buefy/buefy?logo=buefy&color=7957d5&labelColor=lightgrey" /></a>
6
- <a href="https://www.npmjs.com/package/buefy"><img src="https://img.shields.io/npm/v/buefy.svg?logo=npm" /></a>
7
- <a href="https://www.npmjs.com/package/buefy"><img src="https://img.shields.io/npm/dt/buefy.svg" /></a>
8
- <a href="https://circleci.com/gh/buefy/buefy"><img src="https://img.shields.io/circleci/project/github/buefy/buefy.svg?style=flat-square" /></a>
9
- <a href="https://codecov.io/gh/buefy/buefy"><img src="https://img.shields.io/codecov/c/github/buefy/buefy.svg?style=flat-square" /></a>
10
- <a href="https://discordapp.com/invite/ZkdFJMr"><img src="https://img.shields.io/badge/chat-on%20discord-7289DA.svg?logo=discord" /></a>
11
- <a href="https://buefy.org"><img src="https://img.shields.io/badge/code_style-buefy-7957d5.svg?style=flat-square" /></a>
12
- </p>
13
-
14
- > Buefy is a lightweight library of responsive UI components for [Vue.js](https://vuejs.org/) based on [Bulma](http://bulma.io/) framework and design.
15
-
16
- ## Features
17
-
18
- * Keep your current Bulma theme / variables easily
19
- * Supports both [Material Design Icons](https://materialdesignicons.com/) and [FontAwesome](http://fontawesome.io/)
20
- * Very lightweight with none internal dependencies aside from Vue & Bulma
21
- * About 88KB min+gzip (with Bulma included)
22
- * Semantic code output
23
- * Follows Bulma design and some of the [Material Design UX](https://material.io/)
24
- * Focus on usability and performance without *over-animating* stuff
25
-
26
- ## Documentation
27
-
28
- The documentation is in the docs directory, it serves as the demo as well.
29
-
30
- Browse [online documentation here](https://buefy.org/).
31
-
32
- ## Quick start
33
-
34
- You need [Vue.js](https://vuejs.org/) **version 2.6+**.
35
-
36
- ### 1 Install via npm
37
-
38
- ```bash
39
- npm install buefy
40
- ```
41
-
42
- ### 2 Import and use Buefy
43
-
44
- Bundle
45
- ```javascript
46
- import Vue from 'vue';
47
- import Buefy from 'buefy';
48
- import 'buefy/dist/buefy.css';
49
-
50
- Vue.use(Buefy);
51
-
52
- ```
53
- or Individual Components
54
- ```javascript
55
-
56
- import Vue from 'vue'
57
- import { Field, Input } from 'buefy'
58
- import 'buefy/dist/buefy.css'
59
-
60
- Vue.use(Field)
61
- Vue.use(Input)
62
-
63
- ```
64
-
65
- ### 3 Include Material Design Icons
66
-
67
- ```html
68
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@5.8.55/css/materialdesignicons.min.css">
69
- ```
70
-
71
- If you want to customize the icons or the theme, refer to the [customization section on the documentation](https://buefy.org/documentation/customization).
72
-
73
- ### Alternatively, you can use a CDN or even download
74
-
75
- ```html
76
- <!-- Buefy CSS -->
77
- <link rel="stylesheet" href="https://unpkg.com/buefy/dist/buefy.min.css">
78
-
79
- <!-- Buefy JavaScript -->
80
- <script src="https://unpkg.com/buefy/dist/buefy.min.js"></script>
81
- ```
82
-
83
- ## Browser support
84
-
85
- Recent versions of Firefox, Chrome, Edge, Opera and Safari. IE10+ is only partially supported.
86
-
87
- ## Contributing
88
-
89
- Please see the [contributing guidelines](./.github/CONTRIBUTING.md)
90
-
91
- ## Versioning
92
-
93
- Version will follow **v0.Y.Z**, where:
94
-
95
- * **Y**: Major (breaking changes)
96
- * **Z**: Minor or patch
97
-
98
- ## Core Team
99
-
100
- <table>
101
- <tr>
102
- <td align="center"><a href="https://twitter.com/walter_tommasi"><img src="https://avatars0.githubusercontent.com/u/8029488?v=4" width="80px;" alt=""/><br /><sub><b>Walter Tommasi</b></sub></a><br /></td>
103
- </tr>
104
- </table>
105
-
106
- Special thanks to <a href="http://twitter.com/rafaelpimpa">Rafael Beraldo</a>, the original author.
107
-
108
- ## Contributors ✨
109
-
110
- Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
111
-
112
- <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
113
- <!-- prettier-ignore-start -->
114
- <!-- markdownlint-disable -->
115
- <table>
116
- <tr>
117
- <td align="center"><a href="http://twitter.com/rafaelpimpa"><img src="https://avatars2.githubusercontent.com/u/18370605?v=4" width="80px;" alt=""/><br /><sub><b>Rafael Beraldo</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=rafaelpimpa" title="Code">💻</a></td>
118
- <td align="center"><a href="https://edutechno.ca"><img src="https://avatars1.githubusercontent.com/u/12817388?v=4" width="80px;" alt=""/><br /><sub><b>Alexandre Paradis</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=service-paradis" title="Code">💻</a></td>
119
- <td align="center"><a href="https://github.com/yxngl"><img src="https://avatars0.githubusercontent.com/u/1696853?v=4" width="80px;" alt=""/><br /><sub><b>Yuxing Liao</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=yxngl" title="Code">💻</a></td>
120
- <td align="center"><a href="https://github.com/adrlen"><img src="https://avatars2.githubusercontent.com/u/1764097?v=4" width="80px;" alt=""/><br /><sub><b>Adrien</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=adrlen" title="Code">💻</a></td>
121
- <td align="center"><a href="http://paypal.me/apolokak"><img src="https://avatars2.githubusercontent.com/u/30395693?v=4" width="80px;" alt=""/><br /><sub><b>Apolokak Lab</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=apolokaklab" title="Code">💻</a></td>
122
- <td align="center"><a href="http://owen.com.br"><img src="https://avatars1.githubusercontent.com/u/1490347?v=4" width="80px;" alt=""/><br /><sub><b>Antério Vieira</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=anteriovieira" title="Code">💻</a></td>
123
- <td align="center"><a href="https://github.com/wanxe"><img src="https://avatars3.githubusercontent.com/u/10264065?v=4" width="80px;" alt=""/><br /><sub><b>Jorge Nieto</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=wanxe" title="Code">💻</a></td>
124
- <td align="center"><a href="https://github.com/mateuswetah"><img src="https://avatars0.githubusercontent.com/u/1184874?v=4" width="80px;" alt=""/><br /><sub><b>Mateus Machado Luna</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=mateuswetah" title="Code">💻</a></td>
125
- </tr>
126
- <tr>
127
- <td align="center"><a href="https://github.com/buefy/buefy/graphs/contributors"><br /><sub><b>All contributors</b></sub></a><br /></td>
128
- </tr>
129
- </table>
130
-
131
- <!-- markdownlint-enable -->
132
- <!-- prettier-ignore-end -->
133
- <!-- ALL-CONTRIBUTORS-LIST:END -->
134
-
135
- This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
136
-
137
- ## License <a href="https://github.com/buefy/buefy/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/buefy.svg?logo=github" /></a>
138
-
139
- Code released under [MIT](https://github.com/buefy/buefy/blob/master/LICENSE) license.
1
+ <p align="center">
2
+ <a href="https://buefy.org">
3
+ <img src="https://raw.githubusercontent.com/buefy/buefy/master/static/img/buefy-banner.png" />
4
+ </a>
5
+ <a href="https://github.com/buefy/buefy/releases"><img src="https://img.shields.io/github/v/release/buefy/buefy?logo=buefy&color=7957d5&labelColor=lightgrey" /></a>
6
+ <a href="https://www.npmjs.com/package/buefy"><img src="https://img.shields.io/npm/v/buefy.svg?logo=npm" /></a>
7
+ <a href="https://www.npmjs.com/package/buefy"><img src="https://img.shields.io/npm/dt/buefy.svg" /></a>
8
+ <a href="https://circleci.com/gh/buefy/buefy"><img src="https://img.shields.io/circleci/project/github/buefy/buefy.svg?style=flat-square" /></a>
9
+ <a href="https://codecov.io/gh/buefy/buefy"><img src="https://img.shields.io/codecov/c/github/buefy/buefy.svg?style=flat-square" /></a>
10
+ <a href="https://discordapp.com/invite/ZkdFJMr"><img src="https://img.shields.io/badge/chat-on%20discord-7289DA.svg?logo=discord" /></a>
11
+ <a href="https://buefy.org"><img src="https://img.shields.io/badge/code_style-buefy-7957d5.svg?style=flat-square" /></a>
12
+ </p>
13
+
14
+ > Buefy is a lightweight library of responsive UI components for [Vue.js](https://vuejs.org/) based on [Bulma](http://bulma.io/) framework and design.
15
+
16
+ ## Features
17
+
18
+ * Keep your current Bulma theme / variables easily
19
+ * Supports both [Material Design Icons](https://materialdesignicons.com/) and [FontAwesome](http://fontawesome.io/)
20
+ * Very lightweight with none internal dependencies aside from Vue & Bulma
21
+ * About 88KB min+gzip (with Bulma included)
22
+ * Semantic code output
23
+ * Follows Bulma design and some of the [Material Design UX](https://material.io/)
24
+ * Focus on usability and performance without *over-animating* stuff
25
+
26
+ ## Documentation
27
+
28
+ The documentation is in the docs directory, it serves as the demo as well.
29
+
30
+ Browse [online documentation here](https://buefy.org/).
31
+
32
+ ## Quick start
33
+
34
+ You need [Vue.js](https://vuejs.org/) **version 2.6+**. (Vue 3 is [not supported](https://github.com/buefy/buefy/issues/2505#issuecomment-997000720))
35
+
36
+ ### 1 Install via npm
37
+
38
+ ```bash
39
+ npm install buefy
40
+ ```
41
+
42
+ ### 2 Import and use Buefy
43
+
44
+ Bundle
45
+ ```javascript
46
+ import Vue from 'vue';
47
+ import Buefy from 'buefy';
48
+ import 'buefy/dist/buefy.css';
49
+
50
+ Vue.use(Buefy);
51
+
52
+ ```
53
+ or Individual Components
54
+ ```javascript
55
+
56
+ import Vue from 'vue'
57
+ import { Field, Input } from 'buefy'
58
+ import 'buefy/dist/buefy.css'
59
+
60
+ Vue.use(Field)
61
+ Vue.use(Input)
62
+
63
+ ```
64
+
65
+ ### 3 Include Material Design Icons
66
+
67
+ ```html
68
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@5.8.55/css/materialdesignicons.min.css">
69
+ ```
70
+
71
+ If you want to customize the icons or the theme, refer to the [customization section on the documentation](https://buefy.org/documentation/customization).
72
+
73
+ ### Alternatively, you can use a CDN or even download
74
+
75
+ ```html
76
+ <!-- Buefy CSS -->
77
+ <link rel="stylesheet" href="https://unpkg.com/buefy/dist/buefy.min.css">
78
+
79
+ <!-- Buefy JavaScript -->
80
+ <script src="https://unpkg.com/buefy/dist/buefy.min.js"></script>
81
+ ```
82
+
83
+ ## Browser support
84
+
85
+ Recent versions of Firefox, Chrome, Edge, Opera and Safari. IE10+ is only partially supported.
86
+
87
+ ## Contributing
88
+
89
+ Please see the [contributing guidelines](./.github/CONTRIBUTING.md)
90
+
91
+ ## Versioning
92
+
93
+ Version will follow **v0.Y.Z**, where:
94
+
95
+ * **Y**: Major (breaking changes)
96
+ * **Z**: Minor or patch
97
+
98
+ ## Core Team
99
+
100
+ <table>
101
+ <tr>
102
+ <td align="center"><a href="https://twitter.com/walter_tommasi"><img src="https://avatars0.githubusercontent.com/u/8029488?v=4" width="80px;" alt=""/><br /><sub><b>Walter Tommasi</b></sub></a><br /></td>
103
+ </tr>
104
+ </table>
105
+
106
+ Special thanks to <a href="http://twitter.com/rafaelpimpa">Rafael Beraldo</a>, the original author.
107
+
108
+ ## Contributors ✨
109
+
110
+ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
111
+
112
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
113
+ <!-- prettier-ignore-start -->
114
+ <!-- markdownlint-disable -->
115
+ <table>
116
+ <tr>
117
+ <td align="center"><a href="http://twitter.com/rafaelpimpa"><img src="https://avatars2.githubusercontent.com/u/18370605?v=4" width="80px;" alt=""/><br /><sub><b>Rafael Beraldo</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=rafaelpimpa" title="Code">💻</a></td>
118
+ <td align="center"><a href="https://edutechno.ca"><img src="https://avatars1.githubusercontent.com/u/12817388?v=4" width="80px;" alt=""/><br /><sub><b>Alexandre Paradis</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=service-paradis" title="Code">💻</a></td>
119
+ <td align="center"><a href="https://github.com/yxngl"><img src="https://avatars0.githubusercontent.com/u/1696853?v=4" width="80px;" alt=""/><br /><sub><b>Yuxing Liao</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=yxngl" title="Code">💻</a></td>
120
+ <td align="center"><a href="https://github.com/adrlen"><img src="https://avatars2.githubusercontent.com/u/1764097?v=4" width="80px;" alt=""/><br /><sub><b>Adrien</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=adrlen" title="Code">💻</a></td>
121
+ <td align="center"><a href="http://paypal.me/apolokak"><img src="https://avatars2.githubusercontent.com/u/30395693?v=4" width="80px;" alt=""/><br /><sub><b>Apolokak Lab</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=apolokaklab" title="Code">💻</a></td>
122
+ <td align="center"><a href="http://owen.com.br"><img src="https://avatars1.githubusercontent.com/u/1490347?v=4" width="80px;" alt=""/><br /><sub><b>Antério Vieira</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=anteriovieira" title="Code">💻</a></td>
123
+ <td align="center"><a href="https://github.com/wanxe"><img src="https://avatars3.githubusercontent.com/u/10264065?v=4" width="80px;" alt=""/><br /><sub><b>Jorge Nieto</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=wanxe" title="Code">💻</a></td>
124
+ <td align="center"><a href="https://github.com/mateuswetah"><img src="https://avatars0.githubusercontent.com/u/1184874?v=4" width="80px;" alt=""/><br /><sub><b>Mateus Machado Luna</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=mateuswetah" title="Code">💻</a></td>
125
+ </tr>
126
+ <tr>
127
+ <td align="center"><a href="https://github.com/buefy/buefy/graphs/contributors"><br /><sub><b>All contributors</b></sub></a><br /></td>
128
+ </tr>
129
+ </table>
130
+
131
+ <!-- markdownlint-enable -->
132
+ <!-- prettier-ignore-end -->
133
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
134
+
135
+ This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
136
+
137
+ ## License <a href="https://github.com/buefy/buefy/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/buefy.svg?logo=github" /></a>
138
+
139
+ Code released under [MIT](https://github.com/buefy/buefy/blob/master/LICENSE) license.