buefy 0.9.20 → 0.9.21

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 (214) hide show
  1. package/CHANGELOG.md +1741 -1741
  2. package/dist/buefy.css +1 -1
  3. package/dist/buefy.esm.js +45 -25
  4. package/dist/buefy.esm.min.js +2 -2
  5. package/dist/buefy.js +45 -25
  6. package/dist/buefy.min.css +1 -1
  7. package/dist/buefy.min.js +2 -2
  8. package/dist/cjs/autocomplete.js +5 -5
  9. package/dist/cjs/breadcrumb.js +1 -1
  10. package/dist/cjs/button.js +3 -3
  11. package/dist/cjs/carousel.js +3 -3
  12. package/dist/cjs/{chunk-5ed8a75a.js → chunk-09574ad9.js} +3 -3
  13. package/dist/cjs/{chunk-7c11fdde.js → chunk-201c9e5c.js} +1 -1
  14. package/dist/cjs/{chunk-545e1c7f.js → chunk-2a96ec68.js} +2 -2
  15. package/dist/cjs/{chunk-9103eeda.js → chunk-437dd7a0.js} +1 -0
  16. package/dist/cjs/{chunk-7545a2bd.js → chunk-7b44db6e.js} +2 -2
  17. package/dist/cjs/{chunk-670ac7e7.js → chunk-85b00a19.js} +7 -7
  18. package/dist/cjs/{chunk-3ef2e7dd.js → chunk-95c4b826.js} +3 -3
  19. package/dist/cjs/{chunk-5010c284.js → chunk-99367591.js} +18 -2
  20. package/dist/cjs/{chunk-73f8eef8.js → chunk-a6b29437.js} +1 -1
  21. package/dist/cjs/{chunk-cd626a19.js → chunk-bcab8905.js} +6 -6
  22. package/dist/cjs/{chunk-7e877557.js → chunk-befea70a.js} +2 -2
  23. package/dist/cjs/{chunk-4bcfaf1c.js → chunk-cc9676a6.js} +1 -1
  24. package/dist/cjs/{chunk-03279fd8.js → chunk-dddb035c.js} +1 -1
  25. package/dist/cjs/{chunk-e872f5e2.js → chunk-e0373ab6.js} +1 -1
  26. package/dist/cjs/{chunk-2d94476d.js → chunk-e90b3d05.js} +2 -2
  27. package/dist/cjs/{chunk-f5285f14.js → chunk-eba24a95.js} +1 -1
  28. package/dist/cjs/{chunk-e86d3eeb.js → chunk-f5139026.js} +1 -1
  29. package/dist/cjs/{chunk-d03d9202.js → chunk-f8eb56c6.js} +21 -21
  30. package/dist/cjs/{chunk-93c51748.js → chunk-fb8ff6be.js} +1 -1
  31. package/dist/cjs/clockpicker.js +7 -7
  32. package/dist/cjs/colorpicker.js +8 -8
  33. package/dist/cjs/config.js +1 -1
  34. package/dist/cjs/datepicker.js +8 -8
  35. package/dist/cjs/datetimepicker.js +10 -10
  36. package/dist/cjs/dialog.js +4 -4
  37. package/dist/cjs/dropdown.js +2 -2
  38. package/dist/cjs/field.js +2 -2
  39. package/dist/cjs/icon.js +2 -2
  40. package/dist/cjs/image.js +2 -2
  41. package/dist/cjs/index.js +19 -19
  42. package/dist/cjs/input.js +4 -4
  43. package/dist/cjs/loading.js +1 -1
  44. package/dist/cjs/menu.js +2 -2
  45. package/dist/cjs/message.js +3 -3
  46. package/dist/cjs/modal.js +2 -2
  47. package/dist/cjs/notification.js +4 -4
  48. package/dist/cjs/numberinput.js +4 -4
  49. package/dist/cjs/pagination.js +3 -3
  50. package/dist/cjs/progress.js +1 -1
  51. package/dist/cjs/rate.js +2 -2
  52. package/dist/cjs/select.js +4 -4
  53. package/dist/cjs/sidebar.js +1 -1
  54. package/dist/cjs/slider.js +2 -2
  55. package/dist/cjs/snackbar.js +2 -2
  56. package/dist/cjs/steps.js +3 -3
  57. package/dist/cjs/switch.js +1 -1
  58. package/dist/cjs/table.js +11 -8
  59. package/dist/cjs/tabs.js +3 -3
  60. package/dist/cjs/taginput.js +5 -5
  61. package/dist/cjs/timepicker.js +9 -9
  62. package/dist/cjs/toast.js +2 -2
  63. package/dist/cjs/tooltip.js +2 -2
  64. package/dist/cjs/upload.js +2 -2
  65. package/dist/components/autocomplete/index.js +2 -1
  66. package/dist/components/autocomplete/index.min.js +2 -2
  67. package/dist/components/breadcrumb/index.js +2 -1
  68. package/dist/components/breadcrumb/index.min.js +1 -1
  69. package/dist/components/button/index.js +3 -2
  70. package/dist/components/button/index.min.js +2 -2
  71. package/dist/components/carousel/index.js +2 -1
  72. package/dist/components/carousel/index.min.js +2 -2
  73. package/dist/components/checkbox/index.js +1 -1
  74. package/dist/components/checkbox/index.min.js +1 -1
  75. package/dist/components/clockpicker/index.js +22 -21
  76. package/dist/components/clockpicker/index.min.js +2 -2
  77. package/dist/components/collapse/index.js +1 -1
  78. package/dist/components/collapse/index.min.js +1 -1
  79. package/dist/components/colorpicker/index.js +39 -22
  80. package/dist/components/colorpicker/index.min.js +2 -2
  81. package/dist/components/datepicker/index.js +22 -21
  82. package/dist/components/datepicker/index.min.js +2 -2
  83. package/dist/components/datetimepicker/index.js +22 -21
  84. package/dist/components/datetimepicker/index.min.js +2 -2
  85. package/dist/components/dialog/index.js +3 -2
  86. package/dist/components/dialog/index.min.js +2 -2
  87. package/dist/components/dropdown/index.js +2 -1
  88. package/dist/components/dropdown/index.min.js +1 -1
  89. package/dist/components/field/index.js +22 -21
  90. package/dist/components/field/index.min.js +1 -1
  91. package/dist/components/icon/index.js +2 -1
  92. package/dist/components/icon/index.min.js +2 -2
  93. package/dist/components/image/index.js +2 -1
  94. package/dist/components/image/index.min.js +2 -2
  95. package/dist/components/input/index.js +2 -1
  96. package/dist/components/input/index.min.js +2 -2
  97. package/dist/components/loading/index.js +1 -1
  98. package/dist/components/loading/index.min.js +1 -1
  99. package/dist/components/menu/index.js +2 -1
  100. package/dist/components/menu/index.min.js +2 -2
  101. package/dist/components/message/index.js +2 -1
  102. package/dist/components/message/index.min.js +2 -2
  103. package/dist/components/modal/index.js +2 -1
  104. package/dist/components/modal/index.min.js +2 -2
  105. package/dist/components/navbar/index.js +1 -1
  106. package/dist/components/navbar/index.min.js +1 -1
  107. package/dist/components/notification/index.js +2 -1
  108. package/dist/components/notification/index.min.js +2 -2
  109. package/dist/components/numberinput/index.js +2 -1
  110. package/dist/components/numberinput/index.min.js +2 -2
  111. package/dist/components/pagination/index.js +2 -1
  112. package/dist/components/pagination/index.min.js +2 -2
  113. package/dist/components/progress/index.js +2 -1
  114. package/dist/components/progress/index.min.js +2 -2
  115. package/dist/components/radio/index.js +1 -1
  116. package/dist/components/radio/index.min.js +1 -1
  117. package/dist/components/rate/index.js +2 -1
  118. package/dist/components/rate/index.min.js +2 -2
  119. package/dist/components/select/index.js +2 -1
  120. package/dist/components/select/index.min.js +2 -2
  121. package/dist/components/sidebar/index.js +2 -1
  122. package/dist/components/sidebar/index.min.js +1 -1
  123. package/dist/components/skeleton/index.js +1 -1
  124. package/dist/components/skeleton/index.min.js +1 -1
  125. package/dist/components/slider/index.js +19 -2
  126. package/dist/components/slider/index.min.js +2 -2
  127. package/dist/components/snackbar/index.js +2 -1
  128. package/dist/components/snackbar/index.min.js +1 -1
  129. package/dist/components/steps/index.js +2 -1
  130. package/dist/components/steps/index.min.js +2 -2
  131. package/dist/components/switch/index.js +2 -1
  132. package/dist/components/switch/index.min.js +1 -1
  133. package/dist/components/table/index.js +7 -3
  134. package/dist/components/table/index.min.js +2 -2
  135. package/dist/components/tabs/index.js +2 -1
  136. package/dist/components/tabs/index.min.js +2 -2
  137. package/dist/components/tag/index.js +1 -1
  138. package/dist/components/tag/index.min.js +1 -1
  139. package/dist/components/taginput/index.js +2 -1
  140. package/dist/components/taginput/index.min.js +2 -2
  141. package/dist/components/timepicker/index.js +22 -21
  142. package/dist/components/timepicker/index.min.js +2 -2
  143. package/dist/components/toast/index.js +2 -1
  144. package/dist/components/toast/index.min.js +1 -1
  145. package/dist/components/tooltip/index.js +19 -2
  146. package/dist/components/tooltip/index.min.js +2 -2
  147. package/dist/components/upload/index.js +2 -1
  148. package/dist/components/upload/index.min.js +2 -2
  149. package/dist/esm/autocomplete.js +6 -6
  150. package/dist/esm/breadcrumb.js +1 -1
  151. package/dist/esm/button.js +4 -4
  152. package/dist/esm/carousel.js +3 -3
  153. package/dist/esm/{chunk-726445a2.js → chunk-17b33cd2.js} +1 -1
  154. package/dist/esm/{chunk-aed3f638.js → chunk-293c457c.js} +6 -6
  155. package/dist/esm/{chunk-d35985c7.js → chunk-33e1434e.js} +1 -1
  156. package/dist/esm/{chunk-690d5be4.js → chunk-493ff0a9.js} +1 -1
  157. package/dist/esm/{chunk-51455f8c.js → chunk-4e788733.js} +2 -2
  158. package/dist/esm/{chunk-970672ce.js → chunk-6c64686f.js} +7 -7
  159. package/dist/esm/{chunk-c2803e80.js → chunk-6e56b8bc.js} +2 -2
  160. package/dist/esm/{chunk-5435bd9a.js → chunk-7bb9107f.js} +1 -1
  161. package/dist/esm/{chunk-e044aa02.js → chunk-7e17a637.js} +1 -1
  162. package/dist/esm/{chunk-4fb80d59.js → chunk-83c8b459.js} +3 -3
  163. package/dist/esm/{chunk-ced7578e.js → chunk-9b0b8225.js} +18 -2
  164. package/dist/esm/{chunk-d9232770.js → chunk-a32d1427.js} +1 -1
  165. package/dist/esm/{chunk-598015da.js → chunk-ade5b253.js} +1 -1
  166. package/dist/esm/{chunk-8747d0a8.js → chunk-b0123b89.js} +2 -2
  167. package/dist/esm/{chunk-58cdbf2b.js → chunk-b5576437.js} +3 -3
  168. package/dist/esm/{chunk-1a4fde6d.js → chunk-c5284276.js} +2 -2
  169. package/dist/esm/{chunk-2509b537.js → chunk-d46e7ff0.js} +21 -21
  170. package/dist/esm/{chunk-8ed29c41.js → chunk-e92e3389.js} +1 -0
  171. package/dist/esm/{chunk-6d96579e.js → chunk-f32d0228.js} +1 -1
  172. package/dist/esm/clockpicker.js +7 -7
  173. package/dist/esm/colorpicker.js +8 -8
  174. package/dist/esm/config.js +1 -1
  175. package/dist/esm/datepicker.js +9 -9
  176. package/dist/esm/datetimepicker.js +10 -10
  177. package/dist/esm/dialog.js +4 -4
  178. package/dist/esm/dropdown.js +3 -3
  179. package/dist/esm/field.js +3 -3
  180. package/dist/esm/icon.js +3 -3
  181. package/dist/esm/image.js +3 -3
  182. package/dist/esm/index.js +19 -19
  183. package/dist/esm/input.js +5 -5
  184. package/dist/esm/loading.js +1 -1
  185. package/dist/esm/menu.js +2 -2
  186. package/dist/esm/message.js +3 -3
  187. package/dist/esm/modal.js +3 -3
  188. package/dist/esm/notification.js +4 -4
  189. package/dist/esm/numberinput.js +4 -4
  190. package/dist/esm/pagination.js +4 -4
  191. package/dist/esm/progress.js +1 -1
  192. package/dist/esm/rate.js +2 -2
  193. package/dist/esm/select.js +5 -5
  194. package/dist/esm/sidebar.js +1 -1
  195. package/dist/esm/slider.js +2 -2
  196. package/dist/esm/snackbar.js +2 -2
  197. package/dist/esm/steps.js +3 -3
  198. package/dist/esm/switch.js +1 -1
  199. package/dist/esm/table.js +11 -8
  200. package/dist/esm/tabs.js +3 -3
  201. package/dist/esm/taginput.js +5 -5
  202. package/dist/esm/timepicker.js +10 -10
  203. package/dist/esm/toast.js +2 -2
  204. package/dist/esm/tooltip.js +3 -3
  205. package/dist/esm/upload.js +2 -2
  206. package/dist/vetur/attributes.json +5 -1
  207. package/dist/vetur/tags.json +1 -1
  208. package/package.json +1 -1
  209. package/src/components/button/Button.spec.js +14 -0
  210. package/src/components/button/Button.vue +1 -1
  211. package/src/components/field/Field.vue +272 -272
  212. package/src/components/table/TableColumn.vue +121 -118
  213. package/src/components/tooltip/Tooltip.vue +12 -1
  214. package/src/utils/config.js +1 -0
@@ -1,4 +1,4 @@
1
- /*! Buefy v0.9.20 | MIT License | github.com/buefy/buefy */
1
+ /*! Buefy v0.9.21 | MIT License | github.com/buefy/buefy */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
4
4
  typeof define === 'function' && define.amd ? define(['exports'], factory) :
@@ -38,6 +38,7 @@
38
38
  defaultNotificationPosition: null,
39
39
  defaultTooltipType: 'is-primary',
40
40
  defaultTooltipDelay: null,
41
+ defaultTooltipCloseDelay: null,
41
42
  defaultSidebarDelay: null,
42
43
  defaultInputAutocomplete: 'on',
43
44
  defaultDateFormatter: null,
@@ -129,6 +130,12 @@
129
130
  return config.defaultTooltipDelay;
130
131
  }
131
132
  },
133
+ closeDelay: {
134
+ type: Number,
135
+ default: function _default() {
136
+ return config.defaultTooltipCloseDelay;
137
+ }
138
+ },
132
139
  position: {
133
140
  type: String,
134
141
  default: 'is-top',
@@ -302,9 +309,19 @@
302
309
  }
303
310
  },
304
311
  close: function close() {
312
+ var _this3 = this;
313
+
305
314
  if (typeof this.autoClose === 'boolean') {
306
- this.isActive = !this.autoClose;
307
315
  if (this.autoClose && this.timer) clearTimeout(this.timer);
316
+
317
+ if (this.closeDelay) {
318
+ this.timer = setTimeout(function () {
319
+ _this3.isActive = !_this3.autoClose;
320
+ _this3.timer = null;
321
+ }, this.closeDelay);
322
+ } else {
323
+ this.isActive = !this.autoClose;
324
+ }
308
325
  }
309
326
  },
310
327
 
@@ -1,2 +1,2 @@
1
- /*! Buefy v0.9.20 | MIT License | github.com/buefy/buefy */
2
- !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t=t||self).Tooltip={})}(this,function(t){"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i="is-primary",n=null;var o,s=function(t,e,i,n,o,s,r,a,l,d){"boolean"!=typeof r&&(l=a,a=r,r=!1);var c,u="function"==typeof i?i.options:i;if(t&&t.render&&(u.render=t.render,u.staticRenderFns=t.staticRenderFns,u._compiled=!0,o&&(u.functional=!0)),n&&(u._scopeId=n),s?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),e&&e.call(this,l(t)),t&&t._registeredComponents&&t._registeredComponents.add(s)},u._ssrRegister=c):e&&(c=r?function(){e.call(this,d(this.$root.$options.shadowRoot))}:function(t){e.call(this,a(t))}),c)if(u.functional){var f=u.render;u.render=function(t,e){return c.call(e),f(t,e)}}else{var h=u.beforeCreate;u.beforeCreate=h?[].concat(h,c):[c]}return i}({render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{ref:"tooltip",class:t.rootClasses},[i("transition",{attrs:{name:t.newAnimation}},[i("div",{directives:[{name:"show",rawName:"v-show",value:t.active&&(t.isActive||t.always),expression:"active && (isActive || always)"}],ref:"content",class:["tooltip-content",t.contentClass]},[t.label?[t._v(t._s(t.label))]:t.$slots.content?[t._t("content")]:t._e()],2)]),i("div",{ref:"trigger",staticClass:"tooltip-trigger",style:t.triggerStyle,on:{click:t.onClick,contextmenu:t.onContextMenu,mouseenter:t.onHover,"!focus":function(e){return t.onFocus(e)},"!blur":function(e){return t.close(e)},mouseleave:t.close}},[t._t("default")],2)],1)},staticRenderFns:[]},void 0,{name:"BTooltip",props:{active:{type:Boolean,default:!0},type:{type:String,default:function(){return i}},label:String,delay:{type:Number,default:function(){return n}},position:{type:String,default:"is-top",validator:function(t){return["is-top","is-bottom","is-left","is-right"].indexOf(t)>-1}},triggers:{type:Array,default:function(){return["hover"]}},always:Boolean,square:Boolean,dashed:Boolean,multilined:Boolean,size:{type:String,default:"is-medium"},appendToBody:Boolean,animated:{type:Boolean,default:!0},animation:{type:String,default:"fade"},contentClass:String,autoClose:{type:[Array,Boolean],default:!0}},data:function(){return{isActive:!1,triggerStyle:{},timer:null,_bodyEl:void 0}},computed:{rootClasses:function(){return["b-tooltip",this.type,this.position,this.size,{"is-square":this.square,"is-always":this.always,"is-multiline":this.multilined,"is-dashed":this.dashed}]},newAnimation:function(){return this.animated?this.animation:void 0}},watch:{isActive:function(){this.$emit(this.isActive?"open":"close"),this.appendToBody&&this.updateAppendToBody()}},methods:{updateAppendToBody:function(){var t=this.$refs.tooltip,i=this.$refs.trigger;if(t&&i){var n=this.$data._bodyEl.children[0];n.classList.forEach(function(t){return n.classList.remove(t)}),this.$vnode&&this.$vnode.data&&this.$vnode.data.staticClass&&n.classList.add(this.$vnode.data.staticClass),this.rootClasses.forEach(function(t){if("object"===e(t))for(var i in t)t[i]&&n.classList.add(i);else n.classList.add(t)});var o=i.getBoundingClientRect(),s=o.top+window.scrollY,r=o.left+window.scrollX,a=i.clientHeight/2/2;switch(this.position){case"is-top":n.style.width="".concat(i.clientWidth,"px"),n.style.height="0px",s-=i.clientHeight-a;break;case"is-bottom":n.style.width="".concat(i.clientWidth,"px"),n.style.height="0px",s+=a;break;case"is-left":n.style.width="0px",n.style.height="".concat(i.clientHeight,"px");break;case"is-right":n.style.width="0px",n.style.height="".concat(i.clientHeight,"px"),r+=i.clientWidth}var l=this.$data._bodyEl;l.style.position="absolute",l.style.top="".concat(s,"px"),l.style.left="".concat(r,"px"),l.style.width="0px",l.style.zIndex=this.isActive||this.always?"99":"-1",this.triggerStyle={zIndex:this.isActive||this.always?"100":void 0}}},onClick:function(){var t=this;this.triggers.indexOf("click")<0||this.$nextTick(function(){setTimeout(function(){return t.open()})})},onHover:function(){this.triggers.indexOf("hover")<0||this.open()},onContextMenu:function(t){this.triggers.indexOf("contextmenu")<0||(t.preventDefault(),this.open())},onFocus:function(){this.triggers.indexOf("focus")<0||this.open()},open:function(){var t=this;this.delay?this.timer=setTimeout(function(){t.isActive=!0,t.timer=null},this.delay):this.isActive=!0},close:function(){"boolean"==typeof this.autoClose&&(this.isActive=!this.autoClose,this.autoClose&&this.timer&&clearTimeout(this.timer))},clickedOutside:function(t){if(this.isActive&&Array.isArray(this.autoClose)){if(this.autoClose.includes("outside")&&!this.isInWhiteList(t.target))return void(this.isActive=!1);this.autoClose.includes("inside")&&this.isInWhiteList(t.target)&&(this.isActive=!1)}},keyPress:function(t){var e=t.key;!this.isActive||"Escape"!==e&&"Esc"!==e||Array.isArray(this.autoClose)&&this.autoClose.indexOf("escape")>=0&&(this.isActive=!1)},isInWhiteList:function(t){if(t===this.$refs.content)return!0;if(void 0!==this.$refs.content){var e=this.$refs.content.querySelectorAll("*"),i=!0,n=!1,o=void 0;try{for(var s,r=e[Symbol.iterator]();!(i=(s=r.next()).done);i=!0){if(t===s.value)return!0}}catch(t){n=!0,o=t}finally{try{i||null==r.return||r.return()}finally{if(n)throw o}}}return!1}},mounted:function(){this.appendToBody&&"undefined"!=typeof window&&(this.$data._bodyEl=function(t){var e=document.createElement("div");e.style.position="absolute",e.style.left="0px",e.style.top="0px",e.style.width="100%";var i=document.createElement("div");return e.appendChild(i),i.appendChild(t),document.body.appendChild(e),e}(this.$refs.content),this.updateAppendToBody())},created:function(){"undefined"!=typeof window&&(document.addEventListener("click",this.clickedOutside),document.addEventListener("keyup",this.keyPress))},beforeDestroy:function(){var t;"undefined"!=typeof window&&(document.removeEventListener("click",this.clickedOutside),document.removeEventListener("keyup",this.keyPress)),this.appendToBody&&(void 0!==(t=this.$data._bodyEl).remove?t.remove():void 0!==t.parentNode&&null!==t.parentNode&&t.parentNode.removeChild(t))}},void 0,!1,void 0,void 0,void 0),r={install:function(t){!function(t,e){t.component(e.name,e)}(t,s)}};o=r,"undefined"!=typeof window&&window.Vue&&window.Vue.use(o),t.BTooltip=s,t.default=r,Object.defineProperty(t,"__esModule",{value:!0})});
1
+ /*! Buefy v0.9.21 | MIT License | github.com/buefy/buefy */
2
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t=t||self).Tooltip={})}(this,function(t){"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i="is-primary",n=null,o=null;var s,r=function(t,e,i,n,o,s,r,a,l,c){"boolean"!=typeof r&&(l=a,a=r,r=!1);var d,u="function"==typeof i?i.options:i;if(t&&t.render&&(u.render=t.render,u.staticRenderFns=t.staticRenderFns,u._compiled=!0,o&&(u.functional=!0)),n&&(u._scopeId=n),s?(d=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),e&&e.call(this,l(t)),t&&t._registeredComponents&&t._registeredComponents.add(s)},u._ssrRegister=d):e&&(d=r?function(){e.call(this,c(this.$root.$options.shadowRoot))}:function(t){e.call(this,a(t))}),d)if(u.functional){var h=u.render;u.render=function(t,e){return d.call(e),h(t,e)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,d):[d]}return i}({render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{ref:"tooltip",class:t.rootClasses},[i("transition",{attrs:{name:t.newAnimation}},[i("div",{directives:[{name:"show",rawName:"v-show",value:t.active&&(t.isActive||t.always),expression:"active && (isActive || always)"}],ref:"content",class:["tooltip-content",t.contentClass]},[t.label?[t._v(t._s(t.label))]:t.$slots.content?[t._t("content")]:t._e()],2)]),i("div",{ref:"trigger",staticClass:"tooltip-trigger",style:t.triggerStyle,on:{click:t.onClick,contextmenu:t.onContextMenu,mouseenter:t.onHover,"!focus":function(e){return t.onFocus(e)},"!blur":function(e){return t.close(e)},mouseleave:t.close}},[t._t("default")],2)],1)},staticRenderFns:[]},void 0,{name:"BTooltip",props:{active:{type:Boolean,default:!0},type:{type:String,default:function(){return i}},label:String,delay:{type:Number,default:function(){return n}},closeDelay:{type:Number,default:function(){return o}},position:{type:String,default:"is-top",validator:function(t){return["is-top","is-bottom","is-left","is-right"].indexOf(t)>-1}},triggers:{type:Array,default:function(){return["hover"]}},always:Boolean,square:Boolean,dashed:Boolean,multilined:Boolean,size:{type:String,default:"is-medium"},appendToBody:Boolean,animated:{type:Boolean,default:!0},animation:{type:String,default:"fade"},contentClass:String,autoClose:{type:[Array,Boolean],default:!0}},data:function(){return{isActive:!1,triggerStyle:{},timer:null,_bodyEl:void 0}},computed:{rootClasses:function(){return["b-tooltip",this.type,this.position,this.size,{"is-square":this.square,"is-always":this.always,"is-multiline":this.multilined,"is-dashed":this.dashed}]},newAnimation:function(){return this.animated?this.animation:void 0}},watch:{isActive:function(){this.$emit(this.isActive?"open":"close"),this.appendToBody&&this.updateAppendToBody()}},methods:{updateAppendToBody:function(){var t=this.$refs.tooltip,i=this.$refs.trigger;if(t&&i){var n=this.$data._bodyEl.children[0];n.classList.forEach(function(t){return n.classList.remove(t)}),this.$vnode&&this.$vnode.data&&this.$vnode.data.staticClass&&n.classList.add(this.$vnode.data.staticClass),this.rootClasses.forEach(function(t){if("object"===e(t))for(var i in t)t[i]&&n.classList.add(i);else n.classList.add(t)});var o=i.getBoundingClientRect(),s=o.top+window.scrollY,r=o.left+window.scrollX,a=i.clientHeight/2/2;switch(this.position){case"is-top":n.style.width="".concat(i.clientWidth,"px"),n.style.height="0px",s-=i.clientHeight-a;break;case"is-bottom":n.style.width="".concat(i.clientWidth,"px"),n.style.height="0px",s+=a;break;case"is-left":n.style.width="0px",n.style.height="".concat(i.clientHeight,"px");break;case"is-right":n.style.width="0px",n.style.height="".concat(i.clientHeight,"px"),r+=i.clientWidth}var l=this.$data._bodyEl;l.style.position="absolute",l.style.top="".concat(s,"px"),l.style.left="".concat(r,"px"),l.style.width="0px",l.style.zIndex=this.isActive||this.always?"99":"-1",this.triggerStyle={zIndex:this.isActive||this.always?"100":void 0}}},onClick:function(){var t=this;this.triggers.indexOf("click")<0||this.$nextTick(function(){setTimeout(function(){return t.open()})})},onHover:function(){this.triggers.indexOf("hover")<0||this.open()},onContextMenu:function(t){this.triggers.indexOf("contextmenu")<0||(t.preventDefault(),this.open())},onFocus:function(){this.triggers.indexOf("focus")<0||this.open()},open:function(){var t=this;this.delay?this.timer=setTimeout(function(){t.isActive=!0,t.timer=null},this.delay):this.isActive=!0},close:function(){var t=this;"boolean"==typeof this.autoClose&&(this.autoClose&&this.timer&&clearTimeout(this.timer),this.closeDelay?this.timer=setTimeout(function(){t.isActive=!t.autoClose,t.timer=null},this.closeDelay):this.isActive=!this.autoClose)},clickedOutside:function(t){if(this.isActive&&Array.isArray(this.autoClose)){if(this.autoClose.includes("outside")&&!this.isInWhiteList(t.target))return void(this.isActive=!1);this.autoClose.includes("inside")&&this.isInWhiteList(t.target)&&(this.isActive=!1)}},keyPress:function(t){var e=t.key;!this.isActive||"Escape"!==e&&"Esc"!==e||Array.isArray(this.autoClose)&&this.autoClose.indexOf("escape")>=0&&(this.isActive=!1)},isInWhiteList:function(t){if(t===this.$refs.content)return!0;if(void 0!==this.$refs.content){var e=this.$refs.content.querySelectorAll("*"),i=!0,n=!1,o=void 0;try{for(var s,r=e[Symbol.iterator]();!(i=(s=r.next()).done);i=!0){if(t===s.value)return!0}}catch(t){n=!0,o=t}finally{try{i||null==r.return||r.return()}finally{if(n)throw o}}}return!1}},mounted:function(){this.appendToBody&&"undefined"!=typeof window&&(this.$data._bodyEl=function(t){var e=document.createElement("div");e.style.position="absolute",e.style.left="0px",e.style.top="0px",e.style.width="100%";var i=document.createElement("div");return e.appendChild(i),i.appendChild(t),document.body.appendChild(e),e}(this.$refs.content),this.updateAppendToBody())},created:function(){"undefined"!=typeof window&&(document.addEventListener("click",this.clickedOutside),document.addEventListener("keyup",this.keyPress))},beforeDestroy:function(){var t;"undefined"!=typeof window&&(document.removeEventListener("click",this.clickedOutside),document.removeEventListener("keyup",this.keyPress)),this.appendToBody&&(void 0!==(t=this.$data._bodyEl).remove?t.remove():void 0!==t.parentNode&&null!==t.parentNode&&t.parentNode.removeChild(t))}},void 0,!1,void 0,void 0,void 0),a={install:function(t){!function(t,e){t.component(e.name,e)}(t,r)}};s=a,"undefined"!=typeof window&&window.Vue&&window.Vue.use(s),t.BTooltip=r,t.default=a,Object.defineProperty(t,"__esModule",{value:!0})});
@@ -1,4 +1,4 @@
1
- /*! Buefy v0.9.20 | MIT License | github.com/buefy/buefy */
1
+ /*! Buefy v0.9.21 | MIT License | github.com/buefy/buefy */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
4
4
  typeof define === 'function' && define.amd ? define(['exports'], factory) :
@@ -22,6 +22,7 @@
22
22
  defaultNotificationPosition: null,
23
23
  defaultTooltipType: 'is-primary',
24
24
  defaultTooltipDelay: null,
25
+ defaultTooltipCloseDelay: null,
25
26
  defaultSidebarDelay: null,
26
27
  defaultInputAutocomplete: 'on',
27
28
  defaultDateFormatter: null,
@@ -1,2 +1,2 @@
1
- /*! Buefy v0.9.20 | MIT License | github.com/buefy/buefy */
2
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e=e||self).Upload={})}(this,function(e){"use strict";var t={defaultContainerElement:null,defaultIconPack:"mdi",defaultIconComponent:null,defaultIconPrev:"chevron-left",defaultIconNext:"chevron-right",defaultLocale:void 0,defaultDialogConfirmText:null,defaultDialogCancelText:null,defaultSnackbarDuration:3500,defaultSnackbarPosition:null,defaultToastDuration:2e3,defaultToastPosition:null,defaultNotificationDuration:2e3,defaultNotificationPosition:null,defaultTooltipType:"is-primary",defaultTooltipDelay:null,defaultSidebarDelay:null,defaultInputAutocomplete:"on",defaultDateFormatter:null,defaultDateParser:null,defaultDateCreator:null,defaultTimeCreator:null,defaultDayNames:null,defaultMonthNames:null,defaultFirstDayOfWeek:null,defaultUnselectableDaysOfWeek:null,defaultTimeFormatter:null,defaultTimeParser:null,defaultModalCanCancel:["escape","x","outside","button"],defaultModalScroll:null,defaultDatepickerMobileNative:!0,defaultTimepickerMobileNative:!0,defaultNoticeQueue:!0,defaultInputHasCounter:!0,defaultTaginputHasCounter:!0,defaultUseHtml5Validation:!0,defaultDropdownMobileModal:!0,defaultFieldLabelPosition:null,defaultDatepickerYearsRange:[-100,10],defaultDatepickerNearbyMonthDays:!0,defaultDatepickerNearbySelectableMonthDays:!1,defaultDatepickerShowWeekNumber:!1,defaultDatepickerWeekNumberClickable:!1,defaultDatepickerMobileModal:!0,defaultTrapFocus:!0,defaultAutoFocus:!0,defaultButtonRounded:!1,defaultSwitchRounded:!0,defaultCarouselInterval:3500,defaultTabsExpanded:!1,defaultTabsAnimated:!0,defaultTabsType:null,defaultStatusIcon:!0,defaultProgrammaticPromise:!1,defaultLinkTags:["a","button","input","router-link","nuxt-link","n-link","RouterLink","NuxtLink","NLink"],defaultImageWebpFallback:null,defaultImageLazy:!0,defaultImageResponsive:!0,defaultImageRatio:null,defaultImageSrcsetFormatter:null,defaultBreadcrumbTag:"a",defaultBreadcrumbAlign:"is-left",defaultBreadcrumbSeparator:"",defaultBreadcrumbSize:"is-medium",customIconPacks:null};var a={props:{size:String,expanded:Boolean,loading:Boolean,rounded:Boolean,icon:String,iconPack:String,autocomplete:String,maxlength:[Number,String],useHtml5Validation:{type:Boolean,default:function(){return t.defaultUseHtml5Validation}},validationMessage:String,locale:{type:[String,Array],default:function(){return t.defaultLocale}},statusIcon:{type:Boolean,default:function(){return t.defaultStatusIcon}}},data:function(){return{isValid:!0,isFocused:!1,newIconPack:this.iconPack||t.defaultIconPack}},computed:{parentField:function(){for(var e=this.$parent,t=0;t<3;t++)e&&!e.$data._isField&&(e=e.$parent);return e},statusType:function(){var e=(this.parentField||{}).newType;if(e){if("string"==typeof e)return e;for(var t in e)if(e[t])return t}},statusMessage:function(){if(this.parentField)return this.parentField.newMessage||this.parentField.$slots.message},iconSize:function(){switch(this.size){case"is-small":return this.size;case"is-medium":return;case"is-large":return"mdi"===this.newIconPack?"is-medium":""}}},methods:{focus:function(){var e=this.getElement();void 0!==e&&this.$nextTick(function(){e&&e.focus()})},onBlur:function(e){this.isFocused=!1,this.$emit("blur",e),this.checkHtml5Validity()},onFocus:function(e){this.isFocused=!0,this.$emit("focus",e)},getElement:function(){for(var e,t=this.$refs[this.$data._elementRef];(e=t)&&e._isVue;)t=t.$refs[t.$data._elementRef];return t},setInvalid:function(){var e=this.validationMessage||this.getElement().validationMessage;this.setValidity("is-danger",e)},setValidity:function(e,t){var a=this;this.$nextTick(function(){a.parentField&&(a.parentField.type||(a.parentField.newType=e),a.parentField.message||(a.parentField.newMessage=t))})},checkHtml5Validity:function(){if(this.useHtml5Validation){var e=this.getElement();if(void 0!==e)return e.checkValidity()?(this.setValidity(null,null),this.isValid=!0):(this.setInvalid(),this.isValid=!1),this.isValid}}}},n="undefined"==typeof window,i=(n?Object:window.HTMLElement,n?Object:window.File);var l,u=function(e,t,a,n,i,l,u,o,r,s){"boolean"!=typeof u&&(r=o,o=u,u=!1);var d,f="function"==typeof a?a.options:a;if(e&&e.render&&(f.render=e.render,f.staticRenderFns=e.staticRenderFns,f._compiled=!0,i&&(f.functional=!0)),n&&(f._scopeId=n),l?(d=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),t&&t.call(this,r(e)),e&&e._registeredComponents&&e._registeredComponents.add(l)},f._ssrRegister=d):t&&(d=u?function(){t.call(this,s(this.$root.$options.shadowRoot))}:function(e){t.call(this,o(e))}),d)if(f.functional){var c=f.render;f.render=function(e,t){return d.call(t),c(e,t)}}else{var p=f.beforeCreate;f.beforeCreate=p?[].concat(p,d):[d]}return a}({render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("label",{staticClass:"upload control",class:{"is-expanded":e.expanded,"is-rounded":e.rounded}},[e.dragDrop?a("div",{staticClass:"upload-draggable",class:[e.type,{"is-loading":e.loading,"is-disabled":e.disabled,"is-hovered":e.dragDropFocus,"is-expanded":e.expanded}],on:{dragover:function(t){return t.preventDefault(),e.updateDragDropFocus(!0)},dragleave:function(t){return t.preventDefault(),e.updateDragDropFocus(!1)},dragenter:function(t){return t.preventDefault(),e.updateDragDropFocus(!0)},drop:function(t){return t.preventDefault(),e.onFileChange(t)}}},[e._t("default")],2):[e._t("default")],a("input",e._b({ref:"input",attrs:{type:"file",multiple:e.multiple,accept:e.accept,disabled:e.disabled},on:{change:e.onFileChange}},"input",e.$attrs,!1))],2)},staticRenderFns:[]},void 0,{name:"BUpload",mixins:[a],inheritAttrs:!1,props:{value:{type:[Object,Function,i,Array]},multiple:Boolean,disabled:Boolean,accept:String,dragDrop:Boolean,type:{type:String,default:"is-primary"},native:{type:Boolean,default:!1},expanded:{type:Boolean,default:!1},rounded:{type:Boolean,default:!1}},data:function(){return{newValue:this.value,dragDropFocus:!1,_elementRef:"input"}},watch:{value:function(e){this.newValue=e,(!e||Array.isArray(e)&&0===e.length)&&(this.$refs.input.value=null),!this.isValid&&!this.dragDrop&&this.checkHtml5Validity()}},methods:{onFileChange:function(e){if(!this.disabled&&!this.loading){this.dragDrop&&this.updateDragDropFocus(!1);var t=e.target.files||e.dataTransfer.files;if(0===t.length){if(!this.newValue)return;this.native&&(this.newValue=null)}else if(this.multiple){var a=!1;!this.native&&this.newValue||(this.newValue=[],a=!0);for(var n=0;n<t.length;n++){var i=t[n];this.checkType(i)&&(this.newValue.push(i),a=!0)}if(!a)return}else{if(this.dragDrop&&1!==t.length)return;var l=t[0];if(this.checkType(l))this.newValue=l;else{if(!this.newValue)return this.clearInput(),void this.checkHtml5Validity();this.newValue=null,this.clearInput()}}this.$emit("input",this.newValue),!this.dragDrop&&this.checkHtml5Validity()}},clearInput:function(){this.$refs.input.value=null},updateDragDropFocus:function(e){this.disabled||this.loading||(this.dragDropFocus=e)},checkType:function(e){if(!this.accept)return!0;var t=this.accept.split(",");if(0===t.length)return!0;for(var a=!1,n=0;n<t.length&&!a;n++){var i=t[n].trim();if(i)if("."===i.substring(0,1))e.name.toLowerCase().slice(-i.length)===i.toLowerCase()&&(a=!0);else e.type.match(i)&&(a=!0)}return a||this.$emit("invalid"),a}}},void 0,!1,void 0,void 0,void 0),o={install:function(e){!function(e,t){e.component(t.name,t)}(e,u)}};l=o,"undefined"!=typeof window&&window.Vue&&window.Vue.use(l),e.BUpload=u,e.default=o,Object.defineProperty(e,"__esModule",{value:!0})});
1
+ /*! Buefy v0.9.21 | MIT License | github.com/buefy/buefy */
2
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e=e||self).Upload={})}(this,function(e){"use strict";var t={defaultContainerElement:null,defaultIconPack:"mdi",defaultIconComponent:null,defaultIconPrev:"chevron-left",defaultIconNext:"chevron-right",defaultLocale:void 0,defaultDialogConfirmText:null,defaultDialogCancelText:null,defaultSnackbarDuration:3500,defaultSnackbarPosition:null,defaultToastDuration:2e3,defaultToastPosition:null,defaultNotificationDuration:2e3,defaultNotificationPosition:null,defaultTooltipType:"is-primary",defaultTooltipDelay:null,defaultTooltipCloseDelay:null,defaultSidebarDelay:null,defaultInputAutocomplete:"on",defaultDateFormatter:null,defaultDateParser:null,defaultDateCreator:null,defaultTimeCreator:null,defaultDayNames:null,defaultMonthNames:null,defaultFirstDayOfWeek:null,defaultUnselectableDaysOfWeek:null,defaultTimeFormatter:null,defaultTimeParser:null,defaultModalCanCancel:["escape","x","outside","button"],defaultModalScroll:null,defaultDatepickerMobileNative:!0,defaultTimepickerMobileNative:!0,defaultNoticeQueue:!0,defaultInputHasCounter:!0,defaultTaginputHasCounter:!0,defaultUseHtml5Validation:!0,defaultDropdownMobileModal:!0,defaultFieldLabelPosition:null,defaultDatepickerYearsRange:[-100,10],defaultDatepickerNearbyMonthDays:!0,defaultDatepickerNearbySelectableMonthDays:!1,defaultDatepickerShowWeekNumber:!1,defaultDatepickerWeekNumberClickable:!1,defaultDatepickerMobileModal:!0,defaultTrapFocus:!0,defaultAutoFocus:!0,defaultButtonRounded:!1,defaultSwitchRounded:!0,defaultCarouselInterval:3500,defaultTabsExpanded:!1,defaultTabsAnimated:!0,defaultTabsType:null,defaultStatusIcon:!0,defaultProgrammaticPromise:!1,defaultLinkTags:["a","button","input","router-link","nuxt-link","n-link","RouterLink","NuxtLink","NLink"],defaultImageWebpFallback:null,defaultImageLazy:!0,defaultImageResponsive:!0,defaultImageRatio:null,defaultImageSrcsetFormatter:null,defaultBreadcrumbTag:"a",defaultBreadcrumbAlign:"is-left",defaultBreadcrumbSeparator:"",defaultBreadcrumbSize:"is-medium",customIconPacks:null};var a={props:{size:String,expanded:Boolean,loading:Boolean,rounded:Boolean,icon:String,iconPack:String,autocomplete:String,maxlength:[Number,String],useHtml5Validation:{type:Boolean,default:function(){return t.defaultUseHtml5Validation}},validationMessage:String,locale:{type:[String,Array],default:function(){return t.defaultLocale}},statusIcon:{type:Boolean,default:function(){return t.defaultStatusIcon}}},data:function(){return{isValid:!0,isFocused:!1,newIconPack:this.iconPack||t.defaultIconPack}},computed:{parentField:function(){for(var e=this.$parent,t=0;t<3;t++)e&&!e.$data._isField&&(e=e.$parent);return e},statusType:function(){var e=(this.parentField||{}).newType;if(e){if("string"==typeof e)return e;for(var t in e)if(e[t])return t}},statusMessage:function(){if(this.parentField)return this.parentField.newMessage||this.parentField.$slots.message},iconSize:function(){switch(this.size){case"is-small":return this.size;case"is-medium":return;case"is-large":return"mdi"===this.newIconPack?"is-medium":""}}},methods:{focus:function(){var e=this.getElement();void 0!==e&&this.$nextTick(function(){e&&e.focus()})},onBlur:function(e){this.isFocused=!1,this.$emit("blur",e),this.checkHtml5Validity()},onFocus:function(e){this.isFocused=!0,this.$emit("focus",e)},getElement:function(){for(var e,t=this.$refs[this.$data._elementRef];(e=t)&&e._isVue;)t=t.$refs[t.$data._elementRef];return t},setInvalid:function(){var e=this.validationMessage||this.getElement().validationMessage;this.setValidity("is-danger",e)},setValidity:function(e,t){var a=this;this.$nextTick(function(){a.parentField&&(a.parentField.type||(a.parentField.newType=e),a.parentField.message||(a.parentField.newMessage=t))})},checkHtml5Validity:function(){if(this.useHtml5Validation){var e=this.getElement();if(void 0!==e)return e.checkValidity()?(this.setValidity(null,null),this.isValid=!0):(this.setInvalid(),this.isValid=!1),this.isValid}}}},n="undefined"==typeof window,i=(n?Object:window.HTMLElement,n?Object:window.File);var l,u=function(e,t,a,n,i,l,u,o,r,s){"boolean"!=typeof u&&(r=o,o=u,u=!1);var d,f="function"==typeof a?a.options:a;if(e&&e.render&&(f.render=e.render,f.staticRenderFns=e.staticRenderFns,f._compiled=!0,i&&(f.functional=!0)),n&&(f._scopeId=n),l?(d=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),t&&t.call(this,r(e)),e&&e._registeredComponents&&e._registeredComponents.add(l)},f._ssrRegister=d):t&&(d=u?function(){t.call(this,s(this.$root.$options.shadowRoot))}:function(e){t.call(this,o(e))}),d)if(f.functional){var c=f.render;f.render=function(e,t){return d.call(t),c(e,t)}}else{var p=f.beforeCreate;f.beforeCreate=p?[].concat(p,d):[d]}return a}({render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("label",{staticClass:"upload control",class:{"is-expanded":e.expanded,"is-rounded":e.rounded}},[e.dragDrop?a("div",{staticClass:"upload-draggable",class:[e.type,{"is-loading":e.loading,"is-disabled":e.disabled,"is-hovered":e.dragDropFocus,"is-expanded":e.expanded}],on:{dragover:function(t){return t.preventDefault(),e.updateDragDropFocus(!0)},dragleave:function(t){return t.preventDefault(),e.updateDragDropFocus(!1)},dragenter:function(t){return t.preventDefault(),e.updateDragDropFocus(!0)},drop:function(t){return t.preventDefault(),e.onFileChange(t)}}},[e._t("default")],2):[e._t("default")],a("input",e._b({ref:"input",attrs:{type:"file",multiple:e.multiple,accept:e.accept,disabled:e.disabled},on:{change:e.onFileChange}},"input",e.$attrs,!1))],2)},staticRenderFns:[]},void 0,{name:"BUpload",mixins:[a],inheritAttrs:!1,props:{value:{type:[Object,Function,i,Array]},multiple:Boolean,disabled:Boolean,accept:String,dragDrop:Boolean,type:{type:String,default:"is-primary"},native:{type:Boolean,default:!1},expanded:{type:Boolean,default:!1},rounded:{type:Boolean,default:!1}},data:function(){return{newValue:this.value,dragDropFocus:!1,_elementRef:"input"}},watch:{value:function(e){this.newValue=e,(!e||Array.isArray(e)&&0===e.length)&&(this.$refs.input.value=null),!this.isValid&&!this.dragDrop&&this.checkHtml5Validity()}},methods:{onFileChange:function(e){if(!this.disabled&&!this.loading){this.dragDrop&&this.updateDragDropFocus(!1);var t=e.target.files||e.dataTransfer.files;if(0===t.length){if(!this.newValue)return;this.native&&(this.newValue=null)}else if(this.multiple){var a=!1;!this.native&&this.newValue||(this.newValue=[],a=!0);for(var n=0;n<t.length;n++){var i=t[n];this.checkType(i)&&(this.newValue.push(i),a=!0)}if(!a)return}else{if(this.dragDrop&&1!==t.length)return;var l=t[0];if(this.checkType(l))this.newValue=l;else{if(!this.newValue)return this.clearInput(),void this.checkHtml5Validity();this.newValue=null,this.clearInput()}}this.$emit("input",this.newValue),!this.dragDrop&&this.checkHtml5Validity()}},clearInput:function(){this.$refs.input.value=null},updateDragDropFocus:function(e){this.disabled||this.loading||(this.dragDropFocus=e)},checkType:function(e){if(!this.accept)return!0;var t=this.accept.split(",");if(0===t.length)return!0;for(var a=!1,n=0;n<t.length&&!a;n++){var i=t[n].trim();if(i)if("."===i.substring(0,1))e.name.toLowerCase().slice(-i.length)===i.toLowerCase()&&(a=!0);else e.type.match(i)&&(a=!0)}return a||this.$emit("invalid"),a}}},void 0,!1,void 0,void 0,void 0),o={install:function(e){!function(e,t){e.component(t.name,t)}(e,u)}};l=o,"undefined"!=typeof window&&window.Vue&&window.Vue.use(l),e.BUpload=u,e.default=o,Object.defineProperty(e,"__esModule",{value:!0})});
@@ -1,12 +1,12 @@
1
1
  import './chunk-455cdeae.js';
2
2
  import './helpers.js';
3
- import './chunk-8ed29c41.js';
4
- import './chunk-726445a2.js';
5
- import './chunk-e044aa02.js';
3
+ import './chunk-e92e3389.js';
4
+ import './chunk-17b33cd2.js';
5
+ import './chunk-7e17a637.js';
6
6
  import { r as registerComponent, u as use } from './chunk-cca88db8.js';
7
- import './chunk-4fb80d59.js';
8
- import { A as Autocomplete } from './chunk-8747d0a8.js';
9
- export { A as BAutocomplete } from './chunk-8747d0a8.js';
7
+ import './chunk-83c8b459.js';
8
+ import { A as Autocomplete } from './chunk-b0123b89.js';
9
+ export { A as BAutocomplete } from './chunk-b0123b89.js';
10
10
 
11
11
  var Plugin = {
12
12
  install: function install(Vue) {
@@ -1,4 +1,4 @@
1
- import { c as config } from './chunk-8ed29c41.js';
1
+ import { c as config } from './chunk-e92e3389.js';
2
2
  import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
3
3
 
4
4
  //
@@ -1,10 +1,10 @@
1
1
  import './chunk-455cdeae.js';
2
2
  import './helpers.js';
3
- import './chunk-8ed29c41.js';
4
- import './chunk-e044aa02.js';
3
+ import './chunk-e92e3389.js';
4
+ import './chunk-7e17a637.js';
5
5
  import { r as registerComponent, u as use } from './chunk-cca88db8.js';
6
- import { B as Button } from './chunk-58cdbf2b.js';
7
- export { B as BButton } from './chunk-58cdbf2b.js';
6
+ import { B as Button } from './chunk-b5576437.js';
7
+ export { B as BButton } from './chunk-b5576437.js';
8
8
 
9
9
  var Plugin = {
10
10
  install: function install(Vue) {
@@ -1,10 +1,10 @@
1
1
  import { _ as _defineProperty, a as _objectSpread2 } from './chunk-455cdeae.js';
2
2
  import { mod, bound, sign } from './helpers.js';
3
- import { c as config } from './chunk-8ed29c41.js';
4
- import { I as Icon } from './chunk-e044aa02.js';
3
+ import { c as config } from './chunk-e92e3389.js';
4
+ import { I as Icon } from './chunk-7e17a637.js';
5
5
  import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
6
6
  import { P as ProviderParentMixin, S as Sorted, I as InjectedChildMixin, a as Sorted$1 } from './chunk-60a03517.js';
7
- import { I as Image } from './chunk-690d5be4.js';
7
+ import { I as Image } from './chunk-493ff0a9.js';
8
8
 
9
9
  var script = {
10
10
  name: 'BCarousel',
@@ -1,5 +1,5 @@
1
1
  import { isVueComponent } from './helpers.js';
2
- import { c as config } from './chunk-8ed29c41.js';
2
+ import { c as config } from './chunk-e92e3389.js';
3
3
 
4
4
  var FormElementMixin = {
5
5
  props: {
@@ -1,11 +1,11 @@
1
1
  import { _ as _defineProperty } from './chunk-455cdeae.js';
2
- import { I as Icon } from './chunk-e044aa02.js';
2
+ import { I as Icon } from './chunk-7e17a637.js';
3
3
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
4
- import { I as Input } from './chunk-4fb80d59.js';
5
- import { T as TimepickerMixin } from './chunk-c2803e80.js';
6
- import { D as Dropdown, a as DropdownItem } from './chunk-598015da.js';
7
- import { F as Field } from './chunk-2509b537.js';
8
- import { S as Select } from './chunk-51455f8c.js';
4
+ import { I as Input } from './chunk-83c8b459.js';
5
+ import { T as TimepickerMixin } from './chunk-6e56b8bc.js';
6
+ import { D as Dropdown, a as DropdownItem } from './chunk-ade5b253.js';
7
+ import { F as Field } from './chunk-d46e7ff0.js';
8
+ import { S as Select } from './chunk-4e788733.js';
9
9
 
10
10
  var _components;
11
11
  var script = {
@@ -1,5 +1,5 @@
1
1
  import { removeElement } from './helpers.js';
2
- import { c as config } from './chunk-8ed29c41.js';
2
+ import { c as config } from './chunk-e92e3389.js';
3
3
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
4
4
  import { t as trapFocus } from './chunk-42f463e6.js';
5
5
 
@@ -1,6 +1,6 @@
1
1
  import { _ as _defineProperty } from './chunk-455cdeae.js';
2
2
  import { isWebpSupported } from './helpers.js';
3
- import { c as config } from './chunk-8ed29c41.js';
3
+ import { c as config } from './chunk-e92e3389.js';
4
4
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
5
5
 
6
6
  var script = {
@@ -1,6 +1,6 @@
1
1
  import { _ as _defineProperty } from './chunk-455cdeae.js';
2
- import { F as FormElementMixin } from './chunk-726445a2.js';
3
- import { I as Icon } from './chunk-e044aa02.js';
2
+ import { F as FormElementMixin } from './chunk-17b33cd2.js';
3
+ import { I as Icon } from './chunk-7e17a637.js';
4
4
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
5
5
 
6
6
  var script = {
@@ -1,13 +1,13 @@
1
1
  import { _ as _defineProperty, d as _toConsumableArray } from './chunk-455cdeae.js';
2
2
  import { isDefined, getMonthNames, getWeekdayNames, isMobile, matchWithGroups } from './helpers.js';
3
- import { c as config } from './chunk-8ed29c41.js';
4
- import { F as FormElementMixin } from './chunk-726445a2.js';
5
- import { I as Icon } from './chunk-e044aa02.js';
3
+ import { c as config } from './chunk-e92e3389.js';
4
+ import { F as FormElementMixin } from './chunk-17b33cd2.js';
5
+ import { I as Icon } from './chunk-7e17a637.js';
6
6
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
7
- import { I as Input } from './chunk-4fb80d59.js';
8
- import { D as Dropdown, a as DropdownItem } from './chunk-598015da.js';
9
- import { F as Field } from './chunk-2509b537.js';
10
- import { S as Select } from './chunk-51455f8c.js';
7
+ import { I as Input } from './chunk-83c8b459.js';
8
+ import { D as Dropdown, a as DropdownItem } from './chunk-ade5b253.js';
9
+ import { F as Field } from './chunk-d46e7ff0.js';
10
+ import { S as Select } from './chunk-4e788733.js';
11
11
 
12
12
  //
13
13
  //
@@ -1,6 +1,6 @@
1
1
  import { isMobile, matchWithGroups } from './helpers.js';
2
- import { c as config } from './chunk-8ed29c41.js';
3
- import { F as FormElementMixin } from './chunk-726445a2.js';
2
+ import { c as config } from './chunk-e92e3389.js';
3
+ import { F as FormElementMixin } from './chunk-17b33cd2.js';
4
4
 
5
5
  var AM = 'AM';
6
6
  var PM = 'PM';
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from './chunk-455cdeae.js';
2
- import { I as Icon } from './chunk-e044aa02.js';
2
+ import { I as Icon } from './chunk-7e17a637.js';
3
3
 
4
4
  var MessageMixin = {
5
5
  components: _defineProperty({}, Icon.name, Icon),
@@ -1,6 +1,6 @@
1
1
  import { c as _toArray } from './chunk-455cdeae.js';
2
2
  import { merge } from './helpers.js';
3
- import { c as config } from './chunk-8ed29c41.js';
3
+ import { c as config } from './chunk-e92e3389.js';
4
4
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
5
5
 
6
6
  var mdiIcons = {
@@ -1,7 +1,7 @@
1
1
  import { _ as _defineProperty } from './chunk-455cdeae.js';
2
- import { c as config } from './chunk-8ed29c41.js';
3
- import { F as FormElementMixin } from './chunk-726445a2.js';
4
- import { I as Icon } from './chunk-e044aa02.js';
2
+ import { c as config } from './chunk-e92e3389.js';
3
+ import { F as FormElementMixin } from './chunk-17b33cd2.js';
4
+ import { I as Icon } from './chunk-7e17a637.js';
5
5
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
6
6
 
7
7
  var script = {
@@ -1,6 +1,6 @@
1
1
  import { b as _typeof } from './chunk-455cdeae.js';
2
2
  import { createAbsoluteElement, removeElement } from './helpers.js';
3
- import { c as config } from './chunk-8ed29c41.js';
3
+ import { c as config } from './chunk-e92e3389.js';
4
4
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
5
5
 
6
6
  var script = {
@@ -23,6 +23,12 @@ var script = {
23
23
  return config.defaultTooltipDelay;
24
24
  }
25
25
  },
26
+ closeDelay: {
27
+ type: Number,
28
+ default: function _default() {
29
+ return config.defaultTooltipCloseDelay;
30
+ }
31
+ },
26
32
  position: {
27
33
  type: String,
28
34
  default: 'is-top',
@@ -196,9 +202,19 @@ var script = {
196
202
  }
197
203
  },
198
204
  close: function close() {
205
+ var _this3 = this;
206
+
199
207
  if (typeof this.autoClose === 'boolean') {
200
- this.isActive = !this.autoClose;
201
208
  if (this.autoClose && this.timer) clearTimeout(this.timer);
209
+
210
+ if (this.closeDelay) {
211
+ this.timer = setTimeout(function () {
212
+ _this3.isActive = !_this3.autoClose;
213
+ _this3.timer = null;
214
+ }, this.closeDelay);
215
+ } else {
216
+ this.isActive = !this.autoClose;
217
+ }
202
218
  }
203
219
  },
204
220
 
@@ -1,5 +1,5 @@
1
1
  import { removeElement } from './helpers.js';
2
- import { c as config } from './chunk-8ed29c41.js';
2
+ import { c as config } from './chunk-e92e3389.js';
3
3
 
4
4
  var NoticeMixin = {
5
5
  props: {
@@ -1,6 +1,6 @@
1
1
  import { d as _toConsumableArray, b as _typeof } from './chunk-455cdeae.js';
2
2
  import { toCssWidth, isCustomElement, createAbsoluteElement, removeElement } from './helpers.js';
3
- import { c as config } from './chunk-8ed29c41.js';
3
+ import { c as config } from './chunk-e92e3389.js';
4
4
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
5
5
  import { P as ProviderParentMixin, I as InjectedChildMixin } from './chunk-60a03517.js';
6
6
  import { t as trapFocus } from './chunk-42f463e6.js';
@@ -1,8 +1,8 @@
1
1
  import { _ as _defineProperty, d as _toConsumableArray, b as _typeof } from './chunk-455cdeae.js';
2
2
  import { getValueByPath, toCssWidth, isCustomElement, createAbsoluteElement, removeElement } from './helpers.js';
3
- import { F as FormElementMixin } from './chunk-726445a2.js';
3
+ import { F as FormElementMixin } from './chunk-17b33cd2.js';
4
4
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
5
- import { I as Input } from './chunk-4fb80d59.js';
5
+ import { I as Input } from './chunk-83c8b459.js';
6
6
 
7
7
  var script = {
8
8
  name: 'BAutocomplete',
@@ -1,6 +1,6 @@
1
1
  import { _ as _defineProperty } from './chunk-455cdeae.js';
2
- import { c as config } from './chunk-8ed29c41.js';
3
- import { I as Icon } from './chunk-e044aa02.js';
2
+ import { c as config } from './chunk-e92e3389.js';
3
+ import { I as Icon } from './chunk-7e17a637.js';
4
4
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
5
5
 
6
6
  var script = {
@@ -77,7 +77,7 @@ var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=
77
77
  'is-active': _vm.active,
78
78
  'is-hovered': _vm.hovered,
79
79
  'is-selected': _vm.selected
80
- }],attrs:{"type":_vm.nativeType}},'component',_vm.$attrs,false),_vm.$listeners),[(_vm.iconLeft)?_c('b-icon',{attrs:{"pack":_vm.iconPack,"icon":_vm.iconLeft,"size":_vm.iconSize}}):_vm._e(),(_vm.label)?_c('span',[_vm._v(_vm._s(_vm.label))]):(_vm.$slots.default)?_c('span',[_vm._t("default")],2):_vm._e(),(_vm.iconRight)?_c('b-icon',{attrs:{"pack":_vm.iconPack,"icon":_vm.iconRight,"size":_vm.iconSize}}):_vm._e()],1)};
80
+ }],attrs:{"type":_vm.computedTag === 'button' ? _vm.nativeType : undefined}},'component',_vm.$attrs,false),_vm.$listeners),[(_vm.iconLeft)?_c('b-icon',{attrs:{"pack":_vm.iconPack,"icon":_vm.iconLeft,"size":_vm.iconSize}}):_vm._e(),(_vm.label)?_c('span',[_vm._v(_vm._s(_vm.label))]):(_vm.$slots.default)?_c('span',[_vm._t("default")],2):_vm._e(),(_vm.iconRight)?_c('b-icon',{attrs:{"pack":_vm.iconPack,"icon":_vm.iconRight,"size":_vm.iconSize}}):_vm._e()],1)};
81
81
  var __vue_staticRenderFns__ = [];
82
82
 
83
83
  /* style */
@@ -1,6 +1,6 @@
1
1
  import { _ as _defineProperty } from './chunk-455cdeae.js';
2
- import { c as config } from './chunk-8ed29c41.js';
3
- import { I as Icon } from './chunk-e044aa02.js';
2
+ import { c as config } from './chunk-e92e3389.js';
3
+ import { I as Icon } from './chunk-7e17a637.js';
4
4
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
5
5
 
6
6
  //
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from './chunk-455cdeae.js';
2
- import { c as config } from './chunk-8ed29c41.js';
2
+ import { c as config } from './chunk-e92e3389.js';
3
3
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
4
4
 
5
5
  var script = {
@@ -137,12 +137,12 @@ var script$1 = {
137
137
  return this.grouped || this.groupMultiline || this.hasAddons();
138
138
  },
139
139
 
140
- /**
141
- * Correct Bulma class for the side of the addon or group.
142
- *
143
- * This is not kept like the others (is-small, etc.),
144
- * because since 'has-addons' is set automatically it
145
- * doesn't make sense to teach users what addons are exactly.
140
+ /**
141
+ * Correct Bulma class for the side of the addon or group.
142
+ *
143
+ * This is not kept like the others (is-small, etc.),
144
+ * because since 'has-addons' is set automatically it
145
+ * doesn't make sense to teach users what addons are exactly.
146
146
  */
147
147
  newPosition: function newPosition() {
148
148
  if (this.position === undefined) return;
@@ -152,9 +152,9 @@ var script$1 = {
152
152
  if (this.position) return prefix + position[1];
153
153
  },
154
154
 
155
- /**
156
- * Formatted message in case it's an array
157
- * (each element is separated by <br> tag)
155
+ /**
156
+ * Formatted message in case it's an array
157
+ * (each element is separated by <br> tag)
158
158
  */
159
159
  formattedMessage: function formattedMessage() {
160
160
  if (this.parent && this.parent.hasInnerField) {
@@ -224,22 +224,22 @@ var script$1 = {
224
224
  }
225
225
  },
226
226
  watch: {
227
- /**
228
- * Set internal type when prop change.
227
+ /**
228
+ * Set internal type when prop change.
229
229
  */
230
230
  type: function type(value) {
231
231
  this.newType = value;
232
232
  },
233
233
 
234
- /**
235
- * Set internal message when prop change.
234
+ /**
235
+ * Set internal message when prop change.
236
236
  */
237
237
  message: function message(value) {
238
238
  this.newMessage = value;
239
239
  },
240
240
 
241
- /**
242
- * Set parent message if we use Field in Field.
241
+ /**
242
+ * Set parent message if we use Field in Field.
243
243
  */
244
244
  newMessage: function newMessage(value) {
245
245
  if (this.parent && this.parent.hasInnerField) {
@@ -254,11 +254,11 @@ var script$1 = {
254
254
  }
255
255
  },
256
256
  methods: {
257
- /**
258
- * Field has addons if there are more than one slot
259
- * (element / component) in the Field.
260
- * Or is grouped when prop is set.
261
- * Is a method to be called when component re-render.
257
+ /**
258
+ * Field has addons if there are more than one slot
259
+ * (element / component) in the Field.
260
+ * Or is grouped when prop is set.
261
+ * Is a method to be called when component re-render.
262
262
  */
263
263
  fieldType: function fieldType() {
264
264
  if (this.grouped) return 'is-grouped';
@@ -15,6 +15,7 @@ var config = {
15
15
  defaultNotificationPosition: null,
16
16
  defaultTooltipType: 'is-primary',
17
17
  defaultTooltipDelay: null,
18
+ defaultTooltipCloseDelay: null,
18
19
  defaultSidebarDelay: null,
19
20
  defaultInputAutocomplete: 'on',
20
21
  defaultDateFormatter: null,
@@ -1,6 +1,6 @@
1
1
  import { _ as _defineProperty } from './chunk-455cdeae.js';
2
2
  import { bound } from './helpers.js';
3
- import { I as Icon } from './chunk-e044aa02.js';
3
+ import { I as Icon } from './chunk-7e17a637.js';
4
4
  import { P as ProviderParentMixin, S as Sorted, I as InjectedChildMixin, a as Sorted$1 } from './chunk-60a03517.js';
5
5
  import { S as SlotComponent } from './chunk-c9c18b2f.js';
6
6
 
@@ -1,15 +1,15 @@
1
1
  import { _ as _defineProperty } from './chunk-455cdeae.js';
2
2
  import './helpers.js';
3
- import { c as config } from './chunk-8ed29c41.js';
4
- import './chunk-726445a2.js';
5
- import { I as Icon } from './chunk-e044aa02.js';
3
+ import { c as config } from './chunk-e92e3389.js';
4
+ import './chunk-17b33cd2.js';
5
+ import { I as Icon } from './chunk-7e17a637.js';
6
6
  import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
7
- import { I as Input } from './chunk-4fb80d59.js';
7
+ import { I as Input } from './chunk-83c8b459.js';
8
8
  import './chunk-60a03517.js';
9
- import { T as TimepickerMixin } from './chunk-c2803e80.js';
9
+ import { T as TimepickerMixin } from './chunk-6e56b8bc.js';
10
10
  import './chunk-42f463e6.js';
11
- import { D as Dropdown, a as DropdownItem } from './chunk-598015da.js';
12
- import { F as Field } from './chunk-2509b537.js';
11
+ import { D as Dropdown, a as DropdownItem } from './chunk-ade5b253.js';
12
+ import { F as Field } from './chunk-d46e7ff0.js';
13
13
 
14
14
  //
15
15
  //
@@ -1,16 +1,16 @@
1
1
  import { e as _inherits, f as _wrapNativeSuper, g as _classCallCheck, h as _possibleConstructorReturn, i as _getPrototypeOf, j as _createClass, b as _typeof, d as _toConsumableArray, k as _slicedToArray, l as _taggedTemplateLiteral, _ as _defineProperty } from './chunk-455cdeae.js';
2
2
  import { isMobile } from './helpers.js';
3
- import { c as config } from './chunk-8ed29c41.js';
4
- import { F as FormElementMixin } from './chunk-726445a2.js';
5
- import { I as Icon } from './chunk-e044aa02.js';
3
+ import { c as config } from './chunk-e92e3389.js';
4
+ import { F as FormElementMixin } from './chunk-17b33cd2.js';
5
+ import { I as Icon } from './chunk-7e17a637.js';
6
6
  import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
7
- import { I as Input } from './chunk-4fb80d59.js';
7
+ import { I as Input } from './chunk-83c8b459.js';
8
8
  import './chunk-60a03517.js';
9
9
  import './chunk-42f463e6.js';
10
- import { D as Dropdown, a as DropdownItem } from './chunk-598015da.js';
11
- import { F as Field } from './chunk-2509b537.js';
12
- import { S as Select } from './chunk-51455f8c.js';
13
- import { T as Tooltip } from './chunk-ced7578e.js';
10
+ import { D as Dropdown, a as DropdownItem } from './chunk-ade5b253.js';
11
+ import { F as Field } from './chunk-d46e7ff0.js';
12
+ import { S as Select } from './chunk-4e788733.js';
13
+ import { T as Tooltip } from './chunk-9b0b8225.js';
14
14
 
15
15
  var colorChannels = ['red', 'green', 'blue', 'alpha'];
16
16
  var colorsNammed = {
@@ -1,6 +1,6 @@
1
1
  import './chunk-455cdeae.js';
2
2
  import { merge } from './helpers.js';
3
- import { c as config, a as setOptions } from './chunk-8ed29c41.js';
3
+ import { c as config, a as setOptions } from './chunk-e92e3389.js';
4
4
 
5
5
  var ConfigComponent = {
6
6
  getOptions: function getOptions() {
@@ -1,17 +1,17 @@
1
1
  import './chunk-455cdeae.js';
2
2
  import './helpers.js';
3
- import './chunk-8ed29c41.js';
4
- import './chunk-726445a2.js';
5
- import './chunk-e044aa02.js';
3
+ import './chunk-e92e3389.js';
4
+ import './chunk-17b33cd2.js';
5
+ import './chunk-7e17a637.js';
6
6
  import { r as registerComponent, u as use } from './chunk-cca88db8.js';
7
- import './chunk-4fb80d59.js';
7
+ import './chunk-83c8b459.js';
8
8
  import './chunk-60a03517.js';
9
9
  import './chunk-42f463e6.js';
10
- import './chunk-598015da.js';
11
- import './chunk-2509b537.js';
12
- import './chunk-51455f8c.js';
13
- import { D as Datepicker } from './chunk-970672ce.js';
14
- export { D as BDatepicker } from './chunk-970672ce.js';
10
+ import './chunk-ade5b253.js';
11
+ import './chunk-d46e7ff0.js';
12
+ import './chunk-4e788733.js';
13
+ import { D as Datepicker } from './chunk-6c64686f.js';
14
+ export { D as BDatepicker } from './chunk-6c64686f.js';
15
15
 
16
16
  var Plugin = {
17
17
  install: function install(Vue) {