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.
- package/CHANGELOG.md +58 -8
- package/LICENSE +21 -21
- package/README.md +139 -139
- package/dist/buefy.css +313 -1
- package/dist/buefy.esm.js +6748 -4657
- package/dist/buefy.esm.min.js +2 -2
- package/dist/buefy.js +6784 -4690
- package/dist/buefy.min.css +1 -1
- package/dist/buefy.min.js +2 -2
- package/dist/cjs/autocomplete.js +5 -5
- package/dist/cjs/button.js +6 -107
- package/dist/cjs/carousel.js +21 -19
- package/dist/cjs/checkbox.js +5 -5
- package/dist/cjs/{chunk-eec653c0.js → chunk-002537c9.js} +15 -15
- package/dist/cjs/{chunk-93375e49.js → chunk-02ea522d.js} +7 -7
- package/dist/cjs/{chunk-6a1bcdab.js → chunk-19c14f30.js} +14 -14
- package/dist/cjs/{chunk-8b8384ca.js → chunk-1f7d7e31.js} +2 -2
- package/dist/cjs/{chunk-379c378c.js → chunk-25408900.js} +8 -8
- package/dist/cjs/{chunk-e28fd249.js → chunk-3242100a.js} +7 -7
- package/dist/cjs/{chunk-9498c0aa.js → chunk-33e65bcc.js} +9 -9
- package/dist/cjs/{chunk-0abd2223.js → chunk-35ce5cba.js} +2 -2
- package/dist/cjs/{chunk-06d098cc.js → chunk-3b791ad4.js} +17 -17
- package/dist/cjs/chunk-45739695.js +332 -0
- package/dist/cjs/{chunk-bfcad370.js → chunk-46a2f564.js} +5 -5
- package/dist/cjs/chunk-48501f31.js +314 -0
- package/dist/cjs/{chunk-0655ffed.js → chunk-592c7eb7.js} +25 -23
- package/dist/cjs/{chunk-aed1b295.js → chunk-596ef6cb.js} +19 -3
- package/dist/cjs/{chunk-b12ed562.js → chunk-64612b38.js} +38 -25
- package/dist/cjs/{chunk-70f5dcdb.js → chunk-688c0e84.js} +1 -8
- package/dist/cjs/chunk-8dd3848f.js +110 -0
- package/dist/cjs/{chunk-64d0a112.js → chunk-9a5bee11.js} +19 -19
- package/dist/cjs/{chunk-bf413553.js → chunk-a18d4d4d.js} +6 -6
- package/dist/cjs/{chunk-5697b125.js → chunk-bd0646c7.js} +16 -15
- package/dist/cjs/{chunk-d29e8a35.js → chunk-bef674a8.js} +0 -0
- package/dist/cjs/{chunk-09aa7c88.js → chunk-c80cb851.js} +8 -8
- package/dist/cjs/{chunk-a344c433.js → chunk-e60d9ba4.js} +23 -23
- package/dist/cjs/{chunk-28e5bfba.js → chunk-e639659a.js} +54 -54
- package/dist/cjs/{chunk-be40f53e.js → chunk-e670239b.js} +130 -44
- package/dist/cjs/clockpicker.js +10 -10
- package/dist/cjs/collapse.js +2 -2
- package/dist/cjs/colorpicker.js +1752 -0
- package/dist/cjs/config.js +1 -1
- package/dist/cjs/datepicker.js +11 -11
- package/dist/cjs/datetimepicker.js +35 -20
- package/dist/cjs/dialog.js +19 -17
- package/dist/cjs/dropdown.js +7 -7
- package/dist/cjs/field.js +4 -4
- package/dist/cjs/helpers.js +72 -53
- package/dist/cjs/icon.js +2 -2
- package/dist/cjs/image.js +6 -311
- package/dist/cjs/index.js +30 -23
- package/dist/cjs/input.js +4 -4
- package/dist/cjs/loading.js +5 -5
- package/dist/cjs/menu.js +2 -2
- package/dist/cjs/message.js +4 -9
- package/dist/cjs/modal.js +5 -5
- package/dist/cjs/navbar.js +12 -9
- package/dist/cjs/notification.js +7 -7
- package/dist/cjs/numberinput.js +36 -25
- package/dist/cjs/pagination.js +7 -7
- package/dist/cjs/progress.js +8 -8
- package/dist/cjs/radio.js +3 -3
- package/dist/cjs/rate.js +2 -2
- package/dist/cjs/select.js +6 -6
- package/dist/cjs/sidebar.js +16 -16
- package/dist/cjs/slider.js +5 -5
- package/dist/cjs/snackbar.js +8 -7
- package/dist/cjs/steps.js +25 -25
- package/dist/cjs/switch.js +2 -2
- package/dist/cjs/table.js +161 -154
- package/dist/cjs/tabs.js +9 -9
- package/dist/cjs/tag.js +3 -3
- package/dist/cjs/taginput.js +14 -14
- package/dist/cjs/timepicker.js +12 -12
- package/dist/cjs/toast.js +3 -3
- package/dist/cjs/tooltip.js +4 -4
- package/dist/cjs/upload.js +34 -20
- package/dist/components/autocomplete/index.js +57 -41
- package/dist/components/autocomplete/index.min.js +2 -2
- package/dist/components/breadcrumb/index.js +1 -1
- package/dist/components/breadcrumb/index.min.js +1 -1
- package/dist/components/button/index.js +9 -9
- package/dist/components/button/index.min.js +1 -1
- package/dist/components/carousel/index.js +388 -59
- package/dist/components/carousel/index.min.js +2 -2
- package/dist/components/checkbox/index.js +3 -3
- package/dist/components/checkbox/index.min.js +1 -1
- package/dist/components/clockpicker/index.js +137 -122
- package/dist/components/clockpicker/index.min.js +2 -2
- package/dist/components/collapse/index.js +3 -3
- package/dist/components/collapse/index.min.js +1 -1
- package/dist/components/colorpicker/index.js +4312 -0
- package/dist/components/colorpicker/index.min.js +2 -0
- package/dist/components/datepicker/index.js +176 -162
- package/dist/components/datepicker/index.min.js +2 -2
- package/dist/components/datetimepicker/index.js +221 -192
- package/dist/components/datetimepicker/index.min.js +2 -2
- package/dist/components/dialog/index.js +148 -45
- package/dist/components/dialog/index.min.js +2 -2
- package/dist/components/dropdown/index.js +43 -30
- package/dist/components/dropdown/index.min.js +2 -2
- package/dist/components/field/index.js +25 -23
- package/dist/components/field/index.min.js +2 -2
- package/dist/components/icon/index.js +9 -9
- package/dist/components/icon/index.min.js +1 -1
- package/dist/components/image/index.js +5 -5
- package/dist/components/image/index.min.js +2 -2
- package/dist/components/input/index.js +39 -39
- package/dist/components/input/index.min.js +1 -1
- package/dist/components/loading/index.js +9 -9
- package/dist/components/loading/index.min.js +1 -1
- package/dist/components/menu/index.js +9 -9
- package/dist/components/menu/index.min.js +1 -1
- package/dist/components/message/index.js +23 -27
- package/dist/components/message/index.min.js +2 -2
- package/dist/components/modal/index.js +16 -16
- package/dist/components/modal/index.min.js +1 -1
- package/dist/components/navbar/index.js +12 -9
- package/dist/components/navbar/index.min.js +2 -2
- package/dist/components/notification/index.js +25 -31
- package/dist/components/notification/index.min.js +2 -2
- package/dist/components/numberinput/index.js +71 -60
- package/dist/components/numberinput/index.min.js +2 -2
- package/dist/components/pagination/index.js +136 -51
- package/dist/components/pagination/index.min.js +2 -2
- package/dist/components/progress/index.js +15 -15
- package/dist/components/progress/index.min.js +2 -2
- package/dist/components/radio/index.js +3 -3
- package/dist/components/radio/index.min.js +1 -1
- package/dist/components/rate/index.js +9 -9
- package/dist/components/rate/index.min.js +1 -1
- package/dist/components/select/index.js +27 -27
- package/dist/components/select/index.min.js +1 -1
- package/dist/components/sidebar/index.js +16 -16
- package/dist/components/sidebar/index.min.js +1 -1
- package/dist/components/skeleton/index.js +1 -1
- package/dist/components/skeleton/index.min.js +1 -1
- package/dist/components/slider/index.js +16 -16
- package/dist/components/slider/index.min.js +2 -2
- package/dist/components/snackbar/index.js +9 -15
- package/dist/components/snackbar/index.min.js +2 -2
- package/dist/components/steps/index.js +53 -53
- package/dist/components/steps/index.min.js +1 -1
- package/dist/components/switch/index.js +3 -3
- package/dist/components/switch/index.min.js +1 -1
- package/dist/components/table/index.js +332 -222
- package/dist/components/table/index.min.js +2 -2
- package/dist/components/tabs/index.js +37 -37
- package/dist/components/tabs/index.min.js +2 -2
- package/dist/components/tag/index.js +6 -6
- package/dist/components/tag/index.min.js +1 -1
- package/dist/components/taginput/index.js +69 -53
- package/dist/components/taginput/index.min.js +2 -2
- package/dist/components/timepicker/index.js +141 -126
- package/dist/components/timepicker/index.min.js +2 -2
- package/dist/components/toast/index.js +4 -11
- package/dist/components/toast/index.min.js +2 -2
- package/dist/components/tooltip/index.js +8 -8
- package/dist/components/tooltip/index.min.js +2 -2
- package/dist/components/upload/index.js +45 -31
- package/dist/components/upload/index.min.js +2 -2
- package/dist/esm/autocomplete.js +6 -6
- package/dist/esm/button.js +6 -107
- package/dist/esm/carousel.js +19 -17
- package/dist/esm/checkbox.js +3 -3
- package/dist/esm/{chunk-e442eda2.js → chunk-091022ac.js} +0 -0
- package/dist/esm/{chunk-bd411d56.js → chunk-1128eb6f.js} +7 -7
- package/dist/esm/{chunk-2f2f0a74.js → chunk-1a4ba565.js} +5 -5
- package/dist/esm/{chunk-b4852031.js → chunk-1e6920ce.js} +53 -53
- package/dist/esm/{chunk-7722457c.js → chunk-2487b9fe.js} +8 -8
- package/dist/esm/{chunk-6d63b2e2.js → chunk-3d030b91.js} +14 -14
- package/dist/esm/chunk-455cdeae.js +317 -0
- package/dist/esm/{chunk-56fb1149.js → chunk-4a5ed20b.js} +130 -45
- package/dist/esm/{chunk-f59d32fc.js → chunk-71aa9de4.js} +25 -23
- package/dist/esm/{chunk-71e4d925.js → chunk-743f783c.js} +1 -8
- package/dist/esm/{chunk-38a670c0.js → chunk-7af12535.js} +7 -7
- package/dist/esm/chunk-7bf9c8ab.js +312 -0
- package/dist/esm/{chunk-78d65062.js → chunk-92a4051e.js} +23 -23
- package/dist/esm/{chunk-2793447b.js → chunk-a1a77ea5.js} +2 -2
- package/dist/esm/{chunk-97416146.js → chunk-a2afd253.js} +7 -7
- package/dist/esm/{chunk-2ef19b56.js → chunk-ad27431e.js} +6 -6
- package/dist/esm/{chunk-3e8228e8.js → chunk-b081344b.js} +19 -19
- package/dist/esm/{chunk-53975b6b.js → chunk-b58775cf.js} +19 -3
- package/dist/esm/{chunk-787011b8.js → chunk-b5f9de0c.js} +14 -14
- package/dist/esm/{chunk-9124d75e.js → chunk-c027b2ac.js} +6 -6
- package/dist/esm/{chunk-0f4ab6f5.js → chunk-c0f9c15a.js} +13 -13
- package/dist/esm/{chunk-e2606096.js → chunk-c807a518.js} +34 -21
- package/dist/esm/{chunk-93c50532.js → chunk-d0ee2c73.js} +16 -15
- package/dist/esm/chunk-d7f48187.js +108 -0
- package/dist/esm/{chunk-252f2b57.js → chunk-ff662954.js} +1 -1
- package/dist/esm/clockpicker.js +8 -8
- package/dist/esm/collapse.js +2 -2
- package/dist/esm/colorpicker.js +1748 -0
- package/dist/esm/config.js +1 -1
- package/dist/esm/datepicker.js +10 -10
- package/dist/esm/datetimepicker.js +34 -19
- package/dist/esm/dialog.js +16 -14
- package/dist/esm/dropdown.js +4 -4
- package/dist/esm/field.js +3 -3
- package/dist/esm/helpers.js +71 -54
- package/dist/esm/icon.js +3 -3
- package/dist/esm/image.js +6 -311
- package/dist/esm/index.js +97 -92
- package/dist/esm/input.js +5 -5
- package/dist/esm/loading.js +3 -3
- package/dist/esm/menu.js +2 -2
- package/dist/esm/message.js +3 -8
- package/dist/esm/modal.js +3 -3
- package/dist/esm/navbar.js +12 -9
- package/dist/esm/notification.js +5 -5
- package/dist/esm/numberinput.js +36 -25
- package/dist/esm/pagination.js +4 -4
- package/dist/esm/progress.js +6 -6
- package/dist/esm/radio.js +1 -1
- package/dist/esm/rate.js +2 -2
- package/dist/esm/select.js +5 -5
- package/dist/esm/sidebar.js +16 -16
- package/dist/esm/slider.js +4 -4
- package/dist/esm/snackbar.js +7 -6
- package/dist/esm/steps.js +23 -23
- package/dist/esm/switch.js +2 -2
- package/dist/esm/table.js +158 -151
- package/dist/esm/tabs.js +7 -7
- package/dist/esm/tag.js +2 -2
- package/dist/esm/taginput.js +13 -13
- package/dist/esm/timepicker.js +11 -11
- package/dist/esm/toast.js +2 -2
- package/dist/esm/tooltip.js +3 -3
- package/dist/esm/upload.js +32 -18
- package/dist/vetur/attributes.json +97 -1
- package/dist/vetur/tags.json +30 -1
- package/package.json +171 -171
- package/src/components/autocomplete/Autocomplete.spec.js +392 -392
- package/src/components/autocomplete/Autocomplete.vue +10 -0
- package/src/components/autocomplete/__snapshots__/Autocomplete.spec.js.snap +19 -19
- package/src/components/autocomplete/index.js +17 -17
- package/src/components/breadcrumb/Breadcrumb.spec.js +63 -63
- package/src/components/breadcrumb/Breadcrumb.vue +43 -43
- package/src/components/breadcrumb/BreadcrumbItem.spec.js +25 -26
- package/src/components/breadcrumb/BreadcrumbItem.vue +33 -33
- package/src/components/breadcrumb/__snapshots__/Breadcrumb.spec.js.snap +7 -7
- package/src/components/breadcrumb/__snapshots__/BreadcrumbItem.spec.js.snap +3 -7
- package/src/components/breadcrumb/index.js +20 -20
- package/src/components/button/Button.spec.js +93 -93
- package/src/components/button/Button.vue +106 -106
- package/src/components/button/__snapshots__/Button.spec.js.snap +8 -8
- package/src/components/button/index.js +17 -17
- package/src/components/carousel/Carousel.spec.js +304 -304
- package/src/components/carousel/Carousel.vue +350 -350
- package/src/components/carousel/CarouselItem.spec.js +57 -57
- package/src/components/carousel/CarouselItem.vue +33 -33
- package/src/components/carousel/CarouselList.spec.js +173 -173
- package/src/components/carousel/CarouselList.vue +313 -311
- package/src/components/carousel/__snapshots__/Carousel.spec.js.snap +19 -19
- package/src/components/carousel/__snapshots__/CarouselItem.spec.js.snap +3 -3
- package/src/components/carousel/__snapshots__/CarouselList.spec.js.snap +156 -36
- package/src/components/carousel/index.js +23 -23
- package/src/components/checkbox/Checkbox.spec.js +40 -40
- package/src/components/checkbox/Checkbox.vue +51 -51
- package/src/components/checkbox/CheckboxButton.spec.js +46 -46
- package/src/components/checkbox/CheckboxButton.vue +56 -56
- package/src/components/checkbox/__snapshots__/Checkbox.spec.js.snap +3 -3
- package/src/components/checkbox/__snapshots__/CheckboxButton.spec.js.snap +3 -3
- package/src/components/checkbox/index.js +20 -20
- package/src/components/clockpicker/Clockpicker.spec.js +97 -97
- package/src/components/clockpicker/Clockpicker.vue +259 -259
- package/src/components/clockpicker/ClockpickerFace.spec.js +97 -97
- package/src/components/clockpicker/__snapshots__/Clockpicker.spec.js.snap +24 -24
- package/src/components/clockpicker/__snapshots__/ClockpickerFace.spec.js.snap +9 -9
- package/src/components/clockpicker/index.js +17 -17
- package/src/components/collapse/Collapse.spec.js +117 -117
- package/src/components/collapse/Collapse.vue +74 -74
- package/src/components/collapse/__snapshots__/Collapse.spec.js.snap +8 -8
- package/src/components/collapse/index.js +17 -17
- package/src/components/colorpicker/Colorpicker.spec.js +10 -0
- package/src/components/colorpicker/Colorpicker.vue +354 -0
- package/src/components/colorpicker/ColorpickerAlphaSlider.spec.js +14 -0
- package/src/components/colorpicker/ColorpickerAlphaSlider.vue +194 -0
- package/src/components/colorpicker/ColorpickerHSLRepresentationSquare.spec.js +22 -0
- package/src/components/colorpicker/ColorpickerHSLRepresentationSquare.vue +366 -0
- package/src/components/colorpicker/ColorpickerHSLRepresentationTriangle.spec.js +22 -0
- package/src/components/colorpicker/ColorpickerHSLRepresentationTriangle.vue +442 -0
- package/src/components/colorpicker/__snapshots__/ColorPickerHSLRepresentationSquare.spec.js.snap +12 -0
- package/src/components/colorpicker/__snapshots__/Colorpicker.spec.js.snap +32 -0
- package/src/components/colorpicker/__snapshots__/ColorpickerAlphaSlider.spec.js.snap +11 -0
- package/src/components/colorpicker/__snapshots__/ColorpickerHSLRepresentationTriangle.spec.js.snap +36 -0
- package/src/components/colorpicker/index.js +17 -0
- package/src/components/datepicker/Datepicker.spec.js +395 -395
- package/src/components/datepicker/Datepicker.vue +2 -3
- package/src/components/datepicker/DatepickerMonth.spec.js +302 -302
- package/src/components/datepicker/DatepickerMonth.vue +410 -410
- package/src/components/datepicker/DatepickerTable.spec.js +294 -294
- package/src/components/datepicker/DatepickerTable.vue +376 -376
- package/src/components/datepicker/DatepickerTableRow.spec.js +262 -236
- package/src/components/datepicker/DatepickerTableRow.vue +379 -380
- package/src/components/datepicker/__snapshots__/Datepicker.spec.js.snap +401 -401
- package/src/components/datepicker/__snapshots__/DatepickerMonth.spec.js.snap +33 -33
- package/src/components/datepicker/__snapshots__/DatepickerTable.spec.js.snap +16 -16
- package/src/components/datepicker/__snapshots__/DatepickerTableRow.spec.js.snap +13 -13
- package/src/components/datepicker/index.js +17 -17
- package/src/components/datetimepicker/Datetimepicker.spec.js +138 -138
- package/src/components/datetimepicker/Datetimepicker.vue +448 -433
- package/src/components/datetimepicker/index.js +17 -17
- package/src/components/dialog/Dialog.spec.js +78 -78
- package/src/components/dialog/Dialog.vue +256 -256
- package/src/components/dialog/index.js +77 -77
- package/src/components/dropdown/Dropdown.spec.js +218 -218
- package/src/components/dropdown/Dropdown.vue +397 -384
- package/src/components/dropdown/DropdownItem.spec.js +73 -73
- package/src/components/dropdown/DropdownItem.vue +91 -91
- package/src/components/dropdown/__snapshots__/Dropdown.spec.js.snap +11 -11
- package/src/components/dropdown/__snapshots__/DropdownItem.spec.js.snap +3 -3
- package/src/components/dropdown/index.js +20 -20
- package/src/components/field/Field.spec.js +218 -218
- package/src/components/field/Field.vue +271 -271
- package/src/components/field/FieldBody.spec.js +81 -81
- package/src/components/field/FieldBody.vue +28 -28
- package/src/components/field/__snapshots__/Field.spec.js.snap +8 -8
- package/src/components/field/__snapshots__/FieldBody.spec.js.snap +3 -3
- package/src/components/field/index.js +17 -17
- package/src/components/icon/Icon.spec.js +136 -136
- package/src/components/icon/Icon.vue +109 -109
- package/src/components/icon/__snapshots__/Icon.spec.js.snap +3 -3
- package/src/components/icon/index.js +17 -17
- package/src/components/image/Image.spec.js +197 -197
- package/src/components/image/Image.vue +309 -309
- package/src/components/image/__snapshots__/Image.spec.js.snap +37 -37
- package/src/components/image/index.js +17 -17
- package/src/components/index.js +87 -85
- package/src/components/input/Input.spec.js +189 -189
- package/src/components/input/Input.vue +271 -271
- package/src/components/input/__snapshots__/Input.spec.js.snap +9 -9
- package/src/components/input/index.js +17 -17
- package/src/components/loading/Loading.spec.js +126 -126
- package/src/components/loading/Loading.vue +121 -121
- package/src/components/loading/__snapshots__/Loading.spec.js.snap +10 -10
- package/src/components/loading/index.js +40 -40
- package/src/components/menu/Menu.spec.js +19 -19
- package/src/components/menu/Menu.vue +26 -26
- package/src/components/menu/MenuItem.spec.js +43 -43
- package/src/components/menu/MenuItem.vue +137 -137
- package/src/components/menu/MenuList.spec.js +31 -31
- package/src/components/menu/MenuList.vue +41 -41
- package/src/components/menu/__snapshots__/Menu.spec.js.snap +3 -3
- package/src/components/menu/__snapshots__/MenuItem.spec.js.snap +8 -8
- package/src/components/menu/__snapshots__/MenuList.spec.js.snap +8 -8
- package/src/components/menu/index.js +23 -23
- package/src/components/message/Message.spec.js +28 -28
- package/src/components/message/Message.vue +55 -60
- package/src/components/message/__snapshots__/Message.spec.js.snap +9 -9
- package/src/components/message/index.js +17 -17
- package/src/components/modal/Modal.spec.js +108 -108
- package/src/components/modal/Modal.vue +305 -305
- package/src/components/modal/__snapshots__/Modal.spec.js.snap +10 -10
- package/src/components/modal/index.js +61 -61
- package/src/components/navbar/NavBar.spec.js +75 -75
- package/src/components/navbar/{NavbarBurger.spec.js → NavBarBurger.spec.js} +28 -28
- package/src/components/navbar/NavBarItem.spec.js +81 -81
- package/src/components/navbar/Navbar.vue +251 -251
- package/src/components/navbar/NavbarBurger.vue +27 -27
- package/src/components/navbar/NavbarDropdown.spec.js +35 -35
- package/src/components/navbar/NavbarDropdown.vue +106 -102
- package/src/components/navbar/NavbarItem.vue +74 -74
- package/src/components/navbar/__snapshots__/NavBar.spec.js.snap +11 -11
- package/src/components/navbar/__snapshots__/NavBarBurger.spec.js.snap +3 -3
- package/src/components/navbar/__snapshots__/NavbarDropdown.spec.js.snap +7 -7
- package/src/components/navbar/index.js +23 -23
- package/src/components/notification/Notification.spec.js +19 -19
- package/src/components/notification/Notification.vue +59 -59
- package/src/components/notification/NotificationNotice.vue +42 -42
- package/src/components/notification/__snapshots__/Notification.spec.js.snap +8 -8
- package/src/components/notification/index.js +66 -66
- package/src/components/numberinput/Numberinput.spec.js +334 -272
- package/src/components/numberinput/Numberinput.vue +316 -307
- package/src/components/numberinput/index.js +17 -17
- package/src/components/pagination/Pagination.spec.js +86 -86
- package/src/components/pagination/Pagination.vue +418 -328
- package/src/components/pagination/PaginationButton.spec.js +39 -39
- package/src/components/pagination/PaginationButton.vue +50 -50
- package/src/components/pagination/__snapshots__/Pagination.spec.js.snap +18 -18
- package/src/components/pagination/__snapshots__/PaginationButton.spec.js.snap +3 -3
- package/src/components/pagination/index.js +20 -20
- package/src/components/progress/Progress.spec.js +82 -82
- package/src/components/progress/Progress.vue +143 -143
- package/src/components/progress/ProgressBar.spec.js +26 -26
- package/src/components/progress/ProgressBar.vue +57 -57
- package/src/components/progress/__snapshots__/Progress.spec.js.snap +7 -7
- package/src/components/progress/__snapshots__/ProgressBar.spec.js.snap +7 -7
- package/src/components/progress/index.js +20 -20
- package/src/components/radio/Radio.spec.js +40 -40
- package/src/components/radio/Radio.vue +30 -30
- package/src/components/radio/RadioButton.spec.js +40 -40
- package/src/components/radio/RadioButton.vue +61 -61
- package/src/components/radio/__snapshots__/Radio.spec.js.snap +3 -3
- package/src/components/radio/__snapshots__/RadioButton.spec.js.snap +3 -3
- package/src/components/radio/index.js +20 -20
- package/src/components/rate/Rate.spec.js +88 -88
- package/src/components/rate/Rate.vue +142 -142
- package/src/components/rate/index.js +17 -17
- package/src/components/select/Select.spec.js +31 -31
- package/src/components/select/Select.vue +99 -99
- package/src/components/select/__snapshots__/Select.spec.js.snap +7 -7
- package/src/components/select/index.js +17 -17
- package/src/components/sidebar/Sidebar.spec.js +113 -113
- package/src/components/sidebar/Sidebar.vue +305 -305
- package/src/components/sidebar/__snapshots__/Sidebar.spec.js.snap +19 -19
- package/src/components/sidebar/index.js +17 -17
- package/src/components/skeleton/Skeleton.spec.js +14 -14
- package/src/components/skeleton/Skeleton.vue +63 -63
- package/src/components/skeleton/__snapshots__/Skeleton.spec.js.snap +7 -7
- package/src/components/skeleton/index.js +17 -17
- package/src/components/slider/Slider.spec.js +106 -106
- package/src/components/slider/Slider.vue +313 -313
- package/src/components/slider/SliderThumb.spec.js +99 -99
- package/src/components/slider/SliderThumb.vue +227 -227
- package/src/components/slider/SliderTick.spec.js +29 -29
- package/src/components/slider/SliderTick.vue +43 -43
- package/src/components/slider/__snapshots__/Slider.spec.js.snap +12 -12
- package/src/components/slider/__snapshots__/SliderThumb.spec.js.snap +11 -11
- package/src/components/slider/__snapshots__/SliderTick.spec.js.snap +7 -7
- package/src/components/slider/index.js +20 -20
- package/src/components/snackbar/Snackbar.spec.js +35 -35
- package/src/components/snackbar/Snackbar.vue +72 -72
- package/src/components/snackbar/__snapshots__/Snackbar.spec.js.snap +9 -9
- package/src/components/snackbar/index.js +62 -61
- package/src/components/steps/StepItem.spec.js +72 -72
- package/src/components/steps/StepItem.vue +21 -21
- package/src/components/steps/Steps.spec.js +134 -134
- package/src/components/steps/Steps.vue +254 -254
- package/src/components/steps/__snapshots__/StepItem.spec.js.snap +3 -3
- package/src/components/steps/__snapshots__/Steps.spec.js.snap +34 -34
- package/src/components/steps/index.js +20 -20
- package/src/components/switch/Switch.spec.js +74 -74
- package/src/components/switch/Switch.vue +126 -126
- package/src/components/switch/__snapshots__/Switch.spec.js.snap +3 -3
- package/src/components/switch/index.js +17 -17
- package/src/components/table/Table.spec.js +240 -226
- package/src/components/table/Table.vue +1432 -1409
- package/src/components/table/TableColumn.spec.js +27 -27
- package/src/components/table/TableColumn.vue +118 -118
- package/src/components/table/TableMobileSort.spec.js +40 -40
- package/src/components/table/TableMobileSort.vue +189 -189
- package/src/components/table/TablePagination.vue +78 -70
- package/src/components/table/__snapshots__/Table.spec.js.snap +22 -22
- package/src/components/table/__snapshots__/TableMobileSort.spec.js.snap +14 -14
- package/src/components/table/index.js +25 -25
- package/src/components/tabs/TabItem.spec.js +143 -143
- package/src/components/tabs/TabItem.vue +17 -17
- package/src/components/tabs/Tabs.spec.js +121 -121
- package/src/components/tabs/Tabs.vue +185 -183
- package/src/components/tabs/__snapshots__/TabItem.spec.js.snap +3 -3
- package/src/components/tabs/__snapshots__/Tabs.spec.js.snap +27 -27
- package/src/components/tabs/index.js +20 -20
- package/src/components/tag/Tag.spec.js +32 -32
- package/src/components/tag/Tag.vue +110 -110
- package/src/components/tag/Taglist.spec.js +19 -19
- package/src/components/tag/Taglist.vue +14 -14
- package/src/components/tag/__snapshots__/Tag.spec.js.snap +6 -6
- package/src/components/tag/__snapshots__/Taglist.spec.js.snap +3 -3
- package/src/components/tag/index.js +20 -20
- package/src/components/taginput/Taginput.spec.js +92 -92
- package/src/components/taginput/Taginput.vue +373 -373
- package/src/components/taginput/__snapshots__/Taginput.spec.js.snap +10 -10
- package/src/components/taginput/index.js +17 -17
- package/src/components/timepicker/Timepicker.spec.js +34 -34
- package/src/components/timepicker/Timepicker.vue +162 -162
- package/src/components/timepicker/__snapshots__/Timepicker.spec.js.snap +242 -271
- package/src/components/timepicker/index.js +17 -17
- package/src/components/toast/Toast.spec.js +20 -20
- package/src/components/toast/Toast.vue +36 -36
- package/src/components/toast/__snapshots__/Toast.spec.js.snap +7 -7
- package/src/components/toast/index.js +60 -60
- package/src/components/tooltip/Tooltip.spec.js +19 -19
- package/src/components/tooltip/Tooltip.vue +255 -255
- package/src/components/tooltip/__snapshots__/Tooltip.spec.js.snap +3 -3
- package/src/components/tooltip/index.js +17 -17
- package/src/components/upload/Upload.spec.js +19 -19
- package/src/components/upload/Upload.vue +183 -171
- package/src/components/upload/__snapshots__/Upload.spec.js.snap +3 -3
- package/src/components/upload/index.js +17 -17
- package/src/directives/clickOutside.js +81 -81
- package/src/directives/trapFocus.js +59 -59
- package/src/index.js +40 -40
- package/src/scss/buefy-build.scss +6 -6
- package/src/scss/buefy.scss +39 -38
- package/src/scss/components/_autocomplete.scss +39 -39
- package/src/scss/components/_carousel.scss +204 -204
- package/src/scss/components/_checkbox.scss +106 -106
- package/src/scss/components/_clockpicker.scss +283 -283
- package/src/scss/components/_collapse.scss +9 -9
- package/src/scss/components/_colorpicker.scss +283 -0
- package/src/scss/components/_datepicker.scss +220 -220
- package/src/scss/components/_dialog.scss +54 -54
- package/src/scss/components/_dropdown.scss +135 -135
- package/src/scss/components/_form.scss +309 -309
- package/src/scss/components/_icon.scss +16 -16
- package/src/scss/components/_image.scss +20 -20
- package/src/scss/components/_loading.scss +45 -45
- package/src/scss/components/_menu.scss +10 -10
- package/src/scss/components/_message.scss +10 -10
- package/src/scss/components/_modal.scss +24 -24
- package/src/scss/components/_navbar.scss +22 -22
- package/src/scss/components/_notices.scss +144 -144
- package/src/scss/components/_notification.scss +8 -8
- package/src/scss/components/_numberinput.scss +33 -33
- package/src/scss/components/_pagination.scss +63 -25
- package/src/scss/components/_progress.scss +105 -105
- package/src/scss/components/_radio.scss +120 -120
- package/src/scss/components/_rate.scss +72 -72
- package/src/scss/components/_select.scss +38 -38
- package/src/scss/components/_sidebar.scss +98 -98
- package/src/scss/components/_skeleton.scss +66 -66
- package/src/scss/components/_slider.scss +162 -162
- package/src/scss/components/_steps.scss +491 -491
- package/src/scss/components/_switch.scss +214 -214
- package/src/scss/components/_table.scss +278 -278
- package/src/scss/components/_tabs.scss +197 -197
- package/src/scss/components/_tag.scss +27 -27
- package/src/scss/components/_taginput.scss +73 -73
- package/src/scss/components/_timepicker.scss +73 -73
- package/src/scss/components/_tooltip.scss +192 -192
- package/src/scss/components/_upload.scss +73 -73
- package/src/scss/utils/_all.scss +4 -4
- package/src/scss/utils/_animations.scss +183 -183
- package/src/scss/utils/_functions.scss +49 -49
- package/src/scss/utils/_helpers.scss +6 -6
- package/src/scss/utils/_variables-ext.scss +2 -2
- package/src/scss/utils/_variables.scss +16 -16
- package/src/utils/CheckRadioMixin.js +41 -41
- package/src/utils/CheckRadioMixin.spec.js +24 -24
- package/src/utils/ConfigComponent.js +11 -11
- package/src/utils/FormElementMixin.js +171 -171
- package/src/utils/FormElementMixin.spec.js +41 -41
- package/src/utils/InjectedChildMixin.js +36 -36
- package/src/utils/MessageMixin.js +139 -138
- package/src/utils/MessageMixin.spec.js +52 -52
- package/src/utils/NoticeMixin.js +171 -175
- package/src/utils/NoticeMixin.spec.js +51 -51
- package/src/utils/ProviderParentMixin.js +83 -83
- package/src/utils/SlotComponent.js +51 -51
- package/src/utils/SlotComponent.spec.js +136 -136
- package/src/utils/TabbedChildMixin.js +88 -88
- package/src/utils/TabbedMixin.js +145 -145
- package/src/utils/TimepickerMixin.js +718 -718
- package/src/utils/TimepickerMixin.spec.js +82 -82
- package/src/utils/color.js +441 -0
- package/src/utils/color.spec.js +52 -0
- package/src/utils/config.js +85 -85
- package/src/utils/config.spec.js +10 -10
- package/src/utils/debounce.js +15 -15
- package/src/utils/debounce.spec.js +52 -52
- package/src/utils/helpers.js +307 -292
- package/src/utils/helpers.spec.js +146 -146
- package/src/utils/icons.js +57 -57
- package/src/utils/plugins.js +15 -15
- package/src/utils/ssr.js +6 -6
- package/types/components.d.ts +443 -438
- package/types/helpers.d.ts +5 -4
- package/types/index.d.ts +44 -44
- package/dist/cjs/chunk-92621ff7.js +0 -141
- 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.
|