From 39290695e6798be397c6b98b4d7086ee49e562db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Oct 2021 14:28:52 +0000 Subject: Bump core-js from 3.18.0 to 3.18.1 Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.0 to 3.18.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.18.0...v3.18.1) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: nextcloud-command --- apps/workflowengine/js/workflowengine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/workflowengine/js/workflowengine.js') diff --git a/apps/workflowengine/js/workflowengine.js b/apps/workflowengine/js/workflowengine.js index b6c9df59a62..d8ecc3c2b5c 100644 --- a/apps/workflowengine/js/workflowengine.js +++ b/apps/workflowengine/js/workflowengine.js @@ -438,7 +438,7 @@ a.VTooltip.options.defaultTemplate='',trigger:"hover focus",offset:0},k=[],x=function(){function t(e,n){var a=this;c()(this,t),i()(this,"_events",[]),i()(this,"_setTooltipNodeEvent",(function(t,e,n,r){var o=t.relatedreference||t.toElement||t.relatedTarget;return!!a._tooltipNode.contains(o)&&(a._tooltipNode.addEventListener(t.type,(function n(o){var i=o.relatedreference||o.toElement||o.relatedTarget;a._tooltipNode.removeEventListener(t.type,n),e.contains(i)||a._scheduleHide(e,r.delay,r,o)})),!0)})),n=w(w({},C),n),e.jquery&&(e=e[0]),this.show=this.show.bind(this),this.hide=this.hide.bind(this),this.reference=e,this.options=n,this._isOpen=!1,this._init()}return u()(t,[{key:"show",value:function(){this._show(this.reference,this.options)}},{key:"hide",value:function(){this._hide()}},{key:"dispose",value:function(){this._dispose()}},{key:"toggle",value:function(){return this._isOpen?this.hide():this.show()}},{key:"setClasses",value:function(t){this._classes=t}},{key:"setContent",value:function(t){this.options.title=t,this._tooltipNode&&this._setContent(t,this.options)}},{key:"setOptions",value:function(t){var e=!1,n=t&&t.classes||W.options.defaultClass;m()(this._classes,n)||(this.setClasses(n),e=!0),t=B(t);var a=!1,r=!1;for(var o in this.options.offset===t.offset&&this.options.placement===t.placement||(a=!0),(this.options.template!==t.template||this.options.trigger!==t.trigger||this.options.container!==t.container||e)&&(r=!0),t)this.options[o]=t[o];if(this._tooltipNode)if(r){var i=this._isOpen;this.dispose(),this._init(),i&&this.show()}else a&&this.popperInstance.update()}},{key:"_init",value:function(){var t="string"==typeof this.options.trigger?this.options.trigger.split(" "):[];this._isDisposed=!1,this._enableDocumentTouch=-1===t.indexOf("manual"),t=t.filter((function(t){return-1!==["click","hover","focus"].indexOf(t)})),this._setEventListeners(this.reference,t,this.options),this.$_originalTitle=this.reference.getAttribute("title"),this.reference.removeAttribute("title"),this.reference.setAttribute("data-original-title",this.$_originalTitle)}},{key:"_create",value:function(t,e){var n=this,a=window.document.createElement("div");a.innerHTML=e.trim();var r=a.childNodes[0];return r.id=this.options.ariaId||"tooltip_".concat(Math.random().toString(36).substr(2,10)),r.setAttribute("aria-hidden","true"),this.options.autoHide&&-1!==this.options.trigger.indexOf("hover")&&(r.addEventListener("mouseenter",(function(e){return n._scheduleHide(t,n.options.delay,n.options,e)})),r.addEventListener("click",(function(e){return n._scheduleHide(t,n.options.delay,n.options,e)}))),r}},{key:"_setContent",value:function(t,e){var n=this;this.asyncContent=!1,this._applyContent(t,e).then((function(){n.popperInstance&&n.popperInstance.update()}))}},{key:"_applyContent",value:function(t,e){var n=this;return new Promise((function(a,r){var o=e.html,i=n._tooltipNode;if(i){var s=i.querySelector(n.options.innerSelector);if(1===t.nodeType){if(o){for(;s.firstChild;)s.removeChild(s.firstChild);s.appendChild(t)}}else{if("function"==typeof t){var c=t();return void(c&&"function"==typeof c.then?(n.asyncContent=!0,e.loadingClass&&g(i,e.loadingClass),e.loadingContent&&n._applyContent(e.loadingContent,e),c.then((function(t){return e.loadingClass&&A(i,e.loadingClass),n._applyContent(t,e)})).then(a).catch(r)):n._applyContent(c,e).then(a).catch(r))}o?s.innerHTML=t:s.innerText=t}a()}}))}},{key:"_show",value:function(t,e){if(e&&"string"==typeof e.container&&!document.querySelector(e.container))return;clearTimeout(this._disposeTimer),delete(e=Object.assign({},e)).offset;var n=!0;this._tooltipNode&&(g(this._tooltipNode,this._classes),n=!1);var a=this._ensureShown(t,e);return n&&this._tooltipNode&&g(this._tooltipNode,this._classes),g(t,["v-tooltip-open"]),a}},{key:"_ensureShown",value:function(t,e){var n=this;if(this._isOpen)return this;if(this._isOpen=!0,k.push(this),this._tooltipNode)return this._tooltipNode.style.display="",this._tooltipNode.setAttribute("aria-hidden","false"),this.popperInstance.enableEventListeners(),this.popperInstance.update(),this.asyncContent&&this._setContent(e.title,e),this;var a=t.getAttribute("title")||e.title;if(!a)return this;var r=this._create(t,e.template);this._tooltipNode=r,t.setAttribute("aria-describedby",r.id);var o=this._findContainer(e.container,t);this._append(r,o);var i=w(w({},e.popperOptions),{},{placement:e.placement});return i.modifiers=w(w({},i.modifiers),{},{arrow:{element:this.options.arrowSelector}}),e.boundariesElement&&(i.modifiers.preventOverflow={boundariesElement:e.boundariesElement}),this.popperInstance=new d.a(t,r,i),this._setContent(a,e),requestAnimationFrame((function(){!n._isDisposed&&n.popperInstance?(n.popperInstance.update(),requestAnimationFrame((function(){n._isDisposed?n.dispose():n._isOpen&&r.setAttribute("aria-hidden","false")}))):n.dispose()})),this}},{key:"_noLongerOpen",value:function(){var t=k.indexOf(this);-1!==t&&k.splice(t,1)}},{key:"_hide",value:function(){var t=this;if(!this._isOpen)return this;this._isOpen=!1,this._noLongerOpen(),this._tooltipNode.style.display="none",this._tooltipNode.setAttribute("aria-hidden","true"),this.popperInstance&&this.popperInstance.disableEventListeners(),clearTimeout(this._disposeTimer);var e=W.options.disposeTimeout;return null!==e&&(this._disposeTimer=setTimeout((function(){t._tooltipNode&&(t._tooltipNode.removeEventListener("mouseenter",t.hide),t._tooltipNode.removeEventListener("click",t.hide),t._removeTooltipNode())}),e)),A(this.reference,["v-tooltip-open"]),this}},{key:"_removeTooltipNode",value:function(){if(this._tooltipNode){var t=this._tooltipNode.parentNode;t&&(t.removeChild(this._tooltipNode),this.reference.removeAttribute("aria-describedby")),this._tooltipNode=null}}},{key:"_dispose",value:function(){var t=this;return this._isDisposed=!0,this.reference.removeAttribute("data-original-title"),this.$_originalTitle&&this.reference.setAttribute("title",this.$_originalTitle),this._events.forEach((function(e){var n=e.func,a=e.event;t.reference.removeEventListener(a,n)})),this._events=[],this._tooltipNode?(this._hide(),this._tooltipNode.removeEventListener("mouseenter",this.hide),this._tooltipNode.removeEventListener("click",this.hide),this.popperInstance.destroy(),this.popperInstance.options.removeOnDestroy||this._removeTooltipNode()):this._noLongerOpen(),this}},{key:"_findContainer",value:function(t,e){return"string"==typeof t?t=window.document.querySelector(t):!1===t&&(t=e.parentNode),t}},{key:"_append",value:function(t,e){e.appendChild(t)}},{key:"_setEventListeners",value:function(t,e,n){var a=this,r=[],o=[];e.forEach((function(t){switch(t){case"hover":r.push("mouseenter"),o.push("mouseleave"),a.options.hideOnTargetClick&&o.push("click");break;case"focus":r.push("focus"),o.push("blur"),a.options.hideOnTargetClick&&o.push("click");break;case"click":r.push("click"),o.push("click")}})),r.forEach((function(e){var r=function(e){!0!==a._isOpen&&(e.usedByTooltip=!0,a._scheduleShow(t,n.delay,n,e))};a._events.push({event:e,func:r}),t.addEventListener(e,r)})),o.forEach((function(e){var r=function(e){!0!==e.usedByTooltip&&a._scheduleHide(t,n.delay,n,e)};a._events.push({event:e,func:r}),t.addEventListener(e,r)}))}},{key:"_onDocumentTouch",value:function(t){this._enableDocumentTouch&&this._scheduleHide(this.reference,this.options.delay,this.options,t)}},{key:"_scheduleShow",value:function(t,e,n){var a=this,r=e&&e.show||e||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout((function(){return a._show(t,n)}),r)}},{key:"_scheduleHide",value:function(t,e,n,a){var r=this,o=e&&e.hide||e||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout((function(){if(!1!==r._isOpen&&r._tooltipNode.ownerDocument.body.contains(r._tooltipNode)){if("mouseleave"===a.type)if(r._setTooltipNodeEvent(a,t,e,n))return;r._hide(t,n)}}),o)}}]),t}();function T(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);e&&(a=a.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,a)}return n}function z(t){for(var e=1;e
',defaultArrowSelector:".tooltip-arrow, .tooltip__arrow",defaultInnerSelector:".tooltip-inner, .tooltip__inner",defaultDelay:0,defaultTrigger:"hover focus",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultLoadingClass:"tooltip-loading",defaultLoadingContent:"...",autoHide:!0,defaultHideOnTargetClick:!0,disposeTimeout:5e3,popover:{defaultPlacement:"bottom",defaultClass:"vue-popover-theme",defaultBaseClass:"tooltip popover",defaultWrapperClass:"wrapper",defaultInnerClass:"tooltip-inner popover-inner",defaultArrowClass:"tooltip-arrow popover-arrow",defaultOpenClass:"open",defaultDelay:0,defaultTrigger:"click",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultAutoHide:!0,defaultHandleResize:!0}};function B(t){var e={placement:void 0!==t.placement?t.placement:W.options.defaultPlacement,delay:void 0!==t.delay?t.delay:W.options.defaultDelay,html:void 0!==t.html?t.html:W.options.defaultHtml,template:void 0!==t.template?t.template:W.options.defaultTemplate,arrowSelector:void 0!==t.arrowSelector?t.arrowSelector:W.options.defaultArrowSelector,innerSelector:void 0!==t.innerSelector?t.innerSelector:W.options.defaultInnerSelector,trigger:void 0!==t.trigger?t.trigger:W.options.defaultTrigger,offset:void 0!==t.offset?t.offset:W.options.defaultOffset,container:void 0!==t.container?t.container:W.options.defaultContainer,boundariesElement:void 0!==t.boundariesElement?t.boundariesElement:W.options.defaultBoundariesElement,autoHide:void 0!==t.autoHide?t.autoHide:W.options.autoHide,hideOnTargetClick:void 0!==t.hideOnTargetClick?t.hideOnTargetClick:W.options.defaultHideOnTargetClick,loadingClass:void 0!==t.loadingClass?t.loadingClass:W.options.defaultLoadingClass,loadingContent:void 0!==t.loadingContent?t.loadingContent:W.options.defaultLoadingContent,popperOptions:z({},void 0!==t.popperOptions?t.popperOptions:W.options.defaultPopperOptions)};if(e.offset){var n=r()(e.offset),a=e.offset;("number"===n||"string"===n&&-1===a.indexOf(","))&&(a="0, ".concat(a)),e.popperOptions.modifiers||(e.popperOptions.modifiers={}),e.popperOptions.modifiers.offset={offset:a}}return e.trigger&&-1!==e.trigger.indexOf("click")&&(e.hideOnTargetClick=!1),e}function E(t,e){for(var n=t.placement,a=0;a2&&void 0!==arguments[2]?arguments[2]:{},a=D(e),o=void 0!==e.classes?e.classes:W.options.defaultClass,i=z({title:a},B(z(z({},"object"===r()(e)?e:{}),{},{placement:E(e,n)}))),s=t._tooltip=new x(t,i);s.setClasses(o),s._vueEl=t;var c=void 0!==e.targetClasses?e.targetClasses:W.options.defaultTargetClass;return t._tooltipTargetClasses=c,g(t,c),s}function j(t){t._tooltip&&(t._tooltip.dispose(),delete t._tooltip,delete t._tooltipOldShow),t._tooltipTargetClasses&&(A(t,t._tooltipTargetClasses),delete t._tooltipTargetClasses)}function P(t,e){var n=e.value;e.oldValue;var a,r=e.modifiers,o=D(n);o&&O.enabled?(t._tooltip?((a=t._tooltip).setContent(o),a.setOptions(z(z({},n),{},{placement:E(n,r)}))):a=Y(t,n,r),void 0!==n.show&&n.show!==t._tooltipOldShow&&(t._tooltipOldShow=n.show,n.show?a.show():a.hide())):j(t)}var W={options:N,bind:P,update:P,unbind:function(t){j(t)}};function q(t){t.addEventListener("click",F),t.addEventListener("touchstart",H,!!v&&{passive:!0})}function R(t){t.removeEventListener("click",F),t.removeEventListener("touchstart",H),t.removeEventListener("touchend",I),t.removeEventListener("touchcancel",X)}function F(t){var e=t.currentTarget;t.closePopover=!e.$_vclosepopover_touch,t.closeAllPopover=e.$_closePopoverModifiers&&!!e.$_closePopoverModifiers.all}function H(t){if(1===t.changedTouches.length){var e=t.currentTarget;e.$_vclosepopover_touch=!0;var n=t.changedTouches[0];e.$_vclosepopover_touchPoint=n,e.addEventListener("touchend",I),e.addEventListener("touchcancel",X)}}function I(t){var e=t.currentTarget;if(e.$_vclosepopover_touch=!1,1===t.changedTouches.length){var n=t.changedTouches[0],a=e.$_vclosepopover_touchPoint;t.closePopover=Math.abs(n.screenY-a.screenY)<20&&Math.abs(n.screenX-a.screenX)<20,t.closeAllPopover=e.$_closePopoverModifiers&&!!e.$_closePopoverModifiers.all}}function X(t){t.currentTarget.$_vclosepopover_touch=!1}var U={bind:function(t,e){var n=e.value,a=e.modifiers;t.$_closePopoverModifiers=a,(void 0===n||n)&&q(t)},update:function(t,e){var n=e.value,a=e.oldValue,r=e.modifiers;t.$_closePopoverModifiers=r,n!==a&&(void 0===n||n?q(t):R(t))},unbind:function(t){R(t)}};function $(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);e&&(a=a.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,a)}return n}function G(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},n=e.event;e.skipDelay;var a=e.force,r=void 0!==a&&a;!r&&this.disabled||(this.$_scheduleShow(n),this.$emit("show")),this.$emit("update:open",!0),this.$_beingShowed=!0,requestAnimationFrame((function(){t.$_beingShowed=!1}))},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.event;t.skipDelay,this.$_scheduleHide(e),this.$emit("hide"),this.$emit("update:open",!1)},dispose:function(){if(this.$_isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.popperInstance&&(this.popperInstance.destroy(),!this.popperInstance.options.removeOnDestroy)){var t=this.$refs.popover;t.parentNode&&t.parentNode.removeChild(t)}this.$_mounted=!1,this.popperInstance=null,this.isOpen=!1,this.$emit("dispose")},$_init:function(){-1===this.trigger.indexOf("manual")&&this.$_addEventListeners()},$_show:function(){var t=this,e=this.$refs.trigger,n=this.$refs.popover;if(clearTimeout(this.$_disposeTimer),!this.isOpen){if(this.popperInstance&&(this.isOpen=!0,this.popperInstance.enableEventListeners(),this.popperInstance.scheduleUpdate()),!this.$_mounted){var a=this.$_findContainer(this.container,e);if(!a)return void console.warn("No container for popover",this);a.appendChild(n),this.$_mounted=!0,this.isOpen=!1,this.popperInstance&&requestAnimationFrame((function(){t.hidden||(t.isOpen=!0)}))}if(!this.popperInstance){var r=G(G({},this.popperOptions),{},{placement:this.placement});if(r.modifiers=G(G({},r.modifiers),{},{arrow:G(G({},r.modifiers&&r.modifiers.arrow),{},{element:this.$refs.arrow})}),this.offset){var o=this.$_getOffset();r.modifiers.offset=G(G({},r.modifiers&&r.modifiers.offset),{},{offset:o})}this.boundariesElement&&(r.modifiers.preventOverflow=G(G({},r.modifiers&&r.modifiers.preventOverflow),{},{boundariesElement:this.boundariesElement})),this.popperInstance=new d.a(e,n,r),requestAnimationFrame((function(){if(t.hidden)return t.hidden=!1,void t.$_hide();!t.$_isDisposed&&t.popperInstance?(t.popperInstance.scheduleUpdate(),requestAnimationFrame((function(){if(t.hidden)return t.hidden=!1,void t.$_hide();t.$_isDisposed?t.dispose():t.isOpen=!0}))):t.dispose()}))}var i=this.openGroup;if(i)for(var s,c=0;c1&&void 0!==arguments[1]&&arguments[1];if(clearTimeout(this.$_scheduleTimer),t)this.$_show();else{var e=parseInt(this.delay&&this.delay.show||this.delay||0);this.$_scheduleTimer=setTimeout(this.$_show.bind(this),e)}},$_scheduleHide:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(clearTimeout(this.$_scheduleTimer),n)this.$_hide();else{var a=parseInt(this.delay&&this.delay.hide||this.delay||0);this.$_scheduleTimer=setTimeout((function(){if(t.isOpen){if(e&&"mouseleave"===e.type)if(t.$_setTooltipNodeEvent(e))return;t.$_hide()}}),a)}},$_setTooltipNodeEvent:function(t){var e=this,n=this.$refs.trigger,a=this.$refs.popover,r=t.relatedreference||t.toElement||t.relatedTarget;return!!a.contains(r)&&(a.addEventListener(t.type,(function r(o){var i=o.relatedreference||o.toElement||o.relatedTarget;a.removeEventListener(t.type,r),n.contains(i)||e.hide({event:o})})),!0)},$_removeEventListeners:function(){var t=this.$refs.trigger;this.$_events.forEach((function(e){var n=e.func,a=e.event;t.removeEventListener(a,n)})),this.$_events=[]},$_updatePopper:function(t){this.popperInstance&&(t(),this.isOpen&&this.popperInstance.scheduleUpdate())},$_restartPopper:function(){if(this.popperInstance){var t=this.isOpen;this.dispose(),this.$_isDisposed=!1,this.$_init(),t&&this.show({skipDelay:!0,force:!0})}},$_handleGlobalClose:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.$_beingShowed||(this.hide({event:t}),t.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),n&&(this.$_preventOpen=!0,setTimeout((function(){e.$_preventOpen=!1}),300)))},$_handleResize:function(){this.isOpen&&this.popperInstance&&(this.popperInstance.scheduleUpdate(),this.$emit("resize"))}}};function tt(t){for(var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=function(n){var a=J[n];if(a.$refs.popover){var r=a.$refs.popover.contains(t.target);requestAnimationFrame((function(){(t.closeAllPopover||t.closePopover&&r||a.autoHide&&!r)&&a.$_handleGlobalClose(t,e)}))}},a=0;a1&&void 0!==arguments[1]?arguments[1]:{};if(!ot.installed){ot.installed=!0;var n={};M()(n,N,e),lt.options=n,W.options=n,t.directive("tooltip",W),t.directive("close-popover",U),t.component("VPopover",rt)}}!function(t,e){void 0===e&&(e={});var n=e.insertAt;if(t&&"undefined"!=typeof document){var a=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===n&&a.firstChild?a.insertBefore(r,a.firstChild):a.appendChild(r),r.styleSheet?r.styleSheet.cssText=t:r.appendChild(document.createTextNode(t))}}(".resize-observer[data-v-8859cc6c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-8859cc6c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}");var it=W,st=U,ct=rt,lt={install:ot,get enabled(){return O.enabled},set enabled(t){O.enabled=t}},ut=null;"undefined"!=typeof window?ut=window.Vue:void 0!==t&&(ut=t.Vue),ut&&ut.use(lt),e.default=lt}.call(this,n(9))},function(t,e,n){var a=n(24)(n(15),"Map");t.exports=a},function(t,e,n){var a=n(38),r=n(25);t.exports=function(t){if(!r(t))return!1;var e=a(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},function(t,e,n){var a=n(15).Symbol;t.exports=a},function(t,e,n){(function(t){var a=n(15),r=n(439),o=e&&!e.nodeType&&e,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,s=i&&i.exports===o?a.Buffer:void 0,c=(s?s.isBuffer:void 0)||r;t.exports=c}).call(this,n(56)(t))},function(t,e,n){var a=n(440),r=n(441),o=n(442),i=o&&o.isTypedArray,s=i?r(i):a;t.exports=s},function(t,e){var n=Object.prototype;t.exports=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||n)}},function(t,e,n){var a=n(152);t.exports=function(t,e,n){"__proto__"==e&&a?a(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},function(t,e){var n=Number.MAX_SAFE_INTEGER||9007199254740991;t.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:n,MAX_SAFE_COMPONENT_LENGTH:16}},function(t,e){t.exports={}},function(t,e,n){"use strict";e.__esModule=!0,e.AMPERSAND=e.CLOSEPAREN=e.CLOSEANGLEBRACKET=e.CLOSEBRACKET=e.CLOSEBRACE=e.OPENPAREN=e.OPENANGLEBRACKET=e.OPENBRACKET=e.OPENBRACE=e.WS=e.TLD=e.SYM=e.UNDERSCORE=e.SLASH=e.MAILTO=e.PROTOCOL=e.QUERY=e.POUND=e.PLUS=e.NUM=e.NL=e.LOCALHOST=e.PUNCTUATION=e.DOT=e.COLON=e.AT=e.DOMAIN=e.Base=void 0;var a=n(166),r=n(58),o=(0,a.createTokenClass)();function i(t){var e=t?{v:t}:{};return(0,r.inherits)(o,(0,a.createTokenClass)(),e)}o.prototype={toString:function(){return this.v+""}};var s=i(),c=i("@"),l=i(":"),u=i("."),d=i(),p=i(),m=i("\n"),f=i(),h=i("+"),M=i("#"),b=i(),_=i("mailto:"),g=i("?"),A=i("/"),v=i("_"),y=i(),L=i(),w=i(),C=i("{"),k=i("["),x=i("<"),T=i("("),z=i("}"),O=i("]"),S=i(">"),N=i(")"),B=i("&");e.Base=o,e.DOMAIN=s,e.AT=c,e.COLON=l,e.DOT=u,e.PUNCTUATION=d,e.LOCALHOST=p,e.NL=m,e.NUM=f,e.PLUS=h,e.POUND=M,e.QUERY=g,e.PROTOCOL=b,e.MAILTO=_,e.SLASH=A,e.UNDERSCORE=v,e.SYM=y,e.TLD=L,e.WS=w,e.OPENBRACE=C,e.OPENBRACKET=k,e.OPENANGLEBRACKET=x,e.OPENPAREN=T,e.CLOSEBRACE=z,e.CLOSEBRACKET=O,e.CLOSEANGLEBRACKET=S,e.CLOSEPAREN=N,e.AMPERSAND=B},function(t,e,n){var a=n(59),r=n(511),o=n(95),i=n(96),s=n(99),c=n(33),l=n(169),u=Object.getOwnPropertyDescriptor;e.f=a?u:function(t,e){if(t=i(t),e=s(e,!0),l)try{return u(t,e)}catch(t){}if(c(t,e))return o(!r.f.call(t,e),t[e])}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var a=n(168),r=n(98);t.exports=function(t){return a(r(t))}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var a=n(26);t.exports=function(t,e){if(!a(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!a(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!a(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!a(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var a=n(59),r=n(169),o=n(170),i=n(99),s=Object.defineProperty;e.f=a?s:function(t,e,n){if(o(t),e=i(e,!0),o(n),r)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var a=n(14),r=n(60);t.exports=function(t,e){try{r(a,t,e)}catch(n){a[t]=e}return e}},function(t,e,n){var a=n(98);t.exports=function(t){return Object(a(t))}},function(t,e,n){var a=n(16),r=n(40),o=n(185),i=r("species");t.exports=function(t){return o>=51||!a((function(){var e=[];return(e.constructor={})[i]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,n){window,t.exports=function(t){var e={};function n(a){if(e[a])return e[a].exports;var r=e[a]={i:a,l:!1,exports:{}};return t[a].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,a){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(a,r,function(e){return t[e]}.bind(null,r));return a},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=0)}([function(t,e,n){"use strict";function a(){return"undefined"==typeof OC?Promise.reject(new Error("OC not defined")):void 0===OC.PasswordConfirmation?Promise.reject(new Error("OC.PasswordConfirmation not defined")):OC.PasswordConfirmation.requiresPasswordConfirmation()?new Promise((function(t,e){OC.PasswordConfirmation.requirePasswordConfirmation(t,{},e)})):Promise.resolve()}n.r(e),n.d(e,"default",(function(){return a}))}])},function(t,e,n){"use strict";(function(t){ + */e.default=a.a}})},function(t,e,n){var a=n(5),r=n(45),o="".split;t.exports=a((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==r(t)?o.call(t,""):Object(t)}:Object},function(t,e,n){var a=n(336),r=n(118);t.exports=function(t){var e=a(t,"string");return r(e)?e:String(e)}},function(t,e,n){var a,r,o=n(8),i=n(337),s=o.process,c=o.Deno,l=s&&s.versions||c&&c.version,u=l&&l.v8;u?r=(a=u.split("."))[0]<4?1:a[0]+a[1]:i&&(!(a=i.match(/Edge\/(\d+)/))||a[1]>=74)&&(a=i.match(/Chrome\/(\d+)/))&&(r=a[1]),t.exports=r&&+r},function(t,e,n){var a=n(68),r=n(69);(t.exports=function(t,e){return r[t]||(r[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.18.1",mode:a?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports=!1},function(t,e,n){var a=n(8),r=n(70),o=a["__core-js_shared__"]||r("__core-js_shared__",{});t.exports=o},function(t,e,n){var a=n(8);t.exports=function(t,e){try{Object.defineProperty(a,t,{value:e,configurable:!0,writable:!0})}catch(n){a[t]=e}return e}},function(t,e,n){var a=n(8),r=n(23),o=a.document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},function(t,e,n){var a=n(6),r=n(69),o=Function.toString;a(r.inspectSource)||(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},function(t,e,n){var a,r,o,i=n(340),s=n(8),c=n(23),l=n(29),u=n(19),d=n(69),p=n(74),m=n(75),f=s.WeakMap;if(i||d.state){var h=d.state||(d.state=new f),M=h.get,b=h.has,_=h.set;a=function(t,e){if(b.call(h,t))throw new TypeError("Object already initialized");return e.facade=t,_.call(h,t,e),e},r=function(t){return M.call(h,t)||{}},o=function(t){return b.call(h,t)}}else{var g=p("state");m[g]=!0,a=function(t,e){if(u(t,g))throw new TypeError("Object already initialized");return e.facade=t,l(t,g,e),e},r=function(t){return u(t,g)?t[g]:{}},o=function(t){return u(t,g)}}t.exports={set:a,get:r,has:o,enforce:function(t){return o(t)?r(t):a(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=r(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e,n){var a=n(67),r=n(123),o=a("keys");t.exports=function(t){return o[t]||(o[t]=r(t))}},function(t,e){t.exports={}},function(t,e,n){var a=n(22),r=n(19),o=Function.prototype,i=a&&Object.getOwnPropertyDescriptor,s=r(o,"name"),c=s&&"something"===function(){}.name,l=s&&(!a||a&&i(o,"name").configurable);t.exports={EXISTS:s,PROPER:c,CONFIGURABLE:l}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,n){var a=n(79),r=n(6),o=n(45),i=n(10)("toStringTag"),s="Arguments"==o(function(){return arguments}());t.exports=a?o:function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?n:s?o(e):"Object"==(a=o(e))&&r(e.callee)?"Arguments":a}},function(t,e,n){var a={};a[n(10)("toStringTag")]="z",t.exports="[object z]"===String(a)},function(t,e,n){"use strict";var a=n(379),r=n(5),o=n(20),i=n(6),s=n(48),c=n(47),l=n(49),u=n(46),d=n(385),p=n(121),m=n(387),f=n(388),h=n(10)("replace"),M=Math.max,b=Math.min,_="$0"==="a".replace(/./,"$0"),g=!!/./[h]&&""===/./[h]("a","$0");a("replace",(function(t,e,n){var a=g?"$":"$0";return[function(t,n){var a=u(this),r=null==t?void 0:p(t,h);return r?r.call(t,a,n):e.call(l(a),t,n)},function(t,r){var u=o(this),p=l(t);if("string"==typeof r&&-1===r.indexOf(a)&&-1===r.indexOf("$<")){var h=n(e,u,p,r);if(h.done)return h.value}var _=i(r);_||(r=l(r));var g=u.global;if(g){var A=u.unicode;u.lastIndex=0}for(var v=[];;){var y=f(u,p);if(null===y)break;if(v.push(y),!g)break;""===l(y[0])&&(u.lastIndex=d(p,c(u.lastIndex),A))}for(var L,w="",C=0,k=0;k=C&&(w+=p.slice(C,T)+B,C=T+x.length)}return w+p.slice(C)}]}),!!r((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$
")}))||!_||g)},function(t,e,n){"use strict";var a=n(34),r=n(82);a({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},function(t,e,n){"use strict";var a,r,o=n(49),i=n(139),s=n(380),c=n(67),l=n(50),u=n(73).get,d=n(383),p=n(384),m=RegExp.prototype.exec,f=c("native-string-replace",String.prototype.replace),h=m,M=(a=/a/,r=/b*/g,m.call(a,"a"),m.call(r,"a"),0!==a.lastIndex||0!==r.lastIndex),b=s.UNSUPPORTED_Y||s.BROKEN_CARET,_=void 0!==/()??/.exec("")[1];(M||_||b||d||p)&&(h=function(t){var e,n,a,r,s,c,d,p=this,g=u(p),A=o(t),v=g.raw;if(v)return v.lastIndex=p.lastIndex,e=h.call(v,A),p.lastIndex=v.lastIndex,e;var y=g.groups,L=b&&p.sticky,w=i.call(p),C=p.source,k=0,x=A;if(L&&(-1===(w=w.replace("y","")).indexOf("g")&&(w+="g"),x=A.slice(p.lastIndex),p.lastIndex>0&&(!p.multiline||p.multiline&&"\n"!==A.charAt(p.lastIndex-1))&&(C="(?: "+C+")",x=" "+x,k++),n=new RegExp("^(?:"+C+")",w)),_&&(n=new RegExp("^"+C+"$(?!\\s)",w)),M&&(a=p.lastIndex),r=m.call(L?n:p,x),L?r?(r.input=r.input.slice(k),r[0]=r[0].slice(k),r.index=p.lastIndex,p.lastIndex+=r[0].length):p.lastIndex=0:M&&r&&(p.lastIndex=p.global?r.index+r[0].length:a),_&&r&&r.length>1&&f.call(r[0],n,(function(){for(s=1;s
',trigger:"hover focus",offset:0},k=[],x=function(){function t(e,n){var a=this;c()(this,t),i()(this,"_events",[]),i()(this,"_setTooltipNodeEvent",(function(t,e,n,r){var o=t.relatedreference||t.toElement||t.relatedTarget;return!!a._tooltipNode.contains(o)&&(a._tooltipNode.addEventListener(t.type,(function n(o){var i=o.relatedreference||o.toElement||o.relatedTarget;a._tooltipNode.removeEventListener(t.type,n),e.contains(i)||a._scheduleHide(e,r.delay,r,o)})),!0)})),n=w(w({},C),n),e.jquery&&(e=e[0]),this.show=this.show.bind(this),this.hide=this.hide.bind(this),this.reference=e,this.options=n,this._isOpen=!1,this._init()}return u()(t,[{key:"show",value:function(){this._show(this.reference,this.options)}},{key:"hide",value:function(){this._hide()}},{key:"dispose",value:function(){this._dispose()}},{key:"toggle",value:function(){return this._isOpen?this.hide():this.show()}},{key:"setClasses",value:function(t){this._classes=t}},{key:"setContent",value:function(t){this.options.title=t,this._tooltipNode&&this._setContent(t,this.options)}},{key:"setOptions",value:function(t){var e=!1,n=t&&t.classes||W.options.defaultClass;m()(this._classes,n)||(this.setClasses(n),e=!0),t=B(t);var a=!1,r=!1;for(var o in this.options.offset===t.offset&&this.options.placement===t.placement||(a=!0),(this.options.template!==t.template||this.options.trigger!==t.trigger||this.options.container!==t.container||e)&&(r=!0),t)this.options[o]=t[o];if(this._tooltipNode)if(r){var i=this._isOpen;this.dispose(),this._init(),i&&this.show()}else a&&this.popperInstance.update()}},{key:"_init",value:function(){var t="string"==typeof this.options.trigger?this.options.trigger.split(" "):[];this._isDisposed=!1,this._enableDocumentTouch=-1===t.indexOf("manual"),t=t.filter((function(t){return-1!==["click","hover","focus"].indexOf(t)})),this._setEventListeners(this.reference,t,this.options),this.$_originalTitle=this.reference.getAttribute("title"),this.reference.removeAttribute("title"),this.reference.setAttribute("data-original-title",this.$_originalTitle)}},{key:"_create",value:function(t,e){var n=this,a=window.document.createElement("div");a.innerHTML=e.trim();var r=a.childNodes[0];return r.id=this.options.ariaId||"tooltip_".concat(Math.random().toString(36).substr(2,10)),r.setAttribute("aria-hidden","true"),this.options.autoHide&&-1!==this.options.trigger.indexOf("hover")&&(r.addEventListener("mouseenter",(function(e){return n._scheduleHide(t,n.options.delay,n.options,e)})),r.addEventListener("click",(function(e){return n._scheduleHide(t,n.options.delay,n.options,e)}))),r}},{key:"_setContent",value:function(t,e){var n=this;this.asyncContent=!1,this._applyContent(t,e).then((function(){n.popperInstance&&n.popperInstance.update()}))}},{key:"_applyContent",value:function(t,e){var n=this;return new Promise((function(a,r){var o=e.html,i=n._tooltipNode;if(i){var s=i.querySelector(n.options.innerSelector);if(1===t.nodeType){if(o){for(;s.firstChild;)s.removeChild(s.firstChild);s.appendChild(t)}}else{if("function"==typeof t){var c=t();return void(c&&"function"==typeof c.then?(n.asyncContent=!0,e.loadingClass&&g(i,e.loadingClass),e.loadingContent&&n._applyContent(e.loadingContent,e),c.then((function(t){return e.loadingClass&&A(i,e.loadingClass),n._applyContent(t,e)})).then(a).catch(r)):n._applyContent(c,e).then(a).catch(r))}o?s.innerHTML=t:s.innerText=t}a()}}))}},{key:"_show",value:function(t,e){if(e&&"string"==typeof e.container&&!document.querySelector(e.container))return;clearTimeout(this._disposeTimer),delete(e=Object.assign({},e)).offset;var n=!0;this._tooltipNode&&(g(this._tooltipNode,this._classes),n=!1);var a=this._ensureShown(t,e);return n&&this._tooltipNode&&g(this._tooltipNode,this._classes),g(t,["v-tooltip-open"]),a}},{key:"_ensureShown",value:function(t,e){var n=this;if(this._isOpen)return this;if(this._isOpen=!0,k.push(this),this._tooltipNode)return this._tooltipNode.style.display="",this._tooltipNode.setAttribute("aria-hidden","false"),this.popperInstance.enableEventListeners(),this.popperInstance.update(),this.asyncContent&&this._setContent(e.title,e),this;var a=t.getAttribute("title")||e.title;if(!a)return this;var r=this._create(t,e.template);this._tooltipNode=r,t.setAttribute("aria-describedby",r.id);var o=this._findContainer(e.container,t);this._append(r,o);var i=w(w({},e.popperOptions),{},{placement:e.placement});return i.modifiers=w(w({},i.modifiers),{},{arrow:{element:this.options.arrowSelector}}),e.boundariesElement&&(i.modifiers.preventOverflow={boundariesElement:e.boundariesElement}),this.popperInstance=new d.a(t,r,i),this._setContent(a,e),requestAnimationFrame((function(){!n._isDisposed&&n.popperInstance?(n.popperInstance.update(),requestAnimationFrame((function(){n._isDisposed?n.dispose():n._isOpen&&r.setAttribute("aria-hidden","false")}))):n.dispose()})),this}},{key:"_noLongerOpen",value:function(){var t=k.indexOf(this);-1!==t&&k.splice(t,1)}},{key:"_hide",value:function(){var t=this;if(!this._isOpen)return this;this._isOpen=!1,this._noLongerOpen(),this._tooltipNode.style.display="none",this._tooltipNode.setAttribute("aria-hidden","true"),this.popperInstance&&this.popperInstance.disableEventListeners(),clearTimeout(this._disposeTimer);var e=W.options.disposeTimeout;return null!==e&&(this._disposeTimer=setTimeout((function(){t._tooltipNode&&(t._tooltipNode.removeEventListener("mouseenter",t.hide),t._tooltipNode.removeEventListener("click",t.hide),t._removeTooltipNode())}),e)),A(this.reference,["v-tooltip-open"]),this}},{key:"_removeTooltipNode",value:function(){if(this._tooltipNode){var t=this._tooltipNode.parentNode;t&&(t.removeChild(this._tooltipNode),this.reference.removeAttribute("aria-describedby")),this._tooltipNode=null}}},{key:"_dispose",value:function(){var t=this;return this._isDisposed=!0,this.reference.removeAttribute("data-original-title"),this.$_originalTitle&&this.reference.setAttribute("title",this.$_originalTitle),this._events.forEach((function(e){var n=e.func,a=e.event;t.reference.removeEventListener(a,n)})),this._events=[],this._tooltipNode?(this._hide(),this._tooltipNode.removeEventListener("mouseenter",this.hide),this._tooltipNode.removeEventListener("click",this.hide),this.popperInstance.destroy(),this.popperInstance.options.removeOnDestroy||this._removeTooltipNode()):this._noLongerOpen(),this}},{key:"_findContainer",value:function(t,e){return"string"==typeof t?t=window.document.querySelector(t):!1===t&&(t=e.parentNode),t}},{key:"_append",value:function(t,e){e.appendChild(t)}},{key:"_setEventListeners",value:function(t,e,n){var a=this,r=[],o=[];e.forEach((function(t){switch(t){case"hover":r.push("mouseenter"),o.push("mouseleave"),a.options.hideOnTargetClick&&o.push("click");break;case"focus":r.push("focus"),o.push("blur"),a.options.hideOnTargetClick&&o.push("click");break;case"click":r.push("click"),o.push("click")}})),r.forEach((function(e){var r=function(e){!0!==a._isOpen&&(e.usedByTooltip=!0,a._scheduleShow(t,n.delay,n,e))};a._events.push({event:e,func:r}),t.addEventListener(e,r)})),o.forEach((function(e){var r=function(e){!0!==e.usedByTooltip&&a._scheduleHide(t,n.delay,n,e)};a._events.push({event:e,func:r}),t.addEventListener(e,r)}))}},{key:"_onDocumentTouch",value:function(t){this._enableDocumentTouch&&this._scheduleHide(this.reference,this.options.delay,this.options,t)}},{key:"_scheduleShow",value:function(t,e,n){var a=this,r=e&&e.show||e||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout((function(){return a._show(t,n)}),r)}},{key:"_scheduleHide",value:function(t,e,n,a){var r=this,o=e&&e.hide||e||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout((function(){if(!1!==r._isOpen&&r._tooltipNode.ownerDocument.body.contains(r._tooltipNode)){if("mouseleave"===a.type)if(r._setTooltipNodeEvent(a,t,e,n))return;r._hide(t,n)}}),o)}}]),t}();function T(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);e&&(a=a.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,a)}return n}function z(t){for(var e=1;e
',defaultArrowSelector:".tooltip-arrow, .tooltip__arrow",defaultInnerSelector:".tooltip-inner, .tooltip__inner",defaultDelay:0,defaultTrigger:"hover focus",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultLoadingClass:"tooltip-loading",defaultLoadingContent:"...",autoHide:!0,defaultHideOnTargetClick:!0,disposeTimeout:5e3,popover:{defaultPlacement:"bottom",defaultClass:"vue-popover-theme",defaultBaseClass:"tooltip popover",defaultWrapperClass:"wrapper",defaultInnerClass:"tooltip-inner popover-inner",defaultArrowClass:"tooltip-arrow popover-arrow",defaultOpenClass:"open",defaultDelay:0,defaultTrigger:"click",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultAutoHide:!0,defaultHandleResize:!0}};function B(t){var e={placement:void 0!==t.placement?t.placement:W.options.defaultPlacement,delay:void 0!==t.delay?t.delay:W.options.defaultDelay,html:void 0!==t.html?t.html:W.options.defaultHtml,template:void 0!==t.template?t.template:W.options.defaultTemplate,arrowSelector:void 0!==t.arrowSelector?t.arrowSelector:W.options.defaultArrowSelector,innerSelector:void 0!==t.innerSelector?t.innerSelector:W.options.defaultInnerSelector,trigger:void 0!==t.trigger?t.trigger:W.options.defaultTrigger,offset:void 0!==t.offset?t.offset:W.options.defaultOffset,container:void 0!==t.container?t.container:W.options.defaultContainer,boundariesElement:void 0!==t.boundariesElement?t.boundariesElement:W.options.defaultBoundariesElement,autoHide:void 0!==t.autoHide?t.autoHide:W.options.autoHide,hideOnTargetClick:void 0!==t.hideOnTargetClick?t.hideOnTargetClick:W.options.defaultHideOnTargetClick,loadingClass:void 0!==t.loadingClass?t.loadingClass:W.options.defaultLoadingClass,loadingContent:void 0!==t.loadingContent?t.loadingContent:W.options.defaultLoadingContent,popperOptions:z({},void 0!==t.popperOptions?t.popperOptions:W.options.defaultPopperOptions)};if(e.offset){var n=r()(e.offset),a=e.offset;("number"===n||"string"===n&&-1===a.indexOf(","))&&(a="0, ".concat(a)),e.popperOptions.modifiers||(e.popperOptions.modifiers={}),e.popperOptions.modifiers.offset={offset:a}}return e.trigger&&-1!==e.trigger.indexOf("click")&&(e.hideOnTargetClick=!1),e}function E(t,e){for(var n=t.placement,a=0;a2&&void 0!==arguments[2]?arguments[2]:{},a=D(e),o=void 0!==e.classes?e.classes:W.options.defaultClass,i=z({title:a},B(z(z({},"object"===r()(e)?e:{}),{},{placement:E(e,n)}))),s=t._tooltip=new x(t,i);s.setClasses(o),s._vueEl=t;var c=void 0!==e.targetClasses?e.targetClasses:W.options.defaultTargetClass;return t._tooltipTargetClasses=c,g(t,c),s}function j(t){t._tooltip&&(t._tooltip.dispose(),delete t._tooltip,delete t._tooltipOldShow),t._tooltipTargetClasses&&(A(t,t._tooltipTargetClasses),delete t._tooltipTargetClasses)}function P(t,e){var n=e.value;e.oldValue;var a,r=e.modifiers,o=D(n);o&&O.enabled?(t._tooltip?((a=t._tooltip).setContent(o),a.setOptions(z(z({},n),{},{placement:E(n,r)}))):a=Y(t,n,r),void 0!==n.show&&n.show!==t._tooltipOldShow&&(t._tooltipOldShow=n.show,n.show?a.show():a.hide())):j(t)}var W={options:N,bind:P,update:P,unbind:function(t){j(t)}};function q(t){t.addEventListener("click",F),t.addEventListener("touchstart",H,!!v&&{passive:!0})}function R(t){t.removeEventListener("click",F),t.removeEventListener("touchstart",H),t.removeEventListener("touchend",I),t.removeEventListener("touchcancel",X)}function F(t){var e=t.currentTarget;t.closePopover=!e.$_vclosepopover_touch,t.closeAllPopover=e.$_closePopoverModifiers&&!!e.$_closePopoverModifiers.all}function H(t){if(1===t.changedTouches.length){var e=t.currentTarget;e.$_vclosepopover_touch=!0;var n=t.changedTouches[0];e.$_vclosepopover_touchPoint=n,e.addEventListener("touchend",I),e.addEventListener("touchcancel",X)}}function I(t){var e=t.currentTarget;if(e.$_vclosepopover_touch=!1,1===t.changedTouches.length){var n=t.changedTouches[0],a=e.$_vclosepopover_touchPoint;t.closePopover=Math.abs(n.screenY-a.screenY)<20&&Math.abs(n.screenX-a.screenX)<20,t.closeAllPopover=e.$_closePopoverModifiers&&!!e.$_closePopoverModifiers.all}}function X(t){t.currentTarget.$_vclosepopover_touch=!1}var U={bind:function(t,e){var n=e.value,a=e.modifiers;t.$_closePopoverModifiers=a,(void 0===n||n)&&q(t)},update:function(t,e){var n=e.value,a=e.oldValue,r=e.modifiers;t.$_closePopoverModifiers=r,n!==a&&(void 0===n||n?q(t):R(t))},unbind:function(t){R(t)}};function $(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);e&&(a=a.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,a)}return n}function G(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},n=e.event;e.skipDelay;var a=e.force,r=void 0!==a&&a;!r&&this.disabled||(this.$_scheduleShow(n),this.$emit("show")),this.$emit("update:open",!0),this.$_beingShowed=!0,requestAnimationFrame((function(){t.$_beingShowed=!1}))},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.event;t.skipDelay,this.$_scheduleHide(e),this.$emit("hide"),this.$emit("update:open",!1)},dispose:function(){if(this.$_isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.popperInstance&&(this.popperInstance.destroy(),!this.popperInstance.options.removeOnDestroy)){var t=this.$refs.popover;t.parentNode&&t.parentNode.removeChild(t)}this.$_mounted=!1,this.popperInstance=null,this.isOpen=!1,this.$emit("dispose")},$_init:function(){-1===this.trigger.indexOf("manual")&&this.$_addEventListeners()},$_show:function(){var t=this,e=this.$refs.trigger,n=this.$refs.popover;if(clearTimeout(this.$_disposeTimer),!this.isOpen){if(this.popperInstance&&(this.isOpen=!0,this.popperInstance.enableEventListeners(),this.popperInstance.scheduleUpdate()),!this.$_mounted){var a=this.$_findContainer(this.container,e);if(!a)return void console.warn("No container for popover",this);a.appendChild(n),this.$_mounted=!0,this.isOpen=!1,this.popperInstance&&requestAnimationFrame((function(){t.hidden||(t.isOpen=!0)}))}if(!this.popperInstance){var r=G(G({},this.popperOptions),{},{placement:this.placement});if(r.modifiers=G(G({},r.modifiers),{},{arrow:G(G({},r.modifiers&&r.modifiers.arrow),{},{element:this.$refs.arrow})}),this.offset){var o=this.$_getOffset();r.modifiers.offset=G(G({},r.modifiers&&r.modifiers.offset),{},{offset:o})}this.boundariesElement&&(r.modifiers.preventOverflow=G(G({},r.modifiers&&r.modifiers.preventOverflow),{},{boundariesElement:this.boundariesElement})),this.popperInstance=new d.a(e,n,r),requestAnimationFrame((function(){if(t.hidden)return t.hidden=!1,void t.$_hide();!t.$_isDisposed&&t.popperInstance?(t.popperInstance.scheduleUpdate(),requestAnimationFrame((function(){if(t.hidden)return t.hidden=!1,void t.$_hide();t.$_isDisposed?t.dispose():t.isOpen=!0}))):t.dispose()}))}var i=this.openGroup;if(i)for(var s,c=0;c1&&void 0!==arguments[1]&&arguments[1];if(clearTimeout(this.$_scheduleTimer),t)this.$_show();else{var e=parseInt(this.delay&&this.delay.show||this.delay||0);this.$_scheduleTimer=setTimeout(this.$_show.bind(this),e)}},$_scheduleHide:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(clearTimeout(this.$_scheduleTimer),n)this.$_hide();else{var a=parseInt(this.delay&&this.delay.hide||this.delay||0);this.$_scheduleTimer=setTimeout((function(){if(t.isOpen){if(e&&"mouseleave"===e.type)if(t.$_setTooltipNodeEvent(e))return;t.$_hide()}}),a)}},$_setTooltipNodeEvent:function(t){var e=this,n=this.$refs.trigger,a=this.$refs.popover,r=t.relatedreference||t.toElement||t.relatedTarget;return!!a.contains(r)&&(a.addEventListener(t.type,(function r(o){var i=o.relatedreference||o.toElement||o.relatedTarget;a.removeEventListener(t.type,r),n.contains(i)||e.hide({event:o})})),!0)},$_removeEventListeners:function(){var t=this.$refs.trigger;this.$_events.forEach((function(e){var n=e.func,a=e.event;t.removeEventListener(a,n)})),this.$_events=[]},$_updatePopper:function(t){this.popperInstance&&(t(),this.isOpen&&this.popperInstance.scheduleUpdate())},$_restartPopper:function(){if(this.popperInstance){var t=this.isOpen;this.dispose(),this.$_isDisposed=!1,this.$_init(),t&&this.show({skipDelay:!0,force:!0})}},$_handleGlobalClose:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.$_beingShowed||(this.hide({event:t}),t.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),n&&(this.$_preventOpen=!0,setTimeout((function(){e.$_preventOpen=!1}),300)))},$_handleResize:function(){this.isOpen&&this.popperInstance&&(this.popperInstance.scheduleUpdate(),this.$emit("resize"))}}};function tt(t){for(var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=function(n){var a=J[n];if(a.$refs.popover){var r=a.$refs.popover.contains(t.target);requestAnimationFrame((function(){(t.closeAllPopover||t.closePopover&&r||a.autoHide&&!r)&&a.$_handleGlobalClose(t,e)}))}},a=0;a1&&void 0!==arguments[1]?arguments[1]:{};if(!ot.installed){ot.installed=!0;var n={};M()(n,N,e),lt.options=n,W.options=n,t.directive("tooltip",W),t.directive("close-popover",U),t.component("VPopover",rt)}}!function(t,e){void 0===e&&(e={});var n=e.insertAt;if(t&&"undefined"!=typeof document){var a=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===n&&a.firstChild?a.insertBefore(r,a.firstChild):a.appendChild(r),r.styleSheet?r.styleSheet.cssText=t:r.appendChild(document.createTextNode(t))}}(".resize-observer[data-v-8859cc6c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-8859cc6c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}");var it=W,st=U,ct=rt,lt={install:ot,get enabled(){return O.enabled},set enabled(t){O.enabled=t}},ut=null;"undefined"!=typeof window?ut=window.Vue:void 0!==t&&(ut=t.Vue),ut&&ut.use(lt),e.default=lt}.call(this,n(9))},function(t,e,n){var a=n(24)(n(15),"Map");t.exports=a},function(t,e,n){var a=n(38),r=n(25);t.exports=function(t){if(!r(t))return!1;var e=a(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},function(t,e,n){var a=n(15).Symbol;t.exports=a},function(t,e,n){(function(t){var a=n(15),r=n(439),o=e&&!e.nodeType&&e,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,s=i&&i.exports===o?a.Buffer:void 0,c=(s?s.isBuffer:void 0)||r;t.exports=c}).call(this,n(56)(t))},function(t,e,n){var a=n(440),r=n(441),o=n(442),i=o&&o.isTypedArray,s=i?r(i):a;t.exports=s},function(t,e){var n=Object.prototype;t.exports=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||n)}},function(t,e,n){var a=n(152);t.exports=function(t,e,n){"__proto__"==e&&a?a(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},function(t,e){var n=Number.MAX_SAFE_INTEGER||9007199254740991;t.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:n,MAX_SAFE_COMPONENT_LENGTH:16}},function(t,e){t.exports={}},function(t,e,n){"use strict";e.__esModule=!0,e.AMPERSAND=e.CLOSEPAREN=e.CLOSEANGLEBRACKET=e.CLOSEBRACKET=e.CLOSEBRACE=e.OPENPAREN=e.OPENANGLEBRACKET=e.OPENBRACKET=e.OPENBRACE=e.WS=e.TLD=e.SYM=e.UNDERSCORE=e.SLASH=e.MAILTO=e.PROTOCOL=e.QUERY=e.POUND=e.PLUS=e.NUM=e.NL=e.LOCALHOST=e.PUNCTUATION=e.DOT=e.COLON=e.AT=e.DOMAIN=e.Base=void 0;var a=n(166),r=n(58),o=(0,a.createTokenClass)();function i(t){var e=t?{v:t}:{};return(0,r.inherits)(o,(0,a.createTokenClass)(),e)}o.prototype={toString:function(){return this.v+""}};var s=i(),c=i("@"),l=i(":"),u=i("."),d=i(),p=i(),m=i("\n"),f=i(),h=i("+"),M=i("#"),b=i(),_=i("mailto:"),g=i("?"),A=i("/"),v=i("_"),y=i(),L=i(),w=i(),C=i("{"),k=i("["),x=i("<"),T=i("("),z=i("}"),O=i("]"),S=i(">"),N=i(")"),B=i("&");e.Base=o,e.DOMAIN=s,e.AT=c,e.COLON=l,e.DOT=u,e.PUNCTUATION=d,e.LOCALHOST=p,e.NL=m,e.NUM=f,e.PLUS=h,e.POUND=M,e.QUERY=g,e.PROTOCOL=b,e.MAILTO=_,e.SLASH=A,e.UNDERSCORE=v,e.SYM=y,e.TLD=L,e.WS=w,e.OPENBRACE=C,e.OPENBRACKET=k,e.OPENANGLEBRACKET=x,e.OPENPAREN=T,e.CLOSEBRACE=z,e.CLOSEBRACKET=O,e.CLOSEANGLEBRACKET=S,e.CLOSEPAREN=N,e.AMPERSAND=B},function(t,e,n){var a=n(59),r=n(511),o=n(95),i=n(96),s=n(99),c=n(33),l=n(169),u=Object.getOwnPropertyDescriptor;e.f=a?u:function(t,e){if(t=i(t),e=s(e,!0),l)try{return u(t,e)}catch(t){}if(c(t,e))return o(!r.f.call(t,e),t[e])}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var a=n(168),r=n(98);t.exports=function(t){return a(r(t))}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var a=n(26);t.exports=function(t,e){if(!a(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!a(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!a(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!a(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var a=n(59),r=n(169),o=n(170),i=n(99),s=Object.defineProperty;e.f=a?s:function(t,e,n){if(o(t),e=i(e,!0),o(n),r)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var a=n(14),r=n(60);t.exports=function(t,e){try{r(a,t,e)}catch(n){a[t]=e}return e}},function(t,e,n){var a=n(98);t.exports=function(t){return Object(a(t))}},function(t,e,n){var a=n(16),r=n(40),o=n(185),i=r("species");t.exports=function(t){return o>=51||!a((function(){var e=[];return(e.constructor={})[i]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,n){window,t.exports=function(t){var e={};function n(a){if(e[a])return e[a].exports;var r=e[a]={i:a,l:!1,exports:{}};return t[a].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,a){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(a,r,function(e){return t[e]}.bind(null,r));return a},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=0)}([function(t,e,n){"use strict";function a(){return"undefined"==typeof OC?Promise.reject(new Error("OC not defined")):void 0===OC.PasswordConfirmation?Promise.reject(new Error("OC.PasswordConfirmation not defined")):OC.PasswordConfirmation.requiresPasswordConfirmation()?new Promise((function(t,e){OC.PasswordConfirmation.requirePasswordConfirmation(t,{},e)})):Promise.resolve()}n.r(e),n.d(e,"default",(function(){return a}))}])},function(t,e,n){"use strict";(function(t){ /**! * @fileOverview Kickass library to create and place poppers near their reference elements. * @version 1.16.1 -- cgit v1.2.3