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.
Files changed (209) hide show
  1. package/README.md +2 -2
  2. package/dist/buefy.d.ts +20 -5
  3. package/dist/buefy.esm.js +49 -19
  4. package/dist/buefy.esm.min.js +2 -2
  5. package/dist/buefy.js +54 -17
  6. package/dist/buefy.min.js +2 -2
  7. package/dist/cjs/autocomplete.js +1 -1
  8. package/dist/cjs/breadcrumb.js +1 -1
  9. package/dist/cjs/button.js +1 -1
  10. package/dist/cjs/carousel.js +1 -1
  11. package/dist/cjs/checkbox.js +1 -1
  12. package/dist/cjs/clockpicker.js +1 -1
  13. package/dist/cjs/collapse.js +1 -1
  14. package/dist/cjs/colorpicker.js +2 -2
  15. package/dist/cjs/config.js +7 -1
  16. package/dist/cjs/datepicker.js +1 -1
  17. package/dist/cjs/datetimepicker.js +1 -1
  18. package/dist/cjs/dialog.js +7 -2
  19. package/dist/cjs/dropdown.js +1 -1
  20. package/dist/cjs/field.js +1 -1
  21. package/dist/cjs/icon.js +1 -1
  22. package/dist/cjs/image.js +1 -1
  23. package/dist/cjs/{index-DiQy3SCb.js → index-SLOXD6k3.js} +1 -1
  24. package/dist/cjs/index.js +10 -3
  25. package/dist/cjs/input.js +1 -1
  26. package/dist/cjs/loading.js +7 -2
  27. package/dist/cjs/menu.js +1 -1
  28. package/dist/cjs/message.js +1 -1
  29. package/dist/cjs/modal.js +7 -2
  30. package/dist/cjs/navbar.js +1 -1
  31. package/dist/cjs/notification.js +7 -2
  32. package/dist/cjs/numberinput.js +1 -1
  33. package/dist/cjs/pagination.js +1 -1
  34. package/dist/cjs/{plugins-DbyYGVpp.js → plugins-BWKpXmCr.js} +2 -1
  35. package/dist/cjs/progress.js +1 -1
  36. package/dist/cjs/radio.js +1 -1
  37. package/dist/cjs/rate.js +1 -1
  38. package/dist/cjs/select.js +1 -1
  39. package/dist/cjs/sidebar.js +1 -1
  40. package/dist/cjs/skeleton.js +1 -1
  41. package/dist/cjs/slider.js +1 -1
  42. package/dist/cjs/snackbar.js +7 -2
  43. package/dist/cjs/steps.js +1 -1
  44. package/dist/cjs/switch.js +1 -1
  45. package/dist/cjs/table.js +10 -9
  46. package/dist/cjs/tabs.js +1 -1
  47. package/dist/cjs/tag.js +1 -1
  48. package/dist/cjs/taginput.js +1 -1
  49. package/dist/cjs/timepicker.js +1 -1
  50. package/dist/cjs/toast.js +7 -2
  51. package/dist/cjs/tooltip.js +1 -1
  52. package/dist/cjs/upload.js +1 -1
  53. package/dist/components/autocomplete/index.js +1 -1
  54. package/dist/components/autocomplete/index.min.js +1 -1
  55. package/dist/components/breadcrumb/index.js +1 -1
  56. package/dist/components/breadcrumb/index.min.js +1 -1
  57. package/dist/components/button/index.js +1 -1
  58. package/dist/components/button/index.min.js +1 -1
  59. package/dist/components/carousel/index.js +1 -1
  60. package/dist/components/carousel/index.min.js +1 -1
  61. package/dist/components/checkbox/index.js +1 -1
  62. package/dist/components/checkbox/index.min.js +1 -1
  63. package/dist/components/clockpicker/index.js +1 -1
  64. package/dist/components/clockpicker/index.min.js +1 -1
  65. package/dist/components/collapse/index.js +1 -1
  66. package/dist/components/collapse/index.min.js +1 -1
  67. package/dist/components/colorpicker/index.js +1 -1
  68. package/dist/components/colorpicker/index.min.js +1 -1
  69. package/dist/components/datepicker/index.js +1 -1
  70. package/dist/components/datepicker/index.min.js +1 -1
  71. package/dist/components/datetimepicker/index.js +1 -1
  72. package/dist/components/datetimepicker/index.min.js +1 -1
  73. package/dist/components/dialog/index.js +9 -3
  74. package/dist/components/dialog/index.min.js +2 -2
  75. package/dist/components/dropdown/index.js +1 -1
  76. package/dist/components/dropdown/index.min.js +1 -1
  77. package/dist/components/field/index.js +1 -1
  78. package/dist/components/field/index.min.js +1 -1
  79. package/dist/components/icon/index.js +1 -1
  80. package/dist/components/icon/index.min.js +1 -1
  81. package/dist/components/image/index.js +1 -1
  82. package/dist/components/image/index.min.js +1 -1
  83. package/dist/components/input/index.js +1 -1
  84. package/dist/components/input/index.min.js +1 -1
  85. package/dist/components/loading/index.js +9 -3
  86. package/dist/components/loading/index.min.js +2 -2
  87. package/dist/components/menu/index.js +1 -1
  88. package/dist/components/menu/index.min.js +1 -1
  89. package/dist/components/message/index.js +1 -1
  90. package/dist/components/message/index.min.js +1 -1
  91. package/dist/components/modal/index.js +9 -3
  92. package/dist/components/modal/index.min.js +2 -2
  93. package/dist/components/navbar/index.js +1 -1
  94. package/dist/components/navbar/index.min.js +1 -1
  95. package/dist/components/notification/index.js +9 -3
  96. package/dist/components/notification/index.min.js +2 -2
  97. package/dist/components/numberinput/index.js +1 -1
  98. package/dist/components/numberinput/index.min.js +1 -1
  99. package/dist/components/pagination/index.js +1 -1
  100. package/dist/components/pagination/index.min.js +1 -1
  101. package/dist/components/progress/index.js +1 -1
  102. package/dist/components/progress/index.min.js +1 -1
  103. package/dist/components/radio/index.js +1 -1
  104. package/dist/components/radio/index.min.js +1 -1
  105. package/dist/components/rate/index.js +1 -1
  106. package/dist/components/rate/index.min.js +1 -1
  107. package/dist/components/select/index.js +1 -1
  108. package/dist/components/select/index.min.js +1 -1
  109. package/dist/components/sidebar/index.js +1 -1
  110. package/dist/components/sidebar/index.min.js +1 -1
  111. package/dist/components/skeleton/index.js +1 -1
  112. package/dist/components/skeleton/index.min.js +1 -1
  113. package/dist/components/slider/index.js +1 -1
  114. package/dist/components/slider/index.min.js +1 -1
  115. package/dist/components/snackbar/index.js +9 -3
  116. package/dist/components/snackbar/index.min.js +2 -2
  117. package/dist/components/steps/index.js +1 -1
  118. package/dist/components/steps/index.min.js +1 -1
  119. package/dist/components/switch/index.js +1 -1
  120. package/dist/components/switch/index.min.js +1 -1
  121. package/dist/components/table/index.js +10 -9
  122. package/dist/components/table/index.min.js +2 -2
  123. package/dist/components/tabs/index.js +1 -1
  124. package/dist/components/tabs/index.min.js +1 -1
  125. package/dist/components/tag/index.js +1 -1
  126. package/dist/components/tag/index.min.js +1 -1
  127. package/dist/components/taginput/index.js +1 -1
  128. package/dist/components/taginput/index.min.js +1 -1
  129. package/dist/components/timepicker/index.js +1 -1
  130. package/dist/components/timepicker/index.min.js +1 -1
  131. package/dist/components/toast/index.js +9 -3
  132. package/dist/components/toast/index.min.js +2 -2
  133. package/dist/components/tooltip/index.js +1 -1
  134. package/dist/components/tooltip/index.min.js +1 -1
  135. package/dist/components/upload/index.js +1 -1
  136. package/dist/components/upload/index.min.js +1 -1
  137. package/dist/{buefy.css → css/buefy.css} +4 -4
  138. package/dist/css/buefy.css.map +1 -0
  139. package/dist/css/buefy.min.css +1 -0
  140. package/dist/css/versions/buefy-no-reset.css +25930 -0
  141. package/dist/css/versions/buefy-no-reset.css.map +1 -0
  142. package/dist/css/versions/buefy-no-reset.min.css +1 -0
  143. package/dist/css/versions/buefy-standalone.css +5874 -0
  144. package/dist/css/versions/buefy-standalone.css.map +1 -0
  145. package/dist/css/versions/buefy-standalone.min.css +1 -0
  146. package/dist/esm/autocomplete.js +1 -1
  147. package/dist/esm/breadcrumb.js +1 -1
  148. package/dist/esm/button.js +1 -1
  149. package/dist/esm/carousel.js +1 -1
  150. package/dist/esm/checkbox.js +1 -1
  151. package/dist/esm/clockpicker.js +1 -1
  152. package/dist/esm/collapse.js +1 -1
  153. package/dist/esm/colorpicker.js +2 -2
  154. package/dist/esm/config.js +6 -2
  155. package/dist/esm/datepicker.js +1 -1
  156. package/dist/esm/datetimepicker.js +1 -1
  157. package/dist/esm/dialog.js +8 -4
  158. package/dist/esm/dropdown.js +1 -1
  159. package/dist/esm/field.js +1 -1
  160. package/dist/esm/icon.js +1 -1
  161. package/dist/esm/image.js +1 -1
  162. package/dist/esm/{index-CQegEsxK.js → index-BE58-KfV.js} +1 -1
  163. package/dist/esm/index.js +12 -11
  164. package/dist/esm/input.js +1 -1
  165. package/dist/esm/loading.js +8 -4
  166. package/dist/esm/menu.js +1 -1
  167. package/dist/esm/message.js +1 -1
  168. package/dist/esm/modal.js +8 -4
  169. package/dist/esm/navbar.js +1 -1
  170. package/dist/esm/notification.js +8 -4
  171. package/dist/esm/numberinput.js +1 -1
  172. package/dist/esm/pagination.js +1 -1
  173. package/dist/esm/{plugins-B172kuKE.js → plugins-1tLsuIZF.js} +2 -1
  174. package/dist/esm/progress.js +1 -1
  175. package/dist/esm/radio.js +1 -1
  176. package/dist/esm/rate.js +1 -1
  177. package/dist/esm/select.js +1 -1
  178. package/dist/esm/sidebar.js +1 -1
  179. package/dist/esm/skeleton.js +1 -1
  180. package/dist/esm/slider.js +1 -1
  181. package/dist/esm/snackbar.js +8 -4
  182. package/dist/esm/steps.js +1 -1
  183. package/dist/esm/switch.js +1 -1
  184. package/dist/esm/table.js +11 -10
  185. package/dist/esm/tabs.js +1 -1
  186. package/dist/esm/tag.js +1 -1
  187. package/dist/esm/taginput.js +1 -1
  188. package/dist/esm/timepicker.js +1 -1
  189. package/dist/esm/toast.js +8 -4
  190. package/dist/esm/tooltip.js +1 -1
  191. package/dist/esm/upload.js +1 -1
  192. package/package.json +6 -3
  193. package/src/components/dialog/index.ts +9 -3
  194. package/src/components/loading/index.ts +9 -3
  195. package/src/components/modal/index.ts +9 -3
  196. package/src/components/notification/index.ts +9 -3
  197. package/src/components/snackbar/index.ts +9 -3
  198. package/src/components/table/Table.vue +18 -12
  199. package/src/components/toast/index.ts +9 -3
  200. package/src/index.ts +9 -9
  201. package/src/scss/buefy.scss +0 -1
  202. package/src/scss/components/_dropdown.scss +6 -6
  203. package/src/scss/{buefy-build.scss → versions/buefy-bulma-bundle.scss} +1 -1
  204. package/src/scss/versions/buefy-no-reset.scss +16 -0
  205. package/src/utils/ConfigComponent.ts +13 -1
  206. package/src/utils/plugins.ts +3 -2
  207. package/src/utils/vue-augmentation.ts +1 -1
  208. package/dist/buefy.css.map +0 -1
  209. 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
- export declare const ConfigProgrammatic: {
10913
- getOptions(): BuefyConfig_2;
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 '@vue/runtime-core' {
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.1 | MIT License | github.com/buefy/buefy */
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';
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
- // FIXME: this method may emit events not listed in `emits`.
18884
- // I decided not to list them to check if event listeners are actually
18885
- // set in `$attrs`. The original idea of this method was to address
18886
- // some performance issues and introduced at the commit:
18887
- // https://github.com/ntohq/buefy-next/commit/e38726497785145195e9605840e33980fd4ae9e0
18888
- // I am not sure whether the justification at https://github.com/buefy/buefy/pull/2150
18889
- // is still relevant with Vue 3.
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
- return this.$attrs[`on${eventName}`] ? this.$emit(eventName, row, event) : null;
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 };