buefy 0.9.10 → 0.9.11
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 +23 -0
- package/dist/buefy.css +20 -2
- package/dist/buefy.esm.js +1398 -1046
- package/dist/buefy.esm.min.js +2 -2
- package/dist/buefy.js +1437 -1084
- package/dist/buefy.min.css +1 -1
- package/dist/buefy.min.js +2 -2
- package/dist/cjs/autocomplete.js +6 -6
- package/dist/cjs/breadcrumb.js +127 -0
- package/dist/cjs/button.js +3 -3
- package/dist/cjs/carousel.js +4 -4
- package/dist/cjs/{chunk-adb01a93.js → chunk-0655ffed.js} +3 -3
- package/dist/cjs/{chunk-96ab31c1.js → chunk-06d098cc.js} +4 -4
- package/dist/cjs/{chunk-c3032504.js → chunk-09aa7c88.js} +1 -1
- package/dist/cjs/{chunk-64efc596.js → chunk-28e5bfba.js} +54 -47
- package/dist/cjs/{chunk-e57b3891.js → chunk-379c378c.js} +2 -2
- package/dist/cjs/{chunk-dafdb70c.js → chunk-5697b125.js} +39 -3
- package/dist/cjs/{chunk-916a2858.js → chunk-64d0a112.js} +4 -4
- package/dist/cjs/{chunk-816cba7a.js → chunk-6a1bcdab.js} +1 -1
- package/dist/cjs/{chunk-f5baaa70.js → chunk-70f5dcdb.js} +2 -1
- package/dist/cjs/{chunk-60255743.js → chunk-9103eeda.js} +4 -0
- package/dist/cjs/{chunk-14c82365.js → chunk-92621ff7.js} +37 -0
- package/dist/cjs/{chunk-3acb500b.js → chunk-93375e49.js} +2 -2
- package/dist/cjs/{chunk-36e275c1.js → chunk-9498c0aa.js} +7 -7
- package/dist/cjs/{chunk-6ef63200.js → chunk-a344c433.js} +5 -4
- package/dist/cjs/{chunk-c902bc8f.js → chunk-aed1b295.js} +88 -12
- package/dist/cjs/{chunk-cc470e7c.js → chunk-b12ed562.js} +3 -3
- package/dist/cjs/{chunk-0b57168e.js → chunk-be40f53e.js} +3 -3
- package/dist/cjs/{chunk-dcdbe2e8.js → chunk-bf413553.js} +1 -1
- package/dist/cjs/{chunk-430b5370.js → chunk-bfcad370.js} +25 -2
- package/dist/cjs/{chunk-2571dc7c.js → chunk-d29e8a35.js} +0 -0
- package/dist/cjs/{chunk-d33a8a78.js → chunk-e28fd249.js} +3 -3
- package/dist/cjs/{chunk-993f89de.js → chunk-eec653c0.js} +3 -2
- package/dist/cjs/clockpicker.js +9 -9
- package/dist/cjs/config.js +2 -2
- package/dist/cjs/datepicker.js +10 -10
- package/dist/cjs/datetimepicker.js +22 -14
- package/dist/cjs/dialog.js +4 -4
- package/dist/cjs/dropdown.js +4 -4
- package/dist/cjs/field.js +3 -3
- package/dist/cjs/helpers.js +1 -1
- package/dist/cjs/icon.js +3 -3
- package/dist/cjs/image.js +6 -6
- package/dist/cjs/index.js +26 -22
- package/dist/cjs/input.js +5 -5
- package/dist/cjs/loading.js +3 -3
- package/dist/cjs/menu.js +3 -3
- package/dist/cjs/message.js +5 -5
- package/dist/cjs/modal.js +3 -3
- package/dist/cjs/navbar.js +16 -4
- package/dist/cjs/notification.js +21 -9
- package/dist/cjs/numberinput.js +6 -6
- package/dist/cjs/pagination.js +4 -4
- package/dist/cjs/progress.js +8 -4
- package/dist/cjs/rate.js +3 -3
- package/dist/cjs/select.js +5 -5
- package/dist/cjs/sidebar.js +2 -2
- package/dist/cjs/slider.js +3 -3
- package/dist/cjs/snackbar.js +4 -4
- package/dist/cjs/steps.js +6 -6
- package/dist/cjs/switch.js +1 -1
- package/dist/cjs/table.js +9 -9
- package/dist/cjs/tabs.js +6 -6
- package/dist/cjs/tag.js +1 -1
- package/dist/cjs/taginput.js +26 -14
- package/dist/cjs/timepicker.js +11 -11
- package/dist/cjs/toast.js +4 -4
- package/dist/cjs/tooltip.js +3 -3
- package/dist/cjs/upload.js +3 -3
- package/dist/components/autocomplete/index.js +90 -10
- package/dist/components/autocomplete/index.min.js +2 -2
- package/dist/components/breadcrumb/index.js +293 -0
- package/dist/components/breadcrumb/index.min.js +2 -0
- package/dist/components/button/index.js +5 -1
- package/dist/components/button/index.min.js +2 -2
- package/dist/components/carousel/index.js +5 -1
- package/dist/components/carousel/index.min.js +2 -2
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox/index.min.js +1 -1
- package/dist/components/clockpicker/index.js +9 -4
- package/dist/components/clockpicker/index.min.js +2 -2
- package/dist/components/collapse/index.js +1 -1
- package/dist/components/collapse/index.min.js +1 -1
- package/dist/components/datepicker/index.js +52 -41
- package/dist/components/datepicker/index.min.js +2 -2
- package/dist/components/datetimepicker/index.js +65 -45
- package/dist/components/datetimepicker/index.min.js +2 -2
- package/dist/components/dialog/index.js +7 -2
- package/dist/components/dialog/index.min.js +2 -2
- package/dist/components/dropdown/index.js +5 -1
- package/dist/components/dropdown/index.min.js +1 -1
- package/dist/components/field/index.js +6 -2
- package/dist/components/field/index.min.js +2 -2
- package/dist/components/icon/index.js +5 -1
- package/dist/components/icon/index.min.js +2 -2
- package/dist/components/image/index.js +463 -444
- package/dist/components/image/index.min.js +2 -2
- package/dist/components/input/index.js +5 -1
- package/dist/components/input/index.min.js +2 -2
- package/dist/components/loading/index.js +2 -2
- package/dist/components/loading/index.min.js +2 -2
- package/dist/components/menu/index.js +5 -1
- package/dist/components/menu/index.min.js +2 -2
- package/dist/components/message/index.js +43 -3
- package/dist/components/message/index.min.js +2 -2
- package/dist/components/modal/index.js +7 -2
- package/dist/components/modal/index.min.js +2 -2
- package/dist/components/navbar/index.js +16 -4
- package/dist/components/navbar/index.min.js +2 -2
- package/dist/components/notification/index.js +59 -6
- package/dist/components/notification/index.min.js +2 -2
- package/dist/components/numberinput/index.js +6 -2
- package/dist/components/numberinput/index.min.js +2 -2
- package/dist/components/pagination/index.js +5 -1
- package/dist/components/pagination/index.min.js +2 -2
- package/dist/components/progress/index.js +10 -2
- package/dist/components/progress/index.min.js +2 -2
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/index.min.js +1 -1
- package/dist/components/rate/index.js +5 -1
- package/dist/components/rate/index.min.js +2 -2
- package/dist/components/select/index.js +5 -1
- package/dist/components/select/index.min.js +2 -2
- package/dist/components/sidebar/index.js +5 -1
- 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 +5 -1
- package/dist/components/slider/index.min.js +2 -2
- package/dist/components/snackbar/index.js +7 -2
- package/dist/components/snackbar/index.min.js +2 -2
- package/dist/components/steps/index.js +5 -1
- package/dist/components/steps/index.min.js +2 -2
- package/dist/components/switch/index.js +5 -1
- package/dist/components/switch/index.min.js +1 -1
- package/dist/components/table/index.js +6 -2
- package/dist/components/table/index.min.js +2 -2
- package/dist/components/tabs/index.js +5 -1
- package/dist/components/tabs/index.min.js +2 -2
- package/dist/components/tag/index.js +26 -3
- package/dist/components/tag/index.min.js +2 -2
- package/dist/components/taginput/index.js +170 -19
- package/dist/components/taginput/index.min.js +2 -2
- package/dist/components/timepicker/index.js +9 -4
- package/dist/components/timepicker/index.min.js +2 -2
- package/dist/components/toast/index.js +7 -2
- package/dist/components/toast/index.min.js +2 -2
- package/dist/components/tooltip/index.js +5 -1
- package/dist/components/tooltip/index.min.js +1 -1
- package/dist/components/upload/index.js +5 -1
- package/dist/components/upload/index.min.js +2 -2
- package/dist/esm/autocomplete.js +7 -7
- package/dist/esm/breadcrumb.js +122 -0
- package/dist/esm/button.js +3 -3
- package/dist/esm/carousel.js +4 -4
- package/dist/esm/{chunk-742a9694.js → chunk-0f4ab6f5.js} +3 -2
- package/dist/esm/{chunk-1fafdf15.js → chunk-2452e3d3.js} +37 -1
- package/dist/esm/{chunk-1297c2c9.js → chunk-2ef19b56.js} +1 -1
- package/dist/esm/{chunk-3c2169d7.js → chunk-2f2f0a74.js} +25 -2
- package/dist/esm/{chunk-349dd751.js → chunk-38a670c0.js} +7 -7
- package/dist/esm/{chunk-f160efb9.js → chunk-3e8228e8.js} +4 -4
- package/dist/esm/{chunk-48fe48c4.js → chunk-53975b6b.js} +88 -12
- package/dist/esm/{chunk-56040896.js → chunk-56fb1149.js} +3 -3
- package/dist/esm/{chunk-34c74085.js → chunk-6d63b2e2.js} +4 -4
- package/dist/esm/{chunk-4e380ee2.js → chunk-71e4d925.js} +2 -1
- package/dist/esm/{chunk-cf72ce36.js → chunk-7722457c.js} +2 -2
- package/dist/esm/{chunk-516e4877.js → chunk-787011b8.js} +1 -1
- package/dist/esm/{chunk-e8611f22.js → chunk-78d65062.js} +5 -4
- package/dist/esm/{chunk-652f2dad.js → chunk-8ed29c41.js} +4 -0
- package/dist/esm/{chunk-ee935ae6.js → chunk-9124d75e.js} +1 -1
- package/dist/esm/{chunk-1d62828e.js → chunk-93c50532.js} +39 -3
- package/dist/esm/{chunk-37678809.js → chunk-97416146.js} +3 -3
- package/dist/esm/{chunk-f9299099.js → chunk-b4852031.js} +54 -47
- package/dist/esm/{chunk-7fd02ffe.js → chunk-bd411d56.js} +2 -2
- package/dist/esm/{chunk-2c957994.js → chunk-e2606096.js} +3 -3
- package/dist/esm/{chunk-e36a4f2c.js → chunk-e442eda2.js} +0 -0
- package/dist/esm/{chunk-c3b09672.js → chunk-f59d32fc.js} +3 -3
- package/dist/esm/clockpicker.js +9 -9
- package/dist/esm/config.js +2 -2
- package/dist/esm/datepicker.js +11 -11
- package/dist/esm/datetimepicker.js +22 -14
- package/dist/esm/dialog.js +4 -4
- package/dist/esm/dropdown.js +5 -5
- package/dist/esm/field.js +4 -4
- package/dist/esm/helpers.js +1 -1
- package/dist/esm/icon.js +4 -4
- package/dist/esm/image.js +6 -6
- package/dist/esm/index.js +104 -100
- package/dist/esm/input.js +6 -6
- package/dist/esm/loading.js +4 -4
- package/dist/esm/menu.js +3 -3
- package/dist/esm/message.js +5 -5
- package/dist/esm/modal.js +4 -4
- package/dist/esm/navbar.js +16 -4
- package/dist/esm/notification.js +22 -10
- package/dist/esm/numberinput.js +6 -6
- package/dist/esm/pagination.js +5 -5
- package/dist/esm/progress.js +8 -4
- package/dist/esm/rate.js +3 -3
- package/dist/esm/select.js +6 -6
- package/dist/esm/sidebar.js +2 -2
- package/dist/esm/slider.js +3 -3
- package/dist/esm/snackbar.js +4 -4
- package/dist/esm/steps.js +6 -6
- package/dist/esm/switch.js +1 -1
- package/dist/esm/table.js +9 -9
- package/dist/esm/tabs.js +6 -6
- package/dist/esm/tag.js +2 -2
- package/dist/esm/taginput.js +26 -14
- package/dist/esm/timepicker.js +12 -12
- package/dist/esm/toast.js +4 -4
- package/dist/esm/tooltip.js +4 -4
- package/dist/esm/upload.js +3 -3
- package/dist/vetur/attributes.json +95 -19
- package/dist/vetur/tags.json +37 -4
- package/package.json +1 -1
- package/src/components/autocomplete/Autocomplete.spec.js +70 -0
- package/src/components/autocomplete/Autocomplete.vue +87 -11
- package/src/components/breadcrumb/Breadcrumb.spec.js +63 -0
- package/src/components/breadcrumb/Breadcrumb.vue +43 -0
- package/src/components/breadcrumb/BreadcrumbItem.spec.js +26 -0
- package/src/components/breadcrumb/BreadcrumbItem.vue +33 -0
- package/src/components/breadcrumb/__snapshots__/Breadcrumb.spec.js.snap +7 -0
- package/src/components/breadcrumb/__snapshots__/BreadcrumbItem.spec.js.snap +7 -0
- package/src/components/breadcrumb/index.js +20 -0
- package/src/components/datepicker/Datepicker.vue +844 -839
- package/src/components/datetimepicker/Datetimepicker.vue +9 -1
- package/src/components/field/Field.vue +1 -0
- package/src/components/image/Image.spec.js +14 -0
- package/src/components/image/Image.vue +4 -2
- package/src/components/index.js +2 -0
- package/src/components/loading/Loading.vue +1 -1
- package/src/components/loading/__snapshots__/Loading.spec.js.snap +1 -1
- package/src/components/message/Message.vue +7 -1
- package/src/components/message/__snapshots__/Message.spec.js.snap +1 -0
- package/src/components/modal/Modal.vue +2 -0
- package/src/components/navbar/Navbar.vue +5 -1
- package/src/components/navbar/NavbarBurger.vue +1 -0
- package/src/components/navbar/NavbarDropdown.vue +8 -2
- package/src/components/navbar/__snapshots__/NavBar.spec.js.snap +11 -11
- package/src/components/navbar/__snapshots__/NavBarBurger.spec.js.snap +3 -0
- package/src/components/navbar/__snapshots__/NavbarDropdown.spec.js.snap +1 -1
- package/src/components/notification/Notification.vue +6 -0
- package/src/components/notification/NotificationNotice.vue +16 -3
- package/src/components/notification/__snapshots__/Notification.spec.js.snap +1 -0
- package/src/components/numberinput/Numberinput.spec.js +10 -0
- package/src/components/numberinput/Numberinput.vue +1 -1
- package/src/components/progress/Progress.vue +6 -2
- package/src/components/snackbar/Snackbar.vue +2 -0
- package/src/components/tag/Tag.vue +25 -2
- package/src/components/tag/__snapshots__/Tag.spec.js.snap +1 -1
- package/src/components/taginput/Taginput.spec.js +57 -1
- package/src/components/taginput/Taginput.vue +16 -7
- package/src/components/toast/Toast.vue +1 -1
- package/src/index.js +2 -0
- package/src/scss/buefy.scss +1 -0
- package/src/scss/components/_loading.scss +2 -1
- package/src/scss/components/_message.scss +3 -0
- package/src/scss/components/_notification.scss +8 -0
- package/src/scss/components/_progress.scss +8 -0
- package/src/utils/MessageMixin.js +32 -1
- package/src/utils/NoticeMixin.js +1 -0
- package/src/utils/TimepickerMixin.js +4 -2
- package/src/utils/config.js +4 -0
- package/types/components.d.ts +5 -0
- package/src/components/navbar/__snapshots__/NavbarBurger.spec.js.snap +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Buefy Changelog
|
|
2
2
|
|
|
3
|
+
## 0.9.11
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
* Fix stay open on mouse click when autocomplete is keep-open
|
|
8
|
+
* Fix emitting autocomplete header and footer events (thanks @geeksilva97)
|
|
9
|
+
* Fix loading when using fixed navbar (thanks @geeksilva97)
|
|
10
|
+
* Fix datetimepicker when use granularity (thanks @geeksilva97)
|
|
11
|
+
* Fix numberinput increment bug (thanks @geeksilva97)
|
|
12
|
+
* Fix #3475 attributes duplication on navbar (thanks @GMartigny)
|
|
13
|
+
* Fix #3490 duplicate tags on select with enter and allow-new
|
|
14
|
+
* Fix #3543 focused date when is range
|
|
15
|
+
* Fix #3277 avoid to emit event when ``clear-on-select``
|
|
16
|
+
* Fix #3418 timepicker hour 12 displayed as 0 (thanks @cain)
|
|
17
|
+
|
|
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
|
+
|
|
3
26
|
## 0.9.10
|
|
4
27
|
|
|
5
28
|
### Fixes
|
package/dist/buefy.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Buefy v0.9.
|
|
1
|
+
/*! Buefy v0.9.11 | MIT License | github.com/buefy/buefy */
|
|
2
2
|
@charset "UTF-8";
|
|
3
3
|
.is-noscroll {
|
|
4
4
|
position: fixed;
|
|
@@ -12113,13 +12113,14 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12113
12113
|
display: none;
|
|
12114
12114
|
justify-content: center;
|
|
12115
12115
|
overflow: hidden;
|
|
12116
|
-
z-index:
|
|
12116
|
+
z-index: 29;
|
|
12117
12117
|
}
|
|
12118
12118
|
.loading-overlay.is-active {
|
|
12119
12119
|
display: flex;
|
|
12120
12120
|
}
|
|
12121
12121
|
.loading-overlay.is-full-page {
|
|
12122
12122
|
position: fixed;
|
|
12123
|
+
z-index: 999;
|
|
12123
12124
|
}
|
|
12124
12125
|
.loading-overlay.is-full-page .loading-icon:after {
|
|
12125
12126
|
top: calc(50% - 2.5em);
|
|
@@ -12169,6 +12170,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12169
12170
|
padding-top: 0;
|
|
12170
12171
|
border: 0;
|
|
12171
12172
|
}
|
|
12173
|
+
.message progress,
|
|
12174
|
+
.notification progress {
|
|
12175
|
+
height: 5px;
|
|
12176
|
+
}
|
|
12172
12177
|
|
|
12173
12178
|
.modal.is-full-screen > .animation-content,
|
|
12174
12179
|
.modal.is-full-screen > .animation-content > .modal-card {
|
|
@@ -12404,6 +12409,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12404
12409
|
}
|
|
12405
12410
|
}
|
|
12406
12411
|
|
|
12412
|
+
.notification .progress-wrapper {
|
|
12413
|
+
position: absolute;
|
|
12414
|
+
bottom: 0;
|
|
12415
|
+
left: 0;
|
|
12416
|
+
width: 100%;
|
|
12417
|
+
}
|
|
12418
|
+
|
|
12407
12419
|
.b-numberinput.field {
|
|
12408
12420
|
margin-bottom: 0;
|
|
12409
12421
|
}
|
|
@@ -12524,6 +12536,9 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12524
12536
|
.progress-wrapper .progress.is-more-than-half.is-danger + .progress-value, .progress-wrapper .is-more-than-half.is-danger.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-danger + .progress-value {
|
|
12525
12537
|
color: #fff;
|
|
12526
12538
|
}
|
|
12539
|
+
.progress-wrapper .progress.is-squared, .progress-wrapper .is-squared.progress-wrapper.is-not-native, .progress-wrapper .progress-bar.is-squared {
|
|
12540
|
+
border-radius: 0;
|
|
12541
|
+
}
|
|
12527
12542
|
.progress-wrapper.is-not-native {
|
|
12528
12543
|
white-space: nowrap;
|
|
12529
12544
|
background-color: #ededed;
|
|
@@ -12599,6 +12614,9 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12599
12614
|
.progress-wrapper.is-not-native .progress-bar.is-danger .progress-value {
|
|
12600
12615
|
color: #fff;
|
|
12601
12616
|
}
|
|
12617
|
+
.progress-wrapper.is-squared {
|
|
12618
|
+
border-radius: 0;
|
|
12619
|
+
}
|
|
12602
12620
|
|
|
12603
12621
|
.b-radio.radio {
|
|
12604
12622
|
outline: none;
|