2019-10-27 13:19:41 +03:00
! function ( t ) { var e = { } ; function n ( r ) { if ( e [ r ] ) return e [ r ] . exports ; var i = e [ r ] = { i : r , l : ! 1 , exports : { } } ; return t [ r ] . call ( i . exports , i , i . exports , n ) , i . l = ! 0 , i . exports } n . m = t , n . c = e , n . d = function ( t , e , r ) { n . o ( t , e ) || Object . defineProperty ( t , e , { enumerable : ! 0 , get : r } ) } , n . r = function ( t ) { "undefined" != typeof Symbol && Symbol . toStringTag && Object . defineProperty ( t , Symbol . toStringTag , { value : "Module" } ) , Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) } , n . t = function ( t , e ) { if ( 1 & e && ( t = n ( t ) ) , 8 & e ) return t ; if ( 4 & e && "object" == typeof t && t && t . _ _esModule ) return t ; var r = Object . create ( null ) ; if ( n . r ( r ) , Object . defineProperty ( r , "default" , { enumerable : ! 0 , value : t } ) , 2 & e && "string" != typeof t ) for ( var i in t ) n . d ( r , i , function ( e ) { return t [ e ] } . bind ( null , i ) ) ; return r } , n . n = function ( t ) { var e = t && t . _ _esModule ? function ( ) { return t . default } : function ( ) { return t } ; return n . d ( e , "a" , e ) , e } , n . o = function ( t , e ) { return Object . prototype . hasOwnProperty . call ( t , e ) } , n . p = "/js/" , n ( n . s = 312 ) } ( [ function ( t , e , n ) { var r = n ( 2 ) , i = n ( 34 ) , o = n ( 50 ) , a = n ( 224 ) , s = r . Symbol , c = i ( "wks" ) ; t . exports = function ( t ) { return c [ t ] || ( c [ t ] = a && s [ t ] || ( a ? s : o ) ( "Symbol." + t ) ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 79 ) , i = n ( 163 ) , o = Object . prototype . toString ; function a ( t ) { return "[object Array]" === o . call ( t ) } function s ( t ) { return null !== t && "object" == typeof t } function c ( t ) { return "[object Function]" === o . call ( t ) } function u ( t , e ) { if ( null != t ) if ( "object" != typeof t && ( t = [ t ] ) , a ( t ) ) for ( var n = 0 , r = t . length ; n < r ; n ++ ) e . call ( null , t [ n ] , n , t ) ; else for ( var i in t ) Object . prototype . hasOwnProperty . call ( t , i ) && e . call ( null , t [ i ] , i , t ) } t . exports = { isArray : a , isArrayBuffer : function ( t ) { return "[object ArrayBuffer]" === o . call ( t ) } , isBuffer : i , 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 , isUndefined : function ( t ) { return void 0 === t } , 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 URLSearchParams && t instanceof URLSearchParams } , isStandardBrowserEnv : function ( ) { return ( "undefined" == typeof navigator || "ReactNative" !== navigator . product && "NativeScript" !== navigator . product && "NS" !== navigator . product ) && ( "undefined" != typeof window && "undefined" != typeof document ) } , forEach : u , merge : function t ( ) { var e = { } ; function n ( n , r ) { "object" == typeof e [ r ] && "object" == typeof n ? e [ r ] = t ( e [ r ] , n ) : e [ r ] = n } for ( var r = 0 , i = arguments . length ; r < i ; r ++ ) u ( arguments [ r ] , n ) ; return e } , deepMerge : function t ( ) { var e = { } ; function n ( n , r ) { "object" == typeof e [ r ] && "object" == typeof n ? e [ r ] = t ( e [ r ] , n ) : e [ r ] = "object" == typeof n ? t ( { } , n ) : n } for ( var r = 0 , i = arguments . length ; r < i ; r ++ ) u ( arguments [ r ] , n ) ; return e } , extend : function ( t , e , n ) { return u ( e , ( function ( e , i ) { t [ i ] = n && "function" == typeof e ? r ( e , n ) : e } ) ) , t } , trim : function ( t ) { return t . replace ( /^\s*/ , "" ) . replace ( /\s*$/ , "" ) } } } , function ( t , e , n ) { ( function ( e ) { var n = "object" , r = function ( t ) { return t && t . Math == Math && t } ; t . exports = r ( typeof globalThis == n && globalThis ) || r ( typeof window == n && window ) || r ( typeof self == n && self ) || r ( typeof e == n && e ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 7 ) ) } , function ( t , e ) { t . exports = function ( t ) { try { return ! ! t ( ) } catch ( t ) { return ! 0 } } } , function ( t , e , n ) { "use strict" ; n . r ( e ) , function ( t , n ) {
2019-02-26 21:43:59 +03:00
/ * !
2019-06-04 14:50:12 +03:00
* Vue . js v2 . 6.10
* ( c ) 2014 - 2019 Evan You
2019-02-26 21:43:59 +03:00
* Released under the MIT License .
* /
2019-10-27 13:19:41 +03:00
var r = Object . freeze ( { } ) ; function i ( t ) { return null == t } function o ( t ) { return null != t } function a ( t ) { return ! 0 === t } function s ( t ) { return "string" == typeof t || "number" == typeof t || "symbol" == typeof t || "boolean" == typeof t } function c ( t ) { return null !== t && "object" == typeof t } var u = Object . prototype . toString ; function l ( t ) { return "[object Object]" === u . call ( t ) } function d ( t ) { return "[object RegExp]" === u . call ( t ) } function f ( t ) { var e = parseFloat ( String ( t ) ) ; return e >= 0 && Math . floor ( e ) === e && isFinite ( t ) } function p ( t ) { return o ( t ) && "function" == typeof t . then && "function" == typeof t . catch } function h ( t ) { return null == t ? "" : Array . isArray ( t ) || l ( t ) && t . toString === u ? JSON . stringify ( t , null , 2 ) : String ( t ) } function v ( t ) { var e = parseFloat ( t ) ; return isNaN ( e ) ? t : e } function m ( t , e ) { for ( var n = Object . create ( null ) , r = t . split ( "," ) , i = 0 ; i < r . length ; i ++ ) n [ r [ i ] ] = ! 0 ; return e ? function ( t ) { return n [ t . toLowerCase ( ) ] } : function ( t ) { return n [ t ] } } m ( "slot,component" , ! 0 ) ; var g = m ( "key,ref,slot,slot-scope,is" ) ; function A ( 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 _ = /-(\w)/g , w = x ( ( function ( t ) { return t . replace ( _ , ( function ( t , e ) { return e ? e . toUpperCase ( ) : "" } ) ) } ) ) , k = x ( ( function ( t ) { return t . charAt ( 0 ) . toUpperCase ( ) + t . slice ( 1 ) } ) ) , T = /\B([A-Z])/g , C = x ( ( function ( t ) { return t . replace ( T , "-$1" ) . toLowerCase ( ) } ) ) ; var E = 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 O ( t , e ) { e = e || 0 ; for ( var n = t . length - e , r = new Array ( n ) ; n -- ; ) r [ n ] = t [ n + e ] ; return r } function S ( t , e ) { for ( var n in e ) t [ n ] = e [ n ] ; return t } function M ( t ) { for ( var e = { } , n = 0 ; n < t . length ; n ++ ) t [ n ] && S ( e , t [ n ] ) ; return e } function D ( t , e , n ) { } var N = function ( t , e , n ) { return ! 1 } , I = function ( t ) { return t } ; function B ( t , e ) { if ( t === e ) return ! 0 ; var n = c ( t ) , r = c ( e ) ; if ( ! n || ! r ) return ! n && ! r && String ( t ) === String ( e ) ; try { var i = Array . isArray ( t ) , o = Array . isArray ( e ) ; if ( i && o ) return t . length === e . length && t . every ( ( function ( t , n ) { return B ( t , e [ n ] ) } ) ) ; if ( t instanceof Date && e instanceof Date ) return t . getTime ( ) === e . getTime ( ) ; if ( i || o ) return ! 1 ; var a = Object . keys ( t ) , s = Object . keys ( e ) ; return a . length === s . length && a . every ( ( function ( n ) { return B ( t [ n ] , e [ n ] ) } ) ) } catch ( t ) { return ! 1 } } function P ( t , e ) { for ( var n = 0 ; n < t . length ; n ++ ) if ( B ( t [ n ] , e ) ) return n ; return - 1 } function j ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , t . apply ( this , arguments ) ) } } var L = "data-server-rendered" , $ = [ "component" , "directive" , "filter" ] , R = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" , "serverPrefetch" ] , F = { optionMergeStrategies : Object . create ( null ) , silent : ! 1 , productionTip : ! 1 , devtools : ! 1 , performance : ! 1 , errorHandler : null , warnHandler : null , ignoredElements : [ ] , keyCodes : Object . create ( null ) , isReservedTag : N , isReservedAttr : N , isUnknownElement : N , getTagNamespace : D , parsePlatformTagName : I , mustUseProp : N , async : ! 0 , _lifecycleHooks : R } , z = /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 H ( t , e , n , r ) { Object . defineProperty ( t , e , { value : n , enumerable : ! ! r , writable : ! 0 , configurable : ! 0 } ) } var U = new RegExp ( "[^" + z . source + ".$_\\d]" ) ; var Y , V = "__proto__" in { } , Q = "undefined" != typeof window , G = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , W = G && WXEnvironment . platform . toLowerCase ( ) , q = Q && window . navigator . userAgent . toLowerCase ( ) , Z = q && /msie|trident/ . test ( q ) , X = q && q . indexOf ( "msie 9.0" ) > 0 , K = q && q . indexOf ( "edge/" ) > 0 , J = ( q && q . indexOf ( "android" ) , q && /iphone|ipad|ipod|ios/ . test ( q ) || "ios" === W ) , tt = ( q && /chrome\/\d+/ . test ( q ) , q && /phantomjs/ . test ( q ) , q && q . match ( /firefox\/(\d+)/ ) ) , et = { } . watch , nt = ! 1 ; if ( Q ) try { var rt = { } ; Object . defineProperty ( rt , "passive" , { get : function ( ) { nt = ! 0 } } ) , window . addEventListener ( "test-passive" , null , rt ) } catch ( t ) { } var it = function ( ) { return void 0 === Y && ( Y = ! Q && ! G && void 0 !== t && ( t . process && "server" === t . process . env . VUE _ENV ) ) , Y } , ot = Q && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function
2019-10-13 19:26:09 +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/>.
*
* / 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 ( ) | | ( i . 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 ( ) : " " } } } } , 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 ( t ) { n . d ( e , " a " , ( f u n c t i o n ( ) { r e t u r n D e } ) ) ; v a r r = n ( 1 7 ) , i = n ( 2 1 ) ; f u n c t i o n o ( t ) { r e t u r n ( o = " f u n c t i o n " = = t y p e o f S y m b o l & & " s y m b o l " = = t y p e o f S y m b o l . i t e r a t o r ? f u n c t i o n ( t ) { r e t u r n t y p e o f t } : f u n c t i o n ( t ) { r e t u r n t & & " f u n c t i o n " = = t y p e o f S y m b o l & & t . c o n s t r u c t o r = = = S y m b o l & & t ! = = S y m b o l . p r o t o t y p e ? " s y m b o l " : t y p e o f t } ) ( t ) } f u n c t i o n a ( t , e ) { f o r ( v a r n = 0 ; n < e . l e n g t h ; n + + ) { v a r r = e [ n ] ; r . e n u m e r a b l e = r . e n u m e r a b l e | | ! 1 , r . c o n f i g u r a b l e = ! 0 , " v a l u e " i n r & & ( r . w r i t a b l e = ! 0 ) , O b j e c t . d e f i n e P r o p e r t y ( t , r . k e y , r ) } } f u n c t i o n s ( 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 } f u n c t i o n c ( 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 ] : { } , r = O b j e c t . k e y s ( n ) ; " f u n c t i o n " = = t y p e o 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 & & ( r = r . c o n c a t ( 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 ( n ) . f i l t e r ( ( f u n c t i o n ( t ) { 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 ( n , t ) . e n u m e r a b l e } ) ) ) ) , r . f o r E a c h ( ( f u n c t i o n ( e ) { s ( t , e , n [ e ] ) } ) ) } r e t u r n t } v a r u = f u n c t i o n ( ) { } ; f u n c t i o n l ( t ) { r e t u r n " s t r i n g " = = t y p e o f t & & ( t = t . s p l i t ( " " ) ) , t } f u n c t i o n d ( t , e ) { v a r n , r = l ( e ) ; n = t . c l a s s N a m e i n s t a n c e o f u ? l ( t . c l a s s N a m e . b a s e V a l ) : l ( t . c l a s s N a m e ) , r . f o r E a c h ( ( f u n c t i o n ( t ) { - 1 = = = n . i n d e x O f ( t ) & & n . p u s h ( t ) } ) ) , t i n s t a n c e o f S V G E l e m e n t ? t . s e t A t t r i b u t e ( " c l a s s " , n . j o i n ( " " ) ) : t . c l a s s N a m e = n . j o i n ( " " ) } f u n c t i o n f ( t , e ) { v a r n , r = l ( e ) ; n = t . c l a s s N a m e i n s t a n c e o f u ? l ( t . c l a s s N a m e . b a s e V a l ) : l ( t . c l a s s N a m e ) , r . f o r E a c h ( ( f u n c t i o n ( t ) { v a r e = n . i n d e x O f ( t ) ; - 1 ! = = e & & n . s p l i c e ( e , 1 ) } ) ) , t i n s t a n c e o f S V G E l e m e n t ? t . s e t A t t r i b u t e ( " c l a s s " , n . j o i n ( " " ) ) : t . c l a s s N a m e = n . j o i n ( " " ) } " u n d e f i n e d " ! = t y p e o f w i n d o w & & ( u = w i n d o w . S V G A n i m a t e d S t r i n g ) ; v a r p = ! 1 ; i f ( " u n d e f i n e d " ! = t y p e o f w i n d o w ) { p = ! 1 ; t r y { v a r h = O b j e c t . d e f i n e P r o p e r t y ( { } , " p a s s i v e " , { g e t : f u n c t i o n ( ) { p = ! 0 } } ) ; w i n d o w . a d d E v e n t L i s t e n e r ( " t e s t " , n u l l , h ) } c a t c h ( t ) { } } v a r v = { c o n t a i n e r : ! 1 , d e l a y : 0 , h t m l : ! 1 , p l a c e m e n t : " t o p " , t i t l e : " " , t e m p l a t e : ' < d i v c l a s s = " t o o l t i p " r o l e = " t o o l t i p " > < d i v c l a s s = " t o o l t i p - a r r o w " > < / d i v > < d i v c l a s s = " t o o l t i p - i n n e r " > < / d i v > < / d i v > ' , t r i g g e r : " h o v e r f o c u s " , o f f s e t : 0 } , m = [ ] , g = f u n c t i o n ( ) { f u n c t i o n t ( e , n ) { v a r r = t h i s ; ! f u n c t i o n ( t , e ) { i f ( ! ( t i n s t a n c e o f e ) ) t h r o w n e w T y p e E r r o r ( " C a n n o t c a l l a c l a s s a s a f u n c t i o n " ) } ( t h i s , t ) , s ( t h i s , " _ e v e n t s " , [ ] ) , s ( t h i s , " _ s e t T o o l t i p N o d e E v e n t " , ( f u n c t i o n ( t , e , n , i ) { v a r o = t . r e l a t e d r e f e r e n c e | | t . t o E l e m e n t | | t . r e l a t e d T a r g e t ; r e t u r n ! ! r . _ t o o l t i p N o d e . c o n t a i n s ( o ) & & ( r . _ t o o l t i p N o d e . a d d E v e n t L i s t e n e r ( t . t y p e , ( f u n c t i o n n ( o ) { v a r a = o . r e l a t e d r e f e r e n c e | | o . t o E l e m e n t | | o . r e l a t e d T a r g e t ; r . _ t o o l t i p N o d e . r e m o v e E v e n t L i s t e n e r ( t . t y p e , n ) , e . c o n t a i n s ( a ) | | r . _ s c h e d u l e H i d e ( e , i . d e l a y , i , o ) } ) ) , ! 0 ) } ) ) , n = c ( { } , v , n ) , e . j q u e r y & & ( e = e [ 0 ] ) , t h i s . s h o w = t h i s . s h o w . b i n d ( t h i s ) , t h i s . h i d e = t h i s . h i d e . b i n d ( t h i s ) , t h i s . r e f e r e n c e = e , t h i s . o p t i o n s = n , t h i s . _ i s O p e n = ! 1 , t h i s . _ i n i t ( ) } v a r e , n ; r e t u r n e = t , ( n = [ { k e y : " s h o w " , v a l u e : f u n c t i o n ( ) { t h i s . _ s h o w ( t h i s . r e f e r e n c e , t h i s . o p t i o n s ) } } , { k e y : " h i d e " , v a l u e : f u n c t i o n ( ) { t h i s . _ h i d e ( ) } } , { k e y : " d i s p o s e " , v a l u e : f u n c t i o n ( ) { t h i s . _ d i s p o s e ( ) } } , { k e y : " t o g g l e " , v a l u e : f u n c t i o n ( ) { r e t u r n t h i s . _ i s O p e n ? t h i s . h i d e ( ) : t h i s . s h o w ( ) } } , { k e y : " s e t C l a s s e s " , v a l u e : f u n c t i o n ( t ) { t h i s . _ c l a s s e s = t } } , { k e y : " s e t C o n t e n t " , v a l u e : f u n c t i o n ( t ) { t h i s . o p t i o n s . t i t l e = t , t h i s . _ t o o l t i p N o d e & & t h i s . _ s e t C o n t e n t ( t , t h i s . o p t i o n s ) } } , { k e y : " s e t O p t i o n s " , v a l u e : f u n c t i o n ( t ) { v a r e = ! 1 , n = t & & t . c l a s s e s | | C . o p t i o n s . d e f a u l t C l a s s ; t h i s . _ c l a s s e s ! = = n & & ( t h i s . s e t C l a s s e s ( n ) , e = ! 0 ) , t = x ( t ) ; v a r r = ! 1 , i = ! 1 ; f o r ( v a r o i n t h i s . o p t i o n s . o f f s e t = = = t . o f f s e t & & t h i s . o p t i o n s . p l a c e m e n t = = = t . p l a c e m e n t | | ( r = ! 0 ) , ( t h i s . o p t i o n s . t e m p l a t e ! = = t . t e m p l a t e | | t h i s . o p t i o n s . t r i g g e r ! = = t . t r i g g e r | | t h i s . o p t i o n s . c o n t a i n e r ! = = t . c o n t a i n e r | | e ) & & ( i = ! 0 ) , t ) t h i s . o p t i o n s [ o ] = t [ o ] ; i f ( t h i s . _ t o o l t i p N o d e ) i f ( i ) { v a r a = t h i s . _ i s O p e n ; t h i s . d i s p o s e ( ) , t h i s . _ i n i t ( ) , a & & t h i s . s h o w ( ) } e l s e r & & t h i s . p o p p e r I n s t a n c e . u p d a t e ( ) } } , { k e y : " _ i n i t " , v a l u e : f u n c t i o n ( ) { v a r t = " s t r i n g " = = t y p e o f t h i s . o p t i o n s
2019-06-04 14:50:12 +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/>.
*
* /
2019-10-13 19:26:09 +03:00
r . a . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "6945512" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , r . a . options . defaultHtml = ! 1 , e . default = r . a } , function ( t , e , n ) { "use strict" ;
2019-06-04 14:50:12 +03:00
/ * *
2019-10-13 19:26:09 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
* @ 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
2019-10-13 19:26:09 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-06-04 14:50:12 +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/>.
*
2019-10-13 19:26:09 +03:00
* /e.a=function(t){return Math.random().toString(36).replace(/ [ ^ a - z ] + /g,"").substr(0,t||5)}},function(t,e,n){"use strict";t.exports=function(t,e){return"string"!=typeof(t=t.__esModule?t.default:t)?t:(/ ^ [ '"].*[' "]$/.test(t)&&(t=t.slice(1,-1)),/[" '() \t\n]/.test(t)||e?' "'.concat(t.replace(/" / g , '\\"' ) . replace ( /\n/g , "\\n" ) , '"' ) : t ) } } , function ( t , e ) { t . exports = "data:application/vnd.ms-fontobject;base64,0gkAACgJAAABAAIAAAAAAAIABQMAAAAAAAABQJABAAAAAExQAAAAABAAAAAAAAAAAAAAAAAAAAEAAAAAg9goIwAAAAAAAAAAAAAAAAAAAAAAABgAAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAAAAAAAAFgAAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAYAABpAGMAbwBuAGYAbwBuAHQALQB2AHUAZQAAAAAAAQAAAAoAgAADACBPUy8ydOOQiAAAAKwAAABgY21hcOok67wAAAEMAAABSmdseWZ0BZ9ZAAACWAAAAzxoZWFkJek7ZwAABZQAAAA2aGhlYSccE4AAAAXMAAAAJGhtdHgThwAAAAAF8AAAABpsb2NhA5oEoAAABgwAAAAYbWF4cAEYAFcAAAYkAAAAIG5hbWUNIFD5AAAGRAAAAkZwb3N0+8sNdgAACIwAAACcAAQTiAGQAAUAAAxlDawAAAK8DGUNrAAACWAA9QUKAAACAAUDAAAAAAAAAAAAABAAAAAAAAAAAAAAAFBmRWQAQOoB6gsTiAAAAcITiAAAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQAC6gbqC///AADqAeoH//8WABX/AAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAOpg9DAAUACwAACQIRCQQRCQEOpvqCBX77ugRG+oL6ggV++7oERg9C+oL6ggE4BEYERgE4+oL6ggE4BEYERgABAAAAAA1uElAABQAACQERCQERBhsHU/d0CIwJxPit/sgIiwiM/scAAgAAAAAP3w9DAAUACwAACQIRCQQRCQEE4gV++oIERvu6BX4Ff/qBBEb7ugRGBX4Ffv7I+7r7uv7IBX4Ffv7I+7r7ugABAAAAAA6mElAABQAACQERCQERDW74rQiL93UJxAdTATn3dPd1ATgAAQAAAAARFxEXAAsAAAkLERf97frA+sD97QVA+sACEwVABUACE/rABIT97QVA+sACEwVABUACE/rABUD97frAAAH//wAAE5MS7AAzAAABIgcOARcWFwEhJgcGBwYHBhQXFhcWFxY3IQEGBwYXFhceARcWFxY3NjcBNjc2JyYnAS4BCmBlT0pGEBJIBdfx4E0+OiknFBQUFCcpOj5NDiD6KTcaGAMDGxlWNTc7Pjo/NQftOxUVFBU8+BMsdBLsOTSsWWBH+ioBGxguLDk4eDg5LC4YGwL6KTU/Oz46NzZWGRoDAxgZOAfsPFFQT1I8B+wtMgAAAAMAAAAAERcRFwADAAcACwAAAREhEQERIREBESERAnEOpvFaDqbxWg6mERf9jwJx+eb9jwJx+eX9jwJxAAMAAAAAElAMNQAYADEASgAAASIHDgEHBhYXHgEXFjI3PgE3NjQnLgEnJiEiBw4BBwYUFx4BFxYyNz4BNzY0Jy4BJyYhIgcOAQcGFBceARcWMjc+ATc2NCcuAScmA6qAdHCtLzIBMS+tcHT/dHCtLzIyL61wdAWbf3RwrTAxMTCtcHT+dHCtMDExMK1wdAWcgHRwrS8xMS+tcHT/dHCtLzIyL61wdAw1MTCtcHT+dHCtMDExMK1wdP50cK0wMTEwrXB0/nRwrTAxMTCtcHT+dHCtMDExMK1wdP50cK0wMTEwrXB0/nRwrTAxAAAAAgAAAAAP3w/fAAMABwAAAREhESERIREDqgTiAnEE4g/f88sMNfPLDDUAAAABAAAAABEXERcAAgAACQICcQ6m8VoRF/it+K0AAQAAAAEAACMo2INfDzz1AAsTiAAAAADZxNn7AAAAANlz/fv//wAAE5MS7AAAAAgAAgAAAAAAAAABAAATiAAAAAATiP////UTkwABAAAAAAAAAAAAAAAAAAAAAgAAAAATiAAAAAAAAAAAAAD//wAAAAAAAAAAAAAAAAAAACIANgBYAGwAjADmAQQBegGQAZ4AAQAAAAsASwADAAAAAAACAAAACgAKAAAA/wAAAAAAAAAAABAAxgABAAAAAAABAAwAAAABAAAAAAACAAcADAABAAAAAAADAAwAEwABAAAAAAAEAAwAHwABAAAAAAAFAAsAKwABAAAAAAAGAAwANgABAAAAAAAKACsAQgABAAAAAAALABMAbQADAAEECQABABgAgAADAAEECQACAA4AmAADAAEECQADABgApgADAAEECQAEABgAvgADAAEECQAFABYA1gADAAEECQAGABgA7AADAAEECQAKAFYBBAADAAEECQALACYBWmljb25mb250LXZ1ZVJlZ3VsYXJpY29uZm9udC12dWVpY29uZm9udC12dWVWZXJzaW9uIDEuMGljb25mb250LXZ1ZUdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAFIAZQBnAHUAbABhAHIAaQBjAG8AbgBmAG8AbgB0AC0AdgB1AGUAaQBjAG8AbgBmAG8AbgB0AC0AdgB1AGUAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAsACwAAAQIBAwEEAQUBBgEHAQgBCQEKAQsRYXJyb3ctbGVmdC1kb3VibGUKYXJyb3ctbGVmdBJhcnJvdy1yaWdodC1kb3VibGULYXJyb3ctcmlnaHQFY2xvc2UMY29uZmlybS1mYWRlBG1lbnUEbW9yZQVwYXVzZQRwbGF5" } , function ( t , e ) { t . exports = " data : font / woff ; base64 , d09GRgABAAAAAAlwAAoAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAGAAAABgdOOQiGNtYXAAAAFUAAABSgAAAUrqJOu8Z2x5ZgAAAqAAAAM8AAADPHQFn1loZWFkAAAF3AAAADYAAAA2Jek7Z2hoZWEAAAYUAAAAJAAAACQnHBOAaG10eAAABjgAAAAaAAAAGhOHAABsb2NhAAAGVAAAABgAAAAYA5oEoG1heHAAAAZsAAAAIAAAACABGABXbmFtZQAABowAAAJGAAACRg0
2019-08-07 18:08:12 +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/>.
*
2019-10-03 18:08:39 +03:00
* / 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 : " " , r e q u i r e d : ! 0 } , t i t l e : { 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 ) { t h i s . $ e m i t ( " c l i c k " , t ) } } } } , f u n c t i o n ( t , e ) { v a r n ; n = f u n c t i o n ( ) { r e t u r n t h i s } ( ) ; t r y { n = n | | n e w F u n c t i o n ( " r e t u r n t h i s " ) ( ) } c a t c h ( t ) { " o b j e c t " = = t y p e o f w i n d o w & & ( n = w i n d o w ) } t . e x p o r t s = n } , 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 ( t ) { f o r (
2019-06-04 14:50:12 +03:00
/ * * !
* @ fileOverview Kickass library to create and place poppers near their reference elements .
* @ version 1.15 . 0
* @ license
* Copyright ( c ) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted , free of charge , to any person obtaining a copy
* of this software and associated documentation files ( the "Software" ) , to deal
* in the Software without restriction , including without limitation the rights
* to use , copy , modify , merge , publish , distribute , sublicense , and / or sell
* copies of the Software , and to permit persons to whom the Software is
* furnished to do so , subject to the following conditions :
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software .
*
* THE SOFTWARE IS PROVIDED "AS IS" , WITHOUT WARRANTY OF ANY KIND , EXPRESS OR
* IMPLIED , INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY ,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT . IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM , DAMAGES OR OTHER
* LIABILITY , WHETHER IN AN ACTION OF CONTRACT , TORT OR OTHERWISE , ARISING FROM ,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE .
* /
2019-10-13 19:26:09 +03:00
var n = "undefined" != typeof window && "undefined" != typeof document , r = [ "Edge" , "Trident" , "Firefox" ] , i = 0 , o = 0 ; o < r . length ; o += 1 ) if ( n && navigator . userAgent . indexOf ( r [ o ] ) >= 0 ) { i = 1 ; break } var a = 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 ( ) } ) , i ) ) } } ; function s ( t ) { return t && "[object Function]" === { } . toString . call ( t ) } function c ( t , e ) { if ( 1 !== t . nodeType ) return [ ] ; var n = t . ownerDocument . defaultView . getComputedStyle ( t , null ) ; return e ? n [ e ] : n } function u ( 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 = c ( t ) , n = e . overflow , r = e . overflowX , i = e . overflowY ; return /(auto|scroll|overlay)/ . test ( n + i + r ) ? t : l ( u ( t ) ) } var d = n && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , f = n && /MSIE 10/ . test ( navigator . userAgent ) ; function p ( t ) { return 11 === t ? d : 10 === t ? f : d || f } function h ( t ) { if ( ! t ) return document . documentElement ; for ( var e = p ( 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" === c ( n , "position" ) ? h ( n ) : n : t ? t . ownerDocument . documentElement : document . documentElement } function v ( t ) { return null !== t . parentNode ? v ( t . parentNode ) : t } function m ( t , e ) { if ( ! ( t && t . nodeType && e && e . nodeType ) ) return document . documentElement ; var n = t . compareDocumentPosition ( e ) & Node . DOCUMENT _POSITION _FOLLOWING , r = n ? t : e , i = n ? e : t , o = document . createRange ( ) ; o . setStart ( r , 0 ) , o . setEnd ( i , 0 ) ; var a , s , c = o . commonAncestorContainer ; if ( t !== c && e !== c || r . contains ( i ) ) return "BODY" === ( s = ( a = c ) . nodeName ) || "HTML" !== s && h ( a . firstElementChild ) !== a ? h ( c ) : c ; var u = v ( t ) ; return u . host ? m ( u . host , e ) : m ( t , v ( e ) . host ) } function g ( t ) { var e = "top" === ( arguments . length > 1 && void 0 !== arguments [ 1 ] ? arguments [ 1 ] : "top" ) ? "scrollTop" : "scrollLeft" , n = t . nodeName ; if ( "BODY" === n || "HTML" === n ) { var r = t . ownerDocument . documentElement ; return ( t . ownerDocument . scrollingElement || r ) [ e ] } return t [ e ] } function A ( t , e ) { var n = "x" === e ? "Left" : "Top" , r = "Left" === n ? "Right" : "Bottom" ; return parseFloat ( t [ "border" + n + "Width" ] , 10 ) + parseFloat ( t [ "border" + r + "Width" ] , 10 ) } function y ( t , e , n , r ) { return Math . max ( e [ "offset" + t ] , e [ "scroll" + t ] , n [ "client" + t ] , n [ "offset" + t ] , n [ "scroll" + t ] , p ( 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 = p ( 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" ) } , _ = 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 } , k = 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 k ( { } , t , { right : t . left + t . width , bottom : t . top + t . height } ) } function C ( t ) { var e = { } ; try { if ( p ( 10 ) ) { e = t . getBoundingClientRect ( ) ; var n = g ( t , "top" ) , r = g ( t , "left" ) ; e . top += n , e . left += r , e . bottom += n , e . right += r } else e = t . getBoundingClientRect ( ) } catch ( t ) { } var i = { left : e . left , top : e . top , width : e . right - e . left , height : e . bottom - e . top } , o = "HTML" === t . nodeName ? b ( t . ownerDocument ) : { } , a = o . width || t . clientWidth || i . right - i . left , s = o . height || t . clientHeight || i . bottom - i . top , u = t . offsetWidth - a , l = t . offsetHeight - s ; if ( u || l ) { var d = c ( t ) ; u -= A ( d , "x" ) , l -= A ( d , "y" ) , i . width -= u , i . height -= l } return T ( i ) } function E ( t , e ) { var n = arguments . length > 2 && void 0 !== arguments [ 2 ] && arguments [ 2 ] , r = p ( 10 ) , i = "HTML" === e . nodeName , o = C ( t ) , a = C ( e ) , s = l ( t ) , u = c ( e ) , d = parseFloat ( u . borderTopWidth , 10 ) , f = parseFloat ( u . borderLeftWidth , 10 ) ; n && i && ( a . top = Math . max ( a . t
2019-06-04 14:50:12 +03:00
/ * *
2019-08-07 18:08:12 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
* @ 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
2019-08-07 18:08:12 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-06-04 14:50:12 +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/>.
*
2019-10-13 19:26:09 +03:00
* /e.a=function(t){t.mounted?Array.isArray(t.mounted)||(t.mounted=[t.mounted]):t.mounted=[],t.mounted.push((function(){this.$el.setAttribute("data-v-".concat("6945512"),"")}))}},function(t,e,n){"use strict";n.r(e);var r={name:"PopoverMenuItem",props:{item:{type:Object,required:!0,default:function(){return{key:"nextcloud-link",href:"https:/ / nextcloud . com ",icon:" icon - links ",text:" Nextcloud "}},validator:function(t){return!t.input||-1!==[" text "," checkbox "].indexOf(t.input)}}},computed:{key:function(){return this.item.key?this.item.key:Math.round(16*Math.random()*1e6).toString(16)},iconIsUrl:function(){try{return new URL(this.item.icon),!0}catch(t){return!1}}},methods:{action:function(t){this.item.action&&this.item.action(t)}}},i=(n(41),n(43),n(0)),o={name:" PopoverMenu ",components:{PopoverMenuItem:Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(" li ",[t.item.href?n(" a ",{staticClass:" focusable ",attrs:{href:t.item.href?t.item.href:" # ",target:t.item.target?t.item.target:" ",download:t.item.download,rel:" noreferrer noopener "},on:{click:t.action}},[t.iconIsUrl?n(" img ",{attrs:{src:t.item.icon}}):n(" span ",{class:t.item.icon}),t._v(" "),t.item.text&&t.item.longtext?n(" p ",[n(" strong ",{staticClass:" menuitem - text "},[t._v(" \ n \ t \ t \ t \ t "+t._s(t.item.text)+" \ n \ t \ t \ t ")]),n(" br "),t._v(" "),n(" span ",{staticClass:" menuitem - text - detail "},[t._v(" \ n \ t \ t \ t \ t "+t._s(t.item.longtext)+" \ n \ t \ t \ t ")])]):t.item.text?n(" span ",[t._v(" \ n \ t \ t \ t "+t._s(t.item.text)+" \ n \ t \ t ")]):t.item.longtext?n(" p ",[t._v(" \ n \ t \ t \ t "+t._s(t.item.longtext)+" \ n \ t \ t ")]):t._e()]):t.item.input?n(" span ",{staticClass:" menuitem ",class:{active:t.item.active}},[" checkbox "!==t.item.input?n(" span ",{class:t.item.icon}):t._e(),t._v(" ")," text "===t.item.input?n(" form ",{class:t.item.input,on:{submit:function(e){return e.preventDefault(),t.item.action(e)}}},[n(" input ",{attrs:{type:t.item.input,placeholder:t.item.text,required:" "},domProps:{value:t.item.value}}),t._v(" "),n(" input ",{staticClass:" icon - confirm ",attrs:{type:" submit ",value:" "}})]):[" checkbox "===t.item.input?n(" input ",{directives:[{name:" model ",rawName:" v - model ",value:t.item.model,expression:" item . model "}],class:t.item.input,attrs:{id:t.key,type:" checkbox "},domProps:{checked:Array.isArray(t.item.model)?t._i(t.item.model,null)>-1:t.item.model},on:{change:[function(e){var n=t.item.model,r=e.target,i=!!r.checked;if(Array.isArray(n)){var o=t._i(n,null);r.checked?o<0&&t.$set(t.item," model ",n.concat([null])):o>-1&&t.$set(t.item," model ",n.slice(0,o).concat(n.slice(o+1)))}else t.$set(t.item," model ",i)},t.item.action]}}):" radio "===t.item.input?n(" input ",{directives:[{name:" model ",rawName:" v - model ",value:t.item.model,expression:" item . model "}],class:t.item.input,attrs:{id:t.key,type:" radio "},domProps:{checked:t._q(t.item.model,null)},on:{change:[function(e){return t.$set(t.item," model ",null)},t.item.action]}}):n(" input ",{directives:[{name:" model ",rawName:" v - model ",value:t.item.model,expression:" item . model "}],class:t.item.input,attrs:{id:t.key,type:t.item.input},domProps:{value:t.item.model},on:{change:t.item.action,input:function(e){e.target.composing||t.$set(t.item," model ",e.target.value)}}}),t._v(" "),n(" label ",{attrs:{for:t.key},on:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.item.action(e)}}},[t._v(" \ n \ t \ t \ t \ t "+t._s(t.item.text)+" \ n \ t \ t \ t ")])]],2):t.item.action?n(" button ",{staticClass:" menuitem focusable ",class:{active:t.item.active},attrs:{disabled:t.item.disabled},on:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.item.action(e)}}},[n(" span ",{class:t.item.icon}),t._v(" "),t.item.text&&t.item.longtext?n(" p ",[n(" strong ",{staticClass:" menuitem - text "},[t._v(" \ n \ t \ t \ t \ t "+t._s(t.item.text)+" \ n \ t \ t \ t ")]),n(" br "),t._v(" "),n(" span ",{staticClass:" menuitem - text - detail "},[t._v(" \ n \ t \ t \ t \ t "+t._s(t.item.longtext)+" \ n \ t \ t \ t ")])]):t.item.text?n(" span ",[t._v(" \ n \ t \ t \ t "+t._s(t.item.text)+" \ n \ t \ t ")]):t.item.longtext?n(" p ",[t._v(" \ n \ t \ t \ t "+t._s(t.item.longtext)+" \ n \ t \ t ")]):t._e()]):n(" span ",{staticClass:" menuitem ",class:{active:t.item.active}},[n(" span ",{class:t.item.icon}),t._v(" " ) , t . ite
2019-06-04 14:50:12 +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/>.
*
2019-10-13 19:26:09 +03:00
* /
e . default = a } , function ( t , e ) { } , function ( t , e , n ) { var r = n ( 95 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "2601b667" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 99 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "a39cae00" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 101 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "30f6e694" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 124 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "51023bd3" , r , ! 0 , { } ) } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 14 ) , i = n . n ( r ) , o = n ( 7 ) , a = n ( 8 ) , s = n ( 3 ) , c = n . n ( s ) , u = function ( t , e , n ) { void 0 !== t && t . forEach ( ( function ( r , i ) { var o = ! r . componentOptions && r . tag , a = r . componentOptions && "string" == typeof r . componentOptions . tag && - 1 === e . indexOf ( r . componentOptions . tag ) ; ( o || a ) && ( c . a . util . warn ( "" . concat ( o ? r . tag : r . componentOptions . tag , " is not allowed inside the " ) . concat ( n . $options . name , " component" ) , n ) , t . splice ( i , 1 ) ) } ) ) } , l = [ "ActionButton" , "ActionCheckbox" , "ActionInput" , "ActionLink" , "ActionRadio" , "ActionRouter" , "ActionText" , "ActionTextEditable" ] , d = { name : "Actions" , directives : { ClickOutside : i . a , tooltip : o . default } , props : { open : { type : Boolean , default : ! 1 } , menuAlign : { type : String , default : "center" , validator : function ( t ) { return [ "left" , "center" , "right" ] . indexOf ( t ) > - 1 } } } , data : function ( ) { return { actions : [ ] , opened : this . open , focusIndex : 0 , randomId : "menu-" + Object ( a . a ) ( ) , offsetX : 0 , children : this . $children } } , computed : { hasMultipleActions : function ( ) { return this . actions . length > 1 } , isValidSingleAction : function ( ) { return 1 === this . actions . length && null !== this . firstActionElement } , firstActionVNode : function ( ) { return this . actions [ 0 ] } , firstAction : function ( ) { return this . children [ 0 ] ? this . children [ 0 ] : { } } , firstActionBinding : function ( ) { if ( this . firstActionVNode && this . firstActionVNode . componentOptions ) { var t = this . firstActionVNode . componentOptions . tag ; if ( "ActionLink" === t ) return { is : "a" , href : this . firstAction . href , target : this . firstAction . target } ; if ( "ActionRouter" === t ) return { is : "router-link" , to : this . firstAction . to , exact : this . firstAction . exact } ; if ( "ActionButton" === t ) return { is : "button" } } return null } , firstActionEvent : function ( ) { return this . firstActionVNode && this . firstActionVNode . componentOptions && this . firstActionVNode . componentOptions . listeners && this . firstActionVNode . componentOptions . listeners . click } , firstActionEventBinding : function ( ) { return this . firstActionEvent ? "click" : null } } , watch : { open : function ( t ) { var e = this ; this . opened = t , this . opened && this . $nextTick ( ( function ( ) { e . onOpen ( ) } ) ) } } , beforeMount : function ( ) { this . initActions ( ) , u ( this . $slots . default , l , this ) } , mounted : function ( ) { this . popupItem = this . $el } , beforeUpdate : function ( ) { this . initActions ( ) , u ( this . $slots . default , l , this ) } , methods : { toggleMenu : function ( ) { var t = this ; this . opened = ! this . opened , this . opened ? ( this . $nextTick ( ( function ( ) { t . onOpen ( ) , t . focusFirstAction ( ) } ) ) , this . $emit ( "open" ) ) : this . offsetX = 0 , this . $emit ( "update:open" , this . opened ) } , closeMenu : function ( ) { this . opened && ( this . $emit ( "update:open" , ! 1 ) , this . $emit ( "close" ) ) , this . opened = ! 1 , this . offsetX = 0 } , onOpen : function ( ) { this . offsetX = 0 ; var t = function ( t ) { var e = t . getBoundingClientRect ( ) , n = document . documentElement . clientHeight , r = document . documentElement . clientWidth , i = Object . assign ( { } ) ; return i . top = e . top < 0 , i . left = e . left < 0 , i . bottom = e . bottom > n , i . right = e . right > r , i . any = i . top || i . left || i . bottom || i . right , i . all = i . top && i . left && i . bottom && i . right , i . offsetY = i . top ? e . top : i . bottom ? e . bottom - n : 0 , i . offsetX = i . left ? e . left : i . right ? e . right - r : 0 , i } ( this . $refs . menu ) ; t . any && ( this . offsetX = t . offsetX > 0 ? Math . round ( t . offsetX ) + 5 : Math . round ( t . offsetX ) - 5 ) } , onMouseFocusAction : function ( t ) { if ( document . activeElement !== t . target ) { var e = t . target . closest ( "li" ) ; if ( e ) { var n = e . querySelector ( ".focusable" ) ; if ( n ) { var r = this . $refs . menu . querySelectorAll ( ".focusable" ) , i = Array . prototype . indexOf . call ( r , n ) ; i > - 1 && ( this . focusIndex = i , this . focusAction ( ) ) } } } } , removeCurrentActive : function ( ) { var t = this . $refs . menu . querySelector ( "li.active" ) ; t && t . classList . remove ( "active" ) } , focusAction : function ( ) { var t = this . $refs . menu . querySelectorAll ( ".focusable" ) [ this . focusIndex ] ; if ( t ) { var e = t . closest
2019-06-04 14:50:12 +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
2019-10-13 19:26:09 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-06-04 14:50:12 +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/>.
*
* /
2019-10-13 19:26:09 +03:00
e . default = m } , function ( t , e , n ) { window , t . exports = function ( t ) { var e = { } ; function n ( r ) { if ( e [ r ] ) return e [ r ] . exports ; var i = e [ r ] = { i : r , l : ! 1 , exports : { } } ; return t [ r ] . call ( i . exports , i , i . exports , n ) , i . l = ! 0 , i . exports } return n . m = t , n . c = e , n . d = function ( t , e , r ) { n . o ( t , e ) || Object . defineProperty ( t , e , { configurable : ! 1 , enumerable : ! 0 , get : r } ) } , n . r = function ( t ) { Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) } , n . n = function ( t ) { var e = t && t . _ _esModule ? function ( ) { return t . default } : function ( ) { return t } ; return n . d ( e , "a" , e ) , e } , n . o = function ( t , e ) { return Object . prototype . hasOwnProperty . call ( t , e ) } , n . p = "" , n ( n . s = 3 ) } ( [ function ( t , e , n ) { var r ; ! function ( i ) { "use strict" ; var o = { } , a = /d{1,4}|M{1,4}|YY(?:YY)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g , s = /\d\d?/ , c = /[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i , u = /\[([^]*?)\]/gm , l = function ( ) { } ; function d ( t , e ) { for ( var n = [ ] , r = 0 , i = t . length ; r < i ; r ++ ) n . push ( t [ r ] . substr ( 0 , e ) ) ; return n } function f ( t ) { return function ( e , n , r ) { var i = r [ t ] . indexOf ( n . charAt ( 0 ) . toUpperCase ( ) + n . substr ( 1 ) . toLowerCase ( ) ) ; ~ i && ( e . month = i ) } } function p ( t , e ) { for ( t = String ( t ) , e = e || 2 ; t . length < e ; ) t = "0" + t ; return t } var h = [ "Sunday" , "Monday" , "Tuesday" , "Wednesday" , "Thursday" , "Friday" , "Saturday" ] , v = [ "January" , "February" , "March" , "April" , "May" , "June" , "July" , "August" , "September" , "October" , "November" , "December" ] , m = d ( v , 3 ) , g = d ( h , 3 ) ; o . i18n = { dayNamesShort : g , dayNames : h , monthNamesShort : m , monthNames : v , amPm : [ "am" , "pm" ] , DoFn : function ( t ) { return t + [ "th" , "st" , "nd" , "rd" ] [ t % 10 > 3 ? 0 : ( t - t % 10 != 10 ) * t % 10 ] } } ; var A = { D : function ( t ) { return t . getDate ( ) } , DD : function ( t ) { return p ( t . getDate ( ) ) } , Do : function ( t , e ) { return e . DoFn ( t . getDate ( ) ) } , d : function ( t ) { return t . getDay ( ) } , dd : function ( t ) { return p ( t . getDay ( ) ) } , ddd : function ( t , e ) { return e . dayNamesShort [ t . getDay ( ) ] } , dddd : function ( t , e ) { return e . dayNames [ t . getDay ( ) ] } , M : function ( t ) { return t . getMonth ( ) + 1 } , MM : function ( t ) { return p ( t . getMonth ( ) + 1 ) } , MMM : function ( t , e ) { return e . monthNamesShort [ t . getMonth ( ) ] } , MMMM : function ( t , e ) { return e . monthNames [ t . getMonth ( ) ] } , YY : function ( t ) { return String ( t . getFullYear ( ) ) . substr ( 2 ) } , YYYY : function ( t ) { return p ( t . getFullYear ( ) , 4 ) } , h : function ( t ) { return t . getHours ( ) % 12 || 12 } , hh : function ( t ) { return p ( t . getHours ( ) % 12 || 12 ) } , H : function ( t ) { return t . getHours ( ) } , HH : function ( t ) { return p ( t . getHours ( ) ) } , m : function ( t ) { return t . getMinutes ( ) } , mm : function ( t ) { return p ( t . getMinutes ( ) ) } , s : function ( t ) { return t . getSeconds ( ) } , ss : function ( t ) { return p ( t . getSeconds ( ) ) } , S : function ( t ) { return Math . round ( t . getMilliseconds ( ) / 100 ) } , SS : function ( t ) { return p ( Math . round ( t . getMilliseconds ( ) / 10 ) , 2 ) } , SSS : function ( t ) { return p ( t . getMilliseconds ( ) , 3 ) } , a : function ( t , e ) { return t . getHours ( ) < 12 ? e . amPm [ 0 ] : e . amPm [ 1 ] } , A : function ( t , e ) { return t . getHours ( ) < 12 ? e . amPm [ 0 ] . toUpperCase ( ) : e . amPm [ 1 ] . toUpperCase ( ) } , ZZ : function ( t ) { var e = t . getTimezoneOffset ( ) ; return ( e > 0 ? "-" : "+" ) + p ( 100 * Math . floor ( Math . abs ( e ) / 60 ) + Math . abs ( e ) % 60 , 4 ) } } , y = { D : [ s , function ( t , e ) { t . day = e } ] , Do : [ new RegExp ( s . source + c . source ) , function ( t , e ) { t . day = parseInt ( e , 10 ) } ] , M : [ s , function ( t , e ) { t . month = e - 1 } ] , YY : [ s , function ( t , e ) { var n = + ( "" + ( new Date ) . getFullYear ( ) ) . substr ( 0 , 2 ) ; t . year = "" + ( e > 68 ? n - 1 : n ) + e } ] , h : [ s , function ( t , e ) { t . hour = e } ] , m : [ s , function ( t , e ) { t . minute = e } ] , s : [ s , function ( t , e ) { t . second = e } ] , YYYY : [ /\d{4}/ , function ( t , e ) { t . year = e } ] , S : [ /\d/ , function ( t , e ) { t . millisecond = 100 * e } ] , SS : [ /\d{2}/ , function ( t , e ) { t . millisecond = 10 * e } ] , SSS : [ /\d{3}/ , function ( t , e ) { t . millisecond = e } ] , d : [ s , l ] , ddd : [ c , l ] , MMM : [ c , f ( "monthNamesShort" ) ] , MMMM : [ c , f ( "monthNames" ) ] , a : [ c , function ( t , e , n ) { var r = e . toLowerCase ( ) ; r === n . amPm [ 0 ] ? t . isPm = ! 1 : r === n . amPm [ 1 ] && ( t . isPm = ! 0 ) } ] , ZZ : [ /([\+\-]\d\d:?\d\d|Z)/ , function ( t , e ) { "Z" === e && ( e = "+00:00" ) ; var n , r = ( e + "" ) . match ( /([\+\-]|\d\d)/gi ) ; r && ( n = 60 * r [ 1 ] + parseInt ( r [ 2 ] , 10 ) , t . timezoneOffset = "+" === r [ 0 ] ? n : - n ) } ] } ; y . dd = y . d , y . dddd = y . ddd , y . DD = y . D , y . mm = y . m , y . hh = y . H = y . HH = y . h , y . MM = y . M , y . ss = y . s , y . A = y . a , o . masks = { default : "ddd MMM DD YYYY HH:mm:ss" , shortDate : "M/D/YY" , mediumDate : "MMM D, YYYY" , longDate : "MMMM D, YYYY" , fullDate : "dddd, MMMM D, YYYY" , shortTime : "HH:mm" , mediumTime : "HH:mm:ss" , longTime : "HH:mm:ss.SSS" } , o . format = function ( t , e , n ) { var r = n || o . i18n ; if ( "number" == typeof t && ( t = new Date ( t ) ) , "[object Date]"
/ * !
* escape - html
* Copyright ( c ) 2012 - 2013 TJ Holowaychuk
* Copyright ( c ) 2015 Andreas Lubbe
* Copyright ( c ) 2015 Tiancheng "Timothy" Gu
* MIT Licensed
* /var r=/ [ "'&<>]/;t.exports=function(t){var e,n=" "+t,i=r.exec(n);if(!i)return n;var o=" ",a=0,s=0;for(a=i.index;a<n.length;a++){switch(n.charCodeAt(a)){case 34:e=" & quot ; ";break;case 38:e=" & amp ; ";break;case 39:e=" & # 39 ; ";break;case 60:e=" & lt ; ";break;case 62:e=" & gt ; " ; break ; default : continue } s !== a && ( o += n . substring ( s , a ) ) , s = a + 1 , o += e } return s !== a ? o + n . substring ( s , a ) : o } } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e , n ) { t . exports = n ( 102 ) } , function ( t , e ) { } , function ( t , e , n ) { var r ;
/ * ! H a m m e r . J S - v 2 . 0 . 7 - 2 0 1 6 - 0 4 - 2 2
* http : //hammerjs.github.io/
*
* Copyright ( c ) 2016 Jorik Tangelder ;
* Licensed under the MIT license * /
/ * ! H a m m e r . J S - v 2 . 0 . 7 - 2 0 1 6 - 0 4 - 2 2
* http : //hammerjs.github.io/
*
* Copyright ( c ) 2016 Jorik Tangelder ;
* Licensed under the MIT license * /!function(i,o,a,s){"use strict";var c,u=["","webkit","Moz","MS","ms","o"],l=o.createElement("div"),d="function",f=Math.round,p=Math.abs,h=Date.now;function v(t,e,n){return setTimeout(_(t,n),e)}function m(t,e,n){return!!Array.isArray(t)&&(g(t,n[e],n),!0)}function g(t,e,n){var r;if(t)if(t.forEach)t.forEach(e,n);else if(t.length!==s)for(r=0;r<t.length;)e.call(n,t[r],r,t),r++;else for(r in t)t.hasOwnProperty(r)&&e.call(n,t[r],r,t)}function A(t,e,n){var r="DEPRECATED METHOD: "+e+"\n"+n+" AT \n";return function(){var e=new Error("get-stack-trace"),n=e&&e.stack?e.stack.replace(/ ^ [ ^ \ ( ] + ? [ \ n$ ] / gm , "" ) . replace ( /^\s+at\s+/gm , "" ) . replace ( /^Object.<anonymous>\s*\(/gm , "{anonymous}()@" ) : "Unknown Stack Trace" , o = i . console && ( i . console . warn || i . console . log ) ; return o && o . call ( i . console , r , n ) , t . apply ( this , arguments ) } } c = "function" != typeof Object . assign ? function ( t ) { if ( t === s || null === t ) throw new TypeError ( "Cannot convert undefined or null to object" ) ; for ( var e = Object ( t ) , n = 1 ; n < arguments . length ; n ++ ) { var r = arguments [ n ] ; if ( r !== s && null !== r ) for ( var i in r ) r . hasOwnProperty ( i ) && ( e [ i ] = r [ i ] ) } return e } : Object . assign ; var y = A ( ( function ( t , e , n ) { for ( var r = Object . keys ( e ) , i = 0 ; i < r . length ; ) ( ! n || n && t [ r [ i ] ] === s ) && ( t [ r [ i ] ] = e [ r [ i ] ] ) , i ++ ; return t } ) , "extend" , "Use `assign`." ) , b = A ( ( function ( t , e ) { return y ( t , e , ! 0 ) } ) , "merge" , "Use `assign`." ) ; function x ( t , e , n ) { var r , i = e . prototype ; ( r = t . prototype = Object . create ( i ) ) . constructor = t , r . _super = i , n && c ( r , n ) } function _ ( t , e ) { return function ( ) { return t . apply ( e , arguments ) } } function w ( t , e ) { return typeof t == d ? t . apply ( e && e [ 0 ] || s , e ) : t } function k ( t , e ) { return t === s ? e : t } function T ( t , e , n ) { g ( S ( e ) , ( function ( e ) { t . addEventListener ( e , n , ! 1 ) } ) ) } function C ( t , e , n ) { g ( S ( e ) , ( function ( e ) { t . removeEventListener ( e , n , ! 1 ) } ) ) } function E ( t , e ) { for ( ; t ; ) { if ( t == e ) return ! 0 ; t = t . parentNode } return ! 1 } function O ( t , e ) { return t . indexOf ( e ) > - 1 } function S ( t ) { return t . trim ( ) . split ( /\s+/g ) } function M ( t , e , n ) { if ( t . indexOf && ! n ) return t . indexOf ( e ) ; for ( var r = 0 ; r < t . length ; ) { if ( n && t [ r ] [ n ] == e || ! n && t [ r ] === e ) return r ; r ++ } return - 1 } function D ( t ) { return Array . prototype . slice . call ( t , 0 ) } function N ( t , e , n ) { for ( var r = [ ] , i = [ ] , o = 0 ; o < t . length ; ) { var a = e ? t [ o ] [ e ] : t [ o ] ; M ( i , a ) < 0 && r . push ( t [ o ] ) , i [ o ] = a , o ++ } return n && ( r = e ? r . sort ( ( function ( t , n ) { return t [ e ] > n [ e ] } ) ) : r . sort ( ) ) , r } function I ( t , e ) { for ( var n , r , i = e [ 0 ] . toUpperCase ( ) + e . slice ( 1 ) , o = 0 ; o < u . length ; ) { if ( ( r = ( n = u [ o ] ) ? n + i : e ) in t ) return r ; o ++ } return s } var B = 1 ; function P ( t ) { var e = t . ownerDocument || t ; return e . defaultView || e . parentWindow || i } var j = "ontouchstart" in i , L = I ( i , "PointerEvent" ) !== s , $ = j && /mobile|tablet|ip(ad|hone|od)|android/i . test ( navigator . userAgent ) , R = 25 , F = 1 , z = 4 , H = 8 , U = 1 , Y = 2 , V = 4 , Q = 8 , G = 16 , W = Y | V , q = Q | G , Z = W | q , X = [ "x" , "y" ] , K = [ "clientX" , "clientY" ] ; function J ( t , e ) { var n = this ; this . manager = t , this . callback = e , this . element = t . element , this . target = t . options . inputTarget , this . domHandler = function ( e ) { w ( t . options . enable , [ t ] ) && n . handler ( e ) } , this . init ( ) } function tt ( t , e , n ) { var r = n . pointers . length , i = n . changedPointers . length , o = e & F && r - i == 0 , a = e & ( z | H ) && r - i == 0 ; n . isFirst = ! ! o , n . isFinal = ! ! a , o && ( t . session = { } ) , n . eventType = e , function ( t , e ) { var n = t . session , r = e . pointers , i = r . length ; n . firstInput || ( n . firstInput = et ( e ) ) , i > 1 && ! n . firstMultiple ? n . firstMultiple = et ( e ) : 1 === i && ( n . firstMultiple = ! 1 ) ; var o = n . firstInput , a = n . firstMultiple , c = a ? a . center : o . center , u = e . center = nt ( r ) ; e . timeStamp = h ( ) , e . deltaTime = e . timeStamp - o . timeStamp , e . angle = at ( c , u ) , e . distance = ot ( c , u ) , function ( t , e ) { var n = e . center , r = t . offsetDelta || { } , i = t . prevDelta || { } , o = t . prevInput || { } ; e . eventType !== F && o . eventType !== z || ( i = t . prevDelta = { x : o . deltaX || 0 , y : o . deltaY || 0 } , r = t . offsetDelta = { x : n . x , y : n . y } ) , e . deltaX = i . x + ( n . x - r . x ) , e . deltaY = i . y + ( n . y - r . y ) } ( n , e ) , e . offsetDirection = it ( e . deltaX , e . deltaY ) ; var l , d , f = rt ( e . deltaTime , e . deltaX , e . deltaY ) ; e . overallVelocityX = f . x , e . overallVelocityY = f . y , e . overallVelocity = p ( f . x ) > p ( f . y ) ? f . x : f . y , e . scale = a ? ( l = a . pointers , ot ( ( d = r ) [ 0 ] , d [ 1 ] , K ) / ot ( l [ 0 ] , l [ 1 ] , K ) ) : 1 , e . rotation = a ? function ( t , e ) { return at ( e [ 1 ] , e [ 0 ] , K ) + at ( t [ 1 ] , t [ 0 ] , K ) } ( a . pointers , r ) : 0 , e . maxPointers = n . prevInput ? e . pointers . length > n . prevInput . maxPointers ? e . pointers . length : n . prevInput . maxPointers : e . pointers . length , function ( t , e ) { var n , r , i , o , a = t . lastInterval || e ,
2019-06-04 14:50:12 +03:00
/ * *
2019-10-13 19:26:09 +03:00
* @ copyright Copyright ( c ) 2019 Georg Ehrke
2019-06-04 14:50:12 +03:00
*
2019-10-13 19:26:09 +03:00
* @ author Georg Ehrke < oc . list @ georgehrke . com >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2019-08-07 18:08:12 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-06-04 14:50:12 +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/>.
*
2019-08-07 18:08:12 +03:00
* /
2019-10-13 19:26:09 +03:00
var r = { inserted : function ( t ) { t . focus ( ) } } ; e . default = r } , function ( t , e , n ) { var r = n ( 175 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "c3eda170" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 177 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "4dd3631b" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 179 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "0a4af55c" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 181 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "acfb770c" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 183 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "05387ef8" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 185 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "a375d0ac" , r , ! 0 , { } ) } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r , i = n ( 38 ) , o = n . n ( i ) , a = n ( 79 ) , s = n . n ( a ) , c = n ( 7 ) , u = n ( 24 ) , l = n ( 14 ) , d = n . n ( l ) , f = n ( 80 ) , p = n . n ( f ) , h = n ( 81 ) , v = n . n ( h ) , m = { name : "Avatar" , directives : { tooltip : c . default , ClickOutside : d . a } , components : { PopoverMenu : u . PopoverMenu } , props : { url : { type : String , default : void 0 } , user : { type : String , default : void 0 } , isGuest : { type : Boolean , default : ! 1 } , displayName : { type : String , default : void 0 } , size : { type : Number , default : 32 } , allowPlaceholder : { type : Boolean , default : ! 0 } , disableTooltip : { type : Boolean , default : ! 1 } , disableMenu : { type : Boolean , default : ! 1 } , tooltipMessage : { type : String , default : null } , isNoUser : { type : Boolean , default : ! 1 } , status : { type : String , default : null , validator : function ( t ) { switch ( t ) { case "positive" : case "negative" : case "neutral" : return ! 0 } return ! 1 } } , statusColor : { type : [ Number , String ] , default : null , validator : function ( t ) { return /^([a-f0-9]{3}){1,2}$/i . test ( t ) } } } , data : function ( ) { return { avatarUrlLoaded : null , avatarSrcSetLoaded : null , userDoesNotExist : ! 1 , isAvatarLoaded : ! 1 , isMenuLoaded : ! 1 , contactsMenuActions : [ ] , contactsMenuOpenState : ! 1 } } , computed : { getUserIdentifier : function ( ) { return this . isDisplayNameDefined ? this . displayName : this . isUserDefined ? this . user : "" } , isUserDefined : function ( ) { return void 0 !== this . user } , isDisplayNameDefined : function ( ) { return void 0 !== this . displayName } , isUrlDefined : function ( ) { return void 0 !== this . url } , hasMenu : function ( ) { return ! this . disableMenu && ( this . isMenuLoaded ? this . menu . length > 0 : ! ( this . user === OC . getCurrentUser ( ) . uid || this . userDoesNotExist || this . url ) ) } , shouldShowPlaceholder : function ( ) { return this . allowPlaceholder && this . userDoesNotExist } , avatarStyle : function ( ) { var t = { width : this . size + "px" , height : this . size + "px" , lineHeight : this . size + "px" , fontSize : Math . round ( . 55 * this . size ) + "px" } , e = function ( t ) { var e = t . toLowerCase ( ) ; function n ( t , e , n ) { this . r = t , this . g = e , this . b = n } function r ( t , e , r ) { var i = [ ] ; i . push ( e ) ; for ( var o = function ( t , e ) { var n = new Array ( 3 ) ; return n [ 0 ] = ( e [ 1 ] . r - e [ 0 ] . r ) / t , n [ 1 ] = ( e [ 1 ] . g - e [ 0 ] . g ) / t , n [ 2 ] = ( e [ 1 ] . b - e [ 0 ] . b ) / t , n } ( t , [ e , r ] ) , a = 1 ; a < t ; a ++ ) { var s = parseInt ( e . r + o [ 0 ] * a ) , c = parseInt ( e . g + o [ 1 ] * a ) , u = parseInt ( e . b + o [ 2 ] * a ) ; i . push ( new n ( s , c , u ) ) } return i } null === e . match ( /^([0-9a-f]{4}-?){8}$/ ) && ( e = v ( ) ( e ) ) , e = e . replace ( /[^0-9a-f]/g , "" ) ; var i = new n ( 182 , 70 , 157 ) , o = new n ( 221 , 203 , 85 ) , a = new n ( 0 , 130 , 201 ) , s = r ( 6 , i , o ) , c = r ( 6 , o , a ) , u = r ( 6 , a , i ) ; return s . concat ( c ) . concat ( u ) [ function ( t , e ) { for ( var n = 0 , r = [ ] , i = 0 ; i < t . length ; i ++ ) r . push ( parseInt ( t . charAt ( i ) , 16 ) % 16 ) ; for ( var o in r ) n += r [ o ] ; return parseInt ( parseInt ( n ) % 18 ) } ( e ) ] } ( this . getUserIdentifier ) ; return t . backgroundColor = "rgb(" + e . r + ", " + e . g + ", " + e . b + ")" , t } , tooltip : function ( ) { return ! this . disableTooltip && ( this . tooltipMessage ? this . tooltipMessage : this . displayName ) } , initials : function ( ) { return this . shouldShowPlaceholder ? this . getUserIdentifier . charAt ( 0 ) . toUpperCase ( ) : "?" } , menu : function ( ) { return this . contactsMenuActions . map ( ( function ( t ) { return { href : t . hyperlink , icon : t . icon , text : t . title } } ) ) } } , watch : { url : function ( ) { this . userDoesNotExist = ! 1 , this . loadAvatarUrl ( ) } , user : function ( ) { this . userDoesNotExist = ! 1 , this . isMenuLoaded = ! 1 , this . loadAvatarUrl ( ) } } , mounted : function ( ) { this . loadAvatarUrl ( ) } , methods : { toggleMenu : function ( ) { this . hasMenu && ( this . contactsMenuOpenState = ! this . contactsMenuOpenState , this . contactsMenuOpenState && this . fetchContactsMenu ( ) ) } , closeMenu : function ( ) { this . contactsMenuO
2019-06-04 14:50:12 +03:00
/ * *
2019-08-07 18:08:12 +03:00
* @ copyright Copyright ( c ) 2018 Julius Härtl < jus @ bitgrid . net >
2019-06-04 14:50:12 +03:00
*
2019-08-07 18:08:12 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
* /
2019-10-13 19:26:09 +03:00
e . default = x } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "ActionButton" , mixins : [ n ( 15 ) . a ] , props : { disabled : { type : Boolean , default : ! 1 } } , computed : { isFocusable : function ( ) { return ! this . disabled } } } , i = ( n ( 94 ) , n ( 0 ) ) , o = n ( 35 ) , a = n . n ( o ) , s = Object ( i . a ) ( r , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { class : { "action--disabled" : t . disabled } } , [ n ( "button" , { staticClass : "action-button" , class : { focusable : t . isFocusable } , on : { click : t . onClick } } , [ n ( "span" , { staticClass : "action-button__icon" , class : [ t . isIconUrl ? "action-button__icon--url" : t . icon ] , style : { backgroundImage : t . isIconUrl ? "url(" + t . icon + ")" : null } } ) , t . _v ( " " ) , t . title ? n ( "p" , [ n ( "strong" , { staticClass : "action-button__title" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . title ) + "\n\t\t\t" ) ] ) , t . _v ( " " ) , n ( "br" ) , t . _v ( " " ) , n ( "span" , { staticClass : "action-button__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) ] ) : t . isLongText ? n ( "p" , { staticClass : "action-button__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) : n ( "span" , { staticClass : "action-button__text" } , [ t . _v ( t . _s ( t . text ) ) ] ) , t . _v ( " " ) , t . _e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , null , "37538719" , null ) ; "function" == typeof a . a && a ( ) ( s ) ; var c = s . exports ; n . d ( e , "ActionButton" , ( function ( ) { return c } ) ) ,
2019-06-04 14:50:12 +03:00
/ * *
2019-08-07 18:08:12 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
2019-08-07 18:08:12 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
* /
2019-10-13 19:26:09 +03:00
e . default = c } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 23 ) , i = n ( 31 ) , o = n . n ( i ) ; o . a . components . CalendarPanel . components . PanelTime . methods . stringifyText = function ( t ) { return t } , o . a . methods . displayPopup = function ( ) { var t = this . $el . querySelector ( ".mx-datepicker-popup" ) ; t && ! t . classList . contains ( "popovermenu" ) && ( t . className += " popovermenu menu-center open" ) } ; var a = { name : "DatetimePicker" , components : { DatePicker : o . a } , inheritAttrs : ! 1 , props : { value : { default : function ( ) { return new Date } } } , methods : { handleSelectYear : function ( t ) { var e = this . $refs . datepicker . currentValue ; if ( e ) try { var n = new Date ( new Date ( e ) . setFullYear ( t ) ) ; this . $refs . datepicker . selectDate ( n ) } catch ( n ) { console . error ( "Invalid value" , e , t ) } } , handleSelectMonth : function ( t ) { var e = this . $refs . datepicker . currentValue ; if ( e ) try { var n = new Date ( new Date ( e ) . setMonth ( t ) ) ; this . $refs . datepicker . selectDate ( n ) } catch ( n ) { console . error ( "Invalid value" , e , t ) } } } } , s = n ( 0 ) , c = n ( 36 ) , u = n . n ( c ) , l = Object ( s . a ) ( a , ( function ( ) { var t = this , e = t . $createElement ; return ( t . _self . _c || e ) ( "DatePicker" , t . _g ( t . _b ( { ref : "datepicker" , attrs : { clearable : ! 1 , "minute-step" : 10 , value : t . value } , on : { "select-year" : t . handleSelectYear , "select-month" : t . handleSelectMonth , "update:value" : function ( e ) { return t . $emit ( "update:value" , t . value ) } } } , "DatePicker" , t . $attrs , ! 1 ) , t . $listeners ) ) } ) , [ ] , ! 1 , null , null , null ) ; "function" == typeof u . a && u ( ) ( l ) ; var d = l . exports ; n ( 96 ) , n . d ( e , "DatetimePicker" , ( function ( ) { return d } ) ) ,
2019-06-04 14:50:12 +03:00
/ * *
2019-08-07 18:08:12 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
* @ 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
2019-08-07 18:08:12 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-06-04 14:50:12 +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/>.
*
* /
2019-10-13 19:26:09 +03:00
Object ( r . a ) ( d ) , e . default = d } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "AppNavigationCounter" , props : { highlighted : { type : Boolean , default : ! 1 } } } , i = ( n ( 100 ) , n ( 0 ) ) , o = n ( 37 ) , a = n . n ( o ) , s = Object ( i . a ) ( r , ( function ( ) { var t = this . $createElement , e = this . _self . _c || t ; return e ( "li" , { staticClass : "app-navigation-entry-utils-counter" , class : { highlighted : this . highlighted } } , [ e ( "span" , [ this . _t ( "default" ) ] , 2 ) ] ) } ) , [ ] , ! 1 , null , "7ed17014" , null ) ; "function" == typeof a . a && a ( ) ( s ) ; var c = s . exports ; n . d ( e , "AppNavigationCounter" , ( function ( ) { return c } ) ) ,
2019-08-07 18:08:12 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 Marco Ambrosini < ma12co @ pm . me >
*
2019-09-03 08:53:06 +03:00
* @ author Marco Ambrosini < marcoambrosini @ pm . me >
2019-08-07 18:08:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
* /
2019-10-13 19:26:09 +03:00
e . default = c } , function ( t , e , n ) { "use strict" ; t . exports = function ( t , e ) { return function ( ) { for ( var n = new Array ( arguments . length ) , r = 0 ; r < n . length ; r ++ ) n [ r ] = arguments [ r ] ; return t . apply ( e , n ) } } } , function ( t , e , n ) { "use strict" ; var r = n ( 4 ) ; function i ( t ) { return encodeURIComponent ( t ) . replace ( /%40/gi , "@" ) . replace ( /%3A/gi , ":" ) . replace ( /%24/g , "$" ) . replace ( /%2C/gi , "," ) . replace ( /%20/g , "+" ) . replace ( /%5B/gi , "[" ) . replace ( /%5D/gi , "]" ) } t . exports = function ( t , e , n ) { if ( ! e ) return t ; var o ; if ( n ) o = n ( e ) ; else if ( r . isURLSearchParams ( e ) ) o = e . toString ( ) ; else { var a = [ ] ; r . forEach ( e , ( function ( t , e ) { null != t && ( r . isArray ( t ) ? e += "[]" : t = [ t ] , r . forEach ( t , ( function ( t ) { r . isDate ( t ) ? t = t . toISOString ( ) : r . isObject ( t ) && ( t = JSON . stringify ( t ) ) , a . push ( i ( e ) + "=" + i ( t ) ) } ) ) ) } ) ) , o = a . join ( "&" ) } if ( o ) { var s = t . indexOf ( "#" ) ; - 1 !== s && ( t = t . slice ( 0 , s ) ) , t += ( - 1 === t . indexOf ( "?" ) ? "?" : "&" ) + o } return t } } , function ( t , e , n ) { "use strict" ; t . exports = function ( t ) { return ! ( ! t || ! t . _ _CANCEL _ _ ) } } , function ( t , e , n ) { "use strict" ; ( function ( e ) { var r = n ( 4 ) , i = n ( 111 ) , o = { "Content-Type" : "application/x-www-form-urlencoded" } ; function a ( t , e ) { ! r . isUndefined ( t ) && r . isUndefined ( t [ "Content-Type" ] ) && ( t [ "Content-Type" ] = e ) } var s , c = { adapter : ( void 0 !== e && "[object process]" === Object . prototype . toString . call ( e ) ? s = n ( 74 ) : "undefined" != typeof XMLHttpRequest && ( s = n ( 74 ) ) , s ) , transformRequest : [ function ( t , e ) { return i ( e , "Accept" ) , i ( e , "Content-Type" ) , r . isFormData ( t ) || r . isArrayBuffer ( t ) || r . isBuffer ( t ) || r . isStream ( t ) || r . isFile ( t ) || r . isBlob ( t ) ? t : r . isArrayBufferView ( t ) ? t . buffer : r . isURLSearchParams ( t ) ? ( a ( e , "application/x-www-form-urlencoded;charset=utf-8" ) , t . toString ( ) ) : r . isObject ( t ) ? ( a ( e , "application/json;charset=utf-8" ) , JSON . stringify ( t ) ) : t } ] , transformResponse : [ function ( t ) { if ( "string" == typeof t ) try { t = JSON . parse ( t ) } catch ( t ) { } return t } ] , timeout : 0 , xsrfCookieName : "XSRF-TOKEN" , xsrfHeaderName : "X-XSRF-TOKEN" , maxContentLength : - 1 , validateStatus : function ( t ) { return t >= 200 && t < 300 } , headers : { common : { Accept : "application/json, text/plain, */*" } } } ; r . forEach ( [ "delete" , "get" , "head" ] , ( function ( t ) { c . headers [ t ] = { } } ) ) , r . forEach ( [ "post" , "put" , "patch" ] , ( function ( t ) { c . headers [ t ] = r . merge ( o ) } ) ) , t . exports = c } ) . call ( this , n ( 110 ) ) } , function ( t , e , n ) { "use strict" ; var r = n ( 4 ) , i = n ( 112 ) , o = n ( 71 ) , a = n ( 114 ) , s = n ( 115 ) , c = n ( 75 ) ; t . exports = function ( t ) { return new Promise ( ( function ( e , u ) { var l = t . data , d = t . headers ; r . isFormData ( l ) && delete d [ "Content-Type" ] ; var f = new XMLHttpRequest ; if ( t . auth ) { var p = t . auth . username || "" , h = t . auth . password || "" ; d . Authorization = "Basic " + btoa ( p + ":" + h ) } if ( f . open ( t . method . toUpperCase ( ) , o ( t . url , t . params , t . paramsSerializer ) , ! 0 ) , f . timeout = t . timeout , f . onreadystatechange = function ( ) { if ( f && 4 === f . readyState && ( 0 !== f . status || f . responseURL && 0 === f . responseURL . indexOf ( "file:" ) ) ) { var n = "getAllResponseHeaders" in f ? a ( f . getAllResponseHeaders ( ) ) : null , r = { data : t . responseType && "text" !== t . responseType ? f . response : f . responseText , status : f . status , statusText : f . statusText , headers : n , config : t , request : f } ; i ( e , u , r ) , f = null } } , f . onabort = function ( ) { f && ( u ( c ( "Request aborted" , t , "ECONNABORTED" , f ) ) , f = null ) } , f . onerror = function ( ) { u ( c ( "Network Error" , t , null , f ) ) , f = null } , f . ontimeout = function ( ) { u ( c ( "timeout of " + t . timeout + "ms exceeded" , t , "ECONNABORTED" , f ) ) , f = null } , r . isStandardBrowserEnv ( ) ) { var v = n ( 116 ) , m = ( t . withCredentials || s ( t . url ) ) && t . xsrfCookieName ? v . read ( t . xsrfCookieName ) : void 0 ; m && ( d [ t . xsrfHeaderName ] = m ) } if ( "setRequestHeader" in f && r . forEach ( d , ( function ( t , e ) { void 0 === l && "content-type" === e . toLowerCase ( ) ? delete d [ e ] : f . setRequestHeader ( e , t ) } ) ) , t . withCredentials && ( f . withCredentials = ! 0 ) , t . responseType ) try { f . responseType = t . responseType } catch ( e ) { if ( "json" !== t . responseType ) throw e } "function" == typeof t . onDownloadProgress && f . addEventListener ( "progress" , t . onDownloadProgress ) , "function" == typeof t . onUploadProgress && f . upload && f . upload . addEventListener ( "progress" , t . onUploadProgress ) , t . cancelToken && t . cancelToken . promise . then ( ( function ( t ) { f && ( f . abort ( ) , u ( t ) , f = null ) } ) ) , void 0 === l && ( l = null ) , f . send ( l ) } ) ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 113 ) ; t . exports = function ( t , e , n , i , o ) { var a = new Error ( t ) ; return r ( a , e , n , i , o ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 4 ) ; t . exports = function ( t , e ) { e = e || { } ; var n = { } ; return r . forEach ( [ "url" , "method" , "params" , "data" ] , ( function ( t ) {
2019-06-04 14:50:12 +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/>.
* /
2019-10-13 19:26:09 +03:00
e . default = i } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e , n ) { "use strict" ; var r = n ( 26 ) ; n . n ( r ) . a } , function ( t , e , n ) { ( t . exports = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , "li.active[data-v-37538719]{box-shadow:inset 4px 0 var(--color-primary)}.action--disabled[data-v-37538719]{pointer-events:none;opacity:.5}.action--disabled[data-v-37538719]:hover,.action--disabled[data-v-37538719]:focus{cursor:default;opacity:.5}.action--disabled *[data-v-37538719]{opacity:1 !important}.action-button[data-v-37538719]{display:flex;align-items:flex-start;width:100%;height:auto;margin:0;padding:0;padding-right:14px;cursor:pointer;white-space:nowrap;opacity:.7;color:var(--color-main-text);border:0;border-radius:0;background-color:transparent;box-shadow:none;font-weight:normal;line-height:44px}.action-button[data-v-37538719]:hover,.action-button[data-v-37538719]:focus{opacity:1}.action-button>span[data-v-37538719]{cursor:pointer;white-space:nowrap}.action-button__icon[data-v-37538719]{width:44px;height:44px;opacity:1;background-position:14px center;background-size:16px}.action-button p[data-v-37538719]{width:150px;padding:7px 0;cursor:pointer;text-align:left;line-height:1.6em}.action-button__longtext[data-v-37538719]{cursor:pointer;white-space:pre-wrap}.action-button__title[data-v-37538719]{font-weight:bold}\n" , "" ] ) } , function ( t , e , n ) { var r = n ( 97 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "600615ea" , r , ! 0 , { } ) } , function ( t , e , n ) { e = t . exports = n ( 1 ) ( ! 1 ) ; var r = n ( 9 ) , i = r ( n ( 10 ) ) , o = r ( n ( 11 ) ) , a = r ( n ( 12 ) ) , s = r ( n ( 13 ) ) ; e . push ( [ t . i , '@font-face{font-family:"iconfont-vue";src:url(' + i + ");src:url(" + i + ') format("embedded-opentype"),url(' + o + ') format("woff"),url(' + a + ') format("truetype"),url(' + s + ' ) format ( "svg" ) } . icon { font - style : normal ; font - weight : 400 } . icon . arrow - left - double : before { font - family : "iconfont-vue" ; content : "" } . icon . arrow - left : before { font - family : "iconfont-vue" ; content : "" } . icon . arrow - right - double : before { font - family : "iconfont-vue" ; content : "" } . icon . arrow - right : before { font - family : "iconfont-vue" ; content : "" } . icon . close : before { font - family : "iconfont-vue" ; content : "" } . icon . confirm - fade : before { font - family : "iconfont-vue" ; content : "" } . icon . confirm : before { font - family : "iconfont-vue" ; content : "" } . icon . menu : before { font - family : "iconfont-vue" ; content : "" } . icon . more : before { font - family : "iconfont-vue" ; content : "" } . icon . pause : before { font - family : "iconfont-vue" ; content : "" } . icon . play : before { font - family : "iconfont-vue" ; content : "" } . mx - datepicker [ data - v - 6945512 ] { width : 210 px ; color : inherit ; user - select : none ; position : relative ; display : inline - block } . mx - datepicker [ data - v - 6945512 ] . disabled { opacity : . 7 ; cursor : not - allowed } . mx - datepicker [ data - v - 6945512 ] . mx - input - wrapper . mx - input { width : 100 % } . mx - datepicker [ data - v - 6945512 ] . mx - input - wrapper . mx - input - append { position : absolute ; top : 0 ; right : 0 ; width : 30 px ; height : 100 % ; padding : 6 px ; background - color : var ( -- color - main - background ) ; background - clip : content - box } . mx - datepicker [ data - v - 6945512 ] . mx - input - wrapper . mx - input - append . mx - input - icon { display : inline - block ; font - style : normal ; text - align : center ; cursor : pointer } . mx - datepicker [ data - v - 6945512 ] . mx - input - wrapper . mx - input - append . mx - clear - wrapper { display : none } . mx - datepicker [ data - v - 6945512 ] . mx - input - wrapper . mx - input - append . mx - calendar - icon { stroke - width : 8 px ; stroke : currentColor ; fill : currentColor ; width : 100 % ; height : 100 % ; color : var ( -- color - text - lighter ) } . mx - datepicker [ data - v - 6945512 ] . mx - datepicker - popup { box - shadow : none ; background - color : var ( -- color - main - background ) ; position : absolute ; margin - top : 1 px ; margin - bottom : 1 px ; z - index : 1000 } . mx - datepicker [ data - v - 6945512 ] . mx - range - wrapper { display : flex ; overflow : hidden } . mx - datepicker [ data - v - 6945512 ] . mx - range - wrapper . mx - calendar : first - child { box - shadow : var ( -- color - border ) 1 px 0 px ! important } . mx - datepicker [ data - v - 6945512 ] . mx - range - wrapper . mx - calendar - content . mx - panel . cell . actived { border - radius : var ( -- border - radius ) 0 0 var ( -- border - radius ) } . mx - datepicker [ data - v - 6945512 ] . mx - range - wrapper . mx - calendar - content . mx - panel . cell . inrange + . ce
2019-06-04 14:50:12 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /
2019-10-13 19:26:09 +03:00
t . exports = function ( t ) { return null != t && null != t . constructor && "function" == typeof t . constructor . isBuffer && t . constructor . isBuffer ( t ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 4 ) , i = n ( 71 ) , o = n ( 107 ) , a = n ( 108 ) , s = n ( 76 ) ; function c ( t ) { this . defaults = t , this . interceptors = { request : new o , response : new o } } c . prototype . request = function ( t ) { "string" == typeof t ? ( t = arguments [ 1 ] || { } ) . url = arguments [ 0 ] : t = t || { } , ( t = s ( this . defaults , t ) ) . method = t . method ? t . method . toLowerCase ( ) : "get" ; var e = [ a , void 0 ] , n = Promise . resolve ( t ) ; for ( this . interceptors . request . forEach ( ( function ( t ) { e . unshift ( t . fulfilled , t . rejected ) } ) ) , this . interceptors . response . forEach ( ( function ( t ) { e . push ( t . fulfilled , t . rejected ) } ) ) ; e . length ; ) n = n . then ( e . shift ( ) , e . shift ( ) ) ; return n } , c . prototype . getUri = function ( t ) { return t = s ( this . defaults , t ) , i ( t . url , t . params , t . paramsSerializer ) . replace ( /^\?/ , "" ) } , r . forEach ( [ "delete" , "get" , "head" , "options" ] , ( function ( t ) { c . prototype [ t ] = function ( e , n ) { return this . request ( r . merge ( n || { } , { method : t , url : e } ) ) } } ) ) , r . forEach ( [ "post" , "put" , "patch" ] , ( function ( t ) { c . prototype [ t ] = function ( e , n , i ) { return this . request ( r . merge ( i || { } , { method : t , url : e , data : n } ) ) } } ) ) , t . exports = c } , function ( t , e , n ) { "use strict" ; var r = n ( 4 ) ; function i ( ) { this . handlers = [ ] } i . prototype . use = function ( t , e ) { return this . handlers . push ( { fulfilled : t , rejected : e } ) , this . handlers . length - 1 } , i . prototype . eject = function ( t ) { this . handlers [ t ] && ( this . handlers [ t ] = null ) } , i . prototype . forEach = function ( t ) { r . forEach ( this . handlers , ( function ( e ) { null !== e && t ( e ) } ) ) } , t . exports = i } , function ( t , e , n ) { "use strict" ; var r = n ( 4 ) , i = n ( 109 ) , o = n ( 72 ) , a = n ( 73 ) , s = n ( 117 ) , c = n ( 118 ) ; function u ( t ) { t . cancelToken && t . cancelToken . throwIfRequested ( ) } t . exports = function ( t ) { return u ( t ) , t . baseURL && ! s ( t . url ) && ( t . url = c ( t . baseURL , t . url ) ) , t . headers = t . headers || { } , t . data = i ( t . data , t . headers , t . transformRequest ) , t . headers = r . merge ( t . headers . common || { } , t . headers [ t . method ] || { } , t . headers || { } ) , r . forEach ( [ "delete" , "get" , "head" , "post" , "put" , "patch" , "common" ] , ( function ( e ) { delete t . headers [ e ] } ) ) , ( t . adapter || a . adapter ) ( t ) . then ( ( function ( e ) { return u ( t ) , e . data = i ( e . data , e . headers , t . transformResponse ) , e } ) , ( function ( e ) { return o ( e ) || ( u ( t ) , e && e . response && ( e . response . data = i ( e . response . data , e . response . headers , t . transformResponse ) ) ) , Promise . reject ( e ) } ) ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 4 ) ; t . exports = function ( t , e , n ) { return r . forEach ( n , ( function ( n ) { t = n ( t , e ) } ) ) , t } } , function ( t , e ) { var n , r , i = t . exports = { } ; function o ( ) { throw new Error ( "setTimeout has not been defined" ) } function a ( ) { throw new Error ( "clearTimeout has not been defined" ) } function s ( t ) { if ( n === setTimeout ) return setTimeout ( t , 0 ) ; if ( ( n === o || ! n ) && setTimeout ) return n = setTimeout , setTimeout ( t , 0 ) ; try { return n ( t , 0 ) } catch ( e ) { try { return n . call ( null , t , 0 ) } catch ( e ) { return n . call ( this , t , 0 ) } } } ! function ( ) { try { n = "function" == typeof setTimeout ? setTimeout : o } catch ( t ) { n = o } try { r = "function" == typeof clearTimeout ? clearTimeout : a } catch ( t ) { r = a } } ( ) ; var c , u = [ ] , l = ! 1 , d = - 1 ; function f ( ) { l && c && ( l = ! 1 , c . length ? u = c . concat ( u ) : d = - 1 , u . length && p ( ) ) } function p ( ) { if ( ! l ) { var t = s ( f ) ; l = ! 0 ; for ( var e = u . length ; e ; ) { for ( c = u , u = [ ] ; ++ d < e ; ) c && c [ d ] . run ( ) ; d = - 1 , e = u . length } c = null , l = ! 1 , function ( t ) { if ( r === clearTimeout ) return clearTimeout ( t ) ; if ( ( r === a || ! r ) && clearTimeout ) return r = clearTimeout , clearTimeout ( t ) ; try { r ( t ) } catch ( e ) { try { return r . call ( null , t ) } catch ( e ) { return r . call ( this , t ) } } } ( t ) } } function h ( t , e ) { this . fun = t , this . array = e } function v ( ) { } i . nextTick = function ( t ) { var e = new Array ( arguments . length - 1 ) ; if ( arguments . length > 1 ) for ( var n = 1 ; n < arguments . length ; n ++ ) e [ n - 1 ] = arguments [ n ] ; u . push ( new h ( t , e ) ) , 1 !== u . length || l || s ( p ) } , h . prototype . run = function ( ) { this . fun . apply ( null , this . array ) } , i . title = "browser" , i . browser = ! 0 , i . env = { } , i . argv = [ ] , i . version = "" , i . versions = { } , i . on = v , i . addListener = v , i . once = v , i . off = v , i . removeListener = v , i . removeAllListeners = v , i . emit = v , i . prependListener = v , i . prependOnceListener = v , i . listeners = function ( t ) { return [ ] } , i . binding = function ( t ) { throw new Error ( "process.binding is not supported" ) } , i . cwd = function ( ) { return "/" } , i . chdir = function ( t ) { throw new Error ( "process.chdir is not supported" ) } , i . umask = function ( ) { return 0 } } , function ( t , e , n ) { "use strict" ; var r = n ( 4 ) ; t . exports = function ( t , e ) { r . forEach ( t , ( function ( n , r ) { r !== e && r . toUpperC
2019-06-04 14:50:12 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
2019-10-13 19:26:09 +03:00
* / t . e x p o r t s = f u n c t i o n ( t ) { r e t u r n n u l l ! = t & & ( n ( t ) | | f u n c t i o n ( t ) { r e t u r n " f u n c t i o n " = = t y p e o f t . r e a d F l o a t L E & & " f u n c t i o n " = = t y p e o f t . s l i c e & & n ( t . s l i c e ( 0 , 0 ) ) } ( t ) | | ! ! t . _ i s B u f f e r ) } } , 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 ( 2 9 ) ; n . n ( r ) . a } , f u n c t i o n ( t , e , n ) { e = t . e x p o r t s = n ( 1 ) ( ! 1 ) ; v a r r = n ( 9 ) , i = r ( n ( 1 0 ) ) , o = r ( n ( 1 1 ) ) , a = r ( n ( 1 2 ) ) , s = r ( n ( 1 3 ) ) ; e . 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 " ; s r c : u r l ( ' + i + " ) ; s r c : u r l ( " + i + ' ) 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 ( ' + o + ' ) f o r m a t ( " w o f f " ) , u r l ( ' + a + ' ) f o r m a t ( " t r u e t y p e " ) , u r l ( ' + s + ' ) f o r m a t ( " s v g " ) } . i c o n [ d a t a - v - 6 0 1 5 a 0 9 2 ] { 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 - 6 0 1 5 a 0 9 2 ] : 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 " ; 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 - 6 0 1 5 a 0 9 2 ] : 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 " ; 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 - 6 0 1 5 a 0 9 2 ] : 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 " ; 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 - 6 0 1 5 a 0 9 2 ] : 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 " ; c o n t e n t : " " } . i c o n . c l o s e [ d a t a - v - 6 0 1 5 a 0 9 2 ] : 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 " ; c o n t e n t : " " } . i c o n . c o n f i r m - f a d e [ d a t a - v - 6 0 1 5 a 0 9 2 ] : 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 " ; c o n t e n t : " " } . i c o n . c o n f i r m [ d a t a - v - 6 0 1 5 a 0 9 2 ] : 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 " ; c o n t e n t : " " } . i c o n . m e n u [ d a t a - v - 6 0 1 5 a 0 9 2 ] : 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 " ; c o n t e n t : " " } . i c o n . m o r e [ d a t a - v - 6 0 1 5 a 0 9 2 ] : 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 " ; c o n t e n t : " " } . i c o n . p a u s e [ d a t a - v - 6 0 1 5 a 0 9 2 ] : 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 " ; c o n t e n t : " " } . i c o n . p l a y [ d a t a - v - 6 0 1 5 a 0 9 2 ] : 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 " ; c o n t e n t : " " } . a v a t a r d i v [ d a t a - v - 6 0 1 5 a 0 9 2 ] { 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 v a t a r d i v - - u n k n o w n [ d a t a - v - 6 0 1 5 a 0 9 2 ] { p o s i t i o n : r e l a t i v e ; b a c k g r o u n d - c o l o r : v a r ( - - c o l o r - t e x t - m a x c o n t r a s t ) } . a v a t a r d i v - - w i t h - m e n u [ d a t a - v - 6 0 1 5 a 0 9 2 ] { c u r s o r : p o i n t e r } . a v a t a r d i v - - w i t h - m e n u . i c o n - m o r e [ d a t a - v - 6 0 1 5 a 0 9 2 ] { p o s i t i o n : a b s o l u t e ; t o p : 0 ; l e f t : 0 ; 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 ; w i d t h : i n h e r i t ; h e i g h t : i n h e r i t ; c u r s o r : p o i n t e r ; o p a c i t y : 0 ; b a c k g r o u n d : n o n e ; f o n t - s i z e : 1 8 p x } . a v a t a r d i v - - w i t h - m e n u . i c o n - m o r e [ d a t a - v - 6 0 1 5 a 0 9 2 ] : 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 " ; 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 v a t a r d i v - - w i t h - m e n u . i c o n - m o r e [ d a t a - v - 6 0 1 5 a 0 9 2 ] : : b e f o r e { d i s p l a y : b l o c k } . a v a t a r d i v - - w i t h - m e n u : f o c u s . i c o n - m o r e [ d a t a - v - 6 0 1 5 a 0 9 2 ] , . a v a t a r d i v - - w i t h - m e n u : h o v e r . i c o n - m o r e [ d a t a - v - 6 0 1 5 a 0 9 2 ] { o p a c i t y : 1 } . a v a t a r d i v - - w i t h - m e n u : f o c u s i m g [ d a t a - v - 6 0 1 5 a 0 9 2 ] , . a v a t a r d i v - - w i t h - m e n u : h o v e r i m g [ d a t a - v - 6 0 1 5 a 0 9 2 ] { o p a c i t y : 0 } . a v a t a r d i v - - w i t h - m e n u . i c o n - m o r e [ d a t a - v - 6 0 1 5 a 0 9 2 ] , . a v a t a r d i v - - w i t h - m e n u i m g [ d a t a - v - 6 0 1 5 a 0 9 2 ] { t r a n s i t i o n : o p a c i t y v a r ( - - a n i m a t i o n - q u i c k ) } . a v a t a r d i v > . u n k n o w n [ d a t a - v - 6 0 1 5 a 0 9 2 ] { p o s i t i o n : a b s o l u t e ; t o p : 0 ; l e f t : 0 ; d i s p l a y : b l o c k ; w i d t h : 1 0 0 % ; t e x t - a l i g n : c e n t e r ; c o l o r : v a r ( - - c o l o r - m a i n - b a c k g r o u n d ) } . a v a t a r d i v i m g [ d a t a - v - 6 0 1 5 a 0 9 2 ] { w i d t h : 1 0 0 % ; h e i g h t : 1 0 0 % } . a v a t a r d i v . a v a t a r d i v _ _ s t a t u s [ d a t a - v - 6 0 1 5 a 0 9 2 ] { p o s i t i o n : a b s o l u t e ; t o p : 2 2 p x ; l e f t : 2 2 p x ; w i d t h : 1 0 p x ; h e i g h t : 1 0 p x ; b o r d e r : 1 p x s o l i d r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 5 ) ; b a c k g r o u n d - c l i p : c o n t e n t - b o x } . a v a t a r d i v . a v a t a r d i v _ _ s t a t u s - - p o s i t i v e [ d a t a - v - 6 0 1 5 a 0 9 2 ] { b o r d e r - r a d i u s : 5 0 % ; b a c k g r o u n d - c o l o r : v a r ( - - c o l o r - s u c c e s s ) } . a v a t a r d i v . a v a t a r d i v _ _ s t a t u s - - n e g a t i v e [ d a t a - v - 6 0 1 5 a 0 9 2 ] { b a c k g r o u n d - c o l o r : v a r ( - - c o l o r - e r r o r ) } . a v a t a r d i v . a v a t a r d i v _ _ s t a t u s - - n e u t r a l [ d a t a - v - 6 0 1 5 a 0 9 2 ] { b o r d e r : n o n e ; 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 ! i m p o r t a n t } . a v a t a r d i v . a v a t a r d i v _ _ s t a t u s - - n e u t r a l s v g [ d a t a - v - 6 0 1 5 a 0 9 2 ] { p o s i t i o n : a b s o l u t e ; t o p : - 3 p x ; l e f t : - 2 p x } . a v a t a r d i v . a v a t a r d i v _ _ s t a t u s - - n e u t r a l s v g p a t h [ d a t a - v - 6 0 1 5 a 0 9 2 ] { f i l l : # a a a } . a v a t a r d i v . p o p o v e r m e n u - w r a p p e r [ d a t a - v - 6 0 1 5 a 0 9 2 ] { 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 v a t a r d i v . p o p o v e r m e n u [ d a t a - v - 6 0 1 5 a 0 9 2 ] { d i s p l a y : b l o c k ; m a r g i n : 0 ; f o n t - s i z e : i n i t i a l } \ n ' , " " ] ) } , f u n c t i o n ( t , e ) { f u n c t i o n n ( t ) { r e t u r n ( n = " f u n c t i o n " = = t y p e o f S y m b o l & & " s y m b o l " = = t y p e o f S y m b o l . i t e r a t o r ? f u n c t i o n ( t ) { r e t u r n t y p e o f t } : f u n c t i o n ( t ) { r e t u r n t & & " f u n c t i o n " = = t y p e o f S y m b o l & & t . c o n s t r u c t o r = = = S y m b o l & & t ! = = S y m b o l . p r o t o t y p e ? " s y m b o l " : t y p e o f t } ) ( t ) } f u n c t i o n r ( e ) { r e t u r n " f u n c t i o n " = = t y p e o f S y m b o l & & " s y m b o l " = = = n ( S y m b o l . i t e r a t o r ) ? t . e x p o r t s = r = f u n c t i o n ( t ) { r e t u r n n ( t ) } : t . e x p o r t s = r = f u n c t i o n ( t ) { r e t u r n t & & " f u n c t i o n " = = t y p e o f S y m b o l & & t . c o n s t r u c t o r = = = S y m b o l & & t ! = = S y m b o l . p r o t o t y p e ? " s y m b o l " : n ( t ) } , r ( e ) } t . e x p o r t s = r } , f u n c t i o n ( t , e , n ) { t . e x p o r t s = f u n c t i o n ( t ) { f u n c t i o n e ( r ) { i f ( n [ r ] ) r e t u r n n [ r ] . e x p o r t s ; v a r i = n [ r ] = { i : r , l : ! 1
2019-06-04 14:50:12 +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/>.
*
* /
e . default = { data : function ( ) { return { isFullscreen : this . _isFullscreen ( ) } } , beforeMount : function ( ) { window . addEventListener ( "resize" , this . _onResize ) } , beforeDestroy : function ( ) { window . removeEventListener ( "resize" , this . _onResize ) } , methods : { _onResize : function ( ) { this . isFullscreen = this . _isFullscreen ( ) } , _isFullscreen : function ( ) { return window . outerHeight === screen . height } } } } , function ( t , e , n ) { "use strict" ; n . r ( e ) ,
/ * *
* @ 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/>.
*
* /
2019-10-13 19:26:09 +03:00
e . default = { data : function ( ) { return { isMobile : this . _isMobile ( ) } } , beforeMount : function ( ) { window . addEventListener ( "resize" , this . _onResize ) } , beforeDestroy : function ( ) { window . removeEventListener ( "resize" , this . _onResize ) } , methods : { _onResize : function ( ) { this . isMobile = this . _isMobile ( ) } , _isMobile : function ( ) { return document . documentElement . clientWidth < 768 } } } } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 23 ) , i = n ( 125 ) , o = n . n ( i ) , a = n ( 34 ) , s = n . n ( a ) , c = { methods : { highlightText : function ( t , e ) { return e . length ? t . replace ( new RegExp ( e , "gi" ) , "<strong>" . concat ( e , "</strong>" ) ) : t } } } , u = { name : "AvatarSelectOption" , components : { Avatar : n ( 66 ) . default } , mixins : [ c ] , props : { desc : { type : String , default : "" } , displayName : { type : String , required : ! 0 } , icon : { type : String , default : "" } , user : { type : String , default : "" } , isNoUser : { type : Boolean , default : ! 1 } , search : { type : String , default : "" } } , computed : { highlightedDisplayName : function ( ) { return this . highlightText ( s ( ) ( this . displayName ) , this . search ) } , highlightedDesc : function ( ) { return this . highlightText ( s ( ) ( this . desc ) , this . search ) } } } , l = ( n ( 182 ) , n ( 0 ) ) , d = n ( 92 ) , f = n . n ( d ) , p = Object ( l . a ) ( u , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "span" , { staticClass : "option" } , [ n ( "Avatar" , { staticClass : "option__avatar" , attrs : { "display-name" : t . displayName , user : t . user , "is-no-user" : t . isNoUser , "disable-menu" : ! 0 , "disable-tooltip" : ! 0 } } ) , t . _v ( " " ) , n ( "div" , { staticClass : "option__desc" } , [ n ( "span" , { staticClass : "option__desc--lineone" , domProps : { innerHTML : t . _s ( t . highlightedDisplayName ) } } ) , t . _v ( " " ) , "" !== t . desc ? n ( "span" , { staticClass : "option__desc--linetwo" , domProps : { innerHTML : t . _s ( t . highlightedDesc ) } } ) : t . _e ( ) ] ) , t . _v ( " " ) , "" !== t . icon ? n ( "span" , { staticClass : "icon option__icon" , class : t . icon } ) : t . _e ( ) ] , 1 ) } ) , [ ] , ! 1 , null , "30d8da34" , null ) ; "function" == typeof f . a && f ( ) ( p ) ; var h = p . exports , v = { name : "EllipsisedOption" , mixins : [ c ] , props : { option : { type : [ String , Object ] , required : ! 0 , default : "" } , label : { type : String , default : "" } , search : { type : String , default : "" } } , computed : { name : function ( ) { return this . $parent . getOptionLabel ( this . option ) } , needsTruncate : function ( ) { return this . name && this . name . length >= 10 } , part1 : function ( ) { if ( this . needsTruncate ) { var t = Math . min ( Math . floor ( this . name . length / 2 ) , 10 ) ; return this . name . substr ( 0 , this . name . length - t ) } return this . name } , part2 : function ( ) { if ( this . needsTruncate ) { var t = Math . min ( Math . floor ( this . name . length / 2 ) , 10 ) ; return this . name . substr ( this . name . length - t ) } return "" } , highlightedPart1 : function ( ) { return this . highlightText ( s ( ) ( this . part1 ) , this . search ) } , highlightedPart2 : function ( ) { return this . highlightText ( s ( ) ( this . part2 ) , this . search ) } } } , m = ( n ( 184 ) , Object ( l . a ) ( v , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "div" , { staticClass : "name-parts" , attrs : { title : t . name } } , [ n ( "span" , { staticClass : "name-parts__first" , domProps : { innerHTML : t . _s ( t . highlightedPart1 ) } } ) , t . _v ( " " ) , t . part2 ? n ( "span" , { staticClass : "name-parts__last" , domProps : { innerHTML : t . _s ( t . highlightedPart2 ) } } ) : t . _e ( ) ] ) } ) , [ ] , ! 1 , null , "c4325954" , null ) . exports ) , g = n ( 7 ) , A = n ( 126 ) , y = { name : "Multiselect" , components : { AvatarSelectOption : h , EllipsisedOption : m , VueMultiselect : n . n ( A ) . a } , directives : { tooltip : g . default } , inheritAttrs : ! 1 , props : { value : { default : function ( ) { return [ ] } } , multiple : { type : Boolean , default : ! 1 } , limit : { type : Number , default : 99999 } , label : { type : String , default : "" } , trackBy : { type : String , default : "" } , userSelect : { type : Boolean , default : ! 1 } , loading : { type : Boolean , default : ! 1 } , autoLimit : { type : Boolean , default : ! 0 } , tagWidth : { type : Number , default : 150 , validator : function ( t ) { return t > 0 } } } , data : function ( ) { return { elWidth : 0 } } , computed : { maxOptions : function ( ) { if ( this . autoLimit && this . elWidth > 0 && 0 !== this . tagWidth ) { var t = Math . floor ( this . elWidth / this . tagWidth ) ; return t > 0 ? t : 1 } return this . limit ? this . limit : 9999 } , limitString : function ( ) { return "+" . concat ( this . value . length - this . maxOptions ) } } , watch : { value : function ( ) { this . updateWidth ( ) } } , mounted : function ( ) { this . updateWidth ( ) , window . addEventListener ( "resize" , this . updateWidth ) } , beforeDestroy : function ( ) { window . removeEventListener ( "resize" , this . updateWidth ) } , methods : { formatLimitTitle : function ( t ) { var e = this ; if ( Array . isArray ( t ) && t . length > 0 ) { var n = t ; return "object" === o ( ) ( t [ 0 ] ) && ( n = t . map ( ( function ( t ) { return
2019-05-17 10:49:47 +03:00
/ * *
2019-06-03 13:44:03 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-05-17 10:49:47 +03:00
*
* @ 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
2019-06-04 14:50:12 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
* /
2019-10-13 19:26:09 +03:00
Object ( r . a ) ( w ) , e . default = w } , function ( e , n , r ) { "use strict" ; r . r ( n ) ; var i = r ( 23 ) , o = r ( 40 ) , a = r . n ( o ) , s = r ( 30 ) , c = r ( 67 ) , u = r ( 7 ) ;
2019-08-07 18:08:12 +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/>.
*
2019-10-13 19:26:09 +03:00
* / f u n c t i o n l ( t , e ) { v a r n , r , i , o = e ; t h i s . s t a r t = f u n c t i o n ( ) { i = ! 0 , r = n e w D a t e , n = s e t T i m e o u t ( t , o ) } , t h i s . p a u s e = f u n c t i o n ( ) { i = ! 1 , c l e a r T i m e o u t ( n ) , o - = n e w D a t e - r } , t h i s . c l e a r = f u n c t i o n ( ) { i = ! 1 , c l e a r T i m e o u t ( n ) , o = 0 } , t h i s . g e t T i m e L e f t = f u n c t i o n ( ) { r e t u r n i & & ( t h i s . p a u s e ( ) , t h i s . s t a r t ( ) ) , o } , t h i s . g e t S t a t e R u n n i n g = f u n c t i o n ( ) { r e t u r n i } , t h i s . s t a r t ( ) } v a r d = { n a m e : " M o d a l " , c o m p o n e n t s : { A c t i o n s : s . d e f a u l t , A c t i o n B u t t o n : c . d e f a u l t } , d i r e c t i v e s : { t o o l t i p : u . d e f a u l t } , p r o p s : { t i t l e : { t y p e : S t r i n g , d e f a u l t : " " } , h a s P r e v i o u s : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , h a s N e x t : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , o u t T r a n s i t i o n : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , e n a b l e S l i d e s h o w : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , c l e a r V i e w D e l a y : { t y p e : N u m b e r , d e f a u l t : 5 e 3 } , s l i d e s h o w D e l a y : { t y p e : N u m b e r , d e f a u l t : 3 e 3 } , s l i d e s h o w P a u s e d : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , e n a b l e S w i p e : { t y p e : B o o l e a n , d e f a u l t : ! 0 } , s p r e a d N a v i g a t i o n : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , s i z e : { t y p e : S t r i n g , d e f a u l t : " n o r m a l " , v a l i d a t o r : f u n c t i o n ( t ) { r e t u r n - 1 ! = = [ " n o r m a l " , " l a r g e " , " f u l l " ] . i n d e x O f ( t ) } } , c a n C l o s e : { t y p e : B o o l e a n , d e f a u l t : ! 0 } } , d a t a : f u n c t i o n ( ) { r e t u r n { m c : n u l l , s h o w M o d a l : ! 1 , c l e a r V i e w : ! 1 , c l e a r V i e w T i m e o u t : n u l l , p l a y i n g : ! 1 , s l i d e s h o w T i m e o u t : n u l l } } , c o m p u t e d : { m o d a l T r a n s i t i o n N a m e : f u n c t i o n ( ) { r e t u r n " m o d a l - " . c o n c a t ( t h i s . o u t T r a n s i t i o n ? " o u t " : " i n " ) } , p l a y P a u s e T i t l e : f u n c t i o n ( ) { r e t u r n t h i s . p l a y i n g ? t ( " c o r e " , " P a u s e s l i d e s h o w " ) : t ( " c o r e " , " S t a r t s l i d e s h o w " ) } } , w a t c h : { s l i d e s h o w P a u s e d : f u n c t i o n ( t ) { t h i s . s l i d e s h o w T i m e o u t & & ( t ? t h i s . s l i d e s h o w T i m e o u t . p a u s e ( ) : t h i s . s l i d e s h o w T i m e o u t . s t a r t ( ) ) } } , b e f o r e M o u n t : f u n c t i o n ( ) { w i n d o w . a d d E v e n t L i s t e n e r ( " k e y d o w n " , t h i s . h a n d l e K e y d o w n ) } , b e f o r e D e s t r o y : f u n c t i o n ( ) { w i n d o w . r e m o v e E v e n t L i s t e n e r ( " k e y d o w n " , t h i s . h a n d l e K e y d o w n ) } , m o u n t e d : f u n c t i o n ( ) { v a r t = t h i s ; t h i s . s h o w M o d a l = ! 0 , t h i s . h a n d l e M o u s e M o v e ( ) , t h i s . m c = n e w a . a ( t h i s . $ r e f s . m a s k ) , t h i s . m c . o n ( " s w i p e l e f t s w i p e r i g h t " , ( f u n c t i o n ( e ) { t . h a n d l e S w i p e ( e ) } ) ) , d o c u m e n t . b o d y . i n s e r t B e f o r e ( t h i s . $ e l , d o c u m e n t . b o d y . l a s t C h i l d ) } , u n m o u n t e d : f u n c t i o n ( ) { t h i s . m c . o f f ( " s w i p e l e f t s w i p e r i g h t " ) , t h i s . m c . d e s t r o y ( ) } , m e t h o d s : { p r e v i o u s : f u n c t i o n ( t ) { t h i s . h a s P r e v i o u s & & ( t & & t h i s . r e s e t S l i d e s h o w ( ) , t h i s . $ e m i t ( " p r e v i o u s " , t ) ) } , n e x t : f u n c t i o n ( t ) { t h i s . h a s N e x t & & ( t & & t h i s . r e s e t S l i d e s h o w ( ) , t h i s . $ e m i t ( " n e x t " , t ) ) } , c l o s e : f u n c t i o n ( t ) { v a r e = t h i s ; t h i s . c a n C l o s e & & ( t h i s . s h o w M o d a l = ! 1 , s e t T i m e o u t ( ( f u n c t i o n ( ) { e . $ e m i t ( " c l o s e " , t ) } ) , 3 0 0 ) ) } , h a n d l e K e y d o w n : f u n c t i o n ( t ) { s w i t c h ( t . k e y C o d e ) { c a s e 3 7 : t h i s . p r e v i o u s ( t ) ; b r e a k ; c a s e 1 3 : c a s e 3 9 : t h i s . n e x t ( t ) ; b r e a k ; c a s e 2 7 : t h i s . c l o s e ( t ) } } , h a n d l e S w i p e : f u n c t i o n ( t ) { t h i s . e n a b l e S w i p e & & ( " s w i p e l e f t " = = = t . t y p e ? t h i s . n e x t ( t ) : " s w i p e r i g h t " = = = t . t y p e & & t h i s . p r e v i o u s ( t ) ) } , h a n d l e M o u s e M o v e : f u n c t i o n ( ) { v a r t = t h i s ; t h i s . c l e a r V i e w D e l a y > 0 & & ( t h i s . c l e a r V i e w = ! 1 , c l e a r T i m e o u t ( t h i s . c l e a r V i e w T i m e o u t ) , t h i s . c l e a r V i e w T i m e o u t = s e t T i m e o u t ( ( f u n c t i o n ( ) { t . c l e a r V i e w = ! 0 } ) , t h i s . c l e a r V i e w D e l a y ) ) } , t o g g l e P l a y P a u s e : f u n c t i o n ( ) { t h i s . p l a y i n g = ! t h i s . p l a y i n g , t h i s . p l a y i n g ? t h i s . h a n d l e S l i d e s h o w ( ) : t h i s . c l e a r S l i d e s h o w T i m e o u t ( ) } , r e s e t S l i d e s h o w : f u n c t i o n ( ) { t h i s . p l a y i n g = ! t h i s . p l a y i n g , t h i s . c l e a r S l i d e s h o w T i m e o u t ( ) , t h i s . $ n e x t T i c k ( ( f u n c t i o n ( ) { t h i s . t o g g l e P l a y P a u s e ( ) } ) ) } , h a n d l e S l i d e s h o w : f u n c t i o n ( ) { v a r t = t h i s ; t h i s . p l a y i n g = ! 0 , t h i s . h a s N e x t ? t h i s . s l i d e s h o w T i m e o u t = n e w l ( ( f u n c t i o n ( ) { t . n e x t ( ) , t . h a n d l e S l i d e s h o w ( ) } ) , t h i s . s l i d e s h o w D e l a y ) : ( t h i s . p l a y i n g = ! 1 , t h i s . c l e a r S l i d e s h o w T i m e o u t ( ) ) } , c l e a r S l i d e s h o w T i m e o u t : f u n c t i o n ( ) { t h i s . s l i d e s h o w T i m e o u t & & t h i s . s l i d e s h o w T i m e o u t . c l e a r ( ) } } } , f = ( r ( 1 8 0 ) , r ( 0 ) ) , p = r ( 9 1 ) , h = r . n ( p ) , v = O b j e c t ( f . a ) ( d , ( 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 ( " t r a n s i t i o n " , { a t t r s : { n a m e : " f a d e " } } , [ n ( " d i v " , { r e f : " m a s k " , s t a t i c C l a s s : " m o d a l - m a s k " , o n : { c l i c k : t . h a n d l e M o u s e M o v e , m o u s e m o v e : t . h a n d l e M o u s e M o v e , t o u c h m o v e : t . h a n d l e M o u s e M o v e } } , [ n ( " t r a n s i t i o n " , { a t t r s : { n a m e : " f a d e - v i s i b i l i t y " } } , [ n ( " d i v " , { d i r e c t i v e s : [ { n a m e : " s h o w " , r a w N a m e : " v - s h o w " , v a l u e : ! t . c l e a r V i e w , e x p r e s s i o n : " ! c l e a r V i e w " } ] , s t a t i c C l a s s : " m o d a l - h e a d e r " , c l a s s : { i n v i s i b l e : t . c l e a r V i e w } } , [ " " ! = = t . t i t l e . t r i m ( ) ? n ( " d i v " , { s t a t i c C l a s s : " m o d a l - t i t l e " } , [ t . _ v ( " \ n \ t \ t \ t \ t \ t " + t . _ s ( t . t i t l e ) + " \ n \ t \ t \ t \ t " ) ] ) : t . _ e ( ) , t . _ v ( " " ) , n ( " d i v " , { s t a t i c C l a s s : " i c o n s - m e n u " } , [ n ( " A c t i o n s " , { s t a t i c C l a s s : " h e a d e r - a c t i o n s " } , [ t . _ t ( " a c t i o n s " ) ] , 2 ) , t . _ v ( " " ) , t . h a s N e x t & & t . e n a b l e S l i d e s h o w ? n ( " b u t t o n " , { d i r e c t i v e s : [ { n a m e : " t o o l t i p " , r a w N a m e : " v - t o o l t i p . a u t o " , v a l u e : t . p l a y P a u s e T i t l e , e x p r e s s i o n : " p l a y P a u s e T i t l e " , m o d i f i e r s : { a u t o : ! 0 } } ] , s t a t i c C l a s s : " p l a y - p a u s e " , c l a s s : { "
2019-08-07 18:08:12 +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/>.
*
* /
2019-10-13 19:26:09 +03:00
Object ( i . a ) ( m ) , n . default = m } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 5 ) , i = n ( 8 ) , o = { name : "ActionCheckbox" , mixins : [ r . a ] , props : { id : { type : String , default : function ( ) { return "action-" + Object ( i . a ) ( ) } , validator : function ( t ) { return "" !== t . trim ( ) } } , checked : { type : Boolean , default : ! 1 } , value : { type : [ String , Number ] , default : "" } , disabled : { type : Boolean , default : ! 1 } } , computed : { isFocusable : function ( ) { return ! this . disabled } } , methods : { checkInput : function ( t ) { this . $refs . label . click ( ) } , onChange : function ( t ) { this . $emit ( "update:checked" , this . $refs . checkbox . checked ) , this . $emit ( "change" , t ) , this . $refs . checkbox . checked ? this . $emit ( "check" ) : this . $emit ( "uncheck" ) } } } , a = ( n ( 150 ) , n ( 0 ) ) , s = n ( 85 ) , c = n . n ( s ) , u = Object ( a . a ) ( o , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { class : { "action--disabled" : t . disabled } } , [ n ( "span" , { staticClass : "action-checkbox" } , [ n ( "input" , { ref : "checkbox" , staticClass : "checkbox action-checkbox__checkbox" , class : { focusable : t . isFocusable } , attrs : { id : t . id , disabled : t . disabled , type : "checkbox" } , domProps : { checked : t . checked , value : t . value } , on : { keydown : function ( e ) { return ! e . type . indexOf ( "key" ) && t . _k ( e . keyCode , "enter" , 13 , e . key , "Enter" ) ? null : e . ctrlKey || e . shiftKey || e . altKey || e . metaKey ? null : ( e . preventDefault ( ) , t . checkInput ( e ) ) } , change : t . onChange } } ) , t . _v ( " " ) , n ( "label" , { ref : "label" , staticClass : "action-checkbox__label" , attrs : { for : t . id } } , [ t . _v ( t . _s ( t . text ) ) ] ) , t . _v ( " " ) , t . _e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , null , "e8e451cc" , null ) ; "function" == typeof c . a && c ( ) ( u ) ; var l = u . exports ; n . d ( e , "ActionCheckbox" , ( function ( ) { return l } ) ) ,
/ * *
* @ 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/>.
*
* /
e . default = l } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 5 ) , i = n ( 8 ) , o = { name : "ActionInput" , components : { DatetimePicker : n ( 68 ) . default } , mixins : [ r . a ] , props : { id : { type : String , default : function ( ) { return "action-" + Object ( i . a ) ( ) } , validator : function ( t ) { return "" !== t . trim ( ) } } , icon : { type : String , default : "" , required : ! 0 } , type : { type : String , default : "text" , validator : function ( t ) { return [ "date" , "datetime-local" , "month" , "number" , "password" , "search" , "tel" , "text" , "time" , "url" , "week" ] . indexOf ( t ) > - 1 } } , value : { type : String , default : "" } , disabled : { type : Boolean , default : ! 1 } } , computed : { isIconUrl : function ( ) { try { return new URL ( this . icon ) } catch ( t ) { return ! 1 } } , isDatePickerType : function ( ) { switch ( this . type ) { case "date" : case "month" : case "time" : return this . type ; case "datetime-local" : return "datetime" } return ! 1 } , isFocusable : function ( ) { return ! this . disabled } } , methods : { onLeave : function ( ) { this . $refs . datetimepicker && this . $refs . datetimepicker . $refs . datepicker && this . $refs . datetimepicker . $refs . datepicker . closePopup ( ) } , onInput : function ( t ) { this . $emit ( "input" , t ) , this . $emit ( "update:value" , t . target ? t . target . value : t ) } , onSubmit : function ( t ) { if ( t . preventDefault ( ) , t . stopPropagation ( ) , this . disabled ) return ! 1 ; this . $emit ( "submit" , t ) } , onChange : function ( t ) { this . $emit ( "change" , t ) } } } , a = ( n ( 152 ) , n ( 0 ) ) , s = n ( 86 ) , c = n . n ( s ) , u = Object ( a . a ) ( o , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { class : { "action--disabled" : t . disabled } } , [ n ( "span" , { staticClass : "action-input" , class : { "action-input--picker" : t . isDatePickerType , "action-input-picker--disabled" : t . disabled } , on : { mouseleave : t . onLeave } } , [ n ( "span" , { staticClass : "action-input__icon" , class : [ t . isIconUrl ? "action-input__icon--url" : t . icon ] , style : { backgroundImage : t . isIconUrl ? "url(" + t . icon + ")" : null } } ) , t . _v ( " " ) , n ( "form" , { ref : "form" , staticClass : "action-input__form" , attrs : { disabled : t . disabled } , on : { submit : function ( e ) { return e . preventDefault ( ) , t . onSubmit ( e ) } } } , [ t . isDatePickerType ? n ( "DatetimePicker" , t . _b ( { ref : "datetimepicker" , staticClass : "action-input__picker" , attrs : { value : t . value , placeholder : t . text , disabled : t . disabled , type : t . isDatePickerType , "input-class" : [ "mx-input" , { focusable : t . isFocusable } ] } , on : { input : t . onInput , change : t . onChange } } , "DatetimePicker" , t . $attrs , ! 1 ) ) : [ n ( "input" , { staticClass : "action-input__submit" , attrs : { id : t . id , type : "submit" } } ) , t . _v ( " " ) , n ( "input" , t . _b ( { staticClass : "action-input__input" , class : { focusable : t . isFocusable } , attrs : { type : t . type , placeholder : t . text , disabled : t . disabled } , domProps : { value : t . value } , on : { input : t . onInput , change : t . onChange } } , "input" , t . $attrs , ! 1 ) ) , t . _v ( " " ) , n ( "label" , { directives : [ { name : "show" , rawName : "v-show" , value : ! t . disabled , expression : "!disabled" } ] , staticClass : "action-input__label" , attrs : { for : t . id } } ) ] ] , 2 ) ] ) ] ) } ) , [ ] , ! 1 , null , "e093ae26" , null ) ; "function" == typeof c . a && c ( ) ( u ) ; var l = u . exports ; n . d ( e , "ActionInput" , ( function ( ) { return l } ) ) ,
2019-08-07 18:08:12 +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/>.
*
* /
2019-10-13 19:26:09 +03:00
e . default = l } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "ActionLink" , mixins : [ n ( 15 ) . a ] , props : { href : { type : String , default : "#" , required : ! 0 , validator : function ( t ) { try { return new URL ( t ) } catch ( e ) { return t . startsWith ( "#" ) || t . startsWith ( "/" ) } } } , download : { type : String , default : null } , target : { type : String , default : "_self" , validator : function ( t ) { return [ "_blank" , "_self" , "_parent" , "_top" ] . indexOf ( t ) > - 1 } } } } , i = ( n ( 154 ) , n ( 0 ) ) , o = n ( 87 ) , a = n . n ( o ) , s = Object ( i . a ) ( r , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , [ n ( "a" , { staticClass : "action-link focusable" , attrs : { download : t . download , href : t . href , target : t . target , rel : "noreferrer noopener" } , on : { click : t . onClick } } , [ n ( "span" , { staticClass : "action-link__icon" , class : [ t . isIconUrl ? "action-link__icon--url" : t . icon ] , style : { backgroundImage : t . isIconUrl ? "url(" + t . icon + ")" : null } } ) , t . _v ( " " ) , t . title ? n ( "p" , [ n ( "strong" , { staticClass : "action-link__title" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . title ) + "\n\t\t\t" ) ] ) , t . _v ( " " ) , n ( "br" ) , t . _v ( " " ) , n ( "span" , { staticClass : "action-link__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) ] ) : t . isLongText ? n ( "p" , { staticClass : "action-link__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) : n ( "span" , { staticClass : "action-link__text" } , [ t . _v ( t . _s ( t . text ) ) ] ) , t . _v ( " " ) , t . _e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , null , "d9a2010c" , null ) ; "function" == typeof a . a && a ( ) ( s ) ; var c = s . exports ; n . d ( e , "ActionLink" , ( function ( ) { return c } ) ) ,
2019-06-04 14:50:12 +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/>.
*
* /
2019-10-13 19:26:09 +03:00
e . default = c } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 5 ) , i = n ( 8 ) , o = { name : "ActionRadio" , mixins : [ r . a ] , props : { id : { type : String , default : function ( ) { return "action-" + Object ( i . a ) ( ) } , validator : function ( t ) { return "" !== t . trim ( ) } } , checked : { type : Boolean , default : ! 1 } , name : { type : String , required : ! 0 } , value : { type : [ String , Number ] , default : "" } , disabled : { type : Boolean , default : ! 1 } } , computed : { isFocusable : function ( ) { return ! this . disabled } } , methods : { toggleInput : function ( t ) { this . $refs . label . click ( ) } , onChange : function ( t ) { this . $emit ( "update:checked" , this . $refs . radio . checked ) , this . $emit ( "change" , t ) } } } , a = ( n ( 156 ) , n ( 0 ) ) , s = n ( 88 ) , c = n . n ( s ) , u = Object ( a . a ) ( o , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { class : { "action--disabled" : t . disabled } } , [ n ( "span" , { staticClass : "action-radio" } , [ n ( "input" , { ref : "radio" , staticClass : "radio action-radio__radio" , class : { focusable : t . isFocusable } , attrs : { id : t . id , disabled : t . disabled , name : t . name , type : "radio" } , domProps : { checked : t . checked , value : t . value } , on : { keydown : function ( e ) { return ! e . type . indexOf ( "key" ) && t . _k ( e . keyCode , "enter" , 13 , e . key , "Enter" ) ? null : e . ctrlKey || e . shiftKey || e . altKey || e . metaKey ? null : ( e . preventDefault ( ) , t . toggleInput ( e ) ) } , change : t . onChange } } ) , t . _v ( " " ) , n ( "label" , { ref : "label" , staticClass : "action-radio__label" , attrs : { for : t . id } } , [ t . _v ( t . _s ( t . text ) ) ] ) , t . _v ( " " ) , t . _e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , null , "2f82ba38" , null ) ; "function" == typeof c . a && c ( ) ( u ) ; var l = u . exports ; n . d ( e , "ActionRadio" , ( function ( ) { return l } ) ) ,
2019-06-04 14:50:12 +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/>.
*
* /
2019-10-13 19:26:09 +03:00
e . default = l } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "ActionRouter" , mixins : [ n ( 15 ) . a ] , props : { to : { type : [ String , Object ] , default : "" , required : ! 0 } , exact : { type : Boolean , default : ! 1 } } } , i = ( n ( 158 ) , n ( 0 ) ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , [ n ( "router-link" , { staticClass : "action-router focusable" , attrs : { to : t . to , exact : t . exact , rel : "noreferrer noopener" } } , [ n ( "span" , { staticClass : "action-router__icon" , class : [ t . isIconUrl ? "action-router__icon--url" : t . icon ] , style : { backgroundImage : t . isIconUrl ? "url(" + t . icon + ")" : null } } ) , t . _v ( " " ) , t . title ? n ( "p" , [ n ( "strong" , { staticClass : "action-router__title" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . title ) + "\n\t\t\t" ) ] ) , t . _v ( " " ) , n ( "br" ) , t . _v ( " " ) , n ( "span" , { staticClass : "action-router__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) ] ) : t . isLongText ? n ( "p" , { staticClass : "action-router__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) : n ( "span" , { staticClass : "action-router__text" } , [ t . _v ( t . _s ( t . text ) ) ] ) , t . _v ( " " ) , t . _e ( ) ] , 2 ) ] , 1 ) } ) , [ ] , ! 1 , null , "3bf6846c" , null ) . exports ; n . d ( e , "ActionRouter" , ( function ( ) { return o } ) ) ,
2019-06-04 14:50:12 +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/>.
*
* /
2019-10-13 19:26:09 +03:00
e . default = o } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "ActionText" , mixins : [ n ( 15 ) . a ] } , i = ( n ( 160 ) , n ( 0 ) ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , [ n ( "span" , { staticClass : "action-text" } , [ n ( "span" , { staticClass : "action-text__icon" , class : [ t . isIconUrl ? "action-text__icon--url" : t . icon ] , style : { backgroundImage : t . isIconUrl ? "url(" + t . icon + ")" : null } } ) , t . _v ( " " ) , t . title ? n ( "p" , [ n ( "strong" , { staticClass : "action-text__title" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . title ) + "\n\t\t\t" ) ] ) , t . _v ( " " ) , n ( "br" ) , t . _v ( " " ) , n ( "span" , { staticClass : "action-text__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) ] ) : t . isLongText ? n ( "p" , { staticClass : "action-text__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) : n ( "span" , { staticClass : "action-text__text" } , [ t . _v ( t . _s ( t . text ) ) ] ) , t . _v ( " " ) , t . _e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , null , "b4603aaa" , null ) . exports ; n . d ( e , "ActionText" , ( function ( ) { return o } ) ) ,
2019-06-04 14:50:12 +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/>.
*
* /
2019-10-13 19:26:09 +03:00
e . default = o } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 15 ) , i = n ( 8 ) , o = { name : "ActionTextEditable" , mixins : [ r . a ] , props : { id : { type : String , default : function ( ) { return "action-" + Object ( i . a ) ( ) } , validator : function ( t ) { return "" !== t . trim ( ) } } , disabled : { type : Boolean , default : ! 1 } , value : { type : String , default : "" } } , computed : { isFocusable : function ( ) { return ! this . disabled } } , methods : { onInput : function ( t ) { this . $emit ( "input" , t ) , this . $emit ( "update:value" , t . target . value ) } , onSubmit : function ( t ) { if ( t . preventDefault ( ) , t . stopPropagation ( ) , this . disabled ) return ! 1 ; this . $emit ( "submit" , t ) } } } , a = ( n ( 162 ) , n ( 0 ) ) , s = n ( 89 ) , c = n . n ( s ) , u = Object ( a . a ) ( o , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { class : { "action--disabled" : t . disabled } } , [ n ( "span" , { staticClass : "action-text-editable" } , [ n ( "span" , { staticClass : "action-text-editable__icon" , class : [ t . isIconUrl ? "action-text-editable__icon--url" : t . icon ] , style : { backgroundImage : t . isIconUrl ? "url(" + t . icon + ")" : null } } ) , t . _v ( " " ) , n ( "form" , { ref : "form" , staticClass : "action-text-editable__form" , attrs : { disabled : t . disabled } , on : { submit : function ( e ) { return e . preventDefault ( ) , t . onSubmit ( e ) } } } , [ n ( "input" , { staticClass : "action-text-editable__submit" , attrs : { id : t . id , type : "submit" } } ) , t . _v ( " " ) , t . title ? n ( "strong" , { staticClass : "action-text__title" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . title ) + "\n\t\t\t" ) ] ) : t . _e ( ) , t . _v ( " " ) , n ( "textarea" , t . _b ( { class : [ "action-text-editable__textarea" , { focusable : t . isFocusable } ] , attrs : { disabled : t . disabled } , domProps : { value : t . value } , on : { input : t . onInput } } , "textarea" , t . $attrs , ! 1 ) ) , t . _v ( " " ) , n ( "label" , { directives : [ { name : "show" , rawName : "v-show" , value : ! t . disabled , expression : "!disabled" } ] , staticClass : "action-text-editable__label" , attrs : { for : t . id } } ) ] ) ] ) ] ) } ) , [ ] , ! 1 , null , "43b509b7" , null ) ; "function" == typeof c . a && c ( ) ( u ) ; var l = u . exports ; n . d ( e , "ActionTextEditable" , ( function ( ) { return l } ) ) ,
2019-06-04 14:50:12 +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
2019-05-17 10:49:47 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-04 14:50:12 +03:00
* /
2019-10-13 19:26:09 +03:00
e . default = l } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 40 ) , i = n . n ( r ) , o = { name : "AppContent" , components : { AppNavigationToggle : n ( 84 ) . default } , data : function ( ) { return { opened : ! 1 } } , mounted : function ( ) { var t = this ; this . mc = new i . a ( this . $el , { cssProps : { userSelect : "text" } } ) , this . mc . on ( "swipeleft swiperight" , ( function ( e ) { t . handleSwipe ( e ) } ) ) } , unmounted : function ( ) { this . mc . off ( "swipeleft swiperight" ) , this . mc . destroy ( ) } , methods : { toggleNavigation : function ( t ) { this . opened = t || ! this . opened , this . opened ? document . body . classList . add ( "nav-open" ) : document . body . classList . remove ( "nav-open" ) } , handleSwipe : function ( t ) { var e = t . srcEvent . pageX - t . deltaX , n = Math . abs ( t . deltaX ) > 70 ; n && e < 40 ? this . toggleNavigation ( ! 0 ) : this . opened && n && e < 340 && this . toggleNavigation ( ! 1 ) } } } , a = ( n ( 164 ) , n ( 0 ) ) , s = Object ( a . a ) ( o , ( function ( ) { var t = this . $createElement , e = this . _self . _c || t ; return e ( "div" , { staticClass : "no-snapper" , style : this . opened ? "transform: translateX(300px)" : "" , attrs : { id : "app-content" } } , [ e ( "AppNavigationToggle" , { attrs : { "aria-expanded" : this . opened , "aria-controls" : "app-navigation" } , on : { click : this . toggleNavigation } } ) , this . _v ( " " ) , this . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , "0fe2f738" , null ) . exports ; n . d ( e , "AppContent" , ( function ( ) { return s } ) ) ,
2019-06-04 14:50:12 +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/>.
* /
2019-10-03 18:08:39 +03:00
e . default = s } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 0 ) , i = Object ( r . a ) ( { name : "AppContentDetails" } , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "div" , { staticClass : "app-content-details" } , [ this . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , null , null ) . exports ; n . d ( e , "AppContentDetails" , ( function ( ) { return i } ) ) ,
2019-06-04 14:50:12 +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/>.
* /
2019-10-03 18:08:39 +03:00
e . default = i } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "AppContentList" , props : { selection : { type : Boolean , default : ! 1 } , showDetails : { type : Boolean , default : ! 1 } } } , i = n ( 0 ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "div" , { staticClass : "app-content-list" , class : { selection : this . selection , showdetails : this . showDetails } } , [ this . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , null , null ) . exports ; n . d ( e , "AppContentList" , ( function ( ) { return o } ) ) ,
2019-06-04 14:50:12 +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/>.
* /
2019-10-13 19:26:09 +03:00
e . default = o } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = ( n ( 166 ) , n ( 0 ) ) , i = Object ( r . a ) ( { name : "AppNavigation" } , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "div" , { attrs : { id : "app-navigation" } } , [ this . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , null , null ) . exports ; n . d ( e , "AppNavigation" , ( function ( ) { return i } ) ) ,
2019-06-04 14:50:12 +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/>.
* /
2019-10-13 19:26:09 +03:00
e . default = i } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "AppNavigationCaption" , props : { text : { type : String , required : ! 0 } } } , i = ( n ( 168 ) , n ( 0 ) ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "li" , { staticClass : "app-navigation-caption--item" } , [ this . _v ( "\n\t" + this . _s ( this . text ) + "\n" ) ] ) } ) , [ ] , ! 1 , null , "9639e4a4" , null ) . exports ; n . d ( e , "AppNavigationCaption" , ( function ( ) { return o } ) ) , e . default = o } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 24 ) , i = n ( 14 ) , o = n . n ( i ) , a = n ( 69 ) , s = { name : "AppNavigationItem" , components : { PopoverMenu : r . PopoverMenu , AppNavigationCounter : a . AppNavigationCounter } , directives : { ClickOutside : o . a } , props : { item : { type : Object , required : ! 0 } , open : { type : Boolean , default : ! 1 } , menuOpen : { type : Boolean , default : ! 1 } } , data : function ( ) { return { opened : this . open , openedMenu : this . menuOpen } } , computed : { collapsible : function ( ) { return this . item . collapsible && this . item . children && this . item . children . length > 0 } , simpleAction : function ( ) { return this . collapsible && ! this . item . action ? this . toggleCollapse : this . item . action } } , watch : { open : function ( t ) { this . opened = t } , menuOpen : function ( t ) { this . openedMenu = t } } , mounted : function ( ) { this . popupItem = this . $el } , methods : { hideMenu : function ( ) { this . openedMenu = ! 1 , this . $emit ( "update:menuOpen" , this . openedMenu ) } , toggleMenu : function ( ) { this . openedMenu = ! this . openedMenu , this . $emit ( "update:menuOpen" , this . openedMenu ) } , toggleCollapse : function ( ) { this . opened = ! this . opened , this . $emit ( "update:open" , this . opened ) } , callPreventStop : function ( t , e ) { t && ( e . preventDefault ( ) , e . stopPropagation ( ) , t ( ) ) } , cancelEdit : function ( t ) { Array . isArray ( this . item . classes ) && ( this . item . classes = this . item . classes . filter ( ( function ( t ) { return "editing" !== t } ) ) ) , this . item . edit . reset ( t ) } , navElement : function ( t ) { if ( t . router ) { var e = t . router . exact ; return void 0 === t . router . exact && ( e = ! 0 ) , { is : "router-link" , tag : "li" , to : t . router , exact : e } } return { is : "li" } } } } , c = n ( 0 ) , u = Object ( c . a ) ( s , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "nav-element" , t . _b ( { class : [ { "icon-loading-small" : t . item . loading , open : t . opened , collapsible : t . collapsible } , t . item . classes ] , attrs : { id : t . item . id , title : t . item . title } } , "nav-element" , t . navElement ( t . item ) , ! 1 ) , [ t . item . bullet ? n ( "div" , { staticClass : "app-navigation-entry-bullet" , style : { backgroundColor : t . item . bullet } } ) : t . _e ( ) , t . _v ( " " ) , t . collapsible ? n ( "button" , { staticClass : "collapse" , on : { click : function ( e ) { return e . preventDefault ( ) , e . stopPropagation ( ) , t . toggleCollapse ( e ) } } } ) : t . _e ( ) , t . _v ( " " ) , n ( "a" , { class : t . item . icon , attrs : { href : t . item . href ? t . item . href : "#" } , on : { click : function ( e ) { return t . callPreventStop ( t . simpleAction , e ) } } } , [ t . item . iconUrl ? n ( "img" , { attrs : { alt : t . item . text , src : t . item . iconUrl } } ) : t . _e ( ) , t . _v ( "\n\t\t" + t . _s ( t . item . text ) + "\n\t" ) ] ) , t . _v ( " " ) , t . item . utils ? n ( "div" , { staticClass : "app-navigation-entry-utils" } , [ n ( "ul" , [ t . item . utils . counter ? n ( "AppNavigationCounter" , { attrs : { highlighted : ! 0 === t . item . utils . counter _highlighted } } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . item . utils . counter ) + "\n\t\t\t" ) ] ) : t . _e ( ) , t . _v ( " " ) , t . item . utils . actions && 1 === t . item . utils . actions . length ? n ( "li" , { staticClass : "app-navigation-entry-utils-menu-button" } , [ n ( "button" , { class : t . item . utils . actions [ 0 ] . icon , attrs : { title : t . item . utils . actions [ 0 ] . text } , on : { click : t . item . utils . actions [ 0 ] . action } } ) ] ) : t . item . utils . actions && t . item . utils . actions . length > 1 ? n ( "li" , { staticClass : "app-navigation-entry-utils-menu-button" } , [ n ( "button" , { directives : [ { name : "click-outside" , rawName : "v-click-outside" , value : t . hideMenu , expression : "hideMenu" } ] , on : { click : t . toggleMenu } } ) ] ) : t . _e ( ) ] , 1 ) ] ) : t . _e ( ) , t . _v ( " " ) , t . item . utils && t . item . utils . actions && t . item . utils . actions . length > 1 ? n ( "div" , { staticClass : "app-navigation-entry-menu" , class : { open : t . openedMenu } } , [ n ( "PopoverMenu" , { attrs : { menu : t . item . utils . actions } } ) ] , 1 ) : t . _e ( ) , t . _v ( " " ) , t . item . undo ? n ( "div" , { staticClass : "app-navigation-entry-deleted" } , [ n ( "div" , { staticClass : "app-navigation-entry-deleted-description" } , [ t . _v ( "\n\t\t\t" + t . _s ( t . item . undo . text ) + "\n\t\t" ) ] ) , t . _v ( " " ) , n ( "button" , { staticClass : "app-navigation-entry-deleted-button icon-history" , attrs : { title : t . t ( "settings" , "Undo" ) } } ) ] ) : t . _e ( ) , t . _v ( " " ) , t . item . edit ? n ( "div" , { staticClass : "app-navigation-entry-edit" } , [ n ( "form" , { on : { submit : fu
2019-02-26 21:43:59 +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
2019-06-04 14:50:12 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-05-17 10:49:47 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
2019-02-26 21:43:59 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
* /
2019-10-03 18:08:39 +03:00
e . default = u } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { props : { buttonId : { type : String , required : ! 1 , default : "" } , buttonClass : { type : [ String , Array , Object ] , required : ! 1 , default : "" } , disabled : { type : Boolean , required : ! 1 , default : ! 1 } , text : { type : String , required : ! 0 } } } , i = n ( 0 ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "div" , { staticClass : "app-navigation-new" } , [ n ( "button" , { class : t . buttonClass , attrs : { id : t . buttonId , type : "button" , disabled : t . disabled } , on : { click : function ( e ) { return t . $emit ( "click" ) } } } , [ t . _v ( "\n\t\t" + t . _s ( t . text ) + "\n\t" ) ] ) ] ) } ) , [ ] , ! 1 , null , null , null ) . exports ; n . d ( e , "AppNavigationNew" , ( function ( ) { return o } ) ) ,
2019-06-04 14:50:12 +03:00
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2018 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/>.
* /
2019-10-13 19:26:09 +03:00
e . default = o } , function ( e , n , r ) { "use strict" ; r . r ( n ) ; var i = r ( 14 ) , o = { directives : { ClickOutside : r . n ( i ) . a } , props : { title : { type : String , required : ! 1 , default : t ( "core" , "Settings" ) } } , data : function ( ) { return { open : ! 1 } } , methods : { toggleMenu : function ( ) { this . open = ! this . open } , closeMenu : function ( ) { this . open = ! 1 } } } , a = ( r ( 170 ) , r ( 0 ) ) , s = Object ( a . a ) ( o , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "div" , { directives : [ { name : "click-outside" , rawName : "v-click-outside" , value : t . closeMenu , expression : "closeMenu" } ] , class : { open : t . open } , attrs : { id : "app-settings" } } , [ n ( "div" , { attrs : { id : "app-settings-header" } } , [ n ( "button" , { staticClass : "settings-button" , on : { click : t . toggleMenu } } , [ t . _v ( "\n\t\t\t" + t . _s ( t . title ) + "\n\t\t" ) ] ) ] ) , t . _v ( " " ) , n ( "transition" , { attrs : { name : "slide-up" } } , [ n ( "div" , { directives : [ { name : "show" , rawName : "v-show" , value : t . open , expression : "open" } ] , attrs : { id : "app-settings-content" } } , [ t . _t ( "default" ) ] , 2 ) ] ) ] , 1 ) } ) , [ ] , ! 1 , null , "7f13ea43" , null ) . exports ; r . d ( n , "AppNavigationSettings" , ( function ( ) { return s } ) ) ,
2019-06-04 14:50:12 +03:00
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2018 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/>.
* /
2019-10-13 19:26:09 +03:00
n . default = s } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = ( n ( 172 ) , n ( 0 ) ) , i = Object ( r . a ) ( { name : "AppNavigationSpacer" } , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "li" , { staticClass : "app-navigation-spacer" } ) } ) , [ ] , ! 1 , null , "18241e10" , null ) . exports ; n . d ( e , "AppNavigationSpacer" , ( function ( ) { return i } ) ) ,
2019-06-04 14:50:12 +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/>.
* /
2019-10-13 19:26:09 +03:00
e . default = i } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 3 ) , i = n . n ( r ) , o = n ( 30 ) , a = n ( 59 ) , s = function ( t ) { return t && "string" == typeof t && "" !== t . trim ( ) && - 1 === t . indexOf ( " " ) } , c = { name : "AppSidebar" , components : { Actions : o . default } , directives : { focus : a . default } , props : { active : { type : String , default : "" } , title : { type : String , default : "" , required : ! 0 } , titleEditable : { type : Boolean , default : ! 1 } , titlePlaceholder : { type : String , default : "" } , subtitle : { type : String , default : "" } , background : { type : String , default : "" } , starred : { type : Boolean , default : null } , starLoading : { type : Boolean , default : ! 1 } , compact : { type : Boolean , default : ! 1 } } , data : function ( ) { return { tabs : [ ] , activeTab : "" , isStarred : this . starred } } , computed : { canStar : function ( ) { return null !== this . isStarred } , hasFigure : function ( ) { return this . $slots . header || this . background } , hasMultipleTabs : function ( ) { return this . tabs . length > 1 } , hasFigureClickListener : function ( ) { return this . $listeners [ "figure-click" ] } , currentTabIndex : function ( ) { var t = this ; return this . tabs . findIndex ( ( function ( e ) { return e . id === t . activeTab } ) ) } } , watch : { active : function ( t ) { t !== this . activeTab && this . updateActive ( ) } , starred : function ( ) { this . isStarred = this . starred } } , mounted : function ( ) { this . updateTabs ( ) } , methods : { closeSidebar : function ( t ) { this . $emit ( "close" , t ) } , onFigureClick : function ( t ) { this . $emit ( "figure-click" , t ) } , setActive : function ( t ) { var e = t . target . closest ( "a" ) . dataset . id ; this . activeTab = e , this . $emit ( "update:active" , e ) } , focusPreviousTab : function ( ) { this . currentTabIndex > 0 && ( this . activeTab = this . tabs [ this . currentTabIndex - 1 ] . id , this . $emit ( "update:active" , this . activeTab ) ) , this . focusActiveTab ( ) } , focusNextTab : function ( ) { this . currentTabIndex < this . tabs . length - 1 && ( this . activeTab = this . tabs [ this . currentTabIndex + 1 ] . id , this . $emit ( "update:active" , this . activeTab ) ) , this . focusActiveTab ( ) } , focusFirstTab : function ( ) { this . activeTab = this . tabs [ 0 ] . id , this . $emit ( "update:active" , this . activeTab ) , this . focusActiveTab ( ) } , focusLastTab : function ( ) { this . activeTab = this . tabs [ this . tabs . length - 1 ] . id , this . $emit ( "update:active" , this . activeTab ) , this . focusActiveTab ( ) } , focusActiveTab : function ( ) { this . $el . querySelector ( "#" + this . activeTab ) . focus ( ) } , focusActiveTabContent : function ( ) { this . $el . querySelector ( "#tab-" + this . activeTab ) . focus ( ) } , updateActive : function ( ) { var t = this ; this . activeTab = this . active && - 1 !== this . tabs . findIndex ( ( function ( e ) { return e . id === t . active } ) ) ? this . active : this . tabs . length > 0 ? this . tabs [ 0 ] . id : "" } , toggleStarred : function ( ) { this . isStarred = ! this . isStarred , this . $emit ( "update:starred" , this . isStarred ) } , updateTabs : function ( ) { var t = this . $children . filter ( ( function ( t ) { return t . name && "string" == typeof t . name && s ( t . id ) && s ( t . icon ) } ) ) ; 0 !== t . length && t . length !== this . $children . length && i . a . util . warn ( "Mixing tabs and non-tab-content is not possible." ) , this . tabs = t . sort ( ( function ( t , e ) { var n = t . order || 0 , r = e . order || 0 ; return n === r ? OC . Util . naturalSortCompare ( t . name , e . name ) : n - r } ) ) , this . tabs . length > 0 && this . updateActive ( ) } , onTitleInput : function ( t ) { this . $emit ( "input:title" , t ) , this . $emit ( "update:title" , t . target . value ) } } } , u = ( n ( 174 ) , n ( 176 ) , n ( 0 ) ) , l = n ( 90 ) , d = n . n ( l ) , f = Object ( u . a ) ( c , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "transition" , { attrs : { name : "slide-right" } } , [ n ( "aside" , { attrs : { id : "app-sidebar" } } , [ n ( "header" , { staticClass : "app-sidebar-header" , class : { "app-sidebar-header--with-figure" : t . hasFigure , "app-sidebar-header--compact" : t . compact } } , [ n ( "a" , { staticClass : "icon-close" , attrs : { href : "#" , title : t . t ( "core" , "close" ) } , on : { click : t . closeSidebar } } ) , t . _v ( " " ) , t . hasFigure ? n ( "div" , { staticClass : "app-sidebar-header__figure" , class : { "app-sidebar-header__figure--with-action" : t . hasFigureClickListener } , style : { backgroundImage : "url(" + t . background + ")" } , on : { click : t . onFigureClick } } , [ t . _t ( "header" ) ] , 2 ) : t . _e ( ) , t . _v ( " " ) , n ( "div" , { staticClass : "app-sidebar-header__desc" , class : { "app-sidebar-header__desc--with-star" : t . canStar , "app-sidebar-header__desc--with-subtitle" : t . subtitle && ! t . titleEditable , "app-sidebar-header__desc--editable" : t . titleEditable && ! t . subtitle , "app-sidebar-header__desc--with-subtitle--editable" : t . titleEditable && t . subtitle } } , [ t . canStar ? n ( "a" , { staticClass : "app-sidebar-header__star" , class : { "icon-starred" : t . isStarred && ! t . starLoadin
2019-06-04 14:50:12 +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/>.
* /
2019-10-13 19:26:09 +03:00
e . default = p } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "AppSidebarTab" , props : { name : { type : String , default : "" , required : ! 0 } , icon : { type : String , default : "" , required : ! 0 } , order : { type : Number , default : 0 , required : ! 1 } } , computed : { id : function ( ) { return this . name . toLowerCase ( ) . replace ( / /g , "-" ) } , isActive : function ( ) { return this . $parent . activeTab === this . id } } } , i = ( n ( 178 ) , n ( 0 ) ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "section" , { directives : [ { name : "show" , rawName : "v-show" , value : this . isActive , expression : "isActive" } ] , attrs : { id : "tab-" + this . id , "aria-hidden" : ! this . isActive , "aria-labelledby" : this . name , tabindex : "0" , role : "tabpanel" } } , [ this . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , "3f1c0b76" , null ) . exports ; n . d ( e , "AppSidebarTab" , ( function ( ) { return o } ) ) ,
2019-02-26 21:43:59 +03:00
/ * *
2019-06-04 14:50:12 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-02-26 21:43:59 +03:00
*
* @ 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
2019-06-03 13:44:03 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-02-26 21:43:59 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
2019-06-04 14:50:12 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2019-10-03 18:08:39 +03:00
e . default = o } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { props : { appName : { type : String , required : ! 0 } } } , i = n ( 0 ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "div" , { class : "app-" + this . appName , attrs : { id : "content" } } , [ this . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , null , null ) . exports ; n . d ( e , "Content" , ( function ( ) { return o } ) ) ,
2019-06-04 14:50:12 +03:00
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
2019-02-26 21:43:59 +03:00
*
2019-06-04 14:50:12 +03:00
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2019-10-13 19:26:09 +03:00
e . default = o } , function ( t , e , n ) { "use strict" ; var r = n ( 47 ) ; n . n ( r ) . a } , function ( t , e , n ) { ( t . exports = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , "li.active[data-v-e8e451cc]{box-shadow:inset 4px 0 var(--color-primary)}.action--disabled[data-v-e8e451cc]{pointer-events:none;opacity:.5}.action--disabled[data-v-e8e451cc]:hover,.action--disabled[data-v-e8e451cc]:focus{cursor:default;opacity:.5}.action--disabled *[data-v-e8e451cc]{opacity:1 !important}.action-checkbox[data-v-e8e451cc]{display:flex;align-items:flex-start;width:100%;height:auto;margin:0;padding:0;cursor:pointer;white-space:nowrap;color:var(--color-main-text);border:0;border-radius:0;background-color:transparent;box-shadow:none;font-weight:normal;line-height:44px}.action-checkbox__checkbox[data-v-e8e451cc]{position:absolute;top:auto;left:-10000px;overflow:hidden;width:1px;height:1px}.action-checkbox__checkbox:focus+.action-checkbox__label[data-v-e8e451cc]{opacity:1}.action-checkbox__label[data-v-e8e451cc]{display:flex;align-items:center;width:100%;padding:0 !important;padding-right:14px !important;opacity:.7}.action-checkbox__label[data-v-e8e451cc]::before{margin:0 14px 0 !important}.action-checkbox--disabled[data-v-e8e451cc],.action-checkbox--disabled .action-checkbox__label[data-v-e8e451cc]{cursor:pointer}.action-checkbox:not(.action-checkbox--disabled):hover .action-checkbox__label[data-v-e8e451cc],.action-checkbox:not(.action-checkbox--disabled):focus .action-checkbox__label[data-v-e8e451cc]{opacity:1}\n" , "" ] ) } , function ( t , e , n ) { "use strict" ; var r = n ( 48 ) ; n . n ( r ) . a } , function ( t , e , n ) { e = t . exports = n ( 1 ) ( ! 1 ) ; var r = n ( 9 ) , i = r ( n ( 10 ) ) , o = r ( n ( 11 ) ) , a = r ( n ( 12 ) ) , s = r ( n ( 13 ) ) ; e . push ( [ t . i , '@font-face{font-family:"iconfont-vue";src:url(' + i + ");src:url(" + i + ') format("embedded-opentype"),url(' + o + ') format("woff"),url(' + a + ') format("truetype"),url(' + s + ') format("svg")}.icon[data-v-e093ae26]{font-style:normal;font-weight:400}.icon.arrow-left-double[data-v-e093ae26]:before{font-family:"iconfont-vue";content:""}.icon.arrow-left[data-v-e093ae26]:before{font-family:"iconfont-vue";content:""}.icon.arrow-right-double[data-v-e093ae26]:before{font-family:"iconfont-vue";content:""}.icon.arrow-right[data-v-e093ae26]:before{font-family:"iconfont-vue";content:""}.icon.close[data-v-e093ae26]:before{font-family:"iconfont-vue";content:""}.icon.confirm-fade[data-v-e093ae26]:before{font-family:"iconfont-vue";content:""}.icon.confirm[data-v-e093ae26]:before{font-family:"iconfont-vue";content:""}.icon.menu[data-v-e093ae26]:before{font-family:"iconfont-vue";content:""}.icon.more[data-v-e093ae26]:before{font-family:"iconfont-vue";content:""}.icon.pause[data-v-e093ae26]:before{font-family:"iconfont-vue";content:""}.icon.play[data-v-e093ae26]:before{font-family:"iconfont-vue";content:""}button[data-v-e093ae26],input[data-v-e093ae26]:not([type=\'range\']),textarea[data-v-e093ae26]{margin:0;padding:7px 6px;cursor:text;color:var(--color-text-lighter);border:1px solid var(--color-border-dark);border-radius:var(--border-radius);outline:none;background-color:var(--color-main-background);font-size:13px}button[data-v-e093ae26]:not(:disabled):not(.primary):hover,button[data-v-e093ae26]:not(:disabled):not(.primary):focus,button:not(:disabled):not(.primary).active[data-v-e093ae26],input[data-v-e093ae26]:not([type=\'range\']):not(:disabled):not(.primary):hover,input[data-v-e093ae26]:not([type=\'range\']):not(:disabled):not(.primary):focus,input:not([type=\'range\']):not(:disabled):not(.primary).active[data-v-e093ae26],textarea[data-v-e093ae26]:not(:disabled):not(.primary):hover,textarea[data-v-e093ae26]:not(:disabled):not(.primary):focus,textarea:not(:disabled):not(.primary).active[data-v-e093ae26]{border-color:var(--color-primary-element);outline:none}button[data-v-e093ae26]:not(:disabled):not(.primary):active,input[data-v-e093ae26]:not([type=\'range\']):not(:disabled):not(.primary):active,textarea[data-v-e093ae26]:not(:disabled):not(.primary):active{color:var(--color-text-light);outline:none;background-color:var(--color-main-background)}button[data-v-e093ae26]:disabled,input[data-v-e093ae26]:not([type=\'range\' ] ) : disabled , t
2019-06-04 14:50:12 +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/>.
*
2019-10-13 19:26:09 +03:00
* / f u n c t i o n $ ( t ) { O b j e c t . v a l u e s ( r ) . f o r E a c h ( ( f u n c t i o n ( e ) { t . c o m p o n e n t ( e . n a m e , e ) } ) ) }
2019-06-04 14:50:12 +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/>.
*
2019-10-27 13:19:41 +03:00
* / n . d ( e , " A c t i o n B u t t o n " , ( f u n c t i o n ( ) { r e t u r n a . d e f a u l t } ) ) , n . d ( e , " A c t i o n C h e c k b o x " , ( f u n c t i o n ( ) { r e t u r n s . d e f a u l t } ) ) , n . d ( e , " A c t i o n I n p u t " , ( f u n c t i o n ( ) { r e t u r n c . d e f a u l t } ) ) , n . d ( e , " A c t i o n L i n k " , ( f u n c t i o n ( ) { r e t u r n u . d e f a u l t } ) ) , n . d ( e , " A c t i o n R a d i o " , ( f u n c t i o n ( ) { r e t u r n l . d e f a u l t } ) ) , n . d ( e , " A c t i o n R o u t e r " , ( f u n c t i o n ( ) { r e t u r n d . d e f a u l t } ) ) , n . d ( e , " A c t i o n T e x t " , ( f u n c t i o n ( ) { r e t u r n f . d e f a u l t } ) ) , n . d ( e , " A c t i o n T e x t E d i t a b l e " , ( f u n c t i o n ( ) { r e t u r n p . d e f a u l t } ) ) , n . d ( e , " A c t i o n s " , ( f u n c t i o n ( ) { r e t u r n h . d e f a u l t } ) ) , n . d ( e , " A p p C o n t e n t " , ( f u n c t i o n ( ) { r e t u r n v . d e f a u l t } ) ) , n . d ( e , " A p p C o n t e n t D e t a i l s " , ( f u n c t i o n ( ) { r e t u r n m . d e f a u l t } ) ) , n . d ( e , " A p p C o n t e n t L i s t " , ( f u n c t i o n ( ) { r e t u r n g . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n " , ( f u n c t i o n ( ) { r e t u r n A . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n C a p t i o n " , ( f u n c t i o n ( ) { r e t u r n y . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n C o u n t e r " , ( f u n c t i o n ( ) { r e t u r n b . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n I t e m " , ( f u n c t i o n ( ) { r e t u r n x . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n N e w " , ( f u n c t i o n ( ) { r e t u r n _ . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n S e t t i n g s " , ( f u n c t i o n ( ) { r e t u r n w . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n S p a c e r " , ( f u n c t i o n ( ) { r e t u r n k . d e f a u l t } ) ) , n . d ( e , " A p p S i d e b a r " , ( f u n c t i o n ( ) { r e t u r n T . d e f a u l t } ) ) , n . d ( e , " A p p S i d e b a r T a b " , ( f u n c t i o n ( ) { r e t u r n C . d e f a u l t } ) ) , n . d ( e , " A v a t a r " , ( f u n c t i o n ( ) { r e t u r n E . d e f a u l t } ) ) , n . d ( e , " C o n t e n t " , ( f u n c t i o n ( ) { r e t u r n O . d e f a u l t } ) ) , n . d ( e , " D a t e t i m e P i c k e r " , ( f u n c t i o n ( ) { r e t u r n S . d e f a u l t } ) ) , n . d ( e , " M o d a l " , ( f u n c t i o n ( ) { r e t u r n M . d e f a u l t } ) ) , n . d ( e , " M u l t i s e l e c t " , ( f u n c t i o n ( ) { r e t u r n D . d e f a u l t } ) ) , n . d ( e , " P o p o v e r M e n u " , ( f u n c t i o n ( ) { r e t u r n N . d e f a u l t } ) ) , n . d ( e , " F o c u s " , ( f u n c t i o n ( ) { r e t u r n I . d e f a u l t } ) ) , n . d ( e , " T o o l t i p " , ( f u n c t i o n ( ) { r e t u r n B . d e f a u l t } ) ) , n . d ( e , " i s F u l l s c r e e n " , ( f u n c t i o n ( ) { r e t u r n P . d e f a u l t } ) ) , n . d ( e , " i s M o b i l e " , ( f u n c t i o n ( ) { r e t u r n j . d e f a u l t } ) ) , " u n d e f i n e d " ! = t y p e o f w i n d o w & & w i n d o w . V u e & & $ ( w i n d o w . V u e ) , e . d e f a u l t = f u n c t i o n ( 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 ? L ( n , ! 0 ) . f o r E a c h ( ( f u n c t i o n ( e ) { o ( ) ( 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 ) ) : L ( 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 } ( { i n s t a l l : $ } , r ) } ] ) } ) ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = f u n c t i o n ( t , e ) { r e t u r n { e n u m e r a b l e : ! ( 1 & t ) , c o n f i g u r a b l e : ! ( 2 & t ) , w r i t a b l e : ! ( 4 & t ) , v a l u e : e } } } , f u n c t i o n ( t , e , n ) { v a r r = n ( 2 7 5 ) , i = n ( 2 5 6 ) ; t . e x p o r t s = f u n c t i o n ( t ) { r e t u r n r ( i ( t ) ) } } , f u n c t i o n ( t , e , n ) { v a r r = n ( 3 8 ) ; t . e x p o r t s = f u n c t i o n ( t , e ) { i f ( ! r ( t ) ) r e t u r n t ; v a r n , i ; i f ( e & & " f u n c t i o n " = = t y p e o f ( n = t . t o S t r i n g ) & & ! r ( i = n . c a l l ( t ) ) ) r e t u r n i ; i f ( " f u n c t i o n " = = t y p e o f ( n = t . v a l u e O f ) & & ! r ( i = n . c a l l ( t ) ) ) r e t u r n i ; i f ( ! e & & " f u n c t i o n " = = t y p e o f ( n = t . t o S t r i n g ) & & ! r ( i = n . c a l l ( t ) ) ) r e t u r n i ; t h r o w T y p e E r r o r ( " C a n ' t c o n v e r t o b j e c t t o p r i m i t i v e v a l u e " ) } } , f u n c t i o n ( t , e , n ) { v a r r = n ( 6 0 ) , i = n ( 2 5 7 ) , o = n ( 2 5 8 ) , a = n ( 1 2 5 ) , s = O b j e c t . d e f i n e P r o p e r t y ; e . f = r ? s : f u n c t i o n ( t , e , n ) { i f ( o ( t ) , e = a ( e , ! 0 ) , o ( n ) , i ) t r y { r e t u r n s ( t , e , n ) } c a t c h ( t ) { } i f ( " g e t " i n n | | " s e t " i n n ) t h r o w T y p e E r r o r ( " A c c e s s o r s n o t s u p p o r t e d " ) ; r e t u r n " v a l u e " i n n & & ( t [ e ] = n . v a l u e ) , t } } , f u n c t i o n ( t , e , n ) { v a r r = n ( 1 4 ) , i = n ( 6 1 ) ; t . e x p o r t s = f u n c t i o n ( t , e ) { t r y { i ( r , t , e ) } c a t c h ( n ) { r [ t ] = e } r e t u r n e } } , f u n c t i o n ( t , e , n ) { v a r r = n ( 1 4 ) , i = n ( 6 2 ) , o = n ( 2 6 0 ) , a = n ( 2 9 6 ) , s = r . S y m b o l , c = i ( " w k s " ) ; t . e x p o r t s = f u n c t i o n ( t ) { r e t u r n c [ t ] | | ( c [ t ] = a & & s [ t ] | | ( a ? s : o ) ( " S y m b o l . " + t ) ) } } , 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 i = 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 ( i . e x p o r t s , i , i . e x p o r t s , n ) , i . l = ! 0 , i . 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 i i n t ) n . d ( r , i , 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 , i ) ) ; 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 = " " , n ( n . s = 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
2019-05-17 10:49:47 +03:00
/ * * !
* @ fileOverview Kickass library to create and place poppers near their reference elements .
2019-06-04 14:50:12 +03:00
* @ version 1.15 . 0
2019-05-17 10:49:47 +03:00
* @ license
* Copyright ( c ) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted , free of charge , to any person obtaining a copy
* of this software and associated documentation files ( the "Software" ) , to deal
* in the Software without restriction , including without limitation the rights
* to use , copy , modify , merge , publish , distribute , sublicense , and / or sell
* copies of the Software , and to permit persons to whom the Software is
* furnished to do so , subject to the following conditions :
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software .
*
* THE SOFTWARE IS PROVIDED "AS IS" , WITHOUT WARRANTY OF ANY KIND , EXPRESS OR
* IMPLIED , INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY ,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT . IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM , DAMAGES OR OTHER
* LIABILITY , WHETHER IN AN ACTION OF CONTRACT , TORT OR OTHERWISE , ARISING FROM ,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE .
* /
2019-10-27 13:19:41 +03:00
var n = "undefined" != typeof window && "undefined" != typeof document , r = [ "Edge" , "Trident" , "Firefox" ] , i = 0 , o = 0 ; o < r . length ; o += 1 ) if ( n && navigator . userAgent . indexOf ( r [ o ] ) >= 0 ) { i = 1 ; break } var a = 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 ( ) } ) , i ) ) } } ; function s ( t ) { return t && "[object Function]" === { } . toString . call ( t ) } function c ( t , e ) { if ( 1 !== t . nodeType ) return [ ] ; var n = t . ownerDocument . defaultView . getComputedStyle ( t , null ) ; return e ? n [ e ] : n } function u ( 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 = c ( t ) , n = e . overflow , r = e . overflowX , i = e . overflowY ; return /(auto|scroll|overlay)/ . test ( n + i + r ) ? t : l ( u ( t ) ) } var d = n && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , f = n && /MSIE 10/ . test ( navigator . userAgent ) ; function p ( t ) { return 11 === t ? d : 10 === t ? f : d || f } function h ( t ) { if ( ! t ) return document . documentElement ; for ( var e = p ( 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" === c ( n , "position" ) ? h ( n ) : n : t ? t . ownerDocument . documentElement : document . documentElement } function v ( t ) { return null !== t . parentNode ? v ( t . parentNode ) : t } function m ( t , e ) { if ( ! ( t && t . nodeType && e && e . nodeType ) ) return document . documentElement ; var n = t . compareDocumentPosition ( e ) & Node . DOCUMENT _POSITION _FOLLOWING , r = n ? t : e , i = n ? e : t , o = document . createRange ( ) ; o . setStart ( r , 0 ) , o . setEnd ( i , 0 ) ; var a , s , c = o . commonAncestorContainer ; if ( t !== c && e !== c || r . contains ( i ) ) return "BODY" === ( s = ( a = c ) . nodeName ) || "HTML" !== s && h ( a . firstElementChild ) !== a ? h ( c ) : c ; var u = v ( t ) ; return u . host ? m ( u . host , e ) : m ( t , v ( e ) . host ) } function g ( t ) { var e = "top" === ( arguments . length > 1 && void 0 !== arguments [ 1 ] ? arguments [ 1 ] : "top" ) ? "scrollTop" : "scrollLeft" , n = t . nodeName ; if ( "BODY" === n || "HTML" === n ) { var r = t . ownerDocument . documentElement ; return ( t . ownerDocument . scrollingElement || r ) [ e ] } return t [ e ] } function A ( t , e ) { var n = "x" === e ? "Left" : "Top" , r = "Left" === n ? "Right" : "Bottom" ; return parseFloat ( t [ "border" + n + "Width" ] , 10 ) + parseFloat ( t [ "border" + r + "Width" ] , 10 ) } function y ( t , e , n , r ) { return Math . max ( e [ "offset" + t ] , e [ "scroll" + t ] , n [ "client" + t ] , n [ "offset" + t ] , n [ "scroll" + t ] , p ( 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 = p ( 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" ) } , _ = 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 } , k = 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 k ( { } , t , { right : t . left + t . width , bottom : t . top + t . height } ) } function C ( t ) { var e = { } ; try { if ( p ( 10 ) ) { e = t . getBoundingClientRect ( ) ; var n = g ( t , "top" ) , r = g ( t , "left" ) ; e . top += n , e . left += r , e . bottom += n , e . right += r } else e = t . getBoundingClientRect ( ) } catch ( t ) { } var i = { left : e . left , top : e . top , width : e . right - e . left , height : e . bottom - e . top } , o = "HTML" === t . nodeName ? b ( t . ownerDocument ) : { } , a = o . width || t . clientWidth || i . right - i . left , s = o . height || t . clientHeight || i . bottom - i . top , u = t . offsetWidth - a , l = t . offsetHeight - s ; if ( u || l ) { var d = c ( t ) ; u -= A ( d , "x" ) , l -= A ( d , "y" ) , i . width -= u , i . height -= l } return T ( i ) } function E ( t , e ) { var n = arguments . length > 2 && void 0 !== arguments [ 2 ] && arguments [ 2 ] , r = p ( 10 ) , i = "HTML" === e . nodeName , o = C ( t ) , a = C ( e ) , s = l ( t ) , u = c ( e ) , d = parseFloat ( u . borderTopWidth , 10 ) , f = parseFloat ( u . borderLeftWidth , 10 ) ; n && i && ( a . top = Math . max ( a . t
2019-06-04 14:50:12 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /
2019-10-27 13:19:41 +03:00
t . exports = function ( t ) { return null != t && null != t . constructor && "function" == typeof t . constructor . isBuffer && t . constructor . isBuffer ( t ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) , i = n ( 80 ) , o = n ( 165 ) , a = n ( 166 ) , s = n ( 85 ) ; function c ( t ) { this . defaults = t , this . interceptors = { request : new o , response : new o } } c . prototype . request = function ( t ) { "string" == typeof t ? ( t = arguments [ 1 ] || { } ) . url = arguments [ 0 ] : t = t || { } , ( t = s ( this . defaults , t ) ) . method = t . method ? t . method . toLowerCase ( ) : "get" ; var e = [ a , void 0 ] , n = Promise . resolve ( t ) ; for ( this . interceptors . request . forEach ( ( function ( t ) { e . unshift ( t . fulfilled , t . rejected ) } ) ) , this . interceptors . response . forEach ( ( function ( t ) { e . push ( t . fulfilled , t . rejected ) } ) ) ; e . length ; ) n = n . then ( e . shift ( ) , e . shift ( ) ) ; return n } , c . prototype . getUri = function ( t ) { return t = s ( this . defaults , t ) , i ( t . url , t . params , t . paramsSerializer ) . replace ( /^\?/ , "" ) } , r . forEach ( [ "delete" , "get" , "head" , "options" ] , ( function ( t ) { c . prototype [ t ] = function ( e , n ) { return this . request ( r . merge ( n || { } , { method : t , url : e } ) ) } } ) ) , r . forEach ( [ "post" , "put" , "patch" ] , ( function ( t ) { c . prototype [ t ] = function ( e , n , i ) { return this . request ( r . merge ( i || { } , { method : t , url : e , data : n } ) ) } } ) ) , t . exports = c } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) ; function i ( ) { this . handlers = [ ] } i . prototype . use = function ( t , e ) { return this . handlers . push ( { fulfilled : t , rejected : e } ) , this . handlers . length - 1 } , i . prototype . eject = function ( t ) { this . handlers [ t ] && ( this . handlers [ t ] = null ) } , i . prototype . forEach = function ( t ) { r . forEach ( this . handlers , ( function ( e ) { null !== e && t ( e ) } ) ) } , t . exports = i } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) , i = n ( 167 ) , o = n ( 81 ) , a = n ( 82 ) , s = n ( 174 ) , c = n ( 175 ) ; function u ( t ) { t . cancelToken && t . cancelToken . throwIfRequested ( ) } t . exports = function ( t ) { return u ( t ) , t . baseURL && ! s ( t . url ) && ( t . url = c ( t . baseURL , t . url ) ) , t . headers = t . headers || { } , t . data = i ( t . data , t . headers , t . transformRequest ) , t . headers = r . merge ( t . headers . common || { } , t . headers [ t . method ] || { } , t . headers || { } ) , r . forEach ( [ "delete" , "get" , "head" , "post" , "put" , "patch" , "common" ] , ( function ( e ) { delete t . headers [ e ] } ) ) , ( t . adapter || a . adapter ) ( t ) . then ( ( function ( e ) { return u ( t ) , e . data = i ( e . data , e . headers , t . transformResponse ) , e } ) , ( function ( e ) { return o ( e ) || ( u ( t ) , e && e . response && ( e . response . data = i ( e . response . data , e . response . headers , t . transformResponse ) ) ) , Promise . reject ( e ) } ) ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) ; t . exports = function ( t , e , n ) { return r . forEach ( n , ( function ( n ) { t = n ( t , e ) } ) ) , t } } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) ; t . exports = function ( t , e ) { r . forEach ( t , ( function ( n , r ) { r !== e && r . toUpperCase ( ) === e . toUpperCase ( ) && ( t [ e ] = n , delete t [ r ] ) } ) ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 84 ) ; t . exports = function ( t , e , n ) { var i = n . config . validateStatus ; ! i || i ( n . status ) ? t ( n ) : e ( r ( "Request failed with status code " + n . status , n . config , null , n . request , n ) ) } } , function ( t , e , n ) { "use strict" ; t . exports = function ( t , e , n , r , i ) { return t . config = e , n && ( t . code = n ) , t . request = r , t . response = i , t . isAxiosError = ! 0 , t . toJSON = function ( ) { return { message : this . message , name : this . name , description : this . description , number : this . number , fileName : this . fileName , lineNumber : this . lineNumber , columnNumber : this . columnNumber , stack : this . stack , config : this . config , code : this . code } } , t } } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) , i = [ "age" , "authorization" , "content-length" , "content-type" , "etag" , "expires" , "from" , "host" , "if-modified-since" , "if-unmodified-since" , "last-modified" , "location" , "max-forwards" , "proxy-authorization" , "referer" , "retry-after" , "user-agent" ] ; t . exports = function ( t ) { var e , n , o , a = { } ; return t ? ( r . forEach ( t . split ( "\n" ) , ( function ( t ) { if ( o = t . indexOf ( ":" ) , e = r . trim ( t . substr ( 0 , o ) ) . toLowerCase ( ) , n = r . trim ( t . substr ( o + 1 ) ) , e ) { if ( a [ e ] && i . indexOf ( e ) >= 0 ) return ; a [ e ] = "set-cookie" === e ? ( a [ e ] ? a [ e ] : [ ] ) . concat ( [ n ] ) : a [ e ] ? a [ e ] + ", " + n : n } } ) ) , a ) : a } } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) ; t . exports = r . isStandardBrowserEnv ( ) ? function ( ) { var t , e = /(msie|trident)/i . test ( navigator . userAgent ) , n = document . createElement ( "a" ) ; function i ( t ) { var r = t ; return e && ( n . setAttribute ( "href" , r ) , r = n . href ) , n . setAttribute ( "href" , r ) , { href : n . href , protocol : n . protocol ? n . protocol . replace ( /:$/ , "" ) : "" , host : n . host , search : n . search ? n . search . replace ( /^\?/ , "" ) : "" , hash : n . hash ? n . hash . replace ( /^#/ , "" ) : "" , hostname : n . hostname , port : n . port , pathname : "/" === n . pathname . charAt ( 0 ) ? n . p
2019-03-01 11:15:56 +03:00
/ * !
2019-07-05 16:06:01 +03:00
* clipboard . js v2 . 0.4
* https : //zenorocha.github.io/clipboard.js
*
* Licensed MIT © Zeno Rocha
* /
2019-10-27 13:19:41 +03:00
t . exports = function ( t ) { var e = { } ; function n ( r ) { if ( e [ r ] ) return e [ r ] . exports ; var i = e [ r ] = { i : r , l : ! 1 , exports : { } } ; return t [ r ] . call ( i . exports , i , i . exports , n ) , i . l = ! 0 , i . exports } return n . m = t , n . c = e , n . d = function ( t , e , r ) { n . o ( t , e ) || Object . defineProperty ( t , e , { enumerable : ! 0 , get : r } ) } , n . r = function ( t ) { "undefined" != typeof Symbol && Symbol . toStringTag && Object . defineProperty ( t , Symbol . toStringTag , { value : "Module" } ) , Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) } , n . t = function ( t , e ) { if ( 1 & e && ( t = n ( t ) ) , 8 & e ) return t ; if ( 4 & e && "object" == typeof t && t && t . _ _esModule ) return t ; var r = Object . create ( null ) ; if ( n . r ( r ) , Object . defineProperty ( r , "default" , { enumerable : ! 0 , value : t } ) , 2 & e && "string" != typeof t ) for ( var i in t ) n . d ( r , i , function ( e ) { return t [ e ] } . bind ( null , i ) ) ; return r } , n . n = function ( t ) { var e = t && t . _ _esModule ? function ( ) { return t . default } : function ( ) { return t } ; return n . d ( e , "a" , e ) , e } , n . o = function ( t , e ) { return Object . prototype . hasOwnProperty . call ( t , e ) } , n . p = "" , n ( n . s = 0 ) } ( [ function ( t , e , n ) { "use strict" ; var r = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( t ) { return typeof t } : function ( t ) { return t && "function" == typeof Symbol && t . constructor === Symbol && t !== Symbol . prototype ? "symbol" : typeof t } , i = function ( ) { function t ( t , e ) { for ( var n = 0 ; n < e . length ; n ++ ) { var r = e [ n ] ; r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( t , r . key , r ) } } return function ( e , n , r ) { return n && t ( e . prototype , n ) , r && t ( e , r ) , e } } ( ) , o = c ( n ( 1 ) ) , a = c ( n ( 3 ) ) , s = c ( n ( 4 ) ) ; function c ( t ) { return t && t . _ _esModule ? t : { default : t } } var u = function ( t ) { function e ( t , n ) { ! function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } ( this , e ) ; var r = function ( t , e ) { if ( ! t ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; return ! e || "object" != typeof e && "function" != typeof e ? t : e } ( this , ( e . _ _proto _ _ || Object . getPrototypeOf ( e ) ) . call ( this ) ) ; return r . resolveOptions ( n ) , r . listenClick ( t ) , r } return function ( t , e ) { if ( "function" != typeof e && null !== e ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof e ) ; t . prototype = Object . create ( e && e . prototype , { constructor : { value : t , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , e && ( Object . setPrototypeOf ? Object . setPrototypeOf ( t , e ) : t . _ _proto _ _ = e ) } ( e , a . default ) , i ( e , [ { key : "resolveOptions" , value : function ( ) { var t = 0 < arguments . length && void 0 !== arguments [ 0 ] ? arguments [ 0 ] : { } ; this . action = "function" == typeof t . action ? t . action : this . defaultAction , this . target = "function" == typeof t . target ? t . target : this . defaultTarget , this . text = "function" == typeof t . text ? t . text : this . defaultText , this . container = "object" === r ( t . container ) ? t . container : document . body } } , { key : "listenClick" , value : function ( t ) { var e = this ; this . listener = ( 0 , s . default ) ( t , "click" , ( function ( t ) { return e . onClick ( t ) } ) ) } } , { key : "onClick" , value : function ( t ) { var e = t . delegateTarget || t . currentTarget ; this . clipboardAction && ( this . clipboardAction = null ) , this . clipboardAction = new o . default ( { action : this . action ( e ) , target : this . target ( e ) , text : this . text ( e ) , container : this . container , trigger : e , emitter : this } ) } } , { key : "defaultAction" , value : function ( t ) { return l ( "action" , t ) } } , { key : "defaultTarget" , value : function ( t ) { var e = l ( "target" , t ) ; if ( e ) return document . querySelector ( e ) } } , { key : "defaultText" , value : function ( t ) { return l ( "text" , t ) } } , { key : "destroy" , value : function ( ) { this . listener . destroy ( ) , this . clipboardAction && ( this . clipboardAction . destroy ( ) , this . clipboardAction = null ) } } ] , [ { key : "isSupported" , value : function ( ) { var t = 0 < arguments . length && void 0 !== arguments [ 0 ] ? arguments [ 0 ] : [ "copy" , "cut" ] , e = "string" == typeof t ? [ t ] : t , n = ! ! document . queryCommandSupported ; return e . forEach ( ( function ( t ) { n = n && ! ! document . queryCommandSupported ( t ) } ) ) , n } } ] ) , e } ( ) ; function l ( t , e ) { var n = "data-clipboard-" + t ; if ( e . hasAttribute ( n ) ) return e . getAttribute ( n ) } t . exports = u } , function ( t , e , n ) { "use strict" ; var r , i = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( t ) { return typeof t } : function ( t ) { return t && "function" == typeof Symbol && t . constructor === Symbol && t !== Symbol . prototype ? "symbol" : typeof t } , o = 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 . wr
2019-07-05 16:06:01 +03:00
/ * !
* vue - qrcode v1 . 0.1
2019-03-01 11:15:56 +03:00
* https : //fengyuanchen.github.io/vue-qrcode
*
* Copyright 2018 - present Chen Fengyuan
* Released under the MIT license
*
2019-07-05 16:06:01 +03:00
* Date : 2019 - 06 - 29 T08 : 20 : 19.827 Z
2019-02-26 21:43:59 +03:00
* /
2019-10-27 13:19:41 +03:00
function x ( ) { throw new Error ( "Dynamic requires are not currently supported by rollup-plugin-commonjs" ) } var _ = function ( t , e ) { return t ( e = { exports : { } } , e . exports ) , e . exports } ( ( function ( t , e ) { t . exports = function t ( e , n , r ) { function i ( a , s ) { if ( ! n [ a ] ) { if ( ! e [ a ] ) { if ( ! s && x ) return x ( ) ; if ( o ) return o ( a , ! 0 ) ; var c = new Error ( "Cannot find module '" + a + "'" ) ; throw c . code = "MODULE_NOT_FOUND" , c } var u = n [ a ] = { exports : { } } ; e [ a ] [ 0 ] . call ( u . exports , ( function ( t ) { return i ( e [ a ] [ 1 ] [ t ] || t ) } ) , u , u . exports , t , e , n , r ) } return n [ a ] . exports } for ( var o = x , a = 0 ; a < r . length ; a ++ ) i ( r [ a ] ) ; return i } ( { 1 : [ function ( t , e , n ) { e . exports = function ( ) { return "function" == typeof Promise && Promise . prototype && Promise . prototype . then } } , { } ] , 2 : [ function ( t , e , n ) { var r = t ( "./utils" ) . getSymbolSize ; n . getRowColCoords = function ( t ) { if ( 1 === t ) return [ ] ; for ( var e = Math . floor ( t / 7 ) + 2 , n = r ( t ) , i = 145 === n ? 26 : 2 * Math . ceil ( ( n - 13 ) / ( 2 * e - 2 ) ) , o = [ n - 7 ] , a = 1 ; a < e - 1 ; a ++ ) o [ a ] = o [ a - 1 ] - i ; return o . push ( 6 ) , o . reverse ( ) } , n . getPositions = function ( t ) { for ( var e = [ ] , r = n . getRowColCoords ( t ) , i = r . length , o = 0 ; o < i ; o ++ ) for ( var a = 0 ; a < i ; a ++ ) 0 === o && 0 === a || 0 === o && a === i - 1 || o === i - 1 && 0 === a || e . push ( [ r [ o ] , r [ a ] ] ) ; return e } } , { "./utils" : 21 } ] , 3 : [ function ( t , e , n ) { var r = t ( "./mode" ) , i = [ "0" , "1" , "2" , "3" , "4" , "5" , "6" , "7" , "8" , "9" , "A" , "B" , "C" , "D" , "E" , "F" , "G" , "H" , "I" , "J" , "K" , "L" , "M" , "N" , "O" , "P" , "Q" , "R" , "S" , "T" , "U" , "V" , "W" , "X" , "Y" , "Z" , " " , "$" , "%" , "*" , "+" , "-" , "." , "/" , ":" ] ; function o ( t ) { this . mode = r . ALPHANUMERIC , this . data = t } o . getBitsLength = function ( t ) { return 11 * Math . floor ( t / 2 ) + t % 2 * 6 } , o . prototype . getLength = function ( ) { return this . data . length } , o . prototype . getBitsLength = function ( ) { return o . getBitsLength ( this . data . length ) } , o . prototype . write = function ( t ) { var e ; for ( e = 0 ; e + 2 <= this . data . length ; e += 2 ) { var n = 45 * i . indexOf ( this . data [ e ] ) ; n += i . indexOf ( this . data [ e + 1 ] ) , t . put ( n , 11 ) } this . data . length % 2 && t . put ( i . indexOf ( this . data [ e ] ) , 6 ) } , e . exports = o } , { "./mode" : 14 } ] , 4 : [ function ( t , e , n ) { function r ( ) { this . buffer = [ ] , this . length = 0 } r . prototype = { get : function ( t ) { var e = Math . floor ( t / 8 ) ; return 1 == ( this . buffer [ e ] >>> 7 - t % 8 & 1 ) } , put : function ( t , e ) { for ( var n = 0 ; n < e ; n ++ ) this . putBit ( 1 == ( t >>> e - n - 1 & 1 ) ) } , getLengthInBits : function ( ) { return this . length } , putBit : function ( t ) { var e = Math . floor ( this . length / 8 ) ; this . buffer . length <= e && this . buffer . push ( 0 ) , t && ( this . buffer [ e ] |= 128 >>> this . length % 8 ) , this . length ++ } } , e . exports = r } , { } ] , 5 : [ function ( t , e , n ) { var r = t ( "../utils/buffer" ) ; function i ( t ) { if ( ! t || t < 1 ) throw new Error ( "BitMatrix size must be defined and greater than 0" ) ; this . size = t , this . data = new r ( t * t ) , this . data . fill ( 0 ) , this . reservedBit = new r ( t * t ) , this . reservedBit . fill ( 0 ) } i . prototype . set = function ( t , e , n , r ) { var i = t * this . size + e ; this . data [ i ] = n , r && ( this . reservedBit [ i ] = ! 0 ) } , i . prototype . get = function ( t , e ) { return this . data [ t * this . size + e ] } , i . prototype . xor = function ( t , e , n ) { this . data [ t * this . size + e ] ^= n } , i . prototype . isReserved = function ( t , e ) { return this . reservedBit [ t * this . size + e ] } , e . exports = i } , { "../utils/buffer" : 28 } ] , 6 : [ function ( t , e , n ) { var r = t ( "../utils/buffer" ) , i = t ( "./mode" ) ; function o ( t ) { this . mode = i . BYTE , this . data = new r ( t ) } o . getBitsLength = function ( t ) { return 8 * t } , o . prototype . getLength = function ( ) { return this . data . length } , o . prototype . getBitsLength = function ( ) { return o . getBitsLength ( this . data . length ) } , o . prototype . write = function ( t ) { for ( var e = 0 , n = this . data . length ; e < n ; e ++ ) t . put ( this . data [ e ] , 8 ) } , e . exports = o } , { "../utils/buffer" : 28 , "./mode" : 14 } ] , 7 : [ function ( t , e , n ) { var r = t ( "./error-correction-level" ) , i = [ 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 2 , 2 , 1 , 2 , 2 , 4 , 1 , 2 , 4 , 4 , 2 , 4 , 4 , 4 , 2 , 4 , 6 , 5 , 2 , 4 , 6 , 6 , 2 , 5 , 8 , 8 , 4 , 5 , 8 , 8 , 4 , 5 , 8 , 11 , 4 , 8 , 10 , 11 , 4 , 9 , 12 , 16 , 4 , 9 , 16 , 16 , 6 , 10 , 12 , 18 , 6 , 10 , 17 , 16 , 6 , 11 , 16 , 19 , 6 , 13 , 18 , 21 , 7 , 14 , 21 , 25 , 8 , 16 , 20 , 25 , 8 , 17 , 23 , 25 , 9 , 17 , 23 , 34 , 9 , 18 , 25 , 30 , 10 , 20 , 27 , 32 , 12 , 21 , 29 , 35 , 12 , 23 , 34 , 37 , 12 , 25 , 34 , 40 , 13 , 26 , 35 , 42 , 14 , 28 , 38 , 45 , 15 , 29 , 40 , 48 , 16 , 31 , 43 , 51 , 17 , 33 , 45 , 54 , 18 , 35 , 48 , 57 , 19 , 37 , 51 , 60 , 19 , 38 , 53 , 63 , 20 , 40 , 56 , 66 , 21 , 43 , 59 , 70 , 22 , 45 , 62 , 74 , 24 , 47 , 65 , 77 , 25 , 49 , 68 , 81 ] , o = [ 7 , 10 , 13 , 17 , 10 , 16 , 22 , 28 , 15 , 26 , 36 , 44 , 20 , 36 , 52 , 64 , 26 , 48 , 72 , 88 , 36 , 64 , 96 , 112 , 40 , 72 , 108 , 130 , 48 , 88 , 132 , 156 , 60 , 110 , 160 , 192 , 72 , 130 , 192 , 224 , 80 , 150 , 224 , 264 , 96 , 176 , 260 , 308 , 104 , 198 , 288 , 352 , 120 , 216 , 320 , 384 , 132 , 240 , 360 , 432 , 144 , 280 , 408 , 480 , 168 , 308 , 448 , 532 , 180 , 338 , 504 , 588 , 196 , 364 , 546 , 650 , 224 , 416 , 600 , 700 , 224 , 442 , 644 , 750 , 252 , 476 , 690 , 816 , 270 , 504 , 750 , 900 , 300 , 560 , 810 , 960 , 312 , 588 , 870
2019-02-26 21:43:59 +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/>.
* /
2019-10-03 18:08:39 +03:00
r . nc = btoa ( OC . requestToken ) , o . default . use ( s . a ) , o . default . use ( c . a , { defaultHtml : ! 1 } ) , o . default . prototype . t = t , new ( o . default . extend ( I ) ) ( { propsData : { tokens : Object ( i . loadState ) ( "settings" , "app_tokens" ) , canCreateToken : Object ( i . loadState ) ( "settings" , "can_create_app_token" ) } } ) . $mount ( "#security-authtokens" ) } ] ) ;
2019-10-27 13:19:41 +03:00
//# sourceMappingURL=vue-settings-personal-security.js.map?v=dd2754e093840812abc1