buefy 3.0.1 → 3.0.3
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/README.md +2 -2
- package/dist/buefy.d.ts +20 -5
- package/dist/buefy.esm.js +49 -19
- package/dist/buefy.esm.min.js +2 -2
- package/dist/buefy.js +54 -17
- package/dist/buefy.min.js +2 -2
- package/dist/cjs/autocomplete.js +1 -1
- package/dist/cjs/breadcrumb.js +1 -1
- package/dist/cjs/button.js +1 -1
- package/dist/cjs/carousel.js +1 -1
- package/dist/cjs/checkbox.js +1 -1
- package/dist/cjs/clockpicker.js +1 -1
- package/dist/cjs/collapse.js +1 -1
- package/dist/cjs/colorpicker.js +2 -2
- package/dist/cjs/config.js +7 -1
- package/dist/cjs/datepicker.js +1 -1
- package/dist/cjs/datetimepicker.js +1 -1
- package/dist/cjs/dialog.js +7 -2
- package/dist/cjs/dropdown.js +1 -1
- package/dist/cjs/field.js +1 -1
- package/dist/cjs/icon.js +1 -1
- package/dist/cjs/image.js +1 -1
- package/dist/cjs/{index-DiQy3SCb.js → index-SLOXD6k3.js} +1 -1
- package/dist/cjs/index.js +10 -3
- package/dist/cjs/input.js +1 -1
- package/dist/cjs/loading.js +7 -2
- package/dist/cjs/menu.js +1 -1
- package/dist/cjs/message.js +1 -1
- package/dist/cjs/modal.js +7 -2
- package/dist/cjs/navbar.js +1 -1
- package/dist/cjs/notification.js +7 -2
- package/dist/cjs/numberinput.js +1 -1
- package/dist/cjs/pagination.js +1 -1
- package/dist/cjs/{plugins-DbyYGVpp.js → plugins-BWKpXmCr.js} +2 -1
- package/dist/cjs/progress.js +1 -1
- package/dist/cjs/radio.js +1 -1
- package/dist/cjs/rate.js +1 -1
- package/dist/cjs/select.js +1 -1
- package/dist/cjs/sidebar.js +1 -1
- package/dist/cjs/skeleton.js +1 -1
- package/dist/cjs/slider.js +1 -1
- package/dist/cjs/snackbar.js +7 -2
- package/dist/cjs/steps.js +1 -1
- package/dist/cjs/switch.js +1 -1
- package/dist/cjs/table.js +10 -9
- package/dist/cjs/tabs.js +1 -1
- package/dist/cjs/tag.js +1 -1
- package/dist/cjs/taginput.js +1 -1
- package/dist/cjs/timepicker.js +1 -1
- package/dist/cjs/toast.js +7 -2
- package/dist/cjs/tooltip.js +1 -1
- package/dist/cjs/upload.js +1 -1
- 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 +9 -3
- package/dist/components/dialog/index.min.js +2 -2
- 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 +9 -3
- package/dist/components/loading/index.min.js +2 -2
- 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 +9 -3
- package/dist/components/modal/index.min.js +2 -2
- package/dist/components/navbar/index.js +1 -1
- package/dist/components/navbar/index.min.js +1 -1
- package/dist/components/notification/index.js +9 -3
- package/dist/components/notification/index.min.js +2 -2
- 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 +9 -3
- package/dist/components/snackbar/index.min.js +2 -2
- 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 +10 -9
- package/dist/components/table/index.min.js +2 -2
- 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 +9 -3
- package/dist/components/toast/index.min.js +2 -2
- 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/{buefy.css → css/buefy.css} +4 -4
- package/dist/css/buefy.css.map +1 -0
- package/dist/css/buefy.min.css +1 -0
- package/dist/css/versions/buefy-no-reset.css +25930 -0
- package/dist/css/versions/buefy-no-reset.css.map +1 -0
- package/dist/css/versions/buefy-no-reset.min.css +1 -0
- package/dist/css/versions/buefy-standalone.css +5874 -0
- package/dist/css/versions/buefy-standalone.css.map +1 -0
- package/dist/css/versions/buefy-standalone.min.css +1 -0
- package/dist/esm/autocomplete.js +1 -1
- package/dist/esm/breadcrumb.js +1 -1
- package/dist/esm/button.js +1 -1
- package/dist/esm/carousel.js +1 -1
- package/dist/esm/checkbox.js +1 -1
- package/dist/esm/clockpicker.js +1 -1
- package/dist/esm/collapse.js +1 -1
- package/dist/esm/colorpicker.js +2 -2
- package/dist/esm/config.js +6 -2
- package/dist/esm/datepicker.js +1 -1
- package/dist/esm/datetimepicker.js +1 -1
- package/dist/esm/dialog.js +8 -4
- package/dist/esm/dropdown.js +1 -1
- package/dist/esm/field.js +1 -1
- package/dist/esm/icon.js +1 -1
- package/dist/esm/image.js +1 -1
- package/dist/esm/{index-CQegEsxK.js → index-BE58-KfV.js} +1 -1
- package/dist/esm/index.js +12 -11
- package/dist/esm/input.js +1 -1
- package/dist/esm/loading.js +8 -4
- package/dist/esm/menu.js +1 -1
- package/dist/esm/message.js +1 -1
- package/dist/esm/modal.js +8 -4
- package/dist/esm/navbar.js +1 -1
- package/dist/esm/notification.js +8 -4
- package/dist/esm/numberinput.js +1 -1
- package/dist/esm/pagination.js +1 -1
- package/dist/esm/{plugins-B172kuKE.js → plugins-1tLsuIZF.js} +2 -1
- package/dist/esm/progress.js +1 -1
- package/dist/esm/radio.js +1 -1
- package/dist/esm/rate.js +1 -1
- package/dist/esm/select.js +1 -1
- package/dist/esm/sidebar.js +1 -1
- package/dist/esm/skeleton.js +1 -1
- package/dist/esm/slider.js +1 -1
- package/dist/esm/snackbar.js +8 -4
- package/dist/esm/steps.js +1 -1
- package/dist/esm/switch.js +1 -1
- package/dist/esm/table.js +11 -10
- package/dist/esm/tabs.js +1 -1
- package/dist/esm/tag.js +1 -1
- package/dist/esm/taginput.js +1 -1
- package/dist/esm/timepicker.js +1 -1
- package/dist/esm/toast.js +8 -4
- package/dist/esm/tooltip.js +1 -1
- package/dist/esm/upload.js +1 -1
- package/package.json +6 -3
- package/src/components/dialog/index.ts +9 -3
- package/src/components/loading/index.ts +9 -3
- package/src/components/modal/index.ts +9 -3
- package/src/components/notification/index.ts +9 -3
- package/src/components/snackbar/index.ts +9 -3
- package/src/components/table/Table.vue +18 -12
- package/src/components/toast/index.ts +9 -3
- package/src/index.ts +9 -9
- package/src/scss/buefy.scss +0 -1
- package/src/scss/components/_dropdown.scss +6 -6
- package/src/scss/{buefy-build.scss → versions/buefy-bulma-bundle.scss} +1 -1
- package/src/scss/versions/buefy-no-reset.scss +16 -0
- package/src/utils/ConfigComponent.ts +13 -1
- package/src/utils/plugins.ts +3 -2
- package/src/utils/vue-augmentation.ts +1 -1
- package/dist/buefy.css.map +0 -1
- package/dist/buefy.min.css +0 -1
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ Bundle
|
|
|
58
58
|
```javascript
|
|
59
59
|
import { createApp } from "vue";
|
|
60
60
|
import Buefy from "buefy";
|
|
61
|
-
import "buefy/dist/buefy.css";
|
|
61
|
+
import "buefy/dist/css/buefy.css";
|
|
62
62
|
|
|
63
63
|
const app = createApp();
|
|
64
64
|
|
|
@@ -70,7 +70,7 @@ or Individual Components
|
|
|
70
70
|
```javascript
|
|
71
71
|
import { createApp } from "vue";
|
|
72
72
|
import { Field, Input } from "buefy";
|
|
73
|
-
import "buefy/dist/buefy.css";
|
|
73
|
+
import "buefy/dist/css/buefy.css";
|
|
74
74
|
|
|
75
75
|
const app = createApp();
|
|
76
76
|
|
package/dist/buefy.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AllowedComponentProps } from 'vue';
|
|
2
2
|
import type { App } from 'vue';
|
|
3
|
-
import { BuefyConfig as BuefyConfig_2 } from './config';
|
|
4
3
|
import { ComponentCustomProps } from 'vue';
|
|
5
4
|
import { ComponentOptionsMixin } from 'vue';
|
|
6
5
|
import type { ComponentPublicInstance } from 'vue';
|
|
@@ -10909,10 +10908,12 @@ export declare const Colorpicker: {
|
|
|
10909
10908
|
install(Vue: App): void;
|
|
10910
10909
|
};
|
|
10911
10910
|
|
|
10912
|
-
|
|
10913
|
-
getOptions():
|
|
10911
|
+
declare interface ConfigComponent {
|
|
10912
|
+
getOptions(): BuefyConfigOptions;
|
|
10914
10913
|
setOptions(options: BuefyConfigOptions): void;
|
|
10915
|
-
}
|
|
10914
|
+
}
|
|
10915
|
+
|
|
10916
|
+
export declare const ConfigProgrammatic: ConfigComponent;
|
|
10916
10917
|
|
|
10917
10918
|
declare const CONTROL_OPERATIONS: readonly ["plus", "minus"];
|
|
10918
10919
|
|
|
@@ -11698,13 +11699,27 @@ export declare const Upload: {
|
|
|
11698
11699
|
install(Vue: App): void;
|
|
11699
11700
|
};
|
|
11700
11701
|
|
|
11702
|
+
export declare function useConfigComponent(): ConfigComponent | undefined;
|
|
11703
|
+
|
|
11704
|
+
export declare function useDialog(): DialogProgrammatic;
|
|
11705
|
+
|
|
11706
|
+
export declare function useLoading(): LoadingProgrammatic;
|
|
11707
|
+
|
|
11708
|
+
export declare function useModal(): ModalProgrammatic;
|
|
11709
|
+
|
|
11710
|
+
export declare function useNotification(): NotificationProgrammatic;
|
|
11711
|
+
|
|
11712
|
+
export declare function useSnackbar(): SnackbarProgrammatic;
|
|
11713
|
+
|
|
11714
|
+
export declare function useToast(): ToastProgrammatic;
|
|
11715
|
+
|
|
11701
11716
|
export declare type VueClassAttribute = (string | Record<string, boolean | undefined> | null | undefined) | (string | Record<string, boolean | undefined> | null | undefined)[];
|
|
11702
11717
|
|
|
11703
11718
|
export declare let VueInstance: App | undefined;
|
|
11704
11719
|
|
|
11705
11720
|
export { }
|
|
11706
11721
|
|
|
11707
|
-
declare module '
|
|
11722
|
+
declare module 'vue' {
|
|
11708
11723
|
interface ComponentCustomProperties {
|
|
11709
11724
|
$buefy: {
|
|
11710
11725
|
config: typeof ConfigComponent;
|
package/dist/buefy.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/*! Buefy v3.0.
|
|
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,
|
|
1
|
+
/*! Buefy v3.0.3 | MIT License | github.com/buefy/buefy */
|
|
2
|
+
import { Fragment, Comment, Text, Static, inject, 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, toHandlerKey, camelize, toRaw } from 'vue';
|
|
3
3
|
|
|
4
4
|
var __defProp$d = Object.defineProperty;
|
|
5
5
|
var __pow = Math.pow;
|
|
@@ -752,6 +752,10 @@ const translateTouchAsDragEvent = (event, options) => {
|
|
|
752
752
|
});
|
|
753
753
|
};
|
|
754
754
|
|
|
755
|
+
const configInjectionKey = Symbol("Buefy Config Component");
|
|
756
|
+
function useConfigComponent() {
|
|
757
|
+
return inject(configInjectionKey);
|
|
758
|
+
}
|
|
755
759
|
var ConfigComponent = {
|
|
756
760
|
getOptions() {
|
|
757
761
|
return config;
|
|
@@ -2749,9 +2753,10 @@ const registerComponent = (Vue, component, name) => {
|
|
|
2749
2753
|
}
|
|
2750
2754
|
Vue.component(componentName, component);
|
|
2751
2755
|
};
|
|
2752
|
-
const registerComponentProgrammatic = (Vue, property, component) => {
|
|
2756
|
+
const registerComponentProgrammatic = (Vue, property, component, injectionKey) => {
|
|
2753
2757
|
if (!Vue.config.globalProperties.$buefy) Vue.config.globalProperties.$buefy = {};
|
|
2754
2758
|
Vue.config.globalProperties.$buefy[property] = component;
|
|
2759
|
+
Vue.provide(injectionKey, component);
|
|
2755
2760
|
};
|
|
2756
2761
|
|
|
2757
2762
|
const Plugin$F = {
|
|
@@ -12168,10 +12173,14 @@ class DialogProgrammatic {
|
|
|
12168
12173
|
return open(__spreadValues$6({ hasInput: true }, params), this.app);
|
|
12169
12174
|
}
|
|
12170
12175
|
}
|
|
12176
|
+
const dialogInjectionKey = Symbol("Buefy Dialog");
|
|
12177
|
+
function useDialog() {
|
|
12178
|
+
return inject(dialogInjectionKey);
|
|
12179
|
+
}
|
|
12171
12180
|
const Plugin$t = {
|
|
12172
12181
|
install(Vue) {
|
|
12173
12182
|
registerComponent(Vue, Dialog);
|
|
12174
|
-
registerComponentProgrammatic(Vue, "dialog", new DialogProgrammatic(Vue));
|
|
12183
|
+
registerComponentProgrammatic(Vue, "dialog", new DialogProgrammatic(Vue), dialogInjectionKey);
|
|
12175
12184
|
}
|
|
12176
12185
|
};
|
|
12177
12186
|
|
|
@@ -12400,10 +12409,14 @@ class LoadingProgrammatic {
|
|
|
12400
12409
|
return vueInstance.mount(container);
|
|
12401
12410
|
}
|
|
12402
12411
|
}
|
|
12412
|
+
const loadingInjectionKey = Symbol("Buefy Loading");
|
|
12413
|
+
function useLoading() {
|
|
12414
|
+
return inject(loadingInjectionKey);
|
|
12415
|
+
}
|
|
12403
12416
|
const Plugin$p = {
|
|
12404
12417
|
install(Vue) {
|
|
12405
12418
|
registerComponent(Vue, BLoading);
|
|
12406
|
-
registerComponentProgrammatic(Vue, "loading", new LoadingProgrammatic(Vue));
|
|
12419
|
+
registerComponentProgrammatic(Vue, "loading", new LoadingProgrammatic(Vue), loadingInjectionKey);
|
|
12407
12420
|
}
|
|
12408
12421
|
};
|
|
12409
12422
|
|
|
@@ -13218,10 +13231,14 @@ class ModalProgrammatic {
|
|
|
13218
13231
|
return vueInstance.mount(container);
|
|
13219
13232
|
}
|
|
13220
13233
|
}
|
|
13234
|
+
const modalInjectionKey = Symbol("Buefy Modal");
|
|
13235
|
+
function useModal() {
|
|
13236
|
+
return inject(modalInjectionKey);
|
|
13237
|
+
}
|
|
13221
13238
|
const Plugin$m = {
|
|
13222
13239
|
install(Vue) {
|
|
13223
13240
|
registerComponent(Vue, Modal);
|
|
13224
|
-
registerComponentProgrammatic(Vue, "modal", new ModalProgrammatic(Vue));
|
|
13241
|
+
registerComponentProgrammatic(Vue, "modal", new ModalProgrammatic(Vue), modalInjectionKey);
|
|
13225
13242
|
}
|
|
13226
13243
|
};
|
|
13227
13244
|
|
|
@@ -13638,10 +13655,14 @@ class NotificationProgrammatic {
|
|
|
13638
13655
|
return vueInstance.mount(container);
|
|
13639
13656
|
}
|
|
13640
13657
|
}
|
|
13658
|
+
const notificationInjectionKey = Symbol("Buefy Notification");
|
|
13659
|
+
function useNotification() {
|
|
13660
|
+
return inject(notificationInjectionKey);
|
|
13661
|
+
}
|
|
13641
13662
|
const Plugin$l = {
|
|
13642
13663
|
install(Vue) {
|
|
13643
13664
|
registerComponent(Vue, Notification);
|
|
13644
|
-
registerComponentProgrammatic(Vue, "notification", new NotificationProgrammatic(Vue));
|
|
13665
|
+
registerComponentProgrammatic(Vue, "notification", new NotificationProgrammatic(Vue), notificationInjectionKey);
|
|
13645
13666
|
}
|
|
13646
13667
|
};
|
|
13647
13668
|
|
|
@@ -16772,9 +16793,13 @@ class SnackbarProgrammatic {
|
|
|
16772
16793
|
return vueInstance.mount(container);
|
|
16773
16794
|
}
|
|
16774
16795
|
}
|
|
16796
|
+
const snackbarInjectionKey = Symbol("Buefy Snackbar");
|
|
16797
|
+
function useSnackbar() {
|
|
16798
|
+
return inject(snackbarInjectionKey);
|
|
16799
|
+
}
|
|
16775
16800
|
const Plugin$a = {
|
|
16776
16801
|
install(Vue) {
|
|
16777
|
-
registerComponentProgrammatic(Vue, "snackbar", new SnackbarProgrammatic(Vue));
|
|
16802
|
+
registerComponentProgrammatic(Vue, "snackbar", new SnackbarProgrammatic(Vue), snackbarInjectionKey);
|
|
16778
16803
|
}
|
|
16779
16804
|
};
|
|
16780
16805
|
|
|
@@ -18880,15 +18905,16 @@ var _sfc_main$6 = defineComponent({
|
|
|
18880
18905
|
if (!this.canDragRow) return;
|
|
18881
18906
|
this.$emit("dragleave", { event, row, index });
|
|
18882
18907
|
},
|
|
18883
|
-
//
|
|
18884
|
-
//
|
|
18885
|
-
//
|
|
18886
|
-
// some performance issues
|
|
18887
|
-
//
|
|
18888
|
-
//
|
|
18889
|
-
//
|
|
18908
|
+
// this method is for "mouseenter", and "mouseleave" events.
|
|
18909
|
+
// the original idea of this method was introduced by the PR
|
|
18910
|
+
// https://github.com/buefy/buefy/pull/2150
|
|
18911
|
+
// to address some performance issues related to these events.
|
|
18912
|
+
// I am not sure whether the justification made at the PR is still
|
|
18913
|
+
// relevant to Vue 3.
|
|
18914
|
+
// btw, this function was made by the PR https://github.com/buefy/buefy/pull/3236
|
|
18890
18915
|
emitEventForRow(eventName, event, row) {
|
|
18891
|
-
|
|
18916
|
+
const listener = this.$attrs[toHandlerKey(eventName)] || this.$attrs[toHandlerKey(camelize(eventName))];
|
|
18917
|
+
return listener != null ? this.$emit(eventName, row, event) : null;
|
|
18892
18918
|
},
|
|
18893
18919
|
/*
|
|
18894
18920
|
* Emits drag start event (column)
|
|
@@ -20847,9 +20873,13 @@ class ToastProgrammatic {
|
|
|
20847
20873
|
return vueInstance.mount(container);
|
|
20848
20874
|
}
|
|
20849
20875
|
}
|
|
20876
|
+
const toastInjectionKey = Symbol("Buefy Toast");
|
|
20877
|
+
function useToast() {
|
|
20878
|
+
return inject(toastInjectionKey);
|
|
20879
|
+
}
|
|
20850
20880
|
const Plugin$2 = {
|
|
20851
20881
|
install(Vue) {
|
|
20852
|
-
registerComponentProgrammatic(Vue, "toast", new ToastProgrammatic(Vue));
|
|
20882
|
+
registerComponentProgrammatic(Vue, "toast", new ToastProgrammatic(Vue), toastInjectionKey);
|
|
20853
20883
|
}
|
|
20854
20884
|
};
|
|
20855
20885
|
|
|
@@ -21089,9 +21119,9 @@ const Buefy = {
|
|
|
21089
21119
|
install(Vue, options = {}) {
|
|
21090
21120
|
setOptions(merge(config, options, true));
|
|
21091
21121
|
allComponents.forEach((component) => Vue.use(component));
|
|
21092
|
-
registerComponentProgrammatic(Vue, "config", ConfigComponent);
|
|
21122
|
+
registerComponentProgrammatic(Vue, "config", ConfigComponent, configInjectionKey);
|
|
21093
21123
|
Vue.config.globalProperties.$buefy.globalNoticeInterval = void 0;
|
|
21094
21124
|
}
|
|
21095
21125
|
};
|
|
21096
21126
|
|
|
21097
|
-
export { Plugin$F as Autocomplete, BAutocomplete, Breadcrumb as BBreadcrumb, BreadcrumbItem as BBreadcrumbItem, BButton, Carousel as BCarousel, CarouselItem as BCarouselItem, CarouselList as BCarouselList, BCheckbox, CheckboxButton as BCheckboxButton, Clockpicker as BClockpicker, _sfc_main$F as BCollapse, Colorpicker as BColorpicker, BDatepicker, Datetimepicker as BDatetimepicker, Dialog as BDialog, BDropdown, BDropdownItem, Field as BField, BIcon, Image$1 as BImage, BInput, BLoading, Menu as BMenu, MenuItem as BMenuItem, MenuList as BMenuList, Message as BMessage, Modal as BModal, _sfc_main$k as BNavbar, NavbarDropdown as BNavbarDropdown, NavbarItem as BNavbarItem, Notification as BNotification, Numberinput as BNumberinput, BPagination, PaginationButton as BPaginationButton, Progress as BProgress, ProgressBar as BProgressBar, Radio as BRadio, RadioButton as BRadioButton, Rate as BRate, BSelect, Sidebar as BSidebar, BSkeleton, Slider as BSlider, SliderTick as BSliderTick, Snackbar as BSnackbar, _sfc_main$9 as BStepItem, Steps as BSteps, Switch as BSwitch, _sfc_main$3 as BTabItem, Table as BTable, _sfc_main$5 as BTableColumn, Tabs as BTabs, BTag, Taginput as BTaginput, Taglist as BTaglist, Timepicker as BTimepicker, Toast as BToast, Tooltip as BTooltip, Upload as BUpload, Plugin$E as Breadcrumb, Plugin$D as Button, Plugin$C as Carousel, Plugin$B as Checkbox, Plugin$x as Clockpicker, Plugin$A as Collapse, Color, Plugin$w as Colorpicker, ConfigComponent as ConfigProgrammatic, Plugin$v as Datepicker, Plugin$u as Datetimepicker, Plugin$t as Dialog, DialogProgrammatic, Plugin$z as Dropdown, Plugin$s as Field, Plugin$r as Icon, Plugin$q as Image, Plugin$y as Input, Plugin$p as Loading, LoadingProgrammatic, Plugin$o as Menu, Plugin$n as Message, Plugin$m as Modal, ModalProgrammatic, Plugin$k as Navbar, Plugin$l as Notification, NotificationProgrammatic, Plugin$j as Numberinput, Plugin$i as Pagination, Plugin$h as Progress, Plugin$g as Radio, Plugin$f as Rate, Plugin$e as Select, Plugin$c as Sidebar, Plugin$d as Skeleton, Plugin$b as Slider, Plugin$a as Snackbar, SnackbarProgrammatic, Plugin$9 as Steps, Plugin$8 as Switch, Plugin$7 as Table, Plugin$6 as Tabs, Plugin$5 as Tag, Plugin$4 as Taginput, Plugin$3 as Timepicker, Plugin$2 as Toast, ToastProgrammatic, Plugin$1 as Tooltip, Plugin as Upload, bound, copyAppContext, createAbsoluteElement, createNewEvent, Buefy as default, escapeRegExpChars, getComponentFromVNode, getMonthNames, getValueByPath, getWeekdayNames, hasFlag, indexOf, isCustomElement, isDefined, isFragment, isMobile, isNil, isTag, isVueComponent, isWebpSupported, matchWithGroups, merge, mod, multiColumnSort, removeDiacriticsFromString, removeElement, sign, toCssWidth, translateTouchAsDragEvent };
|
|
21127
|
+
export { Plugin$F as Autocomplete, BAutocomplete, Breadcrumb as BBreadcrumb, BreadcrumbItem as BBreadcrumbItem, BButton, Carousel as BCarousel, CarouselItem as BCarouselItem, CarouselList as BCarouselList, BCheckbox, CheckboxButton as BCheckboxButton, Clockpicker as BClockpicker, _sfc_main$F as BCollapse, Colorpicker as BColorpicker, BDatepicker, Datetimepicker as BDatetimepicker, Dialog as BDialog, BDropdown, BDropdownItem, Field as BField, BIcon, Image$1 as BImage, BInput, BLoading, Menu as BMenu, MenuItem as BMenuItem, MenuList as BMenuList, Message as BMessage, Modal as BModal, _sfc_main$k as BNavbar, NavbarDropdown as BNavbarDropdown, NavbarItem as BNavbarItem, Notification as BNotification, Numberinput as BNumberinput, BPagination, PaginationButton as BPaginationButton, Progress as BProgress, ProgressBar as BProgressBar, Radio as BRadio, RadioButton as BRadioButton, Rate as BRate, BSelect, Sidebar as BSidebar, BSkeleton, Slider as BSlider, SliderTick as BSliderTick, Snackbar as BSnackbar, _sfc_main$9 as BStepItem, Steps as BSteps, Switch as BSwitch, _sfc_main$3 as BTabItem, Table as BTable, _sfc_main$5 as BTableColumn, Tabs as BTabs, BTag, Taginput as BTaginput, Taglist as BTaglist, Timepicker as BTimepicker, Toast as BToast, Tooltip as BTooltip, Upload as BUpload, Plugin$E as Breadcrumb, Plugin$D as Button, Plugin$C as Carousel, Plugin$B as Checkbox, Plugin$x as Clockpicker, Plugin$A as Collapse, Color, Plugin$w as Colorpicker, ConfigComponent as ConfigProgrammatic, Plugin$v as Datepicker, Plugin$u as Datetimepicker, Plugin$t as Dialog, DialogProgrammatic, Plugin$z as Dropdown, Plugin$s as Field, Plugin$r as Icon, Plugin$q as Image, Plugin$y as Input, Plugin$p as Loading, LoadingProgrammatic, Plugin$o as Menu, Plugin$n as Message, Plugin$m as Modal, ModalProgrammatic, Plugin$k as Navbar, Plugin$l as Notification, NotificationProgrammatic, Plugin$j as Numberinput, Plugin$i as Pagination, Plugin$h as Progress, Plugin$g as Radio, Plugin$f as Rate, Plugin$e as Select, Plugin$c as Sidebar, Plugin$d as Skeleton, Plugin$b as Slider, Plugin$a as Snackbar, SnackbarProgrammatic, Plugin$9 as Steps, Plugin$8 as Switch, Plugin$7 as Table, Plugin$6 as Tabs, Plugin$5 as Tag, Plugin$4 as Taginput, Plugin$3 as Timepicker, Plugin$2 as Toast, ToastProgrammatic, Plugin$1 as Tooltip, Plugin as Upload, bound, copyAppContext, createAbsoluteElement, createNewEvent, Buefy as default, escapeRegExpChars, getComponentFromVNode, getMonthNames, getValueByPath, getWeekdayNames, hasFlag, indexOf, isCustomElement, isDefined, isFragment, isMobile, isNil, isTag, isVueComponent, isWebpSupported, matchWithGroups, merge, mod, multiColumnSort, removeDiacriticsFromString, removeElement, sign, toCssWidth, translateTouchAsDragEvent, useConfigComponent, useDialog, useLoading, useModal, useNotification, useSnackbar, useToast };
|