2020-03-10 21:46:25 +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 = 525 ) } ( [ function ( t , e , n ) { var r = n ( 2 ) , i = n ( 147 ) , o = n ( 13 ) , a = n ( 150 ) , s = n ( 151 ) , c = n ( 195 ) , l = i ( "wks" ) , u = r . Symbol , f = c ? u : u && u . withoutSetter || a ; t . exports = function ( t ) { return o ( l , t ) || ( s && o ( u , t ) ? l [ t ] = u [ t ] : l [ t ] = f ( "Symbol." + t ) ) , l [ t ] } } , function ( t , e , n ) { var r = n ( 2 ) , i = n ( 34 ) . f , o = n ( 24 ) , a = n ( 20 ) , s = n ( 148 ) , c = n ( 202 ) , l = n ( 93 ) ; t . exports = function ( t , e ) { var n , u , f , p , d , h = t . target , v = t . global , m = t . stat ; if ( n = v ? r : m ? r [ h ] || s ( h , { } ) : ( r [ h ] || { } ) . prototype ) for ( u in e ) { if ( p = e [ u ] , f = t . noTargetGet ? ( d = i ( n , u ) ) && d . value : n [ u ] , ! l ( v ? u : h + ( m ? "." : "#" ) + u , t . forced ) && void 0 !== f ) { if ( typeof p == typeof f ) continue ; c ( p , f ) } ( t . sham || f && f . sham ) && o ( p , "sham" , ! 0 ) , a ( n , u , p , t ) } } } , function ( t , e , n ) { ( function ( e ) { var n = function ( t ) { return t && t . Math == Math && t } ; t . exports = n ( "object" == typeof globalThis && globalThis ) || n ( "object" == typeof window && window ) || n ( "object" == typeof self && self ) || n ( "object" == typeof e && e ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 8 ) ) } , function ( t , e ) { t . exports = function ( t ) { try { return ! ! t ( ) } catch ( t ) { return ! 0 } } } , function ( t , e , n ) { ( function ( e ) { var n = function ( t ) { return t && t . Math == Math && t } ; t . exports = n ( "object" == typeof globalThis && globalThis ) || n ( "object" == typeof window && window ) || n ( "object" == typeof self && self ) || n ( "object" == typeof e && e ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 8 ) ) } , function ( t , e , n ) { var r = n ( 4 ) , i = n ( 115 ) , o = n ( 11 ) , a = n ( 80 ) , s = n ( 130 ) , c = n ( 302 ) , l = i ( "wks" ) , u = r . Symbol , f = c ? u : u && u . withoutSetter || a ; t . exports = function ( t ) { return o ( l , t ) || ( s && o ( u , t ) ? l [ t ] = u [ t ] : l [ t ] = f ( "Symbol." + t ) ) , l [ t ] } } , function ( t , e ) { t . exports = function ( t ) { try { return ! ! t ( ) } catch ( t ) { return ! 0 } } } , function ( t , e , n ) { "use strict" ; var r = n ( 120 ) , i = Object . prototype . toString ; function o ( t ) { return "[object Array]" === i . call ( t ) } function a ( t ) { return void 0 === t } function s ( t ) { return null !== t && "object" == typeof t } function c ( t ) { return "[object Function]" === i . call ( t ) } function l ( t , e ) { if ( null != t ) if ( "object" != typeof t && ( t = [ t ] ) , o ( t ) ) for ( var n = 0 , r = t . length ; n < r ; n ++ ) e . call ( null , t [ n ] , n , t ) ; else for ( var i in t ) Object . prototype . hasOwnProperty . call ( t , i ) && e . call ( null , t [ i ] , i , t ) } t . exports = { isArray : o , isArrayBuffer : function ( t ) { return "[object ArrayBuffer]" === i . call ( t ) } , isBuffer : function ( t ) { return null !== t && ! a ( t ) && null !== t . constructor && ! a ( t . constructor ) && "function" == typeof t . constructor . isBuffer && t . constructor . isBuffer ( t ) } , 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 : a , 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 && "NativeScript" !== navigator . product && "NS" !== navigator . product ) && ( "undefined" != typeof window && "undefined" != typeof document ) } , forEach : l , merge : function t ( ) { var e = { } ; function n ( n , r ) { "object" == typeof e [ r ] && "object" =
2018-12-21 10:37:57 +03:00
/ * !
2019-12-22 16:49:58 +03:00
* Vue . js v2 . 6.11
2019-06-04 14:50:12 +03:00
* ( c ) 2014 - 2019 Evan You
2018-12-21 10:37:57 +03:00
* Released under the MIT License .
* /
2020-03-10 21:46:25 +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 c ( t ) { return null !== t && "object" == typeof t } var l = Object . prototype . toString ; function u ( t ) { return "[object Object]" === l . call ( t ) } function f ( t ) { return "[object RegExp]" === l . call ( t ) } function p ( t ) { var e = parseFloat ( String ( t ) ) ; return e >= 0 && Math . floor ( e ) === e && isFinite ( t ) } function d ( t ) { return o ( t ) && "function" == typeof t . then && "function" == typeof t . catch } function h ( t ) { return null == t ? "" : Array . isArray ( t ) || u ( t ) && t . toString === l ? JSON . stringify ( t , null , 2 ) : String ( t ) } function v ( 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 g = m ( "key,ref,slot,slot-scope,is" ) ; function b ( t , e ) { if ( t . length ) { var n = t . indexOf ( e ) ; if ( n > - 1 ) return t . splice ( n , 1 ) } } var A = Object . prototype . hasOwnProperty ; function y ( t , e ) { return A . call ( t , e ) } function x ( t ) { var e = Object . create ( null ) ; return function ( n ) { return e [ n ] || ( e [ n ] = t ( n ) ) } } var _ = /-(\w)/g , w = x ( ( function ( t ) { return t . replace ( _ , ( function ( t , e ) { return e ? e . toUpperCase ( ) : "" } ) ) } ) ) , C = x ( ( function ( t ) { return t . charAt ( 0 ) . toUpperCase ( ) + t . slice ( 1 ) } ) ) , k = /\B([A-Z])/g , T = x ( ( function ( t ) { return t . replace ( k , "-$1" ) . toLowerCase ( ) } ) ) ; var S = 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 O ( t , e ) { for ( var n in e ) t [ n ] = e [ n ] ; return t } function M ( t ) { for ( var e = { } , n = 0 ; n < t . length ; n ++ ) t [ n ] && O ( e , t [ n ] ) ; return e } function I ( t , e , n ) { } var N = function ( t , e , n ) { return ! 1 } , L = function ( t ) { return t } ; function j ( 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 j ( t , e [ n ] ) } ) ) ; if ( t instanceof Date && e instanceof Date ) return t . getTime ( ) === e . getTime ( ) ; if ( i || o ) return ! 1 ; var a = Object . keys ( t ) , s = Object . keys ( e ) ; return a . length === s . length && a . every ( ( function ( n ) { return j ( t [ n ] , e [ n ] ) } ) ) } catch ( t ) { return ! 1 } } function D ( t , e ) { for ( var n = 0 ; n < t . length ; n ++ ) if ( j ( t [ n ] , e ) ) return n ; return - 1 } function P ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , t . apply ( this , arguments ) ) } } var B = [ "component" , "directive" , "filter" ] , F = [ "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 : N , isReservedAttr : N , isUnknownElement : N , getTagNamespace : I , parsePlatformTagName : L , mustUseProp : N , async : ! 0 , _lifecycleHooks : F } , $ = /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 U ( t , e , n , r ) { Object . defineProperty ( t , e , { value : n , enumerable : ! ! r , writable : ! 0 , configurable : ! 0 } ) } var z = new RegExp ( "[^" + $ . source + ".$_\\d]" ) ; var V , G = "__proto__" in { } , H = "undefined" != typeof window , Y = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , W = Y && WXEnvironment . platform . toLowerCase ( ) , Q = H && window . navigator . userAgent . toLowerCase ( ) , q = Q && /msie|trident/ . test ( Q ) , X = Q && Q . indexOf ( "msie 9.0" ) > 0 , Z = Q && Q . indexOf ( "edge/" ) > 0 , K = ( Q && Q . indexOf ( "android" ) , Q && /iphone|ipad|ipod|ios/ . test ( Q ) || "ios" === W ) , J = ( Q && /chrome\/\d+/ . test ( Q ) , Q && /phantomjs/ . test ( Q ) , Q && Q . match ( /firefox\/(\d+)/ ) ) , tt = { } . watch , et = ! 1 ; if ( H ) 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 === V && ( V = ! H && ! Y && void 0 !== t && ( t . process && "server" === t . process . env . VUE _ENV ) ) , V } , it = H && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function ot ( t ) { return "function" == t
2020-01-16 02:03:29 +03:00
/ * * !
* @ fileOverview Kickass library to create and place poppers near their reference elements .
* @ version 1.15 . 0
* @ 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 .
* /
2020-03-10 21:46:25 +03:00
var n = "undefined" != typeof window && "undefined" != typeof document , r = [ "Edge" , "Trident" , "Firefox" ] , i = 0 , o = 0 ; o < r . length ; o += 1 ) if ( n && navigator . userAgent . indexOf ( r [ o ] ) >= 0 ) { i = 1 ; break } var a = n && 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 ( ) } ) , i ) ) } } ; function s ( t ) { return t && "[object Function]" === { } . toString . call ( t ) } function c ( t , e ) { if ( 1 !== t . nodeType ) return [ ] ; var n = t . ownerDocument . defaultView . getComputedStyle ( t , null ) ; return e ? n [ e ] : n } function l ( t ) { return "HTML" === t . nodeName ? t : t . parentNode || t . host } function u ( 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 : u ( l ( t ) ) } var f = n && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , p = n && /MSIE 10/ . test ( navigator . userAgent ) ; function d ( t ) { return 11 === t ? f : 10 === t ? p : f || p } function h ( t ) { if ( ! t ) return document . documentElement ; for ( var e = d ( 10 ) ? document . body : null , n = t . offsetParent || null ; n === e && t . nextElementSibling ; ) n = ( t = t . nextElementSibling ) . offsetParent ; var r = n && n . nodeName ; return r && "BODY" !== r && "HTML" !== r ? - 1 !== [ "TH" , "TD" , "TABLE" ] . indexOf ( n . nodeName ) && "static" === c ( n , "position" ) ? h ( n ) : n : t ? t . ownerDocument . documentElement : document . documentElement } function v ( t ) { return null !== t . parentNode ? v ( t . parentNode ) : t } function m ( t , e ) { if ( ! ( t && t . nodeType && e && e . nodeType ) ) return document . documentElement ; var n = t . compareDocumentPosition ( e ) & Node . DOCUMENT _POSITION _FOLLOWING , r = n ? t : e , i = n ? e : t , o = document . createRange ( ) ; o . setStart ( r , 0 ) , o . setEnd ( i , 0 ) ; var a , s , c = o . commonAncestorContainer ; if ( t !== c && e !== c || r . contains ( i ) ) return "BODY" === ( s = ( a = c ) . nodeName ) || "HTML" !== s && h ( a . firstElementChild ) !== a ? h ( c ) : c ; var l = v ( t ) ; return l . host ? m ( l . host , e ) : m ( t , v ( e ) . host ) } function g ( t ) { var e = arguments . length > 1 && void 0 !== arguments [ 1 ] ? arguments [ 1 ] : "top" , n = "top" === e ? "scrollTop" : "scrollLeft" , r = t . nodeName ; if ( "BODY" === r || "HTML" === r ) { var i = t . ownerDocument . documentElement , o = t . ownerDocument . scrollingElement || i ; return o [ n ] } return t [ n ] } function b ( t , e ) { var n = arguments . length > 2 && void 0 !== arguments [ 2 ] && arguments [ 2 ] , r = g ( e , "top" ) , i = g ( e , "left" ) , o = n ? - 1 : 1 ; return t . top += r * o , t . bottom += r * o , t . left += i * o , t . right += i * o , t } function A ( 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 y ( t , e , n , r ) { return Math . max ( e [ "offset" + t ] , e [ "scroll" + t ] , n [ "client" + t ] , n [ "offset" + t ] , n [ "scroll" + t ] , d ( 10 ) ? parseInt ( n [ "offset" + t ] ) + parseInt ( r [ "margin" + ( "Height" === t ? "Top" : "Left" ) ] ) + parseInt ( r [ "margin" + ( "Height" === t ? "Bottom" : "Right" ) ] ) : 0 ) } function x ( t ) { var e = t . body , n = t . documentElement , r = d ( 10 ) && getComputedStyle ( n ) ; return { height : y ( "Height" , e , n , r ) , width : y ( "Width" , e , n , r ) } } var _ = function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } , w = function ( ) { function t ( t , e ) { for ( var n = 0 ; n < e . length ; n ++ ) { var r = e [ n ] ; r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( t , r . key , r ) } } return function ( e , n , r ) { return n && t ( e . prototype , n ) , r && t ( e , r ) , e } } ( ) , C = function ( t , e , n ) { return e in t ? Object . defineProperty ( t , e , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : t [ e ] = n , t } , k = Object . assign || function ( t ) { for ( var e = 1 ; e < arguments . length ; e ++ ) { var n = arguments [ e ] ; for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( t [ r ] = n [ r ] ) } return t } ; function T ( t ) { return k ( { } , t , { right : t . left + t . width , bottom : t . top + t . height } ) } function S ( t ) { var e = { } ; try { if ( d ( 10 ) ) { e = t . getBoundingClientRect ( ) ; var n = g ( t , "top" ) , r = g ( t , "left" ) ; e . top += n , e . left += r , e . bottom += n , e . right += r } else e = t . getBoundingClientRect ( ) } catch ( t ) { } var i = { left : e . left , top : e . top , width : e . right - e . left , height : e . bottom - e . top } , o = "HTML" === t . nodeName ? x ( t . ownerDocument ) : { } , a = o . width || t . clientWidth || i . right - i . left , s = o . height || t . clientHeight || i . bottom - i . top , l = t . offsetWidth - a , u = t . offsetHeight - s ; if ( l || u ) { var f = c ( t ) ; l -= A ( f , "x" ) , u -= A ( f , "y" ) , i . width -= l , i . height -= u } return T ( i ) } function E ( t , e ) { var n = arguments . length > 2 && void 0 !== a
2019-10-13 19:26:09 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 Julius Härtl < jus @ bitgrid . net >
2019-10-13 19:26:09 +03:00
*
2020-01-16 02:03:29 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2019-10-13 19:26:09 +03:00
* @ 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
2020-01-16 02:03:29 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-10-13 19:26:09 +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/>.
*
2020-01-16 02:03:29 +03:00
* /
2020-03-10 21:46:25 +03:00
r . VTooltip . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "7702e5f" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , r . VTooltip . options . defaultHtml = ! 1 , e . default = r . VTooltip } , function ( t , e , n ) { "use strict" ; n . d ( e , "b" , ( function ( ) { return a } ) ) , n . d ( e , "c" , ( function ( ) { return s } ) ) , n ( 32 ) ; var r = n ( 39 ) , i = Object ( r . getGettextBuilder ) ( ) . detectLocale ( ) ; [ { locale : "cs_CZ" , json : { charset : "utf-8" , headers : { "Last-Translator" : "Pavel Borecki <pavel.borecki@gmail.com>, 2020" , "Language-Team" : "Czech (Czech Republic) (https://www.transifex.com/nextcloud/teams/64236/cs_CZ/)" , "Content-Type" : "text/plain; charset=UTF-8" , Language : "cs_CZ" , "Plural-Forms" : "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } , translations : { "" : { "" : { msgid : "" , comments : { translator : "Translators:\nPavel Borecki <pavel.borecki@gmail.com>, 2020\n" } , msgstr : [ "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2020\nLanguage-Team: Czech (Czech Republic) (https://www.transifex.com/nextcloud/teams/64236/cs_CZ/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs_CZ\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" ] } , "{tag} (invisible)" : { msgid : "{tag} (invisible)" , comments : { reference : "src/components/MultiselectTags/MultiselectTags.vue:169" } , msgstr : [ "{tag} (neviditelný)" ] } , "{tag} (restricted)" : { msgid : "{tag} (restricted)" , comments : { reference : "src/components/MultiselectTags/MultiselectTags.vue:172" } , msgstr : [ "{tag} (omezený)" ] } , Choose : { msgid : "Choose" , comments : { reference : "src/components/ColorPicker/ColorPicker.vue:145" } , msgstr : [ "Zvolit" ] } , Close : { msgid : "Close" , comments : { reference : "src/components/Modal/Modal.vue:109" } , msgstr : [ "Zavřít" ] } , Next : { msgid : "Next" , comments : { reference : "src/components/Modal/Modal.vue:154" } , msgstr : [ "Následující" ] } , "No results" : { msgid : "No results" , comments : { reference : "src/components/Multiselect/Multiselect.vue:169\nsrc/components/MultiselectTags/MultiselectTags.vue:78" } , msgstr : [ "Žádné výsledky" ] } , "Pause slideshow" : { msgid : "Pause slideshow" , comments : { reference : "src/components/Modal/Modal.vue:290" } , msgstr : [ "Pozastavit prezentaci" ] } , Previous : { msgid : "Previous" , comments : { reference : "src/components/Modal/Modal.vue:134" } , msgstr : [ "Předchozí" ] } , "Select a tag" : { msgid : "Select a tag" , comments : { reference : "src/components/MultiselectTags/MultiselectTags.vue:100" } , msgstr : [ "Vybrat štítek" ] } , Settings : { msgid : "Settings" , comments : { reference : "src/components/AppNavigationSettings/AppNavigationSettings.vue:53" } , msgstr : [ "Nastavení" ] } , "Start slideshow" : { msgid : "Start slideshow" , comments : { reference : "src/components/Modal/Modal.vue:290" } , msgstr : [ "Spustit prezentaci" ] } } } } } , { locale : "de" , json : { charset : "utf-8" , headers : { "Last-Translator" : "Philipp Fischbeck <pfischbeck@googlemail.com>, 2020" , "Language-Team" : "German (https://www.transifex.com/nextcloud/teams/64236/de/)" , "Content-Type" : "text/plain; charset=UTF-8" , Language : "de" , "Plural-Forms" : "nplurals=2; plural=(n != 1);" } , translations : { "" : { "" : { msgid : "" , comments : { translator : "Translators:\nMark Ziegler <mark.ziegler@rakekniven.de>, 2020\nPhilipp Fischbeck <pfischbeck@googlemail.com>, 2020\n" } , msgstr : [ "Last-Translator: Philipp Fischbeck <pfischbeck@googlemail.com>, 2020\nLanguage-Team: German (https://www.transifex.com/nextcloud/teams/64236/de/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de\nPlural-Forms: nplurals=2; plural=(n != 1);\n" ] } , "{tag} (invisible)" : { msgid : "{tag} (invisible)" , comments : { reference : "src/components/MultiselectTags/MultiselectTags.vue:169" } , msgstr : [ "{tag} (unsichtbar)" ] } , "{tag} (restricted)" : { msgid : "{tag} (restricted)" , comments : { reference : "src/components/MultiselectTags/MultiselectTags.vue:172" } , msgstr : [ "{tag} (eingeschränkt)" ] } , Choose : { msgid : "Choose" , comments : { reference : "src/components/ColorPicker/ColorPicker.vue:145" } , msgstr : [ "Auswählen" ] } , Close : { msgid : "Close" , comments : { reference : "src/components/Modal/Modal.vue:109" } , msgstr : [ "Schließen" ] } , Next : { msgid : "Next" , comments : { reference : "src/components/Modal/Modal.vue:154" } , msg
2018-10-11 13:20:18 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
* @ 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
2020-01-16 02:03:29 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-06-04 14:50:12 +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/>.
*
2020-03-10 21:46:25 +03:00
* /e.a={before:function(){this.$slots.default&&""!==this.text.trim()||(i.a.util.warn("".concat(this.$options.name," cannot be empty and requires a meaningful text content"),this),this.$destroy(),this.$el.remove())},beforeUpdate:function(){this.text=this.getText()},data:function(){return{text:this.getText()}},computed:{isLongText:function(){return this.text&&this.text.trim().length>20}},methods:{getText:function(){return this.$slots.default?this.$slots.default[0].text.trim():""}}}},function(t,e){t.exports=n(355)},function(t,e){t.exports=n(145)},function(t,e){t.exports=n(191)},function(t,e){t.exports=n(356)},function(t,e){t.exports=n(192)},function(t,e){t.exports=n(357)},function(t,e){t.exports=n(358)},function(t,e,n){"use strict";n(3),n(19),n(21),n(28),e.a=function(t){return Math.random().toString(36).replace(/ [ ^ a - z ] + / g , " " ) . s u b s t r ( 0 , t | | 5 ) } } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 3 5 9 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 3 6 0 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 3 7 0 ) } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 1 6 ) , n ( 3 ) , n ( 1 7 ) , n ( 1 8 ) , n ( 2 3 ) ; v a r r = n ( 1 4 ) , i = ( n ( 6 ) , f u n c t i o n ( t , e ) { f o r ( v a r n = t . $ p a r e n t ; n ; ) { i f ( n . $ o p t i o n s . n a m e = = = e ) r e t u r n n ; n = n . $ p a r e n t } } ) ; e . a = { m i x i n s : [ r . a ] , p r o p s : { i c o n : { t y p e : S t r i n g , d e f a u l t : " " } , t i t l e : { t y p e : S t r i n g , d e f a u l t : " " } , c l o s e A f t e r C l i c k : { t y p e : B o o l e a n , d e f a u l t : ! 1 } } , c o m p u t e d : { i s I c o n U r l : f u n c t i o n ( ) { t r y { r e t u r n n e w U R L ( t h i s . i c o n ) } c a t c h ( t ) { r e t u r n ! 1 } } } , m e t h o d s : { o n C l i c k : f u n c t i o n ( t ) { i f ( t h i s . $ e m i t ( " c l i c k " , t ) , t h i s . c l o s e A f t e r C l i c k ) { v a r e = i ( t h i s , " A c t i o n s " ) ; e & & e . c l o s e M e n u & & e . c l o s e M e n u ( ) } } } } } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 3 6 1 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 3 6 2 ) } , f u n c t i o n ( t , e , n ) { v a r r = n ( 6 5 ) ; " s t r i n g " = = t y p e o f r & & ( r = [ [ t . i , r , " " ] ] ) , r . l o c a l s & & ( t . e x p o r t s = r . l o c a l s ) , ( 0 , n ( 2 ) . d e f a u l t ) ( " 6 d 9 1 4 1 8 1 " , r , ! 0 , { } ) } , f u n c t i o n ( t , e , n ) { v a r r = n ( 6 7 ) ; " s t r i n g " = = t y p e o f r & & ( r = [ [ t . i , r , " " ] ] ) , r . l o c a l s & & ( t . e x p o r t s = r . l o c a l s ) , ( 0 , n ( 2 ) . d e f a u l t ) ( " 2 f c 2 1 6 d 3 " , r , ! 0 , { } ) } , f u n c t i o n ( t , e , n ) { v a r r = n ( 6 9 ) ; " s t r i n g " = = t y p e o f r & & ( r = [ [ t . i , r , " " ] ] ) , r . l o c a l s & & ( t . e x p o r t s = r . l o c a l s ) , ( 0 , n ( 2 ) . d e f a u l t ) ( " b 6 1 9 c f a 6 " , r , ! 0 , { } ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 3 6 3 ) } , 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 3 ) ; e . a = { m e t h o d s : { n : r . b , t : r . c } } } , f u n c t i o n ( t , e , n ) { v a r r = n ( 8 0 ) ; " s t r i n g " = = t y p e o f r & & ( r = [ [ t . i , r , " " ] ] ) , r . l o c a l s & & ( t . e x p o r t s = r . l o c a l s ) , ( 0 , n ( 2 ) . d e f a u l t ) ( " 0 a 3 0 4 4 0 0 " , r , ! 0 , { } ) } , f u n c t i o n ( t , e , n ) { v a r r = n ( 8 3 ) ; " s t r i n g " = = t y p e o f r & & ( r = [ [ t . i , r , " " ] ] ) , r . l o c a l s & & ( t . e x p o r t s = r . l o c a l s ) , ( 0 , n ( 2 ) . d e f a u l t ) ( " 9 b e 9 7 9 3 c " , r , ! 0 , { } ) } , f u n c t i o n ( t , e ) { } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ;
2019-06-04 14:50:12 +03:00
/ * *
2019-10-13 19:26:09 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2018-10-11 13:20:18 +03:00
*
* @ 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
2019-10-13 19:26:09 +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/>.
*
2020-03-10 21:46:25 +03:00
* / e . a = 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 ( " 7 7 0 2 e 5 f " ) , " " ) } ) ) } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 2 7 ) , n ( 5 2 ) , n ( 2 0 ) ; v a r r = n ( 1 5 ) , i = n ( 1 2 ) , o = n ( 2 2 ) , a = ( n ( 7 7 ) , f u n c t i o n ( t ) { v a r e = t . g e t B o u n d i n g C l i e n t R e c t ( ) , n = d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t H e i g h t , r = d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t W i d t h , i = O b j e c t . a s s i g n ( { } ) ; r e t u r n i . t o p = e . t o p < 0 , i . l e f t = e . l e f t < 0 , i . b o t t o m = e . b o t t o m > n , i . r i g h t = e . r i g h t > r , i . a n y = i . t o p | | i . l e f t | | i . b o t t o m | | i . r i g h t , i . a l l = i . t o p & & i . l e f t & & i . b o t t o m & & i . r i g h t , i . o f f s e t Y = i . t o p ? e . t o p : i . b o t t o m ? e . b o t t o m - n : 0 , i . o f f s e t X = i . l e f t ? e . l e f t : i . r i g h t ? e . r i g h t - r : 0 , i } ) , s = ( n ( 7 4 ) , n ( 7 8 ) , n ( 6 ) , n ( 7 5 ) , n ( 5 ) ) , c = n . n ( s ) , l = f u n c t i o n ( t , e , n ) { v o i d 0 ! = = t & & t . f o r E a c h ( ( f u n c t i o n ( r , i ) { v a r o = ! r . c o m p o n e n t O p t i o n s & & r . t a g & & - 1 = = = e . i n d e x O f ( r . t a g ) , a = ! ! r . c o m p o n e n t O p t i o n s & & " s t r i n g " = = t y p e o f r . c o m p o n e n t O p t i o n s . t a g & & - 1 = = = e . i n d e x O f ( r . c o m p o n e n t O p t i o n s . t a g ) ; ( o | | a ) & & ( c . a . u t i l . w a r n ( " " . c o n c a t ( o ? r . t a g : r . c o m p o n e n t O p t i o n s . t a g , " i s n o t a l l o w e d i n s i d e t h e " ) . c o n c a t ( n . $ o p t i o n s . n a m e , " c o m p o n e n t " ) , n ) , t . s p l i c e ( i , 1 ) ) } ) ) } , u = [ " A c t i o n B u t t o n " , " A c t i o n C h e c k b o x " , " A c t i o n I n p u t " , " A c t i o n L i n k " , " A c t i o n R a d i o " , " A c t i o n R o u t e r " , " A c t i o n S e p a r a t o r " , " A c t i o n T e x t " , " A c t i o n T e x t E d i t a b l e " ] , f = { n a m e : " A c t i o n s " , d i r e c t i v e s : { C l i c k O u t s i d e : r . d i r e c t i v e , t o o l t i p : i . d e f a u l t } , p r o p s : { o p e n : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , f o r c e M e n u : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , m e n u A l i g n : { t y p e : S t r i n g , d e f a u l t : " c e n t e r " , v a l i d a t o r : f u n c t i o n ( t ) { r e t u r n [ " l e f t " , " c e n t e r " , " r i g h t " ] . i n d e x O f ( t ) > - 1 } } , d e f a u l t I c o n : { t y p e : S t r i n g , d e f a u l t : " a c t i o n - i t e m _ _ m e n u t o g g l e - - d e f a u l t - i c o n " } } , d a t a : f u n c t i o n ( ) { r e t u r n { a c t i o n s : [ ] , o p e n e d : t h i s . o p e n , f o c u s I n d e x : 0 , r a n d o m I d : " m e n u - " + O b j e c t ( o . a ) ( ) , o f f s e t X : 0 , o f f s e t Y : 0 , o f f s e t Y A r r o w : 0 , r o t a t e A r r o w : ! 1 , c h i l d r e n : t h i s . $ c h i l d r e n } } , c o m p u t e d : { h a s M u l t i p l e A c t i o n s : 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 . l e n g t h > 1 } , i s V a l i d 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 & & n u l l ! = = t h i s . f i r s t A c t i o n E l e m e n t } , f i r s t A c t i o n V N o d e : 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 ] } , 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 . c h i l d r e n [ 0 ] ? t h i s . c h i l d r e n [ 0 ] : { } } , f i r s t A c t i o n B i n d i n g : f u n c t i o n ( ) { i f ( t h i s . f i r s t A c t i o n V N o d e & & t h i s . f i r s t A c t i o n V N o d e . c o m p o n e n t O p t i o n s ) { v a r t = t h i s . f i r s t A c t i o n V N o d e . c o m p o n e n t O p t i o n s . t a g ; i f ( " A c t i o n L i n k " = = = t ) r e t u r n { i s : " a " , h r e f : t h i s . f i r s t A c t i o n . h r e f , t a r g e t : t h i s . f i r s t A c t i o n . t a r g e t } ; i f ( " A c t i o n R o u t e r " = = = t ) r e t u r n { i s : " r o u t e r - l i n k " , t o : t h i s . f i r s t A c t i o n . t o , e x a c t : t h i s . f i r s t A c t i o n . e x a c t } ; i f ( " A c t i o n B u t t o n " = = = t ) r e t u r n { i s : " b u t t o n " } } r e t u r n n u l l } , f i r s t A c t i o n E v e n t : f u n c t i o n ( ) { r e t u r n t h i s . f i r s t A c t i o n V N o d e & & t h i s . f i r s t A c t i o n V N o d e . c o m p o n e n t O p t i o n s & & t h i s . f i r s t A c t i o n V N o d e . c o m p o n e n t O p t i o n s . l i s t e n e r s & & t h i s . f i r s t A c t i o n V N o d e . c o m p o n e n t O p t i o n s . l i s t e n e r s . c l i c k } , f i r s t A c t i o n E v e n t B i n d i n g : f u n c t i o n ( ) { r e t u r n t h i s . f i r s t A c t i o n E v e n t ? " c l i c k " : n u l l } , f i r s t A c t i o n C l a s s : f u n c t i o n ( ) { v a r t = t h i s . f i r s t A c t i o n V N o d e & & t h i s . f i r s t A c t i o n V N o d e . d a t a . s t a t i c C l a s s , e = t h i s . f i r s t A c t i o n V N o d e & & t h i s . f i r s t A c t i o n V N o d e . d a t a . c l a s s ; r e t u r n " " . c o n c a t ( t , " " ) . c o n c a t ( e ) } } , w a t c h : { o p e n : f u n c t i o n ( t ) { v a r e = t h i s ; t h i s . o p e n e d = t , t h i s . o p e n e d & & t h i s . $ n e x t T i c k ( ( f u n c t i o n ( ) { e . o n O p e n ( ) } ) ) } } , b e f o r e M o u n t : f u n c t i o n ( ) { t h i s . i n i t A c t i o n s ( ) , l ( t h i s . $ s l o t s . d e f a u l t , u , t h i s ) } , b e f o r e U p d a t e : f u n c t i o n ( ) { t h i s . i n i t A c t i o n s ( ) , l ( t h i s . $ s l o t s . d e f a u l t , u , t h i s ) } , 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 ) { v a r e = t h i s ; t h i s . o p e n e d = ! t h i s . o p e n e d , t h i s . o p e n e d ? ( t h i s . $ n e x t T i c k ( ( f u n c t i o n ( ) { e . o n O p e n ( ) , e . f o c u s F i r s t A c t i o n ( ) } ) ) , t h i s . $ e m i t ( " o p e n " , t ) ) : ( t h i s . o f f s e t X = 0 , t h i s . o f f s e t Y = 0 , t h i s . o f f s e t Y A r r o w = 0 , t h i s . r o t a t e A r r o w = ! 1 ) , t h i s . $ e m i t ( " u p d a t e : o p e n " , 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 ) { t h i s . o p e n e d & & ( t h i s . $ e m i t ( " u p d a t e : o p e n " , ! 1 ) , t h i s . $ e m i t ( " c l o s e " , t ) ) , t h i s . o p e n e d = ! 1 , t h i s . o f f s e t X = 0 , t h i s . o f f s e t Y = 0 , t h i s . o f f s e t Y A r r o w = 0 , t h i s . r o t a t e A r r o w = ! 1 } , o n O p e n : f u n c t i o n ( ) { i f ( t h i s . o f f s e t X = 0 , t h i s . o f f s e t Y = 0 , t h i s . o f f s e t Y A r r o w = 0 , t h i s . r o t a t e A r r o w = ! 1 , " c e n t e r " = = = t h i s . m e n u A l i g n ) { v a r t = a ( t h i s . $ r e f s . m e n u ) ; ( t . l e f t | | t . r i g h t ) & & ( t h i s . o f f s e t X = t . o f f s e t X > 0 ? M a t h . r o u n d ( t . o f f s e t X ) + 5 : M a t h . r o u n d ( t . o f f s e t X ) - 5 ) , t . b o t t o m & & ( t h i s . o f f s e t Y = 0 - M a t h . r o u n d ( t h i s . $ r e f s . m e n u . c l i e n t H e i g h t ) - 4 2 , t h i s . o f f s e t Y A r r o w = M a t h . r o u n d ( t h i s . $ r e f s . m e n u . c l i e n t H e i g h t ) + 1 8 , t h i s . r o t a t e A r r o w = ! 0 ) } } , o n M o u s e F o c u s A c t i o n : f u n c t i o n ( t ) { i f ( d o c u m e n t . a c t i v e E l e m e n t ! = = t . t a r g e t ) { v a r e = t . t a r g e t . c l o s e s t ( " l i " ) ; i f ( e ) { v a r n = e . q u e r y S e l e c t o r ( " . f o c u s a b l e " ) ; i f ( n )
2019-08-07 18:08:12 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 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 ,
2020-01-16 02:03:29 +03:00
* but WITHOUT ANY WARRANTY without even the implied warranty of
2019-08-07 18:08:12 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
function r ( t , e , n ) { this . r = t , this . g = e , this . b = n } function i ( t , e , n ) { 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 , n ] ) , a = 1 ; a < t ; a ++ ) { var s = parseInt ( e . r + o [ 0 ] * a , 10 ) , c = parseInt ( e . g + o [ 1 ] * a , 10 ) , l = parseInt ( e . b + o [ 2 ] * a , 10 ) ; i . push ( new r ( s , c , l ) ) } return i } n ( 27 ) , e . a = function ( t ) { t || ( t = 6 ) ; var e = new r ( 182 , 70 , 157 ) , n = new r ( 221 , 203 , 85 ) , o = new r ( 0 , 130 , 201 ) , a = i ( t , e , n ) , s = i ( t , n , o ) , c = i ( t , o , e ) ; return a . concat ( s ) . concat ( c ) } } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 20 ) , n ( 16 ) , n ( 3 ) , n ( 21 ) , n ( 17 ) , n ( 18 ) , n ( 23 ) ; var r = { name : "PopoverMenuItem" , props : { item : { type : Object , required : ! 0 , default : function ( ) { return { key : "nextcloud-link" , href : "https://nextcloud.com" , icon : "icon-links" , text : "Nextcloud" } } , validator : function ( t ) { return ! t . input || - 1 !== [ "text" , "checkbox" ] . indexOf ( t . input ) } } } , computed : { key : function ( ) { return this . item . key ? this . item . key : Math . round ( 16 * Math . random ( ) * 1e6 ) . toString ( 16 ) } , iconIsUrl : function ( ) { try { return new URL ( this . item . icon ) , ! 0 } catch ( t ) { return ! 1 } } } , methods : { action : function ( t ) { this . item . action && this . item . action ( t ) } } } , i = ( n ( 64 ) , n ( 66 ) , n ( 0 ) ) , o = { name : "PopoverMenu" , components : { PopoverMenuItem : Object ( i . a ) ( r , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , [ t . item . href ? n ( "a" , { staticClass : "focusable" , attrs : { href : t . item . href ? t . item . href : "#" , target : t . item . target ? t . item . target : "" , download : t . item . download , rel : "noreferrer noopener" } , on : { click : t . action } } , [ t . iconIsUrl ? n ( "img" , { attrs : { src : t . item . icon } } ) : n ( "span" , { class : t . item . icon } ) , t . _v ( " " ) , t . item . text && t . item . longtext ? n ( "p" , [ n ( "strong" , { staticClass : "menuitem-text" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . item . text ) + "\n\t\t\t" ) ] ) , n ( "br" ) , t . _v ( " " ) , n ( "span" , { staticClass : "menuitem-text-detail" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . item . longtext ) + "\n\t\t\t" ) ] ) ] ) : t . item . text ? n ( "span" , [ t . _v ( "\n\t\t\t" + t . _s ( t . item . text ) + "\n\t\t" ) ] ) : t . item . longtext ? n ( "p" , [ t . _v ( "\n\t\t\t" + t . _s ( t . item . longtext ) + "\n\t\t" ) ] ) : t . _e ( ) ] ) : t . item . input ? n ( "span" , { staticClass : "menuitem" , class : { active : t . item . active } } , [ "checkbox" !== t . item . input ? n ( "span" , { class : t . item . icon } ) : t . _e ( ) , t . _v ( " " ) , "text" === t . item . input ? n ( "form" , { class : t . item . input , on : { submit : function ( e ) { return e . preventDefault ( ) , t . item . action ( e ) } } } , [ n ( "input" , { attrs : { type : t . item . input , placeholder : t . item . text , required : "" } , domProps : { value : t . item . value } } ) , t . _v ( " " ) , n ( "input" , { staticClass : "icon-confirm" , attrs : { type : "submit" , value : "" } } ) ] ) : [ "checkbox" === t . item . input ? n ( "input" , { directives : [ { name : "model" , rawName : "v-model" , value : t . item . model , expression : "item.model" } ] , class : t . item . input , attrs : { id : t . key , type : "checkbox" } , domProps : { checked : Array . isArray ( t . item . model ) ? t . _i ( t . item . model , null ) > - 1 : t . item . model } , on : { change : [ function ( e ) { var n = t . item . model , r = e . target , i = ! ! r . checked ; if ( Array . isArray ( n ) ) { var o = t . _i ( n , null ) ; r . checked ? o < 0 && t . $set ( t . item , "model" , n . concat ( [ null ] ) ) : o > - 1 && t . $set ( t . item , "model" , n . slice ( 0 , o ) . concat ( n . slice ( o + 1 ) ) ) } else t . $set ( t . item , "model" , i ) } , t . item . action ] } } ) : "radio" === t . item . input ? n ( "input" , { directives : [ { name : "model" , rawName : "v-model" , value : t . item . model , expression : "item.model" } ] , class : t . item . input , attrs : { id : t . key , type : "radio" } , domProps : { checked : t . _q ( t . item . model , null ) } , on : { change : [ function ( e ) { return t . $set ( t . item , "model" , null ) } , t . item . action ] } } ) : n ( "input" , { directives : [ { name : "model" , rawName : "v-model" , value : t . item . model , expression : "item.model" } ] , class : t . item . input , attrs : { id : t . key , type : t . item . input } , domProps : { value : t . item . model } , on : { change : t . item . action , input : function ( e ) { e . target . composing || t . $set ( t . item , "model" , e . target . value ) } } } ) , t . _v ( " " ) , n ( "label" , { attrs : { for : t . key } , on : { click : function ( e ) { return e . stopPropagation ( ) , e . preventDefault ( ) , t . item . action ( e ) } } } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . item . text ) + "\n\t\t\t" ) ] ) ] ] , 2 ) : t . item . action ? n ( "button" , { staticClass : "menuitem focusable" , class : { active : t . item . active } , attrs : { disabled : t . item . disabled } , on : { click : function ( e ) { return e . stopPropagation ( ) , e . preventDefault ( ) , t . item . action ( e ) } } } , [ n ( "span" , { class : t . item . icon } ) , t . _v ( " " ) , t . item . text && t . item . longtext ? n ( "p" , [ n ( "strong" , { staticClass : "menuitem-text" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . item . text ) + " \ n
2018-10-11 13:20:18 +03:00
/ * *
2019-08-07 18:08:12 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2018-10-11 13:20:18 +03:00
*
* @ 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
2019-08-07 18:08:12 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-05-17 10:49:47 +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/>.
*
2020-01-16 02:03:29 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = l } , function ( t , e ) { t . exports = n ( 31 ) } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 27 ) , n ( 63 ) , n ( 32 ) , n ( 25 ) , n ( 3 ) , n ( 61 ) , n ( 62 ) ; var r = n ( 15 ) , i = n ( 48 ) , o = n ( 49 ) , a = n . n ( o ) , s = n ( 12 ) , c = ( n ( 19 ) , n ( 81 ) , n ( 28 ) , n ( 60 ) ) , l = n . n ( c ) , u = n ( 45 ) ; function f ( t , e , n , r , i , o , a ) { try { var s = t [ o ] ( a ) , c = s . value } catch ( t ) { return void n ( t ) } s . done ? e ( c ) : Promise . resolve ( c ) . then ( r , i ) } var p = { name : "Avatar" , directives : { tooltip : s . default , ClickOutside : r . directive } , components : { PopoverMenu : i . PopoverMenu } , props : { url : { type : String , default : void 0 } , iconClass : { type : String , default : void 0 } , user : { type : String , default : void 0 } , isGuest : { type : Boolean , default : ! 1 } , displayName : { type : String , default : void 0 } , size : { type : Number , default : 32 } , allowPlaceholder : { type : Boolean , default : ! 0 } , disableTooltip : { type : Boolean , default : ! 1 } , disableMenu : { type : Boolean , default : ! 1 } , tooltipMessage : { type : String , default : null } , isNoUser : { type : Boolean , default : ! 1 } , status : { type : String , default : null , validator : function ( t ) { switch ( t ) { case "positive" : case "negative" : case "neutral" : return ! 0 } return ! 1 } } , statusColor : { type : [ Number , String ] , default : null , validator : function ( t ) { return /^([a-f0-9]{3}){1,2}$/i . test ( t ) } } , menuPosition : { type : String , default : "center" } } , data : function ( ) { return { avatarUrlLoaded : null , avatarSrcSetLoaded : null , userDoesNotExist : ! 1 , isAvatarLoaded : ! 1 , isMenuLoaded : ! 1 , 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 } , hasMenu : function ( ) { return ! this . disableMenu && ( this . isMenuLoaded ? this . menu . length > 0 : ! ( this . user === OC . getCurrentUser ( ) . uid || this . userDoesNotExist || 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 . iconClass && ! this . avatarSrcSetLoaded ) { var e = function ( t ) { var e = t . toLowerCase ( ) ; return null === e . match ( /^([0-9a-f]{4}-?){8}$/ ) && ( e = l ( ) ( e ) ) , e = e . replace ( /[^0-9a-f]/g , "" ) , Object ( u . a ) ( 6 ) [ 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 , 10 ) % 18 , 10 ) } ( e ) ] } ( this . getUserIdentifier ) ; t . backgroundColor = "rgb(" + e . r + ", " + e . g + ", " + e . b + ")" } return t } , tooltip : function ( ) { return ! this . disableTooltip && ( this . tooltipMessage ? this . tooltipMessage : 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 : { url : function ( ) { this . userDoesNotExist = ! 1 , this . loadAvatarUrl ( ) } , user : function ( ) { this . userDoesNotExist = ! 1 , this . isMenuLoaded = ! 1 , this . loadAvatarUrl ( ) } } , mounted : function ( ) { this . loadAvatarUrl ( ) } , methods : { toggleMenu : function ( ) { this . hasMenu && ( this . contactsMenuOpenState = ! this . contactsMenuOpenState , this . contactsMenuOpenState && this . fetchContactsMenu ( ) ) } , closeMenu : function ( ) { this . contactsMenuOpenState = ! 1 } , fetchContactsMenu : function ( ) { var t , e = this ; return ( t = regeneratorRuntime . mark ( ( function t ( ) { var n , r , i ; return regeneratorRuntime . wrap ( ( function ( t ) { for ( ; ; ) switch ( t . prev = t . next ) { case 0 : return t . prev = 0 , n = encodeURIComponent ( e . user ) , t . next = 4 , a . a . post ( OC . generateUrl ( "contactsmenu/findOne" ) , "shareType=0&shareWith=" . concat ( n ) ) ; case 4 : r = t . sent , i = r . data , e . contactsMenuActions = [ i . topAction ] . concat ( i . actions ) , t . next = 12 ; break ; case 9 : t . prev = 9 , t . t0 = t . catch ( 0 ) , e . contactsMenuOpenState = ! 1 ; case 12 : e . isMenuLoaded = ! 0 ; case 13 : case "end" : return t . stop ( ) } } ) , t , null , [ [ 0 , 9 ] ] ) } ) ) , function ( ) { var e = this , n = arguments ; return new Promise ( ( function ( r , i ) { var o = t . apply ( e , n ) ; function a ( t ) { f ( o , r , i , a , s , "next" , t ) } function s ( t ) { f ( o , r , i , a , s , "throw" , t ) } a ( void 0 ) } ) ) } ) ( ) } , loadAvatarUrl : function ( ) { var t = this ; if ( this . isAvatarLoaded = ! 1 , ! this . isUrlDefined && ( ! this . isUserDefined || this . isNoUser ) ) return this . isAvatarLoaded = ! 0 , void ( this . userDoesNotExist = ! 0 ) ; var e = function ( e , n ) { var r = " / av
2019-06-04 14:50:12 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2018 Julius Härtl < jus @ bitgrid . net >
2019-06-04 14:50:12 +03:00
*
2020-01-16 02:03:29 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2020-01-16 02:03:29 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-06-04 14:50:12 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-10-13 19:26:09 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = g } , function ( t , e , n ) { "use strict" ; var r = { name : "ActionButton" , mixins : [ n ( 26 ) . a ] , props : { disabled : { type : Boolean , default : ! 1 } } , computed : { isFocusable : function ( ) { return ! this . disabled } } } , i = ( n ( 115 ) , n ( 0 ) ) , o = n ( 53 ) , a = n . n ( o ) , s = Object ( i . a ) ( r , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { class : { "action--disabled" : t . disabled } } , [ n ( "button" , { staticClass : "action-button" , class : { focusable : t . isFocusable } , on : { click : t . onClick } } , [ n ( "span" , { staticClass : "action-button__icon" , class : [ t . isIconUrl ? "action-button__icon--url" : t . icon ] , style : { backgroundImage : t . isIconUrl ? "url(" + t . icon + ")" : null } } ) , t . _v ( " " ) , t . title ? n ( "p" , [ n ( "strong" , { staticClass : "action-button__title" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . title ) + "\n\t\t\t" ) ] ) , t . _v ( " " ) , n ( "br" ) , t . _v ( " " ) , n ( "span" , { staticClass : "action-button__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) ] ) : t . isLongText ? n ( "p" , { staticClass : "action-button__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) : n ( "span" , { staticClass : "action-button__text" } , [ t . _v ( t . _s ( t . text ) ) ] ) , t . _v ( " " ) , t . _e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , null , "42604de1" , null ) ; "function" == typeof a . a && a ( ) ( s ) , e . a = s . exports } , function ( t , e ) { t . exports = n ( 365 ) } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e , n ) { var r = n ( 138 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "a39cae00" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 144 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "05387ef8" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 146 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "a375d0ac" , r , ! 0 , { } ) } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 38 ) ; n . d ( e , "Actions" , ( function ( ) { return r . a } ) ) ,
2019-06-04 14:50:12 +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
2019-10-13 19:26:09 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-06-04 14:50:12 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-05-17 10:49:47 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = r . a } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "Popover" , components : { VPopover : n ( 4 ) . VPopover } } , i = ( n ( 117 ) , n ( 0 ) ) , o = n ( 54 ) , a = n . n ( o ) , s = Object ( i . a ) ( r , ( function ( ) { var t = this . $createElement , e = this . _self . _c || t ; return e ( "VPopover" , this . _g ( this . _b ( { staticClass : "popover" } , "VPopover" , this . $attrs , ! 1 ) , this . $listeners ) , [ this . _t ( "trigger" ) , this . _v ( " " ) , e ( "template" , { slot : "popover" } , [ this . _t ( "default" ) ] , 2 ) ] , 2 ) } ) , [ ] , ! 1 , null , "f4d0a772" , null ) ; "function" == typeof a . a && a ( ) ( s ) ; var c = s . exports ; n . d ( e , "Popover" , ( function ( ) { return c } ) ) ,
2019-06-04 14:50:12 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 Marco Ambrosini < marcoambrosini @ pm . me >
2019-06-04 14:50:12 +03:00
*
2020-01-16 02:03:29 +03:00
* @ author Marco Ambrosini < marcoambrosini @ pm . me >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2020-01-16 02:03:29 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-06-04 14:50:12 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-08-07 18:08:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = c } , function ( t , e ) { t . exports = n ( 372 ) } , function ( t , e ) { t . exports = n ( 373 ) } , function ( t , e ) { t . exports = n ( 374 ) } , function ( t , e ) { t . exports = n ( 375 ) } , function ( t , e , n ) { "use strict" ; var r = n ( 29 ) ; n . n ( r ) . a } , function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , "\nbutton.menuitem[data-v-8dc4efb0] {\n\ttext-align: left;\n}\nbutton.menuitem *[data-v-8dc4efb0] {\n\tcursor: pointer;\n}\nbutton.menuitem[data-v-8dc4efb0]:disabled {\n\topacity: 0.5 !important;\n\tcursor: default;\n}\nbutton.menuitem:disabled *[data-v-8dc4efb0] {\n\tcursor: default;\n}\n.menuitem.active[data-v-8dc4efb0] {\n\tbox-shadow: inset 2px 0 var(--color-primary);\n\tborder-radius: 0;\n}\n" , "" ] ) , t . exports = e } , function ( t , e , n ) { "use strict" ; var r = n ( 30 ) ; n . n ( r ) . a } , function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , " li [ data - v - 8 dc4efb0 ] { display : flex ; flex : 0 0 auto } li . hidden [ data - v - 8 dc4efb0 ] { display : none } li > button [ data - v - 8 dc4efb0 ] , li > a [ data - v - 8 dc4efb0 ] , li > . menuitem [ data - v - 8 dc4efb0 ] { cursor : pointer ; line - height : 44 px ; border : 0 ; border - radius : 0 ; background - color : transparent ; display : flex ; align - items : flex - start ; height : auto ; margin : 0 ; padding : 0 ; font - weight : normal ; box - shadow : none ; width : 100 % ; color : var ( -- color - main - text ) ; white - space : nowrap ; opacity : . 7 } li > button span [ class ^= 'icon-' ] [ data - v - 8 dc4efb0 ] , li > button span [ class *= ' icon-' ] [ data - v - 8 dc4efb0 ] , li > button [ class ^= 'icon-' ] [ data - v - 8 dc4efb0 ] , li > button [ class *= ' icon-' ] [ data - v - 8 dc4efb0 ] , li > a span [ class ^= 'icon-' ] [ data - v - 8 dc4efb0 ] , li > a span [ class *= ' icon-' ] [ data - v - 8 dc4efb0 ] , li > a [ class ^= 'icon-' ] [ data - v - 8 dc4efb0 ] , li > a [ class *= ' icon-' ] [ data - v - 8 dc4efb0 ] , li > . menuitem span [ class ^= 'icon-' ] [ data - v - 8 dc4efb0 ] , li > . menuitem span [ class *= ' icon-' ] [ data - v - 8 dc4efb0 ] , li > . menuitem [ class ^= 'icon-' ] [ data - v - 8 dc4efb0 ] , li > . menuitem [ class *= ' icon-' ] [ data - v - 8 dc4efb0 ] { min - width : 0 ; min - height : 0 ; background - position : 14 px center ; background - size : 16 px } li > button span [ class ^= 'icon-' ] [ data - v - 8 dc4efb0 ] , li > button span [ class *= ' icon-' ] [ data - v - 8 dc4efb0 ] , li > a span [ class ^= 'icon-' ] [ data - v - 8 dc4efb0 ] , li > a span [ class *= ' icon-' ] [ data - v - 8 dc4efb0 ] , li > . menuitem span [ class ^= 'icon-' ] [ data - v - 8 dc4efb0 ] , li > . menuitem span [ class *= ' icon-' ] [ data - v - 8 dc4efb0 ] { padding : 22 px 0 22 px 44 px } li > button : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) > span [ data - v - 8 dc4efb0 ] : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) : first - child , li > button : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) > input [ data - v - 8 dc4efb0 ] : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) : first - child , li > button : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) > form [ data - v - 8 dc4efb0 ] : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) : first - child , li > a : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) > span [ data - v - 8 dc4efb0 ] : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) : first - child , li > a : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) > input [ data - v - 8 dc4efb0 ] : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) : first - child , li > a : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) > form [ data - v - 8 dc4efb0 ] : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) : first - child , li > . menuitem : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) > span [ data - v - 8 dc4efb0 ] : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) : first - child , li > . menuitem : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) > input [ data - v - 8 dc4efb0 ] : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) : first - child , li > . menuitem : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) > form [ data - v - 8 dc4efb0 ] : not ( [ class ^= 'icon-' ] ) : not ( [ class *= 'icon-' ] ) : first - child { margin - left : 44 px } li > button [ class ^= 'icon-' ] [ data - v - 8 dc4efb0 ] , li > button [ class *= ' icon-' ] [ data - v - 8 dc4efb0 ] , li > a [ class ^= 'icon-' ] [ data - v - 8 dc4efb0 ] , li > a [ class *= ' icon-' ] [ data - v - 8 dc4efb0 ] , li > . menuitem [ class ^= 'icon-' ] [ data - v - 8 dc4efb0 ] , li > . menuitem [ class *= ' icon-' ] [ data - v - 8 dc4efb0 ] { padding : 0 14 px 0 44 px } li > button [ data - v - 8 dc4efb0 ] : not ( : disabled ) : hover , li > button [ data - v - 8 dc4efb0 ] : not ( : disabled ) : focus , li > button : not ( : disabled ) . active [ data - v - 8 dc4efb0 ] , li > a [ data - v - 8 dc4efb0 ] : not ( : disabled ) : hover , li > a [ data - v - 8 dc4efb0 ] : not ( : disabled ) : focus , li > a : not ( : disabled ) . active [ data - v - 8 dc4efb0 ] , li > . menuitem [ data - v - 8 dc4efb0 ] : not ( : disabled ) : hover , li > . menuitem [ data - v - 8 dc4efb0 ] : not ( : disabled ) : focus , li > . menuitem : not ( : disabled ) . active [ data - v - 8 dc4efb0 ] { opacity : 1 ! important } li > button . action [ data - v - 8 dc4efb0 ] , li > a . action [ data - v - 8 dc4efb0 ] , l
2019-05-17 10:49:47 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-05-17 10:49:47 +03:00
*
2020-01-16 02:03:29 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2019-05-17 10:49:47 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = r . a } , function ( t , e , n ) { var r = n ( 179 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "1369e34b" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 181 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "8b8428ba" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 183 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "ede0e406" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 185 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "30f5de4e" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 187 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "766647a2" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 189 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "4ec64a44" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 191 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "66fabc51" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 193 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "19f30fef" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 195 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "55b308c7" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 197 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "03aa2e93" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 199 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "2ebdb218" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 201 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "0a84af6e" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 203 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "168620f4" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 205 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "7cd7396a" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 207 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "0a03b2a2" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 209 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "3890adfa" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 211 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "51b0dcca" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 213 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "3899c9e9" , r , ! 0 , { } ) } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n . d ( e , "directive" , ( function ( ) { return r } ) ) ;
2019-06-04 14:50:12 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 Georg Ehrke
2019-06-04 14:50:12 +03:00
*
2020-01-16 02:03:29 +03:00
* @ author Georg Ehrke < oc . list @ georgehrke . com >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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/>.
*
* /
2020-03-10 21:46:25 +03:00
var r = { inserted : function ( t ) { t . focus ( ) } } ; e . default = r } , function ( t , e , n ) { var r = n ( 216 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "b73da156" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 218 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "4dd3631b" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 220 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "580db908" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 222 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "29ae4cc3" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 225 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "3e577c41" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 227 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "2027e7d5" , r , ! 0 , { } ) } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 37 ) , i = ( n ( 133 ) , n ( 139 ) , n ( 140 ) , n ( 16 ) , n ( 63 ) , n ( 32 ) , n ( 141 ) , n ( 25 ) , n ( 3 ) , n ( 17 ) , n ( 18 ) , n ( 19 ) , n ( 113 ) , n ( 40 ) ) , o = n . n ( i ) , a = n ( 50 ) , s = ( n ( 142 ) , n ( 21 ) , n ( 28 ) , { methods : { highlightText : function ( t , e ) { return e . length ? t . replace ( new RegExp ( e , "gi" ) , "<strong>" . concat ( e , "</strong>" ) ) : t } } } ) , c = { name : "AvatarSelectOption" , components : { Avatar : a . default } , mixins : [ s ] , props : { desc : { type : String , default : "" } , displayName : { type : String , required : ! 0 } , icon : { type : String , default : "" } , user : { type : String , default : "" } , isNoUser : { type : Boolean , default : ! 1 } , search : { type : String , default : "" } } , computed : { highlightedDisplayName : function ( ) { return this . highlightText ( o ( ) ( this . displayName ) , this . search ) } , highlightedDesc : function ( ) { return this . highlightText ( o ( ) ( this . desc ) , this . search ) } } } , l = ( n ( 143 ) , n ( 0 ) ) , u = n ( 72 ) , f = n . n ( u ) , p = Object ( l . a ) ( c , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "span" , { staticClass : "option" } , [ n ( "Avatar" , { staticClass : "option__avatar" , attrs : { "display-name" : t . displayName , user : t . user , "is-no-user" : t . isNoUser , "disable-menu" : ! 0 , "disable-tooltip" : ! 0 } } ) , t . _v ( " " ) , n ( "div" , { staticClass : "option__desc" } , [ n ( "span" , { staticClass : "option__desc--lineone" , domProps : { innerHTML : t . _s ( t . highlightedDisplayName ) } } ) , t . _v ( " " ) , "" !== t . desc ? n ( "span" , { staticClass : "option__desc--linetwo" , domProps : { innerHTML : t . _s ( t . highlightedDesc ) } } ) : t . _e ( ) ] ) , t . _v ( " " ) , "" !== t . icon ? n ( "span" , { staticClass : "icon option__icon" , class : t . icon } ) : t . _e ( ) ] , 1 ) } ) , [ ] , ! 1 , null , "30d8da34" , null ) ; "function" == typeof f . a && f ( ) ( p ) ; var d = p . exports , h = ( n ( 6 ) , { name : "EllipsisedOption" , mixins : [ s ] , props : { option : { type : [ String , Object ] , required : ! 0 , default : "" } , label : { type : String , default : "" } , search : { type : String , default : "" } } , computed : { name : function ( ) { return this . $parent . getOptionLabel ( this . option ) } , needsTruncate : function ( ) { return this . name && this . name . length >= 10 } , part1 : function ( ) { if ( this . needsTruncate ) { var t = Math . min ( Math . floor ( this . name . length / 2 ) , 10 ) ; return this . name . substr ( 0 , this . name . length - t ) } return this . name } , part2 : function ( ) { if ( this . needsTruncate ) { var t = Math . min ( Math . floor ( this . name . length / 2 ) , 10 ) ; return this . name . substr ( this . name . length - t ) } return "" } , highlightedPart1 : function ( ) { return this . highlightText ( o ( ) ( this . part1 ) , this . search ) } , highlightedPart2 : function ( ) { return this . highlightText ( o ( ) ( this . part2 ) , this . search ) } } } ) , v = ( n ( 145 ) , Object ( l . a ) ( h , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "div" , { staticClass : "name-parts" , attrs : { title : t . name } } , [ n ( "span" , { staticClass : "name-parts__first" , domProps : { innerHTML : t . _s ( t . highlightedPart1 ) } } ) , t . _v ( " " ) , t . part2 ? n ( "span" , { staticClass : "name-parts__last" , domProps : { innerHTML : t . _s ( t . highlightedPart2 ) } } ) : t . _e ( ) ] ) } ) , [ ] , ! 1 , null , "c4325954" , null ) . exports ) , m = n ( 33 ) , g = n ( 12 ) , b = n ( 114 ) ; function A ( t ) { return ( A = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( t ) { return typeof t } : function ( t ) { return t && "function" == typeof Symbol && t . constructor === Symbol && t !== Symbol . prototype ? "symbol" : typeof t } ) ( t ) } var y = { name : "Multiselect" , components : { AvatarSelectOption : d , EllipsisedOption : v , VueMultiselect : n . n ( b ) . a } , directives : { tooltip : g . default } , mixins : [ m . a ] , inheritAttrs : ! 1 , props : { value : { default : function ( ) { return [ ] } } , multiple : { type : Boolean , default : ! 1 } , limit : { type : Number , default : 99999 } , label : { type : String , default : "
2019-06-04 14:50:12 +03:00
/ * *
2019-08-07 18:08:12 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
* @ 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
2019-08-07 18:08:12 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-06-04 14:50:12 +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/>.
*
* /
2020-03-10 21:46:25 +03:00
Object ( r . a ) ( C ) , e . default = C } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 37 ) , i = ( n ( 25 ) , n ( 70 ) ) , o = n . n ( i ) ; o . a . methods . displayPopup = function ( ) { var t = this . $el . querySelector ( ".mx-datepicker-popup" ) ; t && ! t . classList . contains ( "popovermenu" ) && ( t . className += " popovermenu menu-center open" ) } ; var a = { name : "DatetimePicker" , components : { DatePicker : o . a } , inheritAttrs : ! 1 , props : { clearable : { type : Boolean , default : function ( ) { return ! 1 } } , minuteStep : { type : Number , default : function ( ) { return 10 } } , type : { type : String , default : "date" } , format : { type : [ String , Object ] , default : function ( ) { var t = { date : "YYYY-MM-DD" , datetime : "YYYY-MM-DD H:mm:ss" , year : "YYYY" , month : "YYYY-MM" , time : "H:mm:ss" , week : "w" } ; return t [ this . type ] || t . date } } , value : { default : function ( ) { return new Date } } } , methods : { handleSelectYear : function ( t ) { var e = this . $refs . datepicker . currentValue ; if ( e ) try { var n = new Date ( new Date ( e ) . setFullYear ( t ) ) ; this . $refs . datepicker . selectDate ( n ) } catch ( n ) { console . error ( "Invalid value" , e , t ) } } , handleSelectMonth : function ( t ) { var e = this . $refs . datepicker . currentValue ; if ( e ) try { var n = new Date ( new Date ( e ) . setMonth ( t ) ) ; this . $refs . datepicker . selectDate ( n ) } catch ( n ) { console . error ( "Invalid value" , e , t ) } } } } , s = n ( 0 ) , c = n ( 71 ) , l = n . n ( c ) , u = Object ( s . a ) ( a , ( function ( ) { var t = this , e = t . $createElement ; return ( t . _self . _c || e ) ( "DatePicker" , t . _g ( t . _b ( { ref : "datepicker" , attrs : { clearable : t . clearable , "minute-step" : t . minuteStep , format : t . format , type : t . type , value : t . value , "append-to-body" : ! 1 } , on : { "select-year" : t . handleSelectYear , "select-month" : t . handleSelectMonth , "update:value" : function ( e ) { return t . $emit ( "update:value" , t . value ) } } , scopedSlots : t . _u ( [ t . _l ( t . $scopedSlots , ( function ( e , n ) { return { key : n , fn : function ( e ) { return [ t . _t ( n , null , null , e ) ] } } } ) ) ] , null , ! 0 ) } , "DatePicker" , t . $attrs , ! 1 ) , t . $listeners ) ) } ) , [ ] , ! 1 , null , null , null ) ; "function" == typeof l . a && l ( ) ( u ) ; var f = u . exports ; n ( 135 ) , n . d ( e , "DatetimePicker" , ( function ( ) { return f } ) ) ,
2019-08-07 18:08:12 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-08-07 18:08:12 +03:00
*
2020-01-16 02:03:29 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2019-08-07 18:08:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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/>.
*
* /
2020-03-10 21:46:25 +03:00
Object ( r . a ) ( f ) , e . default = f } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 5 ) , i = new ( n . n ( r ) . a ) ( { data : function ( ) { return { isMobile : ! 1 } } , watch : { isMobile : function ( t ) { this . $emit ( "changed" , t ) } } , created : function ( ) { window . addEventListener ( "resize" , this . handleWindowResize ) , this . handleWindowResize ( ) } , beforeDestroy : function ( ) { window . removeEventListener ( "resize" , this . handleWindowResize ) } , methods : { handleWindowResize : function ( ) { this . isMobile = document . documentElement . clientWidth < 1024 } } } ) ; e . default = { data : function ( ) { return { isMobile : ! 1 } } , mounted : function ( ) { i . $on ( "changed" , this . onIsMobileChanged ) , this . isMobile = i . isMobile } , beforeDestroy : function ( ) { i . $off ( "changed" , this . onIsMobileChanged ) } , methods : { onIsMobileChanged : function ( t ) { this . isMobile = t } } } } , function ( t , e ) { t . exports = n ( 378 ) } , function ( t , e ) { t . exports = n ( 379 ) } , function ( t , e , n ) { "use strict" ; var r = n ( 43 ) ; n . n ( r ) . a } , function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , "li.active[data-v-42604de1]{box-shadow:inset 4px 0 var(--color-primary)}.action--disabled[data-v-42604de1]{pointer-events:none;opacity:.5}.action--disabled[data-v-42604de1]:hover,.action--disabled[data-v-42604de1]:focus{cursor:default;opacity:.5}.action--disabled *[data-v-42604de1]{opacity:1 !important}.action-button[data-v-42604de1]{display:flex;align-items:flex-start;width:100%;height:auto;margin:0;padding:0;padding-right:14px;cursor:pointer;white-space:nowrap;opacity:.7;color:var(--color-main-text);border:0;border-radius:0;background-color:transparent;box-shadow:none;font-weight:normal;line-height:44px}.action-button[data-v-42604de1]:hover,.action-button[data-v-42604de1]:focus{opacity:1}.action-button>span[data-v-42604de1]{cursor:pointer;white-space:nowrap}.action-button__icon[data-v-42604de1]{width:44px;height:44px;opacity:1;background-position:14px center;background-size:16px}.action-button p[data-v-42604de1]{width:150px;padding:7px 0;margin:auto;cursor:pointer;text-align:left;line-height:1.6em}.action-button__longtext[data-v-42604de1]{cursor:pointer;white-space:pre-wrap}.action-button__title[data-v-42604de1]{font-weight:bold}\n" , "" ] ) , t . exports = e } , function ( t , e , n ) { "use strict" ; var r = n ( 44 ) ; n . n ( r ) . a } , function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , ".popover[data-v-f4d0a772]{padding:0px !important}\n" , "" ] ) , t . exports = e } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = ( n ( 137 ) , n ( 0 ) ) , i = Object ( r . a ) ( { name : "AppNavigationToggle" , methods : { emitClick : function ( ) { this . $emit ( "click" ) } } } , ( function ( ) { var t = this , e = t . $createElement ; return ( t . _self . _c || e ) ( "a" , { attrs : { id : "app-navigation-toggle" , tabindex : "0" , href : "#" } , on : { click : function ( e ) { return e . preventDefault ( ) , t . emitClick ( e ) } , keydown : function ( e ) { return ! e . type . indexOf ( "key" ) && t . _k ( e . keyCode , "space" , 32 , e . key , [ " " , "Spacebar" ] ) || e . ctrlKey || e . shiftKey || e . altKey || e . metaKey ? null : ( e . preventDefault ( ) , t . emitClick ( e ) ) } } } ) } ) , [ ] , ! 1 , null , "d9538ec8" , null ) . exports ; n . d ( e , "AppNavigationSpacer" , ( function ( ) { return i } ) ) ,
2019-06-04 14:50:12 +03:00
/ * *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2020-03-10 21:46:25 +03:00
e . default = i } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { } , function ( t , e ) { t . exports = n ( 380 ) } , function ( t , e ) { t . exports = n ( 443 ) } , function ( t , e , n ) { var r = n ( 136 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "600615ea" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 1 ) , i = n ( 7 ) , o = n ( 8 ) , a = n ( 9 ) , s = n ( 10 ) , c = n ( 11 ) ; e = r ( ! 1 ) ; var l = i ( o ) , u = i ( a ) , f = i ( s ) , p = i ( c ) ; e . push ( [ t . i , '@font-face{font-family:"iconfont-vue-7702e5f";src:url(' + l + ");src:url(" + l + ') format("embedded-opentype"),url(' + u + ') format("woff"),url(' + f + ') format("truetype"),url(' + p + ') format("svg")}.icon{font-style:normal;font-weight:400}.icon.arrow-left-double:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.arrow-left:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.arrow-right-double:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.arrow-right:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.checkmark:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.close:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.confirm:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.menu:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.more:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.pause:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.play:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.triangle-s:before{font-family:"iconfont-vue-7702e5f";content:""}.mx-icon-left:before,.mx-icon-right:before,.mx-icon-double-left:before,.mx-icon-double-right:before,.mx-icon-double-left:after,.mx-icon-double-right:after{content:\'\' ; position : relative ; top : - 1 px ; display : inline - block ; width : 10 px ; height : 10 px ; vertical - align : middle ; border - style : solid ; border - color : currentColor ; border - width : 2 px 0 0 2 px ; border - radius : 1 px ; box - sizing : border - box ; transform - origin : center ; transform : rotate ( - 45 deg ) scale ( 0.7 ) } . mx - icon - double - left : after { left : - 4 px } . mx - icon - double - right : before { left : 4 px } . mx - icon - right : before , . mx - icon - double - right : before , . mx - icon - double - right : after { transform : rotate ( 135 deg ) scale ( 0.7 ) } . mx - btn { box - sizing : border - box ; line - height : 1 ; font - size : 14 px ; font - weight : 500 ; padding : 7 px 15 px ; margin : 0 ; cursor : pointer ; background - color : transparent ; outline : none ; border : 1 px solid rgba ( 0 , 0 , 0 , 0.1 ) ; border - radius : 4 px ; color : # 73879 c ; white - space : nowrap } . mx - btn : hover { border - color : # 1284e7 ; color : # 1284e7 } . mx - btn - text { border : 0 ; padding : 0 4 px ; text - align : left ; line - height : inherit } . mx - scrollbar { height : 100 % } . mx - scrollbar : hover . mx - scrollbar - track { opacity : 1 } . mx - scrollbar - wrap { height : 100 % ; overflow - x : hidden ; overflow - y : auto } . mx - scrollbar - track { position : absolute ; top : 2 px ; right : 2 px ; bottom : 2 px ; width : 6 px ; z - index : 1 ; border - radius : 4 px ; opacity : 0 ; transition : opacity 0.24 s ease - out } . mx - scrollbar - track . mx - scrollbar - thumb { position : absolute ; width : 100 % ; height : 0 ; cursor : pointer ; border - radius : inherit ; background - color : rgba ( 144 , 147 , 153 , 0.3 ) ; transition : background - color 0.3 s } . mx - zoom - in - down - enter - active , . mx - zoom - in - down - leave - active { opacity : 1 ; transform : scaleY ( 1 ) ; transition : transform 0.3 s cubic - bezier ( 0.23 , 1 , 0.32 , 1 ) , opacity 0.3 s cubic - bezier ( 0.23 , 1 , 0.32 , 1 ) ; transform - origin : center top } . mx - zoom - in - down - enter , . mx - zoom - in - down - leave - to { opacity : 0 ; transform : scaleY ( 0 ) } . mx - datepicker { position : relative ; display : inline - block ; width : 210 px } . mx - datepicker svg { width : 1 em ; height : 1 em ; vertical - align : - 0.15 em ; fill : currentColor ; overflow : hidden } . mx - datepicker - range { width : 320 px } . mx - datepicker - inline { width : auto } . mx - input - wrapper { position : relative } . mx - input - wrapper . mx - icon - clear { display : none } . mx - input - wrapper : hover . mx - icon - clear { display : block } . mx - input - wrapper : hover . mx - icon - clear + . mx - icon - calendar { display : none } . mx - input { display : inline - block ; box - sizing : border - box ; width : 100 % ; height : 34 px ; padding : 6 px 30 px ; padding - left : 10 px ; font - size : 14 px ; line - height : 1.4 ; color : # 555 ; background - color : # fff ; border : 1 px solid # ccc ; border - radius : 4 px ; box - shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) } . mx - input : hover , . mx -
2019-06-04 14:50:12 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 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/>.
*
* /
2020-03-10 21:46:25 +03:00
e . default = { data : function ( ) { return { isFullscreen : this . _isFullscreen ( ) } } , beforeMount : function ( ) { window . addEventListener ( "resize" , this . _onResize ) } , beforeDestroy : function ( ) { window . removeEventListener ( "resize" , this . _onResize ) } , methods : { _onResize : function ( ) { this . isFullscreen = this . _isFullscreen ( ) } , _isFullscreen : function ( ) { return window . outerHeight === screen . height } } } } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 15 ) , i = n ( 38 ) , o = n ( 51 ) , a = { name : "AppNavigationIconCollapsible" , props : { open : { type : Boolean , default : ! 0 } } , methods : { onClick : function ( t ) { this . $emit ( "click" , t ) } } } , s = ( n ( 204 ) , n ( 0 ) ) , c = Object ( s . a ) ( a , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "button" , { staticClass : "icon-collapse" , class : { "icon-collapse--rotated" : this . open } , on : { click : this . onClick } } ) } ) , [ ] , ! 1 , null , "39375008" , null ) . exports , l = n ( 112 ) , u = { name : "AppNavigationItem" , components : { Actions : i . a , ActionButton : o . a , AppNavigationIconCollapsible : c } , directives : { ClickOutside : r . directive } , mixins : [ l . default ] , props : { title : { type : String , required : ! 0 } , icon : { type : String , default : "" } , loading : { type : Boolean , default : ! 1 } , to : { type : [ String , Object ] , default : "" } , exact : { type : Boolean , default : ! 1 } , allowCollapse : { type : Boolean , default : ! 1 } , editable : { type : Boolean , default : ! 1 } , editLabel : { type : String , default : "" } , editPlaceholder : { type : String , default : "" } , pinned : { type : Boolean , default : ! 1 } , undo : { type : Boolean , default : ! 1 } , open : { type : Boolean , default : ! 1 } , menuOpen : { type : Boolean , default : ! 1 } , menuIcon : { type : String , default : void 0 } } , data : function ( ) { return { newTitle : "" , opened : this . open , menuOpened : this . menuOpen , editing : ! 1 } } , computed : { collapsible : function ( ) { return this . allowCollapse && ! ! this . $slots . default } , isIconShown : function ( ) { return ! this . collapsible || this . collapsible && ! this . isMobile } , canHaveChildren : function ( ) { return "AppNavigationItem" !== this . $parent . $options . _componentTag } , hasChildren : function ( ) { return ! ! this . $slots . default } , hasUtils : function ( ) { return ! this . editing && ! ! ( this . $slots . actions || this . $slots . counter || this . editable || this . undo ) } , navElement : function ( ) { return this . to ? { is : "router-link" , tag : "li" , to : this . to , exact : this . exact } : { is : "li" } } , isActive : function ( ) { return this . to && this . $route === this . to } } , watch : { open : function ( t ) { this . opened = t } , menuOpen : function ( t ) { this . menuOpened = t } } , methods : { onMenuToggle : function ( t ) { this . menuOpened = t , this . $emit ( "update:menuOpen" , t ) } , toggleCollapse : function ( ) { this . opened = ! this . opened , this . $emit ( "update:open" , this . opened ) } , onClick : function ( t ) { this . $emit ( "click" , t ) } , handleEdit : function ( ) { var t = this ; this . newTitle = this . title , this . editing = ! 0 , this . onMenuToggle ( ! 1 ) , this . $nextTick ( ( function ( ) { t . $refs . inputTitle . focus ( ) } ) ) } , cancelEdit : function ( ) { this . editing = ! 1 } , handleRename : function ( ) { this . $emit ( "update:title" , this . newTitle ) , this . newTitle = "" , this . editing = ! 1 } , handleUndo : function ( ) { this . $emit ( "undo" ) } } } , f = ( n ( 206 ) , n ( 127 ) ) , p = n . n ( f ) , d = Object ( s . a ) ( u , ( function ( ) { var t , e = this , n = e . $createElement , r = e . _self . _c || n ; return r ( "nav-element" , e . _b ( { staticClass : "app-navigation-entry" , class : { "app-navigation-entry--no-icon" : ! e . isIconShown , "app-navigation-entry--opened" : e . opened , "app-navigation-entry--pinned" : e . pinned , "app-navigation-entry--editing" : e . editing , "app-navigation-entry--deleted" : e . undo , "app-navigation-entry--collapsible" : e . collapsible , active : e . isActive } , attrs : { title : e . title } } , "nav-element" , e . navElement , ! 1 ) , [ e . undo || e . editing ? e . _e ( ) : r ( "a" , { staticClass : "app-navigation-entry-link" , attrs : { href : "#" } , on : { click : e . onClick } } , [ r ( "div" , { staticClass : "app-navigation-entry-icon" , class : ( t = { "icon-loading-small" : e . loading } , t [ e . icon ] = e . icon && e . isIconShown , t ) } , [ e . loading ? e . _e ( ) : e . _t ( "icon" ) ] , 2 ) , e . _v ( " " ) , r ( "span" , { staticClass : "app-navigation-entry__title" } , [ e . _v ( e . _s ( e . title ) ) ] ) ] ) , e . _v ( " " ) , e . collapsible ? r ( "AppNavigationIconCollapsible" , { attrs : { open : e . opened } , on : { click : function ( t ) { return t . preventDefault ( ) , t . stopPropagation ( ) , e . toggleCollapse ( t ) } } } ) : e . _e ( ) , e . _v ( " " ) , e . undo ? r ( "div" , { staticClass : "app-navigation-entry__deleted" } , [ r ( "div" , { staticClass : "app-navigation-entry__deleted-description" } , [ e . _v ( "\n\t\t\t" + e . _s ( e . title ) + "\n\t\t" ) ] ) ] ) : e . _e ( ) , e . _v ( " " ) , e . hasUtils ? r ( "div" , { staticClass : "app-navigation-entry__utils" } , [ e . _t ( "counter" ) , e
2019-06-04 14:50:12 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
* @ 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/>.
*
* /
2020-03-10 21:46:25 +03:00
e . default = h } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 52 ) , n ( 223 ) , n ( 32 ) , n ( 25 ) , n ( 3 ) , n ( 61 ) , n ( 62 ) ; var r = n ( 33 ) , i = n ( 110 ) , o = n ( 49 ) , a = n . n ( o ) , s = n ( 149 ) ; function c ( t , e , n , r , i , o , a ) { try { var s = t [ o ] ( a ) , c = s . value } catch ( t ) { return void n ( t ) } s . done ? e ( c ) : Promise . resolve ( c ) . then ( r , i ) }
2019-05-17 10:49:47 +03:00
/ * *
2020-03-10 21:46:25 +03:00
* @ copyright Copyright ( c ) 2019 Julius Härtl < jus @ bitgrid . net >
2019-05-17 10:49:47 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2019-05-17 10:49:47 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2019-06-04 14:50:12 +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/>.
*
2020-03-10 21:46:25 +03:00
* / v a r l = f u n c t i o n ( t ) { v a r e = f u n c t i o n t ( e ) { v a r n = { } ; i f ( 1 = = = e . n o d e T y p e ) { i f ( e . a t t r i b u t e s . l e n g t h > 0 ) { n [ " @ a t t r i b u t e s " ] = { } ; f o r ( v a r r = 0 ; r < e . a t t r i b u t e s . l e n g t h ; r + + ) { v a r i = e . a t t r i b u t e s . i t e m ( r ) ; n [ " @ a t t r i b u t e s " ] [ i . n o d e N a m e ] = i . n o d e V a l u e } } } e l s e 3 = = = e . n o d e T y p e & & ( n = e . n o d e V a l u e ) ; i f ( e . h a s C h i l d N o d e s ( ) ) f o r ( v a r o = 0 ; o < e . c h i l d N o d e s . l e n g t h ; o + + ) { v a r a = e . c h i l d N o d e s . i t e m ( o ) , s = a . n o d e N a m e ; i f ( v o i d 0 = = = n [ s ] ) n [ s ] = t ( a ) ; e l s e { i f ( v o i d 0 = = = n [ s ] . p u s h ) { v a r c = n [ s ] ; n [ s ] = [ ] , n [ s ] . p u s h ( c ) } n [ s ] . p u s h ( t ( a ) ) } } r e t u r n n } ( f u n c t i o n ( t ) { v a r e = n u l l ; t r y { e = ( n e w D O M P a r s e r ) . p a r s e F r o m S t r i n g ( t , " t e x t / x m l " ) } c a t c h ( t ) { c o n s o l e . e r r o r ( " F a i l e d t o p a r s e x m l d o c u m e n t " , t ) } r e t u r n e } ( t ) ) [ " d : m u l t i s t a t u s " ] [ " d : r e s p o n s e " ] , n = [ ] ; f o r ( v a r r i n e ) { v a r i = e [ r ] [ " d : p r o p s t a t " ] ; " H T T P / 1 . 1 2 0 0 O K " = = = i [ " d : s t a t u s " ] [ " # t e x t " ] & & n . p u s h ( { i d : p a r s e I n t ( i [ " d : p r o p " ] [ " o c : i d " ] [ " # t e x t " ] ) , d i s p l a y N a m e : i [ " d : p r o p " ] [ " o c : d i s p l a y - n a m e " ] [ " # t e x t " ] , c a n A s s i g n : " t r u e " = = = i [ " d : p r o p " ] [ " o c : c a n - a s s i g n " ] [ " # t e x t " ] , u s e r A s s i g n a b l e : " t r u e " = = = i [ " d : p r o p " ] [ " o c : u s e r - a s s i g n a b l e " ] [ " # t e x t " ] , u s e r V i s i b l e : " t r u e " = = = i [ " d : p r o p " ] [ " o c : u s e r - v i s i b l e " ] [ " # t e x t " ] } ) } r e t u r n n } , u = f u n c t i o n ( ) { v a r t , e = ( t = r e g e n e r a t o r R u n t i m e . m a r k ( ( f u n c t i o n t ( ) { v a r e ; r e t u r n r e g e n e r a t o r R u n t i m e . w r a p ( ( f u n c t i o n ( t ) { f o r ( ; ; ) s w i t c h ( t . p r e v = t . n e x t ) { c a s e 0 : i f ( ! w i n d o w . N e x t c l o u d V u e D o c s ) { t . n e x t = 2 ; b r e a k } r e t u r n t . a b r u p t ( " r e t u r n " , P r o m i s e . r e s o l v e ( l ( w i n d o w . N e x t c l o u d V u e D o c s . t a g s ) ) ) ; c a s e 2 : r e t u r n t . n e x t = 4 , a ( ) ( { m e t h o d : " P R O P F I N D " , u r l : O b j e c t ( s . g e n e r a t e R e m o t e U r l ) ( " d a v " ) + " / s y s t e m t a g s / " , d a t a : ' < ? x m l v e r s i o n = " 1 . 0 " ? > \ n \ t \ t \ t \ t \ t < d : p r o p f i n d x m l n s : d = " D A V : " x m l n s : o c = " h t t p : / / o w n c l o u d . o r g / n s " > \ n \ t \ t \ t \ t \ t < d : p r o p > \ n \ t \ t \ t \ t \ t \ t < o c : i d / > \ n \ t \ t \ t \ t \ t \ t < o c : d i s p l a y - n a m e / > \ n \ t \ t \ t \ t \ t \ t < o c : u s e r - v i s i b l e / > \ n \ t \ t \ t \ t \ t \ t < o c : u s e r - a s s i g n a b l e / > \ n \ t \ t \ t \ t \ t \ t < o c : c a n - a s s i g n / > \ n \ t \ t \ t \ t \ t < / d : p r o p > \ n \ t \ t \ t \ t \ t < / d : p r o p f i n d > ' } ) ; c a s e 4 : r e t u r n e = t . s e n t , t . a b r u p t ( " r e t u r n " , l ( e . d a t a ) ) ; c a s e 6 : c a s e " e n d " : r e t u r n t . s t o p ( ) } } ) , t ) } ) ) , f u n c t i o n ( ) { v a r e = t h i s , n = a r g u m e n t s ; r e t u r n n e w P r o m i s e ( ( f u n c t i o n ( r , i ) { v a r o = t . a p p l y ( e , n ) ; f u n c t i o n a ( t ) { c ( o , r , i , a , s , " n e x t " , t ) } f u n c t i o n s ( t ) { c ( o , r , i , a , s , " t h r o w " , t ) } a ( v o i d 0 ) } ) ) } ) ; r e t u r n f u n c t i o n ( ) { r e t u r n e . a p p l y ( t h i s , a r g u m e n t s ) } } ( ) , f = n ( 1 3 ) ; f u n c t i o n p ( t , e , n , r , i , o , a ) { t r y { v a r s = t [ o ] ( a ) , c = s . v a l u e } c a t c h ( t ) { r e t u r n v o i d n ( t ) } s . d o n e ? e ( c ) : P r o m i s e . r e s o l v e ( c ) . t h e n ( r , i ) } v a r d = { n a m e : " M u l t i s e l e c t T a g s " , c o m p o n e n t s : { M u l t i s e l e c t : i . M u l t i s e l e c t } , m i x i n s : [ r . a ] , p r o p s : { l a b e l : { t y p e : S t r i n g , d e f a u l t : O b j e c t ( f . c ) ( " S e l e c t a t a g " ) } , v a l u e : { t y p e : [ N u m b e r , A r r a y ] , r e q u i r e d : ! 0 } , d i s a b l e d : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , m u l t i p l e : { t y p e : B o o l e a n , d e f a u l t : ! 0 } } , d a t a : f u n c t i o n ( ) { r e t u r n { t a g s : [ ] } } , c o m p u t e d : { i n p u t V a l u e : f u n c t i o n ( ) { r e t u r n t h i s . g e t V a l u e O b j e c t ( ) } } , b e f o r e C r e a t e : f u n c t i o n ( ) { v a r t , e = t h i s ; r e t u r n ( t = r e g e n e r a t o r R u n t i m e . m a r k ( ( f u n c t i o n t ( ) { v a r n ; r e t u r n r e g e n e r a t o r R u n t i m e . w r a p ( ( f u n c t i o n ( t ) { f o r ( ; ; ) s w i t c h ( t . p r e v = t . n e x t ) { c a s e 0 : r e t u r n t . p r e v = 0 , t . n e x t = 3 , u ( ) ; c a s e 3 : n = t . s e n t , e . t a g s = n , t . n e x t = 1 0 ; b r e a k ; c a s e 7 : t . p r e v = 7 , t . t 0 = t . c a t c h ( 0 ) , c o n s o l e . e r r o r ( " L o a d i n g s y s t e m t a g s f a i l e d " , t . t 0 ) ; c a s e 1 0 : c a s e " e n d " : r e t u r n t . s t o p ( ) } } ) , t , n u l l , [ [ 0 , 7 ] ] ) } ) ) , f u n c t i o n ( ) { v a r e = t h i s , n = a r g u m e n t s ; r e t u r n n e w P r o m i s e ( ( f u n c t i o n ( r , i ) { v a r o = t . a p p l y ( e , n ) ; f u n c t i o n a ( t ) { p ( o , r , i , a , s , " n e x t " , t ) } f u n c t i o n s ( t ) { p ( o , r , i , a , s , " t h r o w " , t ) } a ( v o i d 0 ) } ) ) } ) ( ) } , m e t h o d s : { g e t V a l u e O b j e c t : f u n c t i o n ( ) { v a r t = t h i s ; r e t u r n 0 = = = t h i s . t a g s . l e n g t h ? [ ] : t h i s . m u l t i p l e ? t h i s . v a l u e . f i l t e r ( ( f u n c t i o n ( t ) { r e t u r n " " ! = = t } ) ) . m a p ( ( f u n c t i o n ( e ) { r e t u r n t . t a g s . f i n d ( ( f u n c t i o n ( t ) { r e t u r n t . i d = = = e } ) ) } ) ) : t h i s . t a g s . f i n d ( ( f u n c t i o n ( e ) { r e t u r n e . i d = = = t . v a l u e } ) ) } , u p d a t e : f u n c t i o n ( t ) { t h i s . m u l t i p l e ? t h i s . $ e m i t ( " i n p u t " , t . m a p ( ( f u n c t i o n ( t ) { r e t u r n t . i d } ) ) ) : n u l l = = = t ? t h i s . $ e m i t ( " i n p u t " , n u l l ) : t h i s . $ e m i t ( " i n p u t " , t . i d ) } , t a g L a b e l : f u n c t i o n ( t ) { v a r e = t . d i s p l a y N a m e , n = t . u s e r V i s i b l e , r = t . u s e r A s s i g n a b l e ; r e t u r n ! 1 = = = n ? O b j e c t ( f . c ) ( " { t a g } ( i n v i s i b l e ) " , { t a g : e } ) : ! 1 = = = r ? O b j e c t ( f . c ) ( " { t a g } ( r e s t r i c t e d ) " , { t a g : e } ) : e } } } , h = n ( 0 ) , v = n ( 1 3 0 ) , m = n . n ( v ) , g = O b j e c t ( h . a ) ( d , ( 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 ( " M u l t i s e l e c t " , { a t t r s : { v a l u e : t . i n p u t V a l u e , o p t i o n s : t . t a g s , " o p t i o n s - l i m i t " : 5 , p l a c e h o l d e r : t . l a b e l , " t r a c k - b y " : " i d " , " c u s t o m - l a b e l " : t . t a g L a b e l , m u l t i p l e : t . m u l t i p l e , " c l o s e - o n - s e l e c t " : t . m u l t i p l e , " t a g - w i d t h " : 6 0 , d i s a b l e d : t . d i s a b l e d } , o n : { i n p u t : t . u p d a t e } , s c o p e d S l o t s : t . _ u ( [ { k e y : " o p t i o n " , f n : f u n c t i o n ( e ) { r e t u r n [ t
2019-08-07 18:08:12 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 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
2020-03-10 21:46:25 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-08-07 18:08:12 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-01-16 02:03:29 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = b } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 37 ) , i = ( n ( 20 ) , n ( 25 ) , n ( 76 ) ) , o = n . n ( i ) , a = n ( 58 ) , s = n ( 84 ) , c = n ( 33 ) , l = n ( 13 ) , u = n ( 12 ) ;
2019-08-07 18:08:12 +03:00
/ * *
2020-03-10 21:46:25 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-08-07 18:08:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2019-08-07 18:08:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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/>.
*
2020-03-10 21:46:25 +03:00
* / f u n c t i o n f ( t , e ) { v a r n , r , i , o = e ; t h i s . s t a r t = f u n c t i o n ( ) { i = ! 0 , r = n e w D a t e , n = s e t T i m e o u t ( t , o ) } , t h i s . p a u s e = f u n c t i o n ( ) { i = ! 1 , c l e a r T i m e o u t ( n ) , o - = n e w D a t e - r } , t h i s . c l e a r = f u n c t i o n ( ) { i = ! 1 , c l e a r T i m e o u t ( n ) , o = 0 } , t h i s . g e t T i m e L e f t = f u n c t i o n ( ) { r e t u r n i & & ( t h i s . p a u s e ( ) , t h i s . s t a r t ( ) ) , o } , t h i s . g e t S t a t e R u n n i n g = f u n c t i o n ( ) { r e t u r n i } , t h i s . s t a r t ( ) } v a r p = { n a m e : " M o d a l " , c o m p o n e n t s : { A c t i o n s : a . d e f a u l t , A c t i o n B u t t o n : s . d e f a u l t } , d i r e c t i v e s : { t o o l t i p : u . d e f a u l t } , m i x i n s : [ c . a ] , p r o p s : { t i t l e : { t y p e : S t r i n g , d e f a u l t : " " } , h a s P r e v i o u s : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , h a s N e x t : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , o u t T r a n s i t i o n : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , e n a b l e S l i d e s h o w : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , c l e a r V i e w D e l a y : { t y p e : N u m b e r , d e f a u l t : 5 e 3 } , s l i d e s h o w D e l a y : { t y p e : N u m b e r , d e f a u l t : 3 e 3 } , s l i d e s h o w P a u s e d : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , e n a b l e S w i p e : { t y p e : B o o l e a n , d e f a u l t : ! 0 } , s p r e a d N a v i g a t i o n : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , s i z e : { t y p e : S t r i n g , d e f a u l t : " n o r m a l " , v a l i d a t o r : f u n c t i o n ( t ) { r e t u r n - 1 ! = = [ " n o r m a l " , " l a r g e " , " f u l l " ] . i n d e x O f ( t ) } } , c a n C l o s e : { t y p e : B o o l e a n , d e f a u l t : ! 0 } , d a r k : { t y p e : B o o l e a n , d e f a u l t : ! 1 } } , d a t a : f u n c t i o n ( ) { r e t u r n { m c : n u l l , s h o w M o d a l : ! 1 , c l e a r V i e w : ! 1 , c l e a r V i e w T i m e o u t : n u l l , p l a y i n g : ! 1 , s l i d e s h o w T i m e o u t : n u l l } } , c o m p u t e d : { m o d a l T r a n s i t i o n N a m e : f u n c t i o n ( ) { r e t u r n " m o d a l - " . c o n c a t ( t h i s . o u t T r a n s i t i o n ? " o u t " : " i n " ) } , p l a y P a u s e T i t l e : f u n c t i o n ( ) { r e t u r n t h i s . p l a y i n g ? O b j e c t ( l . d e f a u l t ) ( " P a u s e s l i d e s h o w " ) : O b j e c t ( l . d e f a u l t ) ( " S t a r t s l i d e s h o w " ) } } , w a t c h : { s l i d e s h o w P a u s e d : f u n c t i o n ( t ) { t h i s . s l i d e s h o w T i m e o u t & & ( t ? t h i s . s l i d e s h o w T i m e o u t . p a u s e ( ) : t h i s . s l i d e s h o w T i m e o u t . s t a r t ( ) ) } } , b e f o r e M o u n t : f u n c t i o n ( ) { w i n d o w . a d d E v e n t L i s t e n e r ( " k e y d o w n " , t h i s . h a n d l e K e y d o w n ) } , b e f o r e D e s t r o y : f u n c t i o n ( ) { w i n d o w . r e m o v e E v e n t L i s t e n e r ( " k e y d o w n " , t h i s . h a n d l e K e y d o w n ) } , m o u n t e d : f u n c t i o n ( ) { v a r t = t h i s ; t h i s . s h o w M o d a l = ! 0 , t h i s . h a n d l e M o u s e M o v e ( ) , t h i s . m c = n e w o . a ( t h i s . $ r e f s . m a s k ) , t h i s . m c . o n ( " s w i p e l e f t s w i p e r i g h t " , ( f u n c t i o n ( e ) { t . h a n d l e S w i p e ( e ) } ) ) , d o c u m e n t . b o d y . i n s e r t B e f o r e ( t h i s . $ e l , d o c u m e n t . b o d y . l a s t C h i l d ) } , u n m o u n t e d : f u n c t i o n ( ) { t h i s . m c . o f f ( " s w i p e l e f t s w i p e r i g h t " ) , t h i s . m c . d e s t r o y ( ) } , m e t h o d s : { p r e v i o u s : f u n c t i o n ( t ) { t h i s . h a s P r e v i o u s & & ( t & & t h i s . r e s e t S l i d e s h o w ( ) , t h i s . $ e m i t ( " p r e v i o u s " , t ) ) } , n e x t : f u n c t i o n ( t ) { t h i s . h a s N e x t & & ( t & & t h i s . r e s e t S l i d e s h o w ( ) , t h i s . $ e m i t ( " n e x t " , t ) ) } , c l o s e : f u n c t i o n ( t ) { v a r e = t h i s ; t h i s . c a n C l o s e & & ( t h i s . s h o w M o d a l = ! 1 , s e t T i m e o u t ( ( f u n c t i o n ( ) { e . $ e m i t ( " c l o s e " , t ) } ) , 3 0 0 ) ) } , h a n d l e K e y d o w n : f u n c t i o n ( t ) { s w i t c h ( t . k e y C o d e ) { c a s e 3 7 : t h i s . p r e v i o u s ( t ) ; b r e a k ; c a s e 1 3 : c a s e 3 9 : t h i s . n e x t ( t ) ; b r e a k ; c a s e 2 7 : t h i s . c l o s e ( t ) } } , h a n d l e S w i p e : f u n c t i o n ( t ) { t h i s . e n a b l e S w i p e & & ( " s w i p e l e f t " = = = t . t y p e ? t h i s . n e x t ( t ) : " s w i p e r i g h t " = = = t . t y p e & & t h i s . p r e v i o u s ( t ) ) } , h a n d l e M o u s e M o v e : f u n c t i o n ( ) { v a r t = t h i s ; t h i s . c l e a r V i e w D e l a y > 0 & & ( t h i s . c l e a r V i e w = ! 1 , c l e a r T i m e o u t ( t h i s . c l e a r V i e w T i m e o u t ) , t h i s . c l e a r V i e w T i m e o u t = s e t T i m e o u t ( ( f u n c t i o n ( ) { t . c l e a r V i e w = ! 0 } ) , t h i s . c l e a r V i e w D e l a y ) ) } , t o g g l e P l a y P a u s e : f u n c t i o n ( ) { t h i s . p l a y i n g = ! t h i s . p l a y i n g , t h i s . p l a y i n g ? t h i s . h a n d l e S l i d e s h o w ( ) : t h i s . c l e a r S l i d e s h o w T i m e o u t ( ) } , r e s e t S l i d e s h o w : f u n c t i o n ( ) { t h i s . p l a y i n g = ! t h i s . p l a y i n g , t h i s . c l e a r S l i d e s h o w T i m e o u t ( ) , t h i s . $ n e x t T i c k ( ( f u n c t i o n ( ) { t h i s . t o g g l e P l a y P a u s e ( ) } ) ) } , h a n d l e S l i d e s h o w : f u n c t i o n ( ) { v a r t = t h i s ; t h i s . p l a y i n g = ! 0 , t h i s . h a s N e x t ? t h i s . s l i d e s h o w T i m e o u t = n e w f ( ( f u n c t i o n ( ) { t . n e x t ( ) , t . h a n d l e S l i d e s h o w ( ) } ) , t h i s . s l i d e s h o w D e l a y ) : ( t h i s . p l a y i n g = ! 1 , t h i s . c l e a r S l i d e s h o w T i m e o u t ( ) ) } , c l e a r S l i d e s h o w T i m e o u t : f u n c t i o n ( ) { t h i s . s l i d e s h o w T i m e o u t & & t h i s . s l i d e s h o w T i m e o u t . c l e a r ( ) } } } , d = ( n ( 2 2 1 ) , n ( 0 ) ) , h = n ( 1 2 9 ) , v = n . n ( h ) , m = O b j e c t ( d . a ) ( p , ( 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 ( " t r a n s i t i o n " , { a t t r s : { n a m e : " f a d e " } } , [ n ( " d i v " , { r e f : " m a s k " , s t a t i c C l a s s : " m o d a l - m a s k " , c l a s s : { " m o d a l - m a s k - - d a r k " : t . d a r k } , o n : { c l i c k : t . h a n d l e M o u s e M o v e , m o u s e m o v e : t . h a n d l e M o u s e M o v e , t o u c h m o v e : t . h a n d l e M o u s e M o v e } } , [ n ( " t r a n s i t i o n " , { a t t r s : { n a m e : " f a d e - v i s i b i l i t y " } } , [ n ( " d i v " , { d i r e c t i v e s : [ { n a m e : " s h o w " , r a w N a m e : " v - s h o w " , v a l u e : ! t . c l e a r V i e w , e x p r e s s i o n : " ! c l e a r V i e w " } ] , s t a t i c C l a s s : " m o d a l - h e a d e r " , c l a s s : { i n v i s i b l e : t . c l e a r V i e w } } , [ " " ! = = t . t i t l e . t r i m ( ) ? n ( " d i v " , { s t a t i c C l a s s : " m o d a l - t i t l e " } , [ t . _ v ( " \ n \ t \ t \ t \ t \ t " + t . _ s ( t . t i t l e ) + " \ n \ t \ t \ t \ t " ) ] ) : t . _ e ( ) , t . _ v ( " " ) , n ( " d i v " , { s t a t i c C l a s s : " i c o n s - m e n u " } , [ t . h a s N e x t & & t . e n a b l e S l i d e s h o w ? n ( " b u t t o n " , { d i r e c t i v e s : [ { n a m e : " t o o l t i p " , r a w N a m e : " v - t o o l t i p . a u t o " , v a l u e : t . p l a y P a u s e T i t l e , e x p r e s s i o n : " p l a y P a u s e T i t l e " , m o d i f i e r s : { a u t o : ! 0 } } ] , s t a t i c C l a s
2020-01-16 02:03:29 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 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
2020-03-10 21:46:25 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2020-01-16 02:03:29 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-08-07 18:08:12 +03:00
* /
2020-03-10 21:46:25 +03:00
Object ( r . a ) ( g ) , e . default = g } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 20 ) , n ( 16 ) , n ( 3 ) , n ( 17 ) , n ( 24 ) , n ( 18 ) , n ( 23 ) ; var r = n ( 14 ) , i = n ( 22 ) , o = { name : "ActionInput" , components : { DatetimePicker : n ( 111 ) . default } , mixins : [ r . a ] , props : { id : { type : String , default : function ( ) { return "action-" + Object ( i . a ) ( ) } , validator : function ( t ) { return "" !== t . trim ( ) } } , icon : { type : String , default : "" , required : ! 0 } , type : { type : String , default : "text" , validator : function ( t ) { return [ "date" , "datetime-local" , "month" , "number" , "password" , "search" , "tel" , "text" , "time" , "url" , "week" ] . indexOf ( t ) > - 1 } } , value : { type : String , default : "" } , disabled : { type : Boolean , default : ! 1 } } , computed : { isIconUrl : function ( ) { try { return new URL ( this . icon ) } catch ( t ) { return ! 1 } } , isDatePickerType : function ( ) { switch ( this . type ) { case "date" : case "month" : case "time" : return this . type ; case "datetime-local" : return "datetime" } return ! 1 } , isFocusable : function ( ) { return ! this . disabled } } , methods : { onLeave : function ( ) { this . $refs . datetimepicker && this . $refs . datetimepicker . $refs . datepicker && this . $refs . datetimepicker . $refs . datepicker . closePopup ( ) } , onInput : function ( t ) { this . $emit ( "input" , t ) , this . $emit ( "update:value" , t . target ? t . target . value : t ) } , onSubmit : function ( t ) { if ( t . preventDefault ( ) , t . stopPropagation ( ) , this . disabled ) return ! 1 ; this . $emit ( "submit" , t ) } , onChange : function ( t ) { this . $emit ( "change" , t ) } } } , a = ( n ( 180 ) , n ( 0 ) ) , s = n ( 121 ) , c = n . n ( s ) , l = Object ( a . a ) ( o , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { class : { "action--disabled" : t . disabled } } , [ n ( "span" , { staticClass : "action-input" , class : { "action-input--picker" : t . isDatePickerType , "action-input-picker--disabled" : t . disabled } , on : { mouseleave : t . onLeave } } , [ n ( "span" , { staticClass : "action-input__icon" , class : [ t . isIconUrl ? "action-input__icon--url" : t . icon ] , style : { backgroundImage : t . isIconUrl ? "url(" + t . icon + ")" : null } } ) , t . _v ( " " ) , n ( "form" , { ref : "form" , staticClass : "action-input__form" , attrs : { disabled : t . disabled } , on : { submit : function ( e ) { return e . preventDefault ( ) , t . onSubmit ( e ) } } } , [ t . isDatePickerType ? n ( "DatetimePicker" , t . _b ( { ref : "datetimepicker" , staticClass : "action-input__picker" , attrs : { value : t . value , placeholder : t . text , disabled : t . disabled , type : t . isDatePickerType , "input-class" : [ "mx-input" , { focusable : t . isFocusable } ] } , on : { input : t . onInput , change : t . onChange } } , "DatetimePicker" , t . $attrs , ! 1 ) ) : [ n ( "input" , { staticClass : "action-input__submit" , attrs : { id : t . id , type : "submit" } } ) , t . _v ( " " ) , n ( "input" , t . _b ( { staticClass : "action-input__input" , class : { focusable : t . isFocusable } , attrs : { type : t . type , placeholder : t . text , disabled : t . disabled } , domProps : { value : t . value } , on : { input : t . onInput , change : t . onChange } } , "input" , t . $attrs , ! 1 ) ) , t . _v ( " " ) , n ( "label" , { directives : [ { name : "show" , rawName : "v-show" , value : ! t . disabled , expression : "!disabled" } ] , staticClass : "action-input__label" , attrs : { for : t . id } } ) ] ] , 2 ) ] ) ] ) } ) , [ ] , ! 1 , null , "e093ae26" , null ) ; "function" == typeof c . a && c ( ) ( l ) ; var u = l . exports ; n . d ( e , "ActionInput" , ( function ( ) { return u } ) ) ,
2019-10-13 19:26:09 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 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/>.
*
* /
2020-03-10 21:46:25 +03:00
e . default = u } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 134 ) ; var r = { name : "AppNavigationIconBullet" , props : { color : { type : String , required : ! 0 , validator : function ( t ) { return /^#?([0-9A-F]{3}){1,2}$/i . test ( t ) } } } , computed : { formattedColor : function ( ) { return this . color . startsWith ( "#" ) ? this . color : "#" + this . color } } , methods : { onClick : function ( t ) { this . $emit ( "click" , t ) } } } , i = ( n ( 202 ) , n ( 0 ) ) , o = n ( 126 ) , a = n . n ( o ) , s = Object ( i . a ) ( r , ( function ( ) { var t = this . $createElement , e = this . _self . _c || t ; return e ( "div" , { staticClass : "app-navigation-entry__icon-bullet" , on : { click : this . onClick } } , [ e ( "div" , { style : { backgroundColor : this . formattedColor } } ) ] ) } ) , [ ] , ! 1 , null , "03654f22" , null ) ; "function" == typeof a . a && a ( ) ( s ) ; var c = s . exports ; n . d ( e , "AppNavigationIconBullet" , ( function ( ) { return c } ) ) ,
2019-08-07 18:08:12 +03:00
/ * *
2020-03-10 21:46:25 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-08-07 18:08:12 +03:00
*
* @ 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
2020-03-10 21:46:25 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-08-07 18:08:12 +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/>.
*
* /
2020-03-10 21:46:25 +03:00
e . default = c } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 25 ) ; var r = { name : "AppSidebarTab" , props : { id : { type : String , required : ! 0 } , name : { type : String , required : ! 0 } , icon : { type : String , required : ! 0 } , order : { type : Number , default : 0 } } , computed : { isActive : function ( ) { return this . $parent . activeTab === this . id } } } , i = ( n ( 219 ) , n ( 0 ) ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "section" , { directives : [ { name : "show" , rawName : "v-show" , value : this . isActive , expression : "isActive" } ] , attrs : { id : "tab-" + this . id , "aria-hidden" : ! this . isActive , "aria-labelledby" : this . name , tabindex : "0" , role : "tabpanel" } } , [ this . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , "02f177dc" , null ) . exports ; n . d ( e , "AppSidebarTab" , ( function ( ) { return o } ) ) ,
2019-06-04 14:50:12 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 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
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = o } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 25 ) , n ( 24 ) ; var r = n ( 14 ) , i = n ( 22 ) , o = { name : "ActionCheckbox" , mixins : [ r . a ] , props : { id : { type : String , default : function ( ) { return "action-" + Object ( i . a ) ( ) } , validator : function ( t ) { return "" !== t . trim ( ) } } , checked : { type : Boolean , default : ! 1 } , value : { type : [ String , Number ] , default : "" } , disabled : { type : Boolean , default : ! 1 } } , computed : { isFocusable : function ( ) { return ! this . disabled } } , methods : { checkInput : function ( t ) { this . $refs . label . click ( ) } , onChange : function ( t ) { this . $emit ( "update:checked" , this . $refs . checkbox . checked ) , this . $emit ( "change" , t ) , this . $refs . checkbox . checked ? this . $emit ( "check" ) : this . $emit ( "uncheck" ) } } } , a = ( n ( 178 ) , n ( 0 ) ) , s = n ( 120 ) , c = n . n ( s ) , l = Object ( a . a ) ( o , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { class : { "action--disabled" : t . disabled } } , [ n ( "span" , { staticClass : "action-checkbox" } , [ n ( "input" , { ref : "checkbox" , staticClass : "checkbox action-checkbox__checkbox" , class : { focusable : t . isFocusable } , attrs : { id : t . id , disabled : t . disabled , type : "checkbox" } , domProps : { checked : t . checked , value : t . value } , on : { keydown : function ( e ) { return ! e . type . indexOf ( "key" ) && t . _k ( e . keyCode , "enter" , 13 , e . key , "Enter" ) || e . ctrlKey || e . shiftKey || e . altKey || e . metaKey ? null : ( e . preventDefault ( ) , t . checkInput ( e ) ) } , change : t . onChange } } ) , t . _v ( " " ) , n ( "label" , { ref : "label" , staticClass : "action-checkbox__label" , attrs : { for : t . id } } , [ t . _v ( t . _s ( t . text ) ) ] ) , t . _v ( " " ) , t . _e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , null , "e8e451cc" , null ) ; "function" == typeof c . a && c ( ) ( l ) ; var u = l . exports ; n . d ( e , "ActionCheckbox" , ( function ( ) { return u } ) ) ,
2019-06-04 14:50:12 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 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/>.
*
* /
2020-03-10 21:46:25 +03:00
e . default = u } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 52 ) , n ( 214 ) , n ( 20 ) , n ( 6 ) , n ( 24 ) ; var r = n ( 5 ) , i = n . n ( r ) , o = n ( 58 ) , a = n ( 103 ) , s = n ( 33 ) , c = function ( t ) { return t && "string" == typeof t && "" !== t . trim ( ) && - 1 === t . indexOf ( " " ) } , l = { name : "AppSidebar" , components : { Actions : o . default } , directives : { focus : a . default } , mixins : [ s . a ] , props : { active : { type : String , default : "" } , title : { type : String , default : "" , required : ! 0 } , titleEditable : { type : Boolean , default : ! 1 } , titlePlaceholder : { type : String , default : "" } , subtitle : { type : String , default : "" } , background : { type : String , default : "" } , starred : { type : Boolean , default : null } , starLoading : { type : Boolean , default : ! 1 } , compact : { type : Boolean , default : ! 1 } , forceMenu : { type : Boolean , default : ! 1 } } , data : function ( ) { return { tabs : [ ] , activeTab : "" , isStarred : this . starred , children : [ ] } } , computed : { canStar : function ( ) { return null !== this . isStarred } , hasFigure : function ( ) { return this . $slots . header || this . background } , hasMultipleTabs : function ( ) { return this . tabs . length > 1 } , hasFigureClickListener : function ( ) { return this . $listeners [ "figure-click" ] } , currentTabIndex : function ( ) { var t = this ; return this . tabs . findIndex ( ( function ( e ) { return e . id === t . activeTab } ) ) } } , watch : { active : function ( t ) { t !== this . activeTab && this . updateActive ( ) } , starred : function ( ) { this . isStarred = this . starred } , children : function ( ) { this . updateTabs ( ) } } , mounted : function ( ) { this . updateTabs ( ) , this . children = this . $children } , methods : { closeSidebar : function ( t ) { this . $emit ( "close" , t ) } , onFigureClick : function ( t ) { this . $emit ( "figure-click" , t ) } , setActive : function ( t ) { var e = t . target . closest ( "a" ) . dataset . id ; this . activeTab = e , this . $emit ( "update:active" , e ) } , focusPreviousTab : function ( ) { this . currentTabIndex > 0 && ( this . activeTab = this . tabs [ this . currentTabIndex - 1 ] . id , this . $emit ( "update:active" , this . activeTab ) ) , this . focusActiveTab ( ) } , focusNextTab : function ( ) { this . currentTabIndex < this . tabs . length - 1 && ( this . activeTab = this . tabs [ this . currentTabIndex + 1 ] . id , this . $emit ( "update:active" , this . activeTab ) ) , this . focusActiveTab ( ) } , focusFirstTab : function ( ) { this . activeTab = this . tabs [ 0 ] . id , this . $emit ( "update:active" , this . activeTab ) , this . focusActiveTab ( ) } , focusLastTab : function ( ) { this . activeTab = this . tabs [ this . tabs . length - 1 ] . id , this . $emit ( "update:active" , this . activeTab ) , this . focusActiveTab ( ) } , focusActiveTab : function ( ) { this . $el . querySelector ( "#" + this . activeTab ) . focus ( ) } , focusActiveTabContent : function ( ) { this . $el . querySelector ( "#tab-" + this . activeTab ) . focus ( ) } , updateActive : function ( ) { var t = this ; this . activeTab = this . active && - 1 !== this . tabs . findIndex ( ( function ( e ) { return e . id === t . active } ) ) ? this . active : this . tabs . length > 0 ? this . tabs [ 0 ] . id : "" } , toggleStarred : function ( ) { this . isStarred = ! this . isStarred , this . $emit ( "update:starred" , this . isStarred ) } , updateTabs : function ( ) { var t = this . $children . filter ( ( function ( t ) { return t . name && "string" == typeof t . name && c ( t . id ) && c ( t . icon ) } ) ) ; 0 !== t . length && t . length !== this . $children . length && i . a . util . warn ( "Mixing tabs and non-tab-content is not possible." ) , this . tabs = t . sort ( ( function ( t , e ) { var n = t . order || 0 , r = e . order || 0 ; return n === r ? OC . Util . naturalSortCompare ( t . name , e . name ) : n - r } ) ) , this . tabs . length > 0 && this . updateActive ( ) } , onTitleInput : function ( t ) { this . $emit ( "input-title" , t ) , this . $emit ( "update:title" , t . target . value ) } , onSubmitTitle : function ( t ) { this . $emit ( "submit-title" , t ) } , onDismissEditing : function ( ) { this . $emit ( "dismiss-editing" ) } } } , u = ( n ( 215 ) , n ( 217 ) , n ( 0 ) ) , f = n ( 128 ) , p = n . n ( f ) , d = Object ( u . a ) ( l , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "transition" , { attrs : { name : "slide-right" } } , [ n ( "aside" , { attrs : { id : "app-sidebar" } } , [ n ( "header" , { staticClass : "app-sidebar-header" , class : { "app-sidebar-header--with-figure" : t . hasFigure , "app-sidebar-header--compact" : t . compact } } , [ n ( "a" , { staticClass : "app-sidebar__close icon-close" , attrs : { href : "#" , title : t . t ( "close" ) } , on : { click : function ( e ) { return e . preventDefault ( ) , t . closeSidebar ( e ) } } } ) , t . _v ( " " ) , t . hasFigure ? n ( "div" , { staticClass : "app-sidebar-header__figure" , class : { "app-sidebar-header__figure--with-action" : t . hasFigureClickListener } , style : { backgroundImage : "url(" + t . background + ")" } , on : { click : t . onFigureClick } } , [ t . _t ( "header" ) ] , 2 ) : t . _e ( ) , t . _v ( " " ) , n ( "div" , { staticClass : "app-sidebar-header__desc" , class : { " app - sidebar - header _ _desc -- with - st
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2019-05-17 10:49:47 +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
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = h } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = ( n ( 212 ) , n ( 0 ) ) , i = Object ( r . a ) ( { name : "AppNavigationSpacer" } , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "li" , { staticClass : "app-navigation-spacer" } ) } ) , [ ] , ! 1 , null , "1c49eb12" , null ) . exports ; n . d ( e , "AppNavigationSpacer" , ( function ( ) { return i } ) ) ,
2020-01-16 02:03:29 +03:00
/ * *
2020-03-10 21:46:25 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2020-01-16 02:03:29 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2020-01-16 02:03:29 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-01-16 02:03:29 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = i } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 15 ) , i = n ( 13 ) , o = { directives : { ClickOutside : r . directive } , props : { title : { type : String , required : ! 1 , default : Object ( i . c ) ( "Settings" ) } } , data : function ( ) { return { open : ! 1 } } , methods : { toggleMenu : function ( ) { this . open = ! this . open } , closeMenu : function ( ) { this . open = ! 1 } } } , a = ( n ( 210 ) , n ( 0 ) ) , s = Object ( a . a ) ( o , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "div" , { directives : [ { name : "click-outside" , rawName : "v-click-outside" , value : t . closeMenu , expression : "closeMenu" } ] , class : { open : t . open } , attrs : { id : "app-settings" } } , [ n ( "div" , { attrs : { id : "app-settings-header" } } , [ n ( "button" , { staticClass : "settings-button" , on : { click : t . toggleMenu } } , [ t . _v ( "\n\t\t\t" + t . _s ( t . title ) + "\n\t\t" ) ] ) ] ) , t . _v ( " " ) , n ( "transition" , { attrs : { name : "slide-up" } } , [ n ( "div" , { directives : [ { name : "show" , rawName : "v-show" , value : t . open , expression : "open" } ] , attrs : { id : "app-settings-content" } } , [ t . _t ( "default" ) ] , 2 ) ] ) ] , 1 ) } ) , [ ] , ! 1 , null , "389e5e66" , null ) . exports ; n . d ( e , "AppNavigationSettings" , ( function ( ) { return s } ) ) ,
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = s } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { props : { buttonId : { type : String , required : ! 1 , default : "" } , buttonClass : { type : [ String , Array , Object ] , required : ! 1 , default : "" } , disabled : { type : Boolean , required : ! 1 , default : ! 1 } , text : { type : String , required : ! 0 } } } , i = ( n ( 208 ) , n ( 0 ) ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "div" , { staticClass : "app-navigation-new" } , [ n ( "button" , { class : t . buttonClass , attrs : { id : t . buttonId , type : "button" , disabled : t . disabled } , on : { click : function ( e ) { return t . $emit ( "click" ) } } } , [ t . _v ( "\n\t\t" + t . _s ( t . text ) + "\n\t" ) ] ) ] ) } ) , [ ] , ! 1 , null , "15885669" , null ) . exports ; n . d ( e , "AppNavigationNew" , ( function ( ) { return o } ) ) ,
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = o } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { props : { appName : { type : String , required : ! 0 } } } , i = n ( 0 ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "div" , { class : "app-" + this . appName , attrs : { id : "content" } } , [ this . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , null , null ) . exports ; n . d ( e , "Content" , ( function ( ) { return o } ) ) ,
2019-06-04 14:50:12 +03:00
/ *
2020-03-10 21:46:25 +03:00
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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/>.
* /
2020-03-10 21:46:25 +03:00
e . default = o } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 32 ) , n ( 3 ) , n ( 21 ) ; var r = n ( 150 ) , i = n ( 45 ) , o = n ( 33 ) , a = n ( 59 ) , s = { name : "ColorPicker" , components : { Chrome : r . Chrome , Popover : a . default } , mixins : [ o . a ] , props : { value : { type : String , required : ! 0 } } , data : function ( ) { var t = this ; return { currentColor : this . value , advanced : ! 1 , palette : Object ( i . a ) ( 4 ) . map ( ( function ( e ) { return "#" + t . rgbToHex ( e . r ) + t . rgbToHex ( e . g ) + t . rgbToHex ( e . b ) } ) ) , open : ! 0 } } , watch : { value : function ( t ) { this . currentColor = t } } , methods : { handleConfirm : function ( ) { this . $emit ( "close" ) , this . $emit ( "submit" , this . currentColor ) , this . advanced = ! 1 } , handleBack : function ( ) { this . advanced = ! 1 } , handleMoreSettings : function ( ) { this . advanced = ! 0 } , pickColor : function ( t ) { "string" != typeof t && ( t = this . currentColor . hex ) , this . currentColor = t , this . $emit ( "close" ) , this . $emit ( "update:value" , t ) , this . $emit ( "input" , t ) } , rgbToHex : function ( t ) { var e = t . toString ( 16 ) ; return 1 === e . length ? "0" + e : e } } } , c = ( n ( 224 ) , n ( 0 ) ) , l = n ( 131 ) , u = n . n ( l ) , f = Object ( c . a ) ( s , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "Popover" , t . _g ( t . _b ( { scopedSlots : t . _u ( [ { key : "trigger" , fn : function ( ) { return [ t . _t ( "default" ) ] } , proxy : ! 0 } ] , null , ! 0 ) } , "Popover" , t . $attrs , ! 1 ) , t . $listeners ) , [ t . _v ( " " ) , n ( "div" , { staticClass : "color-picker" } , [ n ( "transition" , { attrs : { name : "slide" , mode : "out-in" } } , [ t . advanced ? t . _e ( ) : n ( "div" , { staticClass : "color-picker-simple" } , t . _l ( t . palette , ( function ( e , r ) { return n ( "button" , { key : r , staticClass : "color-picker-simple-color-circle" , class : { "color-picker-simple-color-circle--active" : e === t . currentColor } , style : { "background-color" : e } , on : { click : function ( n ) { return t . pickColor ( e ) } } } ) } ) ) , 0 ) , t . _v ( " " ) , t . advanced ? n ( "Chrome" , { staticClass : "color-picker-advanced" , attrs : { "disable-alpha" : ! 0 , "disable-fields" : ! 0 } , on : { input : t . pickColor } , model : { value : t . currentColor , callback : function ( e ) { t . currentColor = e } , expression : "currentColor" } } ) : t . _e ( ) ] , 1 ) , t . _v ( " " ) , n ( "div" , { staticClass : "color-picker-navigation" } , [ t . advanced ? n ( "button" , { staticClass : "color-picker-navigation-button back" , on : { click : t . handleBack } } ) : t . _e ( ) , t . _v ( " " ) , t . advanced ? t . _e ( ) : n ( "button" , { staticClass : "color-picker-navigation-button more-settings" , on : { click : t . handleMoreSettings } } ) , t . _v ( " " ) , t . advanced ? n ( "button" , { staticClass : "color-picker-navigation-button confirm" , on : { click : t . handleConfirm } } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . t ( "Choose" ) ) + "\n\t\t\t" ) ] ) : t . _e ( ) ] ) ] , 1 ) ] ) } ) , [ ] , ! 1 , null , "74d3e40c" , null ) ; "function" == typeof u . a && u ( ) ( f ) ; var p = f . exports ; n . d ( e , "ColorPicker" , ( function ( ) { return p } ) ) ,
/ * *
* @ copyright Copyright ( c ) 2019 Marco Ambrosini < marcoambrosini @ pm . me >
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author Marco Ambrosini < marcoambrosini @ pm . me >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = p } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 16 ) , n ( 3 ) , n ( 17 ) , n ( 18 ) , n ( 23 ) ; var r = n ( 59 ) , i = n ( 50 ) , o = { name : "UserBubble" , components : { Popover : r . Popover , Avatar : i . Avatar } , props : { avatarImage : { type : String , default : "" } , user : { type : String , default : "" } , displayName : { type : String , required : ! 0 } , url : { type : String , default : "" } , open : { type : Boolean , default : ! 1 } , primary : { type : Boolean , default : ! 1 } } , computed : { isUserAvatar : function ( ) { return ! this . avatarImage } , isIconUrl : function ( ) { try { return new URL ( this . avatarImage ) , ! 0 } catch ( t ) { return ! 1 } } , componentType : function ( ) { return this . url ? "div" : "a" } , linkOrNot : function ( ) { return "" !== this . url ? { is : "a" , href : this . url } : { is : "div" } } , popoverEmpty : function ( ) { return void 0 === this . $slots . default } } , methods : { onOpenChange : function ( t ) { this . $emit ( "update:open" , t ) } } } , a = ( n ( 226 ) , n ( 0 ) ) , s = n ( 132 ) , c = n . n ( s ) , l = Object ( a . a ) ( o , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "Popover" , { staticClass : "user-bubble-popover" , attrs : { trigger : "hover focus" , open : t . open , disabled : t . popoverEmpty } , on : { "update:open" : t . onOpenChange } } , [ n ( "div" , t . _b ( { staticClass : "user-bubble" , class : t . primary ? "user-bubble-primary" : "" , attrs : { slot : "trigger" } , slot : "trigger" } , "div" , t . linkOrNot , ! 1 ) , [ n ( "Avatar" , { staticClass : "avatar" , attrs : { url : ! t . isUserAvatar && t . isIconUrl ? t . avatarImage : void 0 , "icon-class" : t . isUserAvatar || t . isIconUrl ? void 0 : t . avatarImage , user : t . isUserAvatar ? t . user : void 0 , "display-name" : t . isUserAvatar ? t . displayName : void 0 , size : 16 , "disable-tooltip" : ! 0 , "disable-menu" : ! 0 } } ) , t . _v ( " " ) , n ( "h6" , { staticClass : "user" } , [ t . _v ( "\n\t\t\t" + t . _s ( t . displayName ? t . displayName : t . user ) + "\n\t\t" ) ] ) ] , 1 ) , t . _v ( " " ) , t . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , "67f6fb81" , null ) ; "function" == typeof c . a && c ( ) ( l ) ; var u = l . exports ; n . d ( e , "UserBubble" , ( function ( ) { return u } ) ) ,
/ * *
* @ copyright Copyright ( c ) 2019 Marco Ambrosini < marcoambrosini @ pm . me >
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author Marco Ambrosini < marcoambrosini @ pm . me >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2020-03-10 21:46:25 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-06-04 14:50:12 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = u } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "AppNavigationCounter" , props : { highlighted : { type : Boolean , default : ! 1 } } } , i = ( n ( 200 ) , n ( 0 ) ) , o = n ( 125 ) , a = n . n ( o ) , s = Object ( i . a ) ( r , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "div" , { staticClass : "app-navigation-entry__counter" , class : { "app-navigation-entry__counter--highlighted" : this . highlighted } } , [ this . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , "c278d69a" , null ) ; "function" == typeof a . a && a ( ) ( s ) ; var c = s . exports ; n . d ( e , "AppNavigationCounter" , ( function ( ) { return c } ) ) ,
2019-06-04 14:50:12 +03:00
/ * *
2020-03-10 21:46:25 +03:00
* @ copyright Copyright ( c ) 2019 Marco Ambrosini < marcoambrosini @ pm . me >
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author Marco Ambrosini < marcoambrosini @ pm . me >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2020-03-10 21:46:25 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-06-04 14:50:12 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = c } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "AppNavigationCaption" , props : { title : { type : String , required : ! 0 } } } , i = ( n ( 198 ) , n ( 0 ) ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "li" , { staticClass : "app-navigation-caption" } , [ this . _v ( "\n\t" + this . _s ( this . title ) + "\n" ) ] ) } ) , [ ] , ! 1 , null , "779383f0" , null ) . exports ; n . d ( e , "AppNavigationCaption" , ( function ( ) { return o } ) ) , e . default = o } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = ( n ( 196 ) , n ( 0 ) ) , i = Object ( r . a ) ( { name : "AppNavigation" } , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "div" , { staticClass : "vue" , attrs : { id : "app-navigation" } } , [ this . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , "104b2b10" , null ) . exports ; n . d ( e , "AppNavigation" , ( function ( ) { return i } ) ) ,
2020-01-16 02:03:29 +03:00
/ * *
2020-03-10 21:46:25 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2020-01-16 02:03:29 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2020-01-16 02:03:29 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2020-03-10 21:46:25 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2020-01-16 02:03:29 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-01-16 02:03:29 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = i } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "AppContentList" , props : { selection : { type : Boolean , default : ! 1 } , showDetails : { type : Boolean , default : ! 1 } } } , i = n ( 0 ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "div" , { staticClass : "app-content-list" , class : { selection : this . selection , showdetails : this . showDetails } } , [ this . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , null , null ) . exports ; n . d ( e , "AppContentList" , ( function ( ) { return o } ) ) ,
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2020-03-10 21:46:25 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-06-04 14:50:12 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = o } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 0 ) , i = Object ( r . a ) ( { name : "AppContentDetails" } , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "div" , { staticClass : "app-content-details" } , [ this . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , null , null ) . exports ; n . d ( e , "AppContentDetails" , ( function ( ) { return i } ) ) ,
2019-06-04 14:50:12 +03:00
/ *
2020-03-10 21:46:25 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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/>.
* /
2020-03-10 21:46:25 +03:00
e . default = i } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 76 ) , i = n . n ( r ) , o = { name : "AppContent" , components : { AppNavigationToggle : n ( 119 ) . default } , data : function ( ) { return { opened : ! 1 } } , mounted : function ( ) { var t = this ; this . mc = new i . a ( this . $el , { cssProps : { userSelect : "text" } } ) , this . mc . on ( "swipeleft swiperight" , ( function ( e ) { t . handleSwipe ( e ) } ) ) } , unmounted : function ( ) { this . mc . off ( "swipeleft swiperight" ) , this . mc . destroy ( ) } , methods : { toggleNavigation : function ( t ) { this . opened = t || ! this . opened , this . opened ? document . body . classList . add ( "nav-open" ) : document . body . classList . remove ( "nav-open" ) } , handleSwipe : function ( t ) { var e = t . srcEvent . pageX - t . deltaX , n = Math . abs ( t . deltaX ) > 70 ; n && e < 40 ? this . toggleNavigation ( ! 0 ) : this . opened && n && e < 340 && this . toggleNavigation ( ! 1 ) } } } , a = ( n ( 194 ) , n ( 0 ) ) , s = Object ( a . a ) ( o , ( function ( ) { var t = this . $createElement , e = this . _self . _c || t ; return e ( "div" , { staticClass : "no-snapper" , style : this . opened ? "transform: translateX(300px)" : "" , attrs : { id : "app-content" } } , [ e ( "AppNavigationToggle" , { attrs : { "aria-expanded" : this . opened , "aria-controls" : "app-navigation" } , on : { click : this . toggleNavigation } } ) , this . _v ( " " ) , this . _t ( "default" ) ] , 2 ) } ) , [ ] , ! 1 , null , "0fe2f738" , null ) . exports ; n . d ( e , "AppContent" , ( function ( ) { return s } ) ) ,
2019-06-04 14:50:12 +03:00
/ *
2020-03-10 21:46:25 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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/>.
* /
2020-03-10 21:46:25 +03:00
e . default = s } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 24 ) ; var r = n ( 26 ) , i = n ( 22 ) , o = { name : "ActionTextEditable" , mixins : [ r . a ] , props : { id : { type : String , default : function ( ) { return "action-" + Object ( i . a ) ( ) } , validator : function ( t ) { return "" !== t . trim ( ) } } , disabled : { type : Boolean , default : ! 1 } , value : { type : String , default : "" } } , computed : { isFocusable : function ( ) { return ! this . disabled } } , methods : { onInput : function ( t ) { this . $emit ( "input" , t ) , this . $emit ( "update:value" , t . target . value ) } , onSubmit : function ( t ) { if ( t . preventDefault ( ) , t . stopPropagation ( ) , this . disabled ) return ! 1 ; this . $emit ( "submit" , t ) } } } , a = ( n ( 192 ) , n ( 0 ) ) , s = n ( 124 ) , c = n . n ( s ) , l = Object ( a . a ) ( o , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { class : { "action--disabled" : t . disabled } } , [ n ( "span" , { staticClass : "action-text-editable" } , [ n ( "span" , { staticClass : "action-text-editable__icon" , class : [ t . isIconUrl ? "action-text-editable__icon--url" : t . icon ] , style : { backgroundImage : t . isIconUrl ? "url(" + t . icon + ")" : null } } ) , t . _v ( " " ) , n ( "form" , { ref : "form" , staticClass : "action-text-editable__form" , attrs : { disabled : t . disabled } , on : { submit : function ( e ) { return e . preventDefault ( ) , t . onSubmit ( e ) } } } , [ n ( "input" , { staticClass : "action-text-editable__submit" , attrs : { id : t . id , type : "submit" } } ) , t . _v ( " " ) , t . title ? n ( "strong" , { staticClass : "action-text__title" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . title ) + "\n\t\t\t" ) ] ) : t . _e ( ) , t . _v ( " " ) , n ( "textarea" , t . _b ( { class : [ "action-text-editable__textarea" , { focusable : t . isFocusable } ] , attrs : { disabled : t . disabled } , domProps : { value : t . value } , on : { input : t . onInput } } , "textarea" , t . $attrs , ! 1 ) ) , t . _v ( " " ) , n ( "label" , { directives : [ { name : "show" , rawName : "v-show" , value : ! t . disabled , expression : "!disabled" } ] , staticClass : "action-text-editable__label" , attrs : { for : t . id } } ) ] ) ] ) ] ) } ) , [ ] , ! 1 , null , "43b509b7" , null ) ; "function" == typeof c . a && c ( ) ( l ) ; var u = l . exports ; n . d ( e , "ActionTextEditable" , ( function ( ) { return u } ) ) ,
2019-06-04 14:50:12 +03:00
/ * *
2020-03-10 21:46:25 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = u } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "ActionText" , mixins : [ n ( 26 ) . a ] } , i = ( n ( 190 ) , n ( 0 ) ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , [ n ( "span" , { staticClass : "action-text" } , [ "" !== t . icon ? n ( "span" , { staticClass : "action-text__icon" , class : [ t . isIconUrl ? "action-text__icon--url" : t . icon ] , style : { backgroundImage : t . isIconUrl ? "url(" + t . icon + ")" : null } } ) : t . _e ( ) , t . _v ( " " ) , t . title ? n ( "p" , [ n ( "strong" , { staticClass : "action-text__title" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . title ) + "\n\t\t\t" ) ] ) , t . _v ( " " ) , n ( "br" ) , t . _v ( " " ) , n ( "span" , { staticClass : "action-text__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) ] ) : t . isLongText ? n ( "p" , { staticClass : "action-text__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) : n ( "span" , { staticClass : "action-text__text" } , [ t . _v ( t . _s ( t . text ) ) ] ) , t . _v ( " " ) , t . _e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , null , "8b05f97c" , null ) . exports ; n . d ( e , "ActionText" , ( function ( ) { return o } ) ) ,
/ * *
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = o } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = ( n ( 188 ) , n ( 0 ) ) , i = Object ( r . a ) ( { name : "ActionSeparator" } , ( function ( ) { var t = this . $createElement ; return ( this . _self . _c || t ) ( "li" , { staticClass : "action-separator action--disabled" } ) } ) , [ ] , ! 1 , null , "1656306f" , null ) . exports ; n . d ( e , "ActionSeparator" , ( function ( ) { return i } ) ) ,
2019-06-04 14:50:12 +03:00
/ * *
2020-03-10 21:46:25 +03:00
* @ copyright Copyright ( c ) 2019 Nextcloud et al .
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author Kristof Hamann
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = i } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { name : "ActionRouter" , mixins : [ n ( 26 ) . a ] , props : { to : { type : [ String , Object ] , default : "" , required : ! 0 } , exact : { type : Boolean , default : ! 1 } } } , i = ( n ( 186 ) , n ( 0 ) ) , o = Object ( i . a ) ( r , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , [ n ( "router-link" , { staticClass : "action-router focusable" , attrs : { to : t . to , exact : t . exact , rel : "noreferrer noopener" } } , [ n ( "span" , { staticClass : "action-router__icon" , class : [ t . isIconUrl ? "action-router__icon--url" : t . icon ] , style : { backgroundImage : t . isIconUrl ? "url(" + t . icon + ")" : null } } ) , t . _v ( " " ) , t . title ? n ( "p" , [ n ( "strong" , { staticClass : "action-router__title" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . title ) + "\n\t\t\t" ) ] ) , t . _v ( " " ) , n ( "br" ) , t . _v ( " " ) , n ( "span" , { staticClass : "action-router__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) ] ) : t . isLongText ? n ( "p" , { staticClass : "action-router__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) : n ( "span" , { staticClass : "action-router__text" } , [ t . _v ( t . _s ( t . text ) ) ] ) , t . _v ( " " ) , t . _e ( ) ] , 2 ) ] , 1 ) } ) , [ ] , ! 1 , null , "3bf6846c" , null ) . exports ; n . d ( e , "ActionRouter" , ( function ( ) { return o } ) ) ,
/ * *
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2019-06-04 14:50:12 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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
2020-03-10 21:46:25 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-06-04 14:50:12 +03:00
* /
2020-03-10 21:46:25 +03:00
e . default = o } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 25 ) , n ( 24 ) ; var r = n ( 14 ) , i = n ( 22 ) , o = { name : "ActionRadio" , mixins : [ r . a ] , props : { id : { type : String , default : function ( ) { return "action-" + Object ( i . a ) ( ) } , validator : function ( t ) { return "" !== t . trim ( ) } } , checked : { type : Boolean , default : ! 1 } , name : { type : String , required : ! 0 } , value : { type : [ String , Number ] , default : "" } , disabled : { type : Boolean , default : ! 1 } } , computed : { isFocusable : function ( ) { return ! this . disabled } } , methods : { toggleInput : function ( t ) { this . $refs . label . click ( ) } , onChange : function ( t ) { this . $emit ( "update:checked" , this . $refs . radio . checked ) , this . $emit ( "change" , t ) } } } , a = ( n ( 184 ) , n ( 0 ) ) , s = n ( 123 ) , c = n . n ( s ) , l = Object ( a . a ) ( o , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { class : { "action--disabled" : t . disabled } } , [ n ( "span" , { staticClass : "action-radio" } , [ n ( "input" , { ref : "radio" , staticClass : "radio action-radio__radio" , class : { focusable : t . isFocusable } , attrs : { id : t . id , disabled : t . disabled , name : t . name , type : "radio" } , domProps : { checked : t . checked , value : t . value } , on : { keydown : function ( e ) { return ! e . type . indexOf ( "key" ) && t . _k ( e . keyCode , "enter" , 13 , e . key , "Enter" ) || e . ctrlKey || e . shiftKey || e . altKey || e . metaKey ? null : ( e . preventDefault ( ) , t . toggleInput ( e ) ) } , change : t . onChange } } ) , t . _v ( " " ) , n ( "label" , { ref : "label" , staticClass : "action-radio__label" , attrs : { for : t . id } } , [ t . _v ( t . _s ( t . text ) ) ] ) , t . _v ( " " ) , t . _e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , null , "2f82ba38" , null ) ; "function" == typeof c . a && c ( ) ( l ) ; var u = l . exports ; n . d ( e , "ActionRadio" , ( function ( ) { return u } ) ) ,
2020-01-16 02:03:29 +03:00
/ * *
2020-03-10 21:46:25 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2020-01-16 02:03:29 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2020-01-16 02:03:29 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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/>.
*
* /
2020-03-10 21:46:25 +03:00
e . default = u } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 20 ) , n ( 16 ) , n ( 3 ) , n ( 17 ) , n ( 134 ) , n ( 18 ) , n ( 23 ) ; var r = { name : "ActionLink" , mixins : [ n ( 26 ) . a ] , props : { href : { type : String , default : "#" , required : ! 0 , validator : function ( t ) { try { return new URL ( t ) } catch ( e ) { return t . startsWith ( "#" ) || t . startsWith ( "/" ) } } } , download : { type : String , default : null } , target : { type : String , default : "_self" , validator : function ( t ) { return [ "_blank" , "_self" , "_parent" , "_top" ] . indexOf ( t ) > - 1 } } } } , i = ( n ( 182 ) , n ( 0 ) ) , o = n ( 122 ) , a = n . n ( o ) , s = Object ( i . a ) ( r , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , [ n ( "a" , { staticClass : "action-link focusable" , attrs : { download : t . download , href : t . href , target : t . target , rel : "noreferrer noopener" } , on : { click : t . onClick } } , [ n ( "span" , { staticClass : "action-link__icon" , class : [ t . isIconUrl ? "action-link__icon--url" : t . icon ] , style : { backgroundImage : t . isIconUrl ? "url(" + t . icon + ")" : null } } ) , t . _v ( " " ) , t . title ? n ( "p" , [ n ( "strong" , { staticClass : "action-link__title" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . title ) + "\n\t\t\t" ) ] ) , t . _v ( " " ) , n ( "br" ) , t . _v ( " " ) , n ( "span" , { staticClass : "action-link__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) ] ) : t . isLongText ? n ( "p" , { staticClass : "action-link__longtext" , domProps : { textContent : t . _s ( t . text ) } } ) : n ( "span" , { staticClass : "action-link__text" } , [ t . _v ( t . _s ( t . text ) ) ] ) , t . _v ( " " ) , t . _e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , null , "84686d94" , null ) ; "function" == typeof a . a && a ( ) ( s ) ; var c = s . exports ; n . d ( e , "ActionLink" , ( function ( ) { return c } ) ) ,
2020-01-16 02:03:29 +03:00
/ * *
2020-03-10 21:46:25 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2020-01-16 02:03:29 +03:00
*
2020-03-10 21:46:25 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2020-01-16 02:03:29 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2020-03-10 21:46:25 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2020-01-16 02:03:29 +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/>.
*
* /
2020-03-10 21:46:25 +03:00
e . default = c } , function ( t , e , n ) { "use strict" ; var r = n ( 85 ) ; n . n ( r ) . a } , function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , "li.active[data-v-e8e451cc]{box-shadow:inset 4px 0 var(--color-primary)}.action--disabled[data-v-e8e451cc]{pointer-events:none;opacity:.5}.action--disabled[data-v-e8e451cc]:hover,.action--disabled[data-v-e8e451cc]:focus{cursor:default;opacity:.5}.action--disabled *[data-v-e8e451cc]{opacity:1 !important}.action-checkbox[data-v-e8e451cc]{display:flex;align-items:flex-start;width:100%;height:auto;margin:0;padding:0;cursor:pointer;white-space:nowrap;color:var(--color-main-text);border:0;border-radius:0;background-color:transparent;box-shadow:none;font-weight:normal;line-height:44px}.action-checkbox__checkbox[data-v-e8e451cc]{position:absolute;top:auto;left:-10000px;overflow:hidden;width:1px;height:1px}.action-checkbox__checkbox:focus+.action-checkbox__label[data-v-e8e451cc]{opacity:1}.action-checkbox__label[data-v-e8e451cc]{display:flex;align-items:center;width:100%;padding:0 !important;padding-right:14px !important;opacity:.7}.action-checkbox__label[data-v-e8e451cc]::before{margin:0 14px 0 !important}.action-checkbox--disabled[data-v-e8e451cc],.action-checkbox--disabled .action-checkbox__label[data-v-e8e451cc]{cursor:pointer}.action-checkbox:not(.action-checkbox--disabled):hover .action-checkbox__label[data-v-e8e451cc],.action-checkbox:not(.action-checkbox--disabled):focus .action-checkbox__label[data-v-e8e451cc]{opacity:1}\n" , "" ] ) , t . exports = e } , function ( t , e , n ) { "use strict" ; var r = n ( 86 ) ; n . n ( r ) . a } , function ( t , e , n ) { var r = n ( 1 ) , i = n ( 7 ) , o = n ( 8 ) , a = n ( 9 ) , s = n ( 10 ) , c = n ( 11 ) ; e = r ( ! 1 ) ; var l = i ( o ) , u = i ( a ) , f = i ( s ) , p = i ( c ) ; e . push ( [ t . i , '@font-face{font-family:"iconfont-vue-7702e5f";src:url(' + l + ");src:url(" + l + ') format("embedded-opentype"),url(' + u + ') format("woff"),url(' + f + ') format("truetype"),url(' + p + ') format("svg")}.icon[data-v-e093ae26]{font-style:normal;font-weight:400}.icon.arrow-left-double[data-v-e093ae26]:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.arrow-left[data-v-e093ae26]:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.arrow-right-double[data-v-e093ae26]:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.arrow-right[data-v-e093ae26]:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.checkmark[data-v-e093ae26]:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.close[data-v-e093ae26]:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.confirm[data-v-e093ae26]:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.menu[data-v-e093ae26]:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.more[data-v-e093ae26]:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.pause[data-v-e093ae26]:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.play[data-v-e093ae26]:before{font-family:"iconfont-vue-7702e5f";content:""}.icon.triangle-s[data-v-e093ae26]:before{font-family:"iconfont-vue-7702e5f";content:""}button[data-v-e093ae26],input[data-v-e093ae26]:not([type=\'range\']),textarea[data-v-e093ae26]{margin:0;padding:7px 6px;cursor:text;color:var(--color-text-lighter);border:1px solid var(--color-border-dark);border-radius:var(--border-radius);outline:none;background-color:var(--color-main-background);font-size:13px}button[data-v-e093ae26]:not(:disabled):not(.primary):hover,button[data-v-e093ae26]:not(:disabled):not(.primary):focus,button:not(:disabled):not(.primary).active[data-v-e093ae26],input[data-v-e093ae26]:not([type=\'range\']):not(:disabled):not(.primary):hover,input[data-v-e093ae26]:not([type=\'range\']):not(:disabled):not(.primary):focus,input:not([type=\'range\']):not(:disabled):not(.primary).active[data-v-e093ae26],textarea[data-v-e093ae26]:not(:disabled):not(.primary):hover,textarea[data-v-e093ae26]:not(:disabled):not(.primary):focus,textarea:not(:disabled):not(.primary).active[data-v-e093ae26]{border-color:var(--color-primary-element);outline:none}button[data-v-e093ae26]:not(:disabled):not(.primary):active,input[data-v-e093ae26]:not([type=\'range\' ] ) : not ( : disabled ) : not ( . primary ) : active , textarea [ data - v - e093ae26 ] : not ( : disabled )
2019-06-04 14:50:12 +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/>.
*
2020-03-10 21:46:25 +03:00
* / f u n c t i o n V ( 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 ) } ) ) }
2019-06-04 14:50:12 +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/>.
*
2020-03-15 05:18:05 +03:00
* / n . d ( e , " A c t i o n B u t t o n " , ( f u n c t i o n ( ) { r e t u r n i . d e f a u l t } ) ) , n . d ( e , " A c t i o n C h e c k b o x " , ( f u n c t i o n ( ) { r e t u r n o . d e f a u l t } ) ) , n . d ( e , " A c t i o n I n p u t " , ( f u n c t i o n ( ) { r e t u r n a . d e f a u l t } ) ) , n . d ( e , " A c t i o n L i n k " , ( f u n c t i o n ( ) { r e t u r n s . d e f a u l t } ) ) , n . d ( e , " A c t i o n R a d i o " , ( f u n c t i o n ( ) { r e t u r n c . d e f a u l t } ) ) , n . d ( e , " A c t i o n R o u t e r " , ( f u n c t i o n ( ) { r e t u r n l . d e f a u l t } ) ) , n . d ( e , " A c t i o n S e p a r a t o r " , ( f u n c t i o n ( ) { r e t u r n u . d e f a u l t } ) ) , n . d ( e , " A c t i o n T e x t " , ( f u n c t i o n ( ) { r e t u r n f . d e f a u l t } ) ) , n . d ( e , " A c t i o n T e x t E d i t a b l e " , ( f u n c t i o n ( ) { r e t u r n p . d e f a u l t } ) ) , n . d ( e , " A c t i o n s " , ( f u n c t i o n ( ) { r e t u r n d . d e f a u l t } ) ) , n . d ( e , " A p p C o n t e n t " , ( f u n c t i o n ( ) { r e t u r n h . d e f a u l t } ) ) , n . d ( e , " A p p C o n t e n t D e t a i l s " , ( f u n c t i o n ( ) { r e t u r n v . d e f a u l t } ) ) , n . d ( e , " A p p C o n t e n t L i s t " , ( f u n c t i o n ( ) { r e t u r n m . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n " , ( f u n c t i o n ( ) { r e t u r n g . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n C a p t i o n " , ( f u n c t i o n ( ) { r e t u r n b . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n C o u n t e r " , ( f u n c t i o n ( ) { r e t u r n A . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n I c o n B u l l e t " , ( f u n c t i o n ( ) { r e t u r n y . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n I t e m " , ( f u n c t i o n ( ) { r e t u r n x . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n N e w " , ( f u n c t i o n ( ) { r e t u r n _ . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n S e t t i n g s " , ( f u n c t i o n ( ) { r e t u r n w . d e f a u l t } ) ) , n . d ( e , " A p p N a v i g a t i o n S p a c e r " , ( f u n c t i o n ( ) { r e t u r n C . d e f a u l t } ) ) , n . d ( e , " A p p S i d e b a r " , ( f u n c t i o n ( ) { r e t u r n k . d e f a u l t } ) ) , n . d ( e , " A p p S i d e b a r T a b " , ( f u n c t i o n ( ) { r e t u r n T . d e f a u l t } ) ) , n . d ( e , " A v a t a r " , ( f u n c t i o n ( ) { r e t u r n S . d e f a u l t } ) ) , n . d ( e , " C o n t e n t " , ( f u n c t i o n ( ) { r e t u r n E . d e f a u l t } ) ) , n . d ( e , " D a t e t i m e P i c k e r " , ( f u n c t i o n ( ) { r e t u r n O . d e f a u l t } ) ) , n . d ( e , " M o d a l " , ( f u n c t i o n ( ) { r e t u r n M . d e f a u l t } ) ) , n . d ( e , " M u l t i s e l e c t " , ( f u n c t i o n ( ) { r e t u r n I . d e f a u l t } ) ) , n . d ( e , " M u l t i s e l e c t T a g s " , ( f u n c t i o n ( ) { r e t u r n N . d e f a u l t } ) ) , n . d ( e , " P o p o v e r " , ( f u n c t i o n ( ) { r e t u r n L . d e f a u l t } ) ) , n . d ( e , " P o p o v e r M e n u " , ( f u n c t i o n ( ) { r e t u r n j . d e f a u l t } ) ) , n . d ( e , " C o l o r P i c k e r " , ( f u n c t i o n ( ) { r e t u r n D . d e f a u l t } ) ) , n . d ( e , " U s e r B u b b l e " , ( f u n c t i o n ( ) { r e t u r n P . d e f a u l t } ) ) , n . d ( e , " F o c u s " , ( f u n c t i o n ( ) { r e t u r n B . d e f a u l t } ) ) , n . d ( e , " T o o l t i p " , ( f u n c t i o n ( ) { r e t u r n F . d e f a u l t } ) ) , n . d ( e , " i s F u l l s c r e e n " , ( f u n c t i o n ( ) { r e t u r n R . d e f a u l t } ) ) , n . d ( e , " i s M o b i l e " , ( f u n c t i o n ( ) { r e t u r n $ . d e f a u l t } ) ) , " 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 . V u e & & V ( w i n d o w . V u e ) , e . d e f a u l t = f u n c t i o n ( t ) { f o r ( v a r e = 1 ; e < a r g u m e n t s . l e n g t h ; e + + ) { v a r n = n u l l ! = a r g u m e n t s [ e ] ? a r g u m e n t s [ e ] : { } ; e % 2 ? U ( O b j e c t ( n ) , ! 0 ) . f o r E a c h ( ( f u n c t i o n ( e ) { z ( t , e , n [ e ] ) } ) ) : O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r s ? O b j e c t . d e f i n e P r o p e r t i e s ( t , O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r s ( n ) ) : U ( O b j e c t ( n ) ) . f o r E a c h ( ( f u n c t i o n ( e ) { O b j e c t . d e f i n e P r o p e r t y ( t , e , O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r ( n , e ) ) } ) ) } r e t u r n t } ( { i n s t a l l : V } , r ) } ] ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = f u n c t i o n ( t , e ) { r e t u r n { e n u m e r a b l e : ! ( 1 & t ) , c o n f i g u r a b l e : ! ( 2 & t ) , w r i t a b l e : ! ( 4 & t ) , v a l u e : e } } } , f u n c t i o n ( t , e , n ) { v a r r = n ( 4 8 4 ) , i = n ( 3 3 4 ) ; t . e x p o r t s = f u n c t i o n ( t ) { r e t u r n r ( i ( t ) ) } } , f u n c t i o n ( t , e , n ) { v a r r = n ( 5 7 ) ; t . e x p o r t s = f u n c t i o n ( t , e ) { i f ( ! r ( t ) ) r e t u r n t ; v a r n , i ; i f ( e & & " f u n c t i o n " = = t y p e o f ( n = t . t o S t r i n g ) & & ! r ( i = n . c a l l ( t ) ) ) r e t u r n i ; i f ( " f u n c t i o n " = = t y p e o f ( n = t . v a l u e O f ) & & ! r ( i = n . c a l l ( t ) ) ) r e t u r n i ; i f ( ! e & & " f u n c t i o n " = = t y p e o f ( n = t . t o S t r i n g ) & & ! r ( i = n . c a l l ( t ) ) ) r e t u r n i ; t h r o w T y p e E r r o r ( " C a n ' t c o n v e r t o b j e c t t o p r i m i t i v e v a l u e " ) } } , f u n c t i o n ( t , e , n ) { v a r r = n ( 1 0 6 ) , i = n ( 3 3 5 ) , o = n ( 3 3 6 ) , a = n ( 1 8 1 ) , s = O b j e c t . d e f i n e P r o p e r t y ; e . f = r ? s : f u n c t i o n ( t , e , n ) { i f ( o ( t ) , e = a ( e , ! 0 ) , o ( n ) , i ) t r y { r e t u r n s ( t , e , n ) } c a t c h ( t ) { } i f ( " g e t " i n n | | " s e t " i n n ) t h r o w T y p e E r r o r ( " A c c e s s o r s n o t s u p p o r t e d " ) ; r e t u r n " v a l u e " i n n & & ( t [ e ] = n . v a l u e ) , t } } , f u n c t i o n ( t , e , n ) { v a r r = n ( 2 3 ) , i = n ( 1 0 7 ) ; t . e x p o r t s = f u n c t i o n ( t , e ) { t r y { i ( r , t , e ) } c a t c h ( n ) { r [ t ] = e } r e t u r n e } } , f u n c t i o n ( t , e , n ) { v a r r = n ( 2 3 ) , i = n ( 3 3 9 ) , o = n ( 5 8 ) , a = n ( 3 4 0 ) , s = n ( 3 4 6 ) , c = n ( 5 0 4 ) , l = i ( " w k s " ) , u = r . S y m b o l , f = c ? u : u & & u . w i t h o u t S e t t e r | | a ; t . e x p o r t s = f u n c t i o n ( t ) { r e t u r n o ( l , t ) | | ( s & & o ( u , t ) ? l [ t ] = u [ t ] : l [ t ] = f ( " S y m b o l . " + t ) ) , l [ t ] } } , , 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 ) { v a r n = ( " 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 : v o i d 0 ! = = t ? t : { } ) . _ _ V U E _ D E V T O O L S _ G L O B A L _ H O O K _ _ ; f u n c t i o n r ( t , e ) { O b j e c t . k e y s ( t ) . f o r E a c h ( ( f u n c t i o n ( n ) { r e t u r n e ( t [ n ] , n ) } ) ) } f u n c t i o n i ( t ) { r e t u r n n u l l ! = = t & & " o b j e c t " = = t y p e o f t } v a r o = f u n c t i o n ( t , e ) { t h i s . r u n t i m e = e , t h i s . _ c h i l d r e n = O b j e c t . c r e a t e ( n u l l ) , t h i s . _ r a w M o d u l e = t ; v a r n = t . s t a t e ; t h i s . s t a t e = ( " f u n c t i o n " = = t y p e o f n ? n ( ) : n ) | | { } } , a = { n a m e s p a c e d : { c o n f i g u r a b l e : ! 0 } } ; a . n a m e s p a c e d . g e t = f u n c t i o n ( ) { r e t u r n ! ! t h i s . _ r a w M o d u l e . n a m e s p a c e d } , o . p r o t o t y p e . a d d C h i l d = f u n c t i o n ( t , e ) { t h i s . _ c h i l d r e n [ t ] = e } , o . p r o t o t y p e . r e m o v e C h i l d = f u n c t i o n ( t )
2019-09-25 19:19:42 +03:00
/ * *
2020-03-15 05:18:05 +03:00
* vuex v3 . 1.3
* ( c ) 2020 Evan You
2019-09-25 19:19:42 +03:00
* @ license MIT
* /
2020-03-15 05:18:05 +03:00
function ( t ) { if ( Number ( t . version . split ( "." ) [ 0 ] ) >= 2 ) t . mixin ( { beforeCreate : n } ) ; else { var e = t . prototype . _init ; t . prototype . _init = function ( t ) { void 0 === t && ( t = { } ) , t . init = t . init ? [ n ] . concat ( t . init ) : n , e . call ( this , t ) } } function n ( ) { var t = this . $options ; t . store ? this . $store = "function" == typeof t . store ? t . store ( ) : t . store : t . parent && t . parent . $store && ( this . $store = t . parent . $store ) } } ( c = t ) } u . state . get = function ( ) { return this . _vm . _data . $$state } , u . state . set = function ( t ) { 0 } , l . prototype . commit = function ( t , e , n ) { var r = this , i = m ( t , e , n ) , o = i . type , a = i . payload , s = ( i . options , { type : o , payload : a } ) , c = this . _mutations [ o ] ; c && ( this . _withCommit ( ( function ( ) { c . forEach ( ( function ( t ) { t ( a ) } ) ) } ) ) , this . _subscribers . slice ( ) . forEach ( ( function ( t ) { return t ( s , r . state ) } ) ) ) } , l . prototype . dispatch = function ( t , e ) { var n = this , r = m ( t , e ) , i = r . type , o = r . payload , a = { type : i , payload : o } , s = this . _actions [ i ] ; if ( s ) { try { this . _actionSubscribers . slice ( ) . filter ( ( function ( t ) { return t . before } ) ) . forEach ( ( function ( t ) { return t . before ( a , n . state ) } ) ) } catch ( t ) { 0 } return ( s . length > 1 ? Promise . all ( s . map ( ( function ( t ) { return t ( o ) } ) ) ) : s [ 0 ] ( o ) ) . then ( ( function ( t ) { try { n . _actionSubscribers . filter ( ( function ( t ) { return t . after } ) ) . forEach ( ( function ( t ) { return t . after ( a , n . state ) } ) ) } catch ( t ) { 0 } return t } ) ) } } , l . prototype . subscribe = function ( t ) { return f ( t , this . _subscribers ) } , l . prototype . subscribeAction = function ( t ) { return f ( "function" == typeof t ? { before : t } : t , this . _actionSubscribers ) } , l . prototype . watch = function ( t , e , n ) { var r = this ; return this . _watcherVM . $watch ( ( function ( ) { return t ( r . state , r . getters ) } ) , e , n ) } , l . prototype . replaceState = function ( t ) { var e = this ; this . _withCommit ( ( function ( ) { e . _vm . _data . $$state = t } ) ) } , l . prototype . registerModule = function ( t , e , n ) { void 0 === n && ( n = { } ) , "string" == typeof t && ( t = [ t ] ) , this . _modules . register ( t , e ) , h ( this , this . state , t , this . _modules . get ( t ) , n . preserveState ) , d ( this , this . state ) } , l . prototype . unregisterModule = function ( t ) { var e = this ; "string" == typeof t && ( t = [ t ] ) , this . _modules . unregister ( t ) , this . _withCommit ( ( function ( ) { var n = v ( e . state , t . slice ( 0 , - 1 ) ) ; c . delete ( n , t [ t . length - 1 ] ) } ) ) , p ( this ) } , l . prototype . hotUpdate = function ( t ) { this . _modules . update ( t ) , p ( this , ! 0 ) } , l . prototype . _withCommit = function ( t ) { var e = this . _committing ; this . _committing = ! 0 , t ( ) , this . _committing = e } , Object . defineProperties ( l . prototype , u ) ; var b = w ( ( function ( t , e ) { var n = { } ; return _ ( e ) . forEach ( ( function ( e ) { var r = e . key , i = e . val ; n [ r ] = function ( ) { var e = this . $store . state , n = this . $store . getters ; if ( t ) { var r = C ( this . $store , "mapState" , t ) ; if ( ! r ) return ; e = r . context . state , n = r . context . getters } return "function" == typeof i ? i . call ( this , e , n ) : e [ i ] } , n [ r ] . vuex = ! 0 } ) ) , n } ) ) , A = w ( ( function ( t , e ) { var n = { } ; return _ ( e ) . forEach ( ( function ( e ) { var r = e . key , i = e . val ; n [ r ] = function ( ) { for ( var e = [ ] , n = arguments . length ; n -- ; ) e [ n ] = arguments [ n ] ; var r = this . $store . commit ; if ( t ) { var o = C ( this . $store , "mapMutations" , t ) ; if ( ! o ) return ; r = o . context . commit } return "function" == typeof i ? i . apply ( this , [ r ] . concat ( e ) ) : r . apply ( this . $store , [ i ] . concat ( e ) ) } } ) ) , n } ) ) , y = w ( ( function ( t , e ) { var n = { } ; return _ ( e ) . forEach ( ( function ( e ) { var r = e . key , i = e . val ; i = t + i , n [ r ] = function ( ) { if ( ! t || C ( this . $store , "mapGetters" , t ) ) return this . $store . getters [ i ] } , n [ r ] . vuex = ! 0 } ) ) , n } ) ) , x = w ( ( function ( t , e ) { var n = { } ; return _ ( e ) . forEach ( ( function ( e ) { var r = e . key , i = e . val ; n [ r ] = function ( ) { for ( var e = [ ] , n = arguments . length ; n -- ; ) e [ n ] = arguments [ n ] ; var r = this . $store . dispatch ; if ( t ) { var o = C ( this . $store , "mapActions" , t ) ; if ( ! o ) return ; r = o . context . dispatch } return "function" == typeof i ? i . apply ( this , [ r ] . concat ( e ) ) : r . apply ( this . $store , [ i ] . concat ( e ) ) } } ) ) , n } ) ) ; function _ ( t ) { return function ( t ) { return Array . isArray ( t ) || i ( t ) } ( t ) ? Array . isArray ( t ) ? t . map ( ( function ( t ) { return { key : t , val : t } } ) ) : Object . keys ( t ) . map ( ( function ( e ) { return { key : e , val : t [ e ] } } ) ) : [ ] } function w ( t ) { return function ( e , n ) { return "string" != typeof e ? ( n = e , e = "" ) : "/" !== e . charAt ( e . length - 1 ) && ( e += "/" ) , t ( e , n ) } } function C ( t , e , n ) { return t . _modulesNamespaceMap [ n ] } var k = { Store : l , install : g , version : "3.1.3" , mapState : b , mapMutations : A , mapGetters : y , mapActions : x , createNamespacedHelpers : function ( t ) { return { mapState : b . bind ( null , t ) , mapGetters : y . bind ( null , t ) , mapMutations : A . bind ( null , t ) , mapActions : x . bind ( null , t ) } } } ; e . a = k } ) . call ( this , n ( 8 ) ) } , function ( t , e , n ) { "use strict" ; t . exports = funct
2019-05-17 10:49:47 +03:00
/ * *
* @ license
* Lodash < https : //lodash.com/>
2019-07-11 02:20:56 +03:00
* Copyright OpenJS Foundation and other contributors < https : //openjsf.org/>
2019-05-17 10:49:47 +03:00
* 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
2020-03-10 21:46:25 +03:00
* /(function(){var o="Expected a function",a="__lodash_placeholder__",s=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",l="[object Array]",u="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",m="[object Number]",g="[object Object]",b="[object RegExp]",A="[object Set]",y="[object String]",x="[object Symbol]",_="[object WeakMap]",w="[object ArrayBuffer]",C="[object DataView]",k="[object Float32Array]",T="[object Float64Array]",S="[object Int8Array]",E="[object Int16Array]",O="[object Int32Array]",M="[object Uint8Array]",I="[object Uint16Array]",N="[object Uint32Array]",L=/ \ b _ _p \ += '' ; /g,j=/ \ b ( _ _p \ += ) '' \ + /g,D=/ ( _ _e \ ( . * ? \ ) | \ b _ _t \ ) ) \ + \ n '' ; /g,P=/ & ( ? : amp | lt | gt | quot | # 39 ) ; /g,B=/ [ & < > "']/g,F=RegExp(P.source),R=RegExp(B.source),$=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,z=/<%=([\s\S]+?)%>/g,V=/\.|\[(?:[^[\]]*|([" '])(?:(?!\1)[^\\]|\\.)*?\1)\]/,G=/^\w*$/,H=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["' ] ) ( ( ? : ( ? ! \ 2 ) [ ^ \ \ ] | \ \ . ) * ? ) \ 2 ) \ ] | ( ? = ( ? : \ . | \ [ \ ] ) ( ? : \ . | \ [ \ ] | $ ) ) / g , Y = /[\\^$.*+?()[\]{}|]/g , W = RegExp ( Y . source ) , Q = /^\s+|\s+$/g , q = /^\s+/ , X = /\s+$/ , Z = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/ , K = /\{\n\/\* \[wrapped with (.+)\] \*/ , J = /,? & / , tt = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g , et = /\\(\\)?/g , nt = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g , rt = /\w*$/ , it = /^[-+]0x[0-9a-f]+$/i , ot = /^0b[01]+$/i , at = /^\[object .+?Constructor\]$/ , st = /^0o[0-7]+$/i , ct = /^(?:0|[1-9]\d*)$/ , lt = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g , ut = /($^)/ , ft = /['\n\r\u2028\u2029\\]/g , pt = "\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff" , dt = "\\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" , ht = "[\\ud800-\\udfff]" , vt = "[" + dt + "]" , mt = "[" + pt + "]" , gt = "\\d+" , bt = "[\\u2700-\\u27bf]" , At = "[a-z\\xdf-\\xf6\\xf8-\\xff]" , yt = "[^\\ud800-\\udfff" + dt + gt + "\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]" , xt = "\\ud83c[\\udffb-\\udfff]" , _t = "[^\\ud800-\\udfff]" , wt = "(?:\\ud83c[\\udde6-\\uddff]){2}" , Ct = "[\\ud800-\\udbff][\\udc00-\\udfff]" , kt = "[A-Z\\xc0-\\xd6\\xd8-\\xde]" , Tt = "(?:" + At + "|" + yt + ")" , St = "(?:" + kt + "|" + yt + ")" , Et = "(?:" + mt + "|" + xt + ")" + "?" , Ot = "[\\ufe0e\\ufe0f]?" + Et + ( "(?:\\u200d(?:" + [ _t , wt , Ct ] . join ( "|" ) + ")[\\ufe0e\\ufe0f]?" + Et + ")*" ) , Mt = "(?:" + [ bt , wt , Ct ] . join ( "|" ) + ")" + Ot , It = "(?:" + [ _t + mt + "?" , mt , wt , Ct , ht ] . join ( "|" ) + ")" , Nt = RegExp ( "['’ ]" , "g" ) , Lt = RegExp ( mt , "g" ) , jt = RegExp ( xt + "(?=" + xt + ")|" + It + Ot , "g" ) , Dt = RegExp ( [ kt + "?" + At + "+(?:['’ ](?:d|ll|m|re|s|t|ve))?(?=" + [ vt , kt , "$" ] . join ( "|" ) + ")" , St + "+(?:['’ ](?:D|LL|M|RE|S|T|VE))?(?=" + [ vt , kt + Tt , "$" ] . join ( "|" ) + ")" , kt + "?" + Tt + "+(?:['’ ](?:d|ll|m|re|s|t|ve))?" , kt + "+(?:['’ ](?: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_])" , gt , Mt ] . join ( "|" ) , "g" ) , Pt = RegExp ( "[\\u200d\\ud800-\\udfff" + pt + "\\ufe0e\\ufe0f]" ) , Bt = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/ , Ft = [ "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" ] , Rt = - 1 , $t = { } ; $t [ k ] = $t [ T ] = $t [ S ] = $t [ E ] = $t [ O ] = $t [ M ] = $t [ "[object Uint8ClampedArray]" ] = $t [ I ] = $t [ N ] = ! 0 , $t [ c ] = $t [ l ] = $t [ w ] = $t [ u ] = $t [ C ] = $t [ f ] = $t [ p ] = $t [ d ] = $t [ v ] = $t [ m ] = $t [ g ] = $t [ b ] = $t [ A ] = $t [ y ] = $t [ _ ] = ! 1 ; var Ut = { } ; Ut [ c ] = Ut [ l ] = Ut [ w ] = Ut [ C ] = Ut [ u ] = Ut [ f ] = Ut [ k ] = Ut [ T ] = Ut [ S ] = Ut [ E ] = Ut [ O ] = Ut [ v ] = Ut [ m ] = Ut [ g ] = Ut [ b ] = Ut [ A ] = Ut [ y ] = Ut [ x ] = Ut [ M ] = Ut [ "[object Uint8ClampedArray]" ] = Ut [ I ] = Ut [ N ] = ! 0 , Ut [ p ] = Ut [ d ] = Ut [ _ ] = ! 1 ; var zt = { "\\" : "\\" , "'" : "'" , "\n" : "n" , "\r" : "r" , "\u2028" : "u2028" , "\u2029" : "u2029" } , Vt = parseFloat , Gt = parseInt , Ht = "object" == typeof t && t && t . Object === Object && t , Yt = "object" == typeof self && self && self . Object === Object && self , Wt = Ht || Yt || Function ( "return this" ) ( ) , Qt = e && ! e . nodeType && e , qt = Qt &
2020-01-16 02:03:29 +03:00
/ * !
* escape - html
* Copyright ( c ) 2012 - 2013 TJ Holowaychuk
* Copyright ( c ) 2015 Andreas Lubbe
* Copyright ( c ) 2015 Tiancheng "Timothy" Gu
* MIT Licensed
2020-03-10 21:46:25 +03:00
* /var r=/ [ "'&<>]/;t.exports=function(t){var e,n=" "+t,i=r.exec(n);if(!i)return n;var o=" ",a=0,s=0;for(a=i.index;a<n.length;a++){switch(n.charCodeAt(a)){case 34:e=" & quot ; ";break;case 38:e=" & amp ; ";break;case 39:e=" & # 39 ; ";break;case 60:e=" & lt ; ";break;case 62:e=" & gt ; ";break;default:continue}s!==a&&(o+=n.substring(s,a)),s=a+1,o+=e}return s!==a?o+n.substring(s,a):o}},function(t,e,n){var r,i,o,a,s;r=n(431),i=n(234).utf8,o=n(432),a=n(234).bin,(s=function(t,e){t.constructor==String?t=e&&" binary "===e.encoding?a.stringToBytes(t):i.stringToBytes(t):o(t)?t=Array.prototype.slice.call(t,0):Array.isArray(t)||(t=t.toString());for(var n=r.bytesToWords(t),c=8*t.length,l=1732584193,u=-271733879,f=-1732584194,p=271733878,d=0;d<n.length;d++)n[d]=16711935&(n[d]<<8|n[d]>>>24)|4278255360&(n[d]<<24|n[d]>>>8);n[c>>>5]|=128<<c%32,n[14+(c+64>>>9<<4)]=c;var h=s._ff,v=s._gg,m=s._hh,g=s._ii;for(d=0;d<n.length;d+=16){var b=l,A=u,y=f,x=p;l=h(l,u,f,p,n[d+0],7,-680876936),p=h(p,l,u,f,n[d+1],12,-389564586),f=h(f,p,l,u,n[d+2],17,606105819),u=h(u,f,p,l,n[d+3],22,-1044525330),l=h(l,u,f,p,n[d+4],7,-176418897),p=h(p,l,u,f,n[d+5],12,1200080426),f=h(f,p,l,u,n[d+6],17,-1473231341),u=h(u,f,p,l,n[d+7],22,-45705983),l=h(l,u,f,p,n[d+8],7,1770035416),p=h(p,l,u,f,n[d+9],12,-1958414417),f=h(f,p,l,u,n[d+10],17,-42063),u=h(u,f,p,l,n[d+11],22,-1990404162),l=h(l,u,f,p,n[d+12],7,1804603682),p=h(p,l,u,f,n[d+13],12,-40341101),f=h(f,p,l,u,n[d+14],17,-1502002290),l=v(l,u=h(u,f,p,l,n[d+15],22,1236535329),f,p,n[d+1],5,-165796510),p=v(p,l,u,f,n[d+6],9,-1069501632),f=v(f,p,l,u,n[d+11],14,643717713),u=v(u,f,p,l,n[d+0],20,-373897302),l=v(l,u,f,p,n[d+5],5,-701558691),p=v(p,l,u,f,n[d+10],9,38016083),f=v(f,p,l,u,n[d+15],14,-660478335),u=v(u,f,p,l,n[d+4],20,-405537848),l=v(l,u,f,p,n[d+9],5,568446438),p=v(p,l,u,f,n[d+14],9,-1019803690),f=v(f,p,l,u,n[d+3],14,-187363961),u=v(u,f,p,l,n[d+8],20,1163531501),l=v(l,u,f,p,n[d+13],5,-1444681467),p=v(p,l,u,f,n[d+2],9,-51403784),f=v(f,p,l,u,n[d+7],14,1735328473),l=m(l,u=v(u,f,p,l,n[d+12],20,-1926607734),f,p,n[d+5],4,-378558),p=m(p,l,u,f,n[d+8],11,-2022574463),f=m(f,p,l,u,n[d+11],16,1839030562),u=m(u,f,p,l,n[d+14],23,-35309556),l=m(l,u,f,p,n[d+1],4,-1530992060),p=m(p,l,u,f,n[d+4],11,1272893353),f=m(f,p,l,u,n[d+7],16,-155497632),u=m(u,f,p,l,n[d+10],23,-1094730640),l=m(l,u,f,p,n[d+13],4,681279174),p=m(p,l,u,f,n[d+0],11,-358537222),f=m(f,p,l,u,n[d+3],16,-722521979),u=m(u,f,p,l,n[d+6],23,76029189),l=m(l,u,f,p,n[d+9],4,-640364487),p=m(p,l,u,f,n[d+12],11,-421815835),f=m(f,p,l,u,n[d+15],16,530742520),l=g(l,u=m(u,f,p,l,n[d+2],23,-995338651),f,p,n[d+0],6,-198630844),p=g(p,l,u,f,n[d+7],10,1126891415),f=g(f,p,l,u,n[d+14],15,-1416354905),u=g(u,f,p,l,n[d+5],21,-57434055),l=g(l,u,f,p,n[d+12],6,1700485571),p=g(p,l,u,f,n[d+3],10,-1894986606),f=g(f,p,l,u,n[d+10],15,-1051523),u=g(u,f,p,l,n[d+1],21,-2054922799),l=g(l,u,f,p,n[d+8],6,1873313359),p=g(p,l,u,f,n[d+15],10,-30611744),f=g(f,p,l,u,n[d+6],15,-1560198380),u=g(u,f,p,l,n[d+13],21,1309151649),l=g(l,u,f,p,n[d+4],6,-145523070),p=g(p,l,u,f,n[d+11],10,-1120210379),f=g(f,p,l,u,n[d+2],15,718787259),u=g(u,f,p,l,n[d+9],21,-343485551),l=l+b>>>0,u=u+A>>>0,f=f+y>>>0,p=p+x>>>0}return r.endian([l,u,f,p])})._ff=function(t,e,n,r,i,o,a){var s=t+(e&n|~e&r)+(i>>>0)+a;return(s<<o|s>>>32-o)+e},s._gg=function(t,e,n,r,i,o,a){var s=t+(e&r|n&~r)+(i>>>0)+a;return(s<<o|s>>>32-o)+e},s._hh=function(t,e,n,r,i,o,a){var s=t+(e^n^r)+(i>>>0)+a;return(s<<o|s>>>32-o)+e},s._ii=function(t,e,n,r,i,o,a){var s=t+(n^(e|~r))+(i>>>0)+a;return(s<<o|s>>>32-o)+e},s._blocksize=16,s._digestsize=16,t.exports=function(t,e){if(null==t)throw new Error(" Illegal argument "+t);var n=r.wordsToBytes(s(t,e));return e&&e.asBytes?n:e&&e.asString?a.bytesToString(n):r.bytesToHex(n)}},function(t,e,n){" use strict ";var r,i,o,a,s=n(1),c=n(40),l=n(2),u=n(41),f=n(433),p=n(20),d=n(214),h=n(52),v=n(235),m=n(15),g=n(94),b=n(162),A=n(28),y=n(152),x=n(434),_=n(435),w=n(436),C=n(236).set,k=n(437),T=n(438),S=n(439),E=n(238),O=n(440),M=n(32),I=n(93),N=n(0),L=n(164),j=N(" species "),D=" Promise ",P=M.get,B=M.set,F=M.getterFor(D),R=f,$=l.TypeError,U=l.document,z=l.process,V=u(" fetch "),G=E.f,H=G,Y="
2020-01-16 02:03:29 +03:00
/ * ! H a m m e r . J S - v 2 . 0 . 7 - 2 0 1 6 - 0 4 - 2 2
* http : //hammerjs.github.io/
*
* Copyright ( c ) 2016 Jorik Tangelder ;
2020-03-10 21:46:25 +03:00
* Licensed under the MIT license * /!function(i,o,a,s){"use strict";var c,l=["","webkit","Moz","MS","ms","o"],u=o.createElement("div"),f=Math.round,p=Math.abs,d=Date.now;function h(t,e,n){return setTimeout(x(t,n),e)}function v(t,e,n){return!!Array.isArray(t)&&(m(t,n[e],n),!0)}function m(t,e,n){var r;if(t)if(t.forEach)t.forEach(e,n);else if(void 0!==t.length)for(r=0;r<t.length;)e.call(n,t[r],r,t),r++;else for(r in t)t.hasOwnProperty(r)&&e.call(n,t[r],r,t)}function g(t,e,n){var r="DEPRECATED METHOD: "+e+"\n"+n+" AT \n";return function(){var e=new Error("get-stack-trace"),n=e&&e.stack?e.stack.replace(/ ^ [ ^ \ ( ] + ? [ \ n$ ] / gm , "" ) . replace ( /^\s+at\s+/gm , "" ) . replace ( /^Object.<anonymous>\s*\(/gm , "{anonymous}()@" ) : "Unknown Stack Trace" , o = i . console && ( i . console . warn || i . console . log ) ; return o && o . call ( i . console , r , n ) , t . apply ( this , arguments ) } } c = "function" != typeof Object . assign ? function ( t ) { if ( null == t ) throw new TypeError ( "Cannot convert undefined or null to object" ) ; for ( var e = Object ( t ) , n = 1 ; n < arguments . length ; n ++ ) { var r = arguments [ n ] ; if ( null != r ) for ( var i in r ) r . hasOwnProperty ( i ) && ( e [ i ] = r [ i ] ) } return e } : Object . assign ; var b = g ( ( function ( t , e , n ) { for ( var r = Object . keys ( e ) , i = 0 ; i < r . length ; ) ( ! n || n && void 0 === t [ r [ i ] ] ) && ( t [ r [ i ] ] = e [ r [ i ] ] ) , i ++ ; return t } ) , "extend" , "Use `assign`." ) , A = g ( ( function ( t , e ) { return b ( t , e , ! 0 ) } ) , "merge" , "Use `assign`." ) ; function y ( t , e , n ) { var r , i = e . prototype ; ( r = t . prototype = Object . create ( i ) ) . constructor = t , r . _super = i , n && c ( r , n ) } function x ( t , e ) { return function ( ) { return t . apply ( e , arguments ) } } function _ ( t , e ) { return "function" == typeof t ? t . apply ( e && e [ 0 ] || void 0 , e ) : t } function w ( t , e ) { return void 0 === t ? e : t } function C ( t , e , n ) { m ( E ( e ) , ( function ( e ) { t . addEventListener ( e , n , ! 1 ) } ) ) } function k ( t , e , n ) { m ( E ( e ) , ( function ( e ) { t . removeEventListener ( e , n , ! 1 ) } ) ) } function T ( t , e ) { for ( ; t ; ) { if ( t == e ) return ! 0 ; t = t . parentNode } return ! 1 } function S ( t , e ) { return t . indexOf ( e ) > - 1 } function E ( t ) { return t . trim ( ) . split ( /\s+/g ) } function O ( t , e , n ) { if ( t . indexOf && ! n ) return t . indexOf ( e ) ; for ( var r = 0 ; r < t . length ; ) { if ( n && t [ r ] [ n ] == e || ! n && t [ r ] === e ) return r ; r ++ } return - 1 } function M ( t ) { return Array . prototype . slice . call ( t , 0 ) } function I ( t , e , n ) { for ( var r = [ ] , i = [ ] , o = 0 ; o < t . length ; ) { var a = e ? t [ o ] [ e ] : t [ o ] ; O ( i , a ) < 0 && r . push ( t [ o ] ) , i [ o ] = a , o ++ } return n && ( r = e ? r . sort ( ( function ( t , n ) { return t [ e ] > n [ e ] } ) ) : r . sort ( ) ) , r } function N ( t , e ) { for ( var n , r , i = e [ 0 ] . toUpperCase ( ) + e . slice ( 1 ) , o = 0 ; o < l . length ; ) { if ( ( r = ( n = l [ o ] ) ? n + i : e ) in t ) return r ; o ++ } } var L = 1 ; function j ( t ) { var e = t . ownerDocument || t ; return e . defaultView || e . parentWindow || i } var D = "ontouchstart" in i , P = void 0 !== N ( i , "PointerEvent" ) , B = D && /mobile|tablet|ip(ad|hone|od)|android/i . test ( navigator . userAgent ) , F = [ "x" , "y" ] , R = [ "clientX" , "clientY" ] ; function $ ( t , e ) { var n = this ; this . manager = t , this . callback = e , this . element = t . element , this . target = t . options . inputTarget , this . domHandler = function ( e ) { _ ( t . options . enable , [ t ] ) && n . handler ( e ) } , this . init ( ) } function U ( t , e , n ) { var r = n . pointers . length , i = n . changedPointers . length , o = 1 & e && r - i == 0 , a = 12 & e && r - i == 0 ; n . isFirst = ! ! o , n . isFinal = ! ! a , o && ( t . session = { } ) , n . eventType = e , function ( t , e ) { var n = t . session , r = e . pointers , i = r . length ; n . firstInput || ( n . firstInput = z ( e ) ) ; i > 1 && ! n . firstMultiple ? n . firstMultiple = z ( e ) : 1 === i && ( n . firstMultiple = ! 1 ) ; var o = n . firstInput , a = n . firstMultiple , s = a ? a . center : o . center , c = e . center = V ( r ) ; e . timeStamp = d ( ) , e . deltaTime = e . timeStamp - o . timeStamp , e . angle = W ( s , c ) , e . distance = Y ( s , c ) , function ( t , e ) { var n = e . center , r = t . offsetDelta || { } , i = t . prevDelta || { } , o = t . prevInput || { } ; 1 !== e . eventType && 4 !== o . eventType || ( i = t . prevDelta = { x : o . deltaX || 0 , y : o . deltaY || 0 } , r = t . offsetDelta = { x : n . x , y : n . y } ) ; e . deltaX = i . x + ( n . x - r . x ) , e . deltaY = i . y + ( n . y - r . y ) } ( n , e ) , e . offsetDirection = H ( e . deltaX , e . deltaY ) ; var l = G ( e . deltaTime , e . deltaX , e . deltaY ) ; e . overallVelocityX = l . x , e . overallVelocityY = l . y , e . overallVelocity = p ( l . x ) > p ( l . y ) ? l . x : l . y , e . scale = a ? ( u = a . pointers , f = r , Y ( f [ 0 ] , f [ 1 ] , R ) / Y ( u [ 0 ] , u [ 1 ] , R ) ) : 1 , e . rotation = a ? function ( t , e ) { return W ( e [ 1 ] , e [ 0 ] , R ) + W ( t [ 1 ] , t [ 0 ] , R ) } ( a . pointers , r ) : 0 , e . maxPointers = n . prevInput ? e . pointers . length > n . prevInput . maxPointers ? e . pointers . length : n . prevInput . maxPointers : e . pointers . length , function ( t , e ) { var n , r , i , o , a = t . lastInterval || e , s = e . timeStamp - a . timeStamp ; if ( 8 != e . eventType && ( s > 25 || void 0 === a . velocity ) ) { var c
2020-01-16 02:03:29 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /
2020-03-10 21:46:25 +03:00
t . exports = function ( t ) { return null != t && ( n ( t ) || function ( t ) { return "function" == typeof t . readFloatLE && "function" == typeof t . slice && n ( t . slice ( 0 , 0 ) ) } ( t ) || ! ! t . _isBuffer ) } } , function ( t , e , n ) { var r = n ( 2 ) ; t . exports = r . Promise } , function ( t , e , n ) { var r = n ( 10 ) , i = n ( 213 ) , o = n ( 25 ) , a = n ( 65 ) , s = n ( 95 ) , c = n ( 212 ) , l = function ( t , e ) { this . stopped = t , this . result = e } ; ( t . exports = function ( t , e , n , u , f ) { var p , d , h , v , m , g , b , A = a ( e , n , u ? 2 : 1 ) ; if ( f ) p = t ; else { if ( "function" != typeof ( d = s ( t ) ) ) throw TypeError ( "Target is not iterable" ) ; if ( i ( d ) ) { for ( h = 0 , v = o ( t . length ) ; v > h ; h ++ ) if ( ( m = u ? A ( r ( b = t [ h ] ) [ 0 ] , b [ 1 ] ) : A ( t [ h ] ) ) && m instanceof l ) return m ; return new l ( ! 1 ) } p = d . call ( t ) } for ( g = p . next ; ! ( b = g . call ( p ) ) . done ; ) if ( "object" == typeof ( m = c ( p , A , b . value , u ) ) && m && m instanceof l ) return m ; return new l ( ! 1 ) } ) . stop = function ( t ) { return new l ( ! 0 , t ) } } , function ( t , e , n ) { var r = n ( 0 ) ( "iterator" ) , i = ! 1 ; try { var o = 0 , a = { next : function ( ) { return { done : ! ! o ++ } } , return : function ( ) { i = ! 0 } } ; a [ r ] = function ( ) { return this } , Array . from ( a , ( function ( ) { throw 2 } ) ) } catch ( t ) { } t . exports = function ( t , e ) { if ( ! e && ! i ) return ! 1 ; var n = ! 1 ; try { var o = { } ; o [ r ] = function ( ) { return { next : function ( ) { return { done : n = ! 0 } } } } , t ( o ) } catch ( t ) { } return n } } , function ( t , e , n ) { var r = n ( 10 ) , i = n ( 94 ) , o = n ( 0 ) ( "species" ) ; t . exports = function ( t , e ) { var n , a = r ( t ) . constructor ; return void 0 === a || null == ( n = r ( a ) [ o ] ) ? e : i ( n ) } } , function ( t , e , n ) { var r , i , o , a , s , c , l , u , f = n ( 2 ) , p = n ( 34 ) . f , d = n ( 28 ) , h = n ( 236 ) . set , v = n ( 237 ) , m = f . MutationObserver || f . WebKitMutationObserver , g = f . process , b = f . Promise , A = "process" == d ( g ) , y = p ( f , "queueMicrotask" ) , x = y && y . value ; x || ( r = function ( ) { var t , e ; for ( A && ( t = g . domain ) && t . exit ( ) ; i ; ) { e = i . fn , i = i . next ; try { e ( ) } catch ( t ) { throw i ? a ( ) : o = void 0 , t } } o = void 0 , t && t . enter ( ) } , A ? a = function ( ) { g . nextTick ( r ) } : m && ! v ? ( s = ! 0 , c = document . createTextNode ( "" ) , new m ( r ) . observe ( c , { characterData : ! 0 } ) , a = function ( ) { c . data = s = ! s } ) : b && b . resolve ? ( l = b . resolve ( void 0 ) , u = l . then , a = function ( ) { u . call ( l , r ) } ) : a = function ( ) { h . call ( f , r ) } ) , t . exports = x || function ( t ) { var e = { fn : t , next : void 0 } ; o && ( o . next = e ) , i || ( i = e , a ( ) ) , o = e } } , function ( t , e , n ) { var r = n ( 10 ) , i = n ( 15 ) , o = n ( 238 ) ; t . exports = function ( t , e ) { if ( r ( t ) , i ( e ) && e . constructor === t ) return e ; var n = o . f ( t ) ; return ( 0 , n . resolve ) ( e ) , n . promise } } , function ( t , e , n ) { var r = n ( 2 ) ; t . exports = function ( t , e ) { var n = r . console ; n && n . error && ( 1 === arguments . length ? n . error ( t ) : n . error ( t , e ) ) } } , function ( t , e ) { t . exports = function ( t ) { try { return { error : ! 1 , value : t ( ) } } catch ( t ) { return { error : ! 0 , value : t } } } } , function ( t , e ) { t . exports = Object . is || function ( t , e ) { return t === e ? 0 !== t || 1 / t == 1 / e : t != t && e != e } } , function ( t , e , n ) { var r = n ( 21 ) , i = n ( 64 ) . f , o = { } . toString , a = "object" == typeof window && window && Object . getOwnPropertyNames ? Object . getOwnPropertyNames ( window ) : [ ] ; t . exports . f = function ( t ) { return a && "[object Window]" == o . call ( t ) ? function ( t ) { try { return i ( t ) } catch ( t ) { return a . slice ( ) } } ( t ) : i ( r ( t ) ) } } , function ( t , e , n ) { "use strict" ; var r , i = n ( 1 ) , o = n ( 34 ) . f , a = n ( 25 ) , s = n ( 444 ) , c = n ( 33 ) , l = n ( 445 ) , u = n ( 40 ) , f = "" . startsWith , p = Math . min , d = l ( "startsWith" ) ; i ( { target : "String" , proto : ! 0 , forced : ! ! ( u || d || ( r = o ( String . prototype , "startsWith" ) , ! r || r . writable ) ) && ! d } , { startsWith : function ( t ) { var e = String ( c ( this ) ) ; s ( t ) ; var n = a ( p ( arguments . length > 1 ? arguments [ 1 ] : void 0 , e . length ) ) , r = String ( t ) ; return f ? f . call ( e , r , n ) : e . slice ( n , n + r . length ) === r } } ) } , function ( t , e , n ) { var r = n ( 242 ) ; t . exports = function ( t ) { if ( r ( t ) ) throw TypeError ( "The method doesn't accept regular expressions" ) ; return t } } , function ( t , e , n ) { var r = n ( 0 ) ( "match" ) ; t . exports = function ( t ) { var e = /./ ; try { "/./" [ t ] ( e ) } catch ( n ) { try { return e [ r ] = ! 1 , "/./" [ t ] ( e ) } catch ( t ) { } } return ! 1 } } , function ( t , e , n ) { "use strict" ; var r = n ( 243 ) , i = n ( 257 ) . indexOf , o = n ( 459 ) , a = [ ] . indexOf , s = ! ! a && 1 / [ 1 ] . indexOf ( 1 , - 0 ) < 0 , c = o ( "indexOf" ) ; r ( { target : "Array" , proto : ! 0 , forced : s || c } , { indexOf : function ( t ) { return s ? a . apply ( this , arguments ) || 0 : i ( this , t , arguments . length > 1 ? arguments [ 1 ] : void 0 ) } } ) } , function ( t , e , n ) { var r = n ( 27 ) , i = n ( 103 ) , o = r . document , a = i ( o ) && i ( o . createElement ) ; t . exports = function ( t ) { return a ? o . createElement ( t ) : { } } } , function ( t , e , n ) { var r , i , o , a = n ( 449 ) , s = n ( 27 ) , c = n ( 103 ) , l = n ( 71 ) , u = n ( 55 ) , f = n ( 450 ) , p = n ( 255 ) , d = s . WeakMap ; if ( a ) { var h = new d , v = h . get , m = h . has , g = h . set ; r = function ( t , e ) { return g . call ( h , t , e ) , e } , i = function ( t ) { return v . call ( h , t ) || { } } , o = function ( t ) { return m . call ( h , t ) } } else { var b = f ( "state" ) ; p [ b ] = ! 0 , r = function ( t , e )
2019-09-25 19:19:42 +03:00
/ * *
2019-01-10 18:04:13 +03:00
* @ copyright 2019 Roeland Jago Douma < roeland @ famdouma . nl >
*
* @ author 2019 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/>.
* /
2020-01-08 11:17:07 +03:00
o . default . use ( h . a ) ; var v = { setEnforced : function ( t , e ) { o . default . set ( t , "enforced" , e ) } , setEnforcedGroups : function ( t , e ) { o . default . set ( t , "enforcedGroups" , e ) } , setExcludedGroups : function ( t , e ) { o . default . set ( t , "excludedGroups" , e ) } } , m = new h . a . Store ( { strict : ! 1 , state : { enforced : ! 1 , enforcedGroups : [ ] , excludedGroups : [ ] } , mutations : v } ) ; r . nc = btoa ( OC . requestToken ) , o . default . prototype . t = t , window . OC = window . OC || { } , window . OC . Settings = window . OC . Settings || { } , m . replaceState ( Object ( i . loadState ) ( "settings" , "mandatory2FAState" ) ) , new ( o . default . extend ( d ) ) ( { store : m } ) . $mount ( "#two-factor-auth-settings" ) } ] ) ;
2020-03-15 05:18:05 +03:00
//# sourceMappingURL=vue-settings-admin-security.js.map?v=6caeebbc4756e2be2a91