2018-12-20 07:42:34 +00:00
! function ( t ) { var n = { } ; function e ( r ) { if ( n [ r ] ) return n [ r ] . exports ; var o = n [ r ] = { i : r , l : ! 1 , exports : { } } ; return t [ r ] . call ( o . exports , o , o . exports , e ) , o . l = ! 0 , o . exports } e . m = t , e . c = n , e . d = function ( t , n , r ) { e . o ( t , n ) || Object . defineProperty ( t , n , { enumerable : ! 0 , get : r } ) } , e . r = function ( t ) { "undefined" != typeof Symbol && Symbol . toStringTag && Object . defineProperty ( t , Symbol . toStringTag , { value : "Module" } ) , Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) } , e . t = function ( t , n ) { if ( 1 & n && ( t = e ( t ) ) , 8 & n ) return t ; if ( 4 & n && "object" == typeof t && t && t . _ _esModule ) return t ; var r = Object . create ( null ) ; if ( e . r ( r ) , Object . defineProperty ( r , "default" , { enumerable : ! 0 , value : t } ) , 2 & n && "string" != typeof t ) for ( var o in t ) e . d ( r , o , function ( n ) { return t [ n ] } . bind ( null , o ) ) ; return 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 , n ) { return Object . prototype . hasOwnProperty . call ( t , n ) } , e . p = "/js" , e ( e . s = 36 ) } ( [ function ( t , n , e ) { "use strict" ; var r = e ( 6 ) , o = e ( 14 ) , i = Object . prototype . toString ; function a ( t ) { return "[object Array]" === i . call ( t ) } function s ( t ) { return null !== t && "object" == typeof t } function c ( t ) { return "[object Function]" === i . call ( t ) } function u ( t , n ) { if ( null != t ) if ( "object" != typeof t && ( t = [ t ] ) , a ( t ) ) for ( var e = 0 , r = t . length ; e < r ; e ++ ) n . call ( null , t [ e ] , e , t ) ; else for ( var o in t ) Object . prototype . hasOwnProperty . call ( t , o ) && n . call ( null , t [ o ] , o , t ) } t . exports = { isArray : a , isArrayBuffer : function ( t ) { return "[object ArrayBuffer]" === i . call ( t ) } , isBuffer : o , 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]" === i . call ( t ) } , isFile : function ( t ) { return "[object File]" === i . call ( t ) } , isBlob : function ( t ) { return "[object Blob]" === i . call ( t ) } , isFunction : c , isStream : function ( t ) { return s ( t ) && c ( t . pipe ) } , isURLSearchParams : function ( t ) { return "undefined" != typeof URLSearchParams && t instanceof URLSearchParams } , isStandardBrowserEnv : function ( ) { return ( "undefined" == typeof navigator || "ReactNative" !== navigator . product ) && "undefined" != typeof window && "undefined" != typeof document } , forEach : u , merge : function t ( ) { var n = { } ; function e ( e , r ) { "object" == typeof n [ r ] && "object" == typeof e ? n [ r ] = t ( n [ r ] , e ) : n [ r ] = e } for ( var r = 0 , o = arguments . length ; r < o ; r ++ ) u ( arguments [ r ] , e ) ; return n } , extend : function ( t , n , e ) { return u ( n , function ( n , o ) { t [ o ] = e && "function" == typeof n ? r ( n , e ) : n } ) , t } , trim : function ( t ) { return t . replace ( /^\s*/ , "" ) . replace ( /\s*$/ , "" ) } } } , function ( t , n , e ) { "use strict" ; ( function ( t , e ) {
2018-06-08 07:52:27 +00:00
/ * !
2018-12-12 07:35:11 +00:00
* Vue . js v2 . 5.21
2018-06-08 07:52:27 +00:00
* ( c ) 2014 - 2018 Evan You
* Released under the MIT License .
* /
2018-12-20 07:42:34 +00:00
var r = Object . freeze ( { } ) ; function o ( t ) { return null == t } function i ( t ) { return null != t } function a ( t ) { return ! 0 === t } function s ( t ) { return "string" == typeof t || "number" == typeof t || "symbol" == typeof t || "boolean" == typeof t } function c ( t ) { return null !== t && "object" == typeof t } var u = Object . prototype . toString ; function f ( t ) { return "[object Object]" === u . call ( t ) } function p ( t ) { return "[object RegExp]" === u . call ( t ) } function l ( t ) { var n = parseFloat ( String ( t ) ) ; return n >= 0 && Math . floor ( n ) === n && isFinite ( t ) } function v ( t ) { return null == t ? "" : "object" == typeof t ? JSON . stringify ( t , null , 2 ) : String ( t ) } function h ( t ) { var n = parseFloat ( t ) ; return isNaN ( n ) ? t : n } function d ( t , n ) { for ( var e = Object . create ( null ) , r = t . split ( "," ) , o = 0 ; o < r . length ; o ++ ) e [ r [ o ] ] = ! 0 ; return n ? function ( t ) { return e [ t . toLowerCase ( ) ] } : function ( t ) { return e [ t ] } } var y = d ( "slot,component" , ! 0 ) , g = d ( "key,ref,slot,slot-scope,is" ) ; function _ ( t , n ) { if ( t . length ) { var e = t . indexOf ( n ) ; if ( e > - 1 ) return t . splice ( e , 1 ) } } var m = Object . prototype . hasOwnProperty ; function b ( t , n ) { return m . call ( t , n ) } function w ( t ) { var n = Object . create ( null ) ; return function ( e ) { return n [ e ] || ( n [ e ] = t ( e ) ) } } var C = /-(\w)/g , x = w ( function ( t ) { return t . replace ( C , function ( t , n ) { return n ? n . toUpperCase ( ) : "" } ) } ) , $ = w ( function ( t ) { return t . charAt ( 0 ) . toUpperCase ( ) + t . slice ( 1 ) } ) , A = /\B([A-Z])/g , O = w ( function ( t ) { return t . replace ( A , "-$1" ) . toLowerCase ( ) } ) ; var S = Function . prototype . bind ? function ( t , n ) { return t . bind ( n ) } : function ( t , n ) { function e ( e ) { var r = arguments . length ; return r ? r > 1 ? t . apply ( n , arguments ) : t . call ( n , e ) : t . call ( n ) } return e . _length = t . length , e } ; function T ( t , n ) { n = n || 0 ; for ( var e = t . length - n , r = new Array ( e ) ; e -- ; ) r [ e ] = t [ e + n ] ; return r } function L ( t , n ) { for ( var e in n ) t [ e ] = n [ e ] ; return t } function k ( t ) { for ( var n = { } , e = 0 ; e < t . length ; e ++ ) t [ e ] && L ( n , t [ e ] ) ; return n } function I ( t , n , e ) { } var j = function ( t , n , e ) { return ! 1 } , E = function ( t ) { return t } ; function U ( t , n ) { if ( t === n ) return ! 0 ; var e = c ( t ) , r = c ( n ) ; if ( ! e || ! r ) return ! e && ! r && String ( t ) === String ( n ) ; try { var o = Array . isArray ( t ) , i = Array . isArray ( n ) ; if ( o && i ) return t . length === n . length && t . every ( function ( t , e ) { return U ( t , n [ e ] ) } ) ; if ( t instanceof Date && n instanceof Date ) return t . getTime ( ) === n . getTime ( ) ; if ( o || i ) return ! 1 ; var a = Object . keys ( t ) , s = Object . keys ( n ) ; return a . length === s . length && a . every ( function ( e ) { return U ( t [ e ] , n [ e ] ) } ) } catch ( t ) { return ! 1 } } function F ( t , n ) { for ( var e = 0 ; e < t . length ; e ++ ) if ( U ( t [ e ] , n ) ) return e ; return - 1 } function R ( t ) { var n = ! 1 ; return function ( ) { n || ( n = ! 0 , t . apply ( this , arguments ) ) } } var M = "data-server-rendered" , N = [ "component" , "directive" , "filter" ] , D = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" ] , q = { optionMergeStrategies : Object . create ( null ) , silent : ! 1 , productionTip : ! 1 , devtools : ! 1 , performance : ! 1 , errorHandler : null , warnHandler : null , ignoredElements : [ ] , keyCodes : Object . create ( null ) , isReservedTag : j , isReservedAttr : j , isUnknownElement : j , getTagNamespace : I , parsePlatformTagName : E , mustUseProp : j , async : ! 0 , _lifecycleHooks : D } ; function B ( t , n , e , r ) { Object . defineProperty ( t , n , { value : e , enumerable : ! ! r , writable : ! 0 , configurable : ! 0 } ) } var J = /[^\w.$]/ ; var P , H = "__proto__" in { } , X = "undefined" != typeof window , K = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , W = K && WXEnvironment . platform . toLowerCase ( ) , Z = X && window . navigator . userAgent . toLowerCase ( ) , Y = Z && /msie|trident/ . test ( Z ) , G = Z && Z . indexOf ( "msie 9.0" ) > 0 , Q = Z && Z . indexOf ( "edge/" ) > 0 , z = ( Z && Z . indexOf ( "android" ) , Z && /iphone|ipad|ipod|ios/ . test ( Z ) || "ios" === W ) , V = ( Z && /chrome\/\d+/ . test ( Z ) , { } . watch ) , tt = ! 1 ; if ( X ) try { var nt = { } ; Object . defineProperty ( nt , "passive" , { get : function ( ) { tt = ! 0 } } ) , window . addEventListener ( "test-passive" , null , nt ) } catch ( t ) { } var et = function ( ) { return void 0 === P && ( P = ! X && ! K && void 0 !== t && ( t . process && "server" === t . process . env . VUE _ENV ) ) , P } , rt = X && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function ot ( t ) { return "function" == typeof t && /native code/ . test ( t . toString ( ) ) } var it , at = "undefined" != typeof Symbol && ot ( Symbol ) && "undefined" != typeof Reflect && ot ( Reflect . ownKeys ) ; it = "undefined" != typeof Set && ot ( Set ) ? Set : function ( ) { function t ( ) { this . set = Object . create ( null ) } return t . prototype . has = function ( t ) { return ! 0 === this . set [ t ] } , t . prototype . add = function ( t ) { this . set [ t ] = ! 0 } , t . proto
2018-07-17 20:19:59 +00:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /
2018-12-20 07:42:34 +00:00
t . exports = function ( t ) { return null != t && ( e ( t ) || function ( t ) { return "function" == typeof t . readFloatLE && "function" == typeof t . slice && e ( t . slice ( 0 , 0 ) ) } ( t ) || ! ! t . _isBuffer ) } } , function ( t , n , e ) { "use strict" ; var r = e ( 4 ) , o = e ( 0 ) , i = e ( 24 ) , a = e ( 25 ) ; function s ( t ) { this . defaults = t , this . interceptors = { request : new i , response : new i } } s . prototype . request = function ( t ) { "string" == typeof t && ( t = o . merge ( { url : arguments [ 0 ] } , arguments [ 1 ] ) ) , ( t = o . merge ( r , { method : "get" } , this . defaults , t ) ) . method = t . method . toLowerCase ( ) ; var n = [ a , void 0 ] , e = Promise . resolve ( t ) ; for ( this . interceptors . request . forEach ( function ( t ) { n . unshift ( t . fulfilled , t . rejected ) } ) , this . interceptors . response . forEach ( function ( t ) { n . push ( t . fulfilled , t . rejected ) } ) ; n . length ; ) e = e . then ( n . shift ( ) , n . shift ( ) ) ; return e } , o . forEach ( [ "delete" , "get" , "head" , "options" ] , function ( t ) { s . prototype [ t ] = function ( n , e ) { return this . request ( o . merge ( e || { } , { method : t , url : n } ) ) } } ) , o . forEach ( [ "post" , "put" , "patch" ] , function ( t ) { s . prototype [ t ] = function ( n , e , r ) { return this . request ( o . merge ( r || { } , { method : t , url : n , data : e } ) ) } } ) , t . exports = s } , function ( t , n , e ) { "use strict" ; var r = e ( 0 ) ; t . exports = function ( t , n ) { r . forEach ( t , function ( e , r ) { r !== n && r . toUpperCase ( ) === n . toUpperCase ( ) && ( t [ n ] = e , delete t [ r ] ) } ) } } , function ( t , n , e ) { "use strict" ; var r = e ( 9 ) ; t . exports = function ( t , n , e ) { var o = e . config . validateStatus ; e . status && o && ! o ( e . status ) ? n ( r ( "Request failed with status code " + e . status , e . config , null , e . request , e ) ) : t ( e ) } } , function ( t , n , e ) { "use strict" ; t . exports = function ( t , n , e , r , o ) { return t . config = n , e && ( t . code = e ) , t . request = r , t . response = o , t } } , function ( t , n , e ) { "use strict" ; var r = e ( 0 ) ; function o ( 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 , n , e ) { if ( ! n ) return t ; var i ; if ( e ) i = e ( n ) ; else if ( r . isURLSearchParams ( n ) ) i = n . toString ( ) ; else { var a = [ ] ; r . forEach ( n , function ( t , n ) { null != t && ( r . isArray ( t ) ? n += "[]" : t = [ t ] , r . forEach ( t , function ( t ) { r . isDate ( t ) ? t = t . toISOString ( ) : r . isObject ( t ) && ( t = JSON . stringify ( t ) ) , a . push ( o ( n ) + "=" + o ( t ) ) } ) ) } ) , i = a . join ( "&" ) } return i && ( t += ( - 1 === t . indexOf ( "?" ) ? "?" : "&" ) + i ) , t } } , function ( t , n , e ) { "use strict" ; var r = e ( 0 ) , o = [ "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 n , e , i , a = { } ; return t ? ( r . forEach ( t . split ( "\n" ) , function ( t ) { if ( i = t . indexOf ( ":" ) , n = r . trim ( t . substr ( 0 , i ) ) . toLowerCase ( ) , e = r . trim ( t . substr ( i + 1 ) ) , n ) { if ( a [ n ] && o . indexOf ( n ) >= 0 ) return ; a [ n ] = "set-cookie" === n ? ( a [ n ] ? a [ n ] : [ ] ) . concat ( [ e ] ) : a [ n ] ? a [ n ] + ", " + e : e } } ) , a ) : a } } , function ( t , n , e ) { "use strict" ; var r = e ( 0 ) ; t . exports = r . isStandardBrowserEnv ( ) ? function ( ) { var t , n = /(msie|trident)/i . test ( navigator . userAgent ) , e = document . createElement ( "a" ) ; function o ( t ) { var r = t ; return n && ( e . setAttribute ( "href" , r ) , r = e . href ) , e . setAttribute ( "href" , r ) , { href : e . href , protocol : e . protocol ? e . protocol . replace ( /:$/ , "" ) : "" , host : e . host , search : e . search ? e . search . replace ( /^\?/ , "" ) : "" , hash : e . hash ? e . hash . replace ( /^#/ , "" ) : "" , hostname : e . hostname , port : e . port , pathname : "/" === e . pathname . charAt ( 0 ) ? e . pathname : "/" + e . pathname } } return t = o ( window . location . href ) , function ( n ) { var e = r . isString ( n ) ? o ( n ) : n ; return e . protocol === t . protocol && e . host === t . host } } ( ) : function ( ) { return ! 0 } } , function ( t , n , e ) { "use strict" ; var r = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=" ; function o ( ) { this . message = "String contains an invalid character" } o . prototype = new Error , o . prototype . code = 5 , o . prototype . name = "InvalidCharacterError" , t . exports = function ( t ) { for ( var n , e , i = String ( t ) , a = "" , s = 0 , c = r ; i . charAt ( 0 | s ) || ( c = "=" , s % 1 ) ; a += c . charAt ( 63 & n >> 8 - s % 1 * 8 ) ) { if ( ( e = i . charCodeAt ( s += . 75 ) ) > 255 ) throw new o ; n = n << 8 | e } return a } } , function ( t , n , e ) { "use strict" ; var r = e ( 0 ) ; t . exports = r . isStandardBrowserEnv ( ) ? { write : function ( t , n , e , o , i , a ) { var s = [ ] ; s . push ( t + "=" + encodeURIComponent ( n ) ) , r . isNumber ( e ) && s . push ( "expires=" + new Date ( e ) . toGMTString ( ) ) , r . isString ( o ) && s . push ( "path=" + o ) , r . isString ( i ) && s . push ( "domain=" + i ) , ! 0 === a && s . push ( "secure" ) , document . cookie = s . join ( "; " ) } , read : function ( t ) { var n
2018-06-08 07:52:27 +00:00
/ * *
* @ copyright Copyright ( c ) 2018 Roeland Jago Douma < roeland @ famdouma . nl >
*
* @ author Roeland Jago Douma < roeland @ famdouma . nl >
*
* @ 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/>.
*
* /
2018-12-20 07:42:34 +00:00
o . a . prototype . t = t , o . a . prototype . oc _defaults = oc _defaults , o . a . prototype . OC = OC ; const h = new o . a ( { render : t => t ( v ) } ) . $mount ( "#oauth2" ) } , function ( t , n , e ) { "use strict" ; function r ( t , n ) { for ( var e = [ ] , r = { } , o = 0 ; o < n . length ; o ++ ) { var i = n [ o ] , a = i [ 0 ] , s = { id : t + ":" + o , css : i [ 1 ] , media : i [ 2 ] , sourceMap : i [ 3 ] } ; r [ a ] ? r [ a ] . parts . push ( s ) : e . push ( r [ a ] = { id : a , parts : [ s ] } ) } return e } e . r ( n ) , e . d ( n , "default" , function ( ) { return h } ) ; var o = "undefined" != typeof document ; if ( "undefined" != typeof DEBUG && DEBUG && ! o ) throw new Error ( "vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment." ) ; var i = { } , a = o && ( document . head || document . getElementsByTagName ( "head" ) [ 0 ] ) , s = null , c = 0 , u = ! 1 , f = function ( ) { } , p = null , l = "data-vue-ssr-id" , v = "undefined" != typeof navigator && /msie [6-9]\b/ . test ( navigator . userAgent . toLowerCase ( ) ) ; function h ( t , n , e , o ) { u = e , p = o || { } ; var a = r ( t , n ) ; return d ( a ) , function ( n ) { for ( var e = [ ] , o = 0 ; o < a . length ; o ++ ) { var s = a [ o ] ; ( c = i [ s . id ] ) . refs -- , e . push ( c ) } n ? d ( a = r ( t , n ) ) : a = [ ] ; for ( o = 0 ; o < e . length ; o ++ ) { var c ; if ( 0 === ( c = e [ o ] ) . refs ) { for ( var u = 0 ; u < c . parts . length ; u ++ ) c . parts [ u ] ( ) ; delete i [ c . id ] } } } } function d ( t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var e = t [ n ] , r = i [ e . id ] ; if ( r ) { r . refs ++ ; for ( var o = 0 ; o < r . parts . length ; o ++ ) r . parts [ o ] ( e . parts [ o ] ) ; for ( ; o < e . parts . length ; o ++ ) r . parts . push ( g ( e . parts [ o ] ) ) ; r . parts . length > e . parts . length && ( r . parts . length = e . parts . length ) } else { var a = [ ] ; for ( o = 0 ; o < e . parts . length ; o ++ ) a . push ( g ( e . parts [ o ] ) ) ; i [ e . id ] = { id : e . id , refs : 1 , parts : a } } } } function y ( ) { var t = document . createElement ( "style" ) ; return t . type = "text/css" , a . appendChild ( t ) , t } function g ( t ) { var n , e , r = document . querySelector ( "style[" + l + '~="' + t . id + '"]' ) ; if ( r ) { if ( u ) return f ; r . parentNode . removeChild ( r ) } if ( v ) { var o = c ++ ; r = s || ( s = y ( ) ) , n = b . bind ( null , r , o , ! 1 ) , e = b . bind ( null , r , o , ! 0 ) } else r = y ( ) , n = function ( t , n ) { var e = n . css , r = n . media , o = n . sourceMap ; r && t . setAttribute ( "media" , r ) ; p . ssrId && t . setAttribute ( l , n . id ) ; o && ( e += "\n/*# sourceURL=" + o . sources [ 0 ] + " */" , e += "\n/*# sourceMappingURL=data:application/json;base64," + btoa ( unescape ( encodeURIComponent ( JSON . stringify ( o ) ) ) ) + " */" ) ; if ( t . styleSheet ) t . styleSheet . cssText = e ; else { for ( ; t . firstChild ; ) t . removeChild ( t . firstChild ) ; t . appendChild ( document . createTextNode ( e ) ) } } . bind ( null , r ) , e = function ( ) { r . parentNode . removeChild ( r ) } ; return n ( t ) , function ( r ) { if ( r ) { if ( r . css === t . css && r . media === t . media && r . sourceMap === t . sourceMap ) return ; n ( t = r ) } else e ( ) } } var _ , m = ( _ = [ ] , function ( t , n ) { return _ [ t ] = n , _ . filter ( Boolean ) . join ( "\n" ) } ) ; function b ( t , n , e , r ) { var o = e ? "" : r . css ; if ( t . styleSheet ) t . styleSheet . cssText = m ( n , o ) ; else { var i = document . createTextNode ( o ) , a = t . childNodes ; a [ n ] && t . removeChild ( a [ n ] ) , a . length ? t . insertBefore ( i , a [ n ] ) : t . appendChild ( i ) } } } ] ) ;
2018-06-08 07:52:27 +00:00
//# sourceMappingURL=oauth2.js.map