2020-04-13 15:13:44 +03:00
! function ( e ) { var t = { } ; function n ( r ) { if ( t [ r ] ) return t [ r ] . exports ; var o = t [ r ] = { i : r , l : ! 1 , exports : { } } ; return e [ r ] . call ( o . exports , o , o . exports , n ) , o . l = ! 0 , o . exports } n . m = e , n . c = t , n . d = function ( e , t , r ) { n . o ( e , t ) || Object . defineProperty ( e , t , { enumerable : ! 0 , get : r } ) } , n . r = function ( e ) { "undefined" != typeof Symbol && Symbol . toStringTag && Object . defineProperty ( e , Symbol . toStringTag , { value : "Module" } ) , Object . defineProperty ( e , "__esModule" , { value : ! 0 } ) } , n . t = function ( e , t ) { if ( 1 & t && ( e = n ( e ) ) , 8 & t ) return e ; if ( 4 & t && "object" == typeof e && e && e . _ _esModule ) return e ; var r = Object . create ( null ) ; if ( n . r ( r ) , Object . defineProperty ( r , "default" , { enumerable : ! 0 , value : e } ) , 2 & t && "string" != typeof e ) for ( var o in e ) n . d ( r , o , function ( t ) { return e [ t ] } . bind ( null , o ) ) ; return r } , n . n = function ( e ) { var t = e && e . _ _esModule ? function ( ) { return e . default } : function ( ) { return e } ; return n . d ( t , "a" , t ) , t } , n . o = function ( e , t ) { return Object . prototype . hasOwnProperty . call ( e , t ) } , n . p = "/js/" , n ( n . s = 498 ) } ( [ function ( e , t , n ) { var r = n ( 2 ) , o = n ( 86 ) , i = n ( 4 ) , a = n ( 58 ) , s = n ( 89 ) , l = n ( 163 ) , u = o ( "wks" ) , c = r . Symbol , p = l ? c : c && c . withoutSetter || a ; e . exports = function ( e ) { return i ( u , e ) || ( s && i ( c , e ) ? u [ e ] = c [ e ] : u [ e ] = p ( "Symbol." + e ) ) , u [ e ] } } , function ( e , t ) { e . exports = function ( e ) { try { return ! ! e ( ) } catch ( e ) { return ! 0 } } } , function ( e , t , n ) { ( function ( t ) { var n = function ( e ) { return e && e . Math == Math && e } ; e . exports = n ( "object" == typeof globalThis && globalThis ) || n ( "object" == typeof window && window ) || n ( "object" == typeof self && self ) || n ( "object" == typeof t && t ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 10 ) ) } , function ( e , t , n ) { var r = n ( 2 ) , o = n ( 48 ) . f , i = n ( 12 ) , a = n ( 11 ) , s = n ( 71 ) , l = n ( 161 ) , u = n ( 49 ) ; e . exports = function ( e , t ) { var n , c , p , f , d , m = e . target , h = e . global , v = e . stat ; if ( n = h ? r : v ? r [ m ] || s ( m , { } ) : ( r [ m ] || { } ) . prototype ) for ( c in t ) { if ( f = t [ c ] , p = e . noTargetGet ? ( d = o ( n , c ) ) && d . value : n [ c ] , ! u ( h ? c : m + ( v ? "." : "#" ) + c , e . forced ) && void 0 !== p ) { if ( typeof f == typeof p ) continue ; l ( f , p ) } ( e . sham || p && p . sham ) && i ( f , "sham" , ! 0 ) , a ( n , c , f , e ) } } } , function ( e , t ) { var n = { } . hasOwnProperty ; e . exports = function ( e , t ) { return n . call ( e , t ) } } , function ( e , t , n ) { var r = n ( 6 ) ; e . exports = function ( e ) { if ( ! r ( e ) ) throw TypeError ( String ( e ) + " is not an object" ) ; return e } } , function ( e , t ) { e . exports = function ( e ) { return "object" == typeof e ? null !== e : "function" == typeof e } } , function ( e , t , n ) { var r = n ( 1 ) ; e . exports = ! r ( ( function ( ) { return 7 != Object . defineProperty ( { } , 1 , { get : function ( ) { return 7 } } ) [ 1 ] } ) ) } , function ( e , t , n ) { "use strict" ; var r = n ( 121 ) , o = Object . prototype . toString ; function i ( e ) { return "[object Array]" === o . call ( e ) } function a ( e ) { return void 0 === e } function s ( e ) { return null !== e && "object" == typeof e } function l ( e ) { return "[object Function]" === o . call ( e ) } function u ( e , t ) { if ( null != e ) if ( "object" != typeof e && ( e = [ e ] ) , i ( e ) ) for ( var n = 0 , r = e . length ; n < r ; n ++ ) t . call ( null , e [ n ] , n , e ) ; else for ( var o in e ) Object . prototype . hasOwnProperty . call ( e , o ) && t . call ( null , e [ o ] , o , e ) } e . exports = { isArray : i , isArrayBuffer : function ( e ) { return "[object ArrayBuffer]" === o . call ( e ) } , isBuffer : function ( e ) { return null !== e && ! a ( e ) && null !== e . constructor && ! a ( e . constructor ) && "function" == typeof e . constructor . isBuffer && e . constructor . isBuffer ( e ) } , isFormData : function ( e ) { return "undefined" != typeof FormData && e instanceof FormData } , isArrayBufferView : function ( e ) { return "undefined" != typeof ArrayBuffer && ArrayBuffer . isView ? ArrayBuffer . isView ( e ) : e && e . buffer && e . buffer instanceof ArrayBuffer } , isString : function ( e ) { return "string" == typeof e } , isNumber : function ( e ) { return "number" == typeof e } , isObject : s , isUndefined : a , isDate : function ( e ) { return "[object Date]" === o . call ( e ) } , isFile : function ( e ) { return "[object File]" === o . call ( e ) } , isBlob : function ( e ) { return "[object Blob]" === o . call ( e ) } , isFunction : l , isStream : function ( e ) { return s ( e ) && l ( e . pipe ) } , isURLSearchParams : function ( e ) { return "undefined" != typeof URLSearchParams && e instanceof URLSearchParams } , isStandardBrowserEnv : function ( ) { return ( "undefined" == typeof navigator || "ReactNative" !== navigator . product && "NativeScript" !== navigator . product && "NS" !== navigator . product ) && ( "undefined" != typeof window && "undefined" != typeof document ) } , forEach : u , merge : function e ( ) { var t = { } ; function n ( n , r ) { "object" == typeof t [ r ] && "object" == typeof n ? t [ r ] = e ( t [ r ] , n ) : t [ r ] = n } for ( var r = 0 , o = arguments . length ; r < o ; r ++ ) u ( arguments [ r ] , n ) ; return t } , deepMerge : function e ( ) { var t = { } ; fun
2019-10-29 14:22:15 +03:00
/ * !
2019-12-22 16:49:58 +03:00
* Vue . js v2 . 6.11
2019-10-29 14:22:15 +03:00
* ( c ) 2014 - 2019 Evan You
* Released under the MIT License .
* /
2020-04-13 15:13:44 +03:00
var r = Object . freeze ( { } ) ; function o ( e ) { return null == e } function i ( e ) { return null != e } function a ( e ) { return ! 0 === e } function s ( e ) { return "string" == typeof e || "number" == typeof e || "symbol" == typeof e || "boolean" == typeof e } function l ( e ) { return null !== e && "object" == typeof e } var u = Object . prototype . toString ; function c ( e ) { return "[object Object]" === u . call ( e ) } function p ( e ) { return "[object RegExp]" === u . call ( e ) } function f ( e ) { var t = parseFloat ( String ( e ) ) ; return t >= 0 && Math . floor ( t ) === t && isFinite ( e ) } function d ( e ) { return i ( e ) && "function" == typeof e . then && "function" == typeof e . catch } function m ( e ) { return null == e ? "" : Array . isArray ( e ) || c ( e ) && e . toString === u ? JSON . stringify ( e , null , 2 ) : String ( e ) } function h ( e ) { var t = parseFloat ( e ) ; return isNaN ( t ) ? e : t } function v ( e , t ) { for ( var n = Object . create ( null ) , r = e . split ( "," ) , o = 0 ; o < r . length ; o ++ ) n [ r [ o ] ] = ! 0 ; return t ? function ( e ) { return n [ e . toLowerCase ( ) ] } : function ( e ) { return n [ e ] } } v ( "slot,component" , ! 0 ) ; var A = v ( "key,ref,slot,slot-scope,is" ) ; function g ( e , t ) { if ( e . length ) { var n = e . indexOf ( t ) ; if ( n > - 1 ) return e . splice ( n , 1 ) } } var y = Object . prototype . hasOwnProperty ; function b ( e , t ) { return y . call ( e , t ) } function x ( e ) { var t = Object . create ( null ) ; return function ( n ) { return t [ n ] || ( t [ n ] = e ( n ) ) } } var w = /-(\w)/g , T = x ( ( function ( e ) { return e . replace ( w , ( function ( e , t ) { return t ? t . toUpperCase ( ) : "" } ) ) } ) ) , _ = x ( ( function ( e ) { return e . charAt ( 0 ) . toUpperCase ( ) + e . slice ( 1 ) } ) ) , E = /\B([A-Z])/g , S = x ( ( function ( e ) { return e . replace ( E , "-$1" ) . toLowerCase ( ) } ) ) ; var M = Function . prototype . bind ? function ( e , t ) { return e . bind ( t ) } : function ( e , t ) { function n ( n ) { var r = arguments . length ; return r ? r > 1 ? e . apply ( t , arguments ) : e . call ( t , n ) : e . call ( t ) } return n . _length = e . length , n } ; function C ( e , t ) { t = t || 0 ; for ( var n = e . length - t , r = new Array ( n ) ; n -- ; ) r [ n ] = e [ n + t ] ; return r } function O ( e , t ) { for ( var n in t ) e [ n ] = t [ n ] ; return e } function I ( e ) { for ( var t = { } , n = 0 ; n < e . length ; n ++ ) e [ n ] && O ( t , e [ n ] ) ; return t } function N ( e , t , n ) { } var L = function ( e , t , n ) { return ! 1 } , k = function ( e ) { return e } ; function j ( e , t ) { if ( e === t ) return ! 0 ; var n = l ( e ) , r = l ( t ) ; if ( ! n || ! r ) return ! n && ! r && String ( e ) === String ( t ) ; try { var o = Array . isArray ( e ) , i = Array . isArray ( t ) ; if ( o && i ) return e . length === t . length && e . every ( ( function ( e , n ) { return j ( e , t [ n ] ) } ) ) ; if ( e instanceof Date && t instanceof Date ) return e . getTime ( ) === t . getTime ( ) ; if ( o || i ) return ! 1 ; var a = Object . keys ( e ) , s = Object . keys ( t ) ; return a . length === s . length && a . every ( ( function ( n ) { return j ( e [ n ] , t [ n ] ) } ) ) } catch ( e ) { return ! 1 } } function P ( e , t ) { for ( var n = 0 ; n < e . length ; n ++ ) if ( j ( e [ n ] , t ) ) return n ; return - 1 } function B ( e ) { var t = ! 1 ; return function ( ) { t || ( t = ! 0 , e . apply ( this , arguments ) ) } } var D = [ "component" , "directive" , "filter" ] , R = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" , "serverPrefetch" ] , F = { optionMergeStrategies : Object . create ( null ) , silent : ! 1 , productionTip : ! 1 , devtools : ! 1 , performance : ! 1 , errorHandler : null , warnHandler : null , ignoredElements : [ ] , keyCodes : Object . create ( null ) , isReservedTag : L , isReservedAttr : L , isUnknownElement : L , getTagNamespace : N , parsePlatformTagName : k , mustUseProp : L , async : ! 0 , _lifecycleHooks : R } , U = /a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/ ; function G ( e , t , n , r ) { Object . defineProperty ( e , t , { value : n , enumerable : ! ! r , writable : ! 0 , configurable : ! 0 } ) } var $ = new RegExp ( "[^" + U . source + ".$_\\d]" ) ; var z , Q = "__proto__" in { } , H = "undefined" != typeof window , V = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , Y = V && WXEnvironment . platform . toLowerCase ( ) , W = H && window . navigator . userAgent . toLowerCase ( ) , Z = W && /msie|trident/ . test ( W ) , q = W && W . indexOf ( "msie 9.0" ) > 0 , J = W && W . indexOf ( "edge/" ) > 0 , X = ( W && W . indexOf ( "android" ) , W && /iphone|ipad|ipod|ios/ . test ( W ) || "ios" === Y ) , K = ( W && /chrome\/\d+/ . test ( W ) , W && /phantomjs/ . test ( W ) , W && W . match ( /firefox\/(\d+)/ ) ) , ee = { } . watch , te = ! 1 ; if ( H ) try { var ne = { } ; Object . defineProperty ( ne , "passive" , { get : function ( ) { te = ! 0 } } ) , window . addEventListener ( "test-passive" , null , ne ) } catch ( e ) { } var re = function ( ) { return void 0 === z && ( z = ! H && ! V && void 0 !== e && ( e . process && "server" === e . process . env . VUE _ENV ) ) , z } , oe = H && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function ie ( e ) { return "function" == t
2019-12-09 13:55:42 +03:00
/ * * !
* @ fileOverview Kickass library to create and place poppers near their reference elements .
* @ version 1.15 . 0
* @ 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 .
* /
2020-04-23 14:45:17 +03:00
var n = "undefined" != typeof window && "undefined" != typeof document , r = [ "Edge" , "Trident" , "Firefox" ] , o = 0 , i = 0 ; i < r . length ; i += 1 ) if ( n && navigator . userAgent . indexOf ( r [ i ] ) >= 0 ) { o = 1 ; break } var a = n && window . Promise ? function ( e ) { var t = ! 1 ; return function ( ) { t || ( t = ! 0 , window . Promise . resolve ( ) . then ( ( function ( ) { t = ! 1 , e ( ) } ) ) ) } } : function ( e ) { var t = ! 1 ; return function ( ) { t || ( t = ! 0 , setTimeout ( ( function ( ) { t = ! 1 , e ( ) } ) , o ) ) } } ; function s ( e ) { return e && "[object Function]" === { } . toString . call ( e ) } function l ( e , t ) { if ( 1 !== e . nodeType ) return [ ] ; var n = e . ownerDocument . defaultView . getComputedStyle ( e , null ) ; return t ? n [ t ] : n } function u ( e ) { return "HTML" === e . nodeName ? e : e . parentNode || e . host } function c ( e ) { if ( ! e ) return document . body ; switch ( e . nodeName ) { case "HTML" : case "BODY" : return e . ownerDocument . body ; case "#document" : return e . body } var t = l ( e ) , n = t . overflow , r = t . overflowX , o = t . overflowY ; return /(auto|scroll|overlay)/ . test ( n + o + r ) ? e : c ( u ( e ) ) } var p = n && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , f = n && /MSIE 10/ . test ( navigator . userAgent ) ; function d ( e ) { return 11 === e ? p : 10 === e ? f : p || f } function m ( e ) { if ( ! e ) return document . documentElement ; for ( var t = d ( 10 ) ? document . body : null , n = e . offsetParent || null ; n === t && e . nextElementSibling ; ) n = ( e = e . nextElementSibling ) . offsetParent ; var r = n && n . nodeName ; return r && "BODY" !== r && "HTML" !== r ? - 1 !== [ "TH" , "TD" , "TABLE" ] . indexOf ( n . nodeName ) && "static" === l ( n , "position" ) ? m ( n ) : n : e ? e . ownerDocument . documentElement : document . documentElement } function h ( e ) { return null !== e . parentNode ? h ( e . parentNode ) : e } function v ( e , t ) { if ( ! ( e && e . nodeType && t && t . nodeType ) ) return document . documentElement ; var n = e . compareDocumentPosition ( t ) & Node . DOCUMENT _POSITION _FOLLOWING , r = n ? e : t , o = n ? t : e , i = document . createRange ( ) ; i . setStart ( r , 0 ) , i . setEnd ( o , 0 ) ; var a , s , l = i . commonAncestorContainer ; if ( e !== l && t !== l || r . contains ( o ) ) return "BODY" === ( s = ( a = l ) . nodeName ) || "HTML" !== s && m ( a . firstElementChild ) !== a ? m ( l ) : l ; var u = h ( e ) ; return u . host ? v ( u . host , t ) : v ( e , h ( t ) . host ) } function A ( e ) { var t = arguments . length > 1 && void 0 !== arguments [ 1 ] ? arguments [ 1 ] : "top" , n = "top" === t ? "scrollTop" : "scrollLeft" , r = e . nodeName ; if ( "BODY" === r || "HTML" === r ) { var o = e . ownerDocument . documentElement , i = e . ownerDocument . scrollingElement || o ; return i [ n ] } return e [ n ] } function g ( e , t ) { var n = arguments . length > 2 && void 0 !== arguments [ 2 ] && arguments [ 2 ] , r = A ( t , "top" ) , o = A ( t , "left" ) , i = n ? - 1 : 1 ; return e . top += r * i , e . bottom += r * i , e . left += o * i , e . right += o * i , e } function y ( e , t ) { var n = "x" === t ? "Left" : "Top" , r = "Left" === n ? "Right" : "Bottom" ; return parseFloat ( e [ "border" + n + "Width" ] , 10 ) + parseFloat ( e [ "border" + r + "Width" ] , 10 ) } function b ( e , t , n , r ) { return Math . max ( t [ "offset" + e ] , t [ "scroll" + e ] , n [ "client" + e ] , n [ "offset" + e ] , n [ "scroll" + e ] , d ( 10 ) ? parseInt ( n [ "offset" + e ] ) + parseInt ( r [ "margin" + ( "Height" === e ? "Top" : "Left" ) ] ) + parseInt ( r [ "margin" + ( "Height" === e ? "Bottom" : "Right" ) ] ) : 0 ) } function x ( e ) { var t = e . body , n = e . documentElement , r = d ( 10 ) && getComputedStyle ( n ) ; return { height : b ( "Height" , t , n , r ) , width : b ( "Width" , t , n , r ) } } var w = function ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } , T = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ] ; r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , _ = function ( e , t , n ) { return t in e ? Object . defineProperty ( e , t , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : e [ t ] = n , e } , E = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ] ; for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } ; function S ( e ) { return E ( { } , e , { right : e . left + e . width , bottom : e . top + e . height } ) } function M ( e ) { var t = { } ; try { if ( d ( 10 ) ) { t = e . getBoundingClientRect ( ) ; var n = A ( e , "top" ) , r = A ( e , "left" ) ; t . top += n , t . left += r , t . bottom += n , t . right += r } else t = e . getBoundingClientRect ( ) } catch ( e ) { } var o = { left : t . left , top : t . top , width : t . right - t . left , height : t . bottom - t . top } , i = "HTML" === e . nodeName ? x ( e . ownerDocument ) : { } , a = i . width || e . clientWidth || o . right - o . left , s = i . height || e . clientHeight || o . bottom - o . top , u = e . offsetWidth - a , c = e . offsetHeight - s ; if ( u || c ) { var p = l ( e ) ; u -= y ( p , "x" ) , c -= y ( p , "y" ) , o . width -= u , o . height -= c } return S ( o ) } function C ( e , t ) { var n = arguments . length > 2 && void 0 !== a
2020-01-16 02:03:29 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 Julius Härtl < jus @ bitgrid . net >
*
* @ author Julius Härtl < jus @ bitgrid . net >
* @ 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/>.
*
* /
2020-04-13 15:13:44 +03:00
r . VTooltip . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "e1f55ce" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , r . VTooltip . options . defaultHtml = ! 1 , t . default = r . VTooltip } , function ( e , t ) { e . exports = n ( 244 ) } , function ( e , t ) { e . exports = n ( 245 ) } , , , function ( e , t ) { e . exports = n ( 52 ) } , function ( e , t ) { e . exports = n ( 78 ) } , function ( e , t ) { e . exports = n ( 147 ) } , function ( e , t ) { e . exports = n ( 63 ) } , function ( e , t ) { e . exports = n ( 170 ) } , function ( e , t ) { e . exports = n ( 148 ) } , function ( e , t ) { e . exports = n ( 252 ) } , function ( e , t ) { e . exports = n ( 90 ) } , , function ( e , t ) { e . exports = n ( 246 ) } , , , function ( e , t ) { e . exports = n ( 97 ) } , , function ( e , t , n ) { "use strict" ; var r = n ( 6 ) ; t . a = { methods : { n : r . a , t : r . b } } } , function ( e , t ) { e . exports = n ( 257 ) } , function ( e , t , n ) { var r = n ( 73 ) ; "string" == typeof r && ( r = [ [ e . i , r , "" ] ] ) , r . locals && ( e . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "1f2ec49f" , r , ! 0 , { } ) } , function ( e , t , n ) { var r = n ( 75 ) ; "string" == typeof r && ( r = [ [ e . i , r , "" ] ] ) , r . locals && ( e . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "9c561116" , r , ! 0 , { } ) } , function ( e , t , n ) { var r = n ( 77 ) ; "string" == typeof r && ( r = [ [ e . i , r , "" ] ] ) , r . locals && ( e . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "93093140" , r , ! 0 , { } ) } , , , function ( e , t , n ) { var r = n ( 87 ) ; "string" == typeof r && ( r = [ [ e . i , r , "" ] ] ) , r . locals && ( e . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "2e9b7708" , r , ! 0 , { } ) } , function ( e , t , n ) { var r = n ( 41 ) ; "string" == typeof r && ( r = [ [ e . i , r , "" ] ] ) , r . locals && ( e . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "941c791e" , r , ! 0 , { } ) } , function ( e , t , n ) { ( t = n ( 1 ) ( ! 1 ) ) . push ( [ e . i , ".vue-tooltip[data-v-e1f55ce]{position:absolute;z-index:100000;right:auto;left:auto;display:block;margin:0;margin-top:-3px;padding:10px 0;text-align:left;text-align:start;white-space:normal;text-decoration:none;letter-spacing:normal;word-spacing:normal;text-transform:none;word-wrap:normal;word-break:normal;opacity:0;text-shadow:none;font-family:'Nunito', 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;font-size:12px;font-weight:normal;font-style:normal;line-height:1.6;line-break:auto;filter:drop-shadow(0 1px 10px var(--color-box-shadow))}.vue-tooltip[data-v-e1f55ce][x-placement^='top'] .tooltip-arrow{bottom:0;margin-top:0;margin-bottom:0;border-width:10px 10px 0 10px;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.vue-tooltip[data-v-e1f55ce][x-placement^='bottom'] .tooltip-arrow{top:0;margin-top:0;margin-bottom:0;border-width:0 10px 10px 10px;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent}.vue-tooltip[data-v-e1f55ce][x-placement^='right'] .tooltip-arrow{right:100%;margin-right:0;margin-left:0;border-width:10px 10px 10px 0;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.vue-tooltip[data-v-e1f55ce][x-placement^='left'] .tooltip-arrow{left:100%;margin-right:0;margin-left:0;border-width:10px 0 10px 10px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.vue-tooltip[data-v-e1f55ce][aria-hidden='true']{visibility:hidden;transition:opacity .15s, visibility .15s;opacity:0}.vue-tooltip[data-v-e1f55ce][aria-hidden='false']{visibility:visible;transition:opacity .15s;opacity:1}.vue-tooltip[data-v-e1f55ce] .tooltip-inner{max-width:350px;padding:5px 8px;text-align:center;color:var(--color-main-text);border-radius:var(--border-radius);background-color:var(--color-main-background)}.vue-tooltip[data-v-e1f55ce] .tooltip-arrow{position:absolute;z-index:1;width:0;height:0;margin:0;border-style:solid;border-color:var(--color-main-background)}\n" , "" ] ) , e . exports = t } , function ( e , t ) { } , , function ( e , t , n ) { "use strict" ;
2019-12-09 13:55:42 +03: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/>.
*
2020-04-13 15:13:44 +03:00
* / t . a = f u n c t i o n ( e ) { e . m o u n t e d ? A r r a y . i s A r r a y ( e . m o u n t e d ) | | ( e . m o u n t e d = [ e . m o u n t e d ] ) : e . m o u n t e d = [ ] , e . 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 ( " e 1 f 5 5 c e " ) , " " ) } ) ) } } , f u n c t i o n ( e , t ) { e . e x p o r t s = n ( 4 4 7 ) } , , , , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ;
2020-01-16 02:03:29 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 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/>.
*
* /
2020-04-10 13:01:29 +03:00
function r ( e , t , n ) { this . r = e , this . g = t , this . b = n } function o ( e , t , n ) { var o = [ ] ; o . push ( t ) ; for ( var i = function ( e , t ) { var n = new Array ( 3 ) ; return n [ 0 ] = ( t [ 1 ] . r - t [ 0 ] . r ) / e , n [ 1 ] = ( t [ 1 ] . g - t [ 0 ] . g ) / e , n [ 2 ] = ( t [ 1 ] . b - t [ 0 ] . b ) / e , n } ( e , [ t , n ] ) , a = 1 ; a < e ; a ++ ) { var s = parseInt ( t . r + i [ 0 ] * a , 10 ) , l = parseInt ( t . g + i [ 1 ] * a , 10 ) , u = parseInt ( t . b + i [ 2 ] * a , 10 ) ; o . push ( new r ( s , l , u ) ) } return o } n ( 25 ) , t . a = function ( e ) { e || ( e = 6 ) ; var t = new r ( 182 , 70 , 157 ) , n = new r ( 221 , 203 , 85 ) , i = new r ( 0 , 130 , 201 ) , a = o ( e , t , n ) , s = o ( e , n , i ) , l = o ( e , i , t ) ; return a . concat ( s ) . concat ( l ) } } , function ( e , t ) { } , function ( e , t , n ) { "use strict" ; n . r ( t ) , n ( 15 ) , n ( 18 ) , n ( 4 ) , n ( 23 ) , n ( 19 ) , n ( 20 ) , n ( 24 ) ; var r = { name : "PopoverMenuItem" , props : { item : { type : Object , required : ! 0 , default : function ( ) { return { key : "nextcloud-link" , href : "https://nextcloud.com" , icon : "icon-links" , text : "Nextcloud" } } , validator : function ( e ) { return ! e . input || - 1 !== [ "text" , "checkbox" ] . indexOf ( e . input ) } } } , computed : { key : function ( ) { return this . item . key ? this . item . key : Math . round ( 16 * Math . random ( ) * 1e6 ) . toString ( 16 ) } , iconIsUrl : function ( ) { try { return new URL ( this . item . icon ) , ! 0 } catch ( e ) { return ! 1 } } } , methods : { action : function ( e ) { this . item . action && this . item . action ( e ) } } } , o = ( n ( 72 ) , n ( 74 ) , n ( 0 ) ) , i = { name : "PopoverMenu" , components : { PopoverMenuItem : Object ( o . a ) ( r , ( function ( ) { var e = this , t = e . $createElement , n = e . _self . _c || t ; return n ( "li" , [ e . item . href ? n ( "a" , { staticClass : "focusable" , attrs : { href : e . item . href ? e . item . href : "#" , target : e . item . target ? e . item . target : "" , download : e . item . download , rel : "noreferrer noopener" } , on : { click : e . action } } , [ e . iconIsUrl ? n ( "img" , { attrs : { src : e . item . icon } } ) : n ( "span" , { class : e . item . icon } ) , e . _v ( " " ) , e . item . text && e . item . longtext ? n ( "p" , [ n ( "strong" , { staticClass : "menuitem-text" } , [ e . _v ( "\n\t\t\t\t" + e . _s ( e . item . text ) + "\n\t\t\t" ) ] ) , n ( "br" ) , e . _v ( " " ) , n ( "span" , { staticClass : "menuitem-text-detail" } , [ e . _v ( "\n\t\t\t\t" + e . _s ( e . item . longtext ) + "\n\t\t\t" ) ] ) ] ) : e . item . text ? n ( "span" , [ e . _v ( "\n\t\t\t" + e . _s ( e . item . text ) + "\n\t\t" ) ] ) : e . item . longtext ? n ( "p" , [ e . _v ( "\n\t\t\t" + e . _s ( e . item . longtext ) + "\n\t\t" ) ] ) : e . _e ( ) ] ) : e . item . input ? n ( "span" , { staticClass : "menuitem" , class : { active : e . item . active } } , [ "checkbox" !== e . item . input ? n ( "span" , { class : e . item . icon } ) : e . _e ( ) , e . _v ( " " ) , "text" === e . item . input ? n ( "form" , { class : e . item . input , on : { submit : function ( t ) { return t . preventDefault ( ) , e . item . action ( t ) } } } , [ n ( "input" , { attrs : { type : e . item . input , placeholder : e . item . text , required : "" } , domProps : { value : e . item . value } } ) , e . _v ( " " ) , n ( "input" , { staticClass : "icon-confirm" , attrs : { type : "submit" , value : "" } } ) ] ) : [ "checkbox" === e . item . input ? n ( "input" , { directives : [ { name : "model" , rawName : "v-model" , value : e . item . model , expression : "item.model" } ] , class : e . item . input , attrs : { id : e . key , type : "checkbox" } , domProps : { checked : Array . isArray ( e . item . model ) ? e . _i ( e . item . model , null ) > - 1 : e . item . model } , on : { change : [ function ( t ) { var n = e . item . model , r = t . target , o = ! ! r . checked ; if ( Array . isArray ( n ) ) { var i = e . _i ( n , null ) ; r . checked ? i < 0 && e . $set ( e . item , "model" , n . concat ( [ null ] ) ) : i > - 1 && e . $set ( e . item , "model" , n . slice ( 0 , i ) . concat ( n . slice ( i + 1 ) ) ) } else e . $set ( e . item , "model" , o ) } , e . item . action ] } } ) : "radio" === e . item . input ? n ( "input" , { directives : [ { name : "model" , rawName : "v-model" , value : e . item . model , expression : "item.model" } ] , class : e . item . input , attrs : { id : e . key , type : "radio" } , domProps : { checked : e . _q ( e . item . model , null ) } , on : { change : [ function ( t ) { return e . $set ( e . item , "model" , null ) } , e . item . action ] } } ) : n ( "input" , { directives : [ { name : "model" , rawName : "v-model" , value : e . item . model , expression : "item.model" } ] , class : e . item . input , attrs : { id : e . key , type : e . item . input } , domProps : { value : e . item . model } , on : { change : e . item . action , input : function ( t ) { t . target . composing || e . $set ( e . item , "model" , t . target . value ) } } } ) , e . _v ( " " ) , n ( "label" , { attrs : { for : e . key } , on : { click : function ( t ) { return t . stopPropagation ( ) , t . preventDefault ( ) , e . item . action ( t ) } } } , [ e . _v ( "\n\t\t\t\t" + e . _s ( e . item . text ) + "\n\t\t\t" ) ] ) ] ] , 2 ) : e . item . action ? n ( "button" , { staticClass : "menuitem focusable" , class : { active : e . item . active } , attrs : { disabled : e . item . disabled } , on : { click : function ( t ) { return t . stopPropagation ( ) , t . preventDefault ( ) , e . item . action ( t ) } } } , [ n ( "span" , { class : e . item . icon } ) , e . _v ( " " ) , e . item . text && e . item . longtext ? n ( "p" , [ n ( "strong" , { staticClass : "menuitem-text" } , [ e . _v ( "\n\t\t\t\t" + e . _s ( e . item . text ) + "\n\t\t\t" ) ] ) , n ( " br
2019-12-09 13:55:42 +03: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/>.
*
2020-04-13 15:13:44 +03:00
* /t.default=u},function(e,t){e.exports=n(56)},function(e,t,n){"use strict";n.r(t),n(25),n(71),n(22),n(33),n(4),n(68),n(69);var r=n(14),o=n(51),i=n(52),a=n.n(i),s=n(13),l=(n(21),n(85),n(30),n(63)),u=n.n(l),c=n(49);function p(e,t,n,r,o,i,a){try{var s=e[i](a),l=s.value}catch(e){return void n(e)}s.done?t(l):Promise.resolve(l).then(r,o)}function f(e){return function(){var t=this,n=arguments;return new Promise((function(r,o){var i=e.apply(t,n);function a(e){p(i,r,o,a,s,"next",e)}function s(e){p(i,r,o,a,s,"throw",e)}a(void 0)}))}}var d={name:"Avatar",directives:{tooltip:s.default,ClickOutside:r.directive},components:{PopoverMenu:o.default},props:{url:{type:String,default:void 0},iconClass:{type:String,default:void 0},user:{type:String,default:void 0},isGuest:{type:Boolean,default:!1},displayName:{type:String,default:void 0},size:{type:Number,default:32},allowPlaceholder:{type:Boolean,default:!0},disableTooltip:{type:Boolean,default:!1},disableMenu:{type:Boolean,default:!1},tooltipMessage:{type:String,default:null},isNoUser:{type:Boolean,default:!1},status:{type:String,default:null,validator:function(e){switch(e){case"positive":case"negative":case"neutral":return!0}return!1}},statusColor:{type:[Number,String],default:null,validator:function(e){return/ ^ ( [ a - f0 - 9 ] { 3 } ) { 1 , 2 } $ / i . test ( e ) } } , menuPosition : { type : String , default : "center" } } , data : function ( ) { return { avatarUrlLoaded : null , avatarSrcSetLoaded : null , userDoesNotExist : ! 1 , isAvatarLoaded : ! 1 , isMenuLoaded : ! 1 , 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 } , hasMenu : function ( ) { return ! this . disableMenu && ( this . isMenuLoaded ? this . menu . length > 0 : ! ( this . user === OC . getCurrentUser ( ) . uid || this . userDoesNotExist || this . url ) ) } , shouldShowPlaceholder : function ( ) { return this . allowPlaceholder && this . userDoesNotExist } , avatarStyle : function ( ) { var e = { width : this . size + "px" , height : this . size + "px" , lineHeight : this . size + "px" , fontSize : Math . round ( . 55 * this . size ) + "px" } ; if ( ! this . iconClass && ! this . avatarSrcSetLoaded ) { var t = function ( e ) { var t = e . toLowerCase ( ) ; return null === t . match ( /^([0-9a-f]{4}-?){8}$/ ) && ( t = u ( ) ( t ) ) , t = t . replace ( /[^0-9a-f]/g , "" ) , Object ( c . a ) ( 6 ) [ function ( e , t ) { for ( var n = 0 , r = [ ] , o = 0 ; o < e . length ; o ++ ) r . push ( parseInt ( e . charAt ( o ) , 16 ) % 16 ) ; for ( var i in r ) n += r [ i ] ; return parseInt ( parseInt ( n , 10 ) % 18 , 10 ) } ( t ) ] } ( this . getUserIdentifier ) ; e . backgroundColor = "rgb(" + t . r + ", " + t . g + ", " + t . b + ")" } return e } , tooltip : function ( ) { return ! this . disableTooltip && ( this . tooltipMessage ? this . tooltipMessage : this . displayName ) } , initials : function ( ) { return this . shouldShowPlaceholder ? this . getUserIdentifier . charAt ( 0 ) . toUpperCase ( ) : "?" } , menu : function ( ) { return this . contactsMenuActions . map ( ( function ( e ) { return { href : e . hyperlink , icon : e . icon , text : e . title } } ) ) } } , watch : { url : function ( ) { this . userDoesNotExist = ! 1 , this . loadAvatarUrl ( ) } , user : function ( ) { this . userDoesNotExist = ! 1 , this . isMenuLoaded = ! 1 , this . loadAvatarUrl ( ) } } , mounted : function ( ) { this . loadAvatarUrl ( ) } , methods : { toggleMenu : function ( ) { var e = this ; return f ( regeneratorRuntime . mark ( ( function t ( ) { return regeneratorRuntime . wrap ( ( function ( t ) { for ( ; ; ) switch ( t . prev = t . next ) { case 0 : if ( e . hasMenu ) { t . next = 2 ; break } return t . abrupt ( "return" ) ; case 2 : if ( e . contactsMenuOpenState ) { t . next = 5 ; break } return t . next = 5 , e . fetchContactsMenu ( ) ; case 5 : e . contactsMenuOpenState = ! e . contactsMenuOpenState ; case 6 : case "end" : return t . stop ( ) } } ) , t ) } ) ) ) ( ) } , closeMenu : function ( ) { this . contactsMenuOpenState = ! 1 } , fetchContactsMenu : function ( ) { var e = this ; return f ( regeneratorRuntime . mark ( ( function t ( ) { var n , r , o ; return regeneratorRuntime . wrap ( ( function ( t ) { for ( ; ; ) switch ( t . prev = t . next ) { case 0 : return t . prev = 0 , n = encodeURIComponent ( e . user ) , t . next = 4 , a . a . post ( OC . generateUrl ( "contactsmenu/findOne" ) , "shareType=0&shareWith=" . concat ( n ) ) ; case 4 : r = t . sent , o = r . data , e . contactsMenuActions = o . topAction ? [ o . topAction ] . concat ( o . actions ) : o . actions , t . next = 12 ; break ; case 9 : t . prev = 9 , t . t0 = t . catch ( 0 ) , e . contactsMenuOpenState = !
2019-12-09 13:55:42 +03: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/>.
*
2020-04-13 15:13:44 +03:00
* / t . d e f a u l t = g } , , , , , , , f u n c t i o n ( e , t , n ) { v a r r = n ( 1 5 9 ) ; " s t r i n g " = = t y p e o f r & & ( r = [ [ e . i , r , " " ] ] ) , r . l o c a l s & & ( e . e x p o r t s = r . l o c a l s ) , ( 0 , n ( 2 ) . d e f a u l t ) ( " 1 f 1 3 0 2 d 4 " , r , ! 0 , { } ) } , f u n c t i o n ( e , t , n ) { v a r r = n ( 1 6 1 ) ; " s t r i n g " = = t y p e o f r & & ( r = [ [ e . i , r , " " ] ] ) , r . l o c a l s & & ( e . e x p o r t s = r . l o c a l s ) , ( 0 , n ( 2 ) . d e f a u l t ) ( " 2 e f b 1 6 e d " , r , ! 0 , { } ) } , , f u n c t i o n ( e , t ) { e . e x p o r t s = n ( 4 4 8 ) } , , , , , f u n c t i o n ( e , t ) { e . e x p o r t s = n ( 4 5 1 ) } , f u n c t i o n ( e , t ) { e . e x p o r t s = n ( 4 5 7 ) } , , f u n c t i o n ( e , t ) { e . e x p o r t s = n ( 2 5 8 ) } , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; v a r r = n ( 3 4 ) ; n . n ( r ) . a } , f u n c t i o n ( e , t , n ) { ( t = n ( 1 ) ( ! 1 ) ) . p u s h ( [ e . i , " \ n b u t t o n . m e n u i t e m [ d a t a - v - 7 5 a b 8 8 6 e ] { \ n \ t t e x t - a l i g n : l e f t ; \ n } \ n b u t t o n . m e n u i t e m * [ d a t a - v - 7 5 a b 8 8 6 e ] { \ n \ t c u r s o r : p o i n t e r ; \ n } \ n b u t t o n . m e n u i t e m [ d a t a - v - 7 5 a b 8 8 6 e ] : d i s a b l e d { \ n \ t o p a c i t y : 0 . 5 ! i m p o r t a n t ; \ n \ t c u r s o r : d e f a u l t ; \ n } \ n b u t t o n . m e n u i t e m : d i s a b l e d * [ d a t a - v - 7 5 a b 8 8 6 e ] { \ n \ t c u r s o r : d e f a u l t ; \ n } \ n . m e n u i t e m . a c t i v e [ d a t a - v - 7 5 a b 8 8 6 e ] { \ n \ t b o x - s h a d o w : i n s e t 2 p x 0 v a r ( - - c o l o r - p r i m a r y ) ; \ n \ t b o r d e r - r a d i u s : 0 ; \ n } \ n " , " " ] ) , e . e x p o r t s = t } , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; v a r r = n ( 3 5 ) ; n . n ( r ) . a } , f u n c t i o n ( e , t , n ) { ( t = n ( 1 ) ( ! 1 ) ) . p u s h ( [ e . i , " l i [ d a t a - v - 7 5 a b 8 8 6 e ] { d i s p l a y : f l e x ; f l e x : 0 0 a u t o } l i . h i d d e n [ d a t a - v - 7 5 a b 8 8 6 e ] { d i s p l a y : n o n e } l i > b u t t o n [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > a [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > . m e n u i t e m [ d a t a - v - 7 5 a b 8 8 6 e ] { c u r s o r : p o i n t e r ; l i n e - h e i g h t : 4 4 p x ; b o r d e r : 0 ; b o r d e r - r a d i u s : 0 ; b a c k g r o u n d - c o l o r : t r a n s p a r e n t ; d i s p l a y : f l e x ; a l i g n - i t e m s : f l e x - s t a r t ; h e i g h t : a u t o ; m a r g i n : 0 ; p a d d i n g : 0 ; f o n t - w e i g h t : n o r m a l ; b o x - s h a d o w : n o n e ; w i d t h : 1 0 0 % ; c o l o r : v a r ( - - c o l o r - m a i n - t e x t ) ; w h i t e - s p a c e : n o w r a p ; o p a c i t y : . 7 } l i > b u t t o n s p a n [ c l a s s ^ = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > b u t t o n s p a n [ c l a s s * = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > b u t t o n [ c l a s s ^ = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > b u t t o n [ c l a s s * = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > a s p a n [ c l a s s ^ = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > a s p a n [ c l a s s * = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > a [ c l a s s ^ = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > a [ c l a s s * = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > . m e n u i t e m s p a n [ c l a s s ^ = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > . m e n u i t e m s p a n [ c l a s s * = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > . m e n u i t e m [ c l a s s ^ = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > . m e n u i t e m [ c l a s s * = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] { m i n - w i d t h : 0 ; m i n - h e i g h t : 0 ; b a c k g r o u n d - p o s i t i o n : 1 4 p x c e n t e r ; b a c k g r o u n d - s i z e : 1 6 p x } l i > b u t t o n s p a n [ c l a s s ^ = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > b u t t o n s p a n [ c l a s s * = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > a s p a n [ c l a s s ^ = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > a s p a n [ c l a s s * = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > . m e n u i t e m s p a n [ c l a s s ^ = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > . m e n u i t e m s p a n [ c l a s s * = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] { p a d d i n g : 2 2 p x 0 2 2 p x 4 4 p x } l i > b u t t o n : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) > s p a n [ d a t a - v - 7 5 a b 8 8 6 e ] : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) : f i r s t - c h i l d , l i > b u t t o n : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) > i n p u t [ d a t a - v - 7 5 a b 8 8 6 e ] : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) : f i r s t - c h i l d , l i > b u t t o n : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) > f o r m [ d a t a - v - 7 5 a b 8 8 6 e ] : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) : f i r s t - c h i l d , l i > a : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) > s p a n [ d a t a - v - 7 5 a b 8 8 6 e ] : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) : f i r s t - c h i l d , l i > a : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) > i n p u t [ d a t a - v - 7 5 a b 8 8 6 e ] : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) : f i r s t - c h i l d , l i > a : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) > f o r m [ d a t a - v - 7 5 a b 8 8 6 e ] : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) : f i r s t - c h i l d , l i > . m e n u i t e m : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) > s p a n [ d a t a - v - 7 5 a b 8 8 6 e ] : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) : f i r s t - c h i l d , l i > . m e n u i t e m : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) > i n p u t [ d a t a - v - 7 5 a b 8 8 6 e ] : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) : f i r s t - c h i l d , l i > . m e n u i t e m : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) > f o r m [ d a t a - v - 7 5 a b 8 8 6 e ] : n o t ( [ c l a s s ^ = ' i c o n - ' ] ) : n o t ( [ c l a s s * = ' i c o n - ' ] ) : f i r s t - c h i l d { m a r g i n - l e f t : 4 4 p x } l i > b u t t o n [ c l a s s ^ = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > b u t t o n [ c l a s s * = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > a [ c l a s s ^ = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > a [ c l a s s * = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > . m e n u i t e m [ c l a s s ^ = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > . m e n u i t e m [ c l a s s * = ' i c o n - ' ] [ d a t a - v - 7 5 a b 8 8 6 e ] { p a d d i n g : 0 1 4 p x 0 4 4 p x } l i > b u t t o n [ d a t a - v - 7 5 a b 8 8 6 e ] : n o t ( : d i s a b l e d ) : h o v e r , l i > b u t t o n [ d a t a - v - 7 5 a b 8 8 6 e ] : n o t ( : d i s a b l e d ) : f o c u s , l i > b u t t o n : n o t ( : d i s a b l e d ) . a c t i v e [ d a t a - v - 7 5 a b 8 8 6 e ] , l i > a [ d a t a - v - 7 5 a b 8 8 6 e ] : n o t ( : d i s a b l e d ) : h o v e r , l i > a [ d a t a - v - 7 5 a b 8 8 6 e ] : n o t ( : d i s a b l e d ) : f o c u
2019-12-09 13:55:42 +03: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/>.
*
* /
2020-04-13 15:13:44 +03:00
Object ( r . a ) ( _ ) , t . default = _ } , , , , , , , function ( e , t ) { e . exports = n ( 461 ) } , function ( e , t ) { e . exports = n ( 462 ) } , function ( e , t ) { e . exports = n ( 463 ) } , , function ( e , t ) { e . exports = n ( 465 ) } , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , function ( e , t ) { e . exports = n ( 466 ) } , function ( e , t ) { e . exports = n ( 467 ) } , function ( e , t , n ) { "use strict" ; var r = n ( 60 ) ; n . n ( r ) . a } , function ( e , t , n ) { ( t = n ( 1 ) ( ! 1 ) ) . push ( [ e . i , ".option[data-v-808e3c40]{display:flex;align-items:center;width:100%;height:32px}.option__avatar[data-v-808e3c40]{flex:0 0 32px;width:32px;height:32px;margin-right:6px}.option__desc[data-v-808e3c40]{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0}.option__desc--lineone[data-v-808e3c40]{color:var(--color-text-light)}.option__desc--linetwo[data-v-808e3c40]{opacity:.7}.option__desc--lineone[data-v-808e3c40],.option__desc--linetwo[data-v-808e3c40]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.option__desc--lineone strong[data-v-808e3c40],.option__desc--linetwo strong[data-v-808e3c40]{font-weight:bold}.option__icon[data-v-808e3c40]{flex:0 0 44px;width:44px;height:44px;margin:-6px;opacity:.5;background-position:center;background-size:16px}\n" , "" ] ) , e . exports = t } , function ( e , t , n ) { "use strict" ; var r = n ( 61 ) ; n . n ( r ) . a } , function ( e , t , n ) { ( t = n ( 1 ) ( ! 1 ) ) . push ( [ e . i , ".name-parts[data-v-2d5d34b0]{display:flex;max-width:100%}.name-parts__first[data-v-2d5d34b0]{overflow:hidden;text-overflow:ellipsis}.name-parts__first[data-v-2d5d34b0],.name-parts__last[data-v-2d5d34b0]{white-space:pre}.name-parts__first strong[data-v-2d5d34b0],.name-parts__last strong[data-v-2d5d34b0]{font-weight:bold}\n" , "" ] ) , e . exports = t } , function ( e , t , n ) { var r = n ( 163 ) ; "string" == typeof r && ( r = [ [ e . i , r , "" ] ] ) , r . locals && ( e . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "b5985a26" , r , ! 0 , { } ) } , function ( e , t , n ) { ( t = n ( 1 ) ( ! 1 ) ) . push ( [ e . i , " . multiselect [ data - v - e1f55ce ] { margin : 0 ; padding : 0 ! important ; display : inline - block ; min - width : 160 px ; position : relative ; background - color : var ( -- color - main - background ) } . multiselect [ data - v - e1f55ce ] : not ( . multiselect -- active ) . multiselect _ _single { position : absolute ; width : 100 % } . multiselect [ data - v - e1f55ce ] . multiselect -- active input . multiselect _ _input { opacity : 1 ! important ; cursor : text ! important ; border - radius : var ( -- border - radius ) var ( -- border - radius ) 0 0 } . multiselect [ data - v - e1f55ce ] . multiselect -- active . multiselect _ _limit { display : none } . multiselect [ data - v - e1f55ce ] . multiselect -- active . multiselect -- above input . multiselect _ _input { border - radius : 0 0 var ( -- border - radius ) var ( -- border - radius ) } . multiselect [ data - v - e1f55ce ] . multiselect -- disabled , . multiselect [ data - v - e1f55ce ] . multiselect -- disabled . multiselect _ _single { background - color : var ( -- color - background - dark ) ! important } . multiselect [ data - v - e1f55ce ] . icon - loading - small : : after { left : 100 % ; margin - left : - 24 px } . multiselect [ data - v - e1f55ce ] . multiselect _ _tags { display : flex ; flex - wrap : nowrap ; overflow : hidden ; border : 1 px solid var ( -- color - border - dark ) ; cursor : pointer ; position : relative ; border - radius : 3 px ; height : 34 px } . multiselect [ data - v - e1f55ce ] . multiselect _ _tags . multiselect _ _tags - wrap { align - items : center ; display : inline - flex ; overflow : hidden ; max - width : 100 % ; position : relative ; padding : 3 px 5 px ; flex - grow : 1 } . multiselect [ data - v - e1f55ce ] . multiselect _ _tags . multiselect _ _tags - wrap : empty ~ input . multiselect _ _input { opacity : 1 ! important } . multiselect [ data - v - e1f55ce ] . multiselect _ _tags . multiselect _ _tags - wrap : empty ~ input . multiselect _ _input + span : not ( . multiselect _ _single ) { display : none } . multiselect [ data - v - e1f55ce ] . multiselect _ _tags . multiselect _ _tags - wrap . multiselect _ _tag { flex : 1 0 0 ; line - height : 20 px ; padding : 1 px 5 px ; background - image : none ; color : var ( -- color - main - text ) ; border : 1 px solid var ( -- color - border - dark ) ; display : inline - flex ; align - items : center ; border - radius : 3 px ; min - width : 0 ; max - width : 50 % ; max - width : fit - content ; max - width : - moz - fit - content } . multiselect [ data - v - e1f55ce ] . multiselect _ _tags . multiselect _ _tags - wrap . multiselect _ _tag : only - child { flex : 0 1 auto } . multiselect [ data - v - e1f55ce ] . multiselect _ _tags . multiselect _ _tags - wrap . multiselect _ _tag : not ( : last - child ) { margin - right : 5 px } . multiselect [ data - v - e1f55ce ] . multiselect _ _tags . multiselect _ _tags - wrap . multiselect _ _tag > span { white - space : nowrap ; text - overflow : e
2020-03-21 12:42:37 +03:00
/ * !
* Toastify js 1.7 . 0
* https : //github.com/apvarun/toastify-js
* @ license MIT licensed
*
* Copyright ( C ) 2018 Varun A P
* /
2020-04-10 13:01:29 +03:00
var r , o ; r = this , o = function ( e ) { var t = function ( e ) { return new t . lib . init ( e ) } ; function n ( e , t ) { return ! ( ! e || "string" != typeof t || ! ( e . className && e . className . trim ( ) . split ( /\s+/gi ) . indexOf ( t ) > - 1 ) ) } return t . lib = t . prototype = { toastify : "1.7.0" , constructor : t , init : function ( e ) { return e || ( e = { } ) , this . options = { } , this . toastElement = null , this . options . text = e . text || "Hi there!" , this . options . duration = 0 === e . duration ? 0 : e . duration || 3e3 , this . options . selector = e . selector , this . options . callback = e . callback || function ( ) { } , this . options . destination = e . destination , this . options . newWindow = e . newWindow || ! 1 , this . options . close = e . close || ! 1 , this . options . gravity = "bottom" === e . gravity ? "toastify-bottom" : "toastify-top" , this . options . positionLeft = e . positionLeft || ! 1 , this . options . position = e . position || "" , this . options . backgroundColor = e . backgroundColor , this . options . avatar = e . avatar || "" , this . options . className = e . className || "" , this . options . stopOnFocus = void 0 === e . stopOnFocus || e . stopOnFocus , this . options . onClick = e . onClick , this } , buildToast : function ( ) { if ( ! this . options ) throw "Toastify is not initialized" ; var e = document . createElement ( "div" ) ; if ( e . className = "toastify on " + this . options . className , this . options . position ? e . className += " toastify-" + this . options . position : ! 0 === this . options . positionLeft ? ( e . className += " toastify-left" , console . warn ( "Property `positionLeft` will be depreciated in further versions. Please use `position` instead." ) ) : e . className += " toastify-right" , e . className += " " + this . options . gravity , this . options . backgroundColor && ( e . style . background = this . options . backgroundColor ) , e . innerHTML = this . options . text , "" !== this . options . avatar ) { var t = document . createElement ( "img" ) ; t . src = this . options . avatar , t . className = "toastify-avatar" , "left" == this . options . position || ! 0 === this . options . positionLeft ? e . appendChild ( t ) : e . insertAdjacentElement ( "beforeend" , t ) } if ( ! 0 === this . options . close ) { var n = document . createElement ( "span" ) ; n . innerHTML = "✖" , n . className = "toast-close" , n . addEventListener ( "click" , function ( e ) { e . stopPropagation ( ) , this . removeElement ( this . toastElement ) , window . clearTimeout ( this . toastElement . timeOutValue ) } . bind ( this ) ) ; var r = window . innerWidth > 0 ? window . innerWidth : screen . width ; ( "left" == this . options . position || ! 0 === this . options . positionLeft ) && r > 360 ? e . insertAdjacentElement ( "afterbegin" , n ) : e . appendChild ( n ) } if ( this . options . stopOnFocus && this . options . duration > 0 ) { const t = this ; e . addEventListener ( "mouseover" , ( function ( t ) { window . clearTimeout ( e . timeOutValue ) } ) ) , e . addEventListener ( "mouseleave" , ( function ( ) { e . timeOutValue = window . setTimeout ( ( function ( ) { t . removeElement ( e ) } ) , t . options . duration ) } ) ) } return void 0 !== this . options . destination && e . addEventListener ( "click" , function ( e ) { e . stopPropagation ( ) , ! 0 === this . options . newWindow ? window . open ( this . options . destination , "_blank" ) : window . location = this . options . destination } . bind ( this ) ) , "function" == typeof this . options . onClick && void 0 === this . options . destination && e . addEventListener ( "click" , function ( e ) { e . stopPropagation ( ) , this . options . onClick ( ) } . bind ( this ) ) , e } , showToast : function ( ) { var e ; if ( this . toastElement = this . buildToast ( ) , ! ( e = void 0 === this . options . selector ? document . body : document . getElementById ( this . options . selector ) ) ) throw "Root element is not defined" ; return e . insertBefore ( this . toastElement , e . firstChild ) , t . reposition ( ) , this . options . duration > 0 && ( this . toastElement . timeOutValue = window . setTimeout ( function ( ) { this . removeElement ( this . toastElement ) } . bind ( this ) , this . options . duration ) ) , this } , hideToast : function ( ) { this . toastElement . timeOutValue && clearTimeout ( this . toastElement . timeOutValue ) , this . removeElement ( this . toastElement ) } , removeElement : function ( e ) { e . className = e . className . replace ( " on" , "" ) , window . setTimeout ( function ( ) { e . parentNode && e . parentNode . removeChild ( e ) , this . options . callback . call ( e ) , t . reposition ( ) } . bind ( this ) , 400 ) } } , t . reposition = function ( ) { for ( var e , t = { top : 15 , bottom : 15 } , r = { top : 15 , bottom : 15 } , o = { top : 15 , bottom : 15 } , i = document . getElementsByClassName ( "toastify" ) , a = 0 ; a < i . length ; a ++ ) { e = ! 0 === n ( i [ a ] , "toastify-top" ) ? "toastify-top" : "toastify-bottom" ; var s = i [ a ] . offsetHeight ; e = e . substr ( 9 , e . length - 1 ) , ( window . innerWidth > 0 ? window . innerWidth : screen . width ) <= 360 ? ( i [ a ] . style [ e ] = o [ e ] + "px" , o [ e ] += s + 15 ) : ! 0 === n (
2020-01-16 02:03:29 +03:00
/ * !
* escape - html
* Copyright ( c ) 2012 - 2013 TJ Holowaychuk
* Copyright ( c ) 2015 Andreas Lubbe
* Copyright ( c ) 2015 Tiancheng "Timothy" Gu
* MIT Licensed
2020-04-13 15:13:44 +03:00
* /var r=/ [ "'&<>]/;e.exports=function(e){var t,n=" "+e,o=r.exec(n);if(!o)return n;var i=" ",a=0,s=0;for(a=o.index;a<n.length;a++){switch(n.charCodeAt(a)){case 34:t=" & quot ; ";break;case 38:t=" & amp ; ";break;case 39:t=" & # 39 ; ";break;case 60:t=" & lt ; ";break;case 62:t=" & gt ; ";break;default:continue}s!==a&&(i+=n.substring(s,a)),s=a+1,i+=t}return s!==a?i+n.substring(s,a):i}},function(e,t,n){var r,o,i,a,s;r=n(449),o=n(336).utf8,i=n(450),a=n(336).bin,(s=function(e,t){e.constructor==String?e=t&&" binary "===t.encoding?a.stringToBytes(e):o.stringToBytes(e):i(e)?e=Array.prototype.slice.call(e,0):Array.isArray(e)||(e=e.toString());for(var n=r.bytesToWords(e),l=8*e.length,u=1732584193,c=-271733879,p=-1732584194,f=271733878,d=0;d<n.length;d++)n[d]=16711935&(n[d]<<8|n[d]>>>24)|4278255360&(n[d]<<24|n[d]>>>8);n[l>>>5]|=128<<l%32,n[14+(l+64>>>9<<4)]=l;var m=s._ff,h=s._gg,v=s._hh,A=s._ii;for(d=0;d<n.length;d+=16){var g=u,y=c,b=p,x=f;u=m(u,c,p,f,n[d+0],7,-680876936),f=m(f,u,c,p,n[d+1],12,-389564586),p=m(p,f,u,c,n[d+2],17,606105819),c=m(c,p,f,u,n[d+3],22,-1044525330),u=m(u,c,p,f,n[d+4],7,-176418897),f=m(f,u,c,p,n[d+5],12,1200080426),p=m(p,f,u,c,n[d+6],17,-1473231341),c=m(c,p,f,u,n[d+7],22,-45705983),u=m(u,c,p,f,n[d+8],7,1770035416),f=m(f,u,c,p,n[d+9],12,-1958414417),p=m(p,f,u,c,n[d+10],17,-42063),c=m(c,p,f,u,n[d+11],22,-1990404162),u=m(u,c,p,f,n[d+12],7,1804603682),f=m(f,u,c,p,n[d+13],12,-40341101),p=m(p,f,u,c,n[d+14],17,-1502002290),u=h(u,c=m(c,p,f,u,n[d+15],22,1236535329),p,f,n[d+1],5,-165796510),f=h(f,u,c,p,n[d+6],9,-1069501632),p=h(p,f,u,c,n[d+11],14,643717713),c=h(c,p,f,u,n[d+0],20,-373897302),u=h(u,c,p,f,n[d+5],5,-701558691),f=h(f,u,c,p,n[d+10],9,38016083),p=h(p,f,u,c,n[d+15],14,-660478335),c=h(c,p,f,u,n[d+4],20,-405537848),u=h(u,c,p,f,n[d+9],5,568446438),f=h(f,u,c,p,n[d+14],9,-1019803690),p=h(p,f,u,c,n[d+3],14,-187363961),c=h(c,p,f,u,n[d+8],20,1163531501),u=h(u,c,p,f,n[d+13],5,-1444681467),f=h(f,u,c,p,n[d+2],9,-51403784),p=h(p,f,u,c,n[d+7],14,1735328473),u=v(u,c=h(c,p,f,u,n[d+12],20,-1926607734),p,f,n[d+5],4,-378558),f=v(f,u,c,p,n[d+8],11,-2022574463),p=v(p,f,u,c,n[d+11],16,1839030562),c=v(c,p,f,u,n[d+14],23,-35309556),u=v(u,c,p,f,n[d+1],4,-1530992060),f=v(f,u,c,p,n[d+4],11,1272893353),p=v(p,f,u,c,n[d+7],16,-155497632),c=v(c,p,f,u,n[d+10],23,-1094730640),u=v(u,c,p,f,n[d+13],4,681279174),f=v(f,u,c,p,n[d+0],11,-358537222),p=v(p,f,u,c,n[d+3],16,-722521979),c=v(c,p,f,u,n[d+6],23,76029189),u=v(u,c,p,f,n[d+9],4,-640364487),f=v(f,u,c,p,n[d+12],11,-421815835),p=v(p,f,u,c,n[d+15],16,530742520),u=A(u,c=v(c,p,f,u,n[d+2],23,-995338651),p,f,n[d+0],6,-198630844),f=A(f,u,c,p,n[d+7],10,1126891415),p=A(p,f,u,c,n[d+14],15,-1416354905),c=A(c,p,f,u,n[d+5],21,-57434055),u=A(u,c,p,f,n[d+12],6,1700485571),f=A(f,u,c,p,n[d+3],10,-1894986606),p=A(p,f,u,c,n[d+10],15,-1051523),c=A(c,p,f,u,n[d+1],21,-2054922799),u=A(u,c,p,f,n[d+8],6,1873313359),f=A(f,u,c,p,n[d+15],10,-30611744),p=A(p,f,u,c,n[d+6],15,-1560198380),c=A(c,p,f,u,n[d+13],21,1309151649),u=A(u,c,p,f,n[d+4],6,-145523070),f=A(f,u,c,p,n[d+11],10,-1120210379),p=A(p,f,u,c,n[d+2],15,718787259),c=A(c,p,f,u,n[d+9],21,-343485551),u=u+g>>>0,c=c+y>>>0,p=p+b>>>0,f=f+x>>>0}return r.endian([u,c,p,f])})._ff=function(e,t,n,r,o,i,a){var s=e+(t&n|~t&r)+(o>>>0)+a;return(s<<i|s>>>32-i)+t},s._gg=function(e,t,n,r,o,i,a){var s=e+(t&r|n&~r)+(o>>>0)+a;return(s<<i|s>>>32-i)+t},s._hh=function(e,t,n,r,o,i,a){var s=e+(t^n^r)+(o>>>0)+a;return(s<<i|s>>>32-i)+t},s._ii=function(e,t,n,r,o,i,a){var s=e+(n^(t|~r))+(o>>>0)+a;return(s<<i|s>>>32-i)+t},s._blocksize=16,s._digestsize=16,e.exports=function(e,t){if(null==e)throw new Error(" Illegal argument "+e);var n=r.wordsToBytes(s(e,t));return t&&t.asBytes?n:t&&t.asString?a.bytesToString(n):r.bytesToHex(n)}},function(e,t){var n,r;n=" ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + / " , r = { r o t l : f u n c t i o n ( e , t ) { r e t u r n e < < t | e > > > 3 2 - t } , r o t r : f u n c t i o n ( e , t ) { r e t u r n e < < 3 2 - t | e > > > t } , e n d i a n : f u n c t i o n ( e ) { i f ( e . c o n s t r u c t o r = = N u m b e r ) r e t u r n 1 6 7 1 1 9 3 5 & r . r o t l ( e , 8 ) | 4 2 7 8 2 5 5 3 6 0 & r . r o t l ( e , 2 4 ) ; f o r ( v a r t = 0 ; t < e . l e n g t h ; t + + ) e [ t ] = r . e n d i a n ( e [ t ] ) ; r e t u r n e } , r a n d o m B y t e s : f u n c t i o n ( e ) { f o r ( v a r t = [ ] ; e > 0 ; e - - ) t . p u s h ( M a t h . f l o o r ( 2 5 6 * M a t h . r
2020-01-16 02:03:29 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /
2020-04-23 14:45:17 +03:00
e . exports = function ( e ) { return null != e && ( n ( e ) || function ( e ) { return "function" == typeof e . readFloatLE && "function" == typeof e . slice && n ( e . slice ( 0 , 0 ) ) } ( e ) || ! ! e . _isBuffer ) } } , function ( e , t , n ) { "use strict" ; var r , o , i , a , s = n ( 3 ) , l = n ( 34 ) , u = n ( 2 ) , c = n ( 23 ) , p = n ( 452 ) , f = n ( 11 ) , d = n ( 95 ) , m = n ( 25 ) , h = n ( 145 ) , v = n ( 6 ) , A = n ( 60 ) , g = n ( 42 ) , y = n ( 16 ) , b = n ( 85 ) , x = n ( 93 ) , w = n ( 167 ) , T = n ( 260 ) , _ = n ( 337 ) . set , E = n ( 453 ) , S = n ( 454 ) , M = n ( 455 ) , C = n ( 339 ) , O = n ( 456 ) , I = n ( 17 ) , N = n ( 49 ) , L = n ( 0 ) , k = n ( 91 ) , j = L ( "species" ) , P = "Promise" , B = I . get , D = I . set , R = I . getterFor ( P ) , F = p , U = u . TypeError , G = u . document , $ = u . process , z = c ( "fetch" ) , Q = C . f , H = Q , V = "process" == y ( $ ) , Y = ! ! ( G && G . createEvent && u . dispatchEvent ) , W = N ( P , ( function ( ) { if ( ! ( b ( F ) !== String ( F ) ) ) { if ( 66 === k ) return ! 0 ; if ( ! V && "function" != typeof PromiseRejectionEvent ) return ! 0 } if ( l && ! F . prototype . finally ) return ! 0 ; if ( k >= 51 && /native code/ . test ( F ) ) return ! 1 ; var e = F . resolve ( 1 ) , t = function ( e ) { e ( ( function ( ) { } ) , ( function ( ) { } ) ) } ; return ( e . constructor = { } ) [ j ] = t , ! ( e . then ( ( function ( ) { } ) ) instanceof t ) } ) ) , Z = W || ! w ( ( function ( e ) { F . all ( e ) . catch ( ( function ( ) { } ) ) } ) ) , q = function ( e ) { var t ; return ! ( ! v ( e ) || "function" != typeof ( t = e . then ) ) && t } , J = function ( e , t , n ) { if ( ! t . notified ) { t . notified = ! 0 ; var r = t . reactions ; E ( ( function ( ) { for ( var o = t . value , i = 1 == t . state , a = 0 ; r . length > a ; ) { var s , l , u , c = r [ a ++ ] , p = i ? c . ok : c . fail , f = c . resolve , d = c . reject , m = c . domain ; try { p ? ( i || ( 2 === t . rejection && te ( e , t ) , t . rejection = 1 ) , ! 0 === p ? s = o : ( m && m . enter ( ) , s = p ( o ) , m && ( m . exit ( ) , u = ! 0 ) ) , s === c . promise ? d ( U ( "Promise-chain cycle" ) ) : ( l = q ( s ) ) ? l . call ( s , f , d ) : f ( s ) ) : d ( o ) } catch ( e ) { m && ! u && m . exit ( ) , d ( e ) } } t . reactions = [ ] , t . notified = ! 1 , n && ! t . rejection && K ( e , t ) } ) ) } } , X = function ( e , t , n ) { var r , o ; Y ? ( ( r = G . createEvent ( "Event" ) ) . promise = t , r . reason = n , r . initEvent ( e , ! 1 , ! 0 ) , u . dispatchEvent ( r ) ) : r = { promise : t , reason : n } , ( o = u [ "on" + e ] ) ? o ( r ) : "unhandledrejection" === e && M ( "Unhandled promise rejection" , n ) } , K = function ( e , t ) { _ . call ( u , ( function ( ) { var n , r = t . value ; if ( ee ( t ) && ( n = O ( ( function ( ) { V ? $ . emit ( "unhandledRejection" , r , e ) : X ( "unhandledrejection" , e , r ) } ) ) , t . rejection = V || ee ( t ) ? 2 : 1 , n . error ) ) throw n . value } ) ) } , ee = function ( e ) { return 1 !== e . rejection && ! e . parent } , te = function ( e , t ) { _ . call ( u , ( function ( ) { V ? $ . emit ( "rejectionHandled" , e ) : X ( "rejectionhandled" , e , t . value ) } ) ) } , ne = function ( e , t , n , r ) { return function ( o ) { e ( t , n , o , r ) } } , re = function ( e , t , n , r ) { t . done || ( t . done = ! 0 , r && ( t = r ) , t . value = n , t . state = 2 , J ( e , t , ! 0 ) ) } , oe = function ( e , t , n , r ) { if ( ! t . done ) { t . done = ! 0 , r && ( t = r ) ; try { if ( e === n ) throw U ( "Promise can't be resolved itself" ) ; var o = q ( n ) ; o ? E ( ( function ( ) { var r = { done : ! 1 } ; try { o . call ( n , ne ( oe , e , r , t ) , ne ( re , e , r , t ) ) } catch ( n ) { re ( e , r , n , t ) } } ) ) : ( t . value = n , t . state = 1 , J ( e , t , ! 1 ) ) } catch ( n ) { re ( e , { done : ! 1 } , n , t ) } } } ; W && ( F = function ( e ) { g ( this , F , P ) , A ( e ) , r . call ( this ) ; var t = B ( this ) ; try { e ( ne ( oe , this , t ) , ne ( re , this , t ) ) } catch ( e ) { re ( this , t , e ) } } , ( r = function ( e ) { D ( this , { type : P , done : ! 1 , notified : ! 1 , parent : ! 1 , reactions : [ ] , rejection : ! 1 , state : 0 , value : void 0 } ) } ) . prototype = d ( F . prototype , { then : function ( e , t ) { var n = R ( this ) , r = Q ( T ( this , F ) ) ; return r . ok = "function" != typeof e || e , r . fail = "function" == typeof t && t , r . domain = V ? $ . domain : void 0 , n . parent = ! 0 , n . reactions . push ( r ) , 0 != n . state && J ( this , n , ! 1 ) , r . promise } , catch : function ( e ) { return this . then ( void 0 , e ) } } ) , o = function ( ) { var e = new r , t = B ( e ) ; this . promise = e , this . resolve = ne ( oe , e , t ) , this . reject = ne ( re , e , t ) } , C . f = Q = function ( e ) { return e === F || e === i ? new o ( e ) : H ( e ) } , l || "function" != typeof p || ( a = p . prototype . then , f ( p . prototype , "then" , ( function ( e , t ) { var n = this ; return new F ( ( function ( e , t ) { a . call ( n , e , t ) } ) ) . then ( e , t ) } ) , { unsafe : ! 0 } ) , "function" == typeof z && s ( { global : ! 0 , enumerable : ! 0 , forced : ! 0 } , { fetch : function ( e ) { return S ( F , z . apply ( u , arguments ) ) } } ) ) ) , s ( { global : ! 0 , wrap : ! 0 , forced : W } , { Promise : F } ) , m ( F , P , ! 1 , ! 0 ) , h ( P ) , i = c ( P ) , s ( { target : P , stat : ! 0 , forced : W } , { reject : function ( e ) { var t = Q ( this ) ; return t . reject . call ( void 0 , e ) , t . promise } } ) , s ( { target : P , stat : ! 0 , forced : l || W } , { resolve : function ( e ) { return S ( l && this === i ? F : this , e ) } } ) , s ( { target : P , stat : ! 0 , forced : Z } , { all : function ( e ) { var t = this , n = Q ( t ) , r = n . resolve , o = n . reject , i = O ( ( function ( ) { var n = A ( t . resolve ) , i = [ ] , a = 0 , s = 1 ; x ( e , ( function ( e ) { var l = a ++ , u = ! 1 ; i . push ( void 0 ) , s ++ , n . call ( t , e ) . then ( ( function ( e ) { u || ( u = ! 0 , i [ l ] = e , -- s || r ( i ) ) } ) , o ) } ) ) , -- s || r ( i ) } ) ) ; return i . error && o ( i . value ) , n . promise } , race : function ( e ) { var t = this , n = Q ( t ) , r = n . reject , o = O ( ( function
2019-10-29 14:22:15 +03:00
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ 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/>.
* /
2020-04-23 14:45:17 +03:00
r . nc = btoa ( Object ( a . getRequestToken ) ( ) ) , r . p = Object ( s . generateFilePath ) ( "files" , "" , "js/" ) , i . default . prototype . t = t , ( new ( i . default . extend ( w ) ) ) . $mount ( "#files-personal-settings" ) } ] ) ;
2019-10-29 14:22:15 +03:00
//# sourceMappingURL=personal-settings.js.map