buefy 0.9.15 → 0.9.18
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 +30 -0
- package/LICENSE +21 -21
- package/README.md +139 -139
- package/dist/buefy.css +1 -15842
- package/dist/buefy.esm.js +680 -641
- package/dist/buefy.esm.min.js +2 -2
- package/dist/buefy.js +680 -641
- package/dist/buefy.min.css +1 -1
- package/dist/buefy.min.js +2 -2
- package/dist/cjs/autocomplete.js +4 -4
- package/dist/cjs/button.js +2 -2
- package/dist/cjs/carousel.js +16 -16
- package/dist/cjs/checkbox.js +2 -2
- package/dist/cjs/{chunk-64612b38.js → chunk-03279fd8.js} +26 -21
- package/dist/cjs/{chunk-c80cb851.js → chunk-0e3108f5.js} +6 -6
- package/dist/cjs/{chunk-3242100a.js → chunk-1f7e4ed3.js} +6 -6
- package/dist/cjs/{chunk-e60d9ba4.js → chunk-334bc809.js} +23 -23
- package/dist/cjs/{chunk-35ce5cba.js → chunk-3b43d77a.js} +1 -1
- package/dist/cjs/{chunk-002537c9.js → chunk-4bcfaf1c.js} +13 -13
- package/dist/cjs/{chunk-9a5bee11.js → chunk-5058e659.js} +18 -18
- package/dist/cjs/{chunk-e670239b.js → chunk-545e1c7f.js} +32 -32
- package/dist/cjs/{chunk-596ef6cb.js → chunk-54b0042d.js} +62 -62
- package/dist/cjs/{chunk-8dd3848f.js → chunk-5ed8a75a.js} +1 -1
- package/dist/cjs/{chunk-02ea522d.js → chunk-73f8eef8.js} +13 -7
- package/dist/cjs/{chunk-e639659a.js → chunk-779e6a5d.js} +83 -83
- package/dist/cjs/{chunk-bd0646c7.js → chunk-7c11fdde.js} +12 -12
- package/dist/cjs/{chunk-25408900.js → chunk-83b41298.js} +31 -3
- package/dist/cjs/{chunk-a18d4d4d.js → chunk-841c0e0f.js} +5 -5
- package/dist/cjs/{chunk-19c14f30.js → chunk-87a116d9.js} +14 -14
- package/dist/cjs/{chunk-1f7d7e31.js → chunk-8b8384ca.js} +2 -2
- package/dist/cjs/{chunk-33e65bcc.js → chunk-8ef75f09.js} +6 -6
- package/dist/cjs/{chunk-bef674a8.js → chunk-a53b7aff.js} +0 -0
- package/dist/cjs/{chunk-46a2f564.js → chunk-bfcad370.js} +5 -5
- package/dist/cjs/{chunk-592c7eb7.js → chunk-c8abb3ed.js} +20 -20
- package/dist/cjs/{chunk-688c0e84.js → chunk-e86d3eeb.js} +0 -0
- package/dist/cjs/{chunk-48501f31.js → chunk-e872f5e2.js} +0 -0
- package/dist/cjs/{chunk-3b791ad4.js → chunk-f5285f14.js} +13 -13
- package/dist/cjs/clockpicker.js +7 -7
- package/dist/cjs/collapse.js +3 -4
- package/dist/cjs/colorpicker.js +25 -25
- package/dist/cjs/datepicker.js +8 -8
- package/dist/cjs/datetimepicker.js +14 -14
- package/dist/cjs/dialog.js +10 -10
- package/dist/cjs/dropdown.js +2 -2
- package/dist/cjs/field.js +1 -1
- package/dist/cjs/helpers.js +57 -57
- package/dist/cjs/icon.js +1 -1
- package/dist/cjs/image.js +1 -1
- package/dist/cjs/index.js +24 -24
- package/dist/cjs/input.js +3 -3
- package/dist/cjs/loading.js +1 -1
- package/dist/cjs/menu.js +1 -1
- package/dist/cjs/message.js +2 -2
- package/dist/cjs/modal.js +1 -1
- package/dist/cjs/navbar.js +8 -8
- package/dist/cjs/notification.js +3 -3
- package/dist/cjs/numberinput.js +6 -6
- package/dist/cjs/pagination.js +2 -2
- package/dist/cjs/progress.js +4 -4
- package/dist/cjs/radio.js +1 -1
- package/dist/cjs/rate.js +1 -1
- package/dist/cjs/select.js +3 -3
- package/dist/cjs/sidebar.js +38 -41
- package/dist/cjs/slider.js +3 -3
- package/dist/cjs/snackbar.js +4 -4
- package/dist/cjs/steps.js +22 -22
- package/dist/cjs/switch.js +2 -2
- package/dist/cjs/table.js +122 -118
- package/dist/cjs/tabs.js +6 -6
- package/dist/cjs/tag.js +1 -1
- package/dist/cjs/taginput.js +12 -12
- package/dist/cjs/timepicker.js +9 -9
- package/dist/cjs/toast.js +1 -1
- package/dist/cjs/tooltip.js +1 -1
- package/dist/cjs/upload.js +15 -15
- package/dist/components/autocomplete/index.js +108 -102
- 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 +16 -10
- package/dist/components/button/index.min.js +2 -2
- package/dist/components/carousel/index.js +55 -49
- 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 +133 -122
- package/dist/components/clockpicker/index.min.js +2 -2
- package/dist/components/collapse/index.js +4 -5
- package/dist/components/collapse/index.min.js +2 -2
- package/dist/components/colorpicker/index.js +156 -117
- package/dist/components/colorpicker/index.min.js +2 -2
- package/dist/components/datepicker/index.js +202 -191
- package/dist/components/datepicker/index.min.js +2 -2
- package/dist/components/datetimepicker/index.js +228 -217
- package/dist/components/datetimepicker/index.min.js +2 -2
- package/dist/components/dialog/index.js +36 -30
- package/dist/components/dialog/index.min.js +2 -2
- package/dist/components/dropdown/index.js +36 -31
- package/dist/components/dropdown/index.min.js +2 -2
- package/dist/components/field/index.js +21 -21
- package/dist/components/field/index.min.js +1 -1
- package/dist/components/icon/index.js +16 -10
- package/dist/components/icon/index.min.js +2 -2
- package/dist/components/image/index.js +4 -4
- package/dist/components/image/index.min.js +1 -1
- package/dist/components/input/index.js +46 -40
- package/dist/components/input/index.min.js +2 -2
- package/dist/components/loading/index.js +9 -9
- package/dist/components/loading/index.min.js +1 -1
- package/dist/components/menu/index.js +16 -10
- package/dist/components/menu/index.min.js +2 -2
- package/dist/components/message/index.js +27 -21
- 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 +9 -9
- package/dist/components/navbar/index.min.js +1 -1
- package/dist/components/notification/index.js +27 -21
- package/dist/components/notification/index.min.js +2 -2
- package/dist/components/numberinput/index.js +49 -43
- package/dist/components/numberinput/index.min.js +2 -2
- package/dist/components/pagination/index.js +47 -41
- package/dist/components/pagination/index.min.js +2 -2
- package/dist/components/progress/index.js +14 -14
- package/dist/components/progress/index.min.js +1 -1
- package/dist/components/radio/index.js +3 -3
- package/dist/components/radio/index.min.js +1 -1
- package/dist/components/rate/index.js +16 -10
- package/dist/components/rate/index.min.js +2 -2
- package/dist/components/select/index.js +34 -28
- package/dist/components/select/index.min.js +2 -2
- package/dist/components/sidebar/index.js +39 -42
- package/dist/components/sidebar/index.min.js +2 -2
- package/dist/components/skeleton/index.js +1 -1
- package/dist/components/skeleton/index.min.js +1 -1
- package/dist/components/slider/index.js +40 -12
- package/dist/components/slider/index.min.js +2 -2
- package/dist/components/snackbar/index.js +6 -6
- package/dist/components/snackbar/index.min.js +1 -1
- package/dist/components/steps/index.js +60 -54
- package/dist/components/steps/index.min.js +2 -2
- package/dist/components/switch/index.js +3 -3
- package/dist/components/switch/index.min.js +1 -1
- package/dist/components/table/index.js +216 -206
- package/dist/components/table/index.min.js +2 -2
- package/dist/components/tabs/index.js +44 -38
- 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 +120 -114
- package/dist/components/taginput/index.min.js +2 -2
- package/dist/components/timepicker/index.js +137 -126
- package/dist/components/timepicker/index.min.js +2 -2
- package/dist/components/toast/index.js +3 -3
- package/dist/components/toast/index.min.js +1 -1
- package/dist/components/tooltip/index.js +32 -4
- package/dist/components/tooltip/index.min.js +2 -2
- package/dist/components/upload/index.js +29 -29
- package/dist/components/upload/index.min.js +1 -1
- package/dist/esm/autocomplete.js +5 -5
- package/dist/esm/button.js +3 -3
- package/dist/esm/carousel.js +16 -16
- package/dist/esm/checkbox.js +3 -3
- package/dist/esm/{chunk-4a5ed20b.js → chunk-1a4fde6d.js} +32 -32
- package/dist/esm/{chunk-ff662954.js → chunk-252f2b57.js} +1 -1
- package/dist/esm/{chunk-92a4051e.js → chunk-262b3f82.js} +23 -23
- package/dist/esm/{chunk-a1a77ea5.js → chunk-2793447b.js} +2 -2
- package/dist/esm/{chunk-1a4ba565.js → chunk-2f2f0a74.js} +5 -5
- package/dist/esm/{chunk-1e6920ce.js → chunk-43fb1457.js} +83 -83
- package/dist/esm/{chunk-d0ee2c73.js → chunk-5435bd9a.js} +12 -12
- package/dist/esm/{chunk-d7f48187.js → chunk-58cdbf2b.js} +1 -1
- package/dist/esm/{chunk-c807a518.js → chunk-598015da.js} +26 -21
- package/dist/esm/{chunk-ad27431e.js → chunk-60a03517.js} +5 -5
- package/dist/esm/{chunk-7bf9c8ab.js → chunk-690d5be4.js} +0 -0
- package/dist/esm/{chunk-a2afd253.js → chunk-6adc5c5d.js} +6 -6
- package/dist/esm/{chunk-c027b2ac.js → chunk-6d0f2352.js} +6 -6
- package/dist/esm/{chunk-3d030b91.js → chunk-6d96579e.js} +13 -13
- package/dist/esm/{chunk-b5f9de0c.js → chunk-84c6dfd6.js} +14 -14
- package/dist/esm/{chunk-7af12535.js → chunk-a5e3ae5d.js} +6 -6
- package/dist/esm/{chunk-b081344b.js → chunk-a628d44d.js} +18 -18
- package/dist/esm/{chunk-091022ac.js → chunk-c9c18b2f.js} +0 -0
- package/dist/esm/{chunk-c0f9c15a.js → chunk-d35985c7.js} +13 -13
- package/dist/esm/{chunk-743f783c.js → chunk-d9232770.js} +0 -0
- package/dist/esm/{chunk-1128eb6f.js → chunk-e044aa02.js} +13 -7
- package/dist/esm/{chunk-71aa9de4.js → chunk-effa4d25.js} +20 -20
- package/dist/esm/{chunk-2487b9fe.js → chunk-f967f402.js} +31 -3
- package/dist/esm/{chunk-b58775cf.js → chunk-f9eaeac4.js} +62 -62
- package/dist/esm/clockpicker.js +7 -7
- package/dist/esm/collapse.js +3 -4
- package/dist/esm/colorpicker.js +25 -25
- package/dist/esm/datepicker.js +9 -9
- package/dist/esm/datetimepicker.js +14 -14
- package/dist/esm/dialog.js +10 -10
- package/dist/esm/dropdown.js +3 -3
- package/dist/esm/field.js +2 -2
- package/dist/esm/helpers.js +57 -57
- package/dist/esm/icon.js +2 -2
- package/dist/esm/image.js +2 -2
- package/dist/esm/index.js +24 -24
- package/dist/esm/input.js +4 -4
- package/dist/esm/loading.js +2 -2
- package/dist/esm/menu.js +1 -1
- package/dist/esm/message.js +2 -2
- package/dist/esm/modal.js +2 -2
- package/dist/esm/navbar.js +8 -8
- package/dist/esm/notification.js +3 -3
- package/dist/esm/numberinput.js +6 -6
- package/dist/esm/pagination.js +3 -3
- package/dist/esm/progress.js +4 -4
- package/dist/esm/radio.js +1 -1
- package/dist/esm/rate.js +1 -1
- package/dist/esm/select.js +4 -4
- package/dist/esm/sidebar.js +38 -41
- package/dist/esm/slider.js +3 -3
- package/dist/esm/snackbar.js +4 -4
- package/dist/esm/steps.js +22 -22
- package/dist/esm/switch.js +2 -2
- package/dist/esm/table.js +122 -118
- package/dist/esm/tabs.js +6 -6
- package/dist/esm/tag.js +2 -2
- package/dist/esm/taginput.js +12 -12
- package/dist/esm/timepicker.js +10 -10
- package/dist/esm/toast.js +1 -1
- package/dist/esm/tooltip.js +2 -2
- package/dist/esm/upload.js +15 -15
- package/package.json +171 -171
- package/src/components/autocomplete/Autocomplete.spec.js +392 -392
- package/src/components/autocomplete/Autocomplete.vue +711 -711
- 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 -25
- 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 -3
- 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 -313
- 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 -156
- 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 -10
- package/src/components/colorpicker/Colorpicker.vue +353 -354
- package/src/components/colorpicker/ColorpickerAlphaSlider.spec.js +14 -14
- package/src/components/colorpicker/ColorpickerAlphaSlider.vue +194 -194
- package/src/components/colorpicker/ColorpickerHSLRepresentationSquare.spec.js +22 -22
- package/src/components/colorpicker/ColorpickerHSLRepresentationSquare.vue +366 -366
- package/src/components/colorpicker/ColorpickerHSLRepresentationTriangle.spec.js +22 -22
- package/src/components/colorpicker/ColorpickerHSLRepresentationTriangle.vue +442 -442
- package/src/components/colorpicker/__snapshots__/ColorPickerHSLRepresentationSquare.spec.js.snap +12 -12
- package/src/components/colorpicker/__snapshots__/Colorpicker.spec.js.snap +32 -32
- package/src/components/colorpicker/__snapshots__/ColorpickerAlphaSlider.spec.js.snap +11 -11
- package/src/components/colorpicker/__snapshots__/ColorpickerHSLRepresentationTriangle.spec.js.snap +36 -36
- package/src/components/colorpicker/index.js +17 -17
- package/src/components/datepicker/Datepicker.spec.js +395 -395
- package/src/components/datepicker/Datepicker.vue +842 -843
- 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 -262
- package/src/components/datepicker/DatepickerTableRow.vue +379 -379
- 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 -448
- 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 +404 -397
- 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.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 -87
- 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 -55
- 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/NavBarItem.spec.js +81 -81
- package/src/components/navbar/Navbar.vue +251 -251
- package/src/components/navbar/{NavBarBurger.spec.js → NavbarBurger.spec.js} +28 -28
- package/src/components/navbar/NavbarBurger.vue +27 -27
- package/src/components/navbar/NavbarDropdown.spec.js +35 -35
- package/src/components/navbar/NavbarDropdown.vue +106 -106
- 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 -334
- package/src/components/numberinput/Numberinput.vue +316 -316
- package/src/components/numberinput/index.js +17 -17
- package/src/components/pagination/Pagination.spec.js +86 -86
- package/src/components/pagination/Pagination.vue +418 -418
- 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 +0 -8
- package/src/components/sidebar/Sidebar.vue +18 -20
- 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 -62
- 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 -240
- package/src/components/table/Table.vue +1436 -1432
- 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 -78
- 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 +182 -185
- 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 -242
- 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 +38 -5
- 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 -183
- 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 -39
- 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 -283
- 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 -63
- 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 +12 -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 -139
- package/src/utils/MessageMixin.spec.js +52 -52
- package/src/utils/NoticeMixin.js +171 -171
- 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 -441
- package/src/utils/color.spec.js +52 -52
- 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 -307
- package/src/utils/helpers.spec.js +146 -146
- package/src/utils/icons.js +63 -57
- package/src/utils/plugins.js +15 -15
- package/src/utils/ssr.js +6 -6
- package/types/components.d.ts +443 -443
- package/types/helpers.d.ts +5 -5
- package/types/index.d.ts +44 -44
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Buefy Changelog
|
|
2
2
|
|
|
3
|
+
## 0.9.18
|
|
4
|
+
|
|
5
|
+
### New features
|
|
6
|
+
|
|
7
|
+
* Add open and close events to tooltip (thanks @GMartigny)
|
|
8
|
+
* Improve accessibility of dropdown, collapse and tabs (thanks @mateuswetah)
|
|
9
|
+
|
|
10
|
+
### Fixes
|
|
11
|
+
|
|
12
|
+
* Fix #2889 tooltip when append-to-body
|
|
13
|
+
* Fix #2998 sidebar close when content is dynamic
|
|
14
|
+
* Fix #3677 emit active-change when hoverable
|
|
15
|
+
|
|
16
|
+
## 0.9.17
|
|
17
|
+
|
|
18
|
+
### Fixes
|
|
19
|
+
|
|
20
|
+
* Fix #3676 table sort when backend
|
|
21
|
+
|
|
22
|
+
## 0.9.16
|
|
23
|
+
|
|
24
|
+
### New features
|
|
25
|
+
|
|
26
|
+
* **Add Font Awesome 6 support** (http://fontawesome.com/)
|
|
27
|
+
|
|
28
|
+
### Fixes
|
|
29
|
+
|
|
30
|
+
* Fix #3672 filter table when multiple filters
|
|
31
|
+
* Fix colorpicker sass warnings (thanks @SomethingNew71)
|
|
32
|
+
|
|
3
33
|
## 0.9.15
|
|
4
34
|
|
|
5
35
|
### New features
|
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+**. (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.
|
|
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.
|