2021-03-17 11:45:22 +03:00
! function ( t ) { var e = { } ; function n ( r ) { if ( e [ r ] ) return e [ r ] . exports ; var i = e [ r ] = { i : r , l : ! 1 , exports : { } } ; return t [ r ] . call ( i . exports , i , i . exports , n ) , i . l = ! 0 , i . exports } n . m = t , n . c = e , n . d = function ( t , e , r ) { n . o ( t , e ) || Object . defineProperty ( t , e , { enumerable : ! 0 , get : r } ) } , n . r = function ( t ) { "undefined" != typeof Symbol && Symbol . toStringTag && Object . defineProperty ( t , Symbol . toStringTag , { value : "Module" } ) , Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) } , n . t = function ( t , e ) { if ( 1 & e && ( t = n ( t ) ) , 8 & e ) return t ; if ( 4 & e && "object" == typeof t && t && t . _ _esModule ) return t ; var r = Object . create ( null ) ; if ( n . r ( r ) , Object . defineProperty ( r , "default" , { enumerable : ! 0 , value : t } ) , 2 & e && "string" != typeof t ) for ( var i in t ) n . d ( r , i , function ( e ) { return t [ e ] } . bind ( null , i ) ) ; return r } , n . n = function ( t ) { var e = t && t . _ _esModule ? function ( ) { return t . default } : function ( ) { return t } ; return n . d ( e , "a" , e ) , e } , n . o = function ( t , e ) { return Object . prototype . hasOwnProperty . call ( t , e ) } , n . p = "/js/" , n ( n . s = 340 ) } ( { 11 : 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 } , 135 : function ( t , e , n ) { ( function ( t ) { var r = void 0 !== t && t || "undefined" != typeof self && self || window , i = Function . prototype . apply ; function o ( t , e ) { this . _id = t , this . _clearFn = e } e . setTimeout = function ( ) { return new o ( i . call ( setTimeout , r , arguments ) , clearTimeout ) } , e . setInterval = function ( ) { return new o ( i . call ( setInterval , r , arguments ) , clearInterval ) } , e . clearTimeout = e . clearInterval = function ( t ) { t && t . close ( ) } , o . prototype . unref = o . prototype . ref = function ( ) { } , o . prototype . close = function ( ) { this . _clearFn . call ( r , this . _id ) } , e . enroll = function ( t , e ) { clearTimeout ( t . _idleTimeoutId ) , t . _idleTimeout = e } , e . unenroll = function ( t ) { clearTimeout ( t . _idleTimeoutId ) , t . _idleTimeout = - 1 } , e . _unrefActive = e . active = function ( t ) { clearTimeout ( t . _idleTimeoutId ) ; var e = t . _idleTimeout ; e >= 0 && ( t . _idleTimeoutId = setTimeout ( ( function ( ) { t . _onTimeout && t . _onTimeout ( ) } ) , e ) ) } , n ( 136 ) , e . setImmediate = "undefined" != typeof self && self . setImmediate || void 0 !== t && t . setImmediate || this && this . setImmediate , e . clearImmediate = "undefined" != typeof self && self . clearImmediate || void 0 !== t && t . clearImmediate || this && this . clearImmediate } ) . call ( this , n ( 11 ) ) } , 136 : function ( t , e , n ) { ( function ( t , e ) { ! function ( t , n ) { "use strict" ; if ( ! t . setImmediate ) { var r , i , o , a , s , c = 1 , u = { } , l = ! 1 , f = t . document , d = Object . getPrototypeOf && Object . getPrototypeOf ( t ) ; d = d && d . setTimeout ? d : t , "[object process]" === { } . toString . call ( t . process ) ? r = function ( t ) { e . nextTick ( ( function ( ) { v ( t ) } ) ) } : ! function ( ) { if ( t . postMessage && ! t . importScripts ) { var e = ! 0 , n = t . onmessage ; return t . onmessage = function ( ) { e = ! 1 } , t . postMessage ( "" , "*" ) , t . onmessage = n , e } } ( ) ? t . MessageChannel ? ( ( o = new MessageChannel ) . port1 . onmessage = function ( t ) { v ( t . data ) } , r = function ( t ) { o . port2 . postMessage ( t ) } ) : f && "onreadystatechange" in f . createElement ( "script" ) ? ( i = f . documentElement , r = function ( t ) { var e = f . createElement ( "script" ) ; e . onreadystatechange = function ( ) { v ( t ) , e . onreadystatechange = null , i . removeChild ( e ) , e = null } , i . appendChild ( e ) } ) : r = function ( t ) { setTimeout ( v , 0 , t ) } : ( a = "setImmediate$" + Math . random ( ) + "$" , s = function ( e ) { e . source === t && "string" == typeof e . data && 0 === e . data . indexOf ( a ) && v ( + e . data . slice ( a . length ) ) } , t . addEventListener ? t . addEventListener ( "message" , s , ! 1 ) : t . attachEvent ( "onmessage" , s ) , r = function ( e ) { t . postMessage ( a + e , "*" ) } ) , d . setImmediate = function ( t ) { "function" != typeof t && ( t = new Function ( "" + t ) ) ; for ( var e = new Array ( arguments . length - 1 ) , n = 0 ; n < e . length ; n ++ ) e [ n ] = arguments [ n + 1 ] ; var i = { callback : t , args : e } ; return u [ c ] = i , r ( c ) , c ++ } , d . clearImmediate = p } function p ( t ) { delete u [ t ] } function v ( t ) { if ( l ) setTimeout ( v , 0 , t ) ; else { var e = u [ t ] ; if ( e ) { l = ! 0 ; try { ! function ( t ) { var e = t . callback , n = t . args ; switch ( n . length ) { case 0 : e ( ) ; break ; case 1 : e ( n [ 0 ] ) ; break ; case 2 : e ( n [ 0 ] , n [ 1 ] ) ; break ; case 3 : e ( n [ 0 ] , n [ 1 ] , n [ 2 ] ) ; break ; default : e . apply ( void 0 , n ) } } ( e ) } finally { p ( t ) , l = ! 1 } } } } } ( "undefined" == typeof self ? void 0 === t ? this : t : self ) } ) . call ( this , n ( 11 ) , n ( 41 ) ) } , 21 : function ( t , e , n ) { "use strict" ; n . r ( e ) , function ( t , n ) {
/ * !
* Vue . js v2 . 6.12
* ( c ) 2014 - 2020 Evan You
* Released under the MIT License .
* /
var r = Object . freeze ( { } ) ; function i ( t ) { return null == t } function o ( t ) { return null != t } function a ( t ) { return ! 0 === t } function s ( t ) { return "string" == typeof t || "number" == typeof t || "symbol" == typeof t || "boolean" == typeof t } function c ( t ) { return null !== t && "object" == typeof t } var u = Object . prototype . toString ; function l ( t ) { return "[object Object]" === u . call ( t ) } function f ( t ) { return "[object RegExp]" === u . call ( t ) } function d ( t ) { var e = parseFloat ( String ( t ) ) ; return e >= 0 && Math . floor ( e ) === e && isFinite ( t ) } function p ( t ) { return o ( t ) && "function" == typeof t . then && "function" == typeof t . catch } function v ( t ) { return null == t ? "" : Array . isArray ( t ) || l ( t ) && t . toString === u ? JSON . stringify ( t , null , 2 ) : String ( t ) } function h ( t ) { var e = parseFloat ( t ) ; return isNaN ( e ) ? t : e } function m ( t , e ) { for ( var n = Object . create ( null ) , r = t . split ( "," ) , i = 0 ; i < r . length ; i ++ ) n [ r [ i ] ] = ! 0 ; return e ? function ( t ) { return n [ t . toLowerCase ( ) ] } : function ( t ) { return n [ t ] } } m ( "slot,component" , ! 0 ) ; var y = m ( "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 _ = Object . prototype . hasOwnProperty ; function b ( t , e ) { return _ . call ( t , e ) } function w ( t ) { var e = Object . create ( null ) ; return function ( n ) { return e [ n ] || ( e [ n ] = t ( n ) ) } } var C = /-(\w)/g , $ = w ( ( function ( t ) { return t . replace ( C , ( function ( t , e ) { return e ? e . toUpperCase ( ) : "" } ) ) } ) ) , O = w ( ( function ( t ) { return t . charAt ( 0 ) . toUpperCase ( ) + t . slice ( 1 ) } ) ) , A = /\B([A-Z])/g , x = w ( ( function ( t ) { return t . replace ( A , "-$1" ) . toLowerCase ( ) } ) ) ; var k = 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 S ( 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 j ( t ) { for ( var e = { } , n = 0 ; n < t . length ; n ++ ) t [ n ] && T ( e , t [ n ] ) ; return e } function E ( t , e , n ) { } var I = function ( t , e , n ) { return ! 1 } , P = function ( t ) { return t } ; function D ( t , e ) { if ( t === e ) return ! 0 ; var n = c ( t ) , r = c ( e ) ; if ( ! n || ! r ) return ! n && ! r && String ( t ) === String ( e ) ; try { var i = Array . isArray ( t ) , o = Array . isArray ( e ) ; if ( i && o ) return t . length === e . length && t . every ( ( function ( t , n ) { return D ( 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 D ( t [ n ] , e [ n ] ) } ) ) } catch ( t ) { return ! 1 } } function L ( t , e ) { for ( var n = 0 ; n < t . length ; n ++ ) if ( D ( t [ n ] , e ) ) return n ; return - 1 } function M ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , t . apply ( this , arguments ) ) } } var F = [ "component" , "directive" , "filter" ] , N = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" , "serverPrefetch" ] , R = { optionMergeStrategies : Object . create ( null ) , silent : ! 1 , productionTip : ! 1 , devtools : ! 1 , performance : ! 1 , errorHandler : null , warnHandler : null , ignoredElements : [ ] , keyCodes : Object . create ( null ) , isReservedTag : I , isReservedAttr : I , isUnknownElement : I , getTagNamespace : E , parsePlatformTagName : P , mustUseProp : I , async : ! 0 , _lifecycleHooks : N } , U = /a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/ ; function V ( t , e , n , r ) { Object . defineProperty ( t , e , { value : n , enumerable : ! ! r , writable : ! 0 , configurable : ! 0 } ) } var B = new RegExp ( "[^" + U . source + ".$_\\d]" ) ; var H , z = "__proto__" in { } , W = "undefined" != typeof window , q = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , K = q && WXEnvironment . platform . toLowerCase ( ) , X = W && window . navigator . userAgent . toLowerCase ( ) , G = X && /msie|trident/ . test ( X ) , Z = X && X . indexOf ( "msie 9.0" ) > 0 , J = X && X . indexOf ( "edge/" ) > 0 , Q = ( X && X . indexOf ( "android" ) , X && /iphone|ipad|ipod|ios/ . test ( X ) || "ios" === K ) , Y = ( X && /chrome\/\d+/ . test ( X ) , X && /phantomjs/ . test ( X ) , X && X . match ( /firefox\/(\d+)/ ) ) , tt = { } . watch , et = ! 1 ; if ( W ) try { var nt = { } ; Object . defineProperty ( nt , "passive" , { get : function ( ) { et = ! 0 } } ) , window . addEventListener ( "test-passive" , null , nt ) } catch ( t ) { } var rt = function ( ) { return void 0 === H && ( H = ! W && ! q && void 0 !== t && ( t . process && "server" === t . process . env . VUE _ENV ) ) , H } , it = W && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function ot ( t ) { return "function" == t
/ * *
* @ copyright Copyright ( c ) 2019 Gary Kim < gary @ garykim . dev >
*
* @ author Gary Kim < gary @ garykim . dev >
*
* @ 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 v ( t , e ) { f o r ( v a r n = 0 ; n < e . l e n g t h ; n + + ) { v a r r = e [ n ] ; r . e n u m e r a b l e = r . e n u m e r a b l e | | ! 1 , r . c o n f i g u r a b l e = ! 0 , " v a l u e " i n r & & ( r . w r i t a b l e = ! 0 ) , O b j e c t . d e f i n e P r o p e r t y ( t , r . k e y , r ) } } f u n c t i o n h ( t , e ) { i f ( ! O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( t , e ) ) t h r o w n e w T y p e E r r o r ( " a t t e m p t e d t o u s e p r i v a t e f i e l d o n n o n - i n s t a n c e " ) ; r e t u r n t } v a r m = 0 ; f u n c t i o n y ( t ) { r e t u r n " _ _ p r i v a t e _ " + m + + + " _ " + t } v a r g = y ( " c l o s e " ) , _ = y ( " e l " ) , b = y ( " n a m e " ) , w = y ( " o p e n " ) , C = f u n c t i o n ( ) { f u n c t i o n t ( e , n ) { v a r r = n . e l , i = n . o p e n , o = n . c l o s e ; ! f u n c t i o n ( t , e ) { i f ( ! ( t i n s t a n c e o f e ) ) t h r o w n e w T y p e E r r o r ( " C a n n o t c a l l a c l a s s a s a f u n c t i o n " ) } ( t h i s , t ) , O b j e c t . d e f i n e P r o p e r t y ( t h i s , g , { w r i t a b l e : ! 0 , v a l u e : v o i d 0 } ) , O b j e c t . d e f i n e P r o p e r t y ( t h i s , _ , { w r i t a b l e : ! 0 , v a l u e : v o i d 0 } ) , O b j e c t . d e f i n e P r o p e r t y ( t h i s , b , { w r i t a b l e : ! 0 , v a l u e : v o i d 0 } ) , O b j e c t . d e f i n e P r o p e r t y ( t h i s , w , { w r i t a b l e : ! 0 , v a l u e : v o i d 0 } ) , h ( t h i s , b ) [ b ] = e , h ( t h i s , _ ) [ _ ] = r , h ( t h i s , w ) [ w ] = i , h ( t h i s , g ) [ g ] = o , " f u n c t i o n " ! = t y p e o f h ( t h i s , w ) [ w ] & & ( h ( t h i s , w ) [ w ] = f u n c t i o n ( ) { } ) , " f u n c t i o n " ! = t y p e o f h ( t h i s , g ) [ g ] & & ( h ( t h i s , g ) [ g ] = f u n c t i o n ( ) { } ) } v a r e , n , r ; r e t u r n e = t , ( n = [ { k e y : " n a m e " , g e t : f u n c t i o n ( ) { r e t u r n h ( t h i s , b ) [ b ] } } , { k e y : " e l " , g e t : f u n c t i o n ( ) { r e t u r n h ( t h i s , _ ) [ _ ] } } , { k e y : " o p e n " , g e t : f u n c t i o n ( ) { r e t u r n h ( t h i s , w ) [ w ] } } , { k e y : " c l o s e " , g e t : f u n c t i o n ( ) { r e t u r n h ( t h i s , g ) [ g ] } } ] ) & & v ( e . p r o t o t y p e , n ) , r & & v ( e , r ) , t } ( ) ;
/ * *
* @ copyright Copyright ( c ) 2019 Gary Kim < gary @ garykim . dev >
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author Gary Kim < gary @ garykim . dev >
*
* @ 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/>.
*
* /
i . default . prototype . t = t , window . OCA . Files || ( window . OCA . Files = { } ) , Object . assign ( window . OCA . Files , { Settings : new u } ) , Object . assign ( window . OCA . Files . Settings , { Setting : C } ) , window . addEventListener ( "DOMContentLoaded" , ( function ( ) { new i . default ( { el : "#files-app-settings" , render : function ( t ) { return t ( p ) } } ) ; var t = document . getElementById ( "app-settings-header" ) ; t && t . addEventListener ( "click" , ( function ( t ) { var e = t . currentTarget . children [ 0 ] . classList . contains ( "opened" ) ; OCA . Files . Settings . settings . forEach ( ( function ( t ) { return e ? t . close ( ) : t . open ( ) } ) ) } ) ) } ) ) } , 41 : function ( t , e ) { var n , r , i = t . exports = { } ; function o ( ) { throw new Error ( "setTimeout has not been defined" ) } function a ( ) { throw new Error ( "clearTimeout has not been defined" ) } function s ( t ) { if ( n === setTimeout ) return setTimeout ( t , 0 ) ; if ( ( n === o || ! n ) && setTimeout ) return n = setTimeout , setTimeout ( t , 0 ) ; try { return n ( t , 0 ) } catch ( e ) { try { return n . call ( null , t , 0 ) } catch ( e ) { return n . call ( this , t , 0 ) } } } ! function ( ) { try { n = "function" == typeof setTimeout ? setTimeout : o } catch ( t ) { n = o } try { r = "function" == typeof clearTimeout ? clearTimeout : a } catch ( t ) { r = a } } ( ) ; var c , u = [ ] , l = ! 1 , f = - 1 ; function d ( ) { l && c && ( l = ! 1 , c . length ? u = c . concat ( u ) : f = - 1 , u . length && p ( ) ) } function p ( ) { if ( ! l ) { var t = s ( d ) ; l = ! 0 ; for ( var e = u . length ; e ; ) { for ( c = u , u = [ ] ; ++ f < e ; ) c && c [ f ] . run ( ) ; f = - 1 , e = u . length } c = null , l = ! 1 , function ( t ) { if ( r === clearTimeout ) return clearTimeout ( t ) ; if ( ( r === a || ! r ) && clearTimeout ) return r = clearTimeout , clearTimeout ( t ) ; try { r ( t ) } catch ( e ) { try { return r . call ( null , t ) } catch ( e ) { return r . call ( this , t ) } } } ( t ) } } function v ( t , e ) { this . fun = t , this . array = e } function h ( ) { } i . nextTick = function ( t ) { var e = new Array ( arguments . length - 1 ) ; if ( arguments . length > 1 ) for ( var n = 1 ; n < arguments . length ; n ++ ) e [ n - 1 ] = arguments [ n ] ; u . push ( new v ( t , e ) ) , 1 !== u . length || l || s ( p ) } , v . prototype . run = function ( ) { this . fun . apply ( null , this . array ) } , i . title = "browser" , i . browser = ! 0 , i . env = { } , i . argv = [ ] , i . version = "" , i . versions = { } , i . on = h , i . addListener = h , i . once = h , i . off = h , i . removeListener = h , i . removeAllListeners = h , i . emit = h , i . prependListener = h , i . prependOnceListener = h , i . listeners = function ( t ) { return [ ] } , i . binding = function ( t ) { throw new Error ( "process.binding is not supported" ) } , i . cwd = function ( ) { return "/" } , i . chdir = function ( t ) { throw new Error ( "process.chdir is not supported" ) } , i . umask = function ( ) { return 0 } } } ) ;
2020-07-14 15:34:10 +03:00
//# sourceMappingURL=files-app-settings.js.map