Updates Buefy to 0.9.4 and Bulma to 0.9.1. Uses new auto-focus prop to avoid focusing on filters panel if not as modal.

This commit is contained in:
mateuswetah 2020-11-03 09:55:39 -03:00
parent 4e03bf05ab
commit 5dd2134ed9
6 changed files with 15 additions and 10 deletions

14
package-lock.json generated
View File

@ -2362,11 +2362,11 @@
}
},
"buefy": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.3.tgz",
"integrity": "sha512-Xqfo3ppeBo8Fwhb2fLwWnpkIC/1thPErU7DX3HksxTHxrSMixJ2BYkf3f6aWv4Ffx/FWX5UHnUrgtT7o7slnDA==",
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.4.tgz",
"integrity": "sha512-LRSIYVNrKTPQhmNRegASkntX+ObtZ7aSSA/3cybDKXzGtPNy8g8cl2tp79Rl8/LBVH/KkRT5rmmzJ21nxz9IcQ==",
"requires": {
"bulma": "0.9.0"
"bulma": "0.9.1"
}
},
"buffer": {
@ -2405,9 +2405,9 @@
"dev": true
},
"bulma": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.0.tgz",
"integrity": "sha512-rV75CJkubNUroAt0qCRkjznZLoaXq/ctfMXsMvKSL84UetbSyx5REl96e8GoQ04G4Tkw0XF3STECffTOQrbzOQ=="
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.1.tgz",
"integrity": "sha512-LSF69OumXg2HSKl2+rN0/OEXJy7WFEb681wtBlNS/ulJYR27J3rORHibdXZ6GVb/vyUzzYK/Arjyh56wjbFedA=="
},
"bytes": {
"version": "3.0.0",

View File

@ -8,8 +8,8 @@
},
"dependencies": {
"axios": "^0.19.2",
"buefy": "^0.9.3",
"bulma": "^0.9.0",
"buefy": "^0.9.4",
"bulma": "^0.9.1",
"css-vars-ponyfill": "^2.3.1",
"mdi": "^2.2.43",
"moment": "^2.25.3",

View File

@ -89,7 +89,7 @@ $black-invert: findColorInvert($black);
$foreground-color: $black;
$background-color: $white;
@import "../../../../node_modules/bulma/sass/utilities/derived-variables.scss";
@import "../../../../node_modules/bulma/sass/utilities/derived-variables.sass";
// Setup $colors to use as bulma classes
$colors: (

View File

@ -2,9 +2,11 @@
@import "../../../../node_modules/bulma/sass/helpers/_all.sass"
@import "../../../../node_modules/bulma/sass/form/_all.sass"
@import "../../../../node_modules/bulma/sass/components/pagination.sass"
@import "../../../../node_modules/bulma/sass/components/card.sass"
@import "../../../../node_modules/bulma/sass/elements/icon.sass"
@import "../../../../node_modules/bulma/sass/elements/tag.sass"
@import "../../../../node_modules/bulma/sass/elements/image.sass"
@import "../../../../node_modules/bulma/sass/elements/notification.sass"
@import "../../../../node_modules/bulma/sass/components/tabs.sass"
@import "../../../../node_modules/bulma/sass/elements/button.sass"
@import "../../../../node_modules/bulma/sass/grid/columns.sass"

View File

@ -407,6 +407,7 @@
:active.sync="isFiltersModalActive"
:width="736"
animation="slide-menu"
:auto-focus="filtersAsModal"
:trap-focus="filtersAsModal"
full-screen
:custom-class="'tainacan-form filters-menu' + (filtersAsModal ? ' filters-menu-modal' : '')"

View File

@ -2,8 +2,10 @@
@import "../../../../node_modules/bulma/sass/helpers/_all.sass"
@import "../../../../node_modules/bulma/sass/form/_all.sass"
@import "../../../../node_modules/bulma/sass/components/pagination.sass"
@import "../../../../node_modules/bulma/sass/components/card.sass"
@import "../../../../node_modules/bulma/sass/elements/icon.sass"
@import "../../../../node_modules/bulma/sass/elements/tag.sass"
@import "../../../../node_modules/bulma/sass/elements/notification.sass"
@import "../../../../node_modules/bulma/sass/components/tabs.sass"
@import "../../../../node_modules/bulma/sass/elements/button.sass"
@import "../../../../node_modules/bulma/sass/grid/columns.sass"