2021-03-17 11:45:22 +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 = 337 ) } ( [ function ( e , t , n ) { var r = n ( 3 ) , o = n ( 60 ) , i = n ( 5 ) , s = n ( 45 ) , a = n ( 64 ) , c = n ( 99 ) , l = o ( "wks" ) , u = r . Symbol , p = c ? u : u && u . withoutSetter || s ; e . exports = function ( e ) { return i ( l , e ) && ( a || "string" == typeof l [ e ] ) || ( a && i ( u , e ) ? l [ e ] = u [ e ] : l [ e ] = p ( "Symbol." + e ) ) , l [ e ] } } , function ( e , t ) { e . exports = function ( e ) { try { return ! ! e ( ) } catch ( e ) { return ! 0 } } } , function ( e , t , n ) { var r = n ( 3 ) , o = n ( 28 ) . f , i = n ( 13 ) , s = n ( 10 ) , a = n ( 58 ) , c = n ( 95 ) , l = n ( 51 ) ; e . exports = function ( e , t ) { var n , u , p , m , d , f = e . target , g = e . global , A = e . stat ; if ( n = g ? r : A ? r [ f ] || a ( f , { } ) : ( r [ f ] || { } ) . prototype ) for ( u in t ) { if ( m = t [ u ] , p = e . noTargetGet ? ( d = o ( n , u ) ) && d . value : n [ u ] , ! l ( g ? u : f + ( A ? "." : "#" ) + u , e . forced ) && void 0 !== p ) { if ( typeof m == typeof p ) continue ; c ( m , p ) } ( e . sham || p && p . sham ) && i ( m , "sham" , ! 0 ) , s ( n , u , m , e ) } } } , 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 } ( ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 11 ) ) } , 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 ) { var n = { } . hasOwnProperty ; e . exports = function ( e , t ) { return n . call ( e , t ) } } , function ( e , t ) { e . exports = function ( e ) { return "object" == typeof e ? null !== e : "function" == typeof e } } , function ( e , t , n ) { var r = n ( 8 ) , o = n ( 94 ) , i = n ( 4 ) , s = n ( 30 ) , a = Object . defineProperty ; t . f = r ? a : function ( e , t , n ) { if ( i ( e ) , t = s ( t , ! 0 ) , i ( n ) , o ) try { return a ( e , t , n ) } catch ( e ) { } if ( "get" in n || "set" in n ) throw TypeError ( "Accessors not supported" ) ; return "value" in n && ( e [ t ] = n . value ) , 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 ( 102 ) , o = Object . prototype . toString ; function i ( e ) { return "[object Array]" === o . call ( e ) } function s ( e ) { return void 0 === e } function a ( e ) { return null !== e && "object" == typeof e } function c ( e ) { if ( "[object Object]" !== o . call ( e ) ) return ! 1 ; var t = Object . getPrototypeOf ( e ) ; return null === t || t === Object . prototype } 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 && ! s ( e ) && null !== e . constructor && ! s ( 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 : a , isPlainObject : c , isUndefined : s , 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 a ( e ) && l ( e . pipe ) } , isURLSearchParams : function ( e ) { return "undefined" != typeof URLSearchParams && e instanceof URLSearchPara
/ * !
* Vue . js v2 . 6.12
* ( c ) 2014 - 2020 Evan You
* Released under the MIT License .
* /
var r = Object . freeze ( { } ) ; function o ( e ) { return null == e } function i ( e ) { return null != e } function s ( e ) { return ! 0 === e } function a ( e ) { return "string" == typeof e || "number" == typeof e || "symbol" == typeof e || "boolean" == typeof e } function c ( e ) { return null !== e && "object" == typeof e } var l = Object . prototype . toString ; function u ( e ) { return "[object Object]" === l . call ( e ) } function p ( e ) { return "[object RegExp]" === l . call ( e ) } function m ( 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 f ( e ) { return null == e ? "" : Array . isArray ( e ) || u ( e ) && e . toString === l ? JSON . stringify ( e , null , 2 ) : String ( e ) } function g ( e ) { var t = parseFloat ( e ) ; return isNaN ( t ) ? e : t } function A ( 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 ] } } A ( "slot,component" , ! 0 ) ; var h = A ( "key,ref,slot,slot-scope,is" ) ; function v ( 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 C ( e ) { var t = Object . create ( null ) ; return function ( n ) { return t [ n ] || ( t [ n ] = e ( n ) ) } } var x = /-(\w)/g , w = C ( ( function ( e ) { return e . replace ( x , ( function ( e , t ) { return t ? t . toUpperCase ( ) : "" } ) ) } ) ) , E = C ( ( function ( e ) { return e . charAt ( 0 ) . toUpperCase ( ) + e . slice ( 1 ) } ) ) , k = /\B([A-Z])/g , T = C ( ( function ( e ) { return e . replace ( k , "-$1" ) . toLowerCase ( ) } ) ) ; var S = 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 j ( e , t ) { t = t || 0 ; for ( var n = e . length - t , r = new Array ( n ) ; n -- ; ) r [ n ] = e [ n + t ] ; return r } function M ( e , t ) { for ( var n in t ) e [ n ] = t [ n ] ; return e } function P ( e ) { for ( var t = { } , n = 0 ; n < e . length ; n ++ ) e [ n ] && M ( t , e [ n ] ) ; return t } function _ ( e , t , n ) { } var B = function ( e , t , n ) { return ! 1 } , N = function ( e ) { return e } ; function I ( e , t ) { if ( e === t ) return ! 0 ; var n = c ( e ) , r = c ( 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 I ( e , t [ n ] ) } ) ) ; if ( e instanceof Date && t instanceof Date ) return e . getTime ( ) === t . getTime ( ) ; if ( o || i ) return ! 1 ; var s = Object . keys ( e ) , a = Object . keys ( t ) ; return s . length === a . length && s . every ( ( function ( n ) { return I ( e [ n ] , t [ n ] ) } ) ) } catch ( e ) { return ! 1 } } function O ( e , t ) { for ( var n = 0 ; n < e . length ; n ++ ) if ( I ( e [ n ] , t ) ) return n ; return - 1 } function L ( e ) { var t = ! 1 ; return function ( ) { t || ( t = ! 0 , e . apply ( this , arguments ) ) } } var D = [ "component" , "directive" , "filter" ] , F = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" , "serverPrefetch" ] , R = { optionMergeStrategies : Object . create ( null ) , silent : ! 1 , productionTip : ! 1 , devtools : ! 1 , performance : ! 1 , errorHandler : null , warnHandler : null , ignoredElements : [ ] , keyCodes : Object . create ( null ) , isReservedTag : B , isReservedAttr : B , isUnknownElement : B , getTagNamespace : _ , parsePlatformTagName : N , mustUseProp : B , async : ! 0 , _lifecycleHooks : F } , 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 z ( e , t , n , r ) { Object . defineProperty ( e , t , { value : n , enumerable : ! ! r , writable : ! 0 , configurable : ! 0 } ) } var $ = new RegExp ( "[^" + U . source + ".$_\\d]" ) ; var G , H = "__proto__" in { } , Q = "undefined" != typeof window , Y = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , q = Y && WXEnvironment . platform . toLowerCase ( ) , W = Q && window . navigator . userAgent . toLowerCase ( ) , V = W && /msie|trident/ . test ( W ) , X = W && W . indexOf ( "msie 9.0" ) > 0 , K = W && W . indexOf ( "edge/" ) > 0 , Z = ( W && W . indexOf ( "android" ) , W && /iphone|ipad|ipod|ios/ . test ( W ) || "ios" === q ) , J = ( W && /chrome\/\d+/ . test ( W ) , W && /phantomjs/ . test ( W ) , W && W . match ( /firefox\/(\d+)/ ) ) , ee = { } . watch , te = ! 1 ; if ( Q ) 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 === G && ( G = ! Q && ! Y && void 0 !== e && ( e . process && "server" === e . process . env . VUE _ENV ) ) , G } , oe = Q && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function ie ( e ) { return "function" == t
/ * * !
* @ fileOverview Kickass library to create and place poppers near their reference elements .
* @ version 1.16 . 1
* @ 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 .
* /
var n = "undefined" != typeof window && "undefined" != typeof document && "undefined" != typeof navigator , r = function ( ) { for ( var e = [ "Edge" , "Trident" , "Firefox" ] , t = 0 ; t < e . length ; t += 1 ) if ( n && navigator . userAgent . indexOf ( e [ t ] ) >= 0 ) return 1 ; return 0 } ( ) ; var o = 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 ( ) } ) , r ) ) } } ; function i ( e ) { return e && "[object Function]" === { } . toString . call ( e ) } function s ( e , t ) { if ( 1 !== e . nodeType ) return [ ] ; var n = e . ownerDocument . defaultView . getComputedStyle ( e , null ) ; return t ? n [ t ] : n } function a ( 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 = s ( e ) , n = t . overflow , r = t . overflowX , o = t . overflowY ; return /(auto|scroll|overlay)/ . test ( n + o + r ) ? e : c ( a ( e ) ) } function l ( e ) { return e && e . referenceNode ? e . referenceNode : e } var u = n && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , p = n && /MSIE 10/ . test ( navigator . userAgent ) ; function m ( e ) { return 11 === e ? u : 10 === e ? p : u || p } function d ( e ) { if ( ! e ) return document . documentElement ; for ( var t = m ( 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" === s ( n , "position" ) ? d ( n ) : n : e ? e . ownerDocument . documentElement : document . documentElement } function f ( e ) { return null !== e . parentNode ? f ( e . parentNode ) : e } function g ( 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 s , a , c = i . commonAncestorContainer ; if ( e !== c && t !== c || r . contains ( o ) ) return "BODY" === ( a = ( s = c ) . nodeName ) || "HTML" !== a && d ( s . firstElementChild ) !== s ? d ( c ) : c ; var l = f ( e ) ; return l . host ? g ( l . host , t ) : g ( e , f ( 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 h ( 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 v ( e , t ) { var n = "x" === t ? "Left" : "Top" , r = "Left" === n ? "Right" : "Bottom" ; return parseFloat ( e [ "border" + n + "Width" ] ) + parseFloat ( e [ "border" + r + "Width" ] ) } function y ( e , t , n , r ) { return Math . max ( t [ "offset" + e ] , t [ "scroll" + e ] , n [ "client" + e ] , n [ "offset" + e ] , n [ "scroll" + e ] , m ( 10 ) ? parseInt ( n [ "offset" + e ] ) + parseInt ( r [ "margin" + ( "Height" === e ? "Top" : "Left" ) ] ) + parseInt ( r [ "margin" + ( "Height" === e ? "Bottom" : "Right" ) ] ) : 0 ) } function b ( e ) { var t = e . body , n = e . documentElement , r = m ( 10 ) && getComputedStyle ( n ) ; return { height : y ( "Height" , t , n , r ) , width : y ( "Width" , t , n , r ) } } var C = function ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } , x = 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 } } ( ) , w = 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 k ( e ) { return E ( { } , e , { right : e . left + e . width , bottom : e . top + e . height } ) } function T ( e ) { var t = { } ; try { if ( m ( 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 ? b ( e . ownerDocument ) : { } , a = i . width || e . clientWidth || o . width , c = i . height || e . clientHeight || o . height , l = e . offsetWidth - a , u = e . offsetHeight - c ; if ( l || u ) { var p = s ( e ) ; l -= v ( p , "x" ) , u -
/ * *
* @ copyright Copyright ( c ) 2020 Greta Doci < gretadoci @ gmail . com >
*
* @ author 2020 Greta Doci < gretadoci @ gmail . 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/>.
*
2021-03-18 13:40:35 +03:00
* /t.default=r.a},2:function(e,t,n){"use strict";var r,o=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),i=[];function s(e){for(var t=-1,n=0;n<i.length;n++)if(i[n].identifier===e){t=n;break}return t}function a(e,t){for(var n={},r=[],o=0;o<e.length;o++){var a=e[o],c=t.base?a[0]+t.base:a[0],l=n[c]||0,u="".concat(c," ").concat(l);n[c]=l+1;var p=s(u),m={css:a[1],media:a[2],sourceMap:a[3]};-1!==p?(i[p].references++,i[p].updater(m)):i.push({identifier:u,updater:g(m,t),references:1}),r.push(u)}return r}function c(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var i=n.nc;i&&(r.nonce=i)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var s=o(e.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(t)}return t}var l,u=(l=[],function(e,t){return l[e]=t,l.filter(Boolean).join("\n")});function p(e,t,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=u(t,o);else{var i=document.createTextNode(o),s=e.childNodes;s[t]&&e.removeChild(s[t]),s.length?e.insertBefore(i,s[t]):e.appendChild(i)}}function m(e,t,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/ * # sourceMappingURL = data : application / json ; base64 , ".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," * / " ) ) , e . s t y l e S h e e t ) e . s t y l e S h e e t . c s s T e x t = r ; e l s e { f o r ( ; e . f i r s t C h i l d ; ) e . r e m o v e C h i l d ( e . f i r s t C h i l d ) ; e . a p p e n d C h i l d ( d o c u m e n t . c r e a t e T e x t N o d e ( r ) ) } } v a r d = n u l l , f = 0 ; f u n c t i o n g ( e , t ) { v a r n , r , o ; i f ( t . s i n g l e t o n ) { v a r i = f + + ; n = d | | ( d = c ( t ) ) , r = p . b i n d ( n u l l , n , i , ! 1 ) , o = p . b i n d ( n u l l , n , i , ! 0 ) } e l s e n = c ( t ) , r = m . b i n d ( n u l l , n , t ) , o = f u n c t i o n ( ) { ! f u n c t i o n ( e ) { i f ( n u l l = = = e . p a r e n t N o d e ) r e t u r n ! 1 ; e . p a r e n t N o d e . r e m o v e C h i l d ( e ) } ( n ) } ; r e t u r n r ( e ) , f u n c t i o n ( t ) { i f ( t ) { i f ( t . c s s = = = e . c s s & & t . m e d i a = = = e . m e d i a & & t . s o u r c e M a p = = = e . s o u r c e M a p ) r e t u r n ; r ( e = t ) } e l s e o ( ) } } e . e x p o r t s = f u n c t i o n ( e , t ) { ( t = t | | { } ) . s i n g l e t o n | | " b o o l e a n " = = t y p e o f t . s i n g l e t o n | | ( t . s i n g l e t o n = ( v o i d 0 = = = r & & ( r = B o o l e a n ( w i n d o w & & d o c u m e n t & & d o c u m e n t . a l l & & ! w i n d o w . a t o b ) ) , r ) ) ; v a r n = a ( e = e | | [ ] , t ) ; r e t u r n f u n c t i o n ( e ) { i f ( e = e | | [ ] , " [ o b j e c t A r r a y ] " = = = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( e ) ) { f o r ( v a r r = 0 ; r < n . l e n g t h ; r + + ) { v a r o = s ( n [ r ] ) ; i [ o ] . r e f e r e n c e s - - } f o r ( v a r c = a ( e , t ) , l = 0 ; l < n . l e n g t h ; l + + ) { v a r u = s ( n [ l ] ) ; 0 = = = i [ u ] . r e f e r e n c e s & & ( i [ u ] . u p d a t e r ( ) , i . s p l i c e ( u , 1 ) ) } n = c } } } } , 3 : f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; f u n c t i o n r ( e , t , n , r , o , i , s , a ) { v a r c , l = " f u n c t i o n " = = t y p e o f e ? e . o p t i o n s : e ; i f ( t & & ( l . r e n d e r = t , l . s t a t i c R e n d e r F n s = n , l . _ c o m p i l e d = ! 0 ) , r & & ( l . f u n c t i o n a l = ! 0 ) , i & & ( l . _ s c o p e I d = " d a t a - v - " + i ) , s ? ( c = f u n c t i o n ( e ) { ( e = e | | t h i s . $ v n o d e & & t h i s . $ v n o d e . s s r C o n t e x t | | t h i s . p a r e n t & & t h i s . p a r e n t . $ v n o d e & & t h i s . p a r e n t . $ v n o d e . s s r C o n t e x t ) | | " u n d e f i n e d " = = t y p e o f _ _ V U E _ S S R _ C O N T E X T _ _ | | ( e = _ _ V U E _ S S R _ C O N T E X T _ _ ) , o & & o . c a l l ( t h i s , e ) , e & & e . _ r e g i s t e r e d C o m p o n e n t s & & e . _ r e g i s t e r e d C o m p o n e n t s . a d d ( s ) } , l . _ s s r R e g i s t e r = c ) : o & & ( c = a ? f u n c t i o n ( ) { o . c a l l ( t h i s , ( l . f u n c t i o n a l ? t h i s . p a r e n t : t h i s ) . $ r o o t . $ o p t i o n s . s h a d o w R o o t ) } : o ) , c ) i f ( l . f u n c t i o n a l ) { l . _ i n j e c t S t y l e s = c ; v a r u = l . r e n d e r ; l . r e n d e r = f u n c t i o n ( e , t ) { r e t u r n c . c a l l ( t ) , u ( e , t ) } } e l s e { v a r p = l . b e f o r e C r e a t e ; l . b e f o r e C r e a t e = p ? [ ] . c o n c a t ( p , c ) : [ c ] } r e t u r n { e x p o r t s : e , o p t i o n s : l } } n . d ( t , " a " , ( f u n c t i o n ( ) { r e t u r n r } ) ) } } ) } , f u n c t i o n ( e , t , n ) { v a r r = n ( 1 9 ) , o = n ( 3 8 ) , i = n ( 6 3 ) , s = n ( 4 ) ; e . e x p o r t s = r ( " R e f l e c t " , " o w n K e y s " ) | | f u n c t i o n ( e ) { v a r t = o . f ( s ( e ) ) , n = i . f ; r e t u r n n ? t . c o n c a t ( n ( e ) ) : 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 ( 1 ) ; f u n c t i o n o ( e , t ) { r e t u r n R e g E x p ( e , t ) } t . U N S U P P O R T E D _ Y = r ( ( f u n c t i o n ( ) { v a r e = o ( " a " , " y " ) ; r e t u r n e . l a s t I n d e x = 2 , n u l l ! = e . e x e c ( " a b c d " ) } ) ) , t . B R O K E N _ C A R E T = r ( ( f u n c t i o n ( ) { v a r e = o ( " ^ r " , " g y " ) ; r e t u r n e . l a s t I n d e x = 2 , n u l l ! = e . e x e c ( " s t r " ) } ) ) } , 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 ( 2 ) , o = n ( 4 0 ) . m a p ; r ( { t a r g e t : " A r r a y " , p r o t o : ! 0 , f o r c e d : ! n ( 3 4 ) ( " m a p " ) } , { m a p : f u n c t i o n ( e ) { r e t u r n o ( t h i s , e , a r g u m e n t s . l e n g t h > 1 ? a r g u m e n t s [ 1 ] : v o i d 0 ) } } ) } , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; O b j e c t . d e f i n e P r o p e r t y ( t , " _ _ e s M o d u l e " , { v a l u
2021-03-17 11:45:22 +03:00
/ * !
* jQuery JavaScript Library v3 . 3.1
* https : //jquery.com/
*
* Includes Sizzle . js
* https : //sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https : //jquery.org/license
*
* Date : 2018 - 01 - 20 T17 : 24 Z
* /!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(n,o){"use strict";var i=[],s=n.document,a=Object.getPrototypeOf,c=i.slice,l=i.concat,u=i.push,p=i.indexOf,m={},d=m.toString,f=m.hasOwnProperty,g=f.toString,A=g.call(Object),h={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},y=function(e){return null!=e&&e===e.window},b={type:!0,src:!0,noModule:!0};function C(e,t,n){var r,o=(t=t||s).createElement("script");if(o.text=e,n)for(r in b)n[r]&&(o[r]=n[r]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?m[d.call(e)]||"object":typeof e}var w=function(e,t){return new w.fn.init(e,t)},E=/ ^ [ \ s\uFEFF \ xA0 ] + | [ \ s\uFEFF \ xA0 ] + $ / g ; function k ( e ) { var t = ! ! e && "length" in e && e . length , n = x ( e ) ; return ! v ( e ) && ! y ( e ) && ( "array" === n || 0 === t || "number" == typeof t && t > 0 && t - 1 in e ) } w . fn = w . prototype = { jquery : "3.3.1" , constructor : w , length : 0 , toArray : function ( ) { return c . call ( this ) } , get : function ( e ) { return null == e ? c . call ( this ) : e < 0 ? this [ e + this . length ] : this [ e ] } , pushStack : function ( e ) { var t = w . merge ( this . constructor ( ) , e ) ; return t . prevObject = this , t } , each : function ( e ) { return w . each ( this , e ) } , map : function ( e ) { return this . pushStack ( w . map ( this , ( function ( t , n ) { return e . call ( t , n , t ) } ) ) ) } , slice : function ( ) { return this . pushStack ( c . apply ( this , arguments ) ) } , first : function ( ) { return this . eq ( 0 ) } , last : function ( ) { return this . eq ( - 1 ) } , eq : function ( e ) { var t = this . length , n = + e + ( e < 0 ? t : 0 ) ; return this . pushStack ( n >= 0 && n < t ? [ this [ n ] ] : [ ] ) } , end : function ( ) { return this . prevObject || this . constructor ( ) } , push : u , sort : i . sort , splice : i . splice } , w . extend = w . fn . extend = function ( ) { var e , t , n , r , o , i , s = arguments [ 0 ] || { } , a = 1 , c = arguments . length , l = ! 1 ; for ( "boolean" == typeof s && ( l = s , s = arguments [ a ] || { } , a ++ ) , "object" == typeof s || v ( s ) || ( s = { } ) , a === c && ( s = this , a -- ) ; a < c ; a ++ ) if ( null != ( e = arguments [ a ] ) ) for ( t in e ) n = s [ t ] , s !== ( r = e [ t ] ) && ( l && r && ( w . isPlainObject ( r ) || ( o = Array . isArray ( r ) ) ) ? ( o ? ( o = ! 1 , i = n && Array . isArray ( n ) ? n : [ ] ) : i = n && w . isPlainObject ( n ) ? n : { } , s [ t ] = w . extend ( l , i , r ) ) : void 0 !== r && ( s [ t ] = r ) ) ; return s } , w . extend ( { expando : "jQuery" + ( "3.3.1" + Math . random ( ) ) . replace ( /\D/g , "" ) , isReady : ! 0 , error : function ( e ) { throw new Error ( e ) } , noop : function ( ) { } , isPlainObject : function ( e ) { var t , n ; return ! ( ! e || "[object Object]" !== d . call ( e ) ) && ( ! ( t = a ( e ) ) || "function" == typeof ( n = f . call ( t , "constructor" ) && t . constructor ) && g . call ( n ) === A ) } , isEmptyObject : function ( e ) { var t ; for ( t in e ) return ! 1 ; return ! 0 } , globalEval : function ( e ) { C ( e ) } , each : function ( e , t ) { var n , r = 0 ; if ( k ( e ) ) for ( n = e . length ; r < n && ! 1 !== t . call ( e [ r ] , r , e [ r ] ) ; r ++ ) ; else for ( r in e ) if ( ! 1 === t . call ( e [ r ] , r , e [ r ] ) ) break ; return e } , trim : function ( e ) { return null == e ? "" : ( e + "" ) . replace ( E , "" ) } , makeArray : function ( e , t ) { var n = t || [ ] ; return null != e && ( k ( Object ( e ) ) ? w . merge ( n , "string" == typeof e ? [ e ] : e ) : u . call ( n , e ) ) , n } , inArray : function ( e , t , n ) { return null == t ? - 1 : p . call ( t , e , n ) } , merge : function ( e , t ) { for ( var n = + t . length , r = 0 , o = e . length ; r < n ; r ++ ) e [ o ++ ] = t [ r ] ; return e . length = o , e } , grep : function ( e , t , n ) { for ( var r = [ ] , o = 0 , i = e . length , s = ! n ; o < i ; o ++ ) ! t ( e [ o ] , o ) !== s && r . push ( e [ o ] ) ; return r } , map : function ( e , t , n ) { var r , o , i = 0 , s = [ ] ; if ( k ( e ) ) for ( r = e . length ; i < r ; i ++ ) null != ( o = t ( e [ i ] , i , n ) ) && s . push ( o ) ; else for ( i in e ) null != ( o = t ( e [ i ] , i , n ) ) && s . push ( o ) ; return l . apply ( [ ] , s ) } , guid : 1 , support : h } ) , "function" == typeof Symbol && ( w . fn [ Symbol . iterator ] = i [ Symbol . iterator ] ) , w . each ( "Boolean Number String Function Array Date RegExp Object Error Symbol" . split ( " " ) , ( function ( e , t ) { m [ "[object " + t + "]" ] = t . toLowerCase ( ) } ) ) ; var T =
/ * !
* Sizzle CSS Selector Engine v2 . 3.3
* https : //sizzlejs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* http : //jquery.org/license
*
* Date : 2016 - 08 - 08
* /
function ( e ) { var t , n , r , o , i , s , a , c , l , u , p , m , d , f , g , A , h , v , y , b = "sizzle" + 1 * new Date , C = e . document , x = 0 , w = 0 , E = se ( ) , k = se ( ) , T = se ( ) , S = function ( e , t ) { return e === t && ( p = ! 0 ) , 0 } , j = { } . hasOwnProperty , M = [ ] , P = M . pop , _ = M . push , B = M . push , N = M . slice , I = function ( e , t ) { for ( var n = 0 , r = e . length ; n < r ; n ++ ) if ( e [ n ] === t ) return n ; return - 1 } , O = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped" , L = "[\\x20\\t\\r\\n\\f]" , D = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+" , F = "\\[" + L + "*(" + D + ")(?:" + L + "*([*^$|!~]?=)" + L + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + D + "))|)" + L + "*\\]" , R = ":(" + D + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + F + ")*)|.*)\\)|)" , U = new RegExp ( L + "+" , "g" ) , z = new RegExp ( "^" + L + "+|((?:^|[^\\\\])(?:\\\\.)*)" + L + "+$" , "g" ) , $ = new RegExp ( "^" + L + "*," + L + "*" ) , G = new RegExp ( "^" + L + "*([>+~]|" + L + ")" + L + "*" ) , H = new RegExp ( "=" + L + "*([^\\]'\"]*?)" + L + "*\\]" , "g" ) , Q = new RegExp ( R ) , Y = new RegExp ( "^" + D + "$" ) , q = { ID : new RegExp ( "^#(" + D + ")" ) , CLASS : new RegExp ( "^\\.(" + D + ")" ) , TAG : new RegExp ( "^(" + D + "|[*])" ) , ATTR : new RegExp ( "^" + F ) , PSEUDO : new RegExp ( "^" + R ) , CHILD : new RegExp ( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + L + "*(even|odd|(([+-]|)(\\d*)n|)" + L + "*(?:([+-]|)" + L + "*(\\d+)|))" + L + "*\\)|)" , "i" ) , bool : new RegExp ( "^(?:" + O + ")$" , "i" ) , needsContext : new RegExp ( "^" + L + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + L + "*((?:-\\d)?\\d*)" + L + "*\\)|)(?=[^-]|$)" , "i" ) } , W = /^(?:input|select|textarea|button)$/i , V = /^h\d$/i , X = /^[^{]+\{\s*\[native \w/ , K = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/ , Z = /[+~]/ , J = new RegExp ( "\\\\([\\da-f]{1,6}" + L + "?|(" + L + ")|.)" , "ig" ) , ee = function ( e , t , n ) { var r = "0x" + t - 65536 ; return r != r || n ? t : r < 0 ? String . fromCharCode ( r + 65536 ) : String . fromCharCode ( r >> 10 | 55296 , 1023 & r | 56320 ) } , te = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g , ne = function ( e , t ) { return t ? "\0" === e ? "<22> " : e . slice ( 0 , - 1 ) + "\\" + e . charCodeAt ( e . length - 1 ) . toString ( 16 ) + " " : "\\" + e } , re = function ( ) { m ( ) } , oe = ve ( ( function ( e ) { return ! 0 === e . disabled && ( "form" in e || "label" in e ) } ) , { dir : "parentNode" , next : "legend" } ) ; try { B . apply ( M = N . call ( C . childNodes ) , C . childNodes ) , M [ C . childNodes . length ] . nodeType } catch ( e ) { B = { apply : M . length ? function ( e , t ) { _ . apply ( e , N . call ( t ) ) } : function ( e , t ) { for ( var n = e . length , r = 0 ; e [ n ++ ] = t [ r ++ ] ; ) ; e . length = n - 1 } } } function ie ( e , t , r , o ) { var i , a , l , u , p , f , h , v = t && t . ownerDocument , x = t ? t . nodeType : 9 ; if ( r = r || [ ] , "string" != typeof e || ! e || 1 !== x && 9 !== x && 11 !== x ) return r ; if ( ! o && ( ( t ? t . ownerDocument || t : C ) !== d && m ( t ) , t = t || d , g ) ) { if ( 11 !== x && ( p = K . exec ( e ) ) ) if ( i = p [ 1 ] ) { if ( 9 === x ) { if ( ! ( l = t . getElementById ( i ) ) ) return r ; if ( l . id === i ) return r . push ( l ) , r } else if ( v && ( l = v . getElementById ( i ) ) && y ( t , l ) && l . id === i ) return r . push ( l ) , r } else { if ( p [ 2 ] ) return B . apply ( r , t . getElementsByTagName ( e ) ) , r ; if ( ( i = p [ 3 ] ) && n . getElementsByClassName && t . getElementsByClassName ) return B . apply ( r , t . getElementsByClassName ( i ) ) , r } if ( n . qsa && ! T [ e + " " ] && ( ! A || ! A . test ( e ) ) ) { if ( 1 !== x ) v = t , h = e ; else if ( "object" !== t . nodeName . toLowerCase ( ) ) { for ( ( u = t . getAttribute ( "id" ) ) ? u = u . replace ( te , ne ) : t . setAttribute ( "id" , u = b ) , a = ( f = s ( e ) ) . length ; a -- ; ) f [ a ] = "#" + u + " " + he ( f [ a ] ) ; h = f . join ( "," ) , v = Z . test ( e ) && ge ( t . parentNode ) || t } if ( h ) try { return B . apply ( r , v . querySelectorAll ( h ) ) , r } catch ( e ) { } finally { u === b && t . removeAttribute ( "id" ) } } } return c ( e . replace ( z , "$1" ) , t , r , o ) } function se ( ) { var e = [ ] ; return function t ( n , o ) { return e . push ( n + " " ) > r . cacheLength && delete t [ e . shift ( ) ] , t [ n + " " ] = o } } function ae ( e ) { return e [ b ] = ! 0 , e } function ce ( e ) { var t = d . createElement ( "fieldset" ) ; try { return ! ! e ( t ) } catch ( e ) { return ! 1 } finally { t . parentNode && t . parentNode . removeChild ( t ) , t = null } } function le ( e , t ) { for ( var n = e . split ( "|" ) , o = n . length ; o -- ; ) r . attrHandle [ n [ o ] ] = t } function ue ( e , t ) { var n = t && e , r = n && 1 === e . nodeType && 1 === t . nodeType && e . sourceIndex - t . sourceIndex ; if ( r ) return r ; if ( n ) for ( ; n = n . nextSibling ; ) if ( n === t ) return - 1 ; return e ? 1 : - 1 } function pe ( e ) { return function ( t ) { return "input" === t . nodeName . toLowerCase ( ) && t . type === e } } function me ( e ) { return function ( t ) { var n = t . nodeName . toLowerCase ( ) ; return ( "input" === n || "button" === n ) && t . type === e } } function de ( e ) { return function ( t ) { return "form" in t ? t . parentNode && ! 1 === t . disabled ? "label" in t ? "label" in t . parentNode ? t . parentNode . disabled === e : t . disabled === e : t . isDis
/ * *
* @ 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/>.
*
* /
r . VTooltip . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "e08a231" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , r . VTooltip . options . defaultHtml = ! 1 , t . default = r . VTooltip } , function ( e , t , n ) { "use strict" ; var r = n ( 0 ) , o = n . n ( r ) , i = n ( 1 ) , s = n . n ( i ) ( ) ( o . a ) ; s . push ( [ e . i , ".vue-tooltip[data-v-e08a231]{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;opacity:0;line-height:1.6;line-break:auto;filter:drop-shadow(0 1px 10px var(--color-box-shadow))}.vue-tooltip[data-v-e08a231][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-e08a231][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-e08a231][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-e08a231][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-e08a231][aria-hidden='true']{visibility:hidden;transition:opacity .15s, visibility .15s;opacity:0}.vue-tooltip[data-v-e08a231][aria-hidden='false']{visibility:visible;transition:opacity .15s;opacity:1}.vue-tooltip[data-v-e08a231] .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-e08a231] .tooltip-arrow{position:absolute;z-index:1;width:0;height:0;margin:0;border-style:solid;border-color:var(--color-main-background)}\n" , "" , { version : 3 , sources : [ "webpack://./index.scss" ] , names : [ ] , mappings : "AAeA,6BACC,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,SAAU,CACV,aAAc,CACd,QAAS,CAET,eAAgB,CAChB,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,SAAU,CACV,eAAgB,CAEhB,eAAgB,CAChB,sDAAuD,CAhBxD,gEAqBG,QAAS,CACT,YAAa,CACb,eAAgB,CAChB,6BA1Be,CA2Bf,8BAA+B,CAC/B,+BAAgC,CAChC,6BAA8B,CA3BjC,mEAkCG,KAAM,CACN,YAAa,CACb,eAAgB,CAChB,6BAvCe,CAwCf,4BAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAxCjC,kEA+CG,UAAW,CACX,cAAe,CACf,aAAc,CACd,6BAAsD,CACtD,4BAA6B,CAC7B,+BAAgC,CAChC,6BAA8B,CArDjC,iEA4DG,SAAU,CACV,cAAe,CACf,aAAc,CACd,6BAjEe,CAkEf,4BAA6B,CAC7B,8BAA+B,CAC/B,+BAAgC,CAlEnC,iDAwEE,iBAAkB,CAClB,wCAAyC,CACzC,SAAU,CA1EZ,kDA6EE,kBAAmB,CACnB,uBAAwB,CACxB,SAAU,CA/EZ,4CAoFE,eAAgB,CAChB,eAAgB,CAChB,iBAAkB,CAClB,4BAA6B,CAC7B,kCAAmC,CACnC,6CAA8C,CAzFhD,4CA8FE,iBAAkB,CAClB,SAAU,CACV,OAAQ,CACR,QAAS,CACT,QAAS,CACT,kBAAmB,CACnB,yCAA0C" , sourcesContent : [ "$scope_version:\"e08a231\" ; @ import 'variables' ; \ n /**\n* @copyright Copyright (c) 2016, John Molakvoæ <skjnldsv@protonmail.com>\n* @copyright Copyright (c) 2016, Robin Appelman <robin@icewind.nl>\n* @copyright Copyright (c) 2016, Jan-Christoph Borchardt <hey@jancborchardt.net>\n* @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org>\n* @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>\n*\n* Bootstrap v3.3.5 (http://getbootstrap.com)\n* Copyright 2011-2015 Twitter, Inc.\n* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n*/ \ n \ n$arrow - width : 10 px ; \ n \ n . vue - tooltip [ data - v - # { $scope _version } ] { \ n \ tposition : absolute ; \ n \ tz - index : 100000 ; \ n \ tright : auto ; \ n \ tleft : auto ; \ n \ tdisplay : block ; \ n \ tmargin : 0 ; \ n \ t /* default to top */ \ n \ tmargin - top : - 3 px ; \ n \ tpadding : 10 px 0 ; \ n \ ttext - align : left ; \ n \ ttext - align : start ; \ n \ topacity : 0 ; \ n \ tline - height : 1.6 ; \ n \ n \ tline - break : auto ; \ n \ tfilter : drop - shadow ( 0 1 px 10 px var ( -- color - box - shadow ) ) ; \ n \ n \ t // TOP\n\t&[x-placement^='top'] {\n\t\t.tooltip-arrow {\n\t\t\tbottom: 0;\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\t\tborder-width: $arrow-width $
/ * *
* @ copyright Copyright ( c ) 2019 Marco Ambrosini < marcoambrosini @ pm . me >
*
* @ author Marco Ambrosini < marcoambrosini @ pm . me >
*
* @ 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/>.
*
* / t . d e f a u l t = r . a } , f u n c t i o n ( e , t ) { e . e x p o r t s = n ( 2 1 8 ) } , , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; n ( 3 0 ) , n ( 1 5 ) , n ( 9 8 ) ; v a r r = n ( 5 ) , o = n . n ( r ) ; t . a = f u n c t i o n ( e , t , n ) { i f ( v o i d 0 ! = = e ) f o r ( v a r r = e . l e n g t h - 1 ; r > = 0 ; r - - ) { v a r i = e [ r ] , s = ! i . c o m p o n e n t O p t i o n s & & i . t a g & & - 1 = = = t . i n d e x O f ( i . t a g ) , a = ! ! i . c o m p o n e n t O p t i o n s & & " s t r i n g " = = t y p e o f i . c o m p o n e n t O p t i o n s . t a g , c = a & & - 1 = = = t . i n d e x O f ( i . c o m p o n e n t O p t i o n s . t a g ) ; ( s | | ! a | | c ) & & ( ( s | | c ) & & o . a . u t i l . w a r n ( " " . c o n c a t ( s ? i . t a g : i . c o m p o n e n t O p t i o n s . t a g , " i s n o t a l l o w e d i n s i d e t h e " ) . c o n c a t ( n . $ o p t i o n s . n a m e , " c o m p o n e n t " ) , n ) , e . s p l i c e ( r , 1 ) ) } } } , f u n c t i o n ( e , t ) { e . e x p o r t s = n ( 8 6 ) } , f u n c t i o n ( e , t ) { e . e x p o r t s = n ( 1 9 9 ) } , , , , , , , , , , , , , , 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 ( 0 ) , o = n . n ( r ) , i = n ( 1 ) , s = n . n ( i ) , a = n ( 4 ) , c = n . n ( a ) , l = n ( 8 ) , u = n ( 9 ) , p = n ( 1 0 ) , m = n ( 1 1 ) , d = s ( ) ( o . a ) , f = c ( ) ( l . a ) , g = c ( ) ( u . a ) , A = c ( ) ( p . a ) , h = c ( ) ( m . a ) ; d . p u s h ( [ e . i , ' @ f o n t - f a c e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; s r c : u r l ( ' + f + " ) ; s r c : u r l ( " + f + ' ) f o r m a t ( " e m b e d d e d - o p e n t y p e " ) , u r l ( ' + g + ' ) f o r m a t ( " w o f f " ) , u r l ( ' + A + ' ) f o r m a t ( " t r u e t y p e " ) , u r l ( ' + h + ' ) f o r m a t ( " s v g " ) } . i c o n [ d a t a - v - 1 b 3 3 c 3 3 b ] { f o n t - s t y l e : n o r m a l ; f o n t - w e i g h t : 4 0 0 } . i c o n . a r r o w - l e f t - d o u b l e [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . a r r o w - l e f t [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . a r r o w - r i g h t - d o u b l e [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . a r r o w - r i g h t [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . b r e a d c r u m b [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . c h e c k m a r k [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . c l o s e [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . c o n f i r m [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . i n f o [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . m e n u [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . m o r e [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . p a u s e [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . p l a y [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . t r i a n g l e - s [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . u s e r - s t a t u s - a w a y [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . u s e r - s t a t u s - d n d [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . u s e r - s t a t u s - i n v i s i b l e [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . i c o n . u s e r - s t a t u s - o n l i n e [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; c o n t e n t : " " } . a c t i o n - i t e m [ d a t a - v - 1 b 3 3 c 3 3 b ] { p o s i t i o n : r e l a t i v e ; d i s p l a y : i n l i n e - b l o c k } . a c t i o n - i t e m - - s i n g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] : h o v e r , . a c t i o n - i t e m - - s i n g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] : f o c u s , . a c t i o n - i t e m - - s i n g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] : a c t i v e , . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] : h o v e r , . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] : f o c u s , . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] : a c t i v e { o p a c i t y : 1 ; b a c k g r o u n d - c o l o r : r g b a ( 1 2 7 , 1 2 7 , 1 2 7 , 0 . 2 5 ) } . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] : d i s a b l e d , . a c t i o n - i t e m - - s i n g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] : d i s a b l e d { o p a c i t y : . 3 ! i m p o r t a n t } . a c t i o n - i t e m . a c t i o n - i t e m - - o p e n . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] { o p a c i t y : 1 ; b a c k g r o u n d - c o l o r : r g b a ( 1 2 7 , 1 2 7 , 1 2 7 , 0 . 2 5 ) } . a c t i o n - i t e m - - s i n g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] , . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] { b o x - s i z i n g : b o r d e r - b o x ; w i d t h : a u t o ; m i n - w i d t h : 4 4 p x ; h e i g h t : 4 4 p x ; m a r g i n : 0 ; p a d d i n g : 1 4 p x ; c u r s o r : p o i n t e r ; b o r d e r : n o n e ; b o r d e r - r a d i u s : 2 2 p x ; 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 } . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] { d i s p l a y : f l e x ; a l i g n - i t e m s : c e n t e r ; j u s t i f y - c o n t e n t : c e n t e r ; o p a c i t y : . 7 ; f o n t - w e i g h t : b o l d ; l i n e - h e i g h t : 1 6 p x } . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] s p a n { w i d t h : 1 6 p x ; h e i g h t : 1 6 p x ; l i n e - h e i g h t : 1 6 p x } . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { c o n t e n t : \ ' \ ' } . a c t i o n - i t e m _ _ m e n u t o g g l e - - d e f a u l t - i c o n [ d a t a - v - 1 b 3 3 c 3 3 b ] : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - e 0 8 a 2 3 1 " ; f o n t - s t y l e : n o r m a l ; f o n t - w e i g h t : 4 0 0 ; c o n t e n t : " " } . a c t i o n - i t e m _ _ m e n u t o g g l e - - d e f a u l t - i c o n [ d a t a - v - 1 b 3 3 c 3 3 b ] : : b e f o r e { f o n t - s i z e : 1 6 p x } . a c t i o n - i t e m _ _ m e n u t o g g l e - - w i t h - t i t l e [ d a t a - v - 1 b 3 3 c 3 3 b ] { p o s i
/ * *
* @ 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/>.
*
* /t.default=r.a},,,,,,,,,,,,function(e,t,n){"use strict";n(30),n(51),n(31),n(37),n(6),n(46),n(17),n(18),n(19),n(52),n(40),n(15);var r=n(22),o=n(33),i=n(50),s=n(12),a=n(47);function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var l=["ActionButton","ActionCheckbox","ActionInput","ActionLink","ActionRadio","ActionRouter","ActionSeparator","ActionText","ActionTextEditable"],u={name:"Actions",directives:{tooltip:r.default},components:{Popover:a.default,VNodes:{functional:!0,render:function(e,t){return t.props.vnodes}}},props:{open:{type:Boolean,default:!1},forceMenu:{type:Boolean,default:!1},menuTitle:{type:String,default:null},primary:{type:Boolean,default:!1},defaultIcon:{type:String,default:"action-item__menutoggle--default-icon"},ariaLabel:{type:String,default:Object(s.b)("Actions")},placement:{type:String,default:"bottom"},boundariesElement:{type:Element,default:function(){return document.querySelector("body")}},container:{type:String,default:"body"},disabled:{type:Boolean,default:!1}},data:function(){return{actions:[],opened:this.open,focusIndex:0,randomId:"menu-"+Object(o.a)(),children:this.$children}},computed:{hasMultipleActions:function(){return this.actions.length>1},isValidSingleAction:function(){return 1===this.actions.length&&null!==this.firstActionElement},firstActionVNode:function(){return this.actions[0]},firstAction:function(){return this.children[0]?this.children[0]:{}},firstActionBinding:function(){if(this.firstActionVNode&&this.firstActionVNode.componentOptions){var e=this.firstActionVNode.componentOptions.tag;if("ActionLink"===e)return{is:"a",href:this.firstAction.href,target:this.firstAction.target,"aria-label":this.firstAction.ariaLabel};if("ActionRouter"===e)return{is:"router-link",to:this.firstAction.to,exact:this.firstAction.exact,"aria-label":this.firstAction.ariaLabel};if("ActionButton"===e)return{is:"button","aria-label":this.firstAction.ariaLabel}}return null},firstActionEvent:function(){var e,t,n;return null===(e=this.firstActionVNode)||void 0===e||null===(t=e.componentOptions)||void 0===t||null===(n=t.listeners)||void 0===n?void 0:n.click},firstActionEventBinding:function(){return this.firstActionEvent?"click":null},firstActionIconSlot:function(){var e,t;return null===(e=this.firstAction)||void 0===e||null===(t=e.$slots)||void 0===t?void 0:t.icon},firstActionClass:function(){var e=this.firstActionVNode&&this.firstActionVNode.data.staticClass,t=this.firstActionVNode&&this.firstActionVNode.data.class;return"".concat(e," ").concat(t)},iconSlotIsPopulated:function(){return!!this.$slots.icon}},watch:{open:function(e){e!==this.opened&&(this.opened=e)}},beforeMount:function(){this.initActions(),Object(i.a)(this.$slots.default,l,this)},beforeUpdate:function(){this.initActions(),Object(i.a)(this.$slots.default,l,this)},methods:{openMenu:function(e){this.opened||(this.opened=!0,this.$emit("update:open",!0),this.$emit("open"),this.onOpen(e))},closeMenu:function(e){this.opened&&(this.opened=!1,this.$emit("update:open",!1),this.$emit("close"),this.opened=!1,this.focusIndex=0,this.$refs.menuButton.focus())},onOpen:function(e){var t=this;this.$nextTick((function(){t.focusFirstAction(e)}))},onMouseFocusAction:function(e){if(document.activeElement!==e.target){var t=e.target.closest("li");if(t){var n=t.querySelector(".focusable");if(n){var r=function(e){return function(e){if(Array.isArray(e))return c(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/ ^ ( ? : Ui | I ) nt ( ? : 8 | 16 | 32 ) ( ? : Clamped ) ? Array $ / . test ( n ) ? c ( e , t ) : void 0 } } ( e ) || function ( ) { throw new TypeError ( "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method." ) } ( ) } ( this . $refs . menu . querySelectorAll ( ".focusable" ) ) . indexOf ( n ) ; r > - 1 && ( this . focusIndex = r , this . focusAction ( ) )
/ * *
* @ copyright Copyright ( c ) 2019 Georg Ehrke
*
* @ author Georg Ehrke < oc . list @ georgehrke . 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/>.
*
* /
var r = { inserted : function ( e ) { e . focus ( ) } } ; t . default = r } , function ( e , t , n ) { "use strict" ; n . r ( t ) , n . d ( t , "directive" , ( function ( ) { return i } ) ) ; var r = n ( 48 ) , o = n . n ( r ) , i = function ( e , t ) { var n ; ! 0 === ( null === ( n = t . value ) || void 0 === n ? void 0 : n . linkify ) && ( e . innerHTML = o ( ) ( t . value . text , { defaultProtocol : "https" } ) ) } ; t . default = i } , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , function ( e , t , n ) { "use strict" ; var r = n ( 0 ) , o = n . n ( r ) , i = n ( 1 ) , s = n . n ( i ) ( ) ( o . a ) ; s . push ( [ e . i , ".app-sidebar-tabs[data-v-98e5f178]{display:flex;flex-direction:column;min-height:0;flex:1 1 100%}.app-sidebar-tabs__nav[data-v-98e5f178]{margin-top:10px}.app-sidebar-tabs__nav ul[data-v-98e5f178]{display:flex;justify-content:stretch}.app-sidebar-tabs__tab[data-v-98e5f178]{display:block;flex:1 1;min-width:0;text-align:center}.app-sidebar-tabs__tab a[data-v-98e5f178]{position:relative;display:block;overflow:hidden;padding:25px 5px 5px 5px;transition:color var(--animation-quick),opacity var(--animation-quick),border-color var(--animation-quick);text-align:center;white-space:nowrap;text-overflow:ellipsis;opacity:.7;color:var(--color-main-text);border-bottom:1px solid var(--color-border)}.app-sidebar-tabs__tab a[data-v-98e5f178]:hover,.app-sidebar-tabs__tab a[data-v-98e5f178]:focus,.app-sidebar-tabs__tab a[data-v-98e5f178]:active,.app-sidebar-tabs__tab a.active[data-v-98e5f178]{opacity:1}.app-sidebar-tabs__tab a:hover .app-sidebar-tabs__tab-icon[data-v-98e5f178],.app-sidebar-tabs__tab a:focus .app-sidebar-tabs__tab-icon[data-v-98e5f178],.app-sidebar-tabs__tab a:active .app-sidebar-tabs__tab-icon[data-v-98e5f178],.app-sidebar-tabs__tab a.active .app-sidebar-tabs__tab-icon[data-v-98e5f178]{opacity:1}.app-sidebar-tabs__tab a[data-v-98e5f178]:not(.active):hover,.app-sidebar-tabs__tab a[data-v-98e5f178]:not(.active):focus{border-bottom-color:var(--color-background-darker);box-shadow:inset 0 -1px 0 var(--color-background-darker)}.app-sidebar-tabs__tab a.active[data-v-98e5f178]{color:var(--color-text-light);border-bottom-color:var(--color-text-light);box-shadow:inset 0 -1px 0 var(--color-text-light);font-weight:bold}.app-sidebar-tabs__tab a[data-v-98e5f178]:focus{border-bottom-color:var(--color-primary-element);box-shadow:inset 0 -1px 0 var(--color-primary-element)}.app-sidebar-tabs__tab-icon[data-v-98e5f178]{position:absolute;top:0;left:0;width:100%;height:25px;transition:opacity var(--animation-quick);opacity:.7;background-position:center 8px;background-size:16px}.app-sidebar-tabs__content[data-v-98e5f178]{position:relative;min-height:0;height:100%}.app-sidebar-tabs__content--multiple[data-v-98e5f178]>:not(section){display:none}\n" , "" , { version : 3 , sources : [ "webpack://./AppSidebarTabs.vue" , "webpack://./../../assets/variables.scss" ] , names : [ ] , mappings : "AAuQA,mCACC,YAAa,CACb,qBAAsB,CACtB,YAAa,CACb,aAAc,CAEd,wCACC,eAAgB,CADhB,2CAGC,YAAa,CACb,uBAAwB,CACxB,wCAGD,aAAc,CACd,QAAS,CACT,WAAY,CACZ,iBAAkB,CAJlB,0CAMC,iBAAkB,CAClB,aAAc,CACd,eAAgB,CAChB,wBAAyB,CACzB,0GAA6G,CAC7G,iBAAkB,CAClB,kBAAmB,CACnB,sBAAuB,CACvB,UCvPgB,CDwPhB,4BAA6B,CAC7B,2CAA4C,CAhB7C,kMAsBE,SC9PY,CDwOd,kTAwBG,SChQW,CDwOd,0HA6BE,kDAAmD,CACnD,wDAAyD,CA9B3D,iDAiCE,6BAA8B,CAC9B,2CAA4C,CAC5C,iDAAkD,CAClD,gBAAiB,CApCnB,gDA0CE,gDAAiD,CACjD,sDAAuD,CACvD,6CAKF,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,yCAA0C,CAC1C,UChSiB,CDiSjB,8BAA+B,CAC/B,oBAAqB,CACrB,4CAGA,iBAAkB,CAElB,YAAa,CACb,WAAY,CAGZ,oEACC,YAAa" , sourcesContent : [ "$scope_version:\"e08a231\" ; @ import 'variables' ; \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n . app - sidebar - tabs { \ n \ tdisplay : flex ; \ n \ tflex - direction : column ; \ n \ tmin - height : 0 ; \ n \ tflex : 1 1 100 % ; \ n \ n \ t & _ _nav { \ n \ t \ tmargin - top : 10 px ; \ n \ t \ tul { \ n \ t \ t \ tdisplay : flex ; \ n \ t \ t \
/ *
* @ 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/>.
* / t . d e f a u l t = T } , , , , , , , , , , , , , , , , , , , , , , , , , , , , , f u n c t i o n ( e , t ) { e . e x p o r t s = n ( 2 7 9 ) } ] ) } , f u n c t i o n ( e , t , n ) { w i n d o w , e . e x p o r t s = f u n c t i o n ( e ) { v a r t = { } ; f u n c t i o n n ( r ) { i f ( t [ r ] ) r e t u r n t [ r ] . e x p o r t s ; v a r o = t [ r ] = { i : r , l : ! 1 , e x p o r t s : { } } ; r e t u r n e [ r ] . c a l l ( o . e x p o r t s , o , o . e x p o r t s , n ) , o . l = ! 0 , o . e x p o r t s } r e t u r n n . m = e , n . c = t , n . d = f u n c t i o n ( e , t , r ) { n . o ( e , t ) | | O b j e c t . d e f i n e P r o p e r t y ( e , t , { e n u m e r a b l e : ! 0 , g e t : r } ) } , n . r = f u n c t i o n ( e ) { " u n d e f i n e d " ! = t y p e o f S y m b o l & & S y m b o l . t o S t r i n g T a g & & O b j e c t . d e f i n e P r o p e r t y ( e , S y m b o l . t o S t r i n g T a g , { v a l u e : " M o d u l e " } ) , O b j e c t . d e f i n e P r o p e r t y ( e , " _ _ e s M o d u l e " , { v a l u e : ! 0 } ) } , n . t = f u n c t i o n ( e , t ) { i f ( 1 & t & & ( e = n ( e ) ) , 8 & t ) r e t u r n e ; i f ( 4 & t & & " o b j e c t " = = t y p e o f e & & e & & e . _ _ e s M o d u l e ) r e t u r n e ; v a r r = O b j e c t . c r e a t e ( n u l l ) ; i f ( n . r ( r ) , O b j e c t . d e f i n e P r o p e r t y ( r , " d e f a u l t " , { e n u m e r a b l e : ! 0 , v a l u e : e } ) , 2 & t & & " s t r i n g " ! = t y p e o f e ) f o r ( v a r o i n e ) n . d ( r , o , f u n c t i o n ( t ) { r e t u r n e [ t ] } . b i n d ( n u l l , o ) ) ; r e t u r n r } , n . n = f u n c t i o n ( e ) { v a r t = e & & e . _ _ e s M o d u l e ? f u n c t i o n ( ) { r e t u r n e . d e f a u l t } : f u n c t i o n ( ) { r e t u r n e } ; r e t u r n n . d ( t , " a " , t ) , t } , n . o = f u n c t i o n ( e , t ) { r e t u r n O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( e , t ) } , n . p = " / d i s t / " , n ( n . s = 1 1 0 ) } ( { 0 : f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; f u n c t i o n r ( e , t ) { r e t u r n f u n c t i o n ( e ) { i f ( A r r a y . i s A r r a y ( e ) ) r e t u r n e } ( e ) | | f u n c t i o n ( e , t ) { i f ( " u n d e f i n e d " ! = t y p e o f S y m b o l & & S y m b o l . i t e r a t o r i n O b j e c t ( e ) ) { v a r n = [ ] , r = ! 0 , o = ! 1 , i = v o i d 0 ; t r y { f o r ( v a r s , a = e [ S y m b o l . i t e r a t o r ] ( ) ; ! ( r = ( s = a . n e x t ( ) ) . d o n e ) & & ( n . p u s h ( s . v a l u e ) , ! t | | n . l e n g t h ! = = t ) ; r = ! 0 ) ; } c a t c h ( e ) { o = ! 0 , i = e } f i n a l l y { t r y { r | | n u l l = = a . r e t u r n | | a . r e t u r n ( ) } f i n a l l y { i f ( o ) t h r o w i } } r e t u r n n } } ( e , t ) | | f u n c t i o n ( e , t ) { i f ( e ) { i f ( " s t r i n g " = = t y p e o f e ) r e t u r n o ( e , t ) ; v a r n = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( e ) . s l i c e ( 8 , - 1 ) ; r e t u r n " O b j e c t " = = = n & & e . c o n s t r u c t o r & & ( n = e . c o n s t r u c t o r . n a m e ) , " M a p " = = = n | | " S e t " = = = n ? A r r a y . f r o m ( e ) : " A r g u m e n t s " = = = n | | / ^ ( ? : U i | I ) n t ( ? : 8 | 1 6 | 3 2 ) ( ? : C l a m p e d ) ? A r r a y $ / . t e s t ( n ) ? o ( e , t ) : v o i d 0 } } ( e , t ) | | f u n c t i o n ( ) { t h r o w n e w T y p e E r r o r ( " I n v a l i d a t t e m p t t o d e s t r u c t u r e n o n - i t e r a b l e i n s t a n c e . \ n I n o r d e r t o b e i t e r a b l e , n o n - a r r a y o b j e c t s m u s t h a v e a [ S y m b o l . i t e r a t o r ] ( ) m e t h o d . " ) } ( ) } f u n c t i o n o ( e , t ) { ( n u l l = = t | | t > e . l e n g t h ) & & ( t = e . l e n g t h ) ; f o r ( v a r n = 0 , r = n e w A r r a y ( t ) ; n < t ; n + + ) r [ n ] = e [ n ] ; r e t u r n r } e . e x p o r t s = f u n c t i o n ( e ) { v a r t = r ( e , 4 ) , n = t [ 1 ] , o = t [ 3 ] ; i f ( " f u n c t i o n " = = t y p e o f b t o a ) { v a r i = b t o a ( u n e s c a p e ( e n c o d e U R I C o m p o n e n t ( J S O N . s t r i n g i f y ( o ) ) ) ) , s = " s o u r c e M a p p i n g U R L = d a t a : a p p l i c a t i o n / j s o n ; c h a r s e t = u t f - 8 ; b a s e 6 4 , " . c o n c a t ( i ) , a = " / * # " . c o n c a t ( s , " * / " ) , c = o . s o u r c e s . m a p ( ( f u n c t i o n ( e ) { r e t u r n " / * # s o u r c e U R L = " . c o n c a t ( o . s o u r c e R o o t | | " " ) . c o n c a t ( e , " * / " ) } ) ) ; r e t u r n [ n ] . c o n c a t ( c ) . c o n c a t ( [ a ] ) . j o i n ( " \ n " ) } r e t u r n [ n ] . j o i n ( " \ n " ) } } , 1 : f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; e . e x p o r t s = f u n c t i o n ( e ) { v a r t = [ ] ; r e t u r n t . t o S t r i n g = f u n c t i o n ( ) { r e t u r n t h i s . m a p ( ( f u n c t i o n ( t ) { v a r n = e ( t ) ; r e t u r n t [ 2 ] ? " @ m e d i a " . c o n c a t ( t [ 2 ] , " { " ) . c o n c a t ( n , " } " ) : n } ) ) . j o i n ( " " ) } , t . i = f u n c t i o n ( e , n , r ) { " s t r i n g " = = t y p e o f e & & ( e = [ [ n u l l , e , " " ] ] ) ; v a r o = { } ; i f ( r ) f o r ( v a r i = 0 ; i < t h i s . l e n g t h ; i + + ) { v a r s = t h i s [ i ] [ 0 ] ; n u l l ! = s & & ( o [ s ] = ! 0 ) } f o r ( v a r a = 0 ; a < e . l e n g t h ; a + + ) { v a r c = [ ] . c o n c a t ( e [ a ] ) ; r & & o [ c [ 0 ] ] | | ( n & & ( c [ 2 ] ? c [ 2 ] = " " . c o n c a t ( n , " a n d " ) . c o n c a t ( c [ 2 ] ) : c [ 2 ] = n ) , t . p u s h ( c ) ) } } , t } } , 1 1 0 : f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; n . r ( t ) ; v a r r = n ( 9 9 ) ;
/ * *
* @ 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/>.
*
* /t.default=r.a},15:function(e,t){e.exports=n(146)},17:function(e,t){e.exports=n(56)},18:function(e,t){e.exports=n(42)},19:function(e,t){e.exports=n(92)},2:function(e,t,n){"use strict";var r,o=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),i=[];function s(e){for(var t=-1,n=0;n<i.length;n++)if(i[n].identifier===e){t=n;break}return t}function a(e,t){for(var n={},r=[],o=0;o<e.length;o++){var a=e[o],c=t.base?a[0]+t.base:a[0],l=n[c]||0,u="".concat(c," ").concat(l);n[c]=l+1;var p=s(u),m={css:a[1],media:a[2],sourceMap:a[3]};-1!==p?(i[p].references++,i[p].updater(m)):i.push({identifier:u,updater:g(m,t),references:1}),r.push(u)}return r}function c(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var i=n.nc;i&&(r.nonce=i)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var s=o(e.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(t)}return t}var l,u=(l=[],function(e,t){return l[e]=t,l.filter(Boolean).join("\n")});function p(e,t,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=u(t,o);else{var i=document.createTextNode(o),s=e.childNodes;s[t]&&e.removeChild(s[t]),s.length?e.insertBefore(i,s[t]):e.appendChild(i)}}function m(e,t,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/ * # sourceMappingURL = data : application / json ; base64 , ".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," * / " ) ) , e . s t y l e S h e e t ) e . s t y l e S h e e t . c s s T e x t = r ; e l s e { f o r ( ; e . f i r s t C h i l d ; ) e . r e m o v e C h i l d ( e . f i r s t C h i l d ) ; e . a p p e n d C h i l d ( d o c u m e n t . c r e a t e T e x t N o d e ( r ) ) } } v a r d = n u l l , f = 0 ; f u n c t i o n g ( e , t ) { v a r n , r , o ; i f ( t . s i n g l e t o n ) { v a r i = f + + ; n = d | | ( d = c ( t ) ) , r = p . b i n d ( n u l l , n , i , ! 1 ) , o = p . b i n d ( n u l l , n , i , ! 0 ) } e l s e n = c ( t ) , r = m . b i n d ( n u l l , n , t ) , o = f u n c t i o n ( ) { ! f u n c t i o n ( e ) { i f ( n u l l = = = e . p a r e n t N o d e ) r e t u r n ! 1 ; e . p a r e n t N o d e . r e m o v e C h i l d ( e ) } ( n ) } ; r e t u r n r ( e ) , f u n c t i o n ( t ) { i f ( t ) { i f ( t . c s s = = = e . c s s & & t . m e d i a = = = e . m e d i a & & t . s o u r c e M a p = = = e . s o u r c e M a p ) r e t u r n ; r ( e = t ) } e l s e o ( ) } } e . e x p o r t s = f u n c t i o n ( e , t ) { ( t = t | | { } ) . s i n g l e t o n | | " b o o l e a n " = = t y p e o f t . s i n g l e t o n | | ( t . s i n g l e t o n = ( v o i d 0 = = = r & & ( r = B o o l e a n ( w i n d o w & & d o c u m e n t & & d o c u m e n t . a l l & & ! w i n d o w . a t o b ) ) , r ) ) ; v a r n = a ( e = e | | [ ] , t ) ; r e t u r n f u n c t i o n ( e ) { i f ( e = e | | [ ] , " [ o b j e c t A r r a y ] " = = = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( e ) ) { f o r ( v a r r = 0 ; r < n . l e n g t h ; r + + ) { v a r o = s ( n [ r ] ) ; i [ o ] . r e f e r e n c e s - - } f o r ( v a r c = a ( e , t ) , l = 0 ; l < n . l e n g t h ; l + + ) { v a r u = s ( n [ l ] ) ; 0 = = = i [ u ] . r e f e r e n c e s & & ( i [ u ] . u p d a t e r ( ) , i . s p l i c e ( u , 1 ) ) } n = c } } } } , 2 8 : f u n c t i o n ( e , t ) { e . e x p o r t s = n ( 1 4 7 ) } , 3 : f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; f u n c t i o n r ( e , t , n , r , o , i , s , a ) { v a r c , l = " f u n c t i o n " = = t y p e o f e ? e . o p t i o n s : e ; i f ( t & & ( l . r e n d e r = t , l . s t a t i c R e n d e r F n s = n , l . _ c o m p i l e d = ! 0 ) , r & & ( l . f u n c t i o n a l = ! 0 ) , i & & ( l . _ s c o p e I d = " d a t a - v - " + i ) , s ? ( c = f u n c t i o n ( e ) { ( e = e | | t h i s . $ v n o d e & & t h i s . $ v n o d e . s s r C o n t e x t | | t h i s . p a r e n t & & t h i s . p a r e n t . $ v n o d e & & t h i s . p a r e n t . $ v n o d e . s s r C o n t e x t ) | | " u n d e f i n e d " = = t y p e o f _ _ V U E _ S S R _ C O N T E X T _ _ | | ( e = _ _ V U E _ S S R _ C O N T E X T _ _ ) , o & & o . c a l l ( t h i s , e ) , e & & e . _ r e g i s t e r e d C o m p o n e n t s & & e . _ r e g i s t e r e d C o m p o n e n t s . a d d ( s ) } , l . _ s s r R e g i s t e r = c ) : o & & ( c = a ? f u n c t i o n ( ) { o . c a l l ( t h i s , ( l . f u n c t i o n a l ? t h i s . p a r e n t : t h i s ) . $ r o o t . $ o p t i o n s . s h a d o w R o o t ) } : o ) , c ) i f ( l . f u n c t i o n a l ) { l . _ i n j e c t S t y l e s = c ; v a r u = l . r e n d e r ; l . r e n d e r = f u n c t i o n ( e , t ) { r e t u r n c . c a l l ( t ) , u ( e , t ) } } e l s e { v a r p = l . b e f o r e C r e a t e ; l . b e f o r e C r e a t e = p ? [ ] . c o n c a t ( p , c ) : [ c ] } r e t u r n { e x p o r t s : e , o p t i o n s : l } } n . d ( t , " a " , ( f u n c t i o n ( ) { r e t u r n r } ) ) } , 3 8 : f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; n ( 2 8 ) , n ( 1 5 ) ; v a r r = n ( 5 ) , o = n . n ( r ) ;
/ * *
* @ 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/>.
*
* / t . a = { b e f o r e : f u n c t i o n ( ) { t h i s . $ s l o t s . d e f a u l t & & " " ! = = t h i s . t e x t . t r i m ( ) | | ( o . a . u t i l . w a r n ( " " . c o n c a t ( t h i s . $ o p t i o n s . n a m e , " c a n n o t b e e m p t y a n d r e q u i r e s a m e a n i n g f u l t e x t c o n t e n t " ) , t h i s ) , t h i s . $ d e s t r o y ( ) , t h i s . $ e l . r e m o v e ( ) ) } , b e f o r e U p d a t e : f u n c t i o n ( ) { t h i s . t e x t = t h i s . g e t T e x t ( ) } , d a t a : f u n c t i o n ( ) { r e t u r n { t e x t : t h i s . g e t T e x t ( ) } } , c o m p u t e d : { i s L o n g T e x t : f u n c t i o n ( ) { r e t u r n t h i s . t e x t & & t h i s . t e x t . t r i m ( ) . l e n g t h > 2 0 } } , m e t h o d s : { g e t T e x t : f u n c t i o n ( ) { r e t u r n t h i s . $ s l o t s . d e f a u l t ? t h i s . $ s l o t s . d e f a u l t [ 0 ] . t e x t . t r i m ( ) : " " } } } } , 3 9 : f u n c t i o n ( e , t ) { e . e x p o r t s = n ( 2 0 1 ) } , 4 9 : f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; n ( 3 9 ) , n ( 6 ) , n ( 1 7 ) , n ( 1 8 ) , n ( 1 9 ) ; v a r r = n ( 3 8 ) , o = ( n ( 1 5 ) , f u n c t i o n ( e , t ) { f o r ( v a r n = e . $ p a r e n t ; n ; ) { i f ( n . $ o p t i o n s . n a m e = = = t ) r e t u r n n ; n = n . $ p a r e n t } } ) ; t . a = { m i x i n s : [ r . a ] , p r o p s : { i c o n : { t y p e : S t r i n g , d e f a u l t : " " } , t i t l e : { t y p e : S t r i n g , d e f a u l t : " " } , c l o s e A f t e r C l i c k : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , a r i a L a b e l : { t y p e : S t r i n g , d e f a u l t : " " } } , c o m p u t e d : { i s I c o n U r l : f u n c t i o n ( ) { t r y { r e t u r n n e w U R L ( t h i s . i c o n ) } c a t c h ( e ) { r e t u r n ! 1 } } } , m e t h o d s : { o n C l i c k : f u n c t i o n ( e ) { i f ( t h i s . $ e m i t ( " c l i c k " , e ) , t h i s . c l o s e A f t e r C l i c k ) { v a r t = o ( t h i s , " A c t i o n s " ) ; t & & t . c l o s e M e n u & & t . c l o s e M e n u ( ) } } } } } , 5 : f u n c t i o n ( e , t ) { e . e x p o r t s = n ( 2 1 ) } , 6 : f u n c t i o n ( e , t ) { e . e x p o r t s = n ( 5 0 ) } , 9 1 : 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 ( 0 ) , o = n . n ( r ) , i = n ( 1 ) , s = n . n ( i ) ( ) ( o . a ) ; s . p u s h ( [ e . i , " l i . a c t i v e [ d a t a - v - 4 2 b 2 8 4 3 6 ] { b a c k g r o u n d - c o l o r : v a r ( - - c o l o r - b a c k g r o u n d - h o v e r ) } . a c t i o n - - d i s a b l e d [ d a t a - v - 4 2 b 2 8 4 3 6 ] { p o i n t e r - e v e n t s : n o n e ; o p a c i t y : . 5 } . a c t i o n - - d i s a b l e d [ d a t a - v - 4 2 b 2 8 4 3 6 ] : h o v e r , . a c t i o n - - d i s a b l e d [ d a t a - v - 4 2 b 2 8 4 3 6 ] : f o c u s { c u r s o r : d e f a u l t ; o p a c i t y : . 5 } . a c t i o n - - d i s a b l e d * [ d a t a - v - 4 2 b 2 8 4 3 6 ] { o p a c i t y : 1 ! i m p o r t a n t } . a c t i o n - b u t t o n [ d a t a - v - 4 2 b 2 8 4 3 6 ] { 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 ; w i d t h : 1 0 0 % ; 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 ; p a d d i n g - r i g h t : 1 4 p x ; c u r s o r : p o i n t e r ; w h i t e - s p a c e : n o w r a p ; o p a c i t y : . 7 ; c o l o r : v a r ( - - c o l o r - m a i n - t e x t ) ; 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 ; b o x - s h a d o w : n o n e ; f o n t - w e i g h t : n o r m a l ; f o n t - s i z e : v a r ( - - d e f a u l t - f o n t - s i z e ) ; l i n e - h e i g h t : 4 4 p x } . a c t i o n - b u t t o n [ d a t a - v - 4 2 b 2 8 4 3 6 ] : h o v e r , . a c t i o n - b u t t o n [ d a t a - v - 4 2 b 2 8 4 3 6 ] : f o c u s { o p a c i t y : 1 } . a c t i o n - b u t t o n > s p a n [ d a t a - v - 4 2 b 2 8 4 3 6 ] { c u r s o r : p o i n t e r ; w h i t e - s p a c e : n o w r a p } . a c t i o n - b u t t o n _ _ i c o n [ d a t a - v - 4 2 b 2 8 4 3 6 ] { w i d t h : 4 4 p x ; h e i g h t : 4 4 p x ; o p a c i t y : 1 ; 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 ; b a c k g r o u n d - r e p e a t : n o - r e p e a t } . a c t i o n - b u t t o n . m a t e r i a l - d e s i g n - i c o n [ d a t a - v - 4 2 b 2 8 4 3 6 ] { w i d t h : 4 4 p x ; h e i g h t : 4 4 p x ; o p a c i t y : 1 } . a c t i o n - b u t t o n . m a t e r i a l - d e s i g n - i c o n . m a t e r i a l - d e s i g n - i c o n _ _ s v g [ d a t a - v - 4 2 b 2 8 4 3 6 ] { v e r t i c a l - a l i g n : m i d d l e } . a c t i o n - b u t t o n p [ d a t a - v - 4 2 b 2 8 4 3 6 ] { w i d t h : 2 2 0 p x ; p a d d i n g : 7 p x 0 ; c u r s o r : p o i n t e r ; t e x t - a l i g n : l e f t ; l i n e - h e i g h t : 1 . 6 e m ; o v e r f l o w : h i d d e n ; t e x t - o v e r f l o w : e l l i p s i s } . a c t i o n - b u t t o n _ _ l o n g t e x t [ d a t a - v - 4 2 b 2 8 4 3 6 ] { c u r s o r : p o i n t e r ; w h i t e - s p a c e : p r e - w r a p } . a c t i o n - b u t t o n _ _ t i t l e [ d a t a - v - 4 2 b 2 8 4 3 6 ] { f o n t - w e i g h t : b o l d ; t e x t - o v e r f l o w : e l l i p s i s ; o v e r f l o w : h i d d e n ; w h i t e - s p a c e : n o w r a p ; m a x - w i d t h : 1 0 0 % ; d i s p l a y : i n l i n e - b l o c k } \ n " , " " , { v e r s i o n : 3 , s o u r c e s : [ " w e b p a c k : / / . / . . / . . / a s s e t s / a c t i o n . s c s s " , " w e b p a c k : / / . / . . / . . / a s s e t s / v a r i a b l e s . s c s s " ] , n a m e s : [ ] , m a p p i n g s : " A A w B C , 2 B A E E , 8 C A A + C , C A C / C , m C A M D , m B A A o B , C A C p B , U C Q m B , C D V p B , k F A I E , c A A e , C A C f , U C K k B , C D V p B , q C A Q E , o B A A q B , C A C r B , g C A O D , Y A A a , C A C b , s B A A u B , C A E v B , U A A W , C A C X , W A A Y , C A C Z , Q A A S , C A C T , S A A U , C A C V , k B C t B 8 C , C D w B 9 C , c A A e , C A C f , k B A A m B , C A E n B , U C j B i B , C D k B j B , 4 B A A 6 B , C A C 7 B , Q A A S , C A C T , e A A g B , C A C h B , 4 B A A 6 B , C A C 7 B , e A A g B , C A E h B , k B A A m B , C A C n B , k C A A m C , C A C n C , g B C 5 C m B , C D s B p B , 4 E A 0 B E , S C 7 B a , C D G f , q C A 8 B E , c A A e , C A C f , k B A A m B , C A C n B , s C A G A , U C z D k B , C D 0 D l B , W C 1 D k B , C D 2 D l B , S C x C a , C D y C b , + B A A w C , C A C x C , o B C z D a , C D 0 D b , 2 B A A 4 B , C A x C 9 B , s D A 4 C E , U C l E k B , C D m E l B , W C n E k B , C D o E l B , S C j D a , C D G f , i F A i D G , q B A A s B , C A j D z B , k C A u D E , W A A Y , C A C Z , a A A 8 B , C A E 9 B , c A A e , C A C f , e A A g B , C A E h B , i B A A k B , C A G l B , e A A g B , C A C h B , s B A A u B , C A C v B , 0 C A G A , c A A e , C A E f , o B A A q B , C A C r B , u C A G A , g B A A i B , C A C j B , s B A A u B , C A C v B , e A A g B , C A C h B , k B A A m B , C A C n B , c A A e , C A C f , o B A A q B " , s o u r c e s C o n t e n t : [ " / * * \ n * @ c o p y r i g h t C o p y r i g h t ( c ) 2 0 1 9 J o h n M o l a k v o æ < s k j n l d s v @ p r o t o n m a i l . c o m > \ n * \ n * @ a u t h o r J o h n M o l a k v o æ < s k j n l d s v @ p r o t o n m a i l . c o m > \ n * @ a u t h o r M a r c o A m b r o s i n i < m a r c o a m b r o s i n i @ p m . m e > \ n * \ n * @ l i c e n s e G N U A G P L v e r s i o n 3 o r a n y l a t e r v e r s i o n \ n * \ n * T h i s p r o g r a m i s f r e e s o f t w a r e : y o u c a n r e d i s t r i b u t e i t a n d / o r m o d i f y \ n * i t u n d e r t h e t e r m s o f t h e G N U A f f e r o G e n e r a l P u b l i c L i c e n s e a s \ n * p u b l i s h e d b y t h e F r e e S o f t w a r e F o u n d a t i o n , e i t h e r v e r s i o n 3 o f t h e \ n * L i c e n s e , o r ( a t y o u r
/ * *
* @ 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/>.
*
2021-03-18 13:40:35 +03:00
* /var y=function(e){return b.apply(this,arguments)};function b(){return(b=v(regeneratorRuntime.mark((function e(t){var n,r,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,u()({method:"PROPFIND",url:t,data:'<?xml version="1.0"?>\n\t\t\t<d:propfind xmlns:d="DAV:"\n\t\t\t\txmlns:oc="http:/ / owncloud . org / ns "\n\t\t\t\txmlns:nc=" http : //nextcloud.org/ns"\n\t\t\t\txmlns:ocs="http://open-collaboration-services.org/ns">\n\t\t\t<d:prop>\n\t\t\t\t<d:getlastmodified />\n\t\t\t\t<d:getetag />\n\t\t\t\t<d:getcontenttype />\n\t\t\t\t<d:resourcetype />\n\t\t\t\t<oc:fileid />\n\t\t\t\t<oc:permissions />\n\t\t\t\t<oc:size />\n\t\t\t\t<d:getcontentlength />\n\t\t\t\t<nc:has-preview />\n\t\t\t\t<nc:mount-type />\n\t\t\t\t<nc:is-encrypted />\n\t\t\t\t<ocs:share-permissions />\n\t\t\t\t<oc:tags />\n\t\t\t\t<oc:favorite />\n\t\t\t\t<oc:comments-unread />\n\t\t\t\t<oc:owner-id />\n\t\t\t\t<oc:owner-display-name />\n\t\t\t\t<oc:share-types />\n\t\t\t</d:prop>\n\t\t\t</d:propfind>'});case 2:return n=e.sent,r=OCA.Files.App.fileList.filesClient._client.parseMultiStatus(n.data),(o=OCA.Files.App.fileList.filesClient._parseFileInfo(r[0])).get=function(e){return o[e]},o.isDirectory=function(){return"httpd/unix-directory"===o.mimetype},e.abrupt("return",o);case 8:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var C=r(275);function x(e,t,n,r,o,i,s){try{var a=e[i](s),c=a.value}catch(e){return void n(e)}a.done?t(c):Promise.resolve(c).then(r,o)}function w(e){return function(){var t=this,n=arguments;return new Promise((function(r,o){var i=e.apply(t,n);function s(e){x(i,r,o,s,a,"next",e)}function a(e){x(i,r,o,s,a,"throw",e)}s(void 0)}))}}var E={name:"SidebarTab",components:{AppSidebarTab:r.n(C).a,EmptyContent:A.a},props:{fileInfo:{type:Object,default:function(){},required:!0},id:{type:String,required:!0},name:{type:String,required:!0},icon:{type:String,required:!0},onMount:{type:Function,required:!0},onUpdate:{type:Function,required:!0},onDestroy:{type:Function,required:!0},onScrollBottomReached:{type:Function,default:function(){}}},data:function(){return{loading:!0}},computed:{activeTab:function(){return this.$parent.activeTab}},watch:{fileInfo:function(e,t){var n=this;return w(regeneratorRuntime.mark((function r(){return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(e.id===t.id){r.next=5;break}return n.loading=!0,r.next=4,n.onUpdate(n.fileInfo);case 4:n.loading=!1;case 5:case"end":return r.stop()}}),r)})))()}},mounted:function(){var e=this;return w(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e.loading=!0,t.next=3,e.onMount(e.$refs.mount,e.fileInfo,e.$refs.tab);case 3:e.loading=!1;case 4:case"end":return t.stop()}}),t)})))()},beforeDestroy:function(){var e=this;return w(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,e.onDestroy();case 2:case"end":return t.stop()}}),t)})))()}},k=r(22),T=Object(k.a)(E,(function(){var e=this.$createElement,t=this._self._c||e;return t("AppSidebarTab",{ref:"tab",attrs:{id:this.id,name:this.name,icon:this.icon},on:{bottomReached:this.onScrollBottomReached}},[this.loading?t("EmptyContent",{attrs:{icon:"icon-loading"}}):this._e(),this._v(" "),t("div",{ref:"mount"})],1)}),[],!1,null,null,null).exports,S={name:"LegacyView",props:{component:{type:Object,required:!0},fileInfo:{type:Object,default:function(){},required:!0}},watch:{fileInfo:function(e){this.setFileInfo(e)}},mounted:function(){this.component.$el.replaceAll(this.$el),this.setFileInfo(this.fileInfo)},methods:{setFileInfo:function(e){this.component.setFileInfo(new OCA.Files.FileInfoModel(e))}}},j=Object(k.a)(S,(function(){var e=this.$createElement;return(this._self._c||e)("div")}),[],!1,null,null,null).exports;function M(e,t,n,r,o,i,s){try{var a=e[i](s),c=a.value}catch(e){return void n(e)}a.done?t(c):Promise.resolve(c).then(r,o)}function P(e){return function(){var t=this,n=arguments;return new Promise((function(r,o){var
2021-03-17 11:45:22 +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/>.
*
* /
o . default . prototype . t = i . translate , window . OCA . Files || ( window . OCA . Files = { } ) , Object . assign ( window . OCA . Files , { Sidebar : new G } ) , Object . assign ( window . OCA . Files . Sidebar , { Tab : re } ) , window . addEventListener ( "DOMContentLoaded" , ( function ( ) { var e = document . querySelector ( "body > .content" ) || document . querySelector ( "body > #content" ) ; if ( e && ! document . getElementById ( "app-sidebar" ) ) { var t = document . createElement ( "div" ) ; t . id = "app-sidebar" , e . appendChild ( t ) } var n = new ( o . default . extend ( L ) ) ( { name : "SidebarRoot" } ) ; n . $mount ( "#app-sidebar" ) , window . OCA . Files . Sidebar . open = n . open , window . OCA . Files . Sidebar . close = n . close } ) ) } ] ) ;
2020-07-14 15:34:10 +03:00
//# sourceMappingURL=sidebar.js.map