2020-03-10 11:58:52 +03:00
! function ( e ) { var t = { } ; function n ( i ) { if ( t [ i ] ) return t [ i ] . exports ; var r = t [ i ] = { i : i , l : ! 1 , exports : { } } ; return e [ i ] . call ( r . exports , r , r . exports , n ) , r . l = ! 0 , r . exports } n . m = e , n . c = t , n . d = function ( e , t , i ) { n . o ( e , t ) || Object . defineProperty ( e , t , { enumerable : ! 0 , get : i } ) } , n . r = function ( e ) { "undefined" != typeof Symbol && Symbol . toStringTag && Object . defineProperty ( e , Symbol . toStringTag , { value : "Module" } ) , Object . defineProperty ( e , "__esModule" , { value : ! 0 } ) } , n . t = function ( e , t ) { if ( 1 & t && ( e = n ( e ) ) , 8 & t ) return e ; if ( 4 & t && "object" == typeof e && e && e . _ _esModule ) return e ; var i = Object . create ( null ) ; if ( n . r ( i ) , Object . defineProperty ( i , "default" , { enumerable : ! 0 , value : e } ) , 2 & t && "string" != typeof e ) for ( var r in e ) n . d ( i , r , function ( t ) { return e [ t ] } . bind ( null , r ) ) ; return i } , n . n = function ( e ) { var t = e && e . _ _esModule ? function ( ) { return e . default } : function ( ) { return e } ; return n . d ( t , "a" , t ) , t } , n . o = function ( e , t ) { return Object . prototype . hasOwnProperty . call ( e , t ) } , n . p = "" , n ( n . s = 832 ) } ( [ function ( e , t , n ) { var i , r , o ;
2018-12-11 22:56:46 +03:00
/ * !
2019-03-06 14:22:49 +03:00
* jQuery JavaScript Library v2 . 1.4
2018-12-11 22:56:46 +03:00
* http : //jquery.com/
*
* Includes Sizzle . js
* http : //sizzlejs.com/
*
2019-03-06 14:22:49 +03:00
* Copyright 2005 , 2014 jQuery Foundation , Inc . and other contributors
2018-12-11 22:56:46 +03:00
* Released under the MIT license
* http : //jquery.org/license
*
2019-03-06 14:22:49 +03:00
* Date : 2015 - 04 - 28 T16 : 01 Z
2020-01-09 16:13:48 +03:00
* /r="undefined"!=typeof window?window:this,o=function(n,r){var o=[],s=o.slice,a=o.concat,l=o.push,c=o.indexOf,u={},d=u.toString,h=u.hasOwnProperty,f={},p=n.document,m=function(e,t){return new m.fn.init(e,t)},g=/ ^ [ \ s\uFEFF \ xA0 ] + | [ \ s\uFEFF \ xA0 ] + $ / g , v = /^-ms-/ , _ = /-([\da-z])/gi , y = function ( e , t ) { return t . toUpperCase ( ) } ; function b ( e ) { var t = "length" in e && e . length , n = m . type ( e ) ; return "function" !== n && ! m . isWindow ( e ) && ( ! ( 1 !== e . nodeType || ! t ) || "array" === n || 0 === t || "number" == typeof t && t > 0 && t - 1 in e ) } m . fn = m . prototype = { jquery : "2.1.4" , constructor : m , selector : "" , length : 0 , toArray : function ( ) { return s . call ( this ) } , get : function ( e ) { return null != e ? e < 0 ? this [ e + this . length ] : this [ e ] : s . call ( this ) } , pushStack : function ( e ) { var t = m . merge ( this . constructor ( ) , e ) ; return t . prevObject = this , t . context = this . context , t } , each : function ( e , t ) { return m . each ( this , e , t ) } , map : function ( e ) { return this . pushStack ( m . map ( this , ( function ( t , n ) { return e . call ( t , n , t ) } ) ) ) } , slice : function ( ) { return this . pushStack ( s . apply ( this , arguments ) ) } , first : function ( ) { return this . eq ( 0 ) } , last : function ( ) { return this . eq ( - 1 ) } , eq : function ( e ) { var t = this . length , n = + e + ( e < 0 ? t : 0 ) ; return this . pushStack ( n >= 0 && n < t ? [ this [ n ] ] : [ ] ) } , end : function ( ) { return this . prevObject || this . constructor ( null ) } , push : l , sort : o . sort , splice : o . splice } , m . extend = m . fn . extend = function ( ) { var e , t , n , i , r , o , s = arguments [ 0 ] || { } , a = 1 , l = arguments . length , c = ! 1 ; for ( "boolean" == typeof s && ( c = s , s = arguments [ a ] || { } , a ++ ) , "object" == typeof s || m . isFunction ( s ) || ( s = { } ) , a === l && ( s = this , a -- ) ; a < l ; a ++ ) if ( null != ( e = arguments [ a ] ) ) for ( t in e ) n = s [ t ] , s !== ( i = e [ t ] ) && ( c && i && ( m . isPlainObject ( i ) || ( r = m . isArray ( i ) ) ) ? ( r ? ( r = ! 1 , o = n && m . isArray ( n ) ? n : [ ] ) : o = n && m . isPlainObject ( n ) ? n : { } , s [ t ] = m . extend ( c , o , i ) ) : void 0 !== i && ( s [ t ] = i ) ) ; return s } , m . extend ( { expando : "jQuery" + ( "2.1.4" + Math . random ( ) ) . replace ( /\D/g , "" ) , isReady : ! 0 , error : function ( e ) { throw new Error ( e ) } , noop : function ( ) { } , isFunction : function ( e ) { return "function" === m . type ( e ) } , isArray : Array . isArray , isWindow : function ( e ) { return null != e && e === e . window } , isNumeric : function ( e ) { return ! m . isArray ( e ) && e - parseFloat ( e ) + 1 >= 0 } , isPlainObject : function ( e ) { return ! ( "object" !== m . type ( e ) || e . nodeType || m . isWindow ( e ) || e . constructor && ! h . call ( e . constructor . prototype , "isPrototypeOf" ) ) } , isEmptyObject : function ( e ) { var t ; for ( t in e ) return ! 1 ; return ! 0 } , type : function ( e ) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? u [ d . call ( e ) ] || "object" : typeof e } , globalEval : function ( e ) { var t , n = eval ; ( e = m . trim ( e ) ) && ( 1 === e . indexOf ( "use strict" ) ? ( ( t = p . createElement ( "script" ) ) . text = e , p . head . appendChild ( t ) . parentNode . removeChild ( t ) ) : n ( e ) ) } , camelCase : function ( e ) { return e . replace ( v , "ms-" ) . replace ( _ , y ) } , nodeName : function ( e , t ) { return e . nodeName && e . nodeName . toLowerCase ( ) === t . toLowerCase ( ) } , each : function ( e , t , n ) { var i = 0 , r = e . length , o = b ( e ) ; if ( n ) { if ( o ) for ( ; i < r && ! 1 !== t . apply ( e [ i ] , n ) ; i ++ ) ; else for ( i in e ) if ( ! 1 === t . apply ( e [ i ] , n ) ) break } else if ( o ) for ( ; i < r && ! 1 !== t . call ( e [ i ] , i , e [ i ] ) ; i ++ ) ; else for ( i in e ) if ( ! 1 === t . call ( e [ i ] , i , e [ i ] ) ) break ; return e } , trim : function ( e ) { return null == e ? "" : ( e + "" ) . replace ( g , "" ) } , makeArray : function ( e , t ) { var n = t || [ ] ; return null != e && ( b ( Object ( e ) ) ? m . merge ( n , "string" == typeof e ? [ e ] : e ) : l . call ( n , e ) ) , n } , inArray : function ( e , t , n ) { return null == t ? - 1 : c . call ( t , e , n ) } , merge : function ( e , t ) { for ( var n = + t . length , i = 0 , r = e . length ; i < n ; i ++ ) e [ r ++ ] = t [ i ] ; return e . length = r , e } , grep : function ( e , t , n ) { for ( var i = [ ] , r = 0 , o = e . length , s = ! n ; r < o ; r ++ ) ! t ( e [ r ] , r ) !== s && i . push ( e [ r ] ) ; return i } , map : function ( e , t , n ) { var i , r = 0 , o = e . length , s = [ ] ; if ( b ( e ) ) for ( ; r < o ; r ++ ) null != ( i = t ( e [ r ] , r , n ) ) && s . push ( i ) ; else for ( r in e ) null != ( i = t ( e [ r ] , r , n ) ) && s . push ( i ) ; return a . apply ( [ ] , s ) } , guid : 1 , proxy : function ( e , t ) { var n , i , r ; if ( "string" == typeof t && ( n = e [ t ] , t = e , e = n ) , m . isFunction ( e ) ) return i = s . call ( arguments , 2 ) , ( r = function ( ) { return e . apply ( t || this , i . concat ( s . call ( arguments ) ) ) } ) . guid = e . guid = e . guid || m . guid ++ , r } , now : Date . now , support : f } ) , m . each ( "Boolean Number String Function Array Date RegExp Object Error" . split ( " " ) , ( function ( e , t ) { u [ "[object " + t + "]" ] = t . toLowerCase ( ) } ) ) ; var w =
2018-12-11 22:56:46 +03:00
/ * !
2019-03-06 14:22:49 +03:00
* Sizzle CSS Selector Engine v2 . 2.0 - pre
2018-12-11 22:56:46 +03:00
* http : //sizzlejs.com/
*
2019-03-06 14:22:49 +03:00
* Copyright 2008 , 2014 jQuery Foundation , Inc . and other contributors
2018-12-11 22:56:46 +03:00
* Released under the MIT license
* http : //jquery.org/license
*
2019-03-06 14:22:49 +03:00
* Date : 2014 - 12 - 16
2018-12-11 22:56:46 +03:00
* /
2020-03-10 11:58:52 +03:00
function ( e ) { var t , n , i , r , o , s , a , l , c , u , d , h , f , p , m , g , v , _ , y , b = "sizzle" + 1 * new Date , w = e . document , x = 0 , k = 0 , M = oe ( ) , A = oe ( ) , L = oe ( ) , T = function ( e , t ) { return e === t && ( d = ! 0 ) , 0 } , D = { } . hasOwnProperty , S = [ ] , E = S . pop , Y = S . push , C = S . push , O = S . slice , P = function ( e , t ) { for ( var n = 0 , i = e . length ; n < i ; n ++ ) if ( e [ n ] === t ) return n ; return - 1 } , I = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped" , H = "[\\x20\\t\\r\\n\\f]" , j = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+" , N = j . replace ( "w" , "w#" ) , R = "\\[" + H + "*(" + j + ")(?:" + H + "*([*^$|!~]?=)" + H + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + N + "))|)" + H + "*\\]" , z = ":(" + j + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + R + ")*)|.*)\\)|)" , F = new RegExp ( H + "+" , "g" ) , B = new RegExp ( "^" + H + "+|((?:^|[^\\\\])(?:\\\\.)*)" + H + "+$" , "g" ) , W = new RegExp ( "^" + H + "*," + H + "*" ) , U = new RegExp ( "^" + H + "*([>+~]|" + H + ")" + H + "*" ) , Q = new RegExp ( "=" + H + "*([^\\]'\"]*?)" + H + "*\\]" , "g" ) , q = new RegExp ( z ) , G = new RegExp ( "^" + N + "$" ) , V = { ID : new RegExp ( "^#(" + j + ")" ) , CLASS : new RegExp ( "^\\.(" + j + ")" ) , TAG : new RegExp ( "^(" + j . replace ( "w" , "w*" ) + ")" ) , ATTR : new RegExp ( "^" + R ) , PSEUDO : new RegExp ( "^" + z ) , CHILD : new RegExp ( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + H + "*(even|odd|(([+-]|)(\\d*)n|)" + H + "*(?:([+-]|)" + H + "*(\\d+)|))" + H + "*\\)|)" , "i" ) , bool : new RegExp ( "^(?:" + I + ")$" , "i" ) , needsContext : new RegExp ( "^" + H + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + H + "*((?:-\\d)?\\d*)" + H + "*\\)|)(?=[^-]|$)" , "i" ) } , J = /^(?:input|select|textarea|button)$/i , K = /^h\d$/i , X = /^[^{]+\{\s*\[native \w/ , Z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/ , $ = /[+~]/ , ee = /'|\\/g , te = new RegExp ( "\\\\([\\da-f]{1,6}" + H + "?|(" + H + ")|.)" , "ig" ) , ne = function ( e , t , n ) { var i = "0x" + t - 65536 ; return i != i || n ? t : i < 0 ? String . fromCharCode ( i + 65536 ) : String . fromCharCode ( i >> 10 | 55296 , 1023 & i | 56320 ) } , ie = function ( ) { h ( ) } ; try { C . apply ( S = O . call ( w . childNodes ) , w . childNodes ) , S [ w . childNodes . length ] . nodeType } catch ( e ) { C = { apply : S . length ? function ( e , t ) { Y . apply ( e , O . call ( t ) ) } : function ( e , t ) { for ( var n = e . length , i = 0 ; e [ n ++ ] = t [ i ++ ] ; ) ; e . length = n - 1 } } } function re ( e , t , i , r ) { var o , a , c , u , d , p , v , _ , x , k ; if ( ( t ? t . ownerDocument || t : w ) !== f && h ( t ) , i = i || [ ] , u = ( t = t || f ) . nodeType , "string" != typeof e || ! e || 1 !== u && 9 !== u && 11 !== u ) return i ; if ( ! r && m ) { if ( 11 !== u && ( o = Z . exec ( e ) ) ) if ( c = o [ 1 ] ) { if ( 9 === u ) { if ( ! ( a = t . getElementById ( c ) ) || ! a . parentNode ) return i ; if ( a . id === c ) return i . push ( a ) , i } else if ( t . ownerDocument && ( a = t . ownerDocument . getElementById ( c ) ) && y ( t , a ) && a . id === c ) return i . push ( a ) , i } else { if ( o [ 2 ] ) return C . apply ( i , t . getElementsByTagName ( e ) ) , i ; if ( ( c = o [ 3 ] ) && n . getElementsByClassName ) return C . apply ( i , t . getElementsByClassName ( c ) ) , i } if ( n . qsa && ( ! g || ! g . test ( e ) ) ) { if ( _ = v = b , x = t , k = 1 !== u && e , 1 === u && "object" !== t . nodeName . toLowerCase ( ) ) { for ( p = s ( e ) , ( v = t . getAttribute ( "id" ) ) ? _ = v . replace ( ee , "\\$&" ) : t . setAttribute ( "id" , _ ) , _ = "[id='" + _ + "'] " , d = p . length ; d -- ; ) p [ d ] = _ + me ( p [ d ] ) ; x = $ . test ( e ) && fe ( t . parentNode ) || t , k = p . join ( "," ) } if ( k ) try { return C . apply ( i , x . querySelectorAll ( k ) ) , i } catch ( e ) { } finally { v || t . removeAttribute ( "id" ) } } } return l ( e . replace ( B , "$1" ) , t , i , r ) } function oe ( ) { var e = [ ] ; return function t ( n , r ) { return e . push ( n + " " ) > i . cacheLength && delete t [ e . shift ( ) ] , t [ n + " " ] = r } } function se ( e ) { return e [ b ] = ! 0 , e } function ae ( e ) { var t = f . createElement ( "div" ) ; try { return ! ! e ( t ) } catch ( e ) { return ! 1 } finally { t . parentNode && t . parentNode . removeChild ( t ) , t = null } } function le ( e , t ) { for ( var n = e . split ( "|" ) , r = e . length ; r -- ; ) i . attrHandle [ n [ r ] ] = t } function ce ( e , t ) { var n = t && e , i = n && 1 === e . nodeType && 1 === t . nodeType && ( ~ t . sourceIndex || 1 << 31 ) - ( ~ e . sourceIndex || 1 << 31 ) ; if ( i ) return i ; if ( n ) for ( ; n = n . nextSibling ; ) if ( n === t ) return - 1 ; return e ? 1 : - 1 } function ue ( e ) { return function ( t ) { return "input" === t . nodeName . toLowerCase ( ) && t . type === e } } function de ( e ) { return function ( t ) { var n = t . nodeName . toLowerCase ( ) ; return ( "input" === n || "button" === n ) && t . type === e } } function he ( e ) { return se ( ( function ( t ) { return t = + t , se ( ( function ( n , i ) { for ( var r , o = e ( [ ] , n . length , t ) , s = o . length ; s -- ; ) n [ r = o [ s ] ] && ( n [ r ] = ! ( i [ r ] = n [ r ] ) ) } ) ) } ) ) } function fe ( e ) { return e && void 0 !== e . getElementsByTagName && e } for ( t in n = re . support = { } , o = re . isXML = function ( e ) { var t = e && ( e . ownerDocument || e ) . documentElement ; return ! ! t && "HTML" !== t . nodeName } , h = re . setDocument = function ( e ) { var t
2019-11-03 11:22:59 +03:00
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
* @ copyright Copyright ( c ) 2019 Gary Kim < gary @ garykim . dev >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
* @ author Gary Kim < gary @ garykim . dev >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-02-09 22:06:08 +03:00
* /var B={YES_NO_BUTTONS:70,OK_BUTTONS:71,FILEPICKER_TYPE_CHOOSE:1,FILEPICKER_TYPE_MOVE:2,FILEPICKER_TYPE_COPY:3,FILEPICKER_TYPE_COPY_MOVE:4,FILEPICKER_TYPE_CUSTOM:5,dialogsCounter:0,alert:function(e,t,n,i){this.message(e,t,"alert",B.OK_BUTTON,n,i)},info:function(e,t,n,i){this.message(e,t,"info",B.OK_BUTTON,n,i)},confirm:function(e,t,n,i){return this.message(e,t,"notice",B.YES_NO_BUTTONS,n,i)},confirmDestructive:function(e,t,n,i,r){return this.message(e,t,"none",n,i,r)},confirmHtml:function(e,t,n,i){return this.message(e,t,"notice",B.YES_NO_BUTTONS,n,i,!0)},prompt:function(e,n,i,r,o,s){return a.a.when(this._getMessageTemplate()).then((function(l){var c="oc-dialog-"+B.dialogsCounter+"-content",u="#"+c,h=l.octemplate({dialog_name:c,title:n,message:e,type:"notice"}),f=a()("<input/ > ");f.attr(" type ",s?" password ":" text ").attr(" id ",c+" - input ").attr(" placeholder ",o);var p=a()(" < label / > ").attr(" for ",c+" - input ").text(o+" : ");h.append(p),h.append(f),void 0===r&&(r=!1),a()(" body ").append(h),void 0!==i&&(i=d.a.once(i));var m=[{text:t(" core "," No "),click:function(){void 0!==i&&i(!1,f.val()),a()(u).ocdialog(" close ")}},{text:t(" core "," Yes "),click:function(){void 0!==i&&i(!0,f.val()),a()(u).ocdialog(" close ")},defaultButton:!0}];a()(u).ocdialog({closeOnEscape:!0,modal:r,buttons:m,close:function(){void 0!==i&&i(!1,f.val())}}),f.focus(),B.dialogsCounter++}))},filepicker:function(e,n,i,r,o,s,l,c){var u=this;if(this.filepicker.sortField=" name ",this.filepicker.sortOrder=" asc ",!this.filepicker.loading){void 0===s&&(s=this.FILEPICKER_TYPE_CHOOSE);var h=t(" core "," No files in here "),f=t(" files "," New folder ");s!==this.FILEPICKER_TYPE_COPY&&s!==this.FILEPICKER_TYPE_MOVE&&s!==this.FILEPICKER_TYPE_COPY_MOVE||(h=t(" core "," No more subfolders in here ")),this.filepicker.loading=!0,this.filepicker.filesClient=z.a.Sharing&&z.a.Sharing.PublicApp&&z.a.Sharing.PublicApp.fileList?z.a.Sharing.PublicApp.fileList.filesClient:pe.Files.getClient(),this.filelist=null,l=l||" ",c=Object.assign({allowDirectoryChooser:!1},c),a.a.when(this._getFilePickerTemplate()).then((function(p){u.filepicker.loading=!1;u.$filePicker&&u.$filePicker.ocdialog(" close "),null==r&&(r=[])," string "==typeof r&&(r=[r]),u.$filePicker=p.octemplate({dialog_name:" oc - dialog - filepicker - content ",title:e,emptytext:h,newtext:f,nameCol:t(" core "," Name "),sizeCol:t(" core "," Size "),modifiedCol:t(" core "," Modified ")}).data(" path ",l).data(" multiselect ",i).data(" mimetype ",r).data(" allowDirectoryChooser ",c.allowDirectoryChooser),void 0===o&&(o=!1),void 0===i&&(i=!1),pe.Util.isIE()&&(u.$filePicker.find(" # picker - view - toggle ").remove(),u.$filePicker.find(" # picker - filestable ").removeClass(" view - grid ")),a()(" body ").append(u.$filePicker),u.$showGridView=a()(" input # picker - showgridview "),u.$showGridView.on(" change ",d.a.bind(u._onGridviewChange,u)),pe.Util.isIE()||u._getGridSettings();var m=u.$filePicker.find(" . actions . creatable . button - add ");s!==u.FILEPICKER_TYPE_CHOOSE||c.allowDirectoryChooser||m.hide(),m.on(" focus ",(function(){u.$filePicker.ocdialog(" setEnterCallback ",(function(){event.stopImmediatePropagation(),event.preventDefault(),m.click()}))})),m.on(" blur ",(function(){u.$filePicker.ocdialog(" unsetEnterCallback ")})),pe.registerMenu(m,u.$filePicker.find(" . menu "),(function(){v.focus(),u.$filePicker.ocdialog(" setEnterCallback ",(function(){event.stopImmediatePropagation(),event.preventDefault(),u.$filePicker.submit()}));var e=v.val(),t=e.lastIndexOf(" . ");-1===t&&(t=e.length),v.selectRange(0,t)}));var g=u.$filePicker.find(" . filenameform "),v=g.find(" input [ type = 'text' ] ");g.find(" input [ type = 'submit' ] ").on(" click ",(function(e){e.stopImmediatePropagation(),e.preventDefault(),g.submit()}));var _=function(){var e=v.val();try{if(function(e){var n=e.trim();if(" . "===n||" . . "===n)throw t(" files ",'" { name } " is an invalid file name.',{name:e});if(0===n.length)throw t(" files "," File name cannot be empty . ");if(-1!==n.indexOf(" / "))throw t(" files ",'" / " is not allowed inside a file name.');if(n.match(pe.config.blacklist_files_regex))throw t(" files ",'" { name } " is not an allowed filetype ' , { name : e } ) ; return ! 0 } ( e ) ) { if ( u . filelist . find ( ( function ( e ) { r
2019-09-25 19:19:42 +03:00
/ * *
2019-01-28 19:00:56 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-02-13 12:20:41 +03:00
* / n e . c u s t o m R e s u l t s = { } , n e . r e s u l t T y p e s = { } ; v a r i e = n e , r e = w i n d o w . _ t h e m e | | { } , o e = r ( 1 ) , s e = r . n ( o e ) ;
2019-02-01 10:51:46 +03:00
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2019-09-25 19:19:42 +03:00
/ * *
2019-02-01 10:51:46 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-05-14 12:14:29 +03:00
* /
2020-02-07 19:08:50 +03:00
function ae ( e ) { for ( var t , n = [ ] , i = 0 , r = - 1 , o = 0 ; i < e . length ; ) { t = e . charAt ( i ) ; var s = ! o && "." === t || t >= "0" && t <= "9" ; s !== o && ( n [ ++ r ] = "" , o = s ) , n [ r ] += t , i ++ } return n } var le = { History : { _handlers : [ ] , _pushState : function ( e , t , n ) { var i ; if ( i = "string" == typeof e ? e : pe . buildQueryString ( e ) , window . history . pushState ) { if ( t = t || location . pathname + "?" + i , navigator . userAgent . toLowerCase ( ) . indexOf ( "firefox" ) > - 1 && parseInt ( navigator . userAgent . split ( "/" ) . pop ( ) ) < 51 ) for ( var r , o = document . querySelectorAll ( '[fill^="url(#"], [stroke^="url(#"], [filter^="url(#invert"]' ) , s = 0 , a = o . length ; s < a ; s ++ ) ( r = o [ s ] ) . style . fill = r . style . fill , r . style . stroke = r . style . stroke , r . removeAttribute ( "filter" ) , r . setAttribute ( "filter" , "url(#invert)" ) ; n ? window . history . replaceState ( e , "" , t ) : window . history . pushState ( e , "" , t ) } else window . location . hash = "?" + i , this . _cancelPop = ! 0 } , pushState : function ( e , t ) { this . _pushState ( e , t , ! 1 ) } , replaceState : function ( e , t ) { this . _pushState ( e , t , ! 0 ) } , addOnPopStateHandler : function ( e ) { this . _handlers . push ( e ) } , _parseHashQuery : function ( ) { var e = window . location . hash , t = e . indexOf ( "?" ) ; return t >= 0 ? e . substr ( t + 1 ) : e . length ? e . substr ( 1 ) : "" } , _decodeQuery : function ( e ) { return e . replace ( /\+/g , " " ) } , parseUrlQuery : function ( ) { var e , t = this . _parseHashQuery ( ) ; return t && ( e = pe . parseQueryString ( this . _decodeQuery ( t ) ) ) , ( e = d . a . extend ( e || { } , pe . parseQueryString ( this . _decodeQuery ( location . search ) ) ) ) || { } } , _onPopState : function ( e ) { var t ; if ( this . _cancelPop ) this . _cancelPop = ! 1 ; else if ( this . _handlers . length ) { t = e && e . state , d . a . isString ( t ) ? t = pe . parseQueryString ( t ) : t || ( t = this . parseUrlQuery ( ) || { } ) ; for ( var n = 0 ; n < this . _handlers . length ; n ++ ) this . _handlers [ n ] ( t ) } } } , humanFileSize :
2019-05-14 12:14:29 +03:00
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-02-07 19:08:50 +03:00
* /
function ( e , t ) { var n = [ "B" , "KB" , "MB" , "GB" , "TB" ] , i = e > 0 ? Math . floor ( Math . log ( e ) / Math . log ( 1024 ) ) : 0 , r = n [ i = Math . min ( n . length - 1 , i ) ] , o = ( e / Math . pow ( 1024 , i ) ) . toFixed ( 1 ) ; return ! 0 === t && 0 === i ? "0.0" !== o ? "< 1 KB" : "0 KB" : ( o = i < 2 ? parseFloat ( o ) . toFixed ( 0 ) : ".0" === o . substr ( o . length - 2 , 2 ) ? o . substr ( 0 , o . length - 2 ) : parseFloat ( o ) . toLocaleString ( OC . getCanonicalLocale ( ) ) ) + " " + r } , computerFileSize : function ( e ) { if ( "string" != typeof e ) return null ; var t = e . toLowerCase ( ) . trim ( ) , n = null , i = t . match ( /^[\s+]?([0-9]*)(\.([0-9]+))?( +)?([kmgtp]?b?)$/i ) ; return null === i ? null : ( n = parseFloat ( t ) , isFinite ( n ) ? ( i [ 5 ] && ( n *= { b : 1 , k : 1024 , kb : 1024 , mb : 1048576 , m : 1048576 , gb : 1073741824 , g : 1073741824 , tb : 1099511627776 , t : 1099511627776 , pb : 0x4000000000000 , p : 0x4000000000000 } [ i [ 5 ] ] ) , n = Math . round ( n ) ) : null ) } , formatDate : function ( e , t ) { return t = t || "LLL" , se ( ) ( e ) . format ( t ) } , relativeModifiedDate : function ( e ) { var n = se ( ) ( ) . diff ( se ( ) ( e ) ) ; return n >= 0 && n < 45e3 ? t ( "core" , "seconds ago" ) : se ( ) ( e ) . fromNow ( ) } , isIE : function ( ) { return a ( ) ( "html" ) . hasClass ( "ie" ) } , getScrollBarWidth : function ( ) { if ( this . _scrollBarWidth ) return this . _scrollBarWidth ; var e = document . createElement ( "p" ) ; e . style . width = "100%" , e . style . height = "200px" ; var t = document . createElement ( "div" ) ; t . style . position = "absolute" , t . style . top = "0px" , t . style . left = "0px" , t . style . visibility = "hidden" , t . style . width = "200px" , t . style . height = "150px" , t . style . overflow = "hidden" , t . appendChild ( e ) , document . body . appendChild ( t ) ; var n = e . offsetWidth ; t . style . overflow = "scroll" ; var i = e . offsetWidth ; return n === i && ( i = t . clientWidth ) , document . body . removeChild ( t ) , this . _scrollBarWidth = n - i , this . _scrollBarWidth } , stripTime : function ( e ) { return new Date ( e . getFullYear ( ) , e . getMonth ( ) , e . getDate ( ) ) } , naturalSortCompare : function ( e , t ) { var n , i = ae ( e ) , r = ae ( t ) ; for ( n = 0 ; i [ n ] && r [ n ] ; n ++ ) if ( i [ n ] !== r [ n ] ) { var o = Number ( i [ n ] ) , s = Number ( r [ n ] ) ; return o == i [ n ] && s == r [ n ] ? o - s : i [ n ] . localeCompare ( r [ n ] , pe . getLanguage ( ) ) } return i . length - r . length } , waitFor : function ( e , t ) { ! function n ( ) { ! 0 !== e ( ) && setTimeout ( n , t ) } ( ) } , isCookieSetToValue : function ( e , t ) { for ( var n = document . cookie . split ( ";" ) , i = 0 ; i < n . length ; i ++ ) { var r = n [ i ] . split ( "=" ) ; if ( r [ 0 ] . trim ( ) === e && r [ 1 ] . trim ( ) === t ) return ! 0 } return ! 1 } } , ce = window . _oc _debug , ue = window . _oc _webroot ;
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-03-10 11:58:52 +03:00
* / i f ( v o i d 0 = = = u e ) { v a r d e = ( u e = l o c a t i o n . p a t h n a m e ) . i n d e x O f ( " / i n d e x . p h p / " ) ; u e = - 1 ! = = d e ? u e . s u b s t r ( 0 , d e ) : u e . s u b s t r ( 0 , u e . l a s t I n d e x O f ( " / " ) ) } v a r h e , f e = u e , p e = i . a = { c o r e A p p s : I . i , m e n u S p e e d : I . j , P E R M I S S I O N _ A L L : I . a , P E R M I S S I O N _ C R E A T E : I . b , P E R M I S S I O N _ D E L E T E : I . c , P E R M I S S I O N _ N O N E : I . d , P E R M I S S I O N _ R E A D : I . e , P E R M I S S I O N _ S H A R E : I . f , P E R M I S S I O N _ U P D A T E : I . g , T A G _ F A V O R I T E : I . h , f i l e I s B l a c k l i s t e d : f u n c t i o n ( e ) { r e t u r n ! ! e . m a t c h ( P . b l a c k l i s t _ f i l e s _ r e g e x ) } , a d d S c r i p t : f u n c t i o n ( e , t , n ) { v a r i ; c o n s o l e . w a r n ( " O C . a d d S c r i p t i s d e p r e c a t e d , u s e O C P . L o a d e r . l o a d S c r i p t i n s t e a d " ) ; v a r r = O C . f i l e P a t h ( e , " j s " , t + " . j s " ) ; r e t u r n l [ r ] ? n & & n ( ) : ( i = a . a . D e f e r r e d ( ) , a . a . g e t S c r i p t ( r , ( f u n c t i o n ( ) { r e t u r n i . r e s o l v e ( ) } ) ) , l [ r ] = i ) , l [ r ] } , a d d S t y l e : f u n c t i o n ( e , t ) { c o n s o l e . w a r n ( " O C . a d d S t y l e i s d e p r e c a t e d , u s e O C P . L o a d e r . l o a d S t y l e s h e e t i n s t e a d " ) ; v a r n = O C . f i l e P a t h ( e , " c s s " , t + " . c s s " ) ; - 1 = = = c . i n d e x O f ( n ) & & ( c . p u s h ( n ) , d o c u m e n t . c r e a t e S t y l e S h e e t ? d o c u m e n t . c r e a t e S t y l e S h e e t ( n ) : ( t = a ( ) ( ' < l i n k r e l = " s t y l e s h e e t " t y p e = " t e x t / c s s " h r e f = " ' + n + ' " / > ' ) , a ( ) ( " h e a d " ) . a p p e n d ( t ) ) ) } , A p p s : p . a , A p p C o n f i g : v , a p p C o n f i g : g , a p p S e t t i n g s : f u n c t i o n ( e ) { i f ( c o n s o l e . w a r n ( " O C . a p p S e t t i n g s i s d e p r e c a t e d a n d w i l l b e r e m o v e d w i t h N e x t c l o u d 1 8 " ) , v o i d 0 = = = e | | v o i d 0 = = = e . a p p i d ) t h r o w { n a m e : " M i s s i n g P a r a m e t e r " , m e s s a g e : " T h e p a r a m e t e r a p p i d i s m i s s i n g " } ; v a r n = { s c r i p t N a m e : " s e t t i n g s . p h p " , c a c h e : ! 0 } ; a . a . e x t e n d ( n , e ) ; v a r i = a ( ) ( " # a p p s e t t i n g s " ) ; i f ( 0 = = = i . l e n g t h ) t h r o w { n a m e : " M i s s i n g D O M E l e m e n t " , m e s s a g e : ' T h e r e h a s b e b e a n e l e m e n t w i t h i d " a p p s e t t i n g s " f o r t h e p o p u p t o s h o w . ' } ; v a r r = a ( ) ( " # a p p s e t t i n g s _ p o p u p " ) ; i f ( 0 = = = r . l e n g t h & & ( a ( ) ( " b o d y " ) . p r e p e n d ( ' < d i v c l a s s = " p o p u p h i d d e n " i d = " a p p s e t t i n g s _ p o p u p " > < / d i v > ' ) , ( r = a ( ) ( " # a p p s e t t i n g s _ p o p u p " ) ) . a d d C l a s s ( i . h a s C l a s s ( " t o p r i g h t " ) ? " t o p r i g h t " : " b o t t o m l e f t " ) ) , r . i s ( " : v i s i b l e " ) ) r . h i d e ( ) . r e m o v e ( ) ; e l s e { v a r o = i . h a s C l a s s ( " t o p r i g h t " ) ? " u p " : " l e f t " ; a . a . g e t ( O b j e c t ( _ . a ) ( n . a p p i d , " " , n . s c r i p t N a m e ) , ( f u n c t i o n ( e ) { r . h t m l ( e ) . r e a d y ( ( f u n c t i o n ( ) { i f ( r . p r e p e n d ( ' < s p a n c l a s s = " a r r o w ' + o + ' " > < / s p a n > < h 2 > ' + t ( " c o r e " , " S e t t i n g s " ) + ' < / h 2 > < a c l a s s = " c l o s e " > < / a > ' ) . s h o w ( ) , r . f i n d ( " . c l o s e " ) . b i n d ( " c l i c k " , ( f u n c t i o n ( ) { r . r e m o v e ( ) } ) ) , v o i d 0 ! = = n . l o a d J S ) { v a r e ; i f ( ! 0 = = = n . l o a d J S ) e = " s e t t i n g s . j s " ; e l s e { i f ( " s t r i n g " ! = t y p e o f n . l o a d J S ) t h r o w { n a m e : " I n v a l i d P a r a m e t e r " , m e s s a g e : ' T h e " l o a d J S " p a r a m e t e r m u s t b e e i t h e r b o o l e a n o r a s t r i n g . ' } ; e = n . l o a d J S } n . c a c h e & & a . a . a j a x S e t u p ( { c a c h e : ! 0 } ) , a . a . g e t S c r i p t ( O b j e c t ( _ . a ) ( n . a p p i d , " j s " , e ) ) . f a i l ( ( f u n c t i o n ( e , t , n ) { t h r o w n } ) ) } } ) ) . s h o w ( ) } ) , " h t m l " ) } } , a p p s w e b r o o t s : y , B a c k b o n e : Y , C o n t a c t s M e n u : H . a , c o n f i g : P , c u r r e n t U s e r : R , d i a l o g s : W , E v e n t S o u r c e : q , g e t C u r r e n t U s e r : f u n c t i o n ( ) { r e t u r n { u i d : R , d i s p l a y N a m e : N } } , i s U s e r A d m i n : f u n c t i o n ( ) { r e t u r n X } , L 1 0 N : Z . a , _ a j a x C o n n e c t i o n L o s t H a n d l e r : f , _ p r o c e s s A j a x E r r o r : f u n c t i o n ( e ) { ( 0 ! = = e . s t a t u s | | " a b o r t " ! = = e . s t a t u s T e x t & & " t i m e o u t " ! = = e . s t a t u s T e x t & & ! p e . _ r e l o a d C a l l e d ) & & ( d . a . c o n t a i n s ( [ 3 0 2 , 3 0 3 , 3 0 7 , 4 0 1 ] , e . s t a t u s ) & & p e . c u r r e n t U s e r ? s e t T i m e o u t ( ( f u n c t i o n ( ) { i f ( ! p e . _ u s e r I s N a v i g a t i n g A w a y & & ! p e . _ r e l o a d C a l l e d ) { v a r e = 0 , t = s e t I n t e r v a l ( ( f u n c t i o n ( ) { h . s h o w U p d a t e ( n ( " c o r e " , " P r o b l e m l o a d i n g p a g e , r e l o a d i n g i n % n s e c o n d " , " P r o b l e m l o a d i n g p a g e , r e l o a d i n g i n % n s e c o n d s " , 5 - e ) ) , e > = 5 & & ( c l e a r I n t e r v a l ( t ) , p e . r e l o a d ( ) ) , e + + } ) , 1 e 3 ) ; p e . _ r e l o a d C a l l e d = ! 0 } } ) , 1 0 0 ) : 0 = = = e . s t a t u s & & s e t T i m e o u t ( ( f u n c t i o n ( ) { p e . _ u s e r I s N a v i g a t i n g A w a y | | p e . _ r e l o a d C a l l e d | | p e . _ a j a x C o n n e c t i o n L o s t H a n d l e r ( ) } ) , 1 0 0 ) ) } , r e g i s t e r X H R F o r E r r o r P r o c e s s i n g : f u n c t i o n ( e ) { e . a d d E v e n t L i s t e n e r & & ( e . a d d E v e n t L i s t e n e r ( " l o a d " , ( f u n c t i o n ( ) { 4 = = = e . r e a d y S t a t e & & ( e . s t a t u s > = 2 0 0 & & e . s t a t u s < 3 0 0 | | 3 0 4 = = = e . s t a t u s | | a ( ) ( d o c u m e n t ) . t r i g g e r ( n e w a . a . E v e n t ( " a j a x E r r o r " ) , e ) ) } ) ) , e . a d d E v e n t L i s t e n e r ( " e r r o r " , ( f u n c t i o n ( ) { a ( ) ( d o c u m e n t ) . t r i g g e r ( n e w a . a . E v e n t ( " a j a x E r r o r " ) , e ) } ) ) ) } , _ c a p a b i l i t i e s : V ( ) , g e t C a p a b i l i t i e s : V , h i d e M e n u s : K , r e g i s t e r M e n u : f u n c t i o n ( e , t , n , i ) { t . a d d C l a s s ( " m e n u " ) ; v a r r = " A " = = = e . p r o p ( " t a g N a m e " ) | | " B U T T O N " = = = e . p r o p ( " t a g N a m e " ) ; e . o n ( r ? " c l i c k . m e n u " : " c l i c k . m e n u k e y u p . m e n u " , ( f u n c t i o n ( r ) { r . p r e v e n t D e f a u l t ( ) , r . k e y & & " E n t e r " ! = = r . k e y | | ( t . i s ( J ) ? K ( ) : ( J & & K ( ) , ! 0 = = = i & & t . p a r e n t ( ) . a d d C l a s s ( " o p e n e d M e n u " ) , e . a t t r ( " a r i a - e x p a n d e d " , ! 0 ) , t . s l i d e T o g g l e ( I . j , n ) , J = t , e ) ) } ) ) } , s h o w M e n u : f u n c t i o n ( e , t , n ) { t . i s ( J ) | | ( K ( ) , J = t , e , t . t r i g g e r ( n e w a . a . E v e n t ( " b e f o r e S h o w " ) ) , t . s h o w ( ) , t . t r i g g e r ( n e w a . a . E v e n t ( " a f t e r S h o w " ) ) , d . a . i s F u n c t i o n ( n ) & & n ( ) ) } , u n r e g i s t e r M e n u : f u n c t i o n ( e , t ) { t . i s ( J ) & & K ( ) , e . o f f ( " c l i c k . m e n u " ) . r e m o v e C l a s s ( " m e n u t o g g l e " ) , t . r e m o v e C l a s s ( " m
2019-09-25 19:19:42 +03:00
/ * *
2019-05-02 17:03:58 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-02-09 22:06:08 +03:00
* / O b j e c t ( o . s u b s c r i b e ) ( " c s r f - t o k e n - u p d a t e " , ( f u n c t i o n ( e ) { O C . r e q u e s t T o k e n = e . t o k e n , c o n s o l e . i n f o ( " O C . r e q u e s t T o k e n c h a n g e d " , e . t o k e n ) } ) ) } , f u n c t i o n ( e , t , n ) { ( f u n c t i o n ( t ) { v a r n = f u n c t i o n ( e ) { r e t u r n e & & e . M a t h = = M a t h & & e } ; e . e x p o r t s = n ( " o b j e c t " = = t y p e o f g l o b a l T h i s & & g l o b a l T h i s ) | | n ( " o b j e c t " = = t y p e o f w i n d o w & & w i n d o w ) | | n ( " o b j e c t " = = t y p e o f s e l f & & s e l f ) | | n ( " o b j e c t " = = t y p e o f t & & t ) | | F u n c t i o n ( " r e t u r n t h i s " ) ( ) } ) . c a l l ( t h i s , n ( 1 4 ) ) } , f u n c t i o n ( e , t , n ) { v a r i = n ( 5 ) , r = n ( 1 2 5 ) , o = n ( 8 ) , s = n ( 7 6 ) , a = n ( 1 3 0 ) , l = n ( 2 2 7 ) , c = r ( " w k s " ) , u = i . S y m b o l , d = l ? u : u & & u . w i t h o u t S e t t e r | | s ; e . e x p o r t s = f u n c t i o n ( e ) { r e t u r n o ( c , e ) | | ( a & & o ( u , e ) ? c [ e ] = u [ e ] : c [ e ] = d ( " S y m b o l . " + e ) ) , c [ e ] } } , f u n c t i o n ( e , t ) { e . e x p o r t s = f u n c t i o n ( e ) { t r y { r e t u r n ! ! e ( ) } c a t c h ( e ) { r e t u r n ! 0 } } } , f u n c t i o n ( e , t ) { v a r n = { } . h a s O w n P r o p e r t y ; e . e x p o r t s = f u n c t i o n ( e , t ) { r e t u r n n . c a l l ( e , t ) } } , f u n c t i o n ( e , t ) { e . e x p o r t s = f u n c t i o n ( e ) { t r y { r e t u r n ! ! e ( ) } c a t c h ( e ) { r e t u r n ! 0 } } } , f u n c t i o n ( e , t ) { e . e x p o r t s = f u n c t i o n ( e ) { r e t u r n " o b j e c t " = = t y p e o f e ? n u l l ! = = e : " f u n c t i o n " = = t y p e o f e } } , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; n . d ( t , " i " , ( f u n c t i o n ( ) { r e t u r n i } ) ) , n . d ( t , " j " , ( f u n c t i o n ( ) { r e t u r n r } ) ) , n . d ( t , " d " , ( f u n c t i o n ( ) { r e t u r n o } ) ) , n . d ( t , " b " , ( f u n c t i o n ( ) { r e t u r n s } ) ) , n . d ( t , " e " , ( f u n c t i o n ( ) { r e t u r n a } ) ) , n . d ( t , " g " , ( f u n c t i o n ( ) { r e t u r n l } ) ) , n . d ( t , " c " , ( f u n c t i o n ( ) { r e t u r n c } ) ) , n . d ( t , " f " , ( f u n c t i o n ( ) { r e t u r n u } ) ) , n . d ( t , " a " , ( f u n c t i o n ( ) { r e t u r n d } ) ) , n . d ( t , " h " , ( f u n c t i o n ( ) { r e t u r n h } ) ) ;
2019-09-25 19:19:42 +03:00
/ * *
2019-01-31 20:01:45 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
2019-05-10 14:38:11 +03:00
* This program is free software = you can redistribute it and / or modify
2019-01-31 20:01:45 +03:00
* it under the terms of the GNU Affero General Public License as
2019-05-10 14:38:11 +03:00
* published by the Free Software Foundation either version 3 of the
* License or ( at your option ) any later version .
2019-01-31 20:01:45 +03:00
*
2019-05-10 14:38:11 +03:00
* This program is distributed in the hope that it will be useful
2019-01-31 20:01:45 +03:00
* 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-05-10 14:38:11 +03:00
* along with this program . If not see < http : //www.gnu.org/licenses/>.
* /
2020-02-09 22:06:08 +03:00
var i = [ "" , "admin" , "log" , "core/search" , "core" , "3rdparty" ] , r = 50 , o = 0 , s = 4 , a = 1 , l = 2 , c = 8 , u = 16 , d = 31 , h = "_$!<Favorite>!$_" } , function ( e , t , n ) { var i = n ( 15 ) , r = n ( 121 ) , o = n ( 20 ) , s = n ( 72 ) , a = Object . defineProperty ; t . f = i ? a : function ( e , t , n ) { if ( o ( e ) , t = s ( t , ! 0 ) , o ( n ) , r ) try { return a ( e , t , n ) } catch ( e ) { } if ( "get" in n || "set" in n ) throw TypeError ( "Accessors not supported" ) ; return "value" in n && ( e [ t ] = n . value ) , e } } , function ( e , t ) { e . exports = function ( e ) { try { return ! ! e ( ) } catch ( e ) { return ! 0 } } } , function ( e , t ) { var n ; n = function ( ) { return this } ( ) ; try { n = n || new Function ( "return this" ) ( ) } catch ( e ) { "object" == typeof window && ( n = window ) } e . exports = n } , function ( e , t , n ) { var i = n ( 7 ) ; e . exports = ! i ( ( function ( ) { return 7 != Object . defineProperty ( { } , 1 , { get : function ( ) { return 7 } } ) [ 1 ] } ) ) } , function ( e , t , n ) { var i = n ( 15 ) , r = n ( 12 ) , o = n ( 43 ) ; e . exports = i ? function ( e , t , n ) { return r . f ( e , t , o ( 1 , n ) ) } : function ( e , t , n ) { return e [ t ] = n , e } } , function ( e , t , n ) { ( function ( t ) { var n = function ( e ) { return e && e . Math == Math && e } ; e . exports = n ( "object" == typeof globalThis && globalThis ) || n ( "object" == typeof window && window ) || n ( "object" == typeof self && self ) || n ( "object" == typeof t && t ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 14 ) ) } , function ( e , t , n ) { ( function ( t ) { var n = function ( e ) { return e && e . Math == Math && e } ; e . exports = n ( "object" == typeof globalThis && globalThis ) || n ( "object" == typeof window && window ) || n ( "object" == typeof self && self ) || n ( "object" == typeof t && t ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 14 ) ) } , , function ( e , t , n ) { var i = n ( 10 ) ; e . exports = function ( e ) { if ( ! i ( e ) ) throw TypeError ( String ( e ) + " is not an object" ) ; return e } } , function ( e , t , n ) { "use strict" ; n ( 477 ) , n ( 492 ) , n ( 495 ) , n ( 198 ) , n ( 500 ) , n ( 501 ) , Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) , t . getRootUrl = t . generateFilePath = t . imagePath = t . generateUrl = t . generateOcsUrl = t . generateRemoteUrl = t . linkTo = void 0 ; t . linkTo = function ( e , t ) { return i ( e , "" , t ) } ; t . generateRemoteUrl = function ( e ) { return window . location . protocol + "//" + window . location . host + function ( e ) { return r ( ) + "/remote.php/" + e } ( e ) } ; t . generateOcsUrl = function ( e , t ) { return t = 2 !== t ? 1 : 2 , window . location . protocol + "//" + window . location . host + r ( ) + "/ocs/v" + t + ".php/" + e + "/" } ; t . generateUrl = function ( e , t , n ) { var i = Object . assign ( { escape : ! 0 , noRewrite : ! 1 } , n || { } ) , o = function ( e , t ) { return t = t || { } , e . replace ( /{([^{}]*)}/g , ( function ( e , n ) { var r = t [ n ] ; return i . escape ? "string" == typeof r || "number" == typeof r ? encodeURIComponent ( r . toString ( ) ) : encodeURIComponent ( e ) : "string" == typeof r || "number" == typeof r ? r . toString ( ) : e } ) ) } ; return "/" !== e . charAt ( 0 ) && ( e = "/" + e ) , ! 0 !== OC . config . modRewriteWorking || i . noRewrite ? r ( ) + "/index.php" + o ( e , t || { } ) : r ( ) + o ( e , t || { } ) } ; t . imagePath = function ( e , t ) { return - 1 === t . indexOf ( "." ) ? i ( e , "img" , t + ".svg" ) : i ( e , "img" , t ) } ; var i = function ( e , t , n ) { var i = - 1 !== OC . coreApps . indexOf ( e ) , o = r ( ) ; return "php" !== n . substring ( n . length - 3 ) || i ? "php" === n . substring ( n . length - 3 ) || i ? ( o += "settings" !== e && "core" !== e && "search" !== e || "ajax" !== t ? "/" : "/index.php/" , i || ( o += "apps/" ) , "" !== e && ( o += e += "/" ) , t && ( o += t + "/" ) , o += n ) : ( o = OC . appswebroots [ e ] , t && ( o += "/" + t + "/" ) , "/" !== o . substring ( o . length - 1 ) && ( o += "/" ) , o += n ) : ( o += "/index.php/apps/" + e , "index.php" !== n && ( o += "/" , t && ( o += encodeURI ( t + "/" ) ) , o += n ) ) , o } ; t . generateFilePath = i ; var r = function ( ) { return OC . webroot } ; t . getRootUrl = r } , function ( e , t ) { e . exports = function ( e ) { try { return ! ! e ( ) } catch ( e ) { return ! 0 } } } , function ( e , t , n ) { ( function ( t ) { var n = function ( e ) { return e && e . Math == Math && e } ; e . exports = n ( "object" == typeof globalThis && globalThis ) || n ( "object" == typeof window && window ) || n ( "object" == typeof self && self ) || n ( "object" == typeof t && t ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 14 ) ) } , function ( e , t , n ) { ( function ( t ) { var n = function ( e ) { return e && e . Math == Math && e } ; e . exports = n ( "object" == typeof globalThis && globalThis ) || n ( "object" == typeof window && window ) || n ( "object" == typeof self && self ) || n ( "object" == typeof t && t ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 14 ) ) } , function ( e , t ) { e . exports = function ( e ) { return "object" == typeof e ? null !== e : "function" == typeof e } } , function ( e , t , n ) { var i = n ( 25 ) ; e . exports = function ( e ) { if ( ! i ( e ) ) throw TypeError ( String ( e ) + " is not an object" ) ; return e } } , function ( e , t , n ) { "use strict" ; t . _ _esModule = ! 0 , t . extend = a , t . indexOf = function ( e , t ) { for ( var n = 0 , i = e . length ; n < i ; n ++ ) if ( e [ n ] === t ) return n ; return - 1 } , t . escapeExpression = function ( e ) { if ( " strin
2019-09-25 19:19:42 +03:00
/ * *
2019-05-31 14:27:29 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2020-02-09 22:06:08 +03:00
window . _oc _l10n _registry _translations = window . _oc _l10n _registry _translations || { } , window . _oc _l10n _registry _plural _functions = window . _oc _l10n _registry _plural _functions || { } ; var p = function ( e , t , n ) { m ( e ) ? function ( e , t , n ) { window . _oc _l10n _registry _translations [ e ] = Object . assign ( window . _oc _l10n _registry _translations [ e ] , t ) , window . _oc _l10n _registry _plural _functions [ e ] = n } ( e , t , n ) : function ( e , t , n ) { window . _oc _l10n _registry _translations [ e ] = t , window . _oc _l10n _registry _plural _functions [ e ] = n } ( e , t , n ) } , m = function ( e ) { return void 0 !== window . _oc _l10n _registry _translations [ e ] && void 0 !== window . _oc _l10n _registry _plural _functions [ e ] } , g = function ( e ) { return { translations : window . _oc _l10n _registry _translations [ e ] || { } , pluralFunction : window . _oc _l10n _registry _plural _functions [ e ] } } ; function v ( e ) { return ( v = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( e ) { return typeof e } : function ( e ) { return e && "function" == typeof Symbol && e . constructor === Symbol && e !== Symbol . prototype ? "symbol" : typeof e } ) ( e ) } var _ = { load : function ( e , t ) { if ( m ( e ) || "en" === f . a . getLocale ( ) ) { var n = s . a . Deferred ( ) , i = n . promise ( ) ; return i . then ( t ) , n . resolve ( ) , i } var r = this , o = f . a . filePath ( e , "l10n" , f . a . getLocale ( ) + ".json" ) ; return s . a . get ( o ) . then ( ( function ( t ) { t . translations && r . register ( e , t . translations , t . pluralForm ) } ) ) . then ( t ) } , register : function ( e , t ) { p ( e , t , this . _getPlural ) } , _unregister : function ( e ) { delete window . _oc _l10n _registry _translations [ e ] , delete window . _oc _l10n _registry _plural _functions [ e ] } , translate : function ( e , t , n , i , o ) { var s = o || { } ; r . a . defaults ( s , { escape : ! 0 } ) ; var a = t , c = g ( e ) . translations [ t ] ; return void 0 !== c && ( a = c ) , "object" === v ( n ) || void 0 !== i ? l . a . sanitize ( function ( e , t , n ) { return e . replace ( /%n/g , n ) . replace ( /{([^{}]*)}/g , ( function ( e , n ) { var i = t [ n ] ; return "string" == typeof i || "number" == typeof i ? s . escape ? l . a . sanitize ( h ( ) ( i ) ) : l . a . sanitize ( i ) : l . a . sanitize ( e ) } ) ) } ( a , n , i ) ) : l . a . sanitize ( a ) } , translatePlural : function ( e , t , n , i , r , o ) { var a = "_" + t + "_::_" + n + "_" , l = g ( e ) , c = l . translations [ a ] ; if ( void 0 !== c ) { var u = c ; if ( s . a . isArray ( u ) ) { var d = l . pluralFunction ( i ) ; return this . translate ( e , u [ d ] , r , i , o ) } } return 1 === i ? this . translate ( e , t , r , i , o ) : this . translate ( e , n , r , i , o ) } , _getPlural : function ( e ) { var t = f . a . getLanguage ( ) ; if ( "pt_BR" === t && ( t = "xbr" ) , void 0 === t || "" === t ) return 1 === e ? 0 : 1 ; switch ( t . length > 3 && ( t = t . substring ( 0 , t . lastIndexOf ( "_" ) ) ) , t ) { case "az" : case "bo" : case "dz" : case "id" : case "ja" : case "jv" : case "ka" : case "km" : case "kn" : case "ko" : case "ms" : case "th" : case "tr" : case "vi" : case "zh" : return 0 ; case "af" : case "bn" : case "bg" : case "ca" : case "da" : case "de" : case "el" : case "en" : case "eo" : case "es" : case "et" : case "eu" : case "fa" : case "fi" : case "fo" : case "fur" : case "fy" : case "gl" : case "gu" : case "ha" : case "he" : case "hu" : case "is" : case "it" : case "ku" : case "lb" : case "ml" : case "mn" : case "mr" : case "nah" : case "nb" : case "ne" : case "nl" : case "nn" : case "no" : case "oc" : case "om" : case "or" : case "pa" : case "pap" : case "ps" : case "pt" : case "so" : case "sq" : case "sv" : case "sw" : case "ta" : case "te" : case "tk" : case "ur" : case "zu" : return 1 === e ? 0 : 1 ; case "am" : case "bh" : case "fil" : case "fr" : case "gun" : case "hi" : case "hy" : case "ln" : case "mg" : case "nso" : case "xbr" : case "ti" : case "wa" : return 0 === e || 1 === e ? 0 : 1 ; case "be" : case "bs" : case "hr" : case "ru" : case "sh" : case "sr" : case "uk" : return e % 10 == 1 && e % 100 != 11 ? 0 : e % 10 >= 2 && e % 10 <= 4 && ( e % 100 < 10 || e % 100 >= 20 ) ? 1 : 2 ; case "cs" : case "sk" : return 1 === e ? 0 : e >= 2 && e <= 4 ? 1 : 2 ; case "ga" : return 1 === e ? 0 : 2 === e ? 1 : 2 ; case "lt" : return e % 10 == 1 && e % 100 != 11 ? 0 : e % 10 >= 2 && ( e % 100 < 10 || e % 100 >= 20 ) ? 1 : 2 ; case "sl" : return e % 100 == 1 ? 0 : e % 100 == 2 ? 1 : e % 100 == 3 || e % 100 == 4 ? 2 : 3 ; case "mk" : return e % 10 == 1 ? 0 : 1 ; case "mt" : return 1 === e ? 0 : 0 === e || e % 100 > 1 && e % 100 < 11 ? 1 : e % 100 > 10 && e % 100 < 20 ? 2 : 3 ; case "lv" : return 0 === e ? 0 : e % 10 == 1 && e % 100 != 11 ? 1 : 2 ; case "pl" : return 1 === e ? 0 : e % 10 >= 2 && e % 10 <= 4 && ( e % 100 < 12 || e % 100 > 14 ) ? 1 : 2 ; case "cy" : return 1 === e ? 0 : 2 === e ? 1 : 8 === e || 11 === e ? 2 : 3 ; case "ro" : return 1 === e ? 0 : 0 === e || e % 100 > 0 && e % 100 < 20 ? 1 : 2 ; case "ar" : return 0 === e ? 0 : 1 === e ? 1 : 2 === e ? 2 : e % 100 >= 3 && e % 100 <= 10 ? 3 : e % 100 >= 11 && e % 100 <= 99 ? 4 : 5 ; default : return 0 } } } , y = ( t . a = _ , function ( ) { var e = b ( ) ; return "string" == typeof e ? e . replace ( /_/g , "-" ) : e } ) , b = function ( ) { return s ( ) ( "html" ) . data ( "locale" ) } , w = function ( ) { return s ( ) ( "html" ) . prop ( "lang" ) } ; u . a . registerHelper ( "t" , ( function ( e , t ) { return _ . translate ( e , t ) } ) ) } , function ( e , t ) { e . exports = function ( e , t ) { return { enum
2019-01-29 16:50:05 +03:00
/ * *
* @ copyright Copyright ( c ) 2016 Joas Schilling < coding @ schilljs . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
* /
2020-02-09 22:06:08 +03:00
function s ( t , n , i ) { "post" !== t && "delete" !== t || ! o . a . PasswordConfirmation . requiresPasswordConfirmation ( ) ? ( i = i || { } , r . a . ajax ( { type : t . toUpperCase ( ) , url : o . a . linkToOCS ( "apps/provisioning_api/api/v1" , 2 ) + "config/apps" + n , data : i . data || { } , success : i . success , error : i . error } ) ) : o . a . PasswordConfirmation . requirePasswordConfirmation ( e . bind ( s , this , t , n , i ) ) } function a ( e ) { s ( "get" , "" , e ) } function l ( e , t ) { s ( "get" , "/" + e , t ) } function c ( e , t , n , i ) { ( i = i || { } ) . data = { defaultValue : n } , s ( "get" , "/" + e + "/" + t , i ) } function u ( e , t , n , i ) { ( i = i || { } ) . data = { value : n } , s ( "post" , "/" + e + "/" + t , i ) } function d ( e , t , n ) { s ( "delete" , "/" + e + "/" + t , n ) } } . call ( this , n ( 2 ) ) } , function ( e , t , n ) { e . exports = function ( ) { "use strict" ; var e = Object . hasOwnProperty , t = Object . setPrototypeOf , n = Object . isFrozen , i = Object . keys , r = Object . freeze , o = Object . seal , s = "undefined" != typeof Reflect && Reflect , a = s . apply , l = s . construct ; a || ( a = function ( e , t , n ) { return e . apply ( t , n ) } ) , r || ( r = function ( e ) { return e } ) , o || ( o = function ( e ) { return e } ) , l || ( l = function ( e , t ) { return new ( Function . prototype . bind . apply ( e , [ null ] . concat ( function ( e ) { if ( Array . isArray ( e ) ) { for ( var t = 0 , n = Array ( e . length ) ; t < e . length ; t ++ ) n [ t ] = e [ t ] ; return n } return Array . from ( e ) } ( t ) ) ) ) } ) ; var c = k ( Array . prototype . forEach ) , u = k ( Array . prototype . indexOf ) , d = k ( Array . prototype . join ) , h = k ( Array . prototype . pop ) , f = k ( Array . prototype . push ) , p = k ( Array . prototype . slice ) , m = k ( String . prototype . toLowerCase ) , g = k ( String . prototype . match ) , v = k ( String . prototype . replace ) , _ = k ( String . prototype . indexOf ) , y = k ( String . prototype . trim ) , b = k ( RegExp . prototype . test ) , w = M ( RegExp ) , x = M ( TypeError ) ; function k ( e ) { return function ( t ) { for ( var n = arguments . length , i = Array ( n > 1 ? n - 1 : 0 ) , r = 1 ; r < n ; r ++ ) i [ r - 1 ] = arguments [ r ] ; return a ( e , t , i ) } } function M ( e ) { return function ( ) { for ( var t = arguments . length , n = Array ( t ) , i = 0 ; i < t ; i ++ ) n [ i ] = arguments [ i ] ; return l ( e , n ) } } function A ( e , i ) { t && t ( e , null ) ; for ( var r = i . length ; r -- ; ) { var o = i [ r ] ; if ( "string" == typeof o ) { var s = m ( o ) ; s !== o && ( n ( i ) || ( i [ r ] = s ) , o = s ) } e [ o ] = ! 0 } return e } function L ( t ) { var n = { } , i = void 0 ; for ( i in t ) a ( e , t , [ i ] ) && ( n [ i ] = t [ i ] ) ; return n } var T = r ( [ "a" , "abbr" , "acronym" , "address" , "area" , "article" , "aside" , "audio" , "b" , "bdi" , "bdo" , "big" , "blink" , "blockquote" , "body" , "br" , "button" , "canvas" , "caption" , "center" , "cite" , "code" , "col" , "colgroup" , "content" , "data" , "datalist" , "dd" , "decorator" , "del" , "details" , "dfn" , "dir" , "div" , "dl" , "dt" , "element" , "em" , "fieldset" , "figcaption" , "figure" , "font" , "footer" , "form" , "h1" , "h2" , "h3" , "h4" , "h5" , "h6" , "head" , "header" , "hgroup" , "hr" , "html" , "i" , "img" , "input" , "ins" , "kbd" , "label" , "legend" , "li" , "main" , "map" , "mark" , "marquee" , "menu" , "menuitem" , "meter" , "nav" , "nobr" , "ol" , "optgroup" , "option" , "output" , "p" , "picture" , "pre" , "progress" , "q" , "rp" , "rt" , "ruby" , "s" , "samp" , "section" , "select" , "shadow" , "small" , "source" , "spacer" , "span" , "strike" , "strong" , "style" , "sub" , "summary" , "sup" , "table" , "tbody" , "td" , "template" , "textarea" , "tfoot" , "th" , "thead" , "time" , "tr" , "track" , "tt" , "u" , "ul" , "var" , "video" , "wbr" ] ) , D = r ( [ "svg" , "a" , "altglyph" , "altglyphdef" , "altglyphitem" , "animatecolor" , "animatemotion" , "animatetransform" , "audio" , "canvas" , "circle" , "clippath" , "defs" , "desc" , "ellipse" , "filter" , "font" , "g" , "glyph" , "glyphref" , "hkern" , "image" , "line" , "lineargradient" , "marker" , "mask" , "metadata" , "mpath" , "path" , "pattern" , "polygon" , "polyline" , "radialgradient" , "rect" , "stop" , "style" , "switch" , "symbol" , "text" , "textpath" , "title" , "tref" , "tspan" , "video" , "view" , "vkern" ] ) , S = r ( [ "feBlend" , "feColorMatrix" , "feComponentTransfer" , "feComposite" , "feConvolveMatrix" , "feDiffuseLighting" , "feDisplacementMap" , "feDistantLight" , "feFlood" , "feFuncA" , "feFuncB" , "feFuncG" , "feFuncR" , "feGaussianBlur" , "feMerge" , "feMergeNode" , "feMorphology" , "feOffset" , "fePointLight" , "feSpecularLighting" , "feSpotLight" , "feTile" , "feTurbulence" ] ) , E = r ( [ "math" , "menclose" , "merror" , "mfenced" , "mfrac" , "mglyph" , "mi" , "mlabeledtr" , "mmultiscripts" , "mn" , "mo" , "mover" , "mpadded" , "mphantom" , "mroot" , "mrow" , "ms" , "mspace" , "msqrt" , "mstyle" , "msub" , "msup" , "msubsup" , "mtable" , "mtd" , "mtext" , "mtr" , "munder" , "munderover" ] ) , Y = r ( [ "#text" ] ) , C = r ( [ "accept" , "action" , "align" , "alt" , "autocomplete" , "background" , "bgcolor" , "border" , "cellpadding" , "cellspacing" , "checked" , "cite" , "class" , "clear" , "color" , "cols" , "colspan" , "controls" , "coords" , "crossorigin" , " datet
2019-04-29 19:16:15 +03:00
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-02-09 22:06:08 +03:00
* / t . a = { } } , f u n c t i o n ( e , t , n ) { e . e x p o r t s = n ( 1 6 2 ) . d e f a u l t } , f u n c t i o n ( e , t , n ) { v a r i = n ( 2 2 ) ; e . e x p o r t s = ! i ( ( f u n c t i o n ( ) { r e t u r n 7 ! = O b j e c t . d e f i n e P r o p e r t y ( { } , 1 , { g e t : f u n c t i o n ( ) { r e t u r n 7 } } ) [ 1 ] } ) ) } , f u n c t i o n ( e , t ) { e . e x p o r t s = f u n c t i o n ( e ) { i f ( n u l l = = e ) t h r o w T y p e E r r o r ( " C a n ' t c a l l m e t h o d o n " + e ) ; r e t u r n e } } , f u n c t i o n ( e , t , n ) { v a r i = n ( 9 1 ) , r = n ( 1 7 4 ) , o = n ( 1 7 2 ) ; e . e x p o r t s = i ? f u n c t i o n ( e , t , n ) { r e t u r n r . f ( e , t , o ( 1 , n ) ) } : f u n c t i o n ( e , t , n ) { r e t u r n e [ t ] = n , e } } , , , , , , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; e . e x p o r t s = f u n c t i o n ( e ) { v a r t = [ ] ; r e t u r n t . t o S t r i n g = f u n c t i o n ( ) { r e t u r n t h i s . m a p ( ( f u n c t i o n ( t ) { v a r n = f u n c t i o n ( e , t ) { v a r n = e [ 1 ] | | " " , i = e [ 3 ] ; i f ( ! i ) r e t u r n n ; i f ( t & & " f u n c t i o n " = = t y p e o f b t o a ) { v a r r = ( s = i , a = b t o a ( u n e s c a p e ( e n c o d e U R I C o m p o n e n t ( J S O N . s t r i n g i f y ( s ) ) ) ) , l = " s o u r c e M a p p i n g U R L = d a t a : a p p l i c a t i o n / j s o n ; c h a r s e t = u t f - 8 ; b a s e 6 4 , " . c o n c a t ( a ) , " / * # " . c o n c a t ( l , " * / " ) ) , o = i . s o u r c e s . m a p ( ( f u n c t i o n ( e ) { r e t u r n " / * # s o u r c e U R L = " . c o n c a t ( i . s o u r c e R o o t | | " " ) . c o n c a t ( e , " * / " ) } ) ) ; r e t u r n [ n ] . c o n c a t ( o ) . c o n c a t ( [ r ] ) . j o i n ( " \ n " ) } v a r s , a , l ; r e t u r n [ n ] . j o i n ( " \ n " ) } ( t , e ) ; r e t u r n t [ 2 ] ? " @ m e d i a " . c o n c a t ( t [ 2 ] , " { " ) . c o n c a t ( n , " } " ) : n } ) ) . j o i n ( " " ) } , t . i = f u n c t i o n ( e , n ) { " s t r i n g " = = t y p e o f e & & ( e = [ [ n u l l , e , " " ] ] ) ; f o r ( v a r i = 0 ; i < e . l e n g t h ; i + + ) { v a r r = [ ] . c o n c a t ( e [ i ] ) ; n & & ( r [ 2 ] ? r [ 2 ] = " " . c o n c a t ( n , " a n d " ) . c o n c a t ( r [ 2 ] ) : r [ 2 ] = n ) , t . p u s h ( r ) } } , t } } , f u n c t i o n ( e , t , n ) { v a r i = n ( 4 7 2 ) , r = n ( 6 7 0 ) , o = n ( 5 7 ) , s = n ( 3 6 ) , a = n ( 6 7 7 ) , l = [ ] . p u s h , c = f u n c t i o n ( e ) { v a r t = 1 = = e , n = 2 = = e , c = 3 = = e , u = 4 = = e , d = 6 = = e , h = 5 = = e | | d ; r e t u r n f u n c t i o n ( f , p , m , g ) { f o r ( v a r v , _ , y = o ( f ) , b = r ( y ) , w = i ( p , m , 3 ) , x = s ( b . l e n g t h ) , k = 0 , M = g | | a , A = t ? M ( f , x ) : n ? M ( f , 0 ) : v o i d 0 ; x > k ; k + + ) i f ( ( h | | k i n b ) & & ( _ = w ( v = b [ k ] , k , y ) , e ) ) i f ( t ) A [ k ] = _ ; e l s e i f ( _ ) s w i t c h ( e ) { c a s e 3 : r e t u r n ! 0 ; c a s e 5 : r e t u r n v ; c a s e 6 : r e t u r n k ; c a s e 2 : l . c a l l ( A , v ) } e l s e i f ( u ) r e t u r n ! 1 ; r e t u r n d ? - 1 : c | | u ? u : A } } ; e . e x p o r t s = { f o r E a c h : c ( 0 ) , m a p : c ( 1 ) , f i l t e r : c ( 2 ) , s o m e : c ( 3 ) , e v e r y : c ( 4 ) , f i n d : c ( 5 ) , f i n d I n d e x : c ( 6 ) } } , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; f u n c t i o n i ( e , t ) { f o r ( v a r n = [ ] , i = { } , r = 0 ; r < t . l e n g t h ; r + + ) { v a r o = t [ r ] , s = o [ 0 ] , a = { i d : e + " : " + r , c s s : o [ 1 ] , m e d i a : o [ 2 ] , s o u r c e M a p : o [ 3 ] } ; i [ s ] ? i [ s ] . p a r t s . p u s h ( a ) : n . p u s h ( i [ s ] = { i d : s , p a r t s : [ a ] } ) } r e t u r n n } n . r ( t ) , n . d ( t , " d e f a u l t " , ( f u n c t i o n ( ) { r e t u r n f } ) ) ; v a r r = " u n d e f i n e d " ! = t y p e o f d o c u m e n t ; i f ( " u n d e f i n e d " ! = t y p e o f D E B U G & & D E B U G & & ! r ) t h r o w n e w E r r o r ( " v u e - s t y l e - l o a d e r c a n n o t b e u s e d i n a n o n - b r o w s e r e n v i r o n m e n t . U s e { t a r g e t : ' n o d e ' } i n y o u r W e b p a c k c o n f i g t o i n d i c a t e a s e r v e r - r e n d e r i n g e n v i r o n m e n t . " ) ; v a r o = { } , s = r & & ( d o c u m e n t . h e a d | | d o c u m e n t . g e t E l e m e n t s B y T a g N a m e ( " h e a d " ) [ 0 ] ) , a = n u l l , l = 0 , c = ! 1 , u = f u n c t i o n ( ) { } , d = n u l l , h = " u n d e f i n e d " ! = t y p e o f n a v i g a t o r & & / m s i e [ 6 - 9 ] \ b / . t e s t ( n a v i g a t o r . u s e r A g e n t . t o L o w e r C a s e ( ) ) ; f u n c t i o n f ( e , t , n , r ) { c = n , d = r | | { } ; v a r s = i ( e , t ) ; r e t u r n p ( s ) , f u n c t i o n ( t ) { f o r ( v a r n = [ ] , r = 0 ; r < s . l e n g t h ; r + + ) { v a r a = s [ r ] ; ( l = o [ a . i d ] ) . r e f s - - , n . p u s h ( l ) } t ? p ( s = i ( e , t ) ) : s = [ ] ; f o r ( r = 0 ; r < n . l e n g t h ; r + + ) { v a r l ; i f ( 0 = = = ( l = n [ r ] ) . r e f s ) { f o r ( v a r c = 0 ; c < l . p a r t s . l e n g t h ; c + + ) l . p a r t s [ c ] ( ) ; d e l e t e o [ l . i d ] } } } } f u n c t i o n p ( e ) { f o r ( v a r t = 0 ; t < e . l e n g t h ; t + + ) { v a r n = e [ t ] , i = o [ n . i d ] ; i f ( i ) { i . r e f s + + ; f o r ( v a r r = 0 ; r < i . p a r t s . l e n g t h ; r + + ) i . p a r t s [ r ] ( n . p a r t s [ r ] ) ; f o r ( ; r < n . p a r t s . l e n g t h ; r + + ) i . p a r t s . p u s h ( g ( n . p a r t s [ r ] ) ) ; i . p a r t s . l e n g t h > n . p a r t s . l e n g t h & & ( i . p a r t s . l e n g t h = n . p a r t s . l e n g t h ) } e l s e { v a r s = [ ] ; f o r ( r = 0 ; r < n . p a r t s . l e n g t h ; r + + ) s . p u s h ( g ( n . p a r t s [ r ] ) ) ; o [ n . i d ] = { i d : n . i d , r e f s : 1 , p a r t s : s } } } } f u n c t i o n m ( ) { v a r e = d o c u m e n t . c r e a t e E l e m e n t ( " s t y l e " ) ; r e t u r n e . t y p e = " t e x t / c s s " , s . a p p e n d C h i l d ( e ) , e } f u n c t i o n g ( e ) { v a r t , n , i = d o c u m e n t . q u e r y S e l e c t o r ( ' s t y l e [ d a t a - v u e - s s r - i d ~ = " ' + e . i d + ' " ] ' ) ; i f ( i ) { i f ( c ) r e t u r n u ; i . p a r e n t N o d e . r e m o v e C h i l d ( i ) } i f ( h ) { v a r r = l + + ; i = a | | ( a = m ( ) ) , t = y . b i n d ( n u l l , i , r , ! 1 ) , n = y . b i n d ( n u l l , i , r , ! 0 ) } e l s e i = m ( ) , t = b . b i n d ( n u l l , i ) , n = f u n c t i o n ( ) { i . p a r e n t N o d e . r e m o v e C h i l d ( i ) } ; r e t u r n t ( e ) , f u n c t i o n ( i ) { i f ( i ) { i f ( i . c s s = = = e . c s s & & i . m e d i a = = = e . m e d i a & & i . s o u r c e M a p = = = e . s o u r c e M a p ) r e t u r n ; t ( e = i ) } e l s e n ( ) } } v a r v , _ = ( v = [ ] , f u n c t i o n ( e , t ) { r e t u r n v [ e ] = t , v . f i l t e r ( B o o l e a n ) . j o i n ( " \ n " ) } ) ; f u n c t i o n y ( e , t , n , i ) { v a r r = n ? " " : i . c s s ; i f ( e . s t y l e S h e e t ) e . s t y l e S h e e t . c s s T e x t = _ ( t , r ) ; e l s e { v a r o = d o c u m e n t . c r e a t e T e x t N o d e ( r ) , s = e . c h i l d N o d e s ; s [ t ] & & e . r e m o v e C h i l d ( s [ t ] ) , s . l e n g t h ? e . i n s e r t B e f o r e ( o , s [ t ] ) : e . a p p e n d C h i l d ( o ) } } f u n c t i o n b ( e , t ) { v a r n = t . c s s , i = t . m e d i a , r = t . s o u r c e M a p ; i f ( i & & e . s e t A t t r i b u t e ( " m e d i a " , i ) , d . s s r I d & & e . s e t A t t r i b u t e ( " d a t a - v u e - s s r - i d " , t . i d ) , r & & ( n + = " \ n / * # s o u r c e U R L = " + r . s o u r c e s [ 0 ] + " * / " , n + = " \ n / * # s o u r c e M a p p i n g U R L = d a t a : a p p l i c a t i o n / j s o n ; b a s e 6 4 , " + b t o a ( u n e s c a p e ( e n c
2019-10-04 14:23:32 +03:00
/ * !
* escape - html
* Copyright ( c ) 2012 - 2013 TJ Holowaychuk
* Copyright ( c ) 2015 Andreas Lubbe
* Copyright ( c ) 2015 Tiancheng "Timothy" Gu
* MIT Licensed
2020-02-09 22:06:08 +03:00
* /var i=/ [ "'&<>]/;e.exports=function(e){var t,n=" "+e,r=i.exec(n);if(!r)return n;var o=" ",s=0,a=0;for(s=r.index;s<n.length;s++){switch(n.charCodeAt(s)){case 34:t=" & quot ; ";break;case 38:t=" & amp ; ";break;case 39:t=" & # 39 ; ";break;case 60:t=" & lt ; ";break;case 62:t=" & gt ; ";break;default:continue}a!==s&&(o+=n.substring(a,s)),a=s+1,o+=t}return a!==s?o+n.substring(a,s):o}},,function(e,t,n){var i=n(670),r=n(112);e.exports=function(e){return i(r(e))}},function(e,t,n){var i=n(112),r=/" / g ; e . exports = function ( e , t , n , o ) { var s = String ( i ( e ) ) , a = "<" + t ; return "" !== n && ( a += " " + n + '="' + String ( o ) . replace ( r , """ ) + '"' ) , a + ">" + s + "</" + t + ">" } } , function ( e , t , n ) { var i = n ( 9 ) ; e . exports = function ( e ) { return i ( ( function ( ) { var t = "" [ e ] ( '"' ) ; return t !== t . toLowerCase ( ) || t . split ( '"' ) . length > 3 } ) ) } } , function ( e , t , n ) { "use strict" ; function i ( e ) { return e && e . _ _esModule ? e : { default : e } } function r ( e ) { if ( e && e . _ _esModule ) return e ; var t = { } ; if ( null != e ) for ( var n in e ) Object . prototype . hasOwnProperty . call ( e , n ) && ( t [ n ] = e [ n ] ) ; return t . default = e , t } t . _ _esModule = ! 0 ; var o = r ( n ( 298 ) ) , s = i ( n ( 588 ) ) , a = i ( n ( 52 ) ) , l = r ( n ( 27 ) ) , c = r ( n ( 589 ) ) , u = i ( n ( 591 ) ) ; function d ( ) { var e = new o . HandlebarsEnvironment ; return l . extend ( e , o ) , e . SafeString = s . default , e . Exception = a . default , e . Utils = l , e . escapeExpression = l . escapeExpression , e . VM = c , e . template = function ( t ) { return c . template ( t , e ) } , e } var h = d ( ) ; h . create = d , u . default ( h ) , h . default = h , t . default = h , e . exports = t . default } , function ( e , t ) { var n = { } . toString ; e . exports = function ( e ) { return n . call ( e ) . slice ( 8 , - 1 ) } } , function ( e , t , n ) { var i = n ( 673 ) , r = n ( 18 ) , o = function ( e ) { return "function" == typeof e ? e : void 0 } ; e . exports = function ( e , t ) { return arguments . length < 2 ? o ( i [ e ] ) || o ( r [ e ] ) : i [ e ] && i [ e ] [ t ] || r [ e ] && r [ e ] [ t ] } } , function ( e , t ) { var n = Math . ceil , i = Math . floor ; e . exports = function ( e ) { return isNaN ( e = + e ) ? 0 : ( e > 0 ? i : n ) ( e ) } } , function ( e , t ) { e . exports = function ( e , t ) { return { enumerable : ! ( 1 & e ) , configurable : ! ( 2 & e ) , writable : ! ( 4 & e ) , value : t } } } , function ( e , t , n ) { var i = n ( 521 ) , r = n ( 264 ) ; e . exports = function ( e ) { return i ( r ( e ) ) } } , function ( e , t , n ) { var i = n ( 63 ) ; e . exports = function ( e , t ) { if ( ! i ( e ) ) return e ; var n , r ; if ( t && "function" == typeof ( n = e . toString ) && ! i ( r = n . call ( e ) ) ) return r ; if ( "function" == typeof ( n = e . valueOf ) && ! i ( r = n . call ( e ) ) ) return r ; if ( ! t && "function" == typeof ( n = e . toString ) && ! i ( r = n . call ( e ) ) ) return r ; throw TypeError ( "Can't convert object to primitive value" ) } } , function ( e , t , n ) { var i = n ( 116 ) , r = n ( 265 ) , o = n ( 266 ) , s = n ( 168 ) , a = Object . defineProperty ; t . f = i ? a : function ( e , t , n ) { if ( o ( e ) , t = s ( t , ! 0 ) , o ( n ) , r ) try { return a ( e , t , n ) } catch ( e ) { } if ( "get" in n || "set" in n ) throw TypeError ( "Accessors not supported" ) ; return "value" in n && ( e [ t ] = n . value ) , e } } , function ( e , t , n ) { var i = n ( 23 ) , r = n ( 117 ) ; e . exports = function ( e , t ) { try { r ( i , e , t ) } catch ( n ) { i [ e ] = t } return t } } , function ( e , t , n ) { var i = n ( 23 ) , r = n ( 269 ) , o = n ( 64 ) , s = n ( 270 ) , a = n ( 276 ) , l = n ( 541 ) , c = r ( "wks" ) , u = i . Symbol , d = l ? u : u && u . withoutSetter || s ; e . exports = function ( e ) { return o ( c , e ) || ( a && o ( u , e ) ? c [ e ] = u [ e ] : c [ e ] = d ( "Symbol." + e ) ) , c [ e ] } } , function ( e , t ) { e . exports = function ( e , t ) { return { enumerable : ! ( 1 & e ) , configurable : ! ( 2 & e ) , writable : ! ( 4 & e ) , value : t } } } , function ( e , t , n ) { var i = n ( 50 ) ; e . exports = function ( e , t ) { if ( ! i ( e ) ) return e ; var n , r ; if ( t && "function" == typeof ( n = e . toString ) && ! i ( r = n . call ( e ) ) ) return r ; if ( "function" == typeof ( n = e . valueOf ) && ! i ( r = n . call ( e ) ) ) return r ; if ( ! t && "function" == typeof ( n = e . toString ) && ! i ( r = n . call ( e ) ) ) return r ; throw TypeError ( "Can't convert object to primitive value" ) } } , function ( e , t , n ) { var i = n ( 91 ) , r = n ( 280 ) , o = n ( 66 ) , s = n ( 173 ) , a = Object . defineProperty ; t . f = i ? a : function ( e , t , n ) { if ( o ( e ) , t = s ( t , ! 0 ) , o ( n ) , r ) try { return a ( e , t , n ) } catch ( e ) { } if ( "get" in n || "set" in n ) throw TypeError ( "Accessors not supported" ) ; return "value" in n && ( e [ t ] = n . value ) , e } } , function ( e , t , n ) { var i = n ( 24 ) , r = n ( 93 ) ; e . exports = function ( e , t ) { try { r ( i , e , t ) } catch ( n ) { i [ e ] = t } return t } } , function ( e , t , n ) { var i = n ( 22 ) , r = n ( 68 ) , o = n ( 291 ) , s = r ( "species" ) ; e . exports = function ( e ) { return o >= 51 || ! i ( ( function ( ) { var t = [ ] ; return ( t . constructor = { } ) [ s ] = function ( ) { return { foo : 1 } } , 1 !== t [ e ] ( Boolean ) . foo } ) ) } } , function ( e , t ) { e . exports = function ( e ) { if ( "function" != typeof e ) throw TypeError ( String ( e ) + " is not a function" ) ; return e } } , function ( e , t , n ) { var i = n ( 91 ) , r = n ( 22 ) , o = n ( 51 ) , s = Object . defineProperty , a = { } , l = function ( e ) { throw e } ; e . exports = function ( e , t ) { if ( o ( a , e ) )
2019-09-25 19:19:42 +03:00
/ * *
2019-01-31 20:50:59 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-05-16 17:40:02 +03:00
* /
2020-03-10 11:58:52 +03:00
var i = function ( e ) { var t , n , i , r = { } ; if ( ! e ) return null ; ( t = e . indexOf ( "?" ) ) >= 0 && ( e = e . substr ( t + 1 ) ) ; for ( var o = e . replace ( /\+/g , "%20" ) . split ( "&" ) , s = 0 ; s < o . length ; s ++ ) { var a = o [ s ] ; ( n = ( t = a . indexOf ( "=" ) ) >= 0 ? [ a . substr ( 0 , t ) , a . substr ( t + 1 ) ] : [ a ] ) . length && ( ( i = decodeURIComponent ( n [ 0 ] ) ) && ( n . length > 1 ? r [ i ] = decodeURIComponent ( n [ 1 ] ) : r [ i ] = null ) ) } return r } , r = function ( t ) { return t ? e . map ( t , ( function ( e , t ) { var n = encodeURIComponent ( t ) ; return null != e && ( n += "=" + encodeURIComponent ( e ) ) , n } ) ) . join ( "&" ) : "" } } ) . call ( this , n ( 0 ) ) } , function ( e , t , n ) { var i = n ( 40 ) . f , r = n ( 59 ) , o = n ( 31 ) ( "toStringTag" ) ; e . exports = function ( e , t , n ) { e && ! r ( e = n ? e : e . prototype , o ) && i ( e , o , { configurable : ! 0 , value : t } ) } } , , function ( e , t , n ) { "use strict" ; n . d ( t , "b" , ( function ( ) { return a } ) ) ; var i = n ( 0 ) , r = n . n ( i ) , o = ! 1 , s = { enableDynamicSlideToggle : function ( ) { o = ! 0 } , showAppSidebar : function ( e ) { ( e || r ( ) ( "#app-sidebar" ) ) . removeClass ( "disappear" ) . show ( ) , r ( ) ( "#app-content" ) . trigger ( new r . a . Event ( "appresized" ) ) } , hideAppSidebar : function ( e ) { ( e || r ( ) ( "#app-sidebar" ) ) . hide ( ) . addClass ( "disappear" ) , r ( ) ( "#app-content" ) . trigger ( new r . a . Event ( "appresized" ) ) } } , a = function ( ) { var e = r ( ) ( "[data-apps-slide-toggle]" ) ; 0 === e . length && r ( ) ( "#app-navigation" ) . addClass ( "without-app-settings" ) , r ( ) ( document ) . click ( ( function ( t ) { o && ( e = r ( ) ( "[data-apps-slide-toggle]" ) ) , e . each ( ( function ( e , n ) { var i = r ( ) ( n ) . data ( "apps-slide-toggle" ) , o = r ( ) ( i ) ; function s ( ) { o . slideUp ( 4 * OC . menuSpeed , ( function ( ) { o . trigger ( new r . a . Event ( "hide" ) ) } ) ) , o . removeClass ( "opened" ) , r ( ) ( n ) . removeClass ( "opened" ) } if ( ! o . is ( ":animated" ) ) if ( r ( ) ( n ) . is ( r ( ) ( t . target ) . closest ( "[data-apps-slide-toggle]" ) ) ) o . is ( ":visible" ) ? s ( ) : function ( ) { o . slideDown ( 4 * OC . menuSpeed , ( function ( ) { o . trigger ( new r . a . Event ( "show" ) ) } ) ) , o . addClass ( "opened" ) , r ( ) ( n ) . addClass ( "opened" ) ; var e = r ( ) ( i + " [autofocus]" ) ; 1 === e . length && e . focus ( ) } ( ) ; else { var a = r ( ) ( t . target ) . closest ( i ) ; o . is ( ":visible" ) && a [ 0 ] !== o [ 0 ] && s ( ) } } ) ) } ) ) } ; t . a = s } , function ( e , t , n ) { "undefined" == typeof dav && ( dav = { } ) , dav . _XML _CHAR _MAP = { "<" : "<" , ">" : ">" , "&" : "&" , '"' : """ , "'" : "'" } , dav . _escapeXml = function ( e ) { return e . replace ( /[<>&"']/g , ( function ( e ) { return dav . _XML _CHAR _MAP [ e ] } ) ) } , dav . Client = function ( e ) { var t ; for ( t in e ) this [ t ] = e [ t ] } , dav . Client . prototype = { baseUrl : null , userName : null , password : null , xmlNamespaces : { "DAV:" : "d" } , propFind : function ( e , t , n , i ) { void 0 === n && ( n = "0" ) , n = "" + n , ( i = i || { } ) . Depth = n , i [ "Content-Type" ] = "application/xml; charset=utf-8" ; var r , o = '<?xml version="1.0"?>\n<d:propfind ' ; for ( r in this . xmlNamespaces ) o += " xmlns:" + this . xmlNamespaces [ r ] + '="' + r + '"' ; for ( var s in o += ">\n <d:prop>\n" , t ) if ( t . hasOwnProperty ( s ) ) { var a = this . parseClarkNotation ( t [ s ] ) ; this . xmlNamespaces [ a . namespace ] ? o += " <" + this . xmlNamespaces [ a . namespace ] + ":" + a . name + " />\n" : o += " <x:" + a . name + ' xmlns:x="' + a . namespace + '" />\n' } return o += " </d:prop>\n" , o += "</d:propfind>" , this . request ( "PROPFIND" , e , i , o ) . then ( function ( e ) { return "0" === n ? { status : e . status , body : e . body [ 0 ] , xhr : e . xhr } : { status : e . status , body : e . body , xhr : e . xhr } } . bind ( this ) ) } , _renderPropSet : function ( e ) { var t = " <d:set>\n <d:prop>\n" ; for ( var n in e ) if ( e . hasOwnProperty ( n ) ) { var i , r = this . parseClarkNotation ( n ) , o = e [ n ] ; "d:resourcetype" !== ( i = this . xmlNamespaces [ r . namespace ] ? this . xmlNamespaces [ r . namespace ] + ":" + r . name : "x:" + r . name + ' xmlns:x="' + r . namespace + '"' ) && ( o = dav . _escapeXml ( o ) ) , t += " <" + i + ">" + o + "</" + i + ">\n" } return t += " </d:prop>\n" , t += " </d:set>\n" } , propPatch : function ( e , t , n ) { ( n = n || { } ) [ "Content-Type" ] = "application/xml; charset=utf-8" ; var i , r = '<?xml version="1.0"?>\n<d:propertyupdate ' ; for ( i in this . xmlNamespaces ) r += " xmlns:" + this . xmlNamespaces [ i ] + '="' + i + '"' ; return r += ">\n" + this . _renderPropSet ( t ) , r += "</d:propertyupdate>" , this . request ( "PROPPATCH" , e , n , r ) . then ( function ( e ) { return { status : e . status , body : e . body , xhr : e . xhr } } . bind ( this ) ) } , mkcol : function ( e , t , n ) { var i = "" ; if ( ( n = n || { } ) [ "Content-Type" ] = "application/xml; charset=utf-8" , t ) { var r ; for ( r in i = '<?xml version="1.0"?>\n<d:mkcol' , this . xmlNamespaces ) i += " xmlns:" + this . xmlNamespaces [ r ] + '="' + r + '"' ; i += ">\n" + this . _renderPropSet ( t ) , i += "</d:mkcol>" } return this . request ( "MKCOL" , e , n , i ) . then ( function ( e ) { return { status : e . status , body : e . body , xhr : e . xhr } } . bind ( this ) ) } , request : function ( e , t , n , i , r , o ) { var s , a = this , l = this . xh
2019-09-25 19:19:42 +03:00
/ * *
2019-05-07 10:03:14 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-02-09 22:06:08 +03:00
* / n . a = { c a l l b a c k : n u l l , p a g e L o a d T i m e : n u l l , i n i t : f u n c t i o n ( ) { a ( ) ( " . p a s s w o r d - c o n f i r m - r e q u i r e d " ) . o n ( " c l i c k " , o . a . b i n d ( t h i s . r e q u i r e P a s s w o r d C o n f i r m a t i o n , t h i s ) ) , t h i s . p a g e L o a d T i m e = c . a . n o w ( ) } , r e q u i r e s P a s s w o r d C o n f i r m a t i o n : f u n c t i o n ( ) { v a r e = t h i s . p a g e L o a d T i m e - 1 e 3 * w i n d o w . n c _ p a g e L o a d , t = c . a . n o w ( ) - ( e + 1 e 3 * w i n d o w . n c _ l a s t L o g i n ) ; r e t u r n w i n d o w . b a c k e n d A l l o w s P a s s w o r d C o n f i r m a t i o n & & t > 1 8 e 5 } , r e q u i r e P a s s w o r d C o n f i r m a t i o n : f u n c t i o n ( e , n , i ) { n = v o i d 0 ! = = n ? n : { } ; v a r r = { t i t l e : t ( " c o r e " , " A u t h e n t i c a t i o n r e q u i r e d " ) , t e x t : t ( " c o r e " , " T h i s a c t i o n r e q u i r e s y o u t o c o n f i r m y o u r p a s s w o r d " ) , c o n f i r m : t ( " c o r e " , " C o n f i r m " ) , l a b e l : t ( " c o r e " , " P a s s w o r d " ) , e r r o r : " " } , s = o . a . e x t e n d ( r , n ) , l = t h i s ; t h i s . r e q u i r e s P a s s w o r d C o n f i r m a t i o n ( ) & & u . a . d i a l o g s . p r o m p t ( s . t e x t , s . t i t l e , ( f u n c t i o n ( e , t ) { e & & " " ! = = t ? l . _ c o n f i r m P a s s w o r d ( t , s ) : o . a . i s F u n c t i o n ( i ) & & i ( ) } ) , ! 0 , s . l a b e l , ! 0 ) . t h e n ( ( f u n c t i o n ( ) { v a r e = a ( ) ( " . o c - d i a l o g : v i s i b l e " ) ; i f ( e . f i n d ( " . u i - i c o n " ) . r e m o v e ( ) , e . a d d C l a s s ( " p a s s w o r d - c o n f i r m a t i o n " ) , " " ! = = s . e r r o r ) { v a r t = a ( ) ( " < p > < / p > " ) . a d d C l a s s ( " m s g w a r n i n g " ) . t e x t ( s . e r r o r ) ; e . f i n d ( " . o c - d i a l o g - c o n t e n t " ) . a p p e n d ( t ) } e . f i n d ( " . o c - d i a l o g - b u t t o n r o w " ) . a d d C l a s s ( " a s i d e " ) ; v a r n = e . f i n d ( " b u t t o n " ) ; n . e q ( 0 ) . h i d e ( ) , n . e q ( 1 ) . t e x t ( s . c o n f i r m ) } ) ) , t h i s . c a l l b a c k = e } , _ c o n f i r m P a s s w o r d : f u n c t i o n ( e , n ) { v a r i = t h i s ; a . a . a j a x ( { u r l : u . a . g e n e r a t e U r l ( " / l o g i n / c o n f i r m " ) , d a t a : { p a s s w o r d : e } , t y p e : " P O S T " , s u c c e s s : f u n c t i o n ( e ) { w i n d o w . n c _ l a s t L o g i n = e . l a s t L o g i n , o . a . i s F u n c t i o n ( i . c a l l b a c k ) & & i . c a l l b a c k ( ) } , e r r o r : f u n c t i o n ( ) { n . e r r o r = t ( " c o r e " , " F a i l e d t o a u t h e n t i c a t e , t r y a g a i n " ) , u . a . P a s s w o r d C o n f i r m a t i o n . r e q u i r e P a s s w o r d C o n f i r m a t i o n ( i . c a l l b a c k , n ) } } ) } } } , f u n c t i o n ( e , t , 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 ( t , " _ _ e s M o d u l e " , { v a l u e : ! 0 } ) , t . P r o x y B u s = v o i d 0 ; v a r i , r = ( i = n ( 2 1 4 ) ) & & i . _ _ e s M o d u l e ? i : { d e f a u l t : i } ; f u n c t i o n o ( e , t ) { f o r ( v a r n = 0 ; n < t . l e n g t h ; n + + ) { v a r i = t [ n ] ; i . e n u m e r a b l e = i . e n u m e r a b l e | | ! 1 , i . c o n f i g u r a b l e = ! 0 , " v a l u e " i n i & & ( i . w r i t a b l e = ! 0 ) , O b j e c t . d e f i n e P r o p e r t y ( e , i . k e y , i ) } } v a r s = " 1 . 1 . 3 " , a = f u n c t i o n ( ) { f u n c t i o n e ( t ) { ! f u n c t i o n ( e , t ) { i f ( ! ( e i n s t a n c e o f t ) ) t h r o w n e w T y p e E r r o r ( " C a n n o t c a l l a c l a s s a s a f u n c t i o n " ) } ( t h i s , e ) , f u n c t i o n ( e , t , n ) { t i n e ? O b j e c t . d e f i n e P r o p e r t y ( e , t , { v a l u e : n , e n u m e r a b l e : ! 0 , c o n f i g u r a b l e : ! 0 , w r i t a b l e : ! 0 } ) : e [ t ] = n } ( t h i s , " b u s " , v o i d 0 ) , " f u n c t i o n " = = t y p e o f t . g e t V e r s i o n & & r . d e f a u l t . v a l i d ( t . g e t V e r s i o n ( ) ) ? r . d e f a u l t . m a j o r ( t . g e t V e r s i o n ( ) ) ! = = r . d e f a u l t . m a j o r ( t h i s . g e t V e r s i o n ( ) ) & & c o n s o l e . w a r n ( " P r o x y i n g a n e v e n t b u s o f v e r s i o n " + t . g e t V e r s i o n ( ) + " w i t h " + t h i s . g e t V e r s i o n ( ) ) : c o n s o l e . w a r n ( " P r o x y i n g a n e v e n t b u s w i t h a n u n k n o w n o r i n v a l i d v e r s i o n " ) , t h i s . b u s = t } v a r t , n , i ; r e t u r n t = e , ( n = [ { k e y : " g e t V e r s i o n " , v a l u e : f u n c t i o n ( ) { r e t u r n s } } , { k e y : " s u b s c r i b e " , v a l u e : f u n c t i o n ( e , t ) { t h i s . b u s . s u b s c r i b e ( e , t ) } } , { k e y : " u n s u b s c r i b e " , v a l u e : f u n c t i o n ( e , t ) { t h i s . b u s . u n s u b s c r i b e ( e , t ) } } , { k e y : " e m i t " , v a l u e : f u n c t i o n ( e , t ) { t h i s . b u s . e m i t ( e , t ) } } ] ) & & o ( t . p r o t o t y p e , n ) , i & & o ( t , i ) , e } ( ) ; t . P r o x y B u s = a } , f u n c t i o n ( e , t , n ) { ( f u n c t i o n ( n ) { v a r i ; t = e . e x p o r t s = h , i = " o b j e c t " = = t y p e o f n & & n . e n v & & n . e n v . N O D E _ D E B U G & & / \ b s e m v e r \ b / i . t e s t ( n . e n v . N O D E _ D E B U G ) ? f u n c t i o n ( ) { v a r e = A r r a y . p r o t o t y p e . s l i c e . c a l l ( a r g u m e n t s , 0 ) ; e . u n s h i f t ( " S E M V E R " ) , c o n s o l e . l o g . a p p l y ( c o n s o l e , e ) } : f u n c t i o n ( ) { } , t . S E M V E R _ S P E C _ V E R S I O N = " 2 . 0 . 0 " ; v a r r = N u m b e r . M A X _ S A F E _ I N T E G E R | | 9 0 0 7 1 9 9 2 5 4 7 4 0 9 9 1 , o = t . r e = [ ] , s = t . s r c = [ ] , a = t . t o k e n s = { } , l = 0 ; f u n c t i o n c ( e ) { a [ e ] = l + + } c ( " N U M E R I C I D E N T I F I E R " ) , s [ a . N U M E R I C I D E N T I F I E R ] = " 0 | [ 1 - 9 ] \ \ d * " , c ( " N U M E R I C I D E N T I F I E R L O O S E " ) , s [ a . N U M E R I C I D E N T I F I E R L O O S E ] = " [ 0 - 9 ] + " , c ( " N O N N U M E R I C I D E N T I F I E R " ) , s [ a . N O N N U M E R I C I D E N T I F I E R ] = " \ \ d * [ a - z A - Z - ] [ a - z A - Z 0 - 9 - ] * " , c ( " M A I N V E R S I O N " ) , s [ a . M A I N V E R S I O N ] = " ( " + s [ a . N U M E R I C I D E N T I F I E R ] + " ) \ \ . ( " + s [ a . N U M E R I C I D E N T I F I E R ] + " ) \ \ . ( " + s [ a . N U M E R I C I D E N T I F I E R ] + " ) " , c ( " M A I N V E R S I O N L O O S E " ) , s [ a . M A I N V E R S I O N L O O S E ] = " ( " + s [ a . N U M E R I C I D E N T I F I E R L O O S E ] + " ) \ \ . ( " + s [ a . N U M E R I C I D E N T I F I E R L O O S E ] + " ) \ \ . ( " + s [ a . N U M E R I C I D E N T I F I E R L O O S E ] + " ) " , c ( " P R E R E L E A S E I D E N T I F I E R " ) , s [ a . P R E R E L E A S E I D E N T I F I E R ] = " ( ? : " + s [ a . N U M E R I C I D E N T I F I E R ] + " | " + s [ a . N O N N U M E R I C I D E N T I F I E R ] + " ) " , c ( " P R E R E L E A S E I D E N T I F I E R L O O S E " ) , s [ a . P R E R E L E A S E I D E N T I F I E R L O O S E ] = " ( ? : " + s [ a . N U M E R I C I D E N T I F I E R L O O S E ] + " | " + s [ a . N O N N U M E R I C I D E N T I F I E R ] + " ) " , c ( " P R E R E L E A S E " ) , s [ a . P R E R E L E A S E ] = " ( ? : - ( " + s [ a . P R E R E L E A S E I D E N T I F I E R ] + " ( ? : \ \ . " + s [ a . P R E R E L E A S E I D E N T I F I E R ] + " ) * ) ) " , c ( " P R E R E L E A S E L O O S E " ) , s [ a . P R E R E L E A S E L O O S E ] = " ( ? : - ? ( " + s [ a . P R E R E L E A S E I D E N T I F I E R L O O S E ] + " ( ? : \ \ . " + s [ a . P R E R E L E A S E I D E N T I F I E R L O O S E ] + " ) * ) ) " , c ( " B U I L D I D E N T I F I E R " ) , s [ a . B U I L D I D
2019-10-21 22:36:17 +03:00
/ * !
* css - vars - ponyfill
2020-02-22 23:28:25 +03:00
* v2 . 2.1
2019-10-21 22:36:17 +03:00
* https : //jhildenbiddle.github.io/css-vars-ponyfill/
2020-02-22 23:28:25 +03:00
* ( c ) 2018 - 2020 John Hildenbiddle < http : //hildenbiddle.com>
2019-10-21 22:36:17 +03:00
* MIT license
* /
2019-11-03 11:22:59 +03:00
function c ( ) { return ( c = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ] ; for ( var i in n ) Object . prototype . hasOwnProperty . call ( n , i ) && ( e [ i ] = n [ i ] ) } return e } ) . apply ( this , arguments ) } function u ( e ) { return function ( e ) { if ( Array . isArray ( e ) ) { for ( var t = 0 , n = new Array ( e . length ) ; t < e . length ; t ++ ) n [ t ] = e [ t ] ; return n } } ( e ) || function ( e ) { if ( Symbol . iterator in Object ( e ) || "[object Arguments]" === Object . prototype . toString . call ( e ) ) return Array . from ( e ) } ( e ) || function ( ) { throw new TypeError ( "Invalid attempt to spread non-iterable instance" ) }
2019-10-21 22:36:17 +03:00
/ * !
* get - css - data
2020-02-22 23:28:25 +03:00
* v1 . 7.1
2019-10-21 22:36:17 +03:00
* https : //github.com/jhildenbiddle/get-css-data
2020-02-22 23:28:25 +03:00
* ( c ) 2018 - 2020 John Hildenbiddle < http : //hildenbiddle.com>
2019-10-21 22:36:17 +03:00
* MIT license
2020-02-21 19:38:43 +03:00
* / ( ) } f u n c t i o n d ( e ) { v a r t = a r g u m e n t s . l e n g t h > 1 & & v o i d 0 ! = = a r g u m e n t s [ 1 ] ? a r g u m e n t s [ 1 ] : { } , n = { m i m e T y p e : t . m i m e T y p e | | n u l l , o n B e f o r e S e n d : t . o n B e f o r e S e n d | | F u n c t i o n . p r o t o t y p e , o n S u c c e s s : t . o n S u c c e s s | | F u n c t i o n . p r o t o t y p e , o n E r r o r : t . o n E r r o r | | F u n c t i o n . p r o t o t y p e , o n C o m p l e t e : t . o n C o m p l e t e | | F u n c t i o n . p r o t o t y p e } , i = A r r a y . i s A r r a y ( e ) ? e : [ e ] , r = A r r a y . a p p l y ( n u l l , A r r a y ( i . l e n g t h ) ) . m a p ( ( f u n c t i o n ( e ) { r e t u r n n u l l } ) ) ; f u n c t i o n o ( ) { v a r e = a r g u m e n t s . l e n g t h > 0 & & v o i d 0 ! = = a r g u m e n t s [ 0 ] ? a r g u m e n t s [ 0 ] : " " , t = " < " = = = e . t r i m ( ) . c h a r A t ( 0 ) ; r e t u r n ! t } f u n c t i o n s ( e , t ) { n . o n E r r o r ( e , i [ t ] , t ) } f u n c t i o n a ( e , t ) { v a r o = n . o n S u c c e s s ( e , i [ t ] , t ) ; e = ! 1 = = = o ? " " : o | | e , r [ t ] = e , - 1 = = = r . i n d e x O f ( n u l l ) & & n . o n C o m p l e t e ( r ) } v a r l = d o c u m e n t . c r e a t e E l e m e n t ( " a " ) ; i . f o r E a c h ( ( f u n c t i o n ( e , t ) { i f ( l . s e t A t t r i b u t e ( " h r e f " , e ) , l . h r e f = S t r i n g ( l . h r e f ) , B o o l e a n ( d o c u m e n t . a l l & & ! w i n d o w . a t o b ) & & l . h o s t . s p l i t ( " : " ) [ 0 ] ! = = l o c a t i o n . h o s t . s p l i t ( " : " ) [ 0 ] ) { i f ( l . p r o t o c o l = = = l o c a t i o n . p r o t o c o l ) { v a r i = n e w X D o m a i n R e q u e s t ; i . o p e n ( " G E T " , e ) , i . t i m e o u t = 0 , i . o n p r o g r e s s = F u n c t i o n . p r o t o t y p e , i . o n t i m e o u t = F u n c t i o n . p r o t o t y p e , i . o n l o a d = f u n c t i o n ( ) { o ( i . r e s p o n s e T e x t ) ? a ( i . r e s p o n s e T e x t , t ) : s ( i , t ) } , i . o n e r r o r = f u n c t i o n ( e ) { s ( i , t ) } , s e t T i m e o u t ( ( f u n c t i o n ( ) { i . s e n d ( ) } ) , 0 ) } e l s e c o n s o l e . w a r n ( " I n t e r n e t E x p l o r e r 9 C r o s s - O r i g i n ( C O R S ) r e q u e s t s m u s t u s e t h e s a m e p r o t o c o l ( " . c o n c a t ( e , " ) " ) ) , s ( n u l l , t ) } e l s e { v a r r = n e w X M L H t t p R e q u e s t ; r . o p e n ( " G E T " , e ) , n . m i m e T y p e & & r . o v e r r i d e M i m e T y p e & & r . o v e r r i d e M i m e T y p e ( n . m i m e T y p e ) , n . o n B e f o r e S e n d ( r , e , t ) , r . 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 ( ) { 4 = = = r . r e a d y S t a t e & & ( 2 0 0 = = = r . s t a t u s & & o ( r . r e s p o n s e T e x t ) ? a ( r . r e s p o n s e T e x t , t ) : s ( r , t ) ) } , r . s e n d ( ) } } ) ) }
2019-10-21 22:36:17 +03:00
/ * *
* Gets CSS data from < style > and < link > nodes ( including @ imports ) , then
* returns data in order processed by DOM . Allows specifying nodes to
* include / exclude and filtering CSS data using RegEx .
*
* @ preserve
* @ param { object } [ options ] The options object
* @ param { object } [ options . rootElement = document ] Root element to traverse for
* < link > and < style > nodes .
* @ param { string } [ options . include ] CSS selector matching < link > and < style >
* nodes to include
* @ param { string } [ options . exclude ] CSS selector matching < link > and < style >
* nodes to exclude
* @ param { object } [ options . filter ] Regular expression used to filter node CSS
* data . Each block of CSS data is tested against the filter ,
* and only matching data is included .
* @ param { object } [ options . useCSSOM = false ] Determines if CSS data will be
* collected from a stylesheet ' s runtime values instead of its
* text content . This is required to get accurate CSS data
* when a stylesheet has been modified using the deleteRule ( )
* or insertRule ( ) methods because these modifications will
* not be reflected in the stylesheet ' s text content .
* @ param { function } [ options . onBeforeSend ] Callback before XHR is sent . Passes
* 1 ) the XHR object , 2 ) source node reference , and 3 ) the
* source URL as arguments .
* @ param { function } [ options . onSuccess ] Callback on each CSS node read . Passes
* 1 ) CSS text , 2 ) source node reference , and 3 ) the source
* URL as arguments .
* @ param { function } [ options . onError ] Callback on each error . Passes 1 ) the XHR
* object for inspection , 2 ) soure node reference , and 3 ) the
* source URL that failed ( either a < link > href or an @ import )
* as arguments
* @ param { function } [ options . onComplete ] Callback after all nodes have been
* processed . Passes 1 ) concatenated CSS text , 2 ) an array of
* CSS text in DOM order , and 3 ) an array of nodes in DOM
* order as arguments .
*
* @ example
*
* getCssData ( {
* rootElement : document ,
* include : 'style,link[rel="stylesheet"]' ,
* exclude : '[href="skip.css"]' ,
* filter : /red/ ,
* useCSSOM : false ,
* onBeforeSend ( xhr , node , url ) {
* // ...
* }
* onSuccess ( cssText , node , url ) {
* // ...
* }
* onError ( xhr , node , url ) {
* // ...
* } ,
* onComplete ( cssText , cssArray , nodeArray ) {
* // ...
* }
* } ) ;
2020-03-10 11:58:52 +03:00
* /function h(e){var t=/ \ / \ * [ \ s \ S ] + ? \ * \ //g,n=/(?:@import\s*)(?:url\(\s*)?(?:['"])([^'"]*)(?:['"])(?:\s*\))?(?:[^;]*;)/g,i={rootElement:e.rootElement||document,include:e.include||'style,link[rel="stylesheet"]',exclude:e.exclude||null,filter:e.filter||null,useCSSOM:e.useCSSOM||!1,onBeforeSend:e.onBeforeSend||Function.prototype,onSuccess:e.onSuccess||Function.prototype,onError:e.onError||Function.prototype,onComplete:e.onComplete||Function.prototype},r=Array.apply(null,i.rootElement.querySelectorAll(i.include)).filter((function(e){return t=e,n=i.exclude,!(t.matches||t.matchesSelector||t.webkitMatchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector).call(t,n);var t,n})),o=Array.apply(null,Array(r.length)).map((function(e){return null}));function s(){if(-1===o.indexOf(null)){var e=o.join("");i.onComplete(e,o,r)}}function a(e,t,n,r){var a=i.onSuccess(e,n,r);(function e(t,n,r,o){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[],a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:[],c=l(t,r,a);c.rules.length?d(c.absoluteUrls,{onBeforeSend:function(e,t,r){i.onBeforeSend(e,n,t)},onSuccess:function(e,t,r){var o=i.onSuccess(e,n,t),s=l(e=!1===o?"":o||e,t,a);return s.rules.forEach((function(t,n){e=e.replace(t,s.absoluteRules[n])})),e},onError:function(i,l,u){s.push({xhr:i,url:l}),a.push(c.rules[u]),e(t,n,r,o,s,a)},onComplete:function(i){i.forEach((function(e,n){t=t.replace(c.rules[n],e)})),e(t,n,r,o,s,a)}}):o(t,s)})(e=void 0!==a&&!1===Boolean(a)?"":a||e,n,r,(function(e,r){null===o[t]&&(r.forEach((function(e){return i.onError(e.xhr,n,e.url)})),!i.filter||i.filter.test(e)?o[t]=e:o[t]="",s())}))}function l(e,i){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],o={};return o.rules=(e.replace(t,"").match(n)||[]).filter((function(e){return-1===r.indexOf(e)})),o.urls=o.rules.map((function(e){return e.replace(n,"$1")})),o.absoluteUrls=o.urls.map((function(e){return f(e,i)})),o.absoluteRules=o.rules.map((function(e,t){var n=o.urls[t],r=f(o.absoluteUrls[t],i);return e.replace(n,r)})),o}r.length?r.forEach((function(e,t){var n=e.getAttribute("href"),r=e.getAttribute("rel"),l="LINK"===e.nodeName&&n&&r&&"stylesheet"===r.toLowerCase(),c="STYLE"===e.nodeName;if(l)d(n,{mimeType:"text/css",onBeforeSend:function(t,n,r){i.onBeforeSend(t,e,n)},onSuccess:function(i,r,o){var s=f(n);a(i,t,e,s)},onError:function(n,r,a){o[t]="",i.onError(n,e,r),s()}});else if(c){var u=e.textContent;i.useCSSOM&&(u=Array.apply(null,e.sheet.cssRules).map((function(e){return e.cssText})).join("")),a(u,t,e,location.href)}else o[t]="",s()})):i.onComplete("",[])}function f(e,t){var n=document.implementation.createHTMLDocument(""),i=n.createElement("base"),r=n.createElement("a");return n.head.appendChild(i),n.body.appendChild(r),i.href=t||document.baseURI||(document.querySelector("base")||{}).href||location.href,r.href=e,r.href}var p=m;function m(e,t,n){e instanceof RegExp&&(e=g(e,n)),t instanceof RegExp&&(t=g(t,n));var i=v(e,t,n);return i&&{start:i[0],end:i[1],pre:n.slice(0,i[0]),body:n.slice(i[0]+e.length,i[1]),post:n.slice(i[1]+t.length)}}function g(e,t){var n=t.match(e);return n?n[0]:null}function v(e,t,n){var i,r,o,s,a,l=n.indexOf(e),c=n.indexOf(t,l+1),u=l;if(l>=0&&c>0){for(i=[],o=n.length;u>=0&&!a;)u==l?(i.push(u),l=n.indexOf(e,u+1)):1==i.length?a=[i.pop(),c]:((r=i.pop())<o&&(o=r,s=c),c=n.indexOf(t,u+1)),u=l<c&&l>=0?l:c;i.length&&(a=[o,s])}return a}function _(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={preserveStatic:!0,removeComments:!1},i=c({},n,t),r=[];function o(e){throw new Error("CSS parse error: ".concat(e))}function s(t){var n=t.exec(e);if(n)return e=e.slice(n[0].length),n}function a(){return s(/^{\s*/)}function l(){return s(/^}/)}function u(){s(/^\s*/)}function d(){if(u(),"/"===e[0]&&"*"===e[1]){for(var t=2;e[t]&&("*"!==e[t]||"/"!==e[t+1]);)t++;if(!e[t])return o("end of comment is missing");var n=e.slice(2,t);return e=e.slice(t+2),{type:"comment",comment:n}}}function h(){for(var e,t=[];e=d();)t.push(e);return i.removeComments?[]:t}function f(){for(u();"}"===e[0];)o("extra closing bracket"
2019-10-21 22:36:17 +03:00
/ * *
* Fetches , parses , and transforms CSS custom properties from specified
* < style > and < link > elements into static values , then appends a new < style >
* element with static values to the DOM to provide CSS custom property
* compatibility for legacy browsers . Also provides a single interface for
* live updates of runtime values in both modern and legacy browsers .
*
* @ preserve
* @ param { object } [ options ] Options object
* @ param { object } [ options . rootElement = document ] Root element to traverse for
* < link > and < style > nodes
* @ param { boolean } [ options . shadowDOM = false ] Determines if shadow DOM < link >
* and < style > nodes will be processed .
* @ param { string } [ options . include = "style,link[rel=stylesheet]" ] CSS selector
* matching < link re = "stylesheet" > and < style > nodes to
* process
* @ param { string } [ options . exclude ] CSS selector matching < link
* rel = "stylehseet" > and < style > nodes to exclude from those
* matches by options . include
* @ param { object } [ options . variables ] A map of custom property name / value
* pairs . Property names can omit or include the leading
* double - hyphen ( — ) , and values specified will override
* previous values
* @ param { boolean } [ options . onlyLegacy = true ] Determines if the ponyfill will
* only generate legacy - compatible CSS in browsers that lack
* native support ( i . e . , legacy browsers )
* @ param { boolean } [ options . preserveStatic = true ] Determines if CSS
* declarations that do not reference a custom property will
* be preserved in the transformed CSS
* @ param { boolean } [ options . preserveVars = false ] Determines if CSS custom
* property declarations will be preserved in the transformed
* CSS
* @ param { boolean } [ options . silent = false ] Determines if warning and error
* messages will be displayed on the console
* @ param { boolean } [ options . updateDOM = true ] Determines if the ponyfill will
* update the DOM after processing CSS custom properties
* @ param { boolean } [ options . updateURLs = true ] Determines if the ponyfill will
* convert relative url ( ) paths to absolute urls
* @ param { boolean } [ options . watch = false ] Determines if a MutationObserver will
* be created that will execute the ponyfill when a < link > or
* < style > DOM mutation is observed
* @ param { function } [ options . onBeforeSend ] Callback before XHR is sent . Passes
* 1 ) the XHR object , 2 ) source node reference , and 3 ) the
* source URL as arguments
* @ param { function } [ options . onWarning ] Callback after each CSS parsing warning
* has occurred . Passes 1 ) a warning message as an argument .
* @ param { function } [ options . onError ] Callback after a CSS parsing error has
* occurred or an XHR request has failed . Passes 1 ) an error
* message , and 2 ) source node reference , 3 ) xhr , and 4 url as
* arguments .
* @ param { function } [ options . onSuccess ] Callback after CSS data has been
* collected from each node and before CSS custom properties
* have been transformed . Allows modifying the CSS data before
* it is transformed by returning any string value ( or false
* to skip ) . Passes 1 ) CSS text , 2 ) source node reference , and
* 3 ) the source URL as arguments .
* @ param { function } [ options . onComplete ] Callback after all CSS has been
* processed , legacy - compatible CSS has been generated , and
* ( optionally ) the DOM has been updated . Passes 1 ) a CSS
* string with CSS variable values resolved , 2 ) an array of
* output < style > node references that have been appended to
* the DOM , 3 ) an object containing all custom properies names
* and values , and 4 ) the ponyfill execution time in
* milliseconds .
*
* @ example
*
* cssVars ( {
* rootElement : document ,
* shadowDOM : false ,
* include : 'style,link[rel="stylesheet"]' ,
* exclude : '' ,
* variables : { } ,
* onlyLegacy : true ,
* preserveStatic : true ,
* preserveVars : false ,
* silent : false ,
* updateDOM : true ,
* updateURLs : true ,
* watch : false ,
* onBeforeSend ( xhr , node , url ) { } ,
* onWarning ( message ) { } ,
* onError ( message , node , xhr , url ) { } ,
* onSuccess ( cssText , node , url ) { } ,
* onComplete ( cssText , styleNode , cssVariables , benchmark ) { }
* } ) ;
* /
2020-03-10 11:58:52 +03:00
function H ( ) { var e = arguments . length > 0 && void 0 !== arguments [ 0 ] ? arguments [ 0 ] : { } , t = "cssVars(): " , n = c ( { } , D , e ) ; function i ( e , i , r , o ) { ! n . silent && window . console && console . error ( "" . concat ( t ) . concat ( e , "\n" ) , i ) , n . onError ( e , i , r , o ) } function r ( e ) { ! n . silent && window . console && console . warn ( "" . concat ( t ) . concat ( e ) ) , n . onWarning ( e ) } if ( A ) { if ( n . watch ) return n . watch = D . watch , j ( n ) , void H ( n ) ; if ( ! 1 === n . watch && C && ( C . disconnect ( ) , C = null ) , ! n . _ _benchmark ) { if ( Y === n . rootElement ) return void N ( e ) ; if ( n . _ _benchmark = W ( ) , n . exclude = [ C ? '[data-cssvars]:not([data-cssvars=""])' : '[data-cssvars="out"]' , n . exclude ] . filter ( ( function ( e ) { return e } ) ) . join ( "," ) , n . variables = F ( n . variables ) , ! C ) { var o = Array . apply ( null , n . rootElement . querySelectorAll ( '[data-cssvars="out"]' ) ) ; if ( o . forEach ( ( function ( e ) { var t = e . getAttribute ( "data-cssvars-group" ) ; ( t ? n . rootElement . querySelector ( '[data-cssvars="src"][data-cssvars-group="' . concat ( t , '"]' ) ) : null ) || e . parentNode . removeChild ( e ) } ) ) , O ) { var s = n . rootElement . querySelectorAll ( '[data-cssvars]:not([data-cssvars="out"])' ) ; s . length < O && ( O = s . length , E . dom = { } ) } } } if ( "loading" !== document . readyState ) if ( L && n . onlyLegacy ) { if ( n . updateDOM ) { var a = n . rootElement . host || ( n . rootElement === document ? document . documentElement : n . rootElement ) ; Object . keys ( n . variables ) . forEach ( ( function ( e ) { a . style . setProperty ( e , n . variables [ e ] ) } ) ) } } else ! I && ( n . shadowDOM || n . rootElement . shadowRoot || n . rootElement . host ) ? h ( { rootElement : D . rootElement , include : D . include , exclude : n . exclude , onSuccess : function ( e , t , n ) { return ( e = ( ( e = e . replace ( S . cssComments , "" ) . replace ( S . cssMediaQueries , "" ) ) . match ( S . cssVarDeclRules ) || [ ] ) . join ( "" ) ) || ! 1 } , onComplete : function ( e , t , i ) { y ( e , { store : E . dom , onWarning : r } ) , I = ! 0 , H ( n ) } } ) : ( Y = n . rootElement , h ( { rootElement : n . rootElement , include : n . include , exclude : n . exclude , onBeforeSend : n . onBeforeSend , onError : function ( e , t , n ) { var r = e . responseURL || B ( n , location . href ) , o = e . statusText ? "(" . concat ( e . statusText , ")" ) : "Unspecified Error" + ( 0 === e . status ? " (possibly CORS related)" : "" ) ; i ( "CSS XHR Error: " . concat ( r , " " ) . concat ( e . status , " " ) . concat ( o ) , t , e , r ) } , onSuccess : function ( e , t , i ) { var r = n . onSuccess ( e , t , i ) ; return e = void 0 !== r && ! 1 === Boolean ( r ) ? "" : r || e , n . updateURLs && ( e = z ( e , i ) ) , e } , onComplete : function ( e , t ) { var o = arguments . length > 2 && void 0 !== arguments [ 2 ] ? arguments [ 2 ] : [ ] , s = c ( { } , E . dom , E . user ) ; if ( E . job = { } , o . forEach ( ( function ( e , o ) { if ( S . cssVars . test ( t [ o ] ) ) try { var s = _ ( t [ o ] , { preserveStatic : n . preserveStatic , removeComments : ! 0 } ) ; y ( s , { parseHost : Boolean ( n . rootElement . host ) , store : E . dom , onWarning : r } ) , e . _ _cssVars = { tree : s } } catch ( t ) { i ( t . message , e ) } } ) ) , c ( E . job , E . dom ) , n . updateDOM ? ( c ( E . user , n . variables ) , c ( E . job , E . user ) ) : ( c ( E . job , E . user , n . variables ) , c ( s , n . variables ) ) , T . job > 0 && Boolean ( Object . keys ( E . job ) . length > Object . keys ( s ) . length || Boolean ( Object . keys ( s ) . length && Object . keys ( E . job ) . some ( ( function ( e ) { return E . job [ e ] !== s [ e ] } ) ) ) ) ) U ( n . rootElement ) , H ( n ) ; else { var a = [ ] , l = [ ] , d = ! 1 ; if ( n . updateDOM && T . job ++ , o . forEach ( ( function ( e ) { var t = ! e . _ _cssVars ; if ( e . _ _cssVars ) try { x ( e . _ _cssVars . tree , c ( { } , n , { variables : E . job , onWarning : r } ) ) ; var o = b ( e . _ _cssVars . tree ) ; if ( n . updateDOM ) { if ( e . getAttribute ( "data-cssvars" ) || e . setAttribute ( "data-cssvars" , "src" ) , o . length ) { var s = e . getAttribute ( "data-cssvars-group" ) || ++ T . group , u = o . replace ( /\s/g , "" ) , h = n . rootElement . querySelector ( '[data-cssvars="out"][data-cssvars-group="' . concat ( s , '"]' ) ) || document . createElement ( "style" ) ; d = d || S . cssKeyframes . test ( o ) , h . hasAttribute ( "data-cssvars" ) || h . setAttribute ( "data-cssvars" , "out" ) , u === e . textContent . replace ( /\s/g , "" ) ? ( t = ! 0 , h && h . parentNode && ( e . removeAttribute ( "data-cssvars-group" ) , h . parentNode . removeChild ( h ) ) ) : u !== h . textContent . replace ( /\s/g , "" ) && ( [ e , h ] . forEach ( ( function ( e ) { e . setAttribute ( "data-cssvars-job" , T . job ) , e . setAttribute ( "data-cssvars-group" , s ) } ) ) , h . textContent = o , a . push ( o ) , l . push ( h ) , h . parentNode || e . parentNode . insertBefore ( h , e . nextSibling ) ) } } else e . textContent . replace ( /\s/g , "" ) !== o && a . push ( o ) } catch ( t ) { i ( t . message , e ) } t && e . setAttribute ( "data-cssvars" , "skip" ) , e . hasAttribute ( "data-cssvars-job" ) || e . setAttribute ( "data-cssvars-job" , T . job ) } ) ) , O = n . rootElement . querySelectorAll ( '[data-cssvars]:not([data-cssvars="out"])' ) . length , n . shadowDOM ) for ( var h , f = [ n . rootElement ] . concat ( u ( n . rootElement . querySelectorAll
2020-01-09 16:13:48 +03:00
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-02-09 22:06:08 +03:00
* / v a r Z = f u n c t i o n ( ) { v a r e = X ( r e g e n e r a t o r R u n t i m e . m a r k ( ( f u n c t i o n e ( ) { v a r t , n ; r e t u r n r e g e n e r a t o r R u n t i m e . w r a p ( ( f u n c t i o n ( e ) { f o r ( ; ; ) s w i t c h ( e . p r e v = e . n e x t ) { c a s e 0 : r e t u r n t = O b j e c t ( G . b ) ( " / c s r f t o k e n " ) , e . n e x t = 3 , s . a . g e t ( t ) ; c a s e 3 : r e t u r n n = e . s e n t , e . a b r u p t ( " r e t u r n " , n . t o k e n ) ; c a s e 5 : c a s e " e n d " : r e t u r n e . s t o p ( ) } } ) , e ) } ) ) ) ; r e t u r n f u n c t i o n ( ) { r e t u r n e . a p p l y ( t h i s , a r g u m e n t s ) } } ( ) , $ = f u n c t i o n ( ) { v a r e = X ( r e g e n e r a t o r R u n t i m e . m a r k ( ( f u n c t i o n e ( ) { v a r t ; r e t u r n r e g e n e r a t o r R u n t i m e . w r a p ( ( f u n c t i o n ( e ) { f o r ( ; ; ) s w i t c h ( e . p r e v = e . n e x t ) { c a s e 0 : r e t u r n e . p r e v = 0 , e . n e x t = 3 , Z ( ) ; c a s e 3 : t = e . s e n t , O b j e c t ( J . b ) ( t ) , e . n e x t = 1 0 ; b r e a k ; c a s e 7 : e . p r e v = 7 , e . t 0 = e . c a t c h ( 0 ) , c o n s o l e . e r r o r ( " s e s s i o n h e a r t b e a t f a i l e d " , e . t 0 ) ; c a s e 1 0 : c a s e " e n d " : r e t u r n e . s t o p ( ) } } ) , e , n u l l , [ [ 0 , 7 ] ] ) } ) ) ) ; r e t u r n f u n c t i o n ( ) { r e t u r n e . a p p l y ( t h i s , a r g u m e n t s ) } } ( ) , e e = f u n c t i o n ( ) { v a r e = s e t I n t e r v a l ( $ , 1 e 3 * f u n c t i o n ( ) { v a r e = N a N ; r e t u r n V . a . c o n f i g . s e s s i o n _ l i f e t i m e & & ( e = M a t h . f l o o r ( V . a . c o n f i g . s e s s i o n _ l i f e t i m e / 2 ) ) , M a t h . m i n ( 8 6 4 0 0 , M a t h . m a x ( 6 0 , i s N a N ( e ) ? 9 0 0 : e ) ) } ( ) ) ; r e t u r n c o n s o l e . i n f o ( " s e s s i o n h e a r t b e a t p o l l i n g s t a r t e d " ) , e } , t e = f u n c t i o n ( ) { i f ( v o i d 0 = = = V . a . c o n f i g . s e s s i o n _ k e e p a l i v e | | V . a . c o n f i g . s e s s i o n _ k e e p a l i v e ) { v a r e = e e ( ) ; w i n d o w . a d d E v e n t L i s t e n e r ( " o n l i n e " , X ( r e g e n e r a t o r R u n t i m e . m a r k ( ( f u n c t i o n t ( ) { r e t u r n r e g e n e r a t o r R u n t i m e . w r a p ( ( f u n c t i o n ( t ) { f o r ( ; ; ) s w i t c h ( t . p r e v = t . n e x t ) { c a s e 0 : r e t u r n c o n s o l e . i n f o ( " b r o w s e r i s o n l i n e a g a i n , r e s u m i n g h e a r t b e a t " ) , e = e e ( ) , t . p r e v = 2 , t . n e x t = 5 , $ ( ) ; c a s e 5 : c o n s o l e . i n f o ( " s e s s i o n t o k e n s u c c e s s f u l l y u p d a t e d a f t e r r e s u m i n g n e t w o r k " ) , O b j e c t ( q . e m i t ) ( " n e t w o r k O n l i n e " , { s u c c e s s : ! 0 } ) , t . n e x t = 1 3 ; b r e a k ; c a s e 9 : t . p r e v = 9 , t . t 0 = t . c a t c h ( 2 ) , c o n s o l e . e r r o r ( " c o u l d n o t u p d a t e s e s s i o n t o k e n a f t e r r e s u m i n g n e t w o r k " , t . t 0 ) , O b j e c t ( q . e m i t ) ( " n e t w o r k O n l i n e " , { s u c c e s s : ! 1 } ) ; c a s e 1 3 : c a s e " e n d " : r e t u r n t . s t o p ( ) } } ) , t , n u l l , [ [ 2 , 9 ] ] ) } ) ) ) ) , w i n d o w . a d d E v e n t L i s t e n e r ( " o f f l i n e " , ( f u n c t i o n ( ) { c o n s o l e . i n f o ( " b r o w s e r i s o f f l i n e , s t o p p i n g h e a r t b e a t " ) , O b j e c t ( q . e m i t ) ( " n e t w o r k O f f l i n e " , { } ) , c l e a r I n t e r v a l ( e ) , c o n s o l e . i n f o ( " s e s s i o n h e a r t b e a t p o l l i n g s t o p p e d " ) } ) ) } e l s e c o n s o l e . i n f o ( " s e s s i o n h e a r t b e a t d i s a b l e d " ) } , n e = n ( 2 1 2 ) , i e = f u n c t i o n ( ) { v a r e = s ( ) ( " # a p p m e n u l i " ) , t = s ( ) ( " . h e a d e r - r i g h t " ) . o u t e r W i d t h ( ) , n = s ( ) ( " h e a d e r " ) . o u t e r W i d t h ( ) - s ( ) ( " # n e x t c l o u d " ) . o u t e r W i d t h ( ) - ( t > 2 1 0 ? t : 2 1 0 ) , i = s ( ) ( w i n d o w ) . w i d t h ( ) < 1 0 2 4 ; i | | ( n * = . 3 3 ) ; v a r r , o = M a t h . f l o o r ( n / s ( ) ( e ) . w i d t h ( ) ) ; i & & o > 8 & & ( o = 8 ) , ! i & & o < 8 & & ( o = 8 ) , e . l e n g t h - 1 - o > = 1 & & o - - , s ( ) ( " # m o r e - a p p s a " ) . r e m o v e C l a s s ( " a c t i v e " ) ; f o r ( v a r a = 0 ; a < e . l e n g t h - 1 ; a + + ) { v a r l = s ( ) ( e [ a ] ) . d a t a ( " i d " ) ; a < o ? ( s ( ) ( e [ a ] ) . r e m o v e C l a s s ( " h i d d e n " ) , s ( ) ( " # a p p s l i [ d a t a - i d = " + l + " ] " ) . a d d C l a s s ( " i n - h e a d e r " ) , r = e [ a ] ) : ( s ( ) ( e [ a ] ) . a d d C l a s s ( " h i d d e n " ) , s ( ) ( " # a p p s l i [ d a t a - i d = " + l + " ] " ) . r e m o v e C l a s s ( " i n - h e a d e r " ) , o > 0 & & s ( ) ( e [ a ] ) . c h i l d r e n ( " a " ) . h a s C l a s s ( " a c t i v e " ) & & ( s ( ) ( r ) . a d d C l a s s ( " h i d d e n " ) , s ( ) ( " # a p p s l i [ d a t a - i d = " + s ( ) ( r ) . d a t a ( " i d " ) + " ] " ) . r e m o v e C l a s s ( " i n - h e a d e r " ) , s ( ) ( e [ a ] ) . r e m o v e C l a s s ( " h i d d e n " ) , s ( ) ( " # a p p s l i [ d a t a - i d = " + l + " ] " ) . a d d C l a s s ( " i n - h e a d e r " ) ) ) } 0 = = = s ( ) ( " # a p p s l i : n o t ( . i n - h e a d e r ) " ) . l e n g t h ? ( s ( ) ( " # m o r e - a p p s " ) . h i d e ( ) , s ( ) ( " # n a v i g a t i o n " ) . h i d e ( ) ) : s ( ) ( " # m o r e - a p p s " ) . s h o w ( ) } , r e = f u n c t i o n ( ) { l . a . l o c a l e ( V . a . g e t L o c a l e ( ) ) ; v a r e , t = w i n d o w . n a v i g a t o r . u s e r A g e n t , n = t . i n d e x O f ( " M S I E " ) , i = t . i n d e x O f ( " T r i d e n t / " ) , o = t . i n d e x O f ( " E d g e / " ) ; i f ( n > 0 | | i > 0 ? s ( ) ( " h t m l " ) . a d d C l a s s ( " i e " ) : o > 0 & & s ( ) ( " h t m l " ) . a d d C l a s s ( " e d g e " ) , ( n > 0 | | i > 0 | | o > 0 ) & & ( c o n s o l e . i n f o ( " L e g a c y b r o w s e r d e t e c t e d , a p p l y i n g c s s v a r s p o l y f i l l " ) , Q ( { w a t c h : ! 0 , o n l y L e g a c y : ! ( / E d g e \ / ( [ 0 - 9 ] { 2 } ) \ . / i . t e s t ( n a v i g a t o r . u s e r A g e n t ) & & p a r s e I n t ( / E d g e \ / ( [ 0 - 9 ] { 2 } ) \ . / i . e x e c ( n a v i g a t o r . u s e r A g e n t ) [ 1 ] ) < 1 6 ) } ) ) , s ( ) ( w i n d o w ) . o n ( " u n l o a d . m a i n " , ( f u n c t i o n ( ) { V . a . _ u n l o a d C a l l e d = ! 0 } ) ) , s ( ) ( w i n d o w ) . o n ( " b e f o r e u n l o a d . m a i n " , ( f u n c t i o n ( ) { s e t T i m e o u t ( ( f u n c t i o n ( ) { V . a . _ u s e r I s N a v i g a t i n g A w a y = ! 0 , s e t T i m e o u t ( ( f u n c t i o n ( ) { V . a . _ u n l o a d C a l l e d | | ( V . a . _ u s e r I s N a v i g a t i n g A w a y = ! 1 ) } ) , 1 e 4 ) } ) , 1 ) } ) ) , s ( ) ( d o c u m e n t ) . o n ( " a j a x E r r o r . m a i n " , ( f u n c t i o n ( e , t , n ) { n & & n . a l l o w A u t h E r r o r s | | V . a . _ p r o c e s s A j a x E r r o r ( t ) } ) ) , t e ( ) , V . a . r e g i s t e r M e n u ( s ( ) ( " # e x p a n d " ) , s ( ) ( " # e x p a n d d i v " ) , ! 1 , ! 0 ) , s ( ) ( d o c u m e n t ) . o n ( " m o u s e u p . c l o s e m e n u s " , ( f u n c t i o n ( e ) { v a r t = s ( ) ( e . t a r g e t ) ; i f ( t . c l o s e s t ( " . m e n u " ) . l e n g t h | | t . c l o s e s t ( " . m e n u t o g g l e " ) . l e n g t h ) r e t u r n ! 1 ; V . a . h i d e M e n u s ( ) } ) ) , f u n c t i o n ( ) { V . a . r e g i s t e r M e n u ( s ( ) ( " # m o r e - a p p s > a " ) , s ( ) ( " # n a v i g a t i o n " ) ) ; v a r e = s ( ) ( " # h e a d e r . h e a d e r - a p p n a m e - c o n t a i n e r " ) , t = s ( ) ( " # n a v i g a t i o n " ) , n = s ( ) ( " # a p p m e n u " ) ; V . a . r e g i s t e r M e n u ( e , t ) , e . d
2020-02-10 11:12:58 +03:00
/ * !
autosize 4.0 . 2
license : MIT
http : //www.jacklmoore.com/autosize
* / r = [ e , t ] , v o i d 0 = = = ( o = " f u n c t i o n " = = t y p e o f ( i = f u n c t i o n ( e , t ) { " u s e s t r i c t " ; v a r n , i , r = " f u n c t i o n " = = t y p e o f M a p ? n e w M a p : ( n = [ ] , i = [ ] , { h a s : f u n c t i o n ( e ) { r e t u r n n . i n d e x O f ( e ) > - 1 } , g e t : f u n c t i o n ( e ) { r e t u r n i [ n . i n d e x O f ( e ) ] } , s e t : f u n c t i o n ( e , t ) { - 1 = = = n . i n d e x O f ( e ) & & ( n . p u s h ( e ) , i . p u s h ( t ) ) } , d e l e t e : f u n c t i o n ( e ) { v a r t = n . i n d e x O f ( e ) ; t > - 1 & & ( n . s p l i c e ( t , 1 ) , i . s p l i c e ( t , 1 ) ) } } ) , o = f u n c t i o n ( e ) { r e t u r n n e w E v e n t ( e , { b u b b l e s : ! 0 } ) } ; t r y { n e w E v e n t ( " t e s t " ) } c a t c h ( e ) { o = f u n c t i o n ( e ) { v a r t = d o c u m e n t . c r e a t e E v e n t ( " E v e n t " ) ; r e t u r n t . i n i t E v e n t ( e , ! 0 , ! 1 ) , t } } f u n c t i o n s ( e ) { i f ( e & & e . n o d e N a m e & & " T E X T A R E A " = = = e . n o d e N a m e & & ! r . h a s ( e ) ) { v a r t , n = n u l l , i = n u l l , s = n u l l , a = f u n c t i o n ( ) { e . c l i e n t W i d t h ! = = i & & d ( ) } , l = f u n c t i o n ( t ) { w i n d o w . r e m o v e E v e n t L i s t e n e r ( " r e s i z e " , a , ! 1 ) , e . r e m o v e E v e n t L i s t e n e r ( " i n p u t " , d , ! 1 ) , e . r e m o v e E v e n t L i s t e n e r ( " k e y u p " , d , ! 1 ) , e . r e m o v e E v e n t L i s t e n e r ( " a u t o s i z e : d e s t r o y " , l , ! 1 ) , e . r e m o v e E v e n t L i s t e n e r ( " a u t o s i z e : u p d a t e " , d , ! 1 ) , O b j e c t . k e y s ( t ) . f o r E a c h ( ( f u n c t i o n ( n ) { e . s t y l e [ n ] = t [ n ] } ) ) , r . d e l e t e ( e ) } . b i n d ( e , { h e i g h t : e . s t y l e . h e i g h t , r e s i z e : e . s t y l e . r e s i z e , o v e r f l o w Y : e . s t y l e . o v e r f l o w Y , o v e r f l o w X : e . s t y l e . o v e r f l o w X , w o r d W r a p : e . s t y l e . w o r d W r a p } ) ; e . a d d E v e n t L i s t e n e r ( " a u t o s i z e : d e s t r o y " , l , ! 1 ) , " o n p r o p e r t y c h a n g e " i n e & & " o n i n p u t " i n e & & e . a d d E v e n t L i s t e n e r ( " k e y u p " , d , ! 1 ) , w i n d o w . a d d E v e n t L i s t e n e r ( " r e s i z e " , a , ! 1 ) , e . a d d E v e n t L i s t e n e r ( " i n p u t " , d , ! 1 ) , e . a d d E v e n t L i s t e n e r ( " a u t o s i z e : u p d a t e " , d , ! 1 ) , e . s t y l e . o v e r f l o w X = " h i d d e n " , e . s t y l e . w o r d W r a p = " b r e a k - w o r d " , r . s e t ( e , { d e s t r o y : l , u p d a t e : d } ) , " v e r t i c a l " = = = ( t = w i n d o w . g e t C o m p u t e d S t y l e ( e , n u l l ) ) . r e s i z e ? e . s t y l e . r e s i z e = " n o n e " : " b o t h " = = = t . r e s i z e & & ( e . s t y l e . r e s i z e = " h o r i z o n t a l " ) , n = " c o n t e n t - b o x " = = = t . b o x S i z i n g ? - ( p a r s e F l o a t ( t . p a d d i n g T o p ) + p a r s e F l o a t ( t . p a d d i n g B o t t o m ) ) : p a r s e F l o a t ( t . b o r d e r T o p W i d t h ) + p a r s e F l o a t ( t . b o r d e r B o t t o m W i d t h ) , i s N a N ( n ) & & ( n = 0 ) , d ( ) } f u n c t i o n c ( t ) { v a r n = e . s t y l e . w i d t h ; e . s t y l e . w i d t h = " 0 p x " , e . o f f s e t W i d t h , e . s t y l e . w i d t h = n , e . s t y l e . o v e r f l o w Y = t } f u n c t i o n u ( ) { i f ( 0 ! = = e . s c r o l l H e i g h t ) { v a r t = f u n c t i o n ( e ) { f o r ( v a r t = [ ] ; e & & e . p a r e n t N o d e & & e . p a r e n t N o d e i n s t a n c e o f E l e m e n t ; ) e . p a r e n t N o d e . s c r o l l T o p & & t . p u s h ( { n o d e : e . p a r e n t N o d e , s c r o l l T o p : e . p a r e n t N o d e . s c r o l l T o p } ) , e = e . p a r e n t N o d e ; r e t u r n t } ( e ) , r = d o c u m e n t . d o c u m e n t E l e m e n t & & d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l T o p ; e . s t y l e . h e i g h t = " " , e . s t y l e . h e i g h t = e . s c r o l l H e i g h t + n + " p x " , i = e . c l i e n t W i d t h , t . f o r E a c h ( ( f u n c t i o n ( e ) { e . n o d e . s c r o l l T o p = e . s c r o l l T o p } ) ) , r & & ( d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l T o p = r ) } } f u n c t i o n d ( ) { u ( ) ; v a r t = M a t h . r o u n d ( p a r s e F l o a t ( e . s t y l e . h e i g h t ) ) , n = w i n d o w . g e t C o m p u t e d S t y l e ( e , n u l l ) , i = " c o n t e n t - b o x " = = = n . b o x S i z i n g ? M a t h . r o u n d ( p a r s e F l o a t ( n . h e i g h t ) ) : e . o f f s e t H e i g h t ; i f ( i < t ? " h i d d e n " = = = n . o v e r f l o w Y & & ( c ( " s c r o l l " ) , u ( ) , i = " c o n t e n t - b o x " = = = n . b o x S i z i n g ? M a t h . r o u n d ( p a r s e F l o a t ( w i n d o w . g e t C o m p u t e d S t y l e ( e , n u l l ) . h e i g h t ) ) : e . o f f s e t H e i g h t ) : " h i d d e n " ! = = n . o v e r f l o w Y & & ( c ( " h i d d e n " ) , u ( ) , i = " c o n t e n t - b o x " = = = n . b o x S i z i n g ? M a t h . r o u n d ( p a r s e F l o a t ( w i n d o w . g e t C o m p u t e d S t y l e ( e , n u l l ) . h e i g h t ) ) : e . o f f s e t H e i g h t ) , s ! = = i ) { s = i ; v a r r = o ( " a u t o s i z e : r e s i z e d " ) ; t r y { e . d i s p a t c h E v e n t ( r ) } c a t c h ( e ) { } } } } f u n c t i o n a ( e ) { v a r t = r . g e t ( e ) ; t & & t . d e s t r o y ( ) } f u n c t i o n l ( e ) { v a r t = r . g e t ( e ) ; t & & t . u p d a t e ( ) } v a r c = n u l l ; " u n d e f i n e d " = = t y p e o f w i n d o w | | " f u n c t i o n " ! = t y p e o f w i n d o w . g e t C o m p u t e d S t y l e ? ( ( c = f u n c t i o n ( e ) { r e t u r n e } ) . d e s t r o y = f u n c t i o n ( e ) { r e t u r n e } , c . u p d a t e = f u n c t i o n ( e ) { r e t u r n e } ) : ( ( c = f u n c t i o n ( e , t ) { r e t u r n e & & A r r a y . p r o t o t y p e . f o r E a c h . c a l l ( e . l e n g t h ? e : [ e ] , ( f u n c t i o n ( e ) { r e t u r n s ( e ) } ) ) , e } ) . d e s t r o y = f u n c t i o n ( e ) { r e t u r n e & & A r r a y . p r o t o t y p e . f o r E a c h . c a l l ( e . l e n g t h ? e : [ e ] , a ) , e } , c . u p d a t e = f u n c t i o n ( e ) { r e t u r n e & & A r r a y . p r o t o t y p e . f o r E a c h . c a l l ( e . l e n g t h ? e : [ e ] , l ) , e } ) , t . d e f a u l t = c , e . e x p o r t s = t . d e f a u l t } ) ? i . a p p l y ( t , r ) : i ) | | ( e . e x p o r t s = o ) } , f u n c t i o n ( e , t , n ) {
2019-01-14 14:01:04 +03:00
/ * !
2020-03-08 14:14:37 +03:00
* clipboard . js v2 . 0.6
* https : //clipboardjs.com/
2019-01-14 14:01:04 +03:00
*
* Licensed MIT © Zeno Rocha
* /
2020-03-10 11:58:52 +03:00
var i ; i = function ( ) { return function ( e ) { var t = { } ; function n ( i ) { if ( t [ i ] ) return t [ i ] . exports ; var r = t [ i ] = { i : i , l : ! 1 , exports : { } } ; return e [ i ] . call ( r . exports , r , r . exports , n ) , r . l = ! 0 , r . exports } return n . m = e , n . c = t , n . d = function ( e , t , i ) { n . o ( e , t ) || Object . defineProperty ( e , t , { enumerable : ! 0 , get : i } ) } , n . r = function ( e ) { "undefined" != typeof Symbol && Symbol . toStringTag && Object . defineProperty ( e , Symbol . toStringTag , { value : "Module" } ) , Object . defineProperty ( e , "__esModule" , { value : ! 0 } ) } , n . t = function ( e , t ) { if ( 1 & t && ( e = n ( e ) ) , 8 & t ) return e ; if ( 4 & t && "object" == typeof e && e && e . _ _esModule ) return e ; var i = Object . create ( null ) ; if ( n . r ( i ) , Object . defineProperty ( i , "default" , { enumerable : ! 0 , value : e } ) , 2 & t && "string" != typeof e ) for ( var r in e ) n . d ( i , r , function ( t ) { return e [ t ] } . bind ( null , r ) ) ; return i } , n . n = function ( e ) { var t = e && e . _ _esModule ? function ( ) { return e . default } : function ( ) { return e } ; return n . d ( t , "a" , t ) , t } , n . o = function ( e , t ) { return Object . prototype . hasOwnProperty . call ( e , t ) } , n . p = "" , n ( n . s = 6 ) } ( [ function ( e , t ) { e . exports = function ( e ) { var t ; if ( "SELECT" === e . nodeName ) e . focus ( ) , t = e . value ; else if ( "INPUT" === e . nodeName || "TEXTAREA" === e . nodeName ) { var n = e . hasAttribute ( "readonly" ) ; n || e . setAttribute ( "readonly" , "" ) , e . select ( ) , e . setSelectionRange ( 0 , e . value . length ) , n || e . removeAttribute ( "readonly" ) , t = e . value } else { e . hasAttribute ( "contenteditable" ) && e . focus ( ) ; var i = window . getSelection ( ) , r = document . createRange ( ) ; r . selectNodeContents ( e ) , i . removeAllRanges ( ) , i . addRange ( r ) , t = i . toString ( ) } return t } } , function ( e , t ) { function n ( ) { } n . prototype = { on : function ( e , t , n ) { var i = this . e || ( this . e = { } ) ; return ( i [ e ] || ( i [ e ] = [ ] ) ) . push ( { fn : t , ctx : n } ) , this } , once : function ( e , t , n ) { var i = this ; function r ( ) { i . off ( e , r ) , t . apply ( n , arguments ) } return r . _ = t , this . on ( e , r , n ) } , emit : function ( e ) { for ( var t = [ ] . slice . call ( arguments , 1 ) , n = ( ( this . e || ( this . e = { } ) ) [ e ] || [ ] ) . slice ( ) , i = 0 , r = n . length ; i < r ; i ++ ) n [ i ] . fn . apply ( n [ i ] . ctx , t ) ; return this } , off : function ( e , t ) { var n = this . e || ( this . e = { } ) , i = n [ e ] , r = [ ] ; if ( i && t ) for ( var o = 0 , s = i . length ; o < s ; o ++ ) i [ o ] . fn !== t && i [ o ] . fn . _ !== t && r . push ( i [ o ] ) ; return r . length ? n [ e ] = r : delete n [ e ] , this } } , e . exports = n , e . exports . TinyEmitter = n } , function ( e , t , n ) { var i = n ( 3 ) , r = n ( 4 ) ; e . exports = function ( e , t , n ) { if ( ! e && ! t && ! n ) throw new Error ( "Missing required arguments" ) ; if ( ! i . string ( t ) ) throw new TypeError ( "Second argument must be a String" ) ; if ( ! i . fn ( n ) ) throw new TypeError ( "Third argument must be a Function" ) ; if ( i . node ( e ) ) return function ( e , t , n ) { return e . addEventListener ( t , n ) , { destroy : function ( ) { e . removeEventListener ( t , n ) } } } ( e , t , n ) ; if ( i . nodeList ( e ) ) return function ( e , t , n ) { return Array . prototype . forEach . call ( e , ( function ( e ) { e . addEventListener ( t , n ) } ) ) , { destroy : function ( ) { Array . prototype . forEach . call ( e , ( function ( e ) { e . removeEventListener ( t , n ) } ) ) } } } ( e , t , n ) ; if ( i . string ( e ) ) return function ( e , t , n ) { return r ( document . body , e , t , n ) } ( e , t , n ) ; throw new TypeError ( "First argument must be a String, HTMLElement, HTMLCollection, or NodeList" ) } } , function ( e , t ) { t . node = function ( e ) { return void 0 !== e && e instanceof HTMLElement && 1 === e . nodeType } , t . nodeList = function ( e ) { var n = Object . prototype . toString . call ( e ) ; return void 0 !== e && ( "[object NodeList]" === n || "[object HTMLCollection]" === n ) && "length" in e && ( 0 === e . length || t . node ( e [ 0 ] ) ) } , t . string = function ( e ) { return "string" == typeof e || e instanceof String } , t . fn = function ( e ) { return "[object Function]" === Object . prototype . toString . call ( e ) } } , function ( e , t , n ) { var i = n ( 5 ) ; function r ( e , t , n , i , r ) { var s = o . apply ( this , arguments ) ; return e . addEventListener ( n , s , r ) , { destroy : function ( ) { e . removeEventListener ( n , s , r ) } } } function o ( e , t , n , r ) { return function ( n ) { n . delegateTarget = i ( n . target , t ) , n . delegateTarget && r . call ( e , n ) } } e . exports = function ( e , t , n , i , o ) { return "function" == typeof e . addEventListener ? r . apply ( null , arguments ) : "function" == typeof n ? r . bind ( null , document ) . apply ( null , arguments ) : ( "string" == typeof e && ( e = document . querySelectorAll ( e ) ) , Array . prototype . map . call ( e , ( function ( e ) { return r ( e , t , n , i , o ) } ) ) ) } } , function ( e , t ) { if ( "undefined" != typeof Element && ! Element . prototype . matches ) { var n = Element . prototype ; n . matches = n . matchesSelector || n . mozMatchesSelector || n . msMatchesSelector || n . oMatchesSelector || n . webkitMatchesSelector } e . exports = function ( e , t ) { for ( ; e && 9 !== e . nodeType ; ) { if ( "function" == typeof e . matches &
2019-09-25 19:19:42 +03:00
/ * !
2020-01-05 05:14:36 +03:00
* Toastify js 1.6 . 2
2019-09-25 19:19:42 +03:00
* https : //github.com/apvarun/toastify-js
* @ license MIT licensed
*
* Copyright ( C ) 2018 Varun A P
* /
2020-03-10 11:58:52 +03:00
var i , r ; i = this , r = function ( e ) { var t = function ( e ) { return new t . lib . init ( e ) } ; function n ( e , t ) { return ! ( ! e || "string" != typeof t || ! ( e . className && e . className . trim ( ) . split ( /\s+/gi ) . indexOf ( t ) > - 1 ) ) } return t . lib = t . prototype = { toastify : "1.6.2" , constructor : t , init : function ( e ) { return e || ( e = { } ) , this . options = { } , this . toastElement = null , this . options . text = e . text || "Hi there!" , this . options . duration = e . duration || 3e3 , this . options . selector = e . selector , this . options . callback = e . callback || function ( ) { } , this . options . destination = e . destination , this . options . newWindow = e . newWindow || ! 1 , this . options . close = e . close || ! 1 , this . options . gravity = "bottom" == e . gravity ? "toastify-bottom" : "toastify-top" , this . options . positionLeft = e . positionLeft || ! 1 , this . options . position = e . position || "" , this . options . backgroundColor = e . backgroundColor , this . options . avatar = e . avatar || "" , this . options . className = e . className || "" , this . options . stopOnFocus = void 0 === e . stopOnFocus || e . stopOnFocus , this . options . onClick = e . onClick , this } , buildToast : function ( ) { if ( ! this . options ) throw "Toastify is not initialized" ; var e = document . createElement ( "div" ) ; if ( e . className = "toastify on " + this . options . className , this . options . position ? e . className += " toastify-" + this . options . position : ! 0 === this . options . positionLeft ? ( e . className += " toastify-left" , console . warn ( "Property `positionLeft` will be depreciated in further versions. Please use `position` instead." ) ) : e . className += " toastify-right" , e . className += " " + this . options . gravity , this . options . backgroundColor && ( e . style . background = this . options . backgroundColor ) , e . innerHTML = this . options . text , "" !== this . options . avatar ) { var t = document . createElement ( "img" ) ; t . src = this . options . avatar , t . className = "toastify-avatar" , "left" == this . options . position || ! 0 === this . options . positionLeft ? e . appendChild ( t ) : e . insertAdjacentElement ( "beforeend" , t ) } if ( ! 0 === this . options . close ) { var n = document . createElement ( "span" ) ; if ( n . innerHTML = "✖" , n . className = "toast-close" , n . addEventListener ( "click" , function ( e ) { e . stopPropagation ( ) , this . removeElement ( this . toastElement ) , window . clearTimeout ( this . toastElement . timeOutValue ) } . bind ( this ) ) , this . options . stopOnFocus && this . options . duration > 0 ) { const t = this ; e . addEventListener ( "mouseover" , ( function ( t ) { window . clearTimeout ( e . timeOutValue ) } ) ) , e . addEventListener ( "mouseleave" , ( function ( ) { e . timeOutValue = window . setTimeout ( ( function ( ) { t . removeElement ( e ) } ) , t . options . duration ) } ) ) } var i = window . innerWidth > 0 ? window . innerWidth : screen . width ; ( "left" == this . options . position || ! 0 === this . options . positionLeft ) && i > 360 ? e . insertAdjacentElement ( "afterbegin" , n ) : e . appendChild ( n ) } return void 0 !== this . options . destination && e . addEventListener ( "click" , function ( e ) { e . stopPropagation ( ) , ! 0 === this . options . newWindow ? window . open ( this . options . destination , "_blank" ) : window . location = this . options . destination } . bind ( this ) ) , "function" == typeof this . options . onClick && void 0 === this . options . destination && e . addEventListener ( "click" , function ( e ) { e . stopPropagation ( ) , this . options . onClick ( ) } . bind ( this ) ) , e } , showToast : function ( ) { var e ; if ( this . toastElement = this . buildToast ( ) , ! ( e = void 0 === this . options . selector ? document . body : document . getElementById ( this . options . selector ) ) ) throw "Root element is not defined" ; return e . insertBefore ( this . toastElement , e . firstChild ) , t . reposition ( ) , this . options . duration > 0 && ( this . toastElement . timeOutValue = window . setTimeout ( function ( ) { this . removeElement ( this . toastElement ) } . bind ( this ) , this . options . duration ) ) , this } , hideToast : function ( ) { this . toastElement . timeOutValue && clearTimeout ( this . toastElement . timeOutValue ) , this . removeElement ( this . toastElement ) } , removeElement : function ( e ) { e . className = e . className . replace ( " on" , "" ) , window . setTimeout ( function ( ) { e . parentNode . removeChild ( e ) , this . options . callback . call ( e ) , t . reposition ( ) } . bind ( this ) , 400 ) } } , t . reposition = function ( ) { for ( var e , t = { top : 15 , bottom : 15 } , i = { top : 15 , bottom : 15 } , r = { top : 15 , bottom : 15 } , o = document . getElementsByClassName ( "toastify" ) , s = 0 ; s < o . length ; s ++ ) { e = ! 0 === n ( o [ s ] , "toastify-top" ) ? "toastify-top" : "toastify-bottom" ; var a = o [ s ] . offsetHeight ; e = e . substr ( 9 , e . length - 1 ) , ( window . innerWidth > 0 ? window . innerWidth : screen . width ) <= 360 ? ( o [ s ] . style [ e ] = r [ e ] + "px" , r [ e ] += a + 15 ) : ! 0 === n ( o [ s ] , "toastify-left" ) ? ( o [ s ] . styl
2019-10-28 09:46:16 +03:00
/ * *
2019-10-21 22:36:17 +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/>.
* /
2020-04-02 21:36:53 +03:00
i ( ) ( document ) . ready ( ( function ( ) { Object ( o . a ) ( ) , Object ( s . b ) ( ) , window . history . pushState ? window . onpopstate = e . bind ( r . a . Util . History . _onPopState , r . a . Util . History ) : i ( ) ( window ) . on ( "hashchange" , e . bind ( r . a . Util . History . _onPopState , r . a . Util . History ) ) } ) ) } . call ( this , n ( 2 ) ) } , function ( e , t , n ) { n ( 834 ) , n ( 1047 ) ; var i = n ( 673 ) ; e . exports = i } , function ( e , t , n ) { n ( 835 ) , n ( 836 ) , n ( 837 ) , n ( 838 ) , n ( 839 ) , n ( 840 ) , n ( 841 ) , n ( 842 ) , n ( 843 ) , n ( 844 ) , n ( 845 ) , n ( 846 ) , n ( 847 ) , n ( 848 ) , n ( 849 ) , n ( 850 ) , n ( 851 ) , n ( 852 ) , n ( 853 ) , n ( 854 ) , n ( 855 ) , n ( 856 ) , n ( 857 ) , n ( 858 ) , n ( 859 ) , n ( 860 ) , n ( 861 ) , n ( 862 ) , n ( 863 ) , n ( 864 ) , n ( 865 ) , n ( 866 ) , n ( 867 ) , n ( 868 ) , n ( 869 ) , n ( 870 ) , n ( 872 ) , n ( 873 ) , n ( 874 ) , n ( 875 ) , n ( 876 ) , n ( 877 ) , n ( 878 ) , n ( 879 ) , n ( 880 ) , n ( 881 ) , n ( 882 ) , n ( 883 ) , n ( 884 ) , n ( 885 ) , n ( 886 ) , n ( 887 ) , n ( 888 ) , n ( 889 ) , n ( 890 ) , n ( 891 ) , n ( 892 ) , n ( 893 ) , n ( 894 ) , n ( 895 ) , n ( 896 ) , n ( 897 ) , n ( 898 ) , n ( 899 ) , n ( 900 ) , n ( 901 ) , n ( 902 ) , n ( 903 ) , n ( 904 ) , n ( 905 ) , n ( 906 ) , n ( 907 ) , n ( 694 ) , n ( 908 ) , n ( 909 ) , n ( 910 ) , n ( 911 ) , n ( 912 ) , n ( 913 ) , n ( 914 ) , n ( 915 ) , n ( 916 ) , n ( 917 ) , n ( 918 ) , n ( 919 ) , n ( 920 ) , n ( 921 ) , n ( 922 ) , n ( 923 ) , n ( 924 ) , n ( 774 ) , n ( 925 ) , n ( 926 ) , n ( 927 ) , n ( 928 ) , n ( 929 ) , n ( 930 ) , n ( 931 ) , n ( 932 ) , n ( 933 ) , n ( 934 ) , n ( 935 ) , n ( 936 ) , n ( 937 ) , n ( 938 ) , n ( 736 ) , n ( 939 ) , n ( 940 ) , n ( 941 ) , n ( 942 ) , n ( 943 ) , n ( 944 ) , n ( 945 ) , n ( 946 ) , n ( 947 ) , n ( 949 ) , n ( 950 ) , n ( 951 ) , n ( 952 ) , n ( 953 ) , n ( 954 ) , n ( 955 ) , n ( 956 ) , n ( 957 ) , n ( 958 ) , n ( 959 ) , n ( 960 ) , n ( 961 ) , n ( 962 ) , n ( 963 ) , n ( 964 ) , n ( 965 ) , n ( 967 ) , n ( 968 ) , n ( 969 ) , n ( 970 ) , n ( 971 ) , n ( 972 ) , n ( 973 ) , n ( 974 ) , n ( 975 ) , n ( 976 ) , n ( 977 ) , n ( 978 ) , n ( 979 ) , n ( 981 ) , n ( 982 ) , n ( 984 ) , n ( 985 ) , n ( 986 ) , n ( 988 ) , n ( 989 ) , n ( 990 ) , n ( 991 ) , n ( 992 ) , n ( 993 ) , n ( 994 ) , n ( 996 ) , n ( 997 ) , n ( 998 ) , n ( 999 ) , n ( 1001 ) , n ( 1002 ) , n ( 1003 ) , n ( 1004 ) , n ( 1005 ) , n ( 1006 ) , n ( 1007 ) , n ( 1008 ) , n ( 1009 ) , n ( 1010 ) , n ( 1011 ) , n ( 1012 ) , n ( 1013 ) , n ( 1014 ) , n ( 1015 ) , n ( 1016 ) , n ( 1017 ) , n ( 1018 ) , n ( 1019 ) , n ( 1020 ) , n ( 1021 ) , n ( 1022 ) , n ( 1023 ) , n ( 1024 ) , n ( 1025 ) , n ( 1026 ) , n ( 1027 ) , n ( 1028 ) , n ( 1029 ) , n ( 1030 ) , n ( 1031 ) , n ( 1032 ) , n ( 1033 ) , n ( 1034 ) , n ( 1035 ) , n ( 1036 ) , n ( 1037 ) , n ( 1038 ) , n ( 1039 ) , n ( 1040 ) , n ( 1041 ) , n ( 1042 ) , n ( 1043 ) , n ( 1044 ) , n ( 1045 ) , n ( 1046 ) ; var i = n ( 673 ) ; e . exports = i } , function ( e , t , n ) { "use strict" ; var i = n ( 3 ) , r = n ( 18 ) , o = n ( 164 ) , s = n ( 205 ) , a = n ( 29 ) , l = n ( 725 ) , c = n ( 757 ) , u = n ( 9 ) , d = n ( 59 ) , h = n ( 507 ) , f = n ( 25 ) , p = n ( 26 ) , m = n ( 57 ) , g = n ( 159 ) , v = n ( 204 ) , _ = n ( 470 ) , y = n ( 257 ) , b = n ( 676 ) , w = n ( 506 ) , x = n ( 759 ) , k = n ( 724 ) , M = n ( 102 ) , A = n ( 40 ) , L = n ( 688 ) , T = n ( 113 ) , D = n ( 103 ) , S = n ( 721 ) , E = n ( 689 ) , Y = n ( 672 ) , C = n ( 671 ) , O = n ( 31 ) , P = n ( 760 ) , I = n ( 154 ) , H = n ( 208 ) , j = n ( 114 ) , N = n ( 100 ) . forEach , R = E ( "hidden" ) , z = O ( "toPrimitive" ) , F = j . set , B = j . getterFor ( "Symbol" ) , W = Object . prototype , U = r . Symbol , Q = o ( "JSON" , "stringify" ) , q = M . f , G = A . f , V = x . f , J = L . f , K = S ( "symbols" ) , X = S ( "op-symbols" ) , Z = S ( "string-to-symbol-registry" ) , $ = S ( "symbol-to-string-registry" ) , ee = S ( "wks" ) , te = r . QObject , ne = ! te || ! te . prototype || ! te . prototype . findChild , ie = a && u ( ( function ( ) { return 7 != y ( G ( { } , "a" , { get : function ( ) { return G ( this , "a" , { value : 7 } ) . a } } ) ) . a } ) ) ? function ( e , t , n ) { var i = q ( W , t ) ; i && delete W [ t ] , G ( e , t , n ) , i && e !== W && G ( W , t , i ) } : G , re = function ( e , t ) { var n = K [ e ] = y ( U . prototype ) ; return F ( n , { type : "Symbol" , tag : e , description : t } ) , a || ( n . description = t ) , n } , oe = c ? function ( e ) { return "symbol" == typeof e } : function ( e ) { return Object ( e ) instanceof U } , se = function ( e , t , n ) { e === W && se ( X , t , n ) , p ( e ) ; var i = v ( t , ! 0 ) ; return p ( n ) , d ( K , i ) ? ( n . enumerable ? ( d ( e , R ) && e [ R ] [ i ] && ( e [ R ] [ i ] = ! 1 ) , n = y ( n , { enumerable : _ ( 0 , ! 1 ) } ) ) : ( d ( e , R ) || G ( e , R , _ ( 1 , { } ) ) , e [ R ] [ i ] = ! 0 ) , ie ( e , i , n ) ) : G ( e , i , n ) } , ae = function ( e , t ) { p ( e ) ; var n = g ( t ) , i = b ( n ) . concat ( de ( n ) ) ; return N ( i , ( function ( t ) { a && ! le . call ( n , t ) || se ( e , t , n [ t ] ) } ) ) , e } , le = function ( e ) { var t = v ( e , ! 0 ) , n = J . call ( this , t ) ; return ! ( this === W && d ( K , t ) && ! d ( X , t ) ) && ( ! ( n || ! d ( this , t ) || ! d ( K , t ) || d ( this , R ) && this [ R ] [ t ] ) || n ) } , ce = function ( e , t ) { var n = g ( e ) , i = v ( t , ! 0 ) ; if ( n !== W || ! d ( K , i ) || d ( X , i ) ) { var r = q ( n , i ) ; return ! r || ! d ( K , i ) || d ( n , R ) && n [ R ] [ i ] || ( r . enumerable = ! 0 ) , r } } , ue = function ( e ) { var t = V ( g ( e ) ) , n = [ ] ; return N ( t , ( function ( e ) { d ( K , e ) || d ( Y , e ) || n . push ( e ) } ) ) , n } , de = function ( e ) { var t = e === W , n = V ( t ? X : g ( e ) ) , i = [ ] ; return N ( n , ( function ( e ) { ! d ( K , e ) || t && ! d ( W , e ) || i . push ( K [ e ] ) } ) ) , i } ; ( l || ( D ( ( U = function ( ) { if ( this instanceof U ) throw TypeError ( "Symbol is not a constructor" ) ; var e = arguments . length && void 0 !== arguments [ 0 ] ? String ( arguments [ 0 ] ) : void 0 , t = C ( e ) , n = function ( e ) { this === W && n . call ( X , e ) , d ( this , R ) && d ( this [ R ] , t ) && ( this [ R ] [ t ] = ! 1 ) , ie ( this , t , _ ( 1 , e ) ) } ; return a && ne && ie ( W , t , { configurable : ! 0 , set : n } ) , re ( t , e ) } ) . prototype , "toString" , ( function ( ) { return B ( this ) . tag } ) ) , D ( U , "withoutSetter" , ( function ( e
2019-09-25 19:19:42 +03:00
/ * *
2019-01-31 21:07:39 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2019-10-28 09:46:16 +03:00
if ( "undefined" == typeof console || void 0 === console . log ) { window . console || ( window . console = { } ) ; for ( var n = function ( ) { } , i = [ "log" , "debug" , "warn" , "info" , "error" , "assert" , "time" , "timeEnd" ] , r = 0 ; r < i . length ; r ++ ) console [ i [ r ] ] = n } } , function ( e , t ) { Element . prototype . matches || ( Element . prototype . matches = Element . prototype . msMatchesSelector || Element . prototype . webkitMatchesSelector ) , Element . prototype . closest || ( Element . prototype . closest = function ( e ) { var t = this ; do { if ( t . matches ( e ) ) return t ; t = t . parentElement || t . parentNode } while ( null !== t && 1 === t . nodeType ) ; return null } ) } , function ( e , t ) {
2019-01-31 21:07:39 +03:00
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2020-03-10 11:58:52 +03:00
if ( "-ms-user-select" in document . documentElement . style && navigator . userAgent . match ( /IEMobile\/10\.0/ ) ) { var n = document . createElement ( "style" ) ; n . appendChild ( document . createTextNode ( "@-ms-viewport{width:auto!important}" ) ) , document . getElementsByTagName ( "head" ) [ 0 ] . appendChild ( n ) } } , function ( e , t , n ) { ( function ( e ) { /*! jQuery Migrate v1.4.1 | (c) jQuery Foundation and other contributors | jquery.org/license */
void 0 === e . migrateMute && ( e . migrateMute = ! 0 ) , function ( e , t , n ) { function i ( n ) { var i = t . console ; o [ n ] || ( o [ n ] = ! 0 , e . migrateWarnings . push ( n ) , i && i . warn && ! e . migrateMute && ( i . warn ( "JQMIGRATE: " + n ) , e . migrateTrace && i . trace && i . trace ( ) ) ) } function r ( t , n , r , o ) { if ( Object . defineProperty ) try { return void Object . defineProperty ( t , n , { configurable : ! 0 , enumerable : ! 0 , get : function ( ) { return i ( o ) , r } , set : function ( e ) { i ( o ) , r = e } } ) } catch ( e ) { } e . _definePropertyBroken = ! 0 , t [ n ] = r } e . migrateVersion = "1.4.1" ; var o = { } ; e . migrateWarnings = [ ] , t . console && t . console . log && t . console . log ( "JQMIGRATE: Migrate is installed" + ( e . migrateMute ? "" : " with logging active" ) + ", version " + e . migrateVersion ) , e . migrateTrace === n && ( e . migrateTrace = ! 0 ) , e . migrateReset = function ( ) { o = { } , e . migrateWarnings . length = 0 } , "BackCompat" === document . compatMode && i ( "jQuery is not compatible with Quirks Mode" ) ; var s = e ( "<input/>" , { size : 1 } ) . attr ( "size" ) && e . attrFn , a = e . attr , l = e . attrHooks . value && e . attrHooks . value . get || function ( ) { return null } , c = e . attrHooks . value && e . attrHooks . value . set || function ( ) { return n } , u = /^(?:input|button)$/i , d = /^[238]$/ , h = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i , f = /^(?:checked|selected)$/i ; r ( e , "attrFn" , s || { } , "jQuery.attrFn is deprecated" ) , e . attr = function ( t , r , o , l ) { var c = r . toLowerCase ( ) , p = t && t . nodeType ; return l && ( a . length < 4 && i ( "jQuery.fn.attr( props, pass ) is deprecated" ) , t && ! d . test ( p ) && ( s ? r in s : e . isFunction ( e . fn [ r ] ) ) ) ? e ( t ) [ r ] ( o ) : ( "type" === r && o !== n && u . test ( t . nodeName ) && t . parentNode && i ( "Can't change the 'type' of an input or button in IE 6/7/8" ) , ! e . attrHooks [ c ] && h . test ( c ) && ( e . attrHooks [ c ] = { get : function ( t , i ) { var r , o = e . prop ( t , i ) ; return ! 0 === o || "boolean" != typeof o && ( r = t . getAttributeNode ( i ) ) && ! 1 !== r . nodeValue ? i . toLowerCase ( ) : n } , set : function ( t , n , i ) { var r ; return ! 1 === n ? e . removeAttr ( t , i ) : ( ( r = e . propFix [ i ] || i ) in t && ( t [ r ] = ! 0 ) , t . setAttribute ( i , i . toLowerCase ( ) ) ) , i } } , f . test ( c ) && i ( "jQuery.fn.attr('" + c + "') might use property instead of attribute" ) ) , a . call ( e , t , r , o ) ) } , e . attrHooks . value = { get : function ( e , t ) { var n = ( e . nodeName || "" ) . toLowerCase ( ) ; return "button" === n ? l . apply ( this , arguments ) : ( "input" !== n && "option" !== n && i ( "jQuery.fn.attr('value') no longer gets properties" ) , t in e ? e . value : null ) } , set : function ( e , t ) { var n = ( e . nodeName || "" ) . toLowerCase ( ) ; return "button" === n ? c . apply ( this , arguments ) : ( "input" !== n && "option" !== n && i ( "jQuery.fn.attr('value', val) no longer sets properties" ) , void ( e . value = t ) ) } } ; var p , m , g , v = e . fn . init , _ = e . find , y = e . parseJSON , b = /^\s*</ , w = /\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/ , x = /\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/g , k = /^([^<]*)(<[\w\W]+>)([^>]*)$/ ; for ( g in e . fn . init = function ( t , r , o ) { var s , a ; return t && "string" == typeof t && ! e . isPlainObject ( r ) && ( s = k . exec ( e . trim ( t ) ) ) && s [ 0 ] && ( b . test ( t ) || i ( "$(html) HTML strings must start with '<' character" ) , s [ 3 ] && i ( "$(html) HTML text after last tag is ignored" ) , "#" === s [ 0 ] . charAt ( 0 ) && ( i ( "HTML string cannot start with a '#' character" ) , e . error ( "JQMIGRATE: Invalid selector string (XSS)" ) ) , r && r . context && r . context . nodeType && ( r = r . context ) , e . parseHTML ) ? v . call ( this , e . parseHTML ( s [ 2 ] , r && r . ownerDocument || r || document , ! 0 ) , r , o ) : ( a = v . apply ( this , arguments ) , t && t . selector !== n ? ( a . selector = t . selector , a . context = t . context ) : ( a . selector = "string" == typeof t ? t : "" , t && ( a . context = t . nodeType ? t : r || document ) ) , a ) } , e . fn . init . prototype = e . fn , e . find = function ( e ) { var t = Array . prototype . slice . call ( arguments ) ; if ( "string" == typeof e && w . test ( e ) ) try { document . querySelector ( e ) } catch ( n ) { e = e . replace ( x , ( function ( e , t , n , i ) { return "[" + t + n + '"' + i + '"]' } ) ) ; try { document . querySelector ( e ) , i ( "Attribute selector with '#' must be quoted: " + t [ 0 ] ) , t [ 0 ] = e } catch ( e ) { i ( "Attribute selector with '#' was not fixed: " + t [ 0 ] ) } } return _ . apply ( this , t ) } , _ ) Object . prototype . hasOwnProperty . call ( _ , g ) && ( e . find [ g ] = _ [ g ] ) ; e . parseJSON = function ( e ) { return e ? y . apply ( this , arguments ) : ( i ( "jQuery.parseJSON requires a valid JSON string" ) , null ) } , e . uaMatch = function ( e ) { e = e . toLowerCase ( ) ; var t = /(chrome)[ \/]([\w.]+)/ . exec ( e ) || /(webkit)[ \/]([\w.]+)/ . exec ( e ) || /(opera)(?:.*version|)[ \/]([\w.]+)/ . exec ( e ) || /(msie) ([\w.]+)/ . exec ( e ) || e . indexOf ( "compatible" ) < 0 && / ( m o z i l l a ) ( ? : . * ?
2018-12-21 15:30:33 +03:00
/ * ! j Q u e r y U I - v 1 . 1 2 . 1 - 2 0 1 6 - 0 9 - 1 4
* http : //jqueryui.com
* Includes : widget . js , position . js , data . js , disable - selection . js , effect . js , effects / effect - blind . js , effects / effect - bounce . js , effects / effect - clip . js , effects / effect - drop . js , effects / effect - explode . js , effects / effect - fade . js , effects / effect - fold . js , effects / effect - highlight . js , effects / effect - puff . js , effects / effect - pulsate . js , effects / effect - scale . js , effects / effect - shake . js , effects / effect - size . js , effects / effect - slide . js , effects / effect - transfer . js , focusable . js , form - reset - mixin . js , jquery - 1 - 7. js , keycode . js , labels . js , scroll - parent . js , tabbable . js , unique - id . js , widgets / accordion . js , widgets / autocomplete . js , widgets / button . js , widgets / checkboxradio . js , widgets / controlgroup . js , widgets / datepicker . js , widgets / dialog . js , widgets / draggable . js , widgets / droppable . js , widgets / menu . js , widgets / mouse . js , widgets / progressbar . js , widgets / resizable . js , widgets / selectable . js , widgets / selectmenu . js , widgets / slider . js , widgets / sortable . js , widgets / spinner . js , widgets / tabs . js , widgets / tooltip . js
2019-10-04 13:17:09 +03:00
* Copyright jQuery Foundation and other contributors ; Licensed MIT * / r = [ n ( 0 ) ] , v o i d 0 = = = ( o = " f u n c t i o n " = = t y p e o f ( i = f u n c t i o n ( e ) { e . u i = e . u i | | { } , e . u i . v e r s i o n = " 1 . 1 2 . 1 " ; v a r t , n = 0 , i = A r r a y . p r o t o t y p e . s l i c e ;
2018-12-11 22:56:46 +03:00
/ * !
2018-12-21 15:30:33 +03:00
* jQuery UI Widget 1.12 . 1
2018-12-11 22:56:46 +03:00
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2019-11-03 11:22:59 +03:00
* / e . c l e a n D a t a = ( t = e . c l e a n D a t a , f u n c t i o n ( n ) { v a r i , r , o ; f o r ( o = 0 ; n u l l ! = ( r = n [ o ] ) ; o + + ) t r y { ( i = e . _ d a t a ( r , " e v e n t s " ) ) & & i . r e m o v e & & e ( r ) . t r i g g e r H a n d l e r ( " r e m o v e " ) } c a t c h ( e ) { } t ( n ) } ) , e . w i d g e t = f u n c t i o n ( t , n , i ) { v a r r , o , s , a = { } , l = t . s p l i t ( " . " ) [ 0 ] , c = l + " - " + ( t = t . s p l i t ( " . " ) [ 1 ] ) ; r e t u r n i | | ( i = n , n = e . W i d g e t ) , e . i s A r r a y ( i ) & & ( i = e . e x t e n d . a p p l y ( n u l l , [ { } ] . c o n c a t ( i ) ) ) , e . e x p r [ " : " ] [ c . t o L o w e r C a s e ( ) ] = f u n c t i o n ( t ) { r e t u r n ! ! e . d a t a ( t , c ) } , e [ l ] = e [ l ] | | { } , r = e [ l ] [ t ] , o = e [ l ] [ t ] = f u n c t i o n ( e , t ) { i f ( ! t h i s . _ c r e a t e W i d g e t ) r e t u r n n e w o ( e , t ) ; a r g u m e n t s . l e n g t h & & t h i s . _ c r e a t e W i d g e t ( e , t ) } , e . e x t e n d ( o , r , { v e r s i o n : i . v e r s i o n , _ p r o t o : e . e x t e n d ( { } , i ) , _ c h i l d C o n s t r u c t o r s : [ ] } ) , ( s = n e w n ) . o p t i o n s = e . w i d g e t . e x t e n d ( { } , s . o p t i o n s ) , e . e a c h ( i , ( f u n c t i o n ( t , i ) { e . i s F u n c t i o n ( i ) ? a [ t ] = f u n c t i o n ( ) { f u n c t i o n e ( ) { r e t u r n n . p r o t o t y p e [ t ] . a p p l y ( t h i s , a r g u m e n t s ) } f u n c t i o n r ( e ) { r e t u r n n . p r o t o t y p e [ t ] . a p p l y ( t h i s , e ) } r e t u r n f u n c t i o n ( ) { v a r t , n = t h i s . _ s u p e r , o = t h i s . _ s u p e r A p p l y ; r e t u r n t h i s . _ s u p e r = e , t h i s . _ s u p e r A p p l y = r , t = i . a p p l y ( t h i s , a r g u m e n t s ) , t h i s . _ s u p e r = n , t h i s . _ s u p e r A p p l y = o , t } } ( ) : a [ t ] = i } ) ) , o . p r o t o t y p e = e . w i d g e t . e x t e n d ( s , { w i d g e t E v e n t P r e f i x : r & & s . w i d g e t E v e n t P r e f i x | | t } , a , { c o n s t r u c t o r : o , n a m e s p a c e : l , w i d g e t N a m e : t , w i d g e t F u l l N a m e : c } ) , r ? ( e . e a c h ( r . _ c h i l d C o n s t r u c t o r s , ( f u n c t i o n ( t , n ) { v a r i = n . p r o t o t y p e ; e . w i d g e t ( i . n a m e s p a c e + " . " + i . w i d g e t N a m e , o , n . _ p r o t o ) } ) ) , d e l e t e r . _ c h i l d C o n s t r u c t o r s ) : n . _ c h i l d C o n s t r u c t o r s . p u s h ( o ) , e . w i d g e t . b r i d g e ( t , o ) , o } , e . w i d g e t . e x t e n d = f u n c t i o n ( t ) { f o r ( v a r n , r , o = i . c a l l ( a r g u m e n t s , 1 ) , s = 0 , a = o . l e n g t h ; s < a ; s + + ) f o r ( n i n o [ s ] ) r = o [ s ] [ n ] , o [ s ] . h a s O w n P r o p e r t y ( n ) & & v o i d 0 ! = = r & & ( e . i s P l a i n O b j e c t ( r ) ? t [ n ] = e . i s P l a i n O b j e c t ( t [ n ] ) ? e . w i d g e t . e x t e n d ( { } , t [ n ] , r ) : e . w i d g e t . e x t e n d ( { } , r ) : t [ n ] = r ) ; r e t u r n t } , e . w i d g e t . b r i d g e = f u n c t i o n ( t , n ) { v a r r = n . p r o t o t y p e . w i d g e t F u l l N a m e | | t ; e . f n [ t ] = f u n c t i o n ( o ) { v a r s = " s t r i n g " = = t y p e o f o , a = i . c a l l ( a r g u m e n t s , 1 ) , l = t h i s ; r e t u r n s ? t h i s . l e n g t h | | " i n s t a n c e " ! = = o ? t h i s . e a c h ( ( f u n c t i o n ( ) { v a r n , i = e . d a t a ( t h i s , r ) ; r e t u r n " i n s t a n c e " = = = o ? ( l = i , ! 1 ) : i ? e . i s F u n c t i o n ( i [ o ] ) & & " _ " ! = = o . c h a r A t ( 0 ) ? ( n = i [ o ] . a p p l y ( i , a ) ) ! = = i & & v o i d 0 ! = = n ? ( l = n & & n . j q u e r y ? l . p u s h S t a c k ( n . g e t ( ) ) : n , ! 1 ) : v o i d 0 : e . e r r o r ( " n o s u c h m e t h o d ' " + o + " ' f o r " + t + " w i d g e t i n s t a n c e " ) : e . e r r o r ( " c a n n o t c a l l m e t h o d s o n " + t + " p r i o r t o i n i t i a l i z a t i o n ; a t t e m p t e d t o c a l l m e t h o d ' " + o + " ' " ) } ) ) : l = v o i d 0 : ( a . l e n g t h & & ( o = e . w i d g e t . e x t e n d . a p p l y ( n u l l , [ o ] . c o n c a t ( a ) ) ) , t h i s . e a c h ( ( f u n c t i o n ( ) { v a r t = e . d a t a ( t h i s , r ) ; t ? ( t . o p t i o n ( o | | { } ) , t . _ i n i t & & t . _ i n i t ( ) ) : e . d a t a ( t h i s , r , n e w n ( o , t h i s ) ) } ) ) ) , l } } , e . W i d g e t = f u n c t i o n ( ) { } , e . W i d g e t . _ c h i l d C o n s t r u c t o r s = [ ] , e . W i d g e t . p r o t o t y p e = { w i d g e t N a m e : " w i d g e t " , w i d g e t E v e n t P r e f i x : " " , d e f a u l t E l e m e n t : " < d i v > " , o p t i o n s : { c l a s s e s : { } , d i s a b l e d : ! 1 , c r e a t e : n u l l } , _ c r e a t e W i d g e t : f u n c t i o n ( t , i ) { i = e ( i | | t h i s . d e f a u l t E l e m e n t | | t h i s ) [ 0 ] , t h i s . e l e m e n t = e ( i ) , t h i s . u u i d = n + + , t h i s . e v e n t N a m e s p a c e = " . " + t h i s . w i d g e t N a m e + t h i s . u u i d , t h i s . b i n d i n g s = e ( ) , t h i s . h o v e r a b l e = e ( ) , t h i s . f o c u s a b l e = e ( ) , t h i s . c l a s s e s E l e m e n t L o o k u p = { } , i ! = = t h i s & & ( e . d a t a ( i , t h i s . w i d g e t F u l l N a m e , t h i s ) , t h i s . _ o n ( ! 0 , t h i s . e l e m e n t , { r e m o v e : f u n c t i o n ( e ) { e . t a r g e t = = = i & & t h i s . d e s t r o y ( ) } } ) , t h i s . d o c u m e n t = e ( i . s t y l e ? i . o w n e r D o c u m e n t : i . d o c u m e n t | | i ) , t h i s . w i n d o w = e ( t h i s . d o c u m e n t [ 0 ] . d e f a u l t V i e w | | t h i s . d o c u m e n t [ 0 ] . p a r e n t W i n d o w ) ) , t h i s . o p t i o n s = e . w i d g e t . e x t e n d ( { } , t h i s . o p t i o n s , t h i s . _ g e t C r e a t e O p t i o n s ( ) , t ) , t h i s . _ c r e a t e ( ) , t h i s . o p t i o n s . d i s a b l e d & & t h i s . _ s e t O p t i o n D i s a b l e d ( t h i s . o p t i o n s . d i s a b l e d ) , t h i s . _ t r i g g e r ( " c r e a t e " , n u l l , t h i s . _ g e t C r e a t e E v e n t D a t a ( ) ) , t h i s . _ i n i t ( ) } , _ g e t C r e a t e O p t i o n s : f u n c t i o n ( ) { r e t u r n { } } , _ g e t C r e a t e E v e n t D a t a : e . n o o p , _ c r e a t e : e . n o o p , _ i n i t : e . n o o p , d e s t r o y : f u n c t i o n ( ) { v a r t = t h i s ; t h i s . _ d e s t r o y ( ) , e . e a c h ( t h i s . c l a s s e s E l e m e n t L o o k u p , ( f u n c t i o n ( e , n ) { t . _ r e m o v e C l a s s ( n , e ) } ) ) , t h i s . e l e m e n t . o f f ( t h i s . e v e n t N a m e s p a c e ) . r e m o v e D a t a ( t h i s . w i d g e t F u l l N a m e ) , t h i s . w i d g e t ( ) . o f f ( t h i s . e v e n t N a m e s p a c e ) . r e m o v e A t t r ( " a r i a - d i s a b l e d " ) , t h i s . b i n d i n g s . o f f ( t h i s . e v e n t N a m e s p a c e ) } , _ d e s t r o y : e . n o o p , w i d g e t : f u n c t i o n ( ) { r e t u r n t h i s . e l e m e n t } , o p t i o n : f u n c t i o n ( t , n ) { v a r i , r , o , s = t ; i f ( 0 = = = a r g u m e n t s . l e n g t h ) r e t u r n e . w i d g e t . e x t e n d ( { } , t h i s . o p t i o n s ) ; i f ( " s t r i n g " = = t y p e o f t ) i f ( s = { } , i = t . s p l i t ( " . " ) , t = i . s h i f t ( ) , i . l e n g t h ) { f o r ( r = s [ t ] = e . w i d g e t . e x t e n d ( { } , t h i s . o p t i o n s [ t ] ) , o = 0 ; o < i . l e n g t h - 1 ; o + + ) r [ i [ o ] ] = r [ i [ o ] ] | | { } , r = r [ i [ o ] ] ; i f ( t = i . p o p ( ) , 1 = = = a r g u m e n t s . l e n g t h ) r e t u r n v o i d 0 = = = r [ t ] ? n u l l : r [ t ] ; r [ t ] = n } e l s e { i f ( 1 = = = a r g u m e n t s . l e n g t h ) r e t u r n v o i d 0 = = = t h i s . o p t i o n s [ t ] ? n u l l : t h i s . o p t i o n s [ t ] ; s [ t ] = n } r e t u r n t h i s . _ s e t O p t i o n s ( s )
2018-12-11 22:56:46 +03:00
/ * !
2018-12-21 15:30:33 +03:00
* jQuery UI Position 1.12 . 1
2018-12-11 22:56:46 +03:00
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2018-12-21 15:30:33 +03:00
*
* http : //api.jqueryui.com/position/
* /
2020-02-21 19:38:43 +03:00
function ( ) { var t , n = Math . max , i = Math . abs , r = /left|center|right/ , o = /top|center|bottom/ , s = /[\+\-]\d+(\.[\d]+)?%?/ , a = /^\w+/ , l = /%$/ , c = e . fn . position ; function u ( e , t , n ) { return [ parseFloat ( e [ 0 ] ) * ( l . test ( e [ 0 ] ) ? t / 100 : 1 ) , parseFloat ( e [ 1 ] ) * ( l . test ( e [ 1 ] ) ? n / 100 : 1 ) ] } function d ( t , n ) { return parseInt ( e . css ( t , n ) , 10 ) || 0 } function h ( t ) { var n = t [ 0 ] ; return 9 === n . nodeType ? { width : t . width ( ) , height : t . height ( ) , offset : { top : 0 , left : 0 } } : e . isWindow ( n ) ? { width : t . width ( ) , height : t . height ( ) , offset : { top : t . scrollTop ( ) , left : t . scrollLeft ( ) } } : n . preventDefault ? { width : 0 , height : 0 , offset : { top : n . pageY , left : n . pageX } } : { width : t . outerWidth ( ) , height : t . outerHeight ( ) , offset : t . offset ( ) } } e . position = { scrollbarWidth : function ( ) { if ( void 0 !== t ) return t ; var n , i , r = e ( "<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>" ) , o = r . children ( ) [ 0 ] ; return e ( "body" ) . append ( r ) , n = o . offsetWidth , r . css ( "overflow" , "scroll" ) , n === ( i = o . offsetWidth ) && ( i = r [ 0 ] . clientWidth ) , r . remove ( ) , t = n - i } , getScrollInfo : function ( t ) { var n = t . isWindow || t . isDocument ? "" : t . element . css ( "overflow-x" ) , i = t . isWindow || t . isDocument ? "" : t . element . css ( "overflow-y" ) , r = "scroll" === n || "auto" === n && t . width < t . element [ 0 ] . scrollWidth ; return { width : "scroll" === i || "auto" === i && t . height < t . element [ 0 ] . scrollHeight ? e . position . scrollbarWidth ( ) : 0 , height : r ? e . position . scrollbarWidth ( ) : 0 } } , getWithinInfo : function ( t ) { var n = e ( t || window ) , i = e . isWindow ( n [ 0 ] ) , r = ! ! n [ 0 ] && 9 === n [ 0 ] . nodeType ; return { element : n , isWindow : i , isDocument : r , offset : i || r ? { left : 0 , top : 0 } : e ( t ) . offset ( ) , scrollLeft : n . scrollLeft ( ) , scrollTop : n . scrollTop ( ) , width : n . outerWidth ( ) , height : n . outerHeight ( ) } } } , e . fn . position = function ( t ) { if ( ! t || ! t . of ) return c . apply ( this , arguments ) ; t = e . extend ( { } , t ) ; var l , f , p , m , g , v , _ = e ( t . of ) , y = e . position . getWithinInfo ( t . within ) , b = e . position . getScrollInfo ( y ) , w = ( t . collision || "flip" ) . split ( " " ) , x = { } ; return v = h ( _ ) , _ [ 0 ] . preventDefault && ( t . at = "left top" ) , f = v . width , p = v . height , m = v . offset , g = e . extend ( { } , m ) , e . each ( [ "my" , "at" ] , ( function ( ) { var e , n , i = ( t [ this ] || "" ) . split ( " " ) ; 1 === i . length && ( i = r . test ( i [ 0 ] ) ? i . concat ( [ "center" ] ) : o . test ( i [ 0 ] ) ? [ "center" ] . concat ( i ) : [ "center" , "center" ] ) , i [ 0 ] = r . test ( i [ 0 ] ) ? i [ 0 ] : "center" , i [ 1 ] = o . test ( i [ 1 ] ) ? i [ 1 ] : "center" , e = s . exec ( i [ 0 ] ) , n = s . exec ( i [ 1 ] ) , x [ this ] = [ e ? e [ 0 ] : 0 , n ? n [ 0 ] : 0 ] , t [ this ] = [ a . exec ( i [ 0 ] ) [ 0 ] , a . exec ( i [ 1 ] ) [ 0 ] ] } ) ) , 1 === w . length && ( w [ 1 ] = w [ 0 ] ) , "right" === t . at [ 0 ] ? g . left += f : "center" === t . at [ 0 ] && ( g . left += f / 2 ) , "bottom" === t . at [ 1 ] ? g . top += p : "center" === t . at [ 1 ] && ( g . top += p / 2 ) , l = u ( x . at , f , p ) , g . left += l [ 0 ] , g . top += l [ 1 ] , this . each ( ( function ( ) { var r , o , s = e ( this ) , a = s . outerWidth ( ) , c = s . outerHeight ( ) , h = d ( this , "marginLeft" ) , v = d ( this , "marginTop" ) , k = a + h + d ( this , "marginRight" ) + b . width , M = c + v + d ( this , "marginBottom" ) + b . height , A = e . extend ( { } , g ) , L = u ( x . my , s . outerWidth ( ) , s . outerHeight ( ) ) ; "right" === t . my [ 0 ] ? A . left -= a : "center" === t . my [ 0 ] && ( A . left -= a / 2 ) , "bottom" === t . my [ 1 ] ? A . top -= c : "center" === t . my [ 1 ] && ( A . top -= c / 2 ) , A . left += L [ 0 ] , A . top += L [ 1 ] , r = { marginLeft : h , marginTop : v } , e . each ( [ "left" , "top" ] , ( function ( n , i ) { e . ui . position [ w [ n ] ] && e . ui . position [ w [ n ] ] [ i ] ( A , { targetWidth : f , targetHeight : p , elemWidth : a , elemHeight : c , collisionPosition : r , collisionWidth : k , collisionHeight : M , offset : [ l [ 0 ] + L [ 0 ] , l [ 1 ] + L [ 1 ] ] , my : t . my , at : t . at , within : y , elem : s } ) } ) ) , t . using && ( o = function ( e ) { var r = m . left - A . left , o = r + f - a , l = m . top - A . top , u = l + p - c , d = { target : { element : _ , left : m . left , top : m . top , width : f , height : p } , element : { element : s , left : A . left , top : A . top , width : a , height : c } , horizontal : o < 0 ? "left" : r > 0 ? "right" : "center" , vertical : u < 0 ? "top" : l > 0 ? "bottom" : "middle" } ; f < a && i ( r + o ) < f && ( d . horizontal = "center" ) , p < c && i ( l + u ) < p && ( d . vertical = "middle" ) , n ( i ( r ) , i ( o ) ) > n ( i ( l ) , i ( u ) ) ? d . important = "horizontal" : d . important = "vertical" , t . using . call ( this , e , d ) } ) , s . offset ( e . extend ( A , { using : o } ) ) } ) ) } , e . ui . position = { fit : { left : function ( e , t ) { var i , r = t . within , o = r . isWindow ? r . scrollLeft : r . offset . left , s = r . width , a = e . left - t . collisionPosition . marginLeft , l = o - a , c = a + t . collisionWidth - s - o ; t . collisionWidth > s ? l > 0 && c <= 0 ? ( i = e . left + l + t . collisionWidth - s - o , e . left += l - i ) : e . left = c > 0 && l <= 0 ? o : l > c ? o + s - t . collisionWidth : o : l > 0 ? e . left += l : c > 0 ? e . left -= c : e . left = n ( e . left - a , e . left ) } , top : function ( e , t ) { var i , r = t . within , o = r . isWindow ? r . scrollTop : r . offset . top , s = t . within . height , a = e . to
2018-12-11 22:56:46 +03:00
/ * !
2018-12-21 15:30:33 +03:00
* jQuery UI : data 1.12 . 1
2018-12-11 22:56:46 +03:00
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2018-12-21 15:30:33 +03:00
* / e . e f f e c t s = { e f f e c t : { } } ,
2018-12-11 22:56:46 +03:00
/ * !
2018-12-21 15:30:33 +03:00
* jQuery Color Animations v2 . 1.2
* https : //github.com/jquery/jquery-color
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
*
* Date : Wed Jan 16 08 : 47 : 09 2013 - 0600
* /
2020-03-08 12:29:54 +03:00
function ( e , t ) { var n , i = /^([\-+])=\s*(\d+\.?\d*)/ , r = [ { re : /rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/ , parse : function ( e ) { return [ e [ 1 ] , e [ 2 ] , e [ 3 ] , e [ 4 ] ] } } , { re : /rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/ , parse : function ( e ) { return [ 2.55 * e [ 1 ] , 2.55 * e [ 2 ] , 2.55 * e [ 3 ] , e [ 4 ] ] } } , { re : /#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/ , parse : function ( e ) { return [ parseInt ( e [ 1 ] , 16 ) , parseInt ( e [ 2 ] , 16 ) , parseInt ( e [ 3 ] , 16 ) ] } } , { re : /#([a-f0-9])([a-f0-9])([a-f0-9])/ , parse : function ( e ) { return [ parseInt ( e [ 1 ] + e [ 1 ] , 16 ) , parseInt ( e [ 2 ] + e [ 2 ] , 16 ) , parseInt ( e [ 3 ] + e [ 3 ] , 16 ) ] } } , { re : /hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/ , space : "hsla" , parse : function ( e ) { return [ e [ 1 ] , e [ 2 ] / 100 , e [ 3 ] / 100 , e [ 4 ] ] } } ] , o = e . Color = function ( t , n , i , r ) { return new e . Color . fn . parse ( t , n , i , r ) } , s = { rgba : { props : { red : { idx : 0 , type : "byte" } , green : { idx : 1 , type : "byte" } , blue : { idx : 2 , type : "byte" } } } , hsla : { props : { hue : { idx : 0 , type : "degrees" } , saturation : { idx : 1 , type : "percent" } , lightness : { idx : 2 , type : "percent" } } } } , a = { byte : { floor : ! 0 , max : 255 } , percent : { max : 1 } , degrees : { mod : 360 , floor : ! 0 } } , l = o . support = { } , c = e ( "<p>" ) [ 0 ] , u = e . each ; function d ( e , t , n ) { var i = a [ t . type ] || { } ; return null == e ? n || ! t . def ? null : t . def : ( e = i . floor ? ~ ~ e : parseFloat ( e ) , isNaN ( e ) ? t . def : i . mod ? ( e + i . mod ) % i . mod : 0 > e ? 0 : i . max < e ? i . max : e ) } function h ( t ) { var i = o ( ) , a = i . _rgba = [ ] ; return t = t . toLowerCase ( ) , u ( r , ( function ( e , n ) { var r , o = n . re . exec ( t ) , l = o && n . parse ( o ) , c = n . space || "rgba" ; if ( l ) return r = i [ c ] ( l ) , i [ s [ c ] . cache ] = r [ s [ c ] . cache ] , a = i . _rgba = r . _rgba , ! 1 } ) ) , a . length ? ( "0,0,0,0" === a . join ( ) && e . extend ( a , n . transparent ) , i ) : n [ t ] } function f ( e , t , n ) { return 6 * ( n = ( n + 1 ) % 1 ) < 1 ? e + ( t - e ) * n * 6 : 2 * n < 1 ? t : 3 * n < 2 ? e + ( t - e ) * ( 2 / 3 - n ) * 6 : e } c . style . cssText = "background-color:rgba(1,1,1,.5)" , l . rgba = c . style . backgroundColor . indexOf ( "rgba" ) > - 1 , u ( s , ( function ( e , t ) { t . cache = "_" + e , t . props . alpha = { idx : 3 , type : "percent" , def : 1 } } ) ) , o . fn = e . extend ( o . prototype , { parse : function ( t , i , r , a ) { if ( void 0 === t ) return this . _rgba = [ null , null , null , null ] , this ; ( t . jquery || t . nodeType ) && ( t = e ( t ) . css ( i ) , i = void 0 ) ; var l = this , c = e . type ( t ) , f = this . _rgba = [ ] ; return void 0 !== i && ( t = [ t , i , r , a ] , c = "array" ) , "string" === c ? this . parse ( h ( t ) || n . _default ) : "array" === c ? ( u ( s . rgba . props , ( function ( e , n ) { f [ n . idx ] = d ( t [ n . idx ] , n ) } ) ) , this ) : "object" === c ? ( u ( s , t instanceof o ? function ( e , n ) { t [ n . cache ] && ( l [ n . cache ] = t [ n . cache ] . slice ( ) ) } : function ( n , i ) { var r = i . cache ; u ( i . props , ( function ( e , n ) { if ( ! l [ r ] && i . to ) { if ( "alpha" === e || null == t [ e ] ) return ; l [ r ] = i . to ( l . _rgba ) } l [ r ] [ n . idx ] = d ( t [ e ] , n , ! 0 ) } ) ) , l [ r ] && e . inArray ( null , l [ r ] . slice ( 0 , 3 ) ) < 0 && ( l [ r ] [ 3 ] = 1 , i . from && ( l . _rgba = i . from ( l [ r ] ) ) ) } ) , this ) : void 0 } , is : function ( e ) { var t = o ( e ) , n = ! 0 , i = this ; return u ( s , ( function ( e , r ) { var o , s = t [ r . cache ] ; return s && ( o = i [ r . cache ] || r . to && r . to ( i . _rgba ) || [ ] , u ( r . props , ( function ( e , t ) { if ( null != s [ t . idx ] ) return n = s [ t . idx ] === o [ t . idx ] } ) ) ) , n } ) ) , n } , _space : function ( ) { var e = [ ] , t = this ; return u ( s , ( function ( n , i ) { t [ i . cache ] && e . push ( n ) } ) ) , e . pop ( ) } , transition : function ( e , t ) { var n = o ( e ) , i = n . _space ( ) , r = s [ i ] , l = 0 === this . alpha ( ) ? o ( "transparent" ) : this , c = l [ r . cache ] || r . to ( l . _rgba ) , h = c . slice ( ) ; return n = n [ r . cache ] , u ( r . props , ( function ( e , i ) { var r = i . idx , o = c [ r ] , s = n [ r ] , l = a [ i . type ] || { } ; null !== s && ( null === o ? h [ r ] = s : ( l . mod && ( s - o > l . mod / 2 ? o += l . mod : o - s > l . mod / 2 && ( o -= l . mod ) ) , h [ r ] = d ( ( s - o ) * t + o , i ) ) ) } ) ) , this [ i ] ( h ) } , blend : function ( t ) { if ( 1 === this . _rgba [ 3 ] ) return this ; var n = this . _rgba . slice ( ) , i = n . pop ( ) , r = o ( t ) . _rgba ; return o ( e . map ( n , ( function ( e , t ) { return ( 1 - i ) * r [ t ] + i * e } ) ) ) } , toRgbaString : function ( ) { var t = "rgba(" , n = e . map ( this . _rgba , ( function ( e , t ) { return null == e ? t > 2 ? 1 : 0 : e } ) ) ; return 1 === n [ 3 ] && ( n . pop ( ) , t = "rgb(" ) , t + n . join ( ) + ")" } , toHslaString : function ( ) { var t = "hsla(" , n = e . map ( this . hsla ( ) , ( function ( e , t ) { return null == e && ( e = t > 2 ? 1 : 0 ) , t && t < 3 && ( e = Math . round ( 100 * e ) + "%" ) , e } ) ) ; return 1 === n [ 3 ] && ( n . pop ( ) , t = "hsl(" ) , t + n . join ( ) + ")" } , toHexString : function ( t ) { var n = this . _rgba . slice ( ) , i = n . pop ( ) ; return t && n . push ( ~ ~ ( 255 * i ) ) , "#" + e . map ( n , ( function ( e ) { return 1 === ( e = ( e || 0 ) . toString ( 16 ) ) . length ? "0" + e : e } ) ) . join ( "" ) } , toString : function ( ) { return 0 === this . _rgba [ 3 ] ? "transparent" : this . toRgbaString ( ) } } ) , o . fn . parse . prototype = o . fn , s . hsla . to = function ( e ) { if ( null == e [ 0 ] || null == e [ 1 ] || null == e [ 2 ] ) ret
2018-12-21 15:30:33 +03:00
/ * !
* jQuery UI Focusable 1.12 . 1
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
* /
2019-10-04 13:17:09 +03:00
e . ui . focusable = function ( t , n ) { var i , r , o , s , a , l = t . nodeName . toLowerCase ( ) ; return "area" === l ? ( r = ( i = t . parentNode ) . name , ! ( ! t . href || ! r || "map" !== i . nodeName . toLowerCase ( ) ) && ( o = e ( "img[usemap='#" + r + "']" ) ) . length > 0 && o . is ( ":visible" ) ) : ( /^(input|select|textarea|button|object)$/ . test ( l ) ? ( s = ! t . disabled ) && ( a = e ( t ) . closest ( "fieldset" ) [ 0 ] ) && ( s = ! a . disabled ) : s = "a" === l && t . href || n , s && e ( t ) . is ( ":visible" ) && function ( e ) { for ( var t = e . css ( "visibility" ) ; "inherit" === t ; ) t = ( e = e . parent ( ) ) . css ( "visibility" ) ; return "hidden" !== t } ( e ( t ) ) ) } , e . extend ( e . expr [ ":" ] , { focusable : function ( t ) { return e . ui . focusable ( t , null != e . attr ( t , "tabindex" ) ) } } ) , e . ui . focusable , e . fn . form = function ( ) { return "string" == typeof this [ 0 ] . form ? this . closest ( "form" ) : e ( this [ 0 ] . form ) } , e . ui . formResetMixin = { _formResetHandler : function ( ) { var t = e ( this ) ; setTimeout ( ( function ( ) { var n = t . data ( "ui-form-reset-instances" ) ; e . each ( n , ( function ( ) { this . refresh ( ) } ) ) } ) ) } , _bindFormResetHandler : function ( ) { if ( this . form = this . element . form ( ) , this . form . length ) { var e = this . form . data ( "ui-form-reset-instances" ) || [ ] ; e . length || this . form . on ( "reset.ui-form-reset" , this . _formResetHandler ) , e . push ( this ) , this . form . data ( "ui-form-reset-instances" , e ) } } , _unbindFormResetHandler : function ( ) { if ( this . form . length ) { var t = this . form . data ( "ui-form-reset-instances" ) ; t . splice ( e . inArray ( this , t ) , 1 ) , t . length ? this . form . data ( "ui-form-reset-instances" , t ) : this . form . removeData ( "ui-form-reset-instances" ) . off ( "reset.ui-form-reset" ) } } } ,
2018-12-21 15:30:33 +03:00
/ * !
* jQuery UI Support for jQuery core 1.7 . x 1.12 . 1
2018-12-11 22:56:46 +03:00
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2018-12-21 15:30:33 +03:00
*
* /
2019-11-03 11:22:59 +03:00
"1.7" === e . fn . jquery . substring ( 0 , 3 ) && ( e . each ( [ "Width" , "Height" ] , ( function ( t , n ) { var i = "Width" === n ? [ "Left" , "Right" ] : [ "Top" , "Bottom" ] , r = n . toLowerCase ( ) , o = { innerWidth : e . fn . innerWidth , innerHeight : e . fn . innerHeight , outerWidth : e . fn . outerWidth , outerHeight : e . fn . outerHeight } ; function s ( t , n , r , o ) { return e . each ( i , ( function ( ) { n -= parseFloat ( e . css ( t , "padding" + this ) ) || 0 , r && ( n -= parseFloat ( e . css ( t , "border" + this + "Width" ) ) || 0 ) , o && ( n -= parseFloat ( e . css ( t , "margin" + this ) ) || 0 ) } ) ) , n } e . fn [ "inner" + n ] = function ( t ) { return void 0 === t ? o [ "inner" + n ] . call ( this ) : this . each ( ( function ( ) { e ( this ) . css ( r , s ( this , t ) + "px" ) } ) ) } , e . fn [ "outer" + n ] = function ( t , i ) { return "number" != typeof t ? o [ "outer" + n ] . call ( this , t ) : this . each ( ( function ( ) { e ( this ) . css ( r , s ( this , t , ! 0 , i ) + "px" ) } ) ) } } ) ) , e . fn . addBack = function ( e ) { return this . add ( null == e ? this . prevObject : this . prevObject . filter ( e ) ) } ) , e . ui . keyCode = { BACKSPACE : 8 , COMMA : 188 , DELETE : 46 , DOWN : 40 , END : 35 , ENTER : 13 , ESCAPE : 27 , HOME : 36 , LEFT : 37 , PAGE _DOWN : 34 , PAGE _UP : 33 , PERIOD : 190 , RIGHT : 39 , SPACE : 32 , TAB : 9 , UP : 38 } , e . ui . escapeSelector = ( a = /([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g , function ( e ) { return e . replace ( a , "\\$1" ) } ) , e . fn . labels = function ( ) { var t , n , i , r , o ; return this [ 0 ] . labels && this [ 0 ] . labels . length ? this . pushStack ( this [ 0 ] . labels ) : ( r = this . eq ( 0 ) . parents ( "label" ) , ( i = this . attr ( "id" ) ) && ( o = ( t = this . eq ( 0 ) . parents ( ) . last ( ) ) . add ( t . length ? t . siblings ( ) : this . siblings ( ) ) , n = "label[for='" + e . ui . escapeSelector ( i ) + "']" , r = r . add ( o . find ( n ) . addBack ( n ) ) ) , this . pushStack ( r ) ) } , e . fn . scrollParent = function ( t ) { var n = this . css ( "position" ) , i = "absolute" === n , r = t ? /(auto|scroll|hidden)/ : /(auto|scroll)/ , o = this . parents ( ) . filter ( ( function ( ) { var t = e ( this ) ; return ( ! i || "static" !== t . css ( "position" ) ) && r . test ( t . css ( "overflow" ) + t . css ( "overflow-y" ) + t . css ( "overflow-x" ) ) } ) ) . eq ( 0 ) ; return "fixed" !== n && o . length ? o : e ( this [ 0 ] . ownerDocument || document ) } , e . extend ( e . expr [ ":" ] , { tabbable : function ( t ) { var n = e . attr ( t , "tabindex" ) , i = null != n ; return ( ! i || n >= 0 ) && e . ui . focusable ( t , i ) } } ) , e . fn . extend ( { uniqueId : ( s = 0 , function ( ) { return this . each ( ( function ( ) { this . id || ( this . id = "ui-id-" + ++ s ) } ) ) } ) , removeUniqueId : function ( ) { return this . each ( ( function ( ) { /^ui-id-\d+$/ . test ( this . id ) && e ( this ) . removeAttr ( "id" ) } ) ) } } ) , e . widget ( "ui.accordion" , { version : "1.12.1" , options : { active : 0 , animate : { } , classes : { "ui-accordion-header" : "ui-corner-top" , "ui-accordion-header-collapsed" : "ui-corner-all" , "ui-accordion-content" : "ui-corner-bottom" } , collapsible : ! 1 , event : "click" , header : "> li > :first-child, > :not(li):even" , heightStyle : "auto" , icons : { activeHeader : "ui-icon-triangle-1-s" , header : "ui-icon-triangle-1-e" } , activate : null , beforeActivate : null } , hideProps : { borderTopWidth : "hide" , borderBottomWidth : "hide" , paddingTop : "hide" , paddingBottom : "hide" , height : "hide" } , showProps : { borderTopWidth : "show" , borderBottomWidth : "show" , paddingTop : "show" , paddingBottom : "show" , height : "show" } , _create : function ( ) { var t = this . options ; this . prevShow = this . prevHide = e ( ) , this . _addClass ( "ui-accordion" , "ui-widget ui-helper-reset" ) , this . element . attr ( "role" , "tablist" ) , t . collapsible || ! 1 !== t . active && null != t . active || ( t . active = 0 ) , this . _processPanels ( ) , t . active < 0 && ( t . active += this . headers . length ) , this . _refresh ( ) } , _getCreateEventData : function ( ) { return { header : this . active , panel : this . active . length ? this . active . next ( ) : e ( ) } } , _createIcons : function ( ) { var t , n , i = this . options . icons ; i && ( t = e ( "<span>" ) , this . _addClass ( t , "ui-accordion-header-icon" , "ui-icon " + i . header ) , t . prependTo ( this . headers ) , n = this . active . children ( ".ui-accordion-header-icon" ) , this . _removeClass ( n , i . header ) . _addClass ( n , null , i . activeHeader ) . _addClass ( this . headers , "ui-accordion-icons" ) ) } , _destroyIcons : function ( ) { this . _removeClass ( this . headers , "ui-accordion-icons" ) , this . headers . children ( ".ui-accordion-header-icon" ) . remove ( ) } , _destroy : function ( ) { var e ; this . element . removeAttr ( "role" ) , this . headers . removeAttr ( "role aria-expanded aria-selected aria-controls tabIndex" ) . removeUniqueId ( ) , this . _destroyIcons ( ) , e = this . headers . next ( ) . css ( "display" , "" ) . removeAttr ( "role aria-hidden aria-labelledby" ) . removeUniqueId ( ) , "content" !== this . options . heightStyle && e . css ( "height" , "" ) } , _setOption : function ( e , t ) { "active" !== e ? ( "event" === e && ( this . options . event && this . _off ( this . headers , this . options . event ) , this . _se
2018-12-11 22:56:46 +03:00
/ * !
2018-12-21 15:30:33 +03:00
* jQuery UI Autocomplete 1.12 . 1
2018-12-11 22:56:46 +03:00
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2018-12-21 15:30:33 +03:00
* /
2020-02-21 19:38:43 +03:00
e . widget ( "ui.autocomplete" , { version : "1.12.1" , defaultElement : "<input>" , options : { appendTo : null , autoFocus : ! 1 , delay : 300 , minLength : 1 , position : { my : "left top" , at : "left bottom" , collision : "none" } , source : null , change : null , close : null , focus : null , open : null , response : null , search : null , select : null } , requestIndex : 0 , pending : 0 , _create : function ( ) { var t , n , i , r = this . element [ 0 ] . nodeName . toLowerCase ( ) , o = "textarea" === r , s = "input" === r ; this . isMultiLine = o || ! s && this . _isContentEditable ( this . element ) , this . valueMethod = this . element [ o || s ? "val" : "text" ] , this . isNewMenu = ! 0 , this . _addClass ( "ui-autocomplete-input" ) , this . element . attr ( "autocomplete" , "off" ) , this . _on ( this . element , { keydown : function ( r ) { if ( this . element . prop ( "readOnly" ) ) return t = ! 0 , i = ! 0 , void ( n = ! 0 ) ; t = ! 1 , i = ! 1 , n = ! 1 ; var o = e . ui . keyCode ; switch ( r . keyCode ) { case o . PAGE _UP : t = ! 0 , this . _move ( "previousPage" , r ) ; break ; case o . PAGE _DOWN : t = ! 0 , this . _move ( "nextPage" , r ) ; break ; case o . UP : t = ! 0 , this . _keyEvent ( "previous" , r ) ; break ; case o . DOWN : t = ! 0 , this . _keyEvent ( "next" , r ) ; break ; case o . ENTER : this . menu . active && ( t = ! 0 , r . preventDefault ( ) , this . menu . select ( r ) ) ; break ; case o . TAB : this . menu . active && this . menu . select ( r ) ; break ; case o . ESCAPE : this . menu . element . is ( ":visible" ) && ( this . isMultiLine || this . _value ( this . term ) , this . close ( r ) , r . preventDefault ( ) ) ; break ; default : n = ! 0 , this . _searchTimeout ( r ) } } , keypress : function ( i ) { if ( t ) return t = ! 1 , void ( this . isMultiLine && ! this . menu . element . is ( ":visible" ) || i . preventDefault ( ) ) ; if ( ! n ) { var r = e . ui . keyCode ; switch ( i . keyCode ) { case r . PAGE _UP : this . _move ( "previousPage" , i ) ; break ; case r . PAGE _DOWN : this . _move ( "nextPage" , i ) ; break ; case r . UP : this . _keyEvent ( "previous" , i ) ; break ; case r . DOWN : this . _keyEvent ( "next" , i ) } } } , input : function ( e ) { if ( i ) return i = ! 1 , void e . preventDefault ( ) ; this . _searchTimeout ( e ) } , focus : function ( ) { this . selectedItem = null , this . previous = this . _value ( ) } , blur : function ( e ) { this . cancelBlur ? delete this . cancelBlur : ( clearTimeout ( this . searching ) , this . close ( e ) , this . _change ( e ) ) } } ) , this . _initSource ( ) , this . menu = e ( "<ul>" ) . appendTo ( this . _appendTo ( ) ) . menu ( { role : null } ) . hide ( ) . menu ( "instance" ) , this . _addClass ( this . menu . element , "ui-autocomplete" , "ui-front" ) , this . _on ( this . menu . element , { mousedown : function ( t ) { t . preventDefault ( ) , this . cancelBlur = ! 0 , this . _delay ( ( function ( ) { delete this . cancelBlur , this . element [ 0 ] !== e . ui . safeActiveElement ( this . document [ 0 ] ) && this . element . trigger ( "focus" ) } ) ) } , menufocus : function ( t , n ) { var i , r ; if ( this . isNewMenu && ( this . isNewMenu = ! 1 , t . originalEvent && /^mouse/ . test ( t . originalEvent . type ) ) ) return this . menu . blur ( ) , void this . document . one ( "mousemove" , ( function ( ) { e ( t . target ) . trigger ( t . originalEvent ) } ) ) ; r = n . item . data ( "ui-autocomplete-item" ) , ! 1 !== this . _trigger ( "focus" , t , { item : r } ) && t . originalEvent && /^key/ . test ( t . originalEvent . type ) && this . _value ( r . value ) , ( i = n . item . attr ( "aria-label" ) || r . value ) && e . trim ( i ) . length && ( this . liveRegion . children ( ) . hide ( ) , e ( "<div>" ) . text ( i ) . appendTo ( this . liveRegion ) ) } , menuselect : function ( t , n ) { var i = n . item . data ( "ui-autocomplete-item" ) , r = this . previous ; this . element [ 0 ] !== e . ui . safeActiveElement ( this . document [ 0 ] ) && ( this . element . trigger ( "focus" ) , this . previous = r , this . _delay ( ( function ( ) { this . previous = r , this . selectedItem = i } ) ) ) , ! 1 !== this . _trigger ( "select" , t , { item : i } ) && this . _value ( i . value ) , this . term = this . _value ( ) , this . close ( t ) , this . selectedItem = i } } ) , this . liveRegion = e ( "<div>" , { role : "status" , "aria-live" : "assertive" , "aria-relevant" : "additions" } ) . appendTo ( this . document [ 0 ] . body ) , this . _addClass ( this . liveRegion , null , "ui-helper-hidden-accessible" ) , this . _on ( this . window , { beforeunload : function ( ) { this . element . removeAttr ( "autocomplete" ) } } ) } , _destroy : function ( ) { clearTimeout ( this . searching ) , this . element . removeAttr ( "autocomplete" ) , this . menu . element . remove ( ) , this . liveRegion . remove ( ) } , _setOption : function ( e , t ) { this . _super ( e , t ) , "source" === e && this . _initSource ( ) , "appendTo" === e && this . menu . element . appendTo ( this . _appendTo ( ) ) , "disabled" === e && t && this . xhr && this . xhr . abort ( ) } , _isEventTargetInWidget : function ( t ) { var n = this . menu . element [ 0 ] ; return t . target === this . element [ 0 ] || t . target === n || e . contains ( n , t . target ) } , _closeOnClickOutside : function ( e ) { this . _isEventTargetInWidget ( e ) || this . close ( ) } , _appendTo : function ( ) { var t = this . options . appendTo ; return t && ( t = t . jquer
2018-12-11 22:56:46 +03:00
/ * !
2018-12-21 15:30:33 +03:00
* jQuery UI Controlgroup 1.12 . 1
2018-12-11 22:56:46 +03:00
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2020-02-21 19:38:43 +03:00
* / f u n c t i o n d ( ) { t h i s . _ c u r I n s t = n u l l , t h i s . _ k e y E v e n t = ! 1 , t h i s . _ d i s a b l e d I n p u t s = [ ] , t h i s . _ d a t e p i c k e r S h o w i n g = ! 1 , t h i s . _ i n D i a l o g = ! 1 , t h i s . _ m a i n D i v I d = " u i - d a t e p i c k e r - d i v " , t h i s . _ i n l i n e C l a s s = " u i - d a t e p i c k e r - i n l i n e " , t h i s . _ a p p e n d C l a s s = " u i - d a t e p i c k e r - a p p e n d " , t h i s . _ t r i g g e r C l a s s = " u i - d a t e p i c k e r - t r i g g e r " , t h i s . _ d i a l o g C l a s s = " u i - d a t e p i c k e r - d i a l o g " , t h i s . _ d i s a b l e C l a s s = " u i - d a t e p i c k e r - d i s a b l e d " , t h i s . _ u n s e l e c t a b l e C l a s s = " u i - d a t e p i c k e r - u n s e l e c t a b l e " , t h i s . _ c u r r e n t C l a s s = " u i - d a t e p i c k e r - c u r r e n t - d a y " , t h i s . _ d a y O v e r C l a s s = " u i - d a t e p i c k e r - d a y s - c e l l - o v e r " , t h i s . r e g i o n a l = [ ] , t h i s . r e g i o n a l [ " " ] = { c l o s e T e x t : " D o n e " , p r e v T e x t : " P r e v " , n e x t T e x t : " N e x t " , c u r r e n t T e x t : " T o d a y " , m o n t h N a m e s : [ " J a n u a r y " , " F e b r u a r y " , " M a r c h " , " A p r i l " , " M a y " , " J u n e " , " J u l y " , " A u g u s t " , " S e p t e m b e r " , " O c t o b e r " , " N o v e m b e r " , " D e c e m b e r " ] , m o n t h N a m e s S h o r t : [ " J a n " , " F e b " , " M a r " , " A p r " , " M a y " , " J u n " , " J u l " , " A u g " , " S e p " , " O c t " , " N o v " , " D e c " ] , d a y N a m e s : [ " S u n d a y " , " M o n d a y " , " T u e s d a y " , " W e d n e s d a y " , " T h u r s d a y " , " F r i d a y " , " S a t u r d a y " ] , d a y N a m e s S h o r t : [ " S u n " , " M o n " , " T u e " , " W e d " , " T h u " , " F r i " , " S a t " ] , d a y N a m e s M i n : [ " S u " , " M o " , " T u " , " W e " , " T h " , " F r " , " S a " ] , w e e k H e a d e r : " W k " , d a t e F o r m a t : " m m / d d / y y " , f i r s t D a y : 0 , i s R T L : ! 1 , s h o w M o n t h A f t e r Y e a r : ! 1 , y e a r S u f f i x : " " } , t h i s . _ d e f a u l t s = { s h o w O n : " f o c u s " , s h o w A n i m : " f a d e I n " , s h o w O p t i o n s : { } , d e f a u l t D a t e : n u l l , a p p e n d T e x t : " " , b u t t o n T e x t : " . . . " , b u t t o n I m a g e : " " , b u t t o n I m a g e O n l y : ! 1 , h i d e I f N o P r e v N e x t : ! 1 , n a v i g a t i o n A s D a t e F o r m a t : ! 1 , g o t o C u r r e n t : ! 1 , c h a n g e M o n t h : ! 1 , c h a n g e Y e a r : ! 1 , y e a r R a n g e : " c - 1 0 : c + 1 0 " , s h o w O t h e r M o n t h s : ! 1 , s e l e c t O t h e r M o n t h s : ! 1 , s h o w W e e k : ! 1 , c a l c u l a t e W e e k : t h i s . i s o 8 6 0 1 W e e k , s h o r t Y e a r C u t o f f : " + 1 0 " , m i n D a t e : n u l l , m a x D a t e : n u l l , d u r a t i o n : " f a s t " , b e f o r e S h o w D a y : n u l l , b e f o r e S h o w : n u l l , o n S e l e c t : n u l l , o n C h a n g e M o n t h Y e a r : n u l l , o n C l o s e : n u l l , n u m b e r O f M o n t h s : 1 , s h o w C u r r e n t A t P o s : 0 , s t e p M o n t h s : 1 , s t e p B i g M o n t h s : 1 2 , a l t F i e l d : " " , a l t F o r m a t : " " , c o n s t r a i n I n p u t : ! 0 , s h o w B u t t o n P a n e l : ! 1 , a u t o S i z e : ! 1 , d i s a b l e d : ! 1 } , e . e x t e n d ( t h i s . _ d e f a u l t s , t h i s . r e g i o n a l [ " " ] ) , t h i s . r e g i o n a l . e n = e . e x t e n d ( ! 0 , { } , t h i s . r e g i o n a l [ " " ] ) , t h i s . r e g i o n a l [ " e n - U S " ] = e . e x t e n d ( ! 0 , { } , t h i s . r e g i o n a l . e n ) , t h i s . d p D i v = h ( e ( " < d i v i d = ' " + t h i s . _ m a i n D i v I d + " ' c l a s s = ' u i - d a t e p i c k e r u i - w i d g e t u i - w i d g e t - c o n t e n t u i - h e l p e r - c l e a r f i x u i - c o r n e r - a l l ' > < / d i v > " ) ) } f u n c t i o n h ( t ) { v a r n = " b u t t o n , . u i - d a t e p i c k e r - p r e v , . u i - d a t e p i c k e r - n e x t , . u i - d a t e p i c k e r - c a l e n d a r t d a " ; r e t u r n t . o n ( " m o u s e o u t " , n , ( f u n c t i o n ( ) { e ( t h i s ) . r e m o v e C l a s s ( " u i - s t a t e - h o v e r " ) , - 1 ! = = t h i s . c l a s s N a m e . i n d e x O f ( " u i - d a t e p i c k e r - p r e v " ) & & e ( t h i s ) . r e m o v e C l a s s ( " u i - d a t e p i c k e r - p r e v - h o v e r " ) , - 1 ! = = t h i s . c l a s s N a m e . i n d e x O f ( " u i - d a t e p i c k e r - n e x t " ) & & e ( t h i s ) . r e m o v e C l a s s ( " u i - d a t e p i c k e r - n e x t - h o v e r " ) } ) ) . o n ( " m o u s e o v e r " , n , f ) } f u n c t i o n f ( ) { e . d a t e p i c k e r . _ i s D i s a b l e d D a t e p i c k e r ( c . i n l i n e ? c . d p D i v . p a r e n t ( ) [ 0 ] : c . i n p u t [ 0 ] ) | | ( e ( t h i s ) . p a r e n t s ( " . u i - d a t e p i c k e r - c a l e n d a r " ) . f i n d ( " a " ) . r e m o v e C l a s s ( " u i - s t a t e - h o v e r " ) , e ( t h i s ) . a d d C l a s s ( " u i - s t a t e - h o v e r " ) , - 1 ! = = t h i s . c l a s s N a m e . i n d e x O f ( " u i - d a t e p i c k e r - p r e v " ) & & e ( t h i s ) . a d d C l a s s ( " u i - d a t e p i c k e r - p r e v - h o v e r " ) , - 1 ! = = t h i s . c l a s s N a m e . i n d e x O f ( " u i - d a t e p i c k e r - n e x t " ) & & e ( t h i s ) . a d d C l a s s ( " u i - d a t e p i c k e r - n e x t - h o v e r " ) ) } f u n c t i o n p ( t , n ) { f o r ( v a r i i n e . e x t e n d ( t , n ) , n ) n u l l = = n [ i ] & & ( t [ i ] = n [ i ] ) ; r e t u r n t } e . w i d g e t ( " u i . c o n t r o l g r o u p " , { v e r s i o n : " 1 . 1 2 . 1 " , d e f a u l t E l e m e n t : " < d i v > " , o p t i o n s : { d i r e c t i o n : " h o r i z o n t a l " , d i s a b l e d : n u l l , o n l y V i s i b l e : ! 0 , i t e m s : { b u t t o n : " i n p u t [ t y p e = b u t t o n ] , i n p u t [ t y p e = s u b m i t ] , i n p u t [ t y p e = r e s e t ] , b u t t o n , a " , c o n t r o l g r o u p L a b e l : " . u i - c o n t r o l g r o u p - l a b e l " , c h e c k b o x r a d i o : " i n p u t [ t y p e = ' c h e c k b o x ' ] , i n p u t [ t y p e = ' r a d i o ' ] " , s e l e c t m e n u : " s e l e c t " , s p i n n e r : " . u i - s p i n n e r - i n p u t " } } , _ c r e a t e : f u n c t i o n ( ) { t h i s . _ e n h a n c e ( ) } , _ e n h a n c e : f u n c t i o n ( ) { t h i s . e l e m e n t . a t t r ( " r o l e " , " t o o l b a r " ) , t h i s . r e f r e s h ( ) } , _ d e s t r o y : f u n c t i o n ( ) { t h i s . _ c a l l C h i l d M e t h o d ( " d e s t r o y " ) , t h i s . c h i l d W i d g e t s . r e m o v e D a t a ( " u i - c o n t r o l g r o u p - d a t a " ) , t h i s . e l e m e n t . r e m o v e A t t r ( " r o l e " ) , t h i s . o p t i o n s . i t e m s . c o n t r o l g r o u p L a b e l & & t h i s . e l e m e n t . f i n d ( t h i s . o p t i o n s . i t e m s . c o n t r o l g r o u p L a b e l ) . f i n d ( " . u i - c o n t r o l g r o u p - l a b e l - c o n t e n t s " ) . c o n t e n t s ( ) . u n w r a p ( ) } , _ i n i t W i d g e t s : f u n c t i o n ( ) { v a r t = t h i s , n = [ ] ; e . e a c h ( t h i s . o p t i o n s . i t e m s , ( f u n c t i o n ( i , r ) { v a r o , s = { } ; i f ( r ) r e t u r n " c o n t r o l g r o u p L a b e l " = = = i ? ( ( o = t . e l e m e n t . f i n d ( r ) ) . e a c h ( ( f u n c t i o n ( ) { v a r t = e ( t h i s ) ; t . c h i l d r e n ( " . u i - c o n t r o l g r o u p - l a b e l - c o n t e n t s " ) . l e n g t h | | t . c o n t e n t s ( ) . w r a p A l l ( " < s p a n c l a s s = ' u i - c o n t r o l g r o u p - l a b e l - c o n t e n t s ' > < / s p a n > " ) } ) ) , t . _ a d d C l a s s ( o , n u l l , " u i - w i d g e t u i - w i d g e t - c o n t e n t u i - s t a t e - d e f a u l t " ) , v o i d ( n = n . c o n c a t (
2018-12-11 22:56:46 +03:00
/ * !
2018-12-21 15:30:33 +03:00
* jQuery UI Checkboxradio 1.12 . 1
2018-12-11 22:56:46 +03:00
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2018-12-21 15:30:33 +03:00
* /
2019-09-13 12:04:31 +03:00
e . widget ( "ui.checkboxradio" , [ e . ui . formResetMixin , { version : "1.12.1" , options : { disabled : null , label : null , icon : ! 0 , classes : { "ui-checkboxradio-label" : "ui-corner-all" , "ui-checkboxradio-icon" : "ui-corner-all" } } , _getCreateOptions : function ( ) { var t , n , i = this , r = this . _super ( ) || { } ; return this . _readType ( ) , n = this . element . labels ( ) , this . label = e ( n [ n . length - 1 ] ) , this . label . length || e . error ( "No label found for checkboxradio widget" ) , this . originalLabel = "" , this . label . contents ( ) . not ( this . element [ 0 ] ) . each ( ( function ( ) { i . originalLabel += 3 === this . nodeType ? e ( this ) . text ( ) : this . outerHTML } ) ) , this . originalLabel && ( r . label = this . originalLabel ) , null != ( t = this . element [ 0 ] . disabled ) && ( r . disabled = t ) , r } , _create : function ( ) { var e = this . element [ 0 ] . checked ; this . _bindFormResetHandler ( ) , null == this . options . disabled && ( this . options . disabled = this . element [ 0 ] . disabled ) , this . _setOption ( "disabled" , this . options . disabled ) , this . _addClass ( "ui-checkboxradio" , "ui-helper-hidden-accessible" ) , this . _addClass ( this . label , "ui-checkboxradio-label" , "ui-button ui-widget" ) , "radio" === this . type && this . _addClass ( this . label , "ui-checkboxradio-radio-label" ) , this . options . label && this . options . label !== this . originalLabel ? this . _updateLabel ( ) : this . originalLabel && ( this . options . label = this . originalLabel ) , this . _enhance ( ) , e && ( this . _addClass ( this . label , "ui-checkboxradio-checked" , "ui-state-active" ) , this . icon && this . _addClass ( this . icon , null , "ui-state-hover" ) ) , this . _on ( { change : "_toggleClasses" , focus : function ( ) { this . _addClass ( this . label , null , "ui-state-focus ui-visual-focus" ) } , blur : function ( ) { this . _removeClass ( this . label , null , "ui-state-focus ui-visual-focus" ) } } ) } , _readType : function ( ) { var t = this . element [ 0 ] . nodeName . toLowerCase ( ) ; this . type = this . element [ 0 ] . type , "input" === t && /radio|checkbox/ . test ( this . type ) || e . error ( "Can't create checkboxradio on element.nodeName=" + t + " and element.type=" + this . type ) } , _enhance : function ( ) { this . _updateIcon ( this . element [ 0 ] . checked ) } , widget : function ( ) { return this . label } , _getRadioGroup : function ( ) { var t = this . element [ 0 ] . name , n = "input[name='" + e . ui . escapeSelector ( t ) + "']" ; return t ? ( this . form . length ? e ( this . form [ 0 ] . elements ) . filter ( n ) : e ( n ) . filter ( ( function ( ) { return 0 === e ( this ) . form ( ) . length } ) ) ) . not ( this . element ) : e ( [ ] ) } , _toggleClasses : function ( ) { var t = this . element [ 0 ] . checked ; this . _toggleClass ( this . label , "ui-checkboxradio-checked" , "ui-state-active" , t ) , this . options . icon && "checkbox" === this . type && this . _toggleClass ( this . icon , null , "ui-icon-check ui-state-checked" , t ) . _toggleClass ( this . icon , null , "ui-icon-blank" , ! t ) , "radio" === this . type && this . _getRadioGroup ( ) . each ( ( function ( ) { var t = e ( this ) . checkboxradio ( "instance" ) ; t && t . _removeClass ( t . label , "ui-checkboxradio-checked" , "ui-state-active" ) } ) ) } , _destroy : function ( ) { this . _unbindFormResetHandler ( ) , this . icon && ( this . icon . remove ( ) , this . iconSpace . remove ( ) ) } , _setOption : function ( e , t ) { if ( "label" !== e || t ) { if ( this . _super ( e , t ) , "disabled" === e ) return this . _toggleClass ( this . label , null , "ui-state-disabled" , t ) , void ( this . element [ 0 ] . disabled = t ) ; this . refresh ( ) } } , _updateIcon : function ( t ) { var n = "ui-icon ui-icon-background " ; this . options . icon ? ( this . icon || ( this . icon = e ( "<span>" ) , this . iconSpace = e ( "<span> </span>" ) , this . _addClass ( this . iconSpace , "ui-checkboxradio-icon-space" ) ) , "checkbox" === this . type ? ( n += t ? "ui-icon-check ui-state-checked" : "ui-icon-blank" , this . _removeClass ( this . icon , null , t ? "ui-icon-blank" : "ui-icon-check" ) ) : n += "ui-icon-blank" , this . _addClass ( this . icon , "ui-checkboxradio-icon" , n ) , t || this . _removeClass ( this . icon , null , "ui-icon-check ui-state-checked" ) , this . icon . prependTo ( this . label ) . after ( this . iconSpace ) ) : void 0 !== this . icon && ( this . icon . remove ( ) , this . iconSpace . remove ( ) , delete this . icon ) } , _updateLabel : function ( ) { var e = this . label . contents ( ) . not ( this . element [ 0 ] ) ; this . icon && ( e = e . not ( this . icon [ 0 ] ) ) , this . iconSpace && ( e = e . not ( this . iconSpace [ 0 ] ) ) , e . remove ( ) , this . label . append ( this . options . label ) } , refresh : function ( ) { var e = this . element [ 0 ] . checked , t = this . element [ 0 ] . disabled ; this . _updateIcon ( e ) , this . _toggleClass ( this . label , "ui-checkboxradio-checked" , "ui-state-active" , e ) , null !== this . options . label && this . _updateLabel ( ) , t !== this . options . disabled && this . _setOptions ( { disabled : t } ) } } ] ) , e . ui . checkboxradio ,
2018-12-11 22:56:46 +03:00
/ * !
2018-12-21 15:30:33 +03:00
* jQuery UI Button 1.12 . 1
2018-12-11 22:56:46 +03:00
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2018-12-21 15:30:33 +03:00
* /
2019-10-04 13:17:09 +03:00
e . widget ( "ui.button" , { version : "1.12.1" , defaultElement : "<button>" , options : { classes : { "ui-button" : "ui-corner-all" } , disabled : null , icon : null , iconPosition : "beginning" , label : null , showLabel : ! 0 } , _getCreateOptions : function ( ) { var e , t = this . _super ( ) || { } ; return this . isInput = this . element . is ( "input" ) , null != ( e = this . element [ 0 ] . disabled ) && ( t . disabled = e ) , this . originalLabel = this . isInput ? this . element . val ( ) : this . element . html ( ) , this . originalLabel && ( t . label = this . originalLabel ) , t } , _create : function ( ) { ! this . option . showLabel & ! this . options . icon && ( this . options . showLabel = ! 0 ) , null == this . options . disabled && ( this . options . disabled = this . element [ 0 ] . disabled || ! 1 ) , this . hasTitle = ! ! this . element . attr ( "title" ) , this . options . label && this . options . label !== this . originalLabel && ( this . isInput ? this . element . val ( this . options . label ) : this . element . html ( this . options . label ) ) , this . _addClass ( "ui-button" , "ui-widget" ) , this . _setOption ( "disabled" , this . options . disabled ) , this . _enhance ( ) , this . element . is ( "a" ) && this . _on ( { keyup : function ( t ) { t . keyCode === e . ui . keyCode . SPACE && ( t . preventDefault ( ) , this . element [ 0 ] . click ? this . element [ 0 ] . click ( ) : this . element . trigger ( "click" ) ) } } ) } , _enhance : function ( ) { this . element . is ( "button" ) || this . element . attr ( "role" , "button" ) , this . options . icon && ( this . _updateIcon ( "icon" , this . options . icon ) , this . _updateTooltip ( ) ) } , _updateTooltip : function ( ) { this . title = this . element . attr ( "title" ) , this . options . showLabel || this . title || this . element . attr ( "title" , this . options . label ) } , _updateIcon : function ( t , n ) { var i = "iconPosition" !== t , r = i ? this . options . iconPosition : n , o = "top" === r || "bottom" === r ; this . icon ? i && this . _removeClass ( this . icon , null , this . options . icon ) : ( this . icon = e ( "<span>" ) , this . _addClass ( this . icon , "ui-button-icon" , "ui-icon" ) , this . options . showLabel || this . _addClass ( "ui-button-icon-only" ) ) , i && this . _addClass ( this . icon , null , n ) , this . _attachIcon ( r ) , o ? ( this . _addClass ( this . icon , null , "ui-widget-icon-block" ) , this . iconSpace && this . iconSpace . remove ( ) ) : ( this . iconSpace || ( this . iconSpace = e ( "<span> </span>" ) , this . _addClass ( this . iconSpace , "ui-button-icon-space" ) ) , this . _removeClass ( this . icon , null , "ui-wiget-icon-block" ) , this . _attachIconSpace ( r ) ) } , _destroy : function ( ) { this . element . removeAttr ( "role" ) , this . icon && this . icon . remove ( ) , this . iconSpace && this . iconSpace . remove ( ) , this . hasTitle || this . element . removeAttr ( "title" ) } , _attachIconSpace : function ( e ) { this . icon [ /^(?:end|bottom)/ . test ( e ) ? "before" : "after" ] ( this . iconSpace ) } , _attachIcon : function ( e ) { this . element [ /^(?:end|bottom)/ . test ( e ) ? "append" : "prepend" ] ( this . icon ) } , _setOptions : function ( e ) { var t = void 0 === e . showLabel ? this . options . showLabel : e . showLabel , n = void 0 === e . icon ? this . options . icon : e . icon ; t || n || ( e . showLabel = ! 0 ) , this . _super ( e ) } , _setOption : function ( e , t ) { "icon" === e && ( t ? this . _updateIcon ( e , t ) : this . icon && ( this . icon . remove ( ) , this . iconSpace && this . iconSpace . remove ( ) ) ) , "iconPosition" === e && this . _updateIcon ( e , t ) , "showLabel" === e && ( this . _toggleClass ( "ui-button-icon-only" , null , ! t ) , this . _updateTooltip ( ) ) , "label" === e && ( this . isInput ? this . element . val ( t ) : ( this . element . html ( t ) , this . icon && ( this . _attachIcon ( this . options . iconPosition ) , this . _attachIconSpace ( this . options . iconPosition ) ) ) ) , this . _super ( e , t ) , "disabled" === e && ( this . _toggleClass ( null , "ui-state-disabled" , t ) , this . element [ 0 ] . disabled = t , t && this . element . blur ( ) ) } , refresh : function ( ) { var e = this . element . is ( "input, button" ) ? this . element [ 0 ] . disabled : this . element . hasClass ( "ui-button-disabled" ) ; e !== this . options . disabled && this . _setOptions ( { disabled : e } ) , this . _updateTooltip ( ) } } ) , ! 1 !== e . uiBackCompat && ( e . widget ( "ui.button" , e . ui . button , { options : { text : ! 0 , icons : { primary : null , secondary : null } } , _create : function ( ) { this . options . showLabel && ! this . options . text && ( this . options . showLabel = this . options . text ) , ! this . options . showLabel && this . options . text && ( this . options . text = this . options . showLabel ) , this . options . icon || ! this . options . icons . primary && ! this . options . icons . secondary ? this . options . icon && ( this . options . icons . primary = this . options . icon ) : this . options . icons . primary ? this . options . icon = this . options . icons . primary : ( this . options . icon = this . options . icons . secondary , this . options . iconPosition = "end" ) , this . _super ( ) } , _setOption : function ( e , t ) { "text" !== e ? ( "showLabel" === e && ( this . options . tex
2018-12-11 22:56:46 +03:00
/ * !
2018-12-21 15:30:33 +03:00
* jQuery UI Datepicker 1.12 . 1
2018-12-11 22:56:46 +03:00
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2018-12-21 15:30:33 +03:00
* /
2020-03-10 11:58:52 +03:00
e . extend ( e . ui , { datepicker : { version : "1.12.1" } } ) , e . extend ( d . prototype , { markerClassName : "hasDatepicker" , maxRows : 4 , _widgetDatepicker : function ( ) { return this . dpDiv } , setDefaults : function ( e ) { return p ( this . _defaults , e || { } ) , this } , _attachDatepicker : function ( t , n ) { var i , r , o ; r = "div" === ( i = t . nodeName . toLowerCase ( ) ) || "span" === i , t . id || ( this . uuid += 1 , t . id = "dp" + this . uuid ) , ( o = this . _newInst ( e ( t ) , r ) ) . settings = e . extend ( { } , n || { } ) , "input" === i ? this . _connectDatepicker ( t , o ) : r && this . _inlineDatepicker ( t , o ) } , _newInst : function ( t , n ) { return { id : t [ 0 ] . id . replace ( /([^A-Za-z0-9_\-])/g , "\\\\$1" ) , input : t , selectedDay : 0 , selectedMonth : 0 , selectedYear : 0 , drawMonth : 0 , drawYear : 0 , inline : n , dpDiv : n ? h ( e ( "<div class='" + this . _inlineClass + " ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>" ) ) : this . dpDiv } } , _connectDatepicker : function ( t , n ) { var i = e ( t ) ; n . append = e ( [ ] ) , n . trigger = e ( [ ] ) , i . hasClass ( this . markerClassName ) || ( this . _attachments ( i , n ) , i . addClass ( this . markerClassName ) . on ( "keydown" , this . _doKeyDown ) . on ( "keypress" , this . _doKeyPress ) . on ( "keyup" , this . _doKeyUp ) , this . _autoSize ( n ) , e . data ( t , "datepicker" , n ) , n . settings . disabled && this . _disableDatepicker ( t ) ) } , _attachments : function ( t , n ) { var i , r , o , s = this . _get ( n , "appendText" ) , a = this . _get ( n , "isRTL" ) ; n . append && n . append . remove ( ) , s && ( n . append = e ( "<span class='" + this . _appendClass + "'>" + s + "</span>" ) , t [ a ? "before" : "after" ] ( n . append ) ) , t . off ( "focus" , this . _showDatepicker ) , n . trigger && n . trigger . remove ( ) , "focus" !== ( i = this . _get ( n , "showOn" ) ) && "both" !== i || t . on ( "focus" , this . _showDatepicker ) , "button" !== i && "both" !== i || ( r = this . _get ( n , "buttonText" ) , o = this . _get ( n , "buttonImage" ) , n . trigger = e ( this . _get ( n , "buttonImageOnly" ) ? e ( "<img/>" ) . addClass ( this . _triggerClass ) . attr ( { src : o , alt : r , title : r } ) : e ( "<button type='button'></button>" ) . addClass ( this . _triggerClass ) . html ( o ? e ( "<img/>" ) . attr ( { src : o , alt : r , title : r } ) : r ) ) , t [ a ? "before" : "after" ] ( n . trigger ) , n . trigger . on ( "click" , ( function ( ) { return e . datepicker . _datepickerShowing && e . datepicker . _lastInput === t [ 0 ] ? e . datepicker . _hideDatepicker ( ) : e . datepicker . _datepickerShowing && e . datepicker . _lastInput !== t [ 0 ] ? ( e . datepicker . _hideDatepicker ( ) , e . datepicker . _showDatepicker ( t [ 0 ] ) ) : e . datepicker . _showDatepicker ( t [ 0 ] ) , ! 1 } ) ) ) } , _autoSize : function ( e ) { if ( this . _get ( e , "autoSize" ) && ! e . inline ) { var t , n , i , r , o = new Date ( 2009 , 11 , 20 ) , s = this . _get ( e , "dateFormat" ) ; s . match ( /[DM]/ ) && ( t = function ( e ) { for ( n = 0 , i = 0 , r = 0 ; r < e . length ; r ++ ) e [ r ] . length > n && ( n = e [ r ] . length , i = r ) ; return i } , o . setMonth ( t ( this . _get ( e , s . match ( /MM/ ) ? "monthNames" : "monthNamesShort" ) ) ) , o . setDate ( t ( this . _get ( e , s . match ( /DD/ ) ? "dayNames" : "dayNamesShort" ) ) + 20 - o . getDay ( ) ) ) , e . input . attr ( "size" , this . _formatDate ( e , o ) . length ) } } , _inlineDatepicker : function ( t , n ) { var i = e ( t ) ; i . hasClass ( this . markerClassName ) || ( i . addClass ( this . markerClassName ) . append ( n . dpDiv ) , e . data ( t , "datepicker" , n ) , this . _setDate ( n , this . _getDefaultDate ( n ) , ! 0 ) , this . _updateDatepicker ( n ) , this . _updateAlternate ( n ) , n . settings . disabled && this . _disableDatepicker ( t ) , n . dpDiv . css ( "display" , "block" ) ) } , _dialogDatepicker : function ( t , n , i , r , o ) { var s , a , l , c , u , d = this . _dialogInst ; return d || ( this . uuid += 1 , s = "dp" + this . uuid , this . _dialogInput = e ( "<input type='text' id='" + s + "' style='position: absolute; top: -100px; width: 0px;'/>" ) , this . _dialogInput . on ( "keydown" , this . _doKeyDown ) , e ( "body" ) . append ( this . _dialogInput ) , ( d = this . _dialogInst = this . _newInst ( this . _dialogInput , ! 1 ) ) . settings = { } , e . data ( this . _dialogInput [ 0 ] , "datepicker" , d ) ) , p ( d . settings , r || { } ) , n = n && n . constructor === Date ? this . _formatDate ( d , n ) : n , this . _dialogInput . val ( n ) , this . _pos = o ? o . length ? o : [ o . pageX , o . pageY ] : null , this . _pos || ( a = document . documentElement . clientWidth , l = document . documentElement . clientHeight , c = document . documentElement . scrollLeft || document . body . scrollLeft , u = document . documentElement . scrollTop || document . body . scrollTop , this . _pos = [ a / 2 - 100 + c , l / 2 - 150 + u ] ) , this . _dialogInput . css ( "left" , this . _pos [ 0 ] + 20 + "px" ) . css ( "top" , this . _pos [ 1 ] + "px" ) , d . settings . onSelect = i , this . _inDialog = ! 0 , this . dpDiv . addClass ( this . _dialogClass ) , this . _showDatepicker ( this . _dialogInput [ 0 ] ) , e . blockUI && e . blockUI ( this . dpDiv ) , e . data ( this . _dialogInput [ 0 ] , "datepicker" , d ) , this } , _destroyDatepicker : function ( t ) { var n , i = e ( t ) , r = e . data ( t , "datepicker" ) ; i . h
2018-12-11 22:56:46 +03:00
/ * !
2018-12-21 15:30:33 +03:00
* jQuery UI Draggable 1.12 . 1
2018-12-11 22:56:46 +03:00
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2018-12-21 15:30:33 +03:00
* /
2020-01-09 16:13:48 +03:00
e . widget ( "ui.draggable" , e . ui . mouse , { version : "1.12.1" , widgetEventPrefix : "drag" , options : { addClasses : ! 0 , appendTo : "parent" , axis : ! 1 , connectToSortable : ! 1 , containment : ! 1 , cursor : "auto" , cursorAt : ! 1 , grid : ! 1 , handle : ! 1 , helper : "original" , iframeFix : ! 1 , opacity : ! 1 , refreshPositions : ! 1 , revert : ! 1 , revertDuration : 500 , scope : "default" , scroll : ! 0 , scrollSensitivity : 20 , scrollSpeed : 20 , snap : ! 1 , snapMode : "both" , snapTolerance : 20 , stack : ! 1 , zIndex : ! 1 , drag : null , start : null , stop : null } , _create : function ( ) { "original" === this . options . helper && this . _setPositionRelative ( ) , this . options . addClasses && this . _addClass ( "ui-draggable" ) , this . _setHandleClassName ( ) , this . _mouseInit ( ) } , _setOption : function ( e , t ) { this . _super ( e , t ) , "handle" === e && ( this . _removeHandleClassName ( ) , this . _setHandleClassName ( ) ) } , _destroy : function ( ) { ( this . helper || this . element ) . is ( ".ui-draggable-dragging" ) ? this . destroyOnClear = ! 0 : ( this . _removeHandleClassName ( ) , this . _mouseDestroy ( ) ) } , _mouseCapture : function ( t ) { var n = this . options ; return ! ( this . helper || n . disabled || e ( t . target ) . closest ( ".ui-resizable-handle" ) . length > 0 || ( this . handle = this . _getHandle ( t ) , ! this . handle || ( this . _blurActiveElement ( t ) , this . _blockFrames ( ! 0 === n . iframeFix ? "iframe" : n . iframeFix ) , 0 ) ) ) } , _blockFrames : function ( t ) { this . iframeBlocks = this . document . find ( t ) . map ( ( function ( ) { var t = e ( this ) ; return e ( "<div>" ) . css ( "position" , "absolute" ) . appendTo ( t . parent ( ) ) . outerWidth ( t . outerWidth ( ) ) . outerHeight ( t . outerHeight ( ) ) . offset ( t . offset ( ) ) [ 0 ] } ) ) } , _unblockFrames : function ( ) { this . iframeBlocks && ( this . iframeBlocks . remove ( ) , delete this . iframeBlocks ) } , _blurActiveElement : function ( t ) { var n = e . ui . safeActiveElement ( this . document [ 0 ] ) ; e ( t . target ) . closest ( n ) . length || e . ui . safeBlur ( n ) } , _mouseStart : function ( t ) { var n = this . options ; return this . helper = this . _createHelper ( t ) , this . _addClass ( this . helper , "ui-draggable-dragging" ) , this . _cacheHelperProportions ( ) , e . ui . ddmanager && ( e . ui . ddmanager . current = this ) , this . _cacheMargins ( ) , this . cssPosition = this . helper . css ( "position" ) , this . scrollParent = this . helper . scrollParent ( ! 0 ) , this . offsetParent = this . helper . offsetParent ( ) , this . hasFixedAncestor = this . helper . parents ( ) . filter ( ( function ( ) { return "fixed" === e ( this ) . css ( "position" ) } ) ) . length > 0 , this . positionAbs = this . element . offset ( ) , this . _refreshOffsets ( t ) , this . originalPosition = this . position = this . _generatePosition ( t , ! 1 ) , this . originalPageX = t . pageX , this . originalPageY = t . pageY , n . cursorAt && this . _adjustOffsetFromHelper ( n . cursorAt ) , this . _setContainment ( ) , ! 1 === this . _trigger ( "start" , t ) ? ( this . _clear ( ) , ! 1 ) : ( this . _cacheHelperProportions ( ) , e . ui . ddmanager && ! n . dropBehaviour && e . ui . ddmanager . prepareOffsets ( this , t ) , this . _mouseDrag ( t , ! 0 ) , e . ui . ddmanager && e . ui . ddmanager . dragStart ( this , t ) , ! 0 ) } , _refreshOffsets : function ( e ) { this . offset = { top : this . positionAbs . top - this . margins . top , left : this . positionAbs . left - this . margins . left , scroll : ! 1 , parent : this . _getParentOffset ( ) , relative : this . _getRelativeOffset ( ) } , this . offset . click = { left : e . pageX - this . offset . left , top : e . pageY - this . offset . top } } , _mouseDrag : function ( t , n ) { if ( this . hasFixedAncestor && ( this . offset . parent = this . _getParentOffset ( ) ) , this . position = this . _generatePosition ( t , ! 0 ) , this . positionAbs = this . _convertPositionTo ( "absolute" ) , ! n ) { var i = this . _uiHash ( ) ; if ( ! 1 === this . _trigger ( "drag" , t , i ) ) return this . _mouseUp ( new e . Event ( "mouseup" , t ) ) , ! 1 ; this . position = i . position } return this . helper [ 0 ] . style . left = this . position . left + "px" , this . helper [ 0 ] . style . top = this . position . top + "px" , e . ui . ddmanager && e . ui . ddmanager . drag ( this , t ) , ! 1 } , _mouseStop : function ( t ) { var n = this , i = ! 1 ; return e . ui . ddmanager && ! this . options . dropBehaviour && ( i = e . ui . ddmanager . drop ( this , t ) ) , this . dropped && ( i = this . dropped , this . dropped = ! 1 ) , "invalid" === this . options . revert && ! i || "valid" === this . options . revert && i || ! 0 === this . options . revert || e . isFunction ( this . options . revert ) && this . options . revert . call ( this . element , i ) ? e ( this . helper ) . animate ( this . originalPosition , parseInt ( this . options . revertDuration , 10 ) , ( function ( ) { ! 1 !== n . _trigger ( "stop" , t ) && n . _clear ( ) } ) ) : ! 1 !== this . _trigger ( "stop" , t ) && this . _clear ( ) , ! 1 } , _mouseUp : function ( t ) { return this . _unblockFrames ( ) , e . ui . ddmanager && e . ui . ddmanager . dragStop ( this , t ) , this . handleElement . is ( t . target ) && this . element . trigger ( "focus" ) , e . ui . mouse . prototype . _mo
2018-12-11 22:56:46 +03:00
/ * !
2018-12-21 15:30:33 +03:00
* jQuery UI Resizable 1.12 . 1
2018-12-11 22:56:46 +03:00
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2018-12-21 15:30:33 +03:00
* /
2020-01-09 16:13:48 +03:00
e . widget ( "ui.resizable" , e . ui . mouse , { version : "1.12.1" , widgetEventPrefix : "resize" , options : { alsoResize : ! 1 , animate : ! 1 , animateDuration : "slow" , animateEasing : "swing" , aspectRatio : ! 1 , autoHide : ! 1 , classes : { "ui-resizable-se" : "ui-icon ui-icon-gripsmall-diagonal-se" } , containment : ! 1 , ghost : ! 1 , grid : ! 1 , handles : "e,s,se" , helper : ! 1 , maxHeight : null , maxWidth : null , minHeight : 10 , minWidth : 10 , zIndex : 90 , resize : null , start : null , stop : null } , _num : function ( e ) { return parseFloat ( e ) || 0 } , _isNumber : function ( e ) { return ! isNaN ( parseFloat ( e ) ) } , _hasScroll : function ( t , n ) { if ( "hidden" === e ( t ) . css ( "overflow" ) ) return ! 1 ; var i , r = n && "left" === n ? "scrollLeft" : "scrollTop" ; return t [ r ] > 0 || ( t [ r ] = 1 , i = t [ r ] > 0 , t [ r ] = 0 , i ) } , _create : function ( ) { var t , n = this . options , i = this ; this . _addClass ( "ui-resizable" ) , e . extend ( this , { _aspectRatio : ! ! n . aspectRatio , aspectRatio : n . aspectRatio , originalElement : this . element , _proportionallyResizeElements : [ ] , _helper : n . helper || n . ghost || n . animate ? n . helper || "ui-resizable-helper" : null } ) , this . element [ 0 ] . nodeName . match ( /^(canvas|textarea|input|select|button|img)$/i ) && ( this . element . wrap ( e ( "<div class='ui-wrapper' style='overflow: hidden;'></div>" ) . css ( { position : this . element . css ( "position" ) , width : this . element . outerWidth ( ) , height : this . element . outerHeight ( ) , top : this . element . css ( "top" ) , left : this . element . css ( "left" ) } ) ) , this . element = this . element . parent ( ) . data ( "ui-resizable" , this . element . resizable ( "instance" ) ) , this . elementIsWrapper = ! 0 , t = { marginTop : this . originalElement . css ( "marginTop" ) , marginRight : this . originalElement . css ( "marginRight" ) , marginBottom : this . originalElement . css ( "marginBottom" ) , marginLeft : this . originalElement . css ( "marginLeft" ) } , this . element . css ( t ) , this . originalElement . css ( "margin" , 0 ) , this . originalResizeStyle = this . originalElement . css ( "resize" ) , this . originalElement . css ( "resize" , "none" ) , this . _proportionallyResizeElements . push ( this . originalElement . css ( { position : "static" , zoom : 1 , display : "block" } ) ) , this . originalElement . css ( t ) , this . _proportionallyResize ( ) ) , this . _setupHandles ( ) , n . autoHide && e ( this . element ) . on ( "mouseenter" , ( function ( ) { n . disabled || ( i . _removeClass ( "ui-resizable-autohide" ) , i . _handles . show ( ) ) } ) ) . on ( "mouseleave" , ( function ( ) { n . disabled || i . resizing || ( i . _addClass ( "ui-resizable-autohide" ) , i . _handles . hide ( ) ) } ) ) , this . _mouseInit ( ) } , _destroy : function ( ) { this . _mouseDestroy ( ) ; var t , n = function ( t ) { e ( t ) . removeData ( "resizable" ) . removeData ( "ui-resizable" ) . off ( ".resizable" ) . find ( ".ui-resizable-handle" ) . remove ( ) } ; return this . elementIsWrapper && ( n ( this . element ) , t = this . element , this . originalElement . css ( { position : t . css ( "position" ) , width : t . outerWidth ( ) , height : t . outerHeight ( ) , top : t . css ( "top" ) , left : t . css ( "left" ) } ) . insertAfter ( t ) , t . remove ( ) ) , this . originalElement . css ( "resize" , this . originalResizeStyle ) , n ( this . originalElement ) , this } , _setOption : function ( e , t ) { switch ( this . _super ( e , t ) , e ) { case "handles" : this . _removeHandles ( ) , this . _setupHandles ( ) } } , _setupHandles : function ( ) { var t , n , i , r , o , s = this . options , a = this ; if ( this . handles = s . handles || ( e ( ".ui-resizable-handle" , this . element ) . length ? { n : ".ui-resizable-n" , e : ".ui-resizable-e" , s : ".ui-resizable-s" , w : ".ui-resizable-w" , se : ".ui-resizable-se" , sw : ".ui-resizable-sw" , ne : ".ui-resizable-ne" , nw : ".ui-resizable-nw" } : "e,s,se" ) , this . _handles = e ( ) , this . handles . constructor === String ) for ( "all" === this . handles && ( this . handles = "n,e,s,w,se,sw,ne,nw" ) , i = this . handles . split ( "," ) , this . handles = { } , n = 0 ; n < i . length ; n ++ ) r = "ui-resizable-" + ( t = e . trim ( i [ n ] ) ) , o = e ( "<div>" ) , this . _addClass ( o , "ui-resizable-handle " + r ) , o . css ( { zIndex : s . zIndex } ) , this . handles [ t ] = ".ui-resizable-" + t , this . element . append ( o ) ; this . _renderAxis = function ( t ) { var n , i , r , o ; for ( n in t = t || this . element , this . handles ) this . handles [ n ] . constructor === String ? this . handles [ n ] = this . element . children ( this . handles [ n ] ) . first ( ) . show ( ) : ( this . handles [ n ] . jquery || this . handles [ n ] . nodeType ) && ( this . handles [ n ] = e ( this . handles [ n ] ) , this . _on ( this . handles [ n ] , { mousedown : a . _mouseDown } ) ) , this . elementIsWrapper && this . originalElement [ 0 ] . nodeName . match ( /^(textarea|input|select|button)$/i ) && ( i = e ( this . handles [ n ] , this . element ) , o = /sw|ne|nw|se|n|s/ . test ( n ) ? i . outerHeight ( ) : i . outerWidth ( ) , r = [ "padding" , /ne|nw|n/ . test ( n ) ? "Top" : /se|sw|s/ . test ( n ) ? "Bottom" : /^e$/ . test ( n ) ? "Right" : "Left" ] . j
2018-12-21 15:30:33 +03:00
/ * !
* jQuery UI Dialog 1.12 . 1
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
* /
2019-10-04 13:17:09 +03:00
e . widget ( "ui.dialog" , { version : "1.12.1" , options : { appendTo : "body" , autoOpen : ! 0 , buttons : [ ] , classes : { "ui-dialog" : "ui-corner-all" , "ui-dialog-titlebar" : "ui-corner-all" } , closeOnEscape : ! 0 , closeText : "Close" , draggable : ! 0 , hide : null , height : "auto" , maxHeight : null , maxWidth : null , minHeight : 150 , minWidth : 150 , modal : ! 1 , position : { my : "center" , at : "center" , of : window , collision : "fit" , using : function ( t ) { var n = e ( this ) . css ( t ) . offset ( ) . top ; n < 0 && e ( this ) . css ( "top" , t . top - n ) } } , resizable : ! 0 , show : null , title : null , width : 300 , beforeClose : null , close : null , drag : null , dragStart : null , dragStop : null , focus : null , open : null , resize : null , resizeStart : null , resizeStop : null } , sizeRelatedOptions : { buttons : ! 0 , height : ! 0 , maxHeight : ! 0 , maxWidth : ! 0 , minHeight : ! 0 , minWidth : ! 0 , width : ! 0 } , resizableRelatedOptions : { maxHeight : ! 0 , maxWidth : ! 0 , minHeight : ! 0 , minWidth : ! 0 } , _create : function ( ) { this . originalCss = { display : this . element [ 0 ] . style . display , width : this . element [ 0 ] . style . width , minHeight : this . element [ 0 ] . style . minHeight , maxHeight : this . element [ 0 ] . style . maxHeight , height : this . element [ 0 ] . style . height } , this . originalPosition = { parent : this . element . parent ( ) , index : this . element . parent ( ) . children ( ) . index ( this . element ) } , this . originalTitle = this . element . attr ( "title" ) , null == this . options . title && null != this . originalTitle && ( this . options . title = this . originalTitle ) , this . options . disabled && ( this . options . disabled = ! 1 ) , this . _createWrapper ( ) , this . element . show ( ) . removeAttr ( "title" ) . appendTo ( this . uiDialog ) , this . _addClass ( "ui-dialog-content" , "ui-widget-content" ) , this . _createTitlebar ( ) , this . _createButtonPane ( ) , this . options . draggable && e . fn . draggable && this . _makeDraggable ( ) , this . options . resizable && e . fn . resizable && this . _makeResizable ( ) , this . _isOpen = ! 1 , this . _trackFocus ( ) } , _init : function ( ) { this . options . autoOpen && this . open ( ) } , _appendTo : function ( ) { var t = this . options . appendTo ; return t && ( t . jquery || t . nodeType ) ? e ( t ) : this . document . find ( t || "body" ) . eq ( 0 ) } , _destroy : function ( ) { var e , t = this . originalPosition ; this . _untrackInstance ( ) , this . _destroyOverlay ( ) , this . element . removeUniqueId ( ) . css ( this . originalCss ) . detach ( ) , this . uiDialog . remove ( ) , this . originalTitle && this . element . attr ( "title" , this . originalTitle ) , ( e = t . parent . children ( ) . eq ( t . index ) ) . length && e [ 0 ] !== this . element [ 0 ] ? e . before ( this . element ) : t . parent . append ( this . element ) } , widget : function ( ) { return this . uiDialog } , disable : e . noop , enable : e . noop , close : function ( t ) { var n = this ; this . _isOpen && ! 1 !== this . _trigger ( "beforeClose" , t ) && ( this . _isOpen = ! 1 , this . _focusedElement = null , this . _destroyOverlay ( ) , this . _untrackInstance ( ) , this . opener . filter ( ":focusable" ) . trigger ( "focus" ) . length || e . ui . safeBlur ( e . ui . safeActiveElement ( this . document [ 0 ] ) ) , this . _hide ( this . uiDialog , this . options . hide , ( function ( ) { n . _trigger ( "close" , t ) } ) ) ) } , isOpen : function ( ) { return this . _isOpen } , moveToTop : function ( ) { this . _moveToTop ( ) } , _moveToTop : function ( t , n ) { var i = ! 1 , r = this . uiDialog . siblings ( ".ui-front:visible" ) . map ( ( function ( ) { return + e ( this ) . css ( "z-index" ) } ) ) . get ( ) , o = Math . max . apply ( null , r ) ; return o >= + this . uiDialog . css ( "z-index" ) && ( this . uiDialog . css ( "z-index" , o + 1 ) , i = ! 0 ) , i && ! n && this . _trigger ( "focus" , t ) , i } , open : function ( ) { var t = this ; this . _isOpen ? this . _moveToTop ( ) && this . _focusTabbable ( ) : ( this . _isOpen = ! 0 , this . opener = e ( e . ui . safeActiveElement ( this . document [ 0 ] ) ) , this . _size ( ) , this . _position ( ) , this . _createOverlay ( ) , this . _moveToTop ( null , ! 0 ) , this . overlay && this . overlay . css ( "z-index" , this . uiDialog . css ( "z-index" ) - 1 ) , this . _show ( this . uiDialog , this . options . show , ( function ( ) { t . _focusTabbable ( ) , t . _trigger ( "focus" ) } ) ) , this . _makeFocusTarget ( ) , this . _trigger ( "open" ) ) } , _focusTabbable : function ( ) { var e = this . _focusedElement ; e || ( e = this . element . find ( "[autofocus]" ) ) , e . length || ( e = this . element . find ( ":tabbable" ) ) , e . length || ( e = this . uiDialogButtonPane . find ( ":tabbable" ) ) , e . length || ( e = this . uiDialogTitlebarClose . filter ( ":tabbable" ) ) , e . length || ( e = this . uiDialog ) , e . eq ( 0 ) . trigger ( "focus" ) } , _keepFocus : function ( t ) { function n ( ) { var t = e . ui . safeActiveElement ( this . document [ 0 ] ) ; this . uiDialog [ 0 ] === t || e . contains ( this . uiDialog [ 0 ] , t ) || this . _focusTabbable ( ) } t . preventDefault ( ) , n . call ( this ) , this . _delay ( n ) } , _createWrapper : function ( ) { this . uiDialog = e ( "<div>" ) . hide ( ) . attr ( { tabIndex : - 1 , role : "dialog" } ) . appendTo ( this . _appendTo
2018-12-21 15:30:33 +03:00
/ * !
* jQuery UI Droppable 1.12 . 1
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
* /
2020-02-21 19:38:43 +03:00
e . widget ( "ui.droppable" , { version : "1.12.1" , widgetEventPrefix : "drop" , options : { accept : "*" , addClasses : ! 0 , greedy : ! 1 , scope : "default" , tolerance : "intersect" , activate : null , deactivate : null , drop : null , out : null , over : null } , _create : function ( ) { var t , n = this . options , i = n . accept ; this . isover = ! 1 , this . isout = ! 0 , this . accept = e . isFunction ( i ) ? i : function ( e ) { return e . is ( i ) } , this . proportions = function ( ) { if ( ! arguments . length ) return t || ( t = { width : this . element [ 0 ] . offsetWidth , height : this . element [ 0 ] . offsetHeight } ) ; t = arguments [ 0 ] } , this . _addToManager ( n . scope ) , n . addClasses && this . _addClass ( "ui-droppable" ) } , _addToManager : function ( t ) { e . ui . ddmanager . droppables [ t ] = e . ui . ddmanager . droppables [ t ] || [ ] , e . ui . ddmanager . droppables [ t ] . push ( this ) } , _splice : function ( e ) { for ( var t = 0 ; t < e . length ; t ++ ) e [ t ] === this && e . splice ( t , 1 ) } , _destroy : function ( ) { var t = e . ui . ddmanager . droppables [ this . options . scope ] ; this . _splice ( t ) } , _setOption : function ( t , n ) { if ( "accept" === t ) this . accept = e . isFunction ( n ) ? n : function ( e ) { return e . is ( n ) } ; else if ( "scope" === t ) { var i = e . ui . ddmanager . droppables [ this . options . scope ] ; this . _splice ( i ) , this . _addToManager ( n ) } this . _super ( t , n ) } , _activate : function ( t ) { var n = e . ui . ddmanager . current ; this . _addActiveClass ( ) , n && this . _trigger ( "activate" , t , this . ui ( n ) ) } , _deactivate : function ( t ) { var n = e . ui . ddmanager . current ; this . _removeActiveClass ( ) , n && this . _trigger ( "deactivate" , t , this . ui ( n ) ) } , _over : function ( t ) { var n = e . ui . ddmanager . current ; n && ( n . currentItem || n . element ) [ 0 ] !== this . element [ 0 ] && this . accept . call ( this . element [ 0 ] , n . currentItem || n . element ) && ( this . _addHoverClass ( ) , this . _trigger ( "over" , t , this . ui ( n ) ) ) } , _out : function ( t ) { var n = e . ui . ddmanager . current ; n && ( n . currentItem || n . element ) [ 0 ] !== this . element [ 0 ] && this . accept . call ( this . element [ 0 ] , n . currentItem || n . element ) && ( this . _removeHoverClass ( ) , this . _trigger ( "out" , t , this . ui ( n ) ) ) } , _drop : function ( t , n ) { var i = n || e . ui . ddmanager . current , r = ! 1 ; return ! ( ! i || ( i . currentItem || i . element ) [ 0 ] === this . element [ 0 ] ) && ( this . element . find ( ":data(ui-droppable)" ) . not ( ".ui-draggable-dragging" ) . each ( ( function ( ) { var n = e ( this ) . droppable ( "instance" ) ; if ( n . options . greedy && ! n . options . disabled && n . options . scope === i . options . scope && n . accept . call ( n . element [ 0 ] , i . currentItem || i . element ) && v ( i , e . extend ( n , { offset : n . element . offset ( ) } ) , n . options . tolerance , t ) ) return r = ! 0 , ! 1 } ) ) , ! r && ! ! this . accept . call ( this . element [ 0 ] , i . currentItem || i . element ) && ( this . _removeActiveClass ( ) , this . _removeHoverClass ( ) , this . _trigger ( "drop" , t , this . ui ( i ) ) , this . element ) ) } , ui : function ( e ) { return { draggable : e . currentItem || e . element , helper : e . helper , position : e . position , offset : e . positionAbs } } , _addHoverClass : function ( ) { this . _addClass ( "ui-droppable-hover" ) } , _removeHoverClass : function ( ) { this . _removeClass ( "ui-droppable-hover" ) } , _addActiveClass : function ( ) { this . _addClass ( "ui-droppable-active" ) } , _removeActiveClass : function ( ) { this . _removeClass ( "ui-droppable-active" ) } } ) ; var g , v = e . ui . intersect = function ( ) { function e ( e , t , n ) { return e >= t && e < t + n } return function ( t , n , i , r ) { if ( ! n . offset ) return ! 1 ; var o = ( t . positionAbs || t . position . absolute ) . left + t . margins . left , s = ( t . positionAbs || t . position . absolute ) . top + t . margins . top , a = o + t . helperProportions . width , l = s + t . helperProportions . height , c = n . offset . left , u = n . offset . top , d = c + n . proportions ( ) . width , h = u + n . proportions ( ) . height ; switch ( i ) { case "fit" : return c <= o && a <= d && u <= s && l <= h ; case "intersect" : return c < o + t . helperProportions . width / 2 && a - t . helperProportions . width / 2 < d && u < s + t . helperProportions . height / 2 && l - t . helperProportions . height / 2 < h ; case "pointer" : return e ( r . pageY , u , n . proportions ( ) . height ) && e ( r . pageX , c , n . proportions ( ) . width ) ; case "touch" : return ( s >= u && s <= h || l >= u && l <= h || s < u && l > h ) && ( o >= c && o <= d || a >= c && a <= d || o < c && a > d ) ; default : return ! 1 } } } ( ) ;
2018-12-11 22:56:46 +03:00
/ * !
2018-12-21 15:30:33 +03:00
* jQuery UI Spinner 1.12 . 1
2018-12-11 22:56:46 +03:00
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2018-12-21 15:30:33 +03:00
* /
2020-02-21 19:38:43 +03:00
function _ ( e ) { return function ( ) { var t = this . element . val ( ) ; e . apply ( this , arguments ) , this . _refresh ( ) , t !== this . element . val ( ) && this . _trigger ( "change" ) } } e . ui . ddmanager = { current : null , droppables : { default : [ ] } , prepareOffsets : function ( t , n ) { var i , r , o = e . ui . ddmanager . droppables [ t . options . scope ] || [ ] , s = n ? n . type : null , a = ( t . currentItem || t . element ) . find ( ":data(ui-droppable)" ) . addBack ( ) ; e : for ( i = 0 ; i < o . length ; i ++ ) if ( ! ( o [ i ] . options . disabled || t && ! o [ i ] . accept . call ( o [ i ] . element [ 0 ] , t . currentItem || t . element ) ) ) { for ( r = 0 ; r < a . length ; r ++ ) if ( a [ r ] === o [ i ] . element [ 0 ] ) { o [ i ] . proportions ( ) . height = 0 ; continue e } o [ i ] . visible = "none" !== o [ i ] . element . css ( "display" ) , o [ i ] . visible && ( "mousedown" === s && o [ i ] . _activate . call ( o [ i ] , n ) , o [ i ] . offset = o [ i ] . element . offset ( ) , o [ i ] . proportions ( { width : o [ i ] . element [ 0 ] . offsetWidth , height : o [ i ] . element [ 0 ] . offsetHeight } ) ) } } , drop : function ( t , n ) { var i = ! 1 ; return e . each ( ( e . ui . ddmanager . droppables [ t . options . scope ] || [ ] ) . slice ( ) , ( function ( ) { this . options && ( ! this . options . disabled && this . visible && v ( t , this , this . options . tolerance , n ) && ( i = this . _drop . call ( this , n ) || i ) , ! this . options . disabled && this . visible && this . accept . call ( this . element [ 0 ] , t . currentItem || t . element ) && ( this . isout = ! 0 , this . isover = ! 1 , this . _deactivate . call ( this , n ) ) ) } ) ) , i } , dragStart : function ( t , n ) { t . element . parentsUntil ( "body" ) . on ( "scroll.droppable" , ( function ( ) { t . options . refreshPositions || e . ui . ddmanager . prepareOffsets ( t , n ) } ) ) } , drag : function ( t , n ) { t . options . refreshPositions && e . ui . ddmanager . prepareOffsets ( t , n ) , e . each ( e . ui . ddmanager . droppables [ t . options . scope ] || [ ] , ( function ( ) { if ( ! this . options . disabled && ! this . greedyChild && this . visible ) { var i , r , o , s = v ( t , this , this . options . tolerance , n ) , a = ! s && this . isover ? "isout" : s && ! this . isover ? "isover" : null ; a && ( this . options . greedy && ( r = this . options . scope , ( o = this . element . parents ( ":data(ui-droppable)" ) . filter ( ( function ( ) { return e ( this ) . droppable ( "instance" ) . options . scope === r } ) ) ) . length && ( ( i = e ( o [ 0 ] ) . droppable ( "instance" ) ) . greedyChild = "isover" === a ) ) , i && "isover" === a && ( i . isover = ! 1 , i . isout = ! 0 , i . _out . call ( i , n ) ) , this [ a ] = ! 0 , this [ "isout" === a ? "isover" : "isout" ] = ! 1 , this [ "isover" === a ? "_over" : "_out" ] . call ( this , n ) , i && "isout" === a && ( i . isout = ! 1 , i . isover = ! 0 , i . _over . call ( i , n ) ) ) } } ) ) } , dragStop : function ( t , n ) { t . element . parentsUntil ( "body" ) . off ( "scroll.droppable" ) , t . options . refreshPositions || e . ui . ddmanager . prepareOffsets ( t , n ) } } , ! 1 !== e . uiBackCompat && e . widget ( "ui.droppable" , e . ui . droppable , { options : { hoverClass : ! 1 , activeClass : ! 1 } , _addActiveClass : function ( ) { this . _super ( ) , this . options . activeClass && this . element . addClass ( this . options . activeClass ) } , _removeActiveClass : function ( ) { this . _super ( ) , this . options . activeClass && this . element . removeClass ( this . options . activeClass ) } , _addHoverClass : function ( ) { this . _super ( ) , this . options . hoverClass && this . element . addClass ( this . options . hoverClass ) } , _removeHoverClass : function ( ) { this . _super ( ) , this . options . hoverClass && this . element . removeClass ( this . options . hoverClass ) } } ) , e . ui . droppable , e . widget ( "ui.progressbar" , { version : "1.12.1" , options : { classes : { "ui-progressbar" : "ui-corner-all" , "ui-progressbar-value" : "ui-corner-left" , "ui-progressbar-complete" : "ui-corner-right" } , max : 100 , value : 0 , change : null , complete : null } , min : 0 , _create : function ( ) { this . oldValue = this . options . value = this . _constrainedValue ( ) , this . element . attr ( { role : "progressbar" , "aria-valuemin" : this . min } ) , this . _addClass ( "ui-progressbar" , "ui-widget ui-widget-content" ) , this . valueDiv = e ( "<div>" ) . appendTo ( this . element ) , this . _addClass ( this . valueDiv , "ui-progressbar-value" , "ui-widget-header" ) , this . _refreshValue ( ) } , _destroy : function ( ) { this . element . removeAttr ( "role aria-valuemin aria-valuemax aria-valuenow" ) , this . valueDiv . remove ( ) } , value : function ( e ) { if ( void 0 === e ) return this . options . value ; this . options . value = this . _constrainedValue ( e ) , this . _refreshValue ( ) } , _constrainedValue : function ( e ) { return void 0 === e && ( e = this . options . value ) , this . indeterminate = ! 1 === e , "number" != typeof e && ( e = 0 ) , ! this . indeterminate && Math . min ( this . options . max , Math . max ( this . min , e ) ) } , _setOptions : function ( e ) { var t = e . value ; delete e . value , this . _super ( e ) , this . options . value = this . _constrainedValue ( t ) , this . _refreshValue ( ) } , _setOption : function ( e , t ) { "max" === e && ( t = Math . max ( this . min , t ) ) , this . _super ( e , t ) } ,
2018-12-11 22:56:46 +03:00
/ * !
* jQuery UI Tabs 1.12 . 1
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2018-12-21 15:30:33 +03:00
* /
2020-02-21 19:38:43 +03:00
e . widget ( "ui.tabs" , { version : "1.12.1" , delay : 300 , options : { active : null , classes : { "ui-tabs" : "ui-corner-all" , "ui-tabs-nav" : "ui-corner-all" , "ui-tabs-panel" : "ui-corner-bottom" , "ui-tabs-tab" : "ui-corner-top" } , collapsible : ! 1 , event : "click" , heightStyle : "content" , hide : null , show : null , activate : null , beforeActivate : null , beforeLoad : null , load : null } , _isLocal : ( g = /#.*$/ , function ( e ) { var t , n ; t = e . href . replace ( g , "" ) , n = location . href . replace ( g , "" ) ; try { t = decodeURIComponent ( t ) } catch ( e ) { } try { n = decodeURIComponent ( n ) } catch ( e ) { } return e . hash . length > 1 && t === n } ) , _create : function ( ) { var t = this , n = this . options ; this . running = ! 1 , this . _addClass ( "ui-tabs" , "ui-widget ui-widget-content" ) , this . _toggleClass ( "ui-tabs-collapsible" , null , n . collapsible ) , this . _processTabs ( ) , n . active = this . _initialActive ( ) , e . isArray ( n . disabled ) && ( n . disabled = e . unique ( n . disabled . concat ( e . map ( this . tabs . filter ( ".ui-state-disabled" ) , ( function ( e ) { return t . tabs . index ( e ) } ) ) ) ) . sort ( ) ) , ! 1 !== this . options . active && this . anchors . length ? this . active = this . _findActive ( n . active ) : this . active = e ( ) , this . _refresh ( ) , this . active . length && this . load ( n . active ) } , _initialActive : function ( ) { var t = this . options . active , n = this . options . collapsible , i = location . hash . substring ( 1 ) ; return null === t && ( i && this . tabs . each ( ( function ( n , r ) { if ( e ( r ) . attr ( "aria-controls" ) === i ) return t = n , ! 1 } ) ) , null === t && ( t = this . tabs . index ( this . tabs . filter ( ".ui-tabs-active" ) ) ) , null !== t && - 1 !== t || ( t = ! ! this . tabs . length && 0 ) ) , ! 1 !== t && - 1 === ( t = this . tabs . index ( this . tabs . eq ( t ) ) ) && ( t = ! n && 0 ) , ! n && ! 1 === t && this . anchors . length && ( t = 0 ) , t } , _getCreateEventData : function ( ) { return { tab : this . active , panel : this . active . length ? this . _getPanelForTab ( this . active ) : e ( ) } } , _tabKeydown : function ( t ) { var n = e ( e . ui . safeActiveElement ( this . document [ 0 ] ) ) . closest ( "li" ) , i = this . tabs . index ( n ) , r = ! 0 ; if ( ! this . _handlePageNav ( t ) ) { switch ( t . keyCode ) { case e . ui . keyCode . RIGHT : case e . ui . keyCode . DOWN : i ++ ; break ; case e . ui . keyCode . UP : case e . ui . keyCode . LEFT : r = ! 1 , i -- ; break ; case e . ui . keyCode . END : i = this . anchors . length - 1 ; break ; case e . ui . keyCode . HOME : i = 0 ; break ; case e . ui . keyCode . SPACE : return t . preventDefault ( ) , clearTimeout ( this . activating ) , void this . _activate ( i ) ; case e . ui . keyCode . ENTER : return t . preventDefault ( ) , clearTimeout ( this . activating ) , void this . _activate ( i !== this . options . active && i ) ; default : return } t . preventDefault ( ) , clearTimeout ( this . activating ) , i = this . _focusNextTab ( i , r ) , t . ctrlKey || t . metaKey || ( n . attr ( "aria-selected" , "false" ) , this . tabs . eq ( i ) . attr ( "aria-selected" , "true" ) , this . activating = this . _delay ( ( function ( ) { this . option ( "active" , i ) } ) , this . delay ) ) } } , _panelKeydown : function ( t ) { this . _handlePageNav ( t ) || t . ctrlKey && t . keyCode === e . ui . keyCode . UP && ( t . preventDefault ( ) , this . active . trigger ( "focus" ) ) } , _handlePageNav : function ( t ) { return t . altKey && t . keyCode === e . ui . keyCode . PAGE _UP ? ( this . _activate ( this . _focusNextTab ( this . options . active - 1 , ! 1 ) ) , ! 0 ) : t . altKey && t . keyCode === e . ui . keyCode . PAGE _DOWN ? ( this . _activate ( this . _focusNextTab ( this . options . active + 1 , ! 0 ) ) , ! 0 ) : void 0 } , _findNextTab : function ( t , n ) { for ( var i = this . tabs . length - 1 ; - 1 !== e . inArray ( ( t > i && ( t = 0 ) , t < 0 && ( t = i ) , t ) , this . options . disabled ) ; ) t = n ? t + 1 : t - 1 ; return t } , _focusNextTab : function ( e , t ) { return e = this . _findNextTab ( e , t ) , this . tabs . eq ( e ) . trigger ( "focus" ) , e } , _setOption : function ( e , t ) { "active" !== e ? ( this . _super ( e , t ) , "collapsible" === e && ( this . _toggleClass ( "ui-tabs-collapsible" , null , t ) , t || ! 1 !== this . options . active || this . _activate ( 0 ) ) , "event" === e && this . _setupEvents ( t ) , "heightStyle" === e && this . _setupHeightStyle ( t ) ) : this . _activate ( t ) } , _sanitizeSelector : function ( e ) { return e ? e . replace ( /[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g , "\\$&" ) : "" } , refresh : function ( ) { var t = this . options , n = this . tablist . children ( ":has(a[href])" ) ; t . disabled = e . map ( n . filter ( ".ui-state-disabled" ) , ( function ( e ) { return n . index ( e ) } ) ) , this . _processTabs ( ) , ! 1 !== t . active && this . anchors . length ? this . active . length && ! e . contains ( this . tablist [ 0 ] , this . active [ 0 ] ) ? this . tabs . length === t . disabled . length ? ( t . active = ! 1 , this . active = e ( ) ) : this . _activate ( this . _findNextTab ( Math . max ( 0 , t . active - 1 ) , ! 1 ) ) : t . active = this . tabs . index ( this . active ) : ( t . active = ! 1 , this . active = e ( ) ) , this . _refresh ( ) } , _refresh : function ( ) { this . _setOptionDisabled ( this . options . disabled ) , this . _setupEvents ( this . options . event ) , this .
2018-12-11 22:56:46 +03:00
/ * !
* jQuery UI Tooltip 1.12 . 1
* http : //jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license .
* http : //jquery.org/license
2018-12-21 15:30:33 +03:00
* /
2020-03-10 11:58:52 +03:00
e . widget ( "ui.tooltip" , { version : "1.12.1" , options : { classes : { "ui-tooltip" : "ui-corner-all ui-widget-shadow" } , content : function ( ) { var t = e ( this ) . attr ( "title" ) || "" ; return e ( "<a>" ) . text ( t ) . html ( ) } , hide : ! 0 , items : "[title]:not([disabled])" , position : { my : "left top+15" , at : "left bottom" , collision : "flipfit flip" } , show : ! 0 , track : ! 1 , close : null , open : null } , _addDescribedBy : function ( t , n ) { var i = ( t . attr ( "aria-describedby" ) || "" ) . split ( /\s+/ ) ; i . push ( n ) , t . data ( "ui-tooltip-id" , n ) . attr ( "aria-describedby" , e . trim ( i . join ( " " ) ) ) } , _removeDescribedBy : function ( t ) { var n = t . data ( "ui-tooltip-id" ) , i = ( t . attr ( "aria-describedby" ) || "" ) . split ( /\s+/ ) , r = e . inArray ( n , i ) ; - 1 !== r && i . splice ( r , 1 ) , t . removeData ( "ui-tooltip-id" ) , ( i = e . trim ( i . join ( " " ) ) ) ? t . attr ( "aria-describedby" , i ) : t . removeAttr ( "aria-describedby" ) } , _create : function ( ) { this . _on ( { mouseover : "open" , focusin : "open" } ) , this . tooltips = { } , this . parents = { } , this . liveRegion = e ( "<div>" ) . attr ( { role : "log" , "aria-live" : "assertive" , "aria-relevant" : "additions" } ) . appendTo ( this . document [ 0 ] . body ) , this . _addClass ( this . liveRegion , null , "ui-helper-hidden-accessible" ) , this . disabledTitles = e ( [ ] ) } , _setOption : function ( t , n ) { var i = this ; this . _super ( t , n ) , "content" === t && e . each ( this . tooltips , ( function ( e , t ) { i . _updateContent ( t . element ) } ) ) } , _setOptionDisabled : function ( e ) { this [ e ? "_disable" : "_enable" ] ( ) } , _disable : function ( ) { var t = this ; e . each ( this . tooltips , ( function ( n , i ) { var r = e . Event ( "blur" ) ; r . target = r . currentTarget = i . element [ 0 ] , t . close ( r , ! 0 ) } ) ) , this . disabledTitles = this . disabledTitles . add ( this . element . find ( this . options . items ) . addBack ( ) . filter ( ( function ( ) { var t = e ( this ) ; if ( t . is ( "[title]" ) ) return t . data ( "ui-tooltip-title" , t . attr ( "title" ) ) . removeAttr ( "title" ) } ) ) ) } , _enable : function ( ) { this . disabledTitles . each ( ( function ( ) { var t = e ( this ) ; t . data ( "ui-tooltip-title" ) && t . attr ( "title" , t . data ( "ui-tooltip-title" ) ) } ) ) , this . disabledTitles = e ( [ ] ) } , open : function ( t ) { var n = this , i = e ( t ? t . target : this . element ) . closest ( this . options . items ) ; i . length && ! i . data ( "ui-tooltip-id" ) && ( i . attr ( "title" ) && i . data ( "ui-tooltip-title" , i . attr ( "title" ) ) , i . data ( "ui-tooltip-open" , ! 0 ) , t && "mouseover" === t . type && i . parents ( ) . each ( ( function ( ) { var t , i = e ( this ) ; i . data ( "ui-tooltip-open" ) && ( ( t = e . Event ( "blur" ) ) . target = t . currentTarget = this , n . close ( t , ! 0 ) ) , i . attr ( "title" ) && ( i . uniqueId ( ) , n . parents [ this . id ] = { element : this , title : i . attr ( "title" ) } , i . attr ( "title" , "" ) ) } ) ) , this . _registerCloseHandlers ( t , i ) , this . _updateContent ( i , t ) ) } , _updateContent : function ( e , t ) { var n , i = this . options . content , r = this , o = t ? t . type : null ; if ( "string" == typeof i || i . nodeType || i . jquery ) return this . _open ( t , e , i ) ; ( n = i . call ( e [ 0 ] , ( function ( n ) { r . _delay ( ( function ( ) { e . data ( "ui-tooltip-open" ) && ( t && ( t . type = o ) , this . _open ( t , e , n ) ) } ) ) } ) ) ) && this . _open ( t , e , n ) } , _open : function ( t , n , i ) { var r , o , s , a , l = e . extend ( { } , this . options . position ) ; function c ( e ) { l . of = e , o . is ( ":hidden" ) || o . position ( l ) } i && ( ( r = this . _find ( n ) ) ? r . tooltip . find ( ".ui-tooltip-content" ) . html ( i ) : ( n . is ( "[title]" ) && ( t && "mouseover" === t . type ? n . attr ( "title" , "" ) : n . removeAttr ( "title" ) ) , r = this . _tooltip ( n ) , o = r . tooltip , this . _addDescribedBy ( n , o . attr ( "id" ) ) , o . find ( ".ui-tooltip-content" ) . html ( i ) , this . liveRegion . children ( ) . hide ( ) , ( a = e ( "<div>" ) . html ( o . find ( ".ui-tooltip-content" ) . html ( ) ) ) . removeAttr ( "name" ) . find ( "[name]" ) . removeAttr ( "name" ) , a . removeAttr ( "id" ) . find ( "[id]" ) . removeAttr ( "id" ) , a . appendTo ( this . liveRegion ) , this . options . track && t && /^mouse/ . test ( t . type ) ? ( this . _on ( this . document , { mousemove : c } ) , c ( t ) ) : o . position ( e . extend ( { of : n } , this . options . position ) ) , o . hide ( ) , this . _show ( o , this . options . show ) , this . options . track && this . options . show && this . options . show . delay && ( s = this . delayedShow = setInterval ( ( function ( ) { o . is ( ":visible" ) && ( c ( l . of ) , clearInterval ( s ) ) } ) , e . fx . interval ) ) , this . _trigger ( "open" , t , { tooltip : o } ) ) ) } , _registerCloseHandlers : function ( t , n ) { var i = { keyup : function ( t ) { if ( t . keyCode === e . ui . keyCode . ESCAPE ) { var i = e . Event ( t ) ; i . currentTarget = n [ 0 ] , this . close ( i , ! 0 ) } } } ; n [ 0 ] !== this . element [ 0 ] && ( i . remove = function ( ) { this . _removeTooltip ( this . _find ( n ) . tooltip ) } ) , t && "mouseover" !== t . type || ( i . mouseleave = "close" ) , t && "focusin" !== t . type || ( i . focusout = "close" ) , this . _on ( ! 0 , n , i ) } , close : function ( t ) { var n , i = this , r = e ( t ? t . currentTarget : this . element ) , o = this . _find ( r ) ; o ? ( n = o . toolt
2019-03-06 22:00:36 +03:00
/ * !
2019-12-01 05:16:01 +03:00
* Bootstrap tooltip . js v4 . 4.1 ( https : //getbootstrap.com/)
2019-03-06 22:00:36 +03:00
* Copyright 2011 - 2019 The Bootstrap Authors ( https : //github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT ( https : //github.com/twbs/bootstrap/blob/master/LICENSE)
* /
2020-03-10 11:58:52 +03:00
e . exports = function ( e , t , n ) { "use strict" ; function i ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var i = t [ n ] ; i . enumerable = i . enumerable || ! 1 , i . configurable = ! 0 , "value" in i && ( i . writable = ! 0 ) , Object . defineProperty ( e , i . key , i ) } } function r ( e , t , n ) { return t in e ? Object . defineProperty ( e , t , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : e [ t ] = n , e } function o ( e , t ) { var n = Object . keys ( e ) ; if ( Object . getOwnPropertySymbols ) { var i = Object . getOwnPropertySymbols ( e ) ; t && ( i = i . filter ( ( function ( t ) { return Object . getOwnPropertyDescriptor ( e , t ) . enumerable } ) ) ) , n . push . apply ( n , i ) } return n } function s ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = null != arguments [ t ] ? arguments [ t ] : { } ; t % 2 ? o ( Object ( n ) , ! 0 ) . forEach ( ( function ( t ) { r ( e , t , n [ t ] ) } ) ) : Object . getOwnPropertyDescriptors ? Object . defineProperties ( e , Object . getOwnPropertyDescriptors ( n ) ) : o ( Object ( n ) ) . forEach ( ( function ( t ) { Object . defineProperty ( e , t , Object . getOwnPropertyDescriptor ( n , t ) ) } ) ) } return e } e = e && e . hasOwnProperty ( "default" ) ? e . default : e , t = t && t . hasOwnProperty ( "default" ) ? t . default : t , n = n && n . hasOwnProperty ( "default" ) ? n . default : n ; var a = [ "background" , "cite" , "href" , "itemtype" , "longdesc" , "poster" , "src" , "xlink:href" ] , l = { "*" : [ "class" , "dir" , "id" , "lang" , "role" , /^aria-[\w-]*$/i ] , a : [ "target" , "href" , "title" , "rel" ] , area : [ ] , b : [ ] , br : [ ] , col : [ ] , code : [ ] , div : [ ] , em : [ ] , hr : [ ] , h1 : [ ] , h2 : [ ] , h3 : [ ] , h4 : [ ] , h5 : [ ] , h6 : [ ] , i : [ ] , img : [ "src" , "alt" , "title" , "width" , "height" ] , li : [ ] , ol : [ ] , p : [ ] , pre : [ ] , s : [ ] , small : [ ] , span : [ ] , sub : [ ] , sup : [ ] , strong : [ ] , u : [ ] , ul : [ ] } , c = /^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi , u = /^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i ; function d ( e , t , n ) { if ( 0 === e . length ) return e ; if ( n && "function" == typeof n ) return n ( e ) ; for ( var i = ( new window . DOMParser ) . parseFromString ( e , "text/html" ) , r = Object . keys ( t ) , o = [ ] . slice . call ( i . body . querySelectorAll ( "*" ) ) , s = function ( e , n ) { var i = o [ e ] , s = i . nodeName . toLowerCase ( ) ; if ( - 1 === r . indexOf ( i . nodeName . toLowerCase ( ) ) ) return i . parentNode . removeChild ( i ) , "continue" ; var l = [ ] . slice . call ( i . attributes ) , d = [ ] . concat ( t [ "*" ] || [ ] , t [ s ] || [ ] ) ; l . forEach ( ( function ( e ) { ( function ( e , t ) { var n = e . nodeName . toLowerCase ( ) ; if ( - 1 !== t . indexOf ( n ) ) return - 1 === a . indexOf ( n ) || Boolean ( e . nodeValue . match ( c ) || e . nodeValue . match ( u ) ) ; for ( var i = t . filter ( ( function ( e ) { return e instanceof RegExp } ) ) , r = 0 , o = i . length ; r < o ; r ++ ) if ( n . match ( i [ r ] ) ) return ! 0 ; return ! 1 } ) ( e , d ) || i . removeAttribute ( e . nodeName ) } ) ) } , l = 0 , d = o . length ; l < d ; l ++ ) s ( l ) ; return i . body . innerHTML } var h = "tooltip" , f = ".bs.tooltip" , p = e . fn [ h ] , m = new RegExp ( "(^|\\s)bs-tooltip\\S+" , "g" ) , g = [ "sanitize" , "whiteList" , "sanitizeFn" ] , v = { animation : "boolean" , template : "string" , title : "(string|element|function)" , trigger : "string" , delay : "(number|object)" , html : "boolean" , selector : "(string|boolean)" , placement : "(string|function)" , offset : "(number|string|function)" , container : "(string|element|boolean)" , fallbackPlacement : "(string|array)" , boundary : "(string|element)" , sanitize : "boolean" , sanitizeFn : "(null|function)" , whiteList : "object" , popperConfig : "(null|object)" } , _ = { AUTO : "auto" , TOP : "top" , RIGHT : "right" , BOTTOM : "bottom" , LEFT : "left" } , y = { animation : ! 0 , template : '<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>' , trigger : "hover focus" , title : "" , delay : 0 , html : ! 1 , selector : ! 1 , placement : "top" , offset : 0 , container : ! 1 , fallbackPlacement : "flip" , boundary : "scrollParent" , sanitize : ! 0 , sanitizeFn : null , whiteList : l , popperConfig : null } , b = "show" , w = "out" , x = { HIDE : "hide" + f , HIDDEN : "hidden" + f , SHOW : "show" + f , SHOWN : "shown" + f , INSERTED : "inserted" + f , CLICK : "click" + f , FOCUSIN : "focusin" + f , FOCUSOUT : "focusout" + f , MOUSEENTER : "mouseenter" + f , MOUSELEAVE : "mouseleave" + f } , k = "fade" , M = "show" , A = ".tooltip-inner" , L = ".arrow" , T = "hover" , D = "focus" , S = "click" , E = "manual" , Y = function ( ) { function r ( e , n ) { if ( void 0 === t ) throw new TypeError ( "Bootstrap's tooltips require Popper.js (https://popper.js.org/)" ) ; this . _isEnabled = ! 0 , this . _timeout = 0 , this . _hoverState = "" , this . _activeTrigger = { } , this . _popper = null , this . element = e , this . config = this . _getConfig ( n ) , this . tip = null , this . _setListeners ( ) } var o , a , l , c = r . prototype ; return c . enable = function ( ) { this . _isEnabled = ! 0 } , c . disable = function ( ) { this . _isEnable
2019-03-06 22:00:36 +03:00
/ * * !
* @ fileOverview Kickass library to create and place poppers near their reference elements .
2019-04-15 11:36:53 +03:00
* @ version 1.15 . 0
2019-03-06 22:00:36 +03:00
* @ license
* Copyright ( c ) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted , free of charge , to any person obtaining a copy
* of this software and associated documentation files ( the "Software" ) , to deal
* in the Software without restriction , including without limitation the rights
* to use , copy , modify , merge , publish , distribute , sublicense , and / or sell
* copies of the Software , and to permit persons to whom the Software is
* furnished to do so , subject to the following conditions :
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software .
*
* THE SOFTWARE IS PROVIDED "AS IS" , WITHOUT WARRANTY OF ANY KIND , EXPRESS OR
* IMPLIED , INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY ,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT . IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM , DAMAGES OR OTHER
* LIABILITY , WHETHER IN AN ACTION OF CONTRACT , TORT OR OTHERWISE , ARISING FROM ,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE .
* /
2020-03-10 11:58:52 +03:00
var n = "undefined" != typeof window && "undefined" != typeof document , i = [ "Edge" , "Trident" , "Firefox" ] , r = 0 , o = 0 ; o < i . length ; o += 1 ) if ( n && navigator . userAgent . indexOf ( i [ o ] ) >= 0 ) { r = 1 ; break } var s = n && window . Promise ? function ( e ) { var t = ! 1 ; return function ( ) { t || ( t = ! 0 , window . Promise . resolve ( ) . then ( ( function ( ) { t = ! 1 , e ( ) } ) ) ) } } : function ( e ) { var t = ! 1 ; return function ( ) { t || ( t = ! 0 , setTimeout ( ( function ( ) { t = ! 1 , e ( ) } ) , r ) ) } } ; function a ( e ) { return e && "[object Function]" === { } . toString . call ( e ) } function l ( e , t ) { if ( 1 !== e . nodeType ) return [ ] ; var n = e . ownerDocument . defaultView . getComputedStyle ( e , null ) ; return t ? n [ t ] : n } function c ( e ) { return "HTML" === e . nodeName ? e : e . parentNode || e . host } function u ( e ) { if ( ! e ) return document . body ; switch ( e . nodeName ) { case "HTML" : case "BODY" : return e . ownerDocument . body ; case "#document" : return e . body } var t = l ( e ) , n = t . overflow , i = t . overflowX , r = t . overflowY ; return /(auto|scroll|overlay)/ . test ( n + r + i ) ? e : u ( c ( e ) ) } var d = n && ! ( ! window . MSInputMethodContext || ! document . documentMode ) , h = n && /MSIE 10/ . test ( navigator . userAgent ) ; function f ( e ) { return 11 === e ? d : 10 === e ? h : d || h } function p ( e ) { if ( ! e ) return document . documentElement ; for ( var t = f ( 10 ) ? document . body : null , n = e . offsetParent || null ; n === t && e . nextElementSibling ; ) n = ( e = e . nextElementSibling ) . offsetParent ; var i = n && n . nodeName ; return i && "BODY" !== i && "HTML" !== i ? - 1 !== [ "TH" , "TD" , "TABLE" ] . indexOf ( n . nodeName ) && "static" === l ( n , "position" ) ? p ( n ) : n : e ? e . ownerDocument . documentElement : document . documentElement } function m ( e ) { return null !== e . parentNode ? m ( e . parentNode ) : e } function g ( e , t ) { if ( ! ( e && e . nodeType && t && t . nodeType ) ) return document . documentElement ; var n = e . compareDocumentPosition ( t ) & Node . DOCUMENT _POSITION _FOLLOWING , i = n ? e : t , r = n ? t : e , o = document . createRange ( ) ; o . setStart ( i , 0 ) , o . setEnd ( r , 0 ) ; var s , a , l = o . commonAncestorContainer ; if ( e !== l && t !== l || i . contains ( r ) ) return "BODY" === ( a = ( s = l ) . nodeName ) || "HTML" !== a && p ( s . firstElementChild ) !== s ? p ( l ) : l ; var c = m ( e ) ; return c . host ? g ( c . host , t ) : g ( e , m ( t ) . host ) } function v ( e ) { var t = arguments . length > 1 && void 0 !== arguments [ 1 ] ? arguments [ 1 ] : "top" , n = "top" === t ? "scrollTop" : "scrollLeft" , i = e . nodeName ; if ( "BODY" === i || "HTML" === i ) { var r = e . ownerDocument . documentElement , o = e . ownerDocument . scrollingElement || r ; return o [ n ] } return e [ n ] } function _ ( e , t ) { var n = arguments . length > 2 && void 0 !== arguments [ 2 ] && arguments [ 2 ] , i = v ( t , "top" ) , r = v ( t , "left" ) , o = n ? - 1 : 1 ; return e . top += i * o , e . bottom += i * o , e . left += r * o , e . right += r * o , e } function y ( e , t ) { var n = "x" === t ? "Left" : "Top" , i = "Left" === n ? "Right" : "Bottom" ; return parseFloat ( e [ "border" + n + "Width" ] , 10 ) + parseFloat ( e [ "border" + i + "Width" ] , 10 ) } function b ( e , t , n , i ) { return Math . max ( t [ "offset" + e ] , t [ "scroll" + e ] , n [ "client" + e ] , n [ "offset" + e ] , n [ "scroll" + e ] , f ( 10 ) ? parseInt ( n [ "offset" + e ] ) + parseInt ( i [ "margin" + ( "Height" === e ? "Top" : "Left" ) ] ) + parseInt ( i [ "margin" + ( "Height" === e ? "Bottom" : "Right" ) ] ) : 0 ) } function w ( e ) { var t = e . body , n = e . documentElement , i = f ( 10 ) && getComputedStyle ( n ) ; return { height : b ( "Height" , t , n , i ) , width : b ( "Width" , t , n , i ) } } var x = function ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } , k = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var i = t [ n ] ; i . enumerable = i . enumerable || ! 1 , i . configurable = ! 0 , "value" in i && ( i . writable = ! 0 ) , Object . defineProperty ( e , i . key , i ) } } return function ( t , n , i ) { return n && e ( t . prototype , n ) , i && e ( t , i ) , t } } ( ) , M = function ( e , t , n ) { return t in e ? Object . defineProperty ( e , t , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : e [ t ] = n , e } , A = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ] ; for ( var i in n ) Object . prototype . hasOwnProperty . call ( n , i ) && ( e [ i ] = n [ i ] ) } return e } ; function L ( e ) { return A ( { } , e , { right : e . left + e . width , bottom : e . top + e . height } ) } function T ( e ) { var t = { } ; try { if ( f ( 10 ) ) { t = e . getBoundingClientRect ( ) ; var n = v ( e , "top" ) , i = v ( e , "left" ) ; t . top += n , t . left += i , t . bottom += n , t . right += i } else t = e . getBoundingClientRect ( ) } catch ( e ) { } var r = { left : t . left , top : t . top , width : t . right - t . left , height : t . bottom - t . top } , o = "HTML" === e . nodeName ? w ( e . ownerDocument ) : { } , s = o . width || e . clientWidth || r . right - r . left , a = o . height || e . clientHeight || r . bottom - r . top , c = e . offsetWidth - s , u = e . offsetHeight - a ; if ( c || u ) { var d = l ( e ) ; c -= y ( d , "x" ) , u -= y ( d , "y" ) , r . width -= c , r . height -= u } return L ( r ) } function D ( e , t ) { var n = arguments . length > 2 && void 0 !== a
2019-03-06 22:00:36 +03:00
/ * !
2019-12-01 05:16:01 +03:00
* Bootstrap util . js v4 . 4.1 ( https : //getbootstrap.com/)
2019-03-06 22:00:36 +03:00
* Copyright 2011 - 2019 The Bootstrap Authors ( https : //github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT ( https : //github.com/twbs/bootstrap/blob/master/LICENSE)
* /
2020-02-21 19:38:43 +03:00
e . exports = function ( e ) { "use strict" ; function t ( t ) { var i = this , r = ! 1 ; return e ( this ) . one ( n . TRANSITION _END , ( function ( ) { r = ! 0 } ) ) , setTimeout ( ( function ( ) { r || n . triggerTransitionEnd ( i ) } ) , t ) , this } e = e && e . hasOwnProperty ( "default" ) ? e . default : e ; var n = { TRANSITION _END : "bsTransitionEnd" , getUID : function ( e ) { do { e += ~ ~ ( 1e6 * Math . random ( ) ) } while ( document . getElementById ( e ) ) ; return e } , getSelectorFromElement : function ( e ) { var t = e . getAttribute ( "data-target" ) ; if ( ! t || "#" === t ) { var n = e . getAttribute ( "href" ) ; t = n && "#" !== n ? n . trim ( ) : "" } try { return document . querySelector ( t ) ? t : null } catch ( e ) { return null } } , getTransitionDurationFromElement : function ( t ) { if ( ! t ) return 0 ; var n = e ( t ) . css ( "transition-duration" ) , i = e ( t ) . css ( "transition-delay" ) , r = parseFloat ( n ) , o = parseFloat ( i ) ; return r || o ? ( n = n . split ( "," ) [ 0 ] , i = i . split ( "," ) [ 0 ] , 1e3 * ( parseFloat ( n ) + parseFloat ( i ) ) ) : 0 } , reflow : function ( e ) { return e . offsetHeight } , triggerTransitionEnd : function ( t ) { e ( t ) . trigger ( "transitionend" ) } , supportsTransitionEnd : function ( ) { return Boolean ( "transitionend" ) } , isElement : function ( e ) { return ( e [ 0 ] || e ) . nodeType } , typeCheckConfig : function ( e , t , i ) { for ( var r in i ) if ( Object . prototype . hasOwnProperty . call ( i , r ) ) { var o = i [ r ] , s = t [ r ] , a = s && n . isElement ( s ) ? "element" : ( l = s , { } . toString . call ( l ) . match ( /\s([a-z]+)/i ) [ 1 ] . toLowerCase ( ) ) ; if ( ! new RegExp ( o ) . test ( a ) ) throw new Error ( e . toUpperCase ( ) + ': Option "' + r + '" provided type "' + a + '" but expected type "' + o + '".' ) } var l } , findShadowRoot : function ( e ) { if ( ! document . documentElement . attachShadow ) return null ; if ( "function" == typeof e . getRootNode ) { var t = e . getRootNode ( ) ; return t instanceof ShadowRoot ? t : null } return e instanceof ShadowRoot ? e : e . parentNode ? n . findShadowRoot ( e . parentNode ) : null } , jQueryDetection : function ( ) { if ( void 0 === e ) throw new TypeError ( "Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript." ) ; var t = e . fn . jquery . split ( " " ) [ 0 ] . split ( "." ) ; if ( t [ 0 ] < 2 && t [ 1 ] < 9 || 1 === t [ 0 ] && 9 === t [ 1 ] && t [ 2 ] < 1 || t [ 0 ] >= 4 ) throw new Error ( "Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0" ) } } ; return n . jQueryDetection ( ) , e . fn . emulateTransitionEnd = t , e . event . special [ n . TRANSITION _END ] = { bindType : "transitionend" , delegateType : "transitionend" , handle : function ( t ) { if ( e ( t . target ) . is ( this ) ) return t . handleObj . handler . apply ( this , arguments ) } } , n } ( n ( 0 ) ) } , function ( e , t , n ) { ( function ( e ) { var t ;
2019-03-06 22:00:36 +03:00
/ *
* @ copyright 2019 Julius Härtl < jus @ bitgrid . net >
*
* @ author 2019 Julius Härtl < jus @ bitgrid . net >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2020-03-10 11:58:52 +03:00
e . prototype . tooltip = ( t = e . prototype . tooltip , function ( e ) { try { return t . call ( this , e ) } catch ( n ) { if ( n instanceof TypeError && "destroy" === e ) return console . error ( "Deprecated call $.tooltip('destroy') has been deprecated and should be removed" ) , t . call ( this , "dispose" ) ; if ( n instanceof TypeError && "fixTitle" === e ) return console . error ( "Deprecated call $.tooltip('fixTitle') has been deprecated and should be removed" ) , t . call ( this , "_fixTitle" ) } } ) } ) . call ( this , n ( 0 ) ) } , function ( e , t , n ) { ( function ( e ) { var t ; ( t = e ) . Jcrop = function ( e , n ) { var i , r = t . extend ( { } , t . Jcrop . defaults ) , o = navigator . userAgent . toLowerCase ( ) , s = /msie/ . test ( o ) , a = /msie [1-6]\./ . test ( o ) ; function l ( e ) { return Math . round ( e ) + "px" } function c ( e ) { return r . baseClass + "-" + e } function u ( e ) { var n = t ( e ) . offset ( ) ; return [ n . left , n . top ] } function d ( e ) { return [ e . pageX - i [ 0 ] , e . pageY - i [ 1 ] ] } function h ( e ) { "object" != typeof e && ( e = { } ) , r = t . extend ( r , e ) , t . each ( [ "onChange" , "onSelect" , "onRelease" , "onDblClick" ] , ( function ( e , t ) { "function" != typeof r [ t ] && ( r [ t ] = function ( ) { } ) } ) ) } function f ( e , t , n ) { if ( i = u ( L ) , K . setCursor ( "move" === e ? e : e + "-resize" ) , "move" === e ) return K . activateHandlers ( function ( e ) { var t = e ; return X . watchKeys ( ) , function ( e ) { G . moveOffset ( [ e [ 0 ] - t [ 0 ] , e [ 1 ] - t [ 1 ] ] ) , t = e , J . update ( ) } } ( t ) , _ , n ) ; var o = G . getFixed ( ) , s = p ( e ) , a = G . getCorner ( p ( s ) ) ; G . setPressed ( G . getCorner ( s ) ) , G . setCurrent ( a ) , K . activateHandlers ( function ( e , t ) { return function ( n ) { if ( r . aspectRatio ) switch ( e ) { case "e" : case "w" : n [ 1 ] = t . y + 1 ; break ; case "n" : case "s" : n [ 0 ] = t . x + 1 } else switch ( e ) { case "e" : case "w" : n [ 1 ] = t . y2 ; break ; case "n" : case "s" : n [ 0 ] = t . x2 } G . setCurrent ( n ) , J . update ( ) } } ( e , o ) , _ , n ) } function p ( e ) { switch ( e ) { case "n" : return "sw" ; case "s" : case "e" : return "nw" ; case "w" : return "ne" ; case "ne" : return "sw" ; case "nw" : return "se" ; case "se" : return "nw" ; case "sw" : return "ne" } } function m ( e ) { return function ( t ) { return ! ( r . disabled || "move" === e && ! r . allowMove || ( i = u ( L ) , z = ! 0 , f ( e , d ( t ) ) , t . stopPropagation ( ) , t . preventDefault ( ) , 1 ) ) } } function g ( e , t , n ) { var i = e . width ( ) , r = e . height ( ) ; i > t && t > 0 && ( i = t , r = t / e . width ( ) * e . height ( ) ) , r > n && n > 0 && ( r = n , i = n / e . height ( ) * e . width ( ) ) , N = e . width ( ) / i , R = e . height ( ) / r , e . width ( i ) . height ( r ) } function v ( e ) { return { x : e . x * N , y : e . y * R , x2 : e . x2 * N , y2 : e . y2 * R , w : e . w * N , h : e . h * R } } function _ ( e ) { var t = G . getFixed ( ) ; t . w > r . minSelect [ 0 ] && t . h > r . minSelect [ 1 ] ? ( J . enableHandles ( ) , J . done ( ) ) : J . release ( ) , K . setCursor ( r . allowSelect ? "crosshair" : "default" ) } function y ( e ) { if ( r . disabled ) return ! 1 ; if ( ! r . allowSelect ) return ! 1 ; z = ! 0 , i = u ( L ) , J . disableHandles ( ) , K . setCursor ( "crosshair" ) ; var t = d ( e ) ; return G . setPressed ( t ) , J . update ( ) , K . activateHandlers ( b , _ , "touch" === e . type . substring ( 0 , 5 ) ) , X . watchKeys ( ) , e . stopPropagation ( ) , e . preventDefault ( ) , ! 1 } function b ( e ) { G . setCurrent ( e ) , J . update ( ) } function w ( ) { var e = t ( "<div></div>" ) . addClass ( c ( "tracker" ) ) ; return s && e . css ( { opacity : 0 , backgroundColor : "white" } ) , e } "object" != typeof e && ( e = t ( e ) [ 0 ] ) , "object" != typeof n && ( n = { } ) , h ( n ) ; var x = { border : "none" , visibility : "visible" , margin : 0 , padding : 0 , position : "absolute" , top : 0 , left : 0 } , k = t ( e ) , M = ! 0 ; if ( "IMG" == e . tagName ) { if ( 0 != k [ 0 ] . width && 0 != k [ 0 ] . height ) k . width ( k [ 0 ] . width ) , k . height ( k [ 0 ] . height ) ; else { var A = new Image ; A . src = k [ 0 ] . src , k . width ( A . width ) , k . height ( A . height ) } var L = k . clone ( ) . removeAttr ( "id" ) . css ( x ) . show ( ) ; L . width ( k . width ( ) ) , L . height ( k . height ( ) ) , k . after ( L ) . hide ( ) } else L = k . css ( x ) . show ( ) , M = ! 1 , null === r . shade && ( r . shade = ! 0 ) ; g ( L , r . boxWidth , r . boxHeight ) ; var T = L . width ( ) , D = L . height ( ) , S = t ( "<div />" ) . width ( T ) . height ( D ) . addClass ( c ( "holder" ) ) . css ( { position : "relative" , backgroundColor : r . bgColor } ) . insertAfter ( k ) . append ( L ) ; r . addClass && S . addClass ( r . addClass ) ; var E = t ( "<div />" ) , Y = t ( "<div />" ) . width ( "100%" ) . height ( "100%" ) . css ( { zIndex : 310 , position : "absolute" , overflow : "hidden" } ) , C = t ( "<div />" ) . width ( "100%" ) . height ( "100%" ) . css ( "zIndex" , 320 ) , O = t ( "<div />" ) . css ( { position : "absolute" , zIndex : 600 } ) . dblclick ( ( function ( ) { var e = G . getFixed ( ) ; r . onDblClick . call ( re , e ) } ) ) . insertBefore ( L ) . append ( Y , C ) ; M && ( E = t ( "<img />" ) . attr ( "src" , L . attr ( "src" ) ) . css ( x ) . width ( T ) . height ( D ) , Y . append ( E ) ) , a && O . css ( { overflowY : "hidden" } ) ; var P , I , H , j , N , R , z , F , B = r . boundary , W = w ( ) . width ( T + 2 * B ) . height ( D + 2 * B ) . css ( { position : "absolute" , top : l ( - B ) , left : l ( - B ) , zIndex : 290 } ) . mousedown ( y ) , U = r . bgColor , Q = r . bgOpacity ; i = u ( L ) ; var q = function ( ) { function e ( ) { var e , t = { } , n = [ " t
2019-10-21 22:36:17 +03:00
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-01-31 21:19:47 +03:00
*
2019-10-21 22:36:17 +03:00
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-01-31 21:19:47 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2019-11-03 11:22:59 +03:00
o . a . fn . avatar = function ( e , t , n , i , r , o ) { var a = function ( e ) { e . imageplaceholder ( "?" ) , e . css ( "background-color" , "#b9b9b9" ) } ; if ( void 0 !== e && ( e = String ( e ) ) , void 0 !== o && ( o = String ( o ) ) , void 0 === t && ( t = this . height ( ) > 0 ? this . height ( ) : this . data ( "size" ) > 0 ? this . data ( "size" ) : 64 ) , this . height ( t ) , this . width ( t ) , void 0 === e ) { if ( void 0 === this . data ( "user" ) ) return void a ( this ) ; e = this . data ( "user" ) } e = String ( e ) . replace ( /\//g , "" ) ; var l , c = this ; l = e === s . a . getCurrentUser ( ) . uid ? s . a . generateUrl ( "/avatar/{user}/{size}?v={version}" , { user : e , size : Math . ceil ( t * window . devicePixelRatio ) , version : oc _userconfig . avatar . version } ) : s . a . generateUrl ( "/avatar/{user}/{size}" , { user : e , size : Math . ceil ( t * window . devicePixelRatio ) } ) ; var u = new Image ; u . onload = function ( ) { c . clearimageplaceholder ( ) , c . append ( u ) , "function" == typeof r && r ( ) } , u . onerror = function ( ) { c . clearimageplaceholder ( ) , void 0 !== o ? c . imageplaceholder ( e , o ) : a ( c ) , "function" == typeof r && r ( ) } , t < 32 ? c . addClass ( "icon-loading-small" ) : c . addClass ( "icon-loading" ) , u . width = t , u . height = t , u . src = l , u . alt = "" } ;
2019-10-21 22:36:17 +03:00
/ *
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-01-29 12:15:46 +03:00
*
2019-10-21 22:36:17 +03:00
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-01-29 12:15:46 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2020-03-10 11:58:52 +03:00
var a = i ( 1083 ) ; o . a . fn . contactsMenu = function ( e , n , i ) { if ( - 1 !== [ 0 , 4 , 6 ] . indexOf ( n ) ) { var r = this ; i . append ( '<div class="menu popovermenu menu-left hidden contactsmenu-popover"> <ul> <li> <a> <span class="icon-loading-small"></span> </a> </li> </ul></div>' ) ; var l = i . find ( "div.contactsmenu-popover" ) ; r . click ( ( function ( ) { if ( ! l . hasClass ( "hidden" ) ) return l . addClass ( "hidden" ) , void l . hide ( ) ; l . removeClass ( "hidden" ) , l . show ( ) , l . hasClass ( "loaded" ) || ( l . addClass ( "loaded" ) , o . a . ajax ( s . a . generateUrl ( "/contactsmenu/findOne" ) , { method : "POST" , data : { shareType : n , shareWith : e } } ) . then ( ( function ( e ) { l . find ( "ul" ) . find ( "li" ) . addClass ( "hidden" ) , ( e . topAction ? [ e . topAction ] . concat ( e . actions ) : [ { hyperlink : "#" , title : t ( "core" , "No action available" ) } ] ) . forEach ( ( function ( e ) { var t = a ; l . find ( "ul" ) . append ( t ( e ) ) } ) ) } ) , ( function ( e ) { var n ; l . find ( "ul" ) . find ( "li" ) . addClass ( "hidden" ) , n = 404 === e . status ? t ( "core" , "No action available" ) : t ( "core" , "Error fetching contact actions" ) ; var i = a ; l . find ( "ul" ) . append ( i ( { hyperlink : "#" , title : n } ) ) } ) ) ) } ) ) , o ( ) ( document ) . click ( ( function ( e ) { var t = l . has ( e . target ) . length > 0 , n = r . has ( e . target ) . length > 0 ; r . each ( ( function ( ) { o ( ) ( this ) . is ( e . target ) && ( n = ! 0 ) } ) ) , t || n || ( l . addClass ( "hidden" ) , l . hide ( ) ) } ) ) } } ,
2019-10-21 22:36:17 +03:00
/ * *
2019-03-15 00:34:35 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-01-29 12:15:46 +03:00
*
2019-03-15 00:34:35 +03:00
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-01-29 12:15:46 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-01-31 21:19:47 +03:00
* /
2019-10-21 22:36:17 +03:00
o . a . fn . exists = function ( ) { return this . length > 0 } ,
2019-09-25 19:19:42 +03:00
/ * *
2019-10-21 22:36:17 +03:00
* @ copyright 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-01-31 21:19:47 +03:00
*
2019-10-21 22:36:17 +03:00
* @ author 2018 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-01-31 21:19:47 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-10-21 22:36:17 +03:00
* /
o . a . fn . filterAttr = function ( e , t ) { return this . filter ( ( function ( ) { return o ( ) ( this ) . attr ( e ) === t } ) ) } ,
2019-01-29 12:15:46 +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/>.
* /
2020-02-09 22:06:08 +03:00
o . a . widget ( "oc.ocdialog" , { options : { width : "auto" , height : "auto" , closeButton : ! 0 , closeOnEscape : ! 0 , modal : ! 1 } , _create : function ( ) { var e = this ; this . originalCss = { display : this . element [ 0 ] . style . display , width : this . element [ 0 ] . style . width , height : this . element [ 0 ] . style . height } , this . originalTitle = this . element . attr ( "title" ) , this . options . title = this . options . title || this . originalTitle , this . $dialog = o ( ) ( '<div class="oc-dialog" />' ) . attr ( { tabIndex : - 1 , role : "dialog" } ) . insertBefore ( this . element ) , this . $dialog . append ( this . element . detach ( ) ) , this . element . removeAttr ( "title" ) . addClass ( "oc-dialog-content" ) . appendTo ( this . $dialog ) , this . $dialog . css ( { display : "inline-block" , position : "fixed" } ) , this . enterCallback = null , o ( ) ( document ) . on ( "keydown keyup" , ( function ( t ) { if ( t . target === e . $dialog . get ( 0 ) || 0 !== e . $dialog . find ( o ( ) ( t . target ) ) . length ) { if ( 27 === t . keyCode && "keydown" === t . type && e . options . closeOnEscape ) return t . stopImmediatePropagation ( ) , e . close ( ) , ! 1 ; if ( 13 === t . keyCode ) { if ( t . stopImmediatePropagation ( ) , null !== e . enterCallback ) return e . enterCallback ( ) , t . preventDefault ( ) , ! 1 ; if ( "keyup" === t . type ) return t . preventDefault ( ) , ! 1 ; if ( e . $buttonrow && 0 === e . $buttonrow . find ( o ( ) ( t . target ) ) . length ) { var n = e . $buttonrow . find ( "button.primary" ) ; n && ! n . prop ( "disabled" ) && n . trigger ( "click" ) } else e . $buttonrow && o ( ) ( t . target ) . trigger ( "click" ) ; return ! 1 } } } ) ) , this . _setOptions ( this . options ) , this . _createOverlay ( ) } , _init : function ( ) { this . $dialog . focus ( ) , this . _trigger ( "open" ) } , _setOption : function ( e , t ) { var n = this ; switch ( e ) { case "title" : if ( this . $title ) this . $title . text ( t ) ; else { var i = o ( ) ( '<h2 class="oc-dialog-title">' + t + "</h2>" ) ; this . $title = i . prependTo ( this . $dialog ) } this . _setSizes ( ) ; break ; case "buttons" : if ( this . $buttonrow ) this . $buttonrow . empty ( ) ; else { var r = o ( ) ( '<div class="oc-dialog-buttonrow" />' ) ; this . $buttonrow = r . appendTo ( this . $dialog ) } 1 === t . length ? this . $buttonrow . addClass ( "onebutton" ) : 2 === t . length ? this . $buttonrow . addClass ( "twobuttons" ) : 3 === t . length && this . $buttonrow . addClass ( "threebuttons" ) , o . a . each ( t , ( function ( e , t ) { var i = o ( ) ( "<button>" ) . text ( t . text ) ; t . classes && i . addClass ( t . classes ) , t . defaultButton && ( i . addClass ( "primary" ) , n . $defaultButton = i ) , n . $buttonrow . append ( i ) , i . click ( ( function ( ) { t . click . apply ( n . element [ 0 ] , arguments ) } ) ) } ) ) , this . $buttonrow . find ( "button" ) . on ( "focus" , ( function ( e ) { n . $buttonrow . find ( "button" ) . removeClass ( "primary" ) , o ( ) ( this ) . addClass ( "primary" ) } ) ) , this . _setSizes ( ) ; break ; case "style" : void 0 !== t . buttons && this . $buttonrow . addClass ( t . buttons ) ; break ; case "closeButton" : if ( t ) { var s = o ( ) ( '<a class="oc-dialog-close"></a>' ) ; this . $dialog . prepend ( s ) , s . on ( "click" , ( function ( ) { n . close ( ) } ) ) } else this . $dialog . find ( ".oc-dialog-close" ) . remove ( ) ; break ; case "width" : this . $dialog . css ( "width" , t ) ; break ; case "height" : this . $dialog . css ( "height" , t ) ; break ; case "close" : this . closeCB = t } o . a . Widget . prototype . _setOption . apply ( this , arguments ) } , _setOptions : function ( e ) { o . a . Widget . prototype . _setOptions . apply ( this , arguments ) } , _setSizes : function ( ) { var e = 0 ; this . $title && ( e += this . $title . outerHeight ( ! 0 ) ) , this . $buttonrow && ( e += this . $buttonrow . outerHeight ( ! 0 ) ) , this . element . css ( { height : "calc(100% - " + e + "px)" } ) } , _createOverlay : function ( ) { if ( this . options . modal ) { var e = this ; this . overlay = o ( ) ( "<div>" ) . addClass ( "oc-dialog-dim" ) . appendTo ( o ( ) ( "#content" ) ) , this . overlay . on ( "click keydown keyup" , ( function ( t ) { t . target !== e . $dialog . get ( 0 ) && 0 === e . $dialog . find ( o ( ) ( t . target ) ) . length && ( t . preventDefault ( ) , t . stopPropagation ( ) ) } ) ) } } , _destroyOverlay : function ( ) { this . options . modal && this . overlay && ( this . overlay . off ( "click keydown keyup" ) , this . overlay . remove ( ) , this . overlay = null ) } , widget : function ( ) { return this . $dialog } , setEnterCallback : function ( e ) { this . enterCallback = e } , unsetEnterCallback : function ( ) { this . enterCallback = null } , close : function ( ) { this . _destroyOverlay ( ) ; var e = this ; setTimeout ( ( function ( ) { e . _trigger ( "close" , e ) } ) , 200 ) , e . $dialog . remove ( ) , this . destroy ( ) } , destroy : function ( ) { this . $title && this . $title . remove ( ) , this . $buttonrow && this . $buttonrow . remove ( ) , this . originalTitle && this . element . attr ( "title" , this . originalTitle ) , this . element . removeClass ( "oc-dialog-content" ) . css ( this . originalCss ) . detach ( ) . insertBefore ( this . $dialog ) , this . $dialog . remove ( ) } } ) ; var l = i ( 157 ) , c = { init : function ( e , t , n )
2019-02-04 00:29:00 +03:00
/ *
2019-10-21 22:36:17 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-02-04 00:29:00 +03:00
*
2019-10-21 22:36:17 +03:00
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-02-04 00:29:00 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-10-21 22:36:17 +03:00
* / f u n c t i o n d ( e ) { r e t u r n ( d = " f u n c t i o n " = = t y p e o f S y m b o l & & " s y m b o l " = = t y p e o f S y m b o l . i t e r a t o r ? f u n c t i o n ( e ) { r e t u r n t y p e o f e } : f u n c t i o n ( e ) { r e t u r n e & & " f u n c t i o n " = = t y p e o f S y m b o l & & e . c o n s t r u c t o r = = = S y m b o l & & e ! = = S y m b o l . p r o t o t y p e ? " s y m b o l " : t y p e o f e } ) ( e ) }
2019-09-25 19:19:42 +03:00
/ * *
2019-01-29 12:15:46 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-11-03 11:22:59 +03:00
* / o ( ) ( d o c u m e n t ) . o n ( " a j a x S e n d " , ( f u n c t i o n ( e , t , n ) { ! 1 = = = n . c r o s s D o m a i n & & ( t . s e t R e q u e s t H e a d e r ( " r e q u e s t t o k e n " , O b j e c t ( u . a ) ( ) ) , t . s e t R e q u e s t H e a d e r ( " O C S - A P I R E Q U E S T " , " t r u e " ) ) } ) ) ,
2019-09-25 19:19:42 +03:00
/ * *
2019-10-21 22:36:17 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-01-29 12:15:46 +03:00
*
2019-10-21 22:36:17 +03:00
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
2019-01-29 12:15:46 +03:00
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2019-10-21 22:36:17 +03:00
o . a . fn . selectRange = function ( e , t ) { return this . each ( ( function ( ) { if ( this . setSelectionRange ) this . focus ( ) , this . setSelectionRange ( e , t ) ; else if ( this . createTextRange ) { var n = this . createTextRange ( ) ; n . collapse ( ! 0 ) , n . moveEnd ( "character" , t ) , n . moveStart ( "character" , e ) , n . select ( ) } } ) ) } ,
2018-12-11 22:56:46 +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/>.
* /
2020-03-10 11:58:52 +03:00
o . a . fn . extend ( { showPassword : function ( e ) { var t = { fn : null , args : { } } ; t . fn = e ; var n = function ( e , t ) { t . val ( e . val ( ) ) } , i = function ( e , t , i ) { e . is ( ":checked" ) ? ( n ( t , i ) , i . show ( ) , t . hide ( ) ) : ( n ( i , t ) , i . hide ( ) , t . show ( ) ) } ; return this . each ( ( function ( ) { var e = o ( ) ( this ) , r = o ( ) ( e . data ( "typetoggle" ) ) , s = function ( e ) { var t = o ( ) ( e ) , n = o ( ) ( "<input />" ) ; return n . attr ( { type : "text" , class : t . attr ( "class" ) , style : t . attr ( "style" ) , size : t . attr ( "size" ) , name : t . attr ( "name" ) + "-clone" , tabindex : t . attr ( "tabindex" ) , autocomplete : "off" } ) , void 0 !== t . attr ( "placeholder" ) && n . attr ( "placeholder" , t . attr ( "placeholder" ) ) , n } ( e ) ; s . insertAfter ( e ) , t . fn && ( t . args . input = e , t . args . checkbox = r , t . args . clone = s ) , r . bind ( "click" , ( function ( ) { i ( r , e , s ) } ) ) , e . bind ( "keyup" , ( function ( ) { n ( e , s ) } ) ) , s . bind ( "keyup" , ( function ( ) { n ( s , e ) , e . trigger ( "keyup" ) } ) ) , s . bind ( "blur" , ( function ( ) { e . trigger ( "focusout" ) } ) ) , i ( r , e , s ) , s . closest ( "form" ) . submit ( ( function ( e ) { s . prop ( "type" , "password" ) } ) ) , t . fn && t . fn ( t . args ) } ) ) } } ) , o . a . fn . tipsy = function ( e ) { if ( console . warn ( "Deprecation warning: tipsy is deprecated. Use tooltip instead." ) , "object" === d ( e ) && null !== e ) { var t = { placement : "bottom" , delay : { show : 0 , hide : 0 } , trigger : "hover" , html : ! 1 , container : "body" } ; if ( e . gravity ) switch ( e . gravity ) { case "n" : case "nw" : case "ne" : t . placement = "bottom" ; break ; case "s" : case "sw" : case "se" : t . placement = "top" ; break ; case "w" : t . placement = "right" ; break ; case "e" : t . placement = "left" } e . trigger && ( t . trigger = e . trigger ) , e . delayIn && ( t . delay . show = e . delayIn ) , e . delayOut && ( t . delay . hide = e . delayOut ) , e . html && ( t . html = ! 0 ) , e . fallback && ( t . title = e . fallback ) , o . a . fn . tooltip . call ( this , "destroy" ) , o . a . fn . tooltip . call ( this , t ) } else this . tooltip ( e ) , o . a . fn . tooltip . call ( this , e ) ; return this } , o . a . ui . autocomplete . prototype . _resizeMenu = function ( ) { this . menu . element . outerWidth ( this . element . outerWidth ( ) ) } ; i ( 1084 ) , i ( 1091 ) ;
2019-09-25 19:19:42 +03:00
/ * *
2019-01-29 12:15:46 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2019-10-21 22:36:17 +03:00
* /
2020-02-09 22:06:08 +03:00
o . a . ajaxSetup ( { contents : { script : ! 1 } } ) , o . a . globalEval = function ( ) { } } , , function ( e , n , i ) { "use strict" ; var r = { } ; i . r ( r ) , i . d ( r , "plainToRich" , ( function ( ) { return C } ) ) , i . d ( r , "richToPlain" , ( function ( ) { return O } ) ) , i . d ( r , "formatLinksRich" , ( function ( ) { return P } ) ) , i . d ( r , "formatLinksPlain" , ( function ( ) { return I } ) ) ; var o = { } ; i . r ( o ) , i . d ( o , "query" , ( function ( ) { return Q } ) ) , i . d ( o , "dismiss" , ( function ( ) { return q } ) ) ; var s = i ( 713 ) , a = i ( 2 ) , l = i . n ( a ) , c = i ( 0 ) , u = i . n ( c ) , d = ( i ( 1062 ) , i ( 1063 ) , i ( 1064 ) , i ( 1066 ) , i ( 817 ) ) , h = i . n ( d ) , f = i ( 38 ) , p = i . n ( f ) , m = ( i ( 1068 ) , i ( 1071 ) , i ( 818 ) ) , g = i . n ( m ) , v = i ( 211 ) , _ = i . n ( v ) , y = i ( 61 ) , b = i . n ( y ) , w = i ( 162 ) , x = i . n ( w ) , k = ( i ( 1072 ) , i ( 1073 ) , i ( 687 ) ) , M = i . n ( k ) , A = i ( 819 ) , L = i . n ( A ) , T = i ( 1 ) , D = i . n ( T ) , S = ( i ( 1076 ) , i ( 1077 ) , i ( 1082 ) , i ( 745 ) , i ( 746 ) , i ( 4 ) ) , E = i ( 60 ) , Y = /(\s|^)(https?:\/\/)?((?:[-A-Z0-9+_]+\.)+[-A-Z]+(?:\/[-A-Z0-9+&@#%?=~_|!:,.;()]*)*)(\s|$)/gi ; function C ( e ) { return this . formatLinksRich ( e ) } function O ( e ) { return this . formatLinksPlain ( e ) } function P ( e ) { return e . replace ( Y , ( function ( e , t , n , i , r ) { var o = i ; return n ? "http://" === n && ( o = n + i ) : n = "https://" , t + '<a class="external" target="_blank" rel="noopener noreferrer" href="' + n + i + '">' + o + "</a>" + r } ) ) } function I ( e ) { var t = u ( ) ( "<div></div>" ) . html ( e ) ; return t . find ( "a" ) . each ( ( function ( ) { var e = u ( ) ( this ) ; e . html ( e . attr ( "href" ) ) } ) ) , t . html ( ) }
2019-10-21 22:36:17 +03:00
/ * *
* @ copyright Copyright ( c ) 2018 Julius Härtl < jus @ bitgrid . net >
2019-05-10 15:18:08 +03:00
*
2019-10-21 22:36:17 +03:00
* @ author Julius Härtl < jus @ bitgrid . net >
2019-05-10 15:18:08 +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-10-21 22:36:17 +03:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
2020-02-09 22:06:08 +03:00
* / v a r H = { } , j = { } , N = { l o a d S c r i p t : f u n c t i o n ( e , t ) { v a r n = e + t ; r e t u r n O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( H , n ) ? P r o m i s e . r e s o l v e ( ) : ( H [ n ] = ! 0 , n e w P r o m i s e ( ( f u n c t i o n ( n , i ) { v a r r = O C . f i l e P a t h ( e , " j s " , t ) , o = d o c u m e n t . c r e a t e E l e m e n t ( " s c r i p t " ) ; o . s r c = r , o . s e t A t t r i b u t e ( " n o n c e " , b t o a ( O C . r e q u e s t T o k e n ) ) , o . o n l o a d = f u n c t i o n ( ) { r e t u r n n ( ) } , o . o n e r r o r = f u n c t i o n ( ) { r e t u r n i ( n e w E r r o r ( " F a i l e d t o l o a d s c r i p t f r o m " . c o n c a t ( r ) ) ) } , d o c u m e n t . h e a d . a p p e n d C h i l d ( o ) } ) ) ) } , l o a d S t y l e s h e e t : f u n c t i o n ( e , t ) { v a r n = e + t ; r e t u r n O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( j , n ) ? P r o m i s e . r e s o l v e ( ) : ( j [ n ] = ! 0 , n e w P r o m i s e ( ( f u n c t i o n ( n , i ) { v a r r = O C . f i l e P a t h ( e , " c s s " , t ) , o = d o c u m e n t . c r e a t e E l e m e n t ( " l i n k " ) ; o . h r e f = r , o . t y p e = " t e x t / c s s " , o . r e l = " s t y l e s h e e t " , o . o n l o a d = f u n c t i o n ( ) { r e t u r n n ( ) } , o . o n e r r o r = f u n c t i o n ( ) { r e t u r n i ( n e w E r r o r ( " F a i l e d t o l o a d s t y l e s h e e t f r o m " . c o n c a t ( r ) ) ) } , d o c u m e n t . h e a d . a p p e n d C h i l d ( o ) } ) ) ) } } , R = i ( 4 7 5 ) , z = i ( 1 5 7 ) , F = i . n ( z ) , B = { } , W = { r e g i s t e r T y p e : f u n c t i o n ( e , t ) { B [ e ] = t } , t r i g g e r : f u n c t i o n ( e ) { r e t u r n B [ e ] . a c t i o n ( ) } , g e t T y p e s : f u n c t i o n ( ) { r e t u r n O b j e c t . k e y s ( B ) } , g e t I c o n : f u n c t i o n ( e ) { r e t u r n B [ e ] . t y p e I c o n C l a s s | | " " } , g e t L a b e l : f u n c t i o n ( e ) { r e t u r n F ( ) ( B [ e ] . t y p e S t r i n g | | e ) } , g e t L i n k : f u n c t i o n ( e , t ) { r e t u r n v o i d 0 ! = = B [ e ] ? B [ e ] . l i n k ( t ) : " " } } , U = i ( 8 2 0 ) ; f u n c t i o n Q ( e ) { v a r n = ( e = e | | { } ) . d i s m i s s | | { } ; u . a . a j a x ( { t y p e : " G E T " , u r l : e . u r l | | S . a . l i n k T o O C S ( " c o r e " , 2 ) + " w h a t s n e w ? f o r m a t = j s o n " , s u c c e s s : e . s u c c e s s | | f u n c t i o n ( e , i , r ) { ! f u n c t i o n ( e , n , i , r ) { i f ( c o n s o l e . d e b u g ( " q u e r y i n g W h a t s N e w d a t a w a s s u c c e s s f u l : " + n ) , c o n s o l e . d e b u g ( e ) , 2 0 0 ! = = i . s t a t u s ) r e t u r n ; v a r o , s , a , c , u = d o c u m e n t . c r e a t e E l e m e n t ( " d i v " ) ; u . c l a s s L i s t . a d d ( " p o p o v e r m e n u " , " o p e n " , " w h a t s N e w P o p o v e r " , " m e n u - l e f t " ) ; v a r d = d o c u m e n t . c r e a t e E l e m e n t ( " u l " ) ; f o r ( v a r h i n o = d o c u m e n t . c r e a t e E l e m e n t ( " l i " ) , ( s = d o c u m e n t . c r e a t e E l e m e n t ( " s p a n " ) ) . c l a s s N a m e = " m e n u i t e m " , ( a = d o c u m e n t . c r e a t e E l e m e n t ( " s p a n " ) ) . i n n e r T e x t = t ( " c o r e " , " N e w i n " ) + " " + e . o c s . d a t a . p r o d u c t , a . c l a s s N a m e = " c a p t i o n " , s . a p p e n d C h i l d ( a ) , ( c = d o c u m e n t . c r e a t e E l e m e n t ( " s p a n " ) ) . c l a s s N a m e = " i c o n - c l o s e " , c . o n c l i c k = f u n c t i o n ( ) { q ( e . o c s . d a t a . v e r s i o n , r ) } , s . a p p e n d C h i l d ( c ) , o . a p p e n d C h i l d ( s ) , d . a p p e n d C h i l d ( o ) , e . o c s . d a t a . w h a t s N e w . r e g u l a r ) { v a r f = e . o c s . d a t a . w h a t s N e w . r e g u l a r [ h ] ; o = d o c u m e n t . c r e a t e E l e m e n t ( " l i " ) , ( s = d o c u m e n t . c r e a t e E l e m e n t ( " s p a n " ) ) . c l a s s N a m e = " m e n u i t e m " , ( c = d o c u m e n t . c r e a t e E l e m e n t ( " s p a n " ) ) . c l a s s N a m e = " i c o n - c h e c k m a r k " , s . a p p e n d C h i l d ( c ) , ( a = d o c u m e n t . c r e a t e E l e m e n t ( " p " ) ) . i n n e r H T M L = l . a . e s c a p e ( f ) , s . a p p e n d C h i l d ( a ) , o . a p p e n d C h i l d ( s ) , d . a p p e n d C h i l d ( o ) } l . a . i s U n d e f i n e d ( e . o c s . d a t a . c h a n g e l o g U R L ) | | ( o = d o c u m e n t . c r e a t e E l e m e n t ( " l i " ) , ( s = d o c u m e n t . c r e a t e E l e m e n t ( " a " ) ) . h r e f = e . o c s . d a t a . c h a n g e l o g U R L , s . r e l = " n o r e f e r r e r n o o p e n e r " , s . t a r g e t = " _ b l a n k " , ( c = d o c u m e n t . c r e a t e E l e m e n t ( " s p a n " ) ) . c l a s s N a m e = " i c o n - l i n k " , s . a p p e n d C h i l d ( c ) , ( a = d o c u m e n t . c r e a t e E l e m e n t ( " s p a n " ) ) . i n n e r T e x t = t ( " c o r e " , " V i e w c h a n g e l o g " ) , s . a p p e n d C h i l d ( a ) , o . a p p e n d C h i l d ( s ) , d . a p p e n d C h i l d ( o ) ) ; u . a p p e n d C h i l d ( d ) , d o c u m e n t . b o d y . a p p e n d C h i l d ( u ) } ( e , i , r , n ) } , e r r o r : e . e r r o r | | G } ) } f u n c t i o n q ( e , t ) { t = t | | { } , u . a . a j a x ( { t y p e : " P O S T " , u r l : t . u r l | | S . a . l i n k T o O C S ( " c o r e " , 2 ) + " w h a t s n e w " , d a t a : { v e r s i o n : e n c o d e U R I C o m p o n e n t ( e ) } , s u c c e s s : t . s u c c e s s | | V , e r r o r : t . e r r o r | | J } ) , u ( ) ( " . w h a t s N e w P o p o v e r " ) . r e m o v e ( ) } f u n c t i o n G ( e , t , n ) { c o n s o l e . d e b u g ( " q u e r y i n g W h a t s N e w D a t a r e s u l t e d i n a n e r r o r : " + t + n ) , c o n s o l e . d e b u g ( e ) } f u n c t i o n V ( e ) { } f u n c t i o n J ( e ) { c o n s o l e . d e b u g ( " d i s m i s s i n g W h a t s N e w d a t a r e s u l t e d i n a n e r r o r : " + e ) } v a r K = { A p p C o n f i g : E , C o l l a b o r a t i o n : W , C o m m e n t s : r , I n i t i a l S t a t e : { l o a d S t a t e : R . l o a d S t a t e } , L o a d e r : N , T o a s t : U . a , W h a t s N e w : o } , X = i ( 8 9 ) , Z = i ( 5 8 ) , $ = f u n c t i o n ( ) { v o i d 0 = = = w i n d o w . T E S T I N G & & c o n s o l e . w a r n . a p p l y ( c o n s o l e , a r g u m e n t s ) } , e e = f u n c t i o n ( e , t , n ) { v a r i = e , r = f u n c t i o n ( ) { r e t u r n $ ( " T h e " . c o n c a t ( t , " l i b r a r y i s d e p r e c a t e d ! I t w i l l b e r e m o v e d i n n e x t c l o u d " ) . c o n c a t ( n , " . " ) ) , i . a p p l y ( t h i s , a r g u m e n t s ) } ; r e t u r n O b j e c t . a s s i g n ( r , i ) , r } , t e = f u n c t i o n ( e , t , n ) { ( A r r a y . i s A r r a y ( e ) ? e : [ e ] ) . m a p ( ( f u n c t i o n ( e ) { v o i d 0 ! = = w i n d o w [ e ] & & d e l e t e w i n d o w [ e ] , O b j e c t . d e f i n e P r o p e r t y ( w i n d o w , e , { g e t : f u n c t i o n ( ) { r e t u r n $ ( n ? " " . c o n c a t ( e , " i s d e p r e c a t e d : " ) . c o n c a t ( n ) : " " . c o n c a t ( e , " i s d e p r e c a t e d " ) ) , t ( ) } } ) } ) ) } ; w i n d o w . _ = l . a , t e ( [ " $ " , " j Q u e r y " ] , ( f u n c t i o n ( ) { r e t u r n u . a } ) , " T h e g l o b a l j Q u e r y i s d e p r e c a t e d . I t w i l l b e u p d a t e d t o v 2 . 4 i n N e x t c l o u d 2 0 a n d v 3 . x i n N e x t c l o u d 2 1 . I n l a t e r v e r s i o n s o f N e x t c l o u d i t m i g h t b e r e m o v e d c o m p l e t e l y . P l e a s e s h i p y o u r o w n . " ) , t e ( " a u t o s i z e " , ( f u n c t i o n ( ) { r e t u r n h . a } ) , " p l e a s e s h i
2018-12-11 22:56:46 +03:00
//# sourceMappingURL=main.js.map