buefy 0.9.18 → 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 (230) hide show
  1. package/CHANGELOG.md +1741 -1719
  2. package/dist/buefy.css +15848 -1
  3. package/dist/buefy.esm.js +77 -38
  4. package/dist/buefy.esm.min.js +2 -2
  5. package/dist/buefy.js +77 -38
  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/checkbox.js +1 -1
  13. package/dist/cjs/{chunk-5ed8a75a.js → chunk-09574ad9.js} +3 -3
  14. package/dist/cjs/{chunk-7c11fdde.js → chunk-201c9e5c.js} +1 -1
  15. package/dist/cjs/{chunk-545e1c7f.js → chunk-2a96ec68.js} +2 -2
  16. package/dist/cjs/{chunk-9103eeda.js → chunk-437dd7a0.js} +1 -0
  17. package/dist/cjs/{chunk-3b43d77a.js → chunk-5cd29907.js} +1 -1
  18. package/dist/cjs/{chunk-334bc809.js → chunk-7b44db6e.js} +2 -2
  19. package/dist/cjs/{chunk-779e6a5d.js → chunk-85b00a19.js} +8 -8
  20. package/dist/cjs/{chunk-5058e659.js → chunk-95c4b826.js} +3 -3
  21. package/dist/cjs/{chunk-83b41298.js → chunk-99367591.js} +24 -8
  22. package/dist/cjs/{chunk-73f8eef8.js → chunk-a6b29437.js} +1 -1
  23. package/dist/cjs/{chunk-8ef75f09.js → chunk-bcab8905.js} +6 -6
  24. package/dist/cjs/{chunk-54b0042d.js → chunk-befea70a.js} +2 -2
  25. package/dist/cjs/{chunk-4bcfaf1c.js → chunk-cc9676a6.js} +1 -1
  26. package/dist/cjs/{chunk-03279fd8.js → chunk-dddb035c.js} +1 -1
  27. package/dist/cjs/{chunk-e872f5e2.js → chunk-e0373ab6.js} +1 -1
  28. package/dist/cjs/{chunk-1f7e4ed3.js → chunk-e90b3d05.js} +2 -2
  29. package/dist/cjs/{chunk-f5285f14.js → chunk-eba24a95.js} +1 -1
  30. package/dist/cjs/{chunk-e86d3eeb.js → chunk-f5139026.js} +1 -1
  31. package/dist/cjs/{chunk-c8abb3ed.js → chunk-f8eb56c6.js} +2 -2
  32. package/dist/cjs/{chunk-87a116d9.js → chunk-fb8ff6be.js} +1 -2
  33. package/dist/cjs/clockpicker.js +17 -8
  34. package/dist/cjs/colorpicker.js +18 -11
  35. package/dist/cjs/config.js +1 -1
  36. package/dist/cjs/datepicker.js +8 -8
  37. package/dist/cjs/datetimepicker.js +10 -10
  38. package/dist/cjs/dialog.js +4 -4
  39. package/dist/cjs/dropdown.js +2 -2
  40. package/dist/cjs/field.js +2 -2
  41. package/dist/cjs/icon.js +2 -2
  42. package/dist/cjs/image.js +2 -2
  43. package/dist/cjs/index.js +20 -20
  44. package/dist/cjs/input.js +4 -4
  45. package/dist/cjs/loading.js +1 -1
  46. package/dist/cjs/menu.js +3 -3
  47. package/dist/cjs/message.js +3 -3
  48. package/dist/cjs/modal.js +2 -2
  49. package/dist/cjs/notification.js +4 -4
  50. package/dist/cjs/numberinput.js +4 -4
  51. package/dist/cjs/pagination.js +3 -3
  52. package/dist/cjs/progress.js +1 -1
  53. package/dist/cjs/rate.js +2 -2
  54. package/dist/cjs/select.js +4 -4
  55. package/dist/cjs/sidebar.js +16 -16
  56. package/dist/cjs/slider.js +2 -2
  57. package/dist/cjs/snackbar.js +2 -2
  58. package/dist/cjs/steps.js +3 -3
  59. package/dist/cjs/switch.js +1 -1
  60. package/dist/cjs/table.js +19 -12
  61. package/dist/cjs/tabs.js +3 -3
  62. package/dist/cjs/taginput.js +5 -5
  63. package/dist/cjs/timepicker.js +9 -9
  64. package/dist/cjs/toast.js +2 -2
  65. package/dist/cjs/tooltip.js +2 -2
  66. package/dist/cjs/upload.js +2 -2
  67. package/dist/components/autocomplete/index.js +2 -2
  68. package/dist/components/autocomplete/index.min.js +2 -2
  69. package/dist/components/breadcrumb/index.js +2 -1
  70. package/dist/components/breadcrumb/index.min.js +1 -1
  71. package/dist/components/button/index.js +3 -2
  72. package/dist/components/button/index.min.js +2 -2
  73. package/dist/components/carousel/index.js +2 -1
  74. package/dist/components/carousel/index.min.js +2 -2
  75. package/dist/components/checkbox/index.js +2 -2
  76. package/dist/components/checkbox/index.min.js +2 -2
  77. package/dist/components/clockpicker/index.js +13 -4
  78. package/dist/components/clockpicker/index.min.js +2 -2
  79. package/dist/components/collapse/index.js +1 -1
  80. package/dist/components/collapse/index.min.js +1 -1
  81. package/dist/components/colorpicker/index.js +36 -13
  82. package/dist/components/colorpicker/index.min.js +2 -2
  83. package/dist/components/datepicker/index.js +4 -4
  84. package/dist/components/datepicker/index.min.js +2 -2
  85. package/dist/components/datetimepicker/index.js +4 -4
  86. package/dist/components/datetimepicker/index.min.js +2 -2
  87. package/dist/components/dialog/index.js +3 -2
  88. package/dist/components/dialog/index.min.js +2 -2
  89. package/dist/components/dropdown/index.js +2 -1
  90. package/dist/components/dropdown/index.min.js +1 -1
  91. package/dist/components/field/index.js +3 -2
  92. package/dist/components/field/index.min.js +2 -2
  93. package/dist/components/icon/index.js +2 -1
  94. package/dist/components/icon/index.min.js +2 -2
  95. package/dist/components/image/index.js +2 -1
  96. package/dist/components/image/index.min.js +2 -2
  97. package/dist/components/input/index.js +2 -2
  98. package/dist/components/input/index.min.js +2 -2
  99. package/dist/components/loading/index.js +1 -1
  100. package/dist/components/loading/index.min.js +1 -1
  101. package/dist/components/menu/index.js +3 -2
  102. package/dist/components/menu/index.min.js +2 -2
  103. package/dist/components/message/index.js +2 -1
  104. package/dist/components/message/index.min.js +2 -2
  105. package/dist/components/modal/index.js +2 -1
  106. package/dist/components/modal/index.min.js +2 -2
  107. package/dist/components/navbar/index.js +1 -1
  108. package/dist/components/navbar/index.min.js +1 -1
  109. package/dist/components/notification/index.js +2 -1
  110. package/dist/components/notification/index.min.js +2 -2
  111. package/dist/components/numberinput/index.js +2 -2
  112. package/dist/components/numberinput/index.min.js +2 -2
  113. package/dist/components/pagination/index.js +2 -1
  114. package/dist/components/pagination/index.min.js +2 -2
  115. package/dist/components/progress/index.js +2 -1
  116. package/dist/components/progress/index.min.js +2 -2
  117. package/dist/components/radio/index.js +1 -1
  118. package/dist/components/radio/index.min.js +1 -1
  119. package/dist/components/rate/index.js +2 -1
  120. package/dist/components/rate/index.min.js +2 -2
  121. package/dist/components/select/index.js +2 -2
  122. package/dist/components/select/index.min.js +2 -2
  123. package/dist/components/sidebar/index.js +17 -16
  124. package/dist/components/sidebar/index.min.js +1 -1
  125. package/dist/components/skeleton/index.js +1 -1
  126. package/dist/components/skeleton/index.min.js +1 -1
  127. package/dist/components/slider/index.js +25 -8
  128. package/dist/components/slider/index.min.js +2 -2
  129. package/dist/components/snackbar/index.js +2 -1
  130. package/dist/components/snackbar/index.min.js +1 -1
  131. package/dist/components/steps/index.js +2 -1
  132. package/dist/components/steps/index.min.js +2 -2
  133. package/dist/components/switch/index.js +2 -1
  134. package/dist/components/switch/index.min.js +1 -1
  135. package/dist/components/table/index.js +15 -8
  136. package/dist/components/table/index.min.js +2 -2
  137. package/dist/components/tabs/index.js +2 -1
  138. package/dist/components/tabs/index.min.js +2 -2
  139. package/dist/components/tag/index.js +1 -1
  140. package/dist/components/tag/index.min.js +1 -1
  141. package/dist/components/taginput/index.js +2 -2
  142. package/dist/components/taginput/index.min.js +2 -2
  143. package/dist/components/timepicker/index.js +3 -3
  144. package/dist/components/timepicker/index.min.js +2 -2
  145. package/dist/components/toast/index.js +2 -1
  146. package/dist/components/toast/index.min.js +1 -1
  147. package/dist/components/tooltip/index.js +25 -8
  148. package/dist/components/tooltip/index.min.js +2 -2
  149. package/dist/components/upload/index.js +2 -2
  150. package/dist/components/upload/index.min.js +2 -2
  151. package/dist/esm/autocomplete.js +6 -6
  152. package/dist/esm/breadcrumb.js +1 -1
  153. package/dist/esm/button.js +4 -4
  154. package/dist/esm/carousel.js +3 -3
  155. package/dist/esm/checkbox.js +2 -2
  156. package/dist/esm/{chunk-84c6dfd6.js → chunk-17b33cd2.js} +1 -2
  157. package/dist/esm/{chunk-a5e3ae5d.js → chunk-293c457c.js} +6 -6
  158. package/dist/esm/{chunk-d35985c7.js → chunk-33e1434e.js} +1 -1
  159. package/dist/esm/{chunk-690d5be4.js → chunk-493ff0a9.js} +1 -1
  160. package/dist/esm/{chunk-252f2b57.js → chunk-4a2008fa.js} +1 -1
  161. package/dist/esm/{chunk-6adc5c5d.js → chunk-4e788733.js} +2 -2
  162. package/dist/esm/{chunk-43fb1457.js → chunk-6c64686f.js} +8 -8
  163. package/dist/esm/{chunk-262b3f82.js → chunk-6e56b8bc.js} +2 -2
  164. package/dist/esm/{chunk-5435bd9a.js → chunk-7bb9107f.js} +1 -1
  165. package/dist/esm/{chunk-e044aa02.js → chunk-7e17a637.js} +1 -1
  166. package/dist/esm/{chunk-a628d44d.js → chunk-83c8b459.js} +3 -3
  167. package/dist/esm/{chunk-f967f402.js → chunk-9b0b8225.js} +24 -8
  168. package/dist/esm/{chunk-d9232770.js → chunk-a32d1427.js} +1 -1
  169. package/dist/esm/{chunk-598015da.js → chunk-ade5b253.js} +1 -1
  170. package/dist/esm/{chunk-f9eaeac4.js → chunk-b0123b89.js} +2 -2
  171. package/dist/esm/{chunk-58cdbf2b.js → chunk-b5576437.js} +3 -3
  172. package/dist/esm/{chunk-1a4fde6d.js → chunk-c5284276.js} +2 -2
  173. package/dist/esm/{chunk-effa4d25.js → chunk-d46e7ff0.js} +2 -2
  174. package/dist/esm/{chunk-8ed29c41.js → chunk-e92e3389.js} +1 -0
  175. package/dist/esm/{chunk-6d96579e.js → chunk-f32d0228.js} +1 -1
  176. package/dist/esm/clockpicker.js +17 -8
  177. package/dist/esm/colorpicker.js +18 -11
  178. package/dist/esm/config.js +1 -1
  179. package/dist/esm/datepicker.js +9 -9
  180. package/dist/esm/datetimepicker.js +10 -10
  181. package/dist/esm/dialog.js +4 -4
  182. package/dist/esm/dropdown.js +3 -3
  183. package/dist/esm/field.js +3 -3
  184. package/dist/esm/icon.js +3 -3
  185. package/dist/esm/image.js +3 -3
  186. package/dist/esm/index.js +20 -20
  187. package/dist/esm/input.js +5 -5
  188. package/dist/esm/loading.js +1 -1
  189. package/dist/esm/menu.js +3 -3
  190. package/dist/esm/message.js +3 -3
  191. package/dist/esm/modal.js +3 -3
  192. package/dist/esm/notification.js +4 -4
  193. package/dist/esm/numberinput.js +4 -4
  194. package/dist/esm/pagination.js +4 -4
  195. package/dist/esm/progress.js +1 -1
  196. package/dist/esm/rate.js +2 -2
  197. package/dist/esm/select.js +5 -5
  198. package/dist/esm/sidebar.js +16 -16
  199. package/dist/esm/slider.js +2 -2
  200. package/dist/esm/snackbar.js +2 -2
  201. package/dist/esm/steps.js +3 -3
  202. package/dist/esm/switch.js +1 -1
  203. package/dist/esm/table.js +19 -12
  204. package/dist/esm/tabs.js +3 -3
  205. package/dist/esm/taginput.js +5 -5
  206. package/dist/esm/timepicker.js +10 -10
  207. package/dist/esm/toast.js +2 -2
  208. package/dist/esm/tooltip.js +3 -3
  209. package/dist/esm/upload.js +2 -2
  210. package/dist/vetur/attributes.json +9 -1
  211. package/dist/vetur/tags.json +2 -1
  212. package/package.json +1 -1
  213. package/src/components/button/Button.spec.js +14 -0
  214. package/src/components/button/Button.vue +1 -1
  215. package/src/components/checkbox/Checkbox.vue +5 -1
  216. package/src/components/clockpicker/Clockpicker.vue +9 -1
  217. package/src/components/colorpicker/Colorpicker.vue +7 -2
  218. package/src/components/colorpicker/ColorpickerHSLRepresentationTriangle.vue +3 -1
  219. package/src/components/datepicker/Datepicker.vue +1 -1
  220. package/src/components/field/Field.vue +1 -0
  221. package/src/components/menu/MenuItem.vue +1 -1
  222. package/src/components/sidebar/Sidebar.spec.js +105 -105
  223. package/src/components/sidebar/Sidebar.vue +303 -303
  224. package/src/components/table/Table.vue +10 -2
  225. package/src/components/table/TableColumn.vue +121 -118
  226. package/src/components/tooltip/Tooltip.vue +299 -288
  227. package/src/scss/components/_dropdown.scss +6 -0
  228. package/src/scss/utils/_helpers.scss +0 -6
  229. package/src/utils/FormElementMixin.js +0 -1
  230. package/src/utils/config.js +1 -0
@@ -1,4 +1,4 @@
1
- /*! Buefy v0.9.18 | 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,14 +309,24 @@
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
 
311
- /**
312
- * Close tooltip if clicked outside.
328
+ /**
329
+ * Close tooltip if clicked outside.
313
330
  */
314
331
  clickedOutside: function clickedOutside(event) {
315
332
  if (this.isActive) {
@@ -328,8 +345,8 @@
328
345
  }
329
346
  },
330
347
 
331
- /**
332
- * Keypress event that is bound to the document
348
+ /**
349
+ * Keypress event that is bound to the document
333
350
  */
334
351
  keyPress: function keyPress(_ref) {
335
352
  var key = _ref.key;
@@ -341,8 +358,8 @@
341
358
  }
342
359
  },
343
360
 
344
- /**
345
- * White-listed items to not close when clicked.
361
+ /**
362
+ * White-listed items to not close when clicked.
346
363
  */
347
364
  isInWhiteList: function isInWhiteList(el) {
348
365
  if (el === this.$refs.content) return true; // All chidren from content
@@ -1,2 +1,2 @@
1
- /*! Buefy v0.9.18 | 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.18 | 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,
@@ -194,7 +195,6 @@
194
195
  onFocus: function onFocus($event) {
195
196
  this.isFocused = true;
196
197
  this.$emit('focus', $event);
197
- this.checkHtml5Validity();
198
198
  },
199
199
  getElement: function getElement() {
200
200
  var el = this.$refs[this.$data._elementRef];
@@ -1,2 +1,2 @@
1
- /*! Buefy v0.9.18 | 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),this.checkHtml5Validity()},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}}}},i="undefined"==typeof window,n=(i?Object:window.HTMLElement,i?Object:window.File);var l,u=function(e,t,a,i,n,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,n&&(f.functional=!0)),i&&(f._scopeId=i),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,n,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 i=0;i<t.length;i++){var n=t[i];this.checkType(n)&&(this.newValue.push(n),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,i=0;i<t.length&&!a;i++){var n=t[i].trim();if(n)if("."===n.substring(0,1))e.name.toLowerCase().slice(-n.length)===n.toLowerCase()&&(a=!0);else e.type.match(n)&&(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-84c6dfd6.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-a628d44d.js';
8
- import { A as Autocomplete } from './chunk-f9eaeac4.js';
9
- export { A as BAutocomplete } from './chunk-f9eaeac4.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,7 +1,7 @@
1
1
  import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
2
2
  import { C as CheckRadioMixin } from './chunk-2793447b.js';
3
- import { C as Checkbox } from './chunk-252f2b57.js';
4
- export { C as BCheckbox } from './chunk-252f2b57.js';
3
+ import { C as Checkbox } from './chunk-4a2008fa.js';
4
+ export { C as BCheckbox } from './chunk-4a2008fa.js';
5
5
 
6
6
  //
7
7
  var script = {
@@ -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: {
@@ -118,7 +118,6 @@ var FormElementMixin = {
118
118
  onFocus: function onFocus($event) {
119
119
  this.isFocused = true;
120
120
  this.$emit('focus', $event);
121
- this.checkHtml5Validity();
122
121
  },
123
122
  getElement: function getElement() {
124
123
  var el = this.$refs[this.$data._elementRef];
@@ -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-a628d44d.js';
5
- import { T as TimepickerMixin } from './chunk-262b3f82.js';
6
- import { D as Dropdown, a as DropdownItem } from './chunk-598015da.js';
7
- import { F as Field } from './chunk-effa4d25.js';
8
- import { S as Select } from './chunk-6adc5c5d.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 = {
@@ -27,7 +27,7 @@ var script = {
27
27
  const __vue_script__ = script;
28
28
 
29
29
  /* template */
30
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',{ref:"label",staticClass:"b-checkbox checkbox",class:[_vm.size, { 'is-disabled': _vm.disabled }],attrs:{"disabled":_vm.disabled},on:{"click":_vm.focus,"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.$refs.label.click()}}},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.computedValue),expression:"computedValue"}],ref:"input",attrs:{"type":"checkbox","autocomplete":_vm.autocomplete,"disabled":_vm.disabled,"required":_vm.required,"name":_vm.name,"true-value":_vm.trueValue,"false-value":_vm.falseValue,"aria-labelledby":_vm.ariaLabelledby},domProps:{"indeterminate":_vm.indeterminate,"value":_vm.nativeValue,"checked":Array.isArray(_vm.computedValue)?_vm._i(_vm.computedValue,_vm.nativeValue)>-1:_vm._q(_vm.computedValue,_vm.trueValue)},on:{"click":function($event){$event.stopPropagation();},"change":function($event){var $$a=_vm.computedValue,$$el=$event.target,$$c=$$el.checked?(_vm.trueValue):(_vm.falseValue);if(Array.isArray($$a)){var $$v=_vm.nativeValue,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.computedValue=$$a.concat([$$v]));}else{$$i>-1&&(_vm.computedValue=$$a.slice(0,$$i).concat($$a.slice($$i+1)));}}else{_vm.computedValue=$$c;}}}}),_c('span',{staticClass:"check",class:_vm.type}),_c('span',{staticClass:"control-label",attrs:{"id":_vm.ariaLabelledby}},[_vm._t("default")],2)])};
30
+ var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',{ref:"label",staticClass:"b-checkbox checkbox",class:[_vm.size, { 'is-disabled': _vm.disabled }],attrs:{"disabled":_vm.disabled},on:{"click":_vm.focus,"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.$refs.label.click()},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.$refs.label.click()}]}},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.computedValue),expression:"computedValue"}],ref:"input",attrs:{"type":"checkbox","autocomplete":_vm.autocomplete,"disabled":_vm.disabled,"required":_vm.required,"name":_vm.name,"true-value":_vm.trueValue,"false-value":_vm.falseValue,"aria-labelledby":_vm.ariaLabelledby},domProps:{"indeterminate":_vm.indeterminate,"value":_vm.nativeValue,"checked":Array.isArray(_vm.computedValue)?_vm._i(_vm.computedValue,_vm.nativeValue)>-1:_vm._q(_vm.computedValue,_vm.trueValue)},on:{"click":function($event){$event.stopPropagation();},"change":function($event){var $$a=_vm.computedValue,$$el=$event.target,$$c=$$el.checked?(_vm.trueValue):(_vm.falseValue);if(Array.isArray($$a)){var $$v=_vm.nativeValue,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.computedValue=$$a.concat([$$v]));}else{$$i>-1&&(_vm.computedValue=$$a.slice(0,$$i).concat($$a.slice($$i+1)));}}else{_vm.computedValue=$$c;}}}}),_c('span',{staticClass:"check",class:_vm.type}),_c('span',{staticClass:"control-label",attrs:{"id":_vm.ariaLabelledby}},[_vm._t("default")],2)])};
31
31
  var __vue_staticRenderFns__ = [];
32
32
 
33
33
  /* style */
@@ -1,6 +1,6 @@
1
1
  import { _ as _defineProperty } from './chunk-455cdeae.js';
2
- import { F as FormElementMixin } from './chunk-84c6dfd6.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-84c6dfd6.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-a628d44d.js';
8
- import { D as Dropdown, a as DropdownItem } from './chunk-598015da.js';
9
- import { F as Field } from './chunk-effa4d25.js';
10
- import { S as Select } from './chunk-6adc5c5d.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
  //
@@ -1794,7 +1794,7 @@ var script$3 = {
1794
1794
  const __vue_script__$3 = script$3;
1795
1795
 
1796
1796
  /* template */
1797
- var __vue_render__$3 = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"datepicker control",class:[_vm.size, {'is-expanded': _vm.expanded}]},[(!_vm.isMobile || _vm.inline)?_c('b-dropdown',{ref:"dropdown",attrs:{"position":_vm.position,"disabled":_vm.disabled,"inline":_vm.inline,"mobile-modal":_vm.mobileModal,"trap-focus":_vm.trapFocus,"aria-role":_vm.ariaRole,"append-to-body":_vm.appendToBody,"append-to-body-copy-parent":""},on:{"active-change":_vm.onActiveChange},scopedSlots:_vm._u([(!_vm.inline)?{key:"trigger",fn:function(){return [_vm._t("trigger",[_c('b-input',_vm._b({ref:"input",attrs:{"autocomplete":"off","value":_vm.formattedValue,"placeholder":_vm.placeholder,"size":_vm.size,"icon":_vm.icon,"icon-right":_vm.iconRight,"icon-right-clickable":_vm.iconRightClickable,"icon-pack":_vm.iconPack,"rounded":_vm.rounded,"loading":_vm.loading,"disabled":_vm.disabled,"readonly":!_vm.editable,"use-html5-validation":false},on:{"icon-right-click":function($event){return _vm.$emit('icon-right-click')},"focus":_vm.handleOnFocus},nativeOn:{"click":function($event){return _vm.onInputClick($event)},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.togglePicker(true)},"change":function($event){return _vm.onChange($event.target.value)}}},'b-input',_vm.$attrs,false))])]},proxy:true}:null],null,true)},[_c('b-dropdown-item',{class:{'dropdown-horizonal-timepicker': _vm.horizontalTimePicker},attrs:{"disabled":_vm.disabled,"focusable":_vm.focusable,"custom":""}},[_c('div',[_c('header',{staticClass:"datepicker-header"},[(_vm.$slots.header !== undefined && _vm.$slots.header.length)?[_vm._t("header")]:_c('div',{staticClass:"pagination field is-centered",class:_vm.size},[_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showPrev && !_vm.disabled),expression:"!showPrev && !disabled"}],staticClass:"pagination-previous",attrs:{"role":"button","href":"#","disabled":_vm.disabled,"aria-label":_vm.ariaPreviousLabel},on:{"click":function($event){$event.preventDefault();return _vm.prev($event)},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.prev($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.prev($event)}]}},[_c('b-icon',{attrs:{"icon":_vm.iconPrev,"pack":_vm.iconPack,"both":"","type":"is-primary is-clickable"}})],1),_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showNext && !_vm.disabled),expression:"!showNext && !disabled"}],staticClass:"pagination-next",attrs:{"role":"button","href":"#","disabled":_vm.disabled,"aria-label":_vm.ariaNextLabel},on:{"click":function($event){$event.preventDefault();return _vm.next($event)},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.next($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.next($event)}]}},[_c('b-icon',{attrs:{"icon":_vm.iconNext,"pack":_vm.iconPack,"both":"","type":"is-primary is-clickable"}})],1),_c('div',{staticClass:"pagination-list"},[_c('b-field',[(!_vm.isTypeMonth)?_c('b-select',{attrs:{"disabled":_vm.disabled,"size":_vm.size},model:{value:(_vm.focusedDateData.month),callback:function ($$v) {_vm.$set(_vm.focusedDateData, "month", $$v);},expression:"focusedDateData.month"}},_vm._l((_vm.listOfMonths),function(month){return _c('option',{key:month.name,attrs:{"disabled":month.disabled},domProps:{"value":month.index}},[_vm._v(" "+_vm._s(month.name)+" ")])}),0):_vm._e(),_c('b-select',{attrs:{"disabled":_vm.disabled,"size":_vm.size},model:{value:(_vm.focusedDateData.year),callback:function ($$v) {_vm.$set(_vm.focusedDateData, "year", $$v);},expression:"focusedDateData.year"}},_vm._l((_vm.listOfYears),function(year){return _c('option',{key:year,domProps:{"value":year}},[_vm._v(" "+_vm._s(year)+" ")])}),0)],1)],1)])],2),(!_vm.isTypeMonth)?_c('div',{staticClass:"datepicker-content",class:{'content-horizonal-timepicker': _vm.horizontalTimePicker}},[_c('b-datepicker-table',{attrs:{"day-names":_vm.newDayNames,"month-names":_vm.newMonthNames,"first-day-of-week":_vm.firstDayOfWeek,"rules-for-first-week":_vm.rulesForFirstWeek,"min-date":_vm.minDate,"max-date":_vm.maxDate,"focused":_vm.focusedDateData,"disabled":_vm.disabled,"unselectable-dates":_vm.unselectableDates,"unselectable-days-of-week":_vm.unselectableDaysOfWeek,"selectable-dates":_vm.selectableDates,"events":_vm.events,"indicators":_vm.indicators,"date-creator":_vm.dateCreator,"type-month":_vm.isTypeMonth,"nearby-month-days":_vm.nearbyMonthDays,"nearby-selectable-month-days":_vm.nearbySelectableMonthDays,"show-week-number":_vm.showWeekNumber,"week-number-clickable":_vm.weekNumberClickable,"range":_vm.range,"multiple":_vm.multiple},on:{"range-start":function (date) { return _vm.$emit('range-start', date); },"range-end":function (date) { return _vm.$emit('range-end', date); },"close":function($event){return _vm.togglePicker(false)},"update:focused":function($event){_vm.focusedDateData = $event;}},model:{value:(_vm.computedValue),callback:function ($$v) {_vm.computedValue=$$v;},expression:"computedValue"}})],1):_c('div',[_c('b-datepicker-month',{attrs:{"month-names":_vm.newMonthNames,"min-date":_vm.minDate,"max-date":_vm.maxDate,"focused":_vm.focusedDateData,"disabled":_vm.disabled,"unselectable-dates":_vm.unselectableDates,"unselectable-days-of-week":_vm.unselectableDaysOfWeek,"selectable-dates":_vm.selectableDates,"events":_vm.events,"indicators":_vm.indicators,"date-creator":_vm.dateCreator,"range":_vm.range,"multiple":_vm.multiple},on:{"range-start":function (date) { return _vm.$emit('range-start', date); },"range-end":function (date) { return _vm.$emit('range-end', date); },"close":function($event){return _vm.togglePicker(false)},"change-focus":_vm.changeFocus,"update:focused":function($event){_vm.focusedDateData = $event;}},model:{value:(_vm.computedValue),callback:function ($$v) {_vm.computedValue=$$v;},expression:"computedValue"}})],1)]),(_vm.$slots.default !== undefined && _vm.$slots.default.length)?_c('footer',{staticClass:"datepicker-footer",class:{'footer-horizontal-timepicker': _vm.horizontalTimePicker}},[_vm._t("default")],2):_vm._e()])],1):_c('b-input',_vm._b({ref:"input",attrs:{"type":!_vm.isTypeMonth ? 'date' : 'month',"autocomplete":"off","value":_vm.formatNative(_vm.computedValue),"placeholder":_vm.placeholder,"size":_vm.size,"icon":_vm.icon,"icon-pack":_vm.iconPack,"rounded":_vm.rounded,"loading":_vm.loading,"max":_vm.formatNative(_vm.maxDate),"min":_vm.formatNative(_vm.minDate),"disabled":_vm.disabled,"readonly":false,"use-html5-validation":false},on:{"focus":_vm.onFocus,"blur":_vm.onBlur},nativeOn:{"change":function($event){return _vm.onChangeNativePicker($event)}}},'b-input',_vm.$attrs,false))],1)};
1797
+ var __vue_render__$3 = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"datepicker control",class:[_vm.size, {'is-expanded': _vm.expanded}]},[(!_vm.isMobile || _vm.inline)?_c('b-dropdown',{ref:"dropdown",attrs:{"position":_vm.position,"disabled":_vm.disabled,"inline":_vm.inline,"mobile-modal":_vm.mobileModal,"trap-focus":_vm.trapFocus,"aria-role":_vm.ariaRole,"append-to-body":_vm.appendToBody,"append-to-body-copy-parent":""},on:{"active-change":_vm.onActiveChange},scopedSlots:_vm._u([(!_vm.inline)?{key:"trigger",fn:function(){return [_vm._t("trigger",[_c('b-input',_vm._b({ref:"input",attrs:{"autocomplete":"off","value":_vm.formattedValue,"placeholder":_vm.placeholder,"size":_vm.size,"icon":_vm.icon,"icon-right":_vm.iconRight,"icon-right-clickable":_vm.iconRightClickable,"icon-pack":_vm.iconPack,"rounded":_vm.rounded,"loading":_vm.loading,"disabled":_vm.disabled,"readonly":!_vm.editable,"use-html5-validation":false},on:{"icon-right-click":function($event){return _vm.$emit('icon-right-click', $event)},"focus":_vm.handleOnFocus},nativeOn:{"click":function($event){return _vm.onInputClick($event)},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.togglePicker(true)},"change":function($event){return _vm.onChange($event.target.value)}}},'b-input',_vm.$attrs,false))])]},proxy:true}:null],null,true)},[_c('b-dropdown-item',{class:{'dropdown-horizonal-timepicker': _vm.horizontalTimePicker},attrs:{"disabled":_vm.disabled,"focusable":_vm.focusable,"custom":""}},[_c('div',[_c('header',{staticClass:"datepicker-header"},[(_vm.$slots.header !== undefined && _vm.$slots.header.length)?[_vm._t("header")]:_c('div',{staticClass:"pagination field is-centered",class:_vm.size},[_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showPrev && !_vm.disabled),expression:"!showPrev && !disabled"}],staticClass:"pagination-previous",attrs:{"role":"button","href":"#","disabled":_vm.disabled,"aria-label":_vm.ariaPreviousLabel},on:{"click":function($event){$event.preventDefault();return _vm.prev($event)},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.prev($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.prev($event)}]}},[_c('b-icon',{attrs:{"icon":_vm.iconPrev,"pack":_vm.iconPack,"both":"","type":"is-primary is-clickable"}})],1),_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showNext && !_vm.disabled),expression:"!showNext && !disabled"}],staticClass:"pagination-next",attrs:{"role":"button","href":"#","disabled":_vm.disabled,"aria-label":_vm.ariaNextLabel},on:{"click":function($event){$event.preventDefault();return _vm.next($event)},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.next($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.next($event)}]}},[_c('b-icon',{attrs:{"icon":_vm.iconNext,"pack":_vm.iconPack,"both":"","type":"is-primary is-clickable"}})],1),_c('div',{staticClass:"pagination-list"},[_c('b-field',[(!_vm.isTypeMonth)?_c('b-select',{attrs:{"disabled":_vm.disabled,"size":_vm.size},model:{value:(_vm.focusedDateData.month),callback:function ($$v) {_vm.$set(_vm.focusedDateData, "month", $$v);},expression:"focusedDateData.month"}},_vm._l((_vm.listOfMonths),function(month){return _c('option',{key:month.name,attrs:{"disabled":month.disabled},domProps:{"value":month.index}},[_vm._v(" "+_vm._s(month.name)+" ")])}),0):_vm._e(),_c('b-select',{attrs:{"disabled":_vm.disabled,"size":_vm.size},model:{value:(_vm.focusedDateData.year),callback:function ($$v) {_vm.$set(_vm.focusedDateData, "year", $$v);},expression:"focusedDateData.year"}},_vm._l((_vm.listOfYears),function(year){return _c('option',{key:year,domProps:{"value":year}},[_vm._v(" "+_vm._s(year)+" ")])}),0)],1)],1)])],2),(!_vm.isTypeMonth)?_c('div',{staticClass:"datepicker-content",class:{'content-horizonal-timepicker': _vm.horizontalTimePicker}},[_c('b-datepicker-table',{attrs:{"day-names":_vm.newDayNames,"month-names":_vm.newMonthNames,"first-day-of-week":_vm.firstDayOfWeek,"rules-for-first-week":_vm.rulesForFirstWeek,"min-date":_vm.minDate,"max-date":_vm.maxDate,"focused":_vm.focusedDateData,"disabled":_vm.disabled,"unselectable-dates":_vm.unselectableDates,"unselectable-days-of-week":_vm.unselectableDaysOfWeek,"selectable-dates":_vm.selectableDates,"events":_vm.events,"indicators":_vm.indicators,"date-creator":_vm.dateCreator,"type-month":_vm.isTypeMonth,"nearby-month-days":_vm.nearbyMonthDays,"nearby-selectable-month-days":_vm.nearbySelectableMonthDays,"show-week-number":_vm.showWeekNumber,"week-number-clickable":_vm.weekNumberClickable,"range":_vm.range,"multiple":_vm.multiple},on:{"range-start":function (date) { return _vm.$emit('range-start', date); },"range-end":function (date) { return _vm.$emit('range-end', date); },"close":function($event){return _vm.togglePicker(false)},"update:focused":function($event){_vm.focusedDateData = $event;}},model:{value:(_vm.computedValue),callback:function ($$v) {_vm.computedValue=$$v;},expression:"computedValue"}})],1):_c('div',[_c('b-datepicker-month',{attrs:{"month-names":_vm.newMonthNames,"min-date":_vm.minDate,"max-date":_vm.maxDate,"focused":_vm.focusedDateData,"disabled":_vm.disabled,"unselectable-dates":_vm.unselectableDates,"unselectable-days-of-week":_vm.unselectableDaysOfWeek,"selectable-dates":_vm.selectableDates,"events":_vm.events,"indicators":_vm.indicators,"date-creator":_vm.dateCreator,"range":_vm.range,"multiple":_vm.multiple},on:{"range-start":function (date) { return _vm.$emit('range-start', date); },"range-end":function (date) { return _vm.$emit('range-end', date); },"close":function($event){return _vm.togglePicker(false)},"change-focus":_vm.changeFocus,"update:focused":function($event){_vm.focusedDateData = $event;}},model:{value:(_vm.computedValue),callback:function ($$v) {_vm.computedValue=$$v;},expression:"computedValue"}})],1)]),(_vm.$slots.default !== undefined && _vm.$slots.default.length)?_c('footer',{staticClass:"datepicker-footer",class:{'footer-horizontal-timepicker': _vm.horizontalTimePicker}},[_vm._t("default")],2):_vm._e()])],1):_c('b-input',_vm._b({ref:"input",attrs:{"type":!_vm.isTypeMonth ? 'date' : 'month',"autocomplete":"off","value":_vm.formatNative(_vm.computedValue),"placeholder":_vm.placeholder,"size":_vm.size,"icon":_vm.icon,"icon-pack":_vm.iconPack,"rounded":_vm.rounded,"loading":_vm.loading,"max":_vm.formatNative(_vm.maxDate),"min":_vm.formatNative(_vm.minDate),"disabled":_vm.disabled,"readonly":false,"use-html5-validation":false},on:{"focus":_vm.onFocus,"blur":_vm.onBlur},nativeOn:{"change":function($event){return _vm.onChangeNativePicker($event)}}},'b-input',_vm.$attrs,false))],1)};
1798
1798
  var __vue_staticRenderFns__$3 = [];
1799
1799
 
1800
1800
  /* style */
@@ -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-84c6dfd6.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-84c6dfd6.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,14 +202,24 @@ 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
 
205
- /**
206
- * Close tooltip if clicked outside.
221
+ /**
222
+ * Close tooltip if clicked outside.
207
223
  */
208
224
  clickedOutside: function clickedOutside(event) {
209
225
  if (this.isActive) {
@@ -222,8 +238,8 @@ var script = {
222
238
  }
223
239
  },
224
240
 
225
- /**
226
- * Keypress event that is bound to the document
241
+ /**
242
+ * Keypress event that is bound to the document
227
243
  */
228
244
  keyPress: function keyPress(_ref) {
229
245
  var key = _ref.key;
@@ -235,8 +251,8 @@ var script = {
235
251
  }
236
252
  },
237
253
 
238
- /**
239
- * White-listed items to not close when clicked.
254
+ /**
255
+ * White-listed items to not close when clicked.
240
256
  */
241
257
  isInWhiteList: function isInWhiteList(el) {
242
258
  if (el === this.$refs.content) return true; // All chidren from content
@@ -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-84c6dfd6.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-a628d44d.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 = {
@@ -292,7 +292,7 @@ var script$1 = {
292
292
  const __vue_script__$1 = script$1;
293
293
 
294
294
  /* template */
295
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"field",class:_vm.rootClasses},[(_vm.horizontal)?_c('div',{staticClass:"field-label",class:[_vm.customClass, _vm.fieldLabelSize]},[(_vm.hasLabel)?_c('label',{staticClass:"label",class:_vm.customClass,attrs:{"for":_vm.labelFor}},[(_vm.$slots.label)?_vm._t("label"):[_vm._v(_vm._s(_vm.label))]],2):_vm._e()]):[(_vm.hasLabel)?_c('label',{staticClass:"label",class:_vm.customClass,attrs:{"for":_vm.labelFor}},[(_vm.$slots.label)?_vm._t("label"):[_vm._v(_vm._s(_vm.label))]],2):_vm._e()],(_vm.horizontal)?_c('b-field-body',{attrs:{"message":_vm.newMessage ? _vm.formattedMessage : '',"type":_vm.newType}},[_vm._t("default")],2):(_vm.hasInnerField)?_c('div',{staticClass:"field-body"},[_c('b-field',{class:_vm.innerFieldClasses,attrs:{"addons":false}},[_vm._t("default")],2)],1):[_vm._t("default")],(_vm.hasMessage && !_vm.horizontal)?_c('p',{staticClass:"help",class:_vm.newType},[(_vm.$slots.message)?_vm._t("message"):[_vm._l((_vm.formattedMessage),function(mess,i){return [_vm._v(" "+_vm._s(mess)+" "),((i + 1) < _vm.formattedMessage.length)?_c('br',{key:i}):_vm._e()]})]],2):_vm._e()],2)};
295
+ var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"field",class:_vm.rootClasses},[(_vm.horizontal)?_c('div',{staticClass:"field-label",class:[_vm.customClass, _vm.fieldLabelSize]},[(_vm.hasLabel)?_c('label',{staticClass:"label",class:_vm.customClass,attrs:{"for":_vm.labelFor}},[(_vm.$slots.label)?_vm._t("label"):[_vm._v(_vm._s(_vm.label))]],2):_vm._e()]):[(_vm.hasLabel)?_c('label',{staticClass:"label",class:_vm.customClass,attrs:{"for":_vm.labelFor}},[(_vm.$slots.label)?_vm._t("label"):[_vm._v(_vm._s(_vm.label))]],2):_vm._e()],(_vm.horizontal)?_c('b-field-body',{attrs:{"message":_vm.newMessage ? _vm.formattedMessage : '',"type":_vm.newType}},[_vm._t("default")],2):(_vm.hasInnerField)?_c('div',{staticClass:"field-body"},[_c('b-field',{class:_vm.innerFieldClasses,attrs:{"addons":false,"type":_vm.newType}},[_vm._t("default")],2)],1):[_vm._t("default")],(_vm.hasMessage && !_vm.horizontal)?_c('p',{staticClass:"help",class:_vm.newType},[(_vm.$slots.message)?_vm._t("message"):[_vm._l((_vm.formattedMessage),function(mess,i){return [_vm._v(" "+_vm._s(mess)+" "),((i + 1) < _vm.formattedMessage.length)?_c('br',{key:i}):_vm._e()]})]],2):_vm._e()],2)};
296
296
  var __vue_staticRenderFns__ = [];
297
297
 
298
298
  /* style */
@@ -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