2019-06-03 10:44:03 +00:00
! function ( t ) { var e = { } ; function n ( r ) { if ( e [ r ] ) return e [ r ] . exports ; var i = e [ r ] = { i : r , l : ! 1 , exports : { } } ; return t [ r ] . call ( i . exports , i , i . exports , n ) , i . l = ! 0 , i . exports } n . m = t , n . c = e , n . d = function ( t , e , r ) { n . o ( t , e ) || Object . defineProperty ( t , e , { enumerable : ! 0 , get : r } ) } , 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 r = Object . create ( null ) ; if ( n . r ( r ) , Object . defineProperty ( r , "default" , { enumerable : ! 0 , value : t } ) , 2 & e && "string" != typeof t ) for ( var i in t ) n . d ( r , i , function ( e ) { return t [ e ] } . bind ( null , i ) ) ; return r } , 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 = "/js/" , n ( n . s = 17 ) } ( [ function ( t , e ) { var n ; n = function ( ) { return this } ( ) ; try { n = n || new Function ( "return this" ) ( ) } catch ( t ) { "object" == typeof window && ( n = window ) } t . exports = n } , function ( t , e , n ) { var r = n ( 13 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) ; var i = { hmr : ! 0 , transform : void 0 , insertInto : void 0 } ; n ( 6 ) ( r , i ) ; r . locals && ( t . exports = r . locals ) } , function ( t , e , n ) { var r = n ( 16 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) ; var i = { hmr : ! 0 , transform : void 0 , insertInto : void 0 } ; n ( 6 ) ( r , i ) ; r . locals && ( t . exports = r . locals ) } , function ( t , e , n ) { "use strict" ; ( function ( t , n ) {
2019-05-17 07:49:47 +00:00
/ * !
2019-06-03 10:44:03 +00:00
* Vue . js v2 . 5.17
* ( c ) 2014 - 2018 Evan You
2019-05-17 07:49:47 +00:00
* Released under the MIT License .
* /
2019-06-03 10:44:03 +00:00
var r = Object . freeze ( { } ) ; function i ( t ) { return null == t } function o ( t ) { return null != t } function a ( t ) { return ! 0 === t } function s ( t ) { return "string" == typeof t || "number" == typeof t || "symbol" == typeof t || "boolean" == typeof t } function u ( t ) { return null !== t && "object" == typeof t } var c = Object . prototype . toString ; function l ( t ) { return "[object Object]" === c . call ( t ) } function f ( t ) { return "[object RegExp]" === c . call ( t ) } function p ( t ) { var e = parseFloat ( String ( t ) ) ; return e >= 0 && Math . floor ( e ) === e && isFinite ( t ) } function d ( t ) { return null == t ? "" : "object" == typeof t ? JSON . stringify ( t , null , 2 ) : String ( t ) } function h ( t ) { var e = parseFloat ( t ) ; return isNaN ( e ) ? t : e } function v ( t , e ) { for ( var n = Object . create ( null ) , r = t . split ( "," ) , i = 0 ; i < r . length ; i ++ ) n [ r [ i ] ] = ! 0 ; return e ? function ( t ) { return n [ t . toLowerCase ( ) ] } : function ( t ) { return n [ t ] } } v ( "slot,component" , ! 0 ) ; var m = v ( "key,ref,slot,slot-scope,is" ) ; function g ( t , e ) { if ( t . length ) { var n = t . indexOf ( e ) ; if ( n > - 1 ) return t . splice ( n , 1 ) } } var y = Object . prototype . hasOwnProperty ; function b ( t , e ) { return y . call ( t , e ) } function _ ( t ) { var e = Object . create ( null ) ; return function ( n ) { return e [ n ] || ( e [ n ] = t ( n ) ) } } var w = /-(\w)/g , x = _ ( function ( t ) { return t . replace ( w , function ( t , e ) { return e ? e . toUpperCase ( ) : "" } ) } ) , S = _ ( function ( t ) { return t . charAt ( 0 ) . toUpperCase ( ) + t . slice ( 1 ) } ) , O = /\B([A-Z])/g , C = _ ( function ( t ) { return t . replace ( O , "-$1" ) . toLowerCase ( ) } ) ; var k = Function . prototype . bind ? function ( t , e ) { return t . bind ( e ) } : function ( t , e ) { function n ( n ) { var r = arguments . length ; return r ? r > 1 ? t . apply ( e , arguments ) : t . call ( e , n ) : t . call ( e ) } return n . _length = t . length , n } ; function E ( t , e ) { e = e || 0 ; for ( var n = t . length - e , r = new Array ( n ) ; n -- ; ) r [ n ] = t [ n + e ] ; return r } function T ( t , e ) { for ( var n in e ) t [ n ] = e [ n ] ; return t } function A ( t ) { for ( var e = { } , n = 0 ; n < t . length ; n ++ ) t [ n ] && T ( e , t [ n ] ) ; return e } function D ( t , e , n ) { } var M = function ( t , e , n ) { return ! 1 } , N = function ( t ) { return t } ; function $ ( t , e ) { if ( t === e ) return ! 0 ; var n = u ( t ) , r = u ( e ) ; if ( ! n || ! r ) return ! n && ! r && String ( t ) === String ( e ) ; try { var i = Array . isArray ( t ) , o = Array . isArray ( e ) ; if ( i && o ) return t . length === e . length && t . every ( function ( t , n ) { return $ ( t , e [ n ] ) } ) ; if ( i || o ) return ! 1 ; var a = Object . keys ( t ) , s = Object . keys ( e ) ; return a . length === s . length && a . every ( function ( n ) { return $ ( t [ n ] , e [ n ] ) } ) } catch ( t ) { return ! 1 } } function P ( t , e ) { for ( var n = 0 ; n < t . length ; n ++ ) if ( $ ( t [ n ] , e ) ) return n ; return - 1 } function L ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , t . apply ( this , arguments ) ) } } var j = "data-server-rendered" , I = [ "component" , "directive" , "filter" ] , F = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" ] , R = { optionMergeStrategies : Object . create ( null ) , silent : ! 1 , productionTip : ! 1 , devtools : ! 1 , performance : ! 1 , errorHandler : null , warnHandler : null , ignoredElements : [ ] , keyCodes : Object . create ( null ) , isReservedTag : M , isReservedAttr : M , isUnknownElement : M , getTagNamespace : D , parsePlatformTagName : N , mustUseProp : M , _lifecycleHooks : F } ; function U ( t , e , n , r ) { Object . defineProperty ( t , e , { value : n , enumerable : ! ! r , writable : ! 0 , configurable : ! 0 } ) } var B = /[^\w.$]/ ; var V , H = "__proto__" in { } , z = "undefined" != typeof window , W = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , Y = W && WXEnvironment . platform . toLowerCase ( ) , G = z && window . navigator . userAgent . toLowerCase ( ) , q = G && /msie|trident/ . test ( G ) , J = G && G . indexOf ( "msie 9.0" ) > 0 , K = G && G . indexOf ( "edge/" ) > 0 , X = ( G && G . indexOf ( "android" ) , G && /iphone|ipad|ipod|ios/ . test ( G ) || "ios" === Y ) , Z = ( G && /chrome\/\d+/ . test ( G ) , { } . watch ) , Q = ! 1 ; if ( z ) try { var tt = { } ; Object . defineProperty ( tt , "passive" , { get : function ( ) { Q = ! 0 } } ) , window . addEventListener ( "test-passive" , null , tt ) } catch ( t ) { } var et = function ( ) { return void 0 === V && ( V = ! z && ! W && void 0 !== t && "server" === t . process . env . VUE _ENV ) , V } , nt = z && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function rt ( t ) { return "function" == typeof t && /native code/ . test ( t . toString ( ) ) } var it , ot = "undefined" != typeof Symbol && rt ( Symbol ) && "undefined" != typeof Reflect && rt ( Reflect . ownKeys ) ; it = "undefined" != typeof Set && rt ( Set ) ? Set : function ( ) { function t ( ) { this . set = Object . create ( null ) } return t . prototype . has = function ( t ) { return ! 0 === this . set [ t ] } , t . prototype . add = function ( t ) { this . set [ t ] = ! 0 } , t . prototype . clear = function ( ) { this . set = Object . create ( null ) } , t } ( ) ; var at = D , st = 0 , ut = function ( ) { this . id = st ++ , t
2018-11-19 09:26:04 +00:00
/ * * !
* @ fileOverview Kickass library to create and place poppers near their reference elements .
2019-06-03 10:44:03 +00:00
* @ version 1.14 . 3
2018-11-19 09:26:04 +00:00
* @ license
* Copyright ( c ) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted , free of charge , to any person obtaining a copy
* of this software and associated documentation files ( the "Software" ) , to deal
* in the Software without restriction , including without limitation the rights
* to use , copy , modify , merge , publish , distribute , sublicense , and / or sell
* copies of the Software , and to permit persons to whom the Software is
* furnished to do so , subject to the following conditions :
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software .
*
* THE SOFTWARE IS PROVIDED "AS IS" , WITHOUT WARRANTY OF ANY KIND , EXPRESS OR
* IMPLIED , INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY ,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT . IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM , DAMAGES OR OTHER
* LIABILITY , WHETHER IN AN ACTION OF CONTRACT , TORT OR OTHERWISE , ARISING FROM ,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE .
* /
2019-06-03 10:44:03 +00:00
var r = "undefined" != typeof window && "undefined" != typeof document , i = [ "Edge" , "Trident" , "Firefox" ] , o = 0 , a = 0 ; a < i . length ; a += 1 ) if ( r && navigator . userAgent . indexOf ( i [ a ] ) >= 0 ) { o = 1 ; break } var s = r && window . Promise ? function ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , window . Promise . resolve ( ) . then ( function ( ) { e = ! 1 , t ( ) } ) ) } } : function ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , setTimeout ( function ( ) { e = ! 1 , t ( ) } , o ) ) } } ; function u ( t ) { return t && "[object Function]" === { } . toString . call ( t ) } function c ( t , e ) { if ( 1 !== t . nodeType ) return [ ] ; var n = getComputedStyle ( t , null ) ; return e ? n [ e ] : n } function l ( t ) { return "HTML" === t . nodeName ? t : t . parentNode || t . host } function f ( t ) { if ( ! t ) return document . body ; switch ( t . nodeName ) { case "HTML" : case "BODY" : return t . ownerDocument . body ; case "#document" : return t . body } var e = c ( t ) , n = e . overflow , r = e . overflowX , i = e . overflowY ; return /(auto|scroll|overlay)/ . test ( n + i + r ) ? t : f ( l ( t ) ) } var p = r && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , d = r && /MSIE 10/ . test ( navigator . userAgent ) ; function h ( t ) { return 11 === t ? p : 10 === t ? d : p || d } function v ( t ) { if ( ! t ) return document . documentElement ; for ( var e = h ( 10 ) ? document . body : null , n = t . offsetParent ; n === e && t . nextElementSibling ; ) n = ( t = t . nextElementSibling ) . offsetParent ; var r = n && n . nodeName ; return r && "BODY" !== r && "HTML" !== r ? - 1 !== [ "TD" , "TABLE" ] . indexOf ( n . nodeName ) && "static" === c ( n , "position" ) ? v ( n ) : n : t ? t . ownerDocument . documentElement : document . documentElement } function m ( t ) { return null !== t . parentNode ? m ( t . parentNode ) : t } function g ( t , e ) { if ( ! ( t && t . nodeType && e && e . nodeType ) ) return document . documentElement ; var n = t . compareDocumentPosition ( e ) & Node . DOCUMENT _POSITION _FOLLOWING , r = n ? t : e , i = n ? e : t , o = document . createRange ( ) ; o . setStart ( r , 0 ) , o . setEnd ( i , 0 ) ; var a = o . commonAncestorContainer ; if ( t !== a && e !== a || r . contains ( i ) ) return function ( t ) { var e = t . nodeName ; return "BODY" !== e && ( "HTML" === e || v ( t . firstElementChild ) === t ) } ( a ) ? a : v ( a ) ; var s = m ( t ) ; return s . host ? g ( s . host , e ) : g ( t , m ( e ) . host ) } function y ( t ) { var e = "top" === ( arguments . length > 1 && void 0 !== arguments [ 1 ] ? arguments [ 1 ] : "top" ) ? "scrollTop" : "scrollLeft" , n = t . nodeName ; if ( "BODY" === n || "HTML" === n ) { var r = t . ownerDocument . documentElement ; return ( t . ownerDocument . scrollingElement || r ) [ e ] } return t [ e ] } function b ( t , e ) { var n = "x" === e ? "Left" : "Top" , r = "Left" === n ? "Right" : "Bottom" ; return parseFloat ( t [ "border" + n + "Width" ] , 10 ) + parseFloat ( t [ "border" + r + "Width" ] , 10 ) } function _ ( t , e , n , r ) { return Math . max ( e [ "offset" + t ] , e [ "scroll" + t ] , n [ "client" + t ] , n [ "offset" + t ] , n [ "scroll" + t ] , h ( 10 ) ? n [ "offset" + t ] + r [ "margin" + ( "Height" === t ? "Top" : "Left" ) ] + r [ "margin" + ( "Height" === t ? "Bottom" : "Right" ) ] : 0 ) } function w ( ) { var t = document . body , e = document . documentElement , n = h ( 10 ) && getComputedStyle ( e ) ; return { height : _ ( "Height" , t , e , n ) , width : _ ( "Width" , t , e , n ) } } var x = function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } , S = function ( ) { function t ( t , e ) { for ( var n = 0 ; n < e . length ; n ++ ) { var r = e [ n ] ; r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( t , r . key , r ) } } return function ( e , n , r ) { return n && t ( e . prototype , n ) , r && t ( e , r ) , e } } ( ) , O = function ( t , e , n ) { return e in t ? Object . defineProperty ( t , e , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : t [ e ] = n , t } , C = Object . assign || function ( t ) { for ( var e = 1 ; e < arguments . length ; e ++ ) { var n = arguments [ e ] ; for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( t [ r ] = n [ r ] ) } return t } ; function k ( t ) { return C ( { } , t , { right : t . left + t . width , bottom : t . top + t . height } ) } function E ( t ) { var e = { } ; try { if ( h ( 10 ) ) { e = t . getBoundingClientRect ( ) ; var n = y ( t , "top" ) , r = y ( t , "left" ) ; e . top += n , e . left += r , e . bottom += n , e . right += r } else e = t . getBoundingClientRect ( ) } catch ( t ) { } var i = { left : e . left , top : e . top , width : e . right - e . left , height : e . bottom - e . top } , o = "HTML" === t . nodeName ? w ( ) : { } , a = o . width || t . clientWidth || i . right - i . left , s = o . height || t . clientHeight || i . bottom - i . top , u = t . offsetWidth - a , l = t . offsetHeight - s ; if ( u || l ) { var f = c ( t ) ; u -= b ( f , "x" ) , l -= b ( f , "y" ) , i . width -= u , i . height -= l } return k ( i ) } function T ( t , e ) { var n = arguments . length > 2 && void 0 !== arguments [ 2 ] && arguments [ 2 ] , r = h ( 10 ) , i = "HTML" === e . nodeName , o = E ( t ) , a = E ( e ) , s = f ( t ) , u = c ( e ) , l = parseFloat ( u . borderTopWidth , 10 ) , p = parseFloat ( u . borderLeftWidth , 10 ) ; n && "HTML" === e . nodeName && ( a . top = Math . max ( a . top , 0 ) , a . left = Math . max ( a . left , 0 ) ) ; var
/ * !
* Determine if an object is a Buffer
2019-02-27 13:23:40 +00:00
*
2019-06-03 10:44:03 +00:00
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /t.exports=function(t){return null!=t&&(n(t)||function(t){return"function"==typeof t.readFloatLE&&"function"==typeof t.slice&&n(t.slice(0,0))}(t)||!!t._isBuffer)}},function(t,e,n){"use strict";var r=n(16),i=n(304),o=n(306),a=n(307),s=n(308),u=n(124),c="undefined"!=typeof window&&window.btoa&&window.btoa.bind(window)||n(309);t.exports=function(t){return new Promise(function(e,l){var f=t.data,p=t.headers;r.isFormData(f)&&delete p["Content-Type"];var d=new XMLHttpRequest,h="onreadystatechange",v=!1;if("undefined"==typeof window||!window.XDomainRequest||"withCredentials"in d||s(t.url)||(d=new window.XDomainRequest,h="onload",v=!0,d.onprogress=function(){},d.ontimeout=function(){}),t.auth){var m=t.auth.username||"",g=t.auth.password||"";p.Authorization="Basic "+c(m+":"+g)}if(d.open(t.method.toUpperCase(),o(t.url,t.params,t.paramsSerializer),!0),d.timeout=t.timeout,d[h]=function(){if(d&&(4===d.readyState||v)&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in d?a(d.getAllResponseHeaders()):null,r={data:t.responseType&&"text"!==t.responseType?d.response:d.responseText,status:1223===d.status?204:d.status,statusText:1223===d.status?"No Content":d.statusText,headers:n,config:t,request:d};i(e,l,r),d=null}},d.onerror=function(){l(u("Network Error",t,null,d)),d=null},d.ontimeout=function(){l(u("timeout of "+t.timeout+"ms exceeded",t,"ECONNABORTED",d)),d=null},r.isStandardBrowserEnv()){var y=n(310),b=(t.withCredentials||s(t.url))&&t.xsrfCookieName?y.read(t.xsrfCookieName):void 0;b&&(p[t.xsrfHeaderName]=b)}if("setRequestHeader"in d&&r.forEach(p,function(t,e){void 0===f&&"content-type"===e.toLowerCase()?delete p[e]:d.setRequestHeader(e,t)}),t.withCredentials&&(d.withCredentials=!0),t.responseType)try{d.responseType=t.responseType}catch(e){if("json"!==t.responseType)throw e}"function"==typeof t.onDownloadProgress&&d.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then(function(t){d&&(d.abort(),l(t),d=null)}),void 0===f&&(f=null),d.send(f)})}},function(t,e,n){"use strict";var r=n(305);t.exports=function(t,e,n,i,o){var a=new Error(t);return r(a,e,n,i,o)}},function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},function(t,e){var n={utf8:{stringToBytes:function(t){return n.bin.stringToBytes(unescape(encodeURIComponent(t)))},bytesToString:function(t){return decodeURIComponent(escape(n.bin.bytesToString(t)))}},bin:{stringToBytes:function(t){for(var e=[],n=0;n<t.length;n++)e.push(255&t.charCodeAt(n));return e},bytesToString:function(t){for(var e=[],n=0;n<t.length;n++)e.push(String.fromCharCode(t[n]));return e.join("")}}};t.exports=n},function(t,e,n){t.exports=function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="/ ",e(e.s=60)}([function(t,e){var n=t.exports=" undefined "!=typeof window&&window.Math==Math?window:" undefined "!=typeof self&&self.Math==Math?self:Function(" return this ")();" number "==typeof __g&&(__g=n)},function(t,e,n){var r=n(49)(" wks "),i=n(30),o=n(0).Symbol,a=" function "==typeof o;(t.exports=function(t){return r[t]||(r[t]=a&&o[t]||(a?o:i)(" Symbol . "+t))}).store=r},function(t,e,n){var r=n(5);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object ! " ) ; return t } } , function ( t , e , n ) { var r = n ( 0 ) , i = n ( 10 ) , o = n ( 8 ) , a = n ( 6 ) , s = n ( 11 ) , u = function ( t , e , n ) { var c , l , f , p , d = t & u . F , h = t & u . G , v = t & u . S , m = t & u . P , g = t & u . B , y = h ? r : v ? r [ e ] || ( r [ e ] = { } ) : ( r [ e ] ||
2019-05-17 07:49:47 +00:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-03 10:44:03 +00:00
* / v . o p t i o n s . _ _ f i l e = " s r c / c o m p o n e n t s / A p p N a v i g a t i o n / A p p N a v i g a t i o n I t e m . v u e " ; v a r m = u ( { n a m e : " A p p N a v i g a t i o n " , c o m p o n e n t s : { A p p N a v i g a t i o n I t e m : v . e x p o r t s } , d i r e c t i v e s : { C l i c k O u t s i d e : h . a } , p r o p s : { m e n u : { t y p e : O b j e c t , r e q u i r e d : ! 0 , d e f a u l t : f u n c t i o n ( ) { r e t u r n { n e w : { i d : " n e w - i t e m " , a c t i o n : f u n c t i o n ( ) { r e t u r n a l e r t ( " S u c c e s s ! " ) } , i c o n : " i c o n - a d d " , t e x t : " N e w i t e m " } , i t e m s : [ ] } } } } , d a t a : f u n c t i o n ( ) { r e t u r n { o p e n e d : ! 1 } } , m e t h o d s : { t o g g l e M e n u : f u n c t i o n ( ) { t h i s . o p e n e d = ! t h i s . o p e n e d } , c l o s e M e n u : f u n c t i o n ( ) { t h i s . o p e n e d = ! 1 } } } , i , [ ] , ! 1 , n u l l , n u l l , n u l l ) ; m . o p t i o n s . _ _ f i l e = " s r c / c o m p o n e n t s / A p p N a v i g a t i o n / A p p N a v i g a t i o n . v u e " ; v a r g = m . e x p o r t s , y = f u n c t i o n ( t ) { t . m o u n t e d ? A r r a y . i s A r r a y ( t . m o u n t e d ) | | ( t . m o u n t e d = [ t . m o u n t e d ] ) : t . m o u n t e d = [ ] , t . m o u n t e d . p u s h ( f u n c t i o n ( ) { t h i s . $ e l . s e t A t t r i b u t e ( " d a t a - v - " . c o n c a t ( " d 0 1 d d 4 9 " ) , " " ) } ) } , b = n ( 4 9 ) , _ = n . n ( b ) ;
2019-05-17 07:49:47 +00:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-03 10:44:03 +00:00
* / n ( 2 9 7 ) ,
2019-05-17 07:49:47 +00:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-02-27 13:23:40 +00:00
* /
2019-06-03 10:44:03 +00:00
y ( _ . a ) , _ . a . methods . displayPopup = function ( ) { var t = this . $el . querySelector ( ".mx-datepicker-popup" ) ; t && ! t . classList . contains ( "popovermenu" ) && ( t . className += " popovermenu menu-center open" ) } ; var w = _ . a , x = function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "vue-multiselect" , t . _g ( t . _b ( { attrs : { value : t . value , limit : t . maxOptions , "close-on-select" : ! t . multiple , multiple : t . multiple , label : t . label , "track-by" : t . trackBy , "tag-placeholder" : "create" } , on : { "update:value" : function ( e ) { t . $emit ( "update:value" , t . value ) } } , scopedSlots : t . _u ( [ { key : "option" , fn : function ( e ) { var r = e . option ; return t . userSelect ? [ n ( "avatar-select-option" , { attrs : { option : r } } ) ] : void 0 } } ] ) } , "vue-multiselect" , t . $attrs , ! 1 ) , t . $listeners ) , [ t . multiple ? n ( "span" , { directives : [ { name : "tooltip" , rawName : "v-tooltip.auto" , value : t . formatLimitTitle ( t . value ) , expression : "formatLimitTitle(value)" , modifiers : { auto : ! 0 } } ] , staticClass : "multiselect__limit" , attrs : { slot : "limit" } , slot : "limit" } , [ t . _v ( "\n\t\t" + t . _s ( t . limitString ) + "\n\t" ) ] ) : t . _e ( ) ] ) } ; x . _withStripped = ! 0 ; var S = n ( 128 ) , O = n . n ( S ) , C = n ( 64 ) , k = function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "span" , { staticClass : "option" } , [ n ( "avatar" , { staticClass : "option__avatar" , attrs : { "display-name" : t . option . displayName , user : t . option . user , "disable-tooltip" : ! 0 } } ) , t . _v ( " " ) , n ( "div" , { staticClass : "option__desc" } , [ n ( "span" , { staticClass : "option__desc--lineone" } , [ t . _v ( t . _s ( t . option . displayName ) ) ] ) , t . _v ( " " ) , t . option . desc ? n ( "span" , { staticClass : "option__desc--linetwo" } , [ t . _v ( t . _s ( t . option . desc ) ) ] ) : t . _e ( ) ] ) , t . _v ( " " ) , t . option . icon ? n ( "span" , { staticClass : "icon option__icon" , class : t . option . icon } ) : t . _e ( ) ] , 1 ) } ; k . _withStripped = ! 0 ; var E = function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "div" , { directives : [ { name : "tooltip" , rawName : "v-tooltip" , value : t . tooltip , expression : "tooltip" } , { name : "click-outside" , rawName : "v-click-outside" , value : t . closeMenu , expression : "closeMenu" } ] , staticClass : "avatardiv popovermenu-wrapper" , class : { "icon-loading" : t . loadingState , unknown : t . userDoesNotExist } , style : t . avatarStyle , on : { click : t . toggleMenu } } , [ t . loadingState || t . userDoesNotExist ? t . _e ( ) : n ( "img" , { attrs : { src : t . avatarUrlLoaded } } ) , t . _v ( " " ) , t . userDoesNotExist ? n ( "div" , { staticClass : "unknown" } , [ t . _v ( t . _s ( t . initials ) ) ] ) : t . _e ( ) , t . _v ( " " ) , n ( "div" , { directives : [ { name : "show" , rawName : "v-show" , value : t . contactsMenuOpenState , expression : "contactsMenuOpenState" } ] , staticClass : "popovermenu" } , [ n ( "popover-menu" , { attrs : { "is-open" : t . contactsMenuOpenState , menu : t . menu } } ) ] , 1 ) ] ) } ; E . _withStripped = ! 0 ; var T = n ( 129 ) , A = n . n ( T ) , D = n ( 130 ) , M = n . n ( D ) , N = { name : "Avatar" , directives : { tooltip : C . a , ClickOutside : h . a } , components : { PopoverMenu : f } , props : { url : { type : String , default : void 0 } , user : { type : String , default : void 0 } , displayName : { type : String , default : void 0 } , size : { type : Number , default : 32 } , allowPlaceholder : { type : Boolean , default : ! 0 } , disableTooltip : { type : Boolean , default : ! 1 } , isNoUser : { type : Boolean , default : ! 1 } } , data : function ( ) { return { avatarUrlLoaded : null , userDoesNotExist : ! 1 , loadingState : ! 0 , contactsMenuActions : [ ] , contactsMenuOpenState : ! 1 } } , computed : { getUserIdentifier : function ( ) { return this . isDisplayNameDefined ? this . displayName : this . isUserDefined ? this . user : "" } , isUserDefined : function ( ) { return void 0 !== this . user } , isDisplayNameDefined : function ( ) { return void 0 !== this . displayName } , isUrlDefined : function ( ) { return void 0 !== this . url } , shouldShowPlaceholder : function ( ) { return this . allowPlaceholder && this . userDoesNotExist } , avatarStyle : function ( ) { var t = { width : this . size + "px" , height : this . size + "px" , lineHeight : this . size + "px" , fontSize : Math . round ( . 55 * this . size ) + "px" } ; if ( ! this . shouldShowPlaceholder ) return t ; var e = function ( t ) { var e = t . toLowerCase ( ) ; function n ( t , e , n ) { this . r = t , this . g = e , this . b = n } function r ( t , e , r ) { var i = [ ] ; i . push ( e ) ; for ( var o = function ( t , e ) { var n = new Array ( 3 ) ; return n [ 0 ] = ( e [ 1 ] . r - e [ 0 ] . r ) / t , n [ 1 ] = ( e [ 1 ] . g - e [ 0 ] . g ) / t , n [ 2 ] = ( e [ 1 ] . b - e [ 0 ] . b ) / t , n } ( t , [ e , r ] ) , a = 1 ; a < t ; a ++ ) { var s = parseInt ( e . r + o [ 0 ] * a ) , u = parseInt ( e . g + o [ 1 ] * a ) , c = parseInt ( e . b + o [ 2 ] * a ) ; i . push ( new n ( s , u , c ) ) } return i } null === e . match ( /^([0-9a-f]{4}-?){8}$/ ) && ( e = M ( ) ( e ) ) , e = e . replace ( /[^0-9a-f]/g , "" ) ; var i = new n ( 182 , 70 , 157 ) , o = new n ( 221 , 203 , 85 ) , a = new n ( 0 , 130 , 201 ) , s = r ( 6 , i , o ) , u = r ( 6 , o , a ) , c = r ( 6 , a , i ) ; return s
2019-05-17 07:49:47 +00:00
/ * *
* @ copyright Copyright ( c ) 2018 Julius Härtl < jus @ bitgrid . net >
*
* @ author Julius Härtl < jus @ bitgrid . net >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-03 10:44:03 +00:00
* / j . o p t i o n s . _ _ f i l e = " s r c / c o m p o n e n t s / M u l t i s e l e c t / A v a t a r S e l e c t O p t i o n . v u e " ; v a r I = j . e x p o r t s ; f u n c t i o n F ( t ) { r e t u r n ( F = " f u n c t i o n " = = t y p e o f S y m b o l & & " s y m b o l " = = t y p e o f S y m b o l . i t e r a t o r ? f u n c t i o n ( t ) { r e t u r n t y p e o f t } : f u n c t i o n ( t ) { r e t u r n t & & " f u n c t i o n " = = t y p e o f S y m b o l & & t . c o n s t r u c t o r = = = S y m b o l & & t ! = = S y m b o l . p r o t o t y p e ? " s y m b o l " : t y p e o f t } ) ( t ) } v a r R = u ( { n a m e : " M u l t i s e l e c t " , c o m p o n e n t s : { V u e M u l t i s e l e c t : O . a , A v a t a r S e l e c t O p t i o n : I } , d i r e c t i v e s : { t o o l t i p : C . a } , i n h e r i t A t t r s : ! 1 , p r o p s : { v a l u e : { d e f a u l t : f u n c t i o n ( ) { r e t u r n [ ] } } , m u l t i p l e : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , l i m i t : { t y p e : N u m b e r , d e f a u l t : 9 9 9 9 9 } , l a b e l : { t y p e : S t r i n g } , t r a c k B y : { t y p e : S t r i n g } , u s e r S e l e c t : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , a u t o L i m i t : { t y p e : B o o l e a n , d e f a u l t : ! 0 } , t a g W i d t h : { t y p e : N u m b e r , d e f a u l t : 1 5 0 , v a l i d a t o r : f u n c t i o n ( t ) { r e t u r n t > 0 } } } , d a t a : f u n c t i o n ( ) { r e t u r n { e l W i d t h : 0 } } , c o m p u t e d : { m a x O p t i o n s : f u n c t i o n ( ) { i f ( t h i s . a u t o L i m i t & & t h i s . e l W i d t h > 0 & & 0 ! = = t h i s . t a g W i d t h ) { v a r t = M a t h . f l o o r ( t h i s . e l W i d t h / t h i s . t a g W i d t h ) ; r e t u r n t > 0 ? t : 1 } r e t u r n t h i s . l i m i t ? t h i s . l i m i t : 9 9 9 9 } , l i m i t S t r i n g : f u n c t i o n ( ) { r e t u r n " + " . c o n c a t ( t h i s . v a l u e . l e n g t h - t h i s . m a x O p t i o n s ) } } , w a t c h : { v a l u e : f u n c t i o n ( ) { t h i s . u p d a t e W i d t h ( ) } } , m o u n t e d : f u n c t i o n ( ) { t h i s . u p d a t e W i d t h ( ) , w i n d o w . a d d E v e n t L i s t e n e r ( " r e s i z e " , t h i s . u p d a t e W i d t h ) } , b e f o r e D e s t r o y : f u n c t i o n ( ) { w i n d o w . r e m o v e E v e n t L i s t e n e r ( " r e s i z e " , t h i s . u p d a t e W i d t h ) } , m e t h o d s : { f o r m a t L i m i t T i t l e : f u n c t i o n ( t ) { v a r e = t h i s ; i f ( A r r a y . i s A r r a y ( t ) & & t . l e n g t h > 0 ) { v a r n = t ; r e t u r n " o b j e c t " = = = F ( t [ 0 ] ) & & ( n = t . m a p ( f u n c t i o n ( t ) { r e t u r n t [ e . l a b e l ] } ) ) , n . s l i c e ( t h i s . m a x O p t i o n s ) . j o i n ( " , " ) } r e t u r n " " } , u p d a t e W i d t h : f u n c t i o n ( ) { t h i s . e l W i d t h = t h i s . $ e l . q u e r y S e l e c t o r ( " . m u l t i s e l e c t _ _ t a g s - w r a p " ) . o f f s e t W i d t h - 1 0 } } } , x , [ ] , ! 1 , n u l l , n u l l , n u l l ) ; R . o p t i o n s . _ _ f i l e = " s r c / c o m p o n e n t s / M u l t i s e l e c t / M u l t i s e l e c t . v u e " ; v a r U = R . e x p o r t s ; n ( 3 2 3 ) ,
2018-11-19 09:26:04 +00:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-02-27 13:23:40 +00:00
* /
2019-06-03 10:44:03 +00:00
y ( U ) ; var B = U , V = function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "action" , t . _g ( t . _b ( { staticClass : "action-item" , class : [ t . isSingleAction ? t . firstAction . icon + " action-item--single" : "action-item--multiple" ] , attrs : { href : t . isSingleAction && t . firstAction . href ? t . firstAction . href : "#" } } , "action" , t . mainActionElement ( ) , ! 1 ) , t . isSingleAction && t . firstAction . action ? { click : t . firstAction . action } : { } ) , [ t . isSingleAction ? t . _e ( ) : [ n ( "div" , { directives : [ { name : "click-outside" , rawName : "v-click-outside" , value : t . closeMenu , expression : "closeMenu" } ] , staticClass : "action-item__menutoggle icon-more" , attrs : { tabindex : "1" } , on : { click : function ( e ) { return e . preventDefault ( ) , t . toggleMenu ( e ) } } } ) , t . _v ( " " ) , n ( "div" , { staticClass : "action-item__menu popovermenu" , class : { open : t . opened } } , [ n ( "popover-menu" , { attrs : { menu : t . actions } } ) ] , 1 ) ] ] , 2 ) } ; V . _withStripped = ! 0 ; var H = { name : "Action" , components : { PopoverMenu : f } , directives : { ClickOutside : h . a } , props : { actions : { type : Array , required : ! 0 , default : function ( ) { return [ { href : "https://nextcloud.com" , icon : "icon-links" , text : "Nextcloud" } , { action : function ( ) { alert ( "Deleted !" ) } , icon : "icon-delete" , text : "Delete" } ] } } } , data : function ( ) { return { opened : ! 1 } } , computed : { isSingleAction : function ( ) { return 1 === this . actions . length } , firstAction : function ( ) { return this . actions [ 0 ] } } , mounted : function ( ) { this . popupItem = this . $el } , methods : { toggleMenu : function ( ) { this . opened = ! this . opened } , closeMenu : function ( ) { this . opened = ! 1 } , mainActionElement : function ( ) { return { is : this . isSingleAction ? "a" : "div" } } } } , z = ( n ( 325 ) , u ( H , V , [ ] , ! 1 , null , "886e6e62" , null ) ) ; z . options . _ _file = "src/components/Action/Action.vue" ; var W = z . exports ;
2019-02-27 13:23:40 +00:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-01-19 02:14:32 +00:00
*
2019-02-27 13:23:40 +00:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2019-01-19 02:14:32 +00:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2019-02-27 13:23:40 +00:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2018-11-19 09:26:04 +00:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-03 10:44:03 +00:00
* / f u n c t i o n Y ( t , e , n ) { r e t u r n e i n t ? O b j e c t . d e f i n e P r o p e r t y ( t , e , { v a l u e : n , e n u m e r a b l e : ! 0 , c o n f i g u r a b l e : ! 0 , w r i t a b l e : ! 0 } ) : t [ e ] = n , t }
2018-11-19 09:26:04 +00:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-03 10:44:03 +00:00
* / f u n c t i o n G ( t ) { O b j e c t . v a l u e s ( r ) . f o r E a c h ( f u n c t i o n ( e ) { t . c o m p o n e n t ( e . n a m e , e ) } ) }
2018-11-19 09:26:04 +00:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-03 10:44:03 +00:00
* /n.d(e,"AppNavigation",function(){return g}),n.d(e,"PopoverMenu",function(){return p}),n.d(e,"DatetimePicker",function(){return w}),n.d(e,"Multiselect",function(){return B}),n.d(e,"Avatar",function(){return P}),n.d(e,"Action",function(){return W}),"undefined"!=typeof window&&window.Vue&&G(window.Vue),e.default=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(e){Y(t,e,n[e])})}return t}({install:G},r)}])},function(t,e,n){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var n=function(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"==typeof btoa){var i=(a=r,"/ * # sourceMappingURL = data : application / json ; charset = utf - 8 ; base64 , "+btoa(unescape(encodeURIComponent(JSON.stringify(a))))+" * /"),o=r.sources.map(function(t){return"/ * # sourceURL = "+r.sourceRoot+t+" * /"});return[n].concat(o).concat([i]).join("\n")}var a;return[n].join("\n")}(e,t);return e[2]?"@media "+e[2]+"{"+n+"}":n}).join("")},e.i=function(t,n){"string"==typeof t&&(t=[[null,t,""]]);for(var r={},i=0;i<this.length;i++){var o=this[i][0];null!=o&&(r[o]=!0)}for(i=0;i<t.length;i++){var a=t[i];null!=a[0]&&r[a[0]]||(n&&!a[2]?a[2]=n:n&&(a[2]="("+a[2]+") and ("+n+")"),e.push(a))}},e}},function(t,e,n){var r,i,o={},a=(r=function(){return window&&document&&document.all&&!window.atob},function(){return void 0===i&&(i=r.apply(this,arguments)),i}),s=function(t){var e={};return function(t,n){if("function"==typeof t)return t();if(void 0===e[t]){var r=function(t,e){return e?e.querySelector(t):document.querySelector(t)}.call(this,t,n);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(t){r=null}e[t]=r}return e[t]}}(),u=null,c=0,l=[],f=n(14);function p(t,e){for(var n=0;n<t.length;n++){var r=t[n],i=o[r.id];if(i){i.refs++;for(var a=0;a<i.parts.length;a++)i.parts[a](r.parts[a]);for(;a<r.parts.length;a++)i.parts.push(y(r.parts[a],e))}else{var s=[];for(a=0;a<r.parts.length;a++)s.push(y(r.parts[a],e));o[r.id]={id:r.id,refs:1,parts:s}}}}function d(t,e){for(var n=[],r={},i=0;i<t.length;i++){var o=t[i],a=e.base?o[0]+e.base:o[0],s={css:o[1],media:o[2],sourceMap:o[3]};r[a]?r[a].parts.push(s):n.push(r[a]={id:a,parts:[s]})}return n}function h(t,e){var n=s(t.insertInto);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var r=l[l.length-1];if("top"===t.insertAt)r?r.nextSibling?n.insertBefore(e,r.nextSibling):n.appendChild(e):n.insertBefore(e,n.firstChild),l.push(e);else if("bottom"===t.insertAt)n.appendChild(e);else{if("object"!=typeof t.insertAt||!t.insertAt.before)throw new Error("[Style Loader]\n\n Invalid value for parameter 'insertAt' ('options.insertAt') found.\n Must be 'top', 'bottom', or Object.\n (https:/ / github . com / webpack - contrib / style - loader # insertat ) \ n ");var i=s(t.insertAt.before,n);n.insertBefore(e,i)}}function v(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t);var e=l.indexOf(t);e>=0&&l.splice(e,1)}function m(t){var e=document.createElement(" style ");if(void 0===t.attrs.type&&(t.attrs.type=" text / css "),void 0===t.attrs.nonce){var r=function(){0;return n.nc}();r&&(t.attrs.nonce=r)}return g(e,t.attrs),h(t,e),e}function g(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}function y(t,e){var n,r,i,o;if(e.transform&&t.css){if(!(o=" function "==typeof e.transform?e.transform(t.css):e.transform.default(t.css)))return function(){};t.css=o}if(e.singleton){var a=c++;n=u||(u=m(e)),r=w.bind(null,n,a,!1),i=w.bind(null,n,a,!0)}else t.sourceMap&&" function "==typeof URL&&" function "==typeof URL.createObjectURL&&" function "==typeof URL.revokeObjectURL&&" function "==typeof Blob&&" function "==typeof btoa?(n=function(t){var e=document.createElement(" link ");return void 0===t.attrs.type&&(t.attrs.type=" text / css "),t.attrs.rel=" stylesheet " , g ( e , t . attrs ) , h ( t ,
2018-11-19 09:26:04 +00:00
/ * * !
* @ fileOverview Kickass library to create and place poppers near their reference elements .
2019-06-03 10:44:03 +00:00
* @ version 1.14 . 3
2018-11-19 09:26:04 +00:00
* @ license
* Copyright ( c ) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted , free of charge , to any person obtaining a copy
* of this software and associated documentation files ( the "Software" ) , to deal
* in the Software without restriction , including without limitation the rights
* to use , copy , modify , merge , publish , distribute , sublicense , and / or sell
* copies of the Software , and to permit persons to whom the Software is
* furnished to do so , subject to the following conditions :
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software .
*
* THE SOFTWARE IS PROVIDED "AS IS" , WITHOUT WARRANTY OF ANY KIND , EXPRESS OR
* IMPLIED , INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY ,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT . IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM , DAMAGES OR OTHER
* LIABILITY , WHETHER IN AN ACTION OF CONTRACT , TORT OR OTHERWISE , ARISING FROM ,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE .
* /
2019-06-03 10:44:03 +00:00
var r = "undefined" != typeof window && "undefined" != typeof document , i = [ "Edge" , "Trident" , "Firefox" ] , o = 0 , a = 0 ; a < i . length ; a += 1 ) if ( r && navigator . userAgent . indexOf ( i [ a ] ) >= 0 ) { o = 1 ; break } var s = r && window . Promise ? function ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , window . Promise . resolve ( ) . then ( function ( ) { e = ! 1 , t ( ) } ) ) } } : function ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , setTimeout ( function ( ) { e = ! 1 , t ( ) } , o ) ) } } ; function u ( t ) { return t && "[object Function]" === { } . toString . call ( t ) } function c ( t , e ) { if ( 1 !== t . nodeType ) return [ ] ; var n = getComputedStyle ( t , null ) ; return e ? n [ e ] : n } function l ( t ) { return "HTML" === t . nodeName ? t : t . parentNode || t . host } function f ( t ) { if ( ! t ) return document . body ; switch ( t . nodeName ) { case "HTML" : case "BODY" : return t . ownerDocument . body ; case "#document" : return t . body } var e = c ( t ) , n = e . overflow , r = e . overflowX , i = e . overflowY ; return /(auto|scroll|overlay)/ . test ( n + i + r ) ? t : f ( l ( t ) ) } var p = r && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , d = r && /MSIE 10/ . test ( navigator . userAgent ) ; function h ( t ) { return 11 === t ? p : 10 === t ? d : p || d } function v ( t ) { if ( ! t ) return document . documentElement ; for ( var e = h ( 10 ) ? document . body : null , n = t . offsetParent ; n === e && t . nextElementSibling ; ) n = ( t = t . nextElementSibling ) . offsetParent ; var r = n && n . nodeName ; return r && "BODY" !== r && "HTML" !== r ? - 1 !== [ "TD" , "TABLE" ] . indexOf ( n . nodeName ) && "static" === c ( n , "position" ) ? v ( n ) : n : t ? t . ownerDocument . documentElement : document . documentElement } function m ( t ) { return null !== t . parentNode ? m ( t . parentNode ) : t } function g ( t , e ) { if ( ! ( t && t . nodeType && e && e . nodeType ) ) return document . documentElement ; var n = t . compareDocumentPosition ( e ) & Node . DOCUMENT _POSITION _FOLLOWING , r = n ? t : e , i = n ? e : t , o = document . createRange ( ) ; o . setStart ( r , 0 ) , o . setEnd ( i , 0 ) ; var a , s , u = o . commonAncestorContainer ; if ( t !== u && e !== u || r . contains ( i ) ) return "BODY" === ( s = ( a = u ) . nodeName ) || "HTML" !== s && v ( a . firstElementChild ) !== a ? v ( u ) : u ; var c = m ( t ) ; return c . host ? g ( c . host , e ) : g ( t , m ( e ) . host ) } function y ( t ) { var e = "top" === ( arguments . length > 1 && void 0 !== arguments [ 1 ] ? arguments [ 1 ] : "top" ) ? "scrollTop" : "scrollLeft" , n = t . nodeName ; if ( "BODY" === n || "HTML" === n ) { var r = t . ownerDocument . documentElement ; return ( t . ownerDocument . scrollingElement || r ) [ e ] } return t [ e ] } function b ( t , e ) { var n = "x" === e ? "Left" : "Top" , r = "Left" === n ? "Right" : "Bottom" ; return parseFloat ( t [ "border" + n + "Width" ] , 10 ) + parseFloat ( t [ "border" + r + "Width" ] , 10 ) } function _ ( t , e , n , r ) { return Math . max ( e [ "offset" + t ] , e [ "scroll" + t ] , n [ "client" + t ] , n [ "offset" + t ] , n [ "scroll" + t ] , h ( 10 ) ? n [ "offset" + t ] + r [ "margin" + ( "Height" === t ? "Top" : "Left" ) ] + r [ "margin" + ( "Height" === t ? "Bottom" : "Right" ) ] : 0 ) } function w ( ) { var t = document . body , e = document . documentElement , n = h ( 10 ) && getComputedStyle ( e ) ; return { height : _ ( "Height" , t , e , n ) , width : _ ( "Width" , t , e , n ) } } var x = function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } , S = function ( ) { function t ( t , e ) { for ( var n = 0 ; n < e . length ; n ++ ) { var r = e [ n ] ; r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( t , r . key , r ) } } return function ( e , n , r ) { return n && t ( e . prototype , n ) , r && t ( e , r ) , e } } ( ) , O = function ( t , e , n ) { return e in t ? Object . defineProperty ( t , e , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : t [ e ] = n , t } , C = Object . assign || function ( t ) { for ( var e = 1 ; e < arguments . length ; e ++ ) { var n = arguments [ e ] ; for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( t [ r ] = n [ r ] ) } return t } ; function k ( t ) { return C ( { } , t , { right : t . left + t . width , bottom : t . top + t . height } ) } function E ( t ) { var e = { } ; try { if ( h ( 10 ) ) { e = t . getBoundingClientRect ( ) ; var n = y ( t , "top" ) , r = y ( t , "left" ) ; e . top += n , e . left += r , e . bottom += n , e . right += r } else e = t . getBoundingClientRect ( ) } catch ( t ) { } var i = { left : e . left , top : e . top , width : e . right - e . left , height : e . bottom - e . top } , o = "HTML" === t . nodeName ? w ( ) : { } , a = o . width || t . clientWidth || i . right - i . left , s = o . height || t . clientHeight || i . bottom - i . top , u = t . offsetWidth - a , l = t . offsetHeight - s ; if ( u || l ) { var f = c ( t ) ; u -= b ( f , "x" ) , l -= b ( f , "y" ) , i . width -= u , i . height -= l } return k ( i ) } function T ( t , e ) { var n = arguments . length > 2 && void 0 !== arguments [ 2 ] && arguments [ 2 ] , r = h ( 10 ) , i = "HTML" === e . nodeName , o = E ( t ) , a = E ( e ) , s = f ( t ) , u = c ( e ) , l = parseFloat ( u . borderTopWidth , 10 ) , p = parseFloat ( u . borderLeftWidth , 10 ) ; n && "HTML" === e . nodeName && ( a . top = Math . max ( a . top , 0 ) , a . left = Math . max ( a . left , 0 ) ) ; var d = k ( { top : o . top - a . top
2018-06-07 14:23:39 +00:00
/ * *
* @ copyright Copyright ( c ) 2018 Joas Schilling < coding @ schilljs . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-02-15 19:31:47 +00:00
* /
2019-06-03 10:44:03 +00:00
o . a . mixin ( { methods : { t : function ( t , e , n , r , i ) { return OC . L10N . translate ( t , e , n , r , i ) } , n : function ( t , e , n , r , i , o ) { return OC . L10N . translatePlural ( t , e , n , r , i , o ) } } } ) ; new o . a ( { render : function ( t ) { return t ( f ) } } ) . $mount ( "#updatenotification" ) } ] ) ;
2018-06-19 04:26:57 +00:00
//# sourceMappingURL=updatenotification.js.map