2019-04-02 16:24:31 +03:00
( window . webpackJsonp = window . webpackJsonp || [ ] ) . push ( [ [ 0 ] , { 17 : function ( e , n , i ) { var r ; window , r = function ( ) { return function ( t ) { var e = { } ; function n ( i ) { if ( e [ i ] ) return e [ i ] . exports ; var r = e [ i ] = { i : i , l : ! 1 , exports : { } } ; return t [ i ] . call ( r . exports , r , r . exports , n ) , r . l = ! 0 , r . exports } return n . m = t , n . c = e , n . d = function ( t , e , i ) { n . o ( t , e ) || Object . defineProperty ( t , e , { enumerable : ! 0 , get : i } ) } , n . r = function ( t ) { "undefined" != typeof Symbol && Symbol . toStringTag && Object . defineProperty ( t , Symbol . toStringTag , { value : "Module" } ) , Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) } , n . t = function ( t , e ) { if ( 1 & e && ( t = n ( t ) ) , 8 & e ) return t ; if ( 4 & e && "object" == typeof t && t && t . _ _esModule ) return t ; var i = Object . create ( null ) ; if ( n . r ( i ) , Object . defineProperty ( i , "default" , { enumerable : ! 0 , value : t } ) , 2 & e && "string" != typeof t ) for ( var r in t ) n . d ( i , r , function ( e ) { return t [ e ] } . bind ( null , r ) ) ; return i } , n . n = function ( t ) { var e = t && t . _ _esModule ? function ( ) { return t . default } : function ( ) { return t } ; return n . d ( e , "a" , e ) , e } , n . o = function ( t , e ) { return Object . prototype . hasOwnProperty . call ( t , e ) } , n . p = "/dist/" , n ( n . s = 81 ) } ( [ function ( t , e , n ) { "use strict" ; function i ( t , e , n , i , r , o , a , s ) { var l , u = "function" == typeof t ? t . options : t ; if ( e && ( u . render = e , u . staticRenderFns = n , u . _compiled = ! 0 ) , i && ( u . functional = ! 0 ) , o && ( u . _scopeId = "data-v-" + o ) , a ? ( l = function ( t ) { ( t = t || this . $vnode && this . $vnode . ssrContext || this . parent && this . parent . $vnode && this . parent . $vnode . ssrContext ) || "undefined" == typeof _ _VUE _SSR _CONTEXT _ _ || ( t = _ _VUE _SSR _CONTEXT _ _ ) , r && r . call ( this , t ) , t && t . _registeredComponents && t . _registeredComponents . add ( a ) } , u . _ssrRegister = l ) : r && ( l = s ? function ( ) { r . call ( this , this . $root . $options . shadowRoot ) } : r ) , l ) if ( u . functional ) { u . _injectStyles = l ; var c = u . render ; u . render = function ( t , e ) { return l . call ( e ) , c ( t , e ) } } else { var p = u . beforeCreate ; u . beforeCreate = p ? [ ] . concat ( p , l ) : [ l ] } return { exports : t , options : u } } n . d ( e , "a" , function ( ) { return i } ) } , function ( t , e , n ) { "use strict" ; var i = n ( 26 ) , r = n ( 27 ) , o = Object . prototype . toString ; function a ( t ) { return "[object Array]" === o . call ( t ) } function s ( t ) { return null !== t && "object" == typeof t } function l ( t ) { return "[object Function]" === o . call ( t ) } function u ( t , e ) { if ( null != t ) if ( "object" != typeof t && ( t = [ t ] ) , a ( t ) ) for ( var n = 0 , i = t . length ; n < i ; n ++ ) e . call ( null , t [ n ] , n , t ) ; else for ( var r in t ) Object . prototype . hasOwnProperty . call ( t , r ) && e . call ( null , t [ r ] , r , t ) } t . exports = { isArray : a , isArrayBuffer : function ( t ) { return "[object ArrayBuffer]" === o . call ( t ) } , isBuffer : r , 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 : l , isStream : function ( t ) { return s ( t ) && l ( t . pipe ) } , isURLSearchParams : function ( t ) { return "undefined" != typeof URLSearchParams && t instanceof URLSearchParams } , isStandardBrowserEnv : function ( ) { return ( "undefined" == typeof navigator || "ReactNative" !== navigator . product ) && "undefined" != typeof window && "undefined" != typeof document } , forEach : u , merge : function t ( ) { var e = { } ; function n ( n , i ) { "object" == typeof e [ i ] && "object" == typeof n ? e [ i ] = t ( e [ i ] , n ) : e [ i ] = n } for ( var i = 0 , r = arguments . length ; i < r ; i ++ ) u ( arguments [ i ] , n ) ; return e } , extend : function ( t , e , n ) { return u ( e , function ( e , r ) { t [ r ] = n && "function" == typeof e ? i ( e , n ) : e } ) , t } , trim : function ( t ) { return t . replace ( /^\s*/ , "" ) . replace ( /\s*$/ , "" ) } } } , function ( t , e , n ) { "use strict" ; t . exports = function ( t ) { var e = [ ] ; return e . toString = function ( ) { return this . map ( function ( e ) { var n = function ( t , e ) { var n , i = t [ 1 ] || "" , r = t [ 3 ] ; if ( ! r ) return i ; if ( e && "function" == typeof btoa ) { var o = ( n = r , "/*# sourceMappingURL=data:application/json;charset=utf-8;base64," + btoa ( unescape ( encodeURIComponent ( JSON . stringify ( n ) ) ) ) + " */" ) , a = r . sources . map ( function ( t ) { return "/*# sourceURL=" + r . sourceRoot + t + " */" } ) ; return [ i ] . concat ( a ) . concat ( [ o ] ) . join ( "\n" ) } return [ i ] . join ( "\n" ) } ( e , t ) ; return e [ 2 ] ? "@media " + e [ 2 ] + "{" + n + "}" : n } ) . join ( "" )
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 i = n ( 9 ) ; n ( 36 ) , i . a . options . defaultClass = "v-" . concat ( "fa73a1d" ) , e . default = i . 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/>.
*
2019-04-02 16:24:31 +03:00
* / e . a = f u n c t i o n ( t ) { t . m o u n t e d ? A r r a y . i s A r r a y ( t . m o u n t e d ) | | ( t . m o u n t e d = [ t . m o u n t e d ] ) : t . m o u n t e d = [ ] , t . m o u n t e d . p u s h ( f u n c t i o n ( ) { t h i s . $ e l . s e t A t t r i b u t e ( " d a t a - v - " . c o n c a t ( " 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 Q 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-04-02 16:24:31 +03:00
var i = "undefined" != typeof window && "undefined" != typeof document , r = [ "Edge" , "Trident" , "Firefox" ] , o = 0 , a = 0 ; a < r . length ; a += 1 ) if ( i && navigator . userAgent . indexOf ( r [ a ] ) >= 0 ) { o = 1 ; break } var s = i && 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 l ( t ) { return t && "[object Function]" === { } . toString . call ( t ) } function u ( t , e ) { if ( 1 !== t . nodeType ) return [ ] ; var n = getComputedStyle ( t , null ) ; return e ? n [ e ] : n } function c ( t ) { return "HTML" === t . nodeName ? t : t . parentNode || t . host } function p ( t ) { if ( ! t ) return document . body ; switch ( t . nodeName ) { case "HTML" : case "BODY" : return t . ownerDocument . body ; case "#document" : return t . body } var e = u ( t ) , n = e . overflow , i = e . overflowX , r = e . overflowY ; return /(auto|scroll|overlay)/ . test ( n + r + i ) ? t : p ( c ( t ) ) } var d = i && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , f = i && /MSIE 10/ . test ( navigator . userAgent ) ; function A ( t ) { return 11 === t ? d : 10 === t ? f : d || f } function h ( t ) { if ( ! t ) return document . documentElement ; for ( var e = A ( 10 ) ? document . body : null , n = t . offsetParent ; n === e && t . nextElementSibling ; ) n = ( t = t . nextElementSibling ) . offsetParent ; var i = n && n . nodeName ; return i && "BODY" !== i && "HTML" !== i ? - 1 !== [ "TD" , "TABLE" ] . indexOf ( n . nodeName ) && "static" === u ( n , "position" ) ? h ( n ) : n : t ? t . ownerDocument . documentElement : document . documentElement } function m ( t ) { return null !== t . parentNode ? m ( t . parentNode ) : t } function v ( t , e ) { if ( ! ( t && t . nodeType && e && e . nodeType ) ) return document . documentElement ; var n = t . compareDocumentPosition ( e ) & Node . DOCUMENT _POSITION _FOLLOWING , i = n ? t : e , r = n ? e : t , o = document . createRange ( ) ; o . setStart ( i , 0 ) , o . setEnd ( r , 0 ) ; var a , s , l = o . commonAncestorContainer ; if ( t !== l && e !== l || i . contains ( r ) ) return "BODY" === ( s = ( a = l ) . nodeName ) || "HTML" !== s && h ( a . firstElementChild ) !== a ? h ( l ) : l ; var u = m ( t ) ; return u . host ? v ( u . host , e ) : v ( t , m ( 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 i = t . ownerDocument . documentElement ; return ( t . ownerDocument . scrollingElement || i ) [ e ] } return t [ e ] } function y ( t , e ) { var n = "x" === e ? "Left" : "Top" , i = "Left" === n ? "Right" : "Bottom" ; return parseFloat ( t [ "border" + n + "Width" ] , 10 ) + parseFloat ( t [ "border" + i + "Width" ] , 10 ) } function b ( t , e , n , i ) { return Math . max ( e [ "offset" + t ] , e [ "scroll" + t ] , n [ "client" + t ] , n [ "offset" + t ] , n [ "scroll" + t ] , A ( 10 ) ? n [ "offset" + t ] + i [ "margin" + ( "Height" === t ? "Top" : "Left" ) ] + i [ "margin" + ( "Height" === t ? "Bottom" : "Right" ) ] : 0 ) } function w ( ) { var t = document . body , e = document . documentElement , n = A ( 10 ) && getComputedStyle ( e ) ; return { height : b ( "Height" , t , e , n ) , width : b ( "Width" , t , e , n ) } } var x = function ( t , e ) { if ( ! ( t instanceof e ) ) throw new TypeError ( "Cannot call a class as a function" ) } , _ = function ( ) { function t ( t , e ) { for ( var n = 0 ; n < e . length ; n ++ ) { var i = e [ n ] ; i . enumerable = i . enumerable || ! 1 , i . configurable = ! 0 , "value" in i && ( i . writable = ! 0 ) , Object . defineProperty ( t , i . key , i ) } } return function ( e , n , i ) { return n && t ( e . prototype , n ) , i && t ( e , i ) , e } } ( ) , T = 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 i in n ) Object . prototype . hasOwnProperty . call ( n , i ) && ( t [ i ] = n [ i ] ) } return t } ; function C ( t ) { return E ( { } , t , { right : t . left + t . width , bottom : t . top + t . height } ) } function D ( t ) { var e = { } ; try { if ( A ( 10 ) ) { e = t . getBoundingClientRect ( ) ; var n = g ( t , "top" ) , i = g ( t , "left" ) ; e . top += n , e . left += i , e . bottom += n , e . right += i } else e = t . getBoundingClientRect ( ) } catch ( t ) { } var r = { left : e . left , top : e . top , width : e . right - e . left , height : e . bottom - e . top } , o = "HTML" === t . nodeName ? w ( ) : { } , a = o . width || t . clientWidth || r . right - r . left , s = o . height || t . clientHeight || r . bottom - r . top , l = t . offsetWidth - a , c = t . offsetHeight - s ; if ( l || c ) { var p = u ( t ) ; l -= y ( p , "x" ) , c -= y ( p , "y" ) , r . width -= l , r . height -= c } return C ( r ) } function M ( t , e ) { var n = arguments . length > 2 && void 0 !== arguments [ 2 ] && arguments [ 2 ] , i = A ( 10 ) , r = "HTML" === e . nodeName , o = D ( t ) , a = D ( e ) , s = p ( t ) , l = u ( e ) , c = parseFloat ( l . borderTopWidth , 10 ) , d = parseFloat ( l . borderLeftWidth , 10 ) ; n && "HTML" === e . nodeName && ( a . top = Math . max ( a . top , 0 ) , a . left = Math . max ( a . left , 0 ) ) ; var f = C ( { 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 = f } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var i = n ( 5 ) , r = n . n ( i ) , o = { name : "Action" , components : { PopoverMenu : n ( 6 ) . PopoverMenu } , directives : { ClickOutside : r . 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-01 08:03:23 +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-01 08:03:23 +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-04-02 16:24:31 +03:00
e . default = s } , function ( t , e , n ) { window , t . exports = function ( t ) { var e = { } ; function n ( i ) { if ( e [ i ] ) return e [ i ] . exports ; var r = e [ i ] = { i : i , l : ! 1 , exports : { } } ; return t [ i ] . call ( r . exports , r , r . exports , n ) , r . l = ! 0 , r . exports } return n . m = t , n . c = e , n . d = function ( t , e , i ) { n . o ( t , e ) || Object . defineProperty ( t , e , { configurable : ! 1 , enumerable : ! 0 , get : i } ) } , 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 i ; ! function ( r ) { "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?/ , l = /[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i , u = /\[([^]*?)\]/gm , c = function ( ) { } ; function p ( t , e ) { for ( var n = [ ] , i = 0 , r = t . length ; i < r ; i ++ ) n . push ( t [ i ] . substr ( 0 , e ) ) ; return n } function d ( t ) { return function ( e , n , i ) { var r = i [ t ] . indexOf ( n . charAt ( 0 ) . toUpperCase ( ) + n . substr ( 1 ) . toLowerCase ( ) ) ; ~ r && ( e . month = r ) } } function f ( t , e ) { for ( t = String ( t ) , e = e || 2 ; t . length < e ; ) t = "0" + t ; return t } var A = [ "Sunday" , "Monday" , "Tuesday" , "Wednesday" , "Thursday" , "Friday" , "Saturday" ] , h = [ "January" , "February" , "March" , "April" , "May" , "June" , "July" , "August" , "September" , "October" , "November" , "December" ] , m = p ( h , 3 ) , v = p ( A , 3 ) ; o . i18n = { dayNamesShort : v , dayNames : A , monthNamesShort : m , monthNames : h , 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 f ( t . getDate ( ) ) } , Do : function ( t , e ) { return e . DoFn ( t . getDate ( ) ) } , d : function ( t ) { return t . getDay ( ) } , dd : function ( t ) { return f ( 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 f ( 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 f ( t . getFullYear ( ) , 4 ) } , h : function ( t ) { return t . getHours ( ) % 12 || 12 } , hh : function ( t ) { return f ( t . getHours ( ) % 12 || 12 ) } , H : function ( t ) { return t . getHours ( ) } , HH : function ( t ) { return f ( t . getHours ( ) ) } , m : function ( t ) { return t . getMinutes ( ) } , mm : function ( t ) { return f ( t . getMinutes ( ) ) } , s : function ( t ) { return t . getSeconds ( ) } , ss : function ( t ) { return f ( t . getSeconds ( ) ) } , S : function ( t ) { return Math . round ( t . getMilliseconds ( ) / 100 ) } , SS : function ( t ) { return f ( Math . round ( t . getMilliseconds ( ) / 10 ) , 2 ) } , SSS : function ( t ) { return f ( 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 ? "-" : "+" ) + f ( 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 + l . 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 , c ] , ddd : [ l , c ] , MMM : [ l , d ( "monthNamesShort" ) ] , MMMM : [ l , d ( "monthNames" ) ] , a : [ l , function ( t , e , n ) { var i = e . toLowerCase ( ) ; i === n . amPm [ 0 ] ? t . isPm = ! 1 : i === n . amPm [ 1 ] && ( t . isPm = ! 0 ) } ] , ZZ : [ /([\+\-]\d\d:?\d\d|Z)/ , function ( t , e ) { "Z" === e && ( e = "+00:00" ) ; var n , i = ( e + "" ) . match ( /([\+\-]|\d\d)/gi ) ; i && ( n = 60 * i [ 1 ] + parseInt ( i [ 2 ] , 10 ) , t . timezoneOffset = "+" === i [ 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 i = 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-04-02 16:24:31 +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 i = n ( 1 ) , r = n ( 4 5 ) , o = n ( 4 7 ) , a = n ( 4 8 ) , s = n ( 4 9 ) , l = n ( 2 9 ) , u = " 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 , c ) { v a r p = t . d a t a , d = t . h e a d e r s ; i . i s F o r m D a t a ( p ) & & d e l e t e d [ " C o n t e n t - T y p e " ] ; v a r f = n e w X M L H t t p R e q u e s t , A = " o n r e a d y s t a t e c h a n g e " , h = ! 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 f | | s ( t . u r l ) | | ( f = n e w w i n d o w . X D o m a i n R e q u e s t , A = " o n l o a d " , h = ! 0 , f . o n p r o g r e s s = f u n c t i o n ( ) { } , f . 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 m = t . a u t h . u s e r n a m e | | " " , v = t . a u t h . p a s s w o r d | | " " ; d . A u t h o r i z a t i o n = " B a s i c " + u ( m + " : " + v ) } i f ( f . 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 ) , f . t i m e o u t = t . t i m e o u t , f [ A ] = f u n c t i o n ( ) { i f ( f & & ( 4 = = = f . r e a d y S t a t e | | h ) & & ( 0 ! = = f . s t a t u s | | f . r e s p o n s e U R L & & 0 = = = f . 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 f ? a ( f . 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 , i = { 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 ? f . r e s p o n s e : f . r e s p o n s e T e x t , s t a t u s : 1 2 2 3 = = = f . s t a t u s ? 2 0 4 : f . s t a t u s , s t a t u s T e x t : 1 2 2 3 = = = f . s t a t u s ? " N o C o n t e n t " : f . 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 : f } ; r ( e , c , i ) , f = n u l l } } , f . o n e r r o r = f u n c t i o n ( ) { c ( l ( " N e t w o r k E r r o r " , t , n u l l , f ) ) , f = n u l l } , f . o n t i m e o u t = f u n c t i o n ( ) { c ( l ( " 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 " , f ) ) , f = n u l l } , i . 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 & & ( d [ 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 f & & i . f o r E a c h ( d , f u n c t i o n ( t , e ) { v o i d 0 = = = p & & " 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 d [ e ] : f . 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 & & ( f . 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 { f . 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 & & f . 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 & & f . u p l o a d & & f . 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 ) { f & & ( f . a b o r t ( ) , c ( t ) , f = n u l l ) } ) , v o i d 0 = = = p & & ( p = n u l l ) , f . s e n d ( p ) } ) } } , f u n c t i o n ( t , e , n ) { " u s e s t r i c t " ; v a r i = n ( 4 6 ) ; t . e x p o r t s = f u n c t i o n ( t , e , n , r , o ) { v a r a = n e w E r r o r ( t ) ; r e t u r n i ( a , e , n , r , 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 i ( t ) { t h i s . m e s s a g e = t } i . 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 : " " ) } , i . p r o t o t y p e . _ _ C A N C E L _ _ = ! 0 , t . e x p o r t s = i } , 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 i = 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 = i } , f u n c t i o n ( t , e , n ) { v a r i , r , o , a , s ; i = n ( 5 9 ) , r = 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 ) : r . 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 = i . b y t e s T o W o r d s ( t ) , l = 8 * t . l e n g t h , u = 1 7 3 2 5 8 4 1 9 3 , c = - 2 7 1 7 3 3 8 7 9 , p = - 1 7 3 2 5 8 4 1 9 4 , d = 2 7 1 7 3 3 8 7 8 , f = 0 ; f < n . l e n g t h ; f + + ) n [ f ] = 1 6 7 1 1 9 3 5 & ( n [ f ] < < 8 | n [ f ] > > > 2 4 ) | 4 2 7 8 2 5 5 3 6 0 & ( n [ f ] < < 2 4 | n [ f ] > > > 8 ) ; n [ l > > > 5 ] | = 1 2 8 < < l % 3 2 , n [ 1 4 + ( l + 6 4 > > > 9 < < 4 ) ] = l ; v a r A = s . _ f f , h = s . _ g g , m = s . _ h h , v = s . _ i i ; f o r ( f = 0 ; f < n . l e n g t h ; f + = 1 6 ) { v a r g = u , y = c , b = p , w = d ; u = A ( u , c , p , d , n [ f + 0 ] , 7 , - 6 8 0 8 7 6 9 3 6 ) , d = A ( d , u , c , p , n [ f + 1 ] , 1 2 , - 3 8 9 5 6 4 5 8 6 ) , p = A ( p , d , u , c , n [ f + 2 ] , 1 7 , 6 0 6 1 0 5 8 1 9 ) , c = A ( c , p , d , u , n [ f + 3 ] , 2 2 , - 1 0 4 4 5 2 5 3 3 0 ) , u = A ( u , c , p , d , n [ f + 4 ] , 7 , - 1 7 6 4 1 8 8 9 7 ) , d = A ( d , u , c , p , n [ f + 5 ] , 1 2 , 1 2 0 0 0 8 0 4 2 6 ) , p = A ( p , d , u , c , n [ f + 6 ] , 1 7 , - 1 4 7 3 2 3 1 3 4 1 ) , c = A ( c , p , d , u , n [ f + 7 ] , 2 2 , - 4 5 7 0 5 9 8 3 ) , u = A ( u , c , p , d , n [ f + 8 ] , 7 , 1 7 7 0 0 3 5 4 1 6 ) , d = A ( d , u , c , p , n [ f + 9 ] , 1 2 , - 1 9 5 8 4 1 4 4 1 7 ) , p = A ( p , d , u , c , n [ f + 1 0 ] , 1 7 , - 4 2 0 6 3 ) , c = A ( c , p , d , u , n [ f + 1 1 ] , 2 2 , - 1 9 9 0 4 0 4 1 6 2 ) , u = A ( u , c , p , d , n [ f + 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-04-02 16:24:31 +03:00
* Licensed under the MIT license * /!function(r,o,a,s){"use strict";var l,u=["","webkit","Moz","MS","ms","o"],c=o.createElement("div"),p="function",d=Math.round,f=Math.abs,A=Date.now;function h(t,e,n){return setTimeout(x(t,n),e)}function m(t,e,n){return!!Array.isArray(t)&&(v(t,n[e],n),!0)}function v(t,e,n){var i;if(t)if(t.forEach)t.forEach(e,n);else if(t.length!==s)for(i=0;i<t.length;)e.call(n,t[i],i,t),i++;else for(i in t)t.hasOwnProperty(i)&&e.call(n,t[i],i,t)}function g(t,e,n){var i="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 = r . console && ( r . console . warn || r . console . log ) ; return o && o . call ( r . console , i , n ) , t . apply ( this , arguments ) } } l = "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 i = arguments [ n ] ; if ( i !== s && null !== i ) for ( var r in i ) i . hasOwnProperty ( r ) && ( e [ r ] = i [ r ] ) } return e } : Object . assign ; var y = g ( function ( t , e , n ) { for ( var i = Object . keys ( e ) , r = 0 ; r < i . length ; ) ( ! n || n && t [ i [ r ] ] === s ) && ( t [ i [ r ] ] = e [ i [ r ] ] ) , r ++ ; return t } , "extend" , "Use `assign`." ) , b = g ( function ( t , e ) { return y ( t , e , ! 0 ) } , "merge" , "Use `assign`." ) ; function w ( t , e , n ) { var i , r = e . prototype ; ( i = t . prototype = Object . create ( r ) ) . constructor = t , i . _super = r , n && l ( i , n ) } function x ( t , e ) { return function ( ) { return t . apply ( e , arguments ) } } function _ ( t , e ) { return typeof t == p ? t . apply ( e && e [ 0 ] || s , e ) : t } function T ( t , e ) { return t === s ? e : t } function E ( t , e , n ) { v ( S ( e ) , function ( e ) { t . addEventListener ( e , n , ! 1 ) } ) } function C ( t , e , n ) { v ( S ( e ) , function ( e ) { t . removeEventListener ( e , n , ! 1 ) } ) } function D ( t , e ) { for ( ; t ; ) { if ( t == e ) return ! 0 ; t = t . parentNode } return ! 1 } function M ( t , e ) { return t . indexOf ( e ) > - 1 } function S ( t ) { return t . trim ( ) . split ( /\s+/g ) } function k ( t , e , n ) { if ( t . indexOf && ! n ) return t . indexOf ( e ) ; for ( var i = 0 ; i < t . length ; ) { if ( n && t [ i ] [ n ] == e || ! n && t [ i ] === e ) return i ; i ++ } return - 1 } function B ( t ) { return Array . prototype . slice . call ( t , 0 ) } function O ( t , e , n ) { for ( var i = [ ] , r = [ ] , o = 0 ; o < t . length ; ) { var a = e ? t [ o ] [ e ] : t [ o ] ; k ( r , a ) < 0 && i . push ( t [ o ] ) , r [ o ] = a , o ++ } return n && ( i = e ? i . sort ( function ( t , n ) { return t [ e ] > n [ e ] } ) : i . sort ( ) ) , i } function I ( t , e ) { for ( var n , i , r = e [ 0 ] . toUpperCase ( ) + e . slice ( 1 ) , o = 0 ; o < u . length ; ) { if ( ( i = ( n = u [ o ] ) ? n + r : e ) in t ) return i ; o ++ } return s } var N = 1 ; function L ( t ) { var e = t . ownerDocument || t ; return e . defaultView || e . parentWindow || r } var P = "ontouchstart" in r , j = I ( r , "PointerEvent" ) !== s , R = P && /mobile|tablet|ip(ad|hone|od)|android/i . test ( navigator . userAgent ) , Y = 25 , F = 1 , Q = 4 , $ = 8 , H = 1 , V = 2 , U = 4 , z = 8 , G = 16 , W = V | U , Z = z | G , J = W | Z , X = [ "x" , "y" ] , q = [ "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 ) { _ ( t . options . enable , [ t ] ) && n . handler ( e ) } , this . init ( ) } function tt ( t , e , n ) { var i = n . pointers . length , r = n . changedPointers . length , o = e & F && i - r == 0 , a = e & ( Q | $ ) && i - r == 0 ; n . isFirst = ! ! o , n . isFinal = ! ! a , o && ( t . session = { } ) , n . eventType = e , function ( t , e ) { var n = t . session , i = e . pointers , r = i . length ; n . firstInput || ( n . firstInput = et ( e ) ) , r > 1 && ! n . firstMultiple ? n . firstMultiple = et ( e ) : 1 === r && ( n . firstMultiple = ! 1 ) ; var o = n . firstInput , a = n . firstMultiple , l = a ? a . center : o . center , u = e . center = nt ( i ) ; e . timeStamp = A ( ) , e . deltaTime = e . timeStamp - o . timeStamp , e . angle = at ( l , u ) , e . distance = ot ( l , u ) , function ( t , e ) { var n = e . center , i = t . offsetDelta || { } , r = t . prevDelta || { } , o = t . prevInput || { } ; e . eventType !== F && o . eventType !== Q || ( r = t . prevDelta = { x : o . deltaX || 0 , y : o . deltaY || 0 } , i = t . offsetDelta = { x : n . x , y : n . y } ) , e . deltaX = r . x + ( n . x - i . x ) , e . deltaY = r . y + ( n . y - i . y ) } ( n , e ) , e . offsetDirection = rt ( e . deltaX , e . deltaY ) ; var c , p , d = it ( e . deltaTime , e . deltaX , e . deltaY ) ; e . overallVelocityX = d . x , e . overallVelocityY = d . y , e . overallVelocity = f ( d . x ) > f ( d . y ) ? d . x : d . y , e . scale = a ? ( c = a . pointers , ot ( ( p = i ) [ 0 ] , p [ 1 ] , q ) / ot ( c [ 0 ] , c [ 1 ] , q ) ) : 1 , e . rotation = a ? function ( t , e ) { return at ( e [ 1 ] , e [ 0 ] , q ) + at ( t [ 1 ] , t [ 0 ] , q ) } ( a . pointers , i ) : 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 , i , r , o , a = t . lastInterval || e , l = e . timeSt
2018-10-01 08:03:23 +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 ( i . a ) ( d ) , e . default = d } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var i = { props : { appName : { type : String , required : ! 0 } , navigationClass : { type : [ String , Array , Object ] , required : ! 1 , default : "" } , contentClass : { type : [ String , Array , Object ] , required : ! 1 , default : "" } } } , r = n ( 0 ) , o = Object ( r . a ) ( i , 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 i = n ( 6 ) , r = n ( 5 ) , o = n . n ( r ) , a = { name : "AppNavigationItem" , components : { PopoverMenu : i . 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 ) , l = 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 = l } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var i = { 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 } } } , r = n ( 0 ) , o = Object ( r . a ) ( i , 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-01 08:03:23 +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-01 08:03:23 +03:00
* /
2019-02-27 16:23:40 +03:00
e . default = o } , function ( e , n , i ) { "use strict" ; i . r ( n ) ; var r = i ( 5 ) , o = { directives : { ClickOutside : i . n ( r ) . 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 = i ( 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 ; i . d ( n , "AppNavigationSettings" , function ( ) { return s } ) ,
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2018-10-01 08:03:23 +03:00
*
2019-02-27 16:23:40 +03:00
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2018-10-01 08:03:23 +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 i = n ( 8 ) , r = n ( 25 ) , o = n . n ( r ) ; 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 ) , l = 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 l } ) ,
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-01 08:03:23 +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 ( i . a ) ( l ) , e . default = l } , function ( t , e , n ) { "use strict" ; n . r ( e ) ; var i = n ( 8 ) , r = n ( 62 ) , o = n . n ( r ) , 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 ) ) , l = 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-01 08:03:23 +03:00
/ * *
2019-02-27 16:23:40 +03:00
* @ copyright Copyright ( c ) 2019 John Molakvoæ < skjnldsv @ protonmail . com >
2018-10-01 08:03:23 +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-01 08:03:23 +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-04-02 16:24:31 +03:00
Object ( i . a ) ( l ) , e . default = l } , function ( t , e , n ) { var i = n ( 72 ) ; "string" == typeof i && ( i = [ [ t . i , i , "" ] ] ) , i . locals && ( t . exports = i . locals ) , ( 0 , n ( 3 ) . default ) ( "56ea6c9e" , i , ! 0 , { } ) } , function ( t , e , n ) { e = t . exports = n ( 2 ) ( ! 1 ) ; var i = n ( 15 ) , r = i ( n ( 16 ) ) , o = i ( n ( 17 ) ) , a = i ( n ( 18 ) ) , s = i ( n ( 19 ) ) ; e . push ( [ t . i , '@charset "UTF-8";\n@font-face {\n font-family: "iconfont-vue";\n src: url(' + r + ");\n /* IE9 Compat Modes */\n src: url(" + r + ') 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-02-27 16:23:40 +03:00
* / f u n c t i o n m ( t ) { O b j e c t . v a l u e s ( i ) . 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-06-03 04:14:09 +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 r . 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 l . 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 u . 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 c . 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 p . 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 d . 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 f . 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 A . 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 & & m ( 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 ] : { } , i = 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 & & ( i = i . 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 } ) ) ) , i . f o r E a c h ( f u n c t i o n ( e ) { h ( t , e , n [ e ] ) } ) } r e t u r n t } ( { i n s t a l l : m } , i ) } ] ) } , e . e x p o r t s = r ( ) } , 6 5 : f u n c t i o n ( t , e , n ) { ( f u n c t i o n ( e ) {
2018-10-01 08:03:23 +03:00
/ * *
* vue - local - storage v0 . 6.0
* ( c ) 2017 Alexander Avakov
* @ license MIT
* /
2019-02-26 21:43:59 +03:00
t . exports = function ( ) { "use strict" ; var t = function ( ) { this . _properties = { } , this . _namespace = "" , this . _isSupported = ! 0 } , n = { namespace : { } } ; n . namespace . get = function ( ) { return this . _namespace } , n . namespace . set = function ( t ) { this . _namespace = t ? t + "." : "" } , t . prototype . _getLsKey = function ( t ) { return "" + this . _namespace + t } , t . prototype . _lsSet = function ( t , e , n ) { var i = this . _getLsKey ( t ) , r = n && [ Array , Object ] . includes ( n ) ? JSON . stringify ( e ) : e ; window . localStorage . setItem ( i , r ) } , t . prototype . _lsGet = function ( t ) { var e = this . _getLsKey ( t ) ; return window . localStorage [ e ] } , t . prototype . get = function ( t , e , n ) { if ( void 0 === e && ( e = null ) , void 0 === n && ( n = String ) , ! this . _isSupported ) return null ; if ( this . _lsGet ( t ) ) { var i = n ; for ( var r in this . _properties ) if ( r === t ) { i = this . _properties [ r ] . type ; break } return this . _process ( i , this . _lsGet ( t ) ) } return null !== e ? e : null } , t . prototype . set = function ( t , e ) { if ( ! this . _isSupported ) return null ; for ( var n in this . _properties ) { var i = this . _properties [ n ] . type ; if ( n === t ) return this . _lsSet ( t , e , i ) , e } return this . _lsSet ( t , e ) , e } , t . prototype . remove = function ( t ) { return this . _isSupported ? window . localStorage . removeItem ( t ) : null } , t . prototype . addProperty = function ( t , e , n ) { void 0 === n && ( n = void 0 ) , e = e || String , this . _properties [ t ] = { type : e } , this . _lsGet ( t ) || null === n || this . _lsSet ( t , n , e ) } , t . prototype . _process = function ( t , e ) { switch ( t ) { case Boolean : return "true" === e ; case Number : return parseFloat ( e ) ; case Array : try { var n = JSON . parse ( e ) ; return Array . isArray ( n ) ? n : [ ] } catch ( t ) { return [ ] } case Object : try { return JSON . parse ( e ) } catch ( t ) { return { } } default : return e } } , Object . defineProperties ( t . prototype , n ) ; var i = new t ; return { install : function ( t , n ) { if ( void 0 === n && ( n = { } ) , void 0 === e || ! ( e . server || e . SERVER _BUILD || e . env && "server" === e . env . VUE _ENV ) ) { var r = ! 0 ; try { var o = "__vue-localstorage-test__" ; window . localStorage . setItem ( o , o ) , window . localStorage . removeItem ( o ) } catch ( t ) { r = ! 1 , i . _isSupported = ! 1 , console . error ( "Local storage is not supported" ) } var a = n . name || "localStorage" , s = n . bind ; n . namespace && ( i . namespace = n . namespace ) , t . mixin ( { beforeCreate : function ( ) { var e = this ; r && this . $options [ a ] && Object . keys ( this . $options [ a ] ) . forEach ( function ( n ) { var r = e . $options [ a ] [ n ] , o = [ r . type , r . default ] , l = o [ 0 ] , u = o [ 1 ] ; i . addProperty ( n , l , u ) ; var c = Object . getOwnPropertyDescriptor ( i , n ) ; if ( c ) t . config . silent || console . log ( n + ": is already defined and will be reused" ) ; else { var p = { get : function ( ) { return t . localStorage . get ( n , u ) } , set : function ( e ) { return t . localStorage . set ( n , e ) } , configurable : ! 0 } ; Object . defineProperty ( i , n , p ) , t . util . defineReactive ( i , n , u ) } ( s || r . bind ) && ! 1 !== r . bind && ( e . $options . computed = e . $options . computed || { } , e . $options . computed [ n ] || ( e . $options . computed [ n ] = { get : function ( ) { return t . localStorage [ n ] } , set : function ( e ) { t . localStorage [ n ] = e } } ) ) } ) } } ) , t [ a ] = i , t . prototype [ "$" + a ] = i } } } } ( ) } ) . call ( this , n ( 7 ) ) } } ] ) ;
2018-11-05 18:02:32 +03:00
//# sourceMappingURL=vue-0.js.map