2021-05-30 00:53:04 +03:00
! function ( t ) { var e = { } ; function n ( i ) { if ( e [ i ] ) return e [ i ] . exports ; var r = e [ i ] = { i : i , l : ! 1 , exports : { } } ; return t [ i ] . call ( r . exports , r , r . exports , n ) , r . l = ! 0 , r . exports } n . m = t , n . c = e , n . d = function ( t , e , i ) { n . o ( t , e ) || Object . defineProperty ( t , e , { enumerable : ! 0 , get : i } ) } , 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 i = Object . create ( null ) ; if ( n . r ( i ) , Object . defineProperty ( i , "default" , { enumerable : ! 0 , value : t } ) , 2 & e && "string" != typeof t ) for ( var r in t ) n . d ( i , r , function ( e ) { return t [ e ] } . bind ( null , r ) ) ; return i } , 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 = 468 ) } ( [ 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 } ( ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 13 ) ) } , function ( t , e ) { t . exports = function ( t ) { try { return ! ! t ( ) } catch ( t ) { return ! 0 } } } , function ( t , e , n ) { var i = n ( 0 ) , r = n ( 29 ) . f , o = n ( 21 ) , a = n ( 17 ) , s = n ( 57 ) , A = n ( 121 ) , l = n ( 81 ) ; t . exports = function ( t , e ) { var n , c , u , d , p , f = t . target , h = t . global , g = t . stat ; if ( n = h ? i : g ? i [ f ] || s ( f , { } ) : ( i [ f ] || { } ) . prototype ) for ( c in e ) { if ( d = e [ c ] , u = t . noTargetGet ? ( p = r ( n , c ) ) && p . value : n [ c ] , ! l ( h ? c : f + ( g ? "." : "#" ) + c , t . forced ) && void 0 !== u ) { if ( typeof d == typeof u ) continue ; A ( d , u ) } ( t . sham || u && u . sham ) && o ( d , "sham" , ! 0 ) , a ( n , c , d , t ) } } } , function ( t , e , n ) { var i = n ( 0 ) , r = n ( 50 ) , o = n ( 10 ) , a = n ( 76 ) , s = n ( 84 ) , A = n ( 124 ) , l = r ( "wks" ) , c = i . Symbol , u = A ? c : c && c . withoutSetter || a ; t . exports = function ( t ) { return o ( l , t ) && ( s || "string" == typeof l [ t ] ) || ( s && o ( c , t ) ? l [ t ] = c [ t ] : l [ t ] = u ( "Symbol." + t ) ) , l [ t ] } } , function ( t , e , n ) { "use strict" ; var i = n ( 108 ) , r = Object . prototype . toString ; function o ( t ) { return "[object Array]" === r . call ( t ) } function a ( t ) { return void 0 === t } function s ( t ) { return null !== t && "object" == typeof t } function A ( t ) { if ( "[object Object]" !== r . call ( t ) ) return ! 1 ; var e = Object . getPrototypeOf ( t ) ; return null === e || e === Object . prototype } function l ( t ) { return "[object Function]" === r . call ( t ) } function c ( t , e ) { if ( null != t ) if ( "object" != typeof t && ( t = [ t ] ) , o ( t ) ) for ( var n = 0 , i = t . length ; n < i ; n ++ ) e . call ( null , t [ n ] , n , t ) ; else for ( var r in t ) Object . prototype . hasOwnProperty . call ( t , r ) && e . call ( null , t [ r ] , r , t ) } t . exports = { isArray : o , isArrayBuffer : function ( t ) { return "[object ArrayBuffer]" === r . 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 , isPlainObject : A , isUndefined : a , isDate : function ( t ) { return "[object Date]" === r . call ( t ) } , isFile : function ( t ) { return "[object File]" === r . call ( t ) } , isBlob : function ( t ) { return "[object Blob]" === r . call ( t ) } , isFunction : l , isStream : function ( t ) { return s ( t ) && l ( 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 , i ) { A ( e [ i ] ) && A ( n ) ? e [ i ] = t ( e [ i ] , n ) : A ( n ) ? e [ i ] = t ( { } , n ) : o ( n ) ? e [ i ] = n . slice ( ) : e [ i ] = n } for ( var i = 0 , r = arguments . length ; i < r ; i ++ ) c ( arguments [ i ] , n ) ; return e } , extend : function ( t , e , n ) { return c ( e , ( function ( e , r ) { t [ r ] = n && "function" == typeof e ? i ( e , n ) : e } ) ) , t } , trim : function ( t ) { return t . replace ( /^\s*/ , "" ) . replace ( /\s*$/ , "" ) } , stripBOM : function ( t ) { return 65279 === t . charCodeAt ( 0 ) && ( t = t . slice ( 1 ) ) , t } } } , function ( t , e ,
2021-03-17 11:45:22 +03:00
/ * !
* Vue . js v2 . 6.12
* ( c ) 2014 - 2020 Evan You
* Released under the MIT License .
* /
2021-05-26 19:21:30 +03:00
var i = Object . freeze ( { } ) ; function r ( 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 l = Object . prototype . toString ; function c ( t ) { return "[object Object]" === l . call ( t ) } function u ( t ) { return "[object RegExp]" === l . call ( t ) } function d ( t ) { var e = parseFloat ( String ( t ) ) ; return e >= 0 && Math . floor ( e ) === e && isFinite ( t ) } function p ( t ) { return o ( t ) && "function" == typeof t . then && "function" == typeof t . catch } function f ( t ) { return null == t ? "" : Array . isArray ( t ) || c ( t ) && t . toString === l ? JSON . stringify ( t , null , 2 ) : String ( t ) } function h ( t ) { var e = parseFloat ( t ) ; return isNaN ( e ) ? t : e } function g ( t , e ) { for ( var n = Object . create ( null ) , i = t . split ( "," ) , r = 0 ; r < i . length ; r ++ ) n [ i [ r ] ] = ! 0 ; return e ? function ( t ) { return n [ t . toLowerCase ( ) ] } : function ( t ) { return n [ t ] } } g ( "slot,component" , ! 0 ) ; var m = g ( "key,ref,slot,slot-scope,is" ) ; function v ( t , e ) { if ( t . length ) { var n = t . indexOf ( e ) ; if ( n > - 1 ) return t . splice ( n , 1 ) } } var b = Object . prototype . hasOwnProperty ; function C ( t , e ) { return b . call ( t , e ) } function y ( t ) { var e = Object . create ( null ) ; return function ( n ) { return e [ n ] || ( e [ n ] = t ( n ) ) } } var x = /-(\w)/g , w = y ( ( function ( t ) { return t . replace ( x , ( function ( t , e ) { return e ? e . toUpperCase ( ) : "" } ) ) } ) ) , B = y ( ( function ( t ) { return t . charAt ( 0 ) . toUpperCase ( ) + t . slice ( 1 ) } ) ) , E = /\B([A-Z])/g , I = y ( ( function ( t ) { return t . replace ( E , "-$1" ) . toLowerCase ( ) } ) ) ; var k = Function . prototype . bind ? function ( t , e ) { return t . bind ( e ) } : function ( t , e ) { function n ( n ) { var i = arguments . length ; return i ? i > 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 , i = new Array ( n ) ; n -- ; ) i [ n ] = t [ n + e ] ; return i } function T ( 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 ] && T ( e , t [ n ] ) ; return e } function _ ( t , e , n ) { } var N = function ( t , e , n ) { return ! 1 } , D = function ( t ) { return t } ; function O ( t , e ) { if ( t === e ) return ! 0 ; var n = A ( t ) , i = A ( e ) ; if ( ! n || ! i ) return ! n && ! i && String ( t ) === String ( e ) ; try { var r = Array . isArray ( t ) , o = Array . isArray ( e ) ; if ( r && o ) return t . length === e . length && t . every ( ( function ( t , n ) { return O ( t , e [ n ] ) } ) ) ; if ( t instanceof Date && e instanceof Date ) return t . getTime ( ) === e . getTime ( ) ; if ( r || o ) return ! 1 ; var a = Object . keys ( t ) , s = Object . keys ( e ) ; return a . length === s . length && a . every ( ( function ( n ) { return O ( t [ n ] , e [ n ] ) } ) ) } catch ( t ) { return ! 1 } } function j ( t , e ) { for ( var n = 0 ; n < t . length ; n ++ ) if ( O ( t [ n ] , e ) ) return n ; return - 1 } function L ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , t . apply ( this , arguments ) ) } } var P = [ "component" , "directive" , "filter" ] , z = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" , "serverPrefetch" ] , U = { optionMergeStrategies : Object . create ( null ) , silent : ! 1 , productionTip : ! 1 , devtools : ! 1 , performance : ! 1 , errorHandler : null , warnHandler : null , ignoredElements : [ ] , keyCodes : Object . create ( null ) , isReservedTag : N , isReservedAttr : N , isUnknownElement : N , getTagNamespace : _ , parsePlatformTagName : D , mustUseProp : N , async : ! 0 , _lifecycleHooks : z } , Q = /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 R ( t , e , n , i ) { Object . defineProperty ( t , e , { value : n , enumerable : ! ! i , writable : ! 0 , configurable : ! 0 } ) } var F = new RegExp ( "[^" + Q . source + ".$_\\d]" ) ; var Y , G = "__proto__" in { } , $ = "undefined" != typeof window , H = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , W = H && WXEnvironment . platform . toLowerCase ( ) , Z = $ && window . navigator . userAgent . toLowerCase ( ) , V = Z && /msie|trident/ . test ( Z ) , J = Z && Z . indexOf ( "msie 9.0" ) > 0 , X = Z && Z . indexOf ( "edge/" ) > 0 , K = ( Z && Z . indexOf ( "android" ) , Z && /iphone|ipad|ipod|ios/ . test ( Z ) || "ios" === W ) , q = ( Z && /chrome\/\d+/ . test ( Z ) , Z && /phantomjs/ . test ( Z ) , Z && Z . match ( /firefox\/(\d+)/ ) ) , tt = { } . watch , et = ! 1 ; if ( $ ) try { var nt = { } ; Object . defineProperty ( nt , "passive" , { get : function ( ) { et = ! 0 } } ) , window . addEventListener ( "test-passive" , null , nt ) } catch ( t ) { } var it = function ( ) { return void 0 === Y && ( Y = ! $ && ! H && void 0 !== t && ( t . process && "server" === t . process . env . VUE _ENV ) ) , Y } , rt = $ && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function ot ( t ) { return "function" == t
2021-03-17 11:45:22 +03:00
/ * !
* escape - html
* Copyright ( c ) 2012 - 2013 TJ Holowaychuk
* Copyright ( c ) 2015 Andreas Lubbe
* Copyright ( c ) 2015 Tiancheng "Timothy" Gu
* MIT Licensed
2021-05-26 19:21:30 +03:00
* /var i=/ [ "'&<>]/;t.exports=function(t){var e,n=" "+t,r=i.exec(n);if(!r)return n;var o=" ",a=0,s=0;for(a=r.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){window,t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},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 i=Object.create(null);if(n.r(i),Object.defineProperty(i," default ",{enumerable:!0,value:t}),2&e&&" string "!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},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=" / dist / ",n(n.s=80)}([function(t,e,n){" use strict ";function i(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){if(" undefined "!=typeof Symbol&&Symbol.iterator in Object(t)){var n=[],i=!0,r=!1,o=void 0;try{for(var a,s=t[Symbol.iterator]();!(i=(a=s.next()).done)&&(n.push(a.value),!e||n.length!==e);i=!0);}catch(t){r=!0,o=t}finally{try{i||null==s.return||s.return()}finally{if(r)throw o}}return n}}(t,e)||function(t,e){if(t){if(" string "==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return" Object "===n&&t.constructor&&(n=t.constructor.name)," Map "===n||" Set "===n?Array.from(t):" Arguments "===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(t,e):void 0}}(t,e)||function(){throw new TypeError(" Invalid attempt to destructure non - iterable instance . \ nIn order to be iterable , non - array objects must have a [ Symbol . iterator ] ( ) method . ")}()}function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}t.exports=function(t){var e=i(t,4),n=e[1],r=e[3];if(" function "==typeof btoa){var o=btoa(unescape(encodeURIComponent(JSON.stringify(r)))),a=" sourceMappingURL = data : application / json ; charset = utf - 8 ; base64 , ".concat(o),s=" /*# ".concat(a," */ "),A=r.sources.map((function(t){return" /*# sourceURL=".concat(r.sourceRoot||"").concat(t," */ ")}));return[n].concat(A).concat([s]).join(" \ n ")}return[n].join(" \ n ")}},function(t,e,n){" use strict ";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?" @ media ".concat(e[2]," { ").concat(n," } "):n})).join(" ")},e.i=function(t,n,i){" string "==typeof t&&(t=[[null,t," "]]);var r={};if(i)for(var o=0;o<this.length;o++){var a=this[o][0];null!=a&&(r[a]=!0)}for(var s=0;s<t.length;s++){var A=[].concat(t[s]);i&&r[A[0]]||(n&&(A[2]?A[2]=" ".concat(n," and ").concat(A[2]):A[2]=n),e.push(A))}},e}},function(t,e,n){" use strict ";var i,r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),o=[];function a(t){for(var e=-1,n=0;n<o.length;n++)if(o[n].identifier===t){e=n;break}return e}function s(t,e){for(var n={},i=[],r=0;r<t.length;r++){var s=t[r],A=e.base?s[0]+e.base:s[0],l=n[A]||0,c=" ".concat(A," ").concat(l);n[A]=l+1;var u=a(c),d={css:s[1],media:s[2],sourceMap:s[3]};-1!==u?(o[u].references++,o[u].updater(d)):o.push({identifier:c,updater:h(d,e),references:1}),i.push(c)}return i}function A(t){var e=document.createElement(" style "),i=t.attributes||{};if(void 0===i.nonce){var o=n.nc;o&&(i.nonce=o)}if(Object.keys(i).forEach((function(t){e.setAttribute(t,i[t])}))," function "==typeof t.insert)t.insert(e);else{var a=r(t.insert||" head " ) ; if ( ! a ) throw new
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-26 19:21:30 +03:00
i . VTooltip . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "9737fff" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , i . VTooltip . options . defaultHtml = ! 1 , e . default = i . VTooltip } , , function ( t , e , n ) { "use strict" ; var i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . push ( [ t . i , ".vue-tooltip[data-v-9737fff]{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;opacity:0;line-height:1.6;line-break:auto;filter:drop-shadow(0 1px 10px var(--color-box-shadow))}.vue-tooltip[data-v-9737fff][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-9737fff][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-9737fff][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-9737fff][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-9737fff][aria-hidden='true']{visibility:hidden;transition:opacity .15s, visibility .15s;opacity:0}.vue-tooltip[data-v-9737fff][aria-hidden='false']{visibility:visible;transition:opacity .15s;opacity:1}.vue-tooltip[data-v-9737fff] .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-9737fff] .tooltip-arrow{position:absolute;z-index:1;width:0;height:0;margin:0;border-style:solid;border-color:var(--color-main-background)}\n" , "" , { version : 3 , sources : [ "webpack://./index.scss" ] , names : [ ] , mappings : "AAeA,6BACC,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,SAAU,CACV,aAAc,CACd,QAAS,CAET,eAAgB,CAChB,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,SAAU,CACV,eAAgB,CAEhB,eAAgB,CAChB,sDAAuD,CAhBxD,gEAqBG,QAAS,CACT,YAAa,CACb,eAAgB,CAChB,6BA1Be,CA2Bf,8BAA+B,CAC/B,+BAAgC,CAChC,6BAA8B,CA3BjC,mEAkCG,KAAM,CACN,YAAa,CACb,eAAgB,CAChB,6BAvCe,CAwCf,4BAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAxCjC,kEA+CG,UAAW,CACX,cAAe,CACf,aAAc,CACd,6BAAsD,CACtD,4BAA6B,CAC7B,+BAAgC,CAChC,6BAA8B,CArDjC,iEA4DG,SAAU,CACV,cAAe,CACf,aAAc,CACd,6BAjEe,CAkEf,4BAA6B,CAC7B,8BAA+B,CAC/B,+BAAgC,CAlEnC,iDAwEE,iBAAkB,CAClB,wCAAyC,CACzC,SAAU,CA1EZ,kDA6EE,kBAAmB,CACnB,uBAAwB,CACxB,SAAU,CA/EZ,4CAoFE,eAAgB,CAChB,eAAgB,CAChB,iBAAkB,CAClB,4BAA6B,CAC7B,kCAAmC,CACnC,6CAA8C,CAzFhD,4CA8FE,iBAAkB,CAClB,SAAU,CACV,OAAQ,CACR,QAAS,CACT,QAAS,CACT,kBAAmB,CACnB,yCAA0C" , sourcesContent : [ "$scope_version:\"9737fff\" ; @ import 'variables' ; \ n /**\n* @copyright Copyright (c) 2016, John Molakvoæ <skjnldsv@protonmail.com>\n* @copyright Copyright (c) 2016, Robin Appelman <robin@icewind.nl>\n* @copyright Copyright (c) 2016, Jan-Christoph Borchardt <hey@jancborchardt.net>\n* @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org>\n* @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>\n*\n* Bootstrap v3.3.5 (http://getbootstrap.com)\n* Copyright 2011-2015 Twitter, Inc.\n* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n*/ \ n \ n$arrow - width : 10 px ; \ n \ n . vue - tooltip [ data - v - # { $scope _version } ] { \ n \ tposition : absolute ; \ n \ tz - index : 100000 ; \ n \ tright : auto ; \ n \ tleft : auto ; \ n \ tdisplay : block ; \ n \ tmargin : 0 ; \ n \ t /* default to top */ \ n \ tmargin - top : - 3 px ; \ n \ tpadding : 10 px 0 ; \ n \ ttext - align : left ; \ n \ ttext - align : start ; \ n \ topacity : 0 ; \ n \ tline - height : 1.6 ; \ n \ n \ tline - break : auto ; \ n \ tfilter : drop - shadow ( 0 1 px 10 px var ( -- color - box - shadow ) ) ; \ n \ n \ t // TOP\n\t&[x-placement^='top'] {\n\t\t.tooltip-arrow {\n\t\t\tbottom: 0;\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\t\tborder-width: $arrow-width
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2020 Georg Ehrke < georg - nextcloud @ ehrke . email >
*
* @ author Georg Ehrke < georg - nextcloud @ ehrke . email >
*
* @ 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/>.
*
2021-05-27 08:58:14 +03:00
* / v a r p = { d a t a : f u n c t i o n ( ) { r e t u r n { h a s S t a t u s : ! 1 , u s e r S t a t u s : { s t a t u s : n u l l , m e s s a g e : n u l l , i c o n : n u l l } } } , m e t h o d s : { f e t c h U s e r S t a t u s : f u n c t i o n ( t ) { v a r e , n = t h i s ; r e t u r n ( e = 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 ( ) { v a r i , r , o , a , s , d , p , f , h ; 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 : i f ( i = O b j e c t ( c . g e t C a p a b i l i t i e s ) ( ) , O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( i , " u s e r _ s t a t u s " ) & & i . u s e r _ s t a t u s . e n a b l e d ) { e . n e x t = 3 ; b r e a k } r e t u r n e . a b r u p t ( " r e t u r n " ) ; c a s e 3 : i f ( O b j e c t ( u . g e t C u r r e n t U s e r ) ( ) ) { e . n e x t = 5 ; b r e a k } r e t u r n e . a b r u p t ( " r e t u r n " ) ; c a s e 5 : r e t u r n e . p r e v = 5 , e . n e x t = 8 , A . a . g e t ( O b j e c t ( l . g e n e r a t e O c s U r l ) ( " a p p s / u s e r _ s t a t u s / a p i / v 1 " , 2 ) + " s t a t u s e s / " . c o n c a t ( e n c o d e U R I C o m p o n e n t ( t ) ) ) ; c a s e 8 : r = e . s e n t , o = r . d a t a , a = o . o c s . d a t a , s = a . s t a t u s , d = a . m e s s a g e , p = a . i c o n , n . u s e r S t a t u s . s t a t u s = s , n . u s e r S t a t u s . m e s s a g e = d | | " " , n . u s e r S t a t u s . i c o n = p | | " " , n . h a s S t a t u s = ! 0 , e . n e x t = 2 2 ; b r e a k ; c a s e 1 7 : i f ( e . p r e v = 1 7 , e . t 0 = e . c a t c h ( 5 ) , 4 0 4 ! = = e . t 0 . r e s p o n s e . s t a t u s | | 0 ! = = ( n u l l = = = ( f = e . t 0 . r e s p o n s e . d a t a . o c s ) | | v o i d 0 = = = f | | n u l l = = = ( h = f . d a t a ) | | v o i d 0 = = = h ? v o i d 0 : h . l e n g t h ) ) { e . n e x t = 2 1 ; b r e a k } r e t u r n e . a b r u p t ( " r e t u r n " ) ; c a s e 2 1 : c o n s o l e . e r r o r ( e . t 0 ) ; c a s e 2 2 : c a s e " e n d " : r e t u r n e . s t o p ( ) } } ) , e , n u l l , [ [ 5 , 1 7 ] ] ) } ) ) , f u n c t i o n ( ) { v a r t = 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 ( i , r ) { v a r o = e . a p p l y ( t , n ) ; f u n c t i o n a ( t ) { d ( o , i , r , a , s , " n e x t " , t ) } f u n c t i o n s ( t ) { d ( o , i , r , a , s , " t h r o w " , t ) } a ( v o i d 0 ) } ) ) } ) ( ) } } } ;
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +03:00
* / } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 3 5 ) } , , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 2 0 0 ) } , , , , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 3 7 ) } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . p u s h ( [ t . i , " \ n b u t t o n . m e n u i t e m [ d a t a - v - f e b e d 9 b 6 ] { \ n \ t t e x t - a l i g n : l e f t ; \ n } \ n b u t t o n . m e n u i t e m * [ d a t a - v - f e b e d 9 b 6 ] { \ n \ t c u r s o r : p o i n t e r ; \ n } \ n b u t t o n . m e n u i t e m [ d a t a - v - f e b e d 9 b 6 ] : d i s a b l e d { \ n \ t o p a c i t y : 0 . 5 ! i m p o r t a n t ; \ n \ t c u r s o r : d e f a u l t ; \ n } \ n b u t t o n . m e n u i t e m : d i s a b l e d * [ d a t a - v - f e b e d 9 b 6 ] { \ n \ t c u r s o r : d e f a u l t ; \ n } \ n . m e n u i t e m . a c t i v e [ d a t a - v - f e b e d 9 b 6 ] { \ n \ t b o x - s h a d o w : i n s e t 2 p x 0 v a r ( - - c o l o r - p r i m a r y ) ; \ n \ t b o r d e r - r a d i u s : 0 ; \ n } \ n " , " " , { v e r s i o n : 3 , s o u r c e s : [ " w e b p a c k : / / . / P o p o v e r M e n u I t e m . v u e " ] , n a m e s : [ ] , m a p p i n g s : " ; A A m L A ; C A C A , g B A A A ; A A C A ; A A E A ; C A C A , e A A A ; A A C A ; A A E A ; C A C A , u B A A A ; C A C A , e A A A ; A A C A ; A A E A ; C A C A , e A A A ; A A C A ; A A E A ; C A C A , 4 C A A A ; C A C A , g B A A A ; A A C A " , s o u r c e s C o n t e n t : [ ' \ x 3 c ! - - \ n - @ c o p y r i g h t C o p y r i g h t ( c ) 2 0 1 8 J o h n M o l a k v o æ < s k j n l d s v @ p r o t o n m a i l . c o m > \ n - \ n - @ a u t h o r J o h n M o l a k v o æ < s k j n l d s v @ p r o t o n m a i l . c o m > \ n - \ n - @ l i c e n s e G N U A G P L v e r s i o n 3 o r a n y l a t e r v e r s i o n \ n - \ n - T h i s p r o g r a m i s f r e e s o f t w a r e : y o u c a n r e d i s t r i b u t e i t a n d / o r m o d i f y \ n - i t u n d e r t h e t e r m s o f t h e G N U A f f e r o G e n e r a l P u b l i c L i c e n s e a s \ n - p u b l i s h e d b y t h e F r e e S o f t w a r e F o u n d a t i o n , e i t h e r v e r s i o n 3 o f t h e \ n - L i c e n s e , o r ( a t y o u r o p t i o n ) a n y l a t e r v e r s i o n . \ n - \ n - T h i s p r o g r a m i s d i s t r i b u t e d i n t h e h o p e t h a t i t w i l l b e u s e f u l , \ n - b u t W I T H O U T A N Y W A R R A N T Y ; w i t h o u t e v e n t h e i m p l i e d w a r r a n t y o f \ n - M E R C H A N T A B I L I T Y o r F I T N E S S F O R A P A R T I C U L A R P U R P O S E . S e e t h e \ n - G N U A f f e r o G e n e r a l P u b l i c L i c e n s e f o r m o r e d e t a i l s . \ n - \ n - Y o u s h o u l d h a v e r e c e i v e d a c o p y o f t h e G N U A f f e r o G e n e r a l P u b l i c L i c e n s e \ n - a l o n g w i t h t h i s p r o g r a m . I f n o t , s e e < h t t p : / / w w w . g n u . o r g / l i c e n s e s / > . \ n - \ n - - \ x 3 e \ n \ n < t e m p l a t e > \ n \ t < l i c l a s s = " p o p o v e r _ _ m e n u i t e m " > \ n \ t \ t \ x 3 c ! - - I f i t e m . h r e f i s s e t , a l i n k w i l l b e d i r e c t l y u s e d - - \ x 3 e \ n \ t \ t < a v - i f = " i t e m . h r e f " \ n \ t \ t \ t : h r e f = " ( i t e m . h r e f ) ? i t e m . h r e f : \ ' # \ ' " \ n \ t \ t \ t : t a r g e t = " ( i t e m . t a r g e t ) ? i t e m . t a r g e t : \ ' \ ' " \ n \ t \ t \ t : d o w n l o a d = " i t e m . d o w n l o a d " \ n \ t \ t \ t c l a s s = " f o c u s a b l e " \ n \ t \ t \ t r e l = " n o r e f e r r e r n o o p e n e r " \ n \ t \ t \ t @ c l i c k = " a c t i o n " > \ n \ t \ t \ t < s p a n v - i f = " ! i c o n I s U r l " : c l a s s = " i t e m . i c o n " / > \ n \ t \ t \ t < i m g v - e l s e : s r c = " i t e m . i c o n " > \ n \ t \ t \ t < p v - i f = " i t e m . t e x t & & i t e m . l o n g t e x t " > \ n \ t \ t \ t \ t < s t r o n g c l a s s = " m e n u i t e m - t e x t " > \ n \ t \ t \ t \ t \ t { { i t e m . t e x t } } \ n \ t \ t \ t \ t < / s t r o n g > < b r > \ n \ t \ t \ t \ t < s p a n c l a s s = " m e n u i t e m - t e x t - d e t a i l " > \ n \ t \ t \ t \ t \ t { { i t e m . l o n g t e x t } } \ n \ t \ t \ t \ t < / s p a n > \ n \ t \ t \ t < / p > \ n \ t \ t \ t < s p a n v - e l s e - i f = " i t e m . t e x t " > \ n \ t \ t \ t \ t { { i t e m . t e x t } } \ n \ t \ t \ t < / s p a n > \ n \ t \ t \ t < p v - e l s e - i f = " i t e m . l o n g t e x t " > \ n \ t \ t \ t \ t { { i t e m . l o n g t e x t } } \ n \ t \ t \ t < / p > \ n \ t \ t < / a > \ n \ n \ t \ t \ x 3 c ! - - I f i t e m . i n p u t i s s e t i n s t e a d , a n p u t w i l l b e u s e d - - \ x 3 e \ n \ t \ t < s p a n v - e l s e - i f = " i t e m . i n p u t " c l a s s = " m e n u i t e m " : c l a s s = " { a c t i v e : i t e m . a c t i v e } " > \ n \ t \ t \ t \ x 3 c ! - - d o e s n o t s h o w i f i n p u t i s c h e c k b o x - - \ x 3 e \ n \ t \ t \ t < s p a n v - i f = " i t e m . i n p u t ! = = \ ' c h e c k b o x \ ' " : c l a s s = " i t e m . i c o n " / > \ n \ n \ t \ t \ t \ x 3 c ! - - o n l y s h o w s i f i n p u t i s t e x t - - \ x 3 e \ n \ t \ t \ t < f o r m v - i f = " i t e m . i n p u t = = = \ ' t e x t \ ' " \ n \ t \ t \ t \ t : c l a s s = " i t e m . i n p u t " \ n \ t \ t \ t \ t @ s u b m i t . p r e v e n t = " i t e m . a c t i o n " > \ n \ t \ t \ t \ t < i n p u t : t y p e = " i t e m . i n p u t " \ n \ t \ t \ t \ t \ t : v a l u e = " i t e m . v a l u e " \ n \ t \ t \ t \ t \ t : p l a c e h o l d e r = " i t e m . t e x t " \ n \ t \ t \ t \ t \ t r e q u i r e d > \ n \ t \ t \ t \ t < i n p u t t y p e = " s u b m i t " v a l u e = " " c l a s s = " i c o n - c o n f i r m " > \ n \ t \ t \ t < / f o r m > \ n \ n \ t \ t \ t \ x 3 c ! - - c h e c k b o x - - \ x 3 e \ n \ t \ t \ t < t e m p l a t e v - e l s e > \ n \ t \ t \ t \ t \ x 3 c ! - - e s l i n t - d i s a b l e - n e x t - l i n e - - \ x 3 e \ n \ t \ t \ t \ t < i n p u t : i d = " k e y " v - m o d e l = " i t e m . m o d e l " \ n \ t \ t \ t \ t \ t : t y p e = " i t e m . i n p u t " \ n \ t \ t \ t \ t \ t : c l a s s = " i t e m . i n p u t " \ n \ t \ t \ t \ t \ t @ c h a n g e = " i t e m . a c t i o n " > \ n \ t \ t \ t \ t < l a b e l : f o r = " k e y " @ c l i c k . s t o p . p r e v e n t = " i t e m . a c t i o n " > \ n \ t \ t \ t \ t \ t { { i t e m . t e x t } } \ n \ t \ t \ t \ t < / l a b e l > \ n \ t \ t \ t < / t e m p l a t e > \ n \ t \ t < / s p a n > \ n \ n \ t \ t \ x 3 c ! - - I f i t e m . a c t i o n i s s e t i n s t e a d , a b u t t o n w i l l b e u s e d - - \ x 3 e \ n \ t \ t < b u t t o n v - e l s e - i f = " i t e m . a c t i o n " \ n \ t \ t \ t c l a s s = " m e n u i t e m f o c u s a b l e " \ n \ t \ t \ t : c l a s s = " { a c t i v e : i t e m . a c t i v e } " \ n \ t \ t \ t : d i s a b l e d = " i t e m . d i s a b l e d " \ n \ t \ t \ t @ c l i c k . s t o p . p r e v e n t = " i t e m . a c t i o n " > \ n \ t \ t \ t < s p a n : c l a s s = " i t e m . i c o n " / > \ n \ t \ t \ t < p v - i f = " i t e m . t e x t & & i t e m . l o n g t e x t " > \ n \ t \ t \ t \ t < s t r o n g c l a s s = " m e n u i t e m - t e x t " > \ n \ t \ t \ t \ t \ t { { i t e m . t e x t } } \ n \ t \ t \ t \ t < / s t r o n g > < b r > \ n \ t \ t \ t \ t < s p a n c l a s s = " m e n u i t e m - t e x t - d e t a i l " > \ n \ t \ t \ t \ t \ t
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-26 19:21:30 +03:00
function i ( t , e , n ) { this . r = t , this . g = e , this . b = n } function r ( t , e , n ) { var r = [ ] ; r . 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 ) , l = parseInt ( e . b + o [ 2 ] * a , 10 ) ; r . push ( new i ( s , A , l ) ) } return r } n ( 35 ) , e . a = function ( t ) { t || ( t = 6 ) ; var e = new i ( 182 , 70 , 157 ) , n = new i ( 221 , 203 , 85 ) , o = new i ( 0 , 130 , 201 ) , a = r ( t , e , n ) , s = r ( t , n , o ) , A = r ( t , o , e ) ; return a . concat ( s ) . concat ( A ) } } , function ( t , e , n ) { "use strict" ; var i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) , s = n ( 4 ) , A = n . n ( s ) , l = n ( 8 ) , c = n ( 9 ) , u = n ( 10 ) , d = n ( 11 ) , p = a ( ) ( r . a ) , f = A ( ) ( l . a ) , h = A ( ) ( c . a ) , g = A ( ) ( u . a ) , m = A ( ) ( d . a ) ; p . push ( [ t . i , '@font-face{font-family:"iconfont-vue-9737fff";src:url(' + f + ");src:url(" + f + ') format("embedded-opentype"),url(' + h + ') format("woff"),url(' + g + ') format("truetype"),url(' + m + ' ) format ( "svg" ) } . icon [ data - v - 5 baa2f3a ] { font - style : normal ; font - weight : 400 } . icon . arrow - left - double [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . arrow - left [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . arrow - right - double [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . arrow - right [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . breadcrumb [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . checkmark [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . close [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . confirm [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . info [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . menu [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . more [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . pause [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . play [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . triangle - s [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . user - status - away [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . user - status - dnd [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . user - status - invisible [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . user - status - online [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . avatardiv [ data - v - 5 baa2f3a ] { position : relative ; display : inline - block } . avatardiv -- unknown [ data - v - 5 baa2f3a ] { position : relative ; background - color : var ( -- color - text - maxcontrast ) } . avatardiv [ data - v - 5 baa2f3a ] : not ( . avatardiv -- unknown ) { background - color : # fff ! important ; box - shadow : 0 0 5 px rgba ( 0 , 0 , 0 , 0.05 ) inset } body . theme -- dark . avatardiv [ data - v - 5 baa2f3a ] : not ( . avatardiv -- unknown ) { background - color : # 000 ! important } . avatardiv -- with - menu [ data - v - 5 baa2f3a ] { cursor : pointer } . avatardiv -- with - menu [ data - v - 5 baa2f3a ] . trigger { position : absolute ; top : 0 ; left : 0 } . avatardiv -- with - menu . icon - more [ data - v - 5 baa2f3a ] { display : flex ; cursor : pointer ; opacity : 0 ; background : none ; font - size : 18 px ; align - items : center ; justify - content : center } . avatardiv -- with - menu . icon - more [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; font - style : normal ; font - weight : 400 ; content : "" } . avatardiv -- with - menu . icon - more [ data - v - 5 baa2f3a ] : : before { display : block } . avatardiv -- with - menu : focus . icon - more [ data - v - 5 baa2f3a ] , . avatardiv -- with - menu : hover . icon - more [ data - v - 5 baa2f3a ] { opacity : 1 } . avatardiv -- with - menu : focus img [ data - v - 5 baa2f3a ] , . avatardiv -- with - menu : hover img [ data - v - 5 baa2f3a ] { opacity : 0.3 } . avatardiv -- with - menu . icon - more [ data - v - 5 baa2f3a ] , . avatardiv -- with - menu img [ data - v - 5 baa2f3a ] { transition : opacity var ( -- animation - quick ) } . avatardiv > . unknown [ data - v - 5 baa2f3a ] { position : absolute ; top : 0 ; left : 0 ; display : block ; width : 100 % ; text - align : center ; font - weight : normal ; color : var ( -- color - main - background ) } . avatardiv img [ data - v - 5 baa2f3a ] { width : 100 % ; height : 100 % ; object - fit : cover } . avatardiv . avatardiv _ _status [ data - v - 5 b
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2020 Georg Ehrke < georg - nextcloud @ ehrke . email >
*
* @ author Georg Ehrke < georg - nextcloud @ ehrke . email >
*
* @ 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/>.
*
2021-05-27 08:58:14 +03:00
* / n . r ( e ) , n ( 4 1 ) , n ( 6 ) , n ( 1 4 ) , n ( 5 2 ) , n ( 1 7 ) , n ( 3 1 ) , n ( 3 8 ) , n ( 4 6 ) , n ( 1 6 ) , n ( 1 8 ) , e . d e f a u l t = { p r o p s : { e x c l u d e C l i c k O u t s i d e C l a s s e s : { t y p e : S t r i n g | 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 [ ] } } } , m e t h o d s : { c l i c k O u t s i d e M i d d l e w a r e : f u n c t i o n ( t ) { v a r e = A r r a y . i s A r r a y ( t h i s . e x c l u d e C l i c k O u t s i d e C l a s s e s ) ? t h i s . e x c l u d e C l i c k O u t s i d e C l a s s e s : [ t h i s . e x c l u d e C l i c k O u t s i d e C l a s s e s ] ; r e t u r n 0 = = = e . l e n g t h | | ! t h i s . h a s N o d e O r A n y P a r e n t C l a s s ( t . t a r g e t , e ) } , h a s N o d e O r A n y P a r e n t C l a s s : f u n c t i o n ( t , e ) { v a r n , r = i ( e ) ; t r y { f o r ( r . s ( ) ; ! ( n = r . n ( ) ) . d o n e ; ) { v a r o , a = n . v a l u e ; i f ( n u l l ! = t & & n u l l ! = = ( o = t . c l a s s L i s t ) & & v o i d 0 ! = = o & & o . c o n t a i n s ( a ) ) r e t u r n ! 0 } } c a t c h ( t ) { r . e ( t ) } f i n a l l y { r . f ( ) } r e t u r n ! ! t . p a r e n t E l e m e n t & & t h i s . h a s N o d e O r A n y P a r e n t C l a s s ( t . p a r e n t E l e m e n t , e ) } } } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n . r ( e ) ,
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-27 08:58:14 +03:00
e . default = { data : function ( ) { return { isFullscreen : this . _isFullscreen ( ) } } , beforeMount : function ( ) { window . addEventListener ( "resize" , this . _onResize ) } , beforeDestroy : function ( ) { window . removeEventListener ( "resize" , this . _onResize ) } , methods : { _onResize : function ( ) { this . isFullscreen = this . _isFullscreen ( ) } , _isFullscreen : function ( ) { return window . outerHeight === screen . height } } } } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 6 ) , n ( 26 ) , n ( 16 ) , n ( 17 ) , n ( 18 ) , n ( 40 ) ; var i = { 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 ) } } } , r = n ( 2 ) , o = n . n ( r ) , a = n ( 53 ) , s = ( o ( ) ( a . a , { insert : "head" , singleton : ! 1 } ) , a . a . locals , n ( 54 ) ) , A = ( o ( ) ( s . a , { insert : "head" , singleton : ! 1 } ) , s . a . locals , n ( 3 ) ) , l = { name : "PopoverMenu" , components : { PopoverMenuItem : Object ( A . a ) ( i , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { staticClass : "popover__menuitem" } , [ 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 , i = e . target , r = ! ! i . checked ; if ( Array . isArray ( n ) ) { var o = t . _i ( n , null ) ; i . 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" , r ) } , 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 ( "br" )
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +03:00
* /e.default=f},,function(t,e){t.exports=n(145)},function(t,e,n){"use strict";n.r(e),n(58),n(30),n(89),n(103),n(104),n(35),n(24),n(57),n(6),n(59);var i=n(86),r=n(42),o=n(77),a=n(34),s=n(29),A=n(37),l=n.n(A),c=n(13),u=n(21),d=n(84),p=n(45),f=n(28);function h(t,e,n,i,r,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(i,r)}function g(t){return function(){var e=this,n=arguments;return new Promise((function(i,r){var o=t.apply(e,n);function a(t){h(o,i,r,a,s,"next",t)}function s(t){h(o,i,r,a,s,"throw",t)}a(void 0)}))}}var m=Object(i.getBuilder)("nextcloud").persist().build();function v(t){var e=m.getItem("user-has-avatar."+t);return"string"==typeof e?Boolean(e):null}function b(t,e){t&&m.setItem("user-has-avatar."+t,e)}var C={name:"Avatar",directives:{tooltip:u.default,ClickOutside:r.directive},components:{Popover:f.a,PopoverMenu:o.default},mixins:[p.e],props:{url:{type:String,default:void 0},iconClass:{type:String,default:void 0},user:{type:String,default:void 0},showUserStatus:{type:Boolean,default:!0},showUserStatusCompact:{type:Boolean,default:!0},preloadedUserStatus:{type:Object,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" } , menuContainer : { type : String , default : "body" } } , data : function ( ) { return { avatarUrlLoaded : null , avatarSrcSetLoaded : null , userDoesNotExist : ! 1 , isAvatarLoaded : ! 1 , isMenuLoaded : ! 1 , contactsMenuLoading : ! 1 , contactsMenuActions : [ ] , contactsMenuOpenState : ! 1 } } , computed : { canDisplayUserStatus : function ( ) { return this . showUserStatus && this . hasStatus && [ "online" , "away" , "dnd" ] . includes ( this . userStatus . status ) } , showUserStatusIconOnAvatar : function ( ) { return this . showUserStatus && this . showUserStatusCompact && this . hasStatus && "dnd" !== this . userStatus . status && this . userStatus . icon } , 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 ( ) { var t ; return ! this . disableMenu && ( this . isMenuLoaded ? this . menu . length > 0 : ! ( this . user === ( null === ( t = Object ( a . getCurrentUser ) ( ) ) || void 0 === t ? void 0 : t . 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 = Object ( d . default ) ( 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 ( ) { var t ; if ( this . shouldShowPlaceholder ) { var e = this . getUserIdentifier , n = e . indexOf ( " " ) ; "" === e ? t = "?" : ( t = String . fromCodePoint ( e . codePointAt ( 0 ) ) , - 1 !== n && ( t = t . concat ( String . fromCodePoint ( e . codePointAt ( n + 1 ) ) ) ) ) } return t . toUpperCase ( ) } , menu : function ( ) { var t , e , n , i = this . contactsMenuActions . map ( ( function ( t ) { return { href : t . hyperlink , icon : t . icon , longtext : t . title } } ) ) ; return this . showUserStatus && ( this . userStatus . icon || this . userStatus . message ) ? [ { href : "#" , icon : "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><text x='0' y='14' font-size='14'>" . concat ( ( t = this . userStatus . icon , e = document . createTextNode ( t ) , n = document . createElement ( "p" ) , n . appendChild ( e ) , n . innerHTML ) , "</text></svg>" ) , text : "" . concat ( this . userStatus . message ) } ] . concat ( i ) : i } } , watch : { url : function ( ) { this . userDoesNotExist = ! 1 , this . loadAvatarUrl ( ) } , user : fun
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +03:00
* /e.default=M},function(t,e){t.exports=n(205)},function(t,e){t.exports=n(206)},,function(t,e,n){"use strict";n.r(e),n(15),n(92),n(25);var i=n(81),r=n.n(i),o=n(64);e.default=function(t){var e=t.toLowerCase();return null===e.match(/ ^ ( [ 0 - 9 a - f ] { 4 } - ? ) { 8 } $ / ) && ( e = r ( ) ( e ) ) , e = e . replace ( /[^0-9a-f]/g , "" ) , Object ( o . a ) ( 6 ) [ function ( t , e ) { for ( var n = 0 , i = [ ] , r = 0 ; r < t . length ; r ++ ) i . push ( parseInt ( t . charAt ( r ) , 16 ) % 16 ) ; for ( var o in i ) n += i [ o ] ; return parseInt ( parseInt ( n , 10 ) % 18 , 10 ) } ( e ) ] } } , , function ( t , e ) { t . exports = n ( 207 ) } , , , function ( t , e ) { t . exports = n ( 218 ) } , function ( t , e ) { t . exports = n ( 219 ) } , function ( t , e ) { t . exports = n ( 220 ) } , function ( t , e ) { t . exports = n ( 221 ) } , , , , , , , , , , , function ( t , e ) { t . exports = n ( 222 ) } , function ( t , e ) { t . exports = n ( 223 ) } ] ) } , 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 i , r , o , a = n ( 156 ) , s = n ( 0 ) , A = n ( 9 ) , l = n ( 21 ) , c = n ( 10 ) , u = n ( 58 ) , d = n ( 75 ) , p = n ( 59 ) , f = s . WeakMap ; if ( a || u . state ) { var h = u . state || ( u . state = new f ) , g = h . get , m = h . has , v = h . set ; i = function ( t , e ) { if ( m . call ( h , t ) ) throw new TypeError ( "Object already initialized" ) ; return e . facade = t , v . call ( h , t , e ) , e } , r = function ( t ) { return g . call ( h , t ) || { } } , o = function ( t ) { return m . call ( h , t ) } } else { var b = d ( "state" ) ; p [ b ] = ! 0 , i = function ( t , e ) { if ( c ( t , b ) ) throw new TypeError ( "Object already initialized" ) ; return e . facade = t , l ( t , b , e ) , e } , r = function ( t ) { return c ( t , b ) ? t [ b ] : { } } , o = function ( t ) { return c ( t , b ) } } t . exports = { set : i , get : r , has : o , enforce : function ( t ) { return o ( t ) ? r ( t ) : i ( t , { } ) } , getterFor : function ( t ) { return function ( e ) { var n ; if ( ! A ( e ) || ( n = r ( e ) ) . type !== t ) throw TypeError ( "Incompatible receiver, " + t + " required" ) ; return n } } } } , function ( t , e , n ) { var i = n ( 123 ) , r = n ( 0 ) , o = function ( t ) { return "function" == typeof t ? t : void 0 } ; t . exports = function ( t , e ) { return arguments . length < 2 ? o ( i [ t ] ) || o ( r [ t ] ) : i [ t ] && i [ t ] [ e ] || r [ t ] && r [ t ] [ e ] } } , function ( t , e , n ) { var i = n ( 235 ) , r = "object" == typeof self && self && self . Object === Object && self , o = i || r || Function ( "return this" ) ( ) ; t . exports = o } , function ( t , e , n ) { var i = n ( 12 ) , r = n ( 16 ) . f , o = Function . prototype , a = o . toString , s = /^\s*function ([^ (]*)/ ; i && ! ( "name" in o ) && r ( o , "name" , { configurable : ! 0 , get : function ( ) { try { return a . call ( this ) . match ( s ) [ 1 ] } catch ( t ) { return "" } } } ) } , function ( t , e , n ) { "use strict" ; var i = n ( 23 ) , r = n ( 251 ) , o = n ( 105 ) , a = n ( 36 ) , s = n ( 254 ) , A = a . set , l = a . getterFor ( "Array Iterator" ) ; t . exports = s ( Array , "Array" , ( function ( t , e ) { A ( this , { type : "Array Iterator" , target : i ( t ) , index : 0 , kind : e } ) } ) , ( function ( ) { var t = l ( this ) , e = t . target , n = t . kind , i = t . index ++ ; return ! e || i >= e . length ? ( t . target = void 0 , { value : void 0 , done : ! 0 } ) : "keys" == n ? { value : i , done : ! 1 } : "values" == n ? { value : e [ i ] , done : ! 1 } : { value : [ i , e [ i ] ] , done : ! 1 } } ) , "values" ) , o . Arguments = o . Array , r ( "keys" ) , r ( "values" ) , r ( "entries" ) } , function ( t , e ) { t . exports = function ( t ) { try { return ! ! t ( ) } catch ( t ) { return ! 0 } } } , function ( t , e , n ) { window , t . exports = function ( t ) { var e = { } ; function n ( i ) { if ( e [ i ] ) return e [ i ] . exports ; var r = e [ i ] = { i : i , l : ! 1 , exports : { } } ; return t [ i ] . call ( r . exports , r , r . exports , n ) , r . l = ! 0 , r . exports } return n . m = t , n . c = e , n . d = function ( t , e , i ) { n . o ( t , e ) || Object . defineProperty ( t , e , { enumerable : ! 0 , get : i } ) } , 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 i = Object . create ( null ) ; if ( n . r ( i ) , Object . defineProperty ( i , "default" , { enumerable : ! 0 , value : t } ) , 2 & e && "string" != typeof t ) for ( var r in t ) n . d ( i , r , function ( e ) { return t [ e ] } . bind ( null , r ) ) ; return i } , 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 = "/dist/" , n ( n . s = 110 ) } ( { 0 : function ( t , e , n ) { "use strict" ; function i ( t , e ) { return function ( t ) { if ( Array . isArray ( t ) ) return t } ( t ) || function ( t , e ) { if ( "undefined" != typeof Symbol && Symbol . iterator in Object ( t ) ) { var n = [ ] , i = ! 0 , r = ! 1 , o = void 0 ; try { for ( var a , s = t [ Symbol . iterator ] ( ) ; ! ( i = ( a = s . next ( ) ) . done ) && ( n . push ( a . value ) , ! e || n . length !== e ) ; i = ! 0 ) ; } catch ( t ) { r = ! 0 , o = t } finally { try { i || null == s . return || s . return ( ) } finally { if ( r ) throw o } } return n } } ( t , e ) || function ( t , e ) { if ( t ) { if ( "string" ==
2021-03-17 11:45:22 +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/>.
*
2021-05-30 00:53:04 +03:00
* /e.default=i.a},14:function(t,e){t.exports=n(39)},16:function(t,e){t.exports=n(40)},17:function(t,e){t.exports=n(47)},18:function(t,e){t.exports=n(52)},2:function(t,e,n){"use strict";var i,r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),o=[];function a(t){for(var e=-1,n=0;n<o.length;n++)if(o[n].identifier===t){e=n;break}return e}function s(t,e){for(var n={},i=[],r=0;r<t.length;r++){var s=t[r],A=e.base?s[0]+e.base:s[0],l=n[A]||0,c="".concat(A," ").concat(l);n[A]=l+1;var u=a(c),d={css:s[1],media:s[2],sourceMap:s[3]};-1!==u?(o[u].references++,o[u].updater(d)):o.push({identifier:c,updater:h(d,e),references:1}),i.push(c)}return i}function A(t){var e=document.createElement("style"),i=t.attributes||{};if(void 0===i.nonce){var o=n.nc;o&&(i.nonce=o)}if(Object.keys(i).forEach((function(t){e.setAttribute(t,i[t])})),"function"==typeof t.insert)t.insert(e);else{var a=r(t.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(e)}return e}var l,c=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function u(t,e,n,i){var r=n?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(t.styleSheet)t.styleSheet.cssText=c(e,r);else{var o=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(o,a[e]):t.appendChild(o)}}function d(t,e,n){var i=n.css,r=n.media,o=n.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(i+="\n/ * # sourceMappingURL = data : application / json ; base64 , ".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," * / " ) ) , 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 = i ; 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 ( i ) ) } } v a r p = n u l l , f = 0 ; f u n c t i o n h ( t , e ) { v a r n , i , r ; i f ( e . s i n g l e t o n ) { v a r o = f + + ; n = p | | ( p = A ( e ) ) , i = u . b i n d ( n u l l , n , o , ! 1 ) , r = u . b i n d ( n u l l , n , o , ! 0 ) } e l s e n = A ( e ) , i = d . b i n d ( n u l l , n , e ) , r = f u n c t i o n ( ) { ! f u n c t i o n ( t ) { i f ( n u l l = = = t . p a r e n t N o d e ) r e t u r n ! 1 ; t . p a r e n t N o d e . r e m o v e C h i l d ( t ) } ( n ) } ; r e t u r n i ( t ) , f u n c t i o n ( e ) { i f ( e ) { i f ( e . c s s = = = t . c s s & & e . m e d i a = = = t . m e d i a & & e . 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 ; i ( t = e ) } e l s e r ( ) } } t . e x p o r t s = f u n c t i o n ( t , e ) { ( e = e | | { } ) . s i n g l e t o n | | " b o o l e a n " = = t y p e o f e . s i n g l e t o n | | ( e . s i n g l e t o n = ( v o i d 0 = = = i & & ( i = B o o l e a n ( w i n d o w & & d o c u m e n t & & d o c u m e n t . a l l & & ! w i n d o w . a t o b ) ) , i ) ) ; v a r n = s ( t = t | | [ ] , e ) ; r e t u r n f u n c t i o n ( t ) { i f ( t = t | | [ ] , " [ o b j e c t A r r a y ] " = = = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( t ) ) { f o r ( v a r i = 0 ; i < n . l e n g t h ; i + + ) { v a r r = a ( n [ i ] ) ; o [ r ] . r e f e r e n c e s - - } f o r ( v a r A = s ( t , e ) , l = 0 ; l < n . l e n g t h ; l + + ) { v a r c = a ( n [ l ] ) ; 0 = = = o [ c ] . r e f e r e n c e s & & ( o [ c ] . u p d a t e r ( ) , o . s p l i c e ( c , 1 ) ) } n = A } } } } , 2 2 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 4 8 ) } , 3 : 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 i ( t , e , n , i , r , o , a , s ) { v a r A , l = " f u n c t i o n " = = t y p e o f t ? t . o p t i o n s : t ; i f ( e & & ( l . r e n d e r = e , l . s t a t i c R e n d e r F n s = n , l . _ c o m p i l e d = ! 0 ) , i & & ( l . f u n c t i o n a l = ! 0 ) , o & & ( l . _ s c o p e I d = " d a t a - v - " + o ) , a ? ( A = f u n c t i o n ( t ) { ( t = t | | t h i s . $ v n o d e & & t h i s . $ v n o d e . s s r C o n t e x t | | t h i s . p a r e n t & & t h i s . p a r e n t . $ v n o d e & & t h i s . p a r e n t . $ v n o d e . s s r C o n t e x t ) | | " u n d e f i n e d " = = t y p e o f _ _ V U E _ S S R _ C O N T E X T _ _ | | ( t = _ _ V U E _ S S R _ C O N T E X T _ _ ) , r & & r . c a l l ( t h i s , t ) , t & & t . _ r e g i s t e r e d C o m p o n e n t s & & t . _ r e g i s t e r e d C o m p o n e n t s . a d d ( a ) } , l . _ s s r R e g i s t e r = A ) : r & & ( A = s ? f u n c t i o n ( ) { r . c a l l ( t h i s , ( l . f u n c t i o n a l ? t h i s . p a r e n t : t h i s ) . $ r o o t . $ o p t i o n s . s h a d o w R o o t ) } : r ) , A ) i f ( l . f u n c t i o n a l ) { l . _ i n j e c t S t y l e s = A ; v a r c = l . r e n d e r ; l . r e n d e r = f u n c t i o n ( t , e ) { r e t u r n A . c a l l ( e ) , c ( t , e ) } } e l s e { v a r u = l . b e f o r e C r e a t e ; l . b e f o r e C r e a t e = u ? [ ] . c o n c a t ( u , A ) : [ A ] } r e t u r n { e x p o r t s : t , o p t i o n s : l } } n . d ( e , " a " , ( f u n c t i o n ( ) { r e t u r n i } ) ) } , 3 9 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 2 2 ) , n ( 1 4 ) ; v a r i = n ( 5 ) , r = n . n ( i ) ;
2021-03-17 11:45:22 +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/>.
*
2021-05-30 00:53:04 +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 ( ) | | ( r . 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 ( ) : " " } } } } , 4 0 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 7 0 ) } , 4 9 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 1 6 ) , n ( 6 ) , n ( 1 7 ) , n ( 1 8 ) , n ( 4 0 ) ; v a r i = n ( 3 9 ) , r = ( n ( 1 4 ) , 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 : [ i . 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 } , a r i a L a b e l : { 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 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 = r ( 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 ( ) } } } } } , 5 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 5 ) } , 6 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 2 5 ) } , 9 4 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . p u s h ( [ t . i , " l i . a c t i v e [ d a t a - v - 4 2 b 2 8 4 3 6 ] { b a c k g r o u n d - c o l o r : v a r ( - - c o l o r - b a c k g r o u n d - h o v e r ) } . a c t i o n - - d i s a b l e d [ d a t a - v - 4 2 b 2 8 4 3 6 ] { p o i n t e r - e v e n t s : n o n e ; o p a c i t y : . 5 } . a c t i o n - - d i s a b l e d [ d a t a - v - 4 2 b 2 8 4 3 6 ] : h o v e r , . a c t i o n - - d i s a b l e d [ d a t a - v - 4 2 b 2 8 4 3 6 ] : f o c u s { c u r s o r : d e f a u l t ; o p a c i t y : . 5 } . a c t i o n - - d i s a b l e d * [ d a t a - v - 4 2 b 2 8 4 3 6 ] { o p a c i t y : 1 ! i m p o r t a n t } . a c t i o n - b u t t o n [ d a t a - v - 4 2 b 2 8 4 3 6 ] { d i s p l a y : f l e x ; a l i g n - i t e m s : f l e x - s t a r t ; w i d t h : 1 0 0 % ; h e i g h t : a u t o ; m a r g i n : 0 ; p a d d i n g : 0 ; p a d d i n g - r i g h t : 1 4 p x ; c u r s o r : p o i n t e r ; w h i t e - s p a c e : n o w r a p ; o p a c i t y : . 7 ; 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 : 0 ; b o r d e r - r a d i u s : 0 ; b a c k g r o u n d - c o l o r : t r a n s p a r e n t ; b o x - s h a d o w : n o n e ; f o n t - w e i g h t : n o r m a l ; f o n t - s i z e : v a r ( - - d e f a u l t - f o n t - s i z e ) ; l i n e - h e i g h t : 4 4 p x } . a c t i o n - b u t t o n [ d a t a - v - 4 2 b 2 8 4 3 6 ] : h o v e r , . a c t i o n - b u t t o n [ d a t a - v - 4 2 b 2 8 4 3 6 ] : f o c u s { o p a c i t y : 1 } . a c t i o n - b u t t o n > s p a n [ d a t a - v - 4 2 b 2 8 4 3 6 ] { c u r s o r : p o i n t e r ; w h i t e - s p a c e : n o w r a p } . a c t i o n - b u t t o n _ _ i c o n [ d a t a - v - 4 2 b 2 8 4 3 6 ] { w i d t h : 4 4 p x ; h e i g h t : 4 4 p x ; o p a c i t y : 1 ; b a c k g r o u n d - p o s i t i o n : 1 4 p x c e n t e r ; b a c k g r o u n d - s i z e : 1 6 p x ; b a c k g r o u n d - r e p e a t : n o - r e p e a t } . a c t i o n - b u t t o n . m a t e r i a l - d e s i g n - i c o n [ d a t a - v - 4 2 b 2 8 4 3 6 ] { w i d t h : 4 4 p x ; h e i g h t : 4 4 p x ; o p a c i t y : 1 } . a c t i o n - b u t t o n . m a t e r i a l - d e s i g n - i c o n . m a t e r i a l - d e s i g n - i c o n _ _ s v g [ d a t a - v - 4 2 b 2 8 4 3 6 ] { v e r t i c a l - a l i g n : m i d d l e } . a c t i o n - b u t t o n p [ d a t a - v - 4 2 b 2 8 4 3 6 ] { m a x - w i d t h : 2 2 0 p x ; l i n e - h e i g h t : 1 . 6 e m ; p a d d i n g : 1 0 . 8 p x 0 ; c u r s o r : p o i n t e r ; t e x t - a l i g n : l e f t ; o v e r f l o w : h i d d e n ; t e x t - o v e r f l o w : e l l i p s i s } . a c t i o n - b u t t o n _ _ l o n g t e x t [ d a t a - v - 4 2 b 2 8 4 3 6 ] { c u r s o r : p o i n t e r ; w h i t e - s p a c e : p r e - w r a p } . a c t i o n - b u t t o n _ _ t i t l e [ d a t a - v - 4 2 b 2 8 4 3 6 ] { f o n t - w e i g h t : b o l d ; t e x t - o v e r f l o w : e l l i p s i s ; o v e r f l o w : h i d d e n ; w h i t e - s p a c e : n o w r a p ; m a x - w i d t h : 1 0 0 % ; d i s p l a y : i n l i n e - b l o c k } \ n " , " " , { v e r s i o n : 3 , s o u r c e s : [ " w e b p a c k : / / . / . . / . . / a s s e t s / a c t i o n . s c s s " , " w e b p a c k : / / . / . . / . . / a s s e t s / v a r i a b l e s . s c s s " ] , n a m e s : [ ] , m a p p i n g s : " A A w B C , 2 B A E E , 8 C A A + C , C A C / C , m C A M D , m B A A o B , C A C p B , U C Q m B , C D V p B , k F A I E , c A A e , C A C f , U C K k B , C D V p B , q C A Q E , o B A A q B , C A C r B , g C A O D , Y A A a , C A C b , s B A A u B , C A E v B , U A A W , C A C X , W A A Y , C A C Z , Q A A S , C A C T , S A A U , C A C V , k B C t B 8 C , C D w B 9 C , c A A e , C A C f , k B A A m B , C A E n B , U C j B i B , C D k B j B , 4 B A A 6 B , C A C 7 B , Q A A S , C A C T , e A A g B , C A C h B , 4 B A A 6 B , C A C 7 B , e A A g B , C A E h B , k B A A m B , C A C n B , k C A A m C , C A C n C , g B C 5 C m B , C D s B p B , 4 E A 0 B E , S C 7 B a , C D G f , q C A 8 B E , c A A e , C A C f , k B A A m B , C A C n B , s C A G A , U C z D k B , C D 0 D l B , W C 1 D k B , C D 2 D l B , S C x C a , C D y C b , + B A A w C , C A C x C , o B C z D a , C D 0 D b , 2 B A A 4 B , C A x C 9 B , s D A 4 C E , U C l E k B , C D m E l B , W C n E k B , C D o E l B , S C j D a , C D G f , i F A i D G , q B A A s B , C A j D z B , k C A u D E , e A A g B , C A C h B , i B A A k B , C A G l B , g B A A 8 C , C A E 9 C , c A A e , C A C f , e A A g B , C A G h B , e A A g B , C A C h B , s B A A u B , C A C v B , 0 C A G A , c A A e , C A E f , o B A A q B , C A C r B , u C A G A , g B A A i B , C A C j B , s B A A u B , C A C v B , e A A g B , C A C h B , k B A A m B , C A C n B , c A A e , C A C f , o B A A q B " , s o u r c e s C o n t e n t : [ " / * * \ n * @ c o p y r i g h t C o p y r i g h t ( c ) 2 0 1 9 J o h n M o l a k v o æ < s k j n l d s v @ p r o t o n m a i l . c o m > \ n * \ n * @ a u t h o r J o h n M o l a k v o æ < s k j n l d s v @ p r o t o n m a i l . c o m > \ n * @ a u t h o r M a r c o A m b r o s i n i < m a r c o a m b r o s i n i @ p m . m e > \ n * \ n * @ l i c e n s e G N U A G P L v e r s i o n 3 o r a n y l a t e r v e r s i o n \ n * \ n * T h i s p r o g r a m i s f r e e s o f t w a r e : y o u c a n r e d i s t r i b u t e i t a n d / o r m o d i f y \ n * i t u n d e r t h e t e r m s o f t h e G N U A f f e r o G e n e r a l P u b l i c L i c e n s e a s \ n * p u b l i s h e d b y t h e F r e e S o f t w a r e F o u n d a t i o n , e i t h e r v e r s i o n 3 o f t h e \ n * L i c e n s e , o r
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-26 19:21:30 +03:00
i . VTooltip . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "9737fff" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , i . VTooltip . options . defaultHtml = ! 1 , e . default = i . VTooltip } , 23 : function ( t , e , n ) { "use strict" ; var i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . push ( [ t . i , ".vue-tooltip[data-v-9737fff]{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;opacity:0;line-height:1.6;line-break:auto;filter:drop-shadow(0 1px 10px var(--color-box-shadow))}.vue-tooltip[data-v-9737fff][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-9737fff][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-9737fff][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-9737fff][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-9737fff][aria-hidden='true']{visibility:hidden;transition:opacity .15s, visibility .15s;opacity:0}.vue-tooltip[data-v-9737fff][aria-hidden='false']{visibility:visible;transition:opacity .15s;opacity:1}.vue-tooltip[data-v-9737fff] .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-9737fff] .tooltip-arrow{position:absolute;z-index:1;width:0;height:0;margin:0;border-style:solid;border-color:var(--color-main-background)}\n" , "" , { version : 3 , sources : [ "webpack://./index.scss" ] , names : [ ] , mappings : "AAeA,6BACC,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,SAAU,CACV,aAAc,CACd,QAAS,CAET,eAAgB,CAChB,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,SAAU,CACV,eAAgB,CAEhB,eAAgB,CAChB,sDAAuD,CAhBxD,gEAqBG,QAAS,CACT,YAAa,CACb,eAAgB,CAChB,6BA1Be,CA2Bf,8BAA+B,CAC/B,+BAAgC,CAChC,6BAA8B,CA3BjC,mEAkCG,KAAM,CACN,YAAa,CACb,eAAgB,CAChB,6BAvCe,CAwCf,4BAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAxCjC,kEA+CG,UAAW,CACX,cAAe,CACf,aAAc,CACd,6BAAsD,CACtD,4BAA6B,CAC7B,+BAAgC,CAChC,6BAA8B,CArDjC,iEA4DG,SAAU,CACV,cAAe,CACf,aAAc,CACd,6BAjEe,CAkEf,4BAA6B,CAC7B,8BAA+B,CAC/B,+BAAgC,CAlEnC,iDAwEE,iBAAkB,CAClB,wCAAyC,CACzC,SAAU,CA1EZ,kDA6EE,kBAAmB,CACnB,uBAAwB,CACxB,SAAU,CA/EZ,4CAoFE,eAAgB,CAChB,eAAgB,CAChB,iBAAkB,CAClB,4BAA6B,CAC7B,kCAAmC,CACnC,6CAA8C,CAzFhD,4CA8FE,iBAAkB,CAClB,SAAU,CACV,OAAQ,CACR,QAAS,CACT,QAAS,CACT,kBAAmB,CACnB,yCAA0C" , sourcesContent : [ "$scope_version:\"9737fff\" ; @ import 'variables' ; \ n /**\n* @copyright Copyright (c) 2016, John Molakvoæ <skjnldsv@protonmail.com>\n* @copyright Copyright (c) 2016, Robin Appelman <robin@icewind.nl>\n* @copyright Copyright (c) 2016, Jan-Christoph Borchardt <hey@jancborchardt.net>\n* @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org>\n* @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>\n*\n* Bootstrap v3.3.5 (http://getbootstrap.com)\n* Copyright 2011-2015 Twitter, Inc.\n* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n*/ \ n \ n$arrow - width : 10 px ; \ n \ n . vue - tooltip [ data - v - # { $scope _version } ] { \ n \ tposition : absolute ; \ n \ tz - index : 100000 ; \ n \ tright : auto ; \ n \ tleft : auto ; \ n \ tdisplay : block ; \ n \ tmargin : 0 ; \ n \ t /* default to top */ \ n \ tmargin - top : - 3 px ; \ n \ tpadding : 10 px 0 ; \ n \ ttext - align : left ; \ n \ ttext - align : start ; \ n \ topacity : 0 ; \ n \ tline - height : 1.6 ; \ n \ n \ tline - break : auto ; \ n \ tfilter : drop - shadow ( 0 1 px 10 px var ( -- color - box - shadow ) ) ; \ n \ n \ t // TOP\n\t&[x-placement^='top'] {\n\t\t.tooltip-arrow {\n\t\t\tbottom: 0;\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\t\tborder-width: $arrow-widt
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-26 19:21:30 +03:00
i . VTooltip . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "9737fff" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , i . VTooltip . options . defaultHtml = ! 1 , e . default = i . VTooltip } , function ( t , e ) { t . exports = n ( 48 ) } , function ( t , e , n ) { "use strict" ; var i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . push ( [ t . i , ".vue-tooltip[data-v-9737fff]{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;opacity:0;line-height:1.6;line-break:auto;filter:drop-shadow(0 1px 10px var(--color-box-shadow))}.vue-tooltip[data-v-9737fff][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-9737fff][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-9737fff][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-9737fff][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-9737fff][aria-hidden='true']{visibility:hidden;transition:opacity .15s, visibility .15s;opacity:0}.vue-tooltip[data-v-9737fff][aria-hidden='false']{visibility:visible;transition:opacity .15s;opacity:1}.vue-tooltip[data-v-9737fff] .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-9737fff] .tooltip-arrow{position:absolute;z-index:1;width:0;height:0;margin:0;border-style:solid;border-color:var(--color-main-background)}\n" , "" , { version : 3 , sources : [ "webpack://./index.scss" ] , names : [ ] , mappings : "AAeA,6BACC,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,SAAU,CACV,aAAc,CACd,QAAS,CAET,eAAgB,CAChB,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,SAAU,CACV,eAAgB,CAEhB,eAAgB,CAChB,sDAAuD,CAhBxD,gEAqBG,QAAS,CACT,YAAa,CACb,eAAgB,CAChB,6BA1Be,CA2Bf,8BAA+B,CAC/B,+BAAgC,CAChC,6BAA8B,CA3BjC,mEAkCG,KAAM,CACN,YAAa,CACb,eAAgB,CAChB,6BAvCe,CAwCf,4BAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAxCjC,kEA+CG,UAAW,CACX,cAAe,CACf,aAAc,CACd,6BAAsD,CACtD,4BAA6B,CAC7B,+BAAgC,CAChC,6BAA8B,CArDjC,iEA4DG,SAAU,CACV,cAAe,CACf,aAAc,CACd,6BAjEe,CAkEf,4BAA6B,CAC7B,8BAA+B,CAC/B,+BAAgC,CAlEnC,iDAwEE,iBAAkB,CAClB,wCAAyC,CACzC,SAAU,CA1EZ,kDA6EE,kBAAmB,CACnB,uBAAwB,CACxB,SAAU,CA/EZ,4CAoFE,eAAgB,CAChB,eAAgB,CAChB,iBAAkB,CAClB,4BAA6B,CAC7B,kCAAmC,CACnC,6CAA8C,CAzFhD,4CA8FE,iBAAkB,CAClB,SAAU,CACV,OAAQ,CACR,QAAS,CACT,QAAS,CACT,kBAAmB,CACnB,yCAA0C" , sourcesContent : [ "$scope_version:\"9737fff\" ; @ import 'variables' ; \ n /**\n* @copyright Copyright (c) 2016, John Molakvoæ <skjnldsv@protonmail.com>\n* @copyright Copyright (c) 2016, Robin Appelman <robin@icewind.nl>\n* @copyright Copyright (c) 2016, Jan-Christoph Borchardt <hey@jancborchardt.net>\n* @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org>\n* @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>\n*\n* Bootstrap v3.3.5 (http://getbootstrap.com)\n* Copyright 2011-2015 Twitter, Inc.\n* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n*/ \ n \ n$arrow - width : 10 px ; \ n \ n . vue - tooltip [ data - v - # { $scope _version } ] { \ n \ tposition : absolute ; \ n \ tz - index : 100000 ; \ n \ tright : auto ; \ n \ tleft : auto ; \ n \ tdisplay : block ; \ n \ tmargin : 0 ; \ n \ t /* default to top */ \ n \ tmargin - top : - 3 px ; \ n \ tpadding : 10 px 0 ; \ n \ ttext - align : left ; \ n \ ttext - align : start ; \ n \ topacity : 0 ; \ n \ tline - height : 1.6 ; \ n \ n \ tline - break : auto ; \ n \ tfilter : drop - shadow ( 0 1 px 10 px var ( -- color - box - shadow ) ) ; \ n \ n \ t // TOP\n\t&[x-placement^='top'] {\n\t\t.tooltip-arrow {\n\t\t\tbottom: 0;\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 Marco Ambrosini < marcoambrosini @ pm . me >
*
* @ author Marco Ambrosini < marcoambrosini @ pm . me >
*
* @ 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/>.
*
2021-05-26 19:21:30 +03:00
* / e . d e f a u l t = i . a } , , , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 3 5 ) , n ( 1 4 ) , n ( 1 0 1 ) ; v a r i = n ( 5 ) , r = n . n ( i ) ; e . a = f u n c t i o n ( t , e , n ) { i f ( v o i d 0 ! = = t ) f o r ( v a r i = t . l e n g t h - 1 ; i > = 0 ; i - - ) { v a r o = t [ i ] , a = ! o . c o m p o n e n t O p t i o n s & & o . t a g & & - 1 = = = e . i n d e x O f ( o . t a g ) , s = ! ! o . c o m p o n e n t O p t i o n s & & " s t r i n g " = = t y p e o f o . c o m p o n e n t O p t i o n s . t a g , A = s & & - 1 = = = e . i n d e x O f ( o . c o m p o n e n t O p t i o n s . t a g ) ; ( a | | ! s | | A ) & & ( ( a | | A ) & & r . a . u t i l . w a r n ( " " . c o n c a t ( a ? o . t a g : o . c o m p o n e n t O p t i o n s . t a g , " i s n o t a l l o w e d i n s i d e t h e " ) . c o n c a t ( n . $ o p t i o n s . n a m e , " c o m p o n e n t " ) , n ) , t . s p l i c e ( i , 1 ) ) } } } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 3 6 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 3 7 ) } , , , , , , , , , , , , , , , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) , s = n ( 4 ) , A = n . n ( s ) , l = n ( 8 ) , c = n ( 9 ) , u = n ( 1 0 ) , d = n ( 1 1 ) , p = a ( ) ( r . a ) , f = A ( ) ( l . a ) , h = A ( ) ( c . a ) , g = A ( ) ( u . a ) , m = A ( ) ( d . a ) ; p . 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 - 9 7 3 7 f f f " ; s r c : u r l ( ' + f + " ) ; s r c : u r l ( " + f + ' ) 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 ( ' + h + ' ) f o r m a t ( " w o f f " ) , u r l ( ' + g + ' ) f o r m a t ( " t r u e t y p e " ) , u r l ( ' + m + ' ) f o r m a t ( " s v g " ) } . i c o n [ d a t a - v - 5 4 b a 5 2 7 a ] { 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 [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . a r r o w - l e f t [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; 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 [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . a r r o w - r i g h t [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . b r e a d c r u m b [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . c h e c k m a r k [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . c l o s e [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . c o n f i r m [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . i n f o [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . m e n u [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . m o r e [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . p a u s e [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . p l a y [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . t r i a n g l e - s [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . u s e r - s t a t u s - a w a y [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . u s e r - s t a t u s - d n d [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . u s e r - s t a t u s - i n v i s i b l e [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . i c o n . u s e r - s t a t u s - o n l i n e [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; c o n t e n t : " " } . a c t i o n - i t e m [ d a t a - v - 5 4 b a 5 2 7 a ] { 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 } . a c t i o n - i t e m - - s i n g l e [ d a t a - v - 5 4 b a 5 2 7 a ] : h o v e r , . a c t i o n - i t e m - - s i n g l e [ d a t a - v - 5 4 b a 5 2 7 a ] : f o c u s , . a c t i o n - i t e m - - s i n g l e [ d a t a - v - 5 4 b a 5 2 7 a ] : a c t i v e , . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 5 4 b a 5 2 7 a ] : h o v e r , . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 5 4 b a 5 2 7 a ] : f o c u s , . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 5 4 b a 5 2 7 a ] : a c t i v e { o p a c i t y : 1 ; b a c k g r o u n d - c o l o r : r g b a ( 1 2 7 , 1 2 7 , 1 2 7 , 0 . 2 5 ) } . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 5 4 b a 5 2 7 a ] : d i s a b l e d , . a c t i o n - i t e m - - s i n g l e [ d a t a - v - 5 4 b a 5 2 7 a ] : d i s a b l e d { o p a c i t y : . 3 ! i m p o r t a n t } . a c t i o n - i t e m . a c t i o n - i t e m - - o p e n . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 5 4 b a 5 2 7 a ] { o p a c i t y : 1 ; b a c k g r o u n d - c o l o r : r g b a ( 1 2 7 , 1 2 7 , 1 2 7 , 0 . 2 5 ) } . a c t i o n - i t e m - - s i n g l e [ d a t a - v - 5 4 b a 5 2 7 a ] , . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 5 4 b a 5 2 7 a ] { b o x - s i z i n g : b o r d e r - b o x ; w i d t h : a u t o ; m i n - w i d t h : 4 4 p x ; h e i g h t : 4 4 p x ; m a r g i n : 0 ; p a d d i n g : 1 4 p x ; c u r s o r : p o i n t e r ; b o r d e r : n o n e ; b o r d e r - r a d i u s : 2 2 p x ; b a c k g r o u n d - c o l o r : t r a n s p a r e n t } . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 5 4 b a 5 2 7 a ] { 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 : c e n t e r ; o p a c i t y : . 7 ; f o n t - w e i g h t : b o l d ; l i n e - h e i g h t : 1 6 p x } . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 5 4 b a 5 2 7 a ] s p a n { w i d t h : 1 6 p x ; h e i g h t : 1 6 p x ; l i n e - h e i g h t : 1 6 p x } . a c t i o n - i t e m _ _ m e n u t o g g l e [ d a t a - v - 5 4 b a 5 2 7 a ] : b e f o r e { c o n t e n t : \ ' \ ' } . a c t i o n - i t e m _ _ m e n u t o g g l e - - d e f a u l t - i c o n [ d a t a - v - 5 4 b a 5 2 7 a ] : 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 - 9 7 3 7 f f f " ; 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 ; c o n t e n t : " " } . a c t i o n - i t e m _ _ m e n u t o g g l e - - d e f a u l t - i c o n [ d a t a - v - 5 4 b a 5 2 7 a ] : : b e f o r e { f o n t - s i z e : 1 6 p x } . a c t i o n - i t e m _ _ m e n u t o g g l e - - w i t h - t i t l e [ d a t a - v - 5 4 b a 5 2 7 a ] { p o s i t i o n : r e l a t i v e ; p a d d i n g - l e f t : 4
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +03:00
* / e . d e f a u l t = i . a } , , , , , , , , , , , , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 2 2 ) , n ( 5 1 ) , n ( 6 9 ) , n ( 3 1 ) , n ( 7 1 ) , n ( 2 7 ) , n ( 7 2 ) , n ( 3 8 ) , n ( 6 ) , n ( 4 6 ) , n ( 1 6 ) , n ( 1 7 ) , n ( 1 8 ) , n ( 5 2 ) , n ( 4 1 ) , n ( 1 4 ) ; v a r i = n ( 2 1 ) , r = n ( 3 3 ) , o = n ( 5 0 ) , a = n ( 1 2 ) , s = n ( 4 7 ) ; f u n c t i o n A ( t , e ) { ( n u l l = = e | | e > t . l e n g t h ) & & ( e = t . l e n g t h ) ; f o r ( v a r n = 0 , i = n e w A r r a y ( e ) ; n < e ; n + + ) i [ n ] = t [ n ] ; r e t u r n i } f u n c t i o n l ( t , e ) { v a r n = O b j e c t . k e y s ( t ) ; i f ( O b j e c t . g e t O w n P r o p e r t y S y m b o l s ) { v a r i = O b j e c t . g e t O w n P r o p e r t y S y m b o l s ( t ) ; e & & ( i = i . f i l t e r ( ( f u n c t i o n ( e ) { r e t u r n O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r ( t , e ) . e n u m e r a b l e } ) ) ) , n . p u s h . a p p l y ( n , i ) } r e t u r n n } f u n c t i o n c ( t ) { f o r ( v a r e = 1 ; e < a r g u m e n t s . l e n g t h ; e + + ) { v a r n = n u l l ! = a r g u m e n t s [ e ] ? a r g u m e n t s [ e ] : { } ; e % 2 ? l ( O b j e c t ( n ) , ! 0 ) . f o r E a c h ( ( f u n c t i o n ( e ) { u ( t , e , n [ e ] ) } ) ) : O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r s ? O b j e c t . d e f i n e P r o p e r t i e s ( t , O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r s ( n ) ) : l ( O b j e c t ( n ) ) . f o r E a c h ( ( f u n c t i o n ( e ) { O b j e c t . d e f i n e P r o p e r t y ( t , e , O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r ( n , e ) ) } ) ) } r e t u r n t } f u n c t i o n u ( t , e , n ) { r e t u r n e i n t ? O b j e c t . d e f i n e P r o p e r t y ( t , e , { v a l u e : n , e n u m e r a b l e : ! 0 , c o n f i g u r a b l e : ! 0 , w r i t a b l e : ! 0 } ) : t [ e ] = n , t } v a r d = [ " A c t i o n B u t t o n " , " A c t i o n C h e c k b o x " , " A c t i o n I n p u t " , " A c t i o n L i n k " , " A c t i o n R a d i o " , " A c t i o n R o u t e r " , " A c t i o n S e p a r a t o r " , " A c t i o n T e x t " , " A c t i o n T e x t E d i t a b l e " ] , p = { n a m e : " A c t i o n s " , d i r e c t i v e s : { t o o l t i p : i . d e f a u l t } , c o m p o n e n t s : { P o p o v e r : s . d e f a u l t , V N o d e s : { f u n c t i o n a l : ! 0 , r e n d e r : f u n c t i o n ( t , e ) { r e t u r n e . p r o p s . v n o d e s } } } , p r o p s : { o p e n : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , f o r c e M e n u : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , m e n u T i t l e : { t y p e : S t r i n g , d e f a u l t : n u l l } , p r i m a r y : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , d e f a u l t I c o n : { t y p e : S t r i n g , d e f a u l t : " a c t i o n - i t e m _ _ m e n u t o g g l e - - d e f a u l t - i c o n " } , a r i a L a b e l : { t y p e : S t r i n g , d e f a u l t : O b j e c t ( a . b ) ( " A c t i o n s " ) } , p l a c e m e n t : { t y p e : S t r i n g , d e f a u l t : " b o t t o m " } , b o u n d a r i e s E l e m e n t : { t y p e : E l e m e n t , d e f a u l t : f u n c t i o n ( ) { r e t u r n d o c u m e n t . q u e r y S e l e c t o r ( " b o d y " ) } } , c o n t a i n e r : { t y p e : S t r i n g , d e f a u l t : " b o d y " } , 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 } } , d a t a : f u n c t i o n ( ) { r e t u r n { a c t i o n s : [ ] , o p e n e d : t h i s . o p e n , f o c u s I n d e x : 0 , r a n d o m I d : " m e n u - " + O b j e c t ( r . a ) ( ) , c h i l d r e n : t h i s . $ c h i l d r e n } } , c o m p u t e d : { h a s M u l t i p l e A c t i o n s : f u n c t i o n ( ) { r e t u r n t h i s . a c t i o n s . l e n g t h > 1 } , i s V a l i d S i n g l e A c t i o n : f u n c t i o n ( ) { r e t u r n 1 = = = t h i s . a c t i o n s . l e n g t h & & n u l l ! = = t h i s . f i r s t A c t i o n E l e m e n t } , f i r s t A c t i o n V N o d e : f u n c t i o n ( ) { r e t u r n t h i s . a c t i o n s [ 0 ] } , f i r s t A c t i o n : f u n c t i o n ( ) { r e t u r n t h i s . c h i l d r e n [ 0 ] ? t h i s . c h i l d r e n [ 0 ] : { } } , f i r s t A c t i o n B i n d i n g : f u n c t i o n ( ) { i f ( t h i s . f i r s t A c t i o n V N o d e & & t h i s . f i r s t A c t i o n V N o d e . c o m p o n e n t O p t i o n s ) { v a r t = t h i s . f i r s t A c t i o n V N o d e . c o m p o n e n t O p t i o n s . t a g ; i f ( " A c t i o n L i n k " = = = t ) r e t u r n c ( c ( { i s : " a " , h r e f : t h i s . f i r s t A c t i o n . h r e f , t a r g e t : t h i s . f i r s t A c t i o n . t a r g e t , " a r i a - l a b e l " : t h i s . f i r s t A c t i o n . a r i a L a b e l } , t h i s . f i r s t A c t i o n . $ a t t r s ) , t h i s . f i r s t A c t i o n . $ p r o p s ) ; i f ( " A c t i o n R o u t e r " = = = t ) r e t u r n c ( c ( { i s : " r o u t e r - l i n k " , t o : t h i s . f i r s t A c t i o n . t o , e x a c t : t h i s . f i r s t A c t i o n . e x a c t , " a r i a - l a b e l " : t h i s . f i r s t A c t i o n . a r i a L a b e l } , t h i s . f i r s t A c t i o n . $ a t t r s ) , t h i s . f i r s t A c t i o n . $ p r o p s ) ; i f ( " A c t i o n B u t t o n " = = = t ) r e t u r n c ( c ( { i s : " b u t t o n " , " a r i a - l a b e l " : t h i s . f i r s t A c t i o n . a r i a L a b e l } , t h i s . f i r s t A c t i o n . $ a t t r s ) , t h i s . f i r s t A c t i o n . $ p r o p s ) } r e t u r n n u l l } , f i r s t A c t i o n E v e n t : f u n c t i o n ( ) { v a r t , e , n ; r e t u r n n u l l = = = ( t = t h i s . f i r s t A c t i o n V N o d e ) | | v o i d 0 = = = t | | n u l l = = = ( e = t . c o m p o n e n t O p t i o n s ) | | v o i d 0 = = = e | | n u l l = = = ( n = e . l i s t e n e r s ) | | v o i d 0 = = = n ? v o i d 0 : n . c l i c k } , f i r s t A c t i o n E v e n t B i n d i n g : f u n c t i o n ( ) { r e t u r n t h i s . f i r s t A c t i o n E v e n t ? " c l i c k " : n u l l } , f i r s t A c t i o n I c o n S l o t : f u n c t i o n ( ) { v a r t , e ; r e t u r n n u l l = = = ( t = t h i s . f i r s t A c t i o n ) | | v o i d 0 = = = t | | n u l l = = = ( e = t . $ s l o t s ) | | v o i d 0 = = = e ? v o i d 0 : e . i c o n } , f i r s t A c t i o n C l a s s : f u n c t i o n ( ) { r e t u r n ( ( t h i s . f i r s t A c t i o n V N o d e & & t h i s . f i r s t A c t i o n V N o d e . d a t a . s t a t i c C l a s s ) + " " + ( t h i s . f i r s t A c t i o n V N o d e & & t h i s . f i r s t A c t i o n V N o d e . d a t a . c l a s s ) ) . t r i m ( ) } , i c o n S l o t I s P o p u l a t e d : f u n c t i o n ( ) { r e t u r n ! ! t h i s . $ s l o t s . i c o n } } , w a t c h : { o p e n : f u n c t i o n ( t ) { t ! = = t h i s . o p e n e d & & ( t h i s . o p e n e d = t ) } } , b e f o r e M o u n t : f u n c t i o n ( ) { t h i s . i n i t A c t i o n s ( ) , O b j e c t ( o . a ) ( t h i s . $ s l o t s . d e f a u l t , d , t h i s ) } , b e f o r e U p d a t e : f u n c t i o n ( ) { t h i s . i n i t A c t i o n s ( ) , O b j e c t ( o . a ) ( t h i s . $ s l o t s . d e f a u l t , d , t h i s ) } , m e t h o d s : { o p e n M e n u : f u n c t i o n ( t ) { t h i s . o p e n e d | | ( t h i s . o p e n e d = ! 0 , t h i s . $ e m i t ( " u p d a t e : o p e n " , ! 0 ) , t h i s . $ e m i t ( " o p e n " ) ) } , c l o s e M e n u : f u n c t i o n ( t ) { t h i s . o p e n e d & & ( t h i s . o p e n e d = ! 1 , t h i s . $ e m i t ( " u p d a t e : o p e n " , ! 1 ) , t h i s . $ e m i t ( " c l o s e " ) , t h i s . o p e n e d = ! 1 , t h i s . f o c u s I n d e x = 0 , t h i s . $ r e f s . m e n u B u t t o n . f o c u s ( ) ) } , o n O p e n : f u n c t i o n ( t ) { v a r e = t h i s ; t h i s . $ n e x t T i c k ( ( f u n c t i o n ( ) { e . f o c u s F i r s t A c t i o n ( t ) } ) ) } , o n M o u s e F o c u s A c t i o n : f u n c t i o n ( t )
2021-03-17 11:45:22 +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/>.
*
2021-05-30 00:53:04 +03:00
* /e.default=u},14:function(t,e){t.exports=n(39)},16:function(t,e){t.exports=n(40)},17:function(t,e){t.exports=n(47)},18:function(t,e){t.exports=n(52)},2:function(t,e,n){"use strict";var i,r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),o=[];function a(t){for(var e=-1,n=0;n<o.length;n++)if(o[n].identifier===t){e=n;break}return e}function s(t,e){for(var n={},i=[],r=0;r<t.length;r++){var s=t[r],A=e.base?s[0]+e.base:s[0],l=n[A]||0,c="".concat(A," ").concat(l);n[A]=l+1;var u=a(c),d={css:s[1],media:s[2],sourceMap:s[3]};-1!==u?(o[u].references++,o[u].updater(d)):o.push({identifier:c,updater:h(d,e),references:1}),i.push(c)}return i}function A(t){var e=document.createElement("style"),i=t.attributes||{};if(void 0===i.nonce){var o=n.nc;o&&(i.nonce=o)}if(Object.keys(i).forEach((function(t){e.setAttribute(t,i[t])})),"function"==typeof t.insert)t.insert(e);else{var a=r(t.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(e)}return e}var l,c=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function u(t,e,n,i){var r=n?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(t.styleSheet)t.styleSheet.cssText=c(e,r);else{var o=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(o,a[e]):t.appendChild(o)}}function d(t,e,n){var i=n.css,r=n.media,o=n.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(i+="\n/ * # sourceMappingURL = data : application / json ; base64 , ".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," * / " ) ) , 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 = i ; 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 ( i ) ) } } v a r p = n u l l , f = 0 ; f u n c t i o n h ( t , e ) { v a r n , i , r ; i f ( e . s i n g l e t o n ) { v a r o = f + + ; n = p | | ( p = A ( e ) ) , i = u . b i n d ( n u l l , n , o , ! 1 ) , r = u . b i n d ( n u l l , n , o , ! 0 ) } e l s e n = A ( e ) , i = d . b i n d ( n u l l , n , e ) , r = f u n c t i o n ( ) { ! f u n c t i o n ( t ) { i f ( n u l l = = = t . p a r e n t N o d e ) r e t u r n ! 1 ; t . p a r e n t N o d e . r e m o v e C h i l d ( t ) } ( n ) } ; r e t u r n i ( t ) , f u n c t i o n ( e ) { i f ( e ) { i f ( e . c s s = = = t . c s s & & e . m e d i a = = = t . m e d i a & & e . 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 ; i ( t = e ) } e l s e r ( ) } } t . e x p o r t s = f u n c t i o n ( t , e ) { ( e = e | | { } ) . s i n g l e t o n | | " b o o l e a n " = = t y p e o f e . s i n g l e t o n | | ( e . s i n g l e t o n = ( v o i d 0 = = = i & & ( i = B o o l e a n ( w i n d o w & & d o c u m e n t & & d o c u m e n t . a l l & & ! w i n d o w . a t o b ) ) , i ) ) ; v a r n = s ( t = t | | [ ] , e ) ; r e t u r n f u n c t i o n ( t ) { i f ( t = t | | [ ] , " [ o b j e c t A r r a y ] " = = = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( t ) ) { f o r ( v a r i = 0 ; i < n . l e n g t h ; i + + ) { v a r r = a ( n [ i ] ) ; o [ r ] . r e f e r e n c e s - - } f o r ( v a r A = s ( t , e ) , l = 0 ; l < n . l e n g t h ; l + + ) { v a r c = a ( n [ l ] ) ; 0 = = = o [ c ] . r e f e r e n c e s & & ( o [ c ] . u p d a t e r ( ) , o . s p l i c e ( c , 1 ) ) } n = A } } } } , 2 2 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 4 8 ) } , 3 : 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 i ( t , e , n , i , r , o , a , s ) { v a r A , l = " f u n c t i o n " = = t y p e o f t ? t . o p t i o n s : t ; i f ( e & & ( l . r e n d e r = e , l . s t a t i c R e n d e r F n s = n , l . _ c o m p i l e d = ! 0 ) , i & & ( l . f u n c t i o n a l = ! 0 ) , o & & ( l . _ s c o p e I d = " d a t a - v - " + o ) , a ? ( A = f u n c t i o n ( t ) { ( t = t | | t h i s . $ v n o d e & & t h i s . $ v n o d e . s s r C o n t e x t | | t h i s . p a r e n t & & t h i s . p a r e n t . $ v n o d e & & t h i s . p a r e n t . $ v n o d e . s s r C o n t e x t ) | | " u n d e f i n e d " = = t y p e o f _ _ V U E _ S S R _ C O N T E X T _ _ | | ( t = _ _ V U E _ S S R _ C O N T E X T _ _ ) , r & & r . c a l l ( t h i s , t ) , t & & t . _ r e g i s t e r e d C o m p o n e n t s & & t . _ r e g i s t e r e d C o m p o n e n t s . a d d ( a ) } , l . _ s s r R e g i s t e r = A ) : r & & ( A = s ? f u n c t i o n ( ) { r . c a l l ( t h i s , ( l . f u n c t i o n a l ? t h i s . p a r e n t : t h i s ) . $ r o o t . $ o p t i o n s . s h a d o w R o o t ) } : r ) , A ) i f ( l . f u n c t i o n a l ) { l . _ i n j e c t S t y l e s = A ; v a r c = l . r e n d e r ; l . r e n d e r = f u n c t i o n ( t , e ) { r e t u r n A . c a l l ( e ) , c ( t , e ) } } e l s e { v a r u = l . b e f o r e C r e a t e ; l . b e f o r e C r e a t e = u ? [ ] . c o n c a t ( u , A ) : [ A ] } r e t u r n { e x p o r t s : t , o p t i o n s : l } } n . d ( e , " a " , ( f u n c t i o n ( ) { r e t u r n i } ) ) } , 3 9 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 2 2 ) , n ( 1 4 ) ; v a r i = n ( 5 ) , r = n . n ( i ) ;
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +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 ( ) | | ( r . 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 ( ) : " " } } } } , 4 0 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 7 0 ) } , 4 9 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 1 6 ) , n ( 6 ) , n ( 1 7 ) , n ( 1 8 ) , n ( 4 0 ) ; v a r i = n ( 3 9 ) , r = ( n ( 1 4 ) , 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 : [ i . 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 } , a r i a L a b e l : { 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 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 = r ( 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 ( ) } } } } } , 5 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 5 ) } , 6 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 2 5 ) } , 6 3 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 4 4 ) } } ) } , f u n c t i o n ( t , e , n ) { v a r i = n ( 1 2 ) , r = n ( 1 ) , o = n ( 9 5 ) ; t . e x p o r t s = ! i & & ! r ( ( f u n c t i o n ( ) { r e t u r n 7 ! = O b j e c t . d e f i n e P r o p e r t y ( o ( " d i v " ) , " a " , { g e t : f u n c t i o n ( ) { r e t u r n 7 } } ) . a } ) ) } , f u n c t i o n ( t , e , n ) { v a r i = n ( 0 ) , r = n ( 9 ) , o = i . d o c u m e n t , a = r ( o ) & & r ( o . c r e a t e E l e m e n t ) ; t . e x p o r t s = f u n c t i o n ( t ) { r e t u r n a ? o . c r e a t e E l e m e n t ( t ) : { } } } , f u n c t i o n ( t , e , n ) { v a r i = n ( 1 0 ) , r = n ( 2 3 ) , o = n ( 7 7 ) . i n d e x O f , a = n ( 5 9 ) ; t . e x p o r t s = f u n c t i o n ( t , e ) { v a r n , s = r ( t ) , A = 0 , l = [ ] ; f o r ( n i n s ) ! i ( a , n ) & & i ( s , n ) & & l . p u s h ( n ) ; f o r ( ; e . l e n g t h > A ; ) i ( s , n = e [ A + + ] ) & & ( ~ o ( l , n ) | | l . p u s h ( n ) ) ; r e t u r n l } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r i = n ( 1 ) ; f u n c t i o n r ( t , e ) { r e t u r n R e g E x p ( t , e ) } e . U N S U P P O R T E D _ Y = i ( ( f u n c t i o n ( ) { v a r t = r ( " a " , " y " ) ; r e t u r n t . l a s t I n d e x = 2 , n u l l ! = t . e x e c ( " a b c d " ) } ) ) , e . B R O K E N _ C A R E T = i ( ( f u n c t i o n ( ) { v a r t = r ( " ^ r " , " g y " ) ; r e t u r n t . l a s t I n d e x = 2 , n u l l ! = t . e x e c ( " s t r " ) } ) ) } , f u n c t i o n ( t , e , n ) { v a r i = n ( 3 7 ) ; t . e x p o r t s = i ( " n a v i g a t o r " , " u s e r A g e n t " ) | | " " } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r i = n ( 8 5 ) . c h a r A t ; t . e x p o r t s = f u n c t i o n ( t , e , n ) { r e t u r n e + ( n ? i ( t , e ) . l e n g t h : 1 ) } } , f u n c t i o n ( t , e , n ) { v a r i = n ( 6 2 ) , r = n ( 2 7 ) , o = n ( 3 ) ( " t o S t r i n g T a g " ) , a = " A r g u m e n t s " = = r ( f u n c t i o n ( ) { r e t u r n a r g u m e n t s } ( ) ) ; t . e x p o r t s = i ? r : f u n c t i o n ( t ) { v a r e , n , i ; r e t u r n v o i d 0 = = = t ? " U n d e f i n e d " : n u l l = = = t ? " N u l l " : " s t r i n g " = = t y p e o f ( n = f u n c t i o n ( t , e ) { t r y { r e t u r n t [ e ] } c a t c h ( t ) { } } ( e = O b j e c t ( t ) , o ) ) ? n : a ? r ( e ) : " O b j e c t " = = ( i = r ( e ) ) & & " f u n c t i o n " = = t y p e o f e . c a l l e e ? " A r g u m e n t s " : i } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n . r ( e ) , f u n c t i o n ( t ) { n . d ( e , " V C l o s e P o p o v e r " , ( f u n c t i o n ( ) { r e t u r n s t } ) ) , n . d ( e , " V P o p o v e r " , ( f u n c t i o n ( ) { r e t u r n A t } ) ) , n . d ( e , " V T o o l t i p " , ( f u n c t i o n ( ) { r e t u r n a t } ) ) , n . d ( e , " c r e a t e T o o l t i p " , ( f u n c t i o n ( ) { r e t u r n L } ) ) , n . d ( e , " d e s t r o y T o o l t i p " , ( f u n c t i o n ( ) { r e t u r n P } ) ) , n . d ( e , " i n s t a l l " , ( f u n c t i o n ( ) { r e t u r n o t } ) ) ; v a r i = n ( 1 2 0 ) , r = n . n ( i ) , o = n ( 7 2 ) , a = n . n ( o ) , s = n ( 3 0 5 ) , A = n . n ( s ) , l = n ( 3 0 6 ) , c = n . n ( l ) , u = n ( 2 2 6 ) , d = n ( 3 0 7 ) , p = n . n ( d ) , f = n ( 3 0 8 ) , h = n ( 3 0 9 ) , g = n . n ( h ) , m = f u n c t i o n ( ) { } ; f u n c t i o n v ( t ) { r e t u r n " s t r i n g " = = t y p e o f t & & ( t = t . s p l i t ( " " ) ) , t } f u n c t i o n b ( t , e ) { v a r n , i = v ( e ) ; n = t . c l a s s N a m e i n s t a n c e o f m ? v ( t . c l a s s N a m e . b a s e V a l ) : v ( t . c l a s s N a m e ) , i . f o r E a c h ( ( f u n c t i o n ( t ) { - 1 = = = n . i n d e x O f ( t ) & & n . p u s h ( t ) } ) ) , t i n s t a n c e o f S V G E l e m e n t ? t . s e t A t t r i b u t e ( " c l a s s " , n . j o i n ( " " ) ) : t . c l a s s N a m e = n . j o i n ( " " ) } f u n c t i o n C ( t , e ) { v a r n , i = v ( e ) ; n = t . c l a s s N a m e i n s t a n c e o f m ? v ( t . c l a s s N a m e . b a s e V a l ) : v ( t . c l a s s N a m e ) , i . f o r E a c h ( ( f u n c t i o n ( t ) { v a r e = n . i n d e x O f ( t ) ; - 1 ! = = e & & n . s p l i c e ( e , 1 ) } ) ) , t i n s t a n c e o f S V G E l e m e n t ? t . s e t A t t r i b u t e ( " c l a s s " , n . j o i n ( " " ) ) : t . c l a s s N a m e = n . j o i n ( " " ) } " u n d e f i n e d " ! = t y p e o f w i n d o w & & ( m = w i n d o w . S V G A n i m a t e d S t r i n g ) ; v a r y = ! 1 ; i f ( " u n d e f i n e d " ! = t y p e o f w i n d o w ) { y = ! 1 ; t r y { v a r x = O b j e c t . d e f i n e P r o p e r t y ( { } , " p a s s i v e " , { g e t : f u n c t i o n ( ) { y = ! 0 } } ) ; w i n d o w . a d d E v e n t L i s t e n e r ( " t e s t " , n u l l , x ) } c a t c h ( t ) { } } f u n c t i o n w ( t , e ) { v a r n = O b j e c t . k e y s ( t ) ; i f ( O b j e c t . g e t O w n P r o p e r t y S y m b o l s ) { v a r i = O b j e c t . g e t O w n P r o p e r t y S y m b o l s ( t ) ; e & & ( i = i . f i l t e r ( ( f u n c t i o n ( e ) { r e t u r n O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r ( t , e ) . e n u m e r a b l e } ) ) ) , n . p u s h . a p p l y ( n , i ) } r e t u r n n } f u n c t i o n B ( t ) { f o r ( v a r e = 1 ; e < a r g u m e n t s . l e n g t h ; e + + ) { v a r n = n u l l ! = a r g u m e n t s [ e ] ? a r g u m e n t s [ e ] : { } ; e % 2 ? w ( O b j e c t ( n ) , ! 0 ) . f o r E a c h ( ( f u n c t i o n ( e ) { a ( ) ( t , e , n [ e ] ) } ) ) : O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r s ? O b j e c t . d e f i n e P r o p e r t i e s ( t , O b j e c t . g e t O w n P r o p
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-26 19:21:30 +03:00
i . VTooltip . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "9737fff" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , i . VTooltip . options . defaultHtml = ! 1 , e . default = i . VTooltip } , function ( t , e ) { t . exports = n ( 48 ) } , function ( t , e , n ) { "use strict" ; var i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . push ( [ t . i , ".vue-tooltip[data-v-9737fff]{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;opacity:0;line-height:1.6;line-break:auto;filter:drop-shadow(0 1px 10px var(--color-box-shadow))}.vue-tooltip[data-v-9737fff][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-9737fff][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-9737fff][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-9737fff][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-9737fff][aria-hidden='true']{visibility:hidden;transition:opacity .15s, visibility .15s;opacity:0}.vue-tooltip[data-v-9737fff][aria-hidden='false']{visibility:visible;transition:opacity .15s;opacity:1}.vue-tooltip[data-v-9737fff] .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-9737fff] .tooltip-arrow{position:absolute;z-index:1;width:0;height:0;margin:0;border-style:solid;border-color:var(--color-main-background)}\n" , "" , { version : 3 , sources : [ "webpack://./index.scss" ] , names : [ ] , mappings : "AAeA,6BACC,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,SAAU,CACV,aAAc,CACd,QAAS,CAET,eAAgB,CAChB,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,SAAU,CACV,eAAgB,CAEhB,eAAgB,CAChB,sDAAuD,CAhBxD,gEAqBG,QAAS,CACT,YAAa,CACb,eAAgB,CAChB,6BA1Be,CA2Bf,8BAA+B,CAC/B,+BAAgC,CAChC,6BAA8B,CA3BjC,mEAkCG,KAAM,CACN,YAAa,CACb,eAAgB,CAChB,6BAvCe,CAwCf,4BAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAxCjC,kEA+CG,UAAW,CACX,cAAe,CACf,aAAc,CACd,6BAAsD,CACtD,4BAA6B,CAC7B,+BAAgC,CAChC,6BAA8B,CArDjC,iEA4DG,SAAU,CACV,cAAe,CACf,aAAc,CACd,6BAjEe,CAkEf,4BAA6B,CAC7B,8BAA+B,CAC/B,+BAAgC,CAlEnC,iDAwEE,iBAAkB,CAClB,wCAAyC,CACzC,SAAU,CA1EZ,kDA6EE,kBAAmB,CACnB,uBAAwB,CACxB,SAAU,CA/EZ,4CAoFE,eAAgB,CAChB,eAAgB,CAChB,iBAAkB,CAClB,4BAA6B,CAC7B,kCAAmC,CACnC,6CAA8C,CAzFhD,4CA8FE,iBAAkB,CAClB,SAAU,CACV,OAAQ,CACR,QAAS,CACT,QAAS,CACT,kBAAmB,CACnB,yCAA0C" , sourcesContent : [ "$scope_version:\"9737fff\" ; @ import 'variables' ; \ n /**\n* @copyright Copyright (c) 2016, John Molakvoæ <skjnldsv@protonmail.com>\n* @copyright Copyright (c) 2016, Robin Appelman <robin@icewind.nl>\n* @copyright Copyright (c) 2016, Jan-Christoph Borchardt <hey@jancborchardt.net>\n* @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org>\n* @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>\n*\n* Bootstrap v3.3.5 (http://getbootstrap.com)\n* Copyright 2011-2015 Twitter, Inc.\n* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n*/ \ n \ n$arrow - width : 10 px ; \ n \ n . vue - tooltip [ data - v - # { $scope _version } ] { \ n \ tposition : absolute ; \ n \ tz - index : 100000 ; \ n \ tright : auto ; \ n \ tleft : auto ; \ n \ tdisplay : block ; \ n \ tmargin : 0 ; \ n \ t /* default to top */ \ n \ tmargin - top : - 3 px ; \ n \ tpadding : 10 px 0 ; \ n \ ttext - align : left ; \ n \ ttext - align : start ; \ n \ topacity : 0 ; \ n \ tline - height : 1.6 ; \ n \ n \ tline - break : auto ; \ n \ tfilter : drop - shadow ( 0 1 px 10 px var ( -- color - box - shadow ) ) ; \ n \ n \ t // TOP\n\t&[x-placement^='top'] {\n\t\t.tooltip-arrow {\n\t\t\tbottom: 0;\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2020 Georg Ehrke < georg - nextcloud @ ehrke . email >
*
* @ author Georg Ehrke < georg - nextcloud @ ehrke . email >
*
* @ 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/>.
*
2021-05-27 08:58:14 +03:00
* / v a r p = { d a t a : f u n c t i o n ( ) { r e t u r n { h a s S t a t u s : ! 1 , u s e r S t a t u s : { s t a t u s : n u l l , m e s s a g e : n u l l , i c o n : n u l l } } } , m e t h o d s : { f e t c h U s e r S t a t u s : f u n c t i o n ( t ) { v a r e , n = t h i s ; r e t u r n ( e = 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 ( ) { v a r i , r , o , a , s , d , p , f , h ; 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 : i f ( i = O b j e c t ( c . g e t C a p a b i l i t i e s ) ( ) , O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( i , " u s e r _ s t a t u s " ) & & i . u s e r _ s t a t u s . e n a b l e d ) { e . n e x t = 3 ; b r e a k } r e t u r n e . a b r u p t ( " r e t u r n " ) ; c a s e 3 : i f ( O b j e c t ( u . g e t C u r r e n t U s e r ) ( ) ) { e . n e x t = 5 ; b r e a k } r e t u r n e . a b r u p t ( " r e t u r n " ) ; c a s e 5 : r e t u r n e . p r e v = 5 , e . n e x t = 8 , A . a . g e t ( O b j e c t ( l . g e n e r a t e O c s U r l ) ( " a p p s / u s e r _ s t a t u s / a p i / v 1 " , 2 ) + " s t a t u s e s / " . c o n c a t ( e n c o d e U R I C o m p o n e n t ( t ) ) ) ; c a s e 8 : r = e . s e n t , o = r . d a t a , a = o . o c s . d a t a , s = a . s t a t u s , d = a . m e s s a g e , p = a . i c o n , n . u s e r S t a t u s . s t a t u s = s , n . u s e r S t a t u s . m e s s a g e = d | | " " , n . u s e r S t a t u s . i c o n = p | | " " , n . h a s S t a t u s = ! 0 , e . n e x t = 2 2 ; b r e a k ; c a s e 1 7 : i f ( e . p r e v = 1 7 , e . t 0 = e . c a t c h ( 5 ) , 4 0 4 ! = = e . t 0 . r e s p o n s e . s t a t u s | | 0 ! = = ( n u l l = = = ( f = e . t 0 . r e s p o n s e . d a t a . o c s ) | | v o i d 0 = = = f | | n u l l = = = ( h = f . d a t a ) | | v o i d 0 = = = h ? v o i d 0 : h . l e n g t h ) ) { e . n e x t = 2 1 ; b r e a k } r e t u r n e . a b r u p t ( " r e t u r n " ) ; c a s e 2 1 : c o n s o l e . e r r o r ( e . t 0 ) ; c a s e 2 2 : c a s e " e n d " : r e t u r n e . s t o p ( ) } } ) , e , n u l l , [ [ 5 , 1 7 ] ] ) } ) ) , f u n c t i o n ( ) { v a r t = 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 ( i , r ) { v a r o = e . a p p l y ( t , n ) ; f u n c t i o n a ( t ) { d ( o , i , r , a , s , " n e x t " , t ) } f u n c t i o n s ( t ) { d ( o , i , r , a , s , " t h r o w " , t ) } a ( v o i d 0 ) } ) ) } ) ( ) } } } ;
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +03:00
* / } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 3 5 ) } , , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 2 0 0 ) } , , , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 3 6 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 3 7 ) } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . p u s h ( [ t . i , " \ n b u t t o n . m e n u i t e m [ d a t a - v - f e b e d 9 b 6 ] { \ n \ t t e x t - a l i g n : l e f t ; \ n } \ n b u t t o n . m e n u i t e m * [ d a t a - v - f e b e d 9 b 6 ] { \ n \ t c u r s o r : p o i n t e r ; \ n } \ n b u t t o n . m e n u i t e m [ d a t a - v - f e b e d 9 b 6 ] : d i s a b l e d { \ n \ t o p a c i t y : 0 . 5 ! i m p o r t a n t ; \ n \ t c u r s o r : d e f a u l t ; \ n } \ n b u t t o n . m e n u i t e m : d i s a b l e d * [ d a t a - v - f e b e d 9 b 6 ] { \ n \ t c u r s o r : d e f a u l t ; \ n } \ n . m e n u i t e m . a c t i v e [ d a t a - v - f e b e d 9 b 6 ] { \ n \ t b o x - s h a d o w : i n s e t 2 p x 0 v a r ( - - c o l o r - p r i m a r y ) ; \ n \ t b o r d e r - r a d i u s : 0 ; \ n } \ n " , " " , { v e r s i o n : 3 , s o u r c e s : [ " w e b p a c k : / / . / P o p o v e r M e n u I t e m . v u e " ] , n a m e s : [ ] , m a p p i n g s : " ; A A m L A ; C A C A , g B A A A ; A A C A ; A A E A ; C A C A , e A A A ; A A C A ; A A E A ; C A C A , u B A A A ; C A C A , e A A A ; A A C A ; A A E A ; C A C A , e A A A ; A A C A ; A A E A ; C A C A , 4 C A A A ; C A C A , g B A A A ; A A C A " , s o u r c e s C o n t e n t : [ ' \ x 3 c ! - - \ n - @ c o p y r i g h t C o p y r i g h t ( c ) 2 0 1 8 J o h n M o l a k v o æ < s k j n l d s v @ p r o t o n m a i l . c o m > \ n - \ n - @ a u t h o r J o h n M o l a k v o æ < s k j n l d s v @ p r o t o n m a i l . c o m > \ n - \ n - @ l i c e n s e G N U A G P L v e r s i o n 3 o r a n y l a t e r v e r s i o n \ n - \ n - T h i s p r o g r a m i s f r e e s o f t w a r e : y o u c a n r e d i s t r i b u t e i t a n d / o r m o d i f y \ n - i t u n d e r t h e t e r m s o f t h e G N U A f f e r o G e n e r a l P u b l i c L i c e n s e a s \ n - p u b l i s h e d b y t h e F r e e S o f t w a r e F o u n d a t i o n , e i t h e r v e r s i o n 3 o f t h e \ n - L i c e n s e , o r ( a t y o u r o p t i o n ) a n y l a t e r v e r s i o n . \ n - \ n - T h i s p r o g r a m i s d i s t r i b u t e d i n t h e h o p e t h a t i t w i l l b e u s e f u l , \ n - b u t W I T H O U T A N Y W A R R A N T Y ; w i t h o u t e v e n t h e i m p l i e d w a r r a n t y o f \ n - M E R C H A N T A B I L I T Y o r F I T N E S S F O R A P A R T I C U L A R P U R P O S E . S e e t h e \ n - G N U A f f e r o G e n e r a l P u b l i c L i c e n s e f o r m o r e d e t a i l s . \ n - \ n - Y o u s h o u l d h a v e r e c e i v e d a c o p y o f t h e G N U A f f e r o G e n e r a l P u b l i c L i c e n s e \ n - a l o n g w i t h t h i s p r o g r a m . I f n o t , s e e < h t t p : / / w w w . g n u . o r g / l i c e n s e s / > . \ n - \ n - - \ x 3 e \ n \ n < t e m p l a t e > \ n \ t < l i c l a s s = " p o p o v e r _ _ m e n u i t e m " > \ n \ t \ t \ x 3 c ! - - I f i t e m . h r e f i s s e t , a l i n k w i l l b e d i r e c t l y u s e d - - \ x 3 e \ n \ t \ t < a v - i f = " i t e m . h r e f " \ n \ t \ t \ t : h r e f = " ( i t e m . h r e f ) ? i t e m . h r e f : \ ' # \ ' " \ n \ t \ t \ t : t a r g e t = " ( i t e m . t a r g e t ) ? i t e m . t a r g e t : \ ' \ ' " \ n \ t \ t \ t : d o w n l o a d = " i t e m . d o w n l o a d " \ n \ t \ t \ t c l a s s = " f o c u s a b l e " \ n \ t \ t \ t r e l = " n o r e f e r r e r n o o p e n e r " \ n \ t \ t \ t @ c l i c k = " a c t i o n " > \ n \ t \ t \ t < s p a n v - i f = " ! i c o n I s U r l " : c l a s s = " i t e m . i c o n " / > \ n \ t \ t \ t < i m g v - e l s e : s r c = " i t e m . i c o n " > \ n \ t \ t \ t < p v - i f = " i t e m . t e x t & & i t e m . l o n g t e x t " > \ n \ t \ t \ t \ t < s t r o n g c l a s s = " m e n u i t e m - t e x t " > \ n \ t \ t \ t \ t \ t { { i t e m . t e x t } } \ n \ t \ t \ t \ t < / s t r o n g > < b r > \ n \ t \ t \ t \ t < s p a n c l a s s = " m e n u i t e m - t e x t - d e t a i l " > \ n \ t \ t \ t \ t \ t { { i t e m . l o n g t e x t } } \ n \ t \ t \ t \ t < / s p a n > \ n \ t \ t \ t < / p > \ n \ t \ t \ t < s p a n v - e l s e - i f = " i t e m . t e x t " > \ n \ t \ t \ t \ t { { i t e m . t e x t } } \ n \ t \ t \ t < / s p a n > \ n \ t \ t \ t < p v - e l s e - i f = " i t e m . l o n g t e x t " > \ n \ t \ t \ t \ t { { i t e m . l o n g t e x t } } \ n \ t \ t \ t < / p > \ n \ t \ t < / a > \ n \ n \ t \ t \ x 3 c ! - - I f i t e m . i n p u t i s s e t i n s t e a d , a n p u t w i l l b e u s e d - - \ x 3 e \ n \ t \ t < s p a n v - e l s e - i f = " i t e m . i n p u t " c l a s s = " m e n u i t e m " : c l a s s = " { a c t i v e : i t e m . a c t i v e } " > \ n \ t \ t \ t \ x 3 c ! - - d o e s n o t s h o w i f i n p u t i s c h e c k b o x - - \ x 3 e \ n \ t \ t \ t < s p a n v - i f = " i t e m . i n p u t ! = = \ ' c h e c k b o x \ ' " : c l a s s = " i t e m . i c o n " / > \ n \ n \ t \ t \ t \ x 3 c ! - - o n l y s h o w s i f i n p u t i s t e x t - - \ x 3 e \ n \ t \ t \ t < f o r m v - i f = " i t e m . i n p u t = = = \ ' t e x t \ ' " \ n \ t \ t \ t \ t : c l a s s = " i t e m . i n p u t " \ n \ t \ t \ t \ t @ s u b m i t . p r e v e n t = " i t e m . a c t i o n " > \ n \ t \ t \ t \ t < i n p u t : t y p e = " i t e m . i n p u t " \ n \ t \ t \ t \ t \ t : v a l u e = " i t e m . v a l u e " \ n \ t \ t \ t \ t \ t : p l a c e h o l d e r = " i t e m . t e x t " \ n \ t \ t \ t \ t \ t r e q u i r e d > \ n \ t \ t \ t \ t < i n p u t t y p e = " s u b m i t " v a l u e = " " c l a s s = " i c o n - c o n f i r m " > \ n \ t \ t \ t < / f o r m > \ n \ n \ t \ t \ t \ x 3 c ! - - c h e c k b o x - - \ x 3 e \ n \ t \ t \ t < t e m p l a t e v - e l s e > \ n \ t \ t \ t \ t \ x 3 c ! - - e s l i n t - d i s a b l e - n e x t - l i n e - - \ x 3 e \ n \ t \ t \ t \ t < i n p u t : i d = " k e y " v - m o d e l = " i t e m . m o d e l " \ n \ t \ t \ t \ t \ t : t y p e = " i t e m . i n p u t " \ n \ t \ t \ t \ t \ t : c l a s s = " i t e m . i n p u t " \ n \ t \ t \ t \ t \ t @ c h a n g e = " i t e m . a c t i o n " > \ n \ t \ t \ t \ t < l a b e l : f o r = " k e y " @ c l i c k . s t o p . p r e v e n t = " i t e m . a c t i o n " > \ n \ t \ t \ t \ t \ t { { i t e m . t e x t } } \ n \ t \ t \ t \ t < / l a b e l > \ n \ t \ t \ t < / t e m p l a t e > \ n \ t \ t < / s p a n > \ n \ n \ t \ t \ x 3 c ! - - I f i t e m . a c t i o n i s s e t i n s t e a d , a b u t t o n w i l l b e u s e d - - \ x 3 e \ n \ t \ t < b u t t o n v - e l s e - i f = " i t e m . a c t i o n " \ n \ t \ t \ t c l a s s = " m e n u i t e m f o c u s a b l e " \ n \ t \ t \ t : c l a s s = " { a c t i v e : i t e m . a c t i v e } " \ n \ t \ t \ t : d i s a b l e d = " i t e m . d i s a b l e d " \ n \ t \ t \ t @ c l i c k . s t o p . p r e v e n t = " i t e m . a c t i o n " > \ n \ t \ t \ t < s p a n : c l a s s = " i t e m . i c o n " / > \ n \ t \ t \ t < p v - i f = " i t e m . t e x t & & i t e m . l o n g t e x t " > \ n \ t \ t \ t \ t < s t r o n g c l a s s = " m e n u i t e m - t e x t " > \ n \ t \ t \ t \ t \ t { { i t e m . t e x t } } \ n \ t \ t \ t \ t < / s t r o n g > < b r > \ n \ t \ t \ t \ t < s p a n c l a s s = " m e n
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-26 19:21:30 +03:00
function i ( t , e , n ) { this . r = t , this . g = e , this . b = n } function r ( t , e , n ) { var r = [ ] ; r . 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 ) , l = parseInt ( e . b + o [ 2 ] * a , 10 ) ; r . push ( new i ( s , A , l ) ) } return r } n ( 35 ) , e . a = function ( t ) { t || ( t = 6 ) ; var e = new i ( 182 , 70 , 157 ) , n = new i ( 221 , 203 , 85 ) , o = new i ( 0 , 130 , 201 ) , a = r ( t , e , n ) , s = r ( t , n , o ) , A = r ( t , o , e ) ; return a . concat ( s ) . concat ( A ) } } , function ( t , e , n ) { "use strict" ; var i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) , s = n ( 4 ) , A = n . n ( s ) , l = n ( 8 ) , c = n ( 9 ) , u = n ( 10 ) , d = n ( 11 ) , p = a ( ) ( r . a ) , f = A ( ) ( l . a ) , h = A ( ) ( c . a ) , g = A ( ) ( u . a ) , m = A ( ) ( d . a ) ; p . push ( [ t . i , '@font-face{font-family:"iconfont-vue-9737fff";src:url(' + f + ");src:url(" + f + ') format("embedded-opentype"),url(' + h + ') format("woff"),url(' + g + ') format("truetype"),url(' + m + ' ) format ( "svg" ) } . icon [ data - v - 5 baa2f3a ] { font - style : normal ; font - weight : 400 } . icon . arrow - left - double [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . arrow - left [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . arrow - right - double [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . arrow - right [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . breadcrumb [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . checkmark [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . close [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . confirm [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . info [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . menu [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . more [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . pause [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . play [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . triangle - s [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . user - status - away [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . user - status - dnd [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . user - status - invisible [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . user - status - online [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . avatardiv [ data - v - 5 baa2f3a ] { position : relative ; display : inline - block } . avatardiv -- unknown [ data - v - 5 baa2f3a ] { position : relative ; background - color : var ( -- color - text - maxcontrast ) } . avatardiv [ data - v - 5 baa2f3a ] : not ( . avatardiv -- unknown ) { background - color : # fff ! important ; box - shadow : 0 0 5 px rgba ( 0 , 0 , 0 , 0.05 ) inset } body . theme -- dark . avatardiv [ data - v - 5 baa2f3a ] : not ( . avatardiv -- unknown ) { background - color : # 000 ! important } . avatardiv -- with - menu [ data - v - 5 baa2f3a ] { cursor : pointer } . avatardiv -- with - menu [ data - v - 5 baa2f3a ] . trigger { position : absolute ; top : 0 ; left : 0 } . avatardiv -- with - menu . icon - more [ data - v - 5 baa2f3a ] { display : flex ; cursor : pointer ; opacity : 0 ; background : none ; font - size : 18 px ; align - items : center ; justify - content : center } . avatardiv -- with - menu . icon - more [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; font - style : normal ; font - weight : 400 ; content : "" } . avatardiv -- with - menu . icon - more [ data - v - 5 baa2f3a ] : : before { display : block } . avatardiv -- with - menu : focus . icon - more [ data - v - 5 baa2f3a ] , . avatardiv -- with - menu : hover . icon - more [ data - v - 5 baa2f3a ] { opacity : 1 } . avatardiv -- with - menu : focus img [ data - v - 5 baa2f3a ] , . avatardiv -- with - menu : hover img [ data - v - 5 baa2f3a ] { opacity : 0.3 } . avatardiv -- with - menu . icon - more [ data - v - 5 baa2f3a ] , . avatardiv -- with - menu img [ data - v - 5 baa2f3a ] { transition : opacity var ( -- animation - quick ) } . avatardiv > . unknown [ data - v - 5 baa2f3a ] { position : absolute ; top : 0 ; left : 0 ; display : block ; width : 100 % ; text - align : center ; font - weight : normal ; color : var ( -- color - main - background ) } . avatardiv img [ data - v - 5 baa2f3a ] { width : 100 % ; height : 100 % ; object - fit : cover } . avatardiv . avatardiv _ _status [ data - v - 5 b
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2020 Raimund Schlüßler < raimund . schluessler @ mailbox . org >
*
* @ author Raimund Schlüßler < raimund . schluessler @ mailbox . org >
*
* @ 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/>.
*
2021-05-30 00:53:04 +03:00
* / e . a = f u n c t i o n ( t , e ) { f o r ( v a r n = [ ] , i = 0 , r = t . t o L o w e r C a s e ( ) . i n d e x O f ( e . t o L o w e r C a s e ( ) , i ) , o = 0 ; r > - 1 & & o < t . l e n g t h ; ) i = r + e . l e n g t h , n . p u s h ( { s t a r t : r , e n d : i } ) , r = t . t o L o w e r C a s e ( ) . i n d e x O f ( e . t o L o w e r C a s e ( ) , r + 1 ) , o + + ; r e t u r n n } } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 7 3 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 7 4 ) } , , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n . r ( e ) , n ( 1 5 ) , n ( 9 8 ) , n ( 9 3 ) , n ( 2 4 ) , n ( 6 9 ) , n ( 3 1 ) , n ( 5 1 ) , n ( 7 1 ) , n ( 2 7 ) , n ( 7 2 ) ; v a r i = n ( 7 0 ) ; f u n c t i o n r ( t , e ) { v a r n = O b j e c t . k e y s ( t ) ; i f ( O b j e c t . g e t O w n P r o p e r t y S y m b o l s ) { v a r i = O b j e c t . g e t O w n P r o p e r t y S y m b o l s ( t ) ; e & & ( i = i . f i l t e r ( ( f u n c t i o n ( e ) { r e t u r n O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r ( t , e ) . e n u m e r a b l e } ) ) ) , n . p u s h . a p p l y ( n , i ) } r e t u r n n } f u n c t i o n o ( t ) { f o r ( v a r e = 1 ; e < a r g u m e n t s . l e n g t h ; e + + ) { v a r n = n u l l ! = a r g u m e n t s [ e ] ? a r g u m e n t s [ e ] : { } ; e % 2 ? r ( O b j e c t ( n ) , ! 0 ) . f o r E a c h ( ( f u n c t i o n ( e ) { a ( t , e , n [ e ] ) } ) ) : O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r s ? O b j e c t . d e f i n e P r o p e r t i e s ( t , O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r s ( n ) ) : r ( O b j e c t ( n ) ) . f o r E a c h ( ( f u n c t i o n ( e ) { O b j e c t . d e f i n e P r o p e r t y ( t , e , O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r ( n , e ) ) } ) ) } r e t u r n t } f u n c t i o n a ( t , e , n ) { r e t u r n e i n t ? O b j e c t . d e f i n e P r o p e r t y ( t , e , { v a l u e : n , e n u m e r a b l e : ! 0 , c o n f i g u r a b l e : ! 0 , w r i t a b l e : ! 0 } ) : t [ e ] = n , t } v a r s = { n a m e : " H i g h l i g h t " , p r o p s : { t e x t : { t y p e : S t r i n g , d e f a u l t : " " } , s e a r c h : { t y p e : S t r i n g , d e f a u l t : " " } , h i g h l i g h t : { 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 [ ] } } } , c o m p u t e d : { r a n g e s : f u n c t i o n ( ) { v a r t = t h i s , e = [ ] ; r e t u r n t h i s . s e a r c h | | 0 ! = = t h i s . h i g h l i g h t . l e n g t h ? ( e = t h i s . h i g h l i g h t . l e n g t h > 0 ? t h i s . h i g h l i g h t : O b j e c t ( i . a ) ( t h i s . t e x t , t h i s . s e a r c h ) ) . r e d u c e ( ( f u n c t i o n ( e , n ) { r e t u r n n . s t a r t < t . t e x t . l e n g t h & & n . e n d > 0 & & e . p u s h ( { s t a r t : n . s t a r t < 0 ? 0 : n . s t a r t , e n d : n . e n d > t . t e x t . l e n g t h ? t . t e x t . l e n g t h : n . e n d } ) , e } ) , [ ] ) : e } , c h u n k s : f u n c t i o n ( ) { i f ( 0 = = = t h i s . r a n g e s . l e n g t h ) r e t u r n [ { s t a r t : 0 , e n d : t h i s . t e x t . l e n g t h , h i g h l i g h t : ! 1 , t e x t : t h i s . t e x t } ] ; f o r ( v a r t = [ ] , e = 0 , n = 0 ; e < t h i s . t e x t . l e n g t h ; ) { v a r i = t h i s . r a n g e s [ n ] ; i . s t a r t ! = = e ? ( t . p u s h ( { s t a r t : e , e n d : i . s t a r t , h i g h l i g h t : ! 1 , t e x t : t h i s . t e x t . s u b s t r ( e , i . s t a r t - e ) } ) , e = i . s t a r t ) : ( t . p u s h ( o ( o ( { } , i ) , { } , { h i g h l i g h t : ! 0 , t e x t : t h i s . t e x t . s u b s t r ( i . s t a r t , i . e n d - i . s t a r t ) } ) ) , n + + , e = i . e n d , n > = t h i s . r a n g e s . l e n g t h & & e < t h i s . t e x t . l e n g t h & & ( t . p u s h ( { s t a r t : e , e n d : t h i s . t e x t . l e n g t h , h i g h l i g h t : ! 1 , t e x t : t h i s . t e x t . s u b s t r ( e , t h i s . t e x t . l e n g t h - e ) } ) , e = t h i s . t e x t . l e n g t h ) ) } r e t u r n t } } , r e n d e r : f u n c t i o n ( t ) { r e t u r n t h i s . r a n g e s . l e n g t h ? t ( " s p a n " , { } , t h i s . c h u n k s . m a p ( ( f u n c t i o n ( e ) { r e t u r n e . h i g h l i g h t ? t ( " s t r o n g " , { } , e . t e x t ) : e . t e x t } ) ) ) : t ( " s p a n " , { } , t h i s . t e x t ) } } , A = n ( 3 ) , l = n ( 7 8 ) , c = n . n ( l ) , u = O b j e c t ( A . a ) ( s , v o i d 0 , v o i d 0 , ! 1 , n u l l , n u l l , n u l l ) ; " f u n c t i o n " = = t y p e o f c . a & & c ( ) ( u ) ; v a r d = u . e x p o r t s ;
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2020 Raimund Schlüßler < raimund . schluessler @ mailbox . org >
*
* @ author Raimund Schlüßler < raimund . schluessler @ mailbox . org >
*
* @ 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/>.
*
2021-05-27 08:58:14 +03:00
* /e.default=d},function(t,e,n){"use strict";function i(t,e){var n;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/ ^ ( ? : Ui | I ) nt ( ? : 8 | 16 | 32 ) ( ? : Clamped ) ? Array $ / . test ( n ) ? r ( t , e ) : void 0 } } ( t ) ) || e && t && "number" == typeof t . length ) { n && ( t = n ) ; var i = 0 , o = function ( ) { } ; return { s : o , n : function ( ) { return i >= t . length ? { done : ! 0 } : { done : ! 1 , value : t [ i ++ ] } } , e : function ( t ) { throw t } , f : o } } throw new TypeError ( "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method." ) } var a , s = ! 0 , A = ! 1 ; return { s : function ( ) { n = t [ Symbol . iterator ] ( ) } , n : function ( ) { var t = n . next ( ) ; return s = t . done , t } , e : function ( t ) { A = ! 0 , a = t } , f : function ( ) { try { s || null == n . return || n . return ( ) } finally { if ( A ) throw a } } } } function r ( t , e ) { ( null == e || e > t . length ) && ( e = t . length ) ; for ( var n = 0 , i = new Array ( e ) ; n < e ; n ++ ) i [ n ] = t [ n ] ; return i }
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2020 Georg Ehrke < georg - nextcloud @ ehrke . email >
*
* @ author Georg Ehrke < georg - nextcloud @ ehrke . email >
*
* @ 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/>.
*
2021-05-27 08:58:14 +03:00
* / n . r ( e ) , n ( 4 1 ) , n ( 6 ) , n ( 1 4 ) , n ( 5 2 ) , n ( 1 7 ) , n ( 3 1 ) , n ( 3 8 ) , n ( 4 6 ) , n ( 1 6 ) , n ( 1 8 ) , e . d e f a u l t = { p r o p s : { e x c l u d e C l i c k O u t s i d e C l a s s e s : { t y p e : S t r i n g | 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 [ ] } } } , m e t h o d s : { c l i c k O u t s i d e M i d d l e w a r e : f u n c t i o n ( t ) { v a r e = A r r a y . i s A r r a y ( t h i s . e x c l u d e C l i c k O u t s i d e C l a s s e s ) ? t h i s . e x c l u d e C l i c k O u t s i d e C l a s s e s : [ t h i s . e x c l u d e C l i c k O u t s i d e C l a s s e s ] ; r e t u r n 0 = = = e . l e n g t h | | ! t h i s . h a s N o d e O r A n y P a r e n t C l a s s ( t . t a r g e t , e ) } , h a s N o d e O r A n y P a r e n t C l a s s : f u n c t i o n ( t , e ) { v a r n , r = i ( e ) ; t r y { f o r ( r . s ( ) ; ! ( n = r . n ( ) ) . d o n e ; ) { v a r o , a = n . v a l u e ; i f ( n u l l ! = t & & n u l l ! = = ( o = t . c l a s s L i s t ) & & v o i d 0 ! = = o & & o . c o n t a i n s ( a ) ) r e t u r n ! 0 } } c a t c h ( t ) { r . e ( t ) } f i n a l l y { r . f ( ) } r e t u r n ! ! t . p a r e n t E l e m e n t & & t h i s . h a s N o d e O r A n y P a r e n t C l a s s ( t . p a r e n t E l e m e n t , e ) } } } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n . r ( e ) ,
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-27 08:58:14 +03:00
e . default = { data : function ( ) { return { isFullscreen : this . _isFullscreen ( ) } } , beforeMount : function ( ) { window . addEventListener ( "resize" , this . _onResize ) } , beforeDestroy : function ( ) { window . removeEventListener ( "resize" , this . _onResize ) } , methods : { _onResize : function ( ) { this . isFullscreen = this . _isFullscreen ( ) } , _isFullscreen : function ( ) { return window . outerHeight === screen . height } } } } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 6 ) , n ( 26 ) , n ( 16 ) , n ( 17 ) , n ( 18 ) , n ( 40 ) ; var i = { 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 ) } } } , r = n ( 2 ) , o = n . n ( r ) , a = n ( 53 ) , s = ( o ( ) ( a . a , { insert : "head" , singleton : ! 1 } ) , a . a . locals , n ( 54 ) ) , A = ( o ( ) ( s . a , { insert : "head" , singleton : ! 1 } ) , s . a . locals , n ( 3 ) ) , l = { name : "PopoverMenu" , components : { PopoverMenuItem : Object ( A . a ) ( i , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { staticClass : "popover__menuitem" } , [ 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 , i = e . target , r = ! ! i . checked ; if ( Array . isArray ( n ) ) { var o = t . _i ( n , null ) ; i . 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" , r ) } , 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 ( "br" )
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +03:00
* /e.default=f},function(t,e){},function(t,e){t.exports=n(145)},function(t,e,n){"use strict";n.r(e),n(58),n(30),n(89),n(103),n(104),n(35),n(24),n(57),n(6),n(59);var i=n(86),r=n(42),o=n(77),a=n(34),s=n(29),A=n(37),l=n.n(A),c=n(13),u=n(21),d=n(84),p=n(45),f=n(28);function h(t,e,n,i,r,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(i,r)}function g(t){return function(){var e=this,n=arguments;return new Promise((function(i,r){var o=t.apply(e,n);function a(t){h(o,i,r,a,s,"next",t)}function s(t){h(o,i,r,a,s,"throw",t)}a(void 0)}))}}var m=Object(i.getBuilder)("nextcloud").persist().build();function v(t){var e=m.getItem("user-has-avatar."+t);return"string"==typeof e?Boolean(e):null}function b(t,e){t&&m.setItem("user-has-avatar."+t,e)}var C={name:"Avatar",directives:{tooltip:u.default,ClickOutside:r.directive},components:{Popover:f.a,PopoverMenu:o.default},mixins:[p.e],props:{url:{type:String,default:void 0},iconClass:{type:String,default:void 0},user:{type:String,default:void 0},showUserStatus:{type:Boolean,default:!0},showUserStatusCompact:{type:Boolean,default:!0},preloadedUserStatus:{type:Object,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" } , menuContainer : { type : String , default : "body" } } , data : function ( ) { return { avatarUrlLoaded : null , avatarSrcSetLoaded : null , userDoesNotExist : ! 1 , isAvatarLoaded : ! 1 , isMenuLoaded : ! 1 , contactsMenuLoading : ! 1 , contactsMenuActions : [ ] , contactsMenuOpenState : ! 1 } } , computed : { canDisplayUserStatus : function ( ) { return this . showUserStatus && this . hasStatus && [ "online" , "away" , "dnd" ] . includes ( this . userStatus . status ) } , showUserStatusIconOnAvatar : function ( ) { return this . showUserStatus && this . showUserStatusCompact && this . hasStatus && "dnd" !== this . userStatus . status && this . userStatus . icon } , 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 ( ) { var t ; return ! this . disableMenu && ( this . isMenuLoaded ? this . menu . length > 0 : ! ( this . user === ( null === ( t = Object ( a . getCurrentUser ) ( ) ) || void 0 === t ? void 0 : t . 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 = Object ( d . default ) ( 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 ( ) { var t ; if ( this . shouldShowPlaceholder ) { var e = this . getUserIdentifier , n = e . indexOf ( " " ) ; "" === e ? t = "?" : ( t = String . fromCodePoint ( e . codePointAt ( 0 ) ) , - 1 !== n && ( t = t . concat ( String . fromCodePoint ( e . codePointAt ( n + 1 ) ) ) ) ) } return t . toUpperCase ( ) } , menu : function ( ) { var t , e , n , i = this . contactsMenuActions . map ( ( function ( t ) { return { href : t . hyperlink , icon : t . icon , longtext : t . title } } ) ) ; return this . showUserStatus && ( this . userStatus . icon || this . userStatus . message ) ? [ { href : "#" , icon : "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><text x='0' y='14' font-size='14'>" . concat ( ( t = this . userStatus . icon , e = document . createTextNode ( t ) , n = document . createElement ( "p" ) , n . appendChild ( e ) , n . innerHTML ) , "</text></svg>" ) , text : "" . concat ( this . userStatus . message ) } ] . concat ( i ) : i } } , watch : { url : function ( ) { this . userDoesNotExist = ! 1 , this . loadAvatar
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +03:00
* / e . d e f a u l t = M } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 2 0 5 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 2 0 6 ) } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ;
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +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("9737fff"),"")}))}},function(t,e,n){"use strict";n.r(e),n(15),n(92),n(25);var i=n(81),r=n.n(i),o=n(64);e.default=function(t){var e=t.toLowerCase();return null===e.match(/ ^ ( [ 0 - 9 a - f ] { 4 } - ? ) { 8 } $ / ) && ( e = r ( ) ( e ) ) , e = e . replace ( /[^0-9a-f]/g , "" ) , Object ( o . a ) ( 6 ) [ function ( t , e ) { for ( var n = 0 , i = [ ] , r = 0 ; r < t . length ; r ++ ) i . push ( parseInt ( t . charAt ( r ) , 16 ) % 16 ) ; for ( var o in i ) n += i [ o ] ; return parseInt ( parseInt ( n , 10 ) % 18 , 10 ) } ( e ) ] } } , , function ( t , e ) { t . exports = n ( 207 ) } , function ( t , e , n ) { "use strict" ; var i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . push ( [ t . i , ".option[data-v-28d338d4]{display:flex;align-items:center;width:100%;height:var(--height)}.option__avatar[data-v-28d338d4]{margin-right:var(--margin)}.option__details[data-v-28d338d4]{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0}.option__lineone[data-v-28d338d4]{color:var(--color-text-light)}.option__linetwo[data-v-28d338d4]{opacity:.7}.option__lineone[data-v-28d338d4],.option__linetwo[data-v-28d338d4]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:1.1em}.option__lineone strong[data-v-28d338d4],.option__linetwo strong[data-v-28d338d4]{font-weight:bold}.option__icon[data-v-28d338d4]{flex:0 0 44px;width:44px;height:44px;opacity:.5;background-position:center;background-size:16px}\n" , "" , { version : 3 , sources : [ "webpack://./ListItemIcon.vue" , "webpack://./../../assets/variables.scss" ] , names : [ ] , mappings : "AAwOA,yBACC,YAAa,CACb,kBAAmB,CACnB,UAAW,CACX,oBAAqB,CAErB,iCACC,0BAA2B,CAC3B,kCAGA,YAAa,CACb,QAAS,CACT,qBAAsB,CACtB,sBAAuB,CACvB,WAAY,CACZ,kCAGA,6BAA8B,CAC9B,kCAEA,UCnNiB,CDoNjB,oEAGA,eAAgB,CAChB,kBAAmB,CACnB,sBAAuB,CACvB,iBAAkB,CALlB,kFAOC,gBAAiB,CACjB,+BAID,aCnPmB,CDoPnB,UCpPmB,CDqPnB,WCrPmB,CDsPnB,UCrOmB,CDsOnB,0BAA2B,CAC3B,oBAAqB" , sourcesContent : [ "$scope_version:\"9737fff\"; @import 'variables';\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n.option {\n\tdisplay: flex;\n\talign-items: center;\n\twidth: 100%;\n\theight: var(--height);\n\n\t&__avatar {\n\t\tmargin-right: var(--margin);\n\t}\n\n\t&__details {\n\t\tdisplay: flex;\n\t\tflex: 1 1;\n\t\tflex-direction: column;\n\t\tjustify-content: center;\n\t\tmin-width: 0;\n\t}\n\n\t&__lineone {\n\t\tcolor: var(--color-text-light);\n\t}\n\t&__linetwo {\n\t\topacity: $opacity_normal;\n\t}\n\t&__lineone,\n\t&__linetwo {\n\t\toverflow: hidden;\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t\tline-height: 1.1em;\n\t\tstrong {\n\t\t\tfont-weight: bold;\n\t\t}\n\t}\n\n\t&__icon {\n\t\tflex: 0 0 $clickable-area;\n\t\twidth: $clickable-area;\n\t\theight: $clickable-area;\n\t\topacity: $opacity_disabled;\n\t\tbackground-position: center;\n\t\tbackground-size: 16px;\n\t}\n}\n\n" , " /**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */ \ n \ n /
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2020 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/>.
*
2021-05-26 19:21:30 +03:00
* / e . d e f a u l t = f } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 3 0 ) , n ( 2 4 ) , n ( 5 7 ) , n ( 4 1 ) , n ( 3 1 ) , n ( 3 8 ) , n ( 6 ) , n ( 4 6 ) , n ( 1 6 ) , n ( 1 7 ) , n ( 1 8 ) ; v a r i = n ( 1 0 8 ) , r = n . n ( i ) , o = ( n ( 1 4 ) , n ( 1 5 ) , n ( 7 9 ) , n ( 9 8 ) , n ( 7 4 ) ) , a = n ( 7 0 ) , s = { n a m e : " E l l i p s i s e d O p t i o n " , c o m p o n e n t s : { H i g h l i g h t : o . d e f a u l t } , p r o p s : { o p t i o n : { t y p e : [ S t r i n g , O b j e c t ] , r e q u i r e d : ! 0 , d e f a u l t : " " } , l a b e l : { t y p e : S t r i n g , d e f a u l t : " " } , s e a r c h : { t y p e : S t r i n g , d e f a u l t : " " } , n a m 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 : { n e e d s T r u n c a t e : f u n c t i o n ( ) { r e t u r n t h i s . n a m e & & t h i s . n a m e . l e n g t h > = 1 0 } , s p l i t : f u n c t i o n ( ) { r e t u r n t h i s . n a m e . l e n g t h - M a t h . m i n ( M a t h . f l o o r ( t h i s . n a m e . l e n g t h / 2 ) , 1 0 ) } , p a r t 1 : f u n c t i o n ( ) { r e t u r n t h i s . n e e d s T r u n c a t e ? t h i s . n a m e . s u b s t r ( 0 , t h i s . s p l i t ) : t h i s . n a m e } , p a r t 2 : f u n c t i o n ( ) { r e t u r n t h i s . n e e d s T r u n c a t e ? t h i s . n a m e . s u b s t r ( t h i s . s p l i t ) : " " } , h i g h l i g h t 1 : f u n c t i o n ( ) { r e t u r n t h i s . s e a r c h ? O b j e c t ( a . a ) ( t h i s . n a m e , t h i s . s e a r c h ) : [ ] } , h i g h l i g h t 2 : f u n c t i o n ( ) { v a r t = t h i s ; r e t u r n t h i s . h i g h l i g h t 1 . m a p ( ( f u n c t i o n ( e ) { r e t u r n { s t a r t : e . s t a r t - t . s p l i t , e n d : e . e n d - t . s p l i t } } ) ) } } } , A = n ( 2 ) , l = n . n ( A ) , c = n ( 9 6 ) , u = ( l ( ) ( c . a , { i n s e r t : " h e a d " , s i n g l e t o n : ! 1 } ) , c . a . l o c a l s , n ( 3 ) ) , d = O b j e c t ( u . a ) ( s , ( f u n c t i o n ( ) { v a r t = t h i s , e = t . $ c r e a t e E l e m e n t , n = t . _ s e l f . _ c | | e ; r e t u r n n ( " d i v " , { s t a t i c C l a s s : " n a m e - p a r t s " , a t t r s : { t i t l e : t . n a m e } } , [ n ( " H i g h l i g h t " , { s t a t i c C l a s s : " n a m e - p a r t s _ _ f i r s t " , a t t r s : { t e x t : t . p a r t 1 , s e a r c h : t . s e a r c h , h i g h l i g h t : t . h i g h l i g h t 1 } } ) , t . _ v ( " " ) , t . p a r t 2 ? n ( " H i g h l i g h t " , { s t a t i c C l a s s : " n a m e - p a r t s _ _ l a s t " , a t t r s : { t e x t : t . p a r t 2 , s e a r c h : t . s e a r c h , h i g h l i g h t : t . h i g h l i g h t 2 } } ) : t . _ e ( ) ] , 1 ) } ) , [ ] , ! 1 , n u l l , " f 8 5 5 c 4 b 8 " , n u l l ) . e x p o r t s , p = n ( 6 1 ) , f = n ( 9 9 ) , h = n ( 2 1 ) ; f u n c t i o n g ( t ) { r e t u r n ( g = " 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 ) } v a r m = { n a m e : " M u l t i s e l e c t " , c o m p o n e n t s : { E l l i p s i s e d O p t i o n : d , L i s t I t e m I c o n : f . d e f a u l t , V u e M u l t i s e l e c t : r . a } , d i r e c t i v e s : { t o o l t i p : h . d e f a u l t } , m i x i n s : [ p . a ] , i n h e r i t A t t r s : ! 1 , p r o p s : { v a l u e : { d e f a u l t : f u n c t i o n ( ) { r e t u r n [ ] } } , m u l t i p l e : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , l i m i t : { t y p e : N u m b e r , d e f a u l t : 9 9 9 9 9 } , l a b e l : { t y p e : S t r i n g , d e f a u l t : " " } , t r a c k B y : { t y p e : S t r i n g , d e f a u l t : " " } , o p t i o n s : { t y p e : A r r a y , r e q u i r e d : ! 0 } , u s e r S e l e c t : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , l o a d i n g : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , a u t o L i m i t : { t y p e : B o o l e a n , d e f a u l t : ! 0 } , t a g W i d t h : { t y p e : N u m b e r , d e f a u l t : 1 5 0 , 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 > 0 } } } , d a t a : f u n c t i o n ( ) { r e t u r n { e l W i d t h : 0 } } , c o m p u t e d : { m a x O p t i o n s : f u n c t i o n ( ) { i f ( t h i s . a u t o L i m i t & & t h i s . e l W i d t h > 0 & & 0 ! = = t h i s . t a g W i d t h ) { v a r t = M a t h . f l o o r ( t h i s . e l W i d t h / t h i s . t a g W i d t h ) ; r e t u r n t > 0 ? t : 1 } r e t u r n t h i s . l i m i t ? t h i s . l i m i t : 9 9 9 9 } , l i m i t S t r i n g : f u n c t i o n ( ) { r e t u r n " + " . c o n c a t ( t h i s . v a l u e . l e n g t h - t h i s . m a x O p t i o n s ) } , l o c a l V a l u e : { g e t : f u n c t i o n ( ) { r e t u r n t h i s . t r a c k B y & & t h i s . o p t i o n s & & " o b j e c t " ! = = g ( t h i s . v a l u e ) & & t h i s . o p t i o n s [ t h i s . v a l u e ] ? t h i s . o p t i o n s [ t h i s . v a l u e ] : t h i s . v a l u e } , s e t : f u n c t i o n ( t ) { t h i s . $ e m i t ( " u p d a t e : v a l u e " , t ) , t h i s . $ e m i t ( " c h a n g e " , t ) } } } , w a t c h : { v a l u e : f u n c t i o n ( ) { t h i s . u p d a t e W i d t h ( ) } } , m o u n t e d : f u n c t i o n ( ) { t h i s . u p d a t e W i d t h ( ) , w i n d o w . a d d E v e n t L i s t e n e r ( " r e s i z e " , t h i s . u p d a t e W i d t h ) } , b e f o r e D e s t r o y : f u n c t i o n ( ) { w i n d o w . r e m o v e E v e n t L i s t e n e r ( " r e s i z e " , t h i s . u p d a t e W i d t h ) } , m e t h o d s : { g e t O p t i o n L a b e l : f u n c t i o n ( t ) { v a r e ; r e t u r n S t r i n g ( n u l l = = = ( e = t h i s . $ r e f s . V u e M u l t i s e l e c t ) | | v o i d 0 = = = e ? v o i d 0 : e . g e t O p t i o n L a b e l ( t ) ) } , f o r m a t L i m i t T i t l e : f u n c t i o n ( t ) { v a r e = t h i s ; i f ( A r r a y . i s A r r a y ( t ) & & t . l e n g t h > 0 ) { v a r n = t ; r e t u r n " o b j e c t " = = = g ( t [ 0 ] ) & & ( n = t . m a p ( ( f u n c t i o n ( t ) { r e t u r n t [ e . l a b e l ] } ) ) ) , n . s l i c e ( t h i s . m a x O p t i o n s ) . j o i n ( " , " ) } r e t u r n " " } , u p d a t e W i d t h : f u n c t i o n ( ) { t h i s . $ e l & & t h i s . $ e l . q u e r y S e l e c t o r ( " . m u l t i s e l e c t _ _ t a g s - w r a p " ) & & ( t h i s . e l W i d t h = t h i s . $ e l . q u e r y S e l e c t o r ( " . m u l t i s e l e c t _ _ t a g s - w r a p " ) . o f f s e t W i d t h - 1 0 ) } } } , v = n ( 9 7 ) , b = n . n ( v ) , C = O b j e c t ( u . a ) ( m , ( 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 ( " V u e M u l t i s e l e c t " , t . _ g ( t . _ b ( { r e f : " V u e M u l t i s e l e c t " , c l a s s : [ { " i c o n - l o a d i n g - s m a l l " : t . l o a d i n g } , t . m u l t i p l e ? " m u l t i s e l e c t - - m u l t i p l e " : " m u l t i s e l e c t - - s i n g l e " ] , a t t r s : { o p t i o n s : t . o p t i o n s , l i m i t : t . m a x O p t i o n s , " c l o s e - o n - s e l e c t " : ! t . m u l t i p l e , m u l t i p l e : t . m u l t i p l e , l a b e l : t . l a b e l , " t r a c k - b y " : t . t r a c k B y , " t a g - p l a c e h o l d e r " : " c r e a t e " } , s c o p e d S l o t s : t . _ u ( [ { k e y : " o p t i o n " , f n : f u n c t i o n ( e ) { r e t u r n [ t . u s e r S e l e c t & & ! t . $ s c o p e d S l o t s . o p t i o n ? n ( " L i s t I t e m I c o n " , t . _ b ( { a t t r s : { t i t l e : e . o p t i o n [ t . l a b e l ] , s e a r c h : e . s e a r c h } } , " L i s t I t e m I c o n " , e . o p t i o n , ! 1 ) ) : t . $ s c o p e d S l o t s . o p t i o n ? t . _ t ( " o p t i o n " , n u l l , n u l l , e ) : n ( "
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-26 19:21:30 +03:00
Object ( i . a ) ( r . a ) , e . default = r . a } , function ( t , e ) { t . exports = n ( 302 ) } ] ) } , function ( t , e ) { function n ( t , e , n ) { var i , r , o , a , s ; function A ( ) { var l = Date . now ( ) - a ; l < e && l >= 0 ? i = setTimeout ( A , e - l ) : ( i = null , n || ( s = t . apply ( o , r ) , o = r = null ) ) } null == e && ( e = 100 ) ; var l = function ( ) { o = this , r = arguments , a = Date . now ( ) ; var l = n && ! i ; return i || ( i = setTimeout ( A , e ) ) , l && ( s = t . apply ( o , r ) , o = r = null ) , s } ; return l . clear = function ( ) { i && ( clearTimeout ( i ) , i = null ) } , l . flush = function ( ) { i && ( s = t . apply ( o , r ) , o = r = null , clearTimeout ( i ) , i = null ) } , l } n . debounce = n , t . exports = n } , function ( t , e , n ) { window , t . exports = function ( t ) { var e = { } ; function n ( i ) { if ( e [ i ] ) return e [ i ] . exports ; var r = e [ i ] = { i : i , l : ! 1 , exports : { } } ; return t [ i ] . call ( r . exports , r , r . exports , n ) , r . l = ! 0 , r . exports } return n . m = t , n . c = e , n . d = function ( t , e , i ) { n . o ( t , e ) || Object . defineProperty ( t , e , { enumerable : ! 0 , get : i } ) } , 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 i = Object . create ( null ) ; if ( n . r ( i ) , Object . defineProperty ( i , "default" , { enumerable : ! 0 , value : t } ) , 2 & e && "string" != typeof t ) for ( var r in t ) n . d ( i , r , function ( e ) { return t [ e ] } . bind ( null , r ) ) ; return i } , 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 = "/dist/" , n ( n . s = 199 ) } ( { 0 : function ( t , e , n ) { "use strict" ; function i ( t , e ) { return function ( t ) { if ( Array . isArray ( t ) ) return t } ( t ) || function ( t , e ) { if ( "undefined" != typeof Symbol && Symbol . iterator in Object ( t ) ) { var n = [ ] , i = ! 0 , r = ! 1 , o = void 0 ; try { for ( var a , s = t [ Symbol . iterator ] ( ) ; ! ( i = ( a = s . next ( ) ) . done ) && ( n . push ( a . value ) , ! e || n . length !== e ) ; i = ! 0 ) ; } catch ( t ) { r = ! 0 , o = t } finally { try { i || null == s . return || s . return ( ) } finally { if ( r ) throw o } } return n } } ( t , e ) || function ( t , e ) { if ( t ) { if ( "string" == typeof t ) return r ( t , e ) ; var n = Object . prototype . toString . call ( t ) . slice ( 8 , - 1 ) ; return "Object" === n && t . constructor && ( n = t . constructor . name ) , "Map" === n || "Set" === n ? Array . from ( t ) : "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/ . test ( n ) ? r ( t , e ) : void 0 } } ( t , e ) || function ( ) { throw new TypeError ( "Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method." ) } ( ) } function r ( t , e ) { ( null == e || e > t . length ) && ( e = t . length ) ; for ( var n = 0 , i = new Array ( e ) ; n < e ; n ++ ) i [ n ] = t [ n ] ; return i } t . exports = function ( t ) { var e = i ( t , 4 ) , n = e [ 1 ] , r = e [ 3 ] ; if ( "function" == typeof btoa ) { var o = btoa ( unescape ( encodeURIComponent ( JSON . stringify ( r ) ) ) ) , a = "sourceMappingURL=data:application/json;charset=utf-8;base64," . concat ( o ) , s = "/*# " . concat ( a , " */" ) , A = r . sources . map ( ( function ( t ) { return "/*# sourceURL=" . concat ( r . sourceRoot || "" ) . concat ( t , " */" ) } ) ) ; return [ n ] . concat ( A ) . concat ( [ s ] ) . join ( "\n" ) } return [ n ] . join ( "\n" ) } } , 1 : function ( t , e , n ) { "use strict" ; t . exports = function ( t ) { var e = [ ] ; return e . toString = function ( ) { return this . map ( ( function ( e ) { var n = t ( e ) ; return e [ 2 ] ? "@media " . concat ( e [ 2 ] , " {" ) . concat ( n , "}" ) : n } ) ) . join ( "" ) } , e . i = function ( t , n , i ) { "string" == typeof t && ( t = [ [ null , t , "" ] ] ) ; var r = { } ; if ( i ) for ( var o = 0 ; o < this . length ; o ++ ) { var a = this [ o ] [ 0 ] ; null != a && ( r [ a ] = ! 0 ) } for ( var s = 0 ; s < t . length ; s ++ ) { var A = [ ] . concat ( t [ s ] ) ; i && r [ A [ 0 ] ] || ( n && ( A [ 2 ] ? A [ 2 ] = "" . concat ( n , " and " ) . concat ( A [ 2 ] ) : A [ 2 ] = n ) , e . push ( A ) ) } } , e } } , 14 : function ( t , e ) { t . exports = n ( 39 ) } , 143 : function ( t , e , n ) { "use strict" ; var i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . push ( [ t . i , " li . active [ data - v - 90 adea72 ] { background - color : var ( -- color - background - hover ) } . action - text [ data - v - 90 adea72 ] { display : flex ; align - items : flex - start ; width : 100 % ; height : auto ; margin : 0 ; padding : 0 ; padding - right : 14 px ; 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 ; font - size : var ( -- default - font - size ) ; line - height : 44 px } . action - text [ data - v - 90 adea72 ] : hover , . action - text [ data - v - 90 adea72 ] : focus { opacity : 1 } . action - text > span [ data - v - 90 adea72 ] { cursor : pointer ; white - space : nowrap } . action - text _ _icon [ data - v - 90 adea72 ] { width : 44 px ; height : 44 px ; opacity : 1 ; background - positio
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +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 ( ) | | ( r . 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 ( ) : " " } } } } , 4 0 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 7 0 ) } , 4 9 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 1 6 ) , n ( 6 ) , n ( 1 7 ) , n ( 1 8 ) , n ( 4 0 ) ; v a r i = n ( 3 9 ) , r = ( n ( 1 4 ) , 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 : [ i . 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 } , a r i a L a b e l : { 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 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 = r ( 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 ( ) } } } } } , 5 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 5 ) } , 6 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 2 5 ) } } ) } , f u n c t i o n ( t , e , n ) { w i n d o w , t . e x p o r t s = f u n c t i o n ( t ) { v a r e = { } ; f u n c t i o n n ( i ) { i f ( e [ i ] ) r e t u r n e [ i ] . e x p o r t s ; v a r r = e [ i ] = { i : i , l : ! 1 , e x p o r t s : { } } ; r e t u r n t [ i ] . c a l l ( r . e x p o r t s , r , r . e x p o r t s , n ) , r . l = ! 0 , r . e x p o r t s } r e t u r n n . m = t , n . c = e , n . d = f u n c t i o n ( t , e , i ) { n . o ( t , e ) | | O b j e c t . d e f i n e P r o p e r t y ( t , e , { e n u m e r a b l e : ! 0 , g e t : i } ) } , n . r = f u n c t i o n ( t ) { " u n d e f i n e d " ! = t y p e o f S y m b o l & & S y m b o l . t o S t r i n g T a g & & O b j e c t . d e f i n e P r o p e r t y ( t , S y m b o l . t o S t r i n g T a g , { v a l u e : " M o d u l e " } ) , O b j e c t . d e f i n e P r o p e r t y ( t , " _ _ e s M o d u l e " , { v a l u e : ! 0 } ) } , n . t = f u n c t i o n ( t , e ) { i f ( 1 & e & & ( t = n ( t ) ) , 8 & e ) r e t u r n t ; i f ( 4 & e & & " o b j e c t " = = t y p e o f t & & t & & t . _ _ e s M o d u l e ) r e t u r n t ; v a r i = O b j e c t . c r e a t e ( n u l l ) ; i f ( n . r ( i ) , O b j e c t . d e f i n e P r o p e r t y ( i , " d e f a u l t " , { e n u m e r a b l e : ! 0 , v a l u e : t } ) , 2 & e & & " s t r i n g " ! = t y p e o f t ) f o r ( v a r r i n t ) n . d ( i , r , f u n c t i o n ( e ) { r e t u r n t [ e ] } . b i n d ( n u l l , r ) ) ; r e t u r n i } , n . n = f u n c t i o n ( t ) { v a r e = t & & t . _ _ e s M o d u l e ? f u n c t i o n ( ) { r e t u r n t . d e f a u l t } : f u n c t i o n ( ) { r e t u r n t } ; r e t u r n n . d ( e , " a " , e ) , e } , n . o = f u n c t i o n ( t , e ) { r e t u r n O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( t , e ) } , n . p = " / d i s t / " , n ( n . s = 1 9 5 ) } ( { 0 : 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 i ( t , e ) { r e t u r n f u n c t i o n ( t ) { i f ( A r r a y . i s A r r a y ( t ) ) r e t u r n t } ( t ) | | f u n c t i o n ( t , e ) { i f ( " u n d e f i n e d " ! = t y p e o f S y m b o l & & S y m b o l . i t e r a t o r i n O b j e c t ( t ) ) { v a r n = [ ] , i = ! 0 , r = ! 1 , o = v o i d 0 ; t r y { f o r ( v a r a , s = t [ S y m b o l . i t e r a t o r ] ( ) ; ! ( i = ( a = s . n e x t ( ) ) . d o n e ) & & ( n . p u s h ( a . v a l u e ) , ! e | | n . l e n g t h ! = = e ) ; i = ! 0 ) ; } c a t c h ( t ) { r = ! 0 , o = t } f i n a l l y { t r y { i | | n u l l = = s . r e t u r n | | s . r e t u r n ( ) } f i n a l l y { i f ( r ) t h r o w o } } r e t u r n n } } ( t , e ) | | f u n c t i o n ( t , e ) { i f ( t ) { i f ( " s t r i n g " = = t y p e o f t ) r e t u r n r ( t , e ) ; v a r n = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( t ) . s l i c e ( 8 , - 1 ) ; r e t u r n " O b j e c t " = = = n & & t . c o n s t r u c t o r & & ( n = t . c o n s t r u c t o r . n a m e ) , " M a p " = = = n | | " S e t " = = = n ? A r r a y . f r o m ( t ) : " A r g u m e n t s " = = = n | | / ^ ( ? : U i | I ) n t ( ? : 8 | 1 6 | 3 2 ) ( ? : C l a m p e d ) ? A r r a y $ / . t e s t ( n ) ? r ( t , e ) : v o i d 0 } } ( t , e ) | | f u n c t i o n ( ) { t h r o w n e w T y p e E r r o r ( " I n v a l i d a t t e m p t t o d e s t r u c t u r e n o n - i t e r a b l e i n s t a n c e . \ n I n o r d e r t o b e i t e r a b l e , n o n - a r r a y o b j e c t s m u s t h a v e a [ S y m b o l . i t e r a t o r ] ( ) m e t h o d . " ) } ( ) } f u n c t i o n r ( t , e ) { ( n u l l = = e | | e > t . l e n g t h ) & & ( e = t . l e n g t h ) ; f o r ( v a r n = 0 , i = n e w A r r a y ( e ) ; n < e ; n + + ) i [ n ] = t [ n ] ; r e t u r n i } t . e x p o r t s = f u n c t i o n ( t ) { v a r e = i ( t , 4 ) , n = e [ 1 ] , r = e [ 3 ] ; i f ( " f u n c t i o n " = = t y p e o f b t o a ) { v a r o = 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 ( r ) ) ) ) , a = " 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 ; c h a r s e t = u t f - 8 ; b a s e 6 4 , " . c o n c a t ( o ) , s = " / * # " . c o n c a t ( a , " * / " ) , A = r . s o u r c e s . m a p ( ( f u n c t i o n ( t ) { r e t u r n " / * # s o u r c e U R L = " . c o n c a t ( r . s o u r c e R o o t | | " " ) . c o n c a t ( t , " * / " ) } ) ) ; r e t u r n [ n ] . c o n c a t ( A ) . c o n c a t ( [ s ] ) . j o i n ( " \ n " ) } r e t u r n [ n ] . j o i n ( " \ n " ) } } , 1 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; t . e x p o r t s = f u n c t i o n ( t ) { v a r e = [ ] ; r e t u r n e . t o S t r i n g = f u n c t i o n ( ) { r e t u r n t h i s . m a p ( ( f u n c t i o n ( e ) { v a r n = t ( e ) ; r e t u r n e [ 2 ] ? " @ m e d i a " . c o n c a t ( e [ 2 ] , " { " ) . c o n c a t ( n , " } " ) : n } ) ) . j o i n ( " " ) } , e . i = f u n c t i o n ( t , n , i ) { " s t r i n g " = = t y p e o f t & & ( t = [ [ n u l l , t , " " ] ] ) ; v a r r = { } ; i f ( i ) f o r ( v a r o = 0 ; o < t h i s . l e n g t h ; o + + ) { v a r a = t h i s [ o ] [ 0 ] ; n u l l ! = a & & ( r [ a ] = ! 0 ) } f o r ( v a r s = 0 ; s < t . l e n g t h ; s + + ) { v a r A = [ ] . c o n c a t ( t [ s ] ) ; i & & r [ A [ 0 ] ] | | ( n & & ( A [ 2 ] ? A [ 2 ] = " " . c o n c a t ( n , " a n d " ) . c o n c a t ( A [ 2 ] ) : A [ 2 ] = n ) , e . p u s h ( A ) ) } } , e } } , 1 3 6 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . p u s h ( [ t . i , " l i . a c t i v e [ d a t a - v - 3 9 5 f a 6 a c ] { b a c k g r o u n d - c o l o r : v a r ( - - c o l o r - b a c k
2021-03-17 11:45:22 +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/>.
*
2021-05-30 00:53:04 +03:00
* /e.default=p},2:function(t,e,n){"use strict";var i,r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),o=[];function a(t){for(var e=-1,n=0;n<o.length;n++)if(o[n].identifier===t){e=n;break}return e}function s(t,e){for(var n={},i=[],r=0;r<t.length;r++){var s=t[r],A=e.base?s[0]+e.base:s[0],l=n[A]||0,c="".concat(A," ").concat(l);n[A]=l+1;var u=a(c),d={css:s[1],media:s[2],sourceMap:s[3]};-1!==u?(o[u].references++,o[u].updater(d)):o.push({identifier:c,updater:h(d,e),references:1}),i.push(c)}return i}function A(t){var e=document.createElement("style"),i=t.attributes||{};if(void 0===i.nonce){var o=n.nc;o&&(i.nonce=o)}if(Object.keys(i).forEach((function(t){e.setAttribute(t,i[t])})),"function"==typeof t.insert)t.insert(e);else{var a=r(t.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(e)}return e}var l,c=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function u(t,e,n,i){var r=n?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(t.styleSheet)t.styleSheet.cssText=c(e,r);else{var o=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(o,a[e]):t.appendChild(o)}}function d(t,e,n){var i=n.css,r=n.media,o=n.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(i+="\n/ * # sourceMappingURL = data : application / json ; base64 , ".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," * /")),t.styleSheet)t.styleSheet.cssText=i;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(i))}}var p=null,f=0;function h(t,e){var n,i,r;if(e.singleton){var o=f++;n=p||(p=A(e)),i=u.bind(null,n,o,!1),r=u.bind(null,n,o,!0)}else n=A(e),i=d.bind(null,n,e),r=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return i(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;i(t=e)}else r()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=(void 0===i&&(i=Boolean(window&&document&&document.all&&!window.atob)),i));var n=s(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var i=0;i<n.length;i++){var r=a(n[i]);o[r].references--}for(var A=s(t,e),l=0;l<n.length;l++){var c=a(n[l]);0===o[c].references&&(o[c].updater(),o.splice(c,1))}n=A}}}},22:function(t,e){t.exports=n(48)},25:function(t,e){t.exports=n(26)},26:function(t,e){t.exports=n(31)},3:function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var A,l="function"==typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),i&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(A=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=A):r&&(A=s?function(){r.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:r),A)if(l.functional){l._injectStyles=A;var c=l.render;l.render=function(t,e){return A.call(e),c(t,e)}}else{var u=l.beforeCreate;l.beforeCreate=u?[].concat(u,A):[A]}return{exports:t,options:l}}n.d(e,"a",(function(){return i}))},30:function(t,e){t.exports=n(107)},33:function(t,e,n){"use strict";n(15),n(25),n(6),n(26),e.a=function(t){return Math.random().toString(36).replace(/ [ ^ a - z ] + / g , " " ) . s u b s t r ( 0 , t | | 5 ) } } , 3 9 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 2 2 ) , n ( 1 4 ) ; v a r i = n ( 5 ) , r = n . n ( i ) ;
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +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 ( ) | | ( r . 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 ( ) : " " } } } } , 5 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 5 ) } , 6 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 2 5 ) } } ) } , f u n c t i o n ( t , e , n ) { w i n d o w , t . e x p o r t s = f u n c t i o n ( t ) { v a r e = { } ; f u n c t i o n n ( i ) { i f ( e [ i ] ) r e t u r n e [ i ] . e x p o r t s ; v a r r = e [ i ] = { i : i , l : ! 1 , e x p o r t s : { } } ; r e t u r n t [ i ] . c a l l ( r . e x p o r t s , r , r . e x p o r t s , n ) , r . l = ! 0 , r . e x p o r t s } r e t u r n n . m = t , n . c = e , n . d = f u n c t i o n ( t , e , i ) { n . o ( t , e ) | | O b j e c t . d e f i n e P r o p e r t y ( t , e , { e n u m e r a b l e : ! 0 , g e t : i } ) } , n . r = f u n c t i o n ( t ) { " u n d e f i n e d " ! = t y p e o f S y m b o l & & S y m b o l . t o S t r i n g T a g & & O b j e c t . d e f i n e P r o p e r t y ( t , S y m b o l . t o S t r i n g T a g , { v a l u e : " M o d u l e " } ) , O b j e c t . d e f i n e P r o p e r t y ( t , " _ _ e s M o d u l e " , { v a l u e : ! 0 } ) } , n . t = f u n c t i o n ( t , e ) { i f ( 1 & e & & ( t = n ( t ) ) , 8 & e ) r e t u r n t ; i f ( 4 & e & & " o b j e c t " = = t y p e o f t & & t & & t . _ _ e s M o d u l e ) r e t u r n t ; v a r i = O b j e c t . c r e a t e ( n u l l ) ; i f ( n . r ( i ) , O b j e c t . d e f i n e P r o p e r t y ( i , " d e f a u l t " , { e n u m e r a b l e : ! 0 , v a l u e : t } ) , 2 & e & & " s t r i n g " ! = t y p e o f t ) f o r ( v a r r i n t ) n . d ( i , r , f u n c t i o n ( e ) { r e t u r n t [ e ] } . b i n d ( n u l l , r ) ) ; r e t u r n i } , n . n = f u n c t i o n ( t ) { v a r e = t & & t . _ _ e s M o d u l e ? f u n c t i o n ( ) { r e t u r n t . d e f a u l t } : f u n c t i o n ( ) { r e t u r n t } ; r e t u r n n . d ( e , " a " , e ) , e } , n . o = f u n c t i o n ( t , e ) { r e t u r n O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( t , e ) } , n . p = " / d i s t / " , n ( n . s = 1 9 6 ) } ( [ 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 i ( t , e ) { r e t u r n f u n c t i o n ( t ) { i f ( A r r a y . i s A r r a y ( t ) ) r e t u r n t } ( t ) | | f u n c t i o n ( t , e ) { i f ( " u n d e f i n e d " ! = t y p e o f S y m b o l & & S y m b o l . i t e r a t o r i n O b j e c t ( t ) ) { v a r n = [ ] , i = ! 0 , r = ! 1 , o = v o i d 0 ; t r y { f o r ( v a r a , s = t [ S y m b o l . i t e r a t o r ] ( ) ; ! ( i = ( a = s . n e x t ( ) ) . d o n e ) & & ( n . p u s h ( a . v a l u e ) , ! e | | n . l e n g t h ! = = e ) ; i = ! 0 ) ; } c a t c h ( t ) { r = ! 0 , o = t } f i n a l l y { t r y { i | | n u l l = = s . r e t u r n | | s . r e t u r n ( ) } f i n a l l y { i f ( r ) t h r o w o } } r e t u r n n } } ( t , e ) | | f u n c t i o n ( t , e ) { i f ( t ) { i f ( " s t r i n g " = = t y p e o f t ) r e t u r n r ( t , e ) ; v a r n = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( t ) . s l i c e ( 8 , - 1 ) ; r e t u r n " O b j e c t " = = = n & & t . c o n s t r u c t o r & & ( n = t . c o n s t r u c t o r . n a m e ) , " M a p " = = = n | | " S e t " = = = n ? A r r a y . f r o m ( t ) : " A r g u m e n t s " = = = n | | / ^ ( ? : U i | I ) n t ( ? : 8 | 1 6 | 3 2 ) ( ? : C l a m p e d ) ? A r r a y $ / . t e s t ( n ) ? r ( t , e ) : v o i d 0 } } ( t , e ) | | f u n c t i o n ( ) { t h r o w n e w T y p e E r r o r ( " I n v a l i d a t t e m p t t o d e s t r u c t u r e n o n - i t e r a b l e i n s t a n c e . \ n I n o r d e r t o b e i t e r a b l e , n o n - a r r a y o b j e c t s m u s t h a v e a [ S y m b o l . i t e r a t o r ] ( ) m e t h o d . " ) } ( ) } f u n c t i o n r ( t , e ) { ( n u l l = = e | | e > t . l e n g t h ) & & ( e = t . l e n g t h ) ; f o r ( v a r n = 0 , i = n e w A r r a y ( e ) ; n < e ; n + + ) i [ n ] = t [ n ] ; r e t u r n i } t . e x p o r t s = f u n c t i o n ( t ) { v a r e = i ( t , 4 ) , n = e [ 1 ] , r = e [ 3 ] ; i f ( " f u n c t i o n " = = t y p e o f b t o a ) { v a r o = 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 ( r ) ) ) ) , a = " 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 ; c h a r s e t = u t f - 8 ; b a s e 6 4 , " . c o n c a t ( o ) , s = " / * # " . c o n c a t ( a , " * / " ) , A = r . s o u r c e s . m a p ( ( f u n c t i o n ( t ) { r e t u r n " / * # s o u r c e U R L = " . c o n c a t ( r . s o u r c e R o o t | | " " ) . c o n c a t ( t , " * / " ) } ) ) ; r e t u r n [ n ] . c o n c a t ( A ) . c o n c a t ( [ s ] ) . j o i n ( " \ n " ) } r e t u r n [ n ] . j o i n ( " \ n " ) } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; t . e x p o r t s = f u n c t i o n ( t ) { v a r e = [ ] ; r e t u r n e . t o S t r i n g = f u n c t i o n ( ) { r e t u r n t h i s . m a p ( ( f u n c t i o n ( e ) { v a r n = t ( e ) ; r e t u r n e [ 2 ] ? " @ m e d i a " . c o n c a t ( e [ 2 ] , " { " ) . c o n c a t ( n , " } " ) : n } ) ) . j o i n ( " " ) } , e . i = f u n c t i o n ( t , n , i ) { " s t r i n g " = = t y p e o f t & & ( t = [ [ n u l l , t , " " ] ] ) ; v a r r = { } ; i f ( i ) f o r ( v a r o = 0 ; o < t h i s . l e n g t h ; o + + ) { v a r a = t h i s [ o ] [ 0 ] ; n u l l ! = a & & ( r [ a ] = ! 0 ) } f o r ( v a r s = 0 ; s < t . l e n g t h ; s + + ) { v a r A = [ ] . c o n c a t ( t [ s ] ) ; i & & r [ A [ 0 ] ] | | ( n & & ( A [ 2 ] ? A [ 2 ] = " " . c o n c a t ( n , " a n d " ) . c o n c a t ( A [ 2 ] ) : A [ 2 ] = n ) , e . p u s h ( A ) ) } } , e } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r i , r = f u n c t i o n ( ) { v a r t = { } ; r e t u r n f u n c t i o n ( e ) { i f ( v o i d 0 = = = t [ e ] ) { v a r n = d o c u m e n t . q u e r y S e l e c t o r ( e ) ; i f ( w i n d o w . H T M L I F r a m e E l e m e n t & & n i n s t a n c e o f w i n d o w . H T M L I F r a m e E l e m e n t ) t r y { n = n . c o n t e n t D o c u m e n t . h e a d } c a t c h ( t ) { n = n u l l } t [ e ] = n } r e t u r n t [ e ] } } ( ) , o = [ ] ; f u n c t i o n a ( t ) { f o r ( v a r e = - 1 , n = 0 ; n < o . l e n g t h ; n + + ) i f ( o [ n ] . i d e n t i f i e r = = = t ) { e = n ; b r e a k } r e t u r n e } f u n c t i o n s ( t , e ) { f o r ( v a r n = { } , i = [ ] , r = 0 ; r < t . l e n g t h ; r + + ) { v a r s = t [ r ] , A = e . b a s e ? s [ 0 ] + e . b a s e : s [ 0 ] , l = n [ A ] | | 0 , c = " " . c o n c a t ( A , " " ) . c o n c a t ( l ) ; n [ A ] = l + 1 ; v a r u = a ( c ) , d = { c s s : s [ 1 ] , m e d i a : s [ 2 ] , s o u r c e M a p : s [ 3 ] } ; - 1 ! = = u ? ( o [ u ] . r e f e r e n c e s + + , o [ u ] . u p d a t e r ( d ) ) : o . p u s h ( { i d e n t i f i e r : c , u p d a t e r : h ( d , e ) , r e f e r e n c e s : 1 } ) , i . p u s h ( c ) } r e t u r n i } f u n c t i o n A ( t ) { v a r e = 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 " ) , i = t . a t t r i b u t e s | | { } ; i f ( v o i d
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-26 19:21:30 +03:00
i . VTooltip . options . defaultTemplate = '<div class="vue-tooltip" role="tooltip" data-v-' . concat ( "9737fff" , '><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' ) , i . VTooltip . options . defaultHtml = ! 1 , e . default = i . VTooltip } , function ( t , e ) { t . exports = n ( 48 ) } , function ( t , e , n ) { "use strict" ; var i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . push ( [ t . i , ".vue-tooltip[data-v-9737fff]{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;opacity:0;line-height:1.6;line-break:auto;filter:drop-shadow(0 1px 10px var(--color-box-shadow))}.vue-tooltip[data-v-9737fff][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-9737fff][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-9737fff][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-9737fff][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-9737fff][aria-hidden='true']{visibility:hidden;transition:opacity .15s, visibility .15s;opacity:0}.vue-tooltip[data-v-9737fff][aria-hidden='false']{visibility:visible;transition:opacity .15s;opacity:1}.vue-tooltip[data-v-9737fff] .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-9737fff] .tooltip-arrow{position:absolute;z-index:1;width:0;height:0;margin:0;border-style:solid;border-color:var(--color-main-background)}\n" , "" , { version : 3 , sources : [ "webpack://./index.scss" ] , names : [ ] , mappings : "AAeA,6BACC,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,SAAU,CACV,aAAc,CACd,QAAS,CAET,eAAgB,CAChB,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,SAAU,CACV,eAAgB,CAEhB,eAAgB,CAChB,sDAAuD,CAhBxD,gEAqBG,QAAS,CACT,YAAa,CACb,eAAgB,CAChB,6BA1Be,CA2Bf,8BAA+B,CAC/B,+BAAgC,CAChC,6BAA8B,CA3BjC,mEAkCG,KAAM,CACN,YAAa,CACb,eAAgB,CAChB,6BAvCe,CAwCf,4BAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAxCjC,kEA+CG,UAAW,CACX,cAAe,CACf,aAAc,CACd,6BAAsD,CACtD,4BAA6B,CAC7B,+BAAgC,CAChC,6BAA8B,CArDjC,iEA4DG,SAAU,CACV,cAAe,CACf,aAAc,CACd,6BAjEe,CAkEf,4BAA6B,CAC7B,8BAA+B,CAC/B,+BAAgC,CAlEnC,iDAwEE,iBAAkB,CAClB,wCAAyC,CACzC,SAAU,CA1EZ,kDA6EE,kBAAmB,CACnB,uBAAwB,CACxB,SAAU,CA/EZ,4CAoFE,eAAgB,CAChB,eAAgB,CAChB,iBAAkB,CAClB,4BAA6B,CAC7B,kCAAmC,CACnC,6CAA8C,CAzFhD,4CA8FE,iBAAkB,CAClB,SAAU,CACV,OAAQ,CACR,QAAS,CACT,QAAS,CACT,kBAAmB,CACnB,yCAA0C" , sourcesContent : [ "$scope_version:\"9737fff\" ; @ import 'variables' ; \ n /**\n* @copyright Copyright (c) 2016, John Molakvoæ <skjnldsv@protonmail.com>\n* @copyright Copyright (c) 2016, Robin Appelman <robin@icewind.nl>\n* @copyright Copyright (c) 2016, Jan-Christoph Borchardt <hey@jancborchardt.net>\n* @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org>\n* @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>\n*\n* Bootstrap v3.3.5 (http://getbootstrap.com)\n* Copyright 2011-2015 Twitter, Inc.\n* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n*/ \ n \ n$arrow - width : 10 px ; \ n \ n . vue - tooltip [ data - v - # { $scope _version } ] { \ n \ tposition : absolute ; \ n \ tz - index : 100000 ; \ n \ tright : auto ; \ n \ tleft : auto ; \ n \ tdisplay : block ; \ n \ tmargin : 0 ; \ n \ t /* default to top */ \ n \ tmargin - top : - 3 px ; \ n \ tpadding : 10 px 0 ; \ n \ ttext - align : left ; \ n \ ttext - align : start ; \ n \ topacity : 0 ; \ n \ tline - height : 1.6 ; \ n \ n \ tline - break : auto ; \ n \ tfilter : drop - shadow ( 0 1 px 10 px var ( -- color - box - shadow ) ) ; \ n \ n \ t // TOP\n\t&[x-placement^='top'] {\n\t\t.tooltip-arrow {\n\t\t\tbottom: 0;\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +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 ( ) | | ( r . 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 ( ) : " " } } } } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 7 0 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 3 4 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 9 8 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 9 9 ) } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . p u s h ( [ t . i , " . m e n t i o n - b u b b l e - - p r i m a r y . m e n t i o n - b u b b l e _ _ c o n t e n t [ d a t a - v - 7 2 4 f 9 d 5 8 ] { c o l o r : v a r ( - - c o l o r - p r i m a r y - t e x t ) ; b a c k g r o u n d - c o l o r : v a r ( - - c o l o r - p r i m a r y - e l e m e n t ) } . m e n t i o n - b u b b l e _ _ w r a p p e r [ d a t a - v - 7 2 4 f 9 d 5 8 ] { m a x - w i d t h : 1 5 0 p x ; h e i g h t : 1 8 p x ; v e r t i c a l - a l i g n : t e x t - b o t t o m ; d i s p l a y : i n l i n e - f l e x ; a l i g n - i t e m s : c e n t e r } . m e n t i o n - b u b b l e _ _ c o n t e n t [ d a t a - v - 7 2 4 f 9 d 5 8 ] { d i s p l a y : i n l i n e - f l e x ; o v e r f l o w : h i d d e n ; a l i g n - i t e m s : c e n t e r ; m a x - w i d t h : 1 0 0 % ; h e i g h t : 2 0 p x ; - w e b k i t - u s e r - s e l e c t : n o n e ; u s e r - s e l e c t : n o n e ; p a d d i n g - r i g h t : 6 p x ; p a d d i n g - l e f t : 2 p x ; b o r d e r - r a d i u s : 1 0 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 - b a c k g r o u n d - d a r k ) } . m e n t i o n - b u b b l e _ _ i c o n [ d a t a - v - 7 2 4 f 9 d 5 8 ] { p o s i t i o n : r e l a t i v e ; w i d t h : 1 6 p x ; h e i g h t : 1 6 p x ; b o r d e r - r a d i u s : 8 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 - b a c k g r o u n d - d a r k e r ) ; b a c k g r o u n d - r e p e a t : n o - r e p e a t ; b a c k g r o u n d - p o s i t i o n : c e n t e r ; b a c k g r o u n d - s i z e : 1 2 p x } . m e n t i o n - b u b b l e _ _ i c o n - - w i t h - a v a t a r [ d a t a - v - 7 2 4 f 9 d 5 8 ] { c o l o r : i n h e r i t ; b a c k g r o u n d - s i z e : c o v e r } . m e n t i o n - b u b b l e _ _ t i t l e [ d a t a - v - 7 2 4 f 9 d 5 8 ] { o v e r f l o w : h i d d e n ; m a r g i n - l e f t : 2 p x ; w h i t e - s p a c e : n o w r a p ; t e x t - o v e r f l o w : e l l i p s i s } . m e n t i o n - b u b b l e _ _ t i t l e [ d a t a - v - 7 2 4 f 9 d 5 8 ] : : b e f o r e { c o n t e n t : a t t r ( t i t l e ) } . m e n t i o n - b u b b l e _ _ s e l e c t [ d a t a - v - 7 2 4 f 9 d 5 8 ] { p o s i t i o n : a b s o l u t e ; z - i n d e x : - 1 ; l e f t : - 1 0 0 0 p x } \ n " , " " , { v e r s i o n : 3 , s o u r c e s : [ " w e b p a c k : / / . / M e n t i o n B u b b l e . v u e " ] , n a m e s : [ ] , m a p p i n g s : " A A s G C , m E A C C , + B A A g C , C A C h C , 6 C A A 8 C , C A C 9 C , 0 C A G A , e A X s B , C A a t B , W A A w C , C A C x C , 0 B A A 2 B , C A C 3 B , m B A A o B , C A C p B , k B A A m B , C A C n B , 0 C A G A , m B A A o B , C A C p B , e A A g B , C A C h B , k B A A m B , C A C n B , c A A e , C A C f , W A z B k B , C A 0 B l B , w B A A y B , C A C z B , g B A A i B , C A C j B , i B A A k C , C A C l C , g B A 3 B k B , C A 4 B l B , k B A A i C , C A C j C , 6 C A A 8 C , C A C 9 C , u C A G A , i B A A k B , C A C l B , U A j C u D , C A k C v D , W A l C u D , C A m C v D , i B A A s C , C A C t C , + C A A g D , C A C h D , 2 B A A 4 B , C A C 5 B , 0 B A A 2 B , C A C 3 B , o B A A 0 D , C A E 1 D , o D A C C , a A A c , C A C d , q B A A s B , C A C t B , w C A I D , e A A g B , C A C h B , e A l D k B , C A m D l B , k B A A m B , C A C n B , s B A A u B , C A J v B , g D A O C , m B A A o B , C A C p B , y C A K D , i B A A k B , C A C l B , U A A W , C A C X , Y A A a " , s o u r c e s C o n t e n t : [ " $ s c o p e _ v e r s i o n : \ " 9 7 3 7 f f f \ " ; @ i m p o r t ' v a r i a b l e s ' ; \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n \ n $ b u b b l e - h e i g h t : 2 0 p x ; \ n $ b u b b l e - m a x - w i d t h : 1 5 0 p x ; \ n $ b u b b l e - p a d d i n g : 2 p x ; \ n $ b u b b l e - a v a t a r - s i z e : $ b u b b l e - h e i g h t - 2 * $ b u b b l e - p a d d i n g ; \ n \ n . m e n t i o n - b u b b l e { \ n \ t & - - p r i m a r y & _ _ c o n t e n t { \ n \ t \ t c o l o r : v a r ( - - c o l o r - p r i m a r y - t e x t ) ; \ n \ t \ t b a c k g r o u n d - c o l o r : v a r ( - - c o l o r - p r i m a r y - e l e m e n t ) ; \ n \ t } \ n \ n \ t & _ _ w r a p p e r { \ n \ t \ t m a x - w i d t h : $ b u b b l e - m a x - w i d t h ; \ n \ t \ t / / A l i g n w i t h t e x t \ n \ t \ t h e i g h t : $ b u b b l e - h e i g h t - $ b u b b l e - p a d d i n g ; \ n \ t \ t v e r t i c a l - a l i g n : t e x t - b o t t o m ; \ n \ t \ t d i s p l a y : i n l i n e - f l e x ; \ n \ t \ t a l i g n - i t e m s : c e n t e r ; \ n \ t } \ n \ n \ t & _ _ c o n t e n t { \ n \ t \ t d i s p l a y : i n l i n e - f l e x ; \ n \ t \ t o v e r f l o w : h i d d e n ; \ n \ t \ t a l i g n - i t e m s : c e n t e r ; \ n \ t \ t m a x - w i d t h : 1 0 0 % ; \ n \ t \ t h e i g h t : $ b u b b l e - h e i g h t ; \ n \ t \ t - w e b k i t - u s e r - s e l e c t : n o n e ; \ n \ t \ t u s e r - s e l e c t : n o n e ; \ n \ t \ t p a d d i n g - r i g h t : $ b u b b l e - p a d d i n g * 3 ; \ n \ t \ t p a d d i n g - l e f t : $ b u b b l e - p a d d i n g ; \ n \ t \ t b o r d e r - r a d i u s : $ b u b b l e - h e i g h t / 2 ; \ n \ t \ t b a c k g r o u n d - c o l o r : v a r ( - - c o l o r - b a c k g r o u n d - d a r k ) ; \ n \ t } \ n \ n \ t & _ _ i c o n { \ n \ t \ t p o s i t i o n : r e l a t i v e ; \ n \ t \ t w i d t h : $ b u b b l e - a v a t a r - s i z e ; \ n \ t \ t h e i g h t : $ b u b b l e - a v a t a r - s i z e ; \ n \ t \ t b o r d e r - r a d i u s : $ b u b b l e - a v a t a r - s i z e / 2 ; \ n \ t \ t b a c k g r o u n d - c o l o r : v a r ( - - c o l o r - b a c k g r o u n d - d a r k e r ) ; \ n \ t \ t b a c k g r o u n d - r e p e a t : n o - r e p e a t ; \ n \ t \ t b a c k g r o u n d - p o s i t i o n : c e n t e r ; \ n \ t \ t b a c k g r o u n d - s i z e : $ b u b b l e - a v a t a r - s i z e - 2 * $ b u b b l e - p a d d i n g ; \ n \ n \ t \ t & - - w i t h - a v a t a r { \ n \ t \ t \ t c o l o r : i n h e r i t ; \ n \ t \ t \ t b a c k g r o u n d - s i z e : c o v e r ; \ n \ t \ t } \ n \ t } \ n \ n \ t & _ _ t i t l e { \ n \ t \ t o v e r f l o w : h i d d e n ; \ n \ t \ t m a r g i n - l e f t : $ b u b b l e - p a d d i n g ; \ n \ t \ t w h i t e - s p a c e : n o w r a p ; \ n \ t \ t t e x t - o v e r f l o w : e l l i p s i s ; \
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2020 Georg Ehrke < georg - nextcloud @ ehrke . email >
*
* @ author Georg Ehrke < georg - nextcloud @ ehrke . email >
*
* @ 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/>.
*
2021-05-27 08:58:14 +03:00
* / v a r p = { d a t a : f u n c t i o n ( ) { r e t u r n { h a s S t a t u s : ! 1 , u s e r S t a t u s : { s t a t u s : n u l l , m e s s a g e : n u l l , i c o n : n u l l } } } , m e t h o d s : { f e t c h U s e r S t a t u s : f u n c t i o n ( t ) { v a r e , n = t h i s ; r e t u r n ( e = 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 ( ) { v a r i , r , o , a , s , d , p , f , h ; 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 : i f ( i = O b j e c t ( c . g e t C a p a b i l i t i e s ) ( ) , O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( i , " u s e r _ s t a t u s " ) & & i . u s e r _ s t a t u s . e n a b l e d ) { e . n e x t = 3 ; b r e a k } r e t u r n e . a b r u p t ( " r e t u r n " ) ; c a s e 3 : i f ( O b j e c t ( u . g e t C u r r e n t U s e r ) ( ) ) { e . n e x t = 5 ; b r e a k } r e t u r n e . a b r u p t ( " r e t u r n " ) ; c a s e 5 : r e t u r n e . p r e v = 5 , e . n e x t = 8 , A . a . g e t ( O b j e c t ( l . g e n e r a t e O c s U r l ) ( " a p p s / u s e r _ s t a t u s / a p i / v 1 " , 2 ) + " s t a t u s e s / " . c o n c a t ( e n c o d e U R I C o m p o n e n t ( t ) ) ) ; c a s e 8 : r = e . s e n t , o = r . d a t a , a = o . o c s . d a t a , s = a . s t a t u s , d = a . m e s s a g e , p = a . i c o n , n . u s e r S t a t u s . s t a t u s = s , n . u s e r S t a t u s . m e s s a g e = d | | " " , n . u s e r S t a t u s . i c o n = p | | " " , n . h a s S t a t u s = ! 0 , e . n e x t = 2 2 ; b r e a k ; c a s e 1 7 : i f ( e . p r e v = 1 7 , e . t 0 = e . c a t c h ( 5 ) , 4 0 4 ! = = e . t 0 . r e s p o n s e . s t a t u s | | 0 ! = = ( n u l l = = = ( f = e . t 0 . r e s p o n s e . d a t a . o c s ) | | v o i d 0 = = = f | | n u l l = = = ( h = f . d a t a ) | | v o i d 0 = = = h ? v o i d 0 : h . l e n g t h ) ) { e . n e x t = 2 1 ; b r e a k } r e t u r n e . a b r u p t ( " r e t u r n " ) ; c a s e 2 1 : c o n s o l e . e r r o r ( e . t 0 ) ; c a s e 2 2 : c a s e " e n d " : r e t u r n e . s t o p ( ) } } ) , e , n u l l , [ [ 5 , 1 7 ] ] ) } ) ) , f u n c t i o n ( ) { v a r t = 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 ( i , r ) { v a r o = e . a p p l y ( t , n ) ; f u n c t i o n a ( t ) { d ( o , i , r , a , s , " n e x t " , t ) } f u n c t i o n s ( t ) { d ( o , i , r , a , s , " t h r o w " , t ) } a ( v o i d 0 ) } ) ) } ) ( ) } } } ;
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +03:00
* / } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 3 5 ) } , , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 2 0 0 ) } , , , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 3 6 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 3 7 ) } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . p u s h ( [ t . i , " \ n b u t t o n . m e n u i t e m [ d a t a - v - f e b e d 9 b 6 ] { \ n \ t t e x t - a l i g n : l e f t ; \ n } \ n b u t t o n . m e n u i t e m * [ d a t a - v - f e b e d 9 b 6 ] { \ n \ t c u r s o r : p o i n t e r ; \ n } \ n b u t t o n . m e n u i t e m [ d a t a - v - f e b e d 9 b 6 ] : d i s a b l e d { \ n \ t o p a c i t y : 0 . 5 ! i m p o r t a n t ; \ n \ t c u r s o r : d e f a u l t ; \ n } \ n b u t t o n . m e n u i t e m : d i s a b l e d * [ d a t a - v - f e b e d 9 b 6 ] { \ n \ t c u r s o r : d e f a u l t ; \ n } \ n . m e n u i t e m . a c t i v e [ d a t a - v - f e b e d 9 b 6 ] { \ n \ t b o x - s h a d o w : i n s e t 2 p x 0 v a r ( - - c o l o r - p r i m a r y ) ; \ n \ t b o r d e r - r a d i u s : 0 ; \ n } \ n " , " " , { v e r s i o n : 3 , s o u r c e s : [ " w e b p a c k : / / . / P o p o v e r M e n u I t e m . v u e " ] , n a m e s : [ ] , m a p p i n g s : " ; A A m L A ; C A C A , g B A A A ; A A C A ; A A E A ; C A C A , e A A A ; A A C A ; A A E A ; C A C A , u B A A A ; C A C A , e A A A ; A A C A ; A A E A ; C A C A , e A A A ; A A C A ; A A E A ; C A C A , 4 C A A A ; C A C A , g B A A A ; A A C A " , s o u r c e s C o n t e n t : [ ' \ x 3 c ! - - \ n - @ c o p y r i g h t C o p y r i g h t ( c ) 2 0 1 8 J o h n M o l a k v o æ < s k j n l d s v @ p r o t o n m a i l . c o m > \ n - \ n - @ a u t h o r J o h n M o l a k v o æ < s k j n l d s v @ p r o t o n m a i l . c o m > \ n - \ n - @ l i c e n s e G N U A G P L v e r s i o n 3 o r a n y l a t e r v e r s i o n \ n - \ n - T h i s p r o g r a m i s f r e e s o f t w a r e : y o u c a n r e d i s t r i b u t e i t a n d / o r m o d i f y \ n - i t u n d e r t h e t e r m s o f t h e G N U A f f e r o G e n e r a l P u b l i c L i c e n s e a s \ n - p u b l i s h e d b y t h e F r e e S o f t w a r e F o u n d a t i o n , e i t h e r v e r s i o n 3 o f t h e \ n - L i c e n s e , o r ( a t y o u r o p t i o n ) a n y l a t e r v e r s i o n . \ n - \ n - T h i s p r o g r a m i s d i s t r i b u t e d i n t h e h o p e t h a t i t w i l l b e u s e f u l , \ n - b u t W I T H O U T A N Y W A R R A N T Y ; w i t h o u t e v e n t h e i m p l i e d w a r r a n t y o f \ n - M E R C H A N T A B I L I T Y o r F I T N E S S F O R A P A R T I C U L A R P U R P O S E . S e e t h e \ n - G N U A f f e r o G e n e r a l P u b l i c L i c e n s e f o r m o r e d e t a i l s . \ n - \ n - Y o u s h o u l d h a v e r e c e i v e d a c o p y o f t h e G N U A f f e r o G e n e r a l P u b l i c L i c e n s e \ n - a l o n g w i t h t h i s p r o g r a m . I f n o t , s e e < h t t p : / / w w w . g n u . o r g / l i c e n s e s / > . \ n - \ n - - \ x 3 e \ n \ n < t e m p l a t e > \ n \ t < l i c l a s s = " p o p o v e r _ _ m e n u i t e m " > \ n \ t \ t \ x 3 c ! - - I f i t e m . h r e f i s s e t , a l i n k w i l l b e d i r e c t l y u s e d - - \ x 3 e \ n \ t \ t < a v - i f = " i t e m . h r e f " \ n \ t \ t \ t : h r e f = " ( i t e m . h r e f ) ? i t e m . h r e f : \ ' # \ ' " \ n \ t \ t \ t : t a r g e t = " ( i t e m . t a r g e t ) ? i t e m . t a r g e t : \ ' \ ' " \ n \ t \ t \ t : d o w n l o a d = " i t e m . d o w n l o a d " \ n \ t \ t \ t c l a s s = " f o c u s a b l e " \ n \ t \ t \ t r e l = " n o r e f e r r e r n o o p e n e r " \ n \ t \ t \ t @ c l i c k = " a c t i o n " > \ n \ t \ t \ t < s p a n v - i f = " ! i c o n I s U r l " : c l a s s = " i t e m . i c o n " / > \ n \ t \ t \ t < i m g v - e l s e : s r c = " i t e m . i c o n " > \ n \ t \ t \ t < p v - i f = " i t e m . t e x t & & i t e m . l o n g t e x t " > \ n \ t \ t \ t \ t < s t r o n g c l a s s = " m e n u i t e m - t e x t " > \ n \ t \ t \ t \ t \ t { { i t e m . t e x t } } \ n \ t \ t \ t \ t < / s t r o n g > < b r > \ n \ t \ t \ t \ t < s p a n c l a s s = " m e n u i t e m - t e x t - d e t a i l " > \ n \ t \ t \ t \ t \ t { { i t e m . l o n g t e x t } } \ n \ t \ t \ t \ t < / s p a n > \ n \ t \ t \ t < / p > \ n \ t \ t \ t < s p a n v - e l s e - i f = " i t e m . t e x t " > \ n \ t \ t \ t \ t { { i t e m . t e x t } } \ n \ t \ t \ t < / s p a n > \ n \ t \ t \ t < p v - e l s e - i f = " i t e m . l o n g t e x t " > \ n \ t \ t \ t \ t { { i t e m . l o n g t e x t } } \ n \ t \ t \ t < / p > \ n \ t \ t < / a > \ n \ n \ t \ t \ x 3 c ! - - I f i t e m . i n p u t i s s e t i n s t e a d , a n p u t w i l l b e u s e d - - \ x 3 e \ n \ t \ t < s p a n v - e l s e - i f = " i t e m . i n p u t " c l a s s = " m e n u i t e m " : c l a s s = " { a c t i v e : i t e m . a c t i v e } " > \ n \ t \ t \ t \ x 3 c ! - - d o e s n o t s h o w i f i n p u t i s c h e c k b o x - - \ x 3 e \ n \ t \ t \ t < s p a n v - i f = " i t e m . i n p u t ! = = \ ' c h e c k b o x \ ' " : c l a s s = " i t e m . i c o n " / > \ n \ n \ t \ t \ t \ x 3 c ! - - o n l y s h o w s i f i n p u t i s t e x t - - \ x 3 e \ n \ t \ t \ t < f o r m v - i f = " i t e m . i n p u t = = = \ ' t e x t \ ' " \ n \ t \ t \ t \ t : c l a s s = " i t e m . i n p u t " \ n \ t \ t \ t \ t @ s u b m i t . p r e v e n t = " i t e m . a c t i o n " > \ n \ t \ t \ t \ t < i n p u t : t y p e = " i t e m . i n p u t " \ n \ t \ t \ t \ t \ t : v a l u e = " i t e m . v a l u e " \ n \ t \ t \ t \ t \ t : p l a c e h o l d e r = " i t e m . t e x t " \ n \ t \ t \ t \ t \ t r e q u i r e d > \ n \ t \ t \ t \ t < i n p u t t y p e = " s u b m i t " v a l u e = " " c l a s s = " i c o n - c o n f i r m " > \ n \ t \ t \ t < / f o r m > \ n \ n \ t \ t \ t \ x 3 c ! - - c h e c k b o x - - \ x 3 e \ n \ t \ t \ t < t e m p l a t e v - e l s e > \ n \ t \ t \ t \ t \ x 3 c ! - - e s l i n t - d i s a b l e - n e x t - l i n e - - \ x 3 e \ n \ t \ t \ t \ t < i n p u t : i d = " k e y " v - m o d e l = " i t e m . m o d e l " \ n \ t \ t \ t \ t \ t : t y p e = " i t e m . i n p u t " \ n \ t \ t \ t \ t \ t : c l a s s = " i t e m . i n p u t " \ n \ t \ t \ t \ t \ t @ c h a n g e = " i t e m . a c t i o n " > \ n \ t \ t \ t \ t < l a b e l : f o r = " k e y " @ c l i c k . s t o p . p r e v e n t = " i t e m . a c t i o n " > \ n \ t \ t \ t \ t \ t { { i t e m . t e x t } } \ n \ t \ t \ t \ t < / l a b e l > \ n \ t \ t \ t < / t e m p l a t e > \ n \ t \ t < / s p a n > \ n \ n \ t \ t \ x 3 c ! - - I f i t e m . a c t i o n i s s e t i n s t e a d , a b u t t o n w i l l b e u s e d - - \ x 3 e \ n \ t \ t < b u t t o n v - e l s e - i f = " i t e m . a c t i o n " \ n \ t \ t \ t c l a s s = " m e n u i t e m f o c u s a b l e " \ n \ t \ t \ t : c l a s s = " { a c t i v e : i t e m . a c t i v e } " \ n \ t \ t \ t : d i s a b l e d = " i t e m . d i s a b l e d " \ n \ t \ t \ t @ c l i c k . s t o p . p r e v e n t = " i t e m . a c t i o n " > \ n \ t \ t \ t < s p a n : c l a s s = " i t e m . i c o n " / > \ n \ t \ t \ t < p v - i f = " i t e m . t e x t & & i t e m . l o n g t e x t " > \ n \ t \ t \ t \ t < s t r o n g c l a s s = " m e n u i t e m - t e x t " > \ n \ t \ t \ t \ t \ t { { i t e m . t e x t } } \ n \ t \ t \ t \ t < / s t r o n g > < b r > \ n \ t \ t \ t \ t < s p a n c l a s s = " m e n
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-26 19:21:30 +03:00
function i ( t , e , n ) { this . r = t , this . g = e , this . b = n } function r ( t , e , n ) { var r = [ ] ; r . 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 ) , l = parseInt ( e . b + o [ 2 ] * a , 10 ) ; r . push ( new i ( s , A , l ) ) } return r } n ( 35 ) , e . a = function ( t ) { t || ( t = 6 ) ; var e = new i ( 182 , 70 , 157 ) , n = new i ( 221 , 203 , 85 ) , o = new i ( 0 , 130 , 201 ) , a = r ( t , e , n ) , s = r ( t , n , o ) , A = r ( t , o , e ) ; return a . concat ( s ) . concat ( A ) } } , function ( t , e , n ) { "use strict" ; var i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) , s = n ( 4 ) , A = n . n ( s ) , l = n ( 8 ) , c = n ( 9 ) , u = n ( 10 ) , d = n ( 11 ) , p = a ( ) ( r . a ) , f = A ( ) ( l . a ) , h = A ( ) ( c . a ) , g = A ( ) ( u . a ) , m = A ( ) ( d . a ) ; p . push ( [ t . i , '@font-face{font-family:"iconfont-vue-9737fff";src:url(' + f + ");src:url(" + f + ') format("embedded-opentype"),url(' + h + ') format("woff"),url(' + g + ') format("truetype"),url(' + m + ' ) format ( "svg" ) } . icon [ data - v - 5 baa2f3a ] { font - style : normal ; font - weight : 400 } . icon . arrow - left - double [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . arrow - left [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . arrow - right - double [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . arrow - right [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . breadcrumb [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . checkmark [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . close [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . confirm [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . info [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . menu [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . more [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . pause [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . play [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . triangle - s [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . user - status - away [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . user - status - dnd [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . user - status - invisible [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . icon . user - status - online [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; content : "" } . avatardiv [ data - v - 5 baa2f3a ] { position : relative ; display : inline - block } . avatardiv -- unknown [ data - v - 5 baa2f3a ] { position : relative ; background - color : var ( -- color - text - maxcontrast ) } . avatardiv [ data - v - 5 baa2f3a ] : not ( . avatardiv -- unknown ) { background - color : # fff ! important ; box - shadow : 0 0 5 px rgba ( 0 , 0 , 0 , 0.05 ) inset } body . theme -- dark . avatardiv [ data - v - 5 baa2f3a ] : not ( . avatardiv -- unknown ) { background - color : # 000 ! important } . avatardiv -- with - menu [ data - v - 5 baa2f3a ] { cursor : pointer } . avatardiv -- with - menu [ data - v - 5 baa2f3a ] . trigger { position : absolute ; top : 0 ; left : 0 } . avatardiv -- with - menu . icon - more [ data - v - 5 baa2f3a ] { display : flex ; cursor : pointer ; opacity : 0 ; background : none ; font - size : 18 px ; align - items : center ; justify - content : center } . avatardiv -- with - menu . icon - more [ data - v - 5 baa2f3a ] : before { font - family : "iconfont-vue-9737fff" ; font - style : normal ; font - weight : 400 ; content : "" } . avatardiv -- with - menu . icon - more [ data - v - 5 baa2f3a ] : : before { display : block } . avatardiv -- with - menu : focus . icon - more [ data - v - 5 baa2f3a ] , . avatardiv -- with - menu : hover . icon - more [ data - v - 5 baa2f3a ] { opacity : 1 } . avatardiv -- with - menu : focus img [ data - v - 5 baa2f3a ] , . avatardiv -- with - menu : hover img [ data - v - 5 baa2f3a ] { opacity : 0.3 } . avatardiv -- with - menu . icon - more [ data - v - 5 baa2f3a ] , . avatardiv -- with - menu img [ data - v - 5 baa2f3a ] { transition : opacity var ( -- animation - quick ) } . avatardiv > . unknown [ data - v - 5 baa2f3a ] { position : absolute ; top : 0 ; left : 0 ; display : block ; width : 100 % ; text - align : center ; font - weight : normal ; color : var ( -- color - main - background ) } . avatardiv img [ data - v - 5 baa2f3a ] { width : 100 % ; height : 100 % ; object - fit : cover } . avatardiv . avatardiv _ _status [ data - v - 5 b
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2020 Raimund Schlüßler < raimund . schluessler @ mailbox . org >
*
* @ author Raimund Schlüßler < raimund . schluessler @ mailbox . org >
*
* @ 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/>.
*
2021-05-30 00:53:04 +03:00
* / e . a = f u n c t i o n ( t , e ) { f o r ( v a r n = [ ] , i = 0 , r = t . t o L o w e r C a s e ( ) . i n d e x O f ( e . t o L o w e r C a s e ( ) , i ) , o = 0 ; r > - 1 & & o < t . l e n g t h ; ) i = r + e . l e n g t h , n . p u s h ( { s t a r t : r , e n d : i } ) , r = t . t o L o w e r C a s e ( ) . i n d e x O f ( e . t o L o w e r C a s e ( ) , r + 1 ) , o + + ; r e t u r n n } } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 7 3 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 1 7 4 ) } , , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n . r ( e ) , n ( 1 5 ) , n ( 9 8 ) , n ( 9 3 ) , n ( 2 4 ) , n ( 6 9 ) , n ( 3 1 ) , n ( 5 1 ) , n ( 7 1 ) , n ( 2 7 ) , n ( 7 2 ) ; v a r i = n ( 7 0 ) ; f u n c t i o n r ( t , e ) { v a r n = O b j e c t . k e y s ( t ) ; i f ( O b j e c t . g e t O w n P r o p e r t y S y m b o l s ) { v a r i = O b j e c t . g e t O w n P r o p e r t y S y m b o l s ( t ) ; e & & ( i = i . f i l t e r ( ( f u n c t i o n ( e ) { r e t u r n O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r ( t , e ) . e n u m e r a b l e } ) ) ) , n . p u s h . a p p l y ( n , i ) } r e t u r n n } f u n c t i o n o ( t ) { f o r ( v a r e = 1 ; e < a r g u m e n t s . l e n g t h ; e + + ) { v a r n = n u l l ! = a r g u m e n t s [ e ] ? a r g u m e n t s [ e ] : { } ; e % 2 ? r ( O b j e c t ( n ) , ! 0 ) . f o r E a c h ( ( f u n c t i o n ( e ) { a ( t , e , n [ e ] ) } ) ) : O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r s ? O b j e c t . d e f i n e P r o p e r t i e s ( t , O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r s ( n ) ) : r ( O b j e c t ( n ) ) . f o r E a c h ( ( f u n c t i o n ( e ) { O b j e c t . d e f i n e P r o p e r t y ( t , e , O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r ( n , e ) ) } ) ) } r e t u r n t } f u n c t i o n a ( t , e , n ) { r e t u r n e i n t ? O b j e c t . d e f i n e P r o p e r t y ( t , e , { v a l u e : n , e n u m e r a b l e : ! 0 , c o n f i g u r a b l e : ! 0 , w r i t a b l e : ! 0 } ) : t [ e ] = n , t } v a r s = { n a m e : " H i g h l i g h t " , p r o p s : { t e x t : { t y p e : S t r i n g , d e f a u l t : " " } , s e a r c h : { t y p e : S t r i n g , d e f a u l t : " " } , h i g h l i g h t : { 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 [ ] } } } , c o m p u t e d : { r a n g e s : f u n c t i o n ( ) { v a r t = t h i s , e = [ ] ; r e t u r n t h i s . s e a r c h | | 0 ! = = t h i s . h i g h l i g h t . l e n g t h ? ( e = t h i s . h i g h l i g h t . l e n g t h > 0 ? t h i s . h i g h l i g h t : O b j e c t ( i . a ) ( t h i s . t e x t , t h i s . s e a r c h ) ) . r e d u c e ( ( f u n c t i o n ( e , n ) { r e t u r n n . s t a r t < t . t e x t . l e n g t h & & n . e n d > 0 & & e . p u s h ( { s t a r t : n . s t a r t < 0 ? 0 : n . s t a r t , e n d : n . e n d > t . t e x t . l e n g t h ? t . t e x t . l e n g t h : n . e n d } ) , e } ) , [ ] ) : e } , c h u n k s : f u n c t i o n ( ) { i f ( 0 = = = t h i s . r a n g e s . l e n g t h ) r e t u r n [ { s t a r t : 0 , e n d : t h i s . t e x t . l e n g t h , h i g h l i g h t : ! 1 , t e x t : t h i s . t e x t } ] ; f o r ( v a r t = [ ] , e = 0 , n = 0 ; e < t h i s . t e x t . l e n g t h ; ) { v a r i = t h i s . r a n g e s [ n ] ; i . s t a r t ! = = e ? ( t . p u s h ( { s t a r t : e , e n d : i . s t a r t , h i g h l i g h t : ! 1 , t e x t : t h i s . t e x t . s u b s t r ( e , i . s t a r t - e ) } ) , e = i . s t a r t ) : ( t . p u s h ( o ( o ( { } , i ) , { } , { h i g h l i g h t : ! 0 , t e x t : t h i s . t e x t . s u b s t r ( i . s t a r t , i . e n d - i . s t a r t ) } ) ) , n + + , e = i . e n d , n > = t h i s . r a n g e s . l e n g t h & & e < t h i s . t e x t . l e n g t h & & ( t . p u s h ( { s t a r t : e , e n d : t h i s . t e x t . l e n g t h , h i g h l i g h t : ! 1 , t e x t : t h i s . t e x t . s u b s t r ( e , t h i s . t e x t . l e n g t h - e ) } ) , e = t h i s . t e x t . l e n g t h ) ) } r e t u r n t } } , r e n d e r : f u n c t i o n ( t ) { r e t u r n t h i s . r a n g e s . l e n g t h ? t ( " s p a n " , { } , t h i s . c h u n k s . m a p ( ( f u n c t i o n ( e ) { r e t u r n e . h i g h l i g h t ? t ( " s t r o n g " , { } , e . t e x t ) : e . t e x t } ) ) ) : t ( " s p a n " , { } , t h i s . t e x t ) } } , A = n ( 3 ) , l = n ( 7 8 ) , c = n . n ( l ) , u = O b j e c t ( A . a ) ( s , v o i d 0 , v o i d 0 , ! 1 , n u l l , n u l l , n u l l ) ; " f u n c t i o n " = = t y p e o f c . a & & c ( ) ( u ) ; v a r d = u . e x p o r t s ;
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2020 Raimund Schlüßler < raimund . schluessler @ mailbox . org >
*
* @ author Raimund Schlüßler < raimund . schluessler @ mailbox . org >
*
* @ 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/>.
*
2021-05-27 08:58:14 +03:00
* /e.default=d},function(t,e,n){"use strict";function i(t,e){var n;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/ ^ ( ? : Ui | I ) nt ( ? : 8 | 16 | 32 ) ( ? : Clamped ) ? Array $ / . test ( n ) ? r ( t , e ) : void 0 } } ( t ) ) || e && t && "number" == typeof t . length ) { n && ( t = n ) ; var i = 0 , o = function ( ) { } ; return { s : o , n : function ( ) { return i >= t . length ? { done : ! 0 } : { done : ! 1 , value : t [ i ++ ] } } , e : function ( t ) { throw t } , f : o } } throw new TypeError ( "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method." ) } var a , s = ! 0 , A = ! 1 ; return { s : function ( ) { n = t [ Symbol . iterator ] ( ) } , n : function ( ) { var t = n . next ( ) ; return s = t . done , t } , e : function ( t ) { A = ! 0 , a = t } , f : function ( ) { try { s || null == n . return || n . return ( ) } finally { if ( A ) throw a } } } } function r ( t , e ) { ( null == e || e > t . length ) && ( e = t . length ) ; for ( var n = 0 , i = new Array ( e ) ; n < e ; n ++ ) i [ n ] = t [ n ] ; return i }
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2020 Georg Ehrke < georg - nextcloud @ ehrke . email >
*
* @ author Georg Ehrke < georg - nextcloud @ ehrke . email >
*
* @ 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/>.
*
2021-05-27 08:58:14 +03:00
* / n . r ( e ) , n ( 4 1 ) , n ( 6 ) , n ( 1 4 ) , n ( 5 2 ) , n ( 1 7 ) , n ( 3 1 ) , n ( 3 8 ) , n ( 4 6 ) , n ( 1 6 ) , n ( 1 8 ) , e . d e f a u l t = { p r o p s : { e x c l u d e C l i c k O u t s i d e C l a s s e s : { t y p e : S t r i n g | 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 [ ] } } } , m e t h o d s : { c l i c k O u t s i d e M i d d l e w a r e : f u n c t i o n ( t ) { v a r e = A r r a y . i s A r r a y ( t h i s . e x c l u d e C l i c k O u t s i d e C l a s s e s ) ? t h i s . e x c l u d e C l i c k O u t s i d e C l a s s e s : [ t h i s . e x c l u d e C l i c k O u t s i d e C l a s s e s ] ; r e t u r n 0 = = = e . l e n g t h | | ! t h i s . h a s N o d e O r A n y P a r e n t C l a s s ( t . t a r g e t , e ) } , h a s N o d e O r A n y P a r e n t C l a s s : f u n c t i o n ( t , e ) { v a r n , r = i ( e ) ; t r y { f o r ( r . s ( ) ; ! ( n = r . n ( ) ) . d o n e ; ) { v a r o , a = n . v a l u e ; i f ( n u l l ! = t & & n u l l ! = = ( o = t . c l a s s L i s t ) & & v o i d 0 ! = = o & & o . c o n t a i n s ( a ) ) r e t u r n ! 0 } } c a t c h ( t ) { r . e ( t ) } f i n a l l y { r . f ( ) } r e t u r n ! ! t . p a r e n t E l e m e n t & & t h i s . h a s N o d e O r A n y P a r e n t C l a s s ( t . p a r e n t E l e m e n t , e ) } } } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n . r ( e ) ,
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-27 08:58:14 +03:00
e . default = { data : function ( ) { return { isFullscreen : this . _isFullscreen ( ) } } , beforeMount : function ( ) { window . addEventListener ( "resize" , this . _onResize ) } , beforeDestroy : function ( ) { window . removeEventListener ( "resize" , this . _onResize ) } , methods : { _onResize : function ( ) { this . isFullscreen = this . _isFullscreen ( ) } , _isFullscreen : function ( ) { return window . outerHeight === screen . height } } } } , function ( t , e , n ) { "use strict" ; n . r ( e ) , n ( 6 ) , n ( 26 ) , n ( 16 ) , n ( 17 ) , n ( 18 ) , n ( 40 ) ; var i = { 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 ) } } } , r = n ( 2 ) , o = n . n ( r ) , a = n ( 53 ) , s = ( o ( ) ( a . a , { insert : "head" , singleton : ! 1 } ) , a . a . locals , n ( 54 ) ) , A = ( o ( ) ( s . a , { insert : "head" , singleton : ! 1 } ) , s . a . locals , n ( 3 ) ) , l = { name : "PopoverMenu" , components : { PopoverMenuItem : Object ( A . a ) ( i , ( function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "li" , { staticClass : "popover__menuitem" } , [ 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 , i = e . target , r = ! ! i . checked ; if ( Array . isArray ( n ) ) { var o = t . _i ( n , null ) ; i . 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" , r ) } , 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 ( "br" )
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +03:00
* /e.default=f},function(t,e){},function(t,e){t.exports=n(145)},function(t,e,n){"use strict";n.r(e),n(58),n(30),n(89),n(103),n(104),n(35),n(24),n(57),n(6),n(59);var i=n(86),r=n(42),o=n(77),a=n(34),s=n(29),A=n(37),l=n.n(A),c=n(13),u=n(21),d=n(84),p=n(45),f=n(28);function h(t,e,n,i,r,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(i,r)}function g(t){return function(){var e=this,n=arguments;return new Promise((function(i,r){var o=t.apply(e,n);function a(t){h(o,i,r,a,s,"next",t)}function s(t){h(o,i,r,a,s,"throw",t)}a(void 0)}))}}var m=Object(i.getBuilder)("nextcloud").persist().build();function v(t){var e=m.getItem("user-has-avatar."+t);return"string"==typeof e?Boolean(e):null}function b(t,e){t&&m.setItem("user-has-avatar."+t,e)}var C={name:"Avatar",directives:{tooltip:u.default,ClickOutside:r.directive},components:{Popover:f.a,PopoverMenu:o.default},mixins:[p.e],props:{url:{type:String,default:void 0},iconClass:{type:String,default:void 0},user:{type:String,default:void 0},showUserStatus:{type:Boolean,default:!0},showUserStatusCompact:{type:Boolean,default:!0},preloadedUserStatus:{type:Object,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" } , menuContainer : { type : String , default : "body" } } , data : function ( ) { return { avatarUrlLoaded : null , avatarSrcSetLoaded : null , userDoesNotExist : ! 1 , isAvatarLoaded : ! 1 , isMenuLoaded : ! 1 , contactsMenuLoading : ! 1 , contactsMenuActions : [ ] , contactsMenuOpenState : ! 1 } } , computed : { canDisplayUserStatus : function ( ) { return this . showUserStatus && this . hasStatus && [ "online" , "away" , "dnd" ] . includes ( this . userStatus . status ) } , showUserStatusIconOnAvatar : function ( ) { return this . showUserStatus && this . showUserStatusCompact && this . hasStatus && "dnd" !== this . userStatus . status && this . userStatus . icon } , 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 ( ) { var t ; return ! this . disableMenu && ( this . isMenuLoaded ? this . menu . length > 0 : ! ( this . user === ( null === ( t = Object ( a . getCurrentUser ) ( ) ) || void 0 === t ? void 0 : t . 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 = Object ( d . default ) ( 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 ( ) { var t ; if ( this . shouldShowPlaceholder ) { var e = this . getUserIdentifier , n = e . indexOf ( " " ) ; "" === e ? t = "?" : ( t = String . fromCodePoint ( e . codePointAt ( 0 ) ) , - 1 !== n && ( t = t . concat ( String . fromCodePoint ( e . codePointAt ( n + 1 ) ) ) ) ) } return t . toUpperCase ( ) } , menu : function ( ) { var t , e , n , i = this . contactsMenuActions . map ( ( function ( t ) { return { href : t . hyperlink , icon : t . icon , longtext : t . title } } ) ) ; return this . showUserStatus && ( this . userStatus . icon || this . userStatus . message ) ? [ { href : "#" , icon : "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><text x='0' y='14' font-size='14'>" . concat ( ( t = this . userStatus . icon , e = document . createTextNode ( t ) , n = document . createElement ( "p" ) , n . appendChild ( e ) , n . innerHTML ) , "</text></svg>" ) , text : "" . concat ( this . userStatus . message ) } ] . concat ( i ) : i } } , watch : { url : function ( ) { this . userDoesNotExist = ! 1 , this . loadAvatar
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +03:00
* / e . d e f a u l t = M } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 2 0 5 ) } , f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 2 0 6 ) } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ;
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +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("9737fff"),"")}))}},function(t,e,n){"use strict";n.r(e),n(15),n(92),n(25);var i=n(81),r=n.n(i),o=n(64);e.default=function(t){var e=t.toLowerCase();return null===e.match(/ ^ ( [ 0 - 9 a - f ] { 4 } - ? ) { 8 } $ / ) && ( e = r ( ) ( e ) ) , e = e . replace ( /[^0-9a-f]/g , "" ) , Object ( o . a ) ( 6 ) [ function ( t , e ) { for ( var n = 0 , i = [ ] , r = 0 ; r < t . length ; r ++ ) i . push ( parseInt ( t . charAt ( r ) , 16 ) % 16 ) ; for ( var o in i ) n += i [ o ] ; return parseInt ( parseInt ( n , 10 ) % 18 , 10 ) } ( e ) ] } } , , function ( t , e ) { t . exports = n ( 207 ) } , function ( t , e , n ) { "use strict" ; var i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) ( ) ( r . a ) ; a . push ( [ t . i , ".option[data-v-28d338d4]{display:flex;align-items:center;width:100%;height:var(--height)}.option__avatar[data-v-28d338d4]{margin-right:var(--margin)}.option__details[data-v-28d338d4]{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0}.option__lineone[data-v-28d338d4]{color:var(--color-text-light)}.option__linetwo[data-v-28d338d4]{opacity:.7}.option__lineone[data-v-28d338d4],.option__linetwo[data-v-28d338d4]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:1.1em}.option__lineone strong[data-v-28d338d4],.option__linetwo strong[data-v-28d338d4]{font-weight:bold}.option__icon[data-v-28d338d4]{flex:0 0 44px;width:44px;height:44px;opacity:.5;background-position:center;background-size:16px}\n" , "" , { version : 3 , sources : [ "webpack://./ListItemIcon.vue" , "webpack://./../../assets/variables.scss" ] , names : [ ] , mappings : "AAwOA,yBACC,YAAa,CACb,kBAAmB,CACnB,UAAW,CACX,oBAAqB,CAErB,iCACC,0BAA2B,CAC3B,kCAGA,YAAa,CACb,QAAS,CACT,qBAAsB,CACtB,sBAAuB,CACvB,WAAY,CACZ,kCAGA,6BAA8B,CAC9B,kCAEA,UCnNiB,CDoNjB,oEAGA,eAAgB,CAChB,kBAAmB,CACnB,sBAAuB,CACvB,iBAAkB,CALlB,kFAOC,gBAAiB,CACjB,+BAID,aCnPmB,CDoPnB,UCpPmB,CDqPnB,WCrPmB,CDsPnB,UCrOmB,CDsOnB,0BAA2B,CAC3B,oBAAqB" , sourcesContent : [ "$scope_version:\"9737fff\"; @import 'variables';\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n.option {\n\tdisplay: flex;\n\talign-items: center;\n\twidth: 100%;\n\theight: var(--height);\n\n\t&__avatar {\n\t\tmargin-right: var(--margin);\n\t}\n\n\t&__details {\n\t\tdisplay: flex;\n\t\tflex: 1 1;\n\t\tflex-direction: column;\n\t\tjustify-content: center;\n\t\tmin-width: 0;\n\t}\n\n\t&__lineone {\n\t\tcolor: var(--color-text-light);\n\t}\n\t&__linetwo {\n\t\topacity: $opacity_normal;\n\t}\n\t&__lineone,\n\t&__linetwo {\n\t\toverflow: hidden;\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t\tline-height: 1.1em;\n\t\tstrong {\n\t\t\tfont-weight: bold;\n\t\t}\n\t}\n\n\t&__icon {\n\t\tflex: 0 0 $clickable-area;\n\t\twidth: $clickable-area;\n\t\theight: $clickable-area;\n\t\topacity: $opacity_disabled;\n\t\tbackground-position: center;\n\t\tbackground-size: 16px;\n\t}\n}\n\n" , " /**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */ \ n \ n /
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2020 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/>.
*
2021-05-26 19:21:30 +03:00
* / e . d e f a u l t = f } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 3 0 ) , n ( 2 4 ) , n ( 5 7 ) , n ( 4 1 ) , n ( 3 1 ) , n ( 3 8 ) , n ( 6 ) , n ( 4 6 ) , n ( 1 6 ) , n ( 1 7 ) , n ( 1 8 ) ; v a r i = n ( 1 0 8 ) , r = n . n ( i ) , o = ( n ( 1 4 ) , n ( 1 5 ) , n ( 7 9 ) , n ( 9 8 ) , n ( 7 4 ) ) , a = n ( 7 0 ) , s = { n a m e : " E l l i p s i s e d O p t i o n " , c o m p o n e n t s : { H i g h l i g h t : o . d e f a u l t } , p r o p s : { o p t i o n : { t y p e : [ S t r i n g , O b j e c t ] , r e q u i r e d : ! 0 , d e f a u l t : " " } , l a b e l : { t y p e : S t r i n g , d e f a u l t : " " } , s e a r c h : { t y p e : S t r i n g , d e f a u l t : " " } , n a m 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 : { n e e d s T r u n c a t e : f u n c t i o n ( ) { r e t u r n t h i s . n a m e & & t h i s . n a m e . l e n g t h > = 1 0 } , s p l i t : f u n c t i o n ( ) { r e t u r n t h i s . n a m e . l e n g t h - M a t h . m i n ( M a t h . f l o o r ( t h i s . n a m e . l e n g t h / 2 ) , 1 0 ) } , p a r t 1 : f u n c t i o n ( ) { r e t u r n t h i s . n e e d s T r u n c a t e ? t h i s . n a m e . s u b s t r ( 0 , t h i s . s p l i t ) : t h i s . n a m e } , p a r t 2 : f u n c t i o n ( ) { r e t u r n t h i s . n e e d s T r u n c a t e ? t h i s . n a m e . s u b s t r ( t h i s . s p l i t ) : " " } , h i g h l i g h t 1 : f u n c t i o n ( ) { r e t u r n t h i s . s e a r c h ? O b j e c t ( a . a ) ( t h i s . n a m e , t h i s . s e a r c h ) : [ ] } , h i g h l i g h t 2 : f u n c t i o n ( ) { v a r t = t h i s ; r e t u r n t h i s . h i g h l i g h t 1 . m a p ( ( f u n c t i o n ( e ) { r e t u r n { s t a r t : e . s t a r t - t . s p l i t , e n d : e . e n d - t . s p l i t } } ) ) } } } , A = n ( 2 ) , l = n . n ( A ) , c = n ( 9 6 ) , u = ( l ( ) ( c . a , { i n s e r t : " h e a d " , s i n g l e t o n : ! 1 } ) , c . a . l o c a l s , n ( 3 ) ) , d = O b j e c t ( u . a ) ( s , ( f u n c t i o n ( ) { v a r t = t h i s , e = t . $ c r e a t e E l e m e n t , n = t . _ s e l f . _ c | | e ; r e t u r n n ( " d i v " , { s t a t i c C l a s s : " n a m e - p a r t s " , a t t r s : { t i t l e : t . n a m e } } , [ n ( " H i g h l i g h t " , { s t a t i c C l a s s : " n a m e - p a r t s _ _ f i r s t " , a t t r s : { t e x t : t . p a r t 1 , s e a r c h : t . s e a r c h , h i g h l i g h t : t . h i g h l i g h t 1 } } ) , t . _ v ( " " ) , t . p a r t 2 ? n ( " H i g h l i g h t " , { s t a t i c C l a s s : " n a m e - p a r t s _ _ l a s t " , a t t r s : { t e x t : t . p a r t 2 , s e a r c h : t . s e a r c h , h i g h l i g h t : t . h i g h l i g h t 2 } } ) : t . _ e ( ) ] , 1 ) } ) , [ ] , ! 1 , n u l l , " f 8 5 5 c 4 b 8 " , n u l l ) . e x p o r t s , p = n ( 6 1 ) , f = n ( 9 9 ) , h = n ( 2 1 ) ; f u n c t i o n g ( t ) { r e t u r n ( g = " 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 ) } v a r m = { n a m e : " M u l t i s e l e c t " , c o m p o n e n t s : { E l l i p s i s e d O p t i o n : d , L i s t I t e m I c o n : f . d e f a u l t , V u e M u l t i s e l e c t : r . a } , d i r e c t i v e s : { t o o l t i p : h . d e f a u l t } , m i x i n s : [ p . a ] , i n h e r i t A t t r s : ! 1 , p r o p s : { v a l u e : { d e f a u l t : f u n c t i o n ( ) { r e t u r n [ ] } } , m u l t i p l e : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , l i m i t : { t y p e : N u m b e r , d e f a u l t : 9 9 9 9 9 } , l a b e l : { t y p e : S t r i n g , d e f a u l t : " " } , t r a c k B y : { t y p e : S t r i n g , d e f a u l t : " " } , o p t i o n s : { t y p e : A r r a y , r e q u i r e d : ! 0 } , u s e r S e l e c t : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , l o a d i n g : { t y p e : B o o l e a n , d e f a u l t : ! 1 } , a u t o L i m i t : { t y p e : B o o l e a n , d e f a u l t : ! 0 } , t a g W i d t h : { t y p e : N u m b e r , d e f a u l t : 1 5 0 , 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 > 0 } } } , d a t a : f u n c t i o n ( ) { r e t u r n { e l W i d t h : 0 } } , c o m p u t e d : { m a x O p t i o n s : f u n c t i o n ( ) { i f ( t h i s . a u t o L i m i t & & t h i s . e l W i d t h > 0 & & 0 ! = = t h i s . t a g W i d t h ) { v a r t = M a t h . f l o o r ( t h i s . e l W i d t h / t h i s . t a g W i d t h ) ; r e t u r n t > 0 ? t : 1 } r e t u r n t h i s . l i m i t ? t h i s . l i m i t : 9 9 9 9 } , l i m i t S t r i n g : f u n c t i o n ( ) { r e t u r n " + " . c o n c a t ( t h i s . v a l u e . l e n g t h - t h i s . m a x O p t i o n s ) } , l o c a l V a l u e : { g e t : f u n c t i o n ( ) { r e t u r n t h i s . t r a c k B y & & t h i s . o p t i o n s & & " o b j e c t " ! = = g ( t h i s . v a l u e ) & & t h i s . o p t i o n s [ t h i s . v a l u e ] ? t h i s . o p t i o n s [ t h i s . v a l u e ] : t h i s . v a l u e } , s e t : f u n c t i o n ( t ) { t h i s . $ e m i t ( " u p d a t e : v a l u e " , t ) , t h i s . $ e m i t ( " c h a n g e " , t ) } } } , w a t c h : { v a l u e : f u n c t i o n ( ) { t h i s . u p d a t e W i d t h ( ) } } , m o u n t e d : f u n c t i o n ( ) { t h i s . u p d a t e W i d t h ( ) , w i n d o w . a d d E v e n t L i s t e n e r ( " r e s i z e " , t h i s . u p d a t e W i d t h ) } , b e f o r e D e s t r o y : f u n c t i o n ( ) { w i n d o w . r e m o v e E v e n t L i s t e n e r ( " r e s i z e " , t h i s . u p d a t e W i d t h ) } , m e t h o d s : { g e t O p t i o n L a b e l : f u n c t i o n ( t ) { v a r e ; r e t u r n S t r i n g ( n u l l = = = ( e = t h i s . $ r e f s . V u e M u l t i s e l e c t ) | | v o i d 0 = = = e ? v o i d 0 : e . g e t O p t i o n L a b e l ( t ) ) } , f o r m a t L i m i t T i t l e : f u n c t i o n ( t ) { v a r e = t h i s ; i f ( A r r a y . i s A r r a y ( t ) & & t . l e n g t h > 0 ) { v a r n = t ; r e t u r n " o b j e c t " = = = g ( t [ 0 ] ) & & ( n = t . m a p ( ( f u n c t i o n ( t ) { r e t u r n t [ e . l a b e l ] } ) ) ) , n . s l i c e ( t h i s . m a x O p t i o n s ) . j o i n ( " , " ) } r e t u r n " " } , u p d a t e W i d t h : f u n c t i o n ( ) { t h i s . $ e l & & t h i s . $ e l . q u e r y S e l e c t o r ( " . m u l t i s e l e c t _ _ t a g s - w r a p " ) & & ( t h i s . e l W i d t h = t h i s . $ e l . q u e r y S e l e c t o r ( " . m u l t i s e l e c t _ _ t a g s - w r a p " ) . o f f s e t W i d t h - 1 0 ) } } } , v = n ( 9 7 ) , b = n . n ( v ) , C = O b j e c t ( u . a ) ( m , ( 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 ( " V u e M u l t i s e l e c t " , t . _ g ( t . _ b ( { r e f : " V u e M u l t i s e l e c t " , c l a s s : [ { " i c o n - l o a d i n g - s m a l l " : t . l o a d i n g } , t . m u l t i p l e ? " m u l t i s e l e c t - - m u l t i p l e " : " m u l t i s e l e c t - - s i n g l e " ] , a t t r s : { o p t i o n s : t . o p t i o n s , l i m i t : t . m a x O p t i o n s , " c l o s e - o n - s e l e c t " : ! t . m u l t i p l e , m u l t i p l e : t . m u l t i p l e , l a b e l : t . l a b e l , " t r a c k - b y " : t . t r a c k B y , " t a g - p l a c e h o l d e r " : " c r e a t e " } , s c o p e d S l o t s : t . _ u ( [ { k e y : " o p t i o n " , f n : f u n c t i o n ( e ) { r e t u r n [ t . u s e r S e l e c t & & ! t . $ s c o p e d S l o t s . o p t i o n ? n ( " L i s t I t e m I c o n " , t . _ b ( { a t t r s : { t i t l e : e . o p t i o n [ t . l a b e l ] , s e a r c h : e . s e a r c h } } , " L i s t I t e m I c o n " , e . o p t i o n , ! 1 ) ) : t . $ s c o p e d S l o t s . o p t i o n ? t . _ t ( " o p t i o n " , n u l l , n u l l , e ) : n ( "
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-26 19:21:30 +03:00
Object ( i . a ) ( r . a ) , e . default = r . a } , function ( t , e ) { t . exports = n ( 302 ) } , , , function ( t , e ) { } , function ( t , e , n ) { "use strict" ; var i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) , s = n ( 4 ) , A = n . n ( s ) , l = n ( 8 ) , c = n ( 9 ) , u = n ( 10 ) , d = n ( 11 ) , p = a ( ) ( r . a ) , f = A ( ) ( l . a ) , h = A ( ) ( c . a ) , g = A ( ) ( u . a ) , m = A ( ) ( d . a ) ; p . push ( [ t . i , '@font-face{font-family:"iconfont-vue-9737fff";src:url(' + f + ");src:url(" + f + ') format("embedded-opentype"),url(' + h + ') format("woff"),url(' + g + ') format("truetype"),url(' + m + ') format("svg")}.icon{font-style:normal;font-weight:400}.icon.arrow-left-double:before{font-family:"iconfont-vue-9737fff";content:""}.icon.arrow-left:before{font-family:"iconfont-vue-9737fff";content:""}.icon.arrow-right-double:before{font-family:"iconfont-vue-9737fff";content:""}.icon.arrow-right:before{font-family:"iconfont-vue-9737fff";content:""}.icon.breadcrumb:before{font-family:"iconfont-vue-9737fff";content:""}.icon.checkmark:before{font-family:"iconfont-vue-9737fff";content:""}.icon.close:before{font-family:"iconfont-vue-9737fff";content:""}.icon.confirm:before{font-family:"iconfont-vue-9737fff";content:""}.icon.info:before{font-family:"iconfont-vue-9737fff";content:""}.icon.menu:before{font-family:"iconfont-vue-9737fff";content:""}.icon.more:before{font-family:"iconfont-vue-9737fff";content:""}.icon.pause:before{font-family:"iconfont-vue-9737fff";content:""}.icon.play:before{font-family:"iconfont-vue-9737fff";content:""}.icon.triangle-s:before{font-family:"iconfont-vue-9737fff";content:""}.icon.user-status-away:before{font-family:"iconfont-vue-9737fff";content:""}.icon.user-status-dnd:before{font-family:"iconfont-vue-9737fff";content:""}.icon.user-status-invisible:before{font-family:"iconfont-vue-9737fff";content:""}.icon.user-status-online:before{font-family:"iconfont-vue-9737fff";content:""}.mx-icon-left:before,.mx-icon-right:before,.mx-icon-double-left:before,.mx-icon-double-right:before,.mx-icon-double-left:after,.mx-icon-double-right:after{content:\'\' ; position : relative ; top : - 1 px ; display : inline - block ; width : 10 px ; height : 10 px ; vertical - align : middle ; border - style : solid ; border - color : currentColor ; border - width : 2 px 0 0 2 px ; border - radius : 1 px ; box - sizing : border - box ; transform - origin : center ; transform : rotate ( - 45 deg ) scale ( 0.7 ) } . mx - icon - double - left : after { left : - 4 px } . mx - icon - double - right : before { left : 4 px } . mx - icon - right : before , . mx - icon - double - right : before , . mx - icon - double - right : after { transform : rotate ( 135 deg ) scale ( 0.7 ) } . mx - btn { box - sizing : border - box ; line - height : 1 ; font - size : 14 px ; font - weight : 500 ; padding : 7 px 15 px ; margin : 0 ; cursor : pointer ; background - color : transparent ; outline : none ; border : 1 px solid rgba ( 0 , 0 , 0 , 0.1 ) ; border - radius : 4 px ; color : # 73879 c ; white - space : nowrap } . mx - btn : hover { border - color : # 1284e7 ; color : # 1284e7 } . mx - btn - text { border : 0 ; padding : 0 4 px ; text - align : left ; line - height : inherit } . mx - scrollbar { height : 100 % } . mx - scrollbar : hover . mx - scrollbar - track { opacity : 1 } . mx - scrollbar - wrap { height : 100 % ; overflow - x : hidden ; overflow - y : auto } . mx - scrollbar - track { position : absolute ; top : 2 px ; right : 2 px ; bottom : 2 px ; width : 6 px ; z - index : 1 ; border - radius : 4 px ; opacity : 0 ; transition : opacity 0.24 s ease - out } . mx - scrollbar - track . mx - scrollbar - thumb { position : absolute ; width : 100 % ; height : 0 ; cursor : pointer ; border - radius : inherit ; background - color : rgba ( 144 , 147 , 153 , 0.3 ) ; transition : background - color 0.3 s } . mx - zoom - in - down - enter - active , . mx - zoom - in - down - leave - active { opacity : 1 ; transform : scaleY ( 1 ) ; transition : transform 0.3 s cubic - bezier ( 0.23 , 1 , 0.32 , 1 ) , opacity 0.3 s cubic - bezier ( 0.23 , 1 , 0.32 , 1 ) ; transform - origin : center top } . mx - zoom - in - down - enter , . mx - zoom - in - down - leave - to { opacity : 0 ; transform : scaleY ( 0 ) } . mx - datepicker { position : relative ; display : inline - block ; width : 210 px } . mx - datepicker svg { width : 1 em ; height : 1 em ; vertical - align : - 0.15 em ; fill : currentColor ; overflow : hidden } . mx - datepicker - range { width : 320 px } . mx - datepicker - inline { width : auto } . mx - input - wrapper { position : relative } . mx - input - wrapper . mx - icon - clear { display : none } . mx - input - wrapper : hover . mx - icon - clear { display : block } . mx - input - wrapper : hover . mx - icon - clear + . mx - icon - calendar { display : none } . mx - input { display : inline - block ; box - sizing : border - box ; width : 100 % ; height : 34 px ; padding : 6 px 30 px ; p
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-26 19:21:30 +03:00
Object ( i . a ) ( c ) , e . default = c } , , function ( t , e ) { t . exports = n ( 470 ) } , , , function ( t , e , n ) { "use strict" ; var i = n ( 0 ) , r = n . n ( i ) , o = n ( 1 ) , a = n . n ( o ) , s = n ( 4 ) , A = n . n ( s ) , l = n ( 8 ) , c = n ( 9 ) , u = n ( 10 ) , d = n ( 11 ) , p = a ( ) ( r . a ) , f = A ( ) ( l . a ) , h = A ( ) ( c . a ) , g = A ( ) ( u . a ) , m = A ( ) ( d . a ) ; p . push ( [ t . i , '@font-face{font-family:"iconfont-vue-9737fff";src:url(' + f + ");src:url(" + f + ') format("embedded-opentype"),url(' + h + ') format("woff"),url(' + g + ') format("truetype"),url(' + m + ') format("svg")}.icon[data-v-46fb3421]{font-style:normal;font-weight:400}.icon.arrow-left-double[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.arrow-left[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.arrow-right-double[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.arrow-right[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.breadcrumb[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.checkmark[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.close[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.confirm[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.info[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.menu[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.more[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.pause[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.play[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.triangle-s[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.user-status-away[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.user-status-dnd[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.user-status-invisible[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.user-status-online[data-v-46fb3421]:before{font-family:"iconfont-vue-9737fff";content:""}button[data-v-46fb3421],input[data-v-46fb3421]:not([type=\'range\']),textarea[data-v-46fb3421]{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-46fb3421]:not(:disabled):not(.primary):hover,button[data-v-46fb3421]:not(:disabled):not(.primary):focus,button:not(:disabled):not(.primary).active[data-v-46fb3421],input[data-v-46fb3421]:not([type=\'range\']):not(:disabled):not(.primary):hover,input[data-v-46fb3421]:not([type=\'range\']):not(:disabled):not(.primary):focus,input:not([type=\'range\']):not(:disabled):not(.primary).active[data-v-46fb3421],textarea[data-v-46fb3421]:not(:disabled):not(.primary):hover,textarea[data-v-46fb3421]:not(:disabled):not(.primary):focus,textarea:not(:disabled):not(.primary).active[data-v-46fb3421]{border-color:var(--color-primary-element);outline:none}button[data-v-46fb3421]:not(:disabled):not(.primary):active,input[data-v-46fb3421]:not([type=\'range\']):not(:disabled):not(.primary):active,textarea[data-v-46fb3421]:not(:disabled):not(.primary):active{color:var(--color-text-light);outline:none;background-color:var(--color-main-background)}button[data-v-46fb3421]:disabled,input[data-v-46fb3421]:not([type=\'range\']):disabled,textarea[data-v-46fb3421]:disabled{cursor:default;opacity:.5;color:var(--color-text-maxcontrast);background-color:var(--color-background-dark)}button[data-v-46fb3421]:required,input[data-v-46fb3421]:not([type=\'range\']):required,textarea[data-v-46fb3421]:required{box-shadow:none}button[data-v-46fb3421]:invalid,input[data-v-46fb3421]:not([type=\'range\']):invalid,textarea[data-v-46fb3421]:invalid{border-color:var(--color-error);box-shadow:none !important}button.primary[data-v-46fb3421],input:not([type=\'range\' ] ) . primary [ data - v - 46 fb3421 ] , textarea . primary [ data - v - 46 fb3421 ] { cursor : pointer ; color : var ( -- color - primary - text ) ; border
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +03:00
* / e . d e f a u l t = h } ] ) } , f u n c t i o n ( t , e , n ) { w i n d o w , t . e x p o r t s = f u n c t i o n ( t ) { v a r e = { } ; f u n c t i o n n ( i ) { i f ( e [ i ] ) r e t u r n e [ i ] . e x p o r t s ; v a r r = e [ i ] = { i : i , l : ! 1 , e x p o r t s : { } } ; r e t u r n t [ i ] . c a l l ( r . e x p o r t s , r , r . e x p o r t s , n ) , r . l = ! 0 , r . e x p o r t s } r e t u r n n . m = t , n . c = e , n . d = f u n c t i o n ( t , e , i ) { n . o ( t , e ) | | O b j e c t . d e f i n e P r o p e r t y ( t , e , { e n u m e r a b l e : ! 0 , g e t : i } ) } , n . r = f u n c t i o n ( t ) { " u n d e f i n e d " ! = t y p e o f S y m b o l & & S y m b o l . t o S t r i n g T a g & & O b j e c t . d e f i n e P r o p e r t y ( t , S y m b o l . t o S t r i n g T a g , { v a l u e : " M o d u l e " } ) , O b j e c t . d e f i n e P r o p e r t y ( t , " _ _ e s M o d u l e " , { v a l u e : ! 0 } ) } , n . t = f u n c t i o n ( t , e ) { i f ( 1 & e & & ( t = n ( t ) ) , 8 & e ) r e t u r n t ; i f ( 4 & e & & " o b j e c t " = = t y p e o f t & & t & & t . _ _ e s M o d u l e ) r e t u r n t ; v a r i = O b j e c t . c r e a t e ( n u l l ) ; i f ( n . r ( i ) , O b j e c t . d e f i n e P r o p e r t y ( i , " d e f a u l t " , { e n u m e r a b l e : ! 0 , v a l u e : t } ) , 2 & e & & " s t r i n g " ! = t y p e o f t ) f o r ( v a r r i n t ) n . d ( i , r , f u n c t i o n ( e ) { r e t u r n t [ e ] } . b i n d ( n u l l , r ) ) ; r e t u r n i } , n . n = f u n c t i o n ( t ) { v a r e = t & & t . _ _ e s M o d u l e ? f u n c t i o n ( ) { r e t u r n t . d e f a u l t } : f u n c t i o n ( ) { r e t u r n t } ; r e t u r n n . d ( e , " a " , e ) , e } , n . o = f u n c t i o n ( t , e ) { r e t u r n O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( t , e ) } , n . p = " / d i s t / " , n ( n . s = 2 0 0 ) } ( { 0 : 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 i ( t , e ) { r e t u r n f u n c t i o n ( t ) { i f ( A r r a y . i s A r r a y ( t ) ) r e t u r n t } ( t ) | | f u n c t i o n ( t , e ) { i f ( " u n d e f i n e d " ! = t y p e o f S y m b o l & & S y m b o l . i t e r a t o r i n O b j e c t ( t ) ) { v a r n = [ ] , i = ! 0 , r = ! 1 , o = v o i d 0 ; t r y { f o r ( v a r a , s = t [ S y m b o l . i t e r a t o r ] ( ) ; ! ( i = ( a = s . n e x t ( ) ) . d o n e ) & & ( n . p u s h ( a . v a l u e ) , ! e | | n . l e n g t h ! = = e ) ; i = ! 0 ) ; } c a t c h ( t ) { r = ! 0 , o = t } f i n a l l y { t r y { i | | n u l l = = s . r e t u r n | | s . r e t u r n ( ) } f i n a l l y { i f ( r ) t h r o w o } } r e t u r n n } } ( t , e ) | | f u n c t i o n ( t , e ) { i f ( t ) { i f ( " s t r i n g " = = t y p e o f t ) r e t u r n r ( t , e ) ; v a r n = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( t ) . s l i c e ( 8 , - 1 ) ; r e t u r n " O b j e c t " = = = n & & t . c o n s t r u c t o r & & ( n = t . c o n s t r u c t o r . n a m e ) , " M a p " = = = n | | " S e t " = = = n ? A r r a y . f r o m ( t ) : " A r g u m e n t s " = = = n | | / ^ ( ? : U i | I ) n t ( ? : 8 | 1 6 | 3 2 ) ( ? : C l a m p e d ) ? A r r a y $ / . t e s t ( n ) ? r ( t , e ) : v o i d 0 } } ( t , e ) | | f u n c t i o n ( ) { t h r o w n e w T y p e E r r o r ( " I n v a l i d a t t e m p t t o d e s t r u c t u r e n o n - i t e r a b l e i n s t a n c e . \ n I n o r d e r t o b e i t e r a b l e , n o n - a r r a y o b j e c t s m u s t h a v e a [ S y m b o l . i t e r a t o r ] ( ) m e t h o d . " ) } ( ) } f u n c t i o n r ( t , e ) { ( n u l l = = e | | e > t . l e n g t h ) & & ( e = t . l e n g t h ) ; f o r ( v a r n = 0 , i = n e w A r r a y ( e ) ; n < e ; n + + ) i [ n ] = t [ n ] ; r e t u r n i } t . e x p o r t s = f u n c t i o n ( t ) { v a r e = i ( t , 4 ) , n = e [ 1 ] , r = e [ 3 ] ; i f ( " f u n c t i o n " = = t y p e o f b t o a ) { v a r o = 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 ( r ) ) ) ) , a = " 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 ; c h a r s e t = u t f - 8 ; b a s e 6 4 , " . c o n c a t ( o ) , s = " / * # " . c o n c a t ( a , " * / " ) , A = r . s o u r c e s . m a p ( ( f u n c t i o n ( t ) { r e t u r n " / * # s o u r c e U R L = " . c o n c a t ( r . s o u r c e R o o t | | " " ) . c o n c a t ( t , " * / " ) } ) ) ; r e t u r n [ n ] . c o n c a t ( A ) . c o n c a t ( [ s ] ) . j o i n ( " \ n " ) } r e t u r n [ n ] . j o i n ( " \ n " ) } } , 1 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; t . e x p o r t s = f u n c t i o n ( t ) { v a r e = [ ] ; r e t u r n e . t o S t r i n g = f u n c t i o n ( ) { r e t u r n t h i s . m a p ( ( f u n c t i o n ( e ) { v a r n = t ( e ) ; r e t u r n e [ 2 ] ? " @ m e d i a " . c o n c a t ( e [ 2 ] , " { " ) . c o n c a t ( n , " } " ) : n } ) ) . j o i n ( " " ) } , e . i = f u n c t i o n ( t , n , i ) { " s t r i n g " = = t y p e o f t & & ( t = [ [ n u l l , t , " " ] ] ) ; v a r r = { } ; i f ( i ) f o r ( v a r o = 0 ; o < t h i s . l e n g t h ; o + + ) { v a r a = t h i s [ o ] [ 0 ] ; n u l l ! = a & & ( r [ a ] = ! 0 ) } f o r ( v a r s = 0 ; s < t . l e n g t h ; s + + ) { v a r A = [ ] . c o n c a t ( t [ s ] ) ; i & & r [ A [ 0 ] ] | | ( n & & ( A [ 2 ] ? A [ 2 ] = " " . c o n c a t ( n , " a n d " ) . c o n c a t ( A [ 2 ] ) : A [ 2 ] = n ) , e . p u s h ( A ) ) } } , e } } , 1 0 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; e . a = " d a t a : f o n t / t t f ; b a s e 6 4 , A A E A A A A K A I A A A w A g T 1 M v M n T j j 9 E A A A C s A A A A Y G N t Y X A A D e u 4 A A A B D A A A A U J n b H l m x 0 c 5 T A A A A l A A A A f 8 a G V h Z C v 7 I F Y A A A p M A A A A N m h o Z W E m / R O F A A A K h A A A A C R o b X R 4 Z 7 7 / / w A A C q g A A A A 0 b G 9 j Y Q 2 8 D 2 Y A A A r c A A A A K G 1 h e H A B I A B X A A A L B A A A A C B u Y W 1 l S U S X P Q A A C y Q A A A K m c G 9 z d D 9 U v t c A A A 3 M A A A B F g A E E s o B k A A F A A A M Z Q 2 s A A A C v A x l D a w A A A l g A P U F C g A A A g A F A w A A A A A A A A A A A A A Q A A A A A A A A A A A A A A B Q Z k V k A E D q A e o S E 4 g A A A H C E 4 g A A A A A A A E A A A A A A A A A A A A A A C A A A A A A A A M A A A A D A A A A H A A B A A A A A A A 8 A A M A A Q A A A B w A B A A g A A A A B A A E A A E A A O o S / / 8 A A O o B / / 8 W A A A B A A A A A A A A A Q Y A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A C A A A A A A 6 m D 0 M A B Q A L A A A J A h E J B B E J A Q 6 m + o I F f v u 6 B E b 6 g v q C B X 7 7 u g R G D 0 L 6 g v q C A T g E R g R G A T j 6 g v q C A T g E R g R G A A E A A A A A D W 4 S U A A F A A A J A R E J A R E G G w d T 9 3 Q I j A n E + K 3 + y A i L C I z + x w A C A A A A A A / f D 0 M A B Q A L A A A J A h E J B B E J A Q T i B X 7 6 g g R G + 7 o F f g V / + o E E R v u 6 B E Y F f g V + / s j 7 u v u 6 / s g F f g V + / s j 7 u v u 6 A A E A A A A A D q Y S U A A F A A A J A R E J A R E N b v i t C I v 3 d Q n E B 1 M B O f d 0 9 3 U B O A A B A A A A A A Y 3 E 4 g A B Q A A E w c J A R c B l J Q F c v q O l A W j E 4 h V 9 p H 2 k V U J x A A A A Q A A A A A R h w + D A A U A A A k F D 8 3 3 8 / v 7 / k Y F v w n H D 4 P 3 8 w Q F / k f 6 Q Q n G A A E A A A A A E R c R F w A L A A A J C x E X
2021-03-17 11:45:22 +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/>.
*
2021-05-30 00:53:04 +03:00
* /e.default=p},22:function(t,e){t.exports=n(48)},25:function(t,e){t.exports=n(26)},26:function(t,e){t.exports=n(31)},3:function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var A,l="function"==typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),i&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(A=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=A):r&&(A=s?function(){r.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:r),A)if(l.functional){l._injectStyles=A;var c=l.render;l.render=function(t,e){return A.call(e),c(t,e)}}else{var u=l.beforeCreate;l.beforeCreate=u?[].concat(u,A):[A]}return{exports:t,options:l}}n.d(e,"a",(function(){return i}))},33:function(t,e,n){"use strict";n(15),n(25),n(6),n(26),e.a=function(t){return Math.random().toString(36).replace(/ [ ^ a - z ] + / g , " " ) . s u b s t r ( 0 , t | | 5 ) } } , 3 9 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 2 2 ) , n ( 1 4 ) ; v a r i = n ( 5 ) , r = n . n ( i ) ;
2021-03-17 11:45:22 +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/>.
*
2021-05-26 19:21:30 +03:00
* /e.a={before:function(){this.$slots.default&&""!==this.text.trim()||(r.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():""}}}},4: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 ) } } , 40 : function ( t , e ) { t . exports = n ( 70 ) } , 49 : function ( t , e , n ) { "use strict" ; n ( 16 ) , n ( 6 ) , n ( 17 ) , n ( 18 ) , n ( 40 ) ; var i = n ( 39 ) , r = ( n ( 14 ) , function ( t , e ) { for ( var n = t . $parent ; n ; ) { if ( n . $options . name === e ) return n ; n = n . $parent } } ) ; e . a = { mixins : [ i . a ] , props : { icon : { type : String , default : "" } , title : { type : String , default : "" } , closeAfterClick : { type : Boolean , default : ! 1 } , ariaLabel : { type : String , default : "" } } , computed : { isIconUrl : function ( ) { try { return new URL ( this . icon ) } catch ( t ) { return ! 1 } } } , methods : { onClick : function ( t ) { if ( this . $emit ( "click" , t ) , this . closeAfterClick ) { var e = r ( this , "Actions" ) ; e && e . closeMenu && e . closeMenu ( ) } } } } } , 5 : function ( t , e ) { t . exports = n ( 5 ) } , 6 : function ( t , e ) { t . exports = n ( 25 ) } , 8 : function ( t , e , n ) { "use strict" ; e . a = " data : application / vnd . ms - fontobject ; base64 , rg8AAOQOAAABAAIAAAAAAAIABQMAAAAAAAABQJABAAAAAExQAAAAABAAAAAAAAAAAAAAAAAAAAEAAAAAq6 / NiAAAAAAAAAAAAAAAAAAAAAAAACgAAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AOQA3ADMANwBmAGYAZgAAAAAAABYAAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAKAAAaQBjAG8AbgBmAG8AbgB0AC0AdgB1AGUALQA5ADcAMwA3AGYAZgBmAAAAAAABAAAACgCAAAMAIE9TLzJ044 / RAAAArAAAAGBjbWFwAA3ruAAAAQwAAAFCZ2x5ZsdHOUwAAAJQAAAH / GhlYWQr + yBWAAAKTAAAADZoaGVhJv0ThQAACoQAAAAkaG10eGe + //8AAAqoAAAANGxvY2ENvA9mAAAK3AAAAChtYXhwASAAVwAACwQAAAAgbmFtZUlElz0AAAskAAACpnBvc3Q/VL7XAAANzAAAARYABBLKAZAABQAADGUNrAAAArwMZQ2sAAAJYAD1BQoAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA6gHqEhOIAAABwhOIAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQAAAAAAPAADAAEAAAAcAAQAIAAAAAQABAABAADqEv//AADqAf//FgAAAQAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAOpg9DAAUACwAACQIRCQQRCQEOpvqCBX77ugRG+oL6ggV++7oERg9C+oL6ggE4BEYERgE4+oL6ggE4BEYERgABAAAAAA1uElAABQAACQERCQERBhsHU/d0CIwJxPit/sgIiwiM/scAAgAAAAAP3w9DAAUACwAACQIRCQQRCQEE4gV++oIERvu6BX4Ff/qBBEb7ugRGBX4Ffv7I+7r7uv7IBX4Ffv7I+7r7ugABAAAAAA6mElAABQAACQERCQERDW74rQiL93UJxAdTATn3dPd1ATgAAQAAAAAGNxOIAAUAABMHCQEXAZSUBXL6jpQFoxOIVfaR9pFVCcQAAAEAAAAAEYcPgwAFAAAJBQ/N9/P7+/5GBb8Jxw+D9/MEBf5H+kEJxgABAAAAABEXERcACwAACQsRF/3t+sD6wP3tBUD6wAITBUAFQAIT+sAEhP3tBUD6wAITBUAFQAIT+sAFQP3t+sAAAf//AAATkxLsADMAAAEiBw4BFxYXASEmBwYHBgcGFBcWFxYXFjchAQYHBhcWFx4BFxYXFjc2NwE2NzYnJicBLgEKYGVPSkYQEkgF1/HgTT46KScUFBQUJyk6Pk0OIPopNxoYAwMbGVY1Nzs+Oj81B+07FRUUFTz4Eyx0Euw5NKxZYEf6KgEbGC4sOTh4ODksLhgbAvopNT87Pjo3NlYZGgMDGBk4B+w8UVBPUjwH7C0yAAAAAgAAAAAOphJQABgARgAAASIHDgEHBhQXHgEXFjI3PgE3NjQnLgEnJgEiBwYHBhQXFhcWMyERISIHBgcGFBcWFxY3ITI3Njc2NCcmJyYjIRE0JyYnJiMJdm9mYpgpKyspmGJm3mZilyorKyqXYmb8NlZIRykrKylHSFYCcf2PVkhHKSsrKUdIVgdTVUhHKSsrKUdIVf2PKylHSVUSUCsql2Nl32VimCkrKymYYmXfZWOXKiv55SspR0irSEcpK/nmKylHSapJRykrASopR0mqSUcpKwdTVUhHKSsAAAMAAAAAERcRFwADAAcACwAAAREhEQERIREBESERAnEOpvFaDqbxWg6mERf9jwJx+eb9jwJx+eX9jwJxAAMAAAAAEp4L5wAYADEASgAAATIXHgEXFhQHDgEHBiInLgEnJjQ3PgE3NiEyFx4BFxYUBw4BBwYiJy4BJyY0Nz4BNzYhMhceARcWFAcOAQcGIicuAScmNDc+ATc2Aw1wZWKYKSsrKZhiZd9mYpcqKysql2JmByZvZmKXKisrKpdiZt5mYpcqKysql2JmByZvZmKXKisrKpdiZt9lYpgpKyspmGJlC+crKpdiZt5mYpcqKysql2Jm3mZilyorKyqXYmbeZmKXKisrKpdiZt5mYpcqKysql2Jm3mZilyorKyqXYmbeZmKXKisAAAAAAgAAAAAP3w/fAAMABwAAAREhESERIREDqgTiAnEE4g/f88sMNfPLDDUAAAABAAAAABEXERcAAgAACQICcQ6m8VoRF/it+K0AAQAAAAAOpgw1AAIAAAkCBOIE4gTiDDX7HgT
2021-03-17 11:45:22 +03:00
/ * * !
* @ fileOverview Kickass library to create and place poppers near their reference elements .
* @ version 1.16 . 1
* @ 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 .
* /
2021-05-26 19:21:30 +03:00
var n = "undefined" != typeof window && "undefined" != typeof document && "undefined" != typeof navigator , i = function ( ) { for ( var t = [ "Edge" , "Trident" , "Firefox" ] , e = 0 ; e < t . length ; e += 1 ) if ( n && navigator . userAgent . indexOf ( t [ e ] ) >= 0 ) return 1 ; return 0 } ( ) ; var r = 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 o ( 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 s ( t ) { return "HTML" === t . nodeName ? t : t . parentNode || t . host } function A ( 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 , i = e . overflowX , r = e . overflowY ; return /(auto|scroll|overlay)/ . test ( n + r + i ) ? t : A ( s ( t ) ) } function l ( t ) { return t && t . referenceNode ? t . referenceNode : t } var c = n && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , u = n && /MSIE 10/ . test ( navigator . userAgent ) ; function d ( t ) { return 11 === t ? c : 10 === t ? u : c || u } 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 i = n && n . nodeName ; return i && "BODY" !== i && "HTML" !== i ? - 1 !== [ "TH" , "TD" , "TABLE" ] . indexOf ( n . nodeName ) && "static" === a ( n , "position" ) ? p ( n ) : n : t ? t . ownerDocument . documentElement : document . documentElement } function f ( t ) { return null !== t . parentNode ? f ( t . parentNode ) : t } function h ( t , e ) { if ( ! ( t && t . nodeType && e && e . nodeType ) ) return document . documentElement ; var n = t . compareDocumentPosition ( e ) & Node . DOCUMENT _POSITION _FOLLOWING , i = n ? t : e , r = n ? e : t , o = document . createRange ( ) ; o . setStart ( i , 0 ) , o . setEnd ( r , 0 ) ; var a , s , A = o . commonAncestorContainer ; if ( t !== A && e !== A || i . contains ( r ) ) return "BODY" === ( s = ( a = A ) . nodeName ) || "HTML" !== s && p ( a . firstElementChild ) !== a ? p ( A ) : A ; var l = f ( t ) ; return l . host ? h ( l . host , e ) : h ( t , f ( e ) . host ) } function g ( t ) { var e = arguments . length > 1 && void 0 !== arguments [ 1 ] ? arguments [ 1 ] : "top" , n = "top" === e ? "scrollTop" : "scrollLeft" , i = t . nodeName ; if ( "BODY" === i || "HTML" === i ) { var r = t . ownerDocument . documentElement , o = t . ownerDocument . scrollingElement || r ; return o [ n ] } return t [ n ] } function m ( t , e ) { var n = arguments . length > 2 && void 0 !== arguments [ 2 ] && arguments [ 2 ] , i = g ( e , "top" ) , r = g ( e , "left" ) , o = n ? - 1 : 1 ; return t . top += i * o , t . bottom += i * o , t . left += r * o , t . right += r * o , t } function v ( t , e ) { var n = "x" === e ? "Left" : "Top" , i = "Left" === n ? "Right" : "Bottom" ; return parseFloat ( t [ "border" + n + "Width" ] ) + parseFloat ( t [ "border" + i + "Width" ] ) } function b ( t , e , n , i ) { 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 ( i [ "margin" + ( "Height" === t ? "Top" : "Left" ) ] ) + parseInt ( i [ "margin" + ( "Height" === t ? "Bottom" : "Right" ) ] ) : 0 ) } function C ( t ) { var e = t . body , n = t . documentElement , i = d ( 10 ) && getComputedStyle ( n ) ; return { height : b ( "Height" , e , n , i ) , width : b ( "Width" , e , n , i ) } } var y = function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } , x = function ( ) { function t ( t , e ) { for ( var n = 0 ; n < e . length ; n ++ ) { var i = e [ n ] ; i . enumerable = i . enumerable || ! 1 , i . configurable = ! 0 , "value" in i && ( i . writable = ! 0 ) , Object . defineProperty ( t , i . key , i ) } } return function ( e , n , i ) { return n && t ( e . prototype , n ) , i && t ( e , i ) , e } } ( ) , w = function ( t , e , n ) { return e in t ? Object . defineProperty ( t , e , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : t [ e ] = n , t } , B = Object . assign || function ( t ) { for ( var e = 1 ; e < arguments . length ; e ++ ) { var n = arguments [ e ] ; for ( var i in n ) Object . prototype . hasOwnProperty . call ( n , i ) && ( t [ i ] = n [ i ] ) } return t } ; function E ( t ) { return B ( { } , t , { right : t . left + t . width , bottom : t . top + t . height } ) } function I ( t ) { var e = { } ; try { if ( d ( 10 ) ) { e = t . getBoundingClientRect ( ) ; var n = g ( t , "top" ) , i = g ( t , "left" ) ; e . top += n , e . left += i , e . bottom += n , e . right += i } else e = t . getBoundingClientRect ( ) } catch ( t ) { } var r = { left : e . left , top : e . top , width : e . right - e . left , height : e . bottom - e . top } , o = "HTML" === t . nodeName ? C ( t . ownerDocument ) : { } , s = o . width || t . clientWidth || r . width , A = o . height || t . clientHeight || r . height , l = t . offsetWidth - s , c = t . offsetHeight - A ; if ( l || c ) { var u = a ( t ) ; l -= v ( u , "x" ) , c -
2021-03-17 11:45:22 +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/>.
*
2021-05-30 00:53:04 +03:00
* /e.default=p},2:function(t,e,n){"use strict";var i,r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),o=[];function a(t){for(var e=-1,n=0;n<o.length;n++)if(o[n].identifier===t){e=n;break}return e}function s(t,e){for(var n={},i=[],r=0;r<t.length;r++){var s=t[r],A=e.base?s[0]+e.base:s[0],l=n[A]||0,c="".concat(A," ").concat(l);n[A]=l+1;var u=a(c),d={css:s[1],media:s[2],sourceMap:s[3]};-1!==u?(o[u].references++,o[u].updater(d)):o.push({identifier:c,updater:h(d,e),references:1}),i.push(c)}return i}function A(t){var e=document.createElement("style"),i=t.attributes||{};if(void 0===i.nonce){var o=n.nc;o&&(i.nonce=o)}if(Object.keys(i).forEach((function(t){e.setAttribute(t,i[t])})),"function"==typeof t.insert)t.insert(e);else{var a=r(t.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(e)}return e}var l,c=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function u(t,e,n,i){var r=n?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(t.styleSheet)t.styleSheet.cssText=c(e,r);else{var o=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(o,a[e]):t.appendChild(o)}}function d(t,e,n){var i=n.css,r=n.media,o=n.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(i+="\n/ * # sourceMappingURL = data : application / json ; base64 , ".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," * /")),t.styleSheet)t.styleSheet.cssText=i;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(i))}}var p=null,f=0;function h(t,e){var n,i,r;if(e.singleton){var o=f++;n=p||(p=A(e)),i=u.bind(null,n,o,!1),r=u.bind(null,n,o,!0)}else n=A(e),i=d.bind(null,n,e),r=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return i(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;i(t=e)}else r()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=(void 0===i&&(i=Boolean(window&&document&&document.all&&!window.atob)),i));var n=s(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var i=0;i<n.length;i++){var r=a(n[i]);o[r].references--}for(var A=s(t,e),l=0;l<n.length;l++){var c=a(n[l]);0===o[c].references&&(o[c].updater(),o.splice(c,1))}n=A}}}},22:function(t,e){t.exports=n(48)},25:function(t,e){t.exports=n(26)},26:function(t,e){t.exports=n(31)},3:function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var A,l="function"==typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),i&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(A=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=A):r&&(A=s?function(){r.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:r),A)if(l.functional){l._injectStyles=A;var c=l.render;l.render=function(t,e){return A.call(e),c(t,e)}}else{var u=l.beforeCreate;l.beforeCreate=u?[].concat(u,A):[A]}return{exports:t,options:l}}n.d(e,"a",(function(){return i}))},30:function(t,e){t.exports=n(107)},33:function(t,e,n){"use strict";n(15),n(25),n(6),n(26),e.a=function(t){return Math.random().toString(36).replace(/ [ ^ a - z ] + / g , " " ) . s u b s t r ( 0 , t | | 5 ) } } , 3 9 : f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; n ( 2 2 ) , n ( 1 4 ) ; v a r i = n ( 5 ) , r = n . n ( i ) ;
2021-03-17 11:45:22 +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/>.
*
2021-05-30 00:53:04 +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 ( ) | | ( r . 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 ( ) : " " } } } } , 5 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 5 ) } , 6 : f u n c t i o n ( t , e ) { t . e x p o r t s = n ( 2 5 ) } } ) } , , f u n c t i o n ( t , e , n ) {
2021-03-17 11:45:22 +03:00
/ * !
2021-03-20 15:23:04 +03:00
* clipboard . js v2 . 0.8
2021-03-17 11:45:22 +03:00
* https : //clipboardjs.com/
2021-03-20 15:23:04 +03:00
*
2021-03-17 11:45:22 +03:00
* Licensed MIT © Zeno Rocha
* /
2021-05-26 19:21:30 +03:00
t . exports = function ( ) { return e = { 134 : function ( t , e , n ) { "use strict" ; n . d ( e , { default : function ( ) { return f } } ) , e = n ( 279 ) ; var i = n . n ( e ) , r = ( e = n ( 370 ) , n . n ( e ) ) , o = ( e = n ( 817 ) , n . n ( e ) ) ; function a ( t ) { return ( a = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( t ) { return typeof t } : function ( t ) { return t && "function" == typeof Symbol && t . constructor === Symbol && t !== Symbol . prototype ? "symbol" : typeof t } ) ( t ) } function s ( t , e ) { for ( var n = 0 ; n < e . length ; n ++ ) { var i = e [ n ] ; i . enumerable = i . enumerable || ! 1 , i . configurable = ! 0 , "value" in i && ( i . writable = ! 0 ) , Object . defineProperty ( t , i . key , i ) } } var A = function ( ) { function t ( e ) { ! function ( e ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } ( this ) , this . resolveOptions ( e ) , this . initSelection ( ) } var e , n ; return e = t , ( n = [ { key : "resolveOptions" , value : function ( ) { var t = 0 < arguments . length && void 0 !== arguments [ 0 ] ? arguments [ 0 ] : { } ; this . action = t . action , this . container = t . container , this . emitter = t . emitter , this . target = t . target , this . text = t . text , this . trigger = t . trigger , this . selectedText = "" } } , { key : "initSelection" , value : function ( ) { this . text ? this . selectFake ( ) : this . target && this . selectTarget ( ) } } , { key : "createFakeElement" , value : function ( ) { var t = "rtl" === document . documentElement . getAttribute ( "dir" ) ; return this . fakeElem = document . createElement ( "textarea" ) , this . fakeElem . style . fontSize = "12pt" , this . fakeElem . style . border = "0" , this . fakeElem . style . padding = "0" , this . fakeElem . style . margin = "0" , this . fakeElem . style . position = "absolute" , this . fakeElem . style [ t ? "right" : "left" ] = "-9999px" , t = window . pageYOffset || document . documentElement . scrollTop , this . fakeElem . style . top = "" . concat ( t , "px" ) , this . fakeElem . setAttribute ( "readonly" , "" ) , this . fakeElem . value = this . text , this . fakeElem } } , { key : "selectFake" , value : function ( ) { var t = this , e = this . createFakeElement ( ) ; this . fakeHandlerCallback = function ( ) { return t . removeFake ( ) } , this . fakeHandler = this . container . addEventListener ( "click" , this . fakeHandlerCallback ) || ! 0 , this . container . appendChild ( e ) , this . selectedText = o ( ) ( e ) , this . copyText ( ) , this . removeFake ( ) } } , { key : "removeFake" , value : function ( ) { this . fakeHandler && ( this . container . removeEventListener ( "click" , this . fakeHandlerCallback ) , this . fakeHandler = null , this . fakeHandlerCallback = null ) , this . fakeElem && ( this . container . removeChild ( this . fakeElem ) , this . fakeElem = null ) } } , { key : "selectTarget" , value : function ( ) { this . selectedText = o ( ) ( this . target ) , this . copyText ( ) } } , { key : "copyText" , value : function ( ) { var t ; try { t = document . execCommand ( this . action ) } catch ( e ) { t = ! 1 } this . handleResult ( t ) } } , { key : "handleResult" , value : function ( t ) { this . emitter . emit ( t ? "success" : "error" , { action : this . action , text : this . selectedText , trigger : this . trigger , clearSelection : this . clearSelection . bind ( this ) } ) } } , { key : "clearSelection" , value : function ( ) { this . trigger && this . trigger . focus ( ) , document . activeElement . blur ( ) , window . getSelection ( ) . removeAllRanges ( ) } } , { key : "destroy" , value : function ( ) { this . removeFake ( ) } } , { key : "action" , set : function ( ) { var t = 0 < arguments . length && void 0 !== arguments [ 0 ] ? arguments [ 0 ] : "copy" ; if ( this . _action = t , "copy" !== this . _action && "cut" !== this . _action ) throw new Error ( 'Invalid "action" value, use either "copy" or "cut"' ) } , get : function ( ) { return this . _action } } , { key : "target" , set : function ( t ) { if ( void 0 !== t ) { if ( ! t || "object" !== a ( t ) || 1 !== t . nodeType ) throw new Error ( 'Invalid "target" value, use a valid Element' ) ; if ( "copy" === this . action && t . hasAttribute ( "disabled" ) ) throw new Error ( 'Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute' ) ; if ( "cut" === this . action && ( t . hasAttribute ( "readonly" ) || t . hasAttribute ( "disabled" ) ) ) throw new Error ( 'Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes' ) ; this . _target = t } } , get : function ( ) { return this . _target } } ] ) && s ( e . prototype , n ) , t } ( ) ; function l ( t ) { return ( l = "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 c ( t , e ) { for ( var n = 0 ; n < e . length ; n ++ ) { var i = e [ n ] ; i . enumerable = i . enumerable || ! 1 , i . configurable = ! 0 , "value" in i && ( i . writable = ! 0 ) , Object . defineProperty ( t , i . key , i ) } } function u ( t , e )
2021-03-17 11:45:22 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /
2021-05-30 00:53:04 +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 ) { "use strict" ; var i = { } . propertyIsEnumerable , r = Object . getOwnPropertyDescriptor , o = r && ! i . call ( { 1 : 2 } , 1 ) ; e . f = o ? function ( t ) { var e = r ( this , t ) ; return ! ! e && e . enumerable } : i } , function ( t , e , n ) { var i = n ( 32 ) , r = n ( 71 ) , o = i . document , a = r ( o ) && r ( o . createElement ) ; t . exports = function ( t ) { return a ? o . createElement ( t ) : { } } } , function ( t , e , n ) { var i = n ( 32 ) , r = n ( 147 ) , o = n ( 92 ) , a = n ( 215 ) , s = n ( 282 ) , A = n ( 433 ) , l = A . get , c = A . enforce , u = String ( String ) . split ( "String" ) ; ( t . exports = function ( t , e , n , s ) { var A = ! ! s && ! ! s . unsafe , l = ! ! s && ! ! s . enumerable , d = ! ! s && ! ! s . noTargetGet ; "function" == typeof n && ( "string" != typeof e || o ( n , "name" ) || r ( n , "name" , e ) , c ( n ) . source = u . join ( "string" == typeof e ? e : "" ) ) , t !== i ? ( A ? ! d && t [ e ] && ( l = ! 0 ) : delete t [ e ] , l ? t [ e ] = n : r ( t , e , n ) ) : l ? t [ e ] = n : a ( e , n ) } ) ( Function . prototype , "toString" , ( function ( ) { return "function" == typeof this && l ( this ) . source || s ( this ) } ) ) } , function ( t , e , n ) { var i , r , o , a = n ( 434 ) , s = n ( 32 ) , A = n ( 71 ) , l = n ( 147 ) , c = n ( 92 ) , u = n ( 435 ) , d = n ( 287 ) , p = s . WeakMap ; if ( a ) { var f = new p , h = f . get , g = f . has , m = f . set ; i = function ( t , e ) { return m . call ( f , t , e ) , e } , r = function ( t ) { return h . call ( f , t ) || { } } , o = function ( t ) { return g . call ( f , t ) } } else { var v = u ( "state" ) ; d [ v ] = ! 0 , i = function ( t , e ) { return l ( t , v , e ) , e } , r = function ( t ) { return c ( t , v ) ? t [ v ] : { } } , o = function ( t ) { return c ( t , v ) } } t . exports = { set : i , get : r , has : o , enforce : function ( t ) { return o ( t ) ? r ( t ) : i ( t , { } ) } , getterFor : function ( t ) { return function ( e ) { var n ; if ( ! A ( e ) || ( n = r ( e ) ) . type !== t ) throw TypeError ( "Incompatible receiver, " + t + " required" ) ; return n } } } } , function ( t , e , n ) { var i = n ( 32 ) , r = n ( 282 ) , o = i . WeakMap ; t . exports = "function" == typeof o && /native code/ . test ( r ( o ) ) } , function ( t , e , n ) { var i = n ( 284 ) , r = n ( 286 ) , o = i ( "keys" ) ; t . exports = function ( t ) { return o [ t ] || ( o [ t ] = r ( t ) ) } } , function ( t , e , n ) { var i = n ( 92 ) , r = n ( 437 ) , o = n ( 208 ) , a = n ( 214 ) ; t . exports = function ( t , e ) { for ( var n = r ( e ) , s = a . f , A = o . f , l = 0 ; l < n . length ; l ++ ) { var c = n [ l ] ; i ( t , c ) || s ( t , c , A ( e , c ) ) } } } , function ( t , e , n ) { var i = n ( 288 ) , r = n ( 439 ) , o = n ( 442 ) , a = n ( 281 ) ; t . exports = i ( "Reflect" , "ownKeys" ) || function ( t ) { var e = r . f ( a ( t ) ) , n = o . f ; return n ? e . concat ( n ( t ) ) : e } } , function ( t , e , n ) { var i = n ( 32 ) ; t . exports = i } , function ( t , e , n ) { var i = n ( 289 ) , r = n ( 291 ) . concat ( "length" , "prototype" ) ; e . f = Object . getOwnPropertyNames || function ( t ) { return i ( t , r ) } } , function ( t , e , n ) { var i = n ( 210 ) , r = n ( 148 ) , o = n ( 441 ) , a = function ( t ) { return function ( e , n , a ) { var s , A = i ( e ) , l = r ( A . length ) , c = o ( a , l ) ; if ( t && n != n ) { for ( ; l > c ; ) if ( ( s = A [ c ++ ] ) != s ) return ! 0 } else for ( ; l > c ; c ++ ) if ( ( t || c in A ) && A [ c ] === n ) return t || c || 0 ; return ! t && - 1 } } ; t . exports = { includes : a ( ! 0 ) , indexOf : a ( ! 1 ) } } , function ( t , e , n ) { var i = n ( 290 ) , r = Math . max , o = Math . min ; t . exports = function ( t , e ) { var n = i ( t ) ; return n < 0 ? r ( n + e , 0 ) : o ( n , e ) } } , function ( t , e ) { e . f = Object . getOwnPropertySymbols } , function ( t , e , n ) { var i = n ( 41 ) , r = /#|\.prototype\./ , o = function ( t , e ) { var n = s [ a ( t ) ] ; return n == l || n != A && ( "function" == typeof e ? i ( e ) : ! ! e ) } , a = o . normalize = function ( t ) { return String ( t ) . replace ( r , "." ) . toLowerCase ( ) } , s = o . data = { } , A = o . NATIVE = "N" , l = o . POLYFILL = "P" ; t . exports = o } , function ( t , e , n ) { var i = n ( 445 ) ; t . exports = function ( t , e , n ) { if ( i ( t ) , void 0 === e ) return t ; switch ( n ) { case 0 : return function ( ) { return t . call ( e ) } ; case 1 : return function ( n ) { return t . call ( e , n ) } ; case 2 : return function ( n , i ) { return t . call ( e , n , i ) } ; case 3 : return function ( n , i , r ) { return t . call ( e , n , i , r ) } } return function ( ) { return t . apply ( e , arguments ) } } } , function ( t , e ) { t . exports = function ( t ) { if ( "function" != typeof t ) throw TypeError ( String ( t ) + " is not a function" ) ; return t } } , function ( t , e , n ) { var i = n ( 295 ) ; t . exports = i && ! Symbol . sham && "symbol" == typeof Symbol . iterator } , function ( t , e , n ) { var i = n ( 288 ) ; t . exports = i ( "navigator" , "userAgent" ) || "" } , function ( t , e , n ) { var i = n ( 289 ) , r = n ( 291 ) ; t . exports = Object . keys || function ( t ) { return i ( t , r ) } } , function ( t , e , n ) { var i = n ( 450 ) ; t . exports = function ( t ) { if ( i ( t ) ) throw TypeError ( "The method doesn't accept regular expressions" ) ; return t } } , function ( t , e , n ) { var i = n ( 71 ) , r = n ( 211 ) , o = n ( 117 ) ( "match" ) ; t . exports = function ( t ) { var e ; return i ( t ) && ( void 0 !== ( e = t [ o ] ) ? ! ! e : "RegExp" == r ( t ) ) } } , function ( t , e , n ) { var i = n ( 117 ) ( "match" ) ; t . exports = function ( t ) { var e = /./ ; try { "/./" [ t ] ( e ) } catch ( n ) { try { return e [ i ] = ! 1 , "/./" [ t ] ( e ) } catch ( t ) { } } re
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
*
2021-03-31 13:34:13 +03:00
* @ author Arthur Schiwon < blizzz @ arthur - schiwon . de >
2021-03-17 11:45:22 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2021-03-31 13:34:13 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2021-03-17 11:45:22 +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 ,
2021-03-31 13:34:13 +03:00
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2021-03-17 11:45:22 +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/>.
*
* /
2021-05-27 08:58:14 +03:00
class f { get isPublicUploadEnabled ( ) { return document . getElementById ( "filestable" ) && "yes" === document . getElementById ( "filestable" ) . dataset . allowPublicUpload } get isShareWithLinkAllowed ( ) { return document . getElementById ( "allowShareWithLink" ) && "yes" === document . getElementById ( "allowShareWithLink" ) . value } get federatedShareDocLink ( ) { return OC . appConfig . core . federatedCloudShareDoc } get defaultExpirationDateString ( ) { let t = "" ; if ( this . isDefaultExpireDateEnabled ) { const e = window . moment . utc ( ) , n = this . defaultExpireDate ; e . add ( n , "days" ) , t = e . format ( "YYYY-MM-DD" ) } return t } get defaultInternalExpirationDateString ( ) { let t = "" ; if ( this . isDefaultInternalExpireDateEnabled ) { const e = window . moment . utc ( ) , n = this . defaultInternalExpireDate ; e . add ( n , "days" ) , t = e . format ( "YYYY-MM-DD" ) } return t } get defaultRemoteExpirationDateString ( ) { let t = "" ; if ( this . isDefaultRemoteExpireDateEnabled ) { const e = window . moment . utc ( ) , n = this . defaultRemoteExpireDate ; e . add ( n , "days" ) , t = e . format ( "YYYY-MM-DD" ) } return t } get enforcePasswordForPublicLink ( ) { return ! 0 === OC . appConfig . core . enforcePasswordForPublicLink } get enableLinkPasswordByDefault ( ) { return ! 0 === OC . appConfig . core . enableLinkPasswordByDefault } get isDefaultExpireDateEnforced ( ) { return ! 0 === OC . appConfig . core . defaultExpireDateEnforced } get isDefaultExpireDateEnabled ( ) { return ! 0 === OC . appConfig . core . defaultExpireDateEnabled } get isDefaultInternalExpireDateEnforced ( ) { return ! 0 === OC . appConfig . core . defaultInternalExpireDateEnforced } get isDefaultRemoteExpireDateEnforced ( ) { return ! 0 === OC . appConfig . core . defaultRemoteExpireDateEnforced } get isDefaultInternalExpireDateEnabled ( ) { return ! 0 === OC . appConfig . core . defaultInternalExpireDateEnabled } get isRemoteShareAllowed ( ) { return ! 0 === OC . appConfig . core . remoteShareAllowed } get isMailShareAllowed ( ) { var t , e , n ; const i = OC . getCapabilities ( ) ; return void 0 !== ( null == i || null === ( t = i . files _sharing ) || void 0 === t ? void 0 : t . sharebymail ) && ! 0 === ( null == i || null === ( e = i . files _sharing ) || void 0 === e || null === ( n = e . public ) || void 0 === n ? void 0 : n . enabled ) } get defaultExpireDate ( ) { return OC . appConfig . core . defaultExpireDate } get defaultInternalExpireDate ( ) { return OC . appConfig . core . defaultInternalExpireDate } get defaultRemoteExpireDate ( ) { return OC . appConfig . core . defaultRemoteExpireDate } get isResharingAllowed ( ) { return ! 0 === OC . appConfig . core . resharingAllowed } get isPasswordForMailSharesRequired ( ) { return void 0 !== OC . getCapabilities ( ) . files _sharing . sharebymail && OC . getCapabilities ( ) . files _sharing . sharebymail . password . enforced } get shouldAlwaysShowUnique ( ) { var t , e ; return ! 0 === ( null === ( t = OC . getCapabilities ( ) . files _sharing ) || void 0 === t || null === ( e = t . sharee ) || void 0 === e ? void 0 : e . always _show _unique ) } get allowGroupSharing ( ) { return ! 0 === OC . appConfig . core . allowGroupSharing } get maxAutocompleteResults ( ) { return parseInt ( OC . config [ "sharing.maxAutocompleteResults" ] , 10 ) || 25 } get minSearchStringLength ( ) { return parseInt ( OC . config [ "sharing.minSearchStringLength" ] , 10 ) || 0 } get passwordPolicy ( ) { const t = OC . getCapabilities ( ) ; return t . password _policy ? t . password _policy : { } } }
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
*
2021-03-31 13:34:13 +03:00
* @ author Joas Schilling < coding @ schilljs . com >
2021-03-17 11:45:22 +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/>.
*
2021-05-28 19:51:33 +03:00
* /
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
*
2021-03-31 13:34:13 +03:00
* @ author Daniel Calviño Sánchez < danxuliu @ gmail . com >
* @ author Gary Kim < gary @ garykim . dev >
* @ author Georg Ehrke < oc . list @ georgehrke . com >
2021-03-17 11:45:22 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2021-03-31 13:34:13 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
* @ author Roeland Jago Douma < roeland @ famdouma . nl >
2021-03-17 11:45:22 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2021-05-28 19:51:33 +03:00
* /
class h { constructor ( t ) { this . _share = void 0 , t . ocs && t . ocs . data && t . ocs . data [ 0 ] && ( t = t . ocs . data [ 0 ] ) , t . hide _download = ! ! t . hide _download , t . mail _send = ! ! t . mail _send , this . _share = t } get state ( ) { return this . _share } get id ( ) { return this . _share . id } get type ( ) { return this . _share . share _type } get permissions ( ) { return this . _share . permissions } set permissions ( t ) { this . _share . permissions = t } get owner ( ) { return this . _share . uid _owner } get ownerDisplayName ( ) { return this . _share . displayname _owner } get shareWith ( ) { return this . _share . share _with } get shareWithDisplayName ( ) { return this . _share . share _with _displayname || this . _share . share _with } get shareWithDisplayNameUnique ( ) { return this . _share . share _with _displayname _unique || this . _share . share _with } get shareWithLink ( ) { return this . _share . share _with _link } get shareWithAvatar ( ) { return this . _share . share _with _avatar } get uidFileOwner ( ) { return this . _share . uid _file _owner } get displaynameFileOwner ( ) { return this . _share . displayname _file _owner || this . _share . uid _file _owner } get createdTime ( ) { return this . _share . stime } get expireDate ( ) { return this . _share . expiration } set expireDate ( t ) { this . _share . expiration = t } get token ( ) { return this . _share . token } get note ( ) { return this . _share . note } set note ( t ) { this . _share . note = t } get label ( ) { return this . _share . label } set label ( t ) { this . _share . label = t } get mailSend ( ) { return ! 0 === this . _share . mail _send } get hideDownload ( ) { return ! 0 === this . _share . hide _download } set hideDownload ( t ) { this . _share . hide _download = ! 0 === t } get password ( ) { return this . _share . password } set password ( t ) { this . _share . password = t } get sendPasswordByTalk ( ) { return this . _share . send _password _by _talk } set sendPasswordByTalk ( t ) { this . _share . send _password _by _talk = t } get path ( ) { return this . _share . path } get itemType ( ) { return this . _share . item _type } get mimetype ( ) { return this . _share . mimetype } get fileSource ( ) { return this . _share . file _source } get fileTarget ( ) { return this . _share . file _target } get fileParent ( ) { return this . _share . file _parent } get hasReadPermission ( ) { return ! ! ( this . permissions & OC . PERMISSION _READ ) } get hasCreatePermission ( ) { return ! ! ( this . permissions & OC . PERMISSION _CREATE ) } get hasDeletePermission ( ) { return ! ! ( this . permissions & OC . PERMISSION _DELETE ) } get hasUpdatePermission ( ) { return ! ! ( this . permissions & OC . PERMISSION _UPDATE ) } get hasSharePermission ( ) { return ! ! ( this . permissions & OC . PERMISSION _SHARE ) } get canEdit ( ) { return ! 0 === this . _share . can _edit } get canDelete ( ) { return ! 0 === this . _share . can _delete } get viaFileid ( ) { return this . _share . via _fileid } get viaPath ( ) { return this . _share . via _path } get parent ( ) { return this . _share . parent } get storageId ( ) { return this . _share . storage _id } get storage ( ) { return this . _share . storage } get itemSource ( ) { return this . _share . item _source } get status ( ) { return this . _share . status } }
2020-10-20 14:58:01 +03:00
/ * *
2021-05-21 17:53:02 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2020-10-20 14:58:01 +03:00
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2021-05-21 17:53:02 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2020-10-20 14:58:01 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2021-05-26 19:21:30 +03:00
* /var g={data:()=>({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_DECK:OC.Share.SHARE_TYPE_DECK,SHARE_TYPE_REMOTE_GROUP:OC.Share.SHARE_TYPE_REMOTE_GROUP,SHARE_TYPE_ROOM:OC.Share.SHARE_TYPE_ROOM}})},m=i(93),v=i.n(m),b=i(56),C=i.n(b),y=i(49),x=i.n(y),w={name:"SharingEntrySimple",components:{Actions:C.a},directives:{Tooltip:x.a},props:{title:{type:String,default:"",required:!0},tooltip:{type:String,default:""},subtitle:{type:String,default:""},isUnique:{type:Boolean,default:!0}}},B=i(18),E=i.n(B),I=i(227),k={insert:"head",singleton:!1},M=(E()(I.a,k),I.a.locals,i(8)),T=Object(M.a)(w,(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",rawName:"v-tooltip",value:t.tooltip,expression:"tooltip"}],staticClass:"sharing-entry__desc"},[n("h5",[t._v(t._s(t.title))]),t._v(" "),t.subtitle?n("p",[t._v("\n\t\t\t"+t._s(t.subtitle)+"\n\t\t")]):t._e()]),t._v(" "),t.$slots.default?n("Actions",{staticClass:"sharing-entry__actions",attrs:{"menu-align":"right"}},[t._t("default")],2):t._e()],2)}),[],!1,null,"1436bf4a",null).exports,S={name:"SharingEntryInternal",components:{ActionLink:v.a,SharingEntrySimple:T},props:{fileInfo:{type:Object,default:()=>{},required:!0}},data:()=>({copied:!1,copySuccess:!1}),computed:{internalLink(){return window.location.protocol+"/ / "+window.location.host+Object(l.generateUrl)(" / f / ")+this.fileInfo.id},clipboardTooltip(){return this.copied?this.copySuccess?t(" files _sharing "," Link copied "):t(" files _sharing "," Cannot copy , please copy the link manually "):t(" files _sharing "," Copy to clipboard ")},internalLinkSubtitle(){return" dir "===this.fileInfo.type?t(" files _sharing "," Only works for users with access to this folder "):t(" files _sharing "," Only works for users with access to this file ")}},methods:{async copyLink(){try{await this.$copyText(this.internalLink),this.$refs.copyButton.$el.focus(),this.copySuccess=!0,this.copied=!0}catch(t){this.copySuccess=!1,this.copied=!0,console.error(t)}finally{setTimeout(()=>{this.copySuccess=!1,this.copied=!1},4e3)}}}},_=i(228),N={insert:" head ",singleton:!1},D=(E()(_.a,N),_.a.locals,Object(M.a)(S,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(" SharingEntrySimple ",{staticClass:" sharing - entry _ _internal ",attrs:{title:t.t(" files _sharing "," Internal link "),subtitle:t.internalLinkSubtitle},scopedSlots:t._u([{key:" avatar ",fn:function(){return[n(" div ",{staticClass:" avatar - external icon - external - white "})]},proxy:!0}])},[t._v(" "),n(" ActionLink ",{ref:" copyButton ",attrs:{href:t.internalLink,target:" _blank ",icon:t.copied&&t.copySuccess?" icon - checkmark - color ":" icon - clippy "},on:{click:function(e){return e.preventDefault(),t.copyLink(e)}}},[t._v(" \ n \ t \ t "+t._s(t.clipboardTooltip)+" \ n \ t ")])],1)}),[],!1,null," 8239 c8d6 " , null ) . exports ) , O = i ( 28 ) , j = i ( 150 ) , L = i . n ( j ) , P = i ( 149 ) , z = i . n ( P ) ;
2021-03-17 11:45:22 +03:00
/ * *
2021-05-21 17:53:02 +03:00
* @ copyright Copyright ( c ) 2020 John Molakvoæ < skjnldsv @ protonmail . com >
2021-03-17 11:45:22 +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/>.
*
2021-05-21 17:53:02 +03:00
* /
2021-05-28 19:51:33 +03:00
const U = new f , Q = "abcdefgijkmnopqrstwxyzABCDEFGHJKLMNPQRSTWXYZ23456789" ; var R = async function ( ) { if ( U . passwordPolicy . api && U . passwordPolicy . api . generate ) try { const t = await p . a . get ( U . passwordPolicy . api . generate ) ; if ( t . data . ocs . data . password ) return t . data . ocs . data . password } catch ( t ) { console . info ( "Error generating password from password_policy" , t ) } return Array ( 10 ) . fill ( 0 ) . reduce ( ( t , e ) => t += Q . charAt ( Math . floor ( Math . random ( ) * Q . length ) ) , "" ) } ; i ( 458 ) ;
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
*
2021-03-31 13:34:13 +03:00
* @ author Christoph Wurst < christoph @ winzerhof - wurst . at >
2021-05-21 17:53:02 +03:00
* @ author Joas Schilling < coding @ schilljs . com >
2021-03-17 11:45:22 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2021-03-31 13:34:13 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2021-03-17 11:45:22 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2021-05-21 17:53:02 +03:00
* /
2021-05-26 19:21:30 +03:00
const F = Object ( l . generateOcsUrl ) ( "apps/files_sharing/api/v1" , 2 ) + "shares" , Y = { "Content-Type" : "application/x-www-form-urlencoded;charset=UTF-8" } ; var G = { methods : { async createShare ( { path : e , permissions : n , shareType : i , shareWith : r , publicUpload : o , password : a , sendPasswordByTalk : s , expireDate : A , label : l } ) { try { var c ; const t = await p . a . post ( F , { path : e , permissions : n , shareType : i , shareWith : r , publicUpload : o , password : a , sendPasswordByTalk : s , expireDate : A , label : l } ) ; if ( null == t || null === ( c = t . data ) || void 0 === c || ! c . ocs ) throw t ; return new h ( t . data . ocs . data ) } catch ( e ) { var u , d , f , g ; console . error ( "Error while creating share" , e ) ; const n = null == e || null === ( u = e . response ) || void 0 === u || null === ( d = u . data ) || void 0 === d || null === ( f = d . ocs ) || void 0 === f || null === ( g = f . meta ) || void 0 === g ? void 0 : g . message ; throw OC . Notification . showTemporary ( n ? t ( "files_sharing" , "Error creating the share: {errorMessage}" , { errorMessage : n } ) : t ( "files_sharing" , "Error creating the share" ) , { type : "error" } ) , e } } , async deleteShare ( e ) { try { var n ; const t = await p . a . delete ( F + "/" . concat ( e ) ) ; if ( null == t || null === ( n = t . data ) || void 0 === n || ! n . ocs ) throw t ; return ! 0 } catch ( e ) { var i , r , o , a ; console . error ( "Error while deleting share" , e ) ; const n = null == e || null === ( i = e . response ) || void 0 === i || null === ( r = i . data ) || void 0 === r || null === ( o = r . ocs ) || void 0 === o || null === ( a = o . meta ) || void 0 === a ? void 0 : a . message ; throw OC . Notification . showTemporary ( n ? t ( "files_sharing" , "Error deleting the share: {errorMessage}" , { errorMessage : n } ) : t ( "files_sharing" , "Error deleting the share" ) , { type : "error" } ) , e } } , async updateShare ( e , n ) { try { var i ; const t = await p . a . put ( F + "/" . concat ( e ) , n , Y ) ; if ( null == t || null === ( i = t . data ) || void 0 === i || ! i . ocs ) throw t ; return ! 0 } catch ( e ) { if ( console . error ( "Error while updating share" , e ) , 400 !== e . response . status ) { var r , o , a , s ; const n = null == e || null === ( r = e . response ) || void 0 === r || null === ( o = r . data ) || void 0 === o || null === ( a = o . ocs ) || void 0 === a || null === ( s = a . meta ) || void 0 === s ? void 0 : s . message ; OC . Notification . showTemporary ( n ? t ( "files_sharing" , "Error updating the share: {errorMessage}" , { errorMessage : n } ) : t ( "files_sharing" , "Error updating the share" ) , { type : "error" } ) } const n = e . response . data . ocs . meta . message ; throw new Error ( n ) } } } } , $ = { name : "SharingInput" , components : { Multiselect : z . a } , mixins : [ g , G ] , props : { shares : { type : Array , default : ( ) => [ ] , required : ! 0 } , linkShares : { type : Array , default : ( ) => [ ] , required : ! 0 } , fileInfo : { type : Object , default : ( ) => { } , required : ! 0 } , reshare : { type : h , default : null } , canReshare : { type : Boolean , required : ! 0 } } , data : ( ) => ( { config : new f , loading : ! 1 , query : "" , recommendations : [ ] , ShareSearch : OCA . Sharing . ShareSearch . state , suggestions : [ ] } ) , computed : { externalResults ( ) { return this . ShareSearch . results } , inputPlaceholder ( ) { const e = this . config . isRemoteShareAllowed ; return this . canReshare ? e ? t ( "files_sharing" , "Name, email, or Federated Cloud ID …" ) : t ( "files_sharing" , "Name or email …" ) : t ( "files_sharing" , "Resharing is not allowed" ) } , isValidQuery ( ) { return this . query && "" !== this . query . trim ( ) && this . query . length > this . config . minSearchStringLength } , options ( ) { return this . isValidQuery ? this . suggestions : this . recommendations } , noResultText ( ) { return this . loading ? t ( "files_sharing" , "Searching …" ) : t ( "files_sharing" , "No elements found." ) } } , mounted ( ) { this . getRecommendations ( ) } , methods : { async asyncFind ( t , e ) { this . query = t . trim ( ) , this . isValidQuery && ( this . loading = ! 0 , await this . debounceGetSuggestions ( t ) ) } , async getSuggestions ( e , n = ! 1 ) { this . loading = ! 0 , ! 0 === OC . getCapabilities ( ) . files _sharing . sharee . query _lookup _default && ( n = ! 0 ) ; const i = [ this . SHARE _TYPES . SHARE _TYPE _USER , this . SHARE _TYPES . SHARE _TYPE _GROUP , this . SHARE _TYPES . SHARE _TYPE _REMOTE , this . SHARE _TYPES . SHARE _TYPE _REMOTE _GROUP , this . SHARE _TYPES . SHARE _TYPE _CIRCLE , this . SHARE _TYPES . SHARE _TYPE _ROOM , this . SHARE _TYPES . SHARE _TYPE _GUEST , this . SHARE _TYPES . SHARE _TYPE _DECK ] ; ! 0 === OC . getCapabilities ( ) . files _sharing . public . enabled && i . push ( this . SHARE _TYPES . SHARE _TYPE _EMAIL ) ; let r = null ; try { r = await p . a . get ( Object ( l . generateOcsUrl ) ( "apps/files_sharing/api/v1" , 2 ) + "sharees" , { params : { format : "json" , itemType : "dir" === this . fileInfo . type ? "folder" : "file" , search : e , lookup : n , perPage : this . config . maxAutocompleteResults , shareType : i } } ) } catch ( t ) { return void console . error ( " Error fetching s
2021-03-17 11:45:22 +03:00
/ * *
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2021-05-28 19:51:33 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2021-03-17 11:45:22 +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
2021-03-31 13:34:13 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2021-03-17 11:45:22 +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/>.
*
2021-05-28 19:51:33 +03:00
* /
window . OCA . Sharing || ( window . OCA . Sharing = { } ) , Object . assign ( window . OCA . Sharing , { ShareSearch : new
2021-03-17 11:45:22 +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
2021-03-31 13:34:13 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2021-03-17 11:45:22 +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/>.
*
2021-05-28 19:51:33 +03:00
* /
class { constructor ( ) { this . _state = void 0 , this . _state = { } , this . _state . results = [ ] , console . debug ( "OCA.Sharing.ShareSearch initialized" ) } get state ( ) { return this . _state } addNewResult ( t ) { return "" !== t . displayName . trim ( ) && "function" == typeof t . handler ? ( this . _state . results . push ( t ) , ! 0 ) : ( console . error ( "Invalid search result provided" , t ) , ! 1 ) } }
2021-03-17 11:45:22 +03:00
/ * *
2021-05-28 19:51:33 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2021-03-17 11:45:22 +03:00
*
2021-05-28 19:51:33 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2021-03-17 11:45:22 +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
2021-03-31 13:34:13 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2021-03-17 11:45:22 +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/>.
*
2021-05-28 19:51:33 +03:00
* / } ) , O b j e c t . a s s i g n ( w i n d o w . O C A . S h a r i n g , { E x t e r n a l L i n k A c t i o n s : n e w c l a s s { c o n s t r u c t o r ( ) { t h i s . _ s t a t e = v o i d 0 , t h i s . _ s t a t e = { } , t h i s . _ s t a t e . a c t i o n s = [ ] , c o n s o l e . d e b u g ( " O C A . S h a r i n g . E x t e r n a l L i n k A c t i o n s i n i t i a l i z e d " ) } g e t s t a t e ( ) { r e t u r n t h i s . _ s t a t e } r e g i s t e r A c t i o n ( t ) { r e t u r n " o b j e c t " = = t y p e o f t & & t . i c o n & & t . n a m e & & t . u r l ? ( t h i s . _ s t a t e . a c t i o n s . p u s h ( t ) , ! 0 ) : ( c o n s o l e . e r r o r ( " I n v a l i d a c t i o n p r o v i d e d " , t ) , ! 1 ) } }
2021-03-17 11:45:22 +03:00
/ * *
2021-05-28 19:51:33 +03:00
* @ copyright Copyright ( c ) 2019 Julius Härtl < jus @ bitgrid . net >
2021-03-17 11:45:22 +03:00
*
2021-03-31 13:34:13 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2021-03-17 11:45:22 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2021-05-26 19:21:30 +03:00
* / } ) , O b j e c t . a s s i g n ( w i n d o w . O C A . S h a r i n g , { S h a r e T a b S e c t i o n s : n e w c l a s s { c o n s t r u c t o r ( ) { t h i s . _ s e c t i o n s = v o i d 0 , t h i s . _ s e c t i o n s = [ ] } r e g i s t e r S e c t i o n ( t ) { t h i s . _ s e c t i o n s . p u s h ( t ) } g e t S e c t i o n s ( ) { r e t u r n t h i s . _ s e c t i o n s } } } ) , r . d e f a u l t . p r o t o t y p e . t = s . t r a n s l a t e , r . d e f a u l t . p r o t o t y p e . n = s . t r a n s l a t e P l u r a l , r . d e f a u l t . u s e ( a . a ) ; c o n s t _ t = r . d e f a u l t . e x t e n d ( S t ) ; l e t N t = n u l l ; w i n d o w . a d d E v e n t L i s t e n e r ( " D O M C o n t e n t L o a d e d " , ( f u n c t i o n ( ) { O C A . F i l e s & & O C A . F i l e s . S i d e b a r & & O C A . F i l e s . S i d e b a r . r e g i s t e r T a b ( n e w O C A . F i l e s . S i d e b a r . T a b ( { i d : " s h a r i n g " , n a m e : O b j e c t ( s . t r a n s l a t e ) ( " f i l e s _ s h a r i n g " , " S h a r i n g " ) , i c o n : " i c o n - s h a r e " , a s y n c m o u n t ( t , e , n ) { N t & & N t . $ d e s t r o y ( ) , N t = n e w _ t ( { p a r e n t : n } ) , a w a i t N t . u p d a t e ( e ) , N t . $ m o u n t ( t ) } , u p d a t e ( t ) { N t . u p d a t e ( t ) } , d e s t r o y ( ) { N t . $ d e s t r o y ( ) , N t = n u l l } } ) ) } ) ) } , , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; f u n c t i o n i ( t ) { r e t u r n t i n s t a n c e o f D a t e | | " [ o b j e c t D a t e ] " = = = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( t ) } f u n c t i o n r ( t ) { r e t u r n i ( t ) ? n e w D a t e ( t . g e t T i m e ( ) ) : n u l l = = t ? n e w D a t e ( N a N ) : n e w D a t e ( t ) } f u n c t i o n o ( t ) { r e t u r n i ( t ) & & ! i s N a N ( t . g e t T i m e ( ) ) } f u n c t i o n a ( t ) { v a r e = a r g u m e n t s . l e n g t h > 1 & & v o i d 0 ! = = a r g u m e n t s [ 1 ] ? a r g u m e n t s [ 1 ] : 0 ; i f ( ! ( e > = 0 & & e < = 6 ) ) t h r o w n e w R a n g e E r r o r ( " w e e k S t a r t s O n m u s t b e b e t w e e n 0 a n d 6 " ) ; v a r n = r ( t ) , i = n . g e t D a y ( ) , o = ( i + 7 - e ) % 7 ; r e t u r n n . s e t D a t e ( n . g e t D a t e ( ) - o ) , n . s e t H o u r s ( 0 , 0 , 0 , 0 ) , n } f u n c t i o n s ( t ) { v a r e = a r g u m e n t s . l e n g t h > 1 & & v o i d 0 ! = = a r g u m e n t s [ 1 ] ? a r g u m e n t s [ 1 ] : { } , n = e . f i r s t D a y O f W e e k , i = v o i d 0 = = = n ? 0 : n , o = e . f i r s t W e e k C o n t a i n s D a t e , s = v o i d 0 = = = o ? 1 : o ; i f ( ! ( s > = 1 & & s < = 7 ) ) t h r o w n e w R a n g e E r r o r ( " f i r s t W e e k C o n t a i n s D a t e m u s t b e b e t w e e n 1 a n d 7 " ) ; f o r ( v a r A = r ( t ) , l = A . g e t F u l l Y e a r ( ) , c = n e w D a t e ( 0 ) , u = l + 1 ; u > = l - 1 & & ( c . s e t F u l l Y e a r ( u , 0 , s ) , c . s e t H o u r s ( 0 , 0 , 0 , 0 ) , c = a ( c , i ) , ! ( A . g e t T i m e ( ) > = c . g e t T i m e ( ) ) ) ; u - - ) ; r e t u r n c } f u n c t i o n A ( t ) { v a r e = a r g u m e n t s . l e n g t h > 1 & & v o i d 0 ! = = a r g u m e n t s [ 1 ] ? a r g u m e n t s [ 1 ] : { } , n = e . f i r s t D a y O f W e e k , i = v o i d 0 = = = n ? 0 : n , o = e . f i r s t W e e k C o n t a i n s D a t e , A = v o i d 0 = = = o ? 1 : o , l = r ( t ) , c = a ( l , i ) , u = s ( l , { f i r s t D a y O f W e e k : i , f i r s t W e e k C o n t a i n s D a t e : A } ) , d = c . g e t T i m e ( ) - u . g e t T i m e ( ) ; r e t u r n M a t h . r o u n d ( d / 6 0 4 8 e 5 ) + 1 } n . r ( e ) ; v a r l = { m o n t h s : [ " J a n u a r y " , " F e b r u a r y " , " M a r c h " , " A p r i l " , " M a y " , " J u n e " , " J u l y " , " A u g u s t " , " S e p t e m b e r " , " O c t o b e r " , " N o v e m b e r " , " D e c e m b e r " ] , m o n t h 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 " ] , w e e k d a y s : [ " S u n d a y " , " M o n d a y " , " T u e s d a y " , " W e d n e s d a y " , " T h u r s d a y " , " F r i d a y " , " S a t u r d a y " ] , w e e k d a y 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 " ] , w e e k d a y s M i n : [ " S u " , " M o " , " T u " , " W e " , " T h " , " F r " , " S a " ] , f i r s t D a y O f W e e k : 0 , f i r s t W e e k C o n t a i n s D a t e : 1 } , c = / \ [ ( [ ^ \ ] ] + ) ] | Y Y Y Y | Y Y ? | M { 1 , 4 } | D { 1 , 2 } | d { 1 , 4 } | H { 1 , 2 } | h { 1 , 2 } | m { 1 , 2 } | s { 1 , 2 } | Z { 1 , 2 } | S { 1 , 3 } | w { 1 , 2 } | x | X | a | A / g ; f u n c t i o n u ( t ) { f o r ( v a r e = a r g u m e n t s . l e n g t h > 1 & & v o i d 0 ! = = a r g u m e n t s [ 1 ] ? a r g u m e n t s [ 1 ] : 2 , n = " " . c o n c a t ( M a t h . a b s ( t ) ) , i = t < 0 ? " - " : " " ; n . l e n g t h < e ; ) n = " 0 " . c o n c a t ( n ) ; r e t u r n i + n } f u n c t i o n d ( t ) { v a r e = a r g u m e n t s . l e n g t h > 1 & & v o i d 0 ! = = a r g u m e n t s [ 1 ] ? a r g u m e n t s [ 1 ] : " " , n = t > 0 ? " - " : " + " , i = M a t h . a b s ( t ) , r = M a t h . f l o o r ( i / 6 0 ) , o = i % 6 0 ; r e t u r n n + u ( r , 2 ) + e + u ( o , 2 ) } v a r p = f u n c t i o n ( t , e , n ) { v a r i = t < 1 2 ? " A M " : " P M " ; r e t u r n n ? i . t o L o c a l e L o w e r C a s e ( ) : i } , f = { Y : f u n c t i o n ( t ) { v a r e = t . g e t F u l l Y e a r ( ) ; r e t u r n e < = 9 9 9 9 ? " " . c o n c a t ( e ) : " + " . c o n c a t ( e ) } , Y Y : f u n c t i o n ( t ) { r e t u r n u ( t . g e t F u l l Y e a r ( ) , 4 ) . s u b s t r ( 2 ) } , Y Y Y Y : f u n c t i o n ( t ) { r e t u r n u ( t . g e t F u l l Y e a r ( ) , 4 ) } , M : f u n c t i o n ( t ) { r e t u r n t . g e t M o n t h ( ) + 1 } , M M : f u n c t i o n ( t ) { r e t u r n u ( t . g e t M o n t h ( ) + 1 , 2 ) } , M M M : f u n c t i o n ( t , e ) { r e t u r n e . m o n t h s S h o r t [ t . g e t M o n t h ( ) ] } , M M M M : f u n c t i o n ( t , e ) { r e t u r n e . m o n t h s [ t . g e t M o n t h ( ) ] } , D : f u n c t i o n ( t ) { r e t u r n t . g e t D a t e ( ) } , D D : f u n c t i o n ( t ) { r e t u r n u ( t . g e t D a t e ( ) , 2 ) } , H : f u n c t i o n ( t ) { r e t u r n t . g e t H o u r s ( ) } , H H : f u n c t i o n ( t ) { r e t u r n u ( t . g e t H o u r s ( ) , 2 ) } , h : f u n c t i o n ( t ) { v a r e = t . g e t H o u r s ( ) ; r e t u r n 0 = = = e ? 1 2 : e > 1 2 ? e % 1 2 : e } , h h : f u n c t i o n ( ) { v a r t = f . h . a p p l y ( f , a r g u m e n t s ) ; r e t u r n u ( t , 2 ) } , m : f u n c t i o n ( t ) { r e t u r n t . g e t M i n u t e s ( ) } , m m : f u n c t i o n ( t ) { r e t u r n u ( t . g e t M i n u t e s ( ) , 2 ) } , s : f u n c t i o n ( t ) { r e t u r n t . g e t S e c o n d s ( ) } , s s : f u n c t i o n ( t ) { r e t u r n u ( t . g e t S e c o n d s ( ) , 2 ) } , S : f u n c t i o n ( t ) { r e t u r n M a t h . f l o o r ( t . g e t M i l l i s e c o n d s ( ) / 1 0 0 ) } , S S : f u n c t i o n ( t ) { r e t u r n u ( M a t h . f l o o r ( t . g e t M i l l i s e c o n d s ( ) / 1 0 ) , 2 ) } , S S S : f u n c t i o n ( t ) { r e t u r n u ( t . g e t M i l l i s e c o n d s ( ) , 3 ) } , d : f u n c t i o n ( t ) { r e t u r n t . g e t D a y ( ) } , d d : f u n c t i o n ( t , e ) { r e t u r n e . w e e k d a y s M i n [ t . g e t D a y ( ) ] } , d d d : f u n c t i o n ( t , e ) { r e t u r n e . w e e k d a y s S h o r t [ t . g e t D a y ( ) ] } , d d d d : f u n c t i o n ( t , e ) { r e t u r n e . w e e k d a y s [ t . g e t D a y ( ) ] } , A : f u n c t i o n ( t , e ) { r e t u r n ( e . m e r i d i e m | | p ) ( t . g e t H o u r s ( ) , t . g e t M i n u t e s ( ) , ! 1 ) } , a : f u n c t i o n ( t , e ) { r e t u r n ( e . m e r i d i
2020-07-14 15:34:10 +03:00
//# sourceMappingURL=files_sharing_tab.js.map