2019-09-22 04:13:13 +03:00
! function ( e ) { var t = { } ; function n ( r ) { if ( t [ r ] ) return t [ r ] . exports ; var a = t [ r ] = { i : r , l : ! 1 , exports : { } } ; return e [ r ] . call ( a . exports , a , a . exports , n ) , a . l = ! 0 , a . exports } n . m = e , n . c = t , n . d = function ( e , t , r ) { n . o ( e , t ) || Object . defineProperty ( e , t , { enumerable : ! 0 , get : r } ) } , n . r = function ( e ) { "undefined" != typeof Symbol && Symbol . toStringTag && Object . defineProperty ( e , Symbol . toStringTag , { value : "Module" } ) , Object . defineProperty ( e , "__esModule" , { value : ! 0 } ) } , n . t = function ( e , t ) { if ( 1 & t && ( e = n ( e ) ) , 8 & t ) return e ; if ( 4 & t && "object" == typeof e && e && e . _ _esModule ) return e ; var r = Object . create ( null ) ; if ( n . r ( r ) , Object . defineProperty ( r , "default" , { enumerable : ! 0 , value : e } ) , 2 & t && "string" != typeof e ) for ( var a in e ) n . d ( r , a , function ( t ) { return e [ t ] } . bind ( null , a ) ) ; return r } , n . n = function ( e ) { var t = e && e . _ _esModule ? function ( ) { return e . default } : function ( ) { return e } ; return n . d ( t , "a" , t ) , t } , n . o = function ( e , t ) { return Object . prototype . hasOwnProperty . call ( e , t ) } , n . p = "" , n ( n . s = 579 ) } ( [ function ( e , t , n ) { var r , a , i ;
2019-01-30 19:06:01 +03:00
/ * !
* jQuery JavaScript Library v2 . 1.4
* http : //jquery.com/
*
* Includes Sizzle . js
* http : //sizzlejs.com/
*
* Copyright 2005 , 2014 jQuery Foundation , Inc . and other contributors
* Released under the MIT license
* http : //jquery.org/license
*
* Date : 2015 - 04 - 28 T16 : 01 Z
2019-09-25 19:19:42 +03:00
* /a="undefined"!=typeof window?window:this,i=function(n,a){var i=[],s=i.slice,o=i.concat,u=i.push,d=i.indexOf,l={},c=l.toString,f=l.hasOwnProperty,m={},_=n.document,h=function(e,t){return new h.fn.init(e,t)},p=/ ^ [ \ s\uFEFF \ xA0 ] + | [ \ s\uFEFF \ xA0 ] + $ / g , y = /^-ms-/ , v = /-([\da-z])/gi , g = function ( e , t ) { return t . toUpperCase ( ) } ; function M ( e ) { var t = "length" in e && e . length , n = h . type ( e ) ; return "function" !== n && ! h . isWindow ( e ) && ( ! ( 1 !== e . nodeType || ! t ) || "array" === n || 0 === t || "number" == typeof t && t > 0 && t - 1 in e ) } h . fn = h . prototype = { jquery : "2.1.4" , constructor : h , selector : "" , length : 0 , toArray : function ( ) { return s . call ( this ) } , get : function ( e ) { return null != e ? e < 0 ? this [ e + this . length ] : this [ e ] : s . call ( this ) } , pushStack : function ( e ) { var t = h . merge ( this . constructor ( ) , e ) ; return t . prevObject = this , t . context = this . context , t } , each : function ( e , t ) { return h . each ( this , e , t ) } , map : function ( e ) { return this . pushStack ( h . map ( this , ( function ( t , n ) { return e . call ( t , n , t ) } ) ) ) } , slice : function ( ) { return this . pushStack ( s . apply ( this , arguments ) ) } , first : function ( ) { return this . eq ( 0 ) } , last : function ( ) { return this . eq ( - 1 ) } , eq : function ( e ) { var t = this . length , n = + e + ( e < 0 ? t : 0 ) ; return this . pushStack ( n >= 0 && n < t ? [ this [ n ] ] : [ ] ) } , end : function ( ) { return this . prevObject || this . constructor ( null ) } , push : u , sort : i . sort , splice : i . splice } , h . extend = h . fn . extend = function ( ) { var e , t , n , r , a , i , s = arguments [ 0 ] || { } , o = 1 , u = arguments . length , d = ! 1 ; for ( "boolean" == typeof s && ( d = s , s = arguments [ o ] || { } , o ++ ) , "object" == typeof s || h . isFunction ( s ) || ( s = { } ) , o === u && ( s = this , o -- ) ; o < u ; o ++ ) if ( null != ( e = arguments [ o ] ) ) for ( t in e ) n = s [ t ] , s !== ( r = e [ t ] ) && ( d && r && ( h . isPlainObject ( r ) || ( a = h . isArray ( r ) ) ) ? ( a ? ( a = ! 1 , i = n && h . isArray ( n ) ? n : [ ] ) : i = n && h . isPlainObject ( n ) ? n : { } , s [ t ] = h . extend ( d , i , r ) ) : void 0 !== r && ( s [ t ] = r ) ) ; return s } , h . extend ( { expando : "jQuery" + ( "2.1.4" + Math . random ( ) ) . replace ( /\D/g , "" ) , isReady : ! 0 , error : function ( e ) { throw new Error ( e ) } , noop : function ( ) { } , isFunction : function ( e ) { return "function" === h . type ( e ) } , isArray : Array . isArray , isWindow : function ( e ) { return null != e && e === e . window } , isNumeric : function ( e ) { return ! h . isArray ( e ) && e - parseFloat ( e ) + 1 >= 0 } , isPlainObject : function ( e ) { return ! ( "object" !== h . type ( e ) || e . nodeType || h . isWindow ( e ) || e . constructor && ! f . call ( e . constructor . prototype , "isPrototypeOf" ) ) } , isEmptyObject : function ( e ) { var t ; for ( t in e ) return ! 1 ; return ! 0 } , type : function ( e ) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? l [ c . call ( e ) ] || "object" : typeof e } , globalEval : function ( e ) { var t , n = eval ; ( e = h . trim ( e ) ) && ( 1 === e . indexOf ( "use strict" ) ? ( ( t = _ . createElement ( "script" ) ) . text = e , _ . head . appendChild ( t ) . parentNode . removeChild ( t ) ) : n ( e ) ) } , camelCase : function ( e ) { return e . replace ( y , "ms-" ) . replace ( v , g ) } , nodeName : function ( e , t ) { return e . nodeName && e . nodeName . toLowerCase ( ) === t . toLowerCase ( ) } , each : function ( e , t , n ) { var r = 0 , a = e . length , i = M ( e ) ; if ( n ) { if ( i ) for ( ; r < a && ! 1 !== t . apply ( e [ r ] , n ) ; r ++ ) ; else for ( r in e ) if ( ! 1 === t . apply ( e [ r ] , n ) ) break } else if ( i ) for ( ; r < a && ! 1 !== t . call ( e [ r ] , r , e [ r ] ) ; r ++ ) ; else for ( r in e ) if ( ! 1 === t . call ( e [ r ] , r , e [ r ] ) ) break ; return e } , trim : function ( e ) { return null == e ? "" : ( e + "" ) . replace ( p , "" ) } , makeArray : function ( e , t ) { var n = t || [ ] ; return null != e && ( M ( Object ( e ) ) ? h . merge ( n , "string" == typeof e ? [ e ] : e ) : u . call ( n , e ) ) , n } , inArray : function ( e , t , n ) { return null == t ? - 1 : d . call ( t , e , n ) } , merge : function ( e , t ) { for ( var n = + t . length , r = 0 , a = e . length ; r < n ; r ++ ) e [ a ++ ] = t [ r ] ; return e . length = a , e } , grep : function ( e , t , n ) { for ( var r = [ ] , a = 0 , i = e . length , s = ! n ; a < i ; a ++ ) ! t ( e [ a ] , a ) !== s && r . push ( e [ a ] ) ; return r } , map : function ( e , t , n ) { var r , a = 0 , i = e . length , s = [ ] ; if ( M ( e ) ) for ( ; a < i ; a ++ ) null != ( r = t ( e [ a ] , a , n ) ) && s . push ( r ) ; else for ( a in e ) null != ( r = t ( e [ a ] , a , n ) ) && s . push ( r ) ; return o . apply ( [ ] , s ) } , guid : 1 , proxy : function ( e , t ) { var n , r , a ; if ( "string" == typeof t && ( n = e [ t ] , t = e , e = n ) , h . isFunction ( e ) ) return r = s . call ( arguments , 2 ) , ( a = function ( ) { return e . apply ( t || this , r . concat ( s . call ( arguments ) ) ) } ) . guid = e . guid = e . guid || h . guid ++ , a } , now : Date . now , support : m } ) , h . each ( "Boolean Number String Function Array Date RegExp Object Error" . split ( " " ) , ( function ( e , t ) { l [ "[object " + t + "]" ] = t . toLowerCase ( ) } ) ) ; var L =
2019-01-30 19:06:01 +03:00
/ * !
* Sizzle CSS Selector Engine v2 . 2.0 - pre
* http : //sizzlejs.com/
*
* Copyright 2008 , 2014 jQuery Foundation , Inc . and other contributors
* Released under the MIT license
* http : //jquery.org/license
*
* Date : 2014 - 12 - 16
* /
2019-09-25 19:19:42 +03:00
function ( e ) { var t , n , r , a , i , s , o , u , d , l , c , f , m , _ , h , p , y , v , g , M = "sizzle" + 1 * new Date , L = e . document , k = 0 , Y = 0 , w = se ( ) , b = se ( ) , T = se ( ) , D = function ( e , t ) { return e === t && ( c = ! 0 ) , 0 } , x = 1 << 31 , S = { } . hasOwnProperty , H = [ ] , j = H . pop , A = H . push , O = H . push , P = H . slice , E = function ( e , t ) { for ( var n = 0 , r = e . length ; n < r ; n ++ ) if ( e [ n ] === t ) return n ; return - 1 } , C = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped" , N = "[\\x20\\t\\r\\n\\f]" , F = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+" , I = F . replace ( "w" , "w#" ) , W = "\\[" + N + "*(" + F + ")(?:" + N + "*([*^$|!~]?=)" + N + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + I + "))|)" + N + "*\\]" , R = ":(" + F + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + W + ")*)|.*)\\)|)" , $ = new RegExp ( N + "+" , "g" ) , z = new RegExp ( "^" + N + "+|((?:^|[^\\\\])(?:\\\\.)*)" + N + "+$" , "g" ) , U = new RegExp ( "^" + N + "*," + N + "*" ) , B = new RegExp ( "^" + N + "*([>+~]|" + N + ")" + N + "*" ) , J = new RegExp ( "=" + N + "*([^\\]'\"]*?)" + N + "*\\]" , "g" ) , q = new RegExp ( R ) , V = new RegExp ( "^" + I + "$" ) , G = { ID : new RegExp ( "^#(" + F + ")" ) , CLASS : new RegExp ( "^\\.(" + F + ")" ) , TAG : new RegExp ( "^(" + F . replace ( "w" , "w*" ) + ")" ) , ATTR : new RegExp ( "^" + W ) , PSEUDO : new RegExp ( "^" + R ) , CHILD : new RegExp ( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + N + "*(even|odd|(([+-]|)(\\d*)n|)" + N + "*(?:([+-]|)" + N + "*(\\d+)|))" + N + "*\\)|)" , "i" ) , bool : new RegExp ( "^(?:" + C + ")$" , "i" ) , needsContext : new RegExp ( "^" + N + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + N + "*((?:-\\d)?\\d*)" + N + "*\\)|)(?=[^-]|$)" , "i" ) } , K = /^(?:input|select|textarea|button)$/i , X = /^h\d$/i , Z = /^[^{]+\{\s*\[native \w/ , Q = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/ , ee = /[+~]/ , te = /'|\\/g , ne = new RegExp ( "\\\\([\\da-f]{1,6}" + N + "?|(" + N + ")|.)" , "ig" ) , re = function ( e , t , n ) { var r = "0x" + t - 65536 ; return r != r || n ? t : r < 0 ? String . fromCharCode ( r + 65536 ) : String . fromCharCode ( r >> 10 | 55296 , 1023 & r | 56320 ) } , ae = function ( ) { f ( ) } ; try { O . apply ( H = P . call ( L . childNodes ) , L . childNodes ) , H [ L . childNodes . length ] . nodeType } catch ( e ) { O = { apply : H . length ? function ( e , t ) { A . apply ( e , P . call ( t ) ) } : function ( e , t ) { for ( var n = e . length , r = 0 ; e [ n ++ ] = t [ r ++ ] ; ) ; e . length = n - 1 } } } function ie ( e , t , r , a ) { var i , o , d , l , c , _ , y , v , k , Y ; if ( ( t ? t . ownerDocument || t : L ) !== m && f ( t ) , r = r || [ ] , l = ( t = t || m ) . nodeType , "string" != typeof e || ! e || 1 !== l && 9 !== l && 11 !== l ) return r ; if ( ! a && h ) { if ( 11 !== l && ( i = Q . exec ( e ) ) ) if ( d = i [ 1 ] ) { if ( 9 === l ) { if ( ! ( o = t . getElementById ( d ) ) || ! o . parentNode ) return r ; if ( o . id === d ) return r . push ( o ) , r } else if ( t . ownerDocument && ( o = t . ownerDocument . getElementById ( d ) ) && g ( t , o ) && o . id === d ) return r . push ( o ) , r } else { if ( i [ 2 ] ) return O . apply ( r , t . getElementsByTagName ( e ) ) , r ; if ( ( d = i [ 3 ] ) && n . getElementsByClassName ) return O . apply ( r , t . getElementsByClassName ( d ) ) , r } if ( n . qsa && ( ! p || ! p . test ( e ) ) ) { if ( v = y = M , k = t , Y = 1 !== l && e , 1 === l && "object" !== t . nodeName . toLowerCase ( ) ) { for ( _ = s ( e ) , ( y = t . getAttribute ( "id" ) ) ? v = y . replace ( te , "\\$&" ) : t . setAttribute ( "id" , v ) , v = "[id='" + v + "'] " , c = _ . length ; c -- ; ) _ [ c ] = v + pe ( _ [ c ] ) ; k = ee . test ( e ) && _e ( t . parentNode ) || t , Y = _ . join ( "," ) } if ( Y ) try { return O . apply ( r , k . querySelectorAll ( Y ) ) , r } catch ( e ) { } finally { y || t . removeAttribute ( "id" ) } } } return u ( e . replace ( z , "$1" ) , t , r , a ) } function se ( ) { var e = [ ] ; return function t ( n , a ) { return e . push ( n + " " ) > r . cacheLength && delete t [ e . shift ( ) ] , t [ n + " " ] = a } } function oe ( e ) { return e [ M ] = ! 0 , e } function ue ( e ) { var t = m . createElement ( "div" ) ; try { return ! ! e ( t ) } catch ( e ) { return ! 1 } finally { t . parentNode && t . parentNode . removeChild ( t ) , t = null } } function de ( e , t ) { for ( var n = e . split ( "|" ) , a = e . length ; a -- ; ) r . attrHandle [ n [ a ] ] = t } function le ( e , t ) { var n = t && e , r = n && 1 === e . nodeType && 1 === t . nodeType && ( ~ t . sourceIndex || x ) - ( ~ e . sourceIndex || x ) ; if ( r ) return r ; if ( n ) for ( ; n = n . nextSibling ; ) if ( n === t ) return - 1 ; return e ? 1 : - 1 } function ce ( e ) { return function ( t ) { return "input" === t . nodeName . toLowerCase ( ) && t . type === e } } function fe ( e ) { return function ( t ) { var n = t . nodeName . toLowerCase ( ) ; return ( "input" === n || "button" === n ) && t . type === e } } function me ( e ) { return oe ( ( function ( t ) { return t = + t , oe ( ( function ( n , r ) { for ( var a , i = e ( [ ] , n . length , t ) , s = i . length ; s -- ; ) n [ a = i [ s ] ] && ( n [ a ] = ! ( r [ a ] = n [ a ] ) ) } ) ) } ) ) } function _e ( e ) { return e && void 0 !== e . getElementsByTagName && e } for ( t in n = ie . support = { } , i = ie . isXML = function ( e ) { var t = e && ( e . ownerDocument || e ) . documentElement ; return ! ! t && "HTML" !== t . nodeName } , f = ie . setDocument = function ( e ) { var
/ * *
* @ 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/>.
* / z . f a l l B a c k S o u r c e s = [ ] , z . i f r a m e C o u n t = 0 , z . f a l l B a c k C a l l B a c k = f u n c t i o n ( e , t , n ) { z . f a l l B a c k S o u r c e s [ e ] . f a l l B a c k C a l l B a c k ( t , n ) } , z . p r o t o t y p e = { t y p e l e s s L i s t e n e r s : [ ] , i f r a m e : n u l l , l i s t e n e r s : { } , u s e F a l l B a c k : ! 1 , f a l l B a c k C a l l B a c k : f u n c t i o n ( e , t ) { v a r n ; i f ( ! t h i s . c l o s e d ) i f ( e ) { i f ( v o i d 0 ! = = t h i s . l i s t e n e r s . d o n e ) f o r ( n = 0 ; n < t h i s . l i s t e n e r s [ e ] . l e n g t h ; n + + ) t h i s . l i s t e n e r s [ e ] [ n ] ( t ) } e l s e f o r ( n = 0 ; n < t h i s . t y p e l e s s L i s t e n e r s . l e n g t h ; n + + ) t h i s . t y p e l e s s L i s t e n e r s [ n ] ( t ) } , l a s t L e n g t h : 0 , l i s t e n : f u n c t i o n ( e , t ) { t & & t . c a l l & & ( e ? t h i s . u s e F a l l B a c k ? ( t h i s . l i s t e n e r s [ e ] | | ( t h i s . l i s t e n e r s [ e ] = [ ] ) , t h i s . l i s t e n e r s [ e ] . p u s h ( t ) ) : t h i s . s o u r c e . a d d E v e n t L i s t e n e r ( e , ( f u n c t i o n ( e ) { v o i d 0 ! = = e . d a t a ? t ( J S O N . p a r s e ( e . d a t a ) ) : t ( " " ) } ) , ! 1 ) : t h i s . t y p e l e s s L i s t e n e r s . p u s h ( t ) ) } , c l o s e : f u n c t i o n ( ) { t h i s . c l o s e d = ! 0 , v o i d 0 ! = = t h i s . s o u r c e & & t h i s . s o u r c e . c l o s e ( ) } } ; v a r U = z , B = w i n d o w . _ o c _ c a p a b i l i t i e s | | { } , J = f u n c t i o n ( ) { r e t u r n B } , q = n u l l , V = f u n c t i o n ( e ) { i f ( q ) { v a r t = q ; q . t r i g g e r ( n e w s . a . E v e n t ( " b e f o r e H i d e " ) ) , q . s l i d e U p ( P . j , ( f u n c t i o n ( ) { t . t r i g g e r ( n e w s . a . E v e n t ( " a f t e r H i d e " ) ) , e & & e . a p p l y ( t h i s , a r g u m e n t s ) } ) ) } s ( ) ( " . m e n u t o g g l e " ) . a t t r ( " a r i a - e x p a n d e d " , ! 1 ) , s ( ) ( " . o p e n e d M e n u " ) . r e m o v e C l a s s ( " o p e n e d M e n u " ) , q = n u l l , n u l l } , G = ! ! w i n d o w . _ o c _ i s a d m i n , K = a ( 1 4 ) , X = { s t a r t S a v i n g : f u n c t i o n ( e ) { t h i s . s t a r t A c t i o n ( e , t ( " c o r e " , " S a v i n g . . . " ) ) } , s t a r t A c t i o n : f u n c t i o n ( e , t ) { s ( ) ( e ) . t e x t ( t ) . r e m o v e C l a s s ( " s u c c e s s " ) . r e m o v e C l a s s ( " e r r o r " ) . s t o p ( ! 0 , ! 0 ) . s h o w ( ) } , f i n i s h e d S a v i n g : f u n c t i o n ( e , t ) { t h i s . f i n i s h e d A c t i o n ( e , t ) } , f i n i s h e d A c t i o n : f u n c t i o n ( e , t ) { " s u c c e s s " = = = t . s t a t u s ? t h i s . f i n i s h e d S u c c e s s ( e , t . d a t a . m e s s a g e ) : t h i s . f i n i s h e d E r r o r ( e , t . d a t a . m e s s a g e ) } , f i n i s h e d S u c c e s s : f u n c t i o n ( e , t ) { s ( ) ( e ) . t e x t ( t ) . a d d C l a s s ( " s u c c e s s " ) . r e m o v e C l a s s ( " e r r o r " ) . s t o p ( ! 0 , ! 0 ) . d e l a y ( 3 e 3 ) . f a d e O u t ( 9 0 0 ) . s h o w ( ) } , f i n i s h e d E r r o r : f u n c t i o n ( e , t ) { s ( ) ( e ) . t e x t ( t ) . a d d C l a s s ( " e r r o r " ) . r e m o v e C l a s s ( " s u c c e s s " ) . s h o w ( ) } } , Z = a ( 4 6 ) , Q = f u n c t i o n ( e ) { c e . S e a r c h . s e a r c h ( e , n u l l , 0 , 3 0 ) } ;
/ * *
2019-01-30 19:06:01 +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-09-25 19:19:42 +03:00
* / Q . c u s t o m R e s u l t s = { } , Q . r e s u l t T y p e s = { } ; v a r e e = Q , t e = w i n d o w . _ t h e m e | | { } , n e = a ( 1 ) , r e = a . n ( n e ) ;
2019-01-30 19:06:01 +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-09-25 19:19:42 +03:00
/ * *
2019-01-30 19:06:01 +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-05-14 12:14:29 +03:00
* /
2019-09-25 19:19:42 +03:00
function ae ( e ) { for ( var t , n = [ ] , r = 0 , a = - 1 , i = 0 ; r < e . length ; ) { t = e . charAt ( r ) ; var s = ! i && "." === t || t >= "0" && t <= "9" ; s !== i && ( n [ ++ a ] = "" , i = s ) , n [ a ] += t , r ++ } return n } var ie = { History : { _handlers : [ ] , _pushState : function ( e , t , n ) { var r ; if ( r = "string" == typeof e ? e : ce . buildQueryString ( e ) , window . history . pushState ) { if ( t = t || location . pathname + "?" + r , navigator . userAgent . toLowerCase ( ) . indexOf ( "firefox" ) > - 1 && parseInt ( navigator . userAgent . split ( "/" ) . pop ( ) ) < 51 ) for ( var a , i = document . querySelectorAll ( '[fill^="url(#"], [stroke^="url(#"], [filter^="url(#invert"]' ) , s = 0 , o = i . length ; s < o ; s ++ ) { var u = a . style , d = u . fill , l = u . stroke ; ( a = i [ s ] ) . style . fill = d , a . style . stroke = l , a . removeAttribute ( "filter" ) , a . setAttribute ( "filter" , "url(#invert)" ) } n ? window . history . replaceState ( e , "" , t ) : window . history . pushState ( e , "" , t ) } else window . location . hash = "?" + r , this . _cancelPop = ! 0 } , pushState : function ( e , t ) { this . _pushState ( e , t , ! 1 ) } , replaceState : function ( e , t ) { this . _pushState ( e , t , ! 0 ) } , addOnPopStateHandler : function ( e ) { this . _handlers . push ( e ) } , _parseHashQuery : function ( ) { var e = window . location . hash , t = e . indexOf ( "?" ) ; return t >= 0 ? e . substr ( t + 1 ) : e . length ? e . substr ( 1 ) : "" } , _decodeQuery : function ( e ) { return e . replace ( /\+/g , " " ) } , parseUrlQuery : function ( ) { var e , t = this . _parseHashQuery ( ) ; return t && ( e = ce . parseQueryString ( this . _decodeQuery ( t ) ) ) , ( e = l . a . extend ( e || { } , ce . parseQueryString ( this . _decodeQuery ( location . search ) ) ) ) || { } } , _onPopState : function ( e ) { var t ; if ( this . _cancelPop ) this . _cancelPop = ! 1 ; else if ( this . _handlers . length ) { t = e && e . state , l . a . isString ( t ) ? t = ce . parseQueryString ( t ) : t || ( t = this . parseUrlQuery ( ) || { } ) ; for ( var n = 0 ; n < this . _handlers . length ; n ++ ) this . _handlers [ n ] ( t ) } } } , humanFileSize : a ( 47 ) . a , computerFileSize : function ( e ) { if ( "string" != typeof e ) return null ; var t = e . toLowerCase ( ) . trim ( ) , n = null , r = t . match ( /^[\s+]?([0-9]*)(\.([0-9]+))?( +)?([kmgtp]?b?)$/i ) ; return null === r ? null : ( n = parseFloat ( t ) , isFinite ( n ) ? ( r [ 5 ] && ( n *= { b : 1 , k : 1024 , kb : 1024 , mb : 1048576 , m : 1048576 , gb : 1073741824 , g : 1073741824 , tb : 1099511627776 , t : 1099511627776 , pb : 0x4000000000000 , p : 0x4000000000000 } [ r [ 5 ] ] ) , n = Math . round ( n ) ) : null ) } , formatDate : function ( e , t ) { return t = t || "LLL" , re ( ) ( e ) . format ( t ) } , relativeModifiedDate : function ( e ) { var n = re ( ) ( ) . diff ( re ( ) ( e ) ) ; return n >= 0 && n < 45e3 ? t ( "core" , "seconds ago" ) : re ( ) ( e ) . fromNow ( ) } , isIE : function ( ) { return s ( ) ( "html" ) . hasClass ( "ie" ) } , getScrollBarWidth : function ( ) { if ( this . _scrollBarWidth ) return this . _scrollBarWidth ; var e = document . createElement ( "p" ) ; e . style . width = "100%" , e . style . height = "200px" ; var t = document . createElement ( "div" ) ; t . style . position = "absolute" , t . style . top = "0px" , t . style . left = "0px" , t . style . visibility = "hidden" , t . style . width = "200px" , t . style . height = "150px" , t . style . overflow = "hidden" , t . appendChild ( e ) , document . body . appendChild ( t ) ; var n = e . offsetWidth ; t . style . overflow = "scroll" ; var r = e . offsetWidth ; return n === r && ( r = t . clientWidth ) , document . body . removeChild ( t ) , this . _scrollBarWidth = n - r , this . _scrollBarWidth } , stripTime : function ( e ) { return new Date ( e . getFullYear ( ) , e . getMonth ( ) , e . getDate ( ) ) } , naturalSortCompare : function ( e , t ) { var n , r = ae ( e ) , a = ae ( t ) ; for ( n = 0 ; r [ n ] && a [ n ] ; n ++ ) if ( r [ n ] !== a [ n ] ) { var i = Number ( r [ n ] ) , s = Number ( a [ n ] ) ; return i == r [ n ] && s == a [ n ] ? i - s : r [ n ] . localeCompare ( a [ n ] , ce . getLanguage ( ) ) } return r . length - a . length } , waitFor : function ( e , t ) { ! function n ( ) { ! 0 !== e ( ) && setTimeout ( n , t ) } ( ) } , isCookieSetToValue : function ( e , t ) { for ( var n = document . cookie . split ( ";" ) , r = 0 ; r < n . length ; r ++ ) { var a = n [ r ] . split ( "=" ) ; if ( a [ 0 ] . trim ( ) === e && a [ 1 ] . trim ( ) === t ) return ! 0 } return ! 1 } } , se = window . _oc _debug , oe = window . _oc _webroot ;
2019-05-14 12:14:29 +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-09-25 19:19:42 +03:00
* / i f ( v o i d 0 = = = o e ) { v a r u e = ( o e = l o c a t i o n . p a t h n a m e ) . i n d e x O f ( " / i n d e x . p h p / " ) ; o e = - 1 ! = = u e ? o e . s u b s t r ( 0 , u e ) : o e . s u b s t r ( 0 , o e . l a s t I n d e x O f ( " / " ) ) } v a r d e , l e = o e , c e = r . a = { c o r e A p p s : P . i , m e n u S p e e d : P . j , P E R M I S S I O N _ A L L : P . a , P E R M I S S I O N _ C R E A T E : P . b , P E R M I S S I O N _ D E L E T E : P . c , P E R M I S S I O N _ N O N E : P . d , P E R M I S S I O N _ R E A D : P . e , P E R M I S S I O N _ S H A R E : P . f , P E R M I S S I O N _ U P D A T E : P . g , T A G _ F A V O R I T E : P . h , f i l e I s B l a c k l i s t e d : f u n c t i o n ( e ) { r e t u r n ! ! e . m a t c h ( O . b l a c k l i s t _ f i l e s _ r e g e x ) } , a d d S c r i p t : f u n c t i o n ( e , t , n ) { v a r r ; c o n s o l e . w a r n ( " O C . a d d S c r i p t i s d e p r e c a t e d , u s e O C P . L o a d e r . l o a d S c r i p t i n s t e a d " ) ; v a r a = O C . f i l e P a t h ( e , " j s " , t + " . j s " ) ; r e t u r n o [ a ] ? n & & n ( ) : ( r = s . a . D e f e r r e d ( ) , s . a . g e t S c r i p t ( a , ( f u n c t i o n ( ) { r e t u r n r . r e s o l v e ( ) } ) ) , o [ a ] = r ) , o [ a ] } , a d d S t y l e : f u n c t i o n ( e , t ) { c o n s o l e . w a r n ( " O C . a d d S t y l e i s d e p r e c a t e d , u s e O C P . L o a d e r . l o a d S t y l e s h e e t i n s t e a d " ) ; v a r n = O C . f i l e P a t h ( e , " c s s " , t + " . c s s " ) ; - 1 = = = u . i n d e x O f ( n ) & & ( u . p u s h ( n ) , d o c u m e n t . c r e a t e S t y l e S h e e t ? d o c u m e n t . c r e a t e S t y l e S h e e t ( n ) : ( t = s ( ) ( ' < l i n k r e l = " s t y l e s h e e t " t y p e = " t e x t / c s s " h r e f = " ' + n + ' " / > ' ) , s ( ) ( " h e a d " ) . a p p e n d ( t ) ) ) } , A p p s : m . a , A p p C o n f i g : p , a p p C o n f i g : h , a p p S e t t i n g s : f u n c t i o n ( e ) { i f ( c o n s o l e . w a r n ( " O C . a p p S e t t i n g s i s d e p r e c a t e d a n d w i l l b e r e m o v e d w i t h N e x t c l o u d 1 8 " ) , v o i d 0 = = = e | | v o i d 0 = = = e . a p p i d ) t h r o w { n a m e : " M i s s i n g P a r a m e t e r " , m e s s a g e : " T h e p a r a m e t e r a p p i d i s m i s s i n g " } ; v a r n = { s c r i p t N a m e : " s e t t i n g s . p h p " , c a c h e : ! 0 } ; s . a . e x t e n d ( n , e ) ; v a r r = s ( ) ( " # a p p s e t t i n g s " ) ; i f ( 0 = = = r . l e n g t h ) t h r o w { n a m e : " M i s s i n g D O M E l e m e n t " , m e s s a g e : ' T h e r e h a s b e b e a n e l e m e n t w i t h i d " a p p s e t t i n g s " f o r t h e p o p u p t o s h o w . ' } ; v a r a = s ( ) ( " # a p p s e t t i n g s _ p o p u p " ) ; i f ( 0 = = = a . l e n g t h & & ( s ( ) ( " b o d y " ) . p r e p e n d ( ' < d i v c l a s s = " p o p u p h i d d e n " i d = " a p p s e t t i n g s _ p o p u p " > < / d i v > ' ) , ( a = s ( ) ( " # a p p s e t t i n g s _ p o p u p " ) ) . a d d C l a s s ( r . h a s C l a s s ( " t o p r i g h t " ) ? " t o p r i g h t " : " b o t t o m l e f t " ) ) , a . i s ( " : v i s i b l e " ) ) a . h i d e ( ) . r e m o v e ( ) ; e l s e { v a r i = r . h a s C l a s s ( " t o p r i g h t " ) ? " u p " : " l e f t " ; s . a . g e t ( O b j e c t ( y . a ) ( n . a p p i d , " " , n . s c r i p t N a m e ) , ( f u n c t i o n ( e ) { a . h t m l ( e ) . r e a d y ( ( f u n c t i o n ( ) { i f ( a . p r e p e n d ( ' < s p a n c l a s s = " a r r o w ' + i + ' " > < / s p a n > < h 2 > ' + t ( " c o r e " , " S e t t i n g s " ) + ' < / h 2 > < a c l a s s = " c l o s e " > < / a > ' ) . s h o w ( ) , a . f i n d ( " . c l o s e " ) . b i n d ( " c l i c k " , ( f u n c t i o n ( ) { a . r e m o v e ( ) } ) ) , v o i d 0 ! = = n . l o a d J S ) { v a r e ; i f ( ! 0 = = = n . l o a d J S ) e = " s e t t i n g s . j s " ; e l s e { i f ( " s t r i n g " ! = t y p e o f n . l o a d J S ) t h r o w { n a m e : " I n v a l i d P a r a m e t e r " , m e s s a g e : ' T h e " l o a d J S " p a r a m e t e r m u s t b e e i t h e r b o o l e a n o r a s t r i n g . ' } ; e = n . l o a d J S } n . c a c h e & & s . a . a j a x S e t u p ( { c a c h e : ! 0 } ) , s . a . g e t S c r i p t ( O b j e c t ( y . a ) ( n . a p p i d , " j s " , e ) ) . f a i l ( ( f u n c t i o n ( e , t , n ) { t h r o w n } ) ) } } ) ) . s h o w ( ) } ) , " h t m l " ) } } , a p p s w e b r o o t s : v , B a c k b o n e : H , C o n t a c t s M e n u : E . a , c o n f i g : O , c u r r e n t U s e r : F , d i a l o g s : R , E v e n t S o u r c e : U , g e t C u r r e n t U s e r : f u n c t i o n ( ) { r e t u r n { u i d : F , d i s p l a y N a m e : N } } , i s U s e r A d m i n : f u n c t i o n ( ) { r e t u r n G } , L 1 0 N : K . a , _ a j a x C o n n e c t i o n L o s t H a n d l e r : f , _ p r o c e s s A j a x E r r o r : f u n c t i o n ( e ) { ( 0 ! = = e . s t a t u s | | " a b o r t " ! = = e . s t a t u s T e x t & & " t i m e o u t " ! = = e . s t a t u s T e x t & & ! c e . _ r e l o a d C a l l e d ) & & ( l . a . c o n t a i n s ( [ 3 0 2 , 3 0 3 , 3 0 7 , 4 0 1 ] , e . s t a t u s ) & & c e . c u r r e n t U s e r ? s e t T i m e o u t ( ( f u n c t i o n ( ) { i f ( ! c e . _ u s e r I s N a v i g a t i n g A w a y & & ! c e . _ r e l o a d C a l l e d ) { v a r e = 0 , t = s e t I n t e r v a l ( ( f u n c t i o n ( ) { c . s h o w U p d a t e ( n ( " c o r e " , " P r o b l e m l o a d i n g p a g e , r e l o a d i n g i n % n s e c o n d " , " P r o b l e m l o a d i n g p a g e , r e l o a d i n g i n % n s e c o n d s " , 5 - e ) ) , e > = 5 & & ( c l e a r I n t e r v a l ( t ) , c e . r e l o a d ( ) ) , e + + } ) , 1 e 3 ) ; c e . _ r e l o a d C a l l e d = ! 0 } } ) , 1 0 0 ) : 0 = = = e . s t a t u s & & s e t T i m e o u t ( ( f u n c t i o n ( ) { c e . _ u s e r I s N a v i g a t i n g A w a y | | c e . _ r e l o a d C a l l e d | | c e . _ a j a x C o n n e c t i o n L o s t H a n d l e r ( ) } ) , 1 0 0 ) ) } , r e g i s t e r X H R F o r E r r o r P r o c e s s i n g : f u n c t i o n ( e ) { e . a d d E v e n t L i s t e n e r & & ( e . a d d E v e n t L i s t e n e r ( " l o a d " , ( f u n c t i o n ( ) { 4 = = = e . r e a d y S t a t e & & ( e . s t a t u s > = 2 0 0 & & e . s t a t u s < 3 0 0 | | 3 0 4 = = = e . s t a t u s | | s ( ) ( d o c u m e n t ) . t r i g g e r ( n e w s . a . E v e n t ( " a j a x E r r o r " ) , e ) ) } ) ) , e . a d d E v e n t L i s t e n e r ( " e r r o r " , ( f u n c t i o n ( ) { s ( ) ( d o c u m e n t ) . t r i g g e r ( n e w s . a . E v e n t ( " a j a x E r r o r " ) , e ) } ) ) ) } , _ c a p a b i l i t i e s : J ( ) , g e t C a p a b i l i t i e s : J , h i d e M e n u s : V , r e g i s t e r M e n u : f u n c t i o n ( e , t , n , r ) { t . a d d C l a s s ( " m e n u " ) ; v a r a = " A " = = = e . p r o p ( " t a g N a m e " ) | | " B U T T O N " = = = e . p r o p ( " t a g N a m e " ) ; e . o n ( a ? " c l i c k . m e n u " : " c l i c k . m e n u k e y u p . m e n u " , ( f u n c t i o n ( a ) { a . p r e v e n t D e f a u l t ( ) , a . k e y & & " E n t e r " ! = = a . k e y | | ( t . i s ( q ) ? V ( ) : ( q & & V ( ) , ! 0 = = = r & & t . p a r e n t ( ) . a d d C l a s s ( " o p e n e d M e n u " ) , e . a t t r ( " a r i a - e x p a n d e d " , ! 0 ) , t . s l i d e T o g g l e ( P . j , n ) , q = t , e ) ) } ) ) } , s h o w M e n u : f u n c t i o n ( e , t , n ) { t . i s ( q ) | | ( V ( ) , q = t , e , t . t r i g g e r ( n e w s . a . E v e n t ( " b e f o r e S h o w " ) ) , t . s h o w ( ) , t . t r i g g e r ( n e w s . a . E v e n t ( " a f t e r S h o w " ) ) , l . a . i s F u n c t i o n ( n ) & & n ( ) ) } , u n r e g i s t e r M e n u : f u n c t i o n ( e , t ) { t . i s ( q ) & & V ( ) , e . o f f ( " c l i c k . m e n u " ) . r e m o v e C l a s s ( " m e n u t o g g l e " ) , t . r e m o v e C l a s s ( " m
/ * *
2019-01-30 19:06:01 +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-09-25 19:19:42 +03:00
* / O b j e c t ( $ . c ) ( ( f u n c t i o n ( e ) { O C . r e q u e s t T o k e n = e } ) ) } , , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; n . d ( t , " i " , ( f u n c t i o n ( ) { r e t u r n r } ) ) , n . d ( t , " j " , ( f u n c t i o n ( ) { r e t u r n a } ) ) , n . d ( t , " d " , ( f u n c t i o n ( ) { r e t u r n i } ) ) , n . d ( t , " b " , ( f u n c t i o n ( ) { r e t u r n s } ) ) , n . d ( t , " e " , ( f u n c t i o n ( ) { r e t u r n o } ) ) , n . d ( t , " g " , ( f u n c t i o n ( ) { r e t u r n u } ) ) , n . d ( t , " c " , ( f u n c t i o n ( ) { r e t u r n d } ) ) , n . d ( t , " f " , ( f u n c t i o n ( ) { r e t u r n l } ) ) , n . d ( t , " a " , ( f u n c t i o n ( ) { r e t u r n c } ) ) , n . d ( t , " h " , ( f u n c t i o n ( ) { r e t u r n f } ) ) ;
/ * *
2019-01-30 19:06:01 +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
*
2019-05-10 14:38:11 +03:00
* This program is free software = you can redistribute it and / or modify
2019-01-30 19:06:01 +03:00
* it under the terms of the GNU Affero General Public License as
2019-05-10 14:38:11 +03:00
* published by the Free Software Foundation either version 3 of the
* License or ( at your option ) any later version .
2019-01-30 19:06:01 +03:00
*
2019-05-10 14:38:11 +03:00
* This program is distributed in the hope that it will be useful
2019-01-30 19:06:01 +03:00
* 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
2019-05-10 14:38:11 +03:00
* along with this program . If not see < http : //www.gnu.org/licenses/>.
* /
2019-09-25 19:19:42 +03:00
var r = [ "" , "admin" , "log" , "core/search" , "core" , "3rdparty" ] , a = 50 , i = 0 , s = 4 , o = 1 , u = 2 , d = 8 , l = 16 , c = 31 , f = "_$!<Favorite>!$_" } , function ( e , t , n ) { "use strict" ; n . d ( t , "e" , ( function ( ) { return o } ) ) , n . d ( t , "h" , ( function ( ) { return u } ) ) , n . d ( t , "g" , ( function ( ) { return d } ) ) , n . d ( t , "f" , ( function ( ) { return l } ) ) , n . d ( t , "b" , ( function ( ) { return c } ) ) , n . d ( t , "d" , ( function ( ) { return f } ) ) , n . d ( t , "a" , ( function ( ) { return m } ) ) , n . d ( t , "c" , ( function ( ) { return _ } ) ) ; var r = n ( 2 ) , a = n . n ( r ) , i = n ( 3 ) , s = n ( 5 ) , o = function ( e , t ) { return m ( e , "" , t ) } , u = function ( e ) { return _ ( ) + "/remote.php/" + e } , d = function ( e ) { return window . location . protocol + "//" + window . location . host + u ( e ) } , l = function ( e , t ) { return t = 2 !== t ? 1 : 2 , window . location . protocol + "//" + window . location . host + _ ( ) + "/ocs/v" + t + ".php/" + e + "/" } , c = function ( e , t , n ) { var r = n || { } ; a . a . defaults ( r , { escape : ! 0 } ) ; var s = function ( e , t ) { return t = t || [ ] , e . replace ( /{([^{}]*)}/g , ( function ( e , n ) { var a = t [ n ] ; return r . escape ? "string" == typeof a || "number" == typeof a ? encodeURIComponent ( a ) : encodeURIComponent ( e ) : "string" == typeof a || "number" == typeof a ? a : e } ) ) } ; return "/" !== e . charAt ( 0 ) && ( e = "/" + e ) , ! 0 === i . a . config . modRewriteWorking ? _ ( ) + s ( e , t ) : _ ( ) + "/index.php" + s ( e , t ) } , f = function ( e , t ) { return - 1 === t . indexOf ( "." ) ? m ( e , "img" , t + ".svg" ) : m ( e , "img" , t ) } , m = function ( e , t , n ) { var r = - 1 !== s . i . indexOf ( e ) , a = _ ( ) ; return "php" !== n . substring ( n . length - 3 ) || r ? "php" === n . substring ( n . length - 3 ) || r ? ( a += "core" !== e && "search" !== e || "ajax" !== t ? "/" : "/index.php/" , r || ( a += "apps/" ) , "" !== e && ( a += e += "/" ) , t && ( a += t + "/" ) , a += n ) : ( a = i . a . appswebroots [ e ] , t && ( a += "/" + t + "/" ) , "/" !== a . substring ( a . length - 1 ) && ( a += "/" ) , a += n ) : ( a += "/index.php/apps/" + e , "index.php" !== n && ( a += "/" , t && ( a += encodeURI ( t + "/" ) ) , a += n ) ) , a } , _ = function ( ) { return i . a . webroot } } , , , , , function ( e , t , n ) { "use strict" ; t . _ _esModule = ! 0 , t . extend = o , t . indexOf = function ( e , t ) { for ( var n = 0 , r = e . length ; n < r ; n ++ ) if ( e [ n ] === t ) return n ; return - 1 } , t . escapeExpression = function ( e ) { if ( "string" != typeof e ) { if ( e && e . toHTML ) return e . toHTML ( ) ; if ( null == e ) return "" ; if ( ! e ) return e + "" ; e = "" + e } if ( ! i . test ( e ) ) return e ; return e . replace ( a , s ) } , t . isEmpty = function ( e ) { return ! e && 0 !== e || ! ( ! l ( e ) || 0 !== e . length ) } , t . createFrame = function ( e ) { var t = o ( { } , e ) ; return t . _parent = e , t } , t . blockParams = function ( e , t ) { return e . path = t , e } , t . appendContextPath = function ( e , t ) { return ( e ? e + "." : "" ) + t } ; var r = { "&" : "&" , "<" : "<" , ">" : ">" , '"' : """ , "'" : "'" , "`" : "`" , "=" : "=" } , a = /[&<>"'`=]/g , i = /[&<>"'`=]/ ; function s ( e ) { return r [ e ] } function o ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) for ( var n in arguments [ t ] ) Object . prototype . hasOwnProperty . call ( arguments [ t ] , n ) && ( e [ n ] = arguments [ t ] [ n ] ) ; return e } var u = Object . prototype . toString ; t . toString = u ; var d = function ( e ) { return "function" == typeof e } ; d ( /x/ ) && ( t . isFunction = d = function ( e ) { return "function" == typeof e && "[object Function]" === u . call ( e ) } ) , t . isFunction = d ; var l = Array . isArray || function ( e ) { return ! ( ! e || "object" != typeof e ) && "[object Array]" === u . call ( e ) } ; t . isArray = l } , function ( e , t , n ) { ( function ( r ) { var a , i , s ; s = "object" == typeof self && self . self === self && self || "object" == typeof r && r . global === r && r , a = [ n ( 2 ) , n ( 0 ) , t ] , void 0 === ( i = function ( e , t , n ) { s . Backbone = function ( e , t , n , r ) { var a = e . Backbone , i = Array . prototype . slice ; t . VERSION = "1.4.0" , t . $ = r , t . noConflict = function ( ) { return e . Backbone = a , this } , t . emulateHTTP = ! 1 , t . emulateJSON = ! 1 ; var s , o = t . Events = { } , u = /\s+/ , d = function ( e , t , r , a , i ) { var s , o = 0 ; if ( r && "object" == typeof r ) { void 0 !== a && "context" in i && void 0 === i . context && ( i . context = a ) ; for ( s = n . keys ( r ) ; o < s . length ; o ++ ) t = d ( e , t , s [ o ] , r [ s [ o ] ] , i ) } else if ( r && u . test ( r ) ) for ( s = r . split ( u ) ; o < s . length ; o ++ ) t = e ( t , s [ o ] , a , i ) ; else t = e ( t , r , a , i ) ; return t } ; o . on = function ( e , t , n ) { return this . _events = d ( l , this . _events || { } , e , t , { context : n , ctx : this , listening : s } ) , s && ( ( this . _listeners || ( this . _listeners = { } ) ) [ s . id ] = s , s . interop = ! 1 ) , this } , o . listenTo = function ( e , t , r ) { if ( ! e ) return this ; var a = e . _listenId || ( e . _listenId = n . uniqueId ( "l" ) ) , i = this . _listeningTo || ( this . _listeningTo = { } ) , o = s = i [ a ] ; o || ( this . _listenId || ( this . _listenId = n . uniqueId ( "l" ) ) , o = s = i [ a ] = new p ( this , e ) ) ; var u = c ( e , t , r , this ) ; if ( s = void 0 , u ) throw u ; return o . interop && o . on ( t , r ) , this } ; var l = function ( e , t , n , r ) { if ( n ) { var a = e [ t ] || ( e [ t ] = [ ] ) , i = r . context , s = r . ctx , o = r . listening ; o && o . count ++ , a . push ( { callback : n , context : i , ctx : i || s , listening : o } ) } return e } , c = fun
/ * *
2019-05-31 14:27:29 +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-09-25 19:19:42 +03:00
window . _oc _l10n _registry _translations = window . _oc _l10n _registry _translations || { } , window . _oc _l10n _registry _plural _functions = window . _oc _l10n _registry _plural _functions || { } ; var f = function ( e , t , n ) { m ( e ) ? function ( e , t , n ) { window . _oc _l10n _registry _translations [ e ] = Object . assign ( window . _oc _l10n _registry _translations [ e ] , t ) , window . _oc _l10n _registry _plural _functions [ e ] = n } ( e , t , n ) : function ( e , t , n ) { window . _oc _l10n _registry _translations [ e ] = t , window . _oc _l10n _registry _plural _functions [ e ] = n } ( e , t , n ) } , m = function ( e ) { return void 0 !== window . _oc _l10n _registry _translations [ e ] && void 0 !== window . _oc _l10n _registry _plural _functions [ e ] } , _ = function ( e ) { return { translations : window . _oc _l10n _registry _translations [ e ] || { } , pluralFunction : window . _oc _l10n _registry _plural _functions [ e ] } } ; function h ( e ) { return ( h = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( e ) { return typeof e } : function ( e ) { return e && "function" == typeof Symbol && e . constructor === Symbol && e !== Symbol . prototype ? "symbol" : typeof e } ) ( e ) } n . d ( t , "b" , ( function ( ) { return y } ) ) , n . d ( t , "d" , ( function ( ) { return v } ) ) , n . d ( t , "c" , ( function ( ) { return g } ) ) ; var p = { load : function ( e , t ) { if ( m ( e ) || "en" === c . a . getLocale ( ) ) { var n = s . a . Deferred ( ) , r = n . promise ( ) ; return r . then ( t ) , n . resolve ( ) , r } var a = this , i = c . a . filePath ( e , "l10n" , c . a . getLocale ( ) + ".json" ) ; return s . a . get ( i ) . then ( ( function ( t ) { t . translations && a . register ( e , t . translations , t . pluralForm ) } ) ) . then ( t ) } , register : function ( e , t ) { f ( e , t , this . _getPlural ) } , _unregister : function ( e ) { delete window . _oc _l10n _registry _translations [ e ] , delete window . _oc _l10n _registry _plural _functions [ e ] } , translate : function ( e , t , n , r , i ) { var s = i || { } ; a . a . defaults ( s , { escape : ! 0 } ) ; var o = t , d = _ ( e ) . translations [ t ] ; return void 0 !== d && ( o = d ) , "object" === h ( n ) || void 0 !== r ? u . a . sanitize ( function ( e , t , n ) { return e . replace ( /%n/g , n ) . replace ( /{([^{}]*)}/g , ( function ( e , n ) { var r = t [ n ] ; return "string" == typeof r || "number" == typeof r ? s . escape ? u . a . sanitize ( escapeHTML ( r ) ) : u . a . sanitize ( r ) : u . a . sanitize ( e ) } ) ) } ( o , n , r ) ) : u . a . sanitize ( o ) } , translatePlural : function ( e , t , n , r , a , i ) { var o = "_" + t + "_::_" + n + "_" , u = _ ( e ) , d = u . translations [ o ] ; if ( void 0 !== d ) { var l = d ; if ( s . a . isArray ( l ) ) { var c = u . pluralFunction ( r ) ; return this . translate ( e , l [ c ] , a , r , i ) } } return 1 === r ? this . translate ( e , t , a , r , i ) : this . translate ( e , n , a , r , i ) } , _getPlural : function ( e ) { var t = c . a . getLanguage ( ) ; if ( "pt_BR" === t && ( t = "xbr" ) , void 0 === t || "" === t ) return 1 === e ? 0 : 1 ; switch ( t . length > 3 && ( t = t . substring ( 0 , t . lastIndexOf ( "_" ) ) ) , t ) { case "az" : case "bo" : case "dz" : case "id" : case "ja" : case "jv" : case "ka" : case "km" : case "kn" : case "ko" : case "ms" : case "th" : case "tr" : case "vi" : case "zh" : return 0 ; case "af" : case "bn" : case "bg" : case "ca" : case "da" : case "de" : case "el" : case "en" : case "eo" : case "es" : case "et" : case "eu" : case "fa" : case "fi" : case "fo" : case "fur" : case "fy" : case "gl" : case "gu" : case "ha" : case "he" : case "hu" : case "is" : case "it" : case "ku" : case "lb" : case "ml" : case "mn" : case "mr" : case "nah" : case "nb" : case "ne" : case "nl" : case "nn" : case "no" : case "oc" : case "om" : case "or" : case "pa" : case "pap" : case "ps" : case "pt" : case "so" : case "sq" : case "sv" : case "sw" : case "ta" : case "te" : case "tk" : case "ur" : case "zu" : return 1 === e ? 0 : 1 ; case "am" : case "bh" : case "fil" : case "fr" : case "gun" : case "hi" : case "hy" : case "ln" : case "mg" : case "nso" : case "xbr" : case "ti" : case "wa" : return 0 === e || 1 === e ? 0 : 1 ; case "be" : case "bs" : case "hr" : case "ru" : case "sh" : case "sr" : case "uk" : return e % 10 == 1 && e % 100 != 11 ? 0 : e % 10 >= 2 && e % 10 <= 4 && ( e % 100 < 10 || e % 100 >= 20 ) ? 1 : 2 ; case "cs" : case "sk" : return 1 === e ? 0 : e >= 2 && e <= 4 ? 1 : 2 ; case "ga" : return 1 === e ? 0 : 2 === e ? 1 : 2 ; case "lt" : return e % 10 == 1 && e % 100 != 11 ? 0 : e % 10 >= 2 && ( e % 100 < 10 || e % 100 >= 20 ) ? 1 : 2 ; case "sl" : return e % 100 == 1 ? 0 : e % 100 == 2 ? 1 : e % 100 == 3 || e % 100 == 4 ? 2 : 3 ; case "mk" : return e % 10 == 1 ? 0 : 1 ; case "mt" : return 1 === e ? 0 : 0 === e || e % 100 > 1 && e % 100 < 11 ? 1 : e % 100 > 10 && e % 100 < 20 ? 2 : 3 ; case "lv" : return 0 === e ? 0 : e % 10 == 1 && e % 100 != 11 ? 1 : 2 ; case "pl" : return 1 === e ? 0 : e % 10 >= 2 && e % 10 <= 4 && ( e % 100 < 12 || e % 100 > 14 ) ? 1 : 2 ; case "cy" : return 1 === e ? 0 : 2 === e ? 1 : 8 === e || 11 === e ? 2 : 3 ; case "ro" : return 1 === e ? 0 : 0 === e || e % 100 > 0 && e % 100 < 20 ? 1 : 2 ; case "ar" : return 0 === e ? 0 : 1 === e ? 1 : 2 === e ? 2 : e % 100 >= 3 && e % 100 <= 10 ? 3 : e % 100 >= 11 && e % 100 <= 99 ? 4 : 5 ; default : return 0 } } } , y = ( t . a = p , function ( ) { var e = v ( ) ; return "string" == typeof e ? e . replace ( /_/g , "-" ) : e } ) , v = function ( ) { return s ( ) ( "html" ) . data ( "locale" ) } , g = function ( ) { return s ( ) ( "html" ) . prop ( "lang" ) } ; l . a . re
/ * *
2019-05-10 15:18:08 +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-09-13 12:04:31 +03:00
var r = document . getElementsByTagName ( "head" ) [ 0 ] . getAttribute ( "data-requesttoken" ) , a = [ ] , i = function ( ) { return r } , s = function ( e ) { return a . push ( e ) } , o = function ( e ) { r = e , a . forEach ( ( function ( e ) { return e ( r ) } ) ) } } , , function ( e , t , n ) { "use strict" ; n . r ( t ) , function ( e ) { n . d ( t , "getApps" , ( function ( ) { return o } ) ) , n . d ( t , "getKeys" , ( function ( ) { return u } ) ) , n . d ( t , "getValue" , ( function ( ) { return d } ) ) , n . d ( t , "setValue" , ( function ( ) { return l } ) ) , n . d ( t , "deleteKey" , ( function ( ) { return c } ) ) ; var r = n ( 0 ) , a = n . n ( r ) , i = n ( 3 ) ;
2019-01-30 19:06:01 +03:00
/ * *
* @ copyright Copyright ( c ) 2016 Joas Schilling < coding @ schilljs . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
* /
2019-09-25 19:19:42 +03:00
function s ( t , n , r ) { "post" !== t && "delete" !== t || ! i . a . PasswordConfirmation . requiresPasswordConfirmation ( ) ? ( r = r || { } , a . a . ajax ( { type : t . toUpperCase ( ) , url : i . a . linkToOCS ( "apps/provisioning_api/api/v1" , 2 ) + "config/apps" + n , data : r . data || { } , success : r . success , error : r . error } ) ) : i . a . PasswordConfirmation . requirePasswordConfirmation ( e . bind ( s , this , t , n , r ) ) } function o ( e ) { s ( "get" , "" , e ) } function u ( e , t ) { s ( "get" , "/" + e , t ) } function d ( e , t , n , r ) { ( r = r || { } ) . data = { defaultValue : n } , s ( "get" , "/" + e + "/" + t , r ) } function l ( e , t , n , r ) { ( r = r || { } ) . data = { value : n } , s ( "post" , "/" + e + "/" + t , r ) } function c ( e , t , n ) { s ( "delete" , "/" + e + "/" + t , n ) } } . call ( this , n ( 2 ) ) } , function ( e , t , n ) { e . exports = function ( ) { "use strict" ; var e = Object . freeze || function ( e ) { return e } , t = e ( [ "a" , "abbr" , "acronym" , "address" , "area" , "article" , "aside" , "audio" , "b" , "bdi" , "bdo" , "big" , "blink" , "blockquote" , "body" , "br" , "button" , "canvas" , "caption" , "center" , "cite" , "code" , "col" , "colgroup" , "content" , "data" , "datalist" , "dd" , "decorator" , "del" , "details" , "dfn" , "dir" , "div" , "dl" , "dt" , "element" , "em" , "fieldset" , "figcaption" , "figure" , "font" , "footer" , "form" , "h1" , "h2" , "h3" , "h4" , "h5" , "h6" , "head" , "header" , "hgroup" , "hr" , "html" , "i" , "img" , "input" , "ins" , "kbd" , "label" , "legend" , "li" , "main" , "map" , "mark" , "marquee" , "menu" , "menuitem" , "meter" , "nav" , "nobr" , "ol" , "optgroup" , "option" , "output" , "p" , "pre" , "progress" , "q" , "rp" , "rt" , "ruby" , "s" , "samp" , "section" , "select" , "shadow" , "small" , "source" , "spacer" , "span" , "strike" , "strong" , "style" , "sub" , "summary" , "sup" , "table" , "tbody" , "td" , "template" , "textarea" , "tfoot" , "th" , "thead" , "time" , "tr" , "track" , "tt" , "u" , "ul" , "var" , "video" , "wbr" ] ) , n = e ( [ "svg" , "a" , "altglyph" , "altglyphdef" , "altglyphitem" , "animatecolor" , "animatemotion" , "animatetransform" , "audio" , "canvas" , "circle" , "clippath" , "defs" , "desc" , "ellipse" , "filter" , "font" , "g" , "glyph" , "glyphref" , "hkern" , "image" , "line" , "lineargradient" , "marker" , "mask" , "metadata" , "mpath" , "path" , "pattern" , "polygon" , "polyline" , "radialgradient" , "rect" , "stop" , "style" , "switch" , "symbol" , "text" , "textpath" , "title" , "tref" , "tspan" , "video" , "view" , "vkern" ] ) , r = e ( [ "feBlend" , "feColorMatrix" , "feComponentTransfer" , "feComposite" , "feConvolveMatrix" , "feDiffuseLighting" , "feDisplacementMap" , "feDistantLight" , "feFlood" , "feFuncA" , "feFuncB" , "feFuncG" , "feFuncR" , "feGaussianBlur" , "feMerge" , "feMergeNode" , "feMorphology" , "feOffset" , "fePointLight" , "feSpecularLighting" , "feSpotLight" , "feTile" , "feTurbulence" ] ) , a = e ( [ "math" , "menclose" , "merror" , "mfenced" , "mfrac" , "mglyph" , "mi" , "mlabeledtr" , "mmultiscripts" , "mn" , "mo" , "mover" , "mpadded" , "mphantom" , "mroot" , "mrow" , "ms" , "mspace" , "msqrt" , "mstyle" , "msub" , "msup" , "msubsup" , "mtable" , "mtd" , "mtext" , "mtr" , "munder" , "munderover" ] ) , i = e ( [ "#text" ] ) , s = Object . freeze || function ( e ) { return e } , o = s ( [ "accept" , "action" , "align" , "alt" , "autocomplete" , "background" , "bgcolor" , "border" , "cellpadding" , "cellspacing" , "checked" , "cite" , "class" , "clear" , "color" , "cols" , "colspan" , "controls" , "coords" , "crossorigin" , "datetime" , "default" , "dir" , "disabled" , "download" , "enctype" , "face" , "for" , "headers" , "height" , "hidden" , "high" , "href" , "hreflang" , "id" , "integrity" , "ismap" , "label" , "lang" , "list" , "loop" , "low" , "max" , "maxlength" , "media" , "method" , "min" , "minlength" , "multiple" , "name" , "noshade" , "novalidate" , "nowrap" , "open" , "optimum" , "pattern" , "placeholder" , "poster" , "preload" , "pubdate" , "radiogroup" , "readonly" , "rel" , "required" , "rev" , "reversed" , "role" , "rows" , "rowspan" , "spellcheck" , "scope" , "selected" , "shape" , "size" , "sizes" , "span" , "srclang" , "start" , "src" , "srcset" , "step" , "style" , "summary" , "tabindex" , "title" , "type" , "usemap" , "valign" , "value" , "width" , "xmlns" ] ) , u = s ( [ "accent-height" , "accumulate" , "additive" , "alignment-baseline" , "ascent" , "attributename" , "attributetype" , "azimuth" , "basefrequency" , "baseline-shift" , "begin" , "bias" , "by" , "class" , "clip" , "clip-path" , "clip-rule" , "color" , "color-interpolation" , "color-interpolation-filters" , "color-profile" , "color-rendering" , "cx" , "cy" , "d" , "dx" , "dy" , "diffuseconstant" , "direction" , "display" , "divisor" , "dur" , "edgemode" , "elevation" , "end" , "fill" , "fill-opacity" , "fill-rule" , "filter" , "filterunits" , "flood-color" , "flood-opacity" , "font-family" , "font-size" , "font-size-adjust" , "font-stretch" , "font-style" , "font-variant" , "font-weight" , "fx" , "fy" , "g1" , "g2" , " g
2019-01-30 19:06:01 +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-09-25 19:19:42 +03:00
* / t . a = { } } , f u n c t i o n ( e , t , n ) { e . e x p o r t s = n ( 3 0 ) . d e f a u l t } , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; t . _ _ e s M o d u l e = ! 0 ; v a r r = [ " d e s c r i p t i o n " , " f i l e N a m e " , " l i n e N u m b e r " , " m e s s a g e " , " n a m e " , " n u m b e r " , " s t a c k " ] ; f u n c t i o n a ( e , t ) { v a r n = t & & t . l o c , i = v o i d 0 , s = v o i d 0 ; n & & ( e + = " - " + ( i = n . s t a r t . l i n e ) + " : " + ( s = n . s t a r t . c o l u m n ) ) ; f o r ( v a r o = E r r o r . p r o t o t y p e . c o n s t r u c t o r . c a l l ( t h i s , e ) , u = 0 ; u < r . l e n g t h ; u + + ) t h i s [ r [ u ] ] = o [ r [ u ] ] ; E r r o r . c a p t u r e S t a c k T r a c e & & E r r o r . c a p t u r e S t a c k T r a c e ( t h i s , a ) ; t r y { n & & ( t h i s . l i n e N u m b e r = i , O b j e c t . d e f i n e P r o p e r t y ? O b j e c t . d e f i n e P r o p e r t y ( t h i s , " c o l u m n " , { v a l u e : s , e n u m e r a b l e : ! 0 } ) : t h i s . c o l u m n = s ) } c a t c h ( e ) { } } a . p r o t o t y p e = n e w E r r o r , t . d e f a u l t = a , e . e x p o r t s = t . d e f a u l t } , , f u n c t i o n ( e , t ) { 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 ( e ) { " 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 ) } e . e x p o r t s = n } , , , , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; f u n c t i o n r ( e ) { r e t u r n e & & e . _ _ e s M o d u l e ? e : { d e f a u l t : e } } f u n c t i o n a ( e ) { i f ( e & & e . _ _ e s M o d u l e ) r e t u r n e ; v a r t = { } ; i f ( n u l l ! = e ) f o r ( v a r n i n e ) O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( e , n ) & & ( t [ n ] = e [ n ] ) ; r e t u r n t . d e f a u l t = e , t } t . _ _ e s M o d u l e = ! 0 ; v a r i = a ( n ( 5 2 ) ) , s = r ( n ( 2 1 3 ) ) , o = r ( n ( 2 4 ) ) , u = a ( n ( 1 1 ) ) , d = a ( n ( 2 1 4 ) ) , l = r ( n ( 2 1 5 ) ) ; f u n c t i o n c ( ) { v a r e = n e w i . H a n d l e b a r s E n v i r o n m e n t ; r e t u r n u . e x t e n d ( e , i ) , e . S a f e S t r i n g = s . d e f a u l t , e . E x c e p t i o n = o . d e f a u l t , e . U t i l s = u , e . e s c a p e E x p r e s s i o n = u . e s c a p e E x p r e s s i o n , e . V M = d , e . t e m p l a t e = f u n c t i o n ( t ) { r e t u r n d . t e m p l a t e ( t , e ) } , e } v a r f = c ( ) ; f . c r e a t e = c , l . d e f a u l t ( f ) , f . d e f a u l t = f , t . d e f a u l t = f , e . e x p o r t s = t . d e f a u l t } , , , , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; e . e x p o r t s = f u n c t i o n ( e ) { v a r t = [ ] ; r e t u r n t . t o S t r i n g = f u n c t i o n ( ) { r e t u r n t h i s . m a p ( ( f u n c t i o n ( t ) { v a r n = f u n c t i o n ( e , t ) { v a r n = e [ 1 ] | | " " , r = e [ 3 ] ; i f ( ! r ) r e t u r n n ; i f ( t & & " f u n c t i o n " = = t y p e o f b t o a ) { v a r a = ( s = r , o = b t o a ( u n e s c a p e ( e n c o d e U R I C o m p o n e n t ( J S O N . s t r i n g i f y ( s ) ) ) ) , u = " s o u r c e M a p p i n g U R L = d a t a : a p p l i c a t i o n / j s o n ; c h a r s e t = u t f - 8 ; b a s e 6 4 , " . c o n c a t ( o ) , " / * # " . c o n c a t ( u , " * / " ) ) , i = r . s o u r c e s . m a p ( ( f u n c t i o n ( e ) { r e t u r n " / * # s o u r c e U R L = " . c o n c a t ( r . s o u r c e R o o t ) . c o n c a t ( e , " * / " ) } ) ) ; r e t u r n [ n ] . c o n c a t ( i ) . c o n c a t ( [ a ] ) . j o i n ( " \ n " ) } v a r s , o , u ; r e t u r n [ n ] . j o i n ( " \ n " ) } ( t , e ) ; r e t u r n t [ 2 ] ? " @ m e d i a " . c o n c a t ( t [ 2 ] , " { " ) . c o n c a t ( n , " } " ) : n } ) ) . j o i n ( " " ) } , t . i = f u n c t i o n ( e , n ) { " s t r i n g " = = t y p e o f e & & ( e = [ [ n u l l , e , " " ] ] ) ; f o r ( v a r r = { } , a = 0 ; a < t h i s . l e n g t h ; a + + ) { v a r i = t h i s [ a ] [ 0 ] ; n u l l ! = i & & ( r [ i ] = ! 0 ) } f o r ( v a r s = 0 ; s < e . l e n g t h ; s + + ) { v a r o = e [ s ] ; n u l l ! = o [ 0 ] & & r [ o [ 0 ] ] | | ( n & & ! o [ 2 ] ? o [ 2 ] = n : n & & ( o [ 2 ] = " ( " . c o n c a t ( o [ 2 ] , " ) a n d ( " ) . c o n c a t ( n , " ) " ) ) , t . p u s h ( o ) ) } } , t } } , , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; f u n c t i o n r ( e , t ) { f o r ( v a r n = [ ] , r = { } , a = 0 ; a < t . l e n g t h ; a + + ) { v a r i = t [ a ] , s = i [ 0 ] , o = { i d : e + " : " + a , c s s : i [ 1 ] , m e d i a : i [ 2 ] , s o u r c e M a p : i [ 3 ] } ; r [ s ] ? r [ s ] . p a r t s . p u s h ( o ) : n . p u s h ( r [ s ] = { i d : s , p a r t s : [ o ] } ) } r e t u r n n } n . r ( t ) , n . d ( t , " d e f a u l t " , ( f u n c t i o n ( ) { r e t u r n _ } ) ) ; v a r a = " u n d e f i n e d " ! = t y p e o f d o c u m e n t ; i f ( " u n d e f i n e d " ! = t y p e o f D E B U G & & D E B U G & & ! a ) t h r o w n e w E r r o r ( " v u e - s t y l e - l o a d e r c a n n o t b e u s e d i n a n o n - b r o w s e r e n v i r o n m e n t . U s e { t a r g e t : ' n o d e ' } i n y o u r W e b p a c k c o n f i g t o i n d i c a t e a s e r v e r - r e n d e r i n g e n v i r o n m e n t . " ) ; v a r i = { } , s = a & & ( d o c u m e n t . h e a d | | d o c u m e n t . g e t E l e m e n t s B y T a g N a m e ( " h e a d " ) [ 0 ] ) , o = n u l l , u = 0 , d = ! 1 , l = f u n c t i o n ( ) { } , c = n u l l , f = " d a t a - v u e - s s r - i d " , m = " u n d e f i n e d " ! = t y p e o f n a v i g a t o r & & / m s i e [ 6 - 9 ] \ b / . t e s t ( n a v i g a t o r . u s e r A g e n t . t o L o w e r C a s e ( ) ) ; f u n c t i o n _ ( e , t , n , a ) { d = n , c = a | | { } ; v a r s = r ( e , t ) ; r e t u r n h ( s ) , f u n c t i o n ( t ) { f o r ( v a r n = [ ] , a = 0 ; a < s . l e n g t h ; a + + ) { v a r o = s [ a ] ; ( u = i [ o . i d ] ) . r e f s - - , n . p u s h ( u ) } t ? h ( s = r ( e , t ) ) : s = [ ] ; f o r ( a = 0 ; a < n . l e n g t h ; a + + ) { v a r u ; i f ( 0 = = = ( u = n [ a ] ) . r e f s ) { f o r ( v a r d = 0 ; d < u . p a r t s . l e n g t h ; d + + ) u . p a r t s [ d ] ( ) ; d e l e t e i [ u . i d ] } } } } f u n c t i o n h ( e ) { f o r ( v a r t = 0 ; t < e . l e n g t h ; t + + ) { v a r n = e [ t ] , r = i [ n . i d ] ; i f ( r ) { r . r e f s + + ; f o r ( v a r a = 0 ; a < r . p a r t s . l e n g t h ; a + + ) r . p a r t s [ a ] ( n . p a r t s [ a ] ) ; f o r ( ; a < n . p a r t s . l e n g t h ; a + + ) r . p a r t s . p u s h ( y ( n . p a r t s [ a ] ) ) ; r . p a r t s . l e n g t h > n . p a r t s . l e n g t h & & ( r . p a r t s . l e n g t h = n . p a r t s . l e n g t h ) } e l s e { v a r s = [ ] ; f o r ( a = 0 ; a < n . p a r t s . l e n g t h ; a + + ) s . p u s h ( y ( n . p a r t s [ a ] ) ) ; i [ n . i d ] = { i d : n . i d , r e f s : 1 , p a r t s : s } } } } f u n c t i o n p ( ) { v a r e = d o c u m e n t . c r e a t e E l e m e n t ( " s t y l e " ) ; r e t u r n e . t y p e = " t e x t / c s s " , s . a p p e n d C h i l d ( e ) , e } f u n c t i o n y ( e ) { v a r t , n , r = d o c u m e n t . q u e r y S e l e c t o r ( " s t y l e [ " + f + ' ~ = " ' + e . i d + ' " ] ' ) ; i f ( r ) { i f ( d ) r e t u r n l ; r . p a r e n t N o d e . r e m o v e C h i l d ( r ) } i f ( m ) { v a r a = u + + ; r = o | | ( o = p ( ) ) , t = M . b i n d ( n u l l , r , a , ! 1 ) , n = M . b i n d ( n u l l , r , a , ! 0 ) } e l s e r = p ( ) , t = L . b i n d ( n u l l , r ) , n = f u n c t i o n ( ) { r . p a r e n t N o d e . r e m o v e C h i l d ( r ) } ; r e t u r n t ( e ) , f u n c t i o n ( r ) { i f ( r ) { i f ( r . c s s = = = e . c s s & & r . m e d i a = = = e . m e d i a & & r . s o u r c e M a p = = = e . s o u r c e M a p ) r e t u r n ; t ( e = r ) } e l
/ * *
2019-01-30 19:06:01 +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-05-16 17:40:02 +03:00
* /
2019-09-22 04:13:13 +03:00
var r = function ( e ) { var t , n , r , a , i = { } ; if ( ! e ) return null ; ( n = e . indexOf ( "?" ) ) >= 0 && ( e = e . substr ( n + 1 ) ) , t = e . replace ( /\+/g , "%20" ) . split ( "&" ) ; for ( var s = 0 ; s < t . length ; s ++ ) { var o = t [ s ] ; ( r = ( n = o . indexOf ( "=" ) ) >= 0 ? [ o . substr ( 0 , n ) , o . substr ( n + 1 ) ] : [ o ] ) . length && ( ( a = decodeURIComponent ( r [ 0 ] ) ) && ( r . length > 1 ? i [ a ] = decodeURIComponent ( r [ 1 ] ) : i [ a ] = null ) ) } return i } , a = function ( t ) { return t ? e . map ( t , ( function ( e , t ) { var n = encodeURIComponent ( t ) ; return null != e && ( n += "=" + encodeURIComponent ( e ) ) , n } ) ) . join ( "&" ) : "" } } ) . call ( this , n ( 0 ) ) } , , , , , , , function ( e , t , n ) { "use strict" ; n . d ( t , "b" , ( function ( ) { return o } ) ) ; var r = n ( 0 ) , a = n . n ( r ) , i = ! 1 , s = { enableDynamicSlideToggle : function ( ) { i = ! 0 } , showAppSidebar : function ( e ) { ( e || a ( ) ( "#app-sidebar" ) ) . removeClass ( "disappear" ) . show ( ) , a ( ) ( "#app-content" ) . trigger ( new a . a . Event ( "appresized" ) ) } , hideAppSidebar : function ( e ) { ( e || a ( ) ( "#app-sidebar" ) ) . hide ( ) . addClass ( "disappear" ) , a ( ) ( "#app-content" ) . trigger ( new a . a . Event ( "appresized" ) ) } } , o = function ( ) { var e = a ( ) ( "[data-apps-slide-toggle]" ) ; 0 === e . length && a ( ) ( "#app-navigation" ) . addClass ( "without-app-settings" ) , a ( ) ( document ) . click ( ( function ( t ) { i && ( e = a ( ) ( "[data-apps-slide-toggle]" ) ) , e . each ( ( function ( e , n ) { var r = a ( ) ( n ) . data ( "apps-slide-toggle" ) , i = a ( ) ( r ) ; function s ( ) { i . slideUp ( 4 * OC . menuSpeed , ( function ( ) { i . trigger ( new a . a . Event ( "hide" ) ) } ) ) , i . removeClass ( "opened" ) , a ( ) ( n ) . removeClass ( "opened" ) } if ( ! i . is ( ":animated" ) ) if ( a ( ) ( n ) . is ( a ( ) ( t . target ) . closest ( "[data-apps-slide-toggle]" ) ) ) i . is ( ":visible" ) ? s ( ) : function ( ) { i . slideDown ( 4 * OC . menuSpeed , ( function ( ) { i . trigger ( new a . a . Event ( "show" ) ) } ) ) , i . addClass ( "opened" ) , a ( ) ( n ) . addClass ( "opened" ) ; var e = a ( ) ( r + " [autofocus]" ) ; 1 === e . length && e . focus ( ) } ( ) ; else { var o = a ( ) ( t . target ) . closest ( r ) ; i . is ( ":visible" ) && o [ 0 ] !== i [ 0 ] && s ( ) } } ) ) } ) ) } ; t . a = s } , function ( e , t ) { "undefined" == typeof dav && ( dav = { } ) , dav . _XML _CHAR _MAP = { "<" : "<" , ">" : ">" , "&" : "&" , '"' : """ , "'" : "'" } , dav . _escapeXml = function ( e ) { return e . replace ( /[<>&"']/g , ( function ( e ) { return dav . _XML _CHAR _MAP [ e ] } ) ) } , dav . Client = function ( e ) { var t ; for ( t in e ) this [ t ] = e [ t ] } , dav . Client . prototype = { baseUrl : null , userName : null , password : null , xmlNamespaces : { "DAV:" : "d" } , propFind : function ( e , t , n , r ) { void 0 === n && ( n = "0" ) , n = "" + n , ( r = r || { } ) . Depth = n , r [ "Content-Type" ] = "application/xml; charset=utf-8" ; var a , i = '<?xml version="1.0"?>\n<d:propfind ' ; for ( a in this . xmlNamespaces ) i += " xmlns:" + this . xmlNamespaces [ a ] + '="' + a + '"' ; for ( var s in i += ">\n <d:prop>\n" , t ) if ( t . hasOwnProperty ( s ) ) { var o = this . parseClarkNotation ( t [ s ] ) ; this . xmlNamespaces [ o . namespace ] ? i += " <" + this . xmlNamespaces [ o . namespace ] + ":" + o . name + " />\n" : i += " <x:" + o . name + ' xmlns:x="' + o . namespace + '" />\n' } return i += " </d:prop>\n" , i += "</d:propfind>" , this . request ( "PROPFIND" , e , r , i ) . then ( function ( e ) { return "0" === n ? { status : e . status , body : e . body [ 0 ] , xhr : e . xhr } : { status : e . status , body : e . body , xhr : e . xhr } } . bind ( this ) ) } , _renderPropSet : function ( e ) { var t = " <d:set>\n <d:prop>\n" ; for ( var n in e ) if ( e . hasOwnProperty ( n ) ) { var r , a = this . parseClarkNotation ( n ) , i = e [ n ] ; "d:resourcetype" !== ( r = this . xmlNamespaces [ a . namespace ] ? this . xmlNamespaces [ a . namespace ] + ":" + a . name : "x:" + a . name + ' xmlns:x="' + a . namespace + '"' ) && ( i = dav . _escapeXml ( i ) ) , t += " <" + r + ">" + i + "</" + r + ">\n" } return t += " </d:prop>\n" , t += " </d:set>\n" } , propPatch : function ( e , t , n ) { ( n = n || { } ) [ "Content-Type" ] = "application/xml; charset=utf-8" ; var r , a = '<?xml version="1.0"?>\n<d:propertyupdate ' ; for ( r in this . xmlNamespaces ) a += " xmlns:" + this . xmlNamespaces [ r ] + '="' + r + '"' ; return a += ">\n" + this . _renderPropSet ( t ) , a += "</d:propertyupdate>" , this . request ( "PROPPATCH" , e , n , a ) . then ( function ( e ) { return { status : e . status , body : e . body , xhr : e . xhr } } . bind ( this ) ) } , mkcol : function ( e , t , n ) { var r = "" ; if ( ( n = n || { } ) [ "Content-Type" ] = "application/xml; charset=utf-8" , t ) { var a ; for ( a in r = '<?xml version="1.0"?>\n<d:mkcol' , this . xmlNamespaces ) r += " xmlns:" + this . xmlNamespaces [ a ] + '="' + a + '"' ; r += ">\n" + this . _renderPropSet ( t ) , r += "</d:mkcol>" } return this . request ( "MKCOL" , e , n , r ) . then ( function ( e ) { return { status : e . status , body : e . body , xhr : e . xhr } } . bind ( this ) ) } , request : function ( e , t , n , r ) { var a , i = this , s = this . xhrProvider ( ) ; for ( a in n = n || { } , this . userName && ( n . Authorization = "Basic " + btoa ( this . userName + ":" + this . password ) ) , s . open ( e , this . resolveUrl ( t ) , ! 0 ) , n ) s . setR
2019-09-25 19:19:42 +03:00
/ * *
2019-01-30 19:06:01 +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-09-25 19:19:42 +03:00
* / n . a = { c a l l b a c k : n u l l , p a g e L o a d T i m e : n u l l , i n i t : f u n c t i o n ( ) { o ( ) ( " . p a s s w o r d - c o n f i r m - r e q u i r e d " ) . o n ( " c l i c k " , i . a . b i n d ( t h i s . r e q u i r e P a s s w o r d C o n f i r m a t i o n , t h i s ) ) , t h i s . p a g e L o a d T i m e = d . a . n o w ( ) } , r e q u i r e s P a s s w o r d C o n f i r m a t i o n : f u n c t i o n ( ) { v a r e = t h i s . p a g e L o a d T i m e - 1 e 3 * w i n d o w . n c _ p a g e L o a d , t = d . a . n o w ( ) - ( e + 1 e 3 * w i n d o w . n c _ l a s t L o g i n ) ; r e t u r n w i n d o w . b a c k e n d A l l o w s P a s s w o r d C o n f i r m a t i o n & & t > 1 8 e 5 } , r e q u i r e P a s s w o r d C o n f i r m a t i o n : f u n c t i o n ( e , n , r ) { n = v o i d 0 ! = = n ? n : { } ; v a r a = { t i t l e : t ( " c o r e " , " A u t h e n t i c a t i o n r e q u i r e d " ) , t e x t : t ( " c o r e " , " T h i s a c t i o n r e q u i r e s y o u t o c o n f i r m y o u r p a s s w o r d " ) , c o n f i r m : t ( " c o r e " , " C o n f i r m " ) , l a b e l : t ( " c o r e " , " P a s s w o r d " ) , e r r o r : " " } , s = i . a . e x t e n d ( a , n ) , u = t h i s ; t h i s . r e q u i r e s P a s s w o r d C o n f i r m a t i o n ( ) & & l . a . d i a l o g s . p r o m p t ( s . t e x t , s . t i t l e , ( f u n c t i o n ( e , t ) { e & & " " ! = = t ? u . _ c o n f i r m P a s s w o r d ( t , s ) : i . a . i s F u n c t i o n ( r ) & & r ( ) } ) , ! 0 , s . l a b e l , ! 0 ) . t h e n ( ( f u n c t i o n ( ) { v a r e = o ( ) ( " . o c - d i a l o g : v i s i b l e " ) ; i f ( e . f i n d ( " . u i - i c o n " ) . r e m o v e ( ) , e . a d d C l a s s ( " p a s s w o r d - c o n f i r m a t i o n " ) , " " ! = = s . e r r o r ) v a r t = o ( ) ( " < p > < / p > " ) . a d d C l a s s ( " m s g w a r n i n g " ) . t e x t ( s . e r r o r ) ; e . f i n d ( " . o c - d i a l o g - c o n t e n t " ) . a p p e n d ( t ) , e . f i n d ( " . o c - d i a l o g - b u t t o n r o w " ) . a d d C l a s s ( " a s i d e " ) ; v a r n = e . f i n d ( " b u t t o n " ) ; n . e q ( 0 ) . h i d e ( ) , n . e q ( 1 ) . t e x t ( s . c o n f i r m ) } ) ) , t h i s . c a l l b a c k = e } , _ c o n f i r m P a s s w o r d : f u n c t i o n ( e , n ) { v a r r = t h i s ; o . a . a j a x ( { u r l : l . a . g e n e r a t e U r l ( " / l o g i n / c o n f i r m " ) , d a t a : { p a s s w o r d : e } , t y p e : " P O S T " , s u c c e s s : f u n c t i o n ( e ) { w i n d o w . n c _ l a s t L o g i n = e . l a s t L o g i n , i . a . i s F u n c t i o n ( r . c a l l b a c k ) & & r . c a l l b a c k ( ) } , e r r o r : f u n c t i o n ( ) { n . e r r o r = t ( " c o r e " , " F a i l e d t o a u t h e n t i c a t e , t r y a g a i n " ) , l . a . P a s s w o r d C o n f i r m a t i o n . r e q u i r e P a s s w o r d C o n f i r m a t i o n ( r . c a l l b a c k , n ) } } ) } } } , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ;
2019-05-14 19:18:31 +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-09-25 19:19:42 +03:00
function r ( e , t ) { var n = [ "B" , "KB" , "MB" , "GB" , "TB" ] , r = e > 0 ? Math . floor ( Math . log ( e ) / Math . log ( 1024 ) ) : 0 , a = n [ r = Math . min ( n . length - 1 , r ) ] , i = ( e / Math . pow ( 1024 , r ) ) . toFixed ( 1 ) ; return ! 0 === t && 0 === r ? "0.0" !== i ? "< 1 KB" : "0 KB" : ( i = r < 2 ? parseFloat ( i ) . toFixed ( 0 ) : ".0" === i . substr ( i . length - 2 , 2 ) ? i . substr ( 0 , i . length - 2 ) : parseFloat ( i ) . toLocaleString ( OC . getCanonicalLocale ( ) ) ) + " " + a } n . d ( t , "a" , ( function ( ) { return r } ) ) } , , , , function ( e , t ) { e . exports = function ( e ) { return e . webpackPolyfill || ( e . deprecate = function ( ) { } , e . paths = [ ] , e . children || ( e . children = [ ] ) , Object . defineProperty ( e , "loaded" , { enumerable : ! 0 , get : function ( ) { return e . l } } ) , Object . defineProperty ( e , "id" , { enumerable : ! 0 , get : function ( ) { return e . i } } ) , e . webpackPolyfill = 1 ) , e } } , function ( e , t , n ) { "use strict" ; function r ( e ) { return e && e . _ _esModule ? e : { default : e } } t . _ _esModule = ! 0 , t . HandlebarsEnvironment = d ; var a = n ( 11 ) , i = r ( n ( 24 ) ) , s = n ( 53 ) , o = n ( 210 ) , u = r ( n ( 212 ) ) ; t . VERSION = "4.3.4" ; t . COMPILER _REVISION = 8 ; t . LAST _COMPATIBLE _COMPILER _REVISION = 7 ; t . REVISION _CHANGES = { 1 : "<= 1.0.rc.2" , 2 : "== 1.0.0-rc.3" , 3 : "== 1.0.0-rc.4" , 4 : "== 1.x.x" , 5 : "== 2.0.0-alpha.x" , 6 : ">= 2.0.0-beta.1" , 7 : ">= 4.0.0 <4.3.0" , 8 : ">= 4.3.0" } ; function d ( e , t , n ) { this . helpers = e || { } , this . partials = t || { } , this . decorators = n || { } , s . registerDefaultHelpers ( this ) , o . registerDefaultDecorators ( this ) } d . prototype = { constructor : d , logger : u . default , log : u . default . log , registerHelper : function ( e , t ) { if ( "[object Object]" === a . toString . call ( e ) ) { if ( t ) throw new i . default ( "Arg not supported with multiple helpers" ) ; a . extend ( this . helpers , e ) } else this . helpers [ e ] = t } , unregisterHelper : function ( e ) { delete this . helpers [ e ] } , registerPartial : function ( e , t ) { if ( "[object Object]" === a . toString . call ( e ) ) a . extend ( this . partials , e ) ; else { if ( void 0 === t ) throw new i . default ( 'Attempting to register a partial called "' + e + '" as undefined' ) ; this . partials [ e ] = t } } , unregisterPartial : function ( e ) { delete this . partials [ e ] } , registerDecorator : function ( e , t ) { if ( "[object Object]" === a . toString . call ( e ) ) { if ( t ) throw new i . default ( "Arg not supported with multiple decorators" ) ; a . extend ( this . decorators , e ) } else this . decorators [ e ] = t } , unregisterDecorator : function ( e ) { delete this . decorators [ e ] } } ; var l = u . default . log ; t . log = l , t . createFrame = a . createFrame , t . logger = u . default } , function ( e , t , n ) { "use strict" ; function r ( e ) { return e && e . _ _esModule ? e : { default : e } } t . _ _esModule = ! 0 , t . registerDefaultHelpers = function ( e ) { a . default ( e ) , i . default ( e ) , s . default ( e ) , o . default ( e ) , u . default ( e ) , d . default ( e ) , l . default ( e ) } , t . moveHelperToHooks = function ( e , t , n ) { e . helpers [ t ] && ( e . hooks [ t ] = e . helpers [ t ] , n || delete e . helpers [ t ] ) } ; var a = r ( n ( 203 ) ) , i = r ( n ( 204 ) ) , s = r ( n ( 205 ) ) , o = r ( n ( 206 ) ) , u = r ( n ( 207 ) ) , d = r ( n ( 208 ) ) , l = r ( n ( 209 ) ) } , function ( e , t , n ) { ! function ( e ) { "use strict" ; e . defineLocale ( "af" , { months : "Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember" . split ( "_" ) , monthsShort : "Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des" . split ( "_" ) , weekdays : "Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag" . split ( "_" ) , weekdaysShort : "Son_Maa_Din_Woe_Don_Vry_Sat" . split ( "_" ) , weekdaysMin : "So_Ma_Di_Wo_Do_Vr_Sa" . split ( "_" ) , meridiemParse : /vm|nm/i , isPM : function ( e ) { return /^nm$/i . test ( e ) } , meridiem : function ( e , t , n ) { return e < 12 ? n ? "vm" : "VM" : n ? "nm" : "NM" } , longDateFormat : { LT : "HH:mm" , LTS : "HH:mm:ss" , L : "DD/MM/YYYY" , LL : "D MMMM YYYY" , LLL : "D MMMM YYYY HH:mm" , LLLL : "dddd, D MMMM YYYY HH:mm" } , calendar : { sameDay : "[Vandag om] LT" , nextDay : "[Môre om] LT" , nextWeek : "dddd [om] LT" , lastDay : "[Gister om] LT" , lastWeek : "[Laas] dddd [om] LT" , sameElse : "L" } , relativeTime : { future : "oor %s" , past : "%s gelede" , s : "'n paar sekondes" , ss : "%d sekondes" , m : "'n minuut" , mm : "%d minute" , h : "'n uur" , hh : "%d ure" , d : "'n dag" , dd : "%d dae" , M : "'n maand" , MM : "%d maande" , y : "'n jaar" , yy : "%d jaar" } , dayOfMonthOrdinalParse : /\d{1,2}(ste|de)/ , ordinal : function ( e ) { return e + ( 1 === e || 8 === e || e >= 20 ? "ste" : "de" ) } , week : { dow : 1 , doy : 4 } } ) } ( n ( 1 ) ) } , function ( e , t , n ) { ! function ( e ) { "use strict" ; var t = { 1 : "١ " , 2 : "٢" , 3 : "٣" , 4 : "٤" , 5 : "٥ " , 6 : "٦" , 7 : "٧ " , 8 : "٨" , 9 : "٩" , 0 : "٠ " } , n = { "١ " : "1" , "٢" : "2" , "٣" : "3" , "٤" : "4" , "٥ " : "5" , "٦" : "6" , "٧ " : "7" , "٨" : "8" , "٩" : "9" , "٠ " : "0" } , r = function ( e ) { return 0 === e ? 0 : 1 === e ? 1 : 2 === e ? 2 : e % 100 >= 3 && e % 100 <= 10 ? 3 : e % 100 >= 11 ? 4 : 5 } , a = { s : [ "أقل من ثانية" , " ثا
2019-05-21 09:58:35 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /
2019-09-25 19:19:42 +03:00
e . exports = function ( e ) { return null != e && null != e . constructor && "function" == typeof e . constructor . isBuffer && e . constructor . isBuffer ( e ) } } , function ( e , t , n ) { "use strict" ; var r = n ( 13 ) , a = n ( 222 ) , i = n ( 256 ) , s = n ( 257 ) , o = n ( 227 ) ; function u ( e ) { this . defaults = e , this . interceptors = { request : new i , response : new i } } u . prototype . request = function ( e ) { "string" == typeof e ? ( e = arguments [ 1 ] || { } ) . url = arguments [ 0 ] : e = e || { } , ( e = o ( this . defaults , e ) ) . method = e . method ? e . method . toLowerCase ( ) : "get" ; var t = [ s , void 0 ] , n = Promise . resolve ( e ) ; for ( this . interceptors . request . forEach ( ( function ( e ) { t . unshift ( e . fulfilled , e . rejected ) } ) ) , this . interceptors . response . forEach ( ( function ( e ) { t . push ( e . fulfilled , e . rejected ) } ) ) ; t . length ; ) n = n . then ( t . shift ( ) , t . shift ( ) ) ; return n } , u . prototype . getUri = function ( e ) { return e = o ( this . defaults , e ) , a ( e . url , e . params , e . paramsSerializer ) . replace ( /^\?/ , "" ) } , r . forEach ( [ "delete" , "get" , "head" , "options" ] , ( function ( e ) { u . prototype [ e ] = function ( t , n ) { return this . request ( r . merge ( n || { } , { method : e , url : t } ) ) } } ) ) , r . forEach ( [ "post" , "put" , "patch" ] , ( function ( e ) { u . prototype [ e ] = function ( t , n , a ) { return this . request ( r . merge ( a || { } , { method : e , url : t , data : n } ) ) } } ) ) , e . exports = u } , function ( e , t , n ) { "use strict" ; var r = n ( 13 ) ; function a ( ) { this . handlers = [ ] } a . prototype . use = function ( e , t ) { return this . handlers . push ( { fulfilled : e , rejected : t } ) , this . handlers . length - 1 } , a . prototype . eject = function ( e ) { this . handlers [ e ] && ( this . handlers [ e ] = null ) } , a . prototype . forEach = function ( e ) { r . forEach ( this . handlers , ( function ( t ) { null !== t && e ( t ) } ) ) } , e . exports = a } , function ( e , t , n ) { "use strict" ; var r = n ( 13 ) , a = n ( 258 ) , i = n ( 223 ) , s = n ( 224 ) , o = n ( 265 ) , u = n ( 266 ) ; function d ( e ) { e . cancelToken && e . cancelToken . throwIfRequested ( ) } e . exports = function ( e ) { return d ( e ) , e . baseURL && ! o ( e . url ) && ( e . url = u ( e . baseURL , e . url ) ) , e . headers = e . headers || { } , e . data = a ( e . data , e . headers , e . transformRequest ) , e . headers = r . merge ( e . headers . common || { } , e . headers [ e . method ] || { } , e . headers || { } ) , r . forEach ( [ "delete" , "get" , "head" , "post" , "put" , "patch" , "common" ] , ( function ( t ) { delete e . headers [ t ] } ) ) , ( e . adapter || s . adapter ) ( e ) . then ( ( function ( t ) { return d ( e ) , t . data = a ( t . data , t . headers , e . transformResponse ) , t } ) , ( function ( t ) { return i ( t ) || ( d ( e ) , t && t . response && ( t . response . data = a ( t . response . data , t . response . headers , e . transformResponse ) ) ) , Promise . reject ( t ) } ) ) } } , function ( e , t , n ) { "use strict" ; var r = n ( 13 ) ; e . exports = function ( e , t , n ) { return r . forEach ( n , ( function ( n ) { e = n ( e , t ) } ) ) , e } } , function ( e , t , n ) { "use strict" ; var r = n ( 13 ) ; e . exports = function ( e , t ) { r . forEach ( e , ( function ( n , r ) { r !== t && r . toUpperCase ( ) === t . toUpperCase ( ) && ( e [ t ] = n , delete e [ r ] ) } ) ) } } , function ( e , t , n ) { "use strict" ; var r = n ( 226 ) ; e . exports = function ( e , t , n ) { var a = n . config . validateStatus ; ! a || a ( n . status ) ? e ( n ) : t ( r ( "Request failed with status code " + n . status , n . config , null , n . request , n ) ) } } , function ( e , t , n ) { "use strict" ; e . exports = function ( e , t , n , r , a ) { return e . config = t , n && ( e . code = n ) , e . request = r , e . response = a , e . isAxiosError = ! 0 , e . 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 } } , e } } , function ( e , t , n ) { "use strict" ; var r = n ( 13 ) , a = [ "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" ] ; e . exports = function ( e ) { var t , n , i , s = { } ; return e ? ( r . forEach ( e . split ( "\n" ) , ( function ( e ) { if ( i = e . indexOf ( ":" ) , t = r . trim ( e . substr ( 0 , i ) ) . toLowerCase ( ) , n = r . trim ( e . substr ( i + 1 ) ) , t ) { if ( s [ t ] && a . indexOf ( t ) >= 0 ) return ; s [ t ] = "set-cookie" === t ? ( s [ t ] ? s [ t ] : [ ] ) . concat ( [ n ] ) : s [ t ] ? s [ t ] + ", " + n : n } } ) ) , s ) : s } } , function ( e , t , n ) { "use strict" ; var r = n ( 13 ) ; e . exports = r . isStandardBrowserEnv ( ) ? function ( ) { var e , t = /(msie|trident)/i . test ( navigator . userAgent ) , n = document . createElement ( "a" ) ; function a ( e ) { var r = e ; return t && ( 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 . c
2019-05-21 09:58:35 +03:00
/ * !
* Vue . js v2 . 6.10
* ( c ) 2014 - 2019 Evan You
* Released under the MIT License .
* /
2019-09-25 19:19:42 +03:00
var r = Object . freeze ( { } ) ; function a ( e ) { return null == e } function i ( e ) { return null != e } function s ( e ) { return ! 0 === e } function o ( e ) { return "string" == typeof e || "number" == typeof e || "symbol" == typeof e || "boolean" == typeof e } function u ( e ) { return null !== e && "object" == typeof e } var d = Object . prototype . toString ; function l ( e ) { return "[object Object]" === d . call ( e ) } function c ( e ) { return "[object RegExp]" === d . call ( e ) } function f ( e ) { var t = parseFloat ( String ( e ) ) ; return t >= 0 && Math . floor ( t ) === t && isFinite ( e ) } function m ( e ) { return i ( e ) && "function" == typeof e . then && "function" == typeof e . catch } function _ ( e ) { return null == e ? "" : Array . isArray ( e ) || l ( e ) && e . toString === d ? JSON . stringify ( e , null , 2 ) : String ( e ) } function h ( e ) { var t = parseFloat ( e ) ; return isNaN ( t ) ? e : t } function p ( e , t ) { for ( var n = Object . create ( null ) , r = e . split ( "," ) , a = 0 ; a < r . length ; a ++ ) n [ r [ a ] ] = ! 0 ; return t ? function ( e ) { return n [ e . toLowerCase ( ) ] } : function ( e ) { return n [ e ] } } p ( "slot,component" , ! 0 ) ; var y = p ( "key,ref,slot,slot-scope,is" ) ; function v ( e , t ) { if ( e . length ) { var n = e . indexOf ( t ) ; if ( n > - 1 ) return e . splice ( n , 1 ) } } var g = Object . prototype . hasOwnProperty ; function M ( e , t ) { return g . call ( e , t ) } function L ( e ) { var t = Object . create ( null ) ; return function ( n ) { return t [ n ] || ( t [ n ] = e ( n ) ) } } var k = /-(\w)/g , Y = L ( ( function ( e ) { return e . replace ( k , ( function ( e , t ) { return t ? t . toUpperCase ( ) : "" } ) ) } ) ) , w = L ( ( function ( e ) { return e . charAt ( 0 ) . toUpperCase ( ) + e . slice ( 1 ) } ) ) , b = /\B([A-Z])/g , T = L ( ( function ( e ) { return e . replace ( b , "-$1" ) . toLowerCase ( ) } ) ) ; var D = Function . prototype . bind ? function ( e , t ) { return e . bind ( t ) } : function ( e , t ) { function n ( n ) { var r = arguments . length ; return r ? r > 1 ? e . apply ( t , arguments ) : e . call ( t , n ) : e . call ( t ) } return n . _length = e . length , n } ; function x ( e , t ) { t = t || 0 ; for ( var n = e . length - t , r = new Array ( n ) ; n -- ; ) r [ n ] = e [ n + t ] ; return r } function S ( e , t ) { for ( var n in t ) e [ n ] = t [ n ] ; return e } function H ( e ) { for ( var t = { } , n = 0 ; n < e . length ; n ++ ) e [ n ] && S ( t , e [ n ] ) ; return t } function j ( e , t , n ) { } var A = function ( e , t , n ) { return ! 1 } , O = function ( e ) { return e } ; function P ( e , t ) { if ( e === t ) return ! 0 ; var n = u ( e ) , r = u ( t ) ; if ( ! n || ! r ) return ! n && ! r && String ( e ) === String ( t ) ; try { var a = Array . isArray ( e ) , i = Array . isArray ( t ) ; if ( a && i ) return e . length === t . length && e . every ( ( function ( e , n ) { return P ( e , t [ n ] ) } ) ) ; if ( e instanceof Date && t instanceof Date ) return e . getTime ( ) === t . getTime ( ) ; if ( a || i ) return ! 1 ; var s = Object . keys ( e ) , o = Object . keys ( t ) ; return s . length === o . length && s . every ( ( function ( n ) { return P ( e [ n ] , t [ n ] ) } ) ) } catch ( e ) { return ! 1 } } function E ( e , t ) { for ( var n = 0 ; n < e . length ; n ++ ) if ( P ( e [ n ] , t ) ) return n ; return - 1 } function C ( e ) { var t = ! 1 ; return function ( ) { t || ( t = ! 0 , e . apply ( this , arguments ) ) } } var N = "data-server-rendered" , F = [ "component" , "directive" , "filter" ] , I = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" , "serverPrefetch" ] , W = { optionMergeStrategies : Object . create ( null ) , silent : ! 1 , productionTip : ! 1 , devtools : ! 1 , performance : ! 1 , errorHandler : null , warnHandler : null , ignoredElements : [ ] , keyCodes : Object . create ( null ) , isReservedTag : A , isReservedAttr : A , isUnknownElement : A , getTagNamespace : j , parsePlatformTagName : O , mustUseProp : A , async : ! 0 , _lifecycleHooks : I } , R = /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 $ ( e , t , n , r ) { Object . defineProperty ( e , t , { value : n , enumerable : ! ! r , writable : ! 0 , configurable : ! 0 } ) } var z = new RegExp ( "[^" + R . source + ".$_\\d]" ) ; var U , B = "__proto__" in { } , J = "undefined" != typeof window , q = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , V = q && WXEnvironment . platform . toLowerCase ( ) , G = J && window . navigator . userAgent . toLowerCase ( ) , K = G && /msie|trident/ . test ( G ) , X = G && G . indexOf ( "msie 9.0" ) > 0 , Z = G && G . indexOf ( "edge/" ) > 0 , Q = ( G && G . indexOf ( "android" ) , G && /iphone|ipad|ipod|ios/ . test ( G ) || "ios" === V ) , ee = ( G && /chrome\/\d+/ . test ( G ) , G && /phantomjs/ . test ( G ) , G && G . match ( /firefox\/(\d+)/ ) ) , te = { } . watch , ne = ! 1 ; if ( J ) try { var re = { } ; Object . defineProperty ( re , "passive" , { get : function ( ) { ne = ! 0 } } ) , window . addEventListener ( "test-passive" , null , re ) } catch ( e ) { } var ae = function ( ) { return void 0 === U && ( U = ! J && ! q && void 0 !== e && ( e . process && "server" === e . process . env . VUE _ENV ) ) , U } , ie = J && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function
2019-05-21 09:58:35 +03:00
/ *
object - assign
( c ) Sindre Sorhus
@ license MIT
2019-09-25 19:19:42 +03:00
* /var r=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function s(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,o,u=s(e),d=1;d<arguments.length;d++){for(var l in n=Object(arguments[d]))a.call(n,l)&&(u[l]=n[l]);if(r){o=r(n);for(var c=0;c<o.length;c++)i.call(n,o[c])&&(u[o[c]]=n[o[c]])}}return u}},function(e,t,n){"use strict";var r=new RegExp("%[a-f0-9]{2}","gi"),a=new RegExp("(%[a-f0-9]{2})+","gi");function i(e,t){try{return decodeURIComponent(e.join(""))}catch(e){}if(1===e.length)return e;t=t||1;var n=e.slice(0,t),r=e.slice(t);return Array.prototype.concat.call([],i(n),i(r))}function s(e){try{return decodeURIComponent(e)}catch(a){for(var t=e.match(r),n=1;n<t.length;n++)t=(e=i(t,n).join("")).match(r);return e}}e.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/ \ + / g , " " ) , d e c o d e U R I C o m p o n e n t ( e ) } c a t c h ( t ) { r e t u r n f u n c t i o n ( e ) { f o r ( v a r t = { " % F E % F F " : " <EFBFBD> <EFBFBD> " , " % F F % F E " : " <EFBFBD> <EFBFBD> " } , n = a . e x e c ( e ) ; n ; ) { t r y { t [ n [ 0 ] ] = d e c o d e U R I C o m p o n e n t ( n [ 0 ] ) } c a t c h ( e ) { v a r r = s ( n [ 0 ] ) ; r ! = = n [ 0 ] & & ( t [ n [ 0 ] ] = r ) } n = a . e x e c ( e ) } t [ " % C 2 " ] = " <EFBFBD> " ; f o r ( v a r i = O b j e c t . k e y s ( t ) , o = 0 ; o < i . l e n g t h ; o + + ) { v a r u = i [ o ] ; e = e . r e p l a c e ( n e w R e g E x p ( u , " g " ) , t [ u ] ) } r e t u r n e } ( e ) } } } , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; v a r r = n ( 2 4 7 ) ; n . n ( r ) . a } , f u n c t i o n ( e , t , n ) { ( e . e x p o r t s = n ( 3 4 ) ( ! 1 ) ) . p u s h ( [ e . i , " \ n . u p d a t e [ d a t a - v - 3 b 8 9 3 4 7 4 ] { \ n \ t w i d t h : a u t o ; \ n } \ n " , " " ] ) } , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; v a r r = n ( 2 4 8 ) ; n . n ( r ) . a } , f u n c t i o n ( e , t , n ) { ( e . e x p o r t s = n ( 3 4 ) ( ! 1 ) ) . p u s h ( [ e . i , " \ n f i e l d s e t [ d a t a - v - e 6 2 9 8 a 3 e ] { \ n \ t t e x t - a l i g n : c e n t e r ; \ n } \ n i n p u t [ t y p e = s u b m i t ] [ d a t a - v - e 6 2 9 8 a 3 e ] { \ n \ t m a r g i n - t o p : 2 0 p x ; \ n } \ n " , " " ] ) } , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; v a r r = n ( 2 4 9 ) ; n . n ( r ) . a } , f u n c t i o n ( e , t , n ) { ( e . e x p o r t s = n ( 3 4 ) ( ! 1 ) ) . p u s h ( [ e . i , " \ n . f a d e - e n t e r - a c t i v e , . f a d e - l e a v e - a c t i v e { \ n \ t t r a n s i t i o n : o p a c i t y . 3 s ; \ n } \ n . f a d e - e n t e r , . f a d e - l e a v e - t o / * . f a d e - l e a v e - a c t i v e b e l o w v e r s i o n 2 . 1 . 8 * / { \ n \ t o p a c i t y : 0 ; \ n } \ n " , " " ] ) } , f u n c t i o n ( e , t , n ) { ( f u n c t i o n ( e ) { v a r r = v o i d 0 ! = = e & & e | | " u n d e f i n e d " ! = t y p e o f s e l f & & s e l f | | w i n d o w , a = F u n c t i o n . p r o t o t y p e . a p p l y ; f u n c t i o n i ( e , t ) { t h i s . _ i d = e , t h i s . _ c l e a r F n = t } t . s e t T i m e o u t = f u n c t i o n ( ) { r e t u r n n e w i ( a . c a l l ( s e t T i m e o u t , r , a r g u m e n t s ) , c l e a r T i m e o u t ) } , t . s e t I n t e r v a l = f u n c t i o n ( ) { r e t u r n n e w i ( a . c a l l ( s e t I n t e r v a l , r , a r g u m e n t s ) , c l e a r I n t e r v a l ) } , t . c l e a r T i m e o u t = t . c l e a r I n t e r v a l = f u n c t i o n ( e ) { e & & e . c l o s e ( ) } , i . p r o t o t y p e . u n r e f = i . p r o t o t y p e . r e f = f u n c t i o n ( ) { } , i . p r o t o t y p e . c l o s e = f u n c t i o n ( ) { t h i s . _ c l e a r F n . c a l l ( r , t h i s . _ i d ) } , t . e n r o l l = f u n c t i o n ( e , t ) { c l e a r T i m e o u t ( e . _ i d l e T i m e o u t I d ) , e . _ i d l e T i m e o u t = t } , t . u n e n r o l l = f u n c t i o n ( e ) { c l e a r T i m e o u t ( e . _ i d l e T i m e o u t I d ) , e . _ i d l e T i m e o u t = - 1 } , t . _ u n r e f A c t i v e = t . a c t i v e = f u n c t i o n ( e ) { c l e a r T i m e o u t ( e . _ i d l e T i m e o u t I d ) ; v a r t = e . _ i d l e T i m e o u t ; t > = 0 & & ( e . _ i d l e T i m e o u t I d = s e t T i m e o u t ( ( f u n c t i o n ( ) { e . _ o n T i m e o u t & & e . _ o n T i m e o u t ( ) } ) , t ) ) } , n ( 3 5 4 ) , t . s e t I m m e d i a t e = " u n d e f i n e d " ! = t y p e o f s e l f & & s e l f . s e t I m m e d i a t e | | v o i d 0 ! = = e & & e . s e t I m m e d i a t e | | t h i s & & t h i s . s e t I m m e d i a t e , t . c l e a r I m m e d i a t e = " u n d e f i n e d " ! = t y p e o f s e l f & & s e l f . c l e a r I m m e d i a t e | | v o i d 0 ! = = e & & e . c l e a r I m m e d i a t e | | t h i s & & t h i s . c l e a r I m m e d i a t e } ) . c a l l ( t h i s , n ( 2 6 ) ) } , f u n c t i o n ( e , t , n ) { ( f u n c t i o n ( e , t ) { ! f u n c t i o n ( e , n ) { " u s e s t r i c t " ; i f ( ! e . s e t I m m e d i a t e ) { v a r r , a , i , s , o , u = 1 , d = { } , l = ! 1 , c = e . d o c u m e n t , f = O b j e c t . g e t P r o t o t y p e O f & & O b j e c t . g e t P r o t o t y p e O f ( e ) ; f = f & & f . s e t T i m e o u t ? f : e , " [ o b j e c t p r o c e s s ] " = = = { } . t o S t r i n g . c a l l ( e . p r o c e s s ) ? r = f u n c t i o n ( e ) { t . n e x t T i c k ( ( f u n c t i o n ( ) { _ ( e ) } ) ) } : ! f u n c t i o n ( ) { i f ( e . p o s t M e s s a g e & & ! e . i m p o r t S c r i p t s ) { v a r t = ! 0 , n = e . o n m e s s a g e ; r e t u r n e . o n m e s s a g e = f u n c t i o n ( ) { t = ! 1 } , e . p o s t M e s s a g e ( " " , " * " ) , e . o n m e s s a g e = n , t } } ( ) ? e . M e s s a g e C h a n n e l ? ( ( i = n e w M e s s a g e C h a n n e l ) . p o r t 1 . o n m e s s a g e = f u n c t i o n ( e ) { _ ( e . d a t a ) } , r = f u n c t i o n ( e ) {
2019-01-30 19:06:01 +03:00
//# sourceMappingURL=login.js.map