2018-11-12 15:05:51 +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 = 320 ) } ( { 100 : function ( t , e ) { function n ( t ) { return ! ! t . constructor && "function" == typeof t . constructor . isBuffer && t . constructor . isBuffer ( t ) }
2018-10-08 15:03:22 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /
2018-11-23 00:05:24 +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 ) } } , 101 : function ( t , e , n ) { "use strict" ; var r = n ( 41 ) , i = n ( 6 ) , o = n ( 110 ) , a = n ( 111 ) ; 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 } , 102 : function ( t , e , n ) { "use strict" ; var r = n ( 6 ) ; t . exports = function ( t , e ) { r . forEach ( t , function ( n , r ) { r !== e && r . toUpperCase ( ) === e . toUpperCase ( ) && ( t [ e ] = n , delete t [ r ] ) } ) } } , 103 : function ( t , e , n ) { "use strict" ; var r = n ( 55 ) ; 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 ) } } , 104 : 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 } } , 105 : function ( t , e , n ) { "use strict" ; var r = n ( 6 ) ; 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 } } , 106 : function ( t , e , n ) { "use strict" ; var r = n ( 6 ) , 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 } } , 107 : function ( t , e , n ) { "use strict" ; var r = n ( 6 ) ; 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 } } , 108 : 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 } } , 109 : function ( t , e , n ) { "use strict" ; var r = n ( 6 ) ; 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 . coo
2018-11-05 10:16:59 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
2018-11-23 00:05:24 +03:00
* / t . e x p o r t s = f u n c t i o n ( t ) { r e t u r n n u l l ! = t & & ( n ( t ) | | f u n c t i o n ( t ) { r e t u r n " f u n c t i o n " = = t y p e o f t . r e a d F l o a t L E & & " f u n c t i o n " = = t y p e o f t . s l i c e & & n ( t . s l i c e ( 0 , 0 ) ) } ( t ) | | ! ! t . _ i s B u f f e r ) } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r r = n ( 1 6 ) , i = n ( 3 0 6 ) , o = n ( 3 0 8 ) , a = n ( 3 0 9 ) , s = n ( 3 1 0 ) , u = n ( 1 2 3 ) , c = " u n d e f i n e d " ! = t y p e o f w i n d o w & & w i n d o w . b t o a & & w i n d o w . b t o a . b i n d ( w i n d o w ) | | n ( 3 1 1 ) ; t . e x p o r t s = f u n c t i o n ( t ) { r e t u r n n e w P r o m i s e ( f u n c t i o n ( e , l ) { v a r f = t . d a t a , p = t . h e a d e r s ; r . i s F o r m D a t a ( f ) & & d e l e t e p [ " C o n t e n t - T y p e " ] ; v a r d = n e w X M L H t t p R e q u e s t , h = " o n r e a d y s t a t e c h a n g e " , v = ! 1 ; i f ( " u n d e f i n e d " = = t y p e o f w i n d o w | | ! w i n d o w . X D o m a i n R e q u e s t | | " w i t h C r e d e n t i a l s " i n d | | s ( t . u r l ) | | ( d = n e w w i n d o w . X D o m a i n R e q u e s t , h = " o n l o a d " , v = ! 0 , d . o n p r o g r e s s = f u n c t i o n ( ) { } , d . o n t i m e o u t = f u n c t i o n ( ) { } ) , t . a u t h ) { v a r m = t . a u t h . u s e r n a m e | | " " , g = t . a u t h . p a s s w o r d | | " " ; p . A u t h o r i z a t i o n = " B a s i c " + c ( m + " : " + g ) } i f ( d . o p e n ( t . m e t h o d . t o U p p e r C a s e ( ) , o ( t . u r l , t . p a r a m s , t . p a r a m s S e r i a l i z e r ) , ! 0 ) , d . t i m e o u t = t . t i m e o u t , d [ h ] = f u n c t i o n ( ) { i f ( d & & ( 4 = = = d . r e a d y S t a t e | | v ) & & ( 0 ! = = d . s t a t u s | | d . r e s p o n s e U R L & & 0 = = = d . r e s p o n s e U R L . i n d e x O f ( " f i l e : " ) ) ) { v a r n = " g e t A l l R e s p o n s e H e a d e r s " i n d ? a ( d . g e t A l l R e s p o n s e H e a d e r s ( ) ) : n u l l , r = { d a t a : t . r e s p o n s e T y p e & & " t e x t " ! = = t . r e s p o n s e T y p e ? d . r e s p o n s e : d . r e s p o n s e T e x t , s t a t u s : 1 2 2 3 = = = d . s t a t u s ? 2 0 4 : d . s t a t u s , s t a t u s T e x t : 1 2 2 3 = = = d . s t a t u s ? " N o C o n t e n t " : d . s t a t u s T e x t , h e a d e r s : n , c o n f i g : t , r e q u e s t : d } ; i ( e , l , r ) , d = n u l l } } , d . o n e r r o r = f u n c t i o n ( ) { l ( u ( " N e t w o r k E r r o r " , t , n u l l , d ) ) , d = n u l l } , d . o n t i m e o u t = f u n c t i o n ( ) { l ( u ( " t i m e o u t o f " + t . t i m e o u t + " m s e x c e e d e d " , t , " E C O N N A B O R T E D " , d ) ) , d = n u l l } , r . i s S t a n d a r d B r o w s e r E n v ( ) ) { v a r y = n ( 3 1 2 ) , _ = ( t . w i t h C r e d e n t i a l s | | s ( t . u r l ) ) & & t . x s r f C o o k i e N a m e ? y . r e a d ( t . x s r f C o o k i e N a m e ) : v o i d 0 ; _ & & ( p [ t . x s r f H e a d e r N a m e ] = _ ) } i f ( " s e t R e q u e s t H e a d e r " i n d & & r . f o r E a c h ( p , f u n c t i o n ( t , e ) { v o i d 0 = = = f & & " c o n t e n t - t y p e " = = = e . t o L o w e r C a s e ( ) ? d e l e t e p [ e ] : d . s e t R e q u e s t H e a d e r ( e , t ) } ) , t . w i t h C r e d e n t i a l s & & ( d . w i t h C r e d e n t i a l s = ! 0 ) , t . r e s p o n s e T y p e ) t r y { d . r e s p o n s e T y p e = t . r e s p o n s e T y p e } c a t c h ( e ) { i f ( " j s o n " ! = = t . r e s p o n s e T y p e ) t h r o w e } " f u n c t i o n " = = t y p e o f t . o n D o w n l o a d P r o g r e s s & & d . a d d E v e n t L i s t e n e r ( " p r o g r e s s " , t . o n D o w n l o a d P r o g r e s s ) , " f u n c t i o n " = = t y p e o f t . o n U p l o a d P r o g r e s s & & d . u p l o a d & & d . u p l o a d . a d d E v e n t L i s t e n e r ( " p r o g r e s s " , t . o n U p l o a d P r o g r e s s ) , t . c a n c e l T o k e n & & t . c a n c e l T o k e n . p r o m i s e . t h e n ( f u n c t i o n ( t ) { d & & ( d . a b o r t ( ) , l ( t ) , d = n u l l ) } ) , v o i d 0 = = = f & & ( f = n u l l ) , d . s e n d ( f ) } ) } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r r = n ( 3 0 7 ) ; t . e x p o r t s = f u n c t i o n ( t , e , n , i , o ) { v a r a = n e w E r r o r ( t ) ; r e t u r n r ( a , e , n , i , o ) } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; t . e x p o r t s = f u n c t i o n ( t ) { r e t u r n ! ( ! t | | ! t . _ _ C A N C E L _ _ ) } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; f u n c t i o n r ( t ) { t h i s . m e s s a g e = t } r . p r o t o t y p e . t o S t r i n g = f u n c t i o n ( ) { r e t u r n " C a n c e l " + ( t h i s . m e s s a g e ? " : " + t h i s . m e s s a g e : " " ) } , r . p r o t o t y p e . _ _ C A N C E L _ _ = ! 0 , t . e x p o r t s = r } , f u n c t i o n ( t , e ) { v a r n = { u t f 8 : { s t r i n g T o B y t e s : f u n c t i o n ( t ) { r e t u r n n . b i n . s t r i n g T o B y t e s ( 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 ( t ) ) ) } , b y t e s T o S t r i n g : f u n c t i o n ( t ) { r e t u r n d e c o d e U R I C o m p o n e n t ( e s c a p e ( n . b i n . b y t e s T o S t r i n g ( t ) ) ) } } , b i n : { s t r i n g T o B y t e s : f u n c t i o n ( t ) { f o r ( v a r e = [ ] , n = 0 ; n < t . l e n g t h ; n + + ) e . p u s h ( 2 5 5 & t . c h a r C o d e A t ( n ) ) ; r e t u r n e } , b y t e s T o S t r i n g : f u n c t i o n ( t ) { f o r ( v a r e = [ ] , n = 0 ; n < t . l e n g t h ; n + + ) e . p u s h ( S t r i n g . f r o m C h a r C o d e ( t [ n ] ) ) ; r e t u r n e . j o i n ( " " ) } } } ; t . e x p o r t s = n } , f u n c t i o n ( t , e ) { t . e x p o r t s = r } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; ( f u n c t i o n ( t ) { n . d ( e , " a " , f u n c t i o n ( ) { r e t u r n F t } ) ; f o r (
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 .
* /
2018-11-23 00:05:24 +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 v ( 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" ) ? v ( n ) : n : t ? t . ownerDocument . documentElement : document . documentElement } function m ( t ) { return null !== t . parentNode ? m ( t . parentNode ) : t } function g ( 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 = o . commonAncestorContainer ; if ( t !== a && e !== a || r . contains ( i ) ) return function ( t ) { var e = t . nodeName ; return "BODY" !== e && ( "HTML" === e || v ( t . firstElementChild ) === t ) } ( a ) ? a : v ( a ) ; var s = m ( t ) ; return s . host ? g ( s . host , e ) : g ( t , m ( e ) . host ) } function y ( 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 _ ( 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 b ( 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 w ( ) { var t = document . body , e = document . documentElement , n = h ( 10 ) && getComputedStyle ( e ) ; return { height : b ( "Height" , t , e , n ) , width : b ( "Width" , t , e , n ) } } var x = function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } , S = function ( ) { function t ( t , e ) { for ( var n = 0 ; n < e . length ; n ++ ) { var r = e [ n ] ; r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( t , r . key , r ) } } return function ( e , n , r ) { return n && t ( e . prototype , n ) , r && t ( e , r ) , e } } ( ) , O = 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 A ( 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 = y ( t , "top" ) , r = y ( 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 ? w ( ) : { } , 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 -= _ ( f , "x" ) , l -= _ ( f , "y" ) , i . width -= u , i . height -= l } return A ( i ) } function C ( 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
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/>.
*
2018-11-05 10:16:59 +03:00
* / g . 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 / A p p N a v i g a t i o n I t e m . v u e " ; v a r y = u ( { n a m e : " A p p N a v i g a t i o n " , 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 : g . e x p o r t s } , d i r e c t i v e s : { C l i c k O u t s i d e : h . a } , p r o p s : { m e n u : { t y p e : O b j e c t , r e q u i r e d : ! 0 , d e f a u l t : f u n c t i o n ( ) { r e t u r n { n e w : { i d : " n e w - i t e m " , a c t i o n : f u n c t i o n ( ) { r e t u r n a l e r t ( " S u c c e s s ! " ) } , i c o n : " i c o n - a d d " , t e x t : " N e w i t e m " } , m e n u : { i d : " n a v i g a t i o n " , i t e m s : [ ] } } } } } , d a t a : f u n c t i o n ( ) { r e t u r n { o p e n e d : ! 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 e d = ! t h i s . o p e n e d } , 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 e d = ! 1 } } } , i , [ ] , ! 1 , n u l l , n u l l , n u l l ) ; 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 / A p p N a v i g a t i o n . v u e " ; v a r _ = y . e x p o r t s , b = 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 ( " e 9 6 5 6 c 7 " ) , " " ) } ) } , w = n ( 4 7 ) , x = n . n ( w ) ;
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/>.
*
* / n ( 2 9 7 ) ,
/ * *
* @ 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/>.
*
* /
2018-11-05 10:16:59 +03:00
b ( x . a ) , x . a . methods . displayPopup = function ( ) { var t = this . $el . querySelector ( ".mx-datepicker-popup" ) ; t && ! t . classList . contains ( "popovermenu" ) && ( t . className += " popovermenu menu-center open" ) } ; var S = x . a , O = n ( 63 ) , k = n . n ( O ) ; n ( 299 ) ,
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/>.
*
* /
2018-11-22 14:01:45 +03:00
b ( k . a ) ; var A = k . a , E = 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 } } ) , t . _v ( " " ) , t . userDoesNotExist ? n ( "div" , { staticClass : "unknown" } , [ t . _v ( t . _s ( t . initials ) ) ] ) : 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 ) ] ) } ; E . _withStripped = ! 0 ; var C = n ( 128 ) , T = n ( 129 ) , D = n . n ( T ) , j = n ( 130 ) , M = n . n ( j ) , P = { name : "Avatar" , directives : { tooltip : C . a , ClickOutside : h . a } , components : { PopoverMenu : f } , 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 } , isNoUser : { type : Boolean , default : ! 1 } } , data : function ( ) { return { avatarUrlLoaded : 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 ++ ) { var s = parseInt ( e . r + o [ 0 ] * a ) , u = parseInt ( e . g + o [ 1 ] * a ) , c = parseInt ( e . b + o [ 2 ] * a ) ; i . push ( new n ( s , u , c ) ) } return i } null === e . match ( /^([0-9a-f]{4}-?){8}$/ ) && ( e = M ( ) ( e ) ) , e = e . replace ( /[^0-9a-f]/g , "" ) ; var i = new n ( 182 , 70 , 157 ) , o = new n ( 221 , 203 , 85 ) , a = new n ( 0 , 130 , 201 ) , s = r ( 6 , i , o ) , u = r ( 6 , o , a ) , c = r ( 6 , a , i ) ; return s . concat ( u ) . concat ( c ) [ function ( t , e ) { for ( var n = 0 , r = [ ] , i = 0 ; i < t . length ; i ++ ) r . push ( parseInt ( t . charAt ( i ) , 16 ) % 16 ) ; for ( var o in r ) n += r [ o ] ; return parseInt ( parseInt ( n ) % 18 ) } ( e ) ] } ( this . getUserIdentifier ) ; return t . backgroundColor = "rgb(" + e . r + ", " + e . g + ", " + e . b + ")" , t } , tooltip : function ( ) { return ! this . disableTooltip && this . displayName } , initials : function ( ) { return this . shouldShowPlaceholder ? this . getUserIdentifier . charAt ( 0 ) . toUpperCase ( ) : "?" } , menu : function ( ) { return this . contactsMenuActions . map ( function ( t ) { return { href : t . hyperlink , icon : t . icon , text : t . title } } ) } } , watch : { user : function ( ) { this . userDoesNotExist = ! 1 , this . loadAvatarUrl ( ) } } , mounted : function ( ) { this . loadAvatarUrl ( ) } , methods : { toggleMenu : function ( ) { this . user === OC . getCurrentUser ( ) . uid || this . userDoesNotExist || this . url || ( this . contactsMenuOpenState = ! this . contactsMenuOpenState , this . contactsMenuOpenState && this . fetchContactsMenu ( ) ) } , closeMenu : function ( ) { this . contactsMenuOpenState = ! 1 } , fetchContactsMenu : function ( ) { var t = this ; D . a . post ( OC . generateUrl ( "contactsmenu/findOne" ) , "shareType=0&shareWith=" + encodeURIComponent ( this . user ) ) . then ( function ( e ) { t . contactsMenuActions = [ e . data . topAction ] . concat ( e . data . actions ) } ) . catch ( function ( ) { t . contactsMenuOpenState = ! 1 } ) } , loadAvatarUrl : function ( ) { var t = this ; if ( ! this . isUrlDefined && ( ! this . isUserDefined || this . isNoUser ) ) return this . loadingState = ! 1 , void ( this . userDoesNotExist = ! 0 ) ; var e = OC . generateUrl ( "/avatar/{user}/{size}" , { user : this . user , size : Math . ceil ( this . size * window . devicePixelRatio ) } ) ; this . user === OC . getCurrentUser ( ) . uid && "undefined" != typeof oc _userconfig && ( e += "?v=" + oc _userconfig . avatar . version ) , this . isUrlDefined && ( e = this .
2018-11-05 10:16:59 +03:00
/ * *
* @ copyright Copyright ( c ) 2018 Julius Härtl < jus @ bitgrid . net >
*
* @ author Julius Härtl < jus @ bitgrid . net >
*
* @ 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-10-11 13:20:18 +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/>.
*
2018-11-05 10:16:59 +03:00
* / L . _ w i t h S t r i p p e d = ! 0 ; v a r I = { n a m e : " A c t i o n " , c o m p o n e n t s : { P o p o v e r M e n u : f } , d i r e c t i v e s : { C l i c k O u t s i d e : h . a } , p r o p s : { a c t i o n s : { t y p e : A r r a y , r e q u i r e d : ! 0 , d e f a u l t : f u n c t i o n ( ) { r e t u r n [ { h r e f : " h t t p s : / / n e x t c l o u d . c o m " , i c o n : " i c o n - l i n k s " , t e x t : " N e x t c l o u d " } , { a c t i o n : f u n c t i o n ( ) { a l e r t ( " D e l e t e d ! " ) } , i c o n : " i c o n - d e l e t e " , t e x t : " D e l e t e " } ] } } } , d a t a : f u n c t i o n ( ) { r e t u r n { o p e n e d : ! 1 } } , c o m p u t e d : { i s S i n g l e A c t i o n : f u n c t i o n ( ) { r e t u r n 1 = = = t h i s . a c t i o n s . l e n g t h } , f i r s t A c t i o n : f u n c t i o n ( ) { r e t u r n t h i s . a c t i o n s [ 0 ] } } , m o u n t e d : f u n c t i o n ( ) { t h i s . p o p u p I t e m = t h i s . $ e l } , 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 e d = ! t h i s . o p e n e d } , 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 e d = ! 1 } , m a i n A c t i o n E l e m e n t : f u n c t i o n ( ) { r e t u r n { i s : t h i s . i s S i n g l e A c t i o n ? " a " : " d i v " } } } } , F = ( n ( 3 2 3 ) , u ( I , L , [ ] , ! 1 , n u l l , " 8 8 6 e 6 e 6 2 " , n u l l ) ) ; F . 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 c t i o n / A c t i o n . v u e " ; v a r R = F . e x p o r t s ;
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/>.
*
2018-11-05 10:16:59 +03:00
* / f u n c t i o n B ( 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 }
/ * *
* @ 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/>.
*
* / f u n c t i o n U ( t ) { O b j e c t . v a l u e s ( r ) . f o r E a c h ( f u n c t i o n ( e ) { t . c o m p o n e n t ( e . n a m e , e ) } ) }
/ * *
* @ 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/>.
*
2018-11-26 13:13:17 +03:00
* /n.d(e,"AppNavigation",function(){return _}),n.d(e,"PopoverMenu",function(){return p}),n.d(e,"DatetimePicker",function(){return S}),n.d(e,"Multiselect",function(){return A}),n.d(e,"Avatar",function(){return $}),n.d(e,"Action",function(){return R}),"undefined"!=typeof window&&window.Vue&&U(window.Vue),e.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){B(t,e,n[e])})}return t}({install:U},r)}]))},20:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(98).default.create({headers:{requesttoken:OC.requestToken}});e.default=r},24:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},315: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}},316:function(t,e,n){"use strict";var r=n(69);n.n(r).a},317:function(t,e,n){(t.exports=n(318)(!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",""])},318:function(t,e){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 m b e r " = = t y p e o f 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 m b e r " = = t y p e o f 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 } } , 3 2 0 : 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 ( 8 ) , 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
2018-10-11 13:20:18 +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
2018-11-23 00:05:24 +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,v=1,m=2,g=1,y=2,_=4,b=8,w=16,x=32,S=64,O=128,k=256,A=512,E=30,C=" ... ",T=800,D=16,j=1,M=2,P=1/0,N=9007199254740991,$=1.7976931348623157e308,L=NaN,I=4294967295,F=I-1,R=I>>>1,B=[[" ary ",O],[" bind ",g],[" bindKey ",y],[" curry ",b],[" curryRight ",w],[" flip ",A],[" partial ",x],[" partialRight ",S],[" rearg ",k]],U=" [ object Arguments ] ",z=" [ object Array ] ",V=" [ object AsyncFunction ] ",H=" [ object Boolean ] ",Y=" [ object Date ] ",W=" [ object DOMException ] ",q=" [ object Error ] ",G=" [ object Function ] ",J=" [ object GeneratorFunction ] ",K=" [ object Map ] ",X=" [ object Number ] ",Z=" [ object Null ] ",Q=" [ 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 ] ",vt=" [ object Uint8Array ] ",mt=" [ object Uint8ClampedArray ] ",gt=" [ object Uint16Array ] ",yt=" [ object Uint32Array ] ",_t=/\b__p \+= '';/g,bt=/\b(__p \+=) '' \+/g,wt=/(__e\(.*?\)|\b__t\)) \+\n'';/g,xt=/&(?:amp|lt|gt|quot|#39);/g,St=/[&<>" ']/g,Ot=RegExp(xt.source),kt=RegExp(St.source),At=/<%-([\s\S]+?)%>/g,Et=/<%([\s\S]+?)%>/g,Ct=/<%=([\s\S]+?)%>/g,Tt=/\.|\[(?:[^[\]]*|(["' ] ) ( ? : ( ? ! \ 1 ) [ ^ \ \ ] | \ \ . ) * ? \ 1 ) \ ] / , Dt = /^\w*$/ , jt = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g , Mt = /[\\^$.*+?()[\]{}|]/g , Pt = RegExp ( Mt . source ) , Nt = /^\s+|\s+$/g , $t = /^\s+/ , Lt = /\s+$/ , It = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/ , Ft = /\{\n\/\* \[wrapped with (.+)\] \*/ , Rt = /,? & / , Bt = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g , Ut = /\\(\\)?/g , zt = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g , Vt = /\w*$/ , Ht = /^[-+]0x[0-9a-f]+$/i , Yt = /^0b[01]+$/i , Wt = /^\[object .+?Constructor\]$/ , qt = /^0o[0-7]+$/i , Gt = /^(?:0|[1-9]\d*)$/ , Jt = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g , Kt = /($^)/ , Xt = /['\n\r\u2028\u2029\\]/g , Zt = "\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff" , Qt = "\\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 = "[" + Qt + "]" , ne = "[" + Zt + "]" , re = "\\d+" , ie = "[\\u2700-\\u27bf]" , oe = "[a-z\\xdf-\\xf6\\xf8-\\xff]" , ae = "[^\\ud800-\\udfff" + Qt + 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 + ")" + "?" , ve = "[\\ufe0e\\ufe0f]?" + he + ( "(?:\\u200d(?:" + [ ue , ce , le ] . join ( "|" ) + ")[\\ufe0e\\ufe0f]?" + he + ")*" ) , me = "(?:" + [ ie , ce , le ] . join ( "|" ) + ")" + ve , ge = "(?:" + [ ue + ne + "?" , ne , ce , le , te ] . join ( "|" ) + ")" , ye = RegExp ( "['’ ]" , "g" ) , _e = RegExp ( ne , "g" ) , be = RegExp ( se + "(?=" + se + ")|" + ge + ve , "g" ) , we = 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 , me ] . join ( "|" ) , "g" ) , xe = RegExp ( "[\\u200d\\ud800-\\udfff" + Zt + "\\ufe0e\\ufe0f]" ) , Se = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/ , Oe = [ "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 , Ae = { } ; Ae [ lt ] = Ae [ ft ] = Ae [ pt ] = Ae [ dt ] = Ae [ ht ] = Ae [ vt ] = Ae [ mt ] = Ae [ gt ] = Ae [ yt ] = ! 0 , Ae [ U ] = Ae [ z ] = Ae [ ut ] = Ae [ H ] = Ae [ ct ] = Ae [ Y ] = Ae [ q ] = Ae [ G ] = Ae [ K ] = Ae [ X ] = Ae [ Q ] = Ae [ et ] = Ae [ nt ] = Ae
2018-10-11 13:20:18 +03:00
/ * !
* Vue . js v2 . 5.17
* ( c ) 2014 - 2018 Evan You
* Released under the MIT License .
* /
2018-11-23 00:05:24 +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 null == t ? "" : "object" == typeof t ? JSON . stringify ( t , null , 2 ) : String ( t ) } function h ( 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 ( ) : "" } ) } ) , S = b ( function ( t ) { return t . charAt ( 0 ) . toUpperCase ( ) + t . slice ( 1 ) } ) , O = /\B([A-Z])/g , k = b ( function ( t ) { return t . replace ( O , "-$1" ) . toLowerCase ( ) } ) ; var A = 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 E ( t , e ) { e = e || 0 ; for ( var n = t . length - e , r = new Array ( n ) ; n -- ; ) r [ n ] = t [ n + e ] ; return r } function C ( t , e ) { for ( var n in e ) t [ n ] = e [ n ] ; return t } function T ( t ) { for ( var e = { } , n = 0 ; n < t . length ; n ++ ) t [ n ] && C ( e , t [ n ] ) ; return e } function D ( t , e , n ) { } var j = function ( t , e , n ) { return ! 1 } , M = function ( t ) { return t } ; function P ( 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 P ( t , e [ n ] ) } ) ; if ( i || o ) return ! 1 ; var a = Object . keys ( t ) , s = Object . keys ( e ) ; return a . length === s . length && a . every ( function ( n ) { return P ( t [ n ] , e [ n ] ) } ) } catch ( t ) { return ! 1 } } function N ( t , e ) { for ( var n = 0 ; n < t . length ; n ++ ) if ( P ( t [ n ] , e ) ) return n ; return - 1 } function $ ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , t . apply ( this , arguments ) ) } } var L = "data-server-rendered" , I = [ "component" , "directive" , "filter" ] , F = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" ] , R = { 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 : D , parsePlatformTagName : M , mustUseProp : j , _lifecycleHooks : F } ; function B ( t , e , n , r ) { Object . defineProperty ( t , e , { value : n , enumerable : ! ! r , writable : ! 0 , configurable : ! 0 } ) } var U = /[^\w.$]/ ; var z , V = "__proto__" in { } , H = "undefined" != typeof window , Y = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , W = Y && WXEnvironment . platform . toLowerCase ( ) , q = H && window . navigator . userAgent . toLowerCase ( ) , G = q && /msie|trident/ . test ( q ) , J = q && q . indexOf ( "msie 9.0" ) > 0 , K = q && q . indexOf ( "edge/" ) > 0 , X = ( q && q . indexOf ( "android" ) , q && /iphone|ipad|ipod|ios/ . test ( q ) || "ios" === W ) , Z = ( q && /chrome\/\d+/ . test ( q ) , { } . watch ) , Q = ! 1 ; if ( H ) try { var tt = { } ; Object . defineProperty ( tt , "passive" , { get : function ( ) { Q = ! 0 } } ) , window . addEventListener ( "test-passive" , null , tt ) } catch ( t ) { } var et = function ( ) { return void 0 === z && ( z = ! H && ! Y && void 0 !== t && "server" === t . process . env . VUE _ENV ) , z } , nt = H && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function rt ( t ) { return "function" == typeof t && /native code/ . test ( t . toString ( ) ) } var it , ot = "undefined" != typeof Symbol && rt ( Symbol ) && "undefined" != typeof Reflect && rt ( Reflect . ownKeys ) ; it = "undefined" != typeof Set && rt ( 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 . prototype . clear = function ( ) { this . set = Object . create ( null ) } , t } ( ) ; var at = D , st = 0 , ut = function ( ) { this . id = st ++ , t
2018-10-08 15:03:22 +03:00
//# sourceMappingURL=settings-admin-security.js.map