buefy 0.9.9 → 0.9.13
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 +1639 -1609
- package/dist/buefy.css +20 -2
- package/dist/buefy.esm.js +2227 -1869
- package/dist/buefy.esm.min.js +2 -2
- package/dist/buefy.js +2266 -1907
- 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 +6 -107
- package/dist/cjs/carousel.js +9 -7
- package/dist/cjs/checkbox.js +5 -5
- package/dist/cjs/{chunk-d33a8a78.js → chunk-114191ae.js} +3 -3
- package/dist/cjs/{chunk-dafdb70c.js → chunk-2062216d.js} +39 -3
- package/dist/cjs/{chunk-64efc596.js → chunk-2911aa4b.js} +20 -16
- package/dist/cjs/{chunk-96ab31c1.js → chunk-2ae50815.js} +7 -7
- package/dist/cjs/{chunk-c3032504.js → chunk-2c7de785.js} +3 -3
- package/dist/cjs/{chunk-50ff3a78.js → chunk-30670fac.js} +96 -15
- package/dist/cjs/{chunk-e57b3891.js → chunk-34949503.js} +2 -2
- package/dist/cjs/{chunk-0abd2223.js → chunk-3b43d77a.js} +2 -2
- package/dist/cjs/{chunk-dcdbe2e8.js → chunk-3cc5d9a6.js} +1 -1
- package/dist/cjs/{chunk-0b57168e.js → chunk-61023b09.js} +3 -3
- package/dist/cjs/chunk-6cb902f8.js +314 -0
- package/dist/cjs/{chunk-adb01a93.js → chunk-7da0c017.js} +26 -24
- 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-816cba7a.js → chunk-9e4cf4c5.js} +1 -1
- package/dist/cjs/{chunk-33b9d1cf.js → chunk-a11294f9.js} +27 -26
- package/dist/cjs/{chunk-430b5370.js → chunk-bfcad370.js} +25 -2
- package/dist/cjs/{chunk-cc470e7c.js → chunk-c6fbc7b4.js} +7 -7
- package/dist/cjs/{chunk-993f89de.js → chunk-c7b2aa4b.js} +5 -4
- package/dist/cjs/{chunk-6474e963.js → chunk-d0f8ea39.js} +9 -9
- package/dist/cjs/{chunk-3acb500b.js → chunk-d120e215.js} +2 -2
- package/dist/cjs/{chunk-f5baaa70.js → chunk-d54e40f6.js} +2 -1
- package/dist/cjs/{chunk-916a2858.js → chunk-f5106717.js} +4 -4
- package/dist/cjs/chunk-fe2f57ee.js +110 -0
- package/dist/cjs/{chunk-2571dc7c.js → chunk-fefd7b77.js} +0 -0
- package/dist/cjs/clockpicker.js +11 -11
- package/dist/cjs/config.js +2 -2
- package/dist/cjs/datepicker.js +12 -12
- package/dist/cjs/datetimepicker.js +22 -15
- package/dist/cjs/dialog.js +13 -11
- package/dist/cjs/dropdown.js +8 -8
- package/dist/cjs/field.js +5 -5
- package/dist/cjs/helpers.js +2 -3
- package/dist/cjs/icon.js +3 -3
- package/dist/cjs/image.js +6 -311
- package/dist/cjs/index.js +29 -23
- package/dist/cjs/input.js +5 -5
- package/dist/cjs/loading.js +6 -6
- package/dist/cjs/menu.js +3 -3
- package/dist/cjs/message.js +6 -6
- package/dist/cjs/modal.js +6 -6
- package/dist/cjs/navbar.js +16 -4
- package/dist/cjs/notification.js +23 -11
- package/dist/cjs/numberinput.js +9 -7
- package/dist/cjs/pagination.js +8 -8
- package/dist/cjs/progress.js +10 -6
- package/dist/cjs/radio.js +3 -3
- package/dist/cjs/rate.js +3 -3
- package/dist/cjs/select.js +7 -7
- package/dist/cjs/sidebar.js +2 -2
- package/dist/cjs/slider.js +4 -4
- package/dist/cjs/snackbar.js +5 -5
- package/dist/cjs/steps.js +8 -8
- package/dist/cjs/switch.js +1 -1
- package/dist/cjs/table.js +13 -13
- package/dist/cjs/tabs.js +8 -8
- package/dist/cjs/tag.js +3 -3
- package/dist/cjs/taginput.js +34 -22
- package/dist/cjs/timepicker.js +13 -13
- package/dist/cjs/toast.js +5 -5
- package/dist/cjs/tooltip.js +5 -5
- package/dist/cjs/upload.js +5 -5
- package/dist/components/autocomplete/index.js +98 -13
- 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 +348 -15
- 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 +54 -47
- 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 +41 -32
- package/dist/components/datepicker/index.min.js +2 -2
- package/dist/components/datetimepicker/index.js +75 -58
- package/dist/components/datetimepicker/index.min.js +2 -2
- package/dist/components/dialog/index.js +126 -18
- 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 +29 -23
- 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 +9 -3
- 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 +185 -29
- package/dist/components/taginput/index.min.js +2 -2
- package/dist/components/timepicker/index.js +54 -47
- 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 +6 -107
- package/dist/esm/carousel.js +7 -5
- package/dist/esm/{chunk-56040896.js → chunk-18e8b067.js} +3 -3
- package/dist/esm/{chunk-fa404a2c.js → chunk-21fc0948.js} +7 -7
- package/dist/esm/{chunk-f9299099.js → chunk-22e9f916.js} +19 -15
- package/dist/esm/{chunk-1fafdf15.js → chunk-2452e3d3.js} +37 -1
- package/dist/esm/{chunk-1297c2c9.js → chunk-29ca0df8.js} +1 -1
- package/dist/esm/{chunk-3c2169d7.js → chunk-2f2f0a74.js} +25 -2
- package/dist/esm/{chunk-cf72ce36.js → chunk-3773c62d.js} +2 -2
- package/dist/esm/{chunk-2c957994.js → chunk-4b67a181.js} +3 -3
- package/dist/esm/{chunk-45740cdc.js → chunk-6019fd7a.js} +96 -15
- package/dist/esm/chunk-71a547bc.js +312 -0
- package/dist/esm/{chunk-516e4877.js → chunk-75a5af93.js} +1 -1
- package/dist/esm/{chunk-4e380ee2.js → chunk-799e084d.js} +2 -1
- package/dist/esm/{chunk-37678809.js → chunk-83eb0d37.js} +3 -3
- package/dist/esm/{chunk-34c74085.js → chunk-8d0f95b8.js} +4 -4
- package/dist/esm/{chunk-652f2dad.js → chunk-8ed29c41.js} +4 -0
- package/dist/esm/{chunk-742a9694.js → chunk-9f7f7441.js} +3 -2
- package/dist/esm/{chunk-f160efb9.js → chunk-ae8ab23a.js} +4 -4
- package/dist/esm/{chunk-c3b09672.js → chunk-b07e3182.js} +26 -24
- package/dist/esm/{chunk-e36a4f2c.js → chunk-b0c0c6b0.js} +0 -0
- package/dist/esm/{chunk-ee935ae6.js → chunk-c9c58d0c.js} +1 -1
- package/dist/esm/{chunk-1d62828e.js → chunk-d7f92d97.js} +39 -3
- package/dist/esm/{chunk-7fd02ffe.js → chunk-d92f0cd9.js} +2 -2
- package/dist/esm/chunk-e7c9b2cb.js +108 -0
- package/dist/esm/{chunk-0e22ae0a.js → chunk-ece062a7.js} +27 -26
- 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 +21 -14
- package/dist/esm/dialog.js +10 -8
- package/dist/esm/dropdown.js +5 -5
- package/dist/esm/field.js +4 -4
- package/dist/esm/helpers.js +2 -3
- package/dist/esm/icon.js +4 -4
- package/dist/esm/image.js +6 -311
- package/dist/esm/index.js +106 -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 +9 -7
- 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 +33 -21
- 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 +2 -2
- package/src/components/autocomplete/Autocomplete.spec.js +70 -0
- package/src/components/autocomplete/Autocomplete.vue +93 -18
- package/src/components/breadcrumb/Breadcrumb.spec.js +63 -0
- package/src/components/breadcrumb/Breadcrumb.vue +43 -0
- package/src/components/breadcrumb/BreadcrumbItem.spec.js +25 -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/carousel/CarouselList.vue +3 -1
- package/src/components/carousel/__snapshots__/CarouselList.spec.js.snap +128 -8
- package/src/components/clockpicker/Clockpicker.vue +259 -259
- package/src/components/datepicker/Datepicker.vue +10 -6
- package/src/components/datetimepicker/Datetimepicker.vue +8 -1
- package/src/components/dialog/Dialog.vue +10 -10
- package/src/components/field/Field.vue +271 -270
- package/src/components/image/Image.spec.js +197 -183
- 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 +4 -2
- 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 +373 -364
- 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 +718 -716
- package/src/utils/config.js +4 -0
- package/src/utils/helpers.js +1 -2
- package/types/components.d.ts +5 -0
- package/src/components/navbar/__snapshots__/NavbarBurger.spec.js.snap +0 -3
package/dist/cjs/autocomplete.js
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('./chunk-
|
|
5
|
+
require('./chunk-92621ff7.js');
|
|
6
6
|
require('./helpers.js');
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
9
|
-
require('./chunk-
|
|
7
|
+
require('./chunk-9103eeda.js');
|
|
8
|
+
require('./chunk-9e4cf4c5.js');
|
|
9
|
+
require('./chunk-d120e215.js');
|
|
10
10
|
var __chunk_5 = require('./chunk-13e039f5.js');
|
|
11
|
-
require('./chunk-
|
|
12
|
-
var __chunk_7 = require('./chunk-
|
|
11
|
+
require('./chunk-f5106717.js');
|
|
12
|
+
var __chunk_7 = require('./chunk-30670fac.js');
|
|
13
13
|
|
|
14
14
|
var Plugin = {
|
|
15
15
|
install: function install(Vue) {
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var __chunk_2 = require('./chunk-9103eeda.js');
|
|
6
|
+
var __chunk_5 = require('./chunk-13e039f5.js');
|
|
7
|
+
|
|
8
|
+
//
|
|
9
|
+
var script = {
|
|
10
|
+
name: 'BBreadcrumb',
|
|
11
|
+
props: {
|
|
12
|
+
align: {
|
|
13
|
+
type: String,
|
|
14
|
+
default: function _default() {
|
|
15
|
+
return __chunk_2.config.defaultBreadcrumbAlign;
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
separator: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: function _default() {
|
|
21
|
+
return __chunk_2.config.defaultBreadcrumbSeparator;
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
size: {
|
|
25
|
+
type: String,
|
|
26
|
+
default: function _default() {
|
|
27
|
+
return __chunk_2.config.defaultBreadcrumbSize;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
computed: {
|
|
32
|
+
breadcrumbClasses: function breadcrumbClasses() {
|
|
33
|
+
return ['breadcrumb', this.align, this.separator, this.size];
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
/* script */
|
|
39
|
+
const __vue_script__ = script;
|
|
40
|
+
|
|
41
|
+
/* template */
|
|
42
|
+
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{class:_vm.breadcrumbClasses},[_c('ul',[_vm._t("default")],2)])};
|
|
43
|
+
var __vue_staticRenderFns__ = [];
|
|
44
|
+
|
|
45
|
+
/* style */
|
|
46
|
+
const __vue_inject_styles__ = undefined;
|
|
47
|
+
/* scoped */
|
|
48
|
+
const __vue_scope_id__ = undefined;
|
|
49
|
+
/* module identifier */
|
|
50
|
+
const __vue_module_identifier__ = undefined;
|
|
51
|
+
/* functional template */
|
|
52
|
+
const __vue_is_functional_template__ = false;
|
|
53
|
+
/* style inject */
|
|
54
|
+
|
|
55
|
+
/* style inject SSR */
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
var Breadcrumb = __chunk_5.__vue_normalize__(
|
|
60
|
+
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
|
|
61
|
+
__vue_inject_styles__,
|
|
62
|
+
__vue_script__,
|
|
63
|
+
__vue_scope_id__,
|
|
64
|
+
__vue_is_functional_template__,
|
|
65
|
+
__vue_module_identifier__,
|
|
66
|
+
undefined,
|
|
67
|
+
undefined
|
|
68
|
+
);
|
|
69
|
+
|
|
70
|
+
//
|
|
71
|
+
var script$1 = {
|
|
72
|
+
name: 'BBreadcrumbItem',
|
|
73
|
+
inheritAttrs: false,
|
|
74
|
+
props: {
|
|
75
|
+
tag: {
|
|
76
|
+
type: String,
|
|
77
|
+
default: function _default() {
|
|
78
|
+
return __chunk_2.config.defaultBreadcrumbTag;
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
active: Boolean
|
|
82
|
+
}
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
/* script */
|
|
86
|
+
const __vue_script__$1 = script$1;
|
|
87
|
+
|
|
88
|
+
/* template */
|
|
89
|
+
var __vue_render__$1 = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{class:{ 'is-active': _vm.active }},[_c(_vm.tag,_vm._g(_vm._b({tag:"component"},'component',_vm.$attrs,false),_vm.$listeners),[_vm._t("default")],2)],1)};
|
|
90
|
+
var __vue_staticRenderFns__$1 = [];
|
|
91
|
+
|
|
92
|
+
/* style */
|
|
93
|
+
const __vue_inject_styles__$1 = undefined;
|
|
94
|
+
/* scoped */
|
|
95
|
+
const __vue_scope_id__$1 = undefined;
|
|
96
|
+
/* module identifier */
|
|
97
|
+
const __vue_module_identifier__$1 = undefined;
|
|
98
|
+
/* functional template */
|
|
99
|
+
const __vue_is_functional_template__$1 = false;
|
|
100
|
+
/* style inject */
|
|
101
|
+
|
|
102
|
+
/* style inject SSR */
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
var BreadcrumbItem = __chunk_5.__vue_normalize__(
|
|
107
|
+
{ render: __vue_render__$1, staticRenderFns: __vue_staticRenderFns__$1 },
|
|
108
|
+
__vue_inject_styles__$1,
|
|
109
|
+
__vue_script__$1,
|
|
110
|
+
__vue_scope_id__$1,
|
|
111
|
+
__vue_is_functional_template__$1,
|
|
112
|
+
__vue_module_identifier__$1,
|
|
113
|
+
undefined,
|
|
114
|
+
undefined
|
|
115
|
+
);
|
|
116
|
+
|
|
117
|
+
var Plugin = {
|
|
118
|
+
install: function install(Vue) {
|
|
119
|
+
__chunk_5.registerComponent(Vue, Breadcrumb);
|
|
120
|
+
__chunk_5.registerComponent(Vue, BreadcrumbItem);
|
|
121
|
+
}
|
|
122
|
+
};
|
|
123
|
+
__chunk_5.use(Plugin);
|
|
124
|
+
|
|
125
|
+
exports.BBreadcrumb = Breadcrumb;
|
|
126
|
+
exports.BBreadcrumbItem = BreadcrumbItem;
|
|
127
|
+
exports.default = Plugin;
|
package/dist/cjs/button.js
CHANGED
|
@@ -2,120 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
require('./chunk-92621ff7.js');
|
|
6
6
|
require('./helpers.js');
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
require('./chunk-9103eeda.js');
|
|
8
|
+
require('./chunk-d120e215.js');
|
|
9
9
|
var __chunk_5 = require('./chunk-13e039f5.js');
|
|
10
|
-
|
|
11
|
-
var script = {
|
|
12
|
-
name: 'BButton',
|
|
13
|
-
components: __chunk_1._defineProperty({}, __chunk_4.Icon.name, __chunk_4.Icon),
|
|
14
|
-
inheritAttrs: false,
|
|
15
|
-
props: {
|
|
16
|
-
type: [String, Object],
|
|
17
|
-
size: String,
|
|
18
|
-
label: String,
|
|
19
|
-
iconPack: String,
|
|
20
|
-
iconLeft: String,
|
|
21
|
-
iconRight: String,
|
|
22
|
-
rounded: {
|
|
23
|
-
type: Boolean,
|
|
24
|
-
default: function _default() {
|
|
25
|
-
return __chunk_2.config.defaultButtonRounded;
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
loading: Boolean,
|
|
29
|
-
outlined: Boolean,
|
|
30
|
-
expanded: Boolean,
|
|
31
|
-
inverted: Boolean,
|
|
32
|
-
focused: Boolean,
|
|
33
|
-
active: Boolean,
|
|
34
|
-
hovered: Boolean,
|
|
35
|
-
selected: Boolean,
|
|
36
|
-
nativeType: {
|
|
37
|
-
type: String,
|
|
38
|
-
default: 'button',
|
|
39
|
-
validator: function validator(value) {
|
|
40
|
-
return ['button', 'submit', 'reset'].indexOf(value) >= 0;
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
tag: {
|
|
44
|
-
type: String,
|
|
45
|
-
default: 'button',
|
|
46
|
-
validator: function validator(value) {
|
|
47
|
-
return __chunk_2.config.defaultLinkTags.indexOf(value) >= 0;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
computed: {
|
|
52
|
-
computedTag: function computedTag() {
|
|
53
|
-
if (this.$attrs.disabled !== undefined && this.$attrs.disabled !== false) {
|
|
54
|
-
return 'button';
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
return this.tag;
|
|
58
|
-
},
|
|
59
|
-
iconSize: function iconSize() {
|
|
60
|
-
if (!this.size || this.size === 'is-medium') {
|
|
61
|
-
return 'is-small';
|
|
62
|
-
} else if (this.size === 'is-large') {
|
|
63
|
-
return 'is-medium';
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
return this.size;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
|
|
71
|
-
/* script */
|
|
72
|
-
const __vue_script__ = script;
|
|
73
|
-
|
|
74
|
-
/* template */
|
|
75
|
-
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.computedTag,_vm._g(_vm._b({tag:"component",staticClass:"button",class:[_vm.size, _vm.type, {
|
|
76
|
-
'is-rounded': _vm.rounded,
|
|
77
|
-
'is-loading': _vm.loading,
|
|
78
|
-
'is-outlined': _vm.outlined,
|
|
79
|
-
'is-fullwidth': _vm.expanded,
|
|
80
|
-
'is-inverted': _vm.inverted,
|
|
81
|
-
'is-focused': _vm.focused,
|
|
82
|
-
'is-active': _vm.active,
|
|
83
|
-
'is-hovered': _vm.hovered,
|
|
84
|
-
'is-selected': _vm.selected
|
|
85
|
-
}],attrs:{"type":_vm.nativeType}},'component',_vm.$attrs,false),_vm.$listeners),[(_vm.iconLeft)?_c('b-icon',{attrs:{"pack":_vm.iconPack,"icon":_vm.iconLeft,"size":_vm.iconSize}}):_vm._e(),(_vm.label)?_c('span',[_vm._v(_vm._s(_vm.label))]):(_vm.$slots.default)?_c('span',[_vm._t("default")],2):_vm._e(),(_vm.iconRight)?_c('b-icon',{attrs:{"pack":_vm.iconPack,"icon":_vm.iconRight,"size":_vm.iconSize}}):_vm._e()],1)};
|
|
86
|
-
var __vue_staticRenderFns__ = [];
|
|
87
|
-
|
|
88
|
-
/* style */
|
|
89
|
-
const __vue_inject_styles__ = undefined;
|
|
90
|
-
/* scoped */
|
|
91
|
-
const __vue_scope_id__ = undefined;
|
|
92
|
-
/* module identifier */
|
|
93
|
-
const __vue_module_identifier__ = undefined;
|
|
94
|
-
/* functional template */
|
|
95
|
-
const __vue_is_functional_template__ = false;
|
|
96
|
-
/* style inject */
|
|
97
|
-
|
|
98
|
-
/* style inject SSR */
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
var Button = __chunk_5.__vue_normalize__(
|
|
103
|
-
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
|
|
104
|
-
__vue_inject_styles__,
|
|
105
|
-
__vue_script__,
|
|
106
|
-
__vue_scope_id__,
|
|
107
|
-
__vue_is_functional_template__,
|
|
108
|
-
__vue_module_identifier__,
|
|
109
|
-
undefined,
|
|
110
|
-
undefined
|
|
111
|
-
);
|
|
10
|
+
var __chunk_8 = require('./chunk-fe2f57ee.js');
|
|
112
11
|
|
|
113
12
|
var Plugin = {
|
|
114
13
|
install: function install(Vue) {
|
|
115
|
-
__chunk_5.registerComponent(Vue, Button);
|
|
14
|
+
__chunk_5.registerComponent(Vue, __chunk_8.Button);
|
|
116
15
|
}
|
|
117
16
|
};
|
|
118
17
|
__chunk_5.use(Plugin);
|
|
119
18
|
|
|
120
|
-
exports.BButton = Button;
|
|
19
|
+
exports.BButton = __chunk_8.Button;
|
|
121
20
|
exports.default = Plugin;
|
package/dist/cjs/carousel.js
CHANGED
|
@@ -2,17 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var __chunk_1 = require('./chunk-
|
|
5
|
+
var __chunk_1 = require('./chunk-92621ff7.js');
|
|
6
6
|
var helpers = require('./helpers.js');
|
|
7
|
-
var __chunk_2 = require('./chunk-
|
|
8
|
-
var __chunk_4 = require('./chunk-
|
|
7
|
+
var __chunk_2 = require('./chunk-9103eeda.js');
|
|
8
|
+
var __chunk_4 = require('./chunk-d120e215.js');
|
|
9
9
|
var __chunk_5 = require('./chunk-13e039f5.js');
|
|
10
|
-
var
|
|
10
|
+
var __chunk_9 = require('./chunk-3cc5d9a6.js');
|
|
11
|
+
var __chunk_10 = require('./chunk-6cb902f8.js');
|
|
11
12
|
|
|
12
13
|
var script = {
|
|
13
14
|
name: 'BCarousel',
|
|
14
15
|
components: __chunk_1._defineProperty({}, __chunk_4.Icon.name, __chunk_4.Icon),
|
|
15
|
-
mixins: [
|
|
16
|
+
mixins: [__chunk_9.ProviderParentMixin('carousel', __chunk_9.Sorted)],
|
|
16
17
|
props: {
|
|
17
18
|
value: {
|
|
18
19
|
type: Number,
|
|
@@ -307,7 +308,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
307
308
|
//
|
|
308
309
|
var script$1 = {
|
|
309
310
|
name: 'BCarouselItem',
|
|
310
|
-
mixins: [
|
|
311
|
+
mixins: [__chunk_9.InjectedChildMixin('carousel', __chunk_9.Sorted$1)],
|
|
311
312
|
data: function data() {
|
|
312
313
|
return {
|
|
313
314
|
transitionName: null
|
|
@@ -359,9 +360,10 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
359
360
|
undefined
|
|
360
361
|
);
|
|
361
362
|
|
|
363
|
+
var _components;
|
|
362
364
|
var script$2 = {
|
|
363
365
|
name: 'BCarouselList',
|
|
364
|
-
components: __chunk_1._defineProperty(
|
|
366
|
+
components: (_components = {}, __chunk_1._defineProperty(_components, __chunk_4.Icon.name, __chunk_4.Icon), __chunk_1._defineProperty(_components, __chunk_10.Image.name, __chunk_10.Image), _components),
|
|
365
367
|
props: {
|
|
366
368
|
data: {
|
|
367
369
|
type: Array,
|
package/dist/cjs/checkbox.js
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var __chunk_5 = require('./chunk-13e039f5.js');
|
|
6
|
-
var
|
|
7
|
-
var
|
|
6
|
+
var __chunk_11 = require('./chunk-8b8384ca.js');
|
|
7
|
+
var __chunk_12 = require('./chunk-3b43d77a.js');
|
|
8
8
|
|
|
9
9
|
//
|
|
10
10
|
var script = {
|
|
11
11
|
name: 'BCheckboxButton',
|
|
12
|
-
mixins: [
|
|
12
|
+
mixins: [__chunk_11.CheckRadioMixin],
|
|
13
13
|
props: {
|
|
14
14
|
type: {
|
|
15
15
|
type: String,
|
|
@@ -70,12 +70,12 @@ var __vue_staticRenderFns__ = [];
|
|
|
70
70
|
|
|
71
71
|
var Plugin = {
|
|
72
72
|
install: function install(Vue) {
|
|
73
|
-
__chunk_5.registerComponent(Vue,
|
|
73
|
+
__chunk_5.registerComponent(Vue, __chunk_12.Checkbox);
|
|
74
74
|
__chunk_5.registerComponent(Vue, CheckboxButton);
|
|
75
75
|
}
|
|
76
76
|
};
|
|
77
77
|
__chunk_5.use(Plugin);
|
|
78
78
|
|
|
79
|
-
exports.BCheckbox =
|
|
79
|
+
exports.BCheckbox = __chunk_12.Checkbox;
|
|
80
80
|
exports.BCheckboxButton = CheckboxButton;
|
|
81
81
|
exports.default = Plugin;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var __chunk_1 = require('./chunk-
|
|
4
|
-
var __chunk_3 = require('./chunk-
|
|
5
|
-
var __chunk_4 = require('./chunk-
|
|
3
|
+
var __chunk_1 = require('./chunk-92621ff7.js');
|
|
4
|
+
var __chunk_3 = require('./chunk-9e4cf4c5.js');
|
|
5
|
+
var __chunk_4 = require('./chunk-d120e215.js');
|
|
6
6
|
var __chunk_5 = require('./chunk-13e039f5.js');
|
|
7
7
|
|
|
8
8
|
var script = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var __chunk_1 = require('./chunk-
|
|
4
|
-
var __chunk_4 = require('./chunk-
|
|
3
|
+
var __chunk_1 = require('./chunk-92621ff7.js');
|
|
4
|
+
var __chunk_4 = require('./chunk-d120e215.js');
|
|
5
5
|
|
|
6
6
|
var MessageMixin = {
|
|
7
7
|
components: __chunk_1._defineProperty({}, __chunk_4.Icon.name, __chunk_4.Icon),
|
|
@@ -34,11 +34,17 @@ var MessageMixin = {
|
|
|
34
34
|
duration: {
|
|
35
35
|
type: Number,
|
|
36
36
|
default: 2000
|
|
37
|
+
},
|
|
38
|
+
progressBar: {
|
|
39
|
+
type: Boolean,
|
|
40
|
+
default: false
|
|
37
41
|
}
|
|
38
42
|
},
|
|
39
43
|
data: function data() {
|
|
40
44
|
return {
|
|
41
|
-
isActive: this.active
|
|
45
|
+
isActive: this.active,
|
|
46
|
+
remainingTime: this.duration / 1000 // in seconds
|
|
47
|
+
|
|
42
48
|
};
|
|
43
49
|
},
|
|
44
50
|
watch: {
|
|
@@ -48,6 +54,7 @@ var MessageMixin = {
|
|
|
48
54
|
isActive: function isActive(value) {
|
|
49
55
|
if (value) {
|
|
50
56
|
this.setAutoClose();
|
|
57
|
+
this.setDurationProgress();
|
|
51
58
|
} else {
|
|
52
59
|
if (this.timer) {
|
|
53
60
|
clearTimeout(this.timer);
|
|
@@ -88,6 +95,7 @@ var MessageMixin = {
|
|
|
88
95
|
*/
|
|
89
96
|
close: function close() {
|
|
90
97
|
this.isActive = false;
|
|
98
|
+
this.resetDurationProgress();
|
|
91
99
|
this.$emit('close');
|
|
92
100
|
this.$emit('update:active', false);
|
|
93
101
|
},
|
|
@@ -108,6 +116,34 @@ var MessageMixin = {
|
|
|
108
116
|
}
|
|
109
117
|
}, this.duration);
|
|
110
118
|
}
|
|
119
|
+
},
|
|
120
|
+
setDurationProgress: function setDurationProgress() {
|
|
121
|
+
var _this2 = this;
|
|
122
|
+
|
|
123
|
+
if (this.progressBar) {
|
|
124
|
+
/**
|
|
125
|
+
* Runs every one second to set the duration passed before
|
|
126
|
+
* the alert will auto close to show it in the progress bar (Remaining Time)
|
|
127
|
+
*/
|
|
128
|
+
this.$buefy.globalNoticeInterval = setInterval(function () {
|
|
129
|
+
if (_this2.remainingTime !== 0) {
|
|
130
|
+
_this2.remainingTime -= 1;
|
|
131
|
+
} else {
|
|
132
|
+
_this2.resetDurationProgress();
|
|
133
|
+
}
|
|
134
|
+
}, 1000);
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
resetDurationProgress: function resetDurationProgress() {
|
|
138
|
+
var _this3 = this;
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Wait until the component get closed and then reset
|
|
142
|
+
**/
|
|
143
|
+
setTimeout(function () {
|
|
144
|
+
_this3.remainingTime = _this3.duration / 1000;
|
|
145
|
+
clearInterval(_this3.$buefy.globalNoticeInterval);
|
|
146
|
+
}, 100);
|
|
111
147
|
}
|
|
112
148
|
},
|
|
113
149
|
mounted: function mounted() {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var __chunk_1 = require('./chunk-
|
|
3
|
+
var __chunk_1 = require('./chunk-92621ff7.js');
|
|
4
4
|
var helpers = require('./helpers.js');
|
|
5
|
-
var __chunk_2 = require('./chunk-
|
|
6
|
-
var __chunk_3 = require('./chunk-
|
|
7
|
-
var __chunk_4 = require('./chunk-
|
|
5
|
+
var __chunk_2 = require('./chunk-9103eeda.js');
|
|
6
|
+
var __chunk_3 = require('./chunk-9e4cf4c5.js');
|
|
7
|
+
var __chunk_4 = require('./chunk-d120e215.js');
|
|
8
8
|
var __chunk_5 = require('./chunk-13e039f5.js');
|
|
9
|
-
var __chunk_6 = require('./chunk-
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var
|
|
9
|
+
var __chunk_6 = require('./chunk-f5106717.js');
|
|
10
|
+
var __chunk_15 = require('./chunk-c6fbc7b4.js');
|
|
11
|
+
var __chunk_16 = require('./chunk-7da0c017.js');
|
|
12
|
+
var __chunk_17 = require('./chunk-114191ae.js');
|
|
13
13
|
|
|
14
14
|
//
|
|
15
15
|
//
|
|
@@ -1190,7 +1190,7 @@ var defaultDateParser = function defaultDateParser(date, vm) {
|
|
|
1190
1190
|
|
|
1191
1191
|
var script$3 = {
|
|
1192
1192
|
name: 'BDatepicker',
|
|
1193
|
-
components: (_components = {}, __chunk_1._defineProperty(_components, DatepickerTable.name, DatepickerTable), __chunk_1._defineProperty(_components, DatepickerMonth.name, DatepickerMonth), __chunk_1._defineProperty(_components, __chunk_6.Input.name, __chunk_6.Input), __chunk_1._defineProperty(_components,
|
|
1193
|
+
components: (_components = {}, __chunk_1._defineProperty(_components, DatepickerTable.name, DatepickerTable), __chunk_1._defineProperty(_components, DatepickerMonth.name, DatepickerMonth), __chunk_1._defineProperty(_components, __chunk_6.Input.name, __chunk_6.Input), __chunk_1._defineProperty(_components, __chunk_16.Field.name, __chunk_16.Field), __chunk_1._defineProperty(_components, __chunk_17.Select.name, __chunk_17.Select), __chunk_1._defineProperty(_components, __chunk_4.Icon.name, __chunk_4.Icon), __chunk_1._defineProperty(_components, __chunk_15.Dropdown.name, __chunk_15.Dropdown), __chunk_1._defineProperty(_components, __chunk_15.DropdownItem.name, __chunk_15.DropdownItem), _components),
|
|
1194
1194
|
mixins: [__chunk_3.FormElementMixin],
|
|
1195
1195
|
inheritAttrs: false,
|
|
1196
1196
|
provide: function provide() {
|
|
@@ -1426,15 +1426,12 @@ var script$3 = {
|
|
|
1426
1426
|
}).resolvedOptions();
|
|
1427
1427
|
},
|
|
1428
1428
|
dtf: function dtf() {
|
|
1429
|
-
return new Intl.DateTimeFormat(this.locale
|
|
1430
|
-
timeZone: 'UTC'
|
|
1431
|
-
});
|
|
1429
|
+
return new Intl.DateTimeFormat(this.locale);
|
|
1432
1430
|
},
|
|
1433
1431
|
dtfMonth: function dtfMonth() {
|
|
1434
1432
|
return new Intl.DateTimeFormat(this.locale, {
|
|
1435
1433
|
year: this.localeOptions.year || 'numeric',
|
|
1436
|
-
month: this.localeOptions.month || '2-digit'
|
|
1437
|
-
timeZone: 'UTC'
|
|
1434
|
+
month: this.localeOptions.month || '2-digit'
|
|
1438
1435
|
});
|
|
1439
1436
|
},
|
|
1440
1437
|
newMonthNames: function newMonthNames() {
|
|
@@ -1684,9 +1681,10 @@ var script$3 = {
|
|
|
1684
1681
|
},
|
|
1685
1682
|
updateInternalState: function updateInternalState(value) {
|
|
1686
1683
|
if (this.dateSelected === value) return;
|
|
1687
|
-
var
|
|
1684
|
+
var isArray = Array.isArray(value);
|
|
1685
|
+
var currentDate = isArray ? !value.length ? this.dateCreator() : value[value.length - 1] : !value ? this.dateCreator() : value;
|
|
1688
1686
|
|
|
1689
|
-
if (
|
|
1687
|
+
if (!isArray || isArray && this.dateSelected && value.length > this.dateSelected.length) {
|
|
1690
1688
|
this.focusedDateData = {
|
|
1691
1689
|
day: currentDate.getDate(),
|
|
1692
1690
|
month: currentDate.getMonth(),
|
|
@@ -1764,6 +1762,12 @@ var script$3 = {
|
|
|
1764
1762
|
if (!value) {
|
|
1765
1763
|
this.onBlur();
|
|
1766
1764
|
}
|
|
1765
|
+
/*
|
|
1766
|
+
* Emit 'active-change' when on dropdown active state change
|
|
1767
|
+
*/
|
|
1768
|
+
|
|
1769
|
+
|
|
1770
|
+
this.$emit('active-change', value);
|
|
1767
1771
|
},
|
|
1768
1772
|
changeFocus: function changeFocus(day) {
|
|
1769
1773
|
this.focusedDateData = {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var __chunk_1 = require('./chunk-
|
|
3
|
+
var __chunk_1 = require('./chunk-92621ff7.js');
|
|
4
4
|
var helpers = require('./helpers.js');
|
|
5
|
-
var __chunk_4 = require('./chunk-
|
|
6
|
-
var
|
|
7
|
-
var
|
|
5
|
+
var __chunk_4 = require('./chunk-d120e215.js');
|
|
6
|
+
var __chunk_9 = require('./chunk-3cc5d9a6.js');
|
|
7
|
+
var __chunk_27 = require('./chunk-fefd7b77.js');
|
|
8
8
|
|
|
9
9
|
var TabbedMixin = (function (cmp) {
|
|
10
10
|
var _components;
|
|
11
11
|
|
|
12
12
|
return {
|
|
13
|
-
mixins: [
|
|
14
|
-
components: (_components = {}, __chunk_1._defineProperty(_components, __chunk_4.Icon.name, __chunk_4.Icon), __chunk_1._defineProperty(_components,
|
|
13
|
+
mixins: [__chunk_9.ProviderParentMixin(cmp, __chunk_9.Sorted)],
|
|
14
|
+
components: (_components = {}, __chunk_1._defineProperty(_components, __chunk_4.Icon.name, __chunk_4.Icon), __chunk_1._defineProperty(_components, __chunk_27.SlotComponent.name, __chunk_27.SlotComponent), _components),
|
|
15
15
|
props: {
|
|
16
16
|
value: {
|
|
17
17
|
type: [String, Number],
|
|
@@ -142,7 +142,7 @@ var TabbedMixin = (function (cmp) {
|
|
|
142
142
|
|
|
143
143
|
var TabbedChildMixin = (function (parentCmp) {
|
|
144
144
|
return {
|
|
145
|
-
mixins: [
|
|
145
|
+
mixins: [__chunk_9.InjectedChildMixin(parentCmp, __chunk_9.Sorted$1)],
|
|
146
146
|
props: {
|
|
147
147
|
label: String,
|
|
148
148
|
icon: String,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var helpers = require('./helpers.js');
|
|
4
4
|
var __chunk_5 = require('./chunk-13e039f5.js');
|
|
5
|
-
var
|
|
5
|
+
var __chunk_21 = require('./chunk-f1df1c63.js');
|
|
6
6
|
|
|
7
7
|
//
|
|
8
8
|
var script = {
|
|
@@ -15,7 +15,7 @@ var script = {
|
|
|
15
15
|
props: {
|
|
16
16
|
active: Boolean,
|
|
17
17
|
programmatic: Boolean,
|
|
18
|
-
container: [Object, Function,
|
|
18
|
+
container: [Object, Function, __chunk_21.HTMLElement],
|
|
19
19
|
isFullPage: {
|
|
20
20
|
type: Boolean,
|
|
21
21
|
default: true
|
|
@@ -116,7 +116,7 @@ var script = {
|
|
|
116
116
|
const __vue_script__ = script;
|
|
117
117
|
|
|
118
118
|
/* template */
|
|
119
|
-
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',{attrs:{"name":_vm.animation}},[
|
|
119
|
+
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',{attrs:{"name":_vm.animation}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isActive),expression:"isActive"}],staticClass:"loading-overlay is-active",class:{ 'is-full-page': _vm.displayInFullPage }},[_c('div',{staticClass:"loading-background",on:{"click":_vm.cancel}}),_vm._t("default",[_c('div',{staticClass:"loading-icon"})])],2)])};
|
|
120
120
|
var __vue_staticRenderFns__ = [];
|
|
121
121
|
|
|
122
122
|
/* style */
|