!function(){"use strict";function e(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function t(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:null;e(this,t),this.percentComplete=0,this.baseURL=null,this.status=!1,r&&(this.baseURL=r),this._request(this.baseURL?this.baseURL+c:c).then((function(e){e.type===I&&(n.token=e.token)}))}return n(t,[{key:"login",value:function(e){var t=this;return new Promise((function(n,r){t.baseURL?e.remote=!0:e.remote=!1,t.key?e.key=t.key:e.key=null,t._request(t.baseURL?t.baseURL+h:h,"getAuthStatus",s,l,e).then((function(e){n(e)})).catch((function(e){r(e)}))}))}},{key:"sync",value:function(e,t){var n=this;return new Promise((function(r,o){var a="";switch(e){case"syncSite":a="/api/v1/settings/sync";break;case"syncNav":a="/api/v1/settings/nav-sync"}n._request(n.baseURL?n.baseURL+a:a,p,s,l,t).then((function(e){r(e)})).catch((function(e){o(e)}))}))}},{key:"publish",value:function(e){var t=this;return new Promise((function(n,r){t._request(t.baseURL?t.baseURL+d:d,g,s,l,e).then((function(e){n(e)})).catch((function(e){r(e)}))}))}},{key:"pageActions",value:function(e,t){var n,r,o,a=this;switch(e){case m:n="/api/v1/page/create",r=m,o=u;break;case v:n="/api/v1/page/write",r=v,o=u;break;case y:n="/api/v1/page/delete",r=y,o=l}return this.baseURL?t.remote=!0:t.remote=!1,new Promise((function(e,i){a._request(a.baseURL?a.baseURL+n:n,r,s,o,t).then((function(t){e(t)})).catch((function(e){i(e)}))}))}},{key:"sendMail",value:function(e){var t=this;return new Promise((function(n,r){t._request(t.baseURL?t.baseURL+f:f,"sendMail",s,l,e).then((function(e){n(e)})).catch((function(e){r(e)}))}))}},{key:"getInfo",value:function(e){var t,n,r=this;return"site"==e?(t="/api/v1/settings/site",n=w):(t="/api/v1/settings/member",n=E),new Promise((function(e,o){r._request(r.baseURL?r.baseURL+t:t,n).then((function(t){e(t)})).catch((function(e){o(e)}))}))}},{key:"_request",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"GET",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:l,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null,a=this;return new Promise((function(i,c){var d=new XMLHttpRequest;if(d.upload.onprogress=a.handleLoadProgress,d.open(n,e,!0),d.onload=function(){if(200==d.status){var e=JSON.parse(d.response);i(e)}else{var t=JSON.parse(d.response);c(t)}},"PUT"==n||n==s)switch(t!==p&&t!==v&&t!==m&&t!==y&&t!==g&&t!==b||d.setRequestHeader("fipamo-access-token",a.token),r){case l:d.setRequestHeader("Content-type","application/"+r),d.send(JSON.stringify(o));break;case u:d.send(o)}else t!==w&&t!==E||d.setRequestHeader("fipamo-access-token",a.token),d.send()}))}},{key:"handleLoadProgress",value:function(e){this.percentComplete=Math.ceil(e.loaded/e.total*100)}}]),t}(),S="POST",T="json",D="x-www-form-urlencoded",P="/api/v1/status",B="uploadFiles",x="apiUseAuthorized",_=function(){function t(){var n=this,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;e(this,t),this.percentComplete=0,this.token=null,this.baseURL=null,this.key=null,o&&(this.key=o),r&&(this.baseURL=r),this._request(this.baseURL?this.baseURL+P+"?key="+this.key:P+"?key="+this.key).then((function(e){e.type===x&&(n.token=e.token)}))}return n(t,[{key:"create",value:function(e){var t=this;return new Promise((function(n,r){t._request("/api/v1/init","blogInit",S,T,e).then((function(e){n(e)})).catch((function(e){r(e)}))}))}},{key:"restore",value:function(e){var t=this;return new Promise((function(n,r){var o;o=new FormData(e),t._request("/api/v1/restore","restoreBackup","POST","x-www-form-urlencoded",o).then((function(e){n(e)})).catch((function(e){r(e)}))}))}},{key:"backup",value:function(){var e=this;return new Promise((function(t,n){var r;r={task:"create_backup"},e._request("/api/v1/backup","createBackup","POST","json",r).then((function(e){t(e)})).catch((function(e){n(e)}))}))}},{key:"secret",value:function(e){var t=this;return new Promise((function(n,r){t._request("/api/v1/get-secret","retrieveSecret",S,T,e).then((function(e){n(e)})).catch((function(e){r(e)}))}))}},{key:"newPass",value:function(e){var t=this;return new Promise((function(n,r){t._request("/api/v1/reset-password","resetPassword",S,T,e).then((function(e){n(e)})).catch((function(e){r(e)}))}))}},{key:"imageUpload",value:function(e,t){var n=this;return new Promise((function(r,o){var a="";switch(e){case"avatar-upload":a="/api/v1/settings/add-avatar";break;case"background-upload":a="/api/v1/settings/add-feature-background";break;default:a="/api/v1/page/add-entry-image"}var i=new FormData;n.baseURL?(i.append("key",n.key),i.append("remote",!0)):i.append("remote",!1);for(var s=0;s2&&void 0!==arguments[2]?arguments[2]:"GET",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:T,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null,a=this;return new Promise((function(i,s){var l=new XMLHttpRequest;if(l.upload.onprogress=a.handleLoadProgress,l.open(n,e,!0),l.onload=function(){if(200==l.status){var e=JSON.parse(l.response);i(e)}else{var t=JSON.parse(l.response);s(t)}},"PUT"==n||n==S)switch(t===B&&l.setRequestHeader("fipamo-access-token",a.token),r){case T:l.setRequestHeader("Content-type","application/"+r),l.send(JSON.stringify(o));break;case D:l.send(o)}else l.send()}))}},{key:"handleLoadProgress",value:function(e){this.percentComplete=Math.ceil(e.loaded/e.total*100)}}]),t}(),A=function(){function t(){e(this,t)}return n(t,[{key:"imgLoad",value:function(e){return new Promise((function(t,n){var r=new XMLHttpRequest;r.open("GET",e),r.responseType="blob",r.onload=function(){200===r.status?t(r.response):n(new Error("Image didn't load successfully; error code:"+r.statusText))},r.onerror=function(){n(new Error("There was a network error."))},r.send()}))}},{key:"loadImage",value:function(e){var t=this;return new Promise((function(n,r){(new Image).crossOrigin="",t.imgLoad(e).then((function(e){var t=window.URL.createObjectURL(e);n(t)}),(function(e){r(e)}))}))}},{key:"formDataToJSON",value:function(e){var t={};return new FormData(e).forEach((function(e,n){t.hasOwnProperty(n)?(Array.isArray(t[n])||(t[n]=[t[n]]),t[n].push(e)):t[n]=e})),t}}]),t}(),L="requestLame",C="postUpdated";new function t(){e(this,t)};var M=function(){function t(){e(this,t)}return n(t,[{key:"cleanString",value:function(e){return e.replace(/(^\-+|[^a-zA-Z0-9\/_| -]+|\-+$)/g,"").toLowerCase().replace(/[\/_| -]+/g,"-")}},{key:"decodeHTML",value:function(e,t){var n=0,r=0,o=!1;void 0===t&&(t=2),e=e.toString().replace(/</g,"<").replace(/>/g,">");var a={ENT_NOQUOTES:0,ENT_HTML_QUOTE_SINGLE:1,ENT_HTML_QUOTE_DOUBLE:2,ENT_COMPAT:2,ENT_QUOTES:3,ENT_IGNORE:4};if(0===t&&(o=!0),"number"!=typeof t){for(t=[].concat(t),r=0;r]*>/g,"\n"),r.append("id",document.getElementById("post-edit-index").getAttribute("data-index")),r.append("uuid",document.getElementById("post-edit-index").getAttribute("data-uuid")),r.append("layout",document.getElementById("post-edit-index").getAttribute("data-layout")),r.append("current_title",document.getElementById("post-edit-index").getAttribute("data-slug")),r.append("content",a),r.append("title",document.getElementById("post_title").value),r.append("created",document.getElementById("post-date").getAttribute("data-raw")),r.append("slug",(new M).cleanString(document.getElementById("post_title").value)),r.append("tags",document.getElementById("post_tags").value),r.append("menu",document.getElementById("option-menu-pin").getAttribute("data-active")),r.append("featured",document.getElementById("option-feature").getAttribute("data-active")),r.append("published",document.getElementById("option-published").getAttribute("data-active")),r.append("layout",document.getElementById("page-templates").value),r.append("form_token",document.getElementById("form_token").value),null!=e||null!=e)e.type.match("image.*")?r.append("feature_image",e,e.name):n("Not an image file");else if(document.getElementById("featured-image")){var i=document.getElementById("featured-image").src;null!=i||null!=i?r.append("feature_image",i):r.append("feature_image",null)}t(r)}))}}]),t}(),N="editorDelete",R="editorUploadImage",U="editorSave",H="editorUpdate";new function t(){e(this,t)};var F=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopStyle","borderRightStyle","borderBottomStyle","borderLeftStyle","borderTopWidth","boxSizing","fontFamily","fontSize","fontWeight","height","letterSpacing","lineHeight","marginBottom","marginLeft","marginRight","marginTop","outlineWidth","overflow","overflowX","overflowY","paddingBottom","paddingLeft","paddingRight","paddingTop","textAlign","textOverflow","textTransform","whiteSpace","wordBreak","wordWrap"],X=function(e,t){var n=document.createElement("div");return function(t){var r=function(){var t={position:"absolute",left:-9999,top:0,zIndex:-2e3};return"TEXTAREA"===e.tagName&&F.push("width"),F.forEach((function(n){t[n]=getComputedStyle(e)[n]})),t}();Object.keys(r).forEach((function(e){n.style[e]=r[e]})),n.innerHTML=t,e.parentNode.insertBefore(n,e.nextSibling)}(t),{rect:function(){var e=n.ownerDocument.getElementById("caret-position-marker"),t={left:e.offsetLeft,top:e.offsetTop,height:e.offsetHeight};return n.parentNode.removeChild(n),t}}};function q(e){return q="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},q(e)}var Y=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.customPos,n=e.iframe,r=e.noShadowCaret;return n?{iframe:n,window:n.contentWindow,document:n.contentDocument||n.contentWindow.document,noShadowCaret:r,customPos:t}:{window:window,document:document,noShadowCaret:r,customPos:t}},j=function(e){return"object"===q(e)&&null!==e},W=function(e,t){var n=function(){return e.selectionStart},r=function(r){var o=function(e){return e.replace(/<|>|`|"|&/g,"?").replace(/\r\n|\r|\n/g,"
")};(t.customPos||0===t.customPos)&&(r=t.customPos);var a=void 0===r?n():r,i=e.value.slice(0,a),s=e.value.slice(a),l=''.concat(o(i),"");l+='|',l+=''.concat(o(s),"");var u=X(e,l).rect();return u.pos=n(),u};return{getPos:n,setPos:function(t){return e.setSelectionRange(t,t),e},getOffset:function(n){var o=function(e,t){var n=t&&t.window||window,r=t&&t.document||document,o=e.getBoundingClientRect(),a=r.documentElement,i=n.pageXOffset||a.scrollLeft,s=n.pageYOffset||a.scrollTop;return{top:o.top+s,left:o.left+i}}(e),a=r(n);return{top:o.top+a.top+t.document.body.scrollTop,left:o.left+a.left+t.document.body.scrollLeft,height:a.height}},getPosition:r}},z=function(e,t){return function(e){return!!(e.contentEditable?"true"===e.contentEditable:"true"===e.getAttribute("contenteditable"))}(e)?function(e,t){var n=function(){var n=r(),o={height:0,left:0,right:0};if(!n)return o;var a=t.customPos||0===t.customPos;if(n.endOffset-1>0&&n.endContainer!==e||a){var i=n.cloneRange(),s=a?t.customPos:n.endOffset;i.setStart(n.endContainer,s-1<0?0:s-1),i.setEnd(n.endContainer,s);var l=i.getBoundingClientRect();o={height:l.height,left:l.left+l.width,top:l.top},i.detach()}if((!o||o&&0===o.height)&&!t.noShadowCaret){var u=n.cloneRange(),c=t.document.createTextNode("|");u.insertNode(c),u.selectNode(c);var d=u.getBoundingClientRect();o={height:d.height,left:d.left,top:d.top},c.parentNode.removeChild(c),u.detach()}if(o){var f=t.document.documentElement;o.top+=t.window.pageYOffset-(f.clientTop||0),o.left+=t.window.pageXOffset-(f.clientLeft||0)}return o},r=function(){if(t.window.getSelection){var e=t.window.getSelection();return e.rangeCount>0?e.getRangeAt(0):null}},o=function(){var t=r(),n=t.cloneRange();n.selectNodeContents(e),n.setEnd(t.endContainer,t.endOffset);var o=n.toString().length;return n.detach(),o};return{getPos:o,setPos:function(n){var r=t.window.getSelection();if(r){var o=0,a=!1;!function e(i,s){for(var l=0;l=i){a=!0;var c=t.document.createRange();c.setStart(u,i-o),r.removeAllRanges(),r.addRange(c);break}o+=u.length}else e(n,u)}}(n,e)}return e},getPosition:function(){var r=n(),a=o(),i=e.getBoundingClientRect(),s=i.top+t.document.body.scrollTop,l=i.left+t.document.body.scrollLeft;return r.left-=l,r.top-=s,r.pos=a,r},getOffset:n,getRange:r}}(e,t):W(e,t)},G=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n;j(t)&&(r=t,t=null);var o=Y(r),a=z(e,o);return t||0===t?a.setPos(t):a.getPosition()},Q=function(){function t(){e(this,t),this.listeners=new Map}return n(t,[{key:"addListener",value:function(e,t){this.listeners.has(e)||this.listeners.set(e,[]),this.listeners.get(e).push(t)}},{key:"removeListener",value:function(e,t){var n,r=this.listeners.get(e);return!!(r&&r.length&&(n=r.reduce((function(e,n,r){return"function"==typeof n&&n===t?e=r:e}),-1))>-1)&&(r.splice(n,1),this.listeners.set(e,r),!0)}},{key:"emitEvent",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r/g)>-1){var o=G(e.textEditor).pos;t.refresh(),G(e.textEditor,o)}}))}},{key:"refresh",value:function(){var e=this.textEditor.innerText;e=e.replace(new RegExp("\r?\n","g"),"
");var t=document.createElement("div");t.innerText=e,this.textEditor.innerHTML=t.innerText,this.textEditor.style.maxWidth="900px"}},{key:"notify",value:function(e,t){switch(e){case C:document.getElementById("submit-update").classList.add("icon-hide"),document.getElementById("submit-good").classList.remove("icon-hide"),document.getElementById("edit-update").classList.remove("submit-start"),document.getElementById("edit-update").classList.add("submit-cool"),setTimeout((function(){document.getElementById("submit-update").classList.remove("icon-hide"),document.getElementById("submit-good").classList.add("icon-hide"),document.getElementById("edit-update").classList.add("submit-start"),document.getElementById("edit-update").classList.remove("submit-cool")}),2e3);break;case"postAdded":break;case R:var n,r;G(this.textEditor,this.caretPos),(n=window.getSelection()).rangeCount&&((r=n.getRangeAt(0)).deleteContents(),r.insertNode(document.createTextNode("![image alt text]("+t+" 'image title')"))),this.refresh()}}},{key:"handleEditorOption",value:function(e){var t,n,r;if(e.preventDefault(),(t=window.getSelection()).rangeCount)switch(n=t.getRangeAt(0),r=t.getRangeAt(0).toString(),n.deleteContents(),e.target.id){case"edit-bold":n.insertNode(document.createTextNode("**"+r+"**"));break;case"edit-italic":n.insertNode(document.createTextNode("*"+r+"*"));break;case"edit-strikethrough":n.insertNode(document.createTextNode(""+r+""));break;case"edit-header1":n.insertNode(document.createTextNode("# "+r));break;case"edit-header2":n.insertNode(document.createTextNode("## "+r));break;case"edit-header3":n.insertNode(document.createTextNode("### "+r));break;case"edit-image":this.caretPos=G(this.textEditor).pos,this.emitEvent(R);break;case"submit-save":case"edit-save":this.emitEvent(U);break;case"submit-update":case"edit-update":this.emitEvent(H);break;case"edit-link":n.insertNode(document.createTextNode("["+r+"](PASTE URL HERE)"));break;case"edit-delete":this.emitEvent(N)}this.refresh()}}]),a}(Q),J={update:null,begin:null,loopBegin:null,changeBegin:null,change:null,changeComplete:null,loopComplete:null,complete:null,loop:1,direction:"normal",autoplay:!0,timelineOffset:0},Z={duration:1e3,delay:0,endDelay:0,easing:"easeOutElastic(1, .5)",round:0},K=["translateX","translateY","translateZ","rotate","rotateX","rotateY","rotateZ","scale","scaleX","scaleY","scaleZ","skew","skewX","skewY","perspective","matrix","matrix3d"],ee={CSS:{},springs:{}};function te(e,t,n){return Math.min(Math.max(e,t),n)}function ne(e,t){return e.indexOf(t)>-1}function re(e,t){return e.apply(null,t)}var oe={arr:function(e){return Array.isArray(e)},obj:function(e){return ne(Object.prototype.toString.call(e),"Object")},pth:function(e){return oe.obj(e)&&e.hasOwnProperty("totalLength")},svg:function(e){return e instanceof SVGElement},inp:function(e){return e instanceof HTMLInputElement},dom:function(e){return e.nodeType||oe.svg(e)},str:function(e){return"string"==typeof e},fnc:function(e){return"function"==typeof e},und:function(e){return void 0===e},nil:function(e){return oe.und(e)||null===e},hex:function(e){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(e)},rgb:function(e){return/^rgb/.test(e)},hsl:function(e){return/^hsl/.test(e)},col:function(e){return oe.hex(e)||oe.rgb(e)||oe.hsl(e)},key:function(e){return!J.hasOwnProperty(e)&&!Z.hasOwnProperty(e)&&"targets"!==e&&"keyframes"!==e}};function ae(e){var t=/\(([^)]+)\)/.exec(e);return t?t[1].split(",").map((function(e){return parseFloat(e)})):[]}function ie(e,t){var n=ae(e),r=te(oe.und(n[0])?1:n[0],.1,100),o=te(oe.und(n[1])?100:n[1],.1,100),a=te(oe.und(n[2])?10:n[2],.1,100),i=te(oe.und(n[3])?0:n[3],.1,100),s=Math.sqrt(o/r),l=a/(2*Math.sqrt(o*r)),u=l<1?s*Math.sqrt(1-l*l):0,c=l<1?(l*s-i)/u:-i+s;function d(e){var n=t?t*e/1e3:e;return n=l<1?Math.exp(-n*l*s)*(1*Math.cos(u*n)+c*Math.sin(u*n)):(1+c*n)*Math.exp(-n*s),0===e||1===e?e:1-n}return t?d:function(){var t=ee.springs[e];if(t)return t;for(var n=1/6,r=0,o=0;;)if(1===d(r+=n)){if(++o>=16)break}else o=0;var a=r*n*1e3;return ee.springs[e]=a,a}}function se(e){return void 0===e&&(e=10),function(t){return Math.ceil(te(t,1e-6,1)*e)*(1/e)}}var le,ue,ce=function(){var e=.1;function t(e,t){return 1-3*t+3*e}function n(e,t){return 3*t-6*e}function r(e){return 3*e}function o(e,o,a){return((t(o,a)*e+n(o,a))*e+r(o))*e}function a(e,o,a){return 3*t(o,a)*e*e+2*n(o,a)*e+r(o)}return function(t,n,r,i){if(0<=t&&t<=1&&0<=r&&r<=1){var s=new Float32Array(11);if(t!==n||r!==i)for(var l=0;l<11;++l)s[l]=o(l*e,t,r);return function(e){return t===n&&r===i||0===e||1===e?e:o(u(e),n,i)}}function u(n){for(var i=0,l=1;10!==l&&s[l]<=n;++l)i+=e;--l;var u=i+(n-s[l])/(s[l+1]-s[l])*e,c=a(u,t,r);return c>=.001?function(e,t,n,r){for(var i=0;i<4;++i){var s=a(t,n,r);if(0===s)return t;t-=(o(t,n,r)-e)/s}return t}(n,u,t,r):0===c?u:function(e,t,n,r,a){var i,s,l=0;do{(i=o(s=t+(n-t)/2,r,a)-e)>0?n=s:t=s}while(Math.abs(i)>1e-7&&++l<10);return s}(n,i,i+e,t,r)}}}(),de=(le={linear:function(){return function(e){return e}}},ue={Sine:function(){return function(e){return 1-Math.cos(e*Math.PI/2)}},Circ:function(){return function(e){return 1-Math.sqrt(1-e*e)}},Back:function(){return function(e){return e*e*(3*e-2)}},Bounce:function(){return function(e){for(var t,n=4;e<((t=Math.pow(2,--n))-1)/11;);return 1/Math.pow(4,3-n)-7.5625*Math.pow((3*t-2)/22-e,2)}},Elastic:function(e,t){void 0===e&&(e=1),void 0===t&&(t=.5);var n=te(e,1,10),r=te(t,.1,2);return function(e){return 0===e||1===e?e:-n*Math.pow(2,10*(e-1))*Math.sin((e-1-r/(2*Math.PI)*Math.asin(1/n))*(2*Math.PI)/r)}}},["Quad","Cubic","Quart","Quint","Expo"].forEach((function(e,t){ue[e]=function(){return function(e){return Math.pow(e,t+2)}}})),Object.keys(ue).forEach((function(e){var t=ue[e];le["easeIn"+e]=t,le["easeOut"+e]=function(e,n){return function(r){return 1-t(e,n)(1-r)}},le["easeInOut"+e]=function(e,n){return function(r){return r<.5?t(e,n)(2*r)/2:1-t(e,n)(-2*r+2)/2}},le["easeOutIn"+e]=function(e,n){return function(r){return r<.5?(1-t(e,n)(1-2*r))/2:(t(e,n)(2*r-1)+1)/2}}})),le);function fe(e,t){if(oe.fnc(e))return e;var n=e.split("(")[0],r=de[n],o=ae(e);switch(n){case"spring":return ie(e,t);case"cubicBezier":return re(ce,o);case"steps":return re(se,o);default:return re(r,o)}}function he(e){try{return document.querySelectorAll(e)}catch(e){return}}function pe(e,t){for(var n=e.length,r=arguments.length>=2?t:void 0,o=[],a=0;a1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}if(0==i)t=n=r=s;else{var c=s<.5?s*(1+i):s+i-s*i,d=2*s-c;t=u(d,c,a+1/3),n=u(d,c,a),r=u(d,c,a-1/3)}return"rgba("+255*t+","+255*n+","+255*r+","+l+")"}(e):void 0;var t,n}function Ie(e){var t=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(e);if(t)return t[1]}function ke(e,t){return oe.fnc(e)?e(t.target,t.id,t.total):e}function Se(e,t){return e.getAttribute(t)}function Te(e,t,n){if(ve([n,"deg","rad","turn"],Ie(t)))return t;var r=ee.CSS[t+n];if(!oe.und(r))return r;var o=document.createElement(e.tagName),a=e.parentNode&&e.parentNode!==document?e.parentNode:document.body;a.appendChild(o),o.style.position="absolute",o.style.width=100+n;var i=100/o.offsetWidth;a.removeChild(o);var s=i*parseFloat(t);return ee.CSS[t+n]=s,s}function De(e,t,n){if(t in e.style){var r=t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),o=e.style[t]||getComputedStyle(e).getPropertyValue(r)||"0";return n?Te(e,o,n):o}}function Pe(e,t){return oe.dom(e)&&!oe.inp(e)&&(!oe.nil(Se(e,t))||oe.svg(e)&&e[t])?"attribute":oe.dom(e)&&ve(K,t)?"transform":oe.dom(e)&&"transform"!==t&&De(e,t)?"css":null!=e[t]?"object":void 0}function Be(e){if(oe.dom(e)){for(var t,n=e.style.transform||"",r=/(\w+)\(([^)]*)\)/g,o=new Map;t=r.exec(n);)o.set(t[1],t[2]);return o}}function xe(e,t,n,r){var o=ne(t,"scale")?1:0+function(e){return ne(e,"translate")||"perspective"===e?"px":ne(e,"rotate")||ne(e,"skew")?"deg":void 0}(t),a=Be(e).get(t)||o;return n&&(n.transforms.list.set(t,a),n.transforms.last=t),r?Te(e,a,r):a}function _e(e,t,n,r){switch(Pe(e,t)){case"transform":return xe(e,t,r,n);case"css":return De(e,t,n);case"attribute":return Se(e,t);default:return e[t]||0}}function Ae(e,t){var n=/^(\*=|\+=|-=)/.exec(e);if(!n)return e;var r=Ie(e)||0,o=parseFloat(t),a=parseFloat(e.replace(n[0],""));switch(n[0][0]){case"+":return o+a+r;case"-":return o-a+r;case"*":return o*a+r}}function Le(e,t){if(oe.col(e))return Ee(e);if(/\s/g.test(e))return e;var n=Ie(e),r=n?e.substr(0,e.length-n.length):e;return t?r+t:r}function Ce(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))}function Me(e){for(var t,n=e.points,r=0,o=0;o0&&(r+=Ce(t,a)),t=a}return r}function Oe(e){if(e.getTotalLength)return e.getTotalLength();switch(e.tagName.toLowerCase()){case"circle":return function(e){return 2*Math.PI*Se(e,"r")}(e);case"rect":return function(e){return 2*Se(e,"width")+2*Se(e,"height")}(e);case"line":return function(e){return Ce({x:Se(e,"x1"),y:Se(e,"y1")},{x:Se(e,"x2"),y:Se(e,"y2")})}(e);case"polyline":return Me(e);case"polygon":return function(e){var t=e.points;return Me(e)+Ce(t.getItem(t.numberOfItems-1),t.getItem(0))}(e)}}function Ne(e,t){var n=t||{},r=n.el||function(e){for(var t=e.parentNode;oe.svg(t)&&oe.svg(t.parentNode);)t=t.parentNode;return t}(e),o=r.getBoundingClientRect(),a=Se(r,"viewBox"),i=o.width,s=o.height,l=n.viewBox||(a?a.split(" "):[0,0,i,s]);return{el:r,viewBox:l,x:l[0]/1,y:l[1]/1,w:i,h:s,vW:l[2],vH:l[3]}}function Re(e,t,n){function r(n){void 0===n&&(n=0);var r=t+n>=1?t+n:0;return e.el.getPointAtLength(r)}var o=Ne(e.el,e.svg),a=r(),i=r(-1),s=r(1),l=n?1:o.w/o.vW,u=n?1:o.h/o.vH;switch(e.property){case"x":return(a.x-o.x)*l;case"y":return(a.y-o.y)*u;case"angle":return 180*Math.atan2(s.y-i.y,s.x-i.x)/Math.PI}}function Ue(e,t){var n=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?/g,r=Le(oe.pth(e)?e.totalLength:e,t)+"";return{original:r,numbers:r.match(n)?r.match(n).map(Number):[0],strings:oe.str(e)||t?r.split(n):[]}}function He(e){return pe(e?ge(oe.arr(e)?e.map(me):me(e)):[],(function(e,t,n){return n.indexOf(e)===t}))}function Fe(e){var t=He(e);return t.map((function(e,n){return{target:e,id:n,total:t.length,transforms:{list:Be(e)}}}))}function Xe(e,t){var n=ye(t);if(/^spring/.test(n.easing)&&(n.duration=ie(n.easing)),oe.arr(e)){var r=e.length;2===r&&!oe.obj(e[0])?e={value:e}:oe.fnc(t.duration)||(n.duration=t.duration/r)}var o=oe.arr(e)?e:[e];return o.map((function(e,n){var r=oe.obj(e)&&!oe.pth(e)?e:{value:e};return oe.und(r.delay)&&(r.delay=n?0:t.delay),oe.und(r.endDelay)&&(r.endDelay=n===o.length-1?t.endDelay:0),r})).map((function(e){return we(e,n)}))}function qe(e,t){var n=[],r=t.keyframes;for(var o in r&&(t=we(function(e){for(var t=pe(ge(e.map((function(e){return Object.keys(e)}))),(function(e){return oe.key(e)})).reduce((function(e,t){return e.indexOf(t)<0&&e.push(t),e}),[]),n={},r=function(r){var o=t[r];n[o]=e.map((function(e){var t={};for(var n in e)oe.key(n)?n==o&&(t.value=e[n]):t[n]=e[n];return t}))},o=0;o0?requestAnimationFrame(t):void 0}return"undefined"!=typeof document&&document.addEventListener("visibilitychange",(function(){Ze.suspendWhenDocumentHidden&&($e()?e=cancelAnimationFrame(e):(Ve.forEach((function(e){return e._onDocumentVisibility()})),Je()))})),function(){e||$e()&&Ze.suspendWhenDocumentHidden||!(Ve.length>0)||(e=requestAnimationFrame(t))}}();function $e(){return!!document&&document.hidden}function Ze(e){void 0===e&&(e={});var t,n=0,r=0,o=0,a=0,i=null;function s(e){var t=window.Promise&&new Promise((function(e){return i=e}));return e.finished=t,t}var l=function(e){var t=be(J,e),n=be(Z,e),r=qe(n,e),o=Fe(e.targets),a=ze(o,r),i=Ge(a,n),s=Qe;return Qe++,we(t,{id:s,children:[],animatables:o,animations:a,duration:i.duration,delay:i.delay,endDelay:i.endDelay})}(e);function u(){var e=l.direction;"alternate"!==e&&(l.direction="normal"!==e?"normal":"reverse"),l.reversed=!l.reversed,t.forEach((function(e){return e.reversed=l.reversed}))}function c(e){return l.reversed?l.duration-e:e}function d(){n=0,r=c(l.currentTime)*(1/Ze.speed)}function f(e,t){t&&t.seek(e-t.timelineOffset)} function h(e){for(var t=0,n=l.animations,r=n.length;t2||(y=Math.round(y*h)/h)),p.push(y)}var E=f.length;if(E){m=f[0];for(var I=0;I0&&(l.began=!0,p("begin")),!l.loopBegan&&l.currentTime>0&&(l.loopBegan=!0,p("loopBegin")),v<=g&&0!==l.currentTime&&h(0),(v>=m&&l.currentTime!==d||!d)&&h(d),v>g&&v=d&&(r=0,l.remaining&&!0!==l.remaining&&l.remaining--,l.remaining?(n=o,p("loopComplete"),l.loopBegan=!1,"alternate"===l.direction&&u()):(l.paused=!0,l.completed||(l.completed=!0,p("loopComplete"),p("complete"),!l.passThrough&&"Promise"in window&&(i(),s(l)))))}return s(l),l.reset=function(){var e=l.direction;l.passThrough=!1,l.currentTime=0,l.progress=0,l.paused=!0,l.began=!1,l.loopBegan=!1,l.changeBegan=!1,l.completed=!1,l.changeCompleted=!1,l.reversePlayback=!1,l.reversed="reverse"===e,l.remaining=l.loop,t=l.children;for(var n=a=t.length;n--;)l.children[n].reset();(l.reversed&&!0!==l.loop||"alternate"===e&&1===l.loop)&&l.remaining++,h(l.reversed?l.duration:0)},l._onDocumentVisibility=d,l.set=function(e,t){return We(e,t),l},l.tick=function(e){o=e,n||(n=o),g((o+(r-n))*Ze.speed)},l.seek=function(e){g(c(e))},l.pause=function(){l.paused=!0,d()},l.play=function(){l.paused&&(l.completed&&l.reset(),l.paused=!1,Ve.push(l),d(),Je())},l.reverse=function(){u(),l.completed=!l.reversed,d()},l.restart=function(){l.reset(),l.play()},l.remove=function(e){et(He(e),l)},l.reset(),l.autoplay&&l.play(),l}function Ke(e,t){for(var n=t.length;n--;)ve(e,t[n].animatable.target)&&t.splice(n,1)}function et(e,t){var n=t.animations,r=t.children;Ke(e,n);for(var o=r.length;o--;){var a=r[o],i=a.animations;Ke(e,i),i.length||a.children.length||r.splice(o,1)}n.length||r.length||t.pause()}Ze.version="3.2.1",Ze.speed=1,Ze.suspendWhenDocumentHidden=!0,Ze.running=Ve,Ze.remove=function(e){for(var t=He(e),n=Ve.length;n--;){et(t,Ve[n])}},Ze.get=_e,Ze.set=We,Ze.convertPx=Te,Ze.path=function(e,t){var n=oe.str(e)?he(e)[0]:e,r=t||100;return function(e){return{property:e,el:n,svg:Ne(n),totalLength:Oe(n)*(r/100)}}},Ze.setDashoffset=function(e){var t=Oe(e);return e.setAttribute("stroke-dasharray",t),t},Ze.stagger=function(e,t){void 0===t&&(t={});var n=t.direction||"normal",r=t.easing?fe(t.easing):null,o=t.grid,a=t.axis,i=t.from||0,s="first"===i,l="center"===i,u="last"===i,c=oe.arr(e),d=c?parseFloat(e[0]):parseFloat(e),f=c?parseFloat(e[1]):0,h=Ie(c?e[1]:e)||0,p=t.start||0+(c?d:0),g=[],m=0;return function(e,t,v){if(s&&(i=0),l&&(i=(v-1)/2),u&&(i=v-1),!g.length){for(var y=0;y-1&&Ve.splice(o,1);for(var s=0;s'].join(""),document.getElementById("featured-image-drop").innerHTML="",document.getElementById("featured-image-drop").appendChild(n)}}(n),o.readAsDataURL(n)}}}},{key:"handleImageUpload",value:function(e,t){var n=this;lt.alert("Uploading Image",null),n.mm.imageUpload(e,t).then((function(e){"postImageAdded"==e.type?(n.editor.notify(R,e.url),lt.alert("Image Added to Entry",!0)):lt.alert("Uh oh. Image not added",!1)})).catch((function(){lt.alert("Uh oh. Image not added",!1)}))}}]),t}();ut.uploadFiles=[];var ct=function(){function t(n){e(this,t),this.currentPage=null,this.choosePage(n),this.start()}return n(t,[{key:"start",value:function(){}},{key:"choosePage",value:function(e){switch(this.currentPage="",e){case"edit":case"add":this.currentPage=new ut}}}]),t}(),dt=function(){function t(){e(this,t)}return n(t,[{key:"getInfo",value:function(){var e,t,n=document.getElementById("settings-handle").value,r=document.getElementById("settings-email").value,o=document.getElementById("settings-url").value,a=document.getElementById("settings-title").value,i=document.getElementById("settings-desc").value,s=document.getElementById("render-toggle").getAttribute("data-render"),l=document.getElementById("background").src,u="",c=document.querySelectorAll(".theme-select"),d=document.getElementById("smtp-domain").value,f=document.getElementById("smtp-email").value,h=document.getElementById("smtp-pass").value,p=document.getElementById("mg-domain").value,g=document.getElementById("mg-key").value,m="",v=document.querySelectorAll(".mail-option"),y=document.getElementById("api-access-toggle").getAttribute("data-enabled"),b=document.getElementById("dynamic-render-toggle").getAttribute("data-enabled");for(e=0,t=c.length;e * @author owenm * @license MIT */ function vt(e){return vt="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},vt(e)}function yt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function bt(){return bt=Object.assign||function(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function It(e){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(e)}var kt=It(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),St=It(/Edge/i),Tt=It(/firefox/i),Dt=It(/safari/i)&&!It(/chrome/i)&&!It(/android/i),Pt=It(/iP(ad|od|hone)/i),Bt=It(/chrome/i)&&It(/android/i),xt={capture:!1,passive:!1};function _t(e,t,n){e.addEventListener(t,n,!kt&&xt)}function At(e,t,n){e.removeEventListener(t,n,!kt&&xt)}function Lt(e,t){if(t){if(">"===t[0]&&(t=t.substring(1)),e)try{if(e.matches)return e.matches(t);if(e.msMatchesSelector)return e.msMatchesSelector(t);if(e.webkitMatchesSelector)return e.webkitMatchesSelector(t)}catch(e){return!1}return!1}}function Ct(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function Mt(e,t,n,r){if(e){n=n||document;do{if(null!=t&&(">"===t[0]?e.parentNode===n&&Lt(e,t):Lt(e,t))||r&&e===n)return e;if(e===n)break}while(e=Ct(e))}return null}var Ot,Nt=/\s+/g;function Rt(e,t,n){if(e&&t)if(e.classList)e.classList[n?"add":"remove"](t);else{var r=(" "+e.className+" ").replace(Nt," ").replace(" "+t+" "," ");e.className=(r+(n?" "+t:"")).replace(Nt," ")}}function Ut(e,t,n){var r=e&&e.style;if(r){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(e,""):e.currentStyle&&(n=e.currentStyle),void 0===t?n:n[t];t in r||-1!==t.indexOf("webkit")||(t="-webkit-"+t),r[t]=n+("string"==typeof n?"":"px")}}function Ht(e,t){var n="";if("string"==typeof e)n=e;else do{var r=Ut(e,"transform");r&&"none"!==r&&(n=r+" "+n)}while(!t&&(e=e.parentNode));var o=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return o&&new o(n)}function Ft(e,t,n){if(e){var r=e.getElementsByTagName(t),o=0,a=r.length;if(n)for(;o=a:o<=a))return r;if(r===Xt())break;r=Qt(r,!1)}return!1}function jt(e,t,n){for(var r=0,o=0,a=e.children;o2&&void 0!==arguments[2]?arguments[2]:{},r=n.evt,o=Et(n,["evt"]);rn.pluginEvent.bind($n)(e,t,wt({dragEl:sn,parentEl:ln,ghostEl:un,rootEl:cn,nextEl:dn,lastDownEl:fn,cloneEl:hn,cloneHidden:pn,dragStarted:Pn,putSortable:wn,activeSortable:$n.active,originalEvent:r,oldIndex:gn,oldDraggableIndex:vn,newIndex:mn,newDraggableIndex:yn,hideGhostForTarget:Gn,unhideGhostForTarget:Qn,cloneNowHidden:function(){pn=!0},cloneNowShown:function(){pn=!1},dispatchSortableEvent:function(e){an({sortable:t,name:e,originalEvent:r})}},o))};function an(e){!function(e){var t=e.sortable,n=e.rootEl,r=e.name,o=e.targetEl,a=e.cloneEl,i=e.toEl,s=e.fromEl,l=e.oldIndex,u=e.newIndex,c=e.oldDraggableIndex,d=e.newDraggableIndex,f=e.originalEvent,h=e.putSortable,p=e.extraEventProperties;if(t=t||n&&n[Kt]){var g,m=t.options,v="on"+r.charAt(0).toUpperCase()+r.substr(1);!window.CustomEvent||kt||St?(g=document.createEvent("Event")).initEvent(r,!0,!0):g=new CustomEvent(r,{bubbles:!0,cancelable:!0}),g.to=i||n,g.from=s||n,g.item=o||n,g.clone=a,g.oldIndex=l,g.newIndex=u,g.oldDraggableIndex=c,g.newDraggableIndex=d,g.originalEvent=f,g.pullMode=h?h.lastPutMode:void 0;var y=wt({},p,rn.getEventProperties(r,t));for(var b in y)g[b]=y[b];n&&n.dispatchEvent(g),m[v]&&m[v].call(t,g)}}(wt({putSortable:wn,cloneEl:hn,targetEl:sn,rootEl:cn,oldIndex:gn,oldDraggableIndex:vn,newIndex:mn,newDraggableIndex:yn},e))}var sn,ln,un,cn,dn,fn,hn,pn,gn,mn,vn,yn,bn,wn,En,In,kn,Sn,Tn,Dn,Pn,Bn,xn,_n,An,Ln=!1,Cn=!1,Mn=[],On=!1,Nn=!1,Rn=[],Un=!1,Hn=[],Fn="undefined"!=typeof document,Xn=Pt,qn=St||kt?"cssFloat":"float",Yn=Fn&&!Bt&&!Pt&&"draggable"in document.createElement("div"),jn=function(){if(Fn){if(kt)return!1;var e=document.createElement("x");return e.style.cssText="pointer-events:auto","auto"===e.style.pointerEvents}}(),Wn=function(e,t){var n=Ut(e),r=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),o=jt(e,0,t),a=jt(e,1,t),i=o&&Ut(o),s=a&&Ut(a),l=i&&parseInt(i.marginLeft)+parseInt(i.marginRight)+qt(o).width,u=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+qt(a).width;if("flex"===n.display)return"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal";if("grid"===n.display)return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(o&&i.float&&"none"!==i.float){var c="left"===i.float?"left":"right";return!a||"both"!==s.clear&&s.clear!==c?"horizontal":"vertical"}return o&&("block"===i.display||"flex"===i.display||"table"===i.display||"grid"===i.display||l>=r&&"none"===n[qn]||a&&"none"===n[qn]&&l+u>r)?"vertical":"horizontal"},zn=function(e){function t(e,n){return function(r,o,a,i){var s=r.options.group.name&&o.options.group.name&&r.options.group.name===o.options.group.name;if(null==e&&(n||s))return!0;if(null==e||!1===e)return!1;if(n&&"clone"===e)return e;if("function"==typeof e)return t(e(r,o,a,i),n)(r,o,a,i);var l=(n?r:o).options.group.name;return!0===e||"string"==typeof e&&e===l||e.join&&e.indexOf(l)>-1}}var n={},r=e.group;r&&"object"==vt(r)||(r={name:r}),n.name=r.name,n.checkPull=t(r.pull,!0),n.checkPut=t(r.put),n.revertClone=r.revertClone,e.group=n},Gn=function(){!jn&&un&&Ut(un,"display","none")},Qn=function(){!jn&&un&&Ut(un,"display","")};Fn&&document.addEventListener("click",(function(e){if(Cn)return e.preventDefault(),e.stopPropagation&&e.stopPropagation(),e.stopImmediatePropagation&&e.stopImmediatePropagation(),Cn=!1,!1}),!0);var Vn=function(e){if(sn){e=e.touches?e.touches[0]:e;var t=(o=e.clientX,a=e.clientY,Mn.some((function(e){if(!Wt(e)){var t=qt(e),n=e[Kt].options.emptyInsertThreshold,r=o>=t.left-n&&o<=t.right+n,s=a>=t.top-n&&a<=t.bottom+n;return n&&r&&s?i=e:void 0}})),i);if(t){var n={};for(var r in e)e.hasOwnProperty(r)&&(n[r]=e[r]);n.target=n.rootEl=t,n.preventDefault=void 0,n.stopPropagation=void 0,t[Kt]._onDragOver(n)}}var o,a,i},Jn=function(e){sn&&sn.parentNode[Kt]._isOutsideThisEl(e.target)};function $n(e,t){if(!e||!e.nodeType||1!==e.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e));this.el=e,this.options=t=bt({},t),e[Kt]=this;var n={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Wn(e,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(e,t){e.setData("Text",t.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==$n.supportPointer&&"PointerEvent"in window&&!Dt,emptyInsertThreshold:5};for(var r in rn.initializePlugins(this,e,n),n)!(r in t)&&(t[r]=n[r]);for(var o in zn(t),this)"_"===o.charAt(0)&&"function"==typeof this[o]&&(this[o]=this[o].bind(this));this.nativeDraggable=!t.forceFallback&&Yn,this.nativeDraggable&&(this.options.touchStartThreshold=1),t.supportPointer?_t(e,"pointerdown",this._onTapStart):(_t(e,"mousedown",this._onTapStart),_t(e,"touchstart",this._onTapStart)),this.nativeDraggable&&(_t(e,"dragover",this),_t(e,"dragenter",this)),Mn.push(this.el),t.store&&t.store.get&&this.sort(t.store.get(this)||[]),bt(this,en())}function Zn(e,t,n,r,o,a,i,s){var l,u,c=e[Kt],d=c.options.onMove;return!window.CustomEvent||kt||St?(l=document.createEvent("Event")).initEvent("move",!0,!0):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=t,l.from=e,l.dragged=n,l.draggedRect=r,l.related=o||t,l.relatedRect=a||qt(t),l.willInsertAfter=s,l.originalEvent=i,e.dispatchEvent(l),d&&(u=d.call(c,l,i)),u}function Kn(e){e.draggable=!1}function er(){Un=!1}function tr(e){for(var t=e.tagName+e.className+e.src+e.href+e.textContent,n=t.length,r=0;n--;)r+=t.charCodeAt(n);return r.toString(36)}function nr(e){return setTimeout(e,0)}function rr(e){return clearTimeout(e)}$n.prototype={constructor:$n,_isOutsideThisEl:function(e){this.el.contains(e)||e===this.el||(Bn=null)},_getDirection:function(e,t){return"function"==typeof this.options.direction?this.options.direction.call(this,e,t,sn):this.options.direction},_onTapStart:function(e){if(e.cancelable){var t=this,n=this.el,r=this.options,o=r.preventOnFilter,a=e.type,i=e.touches&&e.touches[0]||e.pointerType&&"touch"===e.pointerType&&e,s=(i||e).target,l=e.target.shadowRoot&&(e.path&&e.path[0]||e.composedPath&&e.composedPath()[0])||s,u=r.filter;if(function(e){Hn.length=0;var t=e.getElementsByTagName("input"),n=t.length;for(;n--;){var r=t[n];r.checked&&Hn.push(r)}}(n),!sn&&!(/mousedown|pointerdown/.test(a)&&0!==e.button||r.disabled)&&!l.isContentEditable&&(this.nativeDraggable||!Dt||!s||"SELECT"!==s.tagName.toUpperCase())&&!((s=Mt(s,r.draggable,n,!1))&&s.animated||fn===s)){if(gn=zt(s),vn=zt(s,r.draggable),"function"==typeof u){if(u.call(this,e,s,this))return an({sortable:t,rootEl:l,name:"filter",targetEl:s,toEl:n,fromEl:n}),on("filter",t,{evt:e}),void(o&&e.cancelable&&e.preventDefault())}else if(u&&(u=u.split(",").some((function(r){if(r=Mt(l,r.trim(),n,!1))return an({sortable:t,rootEl:r,name:"filter",targetEl:s,fromEl:n,toEl:n}),on("filter",t,{evt:e}),!0}))))return void(o&&e.cancelable&&e.preventDefault());r.handle&&!Mt(l,r.handle,n,!1)||this._prepareDragStart(e,i,s)}}},_prepareDragStart:function(e,t,n){var r,o=this,a=o.el,i=o.options,s=a.ownerDocument;if(n&&!sn&&n.parentNode===a){var l=qt(n);if(cn=a,ln=(sn=n).parentNode,dn=sn.nextSibling,fn=n,bn=i.group,$n.dragged=sn,En={target:sn,clientX:(t||e).clientX,clientY:(t||e).clientY},Tn=En.clientX-l.left,Dn=En.clientY-l.top,this._lastX=(t||e).clientX,this._lastY=(t||e).clientY,sn.style["will-change"]="all",r=function(){on("delayEnded",o,{evt:e}),$n.eventCanceled?o._onDrop():(o._disableDelayedDragEvents(),!Tt&&o.nativeDraggable&&(sn.draggable=!0),o._triggerDragStart(e,t),an({sortable:o,name:"choose",originalEvent:e}),Rt(sn,i.chosenClass,!0))},i.ignore.split(",").forEach((function(e){Ft(sn,e.trim(),Kn)})),_t(s,"dragover",Vn),_t(s,"mousemove",Vn),_t(s,"touchmove",Vn),_t(s,"mouseup",o._onDrop),_t(s,"touchend",o._onDrop),_t(s,"touchcancel",o._onDrop),Tt&&this.nativeDraggable&&(this.options.touchStartThreshold=4,sn.draggable=!0),on("delayStart",this,{evt:e}),!i.delay||i.delayOnTouchOnly&&!t||this.nativeDraggable&&(St||kt))r();else{if($n.eventCanceled)return void this._onDrop();_t(s,"mouseup",o._disableDelayedDrag),_t(s,"touchend",o._disableDelayedDrag),_t(s,"touchcancel",o._disableDelayedDrag),_t(s,"mousemove",o._delayedDragTouchMoveHandler),_t(s,"touchmove",o._delayedDragTouchMoveHandler),i.supportPointer&&_t(s,"pointermove",o._delayedDragTouchMoveHandler),o._dragStartTimer=setTimeout(r,i.delay)}}},_delayedDragTouchMoveHandler:function(e){var t=e.touches?e.touches[0]:e;Math.max(Math.abs(t.clientX-this._lastX),Math.abs(t.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){sn&&Kn(sn),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var e=this.el.ownerDocument;At(e,"mouseup",this._disableDelayedDrag),At(e,"touchend",this._disableDelayedDrag),At(e,"touchcancel",this._disableDelayedDrag),At(e,"mousemove",this._delayedDragTouchMoveHandler),At(e,"touchmove",this._delayedDragTouchMoveHandler),At(e,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(e,t){t=t||"touch"==e.pointerType&&e,!this.nativeDraggable||t?this.options.supportPointer?_t(document,"pointermove",this._onTouchMove):_t(document,t?"touchmove":"mousemove",this._onTouchMove):(_t(sn,"dragend",this),_t(cn,"dragstart",this._onDragStart));try{document.selection?nr((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(e){}},_dragStarted:function(e,t){if(Ln=!1,cn&&sn){on("dragStarted",this,{evt:t}),this.nativeDraggable&&_t(document,"dragover",Jn);var n=this.options;!e&&Rt(sn,n.dragClass,!1),Rt(sn,n.ghostClass,!0),$n.active=this,e&&this._appendGhost(),an({sortable:this,name:"start",originalEvent:t})}else this._nulling()},_emulateDragOver:function(){if(In){this._lastX=In.clientX,this._lastY=In.clientY,Gn();for(var e=document.elementFromPoint(In.clientX,In.clientY),t=e;e&&e.shadowRoot&&(e=e.shadowRoot.elementFromPoint(In.clientX,In.clientY))!==t;)t=e;if(sn.parentNode[Kt]._isOutsideThisEl(e),t)do{if(t[Kt]){if(t[Kt]._onDragOver({clientX:In.clientX,clientY:In.clientY,target:e,rootEl:t})&&!this.options.dragoverBubble)break}e=t}while(t=t.parentNode);Qn()}},_onTouchMove:function(e){if(En){var t=this.options,n=t.fallbackTolerance,r=t.fallbackOffset,o=e.touches?e.touches[0]:e,a=un&&Ht(un,!0),i=un&&a&&a.a,s=un&&a&&a.d,l=Xn&&An&&Gt(An),u=(o.clientX-En.clientX+r.x)/(i||1)+(l?l[0]-Rn[0]:0)/(i||1),c=(o.clientY-En.clientY+r.y)/(s||1)+(l?l[1]-Rn[1]:0)/(s||1);if(!$n.active&&!Ln){if(n&&Math.max(Math.abs(o.clientX-this._lastX),Math.abs(o.clientY-this._lastY))r.right+o||e.clientX<=r.right&&e.clientY>r.bottom&&e.clientX>=r.left:e.clientX>r.right&&e.clientY>r.top||e.clientX<=r.right&&e.clientY>r.bottom+o}(e,o,this)&&!g.animated){if(g===sn)return _(!1);if(g&&a===e.target&&(i=g),i&&(n=qt(i)),!1!==Zn(cn,a,sn,t,i,n,e,!!i))return x(),a.appendChild(sn),ln=a,A(),_(!0)}else if(i.parentNode===a){n=qt(i);var m,v,y,b=sn.parentNode!==a,w=!function(e,t,n){var r=n?e.left:e.top,o=n?e.right:e.bottom,a=n?e.width:e.height,i=n?t.left:t.top,s=n?t.right:t.bottom,l=n?t.width:t.height;return r===i||o===s||r+a/2===i+l/2}(sn.animated&&sn.toRect||t,i.animated&&i.toRect||n,o),E=o?"top":"left",I=Yt(i,"top","top")||Yt(sn,"top","top"),k=I?I.scrollTop:void 0;if(Bn!==i&&(v=n[E],On=!1,Nn=!w&&s.invertSwap||b),m=function(e,t,n,r,o,a,i,s){var l=r?e.clientY:e.clientX,u=r?n.height:n.width,c=r?n.top:n.left,d=r?n.bottom:n.right,f=!1;if(!i)if(s&&_nc+u*a/2:ld-_n)return-xn}else if(l>c+u*(1-o)/2&&ld-u*a/2))return l>c+u/2?1:-1;return 0}(e,i,n,o,w?1:s.swapThreshold,null==s.invertedSwapThreshold?s.swapThreshold:s.invertedSwapThreshold,Nn,Bn===i),0!==m){var S=zt(sn);do{S-=m,y=ln.children[S]}while(y&&("none"===Ut(y,"display")||y===un))}if(0===m||y===i)return _(!1);Bn=i,xn=m;var T=i.nextElementSibling,D=!1,P=Zn(cn,a,sn,t,i,n,e,D=1===m);if(!1!==P)return 1!==P&&-1!==P||(D=1===P),Un=!0,setTimeout(er,30),x(),D&&!T?a.appendChild(sn):i.parentNode.insertBefore(sn,D?T:i),I&&$t(I,0,k-I.scrollTop),ln=sn.parentNode,void 0===v||Nn||(_n=Math.abs(v-qt(i)[E])),A(),_(!0)}if(a.contains(sn))return _(!1)}return!1}function B(s,l){on(s,h,wt({evt:e,isOwner:c,axis:o?"vertical":"horizontal",revert:r,dragRect:t,targetRect:n,canSort:d,fromSortable:f,target:i,completed:_,onMove:function(n,r){return Zn(cn,a,sn,t,n,qt(n),e,r)},changed:A},l))}function x(){B("dragOverAnimationCapture"),h.captureAnimationState(),h!==f&&f.captureAnimationState()}function _(t){return B("dragOverCompleted",{insertion:t}),t&&(c?u._hideClone():u._showClone(h),h!==f&&(Rt(sn,wn?wn.options.ghostClass:u.options.ghostClass,!1),Rt(sn,s.ghostClass,!0)),wn!==h&&h!==$n.active?wn=h:h===$n.active&&wn&&(wn=null),f===h&&(h._ignoreWhileAnimating=i),h.animateAll((function(){B("dragOverAnimationComplete"),h._ignoreWhileAnimating=null})),h!==f&&(f.animateAll(),f._ignoreWhileAnimating=null)),(i===sn&&!sn.animated||i===a&&!i.animated)&&(Bn=null),s.dragoverBubble||e.rootEl||i===document||(sn.parentNode[Kt]._isOutsideThisEl(e.target),!t&&Vn(e)),!s.dragoverBubble&&e.stopPropagation&&e.stopPropagation(),p=!0}function A(){mn=zt(sn),yn=zt(sn,s.draggable),an({sortable:h,name:"change",toEl:a,newIndex:mn,newDraggableIndex:yn,originalEvent:e})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){At(document,"mousemove",this._onTouchMove),At(document,"touchmove",this._onTouchMove),At(document,"pointermove",this._onTouchMove),At(document,"dragover",Vn),At(document,"mousemove",Vn),At(document,"touchmove",Vn)},_offUpEvents:function(){var e=this.el.ownerDocument;At(e,"mouseup",this._onDrop),At(e,"touchend",this._onDrop),At(e,"pointerup",this._onDrop),At(e,"touchcancel",this._onDrop),At(document,"selectstart",this)},_onDrop:function(e){var t=this.el,n=this.options;mn=zt(sn),yn=zt(sn,n.draggable),on("drop",this,{evt:e}),ln=sn&&sn.parentNode,mn=zt(sn),yn=zt(sn,n.draggable),$n.eventCanceled||(Ln=!1,Nn=!1,On=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),rr(this.cloneId),rr(this._dragStartId),this.nativeDraggable&&(At(document,"drop",this),At(t,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),Dt&&Ut(document.body,"user-select",""),Ut(sn,"transform",""),e&&(Pn&&(e.cancelable&&e.preventDefault(),!n.dropBubble&&e.stopPropagation()),un&&un.parentNode&&un.parentNode.removeChild(un),(cn===ln||wn&&"clone"!==wn.lastPutMode)&&hn&&hn.parentNode&&hn.parentNode.removeChild(hn),sn&&(this.nativeDraggable&&At(sn,"dragend",this),Kn(sn),sn.style["will-change"]="",Pn&&!Ln&&Rt(sn,wn?wn.options.ghostClass:this.options.ghostClass,!1),Rt(sn,this.options.chosenClass,!1),an({sortable:this,name:"unchoose",toEl:ln,newIndex:null,newDraggableIndex:null,originalEvent:e}),cn!==ln?(mn>=0&&(an({rootEl:ln,name:"add",toEl:ln,fromEl:cn,originalEvent:e}),an({sortable:this,name:"remove",toEl:ln,originalEvent:e}),an({rootEl:ln,name:"sort",toEl:ln,fromEl:cn,originalEvent:e}),an({sortable:this,name:"sort",toEl:ln,originalEvent:e})),wn&&wn.save()):mn!==gn&&mn>=0&&(an({sortable:this,name:"update",toEl:ln,originalEvent:e}),an({sortable:this,name:"sort",toEl:ln,originalEvent:e})),$n.active&&(null!=mn&&-1!==mn||(mn=gn,yn=vn),an({sortable:this,name:"end",toEl:ln,originalEvent:e}),this.save())))),this._nulling()},_nulling:function(){on("nulling",this),cn=sn=ln=un=dn=hn=fn=pn=En=In=Pn=mn=yn=gn=vn=Bn=xn=wn=bn=$n.dragged=$n.ghost=$n.clone=$n.active=null,Hn.forEach((function(e){e.checked=!0})),Hn.length=kn=Sn=0},handleEvent:function(e){switch(e.type){case"drop":case"dragend":this._onDrop(e);break;case"dragenter":case"dragover":sn&&(this._onDragOver(e),function(e){e.dataTransfer&&(e.dataTransfer.dropEffect="move");e.cancelable&&e.preventDefault()}(e));break;case"selectstart":e.preventDefault()}},toArray:function(){for(var e,t=[],n=this.el.children,r=0,o=n.length,a=this.options;r