/
home
/
maktab
/
admin
/
js
/
File Upload :
llllll
Current File: /home/maktab/admin/js/chunk-5c4ad10a.2a0264f2.js
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5c4ad10a"],{"0984":function(t,e,i){},"402d":function(t,e,i){"use strict";var a=function(){var t=this,e=t._self._c;return e("div",{staticClass:"clearfix"},[e("AUpload",{attrs:{action:t.url,headers:t.headers,"list-type":"picture-card",multiple:!1,data:t.getData,"file-list":t.fileList,remove:t.handleRemove,"before-upload":t.handleBeforeUpload},on:{preview:t.handlePreview,select:t.select,change:t.handleChange}},[0==t.fileList.length?e("div",[e("a-icon",{attrs:{type:"plus"}}),e("div",{staticClass:"ant-upload-text"},[t._v("\n بارگذاری\n ")])],1):t._e()]),e("AModal",{attrs:{visible:t.previewVisible,footer:null},on:{cancel:t.handleCancel}},[e("img",{staticStyle:{width:"100%"},attrs:{alt:"example",src:t.previewImage}})]),t.srcImageCompressed?e("CropModal",{attrs:{imgBeforeCrop:t.srcImageCompressed},on:{cancel:t.closeCropModal,ok:t.handleOK}}):t._e()],1)},n=[],r=i("3835"),o=(i("96cf"),i("1da1")),s=(i("c5f6"),function(){var t=this,e=t._self._c;return e("a-modal",{attrs:{visible:!0,footer:null},on:{cancel:function(e){return t.$emit("cancel")}}},[e("a-spin",{attrs:{spinning:t.loading}},[e("div",{staticClass:"m-5 rounded"},[e("img",{ref:"image",staticClass:"mt-3 w-full",attrs:{alt:"example",src:t.imgBeforeCrop}})])]),e("div",{staticClass:"text-center w-full"},[e("a-button",{staticClass:"w-22",attrs:{type:"primary"},on:{click:t.request}},[t._v("تایید")])],1)],1)}),h=[],c=i("bb36"),l=i("bab4"),d=i.n(l),p=(i("6107"),{name:"CropModal",data:function(){return{loading:!1}},props:{imgBeforeCrop:{require:!0}},computed:{headers:function(){return{Authorization:"Bearer "+localStorage.getItem("accessToken")||!1}}},created:function(){var t=this;this.$nextTick((function(){var e=t;t.image=t.$refs.image,t.cropper=new d.a(t.image,{zoomable:!1,scalable:!1,aspectRatio:1,crop:function(){e.newCanvasData=this.cropper.getCroppedCanvas()}})}))},methods:{request:function(){var t=this;this.newCanvasData.toBlob(function(){var e=Object(o["a"])(regeneratorRuntime.mark((function e(i){var a,n;return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return a=new FormData,a.append("file",i),a.append("has_thumb",1),a.append("has_watermark",0),a.append("subject",1),a.append("title",1),a.append("type",3),t.loading=!0,n=t,e.next=11,Object(c["b"])({method:"post",url:"".concat(c["a"],"site/file"),data:a,headers:t.headers}).then((function(t){200!==t.status&&201!==t.status||(n.$message.success("عملیات با موفقیت انجام شد"),n.$emit("ok",t.data)),n.loading=!1})).catch((function(t){n.$message.error("خطا در آپلود عکس")}));case 11:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())}}}),u=p,m=i("2877"),g=Object(m["a"])(u,s,h,!1,null,"52d1bc84",null),f=g.exports;i("988e");function v(t){return new Promise((function(e,i){var a=new FileReader;a.readAsDataURL(t),a.onload=function(){return e(a.result)},a.onerror=function(t){return i(t)}}))}var w={name:"UploadInput",components:{CropModal:f},props:{limit:{type:Number,required:!1,default:20}},data:function(){return{url:"".concat(c["a"],"site/file"),previewVisible:!1,previewImage:"",srcImageCompressed:void 0,fileList:[],fileListReserve:[],openModal:!1}},watch:{fileList:function(t,e){t.length>e.length?this.$emit("add-file",t):t.length<e.length&&this.$emit("remove-file",t)}},methods:{handleOK:function(t){this.$emit("ok",t),this.srcImageCompressed=void 0},closeCropModal:function(){this.srcImageCompressed=void 0,this.fileList=[]},handleRemove:function(t){this.$emit("remove",t),console.log("remove")},handleCancel:function(){this.previewVisible=!1},handlePreview:function(){var t=Object(o["a"])(regeneratorRuntime.mark((function t(e){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e.url||e.preview){t.next=4;break}return t.next=3,v(e.originFileObj);case 3:e.preview=t.sent;case 4:this.previewImage=e.url||e.preview,this.previewVisible=!0;case 6:case"end":return t.stop()}}),t,this)})));function e(e){return t.apply(this,arguments)}return e}(),handleChange:function(t){var e=t.fileList,i=(t.event,t.file);"removed"!==i.status&&this.myCompressor(i),this.fileList=e},myCompressor:function(t){var e=320,i=320,a="image/jpeg",n=1,o=this,s=(document.getElementById("img-input"),URL.createObjectURL(t)),h=new Image;function c(t,e,i){var a=t.width,n=t.height;return a>n?a>e&&(n=Math.round(n*e/a),a=e):n>i&&(a=Math.round(a*i/n),n=i),[a,n]}h.src=s,h.onerror=function(){URL.revokeObjectURL(this.src),console.log("Cannot load image")},h.onload=function(){URL.revokeObjectURL(this.src);var s=c(h,e,i),l=Object(r["a"])(s,2),d=l[0],p=l[1],u=document.createElement("canvas");u.width=d,u.height=p;var m=u.getContext("2d");m.drawImage(h,0,0,d,p),u.toBlob((function(e){console.log("Original file",t),console.log("Compressed file",e);var i=window.URL||window.webkitURL,a=i.createObjectURL(e);o.$nextTick((function(){console.log("imageUrl ====>",a),o.srcImageCompressed=a}))}),a,n),console.log("ctx ====>",m)}},select:function(){},getData:function(){return{has_thumb:1,has_watermark:0,subject:1,title:1,type:3}},handleBeforeUpload:function(t){return!1}},computed:{headers:function(){return{Authorization:"Bearer "+localStorage.getItem("accessToken")||!1}}}},b=w,y=(i("51f9"),Object(m["a"])(b,a,n,!1,null,null,null));e["a"]=y.exports},"51f9":function(t,e,i){"use strict";i("0984")},6107:function(t,e,i){},8855:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"a",(function(){return r})),i.d(e,"c",(function(){return o})),i.d(e,"d",(function(){return s}));var a=i("2b0e");function n(t,e){return[t,{rules:[{required:void 0===e||e,message:"لطفا مقدار را وارد کنید"},{pattern:/^([\u0600-\u06FF\uFB8A\u067E\u0686\u06AF\u200C ])+$/,message:" مقدار وارد شده باید فارسی باشد "}]}]}function r(t,e){return[t,{rules:[{required:void 0===e||e,message:"لطفا مقدار را وارد کنید"}]}]}function o(t,e){var i;return i=e||!1,[t,{initialValue:!1,valuePropName:"checked",rules:[{required:i}]}]}function s(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"nav.header-navbar.navbar.navbar-shadow",i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:30,a=document.querySelector(e),n=63+i;a&&(n=a.getBoundingClientRect().height+i);var r=document.getElementById(t);r&&window.scrollTo({top:r.getBoundingClientRect().top-n,left:0,behavior:"smooth"})}a["default"].prototype.$myrules="salam"},"988e":function(t,e){t.exports={imageResize:t=>{const e=t.file,i=t.maxSize,a=new FileReader;let n=new Image;const r=document.createElement("canvas"),o=function(t){const e=t.split(",")[0].indexOf("base64")>=0?atob(t.split(",")[1]):unescape(t.split(",")[1]),i=t.split(",")[0].split(":")[1].split(";")[0],a=e.length,n=new Uint8Array(a);for(let r=0;r<a;r++)n[r]=e.charCodeAt(r);return new Blob([n],{type:i})},s=function(){let t=n.width,e=n.height;t>e?t>i&&(e*=i/t,t=i):e>i&&(t*=i/e,e=i),r.width=t,r.height=e,r.getContext("2d").drawImage(n,0,0,t,e);const a=r.toDataURL("image/jpeg");return o(a)};return new Promise((function(t,i){e.type.match(/image.*/)?(a.onload=function(e){n.onload=function(){return t(s())},n.src=e.target.result.toString()},a.readAsDataURL(e)):i(new Error("Not an image"))}))}}},bab4:function(t,e,i){ /*! * Cropper.js v1.6.2 * https://fengyuanchen.github.io/cropperjs * * Copyright 2015-present Chen Fengyuan * Released under the MIT license * * Date: 2024-04-21T07:43:05.335Z */ (function(e,i){t.exports=i()})(0,(function(){"use strict";function t(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);e&&(a=a.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,a)}return i}function e(e){for(var i=1;i<arguments.length;i++){var a=null!=arguments[i]?arguments[i]:{};i%2?t(Object(a),!0).forEach((function(t){h(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):t(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function i(t,e){if("object"!=typeof t||!t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var a=i.call(t,e||"default");if("object"!=typeof a)return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}function a(t){var e=i(t,"string");return"symbol"==typeof e?e:e+""}function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,a(n.key),n)}}function s(t,e,i){return e&&o(t.prototype,e),i&&o(t,i),Object.defineProperty(t,"prototype",{writable:!1}),t}function h(t,e,i){return e=a(e),e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function c(t){return l(t)||d(t)||p(t)||m()}function l(t){if(Array.isArray(t))return u(t)}function d(t){if("undefined"!==typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function p(t,e){if(t){if("string"===typeof t)return u(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,a=new Array(e);i<e;i++)a[i]=t[i];return a}function m(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var g="undefined"!==typeof window&&"undefined"!==typeof window.document,f=g?window:{},v=!(!g||!f.document.documentElement)&&"ontouchstart"in f.document.documentElement,w=!!g&&"PointerEvent"in f,b="cropper",y="all",x="crop",C="move",M="zoom",D="e",k="w",B="s",O="n",L="ne",R="nw",T="se",E="sw",W="".concat(b,"-crop"),N="".concat(b,"-disabled"),H="".concat(b,"-hidden"),j="".concat(b,"-hide"),z="".concat(b,"-invisible"),A="".concat(b,"-modal"),S="".concat(b,"-move"),Y="".concat(b,"Action"),X="".concat(b,"Preview"),I="crop",U="move",P="none",q="crop",$="cropend",_="cropmove",F="cropstart",V="dblclick",K=v?"touchstart":"mousedown",Q=v?"touchmove":"mousemove",Z=v?"touchend touchcancel":"mouseup",J=w?"pointerdown":K,G=w?"pointermove":Q,tt=w?"pointerup pointercancel":Z,et="ready",it="resize",at="wheel",nt="zoom",rt="image/jpeg",ot=/^e|w|s|n|se|sw|ne|nw|all|crop|move|zoom$/,st=/^data:/,ht=/^data:image\/jpeg;base64,/,ct=/^img|canvas$/i,lt=200,dt=100,pt={viewMode:0,dragMode:I,initialAspectRatio:NaN,aspectRatio:NaN,data:null,preview:"",responsive:!0,restore:!0,checkCrossOrigin:!0,checkOrientation:!0,modal:!0,guides:!0,center:!0,highlight:!0,background:!0,autoCrop:!0,autoCropArea:.8,movable:!0,rotatable:!0,scalable:!0,zoomable:!0,zoomOnTouch:!0,zoomOnWheel:!0,wheelZoomRatio:.1,cropBoxMovable:!0,cropBoxResizable:!0,toggleDragModeOnDblclick:!0,minCanvasWidth:0,minCanvasHeight:0,minCropBoxWidth:0,minCropBoxHeight:0,minContainerWidth:lt,minContainerHeight:dt,ready:null,cropstart:null,cropmove:null,cropend:null,crop:null,zoom:null},ut='<div class="cropper-container" touch-action="none"><div class="cropper-wrap-box"><div class="cropper-canvas"></div></div><div class="cropper-drag-box"></div><div class="cropper-crop-box"><span class="cropper-view-box"></span><span class="cropper-dashed dashed-h"></span><span class="cropper-dashed dashed-v"></span><span class="cropper-center"></span><span class="cropper-face"></span><span class="cropper-line line-e" data-cropper-action="e"></span><span class="cropper-line line-n" data-cropper-action="n"></span><span class="cropper-line line-w" data-cropper-action="w"></span><span class="cropper-line line-s" data-cropper-action="s"></span><span class="cropper-point point-e" data-cropper-action="e"></span><span class="cropper-point point-n" data-cropper-action="n"></span><span class="cropper-point point-w" data-cropper-action="w"></span><span class="cropper-point point-s" data-cropper-action="s"></span><span class="cropper-point point-ne" data-cropper-action="ne"></span><span class="cropper-point point-nw" data-cropper-action="nw"></span><span class="cropper-point point-sw" data-cropper-action="sw"></span><span class="cropper-point point-se" data-cropper-action="se"></span></div></div>',mt=Number.isNaN||f.isNaN;function gt(t){return"number"===typeof t&&!mt(t)}var ft=function(t){return t>0&&t<1/0};function vt(t){return"undefined"===typeof t}function wt(t){return"object"===n(t)&&null!==t}var bt=Object.prototype.hasOwnProperty;function yt(t){if(!wt(t))return!1;try{var e=t.constructor,i=e.prototype;return e&&i&&bt.call(i,"isPrototypeOf")}catch(a){return!1}}function xt(t){return"function"===typeof t}var Ct=Array.prototype.slice;function Mt(t){return Array.from?Array.from(t):Ct.call(t)}function Dt(t,e){return t&&xt(e)&&(Array.isArray(t)||gt(t.length)?Mt(t).forEach((function(i,a){e.call(t,i,a,t)})):wt(t)&&Object.keys(t).forEach((function(i){e.call(t,t[i],i,t)}))),t}var kt=Object.assign||function(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),a=1;a<e;a++)i[a-1]=arguments[a];return wt(t)&&i.length>0&&i.forEach((function(e){wt(e)&&Object.keys(e).forEach((function(i){t[i]=e[i]}))})),t},Bt=/\.\d*(?:0|9){12}\d*$/;function Ot(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1e11;return Bt.test(t)?Math.round(t*e)/e:t}var Lt=/^width|height|left|top|marginLeft|marginTop$/;function Rt(t,e){var i=t.style;Dt(e,(function(t,e){Lt.test(e)&>(t)&&(t="".concat(t,"px")),i[e]=t}))}function Tt(t,e){return t.classList?t.classList.contains(e):t.className.indexOf(e)>-1}function Et(t,e){if(e)if(gt(t.length))Dt(t,(function(t){Et(t,e)}));else if(t.classList)t.classList.add(e);else{var i=t.className.trim();i?i.indexOf(e)<0&&(t.className="".concat(i," ").concat(e)):t.className=e}}function Wt(t,e){e&&(gt(t.length)?Dt(t,(function(t){Wt(t,e)})):t.classList?t.classList.remove(e):t.className.indexOf(e)>=0&&(t.className=t.className.replace(e,"")))}function Nt(t,e,i){e&&(gt(t.length)?Dt(t,(function(t){Nt(t,e,i)})):i?Et(t,e):Wt(t,e))}var Ht=/([a-z\d])([A-Z])/g;function jt(t){return t.replace(Ht,"$1-$2").toLowerCase()}function zt(t,e){return wt(t[e])?t[e]:t.dataset?t.dataset[e]:t.getAttribute("data-".concat(jt(e)))}function At(t,e,i){wt(i)?t[e]=i:t.dataset?t.dataset[e]=i:t.setAttribute("data-".concat(jt(e)),i)}function St(t,e){if(wt(t[e]))try{delete t[e]}catch(i){t[e]=void 0}else if(t.dataset)try{delete t.dataset[e]}catch(i){t.dataset[e]=void 0}else t.removeAttribute("data-".concat(jt(e)))}var Yt=/\s\s*/,Xt=function(){var t=!1;if(g){var e=!1,i=function(){},a=Object.defineProperty({},"once",{get:function(){return t=!0,e},set:function(t){e=t}});f.addEventListener("test",i,a),f.removeEventListener("test",i,a)}return t}();function It(t,e,i){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},n=i;e.trim().split(Yt).forEach((function(e){if(!Xt){var r=t.listeners;r&&r[e]&&r[e][i]&&(n=r[e][i],delete r[e][i],0===Object.keys(r[e]).length&&delete r[e],0===Object.keys(r).length&&delete t.listeners)}t.removeEventListener(e,n,a)}))}function Ut(t,e,i){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},n=i;e.trim().split(Yt).forEach((function(e){if(a.once&&!Xt){var r=t.listeners,o=void 0===r?{}:r;n=function(){delete o[e][i],t.removeEventListener(e,n,a);for(var r=arguments.length,s=new Array(r),h=0;h<r;h++)s[h]=arguments[h];i.apply(t,s)},o[e]||(o[e]={}),o[e][i]&&t.removeEventListener(e,o[e][i],a),o[e][i]=n,t.listeners=o}t.addEventListener(e,n,a)}))}function Pt(t,e,i){var a;return xt(Event)&&xt(CustomEvent)?a=new CustomEvent(e,{detail:i,bubbles:!0,cancelable:!0}):(a=document.createEvent("CustomEvent"),a.initCustomEvent(e,!0,!0,i)),t.dispatchEvent(a)}function qt(t){var e=t.getBoundingClientRect();return{left:e.left+(window.pageXOffset-document.documentElement.clientLeft),top:e.top+(window.pageYOffset-document.documentElement.clientTop)}}var $t=f.location,_t=/^(\w+:)\/\/([^:/?#]*):?(\d*)/i;function Ft(t){var e=t.match(_t);return null!==e&&(e[1]!==$t.protocol||e[2]!==$t.hostname||e[3]!==$t.port)}function Vt(t){var e="timestamp=".concat((new Date).getTime());return t+(-1===t.indexOf("?")?"?":"&")+e}function Kt(t){var e=t.rotate,i=t.scaleX,a=t.scaleY,n=t.translateX,r=t.translateY,o=[];gt(n)&&0!==n&&o.push("translateX(".concat(n,"px)")),gt(r)&&0!==r&&o.push("translateY(".concat(r,"px)")),gt(e)&&0!==e&&o.push("rotate(".concat(e,"deg)")),gt(i)&&1!==i&&o.push("scaleX(".concat(i,")")),gt(a)&&1!==a&&o.push("scaleY(".concat(a,")"));var s=o.length?o.join(" "):"none";return{WebkitTransform:s,msTransform:s,transform:s}}function Qt(t){var i=e({},t),a=0;return Dt(t,(function(t,e){delete i[e],Dt(i,(function(e){var i=Math.abs(t.startX-e.startX),n=Math.abs(t.startY-e.startY),r=Math.abs(t.endX-e.endX),o=Math.abs(t.endY-e.endY),s=Math.sqrt(i*i+n*n),h=Math.sqrt(r*r+o*o),c=(h-s)/s;Math.abs(c)>Math.abs(a)&&(a=c)}))})),a}function Zt(t,i){var a=t.pageX,n=t.pageY,r={endX:a,endY:n};return i?r:e({startX:a,startY:n},r)}function Jt(t){var e=0,i=0,a=0;return Dt(t,(function(t){var n=t.startX,r=t.startY;e+=n,i+=r,a+=1})),e/=a,i/=a,{pageX:e,pageY:i}}function Gt(t){var e=t.aspectRatio,i=t.height,a=t.width,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"contain",r=ft(a),o=ft(i);if(r&&o){var s=i*e;"contain"===n&&s>a||"cover"===n&&s<a?i=a/e:a=i*e}else r?i=a/e:o&&(a=i*e);return{width:a,height:i}}function te(t){var e=t.width,i=t.height,a=t.degree;if(a=Math.abs(a)%180,90===a)return{width:i,height:e};var n=a%90*Math.PI/180,r=Math.sin(n),o=Math.cos(n),s=e*o+i*r,h=e*r+i*o;return a>90?{width:h,height:s}:{width:s,height:h}}function ee(t,e,i,a){var n=e.aspectRatio,r=e.naturalWidth,o=e.naturalHeight,s=e.rotate,h=void 0===s?0:s,l=e.scaleX,d=void 0===l?1:l,p=e.scaleY,u=void 0===p?1:p,m=i.aspectRatio,g=i.naturalWidth,f=i.naturalHeight,v=a.fillColor,w=void 0===v?"transparent":v,b=a.imageSmoothingEnabled,y=void 0===b||b,x=a.imageSmoothingQuality,C=void 0===x?"low":x,M=a.maxWidth,D=void 0===M?1/0:M,k=a.maxHeight,B=void 0===k?1/0:k,O=a.minWidth,L=void 0===O?0:O,R=a.minHeight,T=void 0===R?0:R,E=document.createElement("canvas"),W=E.getContext("2d"),N=Gt({aspectRatio:m,width:D,height:B}),H=Gt({aspectRatio:m,width:L,height:T},"cover"),j=Math.min(N.width,Math.max(H.width,g)),z=Math.min(N.height,Math.max(H.height,f)),A=Gt({aspectRatio:n,width:D,height:B}),S=Gt({aspectRatio:n,width:L,height:T},"cover"),Y=Math.min(A.width,Math.max(S.width,r)),X=Math.min(A.height,Math.max(S.height,o)),I=[-Y/2,-X/2,Y,X];return E.width=Ot(j),E.height=Ot(z),W.fillStyle=w,W.fillRect(0,0,j,z),W.save(),W.translate(j/2,z/2),W.rotate(h*Math.PI/180),W.scale(d,u),W.imageSmoothingEnabled=y,W.imageSmoothingQuality=C,W.drawImage.apply(W,[t].concat(c(I.map((function(t){return Math.floor(Ot(t))}))))),W.restore(),E}var ie=String.fromCharCode;function ae(t,e,i){var a="";i+=e;for(var n=e;n<i;n+=1)a+=ie(t.getUint8(n));return a}var ne=/^data:.*,/;function re(t){var e=t.replace(ne,""),i=atob(e),a=new ArrayBuffer(i.length),n=new Uint8Array(a);return Dt(n,(function(t,e){n[e]=i.charCodeAt(e)})),a}function oe(t,e){var i=[],a=8192,n=new Uint8Array(t);while(n.length>0)i.push(ie.apply(null,Mt(n.subarray(0,a)))),n=n.subarray(a);return"data:".concat(e,";base64,").concat(btoa(i.join("")))}function se(t){var e,i=new DataView(t);try{var a,n,r;if(255===i.getUint8(0)&&216===i.getUint8(1)){var o=i.byteLength,s=2;while(s+1<o){if(255===i.getUint8(s)&&225===i.getUint8(s+1)){n=s;break}s+=1}}if(n){var h=n+4,c=n+10;if("Exif"===ae(i,h,4)){var l=i.getUint16(c);if(a=18761===l,(a||19789===l)&&42===i.getUint16(c+2,a)){var d=i.getUint32(c+4,a);d>=8&&(r=c+d)}}}if(r){var p,u,m=i.getUint16(r,a);for(u=0;u<m;u+=1)if(p=r+12*u+2,274===i.getUint16(p,a)){p+=8,e=i.getUint16(p,a),i.setUint16(p,1,a);break}}}catch(g){e=1}return e}function he(t){var e=0,i=1,a=1;switch(t){case 2:i=-1;break;case 3:e=-180;break;case 4:a=-1;break;case 5:e=90,a=-1;break;case 6:e=90;break;case 7:e=90,i=-1;break;case 8:e=-90;break}return{rotate:e,scaleX:i,scaleY:a}}var ce={render:function(){this.initContainer(),this.initCanvas(),this.initCropBox(),this.renderCanvas(),this.cropped&&this.renderCropBox()},initContainer:function(){var t=this.element,e=this.options,i=this.container,a=this.cropper,n=Number(e.minContainerWidth),r=Number(e.minContainerHeight);Et(a,H),Wt(t,H);var o={width:Math.max(i.offsetWidth,n>=0?n:lt),height:Math.max(i.offsetHeight,r>=0?r:dt)};this.containerData=o,Rt(a,{width:o.width,height:o.height}),Et(t,H),Wt(a,H)},initCanvas:function(){var t=this.containerData,e=this.imageData,i=this.options.viewMode,a=Math.abs(e.rotate)%180===90,n=a?e.naturalHeight:e.naturalWidth,r=a?e.naturalWidth:e.naturalHeight,o=n/r,s=t.width,h=t.height;t.height*o>t.width?3===i?s=t.height*o:h=t.width/o:3===i?h=t.width/o:s=t.height*o;var c={aspectRatio:o,naturalWidth:n,naturalHeight:r,width:s,height:h};this.canvasData=c,this.limited=1===i||2===i,this.limitCanvas(!0,!0),c.width=Math.min(Math.max(c.width,c.minWidth),c.maxWidth),c.height=Math.min(Math.max(c.height,c.minHeight),c.maxHeight),c.left=(t.width-c.width)/2,c.top=(t.height-c.height)/2,c.oldLeft=c.left,c.oldTop=c.top,this.initialCanvasData=kt({},c)},limitCanvas:function(t,e){var i=this.options,a=this.containerData,n=this.canvasData,r=this.cropBoxData,o=i.viewMode,s=n.aspectRatio,h=this.cropped&&r;if(t){var c=Number(i.minCanvasWidth)||0,l=Number(i.minCanvasHeight)||0;o>1?(c=Math.max(c,a.width),l=Math.max(l,a.height),3===o&&(l*s>c?c=l*s:l=c/s)):o>0&&(c?c=Math.max(c,h?r.width:0):l?l=Math.max(l,h?r.height:0):h&&(c=r.width,l=r.height,l*s>c?c=l*s:l=c/s));var d=Gt({aspectRatio:s,width:c,height:l});c=d.width,l=d.height,n.minWidth=c,n.minHeight=l,n.maxWidth=1/0,n.maxHeight=1/0}if(e)if(o>(h?0:1)){var p=a.width-n.width,u=a.height-n.height;n.minLeft=Math.min(0,p),n.minTop=Math.min(0,u),n.maxLeft=Math.max(0,p),n.maxTop=Math.max(0,u),h&&this.limited&&(n.minLeft=Math.min(r.left,r.left+(r.width-n.width)),n.minTop=Math.min(r.top,r.top+(r.height-n.height)),n.maxLeft=r.left,n.maxTop=r.top,2===o&&(n.width>=a.width&&(n.minLeft=Math.min(0,p),n.maxLeft=Math.max(0,p)),n.height>=a.height&&(n.minTop=Math.min(0,u),n.maxTop=Math.max(0,u))))}else n.minLeft=-n.width,n.minTop=-n.height,n.maxLeft=a.width,n.maxTop=a.height},renderCanvas:function(t,e){var i=this.canvasData,a=this.imageData;if(e){var n=te({width:a.naturalWidth*Math.abs(a.scaleX||1),height:a.naturalHeight*Math.abs(a.scaleY||1),degree:a.rotate||0}),r=n.width,o=n.height,s=i.width*(r/i.naturalWidth),h=i.height*(o/i.naturalHeight);i.left-=(s-i.width)/2,i.top-=(h-i.height)/2,i.width=s,i.height=h,i.aspectRatio=r/o,i.naturalWidth=r,i.naturalHeight=o,this.limitCanvas(!0,!1)}(i.width>i.maxWidth||i.width<i.minWidth)&&(i.left=i.oldLeft),(i.height>i.maxHeight||i.height<i.minHeight)&&(i.top=i.oldTop),i.width=Math.min(Math.max(i.width,i.minWidth),i.maxWidth),i.height=Math.min(Math.max(i.height,i.minHeight),i.maxHeight),this.limitCanvas(!1,!0),i.left=Math.min(Math.max(i.left,i.minLeft),i.maxLeft),i.top=Math.min(Math.max(i.top,i.minTop),i.maxTop),i.oldLeft=i.left,i.oldTop=i.top,Rt(this.canvas,kt({width:i.width,height:i.height},Kt({translateX:i.left,translateY:i.top}))),this.renderImage(t),this.cropped&&this.limited&&this.limitCropBox(!0,!0)},renderImage:function(t){var e=this.canvasData,i=this.imageData,a=i.naturalWidth*(e.width/e.naturalWidth),n=i.naturalHeight*(e.height/e.naturalHeight);kt(i,{width:a,height:n,left:(e.width-a)/2,top:(e.height-n)/2}),Rt(this.image,kt({width:i.width,height:i.height},Kt(kt({translateX:i.left,translateY:i.top},i)))),t&&this.output()},initCropBox:function(){var t=this.options,e=this.canvasData,i=t.aspectRatio||t.initialAspectRatio,a=Number(t.autoCropArea)||.8,n={width:e.width,height:e.height};i&&(e.height*i>e.width?n.height=n.width/i:n.width=n.height*i),this.cropBoxData=n,this.limitCropBox(!0,!0),n.width=Math.min(Math.max(n.width,n.minWidth),n.maxWidth),n.height=Math.min(Math.max(n.height,n.minHeight),n.maxHeight),n.width=Math.max(n.minWidth,n.width*a),n.height=Math.max(n.minHeight,n.height*a),n.left=e.left+(e.width-n.width)/2,n.top=e.top+(e.height-n.height)/2,n.oldLeft=n.left,n.oldTop=n.top,this.initialCropBoxData=kt({},n)},limitCropBox:function(t,e){var i=this.options,a=this.containerData,n=this.canvasData,r=this.cropBoxData,o=this.limited,s=i.aspectRatio;if(t){var h=Number(i.minCropBoxWidth)||0,c=Number(i.minCropBoxHeight)||0,l=o?Math.min(a.width,n.width,n.width+n.left,a.width-n.left):a.width,d=o?Math.min(a.height,n.height,n.height+n.top,a.height-n.top):a.height;h=Math.min(h,a.width),c=Math.min(c,a.height),s&&(h&&c?c*s>h?c=h/s:h=c*s:h?c=h/s:c&&(h=c*s),d*s>l?d=l/s:l=d*s),r.minWidth=Math.min(h,l),r.minHeight=Math.min(c,d),r.maxWidth=l,r.maxHeight=d}e&&(o?(r.minLeft=Math.max(0,n.left),r.minTop=Math.max(0,n.top),r.maxLeft=Math.min(a.width,n.left+n.width)-r.width,r.maxTop=Math.min(a.height,n.top+n.height)-r.height):(r.minLeft=0,r.minTop=0,r.maxLeft=a.width-r.width,r.maxTop=a.height-r.height))},renderCropBox:function(){var t=this.options,e=this.containerData,i=this.cropBoxData;(i.width>i.maxWidth||i.width<i.minWidth)&&(i.left=i.oldLeft),(i.height>i.maxHeight||i.height<i.minHeight)&&(i.top=i.oldTop),i.width=Math.min(Math.max(i.width,i.minWidth),i.maxWidth),i.height=Math.min(Math.max(i.height,i.minHeight),i.maxHeight),this.limitCropBox(!1,!0),i.left=Math.min(Math.max(i.left,i.minLeft),i.maxLeft),i.top=Math.min(Math.max(i.top,i.minTop),i.maxTop),i.oldLeft=i.left,i.oldTop=i.top,t.movable&&t.cropBoxMovable&&At(this.face,Y,i.width>=e.width&&i.height>=e.height?C:y),Rt(this.cropBox,kt({width:i.width,height:i.height},Kt({translateX:i.left,translateY:i.top}))),this.cropped&&this.limited&&this.limitCanvas(!0,!0),this.disabled||this.output()},output:function(){this.preview(),Pt(this.element,q,this.getData())}},le={initPreview:function(){var t=this.element,e=this.crossOrigin,i=this.options.preview,a=e?this.crossOriginUrl:this.url,n=t.alt||"The image to preview",r=document.createElement("img");if(e&&(r.crossOrigin=e),r.src=a,r.alt=n,this.viewBox.appendChild(r),this.viewBoxImage=r,i){var o=i;"string"===typeof i?o=t.ownerDocument.querySelectorAll(i):i.querySelector&&(o=[i]),this.previews=o,Dt(o,(function(t){var i=document.createElement("img");At(t,X,{width:t.offsetWidth,height:t.offsetHeight,html:t.innerHTML}),e&&(i.crossOrigin=e),i.src=a,i.alt=n,i.style.cssText='display:block;width:100%;height:auto;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;image-orientation:0deg!important;"',t.innerHTML="",t.appendChild(i)}))}},resetPreview:function(){Dt(this.previews,(function(t){var e=zt(t,X);Rt(t,{width:e.width,height:e.height}),t.innerHTML=e.html,St(t,X)}))},preview:function(){var t=this.imageData,e=this.canvasData,i=this.cropBoxData,a=i.width,n=i.height,r=t.width,o=t.height,s=i.left-e.left-t.left,h=i.top-e.top-t.top;this.cropped&&!this.disabled&&(Rt(this.viewBoxImage,kt({width:r,height:o},Kt(kt({translateX:-s,translateY:-h},t)))),Dt(this.previews,(function(e){var i=zt(e,X),c=i.width,l=i.height,d=c,p=l,u=1;a&&(u=c/a,p=n*u),n&&p>l&&(u=l/n,d=a*u,p=l),Rt(e,{width:d,height:p}),Rt(e.getElementsByTagName("img")[0],kt({width:r*u,height:o*u},Kt(kt({translateX:-s*u,translateY:-h*u},t))))})))}},de={bind:function(){var t=this.element,e=this.options,i=this.cropper;xt(e.cropstart)&&Ut(t,F,e.cropstart),xt(e.cropmove)&&Ut(t,_,e.cropmove),xt(e.cropend)&&Ut(t,$,e.cropend),xt(e.crop)&&Ut(t,q,e.crop),xt(e.zoom)&&Ut(t,nt,e.zoom),Ut(i,J,this.onCropStart=this.cropStart.bind(this)),e.zoomable&&e.zoomOnWheel&&Ut(i,at,this.onWheel=this.wheel.bind(this),{passive:!1,capture:!0}),e.toggleDragModeOnDblclick&&Ut(i,V,this.onDblclick=this.dblclick.bind(this)),Ut(t.ownerDocument,G,this.onCropMove=this.cropMove.bind(this)),Ut(t.ownerDocument,tt,this.onCropEnd=this.cropEnd.bind(this)),e.responsive&&Ut(window,it,this.onResize=this.resize.bind(this))},unbind:function(){var t=this.element,e=this.options,i=this.cropper;xt(e.cropstart)&&It(t,F,e.cropstart),xt(e.cropmove)&&It(t,_,e.cropmove),xt(e.cropend)&&It(t,$,e.cropend),xt(e.crop)&&It(t,q,e.crop),xt(e.zoom)&&It(t,nt,e.zoom),It(i,J,this.onCropStart),e.zoomable&&e.zoomOnWheel&&It(i,at,this.onWheel,{passive:!1,capture:!0}),e.toggleDragModeOnDblclick&&It(i,V,this.onDblclick),It(t.ownerDocument,G,this.onCropMove),It(t.ownerDocument,tt,this.onCropEnd),e.responsive&&It(window,it,this.onResize)}},pe={resize:function(){if(!this.disabled){var t,e,i=this.options,a=this.container,n=this.containerData,r=a.offsetWidth/n.width,o=a.offsetHeight/n.height,s=Math.abs(r-1)>Math.abs(o-1)?r:o;if(1!==s)i.restore&&(t=this.getCanvasData(),e=this.getCropBoxData()),this.render(),i.restore&&(this.setCanvasData(Dt(t,(function(e,i){t[i]=e*s}))),this.setCropBoxData(Dt(e,(function(t,i){e[i]=t*s}))))}},dblclick:function(){this.disabled||this.options.dragMode===P||this.setDragMode(Tt(this.dragBox,W)?U:I)},wheel:function(t){var e=this,i=Number(this.options.wheelZoomRatio)||.1,a=1;this.disabled||(t.preventDefault(),this.wheeling||(this.wheeling=!0,setTimeout((function(){e.wheeling=!1}),50),t.deltaY?a=t.deltaY>0?1:-1:t.wheelDelta?a=-t.wheelDelta/120:t.detail&&(a=t.detail>0?1:-1),this.zoom(-a*i,t)))},cropStart:function(t){var e=t.buttons,i=t.button;if(!(this.disabled||("mousedown"===t.type||"pointerdown"===t.type&&"mouse"===t.pointerType)&&(gt(e)&&1!==e||gt(i)&&0!==i||t.ctrlKey))){var a,n=this.options,r=this.pointers;t.changedTouches?Dt(t.changedTouches,(function(t){r[t.identifier]=Zt(t)})):r[t.pointerId||0]=Zt(t),a=Object.keys(r).length>1&&n.zoomable&&n.zoomOnTouch?M:zt(t.target,Y),ot.test(a)&&!1!==Pt(this.element,F,{originalEvent:t,action:a})&&(t.preventDefault(),this.action=a,this.cropping=!1,a===x&&(this.cropping=!0,Et(this.dragBox,A)))}},cropMove:function(t){var e=this.action;if(!this.disabled&&e){var i=this.pointers;t.preventDefault(),!1!==Pt(this.element,_,{originalEvent:t,action:e})&&(t.changedTouches?Dt(t.changedTouches,(function(t){kt(i[t.identifier]||{},Zt(t,!0))})):kt(i[t.pointerId||0]||{},Zt(t,!0)),this.change(t))}},cropEnd:function(t){if(!this.disabled){var e=this.action,i=this.pointers;t.changedTouches?Dt(t.changedTouches,(function(t){delete i[t.identifier]})):delete i[t.pointerId||0],e&&(t.preventDefault(),Object.keys(i).length||(this.action=""),this.cropping&&(this.cropping=!1,Nt(this.dragBox,A,this.cropped&&this.options.modal)),Pt(this.element,$,{originalEvent:t,action:e}))}}},ue={change:function(t){var e,i=this.options,a=this.canvasData,n=this.containerData,r=this.cropBoxData,o=this.pointers,s=this.action,h=i.aspectRatio,c=r.left,l=r.top,d=r.width,p=r.height,u=c+d,m=l+p,g=0,f=0,v=n.width,w=n.height,b=!0;!h&&t.shiftKey&&(h=d&&p?d/p:1),this.limited&&(g=r.minLeft,f=r.minTop,v=g+Math.min(n.width,a.width,a.left+a.width),w=f+Math.min(n.height,a.height,a.top+a.height));var W=o[Object.keys(o)[0]],N={x:W.endX-W.startX,y:W.endY-W.startY},j=function(t){switch(t){case D:u+N.x>v&&(N.x=v-u);break;case k:c+N.x<g&&(N.x=g-c);break;case O:l+N.y<f&&(N.y=f-l);break;case B:m+N.y>w&&(N.y=w-m);break}};switch(s){case y:c+=N.x,l+=N.y;break;case D:if(N.x>=0&&(u>=v||h&&(l<=f||m>=w))){b=!1;break}j(D),d+=N.x,d<0&&(s=k,d=-d,c-=d),h&&(p=d/h,l+=(r.height-p)/2);break;case O:if(N.y<=0&&(l<=f||h&&(c<=g||u>=v))){b=!1;break}j(O),p-=N.y,l+=N.y,p<0&&(s=B,p=-p,l-=p),h&&(d=p*h,c+=(r.width-d)/2);break;case k:if(N.x<=0&&(c<=g||h&&(l<=f||m>=w))){b=!1;break}j(k),d-=N.x,c+=N.x,d<0&&(s=D,d=-d,c-=d),h&&(p=d/h,l+=(r.height-p)/2);break;case B:if(N.y>=0&&(m>=w||h&&(c<=g||u>=v))){b=!1;break}j(B),p+=N.y,p<0&&(s=O,p=-p,l-=p),h&&(d=p*h,c+=(r.width-d)/2);break;case L:if(h){if(N.y<=0&&(l<=f||u>=v)){b=!1;break}j(O),p-=N.y,l+=N.y,d=p*h}else j(O),j(D),N.x>=0?u<v?d+=N.x:N.y<=0&&l<=f&&(b=!1):d+=N.x,N.y<=0?l>f&&(p-=N.y,l+=N.y):(p-=N.y,l+=N.y);d<0&&p<0?(s=E,p=-p,d=-d,l-=p,c-=d):d<0?(s=R,d=-d,c-=d):p<0&&(s=T,p=-p,l-=p);break;case R:if(h){if(N.y<=0&&(l<=f||c<=g)){b=!1;break}j(O),p-=N.y,l+=N.y,d=p*h,c+=r.width-d}else j(O),j(k),N.x<=0?c>g?(d-=N.x,c+=N.x):N.y<=0&&l<=f&&(b=!1):(d-=N.x,c+=N.x),N.y<=0?l>f&&(p-=N.y,l+=N.y):(p-=N.y,l+=N.y);d<0&&p<0?(s=T,p=-p,d=-d,l-=p,c-=d):d<0?(s=L,d=-d,c-=d):p<0&&(s=E,p=-p,l-=p);break;case E:if(h){if(N.x<=0&&(c<=g||m>=w)){b=!1;break}j(k),d-=N.x,c+=N.x,p=d/h}else j(B),j(k),N.x<=0?c>g?(d-=N.x,c+=N.x):N.y>=0&&m>=w&&(b=!1):(d-=N.x,c+=N.x),N.y>=0?m<w&&(p+=N.y):p+=N.y;d<0&&p<0?(s=L,p=-p,d=-d,l-=p,c-=d):d<0?(s=T,d=-d,c-=d):p<0&&(s=R,p=-p,l-=p);break;case T:if(h){if(N.x>=0&&(u>=v||m>=w)){b=!1;break}j(D),d+=N.x,p=d/h}else j(B),j(D),N.x>=0?u<v?d+=N.x:N.y>=0&&m>=w&&(b=!1):d+=N.x,N.y>=0?m<w&&(p+=N.y):p+=N.y;d<0&&p<0?(s=R,p=-p,d=-d,l-=p,c-=d):d<0?(s=E,d=-d,c-=d):p<0&&(s=L,p=-p,l-=p);break;case C:this.move(N.x,N.y),b=!1;break;case M:this.zoom(Qt(o),t),b=!1;break;case x:if(!N.x||!N.y){b=!1;break}e=qt(this.cropper),c=W.startX-e.left,l=W.startY-e.top,d=r.minWidth,p=r.minHeight,N.x>0?s=N.y>0?T:L:N.x<0&&(c-=d,s=N.y>0?E:R),N.y<0&&(l-=p),this.cropped||(Wt(this.cropBox,H),this.cropped=!0,this.limited&&this.limitCropBox(!0,!0));break}b&&(r.width=d,r.height=p,r.left=c,r.top=l,this.action=s,this.renderCropBox()),Dt(o,(function(t){t.startX=t.endX,t.startY=t.endY}))}},me={crop:function(){return!this.ready||this.cropped||this.disabled||(this.cropped=!0,this.limitCropBox(!0,!0),this.options.modal&&Et(this.dragBox,A),Wt(this.cropBox,H),this.setCropBoxData(this.initialCropBoxData)),this},reset:function(){return this.ready&&!this.disabled&&(this.imageData=kt({},this.initialImageData),this.canvasData=kt({},this.initialCanvasData),this.cropBoxData=kt({},this.initialCropBoxData),this.renderCanvas(),this.cropped&&this.renderCropBox()),this},clear:function(){return this.cropped&&!this.disabled&&(kt(this.cropBoxData,{left:0,top:0,width:0,height:0}),this.cropped=!1,this.renderCropBox(),this.limitCanvas(!0,!0),this.renderCanvas(),Wt(this.dragBox,A),Et(this.cropBox,H)),this},replace:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return!this.disabled&&t&&(this.isImg&&(this.element.src=t),e?(this.url=t,this.image.src=t,this.ready&&(this.viewBoxImage.src=t,Dt(this.previews,(function(e){e.getElementsByTagName("img")[0].src=t})))):(this.isImg&&(this.replaced=!0),this.options.data=null,this.uncreate(),this.load(t))),this},enable:function(){return this.ready&&this.disabled&&(this.disabled=!1,Wt(this.cropper,N)),this},disable:function(){return this.ready&&!this.disabled&&(this.disabled=!0,Et(this.cropper,N)),this},destroy:function(){var t=this.element;return t[b]?(t[b]=void 0,this.isImg&&this.replaced&&(t.src=this.originalUrl),this.uncreate(),this):this},move:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t,i=this.canvasData,a=i.left,n=i.top;return this.moveTo(vt(t)?t:a+Number(t),vt(e)?e:n+Number(e))},moveTo:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t,i=this.canvasData,a=!1;return t=Number(t),e=Number(e),this.ready&&!this.disabled&&this.options.movable&&(gt(t)&&(i.left=t,a=!0),gt(e)&&(i.top=e,a=!0),a&&this.renderCanvas(!0)),this},zoom:function(t,e){var i=this.canvasData;return t=Number(t),t=t<0?1/(1-t):1+t,this.zoomTo(i.width*t/i.naturalWidth,null,e)},zoomTo:function(t,e,i){var a=this.options,n=this.canvasData,r=n.width,o=n.height,s=n.naturalWidth,h=n.naturalHeight;if(t=Number(t),t>=0&&this.ready&&!this.disabled&&a.zoomable){var c=s*t,l=h*t;if(!1===Pt(this.element,nt,{ratio:t,oldRatio:r/s,originalEvent:i}))return this;if(i){var d=this.pointers,p=qt(this.cropper),u=d&&Object.keys(d).length?Jt(d):{pageX:i.pageX,pageY:i.pageY};n.left-=(c-r)*((u.pageX-p.left-n.left)/r),n.top-=(l-o)*((u.pageY-p.top-n.top)/o)}else yt(e)&>(e.x)&>(e.y)?(n.left-=(c-r)*((e.x-n.left)/r),n.top-=(l-o)*((e.y-n.top)/o)):(n.left-=(c-r)/2,n.top-=(l-o)/2);n.width=c,n.height=l,this.renderCanvas(!0)}return this},rotate:function(t){return this.rotateTo((this.imageData.rotate||0)+Number(t))},rotateTo:function(t){return t=Number(t),gt(t)&&this.ready&&!this.disabled&&this.options.rotatable&&(this.imageData.rotate=t%360,this.renderCanvas(!0,!0)),this},scaleX:function(t){var e=this.imageData.scaleY;return this.scale(t,gt(e)?e:1)},scaleY:function(t){var e=this.imageData.scaleX;return this.scale(gt(e)?e:1,t)},scale:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t,i=this.imageData,a=!1;return t=Number(t),e=Number(e),this.ready&&!this.disabled&&this.options.scalable&&(gt(t)&&(i.scaleX=t,a=!0),gt(e)&&(i.scaleY=e,a=!0),a&&this.renderCanvas(!0,!0)),this},getData:function(){var t,e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],i=this.options,a=this.imageData,n=this.canvasData,r=this.cropBoxData;if(this.ready&&this.cropped){t={x:r.left-n.left,y:r.top-n.top,width:r.width,height:r.height};var o=a.width/a.naturalWidth;if(Dt(t,(function(e,i){t[i]=e/o})),e){var s=Math.round(t.y+t.height),h=Math.round(t.x+t.width);t.x=Math.round(t.x),t.y=Math.round(t.y),t.width=h-t.x,t.height=s-t.y}}else t={x:0,y:0,width:0,height:0};return i.rotatable&&(t.rotate=a.rotate||0),i.scalable&&(t.scaleX=a.scaleX||1,t.scaleY=a.scaleY||1),t},setData:function(t){var e=this.options,i=this.imageData,a=this.canvasData,n={};if(this.ready&&!this.disabled&&yt(t)){var r=!1;e.rotatable&>(t.rotate)&&t.rotate!==i.rotate&&(i.rotate=t.rotate,r=!0),e.scalable&&(gt(t.scaleX)&&t.scaleX!==i.scaleX&&(i.scaleX=t.scaleX,r=!0),gt(t.scaleY)&&t.scaleY!==i.scaleY&&(i.scaleY=t.scaleY,r=!0)),r&&this.renderCanvas(!0,!0);var o=i.width/i.naturalWidth;gt(t.x)&&(n.left=t.x*o+a.left),gt(t.y)&&(n.top=t.y*o+a.top),gt(t.width)&&(n.width=t.width*o),gt(t.height)&&(n.height=t.height*o),this.setCropBoxData(n)}return this},getContainerData:function(){return this.ready?kt({},this.containerData):{}},getImageData:function(){return this.sized?kt({},this.imageData):{}},getCanvasData:function(){var t=this.canvasData,e={};return this.ready&&Dt(["left","top","width","height","naturalWidth","naturalHeight"],(function(i){e[i]=t[i]})),e},setCanvasData:function(t){var e=this.canvasData,i=e.aspectRatio;return this.ready&&!this.disabled&&yt(t)&&(gt(t.left)&&(e.left=t.left),gt(t.top)&&(e.top=t.top),gt(t.width)?(e.width=t.width,e.height=t.width/i):gt(t.height)&&(e.height=t.height,e.width=t.height*i),this.renderCanvas(!0)),this},getCropBoxData:function(){var t,e=this.cropBoxData;return this.ready&&this.cropped&&(t={left:e.left,top:e.top,width:e.width,height:e.height}),t||{}},setCropBoxData:function(t){var e,i,a=this.cropBoxData,n=this.options.aspectRatio;return this.ready&&this.cropped&&!this.disabled&&yt(t)&&(gt(t.left)&&(a.left=t.left),gt(t.top)&&(a.top=t.top),gt(t.width)&&t.width!==a.width&&(e=!0,a.width=t.width),gt(t.height)&&t.height!==a.height&&(i=!0,a.height=t.height),n&&(e?a.height=a.width/n:i&&(a.width=a.height*n)),this.renderCropBox()),this},getCroppedCanvas:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!this.ready||!window.HTMLCanvasElement)return null;var e=this.canvasData,i=ee(this.image,this.imageData,e,t);if(!this.cropped)return i;var a=this.getData(t.rounded),n=a.x,r=a.y,o=a.width,s=a.height,h=i.width/Math.floor(e.naturalWidth);1!==h&&(n*=h,r*=h,o*=h,s*=h);var l=o/s,d=Gt({aspectRatio:l,width:t.maxWidth||1/0,height:t.maxHeight||1/0}),p=Gt({aspectRatio:l,width:t.minWidth||0,height:t.minHeight||0},"cover"),u=Gt({aspectRatio:l,width:t.width||(1!==h?i.width:o),height:t.height||(1!==h?i.height:s)}),m=u.width,g=u.height;m=Math.min(d.width,Math.max(p.width,m)),g=Math.min(d.height,Math.max(p.height,g));var f=document.createElement("canvas"),v=f.getContext("2d");f.width=Ot(m),f.height=Ot(g),v.fillStyle=t.fillColor||"transparent",v.fillRect(0,0,m,g);var w=t.imageSmoothingEnabled,b=void 0===w||w,y=t.imageSmoothingQuality;v.imageSmoothingEnabled=b,y&&(v.imageSmoothingQuality=y);var x,C,M,D,k,B,O=i.width,L=i.height,R=n,T=r;R<=-o||R>O?(R=0,x=0,M=0,k=0):R<=0?(M=-R,R=0,x=Math.min(O,o+R),k=x):R<=O&&(M=0,x=Math.min(o,O-R),k=x),x<=0||T<=-s||T>L?(T=0,C=0,D=0,B=0):T<=0?(D=-T,T=0,C=Math.min(L,s+T),B=C):T<=L&&(D=0,C=Math.min(s,L-T),B=C);var E=[R,T,x,C];if(k>0&&B>0){var W=m/o;E.push(M*W,D*W,k*W,B*W)}return v.drawImage.apply(v,[i].concat(c(E.map((function(t){return Math.floor(Ot(t))}))))),f},setAspectRatio:function(t){var e=this.options;return this.disabled||vt(t)||(e.aspectRatio=Math.max(0,t)||NaN,this.ready&&(this.initCropBox(),this.cropped&&this.renderCropBox())),this},setDragMode:function(t){var e=this.options,i=this.dragBox,a=this.face;if(this.ready&&!this.disabled){var n=t===I,r=e.movable&&t===U;t=n||r?t:P,e.dragMode=t,At(i,Y,t),Nt(i,W,n),Nt(i,S,r),e.cropBoxMovable||(At(a,Y,t),Nt(a,W,n),Nt(a,S,r))}return this}},ge=f.Cropper,fe=function(){function t(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(r(this,t),!e||!ct.test(e.tagName))throw new Error("The first argument is required and must be an <img> or <canvas> element.");this.element=e,this.options=kt({},pt,yt(i)&&i),this.cropped=!1,this.disabled=!1,this.pointers={},this.ready=!1,this.reloading=!1,this.replaced=!1,this.sized=!1,this.sizing=!1,this.init()}return s(t,[{key:"init",value:function(){var t,e=this.element,i=e.tagName.toLowerCase();if(!e[b]){if(e[b]=this,"img"===i){if(this.isImg=!0,t=e.getAttribute("src")||"",this.originalUrl=t,!t)return;t=e.src}else"canvas"===i&&window.HTMLCanvasElement&&(t=e.toDataURL());this.load(t)}}},{key:"load",value:function(t){var e=this;if(t){this.url=t,this.imageData={};var i=this.element,a=this.options;if(a.rotatable||a.scalable||(a.checkOrientation=!1),a.checkOrientation&&window.ArrayBuffer)if(st.test(t))ht.test(t)?this.read(re(t)):this.clone();else{var n=new XMLHttpRequest,r=this.clone.bind(this);this.reloading=!0,this.xhr=n,n.onabort=r,n.onerror=r,n.ontimeout=r,n.onprogress=function(){n.getResponseHeader("content-type")!==rt&&n.abort()},n.onload=function(){e.read(n.response)},n.onloadend=function(){e.reloading=!1,e.xhr=null},a.checkCrossOrigin&&Ft(t)&&i.crossOrigin&&(t=Vt(t)),n.open("GET",t,!0),n.responseType="arraybuffer",n.withCredentials="use-credentials"===i.crossOrigin,n.send()}else this.clone()}}},{key:"read",value:function(t){var e=this.options,i=this.imageData,a=se(t),n=0,r=1,o=1;if(a>1){this.url=oe(t,rt);var s=he(a);n=s.rotate,r=s.scaleX,o=s.scaleY}e.rotatable&&(i.rotate=n),e.scalable&&(i.scaleX=r,i.scaleY=o),this.clone()}},{key:"clone",value:function(){var t=this.element,e=this.url,i=t.crossOrigin,a=e;this.options.checkCrossOrigin&&Ft(e)&&(i||(i="anonymous"),a=Vt(e)),this.crossOrigin=i,this.crossOriginUrl=a;var n=document.createElement("img");i&&(n.crossOrigin=i),n.src=a||e,n.alt=t.alt||"The image to crop",this.image=n,n.onload=this.start.bind(this),n.onerror=this.stop.bind(this),Et(n,j),t.parentNode.insertBefore(n,t.nextSibling)}},{key:"start",value:function(){var t=this,e=this.image;e.onload=null,e.onerror=null,this.sizing=!0;var i=f.navigator&&/(?:iPad|iPhone|iPod).*?AppleWebKit/i.test(f.navigator.userAgent),a=function(e,i){kt(t.imageData,{naturalWidth:e,naturalHeight:i,aspectRatio:e/i}),t.initialImageData=kt({},t.imageData),t.sizing=!1,t.sized=!0,t.build()};if(!e.naturalWidth||i){var n=document.createElement("img"),r=document.body||document.documentElement;this.sizingImage=n,n.onload=function(){a(n.width,n.height),i||r.removeChild(n)},n.src=e.src,i||(n.style.cssText="left:0;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:0;position:absolute;top:0;z-index:-1;",r.appendChild(n))}else a(e.naturalWidth,e.naturalHeight)}},{key:"stop",value:function(){var t=this.image;t.onload=null,t.onerror=null,t.parentNode.removeChild(t),this.image=null}},{key:"build",value:function(){if(this.sized&&!this.ready){var t=this.element,e=this.options,i=this.image,a=t.parentNode,n=document.createElement("div");n.innerHTML=ut;var r=n.querySelector(".".concat(b,"-container")),o=r.querySelector(".".concat(b,"-canvas")),s=r.querySelector(".".concat(b,"-drag-box")),h=r.querySelector(".".concat(b,"-crop-box")),c=h.querySelector(".".concat(b,"-face"));this.container=a,this.cropper=r,this.canvas=o,this.dragBox=s,this.cropBox=h,this.viewBox=r.querySelector(".".concat(b,"-view-box")),this.face=c,o.appendChild(i),Et(t,H),a.insertBefore(r,t.nextSibling),Wt(i,j),this.initPreview(),this.bind(),e.initialAspectRatio=Math.max(0,e.initialAspectRatio)||NaN,e.aspectRatio=Math.max(0,e.aspectRatio)||NaN,e.viewMode=Math.max(0,Math.min(3,Math.round(e.viewMode)))||0,Et(h,H),e.guides||Et(h.getElementsByClassName("".concat(b,"-dashed")),H),e.center||Et(h.getElementsByClassName("".concat(b,"-center")),H),e.background&&Et(r,"".concat(b,"-bg")),e.highlight||Et(c,z),e.cropBoxMovable&&(Et(c,S),At(c,Y,y)),e.cropBoxResizable||(Et(h.getElementsByClassName("".concat(b,"-line")),H),Et(h.getElementsByClassName("".concat(b,"-point")),H)),this.render(),this.ready=!0,this.setDragMode(e.dragMode),e.autoCrop&&this.crop(),this.setData(e.data),xt(e.ready)&&Ut(t,et,e.ready,{once:!0}),Pt(t,et)}}},{key:"unbuild",value:function(){if(this.ready){this.ready=!1,this.unbind(),this.resetPreview();var t=this.cropper.parentNode;t&&t.removeChild(this.cropper),Wt(this.element,H)}}},{key:"uncreate",value:function(){this.ready?(this.unbuild(),this.ready=!1,this.cropped=!1):this.sizing?(this.sizingImage.onload=null,this.sizing=!1,this.sized=!1):this.reloading?(this.xhr.onabort=null,this.xhr.abort()):this.image&&this.stop()}}],[{key:"noConflict",value:function(){return window.Cropper=ge,t}},{key:"setDefaults",value:function(t){kt(pt,yt(t)&&t)}}])}();return kt(fe.prototype,ce,le,de,pe,ue,me),fe}))}}]); //# sourceMappingURL=chunk-5c4ad10a.2a0264f2.js.map
Copyright ©2k19 -
Hexid
|
Tex7ure