2019-02-27 15:57:18 +03:00
! function ( t ) { var e = { } ; function n ( r ) { if ( e [ r ] ) return e [ r ] . exports ; var i = e [ r ] = { i : r , l : ! 1 , exports : { } } ; return t [ r ] . call ( i . exports , i , i . exports , n ) , i . l = ! 0 , i . exports } n . m = t , n . c = e , n . d = function ( t , e , r ) { n . o ( t , e ) || Object . defineProperty ( t , e , { enumerable : ! 0 , get : r } ) } , n . r = function ( t ) { "undefined" != typeof Symbol && Symbol . toStringTag && Object . defineProperty ( t , Symbol . toStringTag , { value : "Module" } ) , Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) } , n . t = function ( t , e ) { if ( 1 & e && ( t = n ( t ) ) , 8 & e ) return t ; if ( 4 & e && "object" == typeof t && t && t . _ _esModule ) return t ; var r = Object . create ( null ) ; if ( n . r ( r ) , Object . defineProperty ( r , "default" , { enumerable : ! 0 , value : t } ) , 2 & e && "string" != typeof t ) for ( var i in t ) n . d ( r , i , function ( e ) { return t [ e ] } . bind ( null , i ) ) ; return r } , n . n = function ( t ) { var e = t && t . _ _esModule ? function ( ) { return t . default } : function ( ) { return t } ; return n . d ( e , "a" , e ) , e } , n . o = function ( t , e ) { return Object . prototype . hasOwnProperty . call ( t , e ) } , n . p = "/" , n ( n . s = 63 ) } ( [ , function ( t , e , n ) { "use strict" ; var r = n ( 8 ) , i = n ( 22 ) , o = Object . prototype . toString ; function a ( t ) { return "[object Array]" === o . call ( t ) } function s ( t ) { return null !== t && "object" == typeof t } function u ( t ) { return "[object Function]" === o . call ( t ) } function c ( t , e ) { if ( null != t ) if ( "object" != typeof t && ( t = [ t ] ) , a ( t ) ) for ( var n = 0 , r = t . length ; n < r ; n ++ ) e . call ( null , t [ n ] , n , t ) ; else for ( var i in t ) Object . prototype . hasOwnProperty . call ( t , i ) && e . call ( null , t [ i ] , i , t ) } t . exports = { isArray : a , isArrayBuffer : function ( t ) { return "[object ArrayBuffer]" === o . call ( t ) } , isBuffer : i , isFormData : function ( t ) { return "undefined" != typeof FormData && t instanceof FormData } , isArrayBufferView : function ( t ) { return "undefined" != typeof ArrayBuffer && ArrayBuffer . isView ? ArrayBuffer . isView ( t ) : t && t . buffer && t . buffer instanceof ArrayBuffer } , isString : function ( t ) { return "string" == typeof t } , isNumber : function ( t ) { return "number" == typeof t } , isObject : s , isUndefined : function ( t ) { return void 0 === t } , isDate : function ( t ) { return "[object Date]" === o . call ( t ) } , isFile : function ( t ) { return "[object File]" === o . call ( t ) } , isBlob : function ( t ) { return "[object Blob]" === o . call ( t ) } , isFunction : u , isStream : function ( t ) { return s ( t ) && u ( t . pipe ) } , isURLSearchParams : function ( t ) { return "undefined" != typeof URLSearchParams && t instanceof URLSearchParams } , isStandardBrowserEnv : function ( ) { return ( "undefined" == typeof navigator || "ReactNative" !== navigator . product ) && "undefined" != typeof window && "undefined" != typeof document } , forEach : c , merge : function t ( ) { var e = { } ; function n ( n , r ) { "object" == typeof e [ r ] && "object" == typeof n ? e [ r ] = t ( e [ r ] , n ) : e [ r ] = n } for ( var r = 0 , i = arguments . length ; r < i ; r ++ ) c ( arguments [ r ] , n ) ; return e } , extend : function ( t , e , n ) { return c ( e , function ( e , i ) { t [ i ] = n && "function" == typeof e ? r ( e , n ) : e } ) , t } , trim : function ( t ) { return t . replace ( /^\s*/ , "" ) . replace ( /\s*$/ , "" ) } } } , function ( t , e , n ) { "use strict" ; ( function ( t , n ) {
2018-12-21 10:37:57 +03:00
/ * !
2019-03-04 10:47:10 +03:00
* Vue . js v2 . 6.8
2019-01-12 16:04:34 +03:00
* ( c ) 2014 - 2019 Evan You
2018-12-21 10:37:57 +03:00
* Released under the MIT License .
* /
2019-03-06 21:59:15 +03:00
var r = Object . freeze ( { } ) ; function i ( t ) { return null == t } function o ( t ) { return null != t } function a ( t ) { return ! 0 === t } function s ( t ) { return "string" == typeof t || "number" == typeof t || "symbol" == typeof t || "boolean" == typeof t } function u ( t ) { return null !== t && "object" == typeof t } var c = Object . prototype . toString ; function l ( t ) { return "[object Object]" === c . call ( t ) } function f ( t ) { return "[object RegExp]" === c . call ( t ) } function p ( t ) { var e = parseFloat ( String ( t ) ) ; return e >= 0 && Math . floor ( e ) === e && isFinite ( t ) } function d ( t ) { return o ( t ) && "function" == typeof t . then && "function" == typeof t . catch } function h ( t ) { return null == t ? "" : Array . isArray ( t ) || l ( t ) && t . toString === c ? JSON . stringify ( t , null , 2 ) : String ( t ) } function v ( t ) { var e = parseFloat ( t ) ; return isNaN ( e ) ? t : e } function A ( t , e ) { for ( var n = Object . create ( null ) , r = t . split ( "," ) , i = 0 ; i < r . length ; i ++ ) n [ r [ i ] ] = ! 0 ; return e ? function ( t ) { return n [ t . toLowerCase ( ) ] } : function ( t ) { return n [ t ] } } A ( "slot,component" , ! 0 ) ; var m = A ( "key,ref,slot,slot-scope,is" ) ; function g ( t , e ) { if ( t . length ) { var n = t . indexOf ( e ) ; if ( n > - 1 ) return t . splice ( n , 1 ) } } var y = Object . prototype . hasOwnProperty ; function _ ( t , e ) { return y . call ( t , e ) } function b ( t ) { var e = Object . create ( null ) ; return function ( n ) { return e [ n ] || ( e [ n ] = t ( n ) ) } } var w = /-(\w)/g , x = b ( function ( t ) { return t . replace ( w , function ( t , e ) { return e ? e . toUpperCase ( ) : "" } ) } ) , C = b ( function ( t ) { return t . charAt ( 0 ) . toUpperCase ( ) + t . slice ( 1 ) } ) , E = /\B([A-Z])/g , T = b ( function ( t ) { return t . replace ( E , "-$1" ) . toLowerCase ( ) } ) ; var S = Function . prototype . bind ? function ( t , e ) { return t . bind ( e ) } : function ( t , e ) { function n ( n ) { var r = arguments . length ; return r ? r > 1 ? t . apply ( e , arguments ) : t . call ( e , n ) : t . call ( e ) } return n . _length = t . length , n } ; function k ( t , e ) { e = e || 0 ; for ( var n = t . length - e , r = new Array ( n ) ; n -- ; ) r [ n ] = t [ n + e ] ; return r } function O ( t , e ) { for ( var n in e ) t [ n ] = e [ n ] ; return t } function M ( t ) { for ( var e = { } , n = 0 ; n < t . length ; n ++ ) t [ n ] && O ( e , t [ n ] ) ; return e } function D ( t , e , n ) { } var I = function ( t , e , n ) { return ! 1 } , B = function ( t ) { return t } ; function N ( t , e ) { if ( t === e ) return ! 0 ; var n = u ( t ) , r = u ( e ) ; if ( ! n || ! r ) return ! n && ! r && String ( t ) === String ( e ) ; try { var i = Array . isArray ( t ) , o = Array . isArray ( e ) ; if ( i && o ) return t . length === e . length && t . every ( function ( t , n ) { return N ( t , e [ n ] ) } ) ; if ( t instanceof Date && e instanceof Date ) return t . getTime ( ) === e . getTime ( ) ; if ( i || o ) return ! 1 ; var a = Object . keys ( t ) , s = Object . keys ( e ) ; return a . length === s . length && a . every ( function ( n ) { return N ( t [ n ] , e [ n ] ) } ) } catch ( t ) { return ! 1 } } function j ( t , e ) { for ( var n = 0 ; n < t . length ; n ++ ) if ( N ( t [ n ] , e ) ) return n ; return - 1 } function L ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , t . apply ( this , arguments ) ) } } var P = "data-server-rendered" , $ = [ "component" , "directive" , "filter" ] , R = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" , "serverPrefetch" ] , F = { optionMergeStrategies : Object . create ( null ) , silent : ! 1 , productionTip : ! 1 , devtools : ! 1 , performance : ! 1 , errorHandler : null , warnHandler : null , ignoredElements : [ ] , keyCodes : Object . create ( null ) , isReservedTag : I , isReservedAttr : I , isUnknownElement : I , getTagNamespace : D , parsePlatformTagName : B , mustUseProp : I , async : ! 0 , _lifecycleHooks : R } , U = /a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/ ; function z ( t , e , n , r ) { Object . defineProperty ( t , e , { value : n , enumerable : ! ! r , writable : ! 0 , configurable : ! 0 } ) } var G = new RegExp ( "[^" + U . source + ".$_\\d]" ) ; var H , V = "__proto__" in { } , Y = "undefined" != typeof window , Q = "undefined" != typeof WXEnvironment && ! ! WXEnvironment . platform , W = Q && WXEnvironment . platform . toLowerCase ( ) , Z = Y && window . navigator . userAgent . toLowerCase ( ) , q = 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 ) , tt = ( Z && /chrome\/\d+/ . test ( Z ) , Z && /phantomjs/ . test ( Z ) , Z && Z . match ( /firefox\/(\d+)/ ) ) , et = { } . watch , nt = ! 1 ; if ( Y ) try { var rt = { } ; Object . defineProperty ( rt , "passive" , { get : function ( ) { nt = ! 0 } } ) , window . addEventListener ( "test-passive" , null , rt ) } catch ( t ) { } var it = function ( ) { return void 0 === H && ( H = ! Y && ! Q && void 0 !== t && ( t . process && "server" === t . process . env . VUE _ENV ) ) , H } , ot = Y && window . _ _VUE _DEVTOOLS _GLOBAL _HOOK _ _ ; function at ( t ) { retur
2019-01-10 18:04:13 +03:00
/ * *
* vuex v3 . 1.0
* ( c ) 2019 Evan You
* @ license MIT
2019-02-27 15:57:18 +03:00
* /var r="undefined"!=typeof window&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function i(t,e){Object.keys(t).forEach(function(n){return e(t[n],n)})}var o=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"==typeof n?n():n)||{}},a={namespaced:{configurable:!0}};a.namespaced.get=function(){return!!this._rawModule.namespaced},o.prototype.addChild=function(t,e){this._children[t]=e},o.prototype.removeChild=function(t){delete this._children[t]},o.prototype.getChild=function(t){return this._children[t]},o.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},o.prototype.forEachChild=function(t){i(this._children,t)},o.prototype.forEachGetter=function(t){this._rawModule.getters&&i(this._rawModule.getters,t)},o.prototype.forEachAction=function(t){this._rawModule.actions&&i(this._rawModule.actions,t)},o.prototype.forEachMutation=function(t){this._rawModule.mutations&&i(this._rawModule.mutations,t)},Object.defineProperties(o.prototype,a);var s=function(t){this.register([],t,!1)};s.prototype.get=function(t){return t.reduce(function(t,e){return t.getChild(e)},this.root)},s.prototype.getNamespace=function(t){var e=this.root;return t.reduce(function(t,n){return t+((e=e.getChild(n)).namespaced?n+"/ ":" ")}," ")},s.prototype.update=function(t){!function t(e,n,r){0;n.update(r);if(r.modules)for(var i in r.modules){if(!n.getChild(i))return void 0;t(e.concat(i),n.getChild(i),r.modules[i])}}([],this.root,t)},s.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var a=new o(e,n);0===t.length?this.root=a:this.get(t.slice(0,-1)).addChild(t[t.length-1],a);e.modules&&i(e.modules,function(e,i){r.register(t.concat(i),e,n)})},s.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];e.getChild(n).runtime&&e.removeChild(n)};var u;var c=function(t){var e=this;void 0===t&&(t={}),!u&&" undefined "!=typeof window&&window.Vue&&m(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var i=t.strict;void 0===i&&(i=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new s(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new u;var o=this,a=this.dispatch,c=this.commit;this.dispatch=function(t,e){return a.call(o,t,e)},this.commit=function(t,e,n){return c.call(o,t,e,n)},this.strict=i;var l=this._modules.root.state;h(this,l,[],this._modules.root),d(this,l),n.forEach(function(t){return t(e)}),(void 0!==t.devtools?t.devtools:u.config.devtools)&&function(t){r&&(t._devtoolHook=r,r.emit(" vuex : init ",t),r.on(" vuex : travel - to - state ",function(e){t.replaceState(e)}),t.subscribe(function(t,e){r.emit(" vuex : mutation ",t,e)}))}(this)},l={state:{configurable:!0}};function f(t,e){return e.indexOf(t)<0&&e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function p(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;h(t,n,[],t._modules.root,!0),d(t,n,e)}function d(t,e,n){var r=t._vm;t.getters={};var o=t._wrappedGetters,a={};i(o,function(e,n){a[n]=function(){return e(t)},Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})});var s=u.config.silent;u.config.silent=!0,t._vm=new u({data:{$$state:e},computed:a}),u.config.silent=s,t.strict&&function(t){t._vm.$watch(function(){return this._data.$$state},function(){0},{deep:!0,sync:!0})}(t),r&&(n&&t._withCommit(function(){r._data.$$state=null}),u.nextTick(function(){return r.$destroy()}))}function h(t,e,n,r,i){var o=!n.length,a=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[a]=r),!o&&!i){var s=v(e,n.slice(0,-1)),c=n[n.length-1];t._withCommit(function(){u.set(s,c,r.state)})}var l=r.context=function(t,e,n){var r=" " === e , i = { dispatch : r ? t . dispatch : function ( n , r , i ) { var o = A ( n , r , i )
/ * *
* @ license
* Lodash < https : //lodash.com/>
* Copyright JS Foundation and other contributors < https : //js.foundation/>
* Released under MIT license < https : //lodash.com/license>
* Based on Underscore . js 1.8 . 3 < http : //underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas , DocumentCloud and Investigative Reporters & Editors
2019-03-06 21:59:15 +03:00
* /(function(){var o,a=200,s="Unsupported core-js use. Try https:/ / npms . io / search ? q = ponyfill . ",u=" Expected a function ",c=" _ _lodash _hash _undefined _ _ ",l=500,f=" _ _lodash _placeholder _ _ ",p=1,d=2,h=4,v=1,A=2,m=1,g=2,y=4,_=8,b=16,w=32,x=64,C=128,E=256,T=512,S=30,k=" ... ",O=800,M=16,D=1,I=2,B=1/0,N=9007199254740991,j=1.7976931348623157e308,L=NaN,P=4294967295,$=P-1,R=P>>>1,F=[[" ary ",C],[" bind ",m],[" bindKey ",g],[" curry ",_],[" curryRight ",b],[" flip ",T],[" partial ",w],[" partialRight ",x],[" rearg ",E]],U=" [ object Arguments ] ",z=" [ object Array ] ",G=" [ object AsyncFunction ] ",H=" [ object Boolean ] ",V=" [ object Date ] ",Y=" [ object DOMException ] ",Q=" [ object Error ] ",W=" [ object Function ] ",Z=" [ object GeneratorFunction ] ",q=" [ object Map ] ",J=" [ object Number ] ",X=" [ object Null ] ",K=" [ object Object ] ",tt=" [ object Proxy ] ",et=" [ object RegExp ] ",nt=" [ object Set ] ",rt=" [ object String ] ",it=" [ object Symbol ] ",ot=" [ object Undefined ] ",at=" [ object WeakMap ] ",st=" [ object WeakSet ] ",ut=" [ object ArrayBuffer ] ",ct=" [ object DataView ] ",lt=" [ object Float32Array ] ",ft=" [ object Float64Array ] ",pt=" [ object Int8Array ] ",dt=" [ object Int16Array ] ",ht=" [ object Int32Array ] ",vt=" [ object Uint8Array ] ",At=" [ object Uint8ClampedArray ] ",mt=" [ object Uint16Array ] ",gt=" [ object Uint32Array ] ",yt=/\b__p \+= '';/g,_t=/\b(__p \+=) '' \+/g,bt=/(__e\(.*?\)|\b__t\)) \+\n'';/g,wt=/&(?:amp|lt|gt|quot|#39);/g,xt=/[&<>" ']/g,Ct=RegExp(wt.source),Et=RegExp(xt.source),Tt=/<%-([\s\S]+?)%>/g,St=/<%([\s\S]+?)%>/g,kt=/<%=([\s\S]+?)%>/g,Ot=/\.|\[(?:[^[\]]*|(["' ] ) ( ? : ( ? ! \ 1 ) [ ^ \ \ ] | \ \ . ) * ? \ 1 ) \ ] / , Mt = /^\w*$/ , Dt = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g , It = /[\\^$.*+?()[\]{}|]/g , Bt = RegExp ( It . source ) , Nt = /^\s+|\s+$/g , jt = /^\s+/ , Lt = /\s+$/ , Pt = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/ , $t = /\{\n\/\* \[wrapped with (.+)\] \*/ , Rt = /,? & / , Ft = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g , Ut = /\\(\\)?/g , zt = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g , Gt = /\w*$/ , Ht = /^[-+]0x[0-9a-f]+$/i , Vt = /^0b[01]+$/i , Yt = /^\[object .+?Constructor\]$/ , Qt = /^0o[0-7]+$/i , Wt = /^(?:0|[1-9]\d*)$/ , Zt = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g , qt = /($^)/ , Jt = /['\n\r\u2028\u2029\\]/g , Xt = "\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff" , Kt = "\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000" , te = "[\\ud800-\\udfff]" , ee = "[" + Kt + "]" , ne = "[" + Xt + "]" , re = "\\d+" , ie = "[\\u2700-\\u27bf]" , oe = "[a-z\\xdf-\\xf6\\xf8-\\xff]" , ae = "[^\\ud800-\\udfff" + Kt + re + "\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]" , se = "\\ud83c[\\udffb-\\udfff]" , ue = "[^\\ud800-\\udfff]" , ce = "(?:\\ud83c[\\udde6-\\uddff]){2}" , le = "[\\ud800-\\udbff][\\udc00-\\udfff]" , fe = "[A-Z\\xc0-\\xd6\\xd8-\\xde]" , pe = "(?:" + oe + "|" + ae + ")" , de = "(?:" + fe + "|" + ae + ")" , he = "(?:" + ne + "|" + se + ")" + "?" , ve = "[\\ufe0e\\ufe0f]?" + he + ( "(?:\\u200d(?:" + [ ue , ce , le ] . join ( "|" ) + ")[\\ufe0e\\ufe0f]?" + he + ")*" ) , Ae = "(?:" + [ ie , ce , le ] . join ( "|" ) + ")" + ve , me = "(?:" + [ ue + ne + "?" , ne , ce , le , te ] . join ( "|" ) + ")" , ge = RegExp ( "['’ ]" , "g" ) , ye = RegExp ( ne , "g" ) , _e = RegExp ( se + "(?=" + se + ")|" + me + ve , "g" ) , be = RegExp ( [ fe + "?" + oe + "+(?:['’ ](?:d|ll|m|re|s|t|ve))?(?=" + [ ee , fe , "$" ] . join ( "|" ) + ")" , de + "+(?:['’ ](?:D|LL|M|RE|S|T|VE))?(?=" + [ ee , fe + pe , "$" ] . join ( "|" ) + ")" , fe + "?" + pe + "+(?:['’ ](?:d|ll|m|re|s|t|ve))?" , fe + "+(?:['’ ](?:D|LL|M|RE|S|T|VE))?" , "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])" , "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])" , re , Ae ] . join ( "|" ) , "g" ) , we = RegExp ( "[\\u200d\\ud800-\\udfff" + Xt + "\\ufe0e\\ufe0f]" ) , xe = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/ , Ce = [ "Array" , "Buffer" , "DataView" , "Date" , "Error" , "Float32Array" , "Float64Array" , "Function" , "Int8Array" , "Int16Array" , "Int32Array" , "Map" , "Math" , "Object" , "Promise" , "RegExp" , "Set" , "String" , "Symbol" , "TypeError" , "Uint8Array" , "Uint8ClampedArray" , "Uint16Array" , "Uint32Array" , "WeakMap" , "_" , "clearTimeout" , "isFinite" , "parseInt" , "setTimeout" ] , Ee = - 1 , Te = { } ; Te [ lt ] = Te [ ft ] = Te [ pt ] = Te [ dt ] = Te [ ht ] = Te [ vt ] = Te [ At ] = Te [ mt ] = Te [ gt ] = ! 0 , Te [ U ] = Te [ z ] = Te [ ut ] = Te [ H ] = Te [ ct ] = Te [ V ] = Te [ Q ] = Te [ W ] = Te [ q ] = Te [ J ] = Te [ K ] = Te [ et ] = Te [ nt ] = Te
2019-02-27 16:23:40 +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/>.
*
* /
e . default = a } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 9 ) ; n ( 36 ) , r . a . options . defaultClass = "v-" . concat ( "fa73a1d" ) , e . default = r . a } , function ( t , e , n ) { "use strict" ;
/ * *
* @ 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/>.
*
* / e . a = f u n c t i o n ( t ) { t . m o u n t e d ? A r r a y . i s A r r a y ( t . m o u n t e d ) | | ( t . m o u n t e d = [ t . m o u n t e d ] ) : t . m o u n t e d = [ ] , t . m o u n t e d . p u s h ( f u n c t i o n ( ) { t h i s . $ e l . s e t A t t r i b u t e ( " d a t a - v - " . c o n c a t ( " f a 7 3 a 1 d " ) , " " ) } ) } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; ( f u n c t i o n ( t ) { n . d ( e , " a " , f u n c t i o n ( ) { r e t u r n U t } ) ; f o r (
2018-11-05 10:16:59 +03:00
/ * * !
* @ fileOverview Kickass library to create and place poppers near their reference elements .
* @ version 1.14 . 3
* @ license
* Copyright ( c ) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted , free of charge , to any person obtaining a copy
* of this software and associated documentation files ( the "Software" ) , to deal
* in the Software without restriction , including without limitation the rights
* to use , copy , modify , merge , publish , distribute , sublicense , and / or sell
* copies of the Software , and to permit persons to whom the Software is
* furnished to do so , subject to the following conditions :
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software .
*
* THE SOFTWARE IS PROVIDED "AS IS" , WITHOUT WARRANTY OF ANY KIND , EXPRESS OR
* IMPLIED , INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY ,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT . IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM , DAMAGES OR OTHER
* LIABILITY , WHETHER IN AN ACTION OF CONTRACT , TORT OR OTHERWISE , ARISING FROM ,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE .
* /
2019-03-15 14:28:56 +03:00
var r = "undefined" != typeof window && "undefined" != typeof document , i = [ "Edge" , "Trident" , "Firefox" ] , o = 0 , a = 0 ; a < i . length ; a += 1 ) if ( r && navigator . userAgent . indexOf ( i [ a ] ) >= 0 ) { o = 1 ; break } var s = r && window . Promise ? function ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , window . Promise . resolve ( ) . then ( function ( ) { e = ! 1 , t ( ) } ) ) } } : function ( t ) { var e = ! 1 ; return function ( ) { e || ( e = ! 0 , setTimeout ( function ( ) { e = ! 1 , t ( ) } , o ) ) } } ; function u ( t ) { return t && "[object Function]" === { } . toString . call ( t ) } function c ( t , e ) { if ( 1 !== t . nodeType ) return [ ] ; var n = getComputedStyle ( t , null ) ; return e ? n [ e ] : n } function l ( t ) { return "HTML" === t . nodeName ? t : t . parentNode || t . host } function f ( t ) { if ( ! t ) return document . body ; switch ( t . nodeName ) { case "HTML" : case "BODY" : return t . ownerDocument . body ; case "#document" : return t . body } var e = c ( t ) , n = e . overflow , r = e . overflowX , i = e . overflowY ; return /(auto|scroll|overlay)/ . test ( n + i + r ) ? t : f ( l ( t ) ) } var p = r && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , d = r && /MSIE 10/ . test ( navigator . userAgent ) ; function h ( t ) { return 11 === t ? p : 10 === t ? d : p || d } function v ( t ) { if ( ! t ) return document . documentElement ; for ( var e = h ( 10 ) ? document . body : null , n = t . offsetParent ; n === e && t . nextElementSibling ; ) n = ( t = t . nextElementSibling ) . offsetParent ; var r = n && n . nodeName ; return r && "BODY" !== r && "HTML" !== r ? - 1 !== [ "TD" , "TABLE" ] . indexOf ( n . nodeName ) && "static" === c ( n , "position" ) ? v ( n ) : n : t ? t . ownerDocument . documentElement : document . documentElement } function A ( t ) { return null !== t . parentNode ? A ( t . parentNode ) : t } function m ( t , e ) { if ( ! ( t && t . nodeType && e && e . nodeType ) ) return document . documentElement ; var n = t . compareDocumentPosition ( e ) & Node . DOCUMENT _POSITION _FOLLOWING , r = n ? t : e , i = n ? e : t , o = document . createRange ( ) ; o . setStart ( r , 0 ) , o . setEnd ( i , 0 ) ; var a , s , u = o . commonAncestorContainer ; if ( t !== u && e !== u || r . contains ( i ) ) return "BODY" === ( s = ( a = u ) . nodeName ) || "HTML" !== s && v ( a . firstElementChild ) !== a ? v ( u ) : u ; var c = A ( t ) ; return c . host ? m ( c . host , e ) : m ( t , A ( e ) . host ) } function g ( t ) { var e = "top" === ( arguments . length > 1 && void 0 !== arguments [ 1 ] ? arguments [ 1 ] : "top" ) ? "scrollTop" : "scrollLeft" , n = t . nodeName ; if ( "BODY" === n || "HTML" === n ) { var r = t . ownerDocument . documentElement ; return ( t . ownerDocument . scrollingElement || r ) [ e ] } return t [ e ] } function y ( t , e ) { var n = "x" === e ? "Left" : "Top" , r = "Left" === n ? "Right" : "Bottom" ; return parseFloat ( t [ "border" + n + "Width" ] , 10 ) + parseFloat ( t [ "border" + r + "Width" ] , 10 ) } function _ ( t , e , n , r ) { return Math . max ( e [ "offset" + t ] , e [ "scroll" + t ] , n [ "client" + t ] , n [ "offset" + t ] , n [ "scroll" + t ] , h ( 10 ) ? n [ "offset" + t ] + r [ "margin" + ( "Height" === t ? "Top" : "Left" ) ] + r [ "margin" + ( "Height" === t ? "Bottom" : "Right" ) ] : 0 ) } function b ( ) { var t = document . body , e = document . documentElement , n = h ( 10 ) && getComputedStyle ( e ) ; return { height : _ ( "Height" , t , e , n ) , width : _ ( "Width" , t , e , n ) } } var w = 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 r = e [ n ] ; r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( t , r . key , r ) } } return function ( e , n , r ) { return n && t ( e . prototype , n ) , r && t ( e , r ) , e } } ( ) , C = function ( t , e , n ) { return e in t ? Object . defineProperty ( t , e , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : t [ e ] = n , t } , E = Object . assign || function ( t ) { for ( var e = 1 ; e < arguments . length ; e ++ ) { var n = arguments [ e ] ; for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( t [ r ] = n [ r ] ) } return t } ; function T ( t ) { return E ( { } , t , { right : t . left + t . width , bottom : t . top + t . height } ) } function S ( t ) { var e = { } ; try { if ( h ( 10 ) ) { e = t . getBoundingClientRect ( ) ; var n = g ( t , "top" ) , r = g ( t , "left" ) ; e . top += n , e . left += r , e . bottom += n , e . right += r } else e = t . getBoundingClientRect ( ) } catch ( t ) { } var i = { left : e . left , top : e . top , width : e . right - e . left , height : e . bottom - e . top } , o = "HTML" === t . nodeName ? b ( ) : { } , a = o . width || t . clientWidth || i . right - i . left , s = o . height || t . clientHeight || i . bottom - i . top , u = t . offsetWidth - a , l = t . offsetHeight - s ; if ( u || l ) { var f = c ( t ) ; u -= y ( f , "x" ) , l -= y ( f , "y" ) , i . width -= u , i . height -= l } return T ( i ) } function k ( t , e ) { var n = arguments . length > 2 && void 0 !== arguments [ 2 ] && arguments [ 2 ] , r = h ( 10 ) , i = "HTML" === e . nodeName , o = S ( t ) , a = S ( e ) , s = f ( t ) , u = c ( e ) , l = parseFloat ( u . borderTopWidth , 10 ) , p = parseFloat ( u . borderLeftWidth , 10 ) ; n && "HTML" === e . nodeName && ( a . top = Math . max ( a . top , 0 ) , a . left = Math . max ( a . left , 0 ) ) ; var d = T ( { top : o . top - a . top
2019-02-27 16:23:40 +03:00
/ * *
* @ copyright Copyright ( c ) 2018 Julius Härtl < jus @ bitgrid . net >
2018-11-05 18:02:32 +03:00
*
2019-02-27 16:23:40 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2018-11-05 18:02:32 +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
2019-02-27 16:23:40 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
* /
e . default = d } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 5 ) , i = n . n ( r ) , o = { name : "Action" , components : { PopoverMenu : n ( 6 ) . PopoverMenu } , directives : { ClickOutside : i . a } , props : { actions : { type : Array , required : ! 0 , default : function ( ) { return [ { href : "https://nextcloud.com" , icon : "icon-links" , text : "Nextcloud" } , { action : function ( ) { alert ( "Deleted !" ) } , icon : "icon-delete" , text : "Delete" } ] } } , open : { type : Boolean , default : ! 1 } } , data : function ( ) { return { opened : this . open } } , computed : { isSingleAction : function ( ) { return 1 === this . actions . length } , firstAction : function ( ) { return this . actions [ 0 ] } } , watch : { open : function ( t ) { this . opened = t } } , mounted : function ( ) { this . popupItem = this . $el } , methods : { toggleMenu : function ( ) { this . opened = ! this . opened , this . $emit ( "update:open" , this . opened ) } , closeMenu : function ( ) { this . opened = ! 1 , this . $emit ( "update:open" , this . opened ) } , mainActionElement : function ( ) { return { is : this . isSingleAction ? "a" : "div" } } } } , a = ( n ( 38 ) , n ( 0 ) ) , s = Object ( a . a ) ( o , function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "action" , t . _g ( t . _b ( { staticClass : "action-item" , class : [ t . isSingleAction ? t . firstAction . icon + " action-item--single" : "action-item--multiple" ] , attrs : { href : t . isSingleAction && t . firstAction . href ? t . firstAction . href : "#" } } , "action" , t . mainActionElement ( ) , ! 1 ) , t . isSingleAction && t . firstAction . action ? { click : t . firstAction . action } : { } ) , [ t . isSingleAction ? t . _e ( ) : [ n ( "div" , { directives : [ { name : "click-outside" , rawName : "v-click-outside" , value : t . closeMenu , expression : "closeMenu" } ] , staticClass : "icon action-item__menutoggle" , attrs : { tabindex : "0" } , on : { click : function ( e ) { return e . preventDefault ( ) , t . toggleMenu ( e ) } } } ) , t . _v ( " " ) , n ( "div" , { staticClass : "action-item__menu popovermenu" , class : { open : t . opened } } , [ n ( "popover-menu" , { attrs : { menu : t . actions } } ) ] , 1 ) ] ] , 2 ) } , [ ] , ! 1 , null , "2ed6b34a" , null ) . exports ; n . d ( e , "Action" , function ( ) { return s } ) ,
2018-10-11 13:20:18 +03:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2019-02-27 16:23:40 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2018-10-11 13:20:18 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-02-27 16:23:40 +03:00
* /
2019-01-10 18:04:13 +03:00
e . default = s } , function ( t , e , n ) { window , t . exports = function ( t ) { var e = { } ; function n ( r ) { if ( e [ r ] ) return e [ r ] . exports ; var i = e [ r ] = { i : r , l : ! 1 , exports : { } } ; return t [ r ] . call ( i . exports , i , i . exports , n ) , i . l = ! 0 , i . exports } return n . m = t , n . c = e , n . d = function ( t , e , r ) { n . o ( t , e ) || Object . defineProperty ( t , e , { configurable : ! 1 , enumerable : ! 0 , get : r } ) } , n . r = function ( t ) { Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) } , n . n = function ( t ) { var e = t && t . _ _esModule ? function ( ) { return t . default } : function ( ) { return t } ; return n . d ( e , "a" , e ) , e } , n . o = function ( t , e ) { return Object . prototype . hasOwnProperty . call ( t , e ) } , n . p = "" , n ( n . s = 3 ) } ( [ function ( t , e , n ) { var r ; ! function ( i ) { "use strict" ; var o = { } , a = /d{1,4}|M{1,4}|YY(?:YY)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g , s = /\d\d?/ , u = /[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i , c = /\[([^]*?)\]/gm , l = function ( ) { } ; function f ( t , e ) { for ( var n = [ ] , r = 0 , i = t . length ; r < i ; r ++ ) n . push ( t [ r ] . substr ( 0 , e ) ) ; return n } function p ( t ) { return function ( e , n , r ) { var i = r [ t ] . indexOf ( n . charAt ( 0 ) . toUpperCase ( ) + n . substr ( 1 ) . toLowerCase ( ) ) ; ~ i && ( e . month = i ) } } function d ( t , e ) { for ( t = String ( t ) , e = e || 2 ; t . length < e ; ) t = "0" + t ; return t } var h = [ "Sunday" , "Monday" , "Tuesday" , "Wednesday" , "Thursday" , "Friday" , "Saturday" ] , v = [ "January" , "February" , "March" , "April" , "May" , "June" , "July" , "August" , "September" , "October" , "November" , "December" ] , A = f ( v , 3 ) , m = f ( h , 3 ) ; o . i18n = { dayNamesShort : m , dayNames : h , monthNamesShort : A , monthNames : v , amPm : [ "am" , "pm" ] , DoFn : function ( t ) { return t + [ "th" , "st" , "nd" , "rd" ] [ t % 10 > 3 ? 0 : ( t - t % 10 != 10 ) * t % 10 ] } } ; var g = { D : function ( t ) { return t . getDate ( ) } , DD : function ( t ) { return d ( t . getDate ( ) ) } , Do : function ( t , e ) { return e . DoFn ( t . getDate ( ) ) } , d : function ( t ) { return t . getDay ( ) } , dd : function ( t ) { return d ( t . getDay ( ) ) } , ddd : function ( t , e ) { return e . dayNamesShort [ t . getDay ( ) ] } , dddd : function ( t , e ) { return e . dayNames [ t . getDay ( ) ] } , M : function ( t ) { return t . getMonth ( ) + 1 } , MM : function ( t ) { return d ( t . getMonth ( ) + 1 ) } , MMM : function ( t , e ) { return e . monthNamesShort [ t . getMonth ( ) ] } , MMMM : function ( t , e ) { return e . monthNames [ t . getMonth ( ) ] } , YY : function ( t ) { return String ( t . getFullYear ( ) ) . substr ( 2 ) } , YYYY : function ( t ) { return d ( t . getFullYear ( ) , 4 ) } , h : function ( t ) { return t . getHours ( ) % 12 || 12 } , hh : function ( t ) { return d ( t . getHours ( ) % 12 || 12 ) } , H : function ( t ) { return t . getHours ( ) } , HH : function ( t ) { return d ( t . getHours ( ) ) } , m : function ( t ) { return t . getMinutes ( ) } , mm : function ( t ) { return d ( t . getMinutes ( ) ) } , s : function ( t ) { return t . getSeconds ( ) } , ss : function ( t ) { return d ( t . getSeconds ( ) ) } , S : function ( t ) { return Math . round ( t . getMilliseconds ( ) / 100 ) } , SS : function ( t ) { return d ( Math . round ( t . getMilliseconds ( ) / 10 ) , 2 ) } , SSS : function ( t ) { return d ( t . getMilliseconds ( ) , 3 ) } , a : function ( t , e ) { return t . getHours ( ) < 12 ? e . amPm [ 0 ] : e . amPm [ 1 ] } , A : function ( t , e ) { return t . getHours ( ) < 12 ? e . amPm [ 0 ] . toUpperCase ( ) : e . amPm [ 1 ] . toUpperCase ( ) } , ZZ : function ( t ) { var e = t . getTimezoneOffset ( ) ; return ( e > 0 ? "-" : "+" ) + d ( 100 * Math . floor ( Math . abs ( e ) / 60 ) + Math . abs ( e ) % 60 , 4 ) } } , y = { D : [ s , function ( t , e ) { t . day = e } ] , Do : [ new RegExp ( s . source + u . source ) , function ( t , e ) { t . day = parseInt ( e , 10 ) } ] , M : [ s , function ( t , e ) { t . month = e - 1 } ] , YY : [ s , function ( t , e ) { var n = + ( "" + ( new Date ) . getFullYear ( ) ) . substr ( 0 , 2 ) ; t . year = "" + ( e > 68 ? n - 1 : n ) + e } ] , h : [ s , function ( t , e ) { t . hour = e } ] , m : [ s , function ( t , e ) { t . minute = e } ] , s : [ s , function ( t , e ) { t . second = e } ] , YYYY : [ /\d{4}/ , function ( t , e ) { t . year = e } ] , S : [ /\d/ , function ( t , e ) { t . millisecond = 100 * e } ] , SS : [ /\d{2}/ , function ( t , e ) { t . millisecond = 10 * e } ] , SSS : [ /\d{3}/ , function ( t , e ) { t . millisecond = e } ] , d : [ s , l ] , ddd : [ u , l ] , MMM : [ u , p ( "monthNamesShort" ) ] , MMMM : [ u , p ( "monthNames" ) ] , a : [ u , function ( t , e , n ) { var r = e . toLowerCase ( ) ; r === n . amPm [ 0 ] ? t . isPm = ! 1 : r === n . amPm [ 1 ] && ( t . isPm = ! 0 ) } ] , ZZ : [ /([\+\-]\d\d:?\d\d|Z)/ , function ( t , e ) { "Z" === e && ( e = "+00:00" ) ; var n , r = ( e + "" ) . match ( /([\+\-]|\d\d)/gi ) ; r && ( n = 60 * r [ 1 ] + parseInt ( r [ 2 ] , 10 ) , t . timezoneOffset = "+" === r [ 0 ] ? n : - n ) } ] } ; y . dd = y . d , y . dddd = y . ddd , y . DD = y . D , y . mm = y . m , y . hh = y . H = y . HH = y . h , y . MM = y . M , y . ss = y . s , y . A = y . a , o . masks = { default : "ddd MMM DD YYYY HH:mm:ss" , shortDate : "M/D/YY" , mediumDate : "MMM D, YYYY" , longDate : "MMMM D, YYYY" , fullDate : "dddd, MMMM D, YYYY" , shortTime : "HH:mm" , mediumTime : "HH:mm:ss" , longTime : "HH:mm:ss.SSS" } , o . format = function ( t , e , n ) { var r = n || o . i18n ; if ( "number" == typeof t && ( t = new Date ( t ) ) , "[object Date]"
2019-02-27 16:23:40 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
2019-01-10 18:04:13 +03:00
* / t . e x p o r t s = f u n c t i o n ( t ) { r e t u r n n u l l ! = t & & ( n ( t ) | | f u n c t i o n ( t ) { r e t u r n " f u n c t i o n " = = t y p e o f t . r e a d F l o a t L E & & " f u n c t i o n " = = t y p e o f t . s l i c e & & n ( t . s l i c e ( 0 , 0 ) ) } ( t ) | | ! ! t . _ i s B u f f e r ) } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r r = n ( 1 ) , i = n ( 4 5 ) , o = n ( 4 7 ) , a = n ( 4 8 ) , s = n ( 4 9 ) , u = n ( 2 9 ) , c = " u n d e f i n e d " ! = t y p e o f w i n d o w & & w i n d o w . b t o a & & w i n d o w . b t o a . b i n d ( w i n d o w ) | | n ( 5 0 ) ; t . e x p o r t s = f u n c t i o n ( t ) { r e t u r n n e w P r o m i s e ( f u n c t i o n ( e , l ) { v a r f = t . d a t a , p = t . h e a d e r s ; r . i s F o r m D a t a ( f ) & & d e l e t e p [ " C o n t e n t - T y p e " ] ; v a r d = n e w X M L H t t p R e q u e s t , h = " o n r e a d y s t a t e c h a n g e " , v = ! 1 ; i f ( " u n d e f i n e d " = = t y p e o f w i n d o w | | ! w i n d o w . X D o m a i n R e q u e s t | | " w i t h C r e d e n t i a l s " i n d | | s ( t . u r l ) | | ( d = n e w w i n d o w . X D o m a i n R e q u e s t , h = " o n l o a d " , v = ! 0 , d . o n p r o g r e s s = f u n c t i o n ( ) { } , d . o n t i m e o u t = f u n c t i o n ( ) { } ) , t . a u t h ) { v a r A = t . a u t h . u s e r n a m e | | " " , m = t . a u t h . p a s s w o r d | | " " ; p . A u t h o r i z a t i o n = " B a s i c " + c ( A + " : " + m ) } i f ( d . o p e n ( t . m e t h o d . t o U p p e r C a s e ( ) , o ( t . u r l , t . p a r a m s , t . p a r a m s S e r i a l i z e r ) , ! 0 ) , d . t i m e o u t = t . t i m e o u t , d [ h ] = f u n c t i o n ( ) { i f ( d & & ( 4 = = = d . r e a d y S t a t e | | v ) & & ( 0 ! = = d . s t a t u s | | d . r e s p o n s e U R L & & 0 = = = d . r e s p o n s e U R L . i n d e x O f ( " f i l e : " ) ) ) { v a r n = " g e t A l l R e s p o n s e H e a d e r s " i n d ? a ( d . g e t A l l R e s p o n s e H e a d e r s ( ) ) : n u l l , r = { d a t a : t . r e s p o n s e T y p e & & " t e x t " ! = = t . r e s p o n s e T y p e ? d . r e s p o n s e : d . r e s p o n s e T e x t , s t a t u s : 1 2 2 3 = = = d . s t a t u s ? 2 0 4 : d . s t a t u s , s t a t u s T e x t : 1 2 2 3 = = = d . s t a t u s ? " N o C o n t e n t " : d . s t a t u s T e x t , h e a d e r s : n , c o n f i g : t , r e q u e s t : d } ; i ( e , l , r ) , d = n u l l } } , d . o n e r r o r = f u n c t i o n ( ) { l ( u ( " N e t w o r k E r r o r " , t , n u l l , d ) ) , d = n u l l } , d . o n t i m e o u t = f u n c t i o n ( ) { l ( u ( " t i m e o u t o f " + t . t i m e o u t + " m s e x c e e d e d " , t , " E C O N N A B O R T E D " , d ) ) , d = n u l l } , r . i s S t a n d a r d B r o w s e r E n v ( ) ) { v a r g = n ( 5 1 ) , y = ( t . w i t h C r e d e n t i a l s | | s ( t . u r l ) ) & & t . x s r f C o o k i e N a m e ? g . r e a d ( t . x s r f C o o k i e N a m e ) : v o i d 0 ; y & & ( p [ t . x s r f H e a d e r N a m e ] = y ) } i f ( " s e t R e q u e s t H e a d e r " i n d & & r . f o r E a c h ( p , f u n c t i o n ( t , e ) { v o i d 0 = = = f & & " c o n t e n t - t y p e " = = = e . t o L o w e r C a s e ( ) ? d e l e t e p [ e ] : d . s e t R e q u e s t H e a d e r ( e , t ) } ) , t . w i t h C r e d e n t i a l s & & ( d . w i t h C r e d e n t i a l s = ! 0 ) , t . r e s p o n s e T y p e ) t r y { d . r e s p o n s e T y p e = t . r e s p o n s e T y p e } c a t c h ( e ) { i f ( " j s o n " ! = = t . r e s p o n s e T y p e ) t h r o w e } " f u n c t i o n " = = t y p e o f t . o n D o w n l o a d P r o g r e s s & & d . a d d E v e n t L i s t e n e r ( " p r o g r e s s " , t . o n D o w n l o a d P r o g r e s s ) , " f u n c t i o n " = = t y p e o f t . o n U p l o a d P r o g r e s s & & d . u p l o a d & & d . u p l o a d . a d d E v e n t L i s t e n e r ( " p r o g r e s s " , t . o n U p l o a d P r o g r e s s ) , t . c a n c e l T o k e n & & t . c a n c e l T o k e n . p r o m i s e . t h e n ( f u n c t i o n ( t ) { d & & ( d . a b o r t ( ) , l ( t ) , d = n u l l ) } ) , v o i d 0 = = = f & & ( f = n u l l ) , d . s e n d ( f ) } ) } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r r = n ( 4 6 ) ; t . e x p o r t s = f u n c t i o n ( t , e , n , i , o ) { v a r a = n e w E r r o r ( t ) ; r e t u r n r ( a , e , n , i , o ) } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; t . e x p o r t s = f u n c t i o n ( t ) { r e t u r n ! ( ! t | | ! t . _ _ C A N C E L _ _ ) } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; f u n c t i o n r ( t ) { t h i s . m e s s a g e = t } r . p r o t o t y p e . t o S t r i n g = f u n c t i o n ( ) { r e t u r n " C a n c e l " + ( t h i s . m e s s a g e ? " : " + t h i s . m e s s a g e : " " ) } , r . p r o t o t y p e . _ _ C A N C E L _ _ = ! 0 , t . e x p o r t s = r } , f u n c t i o n ( t , e ) { v a r n = { u t f 8 : { s t r i n g T o B y t e s : f u n c t i o n ( t ) { r e t u r n n . b i n . s t r i n g T o B y t e s ( u n e s c a p e ( e n c o d e U R I C o m p o n e n t ( t ) ) ) } , b y t e s T o S t r i n g : f u n c t i o n ( t ) { r e t u r n d e c o d e U R I C o m p o n e n t ( e s c a p e ( n . b i n . b y t e s T o S t r i n g ( t ) ) ) } } , b i n : { s t r i n g T o B y t e s : f u n c t i o n ( t ) { f o r ( v a r e = [ ] , n = 0 ; n < t . l e n g t h ; n + + ) e . p u s h ( 2 5 5 & t . c h a r C o d e A t ( n ) ) ; r e t u r n e } , b y t e s T o S t r i n g : f u n c t i o n ( t ) { f o r ( v a r e = [ ] , n = 0 ; n < t . l e n g t h ; n + + ) e . p u s h ( S t r i n g . f r o m C h a r C o d e ( t [ n ] ) ) ; r e t u r n e . j o i n ( " " ) } } } ; t . e x p o r t s = n } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; O b j e c t . d e f i n e P r o p e r t y ( e , " _ _ e s M o d u l e " , { v a l u e : ! 0 } ) ; v a r r = n ( 4 0 ) . d e f a u l t . c r e a t e ( { h e a d e r s : { r e q u e s t t o k e n : O C . r e q u e s t T o k e n } } ) ; e . d e f a u l t = r } , f u n c t i o n ( t , e , n ) { v a r r , i , o , a , s ; r = n ( 5 9 ) , i = n ( 3 2 ) . u t f 8 , o = n ( 2 7 ) , a = n ( 3 2 ) . b i n , ( s = f u n c t i o n ( t , e ) { t . c o n s t r u c t o r = = S t r i n g ? t = e & & " b i n a r y " = = = e . e n c o d i n g ? a . s t r i n g T o B y t e s ( t ) : i . s t r i n g T o B y t e s ( t ) : o ( t ) ? t = A r r a y . p r o t o t y p e . s l i c e . c a l l ( t , 0 ) : A r r a y . i s A r r a y ( t ) | | ( t = t . t o S t r i n g ( ) ) ; f o r ( v a r n = r . b y t e s T o W o r d s ( t ) , u = 8 * t . l e n g t h , c = 1 7 3 2 5 8 4 1 9 3 , l = - 2 7 1 7 3 3 8 7 9 , f = - 1 7 3 2 5 8 4 1 9 4 , p = 2 7 1 7 3 3 8 7 8 , d = 0 ; d < n . l e n g t h ; d + + ) n [ d ] = 1 6 7 1 1 9 3 5 & ( n [ d ] < < 8 | n [ d ] > > > 2 4 ) | 4 2 7 8 2 5 5 3 6 0 & ( n [ d ] < < 2 4 | n [ d ] > > > 8 ) ; n [ u > > > 5 ] | = 1 2 8 < < u % 3 2 , n [ 1 4 + ( u + 6 4 > > > 9 < < 4 ) ] = u ; v a r h = s . _ f f , v = s . _ g g , A = s . _ h h , m = s . _ i i ; f o r ( d = 0 ; d < n . l e n g t h ; d + = 1 6 ) { v a r g = c , y = l , _ = f , b = p ; c = h ( c , l , f , p , n [ d + 0 ] , 7 , - 6 8 0 8 7 6 9 3 6 ) , p = h ( p , c , l , f , n [ d + 1 ] , 1 2 , - 3 8 9 5 6 4 5 8 6 ) , f = h ( f , p , c , l , n [ d + 2 ] , 1 7 , 6 0 6 1 0 5 8 1 9 ) , l = h ( l , f , p , c , n [ d + 3 ] , 2 2 , - 1 0 4 4 5 2 5 3 3 0 ) , c = h ( c , l , f , p , n [ d + 4 ] , 7 , - 1 7 6 4 1 8 8 9 7 ) , p = h ( p , c , l , f , n [ d + 5 ] , 1 2 , 1 2 0 0 0 8 0 4 2 6 ) , f = h ( f , p , c , l , n [ d + 6 ] , 1 7 , - 1 4 7 3 2 3 1 3 4 1 ) , l = h ( l , f , p , c , n [ d + 7 ] , 2 2 , - 4 5 7 0 5 9 8 3 ) , c = h ( c , l , f , p , n [ d + 8 ] , 7 , 1 7 7 0 0 3 5 4 1 6 ) , p = h ( p , c , l , f , n [ d + 9 ] , 1 2 , - 1 9 5 8 4 1 4 4 1 7 ) , f = h ( f , p , c , l , n [ d + 1 0 ] , 1 7 , - 4 2 0 6 3 ) , l = h ( l , f , p , c , n [ d + 1 1 ] , 2 2 , - 1 9 9 0 4 0 4 1 6 2 ) , c = h ( c , l , f , p , n [ d + 1 2 ] , 7 , 1 8 0 4 6 0 3 6 8 2 )
2019-02-27 16:23:40 +03:00
/ * ! H a m m e r . J S - v 2 . 0 . 7 - 2 0 1 6 - 0 4 - 2 2
* http : //hammerjs.github.io/
*
* Copyright ( c ) 2016 Jorik Tangelder ;
* Licensed under the MIT license * /
/ * ! H a m m e r . J S - v 2 . 0 . 7 - 2 0 1 6 - 0 4 - 2 2
* http : //hammerjs.github.io/
*
* Copyright ( c ) 2016 Jorik Tangelder ;
2019-03-15 14:28:56 +03:00
* Licensed under the MIT license * /!function(i,o,a,s){"use strict";var u,c=["","webkit","Moz","MS","ms","o"],l=o.createElement("div"),f="function",p=Math.round,d=Math.abs,h=Date.now;function v(t,e,n){return setTimeout(w(t,n),e)}function A(t,e,n){return!!Array.isArray(t)&&(m(t,n[e],n),!0)}function m(t,e,n){var r;if(t)if(t.forEach)t.forEach(e,n);else if(t.length!==s)for(r=0;r<t.length;)e.call(n,t[r],r,t),r++;else for(r in t)t.hasOwnProperty(r)&&e.call(n,t[r],r,t)}function g(t,e,n){var r="DEPRECATED METHOD: "+e+"\n"+n+" AT \n";return function(){var e=new Error("get-stack-trace"),n=e&&e.stack?e.stack.replace(/ ^ [ ^ \ ( ] + ? [ \ n$ ] / gm , "" ) . replace ( /^\s+at\s+/gm , "" ) . replace ( /^Object.<anonymous>\s*\(/gm , "{anonymous}()@" ) : "Unknown Stack Trace" , o = i . console && ( i . console . warn || i . console . log ) ; return o && o . call ( i . console , r , n ) , t . apply ( this , arguments ) } } u = "function" != typeof Object . assign ? function ( t ) { if ( t === s || null === t ) throw new TypeError ( "Cannot convert undefined or null to object" ) ; for ( var e = Object ( t ) , n = 1 ; n < arguments . length ; n ++ ) { var r = arguments [ n ] ; if ( r !== s && null !== r ) for ( var i in r ) r . hasOwnProperty ( i ) && ( e [ i ] = r [ i ] ) } return e } : Object . assign ; var y = g ( function ( t , e , n ) { for ( var r = Object . keys ( e ) , i = 0 ; i < r . length ; ) ( ! n || n && t [ r [ i ] ] === s ) && ( t [ r [ i ] ] = e [ r [ i ] ] ) , i ++ ; return t } , "extend" , "Use `assign`." ) , _ = g ( function ( t , e ) { return y ( t , e , ! 0 ) } , "merge" , "Use `assign`." ) ; function b ( t , e , n ) { var r , i = e . prototype ; ( r = t . prototype = Object . create ( i ) ) . constructor = t , r . _super = i , n && u ( r , n ) } function w ( t , e ) { return function ( ) { return t . apply ( e , arguments ) } } function x ( t , e ) { return typeof t == f ? t . apply ( e && e [ 0 ] || s , e ) : t } function C ( t , e ) { return t === s ? e : t } function E ( t , e , n ) { m ( O ( e ) , function ( e ) { t . addEventListener ( e , n , ! 1 ) } ) } function T ( t , e , n ) { m ( O ( e ) , function ( e ) { t . removeEventListener ( e , n , ! 1 ) } ) } function S ( t , e ) { for ( ; t ; ) { if ( t == e ) return ! 0 ; t = t . parentNode } return ! 1 } function k ( t , e ) { return t . indexOf ( e ) > - 1 } function O ( t ) { return t . trim ( ) . split ( /\s+/g ) } function M ( t , e , n ) { if ( t . indexOf && ! n ) return t . indexOf ( e ) ; for ( var r = 0 ; r < t . length ; ) { if ( n && t [ r ] [ n ] == e || ! n && t [ r ] === e ) return r ; r ++ } return - 1 } function D ( t ) { return Array . prototype . slice . call ( t , 0 ) } function I ( t , e , n ) { for ( var r = [ ] , i = [ ] , o = 0 ; o < t . length ; ) { var a = e ? t [ o ] [ e ] : t [ o ] ; M ( i , a ) < 0 && r . push ( t [ o ] ) , i [ o ] = a , o ++ } return n && ( r = e ? r . sort ( function ( t , n ) { return t [ e ] > n [ e ] } ) : r . sort ( ) ) , r } function B ( t , e ) { for ( var n , r , i = e [ 0 ] . toUpperCase ( ) + e . slice ( 1 ) , o = 0 ; o < c . length ; ) { if ( ( r = ( n = c [ o ] ) ? n + i : e ) in t ) return r ; o ++ } return s } var N = 1 ; function j ( t ) { var e = t . ownerDocument || t ; return e . defaultView || e . parentWindow || i } var L = "ontouchstart" in i , P = B ( i , "PointerEvent" ) !== s , $ = L && /mobile|tablet|ip(ad|hone|od)|android/i . test ( navigator . userAgent ) , R = 25 , F = 1 , U = 4 , z = 8 , G = 1 , H = 2 , V = 4 , Y = 8 , Q = 16 , W = H | V , Z = Y | Q , q = W | Z , J = [ "x" , "y" ] , X = [ "clientX" , "clientY" ] ; function K ( t , e ) { var n = this ; this . manager = t , this . callback = e , this . element = t . element , this . target = t . options . inputTarget , this . domHandler = function ( e ) { x ( t . options . enable , [ t ] ) && n . handler ( e ) } , this . init ( ) } function tt ( t , e , n ) { var r = n . pointers . length , i = n . changedPointers . length , o = e & F && r - i == 0 , a = e & ( U | z ) && r - i == 0 ; n . isFirst = ! ! o , n . isFinal = ! ! a , o && ( t . session = { } ) , n . eventType = e , function ( t , e ) { var n = t . session , r = e . pointers , i = r . length ; n . firstInput || ( n . firstInput = et ( e ) ) , i > 1 && ! n . firstMultiple ? n . firstMultiple = et ( e ) : 1 === i && ( n . firstMultiple = ! 1 ) ; var o = n . firstInput , a = n . firstMultiple , u = a ? a . center : o . center , c = e . center = nt ( r ) ; e . timeStamp = h ( ) , e . deltaTime = e . timeStamp - o . timeStamp , e . angle = at ( u , c ) , e . distance = ot ( u , c ) , function ( t , e ) { var n = e . center , r = t . offsetDelta || { } , i = t . prevDelta || { } , o = t . prevInput || { } ; e . eventType !== F && o . eventType !== U || ( i = t . prevDelta = { x : o . deltaX || 0 , y : o . deltaY || 0 } , r = t . offsetDelta = { x : n . x , y : n . y } ) , e . deltaX = i . x + ( n . x - r . x ) , e . deltaY = i . y + ( n . y - r . y ) } ( n , e ) , e . offsetDirection = it ( e . deltaX , e . deltaY ) ; var l , f , p = rt ( e . deltaTime , e . deltaX , e . deltaY ) ; e . overallVelocityX = p . x , e . overallVelocityY = p . y , e . overallVelocity = d ( p . x ) > d ( p . y ) ? p . x : p . y , e . scale = a ? ( l = a . pointers , ot ( ( f = r ) [ 0 ] , f [ 1 ] , X ) / ot ( l [ 0 ] , l [ 1 ] , X ) ) : 1 , e . rotation = a ? function ( t , e ) { return at ( e [ 1 ] , e [ 0 ] , X ) + at ( t [ 1 ] , t [ 0 ] , X ) } ( a . pointers , r ) : 0 , e . maxPointers = n . prevInput ? e . pointers . length > n . prevInput . maxPointers ? e . pointers . length : n . prevInput . maxPointers : e . pointers . length , function ( t , e ) { var n , r , i , o , a = t . lastInterval || e , u = e . timeSt
2018-10-11 13:20:18 +03:00
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2018-11-05 10:16:59 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-02-27 16:23:40 +03:00
* /
Object ( r . a ) ( p ) , e . default = p } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { props : { appName : { type : String , required : ! 0 } , navigationClass : { type : [ String , Array , Object ] , required : ! 1 , default : "" } , contentClass : { type : [ String , Array , Object ] , required : ! 1 , default : "" } } } , i = n ( 0 ) , o = Object ( i . a ) ( r , function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "div" , { class : "app-" + t . appName , attrs : { id : "content" } } , [ void 0 !== t . $slots . navigation ? n ( "div" , { class : t . navigationClass , attrs : { id : "app-navigation" } } , [ t . _t ( "navigation" ) ] , 2 ) : t . _e ( ) , t . _v ( " " ) , void 0 !== t . $slots . content ? n ( "div" , { class : t . contentClass , attrs : { id : "app-content" } } , [ t . _t ( "content" ) ] , 2 ) : t . _e ( ) , t . _v ( " " ) , t . _t ( "default" ) , t . _v ( " " ) , void 0 !== t . $slots . sidebar ? n ( "div" , { attrs : { id : "app-sidebar" } } , [ t . _t ( "sidebar" ) ] , 2 ) : t . _e ( ) ] , 2 ) } , [ ] , ! 1 , null , null , null ) . exports ; n . d ( e , "AppContent" , function ( ) { return o } ) ,
2019-01-30 11:48:52 +03:00
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-02-27 16:23:40 +03:00
* /
e . default = o } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 6 ) , i = n ( 5 ) , o = n . n ( i ) , a = { name : "AppNavigationItem" , components : { PopoverMenu : r . PopoverMenu } , directives : { ClickOutside : o . a } , props : { item : { type : Object , required : ! 0 } } , data : function ( ) { return { openedMenu : ! 1 , opened : ! ! this . item . opened } } , computed : { collapsible : function ( ) { return this . item . collapsible && this . item . children && this . item . children . length > 0 } , simpleAction : function ( ) { return this . collapsible && ! this . item . action ? this . toggleCollapse : this . item . action } } , watch : { item : function ( t , e ) { this . opened = ! ! e . opened } } , mounted : function ( ) { this . popupItem = this . $el } , methods : { showMenu : function ( ) { this . openedMenu = ! 0 } , hideMenu : function ( ) { this . openedMenu = ! 1 } , toggleCollapse : function ( ) { this . opened = ! this . opened } , cancelEdit : function ( t ) { Array . isArray ( this . item . classes ) && ( this . item . classes = this . item . classes . filter ( function ( t ) { return "editing" !== t } ) ) , this . item . edit . reset ( t ) } , navElement : function ( t ) { if ( t . router ) { var e = t . router . exact ; return void 0 === t . router . exact && ( e = ! 0 ) , { is : "router-link" , tag : "li" , to : t . router , exact : e } } return { is : "li" } } } } , s = n ( 0 ) , u = Object ( s . a ) ( a , function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return t . item . caption ? n ( "li" , { staticClass : "app-navigation-caption" } , [ t . _v ( "\n\t" + t . _s ( t . item . text ) + "\n" ) ] ) : n ( "nav-element" , t . _b ( { class : [ { "icon-loading-small" : t . item . loading , open : t . opened , collapsible : t . collapsible } , t . item . classes ] , attrs : { id : t . item . id , title : t . item . title } } , "nav-element" , t . navElement ( t . item ) , ! 1 ) , [ t . item . bullet ? n ( "div" , { staticClass : "app-navigation-entry-bullet" , style : { backgroundColor : t . item . bullet } } ) : t . _e ( ) , t . _v ( " " ) , t . collapsible ? n ( "button" , { staticClass : "collapse" , on : { click : function ( e ) { return e . preventDefault ( ) , e . stopPropagation ( ) , t . toggleCollapse ( e ) } } } ) : t . _e ( ) , t . _v ( " " ) , t . simpleAction ? n ( "a" , { class : t . item . icon , attrs : { href : "#" } , on : { click : function ( e ) { return e . preventDefault ( ) , e . stopPropagation ( ) , t . simpleAction ( e ) } } } , [ t . item . iconUrl ? n ( "img" , { attrs : { alt : t . item . text , src : t . item . iconUrl } } ) : t . _e ( ) , t . _v ( "\n\t\t" + t . _s ( t . item . text ) + "\n\t" ) ] ) : n ( "a" , { class : t . item . icon , attrs : { href : t . item . href ? t . item . href : "#" } } , [ t . item . iconUrl ? n ( "img" , { attrs : { alt : t . item . text , src : t . item . iconUrl } } ) : t . _e ( ) , t . _v ( "\n\t\t" + t . _s ( t . item . text ) + "\n\t" ) ] ) , t . _v ( " " ) , t . item . utils ? n ( "div" , { staticClass : "app-navigation-entry-utils" } , [ n ( "ul" , [ Number . isInteger ( t . item . utils . counter ) && t . item . utils . counter > 0 ? n ( "li" , { staticClass : "app-navigation-entry-utils-counter" } , [ t . _v ( "\n\t\t\t\t" + t . _s ( t . item . utils . counter ) + "\n\t\t\t" ) ] ) : t . _e ( ) , t . _v ( " " ) , t . item . utils . actions && 1 === t . item . utils . actions . length ? n ( "li" , { staticClass : "app-navigation-entry-utils-menu-button" } , [ n ( "button" , { class : t . item . utils . actions [ 0 ] . icon , attrs : { title : t . item . utils . actions [ 0 ] . text } , on : { click : t . item . utils . actions [ 0 ] . action } } ) ] ) : t . item . utils . actions && 2 === t . item . utils . actions . length && ! Number . isInteger ( t . item . utils . counter ) ? t . _l ( t . item . utils . actions , function ( t ) { return n ( "li" , { key : t . action , staticClass : "app-navigation-entry-utils-menu-button" } , [ n ( "button" , { class : t . icon , attrs : { title : t . text } , on : { click : t . action } } ) ] ) } ) : t . item . utils . actions && t . item . utils . actions . length > 1 && ( Number . isInteger ( t . item . utils . counter ) || t . item . utils . actions . length > 2 ) ? n ( "li" , { staticClass : "app-navigation-entry-utils-menu-button" } , [ n ( "button" , { directives : [ { name : "click-outside" , rawName : "v-click-outside" , value : t . hideMenu , expression : "hideMenu" } ] , on : { click : t . showMenu } } ) ] ) : t . _e ( ) ] , 2 ) ] ) : t . _e ( ) , t . _v ( " " ) , t . item . utils && t . item . utils . actions && t . item . utils . actions . length > 1 && ( Number . isInteger ( t . item . utils . counter ) || t . item . utils . actions . length > 2 ) ? n ( "div" , { staticClass : "app-navigation-entry-menu" , class : { open : t . openedMenu } } , [ n ( "popover-menu" , { attrs : { menu : t . item . utils . actions } } ) ] , 1 ) : t . _e ( ) , t . _v ( " " ) , t . item . undo ? n ( "div" , { staticClass : "app-navigation-entry-deleted" } , [ n ( "div" , { staticClass : "app-navigation-entry-deleted-description" } , [ t . _v ( "\n\t\t\t" + t . _s ( t . item . undo . text ) + "\n\t\t" ) ] ) , t . _v ( " " ) , n ( "button" , { staticClass : "app-navigation-entry-deleted-button icon-history" , attrs : { title : t . t ( "settings" , "Undo" ) } } ) ] ) : t . _e ( ) , t . _v ( " " ) , t . item . edit ? n ( "div" , { staticClass : "app-navigation-entry-edit" } , [ n ( "form" , { on : { submit : function ( e ) { return e . preventDefault ( ) ,
/ * *
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2019-01-30 11:48:52 +03:00
*
2019-02-27 16:23:40 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2019-01-30 11:48:52 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2019-02-27 16:23:40 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-01-30 11:48:52 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
2019-02-27 16:23:40 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2018-11-05 10:16:59 +03:00
*
2019-02-27 16:23:40 +03:00
* /
e . default = u } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = { props : { buttonId : { type : String , required : ! 1 , default : "" } , buttonClass : { type : String , required : ! 1 , default : "" } , disabled : { type : Boolean , required : ! 1 , default : ! 1 } , text : { type : String , required : ! 0 } } } , i = n ( 0 ) , o = Object ( i . a ) ( r , function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "div" , { staticClass : "app-navigation-new" } , [ n ( "button" , { class : t . buttonClass , attrs : { id : t . buttonId , type : "button" , disabled : t . disabled } , on : { click : function ( e ) { return t . $emit ( "click" ) } } } , [ t . _v ( "\n\t\t" + t . _s ( t . text ) + "\n\t" ) ] ) ] ) } , [ ] , ! 1 , null , null , null ) . exports ; n . d ( e , "AppNavigationNew" , function ( ) { return o } ) ,
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2018-11-05 10:16:59 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2019-02-27 16:23:40 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2018-10-11 13:20:18 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
2019-02-27 16:23:40 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2018-10-11 13:20:18 +03:00
* /
2019-02-27 16:23:40 +03:00
e . default = o } , function ( e , n , r ) { "use strict" ; r . r ( n ) ; var i = r ( 5 ) , o = { directives : { ClickOutside : r . n ( i ) . a } , props : { title : { type : String , required : ! 1 , default : t ( "core" , "Settings" ) } } , data : function ( ) { return { open : ! 1 } } , methods : { toggleMenu : function ( ) { this . open = ! this . open } , closeMenu : function ( ) { this . open = ! 1 } } } , a = r ( 0 ) , s = Object ( a . a ) ( o , function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "div" , { directives : [ { name : "click-outside" , rawName : "v-click-outside" , value : t . closeMenu , expression : "closeMenu" } ] , class : { open : t . open } , attrs : { id : "app-settings" } } , [ n ( "div" , { attrs : { id : "app-settings-header" } } , [ n ( "button" , { staticClass : "settings-button" , attrs : { "data-apps-slide-toggle" : "#app-settings-content" } , on : { click : t . toggleMenu } } , [ t . _v ( "\n\t\t\t" + t . _s ( t . title ) + "\n\t\t" ) ] ) ] ) , t . _v ( " " ) , n ( "div" , { attrs : { id : "app-settings-content" } } , [ t . _t ( "default" ) ] , 2 ) ] ) } , [ ] , ! 1 , null , null , null ) . exports ; r . d ( n , "AppNavigationSettings" , function ( ) { return s } ) ,
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2018-10-11 13:20:18 +03:00
*
2019-02-27 16:23:40 +03:00
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2018-10-11 13:20:18 +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
2018-12-04 21:50:28 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2018-11-05 10:16:59 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
2019-02-27 16:23:40 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
n . default = s } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 8 ) , i = n ( 25 ) , o = n . n ( i ) ; o . a . components . CalendarPanel . components . PanelTime . methods . stringifyText = function ( t ) { return t } , o . a . methods . displayPopup = function ( ) { var t = this . $el . querySelector ( ".mx-datepicker-popup" ) ; t && ! t . classList . contains ( "popovermenu" ) && ( t . className += " popovermenu menu-center open" ) } ; var a = { name : "DatetimePicker" , components : { DatePicker : o . a } , inheritAttrs : ! 1 , props : { value : { default : function ( ) { return new Date } } } } , s = n ( 0 ) , u = Object ( s . a ) ( a , function ( ) { var t = this , e = t . $createElement ; return ( t . _self . _c || e ) ( "date-picker" , t . _g ( t . _b ( { attrs : { "minute-step" : 10 , clearable : ! 1 , value : t . value } , on : { "update:value" : function ( e ) { return t . $emit ( "update:value" , t . value ) } } } , "date-picker" , t . $attrs , ! 1 ) , t . $listeners ) ) } , [ ] , ! 1 , null , null , null ) . exports ; n ( 71 ) , n . d ( e , "DatetimePicker" , function ( ) { return u } ) ,
2018-11-05 10:16:59 +03:00
/ * *
2018-12-04 21:50:28 +03:00
* @ copyright Copyright ( c ) 2018 John Molakvoæ < skjnldsv @ protonmail . com >
2018-11-05 10:16:59 +03:00
*
2018-12-04 21:50:28 +03:00
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
2018-11-05 10:16:59 +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
2018-12-04 21:50:28 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2018-10-11 13:20:18 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2018-12-04 21:50:28 +03:00
* /
2019-02-27 16:23:40 +03:00
Object ( r . a ) ( u ) , e . default = u } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var r = n ( 8 ) , i = n ( 62 ) , o = n . n ( i ) , a = { name : "Modal" , components : { Action : n ( 24 ) . default } , props : { actions : { type : Array , default : function ( ) { return [ ] } } , title : { type : String , default : "" } , hasPrevious : { type : Boolean , default : ! 1 } , hasNext : { type : Boolean , default : ! 1 } , outTransition : { type : Boolean , default : ! 1 } , enableSlideshow : { type : Boolean , default : ! 1 } , slideshowDelay : { type : Number , default : 3e3 } } , data : function ( ) { return { mc : null , showModal : ! 1 , clearView : ! 1 , clearViewTimeout : null , playing : ! 1 , slideshowTimeout : null } } , computed : { modalTransitionName : function ( ) { return "modal-" . concat ( this . outTransition ? "out" : "in" ) } } , beforeMount : function ( ) { window . addEventListener ( "keydown" , this . handleKeydown ) } , beforeDestroy : function ( ) { window . removeEventListener ( "keydown" , this . handleKeydown ) } , mounted : function ( ) { var t = this ; this . showModal = ! 0 , this . handleMouseMove ( ) , this . mc = new o . a ( this . $refs . mask ) , this . mc . on ( "swipeleft swiperight" , function ( e ) { t . handleSwipe ( e ) } ) } , unmounted : function ( ) { this . mc . off ( "swipeleft swiperight" ) , this . ms . destroy ( ) } , methods : { previous : function ( t ) { this . hasPrevious && this . $emit ( "previous" , t ) } , next : function ( t ) { this . hasNext && this . $emit ( "next" , t ) } , close : function ( t ) { var e = this ; this . showModal = ! 1 , setTimeout ( function ( ) { e . $emit ( "close" , t ) } , 300 ) } , togglePlayPause : function ( ) { this . playing = ! this . playing , this . playing ? this . handleSlideshow ( ) : clearTimeout ( this . slideshowTimeout ) } , handleKeydown : function ( t ) { switch ( t . keyCode ) { case 37 : this . previous ( t ) ; break ; case 13 : case 39 : this . next ( t ) ; break ; case 27 : this . close ( t ) } } , handleSwipe : function ( t ) { "swipeleft" === t . type ? this . next ( t ) : "swiperight" === t . type && this . previous ( t ) } , handleMouseMove : function ( ) { var t = this ; this . clearView = ! 1 , clearTimeout ( this . clearViewTimeout ) , this . clearViewTimeout = setTimeout ( function ( ) { t . clearView = ! 0 } , 5e3 ) } , handleSlideshow : function ( ) { var t = this ; this . playing = ! 0 , this . hasNext ? this . slideshowTimeout = setTimeout ( function ( ) { t . next ( ) , t . handleSlideshow ( ) } , this . slideshowDelay ) : ( this . playing = ! 1 , clearTimeout ( this . slideshowTimeout ) ) } } } , s = ( n ( 73 ) , n ( 75 ) , n ( 0 ) ) , u = Object ( s . a ) ( a , function ( ) { var t = this , e = t . $createElement , n = t . _self . _c || e ; return n ( "transition" , { attrs : { name : "fade" } } , [ n ( "div" , { ref : "mask" , attrs : { id : "modal-mask" } , on : { mousemove : t . handleMouseMove } } , [ n ( "transition" , { attrs : { name : "fade" } } , [ t . clearView ? t . _e ( ) : n ( "div" , { attrs : { id : "modal-header" } } , [ "" !== t . title . trim ( ) ? n ( "div" , { staticClass : "modal-title" } , [ t . _v ( "\n\t\t\t\t\t" + t . _s ( t . title ) + "\n\t\t\t\t" ) ] ) : t . _e ( ) , t . _v ( " " ) , n ( "div" , { staticClass : "icons-menu" } , [ t . actions . length > 0 ? n ( "action" , { staticClass : "header-actions" , attrs : { actions : t . actions } } ) : t . _e ( ) , t . _v ( " " ) , n ( "a" , { staticClass : "close icon-close" , on : { click : t . close } } , [ n ( "span" , { staticClass : "hidden-visually" } , [ t . _v ( "\n\t\t\t\t\t\t\t" + t . _s ( t . t ( "core" , "Close" ) ) + "\n\t\t\t\t\t\t" ) ] ) ] ) ] , 1 ) ] ) ] ) , t . _v ( " " ) , n ( "transition" , { attrs : { name : "fade" } } , [ t . clearView ? t . _e ( ) : n ( "div" , { attrs : { id : "modal-navigation" } } , [ n ( "transition" , { attrs : { name : "fade" } } , [ t . hasPrevious ? n ( "a" , { staticClass : "prev" , on : { click : t . previous } } , [ n ( "div" , { staticClass : "icon icon-previous" } , [ n ( "span" , { staticClass : "hidden-visually" } , [ t . _v ( "\n\t\t\t\t\t\t\t\t" + t . _s ( t . t ( "core" , "Previous" ) ) + "\n\t\t\t\t\t\t\t" ) ] ) ] ) ] ) : t . _e ( ) ] ) , t . _v ( " " ) , n ( "transition" , { attrs : { name : "fade" } } , [ t . hasNext ? n ( "a" , { staticClass : "next" , on : { click : t . next } } , [ n ( "div" , { staticClass : "icon icon-next" } , [ n ( "span" , { staticClass : "hidden-visually" } , [ t . _v ( "\n\t\t\t\t\t\t\t\t" + t . _s ( t . t ( "core" , "Next" ) ) + "\n\t\t\t\t\t\t\t" ) ] ) ] ) ] ) : t . _e ( ) ] ) , t . _v ( " " ) , n ( "transition" , { attrs : { name : "fade" } } , [ t . hasNext && t . enableSlideshow ? n ( "a" , { staticClass : "play-pause" , on : { click : t . togglePlayPause } } , [ n ( "div" , { class : [ t . playing ? "icon-pause" : "icon-play" ] } , [ n ( "span" , { staticClass : "hidden-visually" } , [ t . _v ( "\n\t\t\t\t\t\t\t\t" + t . _s ( t . t ( "core" , "Next" ) ) + "\n\t\t\t\t\t\t\t" ) ] ) ] ) , t . _v ( " " ) , t . playing ? n ( "svg" , { staticClass : "progress-ring" , attrs : { width : "48" , height : "48" } } , [ n ( "circle" , { staticClass : "progress-ring__circle" , attrs : { stroke : "white" , "stroke-width" : "2" , fill : "transparent" , r : "22" , cx : "24" , cy : "24" } } ) ] ) : t . _e ( ) ] ) : t . _e ( ) ] ) ] , 1 ) ] ) , t . _v ( " " ) , n ( "transition" , { attrs : { name : t . modalTransitionName } } , [ n ( "div" , { directives : [ { name : "show" , rawName : "v-show" , va
2018-10-11 13:20:18 +03:00
/ * *
2019-02-27 16:23:40 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2018-10-11 13:20:18 +03:00
*
* @ author John Molakvoæ < skjnldsv @ protonmail . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
2019-02-27 16:23:40 +03:00
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2018-10-11 13:20:18 +03:00
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2019-02-27 16:23:40 +03:00
* /
2019-01-10 18:04:13 +03:00
Object ( r . a ) ( u ) , e . default = u } , function ( t , e , n ) { var r = n ( 72 ) ; "string" == typeof r && ( r = [ [ t . i , r , "" ] ] ) , r . locals && ( t . exports = r . locals ) , ( 0 , n ( 3 ) . default ) ( "56ea6c9e" , r , ! 0 , { } ) } , function ( t , e , n ) { e = t . exports = n ( 2 ) ( ! 1 ) ; var r = n ( 15 ) , i = r ( n ( 16 ) ) , o = r ( n ( 17 ) ) , a = r ( n ( 18 ) ) , s = r ( n ( 19 ) ) ; e . push ( [ t . i , '@charset "UTF-8";\n@font-face {\n font-family: "iconfont-vue";\n src: url(' + i + ");\n /* IE9 Compat Modes */\n src: url(" + i + ') format("embedded-opentype"), url(' + o + ') format("woff"), url(' + a + ') format("truetype"), url(' + s + ' ) format ( "svg" ) ; \ n /* Legacy iOS */ } \ n \ n . icon { \ n font - style : normal ; \ n font - weight : 400 ; } \ n . icon . arrow - left - double : before { \ n font - family : "iconfont-vue" ; \ n content : "" ; } \ n . icon . arrow - left : before { \ n font - family : "iconfont-vue" ; \ n content : "" ; } \ n . icon . arrow - right - double : before { \ n font - family : "iconfont-vue" ; \ n content : "" ; } \ n . icon . arrow - right : before { \ n font - family : "iconfont-vue" ; \ n content : "" ; } \ n . icon . close : before { \ n font - family : "iconfont-vue" ; \ n content : "" ; } \ n . icon . more : before { \ n font - family : "iconfont-vue" ; \ n content : "" ; } \ n . icon . pause : before { \ n font - family : "iconfont-vue" ; \ n content : "" ; } \ n . icon . play : before { \ n font - family : "iconfont-vue" ; \ n content : "" ; } \ n \ n . mx - datepicker [ data - v - fa73a1d ] { \ n width : 210 px ; \ n color : inherit ; \ n user - select : none ; \ n position : relative ; \ n display : inline - block ; \ n /* INPUT CONTAINER */ \ n /* FOOTER if confirm option enabled*/ } \ n . mx - datepicker [ data - v - fa73a1d ] . disabled { \ n opacity : . 7 ; \ n cursor : not - allowed ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - input - wrapper . mx - input { \ n width : 100 % ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - input - wrapper . mx - input - append { \ n position : absolute ; \ n top : 0 ; \ n right : 0 ; \ n width : 30 px ; \ n height : 100 % ; \ n padding : 6 px ; \ n background - color : var ( -- color - main - background ) ; \ n background - clip : content - box ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - input - wrapper . mx - input - append . mx - input - icon { \ n display : inline - block ; \ n font - style : normal ; \ n text - align : center ; \ n cursor : pointer ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - input - wrapper . mx - input - append . mx - clear - wrapper { \ n display : none ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - input - wrapper . mx - input - append . mx - calendar - icon { \ n stroke - width : 8 px ; \ n stroke : currentColor ; \ n fill : currentColor ; \ n width : 100 % ; \ n height : 100 % ; \ n color : var ( -- color - text - lighter ) ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - datepicker - popup { \ n box - shadow : none ; \ n background - color : var ( -- color - main - background ) ; \ n position : absolute ; \ n margin - top : 1 px ; \ n margin - bottom : 1 px ; \ n z - index : 1000 ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - range - wrapper { \ n display : flex ; \ n overflow : hidden ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - range - wrapper . mx - calendar : first - child { \ n box - shadow : var ( -- color - border ) 1 px 0 px ! important ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - range - wrapper . mx - calendar - content . mx - panel . cell . actived { \ n border - radius : var ( -- border - radius ) 0 0 var ( -- border - radius ) ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - range - wrapper . mx - calendar - content . mx - panel . cell . inrange + . cell . actived { \ n border - radius : 0 var ( -- border - radius ) var ( -- border - radius ) 0 ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - shortcuts - wrapper { \ n display : flex ; \ n justify - content : space - evenly ; \ n padding : 5 px ; \ n border - bottom : 1 px solid var ( -- color - border ) ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - shortcuts - wrapper . mx - shortcuts { \ n font - weight : normal ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - calendar { \ n font : inherit ; \ n color : var ( -- color - main - text ) ; \ n padding : 5 px ; \ n width : 240 px ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - calendar - header { \ n padding : 0 4 px ; \ n margin - bottom : 4 px ; \ n text - align : center ; \ n overflow : hidden ; \ n display : flex ; \ n align - items : center ; \ n justify - content : space - between ; } \ n . mx - datepicker [ data - v - fa73a1d ] . mx - calendar - header > a { \ n text - decoration : none ; \ n c
2018-11-05 10:16:59 +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/>.
*
2019-01-10 18:04:13 +03:00
* / f u n c t i o n A ( t ) { O b j e c t . v a l u e s ( r ) . f o r E a c h ( f u n c t i o n ( e ) { t . c o m p o n e n t ( e . n a m e , e ) } ) }
2018-11-05 10:16:59 +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/>.
*
2019-03-06 21:59:15 +03:00
* / n . d ( e , " A c t i o n " , f u n c t i o n ( ) { r e t u r n i . d e f a u l t } ) , n . d ( e , " A p p C o n t e n t " , f u n c t i o n ( ) { r e t u r n o . d e f a u l t } ) , n . d ( e , " A p p N a v i g a t i o n I t e m " , f u n c t i o n ( ) { r e t u r n a . d e f a u l t } ) , n . d ( e , " A p p N a v i g a t i o n N e w " , f u n c t i o n ( ) { r e t u r n s . d e f a u l t } ) , n . d ( e , " A p p N a v i g a t i o n S e t t i n g s " , f u n c t i o n ( ) { r e t u r n u . d e f a u l t } ) , n . d ( e , " A v a t a r " , f u n c t i o n ( ) { r e t u r n c . d e f a u l t } ) , n . d ( e , " D a t e t i m e P i c k e r " , f u n c t i o n ( ) { r e t u r n l . d e f a u l t } ) , n . d ( e , " M o d a l " , f u n c t i o n ( ) { r e t u r n f . d e f a u l t } ) , n . d ( e , " M u l t i s e l e c t " , f u n c t i o n ( ) { r e t u r n p . d e f a u l t } ) , n . d ( e , " P o p o v e r M e n u " , f u n c t i o n ( ) { r e t u r n d . d e f a u l t } ) , n . d ( e , " T o o l t i p " , f u n c t i o n ( ) { r e t u r n h . d e f a u l t } ) , " u n d e f i n e d " ! = t y p e o f w i n d o w & & w i n d o w . V u e & & A ( w i n d o w . V u e ) , e . d e f a u l t = f u n c t i o n ( t ) { f o r ( v a r e = 1 ; e < a r g u m e n t s . l e n g t h ; e + + ) { v a r n = n u l l ! = a r g u m e n t s [ e ] ? a r g u m e n t s [ e ] : { } , r = O b j e c t . k e y s ( n ) ; " f u n c t i o n " = = t y p e o 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 & & ( r = r . c o n c a t ( 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 ( n ) . f i l t e r ( f u n c t i o n ( t ) { 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 ( n , t ) . e n u m e r a b l e } ) ) ) , r . f o r E a c h ( f u n c t i o n ( e ) { v ( t , e , n [ e ] ) } ) } r e t u r n t } ( { i n s t a l l : A } , r ) } ] ) } , e . e x p o r t s = i ( ) } , f u n c t i o n ( t , e , n ) { ( f u n c t i o n ( t ) { v a r r = v o i d 0 ! = = t & & t | | " u n d e f i n e d " ! = t y p e o f s e l f & & s e l f | | w i n d o w , i = F u n c t i o n . p r o t o t y p e . a p p l y ; f u n c t i o n o ( t , e ) { t h i s . _ i d = t , t h i s . _ c l e a r F n = e } e . s e t T i m e o u t = f u n c t i o n ( ) { r e t u r n n e w o ( i . c a l l ( s e t T i m e o u t , r , a r g u m e n t s ) , c l e a r T i m e o u t ) } , e . s e t I n t e r v a l = f u n c t i o n ( ) { r e t u r n n e w o ( i . c a l l ( s e t I n t e r v a l , r , a r g u m e n t s ) , c l e a r I n t e r v a l ) } , e . c l e a r T i m e o u t = e . c l e a r I n t e r v a l = f u n c t i o n ( t ) { t & & t . c l o s e ( ) } , o . p r o t o t y p e . u n r e f = o . p r o t o t y p e . r e f = f u n c t i o n ( ) { } , o . p r o t o t y p e . c l o s e = f u n c t i o n ( ) { t h i s . _ c l e a r F n . c a l l ( r , t h i s . _ i d ) } , e . e n r o l l = f u n c t i o n ( t , e ) { c l e a r T i m e o u t ( t . _ i d l e T i m e o u t I d ) , t . _ i d l e T i m e o u t = e } , e . u n e n r o l l = f u n c t i o n ( t ) { c l e a r T i m e o u t ( t . _ i d l e T i m e o u t I d ) , t . _ i d l e T i m e o u t = - 1 } , e . _ u n r e f A c t i v e = e . a c t i v e = f u n c t i o n ( t ) { c l e a r T i m e o u t ( t . _ i d l e T i m e o u t I d ) ; v a r e = t . _ i d l e T i m e o u t ; e > = 0 & & ( t . _ i d l e T i m e o u t I d = s e t T i m e o u t ( f u n c t i o n ( ) { t . _ o n T i m e o u t & & t . _ o n T i m e o u t ( ) } , e ) ) } , n ( 1 9 ) , e . s e t I m m e d i a t e = " u n d e f i n e d " ! = t y p e o f s e l f & & s e l f . s e t I m m e d i a t e | | v o i d 0 ! = = t & & t . s e t I m m e d i a t e | | t h i s & & t h i s . s e t I m m e d i a t e , e . c l e a r I m m e d i a t e = " u n d e f i n e d " ! = t y p e o f s e l f & & s e l f . c l e a r I m m e d i a t e | | v o i d 0 ! = = t & & t . c l e a r I m m e d i a t e | | t h i s & & t h i s . c l e a r I m m e d i a t e } ) . c a l l ( t h i s , n ( 3 ) ) } , f u n c t i o n ( t , e , n ) { ( f u n c t i o n ( t , e ) { ! f u n c t i o n ( t , n ) { " u s e s t r i c t " ; i f ( ! t . s e t I m m e d i a t e ) { v a r r , i , o , a , s , u = 1 , c = { } , l = ! 1 , f = t . d o c u m e n t , p = O b j e c t . g e t P r o t o t y p e O f & & O b j e c t . g e t P r o t o t y p e O f ( t ) ; p = p & & p . s e t T i m e o u t ? p : t , " [ o b j e c t p r o c e s s ] " = = = { } . t o S t r i n g . c a l l ( t . p r o c e s s ) ? r = f u n c t i o n ( t ) { e . n e x t T i c k ( f u n c t i o n ( ) { h ( t ) } ) } : ! f u n c t i o n ( ) { i f ( t . p o s t M e s s a g e & & ! t . i m p o r t S c r i p t s ) { v a r e = ! 0 , n = t . o n m e s s a g e ; r e t u r n t . o n m e s s a g e = f u n c t i o n ( ) { e = ! 1 } , t . p o s t M e s s a g e ( " " , " * " ) , t . o n m e s s a g e = n , e } } ( ) ? t . M e s s a g e C h a n n e l ? ( ( o = n e w M e s s a g e C h a n n e l ) . p o r t 1 . o n m e s s a g e = f u n c t i o n ( t ) { h ( t . d a t a ) } , r = f u n c t i o n ( t ) { o . p o r t 2 . p o s t M e s s a g e ( t ) } ) : f & & " o n r e a d y s t a t e c h a n g e " i n f . c r e a t e E l e m e n t ( " s c r i p t " ) ? ( i = f . d o c u m e n t E l e m e n t , r = f u n c t i o n ( t ) { v a r e = f . c r e a t e E l e m e n t ( " s c r i p t " ) ; e . o n r e a d y s t a t e c h a n g e = f u n c t i o n ( ) { h ( t ) , e . o n r e a d y s t a t e c h a n g e = n u l l , i . r e m o v e C h i l d ( e ) , e = n u l l } , i . a p p e n d C h i l d ( e ) } ) : r = f u n c t i o n ( t ) { s e t T i m e o u t ( h , 0 , t ) } : ( a = " s e t I m m e d i a t e $ " + M a t h . r a n d o m ( ) + " $ " , s = f u n c t i o n ( e ) { e . s o u r c e = = = t & & " s t r i n g " = = t y p e o f e . d a t a & & 0 = = = e . d a t a . i n d e x O f ( a ) & & h ( + e . d a t a . s l i c e ( a . l e n g t h ) ) } , t . a d d E v e n t L i s t e n e r ? t . a d d E v e n t L i s t e n e r ( " m e s s a g e " , s , ! 1 ) : t . a t t a c h E v e n t ( " o n m e s s a g e " , s ) , r = f u n c t i o n ( e ) { t . p o s t M e s s a g e ( a + e , " * " ) } ) , p . s e t I m m e d i a t e = f u n c t i o n ( t ) { " f u n c t i o n " ! = t y p e o f t & & ( t = n e w F u n c t i o n ( " " + t ) ) ; f o r ( v a r e = n e w A r r a y ( a r g u m e n t s . l e n g t h - 1 ) , n = 0 ; n < e . l e n g t h ; n + + ) e [ n ] = a r g u m e n t s [ n + 1 ] ; v a r i = { c a l l b a c k : t , a r g s : e } ; r e t u r n c [ u ] = i , r ( u ) , u + + } , p . c l e a r I m m e d i a t e = d } f u n c t i o n d ( t ) { d e l e t e c [ t ] } f u n c t i o n h ( t ) { i f ( l ) s e t T i m e o u t ( h , 0 , t ) ; e l s e { v a r e = c [ t ] ; i f ( e ) { l = ! 0 ; t r y { ! f u n c t i o n ( t ) { v a r e = t . c a l l b a c k , r = t . a r g s ; s w i t c h ( r . l e n g t h ) { c a s e 0 : e ( ) ; b r e a k ; c a s e 1 : e ( r [ 0 ] ) ; b r e a k ; c a s e 2 : e ( r [ 0 ] , r [ 1 ] ) ; b r e a k ; c a s e 3 : e ( r [ 0 ] , r [ 1 ] , r [ 2 ] ) ; b r e a k ; d e f a u l t : e . a p p l y ( n , r ) } } ( e ) } f i n a l l y { d ( t ) , l = ! 1 } } } } } ( " u n d e f i n e d " = = t y p e o f s e l f ? v o i d 0 = = = t ? t h i s : t : s e l f ) } ) . c a l l ( t h i s , n ( 3 ) , n ( 7 ) ) } , f u n c t i o n ( t , e , n ) { t . e x p o r t s = n ( 2 1 ) } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r r = n ( 1 ) , i = n ( 8 ) , o = n ( 2 3 ) , a = n ( 6 ) ; f u n c t i o n s ( t ) { v a r e = n e w o ( t ) , n = i ( o . p r o t o t y p e . r e q u e s t , e ) ; r e t u r n r . e x t e n d ( n , o . p r o t o t y p e , e ) , r . e x t e n d ( n , e ) , n } v a r u = s ( a ) ; u . A x i o s = o , u . c r e a t e = f u n c t i o n ( t ) { r e t u r n s ( r . m e r g e ( a , t ) ) } , u . C a n c e l = n ( 1 2 ) , u . C a n c e l T o k e n = n ( 3 7 ) , u . i s C a n c e l = n ( 1 1 ) , u . a l l = f u n c t i o n ( t ) { r e t u r n P r o m i s e . a l l ( t ) } , u . s p r e a d = n ( 3 8 ) , t . e x p o r t s = u , t . e x p o
2019-02-26 21:43:59 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /
2019-04-10 11:44:34 +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 r = n ( 6 ) , i = n ( 1 ) , o = n ( 32 ) , a = n ( 33 ) ; function s ( t ) { this . defaults = t , this . interceptors = { request : new o , response : new o } } s . prototype . request = function ( t ) { "string" == typeof t && ( t = i . merge ( { url : arguments [ 0 ] } , arguments [ 1 ] ) ) , ( t = i . merge ( r , { method : "get" } , this . defaults , t ) ) . method = t . method . toLowerCase ( ) ; var e = [ a , void 0 ] , n = Promise . resolve ( t ) ; for ( this . interceptors . request . forEach ( function ( t ) { e . unshift ( t . fulfilled , t . rejected ) } ) , this . interceptors . response . forEach ( function ( t ) { e . push ( t . fulfilled , t . rejected ) } ) ; e . length ; ) n = n . then ( e . shift ( ) , e . shift ( ) ) ; return n } , i . forEach ( [ "delete" , "get" , "head" , "options" ] , function ( t ) { s . prototype [ t ] = function ( e , n ) { return this . request ( i . merge ( n || { } , { method : t , url : e } ) ) } } ) , i . forEach ( [ "post" , "put" , "patch" ] , function ( t ) { s . prototype [ t ] = function ( e , n , r ) { return this . request ( i . merge ( r || { } , { method : t , url : e , data : n } ) ) } } ) , t . exports = s } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) ; t . exports = function ( t , e ) { r . forEach ( t , function ( n , r ) { r !== e && r . toUpperCase ( ) === e . toUpperCase ( ) && ( t [ e ] = n , delete t [ r ] ) } ) } } , function ( t , e , n ) { "use strict" ; var r = n ( 10 ) ; t . exports = function ( t , e , n ) { var i = n . config . validateStatus ; n . status && i && ! i ( n . status ) ? e ( r ( "Request failed with status code " + n . status , n . config , null , n . request , n ) ) : t ( n ) } } , function ( t , e , n ) { "use strict" ; t . exports = function ( t , e , n , r , i ) { return t . config = e , n && ( t . code = n ) , t . request = r , t . response = i , t } } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) ; function i ( t ) { return encodeURIComponent ( t ) . replace ( /%40/gi , "@" ) . replace ( /%3A/gi , ":" ) . replace ( /%24/g , "$" ) . replace ( /%2C/gi , "," ) . replace ( /%20/g , "+" ) . replace ( /%5B/gi , "[" ) . replace ( /%5D/gi , "]" ) } t . exports = function ( t , e , n ) { if ( ! e ) return t ; var o ; if ( n ) o = n ( e ) ; else if ( r . isURLSearchParams ( e ) ) o = e . toString ( ) ; else { var a = [ ] ; r . forEach ( e , function ( t , e ) { null != t && ( r . isArray ( t ) ? e += "[]" : t = [ t ] , r . forEach ( t , function ( t ) { r . isDate ( t ) ? t = t . toISOString ( ) : r . isObject ( t ) && ( t = JSON . stringify ( t ) ) , a . push ( i ( e ) + "=" + i ( t ) ) } ) ) } ) , o = a . join ( "&" ) } return o && ( t += ( - 1 === t . indexOf ( "?" ) ? "?" : "&" ) + o ) , t } } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) , i = [ "age" , "authorization" , "content-length" , "content-type" , "etag" , "expires" , "from" , "host" , "if-modified-since" , "if-unmodified-since" , "last-modified" , "location" , "max-forwards" , "proxy-authorization" , "referer" , "retry-after" , "user-agent" ] ; t . exports = function ( t ) { var e , n , o , a = { } ; return t ? ( r . forEach ( t . split ( "\n" ) , function ( t ) { if ( o = t . indexOf ( ":" ) , e = r . trim ( t . substr ( 0 , o ) ) . toLowerCase ( ) , n = r . trim ( t . substr ( o + 1 ) ) , e ) { if ( a [ e ] && i . indexOf ( e ) >= 0 ) return ; a [ e ] = "set-cookie" === e ? ( a [ e ] ? a [ e ] : [ ] ) . concat ( [ n ] ) : a [ e ] ? a [ e ] + ", " + n : n } } ) , a ) : a } } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) ; t . exports = r . isStandardBrowserEnv ( ) ? function ( ) { var t , e = /(msie|trident)/i . test ( navigator . userAgent ) , n = document . createElement ( "a" ) ; function i ( t ) { var r = t ; return e && ( n . setAttribute ( "href" , r ) , r = n . href ) , n . setAttribute ( "href" , r ) , { href : n . href , protocol : n . protocol ? n . protocol . replace ( /:$/ , "" ) : "" , host : n . host , search : n . search ? n . search . replace ( /^\?/ , "" ) : "" , hash : n . hash ? n . hash . replace ( /^#/ , "" ) : "" , hostname : n . hostname , port : n . port , pathname : "/" === n . pathname . charAt ( 0 ) ? n . pathname : "/" + n . pathname } } return t = i ( window . location . href ) , function ( e ) { var n = r . isString ( e ) ? i ( e ) : e ; return n . protocol === t . protocol && n . host === t . host } } ( ) : function ( ) { return ! 0 } } , function ( t , e , n ) { "use strict" ; var r = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=" ; function i ( ) { this . message = "String contains an invalid character" } i . prototype = new Error , i . prototype . code = 5 , i . prototype . name = "InvalidCharacterError" , t . exports = function ( t ) { for ( var e , n , o = String ( t ) , a = "" , s = 0 , u = r ; o . charAt ( 0 | s ) || ( u = "=" , s % 1 ) ; a += u . charAt ( 63 & e >> 8 - s % 1 * 8 ) ) { if ( ( n = o . charCodeAt ( s += . 75 ) ) > 255 ) throw new i ; e = e << 8 | n } return a } } , function ( t , e , n ) { "use strict" ; var r = n ( 1 ) ; t . exports = r . isStandardBrowserEnv ( ) ? { write : function ( t , e , n , i , o , a ) { var s = [ ] ; s . push ( t + "=" + encodeURIComponent ( e ) ) , r . isNumber ( n ) && s . push ( "expires=" + new Date ( n ) . toGMTString ( ) ) , r . isString ( i ) && s . push ( "path=" + i ) , r . isString ( o ) && s . push ( "domain=" + o ) , ! 0 === a && s . push ( "secure" ) , document . cookie = s . join ( "; " ) } , read : function ( t ) { var
2019-01-10 18:04:13 +03:00
/ *
* @ copyright 2019 Roeland Jago Douma < roeland @ famdouma . nl >
*
* @ author 2019 Roeland Jago Douma < roeland @ famdouma . nl >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2019-03-15 14:28:56 +03:00
i . a . use ( s . a ) ; var h = { setEnforced : function ( t , e ) { i . a . set ( t , "enforced" , e ) } , setEnforcedGroups : function ( t , e ) { i . a . set ( t , "enforcedGroups" , e ) } , setExcludedGroups : function ( t , e ) { i . a . set ( t , "excludedGroups" , e ) } } , v = { save : function ( t ) { var e = t . commit ; return e ( "setEnabled" , ! 1 ) , generateCodes ( ) . then ( function ( t ) { var n = t . codes , r = t . state ; return e ( "setEnabled" , r . enabled ) , e ( "setTotal" , r . total ) , e ( "setUsed" , r . used ) , e ( "setCodes" , n ) , ! 0 } ) } } , A = new s . a . Store ( { strict : ! 1 , state : { enforced : ! 1 , enforcedGroups : [ ] , excludedGroups : [ ] } , mutations : h , actions : v } ) ; r . nc = btoa ( OC . requestToken ) , i . a . prototype . t = t , window . OC = window . OC || { } , window . OC . Settings = window . OC . Settings || { } , A . replaceState ( OCP . InitialState . loadState ( "settings" , "mandatory2FAState" ) ) , new ( i . a . extend ( d ) ) ( { store : A } ) . $mount ( "#two-factor-auth-settings" ) } ] ) ;
2018-11-05 18:02:32 +03:00
//# sourceMappingURL=vue-settings-admin-security.js.map