buefy 3.0.0 → 3.0.1
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/dist/buefy.css +4 -9
- package/dist/buefy.css.map +1 -1
- package/dist/buefy.esm.js +24 -16
- package/dist/buefy.esm.min.js +2 -2
- package/dist/buefy.js +24 -16
- package/dist/buefy.min.css +1 -1
- package/dist/buefy.min.js +2 -2
- package/dist/cjs/navbar.js +11 -3
- package/dist/components/autocomplete/index.js +1 -1
- package/dist/components/autocomplete/index.min.js +1 -1
- package/dist/components/breadcrumb/index.js +1 -1
- package/dist/components/breadcrumb/index.min.js +1 -1
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/index.min.js +1 -1
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/carousel/index.min.js +1 -1
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox/index.min.js +1 -1
- package/dist/components/clockpicker/index.js +1 -1
- package/dist/components/clockpicker/index.min.js +1 -1
- package/dist/components/collapse/index.js +1 -1
- package/dist/components/collapse/index.min.js +1 -1
- package/dist/components/colorpicker/index.js +1 -1
- package/dist/components/colorpicker/index.min.js +1 -1
- package/dist/components/datepicker/index.js +1 -1
- package/dist/components/datepicker/index.min.js +1 -1
- package/dist/components/datetimepicker/index.js +1 -1
- package/dist/components/datetimepicker/index.min.js +1 -1
- package/dist/components/dialog/index.js +1 -1
- package/dist/components/dialog/index.min.js +1 -1
- package/dist/components/dropdown/index.js +1 -1
- package/dist/components/dropdown/index.min.js +1 -1
- package/dist/components/field/index.js +1 -1
- package/dist/components/field/index.min.js +1 -1
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon/index.min.js +1 -1
- package/dist/components/image/index.js +1 -1
- package/dist/components/image/index.min.js +1 -1
- package/dist/components/input/index.js +1 -1
- package/dist/components/input/index.min.js +1 -1
- package/dist/components/loading/index.js +1 -1
- package/dist/components/loading/index.min.js +1 -1
- package/dist/components/menu/index.js +1 -1
- package/dist/components/menu/index.min.js +1 -1
- package/dist/components/message/index.js +1 -1
- package/dist/components/message/index.min.js +1 -1
- package/dist/components/modal/index.js +1 -1
- package/dist/components/modal/index.min.js +1 -1
- package/dist/components/navbar/index.js +12 -4
- package/dist/components/navbar/index.min.js +2 -2
- package/dist/components/notification/index.js +1 -1
- package/dist/components/notification/index.min.js +1 -1
- package/dist/components/numberinput/index.js +1 -1
- package/dist/components/numberinput/index.min.js +1 -1
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/pagination/index.min.js +1 -1
- package/dist/components/progress/index.js +1 -1
- package/dist/components/progress/index.min.js +1 -1
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/index.min.js +1 -1
- package/dist/components/rate/index.js +1 -1
- package/dist/components/rate/index.min.js +1 -1
- package/dist/components/select/index.js +1 -1
- package/dist/components/select/index.min.js +1 -1
- package/dist/components/sidebar/index.js +1 -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 +1 -1
- package/dist/components/slider/index.min.js +1 -1
- package/dist/components/snackbar/index.js +1 -1
- package/dist/components/snackbar/index.min.js +1 -1
- package/dist/components/steps/index.js +1 -1
- package/dist/components/steps/index.min.js +1 -1
- package/dist/components/switch/index.js +1 -1
- package/dist/components/switch/index.min.js +1 -1
- package/dist/components/table/index.js +1 -1
- package/dist/components/table/index.min.js +1 -1
- package/dist/components/tabs/index.js +1 -1
- package/dist/components/tabs/index.min.js +1 -1
- package/dist/components/tag/index.js +1 -1
- package/dist/components/tag/index.min.js +1 -1
- package/dist/components/taginput/index.js +1 -1
- package/dist/components/taginput/index.min.js +1 -1
- package/dist/components/timepicker/index.js +1 -1
- package/dist/components/timepicker/index.min.js +1 -1
- package/dist/components/toast/index.js +1 -1
- package/dist/components/toast/index.min.js +1 -1
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tooltip/index.min.js +1 -1
- package/dist/components/upload/index.js +1 -1
- package/dist/components/upload/index.min.js +1 -1
- package/dist/esm/navbar.js +11 -3
- package/package.json +1 -1
- package/src/components/navbar/NavbarBurger.vue +1 -0
- package/src/components/navbar/__snapshots__/NavBar.spec.ts.snap +1 -1
- package/src/components/navbar/__snapshots__/NavBarBurger.spec.ts.snap +1 -1
- package/src/scss/buefy.scss +38 -38
- package/src/scss/components/_autocomplete.scss +5 -0
- package/src/scss/components/_modal.scss +0 -14
package/dist/buefy.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Buefy v3.0.
|
|
1
|
+
/*! Buefy v3.0.1 | MIT License | github.com/buefy/buefy */
|
|
2
2
|
import { Fragment, Comment, Text, Static, defineComponent, h, resolveComponent, createElementBlock, openBlock, normalizeClass, createBlock, renderSlot, createCommentVNode, createTextVNode, toDisplayString, withCtx, createVNode, renderList, resolveDynamicComponent, mergeProps, withDirectives, vModelDynamic, vModelText, withKeys, withModifiers, Transition, createElementVNode, normalizeStyle, vShow, normalizeProps, guardReactiveProps, vModelCheckbox, resolveDirective, createSlots, vModelSelect, toHandlers, createApp, vModelRadio, toRaw, toHandlerKey } from 'vue';
|
|
3
3
|
|
|
4
4
|
var __defProp$d = Object.defineProperty;
|
|
@@ -6252,7 +6252,7 @@ const _hoisted_5$b = {
|
|
|
6252
6252
|
key: 0,
|
|
6253
6253
|
class: "b-clockpicker-period"
|
|
6254
6254
|
};
|
|
6255
|
-
const _hoisted_6$
|
|
6255
|
+
const _hoisted_6$9 = { class: "card-content" };
|
|
6256
6256
|
const _hoisted_7$8 = {
|
|
6257
6257
|
key: 0,
|
|
6258
6258
|
class: "b-clockpicker-time"
|
|
@@ -6351,7 +6351,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6351
6351
|
])) : createCommentVNode("v-if", true)
|
|
6352
6352
|
])
|
|
6353
6353
|
])) : createCommentVNode("v-if", true),
|
|
6354
|
-
createElementVNode("div", _hoisted_6$
|
|
6354
|
+
createElementVNode("div", _hoisted_6$9, [
|
|
6355
6355
|
createElementVNode(
|
|
6356
6356
|
"div",
|
|
6357
6357
|
{
|
|
@@ -6833,7 +6833,7 @@ const _hoisted_5$a = [
|
|
|
6833
6833
|
_hoisted_3$l,
|
|
6834
6834
|
_hoisted_4$g
|
|
6835
6835
|
];
|
|
6836
|
-
const _hoisted_6$
|
|
6836
|
+
const _hoisted_6$8 = ["id"];
|
|
6837
6837
|
const _hoisted_7$7 = ["stop-color"];
|
|
6838
6838
|
const _hoisted_8$6 = ["stop-color"];
|
|
6839
6839
|
const _hoisted_9$4 = ["id"];
|
|
@@ -6876,7 +6876,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6876
6876
|
"stop-color": `hsl(${_ctx.hue}deg, 100%, 50%)`,
|
|
6877
6877
|
"stop-opacity": "0"
|
|
6878
6878
|
}, null, 8, _hoisted_8$6)
|
|
6879
|
-
], 8, _hoisted_6$
|
|
6879
|
+
], 8, _hoisted_6$8),
|
|
6880
6880
|
createElementVNode("clipPath", {
|
|
6881
6881
|
id: `cp-triangle-clip-${_ctx.id}`
|
|
6882
6882
|
}, [
|
|
@@ -10345,7 +10345,7 @@ const _hoisted_2$s = ["disabled", "aria-label"];
|
|
|
10345
10345
|
const _hoisted_3$h = ["disabled", "aria-label"];
|
|
10346
10346
|
const _hoisted_4$c = { class: "pagination-list" };
|
|
10347
10347
|
const _hoisted_5$9 = ["value", "disabled"];
|
|
10348
|
-
const _hoisted_6$
|
|
10348
|
+
const _hoisted_6$7 = ["value"];
|
|
10349
10349
|
const _hoisted_7$6 = { key: 1 };
|
|
10350
10350
|
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10351
10351
|
const _component_b_input = resolveComponent("b-input");
|
|
@@ -10477,7 +10477,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10477
10477
|
return openBlock(), createElementBlock("option", {
|
|
10478
10478
|
value: year,
|
|
10479
10479
|
key: year
|
|
10480
|
-
}, toDisplayString(year), 9, _hoisted_6$
|
|
10480
|
+
}, toDisplayString(year), 9, _hoisted_6$7);
|
|
10481
10481
|
}),
|
|
10482
10482
|
128
|
|
10483
10483
|
/* KEYED_FRAGMENT */
|
|
@@ -10676,7 +10676,7 @@ const _hoisted_2$r = { class: "control is-colon" };
|
|
|
10676
10676
|
const _hoisted_3$g = ["value", "disabled"];
|
|
10677
10677
|
const _hoisted_4$b = { class: "control is-colon" };
|
|
10678
10678
|
const _hoisted_5$8 = ["value", "disabled"];
|
|
10679
|
-
const _hoisted_6$
|
|
10679
|
+
const _hoisted_6$6 = { class: "control is-colon" };
|
|
10680
10680
|
const _hoisted_7$5 = ["value"];
|
|
10681
10681
|
const _hoisted_8$5 = {
|
|
10682
10682
|
key: 0,
|
|
@@ -10812,7 +10812,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10812
10812
|
}, 8, ["modelValue", "disabled"]),
|
|
10813
10813
|
createElementVNode(
|
|
10814
10814
|
"span",
|
|
10815
|
-
_hoisted_6$
|
|
10815
|
+
_hoisted_6$6,
|
|
10816
10816
|
toDisplayString(_ctx.secondLiteral),
|
|
10817
10817
|
1
|
|
10818
10818
|
/* TEXT */
|
|
@@ -11887,7 +11887,7 @@ const _hoisted_3$d = {
|
|
|
11887
11887
|
};
|
|
11888
11888
|
const _hoisted_4$9 = { class: "modal-card-title" };
|
|
11889
11889
|
const _hoisted_5$7 = { class: "media" };
|
|
11890
|
-
const _hoisted_6$
|
|
11890
|
+
const _hoisted_6$5 = {
|
|
11891
11891
|
key: 0,
|
|
11892
11892
|
class: "media-left"
|
|
11893
11893
|
};
|
|
@@ -11934,7 +11934,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11934
11934
|
},
|
|
11935
11935
|
[
|
|
11936
11936
|
createElementVNode("div", _hoisted_5$7, [
|
|
11937
|
-
_ctx.hasIcon && (_ctx.icon || _ctx.iconByType) ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
11937
|
+
_ctx.hasIcon && (_ctx.icon || _ctx.iconByType) ? (openBlock(), createElementBlock("div", _hoisted_6$5, [
|
|
11938
11938
|
createVNode(_component_b_icon, {
|
|
11939
11939
|
icon: _ctx.icon ? _ctx.icon : _ctx.iconByType,
|
|
11940
11940
|
pack: _ctx.iconPack,
|
|
@@ -13056,7 +13056,7 @@ const _hoisted_5$6 = {
|
|
|
13056
13056
|
key: 1,
|
|
13057
13057
|
class: "message-body"
|
|
13058
13058
|
};
|
|
13059
|
-
const _hoisted_6$
|
|
13059
|
+
const _hoisted_6$4 = { class: "media" };
|
|
13060
13060
|
const _hoisted_7$3 = {
|
|
13061
13061
|
key: 0,
|
|
13062
13062
|
class: "media-left"
|
|
@@ -13095,7 +13095,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13095
13095
|
}, null, 8, _hoisted_4$8)) : createCommentVNode("v-if", true)
|
|
13096
13096
|
])) : createCommentVNode("v-if", true),
|
|
13097
13097
|
_ctx.$slots.default ? (openBlock(), createElementBlock("section", _hoisted_5$6, [
|
|
13098
|
-
createElementVNode("div", _hoisted_6$
|
|
13098
|
+
createElementVNode("div", _hoisted_6$4, [
|
|
13099
13099
|
_ctx.computedIcon && _ctx.hasIcon ? (openBlock(), createElementBlock("div", _hoisted_7$3, [
|
|
13100
13100
|
createVNode(_component_b_icon, {
|
|
13101
13101
|
icon: _ctx.computedIcon,
|
|
@@ -13677,10 +13677,18 @@ const _hoisted_4$6 = /* @__PURE__ */ createElementVNode(
|
|
|
13677
13677
|
-1
|
|
13678
13678
|
/* HOISTED */
|
|
13679
13679
|
);
|
|
13680
|
-
const _hoisted_5$4 =
|
|
13680
|
+
const _hoisted_5$4 = /* @__PURE__ */ createElementVNode(
|
|
13681
|
+
"span",
|
|
13682
|
+
{ "aria-hidden": "true" },
|
|
13683
|
+
null,
|
|
13684
|
+
-1
|
|
13685
|
+
/* HOISTED */
|
|
13686
|
+
);
|
|
13687
|
+
const _hoisted_6$3 = [
|
|
13681
13688
|
_hoisted_2$i,
|
|
13682
13689
|
_hoisted_3$a,
|
|
13683
|
-
_hoisted_4$6
|
|
13690
|
+
_hoisted_4$6,
|
|
13691
|
+
_hoisted_5$4
|
|
13684
13692
|
];
|
|
13685
13693
|
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13686
13694
|
return openBlock(), createElementBlock("a", mergeProps({
|
|
@@ -13688,7 +13696,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13688
13696
|
class: ["navbar-burger burger", { "is-active": _ctx.isOpened }],
|
|
13689
13697
|
"aria-label": "menu",
|
|
13690
13698
|
"aria-expanded": _ctx.isOpened || void 0
|
|
13691
|
-
}, _ctx.$attrs, { tabindex: "0" }), [...
|
|
13699
|
+
}, _ctx.$attrs, { tabindex: "0" }), [..._hoisted_6$3], 16, _hoisted_1$l);
|
|
13692
13700
|
}
|
|
13693
13701
|
var NavbarBurger = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$p]]);
|
|
13694
13702
|
|