2018-12-21 10:37:57 +03:00
! function ( t ) { var e = { } ; function n ( r ) { if ( e [ r ] ) return e [ r ] . exports ; var i = e [ r ] = { i : r , l : ! 1 , exports : { } } ; return t [ r ] . call ( i . exports , i , i . exports , n ) , i . l = ! 0 , i . exports } n . m = t , n . c = e , n . d = function ( t , e , r ) { n . o ( t , e ) || Object . defineProperty ( t , e , { enumerable : ! 0 , get : r } ) } , n . r = function ( t ) { "undefined" != typeof Symbol && Symbol . toStringTag && Object . defineProperty ( t , Symbol . toStringTag , { value : "Module" } ) , Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) } , n . t = function ( t , e ) { if ( 1 & e && ( t = n ( t ) ) , 8 & e ) return t ; if ( 4 & e && "object" == typeof t && t && t . _ _esModule ) return t ; var r = Object . create ( null ) ; if ( n . r ( r ) , Object . defineProperty ( r , "default" , { enumerable : ! 0 , value : t } ) , 2 & e && "string" != typeof t ) for ( var i in t ) n . d ( r , i , function ( e ) { return t [ e ] } . bind ( null , i ) ) ; return r } , n . n = function ( t ) { var e = t && t . _ _esModule ? function ( ) { return t . default } : function ( ) { return t } ; return n . d ( e , "a" , e ) , e } , n . o = function ( t , e ) { return Object . prototype . hasOwnProperty . call ( t , e ) } , n . p = "/" , n ( n . s = 44 ) } ( [ , function ( t , e , n ) { "use strict" ; var r = n ( 8 ) , i = n ( 19 ) , o = Object . prototype . toString ; function a ( t ) { return "[object Array]" === o . call ( t ) } function s ( t ) { return null !== t && "object" == typeof t } function u ( t ) { return "[object Function]" === o . call ( t ) } function c ( t , e ) { if ( null != t ) if ( "object" != typeof t && ( t = [ t ] ) , a ( t ) ) for ( var n = 0 , r = t . length ; n < r ; n ++ ) e . call ( null , t [ n ] , n , t ) ; else for ( var i in t ) Object . prototype . hasOwnProperty . call ( t , i ) && e . call ( null , t [ i ] , i , t ) } t . exports = { isArray : a , isArrayBuffer : function ( t ) { return "[object ArrayBuffer]" === o . call ( t ) } , isBuffer : i , isFormData : function ( t ) { return "undefined" != typeof FormData && t instanceof FormData } , isArrayBufferView : function ( t ) { return "undefined" != typeof ArrayBuffer && ArrayBuffer . isView ? ArrayBuffer . isView ( t ) : t && t . buffer && t . buffer instanceof ArrayBuffer } , isString : function ( t ) { return "string" == typeof t } , isNumber : function ( t ) { return "number" == typeof t } , isObject : s , isUndefined : function ( t ) { return void 0 === t } , isDate : function ( t ) { return "[object Date]" === o . call ( t ) } , isFile : function ( t ) { return "[object File]" === o . call ( t ) } , isBlob : function ( t ) { return "[object Blob]" === o . call ( t ) } , isFunction : u , isStream : function ( t ) { return s ( t ) && u ( t . pipe ) } , isURLSearchParams : function ( t ) { return "undefined" != typeof URLSearchParams && t instanceof URLSearchParams } , isStandardBrowserEnv : function ( ) { return ( "undefined" == typeof navigator || "ReactNative" !== navigator . product ) && "undefined" != typeof window && "undefined" != typeof document } , forEach : c , merge : function t ( ) { var e = { } ; function n ( n , r ) { "object" == typeof e [ r ] && "object" == typeof n ? e [ r ] = t ( e [ r ] , n ) : e [ r ] = n } for ( var r = 0 , i = arguments . length ; r < i ; r ++ ) c ( arguments [ r ] , n ) ; return e } , extend : function ( t , e , n ) { return c ( e , function ( e , i ) { t [ i ] = n && "function" == typeof e ? r ( e , n ) : e } ) , t } , trim : function ( t ) { return t . replace ( /^\s*/ , "" ) . replace ( /\s*$/ , "" ) } } } , function ( t , e , n ) { "use strict" ; ( function ( t , n ) {
/ * !
2019-01-30 11:48:52 +03:00
* Vue . js v2 . 6.6
2019-01-12 16:04:34 +03:00
* ( c ) 2014 - 2019 Evan You
2018-12-21 10:37:57 +03:00
* Released under the MIT License .
* /
2019-01-30 11:48:52 +03:00
var r = Object . freeze ( { } ) ; function i ( t ) { return null == t } function o ( t ) { return null != t } function a ( t ) { return ! 0 === t } function s ( t ) { return "string" == typeof t || "number" == typeof t || "symbol" == typeof t || "boolean" == typeof t } function u ( t ) { return null !== t && "object" == typeof t } var c = Object . prototype . toString ; function l ( t ) { return "[object Object]" === c . call ( t ) } function f ( t ) { return "[object RegExp]" === c . call ( t ) } function p ( t ) { var e = parseFloat ( String ( t ) ) ; return e >= 0 && Math . floor ( e ) === e && isFinite ( t ) } function d ( t ) { return o ( t ) && "function" == typeof t . then && "function" == typeof t . catch } function h ( t ) { return null == t ? "" : Array . isArray ( t ) || l ( t ) && t . toString === c ? JSON . stringify ( t , null , 2 ) : String ( t ) } function A ( t ) { var e = parseFloat ( t ) ; return isNaN ( e ) ? t : e } function v ( t , e ) { for ( var n = Object . create ( null ) , r = t . split ( "," ) , i = 0 ; i < r . length ; i ++ ) n [ r [ i ] ] = ! 0 ; return e ? function ( t ) { return n [ t . toLowerCase ( ) ] } : function ( t ) { return n [ t ] } } v ( "slot,component" , ! 0 ) ; var m = v ( "key,ref,slot,slot-scope,is" ) ; function g ( t , e ) { if ( t . length ) { var n = t . indexOf ( e ) ; if ( n > - 1 ) return t . splice ( n , 1 ) } } var y = Object . prototype . hasOwnProperty ; function _ ( t , e ) { return y . call ( t , e ) } function b ( t ) { var e = Object . create ( null ) ; return function ( n ) { return e [ n ] || ( e [ n ] = t ( n ) ) } } var w = /-(\w)/g , x = b ( function ( t ) { return t . replace ( w , function ( t , e ) { return e ? e . toUpperCase ( ) : "" } ) } ) , C = b ( function ( t ) { return t . charAt ( 0 ) . toUpperCase ( ) + t . slice ( 1 ) } ) , k = /\B([A-Z])/g , S = b ( function ( t ) { return t . replace ( k , "-$1" ) . toLowerCase ( ) } ) ; var E = Function . prototype . bind ? function ( t , e ) { return t . bind ( e ) } : function ( t , e ) { function n ( n ) { var r = arguments . length ; return r ? r > 1 ? t . apply ( e , arguments ) : t . call ( e , n ) : t . call ( e ) } return n . _length = t . length , n } ; function O ( t , e ) { e = e || 0 ; for ( var n = t . length - e , r = new Array ( n ) ; n -- ; ) r [ n ] = t [ n + e ] ; return r } function T ( t , e ) { for ( var n in e ) t [ n ] = e [ n ] ; return t } function D ( t ) { for ( var e = { } , n = 0 ; n < t . length ; n ++ ) t [ n ] && T ( e , t [ n ] ) ; return e } function M ( t , e , n ) { } var B = function ( t , e , n ) { return ! 1 } , I = function ( t ) { return t } ; function j ( t , e ) { if ( t === e ) return ! 0 ; var n = u ( t ) , r = u ( e ) ; if ( ! n || ! r ) return ! n && ! r && String ( t ) === String ( e ) ; try { var i = Array . isArray ( t ) , o = Array . isArray ( e ) ; if ( i && o ) return t . length === e . length && t . every ( function ( t , n ) { return j ( t , e [ n ] ) } ) ; if ( t instanceof Date && e instanceof Date ) return t . getTime ( ) === e . getTime ( ) ; if ( i || o ) return ! 1 ; var a = Object . keys ( t ) , s = Object . keys ( e ) ; return a . length === s . length && a . every ( function ( n ) { return j ( t [ n ] , e [ n ] ) } ) } catch ( t ) { return ! 1 } } function N ( t , e ) { for ( var n = 0 ; n < t . length ; n ++ ) if ( j ( t [ n ] , e ) ) return n ; return - 1 } function L ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , t . apply ( this , arguments ) ) } } var $ = "data-server-rendered" , P = [ "component" , "directive" , "filter" ] , R = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" , "serverPrefetch" ] , F = { optionMergeStrategies : Object . create ( null ) , silent : ! 1 , productionTip : ! 1 , devtools : ! 1 , performance : ! 1 , errorHandler : null , warnHandler : null , ignoredElements : [ ] , keyCodes : Object . create ( null ) , isReservedTag : B , isReservedAttr : B , isUnknownElement : B , getTagNamespace : M , parsePlatformTagName : I , mustUseProp : B , async : ! 0 , _lifecycleHooks : R } , U = "a-zA-Z·À-ÖØ-öø-ͽͿ--‿-⁀⁰-Ⰰ-、-豈-﷏ﷰ-<2D> " ; function V ( t , e , n , r ) { Object . defineProperty ( t , e , { value : n , enumerable : ! ! r , writable : ! 0 , configurable : ! 0 } ) } var H = new RegExp ( "[^" + U + ".$_\\d]" ) ; var G , Y = "__proto__" in { } , Q = "undefined" != typeof window , z = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , W = z && WXEnvironment . platform . toLowerCase ( ) , Z = Q && window . navigator . userAgent . toLowerCase ( ) , q = Z && /msie|trident/ . test ( Z ) , J = Z && Z . indexOf ( "msie 9.0" ) > 0 , X = Z && Z . indexOf ( "edge/" ) > 0 , K = ( Z && Z . indexOf ( "android" ) , Z && /iphone|ipad|ipod|ios/ . test ( Z ) || "ios" === W ) , tt = ( Z && /chrome\/\d+/ . test ( Z ) , Z && /phantomjs/ . test ( Z ) , Z && Z . match ( /firefox\/(\d+)/ ) ) , et = { } . watch , nt = ! 1 ; if ( Q ) try { var rt = { } ; Object . defineProperty ( rt , "passive" , { get : function ( ) { nt = ! 0 } } ) , window . addEventListener ( "test-passive" , null , rt ) } catch ( t ) { } var it = function ( ) { return void 0 === G && ( G = ! Q && ! z && void 0 !== t && ( t . process && "server" === t . process . env . VUE _ENV ) ) , G } , ot = Q && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function at ( t ) { return "function" == typeof t && /native code/ . test ( t . toString ( ) ) } var st , ut = "undefined" != typeo
2018-12-21 10:37:57 +03:00
/ * *
* @ license
* Lodash < https : //lodash.com/>
* Copyright JS Foundation and other contributors < https : //js.foundation/>
* Released under MIT license < https : //lodash.com/license>
* Based on Underscore . js 1.8 . 3 < http : //underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas , DocumentCloud and Investigative Reporters & Editors
2019-01-30 11:48:52 +03:00
* /(function(){var o,a=200,s="Unsupported core-js use. Try https:/ / npms . io / search ? q = ponyfill . ",u=" Expected a function ",c=" _ _lodash _hash _undefined _ _ ",l=500,f=" _ _lodash _placeholder _ _ ",p=1,d=2,h=4,A=1,v=2,m=1,g=2,y=4,_=8,b=16,w=32,x=64,C=128,k=256,S=512,E=30,O=" ... ",T=800,D=16,M=1,B=2,I=1/0,j=9007199254740991,N=1.7976931348623157e308,L=NaN,$=4294967295,P=$-1,R=$>>>1,F=[[" ary ",C],[" bind ",m],[" bindKey ",g],[" curry ",_],[" curryRight ",b],[" flip ",S],[" partial ",w],[" partialRight ",x],[" rearg ",k]],U=" [ object Arguments ] ",V=" [ object Array ] ",H=" [ object AsyncFunction ] ",G=" [ object Boolean ] ",Y=" [ object Date ] ",Q=" [ object DOMException ] ",z=" [ object Error ] ",W=" [ object Function ] ",Z=" [ object GeneratorFunction ] ",q=" [ object Map ] ",J=" [ object Number ] ",X=" [ object Null ] ",K=" [ object Object ] ",tt=" [ object Proxy ] ",et=" [ object RegExp ] ",nt=" [ object Set ] ",rt=" [ object String ] ",it=" [ object Symbol ] ",ot=" [ object Undefined ] ",at=" [ object WeakMap ] ",st=" [ object WeakSet ] ",ut=" [ object ArrayBuffer ] ",ct=" [ object DataView ] ",lt=" [ object Float32Array ] ",ft=" [ object Float64Array ] ",pt=" [ object Int8Array ] ",dt=" [ object Int16Array ] ",ht=" [ object Int32Array ] ",At=" [ object Uint8Array ] ",vt=" [ object Uint8ClampedArray ] ",mt=" [ object Uint16Array ] ",gt=" [ object Uint32Array ] ",yt=/\b__p \+= '';/g,_t=/\b(__p \+=) '' \+/g,bt=/(__e\(.*?\)|\b__t\)) \+\n'';/g,wt=/&(?:amp|lt|gt|quot|#39);/g,xt=/[&<>" ']/g,Ct=RegExp(wt.source),kt=RegExp(xt.source),St=/<%-([\s\S]+?)%>/g,Et=/<%([\s\S]+?)%>/g,Ot=/<%=([\s\S]+?)%>/g,Tt=/\.|\[(?:[^[\]]*|(["' ] ) ( ? : ( ? ! \ 1 ) [ ^ \ \ ] | \ \ . ) * ? \ 1 ) \ ] / , Dt = /^\w*$/ , Mt = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g , Bt = /[\\^$.*+?()[\]{}|]/g , It = RegExp ( Bt . source ) , jt = /^\s+|\s+$/g , Nt = /^\s+/ , Lt = /\s+$/ , $t = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/ , Pt = /\{\n\/\* \[wrapped with (.+)\] \*/ , Rt = /,? & / , Ft = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g , Ut = /\\(\\)?/g , Vt = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g , Ht = /\w*$/ , Gt = /^[-+]0x[0-9a-f]+$/i , Yt = /^0b[01]+$/i , Qt = /^\[object .+?Constructor\]$/ , zt = /^0o[0-7]+$/i , Wt = /^(?:0|[1-9]\d*)$/ , Zt = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g , qt = /($^)/ , Jt = /['\n\r\u2028\u2029\\]/g , Xt = "\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff" , Kt = "\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000" , te = "[\\ud800-\\udfff]" , ee = "[" + Kt + "]" , ne = "[" + Xt + "]" , re = "\\d+" , ie = "[\\u2700-\\u27bf]" , oe = "[a-z\\xdf-\\xf6\\xf8-\\xff]" , ae = "[^\\ud800-\\udfff" + Kt + re + "\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]" , se = "\\ud83c[\\udffb-\\udfff]" , ue = "[^\\ud800-\\udfff]" , ce = "(?:\\ud83c[\\udde6-\\uddff]){2}" , le = "[\\ud800-\\udbff][\\udc00-\\udfff]" , fe = "[A-Z\\xc0-\\xd6\\xd8-\\xde]" , pe = "(?:" + oe + "|" + ae + ")" , de = "(?:" + fe + "|" + ae + ")" , he = "(?:" + ne + "|" + se + ")" + "?" , Ae = "[\\ufe0e\\ufe0f]?" + he + ( "(?:\\u200d(?:" + [ ue , ce , le ] . join ( "|" ) + ")[\\ufe0e\\ufe0f]?" + he + ")*" ) , ve = "(?:" + [ ie , ce , le ] . join ( "|" ) + ")" + Ae , me = "(?:" + [ ue + ne + "?" , ne , ce , le , te ] . join ( "|" ) + ")" , ge = RegExp ( "['’ ]" , "g" ) , ye = RegExp ( ne , "g" ) , _e = RegExp ( se + "(?=" + se + ")|" + me + Ae , "g" ) , be = RegExp ( [ fe + "?" + oe + "+(?:['’ ](?:d|ll|m|re|s|t|ve))?(?=" + [ ee , fe , "$" ] . join ( "|" ) + ")" , de + "+(?:['’ ](?:D|LL|M|RE|S|T|VE))?(?=" + [ ee , fe + pe , "$" ] . join ( "|" ) + ")" , fe + "?" + pe + "+(?:['’ ](?:d|ll|m|re|s|t|ve))?" , fe + "+(?:['’ ](?:D|LL|M|RE|S|T|VE))?" , "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])" , "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])" , re , ve ] . join ( "|" ) , "g" ) , we = RegExp ( "[\\u200d\\ud800-\\udfff" + Xt + "\\ufe0e\\ufe0f]" ) , xe = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/ , Ce = [ "Array" , "Buffer" , "DataView" , "Date" , "Error" , "Float32Array" , "Float64Array" , "Function" , "Int8Array" , "Int16Array" , "Int32Array" , "Map" , "Math" , "Object" , "Promise" , "RegExp" , "Set" , "String" , "Symbol" , "TypeError" , "Uint8Array" , "Uint8ClampedArray" , "Uint16Array" , "Uint32Array" , "WeakMap" , "_" , "clearTimeout" , "isFinite" , "parseInt" , "setTimeout" ] , ke = - 1 , Se = { } ; Se [ lt ] = Se [ ft ] = Se [ pt ] = Se [ dt ] = Se [ ht ] = Se [ At ] = Se [ vt ] = Se [ mt ] = Se [ gt ] = ! 0 , Se [ U ] = Se [ V ] = Se [ ut ] = Se [ G ] = Se [ ct ] = Se [ Y ] = Se [ z ] = Se [ W ] = Se [ q ] = Se [ J ] = Se [ K ] = Se [ et ] = Se [ nt ] = Se
2018-10-08 15:03:22 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /
2019-01-30 11:48:52 +03:00
t . exports = function ( t ) { return null != t && ( n ( t ) || function ( t ) { return "function" == typeof t . readFloatLE && "function" == typeof t . slice && n ( t . slice ( 0 , 0 ) ) } ( t ) || ! ! t . _isBuffer ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 5 ) , i = n ( 1 ) , o = n ( 29 ) , a = n ( 30 ) ; function s ( t ) { this . defaults = t , this . interceptors = { request : new o , response : new o } } s . prototype . request = function ( t ) { "string" == typeof t && ( t = i . merge ( { url : arguments [ 0 ] } , arguments [ 1 ] ) ) , ( t = i . merge ( r , { method : "get" } , this . defaults , t ) ) . method = t . method . toLowerCase ( ) ; var e = [ a , void 0 ] , n = Promise . resolve ( t ) ; for ( this . interceptors . request . forEach ( function ( t ) { e . unshift ( t . fulfilled , t . rejected ) } ) , this . interceptors . response . forEach ( function ( t ) { e . push ( t . fulfilled , t . rejected ) } ) ; e . length ; ) n = n . then ( e . shift ( ) , e . shift ( ) ) ; return n } , i . forEach ( [ "delete" , "get" , "head" , "options" ] , function ( t ) { s . prototype [ t ] = function ( e , n ) { return this . request ( i . merge ( n || { } , { method : t , url : e } ) ) } } ) , i . forEach ( [ "post" , "put" , "patch" ] , function ( t ) { s . prototype [ t ] = function ( e , n , r ) { return this . request ( i . merge ( r || { } , { method : t , url : e , data : n } ) ) } } ) , t . exports = s } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) ; t . exports = function ( t , e ) { r . forEach ( t , function ( n , r ) { r !== e && r . toUpperCase ( ) === e . toUpperCase ( ) && ( t [ e ] = n , delete t [ r ] ) } ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 10 ) ; t . exports = function ( t , e , n ) { var i = n . config . validateStatus ; n . status && i && ! i ( n . status ) ? e ( r ( "Request failed with status code " + n . status , n . config , null , n . request , n ) ) : t ( n ) } } , function ( t , e , n ) { "use strict" ; t . exports = function ( t , e , n , r , i ) { return t . config = e , n && ( t . code = n ) , t . request = r , t . response = i , t } } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) ; function i ( t ) { return encodeURIComponent ( t ) . replace ( /%40/gi , "@" ) . replace ( /%3A/gi , ":" ) . replace ( /%24/g , "$" ) . replace ( /%2C/gi , "," ) . replace ( /%20/g , "+" ) . replace ( /%5B/gi , "[" ) . replace ( /%5D/gi , "]" ) } t . exports = function ( t , e , n ) { if ( ! e ) return t ; var o ; if ( n ) o = n ( e ) ; else if ( r . isURLSearchParams ( e ) ) o = e . toString ( ) ; else { var a = [ ] ; r . forEach ( e , function ( t , e ) { null != t && ( r . isArray ( t ) ? e += "[]" : t = [ t ] , r . forEach ( t , function ( t ) { r . isDate ( t ) ? t = t . toISOString ( ) : r . isObject ( t ) && ( t = JSON . stringify ( t ) ) , a . push ( i ( e ) + "=" + i ( t ) ) } ) ) } ) , o = a . join ( "&" ) } return o && ( t += ( - 1 === t . indexOf ( "?" ) ? "?" : "&" ) + o ) , t } } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) , i = [ "age" , "authorization" , "content-length" , "content-type" , "etag" , "expires" , "from" , "host" , "if-modified-since" , "if-unmodified-since" , "last-modified" , "location" , "max-forwards" , "proxy-authorization" , "referer" , "retry-after" , "user-agent" ] ; t . exports = function ( t ) { var e , n , o , a = { } ; return t ? ( r . forEach ( t . split ( "\n" ) , function ( t ) { if ( o = t . indexOf ( ":" ) , e = r . trim ( t . substr ( 0 , o ) ) . toLowerCase ( ) , n = r . trim ( t . substr ( o + 1 ) ) , e ) { if ( a [ e ] && i . indexOf ( e ) >= 0 ) return ; a [ e ] = "set-cookie" === e ? ( a [ e ] ? a [ e ] : [ ] ) . concat ( [ n ] ) : a [ e ] ? a [ e ] + ", " + n : n } } ) , a ) : a } } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) ; t . exports = r . isStandardBrowserEnv ( ) ? function ( ) { var t , e = /(msie|trident)/i . test ( navigator . userAgent ) , n = document . createElement ( "a" ) ; function i ( t ) { var r = t ; return e && ( n . setAttribute ( "href" , r ) , r = n . href ) , n . setAttribute ( "href" , r ) , { href : n . href , protocol : n . protocol ? n . protocol . replace ( /:$/ , "" ) : "" , host : n . host , search : n . search ? n . search . replace ( /^\?/ , "" ) : "" , hash : n . hash ? n . hash . replace ( /^#/ , "" ) : "" , hostname : n . hostname , port : n . port , pathname : "/" === n . pathname . charAt ( 0 ) ? n . pathname : "/" + n . pathname } } return t = i ( window . location . href ) , function ( e ) { var n = r . isString ( e ) ? i ( e ) : e ; return n . protocol === t . protocol && n . host === t . host } } ( ) : function ( ) { return ! 0 } } , function ( t , e , n ) { "use strict" ; var r = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=" ; function i ( ) { this . message = "String contains an invalid character" } i . prototype = new Error , i . prototype . code = 5 , i . prototype . name = "InvalidCharacterError" , t . exports = function ( t ) { for ( var e , n , o = String ( t ) , a = "" , s = 0 , u = r ; o . charAt ( 0 | s ) || ( u = "=" , s % 1 ) ; a += u . charAt ( 63 & e >> 8 - s % 1 * 8 ) ) { if ( ( n = o . charCodeAt ( s += . 75 ) ) > 255 ) throw new i ; e = e << 8 | n } return a } } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) ; t . exports = r . isStandardBrowserEnv ( ) ? { write : function ( t , e , n , i , o , a ) { var s = [ ] ; s . push ( t + "=" + encodeURIComponent ( e ) ) , r . isNumber ( n ) && s . push ( "expires=" + new Date ( n ) . toGMTString ( ) ) , r . isString ( i ) && s . push ( "path=" + i ) , r . isString ( o ) && s . push ( "domain=" + o ) , ! 0 === a && s . push ( "secure" ) , document . cookie = s . join ( "; " ) } , read : function ( t ) { var
2018-11-05 10:16:59 +03:00
/ * * !
* @ fileOverview Kickass library to create and place poppers near their reference elements .
* @ version 1.14 . 3
* @ license
* Copyright ( c ) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted , free of charge , to any person obtaining a copy
* of this software and associated documentation files ( the "Software" ) , to deal
* in the Software without restriction , including without limitation the rights
* to use , copy , modify , merge , publish , distribute , sublicense , and / or sell
* copies of the Software , and to permit persons to whom the Software is
* furnished to do so , subject to the following conditions :
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software .
*
* THE SOFTWARE IS PROVIDED "AS IS" , WITHOUT WARRANTY OF ANY KIND , EXPRESS OR
* IMPLIED , INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY ,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT . IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM , DAMAGES OR OTHER
* LIABILITY , WHETHER IN AN ACTION OF CONTRACT , TORT OR OTHERWISE , ARISING FROM ,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE .
* /
2019-01-30 11:48:52 +03:00
var r = "undefined" != typeof window && "undefined" != typeof document , i = [ "Edge" , "Trident" , "Firefox" ] , o = 0 , a = 0 ; a < i . length ; a += 1 ) if ( r && navigator . userAgent . indexOf ( i [ a ] ) >= 0 ) { o = 1 ; break } var s = r && window . Promise ? function ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , window . Promise . resolve ( ) . then ( function ( ) { e = ! 1 , t ( ) } ) ) } } : function ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , setTimeout ( function ( ) { e = ! 1 , t ( ) } , o ) ) } } ; function u ( t ) { return t && "[object Function]" === { } . toString . call ( t ) } function c ( t , e ) { if ( 1 !== t . nodeType ) return [ ] ; var n = getComputedStyle ( t , null ) ; return e ? n [ e ] : n } function l ( t ) { return "HTML" === t . nodeName ? t : t . parentNode || t . host } function f ( t ) { if ( ! t ) return document . body ; switch ( t . nodeName ) { case "HTML" : case "BODY" : return t . ownerDocument . body ; case "#document" : return t . body } var e = c ( t ) , n = e . overflow , r = e . overflowX , i = e . overflowY ; return /(auto|scroll|overlay)/ . test ( n + i + r ) ? t : f ( l ( t ) ) } var p = r && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , d = r && /MSIE 10/ . test ( navigator . userAgent ) ; function h ( t ) { return 11 === t ? p : 10 === t ? d : p || d } function A ( t ) { if ( ! t ) return document . documentElement ; for ( var e = h ( 10 ) ? document . body : null , n = t . offsetParent ; n === e && t . nextElementSibling ; ) n = ( t = t . nextElementSibling ) . offsetParent ; var r = n && n . nodeName ; return r && "BODY" !== r && "HTML" !== r ? - 1 !== [ "TD" , "TABLE" ] . indexOf ( n . nodeName ) && "static" === c ( n , "position" ) ? A ( n ) : n : t ? t . ownerDocument . documentElement : document . documentElement } function v ( t ) { return null !== t . parentNode ? v ( t . parentNode ) : t } function m ( t , e ) { if ( ! ( t && t . nodeType && e && e . nodeType ) ) return document . documentElement ; var n = t . compareDocumentPosition ( e ) & Node . DOCUMENT _POSITION _FOLLOWING , r = n ? t : e , i = n ? e : t , o = document . createRange ( ) ; o . setStart ( r , 0 ) , o . setEnd ( i , 0 ) ; var a , s , u = o . commonAncestorContainer ; if ( t !== u && e !== u || r . contains ( i ) ) return "BODY" === ( s = ( a = u ) . nodeName ) || "HTML" !== s && A ( a . firstElementChild ) !== a ? A ( u ) : u ; var c = v ( t ) ; return c . host ? m ( c . host , e ) : m ( t , v ( e ) . host ) } function g ( t ) { var e = "top" === ( arguments . length > 1 && void 0 !== arguments [ 1 ] ? arguments [ 1 ] : "top" ) ? "scrollTop" : "scrollLeft" , n = t . nodeName ; if ( "BODY" === n || "HTML" === n ) { var r = t . ownerDocument . documentElement ; return ( t . ownerDocument . scrollingElement || r ) [ e ] } return t [ e ] } function y ( t , e ) { var n = "x" === e ? "Left" : "Top" , r = "Left" === n ? "Right" : "Bottom" ; return parseFloat ( t [ "border" + n + "Width" ] , 10 ) + parseFloat ( t [ "border" + r + "Width" ] , 10 ) } function _ ( t , e , n , r ) { return Math . max ( e [ "offset" + t ] , e [ "scroll" + t ] , n [ "client" + t ] , n [ "offset" + t ] , n [ "scroll" + t ] , h ( 10 ) ? n [ "offset" + t ] + r [ "margin" + ( "Height" === t ? "Top" : "Left" ) ] + r [ "margin" + ( "Height" === t ? "Bottom" : "Right" ) ] : 0 ) } function b ( ) { var t = document . body , e = document . documentElement , n = h ( 10 ) && getComputedStyle ( e ) ; return { height : _ ( "Height" , t , e , n ) , width : _ ( "Width" , t , e , n ) } } var w = function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } , x = function ( ) { function t ( t , e ) { for ( var n = 0 ; n < e . length ; n ++ ) { var r = e [ n ] ; r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( t , r . key , r ) } } return function ( e , n , r ) { return n && t ( e . prototype , n ) , r && t ( e , r ) , e } } ( ) , C = function ( t , e , n ) { return e in t ? Object . defineProperty ( t , e , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : t [ e ] = n , t } , k = Object . assign || function ( t ) { for ( var e = 1 ; e < arguments . length ; e ++ ) { var n = arguments [ e ] ; for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( t [ r ] = n [ r ] ) } return t } ; function S ( t ) { return k ( { } , t , { right : t . left + t . width , bottom : t . top + t . height } ) } function E ( t ) { var e = { } ; try { if ( h ( 10 ) ) { e = t . getBoundingClientRect ( ) ; var n = g ( t , "top" ) , r = g ( t , "left" ) ; e . top += n , e . left += r , e . bottom += n , e . right += r } else e = t . getBoundingClientRect ( ) } catch ( t ) { } var i = { left : e . left , top : e . top , width : e . right - e . left , height : e . bottom - e . top } , o = "HTML" === t . nodeName ? b ( ) : { } , a = o . width || t . clientWidth || i . right - i . left , s = o . height || t . clientHeight || i . bottom - i . top , u = t . offsetWidth - a , l = t . offsetHeight - s ; if ( u || l ) { var f = c ( t ) ; u -= y ( f , "x" ) , l -= y ( f , "y" ) , i . width -= u , i . height -= l } return S ( i ) } function O ( t , e ) { var n = arguments . length > 2 && void 0 !== arguments [ 2 ] && arguments [ 2 ] , r = h ( 10 ) , i = "HTML" === e . nodeName , o = E ( t ) , a = E ( e ) , s = f ( t ) , u = c ( e ) , l = parseFloat ( u . borderTopWidth , 10 ) , p = parseFloat ( u . borderLeftWidth , 10 ) ; n && "HTML" === e . nodeName && ( a . top = Math . max ( a . top , 0 ) , a . left = Math . max ( a . left , 0 ) ) ; var d = S ( { top : o . top - a . top
2018-12-04 21:50:28 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
2019-01-30 11:48:52 +03:00
* /t.exports=function(t){return null!=t&&(n(t)||function(t){return"function"==typeof t.readFloatLE&&"function"==typeof t.slice&&n(t.slice(0,0))}(t)||!!t._isBuffer)}},function(t,e,n){"use strict";var r=n(0),i=n(36),o=n(38),a=n(39),s=n(40),u=n(14),c="undefined"!=typeof window&&window.btoa&&window.btoa.bind(window)||n(41);t.exports=function(t){return new Promise(function(e,l){var f=t.data,p=t.headers;r.isFormData(f)&&delete p["Content-Type"];var d=new XMLHttpRequest,h="onreadystatechange",A=!1;if("undefined"==typeof window||!window.XDomainRequest||"withCredentials"in d||s(t.url)||(d=new window.XDomainRequest,h="onload",A=!0,d.onprogress=function(){},d.ontimeout=function(){}),t.auth){var v=t.auth.username||"",m=t.auth.password||"";p.Authorization="Basic "+c(v+":"+m)}if(d.open(t.method.toUpperCase(),o(t.url,t.params,t.paramsSerializer),!0),d.timeout=t.timeout,d[h]=function(){if(d&&(4===d.readyState||A)&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in d?a(d.getAllResponseHeaders()):null,r={data:t.responseType&&"text"!==t.responseType?d.response:d.responseText,status:1223===d.status?204:d.status,statusText:1223===d.status?"No Content":d.statusText,headers:n,config:t,request:d};i(e,l,r),d=null}},d.onerror=function(){l(u("Network Error",t,null,d)),d=null},d.ontimeout=function(){l(u("timeout of "+t.timeout+"ms exceeded",t,"ECONNABORTED",d)),d=null},r.isStandardBrowserEnv()){var g=n(42),y=(t.withCredentials||s(t.url))&&t.xsrfCookieName?g.read(t.xsrfCookieName):void 0;y&&(p[t.xsrfHeaderName]=y)}if("setRequestHeader"in d&&r.forEach(p,function(t,e){void 0===f&&"content-type"===e.toLowerCase()?delete p[e]:d.setRequestHeader(e,t)}),t.withCredentials&&(d.withCredentials=!0),t.responseType)try{d.responseType=t.responseType}catch(e){if("json"!==t.responseType)throw e}"function"==typeof t.onDownloadProgress&&d.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then(function(t){d&&(d.abort(),l(t),d=null)}),void 0===f&&(f=null),d.send(f)})}},function(t,e,n){"use strict";var r=n(37);t.exports=function(t,e,n,i,o){var a=new Error(t);return r(a,e,n,i,o)}},function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},function(t,e){var n={utf8:{stringToBytes:function(t){return n.bin.stringToBytes(unescape(encodeURIComponent(t)))},bytesToString:function(t){return decodeURIComponent(escape(n.bin.bytesToString(t)))}},bin:{stringToBytes:function(t){for(var e=[],n=0;n<t.length;n++)e.push(255&t.charCodeAt(n));return e},bytesToString:function(t){for(var e=[],n=0;n<t.length;n++)e.push(String.fromCharCode(t[n]));return e.join("")}}};t.exports=n},function(t,e,n){t.exports=function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="/ ",e(e.s=60)}([function(t,e){var n=t.exports=" undefined "!=typeof window&&window.Math==Math?window:" undefined "!=typeof self&&self.Math==Math?self:Function(" return this ")();" number "==typeof __g&&(__g=n)},function(t,e,n){var r=n(49)(" wks "),i=n(30),o=n(0).Symbol,a=" function "==typeof o;(t.exports=function(t){return r[t]||(r[t]=a&&o[t]||(a?o:i)(" Symbol . "+t))}).store=r},function(t,e,n){var r=n(5);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object ! " ) ; return t } } , function ( t , e , n ) { var r = n ( 0 ) , i = n ( 10 ) , o = n ( 8 ) , a = n ( 6 ) , s = n ( 11 ) , u = function ( t , e , n ) { var c , l , f , p , d = t & u . F , h = t & u . G , A = t & u . S , v = t & u . P , m = t & u . B , g = h ? r : A ? r [ e ] || ( r [ e ] = { } ) : ( r [ e ] || { } ) . proto
2018-11-05 18:02:32 +03:00
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-01-30 11:48:52 +03:00
* /c._withStripped=!0;var l=function(){var t=this.$createElement,e=this._self._c||t;return e("ul",this._l(this.menu,function(t,n){return e("popover-menu-item",{key:n,attrs:{item:t}})}),1)};l._withStripped=!0;var f=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("li",[t.item.href?n("a",{attrs:{href:t.item.href?t.item.href:"#",target:t.item.target?t.item.target:"",rel:"noreferrer noopener"},on:{click:t.action}},[t.iconIsUrl?n("img",{attrs:{src:t.item.icon}}):n("span",{class:t.item.icon}),t._v(" "),t.item.text&&t.item.longtext?n("p",[n("strong",{staticClass:"menuitem-text"},[t._v("\n\t\t\t\t"+t._s(t.item.text)+"\n\t\t\t")]),n("br"),t._v(" "),n("span",{staticClass:"menuitem-text-detail"},[t._v("\n\t\t\t\t"+t._s(t.item.longtext)+"\n\t\t\t")])]):t.item.text?n("span",[t._v("\n\t\t\t"+t._s(t.item.text)+"\n\t\t")]):t.item.longtext?n("p",[t._v("\n\t\t\t"+t._s(t.item.longtext)+"\n\t\t")]):t._e()]):t.item.input?n("span",{staticClass:"menuitem",class:{active:t.item.active}},["checkbox"!==t.item.input?n("span",{class:t.item.icon}):t._e(),t._v(" "),"text"===t.item.input?n("form",{class:t.item.input,on:{submit:function(e){return e.preventDefault(),t.item.action(e)}}},[n("input",{attrs:{type:t.item.input,placeholder:t.item.text,required:""},domProps:{value:t.item.value}}),t._v(" "),n("input",{staticClass:"icon-confirm",attrs:{type:"submit",value:""}})]):["checkbox"===t.item.input?n("input",{directives:[{name:"model",rawName:"v-model",value:t.item.model,expression:"item.model"}],class:t.item.input,attrs:{id:t.key,type:"checkbox"},domProps:{checked:Array.isArray(t.item.model)?t._i(t.item.model,null)>-1:t.item.model},on:{change:[function(e){var n=t.item.model,r=e.target,i=!!r.checked;if(Array.isArray(n)){var o=t._i(n,null);r.checked?o<0&&t.$set(t.item,"model",n.concat([null])):o>-1&&t.$set(t.item,"model",n.slice(0,o).concat(n.slice(o+1)))}else t.$set(t.item,"model",i)},t.item.action]}}):"radio"===t.item.input?n("input",{directives:[{name:"model",rawName:"v-model",value:t.item.model,expression:"item.model"}],class:t.item.input,attrs:{id:t.key,type:"radio"},domProps:{checked:t._q(t.item.model,null)},on:{change:[function(e){return t.$set(t.item,"model",null)},t.item.action]}}):n("input",{directives:[{name:"model",rawName:"v-model",value:t.item.model,expression:"item.model"}],class:t.item.input,attrs:{id:t.key,type:t.item.input},domProps:{value:t.item.model},on:{change:t.item.action,input:function(e){e.target.composing||t.$set(t.item,"model",e.target.value)}}}),t._v(" "),n("label",{attrs:{for:t.key},on:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.item.action(e)}}},[t._v("\n\t\t\t\t"+t._s(t.item.text)+"\n\t\t\t")])]],2):t.item.action?n("button",{staticClass:"menuitem",class:{active:t.item.active},on:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.item.action(e)}}},[n("span",{class:t.item.icon}),t._v(" "),t.item.text&&t.item.longtext?n("p",[n("strong",{staticClass:"menuitem-text"},[t._v("\n\t\t\t\t"+t._s(t.item.text)+"\n\t\t\t")]),n("br"),t._v(" "),n("span",{staticClass:"menuitem-text-detail"},[t._v("\n\t\t\t\t"+t._s(t.item.longtext)+"\n\t\t\t")])]):t.item.text?n("span",[t._v("\n\t\t\t"+t._s(t.item.text)+"\n\t\t")]):t.item.longtext?n("p",[t._v("\n\t\t\t"+t._s(t.item.longtext)+"\n\t\t")]):t._e()]):n("span",{staticClass:"menuitem",class:{active:t.item.active}},[n("span",{class:t.item.icon}),t._v(" "),t.item.text&&t.item.longtext?n("p",[n("strong",{staticClass:"menuitem-text"},[t._v("\n\t\t\t\t"+t._s(t.item.text)+"\n\t\t\t")]),n("br"),t._v(" "),n("span",{staticClass:"menuitem-text-detail"},[t._v("\n\t\t\t\t"+t._s(t.item.longtext)+"\n\t\t\t")])]):t.item.text?n("span",[t._v("\n\t\t\t"+t._s(t.item.text)+"\n\t\t")]):t.item.longtext?n("p",[t._v("\n\t\t\t"+t._s(t.item.longtext)+"\n\t\t")]):t._e()])])};f._withStripped=!0;var p={name:"PopoverMenuItem",props:{item:{type:Object,required:!0,default:function(){return{key:"nextcloud-link",href:"https:/ / nextcloud . com ",icon:" icon - links ",text:" Nextcloud "}},validator:function(t){return!t.input||-1!==[" text "," checkbox " ] . indexOf ( t . input ) } } } , computed : { key : func
2018-10-11 13:20:18 +03:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2018-11-05 10:16:59 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2018-10-11 13:20:18 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-01-30 11:48:52 +03:00
* / y . o p t i o n s . _ _ f i l e = " s r c / c o m p o n e n t s / A p p N a v i g a t i o n I t e m / A p p N a v i g a t i o n I t e m . v u e " ; v a r _ = y . e x p o r t s , b = f u n c t i o n ( ) { v a r t = t h i s , e = t . $ c r e a t e E l e m e n t , n = t . _ s e l f . _ c | | e ; r e t u r n n ( " d i v " , { s t a t i c C l a s s : " a p p - n a v i g a t i o n - n e w " } , [ n ( " b u t t o n " , { c l a s s : t . b u t t o n C l a s s , a t t r s : { i d : t . b u t t o n I d , t y p e : " b u t t o n " , d i s a b l e d : t . d i s a b l e d } , o n : { c l i c k : f u n c t i o n ( e ) { r e t u r n t . $ e m i t ( " c l i c k " ) } } } , [ t . _ v ( " \ n \ t \ t " + t . _ s ( t . t e x t ) + " \ n \ t " ) ] ) ] ) } ;
2018-10-11 13:20:18 +03:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2018-11-05 10:16:59 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-01-30 11:48:52 +03:00
* / b . _ w i t h S t r i p p e d = ! 0 ; v a r w = a ( { p r o p s : { b u t t o n I d : { t y p e : S t r i n g , r e q u i r e d : ! 1 , d e f a u l t : " " } , b u t t o n C l a s s : { t y p e : S t r i n g , r e q u i r e d : ! 1 , d e f a u l t : " " } , d i s a b l e d : { t y p e : B o o l e a n , r e q u i r e d : ! 1 , d e f a u l t : ! 1 } , t e x t : { t y p e : S t r i n g , r e q u i r e d : ! 0 } } } , b , [ ] , ! 1 , n u l l , n u l l , n u l l ) ; w . o p t i o n s . _ _ f i l e = " s r c / c o m p o n e n t s / A p p N a v i g a t i o n N e w / A p p N a v i g a t i o n N e w . v u e " ; v a r x = w . e x p o r t s , C = f u n c t i o n ( ) { v a r t = t h i s , e = t . $ c r e a t e E l e m e n t , n = t . _ s e l f . _ c | | e ; r e t u r n n ( " d i v " , { d i r e c t i v e s : [ { n a m e : " c l i c k - o u t s i d e " , r a w N a m e : " v - c l i c k - o u t s i d e " , v a l u e : t . c l o s e M e n u , e x p r e s s i o n : " c l o s e M e n u " } ] , c l a s s : { o p e n : t . o p e n } , a t t r s : { i d : " a p p - s e t t i n g s " } } , [ n ( " d i v " , { a t t r s : { i d : " a p p - s e t t i n g s - h e a d e r " } } , [ n ( " b u t t o n " , { s t a t i c C l a s s : " s e t t i n g s - b u t t o n " , a t t r s : { " d a t a - a p p s - s l i d e - t o g g l e " : " # a p p - s e t t i n g s - c o n t e n t " } , o n : { c l i c k : t . t o g g l e M e n u } } , [ t . _ v ( " \ n \ t \ t \ t " + t . _ s ( t . t i t l e ) + " \ n \ t \ t " ) ] ) ] ) , t . _ v ( " " ) , n ( " d i v " , { a t t r s : { i d : " a p p - s e t t i n g s - c o n t e n t " } } , [ t . _ t ( " d e f a u l t " ) ] , 2 ) ] ) } ;
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* / C . _ w i t h S t r i p p e d = ! 0 ; v a r k = a ( { d i r e c t i v e s : { C l i c k O u t s i d e : g . a } , p r o p s : { t i t l e : { t y p e : S t r i n g , r e q u i r e d : ! 1 , d e f a u l t : t ( " c o r e " , " S e t t i n g s " ) } } , d a t a : f u n c t i o n ( ) { r e t u r n { o p e n : ! 1 } } , m e t h o d s : { t o g g l e M e n u : f u n c t i o n ( ) { t h i s . o p e n = ! t h i s . o p e n } , c l o s e M e n u : f u n c t i o n ( ) { t h i s . o p e n = ! 1 } } } , C , [ ] , ! 1 , n u l l , n u l l , n u l l ) ; k . o p t i o n s . _ _ f i l e = " s r c / c o m p o n e n t s / A p p N a v i g a t i o n S e t t i n g s / A p p N a v i g a t i o n S e t t i n g s . v u e " ; v a r S = k . e x p o r t s , E = f u n c t i o n ( t ) { t . m o u n t e d ? A r r a y . i s A r r a y ( t . m o u n t e d ) | | ( t . m o u n t e d = [ t . m o u n t e d ] ) : t . m o u n t e d = [ ] , t . m o u n t e d . p u s h ( f u n c t i o n ( ) { t h i s . $ e l . s e t A t t r i b u t e ( " d a t a - v - " . c o n c a t ( " 9 7 c 9 b 2 0 " ) , " " ) } ) } , O = f u n c t i o n ( ) { v a r t = t h i s , e = t . $ c r e a t e E l e m e n t ; r e t u r n ( t . _ s e l f . _ c | | e ) ( " d a t e - p i c k e r " , t . _ g ( t . _ b ( { a t t r s : { " m i n u t e - s t e p " : 1 0 , c l e a r a b l e : ! 1 , v a l u e : t . v a l u e } , o n : { " u p d a t e : v a l u e " : f u n c t i o n ( e ) { r e t u r n t . $ e m i t ( " u p d a t e : v a l u e " , t . v a l u e ) } } } , " d a t e - p i c k e r " , t . $ a t t r s , ! 1 ) , t . $ l i s t e n e r s ) ) } ;
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* / O . _ w i t h S t r i p p e d = ! 0 ; v a r T = r ( 9 ) , D = r . n ( T ) ; D . a . c o m p o n e n t s . C a l e n d a r P a n e l . c o m p o n e n t s . P a n e l T i m e . m e t h o d s . s t r i n g i f y T e x t = f u n c t i o n ( t ) { r e t u r n t } , D . a . m e t h o d s . d i s p l a y P o p u p = f u n c t i o n ( ) { v a r t = t h i s . $ e l . q u e r y S e l e c t o r ( " . m x - d a t e p i c k e r - p o p u p " ) ; t & & ! t . c l a s s L i s t . c o n t a i n s ( " p o p o v e r m e n u " ) & & ( t . c l a s s N a m e + = " p o p o v e r m e n u m e n u - c e n t e r o p e n " ) } ; v a r M = a ( { n a m e : " D a t e t i m e P i c k e r " , c o m p o n e n t s : { D a t e P i c k e r : D . a } , i n h e r i t A t t r s : ! 1 , p r o p s : { v a l u e : { d e f a u l t : f u n c t i o n ( ) { r e t u r n n e w D a t e } } } } , O , [ ] , ! 1 , n u l l , n u l l , n u l l ) ; M . o p t i o n s . _ _ f i l e = " s r c / c o m p o n e n t s / D a t e t i m e P i c k e r / D a t e t i m e P i c k e r . v u e " ; v a r B = M . e x p o r t s ; r ( 2 3 ) ,
2018-11-05 10:16:59 +03:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2018-10-11 13:20:18 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
* /
2019-01-30 11:48:52 +03:00
E ( B ) ; var I = B , j = function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "vue-multiselect" , t . _g ( t . _b ( { class : { "icon-loading-small" : t . loading , "multiselect--multiple" : t . multiple , "multiselect--single" : ! t . multiple } , attrs : { value : t . value , limit : t . maxOptions , "close-on-select" : ! t . multiple , multiple : t . multiple , label : t . label , "track-by" : t . trackBy , "tag-placeholder" : "create" } , on : { "update:value" : function ( e ) { return t . $emit ( "update:value" , t . value ) } } , scopedSlots : t . _u ( [ { key : "option" , fn : function ( e ) { return t . $scopedSlots . option || t . userSelect ? [ t . userSelect ? n ( "avatar-select-option" , { attrs : { option : e . option } } ) : t . _t ( "option" , null , null , e ) ] : void 0 } } , { key : "singleLabel" , fn : function ( e ) { return t . $scopedSlots . singleLabel ? [ t . _t ( "singleLabel" , null , null , e ) ] : void 0 } } ] , ! 0 ) } , "vue-multiselect" , t . $attrs , ! 1 ) , t . $listeners ) , [ t . _v ( " " ) , t . multiple ? n ( "span" , { directives : [ { name : "tooltip" , rawName : "v-tooltip.auto" , value : t . formatLimitTitle ( t . value ) , expression : "formatLimitTitle(value)" , modifiers : { auto : ! 0 } } ] , staticClass : "multiselect__limit" , attrs : { slot : "limit" } , slot : "limit" } , [ t . _v ( "\n\t\t" + t . _s ( t . limitString ) + "\n\t" ) ] ) : t . _e ( ) ] ) } ; j . _withStripped = ! 0 ; var N = r ( 18 ) , L = r . n ( N ) , $ = r ( 8 ) , P = function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "span" , { staticClass : "option" } , [ n ( "avatar" , { staticClass : "option__avatar" , attrs : { "display-name" : t . option . displayName , user : t . option . user , "disable-tooltip" : ! 0 , "is-no-user" : t . option . isNoUser } } ) , t . _v ( " " ) , n ( "div" , { staticClass : "option__desc" } , [ n ( "span" , { staticClass : "option__desc--lineone" } , [ t . _v ( "\n\t\t\t" + t . _s ( t . option . displayName ) + "\n\t\t" ) ] ) , t . _v ( " " ) , t . option . desc ? n ( "span" , { staticClass : "option__desc--linetwo" } , [ t . _v ( "\n\t\t\t" + t . _s ( t . option . desc ) + "\n\t\t" ) ] ) : t . _e ( ) ] ) , t . _v ( " " ) , t . option . icon ? n ( "span" , { staticClass : "icon option__icon" , class : t . option . icon } ) : t . _e ( ) ] , 1 ) } ; P . _withStripped = ! 0 ; var R = function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "div" , { directives : [ { name : "tooltip" , rawName : "v-tooltip" , value : t . tooltip , expression : "tooltip" } , { name : "click-outside" , rawName : "v-click-outside" , value : t . closeMenu , expression : "closeMenu" } ] , staticClass : "avatardiv popovermenu-wrapper" , class : { "icon-loading" : t . loadingState , unknown : t . userDoesNotExist } , style : t . avatarStyle , on : { click : t . toggleMenu } } , [ t . loadingState || t . userDoesNotExist ? t . _e ( ) : n ( "img" , { attrs : { src : t . avatarUrlLoaded , srcset : t . avatarSrcSetLoaded } } ) , t . _v ( " " ) , t . userDoesNotExist ? n ( "div" , { staticClass : "unknown" } , [ t . _v ( "\n\t\t" + t . _s ( t . initials ) + "\n\t" ) ] ) : t . _e ( ) , t . _v ( " " ) , n ( "div" , { directives : [ { name : "show" , rawName : "v-show" , value : t . contactsMenuOpenState , expression : "contactsMenuOpenState" } ] , staticClass : "popovermenu" } , [ n ( "popover-menu" , { attrs : { "is-open" : t . contactsMenuOpenState , menu : t . menu } } ) ] , 1 ) ] ) } ; R . _withStripped = ! 0 ; var F = r ( 19 ) , U = r . n ( F ) , V = r ( 20 ) , H = r . n ( V ) , G = { name : "Avatar" , directives : { tooltip : $ . a , ClickOutside : g . a } , components : { PopoverMenu : A } , props : { url : { type : String , default : void 0 } , user : { type : String , default : void 0 } , displayName : { type : String , default : void 0 } , size : { type : Number , default : 32 } , allowPlaceholder : { type : Boolean , default : ! 0 } , disableTooltip : { type : Boolean , default : ! 1 } , tooltipMessage : { type : String , default : null } , isNoUser : { type : Boolean , default : ! 1 } } , data : function ( ) { return { avatarUrlLoaded : null , avatarSrcSetLoaded : null , userDoesNotExist : ! 1 , loadingState : ! 0 , contactsMenuActions : [ ] , contactsMenuOpenState : ! 1 } } , computed : { getUserIdentifier : function ( ) { return this . isDisplayNameDefined ? this . displayName : this . isUserDefined ? this . user : "" } , isUserDefined : function ( ) { return void 0 !== this . user } , isDisplayNameDefined : function ( ) { return void 0 !== this . displayName } , isUrlDefined : function ( ) { return void 0 !== this . url } , shouldShowPlaceholder : function ( ) { return this . allowPlaceholder && this . userDoesNotExist } , avatarStyle : function ( ) { var t = { width : this . size + "px" , height : this . size + "px" , lineHeight : this . size + "px" , fontSize : Math . round ( . 55 * this . size ) + "px" } ; if ( ! this . shouldShowPlaceholder ) return t ; var e = function ( t ) { var e = t . toLowerCase ( ) ; function n ( t , e , n ) { this . r = t , this . g = e , this . b = n } function r ( t , e , r ) { var i = [ ] ; i . push ( e ) ; for ( var o = function ( t , e ) { var n = new Array ( 3 ) ; return n [ 0 ] = ( e [ 1 ] . r - e [ 0 ] . r ) / t , n [ 1 ] = ( e [ 1 ] . g - e [ 0 ] . g ) / t , n [ 2 ] = ( e [ 1 ] . b - e [ 0 ] . b ) / t , n } ( t , [ e , r ] ) , a = 1 ; a < t ; a ++
2018-10-11 13:20:18 +03:00
/ * *
2018-12-04 21:50:28 +03:00
* @ copyright Copyright ( c ) 2018 Julius Härtl < jus @ bitgrid . net >
2018-10-11 13:20:18 +03:00
*
2018-12-04 21:50:28 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2018-10-11 13:20:18 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2018-12-04 21:50:28 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2018-11-05 10:16:59 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-01-30 11:48:52 +03:00
* / W . o p t i o n s . _ _ f i l e = " s r c / c o m p o n e n t s / M u l t i s e l e c t / A v a t a r S e l e c t O p t i o n . v u e " ; v a r Z = W . e x p o r t s ; f u n c t i o n q ( t ) { r e t u r n ( q = " f u n c t i o n " = = t y p e o f S y m b o l & & " s y m b o l " = = t y p e o f S y m b o l . i t e r a t o r ? f u n c t i o n ( t ) { r e t u r n t y p e o f t } : f u n c t i o n ( t ) { r e t u r n t & & " f u n c t i o n " = = t y p e o f S y m b o l & & t . c o n s t r u c t o r = = = S y m b o l & & t ! = = S y m b o l . p r o t o t y p e ? " s y m b o l " : t y p e o f t } ) ( t ) } v a r J = a ( { n a m e : " M u l t i s e l e c t " , c o m p o n e n t s : { V u e M u l t i s e l e c t : L . a , A v a t a r S e l e c t O p t i o n : Z } , d i r e c t i v e s : { t o o l t i p : $ . a } , i n h e r i t A t t r s : ! 1 , p r o p s : { v a l u e : { d e f a u l t : f u n c t i o n ( ) { r e t u r n [ ] } } , m u l t i p l e : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , l i m i t : { t y p e : N u m b e r , d e f a u l t : 9 9 9 9 9 } , l a b e l : { t y p e : S t r i n g } , t r a c k B y : { t y p e : S t r i n g } , u s e r S e l e c t : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , l o a d i n g : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , a u t o L i m i t : { t y p e : B o o l e a n , d e f a u l t : ! 0 } , t a g W i d t h : { t y p e : N u m b e r , d e f a u l t : 1 5 0 , v a l i d a t o r : f u n c t i o n ( t ) { r e t u r n t > 0 } } } , d a t a : f u n c t i o n ( ) { r e t u r n { e l W i d t h : 0 } } , c o m p u t e d : { m a x O p t i o n s : f u n c t i o n ( ) { i f ( t h i s . a u t o L i m i t & & t h i s . e l W i d t h > 0 & & 0 ! = = t h i s . t a g W i d t h ) { v a r t = M a t h . f l o o r ( t h i s . e l W i d t h / t h i s . t a g W i d t h ) ; r e t u r n t > 0 ? t : 1 } r e t u r n t h i s . l i m i t ? t h i s . l i m i t : 9 9 9 9 } , l i m i t S t r i n g : f u n c t i o n ( ) { r e t u r n " + " . c o n c a t ( t h i s . v a l u e . l e n g t h - t h i s . m a x O p t i o n s ) } } , w a t c h : { v a l u e : f u n c t i o n ( ) { t h i s . u p d a t e W i d t h ( ) } } , m o u n t e d : f u n c t i o n ( ) { t h i s . u p d a t e W i d t h ( ) , w i n d o w . a d d E v e n t L i s t e n e r ( " r e s i z e " , t h i s . u p d a t e W i d t h ) } , b e f o r e D e s t r o y : f u n c t i o n ( ) { w i n d o w . r e m o v e E v e n t L i s t e n e r ( " r e s i z e " , t h i s . u p d a t e W i d t h ) } , m e t h o d s : { f o r m a t L i m i t T i t l e : f u n c t i o n ( t ) { v a r e = t h i s ; i f ( A r r a y . i s A r r a y ( t ) & & t . l e n g t h > 0 ) { v a r n = t ; r e t u r n " o b j e c t " = = = q ( t [ 0 ] ) & & ( n = t . m a p ( f u n c t i o n ( t ) { r e t u r n t [ e . l a b e l ] } ) ) , n . s l i c e ( t h i s . m a x O p t i o n s ) . j o i n ( " , " ) } r e t u r n " " } , u p d a t e W i d t h : f u n c t i o n ( ) { t h i s . e l W i d t h = t h i s . $ e l . q u e r y S e l e c t o r ( " . m u l t i s e l e c t _ _ t a g s - w r a p " ) . o f f s e t W i d t h - 1 0 } } } , j , [ ] , ! 1 , n u l l , n u l l , n u l l ) ; J . o p t i o n s . _ _ f i l e = " s r c / c o m p o n e n t s / M u l t i s e l e c t / M u l t i s e l e c t . v u e " ; v a r X = J . e x p o r t s ; r ( 5 5 ) ,
2018-11-05 10:16:59 +03:00
/ * *
2018-12-04 21:50:28 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2018-11-05 10:16:59 +03:00
*
2018-12-04 21:50:28 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2018-11-05 10:16:59 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2018-12-04 21:50:28 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2018-10-11 13:20:18 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2018-12-04 21:50:28 +03:00
* /
2019-01-30 11:48:52 +03:00
E ( X ) ; var K = X , tt = function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "action" , t . _g ( t . _b ( { staticClass : "action-item" , class : [ t . isSingleAction ? t . firstAction . icon + " action-item--single" : "action-item--multiple" ] , attrs : { href : t . isSingleAction && t . firstAction . href ? t . firstAction . href : "#" } } , "action" , t . mainActionElement ( ) , ! 1 ) , t . isSingleAction && t . firstAction . action ? { click : t . firstAction . action } : { } ) , [ t . isSingleAction ? t . _e ( ) : [ n ( "div" , { directives : [ { name : "click-outside" , rawName : "v-click-outside" , value : t . closeMenu , expression : "closeMenu" } ] , staticClass : "action-item__menutoggle icon-more" , attrs : { tabindex : "0" } , on : { click : function ( e ) { return e . preventDefault ( ) , t . toggleMenu ( e ) } } } ) , t . _v ( " " ) , n ( "div" , { staticClass : "action-item__menu popovermenu" , class : { open : t . opened } } , [ n ( "popover-menu" , { attrs : { menu : t . actions } } ) ] , 1 ) ] ] , 2 ) } ; tt . _withStripped = ! 0 ; var et = { name : "Action" , components : { PopoverMenu : A } , directives : { ClickOutside : g . a } , props : { actions : { type : Array , required : ! 0 , default : function ( ) { return [ { href : "https://nextcloud.com" , icon : "icon-links" , text : "Nextcloud" } , { action : function ( ) { alert ( "Deleted !" ) } , icon : "icon-delete" , text : "Delete" } ] } } } , data : function ( ) { return { opened : ! 1 } } , computed : { isSingleAction : function ( ) { return 1 === this . actions . length } , firstAction : function ( ) { return this . actions [ 0 ] } } , mounted : function ( ) { this . popupItem = this . $el } , methods : { toggleMenu : function ( ) { this . opened = ! this . opened } , closeMenu : function ( ) { this . opened = ! 1 } , mainActionElement : function ( ) { return { is : this . isSingleAction ? "a" : "div" } } } } , nt = ( r ( 57 ) , a ( et , tt , [ ] , ! 1 , null , "886e6e62" , null ) ) ; nt . options . _ _file = "src/components/Action/Action.vue" ; var rt = nt . exports ;
2018-10-11 13:20:18 +03:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-01-30 11:48:52 +03:00
* / f u n c t i o n i t ( t , e , n ) { r e t u r n e i n t ? O b j e c t . d e f i n e P r o p e r t y ( t , e , { v a l u e : n , e n u m e r a b l e : ! 0 , c o n f i g u r a b l e : ! 0 , w r i t a b l e : ! 0 } ) : t [ e ] = n , t }
2018-11-05 10:16:59 +03:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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-01-30 11:48:52 +03:00
* / f u n c t i o n o t ( t ) { O b j e c t . v a l u e s ( i ) . f o r E a c h ( f u n c t i o n ( e ) { t . c o m p o n e n t ( e . n a m e , e ) } ) }
2018-11-05 10:16:59 +03:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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-01-30 11:48:52 +03:00
* /r.d(n,"AppContent",function(){return u}),r.d(n,"AppNavigationItem",function(){return _}),r.d(n,"AppNavigationNew",function(){return x}),r.d(n,"AppNavigationSettings",function(){return S}),r.d(n,"PopoverMenu",function(){return v}),r.d(n,"DatetimePicker",function(){return I}),r.d(n,"Multiselect",function(){return K}),r.d(n,"Avatar",function(){return Q}),r.d(n,"Action",function(){return rt}),"undefined"!=typeof window&&window.Vue&&ot(window.Vue),n.default=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(e){it(t,e,n[e])})}return t}({install:ot},i)}])},e.exports=i()},,,function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){"use strict";var r=n(13);n.n(r).a},function(t,e,n){(t.exports=n(42)(!1)).push([t.i,"\n.two-factor-loading {\n\tdisplay: inline-block;\n\tvertical-align: sub;\n\tmargin-left: -2px;\n\tmargin-right: 1px;\n}\n",""])},function(t,e,n){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var n=function(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"==typeof btoa){var i=(a=r,"/ * # sourceMappingURL = data : application / json ; charset = utf - 8 ; base64 , "+btoa(unescape(encodeURIComponent(JSON.stringify(a))))+" * /"),o=r.sources.map(function(t){return"/ * # sourceURL = "+r.sourceRoot+t+" * / " } ) ; r e t u r n [ n ] . c o n c a t ( o ) . c o n c a t ( [ i ] ) . j o i n ( " \ n " ) } v a r a ; r e t u r n [ n ] . j o i n ( " \ n " ) } ( e , t ) ; r e t u r n e [ 2 ] ? " @ m e d i a " + e [ 2 ] + " { " + n + " } " : n } ) . j o i n ( " " ) } , e . i = f u n c t i o n ( t , n ) { " s t r i n g " = = t y p e o f t & & ( t = [ [ n u l l , t , " " ] ] ) ; f o r ( v a r r = { } , i = 0 ; i < t h i s . l e n g t h ; i + + ) { v a r o = t h i s [ i ] [ 0 ] ; n u l l ! = o & & ( r [ o ] = ! 0 ) } f o r ( i = 0 ; i < t . l e n g t h ; i + + ) { v a r a = t [ i ] ; n u l l ! = a [ 0 ] & & r [ a [ 0 ] ] | | ( n & & ! a [ 2 ] ? a [ 2 ] = n : n & & ( a [ 2 ] = " ( " + a [ 2 ] + " ) a n d ( " + n + " ) " ) , e . p u s h ( a ) ) } } , e } } , , f u n c t i o n ( e , n , r ) { " u s e s t r i c t " ; r . r ( n ) ; v a r i = r ( 2 ) , o = f u n c t i o n ( ) { v a r t = t h i s , e = t . $ c r e a t e E l e m e n t , n = t . _ s e l f . _ c | | e ; r e t u r n n ( " d i v " , [ n ( " p " , { s t a t i c C l a s s : " s e t t i n g s - h i n t " } , [ t . _ v ( " \ n \ t \ t " + t . _ s ( t . t ( " s e t t i n g s " , " T w o - f a c t o r a u t h e n t i c a t i o n c a n b e e n f o r c e d f o r a l l \ t u s e r s a n d s p e c i f i c g r o u p s . I f t h e y d o n o t h a v e a t w o - f a c t o r p r o v i d e r c o n f i g u r e d , t h e y w i l l b e u n a b l e t o l o g i n t o t h e s y s t e m . " ) ) + " \ n \ t " ) ] ) , t . _ v ( " " ) , t . l o a d i n g ? n ( " p " , [ n ( " s p a n " , { s t a t i c C l a s s : " i c o n - l o a d i n g - s m a l l t w o - f a c t o r - l o a d i n g " } ) , t . _ v ( " " ) , n ( " s p a n " , [ t . _ v ( t . _ s ( t . t ( " s e t t i n g s " , " E n f o r c e t w o - f a c t o r a u t h e n t i c a t i o n " ) ) ) ] ) ] ) : n ( " p " , [ n ( " i n p u t " , { d i r e c t i v e s : [ { n a m e : " m o d e l " , r a w N a m e : " v - m o d e l " , v a l u e : t . s t a t e . e n f o r c e d , e x p r e s s i o n : " s t a t e . e n f o r c e d " } ] , s t a t i c C l a s s : " c h e c k b o x " , a t t r s : { t y p e : " c h e c k b o x " , i d : " t w o - f a c t o r - e n f o r c e d " } , d o m P r o p s : { c h e c k e d : A r r a y . i s A r r a y ( t . s t a t e . e n f o r c e d ) ? t . _ i ( t . s t a t e . e n f o r c e d , n u l l ) > - 1 : t . s t a t e . e n f o r c e d } , o n : { c h a n g e : [ f u n c t i o n ( e ) { v a r n = t . s t a t e . e n f o r c e d , r = e . t a r g e t , i = ! ! r . c h e c k e d ; i f ( A r r a y . i s A r r a y ( n ) ) { v a r o = t . _ i ( n , n u l l ) ; r . c h e c k e d ? o < 0 & & t . $ s e t ( t . s t a t e , " e n f o r c e d " , n . c o n c a t ( [ n u l l ] ) ) : o > - 1 & & t . $ s e t ( t . s t a t e , " e n f o r c e d " , n . s l i c e ( 0 , o ) . c o n c a t ( n . s l i c e ( o + 1 ) ) ) } e l s e t . $ s e t ( t . s t a t e , " e n f o r c e d " , i ) } , t . s a v e C h a n g e s ] } } ) , t . _ v ( " " ) , n ( " l a b e l " , { a t t r s : { f o r : " t w o - f a c t o r - e n f o r c e d " } } , [ t . _ v ( t . _ s ( t . t ( " s e t t i n g s " , " E n f o r c e t w o - f a c t o r a u t h e n t i c a t i o n " ) ) ) ] ) ] ) , t . _ v ( " " ) , n ( " h 3 " , [ t . _ v ( t . _ s ( t . t ( " s e t t i n g s " , " L i m i t t o g r o u p s " ) ) ) ] ) , t . _ v ( " \ n \ t " + t . _ s ( t . t ( " s e t t i n g s " , " E n f o r c e m e n t o f t w o - f a c t o r a u t h e n t i c a t i o n c a n b e s e t f o r c e r t a i n g r o u p s o n l y . " ) ) + " \ n \ t " ) , n ( " p " , [ t . _ v ( " \ n \ t \ t " + t . _ s ( t . t ( " s e t t i n g s " , " T w o - f a c t o r a u t h e n t i c a t i o n i s e n f o r c e d f o r a l l \ t m e m b e r s o f t h e f o l l o w i n g g r o u p s . " ) ) + " \ n \ t " ) ] ) , t . _ v ( " " ) , n ( " p " , [ n ( " M u l t i s e l e c t " , { a t t r s : { o p t i o n s : t . g r o u p s , p l a c e h o l d e r : t . t ( " s e t t i n g s " , " E n f o r c e d g r o u p s " ) , d i s a b l e d : t . l o a d i n g , m u l t i p l e : ! 0 , s e a r c h a b l e : ! 0 , l o a d i n g : t . l o a d i n g G r o u p s , " s h o w - n o - o p t i o n s " : ! 1 , " c l o s e - o n - s e l e c t " : ! 1 } , o n : { " s e a r c h - c h a n g e " : t . s e a r c h G r o u p } , m o d e l : { v a l u e : t . s t a t e . e n f o r c e d G r o u p s , c a l l b a c k : f u n c t i o n ( e ) { t . $ s e t ( t . s t a t e , " e n f o r c e d G r o u p s " , e ) } , e x p r e s s i o n : " s
2018-11-05 18:02:32 +03:00
//# sourceMappingURL=vue-settings-admin-security.js.map