buefy 0.9.25 → 0.9.26

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 (308) hide show
  1. package/package.json +69 -78
  2. package/src/components/autocomplete/Autocomplete.vue +1 -1
  3. package/src/components/autocomplete/__snapshots__/Autocomplete.spec.js.snap +4 -13
  4. package/src/components/breadcrumb/__snapshots__/Breadcrumb.spec.js.snap +1 -1
  5. package/src/components/button/Button.spec.js +8 -0
  6. package/src/components/button/Button.vue +1 -1
  7. package/src/components/button/__snapshots__/Button.spec.js.snap +1 -6
  8. package/src/components/carousel/__snapshots__/Carousel.spec.js.snap +7 -14
  9. package/src/components/carousel/__snapshots__/CarouselList.spec.js.snap +67 -86
  10. package/src/components/clockpicker/__snapshots__/Clockpicker.spec.js.snap +14 -19
  11. package/src/components/clockpicker/__snapshots__/ClockpickerFace.spec.js.snap +3 -3
  12. package/src/components/collapse/__snapshots__/Collapse.spec.js.snap +2 -2
  13. package/src/components/colorpicker/__snapshots__/Colorpicker.spec.js.snap +7 -28
  14. package/src/components/colorpicker/__snapshots__/ColorpickerAlphaSlider.spec.js.snap +3 -5
  15. package/src/components/colorpicker/__snapshots__/ColorpickerHSLRepresentationSquare.spec.js.snap +6 -6
  16. package/src/components/colorpicker/__snapshots__/ColorpickerHSLRepresentationTriangle.spec.js.snap +29 -29
  17. package/src/components/datepicker/__snapshots__/Datepicker.spec.js.snap +381 -397
  18. package/src/components/datepicker/__snapshots__/DatepickerMonth.spec.js.snap +27 -27
  19. package/src/components/datepicker/__snapshots__/DatepickerTable.spec.js.snap +10 -10
  20. package/src/components/datepicker/__snapshots__/DatepickerTableRow.spec.js.snap +1 -11
  21. package/src/components/dialog/Dialog.spec.js +29 -0
  22. package/src/components/dialog/Dialog.vue +19 -1
  23. package/src/components/dropdown/__snapshots__/Dropdown.spec.js.snap +5 -5
  24. package/src/components/field/__snapshots__/Field.spec.js.snap +1 -6
  25. package/src/components/image/__snapshots__/Image.spec.js.snap +9 -25
  26. package/src/components/input/__snapshots__/Input.spec.js.snap +1 -7
  27. package/src/components/loading/__snapshots__/Loading.spec.js.snap +4 -4
  28. package/src/components/menu/__snapshots__/MenuItem.spec.js.snap +1 -6
  29. package/src/components/menu/__snapshots__/MenuList.spec.js.snap +2 -2
  30. package/src/components/message/__snapshots__/Message.spec.js.snap +1 -7
  31. package/src/components/modal/Modal.spec.js +26 -0
  32. package/src/components/modal/Modal.vue +5 -1
  33. package/src/components/modal/__snapshots__/Modal.spec.js.snap +4 -4
  34. package/src/components/navbar/NavbarDropdown.vue +2 -11
  35. package/src/components/navbar/__snapshots__/NavBar.spec.js.snap +5 -5
  36. package/src/components/navbar/__snapshots__/NavbarDropdown.spec.js.snap +1 -2
  37. package/src/components/notification/__snapshots__/Notification.spec.js.snap +1 -6
  38. package/src/components/pagination/__snapshots__/Pagination.spec.js.snap +3 -16
  39. package/src/components/progress/__snapshots__/Progress.spec.js.snap +1 -5
  40. package/src/components/progress/__snapshots__/ProgressBar.spec.js.snap +1 -5
  41. package/src/components/select/__snapshots__/Select.spec.js.snap +1 -5
  42. package/src/components/sidebar/__snapshots__/Sidebar.spec.js.snap +8 -12
  43. package/src/components/skeleton/__snapshots__/Skeleton.spec.js.snap +1 -1
  44. package/src/components/slider/__snapshots__/Slider.spec.js.snap +3 -6
  45. package/src/components/slider/__snapshots__/SliderThumb.spec.js.snap +3 -7
  46. package/src/components/slider/__snapshots__/SliderTick.spec.js.snap +1 -5
  47. package/src/components/snackbar/__snapshots__/Snackbar.spec.js.snap +2 -3
  48. package/src/components/steps/__snapshots__/Steps.spec.js.snap +22 -28
  49. package/src/components/table/Table.spec.js +288 -0
  50. package/src/components/table/Table.vue +255 -44
  51. package/src/components/table/TableColumn.vue +3 -0
  52. package/src/components/table/__snapshots__/Table.spec.js.snap +11 -17
  53. package/src/components/table/__snapshots__/TableMobileSort.spec.js.snap +3 -8
  54. package/src/components/tabs/__snapshots__/Tabs.spec.js.snap +14 -16
  55. package/src/components/tag/Tag.vue +2 -2
  56. package/src/components/tag/__snapshots__/Tag.spec.js.snap +1 -4
  57. package/src/components/taginput/__snapshots__/Taginput.spec.js.snap +1 -4
  58. package/src/components/timepicker/__snapshots__/Timepicker.spec.js.snap +255 -267
  59. package/src/components/toast/__snapshots__/Toast.spec.js.snap +1 -1
  60. package/src/components/tooltip/Tooltip.vue +46 -13
  61. package/src/components/tooltip/__snapshots__/Tooltip.spec.js.snap +2 -4
  62. package/src/scss/components/_icon.scss +2 -2
  63. package/src/scss/components/_modal.scss +13 -0
  64. package/src/scss/components/_table.scss +48 -5
  65. package/src/scss/components/_tag.scss +9 -0
  66. package/src/utils/helpers.js +52 -5
  67. package/dist/buefy.css +0 -15906
  68. package/dist/buefy.esm.js +0 -18257
  69. package/dist/buefy.esm.min.js +0 -2
  70. package/dist/buefy.js +0 -18339
  71. package/dist/buefy.min.css +0 -1
  72. package/dist/buefy.min.js +0 -2
  73. package/dist/cjs/autocomplete.js +0 -22
  74. package/dist/cjs/breadcrumb.js +0 -127
  75. package/dist/cjs/button.js +0 -20
  76. package/dist/cjs/carousel.js +0 -672
  77. package/dist/cjs/checkbox.js +0 -81
  78. package/dist/cjs/chunk-0482bf22.js +0 -155
  79. package/dist/cjs/chunk-11e64028.js +0 -351
  80. package/dist/cjs/chunk-13e039f5.js +0 -104
  81. package/dist/cjs/chunk-1f7d7e31.js +0 -45
  82. package/dist/cjs/chunk-25752dce.js +0 -767
  83. package/dist/cjs/chunk-3f3dfbb8.js +0 -426
  84. package/dist/cjs/chunk-45739695.js +0 -332
  85. package/dist/cjs/chunk-46a2f564.js +0 -148
  86. package/dist/cjs/chunk-60febb23.js +0 -64
  87. package/dist/cjs/chunk-6543eeb8.js +0 -196
  88. package/dist/cjs/chunk-6654fbbd.js +0 -80
  89. package/dist/cjs/chunk-917a5bdc.js +0 -110
  90. package/dist/cjs/chunk-95b323d1.js +0 -239
  91. package/dist/cjs/chunk-a18d4d4d.js +0 -159
  92. package/dist/cjs/chunk-a31e136a.js +0 -163
  93. package/dist/cjs/chunk-ad4b0b18.js +0 -179
  94. package/dist/cjs/chunk-ae7e641a.js +0 -59
  95. package/dist/cjs/chunk-af3b1a16.js +0 -325
  96. package/dist/cjs/chunk-b32143ae.js +0 -314
  97. package/dist/cjs/chunk-bef674a8.js +0 -53
  98. package/dist/cjs/chunk-bf916b04.js +0 -284
  99. package/dist/cjs/chunk-c80cb851.js +0 -147
  100. package/dist/cjs/chunk-ccc675bc.js +0 -62
  101. package/dist/cjs/chunk-d99687e8.js +0 -261
  102. package/dist/cjs/chunk-ddb5e420.js +0 -1827
  103. package/dist/cjs/chunk-e00fbf91.js +0 -737
  104. package/dist/cjs/chunk-e258ed29.js +0 -94
  105. package/dist/cjs/chunk-f1df1c63.js +0 -9
  106. package/dist/cjs/chunk-ff5384ad.js +0 -554
  107. package/dist/cjs/clockpicker.js +0 -475
  108. package/dist/cjs/collapse.js +0 -122
  109. package/dist/cjs/colorpicker-0bfc2c4d.js +0 -1774
  110. package/dist/cjs/colorpicker.js +0 -23
  111. package/dist/cjs/config.js +0 -18
  112. package/dist/cjs/datepicker.js +0 -27
  113. package/dist/cjs/datetimepicker.js +0 -395
  114. package/dist/cjs/dialog.js +0 -311
  115. package/dist/cjs/dropdown.js +0 -23
  116. package/dist/cjs/field.js +0 -18
  117. package/dist/cjs/helpers.js +0 -348
  118. package/dist/cjs/icon.js +0 -19
  119. package/dist/cjs/image.js +0 -19
  120. package/dist/cjs/index.js +0 -217
  121. package/dist/cjs/input.js +0 -21
  122. package/dist/cjs/loading.js +0 -38
  123. package/dist/cjs/menu.js +0 -294
  124. package/dist/cjs/message.js +0 -61
  125. package/dist/cjs/modal.js +0 -67
  126. package/dist/cjs/navbar.js +0 -690
  127. package/dist/cjs/notification.js +0 -178
  128. package/dist/cjs/numberinput.js +0 -286
  129. package/dist/cjs/pagination.js +0 -22
  130. package/dist/cjs/progress.js +0 -231
  131. package/dist/cjs/radio.js +0 -118
  132. package/dist/cjs/rate.js +0 -155
  133. package/dist/cjs/select.js +0 -21
  134. package/dist/cjs/sidebar.js +0 -317
  135. package/dist/cjs/skeleton.js +0 -107
  136. package/dist/cjs/slider.js +0 -596
  137. package/dist/cjs/snackbar.js +0 -134
  138. package/dist/cjs/steps.js +0 -282
  139. package/dist/cjs/switch.js +0 -133
  140. package/dist/cjs/table.js +0 -1582
  141. package/dist/cjs/tabs.js +0 -213
  142. package/dist/cjs/tag.js +0 -63
  143. package/dist/cjs/taginput.js +0 -338
  144. package/dist/cjs/timepicker.js +0 -28
  145. package/dist/cjs/toast.js +0 -108
  146. package/dist/cjs/tooltip.js +0 -19
  147. package/dist/cjs/upload.js +0 -214
  148. package/dist/components/autocomplete/index.js +0 -1718
  149. package/dist/components/autocomplete/index.min.js +0 -2
  150. package/dist/components/breadcrumb/index.js +0 -295
  151. package/dist/components/breadcrumb/index.min.js +0 -2
  152. package/dist/components/button/index.js +0 -584
  153. package/dist/components/button/index.min.js +0 -2
  154. package/dist/components/carousel/index.js +0 -1653
  155. package/dist/components/carousel/index.min.js +0 -2
  156. package/dist/components/checkbox/index.js +0 -278
  157. package/dist/components/checkbox/index.min.js +0 -2
  158. package/dist/components/clockpicker/index.js +0 -3263
  159. package/dist/components/clockpicker/index.min.js +0 -2
  160. package/dist/components/collapse/index.js +0 -221
  161. package/dist/components/collapse/index.min.js +0 -2
  162. package/dist/components/colorpicker/index.js +0 -4413
  163. package/dist/components/colorpicker/index.min.js +0 -2
  164. package/dist/components/datepicker/index.js +0 -4033
  165. package/dist/components/datepicker/index.min.js +0 -2
  166. package/dist/components/datetimepicker/index.js +0 -5179
  167. package/dist/components/datetimepicker/index.min.js +0 -2
  168. package/dist/components/dialog/index.js +0 -1217
  169. package/dist/components/dialog/index.min.js +0 -2
  170. package/dist/components/dropdown/index.js +0 -1020
  171. package/dist/components/dropdown/index.min.js +0 -2
  172. package/dist/components/field/index.js +0 -517
  173. package/dist/components/field/index.min.js +0 -2
  174. package/dist/components/icon/index.js +0 -482
  175. package/dist/components/icon/index.min.js +0 -2
  176. package/dist/components/image/index.js +0 -528
  177. package/dist/components/image/index.min.js +0 -2
  178. package/dist/components/input/index.js +0 -910
  179. package/dist/components/input/index.min.js +0 -2
  180. package/dist/components/loading/index.js +0 -384
  181. package/dist/components/loading/index.min.js +0 -2
  182. package/dist/components/menu/index.js +0 -757
  183. package/dist/components/menu/index.min.js +0 -2
  184. package/dist/components/message/index.js +0 -672
  185. package/dist/components/message/index.min.js +0 -2
  186. package/dist/components/modal/index.js +0 -669
  187. package/dist/components/modal/index.min.js +0 -2
  188. package/dist/components/navbar/index.js +0 -819
  189. package/dist/components/navbar/index.min.js +0 -2
  190. package/dist/components/notification/index.js +0 -957
  191. package/dist/components/notification/index.min.js +0 -2
  192. package/dist/components/numberinput/index.js +0 -1175
  193. package/dist/components/numberinput/index.min.js +0 -2
  194. package/dist/components/pagination/index.js +0 -900
  195. package/dist/components/pagination/index.min.js +0 -2
  196. package/dist/components/progress/index.js +0 -570
  197. package/dist/components/progress/index.min.js +0 -2
  198. package/dist/components/radio/index.js +0 -258
  199. package/dist/components/radio/index.min.js +0 -2
  200. package/dist/components/rate/index.js +0 -618
  201. package/dist/components/rate/index.min.js +0 -2
  202. package/dist/components/select/index.js +0 -744
  203. package/dist/components/select/index.min.js +0 -2
  204. package/dist/components/sidebar/index.js +0 -491
  205. package/dist/components/sidebar/index.min.js +0 -2
  206. package/dist/components/skeleton/index.js +0 -206
  207. package/dist/components/skeleton/index.min.js +0 -2
  208. package/dist/components/slider/index.js +0 -1187
  209. package/dist/components/slider/index.min.js +0 -2
  210. package/dist/components/snackbar/index.js +0 -559
  211. package/dist/components/snackbar/index.min.js +0 -2
  212. package/dist/components/steps/index.js +0 -1194
  213. package/dist/components/steps/index.min.js +0 -2
  214. package/dist/components/switch/index.js +0 -301
  215. package/dist/components/switch/index.min.js +0 -2
  216. package/dist/components/table/index.js +0 -3367
  217. package/dist/components/table/index.min.js +0 -2
  218. package/dist/components/tabs/index.js +0 -1125
  219. package/dist/components/tabs/index.min.js +0 -2
  220. package/dist/components/tag/index.js +0 -304
  221. package/dist/components/tag/index.min.js +0 -2
  222. package/dist/components/taginput/index.js +0 -2212
  223. package/dist/components/taginput/index.min.js +0 -2
  224. package/dist/components/timepicker/index.js +0 -2950
  225. package/dist/components/timepicker/index.min.js +0 -2
  226. package/dist/components/toast/index.js +0 -533
  227. package/dist/components/toast/index.min.js +0 -2
  228. package/dist/components/tooltip/index.js +0 -563
  229. package/dist/components/tooltip/index.min.js +0 -2
  230. package/dist/components/upload/index.js +0 -560
  231. package/dist/components/upload/index.min.js +0 -2
  232. package/dist/esm/autocomplete.js +0 -18
  233. package/dist/esm/breadcrumb.js +0 -122
  234. package/dist/esm/button.js +0 -16
  235. package/dist/esm/carousel.js +0 -666
  236. package/dist/esm/checkbox.js +0 -77
  237. package/dist/esm/chunk-00513de7.js +0 -1825
  238. package/dist/esm/chunk-10ce22e9.js +0 -78
  239. package/dist/esm/chunk-136c8df7.js +0 -194
  240. package/dist/esm/chunk-1a4ba565.js +0 -146
  241. package/dist/esm/chunk-1be3b7ea.js +0 -259
  242. package/dist/esm/chunk-28870806.js +0 -236
  243. package/dist/esm/chunk-34fa7a7a.js +0 -60
  244. package/dist/esm/chunk-357632c2.js +0 -108
  245. package/dist/esm/chunk-38c38ecc.js +0 -145
  246. package/dist/esm/chunk-3e7e499f.js +0 -312
  247. package/dist/esm/chunk-42f463e6.js +0 -57
  248. package/dist/esm/chunk-5063b39d.js +0 -62
  249. package/dist/esm/chunk-5d67e4a3.js +0 -282
  250. package/dist/esm/chunk-6dcba4a4.js +0 -765
  251. package/dist/esm/chunk-6de9fce5.js +0 -735
  252. package/dist/esm/chunk-851d1b8f.js +0 -317
  253. package/dist/esm/chunk-8ddd6a2b.js +0 -161
  254. package/dist/esm/chunk-97dd88e0.js +0 -177
  255. package/dist/esm/chunk-9dd7d140.js +0 -92
  256. package/dist/esm/chunk-a1a77ea5.js +0 -43
  257. package/dist/esm/chunk-a4483055.js +0 -551
  258. package/dist/esm/chunk-a67eba42.js +0 -154
  259. package/dist/esm/chunk-a6b6e0c4.js +0 -51
  260. package/dist/esm/chunk-a86155fc.js +0 -323
  261. package/dist/esm/chunk-b9bdb0e4.js +0 -6
  262. package/dist/esm/chunk-c98efb13.js +0 -153
  263. package/dist/esm/chunk-cca88db8.js +0 -99
  264. package/dist/esm/chunk-e9a527b6.js +0 -349
  265. package/dist/esm/chunk-ee230468.js +0 -422
  266. package/dist/esm/clockpicker.js +0 -471
  267. package/dist/esm/collapse.js +0 -118
  268. package/dist/esm/colorpicker-8a2788dc.js +0 -1770
  269. package/dist/esm/colorpicker.js +0 -14
  270. package/dist/esm/config.js +0 -14
  271. package/dist/esm/datepicker.js +0 -23
  272. package/dist/esm/datetimepicker.js +0 -391
  273. package/dist/esm/dialog.js +0 -306
  274. package/dist/esm/dropdown.js +0 -18
  275. package/dist/esm/field.js +0 -14
  276. package/dist/esm/helpers.js +0 -322
  277. package/dist/esm/icon.js +0 -15
  278. package/dist/esm/image.js +0 -15
  279. package/dist/esm/index.js +0 -184
  280. package/dist/esm/input.js +0 -17
  281. package/dist/esm/loading.js +0 -34
  282. package/dist/esm/menu.js +0 -288
  283. package/dist/esm/message.js +0 -57
  284. package/dist/esm/modal.js +0 -63
  285. package/dist/esm/navbar.js +0 -684
  286. package/dist/esm/notification.js +0 -173
  287. package/dist/esm/numberinput.js +0 -282
  288. package/dist/esm/pagination.js +0 -17
  289. package/dist/esm/progress.js +0 -226
  290. package/dist/esm/radio.js +0 -113
  291. package/dist/esm/rate.js +0 -151
  292. package/dist/esm/select.js +0 -17
  293. package/dist/esm/sidebar.js +0 -313
  294. package/dist/esm/skeleton.js +0 -103
  295. package/dist/esm/slider.js +0 -591
  296. package/dist/esm/snackbar.js +0 -129
  297. package/dist/esm/steps.js +0 -277
  298. package/dist/esm/switch.js +0 -129
  299. package/dist/esm/table.js +0 -1577
  300. package/dist/esm/tabs.js +0 -208
  301. package/dist/esm/tag.js +0 -59
  302. package/dist/esm/taginput.js +0 -334
  303. package/dist/esm/timepicker.js +0 -24
  304. package/dist/esm/toast.js +0 -103
  305. package/dist/esm/tooltip.js +0 -15
  306. package/dist/esm/upload.js +0 -210
  307. package/dist/vetur/attributes.json +0 -3234
  308. package/dist/vetur/tags.json +0 -1182
package/dist/esm/index.js DELETED
@@ -1,184 +0,0 @@
1
- import './chunk-851d1b8f.js';
2
- import { merge } from './helpers.js';
3
- export { bound, createAbsoluteElement, createNewEvent, escapeRegExpChars, getMonthNames, getValueByPath, getWeekdayNames, hasFlag, indexOf, isCustomElement, isDefined, isMobile, isNil, isVueComponent, isWebpSupported, matchWithGroups, merge, mod, multiColumnSort, removeDiacriticsFromString, removeElement, sign, toCssWidth } from './helpers.js';
4
- import { s as setVueInstance, a as setOptions, c as config } from './chunk-10ce22e9.js';
5
- import './chunk-97dd88e0.js';
6
- import './chunk-136c8df7.js';
7
- import { a as registerComponentProgrammatic, u as use } from './chunk-cca88db8.js';
8
- import './chunk-1be3b7ea.js';
9
- import './chunk-6dcba4a4.js';
10
- import Plugin from './autocomplete.js';
11
- export { default as Autocomplete } from './autocomplete.js';
12
- import Plugin$1 from './breadcrumb.js';
13
- export { default as Breadcrumb } from './breadcrumb.js';
14
- import './chunk-357632c2.js';
15
- import Plugin$2 from './button.js';
16
- export { default as Button } from './button.js';
17
- import './chunk-a67eba42.js';
18
- import Plugin$3 from './carousel.js';
19
- export { default as Carousel } from './carousel.js';
20
- import './chunk-3e7e499f.js';
21
- import './chunk-a1a77ea5.js';
22
- import './chunk-5063b39d.js';
23
- import Plugin$4 from './checkbox.js';
24
- export { default as Checkbox } from './checkbox.js';
25
- import Plugin$6 from './collapse.js';
26
- export { default as Collapse } from './collapse.js';
27
- import './chunk-6de9fce5.js';
28
- import './chunk-42f463e6.js';
29
- import './chunk-a4483055.js';
30
- import './chunk-a86155fc.js';
31
- import Plugin$5 from './clockpicker.js';
32
- export { default as Clockpicker } from './clockpicker.js';
33
- import { P as Plugin$7 } from './colorpicker-8a2788dc.js';
34
- export { a as Color, P as Colorpicker } from './colorpicker-8a2788dc.js';
35
- import './chunk-9dd7d140.js';
36
- import './chunk-e9a527b6.js';
37
- import './chunk-00513de7.js';
38
- import Plugin$8 from './datepicker.js';
39
- export { default as Datepicker } from './datepicker.js';
40
- import './chunk-34fa7a7a.js';
41
- import Plugin$9 from './datetimepicker.js';
42
- export { default as Datetimepicker } from './datetimepicker.js';
43
- import './chunk-5d67e4a3.js';
44
- import Plugin$a from './dialog.js';
45
- export { default as Dialog, DialogProgrammatic } from './dialog.js';
46
- import Plugin$b from './dropdown.js';
47
- export { default as Dropdown } from './dropdown.js';
48
- import Plugin$c from './field.js';
49
- export { default as Field } from './field.js';
50
- import Plugin$d from './icon.js';
51
- export { default as Icon } from './icon.js';
52
- import Plugin$e from './image.js';
53
- export { default as Image } from './image.js';
54
- import Plugin$f from './input.js';
55
- export { default as Input } from './input.js';
56
- import './chunk-b9bdb0e4.js';
57
- import './chunk-38c38ecc.js';
58
- import Plugin$g from './loading.js';
59
- export { default as Loading, LoadingProgrammatic } from './loading.js';
60
- import Plugin$h from './menu.js';
61
- export { default as Menu } from './menu.js';
62
- import './chunk-c98efb13.js';
63
- import Plugin$i from './message.js';
64
- export { default as Message } from './message.js';
65
- import Plugin$j from './modal.js';
66
- export { default as Modal, ModalProgrammatic } from './modal.js';
67
- import Plugin$l from './notification.js';
68
- export { default as Notification, NotificationProgrammatic } from './notification.js';
69
- import './chunk-8ddd6a2b.js';
70
- import Plugin$k from './navbar.js';
71
- export { default as Navbar } from './navbar.js';
72
- import Plugin$m from './numberinput.js';
73
- export { default as Numberinput } from './numberinput.js';
74
- import './chunk-ee230468.js';
75
- import Plugin$n from './pagination.js';
76
- export { default as Pagination } from './pagination.js';
77
- import Plugin$o from './progress.js';
78
- export { default as Progress } from './progress.js';
79
- import Plugin$p from './radio.js';
80
- export { default as Radio } from './radio.js';
81
- import Plugin$q from './rate.js';
82
- export { default as Rate } from './rate.js';
83
- import Plugin$r from './select.js';
84
- export { default as Select } from './select.js';
85
- import Plugin$s from './skeleton.js';
86
- export { default as Skeleton } from './skeleton.js';
87
- import Plugin$t from './sidebar.js';
88
- export { default as Sidebar } from './sidebar.js';
89
- import Plugin$u from './slider.js';
90
- export { default as Slider } from './slider.js';
91
- import Plugin$v from './snackbar.js';
92
- export { default as Snackbar, SnackbarProgrammatic } from './snackbar.js';
93
- import './chunk-a6b6e0c4.js';
94
- import './chunk-28870806.js';
95
- import Plugin$w from './steps.js';
96
- export { default as Steps } from './steps.js';
97
- import Plugin$x from './switch.js';
98
- export { default as Switch } from './switch.js';
99
- import Plugin$y from './table.js';
100
- export { default as Table } from './table.js';
101
- import Plugin$z from './tabs.js';
102
- export { default as Tabs } from './tabs.js';
103
- import './chunk-1a4ba565.js';
104
- import Plugin$A from './tag.js';
105
- export { default as Tag } from './tag.js';
106
- import Plugin$B from './taginput.js';
107
- export { default as Taginput } from './taginput.js';
108
- import Plugin$C from './timepicker.js';
109
- export { default as Timepicker } from './timepicker.js';
110
- import Plugin$D from './toast.js';
111
- export { default as Toast, ToastProgrammatic } from './toast.js';
112
- import Plugin$E from './tooltip.js';
113
- export { default as Tooltip } from './tooltip.js';
114
- import Plugin$F from './upload.js';
115
- export { default as Upload } from './upload.js';
116
- import ConfigComponent from './config.js';
117
- export { default as ConfigProgrammatic } from './config.js';
118
-
119
-
120
-
121
- var components = /*#__PURE__*/Object.freeze({
122
- Autocomplete: Plugin,
123
- Breadcrumb: Plugin$1,
124
- Button: Plugin$2,
125
- Carousel: Plugin$3,
126
- Checkbox: Plugin$4,
127
- Clockpicker: Plugin$5,
128
- Collapse: Plugin$6,
129
- Colorpicker: Plugin$7,
130
- Datepicker: Plugin$8,
131
- Datetimepicker: Plugin$9,
132
- Dialog: Plugin$a,
133
- Dropdown: Plugin$b,
134
- Field: Plugin$c,
135
- Icon: Plugin$d,
136
- Image: Plugin$e,
137
- Input: Plugin$f,
138
- Loading: Plugin$g,
139
- Menu: Plugin$h,
140
- Message: Plugin$i,
141
- Modal: Plugin$j,
142
- Navbar: Plugin$k,
143
- Notification: Plugin$l,
144
- Numberinput: Plugin$m,
145
- Pagination: Plugin$n,
146
- Progress: Plugin$o,
147
- Radio: Plugin$p,
148
- Rate: Plugin$q,
149
- Select: Plugin$r,
150
- Skeleton: Plugin$s,
151
- Sidebar: Plugin$t,
152
- Slider: Plugin$u,
153
- Snackbar: Plugin$v,
154
- Steps: Plugin$w,
155
- Switch: Plugin$x,
156
- Table: Plugin$y,
157
- Tabs: Plugin$z,
158
- Tag: Plugin$A,
159
- Taginput: Plugin$B,
160
- Timepicker: Plugin$C,
161
- Toast: Plugin$D,
162
- Tooltip: Plugin$E,
163
- Upload: Plugin$F
164
- });
165
-
166
- var Buefy = {
167
- install: function install(Vue) {
168
- var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
169
- setVueInstance(Vue); // Options
170
-
171
- setOptions(merge(config, options, true)); // Components
172
-
173
- for (var componentKey in components) {
174
- Vue.use(components[componentKey]);
175
- } // Config component
176
-
177
-
178
- registerComponentProgrammatic(Vue, 'config', ConfigComponent);
179
- Vue.prototype.$buefy.globalNoticeInterval = null;
180
- }
181
- };
182
- use(Buefy);
183
-
184
- export default Buefy;
package/dist/esm/input.js DELETED
@@ -1,17 +0,0 @@
1
- import './chunk-851d1b8f.js';
2
- import './helpers.js';
3
- import './chunk-10ce22e9.js';
4
- import './chunk-97dd88e0.js';
5
- import './chunk-136c8df7.js';
6
- import { r as registerComponent, u as use } from './chunk-cca88db8.js';
7
- import { I as Input } from './chunk-1be3b7ea.js';
8
- export { I as BInput } from './chunk-1be3b7ea.js';
9
-
10
- var Plugin = {
11
- install: function install(Vue) {
12
- registerComponent(Vue, Input);
13
- }
14
- };
15
- use(Plugin);
16
-
17
- export default Plugin;
@@ -1,34 +0,0 @@
1
- import './chunk-851d1b8f.js';
2
- import { merge } from './helpers.js';
3
- import { V as VueInstance } from './chunk-10ce22e9.js';
4
- import { r as registerComponent, a as registerComponentProgrammatic, u as use } from './chunk-cca88db8.js';
5
- import './chunk-b9bdb0e4.js';
6
- import { L as Loading } from './chunk-38c38ecc.js';
7
- export { L as BLoading } from './chunk-38c38ecc.js';
8
-
9
- var localVueInstance;
10
- var LoadingProgrammatic = {
11
- open: function open(params) {
12
- var defaultParam = {
13
- programmatic: true
14
- };
15
- var propsData = merge(defaultParam, params);
16
- var vm = typeof window !== 'undefined' && window.Vue ? window.Vue : localVueInstance || VueInstance;
17
- var LoadingComponent = vm.extend(Loading);
18
- return new LoadingComponent({
19
- el: document.createElement('div'),
20
- propsData: propsData
21
- });
22
- }
23
- };
24
- var Plugin = {
25
- install: function install(Vue) {
26
- localVueInstance = Vue;
27
- registerComponent(Vue, Loading);
28
- registerComponentProgrammatic(Vue, 'loading', LoadingProgrammatic);
29
- }
30
- };
31
- use(Plugin);
32
-
33
- export default Plugin;
34
- export { LoadingProgrammatic };
package/dist/esm/menu.js DELETED
@@ -1,288 +0,0 @@
1
- import { _ as _defineProperty } from './chunk-851d1b8f.js';
2
- import './helpers.js';
3
- import { c as config } from './chunk-10ce22e9.js';
4
- import { I as Icon } from './chunk-136c8df7.js';
5
- import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
6
-
7
- //
8
- //
9
- //
10
- //
11
- //
12
- //
13
- var script = {
14
- name: 'BMenu',
15
- props: {
16
- accordion: {
17
- type: Boolean,
18
- default: true
19
- },
20
- activable: {
21
- type: Boolean,
22
- default: true
23
- }
24
- },
25
- data: function data() {
26
- return {
27
- _isMenu: true // Used by MenuItem
28
-
29
- };
30
- }
31
- };
32
-
33
- /* script */
34
- const __vue_script__ = script;
35
-
36
- /* template */
37
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"menu"},[_vm._t("default")],2)};
38
- var __vue_staticRenderFns__ = [];
39
-
40
- /* style */
41
- const __vue_inject_styles__ = undefined;
42
- /* scoped */
43
- const __vue_scope_id__ = undefined;
44
- /* module identifier */
45
- const __vue_module_identifier__ = undefined;
46
- /* functional template */
47
- const __vue_is_functional_template__ = false;
48
- /* style inject */
49
-
50
- /* style inject SSR */
51
-
52
-
53
-
54
- var Menu = __vue_normalize__(
55
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
56
- __vue_inject_styles__,
57
- __vue_script__,
58
- __vue_scope_id__,
59
- __vue_is_functional_template__,
60
- __vue_module_identifier__,
61
- undefined,
62
- undefined
63
- );
64
-
65
- var script$1 = {
66
- name: 'BMenuList',
67
- functional: true,
68
- props: {
69
- label: String,
70
- icon: String,
71
- iconPack: String,
72
- ariaRole: {
73
- type: String,
74
- default: ''
75
- },
76
- size: {
77
- type: String,
78
- default: 'is-small'
79
- }
80
- },
81
- render: function render(createElement, context) {
82
- var vlabel = null;
83
- var slots = context.slots();
84
-
85
- if (context.props.label || slots.label) {
86
- vlabel = createElement('p', {
87
- attrs: {
88
- 'class': 'menu-label'
89
- }
90
- }, context.props.label ? context.props.icon ? [createElement('b-icon', {
91
- props: {
92
- 'icon': context.props.icon,
93
- 'pack': context.props.iconPack,
94
- 'size': context.props.size
95
- }
96
- }), createElement('span', {}, context.props.label)] : context.props.label : slots.label);
97
- }
98
-
99
- var vnode = createElement('ul', {
100
- attrs: {
101
- 'class': 'menu-list',
102
- 'role': context.props.ariaRole === 'menu' ? context.props.ariaRole : null
103
- }
104
- }, slots.default);
105
- return vlabel ? [vlabel, vnode] : vnode;
106
- }
107
- };
108
-
109
- /* script */
110
- const __vue_script__$1 = script$1;
111
-
112
- /* template */
113
-
114
- /* style */
115
- const __vue_inject_styles__$1 = undefined;
116
- /* scoped */
117
- const __vue_scope_id__$1 = undefined;
118
- /* module identifier */
119
- const __vue_module_identifier__$1 = undefined;
120
- /* functional template */
121
- const __vue_is_functional_template__$1 = undefined;
122
- /* style inject */
123
-
124
- /* style inject SSR */
125
-
126
-
127
-
128
- var MenuList = __vue_normalize__(
129
- {},
130
- __vue_inject_styles__$1,
131
- __vue_script__$1,
132
- __vue_scope_id__$1,
133
- __vue_is_functional_template__$1,
134
- __vue_module_identifier__$1,
135
- undefined,
136
- undefined
137
- );
138
-
139
- var script$2 = {
140
- name: 'BMenuItem',
141
- components: _defineProperty({}, Icon.name, Icon),
142
- inheritAttrs: false,
143
- // deprecated, to replace with default 'value' in the next breaking change
144
- model: {
145
- prop: 'active',
146
- event: 'update:active'
147
- },
148
- props: {
149
- label: String,
150
- active: Boolean,
151
- expanded: Boolean,
152
- disabled: Boolean,
153
- iconPack: String,
154
- icon: String,
155
- animation: {
156
- type: String,
157
- default: 'slide'
158
- },
159
- tag: {
160
- type: String,
161
- default: 'a',
162
- validator: function validator(value) {
163
- return config.defaultLinkTags.indexOf(value) >= 0;
164
- }
165
- },
166
- ariaRole: {
167
- type: String,
168
- default: ''
169
- },
170
- size: {
171
- type: String,
172
- default: 'is-small'
173
- }
174
- },
175
- data: function data() {
176
- return {
177
- newActive: this.active,
178
- newExpanded: this.expanded
179
- };
180
- },
181
- computed: {
182
- ariaRoleMenu: function ariaRoleMenu() {
183
- return this.ariaRole === 'menuitem' ? this.ariaRole : null;
184
- }
185
- },
186
- watch: {
187
- active: function active(value) {
188
- this.newActive = value;
189
- },
190
- expanded: function expanded(value) {
191
- this.newExpanded = value;
192
- }
193
- },
194
- methods: {
195
- onClick: function onClick(event) {
196
- if (this.disabled) return;
197
- var menu = this.getMenu();
198
- this.reset(this.$parent, menu);
199
- this.newExpanded = this.$props.expanded || !this.newExpanded;
200
- this.$emit('update:expanded', this.newExpanded);
201
-
202
- if (menu && menu.activable) {
203
- this.newActive = true;
204
- this.$emit('update:active', this.newActive);
205
- }
206
- },
207
- reset: function reset(parent, menu) {
208
- var _this = this;
209
-
210
- var items = parent.$children.filter(function (c) {
211
- return c.name === _this.name;
212
- });
213
- items.forEach(function (item) {
214
- if (item !== _this) {
215
- _this.reset(item, menu);
216
-
217
- if (!parent.$data._isMenu || parent.$data._isMenu && parent.accordion) {
218
- item.newExpanded = false;
219
- item.$emit('update:expanded', item.newActive);
220
- }
221
-
222
- if (menu && menu.activable) {
223
- item.newActive = false;
224
- item.$emit('update:active', item.newActive);
225
- }
226
- }
227
- });
228
- },
229
- getMenu: function getMenu() {
230
- var parent = this.$parent;
231
-
232
- while (parent && !parent.$data._isMenu) {
233
- parent = parent.$parent;
234
- }
235
-
236
- return parent;
237
- }
238
- }
239
- };
240
-
241
- /* script */
242
- const __vue_script__$2 = script$2;
243
-
244
- /* template */
245
- var __vue_render__$1 = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{attrs:{"role":_vm.ariaRoleMenu}},[_c(_vm.tag,_vm._g(_vm._b({tag:"component",class:{
246
- 'is-active': _vm.newActive,
247
- 'is-expanded': _vm.newExpanded,
248
- 'is-disabled': _vm.disabled,
249
- 'icon-text': _vm.icon,
250
- },on:{"click":function($event){return _vm.onClick($event)}}},'component',_vm.$attrs,false),_vm.$listeners),[(_vm.icon)?_c('b-icon',{attrs:{"icon":_vm.icon,"pack":_vm.iconPack,"size":_vm.size}}):_vm._e(),(_vm.label)?_c('span',[_vm._v(" "+_vm._s(_vm.label)+" ")]):_vm._t("label",null,{"expanded":_vm.newExpanded,"active":_vm.newActive})],2),(_vm.$slots.default)?[_c('transition',{attrs:{"name":_vm.animation}},[_c('ul',{directives:[{name:"show",rawName:"v-show",value:(_vm.newExpanded),expression:"newExpanded"}]},[_vm._t("default")],2)])]:_vm._e()],2)};
251
- var __vue_staticRenderFns__$1 = [];
252
-
253
- /* style */
254
- const __vue_inject_styles__$2 = undefined;
255
- /* scoped */
256
- const __vue_scope_id__$2 = undefined;
257
- /* module identifier */
258
- const __vue_module_identifier__$2 = undefined;
259
- /* functional template */
260
- const __vue_is_functional_template__$2 = false;
261
- /* style inject */
262
-
263
- /* style inject SSR */
264
-
265
-
266
-
267
- var MenuItem = __vue_normalize__(
268
- { render: __vue_render__$1, staticRenderFns: __vue_staticRenderFns__$1 },
269
- __vue_inject_styles__$2,
270
- __vue_script__$2,
271
- __vue_scope_id__$2,
272
- __vue_is_functional_template__$2,
273
- __vue_module_identifier__$2,
274
- undefined,
275
- undefined
276
- );
277
-
278
- var Plugin = {
279
- install: function install(Vue) {
280
- registerComponent(Vue, Menu);
281
- registerComponent(Vue, MenuList);
282
- registerComponent(Vue, MenuItem);
283
- }
284
- };
285
- use(Plugin);
286
-
287
- export default Plugin;
288
- export { Menu as BMenu, MenuItem as BMenuItem, MenuList as BMenuList };
@@ -1,57 +0,0 @@
1
- import './chunk-851d1b8f.js';
2
- import './helpers.js';
3
- import './chunk-10ce22e9.js';
4
- import './chunk-136c8df7.js';
5
- import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
6
- import { M as MessageMixin } from './chunk-c98efb13.js';
7
-
8
- //
9
- var script = {
10
- name: 'BMessage',
11
- mixins: [MessageMixin],
12
- props: {
13
- ariaCloseLabel: String
14
- }
15
- };
16
-
17
- /* script */
18
- const __vue_script__ = script;
19
-
20
- /* template */
21
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',{attrs:{"name":"fade"}},[_c('article',{directives:[{name:"show",rawName:"v-show",value:(_vm.isActive),expression:"isActive"}],staticClass:"message",class:[_vm.type, _vm.size]},[(_vm.$slots.header || _vm.title)?_c('header',{staticClass:"message-header"},[(_vm.$slots.header)?_c('div',[_vm._t("header")],2):(_vm.title)?_c('p',[_vm._v(_vm._s(_vm.title))]):_vm._e(),(_vm.closable)?_c('button',{staticClass:"delete",attrs:{"type":"button","aria-label":_vm.ariaCloseLabel},on:{"click":_vm.close}}):_vm._e()]):_vm._e(),(_vm.$slots.default)?_c('section',{staticClass:"message-body"},[_c('div',{staticClass:"media"},[(_vm.computedIcon && _vm.hasIcon)?_c('div',{staticClass:"media-left"},[_c('b-icon',{class:_vm.type,attrs:{"icon":_vm.computedIcon,"pack":_vm.iconPack,"both":"","size":_vm.newIconSize}})],1):_vm._e(),_c('div',{staticClass:"media-content"},[_vm._t("default")],2)])]):_vm._e(),(_vm.autoClose && _vm.progressBar)?_c('b-progress',{staticClass:"auto-close-progress",attrs:{"value":_vm.remainingTime - 1,"max":_vm.duration / 1000 - 1,"type":_vm.type,"rounded":false}}):_vm._e()],1)])};
22
- var __vue_staticRenderFns__ = [];
23
-
24
- /* style */
25
- const __vue_inject_styles__ = undefined;
26
- /* scoped */
27
- const __vue_scope_id__ = undefined;
28
- /* module identifier */
29
- const __vue_module_identifier__ = undefined;
30
- /* functional template */
31
- const __vue_is_functional_template__ = false;
32
- /* style inject */
33
-
34
- /* style inject SSR */
35
-
36
-
37
-
38
- var Message = __vue_normalize__(
39
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
40
- __vue_inject_styles__,
41
- __vue_script__,
42
- __vue_scope_id__,
43
- __vue_is_functional_template__,
44
- __vue_module_identifier__,
45
- undefined,
46
- undefined
47
- );
48
-
49
- var Plugin = {
50
- install: function install(Vue) {
51
- registerComponent(Vue, Message);
52
- }
53
- };
54
- use(Plugin);
55
-
56
- export default Plugin;
57
- export { Message as BMessage };
package/dist/esm/modal.js DELETED
@@ -1,63 +0,0 @@
1
- import './chunk-851d1b8f.js';
2
- import { merge } from './helpers.js';
3
- import { V as VueInstance } from './chunk-10ce22e9.js';
4
- import { r as registerComponent, a as registerComponentProgrammatic, u as use } from './chunk-cca88db8.js';
5
- import './chunk-42f463e6.js';
6
- import { M as Modal } from './chunk-5d67e4a3.js';
7
- export { M as BModal } from './chunk-5d67e4a3.js';
8
-
9
- var localVueInstance;
10
- var ModalProgrammatic = {
11
- open: function open(params) {
12
- var parent;
13
-
14
- if (typeof params === 'string') {
15
- params = {
16
- content: params
17
- };
18
- }
19
-
20
- var defaultParam = {
21
- programmatic: true
22
- };
23
-
24
- if (params.parent) {
25
- parent = params.parent;
26
- delete params.parent;
27
- }
28
-
29
- var slot;
30
-
31
- if (Array.isArray(params.content)) {
32
- slot = params.content;
33
- delete params.content;
34
- }
35
-
36
- var propsData = merge(defaultParam, params);
37
- var vm = typeof window !== 'undefined' && window.Vue ? window.Vue : localVueInstance || VueInstance;
38
- var ModalComponent = vm.extend(Modal);
39
- var component = new ModalComponent({
40
- parent: parent,
41
- el: document.createElement('div'),
42
- propsData: propsData
43
- });
44
-
45
- if (slot) {
46
- component.$slots.default = slot;
47
- component.$forceUpdate();
48
- }
49
-
50
- return component;
51
- }
52
- };
53
- var Plugin = {
54
- install: function install(Vue) {
55
- localVueInstance = Vue;
56
- registerComponent(Vue, Modal);
57
- registerComponentProgrammatic(Vue, 'modal', ModalProgrammatic);
58
- }
59
- };
60
- use(Plugin);
61
-
62
- export default Plugin;
63
- export { ModalProgrammatic };