2020-01-27 14:57:56 +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 = 755 ) } ( [ 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 ( 12 ) ) } , function ( t , e , n ) { var r = n ( 0 ) , i = n ( 160 ) , o = n ( 9 ) , a = n ( 106 ) , s = n ( 175 ) , A = n ( 337 ) , c = i ( "wks" ) , u = r . Symbol , l = A ? u : u && u . withoutSetter || a ; t . exports = function ( t ) { return o ( c , t ) || ( s && o ( u , t ) ? c [ t ] = u [ t ] : c [ t ] = l ( "Symbol." + t ) ) , c [ 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 ( 12 ) ) } , function ( t , e , n ) { var r = n ( 2 ) , i = n ( 223 ) , o = n ( 10 ) , a = n ( 127 ) , s = n ( 228 ) , A = n ( 427 ) , c = i ( "wks" ) , u = r . Symbol , l = A ? u : u && u . withoutSetter || a ; t . exports = function ( t ) { return o ( c , t ) || ( s && o ( u , t ) ? c [ t ] = u [ t ] : c [ t ] = l ( "Symbol." + t ) ) , c [ t ] } } , function ( t , e ) { t . exports = function ( t ) { try { return ! ! t ( ) } catch ( t ) { return ! 0 } } } , function ( t , e , n ) { "use strict" ; var r = n ( 165 ) , 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 A ( t ) { return "[object Function]" === i . call ( t ) } function c ( 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 : A , isStream : function ( t ) { return s ( t ) && A ( 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 : c , merge : function t ( ) { var e = { } ; function n ( n , r ) { "object" == typeof e [ r ] && "object" == typeof n ? e [ r ] = t ( e [ r ] , n ) : e [ r ] = n } for ( var r = 0 , i = arguments . length ; r < i ; r ++ ) c ( arguments [ r ] , n ) ; return e } , deepMerge : function t ( ) { var e = { } ; function n ( n , r ) { "object" == typeof e [ r ] && "object" == typeof n ? e [ r ] = t ( e [ r ] , n ) : e [ r ] = "object" == typeof n ? t ( { } , n ) : n } for ( var r = 0 , i = arguments . length ; r < i ; r ++ ) c ( arguments [ r ] , n ) ; return e } , extend : function ( t , e , n ) { return c ( e , ( function ( e , i ) { t [ i ] = n && "function" == typeof e ? r ( e , n ) : e } ) ) , t } , trim : function ( t ) { return t . replace ( /^\s*/ , "" ) . replace ( /\s*$/ , "" ) }
2019-10-28 09:46:16 +03:00
/ * !
2019-12-22 16:49:58 +03:00
* Vue . js v2 . 6.11
2019-10-28 09:46:16 +03:00
* ( c ) 2014 - 2019 Evan You
* Released under the MIT License .
* /
2020-01-27 14:57:56 +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 A ( t ) { return null !== t && "object" == typeof t } var c = Object . prototype . toString ; function u ( t ) { return "[object Object]" === c . call ( t ) } function l ( t ) { return "[object RegExp]" === c . call ( t ) } function f ( 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 p ( t ) { return null == t ? "" : Array . isArray ( t ) || u ( t ) && t . toString === c ? JSON . stringify ( t , null , 2 ) : String ( t ) } function h ( t ) { var e = parseFloat ( t ) ; return isNaN ( e ) ? t : e } function v ( t , e ) { for ( var n = Object . create ( null ) , r = t . split ( "," ) , i = 0 ; i < r . length ; i ++ ) n [ r [ i ] ] = ! 0 ; return e ? function ( t ) { return n [ t . toLowerCase ( ) ] } : function ( t ) { return n [ t ] } } v ( "slot,component" , ! 0 ) ; var g = v ( "key,ref,slot,slot-scope,is" ) ; function m ( t , e ) { if ( t . length ) { var n = t . indexOf ( e ) ; if ( n > - 1 ) return t . splice ( n , 1 ) } } var y = Object . prototype . hasOwnProperty ; function b ( t , e ) { return y . call ( t , e ) } function x ( t ) { var e = Object . create ( null ) ; return function ( n ) { return e [ n ] || ( e [ n ] = t ( n ) ) } } var w = /-(\w)/g , E = x ( ( function ( t ) { return t . replace ( w , ( function ( t , e ) { return e ? e . toUpperCase ( ) : "" } ) ) } ) ) , C = x ( ( function ( t ) { return t . charAt ( 0 ) . toUpperCase ( ) + t . slice ( 1 ) } ) ) , I = /\B([A-Z])/g , T = x ( ( function ( t ) { return t . replace ( I , "-$1" ) . toLowerCase ( ) } ) ) ; var _ = 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 M ( t , e ) { e = e || 0 ; for ( var n = t . length - e , r = new Array ( n ) ; n -- ; ) r [ n ] = t [ n + e ] ; return r } function B ( t , e ) { for ( var n in e ) t [ n ] = e [ n ] ; return t } function S ( t ) { for ( var e = { } , n = 0 ; n < t . length ; n ++ ) t [ n ] && B ( e , t [ n ] ) ; return e } function D ( t , e , n ) { } var O = function ( t , e , n ) { return ! 1 } , N = function ( t ) { return t } ; function L ( t , e ) { if ( t === e ) return ! 0 ; var n = A ( t ) , r = A ( 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 L ( 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 L ( t [ n ] , e [ n ] ) } ) ) } catch ( t ) { return ! 1 } } function k ( t , e ) { for ( var n = 0 ; n < t . length ; n ++ ) if ( L ( t [ n ] , e ) ) return n ; return - 1 } function j ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , t . apply ( this , arguments ) ) } } var R = "data-server-rendered" , Q = [ "component" , "directive" , "filter" ] , P = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" , "serverPrefetch" ] , G = { optionMergeStrategies : Object . create ( null ) , silent : ! 1 , productionTip : ! 1 , devtools : ! 1 , performance : ! 1 , errorHandler : null , warnHandler : null , ignoredElements : [ ] , keyCodes : Object . create ( null ) , isReservedTag : O , isReservedAttr : O , isUnknownElement : O , getTagNamespace : D , parsePlatformTagName : N , mustUseProp : O , async : ! 0 , _lifecycleHooks : P } , U = /a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/ ; function Y ( t , e , n , r ) { Object . defineProperty ( t , e , { value : n , enumerable : ! ! r , writable : ! 0 , configurable : ! 0 } ) } var F = new RegExp ( "[^" + U . source + ".$_\\d]" ) ; var z , H = "__proto__" in { } , W = "undefined" != typeof window , Z = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , $ = Z && WXEnvironment . platform . toLowerCase ( ) , V = W && window . navigator . userAgent . toLowerCase ( ) , X = V && /msie|trident/ . test ( V ) , J = V && V . indexOf ( "msie 9.0" ) > 0 , q = V && V . indexOf ( "edge/" ) > 0 , K = ( V && V . indexOf ( "android" ) , V && /iphone|ipad|ipod|ios/ . test ( V ) || "ios" === $ ) , tt = ( V && /chrome\/\d+/ . test ( V ) , V && /phantomjs/ . test ( V ) , V && V . match ( /firefox\/(\d+)/ ) ) , et = { } . watch , nt = ! 1 ; if ( W ) try { var rt = { } ; Object . defineProperty ( rt , "passive" , { get : function ( ) { nt = ! 0 } } ) , window . addEventListener ( "test-passive" , null , rt ) } catch ( t ) { } var it = function ( ) { return void 0 === z && ( z = ! W && ! Z && void 0 !== t && ( t . process && "server" === t . process . env . VUE _ENV ) ) , z } , ot = W && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function
2019-10-28 09:46:16 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 Julius Härtl < jus @ bitgrid . net >
*
* @ author Julius Härtl < jus @ bitgrid . net >
* @ 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-01-27 14:57:56 +03:00
r . VTooltip . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "c481f14" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , r . VTooltip . options . defaultHtml = ! 1 , e . default = r . VTooltip } , , function ( t , e ) { t . exports = n ( 85 ) } , function ( t , e ) { t . exports = n ( 292 ) } , function ( t , e ) { t . exports = n ( 60 ) } , function ( t , e ) { t . exports = n ( 89 ) } , function ( t , e ) { t . exports = n ( 96 ) } , function ( t , e ) { t . exports = n ( 148 ) } , function ( t , e ) { t . exports = n ( 94 ) } , , function ( t , e ) { t . exports = n ( 97 ) } , , function ( t , e ) { t . exports = n ( 95 ) } , , function ( t , e ) { t . exports = n ( 297 ) } , function ( t , e , n ) { var r = n ( 63 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "6d914181" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 65 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "2fc216d3" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 67 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "b619cfa6" , r , ! 0 , { } ) } , function ( t , e ) { t . exports = n ( 153 ) } , , function ( t , e , n ) { var r = n ( 80 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "9be9793c" , r , ! 0 , { } ) } , function ( t , e ) { } , , , , function ( t , e , n ) { var r = n ( 38 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "941c791e" , r , ! 0 , { } ) } , function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , ".vue-tooltip[data-v-c481f14]{position:absolute;z-index:100000;right:auto;left:auto;display:block;margin:0;margin-top:-3px;padding:10px 0;text-align:left;text-align:start;white-space:normal;text-decoration:none;letter-spacing:normal;word-spacing:normal;text-transform:none;word-wrap:normal;word-break:normal;opacity:0;text-shadow:none;font-family:'Nunito', 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;font-size:12px;font-weight:normal;font-style:normal;line-height:1.6;line-break:auto;filter:drop-shadow(0 1px 10px var(--color-box-shadow))}.vue-tooltip[data-v-c481f14][x-placement^='top'] .tooltip-arrow{bottom:0;margin-top:0;margin-bottom:0;border-width:10px 10px 0 10px;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.vue-tooltip[data-v-c481f14][x-placement^='bottom'] .tooltip-arrow{top:0;margin-top:0;margin-bottom:0;border-width:0 10px 10px 10px;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent}.vue-tooltip[data-v-c481f14][x-placement^='right'] .tooltip-arrow{right:100%;margin-right:0;margin-left:0;border-width:10px 10px 10px 0;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.vue-tooltip[data-v-c481f14][x-placement^='left'] .tooltip-arrow{left:100%;margin-right:0;margin-left:0;border-width:10px 0 10px 10px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.vue-tooltip[data-v-c481f14][aria-hidden='true']{visibility:hidden;transition:opacity .15s, visibility .15s;opacity:0}.vue-tooltip[data-v-c481f14][aria-hidden='false']{visibility:visible;transition:opacity .15s;opacity:1}.vue-tooltip[data-v-c481f14] .tooltip-inner{max-width:350px;padding:5px 8px;text-align:center;color:var(--color-main-text);border-radius:var(--border-radius);background-color:var(--color-main-background)}.vue-tooltip[data-v-c481f14] .tooltip-arrow{position:absolute;z-index:1;width:0;height:0;margin:0;border-style:solid;border-color:var(--color-main-background)}\n" , "" ] ) , t . exports = e } , , , function ( t , e , n ) { "use strict" ;
2019-12-08 05:15:53 +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-12-08 05:15:53 +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-01-27 14:57:56 +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 ) , A = parseInt ( e . g + o [ 1 ] * a , 10 ) , c = parseInt ( e . b + o [ 2 ] * a , 10 ) ; i . push ( new r ( s , A , c ) ) } return i } n ( 26 ) , 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 ) , A = i ( t , o , e ) ; return a . concat ( s ) . concat ( A ) } } , , function ( t , e ) { } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 19 ) , n ( 16 ) , n ( 3 ) , n ( 20 ) , n ( 17 ) , n ( 18 ) , n ( 22 ) ; 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 ( 62 ) , n ( 64 ) , 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\t\t\t" ) ] ) , n ( " b
2019-10-28 09:46:16 +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-12-08 05:15:53 +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-01-16 02:03:29 +03:00
* /
2020-01-27 14:57:56 +03:00
e . default = c } , function ( t , e ) { t . exports = n ( 22 ) } , function ( t , e ) { t . exports = n ( 493 ) } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 26 ) , n ( 61 ) , n ( 46 ) , n ( 30 ) , n ( 3 ) , n ( 59 ) , n ( 60 ) ; var r = n ( 15 ) , i = n ( 44 ) , o = n ( 45 ) , a = n . n ( o ) , s = n ( 12 ) , A = ( n ( 14 ) , n ( 78 ) , n ( 24 ) , n ( 57 ) ) , c = n . n ( A ) , u = n ( 41 ) ; function l ( t , e , n , r , i , o , a ) { try { var s = t [ o ] ( a ) , A = s . value } catch ( t ) { return void n ( t ) } s . done ? e ( A ) : Promise . resolve ( A ) . then ( r , i ) } var f , d , 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 = c ( ) ( 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 : ( f = regeneratorRuntime . mark ( ( function t ( ) { var e , n , r ; return regeneratorRuntime . wrap ( ( function ( t ) { for ( ; ; ) switch ( t . prev = t . next ) { case 0 : return t . prev = 0 , e = encodeURIComponent ( this . user ) , t . next = 4 , a . a . post ( OC . generateUrl ( "contactsmenu/findOne" ) , "shareType=0&shareWith=" . concat ( e ) ) ; case 4 : n = t . sent , r = n . data , this . contactsMenuActions = [ r . topAction ] . concat ( r . actions ) , t . next = 12 ; break ; case 9 : t . prev = 9 , t . t0 = t . catch ( 0 ) , this . contactsMenuOpenState = ! 1 ; case 12 : this . isMenuLoaded = ! 0 ; case 13 : case "end" : return t . stop ( ) } } ) , t , this , [ [ 0 , 9 ] ] ) } ) ) , d = function ( ) { var t = this , e = arguments ; return new Promise ( ( function ( n , r ) { var i = f . apply ( t , e ) ; function o ( t ) { l ( i , n , r , o , a , "next" , t ) } function a ( t ) { l ( i , n , r , o , a , "throw" , t ) } o ( void 0 ) } ) ) } , function ( ) { return d . apply ( this , arguments ) } ) , loadAvatarUrl : function ( ) { var t = this ; if ( this . isAvatarLoaded = ! 1 , ! this . isUrlDefined && ( ! this . isUserDefined || this . isNoUser ) ) return this . isAvatarLoaded = ! 0 , v
2019-12-08 05:15:53 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2018 Julius Härtl < jus @ bitgrid . net >
2019-12-08 05:15:53 +03:00
*
2020-01-16 02:03:29 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2019-12-08 05:15:53 +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-10-28 09:46:16 +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-01-27 14:57:56 +03:00
e . default = y } , , , , , , , , , , function ( t , e ) { t . exports = n ( 494 ) } , , function ( t , e ) { t . exports = n ( 496 ) } , function ( t , e ) { t . exports = n ( 501 ) } , function ( t , e ) { t . exports = n ( 502 ) } , function ( t , e , n ) { "use strict" ; var r = n ( 27 ) ; 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 ( 28 ) ; 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
2019-10-28 09:46:16 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-12-08 05:15:53 +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-12-08 05:15:53 +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-27 14:57:56 +03:00
* / e . a = { b e f o r e : f u n c t i o n ( ) { t h i s . $ s l o t s . d e f a u l t & & " " ! = = t h i s . t e x t . t r i m ( ) | | ( i . a . u t i l . w a r n ( " " . c o n c a t ( t h i s . $ o p t i o n s . n a m e , " c a n n o t b e e m p t y a n d r e q u i r e s a m e a n i n g f u l t e x t c o n t e n t " ) , t h i s ) , t h i s . $ d e s t r o y ( ) , t h i s . $ e l . r e m o v e ( ) ) } , b e f o r e U p d a t e : f u n c t i o n ( ) { t h i s . t e x t = t h i s . g e t T e x t ( ) } , d a t a : f u n c t i o n ( ) { r e t u r n { t e x t : t h i s . g e t T e x t ( ) } } , c o m p u t e d : { i s L o n g T e x t : f u n c t i o n ( ) { r e t u r n t h i s . t e x t & & t h i s . t e x t . t r i m ( ) . l e n g t h > 2 0 } } , m e t h o d s : { g e t T e x t : f u n c t i o n ( ) { r e t u r n t h i s . $ s l o t s . d e f a u l t ? t h i s . $ s l o t s . d e f a u l t [ 0 ] . t e x t . t r i m ( ) : " " } } } } , 1 6 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 6 0 ) } , 1 7 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 8 9 ) } , 1 8 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 9 6 ) } , 2 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; f u n c t i o n r ( t , e ) { f o r ( v a r n = [ ] , r = { } , i = 0 ; i < e . l e n g t h ; i + + ) { v a r o = e [ i ] , a = o [ 0 ] , s = { i d : t + " : " + i , c s s : o [ 1 ] , m e d i a : o [ 2 ] , s o u r c e M a p : o [ 3 ] } ; r [ a ] ? r [ a ] . p a r t s . p u s h ( s ) : n . p u s h ( r [ a ] = { i d : a , p a r t s : [ s ] } ) } r e t u r n n } n . r ( e ) , n . d ( e , " d e f a u l t " , ( f u n c t i o n ( ) { r e t u r n p } ) ) ; v a r i = " u n d e f i n e d " ! = t y p e o f d o c u m e n t ; i f ( " u n d e f i n e d " ! = t y p e o f D E B U G & & D E B U G & & ! i ) t h r o w n e w E r r o r ( " v u e - s t y l e - l o a d e r c a n n o t b e u s e d i n a n o n - b r o w s e r e n v i r o n m e n t . U s e { t a r g e t : ' n o d e ' } i n y o u r W e b p a c k c o n f i g t o i n d i c a t e a s e r v e r - r e n d e r i n g e n v i r o n m e n t . " ) ; v a r o = { } , a = i & & ( d o c u m e n t . h e a d | | d o c u m e n t . g e t E l e m e n t s B y T a g N a m e ( " h e a d " ) [ 0 ] ) , s = n u l l , A = 0 , c = ! 1 , u = f u n c t i o n ( ) { } , l = n u l l , f = " d a t a - v u e - s s r - i d " , d = " u n d e f i n e d " ! = t y p e o f n a v i g a t o r & & / m s i e [ 6 - 9 ] \ b / . t e s t ( n a v i g a t o r . u s e r A g e n t . t o L o w e r C a s e ( ) ) ; f u n c t i o n p ( t , e , n , i ) { c = n , l = i | | { } ; v a r a = r ( t , e ) ; r e t u r n h ( a ) , f u n c t i o n ( e ) { f o r ( v a r n = [ ] , i = 0 ; i < a . l e n g t h ; i + + ) { v a r s = a [ i ] ; ( A = o [ s . i d ] ) . r e f s - - , n . p u s h ( A ) } f o r ( e ? h ( a = r ( t , e ) ) : a = [ ] , i = 0 ; i < n . l e n g t h ; i + + ) { v a r A ; i f ( 0 = = = ( A = n [ i ] ) . r e f s ) { f o r ( v a r c = 0 ; c < A . p a r t s . l e n g t h ; c + + ) A . p a r t s [ c ] ( ) ; d e l e t e o [ A . i d ] } } } } f u n c t i o n h ( t ) { f o r ( v a r e = 0 ; e < t . l e n g t h ; e + + ) { v a r n = t [ e ] , r = o [ n . i d ] ; i f ( r ) { r . r e f s + + ; f o r ( v a r i = 0 ; i < r . p a r t s . l e n g t h ; i + + ) r . p a r t s [ i ] ( n . p a r t s [ i ] ) ; f o r ( ; i < n . p a r t s . l e n g t h ; i + + ) r . p a r t s . p u s h ( g ( n . p a r t s [ i ] ) ) ; r . p a r t s . l e n g t h > n . p a r t s . l e n g t h & & ( r . p a r t s . l e n g t h = n . p a r t s . l e n g t h ) } e l s e { v a r a = [ ] ; f o r ( i = 0 ; i < n . p a r t s . l e n g t h ; i + + ) a . p u s h ( g ( n . p a r t s [ i ] ) ) ; o [ n . i d ] = { i d : n . i d , r e f s : 1 , p a r t s : a } } } } f u n c t i o n v ( ) { v a r t = d o c u m e n t . c r e a t e E l e m e n t ( " s t y l e " ) ; r e t u r n t . t y p e = " t e x t / c s s " , a . a p p e n d C h i l d ( t ) , t } f u n c t i o n g ( t ) { v a r e , n , r = d o c u m e n t . q u e r y S e l e c t o r ( " s t y l e [ " + f + ' ~ = " ' + t . i d + ' " ] ' ) ; i f ( r ) { i f ( c ) r e t u r n u ; r . p a r e n t N o d e . r e m o v e C h i l d ( r ) } i f ( d ) { v a r i = A + + ; r = s | | ( s = v ( ) ) , e = b . b i n d ( n u l l , r , i , ! 1 ) , n = b . b i n d ( n u l l , r , i , ! 0 ) } e l s e r = v ( ) , e = f u n c t i o n ( t , e ) { v a r n = e . c s s , r = e . m e d i a , i = e . s o u r c e M a p ; i f ( r & & t . s e t A t t r i b u t e ( " m e d i a " , r ) , l . s s r I d & & t . s e t A t t r i b u t e ( f , e . i d ) , i & & ( n + = " \ n / * # s o u r c e U R L = " + i . s o u r c e s [ 0 ] + " * / " , n + = " \ n / * # s o u r c e M a p p i n g U R L = d a t a : a p p l i c a t i o n / j s o n ; b a s e 6 4 , " + b t o a ( u n e s c a p e ( e n c o d e U R I C o m p o n e n t ( J S O N . s t r i n g i f y ( i ) ) ) ) + " * / " ) , t . s t y l e S h e e t ) t . s t y l e S h e e t . c s s T e x t = n ; e l s e { f o r ( ; t . f i r s t C h i l d ; ) t . r e m o v e C h i l d ( t . f i r s t C h i l d ) ; t . a p p e n d C h i l d ( d o c u m e n t . c r e a t e T e x t N o d e ( n ) ) } } . b i n d ( n u l l , r ) , n = f u n c t i o n ( ) { r . p a r e n t N o d e . r e m o v e C h i l d ( r ) } ; r e t u r n e ( t ) , f u n c t i o n ( r ) { i f ( r ) { i f ( r . c s s = = = t . c s s & & r . m e d i a = = = t . m e d i a & & r . s o u r c e M a p = = = t . s o u r c e M a p ) r e t u r n ; e ( t = r ) } e l s e n ( ) } } v a r m , y = ( m = [ ] , f u n c t i o n ( t , e ) { r e t u r n m [ t ] = e , m . f i l t e r ( B o o l e a n ) . j o i n ( " \ n " ) } ) ; f u n c t i o n b ( t , e , n , r ) { v a r i = n ? " " : r . c s s ; i f ( t . s t y l e S h e e t ) t . s t y l e S h e e t . c s s T e x t = y ( e , i ) ; e l s e { v a r o = d o c u m e n t . c r e a t e T e x t N o d e ( i ) , a = t . c h i l d N o d e s ; a [ e ] & & t . r e m o v e C h i l d ( a [ e ] ) , a . l e n g t h ? t . i n s e r t B e f o r e ( o , a [ e ] ) : t . a p p e n d C h i l d ( o ) } } } , 2 2 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 9 7 ) } , 2 3 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 9 8 ) } , 2 5 : 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 2 ) ; v a r r = n ( 1 3 ) , 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 ( ) } } } } } , 3 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 5 1 ) } , 3 9 : f u n c t i o n ( t , e , n ) { v a r r = n ( 1 1 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 ) ( " 4 a 5 8 0 9 1 2 " , r , ! 0 , { } ) } , 4 8 : 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 a m e : " A c t i o n B u t t o n " , m i x i n s : [ n ( 2 5 ) . a ] , p r o p s : { 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 } } , c o m p u t e d : { i s F o c u s a b l e : f u n c t i o n ( ) { r e t u r n ! t h i s . d i s a b l e d } } } , i = ( n ( 1 1 2 ) , n ( 0 ) ) , o = n ( 5 0 ) , a = n . n ( o ) , s = O b j e c t ( i . a ) ( r , ( f u n c
2019-12-08 05:15:53 +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-01-16 02:03:29 +03:00
* /
2020-01-27 14:57:56 +03:00
e . default = r . a } } ) } , function ( t , e , n ) { "use strict" ; t . exports = function ( t ) { var e = [ ] ; return e . toString = function ( ) { return this . map ( ( function ( e ) { var n = function ( t , e ) { var n = t [ 1 ] || "" , r = t [ 3 ] ; if ( ! r ) return n ; if ( e && "function" == typeof btoa ) { var i = ( a = r , s = btoa ( unescape ( encodeURIComponent ( JSON . stringify ( a ) ) ) ) , A = "sourceMappingURL=data:application/json;charset=utf-8;base64," . concat ( s ) , "/*# " . concat ( A , " */" ) ) , o = r . sources . map ( ( function ( t ) { return "/*# sourceURL=" . concat ( r . sourceRoot || "" ) . concat ( t , " */" ) } ) ) ; return [ n ] . concat ( o ) . concat ( [ i ] ) . join ( "\n" ) } var a , s , A ; return [ n ] . join ( "\n" ) } ( e , t ) ; return e [ 2 ] ? "@media " . concat ( e [ 2 ] , " {" ) . concat ( n , "}" ) : n } ) ) . join ( "" ) } , e . i = function ( t , n ) { "string" == typeof t && ( t = [ [ null , t , "" ] ] ) ; for ( var r = 0 ; r < t . length ; r ++ ) { var i = [ ] . concat ( t [ r ] ) ; n && ( i [ 2 ] ? i [ 2 ] = "" . concat ( n , " and " ) . concat ( i [ 2 ] ) : i [ 2 ] = n ) , e . push ( i ) } } , e } } , function ( t , e ) { var n = { } . toString ; t . exports = function ( t ) { return n . call ( t ) . slice ( 8 , - 1 ) } } , function ( t , e , n ) { var r = n ( 33 ) , i = n ( 35 ) . f , o = Function . prototype , a = o . toString , s = /^\s*function ([^ (]*)/ ; ! r || "name" in o || i ( o , "name" , { configurable : ! 0 , get : function ( ) { try { return a . call ( this ) . match ( s ) [ 1 ] } catch ( t ) { return "" } } } ) } , function ( t , e , n ) { "use strict" ; var r = n ( 86 ) , i = n ( 588 ) , o = n ( 152 ) , a = n ( 84 ) , s = n ( 481 ) , A = a . set , c = a . getterFor ( "Array Iterator" ) ; t . exports = s ( Array , "Array" , ( function ( t , e ) { A ( this , { type : "Array Iterator" , target : r ( t ) , index : 0 , kind : e } ) } ) , ( function ( ) { var t = c ( this ) , e = t . target , n = t . kind , r = t . index ++ ; return ! e || r >= e . length ? ( t . target = void 0 , { value : void 0 , done : ! 0 } ) : "keys" == n ? { value : r , done : ! 1 } : "values" == n ? { value : e [ r ] , done : ! 1 } : { value : [ r , e [ r ] ] , done : ! 1 } } ) , "values" ) , o . Arguments = o . Array , i ( "keys" ) , i ( "values" ) , i ( "entries" ) } , function ( t , e ) { t . exports = function ( t , e ) { return { enumerable : ! ( 1 & t ) , configurable : ! ( 2 & t ) , writable : ! ( 4 & t ) , value : e } } } , function ( t , e , n ) { var r = n ( 99 ) , i = n ( 101 ) ; t . exports = function ( t ) { return r ( i ( t ) ) } } , function ( t , e , n ) { var r , i , o , a = n ( 303 ) , s = n ( 0 ) , A = n ( 13 ) , c = n ( 25 ) , u = n ( 9 ) , l = n ( 104 ) , f = n ( 64 ) , d = s . WeakMap ; if ( a ) { var p = new d , h = p . get , v = p . has , g = p . set ; r = function ( t , e ) { return g . call ( p , t , e ) , e } , i = function ( t ) { return h . call ( p , t ) || { } } , o = function ( t ) { return v . call ( p , t ) } } else { var m = l ( "state" ) ; f [ m ] = ! 0 , r = function ( t , e ) { return c ( t , m , e ) , e } , i = function ( t ) { return u ( t , m ) ? t [ m ] : { } } , o = function ( t ) { return u ( t , m ) } } t . exports = { set : r , get : i , has : o , enforce : function ( t ) { return o ( t ) ? i ( t ) : r ( t , { } ) } , getterFor : function ( t ) { return function ( e ) { var n ; if ( ! A ( e ) || ( n = i ( e ) ) . type !== t ) throw TypeError ( "Incompatible receiver, " + t + " required" ) ; return n } } } } , function ( t , e ) { t . exports = { } } , function ( t , e , n ) { var r = n ( 306 ) , i = n ( 0 ) , o = function ( t ) { return "function" == typeof t ? t : void 0 } ; t . exports = function ( t , e ) { return arguments . length < 2 ? o ( r [ t ] ) || o ( i [ t ] ) : r [ t ] && r [ t ] [ e ] || i [ t ] && i [ t ] [ e ] } } , function ( t , e , n ) { var r = n ( 107 ) , i = Math . min ; t . exports = function ( t ) { return t > 0 ? i ( r ( t ) , 9007199254740991 ) : 0 } } , function ( t , e , n ) { var r = n ( 101 ) ; t . exports = function ( t ) { return Object ( r ( 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 ( 12 ) ) } , function ( t , e ) { var n = { } . hasOwnProperty ; t . exports = function ( t , e ) { return n . call ( t , e ) } } , function ( t , e , n ) { var r = n ( 114 ) , i = n ( 90 ) , o = n ( 254 ) ; t . exports = r ? function ( t , e , n ) { return i . f ( t , e , o ( 1 , n ) ) } : function ( t , e , n ) { return t [ e ] = n , t } } , function ( t , e ) { t . exports = function ( t ) { if ( null == t ) throw TypeError ( "Can't call method on " + t ) ; return t } } , function ( t , e ) { t . exports = function ( t ) { return "object" == typeof t ? null !== t : "function" == typeof t } } , function ( t , e , n ) { var r = n ( 14 ) , i = n ( 45 ) , o = n ( 38 ) , a = n ( 118 ) , s = n ( 203 ) , A = n ( 386 ) , c = A . get , u = A . enforce , l = String ( String ) . split ( "String" ) ; ( t . exports = function ( t , e , n , s ) { var A = ! ! s && ! ! s . unsafe , c = ! ! s && ! ! s . enumerable , f = ! ! s && ! ! s . noTargetGet ; "function" == typeof n && ( "string" != typeof e || o ( n , "name" ) || i ( n , "name" , e ) , u ( n ) . source = l . join ( "string" == typeof e ? e : "" ) ) , t !== r ? ( A ? ! f && t [ e ] && ( c = ! 0 ) : delete t [ e ] , c ? t [ e ] = n : i ( t , e , n ) ) : c ? t [ e ] = n : a ( e , n ) } ) ( Function . prototype , "toString" , ( function ( ) { return "function" == typeof this && c ( this ) . source || s ( this ) } ) ) } , function ( t , e ) { var n = Math . ceil , r = Math . floor ; t . exports = function ( t ) { return isNaN ( t = + t ) ? 0 : ( t > 0 ? r : n ) ( t ) } } , function ( t , e , n ) { var r = n ( 2 )
2019-12-08 05:15:53 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 Julius Härtl < jus @ bitgrid . net >
2019-10-28 09:46:16 +03:00
*
2020-01-16 02:03:29 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2019-10-28 09:46:16 +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-01-27 14:57:56 +03:00
r . VTooltip . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "c481f14" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , r . VTooltip . options . defaultHtml = ! 1 , e . default = r . VTooltip } , 2 : function ( t , e , n ) { "use strict" ; function r ( t , e ) { for ( var n = [ ] , r = { } , i = 0 ; i < e . length ; i ++ ) { var o = e [ i ] , a = o [ 0 ] , s = { id : t + ":" + i , css : o [ 1 ] , media : o [ 2 ] , sourceMap : o [ 3 ] } ; r [ a ] ? r [ a ] . parts . push ( s ) : n . push ( r [ a ] = { id : a , parts : [ s ] } ) } return n } n . r ( e ) , n . d ( e , "default" , ( function ( ) { return p } ) ) ; var i = "undefined" != typeof document ; if ( "undefined" != typeof DEBUG && DEBUG && ! i ) throw new Error ( "vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment." ) ; var o = { } , a = i && ( document . head || document . getElementsByTagName ( "head" ) [ 0 ] ) , s = null , A = 0 , c = ! 1 , u = function ( ) { } , l = null , f = "data-vue-ssr-id" , d = "undefined" != typeof navigator && /msie [6-9]\b/ . test ( navigator . userAgent . toLowerCase ( ) ) ; function p ( t , e , n , i ) { c = n , l = i || { } ; var a = r ( t , e ) ; return h ( a ) , function ( e ) { for ( var n = [ ] , i = 0 ; i < a . length ; i ++ ) { var s = a [ i ] ; ( A = o [ s . id ] ) . refs -- , n . push ( A ) } for ( e ? h ( a = r ( t , e ) ) : a = [ ] , i = 0 ; i < n . length ; i ++ ) { var A ; if ( 0 === ( A = n [ i ] ) . refs ) { for ( var c = 0 ; c < A . parts . length ; c ++ ) A . parts [ c ] ( ) ; delete o [ A . id ] } } } } function h ( t ) { for ( var e = 0 ; e < t . length ; e ++ ) { var n = t [ e ] , r = o [ n . id ] ; if ( r ) { r . refs ++ ; for ( var i = 0 ; i < r . parts . length ; i ++ ) r . parts [ i ] ( n . parts [ i ] ) ; for ( ; i < n . parts . length ; i ++ ) r . parts . push ( g ( n . parts [ i ] ) ) ; r . parts . length > n . parts . length && ( r . parts . length = n . parts . length ) } else { var a = [ ] ; for ( i = 0 ; i < n . parts . length ; i ++ ) a . push ( g ( n . parts [ i ] ) ) ; o [ n . id ] = { id : n . id , refs : 1 , parts : a } } } } function v ( ) { var t = document . createElement ( "style" ) ; return t . type = "text/css" , a . appendChild ( t ) , t } function g ( t ) { var e , n , r = document . querySelector ( "style[" + f + '~="' + t . id + '"]' ) ; if ( r ) { if ( c ) return u ; r . parentNode . removeChild ( r ) } if ( d ) { var i = A ++ ; r = s || ( s = v ( ) ) , e = b . bind ( null , r , i , ! 1 ) , n = b . bind ( null , r , i , ! 0 ) } else r = v ( ) , e = function ( t , e ) { var n = e . css , r = e . media , i = e . sourceMap ; if ( r && t . setAttribute ( "media" , r ) , l . ssrId && t . setAttribute ( f , e . id ) , i && ( n += "\n/*# sourceURL=" + i . sources [ 0 ] + " */" , n += "\n/*# sourceMappingURL=data:application/json;base64," + btoa ( unescape ( encodeURIComponent ( JSON . stringify ( i ) ) ) ) + " */" ) , t . styleSheet ) t . styleSheet . cssText = n ; else { for ( ; t . firstChild ; ) t . removeChild ( t . firstChild ) ; t . appendChild ( document . createTextNode ( n ) ) } } . bind ( null , r ) , n = function ( ) { r . parentNode . removeChild ( r ) } ; return e ( t ) , function ( r ) { if ( r ) { if ( r . css === t . css && r . media === t . media && r . sourceMap === t . sourceMap ) return ; e ( t = r ) } else n ( ) } } var m , y = ( m = [ ] , function ( t , e ) { return m [ t ] = e , m . filter ( Boolean ) . join ( "\n" ) } ) ; function b ( t , e , n , r ) { var i = n ? "" : r . css ; if ( t . styleSheet ) t . styleSheet . cssText = y ( e , i ) ; else { var o = document . createTextNode ( i ) , a = t . childNodes ; a [ e ] && t . removeChild ( a [ e ] ) , a . length ? t . insertBefore ( o , a [ e ] ) : t . appendChild ( o ) } } } , 37 : function ( t , e , n ) { var r = n ( 38 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "941c791e" , r , ! 0 , { } ) } , 38 : function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , " . vue - tooltip [ data - v - c481f14 ] { position : absolute ; z - index : 100000 ; right : auto ; left : auto ; display : block ; margin : 0 ; margin - top : - 3 px ; padding : 10 px 0 ; text - align : left ; text - align : start ; white - space : normal ; text - decoration : none ; letter - spacing : normal ; word - spacing : normal ; text - transform : none ; word - wrap : normal ; word - break : normal ; opacity : 0 ; text - shadow : none ; font - family : 'Nunito' , 'Open Sans' , Frutiger , Calibri , 'Myriad Pro' , Myriad , sans - serif ; font - size : 12 px ; font - weight : normal ; font - style : normal ; line - height : 1.6 ; line - break : auto ; filter : drop - shadow ( 0 1 px 10 px var ( -- color - box - shadow ) ) } . vue - tooltip [ data - v - c481f14 ] [ x - placement ^= 'top' ] . tooltip - arrow { bottom : 0 ; margin - top : 0 ; margin - bottom : 0 ; border - width : 10 px 10 px 0 10 px ; border - right - color : transparent ; border - bottom - color : transparent ; border - left - color : transparent } . vue - tooltip [ data - v - c481f14 ] [ x - placement ^= 'bottom' ] . tooltip - arrow { top : 0 ; margin - top : 0 ; margin - bottom : 0 ; border - width : 0 10 px 10 px 10 px ; border - top - color : transparent ; border - right - color : transparent ; border - left - color : transparent } . vue - tooltip [ data - v - c481f14 ] [ x - placement ^= 'right' ] . tooltip - arrow { right : 100 % ; margin - right : 0 ; margin - left : 0 ; border - width : 10 px 10 px 10 px 0 ; border - top -
2019-10-28 09:46:16 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 Julius Härtl < jus @ bitgrid . net >
2019-10-28 09:46:16 +03:00
*
2020-01-16 02:03:29 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2019-10-28 09:46:16 +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-01-16 02:03:29 +03:00
* /
2020-01-27 14:57:56 +03:00
r . VTooltip . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "c481f14" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , r . VTooltip . options . defaultHtml = ! 1 , e . default = r . VTooltip } , , function ( t , e ) { t . exports = n ( 85 ) } , function ( t , e ) { t . exports = n ( 292 ) } , , , , function ( t , e ) { t . exports = n ( 148 ) } , function ( t , e ) { t . exports = n ( 94 ) } , function ( t , e , n ) { "use strict" ; n ( 3 ) , n ( 14 ) , n ( 20 ) , n ( 24 ) , e . a = function ( t ) { return Math . random ( ) . toString ( 36 ) . replace ( /[^a-z]+/g , "" ) . substr ( 0 , t || 5 ) } } , , , function ( t , e ) { t . exports = n ( 95 ) } , , function ( t , e ) { t . exports = n ( 297 ) } , , , , , function ( t , e , n ) { var r = n ( 77 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "0a304400" , r , ! 0 , { } ) } , , , , function ( t , e , n ) { "use strict" ; n ( 26 ) , n ( 49 ) , n ( 19 ) ; var r = n ( 15 ) , i = n ( 12 ) , o = n ( 21 ) , a = ( n ( 74 ) , function ( t ) { var e = t . getBoundingClientRect ( ) , n = document . documentElement . clientHeight , r = document . documentElement . clientWidth , i = Object . assign ( { } ) ; return i . top = e . top < 0 , i . left = e . left < 0 , i . bottom = e . bottom > n , i . right = e . right > r , i . any = i . top || i . left || i . bottom || i . right , i . all = i . top && i . left && i . bottom && i . right , i . offsetY = i . top ? e . top : i . bottom ? e . bottom - n : 0 , i . offsetX = i . left ? e . left : i . right ? e . right - r : 0 , i } ) , s = ( n ( 71 ) , n ( 75 ) , n ( 6 ) , n ( 72 ) , n ( 5 ) ) , A = n . n ( s ) , c = function ( t , e , n ) { void 0 !== t && t . forEach ( ( function ( r , i ) { var o = ! r . componentOptions && r . tag && - 1 === e . indexOf ( r . tag ) , a = ! ! r . componentOptions && "string" == typeof r . componentOptions . tag && - 1 === e . indexOf ( r . componentOptions . tag ) ; ( o || a ) && ( A . a . util . warn ( "" . concat ( o ? r . tag : r . componentOptions . tag , " is not allowed inside the " ) . concat ( n . $options . name , " component" ) , n ) , t . splice ( i , 1 ) ) } ) ) } , u = [ "ActionButton" , "ActionCheckbox" , "ActionInput" , "ActionLink" , "ActionRadio" , "ActionRouter" , "ActionSeparator" , "ActionText" , "ActionTextEditable" ] , l = { name : "Actions" , directives : { ClickOutside : r . directive , tooltip : i . default } , props : { open : { type : Boolean , default : ! 1 } , forceMenu : { type : Boolean , default : ! 1 } , menuAlign : { type : String , default : "center" , validator : function ( t ) { return [ "left" , "center" , "right" ] . indexOf ( t ) > - 1 } } , defaultIcon : { type : String , default : "action-item__menutoggle--default-icon" } } , data : function ( ) { return { actions : [ ] , opened : this . open , focusIndex : 0 , randomId : "menu-" + Object ( o . a ) ( ) , offsetX : 0 , offsetY : 0 , offsetYArrow : 0 , rotateArrow : ! 1 , children : this . $children } } , computed : { hasMultipleActions : function ( ) { return this . actions . length > 1 } , isValidSingleAction : function ( ) { return 1 === this . actions . length && null !== this . firstActionElement } , firstActionVNode : function ( ) { return this . actions [ 0 ] } , firstAction : function ( ) { return this . children [ 0 ] ? this . children [ 0 ] : { } } , firstActionBinding : function ( ) { if ( this . firstActionVNode && this . firstActionVNode . componentOptions ) { var t = this . firstActionVNode . componentOptions . tag ; if ( "ActionLink" === t ) return { is : "a" , href : this . firstAction . href , target : this . firstAction . target } ; if ( "ActionRouter" === t ) return { is : "router-link" , to : this . firstAction . to , exact : this . firstAction . exact } ; if ( "ActionButton" === t ) return { is : "button" } } return null } , firstActionEvent : function ( ) { return this . firstActionVNode && this . firstActionVNode . componentOptions && this . firstActionVNode . componentOptions . listeners && this . firstActionVNode . componentOptions . listeners . click } , firstActionEventBinding : function ( ) { return this . firstActionEvent ? "click" : null } , firstActionClass : function ( ) { var t = this . firstActionVNode && this . firstActionVNode . data . staticClass , e = this . firstActionVNode && this . firstActionVNode . data . class ; return "" . concat ( t , " " ) . concat ( e ) } } , watch : { open : function ( t ) { var e = this ; this . opened = t , this . opened && this . $nextTick ( ( function ( ) { e . onOpen ( ) } ) ) } } , beforeMount : function ( ) { this . initActions ( ) , c ( this . $slots . default , u , this ) } , beforeUpdate : function ( ) { this . initActions ( ) , c ( this . $slots . default , u , this ) } , methods : { toggleMenu : function ( t ) { var e = this ; this . opened = ! this . opened , this . opened ? ( this . $nextTick ( ( function ( ) { e . onOpen ( ) , e . focusFirstAction ( ) } ) ) , this . $emit ( "open" , t ) ) : ( this . offsetX = 0 , this . offsetY = 0 , this . offsetYArrow = 0 , this . rotateArrow = ! 1 ) , this . $emit ( "update:open" , this . opened ) } , closeMenu : function ( t ) { this . opened && ( this . $emit ( "update:open" , ! 1 ) , this . $emit ( "close" , t ) ) , this . opened = ! 1 , this . offsetX = 0 , this . offsetY = 0 , this . offsetYArrow = 0 , this . rotateArrow = ! 1 } , o
2019-10-28 09:46:16 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-10-28 09:46:16 +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/>.
*
2019-11-27 20:11:33 +03:00
* /
2020-01-27 14:57:56 +03:00
e . default = r . a } , , , , , , , , , , , , , , , , function ( t , e ) { t . exports = n ( 584 ) } , function ( t , e ) { t . exports = n ( 585 ) } , , function ( t , e ) { t . exports = n ( 586 ) } , function ( t , e ) { t . exports = n ( 587 ) } , function ( t , e , n ) { "use strict" ; var r = n ( 31 ) ; n . n ( r ) . a } , function ( t , e , n ) { var r = n ( 1 ) , i = n ( 7 ) , o = n ( 8 ) , a = n ( 9 ) , s = n ( 10 ) , A = n ( 11 ) ; e = r ( ! 1 ) ; var c = i ( o ) , u = i ( a ) , l = i ( s ) , f = i ( A ) ; e . push ( [ t . i , '@font-face{font-family:"iconfont-vue-c481f14";src:url(' + c + ");src:url(" + c + ') format("embedded-opentype"),url(' + u + ') format("woff"),url(' + l + ') format("truetype"),url(' + f + ') format("svg")}.icon[data-v-5acb084b]{font-style:normal;font-weight:400}.icon.arrow-left-double[data-v-5acb084b]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.arrow-left[data-v-5acb084b]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.arrow-right-double[data-v-5acb084b]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.arrow-right[data-v-5acb084b]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.checkmark[data-v-5acb084b]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.close[data-v-5acb084b]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.confirm[data-v-5acb084b]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.menu[data-v-5acb084b]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.more[data-v-5acb084b]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.pause[data-v-5acb084b]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.play[data-v-5acb084b]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.triangle-s[data-v-5acb084b]:before{font-family:"iconfont-vue-c481f14";content:""}.action-item[data-v-5acb084b]{position:relative;display:inline-block}.action-item--single[data-v-5acb084b]:hover,.action-item--single[data-v-5acb084b]:focus,.action-item--single[data-v-5acb084b]:active,.action-item__menutoggle[data-v-5acb084b]:hover,.action-item__menutoggle[data-v-5acb084b]:focus,.action-item__menutoggle[data-v-5acb084b]:active{border-radius:22px;background-color:rgba(127,127,127,0.25) !important;opacity:1}.action-item.action-item--open .action-item__menutoggle[data-v-5acb084b]{opacity:1;border-radius:22px;background-color:rgba(127,127,127,0.25)}.action-item--single[data-v-5acb084b],.action-item__menutoggle[data-v-5acb084b]{box-sizing:border-box;width:44px;height:44px;margin:0;padding:14px;cursor:pointer;border:none;background-color:transparent}.action-item__menutoggle[data-v-5acb084b]{display:flex;align-items:center;justify-content:center;opacity:.7}.action-item__menutoggle[data-v-5acb084b]:before{content:\'\'}.action-item__menutoggle--default-icon[data-v-5acb084b]{font-size:16px}.action-item__menutoggle--default-icon[data-v-5acb084b]:before{font-family:"iconfont-vue-c481f14";font-style:normal;font-weight:400;content:""}.action-item--single[data-v-5acb084b]{opacity:.7}.action-item--single[data-v-5acb084b]:hover,.action-item--single[data-v-5acb084b]:focus,.action-item--single[data-v-5acb084b]:active{opacity:1}.action-item--single>[hidden][data-v-5acb084b]{display:none}.action-item--multiple[data-v-5acb084b]{position:relative}.action-item__menu[data-v-5acb084b]{position:absolute;z-index:110;right:50%;display:none;margin-bottom:10px;margin-top:-5px;transform:translateX(50%);color:var(--color-main-text);border-radius:var(--border-radius);background-color:var(--color-main-background);filter:drop-shadow(0 1px 3px var(--color-box-shadow))}.action-item__menu ul[data-v-5acb084b]>:not(li){display:none}.action-item__menu.open[data-v-5acb084b]{display:block}.action-item__menu .action-item__menu_arrow[data-v-5acb084b]{position:absolute;right:50%;bottom:100%;width:0;height:0;margin-right:-9px;content:\' \' ; pointer - events : none ; border : solid transparent ; border - width : 9 px ; border - bottom - color : var ( -- color - main - background ) } . action - item _ _menu . menu - right [ data - v - 5 acb084b ] { right : 0 ; left : auto ; transform : none } . action - item _ _menu . menu - right . action - item _ _menu _arrow [ data - v - 5 acb084b ] { right : 13 px ; margin - right : 0 } . action - item _ _menu . menu - left [ data - v - 5 acb084b ] { right : auto ; left : 0 ; transform : none } . action - item _ _menu . menu - left . action - item _ _me
2019-10-28 09:46:16 +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-01-27 14:57:56 +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():""}}}},131:function(t,e){t.exports=n(701)},154:function(t,e,n){"use strict";n.r(e),n(19),n(16),n(3),n(17),n(131),n(18),n(22);var r={name:"ActionLink",mixins:[n(25).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(179),n(0)),o=n(119),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," 84686 d94 ",null);" function "==typeof a.a&&a()(s);var A=s.exports;n.d(e," ActionLink " , ( function ( ) { return A } ) ) ,
2019-10-28 09:46:16 +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-01-16 02:03:29 +03:00
* /
2020-01-27 14:57:56 +03:00
e . default = A } , 16 : function ( t , e ) { t . exports = n ( 60 ) } , 17 : function ( t , e ) { t . exports = n ( 89 ) } , 179 : function ( t , e , n ) { "use strict" ; var r = n ( 84 ) ; n . n ( r ) . a } , 18 : function ( t , e ) { t . exports = n ( 96 ) } , 180 : function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , "li.active[data-v-84686d94]{box-shadow:inset 4px 0 var(--color-primary)}.action-link[data-v-84686d94]{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-link[data-v-84686d94]:hover,.action-link[data-v-84686d94]:focus{opacity:1}.action-link>span[data-v-84686d94]{cursor:pointer;white-space:nowrap}.action-link__icon[data-v-84686d94]{width:44px;height:44px;opacity:1;background-position:14px center;background-size:16px}.action-link p[data-v-84686d94]{width:150px;padding:7px 0;margin:auto;cursor:pointer;text-align:left;line-height:1.6em}.action-link__longtext[data-v-84686d94]{cursor:pointer;white-space:pre-wrap}.action-link__title[data-v-84686d94]{font-weight:bold}\n" , "" ] ) , t . exports = e } , 19 : function ( t , e ) { t . exports = n ( 148 ) } , 2 : function ( t , e , n ) { "use strict" ; function r ( t , e ) { for ( var n = [ ] , r = { } , i = 0 ; i < e . length ; i ++ ) { var o = e [ i ] , a = o [ 0 ] , s = { id : t + ":" + i , css : o [ 1 ] , media : o [ 2 ] , sourceMap : o [ 3 ] } ; r [ a ] ? r [ a ] . parts . push ( s ) : n . push ( r [ a ] = { id : a , parts : [ s ] } ) } return n } n . r ( e ) , n . d ( e , "default" , ( function ( ) { return p } ) ) ; var i = "undefined" != typeof document ; if ( "undefined" != typeof DEBUG && DEBUG && ! i ) throw new Error ( "vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment." ) ; var o = { } , a = i && ( document . head || document . getElementsByTagName ( "head" ) [ 0 ] ) , s = null , A = 0 , c = ! 1 , u = function ( ) { } , l = null , f = "data-vue-ssr-id" , d = "undefined" != typeof navigator && /msie [6-9]\b/ . test ( navigator . userAgent . toLowerCase ( ) ) ; function p ( t , e , n , i ) { c = n , l = i || { } ; var a = r ( t , e ) ; return h ( a ) , function ( e ) { for ( var n = [ ] , i = 0 ; i < a . length ; i ++ ) { var s = a [ i ] ; ( A = o [ s . id ] ) . refs -- , n . push ( A ) } for ( e ? h ( a = r ( t , e ) ) : a = [ ] , i = 0 ; i < n . length ; i ++ ) { var A ; if ( 0 === ( A = n [ i ] ) . refs ) { for ( var c = 0 ; c < A . parts . length ; c ++ ) A . parts [ c ] ( ) ; delete o [ A . id ] } } } } function h ( t ) { for ( var e = 0 ; e < t . length ; e ++ ) { var n = t [ e ] , r = o [ n . id ] ; if ( r ) { r . refs ++ ; for ( var i = 0 ; i < r . parts . length ; i ++ ) r . parts [ i ] ( n . parts [ i ] ) ; for ( ; i < n . parts . length ; i ++ ) r . parts . push ( g ( n . parts [ i ] ) ) ; r . parts . length > n . parts . length && ( r . parts . length = n . parts . length ) } else { var a = [ ] ; for ( i = 0 ; i < n . parts . length ; i ++ ) a . push ( g ( n . parts [ i ] ) ) ; o [ n . id ] = { id : n . id , refs : 1 , parts : a } } } } function v ( ) { var t = document . createElement ( "style" ) ; return t . type = "text/css" , a . appendChild ( t ) , t } function g ( t ) { var e , n , r = document . querySelector ( "style[" + f + '~="' + t . id + '"]' ) ; if ( r ) { if ( c ) return u ; r . parentNode . removeChild ( r ) } if ( d ) { var i = A ++ ; r = s || ( s = v ( ) ) , e = b . bind ( null , r , i , ! 1 ) , n = b . bind ( null , r , i , ! 0 ) } else r = v ( ) , e = function ( t , e ) { var n = e . css , r = e . media , i = e . sourceMap ; if ( r && t . setAttribute ( "media" , r ) , l . ssrId && t . setAttribute ( f , e . id ) , i && ( n += "\n/*# sourceURL=" + i . sources [ 0 ] + " */" , n += "\n/*# sourceMappingURL=data:application/json;base64," + btoa ( unescape ( encodeURIComponent ( JSON . stringify ( i ) ) ) ) + " */" ) , t . styleSheet ) t . styleSheet . cssText = n ; else { for ( ; t . firstChild ; ) t . removeChild ( t . firstChild ) ; t . appendChild ( document . createTextNode ( n ) ) } } . bind ( null , r ) , n = function ( ) { r . parentNode . removeChild ( r ) } ; return e ( t ) , function ( r ) { if ( r ) { if ( r . css === t . css && r . media === t . media && r . sourceMap === t . sourceMap ) return ; e ( t = r ) } else n ( ) } } var m , y = ( m = [ ] , function ( t , e ) { return m [ t ] = e , m . filter ( Boolean ) . join ( "\n" ) } ) ; function b ( t , e , n , r ) { var i = n ? "" : r . css ; if ( t . styleSheet ) t . styleSheet . cssText = y ( e , i ) ; else { var o = document . createTextNode ( i ) , a = t . childNodes ; a [ e ] && t . removeChild ( a [ e ] ) , a . length ? t . insertBefore ( o , a [ e ] ) : t . appendChild ( o ) } } } , 22 : function ( t , e ) { t . exports = n ( 97 ) } , 23 : function ( t , e ) { t . exports = n ( 98 ) } , 25 : function ( t , e , n ) { "use strict" ; n ( 16 ) , n ( 3 ) , n ( 17 ) , n ( 18 ) , n ( 22 ) ; var r = n ( 13 ) , i = ( n ( 6 ) , function ( t , e ) { for ( var n = t . $parent ; n ; ) { if ( n . $options . name === e ) return n ; n = n . $parent } } ) ; e . a = { mixins : [ r . a ] , props : { icon : { type : String , default : "" } , title : { type : String , default : "" } , closeAfterClick : { type : Boolean , default : ! 1 } } , computed : { isIconUrl : function ( ) { try {
2019-10-28 09:46:16 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 Julius Härtl < jus @ bitgrid . net >
2019-10-28 09:46:16 +03:00
*
2020-01-16 02:03:29 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2019-10-28 09:46:16 +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-01-27 14:57:56 +03:00
r . VTooltip . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "c481f14" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , r . VTooltip . options . defaultHtml = ! 1 , e . default = r . VTooltip } , , function ( t , e ) { t . exports = n ( 85 ) } , function ( t , e ) { t . exports = n ( 292 ) } , function ( t , e ) { t . exports = n ( 60 ) } , function ( t , e ) { t . exports = n ( 89 ) } , function ( t , e ) { t . exports = n ( 96 ) } , function ( t , e ) { t . exports = n ( 148 ) } , function ( t , e ) { t . exports = n ( 94 ) } , , function ( t , e ) { t . exports = n ( 97 ) } , , function ( t , e ) { t . exports = n ( 95 ) } , , function ( t , e ) { t . exports = n ( 297 ) } , function ( t , e , n ) { var r = n ( 63 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "6d914181" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 65 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "2fc216d3" , r , ! 0 , { } ) } , function ( t , e , n ) { var r = n ( 67 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "b619cfa6" , r , ! 0 , { } ) } , function ( t , e ) { t . exports = n ( 153 ) } , , function ( t , e , n ) { var r = n ( 80 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "9be9793c" , r , ! 0 , { } ) } , function ( t , e ) { } , function ( t , e , n ) { "use strict" ;
2019-10-28 09:46:16 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-10-28 09:46:16 +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-01-27 14:57:56 +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 ( " c 4 8 1 f 1 4 " ) , " " ) } ) ) } } , , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 6 9 1 ) } , f u n c t i o n ( t , e , n ) { v a r r = n ( 3 8 ) ; " 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 4 1 c 7 9 1 e " , r , ! 0 , { } ) } , f u n c t i o n ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . p u s h ( [ t . i , " . v u e - t o o l t i p [ d a t a - v - c 4 8 1 f 1 4 ] { p o s i t i o n : a b s o l u t e ; z - i n d e x : 1 0 0 0 0 0 ; r i g h t : a u t o ; l e f t : a u t o ; d i s p l a y : b l o c k ; m a r g i n : 0 ; m a r g i n - t o p : - 3 p x ; p a d d i n g : 1 0 p x 0 ; t e x t - a l i g n : l e f t ; t e x t - a l i g n : s t a r t ; w h i t e - s p a c e : n o r m a l ; t e x t - d e c o r a t i o n : n o n e ; l e t t e r - s p a c i n g : n o r m a l ; w o r d - s p a c i n g : n o r m a l ; t e x t - t r a n s f o r m : n o n e ; w o r d - w r a p : n o r m a l ; w o r d - b r e a k : n o r m a l ; o p a c i t y : 0 ; t e x t - s h a d o w : n o n e ; f o n t - f a m i l y : ' N u n i t o ' , ' O p e n S a n s ' , F r u t i g e r , C a l i b r i , ' M y r i a d P r o ' , M y r i a d , s a n s - s e r i f ; f o n t - s i z e : 1 2 p x ; f o n t - w e i g h t : n o r m a l ; f o n t - s t y l e : n o r m a l ; l i n e - h e i g h t : 1 . 6 ; l i n e - b r e a k : a u t o ; f i l t e r : d r o p - s h a d o w ( 0 1 p x 1 0 p x v a r ( - - c o l o r - b o x - s h a d o w ) ) } . v u e - t o o l t i p [ d a t a - v - c 4 8 1 f 1 4 ] [ x - p l a c e m e n t ^ = ' t o p ' ] . t o o l t i p - a r r o w { b o t t o m : 0 ; m a r g i n - t o p : 0 ; m a r g i n - b o t t o m : 0 ; b o r d e r - w i d t h : 1 0 p x 1 0 p x 0 1 0 p x ; b o r d e r - r i g h t - c o l o r : t r a n s p a r e n t ; b o r d e r - b o t t o m - c o l o r : t r a n s p a r e n t ; b o r d e r - l e f t - c o l o r : t r a n s p a r e n t } . v u e - t o o l t i p [ d a t a - v - c 4 8 1 f 1 4 ] [ x - p l a c e m e n t ^ = ' b o t t o m ' ] . t o o l t i p - a r r o w { t o p : 0 ; m a r g i n - t o p : 0 ; m a r g i n - b o t t o m : 0 ; b o r d e r - w i d t h : 0 1 0 p x 1 0 p x 1 0 p x ; b o r d e r - t o p - c o l o r : t r a n s p a r e n t ; b o r d e r - r i g h t - c o l o r : t r a n s p a r e n t ; b o r d e r - l e f t - c o l o r : t r a n s p a r e n t } . v u e - t o o l t i p [ d a t a - v - c 4 8 1 f 1 4 ] [ x - p l a c e m e n t ^ = ' r i g h t ' ] . t o o l t i p - a r r o w { r i g h t : 1 0 0 % ; m a r g i n - r i g h t : 0 ; m a r g i n - l e f t : 0 ; b o r d e r - w i d t h : 1 0 p x 1 0 p x 1 0 p x 0 ; b o r d e r - t o p - c o l o r : t r a n s p a r e n t ; b o r d e r - b o t t o m - c o l o r : t r a n s p a r e n t ; b o r d e r - l e f t - c o l o r : t r a n s p a r e n t } . v u e - t o o l t i p [ d a t a - v - c 4 8 1 f 1 4 ] [ x - p l a c e m e n t ^ = ' l e f t ' ] . t o o l t i p - a r r o w { l e f t : 1 0 0 % ; m a r g i n - r i g h t : 0 ; m a r g i n - l e f t : 0 ; b o r d e r - w i d t h : 1 0 p x 0 1 0 p x 1 0 p x ; b o r d e r - t o p - c o l o r : t r a n s p a r e n t ; b o r d e r - r i g h t - c o l o r : t r a n s p a r e n t ; b o r d e r - b o t t o m - c o l o r : t r a n s p a r e n t } . v u e - t o o l t i p [ d a t a - v - c 4 8 1 f 1 4 ] [ a r i a - h i d d e n = ' t r u e ' ] { v i s i b i l i t y : h i d d e n ; t r a n s i t i o n : o p a c i t y . 1 5 s , v i s i b i l i t y . 1 5 s ; o p a c i t y : 0 } . v u e - t o o l t i p [ d a t a - v - c 4 8 1 f 1 4 ] [ a r i a - h i d d e n = ' f a l s e ' ] { v i s i b i l i t y : v i s i b l e ; t r a n s i t i o n : o p a c i t y . 1 5 s ; o p a c i t y : 1 } . v u e - t o o l t i p [ d a t a - v - c 4 8 1 f 1 4 ] . t o o l t i p - i n n e r { m a x - w i d t h : 3 5 0 p x ; p a d d i n g : 5 p x 8 p x ; t e x t - a l i g n : c e n t e r ; c o l o r : v a r ( - - c o l o r - m a i n - t e x t ) ; b o r d e r - r a d i u s : v a r ( - - b o r d e r - r a d i u s ) ; b a c k g r o u n d - c o l o r : v a r ( - - c o l o r - m a i n - b a c k g r o u n d ) } . v u e - t o o l t i p [ d a t a - v - c 4 8 1 f 1 4 ] . t o o l t i p - a r r o w { p o s i t i o n : a b s o l u t e ; z - i n d e x : 1 ; w i d t h : 0 ; h e i g h t : 0 ; m a r g i n : 0 ; b o r d e r - s t y l e : s o l i d ; b o r d e r - c o l o r : v a r ( - - c o l o r - m a i n - b a c k g r o u n d ) } \ n " , " " ] ) , t . e x p o r t s = e } , , , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ;
2019-12-08 05:15:53 +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-01-27 14:57:56 +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 ) , A = parseInt ( e . g + o [ 1 ] * a , 10 ) , c = parseInt ( e . b + o [ 2 ] * a , 10 ) ; i . push ( new r ( s , A , c ) ) } return i } n ( 26 ) , 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 ) , A = i ( t , o , e ) ; return a . concat ( s ) . concat ( A ) } } , , function ( t , e ) { } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 19 ) , n ( 16 ) , n ( 3 ) , n ( 20 ) , n ( 17 ) , n ( 18 ) , n ( 22 ) ; 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 ( 62 ) , n ( 64 ) , 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\t\t\t" ) ] ) , n ( " b
2019-10-28 09:46:16 +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-01-27 14:57:56 +03:00
e . default = c } , function ( t , e ) { t . exports = n ( 22 ) } , function ( t , e ) { t . exports = n ( 493 ) } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 26 ) , n ( 61 ) , n ( 46 ) , n ( 30 ) , n ( 3 ) , n ( 59 ) , n ( 60 ) ; var r = n ( 15 ) , i = n ( 44 ) , o = n ( 45 ) , a = n . n ( o ) , s = n ( 12 ) , A = ( n ( 14 ) , n ( 78 ) , n ( 24 ) , n ( 57 ) ) , c = n . n ( A ) , u = n ( 41 ) ; function l ( t , e , n , r , i , o , a ) { try { var s = t [ o ] ( a ) , A = s . value } catch ( t ) { return void n ( t ) } s . done ? e ( A ) : Promise . resolve ( A ) . then ( r , i ) } var f , d , 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 = c ( ) ( 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 : ( f = regeneratorRuntime . mark ( ( function t ( ) { var e , n , r ; return regeneratorRuntime . wrap ( ( function ( t ) { for ( ; ; ) switch ( t . prev = t . next ) { case 0 : return t . prev = 0 , e = encodeURIComponent ( this . user ) , t . next = 4 , a . a . post ( OC . generateUrl ( "contactsmenu/findOne" ) , "shareType=0&shareWith=" . concat ( e ) ) ; case 4 : n = t . sent , r = n . data , this . contactsMenuActions = [ r . topAction ] . concat ( r . actions ) , t . next = 12 ; break ; case 9 : t . prev = 9 , t . t0 = t . catch ( 0 ) , this . contactsMenuOpenState = ! 1 ; case 12 : this . isMenuLoaded = ! 0 ; case 13 : case "end" : return t . stop ( ) } } ) , t , this , [ [ 0 , 9 ] ] ) } ) ) , d = function ( ) { var t = this , e = arguments ; return new Promise ( ( function ( n , r ) { var i = f . apply ( t , e ) ; function o ( t ) { l ( i , n , r , o , a , "next" , t ) } function a ( t ) { l ( i , n , r , o , a , "throw" , t ) } o ( void 0 ) } ) ) } , function ( ) { return d . apply ( this , arguments ) } ) , loadAvatarUrl : function ( ) { var t = this ; if ( this . isAvatarLoaded = ! 1 , ! this . isUrlDefined && ( ! this . isUserDefined || this . isNoUser ) ) return this . isAvatarLoaded = ! 0 , v
2019-10-28 09:46:16 +03:00
/ * *
* @ copyright Copyright ( c ) 2018 Julius Härtl < jus @ bitgrid . net >
*
* @ author Julius Härtl < jus @ bitgrid . net >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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-27 14:57:56 +03:00
e . default = y } , , , , , , function ( t , e , n ) { var r = n ( 141 ) ; "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 ( 143 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "a375d0ac" , r , ! 0 , { } ) } , , , function ( t , e ) { t . exports = n ( 494 ) } , , function ( t , e ) { t . exports = n ( 496 ) } , function ( t , e ) { t . exports = n ( 501 ) } , function ( t , e ) { t . exports = n ( 502 ) } , function ( t , e , n ) { "use strict" ; var r = n ( 27 ) ; 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 ( 28 ) ; 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 :
2019-10-28 09:46:16 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-10-28 09:46:16 +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-01-27 14:57:56 +03:00
Object ( r . a ) ( E ) , e . default = E } , , , function ( t , e ) { t . exports = n ( 692 ) } , function ( t , e ) { t . exports = n ( 694 ) } , , , , , , , , , , , , , , , , , , , function ( t , e ) { t . exports = n ( 695 ) } , , , , , , function ( t , e ) { t . exports = n ( 697 ) } , function ( t , e ) { t . exports = n ( 698 ) } , function ( t , e ) { t . exports = n ( 699 ) } , function ( t , e ) { t . exports = n ( 700 ) } , function ( t , e , n ) { "use strict" ; var r = n ( 53 ) ; n . n ( r ) . a } , function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , ".option[data-v-30d8da34]{display:flex;align-items:center;width:100%;height:32px}.option__avatar[data-v-30d8da34]{flex:0 0 32px;width:32px;height:32px;margin-right:6px}.option__desc[data-v-30d8da34]{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0}.option__desc--lineone[data-v-30d8da34]{color:var(--color-text-light)}.option__desc--linetwo[data-v-30d8da34]{opacity:.7}.option__desc--lineone[data-v-30d8da34],.option__desc--linetwo[data-v-30d8da34]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.option__desc--lineone strong[data-v-30d8da34],.option__desc--linetwo strong[data-v-30d8da34]{font-weight:bold}.option__icon[data-v-30d8da34]{flex:0 0 44px;width:44px;height:44px;margin:-6px;opacity:.5;background-position:center;background-size:16px}\n" , "" ] ) , t . exports = e } , function ( t , e , n ) { "use strict" ; var r = n ( 54 ) ; n . n ( r ) . a } , function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , ".name-parts[data-v-c4325954]{display:flex;max-width:100%}.name-parts__first[data-v-c4325954]{overflow:hidden;text-overflow:ellipsis}.name-parts__first[data-v-c4325954],.name-parts__last[data-v-c4325954]{white-space:pre}.name-parts__first strong[data-v-c4325954],.name-parts__last strong[data-v-c4325954]{font-weight:bold}\n" , "" ] ) , t . exports = e } , function ( t , e , n ) { var r = n ( 145 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 2 ) . default ) ( "b5985a26" , r , ! 0 , { } ) } , function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , " . multiselect [ data - v - c481f14 ] { margin : 0 ; padding : 0 ! important ; display : inline - block ; min - width : 160 px ; position : relative ; background - color : var ( -- color - main - background ) } . multiselect [ data - v - c481f14 ] . multiselect -- active input . multiselect _ _input { opacity : 1 ! important ; cursor : text ! important ; border - radius : var ( -- border - radius ) var ( -- border - radius ) 0 0 } . multiselect [ data - v - c481f14 ] . multiselect -- active . multiselect _ _limit { display : none } . multiselect [ data - v - c481f14 ] . multiselect -- active . multiselect -- above input . multiselect _ _input { border - radius : 0 0 var ( -- border - radius ) var ( -- border - radius ) } . multiselect [ data - v - c481f14 ] . multiselect -- disabled , . multiselect [ data - v - c481f14 ] . multiselect -- disabled . multiselect _ _single { background - color : var ( -- color - background - dark ) ! important } . multiselect [ data - v - c481f14 ] . icon - loading - small : : after { left : 100 % ; margin - left : - 24 px } . multiselect [ data - v - c481f14 ] . multiselect _ _tags { display : flex ; flex - wrap : nowrap ; overflow : hidden ; border : 1 px solid var ( -- color - border - dark ) ; cursor : pointer ; position : relative ; border - radius : 3 px ; height : 34 px } . multiselect [ data - v - c481f14 ] . multiselect _ _tags . multiselect _ _tags - wrap { align - items : center ; display : inline - flex ; overflow : hidden ; max - width : 100 % ; position : relative ; padding : 3 px 5 px ; flex - grow : 1 } . multiselect [ data - v - c481f14 ] . multiselect _ _tags . multiselect _ _tags - wrap : empty ~ input . multiselect _ _input { opacity : 1 ! important } . multiselect [ data - v - c481f14 ] . multiselect _ _tags . multiselect _ _tags - wrap : empty ~ input . multiselect _ _input + span : not ( . multiselect _ _single ) { display : none } . multiselect [ data - v - c481f14 ] . multiselect _ _tags . multiselect _ _tags - wrap . multiselect _ _tag { flex : 1 0 0 ; line - height : 20 px ; padding : 1 px 5 px ; background - image : none ; color : var ( -- color - main - text ) ; border : 1 px solid var ( -- color - border - dark ) ; display : inline - flex ; align - items : center ; border - radius : 3 px ; min - width : 0 ; max - width : 50 % ; max - width : fit - content ; max - width : - moz - fit - content } . multiselect [ data - v - c481f14 ] . multiselect _ _tags . multiselect _ _tags - wrap . multiselect _ _tag : only - child { flex : 0 1 auto } . multiselect [ data - v - c481f14 ] . multiselect _ _tags . multiselect _ _tags - wrap . multiselect _ _tag : not ( : last - child ) { margin - right : 5 px } . multiselect [ data - v - c481f14 ] . multiselect _ _tags . multiselect _ _tags - wrap . multiselect _ _tag > span { white - space : nowrap ; text - overflow : ellipsis ; overflow : hidden } . multiselect [ data - v - c481f14 ] . multiselect _ _tags . multiselect _
2019-10-28 09:46:16 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-10-28 09:46:16 +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-28 09:46:16 +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
* / e . a = { b e f o r e : f u n c t i o n ( ) { t h i s . $ s l o t s . d e f a u l t & & " " ! = = t h i s . t e x t . t r i m ( ) | | ( i . a . u t i l . w a r n ( " " . c o n c a t ( t h i s . $ o p t i o n s . n a m e , " c a n n o t b e e m p t y a n d r e q u i r e s a m e a n i n g f u l t e x t c o n t e n t " ) , t h i s ) , t h i s . $ d e s t r o y ( ) , t h i s . $ e l . r e m o v e ( ) ) } , b e f o r e U p d a t e : f u n c t i o n ( ) { t h i s . t e x t = t h i s . g e t T e x t ( ) } , d a t a : f u n c t i o n ( ) { r e t u r n { t e x t : t h i s . g e t T e x t ( ) } } , c o m p u t e d : { i s L o n g T e x t : f u n c t i o n ( ) { r e t u r n t h i s . t e x t & & t h i s . t e x t . t r i m ( ) . l e n g t h > 2 0 } } , m e t h o d s : { g e t T e x t : f u n c t i o n ( ) { r e t u r n t h i s . $ s l o t s . d e f a u l t ? t h i s . $ s l o t s . d e f a u l t [ 0 ] . t e x t . t r i m ( ) : " " } } } } , 1 5 8 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n . r ( e ) ; v a r r = { n a m e : " A c t i o n T e x t " , m i x i n s : [ n ( 2 5 ) . a ] } , i = ( n ( 1 8 7 ) , n ( 0 ) ) , o = O b j e c t ( i . a ) ( r , ( 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 ( " l i " , [ n ( " s p a n " , { s t a t i c C l a s s : " a c t i o n - t e x t " } , [ " " ! = = t . i c o n ? n ( " s p a n " , { s t a t i c C l a s s : " a c t i o n - t e x t _ _ i c o n " , c l a s s : [ t . i s I c o n U r l ? " a c t i o n - t e x t _ _ i c o n - - u r l " : t . i c o n ] , s t y l e : { b a c k g r o u n d I m a g e : t . i s I c o n U r l ? " u r l ( " + t . i c o n + " ) " : n u l l } } ) : t . _ e ( ) , t . _ v ( " " ) , t . t i t l e ? n ( " p " , [ n ( " s t r o n g " , { s t a t i c C l a s s : " a c t i o n - t e x t _ _ t i t l e " } , [ t . _ v ( " \ n \ t \ t \ t \ t " + t . _ s ( t . t i t l e ) + " \ n \ t \ t \ t " ) ] ) , t . _ v ( " " ) , n ( " b r " ) , t . _ v ( " " ) , n ( " s p a n " , { s t a t i c C l a s s : " a c t i o n - t e x t _ _ l o n g t e x t " , d o m P r o p s : { t e x t C o n t e n t : t . _ s ( t . t e x t ) } } ) ] ) : t . i s L o n g T e x t ? n ( " p " , { s t a t i c C l a s s : " a c t i o n - t e x t _ _ l o n g t e x t " , d o m P r o p s : { t e x t C o n t e n t : t . _ s ( t . t e x t ) } } ) : n ( " s p a n " , { s t a t i c C l a s s : " a c t i o n - t e x t _ _ t e x t " } , [ t . _ v ( t . _ s ( t . t e x t ) ) ] ) , t . _ v ( " " ) , t . _ e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , n u l l , " 8 b 0 5 f 9 7 c " , n u l l ) . e x p o r t s ; 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 o } ) ) ,
2019-10-28 09:46:16 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-10-28 09:46:16 +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/>.
*
2019-12-08 05:15:53 +03:00
* /
2020-01-27 14:57:56 +03:00
e . default = o } , 16 : function ( t , e ) { t . exports = n ( 60 ) } , 17 : function ( t , e ) { t . exports = n ( 89 ) } , 18 : function ( t , e ) { t . exports = n ( 96 ) } , 187 : function ( t , e , n ) { "use strict" ; var r = n ( 88 ) ; n . n ( r ) . a } , 188 : function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , "li.active[data-v-8b05f97c]{box-shadow:inset 4px 0 var(--color-primary)}.action-text[data-v-8b05f97c]{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-text[data-v-8b05f97c]:hover,.action-text[data-v-8b05f97c]:focus{opacity:1}.action-text>span[data-v-8b05f97c]{cursor:pointer;white-space:nowrap}.action-text__icon[data-v-8b05f97c]{width:44px;height:44px;opacity:1;background-position:14px center;background-size:16px}.action-text p[data-v-8b05f97c]{width:150px;padding:7px 0;margin:auto;cursor:pointer;text-align:left;line-height:1.6em}.action-text__longtext[data-v-8b05f97c]{cursor:pointer;white-space:pre-wrap}.action-text__title[data-v-8b05f97c]{font-weight:bold}.action--disabled[data-v-8b05f97c]{pointer-events:none;opacity:.5}.action--disabled[data-v-8b05f97c]:hover,.action--disabled[data-v-8b05f97c]:focus{cursor:default;opacity:.5}.action--disabled *[data-v-8b05f97c]{opacity:1 !important}.action-text[data-v-8b05f97c],.action-text span[data-v-8b05f97c]{cursor:default}\n" , "" ] ) , t . exports = e } , 2 : function ( t , e , n ) { "use strict" ; function r ( t , e ) { for ( var n = [ ] , r = { } , i = 0 ; i < e . length ; i ++ ) { var o = e [ i ] , a = o [ 0 ] , s = { id : t + ":" + i , css : o [ 1 ] , media : o [ 2 ] , sourceMap : o [ 3 ] } ; r [ a ] ? r [ a ] . parts . push ( s ) : n . push ( r [ a ] = { id : a , parts : [ s ] } ) } return n } n . r ( e ) , n . d ( e , "default" , ( function ( ) { return p } ) ) ; var i = "undefined" != typeof document ; if ( "undefined" != typeof DEBUG && DEBUG && ! i ) throw new Error ( "vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment." ) ; var o = { } , a = i && ( document . head || document . getElementsByTagName ( "head" ) [ 0 ] ) , s = null , A = 0 , c = ! 1 , u = function ( ) { } , l = null , f = "data-vue-ssr-id" , d = "undefined" != typeof navigator && /msie [6-9]\b/ . test ( navigator . userAgent . toLowerCase ( ) ) ; function p ( t , e , n , i ) { c = n , l = i || { } ; var a = r ( t , e ) ; return h ( a ) , function ( e ) { for ( var n = [ ] , i = 0 ; i < a . length ; i ++ ) { var s = a [ i ] ; ( A = o [ s . id ] ) . refs -- , n . push ( A ) } for ( e ? h ( a = r ( t , e ) ) : a = [ ] , i = 0 ; i < n . length ; i ++ ) { var A ; if ( 0 === ( A = n [ i ] ) . refs ) { for ( var c = 0 ; c < A . parts . length ; c ++ ) A . parts [ c ] ( ) ; delete o [ A . id ] } } } } function h ( t ) { for ( var e = 0 ; e < t . length ; e ++ ) { var n = t [ e ] , r = o [ n . id ] ; if ( r ) { r . refs ++ ; for ( var i = 0 ; i < r . parts . length ; i ++ ) r . parts [ i ] ( n . parts [ i ] ) ; for ( ; i < n . parts . length ; i ++ ) r . parts . push ( g ( n . parts [ i ] ) ) ; r . parts . length > n . parts . length && ( r . parts . length = n . parts . length ) } else { var a = [ ] ; for ( i = 0 ; i < n . parts . length ; i ++ ) a . push ( g ( n . parts [ i ] ) ) ; o [ n . id ] = { id : n . id , refs : 1 , parts : a } } } } function v ( ) { var t = document . createElement ( "style" ) ; return t . type = "text/css" , a . appendChild ( t ) , t } function g ( t ) { var e , n , r = document . querySelector ( "style[" + f + '~="' + t . id + '"]' ) ; if ( r ) { if ( c ) return u ; r . parentNode . removeChild ( r ) } if ( d ) { var i = A ++ ; r = s || ( s = v ( ) ) , e = b . bind ( null , r , i , ! 1 ) , n = b . bind ( null , r , i , ! 0 ) } else r = v ( ) , e = function ( t , e ) { var n = e . css , r = e . media , i = e . sourceMap ; if ( r && t . setAttribute ( "media" , r ) , l . ssrId && t . setAttribute ( f , e . id ) , i && ( n += "\n/*# sourceURL=" + i . sources [ 0 ] + " */" , n += "\n/*# sourceMappingURL=data:application/json;base64," + btoa ( unescape ( encodeURIComponent ( JSON . stringify ( i ) ) ) ) + " */" ) , t . styleSheet ) t . styleSheet . cssText = n ; else { for ( ; t . firstChild ; ) t . removeChild ( t . firstChild ) ; t . appendChild ( document . createTextNode ( n ) ) } } . bind ( null , r ) , n = function ( ) { r . parentNode . removeChild ( r ) } ; return e ( t ) , function ( r ) { if ( r ) { if ( r . css === t . css && r . media === t . media && r . sourceMap === t . sourceMap ) return ; e ( t = r ) } else n ( ) } } var m , y = ( m = [ ] , function ( t , e ) { return m [ t ] = e , m . filter ( Boolean ) . join ( "\n" ) } ) ; function b ( t , e , n , r ) { var i = n ? "" : r . css ; if ( t . styleSheet ) t . styleSheet . cssText = y ( e , i ) ; else { var o = document . createTextNode ( i ) , a = t . childNodes ; a [ e ] && t . removeChild ( a [ e ] ) , a . length ? t . insertBefore ( o , a [ e ] ) : t . appendChild ( o ) } } } , 22 : function ( t , e ) { t . exports = n ( 97 ) } , 23 : function ( t , e ) { t . exports = n ( 98 ) } , 25 : function ( t , e , n ) { "use strict" ; n ( 16 ) , n ( 3 ) , n ( 17 ) , n ( 18
2019-10-28 09:46:16 +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-01-27 14:57:56 +03:00
* / e . a = { b e f o r e : f u n c t i o n ( ) { t h i s . $ s l o t s . d e f a u l t & & " " ! = = t h i s . t e x t . t r i m ( ) | | ( i . a . u t i l . w a r n ( " " . c o n c a t ( t h i s . $ o p t i o n s . n a m e , " c a n n o t b e e m p t y a n d r e q u i r e s a m e a n i n g f u l t e x t c o n t e n t " ) , t h i s ) , t h i s . $ d e s t r o y ( ) , t h i s . $ e l . r e m o v e ( ) ) } , b e f o r e U p d a t e : f u n c t i o n ( ) { t h i s . t e x t = t h i s . g e t T e x t ( ) } , d a t a : f u n c t i o n ( ) { r e t u r n { t e x t : t h i s . g e t T e x t ( ) } } , c o m p u t e d : { i s L o n g T e x t : f u n c t i o n ( ) { r e t u r n t h i s . t e x t & & t h i s . t e x t . t r i m ( ) . l e n g t h > 2 0 } } , m e t h o d s : { g e t T e x t : f u n c t i o n ( ) { r e t u r n t h i s . $ s l o t s . d e f a u l t ? t h i s . $ s l o t s . d e f a u l t [ 0 ] . t e x t . t r i m ( ) : " " } } } } , 1 4 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 8 5 ) } , 1 5 2 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n . r ( e ) , n ( 3 0 ) , n ( 2 3 ) ; v a r r = n ( 1 3 ) , i = n ( 2 1 ) , o = { n a m e : " A c t i o n C h e c k b o x " , m i x i n s : [ r . a ] , p r o p s : { i d : { t y p e : S t r i n g , d e f a u l t : f u n c t i o n ( ) { r e t u r n " a c t i o n - " + O b j e c t ( i . a ) ( ) } , v a l i d a t o r : f u n c t i o n ( t ) { r e t u r n " " ! = = t . t r i m ( ) } } , c h e c k e d : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , v a l u e : { t y p e : [ S t r i n g , N u m b e r ] , d e f a u l t : " " } , d i s a b l e d : { t y p e : B o o l e a n , d e f a u l t : ! 1 } } , c o m p u t e d : { i s F o c u s a b l e : f u n c t i o n ( ) { r e t u r n ! t h i s . d i s a b l e d } } , m e t h o d s : { c h e c k I n p u t : f u n c t i o n ( t ) { t h i s . $ r e f s . l a b e l . c l i c k ( ) } , o n C h a n g e : f u n c t i o n ( t ) { t h i s . $ e m i t ( " u p d a t e : c h e c k e d " , t h i s . $ r e f s . c h e c k b o x . c h e c k e d ) , t h i s . $ e m i t ( " c h a n g e " , t ) , t h i s . $ r e f s . c h e c k b o x . c h e c k e d ? t h i s . $ e m i t ( " c h e c k " ) : t h i s . $ e m i t ( " u n c h e c k " ) } } } , a = ( n ( 1 7 5 ) , n ( 0 ) ) , s = n ( 1 1 7 ) , A = n . n ( s ) , c = O b j e c t ( a . a ) ( o , ( f u n c t i o n ( ) { v a r t = t h i s , e = t . $ c r e a t e E l e m e n t , n = t . _ s e l f . _ c | | e ; r e t u r n n ( " l i " , { c l a s s : { " a c t i o n - - d i s a b l e d " : t . d i s a b l e d } } , [ n ( " s p a n " , { s t a t i c C l a s s : " a c t i o n - c h e c k b o x " } , [ n ( " i n p u t " , { r e f : " c h e c k b o x " , s t a t i c C l a s s : " c h e c k b o x a c t i o n - c h e c k b o x _ _ c h e c k b o x " , c l a s s : { f o c u s a b l e : t . i s F o c u s a b l e } , a t t r s : { i d : t . i d , d i s a b l e d : t . d i s a b l e d , t y p e : " c h e c k b o x " } , d o m P r o p s : { c h e c k e d : t . c h e c k e d , v a l u e : t . v a l u e } , o n : { k e y d o w n : f u n c t i o n ( e ) { r e t u r n ! e . t y p e . i n d e x O f ( " k e y " ) & & t . _ k ( e . k e y C o d e , " e n t e r " , 1 3 , e . k e y , " E n t e r " ) ? n u l l : e . c t r l K e y | | e . s h i f t K e y | | e . a l t K e y | | e . m e t a K e y ? n u l l : ( e . p r e v e n t D e f a u l t ( ) , t . c h e c k I n p u t ( e ) ) } , c h a n g e : t . o n C h a n g e } } ) , t . _ v ( " " ) , n ( " l a b e l " , { r e f : " l a b e l " , s t a t i c C l a s s : " a c t i o n - c h e c k b o x _ _ l a b e l " , a t t r s : { f o r : t . i d } } , [ t . _ v ( t . _ s ( t . t e x t ) ) ] ) , t . _ v ( " " ) , t . _ e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , n u l l , " e 8 e 4 5 1 c c " , n u l l ) ; " f u n c t i o n " = = t y p e o f A . a & & A ( ) ( c ) ; v a r u = c . e x p o r t s ; 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 u } ) ) ,
2019-10-28 09:46:16 +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-01-27 14:57:56 +03:00
e . default = u } , 175 : function ( t , e , n ) { "use strict" ; var r = n ( 82 ) ; n . n ( r ) . a } , 176 : 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 } , 2 : function ( t , e , n ) { "use strict" ; function r ( t , e ) { for ( var n = [ ] , r = { } , i = 0 ; i < e . length ; i ++ ) { var o = e [ i ] , a = o [ 0 ] , s = { id : t + ":" + i , css : o [ 1 ] , media : o [ 2 ] , sourceMap : o [ 3 ] } ; r [ a ] ? r [ a ] . parts . push ( s ) : n . push ( r [ a ] = { id : a , parts : [ s ] } ) } return n } n . r ( e ) , n . d ( e , "default" , ( function ( ) { return p } ) ) ; var i = "undefined" != typeof document ; if ( "undefined" != typeof DEBUG && DEBUG && ! i ) throw new Error ( "vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment." ) ; var o = { } , a = i && ( document . head || document . getElementsByTagName ( "head" ) [ 0 ] ) , s = null , A = 0 , c = ! 1 , u = function ( ) { } , l = null , f = "data-vue-ssr-id" , d = "undefined" != typeof navigator && /msie [6-9]\b/ . test ( navigator . userAgent . toLowerCase ( ) ) ; function p ( t , e , n , i ) { c = n , l = i || { } ; var a = r ( t , e ) ; return h ( a ) , function ( e ) { for ( var n = [ ] , i = 0 ; i < a . length ; i ++ ) { var s = a [ i ] ; ( A = o [ s . id ] ) . refs -- , n . push ( A ) } for ( e ? h ( a = r ( t , e ) ) : a = [ ] , i = 0 ; i < n . length ; i ++ ) { var A ; if ( 0 === ( A = n [ i ] ) . refs ) { for ( var c = 0 ; c < A . parts . length ; c ++ ) A . parts [ c ] ( ) ; delete o [ A . id ] } } } } function h ( t ) { for ( var e = 0 ; e < t . length ; e ++ ) { var n = t [ e ] , r = o [ n . id ] ; if ( r ) { r . refs ++ ; for ( var i = 0 ; i < r . parts . length ; i ++ ) r . parts [ i ] ( n . parts [ i ] ) ; for ( ; i < n . parts . length ; i ++ ) r . parts . push ( g ( n . parts [ i ] ) ) ; r . parts . length > n . parts . length && ( r . parts . length = n . parts . length ) } else { var a = [ ] ; for ( i = 0 ; i < n . parts . length ; i ++ ) a . push ( g ( n . parts [ i ] ) ) ; o [ n . id ] = { id : n . id , refs : 1 , parts : a } } } } function v ( ) { var t = document . createElement ( "style" ) ; return t . type = "text/css" , a . appendChild ( t ) , t } function g ( t ) { var e , n , r = document . querySelector ( "style[" + f + '~="' + t . id + '"]' ) ; if ( r ) { if ( c ) return u ; r . parentNode . removeChild ( r ) } if ( d ) { var i = A ++ ; r = s || ( s = v ( ) ) , e = b . bind ( null , r , i , ! 1 ) , n = b . bind ( null , r , i , ! 0 ) } else r = v ( ) , e = function ( t , e ) { var n = e . css , r = e . media , i = e . sourceMap ; if ( r && t . setAttribute ( "media" , r ) , l . ssrId && t . setAttribute ( f , e . id ) , i && ( n += "\n/*# sourceURL=" + i . sources [ 0 ] + " */" , n += "\n/*# sourceMappingURL=data:application/json;base64," + btoa ( unescape ( encodeURIComponent ( JSON . stringify ( i ) ) ) ) + " */" ) , t . styleSheet ) t . styleSheet . cssText = n ; else { for ( ; t . firstChild ; ) t . removeChild ( t . firstChild ) ; t . appendChild ( document . createTextNode ( n ) ) } } . bind ( null , r ) , n = function ( ) { r . parentNode . removeChild ( r ) } ; return e ( t ) , function ( r ) { if ( r ) { if ( r . css === t . css && r . media === t . media && r . sourceMap === t . sourceMap ) return ; e ( t = r ) } else n ( ) } } var m , y = ( m = [ ] , function ( t , e ) { return m [ t ] = e , m . filter ( Boolean ) . join ( "\n" ) } ) ; function b ( t , e , n , r ) { var i = n ? "" : r . css ; if ( t . styleSheet ) t . styleSheet . cssText = y ( e , i ) ; else { var o = document . createTextNode ( i ) , a = t . childNodes ; a [ e ] && t . removeChild ( a [ e ] ) , a . length ? t . insertBefore ( o , a [ e ] ) : t . appendChild ( o ) } } } , 20 : function ( t , e ) { t . exports = n ( 94 ) } , 21 : function ( t , e , n ) { "use strict" ; n ( 3 ) , n ( 14 ) , n ( 20 ) , n ( 24 ) , e . a = f
2019-10-28 09:46:16 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-10-28 09:46:16 +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-12-08 05:15:53 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-10-28 09:46:16 +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-12-08 05:15:53 +03:00
* /
2020-01-27 14:57:56 +03:00
Object ( r . a ) ( l ) , e . default = l } , 11 : function ( t , e , n ) { "use strict" ; n . r ( e ) , e . default = " data : image / svg + xml ; base64 , PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI / PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWV0YWRhdGE + PC9tZXRhZGF0YT48ZGVmcz48Zm9udCBpZD0iaWNvbmZvbnQtdnVlLWM0ODFmMTQiIGhvcml6LWFkdi14PSI1MDAwIj48Zm9udC1mYWNlIGZvbnQtZmFtaWx5PSJpY29uZm9udC12dWUtYzQ4MWYxNCIgZm9udC13ZWlnaHQ9IjQwMCIgZm9udC1zdHJldGNoPSJub3JtYWwiIHVuaXRzLXBlci1lbT0iNTAwMCIgcGFub3NlLTE9IjIgMCA1IDMgMCAwIDAgMCAwIDAiIGFzY2VudD0iNTAwMCIgZGVzY2VudD0iMCIgeC1oZWlnaHQ9IjAiIGJib3g9Ii0xIDAgNTAxMSA0ODQ0IiB1bmRlcmxpbmUtdGhpY2tuZXNzPSIwIiB1bmRlcmxpbmUtcG9zaXRpb249IjUwIiB1bmljb2RlLXJhbmdlPSJVK2VhMDEtZWEwYyIgLz48bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iMCIgIC8 + PGdseXBoIGdseXBoLW5hbWU9ImFycm93LWxlZnQtZG91YmxlIiB1bmljb2RlPSImI3hlYTAxOyIgZD0iTTM3NTAgMzkwNiBsLTE0MDYgLTE0MDYgbDE0MDYgLTE0MDYgbDAgMzEyIGwtMTA5NCAxMDk0IGwxMDk0IDEwOTQgbDAgMzEyIFpNMjM0NCAzOTA2IGwtMTQwNiAtMTQwNiBsMTQwNiAtMTQwNiBsMCAzMTIgbC0xMDk0IDEwOTQgbDEwOTQgMTA5NCBsMCAzMTIgWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0iYXJyb3ctbGVmdCIgdW5pY29kZT0iJiN4ZWEwMjsiIGQ9Ik0xNTYzIDI1MDAgbDE4NzUgLTE4NzUgbDAgLTMxMiBsLTIxODggMjE4NyBsMjE4OCAyMTg4IGwwIC0zMTMgbC0xODc1IC0xODc1IFoiIC8 + PGdseXBoIGdseXBoLW5hbWU9ImFycm93LXJpZ2h0LWRvdWJsZSIgdW5pY29kZT0iJiN4ZWEwMzsiIGQ9Ik0xMjUwIDEwOTQgbDE0MDYgMTQwNiBsLTE0MDYgMTQwNiBsMCAtMzEyIGwxMDk0IC0xMDk0IGwtMTA5NCAtMTA5NCBsMCAtMzEyIFpNMjY1NiAxMDk0IGwxNDA3IDE0MDYgbC0xNDA3IDE0MDYgbDAgLTMxMiBsMTA5NCAtMTA5NCBsLTEwOTQgLTEwOTQgbDAgLTMxMiBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcnJvdy1yaWdodCIgdW5pY29kZT0iJiN4ZWEwNDsiIGQ9Ik0zNDM4IDI1MDAgbC0xODc1IDE4NzUgbDAgMzEzIGwyMTg3IC0yMTg4IGwtMjE4NyAtMjE4NyBsMCAzMTIgbDE4NzUgMTg3NSBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja21hcmsiIHVuaWNvZGU9IiYjeGVhMDU7IiBkPSJNNDA0NSAzOTcxIGwtMjA2MSAtMjA2MSBsLTEwMjkgMTAyOSBsLTQ0MiAtNDQxIGwxNDcxIC0xNDcxIGwyNTAzIDI1MDIgbC00NDIgNDQyIFoiIC8 + PGdseXBoIGdseXBoLW5hbWU9ImNsb3NlIiB1bmljb2RlPSImI3hlYTA2OyIgZD0iTTQzNzUgMTE1NiBsLTUzMSAtNTMxIGwtMTM0NCAxMzQ0IGwtMTM0NCAtMTM0NCBsLTUzMSA1MzEgbDEzNDQgMTM0NCBsLTEzNDQgMTM0NCBsNTMxIDUzMSBsMTM0NCAtMTM0NCBsMTM0NCAxMzQ0IGw1MzEgLTUzMSBsLTEzNDQgLTEzNDQgbDEzNDQgLTEzNDQgWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0iY29uZmlybSIgdW5pY29kZT0iJiN4ZWEwNzsiIGQ9Ik0yNjU2IDQ4NDQgcS0xMDEgMCAtMTgwIC01NyBxLTc0IC01MiAtMTA5IC0xMzggcS0zNSAtODYgLTE5IC0xNzUgcTE4IC05NiA5MCAtMTY3IGwxNDk1IC0xNDk0IGwtMzYxNiAwIHEtNzcgMSAtMTM5IC0yNiBxLTU4IC0yNCAtOTkgLTcwIHEtMzkgLTQ0IC01OSAtMTAxIHEtMjAgLTU2IC0yMCAtMTE2IHEwIC02MCAyMCAtMTE2IHEyMCAtNTcgNTkgLTEwMSBxNDEgLTQ2IDk5IC03MCBxNjIgLTI3IDEzOSAtMjUgbDM2MTYgMCBsLTE0OTUgLTE0OTUgcS01NSAtNTMgLTgxIC0xMTYgcS0yNCAtNTkgLTIxIC0xMjEgcTMgLTU4IDMwIC0xMTMgcTI1IC01NCA2OCAtOTcgcTQzIC00MyA5NiAtNjggcTU1IC0yNiAxMTQgLTI5IHE2MiAtMyAxMjAgMjEgcTYzIDI1IDExNiA4MSBsMjAyOSAyMDI4IHE1OSA2MCA4MCAxNDEgcTIxIDgwIDEgMTU5IHEtMjEgODIgLTgxIDE0MiBsLTIwMjkgMjAyOCBxLTQ0IDQ1IC0xMDIgNzAgcS01OCAyNSAtMTIyIDI1IFoiIC8 + PGdseXBoIGdseXBoLW5hbWU9Im1lbnUiIHVuaWNvZGU9IiYjeGVhMDg7IiBkPSJNNjI1IDQzNzUgbDAgLTYyNSBsMzc1MCAwIGwwIDYyNSBsLTM3NTAgMCBaTTYyNSAyODEzIGwwIC02MjUgbDM3NTAgMCBsMCA2MjUgbC0zNzUwIDAgWk02MjUgMTI1MCBsMCAtNjI1IGwzNzUwIDAgbDAgNjI1IGwtMzc1MCAwIFoiIC8 + PGdseXBoIGdseXBoLW5hbWU9Im1vcmUiIHVuaWNvZGU9IiYjeGVhMDk7IiBkPSJNOTM4IDMxMjUgcS0xMjggMCAtMjQ0IC00OSBxLTExMiAtNDggLTE5OC41IC0xMzQuNSBxLTg2LjUgLTg2LjUgLTEzMy41IC0xOTguNSBxLTUwIC0xMTYgLTQ5LjUgLTI0MyBxMC41IC0xMjcgNDkuNSAtMjQzIHE0NyAtMTEyIDEzMy41IC0xOTguNSBxODYuNSAtODYuNSAxOTguNSAtMTM0LjUgcTExNiAtNDkgMjQzLjUgLTQ5IHExMjcuNSAwIDI0My41IDQ5IHExMTIgNDggMTk4LjUgMTM0LjUgcTg2LjUgODYuNSAxMzMuNSAxOTguNSBxNTAgMTE2IDUwIDI0MyBxMCAxMjcgLTUwIDI0MyBxLTQ3IDExMiAtMTMzLjUgMTk4LjUgcS04Ni41IDg2LjUgLTE5OC41IDEzNC41IHEtMTE2IDQ5IC0yNDMgNDkgWk0yNTAwIDMxMjUgcS0xMjcgMCAtMjQzIC00OSBxLTExMiAtNDggLTE5OC41IC0xMzQuNSBxLTg2LjUgLTg2LjUgLTEzNC41IC0xOTguNSBxLTQ5IC0xMTYgLTQ5IC0yNDMgcTAgLTEyNyA0OSAtMjQzIHE0OCAtMTEyIDEzNC41IC0xOTguNSBxODYuNSAtODYuNSAxOTguNSAtMTM0LjUgcTExNiAtNDkgMjQzIC00OSBxMTI3IDAgMjQzIDQ5IHExMTIgNDggMTk4LjUgMTM0LjUgcTg2LjUgODYuNSAxMzQuNSAxOTguNSBxNDkgMTE2IDQ5IDI0MyBxMCAxMjcgLTQ5IDI0MyBxLTQ4IDExMiAtMTM0LjUgMTk4LjUgcS04Ni41IDg2LjU
2019-10-28 09:46:16 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-10-28 09:46:16 +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-28 09:46:16 +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-27 14:57:56 +03:00
* / e . a = { b e f o r e : f u n c t i o n ( ) { t h i s . $ s l o t s . d e f a u l t & & " " ! = = t h i s . t e x t . t r i m ( ) | | ( i . a . u t i l . w a r n ( " " . c o n c a t ( t h i s . $ o p t i o n s . n a m e , " c a n n o t b e e m p t y a n d r e q u i r e s a m e a n i n g f u l t e x t c o n t e n t " ) , t h i s ) , t h i s . $ d e s t r o y ( ) , t h i s . $ e l . r e m o v e ( ) ) } , b e f o r e U p d a t e : f u n c t i o n ( ) { t h i s . t e x t = t h i s . g e t T e x t ( ) } , d a t a : f u n c t i o n ( ) { r e t u r n { t e x t : t h i s . g e t T e x t ( ) } } , c o m p u t e d : { i s L o n g T e x t : f u n c t i o n ( ) { r e t u r n t h i s . t e x t & & t h i s . t e x t . t r i m ( ) . l e n g t h > 2 0 } } , m e t h o d s : { g e t T e x t : f u n c t i o n ( ) { r e t u r n t h i s . $ s l o t s . d e f a u l t ? t h i s . $ s l o t s . d e f a u l t [ 0 ] . t e x t . t r i m ( ) : " " } } } } , 1 3 2 : f u n c t i o n ( t , e , n ) { v a r r = n ( 1 3 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 ) ( " 6 0 0 6 1 5 e a " , r , ! 0 , { } ) } , 1 3 3 : f u n c t i o n ( t , e , n ) { v a r r = n ( 1 ) , i = n ( 7 ) , o = n ( 8 ) , a = n ( 9 ) , s = n ( 1 0 ) , A = n ( 1 1 ) ; e = r ( ! 1 ) ; v a r c = i ( o ) , u = i ( a ) , l = i ( s ) , f = i ( A ) ; e . p u s h ( [ t . i , ' @ f o n t - f a c e { f o n t - f a m i l y : " i c o n f o n t - v u e - c 4 8 1 f 1 4 " ; s r c : u r l ( ' + c + " ) ; s r c : u r l ( " + c + ' ) f o r m a t ( " e m b e d d e d - o p e n t y p e " ) , u r l ( ' + u + ' ) f o r m a t ( " w o f f " ) , u r l ( ' + l + ' ) f o r m a t ( " t r u e t y p e " ) , u r l ( ' + f + ' ) f o r m a t ( " s v g " ) } . i c o n { f o n t - s t y l e : n o r m a l ; f o n t - w e i g h t : 4 0 0 } . i c o n . a r r o w - l e f t - d o u b l e : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - c 4 8 1 f 1 4 " ; c o n t e n t : " " } . i c o n . a r r o w - l e f t : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - c 4 8 1 f 1 4 " ; c o n t e n t : " " } . i c o n . a r r o w - r i g h t - d o u b l e : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - c 4 8 1 f 1 4 " ; c o n t e n t : " " } . i c o n . a r r o w - r i g h t : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - c 4 8 1 f 1 4 " ; c o n t e n t : " " } . i c o n . c h e c k m a r k : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - c 4 8 1 f 1 4 " ; c o n t e n t : " " } . i c o n . c l o s e : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - c 4 8 1 f 1 4 " ; c o n t e n t : " " } . i c o n . c o n f i r m : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - c 4 8 1 f 1 4 " ; c o n t e n t : " " } . i c o n . m e n u : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - c 4 8 1 f 1 4 " ; c o n t e n t : " " } . i c o n . m o r e : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - c 4 8 1 f 1 4 " ; c o n t e n t : " " } . i c o n . p a u s e : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - c 4 8 1 f 1 4 " ; c o n t e n t : " " } . i c o n . p l a y : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - c 4 8 1 f 1 4 " ; c o n t e n t : " " } . i c o n . t r i a n g l e - s : b e f o r e { f o n t - f a m i l y : " i c o n f o n t - v u e - c 4 8 1 f 1 4 " ; c o n t e n t : " " } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] { w i d t h : 2 1 0 p x ; c o l o r : i n h e r i t ; u s e r - s e l e c t : n o n e ; p o s i t i o n : r e l a t i v e ; d i s p l a y : i n l i n e - b l o c k } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . d i s a b l e d { o p a c i t y : . 7 ; c u r s o r : n o t - a l l o w e d } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - i n p u t - w r a p p e r . m x - i n p u t { w i d t h : 1 0 0 % } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - i n p u t - w r a p p e r . m x - i n p u t - a p p e n d { p o s i t i o n : a b s o l u t e ; t o p : 0 ; r i g h t : 0 ; w i d t h : 3 0 p x ; h e i g h t : 1 0 0 % ; p a d d i n g : 6 p x ; b a c k g r o u n d - c o l o r : v a r ( - - c o l o r - m a i n - b a c k g r o u n d ) ; b a c k g r o u n d - c l i p : c o n t e n t - b o x } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - i n p u t - w r a p p e r . m x - i n p u t - a p p e n d . m x - i n p u t - i c o n { d i s p l a y : i n l i n e - b l o c k ; f o n t - s t y l e : n o r m a l ; t e x t - a l i g n : c e n t e r ; c u r s o r : p o i n t e r } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - i n p u t - w r a p p e r . m x - i n p u t - a p p e n d . m x - c l e a r - w r a p p e r { d i s p l a y : n o n e } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - i n p u t - w r a p p e r . m x - i n p u t - a p p e n d . m x - c a l e n d a r - i c o n { s t r o k e - w i d t h : 8 p x ; s t r o k e : c u r r e n t C o l o r ; f i l l : c u r r e n t C o l o r ; w i d t h : 1 0 0 % ; h e i g h t : 1 0 0 % ; c o l o r : v a r ( - - c o l o r - t e x t - l i g h t e r ) } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - d a t e p i c k e r - p o p u p { b o x - s h a d o w : n o n e ; b a c k g r o u n d - c o l o r : v a r ( - - c o l o r - m a i n - b a c k g r o u n d ) ; p o s i t i o n : a b s o l u t e ; m a r g i n - t o p : 1 p x ; m a r g i n - b o t t o m : 1 p x ; z - i n d e x : 1 0 0 0 } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - r a n g e - w r a p p e r { d i s p l a y : f l e x ; o v e r f l o w : h i d d e n } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - r a n g e - w r a p p e r . m x - c a l e n d a r : f i r s t - c h i l d { b o x - s h a d o w : v a r ( - - c o l o r - b o r d e r ) 1 p x 0 p x ! i m p o r t a n t } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - r a n g e - w r a p p e r . m x - c a l e n d a r - c o n t e n t . m x - p a n e l . c e l l . a c t i v e d { b o r d e r - r a d i u s : v a r ( - - b o r d e r - r a d i u s ) 0 0 v a r ( - - b o r d e r - r a d i u s ) } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - r a n g e - w r a p p e r . m x - c a l e n d a r - c o n t e n t . m x - p a n e l . c e l l . i n r a n g e + . c e l l . a c t i v e d { b o r d e r - r a d i u s : 0 v a r ( - - b o r d e r - r a d i u s ) v a r ( - - b o r d e r - r a d i u s ) 0 } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - s h o r t c u t s - w r a p p e r { d i s p l a y : f l e x ; j u s t i f y - c o n t e n t : s p a c e - e v e n l y ; p a d d i n g : 5 p x ; b o r d e r - b o t t o m : 1 p x s o l i d v a r ( - - c o l o r - b o r d e r ) } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - s h o r t c u t s - w r a p p e r . m x - s h o r t c u t s { f o n t - w e i g h t : n o r m a l } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - c a l e n d a r { f o n t : i n h e r i t ; c o l o r : v a r ( - - c o l o r - m a i n - t e x t ) ; p a d d i n g : 5 p x ; w i d t h : 2 3 4 p x } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - c a l e n d a r - h e a d e r { p a d d i n g : 0 4 p x ; m a r g i n - b o t t o m : 4 p x ; t e x t - a l i g n : c e n t e r ; o v e r f l o w : h i d d e n ; d i s p l a y : f l e x ; a l i g n - i t e m s : c e n t e r ; j u s t i f y - c o n t e n t : s p a c e - b e t w e e n } . m x - d a t e p i c k e r [ d a t a - v - c 4 8 1 f 1 4 ] . m x - c a l e n d a r - h e a d e r > a { t e x t - d e c o r a t i o n : n o n e ; c u r s o r : p o i n t e r ; c o l o r : v a r ( - - c o l o r - t e x t - l i g h t e r ) ; p a d d i n g : 7 p x
2019-10-28 09:46:16 +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-10-28 09:46:16 +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-01-27 14:57:56 +03:00
e . default = u } , 16 : function ( t , e ) { t . exports = n ( 60 ) } , 17 : function ( t , e ) { t . exports = n ( 89 ) } , 177 : function ( t , e , n ) { "use strict" ; var r = n ( 83 ) ; n . n ( r ) . a } , 178 : function ( t , e , n ) { var r = n ( 1 ) , i = n ( 7 ) , o = n ( 8 ) , a = n ( 9 ) , s = n ( 10 ) , A = n ( 11 ) ; e = r ( ! 1 ) ; var c = i ( o ) , u = i ( a ) , l = i ( s ) , f = i ( A ) ; e . push ( [ t . i , '@font-face{font-family:"iconfont-vue-c481f14";src:url(' + c + ");src:url(" + c + ') format("embedded-opentype"),url(' + u + ') format("woff"),url(' + l + ') format("truetype"),url(' + f + ') format("svg")}.icon[data-v-e093ae26]{font-style:normal;font-weight:400}.icon.arrow-left-double[data-v-e093ae26]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.arrow-left[data-v-e093ae26]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.arrow-right-double[data-v-e093ae26]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.arrow-right[data-v-e093ae26]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.checkmark[data-v-e093ae26]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.close[data-v-e093ae26]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.confirm[data-v-e093ae26]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.menu[data-v-e093ae26]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.more[data-v-e093ae26]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.pause[data-v-e093ae26]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.play[data-v-e093ae26]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.triangle-s[data-v-e093ae26]:before{font-family:"iconfont-vue-c481f14";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):not(.primary):active{color:var(--color-text-light);outline:none;background-color:var(--color-main-background)}button[data-v-e093ae26]:disabled,input[data-v-e093ae26]:not([type=\'range\']):disabled,textarea[data-v-e093ae26]:disabled{cursor:default;opacity:.5;color:var(--color-text-maxcontrast);background-color:var(--color-background-dark)}button[data-v-e093ae26]:required,input[data-v-e093ae26]:not([type=\'range\']):required,textarea[data-v-e093ae26]:required{box-shadow:none}button[data-v-e093ae26]:invalid,input[data-v-e093ae26]:not([type=\'range\']):invalid,textarea[data-v-e093ae26]:invalid{border-color:var(--color-error);box-shadow:none !important}button.primary[data-v-e093ae26],input:not([type=\'range\']).primary[data-v-e093ae26],textarea.primary[data-v-e093ae26]{cursor:pointer;color:var(--color-primary-text);border-color:var(--color-primary-element);background-color:var(--color-primary-element)}button.primary[data-v-e093ae26]:not(:disabled):hover,button.primary[data-v-e093ae26]:not(:disabled):focus,button.primary[data-v-e093ae26]:not(:disabled):active,input:not([type=\'range\']).primary[data-v-e093ae26]:not(:disabled):hover,input:not([type=\'range\']).primary[data-v-e093ae26]:not(:disabled):focus,input:not([type=\'range\' ] ) . primary [ data - v - e093ae26 ] : not ( : disabled ) : active , textarea . primary [ data - v - e093ae26 ] : not ( : disabled ) : hover , textarea . primary [ data - v - e093a
2019-10-28 09:46:16 +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-01-27 14:57:56 +03:00
* /e.a=function(t){t.mounted?Array.isArray(t.mounted)||(t.mounted=[t.mounted]):t.mounted=[],t.mounted.push((function(){this.$el.setAttribute("data-v-".concat("c481f14"),"")}))}},5:function(t,e){t.exports=n(28)},58:function(t,e){t.exports=n(720)},6:function(t,e){t.exports=n(59)},68:function(t,e){},7:function(t,e,n){"use strict";t.exports=function(t,e){return e||(e={}),"string"!=typeof(t=t&&t.__esModule?t.default:t)?t:(/ ^ [ '"].*[' "]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/[" '() \t\n]/.test(t)||e.needQuotes?' "'.concat(t.replace(/" / g , '\\"' ) . replace ( /\n/g , "\\n" ) , '"' ) : t ) } } , 8 : function ( t , e , n ) { "use strict" ; n . r ( e ) , e . default = " data : application / vnd . ms - fontobject ; base64 , qgoAAOAJAAABAAIAAAAAAAIABQMAAAAAAAABQJABAAAAAExQAAAAABAAAAAAAAAAAAAAAAAAAAEAAAAAPdwrZgAAAAAAAAAAAAAAAAAAAAAAACgAAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AYwA0ADgAMQBmADEANAAAAAAAABYAAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAKAAAaQBjAG8AbgBmAG8AbgB0AC0AdgB1AGUALQBjADQAOAAxAGYAMQA0AAAAAAABAAAACgCAAAMAIE9TLzJ045CJAAAArAAAAGBjbWFwAA3rsgAAAQwAAAFCZ2x5ZrP154sAAAJQAAADgGhlYWQnC6AgAAAF0AAAADZoaGVhJxwTgAAABggAAAAkaG10eBOI //8AAAYsAAAAHmxvY2EFNAW+AAAGTAAAABxtYXhwARoAVwAABmgAAAAgbmFtZbCzrEgAAAaIAAACpnBvc3TeHIDjAAAJMAAAALAABBOIAZAABQAADGUNrAAAArwMZQ2sAAAJYAD1BQoAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA6gHqDBOIAAABwhOIAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQAAAAAAPAADAAEAAAAcAAQAIAAAAAQABAABAADqDP//AADqAf//FgAAAQAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAOpg9DAAUACwAACQIRCQQRCQEOpvqCBX77ugRG+oL6ggV++7oERg9C+oL6ggE4BEYERgE4+oL6ggE4BEYERgABAAAAAA1uElAABQAACQERCQERBhsHU/d0CIwJxPit/sgIiwiM/scAAgAAAAAP3w9DAAUACwAACQIRCQQRCQEE4gV++oIERvu6BX4Ff/qBBEb7ugRGBX4Ffv7I+7r7uv7IBX4Ffv7I+7r7ugABAAAAAA6mElAABQAACQERCQERDW74rQiL93UJxAdTATn3dPd1ATgAAQAAAAARhw+DAAUAAAkFD8338/v7/kYFvwnHD4P38wQF/kf6QQnGAAEAAAAAERcRFwALAAAJCxEX/e36wPrA/e0FQPrAAhMFQAVAAhP6wASE/e0FQPrAAhMFQAVAAhP6wAVA/e36wAAB//8AABOTEuwAMwAAASIHDgEXFhcBISYHBgcGBwYUFxYXFhcWNyEBBgcGFxYXHgEXFhcWNzY3ATY3NicmJwEuAQpgZU9KRhASSAXX8eBNPjopJxQUFBQnKTo+TQ4g+ik3GhgDAxsZVjU3Oz46PzUH7TsVFRQVPPgTLHQS7Dk0rFlgR/oqARsYLiw5OHg4OSwuGBsC+ik1Pzs+Ojc2VhkaAwMYGTgH7DxRUE9SPAfsLTIAAAADAAAAABEXERcAAwAHAAsAAAERIREBESERAREhEQJxDqbxWg6m8VoOphEX/Y8Ccfnm/Y8Ccfnl/Y8CcQADAAAAABJQDDUAGAAxAEoAAAEiBw4BBwYWFx4BFxYyNz4BNzY0Jy4BJyYhIgcOAQcGFBceARcWMjc+ATc2NCcuAScmISIHDgEHBhQXHgEXFjI3PgE3NjQnLgEnJgOqgHRwrS8yATEvrXB0/3RwrS8yMi+tcHQFm390cK0wMTEwrXB0/nRwrTAxMTCtcHQFnIB0cK0vMTEvrXB0/3RwrS8yMi+tcHQMNTEwrXB0/nRwrTAxMTCtcHT+dHCtMDExMK1wdP50cK0wMTEwrXB0/nRwrTAxMTCtcHT+dHCtMDExMK1wdP50cK0wMQAAAAIAAAAAD98P3wADAAcAAAERIREhESERA6oE4gJxBOIP3/PLDDXzyww1AAAAAQAAAAARFxEXAAIAAAkCAnEOpvFaERf4rfitAAEAAAAADqYMNQACAAAJAgTiBOIE4gw1+x4E4AABAAAAAQAAZivcPV8PPPUACxOIAAAAANpWDFcAAAAA2gUwWP//AAATkxLsAAAACAACAAAAAAAAAAEAABOIAAAAABOI////9ROTAAEAAAAAAAAAAAAAAAAAAAACAAAAABOIAAAAAAAAAAAAAAAA//8AAAAAAAAAAAAAAAAAAAAAACIANgBYAGwAgACgAPoBGAGOAaQBsgHAAAEAAAANAEsAAwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAAAQAMYAAQAAAAAAAQAUAAAAAQAAAAAAAgAHABQAAQAAAAAAAwAUABsAAQAAAAAABAAUAC8AAQAAAAAABQALAEMAAQAAAAAABgAUAE4AAQAAAAAACgArAGIAAQAAAAAACwATAI0AAwABBAkAAQAoAKAAAwABBAkAAgAOAMgAAwABBAkAAwAoANYAAwABBAkABAAoAP4AAwABBAkABQAWASYAAwABBAkABgAoATwAAwABBAkACgBWAWQAAwABBAkACwAmAbppY29uZm9udC12dWUtYzQ4MWYxNFJlZ3VsYXJpY29uZm9udC12dWUtYzQ4MWYxNGljb25mb250LXZ1ZS1jNDgxZjE0VmVyc2lvbiAxLjBpY29uZm9udC12dWUtYzQ4MWYxNEdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AYwA0ADgAMQBmADEANABSAGUAZwB1AGwAYQByAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AYwA0ADgAMQBmADEANABpAGMAbwBuAGYAbwBuAHQALQB2AHUAZQAtAGMANAA4ADEAZgAxADQAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AYwA0ADgAMQBmADEANABHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAADIAA
2019-10-28 09:46:16 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-10-28 09:46:16 +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-28 09:46:16 +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-27 14:57:56 +03:00
* / e . a = { b e f o r e : f u n c t i o n ( ) { t h i s . $ s l o t s . d e f a u l t & & " " ! = = t h i s . t e x t . t r i m ( ) | | ( i . a . u t i l . w a r n ( " " . c o n c a t ( t h i s . $ o p t i o n s . n a m e , " c a n n o t b e e m p t y a n d r e q u i r e s a m e a n i n g f u l t e x t c o n t e n t " ) , t h i s ) , t h i s . $ d e s t r o y ( ) , t h i s . $ e l . r e m o v e ( ) ) } , b e f o r e U p d a t e : f u n c t i o n ( ) { t h i s . t e x t = t h i s . g e t T e x t ( ) } , d a t a : f u n c t i o n ( ) { r e t u r n { t e x t : t h i s . g e t T e x t ( ) } } , c o m p u t e d : { i s L o n g T e x t : f u n c t i o n ( ) { r e t u r n t h i s . t e x t & & t h i s . t e x t . t r i m ( ) . l e n g t h > 2 0 } } , m e t h o d s : { g e t T e x t : f u n c t i o n ( ) { r e t u r n t h i s . $ s l o t s . d e f a u l t ? t h i s . $ s l o t s . d e f a u l t [ 0 ] . t e x t . t r i m ( ) : " " } } } } , 1 4 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 8 5 ) } , 1 5 9 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n . r ( e ) , n ( 2 3 ) ; v a r r = n ( 2 5 ) , i = n ( 2 1 ) , o = { n a m e : " A c t i o n T e x t E d i t a b l e " , m i x i n s : [ r . a ] , p r o p s : { i d : { t y p e : S t r i n g , d e f a u l t : f u n c t i o n ( ) { r e t u r n " a c t i o n - " + O b j e c t ( i . a ) ( ) } , v a l i d a t o r : f u n c t i o n ( t ) { r e t u r n " " ! = = t . t r i m ( ) } } , 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 } , v a l u e : { t y p e : S t r i n g , d e f a u l t : " " } } , c o m p u t e d : { i s F o c u s a b l e : f u n c t i o n ( ) { r e t u r n ! t h i s . d i s a b l e d } } , m e t h o d s : { o n I n p u t : f u n c t i o n ( t ) { t h i s . $ e m i t ( " i n p u t " , t ) , t h i s . $ e m i t ( " u p d a t e : v a l u e " , t . t a r g e t . v a l u e ) } , o n S u b m i t : f u n c t i o n ( t ) { i f ( t . p r e v e n t D e f a u l t ( ) , t . s t o p P r o p a g a t i o n ( ) , t h i s . d i s a b l e d ) r e t u r n ! 1 ; t h i s . $ e m i t ( " s u b m i t " , t ) } } } , a = ( n ( 1 8 9 ) , n ( 0 ) ) , s = n ( 1 2 1 ) , A = n . n ( s ) , c = O b j e c t ( a . a ) ( o , ( f u n c t i o n ( ) { v a r t = t h i s , e = t . $ c r e a t e E l e m e n t , n = t . _ s e l f . _ c | | e ; r e t u r n n ( " l i " , { c l a s s : { " a c t i o n - - d i s a b l e d " : t . d i s a b l e d } } , [ n ( " s p a n " , { s t a t i c C l a s s : " a c t i o n - t e x t - e d i t a b l e " } , [ n ( " s p a n " , { s t a t i c C l a s s : " a c t i o n - t e x t - e d i t a b l e _ _ i c o n " , c l a s s : [ t . i s I c o n U r l ? " a c t i o n - t e x t - e d i t a b l e _ _ i c o n - - u r l " : t . i c o n ] , s t y l e : { b a c k g r o u n d I m a g e : t . i s I c o n U r l ? " u r l ( " + t . i c o n + " ) " : n u l l } } ) , t . _ v ( " " ) , n ( " f o r m " , { r e f : " f o r m " , s t a t i c C l a s s : " a c t i o n - t e x t - e d i t a b l e _ _ f o r m " , a t t r s : { d i s a b l e d : t . d i s a b l e d } , o n : { s u b m i t : f u n c t i o n ( e ) { r e t u r n e . p r e v e n t D e f a u l t ( ) , t . o n S u b m i t ( e ) } } } , [ n ( " i n p u t " , { s t a t i c C l a s s : " a c t i o n - t e x t - e d i t a b l e _ _ s u b m i t " , a t t r s : { i d : t . i d , t y p e : " s u b m i t " } } ) , t . _ v ( " " ) , t . t i t l e ? n ( " s t r o n g " , { s t a t i c C l a s s : " a c t i o n - t e x t _ _ t i t l e " } , [ t . _ v ( " \ n \ t \ t \ t \ t " + t . _ s ( t . t i t l e ) + " \ n \ t \ t \ t " ) ] ) : t . _ e ( ) , t . _ v ( " " ) , n ( " t e x t a r e a " , t . _ b ( { c l a s s : [ " a c t i o n - t e x t - e d i t a b l e _ _ t e x t a r e a " , { f o c u s a b l e : t . i s F o c u s a b l e } ] , a t t r s : { d i s a b l e d : t . d i s a b l e d } , d o m P r o p s : { v a l u e : t . v a l u e } , o n : { i n p u t : t . o n I n p u t } } , " t e x t a r e a " , t . $ a t t r s , ! 1 ) ) , t . _ v ( " " ) , n ( " l a b e l " , { 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 . d i s a b l e d , e x p r e s s i o n : " ! d i s a b l e d " } ] , s t a t i c C l a s s : " a c t i o n - t e x t - e d i t a b l e _ _ l a b e l " , a t t r s : { f o r : t . i d } } ) ] ) ] ) ] ) } ) , [ ] , ! 1 , n u l l , " 4 3 b 5 0 9 b 7 " , n u l l ) ; " f u n c t i o n " = = t y p e o f A . a & & A ( ) ( c ) ; v a r u = c . e x p o r t s ; 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 u } ) ) ,
2019-10-28 09:46:16 +03:00
/ * *
2019-12-08 05:15:53 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-10-28 09:46:16 +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-12-08 05:15:53 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-10-28 09:46:16 +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-27 14:57:56 +03:00
e . default = u } , 16 : function ( t , e ) { t . exports = n ( 60 ) } , 17 : function ( t , e ) { t . exports = n ( 89 ) } , 18 : function ( t , e ) { t . exports = n ( 96 ) } , 189 : function ( t , e , n ) { "use strict" ; var r = n ( 89 ) ; n . n ( r ) . a } , 190 : function ( t , e , n ) { var r = n ( 1 ) , i = n ( 7 ) , o = n ( 8 ) , a = n ( 9 ) , s = n ( 10 ) , A = n ( 11 ) ; e = r ( ! 1 ) ; var c = i ( o ) , u = i ( a ) , l = i ( s ) , f = i ( A ) ; e . push ( [ t . i , '@font-face{font-family:"iconfont-vue-c481f14";src:url(' + c + ");src:url(" + c + ') format("embedded-opentype"),url(' + u + ') format("woff"),url(' + l + ') format("truetype"),url(' + f + ') format("svg")}.icon[data-v-43b509b7]{font-style:normal;font-weight:400}.icon.arrow-left-double[data-v-43b509b7]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.arrow-left[data-v-43b509b7]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.arrow-right-double[data-v-43b509b7]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.arrow-right[data-v-43b509b7]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.checkmark[data-v-43b509b7]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.close[data-v-43b509b7]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.confirm[data-v-43b509b7]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.menu[data-v-43b509b7]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.more[data-v-43b509b7]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.pause[data-v-43b509b7]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.play[data-v-43b509b7]:before{font-family:"iconfont-vue-c481f14";content:""}.icon.triangle-s[data-v-43b509b7]:before{font-family:"iconfont-vue-c481f14";content:""}button[data-v-43b509b7],input[data-v-43b509b7]:not([type=\'range\']),textarea[data-v-43b509b7]{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-43b509b7]:not(:disabled):not(.primary):hover,button[data-v-43b509b7]:not(:disabled):not(.primary):focus,button:not(:disabled):not(.primary).active[data-v-43b509b7],input[data-v-43b509b7]:not([type=\'range\']):not(:disabled):not(.primary):hover,input[data-v-43b509b7]:not([type=\'range\']):not(:disabled):not(.primary):focus,input:not([type=\'range\']):not(:disabled):not(.primary).active[data-v-43b509b7],textarea[data-v-43b509b7]:not(:disabled):not(.primary):hover,textarea[data-v-43b509b7]:not(:disabled):not(.primary):focus,textarea:not(:disabled):not(.primary).active[data-v-43b509b7]{border-color:var(--color-primary-element);outline:none}button[data-v-43b509b7]:not(:disabled):not(.primary):active,input[data-v-43b509b7]:not([type=\'range\']):not(:disabled):not(.primary):active,textarea[data-v-43b509b7]:not(:disabled):not(.primary):active{color:var(--color-text-light);outline:none;background-color:var(--color-main-background)}button[data-v-43b509b7]:disabled,input[data-v-43b509b7]:not([type=\'range\']):disabled,textarea[data-v-43b509b7]:disabled{cursor:default;opacity:.5;color:var(--color-text-maxcontrast);background-color:var(--color-background-dark)}button[data-v-43b509b7]:required,input[data-v-43b509b7]:not([type=\'range\']):required,textarea[data-v-43b509b7]:required{box-shadow:none}button[data-v-43b509b7]:invalid,input[data-v-43b509b7]:not([type=\'range\']):invalid,textarea[data-v-43b509b7]:invalid{border-color:var(--color-error);box-shadow:none !important}button.primary[data-v-43b509b7],input:not([type=\'range\']).primary[data-v-43b509b7],textarea.primary[data-v-43b509b7]{cursor:pointer;color:var(--color-primary-text);border-color:var(--color-primary-element);background-color:var(--color-primary-element)}button.primary[data-v-43b509b7]:not(:disabled):hover,button.primary[data-v-43b509b7]:not(:disabled):focus,button.primary[data-v-43b509b7]:not(:disabled):active,input:not([type=\'range\']).primary[data-v-43b509b7]:not(:disabled):hover,input:not([type=\'range\']).primary[data-v-43b509b7]:not(:disabled):focus,input:not([type=\'range\' ] ) . primary [ data - v - 43 b509b7 ] : not ( : disabled ) : active , textarea . primary [ data - v - 43 b509b7 ] : not ( : disabled ) : h
2019-12-08 05:15:53 +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-01-27 14:57:56 +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 A ( t , e ) { if ( 1 !== t . nodeType ) return [ ] ; var n = t . ownerDocument . defaultView . getComputedStyle ( t , null ) ; return e ? n [ e ] : n } function c ( 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 = A ( t ) , n = e . overflow , r = e . overflowX , i = e . overflowY ; return /(auto|scroll|overlay)/ . test ( n + i + r ) ? t : u ( c ( t ) ) } var l = n && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , f = n && /MSIE 10/ . test ( navigator . userAgent ) ; function d ( t ) { return 11 === t ? l : 10 === t ? f : l || f } function p ( 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" === A ( n , "position" ) ? p ( n ) : n : t ? t . ownerDocument . documentElement : document . documentElement } function h ( t ) { return null !== t . parentNode ? h ( t . parentNode ) : t } function v ( 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 , A = o . commonAncestorContainer ; if ( t !== A && e !== A || r . contains ( i ) ) return "BODY" === ( s = ( a = A ) . nodeName ) || "HTML" !== s && p ( a . firstElementChild ) !== a ? p ( A ) : A ; var c = h ( t ) ; return c . host ? v ( c . host , e ) : v ( t , h ( e ) . host ) } function g ( t ) { var e = "top" === ( arguments . length > 1 && void 0 !== arguments [ 1 ] ? arguments [ 1 ] : "top" ) ? "scrollTop" : "scrollLeft" , n = t . nodeName ; if ( "BODY" === n || "HTML" === n ) { var r = t . ownerDocument . documentElement ; return ( t . ownerDocument . scrollingElement || r ) [ e ] } return t [ e ] } function m ( 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 b ( 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 x = 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 } } ( ) , E = function ( t , e , n ) { return e in t ? Object . defineProperty ( t , e , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : t [ e ] = n , t } , C = 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 I ( t ) { return C ( { } , t , { right : t . left + t . width , bottom : t . top + t . height } ) } function T ( 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 ? b ( t . ownerDocument ) : { } , a = o . width || t . clientWidth || i . right - i . left , s = o . height || t . clientHeight || i . bottom - i . top , c = t . offsetWidth - a , u = t . offsetHeight - s ; if ( c || u ) { var l = A ( t ) ; c -= m ( l , "x" ) , u -= m ( l , "y" ) , i . width -= c , i . height -= u } return I ( i ) } function _ ( t , e ) { var n = arguments . length > 2 && void 0 !== arguments [ 2 ] && arguments [ 2 ] , r = d ( 10 ) , i = "HTML" === e . nodeName , o = T ( t ) , a = T ( e ) , s = u ( t ) , c = A ( e ) , l = parseFloat ( c . borderTopWidth , 10 ) , f = parseFloat ( c . borderLeftWidth , 10 ) ; n && i && ( a . top = Math . max ( a . t
2019-10-28 09:46:16 +03:00
/ * *
2020-01-16 02:03:29 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2019-10-28 09:46:16 +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-12-08 05:15:53 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-10-28 09:46:16 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
2020-01-16 02:03:29 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-10-28 09:46:16 +03:00
* /
2020-01-27 14:57:56 +03:00
e . default = o } , 2 : function ( t , e , n ) { "use strict" ; function r ( t , e ) { for ( var n = [ ] , r = { } , i = 0 ; i < e . length ; i ++ ) { var o = e [ i ] , a = o [ 0 ] , s = { id : t + ":" + i , css : o [ 1 ] , media : o [ 2 ] , sourceMap : o [ 3 ] } ; r [ a ] ? r [ a ] . parts . push ( s ) : n . push ( r [ a ] = { id : a , parts : [ s ] } ) } return n } n . r ( e ) , n . d ( e , "default" , ( function ( ) { return p } ) ) ; var i = "undefined" != typeof document ; if ( "undefined" != typeof DEBUG && DEBUG && ! i ) throw new Error ( "vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment." ) ; var o = { } , a = i && ( document . head || document . getElementsByTagName ( "head" ) [ 0 ] ) , s = null , A = 0 , c = ! 1 , u = function ( ) { } , l = null , f = "data-vue-ssr-id" , d = "undefined" != typeof navigator && /msie [6-9]\b/ . test ( navigator . userAgent . toLowerCase ( ) ) ; function p ( t , e , n , i ) { c = n , l = i || { } ; var a = r ( t , e ) ; return h ( a ) , function ( e ) { for ( var n = [ ] , i = 0 ; i < a . length ; i ++ ) { var s = a [ i ] ; ( A = o [ s . id ] ) . refs -- , n . push ( A ) } for ( e ? h ( a = r ( t , e ) ) : a = [ ] , i = 0 ; i < n . length ; i ++ ) { var A ; if ( 0 === ( A = n [ i ] ) . refs ) { for ( var c = 0 ; c < A . parts . length ; c ++ ) A . parts [ c ] ( ) ; delete o [ A . id ] } } } } function h ( t ) { for ( var e = 0 ; e < t . length ; e ++ ) { var n = t [ e ] , r = o [ n . id ] ; if ( r ) { r . refs ++ ; for ( var i = 0 ; i < r . parts . length ; i ++ ) r . parts [ i ] ( n . parts [ i ] ) ; for ( ; i < n . parts . length ; i ++ ) r . parts . push ( g ( n . parts [ i ] ) ) ; r . parts . length > n . parts . length && ( r . parts . length = n . parts . length ) } else { var a = [ ] ; for ( i = 0 ; i < n . parts . length ; i ++ ) a . push ( g ( n . parts [ i ] ) ) ; o [ n . id ] = { id : n . id , refs : 1 , parts : a } } } } function v ( ) { var t = document . createElement ( "style" ) ; return t . type = "text/css" , a . appendChild ( t ) , t } function g ( t ) { var e , n , r = document . querySelector ( "style[" + f + '~="' + t . id + '"]' ) ; if ( r ) { if ( c ) return u ; r . parentNode . removeChild ( r ) } if ( d ) { var i = A ++ ; r = s || ( s = v ( ) ) , e = b . bind ( null , r , i , ! 1 ) , n = b . bind ( null , r , i , ! 0 ) } else r = v ( ) , e = function ( t , e ) { var n = e . css , r = e . media , i = e . sourceMap ; if ( r && t . setAttribute ( "media" , r ) , l . ssrId && t . setAttribute ( f , e . id ) , i && ( n += "\n/*# sourceURL=" + i . sources [ 0 ] + " */" , n += "\n/*# sourceMappingURL=data:application/json;base64," + btoa ( unescape ( encodeURIComponent ( JSON . stringify ( i ) ) ) ) + " */" ) , t . styleSheet ) t . styleSheet . cssText = n ; else { for ( ; t . firstChild ; ) t . removeChild ( t . firstChild ) ; t . appendChild ( document . createTextNode ( n ) ) } } . bind ( null , r ) , n = function ( ) { r . parentNode . removeChild ( r ) } ; return e ( t ) , function ( r ) { if ( r ) { if ( r . css === t . css && r . media === t . media && r . sourceMap === t . sourceMap ) return ; e ( t = r ) } else n ( ) } } var m , y = ( m = [ ] , function ( t , e ) { return m [ t ] = e , m . filter ( Boolean ) . join ( "\n" ) } ) ; function b ( t , e , n , r ) { var i = n ? "" : r . css ; if ( t . styleSheet ) t . styleSheet . cssText = y ( e , i ) ; else { var o = document . createTextNode ( i ) , a = t . childNodes ; a [ e ] && t . removeChild ( a [ e ] ) , a . length ? t . insertBefore ( o , a [ e ] ) : t . appendChild ( o ) } } } , 216 : function ( t , e , n ) { "use strict" ; var r = n ( 103 ) ; n . n ( r ) . a } , 217 : function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , "section[data-v-02f177dc]{padding:10px;min-height:100%}section[data-v-02f177dc]:focus{border-color:var(--color-primary);box-shadow:0 0 0.2em var(--color-primary);outline:0}\n" , "" ] ) , t . exports = e } , 30 : function ( t , e ) { t . exports = n ( 153 ) } } ) } , function ( t , e , n ) { "use strict" ; function r ( t , e , n , r , i , o , a ) { try { var s = t [ o ] ( a ) , A = s . value } catch ( t ) { return void n ( t ) } s . done ? e ( A ) : Promise . resolve ( A ) . then ( r , i ) } function i ( t ) { return function ( ) { var e = this , n = arguments ; return new Promise ( ( function ( i , o ) { var a = t . apply ( e , n ) ; function s ( t ) { r ( a , i , o , s , A , "next" , t ) } function A ( t ) { r ( a , i , o , s , A , "throw" , t ) } s ( void 0 ) } ) ) } } function o ( t ) { return ( o = "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 ) } function a ( 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 ) } } function s ( t ) { return ( s = Object . setPrototypeOf ? Object . getPrototypeOf : function ( t ) { return t . _ _proto _ _ || Object . getPrototypeOf ( t ) } ) ( t ) } function A ( t ) { if ( void 0 === t ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; return t } function c ( t , e ) { return ( c = Object . setPrototypeOf || function ( t , e ) { return t . _ _proto _ _ = e , t } ) ( t , e ) } Object . defineProperty ( e , "__esModule" , { value : ! 0 } ) ; var u = n ( 711 ) , l = n ( 712 ) , f = n ( 714 ) , d = function ( ) { } , p = new l . TimeoutError , h = function ( t ) { function e (
2019-10-28 09:46:16 +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-01-27 14:57:56 +03:00
* / e . a = { b e f o r e : f u n c t i o n ( ) { t h i s . $ s l o t s . d e f a u l t & & " " ! = = t h i s . t e x t . t r i m ( ) | | ( i . a . u t i l . w a r n ( " " . c o n c a t ( t h i s . $ o p t i o n s . n a m e , " c a n n o t b e e m p t y a n d r e q u i r e s a m e a n i n g f u l t e x t c o n t e n t " ) , t h i s ) , t h i s . $ d e s t r o y ( ) , t h i s . $ e l . r e m o v e ( ) ) } , b e f o r e U p d a t e : f u n c t i o n ( ) { t h i s . t e x t = t h i s . g e t T e x t ( ) } , d a t a : f u n c t i o n ( ) { r e t u r n { t e x t : t h i s . g e t T e x t ( ) } } , c o m p u t e d : { i s L o n g T e x t : f u n c t i o n ( ) { r e t u r n t h i s . t e x t & & t h i s . t e x t . t r i m ( ) . l e n g t h > 2 0 } } , m e t h o d s : { g e t T e x t : f u n c t i o n ( ) { r e t u r n t h i s . $ s l o t s . d e f a u l t ? t h i s . $ s l o t s . d e f a u l t [ 0 ] . t e x t . t r i m ( ) : " " } } } } , 1 4 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 8 5 ) } , 1 5 5 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n . r ( e ) , n ( 3 0 ) , n ( 2 3 ) ; v a r r = n ( 1 3 ) , i = n ( 2 1 ) , o = { n a m e : " A c t i o n R a d i o " , m i x i n s : [ r . a ] , p r o p s : { i d : { t y p e : S t r i n g , d e f a u l t : f u n c t i o n ( ) { r e t u r n " a c t i o n - " + O b j e c t ( i . a ) ( ) } , v a l i d a t o r : f u n c t i o n ( t ) { r e t u r n " " ! = = t . t r i m ( ) } } , c h e c k e d : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , n a m e : { t y p e : S t r i n g , r e q u i r e d : ! 0 } , v a l u e : { t y p e : [ S t r i n g , N u m b e r ] , d e f a u l t : " " } , d i s a b l e d : { t y p e : B o o l e a n , d e f a u l t : ! 1 } } , c o m p u t e d : { i s F o c u s a b l e : f u n c t i o n ( ) { r e t u r n ! t h i s . d i s a b l e d } } , m e t h o d s : { t o g g l e I n p u t : f u n c t i o n ( t ) { t h i s . $ r e f s . l a b e l . c l i c k ( ) } , o n C h a n g e : f u n c t i o n ( t ) { t h i s . $ e m i t ( " u p d a t e : c h e c k e d " , t h i s . $ r e f s . r a d i o . c h e c k e d ) , t h i s . $ e m i t ( " c h a n g e " , t ) } } } , a = ( n ( 1 8 1 ) , n ( 0 ) ) , s = n ( 1 2 0 ) , A = n . n ( s ) , c = O b j e c t ( a . a ) ( o , ( f u n c t i o n ( ) { v a r t = t h i s , e = t . $ c r e a t e E l e m e n t , n = t . _ s e l f . _ c | | e ; r e t u r n n ( " l i " , { c l a s s : { " a c t i o n - - d i s a b l e d " : t . d i s a b l e d } } , [ n ( " s p a n " , { s t a t i c C l a s s : " a c t i o n - r a d i o " } , [ n ( " i n p u t " , { r e f : " r a d i o " , s t a t i c C l a s s : " r a d i o a c t i o n - r a d i o _ _ r a d i o " , c l a s s : { f o c u s a b l e : t . i s F o c u s a b l e } , a t t r s : { i d : t . i d , d i s a b l e d : t . d i s a b l e d , n a m e : t . n a m e , t y p e : " r a d i o " } , d o m P r o p s : { c h e c k e d : t . c h e c k e d , v a l u e : t . v a l u e } , o n : { k e y d o w n : f u n c t i o n ( e ) { r e t u r n ! e . t y p e . i n d e x O f ( " k e y " ) & & t . _ k ( e . k e y C o d e , " e n t e r " , 1 3 , e . k e y , " E n t e r " ) ? n u l l : e . c t r l K e y | | e . s h i f t K e y | | e . a l t K e y | | e . m e t a K e y ? n u l l : ( e . p r e v e n t D e f a u l t ( ) , t . t o g g l e I n p u t ( e ) ) } , c h a n g e : t . o n C h a n g e } } ) , t . _ v ( " " ) , n ( " l a b e l " , { r e f : " l a b e l " , s t a t i c C l a s s : " a c t i o n - r a d i o _ _ l a b e l " , a t t r s : { f o r : t . i d } } , [ t . _ v ( t . _ s ( t . t e x t ) ) ] ) , t . _ v ( " " ) , t . _ e ( ) ] , 2 ) ] ) } ) , [ ] , ! 1 , n u l l , " 2 f 8 2 b a 3 8 " , n u l l ) ; " f u n c t i o n " = = t y p e o f A . a & & A ( ) ( c ) ; v a r u = c . e x p o r t s ; 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 u } ) ) ,
2019-10-28 09:46:16 +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-01-16 02:03:29 +03:00
* /
2020-01-27 14:57:56 +03:00
e . default = u } , 181 : function ( t , e , n ) { "use strict" ; var r = n ( 85 ) ; n . n ( r ) . a } , 182 : function ( t , e , n ) { ( e = n ( 1 ) ( ! 1 ) ) . push ( [ t . i , "li.active[data-v-2f82ba38]{box-shadow:inset 4px 0 var(--color-primary)}.action--disabled[data-v-2f82ba38]{pointer-events:none;opacity:.5}.action--disabled[data-v-2f82ba38]:hover,.action--disabled[data-v-2f82ba38]:focus{cursor:default;opacity:.5}.action--disabled *[data-v-2f82ba38]{opacity:1 !important}.action-radio[data-v-2f82ba38]{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-radio__radio[data-v-2f82ba38]{position:absolute;top:auto;left:-10000px;overflow:hidden;width:1px;height:1px}.action-radio__radio:focus+.action-radio__label[data-v-2f82ba38]{opacity:1}.action-radio__label[data-v-2f82ba38]{display:flex;align-items:center;width:100%;padding:0 !important;padding-right:14px !important;opacity:.7}.action-radio__label[data-v-2f82ba38]::before{margin:0 14px 0 !important}.action-radio--disabled[data-v-2f82ba38],.action-radio--disabled .action-radio__label[data-v-2f82ba38]{cursor:pointer}.action-radio:not(.action-radio--disabled):hover .action-radio__label[data-v-2f82ba38],.action-radio:not(.action-radio--disabled):focus .action-radio__label[data-v-2f82ba38]{opacity:1}\n" , "" ] ) , t . exports = e } , 2 : function ( t , e , n ) { "use strict" ; function r ( t , e ) { for ( var n = [ ] , r = { } , i = 0 ; i < e . length ; i ++ ) { var o = e [ i ] , a = o [ 0 ] , s = { id : t + ":" + i , css : o [ 1 ] , media : o [ 2 ] , sourceMap : o [ 3 ] } ; r [ a ] ? r [ a ] . parts . push ( s ) : n . push ( r [ a ] = { id : a , parts : [ s ] } ) } return n } n . r ( e ) , n . d ( e , "default" , ( function ( ) { return p } ) ) ; var i = "undefined" != typeof document ; if ( "undefined" != typeof DEBUG && DEBUG && ! i ) throw new Error ( "vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment." ) ; var o = { } , a = i && ( document . head || document . getElementsByTagName ( "head" ) [ 0 ] ) , s = null , A = 0 , c = ! 1 , u = function ( ) { } , l = null , f = "data-vue-ssr-id" , d = "undefined" != typeof navigator && /msie [6-9]\b/ . test ( navigator . userAgent . toLowerCase ( ) ) ; function p ( t , e , n , i ) { c = n , l = i || { } ; var a = r ( t , e ) ; return h ( a ) , function ( e ) { for ( var n = [ ] , i = 0 ; i < a . length ; i ++ ) { var s = a [ i ] ; ( A = o [ s . id ] ) . refs -- , n . push ( A ) } for ( e ? h ( a = r ( t , e ) ) : a = [ ] , i = 0 ; i < n . length ; i ++ ) { var A ; if ( 0 === ( A = n [ i ] ) . refs ) { for ( var c = 0 ; c < A . parts . length ; c ++ ) A . parts [ c ] ( ) ; delete o [ A . id ] } } } } function h ( t ) { for ( var e = 0 ; e < t . length ; e ++ ) { var n = t [ e ] , r = o [ n . id ] ; if ( r ) { r . refs ++ ; for ( var i = 0 ; i < r . parts . length ; i ++ ) r . parts [ i ] ( n . parts [ i ] ) ; for ( ; i < n . parts . length ; i ++ ) r . parts . push ( g ( n . parts [ i ] ) ) ; r . parts . length > n . parts . length && ( r . parts . length = n . parts . length ) } else { var a = [ ] ; for ( i = 0 ; i < n . parts . length ; i ++ ) a . push ( g ( n . parts [ i ] ) ) ; o [ n . id ] = { id : n . id , refs : 1 , parts : a } } } } function v ( ) { var t = document . createElement ( "style" ) ; return t . type = "text/css" , a . appendChild ( t ) , t } function g ( t ) { var e , n , r = document . querySelector ( "style[" + f + '~="' + t . id + '"]' ) ; if ( r ) { if ( c ) return u ; r . parentNode . removeChild ( r ) } if ( d ) { var i = A ++ ; r = s || ( s = v ( ) ) , e = b . bind ( null , r , i , ! 1 ) , n = b . bind ( null , r , i , ! 0 ) } else r = v ( ) , e = function ( t , e ) { var n = e . css , r = e . media , i = e . sourceMap ; if ( r && t . setAttribute ( "media" , r ) , l . ssrId && t . setAttribute ( f , e . id ) , i && ( n += "\n/*# sourceURL=" + i . sources [ 0 ] + " */" , n += "\n/*# sourceMappingURL=data:application/json;base64," + btoa ( unescape ( encodeURIComponent ( JSON . stringify ( i ) ) ) ) + " */" ) , t . styleSheet ) t . styleSheet . cssText = n ; else { for ( ; t . firstChild ; ) t . removeChild ( t . firstChild ) ; t . appendChild ( document . createTextNode ( n ) ) } } . bind ( null , r ) , n = function ( ) { r . parentNode . removeChild ( r ) } ; return e ( t ) , function ( r ) { if ( r ) { if ( r . css === t . css && r . media === t . media && r . sourceMap === t . sourceMap ) return ; e ( t = r ) } else n ( ) } } var m , y = ( m = [ ] , function ( t , e ) { return m [ t ] = e , m . filter ( Boolean ) . join ( "\n" ) } ) ; function b ( t , e , n , r ) { var i = n ? "" : r . css ; if ( t . styleSheet ) t . styleSheet . cssText = y ( e , i ) ; else { var o = document . createTextNode ( i ) , a = t . childNodes ; a [ e ] && t . removeChild ( a [ e ] ) , a . length ? t . insertBefore ( o , a [ e ] ) : t . appendChild ( o ) } } } , 20 : function ( t , e ) { t . exports = n ( 94 ) } , 21 : function ( t , e , n ) { "use strict" ; n ( 3 ) , n ( 14 ) , n ( 20 ) , n ( 24 ) , e . a = function ( t ) { return Math . random ( ) . toString ( 36 ) . replac
2020-01-14 12:10:53 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /
2020-01-27 14:57:56 +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 ( 8 ) ; t . exports = r . Promise } , function ( t , e , n ) { var r = n ( 24 ) , i = n ( 488 ) , o = n ( 54 ) , a = n ( 150 ) , s = n ( 251 ) , A = n ( 487 ) , c = function ( t , e ) { this . stopped = t , this . result = e } ; ( t . exports = function ( t , e , n , u , l ) { var f , d , p , h , v , g , m , y = a ( e , n , u ? 2 : 1 ) ; if ( l ) f = t ; else { if ( "function" != typeof ( d = s ( t ) ) ) throw TypeError ( "Target is not iterable" ) ; if ( i ( d ) ) { for ( p = 0 , h = o ( t . length ) ; h > p ; p ++ ) if ( ( v = u ? y ( r ( m = t [ p ] ) [ 0 ] , m [ 1 ] ) : y ( t [ p ] ) ) && v instanceof c ) return v ; return new c ( ! 1 ) } f = d . call ( t ) } for ( g = f . next ; ! ( m = g . call ( f ) ) . done ; ) if ( "object" == typeof ( v = A ( f , y , m . value , u ) ) && v && v instanceof c ) return v ; return new c ( ! 1 ) } ) . stop = function ( t ) { return new c ( ! 0 , t ) } } , function ( t , e , n ) { var r = n ( 6 ) ( "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 ( 24 ) , i = n ( 250 ) , o = n ( 6 ) ( "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 , A , c , u , l = n ( 8 ) , f = n ( 139 ) . f , d = n ( 58 ) , p = n ( 498 ) . set , h = n ( 499 ) , v = l . MutationObserver || l . WebKitMutationObserver , g = l . process , m = l . Promise , y = "process" == d ( g ) , b = f ( l , "queueMicrotask" ) , x = b && b . value ; x || ( r = function ( ) { var t , e ; for ( y && ( 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 ( ) } , y ? a = function ( ) { g . nextTick ( r ) } : v && ! h ? ( s = ! 0 , A = document . createTextNode ( "" ) , new v ( r ) . observe ( A , { characterData : ! 0 } ) , a = function ( ) { A . data = s = ! s } ) : m && m . resolve ? ( c = m . resolve ( void 0 ) , u = c . then , a = function ( ) { u . call ( c , r ) } ) : a = function ( ) { p . call ( l , 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 ( 24 ) , i = n ( 30 ) , o = n ( 500 ) ; 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 ( 8 ) ; 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 , n ) { var r = n ( 607 ) , i = n ( 626 ) ; r ( { target : "Object" , stat : ! 0 , forced : Object . assign !== i } , { assign : i } ) } , function ( t , e , n ) { var r = n ( 68 ) , i = n ( 504 ) . f , o = n ( 253 ) , a = n ( 610 ) , s = n ( 368 ) , A = n ( 617 ) , c = n ( 625 ) ; t . exports = function ( t , e ) { var n , u , l , f , d , p = t . target , h = t . global , v = t . stat ; if ( n = h ? r : v ? r [ p ] || s ( p , { } ) : ( r [ p ] || { } ) . prototype ) for ( u in e ) { if ( f = e [ u ] , l = t . noTargetGet ? ( d = i ( n , u ) ) && d . value : n [ u ] , ! c ( h ? u : p + ( v ? "." : "#" ) + u , t . forced ) && void 0 !== l ) { if ( typeof f == typeof l ) continue ; A ( f , l ) } ( t . sham || l && l . sham ) && o ( f , "sham" , ! 0 ) , a ( n , u , f , t ) } } } , function ( t , e ) { var n = { } . toString ; t . exports = function ( t ) { return n . call ( t ) . slice ( 8 , - 1 ) } } , function ( t , e , n ) { var r = n ( 68 ) , i = n ( 252 ) , o = r . document , a = i ( o ) && i ( o . createElement ) ; t . exports = function ( t ) { return a ? o . createElement ( t ) : { } } } , function ( t , e , n ) { var r = n ( 68 ) , i = n ( 253 ) , o = n ( 191 ) , a = n ( 368 ) , s = n ( 513 ) , A = n ( 611 ) , c = A . get , u = A . enforce , l = String ( String ) . split ( "String" ) ; ( t . exports = function ( t , e , n , s ) { var A = ! ! s && ! ! s . unsafe , c = ! ! s && ! ! s . enumerable , f = ! ! s && ! ! s . noTargetGet ; "function" == typeof n && ( "string" != typeof e || o ( n , "name" ) || i ( n , "name" , e ) , u ( n ) . source = l . join ( "string" == typeof e ? e : "" ) ) , t !== r ? ( A ? ! f && t [ e ] && ( c = ! 0 ) : delete t [ e ] , c ? t [ e ] = n : i ( t , e , n ) ) : c ? t [ e ] = n : a ( e , n ) } ) ( Function . prototype , "toString" , ( function ( ) { return "function" == typeof this && c ( this ) . source || s ( this ) } ) ) } , function ( t , e , n ) { var r , i , o , a = n ( 612 ) , s = n ( 68 ) , A = n ( 252 ) , c = n ( 253 ) , u = n ( 191 ) , l = n ( 613 ) , f = n ( 515 ) , d = s . WeakMap ; if ( a ) { var p = new d , h = p . get , v = p . has , g = p . set ; r = function ( t , e ) { return g . call ( p , t , e ) , e } , i = function ( t ) { return h . call ( p , t ) || { } } , o = function ( t ) { return v . call ( p , t ) } } else { var m = l ( "state" ) ; f [ m ] = ! 0 , r = function ( t , e ) { return c ( t , m , e ) , e } , i = function ( t ) { return u ( t , m ) ? t [ m ] : { } } , o = function ( t ) { return u ( t , m ) } } t . exports = { set : r , get : i , has : o , enforce : function ( t ) { return o ( t ) ? i ( t ) : r ( t , { } ) } , getterFor : function ( t ) { return function ( e ) { var n ; if ( ! A ( e ) || ( n = i ( e ) ) . type !== t ) throw Ty
2019-10-28 09:46:16 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /
2020-01-27 14:57:56 +03:00
t . exports = function ( t ) { return null != t && null != t . constructor && "function" == typeof t . constructor . isBuffer && t . constructor . isBuffer ( t ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 36 ) , i = n ( 521 ) , o = n ( 633 ) , a = n ( 634 ) , s = n ( 526 ) ; function A ( t ) { this . defaults = t , this . interceptors = { request : new o , response : new o } } A . prototype . request = function ( t ) { "string" == typeof t ? ( t = arguments [ 1 ] || { } ) . url = arguments [ 0 ] : t = t || { } , ( t = s ( this . defaults , t ) ) . method = t . method ? t . method . toLowerCase ( ) : "get" ; var e = [ a , void 0 ] , n = Promise . resolve ( t ) ; for ( this . interceptors . request . forEach ( ( function ( t ) { e . unshift ( t . fulfilled , t . rejected ) } ) ) , this . interceptors . response . forEach ( ( function ( t ) { e . push ( t . fulfilled , t . rejected ) } ) ) ; e . length ; ) n = n . then ( e . shift ( ) , e . shift ( ) ) ; return n } , A . prototype . getUri = function ( t ) { return t = s ( this . defaults , t ) , i ( t . url , t . params , t . paramsSerializer ) . replace ( /^\?/ , "" ) } , r . forEach ( [ "delete" , "get" , "head" , "options" ] , ( function ( t ) { A . prototype [ t ] = function ( e , n ) { return this . request ( r . merge ( n || { } , { method : t , url : e } ) ) } } ) ) , r . forEach ( [ "post" , "put" , "patch" ] , ( function ( t ) { A . prototype [ t ] = function ( e , n , i ) { return this . request ( r . merge ( i || { } , { method : t , url : e , data : n } ) ) } } ) ) , t . exports = A } , function ( t , e , n ) { "use strict" ; var r = n ( 36 ) ; function i ( ) { this . handlers = [ ] } i . prototype . use = function ( t , e ) { return this . handlers . push ( { fulfilled : t , rejected : e } ) , this . handlers . length - 1 } , i . prototype . eject = function ( t ) { this . handlers [ t ] && ( this . handlers [ t ] = null ) } , i . prototype . forEach = function ( t ) { r . forEach ( this . handlers , ( function ( e ) { null !== e && t ( e ) } ) ) } , t . exports = i } , function ( t , e , n ) { "use strict" ; var r = n ( 36 ) , i = n ( 635 ) , o = n ( 522 ) , a = n ( 523 ) , s = n ( 642 ) , A = n ( 643 ) ; function c ( t ) { t . cancelToken && t . cancelToken . throwIfRequested ( ) } t . exports = function ( t ) { return c ( t ) , t . baseURL && ! s ( t . url ) && ( t . url = A ( t . baseURL , t . url ) ) , t . headers = t . headers || { } , t . data = i ( t . data , t . headers , t . transformRequest ) , t . headers = r . merge ( t . headers . common || { } , t . headers [ t . method ] || { } , t . headers || { } ) , r . forEach ( [ "delete" , "get" , "head" , "post" , "put" , "patch" , "common" ] , ( function ( e ) { delete t . headers [ e ] } ) ) , ( t . adapter || a . adapter ) ( t ) . then ( ( function ( e ) { return c ( t ) , e . data = i ( e . data , e . headers , t . transformResponse ) , e } ) , ( function ( e ) { return o ( e ) || ( c ( t ) , e && e . response && ( e . response . data = i ( e . response . data , e . response . headers , t . transformResponse ) ) ) , Promise . reject ( e ) } ) ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 36 ) ; t . exports = function ( t , e , n ) { return r . forEach ( n , ( function ( n ) { t = n ( t , e ) } ) ) , t } } , function ( t , e , n ) { "use strict" ; var r = n ( 36 ) ; t . exports = function ( t , e ) { r . forEach ( t , ( function ( n , r ) { r !== e && r . toUpperCase ( ) === e . toUpperCase ( ) && ( t [ e ] = n , delete t [ r ] ) } ) ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 525 ) ; t . exports = function ( t , e , n ) { var i = n . config . validateStatus ; ! i || i ( n . status ) ? t ( n ) : e ( r ( "Request failed with status code " + n . status , n . config , null , n . request , n ) ) } } , function ( t , e , n ) { "use strict" ; t . exports = function ( t , e , n , r , i ) { return t . config = e , n && ( t . code = n ) , t . request = r , t . response = i , t . isAxiosError = ! 0 , t . toJSON = function ( ) { return { message : this . message , name : this . name , description : this . description , number : this . number , fileName : this . fileName , lineNumber : this . lineNumber , columnNumber : this . columnNumber , stack : this . stack , config : this . config , code : this . code } } , t } } , function ( t , e , n ) { "use strict" ; var r = n ( 36 ) , i = [ "age" , "authorization" , "content-length" , "content-type" , "etag" , "expires" , "from" , "host" , "if-modified-since" , "if-unmodified-since" , "last-modified" , "location" , "max-forwards" , "proxy-authorization" , "referer" , "retry-after" , "user-agent" ] ; t . exports = function ( t ) { var e , n , o , a = { } ; return t ? ( r . forEach ( t . split ( "\n" ) , ( function ( t ) { if ( o = t . indexOf ( ":" ) , e = r . trim ( t . substr ( 0 , o ) ) . toLowerCase ( ) , n = r . trim ( t . substr ( o + 1 ) ) , e ) { if ( a [ e ] && i . indexOf ( e ) >= 0 ) return ; a [ e ] = "set-cookie" === e ? ( a [ e ] ? a [ e ] : [ ] ) . concat ( [ n ] ) : a [ e ] ? a [ e ] + ", " + n : n } } ) ) , a ) : a } } , function ( t , e , n ) { "use strict" ; var r = n ( 36 ) ; t . exports = r . isStandardBrowserEnv ( ) ? function ( ) { var t , e = /(msie|trident)/i . test ( navigator . userAgent ) , n = document . createElement ( "a" ) ; function i ( t ) { var r = t ; return e && ( n . setAttribute ( "href" , r ) , r = n . href ) , n . setAttribute ( "href" , r ) , { href : n . href , protocol : n . protocol ? n . protocol . replace ( /:$/ , "" ) : "" , host : n . host , search : n . search ? n . search . replace ( /^\?/ , "" ) : "" , hash : n . hash ? n . hash . replace ( /^#/ , "" ) : "" , hostname : n . hostname , port : n . port , pathname : "/" === n . pathname . c
2019-12-08 05:15:53 +03:00
/ * !
* escape - html
* Copyright ( c ) 2012 - 2013 TJ Holowaychuk
* Copyright ( c ) 2015 Andreas Lubbe
* Copyright ( c ) 2015 Tiancheng "Timothy" Gu
* MIT Licensed
2020-01-27 14:57:56 +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){" use strict ";var r=n(294),i=n(24),o=n(87),a=n(693),s=n(296);r(" search ",1,(function(t,e,n){return[function(e){var n=o(this),r=null==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var o=i(t),A=String(this),c=o.lastIndex;a(c,0)||(o.lastIndex=0);var u=s(o,A);return a(o.lastIndex,c)||(o.lastIndex=c),null===u?-1:u.index}]}))},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){t.exports=function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n," a ",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p=" / ",e(e.s=60)}([function(t,e){var n=t.exports=" undefined "!=typeof window&&window.Math==Math?window:" undefined "!=typeof self&&self.Math==Math?self:Function(" return this ")();" number "==typeof __g&&(__g=n)},function(t,e,n){var r=n(49)(" wks "),i=n(30),o=n(0).Symbol,a=" function "==typeof o;(t.exports=function(t){return r[t]||(r[t]=a&&o[t]||(a?o:i)(" Symbol . "+t))}).store=r},function(t,e,n){var r=n(5);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object ! ");return t}},function(t,e,n){var r=n(0),i=n(10),o=n(8),a=n(6),s=n(11),A=function(t,e,n){var c,u,l,f,d=t&A.F,p=t&A.G,h=t&A.S,v=t&A.P,g=t&A.B,m=p?r:h?r[e]||(r[e]={}):(r[e]||{}).prototype,y=p?i:i[e]||(i[e]={}),b=y.prototype||(y.prototype={});for(c in p&&(n=e),n)l=((u=!d&&m&&void 0!==m[c])?m:n)[c],f=g&&u?s(l,r):v&&" function "==typeof l?s(Function.call,l):l,m&&a(m,c,l,t&A.U),y[c]!=l&&o(y,c,f),v&&b[c]!=l&&(b[c]=l)};r.core=i,A.F=1,A.G=2,A.S=4,A.P=8,A.B=16,A.W=32,A.U=64,A.R=128,t.exports=A},function(t,e,n){t.exports=!n(7)((function(){return 7!=Object.defineProperty({}," a ",{get:function(){return 7}}).a}))},function(t,e){t.exports=function(t){return" object "==typeof t?null!==t:" function "==typeof t}},function(t,e,n){var r=n(0),i=n(8),o=n(12),a=n(30)(" src "),s=Function.toString,A=(" "+s).split(" toString ");n(10).inspectSource=function(t){return s.call(t)},(t.exports=function(t,e,n,s){var c=" function "==typeof n;c&&(o(n," name ")||i(n," name ",e)),t[e]!==n&&(c&&(o(n,a)||i(n,a,t[e]?" "+t[e]:A.join(String(e)))),t===r?t[e]=n:s?t[e]?t[e]=n:i(t,e,n):(delete t[e],i(t,e,n)))})(Function.prototype," toString ",(function(){return" function "==typeof this&&this[a]||s.call(this)}))},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var r=n(13),i=n(25);t.exports=n(4)?function(t,e,n){return r.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){var n=t.exports={version:" 2.5 . 7 "};" number "==typeof __e&&(__e=n)},function(t,e,n){var r=n(14);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var r=n(2),i=n(41),o=n(29),a=Object.defineProperty;e.f=n(4)?Object.defineProperty:function(t,e,n){if(r(t),e=o(e,!0),r(n),i)try{return a(t,e,n)}catch(t){}if(" get "in n||" set "in n)throw TypeError(" Accessors not supported ! ");return" value "in n&&(t[e]=n.value),t}},function(t,e){t.exports=function(t){if(" function "!=typeof t)throw TypeError(t+"
2019-10-28 09:46:16 +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-01-27 14:57:56 +03:00
var h = function ( ) { function t ( e ) { ! function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } ( this , t ) , Object . defineProperty ( this , v , { writable : ! 0 , value : void 0 } ) , e . ocs && e . ocs . data && e . ocs . data [ 0 ] && ( e = e . ocs . data [ 0 ] ) , e . hide _download = ! ! e . hide _download , e . mail _send = ! ! e . mail _send , d ( this , v ) [ v ] = e } var e , n , r ; return e = t , ( n = [ { key : "state" , get : function ( ) { return d ( this , v ) [ v ] } } , { key : "id" , get : function ( ) { return d ( this , v ) [ v ] . id } } , { key : "type" , get : function ( ) { return d ( this , v ) [ v ] . share _type } } , { key : "permissions" , get : function ( ) { return d ( this , v ) [ v ] . permissions } , set : function ( t ) { d ( this , v ) [ v ] . permissions = t } } , { key : "owner" , get : function ( ) { return d ( this , v ) [ v ] . uid _owner } } , { key : "ownerDisplayName" , get : function ( ) { return d ( this , v ) [ v ] . displayname _owner } } , { key : "shareWith" , get : function ( ) { return d ( this , v ) [ v ] . share _with } } , { key : "shareWithDisplayName" , get : function ( ) { return d ( this , v ) [ v ] . share _with _displayname || d ( this , v ) [ v ] . share _with } } , { key : "shareWithAvatar" , get : function ( ) { return d ( this , v ) [ v ] . share _with _avatar } } , { key : "uidFileOwner" , get : function ( ) { return d ( this , v ) [ v ] . uid _file _owner } } , { key : "displaynameFileOwner" , get : function ( ) { return d ( this , v ) [ v ] . displayname _file _owner || d ( this , v ) [ v ] . uid _file _owner } } , { key : "createdTime" , get : function ( ) { return d ( this , v ) [ v ] . stime } } , { key : "expireDate" , get : function ( ) { return d ( this , v ) [ v ] . expiration } , set : function ( t ) { d ( this , v ) [ v ] . expiration = t } } , { key : "token" , get : function ( ) { return d ( this , v ) [ v ] . token } } , { key : "note" , get : function ( ) { return d ( this , v ) [ v ] . note } , set : function ( t ) { d ( this , v ) [ v ] . note = t } } , { key : "mailSend" , get : function ( ) { return ! 0 === d ( this , v ) [ v ] . mail _send } } , { key : "hideDownload" , get : function ( ) { return ! 0 === d ( this , v ) [ v ] . hide _download } , set : function ( t ) { d ( this , v ) [ v ] . hide _download = ! 0 === t } } , { key : "password" , get : function ( ) { return d ( this , v ) [ v ] . password } , set : function ( t ) { d ( this , v ) [ v ] . password = t } } , { key : "sendPasswordByTalk" , get : function ( ) { return d ( this , v ) [ v ] . send _password _by _talk } , set : function ( t ) { d ( this , v ) [ v ] . send _password _by _talk = t } } , { key : "path" , get : function ( ) { return d ( this , v ) [ v ] . path } } , { key : "itemType" , get : function ( ) { return d ( this , v ) [ v ] . item _type } } , { key : "mimetype" , get : function ( ) { return d ( this , v ) [ v ] . mimetype } } , { key : "fileSource" , get : function ( ) { return d ( this , v ) [ v ] . file _source } } , { key : "fileTarget" , get : function ( ) { return d ( this , v ) [ v ] . file _target } } , { key : "fileParent" , get : function ( ) { return d ( this , v ) [ v ] . file _parent } } , { key : "hasCreatePermission" , get : function ( ) { return ! ! ( this . permissions & OC . PERMISSION _CREATE ) } } , { key : "hasDeletePermission" , get : function ( ) { return ! ! ( this . permissions & OC . PERMISSION _DELETE ) } } , { key : "hasUpdatePermission" , get : function ( ) { return ! ! ( this . permissions & OC . PERMISSION _UPDATE ) } } , { key : "hasSharePermission" , get : function ( ) { return ! ! ( this . permissions & OC . PERMISSION _SHARE ) } } , { key : "canEdit" , get : function ( ) { return ! 0 === d ( this , v ) [ v ] . can _edit } } , { key : "canDelete" , get : function ( ) { return ! 0 === d ( this , v ) [ v ] . can _delete } } , { key : "label" , get : function ( ) { return d ( this , v ) [ v ] . label } } , { key : "parent" , get : function ( ) { return d ( this , v ) [ v ] . parent } } , { key : "storageId" , get : function ( ) { return d ( this , v ) [ v ] . storage _id } } , { key : "storage" , get : function ( ) { return d ( this , v ) [ v ] . storage } } , { key : "itemSource" , get : function ( ) { return d ( this , v ) [ v ] . item _source } } ] ) && f ( e . prototype , n ) , r && f ( e , r ) , t } ( ) , v = "__private_" + p ++ + "_" + "share" , g = { data : function ( ) { return { SHARE _TYPES : { SHARE _TYPE _USER : OC . Share . SHARE _TYPE _USER , SHARE _TYPE _GROUP : OC . Share . SHARE _TYPE _GROUP , SHARE _TYPE _LINK : OC . Share . SHARE _TYPE _LINK , SHARE _TYPE _EMAIL : OC . Share . SHARE _TYPE _EMAIL , SHARE _TYPE _REMOTE : OC . Share . SHARE _TYPE _REMOTE , SHARE _TYPE _CIRCLE : OC . Share . SHARE _TYPE _CIRCLE , SHARE _TYPE _GUEST : OC . Share . SHARE _TYPE _GUEST , SHARE _TYPE _REMOTE _GROUP : OC . Share . SHARE _TYPE _REMOTE _GROUP , SHARE _TYPE _ROOM : OC . Share . SHARE _TYPE _ROOM } } } } , m = r ( 144 ) , y = r . n ( m ) , b = r ( 91 ) , x = r . n ( b ) , w = r ( 83 ) , E = r . n ( w ) , C = { name : "SharingEntrySimple" , components : { Actions : x . a } , directives : { Tooltip : E . a } , props : { title : { type : String , default : "" , required : ! 0 } , tooltip : { type : String , default : "" } , subtitle : { type : String , default : "" } } } , I = ( r ( 704 ) , r ( 11 ) ) , T = Object ( I . a ) ( C , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { staticClass : "sharing-entry" } , [ t . _t ( "avatar" ) , t . _v ( " " ) , n ( "div" , { directives : [ { name : "tooltip" , ra
2019-10-28 09:46:16 +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-01-27 14:57:56 +03:00
var Q = function ( ) { function t ( ) { ! function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } ( this , t ) } var e , n , r ; return e = t , ( n = [ { key : "isPublicUploadEnabled" , get : function ( ) { return document . getElementById ( "filestable" ) && "yes" === document . getElementById ( "filestable" ) . dataset . allowPublicUpload } } , { key : "isShareWithLinkAllowed" , get : function ( ) { return document . getElementById ( "allowShareWithLink" ) && "yes" === document . getElementById ( "allowShareWithLink" ) . value } } , { key : "federatedShareDocLink" , get : function ( ) { return OC . appConfig . core . federatedCloudShareDoc } } , { key : "defaultExpirationDateString" , get : function ( ) { var t = "" ; if ( this . isDefaultExpireDateEnabled ) { var e = window . moment . utc ( ) , n = this . defaultExpireDate ; e . add ( n , "days" ) , t = e . format ( "YYYY-MM-DD" ) } return t } } , { key : "defaultInternalExpirationDateString" , get : function ( ) { var t = "" ; if ( this . isDefaultInternalExpireDateEnabled ) { var e = window . moment . utc ( ) , n = this . defaultInternalExpireDate ; e . add ( n , "days" ) , t = e . format ( "YYYY-MM-DD" ) } return t } } , { key : "enforcePasswordForPublicLink" , get : function ( ) { return ! 0 === OC . appConfig . core . enforcePasswordForPublicLink } } , { key : "enableLinkPasswordByDefault" , get : function ( ) { return ! 0 === OC . appConfig . core . enableLinkPasswordByDefault } } , { key : "isDefaultExpireDateEnforced" , get : function ( ) { return ! 0 === OC . appConfig . core . defaultExpireDateEnforced } } , { key : "isDefaultExpireDateEnabled" , get : function ( ) { return ! 0 === OC . appConfig . core . defaultExpireDateEnabled } } , { key : "isDefaultInternalExpireDateEnforced" , get : function ( ) { return ! 0 === OC . appConfig . core . defaultInternalExpireDateEnforced } } , { key : "isDefaultInternalExpireDateEnabled" , get : function ( ) { return ! 0 === OC . appConfig . core . defaultInternalExpireDateEnabled } } , { key : "isRemoteShareAllowed" , get : function ( ) { return ! 0 === OC . appConfig . core . remoteShareAllowed } } , { key : "isMailShareAllowed" , get : function ( ) { return void 0 !== OC . appConfig . shareByMailEnabled && ! 0 === OC . getCapabilities ( ) . files _sharing . public . enabled } } , { key : "defaultExpireDate" , get : function ( ) { return OC . appConfig . core . defaultExpireDate } } , { key : "defaultInternalExpireDate" , get : function ( ) { return OC . appConfig . core . defaultInternalExpireDate } } , { key : "isResharingAllowed" , get : function ( ) { return ! 0 === OC . appConfig . core . resharingAllowed } } , { key : "isPasswordForMailSharesRequired" , get : function ( ) { return void 0 !== OC . appConfig . shareByMail && ! 0 === OC . appConfig . shareByMail . enforcePasswordProtection } } , { key : "allowGroupSharing" , get : function ( ) { return ! 0 === OC . appConfig . core . allowGroupSharing } } , { key : "maxAutocompleteResults" , get : function ( ) { return parseInt ( OC . config [ "sharing.maxAutocompleteResults" ] , 10 ) || 200 } } , { key : "minSearchStringLength" , get : function ( ) { return parseInt ( OC . config [ "sharing.minSearchStringLength" ] , 10 ) || 0 } } , { key : "passwordPolicy" , get : function ( ) { var t = OC . getCapabilities ( ) ; return t . password _policy ? t . password _policy : { } } } ] ) && R ( e . prototype , n ) , r && R ( e , r ) , t } ( ) ; r ( 708 ) ; function P ( t , e , n ) { return e in t ? Object . defineProperty ( t , e , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : t [ e ] = n , t } function G ( t , e , n , r , i , o , a ) { try { var s = t [ o ] ( a ) , A = s . value } catch ( t ) { return void n ( t ) } s . done ? e ( A ) : Promise . resolve ( A ) . then ( r , i ) } function U ( t ) { return function ( ) { var e = this , n = arguments ; return new Promise ( ( function ( r , i ) { var o = t . apply ( e , n ) ; function a ( t ) { G ( o , r , i , a , s , "next" , t ) } function s ( t ) { G ( o , r , i , a , s , "throw" , t ) } a ( void 0 ) } ) ) } }
2019-10-28 09:46:16 +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-01-27 14:57:56 +03:00
* / v a r Y , F , z , H = O b j e c t ( o . g e n e r a t e O c s U r l ) ( " a p p s / f i l e s _ s h a r i n g / a p i / v 1 " , 2 ) + " s h a r e s " , W = { " C o n t e n t - T y p e " : " a p p l i c a t i o n / x - w w w - f o r m - u r l e n c o d e d ; c h a r s e t = U T F - 8 " } , Z = { m e t h o d s : { c r e a t e S h a r e : ( z = U ( 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 e ( n ) { v a r r , i , o , a , s , A , u , l , f , d ; 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 ( e ) { f o r ( ; ; ) s w i t c h ( e . p r e v = e . n e x t ) { c a s e 0 : r e t u r n r = n . p a t h , i = n . p e r m i s s i o n s , o = n . s h a r e T y p e , a = n . s h a r e W i t h , s = n . p u b l i c U p l o a d , A = n . p a s s w o r d , u = n . s e n d P a s s w o r d B y T a l k , l = n . e x p i r e D a t e , f = n . l a b e l , e . p r e v = 1 , e . n e x t = 4 , c . a . p o s t ( H , { p a t h : r , p e r m i s s i o n s : i , s h a r e T y p e : o , s h a r e W i t h : a , p u b l i c U p l o a d : s , p a s s w o r d : A , s e n d P a s s w o r d B y T a l k : u , e x p i r e D a t e : l , l a b e l : f } ) ; c a s e 4 : i f ( " o c s " i n ( d = e . s e n t ) . d a t a ) { e . n e x t = 7 ; b r e a k } t h r o w d ; c a s e 7 : r e t u r n e . a b r u p t ( " r e t u r n " , n e w h ( d . d a t a . o c s . d a t a ) ) ; c a s e 1 0 : t h r o w e . p r e v = 1 0 , e . t 0 = e . c a t c h ( 1 ) , c o n s o l e . e r r o r ( " E r r o r w h i l e c r e a t i n g s h a r e " , e . t 0 ) , O C . N o t i f i c a t i o n . s h o w T e m p o r a r y ( t ( " f i l e s _ s h a r i n g " , " E r r o r c r e a t i n g t h e s h a r e " ) , { t y p e : " e r r o r " } ) , e . t 0 ; c a s e 1 5 : c a s e " e n d " : r e t u r n e . s t o p ( ) } } ) , e , n u l l , [ [ 1 , 1 0 ] ] ) } ) ) ) , f u n c t i o n ( t ) { r e t u r n z . a p p l y ( t h i s , a r g u m e n t s ) } ) , d e l e t e S h a r e : ( F = U ( 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 e ( n ) { v a r r ; 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 ( e ) { f o r ( ; ; ) s w i t c h ( e . p r e v = e . n e x t ) { c a s e 0 : r e t u r n e . p r e v = 0 , e . n e x t = 3 , c . a . d e l e t e ( H + " / " . c o n c a t ( n ) ) ; c a s e 3 : i f ( " o c s " i n ( r = e . s e n t ) . d a t a ) { e . n e x t = 6 ; b r e a k } t h r o w r ; c a s e 6 : r e t u r n e . a b r u p t ( " r e t u r n " , ! 0 ) ; c a s e 9 : t h r o w e . p r e v = 9 , e . t 0 = e . c a t c h ( 0 ) , c o n s o l e . e r r o r ( " E r r o r w h i l e d e l e t i n g s h a r e " , e . t 0 ) , O C . N o t i f i c a t i o n . s h o w T e m p o r a r y ( t ( " f i l e s _ s h a r i n g " , " E r r o r d e l e t i n g t h e s h a r e " ) , { t y p e : " e r r o r " } ) , e . t 0 ; c a s e 1 4 : c a s e " e n d " : r e t u r n e . s t o p ( ) } } ) , e , n u l l , [ [ 0 , 9 ] ] ) } ) ) ) , f u n c t i o n ( t ) { r e t u r n F . a p p l y ( t h i s , a r g u m e n t s ) } ) , u p d a t e S h a r e : ( Y = U ( 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 e ( n , r ) { v a r i , o , a , s ; 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 ( e ) { f o r ( ; ; ) s w i t c h ( e . p r e v = e . n e x t ) { c a s e 0 : r e t u r n i = r . p r o p e r t y , o = r . v a l u e , e . p r e v = 1 , ( n e w U R L S e a r c h P a r a m s ) . a p p e n d ( i , o ) , e . n e x t = 6 , c . a . p u t ( H + " / " . c o n c a t ( n ) , P ( { } , i , o ) , W ) ; c a s e 6 : i f ( " o c s " i n ( a = e . s e n t ) . d a t a ) { e . n e x t = 9 ; b r e a k } t h r o w a ; c a s e 9 : r e t u r n e . a b r u p t ( " r e t u r n " , ! 0 ) ; c a s e 1 2 : t h r o w e . p r e v = 1 2 , e . t 0 = e . c a t c h ( 1 ) , c o n s o l e . e r r o r ( " E r r o r w h i l e u p d a t i n g s h a r e " , e . t 0 ) , O C . N o t i f i c a t i o n . s h o w T e m p o r a r y ( t ( " f i l e s _ s h a r i n g " , " E r r o r u p d a t i n g t h e s h a r e " ) , { t y p e : " e r r o r " } ) , s = e . t 0 . r e s p o n s e . d a t a . o c s . m e t a . m e s s a g e , n e w E r r o r ( " " . c o n c a t ( i , " , " ) . c o n c a t ( s ) ) ; c a s e 1 8 : c a s e " e n d " : r e t u r n e . s t o p ( ) } } ) , e , n u l l , [ [ 1 , 1 2 ] ] ) } ) ) ) , f u n c t i o n ( t , e ) { r e t u r n Y . a p p l y ( t h i s , a r g u m e n t s ) } ) } } ; f u n c t i o n $ ( t ) { r e t u r n ( $ = " f u n c t i o n " = = t y p e o f S y m b o l & & " s y m b o l " = = t y p e o f S y m b o l . i t e r a t o r ? f u n c t i o n ( t ) { r e t u r n t y p e o f t } : f u n c t i o n ( t ) { r e t u r n t & & " f u n c t i o n " = = t y p e o f S y m b o l & & t . c o n s t r u c t o r = = = S y m b o l & & t ! = = S y m b o l . p r o t o t y p e ? " s y m b o l " : t y p e o f t } ) ( t ) } f u n c t i o n V ( t , e , n , r , i , o , a ) { t r y { v a r s = t [ o ] ( a ) , A = 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 ( A ) : P r o m i s e . r e s o l v e ( A ) . t h e n ( r , i ) } f u n c t i o n X ( t ) { r e t u r n 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 ) { V ( o , r , i , a , s , " n e x t " , t ) } f u n c t i o n s ( t ) { V ( o , r , i , a , s , " t h r o w " , t ) } a ( v o i d 0 ) } ) ) } } v a r J , q , K , t t , e t = { n a m e : " S h a r i n g I n p u t " , c o m p o n e n t s : { M u l t i s e l e c t : j . a } , m i x i n s : [ g , Z ] , p r o p s : { s h a r e s : { t y p e : A r r a y , d e f a u l t : f u n c t i o n ( ) { r e t u r n [ ] } , r e q u i r e d : ! 0 } , l i n k S h a r e s : { t y p e : A r r a y , d e f a u l t : f u n c t i o n ( ) { r e t u r n [ ] } , r e q u i r e d : ! 0 } , f i l e I n f o : { t y p e : O b j e c t , d e f a u l t : f u n c t i o n ( ) { } , r e q u i r e d : ! 0 } , r e s h a r e : { t y p e : h , d e f a u l t : n u l l } , c a n R e s h a r e : { t y p e : B o o l e a n , r e q u i r e d : ! 0 } } , d a t a : f u n c t i o n ( ) { r e t u r n { c o n f i g : n e w Q , l o a d i n g : ! 1 , q u e r y : " " , r e c o m m e n d a t i o n s : [ ] , S h a r e S e a r c h : O C A . S h a r i n g . S h a r e S e a r c h . s t a t e , s u g g e s t i o n s : [ ] } } , c o m p u t e d : { e x t e r n a l R e s u l t s : f u n c t i o n ( ) { r e t u r n t h i s . S h a r e S e a r c h . r e s u l t s } , i n p u t P l a c e h o l d e r : f u n c t i o n ( ) { v a r e = t h i s . c o n f i g . i s R e m o t e S h a r e A l l o w e d , n = t h i s . c o n f i g . i s M a i l S h a r e A l l o w e d ; r e t u r n t h i s . c a n R e s h a r e ? ! e & & n ? t ( " f i l e s _ s h a r i n g " , " N a m e o r e m a i l a d d r e s s … " ) : e & & ! n ? t ( " f i l e s _ s h a r i n g " , " N a m e o r f e d e r a t e d c l o u d I D … " ) : e & & n ? t ( " f i l e s _ s h a r i n g " , " N a m e , f e d e r a t e d c l o u d I D o r e m a i l a d d r e s s … " ) : t ( " f i l e s _ s h a r i n g " , " N a m e … " ) : t ( " f i l e s _ s h a r i n g " , " R e s h a r i n g i s n o t a l l o w e d " ) } , i s V a l i d Q u e r y : f u n c t i o n ( ) { r e t u r n t h i s . q u e r y & & " " ! = = t h i s . q u e r y . t r i m ( ) & & t h i s . q u e r y . l e n g t h > t h i s . c o n f i g . m i n S e a r c h S t r i n g L e n g t h } , o p t i o n s : f u n c t i o n ( ) { r e t u r n t h i s . i s V a l i d Q u e r y ? t h i s . s u g g e s t i o n s : t h i s . r e c o m m e n d a t i o n s } , n o R e s u l t T e x t : f u n c t i o n ( ) { r e t u r n t h i s . l o a d i n g ? t ( " f i l e s _ s h a r i n g " , " S e a r c h i n g … " ) : t ( " f i l e s _ s h a r i n g " , " N o e l e m e n t s f o u n d .
2019-12-30 15:20:08 +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-01-27 14:57:56 +03:00
* / v a r l t , f t = { m i x i n s : [ Z , g ] , p r o p s : { f i l e I n f o : { t y p e : O b j e c t , d e f a u l t : f u n c t i o n ( ) { } , r e q u i r e d : ! 0 } , s h a r e : { t y p e : h , d e f a u l t : n u l l } } , d a t a : f u n c t i o n ( ) { r e t u r n { c o n f i g : n e w Q , e r r o r s : { } , l o a d i n g : ! 1 , s a v i n g : ! 1 , o p e n : ! 1 , u p d a t e Q u e u e : n e w A t . a ( { c o n c u r r e n c y : 1 } ) , r e a c t i v e S t a t e : t h i s . s h a r e & & t h i s . s h a r e . s t a t e , S H A R E _ T Y P E S : { S H A R E _ T Y P E _ U S E R : O C . S h a r e . S H A R E _ T Y P E _ U S E R , S H A R E _ T Y P E _ G R O U P : O C . S h a r e . S H A R E _ T Y P E _ G R O U P , S H A R E _ T Y P E _ L I N K : O C . S h a r e . S H A R E _ T Y P E _ L I N K , S H A R E _ T Y P E _ E M A I L : O C . S h a r e . S H A R E _ T Y P E _ E M A I L , S H A R E _ T Y P E _ R E M O T E : O C . S h a r e . S H A R E _ T Y P E _ R E M O T E , S H A R E _ T Y P E _ C I R C L E : O C . S h a r e . S H A R E _ T Y P E _ C I R C L E , S H A R E _ T Y P E _ G U E S T : O C . S h a r e . S H A R E _ T Y P E _ G U E S T , S H A R E _ T Y P E _ R E M O T E _ G R O U P : O C . S h a r e . S H A R E _ T Y P E _ R E M O T E _ G R O U P , S H A R E _ T Y P E _ R O O M : O C . S h a r e . S H A R E _ T Y P E _ R O O M } } } , c o m p u t e d : { h a s N o t e : { g e t : f u n c t i o n ( ) { r e t u r n " " ! = = t h i s . s h a r e . n o t e } , s e t : f u n c t i o n ( t ) { t h i s . s h a r e . n o t e = t ? n u l l : " " } } , d a t e T o m o r r o w : f u n c t i o n ( ) { r e t u r n m o m e n t ( ) . a d d ( 1 , " d a y s " ) } , f i r s t D a y : f u n c t i o n ( ) { r e t u r n w i n d o w . f i r s t D a y ? w i n d o w . f i r s t D a y : 0 } , l a n g : f u n c t i o n ( ) { r e t u r n { d a y s : w i n d o w . d a y N a m e s S h o r t ? w i n d o w . d a y N a m e s S h o r t : [ " S u n . " , " M o n . " , " T u e . " , " W e d . " , " T h u . " , " F r i . " , " S a t . " ] , m o n t h s : w i n d o w . m o n t h N a m e s S h o r t ? w i n d o w . m o n t h N a m e s S h o r t : [ " J a n . " , " F e b . " , " M a r . " , " A p r . " , " M a y . " , " J u n . " , " J u l . " , " A u g . " , " S e p . " , " O c t . " , " N o v . " , " D e c . " ] , p l a c e h o l d e r : { d a t e : " S e l e c t D a t e " } } } , i s S h a r e O w n e r : f u n c t i o n ( ) { r e t u r n t h i s . s h a r e & & t h i s . s h a r e . o w n e r = = = O b j e c t ( O . g e t C u r r e n t U s e r ) ( ) . u i d } } , m e t h o d s : { c h e c k S h a r e : f u n c t i o n ( t ) { i f ( t . p a s s w o r d & & ( " s t r i n g " ! = t y p e o f t . p a s s w o r d | | " " = = = t . p a s s w o r d . t r i m ( ) ) ) r e t u r n ! 1 ; i f ( t . e x p i r a t i o n D a t e & & ! m o m e n t ( t . e x p i r a t i o n D a t e ) . i s V a l i d ( ) ) r e t u r n ! 1 ; r e t u r n ! 0 } , o n E x p i r a t i o n C h a n g e : f u n c t i o n ( t ) { v a r e = m o m e n t ( t ) . f o r m a t ( " Y Y Y Y - M M - D D " ) ; t h i s . s h a r e . e x p i r e D a t e = e , t h i s . q u e u e U p d a t e ( " e x p i r e D a t e " ) } , o n E x p i r a t i o n D i s a b l e : f u n c t i o n ( ) { t h i s . s h a r e . e x p i r e D a t e = " " , t h i s . q u e u e U p d a t e ( " e x p i r e D a t e " ) } , o n N o t e C h a n g e : f u n c t i o n ( t ) { t h i s . $ s e t ( t h i s . s h a r e , " n e w N o t e " , t . t r i m ( ) ) } , o n N o t e S u b m i t : f u n c t i o n ( ) { t h i s . s h a r e . n e w N o t e & & ( t h i s . s h a r e . n o t e = t h i s . s h a r e . n e w N o t e , t h i s . $ d e l e t e ( t h i s . s h a r e , " n e w N o t e " ) , t h i s . q u e u e U p d a t e ( " n o t e " ) ) } , o n D e l e t e : ( l t = u 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 ( ) { 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 h i s . l o a d i n g = ! 0 , t h i s . o p e n = ! 1 , t . n e x t = 5 , t h i s . d e l e t e S h a r e ( t h i s . s h a r e . i d ) ; c a s e 5 : c o n s o l e . d e b u g ( " S h a r e d e l e t e d " , t h i s . s h a r e . i d ) , t h i s . $ e m i t ( " r e m o v e : s h a r e " , t h i s . s h a r e ) , t . n e x t = 1 2 ; b r e a k ; c a s e 9 : t . p r e v = 9 , t . t 0 = t . c a t c h ( 0 ) , t h i s . o p e n = ! 0 ; c a s e 1 2 : r e t u r n t . p r e v = 1 2 , t h i s . l o a d i n g = ! 1 , t . f i n i s h ( 1 2 ) ; c a s e 1 5 : c a s e " e n d " : r e t u r n t . s t o p ( ) } } ) , t , t h i s , [ [ 0 , 9 , 1 2 , 1 5 ] ] ) } ) ) ) , f u n c t i o n ( ) { r e t u r n l t . a p p l y ( t h i s , a r g u m e n t s ) } ) , q u e u e U p d a t e : f u n c t i o n ( t ) { v a r e = t h i s ; i f ( t h i s . s h a r e . i d ) { v a r n = t h i s . s h a r e [ t ] . t o S t r i n g ( ) ; t h i s . u p d a t e Q u e u e . a d d ( u 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 r ( ) { v a r i , o ; 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 ( r ) { f o r ( ; ; ) s w i t c h ( r . p r e v = r . n e x t ) { c a s e 0 : r e t u r n e . s a v i n g = ! 0 , e . e r r o r s = { } , r . p r e v = 2 , r . n e x t = 5 , e . u p d a t e S h a r e ( e . s h a r e . i d , { p r o p e r t y : t , v a l u e : n } ) ; c a s e 5 : e . $ d e l e t e ( e . e r r o r s , t ) , e . $ d e l e t e ( e . s h a r e , " n e w P a s s w o r d " ) , r . n e x t = 1 4 ; b r e a k ; c a s e 9 : r . p r e v = 9 , r . t 0 = r . c a t c h ( 2 ) , i = r . t 0 . p r o p e r t y , o = r . t 0 . m e s s a g e , e . o n S y n c E r r o r ( i , o ) ; c a s e 1 4 : r e t u r n r . p r e v = 1 4 , e . s a v i n g = ! 1 , r . f i n i s h ( 1 4 ) ; c a s e 1 7 : c a s e " e n d " : r e t u r n r . s t o p ( ) } } ) , r , n u l l , [ [ 2 , 9 , 1 4 , 1 7 ] ] ) } ) ) ) ) } e l s e c o n s o l e . e r r o r ( " C a n n o t u p d a t e s h a r e . " , t h i s . s h a r e , " N o v a l i d i d " ) } , o n S y n c E r r o r : f u n c t i o n ( t , e ) { s w i t c h ( t h i s . o p e n = ! 0 , t ) { c a s e " p a s s w o r d " : c a s e " p e n d i n g " : c a s e " e x p i r e D a t e " : c a s e " n o t e " : t h i s . $ s e t ( t h i s . e r r o r s , t , e ) ; v a r n = t h i s . $ r e f s [ t ] ; i f ( n ) { n . $ e l & & ( n = n . $ e l ) ; v a r r = n . q u e r y S e l e c t o r ( " . f o c u s a b l e " ) ; r & & r . f o c u s ( ) } } } , d e b o u n c e Q u e u e U p d a t e : L ( ) ( ( f u n c t i o n ( t ) { t h i s . q u e u e U p d a t e ( t ) } ) , 5 0 0 ) } } , d t = { n a m e : " S h a r i n g E n t r y I n h e r i t e d " , c o m p o n e n t s : { A c t i o n B u t t o n : i t . a , A c t i o n L i n k : y . a , A c t i o n T e x t : a t . a , A v a t a r : s . a , S h a r i n g E n t r y S i m p l e : T } , m i x i n s : [ f t ] , p r o p s : { s h a r e : { t y p e : h , r e q u i r e d : ! 0 } } , c o m p u t e d : { f i l e T a r g e t U r l : f u n c t i o n ( ) { r e t u r n O b j e c t ( o . g e n e r a t e U r l ) ( " / f / { f i l e i d } " , { f i l e i d : t h i s . s h a r e . f i l e S o u r c e } ) } } } , p t = ( r ( 7 1 6 ) , O b j e c t ( I . a ) ( d t , ( 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 ( " S h a r i n g E n t r y S i m p l e " , { k e y : t . s h a r e . i d , s t a t i c C l a s s : " s h a r i n g - e n t r y _ _ i n h e r i t e d " , a t t r s : { t i t l e : t . s h a r e . s h a r e W i t h D i s p l a y N a m e } , s c o p e d S l o t s : t . _ u ( [ { k e y : " a v a t a r " , f n : f u n c t i o n ( ) { r e t u r n [ n ( " A v a t a r " , { s t a t i c C l a s s : " s h a r i n g - e n t r y _ _ a v a t a r " , a t t r s : { u s e r : t . s h a r e . s h a r e W i t h , " d i s p l a y - n a m e " : t . s h a r e . s h a r e W i t h D i s p l a y N a m e , " t o o l t i p - m e
2019-10-28 09:46:16 +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-01-27 14:57:56 +03:00
var Xt = function ( ) { function t ( ) { ! function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } ( this , t ) , Object . defineProperty ( this , Jt , { writable : ! 0 , value : void 0 } ) , $t ( this , Jt ) [ Jt ] = { } , $t ( this , Jt ) [ Jt ] . results = [ ] , console . debug ( "OCA.Sharing.ShareSearch initialized" ) } var e , n , r ; return e = t , ( n = [ { key : "addNewResult" , value : function ( t ) { return "" !== t . displayName . trim ( ) && "function" == typeof t . handler ? ( $t ( this , Jt ) [ Jt ] . results . push ( t ) , ! 0 ) : ( console . error ( "Invalid search result provided" , t ) , ! 1 ) } } , { key : "state" , get : function ( ) { return $t ( this , Jt ) [ Jt ] } } ] ) && Zt ( e . prototype , n ) , r && Zt ( e , r ) , t } ( ) , Jt = function ( t ) { return "__private_" + Vt ++ + "_" + t } ( "state" ) ; function qt ( t ) { return ( qt = "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 ) } function Kt ( 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 ) } } function te ( t , e ) { if ( ! Object . prototype . hasOwnProperty . call ( t , e ) ) throw new TypeError ( "attempted to use private field on non-instance" ) ; return t } var ee = 0 ;
2019-10-28 09:46:16 +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-01-16 02:03:29 +03:00
var ne = function ( ) { function t ( ) { ! function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } ( this , t ) , Object . defineProperty ( this , re , { writable : ! 0 , value : void 0 } ) , te ( this , re ) [ re ] = { } , te ( this , re ) [ re ] . actions = [ ] , console . debug ( "OCA.Sharing.ExternalLinkActions initialized" ) } var e , n , r ; return e = t , ( n = [ { key : "registerAction" , value : function ( t ) { return "object" === qt ( t ) && t . icon && t . name && t . url ? ( te ( this , re ) [ re ] . actions . push ( t ) , ! 0 ) : ( console . error ( "Invalid action provided" , t ) , ! 1 ) } } , { key : "state" , get : function ( ) { return te ( this , re ) [ re ] } } ] ) && Kt ( e . prototype , n ) , r && Kt ( e , r ) , t } ( ) , re = function ( t ) { return "__private_" + ee ++ + "_" + t } ( "state" ) ; function ie ( 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 ) } } function oe ( t , e ) { if ( ! Object . prototype . hasOwnProperty . call ( t , e ) ) throw new TypeError ( "attempted to use private field on non-instance" ) ; return t } var ae = 0 ;
2019-10-28 09:46:16 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 Julius Härtl < jus @ bitgrid . net >
*
* @ author Julius Härtl < jus @ bitgrid . net >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* 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-16 02:03:29 +03:00
var se = function ( ) { function t ( ) { ! function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } ( this , t ) , Object . defineProperty ( this , Ae , { writable : ! 0 , value : void 0 } ) , oe ( this , Ae ) [ Ae ] = [ ] } var e , n , r ; return e = t , ( n = [ { key : "registerSection" , value : function ( t ) { oe ( this , Ae ) [ Ae ] . push ( t ) } } , { key : "getSections" , value : function ( ) { return oe ( this , Ae ) [ Ae ] } } ] ) && ie ( e . prototype , n ) , r && ie ( e , r ) , t } ( ) , Ae = function ( t ) { return "__private_" + ae ++ + "_" + t } ( "sections" ) ;
2019-10-28 09:46:16 +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-01-27 14:57:56 +03:00
window . OCA . Sharing || ( window . OCA . Sharing = { } ) , Object . assign ( window . OCA . Sharing , { ShareSearch : new Xt } ) , Object . assign ( window . OCA . Sharing , { ExternalLinkActions : new ne } ) , Object . assign ( window . OCA . Sharing , { ShareTabSections : new se } ) , window . addEventListener ( "DOMContentLoaded" , ( function ( ) { OCA . Files && OCA . Files . Sidebar && OCA . Files . Sidebar . registerTab ( new OCA . Files . Sidebar . Tab ( "sharing" , Wt ) ) } ) ) } ] ) ;
2019-10-28 09:46:16 +03:00
//# sourceMappingURL=files_sharing_tab.js.map