2021-05-29 13:14:51 +03:00
! function ( t ) { var e = { } ; function n ( r ) { if ( e [ r ] ) return e [ r ] . exports ; var o = e [ r ] = { i : r , l : ! 1 , exports : { } } ; return t [ r ] . call ( o . exports , o , o . exports , n ) , o . l = ! 0 , o . exports } n . m = t , n . c = e , n . d = function ( t , e , r ) { n . o ( t , e ) || Object . defineProperty ( t , e , { enumerable : ! 0 , get : r } ) } , n . r = function ( t ) { "undefined" != typeof Symbol && Symbol . toStringTag && Object . defineProperty ( t , Symbol . toStringTag , { value : "Module" } ) , Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) } , n . t = function ( t , e ) { if ( 1 & e && ( t = n ( t ) ) , 8 & e ) return t ; if ( 4 & e && "object" == typeof t && t && t . _ _esModule ) return t ; var r = Object . create ( null ) ; if ( n . r ( r ) , Object . defineProperty ( r , "default" , { enumerable : ! 0 , value : t } ) , 2 & e && "string" != typeof t ) for ( var o in t ) n . d ( r , o , function ( e ) { return t [ e ] } . bind ( null , o ) ) ; return r } , n . n = function ( t ) { var e = t && t . _ _esModule ? function ( ) { return t . default } : function ( ) { return t } ; return n . d ( e , "a" , e ) , e } , n . o = function ( t , e ) { return Object . prototype . hasOwnProperty . call ( t , e ) } , n . p = "/js/" , n ( n . s = 466 ) } ( [ function ( t , e , n ) { var r = n ( 3 ) , o = n ( 21 ) . f , i = n ( 14 ) , a = n ( 10 ) , s = n ( 73 ) , l = n ( 117 ) , c = n ( 67 ) ; t . exports = function ( t , e ) { var n , u , p , f , d , A = t . target , h = t . global , m = t . stat ; if ( n = h ? r : m ? r [ A ] || s ( A , { } ) : ( r [ A ] || { } ) . prototype ) for ( u in e ) { if ( f = e [ u ] , p = t . noTargetGet ? ( d = o ( n , u ) ) && d . value : n [ u ] , ! c ( h ? u : A + ( m ? "." : "#" ) + u , t . forced ) && void 0 !== p ) { if ( typeof f == typeof p ) continue ; l ( f , p ) } ( t . sham || p && p . sham ) && i ( f , "sham" , ! 0 ) , a ( n , u , f , t ) } } } , function ( t , e ) { t . exports = function ( t ) { try { return ! ! t ( ) } catch ( t ) { return ! 0 } } } , function ( t , e , n ) { var r = n ( 3 ) , o = n ( 53 ) , i = n ( 5 ) , a = n ( 54 ) , s = n ( 78 ) , l = n ( 123 ) , c = o ( "wks" ) , u = r . Symbol , p = l ? u : u && u . withoutSetter || a ; t . exports = function ( t ) { return i ( c , t ) && ( s || "string" == typeof c [ t ] ) || ( s && i ( u , t ) ? c [ t ] = u [ t ] : c [ t ] = p ( "Symbol." + t ) ) , c [ t ] } } , function ( t , e , n ) { ( function ( e ) { var n = function ( t ) { return t && t . Math == Math && t } ; t . exports = n ( "object" == typeof globalThis && globalThis ) || n ( "object" == typeof window && window ) || n ( "object" == typeof self && self ) || n ( "object" == typeof e && e ) || function ( ) { return this } ( ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 11 ) ) } , function ( t , e , n ) { var r = n ( 7 ) ; t . exports = function ( t ) { if ( ! r ( t ) ) throw TypeError ( String ( t ) + " is not an object" ) ; return t } } , function ( t , e , n ) { var r = n ( 12 ) , o = { } . hasOwnProperty ; t . exports = Object . hasOwn || function ( t , e ) { return o . call ( r ( t ) , e ) } } , function ( t , e , n ) { var r = n ( 1 ) ; t . exports = ! r ( ( function ( ) { return 7 != Object . defineProperty ( { } , 1 , { get : function ( ) { return 7 } } ) [ 1 ] } ) ) } , function ( t , e ) { t . exports = function ( t ) { return "object" == typeof t ? null !== t : "function" == typeof t } } , function ( t , e , n ) { var r = n ( 6 ) , o = n ( 116 ) , i = n ( 4 ) , a = n ( 35 ) , s = Object . defineProperty ; e . f = r ? s : function ( t , e , n ) { if ( i ( t ) , e = a ( e , ! 0 ) , i ( n ) , o ) try { return s ( t , e , n ) } catch ( t ) { } if ( "get" in n || "set" in n ) throw TypeError ( "Accessors not supported" ) ; return "value" in n && ( t [ e ] = n . value ) , t } } , function ( t , e , n ) { "use strict" ; var r = n ( 126 ) , o = Object . prototype . toString ; function i ( t ) { return "[object Array]" === o . call ( t ) } function a ( t ) { return void 0 === t } function s ( t ) { return null !== t && "object" == typeof t } function l ( t ) { if ( "[object Object]" !== o . call ( t ) ) return ! 1 ; var e = Object . getPrototypeOf ( t ) ; return null === e || e === Object . prototype } function c ( t ) { return "[object Function]" === o . call ( t ) } function u ( t , e ) { if ( null != t ) if ( "object" != typeof t && ( t = [ t ] ) , i ( t ) ) for ( var n = 0 , r = t . length ; n < r ; n ++ ) e . call ( null , t [ n ] , n , t ) ; else for ( var o in t ) Object . prototype . hasOwnProperty . call ( t , o ) && e . call ( null , t [ o ] , o , t ) } t . exports = { isArray : i , isArrayBuffer : function ( t ) { return "[object ArrayBuffer]" === o . call ( t ) } , isBuffer : function ( t ) { return null !== t && ! a ( t ) && null !== t . constructor && ! a ( t . constructor ) && "function" == typeof t . constructor . isBuffer && t . constructor . isBuffer ( t ) } , isFormData : function ( t ) { return "undefined" != typeof FormData && t instanceof FormData } , isArrayBufferView : function ( t ) { return "undefined" != typeof ArrayBuffer && ArrayBuffer . isView ? ArrayBuffer . isView ( t ) : t && t . buffer && t . buffer instanceof ArrayBuffer } , isString : function ( t ) { return "string" == typeof t } , isNumber : function ( t ) { return "number" == typeof t } , isObject : s , isPlainObject : l , isUndefined : a , isDate : function ( t ) { return "[object Date]" === o . call ( t ) } , isFile : function ( t ) { return "[object File]" === o . call ( t ) } , isBlob : function ( t ) { return "[object Blob]" === o . call ( t ) } , isFunction : c , isStream : function ( t ) { return s ( t ) && c ( t . pipe ) } , isURLSearchParams : function ( t ) { return "undefined" != typeof URLSearchPar
2021-03-17 11:45:22 +03:00
/ * !
* Vue . js v2 . 6.12
* ( c ) 2014 - 2020 Evan You
* Released under the MIT License .
* /
2021-05-29 13:14:51 +03:00
var r = Object . freeze ( { } ) ; function o ( t ) { return null == t } function i ( t ) { return null != t } function a ( t ) { return ! 0 === t } function s ( t ) { return "string" == typeof t || "number" == typeof t || "symbol" == typeof t || "boolean" == typeof t } function l ( t ) { return null !== t && "object" == typeof t } var c = Object . prototype . toString ; function u ( t ) { return "[object Object]" === c . call ( t ) } function p ( t ) { return "[object RegExp]" === c . call ( t ) } function f ( t ) { var e = parseFloat ( String ( t ) ) ; return e >= 0 && Math . floor ( e ) === e && isFinite ( t ) } function d ( t ) { return i ( t ) && "function" == typeof t . then && "function" == typeof t . catch } function A ( t ) { return null == t ? "" : Array . isArray ( t ) || u ( t ) && t . toString === c ? JSON . stringify ( t , null , 2 ) : String ( t ) } function h ( t ) { var e = parseFloat ( t ) ; return isNaN ( e ) ? t : e } function m ( t , e ) { for ( var n = Object . create ( null ) , r = t . split ( "," ) , o = 0 ; o < r . length ; o ++ ) n [ r [ o ] ] = ! 0 ; return e ? function ( t ) { return n [ t . toLowerCase ( ) ] } : function ( t ) { return n [ t ] } } m ( "slot,component" , ! 0 ) ; var g = m ( "key,ref,slot,slot-scope,is" ) ; function v ( t , e ) { if ( t . length ) { var n = t . indexOf ( e ) ; if ( n > - 1 ) return t . splice ( n , 1 ) } } var y = Object . prototype . hasOwnProperty ; function b ( t , e ) { return y . call ( t , e ) } function x ( t ) { var e = Object . create ( null ) ; return function ( n ) { return e [ n ] || ( e [ n ] = t ( n ) ) } } var C = /-(\w)/g , w = x ( ( function ( t ) { return t . replace ( C , ( function ( t , e ) { return e ? e . toUpperCase ( ) : "" } ) ) } ) ) , E = x ( ( function ( t ) { return t . charAt ( 0 ) . toUpperCase ( ) + t . slice ( 1 ) } ) ) , T = /\B([A-Z])/g , _ = x ( ( function ( t ) { return t . replace ( T , "-$1" ) . toLowerCase ( ) } ) ) ; var S = Function . prototype . bind ? function ( t , e ) { return t . bind ( e ) } : function ( t , e ) { function n ( n ) { var r = arguments . length ; return r ? r > 1 ? t . apply ( e , arguments ) : t . call ( e , n ) : t . call ( e ) } return n . _length = t . length , n } ; function k ( t , e ) { e = e || 0 ; for ( var n = t . length - e , r = new Array ( n ) ; n -- ; ) r [ n ] = t [ n + e ] ; return r } function B ( t , e ) { for ( var n in e ) t [ n ] = e [ n ] ; return t } function I ( t ) { for ( var e = { } , n = 0 ; n < t . length ; n ++ ) t [ n ] && B ( e , t [ n ] ) ; return e } function N ( t , e , n ) { } var O = function ( t , e , n ) { return ! 1 } , M = function ( t ) { return t } ; function j ( t , e ) { if ( t === e ) return ! 0 ; var n = l ( t ) , r = l ( e ) ; if ( ! n || ! r ) return ! n && ! r && String ( t ) === String ( e ) ; try { var o = Array . isArray ( t ) , i = Array . isArray ( e ) ; if ( o && i ) return t . length === e . length && t . every ( ( function ( t , n ) { return j ( t , e [ n ] ) } ) ) ; if ( t instanceof Date && e instanceof Date ) return t . getTime ( ) === e . getTime ( ) ; if ( o || i ) return ! 1 ; var a = Object . keys ( t ) , s = Object . keys ( e ) ; return a . length === s . length && a . every ( ( function ( n ) { return j ( t [ n ] , e [ n ] ) } ) ) } catch ( t ) { return ! 1 } } function D ( t , e ) { for ( var n = 0 ; n < t . length ; n ++ ) if ( j ( t [ n ] , e ) ) return n ; return - 1 } function L ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , t . apply ( this , arguments ) ) } } var P = [ "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 : O , isReservedAttr : O , isUnknownElement : O , getTagNamespace : N , parsePlatformTagName : M , mustUseProp : O , async : ! 0 , _lifecycleHooks : F } , $ = /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 ( t , e , n , r ) { Object . defineProperty ( t , e , { value : n , enumerable : ! ! r , writable : ! 0 , configurable : ! 0 } ) } var U = new RegExp ( "[^" + $ . source + ".$_\\d]" ) ; var H , Q = "__proto__" in { } , G = "undefined" != typeof window , Y = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , q = Y && WXEnvironment . platform . toLowerCase ( ) , W = G && window . navigator . userAgent . toLowerCase ( ) , V = W && /msie|trident/ . test ( W ) , X = W && W . indexOf ( "msie 9.0" ) > 0 , Z = W && W . indexOf ( "edge/" ) > 0 , K = ( 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+)/ ) ) , tt = { } . watch , et = ! 1 ; if ( G ) try { var nt = { } ; Object . defineProperty ( nt , "passive" , { get : function ( ) { et = ! 0 } } ) , window . addEventListener ( "test-passive" , null , nt ) } catch ( t ) { } var rt = function ( ) { return void 0 === H && ( H = ! G && ! Y && void 0 !== t && ( t . process && "server" === t . process . env . VUE _ENV ) ) , H } , ot = G && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function it ( t ) { return "function" == t
2021-03-17 11:45:22 +03:00
/ * * !
* @ 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 .
* /
2021-05-29 13:14:51 +03:00
var n = "undefined" != typeof window && "undefined" != typeof document && "undefined" != typeof navigator , r = function ( ) { for ( var t = [ "Edge" , "Trident" , "Firefox" ] , e = 0 ; e < t . length ; e += 1 ) if ( n && navigator . userAgent . indexOf ( t [ e ] ) >= 0 ) return 1 ; return 0 } ( ) ; var o = n && window . Promise ? function ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , window . Promise . resolve ( ) . then ( ( function ( ) { e = ! 1 , t ( ) } ) ) ) } } : function ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , setTimeout ( ( function ( ) { e = ! 1 , t ( ) } ) , r ) ) } } ; function i ( t ) { return t && "[object Function]" === { } . toString . call ( t ) } function a ( t , e ) { if ( 1 !== t . nodeType ) return [ ] ; var n = t . ownerDocument . defaultView . getComputedStyle ( t , null ) ; return e ? n [ e ] : n } function s ( t ) { return "HTML" === t . nodeName ? t : t . parentNode || t . host } function l ( t ) { if ( ! t ) return document . body ; switch ( t . nodeName ) { case "HTML" : case "BODY" : return t . ownerDocument . body ; case "#document" : return t . body } var e = a ( t ) , n = e . overflow , r = e . overflowX , o = e . overflowY ; return /(auto|scroll|overlay)/ . test ( n + o + r ) ? t : l ( s ( t ) ) } function c ( t ) { return t && t . referenceNode ? t . referenceNode : t } var u = n && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , p = n && /MSIE 10/ . test ( navigator . userAgent ) ; function f ( t ) { return 11 === t ? u : 10 === t ? p : u || p } function d ( t ) { if ( ! t ) return document . documentElement ; for ( var e = f ( 10 ) ? document . body : null , n = t . offsetParent || null ; n === e && t . nextElementSibling ; ) n = ( t = t . nextElementSibling ) . offsetParent ; var r = n && n . nodeName ; return r && "BODY" !== r && "HTML" !== r ? - 1 !== [ "TH" , "TD" , "TABLE" ] . indexOf ( n . nodeName ) && "static" === a ( n , "position" ) ? d ( n ) : n : t ? t . ownerDocument . documentElement : document . documentElement } function A ( t ) { return null !== t . parentNode ? A ( t . parentNode ) : t } function h ( t , e ) { if ( ! ( t && t . nodeType && e && e . nodeType ) ) return document . documentElement ; var n = t . compareDocumentPosition ( e ) & Node . DOCUMENT _POSITION _FOLLOWING , r = n ? t : e , o = n ? e : t , i = document . createRange ( ) ; i . setStart ( r , 0 ) , i . setEnd ( o , 0 ) ; var a , s , l = i . commonAncestorContainer ; if ( t !== l && e !== l || r . contains ( o ) ) return "BODY" === ( s = ( a = l ) . nodeName ) || "HTML" !== s && d ( a . firstElementChild ) !== a ? d ( l ) : l ; var c = A ( t ) ; return c . host ? h ( c . host , e ) : h ( t , A ( e ) . host ) } function m ( t ) { var e = arguments . length > 1 && void 0 !== arguments [ 1 ] ? arguments [ 1 ] : "top" , n = "top" === e ? "scrollTop" : "scrollLeft" , r = t . nodeName ; if ( "BODY" === r || "HTML" === r ) { var o = t . ownerDocument . documentElement , i = t . ownerDocument . scrollingElement || o ; return i [ n ] } return t [ n ] } function g ( t , e ) { var n = arguments . length > 2 && void 0 !== arguments [ 2 ] && arguments [ 2 ] , r = m ( e , "top" ) , o = m ( e , "left" ) , i = n ? - 1 : 1 ; return t . top += r * i , t . bottom += r * i , t . left += o * i , t . right += o * i , t } function v ( t , e ) { var n = "x" === e ? "Left" : "Top" , r = "Left" === n ? "Right" : "Bottom" ; return parseFloat ( t [ "border" + n + "Width" ] ) + parseFloat ( t [ "border" + r + "Width" ] ) } function y ( t , e , n , r ) { return Math . max ( e [ "offset" + t ] , e [ "scroll" + t ] , n [ "client" + t ] , n [ "offset" + t ] , n [ "scroll" + t ] , f ( 10 ) ? parseInt ( n [ "offset" + t ] ) + parseInt ( r [ "margin" + ( "Height" === t ? "Top" : "Left" ) ] ) + parseInt ( r [ "margin" + ( "Height" === t ? "Bottom" : "Right" ) ] ) : 0 ) } function b ( t ) { var e = t . body , n = t . documentElement , r = f ( 10 ) && getComputedStyle ( n ) ; return { height : y ( "Height" , e , n , r ) , width : y ( "Width" , e , n , r ) } } var x = function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } , C = function ( ) { function t ( t , e ) { for ( var n = 0 ; n < e . length ; n ++ ) { var r = e [ n ] ; r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( t , r . key , r ) } } return function ( e , n , r ) { return n && t ( e . prototype , n ) , r && t ( e , r ) , e } } ( ) , w = function ( t , e , n ) { return e in t ? Object . defineProperty ( t , e , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : t [ e ] = n , t } , E = Object . assign || function ( t ) { for ( var e = 1 ; e < arguments . length ; e ++ ) { var n = arguments [ e ] ; for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( t [ r ] = n [ r ] ) } return t } ; function T ( t ) { return E ( { } , t , { right : t . left + t . width , bottom : t . top + t . height } ) } function _ ( t ) { var e = { } ; try { if ( f ( 10 ) ) { e = t . getBoundingClientRect ( ) ; var n = m ( t , "top" ) , r = m ( t , "left" ) ; e . top += n , e . left += r , e . bottom += n , e . right += r } else e = t . getBoundingClientRect ( ) } catch ( t ) { } var o = { left : e . left , top : e . top , width : e . right - e . left , height : e . bottom - e . top } , i = "HTML" === t . nodeName ? b ( t . ownerDocument ) : { } , s = i . width || t . clientWidth || o . width , l = i . height || t . clientHeight || o . height , c = t . offsetWidth - s , u = t . offsetHeight - l ; if ( c || u ) { var p = a ( t ) ; c -= v ( p , "x" ) , u -
2021-03-17 11:45:22 +03:00
/ * *
* @ 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-05-29 13:14:51 +03:00
* /e.default=r.a},2:function(t,e,n){"use strict";var r,o=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),i=[];function a(t){for(var e=-1,n=0;n<i.length;n++)if(i[n].identifier===t){e=n;break}return e}function s(t,e){for(var n={},r=[],o=0;o<t.length;o++){var s=t[o],l=e.base?s[0]+e.base:s[0],c=n[l]||0,u="".concat(l," ").concat(c);n[l]=c+1;var p=a(u),f={css:s[1],media:s[2],sourceMap:s[3]};-1!==p?(i[p].references++,i[p].updater(f)):i.push({identifier:u,updater:h(f,e),references:1}),r.push(u)}return r}function l(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var i=n.nc;i&&(r.nonce=i)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var a=o(t.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(e)}return e}var c,u=(c=[],function(t,e){return c[t]=e,c.filter(Boolean).join("\n")});function p(t,e,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=u(e,o);else{var i=document.createTextNode(o),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function f(t,e,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?t.setAttribute("media",o):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/ * # sourceMappingURL = data : application / json ; base64 , ".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," * / " ) ) , t . s t y l e S h e e t ) t . 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 ( ; t . f i r s t C h i l d ; ) t . r e m o v e C h i l d ( t . f i r s t C h i l d ) ; t . 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 , A = 0 ; f u n c t i o n h ( t , e ) { v a r n , r , o ; i f ( e . s i n g l e t o n ) { v a r i = A + + ; n = d | | ( d = l ( e ) ) , 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 = l ( e ) , r = f . b i n d ( n u l l , n , e ) , o = f u n c t i o n ( ) { ! f u n c t i o n ( t ) { i f ( n u l l = = = t . p a r e n t N o d e ) r e t u r n ! 1 ; t . p a r e n t N o d e . r e m o v e C h i l d ( t ) } ( n ) } ; r e t u r n r ( t ) , f u n c t i o n ( e ) { i f ( e ) { i f ( e . c s s = = = t . c s s & & e . m e d i a = = = t . m e d i a & & e . s o u r c e M a p = = = t . s o u r c e M a p ) r e t u r n ; r ( t = e ) } e l s e o ( ) } } t . e x p o r t s = f u n c t i o n ( t , e ) { ( e = e | | { } ) . s i n g l e t o n | | " b o o l e a n " = = t y p e o f e . s i n g l e t o n | | ( e . 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 = s ( t = t | | [ ] , e ) ; r e t u r n f u n c t i o n ( t ) { i f ( t = t | | [ ] , " [ 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 ( t ) ) { f o r ( v a r r = 0 ; r < n . l e n g t h ; r + + ) { v a r o = a ( n [ r ] ) ; i [ o ] . r e f e r e n c e s - - } f o r ( v a r l = s ( t , e ) , c = 0 ; c < n . l e n g t h ; c + + ) { v a r u = a ( n [ c ] ) ; 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 = l } } } } , 3 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; f u n c t i o n r ( t , e , n , r , o , i , a , s ) { v a r l , c = " f u n c t i o n " = = t y p e o f t ? t . o p t i o n s : t ; i f ( e & & ( c . r e n d e r = e , c . s t a t i c R e n d e r F n s = n , c . _ c o m p i l e d = ! 0 ) , r & & ( c . f u n c t i o n a l = ! 0 ) , i & & ( c . _ s c o p e I d = " d a t a - v - " + i ) , a ? ( l = f u n c t i o n ( t ) { ( t = t | | 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 _ _ | | ( t = _ _ V U E _ S S R _ C O N T E X T _ _ ) , o & & o . c a l l ( t h i s , t ) , t & & t . _ r e g i s t e r e d C o m p o n e n t s & & t . _ r e g i s t e r e d C o m p o n e n t s . a d d ( a ) } , c . _ s s r R e g i s t e r = l ) : o & & ( l = s ? f u n c t i o n ( ) { o . c a l l ( t h i s , ( c . 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 ) , l ) i f ( c . f u n c t i o n a l ) { c . _ i n j e c t S t y l e s = l ; v a r u = c . r e n d e r ; c . r e n d e r = f u n c t i o n ( t , e ) { r e t u r n l . c a l l ( e ) , u ( t , e ) } } e l s e { v a r p = c . b e f o r e C r e a t e ; c . b e f o r e C r e a t e = p ? [ ] . c o n c a t ( p , l ) : [ l ] } r e t u r n { e x p o r t s : t , o p t i o n s : c } } n . d ( e , " a " , ( f u n c t i o n ( ) { r e t u r n r } ) ) } } ) } , f u n c t i o n ( t , e , n ) { v a r r = n ( 2 3 ) , o = n ( 3 ) ; t . e x p o r t s = " p r o c e s s " = = r ( o . p r o c e s s ) } , f u n c t i o n ( t , e , 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 ( e , " _ _ e s M o d u l e " , { v a l u e : ! 0 } ) , e . s u b s c r i b e = f u n c t i o n ( t , e ) { i . s u b s c r i b e ( t , e ) } , e . u n s u b s c r i b e = f u n c t i o n ( t , e ) { i . u n s u b s c r i b e ( t , e ) } , e . e m i t = f u n c t i o n ( t , e ) { i . e m i t ( t , e ) } ; v a r r = n ( 2 1 4 ) , o = n ( 2 1 9 ) ; v a r i = ( v o i d 0 ! = = w i n d o w . O C & & w i n d o w . O C . _ e v e n t B u s & & v o i d 0 = = = w i n d o w . _ n c _ e v e n t _ b u s & & ( c o n s o l e . w a r n ( " f o u n d o l d e v e n t b u s i n s t a n c e a t O C . _ e v e n t B u s . U p d a t e y o u r v e r s i o n ! " ) , w i n d o w . _ n c _ e v e n t _ b u s = w i n d o w . O C . _ e v e n t B u s ) , v o i d 0 ! = = w i n d o w . _ n c _ e v e n t _ b u s ? n e w r . P r o x y B u s ( w i n d o w . _ n c _ e v e n t _ b u s ) : w i n d o w . _ n c _ e v e n t _ b u s = n e w o . S i m p l e B u s ) } , f u n c t i o n ( t , e , n ) { v a r r = n ( 2 4 ) ; t . e x p o r t s = r ( " d o c u m e n t
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
2021-05-29 13:14:51 +03:00
* /!function(e,n){"use strict";"object"==typeof t.exports?t.exports=e.document?n(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return n(t)}:n(e)}("undefined"!=typeof window?window:this,(function(n,o){"use strict";var i=[],a=n.document,s=Object.getPrototypeOf,l=i.slice,c=i.concat,u=i.push,p=i.indexOf,f={},d=f.toString,A=f.hasOwnProperty,h=A.toString,m=h.call(Object),g={},v=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function(t){return null!=t&&t===t.window},b={type:!0,src:!0,noModule:!0};function x(t,e,n){var r,o=(e=e||a).createElement("script");if(o.text=t,n)for(r in b)n[r]&&(o[r]=n[r]);e.head.appendChild(o).parentNode.removeChild(o)}function C(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?f[d.call(t)]||"object":typeof t}var w=function(t,e){return new w.fn.init(t,e)},E=/ ^ [ \ s\uFEFF \ xA0 ] + | [ \ s\uFEFF \ xA0 ] + $ / g ; function T ( t ) { var e = ! ! t && "length" in t && t . length , n = C ( t ) ; return ! v ( t ) && ! y ( t ) && ( "array" === n || 0 === e || "number" == typeof e && e > 0 && e - 1 in t ) } w . fn = w . prototype = { jquery : "3.3.1" , constructor : w , length : 0 , toArray : function ( ) { return l . call ( this ) } , get : function ( t ) { return null == t ? l . call ( this ) : t < 0 ? this [ t + this . length ] : this [ t ] } , pushStack : function ( t ) { var e = w . merge ( this . constructor ( ) , t ) ; return e . prevObject = this , e } , each : function ( t ) { return w . each ( this , t ) } , map : function ( t ) { return this . pushStack ( w . map ( this , ( function ( e , n ) { return t . call ( e , n , e ) } ) ) ) } , slice : function ( ) { return this . pushStack ( l . apply ( this , arguments ) ) } , first : function ( ) { return this . eq ( 0 ) } , last : function ( ) { return this . eq ( - 1 ) } , eq : function ( t ) { var e = this . length , n = + t + ( t < 0 ? e : 0 ) ; return this . pushStack ( n >= 0 && n < e ? [ this [ n ] ] : [ ] ) } , end : function ( ) { return this . prevObject || this . constructor ( ) } , push : u , sort : i . sort , splice : i . splice } , w . extend = w . fn . extend = function ( ) { var t , e , n , r , o , i , a = arguments [ 0 ] || { } , s = 1 , l = arguments . length , c = ! 1 ; for ( "boolean" == typeof a && ( c = a , a = arguments [ s ] || { } , s ++ ) , "object" == typeof a || v ( a ) || ( a = { } ) , s === l && ( a = this , s -- ) ; s < l ; s ++ ) if ( null != ( t = arguments [ s ] ) ) for ( e in t ) n = a [ e ] , a !== ( r = t [ e ] ) && ( c && r && ( w . isPlainObject ( r ) || ( o = Array . isArray ( r ) ) ) ? ( o ? ( o = ! 1 , i = n && Array . isArray ( n ) ? n : [ ] ) : i = n && w . isPlainObject ( n ) ? n : { } , a [ e ] = w . extend ( c , i , r ) ) : void 0 !== r && ( a [ e ] = r ) ) ; return a } , w . extend ( { expando : "jQuery" + ( "3.3.1" + Math . random ( ) ) . replace ( /\D/g , "" ) , isReady : ! 0 , error : function ( t ) { throw new Error ( t ) } , noop : function ( ) { } , isPlainObject : function ( t ) { var e , n ; return ! ( ! t || "[object Object]" !== d . call ( t ) ) && ( ! ( e = s ( t ) ) || "function" == typeof ( n = A . call ( e , "constructor" ) && e . constructor ) && h . call ( n ) === m ) } , isEmptyObject : function ( t ) { var e ; for ( e in t ) return ! 1 ; return ! 0 } , globalEval : function ( t ) { x ( t ) } , each : function ( t , e ) { var n , r = 0 ; if ( T ( t ) ) for ( n = t . length ; r < n && ! 1 !== e . call ( t [ r ] , r , t [ r ] ) ; r ++ ) ; else for ( r in t ) if ( ! 1 === e . call ( t [ r ] , r , t [ r ] ) ) break ; return t } , trim : function ( t ) { return null == t ? "" : ( t + "" ) . replace ( E , "" ) } , makeArray : function ( t , e ) { var n = e || [ ] ; return null != t && ( T ( Object ( t ) ) ? w . merge ( n , "string" == typeof t ? [ t ] : t ) : u . call ( n , t ) ) , n } , inArray : function ( t , e , n ) { return null == e ? - 1 : p . call ( e , t , n ) } , merge : function ( t , e ) { for ( var n = + e . length , r = 0 , o = t . length ; r < n ; r ++ ) t [ o ++ ] = e [ r ] ; return t . length = o , t } , grep : function ( t , e , n ) { for ( var r = [ ] , o = 0 , i = t . length , a = ! n ; o < i ; o ++ ) ! e ( t [ o ] , o ) !== a && r . push ( t [ o ] ) ; return r } , map : function ( t , e , n ) { var r , o , i = 0 , a = [ ] ; if ( T ( t ) ) for ( r = t . length ; i < r ; i ++ ) null != ( o = e ( t [ i ] , i , n ) ) && a . push ( o ) ; else for ( i in t ) null != ( o = e ( t [ i ] , i , n ) ) && a . push ( o ) ; return c . apply ( [ ] , a ) } , guid : 1 , support : g } ) , "function" == typeof Symbol && ( w . fn [ Symbol . iterator ] = i [ Symbol . iterator ] ) , w . each ( "Boolean Number String Function Array Date RegExp Object Error Symbol" . split ( " " ) , ( function ( t , e ) { f [ "[object " + e + "]" ] = e . toLowerCase ( ) } ) ) ; var _ =
2021-03-17 11:45:22 +03:00
/ * !
* 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
* /
2021-05-29 13:14:51 +03:00
function ( t ) { var e , n , r , o , i , a , s , l , c , u , p , f , d , A , h , m , g , v , y , b = "sizzle" + 1 * new Date , x = t . document , C = 0 , w = 0 , E = at ( ) , T = at ( ) , _ = at ( ) , S = function ( t , e ) { return t === e && ( p = ! 0 ) , 0 } , k = { } . hasOwnProperty , B = [ ] , I = B . pop , N = B . push , O = B . push , M = B . slice , j = function ( t , e ) { for ( var n = 0 , r = t . length ; n < r ; n ++ ) if ( t [ n ] === e ) return n ; return - 1 } , D = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped" , L = "[\\x20\\t\\r\\n\\f]" , P = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+" , F = "\\[" + L + "*(" + P + ")(?:" + L + "*([*^$|!~]?=)" + L + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + P + "))|)" + L + "*\\]" , R = ":(" + P + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + F + ")*)|.*)\\)|)" , $ = new RegExp ( L + "+" , "g" ) , z = new RegExp ( "^" + L + "+|((?:^|[^\\\\])(?:\\\\.)*)" + L + "+$" , "g" ) , U = new RegExp ( "^" + L + "*," + L + "*" ) , H = new RegExp ( "^" + L + "*([>+~]|" + L + ")" + L + "*" ) , Q = new RegExp ( "=" + L + "*([^\\]'\"]*?)" + L + "*\\]" , "g" ) , G = new RegExp ( R ) , Y = new RegExp ( "^" + P + "$" ) , q = { ID : new RegExp ( "^#(" + P + ")" ) , CLASS : new RegExp ( "^\\.(" + P + ")" ) , TAG : new RegExp ( "^(" + P + "|[*])" ) , 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 ( "^(?:" + D + ")$" , "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/ , Z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/ , K = /[+~]/ , J = new RegExp ( "\\\\([\\da-f]{1,6}" + L + "?|(" + L + ")|.)" , "ig" ) , tt = function ( t , e , n ) { var r = "0x" + e - 65536 ; return r != r || n ? e : r < 0 ? String . fromCharCode ( r + 65536 ) : String . fromCharCode ( r >> 10 | 55296 , 1023 & r | 56320 ) } , et = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g , nt = function ( t , e ) { return e ? "\0" === t ? "<22> " : t . slice ( 0 , - 1 ) + "\\" + t . charCodeAt ( t . length - 1 ) . toString ( 16 ) + " " : "\\" + t } , rt = function ( ) { f ( ) } , ot = vt ( ( function ( t ) { return ! 0 === t . disabled && ( "form" in t || "label" in t ) } ) , { dir : "parentNode" , next : "legend" } ) ; try { O . apply ( B = M . call ( x . childNodes ) , x . childNodes ) , B [ x . childNodes . length ] . nodeType } catch ( t ) { O = { apply : B . length ? function ( t , e ) { N . apply ( t , M . call ( e ) ) } : function ( t , e ) { for ( var n = t . length , r = 0 ; t [ n ++ ] = e [ r ++ ] ; ) ; t . length = n - 1 } } } function it ( t , e , r , o ) { var i , s , c , u , p , A , g , v = e && e . ownerDocument , C = e ? e . nodeType : 9 ; if ( r = r || [ ] , "string" != typeof t || ! t || 1 !== C && 9 !== C && 11 !== C ) return r ; if ( ! o && ( ( e ? e . ownerDocument || e : x ) !== d && f ( e ) , e = e || d , h ) ) { if ( 11 !== C && ( p = Z . exec ( t ) ) ) if ( i = p [ 1 ] ) { if ( 9 === C ) { if ( ! ( c = e . getElementById ( i ) ) ) return r ; if ( c . id === i ) return r . push ( c ) , r } else if ( v && ( c = v . getElementById ( i ) ) && y ( e , c ) && c . id === i ) return r . push ( c ) , r } else { if ( p [ 2 ] ) return O . apply ( r , e . getElementsByTagName ( t ) ) , r ; if ( ( i = p [ 3 ] ) && n . getElementsByClassName && e . getElementsByClassName ) return O . apply ( r , e . getElementsByClassName ( i ) ) , r } if ( n . qsa && ! _ [ t + " " ] && ( ! m || ! m . test ( t ) ) ) { if ( 1 !== C ) v = e , g = t ; else if ( "object" !== e . nodeName . toLowerCase ( ) ) { for ( ( u = e . getAttribute ( "id" ) ) ? u = u . replace ( et , nt ) : e . setAttribute ( "id" , u = b ) , s = ( A = a ( t ) ) . length ; s -- ; ) A [ s ] = "#" + u + " " + gt ( A [ s ] ) ; g = A . join ( "," ) , v = K . test ( t ) && ht ( e . parentNode ) || e } if ( g ) try { return O . apply ( r , v . querySelectorAll ( g ) ) , r } catch ( t ) { } finally { u === b && e . removeAttribute ( "id" ) } } } return l ( t . replace ( z , "$1" ) , e , r , o ) } function at ( ) { var t = [ ] ; return function e ( n , o ) { return t . push ( n + " " ) > r . cacheLength && delete e [ t . shift ( ) ] , e [ n + " " ] = o } } function st ( t ) { return t [ b ] = ! 0 , t } function lt ( t ) { var e = d . createElement ( "fieldset" ) ; try { return ! ! t ( e ) } catch ( t ) { return ! 1 } finally { e . parentNode && e . parentNode . removeChild ( e ) , e = null } } function ct ( t , e ) { for ( var n = t . split ( "|" ) , o = n . length ; o -- ; ) r . attrHandle [ n [ o ] ] = e } function ut ( t , e ) { var n = e && t , r = n && 1 === t . nodeType && 1 === e . nodeType && t . sourceIndex - e . sourceIndex ; if ( r ) return r ; if ( n ) for ( ; n = n . nextSibling ; ) if ( n === e ) return - 1 ; return t ? 1 : - 1 } function pt ( t ) { return function ( e ) { return "input" === e . nodeName . toLowerCase ( ) && e . type === t } } function ft ( t ) { return function ( e ) { var n = e . nodeName . toLowerCase ( ) ; return ( "input" === n || "button" === n ) && e . type === t } } function dt ( t ) { return function ( e ) { return "form" in e ? e . parentNode && ! 1 === e . disabled ? "label" in e ? "label" in e . parentNode ? e . parentNode . disabled === t : e . disabled === t : e . isDis
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-29 13:14:51 +03:00
r . VTooltip . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "84c461f" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , r . VTooltip . options . defaultHtml = ! 1 , e . default = r . VTooltip } , function ( t , e ) { t . exports = n ( 189 ) } , function ( t , e , n ) { "use strict" ; var r = n ( 0 ) , o = n . n ( r ) , i = n ( 1 ) , a = n . n ( i ) ( ) ( o . a ) ; a . push ( [ t . i , ".vue-tooltip[data-v-84c461f]{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-84c461f][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-84c461f][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-84c461f][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-84c461f][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-84c461f][aria-hidden='true']{visibility:hidden;transition:opacity .15s, visibility .15s;opacity:0}.vue-tooltip[data-v-84c461f][aria-hidden='false']{visibility:visible;transition:opacity .15s;opacity:1}.vue-tooltip[data-v-84c461f] .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-84c461f] .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:\"84c461f\" ; @ 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
2021-03-17 11:45:22 +03:00
/ * *
* @ 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/>.
*
2021-05-29 13:14:51 +03:00
* / e . d e f a u l t = r . a } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 3 4 9 ) } , , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 3 5 ) , n ( 1 4 ) , n ( 1 0 1 ) ; v a r r = n ( 5 ) , o = n . n ( r ) ; e . a = f u n c t i o n ( t , e , n ) { i f ( v o i d 0 ! = = t ) f o r ( v a r r = t . l e n g t h - 1 ; r > = 0 ; r - - ) { v a r i = t [ r ] , a = ! i . c o m p o n e n t O p t i o n s & & i . t a g & & - 1 = = = e . i n d e x O f ( i . t a g ) , s = ! ! 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 , l = s & & - 1 = = = e . 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 ) ; ( a | | ! s | | l ) & & ( ( a | | l ) & & o . a . u t i l . w a r n ( " " . c o n c a t ( a ? 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 ) , t . s p l i c e ( r , 1 ) ) } } } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 0 7 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 3 2 6 ) } , , , , , , , , , , , , , , , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r r = n ( 0 ) , o = n . n ( r ) , i = n ( 1 ) , a = n . n ( i ) , s = n ( 4 ) , l = n . n ( s ) , c = n ( 8 ) , u = n ( 9 ) , p = n ( 1 0 ) , f = n ( 1 1 ) , d = a ( ) ( o . a ) , A = l ( ) ( c . a ) , h = l ( ) ( u . a ) , m = l ( ) ( p . a ) , g = l ( ) ( f . a ) ; d . p u s h ( [ t . 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 - 8 4 c 4 6 1 f " ; s r c : u r l ( ' + A + " ) ; s r c : u r l ( " + A + ' ) 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 ( ' + h + ' ) f o r m a t ( " w o f f " ) , u r l ( ' + m + ' ) f o r m a t ( " t r u e t y p e " ) , u r l ( ' + g + ' ) f o r m a t ( " s v g " ) } . i c o n [ d a t a - v - 5 4 b a 5 2 7 a ] { 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 - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; 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 - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; 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 - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; 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 - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; 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 - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; 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 - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; c o n t e n t : " " } . i c o n . c l o s e [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; c o n t e n t : " " } . i c o n . c o n f i r m [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; c o n t e n t : " " } . i c o n . i n f o [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; c o n t e n t : " " } . i c o n . m e n u [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; c o n t e n t : " " } . i c o n . m o r e [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; c o n t e n t : " " } . i c o n . p a u s e [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; c o n t e n t : " " } . i c o n . p l a y [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; 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 - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; 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 - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; 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 - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; 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 - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; 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 - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; c o n t e n t : " " } . a c t i o n - i t e m [ d a t a - v - 5 4 b a 5 2 7 a ] { 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 - 5 4 b a 5 2 7 a ] : 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 - 5 4 b a 5 2 7 a ] : 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 - 5 4 b a 5 2 7 a ] : 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 - 5 4 b a 5 2 7 a ] : 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 - 5 4 b a 5 2 7 a ] : 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 - 5 4 b a 5 2 7 a ] : 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 - 5 4 b a 5 2 7 a ] : 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 - 5 4 b a 5 2 7 a ] : 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 - 5 4 b a 5 2 7 a ] { 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 - 5 4 b a 5 2 7 a ] , . 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 - 5 4 b a 5 2 7 a ] { 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 - 5 4 b a 5 2 7 a ] { 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 - 5 4 b a 5 2 7 a ] 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 - 5 4 b a 5 2 7 a ] : 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 - 5 4 b a 5 2 7 a ] : 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 - 8 4 c 4 6 1 f " ; 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 - 5 4 b a 5 2 7 a ] : : 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 - 5 4 b a 5 2 7 a ] { p
2021-03-17 11:45:22 +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/>.
*
2021-05-29 13:14:51 +03:00
* / e . d e f a u l t = r . a } , , , , , , , , , , , , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 2 2 ) , n ( 5 1 ) , n ( 6 9 ) , n ( 3 1 ) , n ( 7 1 ) , n ( 2 7 ) , n ( 7 2 ) , n ( 3 8 ) , n ( 6 ) , n ( 4 6 ) , n ( 1 6 ) , n ( 1 7 ) , n ( 1 8 ) , n ( 5 2 ) , n ( 4 1 ) , n ( 1 4 ) ; v a r r = n ( 2 1 ) , o = n ( 3 3 ) , i = n ( 5 0 ) , a = n ( 1 2 ) , s = n ( 4 7 ) ; f u n c t i o n l ( t , e ) { ( n u l l = = e | | e > t . l e n g t h ) & & ( e = t . l e n g t h ) ; f o r ( v a r n = 0 , r = n e w A r r a y ( e ) ; n < e ; n + + ) r [ n ] = t [ n ] ; r e t u r n r } f u n c t i o n c ( t , e ) { v a r n = O b j e c t . k e y s ( t ) ; i f ( O b j e c t . g e t O w n P r o p e r t y S y m b o l s ) { v a r r = O b j e c t . g e t O w n P r o p e r t y S y m b o l s ( t ) ; e & & ( r = r . f i l t e r ( ( f u n c t i o n ( e ) { r e t u r n O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r ( t , e ) . e n u m e r a b l e } ) ) ) , n . p u s h . a p p l y ( n , r ) } r e t u r n n } f u n c t i o n u ( t ) { f o r ( v a r e = 1 ; e < a r g u m e n t s . l e n g t h ; e + + ) { v a r n = n u l l ! = a r g u m e n t s [ e ] ? a r g u m e n t s [ e ] : { } ; e % 2 ? c ( O b j e c t ( n ) , ! 0 ) . f o r E a c h ( ( f u n c t i o n ( e ) { p ( t , e , n [ e ] ) } ) ) : O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r s ? O b j e c t . d e f i n e P r o p e r t i e s ( t , O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r s ( n ) ) : c ( O b j e c t ( n ) ) . f o r E a c h ( ( f u n c t i o n ( e ) { O b j e c t . d e f i n e P r o p e r t y ( t , e , O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r ( n , e ) ) } ) ) } r e t u r n t } f u n c t i o n p ( t , e , n ) { r e t u r n e i n t ? O b j e c t . d e f i n e P r o p e r t y ( t , e , { v a l u e : n , e n u m e r a b l e : ! 0 , c o n f i g u r a b l e : ! 0 , w r i t a b l e : ! 0 } ) : t [ e ] = n , t } v a r f = [ " A c t i o n B u t t o n " , " A c t i o n C h e c k b o x " , " A c t i o n I n p u t " , " A c t i o n L i n k " , " A c t i o n R a d i o " , " A c t i o n R o u t e r " , " A c t i o n S e p a r a t o r " , " A c t i o n T e x t " , " A c t i o n T e x t E d i t a b l e " ] , d = { n a m e : " A c t i o n s " , d i r e c t i v e s : { t o o l t i p : r . d e f a u l t } , c o m p o n e n t s : { P o p o v e r : s . d e f a u l t , V N o d e s : { f u n c t i o n a l : ! 0 , r e n d e r : f u n c t i o n ( t , e ) { r e t u r n e . p r o p s . v n o d e s } } } , p r o p s : { o p e n : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , f o r c e M e n u : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , m e n u T i t l e : { t y p e : S t r i n g , d e f a u l t : n u l l } , p r i m a r y : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , d e f a u l t I c o n : { t y p e : S t r i n g , d e f a u l 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 " } , 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 : O b j e c t ( a . b ) ( " A c t i o n s " ) } , p l a c e m e n t : { t y p e : S t r i n g , d e f a u l t : " b o t t o m " } , b o u n d a r i e s E l e m e n t : { t y p e : E l e m e n t , d e f a u l t : f u n c t i o n ( ) { r e t u r n d o c u m e n t . q u e r y S e l e c t o r ( " b o d y " ) } } , c o n t a i n e r : { t y p e : S t r i n g , d e f a u l t : " b o d y " } , d i s a b l e d : { t y p e : B o o l e a n , d e f a u l t : ! 1 } } , d a t a : f u n c t i o n ( ) { r e t u r n { a c t i o n s : [ ] , o p e n e d : t h i s . o p e n , f o c u s I n d e x : 0 , r a n d o m I d : " m e n u - " + O b j e c t ( o . a ) ( ) , c h i l d r e n : t h i s . $ c h i l d r e n } } , c o m p u t e d : { h a s M u l t i p l e A c t i o n s : f u n c t i o n ( ) { r e t u r n t h i s . a c t i o n s . l e n g t h > 1 } , i s V a l i d S i n g l e A c t i o n : f u n c t i o n ( ) { r e t u r n 1 = = = t h i s . a c t i o n s . l e n g t h & & n u l l ! = = t h i s . f i r s t A c t i o n E l e m e n t } , f i r s t A c t i o n V N o d e : f u n c t i o n ( ) { r e t u r n t h i s . a c t i o n s [ 0 ] } , f i r s t A c t i o n : f u n c t i o n ( ) { r e t u r n t h i s . c h i l d r e n [ 0 ] ? t h i s . c h i l d r e n [ 0 ] : { } } , f i r s t A c t i o n B i n d i n g : f u n c t i o n ( ) { i f ( t h i s . f i r s t A c t i o n V N o d e & & t h i s . f i r s t A c t i o n V N o d e . c o m p o n e n t O p t i o n s ) { v a r t = t h i s . f i r s t A c t i o n V N o d e . c o m p o n e n t O p t i o n s . t a g ; i f ( " A c t i o n L i n k " = = = t ) r e t u r n u ( u ( { i s : " a " , h r e f : t h i s . f i r s t A c t i o n . h r e f , t a r g e t : t h i s . f i r s t A c t i o n . t a r g e t , " a r i a - l a b e l " : t h i s . f i r s t A c t i o n . a r i a L a b e l } , t h i s . f i r s t A c t i o n . $ a t t r s ) , t h i s . f i r s t A c t i o n . $ p r o p s ) ; i f ( " A c t i o n R o u t e r " = = = t ) r e t u r n u ( u ( { i s : " r o u t e r - l i n k " , t o : t h i s . f i r s t A c t i o n . t o , e x a c t : t h i s . f i r s t A c t i o n . e x a c t , " a r i a - l a b e l " : t h i s . f i r s t A c t i o n . a r i a L a b e l } , t h i s . f i r s t A c t i o n . $ a t t r s ) , t h i s . f i r s t A c t i o n . $ p r o p s ) ; i f ( " A c t i o n B u t t o n " = = = t ) r e t u r n u ( u ( { i s : " b u t t o n " , " a r i a - l a b e l " : t h i s . f i r s t A c t i o n . a r i a L a b e l } , t h i s . f i r s t A c t i o n . $ a t t r s ) , t h i s . f i r s t A c t i o n . $ p r o p s ) } r e t u r n n u l l } , f i r s t A c t i o n E v e n t : f u n c t i o n ( ) { v a r t , e , n ; r e t u r n n u l l = = = ( t = t h i s . f i r s t A c t i o n V N o d e ) | | v o i d 0 = = = t | | n u l l = = = ( e = t . c o m p o n e n t O p t i o n s ) | | v o i d 0 = = = e | | n u l l = = = ( n = e . l i s t e n e r s ) | | v o i d 0 = = = n ? v o i d 0 : n . c l i c k } , f i r s t A c t i o n E v e n t B i n d i n g : f u n c t i o n ( ) { r e t u r n t h i s . f i r s t A c t i o n E v e n t ? " c l i c k " : n u l l } , f i r s t A c t i o n I c o n S l o t : f u n c t i o n ( ) { v a r t , e ; r e t u r n n u l l = = = ( t = t h i s . f i r s t A c t i o n ) | | v o i d 0 = = = t | | n u l l = = = ( e = t . $ s l o t s ) | | v o i d 0 = = = e ? v o i d 0 : e . i c o n } , f i r s t A c t i o n C l a s s : f u n c t i o n ( ) { r e t u r n ( ( t h i s . f i r s t A c t i o n V N o d e & & t h i s . f i r s t A c t i o n V N o d e . d a t a . s t a t i c C l a s s ) + " " + ( t h i s . f i r s t A c t i o n V N o d e & & t h i s . f i r s t A c t i o n V N o d e . d a t a . c l a s s ) ) . t r i m ( ) } , i c o n S l o t I s P o p u l a t e d : f u n c t i o n ( ) { r e t u r n ! ! t h i s . $ s l o t s . i c o n } } , w a t c h : { o p e n : f u n c t i o n ( t ) { t ! = = t h i s . o p e n e d & & ( t h i s . o p e n e d = t ) } } , b e f o r e M o u n t : f u n c t i o n ( ) { t h i s . i n i t A c t i o n s ( ) , O b j e c t ( i . a ) ( t h i s . $ s l o t s . d e f a u l t , f , t h i s ) } , b e f o r e U p d a t e : f u n c t i o n ( ) { t h i s . i n i t A c t i o n s ( ) , O b j e c t ( i . a ) ( t h i s . $ s l o t s . d e f a u l t , f , t h i s ) } , m e t h o d s : { o p e n M e n u : f u n c t i o n ( t ) { t h i s . o p e n e d | | ( t h i s . o p e n e d = ! 0 , t h i s . $ e m i t ( " u p d a t e : o p e n " , ! 0 ) , t h i s . $ e m i t ( " o p e n " ) ) } , c l o s e M e n u : f u n c t i o n ( t ) { t h i s . o p e n e d & & ( t h i s . o p e n e d = ! 1 , t h i s . $ e m i t ( " u p d a t e : o p e n " , ! 1 ) , t h i s . $ e m i t ( " c l o s e " ) , t h i s . o p e n e d = ! 1 , t h i s . f o c u s I n d e x = 0 , t h i s . $ r e f s . m e n u B u t t o n . f o c u s ( ) ) } , o n O p e n : f u n c t i o n ( t ) { v a r e = t h i s ; t h i s . $ n e x t T i c k ( ( f u n c t i o n ( ) { e . f o c u s F i r s t A c t i o n ( t ) } ) ) } , o n M o u s e F o c u s A c t i o n : f u n c t i o n ( t )
2021-03-17 11:45:22 +03:00
/ * *
* @ 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/>.
*
* /
2021-05-29 13:14:51 +03:00
var r = { inserted : function ( t ) { t . focus ( ) } } ; e . default = r } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n . d ( e , "directive" , ( function ( ) { return i } ) ) ; var r = n ( 48 ) , o = n . n ( r ) , i = function ( t , e ) { var n ; ! 0 === ( null === ( n = e . value ) || void 0 === n ? void 0 : n . linkify ) && ( t . innerHTML = o ( ) ( e . value . text , { defaultProtocol : "https" } ) ) } ; e . default = i } , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , function ( t , e , n ) { "use strict" ; var r = n ( 0 ) , o = n . n ( r ) , i = n ( 1 ) , a = n . n ( i ) ( ) ( o . a ) ; a . push ( [ t . 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:\"84c461f\" ; @ 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 \
2021-03-17 11:45:22 +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/>.
2021-05-29 13:14:51 +03:00
* / e . d e f a u l t = _ } , , , , , , , , , , , , , , , , , , , , , , , , , , , , , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 4 1 0 ) } ] ) } , f u n c t i o n ( t , e , n ) { w i n d o w , t . e x p o r t s = f u n c t i o n ( t ) { v a r e = { } ; f u n c t i o n n ( r ) { i f ( e [ r ] ) r e t u r n e [ r ] . e x p o r t s ; v a r o = e [ r ] = { i : r , l : ! 1 , e x p o r t s : { } } ; r e t u r n t [ 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 = t , n . c = e , n . d = f u n c t i o n ( t , e , r ) { n . o ( t , e ) | | O b j e c t . d e f i n e P r o p e r t y ( t , e , { 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 ( t ) { " 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 ( t , 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 ( t , " _ _ e s M o d u l e " , { v a l u e : ! 0 } ) } , n . t = f u n c t i o n ( t , e ) { i f ( 1 & e & & ( t = n ( t ) ) , 8 & e ) r e t u r n t ; i f ( 4 & e & & " o b j e c t " = = t y p e o f t & & t & & t . _ _ e s M o d u l e ) r e t u r n t ; 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 : t } ) , 2 & e & & " s t r i n g " ! = t y p e o f t ) f o r ( v a r o i n t ) n . d ( r , o , f u n c t i o n ( e ) { r e t u r n t [ e ] } . 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 ( t ) { v a r e = t & & t . _ _ e s M o d u l e ? f u n c t i o n ( ) { r e t u r n t . d e f a u l t } : f u n c t i o n ( ) { r e t u r n t } ; r e t u r n n . d ( e , " a " , e ) , e } , n . o = f u n c t i o n ( t , e ) { 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 ( t , e ) } , n . p = " / d i s t / " , n ( n . s = 1 1 0 ) } ( { 0 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; f u n c t i o n r ( t , e ) { r e t u r n f u n c t i o n ( t ) { i f ( A r r a y . i s A r r a y ( t ) ) r e t u r n t } ( t ) | | f u n c t i o n ( t , e ) { 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 ( t ) ) { v a r n = [ ] , r = ! 0 , o = ! 1 , i = v o i d 0 ; t r y { f o r ( v a r a , s = t [ S y m b o l . i t e r a t o r ] ( ) ; ! ( r = ( a = s . n e x t ( ) ) . d o n e ) & & ( n . p u s h ( a . v a l u e ) , ! e | | n . l e n g t h ! = = e ) ; r = ! 0 ) ; } c a t c h ( t ) { o = ! 0 , i = t } f i n a l l y { t r y { r | | n u l l = = s . r e t u r n | | s . 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 } } ( t , e ) | | f u n c t i o n ( t , e ) { i f ( t ) { i f ( " s t r i n g " = = t y p e o f t ) r e t u r n o ( t , e ) ; 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 ( t ) . s l i c e ( 8 , - 1 ) ; r e t u r n " O b j e c t " = = = n & & t . c o n s t r u c t o r & & ( n = t . 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 ( t ) : " 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 ( t , e ) : v o i d 0 } } ( t , e ) | | 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 ( t , e ) { ( n u l l = = e | | e > t . l e n g t h ) & & ( e = t . l e n g t h ) ; f o r ( v a r n = 0 , r = n e w A r r a y ( e ) ; n < e ; n + + ) r [ n ] = t [ n ] ; r e t u r n r } t . e x p o r t s = f u n c t i o n ( t ) { v a r e = r ( t , 4 ) , n = e [ 1 ] , o = e [ 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 ) ) ) ) , a = " 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 ) , s = " / * # " . c o n c a t ( a , " * / " ) , l = o . s o u r c e s . m a p ( ( f u n c t i o n ( t ) { 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 ( t , " * / " ) } ) ) ; r e t u r n [ n ] . c o n c a t ( l ) . c o n c a t ( [ s ] ) . 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 ( t , e , n ) { " u s e s t r i c t " ; t . e x p o r t s = f u n c t i o n ( t ) { v a r e = [ ] ; r e t u r n e . 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 ( e ) { v a r n = t ( e ) ; r e t u r n e [ 2 ] ? " @ m e d i a " . c o n c a t ( e [ 2 ] , " { " ) . c o n c a t ( n , " } " ) : n } ) ) . j o i n ( " " ) } , e . i = f u n c t i o n ( t , n , r ) { " s t r i n g " = = t y p e o f t & & ( t = [ [ n u l l , t , " " ] ] ) ; 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 a = t h i s [ i ] [ 0 ] ; n u l l ! = a & & ( o [ a ] = ! 0 ) } f o r ( v a r s = 0 ; s < t . l e n g t h ; s + + ) { v a r l = [ ] . c o n c a t ( t [ s ] ) ; r & & o [ l [ 0 ] ] | | ( n & & ( l [ 2 ] ? l [ 2 ] = " " . c o n c a t ( n , " a n d " ) . c o n c a t ( l [ 2 ] ) : l [ 2 ] = n ) , e . p u s h ( l ) ) } } , e } } , 1 0 2 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r r = { n a m e : " A c t i o n B u t t o n " , m i x i n s : [ n ( 4 9 ) . a ] , p r o p s : { d i s a b l e d : { t y p e : B o o l e a n , d e f a u l t : ! 1 } } , c o m p u t e d : { i s F o c u s a b l e : f u n c t i o n ( ) { r e t u r n ! t h i s . d i s a b l e d } } } , o = n ( 2 ) , i = n . n ( o ) , a = n ( 9 4 ) , s = ( i ( ) ( a . a , { i n s e r t : " h e a d " , s i n g l e t o n : ! 1 } ) , a . a . l o c a l s , n ( 3 ) ) , l = n ( 9 5 ) , c = n . n ( l ) , u = O b j e c t ( s . a ) ( r , ( f u n c t i o n ( ) { v a r t = t h i s , e = t . $ c r e a t e E l e m e n t , n = t . _ s e l f . _ c | | e ; r e t u r n n ( " l i " , { s t a t i c C l a s s : " a c t i o n " , c l a s s : { " a c t i o n - - d i s a b l e d " : t . d i s a b l e d } } , [ n ( " b u t t o n " , { s t a t i c C l a s s : " a c t i o n - b u t t o n " , c l a s s : { f o c u s a b l e : t . i s F o c u s a b l e } , a t t r s : { " a r i a - l a b e l " : t . a r i a L a b e l } , o n : { c l i c k : t . o n C l i c k } } , [ n ( " s p a n " , { s t a t i c C l a s s : " a c t i o n - b u t t o n _ _ i c o n " , c l a s s : [ t . i s I c o n U r l ? " a c t i o n - b u t t o n _ _ i c o n - - u r l " : t . i c o n ] , s t y l e : { b a c k g r o u n d I m a g e : t . i s I c o n U r l ? " u r l ( " + t . i c o n + " ) " : n u l l } } , [ t . _ t ( " i c o n " ) ] , 2 ) , t . _ v ( " " ) , t . t i t l e ? n ( " p " , [ n ( " s t r o n g " , { s t a t i c C l a s s : " a c t i o n - b u t t o n _ _ t i t l e " } , [ t . _ v ( " \ n \ t \ t \ t \ t " + t . _ s ( t . t i t l e ) + " \ n \ t \ t \ t " ) ] ) , t . _ v ( " " ) , n ( " b r " ) , t . _ v ( " " ) , n ( " s p a n " , { s t a t i c C l a s s : " a c t i o n - b u t t o n _ _ l o n g t e x t " , d o m P r o p s : { t e x t C o n t e n t : t . _ s ( t . t e x t ) } } ) ] ) : t . i s L o n g T e x t ? n ( " p " , { s t a t i c C l a s s : " a c t i o n - b u t t o n _ _ l o n g t e x t " , d o m P r o p s : { t e x t C o n t e n t : t . _ s ( t . t e x t ) } } ) : n ( " s p a n " , { s t a t i c C l a s s : " a c t i o n - b u t t o n _ _ t e x t " } , [ t . _ v ( t . _ s ( t . t e x t ) ) ] ) , t . _ v ( " " ) , t . _ e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , n u l l , " 4 2 b 2 8 4 3 6 " , n u l l ) ; " f u n c t i o n " = = t y p e o f c . a & &
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/>.
*
2021-05-29 13:14:51 +03:00
* /e.default=r.a},14:function(t,e){t.exports=n(188)},16:function(t,e){t.exports=n(50)},17:function(t,e){t.exports=n(71)},18:function(t,e){t.exports=n(114)},2:function(t,e,n){"use strict";var r,o=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),i=[];function a(t){for(var e=-1,n=0;n<i.length;n++)if(i[n].identifier===t){e=n;break}return e}function s(t,e){for(var n={},r=[],o=0;o<t.length;o++){var s=t[o],l=e.base?s[0]+e.base:s[0],c=n[l]||0,u="".concat(l," ").concat(c);n[l]=c+1;var p=a(u),f={css:s[1],media:s[2],sourceMap:s[3]};-1!==p?(i[p].references++,i[p].updater(f)):i.push({identifier:u,updater:h(f,e),references:1}),r.push(u)}return r}function l(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var i=n.nc;i&&(r.nonce=i)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var a=o(t.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(e)}return e}var c,u=(c=[],function(t,e){return c[t]=e,c.filter(Boolean).join("\n")});function p(t,e,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=u(e,o);else{var i=document.createTextNode(o),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function f(t,e,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?t.setAttribute("media",o):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/ * # sourceMappingURL = data : application / json ; base64 , ".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," * / " ) ) , t . s t y l e S h e e t ) t . 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 ( ; t . f i r s t C h i l d ; ) t . r e m o v e C h i l d ( t . f i r s t C h i l d ) ; t . 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 , A = 0 ; f u n c t i o n h ( t , e ) { v a r n , r , o ; i f ( e . s i n g l e t o n ) { v a r i = A + + ; n = d | | ( d = l ( e ) ) , 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 = l ( e ) , r = f . b i n d ( n u l l , n , e ) , o = f u n c t i o n ( ) { ! f u n c t i o n ( t ) { i f ( n u l l = = = t . p a r e n t N o d e ) r e t u r n ! 1 ; t . p a r e n t N o d e . r e m o v e C h i l d ( t ) } ( n ) } ; r e t u r n r ( t ) , f u n c t i o n ( e ) { i f ( e ) { i f ( e . c s s = = = t . c s s & & e . m e d i a = = = t . m e d i a & & e . s o u r c e M a p = = = t . s o u r c e M a p ) r e t u r n ; r ( t = e ) } e l s e o ( ) } } t . e x p o r t s = f u n c t i o n ( t , e ) { ( e = e | | { } ) . s i n g l e t o n | | " b o o l e a n " = = t y p e o f e . s i n g l e t o n | | ( e . 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 = s ( t = t | | [ ] , e ) ; r e t u r n f u n c t i o n ( t ) { i f ( t = t | | [ ] , " [ 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 ( t ) ) { f o r ( v a r r = 0 ; r < n . l e n g t h ; r + + ) { v a r o = a ( n [ r ] ) ; i [ o ] . r e f e r e n c e s - - } f o r ( v a r l = s ( t , e ) , c = 0 ; c < n . l e n g t h ; c + + ) { v a r u = a ( n [ c ] ) ; 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 = l } } } } , 2 2 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 8 9 ) } , 3 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; f u n c t i o n r ( t , e , n , r , o , i , a , s ) { v a r l , c = " f u n c t i o n " = = t y p e o f t ? t . o p t i o n s : t ; i f ( e & & ( c . r e n d e r = e , c . s t a t i c R e n d e r F n s = n , c . _ c o m p i l e d = ! 0 ) , r & & ( c . f u n c t i o n a l = ! 0 ) , i & & ( c . _ s c o p e I d = " d a t a - v - " + i ) , a ? ( l = f u n c t i o n ( t ) { ( t = t | | 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 _ _ | | ( t = _ _ V U E _ S S R _ C O N T E X T _ _ ) , o & & o . c a l l ( t h i s , t ) , t & & t . _ r e g i s t e r e d C o m p o n e n t s & & t . _ r e g i s t e r e d C o m p o n e n t s . a d d ( a ) } , c . _ s s r R e g i s t e r = l ) : o & & ( l = s ? f u n c t i o n ( ) { o . c a l l ( t h i s , ( c . 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 ) , l ) i f ( c . f u n c t i o n a l ) { c . _ i n j e c t S t y l e s = l ; v a r u = c . r e n d e r ; c . r e n d e r = f u n c t i o n ( t , e ) { r e t u r n l . c a l l ( e ) , u ( t , e ) } } e l s e { v a r p = c . b e f o r e C r e a t e ; c . b e f o r e C r e a t e = p ? [ ] . c o n c a t ( p , l ) : [ l ] } r e t u r n { e x p o r t s : t , o p t i o n s : c } } n . d ( e , " a " , ( f u n c t i o n ( ) { r e t u r n r } ) ) } , 3 9 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 2 2 ) , n ( 1 4 ) ; v a r r = n ( 5 ) , o = n . n ( r ) ;
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/>.
*
2021-05-29 13:14:51 +03:00
* / e . 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 ( ) : " " } } } } , 4 0 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 3 3 1 ) } , 4 9 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 1 6 ) , n ( 6 ) , n ( 1 7 ) , n ( 1 8 ) , n ( 4 0 ) ; v a r r = n ( 3 9 ) , o = ( n ( 1 4 ) , f u n c t i o n ( t , e ) { f o r ( v a r n = t . $ p a r e n t ; n ; ) { i f ( n . $ o p t i o n s . n a m e = = = e ) r e t u r n n ; n = n . $ p a r e n t } } ) ; e . 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 ( t ) { 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 ( t ) { i f ( t h i s . $ e m i t ( " c l i c k " , t ) , t h i s . c l o s e A f t e r C l i c k ) { v a r e = o ( t h i s , " A c t i o n s " ) ; e & & e . c l o s e M e n u & & e . c l o s e M e n u ( ) } } } } } , 5 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 2 6 ) } , 6 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 6 0 ) } , 9 4 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r r = n ( 0 ) , o = n . n ( r ) , i = n ( 1 ) , a = n . n ( i ) ( ) ( o . a ) ; a . p u s h ( [ t . 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 ] { m a x - w i d t h : 2 2 0 p x ; l i n e - h e i g h t : 1 . 6 e m ; p a d d i n g : 1 0 . 8 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 ; 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 , e A A g B , C A C h B , i B A A k B , C A G l B , g B A A 8 C , C A E 9 C , c A A e , C A C f , e A A g B , C A G h 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
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
2021-03-31 13:34:13 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2021-03-17 11:45:22 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2021-05-21 17:53:02 +03:00
* /
2021-05-29 13:14:51 +03:00
o . default . prototype . t = i . translate , window . OCA . Files || ( window . OCA . Files = { } ) , Object . assign ( window . OCA . Files , { Sidebar : new
2021-05-21 17:53:02 +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/>.
*
* /
2021-05-27 08:58:14 +03:00
class { constructor ( ) { Object . defineProperty ( this , O , { writable : ! 0 , value : void 0 } ) , Object . defineProperty ( this , M , { writable : ! 0 , value : void 0 } ) , B ( this , O ) [ O ] = { } , B ( this , O ) [ O ] . tabs = [ ] , B ( this , O ) [ O ] . views = [ ] , B ( this , O ) [ O ] . file = "" , B ( this , O ) [ O ] . activeTab = "" , console . debug ( "OCA.Files.Sidebar initialized" ) } get state ( ) { return B ( this , O ) [ O ] } registerTab ( t ) { return B ( this , O ) [ O ] . tabs . findIndex ( e => e . id === t . id ) > - 1 ? ( console . error ( "An tab with the same id " . concat ( t . id , " already exists" ) , t ) , ! 1 ) : ( B ( this , O ) [ O ] . tabs . push ( t ) , ! 0 ) } registerSecondaryView ( t ) { return B ( this , O ) [ O ] . views . findIndex ( e => e . id === t . id ) > - 1 ? ( console . error ( "A similar view already exists" , t ) , ! 1 ) : ( B ( this , O ) [ O ] . views . push ( t ) , ! 0 ) } get file ( ) { return B ( this , O ) [ O ] . file } setActiveTab ( t ) { B ( this , O ) [ O ] . activeTab = t } } } ) , Object . assign ( window . OCA . Files . Sidebar , { Tab :
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
2021-03-31 13:34:13 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2021-03-17 11:45:22 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
* /
2021-05-29 13:14:51 +03:00
class { constructor ( { id : t , name : e , icon : n , mount : r , update : o , destroy : i , enabled : a , scrollBottomReached : s } = { } ) { if ( Object . defineProperty ( this , P , { writable : ! 0 , value : void 0 } ) , Object . defineProperty ( this , F , { writable : ! 0 , value : void 0 } ) , Object . defineProperty ( this , R , { writable : ! 0 , value : void 0 } ) , Object . defineProperty ( this , $ , { writable : ! 0 , value : void 0 } ) , Object . defineProperty ( this , z , { writable : ! 0 , value : void 0 } ) , Object . defineProperty ( this , U , { writable : ! 0 , value : void 0 } ) , Object . defineProperty ( this , H , { writable : ! 0 , value : void 0 } ) , Object . defineProperty ( this , Q , { writable : ! 0 , value : void 0 } ) , void 0 === a && ( a = ( ) => ! 0 ) , void 0 === s && ( s = ( ) => { } ) , "string" != typeof t || "" === t . trim ( ) ) throw new Error ( "The id argument is not a valid string" ) ; if ( "string" != typeof e || "" === e . trim ( ) ) throw new Error ( "The name argument is not a valid string" ) ; if ( "string" != typeof n || "" === n . trim ( ) ) throw new Error ( "The icon argument is not a valid string" ) ; if ( "function" != typeof r ) throw new Error ( "The mount argument should be a function" ) ; if ( "function" != typeof o ) throw new Error ( "The update argument should be a function" ) ; if ( "function" != typeof i ) throw new Error ( "The destroy argument should be a function" ) ; if ( "function" != typeof a ) throw new Error ( "The enabled argument should be a function" ) ; if ( "function" != typeof s ) throw new Error ( "The scrollBottomReached argument should be a function" ) ; j ( this , P ) [ P ] = t , j ( this , F ) [ F ] = e , j ( this , R ) [ R ] = n , j ( this , $ ) [ $ ] = r , j ( this , z ) [ z ] = o , j ( this , U ) [ U ] = i , j ( this , H ) [ H ] = a , j ( this , Q ) [ Q ] = s } get id ( ) { return j ( this , P ) [ P ] } get name ( ) { return j ( this , F ) [ F ] } get icon ( ) { return j ( this , R ) [ R ] } get mount ( ) { return j ( this , $ ) [ $ ] } get update ( ) { return j ( this , z ) [ z ] } get destroy ( ) { return j ( this , U ) [ U ] } get enabled ( ) { return j ( this , H ) [ H ] } get scrollBottomReached ( ) { return j ( this , Q ) [ Q ] } } } ) , window . addEventListener ( "DOMContentLoaded" , ( function ( ) { const t = document . querySelector ( "body > .content" ) || document . querySelector ( "body > #content" ) ; if ( t && ! document . getElementById ( "app-sidebar" ) ) { const e = document . createElement ( "div" ) ; e . id = "app-sidebar" , t . appendChild ( e ) } const e = new ( o . default . extend ( k ) ) ( { name : "SidebarRoot" } ) ; e . $mount ( "#app-sidebar" ) , window . OCA . Files . Sidebar . open = e . open , window . OCA . Files . Sidebar . close = e . close } ) ) } ] ) ;
2020-07-14 15:34:10 +03:00
//# sourceMappingURL=sidebar.js.map