wotokol-edm 1.1.75 → 1.1.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/wotokol-edm.common.js +120 -72
- package/wotokol-edm.common.js.gz +0 -0
- package/wotokol-edm.css +1 -1
- package/wotokol-edm.css.gz +0 -0
- package/wotokol-edm.umd.js +120 -72
- package/wotokol-edm.umd.js.gz +0 -0
- package/wotokol-edm.umd.min.js +2 -2
- package/wotokol-edm.umd.min.js.gz +0 -0
package/wotokol-edm.umd.min.js
CHANGED
|
@@ -80,7 +80,7 @@ var so={};so.lang={extend:function(e,t,n){if(!t||!e)throw new Error("YAHOO.lang.
|
|
|
80
80
|
* @since jsrsasign 2.1
|
|
81
81
|
* @license <a href="https://kjur.github.io/jsrsasign/license/">MIT License</a>
|
|
82
82
|
*/
|
|
83
|
-
var lo={};"undefined"!=typeof lo.asn1&&lo.asn1||(lo.asn1={}),lo.asn1.ASN1Util=new function(){this.integerToByteHex=function(e){var t=e.toString(16);return t.length%2==1&&(t="0"+t),t},this.bigIntToMinTwosComplementsHex=function(e){var t=e.toString(16);if("-"!=t.substr(0,1))t.length%2==1?t="0"+t:t.match(/^[0-7]/)||(t="00"+t);else{var n=t.substr(1),i=n.length;i%2==1?i+=1:t.match(/^[0-7]/)||(i+=2);for(var r="",o=0;o<i;o++)r+="f";var a=new Dr(r,16),s=a.xor(e).add(Dr.ONE);t=s.toString(16).replace(/^-/,"")}return t},this.getPEMStringFromHex=function(e,t){return hextopem(e,t)},this.newObject=function(e){var t=lo,n=t.asn1,i=n.DERBoolean,r=n.DERInteger,o=n.DERBitString,a=n.DEROctetString,s=n.DERNull,l=n.DERObjectIdentifier,c=n.DEREnumerated,u=n.DERUTF8String,d=n.DERNumericString,h=n.DERPrintableString,p=n.DERTeletexString,f=n.DERIA5String,m=n.DERUTCTime,g=n.DERGeneralizedTime,v=n.DERSequence,y=n.DERSet,b=n.DERTaggedObject,w=n.ASN1Util.newObject,_=Object.keys(e);if(1!=_.length)throw"key of param shall be only one.";var C=_[0];if(-1==":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:".indexOf(":"+C+":"))throw"undefined key: "+C;if("bool"==C)return new i(e[C]);if("int"==C)return new r(e[C]);if("bitstr"==C)return new o(e[C]);if("octstr"==C)return new a(e[C]);if("null"==C)return new s(e[C]);if("oid"==C)return new l(e[C]);if("enum"==C)return new c(e[C]);if("utf8str"==C)return new u(e[C]);if("numstr"==C)return new d(e[C]);if("prnstr"==C)return new h(e[C]);if("telstr"==C)return new p(e[C]);if("ia5str"==C)return new f(e[C]);if("utctime"==C)return new m(e[C]);if("gentime"==C)return new g(e[C]);if("seq"==C){for(var x=e[C],S=[],k=0;k<x.length;k++){var E=w(x[k]);S.push(E)}return new v({array:S})}if("set"==C){for(x=e[C],S=[],k=0;k<x.length;k++){E=w(x[k]);S.push(E)}return new y({array:S})}if("tag"==C){var D=e[C];if("[object Array]"===Object.prototype.toString.call(D)&&3==D.length){var A=w(D[2]);return new b({tag:D[0],explicit:D[1],obj:A})}var O={};if(void 0!==D.explicit&&(O.explicit=D.explicit),void 0!==D.tag&&(O.tag=D.tag),void 0===D.obj)throw"obj shall be specified for 'tag'.";return O.obj=w(D.obj),new b(O)}},this.jsonToASN1HEX=function(e){var t=this.newObject(e);return t.getEncodedHex()}},lo.asn1.ASN1Util.oidHexToInt=function(e){for(var t="",n=parseInt(e.substr(0,2),16),i=Math.floor(n/40),r=n%40,o=(t=i+"."+r,""),a=2;a<e.length;a+=2){var s=parseInt(e.substr(a,2),16),l=("00000000"+s.toString(2)).slice(-8);if(o+=l.substr(1,7),"0"==l.substr(0,1)){var c=new Dr(o,2);t=t+"."+c.toString(10),o=""}}return t},lo.asn1.ASN1Util.oidIntToHex=function(e){var t=function(e){var t=e.toString(16);return 1==t.length&&(t="0"+t),t},n=function(e){var n="",i=new Dr(e,10),r=i.toString(2),o=7-r.length%7;7==o&&(o=0);for(var a="",s=0;s<o;s++)a+="0";r=a+r;for(s=0;s<r.length-1;s+=7){var l=r.substr(s,7);s!=r.length-7&&(l="1"+l),n+=t(parseInt(l,2))}return n};if(!e.match(/^[0-9.]+$/))throw"malformed oid string: "+e;var i="",r=e.split("."),o=40*parseInt(r[0])+parseInt(r[1]);i+=t(o),r.splice(0,2);for(var a=0;a<r.length;a++)i+=n(r[a]);return i},lo.asn1.ASN1Object=function(){var e="";this.getLengthHexFromValue=function(){if("undefined"==typeof this.hV||null==this.hV)throw"this.hV is null or undefined.";if(this.hV.length%2==1)throw"value hex must be even length: n="+e.length+",v="+this.hV;var t=this.hV.length/2,n=t.toString(16);if(n.length%2==1&&(n="0"+n),t<128)return n;var i=n.length/2;if(i>15)throw"ASN.1 length too long to represent by 8x: n = "+t.toString(16);var r=128+i;return r.toString(16)+n},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return""}},lo.asn1.DERAbstractString=function(e){lo.asn1.DERAbstractString.superclass.constructor.call(this);this.getString=function(){return this.s},this.setString=function(e){this.hTLV=null,this.isModified=!0,this.s=e,this.hV=stohex(this.s)},this.setStringHex=function(e){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=e},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("string"==typeof e?this.setString(e):"undefined"!=typeof e["str"]?this.setString(e["str"]):"undefined"!=typeof e["hex"]&&this.setStringHex(e["hex"]))},so.lang.extend(lo.asn1.DERAbstractString,lo.asn1.ASN1Object),lo.asn1.DERAbstractTime=function(e){lo.asn1.DERAbstractTime.superclass.constructor.call(this);this.localDateToUTC=function(e){utc=e.getTime()+6e4*e.getTimezoneOffset();var t=new Date(utc);return t},this.formatDate=function(e,t,n){var i=this.zeroPadding,r=this.localDateToUTC(e),o=String(r.getFullYear());"utc"==t&&(o=o.substr(2,2));var a=i(String(r.getMonth()+1),2),s=i(String(r.getDate()),2),l=i(String(r.getHours()),2),c=i(String(r.getMinutes()),2),u=i(String(r.getSeconds()),2),d=o+a+s+l+c+u;if(!0===n){var h=r.getMilliseconds();if(0!=h){var p=i(String(h),3);p=p.replace(/[0]+$/,""),d=d+"."+p}}return d+"Z"},this.zeroPadding=function(e,t){return e.length>=t?e:new Array(t-e.length+1).join("0")+e},this.getString=function(){return this.s},this.setString=function(e){this.hTLV=null,this.isModified=!0,this.s=e,this.hV=stohex(e)},this.setByDateValue=function(e,t,n,i,r,o){var a=new Date(Date.UTC(e,t-1,n,i,r,o,0));this.setByDate(a)},this.getFreshValueHex=function(){return this.hV}},so.lang.extend(lo.asn1.DERAbstractTime,lo.asn1.ASN1Object),lo.asn1.DERAbstractStructured=function(e){lo.asn1.DERAbstractString.superclass.constructor.call(this);this.setByASN1ObjectArray=function(e){this.hTLV=null,this.isModified=!0,this.asn1Array=e},this.appendASN1Object=function(e){this.hTLV=null,this.isModified=!0,this.asn1Array.push(e)},this.asn1Array=new Array,"undefined"!=typeof e&&"undefined"!=typeof e["array"]&&(this.asn1Array=e["array"])},so.lang.extend(lo.asn1.DERAbstractStructured,lo.asn1.ASN1Object),lo.asn1.DERBoolean=function(){lo.asn1.DERBoolean.superclass.constructor.call(this),this.hT="01",this.hTLV="0101ff"},so.lang.extend(lo.asn1.DERBoolean,lo.asn1.ASN1Object),lo.asn1.DERInteger=function(e){lo.asn1.DERInteger.superclass.constructor.call(this),this.hT="02",this.setByBigInteger=function(e){this.hTLV=null,this.isModified=!0,this.hV=lo.asn1.ASN1Util.bigIntToMinTwosComplementsHex(e)},this.setByInteger=function(e){var t=new Dr(String(e),10);this.setByBigInteger(t)},this.setValueHex=function(e){this.hV=e},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("undefined"!=typeof e["bigint"]?this.setByBigInteger(e["bigint"]):"undefined"!=typeof e["int"]?this.setByInteger(e["int"]):"number"==typeof e?this.setByInteger(e):"undefined"!=typeof e["hex"]&&this.setValueHex(e["hex"]))},so.lang.extend(lo.asn1.DERInteger,lo.asn1.ASN1Object),lo.asn1.DERBitString=function(e){if(void 0!==e&&"undefined"!==typeof e.obj){var t=lo.asn1.ASN1Util.newObject(e.obj);e.hex="00"+t.getEncodedHex()}lo.asn1.DERBitString.superclass.constructor.call(this),this.hT="03",this.setHexValueIncludingUnusedBits=function(e){this.hTLV=null,this.isModified=!0,this.hV=e},this.setUnusedBitsAndHexValue=function(e,t){if(e<0||7<e)throw"unused bits shall be from 0 to 7: u = "+e;var n="0"+e;this.hTLV=null,this.isModified=!0,this.hV=n+t},this.setByBinaryString=function(e){e=e.replace(/0+$/,"");var t=8-e.length%8;8==t&&(t=0);for(var n=0;n<=t;n++)e+="0";var i="";for(n=0;n<e.length-1;n+=8){var r=e.substr(n,8),o=parseInt(r,2).toString(16);1==o.length&&(o="0"+o),i+=o}this.hTLV=null,this.isModified=!0,this.hV="0"+t+i},this.setByBooleanArray=function(e){for(var t="",n=0;n<e.length;n++)1==e[n]?t+="1":t+="0";this.setByBinaryString(t)},this.newFalseArray=function(e){for(var t=new Array(e),n=0;n<e;n++)t[n]=!1;return t},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("string"==typeof e&&e.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(e):"undefined"!=typeof e["hex"]?this.setHexValueIncludingUnusedBits(e["hex"]):"undefined"!=typeof e["bin"]?this.setByBinaryString(e["bin"]):"undefined"!=typeof e["array"]&&this.setByBooleanArray(e["array"]))},so.lang.extend(lo.asn1.DERBitString,lo.asn1.ASN1Object),lo.asn1.DEROctetString=function(e){if(void 0!==e&&"undefined"!==typeof e.obj){var t=lo.asn1.ASN1Util.newObject(e.obj);e.hex=t.getEncodedHex()}lo.asn1.DEROctetString.superclass.constructor.call(this,e),this.hT="04"},so.lang.extend(lo.asn1.DEROctetString,lo.asn1.DERAbstractString),lo.asn1.DERNull=function(){lo.asn1.DERNull.superclass.constructor.call(this),this.hT="05",this.hTLV="0500"},so.lang.extend(lo.asn1.DERNull,lo.asn1.ASN1Object),lo.asn1.DERObjectIdentifier=function(e){var t=function(e){var t=e.toString(16);return 1==t.length&&(t="0"+t),t},n=function(e){var n="",i=new Dr(e,10),r=i.toString(2),o=7-r.length%7;7==o&&(o=0);for(var a="",s=0;s<o;s++)a+="0";r=a+r;for(s=0;s<r.length-1;s+=7){var l=r.substr(s,7);s!=r.length-7&&(l="1"+l),n+=t(parseInt(l,2))}return n};lo.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT="06",this.setValueHex=function(e){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=e},this.setValueOidString=function(e){if(!e.match(/^[0-9.]+$/))throw"malformed oid string: "+e;var i="",r=e.split("."),o=40*parseInt(r[0])+parseInt(r[1]);i+=t(o),r.splice(0,2);for(var a=0;a<r.length;a++)i+=n(r[a]);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=i},this.setValueName=function(e){var t=lo.asn1.x509.OID.name2oid(e);if(""===t)throw"DERObjectIdentifier oidName undefined: "+e;this.setValueOidString(t)},this.getFreshValueHex=function(){return this.hV},void 0!==e&&("string"===typeof e?e.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(e):this.setValueName(e):void 0!==e.oid?this.setValueOidString(e.oid):void 0!==e.hex?this.setValueHex(e.hex):void 0!==e.name&&this.setValueName(e.name))},so.lang.extend(lo.asn1.DERObjectIdentifier,lo.asn1.ASN1Object),lo.asn1.DEREnumerated=function(e){lo.asn1.DEREnumerated.superclass.constructor.call(this),this.hT="0a",this.setByBigInteger=function(e){this.hTLV=null,this.isModified=!0,this.hV=lo.asn1.ASN1Util.bigIntToMinTwosComplementsHex(e)},this.setByInteger=function(e){var t=new Dr(String(e),10);this.setByBigInteger(t)},this.setValueHex=function(e){this.hV=e},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("undefined"!=typeof e["int"]?this.setByInteger(e["int"]):"number"==typeof e?this.setByInteger(e):"undefined"!=typeof e["hex"]&&this.setValueHex(e["hex"]))},so.lang.extend(lo.asn1.DEREnumerated,lo.asn1.ASN1Object),lo.asn1.DERUTF8String=function(e){lo.asn1.DERUTF8String.superclass.constructor.call(this,e),this.hT="0c"},so.lang.extend(lo.asn1.DERUTF8String,lo.asn1.DERAbstractString),lo.asn1.DERNumericString=function(e){lo.asn1.DERNumericString.superclass.constructor.call(this,e),this.hT="12"},so.lang.extend(lo.asn1.DERNumericString,lo.asn1.DERAbstractString),lo.asn1.DERPrintableString=function(e){lo.asn1.DERPrintableString.superclass.constructor.call(this,e),this.hT="13"},so.lang.extend(lo.asn1.DERPrintableString,lo.asn1.DERAbstractString),lo.asn1.DERTeletexString=function(e){lo.asn1.DERTeletexString.superclass.constructor.call(this,e),this.hT="14"},so.lang.extend(lo.asn1.DERTeletexString,lo.asn1.DERAbstractString),lo.asn1.DERIA5String=function(e){lo.asn1.DERIA5String.superclass.constructor.call(this,e),this.hT="16"},so.lang.extend(lo.asn1.DERIA5String,lo.asn1.DERAbstractString),lo.asn1.DERUTCTime=function(e){lo.asn1.DERUTCTime.superclass.constructor.call(this,e),this.hT="17",this.setByDate=function(e){this.hTLV=null,this.isModified=!0,this.date=e,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return"undefined"==typeof this.date&&"undefined"==typeof this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)),this.hV},void 0!==e&&(void 0!==e.str?this.setString(e.str):"string"==typeof e&&e.match(/^[0-9]{12}Z$/)?this.setString(e):void 0!==e.hex?this.setStringHex(e.hex):void 0!==e.date&&this.setByDate(e.date))},so.lang.extend(lo.asn1.DERUTCTime,lo.asn1.DERAbstractTime),lo.asn1.DERGeneralizedTime=function(e){lo.asn1.DERGeneralizedTime.superclass.constructor.call(this,e),this.hT="18",this.withMillis=!1,this.setByDate=function(e){this.hTLV=null,this.isModified=!0,this.date=e,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)),this.hV},void 0!==e&&(void 0!==e.str?this.setString(e.str):"string"==typeof e&&e.match(/^[0-9]{14}Z$/)?this.setString(e):void 0!==e.hex?this.setStringHex(e.hex):void 0!==e.date&&this.setByDate(e.date),!0===e.millis&&(this.withMillis=!0))},so.lang.extend(lo.asn1.DERGeneralizedTime,lo.asn1.DERAbstractTime),lo.asn1.DERSequence=function(e){lo.asn1.DERSequence.superclass.constructor.call(this,e),this.hT="30",this.getFreshValueHex=function(){for(var e="",t=0;t<this.asn1Array.length;t++){var n=this.asn1Array[t];e+=n.getEncodedHex()}return this.hV=e,this.hV}},so.lang.extend(lo.asn1.DERSequence,lo.asn1.DERAbstractStructured),lo.asn1.DERSet=function(e){lo.asn1.DERSet.superclass.constructor.call(this,e),this.hT="31",this.sortFlag=!0,this.getFreshValueHex=function(){for(var e=new Array,t=0;t<this.asn1Array.length;t++){var n=this.asn1Array[t];e.push(n.getEncodedHex())}return 1==this.sortFlag&&e.sort(),this.hV=e.join(""),this.hV},"undefined"!=typeof e&&"undefined"!=typeof e.sortflag&&0==e.sortflag&&(this.sortFlag=!1)},so.lang.extend(lo.asn1.DERSet,lo.asn1.DERAbstractStructured),lo.asn1.DERTaggedObject=function(e){lo.asn1.DERTaggedObject.superclass.constructor.call(this),this.hT="a0",this.hV="",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(e,t,n){this.hT=t,this.isExplicit=e,this.asn1Object=n,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=n.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,t),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("undefined"!=typeof e["tag"]&&(this.hT=e["tag"]),"undefined"!=typeof e["explicit"]&&(this.isExplicit=e["explicit"]),"undefined"!=typeof e["obj"]&&(this.asn1Object=e["obj"],this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},so.lang.extend(lo.asn1.DERTaggedObject,lo.asn1.ASN1Object);var co,uo,ho=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),po=function(e){function t(n){var i=e.call(this)||this;return n&&("string"===typeof n?i.parseKey(n):(t.hasPrivateKeyProperty(n)||t.hasPublicKeyProperty(n))&&i.parsePropertiesFrom(n)),i}return ho(t,e),t.prototype.parseKey=function(e){try{var t=0,n=0,i=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/,r=i.test(e)?dr.decode(e):hr.unarmor(e),o=_r.decode(r);if(3===o.sub.length&&(o=o.sub[2].sub[0]),9===o.sub.length){t=o.sub[1].getHexStringValue(),this.n=Fr(t,16),n=o.sub[2].getHexStringValue(),this.e=parseInt(n,16);var a=o.sub[3].getHexStringValue();this.d=Fr(a,16);var s=o.sub[4].getHexStringValue();this.p=Fr(s,16);var l=o.sub[5].getHexStringValue();this.q=Fr(l,16);var c=o.sub[6].getHexStringValue();this.dmp1=Fr(c,16);var u=o.sub[7].getHexStringValue();this.dmq1=Fr(u,16);var d=o.sub[8].getHexStringValue();this.coeff=Fr(d,16)}else{if(2!==o.sub.length)return!1;if(o.sub[0].sub){var h=o.sub[1],p=h.sub[0];t=p.sub[0].getHexStringValue(),this.n=Fr(t,16),n=p.sub[1].getHexStringValue(),this.e=parseInt(n,16)}else t=o.sub[0].getHexStringValue(),this.n=Fr(t,16),n=o.sub[1].getHexStringValue(),this.e=parseInt(n,16)}return!0}catch(iN){return!1}},t.prototype.getPrivateBaseKey=function(){var e={array:[new lo.asn1.DERInteger({int:0}),new lo.asn1.DERInteger({bigint:this.n}),new lo.asn1.DERInteger({int:this.e}),new lo.asn1.DERInteger({bigint:this.d}),new lo.asn1.DERInteger({bigint:this.p}),new lo.asn1.DERInteger({bigint:this.q}),new lo.asn1.DERInteger({bigint:this.dmp1}),new lo.asn1.DERInteger({bigint:this.dmq1}),new lo.asn1.DERInteger({bigint:this.coeff})]},t=new lo.asn1.DERSequence(e);return t.getEncodedHex()},t.prototype.getPrivateBaseKeyB64=function(){return lr(this.getPrivateBaseKey())},t.prototype.getPublicBaseKey=function(){var e=new lo.asn1.DERSequence({array:[new lo.asn1.DERObjectIdentifier({oid:"1.2.840.113549.1.1.1"}),new lo.asn1.DERNull]}),t=new lo.asn1.DERSequence({array:[new lo.asn1.DERInteger({bigint:this.n}),new lo.asn1.DERInteger({int:this.e})]}),n=new lo.asn1.DERBitString({hex:"00"+t.getEncodedHex()}),i=new lo.asn1.DERSequence({array:[e,n]});return i.getEncodedHex()},t.prototype.getPublicBaseKeyB64=function(){return lr(this.getPublicBaseKey())},t.wordwrap=function(e,t){if(t=t||64,!e)return e;var n="(.{1,"+t+"})( +|$\n?)|(.{1,"+t+"})";return e.match(RegExp(n,"g")).join("\n")},t.prototype.getPrivateKey=function(){var e="-----BEGIN RSA PRIVATE KEY-----\n";return e+=t.wordwrap(this.getPrivateBaseKeyB64())+"\n",e+="-----END RSA PRIVATE KEY-----",e},t.prototype.getPublicKey=function(){var e="-----BEGIN PUBLIC KEY-----\n";return e+=t.wordwrap(this.getPublicBaseKeyB64())+"\n",e+="-----END PUBLIC KEY-----",e},t.hasPublicKeyProperty=function(e){return e=e||{},e.hasOwnProperty("n")&&e.hasOwnProperty("e")},t.hasPrivateKeyProperty=function(e){return e=e||{},e.hasOwnProperty("n")&&e.hasOwnProperty("e")&&e.hasOwnProperty("d")&&e.hasOwnProperty("p")&&e.hasOwnProperty("q")&&e.hasOwnProperty("dmp1")&&e.hasOwnProperty("dmq1")&&e.hasOwnProperty("coeff")},t.prototype.parsePropertiesFrom=function(e){this.n=e.n,this.e=e.e,e.hasOwnProperty("d")&&(this.d=e.d,this.p=e.p,this.q=e.q,this.dmp1=e.dmp1,this.dmq1=e.dmq1,this.coeff=e.coeff)},t}(no),fo="undefined"!==typeof process?null===(co={NODE_ENV:"production",BASE_URL:"/"})||void 0===co?void 0:co.npm_package_version:void 0,mo=function(){function e(e){void 0===e&&(e={}),e=e||{},this.default_key_size=e.default_key_size?parseInt(e.default_key_size,10):1024,this.default_public_exponent=e.default_public_exponent||"010001",this.log=e.log||!1,this.key=null}return e.prototype.setKey=function(e){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new po(e)},e.prototype.setPrivateKey=function(e){this.setKey(e)},e.prototype.setPublicKey=function(e){this.setKey(e)},e.prototype.decrypt=function(e){try{return this.getKey().decrypt(cr(e))}catch(iN){return!1}},e.prototype.encrypt=function(e){try{return lr(this.getKey().encrypt(e))}catch(iN){return!1}},e.prototype.sign=function(e,t,n){try{return lr(this.getKey().sign(e,t,n))}catch(iN){return!1}},e.prototype.verify=function(e,t,n){try{return this.getKey().verify(e,cr(t),n)}catch(iN){return!1}},e.prototype.getKey=function(e){if(!this.key){if(this.key=new po,e&&"[object Function]"==={}.toString.call(e))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,e);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},e.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},e.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},e.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},e.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},e.version=fo,e}(),go=new Uint8Array(16);function vo(){if(!uo&&(uo="undefined"!==typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!==typeof msCrypto&&"function"===typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),!uo))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return uo(go)}var yo=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function bo(e){return"string"===typeof e&&yo.test(e)}for(var wo=bo,_o=[],Co=0;Co<256;++Co)_o.push((Co+256).toString(16).substr(1));function xo(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(_o[e[t+0]]+_o[e[t+1]]+_o[e[t+2]]+_o[e[t+3]]+"-"+_o[e[t+4]]+_o[e[t+5]]+"-"+_o[e[t+6]]+_o[e[t+7]]+"-"+_o[e[t+8]]+_o[e[t+9]]+"-"+_o[e[t+10]]+_o[e[t+11]]+_o[e[t+12]]+_o[e[t+13]]+_o[e[t+14]]+_o[e[t+15]]).toLowerCase();if(!wo(n))throw TypeError("Stringified UUID is invalid");return n}var So,ko,Eo=xo,Do=0,Ao=0;function Oo(e,t,n){var i=t&&n||0,r=t||new Array(16);e=e||{};var o=e.node||So,a=void 0!==e.clockseq?e.clockseq:ko;if(null==o||null==a){var s=e.random||(e.rng||vo)();null==o&&(o=So=[1|s[0],s[1],s[2],s[3],s[4],s[5]]),null==a&&(a=ko=16383&(s[6]<<8|s[7]))}var l=void 0!==e.msecs?e.msecs:Date.now(),c=void 0!==e.nsecs?e.nsecs:Ao+1,u=l-Do+(c-Ao)/1e4;if(u<0&&void 0===e.clockseq&&(a=a+1&16383),(u<0||l>Do)&&void 0===e.nsecs&&(c=0),c>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Do=l,Ao=c,ko=a,l+=122192928e5;var d=(1e4*(268435455&l)+c)%4294967296;r[i++]=d>>>24&255,r[i++]=d>>>16&255,r[i++]=d>>>8&255,r[i++]=255&d;var h=l/4294967296*1e4&268435455;r[i++]=h>>>8&255,r[i++]=255&h,r[i++]=h>>>24&15|16,r[i++]=h>>>16&255,r[i++]=a>>>8|128,r[i++]=255&a;for(var p=0;p<6;++p)r[i+p]=o[p];return t||Eo(r)}var To=Oo;function Io(e){if(!wo(e))throw TypeError("Invalid UUID");var t,n=new Uint8Array(16);return n[0]=(t=parseInt(e.slice(0,8),16))>>>24,n[1]=t>>>16&255,n[2]=t>>>8&255,n[3]=255&t,n[4]=(t=parseInt(e.slice(9,13),16))>>>8,n[5]=255&t,n[6]=(t=parseInt(e.slice(14,18),16))>>>8,n[7]=255&t,n[8]=(t=parseInt(e.slice(19,23),16))>>>8,n[9]=255&t,n[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,n[11]=t/4294967296&255,n[12]=t>>>24&255,n[13]=t>>>16&255,n[14]=t>>>8&255,n[15]=255&t,n}var Po=Io;function Fo(e){e=unescape(encodeURIComponent(e));for(var t=[],n=0;n<e.length;++n)t.push(e.charCodeAt(n));return t}var $o="6ba7b810-9dad-11d1-80b4-00c04fd430c8",Bo="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function Mo(e,t,n){function i(e,i,r,o){if("string"===typeof e&&(e=Fo(e)),"string"===typeof i&&(i=Po(i)),16!==i.length)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");var a=new Uint8Array(16+e.length);if(a.set(i),a.set(e,i.length),a=n(a),a[6]=15&a[6]|t,a[8]=63&a[8]|128,r){o=o||0;for(var s=0;s<16;++s)r[o+s]=a[s];return r}return Eo(a)}try{i.name=e}catch(r){}return i.DNS=$o,i.URL=Bo,i}function No(e){if("string"===typeof e){var t=unescape(encodeURIComponent(e));e=new Uint8Array(t.length);for(var n=0;n<t.length;++n)e[n]=t.charCodeAt(n)}return Ro(Lo(zo(e),8*e.length))}function Ro(e){for(var t=[],n=32*e.length,i="0123456789abcdef",r=0;r<n;r+=8){var o=e[r>>5]>>>r%32&255,a=parseInt(i.charAt(o>>>4&15)+i.charAt(15&o),16);t.push(a)}return t}function jo(e){return 14+(e+64>>>9<<4)+1}function Lo(e,t){e[t>>5]|=128<<t%32,e[jo(t)-1]=t;for(var n=1732584193,i=-271733879,r=-1732584194,o=271733878,a=0;a<e.length;a+=16){var s=n,l=i,c=r,u=o;n=Wo(n,i,r,o,e[a],7,-680876936),o=Wo(o,n,i,r,e[a+1],12,-389564586),r=Wo(r,o,n,i,e[a+2],17,606105819),i=Wo(i,r,o,n,e[a+3],22,-1044525330),n=Wo(n,i,r,o,e[a+4],7,-176418897),o=Wo(o,n,i,r,e[a+5],12,1200080426),r=Wo(r,o,n,i,e[a+6],17,-1473231341),i=Wo(i,r,o,n,e[a+7],22,-45705983),n=Wo(n,i,r,o,e[a+8],7,1770035416),o=Wo(o,n,i,r,e[a+9],12,-1958414417),r=Wo(r,o,n,i,e[a+10],17,-42063),i=Wo(i,r,o,n,e[a+11],22,-1990404162),n=Wo(n,i,r,o,e[a+12],7,1804603682),o=Wo(o,n,i,r,e[a+13],12,-40341101),r=Wo(r,o,n,i,e[a+14],17,-1502002290),i=Wo(i,r,o,n,e[a+15],22,1236535329),n=qo(n,i,r,o,e[a+1],5,-165796510),o=qo(o,n,i,r,e[a+6],9,-1069501632),r=qo(r,o,n,i,e[a+11],14,643717713),i=qo(i,r,o,n,e[a],20,-373897302),n=qo(n,i,r,o,e[a+5],5,-701558691),o=qo(o,n,i,r,e[a+10],9,38016083),r=qo(r,o,n,i,e[a+15],14,-660478335),i=qo(i,r,o,n,e[a+4],20,-405537848),n=qo(n,i,r,o,e[a+9],5,568446438),o=qo(o,n,i,r,e[a+14],9,-1019803690),r=qo(r,o,n,i,e[a+3],14,-187363961),i=qo(i,r,o,n,e[a+8],20,1163531501),n=qo(n,i,r,o,e[a+13],5,-1444681467),o=qo(o,n,i,r,e[a+2],9,-51403784),r=qo(r,o,n,i,e[a+7],14,1735328473),i=qo(i,r,o,n,e[a+12],20,-1926607734),n=Yo(n,i,r,o,e[a+5],4,-378558),o=Yo(o,n,i,r,e[a+8],11,-2022574463),r=Yo(r,o,n,i,e[a+11],16,1839030562),i=Yo(i,r,o,n,e[a+14],23,-35309556),n=Yo(n,i,r,o,e[a+1],4,-1530992060),o=Yo(o,n,i,r,e[a+4],11,1272893353),r=Yo(r,o,n,i,e[a+7],16,-155497632),i=Yo(i,r,o,n,e[a+10],23,-1094730640),n=Yo(n,i,r,o,e[a+13],4,681279174),o=Yo(o,n,i,r,e[a],11,-358537222),r=Yo(r,o,n,i,e[a+3],16,-722521979),i=Yo(i,r,o,n,e[a+6],23,76029189),n=Yo(n,i,r,o,e[a+9],4,-640364487),o=Yo(o,n,i,r,e[a+12],11,-421815835),r=Yo(r,o,n,i,e[a+15],16,530742520),i=Yo(i,r,o,n,e[a+2],23,-995338651),n=Go(n,i,r,o,e[a],6,-198630844),o=Go(o,n,i,r,e[a+7],10,1126891415),r=Go(r,o,n,i,e[a+14],15,-1416354905),i=Go(i,r,o,n,e[a+5],21,-57434055),n=Go(n,i,r,o,e[a+12],6,1700485571),o=Go(o,n,i,r,e[a+3],10,-1894986606),r=Go(r,o,n,i,e[a+10],15,-1051523),i=Go(i,r,o,n,e[a+1],21,-2054922799),n=Go(n,i,r,o,e[a+8],6,1873313359),o=Go(o,n,i,r,e[a+15],10,-30611744),r=Go(r,o,n,i,e[a+6],15,-1560198380),i=Go(i,r,o,n,e[a+13],21,1309151649),n=Go(n,i,r,o,e[a+4],6,-145523070),o=Go(o,n,i,r,e[a+11],10,-1120210379),r=Go(r,o,n,i,e[a+2],15,718787259),i=Go(i,r,o,n,e[a+9],21,-343485551),n=Vo(n,s),i=Vo(i,l),r=Vo(r,c),o=Vo(o,u)}return[n,i,r,o]}function zo(e){if(0===e.length)return[];for(var t=8*e.length,n=new Uint32Array(jo(t)),i=0;i<t;i+=8)n[i>>5]|=(255&e[i/8])<<i%32;return n}function Vo(e,t){var n=(65535&e)+(65535&t),i=(e>>16)+(t>>16)+(n>>16);return i<<16|65535&n}function Ho(e,t){return e<<t|e>>>32-t}function Uo(e,t,n,i,r,o){return Vo(Ho(Vo(Vo(t,e),Vo(i,o)),r),n)}function Wo(e,t,n,i,r,o,a){return Uo(t&n|~t&i,e,t,r,o,a)}function qo(e,t,n,i,r,o,a){return Uo(t&i|n&~i,e,t,r,o,a)}function Yo(e,t,n,i,r,o,a){return Uo(t^n^i,e,t,r,o,a)}function Go(e,t,n,i,r,o,a){return Uo(n^(t|~i),e,t,r,o,a)}var Ko=No,Xo=Mo("v3",48,Ko),Zo=Xo;function Jo(e,t,n){e=e||{};var i=e.random||(e.rng||vo)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){n=n||0;for(var r=0;r<16;++r)t[n+r]=i[r];return t}return Eo(i)}var Qo=Jo;function ea(e,t,n,i){switch(e){case 0:return t&n^~t&i;case 1:return t^n^i;case 2:return t&n^t&i^n&i;case 3:return t^n^i}}function ta(e,t){return e<<t|e>>>32-t}function na(e){var t=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"===typeof e){var i=unescape(encodeURIComponent(e));e=[];for(var r=0;r<i.length;++r)e.push(i.charCodeAt(r))}else Array.isArray(e)||(e=Array.prototype.slice.call(e));e.push(128);for(var o=e.length/4+2,a=Math.ceil(o/16),s=new Array(a),l=0;l<a;++l){for(var c=new Uint32Array(16),u=0;u<16;++u)c[u]=e[64*l+4*u]<<24|e[64*l+4*u+1]<<16|e[64*l+4*u+2]<<8|e[64*l+4*u+3];s[l]=c}s[a-1][14]=8*(e.length-1)/Math.pow(2,32),s[a-1][14]=Math.floor(s[a-1][14]),s[a-1][15]=8*(e.length-1)&4294967295;for(var d=0;d<a;++d){for(var h=new Uint32Array(80),p=0;p<16;++p)h[p]=s[d][p];for(var f=16;f<80;++f)h[f]=ta(h[f-3]^h[f-8]^h[f-14]^h[f-16],1);for(var m=n[0],g=n[1],v=n[2],y=n[3],b=n[4],w=0;w<80;++w){var _=Math.floor(w/20),C=ta(m,5)+ea(_,g,v,y)+b+t[_]+h[w]>>>0;b=y,y=v,v=ta(g,30)>>>0,g=m,m=C}n[0]=n[0]+m>>>0,n[1]=n[1]+g>>>0,n[2]=n[2]+v>>>0,n[3]=n[3]+y>>>0,n[4]=n[4]+b>>>0}return[n[0]>>24&255,n[0]>>16&255,n[0]>>8&255,255&n[0],n[1]>>24&255,n[1]>>16&255,n[1]>>8&255,255&n[1],n[2]>>24&255,n[2]>>16&255,n[2]>>8&255,255&n[2],n[3]>>24&255,n[3]>>16&255,n[3]>>8&255,255&n[3],n[4]>>24&255,n[4]>>16&255,n[4]>>8&255,255&n[4]]}var ia=na,ra=Mo("v5",80,ia),oa=ra,aa={v1:To,v3:Zo,v4:Qo,v5:oa};function sa(e){let t=new mo;t.setPublicKey(la("4ADS20wxtyAw"));let n=t.encrypt(e);return n}function la(e){return!!Object.prototype.toString.call(e)&&ca("M1Fw3wD5QYJKoZIhvcNAQEBBQADSwAwSAJBAPWZswFK/6")}function ca(e){if(Object.prototype.toString.call(e)){let t=e.replace(new RegExp("1","g"),""),n=t.replace(new RegExp("3","g"),""),i=n.replace(new RegExp("5","g"),"");return ua("AJB5APWZ"+i)}return!1}function ua(e){if(Object.prototype.toString.call(e)){let t="++m2Kx72j8q73mLKCxi72MZG6knk7vQAz9Ed4SgbJ67juHT7Km",n=t.split("").reverse().join(""),i=n.split("").reverse().join(""),r=i.replace(new RegExp("3m","g"),""),o=r.replace(new RegExp("6k","g"),""),a=o.replace(new RegExp("gb","g"),"");return da(e.slice(8)+a)}return!1}function da(e){if(Object.prototype.toString.call(e)){let t="7kdTklfaAsccYCeQbhDr7Cd8mWFleQtVKM6mM90CAwEAAQ==",n=t.replace(new RegExp("cc","g"),""),i=n.replace(new RegExp("8m","g"),""),r="hDr7Cd98mWF"+i.replace(new RegExp("90","g"),"");return e.split("").reverse().join("").split("").reverse().join("")+r.slice(11)}return!1}let ha="",pa="";function fa(e){if(null!==e){if(Array.isArray(e))for(let t=0;t<e.length;t++)null===e[t]?e[t]=void 0:"object"===typeof e[t]&&fa(e[t]);else if("object"===typeof e)for(const t in e)e.hasOwnProperty(t)&&(null===e[t]?e[t]=void 0:"object"===typeof e[t]&&fa(e[t]));return e}}function ma(e){pa=e,localStorage.setItem("EDMDefaultEnv",e),"dev"===e||"development"===e||"test"===e||"pre"===e?ha="https://apipre.wotohub.com":"prod"!==e&&"production"!==e||(ha="https://api-prd.wotohub.com/")}const ga=Sn.create({baseURL:"",timeout:25e4});ga.interceptors.request.use((function(e){const t=(new Date).getTime(),n=Pn()+t;let i=aa.v4();const r=e.params||e.data;fa(r);let o={},a="";r?(o=jn(e.url,n,t,r,i,e.method),a=o.hmacBytes):(o=jn(e.url,n,t,null,i,e.method),a=o.hmacBytes),e.baseURL=pa?ha:"https://apipre.wotohub.com",e.headers["appkey"]=sa(i),e.headers["timestamp"]=t,e.headers["nonce"]=n,e.headers["cookieid"]=a,e.headers["sign"]=zn(r).hmacBytes,e.headers["token"]=localStorage.getItem("token"),e.headers["Content-Type"]="application/json",e.config&&e.config.contentType&&"formData"===e.config.contentType&&(e.headers["Content-Type"]="multipart/form-data");let s=localStorage.getItem("sourceApp");return s&&(e.headers["sourceApp"]=localStorage.getItem("sourceApp")),localStorage.getItem("token")&&(e.headers["token"]=localStorage.getItem("token")),localStorage.getItem("Authorization")&&(e.headers["Authorization"]=localStorage.getItem("Authorization")),localStorage.getItem("dss_token")&&(e.headers["dss-token"]=localStorage.getItem("dss_token")),e}),(function(e){return Promise.reject(e)})),ga.interceptors.response.use((function(e){503===e.status&&alert("服务器不可用,请联系管理员"),200!==e.status&&0!==e.status||("1006"===e.data.code||"用户未登录"===e.data.message)&&(localStorage.removeItem("user_info"),localStorage.removeItem("user_equity"),localStorage.removeItem("token"),localStorage.removeItem("dss_token"),localStorage.removeItem("referrer"),localStorage.removeItem("isRemindUnlock"),localStorage.removeItem("inboxPage"),localStorage.removeItem("outboxPage"),localStorage.removeItem("omaToken"),localStorage.removeItem("oma_token"),["www.wotohub.com","pre-hub.kuku.info"].includes(window.location.host)&&(window.location.href="/login"));try{if("object"===typeof e.data&&e.data.hasOwnProperty("code")&&0!=e.data.code){const t=JSON.parse(localStorage.getItem("user_info")||"{}"),n=t.user_id?t.user_id+"_":"";throw new Error(n+e.request.responseURL+e.request.responseText||e.data.code)}}catch(ul){console.error("An error occurred:",ul),Sa(ul)}return e.data}),(function(e){return Promise.reject(e)}));const va=(e,t)=>new Promise(((n,i)=>{ga.get(e,{params:t}).then((e=>{n(e)})).catch((e=>{i(e)}))})),ya=(e,t)=>new Promise(((n,i)=>{ga.delete(e,{params:t}).then((e=>{n(e)})).catch((e=>{i(e)}))})),ba=(e,t)=>new Promise(((n,i)=>{ga.delete(e,{data:t}).then((e=>{n(e)})).catch((e=>{i(e)}))})),wa=(e,t,n)=>new Promise(((i,r)=>{ga.post(e,t,{responseType:n?"blob":"json"}).then((e=>{i(e)})).catch((e=>{r(e)}))})),_a=(e,t)=>new Promise(((n,i)=>{ga.put(e,t).then((e=>{n(e)})).catch((e=>{i(e)}))})),Ca=(e,t,n)=>ga({method:"post",url:e,data:t,onUploadProgress:n,config:{contentType:"formData"},headers:{"Content-Type":"multipart/form-data"}}),xa=localStorage.getItem("EDMDefaultEnv");function Sa(e){"dev"!==xa&&Xi.reportFrameErrors({service:"wotohubService",serviceVersion:"10.1.0",traceSDKInternal:!0,pagePath:location.href,useFmp:!0,collector:location.origin,jsErrors:!0,apiErrors:!0,resourceErrors:!0,autoTracePerf:!0,enableSPA:!0,detailMode:!0,noTraceOrigins:[],traceTimeInterval:6e4,vue:Yn()},e)}"dev"!==xa&&Xi.register({service:"wotohubService",serviceVersion:"10.1.0",traceSDKInternal:!0,pagePath:location.href,useFmp:!0,collector:location.origin,jsErrors:!0,apiErrors:!0,resourceErrors:!0,autoTracePerf:!0,enableSPA:!0,detailMode:!0,noTraceOrigins:[],vue:Yn()});const ka=Sn.create({baseURL:"https://dss-apis.kuku.info"});ka.interceptors.request.use((e=>{if(e.data)for(const t in e.data)Da(e.data[t])&&delete e.data[t];if(e.params)for(const t in e.params)Da(e.params[t])&&delete e.params[t];return Vi.getters.token&&(e.headers["Authorization"]="Bearer "+Gi()),e}),(e=>Promise.reject(e))),ka.interceptors.response.use((e=>{const t=e.data;try{if("object"===typeof e.data&&e.data.hasOwnProperty("code")&&0!=e.data.code){const t=JSON.parse(localStorage.getItem("user_info")||"{}"),n=t.user_id?t.user_id+"_":"";throw new Error(n+e.request.responseURL+e.request.responseText||e.data.code)}}catch(ul){console.error("An error occurred:",ul),Sa(ul)}return Promise.resolve(t)}),(e=>(100003===e.response.data.code?(0,Wn.Message)({message:e.response.data.message,type:"error",duration:5e3}):(0,Wn.Message)({message:e.response.data.message?e.response.data.message:"网络错误,请稍后再试~",type:"error",duration:5e3}),Promise.reject(e))));var Ea=ka;function Da(e){return"undefined"===typeof e||null===e||""===e}async function Aa(e){let t=await wa("/user/userSystem/loginWithPassword",e);return t.data}function Oa(e){return Ea({url:"https://dss-apis.kuku.info/user/account/password",method:"POST",data:e})}async function Ta(e){let t=await Un("https://api.kuku.info/koc/task/search",e);return t.data}async function Ia(){let e=await Un("http://192.168.4.10:9528/writeEmail",{});return e.data}async function Pa(e){let t={sourceApp:"hub",bloggerName:"",subject:"",taskName:"",type:"",currentPage:1,pageSize:10},n=await Un("http://192.168.4.10:8080/edm/mail/selOutbox",t);return n.data}var Fa={name:"edm-button",created(){},methods:{test(){let e='<html>\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=gb2312">\n <style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>\n </head>\n <body dir="ltr">\n <div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">\n This is a great project. I like it very much. Can you tell me the specific way of cooperation?\n </div>\n <div id="appendonsend"></div>\n <hr style="display:inline-block;width:98%" tabindex="-1">\n <div id="divRplyFwdMsg" dir="ltr">\n <font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>发件人:</b> e9f2b200-3423-11ef-85f0-525400450766@viralpromotors.com <e9f2b200-3423-11ef-85f0-525400450766@viralpromotors.com> 代表 marywrogers@viralpromotors.com <marywrogers@viralpromotors.com><br><b>发送时间:</b> 2024年6月27日 9:23<br><b>收件人:</b> lectmaha <lectmaha@hotmail.com><br><b>主题:</b> Business inquiry-Hisense wants collaboration-allhostaria</font>\n <div>\n \n </div>\n </div>\n <div>\n <p style="text-align:left"><span style="font-size:14px">Hi allhostaria,</span></p>\n <p style="text-align:left"><span style="font-size:14px">Hope this email finds you well.</span></p>\n <p style="text-align:left"><span style="font-size:14px">This is Anna from Wotokol, a famous influencer marketing company that connects international influencers and world-famous brands from China.</span></p>\n <p style="text-align:left"><span style="font-size:14px">You do really great content on your channel and here\'s a campaign that I\'d like to invite you to join.</span></p>\n <p style="text-align:left"><br></p>\n <p style="text-align:left"><span style="font-size:14px">Here is the info about this activity:</span></p>\n <p style="text-align:left"><span style="font-size:14px">Brand: Hisense </span><a href="https://sctrack.sendcloud.net/track/click2/eNolj8FuwyAQRP8FpTeC2TWsza39jipCeE1qK8RUAZ-q_ntwoj2sZuZpR_uNoyU7SCGkgAGcsWB6bONB9w7JO2cJ_ThoqwqfQXvnjfZA5rxuU963WZ9S5HoPS_hccttrUpzvQmopllp_y0f_1XU_KU8hqWUtcSvxALoXcQ2pxFZtBjWOClGBoSbrYz_cI2AmRDMb5wA0BeoBeQIOzMhXMm-qcH0Evql2feaU91ltsQr59y_fXzTo8gRda0GI.html" target="_blank"><span style="color:rgb(120,6,80); font-size:14px">https://global.hisense.com/</span></a></p>\n <p style="text-align:left"><span style="font-size:14px">Product models for different countries:</span></p>\n <p style="text-align:left"><span style="font-size:14px"><u>US:</u></span><span style="font-size:14px"> Hisense 100" Class U76 4K Google TV 100U76N Hisense (hisense-usa.com), Hisense 100" L9 Series TriChroma Laser TV (100L9H-DLT100C) (hisense-usa.com)</span></p>\n <p style="text-align:left"><span style="font-size:14px"><u>UK:</u></span><span style="font-size:14px"> Mini-LED Smart TV - 100U7KQTUK - Hisense, 4K Smart Laser TV - 120L9HTUKA - Hisense</span></p>\n <p style="text-align:left"><span style="font-size:14px">Deliverables: one 5-8 mins dedicated YTB video + video commercial usage rights for 3 months</span></p>\n <p style="text-align:left"><span style="font-size:14px">Post time: July 7-July 14, 2024</span></p>\n <p style="text-align:left"><br></p>\n <p style="text-align:left"><span style="font-size:14px">One of the products will be given to you, please let me know your rate for this collab if you\'re interested.</span></p>\n <p style="text-align:left"><span style="font-size:14px">Please feel free to contact me if you have any questions, hope to hear from you soon.</span></p>\n <p style="text-align:left"><br></p>\n <p style="text-align:left"><span style="font-size:14px">Best Regards,</span></p>\n <p style="text-align:left"><span style="font-size:14px">Anna Chen</span></p>\n <div style="display:flex; overflow-x:auto"></div>\n <div>\n <br><img width="1px" height="1px" src="https://pixel.xin/collect.gif?trace_id=pixel_667cbf27e4b0b64ffa8b634c">\n </div>\n <table cellpadding="0" cellspacing="0" border="0" width="100%">\n <tbody>\n <tr>\n <td align="center" style="overflow:hidden; font-size:0; padding:0; margin:0; line-height:0"><img alt="" style="width:0; height:0" src="https://sctrack.sendcloud.net/track/open2/eNolTs0KwyAYexfZ0YpaP39ue48xxH46WuYUqj2NvfssJYeQEJI8pAUNhhJCiTDCKRBqlgNe8NlJ7Z0DLb01HFjDSXDvvOJeaDVtZalHifyWE_ZPWMN9rYO3zLB-COUD5BVyS6NaGWYtk5IJpYfs-3G65-aCBpzEqCAugo9RjDw6GCckaAxXqmHfA75ZSyVirkdkJXVCvz96vRyh5x_lOzaT.gif"></td>\n </tr>\n </tbody>\n </table>\n <center>\n <table width="100%" align="center" style="max-width:900px; margin:0 auto; width:100%">\n <tbody>\n <tr align="center">\n </tr>\n <tr align="center">\n <td width="560" style="border-top:1px #e5e5e5 solid; padding-top:15px; padding-bottom:15px">\n <table border="0" cellspacing="0" cellpadding="0" align="center">\n <tbody>\n <tr>\n <td style="background-color:#ddd; border:1px #ddd solid; border-radius:4px; padding:3px 15px; text-align:center"><a href="https://sctrack.sendcloud.net/track/unsubscribe2.do?p=eNptTssKAjEM_JfisVua9H3zP0RKt63sYt3CPk7ivxv1KjOQZMhMckFvrHGcMc7AQdAGtEJCBKkC2hiCsRi9k0ZseQAZQ9QygtXDvIz9WIo8tZr3R5rSeepU5yZyfzAuCeyW2lYpWjvhvUAUoC2N-3qQOsD37H87UwZzwVB1Skp7byEZGEsoNVGj8JNK3PK-pnwXW11Kbv0oYqk7488X__1PS9c3Zbc_0g%3D%3D" target="_blank" rel="noopener" style="color:#a6a6a6; background:#ddd; font-size:12px; text-decoration:none">点击这里取消订阅<br>\n click to unsubscribe</a></td>\n </tr>\n </tbody>\n </table></td>\n </tr>\n </tbody>\n </table>\n </center>\n </div>\n </body>\n</html>';e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<[^>]+>/g,""),e=e.replace(new RegExp(" ","g")," "),console.log(e)},getData(){login()},change(){Pa();let e={id:"theme-hub"};l(e)},handleTest1(){},change1(){let e={id:"theme-dss"};l(e)},handleLoginHub(){localStorage.setItem("sourceApp","hub"),Aa({mobileOrEmail:"18270829507",password:"tm123456789"}).then((e=>{e&&(alert("登陆成功"),e.token&&(localStorage.setItem("token",e.token),Ki(e.token)))}))},handleLoginDSS(){localStorage.setItem("sourceApp","dss"),Oa({login_account:"tankangkang0147",password:"123123123"}).then((e=>{0===e.code&&(localStorage.setItem("Authorization","Bearer "+e.data.token),Ki(e.token))}))},handleGetlist(){Ta({page:1,aa:"1"}).then((e=>{}))},getCros(){alert(1),Ia()}}},$a=Fa;function Ba(e,t,n,i,r,o,a,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),i&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),a?(l=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},c._ssrRegister=l):r&&(l=s?function(){r.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:r),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:c}}var Ma=Ba($a,o,a,!1,null,"8e4e787e",null),Na=Ma.exports,Ra=function(){var e=this,t=e._self._c;return t("div",{staticClass:"inbox-container"},[t("div",{staticClass:"search-box"},[t("el-row",{attrs:{gutter:16}},[t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.bloggerName")))]),t("el-input",{attrs:{placeholder:e.$t("inboxMail.search.default"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.title")))]),t("el-input",{attrs:{placeholder:e.$t("inboxMail.search.default"),clearable:""},model:{value:e.searchForm.subject,callback:function(t){e.$set(e.searchForm,"subject",t)},expression:"searchForm.subject"}})],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.target")))]),t("el-input",{attrs:{placeholder:e.$t("inboxMail.search.default"),clearable:""},model:{value:e.searchForm.popularizePlanName,callback:function(t){e.$set(e.searchForm,"popularizePlanName",t)},expression:"searchForm.popularizePlanName"}})],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.tagName")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",multiple:"","collapse-tags":"",filterable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},on:{change:e.handleTagChange},model:{value:e.searchForm.selectTag,callback:function(t){e.$set(e.searchForm,"selectTag",t)},expression:"searchForm.selectTag"}},e._l(e.tags,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1)])],1),t("el-row",{staticClass:"second-row",attrs:{gutter:16}},[t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.isStar")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.all")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.starred")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.isRead")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.isRead,callback:function(t){e.$set(e.searchForm,"isRead",t)},expression:"searchForm.isRead"}},[t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.unRead")}}),t("el-option",{attrs:{value:2,label:e.$t("inboxMail.search.read")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.isReply")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.isReply,callback:function(t){e.$set(e.searchForm,"isReply",t)},expression:"searchForm.isReply"}},[t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.replyTrue")}}),t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.replyFalse")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.replayTime")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.timeRange,callback:function(t){e.$set(e.searchForm,"timeRange",t)},expression:"searchForm.timeRange"}},[t("el-option",{attrs:{value:"1",label:e.$t("inboxMail.search.time1")}}),t("el-option",{attrs:{value:"2",label:e.$t("inboxMail.search.time2")}}),t("el-option",{attrs:{value:"3",label:e.$t("inboxMail.search.time3")}})],1)],1)])],1),t("el-row",{staticClass:"second-row last-row",attrs:{gutter:16}},[t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.sysEmail")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.businessEmail")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-btn"},[t("el-button",{staticStyle:{width:"80px"},attrs:{size:"small",type:"primary"},on:{click:function(t){e.searchForm.currentPage=1,e.init()}}},[e._v(e._s(e.$t("inboxMail.searchButton.search")))]),t("el-button",{staticStyle:{width:"80px"},attrs:{size:"small"},on:{click:e.reset}},[e._v(e._s(e.$t("inboxMail.search.reset")))])],1)])],1)],1),t("div",{staticClass:"mail-wrap legacy relative"},[t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.init()}}},[t("el-tooltip",{staticClass:"item1",attrs:{"popper-class":"wt-tooltip-mail",content:e.$t("edm5.v1"),placement:"top"}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})])],1),t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.del()}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$t("edm5.v2"),placement:"top"}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])],1),t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.setUnRead()}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.setUnRead"),placement:"top"}},[t("i",{staticClass:"dss-iconfont relative icon-unread mail-unread mail-status"})])],1),t("div",{staticClass:"tool-item",on:{click:e.multiReply}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.batchReply"),placement:"top"}},[t("i",{staticClass:"dss-iconfont icon-plhf"})])],1)])]),t("div",{ref:"mail",staticClass:"mail-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"table",style:{"min-height":`${e.tableHeight}px`},attrs:{data:e.tableData,"header-cell-class-name":e.headCellClass,"cell-class-name":e.cellClass,"row-class-name":e.rowClass,"row-key":e.getRowKeys},on:{"selection-change":e.switchMail,"row-contextmenu":e.rightClick}},[t("el-table-column",{attrs:{"reserve-selection":!0,type:"selection",align:"center",width:"48"}}),e._e(),t("el-table-column",{attrs:{width:"45"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("span",{on:{click:function(t){return t.stopPropagation(),e.isFavorites(n)}}},[t("i",{class:0===n.isStar?"start-icon pm-iconfont icon-star0":"start-icon pm-iconfont icon-star1 starcolor"})])]}}])}),t("el-table-column",{attrs:{width:"45"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return["1"===n.mailStatus?t("span",[t("i",{staticClass:"dss-iconfont icon-contact2",style:{color:e.primary}})]):e._e(),"2"===n.mailStatus?t("span",{on:{click:function(t){return e.changeRead(n)}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.setUnRead"),placement:"top"}},[t("i",{staticClass:"dss-iconfont relative icon-read-2 mail-read"})])],1):e._e()]}}])}),t("el-table-column",{attrs:{width:"70"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[1===n.isReply?t("span",[e._v(" "+e._s(e.$t("inboxMail.search.replyTrue"))+" ")]):t("span")]}}])}),t("el-table-column",{attrs:{width:"140"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("p",{staticClass:"beyond_eip",class:1===n.isRead?"font-bold .text-gray-700":"",on:{click:function(t){return e.skipDetail(n)}}},[e._v(" "+e._s(n.bloggerName)+" ")])]}}])}),t("el-table-column",{attrs:{width:"140"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-task flex items-center"},[""!==n.popularizePlanName&&null!==n.popularizePlanName?[t("i",{staticClass:"dss-iconfont icon-task",staticStyle:{"font-size":"22px"},style:{color:2===n.isRead?"#999999":"#FF5277"}}),t("span",{staticClass:"beyond_eip",class:1===n.isRead?"font-bold text-gray-700":"",attrs:{title:n.popularizePlanName},on:{click:function(t){return e.skipPlan(n)}}},[e._v(e._s(n.popularizePlanName))])]:t("span",[e._v(e._s(e.$t("inboxMail.search.noTask")))])],2)]}}])}),t("el-table-column",{ref:"a1",scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-main"},[1===n.isAttachment?t("i",{staticClass:"dss-iconfont icon-file-3",staticStyle:{"margin-right":"2px"}}):e._e(),t("span",{staticClass:"mail-subject beyond_eip mr8",class:1===n.isRead?"font-bold text-gray-700":"",on:{click:function(t){return e.skipDetail(n)}}},[e._v(e._s(n.subject))]),t("span",{staticClass:"mail-content beyond_eip ml6 mr16",staticStyle:{color:"#999999"},domProps:{innerHTML:e._s(e.filterHtmlTag(n.content))},on:{click:function(t){return e.skipDetail(n)}}}),t("div",{ref:"mailTagList",staticClass:"mail-tag"},e._l(n.tagList,(function(i,r){return t("div",{key:r,staticClass:"mail-tag-item inbox-item",style:{color:"#fff",background:i.tagColor},attrs:{title:i.tagName},on:{click:function(t){return e.handleBindTag(n,i)}}},[e._v(" "+e._s(i.tagName.length>6?i.tagName.slice(0,6)+" ...":i.tagName)+" "),t("i",{staticClass:"el-icon-close inbox-icon-close"})])})),0),t("div",{staticClass:"add-block"}),t("div",{staticClass:"tag-add"},[t("span",{staticClass:"tag-btn",staticStyle:{"font-size":"12px"},on:{click:function(t){return e.addMailTag(n)}}},[t("span",[e._v("+")]),e._v(" "+e._s(e.$t("inboxTable.addTag")))])])])]}}])}),t("el-table-column",{attrs:{width:"160"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("p",{staticStyle:{color:"#666666"},on:{click:function(t){return e.skipDetail(n)}}},[e._v(" "+e._s(n.createTime)+" ")])]}}])})],1)],1),t("div",{staticClass:"mail-foot mb16"},[e.tableTotal>0?t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,total:e.tableTotal,"page-size":e.searchForm.pageSize,background:"",layout:"total, sizes, prev, pager, next, jumper"},on:{"update:currentPage":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:current-page":function(t){return e.$set(e.searchForm,"currentPage",t)},"current-change":e.changePage,"size-change":e.changeSize}}):e._e()],1)]),e.isShowSettag?t("AddTagsDialog",{attrs:{isShowDialog:e.isShowSettag,defaultTag:e.selectedTags},on:{updateTag:e.updateTag,closeAddTagsDialog:function(t){e.isShowSettag=!1}}}):e._e(),t("el-dialog",{attrs:{title:e.$t("inboxTable.tip"),visible:e.dialogVisible,width:"420px","show-close":!0},on:{"update:visible":function(t){e.dialogVisible=t}}},[t("div",{staticClass:"delete-shield",staticStyle:{display:"flex"}},[t("i",{staticClass:"delete-shield-icon el-icon-warning"}),t("div",{staticStyle:{display:"flex","flex-direction":"column"}},[t("span",[e._v(e._s(e.$t("inboxTable.delMail"))+"?")]),t("span",[e._v(e._s(e.$t("inboxTable.deleteTip")))])])]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small"},on:{click:function(t){e.dialogVisible=!1}}},[e._v(e._s(e.$t("inboxTable.cancel")))]),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.handleConfirmDel}},[e._v(e._s(e.$t("inboxTable.confirm")))]),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.handleDelShield}},[e._v(e._s(e.$t("inboxTable.delShieldBtn")))])],1)])],1)},ja=[];i(4520),i(1454);async function La(e){let t=await wa("/edm/inbox/selInbox",e);return"0"===t.code?t.data:null}async function za(e){let t=await wa("/edm/inbox/setBatchAsUnread",e);return t}async function Va(){let e=await va("/edm/inbox/mailRemind");return e?e.data:null}async function Ha(e){let t=await _a("/edm/inbox/signRead",e);return!!t.success||null}async function Ua(e){let t=await ba("/edm/inbox/delInbox",e);return t.success}async function Wa(e){let t=await ba("/edm/inbox/delInboxAndShield",e);return t.success}async function qa(e){let t=await _a("/edm/inbox/starInbox",e);return t.success}async function Ya(e){let t=await va(`/edm/inbox/inboxDetail/${e}`);return t.success?t.data:null}async function Ga(e){let t=await va(`/edm/inbox/inboxDialogue/${e}`);return t.success?t.data:(Wn.Message.error(t.message),null)}async function Ka(e){let t=await ba("/edm/inbox/delOneMail",e);return t||null}async function Xa(e){let t=await _a("/edm/tag/bindTag",e);return"0"===t.code||null}async function Za(){let e=await va("/edm/tag/tags"),t=[{id:10464,tag:"很有希望",tagColor:"#1F81FF",tagType:2},{id:10465,tag:"系统标签1",tagColor:"#1F81FF",tagType:1},{id:10466,tag:"自定义标签3",tagColor:"#1F81FF",tagType:1},{id:10467,tag:"自定义标签2",tagColor:"#1F81FF",tagType:2},{id:10468,tag:"自定义标签1",tagColor:"#1F81FF",tagType:2}];return"0"===e.code?e.data:t}async function Ja(e){let t=await wa("/edm/mail/preUpload",e);return t||null}async function Qa(e){let t=await wa("/edm/mail/preAbroadUpload",e);return t||null}async function es(e,t,n){return await Ca(e,t,n)}async function ts(e){let t=await wa("/edm/outboxV2/multiReply",e);return t}function ns(e){return wa("/woto-crm/plan/planListToAdd",e)}function is(e){return va(`/edm/inbox/inboxCrmData/${e}`)}function rs(e){return wa("/woto-crm/planBlog/updatePlanBlogStatus",e)}function os(){return va("/user/equity/userAiPoint")}function as(e){return va(`/edm/inbox/emailSummary/${e}`)}function ss(e){return va(`/edm/inbox/emailSummary/generate/${e}`)}function ls(e){return va(`/edm/inbox/smartReply/${e}`)}function cs(e){return va(`/edm/inbox/keyInformation/${e}`)}function us(e){return va(`/edm/inbox/keyInformation/extract/${e}`)}function ds(e){return wa("/edm/outbox/aiReply2Write/save",e)}function hs(e){return wa("/user/info/addBlogInfo",e)}function ps(e){return wa("/edm/inbox/aiUserFeedBack/save",e)}function fs(e){return va(`/edm/inbox/aiUserFeedBack/${e}`)}function ms(e){return wa("/woto-crm/planBlog/batchMovePlanBlog",e)}function gs(e){return wa("/edm/inbox/refreshInboxCrm",e)}function vs(e){return va(`/edm/inbox/aiReplyStrategy/generate/${e}`)}function ys(){return va("/edm/ai/aiEmailStrategy/get")}function bs(e){return va(`/edm/inbox/emailStrategy/${e}`)}function ws(){return va("/edm/dictionary/languages/get")}function _s(){return va("/edm/dictionary/tones/get")}function Cs(e){return wa("/edm/inbox/smartReply/generate",e)}function xs(e){return va("/edm/qiye/mailOwnerCheck",e)}function Ss(e){return wa("/woto-crm/planBlog/addPlanBlog",e)}function ks(e){return va("/edm/tag/searchTags",e)}function Es(e){return ya(`/edm/tag/delTag/${e}`)}function Ds(e){return wa("/edm/tag/addSign",e)}function As(e){return va("/user/hubUser/sonFather",e)}function Os(e){return va("/edm/template/templates",e)}var Ts=function(){var e=this,t=e._self._c;return t("div",{staticClass:"wrap"},["inbox"===e.searchType?t("div",{staticClass:"search"},[e._l(e.inbox,(function(n,i){return t("div",{key:i,staticClass:"search-item"},[t("span",[e._v(e._s(e.$t(n.key)))]),t("div",[t("el-input",{attrs:{placeholder:"请输入内容",clearable:""},model:{value:e.query[n.key],callback:function(t){e.$set(e.query,n.key,t)},expression:"query[item.key]"}})],1)])})),t("div",{staticClass:"search-item"},[t("el-button",{staticClass:"search-btn",attrs:{type:"primary"},on:{click:e.handleSearch}},[e._v(e._s(e.$i18n.t("searchButton.search")))]),t("el-button",{staticClass:"search-btn",on:{click:e.handleReset}},[e._v(e._s(e.$i18n.t("searchButton.reset")))])],1)],2):e._e(),"outbox"===e.searchType?t("div",{staticClass:"search"},[e._l(e.outbox,(function(n,i){return t("div",{key:i,staticClass:"search-item"},[t("span",{key:i},[e._v(e._s(n.txt))]),t("div",[t("el-input",{attrs:{placeholder:"请输入内容",clearable:""},model:{value:e.query[n.key],callback:function(t){e.$set(e.query,n.key,t)},expression:"query[item.key]"}})],1)])})),t("div",{staticClass:"search-item"},[t("el-button",{staticClass:"search-btn",attrs:{type:"primary"},on:{click:e.handleSearch}},[e._v("查询")]),t("el-button",{staticClass:"search-btn",attrs:{type:"primary","&#x3C;el-button":""},on:{click:e.handleReset}},[e._v(e._s(e.$t("edm5.v44")))])],1)],2):e._e()])},Is=[],Ps={name:"edm-search",props:{searchType:{default:"inbox",type:String}},data(){return{query:{},test:[{name:"search.name"}],aa:this.$i18n.t("search.name"),outbox:[{id:aa.v1(),key:"name",txt:"红人名称:",type:"input"},{id:aa.v1(),key:"title",txt:"标题正文:",type:"input"},{id:aa.v1(),key:"target",txt:"任务名称:",type:"input"},{id:aa.v1(),kety:"mail",txt:"邮件类型:",type:"select"}],inbox:[{id:aa.v1(),key:"search.name",txt:"红人名称",type:"input"},{id:aa.v1(),key:"search.title",txt:"正文标题:",type:"input"},{id:aa.v1(),key:"search.target",txt:"任务名称:",type:"input"},{id:aa.v1(),key:"search.tag",txt:"标签名称:",type:"select"},{id:aa.v1(),key:"search.isRead",txt:"已读状态:",type:"select"}]}},created(){},methods:{handleSearch(){let e=Object.entries(this.query),t=Object.fromEntries(e);this.$emit("handleSearch",t)},handleReset(){let e=Object.entries(this.query);Object.fromEntries(e);this.query["search.name"]&&(this.query["search.name"]=""),this.query["search.title"]&&(this.query["search.title"]=""),this.query["search.target"]&&(this.query["search.target"]=""),this.$emit("handleReset")}}},Fs=Ps,$s=Ba(Fs,Ts,Is,!1,null,"4d651f22",null),Bs=$s.exports;i(2577),i(4603),i(7566),i(8721);function Ms(e,t){if(0===arguments.length||!e)return null;const n=t||"{y}-{m}-{d} {h}:{i}:{s}";let i;"object"===typeof e?i=e:("string"===typeof e&&(e=/^[0-9]+$/.test(e)?parseInt(e):e.replace(new RegExp(/-/gm),"/")),"number"===typeof e&&10===e.toString().length&&(e*=1e3),i=new Date(e));const r={y:i.getFullYear(),m:i.getMonth()+1,d:i.getDate(),h:i.getHours(),i:i.getMinutes(),s:i.getSeconds(),a:i.getDay()},o=n.replace(/{([ymdhisa])+}/g,((e,t)=>{const n=r[t];return"a"===t?["日","一","二","三","四","五","六"][n]:n.toString().padStart(2,"0")}));return o}function Ns(e,t){return e.map((function(e,n){return e[t]}))}function Rs(e){const t=new Date,n=new Date(t-864e5*(e-1)),i=t.getFullYear(),r=t.getMonth()+1,o=t.getDate(),a=n.getFullYear(),s=n.getMonth()+1,l=n.getDate(),c=i+"-"+(r<10?"0"+r:r)+"-"+(o<10?"0"+o:o),u=a+"-"+(s<10?"0"+s:s)+"-"+(l<10?"0"+l:l);return[u,c]}function js(){var e=new Date,t=e.getFullYear(),n=e.getMonth()+1,i=e.getDate(),r=e.getHours(),o=e.getMinutes(),a=e.getSeconds();n>=1&&n<=9&&(n="0"+n),i>=0&&i<=9&&(i="0"+i),o>=0&&o<=9&&(o="0"+o),a>=0&&a<=9&&(a="0"+a);var s=t+n+i+r+o+a;return s}function Ls(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function zs(e){const t=new Date((new Date).getTime()+6e4*(new Date).getTimezoneOffset()+288e5),n=new Date(e),i=(n-t)/1e3;return i<3600?"1小时内发送":i>=3600&&i<86400?Math.ceil(i/3600)+"小时后发送":i>=86400&&i<=2592e3?Math.ceil(i/86400)+"天后发送":e}function Vs(e,t){Hs(e,(function(e){Us(e,t)}))}function Hs(e,t){let n=new XMLHttpRequest;n.open("GET",e,!0),n.responseType="blob",n.onload=function(){if(200!==n.status)return window.open(e,"_blank"),!1;t(n.response)},n.onerror=function(){return window.open(e,"_blank"),!1},n.send()}function Us(e,t){if(window.navigator.msSaveOrOpenBlob)navigator.msSaveBlob(e,t);else{let n=document.createElement("a");n.href=window.URL.createObjectURL(e),n.download=t,n.click(),window.URL.revokeObjectURL(n.href)}}function Ws(e){const t=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;return t-e}function qs(e){const t={};return Object.keys(e).forEach((n=>{Array.isArray(e[n])&&0===e[n].length||""===e[n]||null===e[n]||void 0===e[n]||(t[n]=e[n])})),t}async function Ys(e=!1,t=0,n){try{let i=await os();return"0"===i.code?(e&&(0===i.data||i.data<t)?Wn.Message.error("您的AI点数不足,请联系客服,充值后使用"):e&&i.data>=t&&n(i.data),i.data):0}catch(ul){return 0}}function Gs(e){const t=[{label:"美元",value:0,code:"USD",symbol:"$"},{label:"欧元",value:1,code:"EUR",symbol:"€"},{label:"英镑",value:2,code:"GBP",symbol:"£"},{label:"日元",value:3,code:"JPY",symbol:"¥"},{label:"人民币",value:4,code:"CNY",symbol:"¥"},{label:"加拿大元",value:5,code:"CAD",symbol:"$"},{label:"澳大利亚元",value:6,code:"AUD",symbol:"$"},{label:"瑞士法郎",value:7,code:"CHF",symbol:"Fr"},{label:"新西兰元",value:8,code:"NZD",symbol:"$"},{label:"韩元",value:9,code:"KRW",symbol:"₩"},{label:"印度卢比",value:10,code:"INR",symbol:"₹"},{label:"巴西雷亚尔",value:11,code:"BRL",symbol:"R$"},{label:"南非兰特",value:12,code:"ZAR",symbol:"R"},{label:"西班牙比塞塔",value:13,code:"ESP",symbol:"₧"},{label:"泰国铢",value:14,code:"THB",symbol:"฿"},{label:"瑞典克朗",value:15,code:"SEK",symbol:"kr"},{label:"新加坡元",value:16,code:"SGD",symbol:"$"},{label:"阿联酋迪拉姆",value:17,code:"AED",symbol:"د.إ"},{label:"墨西哥比索",value:18,code:"MXN",symbol:"$"},{label:"俄罗斯卢布",value:19,code:"RUB",symbol:"₽"},{label:"沙特里亚尔",value:20,code:"SAR",symbol:"ر.س"},{label:"马来西亚林吉特",value:21,code:"MYR",symbol:"RM"},{label:"港元",value:22,code:"HKD",symbol:"HK$"},{label:"柬埔寨瑞尔",value:23,code:"KHR",symbol:"៛"},{label:"菲律宾比索",value:24,code:"PHP",symbol:"₱"},{label:"越南盾",value:25,code:"VND",symbol:"₫"},{label:"印尼盾",value:26,code:"IDR",symbol:"Rp"}];let n="";return t.forEach((t=>{t.value==e&&(n=t.symbol)})),n}var Ks=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShowDialog,title:e.$t("NP.np65"),"close-on-click-modal":!1,width:"600px","custom-class":"add-tags-dialog","append-to-body":e.appendBody},on:{"update:visible":function(t){e.isShowDialog=t},close:e.closeAddTagsDialog}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[t("div",{staticClass:"operate-box"},["search"===e.optType?t("div",{staticClass:"search-tag"},[t("el-input",{staticClass:"search-input",attrs:{placeholder:e.$t("NP.np178"),clearable:""},on:{clear:e.getPublishTags},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getPublishTags.apply(null,arguments)}},model:{value:e.searchKeywords,callback:function(t){e.searchKeywords=t},expression:"searchKeywords"}},[t("i",{staticClass:"iconfont icon-a-sousuoxiao15x",attrs:{slot:"suffix"},on:{click:e.getPublishTags},slot:"suffix"})]),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.handleAddTag}},[t("i",{staticClass:"el-icon-plus"}),e._v(e._s(e.$t("NP.np179")))])],1):t("div",{staticClass:"add-tag"},[t("el-input",{attrs:{placeholder:e.$t("inboxTagDialog.default")},model:{value:e.tagInputValue,callback:function(t){e.tagInputValue=t},expression:"tagInputValue"}},[t("div",{staticClass:"popup-colorPicker",attrs:{slot:"suffix"},slot:"suffix"},[t("div",{staticClass:"custom-picker-icon"},[t("i",{staticClass:"dss-iconfont icon-tianse",style:{color:e.iconColor}}),t("el-color-picker",{attrs:{predefine:e.predefineColors,size:"mini","color-format":"hex"},on:{change:e.pickerChange},model:{value:e.tagColor,callback:function(t){e.tagColor=t},expression:"tagColor"}})],1)])]),t("div",{staticClass:"add",on:{click:e.addPublishTag}},[t("i",{staticClass:"el-icon-check"})]),t("div",{staticClass:"cancel",on:{click:e.handleCancelAdd}},[t("i",{staticClass:"el-icon-close"})])],1)]),t("div",{staticClass:"all-tag"},e._l(e.allTagsArr,(function(n){return t("el-tag",{key:n.id,staticClass:"tag-item",style:{"background-color":n.tagColor},on:{click:function(t){return e.selectTag(n)}}},[e._v(e._s(n.tag)),2===n.tagType?t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return t.stopPropagation(),e.deletePublishTag(n.id)}}}):e._e()])})),1),t("div",{staticClass:"title"},[e._v(e._s(e.$t("inboxTagDialog.selectTag"))+":")]),t("div",{staticClass:"selected-tags"},e._l(e.selectedTagsArr,(function(n){return t("el-tag",{key:n.tag,staticClass:"tag-item",style:{"background-color":n.tagColor}},[e._v(e._s(n.tag)),t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return e.clearTag(n.tag)}}})])})),1)]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.cancelAddTags}},[e._v(e._s(e.$t("common.cancle")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmAddTags}},[e._v(" "+e._s(e.$t("common.confirm"))+" ")])],1)])},Xs=[],Zs={props:{isShowDialog:{type:Boolean,default:!1},defaultTag:{type:Array,default:()=>[]},appendBody:{type:Boolean,default:!1},isOnlyTagName:{type:Boolean,default:!1}},data(){return{loading:!1,searchKeywords:"",tagInputValue:"",tagColor:"#808080",iconColor:"#808080",predefineColors:["#FF5277","#FF9EC3","#BF9EFF","#4BB792","#FFAA36","#52BAFF","#5F52FF","#27C9B6"],allTagsArr:[],selectedTagsArr:[],optType:"search"}},async created(){await this.getPublishTags(),this.initDefaultTag()},methods:{initDefaultTag(){const e=[];this.defaultTag.forEach((t=>{const n=this.allTagsArr.find((e=>e.tag===t));n?e.push({...n}):e.push({tag:t,tagColor:"#808080",tagType:2})})),this.selectedTagsArr=e},closeAddTagsDialog(){this.$emit("closeAddTagsDialog")},cancelAddTags(){this.closeAddTagsDialog()},confirmAddTags(){const e=this.selectedTagsArr.map((e=>this.isOnlyTagName?e.tag:e));console.log(this.selectedTagsArr),this.$emit("updateTag",e),this.closeAddTagsDialog()},pickerChange(e){this.iconColor=e},handleAddTag(){this.optType="add",this.searchKeywords=""},handleCancelAdd(){this.optType="search"},async getPublishTags(){try{this.loading=!0;const e=await ks({tagValue:this.searchKeywords});"0"===e.code&&(this.allTagsArr=e.data||[])}catch(ul){console.log(ul)}finally{this.loading=!1}},async addPublishTag(){try{if(!this.validateTag())return!1;const e=await Ds({tag:this.tagInputValue,tagColor:this.tagColor});"0"===e.code?(this.selectedTagsArr.push({tag:this.tagInputValue,tagColor:this.tagColor}),this.tagInputValue="",this.getPublishTags()):this.$message.error(e.message)}catch(ul){console.log(ul)}},async deletePublishTag(e){try{const t=await Es(e);"0"===t.code&&setTimeout((()=>{this.getPublishTags()}),500)}catch(ul){console.log(ul)}},validateTag(){const e=this.tagInputValue;if(""===e)return this.$message({type:"warning",message:this.$t("inboxTagDialog.default")}),!1;const t=new RegExp("[一-龥]+");if(t.test(e)){if(e.length>15)return this.$message({type:"warning",message:this.$t("inboxTagDialog.tagMaxLen")}),!1}else if(e.length>12)return this.$message({type:"warning",message:this.$t("inboxTagDialog.tagMaxLen")}),!1;return!0},selectTag(e){const t=this.selectedTagsArr.findIndex((t=>t.tag===e.tag));if(t>-1)return!1;this.selectedTagsArr.push(e)},clearTag(e){this.selectedTagsArr=this.selectedTagsArr.filter((t=>t.tag!==e))}}},Js=Zs,Qs=Ba(Js,Ks,Xs,!1,null,"0ee37952",null),el=Qs.exports,tl={name:"edm-inbox",components:{Search:Bs,AddTagsDialog:el},props:{sourceApp:{type:String,default:""},taskDetailUrl:{type:String,default:"/taskDetail"},defaultTop:{type:Number,default:118}},data(){return{primary:"dss"===localStorage.getItem("sourceApp")?"#1990FF":"#FF5277",dialogVisible:!1,handleTime_inbox:null,handleTime_msg:null,tagOp:null,mailId:"",mailTags:[],isShowSettag:!1,tableHeight:0,page:1,value:"",searchForm:{timeRange:"1",selectTag:"",subject:"",popularizePlanName:"",tagName:[],isRead:"",isStar:"",isReply:"",currentPage:1,pageSize:20,bloggerName:"",sentMail:""},switchMailData:[],unReadIds:[],loading:!1,tableData:[],tableTotal:0,selectData:[],tags:[],tagList:[],defaultTagList:[],bloggerArr:[],selectedReplyIds:[],selectedTags:[]}},computed:{routeParams(){return this.$route.query}},watch:{routeParams(e,t){e.nums&&this.init()}},mounted(){const{isdetail:e}=this.$route.query;e?(console.log("sss",JSON.parse(localStorage.getItem("searchFormInbox"))),this.searchForm=JSON.parse(localStorage.getItem("searchFormInbox"))):localStorage.removeItem("searchFormInbox"),this.$nextTick((()=>{this.init(),this.initTags(),this.tableHeight=window.innerHeight-this.$refs["table"].$el.getBoundingClientRect().top-66})),this.$bus.$on("mailTip",(()=>{this.init()}))},methods:{initTags(){this.tags=[],Za().then((e=>{e&&e.map((e=>{this.tags.push({id:e.id,value:e.id.toString(),label:e.tag})}))}))},multiReply(){0!==this.selectedReplyIds.length?this.selectedReplyIds.length>50?this.$message.warning(this.$t("inboxMail.search.tip1")):(localStorage.setItem("multiReplyBlogInfo",JSON.stringify(this.bloggerArr)),localStorage.setItem("multiReplyIds",JSON.stringify(this.selectedReplyIds)),this.$emit("multiReply",this.bloggerArr.length!==this.selectedReplyIds.length)):this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},init(){this.loading=!0;let e=this.searchForm.isStar;0===e&&(this.searchForm.isStar="");const{isdetail:t}=this.$route.query;console.log("params",this.searchForm),localStorage.removeItem("hasInboxDetail"),La(this.searchForm).then((e=>{this.loading=!1;let t=[];e?(e.rows.forEach(((e,n)=>{let i={};i.id=e.id,i.chatId=e.chatId,e.isRead&&1===e.isRead?i.mailStatus="1":e.isRead&&2===e.isRead&&(i.mailStatus="2"),i.taskId=e.taskId,i.isRead=e.isRead,i.maxId=e.maxId,i.isReply=e.isReply,i.isStar=e.isStar,i.popularizePlanName=e.popularizePlanName,i.bloggerName=e.bloggerName,i.subject=e.subject,i.content=e.content,i.isAttachment=e.isAttachment,i.popularizePlanName=e.popularizePlanName,i.popularizePlanId=e.popularizePlanId,i.bloggerId=e.bloggerId,i.addresser=e.addresser,e.tag||(e.tag=""),e.tagColor||(e.tagColor="");let r=e.tag.split(","),o=e.tagColor.split(",");if(i.tagList=[],r.length!==o.length)i.tagName=this.$t("inboxTable.errorTag");else{let e=[];r.forEach(((t,n)=>{e.push({tagName:t,tagColor:o[n]})})),i.tagList=e}i.createTime=e.createTime,t.push(i)})),this.tableData=t,this.tableTotal=e.total):this.$message.warning(this.$t("inboxTable.requestError"))}))},handleBindTag(e,t){if(t&&!t.tagColor&&!t.tagName)return!1;this.$confirm(this.$t("inboxTable.delTag"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),customClass:"del-model",type:"warning"}).then((()=>{this.mailId=e.id+"";const n=e.tagList.filter((e=>!!e.tagName))||[];let i=[];n.length>1&&(i=n.filter((e=>e.tagName!==t.tagName)).map((e=>({tag:e.tagName,tagColor:e.tagColor})))),this.updateTag(i,!0)})).catch((()=>{}))},handleTagChange(e){if(e){let t=[];e.forEach((e=>{this.tags.forEach((n=>{e===n.id.toString()&&t.push(n.label)}))})),this.searchForm.tagName=t}else this.searchForm.tagName=[]},reset(){localStorage.removeItem("searchFormInbox"),localStorage.removeItem("hasInboxDetail"),this.searchForm.bloggerName="",this.searchForm.subject="",this.searchForm.popularizePlanName="",this.searchForm.selectTag=[],this.searchForm.tagName=[],this.searchForm.isStar="",this.searchForm.timeRange="1",this.searchForm.isRead="",this.searchForm.isReply="",this.searchForm.sentMail="",this.init()},changePage(e){this.searchForm.currentPage=e,this.init()},changeSize(e){this.searchForm.currentPage=1,this.searchForm.pageSize=e,this.init()},setUnRead(){if(0!==this.switchMailData.length)return 0===this.unReadIds.length?(this.$message.warning(this.$t("edm5.v3")),void this.$refs.table.clearSelection()):void za({ids:this.unReadIds}).then((e=>{e&&"0"===e.code?(this.$message({message:this.$t("inboxTable.unReadSuccess"),type:"success"}),this.unReadIds=[],this.switchMailData=[],this.$refs.table.clearSelection(),this.init()):this.$message.error(e.message)}));this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},async changeRead(e){console.log(e);let t=await za({ids:[e.maxId]});t&&"0"===t.code?(this.$message({message:this.$t("inboxTable.unReadSuccess"),type:"success"}),this.init()):this.$message.error(t.message)},del(){0!==this.switchMailData.length?this.dialogVisible=!0:this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},handleConfirmDel(){const e={chatId:this.switchMailData};Ua(e).then((e=>{e&&(this.$message({message:this.$t("inboxTable.del"),type:"success",duration:1500}),this.dialogVisible=!1,this.switchMailData=[],this.init())}))},handleDelShield(){const e={chatId:this.switchMailData};Wa(e).then((e=>{e&&(this.$message({message:this.$t("inboxTable.del"),type:"success",duration:1500}),this.dialogVisible=!1,this.switchMailData=[],this.init())}))},isFavorites(e){const t={mailId:e.id,isStar:0===e.isStar?1:0};qa(t).then((t=>{t&&(0===e.isStar?this.$message({message:this.$t("inboxTable.collMail"),type:"success",duration:1500}):this.$message({message:this.$t("inboxTable.cancelMail"),type:"success",duration:1500})),this.init()}))},handleReset(e){this.searchForm.bloggerName="",this.searchForm.subject=""},addMailTag(e){this.mailId=e.id.toString(),console.log(e),this.selectedTags=e.tagList?e.tagList.filter((e=>!!e.tagName)).map((e=>e.tagName)):[],this.isShowSettag=!0},async updateTag(e=[],t=!1){try{const n=await Xa({mailId:this.mailId,tags:e});n&&(t?this.$message({type:"success",message:this.$t("inboxTagDialog.delTagSuccess")}):this.$message({type:"success",message:this.$t("inboxTagDialog.bindSuccess")}),this.init(),this.initTags())}catch(ul){}},skipDetail(e){localStorage.setItem("searchFormInbox",JSON.stringify(this.searchForm)),localStorage.setItem("hasInboxDetail",!0),localStorage.setItem("currentPath",this.$route.path),console.log("dd",JSON.stringify(this.searchForm)),this.$router.push({path:"/inboxDetail",query:{id:e.id,chatId:e.chatId,popularizePlanId:e.popularizePlanId,popularizePlanName:e.popularizePlanName,maxId:e.maxId}})},skipTask(e){const t=this.$router.resolve({path:this.taskDetailUrl,query:{id:e.taskId,name:e.popularizePlanName,is_share:1,is_operate:1}});window.open(t.href,"_blank")},skipPlan(e){console.log(e),this.$emit("inboxSkipPlan",e)},switchMode(){this.$emit("switchMode")},getRowKeys(e){return e.id},switchMail(e){console.log("select",e),this.bloggerArr=[],this.selectedReplyIds=[],this.bloggerArr=Array.from(new Map(e.map((e=>[e.bloggerName,{bloggerId:e.bloggerId,bloggerName:e.bloggerId?e.bloggerName:e.addresser}]))).values()),this.selectedReplyIds=Ns(e,"maxId"),this.switchMailData=[],this.unReadIds=[],e.forEach((e=>{this.switchMailData.push(e.chatId),2===e.isRead&&this.unReadIds.push(e.maxId)}))},clearTableData(){this.$refs.table.clearSelection(),this.selectData=[]},filterHtmlTag(e){return e&&(e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<[^>]+>|&[^>]+;/g,""),e=e.replace(new RegExp(" ","g")," ")),e},headCellClass(){return"head"},rowClass(){return"row"},cellClass(){return"box-cell"},changeTagsHeight(e,t){if(e){let e=[],n=this.tagList.findIndex((e=>e.tag.trim()===t.trim()));this.tagList.forEach(((t,i)=>{i<=n&&e.push(t)})),this.tagList=e}else this.tagList=this.defaultTagList},rightClick(e,t,n){return n.preventDefault(),this.$contextmenu({items:[{label:"在新标签页中打开邮件",icon:"el-icon-plus",onClick:()=>{const t=this.$router.resolve({path:"/inboxDetail",query:{id:e.id,chatId:e.chatId,popularizePlanId:e.popularizePlanId,popularizePlanName:e.popularizePlanName,maxId:e.maxId}});window.open(t.href,"_blank")}},{label:"刷新列表数据",icon:"el-icon-refresh",onClick:()=>{this.init()}},{label:"复制邮件主题",icon:"el-icon-document-copy",disabled:!e.subject,onClick:()=>{this.copyText(e.subject)}},{label:"复制推广计划名",icon:"el-icon-document-copy",disabled:!e.popularizePlanName,onClick:()=>{this.copyText(e.popularizePlanName)}},{label:"添加标签",icon:"el-icon-edit-outline",onClick:()=>{this.addMailTag(e)}}],event:n,customClass:"contextmenu-container",zIndex:3,minWidth:230}),!1},copyText(e){const t=document.createElement("input");t.value=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),this.$message({type:"success",message:"已复制到剪贴板"})}},destroyed(){}},nl=tl,il=Ba(nl,Ra,ja,!1,null,"6c6763e0",null),rl=il.exports,ol=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.mailLoading,expression:"mailLoading"}],staticClass:"edm-inbox-detail"},[t("div",{staticClass:"wrap"},[t("div",{staticClass:"back",on:{click:e.goBack}},[t("i",{staticClass:"el-icon-arrow-left"})]),t("div",{staticClass:"tag-info"},[t("div",{staticClass:"tag"},[e._l(e.tagList,(function(n,i){return t("div",{key:i,staticClass:"tag-item mr12 mb8",style:{color:"#fff",background:n.tag_color}},[e._v(" "+e._s(n.tag)+" "),t("i",{staticClass:"dss-iconfont icon-close",staticStyle:{color:"#ffffff","padding-left":"5px",cursor:"pointer","z-index":"999"},on:{click:function(t){return e.delTag(n)}}})])})),t("div",{staticClass:"tag-btn cursor-pointer mr12 mb8",on:{click:e.addTagsStart}},[t("i",{staticClass:"dss-iconfont icon-add2"}),e._v(" "+e._s(e.$t("inboxDetail.addTag"))+" ")])],2),t("div",{staticClass:"turn-page"},[t("div",{staticClass:"send-email"},[e._v(" "+e._s(e.$t("edm5.v4"))+e._s(e.mailData.receiver)+" ")]),t("div",[t("el-button",{attrs:{type:"text",icon:"el-icon-arrow-left",disabled:0===e.checkEmailIndex},on:{click:e.handlePrevious}},[e._v(e._s(e.$t("inboxDetail.previousPage")))]),t("el-button",{attrs:{type:"text",disabled:e.checkEmailIndex===e.tableData.length-1},on:{click:e.handleNext}},[e._v(e._s(e.$t("inboxDetail.nextPage"))),t("i",{staticClass:"el-icon-arrow-right el-icon--right"})])],1)])]),t("div",{staticClass:"blogger-part"},[t("div",{staticClass:"blogger-info"},[e.bloggerInfo.bloggerId?[t("el-image",{staticStyle:{width:"50px",height:"50px","border-radius":"50%",cursor:"pointer"},attrs:{fit:"cover",src:e.bloggerInfo.bloggerAvatar},on:{click:function(t){return e.toBloggerDetail(e.bloggerInfo.bloggerId,e.bloggerInfo)}}}),t("div",{staticClass:"name",on:{click:function(t){return e.toBloggerDetail(e.bloggerInfo.bloggerId,e.bloggerInfo)}}},[e._v(" "+e._s(e.bloggerInfo.bloggerName)+" ")])]:[t("div",{staticClass:"outer-blogger"},[t("div",{staticClass:"outer-name"},[e._v(e._s(e.$t("inboxDetail.outerBlogger")))]),t("div",{staticClass:"outer-email"},[e._v(" "+e._s(e.$t("inboxDetail.email"))+e._s(e.bloggerInfo.email)+" ")])])],t("div",{staticClass:"btns-box"},[t("el-button",{staticClass:"btns-addFavorites",attrs:{type:"primary"},on:{click:e.handleAddFavorites}},[e._v(e._s(e.$t("inboxDetail.addFavorites")))]),t("button",{staticClass:"double-btn"},[t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("inboxDetail.normalReply"),placement:"top"}},[t("div",{staticClass:"text",on:{click:function(t){return e.showReplyNew(!1,void 0)}}},[e._v(" "+e._s(e.$t("inboxDetail.reply2"))+" ")])]),t("el-divider",{staticClass:"search-divider",attrs:{direction:"vertical"}}),t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("inboxDetail.simpleReply"),placement:"top"}},[t("div",{staticClass:"quick-reply",on:{click:e.simpleReplay}},[t("img",{staticClass:"img",attrs:{src:i(3074)}})])])],1)],1)],2),e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"blogger-plan"},[t("div",{staticClass:"plan-top"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("inboxDetail.plan")))]),t("span",{staticClass:"add",on:{click:e.openPlan}},[e.bloggerInfo.planName?t("i",{staticClass:"el-icon-sort"}):t("i",{staticClass:"dss-iconfont icon-add1"})])]),t("div",{staticClass:"plan-bottom"},[e._v(" "+e._s("-1"==e.bloggerInfo.planId||"null"==e.bloggerInfo.planId?e.$t("inboxDetail.noPlan"):e.bloggerInfo.planName)+" ")])]):e._e(),e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"blogger-coop"},[t("div",{staticClass:"coop-top"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("inboxDetail.coopStatus")))]),t("span",{staticClass:"add",on:{click:e.changeCoopStatus}},[t("i",{staticClass:"el-icon-sort"})])]),t("div",{staticClass:"coop-bottom"},[e._v(" "+e._s(e._f("coopStatusFilter")(e.bloggerInfo.coopStatus))+" ")])]):e._e()]),e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"blogger-opt"},[e._l(e.optList,(function(n,i){return t("div",{key:i,staticClass:"opt-item",on:{click:function(t){return e.clickHandle(n.key,n.activeName)}}},[t("i",{class:["dss-iconfont",n.icon]}),t("span",{staticClass:"txt"},[e._v(e._s(n.name))])])})),t("el-dropdown",{staticClass:"email-drop",on:{command:e.clickHandle}},[t("i",{staticClass:"dss-iconfont icon-gengduo-changguizhuangtai"}),t("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[t("el-dropdown-item",{attrs:{command:"report"}},[e._v(e._s(e.$t("inboxDetail.menu7")))]),t("el-dropdown-item",{attrs:{command:"blackList"}},[e._v(e._s(e.$t("inboxDetail.menu8")))]),t("el-dropdown-item",{attrs:{command:"detail"}},[e._v(e._s(e.$t("inboxDetail.menu9")))])],1)],1)],2):e._e(),t("div",{staticClass:"email-part"},[t("div",{staticClass:"email-list"},e._l(e.mailList,(function(n,r){return t("div",{key:n.id,class:{"list-row":!0,"list-row-blogger":2===n.type}},[e.isHasAi&&n.isShowSummary&&1===n.type?t("AiSummary",{attrs:{id:n.id,aiPoint:e.aiPoint,isRebuild:n.isRebuild},on:{getEmailIntention:function(t){return e.getEmailIntention(n)},handleShow:e.handleSummaryShow,refreshAiPoint:e.getAiPoint,showAiReply:t=>e.showAiReply(n,t)}}):e._e(),t("div",{staticClass:"item-main"},[t("div",{staticClass:"top"},[t("div",{staticClass:"person"},[t("el-image",{staticStyle:{width:"24px",height:"24px","border-radius":"50%",cursor:"pointer"},attrs:{src:n.bloggerAvatar},on:{click:function(t){t.stopPropagation(),n.bloggerId&&1===n.type&&e.skipBlogDetail(n.bloggerId,n)}}}),1===n.type?[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{attrs:{slot:"content"},slot:"content"},[t("div",{staticClass:"username"},[e._v(e._s(n.bloggerName))]),t("div",{staticClass:"nickname"},[e._v(" "+e._s(e.$t("inboxDetail.channelId"))+":"+e._s(n.bloggerUserName)+" ")])]),t("span",{staticClass:"nickname",staticStyle:{cursor:"pointer"},on:{click:function(t){t.stopPropagation(),n.bloggerId&&e.skipBlogDetail(n.bloggerId,n)}}},[e._v(" "+e._s(n.bloggerName)+" ")])])]:e._e(),2===n.type?[t("span",{staticClass:"nickname"},[e._v(" "+e._s(n.userName)+" ")])]:e._e()],2),t("div",{staticClass:"time"},[t("span",{directives:[{name:"show",rawName:"v-show",value:n.isExpand,expression:"mail.isExpand"}],staticClass:"show-full",on:{click:function(t){return e.toggleFullContent(n)}}},[e._v(e._s(n.isShowFull?"隐藏原始邮件":"查看原始邮件"))]),t("span",{staticClass:"date"},[e._v(e._s(n.createTime))]),1===n.type&&e.isHasAi?t("span",{class:{keywords:!0,"summary-btn":!0,"not-allowed":n.isShowSummary},on:{click:function(t){return e.openAiSummary(n.id)}}},[t("img",{staticStyle:{width:"88px",height:"18px"},attrs:{src:i(7862),alt:""}})]):e._e(),2===n.type&&0===r?t("span",{class:{read:!0,"has-read":2==n.isRead}},[t("i",{class:["dss-iconfont",2==n.isRead?"icon-kejian":"icon-bukejian"]}),t("span",[e._v(e._s(2==n.isRead?e.$t("inboxDetail.read"):e.$t("inboxDetail.unRead")))])]):e._e()])]),n.attachment?.length>0&&n.isExpand?t("div",{staticClass:"item-files"},e._l(n.attachment,(function(n){return t("div",{key:n.uuid,staticClass:"file",on:{click:function(t){return e.downFile(n)}}},[t("i",{staticClass:"dss-iconfont icon-file-3"}),t("span",{staticClass:"name"},[e._v(e._s(n.name))]),t("i",{staticClass:"dss-iconfont icon-download"})])})),0):e._e(),t("div",{staticClass:"center"},[t("div",{staticClass:"ai-box2"},[t("div",{staticClass:"box-txt"},[n.isExpand?t("div",{staticClass:"txt-content"},[t("EmailBox",{attrs:{content:n.isShowFull?n.cleanContent:n.content}})],1):t("div",{staticClass:"txt-base",domProps:{innerHTML:e._s(e.delHtmlTag(n.content))}})]),t("div",{staticClass:"box-toggle",on:{click:function(t){return e.toggleEmailExpand(n)}}},[t("i",{staticClass:"dss-iconfont icon-arrow",class:{aiOpen:n.isExpand}}),t("span",[e._v(e._s(n.isExpand?e.$t("inboxDetail.close"):e.$t("inboxDetail.open")))])])])]),t("div",{staticClass:"bottom"})]),n.attachment?.length>0&&!n.isExpand?t("div",{staticClass:"item-files"},e._l(n.attachment,(function(n){return t("div",{key:n.uuid,staticClass:"file",on:{click:function(t){return e.downFile(n)}}},[t("i",{staticClass:"dss-iconfont icon-file-3"}),t("span",{staticClass:"name"},[e._v(e._s(n.name))]),t("i",{staticClass:"dss-iconfont icon-download"})])})),0):e._e()],1)})),0)])]),e.isShowSettag?t("AddTagsDialog",{attrs:{isShowDialog:e.isShowSettag,defaultTag:e.selectedTags},on:{updateTag:e.updateTag,closeAddTagsDialog:function(t){e.isShowSettag=!1}}}):e._e(),e.showSimpleReplay?t("SimpleReplay",{attrs:{maxId:e.maxId},on:{close:function(t){e.showSimpleReplay=!1},fullWrite:e.fullWrite,refresh:e.getMailGroup}}):e._e(),e.intentionVisible?t("EmailIntention",{attrs:{id:e.id,maxId:e.maxId,visible:e.intentionVisible,bloggerId:e.bloggerInfo.bloggerId,currentMail:e.currentMail},on:{"update:visible":function(t){e.intentionVisible=t},refreshPoint:e.getAiPoint}}):e._e(),e.planVisible?t("EmailPlan",{attrs:{visible:e.planVisible,bloggerId:e.bloggerInfo.bloggerId,upbEsId:e.bloggerInfo.upbEsId,platform:e.bloggerInfo.platform,planIdRel:e.bloggerInfo.planId,maxId:e.maxId,detailData:e.mailData},on:{"update:visible":function(t){e.planVisible=t},change:e.changeEmailPlan}}):e._e(),e.coopStatusVisible?t("CoopStatus",{attrs:{visible:e.coopStatusVisible,upbEsId:e.bloggerInfo.upbEsId,coopStatus:e.bloggerInfo.coopStatus,planId:e.bloggerInfo.planId},on:{"update:visible":function(t){e.coopStatusVisible=t},change:e.getCrmInfo}}):e._e(),e.emailRelyVisible?t("EmailRely",{attrs:{visible:e.emailRelyVisible,loading:e.aiReplayBtnLoading,content:e.replayInfo.replyContent},on:{"update:visible":function(t){e.emailRelyVisible=t},confirm:function(t){return e.handleAiReplay(e.replayInfo.replyContent,e.replayInfo.id)}}}):e._e(),e.aiRelyVisible?t("AiReply",{attrs:{visible:e.aiRelyVisible,summaryInfo:e.summaryInfo,aiPoint:e.aiPoint,maxId:e.maxId,currentMail:e.currentMail},on:{"update:visible":function(t){e.aiRelyVisible=t},refreshPoint:e.getAiPoint,finished:e.getMailGroup,fullWrite:e.fullWrite}}):e._e()],1)},al=[],sl=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"],ll=["dateStyle","timeStyle","calendar","localeMatcher","hour12","hourCycle","timeZone","formatMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function cl(e,t){"undefined"!==typeof console&&(console.warn("[vue-i18n] "+e),t&&console.warn(t.stack))}function ul(e,t){"undefined"!==typeof console&&(console.error("[vue-i18n] "+e),t&&console.error(t.stack))}var dl=Array.isArray;function hl(e){return null!==e&&"object"===typeof e}function pl(e){return"boolean"===typeof e}function fl(e){return"string"===typeof e}var ml=Object.prototype.toString,gl="[object Object]";function vl(e){return ml.call(e)===gl}function yl(e){return null===e||void 0===e}function bl(e){return"function"===typeof e}function wl(){var e=[],t=arguments.length;while(t--)e[t]=arguments[t];var n=null,i=null;return 1===e.length?hl(e[0])||dl(e[0])?i=e[0]:"string"===typeof e[0]&&(n=e[0]):2===e.length&&("string"===typeof e[0]&&(n=e[0]),(hl(e[1])||dl(e[1]))&&(i=e[1])),{locale:n,params:i}}function _l(e){return JSON.parse(JSON.stringify(e))}function Cl(e,t){if(e.delete(t))return e}function xl(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}function Sl(e,t){return!!~e.indexOf(t)}var kl=Object.prototype.hasOwnProperty;function El(e,t){return kl.call(e,t)}function Dl(e){for(var t=arguments,n=Object(e),i=1;i<arguments.length;i++){var r=t[i];if(void 0!==r&&null!==r){var o=void 0;for(o in r)El(r,o)&&(hl(r[o])?n[o]=Dl(n[o],r[o]):n[o]=r[o])}}return n}function Al(e,t){if(e===t)return!0;var n=hl(e),i=hl(t);if(!n||!i)return!n&&!i&&String(e)===String(t);try{var r=dl(e),o=dl(t);if(r&&o)return e.length===t.length&&e.every((function(e,n){return Al(e,t[n])}));if(r||o)return!1;var a=Object.keys(e),s=Object.keys(t);return a.length===s.length&&a.every((function(n){return Al(e[n],t[n])}))}catch(ah){return!1}}function Ol(e){return e.replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function Tl(e){return null!=e&&Object.keys(e).forEach((function(t){"string"==typeof e[t]&&(e[t]=Ol(e[t]))})),e}function Il(e){e.prototype.hasOwnProperty("$i18n")||Object.defineProperty(e.prototype,"$i18n",{get:function(){return this._i18n}}),e.prototype.$t=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=this.$i18n;return i._t.apply(i,[e,i.locale,i._getMessages(),this].concat(t))},e.prototype.$tc=function(e,t){var n=[],i=arguments.length-2;while(i-- >0)n[i]=arguments[i+2];var r=this.$i18n;return r._tc.apply(r,[e,r.locale,r._getMessages(),this,t].concat(n))},e.prototype.$te=function(e,t){var n=this.$i18n;return n._te(e,n.locale,n._getMessages(),t)},e.prototype.$d=function(e){var t,n=[],i=arguments.length-1;while(i-- >0)n[i]=arguments[i+1];return(t=this.$i18n).d.apply(t,[e].concat(n))},e.prototype.$n=function(e){var t,n=[],i=arguments.length-1;while(i-- >0)n[i]=arguments[i+1];return(t=this.$i18n).n.apply(t,[e].concat(n))}}function Pl(e){function t(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)}return void 0===e&&(e=!1),e?{mounted:t}:{beforeCreate:function(){var e=this.$options;if(e.i18n=e.i18n||(e.__i18nBridge||e.__i18n?{}:null),e.i18n)if(e.i18n instanceof Tc){if(e.__i18nBridge||e.__i18n)try{var t=e.i18n&&e.i18n.messages?e.i18n.messages:{},n=e.__i18nBridge||e.__i18n;n.forEach((function(e){t=Dl(t,JSON.parse(e))})),Object.keys(t).forEach((function(n){e.i18n.mergeLocaleMessage(n,t[n])}))}catch(ah){0}this._i18n=e.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(vl(e.i18n)){var i=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Tc?this.$root.$i18n:null;if(i&&(e.i18n.root=this.$root,e.i18n.formatter=i.formatter,e.i18n.fallbackLocale=i.fallbackLocale,e.i18n.formatFallbackMessages=i.formatFallbackMessages,e.i18n.silentTranslationWarn=i.silentTranslationWarn,e.i18n.silentFallbackWarn=i.silentFallbackWarn,e.i18n.pluralizationRules=i.pluralizationRules,e.i18n.preserveDirectiveContent=i.preserveDirectiveContent),e.__i18nBridge||e.__i18n)try{var r=e.i18n&&e.i18n.messages?e.i18n.messages:{},o=e.__i18nBridge||e.__i18n;o.forEach((function(e){r=Dl(r,JSON.parse(e))})),e.i18n.messages=r}catch(ah){0}var a=e.i18n,s=a.sharedMessages;s&&vl(s)&&(e.i18n.messages=Dl(e.i18n.messages,s)),this._i18n=new Tc(e.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===e.i18n.sync||e.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),i&&i.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Tc?this._i18n=this.$root.$i18n:e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof Tc&&(this._i18n=e.parent.$i18n)},beforeMount:function(){var e=this.$options;e.i18n=e.i18n||(e.__i18nBridge||e.__i18n?{}:null),e.i18n?(e.i18n instanceof Tc||vl(e.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Tc||e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof Tc)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:t,beforeDestroy:function(){if(this._i18n){var e=this;this.$nextTick((function(){e._subscribing&&(e._i18n.unsubscribeDataChanging(e),delete e._subscribing),e._i18nWatcher&&(e._i18nWatcher(),e._i18n.destroyVM(),delete e._i18nWatcher),e._localeWatcher&&(e._localeWatcher(),delete e._localeWatcher)}))}}}}var Fl={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(e,t){var n=t.data,i=t.parent,r=t.props,o=t.slots,a=i.$i18n;if(a){var s=r.path,l=r.locale,c=r.places,u=o(),d=a.i(s,l,$l(u)||c?Bl(u.default,c):u),h=r.tag&&!0!==r.tag||!1===r.tag?r.tag:"span";return h?e(h,n,d):d}}};function $l(e){var t;for(t in e)if("default"!==t)return!1;return Boolean(t)}function Bl(e,t){var n=t?Ml(t):{};if(!e)return n;e=e.filter((function(e){return e.tag||""!==e.text.trim()}));var i=e.every(jl);return e.reduce(i?Nl:Rl,n)}function Ml(e){return Array.isArray(e)?e.reduce(Rl,{}):Object.assign({},e)}function Nl(e,t){return t.data&&t.data.attrs&&t.data.attrs.place&&(e[t.data.attrs.place]=t),e}function Rl(e,t,n){return e[n]=t,e}function jl(e){return Boolean(e.data&&e.data.attrs&&e.data.attrs.place)}var Ll,zl={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(e,t){var n=t.props,i=t.parent,r=t.data,o=i.$i18n;if(!o)return null;var a=null,s=null;fl(n.format)?a=n.format:hl(n.format)&&(n.format.key&&(a=n.format.key),s=Object.keys(n.format).reduce((function(e,t){var i;return Sl(sl,t)?Object.assign({},e,(i={},i[t]=n.format[t],i)):e}),null));var l=n.locale||o.locale,c=o._ntp(n.value,l,a,s),u=c.map((function(e,t){var n,i=r.scopedSlots&&r.scopedSlots[e.type];return i?i((n={},n[e.type]=e.value,n.index=t,n.parts=c,n)):e.value})),d=n.tag&&!0!==n.tag||!1===n.tag?n.tag:"span";return d?e(d,{attrs:r.attrs,class:r["class"],staticClass:r.staticClass},u):u}};function Vl(e,t,n){Wl(e,n)&&Yl(e,t,n)}function Hl(e,t,n,i){if(Wl(e,n)){var r=n.context.$i18n;ql(e,n)&&Al(t.value,t.oldValue)&&Al(e._localeMessage,r.getLocaleMessage(r.locale))||Yl(e,t,n)}}function Ul(e,t,n,i){var r=n.context;if(r){var o=n.context.$i18n||{};t.modifiers.preserve||o.preserveDirectiveContent||(e.textContent=""),e._vt=void 0,delete e["_vt"],e._locale=void 0,delete e["_locale"],e._localeMessage=void 0,delete e["_localeMessage"]}else cl("Vue instance does not exists in VNode context")}function Wl(e,t){var n=t.context;return n?!!n.$i18n||(cl("VueI18n instance does not exists in Vue instance"),!1):(cl("Vue instance does not exists in VNode context"),!1)}function ql(e,t){var n=t.context;return e._locale===n.$i18n.locale}function Yl(e,t,n){var i,r,o=t.value,a=Gl(o),s=a.path,l=a.locale,c=a.args,u=a.choice;if(s||l||c)if(s){var d=n.context;e._vt=e.textContent=null!=u?(i=d.$i18n).tc.apply(i,[s,u].concat(Kl(l,c))):(r=d.$i18n).t.apply(r,[s].concat(Kl(l,c))),e._locale=d.$i18n.locale,e._localeMessage=d.$i18n.getLocaleMessage(d.$i18n.locale)}else cl("`path` is required in v-t directive");else cl("value type not supported")}function Gl(e){var t,n,i,r;return fl(e)?t=e:vl(e)&&(t=e.path,n=e.locale,i=e.args,r=e.choice),{path:t,locale:n,args:i,choice:r}}function Kl(e,t){var n=[];return e&&n.push(e),t&&(Array.isArray(t)||vl(t))&&n.push(t),n}function Xl(e,t){void 0===t&&(t={bridge:!1}),Xl.installed=!0,Ll=e;Ll.version&&Number(Ll.version.split(".")[0]);Il(Ll),Ll.mixin(Pl(t.bridge)),Ll.directive("t",{bind:Vl,update:Hl,unbind:Ul}),Ll.component(Fl.name,Fl),Ll.component(zl.name,zl);var n=Ll.config.optionMergeStrategies;n.i18n=function(e,t){return void 0===t?e:t}}var Zl=function(){this._caches=Object.create(null)};Zl.prototype.interpolate=function(e,t){if(!t)return[e];var n=this._caches[e];return n||(n=ec(e),this._caches[e]=n),tc(n,t)};var Jl=/^(?:\d)+/,Ql=/^(?:\w)+/;function ec(e){var t=[],n=0,i="";while(n<e.length){var r=e[n++];if("{"===r){i&&t.push({type:"text",value:i}),i="";var o="";r=e[n++];while(void 0!==r&&"}"!==r)o+=r,r=e[n++];var a="}"===r,s=Jl.test(o)?"list":a&&Ql.test(o)?"named":"unknown";t.push({value:o,type:s})}else"%"===r?"{"!==e[n]&&(i+=r):i+=r}return i&&t.push({type:"text",value:i}),t}function tc(e,t){var n=[],i=0,r=Array.isArray(t)?"list":hl(t)?"named":"unknown";if("unknown"===r)return n;while(i<e.length){var o=e[i];switch(o.type){case"text":n.push(o.value);break;case"list":n.push(t[parseInt(o.value,10)]);break;case"named":"named"===r&&n.push(t[o.value]);break;case"unknown":0;break}i++}return n}var nc=0,ic=1,rc=2,oc=3,ac=0,sc=1,lc=2,cc=3,uc=4,dc=5,hc=6,pc=7,fc=8,mc=[];mc[ac]={ws:[ac],ident:[cc,nc],"[":[uc],eof:[pc]},mc[sc]={ws:[sc],".":[lc],"[":[uc],eof:[pc]},mc[lc]={ws:[lc],ident:[cc,nc],0:[cc,nc],number:[cc,nc]},mc[cc]={ident:[cc,nc],0:[cc,nc],number:[cc,nc],ws:[sc,ic],".":[lc,ic],"[":[uc,ic],eof:[pc,ic]},mc[uc]={"'":[dc,nc],'"':[hc,nc],"[":[uc,rc],"]":[sc,oc],eof:fc,else:[uc,nc]},mc[dc]={"'":[uc,nc],eof:fc,else:[dc,nc]},mc[hc]={'"':[uc,nc],eof:fc,else:[hc,nc]};var gc=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function vc(e){return gc.test(e)}function yc(e){var t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t!==n||34!==t&&39!==t?e:e.slice(1,-1)}function bc(e){if(void 0===e||null===e)return"eof";var t=e.charCodeAt(0);switch(t){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"ident";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return"ident"}function wc(e){var t=e.trim();return("0"!==e.charAt(0)||!isNaN(e))&&(vc(t)?yc(t):"*"+t)}function _c(e){var t,n,i,r,o,a,s,l=[],c=-1,u=ac,d=0,h=[];function p(){var t=e[c+1];if(u===dc&&"'"===t||u===hc&&'"'===t)return c++,i="\\"+t,h[nc](),!0}h[ic]=function(){void 0!==n&&(l.push(n),n=void 0)},h[nc]=function(){void 0===n?n=i:n+=i},h[rc]=function(){h[nc](),d++},h[oc]=function(){if(d>0)d--,u=uc,h[nc]();else{if(d=0,void 0===n)return!1;if(n=wc(n),!1===n)return!1;h[ic]()}};while(null!==u)if(c++,t=e[c],"\\"!==t||!p()){if(r=bc(t),s=mc[u],o=s[r]||s["else"]||fc,o===fc)return;if(u=o[0],a=h[o[1]],a&&(i=o[2],i=void 0===i?t:i,!1===a()))return;if(u===pc)return l}}var Cc=function(){this._cache=Object.create(null)};Cc.prototype.parsePath=function(e){var t=this._cache[e];return t||(t=_c(e),t&&(this._cache[e]=t)),t||[]},Cc.prototype.getPathValue=function(e,t){if(!hl(e))return null;var n=this.parsePath(t);if(0===n.length)return null;var i=n.length,r=e,o=0;while(o<i){var a=r[n[o]];if(void 0===a||null===a)return null;r=a,o++}return r};var xc,Sc=/<\/?[\w\s="/.':;#-\/]+>/,kc=/(?:@(?:\.[a-zA-Z]+)?:(?:[\w\-_|./]+|\([\w\-_:|./]+\)))/g,Ec=/^@(?:\.([a-zA-Z]+))?:/,Dc=/[()]/g,Ac={upper:function(e){return e.toLocaleUpperCase()},lower:function(e){return e.toLocaleLowerCase()},capitalize:function(e){return""+e.charAt(0).toLocaleUpperCase()+e.substr(1)}},Oc=new Zl,Tc=function(e){var t=this;void 0===e&&(e={}),!Ll&&"undefined"!==typeof window&&window.Vue&&Xl(window.Vue);var n=e.locale||"en-US",i=!1!==e.fallbackLocale&&(e.fallbackLocale||"en-US"),r=e.messages||{},o=e.dateTimeFormats||e.datetimeFormats||{},a=e.numberFormats||{};this._vm=null,this._formatter=e.formatter||Oc,this._modifiers=e.modifiers||{},this._missing=e.missing||null,this._root=e.root||null,this._sync=void 0===e.sync||!!e.sync,this._fallbackRoot=void 0===e.fallbackRoot||!!e.fallbackRoot,this._fallbackRootWithEmptyString=void 0===e.fallbackRootWithEmptyString||!!e.fallbackRootWithEmptyString,this._formatFallbackMessages=void 0!==e.formatFallbackMessages&&!!e.formatFallbackMessages,this._silentTranslationWarn=void 0!==e.silentTranslationWarn&&e.silentTranslationWarn,this._silentFallbackWarn=void 0!==e.silentFallbackWarn&&!!e.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new Cc,this._dataListeners=new Set,this._componentInstanceCreatedListener=e.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==e.preserveDirectiveContent&&!!e.preserveDirectiveContent,this.pluralizationRules=e.pluralizationRules||{},this._warnHtmlInMessage=e.warnHtmlInMessage||"off",this._postTranslation=e.postTranslation||null,this._escapeParameterHtml=e.escapeParameterHtml||!1,"__VUE_I18N_BRIDGE__"in e&&(this.__VUE_I18N_BRIDGE__=e.__VUE_I18N_BRIDGE__),this.getChoiceIndex=function(e,n){var i=Object.getPrototypeOf(t);if(i&&i.getChoiceIndex){var r=i.getChoiceIndex;return r.call(t,e,n)}var o=function(e,t){return e=Math.abs(e),2===t?e?e>1?1:0:1:e?Math.min(e,2):0};return t.locale in t.pluralizationRules?t.pluralizationRules[t.locale].apply(t,[e,n]):o(e,n)},this._exist=function(e,n){return!(!e||!n)&&(!yl(t._path.getPathValue(e,n))||!!e[n])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(r).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,r[e])})),this._initVM({locale:n,fallbackLocale:i,messages:r,dateTimeFormats:o,numberFormats:a})},Ic={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0},sync:{configurable:!0}};Tc.prototype._checkLocaleMessage=function(e,t,n){var i=[],r=function(e,t,n,i){if(vl(n))Object.keys(n).forEach((function(o){var a=n[o];vl(a)?(i.push(o),i.push("."),r(e,t,a,i),i.pop(),i.pop()):(i.push(o),r(e,t,a,i),i.pop())}));else if(dl(n))n.forEach((function(n,o){vl(n)?(i.push("["+o+"]"),i.push("."),r(e,t,n,i),i.pop(),i.pop()):(i.push("["+o+"]"),r(e,t,n,i),i.pop())}));else if(fl(n)){var o=Sc.test(n);if(o){var a="Detected HTML in message '"+n+"' of keypath '"+i.join("")+"' at '"+t+"'. Consider component interpolation with '<i18n>' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===e?cl(a):"error"===e&&ul(a)}}};r(t,e,n,i)},Tc.prototype._initVM=function(e){var t=Ll.config.silent;Ll.config.silent=!0,this._vm=new Ll({data:e,__VUE18N__INSTANCE__:!0}),Ll.config.silent=t},Tc.prototype.destroyVM=function(){this._vm.$destroy()},Tc.prototype.subscribeDataChanging=function(e){this._dataListeners.add(e)},Tc.prototype.unsubscribeDataChanging=function(e){Cl(this._dataListeners,e)},Tc.prototype.watchI18nData=function(){var e=this;return this._vm.$watch("$data",(function(){var t=xl(e._dataListeners),n=t.length;while(n--)Ll.nextTick((function(){t[n]&&t[n].$forceUpdate()}))}),{deep:!0})},Tc.prototype.watchLocale=function(e){if(e){if(!this.__VUE_I18N_BRIDGE__)return null;var t=this,n=this._vm;return this.vm.$watch("locale",(function(i){n.$set(n,"locale",i),t.__VUE_I18N_BRIDGE__&&e&&(e.locale.value=i),n.$forceUpdate()}),{immediate:!0})}if(!this._sync||!this._root)return null;var i=this._vm;return this._root.$i18n.vm.$watch("locale",(function(e){i.$set(i,"locale",e),i.$forceUpdate()}),{immediate:!0})},Tc.prototype.onComponentInstanceCreated=function(e){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(e,this)},Ic.vm.get=function(){return this._vm},Ic.messages.get=function(){return _l(this._getMessages())},Ic.dateTimeFormats.get=function(){return _l(this._getDateTimeFormats())},Ic.numberFormats.get=function(){return _l(this._getNumberFormats())},Ic.availableLocales.get=function(){return Object.keys(this.messages).sort()},Ic.locale.get=function(){return this._vm.locale},Ic.locale.set=function(e){this._vm.$set(this._vm,"locale",e)},Ic.fallbackLocale.get=function(){return this._vm.fallbackLocale},Ic.fallbackLocale.set=function(e){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",e)},Ic.formatFallbackMessages.get=function(){return this._formatFallbackMessages},Ic.formatFallbackMessages.set=function(e){this._formatFallbackMessages=e},Ic.missing.get=function(){return this._missing},Ic.missing.set=function(e){this._missing=e},Ic.formatter.get=function(){return this._formatter},Ic.formatter.set=function(e){this._formatter=e},Ic.silentTranslationWarn.get=function(){return this._silentTranslationWarn},Ic.silentTranslationWarn.set=function(e){this._silentTranslationWarn=e},Ic.silentFallbackWarn.get=function(){return this._silentFallbackWarn},Ic.silentFallbackWarn.set=function(e){this._silentFallbackWarn=e},Ic.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},Ic.preserveDirectiveContent.set=function(e){this._preserveDirectiveContent=e},Ic.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},Ic.warnHtmlInMessage.set=function(e){var t=this,n=this._warnHtmlInMessage;if(this._warnHtmlInMessage=e,n!==e&&("warn"===e||"error"===e)){var i=this._getMessages();Object.keys(i).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,i[e])}))}},Ic.postTranslation.get=function(){return this._postTranslation},Ic.postTranslation.set=function(e){this._postTranslation=e},Ic.sync.get=function(){return this._sync},Ic.sync.set=function(e){this._sync=e},Tc.prototype._getMessages=function(){return this._vm.messages},Tc.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},Tc.prototype._getNumberFormats=function(){return this._vm.numberFormats},Tc.prototype._warnDefault=function(e,t,n,i,r,o){if(!yl(n))return n;if(this._missing){var a=this._missing.apply(null,[e,t,i,r]);if(fl(a))return a}else 0;if(this._formatFallbackMessages){var s=wl.apply(void 0,r);return this._render(t,o,s.params,t)}return t},Tc.prototype._isFallbackRoot=function(e){return(this._fallbackRootWithEmptyString?!e:yl(e))&&!yl(this._root)&&this._fallbackRoot},Tc.prototype._isSilentFallbackWarn=function(e){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(e):this._silentFallbackWarn},Tc.prototype._isSilentFallback=function(e,t){return this._isSilentFallbackWarn(t)&&(this._isFallbackRoot()||e!==this.fallbackLocale)},Tc.prototype._isSilentTranslationWarn=function(e){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(e):this._silentTranslationWarn},Tc.prototype._interpolate=function(e,t,n,i,r,o,a){if(!t)return null;var s,l=this._path.getPathValue(t,n);if(dl(l)||vl(l))return l;if(yl(l)){if(!vl(t))return null;if(s=t[n],!fl(s)&&!bl(s))return null}else{if(!fl(l)&&!bl(l))return null;s=l}return fl(s)&&(s.indexOf("@:")>=0||s.indexOf("@.")>=0)&&(s=this._link(e,t,s,i,"raw",o,a)),this._render(s,r,o,n)},Tc.prototype._link=function(e,t,n,i,r,o,a){var s=n,l=s.match(kc);for(var c in l)if(l.hasOwnProperty(c)){var u=l[c],d=u.match(Ec),h=d[0],p=d[1],f=u.replace(h,"").replace(Dc,"");if(Sl(a,f))return s;a.push(f);var m=this._interpolate(e,t,f,i,"raw"===r?"string":r,"raw"===r?void 0:o,a);if(this._isFallbackRoot(m)){if(!this._root)throw Error("unexpected error");var g=this._root.$i18n;m=g._translate(g._getMessages(),g.locale,g.fallbackLocale,f,i,r,o)}m=this._warnDefault(e,f,m,i,dl(o)?o:[o],r),this._modifiers.hasOwnProperty(p)?m=this._modifiers[p](m):Ac.hasOwnProperty(p)&&(m=Ac[p](m)),a.pop(),s=m?s.replace(u,m):s}return s},Tc.prototype._createMessageContext=function(e,t,n,i){var r=this,o=dl(e)?e:[],a=hl(e)?e:{},s=function(e){return o[e]},l=function(e){return a[e]},c=this._getMessages(),u=this.locale;return{list:s,named:l,values:e,formatter:t,path:n,messages:c,locale:u,linked:function(e){return r._interpolate(u,c[u]||{},e,null,i,void 0,[e])}}},Tc.prototype._render=function(e,t,n,i){if(bl(e))return e(this._createMessageContext(n,this._formatter||Oc,i,t));var r=this._formatter.interpolate(e,n,i);return r||(r=Oc.interpolate(e,n,i)),"string"!==t||fl(r)?r:r.join("")},Tc.prototype._appendItemToChain=function(e,t,n){var i=!1;return Sl(e,t)||(i=!0,t&&(i="!"!==t[t.length-1],t=t.replace(/!/g,""),e.push(t),n&&n[t]&&(i=n[t]))),i},Tc.prototype._appendLocaleToChain=function(e,t,n){var i,r=t.split("-");do{var o=r.join("-");i=this._appendItemToChain(e,o,n),r.splice(-1,1)}while(r.length&&!0===i);return i},Tc.prototype._appendBlockToChain=function(e,t,n){for(var i=!0,r=0;r<t.length&&pl(i);r++){var o=t[r];fl(o)&&(i=this._appendLocaleToChain(e,o,n))}return i},Tc.prototype._getLocaleChain=function(e,t){if(""===e)return[];this._localeChainCache||(this._localeChainCache={});var n=this._localeChainCache[e];if(!n){t||(t=this.fallbackLocale),n=[];var i,r=[e];while(dl(r))r=this._appendBlockToChain(n,r,t);i=dl(t)?t:hl(t)?t["default"]?t["default"]:null:t,r=fl(i)?[i]:i,r&&this._appendBlockToChain(n,r,null),this._localeChainCache[e]=n}return n},Tc.prototype._translate=function(e,t,n,i,r,o,a){for(var s,l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var u=l[c];if(s=this._interpolate(u,e[u],i,r,o,a,[i]),!yl(s))return s}return null},Tc.prototype._t=function(e,t,n,i){var r,o=[],a=arguments.length-4;while(a-- >0)o[a]=arguments[a+4];if(!e)return"";var s=wl.apply(void 0,o);this._escapeParameterHtml&&(s.params=Tl(s.params));var l=s.locale||t,c=this._translate(n,l,this.fallbackLocale,e,i,"string",s.params);if(this._isFallbackRoot(c)){if(!this._root)throw Error("unexpected error");return(r=this._root).$t.apply(r,[e].concat(o))}return c=this._warnDefault(l,e,c,i,o,"string"),this._postTranslation&&null!==c&&void 0!==c&&(c=this._postTranslation(c,e)),c},Tc.prototype.t=function(e){var t,n=[],i=arguments.length-1;while(i-- >0)n[i]=arguments[i+1];return(t=this)._t.apply(t,[e,this.locale,this._getMessages(),null].concat(n))},Tc.prototype._i=function(e,t,n,i,r){var o=this._translate(n,t,this.fallbackLocale,e,i,"raw",r);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(e,t,r)}return this._warnDefault(t,e,o,i,[r],"raw")},Tc.prototype.i=function(e,t,n){return e?(fl(t)||(t=this.locale),this._i(e,t,this._getMessages(),null,n)):""},Tc.prototype._tc=function(e,t,n,i,r){var o,a=[],s=arguments.length-5;while(s-- >0)a[s]=arguments[s+5];if(!e)return"";void 0===r&&(r=1);var l={count:r,n:r},c=wl.apply(void 0,a);return c.params=Object.assign(l,c.params),a=null===c.locale?[c.params]:[c.locale,c.params],this.fetchChoice((o=this)._t.apply(o,[e,t,n,i].concat(a)),r)},Tc.prototype.fetchChoice=function(e,t){if(!e||!fl(e))return null;var n=e.split("|");return t=this.getChoiceIndex(t,n.length),n[t]?n[t].trim():e},Tc.prototype.tc=function(e,t){var n,i=[],r=arguments.length-2;while(r-- >0)i[r]=arguments[r+2];return(n=this)._tc.apply(n,[e,this.locale,this._getMessages(),null,t].concat(i))},Tc.prototype._te=function(e,t,n){var i=[],r=arguments.length-3;while(r-- >0)i[r]=arguments[r+3];var o=wl.apply(void 0,i).locale||t;return this._exist(n[o],e)},Tc.prototype.te=function(e,t){return this._te(e,this.locale,this._getMessages(),t)},Tc.prototype.getLocaleMessage=function(e){return _l(this._vm.messages[e]||{})},Tc.prototype.setLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,t)},Tc.prototype.mergeLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,Dl("undefined"!==typeof this._vm.messages[e]&&Object.keys(this._vm.messages[e]).length?Object.assign({},this._vm.messages[e]):{},t))},Tc.prototype.getDateTimeFormat=function(e){return _l(this._vm.dateTimeFormats[e]||{})},Tc.prototype.setDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,t),this._clearDateTimeFormat(e,t)},Tc.prototype.mergeDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,Dl(this._vm.dateTimeFormats[e]||{},t)),this._clearDateTimeFormat(e,t)},Tc.prototype._clearDateTimeFormat=function(e,t){for(var n in t){var i=e+"__"+n;this._dateTimeFormatters.hasOwnProperty(i)&&delete this._dateTimeFormatters[i]}},Tc.prototype._localizeDateTime=function(e,t,n,i,r,o){for(var a=t,s=i[a],l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var u=l[c];if(s=i[u],a=u,!yl(s)&&!yl(s[r]))break}if(yl(s)||yl(s[r]))return null;var d,h=s[r];if(o)d=new Intl.DateTimeFormat(a,Object.assign({},h,o));else{var p=a+"__"+r;d=this._dateTimeFormatters[p],d||(d=this._dateTimeFormatters[p]=new Intl.DateTimeFormat(a,h))}return d.format(e)},Tc.prototype._d=function(e,t,n,i){if(!n){var r=i?new Intl.DateTimeFormat(t,i):new Intl.DateTimeFormat(t);return r.format(e)}var o=this._localizeDateTime(e,t,this.fallbackLocale,this._getDateTimeFormats(),n,i);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.d(e,n,t)}return o||""},Tc.prototype.d=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=this.locale,r=null,o=null;return 1===t.length?(fl(t[0])?r=t[0]:hl(t[0])&&(t[0].locale&&(i=t[0].locale),t[0].key&&(r=t[0].key)),o=Object.keys(t[0]).reduce((function(e,n){var i;return Sl(ll,n)?Object.assign({},e,(i={},i[n]=t[0][n],i)):e}),null)):2===t.length&&(fl(t[0])&&(r=t[0]),fl(t[1])&&(i=t[1])),this._d(e,i,r,o)},Tc.prototype.getNumberFormat=function(e){return _l(this._vm.numberFormats[e]||{})},Tc.prototype.setNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,t),this._clearNumberFormat(e,t)},Tc.prototype.mergeNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,Dl(this._vm.numberFormats[e]||{},t)),this._clearNumberFormat(e,t)},Tc.prototype._clearNumberFormat=function(e,t){for(var n in t){var i=e+"__"+n;this._numberFormatters.hasOwnProperty(i)&&delete this._numberFormatters[i]}},Tc.prototype._getNumberFormatter=function(e,t,n,i,r,o){for(var a=t,s=i[a],l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var u=l[c];if(s=i[u],a=u,!yl(s)&&!yl(s[r]))break}if(yl(s)||yl(s[r]))return null;var d,h=s[r];if(o)d=new Intl.NumberFormat(a,Object.assign({},h,o));else{var p=a+"__"+r;d=this._numberFormatters[p],d||(d=this._numberFormatters[p]=new Intl.NumberFormat(a,h))}return d},Tc.prototype._n=function(e,t,n,i){if(!Tc.availabilities.numberFormat)return"";if(!n){var r=i?new Intl.NumberFormat(t,i):new Intl.NumberFormat(t);return r.format(e)}var o=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,i),a=o&&o.format(e);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.n(e,Object.assign({},{key:n,locale:t},i))}return a||""},Tc.prototype.n=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=this.locale,r=null,o=null;return 1===t.length?fl(t[0])?r=t[0]:hl(t[0])&&(t[0].locale&&(i=t[0].locale),t[0].key&&(r=t[0].key),o=Object.keys(t[0]).reduce((function(e,n){var i;return Sl(sl,n)?Object.assign({},e,(i={},i[n]=t[0][n],i)):e}),null)):2===t.length&&(fl(t[0])&&(r=t[0]),fl(t[1])&&(i=t[1])),this._n(e,i,r,o)},Tc.prototype._ntp=function(e,t,n,i){if(!Tc.availabilities.numberFormat)return[];if(!n){var r=i?new Intl.NumberFormat(t,i):new Intl.NumberFormat(t);return r.formatToParts(e)}var o=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,i),a=o&&o.formatToParts(e);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(e,t,n,i)}return a||[]},Object.defineProperties(Tc.prototype,Ic),Object.defineProperty(Tc,"availabilities",{get:function(){if(!xc){var e="undefined"!==typeof Intl;xc={dateTimeFormat:e&&"undefined"!==typeof Intl.DateTimeFormat,numberFormat:e&&"undefined"!==typeof Intl.NumberFormat}}return xc}}),Tc.install=Xl,Tc.version="8.28.2";var Pc=Tc,Fc=i(4093),$c=i(9952),Bc=i(3527);const Mc={sendData:{sendTitle:"sendData",search:{sendingTime:"sendingTime",phoneNumber:"phoneNumber",companyName:"companyName",addressee:"addressee",textSearch:"textSearch",send:"send",open:"open",LinkClick:"LinkClick",reply:"reply",return:"return",unsubscribe:"unsubscribe",emailComplaints:"emailComplaints",search:"search",download:"download",reset:"reset",collapse:"collapse",operate:"operate"},table:{createTime:"createTime",sender:"sender",name:"name",company:"company",addressee:"addressee",subject:"subject",text:"text",send:"send",open:"open",linkClick:"linkClick",reply:"reply",return:"return",unsubscribe:"unsubscribe",spamComplaints:"spamComplaints",view:"view",AIreplies:"AIreplies"}},receiveData:{receiveTitle:"Received Data",search:{sendingTime:"Sent Time:",sender:"Sender",receivingAccount:"Recipient Account:",recipientName:"Recipient Name:",companyName:"Company Name:",textSearch:"Content Search:",search:"Search",download:"Download",reset:"Reset"},table:{sendTime:"Received Time",sender:"Sender",addressee:"Recipient",name:"Name",company:"Company",subject:"Subject",content:"Content",isRead:"Read Status",operate:"Action"}},inboxMail:{search:{default:"Please enter",defaultSelect:"Please select",bloggerName:"Influencer Name",title:"Title and Content",target:"Popularization Plan",tagName:"Tag Name",isRead:"Read Status",read:"Read",unRead:"Unread",isStar:"Starred Emails",sendEmail:"Sending email",emailStatus:"Email status",all:"All Emails",starred:"Starred",allEmail:"All emails",sysEmail:"System emails",businessEmail:"Enterprise emails",isReply:"Replied to Email",replyTrue:"Replied",replyFalse:"Unreplied",replayTime:"Received Time",time1:"Last Three Months",time2:"Last Six Months",time3:"All Emails",search:"Search",reset:"Reset",refresh:"Refresh",delete:"Delete",setUnRead:"Mark as Unread",batchReply:"Bulk Reply",noTask:"No campaign"},searchButton:{search:"search",reset:"reset"}},inboxTable:{noTask:"no task",addTag:"new label",delTag:"Are you sure you want to remove this label?",confirm:"Confirm",cancel:"Cancel",tip:"tip",cancelTagDel:"Undo delete",successTagDel:"The mailing label was deleted successfully",errorTag:"The label displays an error",delmailWarning:"Please select at least one",unReadSuccess:"The operation was successful",delMail:"This action will permanently delete, do you want to continue?",del:"Email deleted successfully",collMail:"Collected",cancelMail:"Cancel Favorite",requestError:"Request error",deleteTip:"If this email is spam, you can block emails from this address.",delShieldBtn:"Delete and block this email address."},newMail:{title:"New mail notification",content:"You have received a new email. Please check your inbox"},inboxDetail:{addTag:"Add Tag",addFavorites:"Add to Favorites",send:"Send",to:"Addressee",me:"Me",reply:"Reply",mailContent:"Email body cannot be empty",replySuccess:"Reply successful",delSuccess:"Delete successful",confirmContent:"This action will permanently delete, continue?",tagError:"Tag error",tip:"Notice",mailError:"Failed to read email",confirm:"Confirm",cancel:"Cancel",omail:"Original email",subject:"Subject",content:"Body",outerBlogger:"External influencer or agent",email:"Email:",normalReply:"Standard reply",reply2:"Reply",simpleReply:"Quick reply",plan:"Associated campaign",noPlan:"No associated campaign",coopStatus:"Cooperation status",coop1:"Not cooperating",coop2:"Confirm cooperation",coop3:"Sample sent",coop4:"Content in production",coop5:"Waiting to go online",coop6:"Cooperation completed",empty:"None",menu1:"Influencer profile",menu2:"Sample delivery management",menu3:"Cooperation content",menu4:"Cooperation amount",menu5:"Affiliate distribution",menu6:"Remarks",menu7:"Report influencer",menu8:"Blacklist",menu9:"Influencer details",menu10:"Payment",aiTip1:"AI-generated content may contain risks, please review and confirm",open:"Expand",close:"Collapse",like:"Like",unLike:"Dislike",redo:"Regenerate",stop:"Stop generation",restPoint:"Available AI points",aiRule:"Click to view AI points usage rules",aiContentReply:"AI content reply",channelId:"Channel ID",read:"read",unRead:"unread",tips1:"Please add an associated campaign first!",tips2:"Content generation timed out, please try again!",tip3:"No content to reply!",tips4:"Sent successfully!",tips5:"Operation successful",quickReply:"Quick reply",fullWrite:"Switch to full writing mode",sendNow:"Send now",keywords:"Key information",isBuilding:"AI key information generation in progress...",waring1:"The following information is extracted by AI after analyzing the email content",info1:"Quotation",info2:"Contact information",info3:"Shipping address",info4:"Payment information",saveInfo:"Enter into influencer profile",noInfo:"No key information extracted from this email",aiTips2:"No information to enter",infoSuccess:"Entry successful!",planTitle1:"Add associated campaign",planTitle2:"Transfer associated campaign",planTip1:"Note: The influencer's contact status, cooperation status, bound tracking links, videos, etc. will be synchronized into the target campaign",planTip2:"Note: The influencer's contact status, cooperation status, videos, etc. will be moved into the target campaign",choosePlan:"Select campaign",planPlace:"Please select a campaign",noPlan2:"No campaign currently available",createPlan:"Create campaign",planTips3:"Please select a campaign",planVal:"Campaign",planMove:"Transfer",planGL:"Associate",success:"Successful",coopStatusTitle:"Select cooperation status",previousPage:"Previous Page",nextPage:"Next Page"},inboxTagDialog:{title:"label",tip:"tip",default:"Please enter a new label name",selectTag:"Selected labels",collapse:"Show less",unfold:"Show more",bindTagTip:"Select the label to which the message is bound",bindSuccess:"Binding succeeded",addTagSuccess:"The tag was added successfully",addTagFail:"Label already exists",tagMaxLen1:"The label length cannot exceed six characters",tagMaxLen2:"The label length cannot exceed twelve characters",tagMaxLen:"The tag name cannot exceed 30 characters (15 Chinese characters)",delTagSuccess:"The tag is deleted successfully",confirm:"Confirm",cancel:"Cancel"},searchButton:{search:"Search",reset:"Reset"},writeMail:{receiver:"To",cc_person:"Cc",subject:"Subject",add_attachment:"Attach Files",notice:"Tip",tip:"The maximum number of attachments is 10, and the total size of attachments should not exceed 200MB.",content:"content",template_var:"Template variables",channel_name:"Channel name",channel_Id:"Channel Id",blogger:"Influencer",name:"Name",fans_num:"Number of fans",channel_link:"Channel link",goback:"Return",save_draft:"Save",delayed_sending:"Schedule send",send_now:"Send",template:"Template",signature:"Signature",product:"Product",task:"Task",creativity:"Idea",retract:"Show less",other:"",person:"",time_limit:"Sending time cannot be earlier than the current time",save_draft_tip:"Do you want to save the edited content to the draft box?",save_mail:"Do you want to save the email content?",prompt:"Tip",save:"Save",cancle:"Cancel",no_receiver:"Please specify at least one recipient.",check_receiver:"Please check if the recipient’s email address is correct",check_ccperson:"Please check if the CC recipient’s email address is correct",no_subject:"Please fill in the email subject before sending",subject_limit:"Email subject cannot exceed 100 characters",no_content:"Please fill in the email body before sending",content_limit:"Email content cannot exceed 5000 characters",attachment_length_limit:"Up to 10 attachments can be uploaded",attachment_size_limit:"Total attachment size cannot exceed 200MB",choose_send_time:"Select scheduled sending time",will:"the email will be sent at ",post_to:"Beijing Time and is temporarily saved in 'Draft'",send:"send",choose_time_date:"Select date and time",cancle_timer:"Cancel scheduled sending",change_timer:"Modify sending time",mail_will:"The email will be sent at",save_tip:". Before sending, it will be temporarily saved in 'Draft' and can be viewed or modified at any time.",set_delay_success:"Scheduled email saved",i_know:"OK",cancle_delay_tip:"After canceling the scheduled sending, the email will be restored to a regular draft email.",whether_cancle_delay:"Do you want to cancel the scheduled sending?",cancle_delay:"confirm",no_cancle:"cancel",infoPop:"Usually, using template variables in emails can effectively improve work efficiency"},uploadDialog:{title:"Upload Attachment",btnUpload:"Select File",tip:"The total size limit for files is 200 MB and the number of files cannot exceed 10",tip1:"The rest size limit for files is ",tip2:"and the rest number of files cannot exceed",btnOk:"Upload",btnClear:"Clear",empty:"File upload cannot be empty",maxSize:"The total size of files cannot exceed 100 MB. Please upload again",maxNum:"The number of files uploaded cannot exceed 10",success:"Upload successful",wait:"Please wait for the upload to finish",not:"This file format is currently not supported"},outboxMail:{blogger_name:"Recipient",title_content:"subject/content",task_name:"task",mail_type:"Mail types",mail_status:"Mail status",star_mail:"Starred mail",all_read:"All read",all_unread:"Unread",read:"Read",no_task:"No task",no_plan:"No campaign",normal:"Normal",delay:"Scheduled",failed:"Failed to send",all_mail:"All emails",choose:"Please select at least one item.",confirm_del:"Are you sure you want to delete?",success:"Operation successful."},draftMail:{draft:"Drafts",no_receiver:"Please specify at least one recipient.",send:"send",empty:"empty",no_subject:"Empty subject"},outboxDetail:{back:"return",me:"me",send_to:"to",retract:"Show less",more:"Show more",read:"read",unreviewed_resend:"Resend unread emails",resend_all:"Resend all",show_all:"Show all",file_num:"attachments",down_all:"Download all"},blogMail:{search_mail:"Search email",read:"read",unread:"unread",receive_mail:"Inbox",send_mail:"Sent"},template:{invite_cooperation:"Cooperation invitation",price_negotiation:"negotiation price",contract_template:"Contract",video_production:"Video making",expense_settlement:"Payment",create_template:"Create template",system_template:"System template",custom_template:"Custom template",new_template:"New template",template_title:"Template title",mail_title:"subject",apply_scene:"Application scenario",language:"Language",template_language:"Template language",set_system_template:"Set system template",edit_template:"Edit template",word_limit:"Limit within words ",title_not_empty:"Template title cannot be empty",title_word_limit:"Template title should be within 30 words",subject_not_empty:"Email subject cannot be empty",scene_not_empty:"Application scenario cannot be empty",scene_word_limit:"Application scenario should be within 20 words",language_not_empty:"Language cannot be empty",no_content:"Email body cannot be empty",choose_type:"Select type",confirm:"Confirm",template_type:"Template type",set_success:"Settings saved successfully"},signature:{create_sign:"New Signature",edite_sign:"Edit Signature",sign_not_empty:"Signature cannot be empty",confirm_del:"Are you sure you want to delete the singature?"},product:{no_data:"Create a product now to get started! No products found.",add_product:"Add product",create_product:"New product",upload_picture:"Upload product image",length_limit:"File size should not exceed",product_name:"Product name",en_name:"English name",product_type:"Product type",E_COMMERCE:"E-commerce platform",produce_link:"Product link",product_price:"Product price",dollar:"USD",link:"Original link",link_goods:"commodity",link_app:"APP promotion",link_web:"Website promotion",link_amazon:"Amazon",link_aliExpress:"AliExpress",link_lazada:"Lazada",link_shopee:"Shopee",link_independent:"Independent station",link_other:"other",empty_link_name:"Product name cannot be empty",limit_link_words:"The product name cannot exceed 20 words",empty_en_name:"English name cannot be empty",limit_en_words:"English name cannot exceed 100 characters",false_en_name:"The English name is entered incorrectly",select_link_type:"Please select a product type",select_platform:"Please select an e-commerce platform",empty_link:"Product link cannot be empty",empty_price:"The product price cannot be empty",no_img:"No product images uploaded",create_success:"Created successfully",false_link:"Product link format error, please re-enter",re_link_name:"The product name already exists, please re-enter",limit_upload:"Upload image size cannot exceed 5MB"},task:{choose:"Select",blogger_classify:"KOL category",blogger_country:"KOL country",blogger_platform:"KOL platform",create_date:"Creation date",no_data:"Create a task now to get started! No tasks found."},creativity:{no_data:"Only favorited ideas will appear here",content:"Creative content",script:"Creative script",insert:"Insert",interaction_rate:"Interaction rate",script_name:"Script name",script_classify:"Script category",script_num:"Script number",collect:"Favorite",cancle_collect:"Unfavorite",storyboard:"Storyboard",suggested_duration:"Suggested duration",plot_summary:"Plot summary",key_point:"Key points",case_name:"Case name",case_classify:"Case category",playback_volume:"Views",likes:"Likes",comments_num:"Comments",content_title:"Content title",content_validity:"Content summary",video_num:"Number of videos",channel_createtime:"Channel creation time",blogger_area:"KOL region",blogger_detail:"KOL details",case_detail:"Case details",no_title:"No title",no_validity:"No summary",script_content:"Script content",average_play:"Average views",total_watch:"Total views"},common:{please_select:"Please select",please_input:"Please enter",no_data:"No data available",confirm:"Confirm",cancle:"Cancel",delete:"Delete",apply:"Apply",detail:"Details",download:"Download",update_on:"Last update time",second:"seconds",minute:"minutes"},productForm:{product_selection_form:"Product Selection Form",creation_time:"Creation Time",selection_form_name:"Product Selection Form Name",number_of_product_cards:"Number of Product Cards",viewing_frequency:"View Count",update_time:"Last Updated",operation:"Operation",cancel:"Cancel",confirm:"Confirm",see:"View"},productCard:{product_card:"Product Card",example:"Example",add_product_card:"Add Product Card"},newProduct:{product:"Product",product_name:"Product Name",please_enter:"Please enter",please_enter_num:"Please enter a number.",productName:"Product Name",productId:"Product ID",productRemark:"Product Remark",query:"Search",reset:"Reset",details:"Details",shopifyProduct:"Shopify Products",product_remarks:"Product Notes",product_en:"English name",channel:"Channel",product_details:"Product Details",view_cards_times:"Product Card Views",basic_information:"Basic Information",name:"Name",chinese:"Chinese",english:"English",remarks:"Note",picture:"Image",category:"Category",describe:"Description",source:"Source",sales_information:"Sales Information",price:"Price",sku_description:"SKU Description",shippable_regions:"Shippable Regions",search_keywords:"Search Keywords",Main_image:"Main Image",Manual_addition:"Add Manually",Shopify_import:"Shopify Import",TikTok_import:"Import from TikTok",Cancel:"Cancel",preservation:"Save"},setMail:{Sending_settings:"Sender Settings",Current_settings:"Current Settings",mailbox_system:"System Email",unbind:"Unbind",tip1:"Are you sure you want to unlink your Gmail account from WotoHub? Once unlinked, you will no longer be able to use the related functions for sending and receiving emails via Gmail, and you will need to reauthorize to use them again. To cancel the authorization, you need to adjust the settings in your Gmail account.",guide:"Click here for the user guide.",cancle:"Cancel",confirm_unbinding:"Confirm Unlinking",no_bind_mail:"No email address linked yet.",bind:"Bind",tip2:"Please save the drafted email content first, as the compose page will refresh during authorization.",tip3:"Please ensure the VPN is enabled before granting authorization.",tip4:"Please enter the Gmail address you want to link",auth:"Authorization",tip5:"Gmail limits outgoing emails to 20 per hour.",confirm:"Confirm",auth_success:"Gmail authorization successful",auth_failed:"Gmail authorization failed",tip6:"Please link your Gmail account first.",tip7:"System email set successfully.",tip8:"GMAIL account setup successful",tip9:"Please enter your Gmail address first",tip10:"Please enter a valid email address format",tip11:"Enterprise email set successfully"},deliveryTime:{Delivery_time:"Sent Time",three_months:"Within the past three months",past_six_months:"The past six months",all_emails:"All Emails",no_promotion_plan:"No Campaign",Channel_ID:"Channel ID",tips:"To ensure your emails are delivered efficiently and accurately to influencers, we have limited the maximum number of bulk emails to 500. Therefore, this batch will only be sent to the first 500 unread influencers.",know:"Got it.",tip:"Prompt"},checkMail:{filtering:"Filtering",filter_completed:"Filtering complete",tip1_1:"valid recipients, all contacted for the first time within 30 days, will automatically proceed to the next step after",tip1_2:"seconds.",tip2:"Valid Sender: To ensure the health of your mailbox, the platform will automatically filter out influencers who have sent emails with duplicate titles on the same day.",tip3_1:"We have detected",tip3_2:"valid recipients, of which",tip3_3:"have been contacted via email within the last 30 days. Would you like to filter these influencers to avoid duplicate sending?",variable_replacement:"Variable substitution",tip4:"It's recommended to use variables in the email subject and body to increase the open rate.",tip5:"Checking email. Once the check is complete, it will automatically proceed to the next step of creating the email.",tip6_1:"The email has passed the quality check and will be automatically created in",tip6_2:"seconds.",continue_sending_emails:"Continue Sending",optimize_emails:"Optimize Email",email_created_successfully:"Email created successfully.",tip7_1:"Please keep a close eye on your incoming messages. You will be redirected to your outbox in",tip7_2:"seconds",jump_immediately:"Jump Now",creation_failed:"Creation failed.",tip8_1:"Recipient field is empty. Email creation failed. This window will close automatically in",tip8_2:"seconds.",close:"Close",filter_duplicate_touchpoints:"Filter duplicate contacts",filter_contacted_influencers:"Filter contacted influencers",email_quality_inspection:"Email Quality Check",create_email:"Create Email",tip9:"Exceeded daily email sending limit.",tip10_1:"To ensure the health of your mailbox, the daily email sending limit is {value} emails. You have",tip10_2:"emails remaining to send today. You can",tip11:"Save the email to drafts",tip12:"Schedule to send the next day",know:"Got it.",send_notice:"Sending Guidelines",tip13:"For more email optimization tips, please contact customer service.",tip14:"Do not show again for 14 days",tip15:"To ensure the health of the email, there is a limit on the total number of daily emails sent by the primary and secondary accounts.",tip16:"Using variables in the subject and body can help increase email open rates.",tip17:"Recommended usage of template variables",tip18:"Using variables in the email subject and body can enrich bulk email content, effectively improving delivery and open rates.",messageTip1:"Mailbox unlocking limit reached! Please contact support for more quota."},edm2:{mailEn1:"Single-round invitation",mailEn2:"Multi-round invitation",mailEn3:"Reply to sender",mailEn4:"Filter",mailEn5:"Compose email",mailEn6:"Email subject",mailEn7:"Email body",mailEn8:"Select date",mailEn9:"Delivery rate",mailEn10:"Open rate",mailEn11:"Reply rate",mailEn12:"Sending time",mailEn13:"Email content",mailEn14:"Email",mailEn15:"Attachment",mailEn16:"Influencer list",mailEn17:"Country",mailEn18:"Platform",mailEn19:"Replied or not",mailEn20:"Hide AI auto-invite emails",mailEn21:"No",mailEn22:"Yes",mailEn23:"Recipient list",mailEn24:"Add recipient",mailEn25:"Next step",mailEn26:"Add source",mailEn27:"Remove recipient",mailEn28:"Cancel removal",mailEn29:"There are still unconfirmed duplicate influencers in the recipient list. To avoid duplicate contacts, the system will automatically filter them out and will not send emails to them. Do you want to continue?",mailEn30:"You have selected duplicate influencers, and emails will only be sent to the selected duplicates.",mailEn31:"Duplicate recipients",mailEn32:"The recipients you added contain duplicates. To avoid wasting email resources, please confirm again."},edm5:{v1:"Refresh",v2:"Delete",v3:"Please select read emails",v4:"Sender's Email:",v5:"Please reply using the original email address",v6:"AI Email Summary",v7:"Extract Key Information",v8:"Extract Quotes, Contact Information, Delivery Address, Payment Information",v9:"AI Reply",v10:"Operation Successful",v11:"Content generation timed out, please try again!",v12:"Content generated by AI may contain risks, please review and confirm",v13:"Reply Strategy",v14:"Please enter your reply requirements",v15:"Generating Reply Strategy",v16:"Not helpful? Try another option",v17:"Available AI Points:",v18:"Click to view AI points usage rules",v19:"Cancel",v20:"Generate",v21:"English",v22:"Friendly",v23:"One",v24:"Two",v25:"Three",v26:"Four",v27:"Five",v28:"Six",v29:"Please enter the subject you wish to reply to",v30:"AI-generated Reply Content (Chinese)",v31:"AI-generated Reply Content ({ value })",v32:"Like",v33:"Dislike",v34:"Regenerate",v35:"Stop Generating",v36:"Confirm",v37:"Recipient:",v38:"Card Number:",v39:"Bank:",v40:"Delivery Rate, Open Rate, and Reply Rate data will be updated and corrected daily at 12 AM and 12 PM",v41:"Channel ID:",v42:"Influencer",v43:"Please enter the influencer's name to search",v44:"Reset",v45:"Confirm",v46:"Unread",v47:"Read",v48:"Yes",v49:"No",v50:"Email Status",v51:"Estimated Send Time",v52:"Draft",v53:"Pending Send",v54:"Send Failed",v55:"Content",v56:"Attachments",v57:"Multiple email templates can be set and sent in rotation",v58:"Add/Remove Recipients",v59:"Email",v60:"Add Email Content",v61:"Sender's Nickname",v62:"Send Now",v63:"Send",v64:"Schedule Send",v65:"Generate Email",v66:"Optimize Content",v67:"Paraphrase Email",v68:"Translate",v69:"AI Email",v70:"Email Template",v71:"Content Variables",v72:"Template",v73:"Signature",v74:"Product",v75:"Product Form",v76:"Close Prompt",v77:"Recipient and email are both empty, failed to save draft",v78:"Are you sure you want to delete this content? It cannot be recovered once deleted",v79:"Prompt",v80:"Email content is empty, operation cannot be performed!",v81:"Editing failed, please try again!",v82:"AI-generated Email",v83:"AI instantly customizes professional email content based on selected products and collaboration requirements",v84:"Step One:",v85:"Select Product",v86:"Selected",v87:"Product",v88:"Step Two:",v89:"Collaboration Requirements",v90:"Generate",v91:"Fill in Collaboration Requirements",v92:"*Share more details with AI to make your invitation email more compelling",v93:"Email Closing",v94:"Product or Brand Advantages",v95:"Please Enter",v96:"Free Sample Delivery?",v97:"Basic Compensation Provided?",v98:"Please Select",v99:"Influencer Commission",v100:"Video Style",v101:"Video Duration",v102:"seconds",v103:"Press Enter after entering the content to add it",v104:"Other requirements",v105:"Generate language:",v106:"For better AI parsing, please use the target language",v107:"Product Information",v108:"Product Name:",v109:"English Name:",v110:"Channel:",v111:"Product Link:",v112:"Shipping Regions:",v113:"Description:",v114:"Collaboration Requirements",v115:"Product or Brand Advantages:",v116:"Collaboration Method:",v117:"Video Style:",v118:"Video Duration:",v119:"Other Requirements:",v120:"Currently using DeepSeek to generate an email for you.",v121:"Subject:",v122:"Content:",v123:"No emails added yet",v124:"Application",v125:"Free Samples Provided",v126:"No Free Samples Provided",v127:"Basic Compensation Provided",v128:"No Basic Compensation Provided",v129:"Product Placement",v130:"Contrast Comparison",v131:"Experience Sharing",v132:"Direct Display",v133:"Unboxing Review",v134:"Email signature cannot be empty!",v135:"Complete at least one step!",v136:"No applicable emails available!",v137:"Corporate Email Configuration Guide",v138:"To invite influencers via corporate email, you can authorize a third-party client (e.g., WotoHub platform) to log in to the corporate email to send emails. Authorization is only used to call the corporate email's send email function. Essentially, the bulk emails are still sent through the user's corporate email, so they are subject to the corporate email's sending and receiving rules.",v139:"Authorization Method",v140:"1. Click on [Send Settings] on the email editing page to bind a third-party email",v141:"2. After selecting [Bind New Email], choose the email type (Gmail or corporate email)",v142:"3. For Gmail, proceed with authorization binding. For corporate email, fill in the relevant fields",v143:"Note: Currently, QQ Mail and Tencent Corporate Mail require an [Authorization Code] to log in. Refer to the [SMTP Configuration Help Document] below for the method to obtain it.",v144:"Gmail Authorization",v145:"Ensure VPN is enabled when authorizing Gmail. Manually check the first two permissions (not all).",v146:"If you accidentally select all and authorization fails, go to Gmail account settings [Security] to clear WotoKOL authorization and rebind.",v147:"Step 1: Go to Account Management",v148:"Step 2: Go to the Security page and find WotoKOL under Your Connections with Third-Party Apps and Services",v149:"Step 3: Revoke all connections. After completion, rebind the email in WotoHub.",v150:"SMTP Configuration Help Document",v151:"Refer to the help document of your email service provider on how to enable and configure the SMTP server and obtain the authorization code. Below are some common corporate email help documents. If authorization fails under default advanced options, check the configuration according to the relevant documents and verify. If you need assistance, contact customer service.",v152:"Email",v153:"SMTP Server",v154:"Is an authorization code required to log in?",v155:"Help Document",v156:"Platform Control Rules",v157:"View Details",v158:"Common Reasons for Email Verification Failure and Solutions",v159:"1. This email has already been bound",v160:"Each email can only be bound to one account. The system found that the email you entered is already bound to another account. Please enter a suitable email.",v161:"2. Incorrect information entered, please check the details again",v162:"Check if the email account and password are correct. Some corporate emails require an [Authorization Code] to log in. Check if the authorization code is correct.",v163:"Special cases like Alibaba Corporate Mail, ensure [Third-Party Client Security Password] is disabled, as shown below:",v164:"3. Invalid email address",v165:"The email address you provided has a format error, does not exist, or is not within the platform's supported corporate email range, making it unusable. Please verify and enter the correct information.",v166:"4. Authorization failed, please check the configuration instructions",v167:"There may be an error in the permissions selected when authorizing Gmail. Check the Gmail authorization notes above and try again.",v168:"Alibaba Corporate Mail",v169:"1. Bulk email limit is 300 emails",v170:"2. Individual recipient limit is 100 emails",v171:"Tencent Corporate Mail",v172:"Enable STMP Service",v173:"Configure Alibaba Corporate Mail to Third-Party Client",v174:"Enable POP/SMTP/IMAP functions",v175:"Obtain Client-Specific Password",v176:"1. For enterprises with fewer than 30 users, the daily email limit is 1500 emails;",v177:"2. For enterprises with more than 30 users, the daily email limit is the number of users * 50 emails/day;",v178:"3. No sending limit for accounts with prior email exchanges.",v179:"QQ Mail",v180:"Configure QQ Mail Authorization Code",v181:"There is no maximum sending limit for normal emails. If your email content is deemed as advertising or spam, it will be restricted. This is determined by the system, so avoid sending such emails.",v182:"Outlook Mail",v183:"Configuration Document",v184:"Learn about the Outlook SMTP Settings Interface:",v185:"Outlook SMTP Settings Interface",v186:"1. Daily recipients: 5,000",v187:"2. Maximum recipients per email: 500",v188:"3. Daily non-relationship recipients: 1,000",v189:"Sending Notes",v190:"1. To ensure email health, the combined daily sending limit for master and sub-accounts is {value} emails",v191:"2. When sending emails from non-system emails, the email unlock quota will be consumed simultaneously",v192:"When sending emails from non-system emails, the email unlock quota will be consumed simultaneously",v193:"Default",v194:"Set as Default",v195:"Unbind",v196:"Bind New Email",v197:"Email Type",v198:"Configuration Instructions",v199:"Please enter the Gmail email to bind",v200:"Please save the drafted email content first, as the email page will refresh during authorization",v201:"Ensure VPN is enabled before authorization",v202:"Gmail limits to 20 outgoing emails per hour",v203:"Please enter the Outlook email to bind",v204:"Email address",v205:"Email password/authorization password",v206:"SMTP Outgoing Mail",v207:"Please enter the domain name",v208:"Unencrypted",v209:"Please enter the port",v210:"IMAP Incoming Mail",v211:"This email has pending messages. If you unbind now, these messages will fail to send. Are you sure you want to continue?",v212:"Are you sure you want to unbind {currentUnbindEmail} from WotoHub? After unbinding, you will no longer be able to use the related functions for sending and receiving emails with {currentUnbindEmail}, and you will need to reauthorize to use it again.",v213:"Please select your business email provider",v214:"Please enter the email address",v215:"Please enter a valid email address",v216:"Please enter the email password/authorization password",v217:"Please enter the domain name",v218:"Please enter the port",v219:"Select Outbox",v220:"Outlook Personal Email",v221:"Default email set successfully",v222:"Binding successful",v223:"When sending emails from this address, it will automatically unlock the influencer's email. This will consume your email unlocking quota. Are you sure you want to continue?",v224:"Friendly Reminder",v225:"Continue",v226:"Cancel",v227:"Settings saved successfully",v228:"Gmail has been bound. The system currently supports binding only one Gmail account. To switch, please unbind the current email first.",v229:"Please enter the Outlook email",v230:"Outlook authorization successful",v231:"Unbinding successful",v232:"Email channel test successful",v233:"Incorrect port format",v234:"Incorrect domain format",v235:"Note: The maximum number of attachments is 10, and the total size of attachments must not exceed 200MB",v236:"Add Attachment",v237:"AI Optimized Content",v238:"Content Variables",v239:"Influencer Name",v240:"Target Language",v241:"Translate",v242:"Tone",v243:"Generate",v244:"Original Text",v245:"Email Template",v246:"*Applying the template will overwrite the current email content",v247:"To ensure your emails are efficiently and accurately delivered to the influencer's inbox, we limit the maximum number of bulk emails to 500. We hope you can use your email resources wisely to better communicate with bloggers.",v248:"Got it",v249:"Contacts without email addresses have been automatically filtered out for you.",v250:"Cancel Operation",v251:"Selected influencer has not disclosed contact information, unable to send email directly",v252:"Sender's Nickname",v253:"By setting a personalized sender nickname, your nickname will be directly displayed in the influencer's inbox. This helps establish a more approachable and professional brand image.",v254:"Sender nickname cannot be empty!",v255:"Signature",v256:"Search Signature",v257:"Create New Signature",v258:"Details",v259:"Last Updated:",v260:"Delete",v261:"Apply",v262:"text:",v263:"Selected",v264:"",v265:"Optimize grammar",v266:"Shorten content",v267:"Expand content",v268:"Enhance structure",v269:"Change tone"}};var Nc=Mc;const Rc={sendData:{sendTitle:"发信数据",search:{sendingTime:"发信时间:",phoneNumber:"手机号:",companyName:"公司名称:",addressee:"收件人:",textSearch:"正文检索:",send:"发送:",open:"打开:",LinkClick:"链接点击:",reply:"回复:",return:"退回:",unsubscribe:"退订:",emailComplaints:"邮件投诉:",search:"查询",download:"下载",reset:"重置",collapse:"收起",unfold:"展开",operate:"操作"},table:{createTime:"创建时间",sender:"发件人",name:"姓名",company:"公司",addressee:"收件人",subject:"主题",text:"正文",send:"发送",open:"打开",linkClick:"链接点击",reply:"回复",return:"退回",unsubscribe:"退订",spamComplaints:"垃圾邮件投诉",view:"查看",AIreplies:"AI回复"}},receiveData:{receiveTitle:"收信数据",search:{sendingTime:"发信时间:",sender:"发件人",receivingAccount:"收件账号:",recipientName:"收件姓名:",companyName:"公司名称:",textSearch:"正文检索:",search:"查询",download:"下载",reset:"重置"},table:{sendTime:"收件时间",sender:"发件人",addressee:"收件人",name:"姓名",company:"公司",subject:"主题",content:"正文",isRead:"是否已读",operate:"操作"}},inboxMail:{search:{default:"请输入",defaultSelect:"请选择",bloggerName:"红人名称",title:"标题正文",target:"推广计划",tagName:"标签名称",isRead:"已读状态",read:"已读",unRead:"未读",isStar:"星标邮件",sendEmail:"发件邮箱",emailStatus:"邮件状态",all:"所有邮件",starred:"星标",allEmail:"全部邮箱",sysEmail:"系统邮箱",businessEmail:"企业邮箱",isReply:"是否回复邮件",replyTrue:"已回复",replyFalse:"未回复",replayTime:"收件时间",time1:"近三个月内",time2:"近半年",time3:"全部邮件",search:"查询",reset:"重置",refresh:"刷新",delete:"删除",setUnRead:"设为未读邮件",batchReply:"批量回复",noTask:"无推广计划",tip1:"单次回复不得超出50条,请重新选择。"},searchButton:{search:"查 询",reset:"重 置"}},inboxTable:{noTask:"无任务",addTag:"添加标签",delTag:"是否确认删除该邮件标签?",confirm:"确认",cancel:"取消",tip:"提示",cancelTagDel:"已取消删除",successTagDel:"邮件标签删除成功",errorTag:"标签显示错误",delmailWarning:"请至少选择一项",unReadSuccess:"操作成功",delMail:"此操作将永久删除,是否继续",del:"邮件删除成功",collMail:"已收藏",cancelMail:"取消收藏",requestError:"请求异常",deleteTip:"若该邮件为垃圾邮件,可屏蔽该邮箱发来的邮件",delShieldBtn:"删除并屏蔽邮箱"},newMail:{title:"新邮件提醒",content:"您已收到新邮件,快去收件箱看看吧"},inboxDetail:{addTag:"添加标签",addFavorites:"添加至收藏夹",send:"发送",to:"至",me:"我",reply:"回复",mailContent:"邮件正文不能为空",replySuccess:"回复成功",delSuccess:"删除成功",confirmContent:"此操作将永久删除,是否继续",tagError:"标签异常",tip:"提示",mailError:"邮件读取失败",confirm:"确 定",cancel:"取 消",omail:"原始邮件",to:"收件人",subject:"主题",content:"正文",outerBlogger:"库外红人或经纪人",email:"邮箱:",normalReply:"普通回信",reply2:"回信",simpleReply:"快捷回复",plan:"关联推广计划",noPlan:"暂无关联推广计划",coopStatus:"合作状态",coop1:"未合作",coop2:"确认合作",coop3:"已寄样",coop4:"内容制作中",coop5:"待上线",coop6:"合作完成",empty:"暂无",menu1:"红人档案",menu2:"寄样管理",menu3:"合作记录",menu4:"合作金额",menu5:"联盟分销",menu6:"备注",menu7:"举报红人",menu8:"加入黑名单",menu9:"红人详情",menu10:"支付",aiTip1:"AI生成的内容可能存在风险,请审查和确认",open:"展开",close:"收起",like:"赞",unLike:"踩",redo:"重新生成",stop:"停止生成",restPoint:"可用AI点数",aiRule:"点击查看AI点数权益消耗规则",aiContentReply:"AI内容回复",channelId:"频道ID",read:"红人已阅",unRead:"红人未阅",tips1:"请先添加关联推广计划!",tips2:"生成内容超时,请重试!",tip3:"暂无可回复内容!",tips4:"发送成功!",tips5:"操作成功",quickReply:"快捷回信",fullWrite:"切换到完整写信模式",sendNow:"立即发送",keywords:"关键信息",isBuilding:"AI关键信息生成中...",waring1:"以下信息由AI智能分析邮件内容后,提取关键信息生成",info1:"报价",info2:"联系方式",info3:"收货地址",info4:"收款信息",saveInfo:"录入至红人档案",noInfo:"本封邮件未提取到关键信息",aiTips2:"暂无可录入信息",infoSuccess:"录入成功!",planTitle1:"增加关联推广计划",planTitle2:"转移关联推广计划",planTip1:"注意:红人的联系状态、合作状态、绑定的追踪链接、视频等信息会同步关联进目标推广计划里面",planTip2:"注意:红人的联系状态、合作状态、视频等信息会同步的移动进目标推广计划里面",choosePlan:"选择推广计划",planPlace:"请选择推广计划",noPlan2:"当前暂无推广计划",createPlan:"创建推广计划",planTips3:"请选择推广计划",planVal:"推广计划",planMove:"转移",planGL:"关联",success:"成功",coopStatusTitle:"选择合作状态",previousPage:"上一页",nextPage:"下一页"},inboxTagDialog:{title:"标签",tip:"提示",default:"请输入标签",selectTag:"已选标签",collapse:"收起",unfold:"展开",bindTagTip:"请选择该邮件绑定的标签",bindSuccess:"绑定成功",addTagSuccess:"添加标签成功",addTagFail:"标签已存在",tagMaxLen1:"标签长度不能超过六个字符",tagMaxLen2:"标签长度不能超过十二个字符",tagMaxLen:"标签名称不能大于30个字符(15个汉字)",delTagSuccess:"标签删除成功",confirm:"确认",cancel:"取消"},searchButton:{search:"查 询",reset:"重 置"},writeMail:{receiver:"收件人",cc_person:"抄送人",subject:"主题",add_attachment:"添加附件",notice:"注",tip:"附件数量上限为10个,且附件总大小不超过200MB",content:"正文",template_var:"模板变量",channel_name:"频道名",channel_Id:"频道ID",blogger:"红人",name:"名称",fans_num:"粉丝数",channel_link:"频道链接",goback:"返 回",save_draft:"存草稿",delayed_sending:"定时发送",send_now:"立即发送",template:"模板",signature:"签名",product:"产品",task:"任务",creativity:"创意",retract:"收起",other:"另外",person:"人",time_limit:"发送时间不得早于当前时间",save_draft_tip:"是否将编辑内容保存入草稿箱?",save_mail:"是否保存邮件内容?",prompt:"提示",save:"保 存",cancle:"取 消",no_receiver:"收件人为空,不可发送",check_receiver:"请检查收件人邮箱是否正确",check_ccperson:"请检查抄送人邮箱是否正确",no_subject:"请输入邮件主题",subject_limit:"邮件主题不可超过100个字",no_content:"邮件正文不可为空",content_limit:"邮件正文不可超过5000个字",attachment_length_limit:"最多上传10个附件",attachment_size_limit:"附件总大小不能超过200MB",choose_send_time:"选择定时发送时间",will:"本邮件将在北京时间",post_to:"投递到对方邮箱",send:"发 送",choose_time_date:"选择日期时间",cancle_timer:"取消定时发送",change_timer:"修改发送时间",mail_will:"邮件将在",save_tip:"发送。邮件发送前,暂时保存在草稿箱,可随时查看或修改",set_delay_success:"定时发送设置成功",i_know:"我知道了",cancle_delay_tip:"发送。取消定时发送后,该邮件将恢复为普通的草稿邮件",whether_cancle_delay:"是否取消定时发送?",cancle_delay:"取消定时发送",no_cancle:"暂不取消",infoPop:"通常在邮件中使用一下模板变量,能够有效提高工作效率。"},uploadDialog:{title:"上传附件",btnUpload:"请选择文件",tip:"文件总大小上限为200MB且文件数量不能超过10个",tip1:"添加文件总大小剩余",tip2:"且文件剩余数量为",btnOk:"上传",btnClear:"清空",empty:"上传文件不能为空",maxSize:"文件总大小不能超过200M,请重新上传",maxNum:"上传文件数量不能超过10",success:"上传成功",wait:"请等待上传结束",not:"该文件格式不支持"},outboxMail:{blogger_name:"红人名称",title_content:"标题正文",task_name:"任务名称",mail_type:"邮件类型",mail_status:"邮件状态",star_mail:"星标邮件",all_read:"全部已读",all_unread:"全部未读",read:"人已读",no_task:"无任务",no_plan:"无推广计划",normal:"正常",delay:"定时",failed:"发送失败",all_mail:"所有邮件",choose:"请至少选择一项",confirm_del:"确认删除?",success:"操作成功"},draftMail:{draft:"草稿",no_receiver:"收件人未填写",send:"发送",empty:"为空",no_subject:"无主题"},outboxDetail:{back:"返回",me:"我",send_to:"发送至",retract:"收起",more:"展开更多",read:"已阅",unreviewed_resend:"未阅重发",resend_all:"全部重发",show_all:"显示全部",file_num:" 个附件",down_all:"全部下载"},blogMail:{search_mail:"搜索邮件",read:"已读",unread:"未读",receive_mail:"收件",send_mail:"发件"},template:{invite_cooperation:"合作邀请",price_negotiation:"价格协商",contract_template:"合同模板",video_production:"视频制作",expense_settlement:"费用结算",create_template:"创建模板",system_template:"系统模板",custom_template:"自定义模板",new_template:"新建模板",template_title:"模板标题",mail_title:"邮件标题",apply_scene:"应用场景",language:"语言",template_language:"模板语言",set_system_template:"设置系统模板",edit_template:"编辑模板",word_limit:"字以内",title_not_empty:"模板标题不可为空",title_word_limit:"模板标题在30个字以内",subject_not_empty:"邮件标题不可为空",scene_not_empty:"应用场景不可为空",scene_word_limit:"应用场景在20个字以内",language_not_empty:"语系不可为空",no_content:"邮件正文不可为空",choose_type:"选择类型",confirm:"确 定",template_type:"模板类型",set_success:"设置成功"},signature:{create_sign:"新建签名",edite_sign:"编辑签名",sign_not_empty:"签名不可为空",confirm_del:"确认删除该签名?"},product:{no_data:"还没有产品,赶快创建一个吧!",add_product:"添加产品",create_product:"新建产品",upload_picture:"上传产品图片",length_limit:"大小不超过",product_name:"产品名称",en_name:"英文名称",product_type:"产品类型",E_COMMERCE:"电商平台",produce_link:"产品链接",product_price:"产品售价",dollar:"美元",link:"原链接",link_goods:"商品",link_app:"APP推广",link_web:"网站推广",link_amazon:"亚马逊 Amazon",link_aliExpress:"速卖通 AliExpress",link_lazada:"来赞达 Lazada",link_shopee:"虾皮 Shopee",link_independent:"独立站",link_other:"其他",empty_link_name:"产品名称不能为空",limit_link_words:"产品名称不可超过20个字",empty_en_name:"英文名称不能为空",limit_en_words:"英文名称不可超过100个字",false_en_name:"英文名称输入不正确",select_link_type:"请选择产品类型",select_platform:"请选择电商平台",empty_link:"产品链接不能为空",empty_price:"产品售价不能为空",no_img:"没有上传产品图片",create_success:"创建成功",false_link:"产品链接格式错误,请重新输入",re_link_name:"产品名称已经存在,请重新输入",limit_upload:"上传图片大小不能超过5MB"},task:{choose:"选择",blogger_classify:"红人分类",blogger_country:"红人国家",blogger_platform:"红人平台",create_date:"创建日期",no_data:"还没有任务,赶快创建一个吧!"},creativity:{no_data:"收藏过的创意才会出现在这里哦",content:"创意内容",script:"创意脚本",insert:"插入",interaction_rate:"互动率",script_name:"脚本名称",script_classify:"脚本分类",script_num:"脚本编号",collect:"收 藏",cancle_collect:"取消收藏",storyboard:"分镜",suggested_duration:"建议时长",plot_summary:"情节概要",key_point:"要点",case_name:"案例名称",case_classify:"案例分类",playback_volume:"播放量",likes:"点赞量",comments_num:"评论数",content_title:"内容标题",content_validity:"内容简介",video_num:"视频数",channel_createtime:"频道创建时间",blogger_area:"红人地区",blogger_detail:"红人详情",case_detail:"案例详情",no_title:"暂无标题",no_validity:"暂无简介",script_content:"脚本内容",average_play:"平均播放量",total_watch:"总观看量"},common:{please_select:"请选择",please_input:"请输入",no_data:"暂无数据",confirm:"确定",cancle:"取消",delete:"删除",apply:"应用",detail:"详情",download:"下载",update_on:"更新于",second:"秒",minute:"分"},productForm:{product_selection_form:"选品表单",creation_time:"创建时间",selection_form_name:"选品表单名称",number_of_product_cards:"商品卡数量",viewing_frequency:"查看次数",update_time:"更新时间",operation:"操作",cancel:"取 消",confirm:"确 认",see:"查看"},productCard:{product_card:"商品卡",example:"示例",add_product_card:"添加商品卡"},newProduct:{product:"产品",product_name:"产品名称",please_enter:"请输入",please_enter_num:"请输入数字",productName:"产品名称",productId:"产品ID",productRemark:"产品备注",query:"查 询",reset:"重 置",details:"详情",shopifyProduct:"独立站产品",product_remarks:"产品备注",product_en:"英文名称",channel:"渠道",product_details:"产品详情",view_cards_times:"商品卡查看次数",basic_information:"基础信息",name:"名称",chinese:"中文",english:"英文",remarks:"备注",picture:"图片",category:"类别",describe:"描述",source:"来源",sales_information:"销售信息",price:"售价",sku_description:"SKU说明",shippable_regions:"可发货地区",search_keywords:"搜索关键词",Main_image:"主图",Manual_addition:"手动添加",Shopify_import:"Shopify导入",TikTok_import:"TikTok导入",Cancel:"取 消",preservation:"保 存"},setMail:{Sending_settings:"发件设置",Current_settings:"当前设置",mailbox_system:"系统邮箱",unbind:"解绑",tip1:"您确定要解除Gmail邮箱与WotoHub的绑定关系么?解除绑定后,您将无法再使用Gmail邮箱代收发的相关功能,并且需要重新进行授权才能使用。取消授权需要在Gmail邮箱中进行设置。",guide:"点击查看操作指引",cancle:"取消",confirm_unbinding:"确定解绑",no_bind_mail:"暂无绑定邮箱",bind:"绑定",tip2:"请先保存已编写的邮件内容,授权时将会刷新写信页面",tip3:"授权前请先保证VPN已开启",tip4:"请输入要绑定的Gmail邮箱",auth:"授权",tip5:"Gmail限制每小时20封外发电子邮件",confirm:"确定",auth_success:"Gmail授权成功",auth_failed:"Gmail授权失败",tip6:"请先绑定Gmail邮箱",tip7:"设置系统邮箱成功",tip8:"设置GMAIL邮箱成功",tip9:"请先输入Gmail邮箱",tip10:"请输入正确格式的邮箱格式",tip11:"设置企业邮箱成功"},deliveryTime:{Delivery_time:"发件时间",three_months:"近三个月内",past_six_months:"近半年",all_emails:"全部邮件",no_promotion_plan:"无推广计划",Channel_ID:"频道ID",tips:"为了确保您的邮件能够高效准确地送达至红人,我们限制了群发邮件的数量最大为500封,因此本次发送只限前500位未阅红人。",know:"我知道了",tip:"提示"},checkMail:{filtering:"过滤中",filter_completed:"过滤完成",tip1_1:"所有收件人在30天内均为首次触达,将在",tip1_2:"后自动进行到下一步",tip2:"有效发件人:为了保障邮箱健康度,平台会自动过滤掉当天有过重复标题发送的红人",tip3_1:"检测发现",tip3_2:"个有效收件人中,其中",tip3_3:"位红人30天内邮件联系过,请问是否要过滤这些红人,避免重复触达",variable_replacement:"变量替换",tip4:"推荐在邮件标题和正文中使用变量,以提升邮件打开率",tip5:"邮件检测中,检测完成后,将会自动进入下一步创建邮件",tip6_1:"邮件已完成质量检测,将会在",tip6_2:"内自动创建邮件",continue_sending_emails:"继续发件",optimize_emails:"优化邮件",email_created_successfully:"邮件创建成功",tip7_1:"后续请密切关注收件情况.将在",tip7_2:"后跳转发件箱",jump_immediately:"立即跳转",creation_failed:"创建失败",tip8_1:"收件人为空,邮件创建失败。将在",tip8_2:"后自动关闭",close:"关闭",filter_duplicate_touchpoints:"过滤重复触达",filter_contacted_influencers:"过滤已联系红人",email_quality_inspection:"邮件质量检测",create_email:"创建邮件",tip9:"超过当日邮件发送限额",tip10_1:"为保障邮箱健康,每日邮件发送上限为{value}封。今日剩余发送数",tip10_2:"封。您可以",tip11:"将邮件暂存至草稿箱",tip12:"设置次日的定时发送",know:"我知道了",send_notice:"发件需知",tip13:"了解更多邮件优化技巧,请咨询客服人员。",tip14:"14天内不再提示",tip15:"为保障邮箱健康度,主子账号合计单日发送数存在上限。",tip16:"标题和正文中使用变量,有助于提升邮件打开率。",tip17:"模版变量推荐用法",tip18:"邮件标题和正文中使用变量,可增加群发内容的丰富度,有效提升邮件的送达率和打开率",messageTip1:"邮箱解锁已达上限!请联系服务人员以获得更多额度。"},edm2:{mailEn1:"单轮邀约",mailEn2:"多轮邀约",mailEn3:"回复发件",mailEn4:"筛选",mailEn5:"写信",mailEn6:"邮件主题",mailEn7:"邮件正文",mailEn8:"选择日期",mailEn9:"送达率",mailEn10:"打开率",mailEn11:"回复率",mailEn12:"发送时间",mailEn13:"邮件内容",mailEn14:"邮件",mailEn15:"附件",mailEn16:"红人列表",mailEn17:"国家",mailEn18:"平台",mailEn19:"是否回复",mailEn20:"隐藏AI自动邀约邮件",mailEn21:"否",mailEn22:"是",mailEn23:"收件人列表",mailEn24:"添加收件人",mailEn25:"下一步",mailEn26:"添加来源",mailEn27:"移除收件人",mailEn28:"取消移除",mailEn29:"收件人列表中尚有未确认的重复红人。为了避免重复触达,系统将自动过滤,不会给他们发信。确认继续吗?",mailEn30:"您勾选了重复红人,只会给已勾选的重复红人发信",mailEn31:"重复收件人",mailEn32:"您添加的收件人存在重复, 为避免浪费邮件资源,请再次确认"},edm5:{v1:"刷新",v2:"删除",v3:"请选择已读邮件",v4:"发件邮箱:",v5:"请使用原邮箱回信",v6:"AI邮件总结",v7:"提取关键信息",v8:"提取报价、联系方式、收货地址、收款信息",v9:"AI回信",v10:"操作成功",v11:"生成内容超时,请重试!",v12:"AI生成的内容可能存在风险,请审查和确认",v13:"回信策略",v14:"请输入您的回复要求",v15:"回信策略生成中",v16:"没有帮助?试试其他",v17:"可用AI点数:",v18:"点击查看AI点数权益消耗规则",v19:"取 消",v20:"生 成",v21:"英文",v22:"友好的",v23:"一",v24:"二",v25:"三",v26:"四",v27:"五",v28:"六",v29:"请输入您要回复的主题",v30:"AI生成的回信内容(中文)",v31:"AI生成的回信内容({ value })",v32:"赞",v33:"踩",v34:"重新生成",v35:"停止生成",v36:"确 定",v37:"收款人:",v38:"卡号:",v39:"银行:",v40:"送达率、打开率、回复率数据,会在每日0点和12点进行更新及校对",v41:"频道ID:",v42:"红人",v43:"请输入红人名搜索",v44:"重置",v45:"确定",v46:"未读",v47:"已读",v48:"是",v49:"否",v50:"邮件状态",v51:"预计发送时间",v52:"草稿",v53:"待发送",v54:"发送失败",v55:"邮件内容",v56:"附件",v57:"可设置多个邮件模版,发送时轮流发送",v58:"增加/删除收件人",v59:"邮件",v60:"添加邮件内容",v61:"发件人昵称",v62:"立即发送",v63:"发送",v64:"定时发送",v65:"生成邮件",v66:"优化内容",v67:"仿写邮件",v68:"翻译",v69:"AI邮件",v70:"邮件模版",v71:"内容变量",v72:"模板",v73:"签名",v74:"产品",v75:"选品表单",v76:"关闭提示",v77:"收件人和邮件都为空,保存草稿失败",v78:"确定要删除该内容吗?删除后无法恢复",v79:"提示",v80:"写信内容为空,暂无法操作!",v81:"编辑失败,请重试!",v82:"AI生成邮件",v83:"根据选定产品和合作要求,AI即时定制专业邮件内容",v84:"第一步:",v85:"选择产品",v86:"已选择",v87:"产品",v88:"第二步:",v89:"填写合作要求",v90:"生成",v91:"填写合作要求",v92:"*分享更多细节给AI,让您的邀约邮件更加精彩",v93:"邮件落款",v94:"产品或品牌优势",v95:"请输入",v96:"是否免费寄送样品",v97:"是否提供基础报酬",v98:"请选择",v99:"红人佣金",v100:"视频风格",v101:"视频时长",v102:"秒",v103:"请输入内容后点击回车添加",v104:"其他要求",v105:"生成语言:",v106:"为了AI更好的解析,请使用目标语言填写",v107:"产品信息",v108:"产品名称:",v109:"英文名称:",v110:"渠道:",v111:"产品链接:",v112:"可发货地区:",v113:"描述:",v114:"合作要求",v115:"产品或品牌优势:",v116:"合作方式:",v117:"视频风格:",v118:"视频时长:",v119:"其他要求:",v120:"正在使用 DeepSeek 为您生成邮件",v121:"主题:",v122:"内容:",v123:"暂未添加任何邮件",v124:"应 用",v125:"免费提供样品",v126:"不免费提供样品",v127:"有基础报酬",v128:"没有基础报酬",v129:"场景植入",v130:"反差对比",v131:"体验分享",v132:"直接展示",v133:"开箱测评",v134:"邮件落款不能为空!",v135:"至少完善其中一个步骤!",v136:"暂无可应用的邮件!",v137:"企业邮箱配置指南",v138:"想通过企业邮箱来邀约网红,可以授权给第三方客户端(例如WotoHub平台)登录企业邮箱来发送邮件。授权只用于调用企业邮箱的发送邮件功能,本质上群发的邮件还是通过用户的企业邮箱发出,因此会受限于企业邮箱的收发件规则。",v139:"授权方法",v140:"1.在邮件编辑页面点击进入【发件设置】去绑定第三方邮箱",v141:"2.选择【绑定新邮箱】后选择邮箱类型(Gmail邮箱或企业邮箱)",v142:"3.选择Gmail邮箱后去授权绑定,选择企业邮箱后填写相关字段",v143:"备注:目前使用QQ邮箱、腾讯企业邮箱时需要【授权码】登录,获取方法详见下方【SMTP配置帮助文档】。",v144:"Gmail邮箱授权",v145:"Gmail邮箱授权绑定时请保证VPN已开启,授权时请手动勾选前两个权益(不是全选)。",v146:"若您不小心勾选全部导致授权一直不成功,请在Gmail账号设置中【安全性】清除对WotoKOL的授权,重新绑定即可。",v147:"第一步:进入账号管理",v148:"第二步:进入安全性页面,在 您与第三方应用和服务的关联 中找到WotoKOL",v149:"第三步:撤销所有关联即可,完成后请在WotoHub重新进行邮箱绑定操作。",v150:"SMTP配置帮助文档",v151:"不同的企业邮箱如何开启、配置SMTP服务器以及获取授权码,方法可参考用户所使用的邮件服务商的帮助文档。以下整理了部分常用的企业邮箱的帮助文档,在高级选项默认配置下无法授权成功时,请按相关文档检查配置并验证,如需要帮助可以联系客成人员。",v152:"邮箱",v153:"SMTP服务器",v154:"是否需要授权码登录",v155:"帮助文档",v156:"平台封控规则",v157:"查看详情",v158:"邮件验证失败的常见原因及解决方法",v159:"1.该邮箱已被绑定",v160:"每个邮箱仅能绑定一个账号,系统发现您填写的邮箱已被其他账号绑定占用,请您重新输入合适的邮箱。",v161:"2.填写信息有误,请再次确认所填写的内容",v162:"请检查邮箱账号和密码是否正确,部分企业邮箱需要【授权码】登录请检查授权码是否正确。",v163:"特殊情况如阿里企业邮箱,请确保【三方客户端安全密码】已关闭,如下图:",v164:"3.邮箱地址无效",v165:"您所提供的邮箱地址存在格式错误、该邮箱不存在或者邮箱地址不在平台支持的企业邮箱范围内等问题,导致无法正常使用该邮箱进行通信或相关操作,请您核对后重新填写正确信息。",v166:"4.授权失败,请查看配置说明",v167:"存在您授权Gmail邮箱时,权益勾选错误,请您查看上方Gmail邮箱授权注意事项,按操作重新尝试即可。",v168:"阿里企业邮箱",v169:"1.群发邮件限制300封",v170:"2.分别发送收件人限制100封",v171:"腾讯企业邮箱",v172:"开启STMP服务",v173:"阿里企业邮箱配置到第三方客户端",v174:"开启POP/SMTP/IMAP功能",v175:"获取客户端专用密码",v176:"1.30用户以下的企业日发信量限制是不超过1500封;",v177:"2.30用户以上的企业日发信量为用户数*50封/天;",v178:"3.对有过邮件来往的成员账号不限发信量的限制。",v179:"QQ邮箱",v180:"配置QQ邮箱授权码",v181:"如果您是正常发送邮件的,则没有最大发信量的限制,如果您发送的邮件内容属于广告邮件或垃圾邮件,则会受到限制,这个是系统判定的,建议您不要发送此类邮件。",v182:"outlook邮箱",v183:"配置文档",v184:"了解Outlook SMTP设置界面:",v185:"Outlook SMTP设置界面",v186:"1.每日收件人:5,000",v187:"2.每封邮件的最大收件人数:500",v188:"3.每日非关系收件人:1,000",v189:"发件须知",v190:"1.为保障邮箱健康度,主子账号合计单日发送上限为{value}封",v191:"2.非系统邮箱发送邮件时,将同步消耗邮箱解锁配额",v192:"非系统邮箱发送邮件时,将同步消耗邮箱解锁配额",v193:"默认",v194:"设为默认",v195:"解绑",v196:"绑定新邮箱",v197:"邮箱类型",v198:"配置说明",v199:"请输入要绑定的Gmail邮箱",v200:"请先保存已编写的邮件内容,授权时将会刷新写信页面",v201:"授权前请先保证VPN已开启",v202:"Gmail限制每小时20封外发电子邮件",v203:"请输入要绑定的Outlook邮箱",v204:"邮箱地址",v205:"邮箱密码/授权密码",v206:"SMTP发件",v207:"请输入域名",v208:"不加密",v209:"请输入端口",v210:"IMAP收件",v211:"该邮箱有待发送的邮件,如果您现在解绑,这些邮件将会发送失败,请确认是否继续?",v212:"您确定要解除{currentUnbindEmail}与WotoHub的绑定关系吗?解除绑定后,您将无法再使用{currentUnbindEmail}邮箱代收发的相关功能,并且需要重新进行授权才能使用。",v213:"请选择企业邮箱服务商",v214:"请输入邮箱地址",v215:"请输入正确的邮箱地址",v216:"请输入邮箱密码/授权密码",v217:"请输入域名",v218:"请输入端口",v219:"发件箱选择",v220:"Outlook个人邮箱",v221:"设置默认邮箱成功",v222:"绑定成功",v223:"使用该邮箱发件时,将自动解锁红人邮箱,这将消耗您的解锁邮箱权益数,请确认是否继续。",v224:"温馨提醒",v225:"继续",v226:"取消",v227:"设置成功",v228:"Gmail邮箱已绑定,目前系统仅支持绑定一个Gmail邮箱,如需更换,请先解绑当前邮箱。",v229:"请输入Outlook邮箱",v230:"OutLook授权成功",v231:"解绑成功",v232:"邮件通道测试正常",v233:"端口号格式不正确",v234:"域名格式不正确",v235:"注:附件数量上限为10个,且附件总大小不超过200MB",v236:"添加附件",v237:"AI优化内容",v238:"内容变量",v239:"红人名",v240:"目标语言",v241:"翻译",v242:"语气",v243:"生成",v244:"原文",v245:"邮件模版",v246:"*套用模版将会覆盖当前邮件内容",v247:"为了确保您的邮件能够高效准确地送达到红人的邮箱中,我们限制了群发邮件的数量最大为500封。希望您能够合理利用邮件资源,以便更好地与博主进行沟通。",v248:"我知道了",v249:"已自动为您过滤无邮箱红人。",v250:"取消操作",v251:"选中红人暂未公开联系方式,无法直接发送邮件",v252:"发件人昵称",v253:"通过设置个性化的发件人昵称,您的昵称将直接展示在红人的收件箱中。有助于树立更亲近、更专业的品牌形象。",v254:"发件人昵称不能为空!",v255:"签名",v256:"搜索签名",v257:"新建签名",v258:"详情",v259:"更新时间:",v260:"删除",v261:"应用",v262:"正文:",v263:"已选中",v264:"项",v265:"优化拼写与语法",v266:"缩短内容",v267:"扩充内容",v268:"优化结构",v269:"改变语气"}};var jc=Rc;Yn().use(Pc);const Lc={en:{...Nc,...Fc.A},zh:{...jc,...$c["default"]}},zc=new Pc({locale:qi.get("language")||"zh",messages:Lc,silentTranslationWarn:!0});Bc["default"].i18n(((e,t)=>zc.t(e,t)));var Vc=zc;const Hc=[{icon:"icon-caidan-kehudangan",name:Vc.t("inboxDetail.menu1"),key:"blogger",activeName:"1"},{icon:"icon-wuliu",name:Vc.t("inboxDetail.menu2"),key:"logistics",activeName:"3"},{icon:"icon-fenxiao",name:Vc.t("inboxDetail.menu5"),key:"unit",activeName:"5"},{icon:"icon-hezuoneirong",name:Vc.t("inboxDetail.menu3"),key:"content",activeName:"6"}],Uc=[{coopStatus:Vc.t("inboxDetail.coop1"),ccode:0},{coopStatus:Vc.t("inboxDetail.coop2"),ccode:1},{coopStatus:Vc.t("inboxDetail.coop3"),ccode:6},{coopStatus:Vc.t("inboxDetail.coop4"),ccode:2},{coopStatus:Vc.t("inboxDetail.coop5"),ccode:3},{coopStatus:Vc.t("inboxDetail.coop6"),ccode:4}];var Wc=function(){var e=this,t=e._self._c;return t("div",[t("el-tooltip",{attrs:{"popper-class":"wt-email-tooltip",placement:"top"}},[t("div",{staticClass:"wt-email-tooltip-content",attrs:{slot:"content"},slot:"content"},[e._v(e._s(e.content))]),t("i",{staticClass:"dss-iconfont icon-bangzhushuomingbeifen",staticStyle:{"font-size":"14px",color:"#a9a9a9",cursor:"pointer"},on:{click:e.handleEvent}})]),e.aiRuleVisible?t("AiRuleDialog",{attrs:{visible:e.aiRuleVisible},on:{"update:visible":function(t){e.aiRuleVisible=t}}}):e._e()],1)},qc=[],Yc=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:"",visible:e.visible,width:"600px","append-to-body":"","custom-class":"ai-rule-setting-dialog"},on:{close:e.close}},[t("i",{staticClass:"closeIcon dss-iconfont icon-close",on:{click:e.close}}),t("div",{staticClass:"title"},[e._v("AI点数权益消耗规则")]),t("div",{staticClass:"content2"},[t("el-table",{staticClass:"ai-point-table",staticStyle:{width:"100%"},attrs:{border:"",data:e.tableData}},[t("el-table-column",{attrs:{align:"center",prop:"name",label:"功能项"}}),t("el-table-column",{attrs:{align:"center",prop:"value",label:"消耗点数"},scopedSlots:e._u([{key:"default",fn:function(n){return[t("div",{staticClass:"point"},[t("span",{staticClass:"num"},[e._v(e._s(n.row.point))]),t("span",{staticClass:"unit"},[e._v(e._s(n.row.unit))])])]}}])})],1)],1)])},Gc=[],Kc={props:{visible:{type:Boolean,default:!1}},components:{},data(){return{tableData:[{name:this.$t("edm5.v82"),unit:"/每次操作",point:1},{name:"内容优化",unit:"/每次操作",point:1},{name:"仿写邮件",unit:"/每次操作",point:1},{name:"翻译",unit:"/每次操作",point:1},{name:"AI总结邮件内容",unit:"/每封邮件",point:1},{name:"AI回信",unit:"/每封邮件",point:1},{name:this.$t("edm5.v34"),unit:"/每封邮件",point:1}]}},created(){},methods:{close(){this.$emit("update:visible",!1)}}},Xc=Kc,Zc=Ba(Xc,Yc,Gc,!1,null,"f55f06f4",null),Jc=Zc.exports,Qc={props:["content","isShowRule"],components:{AiRuleDialog:Jc},data(){return{aiRuleVisible:!1}},methods:{handleEvent(){this.isShowRule&&(this.aiRuleVisible=!0)}}},eu=Qc,tu=Ba(eu,Wc,qc,!1,null,null,null),nu=tu.exports,iu=function(){var e=this,t=e._self._c;return t("div",{staticClass:"email-box-main",domProps:{innerHTML:e._s(e.filterBaseTag(e.content))}})},ru=[],ou={props:["content"],methods:{filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/\r\n/g,"<br />").replace(/ツ?/g,"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/> >/g,"<br /><br />")),e}}},au=ou,su=Ba(au,iu,ru,!1,null,"5fe8cdd4",null),lu=su.exports,cu=function(){var e=this,t=e._self._c;return t("div",{staticClass:"simple-replay"},[t("div",{staticClass:"header"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("inboxDetail.quickReply")))]),t("span",{staticClass:"right"},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("i",{staticClass:"dss-iconfont icon-zuidahua",on:{click:e.toFullWrite}}),t("div",{staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.$t("inboxDetail.fullWrite"))+" ")])]),t("i",{staticClass:"el-icon-close",on:{click:e.drawerClose}})],1)]),t("div",{staticClass:"txt-content"},[t("el-input",{staticClass:"ai-simple-textarea",staticStyle:{"font-size":"16px"},attrs:{type:"textarea",rows:15,placeholder:"",resize:"none"},model:{value:e.content,callback:function(t){e.content=t},expression:"content"}}),t("el-popover",{attrs:{placement:"left-end",width:"300",trigger:"click","popper-class":"emoji-popover"},model:{value:e.show,callback:function(t){e.show=t},expression:"show"}},[t("i",{staticClass:"dss-iconfont icon-xiaolian emoji-icon",attrs:{slot:"reference"},slot:"reference"}),t("div",{staticClass:"emoji-box"},e._l(e.allEmoji,(function(n,i){return t("span",{key:i,staticClass:"box-item",on:{click:function(t){return e.chooseEmoji(n)}}},[e._v(e._s(n))])})),0)])],1),t("div",{staticClass:"footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small"},on:{click:e.drawerClose}},[e._v(e._s(e.$t("inboxDetail.cancel")))]),t("el-button",{attrs:{loading:e.loading,size:"small",type:"primary"},on:{click:e.sendMessage}},[e._v(e._s(e.$t("inboxDetail.sendNow")))])],1)])},uu=[],du={props:{visible:{type:Boolean,default:!1},maxId:{type:[String,Number],default:""}},data(){return{content:"",show:!1,allEmoji:["😀","😁","😂","😃","😄","😅","😆","😉","😊","😋","😎","😍","😘","😗","😙","😚","😇","😐","😑","😶","😏","😣","😥","😮","😯","😪","😫","😴","😌","😛","😜","😝","😒","😓","😔","😕","😲","😷","😖","😞","😟","😤","😢","😭","😦","😧","😨","😬","😰","😱","😳","😵","😡","😠","💘","❤","💓","💔","💕","💖","💗","💙","💚","💛","💜","💝","💞","💟","❣","💪","👈","👉","☝","👆","👇","✌","✋","👌","👍","👎","✊","👊","👋","👏","👐","✍","🍇","🍈","🍉","🍊","🍋","🍌","🍍","🍎","🍏","🍐","🍑","🍒","🍓","🍅","🍆","🌽","🍄","🌰","🍞","🍖","🍗","🍔","🍟","🍕","🍳","🍲","🍱","🍘","🍙","🍚","🍛","🍜","🍝","🍠","🍢","🍣","🍤","🍥","🍡","🍦","🍧","🍨","🍩","🍪","🎂","🍰","🍫","🍬","🍭","🍮","🍯","🍼","☕","🍵","🍶","🍷","🍸","🍹","🍺","🍻","🍴","🌹","🍀","🍎","💰","📱","🌙","🍁","🍂","🍃","🌷","💎","🔪","🔫","🏀","⚽","⚡","👄","👍","🔥","🙈","🙉","🙊","🐵","🐒","🐶","🐕","🐩","🐺","🐱","😺","😸","😹","😻","😼","😽","🙀","😿","😾","🐈","🐯","🐅","🐆","🐴","🐎","🐮","🐂","🐃","🐄","🐷","🐖","🐗","🐽","🐏","🐑","🐐","🐪","🐫","🐘","🐭","🐁","🐀","🐹","🐰","🐇","🐻","🐨","🐼","🐾","🐔","🐓","🐣","🐤","🐥","🐦","🐧","🐸","🐊","🐢","🐍","🐲","🐉","🐳","🐋","🐬","🐟","🐠","🐡","🐙","🐚","🐌","🐛","🐜","🐝","🐞","🦋","😈","👿","👹","👺","💀","☠","👻","👽","👾","💣","0️⃣","1️⃣","2️⃣","3️⃣","4️⃣","5️⃣","6️⃣","7️⃣","8️⃣","9️⃣","🔟","➡️","⬅️","⬆️","⬇️","↗️","↘️","↙️","↖️","↕️","↔️","🔴","🟣","🔵","🟢","🟡","🟠","⚫","⚪️","🟤"],loading:!1,timer:null}},methods:{drawerClose(){this.$emit("close")},chooseEmoji(e){this.content=this.content+e,this.show=!1},toFullWrite(){this.$emit("fullWrite",this.content),this.drawerClose(),this.content=""},sendMessage(){if(!this.content)return this.$message.error("请输入回信内容!");let e={replyIds:[this.maxId],content:`<p>${this.content.replace(/\n/g,"<br>")}</p>`,sendEntryKey:"quickReply"};this.loading=!0,ts(e).then((e=>{"0"===e.code?(this.$message.success("发送成功!"),this.timer&&clearTimeout(this.timer),this.timer=setTimeout((()=>{this.$emit("refresh"),this.drawerClose()}),500)):this.$message.error(e.message)})).finally((()=>{this.loading=!1}))},addEmoji(e){console.log(e)}}},hu=du,pu=Ba(hu,cu,uu,!1,null,"582e18f7",null),fu=pu.exports,mu=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:e.$t("inboxDetail.keywords"),visible:e.visible,width:"480px","append-to-body":"","custom-class":"email-intention-dialog"},on:{close:e.close}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isReplayIng,expression:"isReplayIng"}],attrs:{"element-loading-customclass":"ai-intention-loading","element-loading-text":e.$t("inboxDetail.isBuilding")}},[e.noKeyInformation?[t("div",{staticClass:"no-icon"},[t("i",{staticClass:"dss-iconfont icon-no-keyInformation"})]),t("div",{staticClass:"no-tips"},[e._v(e._s(e.$t("inboxDetail.noInfo")))])]:[t("div",{staticClass:"tip"},[e._v(e._s(e.$t("inboxDetail.waring1")))]),t("div",{staticClass:"info"},[t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info1"))+":"+e._s(e.detail.monetaryUnit)+e._s(e.detail.quoteNumber)+" ")]),t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info2"))+":"+e._s(e.detail.phoneNumber)+" ")]),t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info3"))+":"+e._s(e.detail.shippingAddress)+" ")]),t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info4"))+":"+e._s(e.detail.billingMessage)+" ")])]),t("div",{staticClass:"bottom"},[t("span",{staticClass:"sub-tip"},[e._v(e._s(e.$t("inboxDetail.aiTip1")))])])]],2)])},gu=[],vu={props:{visible:{type:Boolean,default:!1},id:{type:String,default:""},bloggerId:{type:String,default:""},maxId:{type:[String,Number],default:""},currentMail:{type:Object,default:()=>{}}},data(){return{btnLoading:!1,detail:{quoteNumber:"-",monetaryUnit:"",phoneNumber:"-",shippingAddress:"-",billingMessage:"-"},isReplayIng:!1,ReplayTimer:null,counter:0}},computed:{noKeyInformation(){return!this.detail||0===Object.keys(this.detail).length||!this.detail.quoteNumber&&!this.detail.phoneNumber&&!this.detail.shippingAddress&&!this.detail.billingMessage}},created(){this.initProgress()},methods:{close(){this.stopReplaySetInterval(),this.$emit("update:visible",!1)},async initProgress(){try{this.isReplayIng=!0;const e=await cs(this.currentMail.id);if("0"==e.code){if(null===e.data?.isComplete)this.setEmailIntentionExtract();else if(!1===e.data?.isComplete)this.getInformationProgress();else if(!0===e.data?.isComplete){this.isReplayIng=!1;const t=e.data?.keyInformation||{};let n=[];t.payeeName&&n.push(`${this.$t("edm5.v37")}${t.payeeName}`),t.PayPal&&n.push(`PayPal:${t.PayPal}`),t.bankCardNumber&&n.push(`${this.$t("edm5.v38")}${t.bankCardNumber}`),t.bankName&&n.push(`${this.$t("edm5.v39")}${t.bankName}`),t.billingMessage=n.join("、"),this.detail=t}}else this.isReplayIng=!1,this.stopReplaySetInterval(),this.$message.error(e.message)}catch(ul){console.log(ul),this.isReplayIng=!1}},async setEmailIntentionExtract(){try{const e=await us(this.currentMail.id);"0"===e.code?this.getInformationProgress():(this.isReplayIng=!1,this.stopReplaySetInterval(),this.detail={quoteNumber:"",monetaryUnit:"",phoneNumber:"",shippingAddress:"",billingMessage:""},this.$message.error(e.message))}catch(ul){console.log(ul)}},getInformationProgress(){this.isReplayIng=!0,this.stopReplaySetInterval(),this.ReplayTimer=setInterval((async()=>{this.counter+=1;const e=await this.getAiKeyInformation();e&&(this.$emit("refreshPoint"),this.isReplayIng=!1,this.stopReplaySetInterval()),this.counter>=60&&(this.isReplayIng=!1,this.stopReplaySetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},stopReplaySetInterval(){this.ReplayTimer&&(clearInterval(this.ReplayTimer),this.ReplayTimer=null)},async getAiKeyInformation(){try{const e=await cs(this.currentMail.id);if("0"==e.code){if(e.data?.isComplete){const t=e.data?.keyInformation||{};let n=[];t.payeeName&&n.push(`收款人:${t.payeeName}`),t.PayPal&&n.push(`PayPal:${t.PayPal}`),t.bankCardNumber&&n.push(`卡号:${t.bankCardNumber}`),t.bankName&&n.push(`银行:${t.bankName}`),t.billingMessage=n.join("、"),this.detail=t}return e.data?.isComplete}return this.isReplayIng=!1,this.$message.error(e.message),!0}catch(ul){return console.log(ul),this.isReplayIng=!1,!0}},async addBloggerInfo(){const{quoteNumber:e,monetaryUnit:t,phoneNumber:n,shippingAddress:i,billingMessage:r}=this.detail;if(!e&&!n&&!i&&!r)return this.$message.error(this.$t("inboxDetail.aiTips2"));try{this.btnLoading=!0;const o=await hs({bloggerId:this.bloggerId,quote:e,contactWay:n,contactAddr:i,proceedsMsg:r,monetaryUnit:t});"0"===o.code?(this.close(),this.$message.success(this.$t("inboxDetail.infoSuccess"))):this.$message.error(o.message)}catch(ul){console.log(ul)}finally{this.btnLoading=!1}}}},yu=vu,bu=Ba(yu,mu,gu,!1,null,"bddd0426",null),wu=bu.exports,_u=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:e.isHasPlan?e.$t("inboxDetail.planTitle2"):e.$t("inboxDetail.planTitle1"),visible:e.visible,width:"480px","append-to-body":"","custom-class":"email-plan-dialog"},on:{close:e.close}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[e.isHasPlan?t("div",{staticClass:"tips"},[e._v(" "+e._s(e.$t("inboxDetail.planTip2"))+" ")]):t("div",{staticClass:"tips"},[e._v(" "+e._s(e.$t("inboxDetail.planTip1"))+" ")]),e.planOpts.length>0?t("div",{staticClass:"label"},[e._v(" "+e._s(e.$t("inboxDetail.choosePlan"))+" ")]):e._e(),t("div",{staticClass:"plan-box"},[0!==e.planOpts.length?[t("div",[t("el-select",{staticStyle:{width:"100%"},attrs:{"popper-class":"edm-select-popper",placeholder:e.$t("inboxDetail.planPlace"),clearable:""},model:{value:e.planId,callback:function(t){e.planId=t},expression:"planId"}},e._l(e.planOpts,(function(n,i){return t("el-option",{key:i,attrs:{label:n.name,value:n.planId,disabled:1===n.isAdd}},[t("span",{staticStyle:{float:"left"}},[e._v(e._s(n.name))]),1===n.isAdd?t("span",{staticStyle:{float:"right"}},[t("i",{staticClass:"el-icon-check"})]):e._e()])})),1)],1),t("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.close}},[e._v(e._s(e.$t("inboxDetail.cancel")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmPlan}},[e._v(e._s(e.$t("inboxDetail.confirm")))])],1)]:[t("div",{staticClass:"no-datas"},[t("div",{staticClass:"no-data"},[e._v(e._s(e.$t("inboxDetail.noPlan2")))]),t("div",{staticClass:"create-btn",on:{click:e.goPlan}},[t("span",[e._v(e._s(e.$t("inboxDetail.createPlan")))]),t("i",{staticClass:"el-icon-right"})])])]],2)])])},Cu=[];function xu(e){return wa("/edm/outboxV2/pageOutboxSingle",e)}function Su(e){return wa("/edm/outboxV2/starOutbox",e)}function ku(e){return wa("/edm/outboxV2/pageReply",e)}async function Eu(e){let t=await ba("/edm/outboxV2/delOutbox",e);return t}function Du(e){return wa("/edm/outboxV2/outboxV2Detail",e)}function Au(e){return wa("/edm/outboxV2/outboxBloggerPage",e)}function Ou(e){return wa("/edm/outboxV2/refreshOutboxCrm",e)}function Tu(e){return wa("/edm/outboxV2/comeGoBloggerPage",e)}function Iu(e){return va(`/edm/outbox/withdraw/groupId/${e}`)}var Pu={props:{visible:{type:Boolean,default:!1},upbEsId:{type:String,default:""},planIdRel:{type:String,default:""},platform:{type:String,default:""},maxId:{type:[String,Number],default:""},bloggerId:{type:String,default:""},pageSource:{type:String,default:""},rowData:{type:Object,default:()=>({})},detailData:{type:Object,default:()=>({})}},data(){return{planId:"",planOpts:[],loading:!1}},computed:{isHasPlan(){return this.planIdRel&&"-1"!==this.planIdRel}},created(){this.planIdRel&&"-1"!==this.planIdRel&&(this.planId=Number(this.planIdRel)),this.getPlanList()},methods:{close(){console.log("okkk"),this.$emit("update:visible",!1)},getPlanList(){this.loading=!0,ns({blogId:""}).then((e=>{"0"===e.code?this.planOpts=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},confirmPlan(){if(console.log(this.planOpts),""!==this.planId)if("outboxDetail"!==this.pageSource){const e=this.isHasPlan?ms:Ss,t=this.isHasPlan?{ids:[this.upbEsId],planId:this.planId}:{planId:this.planId,blogList:[{blogId:this.bloggerId,platform:this.platform}],contactStatus:1,inviteStatus:1,replyUserId:this.detailData.userId};e(t).then((e=>{if(e&&"0"===e.code){this.$message({type:"success",message:`${this.$t("inboxDetail.planVal")}${this.isHasPlan?this.$t("inboxDetail.planMove"):this.$t("inboxDetail.planGL")}${this.$t("inboxDetail.success")}`});const e=this.planOpts.find((e=>e.planId===this.planId))?.name;gs({maxId:this.maxId,planId:this.planId,planName:e}).then((t=>{t&&"0"===t.code&&(this.$emit("change",this.planId,e),this.close())}))}else this.$message({type:"error",message:e.message})}))}else Ss({planId:this.planId,blogList:[{blogId:this.bloggerId,platform:this.platform}],contactStatus:1,inviteStatus:1,latestSendTime:this.detailData.sendTime}).then((e=>{if("0"==e.code){this.$message({type:"success",message:e.message,customClass:"custom-message"});const t=this.planOpts.find((e=>e.planId===this.planId))?.name;Ou({id:this.rowData.id,outboxId:this.rowData.outboxId,planId:this.planId,planName:t}).then((e=>{e&&"0"===e.code&&(this.$emit("change",this.planId,t),this.close())}))}else this.$message({type:"error",message:e.message,customClass:"custom-message"})}));else this.$message({type:"warning",message:this.$t("inboxDetail.planTips3"),customClass:"custom-message"})},goPlan(){this.close();const e=this.$router.resolve({path:"/plan"});window.open(e.href,"_blank")}}},Fu=Pu,$u=Ba(Fu,_u,Cu,!1,null,"4fad5252",null),Bu=$u.exports,Mu=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:e.$t("inboxDetail.coopStatus"),visible:e.visible,width:"480px","append-to-body":"","custom-class":"email-plan-dialog"},on:{close:e.close}},[t("div",{staticClass:"label"},[e._v(e._s(e.$t("inboxDetail.coopStatusTitle")))]),t("div",{staticClass:"plan-box"},[t("div",[t("el-select",{staticStyle:{width:"100%"},attrs:{"popper-class":"edm-select-popper",clearable:""},model:{value:e.status,callback:function(t){e.status=t},expression:"status"}},e._l(e.coopStatusList,(function(e,n){return t("el-option",{key:n,attrs:{label:e.coopStatus,value:e.ccode}})})),1)],1),t("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.close}},[e._v(e._s(e.$t("inboxDetail.cancel")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirm}},[e._v(e._s(e.$t("inboxDetail.confirm")))])],1)])])},Nu=[],Ru={props:{visible:{type:Boolean,default:!1},upbEsId:{type:String,default:""},coopStatus:{type:Number,default:""},planId:{type:[Number,String],default:""}},data(){return{status:"",coopStatusList:[{coopStatus:this.$t("inboxDetail.coop1"),ccode:0},{coopStatus:this.$t("inboxDetail.coop2"),ccode:1},{coopStatus:this.$t("inboxDetail.coop3"),ccode:6},{coopStatus:this.$t("inboxDetail.coop4"),ccode:2},{coopStatus:this.$t("inboxDetail.coop5"),ccode:3},{coopStatus:this.$t("inboxDetail.coop6"),ccode:4}],loading:!1}},created(){this.status=this.coopStatus},methods:{close(){this.$emit("update:visible",!1)},async confirm(){try{const e=await rs({ids:[this.upbEsId],coopStatus:this.status,planId:this.planId});"0"==e.code?(this.$message.success("修改成功"),this.close(),this.$emit("change")):this.$message.error(e.message)}catch(ul){console.log(ul)}}}},ju=Ru,Lu=Ba(ju,Mu,Nu,!1,null,"23d89b7a",null),zu=Lu.exports,Vu=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:"快捷回复",visible:e.visible,width:"700px","append-to-body":"","custom-class":"email-ai-replay-dialog"},on:{close:e.close}},[t("div",{staticClass:"reply-box"},[t("div",{staticClass:"top"},[t("img",{staticClass:"icon",attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v12")))])]),t("div",{staticClass:"content",domProps:{innerHTML:e._s(e.content)}}),t("div",{staticClass:"bottom"},[t("img",{attrs:{src:i(4643),alt:""}})])]),t("div",{staticClass:"footer"},[t("el-button",{staticClass:"reply-btn",attrs:{size:"small"},on:{click:e.close}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn",attrs:{loading:e.loading,size:"small",type:"primary"},on:{click:e.confirm}},[e._v("确认发送")])],1)])},Hu=[],Uu={props:{visible:{type:Boolean,default:!1},content:{type:String,default:""},loading:{type:Boolean,default:!1}},data(){return{}},created(){},methods:{close(){this.$emit("update:visible",!1)},confirm(){this.$emit("confirm")}}},Wu=Uu,qu=Ba(Wu,Vu,Hu,!1,null,"7627823c",null),Yu=qu.exports,Gu=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"show",rawName:"v-show",value:!e.isFirstHidden,expression:"!isFirstHidden"}],staticClass:"ai-summary-container"},[t("div",{staticClass:"item-summary"},[t("div",{staticClass:"ai-top"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v6")))]),e.isSummaryIng?t("i",{staticClass:"el-icon-loading ai-loading",staticStyle:{"margin-left":"4px"}}):e._e(),t("i",{staticClass:"dss-iconfont icon-close",class:{notAllow:e.isSummaryIng},on:{click:e.closeSummary}})]),t("div",{staticClass:"ai-box",staticStyle:{"white-space":"pre-wrap"}},[e._v(" "+e._s(e.summaryInfo.summary)+" ")]),t("div",{staticClass:"ai-bottom"},[t("div",{staticClass:"like-item first",class:{notAllow:e.isSummaryIng,active:1===e.summaryInfo.isLike},on:{click:function(t){return e.evaluateAi(1,e.summaryInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("inboxDetail.like")))])]),t("div",{staticClass:"like-item",class:{notAllow:e.isSummaryIng,active:2===e.summaryInfo.isLike},on:{click:function(t){return e.evaluateAi(2,e.summaryInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("inboxDetail.unLike")))])]),t("div",{staticClass:"redo",on:{click:e.rebuildSummary}},[e.isSummaryIng?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isSummaryIng?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("inboxDetail.stop")))]):t("span",[e._v(e._s(e.$t("inboxDetail.redo")))])]),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("inboxDetail.restPoint"))+":"+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("inboxDetail.aiRule"),isShowRule:!0}})],1),t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip ai-intention-tooltip",content:e.$t("edm5.v8")}},[t("div",{staticClass:"keywords",staticStyle:{"margin-right":"12px"},on:{click:e.getEmailIntention}},[t("i",{staticClass:"dss-iconfont icon-guanjianziguanli"}),t("span",[e._v(e._s(e.$t("edm5.v7")))])])]),t("div",{staticClass:"reply"},[t("button",{staticClass:"reply-btn",on:{click:e.showAiReply}},[t("img",{attrs:{src:i(4075),alt:""}}),t("span",[e._v(e._s(e.$t("edm5.v9")))])])])],1)])])},Ku=[],Xu={components:{Tooltip:nu},props:{id:{type:Number,default:0},aiPoint:{type:Number,default:0},isRebuild:{type:Boolean,default:!1}},data(){return{isSummaryIng:!1,summaryInfo:{},isLike:0,SummaryTimer:null,aiSummaryCounter:0,isFirstHidden:!0}},watch:{isRebuild:{handler(e){e?this.rebuildSummary():this.getAiEmailSummary()},immediate:!0}},methods:{async getAiEmailSummary(){try{const e=await as(this.id);"0"==e.code?null===e.data?.isComplete?(this.summaryInfo={},this.$emit("handleShow",this.id,!1),this.isFirstHidden=!0):e.data?.isComplete?(this.isFirstHidden=!1,this.$emit("handleShow",this.id,!0),this.summaryInfo=e.data?.emailSummary||{}):(this.isFirstHidden=!1,this.$emit("handleShow",this.id,!0),this.isSummaryIng=!0,this.createSummarySetInterval()):this.$message.error(e.message)}catch(ul){console.log(ul)}},async getAiEmailSummaryProgress(e){try{const t=await as(this.id);return"0"==t.code?(t.data?.isComplete&&(this.summaryInfo=t.data?.emailSummary||{},e&&(this.isSummaryIng=!1)),t.data?.isComplete):(this.$message.error(t.message),!0)}catch(ul){return console.log(ul),!0}},async rebuildSummary(){if(this.isFirstHidden=!1,this.isSummaryIng)this.stopSummarySetInterval(),this.isSummaryIng=!1;else{this.isLike=0;const e=await ss(this.id);"0"==e.code?(this.isSummaryIng=!0,this.createSummarySetInterval()):(this.isSummaryIng=!1,this.stopSummarySetInterval(),this.$message.error(e.message))}},createSummarySetInterval(){this.stopSummarySetInterval(),this.aiSummaryCounter=0,this.SummaryTimer=setInterval((async()=>{this.aiSummaryCounter+=1;const e=await this.getAiEmailSummaryProgress();e&&(this.isSummaryIng=!1,this.stopSummarySetInterval(),this.$emit("refreshAiPoint")),this.aiSummaryCounter>=60&&(this.isSummaryIng=!1,this.aiSummaryCounter=0,this.stopSummarySetInterval(),this.$message.error(this.$t("edm5.v11")),this.$emit("refreshAiPoint"))}),2e3)},stopSummarySetInterval(){this.SummaryTimer&&(clearInterval(this.SummaryTimer),this.SummaryTimer=null)},closeSummary(){if(this.isSummaryIng)return!1;this.summaryInfo={},this.isLike=0,this.$emit("handleShow",this.id,!1)},async evaluateAi(e,t){try{const n=this.summaryInfo.isLike===e?0:e,i=await ps({historyId:t,isLike:n,aiScene:"summarize"});"0"===i.code&&(this.getAiEmailSummaryProgress(),this.$message.success(this.$t("edm5.v10")))}catch(ul){console.log(ul)}},showAiReply(){this.$emit("showAiReply",this.summaryInfo)},getEmailIntention(){this.$emit("getEmailIntention")}}},Zu=Xu,Ju=Ba(Zu,Gu,Ku,!1,null,"2ad67469",null),Qu=Ju.exports,ed=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.visible,width:"900px","append-to-body":"","custom-class":"ai-replaying-dialog"},on:{close:e.close}},[t("div",{staticClass:"ai-title"},[1===e.step||2===e.step?t("img",{attrs:{src:i(5169),alt:""}}):e._e(),2===e.step?t("span",{staticClass:"text"},[e._v(e._s(e.$t("edm5.v12")))]):e._e(),3===e.step?t("div",{staticClass:"rule"},[t("i",{staticClass:"dss-iconfont icon-arrow",on:{click:e.backToOne}}),t("span",[e._v(e._s(e.$t("edm5.v13")))])]):e._e()]),t("div",{directives:[{name:"show",rawName:"v-show",value:1===e.step,expression:"step === 1"}],staticClass:"step-one"},[t("div",{staticClass:"summary-part"},[t("div",[t("img",{attrs:{src:i(9054),alt:""}})]),t("div",{staticClass:"content"},[e._v(" "+e._s(e.summaryInfo.summary)+" ")])]),t("div",{staticClass:"write-part"},[t("div",{staticClass:"write-input"},[t("el-input",{staticClass:"write-textarea",staticStyle:{"font-size":"14px"},attrs:{type:"textarea",rows:5,placeholder:e.$t("edm5.v14"),resize:"none"},model:{value:e.replyWords,callback:function(t){e.replyWords=t},expression:"replyWords"}})],1),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.aiRulesLoading,expression:"aiRulesLoading"}],staticClass:"write-example",attrs:{"element-loading-customclass":"ai-rule-loading","element-loading-spinner":"el-icon-loading","element-loading-text":e.$t("edm5.v15")}},[t("div",{staticClass:"example-title"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v13")))]),t("span",{staticClass:"others",on:{click:e.backToTree}},[e._v(e._s(e.$t("edm5.v16")))])]),0===e.aiRules.length?t("div",{staticClass:"no-rule"},[t("Empty")],1):e._l(e.aiRules,(function(n,i){return t("div",{key:i,staticClass:"example-item",on:{click:function(t){return e.toBuildAiReply(n)}}},[t("span",{staticClass:"icon"},[e._v(e._s(n.emoji))]),t("span",{staticClass:"txt"},[e._v(e._s(n.desc))])])}))],2)]),t("div",{staticClass:"footer"},[t("div",{staticClass:"footer-left"},[t("el-select",{staticClass:"ai-prompt-select",attrs:{clearable:!1},model:{value:e.language,callback:function(t){e.language=t},expression:"language"}},e._l(e.languageList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-select",{staticClass:"ai-prompt-select",attrs:{clearable:!1},model:{value:e.tone,callback:function(t){e.tone=t},expression:"tone"}},e._l(e.toneList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)],1),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.stepOneClose}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{loading:e.loading,size:"small",type:"primary",disabled:e.aiRulesLoading},on:{click:e.stepOneConfirm}},[e._v(e._s(e.$t("edm5.v20")))])],1)])]),2===e.step?t("div",{staticClass:"step-two"},[t("ReplyContent",{attrs:{maxId:e.maxId,aiPoint:e.aiPoint,currentMail:e.currentMail,tone:e.tone,language:e.language,replyWords:e.replyWords,chooseRuleCode:e.chooseRuleCode},on:{refreshPoint:e.refreshPoint,changeStep:e.changeStep,finished:e.finished,toFullWrite:e.toFullWrite}})],1):e._e(),3===e.step?t("div",{staticClass:"step-three"},[t("el-tree",{staticClass:"ai-rule-tree",attrs:{"node-key":"scenario",accordion:"",data:e.list,props:e.defaultProps,"default-expanded-keys":[0]},on:{"node-click":e.toBuildAiReply}})],1):e._e()])},td=[],nd=function(){var e=this,t=e._self._c;return t("div",{staticClass:"reply-content"},[t("div",{staticClass:"ai-result-part"},[t("div",{staticClass:"chinese language"},[t("div",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v30")))]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isReplying,expression:"isReplying"}],staticClass:"content",staticStyle:{"white-space":"pre-wrap"},attrs:{"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(0, 0, 0, 0)","element-loading-customClass":"ai-reply-loading"},domProps:{innerHTML:e._s(e.replayInfo.replyContentCn)}})]),t("div",{staticClass:"split"}),t("div",{staticClass:"foreign language"},[t("div",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v31",{value:e.language}))+")")]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isReplying,expression:"isReplying"}],staticClass:"content",staticStyle:{"white-space":"pre-wrap"},attrs:{"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(0, 0, 0, 0)","element-loading-customClass":"ai-reply-loading"},domProps:{innerHTML:e._s(e.replayInfo.replyContent)}})]),t("img",{staticClass:"email-icon",attrs:{src:i(4643),alt:""}})]),t("div",{staticClass:"footer"},[t("div",{staticClass:"ai-bottom"},[t("div",{staticClass:"like-item first",class:{notAllow:e.isReplying,active:1===e.feedLike},on:{click:function(t){return e.evaluateAi(1,e.replayInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]),t("div",{staticClass:"like-item",class:{notAllow:e.isReplying,active:2===e.feedLike},on:{click:function(t){return e.evaluateAi(2,e.replayInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v33")))])]),t("div",{staticClass:"redo",on:{click:e.rebuildReplay}},[e.isReplying?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isReplying?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("edm5.v35")))]):t("span",[e._v(e._s(e.$t("edm5.v34")))])]),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.close}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{loading:e.aiReplayBtnLoading,size:"small",type:"primary",disabled:e.isReplying},on:{click:e.confirm}},[e._v(e._s(e.$t("edm5.v36")))])],1)])])},id=[],rd={components:{Tooltip:nu},props:{aiPoint:{type:Number,default:0},currentMail:{type:Object,default:()=>{}},tone:{type:String,default:""},language:{type:String,default:""},replyWords:{type:String,default:""},chooseRuleCode:{type:[String,Number],default:""},maxId:{type:[String,Number],default:""}},data(){return{isReplying:!1,replayInfo:{},feedLike:0,aiReplayCounter:0,ReplayTimer:null,aiReplayBtnLoading:!1}},created(){this.buildAiReply()},methods:{async buildAiReply(){try{const e=await Cs({inboxId:this.currentMail.id,emailStrategy:""===this.chooseRuleCode?void 0:this.chooseRuleCode,customizedStrategy:""===this.chooseRuleCode?this.replyWords:void 0,language:this.language,tone:this.tone});"0"===e.code?this.getAiEmailReplay():this.$message.error(e.message)}catch(ul){console.log(ul)}},async getAiEmailReplay(){try{const e=await ls(this.currentMail.id);"0"==e.code?e.data?.isComplete?this.replayInfo=e.data?.smartReply||{}:(this.isReplying=!0,this.createReplaySetInterval()):this.$message.error(e.message)}catch(ul){console.log(ul)}},async getAiEmailReplayProgress(){try{const e=await ls(this.currentMail.id);return"0"==e.code?(e.data?.isComplete&&(this.replayInfo=e.data?.smartReply||{}),e.data?.isComplete):(this.$message.error(e.message),!0)}catch(ul){return console.log(ul),!0}},createReplaySetInterval(){this.stopReplaySetInterval(),this.aiReplayCounter=0,this.ReplayTimer=setInterval((async()=>{this.aiReplayCounter+=1;const e=await this.getAiEmailReplayProgress();e&&(this.$emit("refreshPoint"),this.isReplying=!1,this.stopReplaySetInterval()),this.aiReplayCounter>=60&&(this.isReplying=!1,this.aiReplayCounter=0,this.stopReplaySetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async rebuildReplay(){if(this.isReplying)this.stopReplaySetInterval(),this.isReplying=!1;else{const e=await Cs({inboxId:this.currentMail.id,emailStrategy:""===this.chooseRuleCode?void 0:this.chooseRuleCode,customizedStrategy:""===this.chooseRuleCode?this.replyWords:void 0,language:this.language,tone:this.tone});"0"==e.code?(this.isReplying=!0,this.feedLike=0,this.createReplaySetInterval()):(this.isReplying=!1,this.stopReplaySetInterval(),this.$message.error(e.message))}},stopReplaySetInterval(){this.ReplayTimer&&(clearInterval(this.ReplayTimer),this.ReplayTimer=null)},async evaluateAi(e,t){try{const n=this.feedLike===e?0:e,i=await ps({historyId:t,isLike:n,aiScene:"reply"});"0"===i.code&&(this.feedLike=n,this.$message.success(this.$t("inboxDetail.tips5")))}catch(ul){console.log(ul)}},close(){this.stopReplaySetInterval(),this.$emit("changeStep",1)},confirm(){this.$emit("toFullWrite",this.replayInfo.replyContent,this.replayInfo.id)}}},od=rd,ad=Ba(od,nd,id,!1,null,"ba5a8f8c",null),sd=ad.exports,ld=function(){var e=this,t=e._self._c;return t("div",{staticClass:"empty-contain",style:{...e.currentStyle}},[t("img",{attrs:{src:i(3442),alt:""}}),t("p",[e._v(e._s(e.tips||"暂无数据"))])])},cd=[],ud={props:["currentStyle","tips"]},dd=ud,hd=Ba(dd,ld,cd,!1,null,"37b97e56",null),pd=hd.exports,fd={props:{visible:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},aiPoint:{type:Number,default:0},summaryInfo:{type:Object,default:()=>{}},currentMail:{type:Object,default:()=>{}},maxId:{type:[String,Number],default:""}},components:{Tooltip:nu,Empty:pd,ReplyContent:sd},data(){return{step:1,replyWords:"",languageList:[],toneList:[],language:"英文",tone:"友好的",isReplying:!1,defaultProps:{children:"children",label:"desc"},list:[],aiRulesCounter:0,aiRulesLoading:!0,aiRulesInfo:{children:[{},{},{}]},RulesTimer:null,chooseRuleCode:""}},computed:{aiRules(){return this.aiRulesInfo&&this.aiRulesInfo.children?this.aiRulesInfo.children:[]}},created(){this.getAiRules(),this.getLanguages(),this.getTones()},beforeDestroy(){this.stopRulesSetInterval()},mounted(){this.initAi()},methods:{initAi(){this.buildAiRules()},async getAiRules(){try{const e=await ys();"0"===e.code&&(this.list=JSON.parse(e.data),this.handleRules())}catch(ul){console.log(ul)}},async buildAiRules(){try{const e=await vs(this.currentMail.id);"0"===e.code?this.getAiReplyTips():(this.$message.error(e.message),this.aiRulesLoading=!1)}catch(ul){this.aiRulesLoading=!1,console.log(ul)}},async getAiReplyTips(){try{const e=await bs(this.currentMail.id);if("0"===e.code)if(e.data?.isComplete){let t=e.data?.emailStrategy||{};t.children&&(t.children=t.children.map((e=>({...e,emoji:this.getEmojiByNum()})))),this.aiRulesInfo=t}else this.aiRulesLoading=!0,this.createRulesSetInterval();else this.stopRulesSetInterval(),this.$message.error(e.message),this.aiRulesLoading=!1}catch(ul){console.log(ul),this.stopRulesSetInterval(),this.aiRulesLoading=!1}},createRulesSetInterval(){this.stopRulesSetInterval(),this.aiRulesCounter=0,this.RulesTimer=setInterval((async()=>{this.aiRulesCounter+=1;const e=await this.getAiRulesProgress();e&&(this.aiRulesLoading=!1,this.stopRulesSetInterval()),this.aiRulesCounter>=60&&(this.aiRulesLoading=!1,this.aiRulesCounter=0,this.stopRulesSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getAiRulesProgress(){try{const e=await bs(this.currentMail.id);if("0"==e.code){if(e.data?.isComplete){let t=e.data?.emailStrategy||{};t.children&&(t.children=t.children.map((e=>({...e,emoji:this.getEmojiByNum()})))),this.aiRulesInfo=t}return e.data?.isComplete}return this.$message.error(e.message),this.aiRulesLoading=!1,!0}catch(ul){return console.log(ul),!0}},stopRulesSetInterval(){this.RulesTimer&&(clearInterval(this.RulesTimer),this.RulesTimer=null)},async getLanguages(){try{const e=await ws();"0"===e.code&&(this.languageList=e.data?.map((e=>({label:e,value:e}))))}catch(ul){console.log(ul)}},async getTones(){try{const e=await _s();"0"===e.code&&(this.toneList=e.data?.map((e=>({label:e,value:e}))))}catch(ul){console.log(ul)}},getEmojiByNum(){const e=["😄","🎉","🌟","🎯","💰","🔮","🛍️","🎁","💬","💭"],t=Math.floor(10*Math.random());return e[t]},getUpByNum(e){const t={1:"一",2:"二",3:"三",4:"四",5:"五",6:"六"};return t[e]||e},handleRules(){this.list=this.list.map((e=>{if(e.children){const t=e.children.map(((e,t)=>({...e,order:t+1})));return{...e,children:t}}return e})),this.handleRulesLoop(this.list)},handleRulesLoop(e){for(let t in e){const n=e[t];n.children?(1===n.level&&(n.desc=this.getUpByNum(n.phase+1)+"、"+n.desc),2===n.level&&(n.desc=n.order+". "+n.desc),3===n.level&&(n.desc=this.getEmojiByNum()+" "+n.desc),this.handleRulesLoop(n.children)):(1===n.level&&(n.desc=this.getUpByNum(n.phase)+"、"+n.desc),2===n.level&&(n.desc=n.order+". "+n.desc),3===n.level&&(n.desc=this.getEmojiByNum()+" "+n.desc))}},toBuildAiReply({code:e}){if(null===e||""===e||void 0===e)return!1;this.chooseRuleCode=e,this.aiRulesLoading=!1,this.step=2},close(){this.$emit("update:visible",!1)},stepOneConfirm(){if(!this.replyWords)return this.$message.error(this.$t("edm5.v29"));this.chooseRuleCode="",this.stopRulesSetInterval(),this.aiRulesLoading=!1,this.step=2},stepOneClose(){this.stopRulesSetInterval(),this.close()},backToOne(){this.step=1},backToTree(){this.step=3},changeStep(e){this.step=e},refreshPoint(){this.$emit("refreshPoint")},finished(){this.$emit("finished"),this.close()},toFullWrite(e,t){this.$emit("fullWrite",e,t)}}},md=fd,gd=Ba(md,ed,td,!1,null,"394b0cd6",null),vd=gd.exports,yd=i(1930),bd=i.n(yd),wd={name:"edm-inboxDetail",components:{AddTagsDialog:el,Tooltip:nu,EmailBox:lu,SimpleReplay:fu,EmailIntention:wu,EmailPlan:Bu,CoopStatus:zu,EmailRely:Yu,AiSummary:Qu,AiReply:vd},props:{goBackUrl:{type:String,default:"/inbox"},mailId_inbox:{type:String,default:""},chatId_inbox:{type:String,default:""},blogDetailUrl:{type:String,default:"/blogDetail"},crmGrayUser:{type:Boolean,default:!1}},filters:{coopStatusFilter(e){return Uc.find((t=>t.ccode===e))?.coopStatus||Vc.t("inboxDetail.empty")}},data(){return{bloggerInfo:{},primary:"dss"===localStorage.getItem("sourceApp")?"#1990FF":"#FF5277",maxId:"",id:this.mailId_inbox,chatId:this.chatId_inbox,mailId:this.mailId_inbox,popularizePlanId:this.$route.query.popularizePlanId,popularizePlanName:this.$route.query.popularizePlanName,mailData:"",mailTaglist:[],tags:[],mailTags:[],mailList:[],isShowSettag:!1,selectedTags:[],tagList:[],isShowReply:!1,fileList:[],isSubmit:!1,optList:[],aiOpen:!1,showSimpleReplay:!1,intentionVisible:!1,planVisible:!1,coopStatusVisible:!1,emailRelyVisible:!1,isOpenAi:!1,summaryInfo:{},aiPoint:0,replayInfo:{},aiFeed:{single_invitation:0,summarize:0},aiReplayBtnLoading:!1,timer:null,mailLoading:!1,aiRelyVisible:!1,currentMail:{},searchForm:{},tableData:[],checkEmailIndex:null}},computed:{isHasAi(){const e=Array.isArray(this.mailList)&&this.mailList.length>0&&1==this.mailList[0]?.type;return this.isOpenAi&&e||!0}},watch:{isHasAi(e){}},async created(){this.getInboxList(),this.getMailGroup(),await this.initTags(),await this.getMailDetailById(),this.getCrmInfo(),this.setReadstatus(),this.isOpenAiSetting(),this.getAiPoint()},destroyed(){},methods:{async pageInit(){console.log(this.checkEmailIndex),this.id=this.tableData[this.checkEmailIndex].id,this.chatId=this.tableData[this.checkEmailIndex].chatId,this.mailId=this.tableData[this.checkEmailIndex].mailId,this.maxId=this.tableData[this.checkEmailIndex].maxId,this.popularizePlanId=this.tableData[this.checkEmailIndex].popularizePlanId,this.popularizePlanName=this.tableData[this.checkEmailIndex].popularizePlanName,this.getMailGroup(),await this.initTags(),await this.getMailDetailById(),this.getCrmInfo(),this.setReadstatus()},handleNext(){this.checkEmailIndex++,this.pageInit()},handlePrevious(){this.checkEmailIndex--,this.pageInit()},getInboxList(){localStorage.getItem("searchFormInbox")&&(this.searchForm=JSON.parse(localStorage.getItem("searchFormInbox")),La(this.searchForm).then((e=>{e?(this.tableData=e.rows,this.tableData.forEach(((e,t)=>{e.id==this.$route.query.id&&(this.checkEmailIndex=t)}))):this.$message.warning(this.$t("inboxTable.requestError"))})))},handleAddFavorites(){this.$emit("AddFavorites",{besId:this.mailData.bloggerId})},changeCoopStatus(){this.bloggerInfo.planId&&"-1"!=this.bloggerInfo.planId?this.coopStatusVisible=!0:this.$message({type:"warning",message:"请先关联推广计划",customClass:"custom-message"})},async getCrmInfo(){try{const e=await is(this.maxId);"0"===e.code&&(this.bloggerInfo=e.data||{},"-1"==e.data.planId||"null"==e.data.planId?this.optList=[{icon:"icon-caidan-kehudangan",name:Vc.t("inboxDetail.menu1"),key:"blogger",activeName:"1"},{icon:"icon-hezuoneirong",name:Vc.t("inboxDetail.menu3"),key:"content",activeName:"6"}]:this.optList=Object.freeze(Hc))}catch(ul){console.log(ul)}},async isOpenAiSetting(){return this.isOpenAi=!0,!1},getAiInit(){},async getAiPoint(){this.aiPoint=await Ys()},clickHandle(e,t){console.log(e),this.$emit("showFn",e,t,this.bloggerInfo)},goBack(){this.$router.push({path:localStorage.getItem("currentPath"),query:{isdetail:!0}})},initDetail(){this.getMailDetailById(),this.isShowSettag=!1},async initTags(){const e=await Za();e&&(this.mailTaglist=e,e.map((e=>{this.tags.push({id:e.id,value:e.id.toString(),label:e.tag})})),this.mailTaglist=e)},handleAddTag(){this.initTags()},initTagList(){this.initTags()},async getMailDetailById(){if(this.id){const e=await Ya(this.id);if(e&&(this.handleTagData(e),this.mailData=e,this.maxId=e.maxId,e.tag)){this.mailTags=[];let t=e.tag.split(",");t.forEach((e=>{let t=this.mailTaglist.find((t=>t.tag===e));t&&this.mailTags.push(t)}))}}},getMailGroup(){this.mailLoading=!0,Ga(this.chatId).then((e=>{e&&(e.map(((e,t)=>{e.uid=t+1e4,e.isExpand=0===t,e.attachment||(e.attachment=[]),e.isShowFull=!0,e.isOut=!1,2===e.type&&(e.bloggerAvatar="https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/koc/user_avatar/koc_default_man.png"),1===e.type&&(e.bloggerAvatar&&""!==e.bloggerAvatar||(e.bloggerAvatar="https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/koc/user_avatar/defaultUser.svg",e.isOut=!0)),e.isShowSummary=!0,e.isRebuild=!1})),console.log(e),this.mailList=e,this.mailLoading=!1)})).catch((e=>{this.mailLoading=!1})).finally((()=>{this.mailLoading=!1}))},filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/This email was sent to(.*?)from this list/g,"").replace(/\(http\:\/\/mandrillapp.com(.*?)\)/g,"")),e},delHtmlTag(e){if(e)return e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<[^>]+>/g,""),e=e.replace(new RegExp(" ","g")," "),e},imgClick(e){if(1===e.type){if(e.isOut)return;this.$emit("toBloggerDetail",e)}},delOneMail(e){this.$confirm(this.$t("inboxDetail.confirmContent"),this.$t("inboxDetail.tip"),{confirmButtonText:this.$t("inboxDetail.confirm"),cancelButtonText:this.$t("inboxDetail.cancel"),type:"warning"}).then((()=>{Ka({id:e.id,type:e.type}).then((e=>{e&&(this.$message({message:this.$t("inboxDetail.delSuccess"),type:"success",duration:1500}),this.initTags(),this.getMailGroup())}))}),(()=>{}))},delFile(e){this.fileList.splice(e,1)},handleTagData(e){if(this.tagList=[],e.tag&&e.tagColor&&""!==e.tag&&""!==e.tagColor){let t=e.tag.split(","),n=e.tagColor.split(",");t.length!==n.length?this.tagList.push({tag:this.$t("inboxDetail.tagError"),tag_color:"#777"}):t.forEach(((e,t)=>{this.tagList.push({tag:e,tag_color:n[t]})}))}},delTag(e){const t=this.tagList.filter((e=>!!e.tag))||[];let n=[];t.length>1&&(n=t.filter((t=>t.tag!==e.tag)).map((e=>({tag:e.tag,tagColor:e.tag_color})))),this.updateTag(n,!0)},setReadstatus(){let e={read:2,chatId:[this.chatId]};Ha(e).then((e=>{e||this.$message({type:"error",message:this.$t("inboxDetail.mailError"),duration:1500})}))},showReply(e){if(this.isShowReply){localStorage.setItem("mailReply",JSON.stringify(e)),"dss"===localStorage.getItem("sourceApp")?localStorage.setItem("sendEntryKey","inboxDetailDssReply"):localStorage.setItem("sendEntryKey","inboxDetailHubReply");let t=this.$route.query.popularizePlanId?this.$route.query.popularizePlanId:"";if(this.crmGrayUser){const n=this.$router.resolve({path:`/inboxReply?replyId=${e.id}&chatId=${this.chatId}&popularizePlanId=${t}&popularizePlanName=${this.$route.query.popularizePlanName}`});window.open(n.href,"_blank")}else{const n=this.$router.resolve({path:`/inboxReply?replyId=${e.id}&chatId=${this.chatId}&popularizePlanId=${t}&taskId=${this.$route.query.taskId}&taskName=${this.$route.query.taskName}`});window.open(n.href,"_blank")}}},async showReplyNew(e=!1,t=void 0){const n=await this.checkEmailOwner();if(!n)return!1;if(this.mailList.length>0){let n=this.mailList,i=this.mailList.filter((e=>1===e.type));if(console.log("最新回复list",n),console.log("type 1的list",i),n.length>0&&i.length>0){"dss"===localStorage.getItem("sourceApp")?localStorage.setItem("sendEntryKey","inboxDetailDssReply"):localStorage.setItem("sendEntryKey","inboxDetailHubReply");let i=this.$route.query.popularizePlanId?this.$route.query.popularizePlanId:"",r=`/inboxReply?replyId=${this.maxId}&chatId=${this.chatId}&popularizePlanId=${i}&popularizePlanName=${this.$route.query.popularizePlanName}&replyContentId=${n[0].id}`;e&&(r+="&isSimple=true"),t&&(r+=`&aiId=${t}`),console.log("-----",r);const o=this.$router.resolve({path:r});window.open(o.href,"_blank")}}},fullWrite(e,t=void 0){console.log(e),console.log(t),localStorage.setItem("simpleWiteTxt",e||""),this.showReplyNew(!0,t)},skipBlogDetail(e,t){this.$emit("toBloggerDetail",t)},downFile(e){Vs(e.link,e.name)},async simpleReplay(){const e=await this.checkEmailOwner();if(!e)return!1;this.showSimpleReplay=!0},toggleEmailExpand(e){this.mailList=this.mailList.map((t=>({...t,isExpand:e.id===t.id&&!t.isExpand,isShowFull:!0})))},toggleFullContent(e){this.mailList=this.mailList.map((t=>({...t,isShowFull:e.id===t.id&&!t.isShowFull})))},async getEmailIntention(e){this.currentMail=e,this.intentionVisible=!0},openPlan(){this.planVisible=!0},toBloggerDetail(e,t){if(!e)return!1;this.$emit("toBloggerDetail",t)},openAiSummary(e){const t=this.mailList.findIndex((t=>t.id===e));if(t>-1){if(this.mailList[t]?.isShowSummary)return!1;this.$set(this.mailList,t,{...this.mailList[t],isShowSummary:!0,isRebuild:!0})}},showAiReplay(e){if(!e)return this.$message.error(this.$t("inboxDetail.tip3"));this.emailRelyVisible=!0},async handleAiReplay(e,t){if(!e)return!1;this.aiReplayBtnLoading=!0,ts({replyIds:[this.maxId],content:e,sendEntryKey:"aiReply"}).then((e=>{if("0"===e.code){const n=Array.isArray(e.data)&&e.data.length>0?e.data[0]:void 0;this.$message.success(this.$t("inboxDetail.tips4")),ds({aiEmailId:t,writeId:n}),this.timer&&clearTimeout(this.timer),this.timer=setTimeout((()=>{this.getMailGroup()}),500)}else this.aiReplayBtnLoading=!1,this.$message.error(e.message)})).catch((e=>{console.log(e),this.aiReplayBtnLoading=!1})).finally((()=>{this.aiReplayBtnLoading=!1}))},async getEvaluateAi(){try{const e=await fs(this.maxId);"0"===e.code?e.data.forEach((e=>{"single_invitation"===e.aiScene&&(this.aiFeed.single_invitation=e.isLike),"summarize"===e.aiScene&&(this.aiFeed.summarize=e.isLike)})):this.$message.error(e.message)}catch(ul){console.log(ul)}},async evaluateAi(e,t,n){try{const i=this.aiFeed[e]===t?0:t,r=await ps({historyId:n,isLike:i,aiScene:e});"0"===r.code&&(this.getEvaluateAi(),this.$message.success(this.$t("inboxDetail.tips5")))}catch(ul){console.log(ul)}},handleSummaryShow(e,t){const n=this.mailList.findIndex((t=>t.id===e));n>-1&&this.$set(this.mailList,n,{...this.mailList[n],isShowSummary:t})},showAiReply(e,t){this.currentMail=e,this.summaryInfo=t,this.aiRelyVisible=!0},async checkEmailOwner(){try{const e=await xs({inboxId:this.id});return"0"===e.code?!!e.data||(this.$message.error(this.$t("edm5.v5")),!1):(this.$message.error(e.message),!1)}catch(ul){return console.log(ul),!1}},changeEmailPlan(e,t){this.$router.push({query:bd()(this.$route.query,{popularizePlanId:e||-1,popularizePlanName:t||""})}),this.getCrmInfo()},addTagsStart(){this.selectedTags=this.tagList&&Array.isArray(this.tagList)?this.tagList.filter((e=>!!e.tag)).map((e=>e.tag)):[],this.isShowSettag=!0},async updateTag(e=[],t=!1){try{const n=await Xa({mailId:this.id,tags:e});n&&(t?this.$message({type:"success",message:this.$t("inboxTagDialog.delTagSuccess")}):this.$message({type:"success",message:this.$t("inboxTagDialog.bindSuccess")}),this.getMailDetailById())}catch(ul){}}}},_d=wd,Cd=Ba(_d,ol,al,!1,null,"274abbb0",null),xd=Cd.exports,Sd=function(){var e=this,t=e._self._c;return t("div",{ref:"pageContainer",staticClass:"page-container-write"},[t("div",{staticClass:"write-part"},[t("div",{staticClass:"write-container"},[t("div",{staticClass:"write-wrap"},["AIinvitePlan"!==e.pageFrom?t("div",{staticClass:"form-item mb12"},[t("span",{on:{click:e.test}},[e._v(e._s(e.$i18n.t("writeMail.receiver")))]),t("div",{staticClass:"edm-input-container"},[e.isSpreadAddress?e._e():e._l(e.addresseeArr.slice(0,5),(function(n,i){return t("span",{key:i,staticClass:"edm-input-tags"},[e._v(" "+e._s(n.bloggerName)+" ")])})),e.isSpreadAddress?e._l(e.addresseeArr,(function(n,i){return t("span",{key:i,staticClass:"edm-input-tags"},[e._v(" "+e._s(n.bloggerName)+" ")])})):e._e(),e.addresseeArr.length?t("p",{staticClass:"edm-tag-dot"},[e._v(" "+e._s(e.addresseeArr.length>9999?e.addresseeArr.length+"+":e.addresseeArr.length)+" ")]):e._e(),e.addresseeArr.length>5?t("div",{staticClass:"edm-tags-action",on:{click:function(t){e.isSpreadAddress=!e.isSpreadAddress}}},[e._v(" "+e._s(e.isSpreadAddress?`- ${e.$i18n.t("writeMail.retract")}`:`+ ${e.$i18n.t("writeMail.other")}`+(e.addresseeArr.length-5)+`${e.$i18n.t("writeMail.person")}`)+" ")]):e._e()],2),e.isReply||e.isMultiReply||"payStatusDetail"===e.$route.query.pageFrom?e._e():t("el-button",{staticClass:"edit-btn",attrs:{loading:e.editBloggerLoading},on:{click:e.toEditBlogger}},[e._v(e._s(e.$t("edm5.v58")))])],1):e._e(),e.isReply||e.isMultiReply?e._e():t("div",{staticClass:"form-item"},[t("span",{staticClass:"email-label"},[e._v(" "+e._s(e.$t("edm5.v55"))+" "),t("Tooltip",{staticClass:"label-tooltip",attrs:{content:e.$t("edm5.v57"),isShowRule:!1}})],1),t("div",{staticClass:"email-box"},[t("div",{staticClass:"email-tab"},e._l(e.mailList,(function(n,i){return t("div",{key:n.id,class:{tab:!0,"active-tab":n.active},on:{click:function(t){return e.toggleEmailTag(n.id)}}},[t("span",{staticClass:"tab-txt"},[e._v(e._s(e.$t("edm5.v59"))+e._s(i+1))]),e.mailList.length>1?t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.deleteEmail(n.id)}}}):e._e()])})),0),!e.isReply&&!e.isMultiReply&&e.mailList.length<5?t("div",{staticClass:"email-add",on:{click:function(t){return e.toAddEmail()}}},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",[e._v(e._s(e.$t("edm5.v60")))])]):e._e()])]),t("div",{staticClass:"email-container",staticStyle:{position:"relative"}},[e._l(e.mailList,(function(n){return t("div",{key:n.id,staticClass:"email-main"},[t("ContentBox",{directives:[{name:"show",rawName:"v-show",value:n.active,expression:"mail.active"}],attrs:{editorHeight:e.editorHeight,form:n,replyInfo:e.replyInfo,isDraft:!!e.draftId,isOuterBox:!!e.outboxId,isReply:e.isReply,isMultiReply:e.isMultiReply,aiPoint:e.aiPoint},on:{handleOptimize:e.handleOptimize}})],1)})),t("div",{directives:[{name:"show",rawName:"v-show",value:e.isAutoSave,expression:"isAutoSave"}],staticClass:"save-icon"},[e.isAutoSaving?t("i",{staticClass:"el-icon-refresh-right"}):e._e(),e.isAutoSaved?t("img",{attrs:{src:i(3475)}}):e._e()])],2),t("div",{staticClass:"form-item cards"},[t("span",{staticStyle:{"white-space":"normal"}},[e._v(" "+e._s(e.$i18n.t("productCard.product_card"))+" ")]),t("div",{staticClass:"cards-content"},[e._l(e.cardsArr,(function(n,r){return t("div",{key:r,staticClass:"card-wrap"},[t("div",{staticClass:"product-card"},[t("div",{staticClass:"card-top"},[t("el-image",{staticClass:"product-img",staticStyle:{border:"1px solid #e8e8e8"},attrs:{src:n.imageUrls[0]}}),t("div",{staticClass:"card-tags"},[e._l(n.promotePlatformType,(function(n,r){return t("div",{key:"platform"+r,staticClass:"product-platform"},[0==n?t("img",{staticClass:"platform-img",attrs:{src:i(4321)}}):e._e(),1==n?t("img",{staticClass:"platform-img",attrs:{src:i(634)}}):e._e(),2==n?t("img",{staticClass:"platform-img",attrs:{src:i(7682)}}):e._e()])})),e._l(n.typeName3,(function(n,i){return t("span",{key:"typeName"+i},[e._v(" "+e._s(n)+" ")])})),n.typeName.length>3?t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip tooltip-tips type-tooltip"}},[t("div",{staticClass:"content",attrs:{slot:"content"},slot:"content"},e._l(n.typeName,(function(n,i){return t("span",{key:"allTypeName"+i,staticClass:"type-item"},[e._v(" "+e._s(n)+" ")])})),0),t("span",{staticClass:"more-types"},[e._v("···")])]):e._e()],2),t("div",{staticClass:"card-delete",on:{click:function(t){return e.deleteItem(r)}}},[t("i",{staticClass:"el-icon-delete"})])],1),t("div",{staticClass:"card-center"},[t("div",{staticClass:"product-name"},[e._v(e._s(n.nameEn||"—"))]),t("div",{staticClass:"product-price"},[e._v(" Price:"+e._s(e._f("getMoneySymbol")(n.currency))+e._s(n.priceDollar||"—")+" ")]),t("div",{staticClass:"product-price product-commission"},[e._v(" Commission rate:"+e._s(n.commissionPercent||"—")+"% ")])]),t("div",{staticClass:"card-bottom",class:{"only-btn":null==n.commissionPercent||0==n.commissionPercent}},[null!==n.commissionPercent&&0!==n.commissionPercent?t("div",{staticClass:"price"},[t("span",[e._v(" "+e._s(e._f("getMoneySymbol")(n.currency))+e._s((n.priceDollar*(n.commissionPercent/100)).toFixed(2))+" ")]),e._v(" /per ordered item ")]):e._e(),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(t){return e.skipApply(n.id)}}},[e._v(" Apply ")])],1)])])})),0==e.cardsArr.length?t("div",{staticClass:"product-card"},[t("div",{staticClass:"card-top"},[t("img",{staticClass:"product-img",staticStyle:{border:"1px solid #e8e8e8"},attrs:{src:"https://m.media-amazon.com/images/I/616058e2AYL._AC_SL1360_.jpg"}}),e._m(0),t("p",{staticClass:"flag"},[t("i",{staticClass:"el-icon-s-opportunity",staticStyle:{"padding-right":"6px"}}),e._v(" "+e._s(e.$i18n.t("productCard.example"))+" ")])]),t("div",{staticClass:"card-center"},[t("div",{staticClass:"product-name"},[e._v(" "+e._s("Lenovo Thinkpad X500 Blueto…")+" ")]),t("div",{staticClass:"product-price"},[e._v("Price:"+e._s("$49.93"))]),t("div",{staticClass:"product-price product-commission"},[e._v(" Commission rate:"+e._s("10")+"% ")])]),t("div",{staticClass:"card-bottom"},[e._m(1),t("el-button",{attrs:{type:"primary",size:"small"}},[e._v("Apply")])],1)]):e._e(),t("div",{staticClass:"add-card",on:{click:e.addProduct}},[t("i",{staticClass:"el-icon-plus"}),t("p",[e._v(e._s(e.$i18n.t("productCard.add_product_card")))])])],2)])]),t("div",{staticClass:"operate-wrap"},[t("div",{staticClass:"operate-left"},[e.isReply||e.isMultiReply||"AIinvitePlan"==e.pageFrom?e._e():t("div",{staticClass:"set-mail"},[t("div",{staticClass:"operate-set",on:{click:()=>{e.isCheckType=!1,e.showChooseMail=!0}}},[t("i",{staticClass:"el-icon-s-tools"}),t("span",{staticClass:"mail-tip"},[e._v(" "+e._s(e.$i18n.t("setMail.Sending_settings"))+" ")])]),t("div",{staticClass:"current-set"},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},["WOTOMAIL"===e.currentSetEmail?t("span",[e._v(" "+e._s(e.$i18n.t("setMail.mailbox_system"))+" ")]):"GMAIL"===e.currentSetEmail?t("span",[e._v(" "+e._s(e.gmailValue)+" ")]):t("span",[e._v(e._s(e.currentSetEmail))])]),"WOTOMAIL"===e.currentSetEmail?t("span",{staticClass:"current-email"},[e._v(" "+e._s(e.$i18n.t("setMail.mailbox_system"))+" ")]):"GMAIL"===e.currentSetEmail?t("span",{staticClass:"current-email"},[e._v(" "+e._s(e.gmailValue)+" ")]):t("span",{staticClass:"current-email"},[e._v(e._s(e.currentSetEmail))])])],1)]),e.isReply||e.isMultiReply||"AIinvitePlan"==e.pageFrom?e._e():t("div",{staticClass:"set-nickname"},[t("div",{staticClass:"set-btn",on:{click:function(t){e.settingNicknameVisible=!0}}},[t("i",{staticClass:"dss-iconfont icon-nickname"}),t("span",[e._v(e._s(e.$t("edm5.v61")))])]),e.nickName?t("span",{staticClass:"set-value"},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.nickName)+" ")]),t("span",{staticClass:"current-nickName"},[e._v(e._s(e.nickName))])])],1):e._e()])]),"AIinvitePlan"==e.pageFrom?t("div",{staticClass:"operate-right"},[t("el-button",{staticClass:"double-btn save_btn",attrs:{disabled:e.loading},on:{click:e.saveInviteEmail}},[e.loading?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" 保存 ")])],1):t("div",{staticClass:"operate-right"},[e.isReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:e.saveMailTemplate}},[e.loading?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" 存为模版 ")]),0!=e.isTiming||e.isMultiReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:function(t){e.isShowSave=!1,e.saveDraft(!0)}}},[e.loading?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" "+e._s(e.$i18n.t("writeMail.save_draft"))+" ")]),1!=e.isTiming||e.isMultiReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:e.cancelDelaySend}},[e._v(" "+e._s(e.$i18n.t("writeMail.cancle_timer"))+" ")]),1!=e.isTiming||e.isMultiReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:function(t){return e.sendTime(e.rowTime)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.save"))+" ")]),e.isMultiReply?e._e():t("el-button",{staticClass:"double-btn",attrs:{disabled:e.loading,loading:e.loading}},[t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("edm5.v62"),placement:"top"}},[t("div",{staticClass:"text",on:{click:e.send}},[e._v(e._s(e.$t("edm5.v63")))])]),t("el-divider",{staticClass:"search-divider",attrs:{direction:"vertical"}}),t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("edm5.v64"),placement:"top"}},[t("div",{staticClass:"quick-reply",on:{click:e.showDelayedTx}},[t("img",{staticClass:"img",attrs:{src:i(9717)}})])])],1),e.isMultiReply?t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading,loading:e.loading},on:{click:e.multiSendNow}},[e._v(" "+e._s(e.$i18n.t("writeMail.send_now"))+" ")]):e._e()],1)])]),t("div",{staticClass:"write-aside"},[t("el-popover",{attrs:{"popper-class":"email-popover",trigger:"hover",placement:"left-start"}},[t("div",{staticClass:"popover-content"},[t("div",{staticClass:"popover-item",on:{click:function(t){e.aiMailVisible=!0}}},[t("i",{staticClass:"dss-iconfont icon-ai1"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v65")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.singleSetEmail("setEditorBar","aiBar")}}},[t("i",{staticClass:"dss-iconfont icon-ai2"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v66")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.handleOptimize("6")}}},[t("i",{staticClass:"dss-iconfont icon-ai3"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v67")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.handleOptimize("7")}}},[t("i",{staticClass:"dss-iconfont icon-ai4"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v68")))])])]),e.isReply||e.isMultiReply?e._e():t("div",{staticClass:"aside-item",attrs:{slot:"reference"},slot:"reference"},[t("img",{staticClass:"icon",attrs:{src:i(9954),alt:""}}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v69")))])])]),t("el-popover",{attrs:{"popper-class":"email-popover",trigger:"hover",placement:"left-start"}},[t("div",{staticClass:"popover-content"},[t("div",{staticClass:"popover-item",on:{click:function(t){e.mailTemplateDrawerVisible=!0}}},[t("i",{staticClass:"dss-iconfont icon-temp2"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v70")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.singleSetEmail("setEditorBar","variableBar")}}},[t("i",{staticClass:"dss-iconfont icon-temp1"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v71")))])])]),t("div",{staticClass:"aside-item",attrs:{slot:"reference"},slot:"reference"},[t("i",{staticClass:"icon dss-iconfont icon-side1"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v72")))])])]),t("div",{staticClass:"aside-item",on:{click:function(t){e.signTextDrawerVisible=!0}}},[t("i",{staticClass:"icon dss-iconfont icon-side2"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v73")))])]),t("div",{staticClass:"aside-item",on:{click:e.isShowProductDrawerEvt}},[t("i",{staticClass:"icon dss-iconfont icon-side3"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v74")))])]),t("div",{staticClass:"aside-item",on:{click:function(t){e.isShowProductFormDrawer=!0}}},[t("i",{staticClass:"icon dss-iconfont icon-side4"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v75")))])])],1)]),e.signTextDrawerVisible?t("SignTextDrawer",{attrs:{visible:e.signTextDrawerVisible},on:{"update:visible":function(t){e.signTextDrawerVisible=t},setMailSign:e.setMailSign}}):e._e(),e.mailTemplateDrawerVisible?t("MailTemplateDrawer",{attrs:{userId:e.userId,visible:e.mailTemplateDrawerVisible},on:{"update:visible":function(t){e.mailTemplateDrawerVisible=t},setMailTemplate:e.setMailTemplate}}):e._e(),e.isShowDelayed?t("delayed-tx",{attrs:{"is-show":e.isShowDelayed,rowTime:e.rowTime},on:{affirm:e.sendTime,close:function(t){e.isShowDelayed=!1}}}):e._e(),e.isShowNotice&&"AIinvitePlan"!==e.pageFrom?t("send-notice",{attrs:{isShow:e.isShowNotice},on:{closeNotice:e.closeNoticeEvt}}):e._e(),e.isShowLimit?t("send-limit",{attrs:{isShow:e.isShowLimit,totalSendNum:e.totalSendNum,restSendNum:e.restSendNum},on:{closeLimit:function(t){e.isShowLimit=!1}}}):e._e(),e.isShowCheck?t("check-mail",{attrs:{isShow:e.isShowCheck,reContactNum:e.reContactList.length,riskNum:e.riskList.length,cooperatedNum:e.cooperatedList.length,filterBloggerArr:e.filterBloggerArr,checkEmails:e.checkEmails,isSendSuccess:e.isSendSuccess,isReply:e.isReply,totalNum:e.totalNum,checkLoading:e.checkLoading},on:{closeCheck:e.closeCheckEvt,skipToOut:e.skipToOut,selfSend:e.selfSend,openAutoJump:function(t){e.isSelfClick=!1},updateFilterBloggerArr:e.updateFilterBloggerArr}}):e._e(),e.showChooseMail?t("chooseMailNew",{attrs:{isShow:e.showChooseMail,currentSetEmail:e.currentSetEmail,currentEnv:e.currentEnv,isGoogleGrayShow:e.isGoogleGrayShow,isCheckType:e.isCheckType,userId:e.userId,addresseeArrLength:e.addresseeArr.length,totalSendNum:e.totalSendNum},on:{toGuide:e.toGuide,closeChooseMail:e.closeChooseMail,updateCurrentEmail:e.updateCurrentEmail,openCheckNext:e.openCheckNext}}):e._e(),e.isShowProductDrawer?t("product-new-drawer",{attrs:{isShowProductDrawer:e.isShowProductDrawer},on:{setProduct:e.setProduct,closeProductDrawer:e.closeProductDrawer}}):e._e(),e.isShowProductFormDrawer?t("product-form-drawer",{attrs:{isShowProductFormDrawer:e.isShowProductFormDrawer,currentEnv:e.currentEnv},on:{setProductFormLink:e.setProductFormLink,closeProductFormDrawer:function(t){e.isShowProductFormDrawer=!1}}}):e._e(),e.isShowProductCardDrawer?t("product-cards-drawer",{attrs:{isShowProductCardDrawer:e.isShowProductCardDrawer},on:{addProductCard:e.addProductCard,closeProductCardDrawer:function(t){e.isShowProductCardDrawer=!1}}}):e._e(),!e.aiMailVisible||e.isReply||e.isMultiReply?e._e():t("AiMailDialog",{attrs:{visible:e.aiMailVisible,aiPoint:e.aiPoint},on:{"update:visible":function(t){e.aiMailVisible=t},refreshPoint:e.getAiPoint,applyEmails:e.applyEmails}}),e.mailOptimizeDrawerVisible?t("MailOptimizeDrawer",{attrs:{visible:e.mailOptimizeDrawerVisible,aiPoint:e.aiPoint,type:e.aiOptimizeType,originSubject:e.aiOptimizeOriginSubject,originContent:e.aiOptimizeOriginContent},on:{"update:visible":function(t){e.mailOptimizeDrawerVisible=t},applyEmail:e.applyEmail,refreshPoint:e.getAiPoint}}):e._e(),e.settingNicknameVisible?t("SettingNickName",{attrs:{nickNameDefault:e.nickName,visible:e.settingNicknameVisible},on:{"update:visible":function(t){e.settingNicknameVisible=t},updateNickName:t=>e.nickName=t}}):e._e(),e.saveMailTempDialogVisible?t("saveMailTempDialog",{attrs:{tempProductCard:e.tempProductCard,mailTempList:e.mailList,visible:e.saveMailTempDialogVisible},on:{"update:visible":function(t){e.saveMailTempDialogVisible=t},setMailTempHandle:e.setMailTempHandle}}):e._e()],1)},kd=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"card-tags"},[t("div",{staticClass:"product-platform"},[t("img",{staticClass:"platform-img",attrs:{src:i(634)}})]),t("span",[e._v("Teach")]),t("span",[e._v("Lifestyle")])])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"price"},[t("span",[e._v("$4.98")]),e._v(" /per ordered item ")])}],Ed=(i(7642),i(8004),i(3853),i(5876),i(2475),i(5024),i(1698),i(3215),i(7550),function(){var e=this,t=e._self._c;return t("div",{staticClass:"body mb24",domProps:{innerHTML:e._s(e.filterBaseTag(e.body))}})}),Dd=[],Ad={props:{content:{default:"",type:String}},data(){return{body:this.content}},methods:{filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/\r\n/g,"<br />").replace(/ツ?/g,"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/> >/g,"<br /><br />")),e}}},Od=Ad,Td=Ba(Od,Ed,Dd,!1,null,"344d58de",null),Id=Td.exports;function Pd(e){return wa("/edm/outboxV2/writeMultipleEmail",e)}async function Fd(e){let t=await wa("/edm/mail/dayNumber",e);return t}async function $d(e){return wa("/edm/mail/getRepeatContactBlogger",e)}async function Bd(e){let t=await wa("/edm/mail/checkMultiEmailVariables",e);return t}async function Md(e){let t=await va("/edm/conf/isAuthorize",e);return t}async function Nd(e){let t=await wa("/edm/conf/bindGmail",e);return t}async function Rd(e){let t=await va("/edm/conf/getGmail",e);return t}async function jd(e){let t=await wa("/edm/gmail/auth",e);return t}async function Ld(e){let t=await wa(`/dataService/data/query/${e.code}`,e.data);return t}async function zd(e){let t=await wa("/edm/conf/sendType/bind",e);return t}function Vd(e){return va("/edm/conf/sendType/get",e)}function Hd(){return va("/edm/qiye/haveOtherMailProvider")}function Ud(e){return va("/edm/qiye/unbindCheck",e)}function Wd(e){return va("/edm/qiye/oauth2Config",e)}function qd(e){return va("/edm/qiye/saveToken",e)}function Yd(e){return wa("/woto-crm/bloggerRisk/selectBloggerRiskByIds",e)}function Gd(e){return wa("/edm/mail/getCooperatedBlogger",e)}function Kd(e){return va(`/edm/template/template/${e}`)}function Xd(e){return va(`/user/equity/getUnlockBloggerEmailNum/${e}`)}function Zd(e){return va(`/edm/draftsV2/draftV2Detail/${e}`)}function Jd(e){return wa("/edm/outboxV2/againInvite",e)}function Qd(e){return va("/edm/qiye/getUserRegisters",e)}function eh(e){return va("/edm/qiye/getTemplates",e)}function th(e){return wa("/edm/qiye/saveUserRegister",e)}function nh(e){return wa("/edm/qiye/check",e)}function ih(e){return va("/edm/qiye/unbindByEmail",e)}var rh=function(){var e=this,t=e._self._c;return t("div",{staticClass:"editor-main",class:"gray"===e.theme?"editor-gray":"light"===e.theme?"editor-light":""},[t("Toolbar",{staticClass:"relative edm-wang-toolbar",staticStyle:{"z-index":"101"},attrs:{editor:e.editor,"default-config":e.toolbarConfig}}),t("Editor",{staticClass:"relative",style:"height: "+e.height+"px; overflow-y: hidden;z-index: 100;",attrs:{"default-config":e.editorConfig},on:{onCreated:e.onCreated},model:{value:e.content,callback:function(t){e.content=t},expression:"content"}})],1)},oh=[],ah="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof i.g?i.g:"undefined"!=typeof self?self:{};function sh(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function lh(e){var t={exports:{}};return e(t,t.exports),t.exports}var ch,uh,dh=function(e){return e&&e.Math==Math&&e},hh=dh("object"==typeof globalThis&&globalThis)||dh("object"==typeof window&&window)||dh("object"==typeof self&&self)||dh("object"==typeof ah&&ah)||function(){return this}()||Function("return this")(),ph=Function.prototype,fh=ph.apply,mh=ph.bind,gh=ph.call,vh="object"==typeof Reflect&&Reflect.apply||(mh?gh.bind(fh):function(){return gh.apply(fh,arguments)}),yh=Function.prototype,bh=yh.bind,wh=yh.call,_h=bh&&bh.bind(wh),Ch=bh?function(e){return e&&_h(wh,e)}:function(e){return e&&function(){return wh.apply(e,arguments)}},xh=function(e){return"function"==typeof e},Sh=function(e){try{return!!e()}catch(e){return!0}},kh=!Sh((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),Eh=Function.prototype.call,Dh=Eh.bind?Eh.bind(Eh):function(){return Eh.apply(Eh,arguments)},Ah={}.propertyIsEnumerable,Oh=Object.getOwnPropertyDescriptor,Th=Oh&&!Ah.call({1:2},1)?function(e){var t=Oh(this,e);return!!t&&t.enumerable}:Ah,Ih={f:Th},Ph=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},Fh=Ch({}.toString),$h=Ch("".slice),Bh=function(e){return $h(Fh(e),8,-1)},Mh=hh.Object,Nh=Ch("".split),Rh=Sh((function(){return!Mh("z").propertyIsEnumerable(0)}))?function(e){return"String"==Bh(e)?Nh(e,""):Mh(e)}:Mh,jh=hh.TypeError,Lh=function(e){if(null==e)throw jh("Can't call method on "+e);return e},zh=function(e){return Rh(Lh(e))},Vh=function(e){return"object"==typeof e?null!==e:xh(e)},Hh={},Uh=function(e){return xh(e)?e:void 0},Wh=function(e,t){return arguments.length<2?Uh(Hh[e])||Uh(hh[e]):Hh[e]&&Hh[e][t]||hh[e]&&hh[e][t]},qh=Ch({}.isPrototypeOf),Yh=Wh("navigator","userAgent")||"",Gh=hh.process,Kh=hh.Deno,Xh=Gh&&Gh.versions||Kh&&Kh.version,Zh=Xh&&Xh.v8;Zh&&(uh=(ch=Zh.split("."))[0]>0&&ch[0]<4?1:+(ch[0]+ch[1])),!uh&&Yh&&(!(ch=Yh.match(/Edge\/(\d+)/))||ch[1]>=74)&&(ch=Yh.match(/Chrome\/(\d+)/))&&(uh=+ch[1]);var Jh,Qh=uh,ep=!!Object.getOwnPropertySymbols&&!Sh((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&Qh&&Qh<41})),tp=ep&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,np=hh.Object,ip=tp?function(e){return"symbol"==typeof e}:function(e){var t=Wh("Symbol");return xh(t)&&qh(t.prototype,np(e))},rp=hh.String,op=function(e){try{return rp(e)}catch(e){return"Object"}},ap=hh.TypeError,sp=function(e){if(xh(e))return e;throw ap(op(e)+" is not a function")},lp=function(e,t){var n=e[t];return null==n?void 0:sp(n)},cp=hh.TypeError,up=Object.defineProperty,dp=hh["__core-js_shared__"]||function(e,t){try{up(hh,e,{value:t,configurable:!0,writable:!0})}catch(lh){hh[e]=t}return t}("__core-js_shared__",{}),hp=lh((function(e){(e.exports=function(e,t){return dp[e]||(dp[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"pure",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),pp=hh.Object,fp=function(e){return pp(Lh(e))},mp=Ch({}.hasOwnProperty),gp=Object.hasOwn||function(e,t){return mp(fp(e),t)},vp=0,yp=Math.random(),bp=Ch(1..toString),wp=function(e){return"Symbol("+(void 0===e?"":e)+")_"+bp(++vp+yp,36)},_p=hp("wks"),Cp=hh.Symbol,xp=Cp&&Cp.for,Sp=tp?Cp:Cp&&Cp.withoutSetter||wp,kp=function(e){if(!gp(_p,e)||!ep&&"string"!=typeof _p[e]){var t="Symbol."+e;ep&&gp(Cp,e)?_p[e]=Cp[e]:_p[e]=tp&&xp?xp(t):Sp(t)}return _p[e]},Ep=hh.TypeError,Dp=kp("toPrimitive"),Ap=function(e,t){if(!Vh(e)||ip(e))return e;var n,i=lp(e,Dp);if(i){if(void 0===t&&(t="default"),n=Dh(i,e,t),!Vh(n)||ip(n))return n;throw Ep("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,i;if("string"===t&&xh(n=e.toString)&&!Vh(i=Dh(n,e)))return i;if(xh(n=e.valueOf)&&!Vh(i=Dh(n,e)))return i;if("string"!==t&&xh(n=e.toString)&&!Vh(i=Dh(n,e)))return i;throw cp("Can't convert object to primitive value")}(e,t)},Op=function(e){var t=Ap(e,"string");return ip(t)?t:t+""},Tp=hh.document,Ip=Vh(Tp)&&Vh(Tp.createElement),Pp=function(e){return Ip?Tp.createElement(e):{}},Fp=!kh&&!Sh((function(){return 7!=Object.defineProperty(Pp("div"),"a",{get:function(){return 7}}).a})),$p=Object.getOwnPropertyDescriptor,Bp=kh?$p:function(e,t){if(e=zh(e),t=Op(t),Fp)try{return $p(e,t)}catch(e){}if(gp(e,t))return Ph(!Dh(Ih.f,e,t),e[t])},Mp={f:Bp},Np=/#|\.prototype\./,Rp=function(e,t){var n=Lp[jp(e)];return n==Vp||n!=zp&&(xh(t)?Sh(t):!!t)},jp=Rp.normalize=function(e){return String(e).replace(Np,".").toLowerCase()},Lp=Rp.data={},zp=Rp.NATIVE="N",Vp=Rp.POLYFILL="P",Hp=Rp,Up=Ch(Ch.bind),Wp=function(e,t){return sp(e),void 0===t?e:Up?Up(e,t):function(){return e.apply(t,arguments)}},qp=hh.String,Yp=hh.TypeError,Gp=function(e){if(Vh(e))return e;throw Yp(qp(e)+" is not an object")},Kp=hh.TypeError,Xp=Object.defineProperty,Zp=kh?Xp:function(e,t,n){if(Gp(e),t=Op(t),Gp(n),Fp)try{return Xp(e,t,n)}catch(e){}if("get"in n||"set"in n)throw Kp("Accessors not supported");return"value"in n&&(e[t]=n.value),e},Jp={f:Zp},Qp=kh?function(e,t,n){return Jp.f(e,t,Ph(1,n))}:function(e,t,n){return e[t]=n,e},ef=Mp.f,tf=function(e){var t=function(n,i,r){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(n);case 2:return new e(n,i)}return new e(n,i,r)}return vh(e,this,arguments)};return t.prototype=e.prototype,t},nf=function(e,t){var n,i,r,o,a,s,l,c,u=e.target,d=e.global,h=e.stat,p=e.proto,f=d?hh:h?hh[u]:(hh[u]||{}).prototype,m=d?Hh:Hh[u]||Qp(Hh,u,{})[u],g=m.prototype;for(r in t)n=!Hp(d?r:u+(h?".":"#")+r,e.forced)&&f&&gp(f,r),a=m[r],n&&(s=e.noTargetGet?(c=ef(f,r))&&c.value:f[r]),o=n&&s?s:t[r],n&&typeof a==typeof o||(l=e.bind&&n?Wp(o,hh):e.wrap&&n?tf(o):p&&xh(o)?Ch(o):o,(e.sham||o&&o.sham||a&&a.sham)&&Qp(l,"sham",!0),Qp(m,r,l),p&&(gp(Hh,i=u+"Prototype")||Qp(Hh,i,{}),Qp(Hh[i],r,o),e.real&&g&&!g[r]&&Qp(g,r,o)))},rf=hp("keys"),of=function(e){return rf[e]||(rf[e]=wp(e))},af=!Sh((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),sf=of("IE_PROTO"),lf=hh.Object,cf=lf.prototype,uf=af?lf.getPrototypeOf:function(e){var t=fp(e);if(gp(t,sf))return t[sf];var n=t.constructor;return xh(n)&&t instanceof n?n.prototype:t instanceof lf?cf:null},df=hh.String,hf=hh.TypeError,pf=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Ch(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,i){return Gp(n),function(e){if("object"==typeof e||xh(e))return e;throw hf("Can't set "+df(e)+" as a prototype")}(i),t?e(n,i):n.__proto__=i,n}}():void 0),ff=Math.ceil,mf=Math.floor,gf=function(e){var t=+e;return t!=t||0===t?0:(t>0?mf:ff)(t)},vf=Math.max,yf=Math.min,bf=function(e,t){var n=gf(e);return n<0?vf(n+t,0):yf(n,t)},wf=Math.min,_f=function(e){return(t=e.length)>0?wf(gf(t),9007199254740991):0;var t},Cf=function(e){return function(t,n,i){var r,o=zh(t),a=_f(o),s=bf(i,a);if(e&&n!=n){for(;a>s;)if((r=o[s++])!=r)return!0}else for(;a>s;s++)if((e||s in o)&&o[s]===n)return e||s||0;return!e&&-1}},xf={includes:Cf(!0),indexOf:Cf(!1)},Sf={},kf=xf.indexOf,Ef=Ch([].push),Df=function(e,t){var n,i=zh(e),r=0,o=[];for(n in i)!gp(Sf,n)&&gp(i,n)&&Ef(o,n);for(;t.length>r;)gp(i,n=t[r++])&&(~kf(o,n)||Ef(o,n));return o},Af=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Of=Af.concat("length","prototype"),Tf=Object.getOwnPropertyNames||function(e){return Df(e,Of)},If={f:Tf},Pf={f:Object.getOwnPropertySymbols},Ff=Ch([].concat),$f=Wh("Reflect","ownKeys")||function(e){var t=If.f(Gp(e)),n=Pf.f;return n?Ff(t,n(e)):t},Bf=Object.keys||function(e){return Df(e,Af)},Mf=kh?Object.defineProperties:function(e,t){Gp(e);for(var n,i=zh(t),r=Bf(t),o=r.length,a=0;o>a;)Jp.f(e,n=r[a++],i[n]);return e},Nf=Wh("document","documentElement"),Rf=of("IE_PROTO"),jf=function(){},Lf=function(e){return"<script>"+e+"<\/script>"},zf=function(e){e.write(Lf("")),e.close();var t=e.parentWindow.Object;return e=null,t},Vf=function(){try{Jh=new ActiveXObject("htmlfile")}catch(e){}var e,t;Vf="undefined"!=typeof document?document.domain&&Jh?zf(Jh):((t=Pp("iframe")).style.display="none",Nf.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(Lf("document.F=Object")),e.close(),e.F):zf(Jh);for(var n=Af.length;n--;)delete Vf.prototype[Af[n]];return Vf()};Sf[Rf]=!0;var Hf=Object.create||function(e,t){var n;return null!==e?(jf.prototype=Gp(e),n=new jf,jf.prototype=null,n[Rf]=e):n=Vf(),void 0===t?n:Mf(n,t)},Uf=function(e,t,n){var i=Op(t);i in e?Jp.f(e,i,Ph(0,n)):e[i]=n},Wf=hh.Array,qf=Math.max,Yf=function(e,t,n){for(var i=_f(e),r=bf(t,i),o=bf(void 0===n?i:n,i),a=Wf(qf(o-r,0)),s=0;r<o;r++,s++)Uf(a,s,e[r]);return a.length=s,a},Gf=Ch("".replace),Kf=Ch("".split),Xf=Ch([].join),Zf=String(Error("zxcasd").stack),Jf=/\n\s*at [^:]*:[^\n]*/,Qf=Jf.test(Zf),em=/@[^\n]*\n/.test(Zf)&&!/zxcasd/.test(Zf),tm=function(e,t){if("string"!=typeof e)return e;if(Qf)for(;t--;)e=Gf(e,Jf,"");else if(em)return Xf(Yf(Kf(e,"\n"),t),"\n");return e},nm=function(e,t){Vh(t)&&"cause"in t&&Qp(e,"cause",t.cause)},im={},rm=kp("iterator"),om=Array.prototype,am={};am[kp("toStringTag")]="z";var sm="[object z]"===String(am),lm=kp("toStringTag"),cm=hh.Object,um="Arguments"==Bh(function(){return arguments}()),dm=sm?Bh:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=cm(e),lm))?n:um?Bh(t):"Object"==(i=Bh(t))&&xh(t.callee)?"Arguments":i},hm=kp("iterator"),pm=function(e){if(null!=e)return lp(e,hm)||lp(e,"@@iterator")||im[dm(e)]},fm=hh.TypeError,mm=function(e,t,n){var i,r;Gp(e);try{if(!(i=lp(e,"return"))){if("throw"===t)throw n;return n}i=Dh(i,e)}catch(e){r=!0,i=e}if("throw"===t)throw n;if(r)throw i;return Gp(i),n},gm=hh.TypeError,vm=function(e,t){this.stopped=e,this.result=t},ym=vm.prototype,bm=function(e,t,n){var i,r,o,a,s,l,c,u=n&&n.that,d=!(!n||!n.AS_ENTRIES),h=!(!n||!n.IS_ITERATOR),p=!(!n||!n.INTERRUPTED),f=Wp(t,u),m=function(e){return i&&mm(i,"normal",e),new vm(!0,e)},g=function(e){return d?(Gp(e),p?f(e[0],e[1],m):f(e[0],e[1])):p?f(e,m):f(e)};if(h)i=e;else{if(!(r=pm(e)))throw gm(op(e)+" is not iterable");if(function(e){return void 0!==e&&(im.Array===e||om[rm]===e)}(r)){for(o=0,a=_f(e);a>o;o++)if((s=g(e[o]))&&qh(ym,s))return s;return new vm(!1)}i=function(e,t){var n=arguments.length<2?pm(e):t;if(sp(n))return Gp(Dh(n,e));throw fm(op(e)+" is not iterable")}(e,r)}for(l=i.next;!(c=Dh(l,i)).done;){try{s=g(c.value)}catch(e){mm(i,"throw",e)}if("object"==typeof s&&s&&qh(ym,s))return s}return new vm(!1)},wm=hh.String,_m=function(e){if("Symbol"===dm(e))throw TypeError("Cannot convert a Symbol value to a string");return wm(e)},Cm=function(e,t){return void 0===e?arguments.length<2?"":t:_m(e)},xm=!Sh((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",Ph(1,7)),7!==e.stack)})),Sm=kp("toStringTag"),km=hh.Error,Em=[].push,Dm=function(e,t){var n,i=arguments.length>2?arguments[2]:void 0,r=qh(Am,this);pf?n=pf(new km(void 0),r?uf(this):Am):(n=r?this:Hf(Am),Qp(n,Sm,"Error")),Qp(n,"message",Cm(t,"")),xm&&Qp(n,"stack",tm(n.stack,1)),nm(n,i);var o=[];return bm(e,Em,{that:o}),Qp(n,"errors",o),n};pf?pf(Dm,km):function(e,t){for(var n=$f(t),i=Jp.f,r=Mp.f,o=0;o<n.length;o++){var a=n[o];gp(e,a)||i(e,a,r(t,a))}}(Dm,km);var Am=Dm.prototype=Hf(km.prototype,{constructor:Ph(1,Dm),message:Ph(1,""),name:Ph(1,"AggregateError")});nf({global:!0},{AggregateError:Dm});var Om=Ch(Function.toString);xh(dp.inspectSource)||(dp.inspectSource=function(e){return Om(e)});var Tm,Im,Pm,Fm=dp.inspectSource,$m=hh.WeakMap,Bm=xh($m)&&/native code/.test(Fm($m)),Mm=hh.TypeError,Nm=hh.WeakMap;if(Bm||dp.state){var Rm=dp.state||(dp.state=new Nm),jm=Ch(Rm.get),Lm=Ch(Rm.has),zm=Ch(Rm.set);Tm=function(e,t){if(Lm(Rm,e))throw new Mm("Object already initialized");return t.facade=e,zm(Rm,e,t),t},Im=function(e){return jm(Rm,e)||{}},Pm=function(e){return Lm(Rm,e)}}else{var Vm=of("state");Sf[Vm]=!0,Tm=function(e,t){if(gp(e,Vm))throw new Mm("Object already initialized");return t.facade=e,Qp(e,Vm,t),t},Im=function(e){return gp(e,Vm)?e[Vm]:{}},Pm=function(e){return gp(e,Vm)}}var Hm,Um,Wm,qm={set:Tm,get:Im,has:Pm,enforce:function(e){return Pm(e)?Im(e):Tm(e,{})},getterFor:function(e){return function(t){var n;if(!Vh(t)||(n=Im(t)).type!==e)throw Mm("Incompatible receiver, "+e+" required");return n}}},Ym=Function.prototype,Gm=kh&&Object.getOwnPropertyDescriptor,Km=gp(Ym,"name"),Xm={EXISTS:Km,PROPER:Km&&"something"===function(){}.name,CONFIGURABLE:Km&&(!kh||kh&&Gm(Ym,"name").configurable)},Zm=function(e,t,n,i){i&&i.enumerable?e[t]=n:Qp(e,t,n)},Jm=kp("iterator"),Qm=!1;[].keys&&("next"in(Wm=[].keys())?(Um=uf(uf(Wm)))!==Object.prototype&&(Hm=Um):Qm=!0);var eg=null==Hm||Sh((function(){var e={};return Hm[Jm].call(e)!==e}));Hm=eg?{}:Hf(Hm),xh(Hm[Jm])||Zm(Hm,Jm,(function(){return this}));var tg={IteratorPrototype:Hm,BUGGY_SAFARI_ITERATORS:Qm},ng=sm?{}.toString:function(){return"[object "+dm(this)+"]"},ig=Jp.f,rg=kp("toStringTag"),og=function(e,t,n,i){if(e){var r=n?e:e.prototype;gp(r,rg)||ig(r,rg,{configurable:!0,value:t}),i&&!sm&&Qp(r,"toString",ng)}},ag=tg.IteratorPrototype,sg=function(){return this},lg=Xm.PROPER,cg=tg.BUGGY_SAFARI_ITERATORS,ug=kp("iterator"),dg=function(){return this},hg=function(e,t,n,i,r,o,a){!function(e,t,n,i){var r=t+" Iterator";e.prototype=Hf(ag,{next:Ph(+!i,n)}),og(e,r,!1,!0),im[r]=sg}(n,t,i);var s,l,c,u=function(e){if(e===r&&m)return m;if(!cg&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},d=t+" Iterator",h=!1,p=e.prototype,f=p[ug]||p["@@iterator"]||r&&p[r],m=!cg&&f||u(r),g="Array"==t&&p.entries||f;if(g&&(s=uf(g.call(new e)))!==Object.prototype&&s.next&&(og(s,d,!0,!0),im[d]=dg),lg&&"values"==r&&f&&"values"!==f.name&&(h=!0,m=function(){return Dh(f,this)}),r)if(l={values:u("values"),keys:o?m:u("keys"),entries:u("entries")},a)for(c in l)(cg||h||!(c in p))&&Zm(p,c,l[c]);else nf({target:t,proto:!0,forced:cg||h},l);return a&&p[ug]!==m&&Zm(p,ug,m,{name:r}),im[t]=m,l},pg=qm.set,fg=qm.getterFor("Array Iterator");hg(Array,"Array",(function(e,t){pg(this,{type:"Array Iterator",target:zh(e),index:0,kind:t})}),(function(){var e=fg(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values"),im.Arguments=im.Array;var mg=Ch("".charAt),gg=Ch("".charCodeAt),vg=Ch("".slice),yg=function(e){return function(t,n){var i,r,o=_m(Lh(t)),a=gf(n),s=o.length;return a<0||a>=s?e?"":void 0:(i=gg(o,a))<55296||i>56319||a+1===s||(r=gg(o,a+1))<56320||r>57343?e?mg(o,a):i:e?vg(o,a,a+2):r-56320+(i-55296<<10)+65536}},bg={codeAt:yg(!1),charAt:yg(!0)}.charAt,wg=qm.set,_g=qm.getterFor("String Iterator");hg(String,"String",(function(e){wg(this,{type:"String Iterator",string:_m(e),index:0})}),(function(){var e,t=_g(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=bg(n,i),t.index+=e.length,{value:e,done:!1})}));var Cg=Hh.AggregateError,xg=kp("toStringTag");for(var Sg in{CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}){var kg=hh[Sg],Eg=kg&&kg.prototype;Eg&&dm(Eg)!==xg&&Qp(Eg,xg,Sg),im[Sg]=im.Array}var Dg,Ag,Og=Cg,Tg=function(e){return e&&e.Math==Math&&e},Ig=Tg("object"==typeof globalThis&&globalThis)||Tg("object"==typeof window&&window)||Tg("object"==typeof self&&self)||Tg("object"==typeof ah&&ah)||function(){return this}()||Function("return this")(),Pg=function(e){try{return!!e()}catch(e){return!0}},Fg=!Pg((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),$g=Function.prototype.call,Bg=$g.bind?$g.bind($g):function(){return $g.apply($g,arguments)},Mg={}.propertyIsEnumerable,Ng=Object.getOwnPropertyDescriptor,Rg=Ng&&!Mg.call({1:2},1)?function(e){var t=Ng(this,e);return!!t&&t.enumerable}:Mg,jg={f:Rg},Lg=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},zg=Function.prototype,Vg=zg.bind,Hg=zg.call,Ug=Vg&&Vg.bind(Hg),Wg=Vg?function(e){return e&&Ug(Hg,e)}:function(e){return e&&function(){return Hg.apply(e,arguments)}},qg=Wg({}.toString),Yg=Wg("".slice),Gg=function(e){return Yg(qg(e),8,-1)},Kg=Ig.Object,Xg=Wg("".split),Zg=Pg((function(){return!Kg("z").propertyIsEnumerable(0)}))?function(e){return"String"==Gg(e)?Xg(e,""):Kg(e)}:Kg,Jg=Ig.TypeError,Qg=function(e){if(null==e)throw Jg("Can't call method on "+e);return e},ev=function(e){return Zg(Qg(e))},tv=function(e){return"function"==typeof e},nv=function(e){return"object"==typeof e?null!==e:tv(e)},iv=function(e){return tv(e)?e:void 0},rv=function(e,t){return arguments.length<2?iv(Ig[e]):Ig[e]&&Ig[e][t]},ov=Wg({}.isPrototypeOf),av=rv("navigator","userAgent")||"",sv=Ig.process,lv=Ig.Deno,cv=sv&&sv.versions||lv&&lv.version,uv=cv&&cv.v8;uv&&(Ag=(Dg=uv.split("."))[0]>0&&Dg[0]<4?1:+(Dg[0]+Dg[1])),!Ag&&av&&(!(Dg=av.match(/Edge\/(\d+)/))||Dg[1]>=74)&&(Dg=av.match(/Chrome\/(\d+)/))&&(Ag=+Dg[1]);var dv=Ag,hv=!!Object.getOwnPropertySymbols&&!Pg((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&dv&&dv<41})),pv=hv&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,fv=Ig.Object,mv=pv?function(e){return"symbol"==typeof e}:function(e){var t=rv("Symbol");return tv(t)&&ov(t.prototype,fv(e))},gv=Ig.String,vv=function(e){try{return gv(e)}catch(e){return"Object"}},yv=Ig.TypeError,bv=function(e){if(tv(e))return e;throw yv(vv(e)+" is not a function")},wv=function(e,t){var n=e[t];return null==n?void 0:bv(n)},_v=Ig.TypeError,Cv=Object.defineProperty,xv=function(e,t){try{Cv(Ig,e,{value:t,configurable:!0,writable:!0})}catch(lh){Ig[e]=t}return t},Sv=Ig["__core-js_shared__"]||xv("__core-js_shared__",{}),kv=lh((function(e){(e.exports=function(e,t){return Sv[e]||(Sv[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),Ev=Ig.Object,Dv=function(e){return Ev(Qg(e))},Av=Wg({}.hasOwnProperty),Ov=Object.hasOwn||function(e,t){return Av(Dv(e),t)},Tv=0,Iv=Math.random(),Pv=Wg(1..toString),Fv=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Pv(++Tv+Iv,36)},$v=kv("wks"),Bv=Ig.Symbol,Mv=Bv&&Bv.for,Nv=pv?Bv:Bv&&Bv.withoutSetter||Fv,Rv=function(e){if(!Ov($v,e)||!hv&&"string"!=typeof $v[e]){var t="Symbol."+e;hv&&Ov(Bv,e)?$v[e]=Bv[e]:$v[e]=pv&&Mv?Mv(t):Nv(t)}return $v[e]},jv=Ig.TypeError,Lv=Rv("toPrimitive"),zv=function(e,t){if(!nv(e)||mv(e))return e;var n,i=wv(e,Lv);if(i){if(void 0===t&&(t="default"),n=Bg(i,e,t),!nv(n)||mv(n))return n;throw jv("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,i;if("string"===t&&tv(n=e.toString)&&!nv(i=Bg(n,e)))return i;if(tv(n=e.valueOf)&&!nv(i=Bg(n,e)))return i;if("string"!==t&&tv(n=e.toString)&&!nv(i=Bg(n,e)))return i;throw _v("Can't convert object to primitive value")}(e,t)},Vv=function(e){var t=zv(e,"string");return mv(t)?t:t+""},Hv=Ig.document,Uv=nv(Hv)&&nv(Hv.createElement),Wv=function(e){return Uv?Hv.createElement(e):{}},qv=!Fg&&!Pg((function(){return 7!=Object.defineProperty(Wv("div"),"a",{get:function(){return 7}}).a})),Yv=Object.getOwnPropertyDescriptor,Gv=Fg?Yv:function(e,t){if(e=ev(e),t=Vv(t),qv)try{return Yv(e,t)}catch(e){}if(Ov(e,t))return Lg(!Bg(jg.f,e,t),e[t])},Kv={f:Gv},Xv=Ig.String,Zv=Ig.TypeError,Jv=function(e){if(nv(e))return e;throw Zv(Xv(e)+" is not an object")},Qv=Ig.TypeError,ey=Object.defineProperty,ty=Fg?ey:function(e,t,n){if(Jv(e),t=Vv(t),Jv(n),qv)try{return ey(e,t,n)}catch(e){}if("get"in n||"set"in n)throw Qv("Accessors not supported");return"value"in n&&(e[t]=n.value),e},ny={f:ty},iy=Fg?function(e,t,n){return ny.f(e,t,Lg(1,n))}:function(e,t,n){return e[t]=n,e},ry=Wg(Function.toString);tv(Sv.inspectSource)||(Sv.inspectSource=function(e){return ry(e)});var oy,ay,sy,ly=Sv.inspectSource,cy=Ig.WeakMap,uy=tv(cy)&&/native code/.test(ly(cy)),dy=kv("keys"),hy=function(e){return dy[e]||(dy[e]=Fv(e))},py={},fy=Ig.TypeError,my=Ig.WeakMap;if(uy||Sv.state){var gy=Sv.state||(Sv.state=new my),vy=Wg(gy.get),yy=Wg(gy.has),by=Wg(gy.set);oy=function(e,t){if(yy(gy,e))throw new fy("Object already initialized");return t.facade=e,by(gy,e,t),t},ay=function(e){return vy(gy,e)||{}},sy=function(e){return yy(gy,e)}}else{var wy=hy("state");py[wy]=!0,oy=function(e,t){if(Ov(e,wy))throw new fy("Object already initialized");return t.facade=e,iy(e,wy,t),t},ay=function(e){return Ov(e,wy)?e[wy]:{}},sy=function(e){return Ov(e,wy)}}var _y={set:oy,get:ay,has:sy,enforce:function(e){return sy(e)?ay(e):oy(e,{})},getterFor:function(e){return function(t){var n;if(!nv(t)||(n=ay(t)).type!==e)throw fy("Incompatible receiver, "+e+" required");return n}}},Cy=Function.prototype,xy=Fg&&Object.getOwnPropertyDescriptor,Sy=Ov(Cy,"name"),ky={EXISTS:Sy,PROPER:Sy&&"something"===function(){}.name,CONFIGURABLE:Sy&&(!Fg||Fg&&xy(Cy,"name").configurable)},Ey=lh((function(e){var t=ky.CONFIGURABLE,n=_y.get,i=_y.enforce,r=String(String).split("String");(e.exports=function(e,n,o,a){var s,l=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,u=!!a&&!!a.noTargetGet,d=a&&void 0!==a.name?a.name:n;tv(o)&&("Symbol("===String(d).slice(0,7)&&(d="["+String(d).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!Ov(o,"name")||t&&o.name!==d)&&iy(o,"name",d),(s=i(o)).source||(s.source=r.join("string"==typeof d?d:""))),e!==Ig?(l?!u&&e[n]&&(c=!0):delete e[n],c?e[n]=o:iy(e,n,o)):c?e[n]=o:xv(n,o)})(Function.prototype,"toString",(function(){return tv(this)&&n(this).source||ly(this)}))})),Dy=Math.ceil,Ay=Math.floor,Oy=function(e){var t=+e;return t!=t||0===t?0:(t>0?Ay:Dy)(t)},Ty=Math.max,Iy=Math.min,Py=function(e,t){var n=Oy(e);return n<0?Ty(n+t,0):Iy(n,t)},Fy=Math.min,$y=function(e){return e>0?Fy(Oy(e),9007199254740991):0},By=function(e){return $y(e.length)},My=function(e){return function(t,n,i){var r,o=ev(t),a=By(o),s=Py(i,a);if(e&&n!=n){for(;a>s;)if((r=o[s++])!=r)return!0}else for(;a>s;s++)if((e||s in o)&&o[s]===n)return e||s||0;return!e&&-1}},Ny={includes:My(!0),indexOf:My(!1)}.indexOf,Ry=Wg([].push),jy=function(e,t){var n,i=ev(e),r=0,o=[];for(n in i)!Ov(py,n)&&Ov(i,n)&&Ry(o,n);for(;t.length>r;)Ov(i,n=t[r++])&&(~Ny(o,n)||Ry(o,n));return o},Ly=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],zy=Ly.concat("length","prototype"),Vy=Object.getOwnPropertyNames||function(e){return jy(e,zy)},Hy={f:Vy},Uy={f:Object.getOwnPropertySymbols},Wy=Wg([].concat),qy=rv("Reflect","ownKeys")||function(e){var t=Hy.f(Jv(e)),n=Uy.f;return n?Wy(t,n(e)):t},Yy=function(e,t){for(var n=qy(t),i=ny.f,r=Kv.f,o=0;o<n.length;o++){var a=n[o];Ov(e,a)||i(e,a,r(t,a))}},Gy=/#|\.prototype\./,Ky=function(e,t){var n=Zy[Xy(e)];return n==Qy||n!=Jy&&(tv(t)?Pg(t):!!t)},Xy=Ky.normalize=function(e){return String(e).replace(Gy,".").toLowerCase()},Zy=Ky.data={},Jy=Ky.NATIVE="N",Qy=Ky.POLYFILL="P",eb=Ky,tb=Kv.f,nb=function(e,t){var n,i,r,o,a,s=e.target,l=e.global,c=e.stat;if(n=l?Ig:c?Ig[s]||xv(s,{}):(Ig[s]||{}).prototype)for(i in t){if(o=t[i],r=e.noTargetGet?(a=tb(n,i))&&a.value:n[i],!eb(l?i:s+(c?".":"#")+i,e.forced)&&void 0!==r){if(typeof o==typeof r)continue;Yy(o,r)}(e.sham||r&&r.sham)&&iy(o,"sham",!0),Ey(n,i,o,e)}},ib={};ib[Rv("toStringTag")]="z";var rb,ob="[object z]"===String(ib),ab=Rv("toStringTag"),sb=Ig.Object,lb="Arguments"==Gg(function(){return arguments}()),cb=ob?Gg:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=sb(e),ab))?n:lb?Gg(t):"Object"==(i=Gg(t))&&tv(t.callee)?"Arguments":i},ub=Ig.String,db=function(e){if("Symbol"===cb(e))throw TypeError("Cannot convert a Symbol value to a string");return ub(e)},hb=function(){var e=Jv(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},pb=Ig.RegExp,fb=Pg((function(){var e=pb("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),mb=fb||Pg((function(){return!pb("a","y").sticky})),gb=fb||Pg((function(){var e=pb("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),vb={BROKEN_CARET:gb,MISSED_STICKY:mb,UNSUPPORTED_Y:fb},yb=Object.keys||function(e){return jy(e,Ly)},bb=Fg?Object.defineProperties:function(e,t){Jv(e);for(var n,i=ev(t),r=yb(t),o=r.length,a=0;o>a;)ny.f(e,n=r[a++],i[n]);return e},wb=rv("document","documentElement"),_b=hy("IE_PROTO"),Cb=function(){},xb=function(e){return"<script>"+e+"<\/script>"},Sb=function(e){e.write(xb("")),e.close();var t=e.parentWindow.Object;return e=null,t},kb=function(){try{rb=new ActiveXObject("htmlfile")}catch(e){}var e,t;kb="undefined"!=typeof document?document.domain&&rb?Sb(rb):((t=Wv("iframe")).style.display="none",wb.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(xb("document.F=Object")),e.close(),e.F):Sb(rb);for(var n=Ly.length;n--;)delete kb.prototype[Ly[n]];return kb()};py[_b]=!0;var Eb,Db,Ab=Object.create||function(e,t){var n;return null!==e?(Cb.prototype=Jv(e),n=new Cb,Cb.prototype=null,n[_b]=e):n=kb(),void 0===t?n:bb(n,t)},Ob=Ig.RegExp,Tb=Pg((function(){var e=Ob(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),Ib=Ig.RegExp,Pb=Pg((function(){var e=Ib("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),Fb=_y.get,$b=kv("native-string-replace",String.prototype.replace),Bb=RegExp.prototype.exec,Mb=Bb,Nb=Wg("".charAt),Rb=Wg("".indexOf),jb=Wg("".replace),Lb=Wg("".slice),zb=(Db=/b*/g,Bg(Bb,Eb=/a/,"a"),Bg(Bb,Db,"a"),0!==Eb.lastIndex||0!==Db.lastIndex),Vb=vb.BROKEN_CARET,Hb=void 0!==/()??/.exec("")[1];(zb||Hb||Vb||Tb||Pb)&&(Mb=function(e){var t,n,i,r,o,a,s,l=this,c=Fb(l),u=db(e),d=c.raw;if(d)return d.lastIndex=l.lastIndex,t=Bg(Mb,d,u),l.lastIndex=d.lastIndex,t;var h=c.groups,p=Vb&&l.sticky,f=Bg(hb,l),m=l.source,g=0,v=u;if(p&&(f=jb(f,"y",""),-1===Rb(f,"g")&&(f+="g"),v=Lb(u,l.lastIndex),l.lastIndex>0&&(!l.multiline||l.multiline&&"\n"!==Nb(u,l.lastIndex-1))&&(m="(?: "+m+")",v=" "+v,g++),n=new RegExp("^(?:"+m+")",f)),Hb&&(n=new RegExp("^"+m+"$(?!\\s)",f)),zb&&(i=l.lastIndex),r=Bg(Bb,p?n:l,v),p?r?(r.input=Lb(r.input,g),r[0]=Lb(r[0],g),r.index=l.lastIndex,l.lastIndex+=r[0].length):l.lastIndex=0:zb&&r&&(l.lastIndex=l.global?r.index+r[0].length:i),Hb&&r&&r.length>1&&Bg($b,r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r&&h)for(r.groups=a=Ab(null),o=0;o<h.length;o++)a[(s=h[o])[0]]=r[s[1]];return r});var Ub=Mb;nb({target:"RegExp",proto:!0,forced:/./.exec!==Ub},{exec:Ub});var Wb=Rv("species"),qb=RegExp.prototype,Yb=Wg("".charAt),Gb=Wg("".charCodeAt),Kb=Wg("".slice),Xb=function(e){return function(t,n){var i,r,o=db(Qg(t)),a=Oy(n),s=o.length;return a<0||a>=s?e?"":void 0:(i=Gb(o,a))<55296||i>56319||a+1===s||(r=Gb(o,a+1))<56320||r>57343?e?Yb(o,a):i:e?Kb(o,a,a+2):r-56320+(i-55296<<10)+65536}},Zb={codeAt:Xb(!1),charAt:Xb(!0)},Jb=Zb.charAt,Qb=function(e,t,n){return t+(n?Jb(e,t).length:1)},ew=Ig.TypeError,tw=function(e,t){var n=e.exec;if(tv(n)){var i=Bg(n,e,t);return null!==i&&Jv(i),i}if("RegExp"===Gg(e))return Bg(Ub,e,t);throw ew("RegExp#exec called on incompatible receiver")};!function(e,t,n,i){var r=Rv(e),o=!Pg((function(){var t={};return t[r]=function(){return 7},7!=""[e](t)})),a=o&&!Pg((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[Wb]=function(){return n},n.flags="",n[r]=/./[r]),n.exec=function(){return t=!0,null},n[r](""),!t}));if(!o||!a||n){var s=Wg(/./[r]),l=t(r,""[e],(function(e,t,n,i,r){var a=Wg(e),l=t.exec;return l===Ub||l===qb.exec?o&&!r?{done:!0,value:s(t,n,i)}:{done:!0,value:a(n,t,i)}:{done:!1}}));Ey(String.prototype,e,l[0]),Ey(qb,r,l[1])}i&&iy(qb[r],"sham",!0)}("match",(function(e,t,n){return[function(t){var n=Qg(this),i=null==t?void 0:wv(t,e);return i?Bg(i,t,n):new RegExp(t)[e](db(n))},function(e){var i=Jv(this),r=db(e),o=n(t,i,r);if(o.done)return o.value;if(!i.global)return tw(i,r);var a=i.unicode;i.lastIndex=0;for(var s,l=[],c=0;null!==(s=tw(i,r));){var u=db(s[0]);l[c]=u,""===u&&(i.lastIndex=Qb(r,$y(i.lastIndex),a)),c++}return 0===c?null:l}]})),nb({global:!0},{globalThis:Ig});var nw=!Pg((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),iw=hy("IE_PROTO"),rw=Ig.Object,ow=rw.prototype,aw=nw?rw.getPrototypeOf:function(e){var t=Dv(e);if(Ov(t,iw))return t[iw];var n=t.constructor;return tv(n)&&t instanceof n?n.prototype:t instanceof rw?ow:null},sw=Ig.String,lw=Ig.TypeError,cw=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Wg(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,i){return Jv(n),function(e){if("object"==typeof e||tv(e))return e;throw lw("Can't set "+sw(e)+" as a prototype")}(i),t?e(n,i):n.__proto__=i,n}}():void 0),uw=Ig.Array,dw=Math.max,hw=Wg("".replace),pw=Wg("".split),fw=Wg([].join),mw=String(Error("zxcasd").stack),gw=/\n\s*at [^:]*:[^\n]*/,vw=gw.test(mw),yw=/@[^\n]*\n/.test(mw)&&!/zxcasd/.test(mw),bw=function(e,t){if("string"!=typeof e)return e;if(vw)for(;t--;)e=hw(e,gw,"");else if(yw)return fw(function(e,t,n){for(var i,r,o,a,s=By(e),l=Py(t,s),c=Py(void 0===n?s:n,s),u=uw(dw(c-l,0)),d=0;l<c;l++,d++)i=u,r=d,o=e[l],a=void 0,(a=Vv(r))in i?ny.f(i,a,Lg(0,o)):i[a]=o;return u.length=d,u}(pw(e,"\n"),t),"\n");return e},ww=function(e,t){nv(t)&&"cause"in t&&iy(e,"cause",t.cause)},_w=Wg(Wg.bind),Cw=function(e,t){return bv(e),void 0===t?e:_w?_w(e,t):function(){return e.apply(t,arguments)}},xw={},Sw=Rv("iterator"),kw=Array.prototype,Ew=Rv("iterator"),Dw=function(e){if(null!=e)return wv(e,Ew)||wv(e,"@@iterator")||xw[cb(e)]},Aw=Ig.TypeError,Ow=function(e,t,n){var i,r;Jv(e);try{if(!(i=wv(e,"return"))){if("throw"===t)throw n;return n}i=Bg(i,e)}catch(e){r=!0,i=e}if("throw"===t)throw n;if(r)throw i;return Jv(i),n},Tw=Ig.TypeError,Iw=function(e,t){this.stopped=e,this.result=t},Pw=Iw.prototype,Fw=function(e,t,n){var i,r,o,a,s,l,c,u=n&&n.that,d=!(!n||!n.AS_ENTRIES),h=!(!n||!n.IS_ITERATOR),p=!(!n||!n.INTERRUPTED),f=Cw(t,u),m=function(e){return i&&Ow(i,"normal",e),new Iw(!0,e)},g=function(e){return d?(Jv(e),p?f(e[0],e[1],m):f(e[0],e[1])):p?f(e,m):f(e)};if(h)i=e;else{if(!(r=Dw(e)))throw Tw(vv(e)+" is not iterable");if(function(e){return void 0!==e&&(xw.Array===e||kw[Sw]===e)}(r)){for(o=0,a=By(e);a>o;o++)if((s=g(e[o]))&&ov(Pw,s))return s;return new Iw(!1)}i=function(e,t){var n=arguments.length<2?Dw(e):t;if(bv(n))return Jv(Bg(n,e));throw Aw(vv(e)+" is not iterable")}(e,r)}for(l=i.next;!(c=Bg(l,i)).done;){try{s=g(c.value)}catch(e){Ow(i,"throw",e)}if("object"==typeof s&&s&&ov(Pw,s))return s}return new Iw(!1)},$w=function(e,t){return void 0===e?arguments.length<2?"":t:db(e)},Bw=!Pg((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",Lg(1,7)),7!==e.stack)})),Mw=Rv("toStringTag"),Nw=Ig.Error,Rw=[].push,jw=function(e,t){var n,i=arguments.length>2?arguments[2]:void 0,r=ov(Lw,this);cw?n=cw(new Nw(void 0),r?aw(this):Lw):(n=r?this:Ab(Lw),iy(n,Mw,"Error")),iy(n,"message",$w(t,"")),Bw&&iy(n,"stack",bw(n.stack,1)),ww(n,i);var o=[];return Fw(e,Rw,{that:o}),iy(n,"errors",o),n};cw?cw(jw,Nw):Yy(jw,Nw);var Lw=jw.prototype=Ab(Nw.prototype,{constructor:Lg(1,jw),message:Lg(1,""),name:Lg(1,"AggregateError")});nb({global:!0},{AggregateError:jw});var zw=Rv("unscopables"),Vw=Array.prototype;null==Vw[zw]&&ny.f(Vw,zw,{configurable:!0,value:Ab(null)});var Hw,Uw,Ww,qw=function(e){Vw[zw][e]=!0},Yw=Rv("iterator"),Gw=!1;[].keys&&("next"in(Ww=[].keys())?(Uw=aw(aw(Ww)))!==Object.prototype&&(Hw=Uw):Gw=!0);var Kw=null==Hw||Pg((function(){var e={};return Hw[Yw].call(e)!==e}));Kw&&(Hw={}),tv(Hw[Yw])||Ey(Hw,Yw,(function(){return this}));var Xw={IteratorPrototype:Hw,BUGGY_SAFARI_ITERATORS:Gw},Zw=ny.f,Jw=Rv("toStringTag"),Qw=function(e,t,n){e&&!Ov(e=n?e:e.prototype,Jw)&&Zw(e,Jw,{configurable:!0,value:t})},e_=Xw.IteratorPrototype,t_=function(){return this},n_=ky.PROPER,i_=ky.CONFIGURABLE,r_=Xw.IteratorPrototype,o_=Xw.BUGGY_SAFARI_ITERATORS,a_=Rv("iterator"),s_=function(){return this},l_=function(e,t,n,i,r,o,a){!function(e,t,n,i){var r=t+" Iterator";e.prototype=Ab(e_,{next:Lg(+!i,n)}),Qw(e,r,!1),xw[r]=t_}(n,t,i);var s,l,c,u=function(e){if(e===r&&m)return m;if(!o_&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},d=t+" Iterator",h=!1,p=e.prototype,f=p[a_]||p["@@iterator"]||r&&p[r],m=!o_&&f||u(r),g="Array"==t&&p.entries||f;if(g&&(s=aw(g.call(new e)))!==Object.prototype&&s.next&&(aw(s)!==r_&&(cw?cw(s,r_):tv(s[a_])||Ey(s,a_,s_)),Qw(s,d,!0)),n_&&"values"==r&&f&&"values"!==f.name&&(i_?iy(p,"name","values"):(h=!0,m=function(){return Bg(f,this)})),r)if(l={values:u("values"),keys:o?m:u("keys"),entries:u("entries")},a)for(c in l)(o_||h||!(c in p))&&Ey(p,c,l[c]);else nb({target:t,proto:!0,forced:o_||h},l);return p[a_]!==m&&Ey(p,a_,m,{name:r}),xw[t]=m,l},c_=_y.set,u_=_y.getterFor("Array Iterator"),d_=l_(Array,"Array",(function(e,t){c_(this,{type:"Array Iterator",target:ev(e),index:0,kind:t})}),(function(){var e=u_(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values");xw.Arguments=xw.Array,qw("keys"),qw("values"),qw("entries");var h_=Zb.charAt,p_=_y.set,f_=_y.getterFor("String Iterator");l_(String,"String",(function(e){p_(this,{type:"String Iterator",string:db(e),index:0})}),(function(){var e,t=f_(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=h_(n,i),t.index+=e.length,{value:e,done:!1})}));var m_,g_={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},v_=Wv("span").classList,y_=v_&&v_.constructor&&v_.constructor.prototype,b_=y_===Object.prototype?void 0:y_,w_=Rv("iterator"),__=Rv("toStringTag"),C_=d_.values,x_=function(e,t){if(e){if(e[w_]!==C_)try{iy(e,w_,C_)}catch(t){e[w_]=C_}if(e[__]||iy(e,__,t),g_[t])for(var n in d_)if(e[n]!==d_[n])try{iy(e,n,d_[n])}catch(t){e[n]=d_[n]}}};for(var S_ in g_)x_(Ig[S_]&&Ig[S_].prototype,S_);function k_(){"undefined"==typeof globalThis&&(window.globalThis=window)}function E_(){void 0===Og&&(window.AggregateError=function(e,t){var n=new Error(t);return n.errors=e,n})}x_(b_,"DOMTokenList"),"undefined"==typeof i.g?("ActiveXObject"in window&&console.error("抱歉,wangEditor V5+ 版本开始,不在支持 IE 浏览器\n Sorry, wangEditor V5+ versions do not support IE browser."),k_(),E_()):i.g&&(null===(m_=i.g.navigator)||void 0===m_?void 0:m_.userAgent.match("QQBrowser"))&&(k_(),E_());var D_,A_=Array.isArray||function(e){return"Array"==Bh(e)},O_=function(){},T_=[],I_=Wh("Reflect","construct"),P_=/^\s*(?:class|function)\b/,F_=Ch(P_.exec),$_=!P_.exec(O_),B_=function(e){if(!xh(e))return!1;try{return I_(O_,T_,e),!0}catch(e){return!1}},M_=!I_||Sh((function(){var e;return B_(B_.call)||!B_(Object)||!B_((function(){e=!0}))||e}))?function(e){if(!xh(e))return!1;switch(dm(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return $_||!!F_(P_,Fm(e))}:B_,N_=kp("species"),R_=hh.Array,j_=function(e,t){return new(function(e){var t;return A_(e)&&(t=e.constructor,(M_(t)&&(t===R_||A_(t.prototype))||Vh(t)&&null===(t=t[N_]))&&(t=void 0)),void 0===t?R_:t}(e))(0===t?0:t)},L_=kp("species"),z_=kp("isConcatSpreadable"),V_=hh.TypeError,H_=Qh>=51||!Sh((function(){var e=[];return e[z_]=!1,e.concat()[0]!==e})),U_=(D_="concat",Qh>=51||!Sh((function(){var e=[];return(e.constructor={})[L_]=function(){return{foo:1}},1!==e[D_](Boolean).foo}))),W_=function(e){if(!Vh(e))return!1;var t=e[z_];return void 0!==t?!!t:A_(e)};nf({target:"Array",proto:!0,forced:!H_||!U_},{concat:function(e){var t,n,i,r,o,a=fp(this),s=j_(a,0),l=0;for(t=-1,i=arguments.length;t<i;t++)if(W_(o=-1===t?a:arguments[t])){if(l+(r=_f(o))>9007199254740991)throw V_("Maximum allowed index exceeded");for(n=0;n<r;n++,l++)n in o&&Uf(s,l,o[n])}else{if(l>=9007199254740991)throw V_("Maximum allowed index exceeded");Uf(s,l++,o)}return s.length=l,s}});var q_=If.f,Y_="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],G_={f:function(e){return Y_&&"Window"==Bh(e)?function(e){try{return q_(e)}catch(e){return Yf(Y_)}}(e):q_(zh(e))}},K_=Ch([].slice),X_={f:kp},Z_=Jp.f,J_=function(e){var t=Hh.Symbol||(Hh.Symbol={});gp(t,e)||Z_(t,e,{value:X_.f(e)})},Q_=Ch([].push),eC=function(e){var t=1==e,n=2==e,i=3==e,r=4==e,o=6==e,a=7==e,s=5==e||o;return function(l,c,u,d){for(var h,p,f=fp(l),m=Rh(f),g=Wp(c,u),v=_f(m),y=0,b=d||j_,w=t?b(l,v):n||a?b(l,0):void 0;v>y;y++)if((s||y in m)&&(p=g(h=m[y],y,f),e))if(t)w[y]=p;else if(p)switch(e){case 3:return!0;case 5:return h;case 6:return y;case 2:Q_(w,h)}else switch(e){case 4:return!1;case 7:Q_(w,h)}return o?-1:i||r?r:w}},tC={forEach:eC(0),map:eC(1),filter:eC(2),some:eC(3),every:eC(4),find:eC(5),findIndex:eC(6),filterReject:eC(7)}.forEach,nC=of("hidden"),iC=kp("toPrimitive"),rC=qm.set,oC=qm.getterFor("Symbol"),aC=Object.prototype,sC=hh.Symbol,lC=sC&&sC.prototype,cC=hh.TypeError,uC=hh.QObject,dC=Wh("JSON","stringify"),hC=Mp.f,pC=Jp.f,fC=G_.f,mC=Ih.f,gC=Ch([].push),vC=hp("symbols"),yC=hp("op-symbols"),bC=hp("string-to-symbol-registry"),wC=hp("symbol-to-string-registry"),_C=hp("wks"),CC=!uC||!uC.prototype||!uC.prototype.findChild,xC=kh&&Sh((function(){return 7!=Hf(pC({},"a",{get:function(){return pC(this,"a",{value:7}).a}})).a}))?function(e,t,n){var i=hC(aC,t);i&&delete aC[t],pC(e,t,n),i&&e!==aC&&pC(aC,t,i)}:pC,SC=function(e,t){var n=vC[e]=Hf(lC);return rC(n,{type:"Symbol",tag:e,description:t}),kh||(n.description=t),n},kC=function(e,t,n){e===aC&&kC(yC,t,n),Gp(e);var i=Op(t);return Gp(n),gp(vC,i)?(n.enumerable?(gp(e,nC)&&e[nC][i]&&(e[nC][i]=!1),n=Hf(n,{enumerable:Ph(0,!1)})):(gp(e,nC)||pC(e,nC,Ph(1,{})),e[nC][i]=!0),xC(e,i,n)):pC(e,i,n)},EC=function(e,t){Gp(e);var n=zh(t),i=Bf(n).concat(TC(n));return tC(i,(function(t){kh&&!Dh(DC,n,t)||kC(e,t,n[t])})),e},DC=function(e){var t=Op(e),n=Dh(mC,this,t);return!(this===aC&&gp(vC,t)&&!gp(yC,t))&&(!(n||!gp(this,t)||!gp(vC,t)||gp(this,nC)&&this[nC][t])||n)},AC=function(e,t){var n=zh(e),i=Op(t);if(n!==aC||!gp(vC,i)||gp(yC,i)){var r=hC(n,i);return!r||!gp(vC,i)||gp(n,nC)&&n[nC][i]||(r.enumerable=!0),r}},OC=function(e){var t=fC(zh(e)),n=[];return tC(t,(function(e){gp(vC,e)||gp(Sf,e)||gC(n,e)})),n},TC=function(e){var t=e===aC,n=fC(t?yC:zh(e)),i=[];return tC(n,(function(e){!gp(vC,e)||t&&!gp(aC,e)||gC(i,vC[e])})),i};if(ep||(lC=(sC=function(){if(qh(lC,this))throw cC("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?_m(arguments[0]):void 0,t=wp(e),n=function(e){this===aC&&Dh(n,yC,e),gp(this,nC)&&gp(this[nC],t)&&(this[nC][t]=!1),xC(this,t,Ph(1,e))};return kh&&CC&&xC(aC,t,{configurable:!0,set:n}),SC(t,e)}).prototype,Zm(lC,"toString",(function(){return oC(this).tag})),Zm(sC,"withoutSetter",(function(e){return SC(wp(e),e)})),Ih.f=DC,Jp.f=kC,Mp.f=AC,If.f=G_.f=OC,Pf.f=TC,X_.f=function(e){return SC(kp(e),e)},kh&&pC(lC,"description",{configurable:!0,get:function(){return oC(this).description}})),nf({global:!0,wrap:!0,forced:!ep,sham:!ep},{Symbol:sC}),tC(Bf(_C),(function(e){J_(e)})),nf({target:"Symbol",stat:!0,forced:!ep},{for:function(e){var t=_m(e);if(gp(bC,t))return bC[t];var n=sC(t);return bC[t]=n,wC[n]=t,n},keyFor:function(e){if(!ip(e))throw cC(e+" is not a symbol");if(gp(wC,e))return wC[e]},useSetter:function(){CC=!0},useSimple:function(){CC=!1}}),nf({target:"Object",stat:!0,forced:!ep,sham:!kh},{create:function(e,t){return void 0===t?Hf(e):EC(Hf(e),t)},defineProperty:kC,defineProperties:EC,getOwnPropertyDescriptor:AC}),nf({target:"Object",stat:!0,forced:!ep},{getOwnPropertyNames:OC,getOwnPropertySymbols:TC}),nf({target:"Object",stat:!0,forced:Sh((function(){Pf.f(1)}))},{getOwnPropertySymbols:function(e){return Pf.f(fp(e))}}),dC){var IC=!ep||Sh((function(){var e=sC();return"[null]"!=dC([e])||"{}"!=dC({a:e})||"{}"!=dC(Object(e))}));nf({target:"JSON",stat:!0,forced:IC},{stringify:function(e,t,n){var i=K_(arguments),r=t;if((Vh(t)||void 0!==e)&&!ip(e))return A_(t)||(t=function(e,t){if(xh(r)&&(t=Dh(r,this,e,t)),!ip(t))return t}),i[1]=t,vh(dC,null,i)}})}if(!lC[iC]){var PC=lC.valueOf;Zm(lC,iC,(function(e){return Dh(PC,this)}))}og(sC,"Symbol"),Sf[nC]=!0,J_("asyncIterator"),J_("hasInstance"),J_("isConcatSpreadable"),J_("iterator"),J_("match"),J_("matchAll"),J_("replace"),J_("search"),J_("species"),J_("split"),J_("toPrimitive"),J_("toStringTag"),J_("unscopables"),og(hh.JSON,"JSON",!0);var FC=Hh.Symbol;J_("asyncDispose"),J_("dispose"),J_("matcher"),J_("metadata"),J_("observable"),J_("patternMatch"),J_("replaceAll");var $C=FC,BC=X_.f("iterator"),MC=lh((function(e){function t(n){return"function"==typeof $C&&"symbol"==typeof BC?(e.exports=t=function(e){return typeof e},e.exports.default=e.exports,e.exports.__esModule=!0):(e.exports=t=function(e){return e&&"function"==typeof $C&&e.constructor===$C&&e!==$C.prototype?"symbol":typeof e},e.exports.default=e.exports,e.exports.__esModule=!0),t(n)}e.exports=t,e.exports.default=e.exports,e.exports.__esModule=!0})),NC=sh(MC),RC=Kv.f,jC=Pg((function(){RC(1)}));if(nb({target:"Object",stat:!0,forced:!Fg||jC,sham:!Fg},{getOwnPropertyDescriptor:function(e,t){return RC(ev(e),t)}}),"object"===("undefined"==typeof i.g?"undefined":NC(i.g))){var LC=Object.getOwnPropertyDescriptor(i.g,"window");i.g.window&&!LC.set||(i.g.window=i.g,i.g.requestAnimationFrame=function(){},i.g.navigator={userAgent:""},i.g.location={hostname:"0.0.0.0",port:0,protocol:"http:"},i.g.btoa=function(){},i.g.crypto={getRandomValues:function(e){return nodeCrypto.randomFillSync(e)}}),null!=i.g.document&&null==i.g.document.getElementsByTagName&&(i.g.document.getElementsByTagName=function(){return[]})}
|
|
83
|
+
var lo={};"undefined"!=typeof lo.asn1&&lo.asn1||(lo.asn1={}),lo.asn1.ASN1Util=new function(){this.integerToByteHex=function(e){var t=e.toString(16);return t.length%2==1&&(t="0"+t),t},this.bigIntToMinTwosComplementsHex=function(e){var t=e.toString(16);if("-"!=t.substr(0,1))t.length%2==1?t="0"+t:t.match(/^[0-7]/)||(t="00"+t);else{var n=t.substr(1),i=n.length;i%2==1?i+=1:t.match(/^[0-7]/)||(i+=2);for(var r="",o=0;o<i;o++)r+="f";var a=new Dr(r,16),s=a.xor(e).add(Dr.ONE);t=s.toString(16).replace(/^-/,"")}return t},this.getPEMStringFromHex=function(e,t){return hextopem(e,t)},this.newObject=function(e){var t=lo,n=t.asn1,i=n.DERBoolean,r=n.DERInteger,o=n.DERBitString,a=n.DEROctetString,s=n.DERNull,l=n.DERObjectIdentifier,c=n.DEREnumerated,u=n.DERUTF8String,d=n.DERNumericString,h=n.DERPrintableString,p=n.DERTeletexString,f=n.DERIA5String,m=n.DERUTCTime,g=n.DERGeneralizedTime,v=n.DERSequence,y=n.DERSet,b=n.DERTaggedObject,w=n.ASN1Util.newObject,_=Object.keys(e);if(1!=_.length)throw"key of param shall be only one.";var C=_[0];if(-1==":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:".indexOf(":"+C+":"))throw"undefined key: "+C;if("bool"==C)return new i(e[C]);if("int"==C)return new r(e[C]);if("bitstr"==C)return new o(e[C]);if("octstr"==C)return new a(e[C]);if("null"==C)return new s(e[C]);if("oid"==C)return new l(e[C]);if("enum"==C)return new c(e[C]);if("utf8str"==C)return new u(e[C]);if("numstr"==C)return new d(e[C]);if("prnstr"==C)return new h(e[C]);if("telstr"==C)return new p(e[C]);if("ia5str"==C)return new f(e[C]);if("utctime"==C)return new m(e[C]);if("gentime"==C)return new g(e[C]);if("seq"==C){for(var x=e[C],S=[],k=0;k<x.length;k++){var E=w(x[k]);S.push(E)}return new v({array:S})}if("set"==C){for(x=e[C],S=[],k=0;k<x.length;k++){E=w(x[k]);S.push(E)}return new y({array:S})}if("tag"==C){var D=e[C];if("[object Array]"===Object.prototype.toString.call(D)&&3==D.length){var A=w(D[2]);return new b({tag:D[0],explicit:D[1],obj:A})}var O={};if(void 0!==D.explicit&&(O.explicit=D.explicit),void 0!==D.tag&&(O.tag=D.tag),void 0===D.obj)throw"obj shall be specified for 'tag'.";return O.obj=w(D.obj),new b(O)}},this.jsonToASN1HEX=function(e){var t=this.newObject(e);return t.getEncodedHex()}},lo.asn1.ASN1Util.oidHexToInt=function(e){for(var t="",n=parseInt(e.substr(0,2),16),i=Math.floor(n/40),r=n%40,o=(t=i+"."+r,""),a=2;a<e.length;a+=2){var s=parseInt(e.substr(a,2),16),l=("00000000"+s.toString(2)).slice(-8);if(o+=l.substr(1,7),"0"==l.substr(0,1)){var c=new Dr(o,2);t=t+"."+c.toString(10),o=""}}return t},lo.asn1.ASN1Util.oidIntToHex=function(e){var t=function(e){var t=e.toString(16);return 1==t.length&&(t="0"+t),t},n=function(e){var n="",i=new Dr(e,10),r=i.toString(2),o=7-r.length%7;7==o&&(o=0);for(var a="",s=0;s<o;s++)a+="0";r=a+r;for(s=0;s<r.length-1;s+=7){var l=r.substr(s,7);s!=r.length-7&&(l="1"+l),n+=t(parseInt(l,2))}return n};if(!e.match(/^[0-9.]+$/))throw"malformed oid string: "+e;var i="",r=e.split("."),o=40*parseInt(r[0])+parseInt(r[1]);i+=t(o),r.splice(0,2);for(var a=0;a<r.length;a++)i+=n(r[a]);return i},lo.asn1.ASN1Object=function(){var e="";this.getLengthHexFromValue=function(){if("undefined"==typeof this.hV||null==this.hV)throw"this.hV is null or undefined.";if(this.hV.length%2==1)throw"value hex must be even length: n="+e.length+",v="+this.hV;var t=this.hV.length/2,n=t.toString(16);if(n.length%2==1&&(n="0"+n),t<128)return n;var i=n.length/2;if(i>15)throw"ASN.1 length too long to represent by 8x: n = "+t.toString(16);var r=128+i;return r.toString(16)+n},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return""}},lo.asn1.DERAbstractString=function(e){lo.asn1.DERAbstractString.superclass.constructor.call(this);this.getString=function(){return this.s},this.setString=function(e){this.hTLV=null,this.isModified=!0,this.s=e,this.hV=stohex(this.s)},this.setStringHex=function(e){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=e},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("string"==typeof e?this.setString(e):"undefined"!=typeof e["str"]?this.setString(e["str"]):"undefined"!=typeof e["hex"]&&this.setStringHex(e["hex"]))},so.lang.extend(lo.asn1.DERAbstractString,lo.asn1.ASN1Object),lo.asn1.DERAbstractTime=function(e){lo.asn1.DERAbstractTime.superclass.constructor.call(this);this.localDateToUTC=function(e){utc=e.getTime()+6e4*e.getTimezoneOffset();var t=new Date(utc);return t},this.formatDate=function(e,t,n){var i=this.zeroPadding,r=this.localDateToUTC(e),o=String(r.getFullYear());"utc"==t&&(o=o.substr(2,2));var a=i(String(r.getMonth()+1),2),s=i(String(r.getDate()),2),l=i(String(r.getHours()),2),c=i(String(r.getMinutes()),2),u=i(String(r.getSeconds()),2),d=o+a+s+l+c+u;if(!0===n){var h=r.getMilliseconds();if(0!=h){var p=i(String(h),3);p=p.replace(/[0]+$/,""),d=d+"."+p}}return d+"Z"},this.zeroPadding=function(e,t){return e.length>=t?e:new Array(t-e.length+1).join("0")+e},this.getString=function(){return this.s},this.setString=function(e){this.hTLV=null,this.isModified=!0,this.s=e,this.hV=stohex(e)},this.setByDateValue=function(e,t,n,i,r,o){var a=new Date(Date.UTC(e,t-1,n,i,r,o,0));this.setByDate(a)},this.getFreshValueHex=function(){return this.hV}},so.lang.extend(lo.asn1.DERAbstractTime,lo.asn1.ASN1Object),lo.asn1.DERAbstractStructured=function(e){lo.asn1.DERAbstractString.superclass.constructor.call(this);this.setByASN1ObjectArray=function(e){this.hTLV=null,this.isModified=!0,this.asn1Array=e},this.appendASN1Object=function(e){this.hTLV=null,this.isModified=!0,this.asn1Array.push(e)},this.asn1Array=new Array,"undefined"!=typeof e&&"undefined"!=typeof e["array"]&&(this.asn1Array=e["array"])},so.lang.extend(lo.asn1.DERAbstractStructured,lo.asn1.ASN1Object),lo.asn1.DERBoolean=function(){lo.asn1.DERBoolean.superclass.constructor.call(this),this.hT="01",this.hTLV="0101ff"},so.lang.extend(lo.asn1.DERBoolean,lo.asn1.ASN1Object),lo.asn1.DERInteger=function(e){lo.asn1.DERInteger.superclass.constructor.call(this),this.hT="02",this.setByBigInteger=function(e){this.hTLV=null,this.isModified=!0,this.hV=lo.asn1.ASN1Util.bigIntToMinTwosComplementsHex(e)},this.setByInteger=function(e){var t=new Dr(String(e),10);this.setByBigInteger(t)},this.setValueHex=function(e){this.hV=e},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("undefined"!=typeof e["bigint"]?this.setByBigInteger(e["bigint"]):"undefined"!=typeof e["int"]?this.setByInteger(e["int"]):"number"==typeof e?this.setByInteger(e):"undefined"!=typeof e["hex"]&&this.setValueHex(e["hex"]))},so.lang.extend(lo.asn1.DERInteger,lo.asn1.ASN1Object),lo.asn1.DERBitString=function(e){if(void 0!==e&&"undefined"!==typeof e.obj){var t=lo.asn1.ASN1Util.newObject(e.obj);e.hex="00"+t.getEncodedHex()}lo.asn1.DERBitString.superclass.constructor.call(this),this.hT="03",this.setHexValueIncludingUnusedBits=function(e){this.hTLV=null,this.isModified=!0,this.hV=e},this.setUnusedBitsAndHexValue=function(e,t){if(e<0||7<e)throw"unused bits shall be from 0 to 7: u = "+e;var n="0"+e;this.hTLV=null,this.isModified=!0,this.hV=n+t},this.setByBinaryString=function(e){e=e.replace(/0+$/,"");var t=8-e.length%8;8==t&&(t=0);for(var n=0;n<=t;n++)e+="0";var i="";for(n=0;n<e.length-1;n+=8){var r=e.substr(n,8),o=parseInt(r,2).toString(16);1==o.length&&(o="0"+o),i+=o}this.hTLV=null,this.isModified=!0,this.hV="0"+t+i},this.setByBooleanArray=function(e){for(var t="",n=0;n<e.length;n++)1==e[n]?t+="1":t+="0";this.setByBinaryString(t)},this.newFalseArray=function(e){for(var t=new Array(e),n=0;n<e;n++)t[n]=!1;return t},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("string"==typeof e&&e.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(e):"undefined"!=typeof e["hex"]?this.setHexValueIncludingUnusedBits(e["hex"]):"undefined"!=typeof e["bin"]?this.setByBinaryString(e["bin"]):"undefined"!=typeof e["array"]&&this.setByBooleanArray(e["array"]))},so.lang.extend(lo.asn1.DERBitString,lo.asn1.ASN1Object),lo.asn1.DEROctetString=function(e){if(void 0!==e&&"undefined"!==typeof e.obj){var t=lo.asn1.ASN1Util.newObject(e.obj);e.hex=t.getEncodedHex()}lo.asn1.DEROctetString.superclass.constructor.call(this,e),this.hT="04"},so.lang.extend(lo.asn1.DEROctetString,lo.asn1.DERAbstractString),lo.asn1.DERNull=function(){lo.asn1.DERNull.superclass.constructor.call(this),this.hT="05",this.hTLV="0500"},so.lang.extend(lo.asn1.DERNull,lo.asn1.ASN1Object),lo.asn1.DERObjectIdentifier=function(e){var t=function(e){var t=e.toString(16);return 1==t.length&&(t="0"+t),t},n=function(e){var n="",i=new Dr(e,10),r=i.toString(2),o=7-r.length%7;7==o&&(o=0);for(var a="",s=0;s<o;s++)a+="0";r=a+r;for(s=0;s<r.length-1;s+=7){var l=r.substr(s,7);s!=r.length-7&&(l="1"+l),n+=t(parseInt(l,2))}return n};lo.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT="06",this.setValueHex=function(e){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=e},this.setValueOidString=function(e){if(!e.match(/^[0-9.]+$/))throw"malformed oid string: "+e;var i="",r=e.split("."),o=40*parseInt(r[0])+parseInt(r[1]);i+=t(o),r.splice(0,2);for(var a=0;a<r.length;a++)i+=n(r[a]);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=i},this.setValueName=function(e){var t=lo.asn1.x509.OID.name2oid(e);if(""===t)throw"DERObjectIdentifier oidName undefined: "+e;this.setValueOidString(t)},this.getFreshValueHex=function(){return this.hV},void 0!==e&&("string"===typeof e?e.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(e):this.setValueName(e):void 0!==e.oid?this.setValueOidString(e.oid):void 0!==e.hex?this.setValueHex(e.hex):void 0!==e.name&&this.setValueName(e.name))},so.lang.extend(lo.asn1.DERObjectIdentifier,lo.asn1.ASN1Object),lo.asn1.DEREnumerated=function(e){lo.asn1.DEREnumerated.superclass.constructor.call(this),this.hT="0a",this.setByBigInteger=function(e){this.hTLV=null,this.isModified=!0,this.hV=lo.asn1.ASN1Util.bigIntToMinTwosComplementsHex(e)},this.setByInteger=function(e){var t=new Dr(String(e),10);this.setByBigInteger(t)},this.setValueHex=function(e){this.hV=e},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("undefined"!=typeof e["int"]?this.setByInteger(e["int"]):"number"==typeof e?this.setByInteger(e):"undefined"!=typeof e["hex"]&&this.setValueHex(e["hex"]))},so.lang.extend(lo.asn1.DEREnumerated,lo.asn1.ASN1Object),lo.asn1.DERUTF8String=function(e){lo.asn1.DERUTF8String.superclass.constructor.call(this,e),this.hT="0c"},so.lang.extend(lo.asn1.DERUTF8String,lo.asn1.DERAbstractString),lo.asn1.DERNumericString=function(e){lo.asn1.DERNumericString.superclass.constructor.call(this,e),this.hT="12"},so.lang.extend(lo.asn1.DERNumericString,lo.asn1.DERAbstractString),lo.asn1.DERPrintableString=function(e){lo.asn1.DERPrintableString.superclass.constructor.call(this,e),this.hT="13"},so.lang.extend(lo.asn1.DERPrintableString,lo.asn1.DERAbstractString),lo.asn1.DERTeletexString=function(e){lo.asn1.DERTeletexString.superclass.constructor.call(this,e),this.hT="14"},so.lang.extend(lo.asn1.DERTeletexString,lo.asn1.DERAbstractString),lo.asn1.DERIA5String=function(e){lo.asn1.DERIA5String.superclass.constructor.call(this,e),this.hT="16"},so.lang.extend(lo.asn1.DERIA5String,lo.asn1.DERAbstractString),lo.asn1.DERUTCTime=function(e){lo.asn1.DERUTCTime.superclass.constructor.call(this,e),this.hT="17",this.setByDate=function(e){this.hTLV=null,this.isModified=!0,this.date=e,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return"undefined"==typeof this.date&&"undefined"==typeof this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)),this.hV},void 0!==e&&(void 0!==e.str?this.setString(e.str):"string"==typeof e&&e.match(/^[0-9]{12}Z$/)?this.setString(e):void 0!==e.hex?this.setStringHex(e.hex):void 0!==e.date&&this.setByDate(e.date))},so.lang.extend(lo.asn1.DERUTCTime,lo.asn1.DERAbstractTime),lo.asn1.DERGeneralizedTime=function(e){lo.asn1.DERGeneralizedTime.superclass.constructor.call(this,e),this.hT="18",this.withMillis=!1,this.setByDate=function(e){this.hTLV=null,this.isModified=!0,this.date=e,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)),this.hV},void 0!==e&&(void 0!==e.str?this.setString(e.str):"string"==typeof e&&e.match(/^[0-9]{14}Z$/)?this.setString(e):void 0!==e.hex?this.setStringHex(e.hex):void 0!==e.date&&this.setByDate(e.date),!0===e.millis&&(this.withMillis=!0))},so.lang.extend(lo.asn1.DERGeneralizedTime,lo.asn1.DERAbstractTime),lo.asn1.DERSequence=function(e){lo.asn1.DERSequence.superclass.constructor.call(this,e),this.hT="30",this.getFreshValueHex=function(){for(var e="",t=0;t<this.asn1Array.length;t++){var n=this.asn1Array[t];e+=n.getEncodedHex()}return this.hV=e,this.hV}},so.lang.extend(lo.asn1.DERSequence,lo.asn1.DERAbstractStructured),lo.asn1.DERSet=function(e){lo.asn1.DERSet.superclass.constructor.call(this,e),this.hT="31",this.sortFlag=!0,this.getFreshValueHex=function(){for(var e=new Array,t=0;t<this.asn1Array.length;t++){var n=this.asn1Array[t];e.push(n.getEncodedHex())}return 1==this.sortFlag&&e.sort(),this.hV=e.join(""),this.hV},"undefined"!=typeof e&&"undefined"!=typeof e.sortflag&&0==e.sortflag&&(this.sortFlag=!1)},so.lang.extend(lo.asn1.DERSet,lo.asn1.DERAbstractStructured),lo.asn1.DERTaggedObject=function(e){lo.asn1.DERTaggedObject.superclass.constructor.call(this),this.hT="a0",this.hV="",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(e,t,n){this.hT=t,this.isExplicit=e,this.asn1Object=n,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=n.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,t),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("undefined"!=typeof e["tag"]&&(this.hT=e["tag"]),"undefined"!=typeof e["explicit"]&&(this.isExplicit=e["explicit"]),"undefined"!=typeof e["obj"]&&(this.asn1Object=e["obj"],this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},so.lang.extend(lo.asn1.DERTaggedObject,lo.asn1.ASN1Object);var co,uo,ho=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),po=function(e){function t(n){var i=e.call(this)||this;return n&&("string"===typeof n?i.parseKey(n):(t.hasPrivateKeyProperty(n)||t.hasPublicKeyProperty(n))&&i.parsePropertiesFrom(n)),i}return ho(t,e),t.prototype.parseKey=function(e){try{var t=0,n=0,i=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/,r=i.test(e)?dr.decode(e):hr.unarmor(e),o=_r.decode(r);if(3===o.sub.length&&(o=o.sub[2].sub[0]),9===o.sub.length){t=o.sub[1].getHexStringValue(),this.n=Fr(t,16),n=o.sub[2].getHexStringValue(),this.e=parseInt(n,16);var a=o.sub[3].getHexStringValue();this.d=Fr(a,16);var s=o.sub[4].getHexStringValue();this.p=Fr(s,16);var l=o.sub[5].getHexStringValue();this.q=Fr(l,16);var c=o.sub[6].getHexStringValue();this.dmp1=Fr(c,16);var u=o.sub[7].getHexStringValue();this.dmq1=Fr(u,16);var d=o.sub[8].getHexStringValue();this.coeff=Fr(d,16)}else{if(2!==o.sub.length)return!1;if(o.sub[0].sub){var h=o.sub[1],p=h.sub[0];t=p.sub[0].getHexStringValue(),this.n=Fr(t,16),n=p.sub[1].getHexStringValue(),this.e=parseInt(n,16)}else t=o.sub[0].getHexStringValue(),this.n=Fr(t,16),n=o.sub[1].getHexStringValue(),this.e=parseInt(n,16)}return!0}catch(iN){return!1}},t.prototype.getPrivateBaseKey=function(){var e={array:[new lo.asn1.DERInteger({int:0}),new lo.asn1.DERInteger({bigint:this.n}),new lo.asn1.DERInteger({int:this.e}),new lo.asn1.DERInteger({bigint:this.d}),new lo.asn1.DERInteger({bigint:this.p}),new lo.asn1.DERInteger({bigint:this.q}),new lo.asn1.DERInteger({bigint:this.dmp1}),new lo.asn1.DERInteger({bigint:this.dmq1}),new lo.asn1.DERInteger({bigint:this.coeff})]},t=new lo.asn1.DERSequence(e);return t.getEncodedHex()},t.prototype.getPrivateBaseKeyB64=function(){return lr(this.getPrivateBaseKey())},t.prototype.getPublicBaseKey=function(){var e=new lo.asn1.DERSequence({array:[new lo.asn1.DERObjectIdentifier({oid:"1.2.840.113549.1.1.1"}),new lo.asn1.DERNull]}),t=new lo.asn1.DERSequence({array:[new lo.asn1.DERInteger({bigint:this.n}),new lo.asn1.DERInteger({int:this.e})]}),n=new lo.asn1.DERBitString({hex:"00"+t.getEncodedHex()}),i=new lo.asn1.DERSequence({array:[e,n]});return i.getEncodedHex()},t.prototype.getPublicBaseKeyB64=function(){return lr(this.getPublicBaseKey())},t.wordwrap=function(e,t){if(t=t||64,!e)return e;var n="(.{1,"+t+"})( +|$\n?)|(.{1,"+t+"})";return e.match(RegExp(n,"g")).join("\n")},t.prototype.getPrivateKey=function(){var e="-----BEGIN RSA PRIVATE KEY-----\n";return e+=t.wordwrap(this.getPrivateBaseKeyB64())+"\n",e+="-----END RSA PRIVATE KEY-----",e},t.prototype.getPublicKey=function(){var e="-----BEGIN PUBLIC KEY-----\n";return e+=t.wordwrap(this.getPublicBaseKeyB64())+"\n",e+="-----END PUBLIC KEY-----",e},t.hasPublicKeyProperty=function(e){return e=e||{},e.hasOwnProperty("n")&&e.hasOwnProperty("e")},t.hasPrivateKeyProperty=function(e){return e=e||{},e.hasOwnProperty("n")&&e.hasOwnProperty("e")&&e.hasOwnProperty("d")&&e.hasOwnProperty("p")&&e.hasOwnProperty("q")&&e.hasOwnProperty("dmp1")&&e.hasOwnProperty("dmq1")&&e.hasOwnProperty("coeff")},t.prototype.parsePropertiesFrom=function(e){this.n=e.n,this.e=e.e,e.hasOwnProperty("d")&&(this.d=e.d,this.p=e.p,this.q=e.q,this.dmp1=e.dmp1,this.dmq1=e.dmq1,this.coeff=e.coeff)},t}(no),fo="undefined"!==typeof process?null===(co={NODE_ENV:"production",BASE_URL:"/"})||void 0===co?void 0:co.npm_package_version:void 0,mo=function(){function e(e){void 0===e&&(e={}),e=e||{},this.default_key_size=e.default_key_size?parseInt(e.default_key_size,10):1024,this.default_public_exponent=e.default_public_exponent||"010001",this.log=e.log||!1,this.key=null}return e.prototype.setKey=function(e){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new po(e)},e.prototype.setPrivateKey=function(e){this.setKey(e)},e.prototype.setPublicKey=function(e){this.setKey(e)},e.prototype.decrypt=function(e){try{return this.getKey().decrypt(cr(e))}catch(iN){return!1}},e.prototype.encrypt=function(e){try{return lr(this.getKey().encrypt(e))}catch(iN){return!1}},e.prototype.sign=function(e,t,n){try{return lr(this.getKey().sign(e,t,n))}catch(iN){return!1}},e.prototype.verify=function(e,t,n){try{return this.getKey().verify(e,cr(t),n)}catch(iN){return!1}},e.prototype.getKey=function(e){if(!this.key){if(this.key=new po,e&&"[object Function]"==={}.toString.call(e))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,e);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},e.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},e.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},e.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},e.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},e.version=fo,e}(),go=new Uint8Array(16);function vo(){if(!uo&&(uo="undefined"!==typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!==typeof msCrypto&&"function"===typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),!uo))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return uo(go)}var yo=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function bo(e){return"string"===typeof e&&yo.test(e)}for(var wo=bo,_o=[],Co=0;Co<256;++Co)_o.push((Co+256).toString(16).substr(1));function xo(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(_o[e[t+0]]+_o[e[t+1]]+_o[e[t+2]]+_o[e[t+3]]+"-"+_o[e[t+4]]+_o[e[t+5]]+"-"+_o[e[t+6]]+_o[e[t+7]]+"-"+_o[e[t+8]]+_o[e[t+9]]+"-"+_o[e[t+10]]+_o[e[t+11]]+_o[e[t+12]]+_o[e[t+13]]+_o[e[t+14]]+_o[e[t+15]]).toLowerCase();if(!wo(n))throw TypeError("Stringified UUID is invalid");return n}var So,ko,Eo=xo,Do=0,Ao=0;function Oo(e,t,n){var i=t&&n||0,r=t||new Array(16);e=e||{};var o=e.node||So,a=void 0!==e.clockseq?e.clockseq:ko;if(null==o||null==a){var s=e.random||(e.rng||vo)();null==o&&(o=So=[1|s[0],s[1],s[2],s[3],s[4],s[5]]),null==a&&(a=ko=16383&(s[6]<<8|s[7]))}var l=void 0!==e.msecs?e.msecs:Date.now(),c=void 0!==e.nsecs?e.nsecs:Ao+1,u=l-Do+(c-Ao)/1e4;if(u<0&&void 0===e.clockseq&&(a=a+1&16383),(u<0||l>Do)&&void 0===e.nsecs&&(c=0),c>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Do=l,Ao=c,ko=a,l+=122192928e5;var d=(1e4*(268435455&l)+c)%4294967296;r[i++]=d>>>24&255,r[i++]=d>>>16&255,r[i++]=d>>>8&255,r[i++]=255&d;var h=l/4294967296*1e4&268435455;r[i++]=h>>>8&255,r[i++]=255&h,r[i++]=h>>>24&15|16,r[i++]=h>>>16&255,r[i++]=a>>>8|128,r[i++]=255&a;for(var p=0;p<6;++p)r[i+p]=o[p];return t||Eo(r)}var To=Oo;function Io(e){if(!wo(e))throw TypeError("Invalid UUID");var t,n=new Uint8Array(16);return n[0]=(t=parseInt(e.slice(0,8),16))>>>24,n[1]=t>>>16&255,n[2]=t>>>8&255,n[3]=255&t,n[4]=(t=parseInt(e.slice(9,13),16))>>>8,n[5]=255&t,n[6]=(t=parseInt(e.slice(14,18),16))>>>8,n[7]=255&t,n[8]=(t=parseInt(e.slice(19,23),16))>>>8,n[9]=255&t,n[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,n[11]=t/4294967296&255,n[12]=t>>>24&255,n[13]=t>>>16&255,n[14]=t>>>8&255,n[15]=255&t,n}var Po=Io;function Fo(e){e=unescape(encodeURIComponent(e));for(var t=[],n=0;n<e.length;++n)t.push(e.charCodeAt(n));return t}var $o="6ba7b810-9dad-11d1-80b4-00c04fd430c8",Bo="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function Mo(e,t,n){function i(e,i,r,o){if("string"===typeof e&&(e=Fo(e)),"string"===typeof i&&(i=Po(i)),16!==i.length)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");var a=new Uint8Array(16+e.length);if(a.set(i),a.set(e,i.length),a=n(a),a[6]=15&a[6]|t,a[8]=63&a[8]|128,r){o=o||0;for(var s=0;s<16;++s)r[o+s]=a[s];return r}return Eo(a)}try{i.name=e}catch(r){}return i.DNS=$o,i.URL=Bo,i}function No(e){if("string"===typeof e){var t=unescape(encodeURIComponent(e));e=new Uint8Array(t.length);for(var n=0;n<t.length;++n)e[n]=t.charCodeAt(n)}return Ro(Lo(zo(e),8*e.length))}function Ro(e){for(var t=[],n=32*e.length,i="0123456789abcdef",r=0;r<n;r+=8){var o=e[r>>5]>>>r%32&255,a=parseInt(i.charAt(o>>>4&15)+i.charAt(15&o),16);t.push(a)}return t}function jo(e){return 14+(e+64>>>9<<4)+1}function Lo(e,t){e[t>>5]|=128<<t%32,e[jo(t)-1]=t;for(var n=1732584193,i=-271733879,r=-1732584194,o=271733878,a=0;a<e.length;a+=16){var s=n,l=i,c=r,u=o;n=Wo(n,i,r,o,e[a],7,-680876936),o=Wo(o,n,i,r,e[a+1],12,-389564586),r=Wo(r,o,n,i,e[a+2],17,606105819),i=Wo(i,r,o,n,e[a+3],22,-1044525330),n=Wo(n,i,r,o,e[a+4],7,-176418897),o=Wo(o,n,i,r,e[a+5],12,1200080426),r=Wo(r,o,n,i,e[a+6],17,-1473231341),i=Wo(i,r,o,n,e[a+7],22,-45705983),n=Wo(n,i,r,o,e[a+8],7,1770035416),o=Wo(o,n,i,r,e[a+9],12,-1958414417),r=Wo(r,o,n,i,e[a+10],17,-42063),i=Wo(i,r,o,n,e[a+11],22,-1990404162),n=Wo(n,i,r,o,e[a+12],7,1804603682),o=Wo(o,n,i,r,e[a+13],12,-40341101),r=Wo(r,o,n,i,e[a+14],17,-1502002290),i=Wo(i,r,o,n,e[a+15],22,1236535329),n=qo(n,i,r,o,e[a+1],5,-165796510),o=qo(o,n,i,r,e[a+6],9,-1069501632),r=qo(r,o,n,i,e[a+11],14,643717713),i=qo(i,r,o,n,e[a],20,-373897302),n=qo(n,i,r,o,e[a+5],5,-701558691),o=qo(o,n,i,r,e[a+10],9,38016083),r=qo(r,o,n,i,e[a+15],14,-660478335),i=qo(i,r,o,n,e[a+4],20,-405537848),n=qo(n,i,r,o,e[a+9],5,568446438),o=qo(o,n,i,r,e[a+14],9,-1019803690),r=qo(r,o,n,i,e[a+3],14,-187363961),i=qo(i,r,o,n,e[a+8],20,1163531501),n=qo(n,i,r,o,e[a+13],5,-1444681467),o=qo(o,n,i,r,e[a+2],9,-51403784),r=qo(r,o,n,i,e[a+7],14,1735328473),i=qo(i,r,o,n,e[a+12],20,-1926607734),n=Yo(n,i,r,o,e[a+5],4,-378558),o=Yo(o,n,i,r,e[a+8],11,-2022574463),r=Yo(r,o,n,i,e[a+11],16,1839030562),i=Yo(i,r,o,n,e[a+14],23,-35309556),n=Yo(n,i,r,o,e[a+1],4,-1530992060),o=Yo(o,n,i,r,e[a+4],11,1272893353),r=Yo(r,o,n,i,e[a+7],16,-155497632),i=Yo(i,r,o,n,e[a+10],23,-1094730640),n=Yo(n,i,r,o,e[a+13],4,681279174),o=Yo(o,n,i,r,e[a],11,-358537222),r=Yo(r,o,n,i,e[a+3],16,-722521979),i=Yo(i,r,o,n,e[a+6],23,76029189),n=Yo(n,i,r,o,e[a+9],4,-640364487),o=Yo(o,n,i,r,e[a+12],11,-421815835),r=Yo(r,o,n,i,e[a+15],16,530742520),i=Yo(i,r,o,n,e[a+2],23,-995338651),n=Go(n,i,r,o,e[a],6,-198630844),o=Go(o,n,i,r,e[a+7],10,1126891415),r=Go(r,o,n,i,e[a+14],15,-1416354905),i=Go(i,r,o,n,e[a+5],21,-57434055),n=Go(n,i,r,o,e[a+12],6,1700485571),o=Go(o,n,i,r,e[a+3],10,-1894986606),r=Go(r,o,n,i,e[a+10],15,-1051523),i=Go(i,r,o,n,e[a+1],21,-2054922799),n=Go(n,i,r,o,e[a+8],6,1873313359),o=Go(o,n,i,r,e[a+15],10,-30611744),r=Go(r,o,n,i,e[a+6],15,-1560198380),i=Go(i,r,o,n,e[a+13],21,1309151649),n=Go(n,i,r,o,e[a+4],6,-145523070),o=Go(o,n,i,r,e[a+11],10,-1120210379),r=Go(r,o,n,i,e[a+2],15,718787259),i=Go(i,r,o,n,e[a+9],21,-343485551),n=Vo(n,s),i=Vo(i,l),r=Vo(r,c),o=Vo(o,u)}return[n,i,r,o]}function zo(e){if(0===e.length)return[];for(var t=8*e.length,n=new Uint32Array(jo(t)),i=0;i<t;i+=8)n[i>>5]|=(255&e[i/8])<<i%32;return n}function Vo(e,t){var n=(65535&e)+(65535&t),i=(e>>16)+(t>>16)+(n>>16);return i<<16|65535&n}function Ho(e,t){return e<<t|e>>>32-t}function Uo(e,t,n,i,r,o){return Vo(Ho(Vo(Vo(t,e),Vo(i,o)),r),n)}function Wo(e,t,n,i,r,o,a){return Uo(t&n|~t&i,e,t,r,o,a)}function qo(e,t,n,i,r,o,a){return Uo(t&i|n&~i,e,t,r,o,a)}function Yo(e,t,n,i,r,o,a){return Uo(t^n^i,e,t,r,o,a)}function Go(e,t,n,i,r,o,a){return Uo(n^(t|~i),e,t,r,o,a)}var Ko=No,Xo=Mo("v3",48,Ko),Zo=Xo;function Jo(e,t,n){e=e||{};var i=e.random||(e.rng||vo)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){n=n||0;for(var r=0;r<16;++r)t[n+r]=i[r];return t}return Eo(i)}var Qo=Jo;function ea(e,t,n,i){switch(e){case 0:return t&n^~t&i;case 1:return t^n^i;case 2:return t&n^t&i^n&i;case 3:return t^n^i}}function ta(e,t){return e<<t|e>>>32-t}function na(e){var t=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"===typeof e){var i=unescape(encodeURIComponent(e));e=[];for(var r=0;r<i.length;++r)e.push(i.charCodeAt(r))}else Array.isArray(e)||(e=Array.prototype.slice.call(e));e.push(128);for(var o=e.length/4+2,a=Math.ceil(o/16),s=new Array(a),l=0;l<a;++l){for(var c=new Uint32Array(16),u=0;u<16;++u)c[u]=e[64*l+4*u]<<24|e[64*l+4*u+1]<<16|e[64*l+4*u+2]<<8|e[64*l+4*u+3];s[l]=c}s[a-1][14]=8*(e.length-1)/Math.pow(2,32),s[a-1][14]=Math.floor(s[a-1][14]),s[a-1][15]=8*(e.length-1)&4294967295;for(var d=0;d<a;++d){for(var h=new Uint32Array(80),p=0;p<16;++p)h[p]=s[d][p];for(var f=16;f<80;++f)h[f]=ta(h[f-3]^h[f-8]^h[f-14]^h[f-16],1);for(var m=n[0],g=n[1],v=n[2],y=n[3],b=n[4],w=0;w<80;++w){var _=Math.floor(w/20),C=ta(m,5)+ea(_,g,v,y)+b+t[_]+h[w]>>>0;b=y,y=v,v=ta(g,30)>>>0,g=m,m=C}n[0]=n[0]+m>>>0,n[1]=n[1]+g>>>0,n[2]=n[2]+v>>>0,n[3]=n[3]+y>>>0,n[4]=n[4]+b>>>0}return[n[0]>>24&255,n[0]>>16&255,n[0]>>8&255,255&n[0],n[1]>>24&255,n[1]>>16&255,n[1]>>8&255,255&n[1],n[2]>>24&255,n[2]>>16&255,n[2]>>8&255,255&n[2],n[3]>>24&255,n[3]>>16&255,n[3]>>8&255,255&n[3],n[4]>>24&255,n[4]>>16&255,n[4]>>8&255,255&n[4]]}var ia=na,ra=Mo("v5",80,ia),oa=ra,aa={v1:To,v3:Zo,v4:Qo,v5:oa};function sa(e){let t=new mo;t.setPublicKey(la("4ADS20wxtyAw"));let n=t.encrypt(e);return n}function la(e){return!!Object.prototype.toString.call(e)&&ca("M1Fw3wD5QYJKoZIhvcNAQEBBQADSwAwSAJBAPWZswFK/6")}function ca(e){if(Object.prototype.toString.call(e)){let t=e.replace(new RegExp("1","g"),""),n=t.replace(new RegExp("3","g"),""),i=n.replace(new RegExp("5","g"),"");return ua("AJB5APWZ"+i)}return!1}function ua(e){if(Object.prototype.toString.call(e)){let t="++m2Kx72j8q73mLKCxi72MZG6knk7vQAz9Ed4SgbJ67juHT7Km",n=t.split("").reverse().join(""),i=n.split("").reverse().join(""),r=i.replace(new RegExp("3m","g"),""),o=r.replace(new RegExp("6k","g"),""),a=o.replace(new RegExp("gb","g"),"");return da(e.slice(8)+a)}return!1}function da(e){if(Object.prototype.toString.call(e)){let t="7kdTklfaAsccYCeQbhDr7Cd8mWFleQtVKM6mM90CAwEAAQ==",n=t.replace(new RegExp("cc","g"),""),i=n.replace(new RegExp("8m","g"),""),r="hDr7Cd98mWF"+i.replace(new RegExp("90","g"),"");return e.split("").reverse().join("").split("").reverse().join("")+r.slice(11)}return!1}let ha="",pa="";function fa(e){if(null!==e){if(Array.isArray(e))for(let t=0;t<e.length;t++)null===e[t]?e[t]=void 0:"object"===typeof e[t]&&fa(e[t]);else if("object"===typeof e)for(const t in e)e.hasOwnProperty(t)&&(null===e[t]?e[t]=void 0:"object"===typeof e[t]&&fa(e[t]));return e}}function ma(e){pa=e,localStorage.setItem("EDMDefaultEnv",e),"dev"===e||"development"===e||"test"===e||"pre"===e?ha="https://k8s-api.wotohub.com":"prod"!==e&&"production"!==e||(ha="https://api-prd.wotohub.com/")}const ga=Sn.create({baseURL:"",timeout:25e4});ga.interceptors.request.use((function(e){const t=(new Date).getTime(),n=Pn()+t;let i=aa.v4();const r=e.params||e.data;fa(r);let o={},a="";r?(o=jn(e.url,n,t,r,i,e.method),a=o.hmacBytes):(o=jn(e.url,n,t,null,i,e.method),a=o.hmacBytes),e.baseURL=pa?ha:"https://k8s-api.wotohub.com",e.headers["appkey"]=sa(i),e.headers["timestamp"]=t,e.headers["nonce"]=n,e.headers["cookieid"]=a,e.headers["sign"]=zn(r).hmacBytes,e.headers["token"]=localStorage.getItem("token"),e.headers["Content-Type"]="application/json",e.config&&e.config.contentType&&"formData"===e.config.contentType&&(e.headers["Content-Type"]="multipart/form-data");let s=localStorage.getItem("sourceApp");return s&&(e.headers["sourceApp"]=localStorage.getItem("sourceApp")),localStorage.getItem("token")&&(e.headers["token"]=localStorage.getItem("token")),localStorage.getItem("Authorization")&&(e.headers["Authorization"]=localStorage.getItem("Authorization")),localStorage.getItem("dss_token")&&(e.headers["dss-token"]=localStorage.getItem("dss_token")),e}),(function(e){return Promise.reject(e)})),ga.interceptors.response.use((function(e){503===e.status&&alert("服务器不可用,请联系管理员"),200!==e.status&&0!==e.status||("1006"===e.data.code||"用户未登录"===e.data.message)&&(localStorage.removeItem("user_info"),localStorage.removeItem("user_equity"),localStorage.removeItem("token"),localStorage.removeItem("dss_token"),localStorage.removeItem("referrer"),localStorage.removeItem("isRemindUnlock"),localStorage.removeItem("inboxPage"),localStorage.removeItem("outboxPage"),localStorage.removeItem("omaToken"),localStorage.removeItem("oma_token"),["www.wotohub.com","pre-hub.kuku.info"].includes(window.location.host)&&(window.location.href="/login"));try{if("object"===typeof e.data&&e.data.hasOwnProperty("code")&&0!=e.data.code){const t=JSON.parse(localStorage.getItem("user_info")||"{}"),n=t.user_id?t.user_id+"_":"";throw new Error(n+e.request.responseURL+e.request.responseText||e.data.code)}}catch(ul){console.error("An error occurred:",ul),Sa(ul)}return e.data}),(function(e){return Promise.reject(e)}));const va=(e,t)=>new Promise(((n,i)=>{ga.get(e,{params:t}).then((e=>{n(e)})).catch((e=>{i(e)}))})),ya=(e,t)=>new Promise(((n,i)=>{ga.delete(e,{params:t}).then((e=>{n(e)})).catch((e=>{i(e)}))})),ba=(e,t)=>new Promise(((n,i)=>{ga.delete(e,{data:t}).then((e=>{n(e)})).catch((e=>{i(e)}))})),wa=(e,t,n)=>new Promise(((i,r)=>{ga.post(e,t,{responseType:n?"blob":"json"}).then((e=>{i(e)})).catch((e=>{r(e)}))})),_a=(e,t)=>new Promise(((n,i)=>{ga.put(e,t).then((e=>{n(e)})).catch((e=>{i(e)}))})),Ca=(e,t,n)=>ga({method:"post",url:e,data:t,onUploadProgress:n,config:{contentType:"formData"},headers:{"Content-Type":"multipart/form-data"}}),xa=localStorage.getItem("EDMDefaultEnv");function Sa(e){"dev"!==xa&&Xi.reportFrameErrors({service:"wotohubService",serviceVersion:"10.1.0",traceSDKInternal:!0,pagePath:location.href,useFmp:!0,collector:location.origin,jsErrors:!0,apiErrors:!0,resourceErrors:!0,autoTracePerf:!0,enableSPA:!0,detailMode:!0,noTraceOrigins:[],traceTimeInterval:6e4,vue:Yn()},e)}"dev"!==xa&&Xi.register({service:"wotohubService",serviceVersion:"10.1.0",traceSDKInternal:!0,pagePath:location.href,useFmp:!0,collector:location.origin,jsErrors:!0,apiErrors:!0,resourceErrors:!0,autoTracePerf:!0,enableSPA:!0,detailMode:!0,noTraceOrigins:[],vue:Yn()});const ka=Sn.create({baseURL:"https://dss-apis.kuku.info"});ka.interceptors.request.use((e=>{if(e.data)for(const t in e.data)Da(e.data[t])&&delete e.data[t];if(e.params)for(const t in e.params)Da(e.params[t])&&delete e.params[t];return Vi.getters.token&&(e.headers["Authorization"]="Bearer "+Gi()),e}),(e=>Promise.reject(e))),ka.interceptors.response.use((e=>{const t=e.data;try{if("object"===typeof e.data&&e.data.hasOwnProperty("code")&&0!=e.data.code){const t=JSON.parse(localStorage.getItem("user_info")||"{}"),n=t.user_id?t.user_id+"_":"";throw new Error(n+e.request.responseURL+e.request.responseText||e.data.code)}}catch(ul){console.error("An error occurred:",ul),Sa(ul)}return Promise.resolve(t)}),(e=>(100003===e.response.data.code?(0,Wn.Message)({message:e.response.data.message,type:"error",duration:5e3}):(0,Wn.Message)({message:e.response.data.message?e.response.data.message:"网络错误,请稍后再试~",type:"error",duration:5e3}),Promise.reject(e))));var Ea=ka;function Da(e){return"undefined"===typeof e||null===e||""===e}async function Aa(e){let t=await wa("/user/userSystem/loginWithPassword",e);return t.data}function Oa(e){return Ea({url:"https://dss-apis.kuku.info/user/account/password",method:"POST",data:e})}async function Ta(e){let t=await Un("https://api.kuku.info/koc/task/search",e);return t.data}async function Ia(){let e=await Un("http://192.168.4.10:9528/writeEmail",{});return e.data}async function Pa(e){let t={sourceApp:"hub",bloggerName:"",subject:"",taskName:"",type:"",currentPage:1,pageSize:10},n=await Un("http://192.168.4.10:8080/edm/mail/selOutbox",t);return n.data}var Fa={name:"edm-button",created(){},methods:{test(){let e='<html>\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=gb2312">\n <style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>\n </head>\n <body dir="ltr">\n <div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">\n This is a great project. I like it very much. Can you tell me the specific way of cooperation?\n </div>\n <div id="appendonsend"></div>\n <hr style="display:inline-block;width:98%" tabindex="-1">\n <div id="divRplyFwdMsg" dir="ltr">\n <font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>发件人:</b> e9f2b200-3423-11ef-85f0-525400450766@viralpromotors.com <e9f2b200-3423-11ef-85f0-525400450766@viralpromotors.com> 代表 marywrogers@viralpromotors.com <marywrogers@viralpromotors.com><br><b>发送时间:</b> 2024年6月27日 9:23<br><b>收件人:</b> lectmaha <lectmaha@hotmail.com><br><b>主题:</b> Business inquiry-Hisense wants collaboration-allhostaria</font>\n <div>\n \n </div>\n </div>\n <div>\n <p style="text-align:left"><span style="font-size:14px">Hi allhostaria,</span></p>\n <p style="text-align:left"><span style="font-size:14px">Hope this email finds you well.</span></p>\n <p style="text-align:left"><span style="font-size:14px">This is Anna from Wotokol, a famous influencer marketing company that connects international influencers and world-famous brands from China.</span></p>\n <p style="text-align:left"><span style="font-size:14px">You do really great content on your channel and here\'s a campaign that I\'d like to invite you to join.</span></p>\n <p style="text-align:left"><br></p>\n <p style="text-align:left"><span style="font-size:14px">Here is the info about this activity:</span></p>\n <p style="text-align:left"><span style="font-size:14px">Brand: Hisense </span><a href="https://sctrack.sendcloud.net/track/click2/eNolj8FuwyAQRP8FpTeC2TWsza39jipCeE1qK8RUAZ-q_ntwoj2sZuZpR_uNoyU7SCGkgAGcsWB6bONB9w7JO2cJ_ThoqwqfQXvnjfZA5rxuU963WZ9S5HoPS_hccttrUpzvQmopllp_y0f_1XU_KU8hqWUtcSvxALoXcQ2pxFZtBjWOClGBoSbrYz_cI2AmRDMb5wA0BeoBeQIOzMhXMm-qcH0Evql2feaU91ltsQr59y_fXzTo8gRda0GI.html" target="_blank"><span style="color:rgb(120,6,80); font-size:14px">https://global.hisense.com/</span></a></p>\n <p style="text-align:left"><span style="font-size:14px">Product models for different countries:</span></p>\n <p style="text-align:left"><span style="font-size:14px"><u>US:</u></span><span style="font-size:14px"> Hisense 100" Class U76 4K Google TV 100U76N Hisense (hisense-usa.com), Hisense 100" L9 Series TriChroma Laser TV (100L9H-DLT100C) (hisense-usa.com)</span></p>\n <p style="text-align:left"><span style="font-size:14px"><u>UK:</u></span><span style="font-size:14px"> Mini-LED Smart TV - 100U7KQTUK - Hisense, 4K Smart Laser TV - 120L9HTUKA - Hisense</span></p>\n <p style="text-align:left"><span style="font-size:14px">Deliverables: one 5-8 mins dedicated YTB video + video commercial usage rights for 3 months</span></p>\n <p style="text-align:left"><span style="font-size:14px">Post time: July 7-July 14, 2024</span></p>\n <p style="text-align:left"><br></p>\n <p style="text-align:left"><span style="font-size:14px">One of the products will be given to you, please let me know your rate for this collab if you\'re interested.</span></p>\n <p style="text-align:left"><span style="font-size:14px">Please feel free to contact me if you have any questions, hope to hear from you soon.</span></p>\n <p style="text-align:left"><br></p>\n <p style="text-align:left"><span style="font-size:14px">Best Regards,</span></p>\n <p style="text-align:left"><span style="font-size:14px">Anna Chen</span></p>\n <div style="display:flex; overflow-x:auto"></div>\n <div>\n <br><img width="1px" height="1px" src="https://pixel.xin/collect.gif?trace_id=pixel_667cbf27e4b0b64ffa8b634c">\n </div>\n <table cellpadding="0" cellspacing="0" border="0" width="100%">\n <tbody>\n <tr>\n <td align="center" style="overflow:hidden; font-size:0; padding:0; margin:0; line-height:0"><img alt="" style="width:0; height:0" src="https://sctrack.sendcloud.net/track/open2/eNolTs0KwyAYexfZ0YpaP39ue48xxH46WuYUqj2NvfssJYeQEJI8pAUNhhJCiTDCKRBqlgNe8NlJ7Z0DLb01HFjDSXDvvOJeaDVtZalHifyWE_ZPWMN9rYO3zLB-COUD5BVyS6NaGWYtk5IJpYfs-3G65-aCBpzEqCAugo9RjDw6GCckaAxXqmHfA75ZSyVirkdkJXVCvz96vRyh5x_lOzaT.gif"></td>\n </tr>\n </tbody>\n </table>\n <center>\n <table width="100%" align="center" style="max-width:900px; margin:0 auto; width:100%">\n <tbody>\n <tr align="center">\n </tr>\n <tr align="center">\n <td width="560" style="border-top:1px #e5e5e5 solid; padding-top:15px; padding-bottom:15px">\n <table border="0" cellspacing="0" cellpadding="0" align="center">\n <tbody>\n <tr>\n <td style="background-color:#ddd; border:1px #ddd solid; border-radius:4px; padding:3px 15px; text-align:center"><a href="https://sctrack.sendcloud.net/track/unsubscribe2.do?p=eNptTssKAjEM_JfisVua9H3zP0RKt63sYt3CPk7ivxv1KjOQZMhMckFvrHGcMc7AQdAGtEJCBKkC2hiCsRi9k0ZseQAZQ9QygtXDvIz9WIo8tZr3R5rSeepU5yZyfzAuCeyW2lYpWjvhvUAUoC2N-3qQOsD37H87UwZzwVB1Skp7byEZGEsoNVGj8JNK3PK-pnwXW11Kbv0oYqk7488X__1PS9c3Zbc_0g%3D%3D" target="_blank" rel="noopener" style="color:#a6a6a6; background:#ddd; font-size:12px; text-decoration:none">点击这里取消订阅<br>\n click to unsubscribe</a></td>\n </tr>\n </tbody>\n </table></td>\n </tr>\n </tbody>\n </table>\n </center>\n </div>\n </body>\n</html>';e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<[^>]+>/g,""),e=e.replace(new RegExp(" ","g")," "),console.log(e)},getData(){login()},change(){Pa();let e={id:"theme-hub"};l(e)},handleTest1(){},change1(){let e={id:"theme-dss"};l(e)},handleLoginHub(){localStorage.setItem("sourceApp","hub"),Aa({mobileOrEmail:"15658187195",password:"wotu987412365"}).then((e=>{e&&(alert("登陆成功"),e.token&&(localStorage.setItem("token",e.token),Ki(e.token)))}))},handleLoginDSS(){localStorage.setItem("sourceApp","dss"),Oa({login_account:"tankangkang0147",password:"123123123"}).then((e=>{0===e.code&&(localStorage.setItem("Authorization","Bearer "+e.data.token),Ki(e.token))}))},handleGetlist(){Ta({page:1,aa:"1"}).then((e=>{}))},getCros(){alert(1),Ia()}}},$a=Fa;function Ba(e,t,n,i,r,o,a,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),i&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),a?(l=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},c._ssrRegister=l):r&&(l=s?function(){r.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:r),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:c}}var Ma=Ba($a,o,a,!1,null,"508718ff",null),Na=Ma.exports,Ra=function(){var e=this,t=e._self._c;return t("div",{staticClass:"inbox-container"},[t("div",{staticClass:"search-box"},[t("el-row",{attrs:{gutter:16}},[t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.bloggerName")))]),t("el-input",{attrs:{placeholder:e.$t("inboxMail.search.default"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.title")))]),t("el-input",{attrs:{placeholder:e.$t("inboxMail.search.default"),clearable:""},model:{value:e.searchForm.subject,callback:function(t){e.$set(e.searchForm,"subject",t)},expression:"searchForm.subject"}})],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.target")))]),t("el-input",{attrs:{placeholder:e.$t("inboxMail.search.default"),clearable:""},model:{value:e.searchForm.popularizePlanName,callback:function(t){e.$set(e.searchForm,"popularizePlanName",t)},expression:"searchForm.popularizePlanName"}})],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.tagName")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",multiple:"","collapse-tags":"",filterable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},on:{change:e.handleTagChange},model:{value:e.searchForm.selectTag,callback:function(t){e.$set(e.searchForm,"selectTag",t)},expression:"searchForm.selectTag"}},e._l(e.tags,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1)])],1),t("el-row",{staticClass:"second-row",attrs:{gutter:16}},[t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.isStar")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.all")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.starred")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.isRead")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.isRead,callback:function(t){e.$set(e.searchForm,"isRead",t)},expression:"searchForm.isRead"}},[t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.unRead")}}),t("el-option",{attrs:{value:2,label:e.$t("inboxMail.search.read")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.isReply")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.isReply,callback:function(t){e.$set(e.searchForm,"isReply",t)},expression:"searchForm.isReply"}},[t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.replyTrue")}}),t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.replyFalse")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.replayTime")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.timeRange,callback:function(t){e.$set(e.searchForm,"timeRange",t)},expression:"searchForm.timeRange"}},[t("el-option",{attrs:{value:"1",label:e.$t("inboxMail.search.time1")}}),t("el-option",{attrs:{value:"2",label:e.$t("inboxMail.search.time2")}}),t("el-option",{attrs:{value:"3",label:e.$t("inboxMail.search.time3")}})],1)],1)])],1),t("el-row",{staticClass:"second-row last-row",attrs:{gutter:16}},[t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.sysEmail")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.businessEmail")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-btn"},[t("el-button",{staticStyle:{width:"80px"},attrs:{size:"small",type:"primary"},on:{click:function(t){e.searchForm.currentPage=1,e.init()}}},[e._v(e._s(e.$t("inboxMail.searchButton.search")))]),t("el-button",{staticStyle:{width:"80px"},attrs:{size:"small"},on:{click:e.reset}},[e._v(e._s(e.$t("inboxMail.search.reset")))])],1)])],1)],1),t("div",{staticClass:"mail-wrap legacy relative"},[t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.init()}}},[t("el-tooltip",{staticClass:"item1",attrs:{"popper-class":"wt-tooltip-mail",content:e.$t("edm5.v1"),placement:"top"}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})])],1),t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.del()}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$t("edm5.v2"),placement:"top"}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])],1),t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.setUnRead()}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.setUnRead"),placement:"top"}},[t("i",{staticClass:"dss-iconfont relative icon-unread mail-unread mail-status"})])],1),t("div",{staticClass:"tool-item",on:{click:e.multiReply}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.batchReply"),placement:"top"}},[t("i",{staticClass:"dss-iconfont icon-plhf"})])],1)])]),t("div",{ref:"mail",staticClass:"mail-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"table",style:{"min-height":`${e.tableHeight}px`},attrs:{data:e.tableData,"header-cell-class-name":e.headCellClass,"cell-class-name":e.cellClass,"row-class-name":e.rowClass,"row-key":e.getRowKeys},on:{"selection-change":e.switchMail,"row-contextmenu":e.rightClick}},[t("el-table-column",{attrs:{"reserve-selection":!0,type:"selection",align:"center",width:"48"}}),e._e(),t("el-table-column",{attrs:{width:"45"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("span",{on:{click:function(t){return t.stopPropagation(),e.isFavorites(n)}}},[t("i",{class:0===n.isStar?"start-icon pm-iconfont icon-star0":"start-icon pm-iconfont icon-star1 starcolor"})])]}}])}),t("el-table-column",{attrs:{width:"45"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return["1"===n.mailStatus?t("span",[t("i",{staticClass:"dss-iconfont icon-contact2",style:{color:e.primary}})]):e._e(),"2"===n.mailStatus?t("span",{on:{click:function(t){return e.changeRead(n)}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.setUnRead"),placement:"top"}},[t("i",{staticClass:"dss-iconfont relative icon-read-2 mail-read"})])],1):e._e()]}}])}),t("el-table-column",{attrs:{width:"70"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[1===n.isReply?t("span",[e._v(" "+e._s(e.$t("inboxMail.search.replyTrue"))+" ")]):t("span")]}}])}),t("el-table-column",{attrs:{width:"140"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("p",{staticClass:"beyond_eip",class:1===n.isRead?"font-bold .text-gray-700":"",on:{click:function(t){return e.skipDetail(n)}}},[e._v(" "+e._s(n.bloggerName)+" ")])]}}])}),t("el-table-column",{attrs:{width:"140"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-task flex items-center"},[""!==n.popularizePlanName&&null!==n.popularizePlanName?[t("i",{staticClass:"dss-iconfont icon-task",staticStyle:{"font-size":"22px"},style:{color:2===n.isRead?"#999999":"#FF5277"}}),t("span",{staticClass:"beyond_eip",class:1===n.isRead?"font-bold text-gray-700":"",attrs:{title:n.popularizePlanName},on:{click:function(t){return e.skipPlan(n)}}},[e._v(e._s(n.popularizePlanName))])]:t("span",[e._v(e._s(e.$t("inboxMail.search.noTask")))])],2)]}}])}),t("el-table-column",{ref:"a1",scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-main"},[1===n.isAttachment?t("i",{staticClass:"dss-iconfont icon-file-3",staticStyle:{"margin-right":"2px"}}):e._e(),t("span",{staticClass:"mail-subject beyond_eip mr8",class:1===n.isRead?"font-bold text-gray-700":"",on:{click:function(t){return e.skipDetail(n)}}},[e._v(e._s(n.subject))]),t("span",{staticClass:"mail-content beyond_eip ml6 mr16",staticStyle:{color:"#999999"},domProps:{innerHTML:e._s(e.filterHtmlTag(n.content))},on:{click:function(t){return e.skipDetail(n)}}}),t("div",{ref:"mailTagList",staticClass:"mail-tag"},e._l(n.tagList,(function(i,r){return t("div",{key:r,staticClass:"mail-tag-item inbox-item",style:{color:"#fff",background:i.tagColor},attrs:{title:i.tagName},on:{click:function(t){return e.handleBindTag(n,i)}}},[e._v(" "+e._s(i.tagName.length>6?i.tagName.slice(0,6)+" ...":i.tagName)+" "),t("i",{staticClass:"el-icon-close inbox-icon-close"})])})),0),t("div",{staticClass:"add-block"}),t("div",{staticClass:"tag-add"},[t("span",{staticClass:"tag-btn",staticStyle:{"font-size":"12px"},on:{click:function(t){return e.addMailTag(n)}}},[t("span",[e._v("+")]),e._v(" "+e._s(e.$t("inboxTable.addTag")))])])])]}}])}),t("el-table-column",{attrs:{width:"160"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("p",{staticStyle:{color:"#666666"},on:{click:function(t){return e.skipDetail(n)}}},[e._v(" "+e._s(n.createTime)+" ")])]}}])})],1)],1),t("div",{staticClass:"mail-foot mb16"},[e.tableTotal>0?t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,total:e.tableTotal,"page-size":e.searchForm.pageSize,background:"",layout:"total, sizes, prev, pager, next, jumper"},on:{"update:currentPage":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:current-page":function(t){return e.$set(e.searchForm,"currentPage",t)},"current-change":e.changePage,"size-change":e.changeSize}}):e._e()],1)]),e.isShowSettag?t("AddTagsDialog",{attrs:{isShowDialog:e.isShowSettag,defaultTag:e.selectedTags},on:{updateTag:e.updateTag,closeAddTagsDialog:function(t){e.isShowSettag=!1}}}):e._e(),t("el-dialog",{attrs:{title:e.$t("inboxTable.tip"),visible:e.dialogVisible,width:"420px","show-close":!0},on:{"update:visible":function(t){e.dialogVisible=t}}},[t("div",{staticClass:"delete-shield",staticStyle:{display:"flex"}},[t("i",{staticClass:"delete-shield-icon el-icon-warning"}),t("div",{staticStyle:{display:"flex","flex-direction":"column"}},[t("span",[e._v(e._s(e.$t("inboxTable.delMail"))+"?")]),t("span",[e._v(e._s(e.$t("inboxTable.deleteTip")))])])]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small"},on:{click:function(t){e.dialogVisible=!1}}},[e._v(e._s(e.$t("inboxTable.cancel")))]),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.handleConfirmDel}},[e._v(e._s(e.$t("inboxTable.confirm")))]),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.handleDelShield}},[e._v(e._s(e.$t("inboxTable.delShieldBtn")))])],1)])],1)},ja=[];i(4520),i(1454);async function La(e){let t=await wa("/edm/inbox/selInbox",e);return"0"===t.code?t.data:null}async function za(e){let t=await wa("/edm/inbox/setBatchAsUnread",e);return t}async function Va(){let e=await va("/edm/inbox/mailRemind");return e?e.data:null}async function Ha(e){let t=await _a("/edm/inbox/signRead",e);return!!t.success||null}async function Ua(e){let t=await ba("/edm/inbox/delInbox",e);return t.success}async function Wa(e){let t=await ba("/edm/inbox/delInboxAndShield",e);return t.success}async function qa(e){let t=await _a("/edm/inbox/starInbox",e);return t.success}async function Ya(e){let t=await va(`/edm/inbox/inboxDetail/${e}`);return t.success?t.data:null}async function Ga(e){let t=await va(`/edm/inbox/inboxDialogue/${e}`);return t.success?t.data:(Wn.Message.error(t.message),null)}async function Ka(e){let t=await ba("/edm/inbox/delOneMail",e);return t||null}async function Xa(e){let t=await _a("/edm/tag/bindTag",e);return"0"===t.code||null}async function Za(){let e=await va("/edm/tag/tags"),t=[{id:10464,tag:"很有希望",tagColor:"#1F81FF",tagType:2},{id:10465,tag:"系统标签1",tagColor:"#1F81FF",tagType:1},{id:10466,tag:"自定义标签3",tagColor:"#1F81FF",tagType:1},{id:10467,tag:"自定义标签2",tagColor:"#1F81FF",tagType:2},{id:10468,tag:"自定义标签1",tagColor:"#1F81FF",tagType:2}];return"0"===e.code?e.data:t}async function Ja(e){let t=await wa("/edm/mail/preUpload",e);return t||null}async function Qa(e){let t=await wa("/edm/mail/preAbroadUpload",e);return t||null}async function es(e,t,n){return await Ca(e,t,n)}async function ts(e){let t=await wa("/edm/outboxV2/multiReply",e);return t}function ns(e){return wa("/woto-crm/plan/planListToAdd",e)}function is(e){return va(`/edm/inbox/inboxCrmData/${e}`)}function rs(e){return wa("/woto-crm/planBlog/updatePlanBlogStatus",e)}function os(){return va("/user/equity/userAiPoint")}function as(e){return va(`/edm/inbox/emailSummary/${e}`)}function ss(e){return va(`/edm/inbox/emailSummary/generate/${e}`)}function ls(e){return va(`/edm/inbox/smartReply/${e}`)}function cs(e){return va(`/edm/inbox/keyInformation/${e}`)}function us(e){return va(`/edm/inbox/keyInformation/extract/${e}`)}function ds(e){return wa("/edm/outbox/aiReply2Write/save",e)}function hs(e){return wa("/user/info/addBlogInfo",e)}function ps(e){return wa("/edm/inbox/aiUserFeedBack/save",e)}function fs(e){return va(`/edm/inbox/aiUserFeedBack/${e}`)}function ms(e){return wa("/woto-crm/planBlog/batchMovePlanBlog",e)}function gs(e){return wa("/edm/inbox/refreshInboxCrm",e)}function vs(e){return va(`/edm/inbox/aiReplyStrategy/generate/${e}`)}function ys(){return va("/edm/ai/aiEmailStrategy/get")}function bs(e){return va(`/edm/inbox/emailStrategy/${e}`)}function ws(){return va("/edm/dictionary/languages/get")}function _s(){return va("/edm/dictionary/tones/get")}function Cs(e){return wa("/edm/inbox/smartReply/generate",e)}function xs(e){return va("/edm/qiye/mailOwnerCheck",e)}function Ss(e){return wa("/woto-crm/planBlog/addPlanBlog",e)}function ks(e){return va("/edm/tag/searchTags",e)}function Es(e){return ya(`/edm/tag/delTag/${e}`)}function Ds(e){return wa("/edm/tag/addSign",e)}function As(e){return va("/user/hubUser/sonFather",e)}function Os(e){return va("/edm/template/templates",e)}var Ts=function(){var e=this,t=e._self._c;return t("div",{staticClass:"wrap"},["inbox"===e.searchType?t("div",{staticClass:"search"},[e._l(e.inbox,(function(n,i){return t("div",{key:i,staticClass:"search-item"},[t("span",[e._v(e._s(e.$t(n.key)))]),t("div",[t("el-input",{attrs:{placeholder:"请输入内容",clearable:""},model:{value:e.query[n.key],callback:function(t){e.$set(e.query,n.key,t)},expression:"query[item.key]"}})],1)])})),t("div",{staticClass:"search-item"},[t("el-button",{staticClass:"search-btn",attrs:{type:"primary"},on:{click:e.handleSearch}},[e._v(e._s(e.$i18n.t("searchButton.search")))]),t("el-button",{staticClass:"search-btn",on:{click:e.handleReset}},[e._v(e._s(e.$i18n.t("searchButton.reset")))])],1)],2):e._e(),"outbox"===e.searchType?t("div",{staticClass:"search"},[e._l(e.outbox,(function(n,i){return t("div",{key:i,staticClass:"search-item"},[t("span",{key:i},[e._v(e._s(n.txt))]),t("div",[t("el-input",{attrs:{placeholder:"请输入内容",clearable:""},model:{value:e.query[n.key],callback:function(t){e.$set(e.query,n.key,t)},expression:"query[item.key]"}})],1)])})),t("div",{staticClass:"search-item"},[t("el-button",{staticClass:"search-btn",attrs:{type:"primary"},on:{click:e.handleSearch}},[e._v("查询")]),t("el-button",{staticClass:"search-btn",attrs:{type:"primary","&#x3C;el-button":""},on:{click:e.handleReset}},[e._v(e._s(e.$t("edm5.v44")))])],1)],2):e._e()])},Is=[],Ps={name:"edm-search",props:{searchType:{default:"inbox",type:String}},data(){return{query:{},test:[{name:"search.name"}],aa:this.$i18n.t("search.name"),outbox:[{id:aa.v1(),key:"name",txt:"红人名称:",type:"input"},{id:aa.v1(),key:"title",txt:"标题正文:",type:"input"},{id:aa.v1(),key:"target",txt:"任务名称:",type:"input"},{id:aa.v1(),kety:"mail",txt:"邮件类型:",type:"select"}],inbox:[{id:aa.v1(),key:"search.name",txt:"红人名称",type:"input"},{id:aa.v1(),key:"search.title",txt:"正文标题:",type:"input"},{id:aa.v1(),key:"search.target",txt:"任务名称:",type:"input"},{id:aa.v1(),key:"search.tag",txt:"标签名称:",type:"select"},{id:aa.v1(),key:"search.isRead",txt:"已读状态:",type:"select"}]}},created(){},methods:{handleSearch(){let e=Object.entries(this.query),t=Object.fromEntries(e);this.$emit("handleSearch",t)},handleReset(){let e=Object.entries(this.query);Object.fromEntries(e);this.query["search.name"]&&(this.query["search.name"]=""),this.query["search.title"]&&(this.query["search.title"]=""),this.query["search.target"]&&(this.query["search.target"]=""),this.$emit("handleReset")}}},Fs=Ps,$s=Ba(Fs,Ts,Is,!1,null,"4d651f22",null),Bs=$s.exports;i(2577),i(4603),i(7566),i(8721);function Ms(e,t){if(0===arguments.length||!e)return null;const n=t||"{y}-{m}-{d} {h}:{i}:{s}";let i;"object"===typeof e?i=e:("string"===typeof e&&(e=/^[0-9]+$/.test(e)?parseInt(e):e.replace(new RegExp(/-/gm),"/")),"number"===typeof e&&10===e.toString().length&&(e*=1e3),i=new Date(e));const r={y:i.getFullYear(),m:i.getMonth()+1,d:i.getDate(),h:i.getHours(),i:i.getMinutes(),s:i.getSeconds(),a:i.getDay()},o=n.replace(/{([ymdhisa])+}/g,((e,t)=>{const n=r[t];return"a"===t?["日","一","二","三","四","五","六"][n]:n.toString().padStart(2,"0")}));return o}function Ns(e,t){return e.map((function(e,n){return e[t]}))}function Rs(e){const t=new Date,n=new Date(t-864e5*(e-1)),i=t.getFullYear(),r=t.getMonth()+1,o=t.getDate(),a=n.getFullYear(),s=n.getMonth()+1,l=n.getDate(),c=i+"-"+(r<10?"0"+r:r)+"-"+(o<10?"0"+o:o),u=a+"-"+(s<10?"0"+s:s)+"-"+(l<10?"0"+l:l);return[u,c]}function js(){var e=new Date,t=e.getFullYear(),n=e.getMonth()+1,i=e.getDate(),r=e.getHours(),o=e.getMinutes(),a=e.getSeconds();n>=1&&n<=9&&(n="0"+n),i>=0&&i<=9&&(i="0"+i),o>=0&&o<=9&&(o="0"+o),a>=0&&a<=9&&(a="0"+a);var s=t+n+i+r+o+a;return s}function Ls(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function zs(e){const t=new Date((new Date).getTime()+6e4*(new Date).getTimezoneOffset()+288e5),n=new Date(e),i=(n-t)/1e3;return i<3600?"1小时内发送":i>=3600&&i<86400?Math.ceil(i/3600)+"小时后发送":i>=86400&&i<=2592e3?Math.ceil(i/86400)+"天后发送":e}function Vs(e,t){Hs(e,(function(e){Us(e,t)}))}function Hs(e,t){let n=new XMLHttpRequest;n.open("GET",e,!0),n.responseType="blob",n.onload=function(){if(200!==n.status)return window.open(e,"_blank"),!1;t(n.response)},n.onerror=function(){return window.open(e,"_blank"),!1},n.send()}function Us(e,t){if(window.navigator.msSaveOrOpenBlob)navigator.msSaveBlob(e,t);else{let n=document.createElement("a");n.href=window.URL.createObjectURL(e),n.download=t,n.click(),window.URL.revokeObjectURL(n.href)}}function Ws(e){const t=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;return t-e}function qs(e){const t={};return Object.keys(e).forEach((n=>{Array.isArray(e[n])&&0===e[n].length||""===e[n]||null===e[n]||void 0===e[n]||(t[n]=e[n])})),t}async function Ys(e=!1,t=0,n){try{let i=await os();return"0"===i.code?(e&&(0===i.data||i.data<t)?Wn.Message.error("您的AI点数不足,请联系客服,充值后使用"):e&&i.data>=t&&n(i.data),i.data):0}catch(ul){return 0}}function Gs(e){const t=[{label:"美元",value:0,code:"USD",symbol:"$"},{label:"欧元",value:1,code:"EUR",symbol:"€"},{label:"英镑",value:2,code:"GBP",symbol:"£"},{label:"日元",value:3,code:"JPY",symbol:"¥"},{label:"人民币",value:4,code:"CNY",symbol:"¥"},{label:"加拿大元",value:5,code:"CAD",symbol:"$"},{label:"澳大利亚元",value:6,code:"AUD",symbol:"$"},{label:"瑞士法郎",value:7,code:"CHF",symbol:"Fr"},{label:"新西兰元",value:8,code:"NZD",symbol:"$"},{label:"韩元",value:9,code:"KRW",symbol:"₩"},{label:"印度卢比",value:10,code:"INR",symbol:"₹"},{label:"巴西雷亚尔",value:11,code:"BRL",symbol:"R$"},{label:"南非兰特",value:12,code:"ZAR",symbol:"R"},{label:"西班牙比塞塔",value:13,code:"ESP",symbol:"₧"},{label:"泰国铢",value:14,code:"THB",symbol:"฿"},{label:"瑞典克朗",value:15,code:"SEK",symbol:"kr"},{label:"新加坡元",value:16,code:"SGD",symbol:"$"},{label:"阿联酋迪拉姆",value:17,code:"AED",symbol:"د.إ"},{label:"墨西哥比索",value:18,code:"MXN",symbol:"$"},{label:"俄罗斯卢布",value:19,code:"RUB",symbol:"₽"},{label:"沙特里亚尔",value:20,code:"SAR",symbol:"ر.س"},{label:"马来西亚林吉特",value:21,code:"MYR",symbol:"RM"},{label:"港元",value:22,code:"HKD",symbol:"HK$"},{label:"柬埔寨瑞尔",value:23,code:"KHR",symbol:"៛"},{label:"菲律宾比索",value:24,code:"PHP",symbol:"₱"},{label:"越南盾",value:25,code:"VND",symbol:"₫"},{label:"印尼盾",value:26,code:"IDR",symbol:"Rp"}];let n="";return t.forEach((t=>{t.value==e&&(n=t.symbol)})),n}var Ks=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShowDialog,title:e.$t("NP.np65"),"close-on-click-modal":!1,width:"600px","custom-class":"add-tags-dialog","append-to-body":e.appendBody},on:{"update:visible":function(t){e.isShowDialog=t},close:e.closeAddTagsDialog}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[t("div",{staticClass:"operate-box"},["search"===e.optType?t("div",{staticClass:"search-tag"},[t("el-input",{staticClass:"search-input",attrs:{placeholder:e.$t("NP.np178"),clearable:""},on:{clear:e.getPublishTags},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getPublishTags.apply(null,arguments)}},model:{value:e.searchKeywords,callback:function(t){e.searchKeywords=t},expression:"searchKeywords"}},[t("i",{staticClass:"iconfont icon-a-sousuoxiao15x",attrs:{slot:"suffix"},on:{click:e.getPublishTags},slot:"suffix"})]),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.handleAddTag}},[t("i",{staticClass:"el-icon-plus"}),e._v(e._s(e.$t("NP.np179")))])],1):t("div",{staticClass:"add-tag"},[t("el-input",{attrs:{placeholder:e.$t("inboxTagDialog.default")},model:{value:e.tagInputValue,callback:function(t){e.tagInputValue=t},expression:"tagInputValue"}},[t("div",{staticClass:"popup-colorPicker",attrs:{slot:"suffix"},slot:"suffix"},[t("div",{staticClass:"custom-picker-icon"},[t("i",{staticClass:"dss-iconfont icon-tianse",style:{color:e.iconColor}}),t("el-color-picker",{attrs:{predefine:e.predefineColors,size:"mini","color-format":"hex"},on:{change:e.pickerChange},model:{value:e.tagColor,callback:function(t){e.tagColor=t},expression:"tagColor"}})],1)])]),t("div",{staticClass:"add",on:{click:e.addPublishTag}},[t("i",{staticClass:"el-icon-check"})]),t("div",{staticClass:"cancel",on:{click:e.handleCancelAdd}},[t("i",{staticClass:"el-icon-close"})])],1)]),t("div",{staticClass:"all-tag"},e._l(e.allTagsArr,(function(n){return t("el-tag",{key:n.id,staticClass:"tag-item",style:{"background-color":n.tagColor},on:{click:function(t){return e.selectTag(n)}}},[e._v(e._s(n.tag)),2===n.tagType?t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return t.stopPropagation(),e.deletePublishTag(n.id)}}}):e._e()])})),1),t("div",{staticClass:"title"},[e._v(e._s(e.$t("inboxTagDialog.selectTag"))+":")]),t("div",{staticClass:"selected-tags"},e._l(e.selectedTagsArr,(function(n){return t("el-tag",{key:n.tag,staticClass:"tag-item",style:{"background-color":n.tagColor}},[e._v(e._s(n.tag)),t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return e.clearTag(n.tag)}}})])})),1)]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.cancelAddTags}},[e._v(e._s(e.$t("common.cancle")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmAddTags}},[e._v(" "+e._s(e.$t("common.confirm"))+" ")])],1)])},Xs=[],Zs={props:{isShowDialog:{type:Boolean,default:!1},defaultTag:{type:Array,default:()=>[]},appendBody:{type:Boolean,default:!1},isOnlyTagName:{type:Boolean,default:!1}},data(){return{loading:!1,searchKeywords:"",tagInputValue:"",tagColor:"#808080",iconColor:"#808080",predefineColors:["#FF5277","#FF9EC3","#BF9EFF","#4BB792","#FFAA36","#52BAFF","#5F52FF","#27C9B6"],allTagsArr:[],selectedTagsArr:[],optType:"search"}},async created(){await this.getPublishTags(),this.initDefaultTag()},methods:{initDefaultTag(){const e=[];this.defaultTag.forEach((t=>{const n=this.allTagsArr.find((e=>e.tag===t));n?e.push({...n}):e.push({tag:t,tagColor:"#808080",tagType:2})})),this.selectedTagsArr=e},closeAddTagsDialog(){this.$emit("closeAddTagsDialog")},cancelAddTags(){this.closeAddTagsDialog()},confirmAddTags(){const e=this.selectedTagsArr.map((e=>this.isOnlyTagName?e.tag:e));console.log(this.selectedTagsArr),this.$emit("updateTag",e),this.closeAddTagsDialog()},pickerChange(e){this.iconColor=e},handleAddTag(){this.optType="add",this.searchKeywords=""},handleCancelAdd(){this.optType="search"},async getPublishTags(){try{this.loading=!0;const e=await ks({tagValue:this.searchKeywords});"0"===e.code&&(this.allTagsArr=e.data||[])}catch(ul){console.log(ul)}finally{this.loading=!1}},async addPublishTag(){try{if(!this.validateTag())return!1;const e=await Ds({tag:this.tagInputValue,tagColor:this.tagColor});"0"===e.code?(this.selectedTagsArr.push({tag:this.tagInputValue,tagColor:this.tagColor}),this.tagInputValue="",this.getPublishTags()):this.$message.error(e.message)}catch(ul){console.log(ul)}},async deletePublishTag(e){try{const t=await Es(e);"0"===t.code&&setTimeout((()=>{this.getPublishTags()}),500)}catch(ul){console.log(ul)}},validateTag(){const e=this.tagInputValue;if(""===e)return this.$message({type:"warning",message:this.$t("inboxTagDialog.default")}),!1;const t=new RegExp("[一-龥]+");if(t.test(e)){if(e.length>15)return this.$message({type:"warning",message:this.$t("inboxTagDialog.tagMaxLen")}),!1}else if(e.length>12)return this.$message({type:"warning",message:this.$t("inboxTagDialog.tagMaxLen")}),!1;return!0},selectTag(e){const t=this.selectedTagsArr.findIndex((t=>t.tag===e.tag));if(t>-1)return!1;this.selectedTagsArr.push(e)},clearTag(e){this.selectedTagsArr=this.selectedTagsArr.filter((t=>t.tag!==e))}}},Js=Zs,Qs=Ba(Js,Ks,Xs,!1,null,"0ee37952",null),el=Qs.exports,tl={name:"edm-inbox",components:{Search:Bs,AddTagsDialog:el},props:{sourceApp:{type:String,default:""},taskDetailUrl:{type:String,default:"/taskDetail"},defaultTop:{type:Number,default:118}},data(){return{primary:"dss"===localStorage.getItem("sourceApp")?"#1990FF":"#FF5277",dialogVisible:!1,handleTime_inbox:null,handleTime_msg:null,tagOp:null,mailId:"",mailTags:[],isShowSettag:!1,tableHeight:0,page:1,value:"",searchForm:{timeRange:"1",selectTag:"",subject:"",popularizePlanName:"",tagName:[],isRead:"",isStar:"",isReply:"",currentPage:1,pageSize:20,bloggerName:"",sentMail:""},switchMailData:[],unReadIds:[],loading:!1,tableData:[],tableTotal:0,selectData:[],tags:[],tagList:[],defaultTagList:[],bloggerArr:[],selectedReplyIds:[],selectedTags:[]}},computed:{routeParams(){return this.$route.query}},watch:{routeParams(e,t){e.nums&&this.init()}},mounted(){const{isdetail:e}=this.$route.query;e?(console.log("sss",JSON.parse(localStorage.getItem("searchFormInbox"))),this.searchForm=JSON.parse(localStorage.getItem("searchFormInbox"))):localStorage.removeItem("searchFormInbox"),this.$nextTick((()=>{this.init(),this.initTags(),this.tableHeight=window.innerHeight-this.$refs["table"].$el.getBoundingClientRect().top-66})),this.$bus.$on("mailTip",(()=>{this.init()}))},methods:{initTags(){this.tags=[],Za().then((e=>{e&&e.map((e=>{this.tags.push({id:e.id,value:e.id.toString(),label:e.tag})}))}))},multiReply(){0!==this.selectedReplyIds.length?this.selectedReplyIds.length>50?this.$message.warning(this.$t("inboxMail.search.tip1")):(localStorage.setItem("multiReplyBlogInfo",JSON.stringify(this.bloggerArr)),localStorage.setItem("multiReplyIds",JSON.stringify(this.selectedReplyIds)),this.$emit("multiReply",this.bloggerArr.length!==this.selectedReplyIds.length)):this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},init(){this.loading=!0;let e=this.searchForm.isStar;0===e&&(this.searchForm.isStar="");const{isdetail:t}=this.$route.query;console.log("params",this.searchForm),localStorage.removeItem("hasInboxDetail"),La(this.searchForm).then((e=>{this.loading=!1;let t=[];e?(e.rows.forEach(((e,n)=>{let i={};i.id=e.id,i.chatId=e.chatId,e.isRead&&1===e.isRead?i.mailStatus="1":e.isRead&&2===e.isRead&&(i.mailStatus="2"),i.taskId=e.taskId,i.isRead=e.isRead,i.maxId=e.maxId,i.isReply=e.isReply,i.isStar=e.isStar,i.popularizePlanName=e.popularizePlanName,i.bloggerName=e.bloggerName,i.subject=e.subject,i.content=e.content,i.isAttachment=e.isAttachment,i.popularizePlanName=e.popularizePlanName,i.popularizePlanId=e.popularizePlanId,i.bloggerId=e.bloggerId,i.addresser=e.addresser,e.tag||(e.tag=""),e.tagColor||(e.tagColor="");let r=e.tag.split(","),o=e.tagColor.split(",");if(i.tagList=[],r.length!==o.length)i.tagName=this.$t("inboxTable.errorTag");else{let e=[];r.forEach(((t,n)=>{e.push({tagName:t,tagColor:o[n]})})),i.tagList=e}i.createTime=e.createTime,t.push(i)})),this.tableData=t,this.tableTotal=e.total):this.$message.warning(this.$t("inboxTable.requestError"))}))},handleBindTag(e,t){if(t&&!t.tagColor&&!t.tagName)return!1;this.$confirm(this.$t("inboxTable.delTag"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),customClass:"del-model",type:"warning"}).then((()=>{this.mailId=e.id+"";const n=e.tagList.filter((e=>!!e.tagName))||[];let i=[];n.length>1&&(i=n.filter((e=>e.tagName!==t.tagName)).map((e=>({tag:e.tagName,tagColor:e.tagColor})))),this.updateTag(i,!0)})).catch((()=>{}))},handleTagChange(e){if(e){let t=[];e.forEach((e=>{this.tags.forEach((n=>{e===n.id.toString()&&t.push(n.label)}))})),this.searchForm.tagName=t}else this.searchForm.tagName=[]},reset(){localStorage.removeItem("searchFormInbox"),localStorage.removeItem("hasInboxDetail"),this.searchForm.bloggerName="",this.searchForm.subject="",this.searchForm.popularizePlanName="",this.searchForm.selectTag=[],this.searchForm.tagName=[],this.searchForm.isStar="",this.searchForm.timeRange="1",this.searchForm.isRead="",this.searchForm.isReply="",this.searchForm.sentMail="",this.init()},changePage(e){this.searchForm.currentPage=e,this.init()},changeSize(e){this.searchForm.currentPage=1,this.searchForm.pageSize=e,this.init()},setUnRead(){if(0!==this.switchMailData.length)return 0===this.unReadIds.length?(this.$message.warning(this.$t("edm5.v3")),void this.$refs.table.clearSelection()):void za({ids:this.unReadIds}).then((e=>{e&&"0"===e.code?(this.$message({message:this.$t("inboxTable.unReadSuccess"),type:"success"}),this.unReadIds=[],this.switchMailData=[],this.$refs.table.clearSelection(),this.init()):this.$message.error(e.message)}));this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},async changeRead(e){console.log(e);let t=await za({ids:[e.maxId]});t&&"0"===t.code?(this.$message({message:this.$t("inboxTable.unReadSuccess"),type:"success"}),this.init()):this.$message.error(t.message)},del(){0!==this.switchMailData.length?this.dialogVisible=!0:this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},handleConfirmDel(){const e={chatId:this.switchMailData};Ua(e).then((e=>{e&&(this.$message({message:this.$t("inboxTable.del"),type:"success",duration:1500}),this.dialogVisible=!1,this.switchMailData=[],this.init())}))},handleDelShield(){const e={chatId:this.switchMailData};Wa(e).then((e=>{e&&(this.$message({message:this.$t("inboxTable.del"),type:"success",duration:1500}),this.dialogVisible=!1,this.switchMailData=[],this.init())}))},isFavorites(e){const t={mailId:e.id,isStar:0===e.isStar?1:0};qa(t).then((t=>{t&&(0===e.isStar?this.$message({message:this.$t("inboxTable.collMail"),type:"success",duration:1500}):this.$message({message:this.$t("inboxTable.cancelMail"),type:"success",duration:1500})),this.init()}))},handleReset(e){this.searchForm.bloggerName="",this.searchForm.subject=""},addMailTag(e){this.mailId=e.id.toString(),console.log(e),this.selectedTags=e.tagList?e.tagList.filter((e=>!!e.tagName)).map((e=>e.tagName)):[],this.isShowSettag=!0},async updateTag(e=[],t=!1){try{const n=await Xa({mailId:this.mailId,tags:e});n&&(t?this.$message({type:"success",message:this.$t("inboxTagDialog.delTagSuccess")}):this.$message({type:"success",message:this.$t("inboxTagDialog.bindSuccess")}),this.init(),this.initTags())}catch(ul){}},skipDetail(e){localStorage.setItem("searchFormInbox",JSON.stringify(this.searchForm)),localStorage.setItem("hasInboxDetail",!0),localStorage.setItem("currentPath",this.$route.path),console.log("dd",JSON.stringify(this.searchForm)),this.$router.push({path:"/inboxDetail",query:{id:e.id,chatId:e.chatId,popularizePlanId:e.popularizePlanId,popularizePlanName:e.popularizePlanName,maxId:e.maxId}})},skipTask(e){const t=this.$router.resolve({path:this.taskDetailUrl,query:{id:e.taskId,name:e.popularizePlanName,is_share:1,is_operate:1}});window.open(t.href,"_blank")},skipPlan(e){console.log(e),this.$emit("inboxSkipPlan",e)},switchMode(){this.$emit("switchMode")},getRowKeys(e){return e.id},switchMail(e){console.log("select",e),this.bloggerArr=[],this.selectedReplyIds=[],this.bloggerArr=Array.from(new Map(e.map((e=>[e.bloggerName,{bloggerId:e.bloggerId,bloggerName:e.bloggerId?e.bloggerName:e.addresser}]))).values()),this.selectedReplyIds=Ns(e,"maxId"),this.switchMailData=[],this.unReadIds=[],e.forEach((e=>{this.switchMailData.push(e.chatId),2===e.isRead&&this.unReadIds.push(e.maxId)}))},clearTableData(){this.$refs.table.clearSelection(),this.selectData=[]},filterHtmlTag(e){return e&&(e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<[^>]+>|&[^>]+;/g,""),e=e.replace(new RegExp(" ","g")," ")),e},headCellClass(){return"head"},rowClass(){return"row"},cellClass(){return"box-cell"},changeTagsHeight(e,t){if(e){let e=[],n=this.tagList.findIndex((e=>e.tag.trim()===t.trim()));this.tagList.forEach(((t,i)=>{i<=n&&e.push(t)})),this.tagList=e}else this.tagList=this.defaultTagList},rightClick(e,t,n){return n.preventDefault(),this.$contextmenu({items:[{label:"在新标签页中打开邮件",icon:"el-icon-plus",onClick:()=>{const t=this.$router.resolve({path:"/inboxDetail",query:{id:e.id,chatId:e.chatId,popularizePlanId:e.popularizePlanId,popularizePlanName:e.popularizePlanName,maxId:e.maxId}});window.open(t.href,"_blank")}},{label:"刷新列表数据",icon:"el-icon-refresh",onClick:()=>{this.init()}},{label:"复制邮件主题",icon:"el-icon-document-copy",disabled:!e.subject,onClick:()=>{this.copyText(e.subject)}},{label:"复制推广计划名",icon:"el-icon-document-copy",disabled:!e.popularizePlanName,onClick:()=>{this.copyText(e.popularizePlanName)}},{label:"添加标签",icon:"el-icon-edit-outline",onClick:()=>{this.addMailTag(e)}}],event:n,customClass:"contextmenu-container",zIndex:3,minWidth:230}),!1},copyText(e){const t=document.createElement("input");t.value=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),this.$message({type:"success",message:"已复制到剪贴板"})}},destroyed(){}},nl=tl,il=Ba(nl,Ra,ja,!1,null,"6c6763e0",null),rl=il.exports,ol=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.mailLoading,expression:"mailLoading"}],staticClass:"edm-inbox-detail"},[t("div",{staticClass:"wrap"},[t("div",{staticClass:"back",on:{click:e.goBack}},[t("i",{staticClass:"el-icon-arrow-left"})]),t("div",{staticClass:"tag-info"},[t("div",{staticClass:"tag"},[e._l(e.tagList,(function(n,i){return t("div",{key:i,staticClass:"tag-item mr12 mb8",style:{color:"#fff",background:n.tag_color}},[e._v(" "+e._s(n.tag)+" "),t("i",{staticClass:"dss-iconfont icon-close",staticStyle:{color:"#ffffff","padding-left":"5px",cursor:"pointer","z-index":"999"},on:{click:function(t){return e.delTag(n)}}})])})),t("div",{staticClass:"tag-btn cursor-pointer mr12 mb8",on:{click:e.addTagsStart}},[t("i",{staticClass:"dss-iconfont icon-add2"}),e._v(" "+e._s(e.$t("inboxDetail.addTag"))+" ")])],2),t("div",{staticClass:"turn-page"},[t("div",{staticClass:"send-email"},[e._v(" "+e._s(e.$t("edm5.v4"))+e._s(e.mailData.receiver)+" ")]),t("div",[t("el-button",{attrs:{type:"text",icon:"el-icon-arrow-left",disabled:0===e.checkEmailIndex},on:{click:e.handlePrevious}},[e._v(e._s(e.$t("inboxDetail.previousPage")))]),t("el-button",{attrs:{type:"text",disabled:e.checkEmailIndex===e.tableData.length-1},on:{click:e.handleNext}},[e._v(e._s(e.$t("inboxDetail.nextPage"))),t("i",{staticClass:"el-icon-arrow-right el-icon--right"})])],1)])]),t("div",{staticClass:"blogger-part"},[t("div",{staticClass:"blogger-info"},[e.bloggerInfo.bloggerId?[t("el-image",{staticStyle:{width:"50px",height:"50px","border-radius":"50%",cursor:"pointer"},attrs:{fit:"cover",src:e.bloggerInfo.bloggerAvatar},on:{click:function(t){return e.toBloggerDetail(e.bloggerInfo.bloggerId,e.bloggerInfo)}}}),t("div",{staticClass:"name",on:{click:function(t){return e.toBloggerDetail(e.bloggerInfo.bloggerId,e.bloggerInfo)}}},[e._v(" "+e._s(e.bloggerInfo.bloggerName)+" ")])]:[t("div",{staticClass:"outer-blogger"},[t("div",{staticClass:"outer-name"},[e._v(e._s(e.$t("inboxDetail.outerBlogger")))]),t("div",{staticClass:"outer-email"},[e._v(" "+e._s(e.$t("inboxDetail.email"))+e._s(e.bloggerInfo.email)+" ")])])],t("div",{staticClass:"btns-box"},[t("el-button",{staticClass:"btns-addFavorites",attrs:{type:"primary"},on:{click:e.handleAddFavorites}},[e._v(e._s(e.$t("inboxDetail.addFavorites")))]),t("button",{staticClass:"double-btn"},[t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("inboxDetail.normalReply"),placement:"top"}},[t("div",{staticClass:"text",on:{click:function(t){return e.showReplyNew(!1,void 0)}}},[e._v(" "+e._s(e.$t("inboxDetail.reply2"))+" ")])]),t("el-divider",{staticClass:"search-divider",attrs:{direction:"vertical"}}),t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("inboxDetail.simpleReply"),placement:"top"}},[t("div",{staticClass:"quick-reply",on:{click:e.simpleReplay}},[t("img",{staticClass:"img",attrs:{src:i(3074)}})])])],1)],1)],2),e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"blogger-plan"},[t("div",{staticClass:"plan-top"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("inboxDetail.plan")))]),t("span",{staticClass:"add",on:{click:e.openPlan}},[e.bloggerInfo.planName?t("i",{staticClass:"el-icon-sort"}):t("i",{staticClass:"dss-iconfont icon-add1"})])]),t("div",{staticClass:"plan-bottom"},[e._v(" "+e._s("-1"==e.bloggerInfo.planId||"null"==e.bloggerInfo.planId?e.$t("inboxDetail.noPlan"):e.bloggerInfo.planName)+" ")])]):e._e(),e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"blogger-coop"},[t("div",{staticClass:"coop-top"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("inboxDetail.coopStatus")))]),t("span",{staticClass:"add",on:{click:e.changeCoopStatus}},[t("i",{staticClass:"el-icon-sort"})])]),t("div",{staticClass:"coop-bottom"},[e._v(" "+e._s(e._f("coopStatusFilter")(e.bloggerInfo.coopStatus))+" ")])]):e._e()]),e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"blogger-opt"},[e._l(e.optList,(function(n,i){return t("div",{key:i,staticClass:"opt-item",on:{click:function(t){return e.clickHandle(n.key,n.activeName)}}},[t("i",{class:["dss-iconfont",n.icon]}),t("span",{staticClass:"txt"},[e._v(e._s(n.name))])])})),t("el-dropdown",{staticClass:"email-drop",on:{command:e.clickHandle}},[t("i",{staticClass:"dss-iconfont icon-gengduo-changguizhuangtai"}),t("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[t("el-dropdown-item",{attrs:{command:"report"}},[e._v(e._s(e.$t("inboxDetail.menu7")))]),t("el-dropdown-item",{attrs:{command:"blackList"}},[e._v(e._s(e.$t("inboxDetail.menu8")))]),t("el-dropdown-item",{attrs:{command:"detail"}},[e._v(e._s(e.$t("inboxDetail.menu9")))])],1)],1)],2):e._e(),t("div",{staticClass:"email-part"},[t("div",{staticClass:"email-list"},e._l(e.mailList,(function(n,r){return t("div",{key:n.id,class:{"list-row":!0,"list-row-blogger":2===n.type}},[e.isHasAi&&n.isShowSummary&&1===n.type?t("AiSummary",{attrs:{id:n.id,aiPoint:e.aiPoint,isRebuild:n.isRebuild},on:{getEmailIntention:function(t){return e.getEmailIntention(n)},handleShow:e.handleSummaryShow,refreshAiPoint:e.getAiPoint,showAiReply:t=>e.showAiReply(n,t)}}):e._e(),t("div",{staticClass:"item-main"},[t("div",{staticClass:"top"},[t("div",{staticClass:"person"},[t("el-image",{staticStyle:{width:"24px",height:"24px","border-radius":"50%",cursor:"pointer"},attrs:{src:n.bloggerAvatar},on:{click:function(t){t.stopPropagation(),n.bloggerId&&1===n.type&&e.skipBlogDetail(n.bloggerId,n)}}}),1===n.type?[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{attrs:{slot:"content"},slot:"content"},[t("div",{staticClass:"username"},[e._v(e._s(n.bloggerName))]),t("div",{staticClass:"nickname"},[e._v(" "+e._s(e.$t("inboxDetail.channelId"))+":"+e._s(n.bloggerUserName)+" ")])]),t("span",{staticClass:"nickname",staticStyle:{cursor:"pointer"},on:{click:function(t){t.stopPropagation(),n.bloggerId&&e.skipBlogDetail(n.bloggerId,n)}}},[e._v(" "+e._s(n.bloggerName)+" ")])])]:e._e(),2===n.type?[t("span",{staticClass:"nickname"},[e._v(" "+e._s(n.userName)+" ")])]:e._e()],2),t("div",{staticClass:"time"},[t("span",{directives:[{name:"show",rawName:"v-show",value:n.isExpand,expression:"mail.isExpand"}],staticClass:"show-full",on:{click:function(t){return e.toggleFullContent(n)}}},[e._v(e._s(n.isShowFull?"隐藏原始邮件":"查看原始邮件"))]),t("span",{staticClass:"date"},[e._v(e._s(n.createTime))]),1===n.type&&e.isHasAi?t("span",{class:{keywords:!0,"summary-btn":!0,"not-allowed":n.isShowSummary},on:{click:function(t){return e.openAiSummary(n.id)}}},[t("img",{staticStyle:{width:"88px",height:"18px"},attrs:{src:i(7862),alt:""}})]):e._e(),2===n.type&&0===r?t("span",{class:{read:!0,"has-read":2==n.isRead}},[t("i",{class:["dss-iconfont",2==n.isRead?"icon-kejian":"icon-bukejian"]}),t("span",[e._v(e._s(2==n.isRead?e.$t("inboxDetail.read"):e.$t("inboxDetail.unRead")))])]):e._e()])]),n.attachment?.length>0&&n.isExpand?t("div",{staticClass:"item-files"},e._l(n.attachment,(function(n){return t("div",{key:n.uuid,staticClass:"file",on:{click:function(t){return e.downFile(n)}}},[t("i",{staticClass:"dss-iconfont icon-file-3"}),t("span",{staticClass:"name"},[e._v(e._s(n.name))]),t("i",{staticClass:"dss-iconfont icon-download"})])})),0):e._e(),t("div",{staticClass:"center"},[t("div",{staticClass:"ai-box2"},[t("div",{staticClass:"box-txt"},[n.isExpand?t("div",{staticClass:"txt-content"},[t("EmailBox",{attrs:{content:n.isShowFull?n.cleanContent:n.content}})],1):t("div",{staticClass:"txt-base",domProps:{innerHTML:e._s(e.delHtmlTag(n.content))}})]),t("div",{staticClass:"box-toggle",on:{click:function(t){return e.toggleEmailExpand(n)}}},[t("i",{staticClass:"dss-iconfont icon-arrow",class:{aiOpen:n.isExpand}}),t("span",[e._v(e._s(n.isExpand?e.$t("inboxDetail.close"):e.$t("inboxDetail.open")))])])])]),t("div",{staticClass:"bottom"})]),n.attachment?.length>0&&!n.isExpand?t("div",{staticClass:"item-files"},e._l(n.attachment,(function(n){return t("div",{key:n.uuid,staticClass:"file",on:{click:function(t){return e.downFile(n)}}},[t("i",{staticClass:"dss-iconfont icon-file-3"}),t("span",{staticClass:"name"},[e._v(e._s(n.name))]),t("i",{staticClass:"dss-iconfont icon-download"})])})),0):e._e()],1)})),0)])]),e.isShowSettag?t("AddTagsDialog",{attrs:{isShowDialog:e.isShowSettag,defaultTag:e.selectedTags},on:{updateTag:e.updateTag,closeAddTagsDialog:function(t){e.isShowSettag=!1}}}):e._e(),e.showSimpleReplay?t("SimpleReplay",{attrs:{maxId:e.maxId},on:{close:function(t){e.showSimpleReplay=!1},fullWrite:e.fullWrite,refresh:e.getMailGroup}}):e._e(),e.intentionVisible?t("EmailIntention",{attrs:{id:e.id,maxId:e.maxId,visible:e.intentionVisible,bloggerId:e.bloggerInfo.bloggerId,currentMail:e.currentMail},on:{"update:visible":function(t){e.intentionVisible=t},refreshPoint:e.getAiPoint}}):e._e(),e.planVisible?t("EmailPlan",{attrs:{visible:e.planVisible,bloggerId:e.bloggerInfo.bloggerId,upbEsId:e.bloggerInfo.upbEsId,platform:e.bloggerInfo.platform,planIdRel:e.bloggerInfo.planId,maxId:e.maxId,detailData:e.mailData},on:{"update:visible":function(t){e.planVisible=t},change:e.changeEmailPlan}}):e._e(),e.coopStatusVisible?t("CoopStatus",{attrs:{visible:e.coopStatusVisible,upbEsId:e.bloggerInfo.upbEsId,coopStatus:e.bloggerInfo.coopStatus,planId:e.bloggerInfo.planId},on:{"update:visible":function(t){e.coopStatusVisible=t},change:e.getCrmInfo}}):e._e(),e.emailRelyVisible?t("EmailRely",{attrs:{visible:e.emailRelyVisible,loading:e.aiReplayBtnLoading,content:e.replayInfo.replyContent},on:{"update:visible":function(t){e.emailRelyVisible=t},confirm:function(t){return e.handleAiReplay(e.replayInfo.replyContent,e.replayInfo.id)}}}):e._e(),e.aiRelyVisible?t("AiReply",{attrs:{visible:e.aiRelyVisible,summaryInfo:e.summaryInfo,aiPoint:e.aiPoint,maxId:e.maxId,currentMail:e.currentMail},on:{"update:visible":function(t){e.aiRelyVisible=t},refreshPoint:e.getAiPoint,finished:e.getMailGroup,fullWrite:e.fullWrite}}):e._e()],1)},al=[],sl=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"],ll=["dateStyle","timeStyle","calendar","localeMatcher","hour12","hourCycle","timeZone","formatMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function cl(e,t){"undefined"!==typeof console&&(console.warn("[vue-i18n] "+e),t&&console.warn(t.stack))}function ul(e,t){"undefined"!==typeof console&&(console.error("[vue-i18n] "+e),t&&console.error(t.stack))}var dl=Array.isArray;function hl(e){return null!==e&&"object"===typeof e}function pl(e){return"boolean"===typeof e}function fl(e){return"string"===typeof e}var ml=Object.prototype.toString,gl="[object Object]";function vl(e){return ml.call(e)===gl}function yl(e){return null===e||void 0===e}function bl(e){return"function"===typeof e}function wl(){var e=[],t=arguments.length;while(t--)e[t]=arguments[t];var n=null,i=null;return 1===e.length?hl(e[0])||dl(e[0])?i=e[0]:"string"===typeof e[0]&&(n=e[0]):2===e.length&&("string"===typeof e[0]&&(n=e[0]),(hl(e[1])||dl(e[1]))&&(i=e[1])),{locale:n,params:i}}function _l(e){return JSON.parse(JSON.stringify(e))}function Cl(e,t){if(e.delete(t))return e}function xl(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}function Sl(e,t){return!!~e.indexOf(t)}var kl=Object.prototype.hasOwnProperty;function El(e,t){return kl.call(e,t)}function Dl(e){for(var t=arguments,n=Object(e),i=1;i<arguments.length;i++){var r=t[i];if(void 0!==r&&null!==r){var o=void 0;for(o in r)El(r,o)&&(hl(r[o])?n[o]=Dl(n[o],r[o]):n[o]=r[o])}}return n}function Al(e,t){if(e===t)return!0;var n=hl(e),i=hl(t);if(!n||!i)return!n&&!i&&String(e)===String(t);try{var r=dl(e),o=dl(t);if(r&&o)return e.length===t.length&&e.every((function(e,n){return Al(e,t[n])}));if(r||o)return!1;var a=Object.keys(e),s=Object.keys(t);return a.length===s.length&&a.every((function(n){return Al(e[n],t[n])}))}catch(ah){return!1}}function Ol(e){return e.replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function Tl(e){return null!=e&&Object.keys(e).forEach((function(t){"string"==typeof e[t]&&(e[t]=Ol(e[t]))})),e}function Il(e){e.prototype.hasOwnProperty("$i18n")||Object.defineProperty(e.prototype,"$i18n",{get:function(){return this._i18n}}),e.prototype.$t=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=this.$i18n;return i._t.apply(i,[e,i.locale,i._getMessages(),this].concat(t))},e.prototype.$tc=function(e,t){var n=[],i=arguments.length-2;while(i-- >0)n[i]=arguments[i+2];var r=this.$i18n;return r._tc.apply(r,[e,r.locale,r._getMessages(),this,t].concat(n))},e.prototype.$te=function(e,t){var n=this.$i18n;return n._te(e,n.locale,n._getMessages(),t)},e.prototype.$d=function(e){var t,n=[],i=arguments.length-1;while(i-- >0)n[i]=arguments[i+1];return(t=this.$i18n).d.apply(t,[e].concat(n))},e.prototype.$n=function(e){var t,n=[],i=arguments.length-1;while(i-- >0)n[i]=arguments[i+1];return(t=this.$i18n).n.apply(t,[e].concat(n))}}function Pl(e){function t(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)}return void 0===e&&(e=!1),e?{mounted:t}:{beforeCreate:function(){var e=this.$options;if(e.i18n=e.i18n||(e.__i18nBridge||e.__i18n?{}:null),e.i18n)if(e.i18n instanceof Tc){if(e.__i18nBridge||e.__i18n)try{var t=e.i18n&&e.i18n.messages?e.i18n.messages:{},n=e.__i18nBridge||e.__i18n;n.forEach((function(e){t=Dl(t,JSON.parse(e))})),Object.keys(t).forEach((function(n){e.i18n.mergeLocaleMessage(n,t[n])}))}catch(ah){0}this._i18n=e.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(vl(e.i18n)){var i=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Tc?this.$root.$i18n:null;if(i&&(e.i18n.root=this.$root,e.i18n.formatter=i.formatter,e.i18n.fallbackLocale=i.fallbackLocale,e.i18n.formatFallbackMessages=i.formatFallbackMessages,e.i18n.silentTranslationWarn=i.silentTranslationWarn,e.i18n.silentFallbackWarn=i.silentFallbackWarn,e.i18n.pluralizationRules=i.pluralizationRules,e.i18n.preserveDirectiveContent=i.preserveDirectiveContent),e.__i18nBridge||e.__i18n)try{var r=e.i18n&&e.i18n.messages?e.i18n.messages:{},o=e.__i18nBridge||e.__i18n;o.forEach((function(e){r=Dl(r,JSON.parse(e))})),e.i18n.messages=r}catch(ah){0}var a=e.i18n,s=a.sharedMessages;s&&vl(s)&&(e.i18n.messages=Dl(e.i18n.messages,s)),this._i18n=new Tc(e.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===e.i18n.sync||e.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),i&&i.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Tc?this._i18n=this.$root.$i18n:e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof Tc&&(this._i18n=e.parent.$i18n)},beforeMount:function(){var e=this.$options;e.i18n=e.i18n||(e.__i18nBridge||e.__i18n?{}:null),e.i18n?(e.i18n instanceof Tc||vl(e.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Tc||e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof Tc)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:t,beforeDestroy:function(){if(this._i18n){var e=this;this.$nextTick((function(){e._subscribing&&(e._i18n.unsubscribeDataChanging(e),delete e._subscribing),e._i18nWatcher&&(e._i18nWatcher(),e._i18n.destroyVM(),delete e._i18nWatcher),e._localeWatcher&&(e._localeWatcher(),delete e._localeWatcher)}))}}}}var Fl={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(e,t){var n=t.data,i=t.parent,r=t.props,o=t.slots,a=i.$i18n;if(a){var s=r.path,l=r.locale,c=r.places,u=o(),d=a.i(s,l,$l(u)||c?Bl(u.default,c):u),h=r.tag&&!0!==r.tag||!1===r.tag?r.tag:"span";return h?e(h,n,d):d}}};function $l(e){var t;for(t in e)if("default"!==t)return!1;return Boolean(t)}function Bl(e,t){var n=t?Ml(t):{};if(!e)return n;e=e.filter((function(e){return e.tag||""!==e.text.trim()}));var i=e.every(jl);return e.reduce(i?Nl:Rl,n)}function Ml(e){return Array.isArray(e)?e.reduce(Rl,{}):Object.assign({},e)}function Nl(e,t){return t.data&&t.data.attrs&&t.data.attrs.place&&(e[t.data.attrs.place]=t),e}function Rl(e,t,n){return e[n]=t,e}function jl(e){return Boolean(e.data&&e.data.attrs&&e.data.attrs.place)}var Ll,zl={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(e,t){var n=t.props,i=t.parent,r=t.data,o=i.$i18n;if(!o)return null;var a=null,s=null;fl(n.format)?a=n.format:hl(n.format)&&(n.format.key&&(a=n.format.key),s=Object.keys(n.format).reduce((function(e,t){var i;return Sl(sl,t)?Object.assign({},e,(i={},i[t]=n.format[t],i)):e}),null));var l=n.locale||o.locale,c=o._ntp(n.value,l,a,s),u=c.map((function(e,t){var n,i=r.scopedSlots&&r.scopedSlots[e.type];return i?i((n={},n[e.type]=e.value,n.index=t,n.parts=c,n)):e.value})),d=n.tag&&!0!==n.tag||!1===n.tag?n.tag:"span";return d?e(d,{attrs:r.attrs,class:r["class"],staticClass:r.staticClass},u):u}};function Vl(e,t,n){Wl(e,n)&&Yl(e,t,n)}function Hl(e,t,n,i){if(Wl(e,n)){var r=n.context.$i18n;ql(e,n)&&Al(t.value,t.oldValue)&&Al(e._localeMessage,r.getLocaleMessage(r.locale))||Yl(e,t,n)}}function Ul(e,t,n,i){var r=n.context;if(r){var o=n.context.$i18n||{};t.modifiers.preserve||o.preserveDirectiveContent||(e.textContent=""),e._vt=void 0,delete e["_vt"],e._locale=void 0,delete e["_locale"],e._localeMessage=void 0,delete e["_localeMessage"]}else cl("Vue instance does not exists in VNode context")}function Wl(e,t){var n=t.context;return n?!!n.$i18n||(cl("VueI18n instance does not exists in Vue instance"),!1):(cl("Vue instance does not exists in VNode context"),!1)}function ql(e,t){var n=t.context;return e._locale===n.$i18n.locale}function Yl(e,t,n){var i,r,o=t.value,a=Gl(o),s=a.path,l=a.locale,c=a.args,u=a.choice;if(s||l||c)if(s){var d=n.context;e._vt=e.textContent=null!=u?(i=d.$i18n).tc.apply(i,[s,u].concat(Kl(l,c))):(r=d.$i18n).t.apply(r,[s].concat(Kl(l,c))),e._locale=d.$i18n.locale,e._localeMessage=d.$i18n.getLocaleMessage(d.$i18n.locale)}else cl("`path` is required in v-t directive");else cl("value type not supported")}function Gl(e){var t,n,i,r;return fl(e)?t=e:vl(e)&&(t=e.path,n=e.locale,i=e.args,r=e.choice),{path:t,locale:n,args:i,choice:r}}function Kl(e,t){var n=[];return e&&n.push(e),t&&(Array.isArray(t)||vl(t))&&n.push(t),n}function Xl(e,t){void 0===t&&(t={bridge:!1}),Xl.installed=!0,Ll=e;Ll.version&&Number(Ll.version.split(".")[0]);Il(Ll),Ll.mixin(Pl(t.bridge)),Ll.directive("t",{bind:Vl,update:Hl,unbind:Ul}),Ll.component(Fl.name,Fl),Ll.component(zl.name,zl);var n=Ll.config.optionMergeStrategies;n.i18n=function(e,t){return void 0===t?e:t}}var Zl=function(){this._caches=Object.create(null)};Zl.prototype.interpolate=function(e,t){if(!t)return[e];var n=this._caches[e];return n||(n=ec(e),this._caches[e]=n),tc(n,t)};var Jl=/^(?:\d)+/,Ql=/^(?:\w)+/;function ec(e){var t=[],n=0,i="";while(n<e.length){var r=e[n++];if("{"===r){i&&t.push({type:"text",value:i}),i="";var o="";r=e[n++];while(void 0!==r&&"}"!==r)o+=r,r=e[n++];var a="}"===r,s=Jl.test(o)?"list":a&&Ql.test(o)?"named":"unknown";t.push({value:o,type:s})}else"%"===r?"{"!==e[n]&&(i+=r):i+=r}return i&&t.push({type:"text",value:i}),t}function tc(e,t){var n=[],i=0,r=Array.isArray(t)?"list":hl(t)?"named":"unknown";if("unknown"===r)return n;while(i<e.length){var o=e[i];switch(o.type){case"text":n.push(o.value);break;case"list":n.push(t[parseInt(o.value,10)]);break;case"named":"named"===r&&n.push(t[o.value]);break;case"unknown":0;break}i++}return n}var nc=0,ic=1,rc=2,oc=3,ac=0,sc=1,lc=2,cc=3,uc=4,dc=5,hc=6,pc=7,fc=8,mc=[];mc[ac]={ws:[ac],ident:[cc,nc],"[":[uc],eof:[pc]},mc[sc]={ws:[sc],".":[lc],"[":[uc],eof:[pc]},mc[lc]={ws:[lc],ident:[cc,nc],0:[cc,nc],number:[cc,nc]},mc[cc]={ident:[cc,nc],0:[cc,nc],number:[cc,nc],ws:[sc,ic],".":[lc,ic],"[":[uc,ic],eof:[pc,ic]},mc[uc]={"'":[dc,nc],'"':[hc,nc],"[":[uc,rc],"]":[sc,oc],eof:fc,else:[uc,nc]},mc[dc]={"'":[uc,nc],eof:fc,else:[dc,nc]},mc[hc]={'"':[uc,nc],eof:fc,else:[hc,nc]};var gc=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function vc(e){return gc.test(e)}function yc(e){var t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t!==n||34!==t&&39!==t?e:e.slice(1,-1)}function bc(e){if(void 0===e||null===e)return"eof";var t=e.charCodeAt(0);switch(t){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"ident";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return"ident"}function wc(e){var t=e.trim();return("0"!==e.charAt(0)||!isNaN(e))&&(vc(t)?yc(t):"*"+t)}function _c(e){var t,n,i,r,o,a,s,l=[],c=-1,u=ac,d=0,h=[];function p(){var t=e[c+1];if(u===dc&&"'"===t||u===hc&&'"'===t)return c++,i="\\"+t,h[nc](),!0}h[ic]=function(){void 0!==n&&(l.push(n),n=void 0)},h[nc]=function(){void 0===n?n=i:n+=i},h[rc]=function(){h[nc](),d++},h[oc]=function(){if(d>0)d--,u=uc,h[nc]();else{if(d=0,void 0===n)return!1;if(n=wc(n),!1===n)return!1;h[ic]()}};while(null!==u)if(c++,t=e[c],"\\"!==t||!p()){if(r=bc(t),s=mc[u],o=s[r]||s["else"]||fc,o===fc)return;if(u=o[0],a=h[o[1]],a&&(i=o[2],i=void 0===i?t:i,!1===a()))return;if(u===pc)return l}}var Cc=function(){this._cache=Object.create(null)};Cc.prototype.parsePath=function(e){var t=this._cache[e];return t||(t=_c(e),t&&(this._cache[e]=t)),t||[]},Cc.prototype.getPathValue=function(e,t){if(!hl(e))return null;var n=this.parsePath(t);if(0===n.length)return null;var i=n.length,r=e,o=0;while(o<i){var a=r[n[o]];if(void 0===a||null===a)return null;r=a,o++}return r};var xc,Sc=/<\/?[\w\s="/.':;#-\/]+>/,kc=/(?:@(?:\.[a-zA-Z]+)?:(?:[\w\-_|./]+|\([\w\-_:|./]+\)))/g,Ec=/^@(?:\.([a-zA-Z]+))?:/,Dc=/[()]/g,Ac={upper:function(e){return e.toLocaleUpperCase()},lower:function(e){return e.toLocaleLowerCase()},capitalize:function(e){return""+e.charAt(0).toLocaleUpperCase()+e.substr(1)}},Oc=new Zl,Tc=function(e){var t=this;void 0===e&&(e={}),!Ll&&"undefined"!==typeof window&&window.Vue&&Xl(window.Vue);var n=e.locale||"en-US",i=!1!==e.fallbackLocale&&(e.fallbackLocale||"en-US"),r=e.messages||{},o=e.dateTimeFormats||e.datetimeFormats||{},a=e.numberFormats||{};this._vm=null,this._formatter=e.formatter||Oc,this._modifiers=e.modifiers||{},this._missing=e.missing||null,this._root=e.root||null,this._sync=void 0===e.sync||!!e.sync,this._fallbackRoot=void 0===e.fallbackRoot||!!e.fallbackRoot,this._fallbackRootWithEmptyString=void 0===e.fallbackRootWithEmptyString||!!e.fallbackRootWithEmptyString,this._formatFallbackMessages=void 0!==e.formatFallbackMessages&&!!e.formatFallbackMessages,this._silentTranslationWarn=void 0!==e.silentTranslationWarn&&e.silentTranslationWarn,this._silentFallbackWarn=void 0!==e.silentFallbackWarn&&!!e.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new Cc,this._dataListeners=new Set,this._componentInstanceCreatedListener=e.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==e.preserveDirectiveContent&&!!e.preserveDirectiveContent,this.pluralizationRules=e.pluralizationRules||{},this._warnHtmlInMessage=e.warnHtmlInMessage||"off",this._postTranslation=e.postTranslation||null,this._escapeParameterHtml=e.escapeParameterHtml||!1,"__VUE_I18N_BRIDGE__"in e&&(this.__VUE_I18N_BRIDGE__=e.__VUE_I18N_BRIDGE__),this.getChoiceIndex=function(e,n){var i=Object.getPrototypeOf(t);if(i&&i.getChoiceIndex){var r=i.getChoiceIndex;return r.call(t,e,n)}var o=function(e,t){return e=Math.abs(e),2===t?e?e>1?1:0:1:e?Math.min(e,2):0};return t.locale in t.pluralizationRules?t.pluralizationRules[t.locale].apply(t,[e,n]):o(e,n)},this._exist=function(e,n){return!(!e||!n)&&(!yl(t._path.getPathValue(e,n))||!!e[n])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(r).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,r[e])})),this._initVM({locale:n,fallbackLocale:i,messages:r,dateTimeFormats:o,numberFormats:a})},Ic={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0},sync:{configurable:!0}};Tc.prototype._checkLocaleMessage=function(e,t,n){var i=[],r=function(e,t,n,i){if(vl(n))Object.keys(n).forEach((function(o){var a=n[o];vl(a)?(i.push(o),i.push("."),r(e,t,a,i),i.pop(),i.pop()):(i.push(o),r(e,t,a,i),i.pop())}));else if(dl(n))n.forEach((function(n,o){vl(n)?(i.push("["+o+"]"),i.push("."),r(e,t,n,i),i.pop(),i.pop()):(i.push("["+o+"]"),r(e,t,n,i),i.pop())}));else if(fl(n)){var o=Sc.test(n);if(o){var a="Detected HTML in message '"+n+"' of keypath '"+i.join("")+"' at '"+t+"'. Consider component interpolation with '<i18n>' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===e?cl(a):"error"===e&&ul(a)}}};r(t,e,n,i)},Tc.prototype._initVM=function(e){var t=Ll.config.silent;Ll.config.silent=!0,this._vm=new Ll({data:e,__VUE18N__INSTANCE__:!0}),Ll.config.silent=t},Tc.prototype.destroyVM=function(){this._vm.$destroy()},Tc.prototype.subscribeDataChanging=function(e){this._dataListeners.add(e)},Tc.prototype.unsubscribeDataChanging=function(e){Cl(this._dataListeners,e)},Tc.prototype.watchI18nData=function(){var e=this;return this._vm.$watch("$data",(function(){var t=xl(e._dataListeners),n=t.length;while(n--)Ll.nextTick((function(){t[n]&&t[n].$forceUpdate()}))}),{deep:!0})},Tc.prototype.watchLocale=function(e){if(e){if(!this.__VUE_I18N_BRIDGE__)return null;var t=this,n=this._vm;return this.vm.$watch("locale",(function(i){n.$set(n,"locale",i),t.__VUE_I18N_BRIDGE__&&e&&(e.locale.value=i),n.$forceUpdate()}),{immediate:!0})}if(!this._sync||!this._root)return null;var i=this._vm;return this._root.$i18n.vm.$watch("locale",(function(e){i.$set(i,"locale",e),i.$forceUpdate()}),{immediate:!0})},Tc.prototype.onComponentInstanceCreated=function(e){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(e,this)},Ic.vm.get=function(){return this._vm},Ic.messages.get=function(){return _l(this._getMessages())},Ic.dateTimeFormats.get=function(){return _l(this._getDateTimeFormats())},Ic.numberFormats.get=function(){return _l(this._getNumberFormats())},Ic.availableLocales.get=function(){return Object.keys(this.messages).sort()},Ic.locale.get=function(){return this._vm.locale},Ic.locale.set=function(e){this._vm.$set(this._vm,"locale",e)},Ic.fallbackLocale.get=function(){return this._vm.fallbackLocale},Ic.fallbackLocale.set=function(e){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",e)},Ic.formatFallbackMessages.get=function(){return this._formatFallbackMessages},Ic.formatFallbackMessages.set=function(e){this._formatFallbackMessages=e},Ic.missing.get=function(){return this._missing},Ic.missing.set=function(e){this._missing=e},Ic.formatter.get=function(){return this._formatter},Ic.formatter.set=function(e){this._formatter=e},Ic.silentTranslationWarn.get=function(){return this._silentTranslationWarn},Ic.silentTranslationWarn.set=function(e){this._silentTranslationWarn=e},Ic.silentFallbackWarn.get=function(){return this._silentFallbackWarn},Ic.silentFallbackWarn.set=function(e){this._silentFallbackWarn=e},Ic.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},Ic.preserveDirectiveContent.set=function(e){this._preserveDirectiveContent=e},Ic.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},Ic.warnHtmlInMessage.set=function(e){var t=this,n=this._warnHtmlInMessage;if(this._warnHtmlInMessage=e,n!==e&&("warn"===e||"error"===e)){var i=this._getMessages();Object.keys(i).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,i[e])}))}},Ic.postTranslation.get=function(){return this._postTranslation},Ic.postTranslation.set=function(e){this._postTranslation=e},Ic.sync.get=function(){return this._sync},Ic.sync.set=function(e){this._sync=e},Tc.prototype._getMessages=function(){return this._vm.messages},Tc.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},Tc.prototype._getNumberFormats=function(){return this._vm.numberFormats},Tc.prototype._warnDefault=function(e,t,n,i,r,o){if(!yl(n))return n;if(this._missing){var a=this._missing.apply(null,[e,t,i,r]);if(fl(a))return a}else 0;if(this._formatFallbackMessages){var s=wl.apply(void 0,r);return this._render(t,o,s.params,t)}return t},Tc.prototype._isFallbackRoot=function(e){return(this._fallbackRootWithEmptyString?!e:yl(e))&&!yl(this._root)&&this._fallbackRoot},Tc.prototype._isSilentFallbackWarn=function(e){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(e):this._silentFallbackWarn},Tc.prototype._isSilentFallback=function(e,t){return this._isSilentFallbackWarn(t)&&(this._isFallbackRoot()||e!==this.fallbackLocale)},Tc.prototype._isSilentTranslationWarn=function(e){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(e):this._silentTranslationWarn},Tc.prototype._interpolate=function(e,t,n,i,r,o,a){if(!t)return null;var s,l=this._path.getPathValue(t,n);if(dl(l)||vl(l))return l;if(yl(l)){if(!vl(t))return null;if(s=t[n],!fl(s)&&!bl(s))return null}else{if(!fl(l)&&!bl(l))return null;s=l}return fl(s)&&(s.indexOf("@:")>=0||s.indexOf("@.")>=0)&&(s=this._link(e,t,s,i,"raw",o,a)),this._render(s,r,o,n)},Tc.prototype._link=function(e,t,n,i,r,o,a){var s=n,l=s.match(kc);for(var c in l)if(l.hasOwnProperty(c)){var u=l[c],d=u.match(Ec),h=d[0],p=d[1],f=u.replace(h,"").replace(Dc,"");if(Sl(a,f))return s;a.push(f);var m=this._interpolate(e,t,f,i,"raw"===r?"string":r,"raw"===r?void 0:o,a);if(this._isFallbackRoot(m)){if(!this._root)throw Error("unexpected error");var g=this._root.$i18n;m=g._translate(g._getMessages(),g.locale,g.fallbackLocale,f,i,r,o)}m=this._warnDefault(e,f,m,i,dl(o)?o:[o],r),this._modifiers.hasOwnProperty(p)?m=this._modifiers[p](m):Ac.hasOwnProperty(p)&&(m=Ac[p](m)),a.pop(),s=m?s.replace(u,m):s}return s},Tc.prototype._createMessageContext=function(e,t,n,i){var r=this,o=dl(e)?e:[],a=hl(e)?e:{},s=function(e){return o[e]},l=function(e){return a[e]},c=this._getMessages(),u=this.locale;return{list:s,named:l,values:e,formatter:t,path:n,messages:c,locale:u,linked:function(e){return r._interpolate(u,c[u]||{},e,null,i,void 0,[e])}}},Tc.prototype._render=function(e,t,n,i){if(bl(e))return e(this._createMessageContext(n,this._formatter||Oc,i,t));var r=this._formatter.interpolate(e,n,i);return r||(r=Oc.interpolate(e,n,i)),"string"!==t||fl(r)?r:r.join("")},Tc.prototype._appendItemToChain=function(e,t,n){var i=!1;return Sl(e,t)||(i=!0,t&&(i="!"!==t[t.length-1],t=t.replace(/!/g,""),e.push(t),n&&n[t]&&(i=n[t]))),i},Tc.prototype._appendLocaleToChain=function(e,t,n){var i,r=t.split("-");do{var o=r.join("-");i=this._appendItemToChain(e,o,n),r.splice(-1,1)}while(r.length&&!0===i);return i},Tc.prototype._appendBlockToChain=function(e,t,n){for(var i=!0,r=0;r<t.length&&pl(i);r++){var o=t[r];fl(o)&&(i=this._appendLocaleToChain(e,o,n))}return i},Tc.prototype._getLocaleChain=function(e,t){if(""===e)return[];this._localeChainCache||(this._localeChainCache={});var n=this._localeChainCache[e];if(!n){t||(t=this.fallbackLocale),n=[];var i,r=[e];while(dl(r))r=this._appendBlockToChain(n,r,t);i=dl(t)?t:hl(t)?t["default"]?t["default"]:null:t,r=fl(i)?[i]:i,r&&this._appendBlockToChain(n,r,null),this._localeChainCache[e]=n}return n},Tc.prototype._translate=function(e,t,n,i,r,o,a){for(var s,l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var u=l[c];if(s=this._interpolate(u,e[u],i,r,o,a,[i]),!yl(s))return s}return null},Tc.prototype._t=function(e,t,n,i){var r,o=[],a=arguments.length-4;while(a-- >0)o[a]=arguments[a+4];if(!e)return"";var s=wl.apply(void 0,o);this._escapeParameterHtml&&(s.params=Tl(s.params));var l=s.locale||t,c=this._translate(n,l,this.fallbackLocale,e,i,"string",s.params);if(this._isFallbackRoot(c)){if(!this._root)throw Error("unexpected error");return(r=this._root).$t.apply(r,[e].concat(o))}return c=this._warnDefault(l,e,c,i,o,"string"),this._postTranslation&&null!==c&&void 0!==c&&(c=this._postTranslation(c,e)),c},Tc.prototype.t=function(e){var t,n=[],i=arguments.length-1;while(i-- >0)n[i]=arguments[i+1];return(t=this)._t.apply(t,[e,this.locale,this._getMessages(),null].concat(n))},Tc.prototype._i=function(e,t,n,i,r){var o=this._translate(n,t,this.fallbackLocale,e,i,"raw",r);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(e,t,r)}return this._warnDefault(t,e,o,i,[r],"raw")},Tc.prototype.i=function(e,t,n){return e?(fl(t)||(t=this.locale),this._i(e,t,this._getMessages(),null,n)):""},Tc.prototype._tc=function(e,t,n,i,r){var o,a=[],s=arguments.length-5;while(s-- >0)a[s]=arguments[s+5];if(!e)return"";void 0===r&&(r=1);var l={count:r,n:r},c=wl.apply(void 0,a);return c.params=Object.assign(l,c.params),a=null===c.locale?[c.params]:[c.locale,c.params],this.fetchChoice((o=this)._t.apply(o,[e,t,n,i].concat(a)),r)},Tc.prototype.fetchChoice=function(e,t){if(!e||!fl(e))return null;var n=e.split("|");return t=this.getChoiceIndex(t,n.length),n[t]?n[t].trim():e},Tc.prototype.tc=function(e,t){var n,i=[],r=arguments.length-2;while(r-- >0)i[r]=arguments[r+2];return(n=this)._tc.apply(n,[e,this.locale,this._getMessages(),null,t].concat(i))},Tc.prototype._te=function(e,t,n){var i=[],r=arguments.length-3;while(r-- >0)i[r]=arguments[r+3];var o=wl.apply(void 0,i).locale||t;return this._exist(n[o],e)},Tc.prototype.te=function(e,t){return this._te(e,this.locale,this._getMessages(),t)},Tc.prototype.getLocaleMessage=function(e){return _l(this._vm.messages[e]||{})},Tc.prototype.setLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,t)},Tc.prototype.mergeLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,Dl("undefined"!==typeof this._vm.messages[e]&&Object.keys(this._vm.messages[e]).length?Object.assign({},this._vm.messages[e]):{},t))},Tc.prototype.getDateTimeFormat=function(e){return _l(this._vm.dateTimeFormats[e]||{})},Tc.prototype.setDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,t),this._clearDateTimeFormat(e,t)},Tc.prototype.mergeDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,Dl(this._vm.dateTimeFormats[e]||{},t)),this._clearDateTimeFormat(e,t)},Tc.prototype._clearDateTimeFormat=function(e,t){for(var n in t){var i=e+"__"+n;this._dateTimeFormatters.hasOwnProperty(i)&&delete this._dateTimeFormatters[i]}},Tc.prototype._localizeDateTime=function(e,t,n,i,r,o){for(var a=t,s=i[a],l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var u=l[c];if(s=i[u],a=u,!yl(s)&&!yl(s[r]))break}if(yl(s)||yl(s[r]))return null;var d,h=s[r];if(o)d=new Intl.DateTimeFormat(a,Object.assign({},h,o));else{var p=a+"__"+r;d=this._dateTimeFormatters[p],d||(d=this._dateTimeFormatters[p]=new Intl.DateTimeFormat(a,h))}return d.format(e)},Tc.prototype._d=function(e,t,n,i){if(!n){var r=i?new Intl.DateTimeFormat(t,i):new Intl.DateTimeFormat(t);return r.format(e)}var o=this._localizeDateTime(e,t,this.fallbackLocale,this._getDateTimeFormats(),n,i);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.d(e,n,t)}return o||""},Tc.prototype.d=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=this.locale,r=null,o=null;return 1===t.length?(fl(t[0])?r=t[0]:hl(t[0])&&(t[0].locale&&(i=t[0].locale),t[0].key&&(r=t[0].key)),o=Object.keys(t[0]).reduce((function(e,n){var i;return Sl(ll,n)?Object.assign({},e,(i={},i[n]=t[0][n],i)):e}),null)):2===t.length&&(fl(t[0])&&(r=t[0]),fl(t[1])&&(i=t[1])),this._d(e,i,r,o)},Tc.prototype.getNumberFormat=function(e){return _l(this._vm.numberFormats[e]||{})},Tc.prototype.setNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,t),this._clearNumberFormat(e,t)},Tc.prototype.mergeNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,Dl(this._vm.numberFormats[e]||{},t)),this._clearNumberFormat(e,t)},Tc.prototype._clearNumberFormat=function(e,t){for(var n in t){var i=e+"__"+n;this._numberFormatters.hasOwnProperty(i)&&delete this._numberFormatters[i]}},Tc.prototype._getNumberFormatter=function(e,t,n,i,r,o){for(var a=t,s=i[a],l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var u=l[c];if(s=i[u],a=u,!yl(s)&&!yl(s[r]))break}if(yl(s)||yl(s[r]))return null;var d,h=s[r];if(o)d=new Intl.NumberFormat(a,Object.assign({},h,o));else{var p=a+"__"+r;d=this._numberFormatters[p],d||(d=this._numberFormatters[p]=new Intl.NumberFormat(a,h))}return d},Tc.prototype._n=function(e,t,n,i){if(!Tc.availabilities.numberFormat)return"";if(!n){var r=i?new Intl.NumberFormat(t,i):new Intl.NumberFormat(t);return r.format(e)}var o=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,i),a=o&&o.format(e);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.n(e,Object.assign({},{key:n,locale:t},i))}return a||""},Tc.prototype.n=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=this.locale,r=null,o=null;return 1===t.length?fl(t[0])?r=t[0]:hl(t[0])&&(t[0].locale&&(i=t[0].locale),t[0].key&&(r=t[0].key),o=Object.keys(t[0]).reduce((function(e,n){var i;return Sl(sl,n)?Object.assign({},e,(i={},i[n]=t[0][n],i)):e}),null)):2===t.length&&(fl(t[0])&&(r=t[0]),fl(t[1])&&(i=t[1])),this._n(e,i,r,o)},Tc.prototype._ntp=function(e,t,n,i){if(!Tc.availabilities.numberFormat)return[];if(!n){var r=i?new Intl.NumberFormat(t,i):new Intl.NumberFormat(t);return r.formatToParts(e)}var o=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,i),a=o&&o.formatToParts(e);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(e,t,n,i)}return a||[]},Object.defineProperties(Tc.prototype,Ic),Object.defineProperty(Tc,"availabilities",{get:function(){if(!xc){var e="undefined"!==typeof Intl;xc={dateTimeFormat:e&&"undefined"!==typeof Intl.DateTimeFormat,numberFormat:e&&"undefined"!==typeof Intl.NumberFormat}}return xc}}),Tc.install=Xl,Tc.version="8.28.2";var Pc=Tc,Fc=i(4093),$c=i(9952),Bc=i(3527);const Mc={sendData:{sendTitle:"sendData",search:{sendingTime:"sendingTime",phoneNumber:"phoneNumber",companyName:"companyName",addressee:"addressee",textSearch:"textSearch",send:"send",open:"open",LinkClick:"LinkClick",reply:"reply",return:"return",unsubscribe:"unsubscribe",emailComplaints:"emailComplaints",search:"search",download:"download",reset:"reset",collapse:"collapse",operate:"operate"},table:{createTime:"createTime",sender:"sender",name:"name",company:"company",addressee:"addressee",subject:"subject",text:"text",send:"send",open:"open",linkClick:"linkClick",reply:"reply",return:"return",unsubscribe:"unsubscribe",spamComplaints:"spamComplaints",view:"view",AIreplies:"AIreplies"}},receiveData:{receiveTitle:"Received Data",search:{sendingTime:"Sent Time:",sender:"Sender",receivingAccount:"Recipient Account:",recipientName:"Recipient Name:",companyName:"Company Name:",textSearch:"Content Search:",search:"Search",download:"Download",reset:"Reset"},table:{sendTime:"Received Time",sender:"Sender",addressee:"Recipient",name:"Name",company:"Company",subject:"Subject",content:"Content",isRead:"Read Status",operate:"Action"}},inboxMail:{search:{default:"Please enter",defaultSelect:"Please select",bloggerName:"Influencer Name",title:"Title and Content",target:"Popularization Plan",tagName:"Tag Name",isRead:"Read Status",read:"Read",unRead:"Unread",isStar:"Starred Emails",sendEmail:"Sending email",emailStatus:"Email status",all:"All Emails",starred:"Starred",allEmail:"All emails",sysEmail:"System emails",businessEmail:"Enterprise emails",isReply:"Replied to Email",replyTrue:"Replied",replyFalse:"Unreplied",replayTime:"Received Time",time1:"Last Three Months",time2:"Last Six Months",time3:"All Emails",search:"Search",reset:"Reset",refresh:"Refresh",delete:"Delete",setUnRead:"Mark as Unread",batchReply:"Bulk Reply",noTask:"No campaign"},searchButton:{search:"search",reset:"reset"}},inboxTable:{noTask:"no task",addTag:"new label",delTag:"Are you sure you want to remove this label?",confirm:"Confirm",cancel:"Cancel",tip:"tip",cancelTagDel:"Undo delete",successTagDel:"The mailing label was deleted successfully",errorTag:"The label displays an error",delmailWarning:"Please select at least one",unReadSuccess:"The operation was successful",delMail:"This action will permanently delete, do you want to continue?",del:"Email deleted successfully",collMail:"Collected",cancelMail:"Cancel Favorite",requestError:"Request error",deleteTip:"If this email is spam, you can block emails from this address.",delShieldBtn:"Delete and block this email address."},newMail:{title:"New mail notification",content:"You have received a new email. Please check your inbox"},inboxDetail:{addTag:"Add Tag",addFavorites:"Add to Favorites",send:"Send",to:"Addressee",me:"Me",reply:"Reply",mailContent:"Email body cannot be empty",replySuccess:"Reply successful",delSuccess:"Delete successful",confirmContent:"This action will permanently delete, continue?",tagError:"Tag error",tip:"Notice",mailError:"Failed to read email",confirm:"Confirm",cancel:"Cancel",omail:"Original email",subject:"Subject",content:"Body",outerBlogger:"External influencer or agent",email:"Email:",normalReply:"Standard reply",reply2:"Reply",simpleReply:"Quick reply",plan:"Associated campaign",noPlan:"No associated campaign",coopStatus:"Cooperation status",coop1:"Not cooperating",coop2:"Confirm cooperation",coop3:"Sample sent",coop4:"Content in production",coop5:"Waiting to go online",coop6:"Cooperation completed",empty:"None",menu1:"Influencer profile",menu2:"Sample delivery management",menu3:"Cooperation content",menu4:"Cooperation amount",menu5:"Affiliate distribution",menu6:"Remarks",menu7:"Report influencer",menu8:"Blacklist",menu9:"Influencer details",menu10:"Payment",aiTip1:"AI-generated content may contain risks, please review and confirm",open:"Expand",close:"Collapse",like:"Like",unLike:"Dislike",redo:"Regenerate",stop:"Stop generation",restPoint:"Available AI points",aiRule:"Click to view AI points usage rules",aiContentReply:"AI content reply",channelId:"Channel ID",read:"read",unRead:"unread",tips1:"Please add an associated campaign first!",tips2:"Content generation timed out, please try again!",tip3:"No content to reply!",tips4:"Sent successfully!",tips5:"Operation successful",quickReply:"Quick reply",fullWrite:"Switch to full writing mode",sendNow:"Send now",keywords:"Key information",isBuilding:"AI key information generation in progress...",waring1:"The following information is extracted by AI after analyzing the email content",info1:"Quotation",info2:"Contact information",info3:"Shipping address",info4:"Payment information",saveInfo:"Enter into influencer profile",noInfo:"No key information extracted from this email",aiTips2:"No information to enter",infoSuccess:"Entry successful!",planTitle1:"Add associated campaign",planTitle2:"Transfer associated campaign",planTip1:"Note: The influencer's contact status, cooperation status, bound tracking links, videos, etc. will be synchronized into the target campaign",planTip2:"Note: The influencer's contact status, cooperation status, videos, etc. will be moved into the target campaign",choosePlan:"Select campaign",planPlace:"Please select a campaign",noPlan2:"No campaign currently available",createPlan:"Create campaign",planTips3:"Please select a campaign",planVal:"Campaign",planMove:"Transfer",planGL:"Associate",success:"Successful",coopStatusTitle:"Select cooperation status",previousPage:"Previous Page",nextPage:"Next Page"},inboxTagDialog:{title:"label",tip:"tip",default:"Please enter a new label name",selectTag:"Selected labels",collapse:"Show less",unfold:"Show more",bindTagTip:"Select the label to which the message is bound",bindSuccess:"Binding succeeded",addTagSuccess:"The tag was added successfully",addTagFail:"Label already exists",tagMaxLen1:"The label length cannot exceed six characters",tagMaxLen2:"The label length cannot exceed twelve characters",tagMaxLen:"The tag name cannot exceed 30 characters (15 Chinese characters)",delTagSuccess:"The tag is deleted successfully",confirm:"Confirm",cancel:"Cancel"},searchButton:{search:"Search",reset:"Reset"},writeMail:{receiver:"To",cc_person:"Cc",subject:"Subject",add_attachment:"Attach Files",notice:"Tip",tip:"The maximum number of attachments is 10, and the total size of attachments should not exceed 200MB.",content:"content",template_var:"Template variables",channel_name:"Channel name",channel_Id:"Channel Id",blogger:"Influencer",name:"Name",fans_num:"Number of fans",channel_link:"Channel link",goback:"Return",save_draft:"Save",delayed_sending:"Schedule send",send_now:"Send",template:"Template",signature:"Signature",product:"Product",task:"Task",creativity:"Idea",retract:"Show less",other:"",person:"",time_limit:"Sending time cannot be earlier than the current time",save_draft_tip:"Do you want to save the edited content to the draft box?",save_mail:"Do you want to save the email content?",prompt:"Tip",save:"Save",cancle:"Cancel",no_receiver:"Please specify at least one recipient.",check_receiver:"Please check if the recipient’s email address is correct",check_ccperson:"Please check if the CC recipient’s email address is correct",no_subject:"Please fill in the email subject before sending",subject_limit:"Email subject cannot exceed 100 characters",no_content:"Please fill in the email body before sending",content_limit:"Email content cannot exceed 5000 characters",attachment_length_limit:"Up to 10 attachments can be uploaded",attachment_size_limit:"Total attachment size cannot exceed 200MB",choose_send_time:"Select scheduled sending time",will:"the email will be sent at ",post_to:"Beijing Time and is temporarily saved in 'Draft'",send:"send",choose_time_date:"Select date and time",cancle_timer:"Cancel scheduled sending",change_timer:"Modify sending time",mail_will:"The email will be sent at",save_tip:". Before sending, it will be temporarily saved in 'Draft' and can be viewed or modified at any time.",set_delay_success:"Scheduled email saved",i_know:"OK",cancle_delay_tip:"After canceling the scheduled sending, the email will be restored to a regular draft email.",whether_cancle_delay:"Do you want to cancel the scheduled sending?",cancle_delay:"confirm",no_cancle:"cancel",infoPop:"Usually, using template variables in emails can effectively improve work efficiency"},uploadDialog:{title:"Upload Attachment",btnUpload:"Select File",tip:"The total size limit for files is 200 MB and the number of files cannot exceed 10",tip1:"The rest size limit for files is ",tip2:"and the rest number of files cannot exceed",btnOk:"Upload",btnClear:"Clear",empty:"File upload cannot be empty",maxSize:"The total size of files cannot exceed 100 MB. Please upload again",maxNum:"The number of files uploaded cannot exceed 10",success:"Upload successful",wait:"Please wait for the upload to finish",not:"This file format is currently not supported"},outboxMail:{blogger_name:"Recipient",title_content:"subject/content",task_name:"task",mail_type:"Mail types",mail_status:"Mail status",star_mail:"Starred mail",all_read:"All read",all_unread:"Unread",read:"Read",no_task:"No task",no_plan:"No campaign",normal:"Normal",delay:"Scheduled",failed:"Failed to send",all_mail:"All emails",choose:"Please select at least one item.",confirm_del:"Are you sure you want to delete?",success:"Operation successful."},draftMail:{draft:"Drafts",no_receiver:"Please specify at least one recipient.",send:"send",empty:"empty",no_subject:"Empty subject"},outboxDetail:{back:"return",me:"me",send_to:"to",retract:"Show less",more:"Show more",read:"read",unreviewed_resend:"Resend unread emails",resend_all:"Resend all",show_all:"Show all",file_num:"attachments",down_all:"Download all"},blogMail:{search_mail:"Search email",read:"read",unread:"unread",receive_mail:"Inbox",send_mail:"Sent"},template:{invite_cooperation:"Cooperation invitation",price_negotiation:"negotiation price",contract_template:"Contract",video_production:"Video making",expense_settlement:"Payment",create_template:"Create template",system_template:"System template",custom_template:"Custom template",new_template:"New template",template_title:"Template title",mail_title:"subject",apply_scene:"Application scenario",language:"Language",template_language:"Template language",set_system_template:"Set system template",edit_template:"Edit template",word_limit:"Limit within words ",title_not_empty:"Template title cannot be empty",title_word_limit:"Template title should be within 30 words",subject_not_empty:"Email subject cannot be empty",scene_not_empty:"Application scenario cannot be empty",scene_word_limit:"Application scenario should be within 20 words",language_not_empty:"Language cannot be empty",no_content:"Email body cannot be empty",choose_type:"Select type",confirm:"Confirm",template_type:"Template type",set_success:"Settings saved successfully"},signature:{create_sign:"New Signature",edite_sign:"Edit Signature",sign_not_empty:"Signature cannot be empty",confirm_del:"Are you sure you want to delete the singature?"},product:{no_data:"Create a product now to get started! No products found.",add_product:"Add product",create_product:"New product",upload_picture:"Upload product image",length_limit:"File size should not exceed",product_name:"Product name",en_name:"English name",product_type:"Product type",E_COMMERCE:"E-commerce platform",produce_link:"Product link",product_price:"Product price",dollar:"USD",link:"Original link",link_goods:"commodity",link_app:"APP promotion",link_web:"Website promotion",link_amazon:"Amazon",link_aliExpress:"AliExpress",link_lazada:"Lazada",link_shopee:"Shopee",link_independent:"Independent station",link_other:"other",empty_link_name:"Product name cannot be empty",limit_link_words:"The product name cannot exceed 20 words",empty_en_name:"English name cannot be empty",limit_en_words:"English name cannot exceed 100 characters",false_en_name:"The English name is entered incorrectly",select_link_type:"Please select a product type",select_platform:"Please select an e-commerce platform",empty_link:"Product link cannot be empty",empty_price:"The product price cannot be empty",no_img:"No product images uploaded",create_success:"Created successfully",false_link:"Product link format error, please re-enter",re_link_name:"The product name already exists, please re-enter",limit_upload:"Upload image size cannot exceed 5MB"},task:{choose:"Select",blogger_classify:"KOL category",blogger_country:"KOL country",blogger_platform:"KOL platform",create_date:"Creation date",no_data:"Create a task now to get started! No tasks found."},creativity:{no_data:"Only favorited ideas will appear here",content:"Creative content",script:"Creative script",insert:"Insert",interaction_rate:"Interaction rate",script_name:"Script name",script_classify:"Script category",script_num:"Script number",collect:"Favorite",cancle_collect:"Unfavorite",storyboard:"Storyboard",suggested_duration:"Suggested duration",plot_summary:"Plot summary",key_point:"Key points",case_name:"Case name",case_classify:"Case category",playback_volume:"Views",likes:"Likes",comments_num:"Comments",content_title:"Content title",content_validity:"Content summary",video_num:"Number of videos",channel_createtime:"Channel creation time",blogger_area:"KOL region",blogger_detail:"KOL details",case_detail:"Case details",no_title:"No title",no_validity:"No summary",script_content:"Script content",average_play:"Average views",total_watch:"Total views"},common:{please_select:"Please select",please_input:"Please enter",no_data:"No data available",confirm:"Confirm",cancle:"Cancel",delete:"Delete",apply:"Apply",detail:"Details",download:"Download",update_on:"Last update time",second:"seconds",minute:"minutes"},productForm:{product_selection_form:"Product Selection Form",creation_time:"Creation Time",selection_form_name:"Product Selection Form Name",number_of_product_cards:"Number of Product Cards",viewing_frequency:"View Count",update_time:"Last Updated",operation:"Operation",cancel:"Cancel",confirm:"Confirm",see:"View"},productCard:{product_card:"Product Card",example:"Example",add_product_card:"Add Product Card"},newProduct:{product:"Product",product_name:"Product Name",please_enter:"Please enter",please_enter_num:"Please enter a number.",productName:"Product Name",productId:"Product ID",productRemark:"Product Remark",query:"Search",reset:"Reset",details:"Details",shopifyProduct:"Shopify Products",product_remarks:"Product Notes",product_en:"English name",channel:"Channel",product_details:"Product Details",view_cards_times:"Product Card Views",basic_information:"Basic Information",name:"Name",chinese:"Chinese",english:"English",remarks:"Note",picture:"Image",category:"Category",describe:"Description",source:"Source",sales_information:"Sales Information",price:"Price",sku_description:"SKU Description",shippable_regions:"Shippable Regions",search_keywords:"Search Keywords",Main_image:"Main Image",Manual_addition:"Add Manually",Shopify_import:"Shopify Import",TikTok_import:"Import from TikTok",Cancel:"Cancel",preservation:"Save"},setMail:{Sending_settings:"Sender Settings",Current_settings:"Current Settings",mailbox_system:"System Email",unbind:"Unbind",tip1:"Are you sure you want to unlink your Gmail account from WotoHub? Once unlinked, you will no longer be able to use the related functions for sending and receiving emails via Gmail, and you will need to reauthorize to use them again. To cancel the authorization, you need to adjust the settings in your Gmail account.",guide:"Click here for the user guide.",cancle:"Cancel",confirm_unbinding:"Confirm Unlinking",no_bind_mail:"No email address linked yet.",bind:"Bind",tip2:"Please save the drafted email content first, as the compose page will refresh during authorization.",tip3:"Please ensure the VPN is enabled before granting authorization.",tip4:"Please enter the Gmail address you want to link",auth:"Authorization",tip5:"Gmail limits outgoing emails to 20 per hour.",confirm:"Confirm",auth_success:"Gmail authorization successful",auth_failed:"Gmail authorization failed",tip6:"Please link your Gmail account first.",tip7:"System email set successfully.",tip8:"GMAIL account setup successful",tip9:"Please enter your Gmail address first",tip10:"Please enter a valid email address format",tip11:"Enterprise email set successfully"},deliveryTime:{Delivery_time:"Sent Time",three_months:"Within the past three months",past_six_months:"The past six months",all_emails:"All Emails",no_promotion_plan:"No Campaign",Channel_ID:"Channel ID",tips:"To ensure your emails are delivered efficiently and accurately to influencers, we have limited the maximum number of bulk emails to 500. Therefore, this batch will only be sent to the first 500 unread influencers.",know:"Got it.",tip:"Prompt"},checkMail:{filtering:"Filtering",filter_completed:"Filtering complete",tip1_1:"valid recipients, all contacted for the first time within 30 days, will automatically proceed to the next step after",tip1_2:"seconds.",tip2:"Valid Sender: To ensure the health of your mailbox, the platform will automatically filter out influencers who have sent emails with duplicate titles on the same day.",tip3_1:"We have detected",tip3_2:"valid recipients, of which",tip3_3:"have been contacted via email within the last 30 days. Would you like to filter these influencers to avoid duplicate sending?",variable_replacement:"Variable substitution",tip4:"It's recommended to use variables in the email subject and body to increase the open rate.",tip5:"Checking email. Once the check is complete, it will automatically proceed to the next step of creating the email.",tip6_1:"The email has passed the quality check and will be automatically created in",tip6_2:"seconds.",continue_sending_emails:"Continue Sending",optimize_emails:"Optimize Email",email_created_successfully:"Email created successfully.",tip7_1:"Please keep a close eye on your incoming messages. You will be redirected to your outbox in",tip7_2:"seconds",jump_immediately:"Jump Now",creation_failed:"Creation failed.",tip8_1:"Recipient field is empty. Email creation failed. This window will close automatically in",tip8_2:"seconds.",close:"Close",filter_duplicate_touchpoints:"Filter duplicate contacts",filter_contacted_influencers:"Filter contacted influencers",email_quality_inspection:"Email Quality Check",create_email:"Create Email",tip9:"Exceeded daily email sending limit.",tip10_1:"To ensure the health of your mailbox, the daily email sending limit is {value} emails. You have",tip10_2:"emails remaining to send today. You can",tip11:"Save the email to drafts",tip12:"Schedule to send the next day",know:"Got it.",send_notice:"Sending Guidelines",tip13:"For more email optimization tips, please contact customer service.",tip14:"Do not show again for 14 days",tip15:"To ensure the health of the email, there is a limit on the total number of daily emails sent by the primary and secondary accounts.",tip16:"Using variables in the subject and body can help increase email open rates.",tip17:"Recommended usage of template variables",tip18:"Using variables in the email subject and body can enrich bulk email content, effectively improving delivery and open rates.",messageTip1:"Mailbox unlocking limit reached! Please contact support for more quota."},edm2:{mailEn1:"Single-round invitation",mailEn2:"Multi-round invitation",mailEn3:"Reply to sender",mailEn4:"Filter",mailEn5:"Compose email",mailEn6:"Email subject",mailEn7:"Email body",mailEn8:"Select date",mailEn9:"Delivery rate",mailEn10:"Open rate",mailEn11:"Reply rate",mailEn12:"Sending time",mailEn13:"Email content",mailEn14:"Email",mailEn15:"Attachment",mailEn16:"Influencer list",mailEn17:"Country",mailEn18:"Platform",mailEn19:"Replied or not",mailEn20:"Hide AI auto-invite emails",mailEn21:"No",mailEn22:"Yes",mailEn23:"Recipient list",mailEn24:"Add recipient",mailEn25:"Next step",mailEn26:"Add source",mailEn27:"Remove recipient",mailEn28:"Cancel removal",mailEn29:"There are still unconfirmed duplicate influencers in the recipient list. To avoid duplicate contacts, the system will automatically filter them out and will not send emails to them. Do you want to continue?",mailEn30:"You have selected duplicate influencers, and emails will only be sent to the selected duplicates.",mailEn31:"Duplicate recipients",mailEn32:"The recipients you added contain duplicates. To avoid wasting email resources, please confirm again."},edm5:{v1:"Refresh",v2:"Delete",v3:"Please select read emails",v4:"Sender's Email:",v5:"Please reply using the original email address",v6:"AI Email Summary",v7:"Extract Key Information",v8:"Extract Quotes, Contact Information, Delivery Address, Payment Information",v9:"AI Reply",v10:"Operation Successful",v11:"Content generation timed out, please try again!",v12:"Content generated by AI may contain risks, please review and confirm",v13:"Reply Strategy",v14:"Please enter your reply requirements",v15:"Generating Reply Strategy",v16:"Not helpful? Try another option",v17:"Available AI Points:",v18:"Click to view AI points usage rules",v19:"Cancel",v20:"Generate",v21:"English",v22:"Friendly",v23:"One",v24:"Two",v25:"Three",v26:"Four",v27:"Five",v28:"Six",v29:"Please enter the subject you wish to reply to",v30:"AI-generated Reply Content (Chinese)",v31:"AI-generated Reply Content ({ value })",v32:"Like",v33:"Dislike",v34:"Regenerate",v35:"Stop Generating",v36:"Confirm",v37:"Recipient:",v38:"Card Number:",v39:"Bank:",v40:"Delivery Rate, Open Rate, and Reply Rate data will be updated and corrected daily at 12 AM and 12 PM",v41:"Channel ID:",v42:"Influencer",v43:"Please enter the influencer's name to search",v44:"Reset",v45:"Confirm",v46:"Unread",v47:"Read",v48:"Yes",v49:"No",v50:"Email Status",v51:"Estimated Send Time",v52:"Draft",v53:"Pending Send",v54:"Send Failed",v55:"Content",v56:"Attachments",v57:"Multiple email templates can be set and sent in rotation",v58:"Add/Remove Recipients",v59:"Email",v60:"Add Email Content",v61:"Sender's Nickname",v62:"Send Now",v63:"Send",v64:"Schedule Send",v65:"Generate Email",v66:"Optimize Content",v67:"Paraphrase Email",v68:"Translate",v69:"AI Email",v70:"Email Template",v71:"Content Variables",v72:"Template",v73:"Signature",v74:"Product",v75:"Product Form",v76:"Close Prompt",v77:"Recipient and email are both empty, failed to save draft",v78:"Are you sure you want to delete this content? It cannot be recovered once deleted",v79:"Prompt",v80:"Email content is empty, operation cannot be performed!",v81:"Editing failed, please try again!",v82:"AI-generated Email",v83:"AI instantly customizes professional email content based on selected products and collaboration requirements",v84:"Step One:",v85:"Select Product",v86:"Selected",v87:"Product",v88:"Step Two:",v89:"Collaboration Requirements",v90:"Generate",v91:"Fill in Collaboration Requirements",v92:"*Share more details with AI to make your invitation email more compelling",v93:"Email Closing",v94:"Product or Brand Advantages",v95:"Please Enter",v96:"Free Sample Delivery?",v97:"Basic Compensation Provided?",v98:"Please Select",v99:"Influencer Commission",v100:"Video Style",v101:"Video Duration",v102:"seconds",v103:"Press Enter after entering the content to add it",v104:"Other requirements",v105:"Generate language:",v106:"For better AI parsing, please use the target language",v107:"Product Information",v108:"Product Name:",v109:"English Name:",v110:"Channel:",v111:"Product Link:",v112:"Shipping Regions:",v113:"Description:",v114:"Collaboration Requirements",v115:"Product or Brand Advantages:",v116:"Collaboration Method:",v117:"Video Style:",v118:"Video Duration:",v119:"Other Requirements:",v120:"Currently using DeepSeek to generate an email for you.",v121:"Subject:",v122:"Content:",v123:"No emails added yet",v124:"Application",v125:"Free Samples Provided",v126:"No Free Samples Provided",v127:"Basic Compensation Provided",v128:"No Basic Compensation Provided",v129:"Product Placement",v130:"Contrast Comparison",v131:"Experience Sharing",v132:"Direct Display",v133:"Unboxing Review",v134:"Email signature cannot be empty!",v135:"Complete at least one step!",v136:"No applicable emails available!",v137:"Corporate Email Configuration Guide",v138:"To invite influencers via corporate email, you can authorize a third-party client (e.g., WotoHub platform) to log in to the corporate email to send emails. Authorization is only used to call the corporate email's send email function. Essentially, the bulk emails are still sent through the user's corporate email, so they are subject to the corporate email's sending and receiving rules.",v139:"Authorization Method",v140:"1. Click on [Send Settings] on the email editing page to bind a third-party email",v141:"2. After selecting [Bind New Email], choose the email type (Gmail or corporate email)",v142:"3. For Gmail, proceed with authorization binding. For corporate email, fill in the relevant fields",v143:"Note: Currently, QQ Mail and Tencent Corporate Mail require an [Authorization Code] to log in. Refer to the [SMTP Configuration Help Document] below for the method to obtain it.",v144:"Gmail Authorization",v145:"Ensure VPN is enabled when authorizing Gmail. Manually check the first two permissions (not all).",v146:"If you accidentally select all and authorization fails, go to Gmail account settings [Security] to clear WotoKOL authorization and rebind.",v147:"Step 1: Go to Account Management",v148:"Step 2: Go to the Security page and find WotoKOL under Your Connections with Third-Party Apps and Services",v149:"Step 3: Revoke all connections. After completion, rebind the email in WotoHub.",v150:"SMTP Configuration Help Document",v151:"Refer to the help document of your email service provider on how to enable and configure the SMTP server and obtain the authorization code. Below are some common corporate email help documents. If authorization fails under default advanced options, check the configuration according to the relevant documents and verify. If you need assistance, contact customer service.",v152:"Email",v153:"SMTP Server",v154:"Is an authorization code required to log in?",v155:"Help Document",v156:"Platform Control Rules",v157:"View Details",v158:"Common Reasons for Email Verification Failure and Solutions",v159:"1. This email has already been bound",v160:"Each email can only be bound to one account. The system found that the email you entered is already bound to another account. Please enter a suitable email.",v161:"2. Incorrect information entered, please check the details again",v162:"Check if the email account and password are correct. Some corporate emails require an [Authorization Code] to log in. Check if the authorization code is correct.",v163:"Special cases like Alibaba Corporate Mail, ensure [Third-Party Client Security Password] is disabled, as shown below:",v164:"3. Invalid email address",v165:"The email address you provided has a format error, does not exist, or is not within the platform's supported corporate email range, making it unusable. Please verify and enter the correct information.",v166:"4. Authorization failed, please check the configuration instructions",v167:"There may be an error in the permissions selected when authorizing Gmail. Check the Gmail authorization notes above and try again.",v168:"Alibaba Corporate Mail",v169:"1. Bulk email limit is 300 emails",v170:"2. Individual recipient limit is 100 emails",v171:"Tencent Corporate Mail",v172:"Enable STMP Service",v173:"Configure Alibaba Corporate Mail to Third-Party Client",v174:"Enable POP/SMTP/IMAP functions",v175:"Obtain Client-Specific Password",v176:"1. For enterprises with fewer than 30 users, the daily email limit is 1500 emails;",v177:"2. For enterprises with more than 30 users, the daily email limit is the number of users * 50 emails/day;",v178:"3. No sending limit for accounts with prior email exchanges.",v179:"QQ Mail",v180:"Configure QQ Mail Authorization Code",v181:"There is no maximum sending limit for normal emails. If your email content is deemed as advertising or spam, it will be restricted. This is determined by the system, so avoid sending such emails.",v182:"Outlook Mail",v183:"Configuration Document",v184:"Learn about the Outlook SMTP Settings Interface:",v185:"Outlook SMTP Settings Interface",v186:"1. Daily recipients: 5,000",v187:"2. Maximum recipients per email: 500",v188:"3. Daily non-relationship recipients: 1,000",v189:"Sending Notes",v190:"1. To ensure email health, the combined daily sending limit for master and sub-accounts is {value} emails",v191:"2. When sending emails from non-system emails, the email unlock quota will be consumed simultaneously",v192:"When sending emails from non-system emails, the email unlock quota will be consumed simultaneously",v193:"Default",v194:"Set as Default",v195:"Unbind",v196:"Bind New Email",v197:"Email Type",v198:"Configuration Instructions",v199:"Please enter the Gmail email to bind",v200:"Please save the drafted email content first, as the email page will refresh during authorization",v201:"Ensure VPN is enabled before authorization",v202:"Gmail limits to 20 outgoing emails per hour",v203:"Please enter the Outlook email to bind",v204:"Email address",v205:"Email password/authorization password",v206:"SMTP Outgoing Mail",v207:"Please enter the domain name",v208:"Unencrypted",v209:"Please enter the port",v210:"IMAP Incoming Mail",v211:"This email has pending messages. If you unbind now, these messages will fail to send. Are you sure you want to continue?",v212:"Are you sure you want to unbind {currentUnbindEmail} from WotoHub? After unbinding, you will no longer be able to use the related functions for sending and receiving emails with {currentUnbindEmail}, and you will need to reauthorize to use it again.",v213:"Please select your business email provider",v214:"Please enter the email address",v215:"Please enter a valid email address",v216:"Please enter the email password/authorization password",v217:"Please enter the domain name",v218:"Please enter the port",v219:"Select Outbox",v220:"Outlook Personal Email",v221:"Default email set successfully",v222:"Binding successful",v223:"When sending emails from this address, it will automatically unlock the influencer's email. This will consume your email unlocking quota. Are you sure you want to continue?",v224:"Friendly Reminder",v225:"Continue",v226:"Cancel",v227:"Settings saved successfully",v228:"Gmail has been bound. The system currently supports binding only one Gmail account. To switch, please unbind the current email first.",v229:"Please enter the Outlook email",v230:"Outlook authorization successful",v231:"Unbinding successful",v232:"Email channel test successful",v233:"Incorrect port format",v234:"Incorrect domain format",v235:"Note: The maximum number of attachments is 10, and the total size of attachments must not exceed 200MB",v236:"Add Attachment",v237:"AI Optimized Content",v238:"Content Variables",v239:"Influencer Name",v240:"Target Language",v241:"Translate",v242:"Tone",v243:"Generate",v244:"Original Text",v245:"Email Template",v246:"*Applying the template will overwrite the current email content",v247:"To ensure your emails are efficiently and accurately delivered to the influencer's inbox, we limit the maximum number of bulk emails to 500. We hope you can use your email resources wisely to better communicate with bloggers.",v248:"Got it",v249:"Contacts without email addresses have been automatically filtered out for you.",v250:"Cancel Operation",v251:"Selected influencer has not disclosed contact information, unable to send email directly",v252:"Sender's Nickname",v253:"By setting a personalized sender nickname, your nickname will be directly displayed in the influencer's inbox. This helps establish a more approachable and professional brand image.",v254:"Sender nickname cannot be empty!",v255:"Signature",v256:"Search Signature",v257:"Create New Signature",v258:"Details",v259:"Last Updated:",v260:"Delete",v261:"Apply",v262:"text:",v263:"Selected",v264:"",v265:"Optimize grammar",v266:"Shorten content",v267:"Expand content",v268:"Enhance structure",v269:"Change tone"}};var Nc=Mc;const Rc={sendData:{sendTitle:"发信数据",search:{sendingTime:"发信时间:",phoneNumber:"手机号:",companyName:"公司名称:",addressee:"收件人:",textSearch:"正文检索:",send:"发送:",open:"打开:",LinkClick:"链接点击:",reply:"回复:",return:"退回:",unsubscribe:"退订:",emailComplaints:"邮件投诉:",search:"查询",download:"下载",reset:"重置",collapse:"收起",unfold:"展开",operate:"操作"},table:{createTime:"创建时间",sender:"发件人",name:"姓名",company:"公司",addressee:"收件人",subject:"主题",text:"正文",send:"发送",open:"打开",linkClick:"链接点击",reply:"回复",return:"退回",unsubscribe:"退订",spamComplaints:"垃圾邮件投诉",view:"查看",AIreplies:"AI回复"}},receiveData:{receiveTitle:"收信数据",search:{sendingTime:"发信时间:",sender:"发件人",receivingAccount:"收件账号:",recipientName:"收件姓名:",companyName:"公司名称:",textSearch:"正文检索:",search:"查询",download:"下载",reset:"重置"},table:{sendTime:"收件时间",sender:"发件人",addressee:"收件人",name:"姓名",company:"公司",subject:"主题",content:"正文",isRead:"是否已读",operate:"操作"}},inboxMail:{search:{default:"请输入",defaultSelect:"请选择",bloggerName:"红人名称",title:"标题正文",target:"推广计划",tagName:"标签名称",isRead:"已读状态",read:"已读",unRead:"未读",isStar:"星标邮件",sendEmail:"发件邮箱",emailStatus:"邮件状态",all:"所有邮件",starred:"星标",allEmail:"全部邮箱",sysEmail:"系统邮箱",businessEmail:"企业邮箱",isReply:"是否回复邮件",replyTrue:"已回复",replyFalse:"未回复",replayTime:"收件时间",time1:"近三个月内",time2:"近半年",time3:"全部邮件",search:"查询",reset:"重置",refresh:"刷新",delete:"删除",setUnRead:"设为未读邮件",batchReply:"批量回复",noTask:"无推广计划",tip1:"单次回复不得超出50条,请重新选择。"},searchButton:{search:"查 询",reset:"重 置"}},inboxTable:{noTask:"无任务",addTag:"添加标签",delTag:"是否确认删除该邮件标签?",confirm:"确认",cancel:"取消",tip:"提示",cancelTagDel:"已取消删除",successTagDel:"邮件标签删除成功",errorTag:"标签显示错误",delmailWarning:"请至少选择一项",unReadSuccess:"操作成功",delMail:"此操作将永久删除,是否继续",del:"邮件删除成功",collMail:"已收藏",cancelMail:"取消收藏",requestError:"请求异常",deleteTip:"若该邮件为垃圾邮件,可屏蔽该邮箱发来的邮件",delShieldBtn:"删除并屏蔽邮箱"},newMail:{title:"新邮件提醒",content:"您已收到新邮件,快去收件箱看看吧"},inboxDetail:{addTag:"添加标签",addFavorites:"添加至收藏夹",send:"发送",to:"至",me:"我",reply:"回复",mailContent:"邮件正文不能为空",replySuccess:"回复成功",delSuccess:"删除成功",confirmContent:"此操作将永久删除,是否继续",tagError:"标签异常",tip:"提示",mailError:"邮件读取失败",confirm:"确 定",cancel:"取 消",omail:"原始邮件",to:"收件人",subject:"主题",content:"正文",outerBlogger:"库外红人或经纪人",email:"邮箱:",normalReply:"普通回信",reply2:"回信",simpleReply:"快捷回复",plan:"关联推广计划",noPlan:"暂无关联推广计划",coopStatus:"合作状态",coop1:"未合作",coop2:"确认合作",coop3:"已寄样",coop4:"内容制作中",coop5:"待上线",coop6:"合作完成",empty:"暂无",menu1:"红人档案",menu2:"寄样管理",menu3:"合作记录",menu4:"合作金额",menu5:"联盟分销",menu6:"备注",menu7:"举报红人",menu8:"加入黑名单",menu9:"红人详情",menu10:"支付",aiTip1:"AI生成的内容可能存在风险,请审查和确认",open:"展开",close:"收起",like:"赞",unLike:"踩",redo:"重新生成",stop:"停止生成",restPoint:"可用AI点数",aiRule:"点击查看AI点数权益消耗规则",aiContentReply:"AI内容回复",channelId:"频道ID",read:"红人已阅",unRead:"红人未阅",tips1:"请先添加关联推广计划!",tips2:"生成内容超时,请重试!",tip3:"暂无可回复内容!",tips4:"发送成功!",tips5:"操作成功",quickReply:"快捷回信",fullWrite:"切换到完整写信模式",sendNow:"立即发送",keywords:"关键信息",isBuilding:"AI关键信息生成中...",waring1:"以下信息由AI智能分析邮件内容后,提取关键信息生成",info1:"报价",info2:"联系方式",info3:"收货地址",info4:"收款信息",saveInfo:"录入至红人档案",noInfo:"本封邮件未提取到关键信息",aiTips2:"暂无可录入信息",infoSuccess:"录入成功!",planTitle1:"增加关联推广计划",planTitle2:"转移关联推广计划",planTip1:"注意:红人的联系状态、合作状态、绑定的追踪链接、视频等信息会同步关联进目标推广计划里面",planTip2:"注意:红人的联系状态、合作状态、视频等信息会同步的移动进目标推广计划里面",choosePlan:"选择推广计划",planPlace:"请选择推广计划",noPlan2:"当前暂无推广计划",createPlan:"创建推广计划",planTips3:"请选择推广计划",planVal:"推广计划",planMove:"转移",planGL:"关联",success:"成功",coopStatusTitle:"选择合作状态",previousPage:"上一页",nextPage:"下一页"},inboxTagDialog:{title:"标签",tip:"提示",default:"请输入标签",selectTag:"已选标签",collapse:"收起",unfold:"展开",bindTagTip:"请选择该邮件绑定的标签",bindSuccess:"绑定成功",addTagSuccess:"添加标签成功",addTagFail:"标签已存在",tagMaxLen1:"标签长度不能超过六个字符",tagMaxLen2:"标签长度不能超过十二个字符",tagMaxLen:"标签名称不能大于30个字符(15个汉字)",delTagSuccess:"标签删除成功",confirm:"确认",cancel:"取消"},searchButton:{search:"查 询",reset:"重 置"},writeMail:{receiver:"收件人",cc_person:"抄送人",subject:"主题",add_attachment:"添加附件",notice:"注",tip:"附件数量上限为10个,且附件总大小不超过200MB",content:"正文",template_var:"模板变量",channel_name:"频道名",channel_Id:"频道ID",blogger:"红人",name:"名称",fans_num:"粉丝数",channel_link:"频道链接",goback:"返 回",save_draft:"存草稿",delayed_sending:"定时发送",send_now:"立即发送",template:"模板",signature:"签名",product:"产品",task:"任务",creativity:"创意",retract:"收起",other:"另外",person:"人",time_limit:"发送时间不得早于当前时间",save_draft_tip:"是否将编辑内容保存入草稿箱?",save_mail:"是否保存邮件内容?",prompt:"提示",save:"保 存",cancle:"取 消",no_receiver:"收件人为空,不可发送",check_receiver:"请检查收件人邮箱是否正确",check_ccperson:"请检查抄送人邮箱是否正确",no_subject:"请输入邮件主题",subject_limit:"邮件主题不可超过100个字",no_content:"邮件正文不可为空",content_limit:"邮件正文不可超过5000个字",attachment_length_limit:"最多上传10个附件",attachment_size_limit:"附件总大小不能超过200MB",choose_send_time:"选择定时发送时间",will:"本邮件将在北京时间",post_to:"投递到对方邮箱",send:"发 送",choose_time_date:"选择日期时间",cancle_timer:"取消定时发送",change_timer:"修改发送时间",mail_will:"邮件将在",save_tip:"发送。邮件发送前,暂时保存在草稿箱,可随时查看或修改",set_delay_success:"定时发送设置成功",i_know:"我知道了",cancle_delay_tip:"发送。取消定时发送后,该邮件将恢复为普通的草稿邮件",whether_cancle_delay:"是否取消定时发送?",cancle_delay:"取消定时发送",no_cancle:"暂不取消",infoPop:"通常在邮件中使用一下模板变量,能够有效提高工作效率。"},uploadDialog:{title:"上传附件",btnUpload:"请选择文件",tip:"文件总大小上限为200MB且文件数量不能超过10个",tip1:"添加文件总大小剩余",tip2:"且文件剩余数量为",btnOk:"上传",btnClear:"清空",empty:"上传文件不能为空",maxSize:"文件总大小不能超过200M,请重新上传",maxNum:"上传文件数量不能超过10",success:"上传成功",wait:"请等待上传结束",not:"该文件格式不支持"},outboxMail:{blogger_name:"红人名称",title_content:"标题正文",task_name:"任务名称",mail_type:"邮件类型",mail_status:"邮件状态",star_mail:"星标邮件",all_read:"全部已读",all_unread:"全部未读",read:"人已读",no_task:"无任务",no_plan:"无推广计划",normal:"正常",delay:"定时",failed:"发送失败",all_mail:"所有邮件",choose:"请至少选择一项",confirm_del:"确认删除?",success:"操作成功"},draftMail:{draft:"草稿",no_receiver:"收件人未填写",send:"发送",empty:"为空",no_subject:"无主题"},outboxDetail:{back:"返回",me:"我",send_to:"发送至",retract:"收起",more:"展开更多",read:"已阅",unreviewed_resend:"未阅重发",resend_all:"全部重发",show_all:"显示全部",file_num:" 个附件",down_all:"全部下载"},blogMail:{search_mail:"搜索邮件",read:"已读",unread:"未读",receive_mail:"收件",send_mail:"发件"},template:{invite_cooperation:"合作邀请",price_negotiation:"价格协商",contract_template:"合同模板",video_production:"视频制作",expense_settlement:"费用结算",create_template:"创建模板",system_template:"系统模板",custom_template:"自定义模板",new_template:"新建模板",template_title:"模板标题",mail_title:"邮件标题",apply_scene:"应用场景",language:"语言",template_language:"模板语言",set_system_template:"设置系统模板",edit_template:"编辑模板",word_limit:"字以内",title_not_empty:"模板标题不可为空",title_word_limit:"模板标题在30个字以内",subject_not_empty:"邮件标题不可为空",scene_not_empty:"应用场景不可为空",scene_word_limit:"应用场景在20个字以内",language_not_empty:"语系不可为空",no_content:"邮件正文不可为空",choose_type:"选择类型",confirm:"确 定",template_type:"模板类型",set_success:"设置成功"},signature:{create_sign:"新建签名",edite_sign:"编辑签名",sign_not_empty:"签名不可为空",confirm_del:"确认删除该签名?"},product:{no_data:"还没有产品,赶快创建一个吧!",add_product:"添加产品",create_product:"新建产品",upload_picture:"上传产品图片",length_limit:"大小不超过",product_name:"产品名称",en_name:"英文名称",product_type:"产品类型",E_COMMERCE:"电商平台",produce_link:"产品链接",product_price:"产品售价",dollar:"美元",link:"原链接",link_goods:"商品",link_app:"APP推广",link_web:"网站推广",link_amazon:"亚马逊 Amazon",link_aliExpress:"速卖通 AliExpress",link_lazada:"来赞达 Lazada",link_shopee:"虾皮 Shopee",link_independent:"独立站",link_other:"其他",empty_link_name:"产品名称不能为空",limit_link_words:"产品名称不可超过20个字",empty_en_name:"英文名称不能为空",limit_en_words:"英文名称不可超过100个字",false_en_name:"英文名称输入不正确",select_link_type:"请选择产品类型",select_platform:"请选择电商平台",empty_link:"产品链接不能为空",empty_price:"产品售价不能为空",no_img:"没有上传产品图片",create_success:"创建成功",false_link:"产品链接格式错误,请重新输入",re_link_name:"产品名称已经存在,请重新输入",limit_upload:"上传图片大小不能超过5MB"},task:{choose:"选择",blogger_classify:"红人分类",blogger_country:"红人国家",blogger_platform:"红人平台",create_date:"创建日期",no_data:"还没有任务,赶快创建一个吧!"},creativity:{no_data:"收藏过的创意才会出现在这里哦",content:"创意内容",script:"创意脚本",insert:"插入",interaction_rate:"互动率",script_name:"脚本名称",script_classify:"脚本分类",script_num:"脚本编号",collect:"收 藏",cancle_collect:"取消收藏",storyboard:"分镜",suggested_duration:"建议时长",plot_summary:"情节概要",key_point:"要点",case_name:"案例名称",case_classify:"案例分类",playback_volume:"播放量",likes:"点赞量",comments_num:"评论数",content_title:"内容标题",content_validity:"内容简介",video_num:"视频数",channel_createtime:"频道创建时间",blogger_area:"红人地区",blogger_detail:"红人详情",case_detail:"案例详情",no_title:"暂无标题",no_validity:"暂无简介",script_content:"脚本内容",average_play:"平均播放量",total_watch:"总观看量"},common:{please_select:"请选择",please_input:"请输入",no_data:"暂无数据",confirm:"确定",cancle:"取消",delete:"删除",apply:"应用",detail:"详情",download:"下载",update_on:"更新于",second:"秒",minute:"分"},productForm:{product_selection_form:"选品表单",creation_time:"创建时间",selection_form_name:"选品表单名称",number_of_product_cards:"商品卡数量",viewing_frequency:"查看次数",update_time:"更新时间",operation:"操作",cancel:"取 消",confirm:"确 认",see:"查看"},productCard:{product_card:"商品卡",example:"示例",add_product_card:"添加商品卡"},newProduct:{product:"产品",product_name:"产品名称",please_enter:"请输入",please_enter_num:"请输入数字",productName:"产品名称",productId:"产品ID",productRemark:"产品备注",query:"查 询",reset:"重 置",details:"详情",shopifyProduct:"独立站产品",product_remarks:"产品备注",product_en:"英文名称",channel:"渠道",product_details:"产品详情",view_cards_times:"商品卡查看次数",basic_information:"基础信息",name:"名称",chinese:"中文",english:"英文",remarks:"备注",picture:"图片",category:"类别",describe:"描述",source:"来源",sales_information:"销售信息",price:"售价",sku_description:"SKU说明",shippable_regions:"可发货地区",search_keywords:"搜索关键词",Main_image:"主图",Manual_addition:"手动添加",Shopify_import:"Shopify导入",TikTok_import:"TikTok导入",Cancel:"取 消",preservation:"保 存"},setMail:{Sending_settings:"发件设置",Current_settings:"当前设置",mailbox_system:"系统邮箱",unbind:"解绑",tip1:"您确定要解除Gmail邮箱与WotoHub的绑定关系么?解除绑定后,您将无法再使用Gmail邮箱代收发的相关功能,并且需要重新进行授权才能使用。取消授权需要在Gmail邮箱中进行设置。",guide:"点击查看操作指引",cancle:"取消",confirm_unbinding:"确定解绑",no_bind_mail:"暂无绑定邮箱",bind:"绑定",tip2:"请先保存已编写的邮件内容,授权时将会刷新写信页面",tip3:"授权前请先保证VPN已开启",tip4:"请输入要绑定的Gmail邮箱",auth:"授权",tip5:"Gmail限制每小时20封外发电子邮件",confirm:"确定",auth_success:"Gmail授权成功",auth_failed:"Gmail授权失败",tip6:"请先绑定Gmail邮箱",tip7:"设置系统邮箱成功",tip8:"设置GMAIL邮箱成功",tip9:"请先输入Gmail邮箱",tip10:"请输入正确格式的邮箱格式",tip11:"设置企业邮箱成功"},deliveryTime:{Delivery_time:"发件时间",three_months:"近三个月内",past_six_months:"近半年",all_emails:"全部邮件",no_promotion_plan:"无推广计划",Channel_ID:"频道ID",tips:"为了确保您的邮件能够高效准确地送达至红人,我们限制了群发邮件的数量最大为500封,因此本次发送只限前500位未阅红人。",know:"我知道了",tip:"提示"},checkMail:{filtering:"过滤中",filter_completed:"过滤完成",tip1_1:"所有收件人在30天内均为首次触达,将在",tip1_2:"后自动进行到下一步",tip2:"有效发件人:为了保障邮箱健康度,平台会自动过滤掉当天有过重复标题发送的红人",tip3_1:"检测发现",tip3_2:"个有效收件人中,其中",tip3_3:"位红人30天内邮件联系过,请问是否要过滤这些红人,避免重复触达",variable_replacement:"变量替换",tip4:"推荐在邮件标题和正文中使用变量,以提升邮件打开率",tip5:"邮件检测中,检测完成后,将会自动进入下一步创建邮件",tip6_1:"邮件已完成质量检测,将会在",tip6_2:"内自动创建邮件",continue_sending_emails:"继续发件",optimize_emails:"优化邮件",email_created_successfully:"邮件创建成功",tip7_1:"后续请密切关注收件情况.将在",tip7_2:"后跳转发件箱",jump_immediately:"立即跳转",creation_failed:"创建失败",tip8_1:"收件人为空,邮件创建失败。将在",tip8_2:"后自动关闭",close:"关闭",filter_duplicate_touchpoints:"过滤重复触达",filter_contacted_influencers:"过滤已联系红人",email_quality_inspection:"邮件质量检测",create_email:"创建邮件",tip9:"超过当日邮件发送限额",tip10_1:"为保障邮箱健康,每日邮件发送上限为{value}封。今日剩余发送数",tip10_2:"封。您可以",tip11:"将邮件暂存至草稿箱",tip12:"设置次日的定时发送",know:"我知道了",send_notice:"发件需知",tip13:"了解更多邮件优化技巧,请咨询客服人员。",tip14:"14天内不再提示",tip15:"为保障邮箱健康度,主子账号合计单日发送数存在上限。",tip16:"标题和正文中使用变量,有助于提升邮件打开率。",tip17:"模版变量推荐用法",tip18:"邮件标题和正文中使用变量,可增加群发内容的丰富度,有效提升邮件的送达率和打开率",messageTip1:"邮箱解锁已达上限!请联系服务人员以获得更多额度。"},edm2:{mailEn1:"单轮邀约",mailEn2:"多轮邀约",mailEn3:"回复发件",mailEn4:"筛选",mailEn5:"写信",mailEn6:"邮件主题",mailEn7:"邮件正文",mailEn8:"选择日期",mailEn9:"送达率",mailEn10:"打开率",mailEn11:"回复率",mailEn12:"发送时间",mailEn13:"邮件内容",mailEn14:"邮件",mailEn15:"附件",mailEn16:"红人列表",mailEn17:"国家",mailEn18:"平台",mailEn19:"是否回复",mailEn20:"隐藏AI自动邀约邮件",mailEn21:"否",mailEn22:"是",mailEn23:"收件人列表",mailEn24:"添加收件人",mailEn25:"下一步",mailEn26:"添加来源",mailEn27:"移除收件人",mailEn28:"取消移除",mailEn29:"收件人列表中尚有未确认的重复红人。为了避免重复触达,系统将自动过滤,不会给他们发信。确认继续吗?",mailEn30:"您勾选了重复红人,只会给已勾选的重复红人发信",mailEn31:"重复收件人",mailEn32:"您添加的收件人存在重复, 为避免浪费邮件资源,请再次确认"},edm5:{v1:"刷新",v2:"删除",v3:"请选择已读邮件",v4:"发件邮箱:",v5:"请使用原邮箱回信",v6:"AI邮件总结",v7:"提取关键信息",v8:"提取报价、联系方式、收货地址、收款信息",v9:"AI回信",v10:"操作成功",v11:"生成内容超时,请重试!",v12:"AI生成的内容可能存在风险,请审查和确认",v13:"回信策略",v14:"请输入您的回复要求",v15:"回信策略生成中",v16:"没有帮助?试试其他",v17:"可用AI点数:",v18:"点击查看AI点数权益消耗规则",v19:"取 消",v20:"生 成",v21:"英文",v22:"友好的",v23:"一",v24:"二",v25:"三",v26:"四",v27:"五",v28:"六",v29:"请输入您要回复的主题",v30:"AI生成的回信内容(中文)",v31:"AI生成的回信内容({ value })",v32:"赞",v33:"踩",v34:"重新生成",v35:"停止生成",v36:"确 定",v37:"收款人:",v38:"卡号:",v39:"银行:",v40:"送达率、打开率、回复率数据,会在每日0点和12点进行更新及校对",v41:"频道ID:",v42:"红人",v43:"请输入红人名搜索",v44:"重置",v45:"确定",v46:"未读",v47:"已读",v48:"是",v49:"否",v50:"邮件状态",v51:"预计发送时间",v52:"草稿",v53:"待发送",v54:"发送失败",v55:"邮件内容",v56:"附件",v57:"可设置多个邮件模版,发送时轮流发送",v58:"增加/删除收件人",v59:"邮件",v60:"添加邮件内容",v61:"发件人昵称",v62:"立即发送",v63:"发送",v64:"定时发送",v65:"生成邮件",v66:"优化内容",v67:"仿写邮件",v68:"翻译",v69:"AI邮件",v70:"邮件模版",v71:"内容变量",v72:"模板",v73:"签名",v74:"产品",v75:"选品表单",v76:"关闭提示",v77:"收件人和邮件都为空,保存草稿失败",v78:"确定要删除该内容吗?删除后无法恢复",v79:"提示",v80:"写信内容为空,暂无法操作!",v81:"编辑失败,请重试!",v82:"AI生成邮件",v83:"根据选定产品和合作要求,AI即时定制专业邮件内容",v84:"第一步:",v85:"选择产品",v86:"已选择",v87:"产品",v88:"第二步:",v89:"填写合作要求",v90:"生成",v91:"填写合作要求",v92:"*分享更多细节给AI,让您的邀约邮件更加精彩",v93:"邮件落款",v94:"产品或品牌优势",v95:"请输入",v96:"是否免费寄送样品",v97:"是否提供基础报酬",v98:"请选择",v99:"红人佣金",v100:"视频风格",v101:"视频时长",v102:"秒",v103:"请输入内容后点击回车添加",v104:"其他要求",v105:"生成语言:",v106:"为了AI更好的解析,请使用目标语言填写",v107:"产品信息",v108:"产品名称:",v109:"英文名称:",v110:"渠道:",v111:"产品链接:",v112:"可发货地区:",v113:"描述:",v114:"合作要求",v115:"产品或品牌优势:",v116:"合作方式:",v117:"视频风格:",v118:"视频时长:",v119:"其他要求:",v120:"正在使用 DeepSeek 为您生成邮件",v121:"主题:",v122:"内容:",v123:"暂未添加任何邮件",v124:"应 用",v125:"免费提供样品",v126:"不免费提供样品",v127:"有基础报酬",v128:"没有基础报酬",v129:"场景植入",v130:"反差对比",v131:"体验分享",v132:"直接展示",v133:"开箱测评",v134:"邮件落款不能为空!",v135:"至少完善其中一个步骤!",v136:"暂无可应用的邮件!",v137:"企业邮箱配置指南",v138:"想通过企业邮箱来邀约网红,可以授权给第三方客户端(例如WotoHub平台)登录企业邮箱来发送邮件。授权只用于调用企业邮箱的发送邮件功能,本质上群发的邮件还是通过用户的企业邮箱发出,因此会受限于企业邮箱的收发件规则。",v139:"授权方法",v140:"1.在邮件编辑页面点击进入【发件设置】去绑定第三方邮箱",v141:"2.选择【绑定新邮箱】后选择邮箱类型(Gmail邮箱或企业邮箱)",v142:"3.选择Gmail邮箱后去授权绑定,选择企业邮箱后填写相关字段",v143:"备注:目前使用QQ邮箱、腾讯企业邮箱时需要【授权码】登录,获取方法详见下方【SMTP配置帮助文档】。",v144:"Gmail邮箱授权",v145:"Gmail邮箱授权绑定时请保证VPN已开启,授权时请手动勾选前两个权益(不是全选)。",v146:"若您不小心勾选全部导致授权一直不成功,请在Gmail账号设置中【安全性】清除对WotoKOL的授权,重新绑定即可。",v147:"第一步:进入账号管理",v148:"第二步:进入安全性页面,在 您与第三方应用和服务的关联 中找到WotoKOL",v149:"第三步:撤销所有关联即可,完成后请在WotoHub重新进行邮箱绑定操作。",v150:"SMTP配置帮助文档",v151:"不同的企业邮箱如何开启、配置SMTP服务器以及获取授权码,方法可参考用户所使用的邮件服务商的帮助文档。以下整理了部分常用的企业邮箱的帮助文档,在高级选项默认配置下无法授权成功时,请按相关文档检查配置并验证,如需要帮助可以联系客成人员。",v152:"邮箱",v153:"SMTP服务器",v154:"是否需要授权码登录",v155:"帮助文档",v156:"平台封控规则",v157:"查看详情",v158:"邮件验证失败的常见原因及解决方法",v159:"1.该邮箱已被绑定",v160:"每个邮箱仅能绑定一个账号,系统发现您填写的邮箱已被其他账号绑定占用,请您重新输入合适的邮箱。",v161:"2.填写信息有误,请再次确认所填写的内容",v162:"请检查邮箱账号和密码是否正确,部分企业邮箱需要【授权码】登录请检查授权码是否正确。",v163:"特殊情况如阿里企业邮箱,请确保【三方客户端安全密码】已关闭,如下图:",v164:"3.邮箱地址无效",v165:"您所提供的邮箱地址存在格式错误、该邮箱不存在或者邮箱地址不在平台支持的企业邮箱范围内等问题,导致无法正常使用该邮箱进行通信或相关操作,请您核对后重新填写正确信息。",v166:"4.授权失败,请查看配置说明",v167:"存在您授权Gmail邮箱时,权益勾选错误,请您查看上方Gmail邮箱授权注意事项,按操作重新尝试即可。",v168:"阿里企业邮箱",v169:"1.群发邮件限制300封",v170:"2.分别发送收件人限制100封",v171:"腾讯企业邮箱",v172:"开启STMP服务",v173:"阿里企业邮箱配置到第三方客户端",v174:"开启POP/SMTP/IMAP功能",v175:"获取客户端专用密码",v176:"1.30用户以下的企业日发信量限制是不超过1500封;",v177:"2.30用户以上的企业日发信量为用户数*50封/天;",v178:"3.对有过邮件来往的成员账号不限发信量的限制。",v179:"QQ邮箱",v180:"配置QQ邮箱授权码",v181:"如果您是正常发送邮件的,则没有最大发信量的限制,如果您发送的邮件内容属于广告邮件或垃圾邮件,则会受到限制,这个是系统判定的,建议您不要发送此类邮件。",v182:"outlook邮箱",v183:"配置文档",v184:"了解Outlook SMTP设置界面:",v185:"Outlook SMTP设置界面",v186:"1.每日收件人:5,000",v187:"2.每封邮件的最大收件人数:500",v188:"3.每日非关系收件人:1,000",v189:"发件须知",v190:"1.为保障邮箱健康度,主子账号合计单日发送上限为{value}封",v191:"2.非系统邮箱发送邮件时,将同步消耗邮箱解锁配额",v192:"非系统邮箱发送邮件时,将同步消耗邮箱解锁配额",v193:"默认",v194:"设为默认",v195:"解绑",v196:"绑定新邮箱",v197:"邮箱类型",v198:"配置说明",v199:"请输入要绑定的Gmail邮箱",v200:"请先保存已编写的邮件内容,授权时将会刷新写信页面",v201:"授权前请先保证VPN已开启",v202:"Gmail限制每小时20封外发电子邮件",v203:"请输入要绑定的Outlook邮箱",v204:"邮箱地址",v205:"邮箱密码/授权密码",v206:"SMTP发件",v207:"请输入域名",v208:"不加密",v209:"请输入端口",v210:"IMAP收件",v211:"该邮箱有待发送的邮件,如果您现在解绑,这些邮件将会发送失败,请确认是否继续?",v212:"您确定要解除{currentUnbindEmail}与WotoHub的绑定关系吗?解除绑定后,您将无法再使用{currentUnbindEmail}邮箱代收发的相关功能,并且需要重新进行授权才能使用。",v213:"请选择企业邮箱服务商",v214:"请输入邮箱地址",v215:"请输入正确的邮箱地址",v216:"请输入邮箱密码/授权密码",v217:"请输入域名",v218:"请输入端口",v219:"发件箱选择",v220:"Outlook个人邮箱",v221:"设置默认邮箱成功",v222:"绑定成功",v223:"使用该邮箱发件时,将自动解锁红人邮箱,这将消耗您的解锁邮箱权益数,请确认是否继续。",v224:"温馨提醒",v225:"继续",v226:"取消",v227:"设置成功",v228:"Gmail邮箱已绑定,目前系统仅支持绑定一个Gmail邮箱,如需更换,请先解绑当前邮箱。",v229:"请输入Outlook邮箱",v230:"OutLook授权成功",v231:"解绑成功",v232:"邮件通道测试正常",v233:"端口号格式不正确",v234:"域名格式不正确",v235:"注:附件数量上限为10个,且附件总大小不超过200MB",v236:"添加附件",v237:"AI优化内容",v238:"内容变量",v239:"红人名",v240:"目标语言",v241:"翻译",v242:"语气",v243:"生成",v244:"原文",v245:"邮件模版",v246:"*套用模版将会覆盖当前邮件内容",v247:"为了确保您的邮件能够高效准确地送达到红人的邮箱中,我们限制了群发邮件的数量最大为500封。希望您能够合理利用邮件资源,以便更好地与博主进行沟通。",v248:"我知道了",v249:"已自动为您过滤无邮箱红人。",v250:"取消操作",v251:"选中红人暂未公开联系方式,无法直接发送邮件",v252:"发件人昵称",v253:"通过设置个性化的发件人昵称,您的昵称将直接展示在红人的收件箱中。有助于树立更亲近、更专业的品牌形象。",v254:"发件人昵称不能为空!",v255:"签名",v256:"搜索签名",v257:"新建签名",v258:"详情",v259:"更新时间:",v260:"删除",v261:"应用",v262:"正文:",v263:"已选中",v264:"项",v265:"优化拼写与语法",v266:"缩短内容",v267:"扩充内容",v268:"优化结构",v269:"改变语气"}};var jc=Rc;Yn().use(Pc);const Lc={en:{...Nc,...Fc.A},zh:{...jc,...$c["default"]}},zc=new Pc({locale:qi.get("language")||"zh",messages:Lc,silentTranslationWarn:!0});Bc["default"].i18n(((e,t)=>zc.t(e,t)));var Vc=zc;const Hc=[{icon:"icon-caidan-kehudangan",name:Vc.t("inboxDetail.menu1"),key:"blogger",activeName:"1"},{icon:"icon-wuliu",name:Vc.t("inboxDetail.menu2"),key:"logistics",activeName:"3"},{icon:"icon-fenxiao",name:Vc.t("inboxDetail.menu5"),key:"unit",activeName:"5"},{icon:"icon-hezuoneirong",name:Vc.t("inboxDetail.menu3"),key:"content",activeName:"6"}],Uc=[{coopStatus:Vc.t("inboxDetail.coop1"),ccode:0},{coopStatus:Vc.t("inboxDetail.coop2"),ccode:1},{coopStatus:Vc.t("inboxDetail.coop3"),ccode:6},{coopStatus:Vc.t("inboxDetail.coop4"),ccode:2},{coopStatus:Vc.t("inboxDetail.coop5"),ccode:3},{coopStatus:Vc.t("inboxDetail.coop6"),ccode:4}];var Wc=function(){var e=this,t=e._self._c;return t("div",[t("el-tooltip",{attrs:{"popper-class":"wt-email-tooltip",placement:"top"}},[t("div",{staticClass:"wt-email-tooltip-content",attrs:{slot:"content"},slot:"content"},[e._v(e._s(e.content))]),t("i",{staticClass:"dss-iconfont icon-bangzhushuomingbeifen",staticStyle:{"font-size":"14px",color:"#a9a9a9",cursor:"pointer"},on:{click:e.handleEvent}})]),e.aiRuleVisible?t("AiRuleDialog",{attrs:{visible:e.aiRuleVisible},on:{"update:visible":function(t){e.aiRuleVisible=t}}}):e._e()],1)},qc=[],Yc=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:"",visible:e.visible,width:"600px","append-to-body":"","custom-class":"ai-rule-setting-dialog"},on:{close:e.close}},[t("i",{staticClass:"closeIcon dss-iconfont icon-close",on:{click:e.close}}),t("div",{staticClass:"title"},[e._v("AI点数权益消耗规则")]),t("div",{staticClass:"content2"},[t("el-table",{staticClass:"ai-point-table",staticStyle:{width:"100%"},attrs:{border:"",data:e.tableData}},[t("el-table-column",{attrs:{align:"center",prop:"name",label:"功能项"}}),t("el-table-column",{attrs:{align:"center",prop:"value",label:"消耗点数"},scopedSlots:e._u([{key:"default",fn:function(n){return[t("div",{staticClass:"point"},[t("span",{staticClass:"num"},[e._v(e._s(n.row.point))]),t("span",{staticClass:"unit"},[e._v(e._s(n.row.unit))])])]}}])})],1)],1)])},Gc=[],Kc={props:{visible:{type:Boolean,default:!1}},components:{},data(){return{tableData:[{name:this.$t("edm5.v82"),unit:"/每次操作",point:1},{name:"内容优化",unit:"/每次操作",point:1},{name:"仿写邮件",unit:"/每次操作",point:1},{name:"翻译",unit:"/每次操作",point:1},{name:"AI总结邮件内容",unit:"/每封邮件",point:1},{name:"AI回信",unit:"/每封邮件",point:1},{name:this.$t("edm5.v34"),unit:"/每封邮件",point:1}]}},created(){},methods:{close(){this.$emit("update:visible",!1)}}},Xc=Kc,Zc=Ba(Xc,Yc,Gc,!1,null,"f55f06f4",null),Jc=Zc.exports,Qc={props:["content","isShowRule"],components:{AiRuleDialog:Jc},data(){return{aiRuleVisible:!1}},methods:{handleEvent(){this.isShowRule&&(this.aiRuleVisible=!0)}}},eu=Qc,tu=Ba(eu,Wc,qc,!1,null,null,null),nu=tu.exports,iu=function(){var e=this,t=e._self._c;return t("div",{staticClass:"email-box-main",domProps:{innerHTML:e._s(e.filterBaseTag(e.content))}})},ru=[],ou={props:["content"],methods:{filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/\r\n/g,"<br />").replace(/ツ?/g,"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/> >/g,"<br /><br />")),e}}},au=ou,su=Ba(au,iu,ru,!1,null,"5fe8cdd4",null),lu=su.exports,cu=function(){var e=this,t=e._self._c;return t("div",{staticClass:"simple-replay"},[t("div",{staticClass:"header"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("inboxDetail.quickReply")))]),t("span",{staticClass:"right"},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("i",{staticClass:"dss-iconfont icon-zuidahua",on:{click:e.toFullWrite}}),t("div",{staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.$t("inboxDetail.fullWrite"))+" ")])]),t("i",{staticClass:"el-icon-close",on:{click:e.drawerClose}})],1)]),t("div",{staticClass:"txt-content"},[t("el-input",{staticClass:"ai-simple-textarea",staticStyle:{"font-size":"16px"},attrs:{type:"textarea",rows:15,placeholder:"",resize:"none"},model:{value:e.content,callback:function(t){e.content=t},expression:"content"}}),t("el-popover",{attrs:{placement:"left-end",width:"300",trigger:"click","popper-class":"emoji-popover"},model:{value:e.show,callback:function(t){e.show=t},expression:"show"}},[t("i",{staticClass:"dss-iconfont icon-xiaolian emoji-icon",attrs:{slot:"reference"},slot:"reference"}),t("div",{staticClass:"emoji-box"},e._l(e.allEmoji,(function(n,i){return t("span",{key:i,staticClass:"box-item",on:{click:function(t){return e.chooseEmoji(n)}}},[e._v(e._s(n))])})),0)])],1),t("div",{staticClass:"footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small"},on:{click:e.drawerClose}},[e._v(e._s(e.$t("inboxDetail.cancel")))]),t("el-button",{attrs:{loading:e.loading,size:"small",type:"primary"},on:{click:e.sendMessage}},[e._v(e._s(e.$t("inboxDetail.sendNow")))])],1)])},uu=[],du={props:{visible:{type:Boolean,default:!1},maxId:{type:[String,Number],default:""}},data(){return{content:"",show:!1,allEmoji:["😀","😁","😂","😃","😄","😅","😆","😉","😊","😋","😎","😍","😘","😗","😙","😚","😇","😐","😑","😶","😏","😣","😥","😮","😯","😪","😫","😴","😌","😛","😜","😝","😒","😓","😔","😕","😲","😷","😖","😞","😟","😤","😢","😭","😦","😧","😨","😬","😰","😱","😳","😵","😡","😠","💘","❤","💓","💔","💕","💖","💗","💙","💚","💛","💜","💝","💞","💟","❣","💪","👈","👉","☝","👆","👇","✌","✋","👌","👍","👎","✊","👊","👋","👏","👐","✍","🍇","🍈","🍉","🍊","🍋","🍌","🍍","🍎","🍏","🍐","🍑","🍒","🍓","🍅","🍆","🌽","🍄","🌰","🍞","🍖","🍗","🍔","🍟","🍕","🍳","🍲","🍱","🍘","🍙","🍚","🍛","🍜","🍝","🍠","🍢","🍣","🍤","🍥","🍡","🍦","🍧","🍨","🍩","🍪","🎂","🍰","🍫","🍬","🍭","🍮","🍯","🍼","☕","🍵","🍶","🍷","🍸","🍹","🍺","🍻","🍴","🌹","🍀","🍎","💰","📱","🌙","🍁","🍂","🍃","🌷","💎","🔪","🔫","🏀","⚽","⚡","👄","👍","🔥","🙈","🙉","🙊","🐵","🐒","🐶","🐕","🐩","🐺","🐱","😺","😸","😹","😻","😼","😽","🙀","😿","😾","🐈","🐯","🐅","🐆","🐴","🐎","🐮","🐂","🐃","🐄","🐷","🐖","🐗","🐽","🐏","🐑","🐐","🐪","🐫","🐘","🐭","🐁","🐀","🐹","🐰","🐇","🐻","🐨","🐼","🐾","🐔","🐓","🐣","🐤","🐥","🐦","🐧","🐸","🐊","🐢","🐍","🐲","🐉","🐳","🐋","🐬","🐟","🐠","🐡","🐙","🐚","🐌","🐛","🐜","🐝","🐞","🦋","😈","👿","👹","👺","💀","☠","👻","👽","👾","💣","0️⃣","1️⃣","2️⃣","3️⃣","4️⃣","5️⃣","6️⃣","7️⃣","8️⃣","9️⃣","🔟","➡️","⬅️","⬆️","⬇️","↗️","↘️","↙️","↖️","↕️","↔️","🔴","🟣","🔵","🟢","🟡","🟠","⚫","⚪️","🟤"],loading:!1,timer:null}},methods:{drawerClose(){this.$emit("close")},chooseEmoji(e){this.content=this.content+e,this.show=!1},toFullWrite(){this.$emit("fullWrite",this.content),this.drawerClose(),this.content=""},sendMessage(){if(!this.content)return this.$message.error("请输入回信内容!");let e={replyIds:[this.maxId],content:`<p>${this.content.replace(/\n/g,"<br>")}</p>`,sendEntryKey:"quickReply"};this.loading=!0,ts(e).then((e=>{"0"===e.code?(this.$message.success("发送成功!"),this.timer&&clearTimeout(this.timer),this.timer=setTimeout((()=>{this.$emit("refresh"),this.drawerClose()}),500)):this.$message.error(e.message)})).finally((()=>{this.loading=!1}))},addEmoji(e){console.log(e)}}},hu=du,pu=Ba(hu,cu,uu,!1,null,"582e18f7",null),fu=pu.exports,mu=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:e.$t("inboxDetail.keywords"),visible:e.visible,width:"480px","append-to-body":"","custom-class":"email-intention-dialog"},on:{close:e.close}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isReplayIng,expression:"isReplayIng"}],attrs:{"element-loading-customclass":"ai-intention-loading","element-loading-text":e.$t("inboxDetail.isBuilding")}},[e.noKeyInformation?[t("div",{staticClass:"no-icon"},[t("i",{staticClass:"dss-iconfont icon-no-keyInformation"})]),t("div",{staticClass:"no-tips"},[e._v(e._s(e.$t("inboxDetail.noInfo")))])]:[t("div",{staticClass:"tip"},[e._v(e._s(e.$t("inboxDetail.waring1")))]),t("div",{staticClass:"info"},[t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info1"))+":"+e._s(e.detail.monetaryUnit)+e._s(e.detail.quoteNumber)+" ")]),t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info2"))+":"+e._s(e.detail.phoneNumber)+" ")]),t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info3"))+":"+e._s(e.detail.shippingAddress)+" ")]),t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info4"))+":"+e._s(e.detail.billingMessage)+" ")])]),t("div",{staticClass:"bottom"},[t("span",{staticClass:"sub-tip"},[e._v(e._s(e.$t("inboxDetail.aiTip1")))])])]],2)])},gu=[],vu={props:{visible:{type:Boolean,default:!1},id:{type:String,default:""},bloggerId:{type:String,default:""},maxId:{type:[String,Number],default:""},currentMail:{type:Object,default:()=>{}}},data(){return{btnLoading:!1,detail:{quoteNumber:"-",monetaryUnit:"",phoneNumber:"-",shippingAddress:"-",billingMessage:"-"},isReplayIng:!1,ReplayTimer:null,counter:0}},computed:{noKeyInformation(){return!this.detail||0===Object.keys(this.detail).length||!this.detail.quoteNumber&&!this.detail.phoneNumber&&!this.detail.shippingAddress&&!this.detail.billingMessage}},created(){this.initProgress()},methods:{close(){this.stopReplaySetInterval(),this.$emit("update:visible",!1)},async initProgress(){try{this.isReplayIng=!0;const e=await cs(this.currentMail.id);if("0"==e.code){if(null===e.data?.isComplete)this.setEmailIntentionExtract();else if(!1===e.data?.isComplete)this.getInformationProgress();else if(!0===e.data?.isComplete){this.isReplayIng=!1;const t=e.data?.keyInformation||{};let n=[];t.payeeName&&n.push(`${this.$t("edm5.v37")}${t.payeeName}`),t.PayPal&&n.push(`PayPal:${t.PayPal}`),t.bankCardNumber&&n.push(`${this.$t("edm5.v38")}${t.bankCardNumber}`),t.bankName&&n.push(`${this.$t("edm5.v39")}${t.bankName}`),t.billingMessage=n.join("、"),this.detail=t}}else this.isReplayIng=!1,this.stopReplaySetInterval(),this.$message.error(e.message)}catch(ul){console.log(ul),this.isReplayIng=!1}},async setEmailIntentionExtract(){try{const e=await us(this.currentMail.id);"0"===e.code?this.getInformationProgress():(this.isReplayIng=!1,this.stopReplaySetInterval(),this.detail={quoteNumber:"",monetaryUnit:"",phoneNumber:"",shippingAddress:"",billingMessage:""},this.$message.error(e.message))}catch(ul){console.log(ul)}},getInformationProgress(){this.isReplayIng=!0,this.stopReplaySetInterval(),this.ReplayTimer=setInterval((async()=>{this.counter+=1;const e=await this.getAiKeyInformation();e&&(this.$emit("refreshPoint"),this.isReplayIng=!1,this.stopReplaySetInterval()),this.counter>=60&&(this.isReplayIng=!1,this.stopReplaySetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},stopReplaySetInterval(){this.ReplayTimer&&(clearInterval(this.ReplayTimer),this.ReplayTimer=null)},async getAiKeyInformation(){try{const e=await cs(this.currentMail.id);if("0"==e.code){if(e.data?.isComplete){const t=e.data?.keyInformation||{};let n=[];t.payeeName&&n.push(`收款人:${t.payeeName}`),t.PayPal&&n.push(`PayPal:${t.PayPal}`),t.bankCardNumber&&n.push(`卡号:${t.bankCardNumber}`),t.bankName&&n.push(`银行:${t.bankName}`),t.billingMessage=n.join("、"),this.detail=t}return e.data?.isComplete}return this.isReplayIng=!1,this.$message.error(e.message),!0}catch(ul){return console.log(ul),this.isReplayIng=!1,!0}},async addBloggerInfo(){const{quoteNumber:e,monetaryUnit:t,phoneNumber:n,shippingAddress:i,billingMessage:r}=this.detail;if(!e&&!n&&!i&&!r)return this.$message.error(this.$t("inboxDetail.aiTips2"));try{this.btnLoading=!0;const o=await hs({bloggerId:this.bloggerId,quote:e,contactWay:n,contactAddr:i,proceedsMsg:r,monetaryUnit:t});"0"===o.code?(this.close(),this.$message.success(this.$t("inboxDetail.infoSuccess"))):this.$message.error(o.message)}catch(ul){console.log(ul)}finally{this.btnLoading=!1}}}},yu=vu,bu=Ba(yu,mu,gu,!1,null,"bddd0426",null),wu=bu.exports,_u=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:e.isHasPlan?e.$t("inboxDetail.planTitle2"):e.$t("inboxDetail.planTitle1"),visible:e.visible,width:"480px","append-to-body":"","custom-class":"email-plan-dialog"},on:{close:e.close}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[e.isHasPlan?t("div",{staticClass:"tips"},[e._v(" "+e._s(e.$t("inboxDetail.planTip2"))+" ")]):t("div",{staticClass:"tips"},[e._v(" "+e._s(e.$t("inboxDetail.planTip1"))+" ")]),e.planOpts.length>0?t("div",{staticClass:"label"},[e._v(" "+e._s(e.$t("inboxDetail.choosePlan"))+" ")]):e._e(),t("div",{staticClass:"plan-box"},[0!==e.planOpts.length?[t("div",[t("el-select",{staticStyle:{width:"100%"},attrs:{"popper-class":"edm-select-popper",placeholder:e.$t("inboxDetail.planPlace"),clearable:""},model:{value:e.planId,callback:function(t){e.planId=t},expression:"planId"}},e._l(e.planOpts,(function(n,i){return t("el-option",{key:i,attrs:{label:n.name,value:n.planId,disabled:1===n.isAdd}},[t("span",{staticStyle:{float:"left"}},[e._v(e._s(n.name))]),1===n.isAdd?t("span",{staticStyle:{float:"right"}},[t("i",{staticClass:"el-icon-check"})]):e._e()])})),1)],1),t("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.close}},[e._v(e._s(e.$t("inboxDetail.cancel")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmPlan}},[e._v(e._s(e.$t("inboxDetail.confirm")))])],1)]:[t("div",{staticClass:"no-datas"},[t("div",{staticClass:"no-data"},[e._v(e._s(e.$t("inboxDetail.noPlan2")))]),t("div",{staticClass:"create-btn",on:{click:e.goPlan}},[t("span",[e._v(e._s(e.$t("inboxDetail.createPlan")))]),t("i",{staticClass:"el-icon-right"})])])]],2)])])},Cu=[];function xu(e){return wa("/edm/outboxV2/pageOutboxSingle",e)}function Su(e){return wa("/edm/outboxV2/starOutbox",e)}function ku(e){return wa("/edm/outboxV2/pageReply",e)}async function Eu(e){let t=await ba("/edm/outboxV2/delOutbox",e);return t}function Du(e){return wa("/edm/outboxV2/outboxV2Detail",e)}function Au(e){return wa("/edm/outboxV2/outboxBloggerPage",e)}function Ou(e){return wa("/edm/outboxV2/refreshOutboxCrm",e)}function Tu(e){return wa("/edm/outboxV2/comeGoBloggerPage",e)}function Iu(e){return va(`/edm/outbox/withdraw/groupId/${e}`)}var Pu={props:{visible:{type:Boolean,default:!1},upbEsId:{type:String,default:""},planIdRel:{type:String,default:""},platform:{type:String,default:""},maxId:{type:[String,Number],default:""},bloggerId:{type:String,default:""},pageSource:{type:String,default:""},rowData:{type:Object,default:()=>({})},detailData:{type:Object,default:()=>({})}},data(){return{planId:"",planOpts:[],loading:!1}},computed:{isHasPlan(){return this.planIdRel&&"-1"!==this.planIdRel}},created(){this.planIdRel&&"-1"!==this.planIdRel&&(this.planId=Number(this.planIdRel)),this.getPlanList()},methods:{close(){console.log("okkk"),this.$emit("update:visible",!1)},getPlanList(){this.loading=!0,ns({blogId:""}).then((e=>{"0"===e.code?this.planOpts=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},confirmPlan(){if(console.log(this.planOpts),""!==this.planId)if("outboxDetail"!==this.pageSource){const e=this.isHasPlan?ms:Ss,t=this.isHasPlan?{ids:[this.upbEsId],planId:this.planId}:{planId:this.planId,blogList:[{blogId:this.bloggerId,platform:this.platform}],contactStatus:1,inviteStatus:1,replyUserId:this.detailData.userId};e(t).then((e=>{if(e&&"0"===e.code){this.$message({type:"success",message:`${this.$t("inboxDetail.planVal")}${this.isHasPlan?this.$t("inboxDetail.planMove"):this.$t("inboxDetail.planGL")}${this.$t("inboxDetail.success")}`});const e=this.planOpts.find((e=>e.planId===this.planId))?.name;gs({maxId:this.maxId,planId:this.planId,planName:e}).then((t=>{t&&"0"===t.code&&(this.$emit("change",this.planId,e),this.close())}))}else this.$message({type:"error",message:e.message})}))}else Ss({planId:this.planId,blogList:[{blogId:this.bloggerId,platform:this.platform}],contactStatus:1,inviteStatus:1,latestSendTime:this.detailData.sendTime}).then((e=>{if("0"==e.code){this.$message({type:"success",message:e.message,customClass:"custom-message"});const t=this.planOpts.find((e=>e.planId===this.planId))?.name;Ou({id:this.rowData.id,outboxId:this.rowData.outboxId,planId:this.planId,planName:t}).then((e=>{e&&"0"===e.code&&(this.$emit("change",this.planId,t),this.close())}))}else this.$message({type:"error",message:e.message,customClass:"custom-message"})}));else this.$message({type:"warning",message:this.$t("inboxDetail.planTips3"),customClass:"custom-message"})},goPlan(){this.close();const e=this.$router.resolve({path:"/plan"});window.open(e.href,"_blank")}}},Fu=Pu,$u=Ba(Fu,_u,Cu,!1,null,"4fad5252",null),Bu=$u.exports,Mu=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:e.$t("inboxDetail.coopStatus"),visible:e.visible,width:"480px","append-to-body":"","custom-class":"email-plan-dialog"},on:{close:e.close}},[t("div",{staticClass:"label"},[e._v(e._s(e.$t("inboxDetail.coopStatusTitle")))]),t("div",{staticClass:"plan-box"},[t("div",[t("el-select",{staticStyle:{width:"100%"},attrs:{"popper-class":"edm-select-popper",clearable:""},model:{value:e.status,callback:function(t){e.status=t},expression:"status"}},e._l(e.coopStatusList,(function(e,n){return t("el-option",{key:n,attrs:{label:e.coopStatus,value:e.ccode}})})),1)],1),t("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.close}},[e._v(e._s(e.$t("inboxDetail.cancel")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirm}},[e._v(e._s(e.$t("inboxDetail.confirm")))])],1)])])},Nu=[],Ru={props:{visible:{type:Boolean,default:!1},upbEsId:{type:String,default:""},coopStatus:{type:Number,default:""},planId:{type:[Number,String],default:""}},data(){return{status:"",coopStatusList:[{coopStatus:this.$t("inboxDetail.coop1"),ccode:0},{coopStatus:this.$t("inboxDetail.coop2"),ccode:1},{coopStatus:this.$t("inboxDetail.coop3"),ccode:6},{coopStatus:this.$t("inboxDetail.coop4"),ccode:2},{coopStatus:this.$t("inboxDetail.coop5"),ccode:3},{coopStatus:this.$t("inboxDetail.coop6"),ccode:4}],loading:!1}},created(){this.status=this.coopStatus},methods:{close(){this.$emit("update:visible",!1)},async confirm(){try{const e=await rs({ids:[this.upbEsId],coopStatus:this.status,planId:this.planId});"0"==e.code?(this.$message.success("修改成功"),this.close(),this.$emit("change")):this.$message.error(e.message)}catch(ul){console.log(ul)}}}},ju=Ru,Lu=Ba(ju,Mu,Nu,!1,null,"23d89b7a",null),zu=Lu.exports,Vu=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:"快捷回复",visible:e.visible,width:"700px","append-to-body":"","custom-class":"email-ai-replay-dialog"},on:{close:e.close}},[t("div",{staticClass:"reply-box"},[t("div",{staticClass:"top"},[t("img",{staticClass:"icon",attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v12")))])]),t("div",{staticClass:"content",domProps:{innerHTML:e._s(e.content)}}),t("div",{staticClass:"bottom"},[t("img",{attrs:{src:i(4643),alt:""}})])]),t("div",{staticClass:"footer"},[t("el-button",{staticClass:"reply-btn",attrs:{size:"small"},on:{click:e.close}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn",attrs:{loading:e.loading,size:"small",type:"primary"},on:{click:e.confirm}},[e._v("确认发送")])],1)])},Hu=[],Uu={props:{visible:{type:Boolean,default:!1},content:{type:String,default:""},loading:{type:Boolean,default:!1}},data(){return{}},created(){},methods:{close(){this.$emit("update:visible",!1)},confirm(){this.$emit("confirm")}}},Wu=Uu,qu=Ba(Wu,Vu,Hu,!1,null,"7627823c",null),Yu=qu.exports,Gu=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"show",rawName:"v-show",value:!e.isFirstHidden,expression:"!isFirstHidden"}],staticClass:"ai-summary-container"},[t("div",{staticClass:"item-summary"},[t("div",{staticClass:"ai-top"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v6")))]),e.isSummaryIng?t("i",{staticClass:"el-icon-loading ai-loading",staticStyle:{"margin-left":"4px"}}):e._e(),t("i",{staticClass:"dss-iconfont icon-close",class:{notAllow:e.isSummaryIng},on:{click:e.closeSummary}})]),t("div",{staticClass:"ai-box",staticStyle:{"white-space":"pre-wrap"}},[e._v(" "+e._s(e.summaryInfo.summary)+" ")]),t("div",{staticClass:"ai-bottom"},[t("div",{staticClass:"like-item first",class:{notAllow:e.isSummaryIng,active:1===e.summaryInfo.isLike},on:{click:function(t){return e.evaluateAi(1,e.summaryInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("inboxDetail.like")))])]),t("div",{staticClass:"like-item",class:{notAllow:e.isSummaryIng,active:2===e.summaryInfo.isLike},on:{click:function(t){return e.evaluateAi(2,e.summaryInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("inboxDetail.unLike")))])]),t("div",{staticClass:"redo",on:{click:e.rebuildSummary}},[e.isSummaryIng?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isSummaryIng?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("inboxDetail.stop")))]):t("span",[e._v(e._s(e.$t("inboxDetail.redo")))])]),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("inboxDetail.restPoint"))+":"+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("inboxDetail.aiRule"),isShowRule:!0}})],1),t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip ai-intention-tooltip",content:e.$t("edm5.v8")}},[t("div",{staticClass:"keywords",staticStyle:{"margin-right":"12px"},on:{click:e.getEmailIntention}},[t("i",{staticClass:"dss-iconfont icon-guanjianziguanli"}),t("span",[e._v(e._s(e.$t("edm5.v7")))])])]),t("div",{staticClass:"reply"},[t("button",{staticClass:"reply-btn",on:{click:e.showAiReply}},[t("img",{attrs:{src:i(4075),alt:""}}),t("span",[e._v(e._s(e.$t("edm5.v9")))])])])],1)])])},Ku=[],Xu={components:{Tooltip:nu},props:{id:{type:Number,default:0},aiPoint:{type:Number,default:0},isRebuild:{type:Boolean,default:!1}},data(){return{isSummaryIng:!1,summaryInfo:{},isLike:0,SummaryTimer:null,aiSummaryCounter:0,isFirstHidden:!0}},watch:{isRebuild:{handler(e){e?this.rebuildSummary():this.getAiEmailSummary()},immediate:!0}},methods:{async getAiEmailSummary(){try{const e=await as(this.id);"0"==e.code?null===e.data?.isComplete?(this.summaryInfo={},this.$emit("handleShow",this.id,!1),this.isFirstHidden=!0):e.data?.isComplete?(this.isFirstHidden=!1,this.$emit("handleShow",this.id,!0),this.summaryInfo=e.data?.emailSummary||{}):(this.isFirstHidden=!1,this.$emit("handleShow",this.id,!0),this.isSummaryIng=!0,this.createSummarySetInterval()):this.$message.error(e.message)}catch(ul){console.log(ul)}},async getAiEmailSummaryProgress(e){try{const t=await as(this.id);return"0"==t.code?(t.data?.isComplete&&(this.summaryInfo=t.data?.emailSummary||{},e&&(this.isSummaryIng=!1)),t.data?.isComplete):(this.$message.error(t.message),!0)}catch(ul){return console.log(ul),!0}},async rebuildSummary(){if(this.isFirstHidden=!1,this.isSummaryIng)this.stopSummarySetInterval(),this.isSummaryIng=!1;else{this.isLike=0;const e=await ss(this.id);"0"==e.code?(this.isSummaryIng=!0,this.createSummarySetInterval()):(this.isSummaryIng=!1,this.stopSummarySetInterval(),this.$message.error(e.message))}},createSummarySetInterval(){this.stopSummarySetInterval(),this.aiSummaryCounter=0,this.SummaryTimer=setInterval((async()=>{this.aiSummaryCounter+=1;const e=await this.getAiEmailSummaryProgress();e&&(this.isSummaryIng=!1,this.stopSummarySetInterval(),this.$emit("refreshAiPoint")),this.aiSummaryCounter>=60&&(this.isSummaryIng=!1,this.aiSummaryCounter=0,this.stopSummarySetInterval(),this.$message.error(this.$t("edm5.v11")),this.$emit("refreshAiPoint"))}),2e3)},stopSummarySetInterval(){this.SummaryTimer&&(clearInterval(this.SummaryTimer),this.SummaryTimer=null)},closeSummary(){if(this.isSummaryIng)return!1;this.summaryInfo={},this.isLike=0,this.$emit("handleShow",this.id,!1)},async evaluateAi(e,t){try{const n=this.summaryInfo.isLike===e?0:e,i=await ps({historyId:t,isLike:n,aiScene:"summarize"});"0"===i.code&&(this.getAiEmailSummaryProgress(),this.$message.success(this.$t("edm5.v10")))}catch(ul){console.log(ul)}},showAiReply(){this.$emit("showAiReply",this.summaryInfo)},getEmailIntention(){this.$emit("getEmailIntention")}}},Zu=Xu,Ju=Ba(Zu,Gu,Ku,!1,null,"2ad67469",null),Qu=Ju.exports,ed=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.visible,width:"900px","append-to-body":"","custom-class":"ai-replaying-dialog"},on:{close:e.close}},[t("div",{staticClass:"ai-title"},[1===e.step||2===e.step?t("img",{attrs:{src:i(5169),alt:""}}):e._e(),2===e.step?t("span",{staticClass:"text"},[e._v(e._s(e.$t("edm5.v12")))]):e._e(),3===e.step?t("div",{staticClass:"rule"},[t("i",{staticClass:"dss-iconfont icon-arrow",on:{click:e.backToOne}}),t("span",[e._v(e._s(e.$t("edm5.v13")))])]):e._e()]),t("div",{directives:[{name:"show",rawName:"v-show",value:1===e.step,expression:"step === 1"}],staticClass:"step-one"},[t("div",{staticClass:"summary-part"},[t("div",[t("img",{attrs:{src:i(9054),alt:""}})]),t("div",{staticClass:"content"},[e._v(" "+e._s(e.summaryInfo.summary)+" ")])]),t("div",{staticClass:"write-part"},[t("div",{staticClass:"write-input"},[t("el-input",{staticClass:"write-textarea",staticStyle:{"font-size":"14px"},attrs:{type:"textarea",rows:5,placeholder:e.$t("edm5.v14"),resize:"none"},model:{value:e.replyWords,callback:function(t){e.replyWords=t},expression:"replyWords"}})],1),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.aiRulesLoading,expression:"aiRulesLoading"}],staticClass:"write-example",attrs:{"element-loading-customclass":"ai-rule-loading","element-loading-spinner":"el-icon-loading","element-loading-text":e.$t("edm5.v15")}},[t("div",{staticClass:"example-title"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v13")))]),t("span",{staticClass:"others",on:{click:e.backToTree}},[e._v(e._s(e.$t("edm5.v16")))])]),0===e.aiRules.length?t("div",{staticClass:"no-rule"},[t("Empty")],1):e._l(e.aiRules,(function(n,i){return t("div",{key:i,staticClass:"example-item",on:{click:function(t){return e.toBuildAiReply(n)}}},[t("span",{staticClass:"icon"},[e._v(e._s(n.emoji))]),t("span",{staticClass:"txt"},[e._v(e._s(n.desc))])])}))],2)]),t("div",{staticClass:"footer"},[t("div",{staticClass:"footer-left"},[t("el-select",{staticClass:"ai-prompt-select",attrs:{clearable:!1},model:{value:e.language,callback:function(t){e.language=t},expression:"language"}},e._l(e.languageList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-select",{staticClass:"ai-prompt-select",attrs:{clearable:!1},model:{value:e.tone,callback:function(t){e.tone=t},expression:"tone"}},e._l(e.toneList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)],1),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.stepOneClose}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{loading:e.loading,size:"small",type:"primary",disabled:e.aiRulesLoading},on:{click:e.stepOneConfirm}},[e._v(e._s(e.$t("edm5.v20")))])],1)])]),2===e.step?t("div",{staticClass:"step-two"},[t("ReplyContent",{attrs:{maxId:e.maxId,aiPoint:e.aiPoint,currentMail:e.currentMail,tone:e.tone,language:e.language,replyWords:e.replyWords,chooseRuleCode:e.chooseRuleCode},on:{refreshPoint:e.refreshPoint,changeStep:e.changeStep,finished:e.finished,toFullWrite:e.toFullWrite}})],1):e._e(),3===e.step?t("div",{staticClass:"step-three"},[t("el-tree",{staticClass:"ai-rule-tree",attrs:{"node-key":"scenario",accordion:"",data:e.list,props:e.defaultProps,"default-expanded-keys":[0]},on:{"node-click":e.toBuildAiReply}})],1):e._e()])},td=[],nd=function(){var e=this,t=e._self._c;return t("div",{staticClass:"reply-content"},[t("div",{staticClass:"ai-result-part"},[t("div",{staticClass:"chinese language"},[t("div",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v30")))]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isReplying,expression:"isReplying"}],staticClass:"content",staticStyle:{"white-space":"pre-wrap"},attrs:{"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(0, 0, 0, 0)","element-loading-customClass":"ai-reply-loading"},domProps:{innerHTML:e._s(e.replayInfo.replyContentCn)}})]),t("div",{staticClass:"split"}),t("div",{staticClass:"foreign language"},[t("div",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v31",{value:e.language}))+")")]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isReplying,expression:"isReplying"}],staticClass:"content",staticStyle:{"white-space":"pre-wrap"},attrs:{"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(0, 0, 0, 0)","element-loading-customClass":"ai-reply-loading"},domProps:{innerHTML:e._s(e.replayInfo.replyContent)}})]),t("img",{staticClass:"email-icon",attrs:{src:i(4643),alt:""}})]),t("div",{staticClass:"footer"},[t("div",{staticClass:"ai-bottom"},[t("div",{staticClass:"like-item first",class:{notAllow:e.isReplying,active:1===e.feedLike},on:{click:function(t){return e.evaluateAi(1,e.replayInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]),t("div",{staticClass:"like-item",class:{notAllow:e.isReplying,active:2===e.feedLike},on:{click:function(t){return e.evaluateAi(2,e.replayInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v33")))])]),t("div",{staticClass:"redo",on:{click:e.rebuildReplay}},[e.isReplying?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isReplying?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("edm5.v35")))]):t("span",[e._v(e._s(e.$t("edm5.v34")))])]),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.close}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{loading:e.aiReplayBtnLoading,size:"small",type:"primary",disabled:e.isReplying},on:{click:e.confirm}},[e._v(e._s(e.$t("edm5.v36")))])],1)])])},id=[],rd={components:{Tooltip:nu},props:{aiPoint:{type:Number,default:0},currentMail:{type:Object,default:()=>{}},tone:{type:String,default:""},language:{type:String,default:""},replyWords:{type:String,default:""},chooseRuleCode:{type:[String,Number],default:""},maxId:{type:[String,Number],default:""}},data(){return{isReplying:!1,replayInfo:{},feedLike:0,aiReplayCounter:0,ReplayTimer:null,aiReplayBtnLoading:!1}},created(){this.buildAiReply()},methods:{async buildAiReply(){try{const e=await Cs({inboxId:this.currentMail.id,emailStrategy:""===this.chooseRuleCode?void 0:this.chooseRuleCode,customizedStrategy:""===this.chooseRuleCode?this.replyWords:void 0,language:this.language,tone:this.tone});"0"===e.code?this.getAiEmailReplay():this.$message.error(e.message)}catch(ul){console.log(ul)}},async getAiEmailReplay(){try{const e=await ls(this.currentMail.id);"0"==e.code?e.data?.isComplete?this.replayInfo=e.data?.smartReply||{}:(this.isReplying=!0,this.createReplaySetInterval()):this.$message.error(e.message)}catch(ul){console.log(ul)}},async getAiEmailReplayProgress(){try{const e=await ls(this.currentMail.id);return"0"==e.code?(e.data?.isComplete&&(this.replayInfo=e.data?.smartReply||{}),e.data?.isComplete):(this.$message.error(e.message),!0)}catch(ul){return console.log(ul),!0}},createReplaySetInterval(){this.stopReplaySetInterval(),this.aiReplayCounter=0,this.ReplayTimer=setInterval((async()=>{this.aiReplayCounter+=1;const e=await this.getAiEmailReplayProgress();e&&(this.$emit("refreshPoint"),this.isReplying=!1,this.stopReplaySetInterval()),this.aiReplayCounter>=60&&(this.isReplying=!1,this.aiReplayCounter=0,this.stopReplaySetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async rebuildReplay(){if(this.isReplying)this.stopReplaySetInterval(),this.isReplying=!1;else{const e=await Cs({inboxId:this.currentMail.id,emailStrategy:""===this.chooseRuleCode?void 0:this.chooseRuleCode,customizedStrategy:""===this.chooseRuleCode?this.replyWords:void 0,language:this.language,tone:this.tone});"0"==e.code?(this.isReplying=!0,this.feedLike=0,this.createReplaySetInterval()):(this.isReplying=!1,this.stopReplaySetInterval(),this.$message.error(e.message))}},stopReplaySetInterval(){this.ReplayTimer&&(clearInterval(this.ReplayTimer),this.ReplayTimer=null)},async evaluateAi(e,t){try{const n=this.feedLike===e?0:e,i=await ps({historyId:t,isLike:n,aiScene:"reply"});"0"===i.code&&(this.feedLike=n,this.$message.success(this.$t("inboxDetail.tips5")))}catch(ul){console.log(ul)}},close(){this.stopReplaySetInterval(),this.$emit("changeStep",1)},confirm(){this.$emit("toFullWrite",this.replayInfo.replyContent,this.replayInfo.id)}}},od=rd,ad=Ba(od,nd,id,!1,null,"ba5a8f8c",null),sd=ad.exports,ld=function(){var e=this,t=e._self._c;return t("div",{staticClass:"empty-contain",style:{...e.currentStyle}},[t("img",{attrs:{src:i(3442),alt:""}}),t("p",[e._v(e._s(e.tips||"暂无数据"))])])},cd=[],ud={props:["currentStyle","tips"]},dd=ud,hd=Ba(dd,ld,cd,!1,null,"37b97e56",null),pd=hd.exports,fd={props:{visible:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},aiPoint:{type:Number,default:0},summaryInfo:{type:Object,default:()=>{}},currentMail:{type:Object,default:()=>{}},maxId:{type:[String,Number],default:""}},components:{Tooltip:nu,Empty:pd,ReplyContent:sd},data(){return{step:1,replyWords:"",languageList:[],toneList:[],language:"英文",tone:"友好的",isReplying:!1,defaultProps:{children:"children",label:"desc"},list:[],aiRulesCounter:0,aiRulesLoading:!0,aiRulesInfo:{children:[{},{},{}]},RulesTimer:null,chooseRuleCode:""}},computed:{aiRules(){return this.aiRulesInfo&&this.aiRulesInfo.children?this.aiRulesInfo.children:[]}},created(){this.getAiRules(),this.getLanguages(),this.getTones()},beforeDestroy(){this.stopRulesSetInterval()},mounted(){this.initAi()},methods:{initAi(){this.buildAiRules()},async getAiRules(){try{const e=await ys();"0"===e.code&&(this.list=JSON.parse(e.data),this.handleRules())}catch(ul){console.log(ul)}},async buildAiRules(){try{const e=await vs(this.currentMail.id);"0"===e.code?this.getAiReplyTips():(this.$message.error(e.message),this.aiRulesLoading=!1)}catch(ul){this.aiRulesLoading=!1,console.log(ul)}},async getAiReplyTips(){try{const e=await bs(this.currentMail.id);if("0"===e.code)if(e.data?.isComplete){let t=e.data?.emailStrategy||{};t.children&&(t.children=t.children.map((e=>({...e,emoji:this.getEmojiByNum()})))),this.aiRulesInfo=t}else this.aiRulesLoading=!0,this.createRulesSetInterval();else this.stopRulesSetInterval(),this.$message.error(e.message),this.aiRulesLoading=!1}catch(ul){console.log(ul),this.stopRulesSetInterval(),this.aiRulesLoading=!1}},createRulesSetInterval(){this.stopRulesSetInterval(),this.aiRulesCounter=0,this.RulesTimer=setInterval((async()=>{this.aiRulesCounter+=1;const e=await this.getAiRulesProgress();e&&(this.aiRulesLoading=!1,this.stopRulesSetInterval()),this.aiRulesCounter>=60&&(this.aiRulesLoading=!1,this.aiRulesCounter=0,this.stopRulesSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getAiRulesProgress(){try{const e=await bs(this.currentMail.id);if("0"==e.code){if(e.data?.isComplete){let t=e.data?.emailStrategy||{};t.children&&(t.children=t.children.map((e=>({...e,emoji:this.getEmojiByNum()})))),this.aiRulesInfo=t}return e.data?.isComplete}return this.$message.error(e.message),this.aiRulesLoading=!1,!0}catch(ul){return console.log(ul),!0}},stopRulesSetInterval(){this.RulesTimer&&(clearInterval(this.RulesTimer),this.RulesTimer=null)},async getLanguages(){try{const e=await ws();"0"===e.code&&(this.languageList=e.data?.map((e=>({label:e,value:e}))))}catch(ul){console.log(ul)}},async getTones(){try{const e=await _s();"0"===e.code&&(this.toneList=e.data?.map((e=>({label:e,value:e}))))}catch(ul){console.log(ul)}},getEmojiByNum(){const e=["😄","🎉","🌟","🎯","💰","🔮","🛍️","🎁","💬","💭"],t=Math.floor(10*Math.random());return e[t]},getUpByNum(e){const t={1:"一",2:"二",3:"三",4:"四",5:"五",6:"六"};return t[e]||e},handleRules(){this.list=this.list.map((e=>{if(e.children){const t=e.children.map(((e,t)=>({...e,order:t+1})));return{...e,children:t}}return e})),this.handleRulesLoop(this.list)},handleRulesLoop(e){for(let t in e){const n=e[t];n.children?(1===n.level&&(n.desc=this.getUpByNum(n.phase+1)+"、"+n.desc),2===n.level&&(n.desc=n.order+". "+n.desc),3===n.level&&(n.desc=this.getEmojiByNum()+" "+n.desc),this.handleRulesLoop(n.children)):(1===n.level&&(n.desc=this.getUpByNum(n.phase)+"、"+n.desc),2===n.level&&(n.desc=n.order+". "+n.desc),3===n.level&&(n.desc=this.getEmojiByNum()+" "+n.desc))}},toBuildAiReply({code:e}){if(null===e||""===e||void 0===e)return!1;this.chooseRuleCode=e,this.aiRulesLoading=!1,this.step=2},close(){this.$emit("update:visible",!1)},stepOneConfirm(){if(!this.replyWords)return this.$message.error(this.$t("edm5.v29"));this.chooseRuleCode="",this.stopRulesSetInterval(),this.aiRulesLoading=!1,this.step=2},stepOneClose(){this.stopRulesSetInterval(),this.close()},backToOne(){this.step=1},backToTree(){this.step=3},changeStep(e){this.step=e},refreshPoint(){this.$emit("refreshPoint")},finished(){this.$emit("finished"),this.close()},toFullWrite(e,t){this.$emit("fullWrite",e,t)}}},md=fd,gd=Ba(md,ed,td,!1,null,"394b0cd6",null),vd=gd.exports,yd=i(1930),bd=i.n(yd),wd={name:"edm-inboxDetail",components:{AddTagsDialog:el,Tooltip:nu,EmailBox:lu,SimpleReplay:fu,EmailIntention:wu,EmailPlan:Bu,CoopStatus:zu,EmailRely:Yu,AiSummary:Qu,AiReply:vd},props:{goBackUrl:{type:String,default:"/inbox"},mailId_inbox:{type:String,default:""},chatId_inbox:{type:String,default:""},blogDetailUrl:{type:String,default:"/blogDetail"},crmGrayUser:{type:Boolean,default:!1}},filters:{coopStatusFilter(e){return Uc.find((t=>t.ccode===e))?.coopStatus||Vc.t("inboxDetail.empty")}},data(){return{bloggerInfo:{},primary:"dss"===localStorage.getItem("sourceApp")?"#1990FF":"#FF5277",maxId:"",id:this.mailId_inbox,chatId:this.chatId_inbox,mailId:this.mailId_inbox,popularizePlanId:this.$route.query.popularizePlanId,popularizePlanName:this.$route.query.popularizePlanName,mailData:"",mailTaglist:[],tags:[],mailTags:[],mailList:[],isShowSettag:!1,selectedTags:[],tagList:[],isShowReply:!1,fileList:[],isSubmit:!1,optList:[],aiOpen:!1,showSimpleReplay:!1,intentionVisible:!1,planVisible:!1,coopStatusVisible:!1,emailRelyVisible:!1,isOpenAi:!1,summaryInfo:{},aiPoint:0,replayInfo:{},aiFeed:{single_invitation:0,summarize:0},aiReplayBtnLoading:!1,timer:null,mailLoading:!1,aiRelyVisible:!1,currentMail:{},searchForm:{},tableData:[],checkEmailIndex:null}},computed:{isHasAi(){const e=Array.isArray(this.mailList)&&this.mailList.length>0&&1==this.mailList[0]?.type;return this.isOpenAi&&e||!0}},watch:{isHasAi(e){}},async created(){this.getInboxList(),this.getMailGroup(),await this.initTags(),await this.getMailDetailById(),this.getCrmInfo(),this.setReadstatus(),this.isOpenAiSetting(),this.getAiPoint()},destroyed(){},methods:{async pageInit(){console.log(this.checkEmailIndex),this.id=this.tableData[this.checkEmailIndex].id,this.chatId=this.tableData[this.checkEmailIndex].chatId,this.mailId=this.tableData[this.checkEmailIndex].mailId,this.maxId=this.tableData[this.checkEmailIndex].maxId,this.popularizePlanId=this.tableData[this.checkEmailIndex].popularizePlanId,this.popularizePlanName=this.tableData[this.checkEmailIndex].popularizePlanName,this.getMailGroup(),await this.initTags(),await this.getMailDetailById(),this.getCrmInfo(),this.setReadstatus()},handleNext(){this.checkEmailIndex++,this.pageInit()},handlePrevious(){this.checkEmailIndex--,this.pageInit()},getInboxList(){localStorage.getItem("searchFormInbox")&&(this.searchForm=JSON.parse(localStorage.getItem("searchFormInbox")),La(this.searchForm).then((e=>{e?(this.tableData=e.rows,this.tableData.forEach(((e,t)=>{e.id==this.$route.query.id&&(this.checkEmailIndex=t)}))):this.$message.warning(this.$t("inboxTable.requestError"))})))},handleAddFavorites(){this.$emit("AddFavorites",{besId:this.mailData.bloggerId})},changeCoopStatus(){this.bloggerInfo.planId&&"-1"!=this.bloggerInfo.planId?this.coopStatusVisible=!0:this.$message({type:"warning",message:"请先关联推广计划",customClass:"custom-message"})},async getCrmInfo(){try{const e=await is(this.maxId);"0"===e.code&&(this.bloggerInfo=e.data||{},"-1"==e.data.planId||"null"==e.data.planId?this.optList=[{icon:"icon-caidan-kehudangan",name:Vc.t("inboxDetail.menu1"),key:"blogger",activeName:"1"},{icon:"icon-hezuoneirong",name:Vc.t("inboxDetail.menu3"),key:"content",activeName:"6"}]:this.optList=Object.freeze(Hc))}catch(ul){console.log(ul)}},async isOpenAiSetting(){return this.isOpenAi=!0,!1},getAiInit(){},async getAiPoint(){this.aiPoint=await Ys()},clickHandle(e,t){console.log(e),this.$emit("showFn",e,t,this.bloggerInfo)},goBack(){this.$router.push({path:localStorage.getItem("currentPath"),query:{isdetail:!0}})},initDetail(){this.getMailDetailById(),this.isShowSettag=!1},async initTags(){const e=await Za();e&&(this.mailTaglist=e,e.map((e=>{this.tags.push({id:e.id,value:e.id.toString(),label:e.tag})})),this.mailTaglist=e)},handleAddTag(){this.initTags()},initTagList(){this.initTags()},async getMailDetailById(){if(this.id){const e=await Ya(this.id);if(e&&(this.handleTagData(e),this.mailData=e,this.maxId=e.maxId,e.tag)){this.mailTags=[];let t=e.tag.split(",");t.forEach((e=>{let t=this.mailTaglist.find((t=>t.tag===e));t&&this.mailTags.push(t)}))}}},getMailGroup(){this.mailLoading=!0,Ga(this.chatId).then((e=>{e&&(e.map(((e,t)=>{e.uid=t+1e4,e.isExpand=0===t,e.attachment||(e.attachment=[]),e.isShowFull=!0,e.isOut=!1,2===e.type&&(e.bloggerAvatar="https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/koc/user_avatar/koc_default_man.png"),1===e.type&&(e.bloggerAvatar&&""!==e.bloggerAvatar||(e.bloggerAvatar="https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/koc/user_avatar/defaultUser.svg",e.isOut=!0)),e.isShowSummary=!0,e.isRebuild=!1})),console.log(e),this.mailList=e,this.mailLoading=!1)})).catch((e=>{this.mailLoading=!1})).finally((()=>{this.mailLoading=!1}))},filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/This email was sent to(.*?)from this list/g,"").replace(/\(http\:\/\/mandrillapp.com(.*?)\)/g,"")),e},delHtmlTag(e){if(e)return e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<[^>]+>/g,""),e=e.replace(new RegExp(" ","g")," "),e},imgClick(e){if(1===e.type){if(e.isOut)return;this.$emit("toBloggerDetail",e)}},delOneMail(e){this.$confirm(this.$t("inboxDetail.confirmContent"),this.$t("inboxDetail.tip"),{confirmButtonText:this.$t("inboxDetail.confirm"),cancelButtonText:this.$t("inboxDetail.cancel"),type:"warning"}).then((()=>{Ka({id:e.id,type:e.type}).then((e=>{e&&(this.$message({message:this.$t("inboxDetail.delSuccess"),type:"success",duration:1500}),this.initTags(),this.getMailGroup())}))}),(()=>{}))},delFile(e){this.fileList.splice(e,1)},handleTagData(e){if(this.tagList=[],e.tag&&e.tagColor&&""!==e.tag&&""!==e.tagColor){let t=e.tag.split(","),n=e.tagColor.split(",");t.length!==n.length?this.tagList.push({tag:this.$t("inboxDetail.tagError"),tag_color:"#777"}):t.forEach(((e,t)=>{this.tagList.push({tag:e,tag_color:n[t]})}))}},delTag(e){const t=this.tagList.filter((e=>!!e.tag))||[];let n=[];t.length>1&&(n=t.filter((t=>t.tag!==e.tag)).map((e=>({tag:e.tag,tagColor:e.tag_color})))),this.updateTag(n,!0)},setReadstatus(){let e={read:2,chatId:[this.chatId]};Ha(e).then((e=>{e||this.$message({type:"error",message:this.$t("inboxDetail.mailError"),duration:1500})}))},showReply(e){if(this.isShowReply){localStorage.setItem("mailReply",JSON.stringify(e)),"dss"===localStorage.getItem("sourceApp")?localStorage.setItem("sendEntryKey","inboxDetailDssReply"):localStorage.setItem("sendEntryKey","inboxDetailHubReply");let t=this.$route.query.popularizePlanId?this.$route.query.popularizePlanId:"";if(this.crmGrayUser){const n=this.$router.resolve({path:`/inboxReply?replyId=${e.id}&chatId=${this.chatId}&popularizePlanId=${t}&popularizePlanName=${this.$route.query.popularizePlanName}`});window.open(n.href,"_blank")}else{const n=this.$router.resolve({path:`/inboxReply?replyId=${e.id}&chatId=${this.chatId}&popularizePlanId=${t}&taskId=${this.$route.query.taskId}&taskName=${this.$route.query.taskName}`});window.open(n.href,"_blank")}}},async showReplyNew(e=!1,t=void 0){const n=await this.checkEmailOwner();if(!n)return!1;if(this.mailList.length>0){let n=this.mailList,i=this.mailList.filter((e=>1===e.type));if(console.log("最新回复list",n),console.log("type 1的list",i),n.length>0&&i.length>0){"dss"===localStorage.getItem("sourceApp")?localStorage.setItem("sendEntryKey","inboxDetailDssReply"):localStorage.setItem("sendEntryKey","inboxDetailHubReply");let i=this.$route.query.popularizePlanId?this.$route.query.popularizePlanId:"",r=`/inboxReply?replyId=${this.maxId}&chatId=${this.chatId}&popularizePlanId=${i}&popularizePlanName=${this.$route.query.popularizePlanName}&replyContentId=${n[0].id}`;e&&(r+="&isSimple=true"),t&&(r+=`&aiId=${t}`),console.log("-----",r);const o=this.$router.resolve({path:r});window.open(o.href,"_blank")}}},fullWrite(e,t=void 0){console.log(e),console.log(t),localStorage.setItem("simpleWiteTxt",e||""),this.showReplyNew(!0,t)},skipBlogDetail(e,t){this.$emit("toBloggerDetail",t)},downFile(e){Vs(e.link,e.name)},async simpleReplay(){const e=await this.checkEmailOwner();if(!e)return!1;this.showSimpleReplay=!0},toggleEmailExpand(e){this.mailList=this.mailList.map((t=>({...t,isExpand:e.id===t.id&&!t.isExpand,isShowFull:!0})))},toggleFullContent(e){this.mailList=this.mailList.map((t=>({...t,isShowFull:e.id===t.id&&!t.isShowFull})))},async getEmailIntention(e){this.currentMail=e,this.intentionVisible=!0},openPlan(){this.planVisible=!0},toBloggerDetail(e,t){if(!e)return!1;this.$emit("toBloggerDetail",t)},openAiSummary(e){const t=this.mailList.findIndex((t=>t.id===e));if(t>-1){if(this.mailList[t]?.isShowSummary)return!1;this.$set(this.mailList,t,{...this.mailList[t],isShowSummary:!0,isRebuild:!0})}},showAiReplay(e){if(!e)return this.$message.error(this.$t("inboxDetail.tip3"));this.emailRelyVisible=!0},async handleAiReplay(e,t){if(!e)return!1;this.aiReplayBtnLoading=!0,ts({replyIds:[this.maxId],content:e,sendEntryKey:"aiReply"}).then((e=>{if("0"===e.code){const n=Array.isArray(e.data)&&e.data.length>0?e.data[0]:void 0;this.$message.success(this.$t("inboxDetail.tips4")),ds({aiEmailId:t,writeId:n}),this.timer&&clearTimeout(this.timer),this.timer=setTimeout((()=>{this.getMailGroup()}),500)}else this.aiReplayBtnLoading=!1,this.$message.error(e.message)})).catch((e=>{console.log(e),this.aiReplayBtnLoading=!1})).finally((()=>{this.aiReplayBtnLoading=!1}))},async getEvaluateAi(){try{const e=await fs(this.maxId);"0"===e.code?e.data.forEach((e=>{"single_invitation"===e.aiScene&&(this.aiFeed.single_invitation=e.isLike),"summarize"===e.aiScene&&(this.aiFeed.summarize=e.isLike)})):this.$message.error(e.message)}catch(ul){console.log(ul)}},async evaluateAi(e,t,n){try{const i=this.aiFeed[e]===t?0:t,r=await ps({historyId:n,isLike:i,aiScene:e});"0"===r.code&&(this.getEvaluateAi(),this.$message.success(this.$t("inboxDetail.tips5")))}catch(ul){console.log(ul)}},handleSummaryShow(e,t){const n=this.mailList.findIndex((t=>t.id===e));n>-1&&this.$set(this.mailList,n,{...this.mailList[n],isShowSummary:t})},showAiReply(e,t){this.currentMail=e,this.summaryInfo=t,this.aiRelyVisible=!0},async checkEmailOwner(){try{const e=await xs({inboxId:this.id});return"0"===e.code?!!e.data||(this.$message.error(this.$t("edm5.v5")),!1):(this.$message.error(e.message),!1)}catch(ul){return console.log(ul),!1}},changeEmailPlan(e,t){this.$router.push({query:bd()(this.$route.query,{popularizePlanId:e||-1,popularizePlanName:t||""})}),this.getCrmInfo()},addTagsStart(){this.selectedTags=this.tagList&&Array.isArray(this.tagList)?this.tagList.filter((e=>!!e.tag)).map((e=>e.tag)):[],this.isShowSettag=!0},async updateTag(e=[],t=!1){try{const n=await Xa({mailId:this.id,tags:e});n&&(t?this.$message({type:"success",message:this.$t("inboxTagDialog.delTagSuccess")}):this.$message({type:"success",message:this.$t("inboxTagDialog.bindSuccess")}),this.getMailDetailById())}catch(ul){}}}},_d=wd,Cd=Ba(_d,ol,al,!1,null,"274abbb0",null),xd=Cd.exports,Sd=function(){var e=this,t=e._self._c;return t("div",{ref:"pageContainer",staticClass:"page-container-write"},[t("div",{staticClass:"write-part"},[t("div",{staticClass:"write-container"},[t("div",{staticClass:"write-wrap"},["AIinvitePlan"!==e.pageFrom?t("div",{staticClass:"form-item mb12"},[t("span",{on:{click:e.test}},[e._v(e._s(e.$i18n.t("writeMail.receiver")))]),t("div",{staticClass:"edm-input-container"},[e.isSpreadAddress?e._e():e._l(e.addresseeArr.slice(0,5),(function(n,i){return t("span",{key:i,staticClass:"edm-input-tags"},[e._v(" "+e._s(n.bloggerName)+" ")])})),e.isSpreadAddress?e._l(e.addresseeArr,(function(n,i){return t("span",{key:i,staticClass:"edm-input-tags"},[e._v(" "+e._s(n.bloggerName)+" ")])})):e._e(),e.addresseeArr.length?t("p",{staticClass:"edm-tag-dot"},[e._v(" "+e._s(e.addresseeArr.length>9999?e.addresseeArr.length+"+":e.addresseeArr.length)+" ")]):e._e(),e.addresseeArr.length>5?t("div",{staticClass:"edm-tags-action",on:{click:function(t){e.isSpreadAddress=!e.isSpreadAddress}}},[e._v(" "+e._s(e.isSpreadAddress?`- ${e.$i18n.t("writeMail.retract")}`:`+ ${e.$i18n.t("writeMail.other")}`+(e.addresseeArr.length-5)+`${e.$i18n.t("writeMail.person")}`)+" ")]):e._e()],2),e.isReply||e.isMultiReply||"payStatusDetail"===e.$route.query.pageFrom?e._e():t("el-button",{staticClass:"edit-btn",attrs:{loading:e.editBloggerLoading},on:{click:e.toEditBlogger}},[e._v(e._s(e.$t("edm5.v58")))])],1):e._e(),e.isReply||e.isMultiReply?e._e():t("div",{staticClass:"form-item"},[t("span",{staticClass:"email-label"},[e._v(" "+e._s(e.$t("edm5.v55"))+" "),t("Tooltip",{staticClass:"label-tooltip",attrs:{content:e.$t("edm5.v57"),isShowRule:!1}})],1),t("div",{staticClass:"email-box"},[t("div",{staticClass:"email-tab"},e._l(e.mailList,(function(n,i){return t("div",{key:n.id,class:{tab:!0,"active-tab":n.active},on:{click:function(t){return e.toggleEmailTag(n.id)}}},[t("span",{staticClass:"tab-txt"},[e._v(e._s(e.$t("edm5.v59"))+e._s(i+1))]),e.mailList.length>1?t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.deleteEmail(n.id)}}}):e._e()])})),0),!e.isReply&&!e.isMultiReply&&e.mailList.length<5?t("div",{staticClass:"email-add",on:{click:function(t){return e.toAddEmail()}}},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",[e._v(e._s(e.$t("edm5.v60")))])]):e._e()])]),t("div",{staticClass:"email-container",staticStyle:{position:"relative"}},[e._l(e.mailList,(function(n){return t("div",{key:n.id,staticClass:"email-main"},[t("ContentBox",{directives:[{name:"show",rawName:"v-show",value:n.active,expression:"mail.active"}],attrs:{editorHeight:e.editorHeight,form:n,replyInfo:e.replyInfo,isDraft:!!e.draftId,isOuterBox:!!e.outboxId,isReply:e.isReply,isMultiReply:e.isMultiReply,aiPoint:e.aiPoint},on:{handleOptimize:e.handleOptimize}})],1)})),t("div",{directives:[{name:"show",rawName:"v-show",value:e.isAutoSave,expression:"isAutoSave"}],staticClass:"save-icon"},[e.isAutoSaving?t("i",{staticClass:"el-icon-refresh-right"}):e._e(),e.isAutoSaved?t("img",{attrs:{src:i(3475)}}):e._e()])],2),t("div",{staticClass:"form-item cards"},[t("span",{staticStyle:{"white-space":"normal"}},[e._v(" "+e._s(e.$i18n.t("productCard.product_card"))+" ")]),t("div",{staticClass:"cards-content"},[e._l(e.cardsArr,(function(n,r){return t("div",{key:r,staticClass:"card-wrap"},[t("div",{staticClass:"product-card"},[t("div",{staticClass:"card-top"},[t("el-image",{staticClass:"product-img",staticStyle:{border:"1px solid #e8e8e8"},attrs:{src:n.imageUrls[0]}}),t("div",{staticClass:"card-tags"},[e._l(n.promotePlatformType,(function(n,r){return t("div",{key:"platform"+r,staticClass:"product-platform"},[0==n?t("img",{staticClass:"platform-img",attrs:{src:i(4321)}}):e._e(),1==n?t("img",{staticClass:"platform-img",attrs:{src:i(634)}}):e._e(),2==n?t("img",{staticClass:"platform-img",attrs:{src:i(7682)}}):e._e()])})),e._l(n.typeName3,(function(n,i){return t("span",{key:"typeName"+i},[e._v(" "+e._s(n)+" ")])})),n.typeName.length>3?t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip tooltip-tips type-tooltip"}},[t("div",{staticClass:"content",attrs:{slot:"content"},slot:"content"},e._l(n.typeName,(function(n,i){return t("span",{key:"allTypeName"+i,staticClass:"type-item"},[e._v(" "+e._s(n)+" ")])})),0),t("span",{staticClass:"more-types"},[e._v("···")])]):e._e()],2),t("div",{staticClass:"card-delete",on:{click:function(t){return e.deleteItem(r)}}},[t("i",{staticClass:"el-icon-delete"})])],1),t("div",{staticClass:"card-center"},[t("div",{staticClass:"product-name"},[e._v(e._s(n.nameEn||"—"))]),t("div",{staticClass:"product-price"},[e._v(" Price:"+e._s(e._f("getMoneySymbol")(n.currency))+e._s(n.priceDollar||"—")+" ")]),t("div",{staticClass:"product-price product-commission"},[e._v(" Commission rate:"+e._s(n.commissionPercent||"—")+"% ")])]),t("div",{staticClass:"card-bottom",class:{"only-btn":null==n.commissionPercent||0==n.commissionPercent}},[null!==n.commissionPercent&&0!==n.commissionPercent?t("div",{staticClass:"price"},[t("span",[e._v(" "+e._s(e._f("getMoneySymbol")(n.currency))+e._s((n.priceDollar*(n.commissionPercent/100)).toFixed(2))+" ")]),e._v(" /per ordered item ")]):e._e(),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(t){return e.skipApply(n.id)}}},[e._v(" Apply ")])],1)])])})),0==e.cardsArr.length?t("div",{staticClass:"product-card"},[t("div",{staticClass:"card-top"},[t("img",{staticClass:"product-img",staticStyle:{border:"1px solid #e8e8e8"},attrs:{src:"https://m.media-amazon.com/images/I/616058e2AYL._AC_SL1360_.jpg"}}),e._m(0),t("p",{staticClass:"flag"},[t("i",{staticClass:"el-icon-s-opportunity",staticStyle:{"padding-right":"6px"}}),e._v(" "+e._s(e.$i18n.t("productCard.example"))+" ")])]),t("div",{staticClass:"card-center"},[t("div",{staticClass:"product-name"},[e._v(" "+e._s("Lenovo Thinkpad X500 Blueto…")+" ")]),t("div",{staticClass:"product-price"},[e._v("Price:"+e._s("$49.93"))]),t("div",{staticClass:"product-price product-commission"},[e._v(" Commission rate:"+e._s("10")+"% ")])]),t("div",{staticClass:"card-bottom"},[e._m(1),t("el-button",{attrs:{type:"primary",size:"small"}},[e._v("Apply")])],1)]):e._e(),t("div",{staticClass:"add-card",on:{click:e.addProduct}},[t("i",{staticClass:"el-icon-plus"}),t("p",[e._v(e._s(e.$i18n.t("productCard.add_product_card")))])])],2)])]),t("div",{staticClass:"operate-wrap"},[t("div",{staticClass:"operate-left"},[e.isReply||e.isMultiReply||"AIinvitePlan"==e.pageFrom?e._e():t("div",{staticClass:"set-mail"},[t("div",{staticClass:"operate-set",on:{click:()=>{e.isCheckType=!1,e.showChooseMail=!0}}},[t("i",{staticClass:"el-icon-s-tools"}),t("span",{staticClass:"mail-tip"},[e._v(" "+e._s(e.$i18n.t("setMail.Sending_settings"))+" ")])]),t("div",{staticClass:"current-set"},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},["WOTOMAIL"===e.currentSetEmail?t("span",[e._v(" "+e._s(e.$i18n.t("setMail.mailbox_system"))+" ")]):"GMAIL"===e.currentSetEmail?t("span",[e._v(" "+e._s(e.gmailValue)+" ")]):t("span",[e._v(e._s(e.currentSetEmail))])]),"WOTOMAIL"===e.currentSetEmail?t("span",{staticClass:"current-email"},[e._v(" "+e._s(e.$i18n.t("setMail.mailbox_system"))+" ")]):"GMAIL"===e.currentSetEmail?t("span",{staticClass:"current-email"},[e._v(" "+e._s(e.gmailValue)+" ")]):t("span",{staticClass:"current-email"},[e._v(e._s(e.currentSetEmail))])])],1)]),e.isReply||e.isMultiReply||"AIinvitePlan"==e.pageFrom?e._e():t("div",{staticClass:"set-nickname"},[t("div",{staticClass:"set-btn",on:{click:function(t){e.settingNicknameVisible=!0}}},[t("i",{staticClass:"dss-iconfont icon-nickname"}),t("span",[e._v(e._s(e.$t("edm5.v61")))])]),e.nickName?t("span",{staticClass:"set-value"},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.nickName)+" ")]),t("span",{staticClass:"current-nickName"},[e._v(e._s(e.nickName))])])],1):e._e()])]),"AIinvitePlan"==e.pageFrom?t("div",{staticClass:"operate-right"},[t("el-button",{staticClass:"double-btn save_btn",attrs:{disabled:e.loading},on:{click:e.saveInviteEmail}},[e.loading?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" 保存 ")])],1):t("div",{staticClass:"operate-right"},[e.isReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:e.saveMailTemplate}},[e.loading?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" 存为模版 ")]),0!=e.isTiming||e.isMultiReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:function(t){e.isShowSave=!1,e.saveDraft(!0)}}},[e.loading?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" "+e._s(e.$i18n.t("writeMail.save_draft"))+" ")]),1!=e.isTiming||e.isMultiReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:e.cancelDelaySend}},[e._v(" "+e._s(e.$i18n.t("writeMail.cancle_timer"))+" ")]),1!=e.isTiming||e.isMultiReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:function(t){return e.sendTime(e.rowTime)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.save"))+" ")]),e.isMultiReply?e._e():t("el-button",{staticClass:"double-btn",attrs:{disabled:e.loading,loading:e.loading}},[t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("edm5.v62"),placement:"top"}},[t("div",{staticClass:"text",on:{click:e.send}},[e._v(e._s(e.$t("edm5.v63")))])]),t("el-divider",{staticClass:"search-divider",attrs:{direction:"vertical"}}),t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("edm5.v64"),placement:"top"}},[t("div",{staticClass:"quick-reply",on:{click:e.showDelayedTx}},[t("img",{staticClass:"img",attrs:{src:i(9717)}})])])],1),e.isMultiReply?t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading,loading:e.loading},on:{click:e.multiSendNow}},[e._v(" "+e._s(e.$i18n.t("writeMail.send_now"))+" ")]):e._e()],1)])]),t("div",{staticClass:"write-aside"},[t("el-popover",{attrs:{"popper-class":"email-popover",trigger:"hover",placement:"left-start"}},[t("div",{staticClass:"popover-content"},[t("div",{staticClass:"popover-item",on:{click:function(t){e.aiMailVisible=!0}}},[t("i",{staticClass:"dss-iconfont icon-ai1"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v65")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.singleSetEmail("setEditorBar","aiBar")}}},[t("i",{staticClass:"dss-iconfont icon-ai2"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v66")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.handleOptimize("6")}}},[t("i",{staticClass:"dss-iconfont icon-ai3"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v67")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.handleOptimize("7")}}},[t("i",{staticClass:"dss-iconfont icon-ai4"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v68")))])])]),e.isReply||e.isMultiReply?e._e():t("div",{staticClass:"aside-item",attrs:{slot:"reference"},slot:"reference"},[t("img",{staticClass:"icon",attrs:{src:i(9954),alt:""}}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v69")))])])]),t("el-popover",{attrs:{"popper-class":"email-popover",trigger:"hover",placement:"left-start"}},[t("div",{staticClass:"popover-content"},[t("div",{staticClass:"popover-item",on:{click:function(t){e.mailTemplateDrawerVisible=!0}}},[t("i",{staticClass:"dss-iconfont icon-temp2"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v70")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.singleSetEmail("setEditorBar","variableBar")}}},[t("i",{staticClass:"dss-iconfont icon-temp1"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v71")))])])]),t("div",{staticClass:"aside-item",attrs:{slot:"reference"},slot:"reference"},[t("i",{staticClass:"icon dss-iconfont icon-side1"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v72")))])])]),t("div",{staticClass:"aside-item",on:{click:function(t){e.signTextDrawerVisible=!0}}},[t("i",{staticClass:"icon dss-iconfont icon-side2"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v73")))])]),t("div",{staticClass:"aside-item",on:{click:e.isShowProductDrawerEvt}},[t("i",{staticClass:"icon dss-iconfont icon-side3"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v74")))])]),t("div",{staticClass:"aside-item",on:{click:function(t){e.isShowProductFormDrawer=!0}}},[t("i",{staticClass:"icon dss-iconfont icon-side4"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v75")))])])],1)]),e.signTextDrawerVisible?t("SignTextDrawer",{attrs:{visible:e.signTextDrawerVisible},on:{"update:visible":function(t){e.signTextDrawerVisible=t},setMailSign:e.setMailSign}}):e._e(),e.mailTemplateDrawerVisible?t("MailTemplateDrawer",{attrs:{userId:e.userId,visible:e.mailTemplateDrawerVisible},on:{"update:visible":function(t){e.mailTemplateDrawerVisible=t},setMailTemplate:e.setMailTemplate}}):e._e(),e.isShowDelayed?t("delayed-tx",{attrs:{"is-show":e.isShowDelayed,rowTime:e.rowTime},on:{affirm:e.sendTime,close:function(t){e.isShowDelayed=!1}}}):e._e(),e.isShowNotice&&"AIinvitePlan"!==e.pageFrom?t("send-notice",{attrs:{isShow:e.isShowNotice},on:{closeNotice:e.closeNoticeEvt}}):e._e(),e.isShowLimit?t("send-limit",{attrs:{isShow:e.isShowLimit,totalSendNum:e.totalSendNum,restSendNum:e.restSendNum},on:{closeLimit:function(t){e.isShowLimit=!1}}}):e._e(),e.isShowCheck?t("check-mail",{attrs:{isShow:e.isShowCheck,reContactNum:e.reContactList.length,riskNum:e.riskList.length,cooperatedNum:e.cooperatedList.length,filterBloggerArr:e.filterBloggerArr,checkEmails:e.checkEmails,isSendSuccess:e.isSendSuccess,isReply:e.isReply,totalNum:e.totalNum,checkLoading:e.checkLoading},on:{closeCheck:e.closeCheckEvt,skipToOut:e.skipToOut,selfSend:e.selfSend,openAutoJump:function(t){e.isSelfClick=!1},updateFilterBloggerArr:e.updateFilterBloggerArr}}):e._e(),e.showChooseMail?t("chooseMailNew",{attrs:{isShow:e.showChooseMail,currentSetEmail:e.currentSetEmail,currentEnv:e.currentEnv,isGoogleGrayShow:e.isGoogleGrayShow,isCheckType:e.isCheckType,userId:e.userId,addresseeArrLength:e.addresseeArr.length,totalSendNum:e.totalSendNum},on:{toGuide:e.toGuide,closeChooseMail:e.closeChooseMail,updateCurrentEmail:e.updateCurrentEmail,openCheckNext:e.openCheckNext}}):e._e(),e.isShowProductDrawer?t("product-new-drawer",{attrs:{isShowProductDrawer:e.isShowProductDrawer},on:{setProduct:e.setProduct,closeProductDrawer:e.closeProductDrawer}}):e._e(),e.isShowProductFormDrawer?t("product-form-drawer",{attrs:{isShowProductFormDrawer:e.isShowProductFormDrawer,currentEnv:e.currentEnv},on:{setProductFormLink:e.setProductFormLink,closeProductFormDrawer:function(t){e.isShowProductFormDrawer=!1}}}):e._e(),e.isShowProductCardDrawer?t("product-cards-drawer",{attrs:{isShowProductCardDrawer:e.isShowProductCardDrawer},on:{addProductCard:e.addProductCard,closeProductCardDrawer:function(t){e.isShowProductCardDrawer=!1}}}):e._e(),!e.aiMailVisible||e.isReply||e.isMultiReply?e._e():t("AiMailDialog",{attrs:{visible:e.aiMailVisible,aiPoint:e.aiPoint},on:{"update:visible":function(t){e.aiMailVisible=t},refreshPoint:e.getAiPoint,applyEmails:e.applyEmails}}),e.mailOptimizeDrawerVisible?t("MailOptimizeDrawer",{attrs:{visible:e.mailOptimizeDrawerVisible,aiPoint:e.aiPoint,type:e.aiOptimizeType,originSubject:e.aiOptimizeOriginSubject,originContent:e.aiOptimizeOriginContent},on:{"update:visible":function(t){e.mailOptimizeDrawerVisible=t},applyEmail:e.applyEmail,refreshPoint:e.getAiPoint}}):e._e(),e.settingNicknameVisible?t("SettingNickName",{attrs:{nickNameDefault:e.nickName,visible:e.settingNicknameVisible},on:{"update:visible":function(t){e.settingNicknameVisible=t},updateNickName:t=>e.nickName=t}}):e._e(),e.saveMailTempDialogVisible?t("saveMailTempDialog",{attrs:{tempProductCard:e.tempProductCard,mailTempList:e.mailList,visible:e.saveMailTempDialogVisible},on:{"update:visible":function(t){e.saveMailTempDialogVisible=t},setMailTempHandle:e.setMailTempHandle}}):e._e()],1)},kd=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"card-tags"},[t("div",{staticClass:"product-platform"},[t("img",{staticClass:"platform-img",attrs:{src:i(634)}})]),t("span",[e._v("Teach")]),t("span",[e._v("Lifestyle")])])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"price"},[t("span",[e._v("$4.98")]),e._v(" /per ordered item ")])}],Ed=(i(7642),i(8004),i(3853),i(5876),i(2475),i(5024),i(1698),i(3215),i(7550),function(){var e=this,t=e._self._c;return t("div",{staticClass:"body mb24",domProps:{innerHTML:e._s(e.filterBaseTag(e.body))}})}),Dd=[],Ad={props:{content:{default:"",type:String}},data(){return{body:this.content}},methods:{filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/\r\n/g,"<br />").replace(/ツ?/g,"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/> >/g,"<br /><br />")),e}}},Od=Ad,Td=Ba(Od,Ed,Dd,!1,null,"344d58de",null),Id=Td.exports;function Pd(e){return wa("/edm/outboxV2/writeMultipleEmail",e)}async function Fd(e){let t=await wa("/edm/mail/dayNumber",e);return t}async function $d(e){return wa("/edm/mail/getRepeatContactBlogger",e)}async function Bd(e){let t=await wa("/edm/mail/checkMultiEmailVariables",e);return t}async function Md(e){let t=await va("/edm/conf/isAuthorize",e);return t}async function Nd(e){let t=await wa("/edm/conf/bindGmail",e);return t}async function Rd(e){let t=await va("/edm/conf/getGmail",e);return t}async function jd(e){let t=await wa("/edm/gmail/auth",e);return t}async function Ld(e){let t=await wa(`/dataService/data/query/${e.code}`,e.data);return t}async function zd(e){let t=await wa("/edm/conf/sendType/bind",e);return t}function Vd(e){return va("/edm/conf/sendType/get",e)}function Hd(){return va("/edm/qiye/haveOtherMailProvider")}function Ud(e){return va("/edm/qiye/unbindCheck",e)}function Wd(e){return va("/edm/qiye/oauth2Config",e)}function qd(e){return va("/edm/qiye/saveToken",e)}function Yd(e){return wa("/woto-crm/bloggerRisk/selectBloggerRiskByIds",e)}function Gd(e){return wa("/edm/mail/getCooperatedBlogger",e)}function Kd(e){return va(`/edm/template/template/${e}`)}function Xd(e){return va(`/user/equity/getUnlockBloggerEmailNum/${e}`)}function Zd(e){return va(`/edm/draftsV2/draftV2Detail/${e}`)}function Jd(e){return wa("/edm/outboxV2/againInvite",e)}function Qd(e){return va("/edm/qiye/getUserRegisters",e)}function eh(e){return va("/edm/qiye/getTemplates",e)}function th(e){return wa("/edm/qiye/saveUserRegister",e)}function nh(e){return wa("/edm/qiye/check",e)}function ih(e){return va("/edm/qiye/unbindByEmail",e)}var rh=function(){var e=this,t=e._self._c;return t("div",{staticClass:"editor-main",class:"gray"===e.theme?"editor-gray":"light"===e.theme?"editor-light":""},[t("Toolbar",{staticClass:"relative edm-wang-toolbar",staticStyle:{"z-index":"101"},attrs:{editor:e.editor,"default-config":e.toolbarConfig}}),t("Editor",{staticClass:"relative",style:"height: "+e.height+"px; overflow-y: hidden;z-index: 100;",attrs:{"default-config":e.editorConfig},on:{onCreated:e.onCreated},model:{value:e.content,callback:function(t){e.content=t},expression:"content"}})],1)},oh=[],ah="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof i.g?i.g:"undefined"!=typeof self?self:{};function sh(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function lh(e){var t={exports:{}};return e(t,t.exports),t.exports}var ch,uh,dh=function(e){return e&&e.Math==Math&&e},hh=dh("object"==typeof globalThis&&globalThis)||dh("object"==typeof window&&window)||dh("object"==typeof self&&self)||dh("object"==typeof ah&&ah)||function(){return this}()||Function("return this")(),ph=Function.prototype,fh=ph.apply,mh=ph.bind,gh=ph.call,vh="object"==typeof Reflect&&Reflect.apply||(mh?gh.bind(fh):function(){return gh.apply(fh,arguments)}),yh=Function.prototype,bh=yh.bind,wh=yh.call,_h=bh&&bh.bind(wh),Ch=bh?function(e){return e&&_h(wh,e)}:function(e){return e&&function(){return wh.apply(e,arguments)}},xh=function(e){return"function"==typeof e},Sh=function(e){try{return!!e()}catch(e){return!0}},kh=!Sh((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),Eh=Function.prototype.call,Dh=Eh.bind?Eh.bind(Eh):function(){return Eh.apply(Eh,arguments)},Ah={}.propertyIsEnumerable,Oh=Object.getOwnPropertyDescriptor,Th=Oh&&!Ah.call({1:2},1)?function(e){var t=Oh(this,e);return!!t&&t.enumerable}:Ah,Ih={f:Th},Ph=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},Fh=Ch({}.toString),$h=Ch("".slice),Bh=function(e){return $h(Fh(e),8,-1)},Mh=hh.Object,Nh=Ch("".split),Rh=Sh((function(){return!Mh("z").propertyIsEnumerable(0)}))?function(e){return"String"==Bh(e)?Nh(e,""):Mh(e)}:Mh,jh=hh.TypeError,Lh=function(e){if(null==e)throw jh("Can't call method on "+e);return e},zh=function(e){return Rh(Lh(e))},Vh=function(e){return"object"==typeof e?null!==e:xh(e)},Hh={},Uh=function(e){return xh(e)?e:void 0},Wh=function(e,t){return arguments.length<2?Uh(Hh[e])||Uh(hh[e]):Hh[e]&&Hh[e][t]||hh[e]&&hh[e][t]},qh=Ch({}.isPrototypeOf),Yh=Wh("navigator","userAgent")||"",Gh=hh.process,Kh=hh.Deno,Xh=Gh&&Gh.versions||Kh&&Kh.version,Zh=Xh&&Xh.v8;Zh&&(uh=(ch=Zh.split("."))[0]>0&&ch[0]<4?1:+(ch[0]+ch[1])),!uh&&Yh&&(!(ch=Yh.match(/Edge\/(\d+)/))||ch[1]>=74)&&(ch=Yh.match(/Chrome\/(\d+)/))&&(uh=+ch[1]);var Jh,Qh=uh,ep=!!Object.getOwnPropertySymbols&&!Sh((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&Qh&&Qh<41})),tp=ep&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,np=hh.Object,ip=tp?function(e){return"symbol"==typeof e}:function(e){var t=Wh("Symbol");return xh(t)&&qh(t.prototype,np(e))},rp=hh.String,op=function(e){try{return rp(e)}catch(e){return"Object"}},ap=hh.TypeError,sp=function(e){if(xh(e))return e;throw ap(op(e)+" is not a function")},lp=function(e,t){var n=e[t];return null==n?void 0:sp(n)},cp=hh.TypeError,up=Object.defineProperty,dp=hh["__core-js_shared__"]||function(e,t){try{up(hh,e,{value:t,configurable:!0,writable:!0})}catch(lh){hh[e]=t}return t}("__core-js_shared__",{}),hp=lh((function(e){(e.exports=function(e,t){return dp[e]||(dp[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"pure",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),pp=hh.Object,fp=function(e){return pp(Lh(e))},mp=Ch({}.hasOwnProperty),gp=Object.hasOwn||function(e,t){return mp(fp(e),t)},vp=0,yp=Math.random(),bp=Ch(1..toString),wp=function(e){return"Symbol("+(void 0===e?"":e)+")_"+bp(++vp+yp,36)},_p=hp("wks"),Cp=hh.Symbol,xp=Cp&&Cp.for,Sp=tp?Cp:Cp&&Cp.withoutSetter||wp,kp=function(e){if(!gp(_p,e)||!ep&&"string"!=typeof _p[e]){var t="Symbol."+e;ep&&gp(Cp,e)?_p[e]=Cp[e]:_p[e]=tp&&xp?xp(t):Sp(t)}return _p[e]},Ep=hh.TypeError,Dp=kp("toPrimitive"),Ap=function(e,t){if(!Vh(e)||ip(e))return e;var n,i=lp(e,Dp);if(i){if(void 0===t&&(t="default"),n=Dh(i,e,t),!Vh(n)||ip(n))return n;throw Ep("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,i;if("string"===t&&xh(n=e.toString)&&!Vh(i=Dh(n,e)))return i;if(xh(n=e.valueOf)&&!Vh(i=Dh(n,e)))return i;if("string"!==t&&xh(n=e.toString)&&!Vh(i=Dh(n,e)))return i;throw cp("Can't convert object to primitive value")}(e,t)},Op=function(e){var t=Ap(e,"string");return ip(t)?t:t+""},Tp=hh.document,Ip=Vh(Tp)&&Vh(Tp.createElement),Pp=function(e){return Ip?Tp.createElement(e):{}},Fp=!kh&&!Sh((function(){return 7!=Object.defineProperty(Pp("div"),"a",{get:function(){return 7}}).a})),$p=Object.getOwnPropertyDescriptor,Bp=kh?$p:function(e,t){if(e=zh(e),t=Op(t),Fp)try{return $p(e,t)}catch(e){}if(gp(e,t))return Ph(!Dh(Ih.f,e,t),e[t])},Mp={f:Bp},Np=/#|\.prototype\./,Rp=function(e,t){var n=Lp[jp(e)];return n==Vp||n!=zp&&(xh(t)?Sh(t):!!t)},jp=Rp.normalize=function(e){return String(e).replace(Np,".").toLowerCase()},Lp=Rp.data={},zp=Rp.NATIVE="N",Vp=Rp.POLYFILL="P",Hp=Rp,Up=Ch(Ch.bind),Wp=function(e,t){return sp(e),void 0===t?e:Up?Up(e,t):function(){return e.apply(t,arguments)}},qp=hh.String,Yp=hh.TypeError,Gp=function(e){if(Vh(e))return e;throw Yp(qp(e)+" is not an object")},Kp=hh.TypeError,Xp=Object.defineProperty,Zp=kh?Xp:function(e,t,n){if(Gp(e),t=Op(t),Gp(n),Fp)try{return Xp(e,t,n)}catch(e){}if("get"in n||"set"in n)throw Kp("Accessors not supported");return"value"in n&&(e[t]=n.value),e},Jp={f:Zp},Qp=kh?function(e,t,n){return Jp.f(e,t,Ph(1,n))}:function(e,t,n){return e[t]=n,e},ef=Mp.f,tf=function(e){var t=function(n,i,r){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(n);case 2:return new e(n,i)}return new e(n,i,r)}return vh(e,this,arguments)};return t.prototype=e.prototype,t},nf=function(e,t){var n,i,r,o,a,s,l,c,u=e.target,d=e.global,h=e.stat,p=e.proto,f=d?hh:h?hh[u]:(hh[u]||{}).prototype,m=d?Hh:Hh[u]||Qp(Hh,u,{})[u],g=m.prototype;for(r in t)n=!Hp(d?r:u+(h?".":"#")+r,e.forced)&&f&&gp(f,r),a=m[r],n&&(s=e.noTargetGet?(c=ef(f,r))&&c.value:f[r]),o=n&&s?s:t[r],n&&typeof a==typeof o||(l=e.bind&&n?Wp(o,hh):e.wrap&&n?tf(o):p&&xh(o)?Ch(o):o,(e.sham||o&&o.sham||a&&a.sham)&&Qp(l,"sham",!0),Qp(m,r,l),p&&(gp(Hh,i=u+"Prototype")||Qp(Hh,i,{}),Qp(Hh[i],r,o),e.real&&g&&!g[r]&&Qp(g,r,o)))},rf=hp("keys"),of=function(e){return rf[e]||(rf[e]=wp(e))},af=!Sh((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),sf=of("IE_PROTO"),lf=hh.Object,cf=lf.prototype,uf=af?lf.getPrototypeOf:function(e){var t=fp(e);if(gp(t,sf))return t[sf];var n=t.constructor;return xh(n)&&t instanceof n?n.prototype:t instanceof lf?cf:null},df=hh.String,hf=hh.TypeError,pf=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Ch(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,i){return Gp(n),function(e){if("object"==typeof e||xh(e))return e;throw hf("Can't set "+df(e)+" as a prototype")}(i),t?e(n,i):n.__proto__=i,n}}():void 0),ff=Math.ceil,mf=Math.floor,gf=function(e){var t=+e;return t!=t||0===t?0:(t>0?mf:ff)(t)},vf=Math.max,yf=Math.min,bf=function(e,t){var n=gf(e);return n<0?vf(n+t,0):yf(n,t)},wf=Math.min,_f=function(e){return(t=e.length)>0?wf(gf(t),9007199254740991):0;var t},Cf=function(e){return function(t,n,i){var r,o=zh(t),a=_f(o),s=bf(i,a);if(e&&n!=n){for(;a>s;)if((r=o[s++])!=r)return!0}else for(;a>s;s++)if((e||s in o)&&o[s]===n)return e||s||0;return!e&&-1}},xf={includes:Cf(!0),indexOf:Cf(!1)},Sf={},kf=xf.indexOf,Ef=Ch([].push),Df=function(e,t){var n,i=zh(e),r=0,o=[];for(n in i)!gp(Sf,n)&&gp(i,n)&&Ef(o,n);for(;t.length>r;)gp(i,n=t[r++])&&(~kf(o,n)||Ef(o,n));return o},Af=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Of=Af.concat("length","prototype"),Tf=Object.getOwnPropertyNames||function(e){return Df(e,Of)},If={f:Tf},Pf={f:Object.getOwnPropertySymbols},Ff=Ch([].concat),$f=Wh("Reflect","ownKeys")||function(e){var t=If.f(Gp(e)),n=Pf.f;return n?Ff(t,n(e)):t},Bf=Object.keys||function(e){return Df(e,Af)},Mf=kh?Object.defineProperties:function(e,t){Gp(e);for(var n,i=zh(t),r=Bf(t),o=r.length,a=0;o>a;)Jp.f(e,n=r[a++],i[n]);return e},Nf=Wh("document","documentElement"),Rf=of("IE_PROTO"),jf=function(){},Lf=function(e){return"<script>"+e+"<\/script>"},zf=function(e){e.write(Lf("")),e.close();var t=e.parentWindow.Object;return e=null,t},Vf=function(){try{Jh=new ActiveXObject("htmlfile")}catch(e){}var e,t;Vf="undefined"!=typeof document?document.domain&&Jh?zf(Jh):((t=Pp("iframe")).style.display="none",Nf.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(Lf("document.F=Object")),e.close(),e.F):zf(Jh);for(var n=Af.length;n--;)delete Vf.prototype[Af[n]];return Vf()};Sf[Rf]=!0;var Hf=Object.create||function(e,t){var n;return null!==e?(jf.prototype=Gp(e),n=new jf,jf.prototype=null,n[Rf]=e):n=Vf(),void 0===t?n:Mf(n,t)},Uf=function(e,t,n){var i=Op(t);i in e?Jp.f(e,i,Ph(0,n)):e[i]=n},Wf=hh.Array,qf=Math.max,Yf=function(e,t,n){for(var i=_f(e),r=bf(t,i),o=bf(void 0===n?i:n,i),a=Wf(qf(o-r,0)),s=0;r<o;r++,s++)Uf(a,s,e[r]);return a.length=s,a},Gf=Ch("".replace),Kf=Ch("".split),Xf=Ch([].join),Zf=String(Error("zxcasd").stack),Jf=/\n\s*at [^:]*:[^\n]*/,Qf=Jf.test(Zf),em=/@[^\n]*\n/.test(Zf)&&!/zxcasd/.test(Zf),tm=function(e,t){if("string"!=typeof e)return e;if(Qf)for(;t--;)e=Gf(e,Jf,"");else if(em)return Xf(Yf(Kf(e,"\n"),t),"\n");return e},nm=function(e,t){Vh(t)&&"cause"in t&&Qp(e,"cause",t.cause)},im={},rm=kp("iterator"),om=Array.prototype,am={};am[kp("toStringTag")]="z";var sm="[object z]"===String(am),lm=kp("toStringTag"),cm=hh.Object,um="Arguments"==Bh(function(){return arguments}()),dm=sm?Bh:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=cm(e),lm))?n:um?Bh(t):"Object"==(i=Bh(t))&&xh(t.callee)?"Arguments":i},hm=kp("iterator"),pm=function(e){if(null!=e)return lp(e,hm)||lp(e,"@@iterator")||im[dm(e)]},fm=hh.TypeError,mm=function(e,t,n){var i,r;Gp(e);try{if(!(i=lp(e,"return"))){if("throw"===t)throw n;return n}i=Dh(i,e)}catch(e){r=!0,i=e}if("throw"===t)throw n;if(r)throw i;return Gp(i),n},gm=hh.TypeError,vm=function(e,t){this.stopped=e,this.result=t},ym=vm.prototype,bm=function(e,t,n){var i,r,o,a,s,l,c,u=n&&n.that,d=!(!n||!n.AS_ENTRIES),h=!(!n||!n.IS_ITERATOR),p=!(!n||!n.INTERRUPTED),f=Wp(t,u),m=function(e){return i&&mm(i,"normal",e),new vm(!0,e)},g=function(e){return d?(Gp(e),p?f(e[0],e[1],m):f(e[0],e[1])):p?f(e,m):f(e)};if(h)i=e;else{if(!(r=pm(e)))throw gm(op(e)+" is not iterable");if(function(e){return void 0!==e&&(im.Array===e||om[rm]===e)}(r)){for(o=0,a=_f(e);a>o;o++)if((s=g(e[o]))&&qh(ym,s))return s;return new vm(!1)}i=function(e,t){var n=arguments.length<2?pm(e):t;if(sp(n))return Gp(Dh(n,e));throw fm(op(e)+" is not iterable")}(e,r)}for(l=i.next;!(c=Dh(l,i)).done;){try{s=g(c.value)}catch(e){mm(i,"throw",e)}if("object"==typeof s&&s&&qh(ym,s))return s}return new vm(!1)},wm=hh.String,_m=function(e){if("Symbol"===dm(e))throw TypeError("Cannot convert a Symbol value to a string");return wm(e)},Cm=function(e,t){return void 0===e?arguments.length<2?"":t:_m(e)},xm=!Sh((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",Ph(1,7)),7!==e.stack)})),Sm=kp("toStringTag"),km=hh.Error,Em=[].push,Dm=function(e,t){var n,i=arguments.length>2?arguments[2]:void 0,r=qh(Am,this);pf?n=pf(new km(void 0),r?uf(this):Am):(n=r?this:Hf(Am),Qp(n,Sm,"Error")),Qp(n,"message",Cm(t,"")),xm&&Qp(n,"stack",tm(n.stack,1)),nm(n,i);var o=[];return bm(e,Em,{that:o}),Qp(n,"errors",o),n};pf?pf(Dm,km):function(e,t){for(var n=$f(t),i=Jp.f,r=Mp.f,o=0;o<n.length;o++){var a=n[o];gp(e,a)||i(e,a,r(t,a))}}(Dm,km);var Am=Dm.prototype=Hf(km.prototype,{constructor:Ph(1,Dm),message:Ph(1,""),name:Ph(1,"AggregateError")});nf({global:!0},{AggregateError:Dm});var Om=Ch(Function.toString);xh(dp.inspectSource)||(dp.inspectSource=function(e){return Om(e)});var Tm,Im,Pm,Fm=dp.inspectSource,$m=hh.WeakMap,Bm=xh($m)&&/native code/.test(Fm($m)),Mm=hh.TypeError,Nm=hh.WeakMap;if(Bm||dp.state){var Rm=dp.state||(dp.state=new Nm),jm=Ch(Rm.get),Lm=Ch(Rm.has),zm=Ch(Rm.set);Tm=function(e,t){if(Lm(Rm,e))throw new Mm("Object already initialized");return t.facade=e,zm(Rm,e,t),t},Im=function(e){return jm(Rm,e)||{}},Pm=function(e){return Lm(Rm,e)}}else{var Vm=of("state");Sf[Vm]=!0,Tm=function(e,t){if(gp(e,Vm))throw new Mm("Object already initialized");return t.facade=e,Qp(e,Vm,t),t},Im=function(e){return gp(e,Vm)?e[Vm]:{}},Pm=function(e){return gp(e,Vm)}}var Hm,Um,Wm,qm={set:Tm,get:Im,has:Pm,enforce:function(e){return Pm(e)?Im(e):Tm(e,{})},getterFor:function(e){return function(t){var n;if(!Vh(t)||(n=Im(t)).type!==e)throw Mm("Incompatible receiver, "+e+" required");return n}}},Ym=Function.prototype,Gm=kh&&Object.getOwnPropertyDescriptor,Km=gp(Ym,"name"),Xm={EXISTS:Km,PROPER:Km&&"something"===function(){}.name,CONFIGURABLE:Km&&(!kh||kh&&Gm(Ym,"name").configurable)},Zm=function(e,t,n,i){i&&i.enumerable?e[t]=n:Qp(e,t,n)},Jm=kp("iterator"),Qm=!1;[].keys&&("next"in(Wm=[].keys())?(Um=uf(uf(Wm)))!==Object.prototype&&(Hm=Um):Qm=!0);var eg=null==Hm||Sh((function(){var e={};return Hm[Jm].call(e)!==e}));Hm=eg?{}:Hf(Hm),xh(Hm[Jm])||Zm(Hm,Jm,(function(){return this}));var tg={IteratorPrototype:Hm,BUGGY_SAFARI_ITERATORS:Qm},ng=sm?{}.toString:function(){return"[object "+dm(this)+"]"},ig=Jp.f,rg=kp("toStringTag"),og=function(e,t,n,i){if(e){var r=n?e:e.prototype;gp(r,rg)||ig(r,rg,{configurable:!0,value:t}),i&&!sm&&Qp(r,"toString",ng)}},ag=tg.IteratorPrototype,sg=function(){return this},lg=Xm.PROPER,cg=tg.BUGGY_SAFARI_ITERATORS,ug=kp("iterator"),dg=function(){return this},hg=function(e,t,n,i,r,o,a){!function(e,t,n,i){var r=t+" Iterator";e.prototype=Hf(ag,{next:Ph(+!i,n)}),og(e,r,!1,!0),im[r]=sg}(n,t,i);var s,l,c,u=function(e){if(e===r&&m)return m;if(!cg&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},d=t+" Iterator",h=!1,p=e.prototype,f=p[ug]||p["@@iterator"]||r&&p[r],m=!cg&&f||u(r),g="Array"==t&&p.entries||f;if(g&&(s=uf(g.call(new e)))!==Object.prototype&&s.next&&(og(s,d,!0,!0),im[d]=dg),lg&&"values"==r&&f&&"values"!==f.name&&(h=!0,m=function(){return Dh(f,this)}),r)if(l={values:u("values"),keys:o?m:u("keys"),entries:u("entries")},a)for(c in l)(cg||h||!(c in p))&&Zm(p,c,l[c]);else nf({target:t,proto:!0,forced:cg||h},l);return a&&p[ug]!==m&&Zm(p,ug,m,{name:r}),im[t]=m,l},pg=qm.set,fg=qm.getterFor("Array Iterator");hg(Array,"Array",(function(e,t){pg(this,{type:"Array Iterator",target:zh(e),index:0,kind:t})}),(function(){var e=fg(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values"),im.Arguments=im.Array;var mg=Ch("".charAt),gg=Ch("".charCodeAt),vg=Ch("".slice),yg=function(e){return function(t,n){var i,r,o=_m(Lh(t)),a=gf(n),s=o.length;return a<0||a>=s?e?"":void 0:(i=gg(o,a))<55296||i>56319||a+1===s||(r=gg(o,a+1))<56320||r>57343?e?mg(o,a):i:e?vg(o,a,a+2):r-56320+(i-55296<<10)+65536}},bg={codeAt:yg(!1),charAt:yg(!0)}.charAt,wg=qm.set,_g=qm.getterFor("String Iterator");hg(String,"String",(function(e){wg(this,{type:"String Iterator",string:_m(e),index:0})}),(function(){var e,t=_g(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=bg(n,i),t.index+=e.length,{value:e,done:!1})}));var Cg=Hh.AggregateError,xg=kp("toStringTag");for(var Sg in{CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}){var kg=hh[Sg],Eg=kg&&kg.prototype;Eg&&dm(Eg)!==xg&&Qp(Eg,xg,Sg),im[Sg]=im.Array}var Dg,Ag,Og=Cg,Tg=function(e){return e&&e.Math==Math&&e},Ig=Tg("object"==typeof globalThis&&globalThis)||Tg("object"==typeof window&&window)||Tg("object"==typeof self&&self)||Tg("object"==typeof ah&&ah)||function(){return this}()||Function("return this")(),Pg=function(e){try{return!!e()}catch(e){return!0}},Fg=!Pg((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),$g=Function.prototype.call,Bg=$g.bind?$g.bind($g):function(){return $g.apply($g,arguments)},Mg={}.propertyIsEnumerable,Ng=Object.getOwnPropertyDescriptor,Rg=Ng&&!Mg.call({1:2},1)?function(e){var t=Ng(this,e);return!!t&&t.enumerable}:Mg,jg={f:Rg},Lg=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},zg=Function.prototype,Vg=zg.bind,Hg=zg.call,Ug=Vg&&Vg.bind(Hg),Wg=Vg?function(e){return e&&Ug(Hg,e)}:function(e){return e&&function(){return Hg.apply(e,arguments)}},qg=Wg({}.toString),Yg=Wg("".slice),Gg=function(e){return Yg(qg(e),8,-1)},Kg=Ig.Object,Xg=Wg("".split),Zg=Pg((function(){return!Kg("z").propertyIsEnumerable(0)}))?function(e){return"String"==Gg(e)?Xg(e,""):Kg(e)}:Kg,Jg=Ig.TypeError,Qg=function(e){if(null==e)throw Jg("Can't call method on "+e);return e},ev=function(e){return Zg(Qg(e))},tv=function(e){return"function"==typeof e},nv=function(e){return"object"==typeof e?null!==e:tv(e)},iv=function(e){return tv(e)?e:void 0},rv=function(e,t){return arguments.length<2?iv(Ig[e]):Ig[e]&&Ig[e][t]},ov=Wg({}.isPrototypeOf),av=rv("navigator","userAgent")||"",sv=Ig.process,lv=Ig.Deno,cv=sv&&sv.versions||lv&&lv.version,uv=cv&&cv.v8;uv&&(Ag=(Dg=uv.split("."))[0]>0&&Dg[0]<4?1:+(Dg[0]+Dg[1])),!Ag&&av&&(!(Dg=av.match(/Edge\/(\d+)/))||Dg[1]>=74)&&(Dg=av.match(/Chrome\/(\d+)/))&&(Ag=+Dg[1]);var dv=Ag,hv=!!Object.getOwnPropertySymbols&&!Pg((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&dv&&dv<41})),pv=hv&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,fv=Ig.Object,mv=pv?function(e){return"symbol"==typeof e}:function(e){var t=rv("Symbol");return tv(t)&&ov(t.prototype,fv(e))},gv=Ig.String,vv=function(e){try{return gv(e)}catch(e){return"Object"}},yv=Ig.TypeError,bv=function(e){if(tv(e))return e;throw yv(vv(e)+" is not a function")},wv=function(e,t){var n=e[t];return null==n?void 0:bv(n)},_v=Ig.TypeError,Cv=Object.defineProperty,xv=function(e,t){try{Cv(Ig,e,{value:t,configurable:!0,writable:!0})}catch(lh){Ig[e]=t}return t},Sv=Ig["__core-js_shared__"]||xv("__core-js_shared__",{}),kv=lh((function(e){(e.exports=function(e,t){return Sv[e]||(Sv[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),Ev=Ig.Object,Dv=function(e){return Ev(Qg(e))},Av=Wg({}.hasOwnProperty),Ov=Object.hasOwn||function(e,t){return Av(Dv(e),t)},Tv=0,Iv=Math.random(),Pv=Wg(1..toString),Fv=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Pv(++Tv+Iv,36)},$v=kv("wks"),Bv=Ig.Symbol,Mv=Bv&&Bv.for,Nv=pv?Bv:Bv&&Bv.withoutSetter||Fv,Rv=function(e){if(!Ov($v,e)||!hv&&"string"!=typeof $v[e]){var t="Symbol."+e;hv&&Ov(Bv,e)?$v[e]=Bv[e]:$v[e]=pv&&Mv?Mv(t):Nv(t)}return $v[e]},jv=Ig.TypeError,Lv=Rv("toPrimitive"),zv=function(e,t){if(!nv(e)||mv(e))return e;var n,i=wv(e,Lv);if(i){if(void 0===t&&(t="default"),n=Bg(i,e,t),!nv(n)||mv(n))return n;throw jv("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,i;if("string"===t&&tv(n=e.toString)&&!nv(i=Bg(n,e)))return i;if(tv(n=e.valueOf)&&!nv(i=Bg(n,e)))return i;if("string"!==t&&tv(n=e.toString)&&!nv(i=Bg(n,e)))return i;throw _v("Can't convert object to primitive value")}(e,t)},Vv=function(e){var t=zv(e,"string");return mv(t)?t:t+""},Hv=Ig.document,Uv=nv(Hv)&&nv(Hv.createElement),Wv=function(e){return Uv?Hv.createElement(e):{}},qv=!Fg&&!Pg((function(){return 7!=Object.defineProperty(Wv("div"),"a",{get:function(){return 7}}).a})),Yv=Object.getOwnPropertyDescriptor,Gv=Fg?Yv:function(e,t){if(e=ev(e),t=Vv(t),qv)try{return Yv(e,t)}catch(e){}if(Ov(e,t))return Lg(!Bg(jg.f,e,t),e[t])},Kv={f:Gv},Xv=Ig.String,Zv=Ig.TypeError,Jv=function(e){if(nv(e))return e;throw Zv(Xv(e)+" is not an object")},Qv=Ig.TypeError,ey=Object.defineProperty,ty=Fg?ey:function(e,t,n){if(Jv(e),t=Vv(t),Jv(n),qv)try{return ey(e,t,n)}catch(e){}if("get"in n||"set"in n)throw Qv("Accessors not supported");return"value"in n&&(e[t]=n.value),e},ny={f:ty},iy=Fg?function(e,t,n){return ny.f(e,t,Lg(1,n))}:function(e,t,n){return e[t]=n,e},ry=Wg(Function.toString);tv(Sv.inspectSource)||(Sv.inspectSource=function(e){return ry(e)});var oy,ay,sy,ly=Sv.inspectSource,cy=Ig.WeakMap,uy=tv(cy)&&/native code/.test(ly(cy)),dy=kv("keys"),hy=function(e){return dy[e]||(dy[e]=Fv(e))},py={},fy=Ig.TypeError,my=Ig.WeakMap;if(uy||Sv.state){var gy=Sv.state||(Sv.state=new my),vy=Wg(gy.get),yy=Wg(gy.has),by=Wg(gy.set);oy=function(e,t){if(yy(gy,e))throw new fy("Object already initialized");return t.facade=e,by(gy,e,t),t},ay=function(e){return vy(gy,e)||{}},sy=function(e){return yy(gy,e)}}else{var wy=hy("state");py[wy]=!0,oy=function(e,t){if(Ov(e,wy))throw new fy("Object already initialized");return t.facade=e,iy(e,wy,t),t},ay=function(e){return Ov(e,wy)?e[wy]:{}},sy=function(e){return Ov(e,wy)}}var _y={set:oy,get:ay,has:sy,enforce:function(e){return sy(e)?ay(e):oy(e,{})},getterFor:function(e){return function(t){var n;if(!nv(t)||(n=ay(t)).type!==e)throw fy("Incompatible receiver, "+e+" required");return n}}},Cy=Function.prototype,xy=Fg&&Object.getOwnPropertyDescriptor,Sy=Ov(Cy,"name"),ky={EXISTS:Sy,PROPER:Sy&&"something"===function(){}.name,CONFIGURABLE:Sy&&(!Fg||Fg&&xy(Cy,"name").configurable)},Ey=lh((function(e){var t=ky.CONFIGURABLE,n=_y.get,i=_y.enforce,r=String(String).split("String");(e.exports=function(e,n,o,a){var s,l=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,u=!!a&&!!a.noTargetGet,d=a&&void 0!==a.name?a.name:n;tv(o)&&("Symbol("===String(d).slice(0,7)&&(d="["+String(d).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!Ov(o,"name")||t&&o.name!==d)&&iy(o,"name",d),(s=i(o)).source||(s.source=r.join("string"==typeof d?d:""))),e!==Ig?(l?!u&&e[n]&&(c=!0):delete e[n],c?e[n]=o:iy(e,n,o)):c?e[n]=o:xv(n,o)})(Function.prototype,"toString",(function(){return tv(this)&&n(this).source||ly(this)}))})),Dy=Math.ceil,Ay=Math.floor,Oy=function(e){var t=+e;return t!=t||0===t?0:(t>0?Ay:Dy)(t)},Ty=Math.max,Iy=Math.min,Py=function(e,t){var n=Oy(e);return n<0?Ty(n+t,0):Iy(n,t)},Fy=Math.min,$y=function(e){return e>0?Fy(Oy(e),9007199254740991):0},By=function(e){return $y(e.length)},My=function(e){return function(t,n,i){var r,o=ev(t),a=By(o),s=Py(i,a);if(e&&n!=n){for(;a>s;)if((r=o[s++])!=r)return!0}else for(;a>s;s++)if((e||s in o)&&o[s]===n)return e||s||0;return!e&&-1}},Ny={includes:My(!0),indexOf:My(!1)}.indexOf,Ry=Wg([].push),jy=function(e,t){var n,i=ev(e),r=0,o=[];for(n in i)!Ov(py,n)&&Ov(i,n)&&Ry(o,n);for(;t.length>r;)Ov(i,n=t[r++])&&(~Ny(o,n)||Ry(o,n));return o},Ly=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],zy=Ly.concat("length","prototype"),Vy=Object.getOwnPropertyNames||function(e){return jy(e,zy)},Hy={f:Vy},Uy={f:Object.getOwnPropertySymbols},Wy=Wg([].concat),qy=rv("Reflect","ownKeys")||function(e){var t=Hy.f(Jv(e)),n=Uy.f;return n?Wy(t,n(e)):t},Yy=function(e,t){for(var n=qy(t),i=ny.f,r=Kv.f,o=0;o<n.length;o++){var a=n[o];Ov(e,a)||i(e,a,r(t,a))}},Gy=/#|\.prototype\./,Ky=function(e,t){var n=Zy[Xy(e)];return n==Qy||n!=Jy&&(tv(t)?Pg(t):!!t)},Xy=Ky.normalize=function(e){return String(e).replace(Gy,".").toLowerCase()},Zy=Ky.data={},Jy=Ky.NATIVE="N",Qy=Ky.POLYFILL="P",eb=Ky,tb=Kv.f,nb=function(e,t){var n,i,r,o,a,s=e.target,l=e.global,c=e.stat;if(n=l?Ig:c?Ig[s]||xv(s,{}):(Ig[s]||{}).prototype)for(i in t){if(o=t[i],r=e.noTargetGet?(a=tb(n,i))&&a.value:n[i],!eb(l?i:s+(c?".":"#")+i,e.forced)&&void 0!==r){if(typeof o==typeof r)continue;Yy(o,r)}(e.sham||r&&r.sham)&&iy(o,"sham",!0),Ey(n,i,o,e)}},ib={};ib[Rv("toStringTag")]="z";var rb,ob="[object z]"===String(ib),ab=Rv("toStringTag"),sb=Ig.Object,lb="Arguments"==Gg(function(){return arguments}()),cb=ob?Gg:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=sb(e),ab))?n:lb?Gg(t):"Object"==(i=Gg(t))&&tv(t.callee)?"Arguments":i},ub=Ig.String,db=function(e){if("Symbol"===cb(e))throw TypeError("Cannot convert a Symbol value to a string");return ub(e)},hb=function(){var e=Jv(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},pb=Ig.RegExp,fb=Pg((function(){var e=pb("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),mb=fb||Pg((function(){return!pb("a","y").sticky})),gb=fb||Pg((function(){var e=pb("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),vb={BROKEN_CARET:gb,MISSED_STICKY:mb,UNSUPPORTED_Y:fb},yb=Object.keys||function(e){return jy(e,Ly)},bb=Fg?Object.defineProperties:function(e,t){Jv(e);for(var n,i=ev(t),r=yb(t),o=r.length,a=0;o>a;)ny.f(e,n=r[a++],i[n]);return e},wb=rv("document","documentElement"),_b=hy("IE_PROTO"),Cb=function(){},xb=function(e){return"<script>"+e+"<\/script>"},Sb=function(e){e.write(xb("")),e.close();var t=e.parentWindow.Object;return e=null,t},kb=function(){try{rb=new ActiveXObject("htmlfile")}catch(e){}var e,t;kb="undefined"!=typeof document?document.domain&&rb?Sb(rb):((t=Wv("iframe")).style.display="none",wb.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(xb("document.F=Object")),e.close(),e.F):Sb(rb);for(var n=Ly.length;n--;)delete kb.prototype[Ly[n]];return kb()};py[_b]=!0;var Eb,Db,Ab=Object.create||function(e,t){var n;return null!==e?(Cb.prototype=Jv(e),n=new Cb,Cb.prototype=null,n[_b]=e):n=kb(),void 0===t?n:bb(n,t)},Ob=Ig.RegExp,Tb=Pg((function(){var e=Ob(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),Ib=Ig.RegExp,Pb=Pg((function(){var e=Ib("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),Fb=_y.get,$b=kv("native-string-replace",String.prototype.replace),Bb=RegExp.prototype.exec,Mb=Bb,Nb=Wg("".charAt),Rb=Wg("".indexOf),jb=Wg("".replace),Lb=Wg("".slice),zb=(Db=/b*/g,Bg(Bb,Eb=/a/,"a"),Bg(Bb,Db,"a"),0!==Eb.lastIndex||0!==Db.lastIndex),Vb=vb.BROKEN_CARET,Hb=void 0!==/()??/.exec("")[1];(zb||Hb||Vb||Tb||Pb)&&(Mb=function(e){var t,n,i,r,o,a,s,l=this,c=Fb(l),u=db(e),d=c.raw;if(d)return d.lastIndex=l.lastIndex,t=Bg(Mb,d,u),l.lastIndex=d.lastIndex,t;var h=c.groups,p=Vb&&l.sticky,f=Bg(hb,l),m=l.source,g=0,v=u;if(p&&(f=jb(f,"y",""),-1===Rb(f,"g")&&(f+="g"),v=Lb(u,l.lastIndex),l.lastIndex>0&&(!l.multiline||l.multiline&&"\n"!==Nb(u,l.lastIndex-1))&&(m="(?: "+m+")",v=" "+v,g++),n=new RegExp("^(?:"+m+")",f)),Hb&&(n=new RegExp("^"+m+"$(?!\\s)",f)),zb&&(i=l.lastIndex),r=Bg(Bb,p?n:l,v),p?r?(r.input=Lb(r.input,g),r[0]=Lb(r[0],g),r.index=l.lastIndex,l.lastIndex+=r[0].length):l.lastIndex=0:zb&&r&&(l.lastIndex=l.global?r.index+r[0].length:i),Hb&&r&&r.length>1&&Bg($b,r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r&&h)for(r.groups=a=Ab(null),o=0;o<h.length;o++)a[(s=h[o])[0]]=r[s[1]];return r});var Ub=Mb;nb({target:"RegExp",proto:!0,forced:/./.exec!==Ub},{exec:Ub});var Wb=Rv("species"),qb=RegExp.prototype,Yb=Wg("".charAt),Gb=Wg("".charCodeAt),Kb=Wg("".slice),Xb=function(e){return function(t,n){var i,r,o=db(Qg(t)),a=Oy(n),s=o.length;return a<0||a>=s?e?"":void 0:(i=Gb(o,a))<55296||i>56319||a+1===s||(r=Gb(o,a+1))<56320||r>57343?e?Yb(o,a):i:e?Kb(o,a,a+2):r-56320+(i-55296<<10)+65536}},Zb={codeAt:Xb(!1),charAt:Xb(!0)},Jb=Zb.charAt,Qb=function(e,t,n){return t+(n?Jb(e,t).length:1)},ew=Ig.TypeError,tw=function(e,t){var n=e.exec;if(tv(n)){var i=Bg(n,e,t);return null!==i&&Jv(i),i}if("RegExp"===Gg(e))return Bg(Ub,e,t);throw ew("RegExp#exec called on incompatible receiver")};!function(e,t,n,i){var r=Rv(e),o=!Pg((function(){var t={};return t[r]=function(){return 7},7!=""[e](t)})),a=o&&!Pg((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[Wb]=function(){return n},n.flags="",n[r]=/./[r]),n.exec=function(){return t=!0,null},n[r](""),!t}));if(!o||!a||n){var s=Wg(/./[r]),l=t(r,""[e],(function(e,t,n,i,r){var a=Wg(e),l=t.exec;return l===Ub||l===qb.exec?o&&!r?{done:!0,value:s(t,n,i)}:{done:!0,value:a(n,t,i)}:{done:!1}}));Ey(String.prototype,e,l[0]),Ey(qb,r,l[1])}i&&iy(qb[r],"sham",!0)}("match",(function(e,t,n){return[function(t){var n=Qg(this),i=null==t?void 0:wv(t,e);return i?Bg(i,t,n):new RegExp(t)[e](db(n))},function(e){var i=Jv(this),r=db(e),o=n(t,i,r);if(o.done)return o.value;if(!i.global)return tw(i,r);var a=i.unicode;i.lastIndex=0;for(var s,l=[],c=0;null!==(s=tw(i,r));){var u=db(s[0]);l[c]=u,""===u&&(i.lastIndex=Qb(r,$y(i.lastIndex),a)),c++}return 0===c?null:l}]})),nb({global:!0},{globalThis:Ig});var nw=!Pg((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),iw=hy("IE_PROTO"),rw=Ig.Object,ow=rw.prototype,aw=nw?rw.getPrototypeOf:function(e){var t=Dv(e);if(Ov(t,iw))return t[iw];var n=t.constructor;return tv(n)&&t instanceof n?n.prototype:t instanceof rw?ow:null},sw=Ig.String,lw=Ig.TypeError,cw=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Wg(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,i){return Jv(n),function(e){if("object"==typeof e||tv(e))return e;throw lw("Can't set "+sw(e)+" as a prototype")}(i),t?e(n,i):n.__proto__=i,n}}():void 0),uw=Ig.Array,dw=Math.max,hw=Wg("".replace),pw=Wg("".split),fw=Wg([].join),mw=String(Error("zxcasd").stack),gw=/\n\s*at [^:]*:[^\n]*/,vw=gw.test(mw),yw=/@[^\n]*\n/.test(mw)&&!/zxcasd/.test(mw),bw=function(e,t){if("string"!=typeof e)return e;if(vw)for(;t--;)e=hw(e,gw,"");else if(yw)return fw(function(e,t,n){for(var i,r,o,a,s=By(e),l=Py(t,s),c=Py(void 0===n?s:n,s),u=uw(dw(c-l,0)),d=0;l<c;l++,d++)i=u,r=d,o=e[l],a=void 0,(a=Vv(r))in i?ny.f(i,a,Lg(0,o)):i[a]=o;return u.length=d,u}(pw(e,"\n"),t),"\n");return e},ww=function(e,t){nv(t)&&"cause"in t&&iy(e,"cause",t.cause)},_w=Wg(Wg.bind),Cw=function(e,t){return bv(e),void 0===t?e:_w?_w(e,t):function(){return e.apply(t,arguments)}},xw={},Sw=Rv("iterator"),kw=Array.prototype,Ew=Rv("iterator"),Dw=function(e){if(null!=e)return wv(e,Ew)||wv(e,"@@iterator")||xw[cb(e)]},Aw=Ig.TypeError,Ow=function(e,t,n){var i,r;Jv(e);try{if(!(i=wv(e,"return"))){if("throw"===t)throw n;return n}i=Bg(i,e)}catch(e){r=!0,i=e}if("throw"===t)throw n;if(r)throw i;return Jv(i),n},Tw=Ig.TypeError,Iw=function(e,t){this.stopped=e,this.result=t},Pw=Iw.prototype,Fw=function(e,t,n){var i,r,o,a,s,l,c,u=n&&n.that,d=!(!n||!n.AS_ENTRIES),h=!(!n||!n.IS_ITERATOR),p=!(!n||!n.INTERRUPTED),f=Cw(t,u),m=function(e){return i&&Ow(i,"normal",e),new Iw(!0,e)},g=function(e){return d?(Jv(e),p?f(e[0],e[1],m):f(e[0],e[1])):p?f(e,m):f(e)};if(h)i=e;else{if(!(r=Dw(e)))throw Tw(vv(e)+" is not iterable");if(function(e){return void 0!==e&&(xw.Array===e||kw[Sw]===e)}(r)){for(o=0,a=By(e);a>o;o++)if((s=g(e[o]))&&ov(Pw,s))return s;return new Iw(!1)}i=function(e,t){var n=arguments.length<2?Dw(e):t;if(bv(n))return Jv(Bg(n,e));throw Aw(vv(e)+" is not iterable")}(e,r)}for(l=i.next;!(c=Bg(l,i)).done;){try{s=g(c.value)}catch(e){Ow(i,"throw",e)}if("object"==typeof s&&s&&ov(Pw,s))return s}return new Iw(!1)},$w=function(e,t){return void 0===e?arguments.length<2?"":t:db(e)},Bw=!Pg((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",Lg(1,7)),7!==e.stack)})),Mw=Rv("toStringTag"),Nw=Ig.Error,Rw=[].push,jw=function(e,t){var n,i=arguments.length>2?arguments[2]:void 0,r=ov(Lw,this);cw?n=cw(new Nw(void 0),r?aw(this):Lw):(n=r?this:Ab(Lw),iy(n,Mw,"Error")),iy(n,"message",$w(t,"")),Bw&&iy(n,"stack",bw(n.stack,1)),ww(n,i);var o=[];return Fw(e,Rw,{that:o}),iy(n,"errors",o),n};cw?cw(jw,Nw):Yy(jw,Nw);var Lw=jw.prototype=Ab(Nw.prototype,{constructor:Lg(1,jw),message:Lg(1,""),name:Lg(1,"AggregateError")});nb({global:!0},{AggregateError:jw});var zw=Rv("unscopables"),Vw=Array.prototype;null==Vw[zw]&&ny.f(Vw,zw,{configurable:!0,value:Ab(null)});var Hw,Uw,Ww,qw=function(e){Vw[zw][e]=!0},Yw=Rv("iterator"),Gw=!1;[].keys&&("next"in(Ww=[].keys())?(Uw=aw(aw(Ww)))!==Object.prototype&&(Hw=Uw):Gw=!0);var Kw=null==Hw||Pg((function(){var e={};return Hw[Yw].call(e)!==e}));Kw&&(Hw={}),tv(Hw[Yw])||Ey(Hw,Yw,(function(){return this}));var Xw={IteratorPrototype:Hw,BUGGY_SAFARI_ITERATORS:Gw},Zw=ny.f,Jw=Rv("toStringTag"),Qw=function(e,t,n){e&&!Ov(e=n?e:e.prototype,Jw)&&Zw(e,Jw,{configurable:!0,value:t})},e_=Xw.IteratorPrototype,t_=function(){return this},n_=ky.PROPER,i_=ky.CONFIGURABLE,r_=Xw.IteratorPrototype,o_=Xw.BUGGY_SAFARI_ITERATORS,a_=Rv("iterator"),s_=function(){return this},l_=function(e,t,n,i,r,o,a){!function(e,t,n,i){var r=t+" Iterator";e.prototype=Ab(e_,{next:Lg(+!i,n)}),Qw(e,r,!1),xw[r]=t_}(n,t,i);var s,l,c,u=function(e){if(e===r&&m)return m;if(!o_&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},d=t+" Iterator",h=!1,p=e.prototype,f=p[a_]||p["@@iterator"]||r&&p[r],m=!o_&&f||u(r),g="Array"==t&&p.entries||f;if(g&&(s=aw(g.call(new e)))!==Object.prototype&&s.next&&(aw(s)!==r_&&(cw?cw(s,r_):tv(s[a_])||Ey(s,a_,s_)),Qw(s,d,!0)),n_&&"values"==r&&f&&"values"!==f.name&&(i_?iy(p,"name","values"):(h=!0,m=function(){return Bg(f,this)})),r)if(l={values:u("values"),keys:o?m:u("keys"),entries:u("entries")},a)for(c in l)(o_||h||!(c in p))&&Ey(p,c,l[c]);else nb({target:t,proto:!0,forced:o_||h},l);return p[a_]!==m&&Ey(p,a_,m,{name:r}),xw[t]=m,l},c_=_y.set,u_=_y.getterFor("Array Iterator"),d_=l_(Array,"Array",(function(e,t){c_(this,{type:"Array Iterator",target:ev(e),index:0,kind:t})}),(function(){var e=u_(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values");xw.Arguments=xw.Array,qw("keys"),qw("values"),qw("entries");var h_=Zb.charAt,p_=_y.set,f_=_y.getterFor("String Iterator");l_(String,"String",(function(e){p_(this,{type:"String Iterator",string:db(e),index:0})}),(function(){var e,t=f_(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=h_(n,i),t.index+=e.length,{value:e,done:!1})}));var m_,g_={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},v_=Wv("span").classList,y_=v_&&v_.constructor&&v_.constructor.prototype,b_=y_===Object.prototype?void 0:y_,w_=Rv("iterator"),__=Rv("toStringTag"),C_=d_.values,x_=function(e,t){if(e){if(e[w_]!==C_)try{iy(e,w_,C_)}catch(t){e[w_]=C_}if(e[__]||iy(e,__,t),g_[t])for(var n in d_)if(e[n]!==d_[n])try{iy(e,n,d_[n])}catch(t){e[n]=d_[n]}}};for(var S_ in g_)x_(Ig[S_]&&Ig[S_].prototype,S_);function k_(){"undefined"==typeof globalThis&&(window.globalThis=window)}function E_(){void 0===Og&&(window.AggregateError=function(e,t){var n=new Error(t);return n.errors=e,n})}x_(b_,"DOMTokenList"),"undefined"==typeof i.g?("ActiveXObject"in window&&console.error("抱歉,wangEditor V5+ 版本开始,不在支持 IE 浏览器\n Sorry, wangEditor V5+ versions do not support IE browser."),k_(),E_()):i.g&&(null===(m_=i.g.navigator)||void 0===m_?void 0:m_.userAgent.match("QQBrowser"))&&(k_(),E_());var D_,A_=Array.isArray||function(e){return"Array"==Bh(e)},O_=function(){},T_=[],I_=Wh("Reflect","construct"),P_=/^\s*(?:class|function)\b/,F_=Ch(P_.exec),$_=!P_.exec(O_),B_=function(e){if(!xh(e))return!1;try{return I_(O_,T_,e),!0}catch(e){return!1}},M_=!I_||Sh((function(){var e;return B_(B_.call)||!B_(Object)||!B_((function(){e=!0}))||e}))?function(e){if(!xh(e))return!1;switch(dm(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return $_||!!F_(P_,Fm(e))}:B_,N_=kp("species"),R_=hh.Array,j_=function(e,t){return new(function(e){var t;return A_(e)&&(t=e.constructor,(M_(t)&&(t===R_||A_(t.prototype))||Vh(t)&&null===(t=t[N_]))&&(t=void 0)),void 0===t?R_:t}(e))(0===t?0:t)},L_=kp("species"),z_=kp("isConcatSpreadable"),V_=hh.TypeError,H_=Qh>=51||!Sh((function(){var e=[];return e[z_]=!1,e.concat()[0]!==e})),U_=(D_="concat",Qh>=51||!Sh((function(){var e=[];return(e.constructor={})[L_]=function(){return{foo:1}},1!==e[D_](Boolean).foo}))),W_=function(e){if(!Vh(e))return!1;var t=e[z_];return void 0!==t?!!t:A_(e)};nf({target:"Array",proto:!0,forced:!H_||!U_},{concat:function(e){var t,n,i,r,o,a=fp(this),s=j_(a,0),l=0;for(t=-1,i=arguments.length;t<i;t++)if(W_(o=-1===t?a:arguments[t])){if(l+(r=_f(o))>9007199254740991)throw V_("Maximum allowed index exceeded");for(n=0;n<r;n++,l++)n in o&&Uf(s,l,o[n])}else{if(l>=9007199254740991)throw V_("Maximum allowed index exceeded");Uf(s,l++,o)}return s.length=l,s}});var q_=If.f,Y_="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],G_={f:function(e){return Y_&&"Window"==Bh(e)?function(e){try{return q_(e)}catch(e){return Yf(Y_)}}(e):q_(zh(e))}},K_=Ch([].slice),X_={f:kp},Z_=Jp.f,J_=function(e){var t=Hh.Symbol||(Hh.Symbol={});gp(t,e)||Z_(t,e,{value:X_.f(e)})},Q_=Ch([].push),eC=function(e){var t=1==e,n=2==e,i=3==e,r=4==e,o=6==e,a=7==e,s=5==e||o;return function(l,c,u,d){for(var h,p,f=fp(l),m=Rh(f),g=Wp(c,u),v=_f(m),y=0,b=d||j_,w=t?b(l,v):n||a?b(l,0):void 0;v>y;y++)if((s||y in m)&&(p=g(h=m[y],y,f),e))if(t)w[y]=p;else if(p)switch(e){case 3:return!0;case 5:return h;case 6:return y;case 2:Q_(w,h)}else switch(e){case 4:return!1;case 7:Q_(w,h)}return o?-1:i||r?r:w}},tC={forEach:eC(0),map:eC(1),filter:eC(2),some:eC(3),every:eC(4),find:eC(5),findIndex:eC(6),filterReject:eC(7)}.forEach,nC=of("hidden"),iC=kp("toPrimitive"),rC=qm.set,oC=qm.getterFor("Symbol"),aC=Object.prototype,sC=hh.Symbol,lC=sC&&sC.prototype,cC=hh.TypeError,uC=hh.QObject,dC=Wh("JSON","stringify"),hC=Mp.f,pC=Jp.f,fC=G_.f,mC=Ih.f,gC=Ch([].push),vC=hp("symbols"),yC=hp("op-symbols"),bC=hp("string-to-symbol-registry"),wC=hp("symbol-to-string-registry"),_C=hp("wks"),CC=!uC||!uC.prototype||!uC.prototype.findChild,xC=kh&&Sh((function(){return 7!=Hf(pC({},"a",{get:function(){return pC(this,"a",{value:7}).a}})).a}))?function(e,t,n){var i=hC(aC,t);i&&delete aC[t],pC(e,t,n),i&&e!==aC&&pC(aC,t,i)}:pC,SC=function(e,t){var n=vC[e]=Hf(lC);return rC(n,{type:"Symbol",tag:e,description:t}),kh||(n.description=t),n},kC=function(e,t,n){e===aC&&kC(yC,t,n),Gp(e);var i=Op(t);return Gp(n),gp(vC,i)?(n.enumerable?(gp(e,nC)&&e[nC][i]&&(e[nC][i]=!1),n=Hf(n,{enumerable:Ph(0,!1)})):(gp(e,nC)||pC(e,nC,Ph(1,{})),e[nC][i]=!0),xC(e,i,n)):pC(e,i,n)},EC=function(e,t){Gp(e);var n=zh(t),i=Bf(n).concat(TC(n));return tC(i,(function(t){kh&&!Dh(DC,n,t)||kC(e,t,n[t])})),e},DC=function(e){var t=Op(e),n=Dh(mC,this,t);return!(this===aC&&gp(vC,t)&&!gp(yC,t))&&(!(n||!gp(this,t)||!gp(vC,t)||gp(this,nC)&&this[nC][t])||n)},AC=function(e,t){var n=zh(e),i=Op(t);if(n!==aC||!gp(vC,i)||gp(yC,i)){var r=hC(n,i);return!r||!gp(vC,i)||gp(n,nC)&&n[nC][i]||(r.enumerable=!0),r}},OC=function(e){var t=fC(zh(e)),n=[];return tC(t,(function(e){gp(vC,e)||gp(Sf,e)||gC(n,e)})),n},TC=function(e){var t=e===aC,n=fC(t?yC:zh(e)),i=[];return tC(n,(function(e){!gp(vC,e)||t&&!gp(aC,e)||gC(i,vC[e])})),i};if(ep||(lC=(sC=function(){if(qh(lC,this))throw cC("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?_m(arguments[0]):void 0,t=wp(e),n=function(e){this===aC&&Dh(n,yC,e),gp(this,nC)&&gp(this[nC],t)&&(this[nC][t]=!1),xC(this,t,Ph(1,e))};return kh&&CC&&xC(aC,t,{configurable:!0,set:n}),SC(t,e)}).prototype,Zm(lC,"toString",(function(){return oC(this).tag})),Zm(sC,"withoutSetter",(function(e){return SC(wp(e),e)})),Ih.f=DC,Jp.f=kC,Mp.f=AC,If.f=G_.f=OC,Pf.f=TC,X_.f=function(e){return SC(kp(e),e)},kh&&pC(lC,"description",{configurable:!0,get:function(){return oC(this).description}})),nf({global:!0,wrap:!0,forced:!ep,sham:!ep},{Symbol:sC}),tC(Bf(_C),(function(e){J_(e)})),nf({target:"Symbol",stat:!0,forced:!ep},{for:function(e){var t=_m(e);if(gp(bC,t))return bC[t];var n=sC(t);return bC[t]=n,wC[n]=t,n},keyFor:function(e){if(!ip(e))throw cC(e+" is not a symbol");if(gp(wC,e))return wC[e]},useSetter:function(){CC=!0},useSimple:function(){CC=!1}}),nf({target:"Object",stat:!0,forced:!ep,sham:!kh},{create:function(e,t){return void 0===t?Hf(e):EC(Hf(e),t)},defineProperty:kC,defineProperties:EC,getOwnPropertyDescriptor:AC}),nf({target:"Object",stat:!0,forced:!ep},{getOwnPropertyNames:OC,getOwnPropertySymbols:TC}),nf({target:"Object",stat:!0,forced:Sh((function(){Pf.f(1)}))},{getOwnPropertySymbols:function(e){return Pf.f(fp(e))}}),dC){var IC=!ep||Sh((function(){var e=sC();return"[null]"!=dC([e])||"{}"!=dC({a:e})||"{}"!=dC(Object(e))}));nf({target:"JSON",stat:!0,forced:IC},{stringify:function(e,t,n){var i=K_(arguments),r=t;if((Vh(t)||void 0!==e)&&!ip(e))return A_(t)||(t=function(e,t){if(xh(r)&&(t=Dh(r,this,e,t)),!ip(t))return t}),i[1]=t,vh(dC,null,i)}})}if(!lC[iC]){var PC=lC.valueOf;Zm(lC,iC,(function(e){return Dh(PC,this)}))}og(sC,"Symbol"),Sf[nC]=!0,J_("asyncIterator"),J_("hasInstance"),J_("isConcatSpreadable"),J_("iterator"),J_("match"),J_("matchAll"),J_("replace"),J_("search"),J_("species"),J_("split"),J_("toPrimitive"),J_("toStringTag"),J_("unscopables"),og(hh.JSON,"JSON",!0);var FC=Hh.Symbol;J_("asyncDispose"),J_("dispose"),J_("matcher"),J_("metadata"),J_("observable"),J_("patternMatch"),J_("replaceAll");var $C=FC,BC=X_.f("iterator"),MC=lh((function(e){function t(n){return"function"==typeof $C&&"symbol"==typeof BC?(e.exports=t=function(e){return typeof e},e.exports.default=e.exports,e.exports.__esModule=!0):(e.exports=t=function(e){return e&&"function"==typeof $C&&e.constructor===$C&&e!==$C.prototype?"symbol":typeof e},e.exports.default=e.exports,e.exports.__esModule=!0),t(n)}e.exports=t,e.exports.default=e.exports,e.exports.__esModule=!0})),NC=sh(MC),RC=Kv.f,jC=Pg((function(){RC(1)}));if(nb({target:"Object",stat:!0,forced:!Fg||jC,sham:!Fg},{getOwnPropertyDescriptor:function(e,t){return RC(ev(e),t)}}),"object"===("undefined"==typeof i.g?"undefined":NC(i.g))){var LC=Object.getOwnPropertyDescriptor(i.g,"window");i.g.window&&!LC.set||(i.g.window=i.g,i.g.requestAnimationFrame=function(){},i.g.navigator={userAgent:""},i.g.location={hostname:"0.0.0.0",port:0,protocol:"http:"},i.g.btoa=function(){},i.g.crypto={getRandomValues:function(e){return nodeCrypto.randomFillSync(e)}}),null!=i.g.document&&null==i.g.document.getElementsByTagName&&(i.g.document.getElementsByTagName=function(){return[]})}
|
|
84
84
|
/*!
|
|
85
85
|
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
86
86
|
*
|
|
@@ -228,4 +228,4 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
228
228
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
229
229
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
230
230
|
PERFORMANCE OF THIS SOFTWARE.
|
|
231
|
-
***************************************************************************** */function QOe(e){var t=e.menus,n=e.renderElems,i=e.renderStyle,r=e.elemsToHtml,o=e.styleToHtml,a=e.preParseHtml,s=e.parseElemsHtml,l=e.parseStyleHtml,c=e.editorPlugin;t&&t.forEach((function(e){return JOe.registerMenu(e)})),n&&n.forEach((function(e){return JOe.registerRenderElem(e)})),i&&JOe.registerRenderStyle(i),r&&r.forEach((function(e){return JOe.registerElemToHtml(e)})),o&&JOe.registerStyleToHtml(o),a&&a.forEach((function(e){return JOe.registerPreParseHtml(e)})),s&&s.forEach((function(e){return JOe.registerParseElemHtml(e)})),l&&JOe.registerParseStyleHtml(l),c&&JOe.registerPlugin(c)}X6.forEach((function(e){return QOe(e)})),QOe(gie),QOe(Qle),QOe(xve),QOe(_ke),QOe(YOe);var eTe='<svg viewBox="0 0 1024 1024"><path d="M959.877 128l0.123 0.123v767.775l-0.123 0.122H64.102l-0.122-0.122V128.123l0.122-0.123h895.775zM960 64H64C28.795 64 0 92.795 0 128v768c0 35.205 28.795 64 64 64h896c35.205 0 64-28.795 64-64V128c0-35.205-28.795-64-64-64zM832 288.01c0 53.023-42.988 96.01-96.01 96.01s-96.01-42.987-96.01-96.01S682.967 192 735.99 192 832 234.988 832 288.01zM896 832H128V704l224.01-384 256 320h64l224.01-192z"></path></svg>',tTe={link:{menuKeys:["editLink","unLink","viewLink"]},image:{menuKeys:["imageWidth30","imageWidth50","imageWidth100","editImage","viewImageLink","deleteImage"]},pre:{menuKeys:["enter","codeBlock","codeSelectLang"]},table:{menuKeys:["enter","tableHeader","tableFullWidth","insertTableRow","deleteTableRow","insertTableCol","deleteTableCol","deleteTable"]},divider:{menuKeys:["enter"]},video:{menuKeys:["enter","editVideoSize"]}},nTe={hoverbarKeys:ZOe(ZOe({},tTe),{text:{menuKeys:["headerSelect","insertLink","bulletedList","|","bold","through","color","bgColor","clearStyle"]}})};JOe.setEditorConfig(ZOe(ZOe({},nTe),{decorate:XOe}));var iTe={hoverbarKeys:tTe};JOe.setSimpleEditorConfig(ZOe(ZOe({},iTe),{decorate:XOe}));var rTe={toolbarKeys:["headerSelect","blockquote","|","bold","underline","italic",{key:"group-more-style",title:Hq("editor.more"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M204.8 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path><path d="M505.6 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path><path d="M806.4 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path></svg>',menuKeys:["through","code","sup","sub","clearStyle"]},"color","bgColor","|","fontSize","fontFamily","lineHeight","|","bulletedList","numberedList","todo",{key:"group-justify",title:Hq("editor.justify"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M768 793.6v102.4H51.2v-102.4h716.8z m204.8-230.4v102.4H51.2v-102.4h921.6z m-204.8-230.4v102.4H51.2v-102.4h716.8zM972.8 102.4v102.4H51.2V102.4h921.6z"></path></svg>',menuKeys:["justifyLeft","justifyRight","justifyCenter","justifyJustify"]},{key:"group-indent",title:Hq("editor.indent"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M0 64h1024v128H0z m384 192h640v128H384z m0 192h640v128H384z m0 192h640v128H384zM0 832h1024v128H0z m0-128V320l256 192z"></path></svg>',menuKeys:["indent","delIndent"]},"|","emotion","insertLink",{key:"group-image",title:Hq("editor.image"),iconSvg:eTe,menuKeys:["insertImage","uploadImage"]},{key:"group-video",title:Hq("editor.video"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M981.184 160.096C837.568 139.456 678.848 128 512 128S186.432 139.456 42.816 160.096C15.296 267.808 0 386.848 0 512s15.264 244.16 42.816 351.904C186.464 884.544 345.152 896 512 896s325.568-11.456 469.184-32.096C1008.704 756.192 1024 637.152 1024 512s-15.264-244.16-42.816-351.904zM384 704V320l320 192-320 192z"></path></svg>',menuKeys:["insertVideo","uploadVideo"]},"insertTable","codeBlock","divider","|","undo","redo","|","fullScreen"]};JOe.setToolbarConfig(rTe);var oTe={toolbarKeys:["blockquote","header1","header2","header3","|","bold","underline","italic","through","color","bgColor","clearStyle","|","bulletedList","numberedList","todo","justifyLeft","justifyRight","justifyCenter","|","insertLink",{key:"group-image",title:Hq("editor.image"),iconSvg:eTe,menuKeys:["insertImage","uploadImage"]},"insertVideo","insertTable","codeBlock","|","undo","redo","|","fullScreen"]};function aTe(e){void 0===e&&(e={});var t=e.selector,n=void 0===t?"":t,i=e.content,r=void 0===i?[]:i,o=e.html,a=e.config,s=void 0===a?{}:a,l=e.mode,c="simple"===(void 0===l?"default":l)?JOe.simpleEditorConfig:JOe.editorConfig,u=ZOe(ZOe({},c.hoverbarKeys||{}),s.hoverbarKeys||{});return RW({selector:n,config:ZOe(ZOe(ZOe({},c),s),{hoverbarKeys:u}),content:r,html:o,plugins:JOe.plugins})}function sTe(e){var t=e.selector,n=e.editor,i=e.config,r=void 0===i?{}:i,o=e.mode,a=void 0===o?"default":o;if(!t)throw new Error("Cannot find 'selector' when create toolbar");var s="simple"===a?JOe.simpleToolbarConfig:JOe.toolbarConfig,l=function(e,t){if(null==e)throw new Error("Cannot create toolbar, because editor is null");var n=t.selector,i=t.config,r=void 0===i?{}:i;if(function(e,t){return LH(e,"data-w-e-toolbar",t)}(e,n))throw new Error("Repeated create toolbar by selector '"+n+"'");var o=sj({toolbarKeys:[],excludeKeys:[],insertKeys:{index:0,keys:[]},modalAppendToBody:!1},r||{}),a=new HW(n,o);return uL.set(a,e),dL.set(e,a),a}(n,{selector:t,config:ZOe(ZOe({},s),r)});return l}JOe.setSimpleToolbarConfig(oTe);var lTe=function(){return lTe=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},lTe.apply(this,arguments)};function cTe(e){var t="请使用 '@".concat(e,"' 事件,不要放在 props 中");return t+"\nPlease use '@".concat(e,"' event instead of props")}var uTe=Yn().extend({render:function(e){return e("div",{ref:"box"})},name:"Editor",data:function(){return{curValue:"",editor:null}},props:["defaultContent","defaultConfig","mode","defaultHtml","value"],mounted:function(){this.create()},watch:{value:function(e){e===this.curValue||this.setHtml(e)}},methods:{setHtml:function(e){var t=this.editor;null!=t&&t.setHtml(e)},create:function(){var e=this;if(null!=this.$refs.box){var t=this.defaultConfig||{},n=JSON.stringify(Array.isArray(this.defaultContent)?this.defaultContent:[]);aTe({selector:this.$refs.box,html:this.defaultHtml||this.value||"",config:lTe(lTe({},t),{onCreated:function(n){if(e.editor=Object.seal(n),e.$emit("onCreated",n),t.onCreated){var i=cTe("onCreated");throw new Error(i)}},onChange:function(n){var i=n.getHtml();if(e.curValue=i,e.$emit("input",i),e.$emit("onChange",n),t.onChange){var r=cTe("onChange");throw new Error(r)}},onDestroyed:function(n){if(e.$emit("onDestroyed",n),t.onDestroyed){var i=cTe("onDestroyed");throw new Error(i)}},onMaxLength:function(n){if(e.$emit("onMaxLength",n),t.onMaxLength){var i=cTe("onMaxLength");throw new Error(i)}},onFocus:function(n){if(e.$emit("onFocus",n),t.onFocus){var i=cTe("onFocus");throw new Error(i)}},onBlur:function(n){if(e.$emit("onBlur",n),t.onBlur){var i=cTe("onBlur");throw new Error(i)}},customAlert:function(n,i){if(e.$emit("customAlert",n,i),t.customAlert){var r=cTe("customAlert");throw new Error(r)}},customPaste:function(n,i){if(t.customPaste){var r=cTe("customPaste");throw new Error(r)}var o;return e.$emit("customPaste",n,i,(function(e){o=e})),o}}),content:JSON.parse(n),mode:this.mode||"default"})}}}}),dTe=Yn().extend({name:"Toolbar",render:function(e){return e("div",{ref:"box"})},props:["editor","defaultConfig","mode"],methods:{create:function(e){null!=this.$refs.box&&null!=e&&(nz.getToolbar(e)||sTe({editor:e,selector:this.$refs.box,config:this.defaultConfig||{},mode:this.mode||"default"}))}},watch:{editor:{handler:function(e){null!=e&&this.create(e)},immediate:!0}}}),hTe={listModule:{unOrderedList:"Bullet List",orderedList:"Numbered List"},common:{ok:"Confirm",delete:"Delete",enter:"Enter"},blockQuote:{title:"Quote"},codeBlock:{title:"Code Block"},color:{color:"Font Color",bgColor:"Background Color",default:"Default Color",clear:"Clear Background Color"},divider:{title:"Divider"},emotion:{title:"Emotion"},fontSize:{title:"Font Size",default:"Default Font"},fontFamily:{title:"Font",default:"Default Font Size"},fullScreen:{title:"Full Screen"},header:{title:"subject",text:"content"},uploadImgModule:{uploadImage:"Upload Image",uploadError:"{{fileName}} Error Occurred While Uploading Image"},image:{netImage:"Online Images",delete:"Delete Image",edit:"Edit Image",viewLink:"View Link",src:"Image Address",desc:"Image Description",link:"Image Link"},indent:{decrease:"Decrease Indentation",increase:"Increase Indentation"},justify:{left:"Left Align",right:"Right Align",center:"Center Align",justify:"Justify"},lineHeight:{title:"Line Height",default:"Default Line Height"},link:{insert:"Insert Link",text:"Link Text",url:"Link Address",unLink:"Remove Link",edit:"Edit Link",view:"View Link"},videoModule:{delete:"Delete Video",uploadVideo:"Upload Video",insertVideo:"Insert Video",videoSrc:"Video Address",insertPlaceHolder:"Video File URL or Third-Party <iframe>",ok:"OK",editSize:"Resize",width:"Width",height:"Height"},sub:{title:"sub"},textStyle:{bold:"bold",clear:"Clear formatting",code:"Inline Code",italic:"italic",sub:"Subscript",sup:"Superscript",through:"Strikethrough",underline:"Underline"},tableModule:{deleteCol:"Delete Column",deleteRow:"Delete Row",deleteTable:"Delete Table",widthAuto:"Auto Width",insertCol:"Insert Column",insertRow:"Insert Row",insertTable:"Insert Table",header:"Table Header"},undo:{undo:"Undo",redo:"Redo"},todo:{todo:"Todo"}};let pTe=qi.get("language")||"zh";"en"===pTe?(zq("en",{...hTe}),Vq("en")):"zh"===pTe&&Vq("zh-CN");var fTe={components:{Toolbar:dTe,Editor:uTe},props:{height:{default:350,type:Number},theme:{default:"",type:String},htmlText:{default:"",type:String}},data(){return{editor:null,content:this.htmlText,toolbarConfig:{excludeKeys:["blockquote","|","fullScreen","codeBlock","group-video"]},editorConfig:{MENU_CONF:{uploadImage:{server:"/upload/file",async customUpload(e,t){const n=new FormData;console.log("ff",e),n.append("file",e);let i=[];i.push({fileName:e.name,fileSize:e.size}),Qa({fileName:e.name,fileSize:e.size}).then((n=>{console.log("oss",n);let i=new FormData;i.append("key",n.data.objectName),i.append("success_action_status","200"),i.append("x-oss-object-acl","public-read"),i.append("OSSAccessKeyId",n.data.accessKeyId),i.append("policy",n.data.uploadPolicy),i.append("signature",n.data.uploadSignature),i.append("success_action_status","200"),i.append("file",e),es(n.data.uploadHost,i).then((()=>{let e=n.data.uploadHost+"/"+n.data.objectName;t(e)}))}))}},emotion:{emotions:["😀","😁","😂","😃","😄","😅","😆","😉","😊","😋","😎","😍","😘","😗","😙","😚","😇","😐","😑","😶","😏","😣","😥","😮","😯","😪","😫","😴","😌","😛","😜","😝","😒","😓","😔","😕","😲","😷","😖","😞","😟","😤","😢","😭","😦","😧","😨","😬","😰","😱","😳","😵","😡","😠","💘","❤","💓","💔","💕","💖","💗","💙","💚","💛","💜","💝","💞","💟","❣","💪","👈","👉","☝","👆","👇","✌","✋","👌","👍","👎","✊","👊","👋","👏","👐","✍","🍇","🍈","🍉","🍊","🍋","🍌","🍍","🍎","🍏","🍐","🍑","🍒","🍓","🍅","🍆","🌽","🍄","🌰","🍞","🍖","🍗","🍔","🍟","🍕","🍳","🍲","🍱","🍘","🍙","🍚","🍛","🍜","🍝","🍠","🍢","🍣","🍤","🍥","🍡","🍦","🍧","🍨","🍩","🍪","🎂","🍰","🍫","🍬","🍭","🍮","🍯","🍼","☕","🍵","🍶","🍷","🍸","🍹","🍺","🍻","🍴","🌹","🍀","🍎","💰","📱","🌙","🍁","🍂","🍃","🌷","💎","🔪","🔫","🏀","⚽","⚡","👄","👍","🔥","🙈","🙉","🙊","🐵","🐒","🐶","🐕","🐩","🐺","🐱","😺","😸","😹","😻","😼","😽","🙀","😿","😾","🐈","🐯","🐅","🐆","🐴","🐎","🐮","🐂","🐃","🐄","🐷","🐖","🐗","🐽","🐏","🐑","🐐","🐪","🐫","🐘","🐭","🐁","🐀","🐹","🐰","🐇","🐻","🐨","🐼","🐾","🐔","🐓","🐣","🐤","🐥","🐦","🐧","🐸","🐊","🐢","🐍","🐲","🐉","🐳","🐋","🐬","🐟","🐠","🐡","🐙","🐚","🐌","🐛","🐜","🐝","🐞","🦋","😈","👿","👹","👺","💀","☠","👻","👽","👾","💣","0️⃣","1️⃣","2️⃣","3️⃣","4️⃣","5️⃣","6️⃣","7️⃣","8️⃣","9️⃣","🔟","➡️","⬅️","⬆️","⬇️","↗️","↘️","↙️","↖️","↕️","↔️","🔴","🟣","🔵","🟢","🟡","🟠","⚫","⚪️","🟤"]}}}}},methods:{onCreated(e){this.editor=Object.seal(e),console.log("editor",this.editor),window.editor=this.editor,this.$emit("onload")},getContent(){return this.editor.getHtml()},getTextContent(){return this.editor.getText()},setContent(e){return this.editor.setHtml(e)},addEditContent(e){return this.editor.setHtml(this.content+e)},insertEditContent(e){return this.editor.insertText(e)},dangerouslyInsertHtml(e){return this.editor.dangerouslyInsertHtml(e)},isEmpty(){return this.editor.isEmpty()},setDisable(){return this.editor.disable()},setFocus(){this.editor.focus()}}},mTe=fTe,gTe=Ba(mTe,rh,oh,!1,null,null,null),vTe=gTe.exports,yTe=function(){var e=this,t=e._self._c;return t("div",[t("el-dialog",{attrs:{visible:e.isShow,"close-on-click-modal":!1,"before-close":e.close,title:e.$i18n.t("writeMail.delayed_sending"),width:"462px"},on:{"update:visible":function(t){e.isShow=t}}},[t("div",{staticClass:"delayed"},[t("div",{staticClass:"delayed-form mb24"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.choose_send_time"))+":")]),t("el-date-picker",{attrs:{type:"datetime",placeholder:e.$i18n.t("writeMail.choose_time_date"),format:"yyyy-MM-dd HH:mm:ss","value-format":"yyyy-MM-dd HH:mm:ss"},model:{value:e.form.time,callback:function(t){e.$set(e.form,"time",t)},expression:"form.time"}})],1),t("div",{staticClass:"delayed-tip"},[e._v(" "+e._s(e.$i18n.t("writeMail.will"))+" "),t("span",[e._v(e._s(e.form.time))]),e._v(" "+e._s(e.$i18n.t("writeMail.post_to"))+" ")])]),t("div",{staticClass:"delayed-foot"},[t("button",{staticClass:"dialog-btn dialog-btn-linear mr24",on:{click:e.close}},[e._v(" "+e._s(e.$i18n.t("writeMail.cancle"))+" ")]),t("button",{staticClass:"dialog-btn dialog-btn-face",on:{click:e.affirm}},[e._v(" "+e._s(e.$i18n.t("writeMail.send"))+" ")])])])],1)},bTe=[],wTe={props:{isShow:{default:!1,type:Boolean},rowTime:{type:String,default:""}},data(){return{form:{time:this.rowTime?this.rowTime:this.$Formatter.getAfterMinuteTime(5)}}},methods:{affirm(){this.$emit("affirm",this.form.time)},close(){this.$emit("close")}}},_Te=wTe,CTe=Ba(_Te,yTe,bTe,!1,null,"773502ed",null),xTe=CTe.exports,STe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"wrap"},[t("div",{staticClass:"wrap-search px24 mb24"},[t("div",{staticClass:"form-item mr24"},[t("button",{staticClass:"search-btn search-btn-face",on:{click:function(t){e.isShowCreate=!0}}},[e._v(" "+e._s(e.$i18n.t("product.add_product"))+" ")])]),t("div",{staticClass:"form-item"},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.searchForm.name,callback:function(t){e.$set(e.searchForm,"name",t)},expression:"searchForm.name"}},[t("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:function(t){return e.init()}},slot:"append"})],1)],1)]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isLoading,expression:"isLoading"}],staticClass:"list hidden-scrollbar link-body"},[e._l(e.linkList,(function(n,i){return t("div",{key:i,staticClass:"link-item"},[t("img",{attrs:{src:n.image_url}}),t("div",{staticClass:"link-content"},[t("span",{staticClass:"link-name"},[e._v(e._s(n.name_zh))]),t("div",{staticClass:"link-btn-group"},[t("button",{staticClass:"link-item-btn",on:{click:function(t){return e.useProtLink(n.url)}}},[e._v(" "+e._s(e.$i18n.t("product.link"))+" ")])])])])})),0===e.tableTotal?t("div",{staticClass:"w-full h-full flex items-center justify-center"},[e._v(" "+e._s(e.$i18n.t("product.no_data"))+" ")]):e._e()],2),t("div",{staticClass:"list-page"},[t("el-pagination",{attrs:{"current-page":e.searchForm.page,total:e.tableTotal,"page-size":e.searchForm.page_size,"pager-count":5,small:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1),e.isShowCreate?t("add-link",{attrs:{addDialog:e.isShowCreate},on:{close:function(t){e.isShowCreate=!1},init:function(t){e.searchForm.page=1,e.init()}}}):e._e()],1)},kTe=[],ETe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShowDialog,"close-on-click-modal":!1,title:e.$i18n.t("product.create_product"),width:"440px","append-to-body":""},on:{"update:visible":function(t){e.isShowDialog=t},close:e.close}},[t("div",{staticClass:"flex flex-col items-center"},[t("div",{staticClass:"pro-upload-container mb24"},[t("div",{staticClass:"pro-upload-main",on:{click:e.uploadImg}},[t("input",{staticStyle:{display:"none"},attrs:{id:"pro-upload-input",type:"file",accept:"image/gif, image/jpeg, image/jpg, image/png"}}),e.proForm.image_url?e._e():t("i",{staticClass:"dss-iconfont icon-upload"}),e.proForm.image_url?t("img",{attrs:{src:e.proForm.image_url}}):e._e()]),t("h3",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.upload_picture"))+" ")]),t("span",[e._v("("+e._s(e.$i18n.t("product.length_limit"))+"5MB)")])]),t("div",{staticClass:"pro-form"},[t("el-form",{ref:"proForm",attrs:{model:e.proForm,rules:e.verifyProForm}},[t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.product_name"))+": ")]),t("el-form-item",{attrs:{prop:"name_zh"}},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},on:{input:function(t){return e.inputProName(t,"addZhName")}},model:{value:e.proForm.name_zh,callback:function(t){e.$set(e.proForm,"name_zh",t)},expression:"proForm.name_zh"}})],1)],1),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.en_name"))+": ")]),t("el-form-item",{attrs:{prop:"name_en"}},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},on:{input:function(t){return e.inputProName(t,"addEnName")}},model:{value:e.proForm.name_en,callback:function(t){e.$set(e.proForm,"name_en",t)},expression:"proForm.name_en"}})],1)],1),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.product_type"))+": ")]),t("el-form-item",{attrs:{prop:"type"}},[t("el-select",{attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.proForm.type,callback:function(t){e.$set(e.proForm,"type",t)},expression:"proForm.type"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("product.link_goods")}}),t("el-option",{attrs:{value:2,label:e.$i18n.t("product.link_app")}}),t("el-option",{attrs:{value:3,label:e.$i18n.t("product.link_web")}})],1)],1)],1),1===e.proForm.type?t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.E_COMMERCE"))+": ")]),t("el-form-item",{attrs:{prop:"platform"}},[t("el-select",{attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.proForm.platform,callback:function(t){e.$set(e.proForm,"platform",t)},expression:"proForm.platform"}},[t("el-option",{attrs:{value:"Amazon",label:e.$i18n.t("product.link_amazon")}}),t("el-option",{attrs:{value:"AliExpress",label:e.$i18n.t("product.link_aliExpress")}}),t("el-option",{attrs:{value:"Lazada",label:e.$i18n.t("product.link_lazada")}}),t("el-option",{attrs:{value:"Shopee",label:e.$i18n.t("product.link_shopee")}}),t("el-option",{attrs:{value:"OtherSite",label:e.$i18n.t("product.link_independent")}}),t("el-option",{attrs:{value:"Tiktok",label:"TikTok"}}),t("el-option",{attrs:{value:"TheOther",label:e.$i18n.t("product.link_other")}})],1)],1)],1):e._e(),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.produce_link"))+": ")]),t("el-form-item",{attrs:{prop:"url"}},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.proForm.url,callback:function(t){e.$set(e.proForm,"url",t)},expression:"proForm.url"}})],1)],1),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.product_price"))+": ")]),t("el-form-item",{attrs:{prop:"price_dollar"}},[t("el-input",{attrs:{type:"number",placeholder:e.$i18n.t("common.please_input")},model:{value:e.proForm.price_dollar,callback:function(t){e.$set(e.proForm,"price_dollar",t)},expression:"proForm.price_dollar"}})],1),t("div",{staticClass:"pro-form-tip"},[e._v(e._s(e.$i18n.t("product.dollar")))])],1)]),t("div",{staticClass:"flex justify-end"},[t("button",{staticClass:"pro-btn pro-btn-disabled mr12",on:{click:function(t){e.isShowDialog=!1}}},[e._v(" "+e._s(e.$i18n.t("common.cancle"))+" ")]),t("button",{staticClass:"pro-btn pro-btn-face",attrs:{disabled:e.isSubmit},on:{click:e.createPrd}},[e.isSubmit?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" "+e._s(e.$i18n.t("common.confirm"))+" ")])])],1)])])},DTe=[];async function ATe(e){let t=await wa("/koc/product/search",e);return t}async function OTe(e){let t=await wa("/koc/product/productCreate",e);return t}async function TTe(e){let t=await wa("/koc/product/upPrdCover",e);return t}async function ITe(e){let t=await wa("/koc/Blogger/keywordsAssociate",e);return t}async function PTe(e){let t=await wa("/user/product/search",e);return t}async function FTe(e){let t=await va(`/user/product/details/${e.id}`);return t}async function $Te(e){let t=await va("/user/product/allProductPullDown",e);return t}async function BTe(e){let t=await va("/user/productCard/apply",e);return t}async function MTe(e){let t=await wa("/user/productCard/form/list",e);return t}var NTe={props:{addDialog:{type:Boolean,default:!1}},data(){return{isShowDialog:this.addDialog,proForm:{name_zh:"",name_en:"",image_url:"",url:"",type:"",platform:"",price_dollar:""},verifyProForm:{name_zh:[{required:!0,message:`${this.$i18n.t("product.empty_link_name")}`,trigger:"blur"}],name_en:[{required:!0,message:`${this.$i18n.t("product.empty_en_name")}`,trigger:"blur"},{max:100,message:`${this.$i18n.t("product.limit_en_words")}`,trigger:"blur"},{validator:(e,t,n)=>{const i=/^[0-9a-zA-Z,:,:%-_ ]+$/g;i.test(t)?n():n(new Error(`${this.$i18n.t("product.false_en_name")}`))},trigger:"blur"}],type:[{required:!0,message:`${this.$i18n.t("product.select_link_type")}`,trigger:"change"}],platform:[{validator:(e,t,n)=>{1!==this.proForm.type||t?n():n(new Error(`${this.$i18n.t("product.select_platform")}`))},trigger:"change"}],url:[{required:!0,message:`${this.$i18n.t("product.empty_link")}`,trigger:"blur"}],price_dollar:[{validator:(e,t,n)=>{1===this.proForm.type&&""===t?n(new Error(`${this.$i18n.t("product.empty_price")}`)):n()},trigger:"blur"}]},isSubmit:!1}},methods:{inputProName(e,t){e&&this.checkInput({keyword:e,is_show_error:1},t)},checkInput(e,t){ITe(e).then((e=>{400===e.code&&(this.$message.error(e.msg),"addZhName"===t?this.proForm.name_zh="":"addEnName"===t&&(this.proForm.name_en=""))}))},createPrd(){this.$refs["proForm"].validate((e=>{if(!e)return!1;{if(!this.proForm.image_url)return void this.$message({message:`${this.$i18n.t("product.no_img")}`,type:"warning"});const e={name_zh:this.proForm.name_zh,name_en:this.proForm.name_en,image_url:this.proForm.image_url,url:this.proForm.url,type:[this.proForm.type],platform:this.proForm.platform,price_dollar:1*this.proForm.price_dollar};this.isSubmit=!0,OTe(e).then((e=>{0===e.code?(this.$emit("init"),this.close(),this.$message({message:"`${this.$i18n.t('product.create_success')}`",type:"success"})):(this.isSubmit=!1,11e4===e.code?this.$message({type:"warning",message:`${this.$i18n.t("product.false_link")}`}):300001===e.code?this.$message({type:"warning",message:`${this.$i18n.t("product.re_link_name")}`}):this.$message({type:"warning",message:e.msg}))}))}}))},uploadImg(){const e=this,t=document.getElementById("pro-upload-input");t.click(),t.onchange=function(t){const n=this.files[0].size/1024/1024<5;if(!n)return void e.$message.error(`${e.$i18n.t("product.limit_upload")}`);const i=new FormData;i.append("file",this.files[0]),TTe(i).then((n=>{200===n.code?(e.$message({message:n.msg,type:"success"}),e.proForm.image_url=n.data.url,t.target.value=""):e.$message({message:n.msg,type:"warning"})}))}},close(){this.isSubmit=!1,this.proForm.name_zh="",this.proForm.name_en="",this.proForm.image_url="",this.proForm.url="",this.proForm.type="",this.proForm.platform="",this.proForm.price_dollar="",this.$emit("close")}}},RTe=NTe,jTe=Ba(RTe,ETe,DTe,!1,null,"3e764b9e",null),LTe=jTe.exports,zTe={components:{AddLink:LTe},data(){return{searchForm:{name:"",page:1,page_size:10},isLoading:!1,linkList:[],tableTotal:0,isShowCreate:!1}},created(){this.init()},methods:{init(){this.isLoading=!0,ATe(this.searchForm).then((e=>{0===e.code?(this.isLoading=!1,this.linkList=e.data.items,this.tableTotal=e.data.total):(this.isLoading=!1,this.$message.error(e.msg))}))},changePage(e){this.searchForm.page=e,this.init()},useProtLink(e){this.$emit("setMailLink",e)}}},VTe=zTe,HTe=Ba(VTe,STe,kTe,!1,null,"e27f4ae4",null),UTe=HTe.exports,WTe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,title:e.$i18n.t("checkMail.send_notice"),width:"480px","before-close":e.closeNotice,"custom-class":["notice-dialog","en"==e.language?"en-notice-dialog":""],"close-on-click-modal":!1},on:{"update:visible":function(t){e.isShow=t}}},[t("ul",{staticClass:"notice-ul"},[e._l(e.noticeArr,(function(n,i){return t("li",{key:i},[e._v(e._s(n))])})),t("li",[t("span",[e._v(e._s(e.$i18n.t("checkMail.tip13")))])])],2),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-checkbox",{model:{value:e.remind14Day,callback:function(t){e.remind14Day=t},expression:"remind14Day"}},[e._v(e._s(e.$i18n.t("checkMail.tip14")))]),t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.closeNotice}},[e._v(e._s(e.$i18n.t("checkMail.know")))])],1)])},qTe=[],YTe={props:{isShow:{default:!1,type:Boolean}},data(){return{noticeArr:[this.$i18n.t("checkMail.tip15"),this.$i18n.t("checkMail.tip16")],remind14Day:!1,language:qi.get("language")}},methods:{closeNotice(){this.$emit("closeNotice",this.remind14Day)}}},GTe=YTe,KTe=Ba(GTe,WTe,qTe,!1,null,null,null),XTe=KTe.exports,ZTe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,title:e.$i18n.t("checkMail.tip9"),width:"480px","before-close":e.closeLimit,"custom-class":"limit-dialog","close-on-click-modal":!1},on:{"update:visible":function(t){e.isShow=t}}},[t("p",{staticClass:"tip2"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip10_1",{value:e.totalSendNum}))+" "),t("span",[e._v(e._s(e.restSendNum))]),e._v(" "+e._s(e.$i18n.t("checkMail.tip10_2"))+" ")]),t("ul",{staticClass:"limit-ul"},[t("li",[e._v(e._s(e.$i18n.t("checkMail.tip11")))]),t("li",[e._v(e._s(e.$i18n.t("checkMail.tip12")))])]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.closeLimit}},[e._v(e._s(e.$i18n.t("checkMail.know")))])],1)])},JTe=[],QTe={props:{isShow:{default:!1,type:Boolean},totalSendNum:{type:Number,default:0},restSendNum:{type:Number,default:0}},data(){return{}},methods:{closeLimit(){this.$emit("closeLimit")}}},eIe=QTe,tIe=Ba(eIe,ZTe,JTe,!1,null,null,null),nIe=tIe.exports,iIe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,width:"620px","before-close":e.closeCheck,"custom-class":"check-dialog "+("en"==e.language?"en-check-dialog":""),"close-on-click-modal":!1,"show-close":0===e.active&&1==e.currentStatus&&(0!==e.reContactNum||0!==e.riskNum||0!==e.cooperatedNum)},on:{"update:visible":function(t){e.isShow=t}}},[t("el-steps",{attrs:{active:e.active+1,"align-center":"","finish-status":"finish"}},e._l(e.stepsArr,(function(e,n){return t("el-step",{key:n,attrs:{title:e}})})),1),0===e.active?t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.checkLoading,expression:"checkLoading"}],staticClass:"active1"},[t("div",{staticClass:"check-title",class:{"check-title-success":0===e.reContactNum&&0===e.riskNum&&0===e.cooperatedNum}},[0!==e.reContactNum||0!==e.riskNum||0!==e.cooperatedNum?t("span",{staticClass:"txt"},[e._v("检测发现"+e._s(e.totalNum)+"位有效收件人中有以下情况,请选择是否过滤")]):e._e(),t("span",{staticClass:"tips"},[e._v("有效发件人:为了保障邮箱健康度,平台将会自动过滤掉当天有过重复标题发送的红人")])]),t("div",{staticClass:"check-item",class:{"item-success":0===e.reContactNum}},[t("div",{staticClass:"check-item_left"},[t("div",{staticClass:"check-label"},[t("span",{staticClass:"red"},[e._v(e._s(0===e.reContactNum?"无":e.reContactNum+"位"))]),e._v("重复触达红人 ")]),t("div",{staticClass:"check-tip"},[e._v("*30天内邮件联系过")])]),t("div",{staticClass:"check-item_right"},[t("el-switch",{directives:[{name:"show",rawName:"v-show",value:e.reContactNum>0,expression:"reContactNum > 0"}],attrs:{"active-text":e.isFilterRepeat?"过滤":"不过滤"},on:{change:e.changeFilter},model:{value:e.isFilterRepeat,callback:function(t){e.isFilterRepeat=t},expression:"isFilterRepeat"}})],1),t("img",{attrs:{src:e.reContactNum>0?"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png":"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]),t("div",{staticClass:"check-item",class:{"item-success":0===e.riskNum}},[t("div",{staticClass:"check-item_left"},[t("div",{staticClass:"check-label"},[t("span",{staticClass:"red"},[e._v(e._s(0===e.riskNum?"无":e.riskNum+"位"))]),e._v("履约风险红人 ")]),t("div",{staticClass:"check-tip"},[e._v("*平台上记录有履约风险")])]),t("div",{staticClass:"check-item_right"},[t("el-switch",{directives:[{name:"show",rawName:"v-show",value:e.riskNum>0,expression:"riskNum > 0"}],attrs:{"active-text":e.isFilterRisk?"过滤":"不过滤"},on:{change:e.changeFilter},model:{value:e.isFilterRisk,callback:function(t){e.isFilterRisk=t},expression:"isFilterRisk"}})],1),t("img",{attrs:{src:e.riskNum>0?"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png":"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]),t("div",{staticClass:"check-item",class:{"item-success":0===e.cooperatedNum}},[t("div",{staticClass:"check-item_left"},[t("div",{staticClass:"check-label"},[t("span",{staticClass:"red"},[e._v(e._s(0===e.cooperatedNum?"无":e.cooperatedNum+"位"))]),e._v("合作红人 ")]),t("div",{staticClass:"check-tip"},[e._v("*与企业账号有合作中或合作完成的红人")])]),t("div",{staticClass:"check-item_right"},[t("el-switch",{directives:[{name:"show",rawName:"v-show",value:e.cooperatedNum>0,expression:"cooperatedNum > 0"}],attrs:{"active-text":e.isFilterCooperate?"过滤":"不过滤"},on:{change:e.changeFilter},model:{value:e.isFilterCooperate,callback:function(t){e.isFilterCooperate=t},expression:"isFilterCooperate"}})],1),t("img",{attrs:{src:e.cooperatedNum>0?"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png":"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]),0===e.reContactNum&&0===e.riskNum&&0===e.cooperatedNum?t("div",{staticClass:"success-tips"},[e._v(" 收件人均为首次触达,将在"),t("span",{staticClass:"tips-red"},[e._v("3S")]),e._v("后自动进行到下一步 ")]):e._e()]):e._e(),1===e.active?t("div",{staticClass:"active2"},[t("div",{staticClass:"variable-check"},[e.isLoading?[t("div",{staticClass:"var-wait wait mb16"},[t("p",[e._v(e._s(e.$i18n.t("checkMail.variable_replacement")))]),t("p",{staticClass:"var-loads"},[t("i",{staticClass:"dss-iconfont icon-jiazaizhong var-load"})])])]:[e.hasVar?t("div",{staticClass:"var-success success mb16"},[t("p",[e._v(e._s(e.$i18n.t("checkMail.variable_replacement")))]),t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]):e._e(),e.hasVar?e._e():t("div",{staticClass:"var-fail fail mb16"},[t("p",{staticClass:"fail-name"},[e._v(" "+e._s(e.$i18n.t("checkMail.variable_replacement"))+" ")]),t("p",{staticClass:"fail-tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip4"))+" ")]),t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png"}})])]],2),t("div",{staticClass:"spam-check"},[e.isLoading?t("p",{staticClass:"mt40"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip5"))+" ")]):e._e(),e.isLoading?e._e():[e.hasVar?t("p",{staticClass:"mt40"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip6_1"))+" "),t("span",{staticClass:"underline-span"},[e._v("3S")]),e._v(" "+e._s(e.$i18n.t("checkMail.tip6_2"))+" ")]):e._e(),e.hasVar?e._e():t("div",{staticClass:"var-btns"},[e.checkVar?t("button",{staticClass:"tip-btn active1-btn1",attrs:{size:"small"},on:{click:e.varCheckSend}},[e._v(" "+e._s(e.$i18n.t("checkMail.continue_sending_emails"))+" ")]):e._e(),t("el-button",{staticClass:"tip-btn",attrs:{size:"small",type:"primary"},on:{click:e.closeCheck}},[e._v(e._s(e.$i18n.t("checkMail.optimize_emails")))])],1)]],2)]):e._e(),2===e.active?t("div",{staticClass:"active3"},[e.isSuccess&&e.isSendSuccess?[t("div",{staticClass:"sucess-icon img-icon"},[t("i",{staticClass:"dss-iconfont icon-success1"})]),t("p",{staticClass:"mail-status"},[e._v(" "+e._s(e.$i18n.t("checkMail.email_created_successfully"))+" ")]),t("p",{staticClass:"mail-tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip7_1"))+" "),t("span",[e._v("3S")]),e._v(" "+e._s(e.$i18n.t("checkMail.tip7_2"))+" ")]),t("el-button",{staticClass:"mail-btn",attrs:{type:"primary",size:"small"},on:{click:e.skipToOut}},[e._v(e._s(e.$i18n.t("checkMail.jump_immediately")))])]:e._e(),e.isSuccess&&e.isSendSuccess?e._e():[t("div",{staticClass:"fail-icon img-icon"},[t("i",{staticClass:"dss-iconfont icon-fail"})]),t("p",{staticClass:"mail-status"},[e._v(e._s(e.$i18n.t("checkMail.creation_failed")))]),t("p",{staticClass:"mail-tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip8_1"))+" "),t("span",[e._v("3S")]),e._v(" "+e._s(e.$i18n.t("checkMail.tip8_2"))+" ")]),t("el-button",{staticClass:"mail-btn",attrs:{type:"primary",size:"small"},on:{click:e.closeCheck}},[e._v(e._s(e.$i18n.t("checkMail.close")))])]],2):e._e(),0!==e.active||1!=e.currentStatus||0===e.reContactNum&&0===e.riskNum&&0===e.cooperatedNum?e._e():t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("button",{staticClass:"active1-btn1",attrs:{size:"small"},on:{click:e.closeCheck}},[e._v(" 取 消 ")]),t("el-button",{staticClass:"active1-btn2",attrs:{size:"small",type:"primary"},on:{click:e.filterContactBlogger}},[e._v("下一步")])],1)],1)},rIe=[],oIe={props:{isShow:{default:!1,type:Boolean},totalNum:{type:Number,default:0},reContactNum:{type:Number,default:0},riskNum:{type:Number,default:0},cooperatedNum:{type:Number,default:0},filterBloggerArr:{type:Array,default:()=>[]},checkEmails:{type:Array,default:()=>[]},isSendSuccess:{type:Boolean,default:!0},isReply:{type:Boolean,default:!1},checkLoading:{type:Boolean,default:!1}},data(){return{active:0,stepsArr:[this.$t("edm5.v219"),this.$i18n.t("checkMail.filter_contacted_influencers"),this.$i18n.t("checkMail.email_quality_inspection"),this.$i18n.t("checkMail.create_email")],isSuccess:!0,currentStatus:1,hasVar:!1,isLoading:!1,checkVar:!0,language:qi.get("language"),isFilterRepeat:!0,isFilterRisk:!0,isFilterCooperate:!0}},mounted(){0===this.reContactNum&&0===this.riskNum&&0===this.cooperatedNum&&setTimeout((()=>{this.next()}),3e3)},methods:{closeCheck(){this.$emit("closeCheck")},next(){this.isSuccess?(this.active=1,this.isLoading=!0,Bd({emails:this.checkEmails}).then((e=>{"0"===e.code?(this.checkVar=!0,this.isLoading=!1,e.data?(this.hasVar=!0,setTimeout((()=>{this.active=2,this.$emit("selfSend")}),3e3)):this.hasVar=!1):(this.checkVar=!1,this.isLoading=!1,this.$message.error(e.message))}))):(this.active=2,setTimeout((()=>{this.closeCheck()}),3e3))},filterContactBlogger(){0===this.filterBloggerArr.length&&(this.isSuccess=!1),this.next()},skipToOut(){this.$emit("skipToOut")},varCheckSend(){this.active=2,0===this.filterBloggerArr.length?this.isSuccess=!1:this.$emit("selfSend")},changeFilter(){this.$emit("updateFilterBloggerArr",this.isFilterRepeat,this.isFilterRisk,this.isFilterCooperate)}}},aIe=oIe,sIe=Ba(aIe,iIe,rIe,!1,null,null,null),lIe=sIe.exports,cIe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"choose-email-container"},[t("el-dialog",{attrs:{visible:e.isShow,title:e.isCheckType?"":e.$i18n.t("setMail.Sending_settings"),width:e.isCheckType?"620px":"480px","before-close":e.closeChooseMail,"custom-class":"choosemail-dialog2 "+(e.isCheckType?"choosemail-isCheck":""),"close-on-click-modal":!1},on:{"update:visible":function(t){e.isShow=t}}},[e.isCheckType?t("el-steps",{attrs:{active:e.active,"align-center":"","finish-status":"finish"}},e._l(e.stepsArr,(function(n,i){return t("el-step",{key:i,attrs:{title:n,status:e.active>=i?"finish":"wait"}})})),1):e._e(),e.isCheckType?t("div",{staticClass:"send-tips"},[t("div",{staticClass:"tips-title"},[e._v(e._s(e.$t("edm5.v189")))]),t("div",{staticClass:"tips-item"},[e._v(" "+e._s(e.$t("edm5.v190",{value:e.totalSendNum}))+" ")]),t("div",{staticClass:"tips-item"},[e._v(" "+e._s(e.$t("edm5.v191"))+" ")])]):e._e(),e.isCheckType||"zh"!=e.language?e._e():t("span",{staticClass:"header-tips"},[e._v(e._s(e.$t("edm5.v192")))]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.authLoading,expression:"authLoading"}],class:{"check-list":e.isCheckType}},[t("div",{class:{"woto-mail":!0,"mail-active":"WOTOMAIL"===e.radio},on:{click:function(t){return e.changeEmail("WOTOMAIL")}}},[t("el-radio",{attrs:{value:e.radio,label:"WOTOMAIL"}},[e._v(e._s(e.$i18n.t("setMail.mailbox_system")))]),t("span",{staticClass:"set-default",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.setDefaultBindEmail("WOTOMAIL")}}},[e._v(e._s("WOTOMAIL"===e.defaultEmail?e.$t("edm5.v193"):e.$t("edm5.v194")))])],1),e.gmailVal?t("div",{class:{"woto-mail":!0,"mail-active":"GMAIL"===e.radio},on:{click:function(t){return e.changeEmail("GMAIL")}}},[t("el-radio",{attrs:{value:e.radio,label:"GMAIL"}},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.gmailVal)+" ")]),t("span",{staticClass:"email-address"},[e._v(" "+e._s(e.gmailVal))])])],1),t("span",{staticClass:"set-default",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.setDefaultBindEmail("GMAIL")}}},[e._v(e._s("GMAIL"===e.defaultEmail?e.$t("edm5.v193"):e.$t("edm5.v194")))]),t("span",{staticClass:"unBind",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.unbind("GMAIL")}}},[e._v(e._s(e.$t("edm5.v195")))])],1):e._e(),e._l(e.businessEmailList,(function(n){return t("div",{key:n.id,class:{"woto-mail":!0,"mail-active":e.radio===n.emailAddress},on:{click:function(t){return e.changeEmail(n.emailAddress)}}},[t("el-radio",{attrs:{value:e.radio,label:n.emailAddress}},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(n.emailAddress)+" ")]),t("span",{staticClass:"email-address"},[e._v(e._s(n.emailAddress))])])],1),t("span",{staticClass:"set-default",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.setDefaultBindEmail(n.emailAddress)}}},[e._v(e._s(e.defaultEmail===n.emailAddress?e.$t("edm5.v193"):e.$t("edm5.v194")))]),t("span",{staticClass:"unBind",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.unbind(n.emailAddress)}}},[e._v(e._s(e.$t("edm5.v195")))])],1)})),0===e.businessEmailList.length?t("div",{staticClass:"add-mail",on:{click:e.toOpenBind}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),t("span",{staticClass:"label"},[e._v(e._s(e.$t("edm5.v196")))])]):e._e()],2),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[e.businessEmailList.length>0?t("div",{staticClass:"left",on:{click:e.toOpenBind}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),t("span",{staticClass:"label"},[e._v(e._s(e.$t("edm5.v196")))])]):t("div"),e.isCheckType?t("el-button",{staticClass:"cancel-btn",attrs:{size:"small"},on:{click:e.closeChooseMail}},[e._v(e._s(e.$i18n.t("setMail.cancle")))]):e._e(),t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.confirmChoose}},[e._v(e._s(e.isCheckType?e.$i18n.t("edm2.mailEn25"):e.$i18n.t("setMail.confirm")))])],1)],1),t("el-dialog",{attrs:{title:e.$t("edm5.v196"),visible:e.bindEmailVisible,width:"480px","custom-class":"edm-bind-email-dialog"},on:{"update:visible":function(t){e.bindEmailVisible=t}}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.bingLoading,expression:"bingLoading"}]},["zh"==e.language?t("span",{staticClass:"header-tips"},[e._v(e._s(e.$t("edm5.v192")))]):e._e(),t("div",{staticClass:"email-top"},[t("div",{staticClass:"top-left"},[e._v(e._s(e.$t("edm5.v197")))]),t("div",{staticClass:"top-right",on:{click:e.toBindHelp}},[t("span",{staticClass:"config-info"},[e._v(e._s(e.$t("edm5.v198")))]),t("i",{staticClass:"dss-iconfont icon-arrow"})])]),t("div",{staticClass:"email-kind"},[t("el-select",{staticClass:"kind-select",attrs:{placeholder:e.$t("edm5.v98")},on:{change:e.providerChange},model:{value:e.businessParams.id,callback:function(t){e.$set(e.businessParams,"id",t)},expression:"businessParams.id"}},e._l(e.businessTemplateList,(function(e){return t("el-option",{key:e.id,attrs:{label:e.provider,value:e.id}})})),1)],1),t("div",{staticClass:"email-content"},["Gmail"===e.businessParams.id?[t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v199")))]),t("div",{staticClass:"item-input"},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.gmailValInput,callback:function(t){e.gmailValInput=t},expression:"gmailValInput"}})],1)]),t("div",{staticClass:"gmail-tip"},[t("p",[e._v("-"+e._s(e.$t("edm5.v200")))]),t("p",[e._v("-"+e._s(e.$t("edm5.v201")))]),t("p",[e._v("-"+e._s(e.$t("edm5.v202")))])])]:"Outlook"===e.businessParams.id?[t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v203")))]),t("div",{staticClass:"item-input"},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.outlookValInput,callback:function(t){e.outlookValInput=t},expression:"outlookValInput"}})],1)]),t("div",{staticClass:"gmail-tip"},[t("p",[e._v("-"+e._s(e.$t("edm5.v200")))]),t("p",[e._v("-"+e._s(e.$t("edm5.v201")))])])]:[t("el-form",{ref:"businessRuleForm",attrs:{model:e.businessParams,rules:e.businessRules}},[t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v204")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{attrs:{prop:"emailAddress"}},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.businessParams.emailAddress,callback:function(t){e.$set(e.businessParams,"emailAddress",t)},expression:"businessParams.emailAddress"}})],1)],1)]),t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v205")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{attrs:{prop:"pwd"}},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.businessParams.pwd,callback:function(t){e.$set(e.businessParams,"pwd",t)},expression:"businessParams.pwd"}})],1)],1)]),t("div",{staticClass:"content-item multiple-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v206")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{staticClass:"form-item-one",attrs:{prop:"smtpHost"}},[t("el-input",{staticClass:"input-one",attrs:{placeholder:e.$t("edm5.v207")},model:{value:e.businessParams.smtpHost,callback:function(t){e.$set(e.businessParams,"smtpHost",t)},expression:"businessParams.smtpHost"}})],1),t("el-form-item",{staticClass:"form-item-two",attrs:{prop:"encryptionType"}},[t("el-select",{staticClass:"input-two",attrs:{placeholder:e.$t("edm5.v98")},model:{value:e.businessParams.encryptionType,callback:function(t){e.$set(e.businessParams,"encryptionType",t)},expression:"businessParams.encryptionType"}},[t("el-option",{attrs:{label:e.$t("edm5.v208"),value:0}}),t("el-option",{attrs:{label:"SSL",value:1}}),t("el-option",{attrs:{label:"TLS",value:2}})],1)],1),t("el-form-item",{staticClass:"form-item-three",attrs:{prop:"smtpPort"}},[t("el-input",{staticClass:"input-three",attrs:{placeholder:e.$t("edm5.v209")},model:{value:e.businessParams.smtpPort,callback:function(t){e.$set(e.businessParams,"smtpPort",t)},expression:"businessParams.smtpPort"}})],1)],1)]),t("div",{staticClass:"content-item multiple-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v210")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{staticClass:"form-item-one",attrs:{prop:"imapHost"}},[t("el-input",{staticClass:"input-one",attrs:{placeholder:e.$t("edm5.v207")},model:{value:e.businessParams.imapHost,callback:function(t){e.$set(e.businessParams,"imapHost",t)},expression:"businessParams.imapHost"}})],1),t("el-form-item",{staticClass:"form-item-two",attrs:{prop:"encryptionType"}},[t("el-select",{staticClass:"input-two",attrs:{value:"SSL",placeholder:e.$t("edm5.v98"),disabled:""}},[t("el-option",{attrs:{label:e.$t("edm5.v208"),value:0}}),t("el-option",{attrs:{label:"SSL",value:1}}),t("el-option",{attrs:{label:"TLS",value:2}})],1)],1),t("el-form-item",{staticClass:"form-item-three",attrs:{prop:"imapPort"}},[t("el-input",{staticClass:"input-three",attrs:{placeholder:e.$t("edm5.v209")},model:{value:e.businessParams.imapPort,callback:function(t){e.$set(e.businessParams,"imapPort",t)},expression:"businessParams.imapPort"}})],1)],1)])])]],2),t("span",{staticClass:"bind-dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("div"),t("div",{staticClass:"right"},[t("el-button",{attrs:{size:"small"},on:{click:e.toCancelBind}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{attrs:{size:"small",loading:e.confirmBindLoading,type:"primary"},on:{click:e.toConfirmBind}},[e._v(e._s(e.$t("edm5.v36")))])],1)])])]),t("el-dialog",{attrs:{title:e.$i18n.t("setMail.unbind"),visible:e.innerVisible,"append-to-body":"","custom-class":`inner-dialog2 ${"en"==e.language?"en-inner-dialog2":""} ${e.hasToSendEmail?"inner-dialog2-has":""}`},on:{"update:visible":function(t){e.innerVisible=t}}},[e.hasToSendEmail?t("div",{staticClass:"inner-has-tips"},[e._v(" "+e._s(e.$t("edm5.v211"))+" ")]):t("div",{staticClass:"inner-tip-text"},["GMAIL"===e.currentUnbindEmail?t("span",[e._v(e._s(e.$i18n.t("setMail.tip1")))]):t("span",[e._v(" "+e._s(e.$t("edm5.v212",{currentUnbindEmail:e.currentUnbindEmail}))+" ")]),"GMAIL"===e.currentUnbindEmail?t("span",{staticClass:"guide",on:{click:e.toGuide}},[e._v("【"+e._s(e.$i18n.t("setMail.guide"))+"】")]):e._e()]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small"},on:{click:function(t){e.innerVisible=!1}}},[e._v(e._s(e.$i18n.t("setMail.cancle")))]),t("el-button",{attrs:{loading:e.unbindLoading,size:"small",type:"primary"},on:{click:e.confirmUnbind}},[e._v(e._s(e.$i18n.t("setMail.confirm_unbinding")))])],1)])],1)},uIe=[],dIe={props:{isShow:{default:!1,type:Boolean},currentSetEmail:{type:String,default:"WOTOMAIL"},currentEnv:{type:String,default:"https://www.wotohub.com"},isGoogleGrayShow:{type:Boolean,default:!0},isCheckType:{type:Boolean,default:!0},userId:{type:[Number,String],default:""},addresseeArrLength:{type:Number,default:0},totalSendNum:{type:Number,default:0}},data(){return{radio:"",gmailValInput:"",gmailVal:"",outlookValInput:"",isShowInput:!1,scopeVal:"https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.send%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.readonly%20",redirectUri:encodeURIComponent(this.currentEnv)+"%2Fwrite",code:"",innerVisible:!1,language:qi.get("language"),bindEmailVisible:!1,businessEmailList:[],businessTemplateList:[],businessParams:{id:"Outlook",emailAddress:"",pwd:"",smtpHost:"",encryptionType:0,smtpPort:"",imapHost:"",imapPort:"",provider:""},businessRules:{id:[{required:!0,message:this.$t("edm5.v213"),trigger:"change"}],emailAddress:[{required:!0,message:this.$t("edm5.v214"),trigger:"blur"},{type:"email",message:this.$t("edm5.v215"),trigger:"blur"}],pwd:[{required:!0,message:this.$t("edm5.v216"),trigger:"blur"}],smtpHost:[{required:!0,message:this.$t("edm5.v207"),trigger:"blur"},{validator:this.validateUrl,trigger:"blur"}],encryptionType:[{required:!0,message:this.$t("edm5.v98"),trigger:"change"}],smtpPort:[{required:!0,message:this.$t("edm5.v209"),trigger:"blur"},{validator:this.validatePort,trigger:"blur"}],imapHost:[{required:!0,message:this.$t("edm5.v207"),trigger:"blur"},{validator:this.validateUrl,trigger:"blur"}],imapPort:[{required:!0,message:this.$t("edm5.v209"),trigger:"blur"},{validator:this.validatePort,trigger:"blur"}]},bingLoading:!1,currentUnbindEmail:"",unbindLoading:!1,confirmBindLoading:!1,stepsArr:[this.$t("edm5.v219"),this.$i18n.t("checkMail.filter_contacted_influencers"),this.$i18n.t("checkMail.email_quality_inspection"),this.$i18n.t("checkMail.create_email")],active:0,defaultEmail:"",hasToSendEmail:!1,authLoading:!1,reloadTimer:null}},computed:{redirectUriGmail(){return encodeURIComponent("https://pre.wotohub.com"==this.currentEnv?"https://k8s-mail.wotokol.com":"https://mail.wotokol.com")+"%2FgmailBind"}},created(){if(this.radio=this.currentSetEmail,this.$route.query.code){this.code=this.$route.query.code;const e=localStorage.getItem("authorType");e&&"Gmail"===e?this.handleGmailAuth():e&&"Outlook"===e&&this.handleOutLookAuth()}this.$route.query.from&&"bindGmailPage"===this.$route.query.from&&this.clearEmailStorage(),this.queryIsBindGmail(),this.getBusinessEMails(),this.getBusinessTemplates(),this.getDefaultBindEmail()},beforeDestroy(){this.reloadTimer&&clearTimeout(this.reloadTimer)},methods:{queryIsBindGmail(){Md().then((e=>{"0"===e.code?e.data?Rd().then((e=>{"0"===e.code?this.gmailVal=e.data.email:this.$message.error(e.message)})):this.gmailVal="":this.$message.error(e.message)}))},changeEmail(e){this.radio=e},async getBusinessEMails(){try{const e=await Qd({});"0"===e.code?this.businessEmailList=e.data||[]:this.$message.error(e.message)}catch(ul){console.log(ul)}},async getBusinessTemplates(){try{const e=await eh({});"0"===e.code?this.businessTemplateList=[{provider:this.$t("edm5.v220"),value:"Outlook",id:"Outlook"}].concat([...e.data,{provider:"Gmail",value:"Gmail",id:"Gmail"}])||[]:this.$message.error(e.message)}catch(ul){console.log(ul)}},async getDefaultBindEmail(){try{const e=await Vd({});"0"===e.code?this.defaultEmail=["WOTOMAIL","GMAIL"].includes(e.data.sendType)?e.data.sendType:e.data.email:this.$message.error(e.message)}catch(ul){console.log(ul)}},async setDefaultBindEmail(e){try{if(e===this.defaultEmail)return!1;const t={};"WOTOMAIL"!==e&&"GMAIL"!==e?(t["qiyeId"]=this.businessEmailList.find((t=>t.emailAddress===e))?.id,t["sendType"]="QIYE"):t["sendType"]=e;const n=await zd(t);"0"===n.code?(this.$message.success(this.$t("edm5.v221")),this.getDefaultBindEmail()):this.$message.error(n.message)}catch(ul){console.log(ul)}},toOpenBind(){this.bindEmailVisible=!0},toCancelBind(){this.bindEmailVisible=!1},toConfirmBind(){"Gmail"===this.businessParams.id?this.authorizeGmail():"Outlook"===this.businessParams.id?this.authorizeOutlook():this.$refs["businessRuleForm"].validate((async e=>{if(!e)return console.log("error submit!!"),!1;try{this.confirmBindLoading=!0;const e=await th({...this.businessParams,providerId:this.businessParams.id});"0"===e.code?(this.$message.success(this.$t("edm5.v222")),this.getBusinessEMails(),this.bindEmailVisible=!1,this.$refs["businessRuleForm"].resetFields()):this.$message.error(e.message)}catch(ul){console.log(ul)}finally{this.confirmBindLoading=!1}}))},closeChooseMail(){this.$emit("closeChooseMail",this.radio)},confirmChoose(){"WOTOMAIL"===this.radio||this.isCheckType?this.handlerCurrentBind():this.$confirm(this.$t("edm5.v223"),this.$t("edm5.v224"),{confirmButtonText:this.$t("edm5.v225"),cancelButtonText:this.$t("edm5.v226"),type:"warning"}).then((()=>{this.handlerCurrentBind()})).catch((()=>{this.radio="WOTOMAIL"}))},async handlerCurrentBind(){const e={sendType:this.radio,qiyeId:void 0,gmailValue:void 0};if("WOTOMAIL"!==this.radio&&"GMAIL"!==this.radio&&(e["qiyeId"]=this.businessEmailList.find((e=>e.emailAddress===this.radio))?.id),"GMAIL"===this.radio&&(e.gmailValue=this.gmailVal),this.$emit("updateCurrentEmail",e),"WOTOMAIL"!==this.radio&&this.isCheckType){const e=await Xd(this.userId);if(!("0"===e.code&&e.data?.userBloggerEmailNum>=this.addresseeArrLength+e.data?.userUseBloggerEmailNum))return void this.$message.warning(this.$t("checkMail.messageTip1"));this.$emit("openCheckNext")}else"WOTOMAIL"===this.radio&&this.isCheckType?this.$emit("openCheckNext"):this.$message.success(this.$t("edm5.v227"));this.closeChooseMail()},authorizeGmail(){if(this.gmailVal)return this.$message.error(this.$t("edm5.v228"));if(!this.gmailValInput)return void this.$message.warning(`${this.$i18n.t("setMail.tip9")}`);const e=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;if(e.test(this.gmailValInput)){let e=this.$route.query;localStorage.setItem("beforeSkipPathQuery",JSON.stringify(e)),localStorage.setItem("authorType","Gmail"),localStorage.setItem("authorLink",this.gmailValInput),Nd({id:"",gmail:this.gmailValInput}).then((e=>{if("0"===e.code){let t="";if(e.data)t=`https://accounts.google.com/o/oauth2/auth?response_type=code&access_type=offline&client_id=478743684976-2e3nlm97t528lb0gn44notvkdacnjii9.apps.googleusercontent.com&redirect_uri=${this.redirectUri}&state=null&scope=${this.scopeVal}&approval_prompt=force&include_granted_scopes=true`;else{const e=JSON.parse(localStorage.getItem("user_info")||"{}");t=("https://pre.wotohub.com"==this.currentEnv?"https://k8s-mail.wotokol.com":"https://mail.wotokol.com")+"/login?"+`middleToken=${localStorage.getItem("token")}&user_id=${e.user_id}&nick_name=${e.nick_name}&company=${e.company}&phone=${e.phone}&vip=${e.vip}`}window.location.href=t}else this.$message.error(e.message)}))}else this.$message.warning(`${this.$i18n.t("setMail.tip10")}`)},handleGmailAuth(){this.authLoading=!0,jd({googleCode:this.code,authStatus:1,redirectUri:`${this.currentEnv}/write`}).then((e=>{"0"===e.code?(this.$message.success(`${this.$i18n.t("setMail.auth_success")}`),Rd().then((e=>{"0"===e.code?this.gmailVal=e.data.email:this.$message.error(e.message)}))):(this.gmailVal="",this.$message.error(e.message)),this.clearEmailStorage(),this.authLoading=!1})).catch((()=>{this.clearEmailStorage(),this.authLoading=!1})).finally((()=>{this.authLoading=!1}))},async authorizeOutlook(){if(!this.outlookValInput)return void this.$message.warning(this.$t("edm5.v229"));const e=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;if(e.test(this.outlookValInput)){let e=this.$route.query;localStorage.setItem("beforeSkipPathQuery",JSON.stringify(e)),localStorage.setItem("authorType","Outlook"),localStorage.setItem("authorLink",this.outlookValInput);try{const e=await Wd({type:"outlook"});if("0"===e.code){const{authorizeUrl:t,clientId:n,scope:i}=e.data;let r=`${t}?scope=${encodeURIComponent(i)}&response_type=code&client_id=${n}&redirect_uri=${this.redirectUri}`;console.log(r),window.location.href=r}}catch(ul){console.log(ul)}}else this.$message.warning(`${this.$i18n.t("setMail.tip10")}`)},async handleOutLookAuth(){try{this.authLoading=!0;const e=localStorage.getItem("authorLink"),t=await qd({code:this.code,type:"outlook",email:e||void 0});"0"===t.code?(this.$message.success(`${this.$i18n.t(this.$t("edm5.v230"))}`),this.getBusinessEMails()):this.$message.error(t.message),this.clearEmailStorage(),this.authLoading=!1}catch(ul){this.clearEmailStorage(),console.log(ul),this.authLoading=!1}finally{this.authLoading=!1}},clearEmailStorage(){const e=localStorage.getItem("beforeSkipPathQuery");if(e){const t=JSON.parse(e);this.$router.push({query:bd()({},t)}),localStorage.removeItem("beforeSkipPathQuery")}localStorage.removeItem("authorType"),localStorage.removeItem("authorLink"),this.$route.query.draftId&&(this.reloadTimer=setTimeout((()=>{location.reload()}),1e3))},async unbind(e){try{const t=await Ud({email:"GMAIL"===e?this.gmailVal:e});"0"===t.code?(this.hasToSendEmail=!t.data,this.currentUnbindEmail=e,this.innerVisible=!0):this.$message.error(t.message)}catch(ul){console.log(ul)}},confirmUnbind(){this.unbindLoading=!0,"GMAIL"===this.currentUnbindEmail?jd({authStatus:0}).then((e=>{"0"===e.code?(this.innerVisible=!1,this.gmailValInput="",this.gmailVal="",this.$message.success(e.message),this.currentUnbindEmail===this.radio?this.handleUnbindDefault():this.$emit("closeChooseMail")):this.$message.error(e.message)})).finally((()=>{this.unbindLoading=!1})):ih({email:this.currentUnbindEmail}).then((e=>{"0"===e.code?(this.$message.success(this.$t("edm5.v231")),this.innerVisible=!1,this.currentUnbindEmail===this.radio?this.handleUnbindDefault():this.$emit("closeChooseMail")):this.$message.error(e.message)})).finally((()=>{this.unbindLoading=!1}))},async handleUnbindDefault(){await this.getDefaultBindEmail();const e={sendType:this.defaultEmail,qiyeId:void 0,gmailValue:void 0};"WOTOMAIL"!==this.defaultEmail&&"GMAIL"!==this.defaultEmail&&(e["qiyeId"]=this.businessEmailList.find((e=>e.emailAddress===this.defaultEmail))?.id),"GMAIL"===this.radio&&(e.gmailValue=this.gmailVal),this.$emit("updateCurrentEmail",e),this.$emit("closeChooseMail")},toGuide(){this.$emit("toGuide")},toBindHelp(){window.open("/bindEmailHelp","_blank")},providerChange(e){const t=this.businessTemplateList.find((t=>t.id===e));if(t){const{imapHost:e,imapPort:n,smtpHost:i,smtpPort:r,encryptionType:o,provider:a}=t;this.businessParams={...this.businessParams,imapHost:e,imapPort:n,smtpHost:i,smtpPort:r,encryptionType:o,provider:a}}},async testEmailChannel(){this.$refs["businessRuleForm"].validate((async e=>{if(!e)return console.log("error submit!!"),!1;try{this.bingLoading=!0;const e=await nh({...this.businessParams});"0"===e.code?this.$message.success(this.$t("edm5.v232")):this.$message.error(e.message),this.bingLoading=!1}catch(ul){console.log(ul),this.bingLoading=!1}finally{this.bingLoading=!1}}))},validatePort(e,t,n){const i=Number(t);!1===Number.isNaN(i)&&"number"===typeof i?n():n(new Error(this.$t("edm5.v233")))},validateUrl(e,t,n){const i=/^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$/;i.test(t)?n():n(new Error(this.$t("edm5.v234")))}}},hIe=dIe,pIe=Ba(hIe,cIe,uIe,!1,null,null,null),fIe=pIe.exports,mIe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("newProduct.product"),visible:e.isShowDrawer,size:"560px","custom-class":"product-drawer"},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeProductDrawer}},[t("div",{staticClass:"search-product-wrap"},[t("el-input",{staticClass:"input-with-select",class:{"input-with-select-en":"en"===e.language},attrs:{placeholder:2==e.productSelect?e.$i18n.t("newProduct.please_enter_num"):e.$i18n.t("newProduct.please_enter"),type:2==e.productSelect?"number":""},model:{value:e.productInput,callback:function(t){e.productInput=t},expression:"productInput"}},[t("el-select",{attrs:{slot:"prepend"},on:{change:e.changeProductMode},slot:"prepend",model:{value:e.productSelect,callback:function(t){e.productSelect=t},expression:"productSelect"}},[t("el-option",{attrs:{label:e.$i18n.t("newProduct.product_name"),value:"1"}}),t("el-option",{attrs:{label:e.$i18n.t("newProduct.productId"),value:"2"}}),"ai"===e.from?t("el-option",{attrs:{label:e.$i18n.t("newProduct.productRemark"),value:"3"}}):e._e()],1)],1),t("div",{staticClass:"search-btns"},[t("el-button",{attrs:{type:"primary"},on:{click:e.searchEvt}},[e._v(e._s(e.$i18n.t("newProduct.query")))]),t("el-button",{on:{click:e.resetEvt}},[e._v(e._s(e.$i18n.t("newProduct.reset")))])],1)],1),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],class:{"product-list":!0,"product-list-add":"ai"===e.from&&e.hasSelectedList.length>0}},e._l(e.productsArr,(function(n,i){return t("div",{key:i,staticClass:"product-item"},["ai"===e.from?t("div",{staticClass:"item-select"},[t("el-checkbox",{attrs:{value:e.isSelected(n)},on:{change:t=>e.selectChanged(t,n)}})],1):e._e(),t("div",{staticClass:"item-left"},[t("el-image",{attrs:{src:n.imageUrls[0]}}),2==n.source?t("p",{staticClass:"desc"},[e._v(" "+e._s(e.$i18n.t("newProduct.shopifyProduct"))+" ")]):e._e()],1),t("div",{staticClass:"item-center"},[t("p",{staticClass:"p1"},[e._v(" "+e._s(n.nameZh)+" ")]),"ai"===e.from?t("p",{staticClass:"p2"},[e._v(" "+e._s(e.$i18n.t("newProduct.product_en"))+":"+e._s(n.nameEn)+" ")]):e._e(),t("p",{staticClass:"p2"},[e._v(" "+e._s(e.$i18n.t("newProduct.product_remarks"))+":"+e._s(n.remark)+" ")]),t("p",{staticClass:"p3"},[e._v(" "+e._s(e.$i18n.t("newProduct.channel"))+":"+e._s(n.platformName)+" ")])]),"ai"!==e.from?t("div",{staticClass:"item-right",on:{click:function(t){return e.productDetailRow(n.id)}}},[t("span",[e._v(e._s(e.$i18n.t("newProduct.details"))),t("i",{staticClass:"el-icon-arrow-right"})])]):e._e()])})),0),"ai"===e.from&&e.hasSelectedList.length>0?t("div",{staticClass:"select-part"},[t("div",{staticClass:"left"},[e._v(" "+e._s(e.$t("edm5.v263"))+" "),t("span",{staticStyle:{color:"#ff5277"}},[e._v(e._s(e.hasSelectedList.length))]),e._v(" "+e._s(e.$t("edm5.v264"))+" ")]),t("div",{staticClass:"right"},[t("el-button",{on:{click:e.closeProductDrawer}},[e._v(e._s(e.$t("edm5.v226")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmAddAi}},[e._v(e._s(e.$t("edm5.v45")))])],1)]):e._e(),t("div",{staticClass:"pagination"},[t("el-pagination",{staticClass:"edm-product-pagination",attrs:{"hide-on-single-page":0==e.total,total:e.total,"page-size":e.queryParams.pageSize,"current-page":e.queryParams.currentPage,layout:"total,prev, pager, next,jumper"},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1),e.isShowProductDetailDrawer?t("product-detail-drawer",{attrs:{isShowProductDetailDrawer:e.isShowProductDetailDrawer,rowId:e.rowId},on:{setProduct:e.setProduct,closeProductDetailDrawer:e.closeProductDetailDrawer}}):e._e()],1)},gIe=[],vIe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("newProduct.product_details"),visible:e.isShowDrawer,size:"560px","append-to-body":"","custom-class":"mannual-product-drawer"},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeProductDetailDrawer}},[t("div",{staticClass:"product-card mb40"},[t("div",{staticClass:"title"},[e._v(" "+e._s(e.$i18n.t("productCard.product_card"))+" "),t("span",{staticClass:"card-i",on:{click:e.addProductCard}},[t("i",{staticClass:"dss-iconfont icon-applyproduct"})])]),t("div",{staticClass:"cards-wrap"},[t("div",{staticClass:"card-item"},[t("div",{staticClass:"card-img"},[t("el-image",{staticClass:"product-img",attrs:{src:e.form.imageUrls[0]}}),t("div",{staticClass:"card-tags"},[e._l(e.form.promotePlatformType,(function(n,i){return t("div",{key:i,staticClass:"platform-img"},[0==n?t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/youtube.png"}}):e._e(),1==n?t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/tiktok.png"}}):e._e(),2==n?t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/ins.png"}}):e._e()])})),e._l(e.typeName,(function(n,i){return t("span",{key:"typeName"+i},[e._v(e._s(n))])}))],2)],1),t("p",{staticClass:"card-name"},[e._v(" "+e._s(e.form.nameEn||"—")+" ")]),t("p",{staticClass:"card-price"},[e._v(" Price:"+e._s(e._f("getMoneySymbol")(e.form.currency))+e._s(e.form.priceDollar||"—")+" ")]),t("p",{staticClass:"card-commission"},[e._v(" Commission rate:"+e._s(e.form.commissionPercent||"—")+"% ")]),t("div",{staticClass:"card-apply",class:{"only-btn":null==e.form.commissionPercent||0==e.form.commissionPercent}},[null!==e.form.commissionPercent&&0!==e.form.commissionPercent?t("p",{staticClass:"money"},[t("span",[e._v(e._s(e._f("getMoneySymbol")(e.form.currency))+e._s((e.form.priceDollar*(e.form.commissionPercent/100)).toFixed(2)))]),e._v(" /per orderd item ")]):e._e(),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.skipApply}},[e._v("Apply")])],1)]),t("div",{staticClass:"cark-views"},[t("span",[e._v(e._s(e.$i18n.t("newProduct.view_cards_times"))+":"+e._s(e.form.viewNum||"0"))])])])]),t("div",{staticClass:"basic-info mb40"},[t("div",{staticClass:"title"},[t("p",{staticClass:"weight-title"},[e._v(" "+e._s(e.$i18n.t("newProduct.basic_information"))+" ")])]),t("div",{staticClass:"name mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.name")))]),t("div",{staticClass:"zh-wrap mb8"},[t("div",{staticClass:"zh-name"},[t("span",[t("font",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.chinese")))],1),t("el-input",{attrs:{disabled:""},model:{value:e.form.nameZh,callback:function(t){e.$set(e.form,"nameZh",t)},expression:"form.nameZh"}})],1),null!==e.form.nameZh&&""!==e.form.nameZh?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(e.form.nameZh,"normal")}}}):e._e()]),t("div",{staticClass:"zh-wrap"},[t("div",{staticClass:"en-name"},[t("span",[e._v(e._s(e.$i18n.t("newProduct.english")))]),t("el-input",{attrs:{disabled:""},model:{value:e.form.nameEn,callback:function(t){e.$set(e.form,"nameEn",t)},expression:"form.nameEn"}})],1),null!==e.form.nameEn&&""!==e.form.nameEn?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(e.form.nameEn,"normal")}}}):e._e()])]),t("div",{staticClass:"remarks mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.remarks")))]),t("el-input",{attrs:{disabled:""},model:{value:e.form.remark,callback:function(t){e.$set(e.form,"remark",t)},expression:"form.remark"}})],1),t("div",{staticClass:"img mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.picture")))]),t("el-upload",{class:{"product-upload":!0,toMax:!0},attrs:{action:"#","list-type":"picture-card",accept:"image/gif,image/jpeg,image/jpg,image/png,image/svg","file-list":e.fileList,"auto-upload":!0,multiple:!1,disabled:""},scopedSlots:e._u([{key:"file",fn:function({file:n}){return t("div",{staticClass:"scope-upload"},[t("img",{staticClass:"el-upload-list__item-thumbnail",attrs:{src:n.url,alt:""}}),e.currentMainPicUid===n.uid?t("div",{staticClass:"img-operate"},[t("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:e.$i18n.t("newProduct.Main_image"),placement:"top"}},[t("span",{class:{"is-main":e.currentMainPicUid===n.uid}},[t("i",{staticClass:"el-icon-s-home"})])])],1):e._e(),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i img-i",on:{click:function(t){return e.setProduct(n.url,"img")}}})])}}])},[t("i",{staticClass:"el-icon-plus",attrs:{slot:"default"},slot:"default"})])],1),t("div",{staticClass:"type mb24"},[t("p",{staticClass:"item-label"},[t("span",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.category"))+" ")]),t("el-select",{staticStyle:{width:"100%"},attrs:{filterable:"",clearable:"",disabled:"",multiple:"","collapse-tags":""},model:{value:e.form.type,callback:function(t){e.$set(e.form,"type",t)},expression:"form.type"}},e._l(e.productTypeOpts,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1),t("div",{staticClass:"desc mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.describe")))]),t("el-input",{attrs:{type:"textarea",autosize:{minRows:4,maxRows:4},maxlength:"1000","show-word-limit":"",disabled:""},model:{value:e.form.description,callback:function(t){e.$set(e.form,"description",t)},expression:"form.description"}})],1),t("div",{staticClass:"original"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.source")))]),t("el-select",{staticStyle:{width:"100%"},attrs:{disabled:"",filterable:"",clearable:""},model:{value:e.form.source,callback:function(t){e.$set(e.form,"source",t)},expression:"form.source"}},[t("el-option",{attrs:{label:e.$i18n.t("newProduct.Manual_addition"),value:1}}),t("el-option",{attrs:{label:e.$i18n.t("newProduct.Shopify_import"),value:2}}),t("el-option",{attrs:{label:e.$i18n.t("newProduct.TikTok_import"),value:3}})],1)],1)]),t("div",{staticClass:"sell-info mb40"},[t("div",{staticClass:"title"},[t("p",{staticClass:"weight-title"},[e._v(" "+e._s(e.$i18n.t("newProduct.sales_information"))+" ")])]),t("div",{staticClass:"sell-price mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.price")))]),t("div",{staticClass:"price-box"},[t("el-select",{attrs:{clearable:"",filterable:"",disabled:""},model:{value:e.form.currency,callback:function(t){e.$set(e.form,"currency",t)},expression:"form.currency"}},e._l(e.moneyTypeOpts,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-input",{directives:[{name:"stopMousewheel",rawName:"v-stopMousewheel"}],attrs:{disabled:"",type:"number"},model:{value:e.form.priceDollar,callback:function(t){e.$set(e.form,"priceDollar",t)},expression:"form.priceDollar"}}),null!==e.form.priceDollar&&""!==e.form.priceDollar?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(e.form.priceDollar,"price")}}}):e._e()],1)]),t("div",{staticClass:"sku mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.sku_description")))]),t("div",{staticClass:"zh-wrap"},[t("el-input",{attrs:{type:"textarea",autosize:{minRows:4,maxRows:4},maxlength:"1000","show-word-limit":"",disabled:""},model:{value:e.form.sku,callback:function(t){e.$set(e.form,"sku",t)},expression:"form.sku"}}),null!==e.form.sku&&""!==e.form.sku?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.sku,"normal")}}}):e._e()],1)]),t("div",{staticClass:"shippableregions mb24"},[t("p",{staticClass:"item-label"},[t("span",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.shippable_regions"))+" ")]),0==e.form.isGlobal?t("div",{staticClass:"zh-wrap"},[t("el-cascader",{staticClass:"product-area-edm",attrs:{disabled:"",options:e.areaOptions,props:{multiple:!0,expandTrigger:"hover"},"collapse-tags":"",clearable:"",filterable:""},model:{value:e.areaList,callback:function(t){e.areaList=t},expression:"areaList"}}),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.isGlobal,"area")}}})],1):e._e(),1==e.form.isGlobal?t("div",{staticClass:"zh-wrap"},[t("el-input",{attrs:{disabled:""},model:{value:e.formCountry,callback:function(t){e.formCountry=t},expression:"formCountry"}}),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.isGlobal,"area")}}})],1):e._e()]),t("div",{staticClass:"channel mb24"},[t("p",{staticClass:"item-label"},[t("span",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.channel"))+" ")]),e._l(e.form.platformLink,(function(n,i){return t("div",{key:i,staticClass:"channel-item mb8"},[t("el-select",{attrs:{disabled:""},model:{value:n.platform,callback:function(t){e.$set(n,"platform",t)},expression:"item.platform"}},e._l(e.platFormOpts,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-input",{attrs:{disabled:""},model:{value:n.links,callback:function(t){e.$set(n,"links",t)},expression:"item.links"}}),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(n.links,"links")}}})],1)}))],2),t("div",{staticClass:"keyword"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.search_keywords")))]),t("div",{staticClass:"zh-wrap"},[t("el-input",{attrs:{disabled:""},model:{value:e.form.tags,callback:function(t){e.$set(e.form,"tags",t)},expression:"form.tags"}}),null!==e.form.tags&&""!==e.form.tags?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.tags,"normal")}}}):e._e()],1)])])])},yIe=[];const bIe=[{label:"Shopify独立站",value:0},{label:"Shopline独立站",value:1},{label:"亚马逊Amazon",value:2},{label:"速卖通AliExpress",value:3},{label:"来赞达Lazada",value:4},{label:"虾皮Shopee",value:5},{label:"TikTok小店",value:6},{label:"其他",value:7}],wIe=[{value:"1",label:"数码电器",en_label:"Electronics"},{value:"2",label:"母婴用品",en_label:"Mother & Kids"},{value:"3",label:"玩具",en_label:"Toys"},{value:"4",label:"食品",en_label:"Food & Drink"},{value:"5",label:"办公设备",en_label:"Office Products"},{value:"6",label:"宠物用品",en_label:"Animals & Pets"},{value:"7",label:"家居园艺",en_label:"Home & Garden"},{value:"8",label:"美容健康",en_label:"Health & Personal Care"},{value:"9",label:"运动用品",en_label:"Sports"},{value:"10",label:"户外用品",en_label:"Outdoor"},{value:"11",label:"汽摩配件",en_label:"Car & Motorbike"},{value:"12",label:"时尚服饰",en_label:"Clothing & Accessories"},{value:"13",label:"行李箱包",en_label:"Luggage & Travel Gear"},{value:"14",label:"五金工具",en_label:"Tools/Equipment"},{value:"15",label:"工艺及DIY",en_label:"Crafts & DIY"},{value:"16",label:"教育产品",en_label:"Education"},{value:"17",label:"音乐乐器",en_label:"Music"},{value:"19",label:"游戏",en_label:"Games"},{value:"18",label:"其他产品",en_label:"Other"}],_Ie=[{label:"美元",value:0,code:"USD",symbol:"$"},{label:"欧元",value:1,code:"EUR",symbol:"€"},{label:"英镑",value:2,code:"GBP",symbol:"£"},{label:"日元",value:3,code:"JPY",symbol:"¥"},{label:"人民币",value:4,code:"CNY",symbol:"¥"},{label:"加拿大元",value:5,code:"CAD",symbol:"$"},{label:"澳大利亚元",value:6,code:"AUD",symbol:"$"},{label:"瑞士法郎",value:7,code:"CHF",symbol:"Fr"},{label:"新西兰元",value:8,code:"NZD",symbol:"$"},{label:"韩元",value:9,code:"KRW",symbol:"₩"},{label:"印度卢比",value:10,code:"INR",symbol:"₹"},{label:"巴西雷亚尔",value:11,code:"BRL",symbol:"R$"},{label:"南非兰特",value:12,code:"ZAR",symbol:"R"},{label:"西班牙比塞塔",value:13,code:"ESP",symbol:"₧"},{label:"泰国铢",value:14,code:"THB",symbol:"฿"},{label:"瑞典克朗",value:15,code:"SEK",symbol:"kr"},{label:"新加坡元",value:16,code:"SGD",symbol:"$"},{label:"阿联酋迪拉姆",value:17,code:"AED",symbol:"د.إ"},{label:"墨西哥比索",value:18,code:"MXN",symbol:"$"},{label:"俄罗斯卢布",value:19,code:"RUB",symbol:"₽"},{label:"沙特里亚尔",value:20,code:"SAR",symbol:"ر.س"},{label:"马来西亚林吉特",value:21,code:"MYR",symbol:"RM"},{label:"港元",value:22,code:"HKD",symbol:"HK$"},{label:"柬埔寨瑞尔",value:23,code:"KHR",symbol:"៛"},{label:"菲律宾比索",value:24,code:"PHP",symbol:"₱"},{label:"越南盾",value:25,code:"VND",symbol:"₫"},{label:"印尼盾",value:26,code:"IDR",symbol:"Rp"}],CIe=[{value:7,label:"汉语",enLabel:"Chinese"},{value:1,label:"英语",enLabel:"English"},{value:3,label:"法语",enLabel:"French"},{value:8,label:"德语",enLabel:"German"},{value:6,label:"日语",enLabel:"Japanese"},{value:9,label:"韩语",enLabel:"Korean"},{value:10,label:"越南语",enLabel:"Vietnamese"},{value:11,label:"泰国语",enLabel:"Thai"},{value:12,label:"菲律宾语",enLabel:"Filipino"},{value:13,label:"印度尼西亚语",enLabel:"Indonesian"},{value:14,label:"俄罗斯语",enLabel:"Russian"},{value:4,label:"西班牙语",enLabel:"Spanish"},{value:15,label:"意大利语",enLabel:"Italian"}];var xIe,SIe,kIe={props:{isShowProductDetailDrawer:{type:Boolean,default:!1},rowId:{type:[Number,String],default:""}},data(){return{isShowDrawer:this.isShowProductDetailDrawer,form:{nameZh:"",nameEn:"",remark:"",type:[],description:"",source:1,sku:"",isGlobal:1,currency:"",priceDollar:"",imageUrls:[],shippingArea:[],platformLink:[],tags:"",sharingUsers:[]},productTypeOpts:Object.freeze(wIe),moneyTypeOpts:Object.freeze(_Ie),platFormOpts:Object.freeze(bIe),shareAccountOpts:[],areaOptions:[],fileList:[],tagList:[],inputTag:"",inputFocus:!1,createAccount:"",isFinished:!1,formCountry:"可全球发货",clickApplyProduct:!1,typeName:[]}},computed:{currentMainPicUid(){return(Array.isArray(this.fileList)&&this.fileList.length)>0?this.fileList[0]?.uid:""},areaList:{set(e){const t=[];e.forEach((e=>{const[n,i]=e,r=t.findIndex((e=>e.area===n));r>-1?t[r].countries.push(i):t.push({area:n,countries:[i]})})),this.form.shippingArea=t},get(){const e=[];return this.form.shippingArea.forEach((t=>{t.countries.forEach((n=>{e.push([t.area,n])}))})),e}},...Ei(["user_info"])},created(){this.getCountryOpts(),this.getProductDetail()},methods:{skipApply(){BTe({productId:Number(this.rowId)}).then((e=>{"0"===e.code?window.open(e.data,"_blank"):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},setProduct(e,t){let n="";if("normal"==t&&(n=e),"price"==t){let t="";this.moneyTypeOpts.map((e=>{e.value==this.form.currency&&(t=e.label)})),n=e+t}if("area"==t){let t="",i=[];1==e?t="可全球发货":0==e&&this.form.shippingArea.map((e=>{this.areaOptions.map((n=>{e.area==n.value&&(e.countries.length==n.children.length?t=n.label:e.countries.map((e=>{n.children.map((t=>{e==t.value&&i.push(`${n.label}/${t.label}`)}))})))}))})),n=i.join(",")+","+t}if("links"==t){let t="";this.form.platformLink.map((n=>{n.links==e&&this.platFormOpts.map((e=>{e.value==n.platform&&(t=e.label)}))})),n=`${t}:${e}`}"img"==t&&(n=e),this.$emit("setProduct",`<p>${n}</p>`)},addProductCard(){this.$message.success("商品卡添加成功"),this.clickApplyProduct=!0},getProductDetail(){FTe({id:this.rowId}).then((e=>{"0"===e.code?(this.form=e.data,this.form.description=this.htmlToPlainText(this.form.description),this.form.imageUrls&&this.form.imageUrls.forEach((e=>{this.fileList.push({url:e})})),e.data.type&&0!==e.data.type.length&&(this.typeName=[],3!==e.data.source?this.productTypeOpts.map((t=>{e.data.type.map((e=>{t.value==e&&this.typeName.push(t.label)}))})):this.typeName=e.data.type)):this.$message.error(e.message)}))},htmlToPlainText(e){const t=new DOMParser,n=t.parseFromString(e,"text/html");return n.body.textContent||""},closeProductDetailDrawer(){let e="";e=this.clickApplyProduct?this.rowId:"",this.$emit("closeProductDetailDrawer",e)},getCountryOpts(){Ld({code:"sysDictService",data:{param:{dictTypeCode:"dim_region"}}}).then((e=>{const t=[];e.data.forEach((e=>{const n=t.findIndex((t=>t.label===e.col1));n>-1?t[n].children.push({label:e.dictValue,value:e.dictCode,sort:e.orderNum}):t.push({label:e.col1,value:e.id,sort:Number(e.catLevel1),children:[{label:e.dictValue,value:e.dictCode,sort:e.orderNum}]})})),this.areaOptions=t.sort(((e,t)=>e.sort-t.sort))}))}}},EIe=kIe,DIe=Ba(EIe,vIe,yIe,!1,null,"6ed8a076",null),AIe=DIe.exports,OIe={components:{productDetailDrawer:AIe},props:{isShowProductDrawer:{type:Boolean,default:!1},from:{type:String,default:""},defaultSelectedProduct:{type:Array,default:()=>[]}},data(){return{productInput:"",productSelect:"1",productsArr:[],queryParams:{timeAsc:!1,pageSize:6,currentPage:1,productId:"",productName:"",remark:""},total:0,isShowProductDetailDrawer:!1,isShowDrawer:this.isShowProductDrawer,loading:!1,rowId:"",clickApplyProductId:"",hasSelectedList:[],language:qi.get("language")}},created(){this.defaultSelectedProduct&&this.defaultSelectedProduct.length>0&&(this.hasSelectedList=this.defaultSelectedProduct),this.getProductList()},methods:{closeProductDetailDrawer(e){this.clickApplyProductId=e,this.isShowProductDetailDrawer=!1},productDetailRow(e){this.isShowProductDetailDrawer=!0,this.rowId=e},changeProductMode(e){this.productSelect=e,this.productInput=""},getProductList(){this.loading=!0,PTe({...qs(this.queryParams)}).then((e=>{"0"===e.code?(this.productsArr=e.data.rows.map((e=>{let t=[];return null!==e.shippingAreaZh&&0!==e.shippingAreaZh.length&&0==e.isGlobal&&e.shippingAreaZh.map((e=>{t=[...t,...e.countries]})),1==e.isGlobal&&(t=["可全球发货"]),{...e,countryName:t.toString(),productLink:e.platformLink?.map((e=>e.links))?.join(",")}})),this.total=e.data.total):this.$message.error(e.message)})).finally((()=>{this.loading=!1}))},searchEvt(){1==this.productSelect?(this.queryParams.productName=this.productInput,this.queryParams.productId="",this.queryParams.remark=""):2==this.productSelect?(this.queryParams.productId=this.productInput,this.queryParams.productName="",this.queryParams.remark=""):3==this.productSelect&&(this.queryParams.productId="",this.queryParams.productName="",this.queryParams.remark=this.productInput),this.queryParams.currentPage=1,this.getProductList()},resetEvt(){this.queryParams=this.$options.data().queryParams,this.productInput="",this.productSelect="1",this.getProductList()},handleSizeChange(e){this.queryParams.pageSize=e,this.getProductList()},handleCurrentChange(e){this.queryParams.currentPage=e,this.getProductList()},closeProductDrawer(){this.$emit("closeProductDrawer",this.clickApplyProductId)},changeCommodityMode(e){this.productSelect=e,this.productInput=""},setProduct(e){this.$emit("setProduct",e)},selectChanged(e,t){const n=this.hasSelectedList.findIndex((e=>e.id===t.id));-1===n?t.nameEn?this.hasSelectedList.push(t):this.$confirm("当前所选产品没有设置英文名称,暂无法选择!",this.$t("edm5.v79"),{confirmButtonText:"去补全",cancelButtonText:"取消",type:"warning"}).then((()=>{window.open("/myProduct","_blank"),this.closeProductDrawer()})).catch((()=>{})):this.hasSelectedList.splice(n,1)},isSelected(e){return this.hasSelectedList.findIndex((t=>t.id===e.id))>-1},confirmAddAi(){this.$emit("addAiProduct",this.hasSelectedList)}}},TIe=OIe,IIe=Ba(TIe,mIe,gIe,!1,null,"430214a1",null),PIe=IIe.exports,FIe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("productForm.product_selection_form"),visible:e.isShowDrawer,size:"1000px","custom-class":"product-form-drawer"},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeProductFormDrawer}},[t("WTable",{attrs:{tableColumnConfig:e.tableColumnConfig,tableData:e.productFormTableData,height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,total:e.total,pageSize:e.queryParams.pageSize,pageNum:e.queryParams.currentPage},on:{"update:pageSize":function(t){return e.$set(e.queryParams,"pageSize",t)},"update:page-size":function(t){return e.$set(e.queryParams,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.queryParams,"currentPage",t)},"update:page-num":function(t){return e.$set(e.queryParams,"currentPage",t)},changeSize:function(t){return e.getProductCardFormList()},changeCurrent:function(t){return e.getProductCardFormList()},sort:e.tableSort},scopedSlots:e._u([{key:"radio",fn:function({data:n}){return[t("el-radio",{attrs:{label:n.scope.id},on:{input:function(t){return e.changeRadio(t)}},model:{value:e.cellRadio,callback:function(t){e.cellRadio=t},expression:"cellRadio"}},[t("span")])]}},{key:"viewNum",fn:function({data:t}){return[e._v(" "+e._s(t.scope.viewNum)+" ")]}},{key:"operate",fn:function({data:n}){return[t("el-link",{attrs:{type:"primary",underline:!1},on:{click:function(t){return e.lookRow(n.scope)}}},[e._v(e._s(e.$i18n.t("productForm.see")))])]}}])}),t("div",{staticClass:"product-form-btn"},[t("el-button",{on:{click:e.closeProductFormDrawer}},[e._v(e._s(e.$i18n.t("productForm.cancel")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.setProductFormLink}},[e._v(e._s(e.$i18n.t("productForm.confirm")))])],1)],1)},$Ie=[],BIe=function(){var e=this,t=e._self._c;return t("div",{class:{"crm-x-table":!0}},[t("el-table",e._g(e._b({directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"xTable",style:{"min-height":`${e.minHeight}px`},attrs:{data:e.tableData,height:e.height,"max-height":e.maxHeight,"row-key":e.getRowKeys,"row-class-name":"row-class-name","cell-class-name":"cell-class-name","tooltip-effect":"light myTooltip"},on:{"selection-change":e.selectionChange,"row-click":e.rowClick,"sort-change":e.sortChange}},"el-table",e.$attrs,!1),e.$listeners),[e.fullTableConfig.selection?[t("el-table-column",{attrs:{type:"selection",align:"center",width:e.fullTableConfig.selectionWidth||40,fixed:e.fullTableConfig.selectionFixed||null,selectable:e.fullTableConfig.handleSelectable,"reserve-selection":!0}})]:e._e(),e.fullTableConfig.index?[t("el-table-column",{attrs:{type:"index",width:e.fullTableConfig.indexWidth||50,label:e.fullTableConfig.indexLabel||"序号",fixed:e.fullTableConfig.indexFixed||null}})]:e._e(),e._l(e.fulColumnConfig,(function(n){return[n.scope&&n.isShow?t("el-table-column",{key:n.scope,attrs:{label:n.label||"",width:n.width||"","min-width":n.minWidth||"",align:n.align||"left",fixed:n.fixed,"class-name":n.isTag?"c-tag":""},scopedSlots:e._u([{key:n.options?"header":"",fn:function({column:n,$index:i}){return[t("div",{staticStyle:{display:"flex","align-items":"center"}},[t("span",{staticStyle:{color:"#666666","font-weight":"400","margin-right":"26px"}},[e._v("全选")])])]}},{key:"input"==n.filter?"header":"",fn:function(i){return[t("el-popover",{attrs:{trigger:"click",placement:"bottom",width:"280","popper-class":"input-popper"}},[t("el-input",{attrs:{placeholder:e.$t("edm5.v43")},model:{value:e.searchVal,callback:function(t){e.searchVal=t},expression:"searchVal"}}),t("div",{staticStyle:{"text-align":"right","margin-top":"8px"}},[t("el-button",{attrs:{size:"mini"},on:{click:function(t){return e.resetSearch(n)}}},[e._v(e._s(e.$t("edm5.v44")))]),t("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.confirmSearch(n)}}},[e._v(e._s(e.$t("edm5.v45")))])],1),t("div",{staticClass:"label",attrs:{slot:"reference"},slot:"reference"},[e._v(" "+e._s(e.$t("edm5.v42"))),t("i",{staticClass:"dss-iconfont icon-filter",staticStyle:{"font-size":"13px",color:"#999999",cursor:"pointer"}})])],1)]}},{key:"readRadio"==n.filter?"header":"",fn:function(i){return[t("el-popover",{attrs:{trigger:"click",placement:"bottom",width:"280","popper-class":"input-popper radio-popper"}},[t("div",{staticClass:"radio-box"},[t("el-radio",{attrs:{label:"1"},model:{value:e.readRadio,callback:function(t){e.readRadio=t},expression:"readRadio"}},[e._v(e._s(e.$t("edm5.v46")))]),t("el-radio",{attrs:{label:"2"},model:{value:e.readRadio,callback:function(t){e.readRadio=t},expression:"readRadio"}},[e._v(e._s(e.$t("edm5.v47")))])],1),t("div",{staticClass:"radio-btn",staticStyle:{"text-align":"right","margin-top":"8px"}},[t("el-button",{attrs:{size:"mini"},on:{click:function(t){return e.resetSearch(n)}}},[e._v(e._s(e.$t("edm5.v44")))]),t("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.confirmSearch(n)}}},[e._v(e._s(e.$t("edm5.v45")))])],1),t("div",{staticClass:"label",attrs:{slot:"reference"},slot:"reference"},[e._v(" "+e._s(n.label)+" "),t("i",{staticClass:"dss-iconfont icon-filter",staticStyle:{"font-size":"13px",color:"#999999",cursor:"pointer"}})])])]}},{key:"replyRadio"==n.filter?"header":"",fn:function(i){return[t("el-popover",{attrs:{trigger:"click",placement:"bottom",width:"280","popper-class":"input-popper radio-popper"}},[t("div",{staticClass:"radio-box"},[t("el-radio",{attrs:{label:"1"},model:{value:e.replyRadio,callback:function(t){e.replyRadio=t},expression:"replyRadio"}},[e._v("是")]),t("el-radio",{attrs:{label:"0"},model:{value:e.replyRadio,callback:function(t){e.replyRadio=t},expression:"replyRadio"}},[e._v("否")])],1),t("div",{staticClass:"radio-btn",staticStyle:{"text-align":"right","margin-top":"8px"}},[t("el-button",{attrs:{size:"mini"},on:{click:function(t){return e.resetSearch(n)}}},[e._v(e._s(e.$t("edm5.v44")))]),t("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.confirmSearch(n)}}},[e._v(e._s(e.$t("edm5.v45")))])],1),t("div",{staticClass:"label",attrs:{slot:"reference"},slot:"reference"},[e._v(" "+e._s(n.label)+" "),t("i",{staticClass:"dss-iconfont icon-filter",staticStyle:{"font-size":"13px",color:"#999999",cursor:"pointer"}})])])]}},{key:n.tips?"header":"",fn:function(i){return n.tips?[t("div",{staticClass:"tips-header",style:{"justify-content":e.handleAlgin(n.align)}},[t("span",{staticClass:"label"},[e._v(e._s(n.label))]),t("Tooltip",{staticClass:"tips-header-tooltip",attrs:{content:n.tips,isShowRule:!1}})],1)]:void 0}},{key:"default",fn:function(t){return[e._t(n.scope,null,{data:{scope:t.row,index:t.$index,item:n}})]}}],null,!0)}):!n.scope&&n.isShow?t("TableColumn",e._g(e._b({key:n.label,attrs:{"table-colum-config":n}},"TableColumn",e.$attrs,!1),e.$listeners)):e._e()]})),t("template",{slot:"empty"},[t("Empty",{attrs:{currentStyle:{padding:"0px 0"}}})],1),e._t("default")],2),e.hiddenPagination?e._e():t("div",{class:{"crm-pagination":!0,"has-selected":e.selectedList.length>0,"recipient-default":e.isRecipientList&&!e.tableConfigSelection},style:{top:e.isNeedScroll?`${e.topVal}px`:""}},[e.selectedList.length>0?t("div",{staticClass:"selection"},[t("div",{staticClass:"left"},[t("el-checkbox",{staticClass:"select-box is-indeterminate",attrs:{indeterminate:e.isIndeterminate},model:{value:e.isCheckAll,callback:function(t){e.isCheckAll=t},expression:"isCheckAll"}}),t("span",{staticClass:"select-num"},[e._v("已选中"),t("i",[e._v(e._s(e.selectedList.length))]),e._v("项")])],1),e.isOutboxDetail?t("div",{staticClass:"right add-right"},[t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"再次邀约",key:"inviteAgain"})}}},[e._v(" 再次邀约 ")]),t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"添加至推广计划",key:"addToPlan"})}}},[e._v(" 添加至推广计划 ")]),t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"添加至收藏夹",key:"addToFavor"})}}},[e._v(" 添加至收藏夹 ")])]):e._e(),e.isRecipientList?t("div",{staticClass:"right add-right"},[t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"确认移除收件人",key:"removeRecipient"})}}},[e._v(" 移除 ")])]):e._e()]):e._e(),e.isRecipientList?t("div",[e.tableConfigSelection||0===e.countRecipient?e._e():t("div",{staticClass:"recipient-tip"},[e._v(" 该列表共有"+e._s(e.countRecipient)+"位红人,其中含邮箱红人有 "),t("span",{staticStyle:{color:"#ff5277"}},[e._v(e._s(e.validRecipient))]),e._v(" 位 ")])]):e._e(),e.isSelectedDrawer?e._e():t("el-pagination",{staticClass:"pagination",attrs:{"popper-class":"table-pagination","current-page":e.pageNum,"page-size":e.pageSize,"page-sizes":e.pageSizes,layout:e.layout,total:e.total},on:{"update:currentPage":function(t){e.pageNum=t},"update:current-page":function(t){e.pageNum=t},"update:pageSize":function(t){e.pageSize=t},"update:page-size":function(t){e.pageSize=t},"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1)],1)},MIe=[],NIe=function(){var e=this,t=e._self._c;return t("el-table-column",{attrs:{label:e.tableColumConfig.label||"",width:e.tableColumConfig.width||"","min-width":e.tableColumConfig.minWidth||"",prop:e.tableColumConfig.prop,align:e.tableColumConfig.align||"left",fixed:e.tableColumConfig.fixed||null,sortable:e.tableColumConfig.sortable?"custom":!!e.tableColumConfig.originSort&&e.tableColumConfig.originSort,"render-header":e.renderHeader,"sort-orders":["descending",null],"show-overflow-tooltip":e.tableColumConfig.showOverflowTooltip,"class-name":"wt-column-class"},scopedSlots:e._u([{key:"default",fn:function(n){return[e.tableColumConfig.template&&Array.isArray(e.tableColumConfig.template)?t("div",{class:{"x-table-template":!0,"x-table-template-center":"center"===e.tableColumConfig.align}},e._l(e.renderItem(e.tableColumConfig.template,n.row),(function(i,r){return t("div",{key:r},["button"===i.type?[t("el-button",{attrs:{type:"primary",size:"small",disabled:!!i.disabledFn&&e.disabledFn({name:i.name,row:n.row,route:e.$route})},on:{click:function(t){return t.stopPropagation(),e.emitFunc("handleMethod",{name:i.name,row:n.row,index:n.$index})}}},[e._v(" "+e._s(i.text)+" ")])]:e._e(),"text"===i.type?[t("el-button",{attrs:{type:"text",disabled:!!i.disabledFn&&e.disabledFn({name:i.name,row:n.row,route:e.$route})},on:{click:function(t){return t.stopPropagation(),e.emitFunc("handleMethod",{name:i.name,row:n.row,index:n.$index})}}},[e._v(" "+e._s(i.text)+" ")])]:"link"===i.type?[t("el-link",{attrs:{type:"primary",size:"small",disabled:!!i.disabledFn&&e.disabledFn({name:i.name,row:n.row,route:e.$route})},on:{click:function(t){return t.stopPropagation(),e.emitFunc("handleMethod",{name:i.name,row:n.row,index:n.$index})}}},[e._v(" "+e._s(i.text)+" ")])]:"render"===i.type?[t("ContextRender",e._g(e._b({attrs:{sc:n,row:n.row,render:i.render(n.row,e.that),rederStyle:i.classStyle?i.classStyle(n.row):""}},"ContextRender",e.$attrs,!1),e.$listeners))]:e._e()],2)})),0):["numFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("numFormat")(n.row[`${e.tableColumConfig.prop}`]))+" ")]):"rateFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("rateFormat")(n.row[`${e.tableColumConfig.prop}`]))+" ")]):"orateFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(n.row[`${e.tableColumConfig.prop}`])+"% ")]):"dateFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("dateFormat")(n.row[`${e.tableColumConfig.prop}`]))+" ")]):"common"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("commonFormat")(n.row[`${e.tableColumConfig.prop}`],e.tableColumConfig.dict))+" ")]):t("span",[e._v(" "+e._s(n.row[`${e.tableColumConfig.prop}`]||"-")+" ")])]]}}])})},RIe=[],jIe={functional:!0,props:{row:{type:Object,required:!0},render:{type:Function,required:!0},sc:{type:Object,required:!0},rederStyle:{type:String,require:!0}},render:(e,t)=>{const n=[],i={row:t.props.row,index:t.props.sc.$index},r=t.props.render(e,i);return n.push(r),e("div",{class:t.props.rederStyle},n)}},LIe=jIe,zIe=Ba(LIe,xIe,SIe,!1,null,null,null),VIe=zIe.exports,HIe={name:"XTableReder",props:{tableColumConfig:{type:Object,default:()=>{}},disabledFn:{type:Function,default:function(){return!1}},showFn:{type:Function,default:function(){return!1}}},filters:{commonFormat(e,t){return t.find((t=>t.code==e))?.name||"-"}},mounted(){},computed:{that(){return this},renderItem(){return function(e,t){return Array.isArray(e)?e.filter((e=>!e.showFn||this.showFn({name:e.name,row:t,route:this.$route}))):[]}}},methods:{emitFunc(e,t){this.$emit(e,t)},renderHeader(e,{column:t,$index:n}){return t.sortable?"ascending"===t.order?e("div",{style:"display:flex;align-items:center;justify-content:center;"},[e("span",{style:"margin-right:10px;"},[t.label]),e("span",{style:"letter-spacing: -8px;display:flex;align-items:center;"},[e("i",{class:"el-icon-sort-up",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"}),e("i",{class:"el-icon-sort-down",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"})])]):"descending"===t.order?e("div",{style:"display:flex;align-items:center;justify-content:center;"},[e("span",{style:"margin-right:10px;"},[t.label]),e("span",{style:"letter-spacing: -8px;display:flex;align-items:center;"},[e("i",{class:"el-icon-sort-up",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"}),e("i",{class:"el-icon-sort-down",style:"color:#F85277;font-weight: 800;transform: rotateY(180deg);"})])]):e("div",{style:"display:flex;align-items:center;justify-content:center;"},[e("span",{style:"margin-right:10px;"},[t.label]),e("span",{style:"letter-spacing: -8px;display:flex;align-items:center;"},[e("i",{class:"el-icon-sort-up",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"}),e("i",{class:"el-icon-sort-down",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"})])]):t.label}},components:{ContextRender:VIe}},UIe=HIe,WIe=Ba(UIe,NIe,RIe,!1,null,"6518c6f8",null),qIe=WIe.exports;const YIe={tableMaxHeight:800,index:!1,indexWidth:60,indexLabel:"序号",indexFixed:"left",selection:!1,selectionWidth:36,selectionFixed:"left",handleSelectable:function(e,t){return!0}},GIe={label:"",prop:"",isShow:!0,width:"auto",minWidth:"auto",fixed:!1,template:!1,align:"left",sortable:!1,order:1};var KIe={name:"XTable",props:{tableData:{type:Array,default:()=>[]},tableConfig:{type:Object,default:()=>{}},tableColumnConfig:{type:Array,require:!0,default:()=>[]},total:{type:Number,default:0},height:{type:Number,default:"auto"},maxHeight:{type:Number,default:"500px"},minHeight:{type:Number,default:500},hiddenPagination:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},layout:{type:String,default:"total,slot, sizes, prev, pager, next"},tableBtns:{type:Array,default:()=>[]},rowKey:{type:String,default:"id"},pageNum:{type:Number,default:1},pageSize:{type:Number,default:20},pageSizes:{type:Array,default:()=>[10,20,50,100]},isNeedScroll:{type:Boolean,default:!1},isSelectedDrawer:{type:Boolean,default:!1},topVal:{type:Number,default:0},isOutboxDetail:{type:Boolean,default:!1},isRecipientList:{type:Boolean,default:!1},tableConfigSelection:{type:Boolean,default:!1},countRecipient:{type:[Number,String],default:0},validRecipient:{type:[Number,String],default:0}},data(){return{selectedList:[],searchVal:"",readRadio:null,replyRadio:null}},watch:{height(e){e&&this.$nextTick((()=>{console.log("----9999999"),console.log(this.$refs.xTable),console.log(e)}))}},computed:{fullTableConfig(){return{...YIe,...this.tableConfig}},fulColumnConfig(){return this.tableColumnConfig.map((e=>({...GIe,...e})))},isCheckAll:{set(e){console.log(e),e?this.$refs["xTable"]&&this.$refs["xTable"].toggleAllSelection():this.tableData.forEach((e=>{this.$refs["xTable"]&&this.$refs["xTable"].toggleRowSelection(e,!1)}))},get(){const e=this.selectedList.map((e=>e[this.rowKey])),t=this.tableData.every((t=>e.includes(t[this.rowKey])));return t}},isIndeterminate(){return!this.isCheckAll&&this.selectedList.length>0}},methods:{resetSearch(e){"blogger"==e.scope&&(this.searchVal=""),"isRead"==e.scope&&(this.readRadio=null),"isReply"==e.scope&&(this.replyRadio=null)},confirmSearch(e){document.body.click();let t="blogger"==e.scope?this.searchVal:"isReply"==e.scope?this.replyRadio:"isRead"==e.scope?this.readRadio:"";this.$emit("confirmSearch",t,e.scope),this.resetSearch()},selectionChange(e){this.selectedList=e,this.$emit("selectionChange",e)},toggleAllSelect(){this.isCheckAll?this.tableData.forEach((e=>{this.$refs["xTable"]&&this.$refs["xTable"].toggleRowSelection(e,!1)})):this.$refs["xTable"]&&this.$refs["xTable"].toggleAllSelection()},handleSizeChange(e){this.$emit("update:pageNum",1),this.$emit("update:pageSize",e),this.$emit("changeSize",{pageNum:1,pageSize:e})},handleCurrentChange(e){this.$emit("update:pageNum",e),this.$emit("changeCurrent",{pageNum:e,pageSize:this.pageSize})},rowClick(e,t,n){this.$emit("rowClick",e,t,n)},sortChange(e){const t=this.fulColumnConfig.find((t=>t.prop===e.column.property));t&&t.sortable&&this.$emit("sort",e,t.sortable)},handleBtnClick(e){this.$emit("handleBtnClick",e,this.selectedList)},getRowKeys(e){return e[this.rowKey]},removeChoose(){this.tableData.forEach((e=>{this.$refs["xTable"]&&this.$refs["xTable"].toggleRowSelection(e,!1)}))},handleAlgin(e="left"){return"left"===e?"flex-start":"center"===e?"center":"right"===e?"flex-end":void 0}},components:{TableColumn:qIe,Empty:pd,Tooltip:nu}},XIe=KIe,ZIe=Ba(XIe,BIe,MIe,!1,null,"73077fed",null),JIe=ZIe.exports,QIe={props:{isShowProductFormDrawer:{type:Boolean,default:!1},currentEnv:{type:String,default:"https://www.wotohub.com"}},components:{WTable:JIe},data(){return{isShowDrawer:this.isShowProductFormDrawer,tableColumnConfig:[{label:"",scope:"radio",width:"60"},{label:this.$i18n.t("productForm.creation_time"),prop:"gmtCreate",sortable:1,minWidth:120},{label:this.$i18n.t("productForm.selection_form_name"),prop:"name",showOverflowTooltip:!0,minWidth:120},{label:this.$i18n.t("productForm.number_of_product_cards"),prop:"cardNums",minWidth:100},{label:this.$i18n.t("productForm.viewing_frequency"),scope:"viewNum"},{label:this.$i18n.t("productForm.update_time"),prop:"gmtModify",sortable:2,minWidth:120},{label:this.$i18n.t("productForm.operation"),scope:"operate"}],productFormTableData:[],loading:!1,total:0,queryParams:{currentPage:1,pageSize:20,createTimeAsc:!1,modifyTimeAsc:null},tableHeight:Ws(204),cellRadio:"",productFormLink:""}},created(){this.getProductCardFormList()},methods:{closeProductFormDrawer(){this.$emit("closeProductFormDrawer")},getProductCardFormList(){this.loading=!0,MTe(this.queryParams).then((e=>{"0"===e.code?(this.productFormTableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},tableSort({order:e},t){this.queryParams.createTimeAsc=!!e,this.queryParams.modifyTimeAsc=!!e,this.queryParams.currentPage=1,this.getProductCardFormList()},lookRow(e){window.open(`${this.currentEnv}/productFormDetail?id=${e.id}`,"_blank")},changeRadio(e){this.productFormLink=`${this.currentEnv}/shareForm?id=${e}`},setProductFormLink(){this.$emit("setProductFormLink",this.productFormLink),this.closeProductFormDrawer()}}},ePe=QIe,tPe=Ba(ePe,FIe,$Ie,!1,null,"9c6bea00",null),nPe=tPe.exports,iPe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("productCard.add_product_card"),visible:e.showDrawer,size:"900px","custom-class":"productcard-drawer"},on:{"update:visible":function(t){e.showDrawer=t},close:e.closeProductCardDrawer}},[t("div",{staticClass:"card-search-wrap"},[t("div",{staticClass:"card-search-item"},[t("span",[e._v(e._s(e.$i18n.t("product.product_name")))]),t("el-select",{staticClass:"normal-select",staticStyle:{width:"100%"},attrs:{placeholder:e.$i18n.t("common.please_select"),filterable:"","popper-class":"select-popper"},model:{value:e.productName,callback:function(t){e.productName=t},expression:"productName"}},e._l(e.productOpts,(function(e,n){return t("el-option",{key:n,attrs:{label:e.productName,value:e.shopifyProductId}})})),1)],1),t("div",{staticClass:"card-search-item"},[t("span",[e._v(e._s(e.$i18n.t("newProduct.product_remarks")))]),t("el-input",{model:{value:e.queryParams.remark,callback:function(t){e.$set(e.queryParams,"remark",t)},expression:"queryParams.remark"}})],1),t("div",{staticClass:"card-search-btn"},[t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.searchEvt}},[e._v(e._s(e.$i18n.t("newProduct.query")))]),t("el-button",{attrs:{size:"small",type:"info"},on:{click:e.resetEvt}},[e._v(e._s(e.$i18n.t("newProduct.reset")))])],1)]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"card-body"},e._l(e.cardsArr,(function(n){return t("div",{key:n.id,staticClass:"cards-wrap",class:{selected:e.isSelected(n)},on:{click:function(t){return e.toggleSelection(n)}}},[t("div",{staticClass:"card-item"},[t("div",{staticClass:"card-img"},[t("el-image",{staticClass:"product-img",attrs:{src:n.imageUrls[0]}}),t("div",{staticClass:"card-tags"},[e._l(n.promotePlatformType,(function(n,r){return t("div",{key:"platform"+r,staticClass:"platform-img"},[0==n?t("img",{attrs:{src:i(4321)}}):e._e(),1==n?t("img",{attrs:{src:i(634)}}):e._e(),2==n?t("img",{attrs:{src:i(7682)}}):e._e()])})),e._l(n.typeName3,(function(n,i){return t("span",{key:"typeName"+i,staticClass:"span-item"},[e._v(" "+e._s(n)+" ")])})),n.typeName.length>3?t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip tooltip-tips type-tooltip"}},[t("div",{staticClass:"content",attrs:{slot:"content"},slot:"content"},e._l(n.typeName,(function(n,i){return t("span",{key:"allTypeName"+i,staticClass:"type-item"},[e._v(e._s(n))])})),0),t("span",{staticClass:"span-item more-types"},[e._v("···")])]):e._e()],2),e.isSelected(n)?t("div",{staticClass:"checkbox"},[t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/selected.svg"}})]):e._e()],1),t("p",{staticClass:"card-name"},[e._v(" "+e._s(n.nameEn||"—")+" ")]),t("p",{staticClass:"card-price"},[e._v(" Price:"+e._s(e._f("getMoneySymbol")(n.currency))+e._s(n.priceDollar||"—")+" ")]),t("p",{staticClass:"card-commission"},[e._v(" Commission rate:"+e._s(n.commissionPercent||"—")+"% ")]),t("div",{staticClass:"card-apply",class:{"only-btn":null==n.commissionPercent||0==n.commissionPercent}},[null!==n.commissionPercent&&0!==n.commissionPercent?t("p",{staticClass:"money"},[t("span",[e._v(e._s(e._f("getMoneySymbol")(n.currency))+e._s((n.priceDollar*(n.commissionPercent/100)).toFixed(2)))]),e._v(" /per orderd item ")]):e._e(),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(t){return t.stopPropagation(),e.skipApply(n.id)}}},[e._v("Apply")])],1)]),t("div",{staticClass:"cark-views"},[t("p",[e._v(e._s(e.$i18n.t("newProduct.productId"))+":"+e._s(n.id))]),t("p",[e._v(e._s(e.$i18n.t("newProduct.product_name"))+":"+e._s(n.nameZh))]),t("p",[e._v(e._s(e.$i18n.t("newProduct.product_remarks"))+":"+e._s(n.remark))])])])})),0),t("el-pagination",{attrs:{"hide-on-single-page":0==e.total,total:e.total,"page-size":e.queryParams.pageSize,"current-page":e.queryParams.currentPage,layout:"total,prev, pager, next,jumper"},on:{"current-change":e.handleCurrentChange}}),t("div",{staticClass:"footer-btn"},[t("el-button",{on:{click:e.closeProductCardDrawer}},[e._v(e._s(e.$i18n.t("newProduct.Cancel")))]),t("el-button",{attrs:{type:"primary",disabled:e.isFinished,loading:e.isFinished},on:{click:e.saveEvt}},[e._v(e._s(e.$i18n.t("newProduct.preservation")))])],1)],1)},rPe=[],oPe={props:{isShowProductCardDrawer:{type:Boolean,default:!1},formName:{type:String,default:""}},data(){return{queryParams:{productName:"",remark:"",pageSize:6,currentPage:1,timeAsc:!1},productOpts:[],cardsArr:[],selectedItems:[],total:0,isFinished:!1,showDrawer:this.isShowProductCardDrawer,productTypeOpts:Object.freeze(wIe),loading:!1,productName:""}},created(){this.getProductOpts(),this.getProductCardFormQuery()},methods:{searchEvt(){this.queryParams.currentPage=1,this.getProductCardFormQuery()},resetEvt(){this.queryParams=this.$options.data().queryParams,this.productName="",this.getProductCardFormQuery()},getProductCardFormQuery(){this.loading=!0,this.queryParams.formId=this.$route.query.id,this.productOpts.map((e=>{e.shopifyProductId==this.productName&&(this.queryParams.productName=e.productName)})),PTe({...qs(this.queryParams)}).then((e=>{"0"===e.code?(this.cardsArr=e.data.rows,e.data.rows.forEach((e=>{let t=[];t=3!==e.source?e.type.map((e=>{const t=this.productTypeOpts.find((t=>t.value===e))?.label;return t})):e.type.map((e=>e));let n=t.slice();e.typeName3=n.splice(0,3),e.typeName=t})),this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},handleCurrentChange(e){this.queryParams.currentPage=e,this.getProductCardFormQuery()},getProductOpts(){$Te().then((e=>{"0"===e.code?this.productOpts=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},closeProductCardDrawer(){this.$emit("closeProductCardDrawer")},saveEvt(){0!=this.selectedItems.length?(this.$emit("addProductCard",this.selectedItems),this.closeProductCardDrawer()):this.$message({type:"warning",message:"请点击选择要添加的商品卡",customClass:"custom-message"})},skipApply(e){BTe({productId:e}).then((e=>{"0"===e.code?window.open(e.data,"_blank"):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},isSelected(e){return this.selectedItems.includes(e.id)},toggleSelection(e){const t=e.id,n=this.selectedItems.indexOf(t);n>-1?this.selectedItems.splice(n,1):this.selectedItems.push(t)}}},aPe=oPe,sPe=Ba(aPe,iPe,rPe,!1,null,"65fe80bc",null),lPe=sPe.exports,cPe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"content-box"},[t("div",{directives:[{name:"show",rawName:"v-show",value:!e.isMultiReply,expression:"!isMultiReply"}],staticClass:"form-item mb12"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.subject")))]),t("div",{staticClass:"subject-wrap"},[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.subject,expression:"form.subject"}],ref:"subjectIpt",staticClass:"subject-input",attrs:{type:"text"},domProps:{value:e.form.subject},on:{focus:function(t){e.isFocusSubject=!0},input:function(t){t.target.composing||e.$set(e.form,"subject",t.target.value)}}})])]),t("div",{staticClass:"form-item mb4"},[t("span",{staticClass:"attachment-file"},[e._v(e._s(e.$t("edm5.v56"))+" "),t("Tooltip",{staticClass:"attachment-tooltip",attrs:{content:e.$t("edm5.v235"),isShowRule:!1}})],1),t("div",{staticClass:"attachment-list"},[t("div",{staticClass:"file-box"},[e._l(e.form.fileList,(function(n,i){return t("div",{key:n.link,staticClass:"file"},[t("i",{staticClass:"dss-iconfont icon-file-3"}),t("div",{staticClass:"name"},[t("span",{staticClass:"file-name"},[e._v(e._s(n.name))]),t("span",{staticClass:"file-size"},[e._v(" ("+e._s(n.size<1024?n.size+"B":n.size<1048576?parseInt(n.size/1024)+"KB":parseInt(n.size/1024/1024)+"MB")+")")])]),t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return e.delFile(i)}}})])})),t("div",{staticClass:"add",on:{click:e.clickUpload}},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",[e._v(e._s(e.$t("edm5.v236")))])])],2)])]),t("div",{staticClass:"form-item mb16"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.content")))]),t("div",{staticClass:"form-editor",on:{click:function(t){e.isFocusSubject=!1}}},[t("editor",{ref:"content",staticClass:"mail-editor",attrs:{height:e.editorHeight,theme:"light"},on:{onload:e.editorOnload}}),t("div",{staticClass:"editor-opt-bar"},["aiBar"===e.showBar?t("div",{staticClass:"ai-bar"},[t("img",{staticClass:"bar-icon",attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"bar-name"},[e._v(e._s(e.$t("edm5.v237")))]),t("div",{staticClass:"bar-items"},e._l(e.aiBarItems,(function(n,i){return t("span",{key:i,staticClass:"item",on:{click:function(t){return e.toOpenAiOptimize(n.type)}}},[e._v(e._s(n.name))])})),0),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1),t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.toCloseBar}})]):e._e(),"variableBar"===e.showBar?t("div",{staticClass:"variable-bar"},[t("i",{staticClass:"dss-iconfont icon-temp1"}),t("span",{staticClass:"bar-name"},[e._v(e._s(e.$t("edm5.v71")))]),t("Tooltip",{attrs:{content:e.$i18n.t("writeMail.infoPop"),isShowRule:!1},nativeOn:{click:function(t){e.showTemplateUsage=!0}}}),t("div",{staticClass:"bar-items"},[t("el-popover",{attrs:{trigger:"hover",width:"80",placement:"top-start","popper-class":"variable-popover"}},[t("div",{staticClass:"pop-item",on:{click:function(t){return e.setVariable(0)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.channel_name"))+" ")]),t("div",{staticClass:"pop-item",on:{click:function(t){return e.setVariable(3)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.channel_Id"))+" ")]),t("span",{staticClass:"item",staticStyle:{display:"inline-block"},attrs:{slot:"reference"},slot:"reference"},[e._v(e._s(e.$t("edm5.v239")))])]),t("span",{staticClass:"item",on:{click:function(t){return e.setVariable(1)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.fans_num"))+" ")]),t("span",{staticClass:"item",on:{click:function(t){return e.setVariable(2)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.channel_link"))+" ")])],1),t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.toCloseBar}})],1):e._e()]),t("div",{directives:[{name:"show",rawName:"v-show",value:e.isAutoSave,expression:"isAutoSave"}],staticClass:"save-icon"},[e.isAutoSaving?t("i",{staticClass:"el-icon-refresh-right"}):e._e(),e.isAutoSaved?t("img",{attrs:{src:i(3475)}}):e._e()])],1)]),t("mail-upload",{attrs:{isShow:e.isShowUpload,fileMaxNum:10-e.form.fileList.length,fileMaxSize:200-e.totalSize},on:{onSuccess:e.onSuccess,close:e.handleOnClose}}),e.showTemplateUsage?t("template-usage",{attrs:{isShow:e.showTemplateUsage},on:{closeTemplateUsage:function(t){e.showTemplateUsage=!1}}}):e._e()],1)},uPe=[],dPe=(i(8872),function(){var e=this,t=e._self._c;return t("div",[t("el-dialog",{attrs:{visible:e.isShow,rendered:"","before-close":e.close,"close-on-click-modal":!1,title:e.$t("uploadDialog.title"),width:"550px",top:"50px","custom-class":"edm-upload-dialog"},on:{"update:visible":function(t){e.isShow=t},open:function(t){return e.open()}}},[t("div",{staticClass:"container-fileUpload"},[t("el-button",{ref:"btn-upload",staticClass:"btn-upload",attrs:{type:"primary",disabled:e.isUploading},on:{click:e.handleSelectFile}},[t("i",{staticClass:"el-icon-upload"}),e._v(" "+e._s(e.$t("uploadDialog.btnUpload")))]),t("div",{staticClass:"upload-select"},[t("input",{ref:"upload",staticClass:"upload",attrs:{type:"file",multiple:"",id:"uploads"},on:{change:e.fileChange}})]),t("h2",{staticClass:"txt-tip",staticStyle:{"margin-left":"8px"}},[e._v(" * "+e._s(e.$t("uploadDialog.tip"))+" ")]),t("div",{staticClass:"files"},[0===e.files.length?t("el-empty",{attrs:{"image-size":200}}):e._e(),e._l(e.files,(function(n,i){return t("div",{key:i,staticClass:"file"},[t("div",{staticClass:"file-name"},[t("span",{attrs:{title:n.file.name}},[e._v(e._s(n.file.name)+" ("+e._s(n.file.size<1024?n.file.size+"B":n.file.size<1048576?parseInt(n.file.size/1024)+"KB":parseInt(n.file.size/1024/1024)+"MB")+")")]),0===n.percentage?t("span",{staticClass:"del-icon",on:{click:function(t){return e.del(i)}}},[e._v(" "),t("i",{staticClass:"el-icon-delete"})]):e._e()]),t("div",[n.percentage>0?t("div",{staticClass:"progress"},[t("el-progress",{attrs:{"text-inside":!1,"stroke-width":7,format:e.format,percentage:n.percentage}}),t("div",{staticClass:"progress-percent"},[t("span",{style:100===n.percentage&&"display:none"},[e._v(e._s(n.percentage)+"%")]),100===n.percentage?t("i",{staticClass:"el-icon-circle-check color"}):e._e()])],1):e._e()])])}))],2)],1),t("div",{staticClass:"popup-foot"},[t("div",{staticClass:"txt-tip"},[e._v(" * "+e._s(e.$t("uploadDialog.tip1"))),t("span",{staticStyle:{color:"#1a89fa"}},[e._v(e._s(parseInt(e.fileMaxSize))+"MB")]),e._v(","+e._s(e.$t("uploadDialog.tip2"))),t("span",{staticStyle:{color:"#1a89fa"}},[e._v(e._s(e.fileMaxNum))]),"zh"===e.$i18n.locale||"zh-CN"===e.$i18n.locale?t("span",[e._v("个")]):e._e()]),t("div",{staticClass:"footer-btns"},[t("el-button",{staticClass:"btnOk",attrs:{type:"primary",loading:e.btnloading},on:{click:e.handleOnUpload}},[e._v(e._s(e.$t("uploadDialog.btnOk")))]),e.btnloading?e._e():t("el-button",{staticClass:"btnOk",attrs:{type:"primary"},on:{click:e.handleOnReset}},[e._v(e._s(e.$t("uploadDialog.btnClear")))])],1)])])],1)}),hPe=[],pPe={name:"edm-upload",props:{isShow:{default:!1,type:Boolean},fileMaxNum:{default:10,type:Number},fileMaxSize:{default:200,type:Number}},data(){return{showFile:!0,files:[],fileList:[],btnloading:!1,isUploading:!1}},methods:{open(){this.files=[],this.fileList=[]},close(){this.btnloading&&this.$message.warning(this.$t("uploadDialog.wait")),this.$emit("close",this.btnloading)},handleSelectFile(){this.showFile=!0;let e=this.$refs["upload"];e&&e.click()},format(e){return""},fileChange(e){let t=e.target.files;if(t.length+this.files.length>this.fileMaxNum)this.$message.warning(this.$t("uploadDialog.maxNum"));else{if(t.length>0)for(let e=0;e<t.length;e++){let n=this.files.find((n=>n.file.name===t[e].name));if(!n){let n=0;if(this.files.forEach((e=>{n+=e.file.size/1024/1024})),n+t[e].size/1024/1024>this.fileMaxSize)return void this.$message.warning(this.$t("uploadDialog.maxSize"));this.files.push({file:t[e],percentage:0})}}document.getElementById("uploads").value=""}},handleOnReset(){this.files=[]},del(e){this.files.splice(e,1)},handleOnUpload(){if(0===this.files.length)return void this.$message.warning(this.$t("uploadDialog.empty"));this.btnloading=!0;let e=[];if(this.files.length>0)for(let n=0;n<this.files.length;n++)e.push({fileName:this.files[n].file.name,fileSize:this.files[n].file.size});let t=[];e.map((e=>{t.push(Ja(e))})),this.isUploading=!0,Promise.all(t).then((e=>e)).then((e=>{console.log("ossparams",e);let t=[],n=this;e.map(((e,i)=>{let r=new FormData;r.append("key",e.data.objectName),r.append("success_action_status","200"),r.append("x-oss-object-acl","public-read"),r.append("OSSAccessKeyId",e.data.accessKeyId),r.append("policy",e.data.uploadPolicy),r.append("signature",e.data.uploadSignature),r.append("success_action_status","200"),r.append("file",n.files[i].file),t.push(es(e.data.uploadHost,r,(e=>{e.upload&&n.files[i]&&n.files[i].percentage&&(n.files[i].percentage=Math.floor(100*e.progress))}))),this.fileList.push({uuid:this.$md5(n.files[i].file.name),name:n.files[i].file.name,link:e.data.uploadHost+"/"+encodeURI(e.data.objectName),size:n.files[i].file.size,oss:e.data})})),console.log("合并信息",this.fileList),Promise.all(t).then((()=>{this.btnloading=!1,this.$message.success(this.$t("uploadDialog.success")),this.isUploading=!1,this.$emit("onSuccess",this.fileList),this.files=[],this.fileList=[]}))}))}}},fPe=pPe,mPe=Ba(fPe,dPe,hPe,!1,null,"56c0850c",null),gPe=mPe.exports,vPe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,title:e.$i18n.t("checkMail.tip17"),width:"620px","before-close":e.closeTemplateUsage,"custom-class":"usage-dialog"},on:{"update:visible":function(t){e.isShow=t}}},[t("p",{staticClass:"tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip18"))+" ")]),t("img",{staticClass:"usage-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/usage.png"}})])},yPe=[],bPe={props:{isShow:{default:!1,type:Boolean}},data(){return{}},methods:{closeTemplateUsage(){this.$emit("closeTemplateUsage")}}},wPe=bPe,_Pe=Ba(wPe,vPe,yPe,!1,null,null,null),CPe=_Pe.exports,xPe={props:{isMultiReply:{type:Boolean,default:!1},isDraft:{type:Boolean,default:!1},isReply:{type:Boolean,default:!1},isOuterBox:{type:Boolean,default:!1},form:{type:Object,default:{id:"",subject:"",fileList:[],content:"",active:!0,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}},replyInfo:{type:Object,default:()=>{}},editorHeight:{type:Number,default:350},aiPoint:{type:Number,default:0}},components:{mailUpload:gPe,templateUsage:CPe,Editor:vTe,Tooltip:nu},data(){return{isFocusSubject:!1,totalSize:0,isShowUpload:!1,showTemplateUsage:!1,isAutoSave:!1,isAutoSaving:!1,isAutoSaved:!1,replyHtml:"",editorRef:null,editorReady:!1,aiBarItems:[{name:this.$t("edm5.v265"),type:"1"},{name:this.$t("edm5.v266"),type:"2"},{name:this.$t("edm5.v267"),type:"3"},{name:this.$t("edm5.v268"),type:"4"},{name:this.$t("edm5.v269"),type:"5"}],showBar:"",pageFrom:this.$route.query.pageFrom||""}},computed:{isAiInvitePlanContentReady(){return this.editorReady&&!!this.form.content&&"AIinvitePlan"===this.pageFrom&&!this.form.isAiContent},isNormalContentReady(){return this.editorReady&&!!this.form.content&&!this.isDraft&&!this.isOuterBox&&!this.form.isAiContent&&"AIinvitePlan"!=this.pageFrom},isDraftContentReady(){return this.editorReady&&!!this.form.content&&!!this.isDraft&&!this.form.isAiContent},isAiContentReady(){return this.editorReady&&!!this.form.content&&!!this.form.isAiContent},isOuterBoxContentReady(){return this.editorReady&&!!this.form.content&&!!this.isOuterBox},isFileReady(){return this.form.fileList&&Array.isArray(this.form.fileList)&&this.form.fileList.length>0},isReplyContentReady(){return this.editorReady&&this.replyInfo&&this.isReply&&Object.keys(this.replyInfo).length>0}},watch:{isAiInvitePlanContentReady(e){e&&this.setInitDraftContent()},isNormalContentReady(e){console.log("normal",e),e&&this.setContent(this.form.content)},isDraftContentReady(e){console.log("Draft",e),e&&this.setInitDraftContent()},isOuterBoxContentReady(e){e&&this.setInitOuterBoxContent()},isReplyContentReady(e){e&&this.setInitReply()},isFileReady(e){e&&this.setInitFileSize()},isAiContentReady(e){console.log("ai",e),e&&this.setContent(this.form.content)}},created(){},mounted(){},methods:{editorOnload(){this.editorRef=this.$refs.content,this.editorReady=!0,this.initEditor()},initEditor(){this.$refs.content&&(this.form.getContent=this.getContent,this.form.setContent=this.setContent,this.form.addEditContent=this.addEditContent,this.form.setReplyDom=this.setReplyDom,this.form.getReplyHtml=this.getReplyHtml,this.form.getTextContent=this.getTextContent,this.form.isEmpty=this.getIsEmpty,this.form.setEditorBar=this.setEditorBar,this.setInitEmail())},getContent(){return this.editorRef.getContent()},setContent(e){let t=e;e&&e.trim&&(t=e.trim()),this.editorRef.setContent(t)},addEditContent(e){this.editorRef.addEditContent(e)},getTextContent(){return this.editorRef.getTextContent()},getReplyHtml(){return this.replyHtml},getIsEmpty(){return this.editorRef.isEmpty()},setEditorBar(e){this.showBar=e},clickUpload(){10!==this.form.fileList.length&&this.totalSize<200?this.isShowUpload=!0:this.$message({type:"warning",message:`${this.$i18n.t("writeMail.attachment_length_limit")}${this.$i18n.t("writeMail.attachment_size_limit")}`})},onSuccess(e){e.forEach((e=>{this.totalSize+=e.size/1024/1024,this.form.fileList.push({uuid:e.uuid,name:e.name,link:e.link,size:e.size})})),this.isShowUpload=!1},delFile(e){this.form.fileList.splice(e,1),0===this.form.fileList.length&&(this.totalSize=0),0!==this.form.fileList.length&&this.form.fileList.length<=10&&this.computeTotalSize()},handleOnClose(e){this.isShowUpload=!!e},setVariable(e){let t="";if(this.isFocusSubject){switch(e){case 0:t="{$channelName}";break;case 1:t="{$subscriber}";break;case 2:t="{$link}";break;case 3:t="{$channelId}";break}const n=this.$refs.subjectIpt.selectionStart,i=this.form.subject.slice(0,n)+t+this.form.subject.slice(n);this.form.subject=i,this.isFocusSubject=!1}else{switch(e){case 0:t="{$channelName}";break;case 1:t="{$subscriber}";break;case 2:t="{$link}";break;case 3:t="{$channelId}";break}this.editorRef.setFocus(),this.editorRef.insertEditContent(t)}},setInitEmail(){},setInitDraftContent(){const e=this.form.content;if(!e)return!1;const t=e.indexOf("<product-card"),n=e.indexOf("</product-card>");let i="";i=t>-1&&n>-1?e.slice(0,t)+e.slice(n+15):e;const r=i.split(" ");if(r.length>1){this.setContent(r[0]);const e=this.$refs.content.$el;if(e){const t=e.getElementsByClassName("w-e-scroll")[0],n=t.firstChild;n.setAttribute("class","mail-w");const i=document.createElement("div");i.innerHTML=r[1],t.appendChild(i),this.replyHtml=r[1]}}else this.setContent(i)},setInitOuterBoxContent(){const e=this.form.content;if(!e)return!1;const t=e.indexOf("<product-card"),n=e.indexOf("</product-card>"),i=e.slice(0,t)+e.slice(n+15),r=i.split(" ");if(r.length>1){this.setContent(r[0]);const e=this.$refs.content.$el;if(e){const t=e.getElementsByClassName("w-e-scroll")[0],n=t.firstChild;n.setAttribute("class","mail-w");const i=document.createElement("div");i.innerHTML=r[1],t.appendChild(i),this.replyHtml=r[1]}}else this.setContent(i)},setInitReply(){const e=this.$refs.content.$el;if(e){let n=e.getElementsByClassName("w-e-scroll")[0];var t=document.createElement("div");let i="<div style='color:#333'>";if(i+=`<p>------ ${this.$t("inboxDetail.omail")} ------<p>`,i+="<div style='background:#f5f5f5;padding:20px !important';overflow-x:auto;>",i+="<div style='margin-bottom:10px;!important'>",i+=`<span> ${this.$t("inboxDetail.to")}:</span>`,i+=`<span>${Ls(this.replyInfo.bloggerName)}</span>`,i+="</div>",i+="<div style='margin-bottom:10px;!important'>",i+=`<span style='display:inline-block;width:65px;'> ${this.$t("inboxDetail.subject")}:</span>`,i+=`<span>${this.replyInfo.subject}</span>`,i+="</div>",i+="<div style='display:flex'>",i+=`<span style='display:block;width:65px;margin: 0px;white-space:nowrap;'> ${this.$t("inboxDetail.content")}:</span>`,i+=`<div>${this.replyInfo.content}</div>`,i+="</div>",i+="<div>",i+="</div>",i=this.filterTag(i),t.innerHTML=i,this.replyHtml=i,n.appendChild(t),this.$route.query.isSimple){const e=localStorage.getItem("simpleWiteTxt")||"";this.setContent(e)}n.firstChild&&n.firstChild.setAttribute("class","mail-w")}},setInitFileSize(){const e=this.form.fileList;e&&Array.isArray(e)&&e.length>0&&(this.totalSize=this.form.fileList.reduce(((e,t)=>e+t.size/1024/1024),0))},filterTag(e){return e.replace(/<style\b[^<]*(?:(?!<\/style>)<[^<]*)*<\/style>|<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,"")},toCloseBar(){this.showBar=""},toOpenAiOptimize(e){this.$emit("handleOptimize",e)}}},SPe=xPe,kPe=Ba(SPe,cPe,uPe,!1,null,"20c85755",null),EPe=kPe.exports,DPe=function(){var e=this,t=e._self._c;return t("el-drawer",{staticClass:"ai-side-sign",attrs:{title:e.$t("edm5.v73"),"custom-class":"ai-side-sign-drawer",visible:e.visible,"close-on-press-escape":!1,direction:"rtl",size:"560px","append-to-body":!0},on:{close:e.drawerClose}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"main-box"},[t("div",{staticClass:"search-part"},[t("el-input",{staticClass:"search-input",attrs:{placeholder:e.$t("edm5.v256"),clearable:""},on:{clear:()=>{e.searchForm.currentPage=1,e.init()}},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(()=>{e.searchForm.currentPage=1,e.init()}).apply(null,arguments)}},model:{value:e.searchForm.content,callback:function(t){e.$set(e.searchForm,"content",t)},expression:"searchForm.content"}},[t("i",{staticClass:"dss-iconfont icon-search2",attrs:{slot:"suffix"},on:{click:()=>{e.searchForm.currentPage=1,e.init()}},slot:"suffix"})]),t("el-button",{staticClass:"add-sign",class:{"add-sign-en":"en"===e.language},on:{click:function(t){e.isShowSet=!0}}},[t("div",{staticClass:"warp"},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",{staticClass:"text"},[e._v(e._s(e.$t("edm5.v257")))])])])],1),t("div",{staticClass:"content-part"},e._l(e.tableData,(function(n,i){return t("div",{key:n.id,staticClass:"part-item"},[t("div",{staticClass:"item-top"},[t("span",{staticClass:"left",domProps:{innerHTML:e._s(n.content)}}),t("span",{staticClass:"right",on:{click:function(t){return e.showSetSign(n)}}},[e._v(" "+e._s(e.$t("edm5.v258"))+" "),t("i",{staticClass:"dss-iconfont icon-arrow"})])]),t("div",{staticClass:"item-bottom"},[t("span",{staticClass:"left"},[e._v(e._s(e.$t("edm5.v259"))+e._s(n.gmtModify))]),t("span",{staticClass:"right"},[t("el-button",{attrs:{size:"small"},on:{click:function(t){return e.del(n.id)}}},[e._v(e._s(e.$t("edm5.v260")))]),t("el-button",{attrs:{size:"small",type:"primary"},on:{click:function(t){return e.setMailSign(n.content)}}},[e._v(e._s(e.$t("edm5.v261")))])],1)])])})),0)]),t("div",{staticClass:"pagination-part"},[t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,total:e.tableTotal,"page-size":e.searchForm.pageSize,"pager-count":5,small:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1),t("el-drawer",{attrs:{visible:e.isShowSet,"with-header":!1,"wrapper-closable":!1,"append-to-body":"",size:"780px"},on:{"update:visible":function(t){e.isShowSet=t}}},[e.isShowSet?t("set-sign",{attrs:{id:e.setId,content:e.detailContent},on:{init:function(t){e.searchForm.currentPage=1,e.init()},close:function(t){e.setId=0,e.isShowSet=!1}}}):e._e()],1)],1)},APe=[];async function OPe(e){let t=await va("/edm/sign/selSigns",e);return t}async function TPe(e){let t=await wa("/edm/sign/addSign",e);return t}async function IPe(e){let t=await _a("/edm/sign/editSign",e);return t}async function PPe(e){let t=await ya(`/edm/sign/delSign/${e.id}`);return t}var FPe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"drawer"},[t("div",{staticClass:"drawer-head"},[t("h3",[e._v(e._s(e.id?`${e.$i18n.t("signature.edite_sign")}`:`${e.$i18n.t("signature.create_sign")}`))]),t("button",{staticClass:"close-btn",on:{click:function(t){return e.close()}}},[t("i",{staticClass:"dss-iconfont icon-close"})])]),t("div",{staticClass:"drawer-body hidden-scrollbar"},[t("div",{staticClass:"form-editor mb24"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.signature")))]),t("div",{staticClass:"form-editor-wrap"},[t("editor",{ref:"signContent",attrs:{height:400,theme:"light"}})],1)])]),t("div",{staticClass:"drawer-foot"},[t("button",{staticClass:"drawer-btn drawer-btn-linear mr24",on:{click:function(t){return e.close()}}},[e._v(" "+e._s(e.$i18n.t("common.cancle"))+" ")]),t("button",{staticClass:"drawer-btn drawer-btn-face",attrs:{disabled:e.isSubmit},on:{click:e.submit}},[e.isSubmit?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" "+e._s(e.$i18n.t("common.confirm"))+" ")])])])},$Pe=[],BPe={components:{Editor:vTe},props:{id:{default:0,type:Number},content:{type:String,default:""}},data(){return{isSubmit:!1}},created(){this.id&&this.init()},methods:{init(){setTimeout((()=>{this.$refs.signContent.setContent(this.content)}),100)},submit(){if(this.$refs.signContent.isEmpty())return void this.$message({type:"warning",message:`${this.$i18n.t("signature.sign_not_empty")}`});const e={content:this.$refs.signContent.getContent()};this.isSubmit=!0,this.id?(e.id=this.id,IPe(e).then((e=>{0==e.code?(this.isSubmit=!1,this.$emit("init"),this.close(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`})):this.$message.error(e.message)}))):TPe(e).then((e=>{0==e.code?(this.isSubmit=!1,this.$emit("init"),this.close(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`})):this.$message.error(e.message)}))},close(){this.$emit("close")}}},MPe=BPe,NPe=Ba(MPe,FPe,$Pe,!1,null,"b369729e",null),RPe=NPe.exports,jPe={components:{SetSign:RPe},props:{visible:{type:Boolean,default:!1}},data(){return{searchForm:{content:"",currentPage:1,pageSize:5},tableData:[],tableTotal:0,isShowSet:!1,setId:0,detailContent:"",loading:!1,language:qi.get("language")||"zh"}},created(){this.init()},methods:{drawerClose(){this.$emit("update:visible",!1),this.$emit("closed")},init(){this.loading=!0,OPe(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.tableTotal=e.data.total):this.$message.error(e.message)}))},changePage(e){this.searchForm.currentPage=e,this.init()},del(e){this.$confirm(`${this.$i18n.t("signature.confirm_del")}`,"",{confirmButtonClass:"confirm_del"}).then((()=>{PPe({id:e}).then((e=>{0==e.code?(this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message.error(e.message)}))})).catch((()=>{}))},setMailSign(e){this.$emit("setMailSign",e)},showSetSign(e){this.setId=e.id,this.detailContent=e.content,this.isShowSet=!0}}},LPe=jPe,zPe=Ba(LPe,DPe,APe,!1,null,"104128f9",null),VPe=zPe.exports,HPe=function(){var e=this,t=e._self._c;return t("el-drawer",{staticClass:"ai-side-template",attrs:{title:e.$t("edm5.v245"),"custom-class":"ai-side-template-drawer",visible:e.visible,"close-on-press-escape":!1,direction:"rtl",size:"800px","append-to-body":!0},on:{close:e.drawerClose}},[t("div",{staticClass:"title-tips",class:{"title-tips-en":"en"===e.language}},[e._v(e._s(e.$t("edm5.v246")))]),t("TemplateList",{attrs:{userId:e.userId},on:{setMailTemplate:e.setMailTemplate}})],1)},UPe=[],WPe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"wrap"},[t("div",{staticClass:"inbox-search-wrap"},[t("el-row",{attrs:{gutter:12}},[t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item col-select-input-item"},[t("el-select",{staticClass:"template_select",attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:function(t){e.searchForm.scene="",e.contentInput=""}},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:"模版名称",value:"1"}}),t("el-option",{attrs:{label:"应用场景",value:"2"}})],1),1==e.searchForm.type&&2==e.contentSelect?t("div",{staticClass:"temp_right"},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},slot:"prepend",model:{value:e.searchForm.scene,callback:function(t){e.$set(e.searchForm,"scene",t)},expression:"searchForm.scene"}},e._l(e.templateSystemScene,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1):t("div",{staticClass:"temp_right"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}})],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.mailTitleInput,callback:function(t){e.mailTitleInput=t},expression:"mailTitleInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:function(t){e.mailTitleInput="",e.searchForm.content="",e.searchForm.mailSubject=""}},slot:"prepend",model:{value:e.mailTitleSelect,callback:function(t){e.mailTitleSelect=t},expression:"mailTitleSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("模版语言")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:"",filterable:""},model:{value:e.searchForm.modelLanguage,callback:function(t){e.$set(e.searchForm,"modelLanguage",t)},expression:"searchForm.modelLanguage"}},e._l(e.language,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1)])],1),t("el-row",{staticStyle:{"margin-top":"8px"},attrs:{gutter:12}},[t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("模板类型")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},on:{change:e.modelTypeChange},model:{value:e.searchForm.type,callback:function(t){e.$set(e.searchForm,"type",t)},expression:"searchForm.type"}},[t("el-option",{key:1,attrs:{value:1,label:"系统模版"}}),t("el-option",{key:2,attrs:{value:2,label:"自定义模版"}})],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("共享状态")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isShared,callback:function(t){e.$set(e.searchForm,"isShared",t)},expression:"searchForm.isShared"}},[t("el-option",{key:1,attrs:{value:!0,label:"公开"}}),t("el-option",{key:2,attrs:{value:!1,label:"私有"}})],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("创建人")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:"",filterable:""},model:{value:e.searchForm.userId,callback:function(t){e.$set(e.searchForm,"userId",t)},expression:"searchForm.userId"}},e._l(e.accountList,(function(e){return t("el-option",{key:e.userId,attrs:{label:e.userName,value:e.userId}})})),1)],1)])],1),t("el-row",{staticStyle:{"margin-top":"8px"},attrs:{gutter:20}},[t("el-col",{attrs:{span:24}},[t("div",{staticClass:"btns_box"},[t("div",[t("el-button",{attrs:{type:"primary"},on:{click:function(t){e.searchForm.currentPage=1,e.getCardList()}}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1),t("div",{staticStyle:{display:"flex","align-items":"center"}},[t("div",{staticClass:"right_sort"},[t("el-dropdown",{attrs:{placement:"bottom"}},[t("div",{staticClass:"sort_btn"},[t("i",{staticClass:"dss-iconfont"},[e._v("")]),e._v(" "+e._s(e.sortConfig.find((t=>t.value==e.searchForm.searchSort)).label)+" ")]),t("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},e._l(e.sortConfig,(function(n,i){return t("el-dropdown-item",{key:i,staticStyle:{"white-space":"nowrap"},attrs:{command:n.value},nativeOn:{click:function(t){return e.clickDropdownItem(n)}}},[e._v(e._s(n.label))])})),1)],1)],1)])])])],1)],1),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"temp_box"},[e.templateList.length?t("div",{staticClass:"temp_list"},e._l(e.templateList,(function(n){return t("div",{key:n.id,staticClass:"temp_item"},[t("div",{staticClass:"temp_content"},[t("div",{staticClass:"temp_top"},[t("div",{staticClass:"temp_title"},[t("div",{staticClass:"title_text"},[e._v(" "+e._s(n.templatesTitle)+" ")]),t("div",{staticClass:"more_icon",on:{click:function(t){return e.toDetail(n)}}},[e._v(" 详情"),t("i",{staticClass:"el-icon-arrow-right"})])]),t("div",{staticClass:"num_box"},[t("div",{staticClass:"lang_box"},[e._v(" 语言:"+e._s(e.getLangLabel(n.modelLanguage))+" ")]),n.attachmentNum?t("div",{staticClass:"lang_box"},[e._v(" 附件:"+e._s(n.attachmentNum)+"个 ")]):e._e(),n.productCardNum?t("div",{staticClass:"lang_box"},[e._v(" 商品卡:"+e._s(n.productCardNum)+"个 ")]):e._e()])]),t("div",{staticClass:"temp_middle"},[t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("送达率")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.deliveryRate?"-":n.deliveryRate+"%")+" ")])]),t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("打开率")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.openRate?"-":n.openRate+"%")+" ")])]),t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("回复率")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.replyRate?"-":n.replyRate+"%")+" ")])]),t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("累计发送数")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.totalSentNumber?"-":n.totalSentNumber)+" ")])])]),t("div",{staticClass:"tem_bottom"},[t("div",{staticClass:"tem_desc"},[e._v("邮件标题:"+e._s(n.mailSubject))]),t("div",{staticClass:"tem_desc"},[e._v("应用场景:"+e._s(n.scene))]),t("div",{staticClass:"desc_btns"},[t("div",{staticClass:"desc_text"},[t("div",{staticClass:"tem_desc"},[e._v("创建人:"+e._s(n.creator))]),t("div",{staticClass:"tem_desc"},[e._v("更新时间:"+e._s(n.gmtModify))])]),t("div",{staticClass:"apply_btn"},[t("el-button",{attrs:{type:"primary"},on:{click:function(t){return e.setMailTemplate(n)}}},[e._v("应用")])],1)])])])])})),0):t("Empty")],1),t("div",{staticClass:"page_box"},[t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,"page-size":e.searchForm.pageSize,layout:"total,prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange,"update:currentPage":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:current-page":function(t){return e.$set(e.searchForm,"currentPage",t)}}})],1)])},qPe=[];const YPe=[{value:"7",label:"汉语",enLabel:"Chinese"},{value:"1",label:"英语",enLabel:"English"},{value:"3",label:"法语",enLabel:"French"},{value:"8",label:"德语",enLabel:"German"},{value:"6",label:"日语",enLabel:"Japanese"},{value:"9",label:"韩语",enLabel:"Korean"},{value:"10",label:"越南语",enLabel:"Vietnamese"},{value:"11",label:"泰国语",enLabel:"Thai"},{value:"12",label:"菲律宾语",enLabel:"Filipino"},{value:"13",label:"印度尼西亚语",enLabel:"Indonesian"},{value:"14",label:"俄罗斯语",enLabel:"Russian"},{value:"4",label:"西班牙语",enLabel:"Spanish"},{value:"15",label:"意大利语",enLabel:"Italian"}],GPe=[{label:"按创建时间倒序",value:0},{label:"按更新时间倒序",value:1},{label:"按送达率倒序",value:2},{label:"按打开率倒序",value:3},{label:"按回复率倒序",value:4},{label:"按累计发送数倒序",value:5}],KPe=[{value:"1",label:`${Vc.t("template.invite_cooperation")}`},{value:"2",label:`${Vc.t("template.price_negotiation")}`},{value:"3",label:`${Vc.t("template.contract_template")}`},{value:"4",label:`${Vc.t("template.video_production")}`},{value:"5",label:`${Vc.t("template.expense_settlement")}`}];function XPe(e){let t={templatesTitle:"",scene:"",mailSubject:"",content:"",type:null,modelLanguage:"",isShared:"",userId:"",searchSort:1,currentPage:1,pageSize:10};return e&&(t=Object.assign(t,e)),t}var ZPe={components:{Empty:pd},props:{userId:{type:[Number,String],default:""}},data(){return{contentSelect:"1",contentInput:"",mailTitleSelect:"1",mailTitleInput:"",searchForm:XPe(),language:YPe,sortConfig:GPe,accountList:[],templateList:[],templateSystemScene:KPe,total:0,loading:!1}},mounted(){this.getAccountList(),this.getCardList()},methods:{getLangLabel(e){const t=this.language.find((t=>t.value==e));if(t)return t.label},setMailTemplate(e){this.$emit("setMailTemplate",e)},toDetail(e){const t=this.$router.resolve({path:"/emailTempDetail",query:{type:"edit",id:e.id}});window.open(t.href,"_blank")},getCardList(){"1"==this.contentSelect?this.searchForm.templatesTitle=this.contentInput:"2"==this.contentSelect&&1!=this.searchForm.type&&(this.searchForm.scene=this.contentInput),"1"==this.mailTitleSelect?this.searchForm.mailSubject=this.mailTitleInput:"2"==this.mailTitleSelect&&(this.searchForm.content=this.mailTitleInput),this.loading=!0,Os(this.searchForm).then((e=>{"0"==e.code?(this.templateList=e.data.rows,this.total=e.data.total,this.loading=!1):(this.loading=!1,this.$message.error(e.message))}))},modelTypeChange(e){this.searchForm.scene="",this.contentInput=""},resetEvt(){this.searchForm=XPe(),this.contentSelect="1",this.contentInput="",this.mailTitleSelect="1",this.mailTitleInput="",this.getCardList()},getAccountList(){As().then((e=>{"0"==e.code?this.accountList=e.data:this.$message.error(e.message)}))},clickDropdownItem(e){this.searchForm.currentPage=1,this.searchForm.searchSort=e.value,this.getCardList()},handleSizeChange(e){this.searchForm.currentPage=1,this.searchForm.pageSize=e,this.getCardList()},handleCurrentChange(e){this.searchForm.currentPage=e,this.getCardList()}}},JPe=ZPe,QPe=Ba(JPe,WPe,qPe,!1,null,"0854720c",null),eFe=QPe.exports,tFe={components:{TemplateList:eFe},props:{visible:{type:Boolean,default:!1},userId:{type:[Number,String],default:""}},data(){return{loading:!1,language:qi.get("language")}},methods:{drawerClose(){this.$emit("update:visible",!1),this.$emit("closed")},setMailTemplate(e){this.$emit("setMailTemplate",e)}}},nFe=tFe,iFe=Ba(nFe,HPe,UPe,!1,null,"2b36ea26",null),rFe=iFe.exports,oFe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"ai-mail"},[e.visible?t("div",{staticClass:"ai-mail-base",class:{"ai-mail-base-en":"en"===e.language}},[t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.baseClose}}),t("div",{staticClass:"title"},[t("img",{attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"txt",class:{"txt-en":"en"===e.language}},[e._v(e._s(e.$t("edm5.v82")))])]),t("div",{staticClass:"sub-title"},[e._v(" "+e._s(e.$t("edm5.v83"))+" ")]),t("div",{staticClass:"step-content"},[t("div",{staticClass:"step-item step-one",on:{click:function(t){e.isShowProductDrawer=!0}}},[t("div",{staticClass:"left"},[t("span",{staticClass:"label-step"},[e._v(e._s(e.$t("edm5.v84")))]),t("span",{staticClass:"label-name"},[e._v(e._s(e.$t("edm5.v85")))])]),t("div",{staticClass:"right"},[e.aiProducts.length>0?t("span",{staticClass:"isComplete"},[e._v(e._s(e.$t("edm5.v86")))]):e._e(),t("i",{staticClass:"dss-iconfont icon-arrow"})])]),t("div",{staticClass:"step-item step-two",on:{click:()=>{e.isShowCoopDrawer=!0,e.getLanguages()}}},[t("div",{staticClass:"left"},[t("span",{staticClass:"label-step"},[e._v(e._s(e.$t("edm5.v88")))]),t("span",{staticClass:"label-name"},[e._v(e._s(e.$t("edm5.v89")))])]),t("div",{staticClass:"right"},[e.isCoopComplete?t("span",{staticClass:"isComplete"},[e._v(e._s(e.$t("edm5.v86")))]):e._e(),t("i",{staticClass:"dss-iconfont icon-arrow"})])])]),t("div",{staticClass:"make"},[t("el-button",{staticClass:"make-btn",attrs:{type:"primary"},on:{click:e.makeAiEmails}},[e._v(e._s(e.$t("edm5.v90")))])],1),t("div",{staticClass:"point"},[t("span",{staticClass:"point-txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]):e._e(),e.isShowProductDrawer?t("product-new-drawer",{attrs:{from:"ai",isShowProductDrawer:e.isShowProductDrawer,defaultSelectedProduct:e.aiProducts},on:{addAiProduct:e.addAiProduct,closeProductDrawer:e.closeProductDrawer}}):e._e(),t("el-drawer",{staticClass:"ai-coop",attrs:{title:e.$t("edm5.v89"),"custom-class":"ai-coop-drawer",visible:e.isShowCoopDrawer,"close-on-press-escape":!1,direction:"rtl",size:"560px","append-to-body":!0},on:{close:e.coopDrawerClose}},[t("div",{staticClass:"coop-subTitle"},[e._v(e._s(e.$t("edm5.v92")))]),t("div",{staticClass:"coop-form"},[t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[t("span",{staticClass:"required"},[e._v("*")]),e._v(e._s(e.$t("edm5.v93"))+" ")]),t("div",{staticClass:"form-item-value tag-value"},[t("el-input",{attrs:{type:"textarea",rows:4,resize:"none",placeholder:"Best regards\n[Your Full Name]\n[Your Title/Position]\n[Your Company/Organization]",maxlength:"100","show-word-limit":""},model:{value:e.coopForm.signature,callback:function(t){e.$set(e.coopForm,"signature",t)},expression:"coopForm.signature"}})],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v94")))]),t("div",{staticClass:"form-item-value"},[t("el-input",{attrs:{type:"textarea",rows:3,resize:"none",placeholder:e.$t("edm5.v95"),maxlength:"100","show-word-limit":""},model:{value:e.coopForm.brandInformation,callback:function(t){e.$set(e.coopForm,"brandInformation",t)},expression:"coopForm.brandInformation"}})],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v96")))]),t("div",{staticClass:"form-item-value"},[t("el-select",{attrs:{size:"medium",placeholder:e.$t("edm5.v98")},model:{value:e.coopForm.isFreeShipping,callback:function(t){e.$set(e.coopForm,"isFreeShipping",t)},expression:"coopForm.isFreeShipping"}},[t("el-option",{attrs:{label:e.$t("edm5.v49"),value:!1}}),t("el-option",{attrs:{label:e.$t("edm5.v48"),value:!0}})],1)],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v97")))]),t("div",{staticClass:"form-item-value radio-value"},[t("el-radio",{attrs:{label:!0},model:{value:e.coopForm.isPaid,callback:function(t){e.$set(e.coopForm,"isPaid",t)},expression:"coopForm.isPaid"}},[e._v(e._s(e.$t("edm5.v48")))]),t("el-radio",{attrs:{label:!1},model:{value:e.coopForm.isPaid,callback:function(t){e.$set(e.coopForm,"isPaid",t)},expression:"coopForm.isPaid"}},[e._v(e._s(e.$t("edm5.v49")))])],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v99")))]),t("div",{staticClass:"form-item-value radio-value"},[t("el-radio",{attrs:{label:!0},model:{value:e.coopForm.hasOrderCommission,callback:function(t){e.$set(e.coopForm,"hasOrderCommission",t)},expression:"coopForm.hasOrderCommission"}},[e._v(e._s(e.$t("edm5.v48")))]),t("el-radio",{attrs:{label:!1},model:{value:e.coopForm.hasOrderCommission,callback:function(t){e.$set(e.coopForm,"hasOrderCommission",t)},expression:"coopForm.hasOrderCommission"}},[e._v(e._s(e.$t("edm5.v49")))])],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v100")))]),t("div",{staticClass:"form-item-value style-value"},[t("el-autocomplete",{attrs:{"fetch-suggestions":e.querySearch,placeholder:e.$t("edm5.v95")},model:{value:e.coopForm.videoStyle,callback:function(t){e.$set(e.coopForm,"videoStyle",t)},expression:"coopForm.videoStyle"}})],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v101")))]),t("div",{staticClass:"form-item-value number-value"},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95"),type:"number"},model:{value:e.coopForm.videoDuration,callback:function(t){e.$set(e.coopForm,"videoDuration",t)},expression:"coopForm.videoDuration"}},[t("template",{slot:"append"},[e._v(e._s(e.$t("edm5.v102")))])],2)],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v("hashtag")]),t("div",{staticClass:"form-item-value tag-value"},[t("el-select",{attrs:{"popper-class":"coop-tag-select",multiple:"",filterable:"","allow-create":"","default-first-option":"",placeholder:e.$t("edm5.v103")},model:{value:e.coopForm.hashtags,callback:function(t){e.$set(e.coopForm,"hashtags",t)},expression:"coopForm.hashtags"}},[t("el-option",{attrs:{label:"test",value:"test"}})],1)],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v104")))]),t("div",{staticClass:"form-item-value"},[t("el-input",{attrs:{type:"textarea",rows:3,resize:"none",placeholder:e.$t("edm5.v95"),maxlength:"100","show-word-limit":""},model:{value:e.coopForm.otherRequirements,callback:function(t){e.$set(e.coopForm,"otherRequirements",t)},expression:"coopForm.otherRequirements"}})],1)])]),t("div",{staticClass:"coop-bottom"},[t("div",{staticClass:"bottom-left"},[t("span",{staticClass:"label"},[e._v(e._s(e.$t("edm5.v105")))]),t("span",{staticClass:"value",staticStyle:{"margin-right":"6px"}},[t("el-select",{attrs:{size:"small",placeholder:e.$t("edm5.v98")},model:{value:e.coopForm.language,callback:function(t){e.$set(e.coopForm,"language",t)},expression:"coopForm.language"}},e._l(e.languageList,(function(e,n){return t("el-option",{key:n,attrs:{label:e.label,value:e.value}})})),1)],1),t("Tooltip",{attrs:{content:e.$t("edm5.v106"),isShowRule:!1}})],1),t("div",{staticClass:"bottom-right"},[t("el-button",{on:{click:function(t){e.isShowCoopDrawer=!1}}},[e._v("取消")]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmAddCoop}},[e._v("确认")])],1)])]),t("el-drawer",{staticClass:"ai-build",attrs:{title:e.$t("edm5.v82"),"custom-class":"ai-build-drawer",visible:e.isShowBuildDrawer,"close-on-press-escape":!1,wrapperClosable:!1,direction:"rtl",size:"1000px","append-to-body":!0},on:{close:e.buildDrawerClose}},[t("div",{staticClass:"build-content"},[t("div",{staticClass:"build-rule-part"},[e.aiProducts.length>0?t("div",{staticClass:"product-information"},[t("div",{staticClass:"info-title"},[t("div",{staticClass:"title-left"},[e._v(e._s(e.$t("edm5.v107")))]),t("div",{staticClass:"title-right"},[t("div",{staticClass:"toggle-btn left",on:{click:function(t){return e.toggleProductCarousel("prev")}}},[t("i",{staticClass:"dss-iconfont icon-arrow"})]),t("div",{staticClass:"toggle-txt"},[t("span",{staticClass:"current"},[e._v(e._s(e.currentProductIndex+1))]),t("span",{staticClass:"total"},[e._v("/"+e._s(e.aiProducts.length))])]),t("div",{staticClass:"toggle-btn right",on:{click:function(t){return e.toggleProductCarousel("next")}}},[t("i",{staticClass:"dss-iconfont icon-arrow"})])])]),t("el-carousel",{ref:"productCarousel",staticClass:"product-carousel",attrs:{height:"160px",trigger:"click",autoplay:!1,"indicator-position":"none",arrow:"never"},on:{change:e.productCarouselChange}},e._l(e.aiProducts,(function(n){return t("el-carousel-item",{key:n.id},[t("div",{staticClass:"product-info"},[t("img",{staticClass:"left",attrs:{src:n.imageUrls[0],alt:""}}),t("div",{staticClass:"right"},[n.nameZh?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v108"))+e._s(n.nameZh||"-")+" ")]):e._e(),n.nameEn?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v109"))+e._s(n.nameEn||"-")+" ")]):e._e(),n.platformName?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v110"))+e._s(n.platformName||"-")+" ")]):e._e(),n.productLink?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v111"))+e._s(n.productLink||"-")+" ")]):e._e(),n.countryName?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v112"))+e._s(n.countryName||"-")+" ")]):e._e(),n.remark?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v113"))+e._s(n.remark||"-")+" ")]):e._e()])])])})),1)],1):e._e(),t("div",{staticClass:"coop-information",class:{"coop-larger":0===e.aiProducts.length}},[t("div",{staticClass:"info-title"},[t("div",{staticClass:"title-left"},[e._v(e._s(e.$t("edm5.v114")))])]),t("div",{staticClass:"coop-content"},[t("div",{staticClass:"coop-item"},[t("el-tooltip",{staticClass:"item",attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"ai-coop-tooltip",attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.coopForm.brandInformation||"-")+" ")]),t("span",{staticClass:"text-overflow"},[e._v(" "+e._s(e.$t("edm5.v94"))+":"+e._s(e.coopForm.brandInformation||"-"))])])],1),t("div",{staticClass:"coop-item"},[e._v(" "+e._s(e.$t("edm5.v116"))+e._s(e.coopMethods)+" ")]),t("div",{staticClass:"coop-item"},[e._v(" "+e._s(e.$t("edm5.v100"))+":"+e._s(e.coopForm.videoStyle||"-")+" ")]),t("div",{staticClass:"coop-item"},[e._v(" "+e._s(e.$t("edm5.v101"))+":"+e._s(e.coopForm.videoDuration)),e.coopForm.videoDuration?t("span",[e._v(e._s(e.$t("edm5.v102")))]):e._e()]),t("div",{staticClass:"coop-item"},[t("el-tooltip",{staticClass:"item",attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"ai-coop-tooltip",attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.hashtagsStr||"-")+" ")]),t("span",{staticClass:"text-overflow"},[e._v(" hashtags:"+e._s(e.hashtagsStr))])])],1),t("div",{staticClass:"coop-item"},[t("el-tooltip",{staticClass:"item",attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"ai-coop-tooltip",attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.coopForm.otherRequirements||"-")+" ")]),t("span",{staticClass:"text-overflow"},[e._v(" "+e._s(e.$t("edm5.v119"))+e._s(e.coopForm.otherRequirements||"-"))])])],1)])])]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isBuilding,expression:"isBuilding"}],staticClass:"build-content-part",attrs:{"element-loading-spinner":"el-icon-loading1","element-loading-background":"rgba(255, 255, 255, 0.7)","element-loading-customClass":"ai-email-loading"}},[e.isBuilding?t("el-progress",{staticClass:"ai-progress",attrs:{"text-inside":!0,"stroke-width":30,percentage:e.progressNum}}):e._e(),e.isBuilding?t("div",{staticClass:"loading-txt"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v120")))]),t("LoadingDots")],1):e._e(),t("div",{staticClass:"email-box"},[t("div",{staticClass:"email-tab"},e._l(e.mailList,(function(n,i){return t("div",{key:n.id,class:{tab:!0,"active-tab":n.active},on:{click:function(t){return e.toggleEmailTag(n.id)}}},[t("span",{staticClass:"tab-txt"},[e._v(e._s(e.$t("edm5.v59"))+e._s(i+1))]),t("i",{staticClass:"dss-iconfont icon-close",class:{"not-allowed":e.isBuilding},on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.deleteEmail(n.id)}}})])})),0),e.mailList.length<5?t("div",{staticClass:"email-add",class:{"not-allowed":e.isBuilding},on:{click:e.toAddEmail}},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",[e._v(e._s(e.$t("edm5.v60")))])]):e._e()]),e.mailList.length>0?t("div",{staticClass:"email-content"},[e.currentActiveMail.subject?t("div",{staticClass:"subject"},[e._v(" "+e._s(e.$t("edm5.v121"))+e._s(e.currentActiveMail.subject)+" ")]):e._e(),e.currentActiveMail.content?t("div",{staticClass:"content",staticStyle:{"white-space":"pre-wrap"},domProps:{innerHTML:e._s(e.$t("edm5.v122")+e.currentActiveMail.content)}}):e._e()]):t("Empty",{attrs:{currentStyle:{"padding-top":"90px"},tips:e.$t("edm5.v123")}})],1)]),e.mailList.length>0?t("div",{staticClass:"build-footer"},[t("div",{staticClass:"ai-bottom"},[e.isBatchFinished?t("div",{staticClass:"like-item first",class:{notAllow:e.isBuilding,active:1===e.currentActiveMail.feedLike},on:{click:function(t){return e.evaluateAi(1,e.currentActiveMail.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]):e._e(),e.isBatchFinished?t("div",{staticClass:"like-item",class:{notAllow:e.isBuilding,active:2===e.currentActiveMail.feedLike},on:{click:function(t){return e.evaluateAi(2,e.currentActiveMail.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]):e._e(),e.isBatchFinished?t("div",{staticClass:"redo",on:{click:e.rebuildSimpleEmail}},[e.isBuilding?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isBuilding?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("edm5.v35")))]):t("span",[e._v(e._s(e.$t("edm5.v34")))])]):e._e(),t("div",{staticClass:"point",style:{"margin-left":e.isBatchFinished?"24px":"0px"}},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.buildDrawerClose}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{size:"small",type:"primary",disabled:e.isBuilding},on:{click:e.toApplyEmails}},[e._v(e._s(e.$t("edm5.v124")))])],1)]):e._e()])],1)},aFe=[];function sFe(e){return wa("/edm/ai/aiWriteEmail/batchGenerate",e)}function lFe(e){return va(`/edm/ai/aiWriteEmail/generate/${e}`)}function cFe(e,t){return va(`/edm/ai/aiWriteEmail/regenerate/${e}/sceneType/${t}`)}function uFe(e){return va(`/edm/ai/aiWriteEmail/getByRequest/${e}`)}function dFe(e,t){return va(`/edm/ai/aiWriteEmail/getByResult/${e}/sceneType/${t}`)}function hFe(e){return wa("/edm/ai/aiWriteEmail/optimize",e)}function pFe(e,t){return va(`/edm/ai/aiOptimizeContent/getByRequest/${e}/sceneType/${t}`)}var fFe=function(){var e=this;e._self._c;return e._m(0)},mFe=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"loading-dots"},[t("span",{staticClass:"dot"}),t("span",{staticClass:"dot"}),t("span",{staticClass:"dot"})])}],gFe={name:"LoadingDots"},vFe=gFe,yFe=Ba(vFe,fFe,mFe,!1,null,"9cfc5dac",null),bFe=yFe.exports,wFe={components:{Tooltip:nu,Empty:pd,LoadingDots:bFe,productNewDrawer:PIe},props:{visible:{type:Boolean,default:!1},aiPoint:{type:Number,default:0}},data(){return{isShowProductDrawer:!1,isShowCoopDrawer:!1,isShowBuildDrawer:!1,aiProducts:[],coopForm:{brandInformation:"",isFreeShipping:!1,isPaid:!1,hasOrderCommission:!1,videoStyle:"",videoDuration:"",hashtags:[],signature:"",otherRequirements:"",language:"英语"},isCoopComplete:!1,languageList:[],language:qi.get("language"),currentProductIndex:0,mailList:[{id:"1xx",subject:"",content:"",historyId:"",active:!0,feedLike:0},{id:"2xx",subject:"",content:"",historyId:"",active:!1,feedLike:0},{id:"3xx",subject:"",content:"",historyId:"",active:!1,feedLike:0}],isBatchFinished:!1,isBuilding:!1,aiEmailCounter:0,AiMailsTimer:null,idInfo:{requestId:"",ruleId:""},progressNum:0}},computed:{coopMethods(){const e=this.coopForm.isFreeShipping?this.$t("edm5.v125"):this.$t("edm5.v126"),t=this.coopForm.isPaid?this.$t("edm5.v127"):this.$t("edm5.v128");return e+"&"+t},hashtagsStr(){return this.coopForm.hashtags.join(",")||"-"},currentActiveMail(){return this.mailList.find((e=>e.active))||{}}},beforeDestroy(){this.AiMailsTimer&&clearInterval(this.AiMailsTimer)},methods:{querySearch(e,t){var n=[{value:"场景植入",label:this.$t("edm5.v129")},{value:"反差对比",label:this.$t("edm5.v130")},{value:"体验分享",label:this.$t("edm5.v131")},{value:"直接展示",label:this.$t("edm5.v132")},{value:"开箱测评",label:this.$t("edm5.v133")}],i=e?n.filter(this.createFilter(e)):n;t(i)},createFilter(e){return t=>0===t.value.toLowerCase().indexOf(e.toLowerCase())},baseClose(){this.$emit("update:visible",!1)},closeProductDrawer(){this.isShowProductDrawer=!1},addAiProduct(e=[]){this.aiProducts=e,this.isShowProductDrawer=!1},coopDrawerClose(){this.isShowCoopDrawer=!1},async getLanguages(){try{const e=await ws();"0"===e.code&&(this.languageList=e.data?.map((e=>({label:e,value:e}))))}catch(ul){console.log(ul)}},confirmAddCoop(){if(""===this.coopForm.signature)return this.isCoopComplete=!1,this.$message.error(this.$t("edm5.v134"));this.isCoopComplete=!0,this.isShowCoopDrawer=!1},buildDrawerClose(){this.stopAiEmailsSetInterval(),this.isShowBuildDrawer=!1,this.currentProductIndex=0,this.mailList=this.$options.data().mailList,this.progressNum=0},productCarouselChange(e){this.currentProductIndex=e},toggleProductCarousel(e){const t=this.$refs.productCarousel;t&&t[e]()},toggleEmailTag(e){this.mailList=this.mailList.map((t=>({...t,active:e===t.id})))},deleteEmail(e){return!this.isBuilding&&(!(this.mailList.length<=0)&&void this.$confirm(this.$t("edm5.v78"),this.$t("edm5.v79"),{confirmButtonText:this.$t("edm5.v45"),cancelButtonText:"取消",type:"warning"}).then((()=>{this.mailList=this.mailList.filter((t=>t.id!==e)),this.mailList.every((e=>!e.active))&&this.mailList.length>0&&this.$set(this.mailList,0,{...this.mailList[0],active:!0})})).catch((()=>{})))},toAddEmail(){return!this.isBuilding&&(!(this.mailList.length>=5)&&(this.mailList=this.mailList.map((e=>({...e,active:!1}))),this.mailList.push({id:"add",subject:"",content:"",historyId:"",active:!0,feedLike:0}),void this.buildSingleAiEmail()))},async evaluateAi(e,t){try{const n=this.currentActiveMail.feedLike===e?0:e,i=await ps({historyId:t,isLike:n,aiScene:"generate"});if("0"===i.code){const e=this.mailList.findIndex((e=>e.active));e>-1&&this.$set(this.mailList,e,{...this.mailList[e],feedLike:n}),this.$message.success(this.$t("inboxDetail.tips5"))}}catch(ul){console.log(ul)}},makeAiEmails(){if(0===this.aiProducts.length&&!this.isCoopComplete)return this.$message.error(this.$t("edm5.v135"));this.isShowBuildDrawer=!0,this.$nextTick((()=>{this.buildAiEmails()}))},async buildAiEmails(){try{this.progressNum=0;const e={productIds:this.aiProducts.map((e=>e.id)),cooperationRequirement:this.coopForm};this.isBuilding=!0,this.isBatchFinished=!1;const t=await sFe(e);"0"===t.code?(this.idInfo=t.data,this.getAiEmails(!1)):(this.$message.error(t.message),this.isBuilding=!1,this.buildFailed(!1))}catch(ul){this.isBuilding=!1,this.buildFailed(!1),console.log(ul)}},async getAiEmails(e=!1){try{const t=await uFe(this.idInfo.requestId);"0"==t.code?t.data?.isComplete?(this.progressNum=100,e?t.data.aiWriteList&&t.data.aiWriteList.length>0&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),...t.data.aiWriteList[0]}):(this.mailList=t.data.aiWriteList.map(((e,t)=>({active:0===t,feedLike:0,...e}))),this.isBatchFinished=!0),this.isBuilding=!1):(this.isBuilding=!0,this.createAiEmailsSetInterval(e)):(this.isBuilding=!1,this.$message.error(t.message),this.buildFailed(e))}catch(ul){this.buildFailed(e),console.log(ul)}},createAiEmailsSetInterval(e=!1){const t=e?20:5,n=e?30:10;this.stopAiEmailsSetInterval(),this.aiEmailCounter=0,this.AiMailsTimer=setInterval((async()=>{this.aiEmailCounter+=1,this.progressNum+=this.getRandomInt(t,n),this.progressNum>=99&&(this.progressNum=99);const i=await this.getAiEmailsProgress(e);i&&(this.$emit("refreshPoint"),this.isBuilding=!1,this.aiEmailCounter=0,this.progressNum=100,this.stopAiEmailsSetInterval(),e||(this.isBatchFinished=!0)),this.aiEmailCounter>=60&&(this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailsSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")),this.buildFailed(e))}),2e3)},async getAiEmailsProgress(e){try{const t=await uFe(this.idInfo.requestId);return"0"==t.code?(t.data?.isComplete&&(e?t.data.aiWriteList&&t.data.aiWriteList.length>0&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),...t.data.aiWriteList[0]}):this.mailList=t.data.aiWriteList.map(((e,t)=>({active:0===t,feedLike:0,...e})))),t.data?.isComplete):(this.$message.error(t.message),this.buildFailed(e),!0)}catch(ul){return this.buildFailed(e),console.log(ul),!0}},stopAiEmailsSetInterval(){this.AiMailsTimer&&(clearInterval(this.AiMailsTimer),this.AiMailsTimer=null)},buildFailed(e=!1){this.progressNum=0,e?(this.mailList.splice(-1,1),this.mailList=this.mailList.map(((e,t)=>{const n=t===this.mailList.length-1;return{...e,active:n}}))):this.mailList=[]},async buildSingleAiEmail(){try{this.progressNum=0,this.isBuilding=!0;const e=await lFe(this.idInfo.ruleId);"0"===e.code?(this.idInfo.requestId=e.data,this.getAiEmails(!0)):(this.buildFailed(!0),this.isBuilding=!1,this.$message.error(e.message))}catch(ul){this.buildFailed(!0),this.isBuilding=!1,console.log(ul)}},async rebuildSimpleEmail(){if(this.isBuilding)this.stopAiEmailsSetInterval(),this.progressNum=0,this.isBuilding=!1,"add"===this.currentActiveMail.id&&this.buildFailed(!0);else try{this.progressNum=0,this.isBuilding=!0;const e=await cFe(this.currentActiveMail.id,"generateEmail");"0"===e.code?this.getAiEmailByResult():(this.progressNum=0,this.isBuilding=!1,this.$message.error(e.message))}catch(ul){this.progressNum=0,this.isBuilding=!1,console.log(ul)}},async getAiEmailByResult(){try{const e=await dFe(this.currentActiveMail.id,"generateEmail");if("0"===e.code)if(e.data?.isComplete){const t=this.mailList.findIndex((e=>e.active));t>-1&&this.$set(this.mailList,t,{...this.mailList[t],...e.data.aiWrite,feedLike:0}),this.progressNum=100,this.isBuilding=!1}else this.isBuilding=!0,this.createRebuildSetInterval();else this.progressNum=0,this.isBuilding=!1,this.$message.error(e.message)}catch(ul){this.progressNum=0,this.isBuilding=!1,console.log(ul)}},createRebuildSetInterval(){this.stopAiEmailsSetInterval(),this.aiEmailCounter=0,this.AiMailsTimer=setInterval((async()=>{this.aiEmailCounter+=1,this.progressNum+=this.getRandomInt(20,30),this.progressNum>=99&&(this.progressNum=99);const e=await this.getRebuildsProgress();e&&(this.$emit("refreshPoint"),this.progressNum=100,this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailsSetInterval()),this.aiEmailCounter>=60&&(this.progressNum=0,this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailsSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getRebuildsProgress(){try{const e=await dFe(this.currentActiveMail.id,"generateEmail");if("0"==e.code){if(e.data?.isComplete){const t=this.mailList.findIndex((e=>e.active));t>-1&&this.$set(this.mailList,t,{...this.mailList[t],...e.data.aiWrite,feedLike:0})}return e.data?.isComplete}return this.$message.error(e.message),!0}catch(ul){return console.log(ul),!0}},toApplyEmails(){if(0===this.mailList.length)return this.$message.error(this.$t("edm5.v136"));this.$emit("applyEmails",this.mailList)},getRandomInt(e,t){return e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1))+e}}},_Fe=wFe,CFe=Ba(_Fe,oFe,aFe,!1,null,"c29ad2c2",null),xFe=CFe.exports,SFe=function(){var e=this,t=e._self._c;return t("el-drawer",{staticClass:"ai-optimize",attrs:{title:e.currentMailMap.title,"custom-class":"ai-optimize-drawer",visible:e.visible,"close-on-press-escape":!1,wrapperClosable:!1,direction:"rtl",size:"1000px","append-to-body":!0},on:{close:e.drawerClose}},[t("div",{staticClass:"sub-title"},[t("img",{attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"txt"},[e._v(" "+e._s(e.currentMailMap.subTitle))])]),"7"===e.type?t("div",{staticClass:"ai-select"},[t("div",{staticClass:"select-prepend"},[e._v(e._s(e.$t("edm5.v240")))]),t("el-select",{attrs:{placeholder:e.$t("edm5.v98")},model:{value:e.language,callback:function(t){e.language=t},expression:"language"}},e._l(e.languageList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-button",{attrs:{type:"primary"},on:{click:e.buildOptimize}},[e._v(e._s(e.$t("edm5.v241")))])],1):e._e(),"5"===e.type?t("div",{staticClass:"ai-select"},[t("div",{staticClass:"select-prepend"},[e._v(e._s(e.$t("edm5.v242")))]),t("el-select",{attrs:{placeholder:e.$t("edm5.v98")},model:{value:e.tone,callback:function(t){e.tone=t},expression:"tone"}},e._l(e.toneList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-button",{attrs:{type:"primary"},on:{click:e.buildOptimize}},[e._v(e._s(e.$t("edm5.v90")))])],1):e._e(),t("div",{staticClass:"ai-content"},[t("div",{staticClass:"content-left"},[t("div",{staticClass:"content-title"},[e._v(e._s(e.$t("edm5.v244")))]),t("div",{staticClass:"content-box",staticStyle:{"white-space":"pre-wrap"},domProps:{innerHTML:e._s("6"===e.type?e.imitationOriginContent:e.resultInfo.originContent)}})]),t("div",{staticClass:"content-right"},[t("div",{staticClass:"content-title"},[e._v(e._s(e.currentMailMap.resultTitle))]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isBuilding,expression:"isBuilding"}],staticClass:"content-box",staticStyle:{"white-space":"pre-wrap"},attrs:{"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(0, 0, 0, 0)","element-loading-customClass":"ai-optimize-loading"},domProps:{innerHTML:e._s("6"===e.type?e.imitationContent:e.resultInfo.resultContent)}})])]),t("div",{staticClass:"ai-footer"},[""!==e.requestId?t("div",{staticClass:"ai-bottom"},[t("div",{staticClass:"like-item first",class:{notAllow:e.isBuilding,active:1===e.resultInfo.feedLike},on:{click:function(t){return e.evaluateAi(1,e.resultInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]),t("div",{staticClass:"like-item",class:{notAllow:e.isBuilding,active:2===e.resultInfo.feedLike},on:{click:function(t){return e.evaluateAi(2,e.resultInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]),t("div",{staticClass:"redo",on:{click:e.rebuildEmail}},[e.isBuilding?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isBuilding?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("edm5.v35")))]):t("span",[e._v(e._s(e.$t("edm5.v34")))])]),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]):e._e(),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.drawerClose}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{size:"small",type:"primary",disabled:e.isBuilding},on:{click:e.toApplyEmail}},[e._v(e._s(e.$t("edm5.v124")))])],1)])])},kFe=[],EFe={components:{Tooltip:nu},props:{visible:{type:Boolean,default:!1},type:{type:String,default:"1"},aiPoint:{type:Number,default:0},originSubject:{type:String,default:""},originContent:{type:String,default:""}},data(){return{loading:!1,language:"英语",languageList:[],tone:"友好的",toneList:[],resultInfo:{originSubject:"",resultSubject:"",originContent:"",resultContent:"",feedLike:0,historyId:""},isBuilding:!1,aiEmailCounter:0,aiRebuildEmailCounter:0,AiMailsTimer:null,AiRebuildMailTimer:null,requestId:"",rebuildId:"",rebuildProgressId:"",imitationOriginContent:"",imitationContent:"",typeMap:{1:{title:"优化拼写与语法",subTitle:"AI工具会自动检测邮件中的拼写和语法错误,并自动修正,确保邮件内容准确无误,提升邮件的专业水平和可读性",resultTitle:"AI优化内容",sceneType:"optimizeSpellingAndGrammar"},2:{title:"缩短内容",subTitle:"AI工具分析邮件内容,识别并建议删除冗长的句子和段落,以精简邮件长度,使其更易于理解和消化",resultTitle:"AI优化内容",sceneType:"shorten"},3:{title:"扩充内容",subTitle:"根据邮件主题,AI工具会对内容进行扩充,以丰富邮件内容并增强信息的传达效果",resultTitle:"AI优化内容",sceneType:"expansion"},4:{title:"优化结构",subTitle:"AI工具分析邮件结构,推荐调整段落顺序、增加标题或子标题、优化段落分隔,以提升整体阅读体验和视觉吸引力",resultTitle:"AI优化内容",sceneType:"optimizeStructure"},5:{title:"改变语气",subTitle:"AI工具可以改变邮件的语气,使其更加符合受众需求和沟通目的",resultTitle:"AI优化内容",sceneType:"changeTone"},6:{title:"仿写邮件",subTitle:"基于原邮件的语言、字数、内容结构等,生成相似但有变化的邮件内容",resultTitle:"AI仿写内容",sceneType:"imitation"},7:{title:"翻译",subTitle:"选择目标语言,进行翻译",resultTitle:"译文",sceneType:"translate"}}}},computed:{currentMailMap(){return this.typeMap[this.type]},isReady(){return!!this.resultInfo.originContent&&!!this.type}},watch:{isReady:{handler(e){e&&("5"===this.type&&this.getTones(),"7"===this.type&&this.getLanguages(),"5"!==this.type&&"7"!==this.type&&this.buildOptimize())},deep:!0,immediate:!0}},created(){this.originSubject&&(this.resultInfo.originSubject=this.originSubject),this.originContent&&(this.resultInfo.originContent=this.originContent,"6"===this.type&&(this.imitationOriginContent=`${this.$t("edm5.v121")}${this.originSubject}\n\n`+this.$t("edm5.v262")+this.originContent))},beforeDestroy(){this.AiMailsTimer&&clearInterval(this.AiMailsTimer)},methods:{drawerClose(){this.$emit("update:visible",!1),this.$emit("closed")},async getLanguages(){try{const e=await ws();"0"===e.code&&(this.languageList=e.data?.map((e=>({label:e,value:e}))))}catch(ul){console.log(ul)}},async getTones(){try{const e=await _s();"0"===e.code&&(this.toneList=e.data?.map((e=>({label:e,value:e}))))}catch(ul){console.log(ul)}},async evaluateAi(e,t){if(this.isBuilding)return!1;try{const n=this.resultInfo.feedLike===e?0:e,i=await ps({historyId:t,isLike:n,aiScene:this.currentMailMap.sceneType});"0"===i.code?(this.resultInfo.feedLike=n,this.$message.success(this.$t("inboxDetail.tips5"))):this.$message.error(i.message)}catch(ul){console.log(ul)}},async buildOptimize(){try{this.isBuilding=!0;const e=await hFe({sceneType:this.currentMailMap.sceneType,currentSubject:this.resultInfo.originSubject||void 0,currentContent:this.resultInfo.originContent,language:"7"===this.type?this.language:void 0,tone:"5"===this.type?this.tone:void 0});"0"===e.code?(this.requestId=e.data,this.getAiEmail()):(this.isBuilding=!1,this.$message.error(e.message))}catch(ul){this.isBuilding=!1,console.log(ul)}},async getAiEmail(){try{const e=await pFe(this.requestId,this.currentMailMap.sceneType);"0"==e.code?e.data?.isComplete?(this.isBuilding=!1,this.resultInfo.resultContent=e.data.content||"",this.rebuildId=e.data.resultId,this.resultInfo.historyId=e.data.resultId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.subject||"",this.imitationContent=`subject:${e.data.subject}\n\ncontent:`+e.data.content),this.$emit("refreshPoint")):(this.isBuilding=!0,this.createAiEmailSetInterval()):(this.isBuilding=!1,this.$message.error(e.message))}catch(ul){this.isBuilding=!1,console.log(ul)}},createAiEmailSetInterval(){this.stopAiEmailSetInterval(),this.aiEmailCounter=0,this.AiMailsTimer=setInterval((async()=>{this.aiEmailCounter+=1;const e=await this.getAiEmailProgress();e&&(this.$emit("refreshPoint"),this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailSetInterval()),this.aiEmailCounter>=60&&(this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getAiEmailProgress(){try{const e=await pFe(this.requestId,this.currentMailMap.sceneType);return"0"==e.code?(e.data?.isComplete&&(this.resultInfo.resultContent=e.data.content,this.rebuildId=e.data.resultId,this.resultInfo.historyId=e.data.resultId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.subject||"",this.imitationContent=`subject:${e.data.subject}\n\ncontent:`+e.data.content)),e.data?.isComplete):(this.$message.error(e.message),!0)}catch(ul){return console.log(ul),!0}},stopAiEmailSetInterval(){this.AiMailsTimer&&(clearInterval(this.AiMailsTimer),this.AiMailsTimer=null)},async rebuildEmail(){if(this.isBuilding)this.isBuilding=!1,this.stopAiEmailSetInterval();else try{this.isBuilding=!0;const e=await cFe(this.rebuildId,this.currentMailMap.sceneType);"0"===e.code?(this.rebuildProgressId=e.data,this.resultInfo.feedLike=0,this.getRebuildAiEmail()):(this.isBuilding=!1,this.$message.error(e.message))}catch(ul){this.isBuilding=!1,console.log(ul)}},async getRebuildAiEmail(){try{const e=await dFe(this.rebuildProgressId,this.currentMailMap.sceneType);"0"==e.code?e.data?.isComplete?(this.isBuilding=!1,this.resultInfo.resultContent=e.data.aiWrite.content||"",this.resultInfo.historyId=e.data.aiWrite.historyId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.aiWrite.subject||"",this.imitationContent=`subject:${e.data.aiWrite.subject}\n\ncontent:`+e.data.aiWrite.content),this.$emit("refreshPoint")):(this.isBuilding=!0,this.createRebuildAiEmailSetInterval()):(this.isBuilding=!1,this.$message.error(e.message))}catch(ul){this.isBuilding=!1,console.log(ul)}},createRebuildAiEmailSetInterval(){this.stopRebuildAiEmailSetInterval(),this.aiRebuildEmailCounter=0,this.AiRebuildMailTimer=setInterval((async()=>{this.aiRebuildEmailCounter+=1;const e=await this.getAiRebuildEmailProgress();e&&(this.$emit("refreshPoint"),this.isBuilding=!1,this.aiRebuildEmailCounter=0,this.stopRebuildAiEmailSetInterval()),this.aiRebuildEmailCounter>=60&&(this.isBuilding=!1,this.aiRebuildEmailCounter=0,this.stopRebuildAiEmailSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getAiRebuildEmailProgress(){try{const e=await dFe(this.rebuildProgressId,this.currentMailMap.sceneType);return"0"==e.code?(e.data?.isComplete&&(this.resultInfo.resultContent=e.data.aiWrite.content,this.resultInfo.historyId=e.data.aiWrite.historyId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.aiWrite.subject||"",this.imitationContent=`subject:${e.data.aiWrite.subject}\n\ncontent:`+e.data.aiWrite.content)),e.data?.isComplete):(this.$message.error(e.message),!0)}catch(ul){return console.log(ul),!0}},stopRebuildAiEmailSetInterval(){this.AiRebuildMailTimer&&(clearInterval(this.AiRebuildMailTimer),this.AiRebuildMailTimer=null)},toApplyEmail(){const{resultSubject:e,resultContent:t}=this.resultInfo;if(!t)return this.$message.error("暂无可应用内容!");this.$emit("applyEmail","setContent",e,t,this.type),this.drawerClose(),this.$message.success("应用成功")}}},DFe=EFe,AFe=Ba(DFe,SFe,kFe,!1,null,"845a6210",null),OFe=AFe.exports,TFe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.visible,title:e.$t("edm5.v61"),width:"480px","before-close":e.closeDialog,"custom-class":"setting-nickname-dialog","close-on-click-modal":!1}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[t("div",{staticClass:"setting-tip"},[e._v(" "+e._s(e.$t("edm5.v253"))+" ")]),t("div",{staticClass:"setting-input"},[t("el-input",{attrs:{type:"input",placeholder:e.$t("edm5.v95")},model:{value:e.nickName,callback:function(t){e.nickName=t},expression:"nickName"}})],1),t("div",{staticClass:"footer-btn"},[t("el-button",{on:{click:e.closeDialog}},[e._v(e._s(e.$t("edm5.v226")))]),t("el-button",{attrs:{type:"primary",loading:e.confirmBtnLoading},on:{click:e.confirmSetting}},[e._v(e._s(e.$t("edm5.v45")))])],1)])])},IFe=[];function PFe(){return va("/edm/mail/getSenderInfo")}function FFe(e){return wa("/edm/mail/saveSenderInfo",e)}var $Fe={props:{visible:{type:Boolean,default:!1},nickNameDefault:{type:String,default:""}},data(){return{nickName:"",confirmBtnLoading:!1,loading:!1}},created(){this.nickNameDefault&&(this.nickName=this.nickNameDefault)},methods:{closeDialog(){this.$emit("update:visible",!1)},async getNickname(){try{this.loading=!0;const e=await PFe();"0"===e.code?this.nickName=e.data||"":this.$message.error(e.message)}catch(ul){console.log(ul),this.loading=!1}finally{this.loading=!1}},async confirmSetting(){try{if(!this.nickName)return this.$message.error(this.$t("edm5.v254"));this.confirmBtnLoading=!0;const e=await FFe({nickName:this.nickName.trim()});"0"===e.code?(this.$message.success("设置成功!"),this.$emit("updateNickName",this.nickName),this.closeDialog()):this.$message.error(e.message)}catch(ul){console.log(ul)}finally{this.confirmBtnLoading=!1}}}},BFe=$Fe,MFe=Ba(BFe,TFe,IFe,!1,null,null,null),NFe=MFe.exports;function RFe(e){return wa("/edm/ai/inviteEmail/save",e)}function jFe(e){return va(`/edm/ai/inviteEmail/${e}`)}var LFe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.visible,title:"存为模版",width:"480px","before-close":e.closeDialog,"custom-class":"setting-nickname-dialog","close-on-click-modal":!1}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[t("el-form",{ref:"ruleForm",staticClass:"demo-ruleForm",attrs:{"label-position":"top",model:e.ruleForm,rules:e.rules,"label-width":"100px"}},[t("el-form-item",{attrs:{label:"模版名称",prop:"templatesTitle"}},[t("el-input",{attrs:{maxlength:"30","show-word-limit":"",clearable:"",placeholder:"请输入模版名称"},model:{value:e.ruleForm.templatesTitle,callback:function(t){e.$set(e.ruleForm,"templatesTitle",t)},expression:"ruleForm.templatesTitle"}})],1),t("el-form-item",{attrs:{label:"应用场景",prop:"scene"}},[t("el-input",{attrs:{maxlength:"20","show-word-limit":"",placeholder:"请输入应用场景",clearable:""},model:{value:e.ruleForm.scene,callback:function(t){e.$set(e.ruleForm,"scene",t)},expression:"ruleForm.scene"}})],1),t("el-form-item",{attrs:{label:"语言",prop:"modelLanguage"}},[t("el-select",{attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:"",filterable:""},model:{value:e.ruleForm.modelLanguage,callback:function(t){e.$set(e.ruleForm,"modelLanguage",t)},expression:"ruleForm.modelLanguage"}},e._l(e.language,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1),t("el-form-item",{attrs:{label:"共享状态"}},[t("el-select",{attrs:{clearable:"",placeholder:"请选择共享状态"},model:{value:e.ruleForm.isShared,callback:function(t){e.$set(e.ruleForm,"isShared",t)},expression:"ruleForm.isShared"}},[t("el-option",{key:1,attrs:{value:!0,label:"公开"}}),t("el-option",{key:2,attrs:{value:!1,label:"私有"}})],1)],1)],1),t("div",{staticClass:"footer-btn"},[t("el-button",{on:{click:function(t){return e.resetForm("ruleForm")}}},[e._v(e._s(e.$t("edm5.v226")))]),t("el-button",{attrs:{type:"primary",loading:e.confirmBtnLoading},on:{click:function(t){return e.submitForm("ruleForm")}}},[e._v(e._s(e.$t("edm5.v45")))])],1)],1)])},zFe=[];async function VFe(e){let t=await wa("/edm/outbox/sendData",e);return"0"===t.code?t:null}async function HFe(e){let t=await wa("/edm/inbox/receiveData",e);return t||null}async function UFe(e){let t=await va(`/edm/inbox/inboxDialogue/${e}`);return t||null}async function WFe(e){let t=await va(`/edm/inbox/inboxDetail/${e}`);return t||null}async function qFe(e){let t=await va(`/edm/mail/sendDetail/${e}`);return"0"===t.code?t:null}async function YFe(e){let t=await va(`/edm/outbox/selAiReply/${e}`);return t||null}async function GFe(e){let t=await wa("/edm/inbox/aiReply",e);return t||null}async function KFe(e){let t=await wa("/edm/inbox/exportReceiveData",e,"blob");return t||null}async function XFe(e){let t=await wa("/edm/outbox/exportSendData",e,"blob");return t||null}async function ZFe(e){let t=await wa("/edm/template/addTemplate",e);return t||null}var JFe={props:{visible:{type:Boolean,default:!1},mailTempList:{type:Array,default:()=>[]},tempProductCard:{type:String,default:""}},data(){return{confirmBtnLoading:!1,loading:!1,ruleForm:{templatesTitle:"",scene:"",modelLanguage:"",isShared:!1},rules:{templatesTitle:[{required:!0,message:"请输入模版名称",trigger:"blur"}],modelLanguage:[{required:!0,message:"请选择模版语言",trigger:"change"}],scene:[{required:!0,message:"请输入应用场景",trigger:"change"}]},language:CIe}},created(){},methods:{getMailParams(){const e=this.mailTempList.find((e=>e.active));let t="";return t=e.getReplyHtml()?e.getContent()+" "+e.getReplyHtml()+this.tempProductCard:e.getContent()+e.getReplyHtml()+this.tempProductCard,{mailSubject:e.subject,content:t,attachments:e.fileList}},submitForm(e){const t=this.getMailParams();this.$refs[e].validate((e=>{if(!e)return console.log("error submit!!"),!1;{const e={...this.ruleForm,...t};ZFe(e).then((e=>{"0"==e.code?(this.$message.success("保存成功"),this.$emit("setMailTempHandle",e.data),this.closeDialog()):this.$message.error(e.message)}))}}))},resetForm(e){this.$refs[e].resetFields(),this.closeDialog()},closeDialog(){this.$emit("update:visible",!1)}}},QFe=JFe,e$e=Ba(QFe,LFe,zFe,!1,null,"9fbbb3e2",null),t$e=e$e.exports,n$e={name:"writeEmail",components:{MailBody:Id,Editor:vTe,DelayedTx:xTe,ProductList:UTe,sendNotice:XTe,sendLimit:nIe,checkMail:lIe,chooseMailNew:fIe,SettingNickName:NFe,productNewDrawer:PIe,productFormDrawer:nPe,productCardsDrawer:lPe,Tooltip:nu,ContentBox:EPe,SignTextDrawer:VPe,MailTemplateDrawer:rFe,AiMailDialog:xFe,MailOptimizeDrawer:OFe,saveMailTempDialog:t$e},props:{isReply:{type:Boolean,default:!1},bloggerArr:{type:Array,default:()=>[]},plan_id:{type:[Number,String],default:""},isTiming:{type:[Number,String],default:0},rowTime:{type:[Number,String],default:""},draftId:{type:[Number,String],default:""},outboxId:{type:[Number,String],default:""},userId:{type:[Number,String],default:""},dssTaskId:{tyep:[Number,String],default:""},dssTaskName:{type:String,default:""},hubTaskId:{type:[Number,String],default:""},popularizePlanId:{type:[Number,String],default:""},popularizePlanName:{type:String,default:""},hubTaskName:{type:String,default:""},sendEntryKey:{type:String,default:""},isGoogleGrayShow:{type:Boolean,default:!0},currentEnv:{type:String,default:"https://www.wotohub.com"}},computed:{allSubjectList(){return this.mailList.map((e=>e.subject))}},data(){return{mailList:[{id:"mockId-1",subject:"",fileList:[],content:"",active:!0,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}],replyInfo:null,addresseeArr:[],loading:!1,isShowSave:!0,isShowDelayed:!1,isSpreadAddress:!1,timer:null,isBack:!1,isAutoSave:!1,isAutoSaving:!1,isAutoSaved:!1,timerId:"",editorHeight:450,cancleTimer:!1,isShowNotice:!1,isShowLimit:!1,isShowCheck:!1,isCheckType:!1,reContactList:[],riskList:[],cooperatedList:[],filterBloggerArr:[],isLimit:!1,totalSendNum:0,restSendNum:0,isSelfClick:!1,isScheduledMail:!1,isScheduledTime:null,checkEmails:[],isSendSuccess:!0,showChooseMail:!1,currentSetEmail:"",qiyeId:"",gmailValue:"",isMultiReply:"true"==this.$route.query.isMultiReply||1==this.$route.query.isMultiReply,isShowProductFormDrawer:!1,isShowProductDrawer:!1,isShowProductCardDrawer:!1,cardsArr:[],productTypeOpts:Object.freeze(wIe),writeId:"",currentApi:{NODE_ENV:"production",BASE_URL:"/"}.VUE_APP_BASE_API,existIds:[],signTextDrawerVisible:!1,mailTemplateDrawerVisible:!1,aiMailVisible:!0,mailOptimizeDrawerVisible:!1,aiOptimizeType:"",aiOptimizeOriginSubject:"",aiOptimizeOriginContent:"",aiPoint:0,editBloggerLoading:!1,domTimer:null,mailIdMap:[],deleteIdList:[],settingNicknameVisible:!1,nickName:"",pageFrom:this.$route.query.pageFrom||"",currentAiPlatform:this.$route.query.currentAiPlatform||"",saveMailTempDialogVisible:!1,tempProductCard:"",totalNum:0,checkLoading:!1}},created(){if(window.onbeforeunload=e=>(e=e||window.event,this.$t("edm5.v76")),this.isReply)this.getReplyDetail();else if(this.draftId)this.isShowSave=!1,this.getDraftDetail();else if(this.outboxId)this.getOutBoxDetail();else if(this.isMultiReply){const e=JSON.parse(localStorage.getItem("multiReplyBlogInfo"));e.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})}))}else this.$route.query.inviteAITaskId?this.getInviteAITaskDetail():"payStatusDetail"==this.$route.query.pageFrom?this.payInitTemplate():this.getMailBlogger();"AIinvitePlan"!==this.pageFrom&&(this.isMultiReply||(this.timer=window.setInterval((()=>{this.saveDraft(!1)}),6e4)),this.showNoticeEvt(),this.getSendEmailConfig(),this.getAiPoint(),this.getNickname())},mounted(){this.domTimer=setTimeout((()=>{const e=this.$refs.pageContainer.clientHeight,t=document.getElementsByClassName("w-e-toolbar")[0].offsetHeight;this.editorHeight=e-436-t}),150)},beforeDestroy(){"AIinvitePlan"!==this.pageFrom&&this.remindSave(),clearInterval(this.timer),this.timer=null,clearTimeout(this.domTimer),this.domTimer=null},destroyed(){window.onbeforeunload=null},methods:{setMailTempHandle(e){this.mailList.forEach((t=>{t.active&&(t.templateId=e)}))},saveMailTemplate(){const e=this.mailList.find((e=>e.active));if(""==e.subject)return void this.$message.error("请输入邮件主题");let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Ns(this.cardsArr,"id");this.tempProductCard=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`,this.saveMailTempDialogVisible=!0},payInitTemplate(){const e=JSON.parse(localStorage.getItem("resultRecipientData")||"[]");e&&e.length&&e.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})}));const t=JSON.parse(localStorage.getItem("payWriteData")||"{}");this.mailList=[{attachments:[],content:`<p>To: ${this.addresseeArr[0].bloggerName}</p>\n <p>Hello!</p>\n <p>We are the official customer service team of WotoHub. On behalf of the platform and [${t.companyName}], we confirm the upcoming payment for the agreement you reached on the platform. </p>\n <p>Below are the contract details. Please review and sign them carefully:<a href="${t.payWriteUrl}" target="_blank">${t.payWriteUrl}</a></p>`,subject:"Contract Signature Required to Confirm Collaboration Payment ",id:"mockId-"+Date.now(),fileList:[],active:!0,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}]},getInviteAITaskDetail(){jFe(this.$route.query.inviteAITaskId).then((e=>{if("0"==e.code&&e.data.emails.length){if(this.mailList=e.data.emails.map(((e,t)=>({...e,id:"mockId-"+Date.now()+t,fileList:e.attachments||[],active:0===t,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}))),!e.data.emails||0===e.data.emails.length)return!1;if(e.data.emails[0]&&e.data.emails[0].content){let t=e.data.emails[0].content.indexOf("<product-card"),n=e.data.emails[0].content.indexOf("</product-card>"),i=e.data.emails[0].content.slice(t,n+15);const r=i.match(/cardids="([^"]+)"/);if(r&&r[1]){const e=r[1];this.addProductCard(e.split(","))}}}}))},saveInviteEmail(){this.isShowSave=!1;let e=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),t=Ns(this.cardsArr,"id"),n=`<product-card cardIds=${t}><div style="display:flex;overflow-x:auto">${e}</div></product-card>`;const i=this.mailList.map((e=>{let t="";return t=e.getReplyHtml()?e.getContent()+" "+e.getReplyHtml()+n:e.getContent()+e.getReplyHtml()+n,{id:e.frontId,subject:e.subject,content:t,attachments:e.fileList}})),r={taskId:this.$route.query.inviteAITaskId||"",platform:this.currentAiPlatform,emails:this.filterEmailId(i)},o=this.mailList.every((e=>!e.subject)),a=this.mailList.every((e=>e.isEmpty()));if(o||a)return this.$message.error("邮件主题和正文不能为空!");RFe(r).then((e=>{if("0"==e.code){const t=e.data;window.opener&&window.opener.postMessage(t,window.location.origin),this.$router.push({path:this.$route.path,query:{...this.$route.query,inviteAITaskId:t}}).catch((e=>{if("NavigationDuplicated"!==e.name)throw e})),this.$message.success("邮件添加成功,请回到原窗口继续创建任务!")}else this.$message.error(e.message)}))},getMailBlogger(){this.bloggerArr&&this.bloggerArr.length&&this.bloggerArr.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})}))},getReplyDetail(){const e=this.$route.query.replyId,t=this.$route.query.chatId,n=this.$route.query.replyContentId;e&&t&&Ga(t).then((t=>{if(t&&t.length>0){if(e&&n){const i=t.find((e=>e.id.toString()===n));this.replyInfo=i;const r=t.find((t=>t.id.toString()===e));this.mailList[0].subject=r.subject,this.replyInfo.id=e}else{const n=t.find((t=>t.id.toString()===e));this.replyInfo=n,this.mailList[0].subject=n.subject,this.replyInfo.id=e}this.addresseeArr.push({bloggerId:this.replyInfo.bloggerId,bloggerName:this.replyInfo.bloggerName,popularizePlanId:this.$route.query.popularizePlanId&&-1!=this.$route.query.popularizePlanId?this.$route.query.popularizePlanId:void 0,popularizePlanName:this.$route.query.popularizePlanName&&"null"!=this.$route.query.popularizePlanName?this.$route.query.popularizePlanName:void 0})}}))},skipApply(e){BTe({productId:e}).then((e=>{"0"===e.code?window.open(e.data,"_blank"):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},addProduct(){this.isShowProductCardDrawer=!0,this.existIds=0==this.cardsArr.length?[]:Ns(this.cardsArr,"id")},isShowProductDrawerEvt(){this.isShowProductDrawer=!0,this.existIds=0==this.cardsArr.length?[]:Ns(this.cardsArr,"id")},closeProductDrawer(e){this.isShowProductDrawer=!1,e&&this.addProductCard([e])},addProductCard(e){let t=[...new Set(e.concat(this.existIds))];this.cardsArr=[],t.map((e=>{FTe({id:e}).then((e=>{let t=[],n=[];3!==e.data.source?(t=e.data.type.map((e=>{const t=this.productTypeOpts.find((t=>t.value===e))?.label;return t})),n=e.data.type.map((e=>{const t=this.productTypeOpts.find((t=>t.value===e))?.en_label;return t}))):t=e.data.type.map((e=>e));let i=t.slice();this.$set(e.data,"typeName",t),this.$set(e.data,"typeEnName",n),this.$set(e.data,"typeName3",i.splice(0,3)),this.cardsArr.push(e.data)}))}))},deleteItem(e){this.cardsArr.splice(e,1)},setProduct(e){this.singleSetEmail("addEditContent",e)},setProductFormLink(e){const t='<p><a href="'+e+'" target="_blank" >'+e+"</a></p><br />";this.singleSetEmail("addEditContent",t)},multiSendNow(){const e=JSON.parse(localStorage.getItem("multiReplyIds"));let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Ns(this.cardsArr,"id"),i=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`,r={replyIds:e,content:this.mailList[0].getContent()+i,attachments:this.mailList[0].fileList,sendEntryKey:"inboxMultiReply"};this.loading=!0,ts(r).then((e=>{"0"===e.code?(this.isShowSave=!1,this.$emit("skipToOutbox")):this.$message.error(e.message)})).finally((()=>{this.loading=!1}))},toGuide(){this.$emit("toGuide")},async getSendEmailConfig(){if(this.draftId);else try{const e=await Vd({});"0"===e.code?this.currentSetEmail=["WOTOMAIL","GMAIL"].includes(e.data.sendType)?e.data.sendType:e.data.email:this.$message.error(e.message)}catch(ul){console.log(ul)}this.$route.query.code&&(this.showChooseMail=!0)},updateCurrentEmail({sendType:e,qiyeId:t,gmailValue:n}){this.currentSetEmail=e,this.qiyeId=t,this.gmailValue=n,this.draftId&&this.saveDraft(!1)},async getBusinessEMails(e){try{const t=await Qd({});"0"===t.code?(this.businessEmailList=t.data||[],e&&(this.currentSetEmail=t.data.find((t=>t.id===e))?.emailAddress||"")):this.$message.error(t.message)}catch(ul){console.log(ul)}},closeChooseMail(){this.showChooseMail=!1,this.isCheckType=!1},showNoticeEvt(){const e=localStorage.getItem("remind14Flag");if(e){const e=localStorage.getItem("remind14Time"),t=(new Date).getTime();e?t-e<12096e5?this.isShowNotice=!1:(this.isShowNotice=!0,localStorage.removeItem("remind14Time")):this.isShowNotice=!0}else this.isShowNotice=!0},closeNoticeEvt(e){if(this.isShowNotice=!1,localStorage.setItem("remind14Flag",e),e){const e=(new Date).getTime();localStorage.setItem("remind14Time",e)}},cancelDelaySend(){this.$confirm(`${this.$i18n.t("writeMail.mail_will")}${this.rowTime}${this.$i18n.t("writeMail.cancle_delay_tip")}`,`${this.$i18n.t("writeMail.whether_cancle_delay")}`,{confirmButtonText:`${this.$i18n.t("writeMail.cancle_delay")}`,cancelButtonText:`${this.$i18n.t("writeMail.no_cancle")}`,iconClass:"el-icon-warning",cancelButtonClass:"reback-btn-linear",confirmButtonClass:"reback-btn-face"}).then((()=>{this.cancleTimer=!0,this.saveDraft(!0)})).catch((()=>{})).finally((()=>{this.cancleTimer=!1}))},async getDraftDetail(){try{const e=await Zd(this.draftId);if("0"===e.code){if(this.mailList=e.data.map(((e,t)=>({...e,id:e.writeEmailId,fileList:e.attachmentRes||[],active:0===t,isAiContent:!1,templateId:e.templateId,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}))),!e.data||0===e.data.length)return!1;if(e.data[0]&&e.data[0].content){let t=e.data[0].content.indexOf("<product-card"),n=e.data[0].content.indexOf("</product-card>"),i=e.data[0].content.slice(t,n+15);const r=i.match(/cardids="([^"]+)"/);if(r&&r[1]){const e=r[1];this.addProductCard(e.split(","))}}if("recipient"===this.$route.query.from?this.getMailBlogger():(e.data[0]?.bloggerBeans.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})})),console.log(this.addresseeArr)),e.data[0]&&e.data[0].sendType)if(["WOTOMAIL","GMAIL"].includes(e.data[0].sendType)){if(this.currentSetEmail=e.data[0].sendType,this.qiyeId="","GMAIL"===this.currentSetEmail){const e=await Rd();"0"===e.code&&(this.gmailValue=e.data.email)}}else this.qiyeId=e.data[0].qiyeId,this.getBusinessEMails(e.data[0].qiyeId)}else this.$message.error(e.message)}catch(ul){console.log(ul)}},async getOutBoxDetail(){try{const e=this.outboxId.split(","),t=await Jd({writeIds:e});if("0"===t.code){if(this.mailList=t.data.map(((e,t)=>({...e,id:"mockId-"+Date.now()+t,fileList:e.attachmentRes||[],active:0===t,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}))),!t.data||0===t.data.length)return!1;if(t.data[0]&&t.data[0].content){let e=t.data[0].content.indexOf("<product-card"),n=t.data[0].content.indexOf("</product-card>"),i=t.data[0].content.slice(e,n+15);const r=i.match(/cardids="([^"]+)"/);if(r&&r[1]){const e=r[1];this.addProductCard(e.split(","))}}this.getMailBlogger()}else this.$message.error(t.message)}catch(ul){console.log(ul)}},async getSendNum(e,t){await Fd({sendNum:e.length,timing:t}).then((e=>{if("0"===e.code){if(this.isLimit=0!=e.data.isExcess,this.restSendNum=e.data.surplusNum,this.totalSendNum=e.data.dayNum,this.isLimit)return this.isShowLimit=!0,!1;this.getReachNum(Ns(this.addresseeArr,"bloggerId"))}else this.$message.error(e.message)}))},async getReachNum(e=[]){try{if(!e||!Array.isArray(e))return!1;this.checkLoading=!0;const t=await $d({bloggerIds:e});if("0"===t.code){this.totalNum=this.addresseeArr.length||0,this.reContactList=t.data;const n=await Yd({bloggerIds:e});if("0"===n.code){this.riskList=n.data;const t=await Gd({bloggerIds:e});"0"===t.code&&(this.cooperatedList=t.data,this.updateFilterBloggerArr(!0,!0,!0),this.checkLoading=!1)}const i=await Hd();"0"===i.code&&i.data?(this.isCheckType=!0,this.showChooseMail=!0):(this.isCheckType=!1,this.isShowCheck=!0)}else this.checkLoading=!1,this.$message.error(t.message)}catch(ul){console.log(ul),this.checkLoading=!1}finally{this.checkLoading=!1}},updateFilterBloggerArr(e,t,n){this.filterBloggerArr=this.addresseeArr,e&&(this.filterBloggerArr=this.filterBloggerArr.filter((e=>!this.reContactList.some((t=>t===e.bloggerId))))),t&&(this.filterBloggerArr=this.filterBloggerArr.filter((e=>!this.riskList.some((t=>t===e.bloggerId))))),n&&(this.filterBloggerArr=this.filterBloggerArr.filter((e=>!this.cooperatedList.some((t=>t===e.bloggerId)))))},openCheckNext(){this.isShowCheck=!0,this.showChooseMail=!1,this.isCheckType=!1},finallyCardHtml(e){const t=e.typeEnName.splice(0,2).map((e=>`<span style="margin-top:0;margin-bottom:4px;white-space:nowrap;padding:0 6px;background: rgba(0, 0, 0, 0.3);border-radius: 12px;font-weight: 500;font-size: 12px;color: #ffffff;margin-right: 6px;height:24px;line-height:24px">${e}</span>`)).join("");let n=[];e.promotePlatformType.map((e=>{0==e&&n.push("https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png"),1==e&&n.push("https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png"),2==e&&n.push("https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png")}));const i=n.map((e=>`<div style="flex-shrink: 0;width: 24px;height: 24px;background: rgba(0, 0, 0, 0.3);border-radius: 12px;margin-right: 6px;"><img style="object-fit: contain; padding: 4px" src="${e}"/></div>`)).join("");let r="https://api-prd.wotohub.com",o=e.nameEn?e.nameEn.slice(0,25)+"···":"—",a=Gs(e.currency);return`<div style="display: flex"><div style="box-sizing:border-box;width: 280px; min-height: 310px; border-radius: 14px; border: 1px solid #e8e8e8; padding: 12px;margin-right:8px"><div style="position: relative; margin-bottom: 10px;"><img style="object-fit:cover;border: 1px solid #333;width: 256px;height: 150px;border-radius: 14px;" src="${e.imageUrls[0]}"/><div style="position: absolute;top: 12px;left: 12px;display: flex;align-items: center;flex-wrap:wrap">${i}${t}</div></div><div style="margin-bottom: 16px"><div style="font-weight: 600;font-size: 16px;color: #333333;line-height: 22px;margin-bottom: 4px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">${o}</div><div style="font-weight: 400;font-size: 14px;color: #666666;line-height: 20px;margin-bottom: 4px;">Price:${a}${e.priceDollar||"—"}</div><div style="font-weight: 400;font-size: 14px;color: #666666;line-height: 20px;margin-bottom: 0;">Commission rate:${e.commissionPercent||"—"}%</div></div><div style="display: flex; align-items: center"><div style="font-weight: 400;font-size: 12px;color: #999999;line-height: 17px;margin-right: 20px;"><span style="font-family: MiSans, MiSans;font-weight: 800;font-size: 18px;color: #f85277;line-height: 24px;padding-right: 6px;">${a}${(e.priceDollar*(e.commissionPercent/100)).toFixed(2)}</span> /per ordered item</div><div style="width: 75px;height: 36px;border-radius: 10px;background: #f85277;font-weight: 600;font-size: 16px;color: #ffffff;line-height: 34px;text-align: center;"><a style="color:#fff;text-decoration:none" href='${r}/user/productCard/noAuth/email/apply?productId=${e.id}' target='_blank'>Apply</a></div></div></div></div>`},async selfSend(e){let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Ns(this.cardsArr,"id"),i=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`;const r=this.mailList.map((e=>{let t="";return t=e.getReplyHtml()?e.getContent()+" "+e.getReplyHtml()+i:e.getContent()+e.getReplyHtml()+i,{id:e.id,subject:e.subject,content:t,attachments:e.fileList,templateId:e.templateId}}));e&&"replaySend"===e&&(this.filterBloggerArr=this.addresseeArr);const o=this.filterBloggerArr.map((e=>({bloggerId:e.bloggerId,chooseSource:e.chooseSource||void 0,popularizePlanId:e.popularizePlanId&&-1!=e.popularizePlanId?e.popularizePlanId:void 0,popularizePlanName:e.popularizePlanName&&"null"!=e.popularizePlanName?e.popularizePlanName:void 0}))),a={emails:this.filterEmailId(r),bloggerInfos:o,type:this.isScheduledMail?2:1,timing:this.isScheduledTime||void 0,replyId:this.isReply?this.replyInfo.id:void 0,sendEntryKey:this.sendEntryKey||void 0,writeIds:this.deleteIdList.length>0?this.deleteIdList:void 0,sendType:["WOTOMAIL","GMAIL"].includes(this.currentSetEmail)?this.currentSetEmail:"QIYE",qiyeId:this.qiyeId||void 0};(this.draftId||this.timerId)&&(a.id=this.draftId||this.timerId),console.log("hubDataParams------"),console.log(a);try{this.timer&&clearInterval(this.timer),this.loading=!0;const e=await Pd(a);0==e.code?(this.mailIdMap=e.data.emails||[],this.deleteIdList=[],this.handleAiReply(e.data.groupId),this.isSendSuccess=!0,this.isShowSave=!1,this.isScheduledMail?this.isShowDelayed?this.isReply?this.$emit("skipToDraft"):setTimeout((()=>{this.isSelfClick||(this.isShowCheck=!1,this.$emit("skipToDraft"))}),3e3):this.$confirm(`${this.$i18n.t("writeMail.mail_will")}${this.rowTime}${this.$i18n.t("writeMail.save_tip")}`,`${this.$i18n.t("writeMail.set_delay_success")}`,{confirmButtonText:`${this.$i18n.t("writeMail.i_know")}`,type:"success",confirmButtonClass:"reback-btn-face",showCancelButton:!1}).then((()=>{setTimeout((()=>{this.isSelfClick||(this.isShowCheck=!1,this.$emit("skipToDraft"))}),3e3)})):(this.$message({type:"success",message:"发送成功"}),this.isReply?this.$emit("skipToOutbox"):setTimeout((()=>{this.isSelfClick||(this.isShowCheck=!1,this.$emit("skipToOutbox"))}),3e3))):(this.isSendSuccess=!1,this.$message.error(e.message))}catch(ul){console.log(ul)}finally{this.loading=!1}},skipToOut(){this.isSelfClick=!0,this.isShowCheck=!1,this.isShowSave=!1,this.isScheduledMail?this.$emit("skipToDraft"):this.$emit("skipToOutbox")},closeCheckEvt(){this.isShowCheck=!1,this.isShowDelayed=!1},send(){const e=this.checkForm();e&&(this.isScheduledMail=!1,this.isScheduledTime=null,this.checkEmails=this.mailList.map((e=>({subject:e.subject,content:e.getContent()}))),this.isReply?this.selfSend("replaySend"):this.getSendNum(Ns(this.addresseeArr,"bloggerId"),null))},showDelayedTx(){const e=this.checkForm();e&&(this.isShowDelayed=!0)},sendTime(e){if(this.compareTime(new Date(e).valueOf()))return this.$message({message:`${this.$i18n.t("writeMail.time_limit")}`,type:"warning"}),!1;this.isScheduledMail=!0,this.isScheduledTime=e,this.checkEmails=this.mailList.map((e=>({subject:e.subject,content:e.getContent()}))),this.isReply?this.selfSend("replaySend"):this.getSendNum(Ns(this.addresseeArr,"bloggerId"),e)},async saveDraft(e){let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Ns(this.cardsArr,"id"),i=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`;const r=this.mailList.map((e=>({id:e.id,subject:e.subject,content:e.getContent()+" "+e.getReplyHtml()+i,attachments:e.fileList,templateId:e.templateId}))),o=this.addresseeArr.map((e=>({bloggerId:e.bloggerId,chooseSource:e.chooseSource||void 0,popularizePlanId:e.popularizePlanId&&-1!=e.popularizePlanId?e.popularizePlanId:void 0,popularizePlanName:e.popularizePlanName&&"null"!=e.popularizePlanName?e.popularizePlanName:void 0}))),a={id:"",emails:this.filterEmailId(r),bloggerInfos:o,type:1!=this.isTiming||this.cancleTimer?99:2,timing:1!=this.isTiming||this.cancleTimer?void 0:this.rowTime,replyId:this.isReply?this.replyInfo.id:void 0,sendEntryKey:this.sendEntryKey,writeIds:this.deleteIdList.length>0?this.deleteIdList:void 0,sendType:["WOTOMAIL","GMAIL"].includes(this.currentSetEmail)?this.currentSetEmail:"QIYE",qiyeId:this.qiyeId||void 0};this.isAutoSave=!e,this.isAutoSaving=this.isAutoSave,(this.draftId||this.timerId)&&(a.id=this.draftId||this.timerId);const s=this.mailList.every((e=>!e.subject)),l=this.mailList.every((e=>e.isEmpty())),c=this.mailList.every((e=>0===e.fileList.length));if(0===o.length&&s&&l&&c)return!!e&&this.$message.error(this.$t("edm5.v77"));try{this.loading=!0;const t=await Pd(a);return 0==t.code?(this.mailIdMap=t.data.emails||[],this.deleteIdList=[],this.draftId||this.timerId||(this.timerId=t.data.groupId,this.handleAiReply(t.data.groupId)),e?this.isBack?this.$router.go(-1):this.$emit("skipToDraft"):(setTimeout((()=>{this.isAutoSaving=!1}),1500),setTimeout((()=>{this.isAutoSaved=!0}),1501),setTimeout((()=>{this.isAutoSaved=!1,this.isAutoSave=!1}),3e3)),!0):(this.isAutoSave=!1,this.$message.error(t.message),!1)}catch(ul){return console.log(ul),!1}finally{this.loading=!1}},remindSave(){if(this.isShowSave){const e=confirm(`${this.$i18n.t("writeMail.save_draft_tip")}`);e&&this.saveDraft(!0)}},checkForm(){if(!this.addresseeArr.length)return this.$message({type:"warning",message:`${this.$i18n.t("writeMail.no_receiver")}`}),!1;let e=!1,t=!1,n=!1,i=!1;return this.mailList.forEach((r=>{r.subject||(e=!0),r.length>100&&(t=!0),r.isEmpty()&&(n=!0),r.getTextContent().length>5e3&&(i=!0)})),e?(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.no_subject")}`}),!1):t?(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.subject_limit")}`}),!1):n?(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.no_content")}`}),!1):!i||(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.content_limit")}`}),!1)},setMailTemplate(e){this.mailTemplateDrawerVisible=!1,Kd(e.id).then((e=>{if("0"==e.code){const t=e.data;if(t&&(t.attachmentRes&&t.attachmentRes.length&&t.attachmentRes.forEach((e=>{delete e.id})),t.content)){let e=t.content.indexOf("<product-card"),n=t.content.indexOf("</product-card>"),i=t.content.slice(e,n+15),r="";r=e>-1&&n>-1?t.content.slice(0,e)+t.content.slice(n+15):t.content,this.mailList.forEach((e=>{e.active&&(e.subject=t.mailSubject,e.templateId=t.id,e.fileList=t.attachmentRes,e.setContent&&e.setContent(r))}));const o=i.match(/cardids="([^"]+)"/);if(o&&o[1]){const e=o[1];this.addProductCard(e.split(","))}}}else this.$message.error(e.message)})).catch((()=>{}))},setMailSign(e){this.singleSetEmail("addEditContent",e)},compareTime(e){return new Date(e).getTime()-(new Date).getTime()<0},handleAiReply(e){this.$route.query.aiId&&ds({aiEmailId:Number(this.$route.query.aiId),writeId:e})},toAddEmail(e="",t="",n=!1){this.mailList=this.mailList.map((e=>({...e,active:!1}))),this.mailList.push({id:"mockId-"+Date.now(),subject:e,fileList:[],content:t,active:!0,isAiContent:n,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}})},toggleEmailTag(e){this.mailList=this.mailList.map((t=>({...t,active:e===t.id})))},deleteEmail(e){if(this.mailList.length<=1)return!1;this.$confirm(this.$t("edm5.v78"),this.$t("edm5.v79"),{confirmButtonText:this.$t("edm5.v45"),cancelButtonText:"取消",type:"warning"}).then((()=>{const t=this.mailIdMap.find((t=>t.frontId===e));t&&this.deleteIdList.push(t.writeId),e&&!(e+"").includes("mockId-")&&this.deleteIdList.push(e),this.deleteEmailFn(e)})).catch((()=>{}))},deleteEmailFn(e){this.mailList=this.mailList.filter((t=>t.id!==e)),this.mailList.every((e=>!e.active))&&this.$set(this.mailList,0,{...this.mailList[0],active:!0})},singleSetEmail(e,t){if(!e)return!1;this.mailList.forEach((n=>{n.active&&n[e]&&n[e](t)}))},batchSetEmail(e,t){if(!e)return!1;this.mailList.forEach((n=>{n[e]&&n[e](t)}))},applyEmails(e){const t=e.map(((e,t)=>{const{subject:n,content:i}=e;return{id:"mockId-"+Date.now()+t,subject:n,content:i,fileList:[],active:!1,isAiContent:!0,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}}));let n=this.mailList;n.forEach((e=>{if(""===e.subject&&e.isEmpty()&&0===e.fileList.length){const n=t.shift();e.isAiContent=!0,e.subject=n?n.subject:e.subject,e.content="",this.$nextTick((()=>{e.content=n?n.content:e.content}))}}));const i=n.length,r=t.length,o=i+r-5;if(o>0){const e=i-o;n.forEach(((n,i)=>{if(i>=e){const e=t.shift();n.isAiContent=!0,n.subject=e?e.subject:n.subject,n.content="",this.$nextTick((()=>{n.content=e?e.content:n.content}))}})),n=n.concat(t)}else n=n.concat(t);this.mailList=n,this.mailList.every((e=>!e.active))&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),active:!0}),this.aiMailVisible=!1},handleOptimize(e){this.aiOptimizeOriginSubject="",this.aiOptimizeOriginContent="";const t=this.mailList.find((e=>e.active));if(!(t&&t.getTextContent&&t.isEmpty)||t.isEmpty())return this.$message.error(this.$t("edm5.v80"));"6"===e&&(this.aiOptimizeOriginSubject=t.subject),this.aiOptimizeOriginContent=t.getContent(),this.aiOptimizeType=e,this.mailOptimizeDrawerVisible=!0},applyEmail(e,t,n,i){if("6"===i){const e=this.mailList.findIndex((e=>""===e.subject&&e.isEmpty()&&0===e.fileList.length));e>-1?this.$set(this.mailList,e,{...this.mailList[e],subject:t,content:n,active:!0,isAiContent:!0}):-1===e&&this.mailList.length<5?this.toAddEmail(t,n,!0):-1===e&&5===this.mailList.length&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),subject:t,content:n,active:!0,isAiContent:!0})}else this.singleSetEmail(e,n)},async getAiPoint(){this.aiPoint=await Ys()},filterEmailId(e=[]){return e&&Array.isArray(e)&&e.length>0?e.map((e=>{const t=this.mailIdMap.find((t=>t.frontId===e.id));let n,i;return e.id&&(e.id+"").includes("mockId-")&&!t&&(n=e.id),e.id&&t&&t.frontId&&(n=t.frontId),e.id&&(e.id+"").includes("mockId-")&&t&&t.writeId&&(i=t.writeId),e.id&&!(e.id+"").includes("mockId-")&&(i=e.id),{...e,frontId:n,id:i}})):[]},async toEditBlogger(){this.editBloggerLoading=!0,this.isShowSave=!1,await this.saveDraft(!1);const e=this.draftId||this.timerId;e?(this.editBloggerLoading=!1,this.$router.push({path:"/recipientList",query:{draftId:e,isTiming:this.isTiming,rowTime:this.rowTime}})):(this.$message.error(this.$t("edm5.v81")),this.editBloggerLoading=!1)},test(){console.log(this.mailList)},filterEmptyEmail(){const e=this.mailList||[];if(!e||!Array.isArray(e))return[];{let t=0;e.some((e=>{const{subject:n,isEmpty:i,fileList:r}=e;if(""!==n||!i()||0!==r.length)return!0;t+=1})),t>0&&this.mailList.splice(0,t)}},async getNickname(){try{const e=await PFe();"0"===e.code?this.nickName=e.data||"":this.$message.error(e.message)}catch(ul){console.log(ul)}}}},i$e=n$e,r$e=Ba(i$e,Sd,kd,!1,null,"34554d7a",null),o$e=r$e.exports,a$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"outbox-container"},[t("div",{staticClass:"outbox-tab"},[t("el-tabs",{staticClass:"tab-wrap",class:{"tab-wrap-en":"en"===e.language},attrs:{type:"card",stretch:""},on:{"tab-click":e.handleTabClick},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn1"),name:"first"}},["first"===e.activeName?t("single-send-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1),t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn3"),name:"third"}},["third"===e.activeName?t("reply-send-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1)],1),"first"===e.activeName?t("div",{staticClass:"write-btn",class:{"write-btn-en":"en"===e.language},on:{click:e.writeEmail}},[t("i",{staticClass:"dss-iconfont icon-pen1"}),t("span",[e._v(e._s(e.$t("edm2.mailEn5")))])]):e._e()],1)])},s$e=[],l$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"single-send-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_type")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.normal")}}),t("el-option",{attrs:{value:2,label:e.$i18n.t("outboxMail.delay")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.sysEmail")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.businessEmail")}})],1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:null,"max-height":null,"min-height":e.tableHeight,isNeedScroll:!0,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow,"row-contextmenu":e.rightClick},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"readStatus",fn:function({data:n}){return[t("div",{staticClass:"flex items-center"},[t("i",{staticClass:"dss-iconfont relative mr8",class:n.scope.readNum?"icon-read-2 mail-read":"icon-contact2 mail-status-hub"}),t("p",{class:n.scope.readNum?"":"mail-bold-name",staticStyle:{"white-space":"nowrap"}},[e._v(" "+e._s(n.scope.readNum===n.scope.number?`${e.$i18n.t("outboxMail.all_read")}`:n.scope.readNum?n.scope.readNum+`${e.$i18n.t("outboxMail.read")}`:`${e.$i18n.t("outboxMail.all_unread")}`)+" ")])])]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticClass:"mail-name flex items-center"},[t("p",{staticClass:"beyond_eip mr8",class:n.scope.readNum?"":"mail-bold-name"},[e._v(" "+e._s(n.scope.showNames)+" ")]),n.scope.number?t("span",{staticClass:"span-hub"},[e._v(" "+e._s(n.scope.number>999?"999+":n.scope.number)+" ")]):e._e()])]}},{key:"deliveryRate",fn:function({data:n}){return[t("div",{staticClass:"mail-rate"},[e._v(" "+e._s((100*n.scope.deliveryRate).toFixed(2))+"% ")]),t("el-progress",{staticClass:"list-progress",attrs:{percentage:Number((100*n.scope.deliveryRate).toFixed(2)),color:"#555CFD","show-text":!1}})]}},{key:"openRate",fn:function({data:n}){return[t("div",{staticClass:"mail-rate"},[e._v(" "+e._s((100*n.scope.openRate).toFixed(2))+"% ")]),t("el-progress",{staticClass:"list-progress",attrs:{percentage:Number((100*n.scope.openRate).toFixed(2)),color:"#FFAC04","show-text":!1}})]}},{key:"replyRate",fn:function({data:n}){return[t("div",{staticClass:"mail-rate"},[e._v(" "+e._s((100*n.scope.replyRate).toFixed(2))+"% ")]),t("el-progress",{staticClass:"list-progress",attrs:{percentage:Number((100*n.scope.replyRate).toFixed(2)),color:"#73DEB3","show-text":!1}})]}},{key:"operation",fn:function({data:n}){return[t("el-link",{attrs:{type:"primary",size:"small",underline:!1},on:{click:function(t){return t.stopPropagation(),e.recallMail(n.scope)}}},[e._v("撤回")])]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})]),t("div",{staticClass:"tool-item",on:{click:e.hiddenAiMail}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.searchForm.isHide?"显示AI自动邀约邮件":e.$i18n.t("edm2.mailEn20"),placement:"top"}},[e.searchForm.isHide?t("i",{staticClass:"dss-iconfont"},[e._v("")]):e._e(),e.searchForm.isHide?e._e():t("i",{staticClass:"dss-iconfont"},[e._v("")])])],1)])])],1)])},c$e=[],u$e=i(4353),d$e=i.n(u$e),h$e={components:{WTable:JIe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",sentMail:"",isHide:"true"==localStorage.getItem("aiEmailIsHidden"),currentPage:1,pageSize:20},contentInput:"",contentSelect:"1",timeRange:[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"readStatus",width:"110"},{label:Vc.t("writeMail.receiver"),scope:"bloggers"},{label:Vc.t("edm2.mailEn6"),prop:"subject",showOverflowTooltip:!0,minWidth:"200"},{label:Vc.t("edm2.mailEn9"),scope:"deliveryRate",width:"120",tips:Vc.t("edm5.v40")},{label:Vc.t("edm2.mailEn10"),scope:"openRate",width:"120",tips:Vc.t("edm5.v40")},{label:Vc.t("edm2.mailEn11"),scope:"replyRate",width:"120",tips:Vc.t("edm5.v40")},{label:Vc.t("edm2.mailEn12"),prop:"sendTime",width:"200"},{label:"操作",scope:"operation",width:"100"}],tableData:[],loading:!1,total:0,tableHeight:Ws(332),selectData:[],pickerOptions:{shortcuts:[{text:Vc.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[d$e()().subtract(6,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[d$e()().subtract(120,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}}]}}},created(){localStorage.getItem("searchFlag")?localStorage.getItem("searchForm")?this.searchForm=JSON.parse(localStorage.getItem("searchForm")):this.searchForm=this.$options.data().searchForm:localStorage.removeItem("searchForm"),this.init()},destroyed(){localStorage.removeItem("searchFlag")},methods:{recallMail(e){console.log(e,"row"),this.$confirm("请确认是否撤回该邮件?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((()=>{Iu(e.id).then((e=>{"0"==e.code?(this.$message({type:"success",showClose:!0,duration:7e3,message:"撤回成功,该邮件现已被存放至草稿箱中,本次发件消耗的权益数已自动为您回退至账户中。"}),this.init()):this.$message({type:"error",showClose:!0,duration:7e3,message:e.message})}))})).catch((()=>{}))},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){console.log("初始化",e,this.searchForm),e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]),xu(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows.map((e=>({...e,showNames:Ns(e.bloggers,"bloggerName").join(",")}))),this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Su(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("searchForm",JSON.stringify(this.searchForm)),localStorage.setItem("outboxActiveName","first"),this.$router.push({path:"/outboxDetail",query:{id:e.id,enterType:1}})},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Eu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},hiddenAiMail(){this.searchForm.isHide=!this.searchForm.isHide,localStorage.setItem("aiEmailIsHidden",this.searchForm.isHide),this.searchForm.currentPage=1,this.init()},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){localStorage.removeItem("searchForm"),localStorage.removeItem("searchFlag"),this.searchForm=this.$options.data().searchForm,this.timeRange=[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Ns(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},rightClick(e,t,n){return n.preventDefault(),this.$contextmenu({items:[{label:"在新标签页中打开邮件",icon:"el-icon-plus",onClick:()=>{const t=this.$router.resolve({path:"/outboxDetail",query:{id:e.id,enterType:1}});window.open(t.href,"_blank")}},{label:"刷新列表数据",icon:"el-icon-refresh",onClick:()=>{this.init()}},{label:"复制邮件主题",icon:"el-icon-document-copy",disabled:!e.subject,onClick:()=>{this.copyText(e.subject)}}],event:n,customClass:"contextmenu-container",zIndex:3,minWidth:230}),!1},copyText(e){const t=document.createElement("input");t.value=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),this.$message({type:"success",message:"已复制到剪贴板"})}}},p$e=h$e,f$e=Ba(p$e,l$e,c$e,!1,null,"b6955ade",null),m$e=f$e.exports,g$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"reply-send-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_type")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.normal")}}),t("el-option",{attrs:{value:2,label:e.$i18n.t("outboxMail.delay")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.sysEmail")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.businessEmail")}})],1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,isNeedScroll:!0,height:null,"max-height":null,"min-height":e.tableHeight,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow,"row-contextmenu":e.rightClick},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"readStatus",fn:function({data:n}){return[t("div",{staticClass:"flex items-center"},[t("i",{staticClass:"dss-iconfont relative mr8",class:2==n.scope.isRead?"icon-read-2 mail-read":"icon-contact2 mail-status-hub"}),t("p",{class:2==n.scope.isRead?"":"mail-bold-name"},[e._v(" "+e._s(2==n.scope.isRead?`${e.$i18n.t("inboxMail.search.read")}`:`${e.$i18n.t("inboxMail.search.unRead")}`)+" ")])])]}},{key:"popularizePlanName",fn:function({data:n}){return[t("div",{staticClass:"plan-cell",on:{click:function(t){return t.stopPropagation(),e.goPlanDetail(n.scope.popularizePlanId,n.scope)}}},[n.scope.popularizePlanName?t("i",{staticClass:"dss-iconfont icon-task plan-i"}):e._e(),t("span",{class:{"overflow-text":!0,"bold-name":1==n.scope.isRead&&null!==n.scope.popularizePlanName&&""!==n.scope.popularizePlanName}},[e._v(" "+e._s(n.scope.popularizePlanName?n.scope.popularizePlanName:e.$t("deliveryTime.no_promotion_plan"))+" ")])])]}},{key:"content",fn:function({data:n}){return[t("span",{staticClass:"beyond_eip",domProps:{innerHTML:e._s(e.filterHtmlTag(n.scope.content))}})]}},{key:"operation",fn:function({data:n}){return[t("el-link",{attrs:{type:"primary",size:"small",underline:!1},on:{click:function(t){return t.stopPropagation(),e.recallMail(n.scope)}}},[e._v("撤回")])]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])])],1)])},v$e=[],y$e={components:{WTable:JIe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",sentMail:"",isHidden:0,currentPage:1,pageSize:20},tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"readStatus",width:"110"},{label:Vc.t("writeMail.receiver"),prop:"bloggerName",showOverflowTooltip:!0},{label:Vc.t("inboxDetail.planVal"),scope:"popularizePlanName"},{label:Vc.t("edm2.mailEn6"),prop:"subject",showOverflowTooltip:!0},{label:Vc.t("edm2.mailEn7"),scope:"content"},{label:Vc.t("edm2.mailEn12"),prop:"sendTime",width:"200"},{label:"操作",scope:"operation",width:"100"}],contentInput:"",contentSelect:"1",timeRange:[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],tableData:[],loading:!1,total:0,tableHeight:Ws(332),selectData:[],pickerOptions:{shortcuts:[{text:Vc.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[d$e()().subtract(6,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[d$e()().subtract(120,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}}]}}},created(){localStorage.getItem("searchFlag")?localStorage.getItem("searchForm")?this.searchForm=JSON.parse(localStorage.getItem("searchForm")):this.searchForm=this.$options.data().searchForm:localStorage.removeItem("searchForm"),this.init()},destroyed(){localStorage.removeItem("searchFlag")},methods:{recallMail(e){console.log(e,"row"),this.$confirm("请确认是否撤回该邮件?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((()=>{Iu(e.id).then((e=>{"0"==e.code?(this.$message({type:"success",showClose:!0,duration:7e3,message:"撤回成功,该邮件现已被存放至草稿箱中,本次发件消耗的权益数已自动为您回退至账户中。"}),this.init()):this.$message({type:"error",showClose:!0,duration:7e3,message:e.message})}))})).catch((()=>{}))},filterHtmlTag(e){return e&&(e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<pre>[\s\S]*?<\/pre>/i,""),e=e.replace(/<[^>]+>|&[^>]+;/g,""),e=e.replace(new RegExp(" ","g")," ")),e},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]),ku(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Su(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("searchForm",JSON.stringify(this.searchForm)),localStorage.setItem("outboxActiveName","third"),this.$router.push({path:"/outboxDetail",query:{id:e.id,enterType:2}})},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Eu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){localStorage.removeItem("searchForm"),localStorage.removeItem("searchFlag"),this.searchForm=this.$options.data().searchForm,this.timeRange=[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Ns(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},goPlanDetail(e,t){"-1"!==e&&void 0!==e&&null!==e&&this.$router.push({path:"/planDetail",query:{planId:e}})},rightClick(e,t,n){return n.preventDefault(),this.$contextmenu({items:[{label:"在新标签页中打开邮件",icon:"el-icon-plus",onClick:()=>{const t=this.$router.resolve({path:"/outboxDetail",query:{id:e.id,enterType:2}});window.open(t.href,"_blank")}},{label:"刷新列表数据",icon:"el-icon-refresh",onClick:()=>{this.init()}},{label:"复制邮件主题",icon:"el-icon-document-copy",disabled:!e.subject,onClick:()=>{this.copyText(e.subject)}},{label:"复制推广计划名",icon:"el-icon-document-copy",disabled:!e.popularizePlanName,onClick:()=>{this.copyText(e.popularizePlanName)}}],event:n,customClass:"contextmenu-container",zIndex:3,minWidth:230}),!1},copyText(e){const t=document.createElement("input");t.value=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),this.$message({type:"success",message:"已复制到剪贴板"})}}},b$e=y$e,w$e=Ba(b$e,g$e,v$e,!1,null,"4f1b9e16",null),_$e=w$e.exports,C$e={name:"outBox",components:{singleSendMail:m$e,replySendMail:_$e},props:{scrollTop:{type:Number,default:0}},data(){return{activeName:"first",isShowSearch:!0,language:qi.get("language")}},created(){localStorage.getItem("searchFlag")?localStorage.getItem("outboxActiveName")?this.activeName=localStorage.getItem("outboxActiveName"):this.activeName="first":(localStorage.removeItem("searchForm"),localStorage.removeItem("outboxActiveName"))},destroyed(){localStorage.removeItem("searchFlag")},methods:{handleTabClick(e){localStorage.setItem("outboxActiveName",e.name),localStorage.removeItem("searchForm"),localStorage.removeItem("searchFlag")},writeEmail(){localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData");const e=this.$router.resolve({path:"/recipientList"});window.open(e.href,"_blank")}}},x$e=C$e,S$e=Ba(x$e,a$e,s$e,!1,null,"1d113158",null),k$e=S$e.exports,E$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"drafts-container"},[t("div",{staticClass:"drafts-tab"},[t("el-tabs",{staticClass:"tab-wrap",class:{"tab-wrap-en":"en"===e.language},attrs:{type:"card",stretch:""},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn1"),name:"first"}},["first"===e.activeName?t("single-drafts-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1),t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn3"),name:"third"}},["third"===e.activeName?t("reply-drafts-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1)],1)],1)])},D$e=[],A$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"single-drafts-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_status")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$t("edm5.v52")}}),t("el-option",{attrs:{value:2,label:e.$t("edm5.v53")}}),t("el-option",{attrs:{value:88,label:e.$t("edm5.v54")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.sysEmail")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.businessEmail")}})],1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:null,"max-height":null,"min-height":e.tableHeight,isNeedScroll:!0,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"writeType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("draftMail.draft"))+" ")]):e._e(),2===n.scope.writeType?t("span",[t("el-popover",{attrs:{trigger:"hover",content:e.parseTime(n.scope.timing,"{y}-{m}-{d} {h}:{i}")+`${e.$i18n.t("draftMail.send")}`,placement:"top-start","popper-class":"time-email"}},[t("i",{staticClass:"dss-iconfont icon-clock",attrs:{slot:"reference"},slot:"reference"})])],1):e._e()]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticClass:"mail-name flex items-center"},[t("p",{staticClass:"beyond_eip mr8"},[e._v(" "+e._s(n.scope.bloggerName)+" ")]),n.scope.bloggerName?t("span",{staticClass:"span-hub"},[e._v(" "+e._s(n.scope.number>99?"99+":n.scope.number)+" ")]):e._e()])]}},{key:"time",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(n.scope.gmtCreate)+" ")]):e._e(),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.formatDraftTime(n.scope.timing))+" ")]):e._e()]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])])],1)])},O$e=[];function T$e(e){return wa("/edm/draftsV2/pageDraftSingle",e)}function I$e(e){return wa("/edm/draftsV2/pageDraftReply",e)}function P$e(e){return wa("/edm/draftsV2/validReceiver",e)}var F$e={components:{WTable:JIe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",sentMail:"",isHidden:0,currentPage:1,pageSize:20},contentInput:"",contentSelect:"1",timeRange:[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"writeType",width:"110"},{label:Vc.t("writeMail.receiver"),scope:"bloggers"},{label:Vc.t("edm2.mailEn6"),prop:"subject",showOverflowTooltip:!0,minWidth:"200"},{label:Vc.t("edm5.v50"),prop:"writeType",minWidth:"80",format:"common",dict:[{name:Vc.t("edm5.v52"),code:99},{name:Vc.t("edm5.v53"),code:2},{name:Vc.t("edm5.v54"),code:88}]},{label:Vc.t("edm5.v51"),scope:"time",minWidth:"100"}],tableData:[],loading:!1,total:0,tableHeight:Ws(332),selectData:[],pickerOptions:{shortcuts:[{text:Vc.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[d$e()().subtract(6,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[d$e()().subtract(120,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}}]}}},created(){this.init()},methods:{changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]),T$e(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Su(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("sendEntryKey","draftNew_sendMail");const t=this.$router.resolve({path:"/write",query:{draftId:e.id,isTiming:2===e.writeType?1:0,rowTime:e.timing?e.timing:""}});window.open(t.href,"_blank")},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Eu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){this.searchForm=this.$options.data().searchForm,this.timeRange=[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Ns(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},parseTime(e,t){return Ms(e,t)},formatDraftTime(e,t){return zs(e,t)}}},$$e=F$e,B$e=Ba($$e,A$e,O$e,!1,null,"7c3d798a",null),M$e=B$e.exports,N$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"reply-drafts-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_status")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$t("edm5.v52")}}),t("el-option",{attrs:{value:2,label:e.$t("edm5.v53")}}),t("el-option",{attrs:{value:88,label:e.$t("edm5.v54")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.sysEmail")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.businessEmail")}})],1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:null,"max-height":null,"min-height":e.tableHeight,isNeedScroll:!0,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"writeType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("draftMail.draft"))+" ")]):e._e(),2===n.scope.writeType?t("span",[t("el-popover",{attrs:{trigger:"hover",content:e.parseTime(n.scope.timing,"{y}-{m}-{d} {h}:{i}")+`${e.$i18n.t("draftMail.send")}`,placement:"top-start","popper-class":"time-email"}},[t("i",{staticClass:"dss-iconfont icon-clock",attrs:{slot:"reference"},slot:"reference"})])],1):e._e()]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticClass:"mail-name flex items-center"},[t("p",{staticClass:"beyond_eip mr8"},[e._v(" "+e._s(n.scope.showNames)+" ")]),n.scope.showNames?t("span",{staticClass:"span-hub"},[e._v(" "+e._s(n.scope.emailNum>99?"99+":n.scope.emailNum)+" ")]):e._e()])]}},{key:"popularizePlanName",fn:function({data:n}){return[t("div",{staticClass:"plan-cell"},[n.scope.popularizePlanName?t("i",{staticClass:"dss-iconfont icon-task plan-i"}):e._e(),t("span",{class:{"overflow-text":!0,"bold-name":null!==n.scope.popularizePlanName&&""!==n.scope.popularizePlanName}},[e._v(" "+e._s(n.scope.popularizePlanName?n.scope.popularizePlanName:e.$t("deliveryTime.no_promotion_plan"))+" ")])])]}},{key:"content",fn:function({data:n}){return[t("span",{staticClass:"beyond_eip",domProps:{innerHTML:e._s(e.filterHtmlTag(n.scope.content))}})]}},{key:"time",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(n.scope.gmtCreate)+" ")]):e._e(),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.formatDraftTime(n.scope.timing))+" ")]):e._e()]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])])],1)])},R$e=[],j$e={components:{WTable:JIe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",isHidden:0,sentMail:"",currentPage:1,pageSize:20},contentInput:"",contentSelect:"1",timeRange:[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"writeType",width:"110"},{label:Vc.t("writeMail.receiver"),prop:"bloggerName",showOverflowTooltip:!0},{label:Vc.t("inboxDetail.planVal"),scope:"popularizePlanName"},{label:Vc.t("edm2.mailEn6"),prop:"subject",width:"200",showOverflowTooltip:!0},{label:Vc.t("edm2.mailEn7"),scope:"content",minWidth:"250",showOverflowTooltip:!0},{label:Vc.t("edm5.v50"),prop:"writeType",minWidth:"80",format:"common",dict:[{name:Vc.t("edm5.v52"),code:99},{name:Vc.t("edm5.v53"),code:2},{name:Vc.t("edm5.v54"),code:88}]},{label:Vc.t("edm5.v51"),scope:"time",minWidth:"100"}],tableData:[],loading:!1,total:0,tableHeight:Ws(332),selectData:[],pickerOptions:{shortcuts:[{text:Vc.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[d$e()().subtract(6,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[d$e()().subtract(120,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}}]}}},created(){this.init()},methods:{filterHtmlTag(e){return e&&(e=e.replace(/<\/?.+?\/?>/g,""),e=e.replace(new RegExp(" ","g")," ")),e},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]),I$e(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Su(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("sendEntryKey","draftNew_sendMail");const t=this.$router.resolve({path:"/write",query:{draftId:e.id,isTiming:2===e.writeType?1:0,rowTime:e.timing?e.timing:""}});window.open(t.href,"_blank")},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Eu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){this.searchForm=this.$options.data().searchForm,this.timeRange=[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Ns(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},parseTime(e,t){return Ms(e,t)},formatDraftTime(e,t){return zs(e,t)}}},L$e=j$e,z$e=Ba(L$e,N$e,R$e,!1,null,"88be6978",null),V$e=z$e.exports,H$e={name:"draftEmail",components:{singleDraftsMail:M$e,replyDraftsMail:V$e},props:{scrollTop:{type:Number,default:0}},data(){return{activeName:"first",isShowSearch:!0,language:qi.get("language")}},methods:{}},U$e=H$e,W$e=Ba(U$e,E$e,D$e,!1,null,"403ba0a3",null),q$e=W$e.exports,Y$e=function(){var e=this,t=e._self._c;return 0!==e.emailArr.length?t("div",{staticClass:"outbox-detail-container"},[t("div",{staticClass:"back",on:{click:e.backToOutbox}},[t("i",{staticClass:"el-icon-arrow-left"})]),t("div",{staticClass:"back recall_btn",on:{click:e.recallMail}},[e._m(0)]),t("div",{staticClass:"mail-items-box"},[t("div",{staticClass:"mail-item-row mail-template"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("edm2.mailEn13")))]),e._l(e.emailArr,(function(n,i){return t("span",{key:i,staticClass:"mail-item",class:{"mail-item-active":e.currentIndex===i},on:{click:function(t){e.currentIndex=i}}},[e._v(" "+e._s(e.$t("edm2.mailEn14"))+e._s(i+1)+" ")])})),t("div",{staticClass:"turn-page"},[t("span",{staticClass:"send-email"},[e._v(e._s(e.$t("edm5.v4"))+e._s(e.sendEmail))]),3!=e.$route.query.enterType?t("div",[t("el-button",{attrs:{type:"text",icon:"el-icon-arrow-left",disabled:0===e.checkEmailIndex},on:{click:e.handlePrevious}},[e._v(e._s(e.$t("inboxDetail.previousPage")))]),t("el-button",{attrs:{type:"text",disabled:e.checkEmailIndex===e.tableDataList.length-1},on:{click:e.handleNext}},[e._v(e._s(e.$t("inboxDetail.nextPage"))),t("i",{staticClass:"el-icon-arrow-right el-icon--right"})])],1):e._e()])],2),t("div",{staticClass:"mail-item-row mail-subject"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("sendData.table.subject")))]),t("el-input",{staticClass:"subject row-val",attrs:{readonly:!0},model:{value:e.emailArr[e.currentIndex].subject,callback:function(t){e.$set(e.emailArr[e.currentIndex],"subject",t)},expression:"emailArr[currentIndex].subject"}})],1),e.emailArr[e.currentIndex].attachmentRes?t("div",{staticClass:"mail-item-row mail-attachment"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("edm2.mailEn15")))]),t("div",{staticClass:"attachment-item row-val"},[e._l(e.handleShowFile(e.emailArr[e.currentIndex].attachmentRes),(function(n,i){return t("span",{key:i,staticClass:"file-item",on:{click:function(t){return e.downLoadFileItem(n)}}},[t("span",{staticClass:"file-name"},[e._v(e._s(n.name)+"("+e._s(n.size)+"KB)")]),t("i",{staticClass:"dss-iconfont icon-download"})])})),t("div",{staticClass:"file-action col-span-4 mb8"},[e.emailArr[e.currentIndex].attachmentRes.length>4?t("button",{staticClass:"file-btn mr12",on:{click:function(t){e.isShrink=!e.isShrink}}},[t("i",{staticClass:"dss-iconfont icon-arrow-down mr4",style:e.isShrink?"":"transform: rotate(180deg);"}),t("p",[e._v(" "+e._s(e.isShrink?`${e.$i18n.t("outboxDetail.show_all")}`+(e.emailArr[e.currentIndex].attachmentRes.length-4)+`${e.$i18n.t("outboxDetail.file_num")}`:`${e.$i18n.t("outboxDetail.retract")}`)+" ")])]):e._e(),t("button",{staticClass:"file-btn mr12",on:{click:function(t){return e.downloadAll(e.emailArr[e.currentIndex].attachmentRes)}}},[t("p",{staticClass:"mr4"},[e._v(e._s(e.$i18n.t("outboxDetail.down_all"))+":")]),t("i",{staticClass:"dss-iconfont icon-download"})])])],2)]):e._e(),t("div",{staticClass:"mail-item-row mail-content"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("sendData.table.text")))]),t("div",{staticClass:"content row-val",domProps:{innerHTML:e._s(e.filterBaseTag(e.emailArr[e.currentIndex].content))}})])]),t("div",{staticClass:"blogger-table-box"},[t("div",{staticClass:"blogger-title"},[e._v(e._s(e.$t("edm2.mailEn16")))]),t("WTable",{ref:"mailTable",staticClass:"mail-detail-table fixed-pagination",attrs:{isOutboxDetail:!0,"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.getOutboxDetailBlogger()},changeCurrent:function(t){return e.getOutboxDetailBlogger()},"selection-change":e.selectTableRow,confirmSearch:e.confirmSearch,handleBtnClick:e.handleBtnClick},scopedSlots:e._u([{key:"blogger",fn:function({data:n}){return[t("BloggerColumn",{attrs:{bloggerAvatar:n.scope.bloggerAvatar,bloggerName:n.scope.bloggerName,bloggerUsername:n.scope.bloggerUsername,bloggerId:n.scope.bloggerId,platform:n.scope.platform,bloggerInfo:n.scope},on:{toBloggerDeatil:e.toBloggerDeatil}})]}},{key:"platform",fn:function({data:n}){return["youtube"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png"}}):e._e(),"tiktok"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png"}}):e._e(),"instagram"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png"}}):e._e()]}},{key:"popularizePlanName",fn:function({data:n}){return[n.scope.popularizePlanName?t("span",{staticClass:"plan"},[e._v(e._s(n.scope.popularizePlanName))]):e._e(),-1==n.scope.popularizePlanId?t("span",{staticClass:"no-plan",on:{click:function(t){return e.openPlan(n.scope)}}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),e._v(e._s(e.$t("inboxDetail.plan")))]):e._e()]}},{key:"isRead",fn:function({data:n}){return[1==n.scope.isRead?t("span",[e._v(" "+e._s(e.$t("inboxMail.search.unRead"))+" ")]):e._e(),2==n.scope.isRead?t("span",[e._v(" "+e._s(e.$t("inboxMail.search.read"))+" ")]):e._e()]}},{key:"isReply",fn:function({data:n}){return[0==n.scope.isReply?t("span",[e._v(" "+e._s(e.$t("edm2.mailEn21"))+" ")]):e._e(),1==n.scope.isReply?t("span",[e._v(" "+e._s(e.$t("edm2.mailEn22"))+" ")]):e._e()]}}],null,!1,2825512865)})],1),e.planVisible?t("EmailPlan",{attrs:{visible:e.planVisible,upbEsId:e.rowData.upbEsId,planIdRel:e.rowData.planId,bloggerId:e.rowData.bloggerId,platform:e.rowData.platform,pageSource:"outboxDetail",rowData:e.rowData,detailData:e.emailArr[0]},on:{"update:visible":function(t){e.planVisible=t},change:function(t){return e.getOutboxDetailBlogger()}}}):e._e()],1):e._e()},G$e=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"re_box"},[t("i",{staticClass:"dss-iconfont btn_con"},[e._v("")]),t("span",{staticClass:"btn_con"},[e._v("撤回")])])}],K$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"blogger-column"},[t("el-image",{attrs:{src:e.bloggerAvatar},nativeOn:{click:function(t){return t.stopPropagation(),e.toDetail.apply(null,arguments)}}},[t("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[t("i",{staticClass:"el-icon-picture-outline"})])]),t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-bloger-name",placement:"top"}},[t("div",{attrs:{slot:"content"},slot:"content"},[t("div",{staticClass:"nickname mb8"},[e._v(e._s(e.bloggerName))]),t("div",{directives:[{name:"show",rawName:"v-show",value:""!==e.bloggerUsername,expression:"bloggerUsername !== ''"}],staticClass:"username"},[e._v(" "+e._s(e.$t("edm5.v41"))+e._s(e.bloggerUsername)+" ")])]),t("span",{staticClass:"bloggerName",on:{click:function(t){return t.stopPropagation(),e.toDetail.apply(null,arguments)}}},[e._v(" "+e._s(e.bloggerName||"-")+" ")])]),e.showRcommend?t("span",{staticClass:"recommend",on:{click:function(t){return t.stopPropagation(),e.onRecommend.apply(null,arguments)}}},[t("i",{staticClass:"iconfont",class:{"icon-crm-recommend0":0===e.isRecommend}})]):e._e(),1===e.isRecommend?t("span",{staticClass:"iconfont icon-crm-recommend1 icon-cursor",on:{click:function(t){return t.stopPropagation(),e.onRecommend.apply(null,arguments)}}}):e._e()],1)},X$e=[],Z$e={props:{bloggerUsername:{type:String,default:""},bloggerAvatar:{type:String,default:""},showRcommend:{type:Boolean,default:!1},isRecommend:{type:Number,default:-1},bloggerName:{type:String,default:""},bloggerId:{type:String,default:""},planBlogerId:{type:String,default:""},platform:{type:String,default:""},bloggerInfo:{type:Object,default:()=>({})}},methods:{toDetail(){return this.bloggerId?(this.$emit("toBloggerDeatil",this.bloggerInfo),!1):this.$message.error("红人id不能为空!")},onRecommend(){this.$emit("recommendHandle",this.bloggerId,this.isRecommend)}}},J$e=Z$e,Q$e=Ba(J$e,K$e,X$e,!1,null,"2b58a2e1",null),eBe=Q$e.exports,tBe={name:"detail",components:{WTable:JIe,BloggerColumn:eBe,EmailPlan:Bu},data(){return{emailArr:[],currentIndex:0,tableHeight:500,total:0,loading:!1,tableData:[],tableColumnConfig:[{label:Vc.t("writeMail.blogger"),scope:"blogger",filter:"input"},{label:Vc.t("edm2.mailEn17"),prop:"country"},{label:Vc.t("edm2.mailEn18"),scope:"platform"},{label:Vc.t("writeMail.fans_num"),prop:"fans",format:"numFormat"},{label:Vc.t("inboxDetail.planVal"),scope:"popularizePlanName"},{label:Vc.t("receiveData.table.isRead"),scope:"isRead",filter:"readRadio"},{label:Vc.t("edm2.mailEn19"),scope:"isReply",filter:"replyRadio"}],searchForm:{pageSize:20,currentPage:1,id:this.$route.query.id,bloggerName:"",isRead:"",isReply:""},isShrink:!0,planVisible:!1,rowData:null,searchFormList:{},tableDataList:[],checkEmailIndex:0}},computed:{sendEmail(){return this.emailArr[0]?.from||"-"}},created(){this.init(),this.getOutboxDetailBlogger(),this.getInboxList()},mounted(){localStorage.setItem("searchFlag",!0)},methods:{async pageInit(){this.searchForm.id=this.tableDataList[this.checkEmailIndex].id,this.init(),this.getOutboxDetailBlogger()},handleNext(){this.checkEmailIndex++,this.pageInit()},handlePrevious(){this.checkEmailIndex--,this.pageInit()},async getInboxList(){let e;localStorage.getItem("searchForm")&&(this.searchFormList=JSON.parse(localStorage.getItem("searchForm"))||{},1==this.$route.query.enterType?e=await xu(this.searchFormList):2==this.$route.query.enterType&&(e=await ku(this.searchFormList)),0==e.code?(this.tableDataList=e.data.rows,this.tableDataList.forEach(((e,t)=>{e.id==this.$route.query.id&&(this.checkEmailIndex=t)}))):this.$message.warning(this.$t("inboxTable.requestError")))},recallMail(){this.$confirm("请确认是否撤回该邮件?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((()=>{Iu(this.$route.query.id).then((e=>{"0"==e.code?(this.$message({type:"success",showClose:!0,duration:7e3,message:"撤回成功,该邮件现已被存放至草稿箱中,本次发件消耗的权益数已自动为您回退至账户中。"}),this.backToOutbox()):this.$message({type:"error",showClose:!0,duration:7e3,message:e.message})}))})).catch((()=>{}))},toBloggerDeatil(e){this.$emit("toBloggerDeatil",e)},backToOutbox(){this.$router.go(-1)},openPlan(e){if(!e.outboxId)return this.$message({type:"warning",message:"邮件处理中,暂时无法关联推广计划!",customClass:"custom-message"}),!1;this.planVisible=!0,this.rowData=e},confirmSearch(e,t){"blogger"===t?this.searchForm.bloggerName=e:"isRead"===t?this.searchForm.isRead=e:"isReply"===t&&(this.searchForm.isReply=e),this.getOutboxDetailBlogger()},getOutboxDetailBlogger(){this.loading=!0;let e=3==this.$route.query.enterType?Tu:Au;e(this.searchForm).then((e=>{"0"===e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},init(){Du({id:this.searchForm.id,enterType:this.$route.query.enterType}).then((e=>{"0"===e.code?this.emailArr=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},handleShowFile(e){const t=JSON.parse(JSON.stringify(e));return this.isShrink?t.slice(0,4):t},downLoadFileItem(e){Vs(e.link,e.name)},downloadAll(e){e.forEach((e=>{Vs(e.link,e.name)}))},selectTableRow(){},filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/\r\n/g,"<br />").replace(/ツ?/g,"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/> >/g,"<br /><br />")),e},handleBtnClick(e,t){if("inviteAgain"==e.key){let e=[];t.map((t=>{e.push({bloggerId:t.bloggerId,bloggerName:t.bloggerName,bloggerUsername:t.bloggerUsername,bloggerAvatar:t.bloggerAvatar,country:t.country,platform:t.platform,fansNum:t.fans,popularizePlanId:t.popularizePlanId,popularizePlanName:t.popularizePlanName,bloggerEmail:null,chooseSource:0,chooseSourceStr:"其他",favorName:null,favorId:null,id:`other-${t.bloggerId}`})})),localStorage.setItem("beforeSelected",JSON.stringify(e)),localStorage.setItem("resultRecipientData",JSON.stringify(e));const n=this.$router.resolve({path:"/write",query:{outboxId:Ns(this.emailArr,"writeEmailId").join(",")}});window.open(n.href,"_blank"),this.clearChoose()}else this.$emit("handleBtnClick",e,t)},clearChoose(){this.$refs["mailTable"]&&this.$refs["mailTable"]?.removeChoose()}}},nBe=tBe,iBe=Ba(nBe,Y$e,G$e,!1,null,"3f19b511",null),rBe=iBe.exports,oBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("div",{staticClass:"wrap z-index2 mb24"},[t("div",{staticClass:"grid grid-cols-3"},[t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$i18n.t("blogMail.search_mail"))+":")]),t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.subject,callback:function(t){e.$set(e.searchForm,"subject",t)},expression:"searchForm.subject"}})],1),t("div",{staticClass:"search-item"},[t("button",{staticClass:"search-btn search-btn-face mr16",on:{click:function(t){e.searchForm.currentPage=1,e.init()}}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("button",{staticClass:"search-btn search-btn-linear",on:{click:function(t){return e.reset()}}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])]),"search_blogger"===e.sourcePage?t("div",{staticClass:"search-item"},[t("el-select",{attrs:{clearable:"",placeholder:e.$i18n.t("common.please_select")},on:{change:e=>{this.searchForm.userId=e,this.init()}},model:{value:e.searchForm.userId,callback:function(t){e.$set(e.searchForm,"userId",t)},expression:"searchForm.userId"}},e._l(e.subAccountOpts,(function(e){return t("el-option",{key:e.id,attrs:{label:e.nickname,value:e.id}})})),1)],1):e._e(),"plan_detail"===e.sourcePage&&""===e.taskId?t("div",{staticClass:"search-item"},[t("el-select",{attrs:{clearable:"",placeholder:e.$i18n.t("common.please_select")},on:{change:e=>{this.searchForm.popularizePlanId=e,this.init()}},model:{value:e.searchForm.popularizePlanId,callback:function(t){e.$set(e.searchForm,"popularizePlanId",t)},expression:"searchForm.popularizePlanId"}},e._l(e.planOpts,(function(e){return t("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})),1)],1):e._e()])]),t("div",{staticClass:"mail-wrap legacy relative z-index2"},[t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.init()}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.del()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])]),t("div",{ref:"mail",staticClass:"mail-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"table",attrs:{data:e.tableData,"header-cell-class-name":e.headCellClass,"cell-class-name":e.cellClass,"row-class-name":e.rowClass,"row-key":e.getRowKeys,height:e.tableHeight},on:{"selection-change":e.changeSelection,"row-click":e.skipDetail}},[t("el-table-column",{attrs:{"reserve-selection":!0,type:"selection",align:"center",width:"48"}}),t("el-table-column",{attrs:{width:"80"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("span",{style:{color:"2"==n.isRead?"#F75277":"#666666"}},[e._v(e._s("2"==n.isRead?`${e.$i18n.t("blogMail.read")}`:`${e.$i18n.t("blogMail.unread")}`))])]}}])}),t("el-table-column",{attrs:{prop:"bloggerName",width:"200"}}),"plan_detail"!==e.sourcePage?t("el-table-column",{attrs:{"show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-task flex items-center"},[n.taskName?t("div",{on:{click:function(t){return t.stopPropagation(),e.skipTaskDetail(n.taskId)}}},[t("i",{staticClass:"dss-iconfont icon-task"}),t("span",{staticClass:"beyond_eip"},[e._v(" "+e._s(n.taskName)+" ")])]):e._e(),n.taskName?e._e():t("span",[e._v(e._s(e.$i18n.t("outboxMail.no_task")))])])]}}],null,!1,2755730399)}):e._e(),"plan_detail"===e.sourcePage?t("el-table-column",{attrs:{"show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-task flex items-center"},[n.popularizePlanName?t("div",{on:{click:function(t){return t.stopPropagation(),e.skipPlanDetail(n)}}},[t("i",{staticClass:"dss-iconfont icon-task"}),t("span",{staticClass:"beyond_eip"},[e._v(" "+e._s(n.popularizePlanName)+" ")])]):e._e(),n.popularizePlanName?e._e():t("span",[e._v(e._s(e.$i18n.t("deliveryTime.no_promotion_plan")))])])]}}],null,!1,1375124427)}):e._e(),t("el-table-column",{scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-content"},[t("span",{staticClass:"mail-subject cursor-pointer beyond_eip mr6"},[e._v(" "+e._s(n.subject)+" ")]),e._v(" - "),t("span",{staticClass:"beyond_eip cursor-pointer ml6",domProps:{innerHTML:e._s(e.filterHtmlTag(n.content))}})])]}}])}),t("el-table-column",{attrs:{width:"80"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"box-tag",class:1==n.type?"box-tag-receive":"box-tag-send"},[1==n.type?t("span",[e._v(e._s(e.$i18n.t("blogMail.receive_mail")))]):e._e(),2==n.type?t("span",[e._v(e._s(e.$i18n.t("blogMail.send_mail")))]):e._e()])]}}])}),t("el-table-column",{attrs:{width:"160"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(e._s(t.createTime))]}}])})],1)],1),t("div",{staticClass:"mail-foot mb16"},[t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,total:e.tableTotal,"page-size":e.searchForm.pageSize,background:"",layout:"total, sizes, prev, pager, next, jumper"},on:{"current-change":e.changePage,"size-change":e.changeSize}})],1)])])},aBe=[];async function sBe(e){let t=await wa("/edm/mail/emailComeGo",e);return t}async function lBe(e){let t=await wa("/edm/mail/emailComeGo2",e);return t}async function cBe(e){let t=await ba("/edm/mail/delComeGo",e);return t}async function uBe(e){let t=await va("/edm/mail/sonFather",e);return t}async function dBe(e){let t=await wa("/user/popularize/planListToRead",e);return t}async function hBe(e){let t=await wa("/edm/mail/emailComeGoByPopularizePlan",e);return t}var pBe={name:"blogEmail",props:{sourcePage:{type:String,default:"search_blogger"},taskId:{type:[Number,String],default:""},bloggerId:{type:[Number,String],default:""}},data(){return{searchForm:{subject:"",bloggerId:this.bloggerId,currentPage:1,pageSize:20,popularizePlanId:this.taskId},loading:!1,tableHeight:0,tableData:[],tableTotal:0,selectData:[],subAccountOpts:[],planOpts:[]}},mounted(){this.$nextTick((()=>{this.tableHeight=this.$refs.mail.offsetHeight,this.init(),this.getSubAccountOpts(),this.getAllPlanOpts()}))},methods:{init(){this.loading=!0;let e="search_blogger"===this.sourcePage?sBe:"plan_detail"===this.sourcePage?hBe:lBe;"search_blogger"===this.sourcePage&&(this.searchForm.taskId=this.taskId),e(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.tableTotal=e.data.total):this.$message.error(e.message)}))},getSubAccountOpts(){uBe().then((e=>{"0"===e.code&&(this.subAccountOpts=e.data)}))},getAllPlanOpts(){dBe().then((e=>{"0"===e.code&&(this.planOpts=e.data)}))},changePage(e){this.searchForm.currentPage=e,this.init()},changeSize(e){this.searchForm.currentPage=1,this.searchForm.pageSize=e,this.init()},del(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{cBe({delOneMailReqs:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message.error(e.message)}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},reset(){this.searchForm.subject="",this.init()},getRowKeys(e){return e.id},changeSelection(e){this.selectData=[],e.forEach((e=>{this.selectData.push({id:e.id,type:e.type})}))},clearTableData(){this.$refs.table.clearSelection(),this.selectData=[]},headCellClass(){return"head"},rowClass(){return"row"},cellClass(){return"box-cell"},filterHtmlTag(e){return e&&(e=e.replace(/<\/?.+?\/?>/g,""),e=e.replace(new RegExp(" ","g")," ")),e},skipDetail(e){this.$emit("blogMailSkipDetail",e.id,e.type,e)},skipTaskDetail(e){this.$emit("skipTaskDetail",e)},skipPlanDetail(e){this.$emit("skipPlanDetail",e)}}},fBe=pBe,mBe=Ba(fBe,oBe,aBe,!1,null,"889a1e46",null),gBe=mBe.exports,vBe=function(){var e=this,t=e._self._c;return e.show?t("div",{staticClass:"notification",on:{click:e.changeRouter}},[t("div",{staticClass:"notification-title"},[t("span",{staticClass:"icon-container"},[t("svg",{staticClass:"icon",attrs:{"aria-hidden":"true"}},[t("use",{attrs:{"xlink:href":"#icon-mail"}})])]),t("span",{staticClass:"icon-txt"},[e._v(e._s(this.$t("newMail.title"))+" ")]),t("span",{staticClass:"el-icon-close close",on:{click:function(t){return t.stopPropagation(),e.handleClose.apply(null,arguments)}}})]),t("div",{staticClass:"content"},[t("span",[e._v(e._s(this.$t("newMail.content"))+"!")]),(e.isAi,e._e())])]):e._e()},yBe=[],bBe=(i(8333),{name:"edm-maillNotice",props:{title:{type:String,default:""},content:{type:String,default:""},showTime:{type:Number,default:6e4},requestTime:{type:Number,default:18e4},goBackUrl:{type:String,default:"/InboxView"}},data(){return{timer:null,timer_layer:null,show:!1,isAi:0}},computed:{style(){return{}}},mounted(){this.getNotice()},methods:{changeRouter(){let e=this.$route.path;e!==this.goBackUrl&&this.$router.push({path:this.goBackUrl}),this.$bus.$emit("mailTip")},handleClose(){this.show=!1},getNotice(){Va().then((e=>{if(e){if(e.newMailCount>0){this.isAi=1===e.isAi;let t=this.$route.path;if(t===this.goBackUrl){let e=Math.floor(1e7*Math.random())+1;this.$router.push({path:t,query:{nums:e}})}this.show=!0,clearTimeout(this.timer_layer),this.timer_layer=setTimeout((()=>{this.show=!1}),this.showTime)}clearTimeout(this.timer),this.timer=setTimeout((()=>{this.getNotice()}),this.requestTime)}}))}}}),wBe=bBe,_Be=Ba(wBe,vBe,yBe,!1,null,"31645193",null),CBe=_Be.exports,xBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("bread-crumb",{staticClass:"mb24 z-index2"}),t("div",{staticClass:"main"},[t("side-menu",{attrs:{"menu-data":e.menuData,"menu-active-index":e.menuActiveIndex},on:{selectMenu:e.selectMenu}}),t("div",{staticClass:"main-body"},[0===e.menuActiveIndex?t("send-data"):e._e(),1===e.menuActiveIndex?t("receive-data"):e._e()],1)],1)],1)},SBe=[],kBe=function(){var e=this,t=e._self._c;return t("el-breadcrumb",{staticClass:"app-breadcrumb",attrs:{separator:"/"}},[t("transition-group",{attrs:{name:"breadcrumb"}},e._l(e.levelList,(function(n,i){return t("el-breadcrumb-item",{key:n.path},["noRedirect"===n.redirect||i==e.levelList.length-1?t("span",{staticClass:"no-redirect"},[e._v(" "+e._s(n.meta.title)+" ")]):t("a",{on:{click:function(t){return t.preventDefault(),e.handleLink(n)}}},[e._v(e._s(n.meta.title))])])})),1)],1)},EBe=[],DBe=i(5302),ABe=i.n(DBe),OBe={data(){return{levelList:null}},watch:{$route(){this.getBreadcrumb()}},created(){this.getBreadcrumb()},methods:{getBreadcrumb(){const e=this.$route.matched.filter((e=>e.meta&&e.meta.title));this.levelList=e.filter((e=>e.meta&&e.meta.title&&!1!==e.meta.breadcrumb))},pathCompile(e){const{params:t}=this.$route;var n=ABe().compile(e);return n(t)},handleLink(e){const{redirect:t,path:n}=e;t?this.$router.push(t):this.$router.push(this.pathCompile(n))}}},TBe=OBe,IBe=Ba(TBe,kBe,EBe,!1,null,"48b1570f",null),PBe=IBe.exports,FBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"menu mr24 z-index2"},[t("ul",e._l(e.menuData,(function(n,i){return t("li",{key:i,class:e.menuActiveIndex===i?"menu-active":"",on:{click:function(t){return e.selectMenu(i)}}},[t("p",[e._v(e._s(n))])])})),0)])},$Be=[],BBe={props:{menuActiveIndex:{default:0,type:Number},menuData:{default:()=>[],type:Array}},methods:{selectMenu(e){this.$emit("selectMenu",e)}}},MBe=BBe,NBe=Ba(MBe,FBe,$Be,!1,null,"511ba295",null),RBe=NBe.exports,jBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"table-container"},[t("div",{staticClass:"grid grid-cols-3 mb8"},[t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.sendingTime")))]),t("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":" ","start-placeholder":"开始","end-placeholder":"结束"},model:{value:e.searchForm.send_time,callback:function(t){e.$set(e.searchForm,"send_time",t)},expression:"searchForm.send_time"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.phoneNumber")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.sender_account,callback:function(t){e.$set(e.searchForm,"sender_account",t)},expression:"searchForm.sender_account"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.companyName")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.company_name,callback:function(t){e.$set(e.searchForm,"company_name",t)},expression:"searchForm.company_name"}})],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.addressee")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.recipient_name,callback:function(t){e.$set(e.searchForm,"recipient_name",t)},expression:"searchForm.recipient_name"}})],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.textSearch")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.content,callback:function(t){e.$set(e.searchForm,"content",t)},expression:"searchForm.content"}})],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.send")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.send_status,callback:function(t){e.$set(e.searchForm,"send_status",t)},expression:"searchForm.send_status"}},[t("el-option",{attrs:{value:0,label:"待发送"}}),t("el-option",{attrs:{value:1,label:"发送成功"}}),t("el-option",{attrs:{value:2,label:"发送失败"}}),t("el-option",{attrs:{value:3,label:"待审核"}}),t("el-option",{attrs:{value:5,label:"驳回"}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.open")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.read_status,callback:function(t){e.$set(e.searchForm,"read_status",t)},expression:"searchForm.read_status"}},[t("el-option",{attrs:{value:1,label:e.$t("edm5.v46")}}),t("el-option",{attrs:{value:2,label:e.$t("edm5.v47")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.LinkClick")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.click_link_status,callback:function(t){e.$set(e.searchForm,"click_link_status",t)},expression:"searchForm.click_link_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.reply")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.reply_status,callback:function(t){e.$set(e.searchForm,"reply_status",t)},expression:"searchForm.reply_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.return")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.return_status,callback:function(t){e.$set(e.searchForm,"return_status",t)},expression:"searchForm.return_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.unsubscribe")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.unsubscribe_status,callback:function(t){e.$set(e.searchForm,"unsubscribe_status",t)},expression:"searchForm.unsubscribe_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.emailComplaints")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.spam_complaints_status,callback:function(t){e.$set(e.searchForm,"spam_complaints_status",t)},expression:"searchForm.spam_complaints_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),t("div",{staticClass:"search-item col-span-3"},[t("button",{staticClass:"search-btn search-btn-face mr16",on:{click:function(t){e.searchForm.page=1,e.initPageData()}}},[e._v(" "+e._s(e.$t("sendData.search.search"))+" ")]),t("el-button",{staticClass:"cutom-btnLoading",attrs:{type:"primary",loading:e.btnloading},on:{click:function(t){return e.down()}}},[e._v(e._s(this.btnloading?"下载中":"下载"))]),t("button",{staticClass:"search-btn-txt",on:{click:e.shrinkSearch}},[e._v(" "+e._s(e.isShrink?e.$t("sendData.search.unfold"):e.$t("sendData.search.collapse"))+" "),t("i",{staticClass:"dss-iconfont icon-arrow search-btn-icon",style:e.isShrink?"transform: rotate(180deg);":""})])],1)]),t("div",{staticClass:"table-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.tableData,"header-cell-class-name":e.tableHeadClass,"cell-class-name":e.tableCellClass,height:"700px",border:""}},[t("el-table-column",{attrs:{prop:"gmtCreate",label:e.$t("sendData.table.createTime"),width:"110","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"userNameOrMobile",label:e.$t("sendData.table.sender"),width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"nickName",label:e.$t("sendData.table.name"),width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"companyName",label:e.$t("sendData.table.company"),width:"90","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{label:e.$t("sendData.table.addressee"),width:"150","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("p",{staticClass:"cursor-pointer",staticStyle:{color:"#4aa8ff"},on:{click:function(t){return e.skipBlogDetail(n.bloggerId)}}},[e._v(" "+e._s(n.bloggerName)+" ")])]}}])}),t("el-table-column",{attrs:{prop:"subject",label:e.$t("sendData.table.subject"),width:"150","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{label:e.$t("sendData.table.text"),width:"150","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(e.filterHtmlTag(t.contents))+" ")]}}])}),t("el-table-column",{attrs:{label:e.$t("sendData.table.send"),width:"80",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return["发送失败"===n.statusTxt&&n.message?t("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[t("span",{attrs:{slot:"content"},slot:"content"},[e._v(e._s(n.message))]),"发送失败"===n.statusTxt&&n.message?t("p",[e._v(" 发送失败 ")]):e._e()]):e._e(),t("p",[e._v(" "+e._s(n.statusTxt)+" ")])]}}])}),t("el-table-column",{attrs:{label:"打开",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(2===t.isRead?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"链接点击",width:"80",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isClick?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"回复",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isReply?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"退回",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[1===n.isReject&&n.message?t("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[t("span",{attrs:{slot:"content"},slot:"content"},[e._v(e._s(n.message))]),0===n.isReject&&n.message?t("p",[e._v(" 否 ")]):e._e()]):e._e(),t("p",[e._v(" "+e._s(1===n.isReject?"是":"否"))])]}}])}),t("el-table-column",{attrs:{label:"退订",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isUnsub?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"垃圾邮件投诉","min-width":"110",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isSpam?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"操作",width:"130",align:"center",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"table-tool"},[t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){return e.skipDetail(n.id)}}},[e._v(" 查看 ")]),t("div",{staticClass:"table-tool-btn-split"}),0===n.aiReply?t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){e.ai_reply_id=n.id,e.aiReplyContent="",e.isShowAi=!0}}},[e._v(" AI回复 ")]):e._e(),1===n.aiReply?t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){e.ai_reply_id=n.id,e.getAiReplyData(n.id)}}},[e._v(" 查看回复 ")]):e._e()])]}}])})],1)],1),t("div",{staticClass:"table-foot"},[t("el-pagination",{attrs:{"current-page":e.searchForm.page,total:e.tableTotal,"page-size":e.searchForm.page_size,background:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1),e.isShowAi?t("editor",{attrs:{ai_reply_id:e.ai_reply_id,"ai-reply-content":e.aiReplyContent},on:{init:e.initPageData,close:e.close}}):e._e()],1)},LBe=[],zBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"mask"},[t("div",{staticClass:"main"},[t("div",{staticClass:"head"},[t("h1",[e._v("AI回复")]),t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.close}})]),t("div",{staticClass:"body"},[t("div",{staticClass:"editor-main mb24"},[t("Toolbar",{attrs:{editor:e.editor,"default-config":e.toolbarConfig}}),t("Editor",{staticStyle:{height:"376px","overflow-y":"hidden"},attrs:{"default-config":e.editorConfig},on:{onCreated:e.onCreated},model:{value:e.content,callback:function(t){e.content=t},expression:"content"}})],1),t("button",{staticClass:"btn",attrs:{disabled:e.isSending},on:{click:e.getContent}},[e.isSending?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" 发 送 ")])])])])},VBe=[],HBe={name:"edm-editor",components:{Toolbar:dTe,Editor:uTe},props:{ai_reply_id:{default:0,type:Number},aiReplyContent:{default:"",type:String}},data(){return{editor:null,content:"",isSending:!1,toolbarConfig:{excludeKeys:["blockquote","|","fullScreen","codeBlock","group-video"]},editorConfig:{MENU_CONF:{uploadImage:{server:"/upload/file",async customUpload(e,t){const n=new FormData;n.append("file",e),uploadFile(n).then((e=>{t(e.url)}))}}}}}},methods:{onCreated(e){this.editor=Object.seal(e),this.aiReplyContent&&this.editor.setHtml(this.aiReplyContent)},getContent(){this.editor.isEmpty()?this.$message({type:"warning",message:"请输入邮件正文内容"}):this.aiReplyContent?this.updateAiReply():this.createAiReply()},createAiReply(){const e={replyId:this.ai_reply_id,content:this.editor.getHtml()};this.isSending=!0,GFe(e).then((e=>{this.isSending=!1,"0"===e.code?(this.close(),this.$emit("init"),this.$message({type:"success",message:"发送成功"})):this.$message({type:"warning",message:"发送失败"})}))},updateAiReply(){const e={replyId:this.ai_reply_id,content:this.editor.getHtml()};this.isSending=!0,GFe(e).then((e=>{this.isSending=!1,"0"===e.code?(this.close(),this.$emit("init"),this.$message({type:"success",message:"发送成功"})):this.$message({type:"warning",message:"发送失败"})}))},close(){this.$emit("close",!1)}}},UBe=HBe,WBe=Ba(UBe,zBe,VBe,!1,null,"16051201",null),qBe=WBe.exports,YBe={name:"edm-sendPage",components:{Editor:qBe},data(){return{btnloading:!1,searchForm:{send_time:Rs(7),sender_account:"",company_name:"",recipient_name:"",content:"",commit_status:"",send_status:"",read_status:"",click_link_status:"",reply_status:"",return_status:"",unsubscribe_status:"",spam_complaints_status:"",page:1,page_size:10},tableData:[],tableTotal:0,isShrink:!1,loading:!1,isShowAi:!1,ai_reply_id:"",aiReplyContent:""}},mounted(){this.initPageData()},methods:{initPageData(){const e={startTime:this.searchForm.send_time?this.searchForm.send_time[0]+" 00:00:00":"",endTime:this.searchForm.send_time?this.searchForm.send_time[1]+" 23:59:59":"",mobile:this.searchForm.sender_account,companyName:this.searchForm.company_name,addressee:this.searchForm.recipient_name,content:this.searchForm.content,status:this.searchForm.send_status,isRead:this.searchForm.read_status,isClick:this.searchForm.click_link_status,isReply:this.searchForm.reply_status,isReject:this.searchForm.return_status,isUnsub:this.searchForm.unsubscribe_status,isSpam:this.searchForm.spam_complaints_status,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.loading=!0,VFe(e).then((e=>{this.loading=!1,e&&(e.data.rows.map((e=>{let t=e.status;switch(t){case 0:e.statusTxt="待发送";break;case 1:e.statusTxt="发送成功";break;case 2:e.statusTxt="发送失败";break;case 3:e.statusTxt="待审核";break;case 5:e.statusTxt="驳回";break;default:break}})),this.tableData=e.data.rows,this.tableTotal=e.data.total)}))},down(){const e={startTime:this.searchForm.send_time?this.searchForm.send_time[0]+" 00:00:00":"",endTime:this.searchForm.send_time?this.searchForm.send_time[1]+" 23:59:59":"",mobile:this.searchForm.sender_account,companyName:this.searchForm.company_name,addressee:this.searchForm.recipient_name,content:this.searchForm.content,status:this.searchForm.send_status,isRead:this.searchForm.read_status,isClick:this.searchForm.click_link_status,isReply:this.searchForm.reply_status,isReject:this.searchForm.return_status,isUnsub:this.searchForm.unsubscribe_status,isSpam:this.searchForm.spam_complaints_status,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.btnloading=!0,XFe(e).then((e=>{if(e){const t=document.createElement("a");let n=new Blob([e],{type:"application/x-download"});t.style.display="none",t.href=URL.createObjectURL(n);let i=js();t.setAttribute("download",`发信数据-${i}.xlsx`),document.body.appendChild(t),t.click(),document.body.removeChild(t),window.URL.revokeObjectURL(t.href),this.btnloading=!1}}))},changePage(e){this.searchForm.page=e,this.initPageData()},getAiReplyData(e){YFe(e).then((e=>{"0"===e.code&&(this.aiReplyContent=e.data.content,this.isShowAi=!0)}))},close(){this.isShowAi=!1},skipBlogDetail(e){if(e&&""!==e){const t=this.$router.resolve({path:"/blogDetail",query:{id:e}});window.open(t.href,"_blank")}},skipDetail(e){const t=this.$router.resolve({path:"/sendDetail",query:{id:e}});window.open(t.href,"_blank")},reset(){this.searchForm.send_time=Rs(7),this.searchForm.sender_account="",this.searchForm.company_name="",this.searchForm.recipient_name="",this.searchForm.content="",this.searchForm.commit_status="",this.searchForm.send_status="",this.searchForm.read_status="",this.searchForm.click_link_status="",this.searchForm.reply_status="",this.searchForm.return_status="",this.searchForm.unsubscribe_status="",this.searchForm.spam_complaints_status=""},shrinkSearch(){this.isShrink=!this.isShrink},filterHtmlTag(e){return e?(e=e.replace(/<\/?.+?\/?>/g,""),e):"-"},tableHeadClass({columnIndex:e}){return 0===e?"table-main-head-left":15===e?"table-main-head-right":"table-main-head"},tableCellClass(){return"table-main-cell"}}},GBe=YBe,KBe=Ba(GBe,jBe,LBe,!1,null,"5fecc8a6",null),XBe=KBe.exports,ZBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"table-container"},[t("div",{staticClass:"grid grid-cols-3 mb8"},[t("div",{staticClass:"search-item mr40"},[t("span",[e._v("收信时间:")]),t("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":" ","start-placeholder":"开始","end-placeholder":"结束"},model:{value:e.searchForm.recipient_time,callback:function(t){e.$set(e.searchForm,"recipient_time",t)},expression:"searchForm.recipient_time"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("发件人:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.sender_name,callback:function(t){e.$set(e.searchForm,"sender_name",t)},expression:"searchForm.sender_name"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("收件账号:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.recipient_account,callback:function(t){e.$set(e.searchForm,"recipient_account",t)},expression:"searchForm.recipient_account"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("收件姓名:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.recipient_name,callback:function(t){e.$set(e.searchForm,"recipient_name",t)},expression:"searchForm.recipient_name"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("公司名称:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.company_name,callback:function(t){e.$set(e.searchForm,"company_name",t)},expression:"searchForm.company_name"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("正文检索:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.content,callback:function(t){e.$set(e.searchForm,"content",t)},expression:"searchForm.content"}})],1),t("div",{staticClass:"search-item col-span-3"},[t("button",{staticClass:"search-btn search-btn-face mr16",on:{click:function(t){e.searchForm.page=1,e.initPageData()}}},[e._v(" 查 询 ")]),t("el-button",{staticClass:"cutom-btnLoading",attrs:{type:"primary",loading:e.btnloading},on:{click:function(t){return e.down()}}},[e._v(e._s(this.btnloading?"下载中":"下载"))]),t("button",{staticClass:"search-btn search-btn-linear mr24",on:{click:e.reset}},[e._v(" 重 置 ")])],1)]),t("div",{staticClass:"table-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.tableData,"header-cell-class-name":e.tableHeadClass,"cell-class-name":e.tableCellClass,height:"700px",border:""}},[t("el-table-column",{attrs:{prop:"gmtCreate",label:"收件时间",width:"110","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"nameAddresser",label:"发件人",width:"110","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"usernameMobile",label:"收件人",width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"nickName",label:"姓名",width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"companyName",label:"公司",width:"90","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"subject",label:"主题",width:"150","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{label:"正文","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(e.filterHtmlTag(t.contents))+" ")]}}])}),t("el-table-column",{attrs:{label:"已读未读",width:"150",align:"center","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isRead?e.$t("edm5.v46"):e.$t("edm5.v47"))+" ")]}}])}),t("el-table-column",{attrs:{label:"操作",width:"130",align:"center",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"table-tool"},[t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){return e.skipDetail(n)}}},[e._v(" 查看 ")])])]}}])})],1)],1),t("div",{staticClass:"table-foot"},[t("el-pagination",{attrs:{"current-page":e.searchForm.page,total:e.tableTotal,"page-size":e.searchForm.page_size,background:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1)])},JBe=[],QBe={name:"edm-receivePage",data(){return{btnloading:!1,searchForm:{recipient_time:Rs(7),sender_name:"",recipient_account:"",recipient_name:"",company_name:"",content:"",page:1,page_size:10},tableData:[],tableTotal:0,loading:!1}},mounted(){this.initPageData()},methods:{initPageData(){const e={startTime:this.searchForm.recipient_time?this.searchForm.recipient_time[0]+" 00:00:00":"",endTime:this.searchForm.recipient_time?this.searchForm.recipient_time[1]+" 23:59:59":"",sender:this.searchForm.sender_name,usernameMobile:this.searchForm.recipient_account,nickName:this.searchForm.recipient_name,companyName:this.searchForm.company_name,content:this.searchForm.content,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.loading=!0,HFe(e).then((e=>{this.loading=!1,"0"===e.code&&(this.tableData=e.data.rows,this.tableTotal=e.data.total)}))},down(){const e={startTime:this.searchForm.recipient_time?this.searchForm.recipient_time[0]+" 00:00:00":"",endTime:this.searchForm.recipient_time?this.searchForm.recipient_time[1]+" 23:59:59":"",sender:this.searchForm.sender_name,usernameMobile:this.searchForm.recipient_account,nickName:this.searchForm.recipient_name,companyName:this.searchForm.company_name,content:this.searchForm.content,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.btnloading=!0,KFe(e).then((e=>{if(e){const t=document.createElement("a");let n=new Blob([e],{type:"application/x-download"});t.style.display="none",t.href=URL.createObjectURL(n);let i=js();t.setAttribute("download",`收信数据-${i}.xlsx`),document.body.appendChild(t),t.click(),document.body.removeChild(t),window.URL.revokeObjectURL(t.href),this.btnloading=!1}}))},changePage(e){this.searchForm.page=e,this.initPageData()},skipDetail(e){const t=this.$router.resolve({path:"/receiveDetail",query:{id:e.id,chatId:e.chatId}});window.open(t.href,"_blank")},reset(){this.searchForm.recipient_time=Rs(7),this.searchForm.sender_name="",this.searchForm.recipient_account="",this.searchForm.recipient_name="",this.searchForm.company_name="",this.searchForm.content=""},filterHtmlTag(e){return e?(e=e.replace(/<\/?.+?\/?>/g,""),e):"-"},tableHeadClass({columnIndex:e}){return 0===e?"table-main-head-left":8===e?"table-main-head-right":"table-main-head"},tableCellClass(){return"table-main-cell"}}},eMe=QBe,tMe=Ba(eMe,ZBe,JBe,!1,null,"4410779a",null),nMe=tMe.exports,iMe={name:"edm-maildata",components:{breadCrumb:PBe,sideMenu:RBe,SendData:XBe,ReceiveData:nMe},data(){return{menuData:["发信数据","收信数据"],menuActiveIndex:localStorage.getItem("edmMenuIndex")?1*localStorage.getItem("edmMenuIndex"):0}},methods:{selectMenu(e){this.menuActiveIndex=e,localStorage.setItem("edmMenuIndex",e)}}},rMe=iMe,oMe=Ba(rMe,xBe,SBe,!1,null,"8922b0e2",null),aMe=oMe.exports,sMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("div",{staticClass:"bread mb24"},[t("el-breadcrumb",{attrs:{separator:"/"}},[t("el-breadcrumb-item",[e._v("EDM")]),t("el-breadcrumb-item",{attrs:{to:{path:e.goBackUrl}}},[e._v(" 邮件数据 ")]),t("el-breadcrumb-item",[e._v("发信详情")])],1)],1),t("div",{staticClass:"main"},[t("div",{staticClass:"head mb24"},[e._v(" 发信箱 ")]),0!==e.mailData.length?t("div",{staticClass:"body"},[t("h1",{staticClass:"beyond_eip mb32"},[e._v(" "+e._s(e.mailData.subject)+" ")]),t("div",{staticClass:"mail-head mb24"},[t("el-image",{staticClass:"mail-avatar",attrs:{src:i(3690),fit:"cover"}}),t("div",{staticClass:"mail-roster"},[t("h3",[e._v(e._s(e.mailData.nickName))]),t("div",{staticClass:"mail-to"},[t("span",[e._v("发送至:")]),t("p",[e._v(e._s(e.mailData.bloggerNames))])])]),t("span",{staticClass:"mail-date"},[e._v(" "+e._s(e.mailData.gmtCreate)+" ")])],1),e.mailData.attachmentRes?t("div",[e.mailData.attachmentRes.length?t("attachment-list",{attrs:{file:e.mailData.attachmentRes}}):e._e()],1):e._e(),t("div",{staticClass:"mail-main",domProps:{innerHTML:e._s(e.filterBaseTag(e.mailData.content))}})]):e._e()])])},lMe=[],cMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"file-list grid grid-cols-4 mb16"},[e._l(e.handleShowFile(),(function(n,i){return t("div",{key:i,staticClass:"file-item mb8"},[t("i",{staticClass:"dss-iconfont icon-file-4 mr8"}),t("h3",{staticClass:"beyond_eip mr8"},[e._v(" "+e._s(n.name)+" ")]),t("a",{on:{click:function(t){return e.downFile(n)}}},[t("i",{staticClass:"dss-iconfont icon-download"})])])})),t("div",{staticClass:"file-action col-span-4 mb8"},[e.file.length>4?t("button",{staticClass:"file-btn mr12",on:{click:function(t){e.isShrink=!e.isShrink}}},[t("i",{staticClass:"dss-iconfont icon-arrow-down mr4",style:e.isShrink?"":"transform: rotate(180deg);"}),t("p",[e._v(" "+e._s(e.isShrink?`${e.$i18n.t("outboxDetail.show_all")}`+(e.file.length-4)+`${e.$i18n.t("outboxDetail.file_num")}`:`${e.$i18n.t("outboxDetail.retract")}`)+" ")])]):e._e(),t("button",{staticClass:"file-btn mr12",on:{click:e.downloadAll}},[t("p",{staticClass:"mr4"},[e._v(e._s(e.$i18n.t("outboxDetail.down_all"))+":")]),t("i",{staticClass:"dss-iconfont icon-download"})])])],2)},uMe=[],dMe={props:{file:{default:()=>[],type:Array}},data(){return{isShrink:!0}},methods:{downFile(e){Vs(e.link,e.name)},downloadAll(){this.file.forEach((e=>{Vs(e.link,e.name)}))},handleShowFile(){const e=JSON.parse(JSON.stringify(this.file));return this.isShrink?e.slice(0,4):e}}},hMe=dMe,pMe=Ba(hMe,cMe,uMe,!1,null,"1d8b2830",null),fMe=pMe.exports,mMe={name:"edm-send",components:{AttachmentList:fMe},props:{goBackUrl:{type:String,default:"/edmManage/mailData"}},data(){return{id:1*this.$route.query.id,mailData:[]}},created(){this.initPageData()},methods:{initPageData(){qFe(this.id).then((e=>{e&&(this.mailData=e.data)}))},filterBaseTag(e){if(e)return e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/\r\n/g,"<br />"),e=e.replace(/ツ?/g,""),e=e.replace(/<base.*?(?:>|\/>)/gi,""),e}}},gMe=mMe,vMe=Ba(gMe,sMe,lMe,!1,null,"58a17d30",null),yMe=vMe.exports,bMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("div",{staticClass:"bread mb24"},[t("el-breadcrumb",{attrs:{separator:"/"}},[t("el-breadcrumb-item",[e._v("EDM")]),t("el-breadcrumb-item",{attrs:{to:{path:e.goBackUrl}}},[e._v(" 邮件数据 ")]),t("el-breadcrumb-item",[e._v("收信详情")])],1)],1),t("div",{staticClass:"main"},[t("div",{staticClass:"head mb24"},[e._v(" 收信箱 ")]),t("div",{staticClass:"body"},[0!==e.mailData.length?t("h1",{staticClass:"beyond_eip mb32"},[e._v(" "+e._s(e.mailData[0].subject)+" ")]):e._e(),e._l(e.mailData,(function(n,i){return t("div",{key:i,staticClass:"mb24"},[t("div",{staticClass:"mail-head mb24",on:{click:function(t){return e.spreadMain(n.id)}}},[t("el-image",{staticClass:"mail-avatar",attrs:{src:n.bloggerAvatar,fit:"cover"}}),t("div",{staticClass:"mail-roster"},[t("h3",[e._v(e._s(1===n.type?n.bloggerName:n.userName))]),t("div",{staticClass:"mail-to"},[t("span",[e._v("发送至:")]),t("p",[e._v(e._s(1===n.type?n.userName:n.bloggerName))])])]),t("span",{staticClass:"mail-date"},[e._v(" "+e._s(n.createTime)+" ")])],1),e.spreadId===n.id?t("div",[n.attachment?t("div",[n.attachment.length?t("attachment-list",{attrs:{file:n.attachment}}):e._e()],1):e._e()]):e._e(),e.spreadId===n.id?t("div",{staticClass:"mail-main",domProps:{innerHTML:e._s(e.filterBaseTag(n.content))}}):e._e()])}))],2)])])},wMe=[],_Me={name:"edm-receive",components:{AttachmentList:fMe},props:{goBackUrl:{type:String,default:"/edmManage/mailData"}},data(){return{id:this.$route.query.id,chatId:this.$route.query.chatId,spreadId:this.$route.query.id,mailData:[]}},created(){this.initPageData()},methods:{initPageData(){this.chatId?UFe(this.chatId).then((e=>{"0"===e.code&&(this.mailData=e.data)})):WFe(this.id).then((e=>{"0"===e.code&&this.mailData.push(e.data)}))},spreadMain(e){e!==this.spreadId?this.spreadId=e:this.spreadId=-1},handleAvatar(e,t){return 1===e?"":2===e&&t?t:""},filterBaseTag(e){if(e)return e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/\r\n/g,"<br />"),e=e.replace(/ツ?/g,""),e=e.replace(/<base.*?(?:>|\/>)/gi,""),e}}},CMe=_Me,xMe=Ba(CMe,bMe,wMe,!1,null,"7a1abb1c",null),SMe=xMe.exports,kMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"recipient-container"},[t("div",{staticClass:"recipient-box"},[t("div",{staticClass:"recipient-header"},[t("div",{staticClass:"header-left"},[e._v(e._s(e.$t("edm2.mailEn23")))]),t("div",{staticClass:"header-right"},[t("div",{staticClass:"add-recipient",on:{click:e.addRecipient}},[t("i",{staticClass:"dss-iconfont icon-add1"}),e._v(e._s(e.$t("edm2.mailEn24"))+" ")]),t("div",{staticClass:"remove-recipient",on:{click:e.removeRecipient}},[t("i",{staticClass:"dss-iconfont icon-remove"}),e._v(e._s(e.removeText)+" ")]),t("div",{staticClass:"next-btn"},[t("el-button",{on:{click:e.cancel}},[e._v(e._s(e.$t("common.cancle")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.nextStep}},[e._v(" "+e._s(e.$t("edm2.mailEn25"))+" ")])],1)])]),t("div",{staticClass:"recipient-table"},[t("WTable",{ref:"mailTable",attrs:{"row-key":"id",tableConfig:{selection:e.tableConfigSelection,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableDataShow[e.tableDataShowIndex],height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,total:e.allTableData.length,isRecipientList:!0,tableConfigSelection:e.tableConfigSelection,countRecipient:e.allTableData.length,validRecipient:e.validRecipient,layout:"total, prev, pager, next, jumper"},on:{handleBtnClick:e.confirmRemoveRecipient,changeCurrent:e.tableChangeCurrent},scopedSlots:e._u([{key:"blogger",fn:function({data:n}){return[t("BloggerColumn",{attrs:{bloggerAvatar:n.scope.bloggerAvatar,bloggerName:n.scope.bloggerName,bloggerUsername:n.scope.bloggerUsername,bloggerId:n.scope.bloggerId,platform:n.scope.platform,bloggerInfo:n.scope},on:{toBloggerDeatil:e.toBloggerDeatil}})]}},{key:"platform",fn:function({data:n}){return["youtube"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png"}}):e._e(),"tiktok"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png"}}):e._e(),"instagram"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png"}}):e._e()]}}])})],1)]),e.isShowRepeatDrawer?t("repeat-recipient",{attrs:{isShowDrawer:e.isShowRepeatDrawer,repeatRecipientData:e.repeatRecipientData},on:{closeRecipientDrawer:e.closeRecipientDrawer,confirmRepeatRecipient:e.confirmRepeatRecipient}}):e._e()],1)},EMe=[],DMe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$t("edm2.mailEn31"),visible:e.isShowDrawer,size:"560px","append-to-body":!0},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeRecipientDrawer}},[t("p",{staticClass:"tips"},[e._v(e._s(e.$t("edm2.mailEn32")))]),e._l(e.repeatArr,(function(n,i){return t("div",{key:i,staticClass:"repeat-item"},[t("div",{staticClass:"blogger-info"},[t("div",{staticClass:"info-left"},[t("div",{staticClass:"avatar"},[t("el-image",{attrs:{src:n.bloggerAvatar}})],1),t("div",{staticClass:"username"},[e._v(e._s(n.bloggerName))]),null!==n.country?t("div",{staticClass:"country"},[t("i",{staticClass:"dss-iconfont icon-dss-weizhi"}),e._v(e._s(n.country)+" ")]):e._e(),t("div",{staticClass:"platform"},[t("el-image",{attrs:{src:"youtube"==n.platform?"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png":"tiktok"==n.platform?"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png":"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png"}})],1)]),t("div",{staticClass:"info-right"},[t("div",{staticClass:"right-top"},[e._v(e._s(e._f("numFormat")(n.fansNum)))]),t("div",{staticClass:"right-bottom"},[e._v(e._s(e.$t("writeMail.fans_num")))])])]),t("WTable",{attrs:{height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,tableColumnConfig:e.tableColumnConfig,tableData:n.repeatTableData,total:n.repeatTableData.length,layout:"total"},scopedSlots:e._u([{key:"radio",fn:function({data:i}){return[t("el-radio",{attrs:{label:i.scope.id},on:{input:function(t){return e.changeRadio(t,n.bloggerId)}},model:{value:n.radio,callback:function(t){e.$set(n,"radio",t)},expression:"item.radio"}},[t("span")])]}}],null,!0)})],1)})),t("div",{staticClass:"btns"},[t("el-button",{on:{click:e.cancelRepeatRecipient}},[e._v(" "+e._s(e.$t("common.cancle"))+" ")]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmRepeatRecipient}},[e._v(" "+e._s(e.$t("inboxTable.confirm"))+" ")])],1)],2)},AMe=[],OMe={components:{WTable:JIe},props:{isShowDrawer:{type:Boolean,default:!1},repeatRecipientData:{type:Array,default:()=>[]}},data(){return{repeatArr:this.repeatRecipientData,tableHeight:256,loading:!1,tableColumnConfig:[{label:"",scope:"radio"},{label:Vc.$t("inboxDetail.planVal"),prop:"popularizePlanName",showOverflowTooltip:!0},{label:Vc.$t("edm2.mailEn26"),prop:"chooseSourceStr"}],tableData:[],tableTotal:0,radio:"",selectedRepeatIds:[]}},methods:{changeRadio(e,t){let n={id:e,bloggerId:t};this.selectedRepeatIds.some((e=>e.bloggerId===n.bloggerId))||this.selectedRepeatIds.push(n),this.selectedRepeatIds=this.selectedRepeatIds.map((e=>e.bloggerId===n.bloggerId?n:e))},closeRecipientDrawer(){this.$emit("closeRecipientDrawer")},cancelRepeatRecipient(){this.closeRecipientDrawer()},confirmRepeatRecipient(){this.$emit("confirmRepeatRecipient",this.selectedRepeatIds)}}},TMe=OMe,IMe=Ba(TMe,DMe,AMe,!1,null,"606cf912",null),PMe=IMe.exports,FMe={name:"recipientList",components:{WTable:JIe,BloggerColumn:eBe,repeatRecipient:PMe},props:{allTableData:{type:Array,default:()=>[]}},data(){return{tableColumnConfig:[{label:"",scope:"blogger"},{label:Vc.t("edm2.mailEn17"),prop:"country"},{label:Vc.t("edm2.mailEn18"),scope:"platform"},{label:Vc.t("writeMail.fans_num"),prop:"fansNum",format:"numFormat"},{label:Vc.t("inboxDetail.planVal"),prop:"popularizePlanName",showOverflowTooltip:!0},{label:Vc.t("edm2.mailEn26"),prop:"chooseSourceStr",showOverflowTooltip:!0}],tableDataShow:[],tableDataShowIndex:0,loading:!1,total:0,tableHeight:Ws(200),searchForm:{currentPage:1,pageSize:20},removeText:Vc.t("edm2.mailEn27"),tableConfigSelection:!1,isShowRepeatDrawer:!1,repeatRecipientData:[],resultRecipientData:[],validRecipient:0,countRecipient:0,isShowSave:!1,draftEmails:[],hasNotice:!1}},watch:{allTableData:{deep:!0,handler(e){0!==e.length&&this.getValidReceiver(),this.tableDataShow=[];let t=JSON.parse(JSON.stringify(e));if(e.length>20){let n=Math.floor(e.length/20);for(let e=0;e<n;e++)this.tableDataShow[e]=t.splice(0,20);this.tableDataShow.push([...t])}else this.tableDataShow[0]=e},immediate:!0}},created(){this.init()},methods:{toBloggerDeatil(e){this.$emit("toBloggerDeatil",e)},filterHtmlTag(e){return e&&(e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<[^>]+>|&[^>]+;/g,""),e=e.replace(new RegExp(" ","g"),""),e=e.replace(new RegExp("\n","g"),""),e=e.replace(new RegExp(" ","g"),"")),null==e||""==e||void 0==e},getValidReceiver(){let e=Ns(this.allTableData,"bloggerId");P$e({bloggerIds:e}).then((e=>{"0"===e.code?this.validRecipient=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},init(){this.tableDataShowIndex=0,this.$refs["mailTable"]&&(this.$refs["mailTable"].pageNum=1)},tableChangeCurrent({pageNum:e}){this.tableDataShowIndex=e-1},removeRecipient(){this.removeText=this.removeText==this.$t("edm2.mailEn27")?this.$t("edm2.mailEn28"):this.$t("edm2.mailEn27"),this.tableConfigSelection=this.removeText==this.$t("edm2.mailEn28"),this.$refs.mailTable.$refs.xTable.clearSelection()},addRecipient(){this.$emit("addRecipient")},confirmRemoveRecipient(e,t){this.$refs.mailTable.$refs.xTable.clearSelection(),this.init(),this.$emit("confirmRemoveRecipient",t)},cancel(){this.allTableData.length>500?this.$confirm(this.$t("edm5.v247"),"",{showCancelButton:!1,confirmButtonText:this.$t("edm5.v248")}):this.$route.query.draftId?this.getDraftDetail():0==this.allTableData.length?(this.$router.push("/outbox"),localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData")):(this.isShowSave=!0,this.remindSave())},async getDraftDetail(){try{const e=await Zd(this.$route.query.draftId);if("0"===e.code){this.draftEmails=e.data.map((e=>({id:e.writeEmailId,subject:e.subject,content:e.content,attachments:e.attachmentRes||[]})));const t=this.draftEmails.every((e=>!e.subject)),n=this.draftEmails.every((e=>this.filterHtmlTag(e.content))),i=this.draftEmails.every((e=>e.attachments&&0==e.attachments.length));console.log(t,n,i),0==this.allTableData.length&&t&&n&&i?this.$router.push("/outbox"):(this.isShowSave=!0,this.remindSave())}else this.$message({type:"error",message:e.message,customClass:"custom-message"})}catch(ul){console.log(ul)}},async saveDraft(){if(0!==this.allTableData.length){let e=await this.getBloggerMail(this.allTableData);if(0!==e.length){e.length<this.allTableData.length&&(this.hasNotice=!0);let t=[];e.forEach((e=>{let n=this.allTableData.find((t=>t.bloggerId===e.id));n&&t.push(n)}));const n=t.map((e=>({bloggerId:e.bloggerId,chooseSource:e.chooseSource||void 0,popularizePlanId:e.popularizePlanId||void 0,popularizePlanName:e.popularizePlanName||void 0}))),i={id:this.$route.query.draftId?this.$route.query.draftId:"",emails:this.$route.query.draftId?this.draftEmails:[],bloggerInfos:n,type:1==this.$route.query.isTiming?2:99,timing:1==this.$route.query.isTiming?this.$route.query.rowTime:void 0,replyId:void 0,sendEntryKey:"outbox-cancle",writeIds:[]};try{const e=await Pd(i);"0"===e.code?(this.hasNotice&&this.$message({type:"warning",message:this.$t("edm5.v249"),customClass:"custom-message",duration:2e3}),this.$router.push("/outbox"),localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData")):this.$message({type:"error",message:e.message,customClass:"custom-message"})}catch(ul){return console.log(ul),!1}}}else{const e=[],t={id:this.$route.query.draftId?this.$route.query.draftId:"",emails:this.$route.query.draftId?this.draftEmails:[],bloggerInfos:e,type:1==this.$route.query.isTiming?2:99,timing:1==this.$route.query.isTiming?this.$route.query.rowTime:void 0,replyId:void 0,sendEntryKey:"outbox-cancle",writeIds:[]};try{const e=await Pd(t);"0"===e.code?(this.$router.push("/outbox"),localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData")):this.$message({type:"error",message:e.message,customClass:"custom-message"})}catch(ul){return console.log(ul),!1}}},remindSave(){if(this.isShowSave){const e=confirm(`${this.$i18n.t("writeMail.save_draft_tip")}`);e&&this.saveDraft(!0)}},nextStep(){this.$emit("confirmToWritePage")},closeRecipientDrawer(){this.isShowRepeatDrawer=!1},confirmRepeatRecipient(e){0==e.length?this.$confirm(this.$t("edm2.mailEn29"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning",customClass:"custom-confirm"}).then((()=>{const e=new Set(this.repeatRecipientData.map((e=>e.bloggerId)));this.resultRecipientData=this.allTableData.filter((t=>!e.has(t.bloggerId))),this.$emit("confirmToWritePage",this.resultRecipientData)})).catch((()=>{console.log("取消操作")})):e.length<this.repeatRecipientData.length?this.$confirm(this.$t("edm2.mailEn29"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning",customClass:"custom-confirm"}).then((()=>{const t=new Set(e.map((e=>e.bloggerId))),n=this.repeatRecipientData.filter((e=>!t.has(e.bloggerId))),i=(this.repeatRecipientData.filter((e=>t.has(e.bloggerId))),new Set(n.map((e=>e.bloggerId)))),r=this.allTableData.filter((e=>!i.has(e.bloggerId))),o=new Map(e.map((e=>[e.bloggerId,e.id])));this.resultRecipientData=r.filter((e=>{const t=o.get(e.bloggerId);return!t||e.id===t})),this.$emit("confirmToWritePage",this.resultRecipientData)})).catch((()=>{console.log("取消操作")})):e.length==this.repeatRecipientData.length&&this.$confirm(this.$t("edm2.mailEn30"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning",customClass:"custom-confirm"}).then((()=>{const t=new Map(e.map((e=>[e.bloggerId,e.id])));this.resultRecipientData=this.allTableData.filter((e=>{const n=t.get(e.bloggerId);return!n||e.id===n})),this.$emit("confirmToWritePage",this.resultRecipientData)})).catch((()=>{console.log("取消操作")}))},excludeMatchingBloggerId(e,t){const n=new Map(e.map((e=>[e.bloggerId,e.id])));return t.filter((e=>n.get(e.bloggerId)===e.id))},async getBloggerMail(e){let t=[],n=Ns(e,"bloggerId");return await Ld({code:"checkBloggerhasEmail",data:{param:{bloggerIds:n}}}).then((n=>{if("0"===n.code){if(0===n.data.length)return void this.$message({type:"warning",message:this.$t("edm5.v251"),customClass:"custom-message"});if(n.data.length<e.length){let i=[];e.forEach((e=>{n.data.forEach((t=>{e.bloggerId===t.blogId&&i.push(e)}))})),i.forEach((e=>{t.push({id:e.bloggerId,name:e.bloggerName})}))}else e.length===n.data.length&&e.forEach((e=>{t.push({id:e.bloggerId,name:e.bloggerName})}))}})),t}}},$Me=FMe,BMe=Ba($Me,kMe,EMe,!1,null,"40cd6474",null),MMe=BMe.exports,NMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"bind-help"},[t("div",{staticClass:"box-main"},[t("div",{staticClass:"title1"},[e._v(e._s(e.$t("edm5.v137")))]),t("div",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v138"))+" ")]),t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v139")))]),t("div",{staticClass:"content"},[t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v140"))+" ")]),t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v141"))+" ")]),t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v142"))+" ")]),t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v143"))+" ")])]),t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v144")))]),t("div",{staticClass:"content"},[t("p",{staticClass:"methods"},[e._v(" "+e._s(e.$t("edm5.v145"))+" ")]),e._m(0),t("p",{staticClass:"methods"},[e._v(" "+e._s(e.$t("edm5.v146")))]),t("p",{staticStyle:{"font-weight":"500","margin-top":"6px"}},[e._v(e._s(e.$t("edm5.v147")))]),e._m(1),t("p",{staticStyle:{"font-weight":"500","margin-top":"6px"}},[e._v(" "+e._s(e.$t("edm5.v148"))+" ")]),e._m(2),e._m(3),t("p",{staticStyle:{"font-weight":"500","margin-top":"6px"}},[e._v(" "+e._s(e.$t("edm5.v149"))+" ")]),e._m(4),e._m(5)]),t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v150")))]),t("div",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v151"))+" ")]),t("div",{staticClass:"rule-table"},[t("el-table",{staticClass:"bind-rule-table",staticStyle:{width:"100%"},attrs:{border:"",data:e.tableData}},[t("el-table-column",{attrs:{width:"140",align:"center",prop:"name",label:e.$t("edm5.v152")}}),t("el-table-column",{attrs:{width:"168",align:"center",prop:"smtp",label:e.$t("edm5.v153")}}),t("el-table-column",{attrs:{width:"160",align:"center",prop:"isNeedAuth",label:e.$t("edm5.v154")}}),t("el-table-column",{attrs:{align:"left",prop:"value",label:e.$t("edm5.v155")},scopedSlots:e._u([{key:"default",fn:function(n){return[t("div",{staticClass:"help-content",domProps:{innerHTML:e._s(n.row.helps)}})]}}])}),t("el-table-column",{attrs:{align:"left",prop:"value",label:e.$t("edm5.v156")},scopedSlots:e._u([{key:"default",fn:function(n){return[e._l(n.row.rules.rule,(function(n){return t("p",{key:n,staticClass:"rule-item"},[e._v(" "+e._s(n)+" ")])})),t("p",[t("a",{staticClass:"r-link",attrs:{href:n.row.rules.link,target:"_blank"}},[e._v(e._s(e.$t("edm5.v157")))])])]}}])})],1)],1),t("div",{staticClass:"other-tip"},[t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v158")))]),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v159")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v160"))+" ")]),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v161")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v162"))+" ")]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v163"))+" ")]),t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/email-rule.png",alt:""}}),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v164")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v165"))+" ")]),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v166")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v167"))+" ")])])])])},RMe=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-1.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-2.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-3.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-4.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-5.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-6.png",alt:""}})])}],jMe={name:"bind-help",data(){return{tableData:[{name:this.$t("edm5.v168"),smtp:"smtp.qiye.aliyun.com",isNeedAuth:this.$t("edm5.v49"),helps:`<p>\n <a class="r-link" href="https://help.aliyun.com/document_detail/606337.html" target="_blank">${this.$t("edm5.v172")}</a>\n <a class="r-link" href="https://help.aliyun.com/document_detail/36576.html" target="_blank">${this.$t("edm5.v173")}</a>\n </p>`,rules:{rule:[this.$t("edm5.v169"),this.$t("edm5.v170")],link:"https://help.aliyun.com/document_detail/439236.html"}},{name:this.$t("edm5.v171"),smtp:"smtp.exmail.qq.com",isNeedAuth:this.$t("edm5.v48"),helps:`<p>\n <a class="r-link" href="https://open.work.weixin.qq.com/help2/pc/19886?person_id=1&subtype=1&id=20095&no=1001570" target="_blank">${this.$t("edm5.v174")}</a>\n <a class="r-link" href="https://open.work.weixin.qq.com/help2/pc/19902?person_id=0" target="_blank">${this.$t("edm5.v175")}</a>\n </p>`,rules:{rule:[this.$t("edm5.v176"),this.$t("edm5.v177"),this.$t("edm5.v178")],link:"https://www.qqeml.com/exmail-help-rese/item/39-72"}},{name:this.$t("edm5.v179"),smtp:"smtp.qq.com",isNeedAuth:this.$t("edm5.v48"),helps:`<p>\n <a class="r-link" href="https://service.mail.qq.com/detail/0/75" target="_blank">${this.$t("edm5.v180")}</a>\n </p>`,rules:{rule:[this.$t("edm5.v181")],link:"https://kf.qq.com/faq/161223nMnQfm161223rEbQNr.html"}},{name:this.$t("edm5.v182"),smtp:"smtp-mail.outlook.com",isNeedAuth:this.$t("edm5.v49"),helps:`<p>\n <p style="margin-bottom:12px;">Outlook SMTP<a style="margin-left:8px;display:inline;" class="r-link" href="https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040" target="_blank">${this.$t("edm5.v183")}</a></p>\n <p>${this.$t("edm5.v184")}<a class="r-link" href="https://outlook.live.com/mail/0/options/mail/accounts/popImap" target="_blank">${this.$t("edm5.v185")}</a></p>\n </p>`,rules:{rule:[this.$t("edm5.v186"),this.$t("edm5.v187"),this.$t("edm5.v188")],link:"https://support.microsoft.com/zh-cn/office/%E4%BB%A5-outlook-com-%E5%8F%91%E9%80%81%E9%99%90%E5%88%B6-279ee200-594c-40f0-9ec8-bb6af7735c2e#:~:text=%E7%94%B5%E5%AD%90%E9%82%AE%E4%BB%B6%20Outlook.com%20%E9%99%90%E5%88%B6%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F%201%20%E6%AF%8F%E6%97%A5%E6%94%B6%E4%BB%B6%E4%BA%BA%EF%BC%9A5%2C000%202,%E6%AF%8F%E5%B0%81%E9%82%AE%E4%BB%B6%E7%9A%84%E6%9C%80%E5%A4%A7%E6%94%B6%E4%BB%B6%E4%BA%BA%E6%95%B0%EF%BC%9A500%203%20%E6%AF%8F%E6%97%A5%E9%9D%9E%E5%85%B3%E7%B3%BB%E6%94%B6%E4%BB%B6%E4%BA%BA%EF%BC%9A1%2C000%20%E6%B3%A8%E6%84%8F%3A%20%E9%99%90%E5%88%B6%E5%8F%AF%E8%83%BD%E5%9B%A0%E4%BD%BF%E7%94%A8%E5%8E%86%E5%8F%B2%E8%AE%B0%E5%BD%95%E8%80%8C%E5%BC%82%EF%BC%8C%E5%AF%B9%E4%BA%8E%E9%9D%9E%E8%AE%A2%E9%98%85%E8%80%85%EF%BC%8C%E9%99%90%E5%88%B6%E5%B0%86%E8%BE%83%E4%BD%8E%E3%80%82%20%E2%80%9C%E9%9D%9E%E5%85%B3%E7%B3%BB%E6%94%B6%E4%BB%B6%E4%BA%BA%E2%80%9D%E6%98%AF%E6%8C%87%E4%BD%A0%E4%BB%A5%E5%89%8D%E4%BB%8E%E6%9C%AA%E5%8F%91%E9%80%81%E7%94%B5%E5%AD%90%E9%82%AE%E4%BB%B6%E8%BF%87%E7%9A%84%E4%BA%BA%E3%80%82%20%E4%BB%BB%E4%BD%95%E7%AC%AC%E4%B8%89%E6%96%B9%E8%BF%9E%E6%8E%A5%E5%B8%90%E6%88%B7%E7%9A%84%E5%8F%91%E9%80%81%E9%99%90%E5%88%B6%E5%8F%96%E5%86%B3%E4%BA%8E%E6%9C%8D%E5%8A%A1%E6%8F%90%E4%BE%9B%E5%95%86%E3%80%82"}}]}}},LMe=jMe,zMe=Ba(LMe,NMe,RMe,!1,null,"02a9d603",null),VMe=zMe.exports;let HMe="",UMe="";function WMe(e){UMe=e,localStorage.setItem("EDMDefaultEnv",e),"dev"===e||"development"===e||"test"===e?HMe="https://api.kuku.info":"pre"===e?HMe="https://api.wotokol.com/index.php":"prod"!==e&&"production"!==e||(HMe="https://api.wotokol.com/index.php")}const qMe=Sn.create({baseURL:"",timeout:25e4});qMe.interceptors.request.use((function(e){const t=(new Date).getTime(),n=Pn()+t,i=e.params||e.data;let r={},o="";i?(r=Nn(e.url,n,t,i),o=r.hmacBytes):(r=Nn(e.url,n,t),o=r.hmacBytes),e.baseURL=UMe?HMe:"https://api.wotokol.com/index.php",e.headers["appkey"]=Tn,e.headers["timestamp"]=t,e.headers["nonce"]=n,e.headers["cookieid"]=o,e.headers["sign"]=zn(i).hmacBytes;let a=localStorage.getItem("sourceApp");return a&&(e.headers["sourceApp"]=localStorage.getItem("sourceApp")),localStorage.getItem("token")&&(e.headers["token"]=localStorage.getItem("token")),localStorage.getItem("Authorization")&&(e.headers["Authorization"]=localStorage.getItem("Authorization")),localStorage.getItem("dss_token")&&(e.headers["dss-token"]=localStorage.getItem("dss_token")),e}),(function(e){return Promise.reject(e)})),qMe.interceptors.response.use((function(e){return 503===e.status&&alert("服务器不可用,请联系系统管理员"),e.data}),(function(e){return Promise.reject(e)}));let YMe="",GMe="";function KMe(e){GMe=e,localStorage.setItem("EDMDefaultEnv",e),"dev"===e||"development"===e||"test"===e?YMe="https://dss-apis.kuku.info":"pre"===e?YMe="https://dss-apis.wotokol.com/":"prod"!==e&&"production"!==e||(YMe="https://dss-apis.wotokol.com/")}const XMe=Sn.create({baseURL:"",timeout:25e4});XMe.interceptors.request.use((function(e){return e.baseURL=GMe?YMe:"https://dss-apis.wotokol.com/",localStorage.getItem("Authorization")&&(e.headers["Authorization"]=localStorage.getItem("Authorization")),e}),(function(e){return Promise.reject(e)})),XMe.interceptors.response.use((function(e){503===e.status&&alert("服务器不可用,请联系系统管理员");try{if("object"===typeof e.data&&e.data.hasOwnProperty("code")&&0!=e.data.code){const t=JSON.parse(localStorage.getItem("user_info")||"{}"),n=t.user_id?t.user_id+"_":"";throw new Error(n+e.request.responseURL+e.request.responseText||e.data.code)}}catch(ul){console.error("An error occurred:",ul),Sa(ul)}return e.data}),(function(e){return Promise.reject(e)}));const ZMe=[Na,k$e,o$e,q$e,rl,xd,rBe,gBe,CBe,aMe,yMe,SMe,MMe,VMe],JMe=function(e){ZMe.forEach((t=>{e.component(t.name,t)}))};var QMe={install:JMe,initJavaService:ma,initHubService:WMe,initDssService:KMe},eNe=QMe}(),r}()}));
|
|
231
|
+
***************************************************************************** */function QOe(e){var t=e.menus,n=e.renderElems,i=e.renderStyle,r=e.elemsToHtml,o=e.styleToHtml,a=e.preParseHtml,s=e.parseElemsHtml,l=e.parseStyleHtml,c=e.editorPlugin;t&&t.forEach((function(e){return JOe.registerMenu(e)})),n&&n.forEach((function(e){return JOe.registerRenderElem(e)})),i&&JOe.registerRenderStyle(i),r&&r.forEach((function(e){return JOe.registerElemToHtml(e)})),o&&JOe.registerStyleToHtml(o),a&&a.forEach((function(e){return JOe.registerPreParseHtml(e)})),s&&s.forEach((function(e){return JOe.registerParseElemHtml(e)})),l&&JOe.registerParseStyleHtml(l),c&&JOe.registerPlugin(c)}X6.forEach((function(e){return QOe(e)})),QOe(gie),QOe(Qle),QOe(xve),QOe(_ke),QOe(YOe);var eTe='<svg viewBox="0 0 1024 1024"><path d="M959.877 128l0.123 0.123v767.775l-0.123 0.122H64.102l-0.122-0.122V128.123l0.122-0.123h895.775zM960 64H64C28.795 64 0 92.795 0 128v768c0 35.205 28.795 64 64 64h896c35.205 0 64-28.795 64-64V128c0-35.205-28.795-64-64-64zM832 288.01c0 53.023-42.988 96.01-96.01 96.01s-96.01-42.987-96.01-96.01S682.967 192 735.99 192 832 234.988 832 288.01zM896 832H128V704l224.01-384 256 320h64l224.01-192z"></path></svg>',tTe={link:{menuKeys:["editLink","unLink","viewLink"]},image:{menuKeys:["imageWidth30","imageWidth50","imageWidth100","editImage","viewImageLink","deleteImage"]},pre:{menuKeys:["enter","codeBlock","codeSelectLang"]},table:{menuKeys:["enter","tableHeader","tableFullWidth","insertTableRow","deleteTableRow","insertTableCol","deleteTableCol","deleteTable"]},divider:{menuKeys:["enter"]},video:{menuKeys:["enter","editVideoSize"]}},nTe={hoverbarKeys:ZOe(ZOe({},tTe),{text:{menuKeys:["headerSelect","insertLink","bulletedList","|","bold","through","color","bgColor","clearStyle"]}})};JOe.setEditorConfig(ZOe(ZOe({},nTe),{decorate:XOe}));var iTe={hoverbarKeys:tTe};JOe.setSimpleEditorConfig(ZOe(ZOe({},iTe),{decorate:XOe}));var rTe={toolbarKeys:["headerSelect","blockquote","|","bold","underline","italic",{key:"group-more-style",title:Hq("editor.more"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M204.8 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path><path d="M505.6 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path><path d="M806.4 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path></svg>',menuKeys:["through","code","sup","sub","clearStyle"]},"color","bgColor","|","fontSize","fontFamily","lineHeight","|","bulletedList","numberedList","todo",{key:"group-justify",title:Hq("editor.justify"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M768 793.6v102.4H51.2v-102.4h716.8z m204.8-230.4v102.4H51.2v-102.4h921.6z m-204.8-230.4v102.4H51.2v-102.4h716.8zM972.8 102.4v102.4H51.2V102.4h921.6z"></path></svg>',menuKeys:["justifyLeft","justifyRight","justifyCenter","justifyJustify"]},{key:"group-indent",title:Hq("editor.indent"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M0 64h1024v128H0z m384 192h640v128H384z m0 192h640v128H384z m0 192h640v128H384zM0 832h1024v128H0z m0-128V320l256 192z"></path></svg>',menuKeys:["indent","delIndent"]},"|","emotion","insertLink",{key:"group-image",title:Hq("editor.image"),iconSvg:eTe,menuKeys:["insertImage","uploadImage"]},{key:"group-video",title:Hq("editor.video"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M981.184 160.096C837.568 139.456 678.848 128 512 128S186.432 139.456 42.816 160.096C15.296 267.808 0 386.848 0 512s15.264 244.16 42.816 351.904C186.464 884.544 345.152 896 512 896s325.568-11.456 469.184-32.096C1008.704 756.192 1024 637.152 1024 512s-15.264-244.16-42.816-351.904zM384 704V320l320 192-320 192z"></path></svg>',menuKeys:["insertVideo","uploadVideo"]},"insertTable","codeBlock","divider","|","undo","redo","|","fullScreen"]};JOe.setToolbarConfig(rTe);var oTe={toolbarKeys:["blockquote","header1","header2","header3","|","bold","underline","italic","through","color","bgColor","clearStyle","|","bulletedList","numberedList","todo","justifyLeft","justifyRight","justifyCenter","|","insertLink",{key:"group-image",title:Hq("editor.image"),iconSvg:eTe,menuKeys:["insertImage","uploadImage"]},"insertVideo","insertTable","codeBlock","|","undo","redo","|","fullScreen"]};function aTe(e){void 0===e&&(e={});var t=e.selector,n=void 0===t?"":t,i=e.content,r=void 0===i?[]:i,o=e.html,a=e.config,s=void 0===a?{}:a,l=e.mode,c="simple"===(void 0===l?"default":l)?JOe.simpleEditorConfig:JOe.editorConfig,u=ZOe(ZOe({},c.hoverbarKeys||{}),s.hoverbarKeys||{});return RW({selector:n,config:ZOe(ZOe(ZOe({},c),s),{hoverbarKeys:u}),content:r,html:o,plugins:JOe.plugins})}function sTe(e){var t=e.selector,n=e.editor,i=e.config,r=void 0===i?{}:i,o=e.mode,a=void 0===o?"default":o;if(!t)throw new Error("Cannot find 'selector' when create toolbar");var s="simple"===a?JOe.simpleToolbarConfig:JOe.toolbarConfig,l=function(e,t){if(null==e)throw new Error("Cannot create toolbar, because editor is null");var n=t.selector,i=t.config,r=void 0===i?{}:i;if(function(e,t){return LH(e,"data-w-e-toolbar",t)}(e,n))throw new Error("Repeated create toolbar by selector '"+n+"'");var o=sj({toolbarKeys:[],excludeKeys:[],insertKeys:{index:0,keys:[]},modalAppendToBody:!1},r||{}),a=new HW(n,o);return uL.set(a,e),dL.set(e,a),a}(n,{selector:t,config:ZOe(ZOe({},s),r)});return l}JOe.setSimpleToolbarConfig(oTe);var lTe=function(){return lTe=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},lTe.apply(this,arguments)};function cTe(e){var t="请使用 '@".concat(e,"' 事件,不要放在 props 中");return t+"\nPlease use '@".concat(e,"' event instead of props")}var uTe=Yn().extend({render:function(e){return e("div",{ref:"box"})},name:"Editor",data:function(){return{curValue:"",editor:null}},props:["defaultContent","defaultConfig","mode","defaultHtml","value"],mounted:function(){this.create()},watch:{value:function(e){e===this.curValue||this.setHtml(e)}},methods:{setHtml:function(e){var t=this.editor;null!=t&&t.setHtml(e)},create:function(){var e=this;if(null!=this.$refs.box){var t=this.defaultConfig||{},n=JSON.stringify(Array.isArray(this.defaultContent)?this.defaultContent:[]);aTe({selector:this.$refs.box,html:this.defaultHtml||this.value||"",config:lTe(lTe({},t),{onCreated:function(n){if(e.editor=Object.seal(n),e.$emit("onCreated",n),t.onCreated){var i=cTe("onCreated");throw new Error(i)}},onChange:function(n){var i=n.getHtml();if(e.curValue=i,e.$emit("input",i),e.$emit("onChange",n),t.onChange){var r=cTe("onChange");throw new Error(r)}},onDestroyed:function(n){if(e.$emit("onDestroyed",n),t.onDestroyed){var i=cTe("onDestroyed");throw new Error(i)}},onMaxLength:function(n){if(e.$emit("onMaxLength",n),t.onMaxLength){var i=cTe("onMaxLength");throw new Error(i)}},onFocus:function(n){if(e.$emit("onFocus",n),t.onFocus){var i=cTe("onFocus");throw new Error(i)}},onBlur:function(n){if(e.$emit("onBlur",n),t.onBlur){var i=cTe("onBlur");throw new Error(i)}},customAlert:function(n,i){if(e.$emit("customAlert",n,i),t.customAlert){var r=cTe("customAlert");throw new Error(r)}},customPaste:function(n,i){if(t.customPaste){var r=cTe("customPaste");throw new Error(r)}var o;return e.$emit("customPaste",n,i,(function(e){o=e})),o}}),content:JSON.parse(n),mode:this.mode||"default"})}}}}),dTe=Yn().extend({name:"Toolbar",render:function(e){return e("div",{ref:"box"})},props:["editor","defaultConfig","mode"],methods:{create:function(e){null!=this.$refs.box&&null!=e&&(nz.getToolbar(e)||sTe({editor:e,selector:this.$refs.box,config:this.defaultConfig||{},mode:this.mode||"default"}))}},watch:{editor:{handler:function(e){null!=e&&this.create(e)},immediate:!0}}}),hTe={listModule:{unOrderedList:"Bullet List",orderedList:"Numbered List"},common:{ok:"Confirm",delete:"Delete",enter:"Enter"},blockQuote:{title:"Quote"},codeBlock:{title:"Code Block"},color:{color:"Font Color",bgColor:"Background Color",default:"Default Color",clear:"Clear Background Color"},divider:{title:"Divider"},emotion:{title:"Emotion"},fontSize:{title:"Font Size",default:"Default Font"},fontFamily:{title:"Font",default:"Default Font Size"},fullScreen:{title:"Full Screen"},header:{title:"subject",text:"content"},uploadImgModule:{uploadImage:"Upload Image",uploadError:"{{fileName}} Error Occurred While Uploading Image"},image:{netImage:"Online Images",delete:"Delete Image",edit:"Edit Image",viewLink:"View Link",src:"Image Address",desc:"Image Description",link:"Image Link"},indent:{decrease:"Decrease Indentation",increase:"Increase Indentation"},justify:{left:"Left Align",right:"Right Align",center:"Center Align",justify:"Justify"},lineHeight:{title:"Line Height",default:"Default Line Height"},link:{insert:"Insert Link",text:"Link Text",url:"Link Address",unLink:"Remove Link",edit:"Edit Link",view:"View Link"},videoModule:{delete:"Delete Video",uploadVideo:"Upload Video",insertVideo:"Insert Video",videoSrc:"Video Address",insertPlaceHolder:"Video File URL or Third-Party <iframe>",ok:"OK",editSize:"Resize",width:"Width",height:"Height"},sub:{title:"sub"},textStyle:{bold:"bold",clear:"Clear formatting",code:"Inline Code",italic:"italic",sub:"Subscript",sup:"Superscript",through:"Strikethrough",underline:"Underline"},tableModule:{deleteCol:"Delete Column",deleteRow:"Delete Row",deleteTable:"Delete Table",widthAuto:"Auto Width",insertCol:"Insert Column",insertRow:"Insert Row",insertTable:"Insert Table",header:"Table Header"},undo:{undo:"Undo",redo:"Redo"},todo:{todo:"Todo"}};let pTe=qi.get("language")||"zh";"en"===pTe?(zq("en",{...hTe}),Vq("en")):"zh"===pTe&&Vq("zh-CN");var fTe={components:{Toolbar:dTe,Editor:uTe},props:{height:{default:350,type:Number},theme:{default:"",type:String},htmlText:{default:"",type:String}},data(){return{editor:null,content:this.htmlText,toolbarConfig:{excludeKeys:["blockquote","|","fullScreen","codeBlock","group-video"]},editorConfig:{MENU_CONF:{uploadImage:{server:"/upload/file",async customUpload(e,t){const n=new FormData;console.log("ff",e),n.append("file",e);let i=[];i.push({fileName:e.name,fileSize:e.size}),Qa({fileName:e.name,fileSize:e.size}).then((n=>{console.log("oss",n);let i=new FormData;i.append("key",n.data.objectName),i.append("success_action_status","200"),i.append("x-oss-object-acl","public-read"),i.append("OSSAccessKeyId",n.data.accessKeyId),i.append("policy",n.data.uploadPolicy),i.append("signature",n.data.uploadSignature),i.append("success_action_status","200"),i.append("file",e),es(n.data.uploadHost,i).then((()=>{let e=n.data.uploadHost+"/"+n.data.objectName;t(e)}))}))}},emotion:{emotions:["😀","😁","😂","😃","😄","😅","😆","😉","😊","😋","😎","😍","😘","😗","😙","😚","😇","😐","😑","😶","😏","😣","😥","😮","😯","😪","😫","😴","😌","😛","😜","😝","😒","😓","😔","😕","😲","😷","😖","😞","😟","😤","😢","😭","😦","😧","😨","😬","😰","😱","😳","😵","😡","😠","💘","❤","💓","💔","💕","💖","💗","💙","💚","💛","💜","💝","💞","💟","❣","💪","👈","👉","☝","👆","👇","✌","✋","👌","👍","👎","✊","👊","👋","👏","👐","✍","🍇","🍈","🍉","🍊","🍋","🍌","🍍","🍎","🍏","🍐","🍑","🍒","🍓","🍅","🍆","🌽","🍄","🌰","🍞","🍖","🍗","🍔","🍟","🍕","🍳","🍲","🍱","🍘","🍙","🍚","🍛","🍜","🍝","🍠","🍢","🍣","🍤","🍥","🍡","🍦","🍧","🍨","🍩","🍪","🎂","🍰","🍫","🍬","🍭","🍮","🍯","🍼","☕","🍵","🍶","🍷","🍸","🍹","🍺","🍻","🍴","🌹","🍀","🍎","💰","📱","🌙","🍁","🍂","🍃","🌷","💎","🔪","🔫","🏀","⚽","⚡","👄","👍","🔥","🙈","🙉","🙊","🐵","🐒","🐶","🐕","🐩","🐺","🐱","😺","😸","😹","😻","😼","😽","🙀","😿","😾","🐈","🐯","🐅","🐆","🐴","🐎","🐮","🐂","🐃","🐄","🐷","🐖","🐗","🐽","🐏","🐑","🐐","🐪","🐫","🐘","🐭","🐁","🐀","🐹","🐰","🐇","🐻","🐨","🐼","🐾","🐔","🐓","🐣","🐤","🐥","🐦","🐧","🐸","🐊","🐢","🐍","🐲","🐉","🐳","🐋","🐬","🐟","🐠","🐡","🐙","🐚","🐌","🐛","🐜","🐝","🐞","🦋","😈","👿","👹","👺","💀","☠","👻","👽","👾","💣","0️⃣","1️⃣","2️⃣","3️⃣","4️⃣","5️⃣","6️⃣","7️⃣","8️⃣","9️⃣","🔟","➡️","⬅️","⬆️","⬇️","↗️","↘️","↙️","↖️","↕️","↔️","🔴","🟣","🔵","🟢","🟡","🟠","⚫","⚪️","🟤"]}}}}},methods:{onCreated(e){this.editor=Object.seal(e),console.log("editor",this.editor),window.editor=this.editor,this.$emit("onload")},getContent(){return this.editor.getHtml()},getTextContent(){return this.editor.getText()},setContent(e){return this.editor.setHtml(e)},addEditContent(e){return this.editor.setHtml(this.content+e)},insertEditContent(e){return this.editor.insertText(e)},dangerouslyInsertHtml(e){return this.editor.dangerouslyInsertHtml(e)},isEmpty(){return this.editor.isEmpty()},setDisable(){return this.editor.disable()},setFocus(){this.editor.focus()}}},mTe=fTe,gTe=Ba(mTe,rh,oh,!1,null,null,null),vTe=gTe.exports,yTe=function(){var e=this,t=e._self._c;return t("div",[t("el-dialog",{attrs:{visible:e.isShow,"close-on-click-modal":!1,"before-close":e.close,title:e.$i18n.t("writeMail.delayed_sending"),width:"462px"},on:{"update:visible":function(t){e.isShow=t}}},[t("div",{staticClass:"delayed"},[t("div",{staticClass:"delayed-form mb24"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.choose_send_time"))+":")]),t("el-date-picker",{attrs:{type:"datetime",placeholder:e.$i18n.t("writeMail.choose_time_date"),format:"yyyy-MM-dd HH:mm:ss","value-format":"yyyy-MM-dd HH:mm:ss"},model:{value:e.form.time,callback:function(t){e.$set(e.form,"time",t)},expression:"form.time"}})],1),t("div",{staticClass:"delayed-tip"},[e._v(" "+e._s(e.$i18n.t("writeMail.will"))+" "),t("span",[e._v(e._s(e.form.time))]),e._v(" "+e._s(e.$i18n.t("writeMail.post_to"))+" ")])]),t("div",{staticClass:"delayed-foot"},[t("button",{staticClass:"dialog-btn dialog-btn-linear mr24",on:{click:e.close}},[e._v(" "+e._s(e.$i18n.t("writeMail.cancle"))+" ")]),t("button",{staticClass:"dialog-btn dialog-btn-face",on:{click:e.affirm}},[e._v(" "+e._s(e.$i18n.t("writeMail.send"))+" ")])])])],1)},bTe=[],wTe={props:{isShow:{default:!1,type:Boolean},rowTime:{type:String,default:""}},data(){return{form:{time:this.rowTime?this.rowTime:this.$Formatter.getAfterMinuteTime(5)}}},methods:{affirm(){this.$emit("affirm",this.form.time)},close(){this.$emit("close")}}},_Te=wTe,CTe=Ba(_Te,yTe,bTe,!1,null,"773502ed",null),xTe=CTe.exports,STe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"wrap"},[t("div",{staticClass:"wrap-search px24 mb24"},[t("div",{staticClass:"form-item mr24"},[t("button",{staticClass:"search-btn search-btn-face",on:{click:function(t){e.isShowCreate=!0}}},[e._v(" "+e._s(e.$i18n.t("product.add_product"))+" ")])]),t("div",{staticClass:"form-item"},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.searchForm.name,callback:function(t){e.$set(e.searchForm,"name",t)},expression:"searchForm.name"}},[t("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:function(t){return e.init()}},slot:"append"})],1)],1)]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isLoading,expression:"isLoading"}],staticClass:"list hidden-scrollbar link-body"},[e._l(e.linkList,(function(n,i){return t("div",{key:i,staticClass:"link-item"},[t("img",{attrs:{src:n.image_url}}),t("div",{staticClass:"link-content"},[t("span",{staticClass:"link-name"},[e._v(e._s(n.name_zh))]),t("div",{staticClass:"link-btn-group"},[t("button",{staticClass:"link-item-btn",on:{click:function(t){return e.useProtLink(n.url)}}},[e._v(" "+e._s(e.$i18n.t("product.link"))+" ")])])])])})),0===e.tableTotal?t("div",{staticClass:"w-full h-full flex items-center justify-center"},[e._v(" "+e._s(e.$i18n.t("product.no_data"))+" ")]):e._e()],2),t("div",{staticClass:"list-page"},[t("el-pagination",{attrs:{"current-page":e.searchForm.page,total:e.tableTotal,"page-size":e.searchForm.page_size,"pager-count":5,small:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1),e.isShowCreate?t("add-link",{attrs:{addDialog:e.isShowCreate},on:{close:function(t){e.isShowCreate=!1},init:function(t){e.searchForm.page=1,e.init()}}}):e._e()],1)},kTe=[],ETe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShowDialog,"close-on-click-modal":!1,title:e.$i18n.t("product.create_product"),width:"440px","append-to-body":""},on:{"update:visible":function(t){e.isShowDialog=t},close:e.close}},[t("div",{staticClass:"flex flex-col items-center"},[t("div",{staticClass:"pro-upload-container mb24"},[t("div",{staticClass:"pro-upload-main",on:{click:e.uploadImg}},[t("input",{staticStyle:{display:"none"},attrs:{id:"pro-upload-input",type:"file",accept:"image/gif, image/jpeg, image/jpg, image/png"}}),e.proForm.image_url?e._e():t("i",{staticClass:"dss-iconfont icon-upload"}),e.proForm.image_url?t("img",{attrs:{src:e.proForm.image_url}}):e._e()]),t("h3",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.upload_picture"))+" ")]),t("span",[e._v("("+e._s(e.$i18n.t("product.length_limit"))+"5MB)")])]),t("div",{staticClass:"pro-form"},[t("el-form",{ref:"proForm",attrs:{model:e.proForm,rules:e.verifyProForm}},[t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.product_name"))+": ")]),t("el-form-item",{attrs:{prop:"name_zh"}},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},on:{input:function(t){return e.inputProName(t,"addZhName")}},model:{value:e.proForm.name_zh,callback:function(t){e.$set(e.proForm,"name_zh",t)},expression:"proForm.name_zh"}})],1)],1),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.en_name"))+": ")]),t("el-form-item",{attrs:{prop:"name_en"}},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},on:{input:function(t){return e.inputProName(t,"addEnName")}},model:{value:e.proForm.name_en,callback:function(t){e.$set(e.proForm,"name_en",t)},expression:"proForm.name_en"}})],1)],1),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.product_type"))+": ")]),t("el-form-item",{attrs:{prop:"type"}},[t("el-select",{attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.proForm.type,callback:function(t){e.$set(e.proForm,"type",t)},expression:"proForm.type"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("product.link_goods")}}),t("el-option",{attrs:{value:2,label:e.$i18n.t("product.link_app")}}),t("el-option",{attrs:{value:3,label:e.$i18n.t("product.link_web")}})],1)],1)],1),1===e.proForm.type?t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.E_COMMERCE"))+": ")]),t("el-form-item",{attrs:{prop:"platform"}},[t("el-select",{attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.proForm.platform,callback:function(t){e.$set(e.proForm,"platform",t)},expression:"proForm.platform"}},[t("el-option",{attrs:{value:"Amazon",label:e.$i18n.t("product.link_amazon")}}),t("el-option",{attrs:{value:"AliExpress",label:e.$i18n.t("product.link_aliExpress")}}),t("el-option",{attrs:{value:"Lazada",label:e.$i18n.t("product.link_lazada")}}),t("el-option",{attrs:{value:"Shopee",label:e.$i18n.t("product.link_shopee")}}),t("el-option",{attrs:{value:"OtherSite",label:e.$i18n.t("product.link_independent")}}),t("el-option",{attrs:{value:"Tiktok",label:"TikTok"}}),t("el-option",{attrs:{value:"TheOther",label:e.$i18n.t("product.link_other")}})],1)],1)],1):e._e(),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.produce_link"))+": ")]),t("el-form-item",{attrs:{prop:"url"}},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.proForm.url,callback:function(t){e.$set(e.proForm,"url",t)},expression:"proForm.url"}})],1)],1),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.product_price"))+": ")]),t("el-form-item",{attrs:{prop:"price_dollar"}},[t("el-input",{attrs:{type:"number",placeholder:e.$i18n.t("common.please_input")},model:{value:e.proForm.price_dollar,callback:function(t){e.$set(e.proForm,"price_dollar",t)},expression:"proForm.price_dollar"}})],1),t("div",{staticClass:"pro-form-tip"},[e._v(e._s(e.$i18n.t("product.dollar")))])],1)]),t("div",{staticClass:"flex justify-end"},[t("button",{staticClass:"pro-btn pro-btn-disabled mr12",on:{click:function(t){e.isShowDialog=!1}}},[e._v(" "+e._s(e.$i18n.t("common.cancle"))+" ")]),t("button",{staticClass:"pro-btn pro-btn-face",attrs:{disabled:e.isSubmit},on:{click:e.createPrd}},[e.isSubmit?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" "+e._s(e.$i18n.t("common.confirm"))+" ")])])],1)])])},DTe=[];async function ATe(e){let t=await wa("/koc/product/search",e);return t}async function OTe(e){let t=await wa("/koc/product/productCreate",e);return t}async function TTe(e){let t=await wa("/koc/product/upPrdCover",e);return t}async function ITe(e){let t=await wa("/koc/Blogger/keywordsAssociate",e);return t}async function PTe(e){let t=await wa("/user/product/search",e);return t}async function FTe(e){let t=await va(`/user/product/details/${e.id}`);return t}async function $Te(e){let t=await va("/user/product/allProductPullDown",e);return t}async function BTe(e){let t=await va("/user/productCard/apply",e);return t}async function MTe(e){let t=await wa("/user/productCard/form/list",e);return t}var NTe={props:{addDialog:{type:Boolean,default:!1}},data(){return{isShowDialog:this.addDialog,proForm:{name_zh:"",name_en:"",image_url:"",url:"",type:"",platform:"",price_dollar:""},verifyProForm:{name_zh:[{required:!0,message:`${this.$i18n.t("product.empty_link_name")}`,trigger:"blur"}],name_en:[{required:!0,message:`${this.$i18n.t("product.empty_en_name")}`,trigger:"blur"},{max:100,message:`${this.$i18n.t("product.limit_en_words")}`,trigger:"blur"},{validator:(e,t,n)=>{const i=/^[0-9a-zA-Z,:,:%-_ ]+$/g;i.test(t)?n():n(new Error(`${this.$i18n.t("product.false_en_name")}`))},trigger:"blur"}],type:[{required:!0,message:`${this.$i18n.t("product.select_link_type")}`,trigger:"change"}],platform:[{validator:(e,t,n)=>{1!==this.proForm.type||t?n():n(new Error(`${this.$i18n.t("product.select_platform")}`))},trigger:"change"}],url:[{required:!0,message:`${this.$i18n.t("product.empty_link")}`,trigger:"blur"}],price_dollar:[{validator:(e,t,n)=>{1===this.proForm.type&&""===t?n(new Error(`${this.$i18n.t("product.empty_price")}`)):n()},trigger:"blur"}]},isSubmit:!1}},methods:{inputProName(e,t){e&&this.checkInput({keyword:e,is_show_error:1},t)},checkInput(e,t){ITe(e).then((e=>{400===e.code&&(this.$message.error(e.msg),"addZhName"===t?this.proForm.name_zh="":"addEnName"===t&&(this.proForm.name_en=""))}))},createPrd(){this.$refs["proForm"].validate((e=>{if(!e)return!1;{if(!this.proForm.image_url)return void this.$message({message:`${this.$i18n.t("product.no_img")}`,type:"warning"});const e={name_zh:this.proForm.name_zh,name_en:this.proForm.name_en,image_url:this.proForm.image_url,url:this.proForm.url,type:[this.proForm.type],platform:this.proForm.platform,price_dollar:1*this.proForm.price_dollar};this.isSubmit=!0,OTe(e).then((e=>{0===e.code?(this.$emit("init"),this.close(),this.$message({message:"`${this.$i18n.t('product.create_success')}`",type:"success"})):(this.isSubmit=!1,11e4===e.code?this.$message({type:"warning",message:`${this.$i18n.t("product.false_link")}`}):300001===e.code?this.$message({type:"warning",message:`${this.$i18n.t("product.re_link_name")}`}):this.$message({type:"warning",message:e.msg}))}))}}))},uploadImg(){const e=this,t=document.getElementById("pro-upload-input");t.click(),t.onchange=function(t){const n=this.files[0].size/1024/1024<5;if(!n)return void e.$message.error(`${e.$i18n.t("product.limit_upload")}`);const i=new FormData;i.append("file",this.files[0]),TTe(i).then((n=>{200===n.code?(e.$message({message:n.msg,type:"success"}),e.proForm.image_url=n.data.url,t.target.value=""):e.$message({message:n.msg,type:"warning"})}))}},close(){this.isSubmit=!1,this.proForm.name_zh="",this.proForm.name_en="",this.proForm.image_url="",this.proForm.url="",this.proForm.type="",this.proForm.platform="",this.proForm.price_dollar="",this.$emit("close")}}},RTe=NTe,jTe=Ba(RTe,ETe,DTe,!1,null,"3e764b9e",null),LTe=jTe.exports,zTe={components:{AddLink:LTe},data(){return{searchForm:{name:"",page:1,page_size:10},isLoading:!1,linkList:[],tableTotal:0,isShowCreate:!1}},created(){this.init()},methods:{init(){this.isLoading=!0,ATe(this.searchForm).then((e=>{0===e.code?(this.isLoading=!1,this.linkList=e.data.items,this.tableTotal=e.data.total):(this.isLoading=!1,this.$message.error(e.msg))}))},changePage(e){this.searchForm.page=e,this.init()},useProtLink(e){this.$emit("setMailLink",e)}}},VTe=zTe,HTe=Ba(VTe,STe,kTe,!1,null,"e27f4ae4",null),UTe=HTe.exports,WTe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,title:e.$i18n.t("checkMail.send_notice"),width:"480px","before-close":e.closeNotice,"custom-class":["notice-dialog","en"==e.language?"en-notice-dialog":""],"close-on-click-modal":!1},on:{"update:visible":function(t){e.isShow=t}}},[t("ul",{staticClass:"notice-ul"},[e._l(e.noticeArr,(function(n,i){return t("li",{key:i},[e._v(e._s(n))])})),t("li",[t("span",[e._v(e._s(e.$i18n.t("checkMail.tip13")))])])],2),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-checkbox",{model:{value:e.remind14Day,callback:function(t){e.remind14Day=t},expression:"remind14Day"}},[e._v(e._s(e.$i18n.t("checkMail.tip14")))]),t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.closeNotice}},[e._v(e._s(e.$i18n.t("checkMail.know")))])],1)])},qTe=[],YTe={props:{isShow:{default:!1,type:Boolean}},data(){return{noticeArr:[this.$i18n.t("checkMail.tip15"),this.$i18n.t("checkMail.tip16")],remind14Day:!1,language:qi.get("language")}},methods:{closeNotice(){this.$emit("closeNotice",this.remind14Day)}}},GTe=YTe,KTe=Ba(GTe,WTe,qTe,!1,null,null,null),XTe=KTe.exports,ZTe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,title:e.$i18n.t("checkMail.tip9"),width:"480px","before-close":e.closeLimit,"custom-class":"limit-dialog","close-on-click-modal":!1},on:{"update:visible":function(t){e.isShow=t}}},[t("p",{staticClass:"tip2"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip10_1",{value:e.totalSendNum}))+" "),t("span",[e._v(e._s(e.restSendNum))]),e._v(" "+e._s(e.$i18n.t("checkMail.tip10_2"))+" ")]),t("ul",{staticClass:"limit-ul"},[t("li",[e._v(e._s(e.$i18n.t("checkMail.tip11")))]),t("li",[e._v(e._s(e.$i18n.t("checkMail.tip12")))])]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.closeLimit}},[e._v(e._s(e.$i18n.t("checkMail.know")))])],1)])},JTe=[],QTe={props:{isShow:{default:!1,type:Boolean},totalSendNum:{type:Number,default:0},restSendNum:{type:Number,default:0}},data(){return{}},methods:{closeLimit(){this.$emit("closeLimit")}}},eIe=QTe,tIe=Ba(eIe,ZTe,JTe,!1,null,null,null),nIe=tIe.exports,iIe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,width:"620px","before-close":e.closeCheck,"custom-class":"check-dialog "+("en"==e.language?"en-check-dialog":""),"close-on-click-modal":!1,"show-close":0===e.active&&1==e.currentStatus&&(0!==e.reContactNum||0!==e.riskNum||0!==e.cooperatedNum)},on:{"update:visible":function(t){e.isShow=t}}},[t("el-steps",{attrs:{active:e.active+1,"align-center":"","finish-status":"finish"}},e._l(e.stepsArr,(function(e,n){return t("el-step",{key:n,attrs:{title:e}})})),1),0===e.active?t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.checkLoading,expression:"checkLoading"}],staticClass:"active1"},[t("div",{staticClass:"check-title",class:{"check-title-success":0===e.reContactNum&&0===e.riskNum&&0===e.cooperatedNum}},[0!==e.reContactNum||0!==e.riskNum||0!==e.cooperatedNum?t("span",{staticClass:"txt"},[e._v("检测发现"+e._s(e.totalNum)+"位有效收件人中有以下情况,请选择是否过滤")]):e._e(),t("span",{staticClass:"tips"},[e._v("有效发件人:为了保障邮箱健康度,平台将会自动过滤掉当天有过重复标题发送的红人")])]),t("div",{staticClass:"check-item",class:{"item-success":0===e.reContactNum}},[t("div",{staticClass:"check-item_left"},[t("div",{staticClass:"check-label"},[t("span",{staticClass:"red"},[e._v(e._s(0===e.reContactNum?"无":e.reContactNum+"位"))]),e._v("重复触达红人 ")]),t("div",{staticClass:"check-tip"},[e._v("*30天内邮件联系过")])]),t("div",{staticClass:"check-item_right"},[t("el-switch",{directives:[{name:"show",rawName:"v-show",value:e.reContactNum>0,expression:"reContactNum > 0"}],attrs:{"active-text":e.isFilterRepeat?"过滤":"不过滤"},on:{change:e.changeFilter},model:{value:e.isFilterRepeat,callback:function(t){e.isFilterRepeat=t},expression:"isFilterRepeat"}})],1),t("img",{attrs:{src:e.reContactNum>0?"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png":"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]),t("div",{staticClass:"check-item",class:{"item-success":0===e.riskNum}},[t("div",{staticClass:"check-item_left"},[t("div",{staticClass:"check-label"},[t("span",{staticClass:"red"},[e._v(e._s(0===e.riskNum?"无":e.riskNum+"位"))]),e._v("履约风险红人 ")]),t("div",{staticClass:"check-tip"},[e._v("*平台上记录有履约风险")])]),t("div",{staticClass:"check-item_right"},[t("el-switch",{directives:[{name:"show",rawName:"v-show",value:e.riskNum>0,expression:"riskNum > 0"}],attrs:{"active-text":e.isFilterRisk?"过滤":"不过滤"},on:{change:e.changeFilter},model:{value:e.isFilterRisk,callback:function(t){e.isFilterRisk=t},expression:"isFilterRisk"}})],1),t("img",{attrs:{src:e.riskNum>0?"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png":"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]),t("div",{staticClass:"check-item",class:{"item-success":0===e.cooperatedNum}},[t("div",{staticClass:"check-item_left"},[t("div",{staticClass:"check-label"},[t("span",{staticClass:"red"},[e._v(e._s(0===e.cooperatedNum?"无":e.cooperatedNum+"位"))]),e._v("合作红人 ")]),t("div",{staticClass:"check-tip"},[e._v("*与企业账号有合作中或合作完成的红人")])]),t("div",{staticClass:"check-item_right"},[t("el-switch",{directives:[{name:"show",rawName:"v-show",value:e.cooperatedNum>0,expression:"cooperatedNum > 0"}],attrs:{"active-text":e.isFilterCooperate?"过滤":"不过滤"},on:{change:e.changeFilter},model:{value:e.isFilterCooperate,callback:function(t){e.isFilterCooperate=t},expression:"isFilterCooperate"}})],1),t("img",{attrs:{src:e.cooperatedNum>0?"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png":"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]),0===e.reContactNum&&0===e.riskNum&&0===e.cooperatedNum?t("div",{staticClass:"success-tips"},[e._v(" 收件人均为首次触达,将在"),t("span",{staticClass:"tips-red"},[e._v("3S")]),e._v("后自动进行到下一步 ")]):e._e()]):e._e(),1===e.active?t("div",{staticClass:"active2"},[t("div",{staticClass:"variable-check"},[e.isLoading?[t("div",{staticClass:"var-wait wait mb16"},[t("p",[e._v(e._s(e.$i18n.t("checkMail.variable_replacement")))]),t("p",{staticClass:"var-loads"},[t("i",{staticClass:"dss-iconfont icon-jiazaizhong var-load"})])])]:[e.hasVar?t("div",{staticClass:"var-success success mb16"},[t("p",[e._v(e._s(e.$i18n.t("checkMail.variable_replacement")))]),t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]):e._e(),e.hasVar?e._e():t("div",{staticClass:"var-fail fail mb16"},[t("p",{staticClass:"fail-name"},[e._v(" "+e._s(e.$i18n.t("checkMail.variable_replacement"))+" ")]),t("p",{staticClass:"fail-tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip4"))+" ")]),t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png"}})])]],2),t("div",{staticClass:"spam-check"},[e.isLoading?t("p",{staticClass:"mt40"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip5"))+" ")]):e._e(),e.isLoading?e._e():[e.hasVar?t("p",{staticClass:"mt40"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip6_1"))+" "),t("span",{staticClass:"underline-span"},[e._v("3S")]),e._v(" "+e._s(e.$i18n.t("checkMail.tip6_2"))+" ")]):e._e(),e.hasVar?e._e():t("div",{staticClass:"var-btns"},[e.checkVar?t("button",{staticClass:"tip-btn active1-btn1",attrs:{size:"small"},on:{click:e.varCheckSend}},[e._v(" "+e._s(e.$i18n.t("checkMail.continue_sending_emails"))+" ")]):e._e(),t("el-button",{staticClass:"tip-btn",attrs:{size:"small",type:"primary"},on:{click:e.closeCheck}},[e._v(e._s(e.$i18n.t("checkMail.optimize_emails")))])],1)]],2)]):e._e(),2===e.active?t("div",{staticClass:"active3"},[e.isSuccess&&e.isSendSuccess?[t("div",{staticClass:"sucess-icon img-icon"},[t("i",{staticClass:"dss-iconfont icon-success1"})]),t("p",{staticClass:"mail-status"},[e._v(" "+e._s(e.$i18n.t("checkMail.email_created_successfully"))+" ")]),t("p",{staticClass:"mail-tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip7_1"))+" "),t("span",[e._v("3S")]),e._v(" "+e._s(e.$i18n.t("checkMail.tip7_2"))+" ")]),t("el-button",{staticClass:"mail-btn",attrs:{type:"primary",size:"small"},on:{click:e.skipToOut}},[e._v(e._s(e.$i18n.t("checkMail.jump_immediately")))])]:e._e(),e.isSuccess&&e.isSendSuccess?e._e():[t("div",{staticClass:"fail-icon img-icon"},[t("i",{staticClass:"dss-iconfont icon-fail"})]),t("p",{staticClass:"mail-status"},[e._v(e._s(e.$i18n.t("checkMail.creation_failed")))]),t("p",{staticClass:"mail-tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip8_1"))+" "),t("span",[e._v("3S")]),e._v(" "+e._s(e.$i18n.t("checkMail.tip8_2"))+" ")]),t("el-button",{staticClass:"mail-btn",attrs:{type:"primary",size:"small"},on:{click:e.closeCheck}},[e._v(e._s(e.$i18n.t("checkMail.close")))])]],2):e._e(),0!==e.active||1!=e.currentStatus||0===e.reContactNum&&0===e.riskNum&&0===e.cooperatedNum?e._e():t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("button",{staticClass:"active1-btn1",attrs:{size:"small"},on:{click:e.closeCheck}},[e._v(" 取 消 ")]),t("el-button",{staticClass:"active1-btn2",attrs:{size:"small",type:"primary"},on:{click:e.filterContactBlogger}},[e._v("下一步")])],1)],1)},rIe=[],oIe={props:{isShow:{default:!1,type:Boolean},totalNum:{type:Number,default:0},reContactNum:{type:Number,default:0},riskNum:{type:Number,default:0},cooperatedNum:{type:Number,default:0},filterBloggerArr:{type:Array,default:()=>[]},checkEmails:{type:Array,default:()=>[]},isSendSuccess:{type:Boolean,default:!0},isReply:{type:Boolean,default:!1},checkLoading:{type:Boolean,default:!1}},data(){return{active:0,stepsArr:[this.$t("edm5.v219"),this.$i18n.t("checkMail.filter_contacted_influencers"),this.$i18n.t("checkMail.email_quality_inspection"),this.$i18n.t("checkMail.create_email")],isSuccess:!0,currentStatus:1,hasVar:!1,isLoading:!1,checkVar:!0,language:qi.get("language"),isFilterRepeat:!0,isFilterRisk:!0,isFilterCooperate:!0}},mounted(){0===this.reContactNum&&0===this.riskNum&&0===this.cooperatedNum&&setTimeout((()=>{this.next()}),3e3)},methods:{closeCheck(){this.$emit("closeCheck")},next(){this.isSuccess?(this.active=1,this.isLoading=!0,Bd({emails:this.checkEmails}).then((e=>{"0"===e.code?(this.checkVar=!0,this.isLoading=!1,e.data?(this.hasVar=!0,setTimeout((()=>{this.active=2,this.$emit("selfSend")}),3e3)):this.hasVar=!1):(this.checkVar=!1,this.isLoading=!1,this.$message.error(e.message))}))):(this.active=2,setTimeout((()=>{this.closeCheck()}),3e3))},filterContactBlogger(){0===this.filterBloggerArr.length&&(this.isSuccess=!1),this.next()},skipToOut(){this.$emit("skipToOut")},varCheckSend(){this.active=2,0===this.filterBloggerArr.length?this.isSuccess=!1:this.$emit("selfSend")},changeFilter(){this.$emit("updateFilterBloggerArr",this.isFilterRepeat,this.isFilterRisk,this.isFilterCooperate)}}},aIe=oIe,sIe=Ba(aIe,iIe,rIe,!1,null,null,null),lIe=sIe.exports,cIe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"choose-email-container"},[t("el-dialog",{attrs:{visible:e.isShow,title:e.isCheckType?"":e.$i18n.t("setMail.Sending_settings"),width:e.isCheckType?"620px":"480px","before-close":e.closeChooseMail,"custom-class":"choosemail-dialog2 "+(e.isCheckType?"choosemail-isCheck":""),"close-on-click-modal":!1},on:{"update:visible":function(t){e.isShow=t}}},[e.isCheckType?t("el-steps",{attrs:{active:e.active,"align-center":"","finish-status":"finish"}},e._l(e.stepsArr,(function(n,i){return t("el-step",{key:i,attrs:{title:n,status:e.active>=i?"finish":"wait"}})})),1):e._e(),e.isCheckType?t("div",{staticClass:"send-tips"},[t("div",{staticClass:"tips-title"},[e._v(e._s(e.$t("edm5.v189")))]),t("div",{staticClass:"tips-item"},[e._v(" "+e._s(e.$t("edm5.v190",{value:e.totalSendNum}))+" ")]),t("div",{staticClass:"tips-item"},[e._v(" "+e._s(e.$t("edm5.v191"))+" ")])]):e._e(),e.isCheckType||"zh"!=e.language?e._e():t("span",{staticClass:"header-tips"},[e._v(e._s(e.$t("edm5.v192")))]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.authLoading,expression:"authLoading"}],class:{"check-list":e.isCheckType}},[t("div",{class:{"woto-mail":!0,"mail-active":"WOTOMAIL"===e.radio},on:{click:function(t){return e.changeEmail("WOTOMAIL")}}},[t("el-radio",{attrs:{value:e.radio,label:"WOTOMAIL"}},[e._v(e._s(e.$i18n.t("setMail.mailbox_system")))]),t("span",{staticClass:"set-default",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.setDefaultBindEmail("WOTOMAIL")}}},[e._v(e._s("WOTOMAIL"===e.defaultEmail?e.$t("edm5.v193"):e.$t("edm5.v194")))])],1),e.gmailVal?t("div",{class:{"woto-mail":!0,"mail-active":"GMAIL"===e.radio},on:{click:function(t){return e.changeEmail("GMAIL")}}},[t("el-radio",{attrs:{value:e.radio,label:"GMAIL"}},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.gmailVal)+" ")]),t("span",{staticClass:"email-address"},[e._v(" "+e._s(e.gmailVal))])])],1),t("span",{staticClass:"set-default",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.setDefaultBindEmail("GMAIL")}}},[e._v(e._s("GMAIL"===e.defaultEmail?e.$t("edm5.v193"):e.$t("edm5.v194")))]),t("span",{staticClass:"unBind",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.unbind("GMAIL")}}},[e._v(e._s(e.$t("edm5.v195")))])],1):e._e(),e._l(e.businessEmailList,(function(n){return t("div",{key:n.id,class:{"woto-mail":!0,"mail-active":e.radio===n.emailAddress},on:{click:function(t){return e.changeEmail(n.emailAddress)}}},[t("el-radio",{attrs:{value:e.radio,label:n.emailAddress}},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(n.emailAddress)+" ")]),t("span",{staticClass:"email-address"},[e._v(e._s(n.emailAddress))])])],1),t("span",{staticClass:"set-default",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.setDefaultBindEmail(n.emailAddress)}}},[e._v(e._s(e.defaultEmail===n.emailAddress?e.$t("edm5.v193"):e.$t("edm5.v194")))]),t("span",{staticClass:"unBind",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.unbind(n.emailAddress)}}},[e._v(e._s(e.$t("edm5.v195")))])],1)})),0===e.businessEmailList.length?t("div",{staticClass:"add-mail",on:{click:e.toOpenBind}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),t("span",{staticClass:"label"},[e._v(e._s(e.$t("edm5.v196")))])]):e._e()],2),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[e.businessEmailList.length>0?t("div",{staticClass:"left",on:{click:e.toOpenBind}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),t("span",{staticClass:"label"},[e._v(e._s(e.$t("edm5.v196")))])]):t("div"),e.isCheckType?t("el-button",{staticClass:"cancel-btn",attrs:{size:"small"},on:{click:e.closeChooseMail}},[e._v(e._s(e.$i18n.t("setMail.cancle")))]):e._e(),t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.confirmChoose}},[e._v(e._s(e.isCheckType?e.$i18n.t("edm2.mailEn25"):e.$i18n.t("setMail.confirm")))])],1)],1),t("el-dialog",{attrs:{title:e.$t("edm5.v196"),visible:e.bindEmailVisible,width:"480px","custom-class":"edm-bind-email-dialog"},on:{"update:visible":function(t){e.bindEmailVisible=t}}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.bingLoading,expression:"bingLoading"}]},["zh"==e.language?t("span",{staticClass:"header-tips"},[e._v(e._s(e.$t("edm5.v192")))]):e._e(),t("div",{staticClass:"email-top"},[t("div",{staticClass:"top-left"},[e._v(e._s(e.$t("edm5.v197")))]),t("div",{staticClass:"top-right",on:{click:e.toBindHelp}},[t("span",{staticClass:"config-info"},[e._v(e._s(e.$t("edm5.v198")))]),t("i",{staticClass:"dss-iconfont icon-arrow"})])]),t("div",{staticClass:"email-kind"},[t("el-select",{staticClass:"kind-select",attrs:{placeholder:e.$t("edm5.v98")},on:{change:e.providerChange},model:{value:e.businessParams.id,callback:function(t){e.$set(e.businessParams,"id",t)},expression:"businessParams.id"}},e._l(e.businessTemplateList,(function(e){return t("el-option",{key:e.id,attrs:{label:e.provider,value:e.id}})})),1)],1),t("div",{staticClass:"email-content"},["Gmail"===e.businessParams.id?[t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v199")))]),t("div",{staticClass:"item-input"},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.gmailValInput,callback:function(t){e.gmailValInput=t},expression:"gmailValInput"}})],1)]),t("div",{staticClass:"gmail-tip"},[t("p",[e._v("-"+e._s(e.$t("edm5.v200")))]),t("p",[e._v("-"+e._s(e.$t("edm5.v201")))]),t("p",[e._v("-"+e._s(e.$t("edm5.v202")))])])]:"Outlook"===e.businessParams.id?[t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v203")))]),t("div",{staticClass:"item-input"},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.outlookValInput,callback:function(t){e.outlookValInput=t},expression:"outlookValInput"}})],1)]),t("div",{staticClass:"gmail-tip"},[t("p",[e._v("-"+e._s(e.$t("edm5.v200")))]),t("p",[e._v("-"+e._s(e.$t("edm5.v201")))])])]:[t("el-form",{ref:"businessRuleForm",attrs:{model:e.businessParams,rules:e.businessRules}},[t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v204")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{attrs:{prop:"emailAddress"}},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.businessParams.emailAddress,callback:function(t){e.$set(e.businessParams,"emailAddress",t)},expression:"businessParams.emailAddress"}})],1)],1)]),t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v205")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{attrs:{prop:"pwd"}},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.businessParams.pwd,callback:function(t){e.$set(e.businessParams,"pwd",t)},expression:"businessParams.pwd"}})],1)],1)]),t("div",{staticClass:"content-item multiple-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v206")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{staticClass:"form-item-one",attrs:{prop:"smtpHost"}},[t("el-input",{staticClass:"input-one",attrs:{placeholder:e.$t("edm5.v207")},model:{value:e.businessParams.smtpHost,callback:function(t){e.$set(e.businessParams,"smtpHost",t)},expression:"businessParams.smtpHost"}})],1),t("el-form-item",{staticClass:"form-item-two",attrs:{prop:"encryptionType"}},[t("el-select",{staticClass:"input-two",attrs:{placeholder:e.$t("edm5.v98")},model:{value:e.businessParams.encryptionType,callback:function(t){e.$set(e.businessParams,"encryptionType",t)},expression:"businessParams.encryptionType"}},[t("el-option",{attrs:{label:e.$t("edm5.v208"),value:0}}),t("el-option",{attrs:{label:"SSL",value:1}}),t("el-option",{attrs:{label:"TLS",value:2}})],1)],1),t("el-form-item",{staticClass:"form-item-three",attrs:{prop:"smtpPort"}},[t("el-input",{staticClass:"input-three",attrs:{placeholder:e.$t("edm5.v209")},model:{value:e.businessParams.smtpPort,callback:function(t){e.$set(e.businessParams,"smtpPort",t)},expression:"businessParams.smtpPort"}})],1)],1)]),t("div",{staticClass:"content-item multiple-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v210")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{staticClass:"form-item-one",attrs:{prop:"imapHost"}},[t("el-input",{staticClass:"input-one",attrs:{placeholder:e.$t("edm5.v207")},model:{value:e.businessParams.imapHost,callback:function(t){e.$set(e.businessParams,"imapHost",t)},expression:"businessParams.imapHost"}})],1),t("el-form-item",{staticClass:"form-item-two",attrs:{prop:"encryptionType"}},[t("el-select",{staticClass:"input-two",attrs:{value:"SSL",placeholder:e.$t("edm5.v98"),disabled:""}},[t("el-option",{attrs:{label:e.$t("edm5.v208"),value:0}}),t("el-option",{attrs:{label:"SSL",value:1}}),t("el-option",{attrs:{label:"TLS",value:2}})],1)],1),t("el-form-item",{staticClass:"form-item-three",attrs:{prop:"imapPort"}},[t("el-input",{staticClass:"input-three",attrs:{placeholder:e.$t("edm5.v209")},model:{value:e.businessParams.imapPort,callback:function(t){e.$set(e.businessParams,"imapPort",t)},expression:"businessParams.imapPort"}})],1)],1)])])]],2),t("span",{staticClass:"bind-dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("div"),t("div",{staticClass:"right"},[t("el-button",{attrs:{size:"small"},on:{click:e.toCancelBind}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{attrs:{size:"small",loading:e.confirmBindLoading,type:"primary"},on:{click:e.toConfirmBind}},[e._v(e._s(e.$t("edm5.v36")))])],1)])])]),t("el-dialog",{attrs:{title:e.$i18n.t("setMail.unbind"),visible:e.innerVisible,"append-to-body":"","custom-class":`inner-dialog2 ${"en"==e.language?"en-inner-dialog2":""} ${e.hasToSendEmail?"inner-dialog2-has":""}`},on:{"update:visible":function(t){e.innerVisible=t}}},[e.hasToSendEmail?t("div",{staticClass:"inner-has-tips"},[e._v(" "+e._s(e.$t("edm5.v211"))+" ")]):t("div",{staticClass:"inner-tip-text"},["GMAIL"===e.currentUnbindEmail?t("span",[e._v(e._s(e.$i18n.t("setMail.tip1")))]):t("span",[e._v(" "+e._s(e.$t("edm5.v212",{currentUnbindEmail:e.currentUnbindEmail}))+" ")]),"GMAIL"===e.currentUnbindEmail?t("span",{staticClass:"guide",on:{click:e.toGuide}},[e._v("【"+e._s(e.$i18n.t("setMail.guide"))+"】")]):e._e()]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small"},on:{click:function(t){e.innerVisible=!1}}},[e._v(e._s(e.$i18n.t("setMail.cancle")))]),t("el-button",{attrs:{loading:e.unbindLoading,size:"small",type:"primary"},on:{click:e.confirmUnbind}},[e._v(e._s(e.$i18n.t("setMail.confirm_unbinding")))])],1)])],1)},uIe=[],dIe={props:{isShow:{default:!1,type:Boolean},currentSetEmail:{type:String,default:"WOTOMAIL"},currentEnv:{type:String,default:"https://www.wotohub.com"},isGoogleGrayShow:{type:Boolean,default:!0},isCheckType:{type:Boolean,default:!0},userId:{type:[Number,String],default:""},addresseeArrLength:{type:Number,default:0},totalSendNum:{type:Number,default:0}},data(){return{radio:"",gmailValInput:"",gmailVal:"",outlookValInput:"",isShowInput:!1,scopeVal:"https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.send%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.readonly%20",redirectUri:encodeURIComponent(this.currentEnv)+"%2Fwrite",code:"",innerVisible:!1,language:qi.get("language"),bindEmailVisible:!1,businessEmailList:[],businessTemplateList:[],businessParams:{id:"Outlook",emailAddress:"",pwd:"",smtpHost:"",encryptionType:0,smtpPort:"",imapHost:"",imapPort:"",provider:""},businessRules:{id:[{required:!0,message:this.$t("edm5.v213"),trigger:"change"}],emailAddress:[{required:!0,message:this.$t("edm5.v214"),trigger:"blur"},{type:"email",message:this.$t("edm5.v215"),trigger:"blur"}],pwd:[{required:!0,message:this.$t("edm5.v216"),trigger:"blur"}],smtpHost:[{required:!0,message:this.$t("edm5.v207"),trigger:"blur"},{validator:this.validateUrl,trigger:"blur"}],encryptionType:[{required:!0,message:this.$t("edm5.v98"),trigger:"change"}],smtpPort:[{required:!0,message:this.$t("edm5.v209"),trigger:"blur"},{validator:this.validatePort,trigger:"blur"}],imapHost:[{required:!0,message:this.$t("edm5.v207"),trigger:"blur"},{validator:this.validateUrl,trigger:"blur"}],imapPort:[{required:!0,message:this.$t("edm5.v209"),trigger:"blur"},{validator:this.validatePort,trigger:"blur"}]},bingLoading:!1,currentUnbindEmail:"",unbindLoading:!1,confirmBindLoading:!1,stepsArr:[this.$t("edm5.v219"),this.$i18n.t("checkMail.filter_contacted_influencers"),this.$i18n.t("checkMail.email_quality_inspection"),this.$i18n.t("checkMail.create_email")],active:0,defaultEmail:"",hasToSendEmail:!1,authLoading:!1,reloadTimer:null}},computed:{redirectUriGmail(){return encodeURIComponent("https://k8s-pre.wotohub.com"==this.currentEnv?"https://k8s-mail.wotokol.com":"https://mail.wotokol.com")+"%2FgmailBind"}},created(){if(this.radio=this.currentSetEmail,this.$route.query.code){this.code=this.$route.query.code;const e=localStorage.getItem("authorType");e&&"Gmail"===e?this.handleGmailAuth():e&&"Outlook"===e&&this.handleOutLookAuth()}this.$route.query.from&&"bindGmailPage"===this.$route.query.from&&this.clearEmailStorage(),this.queryIsBindGmail(),this.getBusinessEMails(),this.getBusinessTemplates(),this.getDefaultBindEmail()},beforeDestroy(){this.reloadTimer&&clearTimeout(this.reloadTimer)},methods:{queryIsBindGmail(){Md().then((e=>{"0"===e.code?e.data?Rd().then((e=>{"0"===e.code?this.gmailVal=e.data.email:this.$message.error(e.message)})):this.gmailVal="":this.$message.error(e.message)}))},changeEmail(e){this.radio=e},async getBusinessEMails(){try{const e=await Qd({});"0"===e.code?this.businessEmailList=e.data||[]:this.$message.error(e.message)}catch(ul){console.log(ul)}},async getBusinessTemplates(){try{const e=await eh({});"0"===e.code?this.businessTemplateList=[{provider:this.$t("edm5.v220"),value:"Outlook",id:"Outlook"}].concat([...e.data,{provider:"Gmail",value:"Gmail",id:"Gmail"}])||[]:this.$message.error(e.message)}catch(ul){console.log(ul)}},async getDefaultBindEmail(){try{const e=await Vd({});"0"===e.code?this.defaultEmail=["WOTOMAIL","GMAIL"].includes(e.data.sendType)?e.data.sendType:e.data.email:this.$message.error(e.message)}catch(ul){console.log(ul)}},async setDefaultBindEmail(e){try{if(e===this.defaultEmail)return!1;const t={};"WOTOMAIL"!==e&&"GMAIL"!==e?(t["qiyeId"]=this.businessEmailList.find((t=>t.emailAddress===e))?.id,t["sendType"]="QIYE"):t["sendType"]=e;const n=await zd(t);"0"===n.code?(this.$message.success(this.$t("edm5.v221")),this.getDefaultBindEmail()):this.$message.error(n.message)}catch(ul){console.log(ul)}},toOpenBind(){this.bindEmailVisible=!0},toCancelBind(){this.bindEmailVisible=!1},toConfirmBind(){"Gmail"===this.businessParams.id?this.authorizeGmail():"Outlook"===this.businessParams.id?this.authorizeOutlook():this.$refs["businessRuleForm"].validate((async e=>{if(!e)return console.log("error submit!!"),!1;try{this.confirmBindLoading=!0;const e=await th({...this.businessParams,providerId:this.businessParams.id});"0"===e.code?(this.$message.success(this.$t("edm5.v222")),this.getBusinessEMails(),this.bindEmailVisible=!1,this.$refs["businessRuleForm"].resetFields()):this.$message.error(e.message)}catch(ul){console.log(ul)}finally{this.confirmBindLoading=!1}}))},closeChooseMail(){this.$emit("closeChooseMail",this.radio)},confirmChoose(){"WOTOMAIL"===this.radio||this.isCheckType?this.handlerCurrentBind():this.$confirm(this.$t("edm5.v223"),this.$t("edm5.v224"),{confirmButtonText:this.$t("edm5.v225"),cancelButtonText:this.$t("edm5.v226"),type:"warning"}).then((()=>{this.handlerCurrentBind()})).catch((()=>{this.radio="WOTOMAIL"}))},async handlerCurrentBind(){const e={sendType:this.radio,qiyeId:void 0,gmailValue:void 0};if("WOTOMAIL"!==this.radio&&"GMAIL"!==this.radio&&(e["qiyeId"]=this.businessEmailList.find((e=>e.emailAddress===this.radio))?.id),"GMAIL"===this.radio&&(e.gmailValue=this.gmailVal),this.$emit("updateCurrentEmail",e),"WOTOMAIL"!==this.radio&&this.isCheckType){const e=await Xd(this.userId);if(!("0"===e.code&&e.data?.userBloggerEmailNum>=this.addresseeArrLength+e.data?.userUseBloggerEmailNum))return void this.$message.warning(this.$t("checkMail.messageTip1"));this.$emit("openCheckNext")}else"WOTOMAIL"===this.radio&&this.isCheckType?this.$emit("openCheckNext"):this.$message.success(this.$t("edm5.v227"));this.closeChooseMail()},authorizeGmail(){if(this.gmailVal)return this.$message.error(this.$t("edm5.v228"));if(!this.gmailValInput)return void this.$message.warning(`${this.$i18n.t("setMail.tip9")}`);const e=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;if(e.test(this.gmailValInput)){let e=this.$route.query;localStorage.setItem("beforeSkipPathQuery",JSON.stringify(e)),localStorage.setItem("authorType","Gmail"),localStorage.setItem("authorLink",this.gmailValInput),Nd({id:"",gmail:this.gmailValInput}).then((e=>{if("0"===e.code){let t="";if(e.data)t=`https://accounts.google.com/o/oauth2/auth?response_type=code&access_type=offline&client_id=478743684976-2e3nlm97t528lb0gn44notvkdacnjii9.apps.googleusercontent.com&redirect_uri=${this.redirectUri}&state=null&scope=${this.scopeVal}&approval_prompt=force&include_granted_scopes=true`;else{const e=JSON.parse(localStorage.getItem("user_info")||"{}");t=("https://k8s-pre.wotohub.com"==this.currentEnv?"https://k8s-mail.wotokol.com":"https://mail.wotokol.com")+"/login?"+`middleToken=${localStorage.getItem("token")}&user_id=${e.user_id}&nick_name=${e.nick_name}&company=${e.company}&phone=${e.phone}&vip=${e.vip}`}window.location.href=t}else this.$message.error(e.message)}))}else this.$message.warning(`${this.$i18n.t("setMail.tip10")}`)},handleGmailAuth(){this.authLoading=!0,jd({googleCode:this.code,authStatus:1,redirectUri:`${this.currentEnv}/write`}).then((e=>{"0"===e.code?(this.$message.success(`${this.$i18n.t("setMail.auth_success")}`),Rd().then((e=>{"0"===e.code?this.gmailVal=e.data.email:this.$message.error(e.message)}))):(this.gmailVal="",this.$message.error(e.message)),this.clearEmailStorage(),this.authLoading=!1})).catch((()=>{this.clearEmailStorage(),this.authLoading=!1})).finally((()=>{this.authLoading=!1}))},async authorizeOutlook(){if(!this.outlookValInput)return void this.$message.warning(this.$t("edm5.v229"));const e=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;if(e.test(this.outlookValInput)){let e=this.$route.query;localStorage.setItem("beforeSkipPathQuery",JSON.stringify(e)),localStorage.setItem("authorType","Outlook"),localStorage.setItem("authorLink",this.outlookValInput);try{const e=await Wd({type:"outlook"});if("0"===e.code){const{authorizeUrl:t,clientId:n,scope:i}=e.data;let r=`${t}?scope=${encodeURIComponent(i)}&response_type=code&client_id=${n}&redirect_uri=${this.redirectUri}`;console.log(r),window.location.href=r}}catch(ul){console.log(ul)}}else this.$message.warning(`${this.$i18n.t("setMail.tip10")}`)},async handleOutLookAuth(){try{this.authLoading=!0;const e=localStorage.getItem("authorLink"),t=await qd({code:this.code,type:"outlook",email:e||void 0});"0"===t.code?(this.$message.success(`${this.$i18n.t(this.$t("edm5.v230"))}`),this.getBusinessEMails()):this.$message.error(t.message),this.clearEmailStorage(),this.authLoading=!1}catch(ul){this.clearEmailStorage(),console.log(ul),this.authLoading=!1}finally{this.authLoading=!1}},clearEmailStorage(){const e=localStorage.getItem("beforeSkipPathQuery");if(e){const t=JSON.parse(e);this.$router.push({query:bd()({},t)}),localStorage.removeItem("beforeSkipPathQuery")}localStorage.removeItem("authorType"),localStorage.removeItem("authorLink"),this.$route.query.draftId&&(this.reloadTimer=setTimeout((()=>{location.reload()}),1e3))},async unbind(e){try{const t=await Ud({email:"GMAIL"===e?this.gmailVal:e});"0"===t.code?(this.hasToSendEmail=!t.data,this.currentUnbindEmail=e,this.innerVisible=!0):this.$message.error(t.message)}catch(ul){console.log(ul)}},confirmUnbind(){this.unbindLoading=!0,"GMAIL"===this.currentUnbindEmail?jd({authStatus:0}).then((e=>{"0"===e.code?(this.innerVisible=!1,this.gmailValInput="",this.gmailVal="",this.$message.success(e.message),this.currentUnbindEmail===this.radio?this.handleUnbindDefault():this.$emit("closeChooseMail")):this.$message.error(e.message)})).finally((()=>{this.unbindLoading=!1})):ih({email:this.currentUnbindEmail}).then((e=>{"0"===e.code?(this.$message.success(this.$t("edm5.v231")),this.innerVisible=!1,this.currentUnbindEmail===this.radio?this.handleUnbindDefault():this.$emit("closeChooseMail")):this.$message.error(e.message)})).finally((()=>{this.unbindLoading=!1}))},async handleUnbindDefault(){await this.getDefaultBindEmail();const e={sendType:this.defaultEmail,qiyeId:void 0,gmailValue:void 0};"WOTOMAIL"!==this.defaultEmail&&"GMAIL"!==this.defaultEmail&&(e["qiyeId"]=this.businessEmailList.find((e=>e.emailAddress===this.defaultEmail))?.id),"GMAIL"===this.radio&&(e.gmailValue=this.gmailVal),this.$emit("updateCurrentEmail",e),this.$emit("closeChooseMail")},toGuide(){this.$emit("toGuide")},toBindHelp(){window.open("/bindEmailHelp","_blank")},providerChange(e){const t=this.businessTemplateList.find((t=>t.id===e));if(t){const{imapHost:e,imapPort:n,smtpHost:i,smtpPort:r,encryptionType:o,provider:a}=t;this.businessParams={...this.businessParams,imapHost:e,imapPort:n,smtpHost:i,smtpPort:r,encryptionType:o,provider:a}}},async testEmailChannel(){this.$refs["businessRuleForm"].validate((async e=>{if(!e)return console.log("error submit!!"),!1;try{this.bingLoading=!0;const e=await nh({...this.businessParams});"0"===e.code?this.$message.success(this.$t("edm5.v232")):this.$message.error(e.message),this.bingLoading=!1}catch(ul){console.log(ul),this.bingLoading=!1}finally{this.bingLoading=!1}}))},validatePort(e,t,n){const i=Number(t);!1===Number.isNaN(i)&&"number"===typeof i?n():n(new Error(this.$t("edm5.v233")))},validateUrl(e,t,n){const i=/^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$/;i.test(t)?n():n(new Error(this.$t("edm5.v234")))}}},hIe=dIe,pIe=Ba(hIe,cIe,uIe,!1,null,null,null),fIe=pIe.exports,mIe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("newProduct.product"),visible:e.isShowDrawer,size:"560px","custom-class":"product-drawer"},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeProductDrawer}},[t("div",{staticClass:"search-product-wrap"},[t("el-input",{staticClass:"input-with-select",class:{"input-with-select-en":"en"===e.language},attrs:{placeholder:2==e.productSelect?e.$i18n.t("newProduct.please_enter_num"):e.$i18n.t("newProduct.please_enter"),type:2==e.productSelect?"number":""},model:{value:e.productInput,callback:function(t){e.productInput=t},expression:"productInput"}},[t("el-select",{attrs:{slot:"prepend"},on:{change:e.changeProductMode},slot:"prepend",model:{value:e.productSelect,callback:function(t){e.productSelect=t},expression:"productSelect"}},[t("el-option",{attrs:{label:e.$i18n.t("newProduct.product_name"),value:"1"}}),t("el-option",{attrs:{label:e.$i18n.t("newProduct.productId"),value:"2"}}),"ai"===e.from?t("el-option",{attrs:{label:e.$i18n.t("newProduct.productRemark"),value:"3"}}):e._e()],1)],1),t("div",{staticClass:"search-btns"},[t("el-button",{attrs:{type:"primary"},on:{click:e.searchEvt}},[e._v(e._s(e.$i18n.t("newProduct.query")))]),t("el-button",{on:{click:e.resetEvt}},[e._v(e._s(e.$i18n.t("newProduct.reset")))])],1)],1),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],class:{"product-list":!0,"product-list-add":"ai"===e.from&&e.hasSelectedList.length>0}},e._l(e.productsArr,(function(n,i){return t("div",{key:i,staticClass:"product-item"},["ai"===e.from?t("div",{staticClass:"item-select"},[t("el-checkbox",{attrs:{value:e.isSelected(n)},on:{change:t=>e.selectChanged(t,n)}})],1):e._e(),t("div",{staticClass:"item-left"},[t("el-image",{attrs:{src:n.imageUrls[0]}}),2==n.source?t("p",{staticClass:"desc"},[e._v(" "+e._s(e.$i18n.t("newProduct.shopifyProduct"))+" ")]):e._e()],1),t("div",{staticClass:"item-center"},[t("p",{staticClass:"p1"},[e._v(" "+e._s(n.nameZh)+" ")]),"ai"===e.from?t("p",{staticClass:"p2"},[e._v(" "+e._s(e.$i18n.t("newProduct.product_en"))+":"+e._s(n.nameEn)+" ")]):e._e(),t("p",{staticClass:"p2"},[e._v(" "+e._s(e.$i18n.t("newProduct.product_remarks"))+":"+e._s(n.remark)+" ")]),t("p",{staticClass:"p3"},[e._v(" "+e._s(e.$i18n.t("newProduct.channel"))+":"+e._s(n.platformName)+" ")])]),"ai"!==e.from?t("div",{staticClass:"item-right",on:{click:function(t){return e.productDetailRow(n.id)}}},[t("span",[e._v(e._s(e.$i18n.t("newProduct.details"))),t("i",{staticClass:"el-icon-arrow-right"})])]):e._e()])})),0),"ai"===e.from&&e.hasSelectedList.length>0?t("div",{staticClass:"select-part"},[t("div",{staticClass:"left"},[e._v(" "+e._s(e.$t("edm5.v263"))+" "),t("span",{staticStyle:{color:"#ff5277"}},[e._v(e._s(e.hasSelectedList.length))]),e._v(" "+e._s(e.$t("edm5.v264"))+" ")]),t("div",{staticClass:"right"},[t("el-button",{on:{click:e.closeProductDrawer}},[e._v(e._s(e.$t("edm5.v226")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmAddAi}},[e._v(e._s(e.$t("edm5.v45")))])],1)]):e._e(),t("div",{staticClass:"pagination"},[t("el-pagination",{staticClass:"edm-product-pagination",attrs:{"hide-on-single-page":0==e.total,total:e.total,"page-size":e.queryParams.pageSize,"current-page":e.queryParams.currentPage,layout:"total,prev, pager, next,jumper"},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1),e.isShowProductDetailDrawer?t("product-detail-drawer",{attrs:{isShowProductDetailDrawer:e.isShowProductDetailDrawer,rowId:e.rowId},on:{setProduct:e.setProduct,closeProductDetailDrawer:e.closeProductDetailDrawer}}):e._e()],1)},gIe=[],vIe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("newProduct.product_details"),visible:e.isShowDrawer,size:"560px","append-to-body":"","custom-class":"mannual-product-drawer"},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeProductDetailDrawer}},[t("div",{staticClass:"product-card mb40"},[t("div",{staticClass:"title"},[e._v(" "+e._s(e.$i18n.t("productCard.product_card"))+" "),t("span",{staticClass:"card-i",on:{click:e.addProductCard}},[t("i",{staticClass:"dss-iconfont icon-applyproduct"})])]),t("div",{staticClass:"cards-wrap"},[t("div",{staticClass:"card-item"},[t("div",{staticClass:"card-img"},[t("el-image",{staticClass:"product-img",attrs:{src:e.form.imageUrls[0]}}),t("div",{staticClass:"card-tags"},[e._l(e.form.promotePlatformType,(function(n,i){return t("div",{key:i,staticClass:"platform-img"},[0==n?t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/youtube.png"}}):e._e(),1==n?t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/tiktok.png"}}):e._e(),2==n?t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/ins.png"}}):e._e()])})),e._l(e.typeName,(function(n,i){return t("span",{key:"typeName"+i},[e._v(e._s(n))])}))],2)],1),t("p",{staticClass:"card-name"},[e._v(" "+e._s(e.form.nameEn||"—")+" ")]),t("p",{staticClass:"card-price"},[e._v(" Price:"+e._s(e._f("getMoneySymbol")(e.form.currency))+e._s(e.form.priceDollar||"—")+" ")]),t("p",{staticClass:"card-commission"},[e._v(" Commission rate:"+e._s(e.form.commissionPercent||"—")+"% ")]),t("div",{staticClass:"card-apply",class:{"only-btn":null==e.form.commissionPercent||0==e.form.commissionPercent}},[null!==e.form.commissionPercent&&0!==e.form.commissionPercent?t("p",{staticClass:"money"},[t("span",[e._v(e._s(e._f("getMoneySymbol")(e.form.currency))+e._s((e.form.priceDollar*(e.form.commissionPercent/100)).toFixed(2)))]),e._v(" /per orderd item ")]):e._e(),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.skipApply}},[e._v("Apply")])],1)]),t("div",{staticClass:"cark-views"},[t("span",[e._v(e._s(e.$i18n.t("newProduct.view_cards_times"))+":"+e._s(e.form.viewNum||"0"))])])])]),t("div",{staticClass:"basic-info mb40"},[t("div",{staticClass:"title"},[t("p",{staticClass:"weight-title"},[e._v(" "+e._s(e.$i18n.t("newProduct.basic_information"))+" ")])]),t("div",{staticClass:"name mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.name")))]),t("div",{staticClass:"zh-wrap mb8"},[t("div",{staticClass:"zh-name"},[t("span",[t("font",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.chinese")))],1),t("el-input",{attrs:{disabled:""},model:{value:e.form.nameZh,callback:function(t){e.$set(e.form,"nameZh",t)},expression:"form.nameZh"}})],1),null!==e.form.nameZh&&""!==e.form.nameZh?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(e.form.nameZh,"normal")}}}):e._e()]),t("div",{staticClass:"zh-wrap"},[t("div",{staticClass:"en-name"},[t("span",[e._v(e._s(e.$i18n.t("newProduct.english")))]),t("el-input",{attrs:{disabled:""},model:{value:e.form.nameEn,callback:function(t){e.$set(e.form,"nameEn",t)},expression:"form.nameEn"}})],1),null!==e.form.nameEn&&""!==e.form.nameEn?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(e.form.nameEn,"normal")}}}):e._e()])]),t("div",{staticClass:"remarks mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.remarks")))]),t("el-input",{attrs:{disabled:""},model:{value:e.form.remark,callback:function(t){e.$set(e.form,"remark",t)},expression:"form.remark"}})],1),t("div",{staticClass:"img mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.picture")))]),t("el-upload",{class:{"product-upload":!0,toMax:!0},attrs:{action:"#","list-type":"picture-card",accept:"image/gif,image/jpeg,image/jpg,image/png,image/svg","file-list":e.fileList,"auto-upload":!0,multiple:!1,disabled:""},scopedSlots:e._u([{key:"file",fn:function({file:n}){return t("div",{staticClass:"scope-upload"},[t("img",{staticClass:"el-upload-list__item-thumbnail",attrs:{src:n.url,alt:""}}),e.currentMainPicUid===n.uid?t("div",{staticClass:"img-operate"},[t("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:e.$i18n.t("newProduct.Main_image"),placement:"top"}},[t("span",{class:{"is-main":e.currentMainPicUid===n.uid}},[t("i",{staticClass:"el-icon-s-home"})])])],1):e._e(),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i img-i",on:{click:function(t){return e.setProduct(n.url,"img")}}})])}}])},[t("i",{staticClass:"el-icon-plus",attrs:{slot:"default"},slot:"default"})])],1),t("div",{staticClass:"type mb24"},[t("p",{staticClass:"item-label"},[t("span",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.category"))+" ")]),t("el-select",{staticStyle:{width:"100%"},attrs:{filterable:"",clearable:"",disabled:"",multiple:"","collapse-tags":""},model:{value:e.form.type,callback:function(t){e.$set(e.form,"type",t)},expression:"form.type"}},e._l(e.productTypeOpts,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1),t("div",{staticClass:"desc mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.describe")))]),t("el-input",{attrs:{type:"textarea",autosize:{minRows:4,maxRows:4},maxlength:"1000","show-word-limit":"",disabled:""},model:{value:e.form.description,callback:function(t){e.$set(e.form,"description",t)},expression:"form.description"}})],1),t("div",{staticClass:"original"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.source")))]),t("el-select",{staticStyle:{width:"100%"},attrs:{disabled:"",filterable:"",clearable:""},model:{value:e.form.source,callback:function(t){e.$set(e.form,"source",t)},expression:"form.source"}},[t("el-option",{attrs:{label:e.$i18n.t("newProduct.Manual_addition"),value:1}}),t("el-option",{attrs:{label:e.$i18n.t("newProduct.Shopify_import"),value:2}}),t("el-option",{attrs:{label:e.$i18n.t("newProduct.TikTok_import"),value:3}})],1)],1)]),t("div",{staticClass:"sell-info mb40"},[t("div",{staticClass:"title"},[t("p",{staticClass:"weight-title"},[e._v(" "+e._s(e.$i18n.t("newProduct.sales_information"))+" ")])]),t("div",{staticClass:"sell-price mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.price")))]),t("div",{staticClass:"price-box"},[t("el-select",{attrs:{clearable:"",filterable:"",disabled:""},model:{value:e.form.currency,callback:function(t){e.$set(e.form,"currency",t)},expression:"form.currency"}},e._l(e.moneyTypeOpts,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-input",{directives:[{name:"stopMousewheel",rawName:"v-stopMousewheel"}],attrs:{disabled:"",type:"number"},model:{value:e.form.priceDollar,callback:function(t){e.$set(e.form,"priceDollar",t)},expression:"form.priceDollar"}}),null!==e.form.priceDollar&&""!==e.form.priceDollar?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(e.form.priceDollar,"price")}}}):e._e()],1)]),t("div",{staticClass:"sku mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.sku_description")))]),t("div",{staticClass:"zh-wrap"},[t("el-input",{attrs:{type:"textarea",autosize:{minRows:4,maxRows:4},maxlength:"1000","show-word-limit":"",disabled:""},model:{value:e.form.sku,callback:function(t){e.$set(e.form,"sku",t)},expression:"form.sku"}}),null!==e.form.sku&&""!==e.form.sku?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.sku,"normal")}}}):e._e()],1)]),t("div",{staticClass:"shippableregions mb24"},[t("p",{staticClass:"item-label"},[t("span",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.shippable_regions"))+" ")]),0==e.form.isGlobal?t("div",{staticClass:"zh-wrap"},[t("el-cascader",{staticClass:"product-area-edm",attrs:{disabled:"",options:e.areaOptions,props:{multiple:!0,expandTrigger:"hover"},"collapse-tags":"",clearable:"",filterable:""},model:{value:e.areaList,callback:function(t){e.areaList=t},expression:"areaList"}}),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.isGlobal,"area")}}})],1):e._e(),1==e.form.isGlobal?t("div",{staticClass:"zh-wrap"},[t("el-input",{attrs:{disabled:""},model:{value:e.formCountry,callback:function(t){e.formCountry=t},expression:"formCountry"}}),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.isGlobal,"area")}}})],1):e._e()]),t("div",{staticClass:"channel mb24"},[t("p",{staticClass:"item-label"},[t("span",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.channel"))+" ")]),e._l(e.form.platformLink,(function(n,i){return t("div",{key:i,staticClass:"channel-item mb8"},[t("el-select",{attrs:{disabled:""},model:{value:n.platform,callback:function(t){e.$set(n,"platform",t)},expression:"item.platform"}},e._l(e.platFormOpts,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-input",{attrs:{disabled:""},model:{value:n.links,callback:function(t){e.$set(n,"links",t)},expression:"item.links"}}),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(n.links,"links")}}})],1)}))],2),t("div",{staticClass:"keyword"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.search_keywords")))]),t("div",{staticClass:"zh-wrap"},[t("el-input",{attrs:{disabled:""},model:{value:e.form.tags,callback:function(t){e.$set(e.form,"tags",t)},expression:"form.tags"}}),null!==e.form.tags&&""!==e.form.tags?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.tags,"normal")}}}):e._e()],1)])])])},yIe=[];const bIe=[{label:"Shopify独立站",value:0},{label:"Shopline独立站",value:1},{label:"亚马逊Amazon",value:2},{label:"速卖通AliExpress",value:3},{label:"来赞达Lazada",value:4},{label:"虾皮Shopee",value:5},{label:"TikTok小店",value:6},{label:"其他",value:7}],wIe=[{value:"1",label:"数码电器",en_label:"Electronics"},{value:"2",label:"母婴用品",en_label:"Mother & Kids"},{value:"3",label:"玩具",en_label:"Toys"},{value:"4",label:"食品",en_label:"Food & Drink"},{value:"5",label:"办公设备",en_label:"Office Products"},{value:"6",label:"宠物用品",en_label:"Animals & Pets"},{value:"7",label:"家居园艺",en_label:"Home & Garden"},{value:"8",label:"美容健康",en_label:"Health & Personal Care"},{value:"9",label:"运动用品",en_label:"Sports"},{value:"10",label:"户外用品",en_label:"Outdoor"},{value:"11",label:"汽摩配件",en_label:"Car & Motorbike"},{value:"12",label:"时尚服饰",en_label:"Clothing & Accessories"},{value:"13",label:"行李箱包",en_label:"Luggage & Travel Gear"},{value:"14",label:"五金工具",en_label:"Tools/Equipment"},{value:"15",label:"工艺及DIY",en_label:"Crafts & DIY"},{value:"16",label:"教育产品",en_label:"Education"},{value:"17",label:"音乐乐器",en_label:"Music"},{value:"19",label:"游戏",en_label:"Games"},{value:"18",label:"其他产品",en_label:"Other"}],_Ie=[{label:"美元",value:0,code:"USD",symbol:"$"},{label:"欧元",value:1,code:"EUR",symbol:"€"},{label:"英镑",value:2,code:"GBP",symbol:"£"},{label:"日元",value:3,code:"JPY",symbol:"¥"},{label:"人民币",value:4,code:"CNY",symbol:"¥"},{label:"加拿大元",value:5,code:"CAD",symbol:"$"},{label:"澳大利亚元",value:6,code:"AUD",symbol:"$"},{label:"瑞士法郎",value:7,code:"CHF",symbol:"Fr"},{label:"新西兰元",value:8,code:"NZD",symbol:"$"},{label:"韩元",value:9,code:"KRW",symbol:"₩"},{label:"印度卢比",value:10,code:"INR",symbol:"₹"},{label:"巴西雷亚尔",value:11,code:"BRL",symbol:"R$"},{label:"南非兰特",value:12,code:"ZAR",symbol:"R"},{label:"西班牙比塞塔",value:13,code:"ESP",symbol:"₧"},{label:"泰国铢",value:14,code:"THB",symbol:"฿"},{label:"瑞典克朗",value:15,code:"SEK",symbol:"kr"},{label:"新加坡元",value:16,code:"SGD",symbol:"$"},{label:"阿联酋迪拉姆",value:17,code:"AED",symbol:"د.إ"},{label:"墨西哥比索",value:18,code:"MXN",symbol:"$"},{label:"俄罗斯卢布",value:19,code:"RUB",symbol:"₽"},{label:"沙特里亚尔",value:20,code:"SAR",symbol:"ر.س"},{label:"马来西亚林吉特",value:21,code:"MYR",symbol:"RM"},{label:"港元",value:22,code:"HKD",symbol:"HK$"},{label:"柬埔寨瑞尔",value:23,code:"KHR",symbol:"៛"},{label:"菲律宾比索",value:24,code:"PHP",symbol:"₱"},{label:"越南盾",value:25,code:"VND",symbol:"₫"},{label:"印尼盾",value:26,code:"IDR",symbol:"Rp"}],CIe=[{value:7,label:"汉语",enLabel:"Chinese"},{value:1,label:"英语",enLabel:"English"},{value:3,label:"法语",enLabel:"French"},{value:8,label:"德语",enLabel:"German"},{value:6,label:"日语",enLabel:"Japanese"},{value:9,label:"韩语",enLabel:"Korean"},{value:10,label:"越南语",enLabel:"Vietnamese"},{value:11,label:"泰国语",enLabel:"Thai"},{value:12,label:"菲律宾语",enLabel:"Filipino"},{value:13,label:"印度尼西亚语",enLabel:"Indonesian"},{value:14,label:"俄罗斯语",enLabel:"Russian"},{value:4,label:"西班牙语",enLabel:"Spanish"},{value:15,label:"意大利语",enLabel:"Italian"}];var xIe,SIe,kIe={props:{isShowProductDetailDrawer:{type:Boolean,default:!1},rowId:{type:[Number,String],default:""}},data(){return{isShowDrawer:this.isShowProductDetailDrawer,form:{nameZh:"",nameEn:"",remark:"",type:[],description:"",source:1,sku:"",isGlobal:1,currency:"",priceDollar:"",imageUrls:[],shippingArea:[],platformLink:[],tags:"",sharingUsers:[]},productTypeOpts:Object.freeze(wIe),moneyTypeOpts:Object.freeze(_Ie),platFormOpts:Object.freeze(bIe),shareAccountOpts:[],areaOptions:[],fileList:[],tagList:[],inputTag:"",inputFocus:!1,createAccount:"",isFinished:!1,formCountry:"可全球发货",clickApplyProduct:!1,typeName:[]}},computed:{currentMainPicUid(){return(Array.isArray(this.fileList)&&this.fileList.length)>0?this.fileList[0]?.uid:""},areaList:{set(e){const t=[];e.forEach((e=>{const[n,i]=e,r=t.findIndex((e=>e.area===n));r>-1?t[r].countries.push(i):t.push({area:n,countries:[i]})})),this.form.shippingArea=t},get(){const e=[];return this.form.shippingArea.forEach((t=>{t.countries.forEach((n=>{e.push([t.area,n])}))})),e}},...Ei(["user_info"])},created(){this.getCountryOpts(),this.getProductDetail()},methods:{skipApply(){BTe({productId:Number(this.rowId)}).then((e=>{"0"===e.code?window.open(e.data,"_blank"):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},setProduct(e,t){let n="";if("normal"==t&&(n=e),"price"==t){let t="";this.moneyTypeOpts.map((e=>{e.value==this.form.currency&&(t=e.label)})),n=e+t}if("area"==t){let t="",i=[];1==e?t="可全球发货":0==e&&this.form.shippingArea.map((e=>{this.areaOptions.map((n=>{e.area==n.value&&(e.countries.length==n.children.length?t=n.label:e.countries.map((e=>{n.children.map((t=>{e==t.value&&i.push(`${n.label}/${t.label}`)}))})))}))})),n=i.join(",")+","+t}if("links"==t){let t="";this.form.platformLink.map((n=>{n.links==e&&this.platFormOpts.map((e=>{e.value==n.platform&&(t=e.label)}))})),n=`${t}:${e}`}"img"==t&&(n=e),this.$emit("setProduct",`<p>${n}</p>`)},addProductCard(){this.$message.success("商品卡添加成功"),this.clickApplyProduct=!0},getProductDetail(){FTe({id:this.rowId}).then((e=>{"0"===e.code?(this.form=e.data,this.form.description=this.htmlToPlainText(this.form.description),this.form.imageUrls&&this.form.imageUrls.forEach((e=>{this.fileList.push({url:e})})),e.data.type&&0!==e.data.type.length&&(this.typeName=[],3!==e.data.source?this.productTypeOpts.map((t=>{e.data.type.map((e=>{t.value==e&&this.typeName.push(t.label)}))})):this.typeName=e.data.type)):this.$message.error(e.message)}))},htmlToPlainText(e){const t=new DOMParser,n=t.parseFromString(e,"text/html");return n.body.textContent||""},closeProductDetailDrawer(){let e="";e=this.clickApplyProduct?this.rowId:"",this.$emit("closeProductDetailDrawer",e)},getCountryOpts(){Ld({code:"sysDictService",data:{param:{dictTypeCode:"dim_region"}}}).then((e=>{const t=[];e.data.forEach((e=>{const n=t.findIndex((t=>t.label===e.col1));n>-1?t[n].children.push({label:e.dictValue,value:e.dictCode,sort:e.orderNum}):t.push({label:e.col1,value:e.id,sort:Number(e.catLevel1),children:[{label:e.dictValue,value:e.dictCode,sort:e.orderNum}]})})),this.areaOptions=t.sort(((e,t)=>e.sort-t.sort))}))}}},EIe=kIe,DIe=Ba(EIe,vIe,yIe,!1,null,"6ed8a076",null),AIe=DIe.exports,OIe={components:{productDetailDrawer:AIe},props:{isShowProductDrawer:{type:Boolean,default:!1},from:{type:String,default:""},defaultSelectedProduct:{type:Array,default:()=>[]}},data(){return{productInput:"",productSelect:"1",productsArr:[],queryParams:{timeAsc:!1,pageSize:6,currentPage:1,productId:"",productName:"",remark:""},total:0,isShowProductDetailDrawer:!1,isShowDrawer:this.isShowProductDrawer,loading:!1,rowId:"",clickApplyProductId:"",hasSelectedList:[],language:qi.get("language")}},created(){this.defaultSelectedProduct&&this.defaultSelectedProduct.length>0&&(this.hasSelectedList=this.defaultSelectedProduct),this.getProductList()},methods:{closeProductDetailDrawer(e){this.clickApplyProductId=e,this.isShowProductDetailDrawer=!1},productDetailRow(e){this.isShowProductDetailDrawer=!0,this.rowId=e},changeProductMode(e){this.productSelect=e,this.productInput=""},getProductList(){this.loading=!0,PTe({...qs(this.queryParams)}).then((e=>{"0"===e.code?(this.productsArr=e.data.rows.map((e=>{let t=[];return null!==e.shippingAreaZh&&0!==e.shippingAreaZh.length&&0==e.isGlobal&&e.shippingAreaZh.map((e=>{t=[...t,...e.countries]})),1==e.isGlobal&&(t=["可全球发货"]),{...e,countryName:t.toString(),productLink:e.platformLink?.map((e=>e.links))?.join(",")}})),this.total=e.data.total):this.$message.error(e.message)})).finally((()=>{this.loading=!1}))},searchEvt(){1==this.productSelect?(this.queryParams.productName=this.productInput,this.queryParams.productId="",this.queryParams.remark=""):2==this.productSelect?(this.queryParams.productId=this.productInput,this.queryParams.productName="",this.queryParams.remark=""):3==this.productSelect&&(this.queryParams.productId="",this.queryParams.productName="",this.queryParams.remark=this.productInput),this.queryParams.currentPage=1,this.getProductList()},resetEvt(){this.queryParams=this.$options.data().queryParams,this.productInput="",this.productSelect="1",this.getProductList()},handleSizeChange(e){this.queryParams.pageSize=e,this.getProductList()},handleCurrentChange(e){this.queryParams.currentPage=e,this.getProductList()},closeProductDrawer(){this.$emit("closeProductDrawer",this.clickApplyProductId)},changeCommodityMode(e){this.productSelect=e,this.productInput=""},setProduct(e){this.$emit("setProduct",e)},selectChanged(e,t){const n=this.hasSelectedList.findIndex((e=>e.id===t.id));-1===n?t.nameEn?this.hasSelectedList.push(t):this.$confirm("当前所选产品没有设置英文名称,暂无法选择!",this.$t("edm5.v79"),{confirmButtonText:"去补全",cancelButtonText:"取消",type:"warning"}).then((()=>{window.open("/myProduct","_blank"),this.closeProductDrawer()})).catch((()=>{})):this.hasSelectedList.splice(n,1)},isSelected(e){return this.hasSelectedList.findIndex((t=>t.id===e.id))>-1},confirmAddAi(){this.$emit("addAiProduct",this.hasSelectedList)}}},TIe=OIe,IIe=Ba(TIe,mIe,gIe,!1,null,"430214a1",null),PIe=IIe.exports,FIe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("productForm.product_selection_form"),visible:e.isShowDrawer,size:"1000px","custom-class":"product-form-drawer"},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeProductFormDrawer}},[t("WTable",{attrs:{tableColumnConfig:e.tableColumnConfig,tableData:e.productFormTableData,height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,total:e.total,pageSize:e.queryParams.pageSize,pageNum:e.queryParams.currentPage},on:{"update:pageSize":function(t){return e.$set(e.queryParams,"pageSize",t)},"update:page-size":function(t){return e.$set(e.queryParams,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.queryParams,"currentPage",t)},"update:page-num":function(t){return e.$set(e.queryParams,"currentPage",t)},changeSize:function(t){return e.getProductCardFormList()},changeCurrent:function(t){return e.getProductCardFormList()},sort:e.tableSort},scopedSlots:e._u([{key:"radio",fn:function({data:n}){return[t("el-radio",{attrs:{label:n.scope.id},on:{input:function(t){return e.changeRadio(t)}},model:{value:e.cellRadio,callback:function(t){e.cellRadio=t},expression:"cellRadio"}},[t("span")])]}},{key:"viewNum",fn:function({data:t}){return[e._v(" "+e._s(t.scope.viewNum)+" ")]}},{key:"operate",fn:function({data:n}){return[t("el-link",{attrs:{type:"primary",underline:!1},on:{click:function(t){return e.lookRow(n.scope)}}},[e._v(e._s(e.$i18n.t("productForm.see")))])]}}])}),t("div",{staticClass:"product-form-btn"},[t("el-button",{on:{click:e.closeProductFormDrawer}},[e._v(e._s(e.$i18n.t("productForm.cancel")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.setProductFormLink}},[e._v(e._s(e.$i18n.t("productForm.confirm")))])],1)],1)},$Ie=[],BIe=function(){var e=this,t=e._self._c;return t("div",{class:{"crm-x-table":!0}},[t("el-table",e._g(e._b({directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"xTable",style:{"min-height":`${e.minHeight}px`},attrs:{data:e.tableData,height:e.height,"max-height":e.maxHeight,"row-key":e.getRowKeys,"row-class-name":"row-class-name","cell-class-name":"cell-class-name","tooltip-effect":"light myTooltip"},on:{"selection-change":e.selectionChange,"row-click":e.rowClick,"sort-change":e.sortChange}},"el-table",e.$attrs,!1),e.$listeners),[e.fullTableConfig.selection?[t("el-table-column",{attrs:{type:"selection",align:"center",width:e.fullTableConfig.selectionWidth||40,fixed:e.fullTableConfig.selectionFixed||null,selectable:e.fullTableConfig.handleSelectable,"reserve-selection":!0}})]:e._e(),e.fullTableConfig.index?[t("el-table-column",{attrs:{type:"index",width:e.fullTableConfig.indexWidth||50,label:e.fullTableConfig.indexLabel||"序号",fixed:e.fullTableConfig.indexFixed||null}})]:e._e(),e._l(e.fulColumnConfig,(function(n){return[n.scope&&n.isShow?t("el-table-column",{key:n.scope,attrs:{label:n.label||"",width:n.width||"","min-width":n.minWidth||"",align:n.align||"left",fixed:n.fixed,"class-name":n.isTag?"c-tag":""},scopedSlots:e._u([{key:n.options?"header":"",fn:function({column:n,$index:i}){return[t("div",{staticStyle:{display:"flex","align-items":"center"}},[t("span",{staticStyle:{color:"#666666","font-weight":"400","margin-right":"26px"}},[e._v("全选")])])]}},{key:"input"==n.filter?"header":"",fn:function(i){return[t("el-popover",{attrs:{trigger:"click",placement:"bottom",width:"280","popper-class":"input-popper"}},[t("el-input",{attrs:{placeholder:e.$t("edm5.v43")},model:{value:e.searchVal,callback:function(t){e.searchVal=t},expression:"searchVal"}}),t("div",{staticStyle:{"text-align":"right","margin-top":"8px"}},[t("el-button",{attrs:{size:"mini"},on:{click:function(t){return e.resetSearch(n)}}},[e._v(e._s(e.$t("edm5.v44")))]),t("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.confirmSearch(n)}}},[e._v(e._s(e.$t("edm5.v45")))])],1),t("div",{staticClass:"label",attrs:{slot:"reference"},slot:"reference"},[e._v(" "+e._s(e.$t("edm5.v42"))),t("i",{staticClass:"dss-iconfont icon-filter",staticStyle:{"font-size":"13px",color:"#999999",cursor:"pointer"}})])],1)]}},{key:"readRadio"==n.filter?"header":"",fn:function(i){return[t("el-popover",{attrs:{trigger:"click",placement:"bottom",width:"280","popper-class":"input-popper radio-popper"}},[t("div",{staticClass:"radio-box"},[t("el-radio",{attrs:{label:"1"},model:{value:e.readRadio,callback:function(t){e.readRadio=t},expression:"readRadio"}},[e._v(e._s(e.$t("edm5.v46")))]),t("el-radio",{attrs:{label:"2"},model:{value:e.readRadio,callback:function(t){e.readRadio=t},expression:"readRadio"}},[e._v(e._s(e.$t("edm5.v47")))])],1),t("div",{staticClass:"radio-btn",staticStyle:{"text-align":"right","margin-top":"8px"}},[t("el-button",{attrs:{size:"mini"},on:{click:function(t){return e.resetSearch(n)}}},[e._v(e._s(e.$t("edm5.v44")))]),t("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.confirmSearch(n)}}},[e._v(e._s(e.$t("edm5.v45")))])],1),t("div",{staticClass:"label",attrs:{slot:"reference"},slot:"reference"},[e._v(" "+e._s(n.label)+" "),t("i",{staticClass:"dss-iconfont icon-filter",staticStyle:{"font-size":"13px",color:"#999999",cursor:"pointer"}})])])]}},{key:"replyRadio"==n.filter?"header":"",fn:function(i){return[t("el-popover",{attrs:{trigger:"click",placement:"bottom",width:"280","popper-class":"input-popper radio-popper"}},[t("div",{staticClass:"radio-box"},[t("el-radio",{attrs:{label:"1"},model:{value:e.replyRadio,callback:function(t){e.replyRadio=t},expression:"replyRadio"}},[e._v("是")]),t("el-radio",{attrs:{label:"0"},model:{value:e.replyRadio,callback:function(t){e.replyRadio=t},expression:"replyRadio"}},[e._v("否")])],1),t("div",{staticClass:"radio-btn",staticStyle:{"text-align":"right","margin-top":"8px"}},[t("el-button",{attrs:{size:"mini"},on:{click:function(t){return e.resetSearch(n)}}},[e._v(e._s(e.$t("edm5.v44")))]),t("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.confirmSearch(n)}}},[e._v(e._s(e.$t("edm5.v45")))])],1),t("div",{staticClass:"label",attrs:{slot:"reference"},slot:"reference"},[e._v(" "+e._s(n.label)+" "),t("i",{staticClass:"dss-iconfont icon-filter",staticStyle:{"font-size":"13px",color:"#999999",cursor:"pointer"}})])])]}},{key:n.tips?"header":"",fn:function(i){return n.tips?[t("div",{staticClass:"tips-header",style:{"justify-content":e.handleAlgin(n.align)}},[t("span",{staticClass:"label"},[e._v(e._s(n.label))]),t("Tooltip",{staticClass:"tips-header-tooltip",attrs:{content:n.tips,isShowRule:!1}})],1)]:void 0}},{key:"default",fn:function(t){return[e._t(n.scope,null,{data:{scope:t.row,index:t.$index,item:n}})]}}],null,!0)}):!n.scope&&n.isShow?t("TableColumn",e._g(e._b({key:n.label,attrs:{"table-colum-config":n}},"TableColumn",e.$attrs,!1),e.$listeners)):e._e()]})),t("template",{slot:"empty"},[t("Empty",{attrs:{currentStyle:{padding:"0px 0"}}})],1),e._t("default")],2),e.hiddenPagination?e._e():t("div",{class:{"crm-pagination":!0,"has-selected":e.selectedList.length>0,"recipient-default":e.isRecipientList&&!e.tableConfigSelection},style:{top:e.isNeedScroll?`${e.topVal}px`:""}},[e.selectedList.length>0?t("div",{staticClass:"selection"},[t("div",{staticClass:"left"},[t("el-checkbox",{staticClass:"select-box is-indeterminate",attrs:{indeterminate:e.isIndeterminate},model:{value:e.isCheckAll,callback:function(t){e.isCheckAll=t},expression:"isCheckAll"}}),t("span",{staticClass:"select-num"},[e._v("已选中"),t("i",[e._v(e._s(e.selectedList.length))]),e._v("项")])],1),e.isOutboxDetail?t("div",{staticClass:"right add-right"},[t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"再次邀约",key:"inviteAgain"})}}},[e._v(" 再次邀约 ")]),t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"添加至推广计划",key:"addToPlan"})}}},[e._v(" 添加至推广计划 ")]),t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"添加至收藏夹",key:"addToFavor"})}}},[e._v(" 添加至收藏夹 ")])]):e._e(),e.isRecipientList?t("div",{staticClass:"right add-right"},[t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"确认移除收件人",key:"removeRecipient"})}}},[e._v(" 移除 ")])]):e._e()]):e._e(),e.isRecipientList?t("div",[e.tableConfigSelection||0===e.countRecipient?e._e():t("div",{staticClass:"recipient-tip"},[e._v(" 该列表共有"+e._s(e.countRecipient)+"位红人,其中含邮箱红人有 "),t("span",{staticStyle:{color:"#ff5277"}},[e._v(e._s(e.validRecipient))]),e._v(" 位 ")])]):e._e(),e.isSelectedDrawer?e._e():t("el-pagination",{staticClass:"pagination",attrs:{"popper-class":"table-pagination","current-page":e.pageNum,"page-size":e.pageSize,"page-sizes":e.pageSizes,layout:e.layout,total:e.total},on:{"update:currentPage":function(t){e.pageNum=t},"update:current-page":function(t){e.pageNum=t},"update:pageSize":function(t){e.pageSize=t},"update:page-size":function(t){e.pageSize=t},"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1)],1)},MIe=[],NIe=function(){var e=this,t=e._self._c;return t("el-table-column",{attrs:{label:e.tableColumConfig.label||"",width:e.tableColumConfig.width||"","min-width":e.tableColumConfig.minWidth||"",prop:e.tableColumConfig.prop,align:e.tableColumConfig.align||"left",fixed:e.tableColumConfig.fixed||null,sortable:e.tableColumConfig.sortable?"custom":!!e.tableColumConfig.originSort&&e.tableColumConfig.originSort,"render-header":e.renderHeader,"sort-orders":["descending",null],"show-overflow-tooltip":e.tableColumConfig.showOverflowTooltip,"class-name":"wt-column-class"},scopedSlots:e._u([{key:"default",fn:function(n){return[e.tableColumConfig.template&&Array.isArray(e.tableColumConfig.template)?t("div",{class:{"x-table-template":!0,"x-table-template-center":"center"===e.tableColumConfig.align}},e._l(e.renderItem(e.tableColumConfig.template,n.row),(function(i,r){return t("div",{key:r},["button"===i.type?[t("el-button",{attrs:{type:"primary",size:"small",disabled:!!i.disabledFn&&e.disabledFn({name:i.name,row:n.row,route:e.$route})},on:{click:function(t){return t.stopPropagation(),e.emitFunc("handleMethod",{name:i.name,row:n.row,index:n.$index})}}},[e._v(" "+e._s(i.text)+" ")])]:e._e(),"text"===i.type?[t("el-button",{attrs:{type:"text",disabled:!!i.disabledFn&&e.disabledFn({name:i.name,row:n.row,route:e.$route})},on:{click:function(t){return t.stopPropagation(),e.emitFunc("handleMethod",{name:i.name,row:n.row,index:n.$index})}}},[e._v(" "+e._s(i.text)+" ")])]:"link"===i.type?[t("el-link",{attrs:{type:"primary",size:"small",disabled:!!i.disabledFn&&e.disabledFn({name:i.name,row:n.row,route:e.$route})},on:{click:function(t){return t.stopPropagation(),e.emitFunc("handleMethod",{name:i.name,row:n.row,index:n.$index})}}},[e._v(" "+e._s(i.text)+" ")])]:"render"===i.type?[t("ContextRender",e._g(e._b({attrs:{sc:n,row:n.row,render:i.render(n.row,e.that),rederStyle:i.classStyle?i.classStyle(n.row):""}},"ContextRender",e.$attrs,!1),e.$listeners))]:e._e()],2)})),0):["numFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("numFormat")(n.row[`${e.tableColumConfig.prop}`]))+" ")]):"rateFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("rateFormat")(n.row[`${e.tableColumConfig.prop}`]))+" ")]):"orateFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(n.row[`${e.tableColumConfig.prop}`])+"% ")]):"dateFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("dateFormat")(n.row[`${e.tableColumConfig.prop}`]))+" ")]):"common"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("commonFormat")(n.row[`${e.tableColumConfig.prop}`],e.tableColumConfig.dict))+" ")]):t("span",[e._v(" "+e._s(n.row[`${e.tableColumConfig.prop}`]||"-")+" ")])]]}}])})},RIe=[],jIe={functional:!0,props:{row:{type:Object,required:!0},render:{type:Function,required:!0},sc:{type:Object,required:!0},rederStyle:{type:String,require:!0}},render:(e,t)=>{const n=[],i={row:t.props.row,index:t.props.sc.$index},r=t.props.render(e,i);return n.push(r),e("div",{class:t.props.rederStyle},n)}},LIe=jIe,zIe=Ba(LIe,xIe,SIe,!1,null,null,null),VIe=zIe.exports,HIe={name:"XTableReder",props:{tableColumConfig:{type:Object,default:()=>{}},disabledFn:{type:Function,default:function(){return!1}},showFn:{type:Function,default:function(){return!1}}},filters:{commonFormat(e,t){return t.find((t=>t.code==e))?.name||"-"}},mounted(){},computed:{that(){return this},renderItem(){return function(e,t){return Array.isArray(e)?e.filter((e=>!e.showFn||this.showFn({name:e.name,row:t,route:this.$route}))):[]}}},methods:{emitFunc(e,t){this.$emit(e,t)},renderHeader(e,{column:t,$index:n}){return t.sortable?"ascending"===t.order?e("div",{style:"display:flex;align-items:center;justify-content:center;"},[e("span",{style:"margin-right:10px;"},[t.label]),e("span",{style:"letter-spacing: -8px;display:flex;align-items:center;"},[e("i",{class:"el-icon-sort-up",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"}),e("i",{class:"el-icon-sort-down",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"})])]):"descending"===t.order?e("div",{style:"display:flex;align-items:center;justify-content:center;"},[e("span",{style:"margin-right:10px;"},[t.label]),e("span",{style:"letter-spacing: -8px;display:flex;align-items:center;"},[e("i",{class:"el-icon-sort-up",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"}),e("i",{class:"el-icon-sort-down",style:"color:#F85277;font-weight: 800;transform: rotateY(180deg);"})])]):e("div",{style:"display:flex;align-items:center;justify-content:center;"},[e("span",{style:"margin-right:10px;"},[t.label]),e("span",{style:"letter-spacing: -8px;display:flex;align-items:center;"},[e("i",{class:"el-icon-sort-up",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"}),e("i",{class:"el-icon-sort-down",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"})])]):t.label}},components:{ContextRender:VIe}},UIe=HIe,WIe=Ba(UIe,NIe,RIe,!1,null,"6518c6f8",null),qIe=WIe.exports;const YIe={tableMaxHeight:800,index:!1,indexWidth:60,indexLabel:"序号",indexFixed:"left",selection:!1,selectionWidth:36,selectionFixed:"left",handleSelectable:function(e,t){return!0}},GIe={label:"",prop:"",isShow:!0,width:"auto",minWidth:"auto",fixed:!1,template:!1,align:"left",sortable:!1,order:1};var KIe={name:"XTable",props:{tableData:{type:Array,default:()=>[]},tableConfig:{type:Object,default:()=>{}},tableColumnConfig:{type:Array,require:!0,default:()=>[]},total:{type:Number,default:0},height:{type:Number,default:"auto"},maxHeight:{type:Number,default:"500px"},minHeight:{type:Number,default:500},hiddenPagination:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},layout:{type:String,default:"total,slot, sizes, prev, pager, next"},tableBtns:{type:Array,default:()=>[]},rowKey:{type:String,default:"id"},pageNum:{type:Number,default:1},pageSize:{type:Number,default:20},pageSizes:{type:Array,default:()=>[10,20,50,100]},isNeedScroll:{type:Boolean,default:!1},isSelectedDrawer:{type:Boolean,default:!1},topVal:{type:Number,default:0},isOutboxDetail:{type:Boolean,default:!1},isRecipientList:{type:Boolean,default:!1},tableConfigSelection:{type:Boolean,default:!1},countRecipient:{type:[Number,String],default:0},validRecipient:{type:[Number,String],default:0}},data(){return{selectedList:[],searchVal:"",readRadio:null,replyRadio:null}},watch:{height(e){e&&this.$nextTick((()=>{console.log("----9999999"),console.log(this.$refs.xTable),console.log(e)}))}},computed:{fullTableConfig(){return{...YIe,...this.tableConfig}},fulColumnConfig(){return this.tableColumnConfig.map((e=>({...GIe,...e})))},isCheckAll:{set(e){console.log(e),e?this.$refs["xTable"]&&this.$refs["xTable"].toggleAllSelection():this.tableData.forEach((e=>{this.$refs["xTable"]&&this.$refs["xTable"].toggleRowSelection(e,!1)}))},get(){const e=this.selectedList.map((e=>e[this.rowKey])),t=this.tableData.every((t=>e.includes(t[this.rowKey])));return t}},isIndeterminate(){return!this.isCheckAll&&this.selectedList.length>0}},methods:{resetSearch(e){"blogger"==e.scope&&(this.searchVal=""),"isRead"==e.scope&&(this.readRadio=null),"isReply"==e.scope&&(this.replyRadio=null)},confirmSearch(e){document.body.click();let t="blogger"==e.scope?this.searchVal:"isReply"==e.scope?this.replyRadio:"isRead"==e.scope?this.readRadio:"";this.$emit("confirmSearch",t,e.scope),this.resetSearch()},selectionChange(e){this.selectedList=e,this.$emit("selectionChange",e)},toggleAllSelect(){this.isCheckAll?this.tableData.forEach((e=>{this.$refs["xTable"]&&this.$refs["xTable"].toggleRowSelection(e,!1)})):this.$refs["xTable"]&&this.$refs["xTable"].toggleAllSelection()},handleSizeChange(e){this.$emit("update:pageNum",1),this.$emit("update:pageSize",e),this.$emit("changeSize",{pageNum:1,pageSize:e})},handleCurrentChange(e){this.$emit("update:pageNum",e),this.$emit("changeCurrent",{pageNum:e,pageSize:this.pageSize})},rowClick(e,t,n){this.$emit("rowClick",e,t,n)},sortChange(e){const t=this.fulColumnConfig.find((t=>t.prop===e.column.property));t&&t.sortable&&this.$emit("sort",e,t.sortable)},handleBtnClick(e){this.$emit("handleBtnClick",e,this.selectedList)},getRowKeys(e){return e[this.rowKey]},removeChoose(){this.tableData.forEach((e=>{this.$refs["xTable"]&&this.$refs["xTable"].toggleRowSelection(e,!1)}))},handleAlgin(e="left"){return"left"===e?"flex-start":"center"===e?"center":"right"===e?"flex-end":void 0}},components:{TableColumn:qIe,Empty:pd,Tooltip:nu}},XIe=KIe,ZIe=Ba(XIe,BIe,MIe,!1,null,"73077fed",null),JIe=ZIe.exports,QIe={props:{isShowProductFormDrawer:{type:Boolean,default:!1},currentEnv:{type:String,default:"https://www.wotohub.com"}},components:{WTable:JIe},data(){return{isShowDrawer:this.isShowProductFormDrawer,tableColumnConfig:[{label:"",scope:"radio",width:"60"},{label:this.$i18n.t("productForm.creation_time"),prop:"gmtCreate",sortable:1,minWidth:120},{label:this.$i18n.t("productForm.selection_form_name"),prop:"name",showOverflowTooltip:!0,minWidth:120},{label:this.$i18n.t("productForm.number_of_product_cards"),prop:"cardNums",minWidth:100},{label:this.$i18n.t("productForm.viewing_frequency"),scope:"viewNum"},{label:this.$i18n.t("productForm.update_time"),prop:"gmtModify",sortable:2,minWidth:120},{label:this.$i18n.t("productForm.operation"),scope:"operate"}],productFormTableData:[],loading:!1,total:0,queryParams:{currentPage:1,pageSize:20,createTimeAsc:!1,modifyTimeAsc:null},tableHeight:Ws(204),cellRadio:"",productFormLink:""}},created(){this.getProductCardFormList()},methods:{closeProductFormDrawer(){this.$emit("closeProductFormDrawer")},getProductCardFormList(){this.loading=!0,MTe(this.queryParams).then((e=>{"0"===e.code?(this.productFormTableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},tableSort({order:e},t){this.queryParams.createTimeAsc=!!e,this.queryParams.modifyTimeAsc=!!e,this.queryParams.currentPage=1,this.getProductCardFormList()},lookRow(e){window.open(`${this.currentEnv}/productFormDetail?id=${e.id}`,"_blank")},changeRadio(e){this.productFormLink=`${this.currentEnv}/shareForm?id=${e}`},setProductFormLink(){this.$emit("setProductFormLink",this.productFormLink),this.closeProductFormDrawer()}}},ePe=QIe,tPe=Ba(ePe,FIe,$Ie,!1,null,"9c6bea00",null),nPe=tPe.exports,iPe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("productCard.add_product_card"),visible:e.showDrawer,size:"900px","custom-class":"productcard-drawer"},on:{"update:visible":function(t){e.showDrawer=t},close:e.closeProductCardDrawer}},[t("div",{staticClass:"card-search-wrap"},[t("div",{staticClass:"card-search-item"},[t("span",[e._v(e._s(e.$i18n.t("product.product_name")))]),t("el-select",{staticClass:"normal-select",staticStyle:{width:"100%"},attrs:{placeholder:e.$i18n.t("common.please_select"),filterable:"","popper-class":"select-popper"},model:{value:e.productName,callback:function(t){e.productName=t},expression:"productName"}},e._l(e.productOpts,(function(e,n){return t("el-option",{key:n,attrs:{label:e.productName,value:e.shopifyProductId}})})),1)],1),t("div",{staticClass:"card-search-item"},[t("span",[e._v(e._s(e.$i18n.t("newProduct.product_remarks")))]),t("el-input",{model:{value:e.queryParams.remark,callback:function(t){e.$set(e.queryParams,"remark",t)},expression:"queryParams.remark"}})],1),t("div",{staticClass:"card-search-btn"},[t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.searchEvt}},[e._v(e._s(e.$i18n.t("newProduct.query")))]),t("el-button",{attrs:{size:"small",type:"info"},on:{click:e.resetEvt}},[e._v(e._s(e.$i18n.t("newProduct.reset")))])],1)]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"card-body"},e._l(e.cardsArr,(function(n){return t("div",{key:n.id,staticClass:"cards-wrap",class:{selected:e.isSelected(n)},on:{click:function(t){return e.toggleSelection(n)}}},[t("div",{staticClass:"card-item"},[t("div",{staticClass:"card-img"},[t("el-image",{staticClass:"product-img",attrs:{src:n.imageUrls[0]}}),t("div",{staticClass:"card-tags"},[e._l(n.promotePlatformType,(function(n,r){return t("div",{key:"platform"+r,staticClass:"platform-img"},[0==n?t("img",{attrs:{src:i(4321)}}):e._e(),1==n?t("img",{attrs:{src:i(634)}}):e._e(),2==n?t("img",{attrs:{src:i(7682)}}):e._e()])})),e._l(n.typeName3,(function(n,i){return t("span",{key:"typeName"+i,staticClass:"span-item"},[e._v(" "+e._s(n)+" ")])})),n.typeName.length>3?t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip tooltip-tips type-tooltip"}},[t("div",{staticClass:"content",attrs:{slot:"content"},slot:"content"},e._l(n.typeName,(function(n,i){return t("span",{key:"allTypeName"+i,staticClass:"type-item"},[e._v(e._s(n))])})),0),t("span",{staticClass:"span-item more-types"},[e._v("···")])]):e._e()],2),e.isSelected(n)?t("div",{staticClass:"checkbox"},[t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/selected.svg"}})]):e._e()],1),t("p",{staticClass:"card-name"},[e._v(" "+e._s(n.nameEn||"—")+" ")]),t("p",{staticClass:"card-price"},[e._v(" Price:"+e._s(e._f("getMoneySymbol")(n.currency))+e._s(n.priceDollar||"—")+" ")]),t("p",{staticClass:"card-commission"},[e._v(" Commission rate:"+e._s(n.commissionPercent||"—")+"% ")]),t("div",{staticClass:"card-apply",class:{"only-btn":null==n.commissionPercent||0==n.commissionPercent}},[null!==n.commissionPercent&&0!==n.commissionPercent?t("p",{staticClass:"money"},[t("span",[e._v(e._s(e._f("getMoneySymbol")(n.currency))+e._s((n.priceDollar*(n.commissionPercent/100)).toFixed(2)))]),e._v(" /per orderd item ")]):e._e(),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(t){return t.stopPropagation(),e.skipApply(n.id)}}},[e._v("Apply")])],1)]),t("div",{staticClass:"cark-views"},[t("p",[e._v(e._s(e.$i18n.t("newProduct.productId"))+":"+e._s(n.id))]),t("p",[e._v(e._s(e.$i18n.t("newProduct.product_name"))+":"+e._s(n.nameZh))]),t("p",[e._v(e._s(e.$i18n.t("newProduct.product_remarks"))+":"+e._s(n.remark))])])])})),0),t("el-pagination",{attrs:{"hide-on-single-page":0==e.total,total:e.total,"page-size":e.queryParams.pageSize,"current-page":e.queryParams.currentPage,layout:"total,prev, pager, next,jumper"},on:{"current-change":e.handleCurrentChange}}),t("div",{staticClass:"footer-btn"},[t("el-button",{on:{click:e.closeProductCardDrawer}},[e._v(e._s(e.$i18n.t("newProduct.Cancel")))]),t("el-button",{attrs:{type:"primary",disabled:e.isFinished,loading:e.isFinished},on:{click:e.saveEvt}},[e._v(e._s(e.$i18n.t("newProduct.preservation")))])],1)],1)},rPe=[],oPe={props:{isShowProductCardDrawer:{type:Boolean,default:!1},formName:{type:String,default:""}},data(){return{queryParams:{productName:"",remark:"",pageSize:6,currentPage:1,timeAsc:!1},productOpts:[],cardsArr:[],selectedItems:[],total:0,isFinished:!1,showDrawer:this.isShowProductCardDrawer,productTypeOpts:Object.freeze(wIe),loading:!1,productName:""}},created(){this.getProductOpts(),this.getProductCardFormQuery()},methods:{searchEvt(){this.queryParams.currentPage=1,this.getProductCardFormQuery()},resetEvt(){this.queryParams=this.$options.data().queryParams,this.productName="",this.getProductCardFormQuery()},getProductCardFormQuery(){this.loading=!0,this.queryParams.formId=this.$route.query.id,this.productOpts.map((e=>{e.shopifyProductId==this.productName&&(this.queryParams.productName=e.productName)})),PTe({...qs(this.queryParams)}).then((e=>{"0"===e.code?(this.cardsArr=e.data.rows,e.data.rows.forEach((e=>{let t=[];t=3!==e.source?e.type.map((e=>{const t=this.productTypeOpts.find((t=>t.value===e))?.label;return t})):e.type.map((e=>e));let n=t.slice();e.typeName3=n.splice(0,3),e.typeName=t})),this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},handleCurrentChange(e){this.queryParams.currentPage=e,this.getProductCardFormQuery()},getProductOpts(){$Te().then((e=>{"0"===e.code?this.productOpts=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},closeProductCardDrawer(){this.$emit("closeProductCardDrawer")},saveEvt(){0!=this.selectedItems.length?(this.$emit("addProductCard",this.selectedItems),this.closeProductCardDrawer()):this.$message({type:"warning",message:"请点击选择要添加的商品卡",customClass:"custom-message"})},skipApply(e){BTe({productId:e}).then((e=>{"0"===e.code?window.open(e.data,"_blank"):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},isSelected(e){return this.selectedItems.includes(e.id)},toggleSelection(e){const t=e.id,n=this.selectedItems.indexOf(t);n>-1?this.selectedItems.splice(n,1):this.selectedItems.push(t)}}},aPe=oPe,sPe=Ba(aPe,iPe,rPe,!1,null,"65fe80bc",null),lPe=sPe.exports,cPe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"content-box"},[t("div",{directives:[{name:"show",rawName:"v-show",value:!e.isMultiReply,expression:"!isMultiReply"}],staticClass:"form-item mb12"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.subject")))]),t("div",{staticClass:"subject-wrap"},[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.subject,expression:"form.subject"}],ref:"subjectIpt",staticClass:"subject-input",attrs:{type:"text"},domProps:{value:e.form.subject},on:{focus:function(t){e.isFocusSubject=!0},input:function(t){t.target.composing||e.$set(e.form,"subject",t.target.value)}}})])]),t("div",{staticClass:"form-item mb4"},[t("span",{staticClass:"attachment-file"},[e._v(e._s(e.$t("edm5.v56"))+" "),t("Tooltip",{staticClass:"attachment-tooltip",attrs:{content:e.$t("edm5.v235"),isShowRule:!1}})],1),t("div",{staticClass:"attachment-list"},[t("div",{staticClass:"file-box"},[e._l(e.form.fileList,(function(n,i){return t("div",{key:n.link,staticClass:"file"},[t("i",{staticClass:"dss-iconfont icon-file-3"}),t("div",{staticClass:"name"},[t("span",{staticClass:"file-name"},[e._v(e._s(n.name))]),t("span",{staticClass:"file-size"},[e._v(" ("+e._s(n.size<1024?n.size+"B":n.size<1048576?parseInt(n.size/1024)+"KB":parseInt(n.size/1024/1024)+"MB")+")")])]),t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return e.delFile(i)}}})])})),t("div",{staticClass:"add",on:{click:e.clickUpload}},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",[e._v(e._s(e.$t("edm5.v236")))])])],2)])]),t("div",{staticClass:"form-item mb16"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.content")))]),t("div",{staticClass:"form-editor",on:{click:function(t){e.isFocusSubject=!1}}},[t("editor",{ref:"content",staticClass:"mail-editor",attrs:{height:e.editorHeight,theme:"light"},on:{onload:e.editorOnload}}),t("div",{staticClass:"editor-opt-bar"},["aiBar"===e.showBar?t("div",{staticClass:"ai-bar"},[t("img",{staticClass:"bar-icon",attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"bar-name"},[e._v(e._s(e.$t("edm5.v237")))]),t("div",{staticClass:"bar-items"},e._l(e.aiBarItems,(function(n,i){return t("span",{key:i,staticClass:"item",on:{click:function(t){return e.toOpenAiOptimize(n.type)}}},[e._v(e._s(n.name))])})),0),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1),t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.toCloseBar}})]):e._e(),"variableBar"===e.showBar?t("div",{staticClass:"variable-bar"},[t("i",{staticClass:"dss-iconfont icon-temp1"}),t("span",{staticClass:"bar-name"},[e._v(e._s(e.$t("edm5.v71")))]),t("Tooltip",{attrs:{content:e.$i18n.t("writeMail.infoPop"),isShowRule:!1},nativeOn:{click:function(t){e.showTemplateUsage=!0}}}),t("div",{staticClass:"bar-items"},[t("el-popover",{attrs:{trigger:"hover",width:"80",placement:"top-start","popper-class":"variable-popover"}},[t("div",{staticClass:"pop-item",on:{click:function(t){return e.setVariable(0)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.channel_name"))+" ")]),t("div",{staticClass:"pop-item",on:{click:function(t){return e.setVariable(3)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.channel_Id"))+" ")]),t("span",{staticClass:"item",staticStyle:{display:"inline-block"},attrs:{slot:"reference"},slot:"reference"},[e._v(e._s(e.$t("edm5.v239")))])]),t("span",{staticClass:"item",on:{click:function(t){return e.setVariable(1)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.fans_num"))+" ")]),t("span",{staticClass:"item",on:{click:function(t){return e.setVariable(2)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.channel_link"))+" ")])],1),t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.toCloseBar}})],1):e._e()]),t("div",{directives:[{name:"show",rawName:"v-show",value:e.isAutoSave,expression:"isAutoSave"}],staticClass:"save-icon"},[e.isAutoSaving?t("i",{staticClass:"el-icon-refresh-right"}):e._e(),e.isAutoSaved?t("img",{attrs:{src:i(3475)}}):e._e()])],1)]),t("mail-upload",{attrs:{isShow:e.isShowUpload,fileMaxNum:10-e.form.fileList.length,fileMaxSize:200-e.totalSize},on:{onSuccess:e.onSuccess,close:e.handleOnClose}}),e.showTemplateUsage?t("template-usage",{attrs:{isShow:e.showTemplateUsage},on:{closeTemplateUsage:function(t){e.showTemplateUsage=!1}}}):e._e()],1)},uPe=[],dPe=(i(8872),function(){var e=this,t=e._self._c;return t("div",[t("el-dialog",{attrs:{visible:e.isShow,rendered:"","before-close":e.close,"close-on-click-modal":!1,title:e.$t("uploadDialog.title"),width:"550px",top:"50px","custom-class":"edm-upload-dialog"},on:{"update:visible":function(t){e.isShow=t},open:function(t){return e.open()}}},[t("div",{staticClass:"container-fileUpload"},[t("el-button",{ref:"btn-upload",staticClass:"btn-upload",attrs:{type:"primary",disabled:e.isUploading},on:{click:e.handleSelectFile}},[t("i",{staticClass:"el-icon-upload"}),e._v(" "+e._s(e.$t("uploadDialog.btnUpload")))]),t("div",{staticClass:"upload-select"},[t("input",{ref:"upload",staticClass:"upload",attrs:{type:"file",multiple:"",id:"uploads"},on:{change:e.fileChange}})]),t("h2",{staticClass:"txt-tip",staticStyle:{"margin-left":"8px"}},[e._v(" * "+e._s(e.$t("uploadDialog.tip"))+" ")]),t("div",{staticClass:"files"},[0===e.files.length?t("el-empty",{attrs:{"image-size":200}}):e._e(),e._l(e.files,(function(n,i){return t("div",{key:i,staticClass:"file"},[t("div",{staticClass:"file-name"},[t("span",{attrs:{title:n.file.name}},[e._v(e._s(n.file.name)+" ("+e._s(n.file.size<1024?n.file.size+"B":n.file.size<1048576?parseInt(n.file.size/1024)+"KB":parseInt(n.file.size/1024/1024)+"MB")+")")]),0===n.percentage?t("span",{staticClass:"del-icon",on:{click:function(t){return e.del(i)}}},[e._v(" "),t("i",{staticClass:"el-icon-delete"})]):e._e()]),t("div",[n.percentage>0?t("div",{staticClass:"progress"},[t("el-progress",{attrs:{"text-inside":!1,"stroke-width":7,format:e.format,percentage:n.percentage}}),t("div",{staticClass:"progress-percent"},[t("span",{style:100===n.percentage&&"display:none"},[e._v(e._s(n.percentage)+"%")]),100===n.percentage?t("i",{staticClass:"el-icon-circle-check color"}):e._e()])],1):e._e()])])}))],2)],1),t("div",{staticClass:"popup-foot"},[t("div",{staticClass:"txt-tip"},[e._v(" * "+e._s(e.$t("uploadDialog.tip1"))),t("span",{staticStyle:{color:"#1a89fa"}},[e._v(e._s(parseInt(e.fileMaxSize))+"MB")]),e._v(","+e._s(e.$t("uploadDialog.tip2"))),t("span",{staticStyle:{color:"#1a89fa"}},[e._v(e._s(e.fileMaxNum))]),"zh"===e.$i18n.locale||"zh-CN"===e.$i18n.locale?t("span",[e._v("个")]):e._e()]),t("div",{staticClass:"footer-btns"},[t("el-button",{staticClass:"btnOk",attrs:{type:"primary",loading:e.btnloading},on:{click:e.handleOnUpload}},[e._v(e._s(e.$t("uploadDialog.btnOk")))]),e.btnloading?e._e():t("el-button",{staticClass:"btnOk",attrs:{type:"primary"},on:{click:e.handleOnReset}},[e._v(e._s(e.$t("uploadDialog.btnClear")))])],1)])])],1)}),hPe=[],pPe={name:"edm-upload",props:{isShow:{default:!1,type:Boolean},fileMaxNum:{default:10,type:Number},fileMaxSize:{default:200,type:Number}},data(){return{showFile:!0,files:[],fileList:[],btnloading:!1,isUploading:!1}},methods:{open(){this.files=[],this.fileList=[]},close(){this.btnloading&&this.$message.warning(this.$t("uploadDialog.wait")),this.$emit("close",this.btnloading)},handleSelectFile(){this.showFile=!0;let e=this.$refs["upload"];e&&e.click()},format(e){return""},fileChange(e){let t=e.target.files;if(t.length+this.files.length>this.fileMaxNum)this.$message.warning(this.$t("uploadDialog.maxNum"));else{if(t.length>0)for(let e=0;e<t.length;e++){let n=this.files.find((n=>n.file.name===t[e].name));if(!n){let n=0;if(this.files.forEach((e=>{n+=e.file.size/1024/1024})),n+t[e].size/1024/1024>this.fileMaxSize)return void this.$message.warning(this.$t("uploadDialog.maxSize"));this.files.push({file:t[e],percentage:0})}}document.getElementById("uploads").value=""}},handleOnReset(){this.files=[]},del(e){this.files.splice(e,1)},handleOnUpload(){if(0===this.files.length)return void this.$message.warning(this.$t("uploadDialog.empty"));this.btnloading=!0;let e=[];if(this.files.length>0)for(let n=0;n<this.files.length;n++)e.push({fileName:this.files[n].file.name,fileSize:this.files[n].file.size});let t=[];e.map((e=>{t.push(Ja(e))})),this.isUploading=!0,Promise.all(t).then((e=>e)).then((e=>{console.log("ossparams",e);let t=[],n=this;e.map(((e,i)=>{let r=new FormData;r.append("key",e.data.objectName),r.append("success_action_status","200"),r.append("x-oss-object-acl","public-read"),r.append("OSSAccessKeyId",e.data.accessKeyId),r.append("policy",e.data.uploadPolicy),r.append("signature",e.data.uploadSignature),r.append("success_action_status","200"),r.append("file",n.files[i].file),t.push(es(e.data.uploadHost,r,(e=>{e.upload&&n.files[i]&&n.files[i].percentage&&(n.files[i].percentage=Math.floor(100*e.progress))}))),this.fileList.push({uuid:this.$md5(n.files[i].file.name),name:n.files[i].file.name,link:e.data.uploadHost+"/"+encodeURI(e.data.objectName),size:n.files[i].file.size,oss:e.data})})),console.log("合并信息",this.fileList),Promise.all(t).then((()=>{this.btnloading=!1,this.$message.success(this.$t("uploadDialog.success")),this.isUploading=!1,this.$emit("onSuccess",this.fileList),this.files=[],this.fileList=[]}))}))}}},fPe=pPe,mPe=Ba(fPe,dPe,hPe,!1,null,"56c0850c",null),gPe=mPe.exports,vPe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,title:e.$i18n.t("checkMail.tip17"),width:"620px","before-close":e.closeTemplateUsage,"custom-class":"usage-dialog"},on:{"update:visible":function(t){e.isShow=t}}},[t("p",{staticClass:"tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip18"))+" ")]),t("img",{staticClass:"usage-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/usage.png"}})])},yPe=[],bPe={props:{isShow:{default:!1,type:Boolean}},data(){return{}},methods:{closeTemplateUsage(){this.$emit("closeTemplateUsage")}}},wPe=bPe,_Pe=Ba(wPe,vPe,yPe,!1,null,null,null),CPe=_Pe.exports,xPe={props:{isMultiReply:{type:Boolean,default:!1},isDraft:{type:Boolean,default:!1},isReply:{type:Boolean,default:!1},isOuterBox:{type:Boolean,default:!1},form:{type:Object,default:{id:"",subject:"",fileList:[],content:"",active:!0,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}},replyInfo:{type:Object,default:()=>{}},editorHeight:{type:Number,default:350},aiPoint:{type:Number,default:0}},components:{mailUpload:gPe,templateUsage:CPe,Editor:vTe,Tooltip:nu},data(){return{isFocusSubject:!1,totalSize:0,isShowUpload:!1,showTemplateUsage:!1,isAutoSave:!1,isAutoSaving:!1,isAutoSaved:!1,replyHtml:"",editorRef:null,editorReady:!1,aiBarItems:[{name:this.$t("edm5.v265"),type:"1"},{name:this.$t("edm5.v266"),type:"2"},{name:this.$t("edm5.v267"),type:"3"},{name:this.$t("edm5.v268"),type:"4"},{name:this.$t("edm5.v269"),type:"5"}],showBar:"",pageFrom:this.$route.query.pageFrom||""}},computed:{isAiInvitePlanContentReady(){return this.editorReady&&!!this.form.content&&"AIinvitePlan"===this.pageFrom&&!this.form.isAiContent},isNormalContentReady(){return this.editorReady&&!!this.form.content&&!this.isDraft&&!this.isOuterBox&&!this.form.isAiContent&&"AIinvitePlan"!=this.pageFrom},isDraftContentReady(){return this.editorReady&&!!this.form.content&&!!this.isDraft&&!this.form.isAiContent},isAiContentReady(){return this.editorReady&&!!this.form.content&&!!this.form.isAiContent},isOuterBoxContentReady(){return this.editorReady&&!!this.form.content&&!!this.isOuterBox},isFileReady(){return this.form.fileList&&Array.isArray(this.form.fileList)&&this.form.fileList.length>0},isReplyContentReady(){return this.editorReady&&this.replyInfo&&this.isReply&&Object.keys(this.replyInfo).length>0}},watch:{isAiInvitePlanContentReady(e){e&&this.setInitDraftContent()},isNormalContentReady(e){console.log("normal",e),e&&this.setContent(this.form.content)},isDraftContentReady(e){console.log("Draft",e),e&&this.setInitDraftContent()},isOuterBoxContentReady(e){e&&this.setInitOuterBoxContent()},isReplyContentReady(e){e&&this.setInitReply()},isFileReady(e){e&&this.setInitFileSize()},isAiContentReady(e){console.log("ai",e),e&&this.setContent(this.form.content)}},created(){},mounted(){},methods:{editorOnload(){this.editorRef=this.$refs.content,this.editorReady=!0,this.initEditor()},initEditor(){this.$refs.content&&(this.form.getContent=this.getContent,this.form.setContent=this.setContent,this.form.addEditContent=this.addEditContent,this.form.setReplyDom=this.setReplyDom,this.form.getReplyHtml=this.getReplyHtml,this.form.getTextContent=this.getTextContent,this.form.isEmpty=this.getIsEmpty,this.form.setEditorBar=this.setEditorBar,this.setInitEmail())},getContent(){return this.editorRef.getContent()},setContent(e){let t=e;e&&e.trim&&(t=e.trim()),this.editorRef.setContent(t)},addEditContent(e){this.editorRef.addEditContent(e)},getTextContent(){return this.editorRef.getTextContent()},getReplyHtml(){return this.replyHtml},getIsEmpty(){return this.editorRef.isEmpty()},setEditorBar(e){this.showBar=e},clickUpload(){10!==this.form.fileList.length&&this.totalSize<200?this.isShowUpload=!0:this.$message({type:"warning",message:`${this.$i18n.t("writeMail.attachment_length_limit")}${this.$i18n.t("writeMail.attachment_size_limit")}`})},onSuccess(e){e.forEach((e=>{this.totalSize+=e.size/1024/1024,this.form.fileList.push({uuid:e.uuid,name:e.name,link:e.link,size:e.size})})),this.isShowUpload=!1},delFile(e){this.form.fileList.splice(e,1),0===this.form.fileList.length&&(this.totalSize=0),0!==this.form.fileList.length&&this.form.fileList.length<=10&&this.computeTotalSize()},handleOnClose(e){this.isShowUpload=!!e},setVariable(e){let t="";if(this.isFocusSubject){switch(e){case 0:t="{$channelName}";break;case 1:t="{$subscriber}";break;case 2:t="{$link}";break;case 3:t="{$channelId}";break}const n=this.$refs.subjectIpt.selectionStart,i=this.form.subject.slice(0,n)+t+this.form.subject.slice(n);this.form.subject=i,this.isFocusSubject=!1}else{switch(e){case 0:t="{$channelName}";break;case 1:t="{$subscriber}";break;case 2:t="{$link}";break;case 3:t="{$channelId}";break}this.editorRef.setFocus(),this.editorRef.insertEditContent(t)}},setInitEmail(){},setInitDraftContent(){const e=this.form.content;if(!e)return!1;const t=e.indexOf("<product-card"),n=e.indexOf("</product-card>");let i="";i=t>-1&&n>-1?e.slice(0,t)+e.slice(n+15):e;const r=i.split(" ");if(r.length>1){this.setContent(r[0]);const e=this.$refs.content.$el;if(e){const t=e.getElementsByClassName("w-e-scroll")[0],n=t.firstChild;n.setAttribute("class","mail-w");const i=document.createElement("div");i.innerHTML=r[1],t.appendChild(i),this.replyHtml=r[1]}}else this.setContent(i)},setInitOuterBoxContent(){const e=this.form.content;if(!e)return!1;const t=e.indexOf("<product-card"),n=e.indexOf("</product-card>"),i=e.slice(0,t)+e.slice(n+15),r=i.split(" ");if(r.length>1){this.setContent(r[0]);const e=this.$refs.content.$el;if(e){const t=e.getElementsByClassName("w-e-scroll")[0],n=t.firstChild;n.setAttribute("class","mail-w");const i=document.createElement("div");i.innerHTML=r[1],t.appendChild(i),this.replyHtml=r[1]}}else this.setContent(i)},setInitReply(){const e=this.$refs.content.$el;if(e){let n=e.getElementsByClassName("w-e-scroll")[0];var t=document.createElement("div");let i="<div style='color:#333'>";if(i+=`<p>------ ${this.$t("inboxDetail.omail")} ------<p>`,i+="<div style='background:#f5f5f5;padding:20px !important';overflow-x:auto;>",i+="<div style='margin-bottom:10px;!important'>",i+=`<span> ${this.$t("inboxDetail.to")}:</span>`,i+=`<span>${Ls(this.replyInfo.bloggerName)}</span>`,i+="</div>",i+="<div style='margin-bottom:10px;!important'>",i+=`<span style='display:inline-block;width:65px;'> ${this.$t("inboxDetail.subject")}:</span>`,i+=`<span>${this.replyInfo.subject}</span>`,i+="</div>",i+="<div style='display:flex'>",i+=`<span style='display:block;width:65px;margin: 0px;white-space:nowrap;'> ${this.$t("inboxDetail.content")}:</span>`,i+=`<div>${this.replyInfo.content}</div>`,i+="</div>",i+="<div>",i+="</div>",i=this.filterTag(i),t.innerHTML=i,this.replyHtml=i,n.appendChild(t),this.$route.query.isSimple){const e=localStorage.getItem("simpleWiteTxt")||"";this.setContent(e)}n.firstChild&&n.firstChild.setAttribute("class","mail-w")}},setInitFileSize(){const e=this.form.fileList;e&&Array.isArray(e)&&e.length>0&&(this.totalSize=this.form.fileList.reduce(((e,t)=>e+t.size/1024/1024),0))},filterTag(e){return e.replace(/<style\b[^<]*(?:(?!<\/style>)<[^<]*)*<\/style>|<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,"")},toCloseBar(){this.showBar=""},toOpenAiOptimize(e){this.$emit("handleOptimize",e)}}},SPe=xPe,kPe=Ba(SPe,cPe,uPe,!1,null,"20c85755",null),EPe=kPe.exports,DPe=function(){var e=this,t=e._self._c;return t("el-drawer",{staticClass:"ai-side-sign",attrs:{title:e.$t("edm5.v73"),"custom-class":"ai-side-sign-drawer",visible:e.visible,"close-on-press-escape":!1,direction:"rtl",size:"560px","append-to-body":!0},on:{close:e.drawerClose}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"main-box"},[t("div",{staticClass:"search-part"},[t("el-input",{staticClass:"search-input",attrs:{placeholder:e.$t("edm5.v256"),clearable:""},on:{clear:()=>{e.searchForm.currentPage=1,e.init()}},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(()=>{e.searchForm.currentPage=1,e.init()}).apply(null,arguments)}},model:{value:e.searchForm.content,callback:function(t){e.$set(e.searchForm,"content",t)},expression:"searchForm.content"}},[t("i",{staticClass:"dss-iconfont icon-search2",attrs:{slot:"suffix"},on:{click:()=>{e.searchForm.currentPage=1,e.init()}},slot:"suffix"})]),t("el-button",{staticClass:"add-sign",class:{"add-sign-en":"en"===e.language},on:{click:function(t){e.isShowSet=!0}}},[t("div",{staticClass:"warp"},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",{staticClass:"text"},[e._v(e._s(e.$t("edm5.v257")))])])])],1),t("div",{staticClass:"content-part"},e._l(e.tableData,(function(n,i){return t("div",{key:n.id,staticClass:"part-item"},[t("div",{staticClass:"item-top"},[t("span",{staticClass:"left",domProps:{innerHTML:e._s(n.content)}}),t("span",{staticClass:"right",on:{click:function(t){return e.showSetSign(n)}}},[e._v(" "+e._s(e.$t("edm5.v258"))+" "),t("i",{staticClass:"dss-iconfont icon-arrow"})])]),t("div",{staticClass:"item-bottom"},[t("span",{staticClass:"left"},[e._v(e._s(e.$t("edm5.v259"))+e._s(n.gmtModify))]),t("span",{staticClass:"right"},[t("el-button",{attrs:{size:"small"},on:{click:function(t){return e.del(n.id)}}},[e._v(e._s(e.$t("edm5.v260")))]),t("el-button",{attrs:{size:"small",type:"primary"},on:{click:function(t){return e.setMailSign(n.content)}}},[e._v(e._s(e.$t("edm5.v261")))])],1)])])})),0)]),t("div",{staticClass:"pagination-part"},[t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,total:e.tableTotal,"page-size":e.searchForm.pageSize,"pager-count":5,small:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1),t("el-drawer",{attrs:{visible:e.isShowSet,"with-header":!1,"wrapper-closable":!1,"append-to-body":"",size:"780px"},on:{"update:visible":function(t){e.isShowSet=t}}},[e.isShowSet?t("set-sign",{attrs:{id:e.setId,content:e.detailContent},on:{init:function(t){e.searchForm.currentPage=1,e.init()},close:function(t){e.setId=0,e.isShowSet=!1}}}):e._e()],1)],1)},APe=[];async function OPe(e){let t=await va("/edm/sign/selSigns",e);return t}async function TPe(e){let t=await wa("/edm/sign/addSign",e);return t}async function IPe(e){let t=await _a("/edm/sign/editSign",e);return t}async function PPe(e){let t=await ya(`/edm/sign/delSign/${e.id}`);return t}var FPe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"drawer"},[t("div",{staticClass:"drawer-head"},[t("h3",[e._v(e._s(e.id?`${e.$i18n.t("signature.edite_sign")}`:`${e.$i18n.t("signature.create_sign")}`))]),t("button",{staticClass:"close-btn",on:{click:function(t){return e.close()}}},[t("i",{staticClass:"dss-iconfont icon-close"})])]),t("div",{staticClass:"drawer-body hidden-scrollbar"},[t("div",{staticClass:"form-editor mb24"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.signature")))]),t("div",{staticClass:"form-editor-wrap"},[t("editor",{ref:"signContent",attrs:{height:400,theme:"light"}})],1)])]),t("div",{staticClass:"drawer-foot"},[t("button",{staticClass:"drawer-btn drawer-btn-linear mr24",on:{click:function(t){return e.close()}}},[e._v(" "+e._s(e.$i18n.t("common.cancle"))+" ")]),t("button",{staticClass:"drawer-btn drawer-btn-face",attrs:{disabled:e.isSubmit},on:{click:e.submit}},[e.isSubmit?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" "+e._s(e.$i18n.t("common.confirm"))+" ")])])])},$Pe=[],BPe={components:{Editor:vTe},props:{id:{default:0,type:Number},content:{type:String,default:""}},data(){return{isSubmit:!1}},created(){this.id&&this.init()},methods:{init(){setTimeout((()=>{this.$refs.signContent.setContent(this.content)}),100)},submit(){if(this.$refs.signContent.isEmpty())return void this.$message({type:"warning",message:`${this.$i18n.t("signature.sign_not_empty")}`});const e={content:this.$refs.signContent.getContent()};this.isSubmit=!0,this.id?(e.id=this.id,IPe(e).then((e=>{0==e.code?(this.isSubmit=!1,this.$emit("init"),this.close(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`})):this.$message.error(e.message)}))):TPe(e).then((e=>{0==e.code?(this.isSubmit=!1,this.$emit("init"),this.close(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`})):this.$message.error(e.message)}))},close(){this.$emit("close")}}},MPe=BPe,NPe=Ba(MPe,FPe,$Pe,!1,null,"b369729e",null),RPe=NPe.exports,jPe={components:{SetSign:RPe},props:{visible:{type:Boolean,default:!1}},data(){return{searchForm:{content:"",currentPage:1,pageSize:5},tableData:[],tableTotal:0,isShowSet:!1,setId:0,detailContent:"",loading:!1,language:qi.get("language")||"zh"}},created(){this.init()},methods:{drawerClose(){this.$emit("update:visible",!1),this.$emit("closed")},init(){this.loading=!0,OPe(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.tableTotal=e.data.total):this.$message.error(e.message)}))},changePage(e){this.searchForm.currentPage=e,this.init()},del(e){this.$confirm(`${this.$i18n.t("signature.confirm_del")}`,"",{confirmButtonClass:"confirm_del"}).then((()=>{PPe({id:e}).then((e=>{0==e.code?(this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message.error(e.message)}))})).catch((()=>{}))},setMailSign(e){this.$emit("setMailSign",e)},showSetSign(e){this.setId=e.id,this.detailContent=e.content,this.isShowSet=!0}}},LPe=jPe,zPe=Ba(LPe,DPe,APe,!1,null,"104128f9",null),VPe=zPe.exports,HPe=function(){var e=this,t=e._self._c;return t("el-drawer",{staticClass:"ai-side-template",attrs:{title:e.$t("edm5.v245"),"custom-class":"ai-side-template-drawer",visible:e.visible,"close-on-press-escape":!1,direction:"rtl",size:"800px","append-to-body":!0},on:{close:e.drawerClose}},[t("div",{staticClass:"title-tips",class:{"title-tips-en":"en"===e.language}},[e._v(e._s(e.$t("edm5.v246")))]),t("TemplateList",{attrs:{userId:e.userId},on:{setMailTemplate:e.setMailTemplate}})],1)},UPe=[],WPe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"wrap"},[t("div",{staticClass:"inbox-search-wrap"},[t("el-row",{attrs:{gutter:12}},[t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item col-select-input-item"},[t("el-select",{staticClass:"template_select",attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:function(t){e.searchForm.scene="",e.contentInput=""}},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:"模版名称",value:"1"}}),t("el-option",{attrs:{label:"应用场景",value:"2"}})],1),1==e.searchForm.type&&2==e.contentSelect?t("div",{staticClass:"temp_right"},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},slot:"prepend",model:{value:e.searchForm.scene,callback:function(t){e.$set(e.searchForm,"scene",t)},expression:"searchForm.scene"}},e._l(e.templateSystemScene,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1):t("div",{staticClass:"temp_right"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}})],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.mailTitleInput,callback:function(t){e.mailTitleInput=t},expression:"mailTitleInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:function(t){e.mailTitleInput="",e.searchForm.content="",e.searchForm.mailSubject=""}},slot:"prepend",model:{value:e.mailTitleSelect,callback:function(t){e.mailTitleSelect=t},expression:"mailTitleSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("模版语言")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:"",filterable:""},model:{value:e.searchForm.modelLanguage,callback:function(t){e.$set(e.searchForm,"modelLanguage",t)},expression:"searchForm.modelLanguage"}},e._l(e.language,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1)])],1),t("el-row",{staticStyle:{"margin-top":"8px"},attrs:{gutter:12}},[t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("模板类型")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},on:{change:e.modelTypeChange},model:{value:e.searchForm.type,callback:function(t){e.$set(e.searchForm,"type",t)},expression:"searchForm.type"}},[t("el-option",{key:1,attrs:{value:1,label:"系统模版"}}),t("el-option",{key:2,attrs:{value:2,label:"自定义模版"}})],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("共享状态")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isShared,callback:function(t){e.$set(e.searchForm,"isShared",t)},expression:"searchForm.isShared"}},[t("el-option",{key:1,attrs:{value:!0,label:"公开"}}),t("el-option",{key:2,attrs:{value:!1,label:"私有"}})],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("创建人")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:"",filterable:""},model:{value:e.searchForm.userId,callback:function(t){e.$set(e.searchForm,"userId",t)},expression:"searchForm.userId"}},e._l(e.accountList,(function(e){return t("el-option",{key:e.userId,attrs:{label:e.userName,value:e.userId}})})),1)],1)])],1),t("el-row",{staticStyle:{"margin-top":"8px"},attrs:{gutter:20}},[t("el-col",{attrs:{span:24}},[t("div",{staticClass:"btns_box"},[t("div",[t("el-button",{attrs:{type:"primary"},on:{click:function(t){e.searchForm.currentPage=1,e.getCardList()}}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1),t("div",{staticStyle:{display:"flex","align-items":"center"}},[t("div",{staticClass:"right_sort"},[t("el-dropdown",{attrs:{placement:"bottom"}},[t("div",{staticClass:"sort_btn"},[t("i",{staticClass:"dss-iconfont"},[e._v("")]),e._v(" "+e._s(e.sortConfig.find((t=>t.value==e.searchForm.searchSort)).label)+" ")]),t("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},e._l(e.sortConfig,(function(n,i){return t("el-dropdown-item",{key:i,staticStyle:{"white-space":"nowrap"},attrs:{command:n.value},nativeOn:{click:function(t){return e.clickDropdownItem(n)}}},[e._v(e._s(n.label))])})),1)],1)],1)])])])],1)],1),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"temp_box"},[e.templateList.length?t("div",{staticClass:"temp_list"},e._l(e.templateList,(function(n){return t("div",{key:n.id,staticClass:"temp_item"},[t("div",{staticClass:"temp_content"},[t("div",{staticClass:"temp_top"},[t("div",{staticClass:"temp_title"},[t("div",{staticClass:"title_text"},[e._v(" "+e._s(n.templatesTitle)+" ")]),t("div",{staticClass:"more_icon",on:{click:function(t){return e.toDetail(n)}}},[e._v(" 详情"),t("i",{staticClass:"el-icon-arrow-right"})])]),t("div",{staticClass:"num_box"},[t("div",{staticClass:"lang_box"},[e._v(" 语言:"+e._s(e.getLangLabel(n.modelLanguage))+" ")]),n.attachmentNum?t("div",{staticClass:"lang_box"},[e._v(" 附件:"+e._s(n.attachmentNum)+"个 ")]):e._e(),n.productCardNum?t("div",{staticClass:"lang_box"},[e._v(" 商品卡:"+e._s(n.productCardNum)+"个 ")]):e._e()])]),t("div",{staticClass:"temp_middle"},[t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("送达率")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.deliveryRate?"-":n.deliveryRate+"%")+" ")])]),t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("打开率")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.openRate?"-":n.openRate+"%")+" ")])]),t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("回复率")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.replyRate?"-":n.replyRate+"%")+" ")])]),t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("累计发送数")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.totalSentNumber?"-":n.totalSentNumber)+" ")])])]),t("div",{staticClass:"tem_bottom"},[t("div",{staticClass:"tem_desc"},[e._v("邮件标题:"+e._s(n.mailSubject))]),t("div",{staticClass:"tem_desc"},[e._v("应用场景:"+e._s(n.scene))]),t("div",{staticClass:"desc_btns"},[t("div",{staticClass:"desc_text"},[t("div",{staticClass:"tem_desc"},[e._v("创建人:"+e._s(n.creator))]),t("div",{staticClass:"tem_desc"},[e._v("更新时间:"+e._s(n.gmtModify))])]),t("div",{staticClass:"apply_btn"},[t("el-button",{attrs:{type:"primary"},on:{click:function(t){return e.setMailTemplate(n)}}},[e._v("应用")])],1)])])])])})),0):t("Empty")],1),t("div",{staticClass:"page_box"},[t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,"page-size":e.searchForm.pageSize,layout:"total,prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange,"update:currentPage":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:current-page":function(t){return e.$set(e.searchForm,"currentPage",t)}}})],1)])},qPe=[];const YPe=[{value:"7",label:"汉语",enLabel:"Chinese"},{value:"1",label:"英语",enLabel:"English"},{value:"3",label:"法语",enLabel:"French"},{value:"8",label:"德语",enLabel:"German"},{value:"6",label:"日语",enLabel:"Japanese"},{value:"9",label:"韩语",enLabel:"Korean"},{value:"10",label:"越南语",enLabel:"Vietnamese"},{value:"11",label:"泰国语",enLabel:"Thai"},{value:"12",label:"菲律宾语",enLabel:"Filipino"},{value:"13",label:"印度尼西亚语",enLabel:"Indonesian"},{value:"14",label:"俄罗斯语",enLabel:"Russian"},{value:"4",label:"西班牙语",enLabel:"Spanish"},{value:"15",label:"意大利语",enLabel:"Italian"}],GPe=[{label:"按创建时间倒序",value:0},{label:"按更新时间倒序",value:1},{label:"按送达率倒序",value:2},{label:"按打开率倒序",value:3},{label:"按回复率倒序",value:4},{label:"按累计发送数倒序",value:5}],KPe=[{value:"1",label:`${Vc.t("template.invite_cooperation")}`},{value:"2",label:`${Vc.t("template.price_negotiation")}`},{value:"3",label:`${Vc.t("template.contract_template")}`},{value:"4",label:`${Vc.t("template.video_production")}`},{value:"5",label:`${Vc.t("template.expense_settlement")}`}];function XPe(e){let t={templatesTitle:"",scene:"",mailSubject:"",content:"",type:null,modelLanguage:"",isShared:"",userId:"",searchSort:1,currentPage:1,pageSize:10};return e&&(t=Object.assign(t,e)),t}var ZPe={components:{Empty:pd},props:{userId:{type:[Number,String],default:""}},data(){return{contentSelect:"1",contentInput:"",mailTitleSelect:"1",mailTitleInput:"",searchForm:XPe(),language:YPe,sortConfig:GPe,accountList:[],templateList:[],templateSystemScene:KPe,total:0,loading:!1}},mounted(){this.getAccountList(),this.getCardList()},methods:{getLangLabel(e){const t=this.language.find((t=>t.value==e));if(t)return t.label},setMailTemplate(e){this.$emit("setMailTemplate",e)},toDetail(e){const t=this.$router.resolve({path:"/emailTempDetail",query:{type:"edit",id:e.id}});window.open(t.href,"_blank")},getCardList(){"1"==this.contentSelect?this.searchForm.templatesTitle=this.contentInput:"2"==this.contentSelect&&1!=this.searchForm.type&&(this.searchForm.scene=this.contentInput),"1"==this.mailTitleSelect?this.searchForm.mailSubject=this.mailTitleInput:"2"==this.mailTitleSelect&&(this.searchForm.content=this.mailTitleInput),this.loading=!0,Os(this.searchForm).then((e=>{"0"==e.code?(this.templateList=e.data.rows,this.total=e.data.total,this.loading=!1):(this.loading=!1,this.$message.error(e.message))}))},modelTypeChange(e){this.searchForm.scene="",this.contentInput=""},resetEvt(){this.searchForm=XPe(),this.contentSelect="1",this.contentInput="",this.mailTitleSelect="1",this.mailTitleInput="",this.getCardList()},getAccountList(){As().then((e=>{"0"==e.code?this.accountList=e.data:this.$message.error(e.message)}))},clickDropdownItem(e){this.searchForm.currentPage=1,this.searchForm.searchSort=e.value,this.getCardList()},handleSizeChange(e){this.searchForm.currentPage=1,this.searchForm.pageSize=e,this.getCardList()},handleCurrentChange(e){this.searchForm.currentPage=e,this.getCardList()}}},JPe=ZPe,QPe=Ba(JPe,WPe,qPe,!1,null,"0854720c",null),eFe=QPe.exports,tFe={components:{TemplateList:eFe},props:{visible:{type:Boolean,default:!1},userId:{type:[Number,String],default:""}},data(){return{loading:!1,language:qi.get("language")}},methods:{drawerClose(){this.$emit("update:visible",!1),this.$emit("closed")},setMailTemplate(e){this.$emit("setMailTemplate",e)}}},nFe=tFe,iFe=Ba(nFe,HPe,UPe,!1,null,"2b36ea26",null),rFe=iFe.exports,oFe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"ai-mail"},[e.visible?t("div",{staticClass:"ai-mail-base",class:{"ai-mail-base-en":"en"===e.language}},[t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.baseClose}}),t("div",{staticClass:"title"},[t("img",{attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"txt",class:{"txt-en":"en"===e.language}},[e._v(e._s(e.$t("edm5.v82")))])]),t("div",{staticClass:"sub-title"},[e._v(" "+e._s(e.$t("edm5.v83"))+" ")]),t("div",{staticClass:"step-content"},[t("div",{staticClass:"step-item step-one",on:{click:function(t){e.isShowProductDrawer=!0}}},[t("div",{staticClass:"left"},[t("span",{staticClass:"label-step"},[e._v(e._s(e.$t("edm5.v84")))]),t("span",{staticClass:"label-name"},[e._v(e._s(e.$t("edm5.v85")))])]),t("div",{staticClass:"right"},[e.aiProducts.length>0?t("span",{staticClass:"isComplete"},[e._v(e._s(e.$t("edm5.v86")))]):e._e(),t("i",{staticClass:"dss-iconfont icon-arrow"})])]),t("div",{staticClass:"step-item step-two",on:{click:()=>{e.isShowCoopDrawer=!0,e.getLanguages()}}},[t("div",{staticClass:"left"},[t("span",{staticClass:"label-step"},[e._v(e._s(e.$t("edm5.v88")))]),t("span",{staticClass:"label-name"},[e._v(e._s(e.$t("edm5.v89")))])]),t("div",{staticClass:"right"},[e.isCoopComplete?t("span",{staticClass:"isComplete"},[e._v(e._s(e.$t("edm5.v86")))]):e._e(),t("i",{staticClass:"dss-iconfont icon-arrow"})])])]),t("div",{staticClass:"make"},[t("el-button",{staticClass:"make-btn",attrs:{type:"primary"},on:{click:e.makeAiEmails}},[e._v(e._s(e.$t("edm5.v90")))])],1),t("div",{staticClass:"point"},[t("span",{staticClass:"point-txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]):e._e(),e.isShowProductDrawer?t("product-new-drawer",{attrs:{from:"ai",isShowProductDrawer:e.isShowProductDrawer,defaultSelectedProduct:e.aiProducts},on:{addAiProduct:e.addAiProduct,closeProductDrawer:e.closeProductDrawer}}):e._e(),t("el-drawer",{staticClass:"ai-coop",attrs:{title:e.$t("edm5.v89"),"custom-class":"ai-coop-drawer",visible:e.isShowCoopDrawer,"close-on-press-escape":!1,direction:"rtl",size:"560px","append-to-body":!0},on:{close:e.coopDrawerClose}},[t("div",{staticClass:"coop-subTitle"},[e._v(e._s(e.$t("edm5.v92")))]),t("div",{staticClass:"coop-form"},[t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[t("span",{staticClass:"required"},[e._v("*")]),e._v(e._s(e.$t("edm5.v93"))+" ")]),t("div",{staticClass:"form-item-value tag-value"},[t("el-input",{attrs:{type:"textarea",rows:4,resize:"none",placeholder:"Best regards\n[Your Full Name]\n[Your Title/Position]\n[Your Company/Organization]",maxlength:"100","show-word-limit":""},model:{value:e.coopForm.signature,callback:function(t){e.$set(e.coopForm,"signature",t)},expression:"coopForm.signature"}})],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v94")))]),t("div",{staticClass:"form-item-value"},[t("el-input",{attrs:{type:"textarea",rows:3,resize:"none",placeholder:e.$t("edm5.v95"),maxlength:"100","show-word-limit":""},model:{value:e.coopForm.brandInformation,callback:function(t){e.$set(e.coopForm,"brandInformation",t)},expression:"coopForm.brandInformation"}})],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v96")))]),t("div",{staticClass:"form-item-value"},[t("el-select",{attrs:{size:"medium",placeholder:e.$t("edm5.v98")},model:{value:e.coopForm.isFreeShipping,callback:function(t){e.$set(e.coopForm,"isFreeShipping",t)},expression:"coopForm.isFreeShipping"}},[t("el-option",{attrs:{label:e.$t("edm5.v49"),value:!1}}),t("el-option",{attrs:{label:e.$t("edm5.v48"),value:!0}})],1)],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v97")))]),t("div",{staticClass:"form-item-value radio-value"},[t("el-radio",{attrs:{label:!0},model:{value:e.coopForm.isPaid,callback:function(t){e.$set(e.coopForm,"isPaid",t)},expression:"coopForm.isPaid"}},[e._v(e._s(e.$t("edm5.v48")))]),t("el-radio",{attrs:{label:!1},model:{value:e.coopForm.isPaid,callback:function(t){e.$set(e.coopForm,"isPaid",t)},expression:"coopForm.isPaid"}},[e._v(e._s(e.$t("edm5.v49")))])],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v99")))]),t("div",{staticClass:"form-item-value radio-value"},[t("el-radio",{attrs:{label:!0},model:{value:e.coopForm.hasOrderCommission,callback:function(t){e.$set(e.coopForm,"hasOrderCommission",t)},expression:"coopForm.hasOrderCommission"}},[e._v(e._s(e.$t("edm5.v48")))]),t("el-radio",{attrs:{label:!1},model:{value:e.coopForm.hasOrderCommission,callback:function(t){e.$set(e.coopForm,"hasOrderCommission",t)},expression:"coopForm.hasOrderCommission"}},[e._v(e._s(e.$t("edm5.v49")))])],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v100")))]),t("div",{staticClass:"form-item-value style-value"},[t("el-autocomplete",{attrs:{"fetch-suggestions":e.querySearch,placeholder:e.$t("edm5.v95")},model:{value:e.coopForm.videoStyle,callback:function(t){e.$set(e.coopForm,"videoStyle",t)},expression:"coopForm.videoStyle"}})],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v101")))]),t("div",{staticClass:"form-item-value number-value"},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95"),type:"number"},model:{value:e.coopForm.videoDuration,callback:function(t){e.$set(e.coopForm,"videoDuration",t)},expression:"coopForm.videoDuration"}},[t("template",{slot:"append"},[e._v(e._s(e.$t("edm5.v102")))])],2)],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v("hashtag")]),t("div",{staticClass:"form-item-value tag-value"},[t("el-select",{attrs:{"popper-class":"coop-tag-select",multiple:"",filterable:"","allow-create":"","default-first-option":"",placeholder:e.$t("edm5.v103")},model:{value:e.coopForm.hashtags,callback:function(t){e.$set(e.coopForm,"hashtags",t)},expression:"coopForm.hashtags"}},[t("el-option",{attrs:{label:"test",value:"test"}})],1)],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v104")))]),t("div",{staticClass:"form-item-value"},[t("el-input",{attrs:{type:"textarea",rows:3,resize:"none",placeholder:e.$t("edm5.v95"),maxlength:"100","show-word-limit":""},model:{value:e.coopForm.otherRequirements,callback:function(t){e.$set(e.coopForm,"otherRequirements",t)},expression:"coopForm.otherRequirements"}})],1)])]),t("div",{staticClass:"coop-bottom"},[t("div",{staticClass:"bottom-left"},[t("span",{staticClass:"label"},[e._v(e._s(e.$t("edm5.v105")))]),t("span",{staticClass:"value",staticStyle:{"margin-right":"6px"}},[t("el-select",{attrs:{size:"small",placeholder:e.$t("edm5.v98")},model:{value:e.coopForm.language,callback:function(t){e.$set(e.coopForm,"language",t)},expression:"coopForm.language"}},e._l(e.languageList,(function(e,n){return t("el-option",{key:n,attrs:{label:e.label,value:e.value}})})),1)],1),t("Tooltip",{attrs:{content:e.$t("edm5.v106"),isShowRule:!1}})],1),t("div",{staticClass:"bottom-right"},[t("el-button",{on:{click:function(t){e.isShowCoopDrawer=!1}}},[e._v("取消")]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmAddCoop}},[e._v("确认")])],1)])]),t("el-drawer",{staticClass:"ai-build",attrs:{title:e.$t("edm5.v82"),"custom-class":"ai-build-drawer",visible:e.isShowBuildDrawer,"close-on-press-escape":!1,wrapperClosable:!1,direction:"rtl",size:"1000px","append-to-body":!0},on:{close:e.buildDrawerClose}},[t("div",{staticClass:"build-content"},[t("div",{staticClass:"build-rule-part"},[e.aiProducts.length>0?t("div",{staticClass:"product-information"},[t("div",{staticClass:"info-title"},[t("div",{staticClass:"title-left"},[e._v(e._s(e.$t("edm5.v107")))]),t("div",{staticClass:"title-right"},[t("div",{staticClass:"toggle-btn left",on:{click:function(t){return e.toggleProductCarousel("prev")}}},[t("i",{staticClass:"dss-iconfont icon-arrow"})]),t("div",{staticClass:"toggle-txt"},[t("span",{staticClass:"current"},[e._v(e._s(e.currentProductIndex+1))]),t("span",{staticClass:"total"},[e._v("/"+e._s(e.aiProducts.length))])]),t("div",{staticClass:"toggle-btn right",on:{click:function(t){return e.toggleProductCarousel("next")}}},[t("i",{staticClass:"dss-iconfont icon-arrow"})])])]),t("el-carousel",{ref:"productCarousel",staticClass:"product-carousel",attrs:{height:"160px",trigger:"click",autoplay:!1,"indicator-position":"none",arrow:"never"},on:{change:e.productCarouselChange}},e._l(e.aiProducts,(function(n){return t("el-carousel-item",{key:n.id},[t("div",{staticClass:"product-info"},[t("img",{staticClass:"left",attrs:{src:n.imageUrls[0],alt:""}}),t("div",{staticClass:"right"},[n.nameZh?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v108"))+e._s(n.nameZh||"-")+" ")]):e._e(),n.nameEn?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v109"))+e._s(n.nameEn||"-")+" ")]):e._e(),n.platformName?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v110"))+e._s(n.platformName||"-")+" ")]):e._e(),n.productLink?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v111"))+e._s(n.productLink||"-")+" ")]):e._e(),n.countryName?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v112"))+e._s(n.countryName||"-")+" ")]):e._e(),n.remark?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v113"))+e._s(n.remark||"-")+" ")]):e._e()])])])})),1)],1):e._e(),t("div",{staticClass:"coop-information",class:{"coop-larger":0===e.aiProducts.length}},[t("div",{staticClass:"info-title"},[t("div",{staticClass:"title-left"},[e._v(e._s(e.$t("edm5.v114")))])]),t("div",{staticClass:"coop-content"},[t("div",{staticClass:"coop-item"},[t("el-tooltip",{staticClass:"item",attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"ai-coop-tooltip",attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.coopForm.brandInformation||"-")+" ")]),t("span",{staticClass:"text-overflow"},[e._v(" "+e._s(e.$t("edm5.v94"))+":"+e._s(e.coopForm.brandInformation||"-"))])])],1),t("div",{staticClass:"coop-item"},[e._v(" "+e._s(e.$t("edm5.v116"))+e._s(e.coopMethods)+" ")]),t("div",{staticClass:"coop-item"},[e._v(" "+e._s(e.$t("edm5.v100"))+":"+e._s(e.coopForm.videoStyle||"-")+" ")]),t("div",{staticClass:"coop-item"},[e._v(" "+e._s(e.$t("edm5.v101"))+":"+e._s(e.coopForm.videoDuration)),e.coopForm.videoDuration?t("span",[e._v(e._s(e.$t("edm5.v102")))]):e._e()]),t("div",{staticClass:"coop-item"},[t("el-tooltip",{staticClass:"item",attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"ai-coop-tooltip",attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.hashtagsStr||"-")+" ")]),t("span",{staticClass:"text-overflow"},[e._v(" hashtags:"+e._s(e.hashtagsStr))])])],1),t("div",{staticClass:"coop-item"},[t("el-tooltip",{staticClass:"item",attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"ai-coop-tooltip",attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.coopForm.otherRequirements||"-")+" ")]),t("span",{staticClass:"text-overflow"},[e._v(" "+e._s(e.$t("edm5.v119"))+e._s(e.coopForm.otherRequirements||"-"))])])],1)])])]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isBuilding,expression:"isBuilding"}],staticClass:"build-content-part",attrs:{"element-loading-spinner":"el-icon-loading1","element-loading-background":"rgba(255, 255, 255, 0.7)","element-loading-customClass":"ai-email-loading"}},[e.isBuilding?t("el-progress",{staticClass:"ai-progress",attrs:{"text-inside":!0,"stroke-width":30,percentage:e.progressNum}}):e._e(),e.isBuilding?t("div",{staticClass:"loading-txt"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v120")))]),t("LoadingDots")],1):e._e(),t("div",{staticClass:"email-box"},[t("div",{staticClass:"email-tab"},e._l(e.mailList,(function(n,i){return t("div",{key:n.id,class:{tab:!0,"active-tab":n.active},on:{click:function(t){return e.toggleEmailTag(n.id)}}},[t("span",{staticClass:"tab-txt"},[e._v(e._s(e.$t("edm5.v59"))+e._s(i+1))]),t("i",{staticClass:"dss-iconfont icon-close",class:{"not-allowed":e.isBuilding},on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.deleteEmail(n.id)}}})])})),0),e.mailList.length<5?t("div",{staticClass:"email-add",class:{"not-allowed":e.isBuilding},on:{click:e.toAddEmail}},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",[e._v(e._s(e.$t("edm5.v60")))])]):e._e()]),e.mailList.length>0?t("div",{staticClass:"email-content"},[e.currentActiveMail.subject?t("div",{staticClass:"subject"},[e._v(" "+e._s(e.$t("edm5.v121"))+e._s(e.currentActiveMail.subject)+" ")]):e._e(),e.currentActiveMail.content?t("div",{staticClass:"content",staticStyle:{"white-space":"pre-wrap"},domProps:{innerHTML:e._s(e.$t("edm5.v122")+e.currentActiveMail.content)}}):e._e()]):t("Empty",{attrs:{currentStyle:{"padding-top":"90px"},tips:e.$t("edm5.v123")}})],1)]),e.mailList.length>0?t("div",{staticClass:"build-footer"},[t("div",{staticClass:"ai-bottom"},[e.isBatchFinished?t("div",{staticClass:"like-item first",class:{notAllow:e.isBuilding,active:1===e.currentActiveMail.feedLike},on:{click:function(t){return e.evaluateAi(1,e.currentActiveMail.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]):e._e(),e.isBatchFinished?t("div",{staticClass:"like-item",class:{notAllow:e.isBuilding,active:2===e.currentActiveMail.feedLike},on:{click:function(t){return e.evaluateAi(2,e.currentActiveMail.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]):e._e(),e.isBatchFinished?t("div",{staticClass:"redo",on:{click:e.rebuildSimpleEmail}},[e.isBuilding?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isBuilding?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("edm5.v35")))]):t("span",[e._v(e._s(e.$t("edm5.v34")))])]):e._e(),t("div",{staticClass:"point",style:{"margin-left":e.isBatchFinished?"24px":"0px"}},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.buildDrawerClose}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{size:"small",type:"primary",disabled:e.isBuilding},on:{click:e.toApplyEmails}},[e._v(e._s(e.$t("edm5.v124")))])],1)]):e._e()])],1)},aFe=[];function sFe(e){return wa("/edm/ai/aiWriteEmail/batchGenerate",e)}function lFe(e){return va(`/edm/ai/aiWriteEmail/generate/${e}`)}function cFe(e,t){return va(`/edm/ai/aiWriteEmail/regenerate/${e}/sceneType/${t}`)}function uFe(e){return va(`/edm/ai/aiWriteEmail/getByRequest/${e}`)}function dFe(e,t){return va(`/edm/ai/aiWriteEmail/getByResult/${e}/sceneType/${t}`)}function hFe(e){return wa("/edm/ai/aiWriteEmail/optimize",e)}function pFe(e,t){return va(`/edm/ai/aiOptimizeContent/getByRequest/${e}/sceneType/${t}`)}var fFe=function(){var e=this;e._self._c;return e._m(0)},mFe=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"loading-dots"},[t("span",{staticClass:"dot"}),t("span",{staticClass:"dot"}),t("span",{staticClass:"dot"})])}],gFe={name:"LoadingDots"},vFe=gFe,yFe=Ba(vFe,fFe,mFe,!1,null,"9cfc5dac",null),bFe=yFe.exports,wFe={components:{Tooltip:nu,Empty:pd,LoadingDots:bFe,productNewDrawer:PIe},props:{visible:{type:Boolean,default:!1},aiPoint:{type:Number,default:0}},data(){return{isShowProductDrawer:!1,isShowCoopDrawer:!1,isShowBuildDrawer:!1,aiProducts:[],coopForm:{brandInformation:"",isFreeShipping:!1,isPaid:!1,hasOrderCommission:!1,videoStyle:"",videoDuration:"",hashtags:[],signature:"",otherRequirements:"",language:"英语"},isCoopComplete:!1,languageList:[],language:qi.get("language"),currentProductIndex:0,mailList:[{id:"1xx",subject:"",content:"",historyId:"",active:!0,feedLike:0},{id:"2xx",subject:"",content:"",historyId:"",active:!1,feedLike:0},{id:"3xx",subject:"",content:"",historyId:"",active:!1,feedLike:0}],isBatchFinished:!1,isBuilding:!1,aiEmailCounter:0,AiMailsTimer:null,idInfo:{requestId:"",ruleId:""},progressNum:0}},computed:{coopMethods(){const e=this.coopForm.isFreeShipping?this.$t("edm5.v125"):this.$t("edm5.v126"),t=this.coopForm.isPaid?this.$t("edm5.v127"):this.$t("edm5.v128");return e+"&"+t},hashtagsStr(){return this.coopForm.hashtags.join(",")||"-"},currentActiveMail(){return this.mailList.find((e=>e.active))||{}}},beforeDestroy(){this.AiMailsTimer&&clearInterval(this.AiMailsTimer)},methods:{querySearch(e,t){var n=[{value:"场景植入",label:this.$t("edm5.v129")},{value:"反差对比",label:this.$t("edm5.v130")},{value:"体验分享",label:this.$t("edm5.v131")},{value:"直接展示",label:this.$t("edm5.v132")},{value:"开箱测评",label:this.$t("edm5.v133")}],i=e?n.filter(this.createFilter(e)):n;t(i)},createFilter(e){return t=>0===t.value.toLowerCase().indexOf(e.toLowerCase())},baseClose(){this.$emit("update:visible",!1)},closeProductDrawer(){this.isShowProductDrawer=!1},addAiProduct(e=[]){this.aiProducts=e,this.isShowProductDrawer=!1},coopDrawerClose(){this.isShowCoopDrawer=!1},async getLanguages(){try{const e=await ws();"0"===e.code&&(this.languageList=e.data?.map((e=>({label:e,value:e}))))}catch(ul){console.log(ul)}},confirmAddCoop(){if(""===this.coopForm.signature)return this.isCoopComplete=!1,this.$message.error(this.$t("edm5.v134"));this.isCoopComplete=!0,this.isShowCoopDrawer=!1},buildDrawerClose(){this.stopAiEmailsSetInterval(),this.isShowBuildDrawer=!1,this.currentProductIndex=0,this.mailList=this.$options.data().mailList,this.progressNum=0},productCarouselChange(e){this.currentProductIndex=e},toggleProductCarousel(e){const t=this.$refs.productCarousel;t&&t[e]()},toggleEmailTag(e){this.mailList=this.mailList.map((t=>({...t,active:e===t.id})))},deleteEmail(e){return!this.isBuilding&&(!(this.mailList.length<=0)&&void this.$confirm(this.$t("edm5.v78"),this.$t("edm5.v79"),{confirmButtonText:this.$t("edm5.v45"),cancelButtonText:"取消",type:"warning"}).then((()=>{this.mailList=this.mailList.filter((t=>t.id!==e)),this.mailList.every((e=>!e.active))&&this.mailList.length>0&&this.$set(this.mailList,0,{...this.mailList[0],active:!0})})).catch((()=>{})))},toAddEmail(){return!this.isBuilding&&(!(this.mailList.length>=5)&&(this.mailList=this.mailList.map((e=>({...e,active:!1}))),this.mailList.push({id:"add",subject:"",content:"",historyId:"",active:!0,feedLike:0}),void this.buildSingleAiEmail()))},async evaluateAi(e,t){try{const n=this.currentActiveMail.feedLike===e?0:e,i=await ps({historyId:t,isLike:n,aiScene:"generate"});if("0"===i.code){const e=this.mailList.findIndex((e=>e.active));e>-1&&this.$set(this.mailList,e,{...this.mailList[e],feedLike:n}),this.$message.success(this.$t("inboxDetail.tips5"))}}catch(ul){console.log(ul)}},makeAiEmails(){if(0===this.aiProducts.length&&!this.isCoopComplete)return this.$message.error(this.$t("edm5.v135"));this.isShowBuildDrawer=!0,this.$nextTick((()=>{this.buildAiEmails()}))},async buildAiEmails(){try{this.progressNum=0;const e={productIds:this.aiProducts.map((e=>e.id)),cooperationRequirement:this.coopForm};this.isBuilding=!0,this.isBatchFinished=!1;const t=await sFe(e);"0"===t.code?(this.idInfo=t.data,this.getAiEmails(!1)):(this.$message.error(t.message),this.isBuilding=!1,this.buildFailed(!1))}catch(ul){this.isBuilding=!1,this.buildFailed(!1),console.log(ul)}},async getAiEmails(e=!1){try{const t=await uFe(this.idInfo.requestId);"0"==t.code?t.data?.isComplete?(this.progressNum=100,e?t.data.aiWriteList&&t.data.aiWriteList.length>0&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),...t.data.aiWriteList[0]}):(this.mailList=t.data.aiWriteList.map(((e,t)=>({active:0===t,feedLike:0,...e}))),this.isBatchFinished=!0),this.isBuilding=!1):(this.isBuilding=!0,this.createAiEmailsSetInterval(e)):(this.isBuilding=!1,this.$message.error(t.message),this.buildFailed(e))}catch(ul){this.buildFailed(e),console.log(ul)}},createAiEmailsSetInterval(e=!1){const t=e?20:5,n=e?30:10;this.stopAiEmailsSetInterval(),this.aiEmailCounter=0,this.AiMailsTimer=setInterval((async()=>{this.aiEmailCounter+=1,this.progressNum+=this.getRandomInt(t,n),this.progressNum>=99&&(this.progressNum=99);const i=await this.getAiEmailsProgress(e);i&&(this.$emit("refreshPoint"),this.isBuilding=!1,this.aiEmailCounter=0,this.progressNum=100,this.stopAiEmailsSetInterval(),e||(this.isBatchFinished=!0)),this.aiEmailCounter>=60&&(this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailsSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")),this.buildFailed(e))}),2e3)},async getAiEmailsProgress(e){try{const t=await uFe(this.idInfo.requestId);return"0"==t.code?(t.data?.isComplete&&(e?t.data.aiWriteList&&t.data.aiWriteList.length>0&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),...t.data.aiWriteList[0]}):this.mailList=t.data.aiWriteList.map(((e,t)=>({active:0===t,feedLike:0,...e})))),t.data?.isComplete):(this.$message.error(t.message),this.buildFailed(e),!0)}catch(ul){return this.buildFailed(e),console.log(ul),!0}},stopAiEmailsSetInterval(){this.AiMailsTimer&&(clearInterval(this.AiMailsTimer),this.AiMailsTimer=null)},buildFailed(e=!1){this.progressNum=0,e?(this.mailList.splice(-1,1),this.mailList=this.mailList.map(((e,t)=>{const n=t===this.mailList.length-1;return{...e,active:n}}))):this.mailList=[]},async buildSingleAiEmail(){try{this.progressNum=0,this.isBuilding=!0;const e=await lFe(this.idInfo.ruleId);"0"===e.code?(this.idInfo.requestId=e.data,this.getAiEmails(!0)):(this.buildFailed(!0),this.isBuilding=!1,this.$message.error(e.message))}catch(ul){this.buildFailed(!0),this.isBuilding=!1,console.log(ul)}},async rebuildSimpleEmail(){if(this.isBuilding)this.stopAiEmailsSetInterval(),this.progressNum=0,this.isBuilding=!1,"add"===this.currentActiveMail.id&&this.buildFailed(!0);else try{this.progressNum=0,this.isBuilding=!0;const e=await cFe(this.currentActiveMail.id,"generateEmail");"0"===e.code?this.getAiEmailByResult():(this.progressNum=0,this.isBuilding=!1,this.$message.error(e.message))}catch(ul){this.progressNum=0,this.isBuilding=!1,console.log(ul)}},async getAiEmailByResult(){try{const e=await dFe(this.currentActiveMail.id,"generateEmail");if("0"===e.code)if(e.data?.isComplete){const t=this.mailList.findIndex((e=>e.active));t>-1&&this.$set(this.mailList,t,{...this.mailList[t],...e.data.aiWrite,feedLike:0}),this.progressNum=100,this.isBuilding=!1}else this.isBuilding=!0,this.createRebuildSetInterval();else this.progressNum=0,this.isBuilding=!1,this.$message.error(e.message)}catch(ul){this.progressNum=0,this.isBuilding=!1,console.log(ul)}},createRebuildSetInterval(){this.stopAiEmailsSetInterval(),this.aiEmailCounter=0,this.AiMailsTimer=setInterval((async()=>{this.aiEmailCounter+=1,this.progressNum+=this.getRandomInt(20,30),this.progressNum>=99&&(this.progressNum=99);const e=await this.getRebuildsProgress();e&&(this.$emit("refreshPoint"),this.progressNum=100,this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailsSetInterval()),this.aiEmailCounter>=60&&(this.progressNum=0,this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailsSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getRebuildsProgress(){try{const e=await dFe(this.currentActiveMail.id,"generateEmail");if("0"==e.code){if(e.data?.isComplete){const t=this.mailList.findIndex((e=>e.active));t>-1&&this.$set(this.mailList,t,{...this.mailList[t],...e.data.aiWrite,feedLike:0})}return e.data?.isComplete}return this.$message.error(e.message),!0}catch(ul){return console.log(ul),!0}},toApplyEmails(){if(0===this.mailList.length)return this.$message.error(this.$t("edm5.v136"));this.$emit("applyEmails",this.mailList)},getRandomInt(e,t){return e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1))+e}}},_Fe=wFe,CFe=Ba(_Fe,oFe,aFe,!1,null,"c29ad2c2",null),xFe=CFe.exports,SFe=function(){var e=this,t=e._self._c;return t("el-drawer",{staticClass:"ai-optimize",attrs:{title:e.currentMailMap.title,"custom-class":"ai-optimize-drawer",visible:e.visible,"close-on-press-escape":!1,wrapperClosable:!1,direction:"rtl",size:"1000px","append-to-body":!0},on:{close:e.drawerClose}},[t("div",{staticClass:"sub-title"},[t("img",{attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"txt"},[e._v(" "+e._s(e.currentMailMap.subTitle))])]),"7"===e.type?t("div",{staticClass:"ai-select"},[t("div",{staticClass:"select-prepend"},[e._v(e._s(e.$t("edm5.v240")))]),t("el-select",{attrs:{placeholder:e.$t("edm5.v98")},model:{value:e.language,callback:function(t){e.language=t},expression:"language"}},e._l(e.languageList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-button",{attrs:{type:"primary"},on:{click:e.buildOptimize}},[e._v(e._s(e.$t("edm5.v241")))])],1):e._e(),"5"===e.type?t("div",{staticClass:"ai-select"},[t("div",{staticClass:"select-prepend"},[e._v(e._s(e.$t("edm5.v242")))]),t("el-select",{attrs:{placeholder:e.$t("edm5.v98")},model:{value:e.tone,callback:function(t){e.tone=t},expression:"tone"}},e._l(e.toneList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-button",{attrs:{type:"primary"},on:{click:e.buildOptimize}},[e._v(e._s(e.$t("edm5.v90")))])],1):e._e(),t("div",{staticClass:"ai-content"},[t("div",{staticClass:"content-left"},[t("div",{staticClass:"content-title"},[e._v(e._s(e.$t("edm5.v244")))]),t("div",{staticClass:"content-box",staticStyle:{"white-space":"pre-wrap"},domProps:{innerHTML:e._s("6"===e.type?e.imitationOriginContent:e.resultInfo.originContent)}})]),t("div",{staticClass:"content-right"},[t("div",{staticClass:"content-title"},[e._v(e._s(e.currentMailMap.resultTitle))]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isBuilding,expression:"isBuilding"}],staticClass:"content-box",staticStyle:{"white-space":"pre-wrap"},attrs:{"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(0, 0, 0, 0)","element-loading-customClass":"ai-optimize-loading"},domProps:{innerHTML:e._s("6"===e.type?e.imitationContent:e.resultInfo.resultContent)}})])]),t("div",{staticClass:"ai-footer"},[""!==e.requestId?t("div",{staticClass:"ai-bottom"},[t("div",{staticClass:"like-item first",class:{notAllow:e.isBuilding,active:1===e.resultInfo.feedLike},on:{click:function(t){return e.evaluateAi(1,e.resultInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]),t("div",{staticClass:"like-item",class:{notAllow:e.isBuilding,active:2===e.resultInfo.feedLike},on:{click:function(t){return e.evaluateAi(2,e.resultInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]),t("div",{staticClass:"redo",on:{click:e.rebuildEmail}},[e.isBuilding?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isBuilding?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("edm5.v35")))]):t("span",[e._v(e._s(e.$t("edm5.v34")))])]),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]):e._e(),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.drawerClose}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{size:"small",type:"primary",disabled:e.isBuilding},on:{click:e.toApplyEmail}},[e._v(e._s(e.$t("edm5.v124")))])],1)])])},kFe=[],EFe={components:{Tooltip:nu},props:{visible:{type:Boolean,default:!1},type:{type:String,default:"1"},aiPoint:{type:Number,default:0},originSubject:{type:String,default:""},originContent:{type:String,default:""}},data(){return{loading:!1,language:"英语",languageList:[],tone:"友好的",toneList:[],resultInfo:{originSubject:"",resultSubject:"",originContent:"",resultContent:"",feedLike:0,historyId:""},isBuilding:!1,aiEmailCounter:0,aiRebuildEmailCounter:0,AiMailsTimer:null,AiRebuildMailTimer:null,requestId:"",rebuildId:"",rebuildProgressId:"",imitationOriginContent:"",imitationContent:"",typeMap:{1:{title:"优化拼写与语法",subTitle:"AI工具会自动检测邮件中的拼写和语法错误,并自动修正,确保邮件内容准确无误,提升邮件的专业水平和可读性",resultTitle:"AI优化内容",sceneType:"optimizeSpellingAndGrammar"},2:{title:"缩短内容",subTitle:"AI工具分析邮件内容,识别并建议删除冗长的句子和段落,以精简邮件长度,使其更易于理解和消化",resultTitle:"AI优化内容",sceneType:"shorten"},3:{title:"扩充内容",subTitle:"根据邮件主题,AI工具会对内容进行扩充,以丰富邮件内容并增强信息的传达效果",resultTitle:"AI优化内容",sceneType:"expansion"},4:{title:"优化结构",subTitle:"AI工具分析邮件结构,推荐调整段落顺序、增加标题或子标题、优化段落分隔,以提升整体阅读体验和视觉吸引力",resultTitle:"AI优化内容",sceneType:"optimizeStructure"},5:{title:"改变语气",subTitle:"AI工具可以改变邮件的语气,使其更加符合受众需求和沟通目的",resultTitle:"AI优化内容",sceneType:"changeTone"},6:{title:"仿写邮件",subTitle:"基于原邮件的语言、字数、内容结构等,生成相似但有变化的邮件内容",resultTitle:"AI仿写内容",sceneType:"imitation"},7:{title:"翻译",subTitle:"选择目标语言,进行翻译",resultTitle:"译文",sceneType:"translate"}}}},computed:{currentMailMap(){return this.typeMap[this.type]},isReady(){return!!this.resultInfo.originContent&&!!this.type}},watch:{isReady:{handler(e){e&&("5"===this.type&&this.getTones(),"7"===this.type&&this.getLanguages(),"5"!==this.type&&"7"!==this.type&&this.buildOptimize())},deep:!0,immediate:!0}},created(){this.originSubject&&(this.resultInfo.originSubject=this.originSubject),this.originContent&&(this.resultInfo.originContent=this.originContent,"6"===this.type&&(this.imitationOriginContent=`${this.$t("edm5.v121")}${this.originSubject}\n\n`+this.$t("edm5.v262")+this.originContent))},beforeDestroy(){this.AiMailsTimer&&clearInterval(this.AiMailsTimer)},methods:{drawerClose(){this.$emit("update:visible",!1),this.$emit("closed")},async getLanguages(){try{const e=await ws();"0"===e.code&&(this.languageList=e.data?.map((e=>({label:e,value:e}))))}catch(ul){console.log(ul)}},async getTones(){try{const e=await _s();"0"===e.code&&(this.toneList=e.data?.map((e=>({label:e,value:e}))))}catch(ul){console.log(ul)}},async evaluateAi(e,t){if(this.isBuilding)return!1;try{const n=this.resultInfo.feedLike===e?0:e,i=await ps({historyId:t,isLike:n,aiScene:this.currentMailMap.sceneType});"0"===i.code?(this.resultInfo.feedLike=n,this.$message.success(this.$t("inboxDetail.tips5"))):this.$message.error(i.message)}catch(ul){console.log(ul)}},async buildOptimize(){try{this.isBuilding=!0;const e=await hFe({sceneType:this.currentMailMap.sceneType,currentSubject:this.resultInfo.originSubject||void 0,currentContent:this.resultInfo.originContent,language:"7"===this.type?this.language:void 0,tone:"5"===this.type?this.tone:void 0});"0"===e.code?(this.requestId=e.data,this.getAiEmail()):(this.isBuilding=!1,this.$message.error(e.message))}catch(ul){this.isBuilding=!1,console.log(ul)}},async getAiEmail(){try{const e=await pFe(this.requestId,this.currentMailMap.sceneType);"0"==e.code?e.data?.isComplete?(this.isBuilding=!1,this.resultInfo.resultContent=e.data.content||"",this.rebuildId=e.data.resultId,this.resultInfo.historyId=e.data.resultId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.subject||"",this.imitationContent=`subject:${e.data.subject}\n\ncontent:`+e.data.content),this.$emit("refreshPoint")):(this.isBuilding=!0,this.createAiEmailSetInterval()):(this.isBuilding=!1,this.$message.error(e.message))}catch(ul){this.isBuilding=!1,console.log(ul)}},createAiEmailSetInterval(){this.stopAiEmailSetInterval(),this.aiEmailCounter=0,this.AiMailsTimer=setInterval((async()=>{this.aiEmailCounter+=1;const e=await this.getAiEmailProgress();e&&(this.$emit("refreshPoint"),this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailSetInterval()),this.aiEmailCounter>=60&&(this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getAiEmailProgress(){try{const e=await pFe(this.requestId,this.currentMailMap.sceneType);return"0"==e.code?(e.data?.isComplete&&(this.resultInfo.resultContent=e.data.content,this.rebuildId=e.data.resultId,this.resultInfo.historyId=e.data.resultId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.subject||"",this.imitationContent=`subject:${e.data.subject}\n\ncontent:`+e.data.content)),e.data?.isComplete):(this.$message.error(e.message),!0)}catch(ul){return console.log(ul),!0}},stopAiEmailSetInterval(){this.AiMailsTimer&&(clearInterval(this.AiMailsTimer),this.AiMailsTimer=null)},async rebuildEmail(){if(this.isBuilding)this.isBuilding=!1,this.stopAiEmailSetInterval();else try{this.isBuilding=!0;const e=await cFe(this.rebuildId,this.currentMailMap.sceneType);"0"===e.code?(this.rebuildProgressId=e.data,this.resultInfo.feedLike=0,this.getRebuildAiEmail()):(this.isBuilding=!1,this.$message.error(e.message))}catch(ul){this.isBuilding=!1,console.log(ul)}},async getRebuildAiEmail(){try{const e=await dFe(this.rebuildProgressId,this.currentMailMap.sceneType);"0"==e.code?e.data?.isComplete?(this.isBuilding=!1,this.resultInfo.resultContent=e.data.aiWrite.content||"",this.resultInfo.historyId=e.data.aiWrite.historyId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.aiWrite.subject||"",this.imitationContent=`subject:${e.data.aiWrite.subject}\n\ncontent:`+e.data.aiWrite.content),this.$emit("refreshPoint")):(this.isBuilding=!0,this.createRebuildAiEmailSetInterval()):(this.isBuilding=!1,this.$message.error(e.message))}catch(ul){this.isBuilding=!1,console.log(ul)}},createRebuildAiEmailSetInterval(){this.stopRebuildAiEmailSetInterval(),this.aiRebuildEmailCounter=0,this.AiRebuildMailTimer=setInterval((async()=>{this.aiRebuildEmailCounter+=1;const e=await this.getAiRebuildEmailProgress();e&&(this.$emit("refreshPoint"),this.isBuilding=!1,this.aiRebuildEmailCounter=0,this.stopRebuildAiEmailSetInterval()),this.aiRebuildEmailCounter>=60&&(this.isBuilding=!1,this.aiRebuildEmailCounter=0,this.stopRebuildAiEmailSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getAiRebuildEmailProgress(){try{const e=await dFe(this.rebuildProgressId,this.currentMailMap.sceneType);return"0"==e.code?(e.data?.isComplete&&(this.resultInfo.resultContent=e.data.aiWrite.content,this.resultInfo.historyId=e.data.aiWrite.historyId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.aiWrite.subject||"",this.imitationContent=`subject:${e.data.aiWrite.subject}\n\ncontent:`+e.data.aiWrite.content)),e.data?.isComplete):(this.$message.error(e.message),!0)}catch(ul){return console.log(ul),!0}},stopRebuildAiEmailSetInterval(){this.AiRebuildMailTimer&&(clearInterval(this.AiRebuildMailTimer),this.AiRebuildMailTimer=null)},toApplyEmail(){const{resultSubject:e,resultContent:t}=this.resultInfo;if(!t)return this.$message.error("暂无可应用内容!");this.$emit("applyEmail","setContent",e,t,this.type),this.drawerClose(),this.$message.success("应用成功")}}},DFe=EFe,AFe=Ba(DFe,SFe,kFe,!1,null,"845a6210",null),OFe=AFe.exports,TFe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.visible,title:e.$t("edm5.v61"),width:"480px","before-close":e.closeDialog,"custom-class":"setting-nickname-dialog","close-on-click-modal":!1}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[t("div",{staticClass:"setting-tip"},[e._v(" "+e._s(e.$t("edm5.v253"))+" ")]),t("div",{staticClass:"setting-input"},[t("el-input",{attrs:{type:"input",placeholder:e.$t("edm5.v95")},model:{value:e.nickName,callback:function(t){e.nickName=t},expression:"nickName"}})],1),t("div",{staticClass:"footer-btn"},[t("el-button",{on:{click:e.closeDialog}},[e._v(e._s(e.$t("edm5.v226")))]),t("el-button",{attrs:{type:"primary",loading:e.confirmBtnLoading},on:{click:e.confirmSetting}},[e._v(e._s(e.$t("edm5.v45")))])],1)])])},IFe=[];function PFe(){return va("/edm/mail/getSenderInfo")}function FFe(e){return wa("/edm/mail/saveSenderInfo",e)}var $Fe={props:{visible:{type:Boolean,default:!1},nickNameDefault:{type:String,default:""}},data(){return{nickName:"",confirmBtnLoading:!1,loading:!1}},created(){this.nickNameDefault&&(this.nickName=this.nickNameDefault)},methods:{closeDialog(){this.$emit("update:visible",!1)},async getNickname(){try{this.loading=!0;const e=await PFe();"0"===e.code?this.nickName=e.data||"":this.$message.error(e.message)}catch(ul){console.log(ul),this.loading=!1}finally{this.loading=!1}},async confirmSetting(){try{if(!this.nickName)return this.$message.error(this.$t("edm5.v254"));this.confirmBtnLoading=!0;const e=await FFe({nickName:this.nickName.trim()});"0"===e.code?(this.$message.success("设置成功!"),this.$emit("updateNickName",this.nickName),this.closeDialog()):this.$message.error(e.message)}catch(ul){console.log(ul)}finally{this.confirmBtnLoading=!1}}}},BFe=$Fe,MFe=Ba(BFe,TFe,IFe,!1,null,null,null),NFe=MFe.exports;function RFe(e){return wa("/edm/ai/inviteEmail/save",e)}function jFe(e){return va(`/edm/ai/inviteEmail/${e}`)}var LFe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.visible,title:"存为模版",width:"480px","before-close":e.closeDialog,"custom-class":"setting-nickname-dialog","close-on-click-modal":!1}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[t("el-form",{ref:"ruleForm",staticClass:"demo-ruleForm",attrs:{"label-position":"top",model:e.ruleForm,rules:e.rules,"label-width":"100px"}},[t("el-form-item",{attrs:{label:"模版名称",prop:"templatesTitle"}},[t("el-input",{attrs:{maxlength:"30","show-word-limit":"",clearable:"",placeholder:"请输入模版名称"},model:{value:e.ruleForm.templatesTitle,callback:function(t){e.$set(e.ruleForm,"templatesTitle",t)},expression:"ruleForm.templatesTitle"}})],1),t("el-form-item",{attrs:{label:"应用场景",prop:"scene"}},[t("el-input",{attrs:{maxlength:"20","show-word-limit":"",placeholder:"请输入应用场景",clearable:""},model:{value:e.ruleForm.scene,callback:function(t){e.$set(e.ruleForm,"scene",t)},expression:"ruleForm.scene"}})],1),t("el-form-item",{attrs:{label:"语言",prop:"modelLanguage"}},[t("el-select",{attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:"",filterable:""},model:{value:e.ruleForm.modelLanguage,callback:function(t){e.$set(e.ruleForm,"modelLanguage",t)},expression:"ruleForm.modelLanguage"}},e._l(e.language,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1),t("el-form-item",{attrs:{label:"共享状态"}},[t("el-select",{attrs:{clearable:"",placeholder:"请选择共享状态"},model:{value:e.ruleForm.isShared,callback:function(t){e.$set(e.ruleForm,"isShared",t)},expression:"ruleForm.isShared"}},[t("el-option",{key:1,attrs:{value:!0,label:"公开"}}),t("el-option",{key:2,attrs:{value:!1,label:"私有"}})],1)],1)],1),t("div",{staticClass:"footer-btn"},[t("el-button",{on:{click:function(t){return e.resetForm("ruleForm")}}},[e._v(e._s(e.$t("edm5.v226")))]),t("el-button",{attrs:{type:"primary",loading:e.confirmBtnLoading},on:{click:function(t){return e.submitForm("ruleForm")}}},[e._v(e._s(e.$t("edm5.v45")))])],1)],1)])},zFe=[];async function VFe(e){let t=await wa("/edm/outbox/sendData",e);return"0"===t.code?t:null}async function HFe(e){let t=await wa("/edm/inbox/receiveData",e);return t||null}async function UFe(e){let t=await va(`/edm/inbox/inboxDialogue/${e}`);return t||null}async function WFe(e){let t=await va(`/edm/inbox/inboxDetail/${e}`);return t||null}async function qFe(e){let t=await va(`/edm/mail/sendDetail/${e}`);return"0"===t.code?t:null}async function YFe(e){let t=await va(`/edm/outbox/selAiReply/${e}`);return t||null}async function GFe(e){let t=await wa("/edm/inbox/aiReply",e);return t||null}async function KFe(e){let t=await wa("/edm/inbox/exportReceiveData",e,"blob");return t||null}async function XFe(e){let t=await wa("/edm/outbox/exportSendData",e,"blob");return t||null}async function ZFe(e){let t=await wa("/edm/template/addTemplate",e);return t||null}var JFe={props:{visible:{type:Boolean,default:!1},mailTempList:{type:Array,default:()=>[]},tempProductCard:{type:String,default:""}},data(){return{confirmBtnLoading:!1,loading:!1,ruleForm:{templatesTitle:"",scene:"",modelLanguage:"",isShared:!1},rules:{templatesTitle:[{required:!0,message:"请输入模版名称",trigger:"blur"}],modelLanguage:[{required:!0,message:"请选择模版语言",trigger:"change"}],scene:[{required:!0,message:"请输入应用场景",trigger:"change"}]},language:CIe}},created(){},methods:{getMailParams(){const e=this.mailTempList.find((e=>e.active));let t="";return t=e.getReplyHtml()?e.getContent()+" "+e.getReplyHtml()+this.tempProductCard:e.getContent()+e.getReplyHtml()+this.tempProductCard,{mailSubject:e.subject,content:t,attachments:e.fileList}},submitForm(e){const t=this.getMailParams();this.$refs[e].validate((e=>{if(!e)return console.log("error submit!!"),!1;{const e={...this.ruleForm,...t};ZFe(e).then((e=>{"0"==e.code?(this.$message.success("保存成功"),this.$emit("setMailTempHandle",e.data),this.closeDialog()):this.$message.error(e.message)}))}}))},resetForm(e){this.$refs[e].resetFields(),this.closeDialog()},closeDialog(){this.$emit("update:visible",!1)}}},QFe=JFe,e$e=Ba(QFe,LFe,zFe,!1,null,"9fbbb3e2",null),t$e=e$e.exports,n$e={name:"writeEmail",components:{MailBody:Id,Editor:vTe,DelayedTx:xTe,ProductList:UTe,sendNotice:XTe,sendLimit:nIe,checkMail:lIe,chooseMailNew:fIe,SettingNickName:NFe,productNewDrawer:PIe,productFormDrawer:nPe,productCardsDrawer:lPe,Tooltip:nu,ContentBox:EPe,SignTextDrawer:VPe,MailTemplateDrawer:rFe,AiMailDialog:xFe,MailOptimizeDrawer:OFe,saveMailTempDialog:t$e},props:{isReply:{type:Boolean,default:!1},bloggerArr:{type:Array,default:()=>[]},plan_id:{type:[Number,String],default:""},isTiming:{type:[Number,String],default:0},rowTime:{type:[Number,String],default:""},draftId:{type:[Number,String],default:""},outboxId:{type:[Number,String],default:""},userId:{type:[Number,String],default:""},dssTaskId:{tyep:[Number,String],default:""},dssTaskName:{type:String,default:""},hubTaskId:{type:[Number,String],default:""},popularizePlanId:{type:[Number,String],default:""},popularizePlanName:{type:String,default:""},hubTaskName:{type:String,default:""},sendEntryKey:{type:String,default:""},isGoogleGrayShow:{type:Boolean,default:!0},currentEnv:{type:String,default:"https://www.wotohub.com"}},computed:{allSubjectList(){return this.mailList.map((e=>e.subject))}},data(){return{mailList:[{id:"mockId-1",subject:"",fileList:[],content:"",active:!0,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}],replyInfo:null,addresseeArr:[],loading:!1,isShowSave:!0,isShowDelayed:!1,isSpreadAddress:!1,timer:null,isBack:!1,isAutoSave:!1,isAutoSaving:!1,isAutoSaved:!1,timerId:"",editorHeight:450,cancleTimer:!1,isShowNotice:!1,isShowLimit:!1,isShowCheck:!1,isCheckType:!1,reContactList:[],riskList:[],cooperatedList:[],filterBloggerArr:[],isLimit:!1,totalSendNum:0,restSendNum:0,isSelfClick:!1,isScheduledMail:!1,isScheduledTime:null,checkEmails:[],isSendSuccess:!0,showChooseMail:!1,currentSetEmail:"",qiyeId:"",gmailValue:"",isMultiReply:"true"==this.$route.query.isMultiReply||1==this.$route.query.isMultiReply,isShowProductFormDrawer:!1,isShowProductDrawer:!1,isShowProductCardDrawer:!1,cardsArr:[],productTypeOpts:Object.freeze(wIe),writeId:"",currentApi:{NODE_ENV:"production",BASE_URL:"/"}.VUE_APP_BASE_API,existIds:[],signTextDrawerVisible:!1,mailTemplateDrawerVisible:!1,aiMailVisible:!0,mailOptimizeDrawerVisible:!1,aiOptimizeType:"",aiOptimizeOriginSubject:"",aiOptimizeOriginContent:"",aiPoint:0,editBloggerLoading:!1,domTimer:null,mailIdMap:[],deleteIdList:[],settingNicknameVisible:!1,nickName:"",pageFrom:this.$route.query.pageFrom||"",currentAiPlatform:this.$route.query.currentAiPlatform||"",saveMailTempDialogVisible:!1,tempProductCard:"",totalNum:0,checkLoading:!1}},created(){if(window.onbeforeunload=e=>(e=e||window.event,this.$t("edm5.v76")),this.isReply)this.getReplyDetail();else if(this.draftId)this.isShowSave=!1,this.getDraftDetail();else if(this.outboxId)this.getOutBoxDetail();else if(this.isMultiReply){const e=JSON.parse(localStorage.getItem("multiReplyBlogInfo"));e.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})}))}else this.$route.query.inviteAITaskId?this.getInviteAITaskDetail():"payStatusDetail"==this.$route.query.pageFrom?this.payInitTemplate():this.getMailBlogger();"AIinvitePlan"!==this.pageFrom&&(this.isMultiReply||(this.timer=window.setInterval((()=>{this.saveDraft(!1)}),6e4)),this.showNoticeEvt(),this.getSendEmailConfig(),this.getAiPoint(),this.getNickname())},mounted(){this.domTimer=setTimeout((()=>{const e=this.$refs.pageContainer.clientHeight,t=document.getElementsByClassName("w-e-toolbar")[0].offsetHeight;this.editorHeight=e-436-t}),150)},beforeDestroy(){"AIinvitePlan"!==this.pageFrom&&this.remindSave(),clearInterval(this.timer),this.timer=null,clearTimeout(this.domTimer),this.domTimer=null},destroyed(){window.onbeforeunload=null},methods:{setMailTempHandle(e){this.mailList.forEach((t=>{t.active&&(t.templateId=e)}))},saveMailTemplate(){const e=this.mailList.find((e=>e.active));if(""==e.subject)return void this.$message.error("请输入邮件主题");let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Ns(this.cardsArr,"id");this.tempProductCard=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`,this.saveMailTempDialogVisible=!0},payInitTemplate(){const e=JSON.parse(localStorage.getItem("resultRecipientData")||"[]");e&&e.length&&e.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})}));const t=JSON.parse(localStorage.getItem("payWriteData")||"{}");this.mailList=[{attachments:[],content:`<p>To: ${this.addresseeArr[0].bloggerName}</p>\n <p>Hello!</p>\n <p>We are the official customer service team of WotoHub. On behalf of the platform and [${t.companyName}], we confirm the upcoming payment for the agreement you reached on the platform. </p>\n <p>Below are the contract details. Please review and sign them carefully:<a href="${t.payWriteUrl}" target="_blank">${t.payWriteUrl}</a></p>`,subject:"Contract Signature Required to Confirm Collaboration Payment ",id:"mockId-"+Date.now(),fileList:[],active:!0,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}]},getInviteAITaskDetail(){jFe(this.$route.query.inviteAITaskId).then((e=>{if("0"==e.code&&e.data.emails.length){if(this.mailList=e.data.emails.map(((e,t)=>({...e,id:"mockId-"+Date.now()+t,fileList:e.attachments||[],active:0===t,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}))),!e.data.emails||0===e.data.emails.length)return!1;if(e.data.emails[0]&&e.data.emails[0].content){let t=e.data.emails[0].content.indexOf("<product-card"),n=e.data.emails[0].content.indexOf("</product-card>"),i=e.data.emails[0].content.slice(t,n+15);const r=i.match(/cardids="([^"]+)"/);if(r&&r[1]){const e=r[1];this.addProductCard(e.split(","))}}}}))},saveInviteEmail(){this.isShowSave=!1;let e=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),t=Ns(this.cardsArr,"id"),n=`<product-card cardIds=${t}><div style="display:flex;overflow-x:auto">${e}</div></product-card>`;const i=this.mailList.map((e=>{let t="";return t=e.getReplyHtml()?e.getContent()+" "+e.getReplyHtml()+n:e.getContent()+e.getReplyHtml()+n,{id:e.frontId,subject:e.subject,content:t,attachments:e.fileList}})),r={taskId:this.$route.query.inviteAITaskId||"",platform:this.currentAiPlatform,emails:this.filterEmailId(i)},o=this.mailList.every((e=>!e.subject)),a=this.mailList.every((e=>e.isEmpty()));if(o||a)return this.$message.error("邮件主题和正文不能为空!");RFe(r).then((e=>{if("0"==e.code){const t=e.data;window.opener&&window.opener.postMessage(t,window.location.origin),this.$router.push({path:this.$route.path,query:{...this.$route.query,inviteAITaskId:t}}).catch((e=>{if("NavigationDuplicated"!==e.name)throw e})),this.$message.success("邮件添加成功,请回到原窗口继续创建任务!")}else this.$message.error(e.message)}))},getMailBlogger(){this.bloggerArr&&this.bloggerArr.length&&this.bloggerArr.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})}))},getReplyDetail(){const e=this.$route.query.replyId,t=this.$route.query.chatId,n=this.$route.query.replyContentId;e&&t&&Ga(t).then((t=>{if(t&&t.length>0){if(e&&n){const i=t.find((e=>e.id.toString()===n));this.replyInfo=i;const r=t.find((t=>t.id.toString()===e));this.mailList[0].subject=r.subject,this.replyInfo.id=e}else{const n=t.find((t=>t.id.toString()===e));this.replyInfo=n,this.mailList[0].subject=n.subject,this.replyInfo.id=e}this.addresseeArr.push({bloggerId:this.replyInfo.bloggerId,bloggerName:this.replyInfo.bloggerName,popularizePlanId:this.$route.query.popularizePlanId&&-1!=this.$route.query.popularizePlanId?this.$route.query.popularizePlanId:void 0,popularizePlanName:this.$route.query.popularizePlanName&&"null"!=this.$route.query.popularizePlanName?this.$route.query.popularizePlanName:void 0})}}))},skipApply(e){BTe({productId:e}).then((e=>{"0"===e.code?window.open(e.data,"_blank"):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},addProduct(){this.isShowProductCardDrawer=!0,this.existIds=0==this.cardsArr.length?[]:Ns(this.cardsArr,"id")},isShowProductDrawerEvt(){this.isShowProductDrawer=!0,this.existIds=0==this.cardsArr.length?[]:Ns(this.cardsArr,"id")},closeProductDrawer(e){this.isShowProductDrawer=!1,e&&this.addProductCard([e])},addProductCard(e){let t=[...new Set(e.concat(this.existIds))];this.cardsArr=[],t.map((e=>{FTe({id:e}).then((e=>{let t=[],n=[];3!==e.data.source?(t=e.data.type.map((e=>{const t=this.productTypeOpts.find((t=>t.value===e))?.label;return t})),n=e.data.type.map((e=>{const t=this.productTypeOpts.find((t=>t.value===e))?.en_label;return t}))):t=e.data.type.map((e=>e));let i=t.slice();this.$set(e.data,"typeName",t),this.$set(e.data,"typeEnName",n),this.$set(e.data,"typeName3",i.splice(0,3)),this.cardsArr.push(e.data)}))}))},deleteItem(e){this.cardsArr.splice(e,1)},setProduct(e){this.singleSetEmail("addEditContent",e)},setProductFormLink(e){const t='<p><a href="'+e+'" target="_blank" >'+e+"</a></p><br />";this.singleSetEmail("addEditContent",t)},multiSendNow(){const e=JSON.parse(localStorage.getItem("multiReplyIds"));let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Ns(this.cardsArr,"id"),i=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`,r={replyIds:e,content:this.mailList[0].getContent()+i,attachments:this.mailList[0].fileList,sendEntryKey:"inboxMultiReply"};this.loading=!0,ts(r).then((e=>{"0"===e.code?(this.isShowSave=!1,this.$emit("skipToOutbox")):this.$message.error(e.message)})).finally((()=>{this.loading=!1}))},toGuide(){this.$emit("toGuide")},async getSendEmailConfig(){if(this.draftId);else try{const e=await Vd({});"0"===e.code?this.currentSetEmail=["WOTOMAIL","GMAIL"].includes(e.data.sendType)?e.data.sendType:e.data.email:this.$message.error(e.message)}catch(ul){console.log(ul)}this.$route.query.code&&(this.showChooseMail=!0)},updateCurrentEmail({sendType:e,qiyeId:t,gmailValue:n}){this.currentSetEmail=e,this.qiyeId=t,this.gmailValue=n,this.draftId&&this.saveDraft(!1)},async getBusinessEMails(e){try{const t=await Qd({});"0"===t.code?(this.businessEmailList=t.data||[],e&&(this.currentSetEmail=t.data.find((t=>t.id===e))?.emailAddress||"")):this.$message.error(t.message)}catch(ul){console.log(ul)}},closeChooseMail(){this.showChooseMail=!1,this.isCheckType=!1},showNoticeEvt(){const e=localStorage.getItem("remind14Flag");if(e){const e=localStorage.getItem("remind14Time"),t=(new Date).getTime();e?t-e<12096e5?this.isShowNotice=!1:(this.isShowNotice=!0,localStorage.removeItem("remind14Time")):this.isShowNotice=!0}else this.isShowNotice=!0},closeNoticeEvt(e){if(this.isShowNotice=!1,localStorage.setItem("remind14Flag",e),e){const e=(new Date).getTime();localStorage.setItem("remind14Time",e)}},cancelDelaySend(){this.$confirm(`${this.$i18n.t("writeMail.mail_will")}${this.rowTime}${this.$i18n.t("writeMail.cancle_delay_tip")}`,`${this.$i18n.t("writeMail.whether_cancle_delay")}`,{confirmButtonText:`${this.$i18n.t("writeMail.cancle_delay")}`,cancelButtonText:`${this.$i18n.t("writeMail.no_cancle")}`,iconClass:"el-icon-warning",cancelButtonClass:"reback-btn-linear",confirmButtonClass:"reback-btn-face"}).then((()=>{this.cancleTimer=!0,this.saveDraft(!0)})).catch((()=>{})).finally((()=>{this.cancleTimer=!1}))},async getDraftDetail(){try{const e=await Zd(this.draftId);if("0"===e.code){if(this.mailList=e.data.map(((e,t)=>({...e,id:e.writeEmailId,fileList:e.attachmentRes||[],active:0===t,isAiContent:!1,templateId:e.templateId,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}))),!e.data||0===e.data.length)return!1;if(e.data[0]&&e.data[0].content){let t=e.data[0].content.indexOf("<product-card"),n=e.data[0].content.indexOf("</product-card>"),i=e.data[0].content.slice(t,n+15);const r=i.match(/cardids="([^"]+)"/);if(r&&r[1]){const e=r[1];this.addProductCard(e.split(","))}}if("recipient"===this.$route.query.from?this.getMailBlogger():(e.data[0]?.bloggerBeans.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})})),console.log(this.addresseeArr)),e.data[0]&&e.data[0].sendType)if(["WOTOMAIL","GMAIL"].includes(e.data[0].sendType)){if(this.currentSetEmail=e.data[0].sendType,this.qiyeId="","GMAIL"===this.currentSetEmail){const e=await Rd();"0"===e.code&&(this.gmailValue=e.data.email)}}else this.qiyeId=e.data[0].qiyeId,this.getBusinessEMails(e.data[0].qiyeId)}else this.$message.error(e.message)}catch(ul){console.log(ul)}},async getOutBoxDetail(){try{const e=this.outboxId.split(","),t=await Jd({writeIds:e});if("0"===t.code){if(this.mailList=t.data.map(((e,t)=>({...e,id:"mockId-"+Date.now()+t,fileList:e.attachmentRes||[],active:0===t,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}))),!t.data||0===t.data.length)return!1;if(t.data[0]&&t.data[0].content){let e=t.data[0].content.indexOf("<product-card"),n=t.data[0].content.indexOf("</product-card>"),i=t.data[0].content.slice(e,n+15);const r=i.match(/cardids="([^"]+)"/);if(r&&r[1]){const e=r[1];this.addProductCard(e.split(","))}}this.getMailBlogger()}else this.$message.error(t.message)}catch(ul){console.log(ul)}},async getSendNum(e,t){await Fd({sendNum:e.length,timing:t}).then((e=>{if("0"===e.code){if(this.isLimit=0!=e.data.isExcess,this.restSendNum=e.data.surplusNum,this.totalSendNum=e.data.dayNum,this.isLimit)return this.isShowLimit=!0,!1;this.getReachNum(Ns(this.addresseeArr,"bloggerId"))}else this.$message.error(e.message)}))},async getReachNum(e=[]){try{if(!e||!Array.isArray(e))return!1;this.checkLoading=!0;const t=await $d({bloggerIds:e});if("0"===t.code){this.totalNum=this.addresseeArr.length||0,this.reContactList=t.data;const n=await Yd({bloggerIds:e});if("0"===n.code){this.riskList=n.data;const t=await Gd({bloggerIds:e});"0"===t.code&&(this.cooperatedList=t.data,this.updateFilterBloggerArr(!0,!0,!0),this.checkLoading=!1)}const i=await Hd();"0"===i.code&&i.data?(this.isCheckType=!0,this.showChooseMail=!0):(this.isCheckType=!1,this.isShowCheck=!0)}else this.checkLoading=!1,this.$message.error(t.message)}catch(ul){console.log(ul),this.checkLoading=!1}finally{this.checkLoading=!1}},updateFilterBloggerArr(e,t,n){this.filterBloggerArr=this.addresseeArr,e&&(this.filterBloggerArr=this.filterBloggerArr.filter((e=>!this.reContactList.some((t=>t===e.bloggerId))))),t&&(this.filterBloggerArr=this.filterBloggerArr.filter((e=>!this.riskList.some((t=>t===e.bloggerId))))),n&&(this.filterBloggerArr=this.filterBloggerArr.filter((e=>!this.cooperatedList.some((t=>t===e.bloggerId)))))},openCheckNext(){this.isShowCheck=!0,this.showChooseMail=!1,this.isCheckType=!1},finallyCardHtml(e){const t=e.typeEnName.splice(0,2).map((e=>`<span style="margin-top:0;margin-bottom:4px;white-space:nowrap;padding:0 6px;background: rgba(0, 0, 0, 0.3);border-radius: 12px;font-weight: 500;font-size: 12px;color: #ffffff;margin-right: 6px;height:24px;line-height:24px">${e}</span>`)).join("");let n=[];e.promotePlatformType.map((e=>{0==e&&n.push("https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png"),1==e&&n.push("https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png"),2==e&&n.push("https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png")}));const i=n.map((e=>`<div style="flex-shrink: 0;width: 24px;height: 24px;background: rgba(0, 0, 0, 0.3);border-radius: 12px;margin-right: 6px;"><img style="object-fit: contain; padding: 4px" src="${e}"/></div>`)).join("");let r="https://api-prd.wotohub.com",o=e.nameEn?e.nameEn.slice(0,25)+"···":"—",a=Gs(e.currency);return`<div style="display: flex"><div style="box-sizing:border-box;width: 280px; min-height: 310px; border-radius: 14px; border: 1px solid #e8e8e8; padding: 12px;margin-right:8px"><div style="position: relative; margin-bottom: 10px;"><img style="object-fit:cover;border: 1px solid #333;width: 256px;height: 150px;border-radius: 14px;" src="${e.imageUrls[0]}"/><div style="position: absolute;top: 12px;left: 12px;display: flex;align-items: center;flex-wrap:wrap">${i}${t}</div></div><div style="margin-bottom: 16px"><div style="font-weight: 600;font-size: 16px;color: #333333;line-height: 22px;margin-bottom: 4px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">${o}</div><div style="font-weight: 400;font-size: 14px;color: #666666;line-height: 20px;margin-bottom: 4px;">Price:${a}${e.priceDollar||"—"}</div><div style="font-weight: 400;font-size: 14px;color: #666666;line-height: 20px;margin-bottom: 0;">Commission rate:${e.commissionPercent||"—"}%</div></div><div style="display: flex; align-items: center"><div style="font-weight: 400;font-size: 12px;color: #999999;line-height: 17px;margin-right: 20px;"><span style="font-family: MiSans, MiSans;font-weight: 800;font-size: 18px;color: #f85277;line-height: 24px;padding-right: 6px;">${a}${(e.priceDollar*(e.commissionPercent/100)).toFixed(2)}</span> /per ordered item</div><div style="width: 75px;height: 36px;border-radius: 10px;background: #f85277;font-weight: 600;font-size: 16px;color: #ffffff;line-height: 34px;text-align: center;"><a style="color:#fff;text-decoration:none" href='${r}/user/productCard/noAuth/email/apply?productId=${e.id}' target='_blank'>Apply</a></div></div></div></div>`},async selfSend(e){let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Ns(this.cardsArr,"id"),i=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`;const r=this.mailList.map((e=>{let t="";return t=e.getReplyHtml()?e.getContent()+" "+e.getReplyHtml()+i:e.getContent()+e.getReplyHtml()+i,{id:e.id,subject:e.subject,content:t,attachments:e.fileList,templateId:e.templateId}}));e&&"replaySend"===e&&(this.filterBloggerArr=this.addresseeArr);const o=this.filterBloggerArr.map((e=>({bloggerId:e.bloggerId,chooseSource:e.chooseSource||void 0,popularizePlanId:e.popularizePlanId&&-1!=e.popularizePlanId?e.popularizePlanId:void 0,popularizePlanName:e.popularizePlanName&&"null"!=e.popularizePlanName?e.popularizePlanName:void 0}))),a={emails:this.filterEmailId(r),bloggerInfos:o,type:this.isScheduledMail?2:1,timing:this.isScheduledTime||void 0,replyId:this.isReply?this.replyInfo.id:void 0,sendEntryKey:this.sendEntryKey||void 0,writeIds:this.deleteIdList.length>0?this.deleteIdList:void 0,sendType:["WOTOMAIL","GMAIL"].includes(this.currentSetEmail)?this.currentSetEmail:"QIYE",qiyeId:this.qiyeId||void 0};(this.draftId||this.timerId)&&(a.id=this.draftId||this.timerId),console.log("hubDataParams------"),console.log(a);try{this.timer&&clearInterval(this.timer),this.loading=!0;const e=await Pd(a);0==e.code?(this.mailIdMap=e.data.emails||[],this.deleteIdList=[],this.handleAiReply(e.data.groupId),this.isSendSuccess=!0,this.isShowSave=!1,this.isScheduledMail?this.isShowDelayed?this.isReply?this.$emit("skipToDraft"):setTimeout((()=>{this.isSelfClick||(this.isShowCheck=!1,this.$emit("skipToDraft"))}),3e3):this.$confirm(`${this.$i18n.t("writeMail.mail_will")}${this.rowTime}${this.$i18n.t("writeMail.save_tip")}`,`${this.$i18n.t("writeMail.set_delay_success")}`,{confirmButtonText:`${this.$i18n.t("writeMail.i_know")}`,type:"success",confirmButtonClass:"reback-btn-face",showCancelButton:!1}).then((()=>{setTimeout((()=>{this.isSelfClick||(this.isShowCheck=!1,this.$emit("skipToDraft"))}),3e3)})):(this.$message({type:"success",message:"发送成功"}),this.isReply?this.$emit("skipToOutbox"):setTimeout((()=>{this.isSelfClick||(this.isShowCheck=!1,this.$emit("skipToOutbox"))}),3e3))):(this.isSendSuccess=!1,this.$message.error(e.message))}catch(ul){console.log(ul)}finally{this.loading=!1}},skipToOut(){this.isSelfClick=!0,this.isShowCheck=!1,this.isShowSave=!1,this.isScheduledMail?this.$emit("skipToDraft"):this.$emit("skipToOutbox")},closeCheckEvt(){this.isShowCheck=!1,this.isShowDelayed=!1},send(){const e=this.checkForm();e&&(this.isScheduledMail=!1,this.isScheduledTime=null,this.checkEmails=this.mailList.map((e=>({subject:e.subject,content:e.getContent()}))),this.isReply?this.selfSend("replaySend"):this.getSendNum(Ns(this.addresseeArr,"bloggerId"),null))},showDelayedTx(){const e=this.checkForm();e&&(this.isShowDelayed=!0)},sendTime(e){if(this.compareTime(new Date(e).valueOf()))return this.$message({message:`${this.$i18n.t("writeMail.time_limit")}`,type:"warning"}),!1;this.isScheduledMail=!0,this.isScheduledTime=e,this.checkEmails=this.mailList.map((e=>({subject:e.subject,content:e.getContent()}))),this.isReply?this.selfSend("replaySend"):this.getSendNum(Ns(this.addresseeArr,"bloggerId"),e)},async saveDraft(e){let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Ns(this.cardsArr,"id"),i=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`;const r=this.mailList.map((e=>({id:e.id,subject:e.subject,content:e.getContent()+" "+e.getReplyHtml()+i,attachments:e.fileList,templateId:e.templateId}))),o=this.addresseeArr.map((e=>({bloggerId:e.bloggerId,chooseSource:e.chooseSource||void 0,popularizePlanId:e.popularizePlanId&&-1!=e.popularizePlanId?e.popularizePlanId:void 0,popularizePlanName:e.popularizePlanName&&"null"!=e.popularizePlanName?e.popularizePlanName:void 0}))),a={id:"",emails:this.filterEmailId(r),bloggerInfos:o,type:1!=this.isTiming||this.cancleTimer?99:2,timing:1!=this.isTiming||this.cancleTimer?void 0:this.rowTime,replyId:this.isReply?this.replyInfo.id:void 0,sendEntryKey:this.sendEntryKey,writeIds:this.deleteIdList.length>0?this.deleteIdList:void 0,sendType:["WOTOMAIL","GMAIL"].includes(this.currentSetEmail)?this.currentSetEmail:"QIYE",qiyeId:this.qiyeId||void 0};this.isAutoSave=!e,this.isAutoSaving=this.isAutoSave,(this.draftId||this.timerId)&&(a.id=this.draftId||this.timerId);const s=this.mailList.every((e=>!e.subject)),l=this.mailList.every((e=>e.isEmpty())),c=this.mailList.every((e=>0===e.fileList.length));if(0===o.length&&s&&l&&c)return!!e&&this.$message.error(this.$t("edm5.v77"));try{this.loading=!0;const t=await Pd(a);return 0==t.code?(this.mailIdMap=t.data.emails||[],this.deleteIdList=[],this.draftId||this.timerId||(this.timerId=t.data.groupId,this.handleAiReply(t.data.groupId)),e?this.isBack?this.$router.go(-1):this.$emit("skipToDraft"):(setTimeout((()=>{this.isAutoSaving=!1}),1500),setTimeout((()=>{this.isAutoSaved=!0}),1501),setTimeout((()=>{this.isAutoSaved=!1,this.isAutoSave=!1}),3e3)),!0):(this.isAutoSave=!1,this.$message.error(t.message),!1)}catch(ul){return console.log(ul),!1}finally{this.loading=!1}},remindSave(){if(this.isShowSave){const e=confirm(`${this.$i18n.t("writeMail.save_draft_tip")}`);e&&this.saveDraft(!0)}},checkForm(){if(!this.addresseeArr.length)return this.$message({type:"warning",message:`${this.$i18n.t("writeMail.no_receiver")}`}),!1;let e=!1,t=!1,n=!1,i=!1;return this.mailList.forEach((r=>{r.subject||(e=!0),r.length>100&&(t=!0),r.isEmpty()&&(n=!0),r.getTextContent().length>5e3&&(i=!0)})),e?(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.no_subject")}`}),!1):t?(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.subject_limit")}`}),!1):n?(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.no_content")}`}),!1):!i||(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.content_limit")}`}),!1)},setMailTemplate(e){this.mailTemplateDrawerVisible=!1,Kd(e.id).then((e=>{if("0"==e.code){const t=e.data;if(t&&(t.attachmentRes&&t.attachmentRes.length&&t.attachmentRes.forEach((e=>{delete e.id})),t.content)){let e=t.content.indexOf("<product-card"),n=t.content.indexOf("</product-card>"),i=t.content.slice(e,n+15),r="";r=e>-1&&n>-1?t.content.slice(0,e)+t.content.slice(n+15):t.content,this.mailList.forEach((e=>{e.active&&(e.subject=t.mailSubject,e.templateId=t.id,e.fileList=t.attachmentRes,e.setContent&&e.setContent(r))}));const o=i.match(/cardids="([^"]+)"/);if(o&&o[1]){const e=o[1];this.addProductCard(e.split(","))}}}else this.$message.error(e.message)})).catch((()=>{}))},setMailSign(e){this.singleSetEmail("addEditContent",e)},compareTime(e){return new Date(e).getTime()-(new Date).getTime()<0},handleAiReply(e){this.$route.query.aiId&&ds({aiEmailId:Number(this.$route.query.aiId),writeId:e})},toAddEmail(e="",t="",n=!1){this.mailList=this.mailList.map((e=>({...e,active:!1}))),this.mailList.push({id:"mockId-"+Date.now(),subject:e,fileList:[],content:t,active:!0,isAiContent:n,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}})},toggleEmailTag(e){this.mailList=this.mailList.map((t=>({...t,active:e===t.id})))},deleteEmail(e){if(this.mailList.length<=1)return!1;this.$confirm(this.$t("edm5.v78"),this.$t("edm5.v79"),{confirmButtonText:this.$t("edm5.v45"),cancelButtonText:"取消",type:"warning"}).then((()=>{const t=this.mailIdMap.find((t=>t.frontId===e));t&&this.deleteIdList.push(t.writeId),e&&!(e+"").includes("mockId-")&&this.deleteIdList.push(e),this.deleteEmailFn(e)})).catch((()=>{}))},deleteEmailFn(e){this.mailList=this.mailList.filter((t=>t.id!==e)),this.mailList.every((e=>!e.active))&&this.$set(this.mailList,0,{...this.mailList[0],active:!0})},singleSetEmail(e,t){if(!e)return!1;this.mailList.forEach((n=>{n.active&&n[e]&&n[e](t)}))},batchSetEmail(e,t){if(!e)return!1;this.mailList.forEach((n=>{n[e]&&n[e](t)}))},applyEmails(e){const t=e.map(((e,t)=>{const{subject:n,content:i}=e;return{id:"mockId-"+Date.now()+t,subject:n,content:i,fileList:[],active:!1,isAiContent:!0,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}}));let n=this.mailList;n.forEach((e=>{if(""===e.subject&&e.isEmpty()&&0===e.fileList.length){const n=t.shift();e.isAiContent=!0,e.subject=n?n.subject:e.subject,e.content="",this.$nextTick((()=>{e.content=n?n.content:e.content}))}}));const i=n.length,r=t.length,o=i+r-5;if(o>0){const e=i-o;n.forEach(((n,i)=>{if(i>=e){const e=t.shift();n.isAiContent=!0,n.subject=e?e.subject:n.subject,n.content="",this.$nextTick((()=>{n.content=e?e.content:n.content}))}})),n=n.concat(t)}else n=n.concat(t);this.mailList=n,this.mailList.every((e=>!e.active))&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),active:!0}),this.aiMailVisible=!1},handleOptimize(e){this.aiOptimizeOriginSubject="",this.aiOptimizeOriginContent="";const t=this.mailList.find((e=>e.active));if(!(t&&t.getTextContent&&t.isEmpty)||t.isEmpty())return this.$message.error(this.$t("edm5.v80"));"6"===e&&(this.aiOptimizeOriginSubject=t.subject),this.aiOptimizeOriginContent=t.getContent(),this.aiOptimizeType=e,this.mailOptimizeDrawerVisible=!0},applyEmail(e,t,n,i){if("6"===i){const e=this.mailList.findIndex((e=>""===e.subject&&e.isEmpty()&&0===e.fileList.length));e>-1?this.$set(this.mailList,e,{...this.mailList[e],subject:t,content:n,active:!0,isAiContent:!0}):-1===e&&this.mailList.length<5?this.toAddEmail(t,n,!0):-1===e&&5===this.mailList.length&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),subject:t,content:n,active:!0,isAiContent:!0})}else this.singleSetEmail(e,n)},async getAiPoint(){this.aiPoint=await Ys()},filterEmailId(e=[]){return e&&Array.isArray(e)&&e.length>0?e.map((e=>{const t=this.mailIdMap.find((t=>t.frontId===e.id));let n,i;return e.id&&(e.id+"").includes("mockId-")&&!t&&(n=e.id),e.id&&t&&t.frontId&&(n=t.frontId),e.id&&(e.id+"").includes("mockId-")&&t&&t.writeId&&(i=t.writeId),e.id&&!(e.id+"").includes("mockId-")&&(i=e.id),{...e,frontId:n,id:i}})):[]},async toEditBlogger(){this.editBloggerLoading=!0,this.isShowSave=!1,await this.saveDraft(!1);const e=this.draftId||this.timerId;e?(this.editBloggerLoading=!1,this.$router.push({path:"/recipientList",query:{draftId:e,isTiming:this.isTiming,rowTime:this.rowTime}})):(this.$message.error(this.$t("edm5.v81")),this.editBloggerLoading=!1)},test(){console.log(this.mailList)},filterEmptyEmail(){const e=this.mailList||[];if(!e||!Array.isArray(e))return[];{let t=0;e.some((e=>{const{subject:n,isEmpty:i,fileList:r}=e;if(""!==n||!i()||0!==r.length)return!0;t+=1})),t>0&&this.mailList.splice(0,t)}},async getNickname(){try{const e=await PFe();"0"===e.code?this.nickName=e.data||"":this.$message.error(e.message)}catch(ul){console.log(ul)}}}},i$e=n$e,r$e=Ba(i$e,Sd,kd,!1,null,"2b35de0e",null),o$e=r$e.exports,a$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"outbox-container"},[t("div",{staticClass:"outbox-tab"},[t("el-tabs",{staticClass:"tab-wrap",class:{"tab-wrap-en":"en"===e.language},attrs:{type:"card",stretch:""},on:{"tab-click":e.handleTabClick},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn1"),name:"first"}},["first"===e.activeName?t("single-send-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1),t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn3"),name:"third"}},["third"===e.activeName?t("reply-send-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1)],1),"first"===e.activeName?t("div",{staticClass:"write-btn",class:{"write-btn-en":"en"===e.language},on:{click:e.writeEmail}},[t("i",{staticClass:"dss-iconfont icon-pen1"}),t("span",[e._v(e._s(e.$t("edm2.mailEn5")))])]):e._e()],1)])},s$e=[],l$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"single-send-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_type")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.normal")}}),t("el-option",{attrs:{value:2,label:e.$i18n.t("outboxMail.delay")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.sysEmail")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.businessEmail")}})],1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:null,"max-height":null,"min-height":e.tableHeight,isNeedScroll:!0,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow,"row-contextmenu":e.rightClick},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"readStatus",fn:function({data:n}){return[t("div",{staticClass:"flex items-center"},[t("i",{staticClass:"dss-iconfont relative mr8",class:n.scope.readNum?"icon-read-2 mail-read":"icon-contact2 mail-status-hub"}),t("p",{class:n.scope.readNum?"":"mail-bold-name",staticStyle:{"white-space":"nowrap"}},[e._v(" "+e._s(n.scope.readNum===n.scope.number?`${e.$i18n.t("outboxMail.all_read")}`:n.scope.readNum?n.scope.readNum+`${e.$i18n.t("outboxMail.read")}`:`${e.$i18n.t("outboxMail.all_unread")}`)+" ")])])]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticClass:"mail-name flex items-center"},[t("p",{staticClass:"beyond_eip mr8",class:n.scope.readNum?"":"mail-bold-name"},[e._v(" "+e._s(n.scope.showNames)+" ")]),n.scope.number?t("span",{staticClass:"span-hub"},[e._v(" "+e._s(n.scope.number>999?"999+":n.scope.number)+" ")]):e._e()])]}},{key:"deliveryRate",fn:function({data:n}){return[t("div",{staticClass:"mail-rate"},[e._v(" "+e._s((100*n.scope.deliveryRate).toFixed(2))+"% ")]),t("el-progress",{staticClass:"list-progress",attrs:{percentage:Number((100*n.scope.deliveryRate).toFixed(2)),color:"#555CFD","show-text":!1}})]}},{key:"openRate",fn:function({data:n}){return[t("div",{staticClass:"mail-rate"},[e._v(" "+e._s((100*n.scope.openRate).toFixed(2))+"% ")]),t("el-progress",{staticClass:"list-progress",attrs:{percentage:Number((100*n.scope.openRate).toFixed(2)),color:"#FFAC04","show-text":!1}})]}},{key:"replyRate",fn:function({data:n}){return[t("div",{staticClass:"mail-rate"},[e._v(" "+e._s((100*n.scope.replyRate).toFixed(2))+"% ")]),t("el-progress",{staticClass:"list-progress",attrs:{percentage:Number((100*n.scope.replyRate).toFixed(2)),color:"#73DEB3","show-text":!1}})]}},{key:"operation",fn:function({data:n}){return[n.scope.isRevocable?t("el-link",{attrs:{type:"primary",size:"small",underline:!1},on:{click:function(t){return t.stopPropagation(),e.recallMail(n.scope)}}},[e._v("撤回")]):t("span",[e._v("-")])]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})]),t("div",{staticClass:"tool-item",on:{click:e.hiddenAiMail}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.searchForm.isHide?"显示AI自动邀约邮件":e.$i18n.t("edm2.mailEn20"),placement:"top"}},[e.searchForm.isHide?t("i",{staticClass:"dss-iconfont"},[e._v("")]):e._e(),e.searchForm.isHide?e._e():t("i",{staticClass:"dss-iconfont"},[e._v("")])])],1)])])],1)])},c$e=[],u$e=i(4353),d$e=i.n(u$e),h$e={components:{WTable:JIe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",sentMail:"",isHide:"true"==localStorage.getItem("aiEmailIsHidden"),currentPage:1,pageSize:20},contentInput:"",contentSelect:"1",timeRange:[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"readStatus",width:"110"},{label:Vc.t("writeMail.receiver"),scope:"bloggers"},{label:Vc.t("edm2.mailEn6"),prop:"subject",showOverflowTooltip:!0,minWidth:"200"},{label:Vc.t("edm2.mailEn9"),scope:"deliveryRate",width:"120",tips:Vc.t("edm5.v40")},{label:Vc.t("edm2.mailEn10"),scope:"openRate",width:"120",tips:Vc.t("edm5.v40")},{label:Vc.t("edm2.mailEn11"),scope:"replyRate",width:"120",tips:Vc.t("edm5.v40")},{label:Vc.t("edm2.mailEn12"),prop:"sendTime",width:"200"},{label:"操作",scope:"operation",width:"100"}],tableData:[],loading:!1,total:0,tableHeight:Ws(332),selectData:[],pickerOptions:{shortcuts:[{text:Vc.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[d$e()().subtract(6,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[d$e()().subtract(120,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}}]}}},created(){localStorage.getItem("searchFlag")?localStorage.getItem("searchForm")?this.searchForm=JSON.parse(localStorage.getItem("searchForm")):this.searchForm=this.$options.data().searchForm:localStorage.removeItem("searchForm"),this.init()},destroyed(){localStorage.removeItem("searchFlag")},methods:{recallMail(e){console.log(e,"row"),this.$confirm("请确认是否撤回该邮件?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((()=>{Iu(e.id).then((e=>{"0"==e.code?(this.$message({type:"success",showClose:!0,duration:7e3,message:"撤回成功,该邮件现已被存放至草稿箱中,本次发件消耗的权益数已自动为您回退至账户中。"}),this.init()):(this.$message({type:"error",showClose:!0,duration:7e3,message:e.message}),this.init())}))})).catch((()=>{}))},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){console.log("初始化",e,this.searchForm),e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]),xu(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows.map((e=>({...e,showNames:Ns(e.bloggers,"bloggerName").join(",")}))),this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Su(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("searchForm",JSON.stringify(this.searchForm)),localStorage.setItem("outboxActiveName","first"),this.$router.push({path:"/outboxDetail",query:{id:e.id,enterType:1}})},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Eu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},hiddenAiMail(){this.searchForm.isHide=!this.searchForm.isHide,localStorage.setItem("aiEmailIsHidden",this.searchForm.isHide),this.searchForm.currentPage=1,this.init()},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){localStorage.removeItem("searchForm"),localStorage.removeItem("searchFlag"),this.searchForm=this.$options.data().searchForm,this.timeRange=[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Ns(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},rightClick(e,t,n){return n.preventDefault(),this.$contextmenu({items:[{label:"在新标签页中打开邮件",icon:"el-icon-plus",onClick:()=>{const t=this.$router.resolve({path:"/outboxDetail",query:{id:e.id,enterType:1}});window.open(t.href,"_blank")}},{label:"刷新列表数据",icon:"el-icon-refresh",onClick:()=>{this.init()}},{label:"复制邮件主题",icon:"el-icon-document-copy",disabled:!e.subject,onClick:()=>{this.copyText(e.subject)}}],event:n,customClass:"contextmenu-container",zIndex:3,minWidth:230}),!1},copyText(e){const t=document.createElement("input");t.value=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),this.$message({type:"success",message:"已复制到剪贴板"})}}},p$e=h$e,f$e=Ba(p$e,l$e,c$e,!1,null,"01412f23",null),m$e=f$e.exports,g$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"reply-send-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_type")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.normal")}}),t("el-option",{attrs:{value:2,label:e.$i18n.t("outboxMail.delay")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.sysEmail")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.businessEmail")}})],1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,isNeedScroll:!0,height:null,"max-height":null,"min-height":e.tableHeight,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow,"row-contextmenu":e.rightClick},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"readStatus",fn:function({data:n}){return[t("div",{staticClass:"flex items-center"},[t("i",{staticClass:"dss-iconfont relative mr8",class:2==n.scope.isRead?"icon-read-2 mail-read":"icon-contact2 mail-status-hub"}),t("p",{class:2==n.scope.isRead?"":"mail-bold-name"},[e._v(" "+e._s(2==n.scope.isRead?`${e.$i18n.t("inboxMail.search.read")}`:`${e.$i18n.t("inboxMail.search.unRead")}`)+" ")])])]}},{key:"popularizePlanName",fn:function({data:n}){return[t("div",{staticClass:"plan-cell",on:{click:function(t){return t.stopPropagation(),e.goPlanDetail(n.scope.popularizePlanId,n.scope)}}},[n.scope.popularizePlanName?t("i",{staticClass:"dss-iconfont icon-task plan-i"}):e._e(),t("span",{class:{"overflow-text":!0,"bold-name":1==n.scope.isRead&&null!==n.scope.popularizePlanName&&""!==n.scope.popularizePlanName}},[e._v(" "+e._s(n.scope.popularizePlanName?n.scope.popularizePlanName:e.$t("deliveryTime.no_promotion_plan"))+" ")])])]}},{key:"content",fn:function({data:n}){return[t("span",{staticClass:"beyond_eip",domProps:{innerHTML:e._s(e.filterHtmlTag(n.scope.content))}})]}},{key:"operation",fn:function({data:n}){return[n.scope.isRevocable?t("el-link",{attrs:{type:"primary",size:"small",underline:!1},on:{click:function(t){return t.stopPropagation(),e.recallMail(n.scope)}}},[e._v("撤回")]):t("span",[e._v("-")])]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])])],1)])},v$e=[],y$e={components:{WTable:JIe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",sentMail:"",isHidden:0,currentPage:1,pageSize:20},tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"readStatus",width:"110"},{label:Vc.t("writeMail.receiver"),prop:"bloggerName",showOverflowTooltip:!0},{label:Vc.t("inboxDetail.planVal"),scope:"popularizePlanName"},{label:Vc.t("edm2.mailEn6"),prop:"subject",showOverflowTooltip:!0},{label:Vc.t("edm2.mailEn7"),scope:"content"},{label:Vc.t("edm2.mailEn12"),prop:"sendTime",width:"200"},{label:"操作",scope:"operation",width:"100"}],contentInput:"",contentSelect:"1",timeRange:[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],tableData:[],loading:!1,total:0,tableHeight:Ws(332),selectData:[],pickerOptions:{shortcuts:[{text:Vc.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[d$e()().subtract(6,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[d$e()().subtract(120,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}}]}}},created(){localStorage.getItem("searchFlag")?localStorage.getItem("searchForm")?this.searchForm=JSON.parse(localStorage.getItem("searchForm")):this.searchForm=this.$options.data().searchForm:localStorage.removeItem("searchForm"),this.init()},destroyed(){localStorage.removeItem("searchFlag")},methods:{recallMail(e){console.log(e,"row"),this.$confirm("请确认是否撤回该邮件?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((()=>{Iu(e.id).then((e=>{"0"==e.code?(this.$message({type:"success",showClose:!0,duration:7e3,message:"撤回成功,该邮件现已被存放至草稿箱中,本次发件消耗的权益数已自动为您回退至账户中。"}),this.init()):(this.$message({type:"error",showClose:!0,duration:7e3,message:e.message}),this.init())}))})).catch((()=>{}))},filterHtmlTag(e){return e&&(e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<pre>[\s\S]*?<\/pre>/i,""),e=e.replace(/<[^>]+>|&[^>]+;/g,""),e=e.replace(new RegExp(" ","g")," ")),e},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]),ku(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Su(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("searchForm",JSON.stringify(this.searchForm)),localStorage.setItem("outboxActiveName","third"),this.$router.push({path:"/outboxDetail",query:{id:e.id,enterType:2}})},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Eu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){localStorage.removeItem("searchForm"),localStorage.removeItem("searchFlag"),this.searchForm=this.$options.data().searchForm,this.timeRange=[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Ns(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},goPlanDetail(e,t){"-1"!==e&&void 0!==e&&null!==e&&this.$router.push({path:"/planDetail",query:{planId:e}})},rightClick(e,t,n){return n.preventDefault(),this.$contextmenu({items:[{label:"在新标签页中打开邮件",icon:"el-icon-plus",onClick:()=>{const t=this.$router.resolve({path:"/outboxDetail",query:{id:e.id,enterType:2}});window.open(t.href,"_blank")}},{label:"刷新列表数据",icon:"el-icon-refresh",onClick:()=>{this.init()}},{label:"复制邮件主题",icon:"el-icon-document-copy",disabled:!e.subject,onClick:()=>{this.copyText(e.subject)}},{label:"复制推广计划名",icon:"el-icon-document-copy",disabled:!e.popularizePlanName,onClick:()=>{this.copyText(e.popularizePlanName)}}],event:n,customClass:"contextmenu-container",zIndex:3,minWidth:230}),!1},copyText(e){const t=document.createElement("input");t.value=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),this.$message({type:"success",message:"已复制到剪贴板"})}}},b$e=y$e,w$e=Ba(b$e,g$e,v$e,!1,null,"017d53ea",null),_$e=w$e.exports,C$e={name:"outBox",components:{singleSendMail:m$e,replySendMail:_$e},props:{scrollTop:{type:Number,default:0}},data(){return{activeName:"first",isShowSearch:!0,language:qi.get("language")}},created(){localStorage.getItem("searchFlag")?localStorage.getItem("outboxActiveName")?this.activeName=localStorage.getItem("outboxActiveName"):this.activeName="first":(localStorage.removeItem("searchForm"),localStorage.removeItem("outboxActiveName"))},destroyed(){localStorage.removeItem("searchFlag")},methods:{handleTabClick(e){localStorage.setItem("outboxActiveName",e.name),localStorage.removeItem("searchForm"),localStorage.removeItem("searchFlag")},writeEmail(){localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData");const e=this.$router.resolve({path:"/recipientList"});window.open(e.href,"_blank")}}},x$e=C$e,S$e=Ba(x$e,a$e,s$e,!1,null,"1d113158",null),k$e=S$e.exports,E$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"drafts-container"},[t("div",{staticClass:"drafts-tab"},[t("el-tabs",{staticClass:"tab-wrap",class:{"tab-wrap-en":"en"===e.language},attrs:{type:"card",stretch:""},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn1"),name:"first"}},["first"===e.activeName?t("single-drafts-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1),t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn3"),name:"third"}},["third"===e.activeName?t("reply-drafts-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1)],1)],1)])},D$e=[],A$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"single-drafts-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_status")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$t("edm5.v52")}}),t("el-option",{attrs:{value:2,label:e.$t("edm5.v53")}}),t("el-option",{attrs:{value:88,label:e.$t("edm5.v54")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.sysEmail")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.businessEmail")}})],1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:null,"max-height":null,"min-height":e.tableHeight,isNeedScroll:!0,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"writeType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("draftMail.draft"))+" ")]):e._e(),2===n.scope.writeType?t("span",[t("el-popover",{attrs:{trigger:"hover",content:e.parseTime(n.scope.timing,"{y}-{m}-{d} {h}:{i}")+`${e.$i18n.t("draftMail.send")}`,placement:"top-start","popper-class":"time-email"}},[t("i",{staticClass:"dss-iconfont icon-clock",attrs:{slot:"reference"},slot:"reference"})])],1):e._e()]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticClass:"mail-name flex items-center"},[t("p",{staticClass:"beyond_eip mr8"},[e._v(" "+e._s(n.scope.bloggerName)+" ")]),n.scope.bloggerName?t("span",{staticClass:"span-hub"},[e._v(" "+e._s(n.scope.number>99?"99+":n.scope.number)+" ")]):e._e()])]}},{key:"emailType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("edm5.v52"))+" ")]):e._e(),88===n.scope.writeType?t("span",[t("span",{staticStyle:{"margin-right":"8px"}},[e._v("发送失败")]),t("el-tooltip",{attrs:{trigger:"hover",content:`邮箱【${n.scope.enterpriseEmail}】授权失效,请先解绑重新授权,再发件。`,"popper-class":"wt-tooltip-mail",placement:"top"}},[n.scope.isEnterpriseSendFailed?t("el-link",{attrs:{type:"primary"}},[e._v("失败原因")]):e._e()],1)],1):e._e(),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("edm5.v53"))+" ")]):e._e()]}},{key:"time",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(n.scope.gmtCreate)+" ")]):e._e(),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.formatDraftTime(n.scope.timing))+" ")]):e._e()]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])])],1)])},O$e=[];function T$e(e){return wa("/edm/draftsV2/pageDraftSingle",e)}function I$e(e){return wa("/edm/draftsV2/pageDraftReply",e)}function P$e(e){return wa("/edm/draftsV2/validReceiver",e)}var F$e={components:{WTable:JIe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",sentMail:"",isHidden:0,currentPage:1,pageSize:20},contentInput:"",contentSelect:"1",timeRange:[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"writeType",width:"110"},{label:Vc.t("writeMail.receiver"),scope:"bloggers"},{label:Vc.t("edm2.mailEn6"),prop:"subject",showOverflowTooltip:!0,minWidth:"200"},{label:Vc.t("edm5.v50"),prop:"writType",scope:"emailType",minWidth:"100",format:"common",dict:[{name:Vc.t("edm5.v52"),code:99},{name:Vc.t("edm5.v53"),code:2},{name:Vc.t("edm5.v54"),code:88}]},{label:Vc.t("edm5.v51"),scope:"time",minWidth:"100"}],tableData:[],loading:!1,total:0,tableHeight:Ws(332),selectData:[],pickerOptions:{shortcuts:[{text:Vc.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[d$e()().subtract(6,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[d$e()().subtract(120,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}}]}}},created(){this.init()},methods:{changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]),T$e(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Su(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("sendEntryKey","draftNew_sendMail");const t=this.$router.resolve({path:"/write",query:{draftId:e.id,isTiming:2===e.writeType?1:0,rowTime:e.timing?e.timing:""}});window.open(t.href,"_blank")},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Eu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){this.searchForm=this.$options.data().searchForm,this.timeRange=[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Ns(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},parseTime(e,t){return Ms(e,t)},formatDraftTime(e,t){return zs(e,t)}}},$$e=F$e,B$e=Ba($$e,A$e,O$e,!1,null,"0ec251b4",null),M$e=B$e.exports,N$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"reply-drafts-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_status")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$t("edm5.v52")}}),t("el-option",{attrs:{value:2,label:e.$t("edm5.v53")}}),t("el-option",{attrs:{value:88,label:e.$t("edm5.v54")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.sysEmail")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.businessEmail")}})],1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:null,"max-height":null,"min-height":e.tableHeight,isNeedScroll:!0,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"writeType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("draftMail.draft"))+" ")]):e._e(),2===n.scope.writeType?t("span",[t("el-popover",{attrs:{trigger:"hover",content:e.parseTime(n.scope.timing,"{y}-{m}-{d} {h}:{i}")+`${e.$i18n.t("draftMail.send")}`,placement:"top-start","popper-class":"time-email"}},[t("i",{staticClass:"dss-iconfont icon-clock",attrs:{slot:"reference"},slot:"reference"})])],1):e._e()]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticClass:"mail-name flex items-center"},[t("p",{staticClass:"beyond_eip mr8"},[e._v(" "+e._s(n.scope.showNames)+" ")]),n.scope.showNames?t("span",{staticClass:"span-hub"},[e._v(" "+e._s(n.scope.emailNum>99?"99+":n.scope.emailNum)+" ")]):e._e()])]}},{key:"popularizePlanName",fn:function({data:n}){return[t("div",{staticClass:"plan-cell"},[n.scope.popularizePlanName?t("i",{staticClass:"dss-iconfont icon-task plan-i"}):e._e(),t("span",{class:{"overflow-text":!0,"bold-name":null!==n.scope.popularizePlanName&&""!==n.scope.popularizePlanName}},[e._v(" "+e._s(n.scope.popularizePlanName?n.scope.popularizePlanName:e.$t("deliveryTime.no_promotion_plan"))+" ")])])]}},{key:"content",fn:function({data:n}){return[t("span",{staticClass:"beyond_eip",domProps:{innerHTML:e._s(e.filterHtmlTag(n.scope.content))}})]}},{key:"emailType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("edm5.v52"))+" ")]):e._e(),t("span",[t("span",{staticStyle:{"margin-right":"8px"}},[e._v("发送失败")]),t("el-tooltip",{attrs:{trigger:"hover",content:`邮箱【${n.scope.enterpriseEmail}】授权失效,请先解绑重新授权,再发件。`,"popper-class":"wt-tooltip-mail",placement:"top"}},[n.scope.isEnterpriseSendFailed?t("el-link",{attrs:{type:"primary"}},[e._v("失败原因")]):e._e()],1)],1),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("edm5.v53"))+" ")]):e._e()]}},{key:"time",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(n.scope.gmtCreate)+" ")]):e._e(),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.formatDraftTime(n.scope.timing))+" ")]):e._e()]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])])],1)])},R$e=[],j$e={components:{WTable:JIe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",isHidden:0,sentMail:"",currentPage:1,pageSize:20},contentInput:"",contentSelect:"1",timeRange:[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"writeType",width:"110"},{label:Vc.t("writeMail.receiver"),prop:"bloggerName",showOverflowTooltip:!0},{label:Vc.t("inboxDetail.planVal"),scope:"popularizePlanName"},{label:Vc.t("edm2.mailEn6"),prop:"subject",width:"200",showOverflowTooltip:!0},{label:Vc.t("edm2.mailEn7"),scope:"content",minWidth:"250",showOverflowTooltip:!0},{label:Vc.t("edm5.v50"),prop:"writeType",scope:"emailType",minWidth:"100",format:"common",dict:[{name:Vc.t("edm5.v52"),code:99},{name:Vc.t("edm5.v53"),code:2},{name:Vc.t("edm5.v54"),code:88}]},{label:Vc.t("edm5.v51"),scope:"time",minWidth:"100"}],tableData:[],loading:!1,total:0,tableHeight:Ws(332),selectData:[],pickerOptions:{shortcuts:[{text:Vc.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[d$e()().subtract(6,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}},{text:Vc.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[d$e()().subtract(120,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")])}}]}}},created(){this.init()},methods:{filterHtmlTag(e){return e&&(e=e.replace(/<\/?.+?\/?>/g,""),e=e.replace(new RegExp(" ","g")," ")),e},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]),I$e(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Su(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("sendEntryKey","draftNew_sendMail");const t=this.$router.resolve({path:"/write",query:{draftId:e.id,isTiming:2===e.writeType?1:0,rowTime:e.timing?e.timing:""}});window.open(t.href,"_blank")},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Eu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){this.searchForm=this.$options.data().searchForm,this.timeRange=[d$e()().subtract(3,"month").format("YYYY-MM-DD"),d$e()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Ns(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},parseTime(e,t){return Ms(e,t)},formatDraftTime(e,t){return zs(e,t)}}},L$e=j$e,z$e=Ba(L$e,N$e,R$e,!1,null,"25ff0661",null),V$e=z$e.exports,H$e={name:"draftEmail",components:{singleDraftsMail:M$e,replyDraftsMail:V$e},props:{scrollTop:{type:Number,default:0}},data(){return{activeName:"first",isShowSearch:!0,language:qi.get("language")}},methods:{}},U$e=H$e,W$e=Ba(U$e,E$e,D$e,!1,null,"403ba0a3",null),q$e=W$e.exports,Y$e=function(){var e=this,t=e._self._c;return 0!==e.emailArr.length?t("div",{staticClass:"outbox-detail-container"},[t("div",{staticClass:"back",on:{click:e.backToOutbox}},[t("i",{staticClass:"el-icon-arrow-left"})]),t("div",{staticClass:"back recall_btn",on:{click:e.recallMail}},[e._m(0)]),t("div",{staticClass:"mail-items-box"},[t("div",{staticClass:"mail-item-row mail-template"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("edm2.mailEn13")))]),e._l(e.emailArr,(function(n,i){return t("span",{key:i,staticClass:"mail-item",class:{"mail-item-active":e.currentIndex===i},on:{click:function(t){e.currentIndex=i}}},[e._v(" "+e._s(e.$t("edm2.mailEn14"))+e._s(i+1)+" ")])})),t("div",{staticClass:"turn-page"},[t("span",{staticClass:"send-email"},[e._v(e._s(e.$t("edm5.v4"))+e._s(e.sendEmail))]),3!=e.$route.query.enterType?t("div",[t("el-button",{attrs:{type:"text",icon:"el-icon-arrow-left",disabled:0===e.checkEmailIndex},on:{click:e.handlePrevious}},[e._v(e._s(e.$t("inboxDetail.previousPage")))]),t("el-button",{attrs:{type:"text",disabled:e.checkEmailIndex===e.tableDataList.length-1},on:{click:e.handleNext}},[e._v(e._s(e.$t("inboxDetail.nextPage"))),t("i",{staticClass:"el-icon-arrow-right el-icon--right"})])],1):e._e()])],2),t("div",{staticClass:"mail-item-row mail-subject"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("sendData.table.subject")))]),t("el-input",{staticClass:"subject row-val",attrs:{readonly:!0},model:{value:e.emailArr[e.currentIndex].subject,callback:function(t){e.$set(e.emailArr[e.currentIndex],"subject",t)},expression:"emailArr[currentIndex].subject"}})],1),e.emailArr[e.currentIndex].attachmentRes?t("div",{staticClass:"mail-item-row mail-attachment"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("edm2.mailEn15")))]),t("div",{staticClass:"attachment-item row-val"},[e._l(e.handleShowFile(e.emailArr[e.currentIndex].attachmentRes),(function(n,i){return t("span",{key:i,staticClass:"file-item",on:{click:function(t){return e.downLoadFileItem(n)}}},[t("span",{staticClass:"file-name"},[e._v(e._s(n.name)+"("+e._s(n.size)+"KB)")]),t("i",{staticClass:"dss-iconfont icon-download"})])})),t("div",{staticClass:"file-action col-span-4 mb8"},[e.emailArr[e.currentIndex].attachmentRes.length>4?t("button",{staticClass:"file-btn mr12",on:{click:function(t){e.isShrink=!e.isShrink}}},[t("i",{staticClass:"dss-iconfont icon-arrow-down mr4",style:e.isShrink?"":"transform: rotate(180deg);"}),t("p",[e._v(" "+e._s(e.isShrink?`${e.$i18n.t("outboxDetail.show_all")}`+(e.emailArr[e.currentIndex].attachmentRes.length-4)+`${e.$i18n.t("outboxDetail.file_num")}`:`${e.$i18n.t("outboxDetail.retract")}`)+" ")])]):e._e(),t("button",{staticClass:"file-btn mr12",on:{click:function(t){return e.downloadAll(e.emailArr[e.currentIndex].attachmentRes)}}},[t("p",{staticClass:"mr4"},[e._v(e._s(e.$i18n.t("outboxDetail.down_all"))+":")]),t("i",{staticClass:"dss-iconfont icon-download"})])])],2)]):e._e(),t("div",{staticClass:"mail-item-row mail-content"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("sendData.table.text")))]),t("div",{staticClass:"content row-val",domProps:{innerHTML:e._s(e.filterBaseTag(e.emailArr[e.currentIndex].content))}})])]),t("div",{staticClass:"blogger-table-box"},[t("div",{staticClass:"blogger-title"},[e._v(e._s(e.$t("edm2.mailEn16")))]),t("WTable",{ref:"mailTable",staticClass:"mail-detail-table fixed-pagination",attrs:{isOutboxDetail:!0,"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.getOutboxDetailBlogger()},changeCurrent:function(t){return e.getOutboxDetailBlogger()},"selection-change":e.selectTableRow,confirmSearch:e.confirmSearch,handleBtnClick:e.handleBtnClick},scopedSlots:e._u([{key:"blogger",fn:function({data:n}){return[t("BloggerColumn",{attrs:{bloggerAvatar:n.scope.bloggerAvatar,bloggerName:n.scope.bloggerName,bloggerUsername:n.scope.bloggerUsername,bloggerId:n.scope.bloggerId,platform:n.scope.platform,bloggerInfo:n.scope},on:{toBloggerDeatil:e.toBloggerDeatil}})]}},{key:"platform",fn:function({data:n}){return["youtube"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png"}}):e._e(),"tiktok"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png"}}):e._e(),"instagram"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png"}}):e._e()]}},{key:"popularizePlanName",fn:function({data:n}){return[n.scope.popularizePlanName?t("span",{staticClass:"plan"},[e._v(e._s(n.scope.popularizePlanName))]):e._e(),-1==n.scope.popularizePlanId?t("span",{staticClass:"no-plan",on:{click:function(t){return e.openPlan(n.scope)}}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),e._v(e._s(e.$t("inboxDetail.plan")))]):e._e()]}},{key:"isRead",fn:function({data:n}){return[1==n.scope.isRead?t("span",[e._v(" "+e._s(e.$t("inboxMail.search.unRead"))+" ")]):e._e(),2==n.scope.isRead?t("span",[e._v(" "+e._s(e.$t("inboxMail.search.read"))+" ")]):e._e()]}},{key:"isReply",fn:function({data:n}){return[0==n.scope.isReply?t("span",[e._v(" "+e._s(e.$t("edm2.mailEn21"))+" ")]):e._e(),1==n.scope.isReply?t("span",[e._v(" "+e._s(e.$t("edm2.mailEn22"))+" ")]):e._e()]}}],null,!1,2825512865)})],1),e.planVisible?t("EmailPlan",{attrs:{visible:e.planVisible,upbEsId:e.rowData.upbEsId,planIdRel:e.rowData.planId,bloggerId:e.rowData.bloggerId,platform:e.rowData.platform,pageSource:"outboxDetail",rowData:e.rowData,detailData:e.emailArr[0]},on:{"update:visible":function(t){e.planVisible=t},change:function(t){return e.getOutboxDetailBlogger()}}}):e._e()],1):e._e()},G$e=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"re_box"},[t("i",{staticClass:"dss-iconfont btn_con"},[e._v("")]),t("span",{staticClass:"btn_con"},[e._v("撤回")])])}],K$e=function(){var e=this,t=e._self._c;return t("div",{staticClass:"blogger-column"},[t("el-image",{attrs:{src:e.bloggerAvatar},nativeOn:{click:function(t){return t.stopPropagation(),e.toDetail.apply(null,arguments)}}},[t("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[t("i",{staticClass:"el-icon-picture-outline"})])]),t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-bloger-name",placement:"top"}},[t("div",{attrs:{slot:"content"},slot:"content"},[t("div",{staticClass:"nickname mb8"},[e._v(e._s(e.bloggerName))]),t("div",{directives:[{name:"show",rawName:"v-show",value:""!==e.bloggerUsername,expression:"bloggerUsername !== ''"}],staticClass:"username"},[e._v(" "+e._s(e.$t("edm5.v41"))+e._s(e.bloggerUsername)+" ")])]),t("span",{staticClass:"bloggerName",on:{click:function(t){return t.stopPropagation(),e.toDetail.apply(null,arguments)}}},[e._v(" "+e._s(e.bloggerName||"-")+" ")])]),e.showRcommend?t("span",{staticClass:"recommend",on:{click:function(t){return t.stopPropagation(),e.onRecommend.apply(null,arguments)}}},[t("i",{staticClass:"iconfont",class:{"icon-crm-recommend0":0===e.isRecommend}})]):e._e(),1===e.isRecommend?t("span",{staticClass:"iconfont icon-crm-recommend1 icon-cursor",on:{click:function(t){return t.stopPropagation(),e.onRecommend.apply(null,arguments)}}}):e._e()],1)},X$e=[],Z$e={props:{bloggerUsername:{type:String,default:""},bloggerAvatar:{type:String,default:""},showRcommend:{type:Boolean,default:!1},isRecommend:{type:Number,default:-1},bloggerName:{type:String,default:""},bloggerId:{type:String,default:""},planBlogerId:{type:String,default:""},platform:{type:String,default:""},bloggerInfo:{type:Object,default:()=>({})}},methods:{toDetail(){return this.bloggerId?(this.$emit("toBloggerDeatil",this.bloggerInfo),!1):this.$message.error("红人id不能为空!")},onRecommend(){this.$emit("recommendHandle",this.bloggerId,this.isRecommend)}}},J$e=Z$e,Q$e=Ba(J$e,K$e,X$e,!1,null,"2b58a2e1",null),eBe=Q$e.exports,tBe={name:"detail",components:{WTable:JIe,BloggerColumn:eBe,EmailPlan:Bu},data(){return{emailArr:[],currentIndex:0,tableHeight:500,total:0,loading:!1,tableData:[],tableColumnConfig:[{label:Vc.t("writeMail.blogger"),scope:"blogger",filter:"input"},{label:Vc.t("edm2.mailEn17"),prop:"country"},{label:Vc.t("edm2.mailEn18"),scope:"platform"},{label:Vc.t("writeMail.fans_num"),prop:"fans",format:"numFormat"},{label:Vc.t("inboxDetail.planVal"),scope:"popularizePlanName"},{label:Vc.t("receiveData.table.isRead"),scope:"isRead",filter:"readRadio"},{label:Vc.t("edm2.mailEn19"),scope:"isReply",filter:"replyRadio"}],searchForm:{pageSize:20,currentPage:1,id:this.$route.query.id,bloggerName:"",isRead:"",isReply:""},isShrink:!0,planVisible:!1,rowData:null,searchFormList:{},tableDataList:[],checkEmailIndex:0}},computed:{sendEmail(){return this.emailArr[0]?.from||"-"}},created(){this.init(),this.getOutboxDetailBlogger(),this.getInboxList()},mounted(){localStorage.setItem("searchFlag",!0)},methods:{async pageInit(){this.searchForm.id=this.tableDataList[this.checkEmailIndex].id,this.init(),this.getOutboxDetailBlogger()},handleNext(){this.checkEmailIndex++,this.pageInit()},handlePrevious(){this.checkEmailIndex--,this.pageInit()},async getInboxList(){let e;localStorage.getItem("searchForm")&&(this.searchFormList=JSON.parse(localStorage.getItem("searchForm"))||{},1==this.$route.query.enterType?e=await xu(this.searchFormList):2==this.$route.query.enterType&&(e=await ku(this.searchFormList)),0==e.code?(this.tableDataList=e.data.rows,this.tableDataList.forEach(((e,t)=>{e.id==this.$route.query.id&&(this.checkEmailIndex=t)}))):this.$message.warning(this.$t("inboxTable.requestError")))},recallMail(){this.$confirm("请确认是否撤回该邮件?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((()=>{Iu(this.$route.query.id).then((e=>{"0"==e.code?(this.$message({type:"success",showClose:!0,duration:7e3,message:"撤回成功,该邮件现已被存放至草稿箱中,本次发件消耗的权益数已自动为您回退至账户中。"}),this.backToOutbox()):this.$message({type:"error",showClose:!0,duration:7e3,message:e.message})}))})).catch((()=>{}))},toBloggerDeatil(e){this.$emit("toBloggerDeatil",e)},backToOutbox(){this.$router.go(-1)},openPlan(e){if(!e.outboxId)return this.$message({type:"warning",message:"邮件处理中,暂时无法关联推广计划!",customClass:"custom-message"}),!1;this.planVisible=!0,this.rowData=e},confirmSearch(e,t){"blogger"===t?this.searchForm.bloggerName=e:"isRead"===t?this.searchForm.isRead=e:"isReply"===t&&(this.searchForm.isReply=e),this.getOutboxDetailBlogger()},getOutboxDetailBlogger(){this.loading=!0;let e=3==this.$route.query.enterType?Tu:Au;e(this.searchForm).then((e=>{"0"===e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},init(){Du({id:this.searchForm.id,enterType:this.$route.query.enterType}).then((e=>{"0"===e.code?this.emailArr=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},handleShowFile(e){const t=JSON.parse(JSON.stringify(e));return this.isShrink?t.slice(0,4):t},downLoadFileItem(e){Vs(e.link,e.name)},downloadAll(e){e.forEach((e=>{Vs(e.link,e.name)}))},selectTableRow(){},filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/\r\n/g,"<br />").replace(/ツ?/g,"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/> >/g,"<br /><br />")),e},handleBtnClick(e,t){if("inviteAgain"==e.key){let e=[];t.map((t=>{e.push({bloggerId:t.bloggerId,bloggerName:t.bloggerName,bloggerUsername:t.bloggerUsername,bloggerAvatar:t.bloggerAvatar,country:t.country,platform:t.platform,fansNum:t.fans,popularizePlanId:t.popularizePlanId,popularizePlanName:t.popularizePlanName,bloggerEmail:null,chooseSource:0,chooseSourceStr:"其他",favorName:null,favorId:null,id:`other-${t.bloggerId}`})})),localStorage.setItem("beforeSelected",JSON.stringify(e)),localStorage.setItem("resultRecipientData",JSON.stringify(e));const n=this.$router.resolve({path:"/write",query:{outboxId:Ns(this.emailArr,"writeEmailId").join(",")}});window.open(n.href,"_blank"),this.clearChoose()}else this.$emit("handleBtnClick",e,t)},clearChoose(){this.$refs["mailTable"]&&this.$refs["mailTable"]?.removeChoose()}}},nBe=tBe,iBe=Ba(nBe,Y$e,G$e,!1,null,"3f19b511",null),rBe=iBe.exports,oBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("div",{staticClass:"wrap z-index2 mb24"},[t("div",{staticClass:"grid grid-cols-3"},[t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$i18n.t("blogMail.search_mail"))+":")]),t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.subject,callback:function(t){e.$set(e.searchForm,"subject",t)},expression:"searchForm.subject"}})],1),t("div",{staticClass:"search-item"},[t("button",{staticClass:"search-btn search-btn-face mr16",on:{click:function(t){e.searchForm.currentPage=1,e.init()}}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("button",{staticClass:"search-btn search-btn-linear",on:{click:function(t){return e.reset()}}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])]),"search_blogger"===e.sourcePage?t("div",{staticClass:"search-item"},[t("el-select",{attrs:{clearable:"",placeholder:e.$i18n.t("common.please_select")},on:{change:e=>{this.searchForm.userId=e,this.init()}},model:{value:e.searchForm.userId,callback:function(t){e.$set(e.searchForm,"userId",t)},expression:"searchForm.userId"}},e._l(e.subAccountOpts,(function(e){return t("el-option",{key:e.id,attrs:{label:e.nickname,value:e.id}})})),1)],1):e._e(),"plan_detail"===e.sourcePage&&""===e.taskId?t("div",{staticClass:"search-item"},[t("el-select",{attrs:{clearable:"",placeholder:e.$i18n.t("common.please_select")},on:{change:e=>{this.searchForm.popularizePlanId=e,this.init()}},model:{value:e.searchForm.popularizePlanId,callback:function(t){e.$set(e.searchForm,"popularizePlanId",t)},expression:"searchForm.popularizePlanId"}},e._l(e.planOpts,(function(e){return t("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})),1)],1):e._e()])]),t("div",{staticClass:"mail-wrap legacy relative z-index2"},[t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.init()}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.del()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])]),t("div",{ref:"mail",staticClass:"mail-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"table",attrs:{data:e.tableData,"header-cell-class-name":e.headCellClass,"cell-class-name":e.cellClass,"row-class-name":e.rowClass,"row-key":e.getRowKeys,height:e.tableHeight},on:{"selection-change":e.changeSelection,"row-click":e.skipDetail}},[t("el-table-column",{attrs:{"reserve-selection":!0,type:"selection",align:"center",width:"48"}}),t("el-table-column",{attrs:{width:"80"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("span",{style:{color:"2"==n.isRead?"#F75277":"#666666"}},[e._v(e._s("2"==n.isRead?`${e.$i18n.t("blogMail.read")}`:`${e.$i18n.t("blogMail.unread")}`))])]}}])}),t("el-table-column",{attrs:{prop:"bloggerName",width:"200"}}),"plan_detail"!==e.sourcePage?t("el-table-column",{attrs:{"show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-task flex items-center"},[n.taskName?t("div",{on:{click:function(t){return t.stopPropagation(),e.skipTaskDetail(n.taskId)}}},[t("i",{staticClass:"dss-iconfont icon-task"}),t("span",{staticClass:"beyond_eip"},[e._v(" "+e._s(n.taskName)+" ")])]):e._e(),n.taskName?e._e():t("span",[e._v(e._s(e.$i18n.t("outboxMail.no_task")))])])]}}],null,!1,2755730399)}):e._e(),"plan_detail"===e.sourcePage?t("el-table-column",{attrs:{"show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-task flex items-center"},[n.popularizePlanName?t("div",{on:{click:function(t){return t.stopPropagation(),e.skipPlanDetail(n)}}},[t("i",{staticClass:"dss-iconfont icon-task"}),t("span",{staticClass:"beyond_eip"},[e._v(" "+e._s(n.popularizePlanName)+" ")])]):e._e(),n.popularizePlanName?e._e():t("span",[e._v(e._s(e.$i18n.t("deliveryTime.no_promotion_plan")))])])]}}],null,!1,1375124427)}):e._e(),t("el-table-column",{scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-content"},[t("span",{staticClass:"mail-subject cursor-pointer beyond_eip mr6"},[e._v(" "+e._s(n.subject)+" ")]),e._v(" - "),t("span",{staticClass:"beyond_eip cursor-pointer ml6",domProps:{innerHTML:e._s(e.filterHtmlTag(n.content))}})])]}}])}),t("el-table-column",{attrs:{width:"80"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"box-tag",class:1==n.type?"box-tag-receive":"box-tag-send"},[1==n.type?t("span",[e._v(e._s(e.$i18n.t("blogMail.receive_mail")))]):e._e(),2==n.type?t("span",[e._v(e._s(e.$i18n.t("blogMail.send_mail")))]):e._e()])]}}])}),t("el-table-column",{attrs:{width:"160"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(e._s(t.createTime))]}}])})],1)],1),t("div",{staticClass:"mail-foot mb16"},[t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,total:e.tableTotal,"page-size":e.searchForm.pageSize,background:"",layout:"total, sizes, prev, pager, next, jumper"},on:{"current-change":e.changePage,"size-change":e.changeSize}})],1)])])},aBe=[];async function sBe(e){let t=await wa("/edm/mail/emailComeGo",e);return t}async function lBe(e){let t=await wa("/edm/mail/emailComeGo2",e);return t}async function cBe(e){let t=await ba("/edm/mail/delComeGo",e);return t}async function uBe(e){let t=await va("/edm/mail/sonFather",e);return t}async function dBe(e){let t=await wa("/user/popularize/planListToRead",e);return t}async function hBe(e){let t=await wa("/edm/mail/emailComeGoByPopularizePlan",e);return t}var pBe={name:"blogEmail",props:{sourcePage:{type:String,default:"search_blogger"},taskId:{type:[Number,String],default:""},bloggerId:{type:[Number,String],default:""}},data(){return{searchForm:{subject:"",bloggerId:this.bloggerId,currentPage:1,pageSize:20,popularizePlanId:this.taskId},loading:!1,tableHeight:0,tableData:[],tableTotal:0,selectData:[],subAccountOpts:[],planOpts:[]}},mounted(){this.$nextTick((()=>{this.tableHeight=this.$refs.mail.offsetHeight,this.init(),this.getSubAccountOpts(),this.getAllPlanOpts()}))},methods:{init(){this.loading=!0;let e="search_blogger"===this.sourcePage?sBe:"plan_detail"===this.sourcePage?hBe:lBe;"search_blogger"===this.sourcePage&&(this.searchForm.taskId=this.taskId),e(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.tableTotal=e.data.total):this.$message.error(e.message)}))},getSubAccountOpts(){uBe().then((e=>{"0"===e.code&&(this.subAccountOpts=e.data)}))},getAllPlanOpts(){dBe().then((e=>{"0"===e.code&&(this.planOpts=e.data)}))},changePage(e){this.searchForm.currentPage=e,this.init()},changeSize(e){this.searchForm.currentPage=1,this.searchForm.pageSize=e,this.init()},del(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{cBe({delOneMailReqs:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message.error(e.message)}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},reset(){this.searchForm.subject="",this.init()},getRowKeys(e){return e.id},changeSelection(e){this.selectData=[],e.forEach((e=>{this.selectData.push({id:e.id,type:e.type})}))},clearTableData(){this.$refs.table.clearSelection(),this.selectData=[]},headCellClass(){return"head"},rowClass(){return"row"},cellClass(){return"box-cell"},filterHtmlTag(e){return e&&(e=e.replace(/<\/?.+?\/?>/g,""),e=e.replace(new RegExp(" ","g")," ")),e},skipDetail(e){this.$emit("blogMailSkipDetail",e.id,e.type,e)},skipTaskDetail(e){this.$emit("skipTaskDetail",e)},skipPlanDetail(e){this.$emit("skipPlanDetail",e)}}},fBe=pBe,mBe=Ba(fBe,oBe,aBe,!1,null,"889a1e46",null),gBe=mBe.exports,vBe=function(){var e=this,t=e._self._c;return e.show?t("div",{staticClass:"notification",on:{click:e.changeRouter}},[t("div",{staticClass:"notification-title"},[t("span",{staticClass:"icon-container"},[t("svg",{staticClass:"icon",attrs:{"aria-hidden":"true"}},[t("use",{attrs:{"xlink:href":"#icon-mail"}})])]),t("span",{staticClass:"icon-txt"},[e._v(e._s(this.$t("newMail.title"))+" ")]),t("span",{staticClass:"el-icon-close close",on:{click:function(t){return t.stopPropagation(),e.handleClose.apply(null,arguments)}}})]),t("div",{staticClass:"content"},[t("span",[e._v(e._s(this.$t("newMail.content"))+"!")]),(e.isAi,e._e())])]):e._e()},yBe=[],bBe=(i(8333),{name:"edm-maillNotice",props:{title:{type:String,default:""},content:{type:String,default:""},showTime:{type:Number,default:6e4},requestTime:{type:Number,default:18e4},goBackUrl:{type:String,default:"/InboxView"}},data(){return{timer:null,timer_layer:null,show:!1,isAi:0}},computed:{style(){return{}}},mounted(){this.getNotice()},methods:{changeRouter(){let e=this.$route.path;e!==this.goBackUrl&&this.$router.push({path:this.goBackUrl}),this.$bus.$emit("mailTip")},handleClose(){this.show=!1},getNotice(){Va().then((e=>{if(e){if(e.newMailCount>0){this.isAi=1===e.isAi;let t=this.$route.path;if(t===this.goBackUrl){let e=Math.floor(1e7*Math.random())+1;this.$router.push({path:t,query:{nums:e}})}this.show=!0,clearTimeout(this.timer_layer),this.timer_layer=setTimeout((()=>{this.show=!1}),this.showTime)}clearTimeout(this.timer),this.timer=setTimeout((()=>{this.getNotice()}),this.requestTime)}}))}}}),wBe=bBe,_Be=Ba(wBe,vBe,yBe,!1,null,"31645193",null),CBe=_Be.exports,xBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("bread-crumb",{staticClass:"mb24 z-index2"}),t("div",{staticClass:"main"},[t("side-menu",{attrs:{"menu-data":e.menuData,"menu-active-index":e.menuActiveIndex},on:{selectMenu:e.selectMenu}}),t("div",{staticClass:"main-body"},[0===e.menuActiveIndex?t("send-data"):e._e(),1===e.menuActiveIndex?t("receive-data"):e._e()],1)],1)],1)},SBe=[],kBe=function(){var e=this,t=e._self._c;return t("el-breadcrumb",{staticClass:"app-breadcrumb",attrs:{separator:"/"}},[t("transition-group",{attrs:{name:"breadcrumb"}},e._l(e.levelList,(function(n,i){return t("el-breadcrumb-item",{key:n.path},["noRedirect"===n.redirect||i==e.levelList.length-1?t("span",{staticClass:"no-redirect"},[e._v(" "+e._s(n.meta.title)+" ")]):t("a",{on:{click:function(t){return t.preventDefault(),e.handleLink(n)}}},[e._v(e._s(n.meta.title))])])})),1)],1)},EBe=[],DBe=i(5302),ABe=i.n(DBe),OBe={data(){return{levelList:null}},watch:{$route(){this.getBreadcrumb()}},created(){this.getBreadcrumb()},methods:{getBreadcrumb(){const e=this.$route.matched.filter((e=>e.meta&&e.meta.title));this.levelList=e.filter((e=>e.meta&&e.meta.title&&!1!==e.meta.breadcrumb))},pathCompile(e){const{params:t}=this.$route;var n=ABe().compile(e);return n(t)},handleLink(e){const{redirect:t,path:n}=e;t?this.$router.push(t):this.$router.push(this.pathCompile(n))}}},TBe=OBe,IBe=Ba(TBe,kBe,EBe,!1,null,"48b1570f",null),PBe=IBe.exports,FBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"menu mr24 z-index2"},[t("ul",e._l(e.menuData,(function(n,i){return t("li",{key:i,class:e.menuActiveIndex===i?"menu-active":"",on:{click:function(t){return e.selectMenu(i)}}},[t("p",[e._v(e._s(n))])])})),0)])},$Be=[],BBe={props:{menuActiveIndex:{default:0,type:Number},menuData:{default:()=>[],type:Array}},methods:{selectMenu(e){this.$emit("selectMenu",e)}}},MBe=BBe,NBe=Ba(MBe,FBe,$Be,!1,null,"511ba295",null),RBe=NBe.exports,jBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"table-container"},[t("div",{staticClass:"grid grid-cols-3 mb8"},[t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.sendingTime")))]),t("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":" ","start-placeholder":"开始","end-placeholder":"结束"},model:{value:e.searchForm.send_time,callback:function(t){e.$set(e.searchForm,"send_time",t)},expression:"searchForm.send_time"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.phoneNumber")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.sender_account,callback:function(t){e.$set(e.searchForm,"sender_account",t)},expression:"searchForm.sender_account"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.companyName")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.company_name,callback:function(t){e.$set(e.searchForm,"company_name",t)},expression:"searchForm.company_name"}})],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.addressee")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.recipient_name,callback:function(t){e.$set(e.searchForm,"recipient_name",t)},expression:"searchForm.recipient_name"}})],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.textSearch")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.content,callback:function(t){e.$set(e.searchForm,"content",t)},expression:"searchForm.content"}})],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.send")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.send_status,callback:function(t){e.$set(e.searchForm,"send_status",t)},expression:"searchForm.send_status"}},[t("el-option",{attrs:{value:0,label:"待发送"}}),t("el-option",{attrs:{value:1,label:"发送成功"}}),t("el-option",{attrs:{value:2,label:"发送失败"}}),t("el-option",{attrs:{value:3,label:"待审核"}}),t("el-option",{attrs:{value:5,label:"驳回"}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.open")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.read_status,callback:function(t){e.$set(e.searchForm,"read_status",t)},expression:"searchForm.read_status"}},[t("el-option",{attrs:{value:1,label:e.$t("edm5.v46")}}),t("el-option",{attrs:{value:2,label:e.$t("edm5.v47")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.LinkClick")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.click_link_status,callback:function(t){e.$set(e.searchForm,"click_link_status",t)},expression:"searchForm.click_link_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.reply")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.reply_status,callback:function(t){e.$set(e.searchForm,"reply_status",t)},expression:"searchForm.reply_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.return")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.return_status,callback:function(t){e.$set(e.searchForm,"return_status",t)},expression:"searchForm.return_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.unsubscribe")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.unsubscribe_status,callback:function(t){e.$set(e.searchForm,"unsubscribe_status",t)},expression:"searchForm.unsubscribe_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.emailComplaints")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.spam_complaints_status,callback:function(t){e.$set(e.searchForm,"spam_complaints_status",t)},expression:"searchForm.spam_complaints_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),t("div",{staticClass:"search-item col-span-3"},[t("button",{staticClass:"search-btn search-btn-face mr16",on:{click:function(t){e.searchForm.page=1,e.initPageData()}}},[e._v(" "+e._s(e.$t("sendData.search.search"))+" ")]),t("el-button",{staticClass:"cutom-btnLoading",attrs:{type:"primary",loading:e.btnloading},on:{click:function(t){return e.down()}}},[e._v(e._s(this.btnloading?"下载中":"下载"))]),t("button",{staticClass:"search-btn-txt",on:{click:e.shrinkSearch}},[e._v(" "+e._s(e.isShrink?e.$t("sendData.search.unfold"):e.$t("sendData.search.collapse"))+" "),t("i",{staticClass:"dss-iconfont icon-arrow search-btn-icon",style:e.isShrink?"transform: rotate(180deg);":""})])],1)]),t("div",{staticClass:"table-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.tableData,"header-cell-class-name":e.tableHeadClass,"cell-class-name":e.tableCellClass,height:"700px",border:""}},[t("el-table-column",{attrs:{prop:"gmtCreate",label:e.$t("sendData.table.createTime"),width:"110","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"userNameOrMobile",label:e.$t("sendData.table.sender"),width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"nickName",label:e.$t("sendData.table.name"),width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"companyName",label:e.$t("sendData.table.company"),width:"90","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{label:e.$t("sendData.table.addressee"),width:"150","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("p",{staticClass:"cursor-pointer",staticStyle:{color:"#4aa8ff"},on:{click:function(t){return e.skipBlogDetail(n.bloggerId)}}},[e._v(" "+e._s(n.bloggerName)+" ")])]}}])}),t("el-table-column",{attrs:{prop:"subject",label:e.$t("sendData.table.subject"),width:"150","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{label:e.$t("sendData.table.text"),width:"150","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(e.filterHtmlTag(t.contents))+" ")]}}])}),t("el-table-column",{attrs:{label:e.$t("sendData.table.send"),width:"80",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return["发送失败"===n.statusTxt&&n.message?t("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[t("span",{attrs:{slot:"content"},slot:"content"},[e._v(e._s(n.message))]),"发送失败"===n.statusTxt&&n.message?t("p",[e._v(" 发送失败 ")]):e._e()]):e._e(),t("p",[e._v(" "+e._s(n.statusTxt)+" ")])]}}])}),t("el-table-column",{attrs:{label:"打开",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(2===t.isRead?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"链接点击",width:"80",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isClick?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"回复",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isReply?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"退回",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[1===n.isReject&&n.message?t("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[t("span",{attrs:{slot:"content"},slot:"content"},[e._v(e._s(n.message))]),0===n.isReject&&n.message?t("p",[e._v(" 否 ")]):e._e()]):e._e(),t("p",[e._v(" "+e._s(1===n.isReject?"是":"否"))])]}}])}),t("el-table-column",{attrs:{label:"退订",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isUnsub?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"垃圾邮件投诉","min-width":"110",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isSpam?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"操作",width:"130",align:"center",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"table-tool"},[t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){return e.skipDetail(n.id)}}},[e._v(" 查看 ")]),t("div",{staticClass:"table-tool-btn-split"}),0===n.aiReply?t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){e.ai_reply_id=n.id,e.aiReplyContent="",e.isShowAi=!0}}},[e._v(" AI回复 ")]):e._e(),1===n.aiReply?t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){e.ai_reply_id=n.id,e.getAiReplyData(n.id)}}},[e._v(" 查看回复 ")]):e._e()])]}}])})],1)],1),t("div",{staticClass:"table-foot"},[t("el-pagination",{attrs:{"current-page":e.searchForm.page,total:e.tableTotal,"page-size":e.searchForm.page_size,background:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1),e.isShowAi?t("editor",{attrs:{ai_reply_id:e.ai_reply_id,"ai-reply-content":e.aiReplyContent},on:{init:e.initPageData,close:e.close}}):e._e()],1)},LBe=[],zBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"mask"},[t("div",{staticClass:"main"},[t("div",{staticClass:"head"},[t("h1",[e._v("AI回复")]),t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.close}})]),t("div",{staticClass:"body"},[t("div",{staticClass:"editor-main mb24"},[t("Toolbar",{attrs:{editor:e.editor,"default-config":e.toolbarConfig}}),t("Editor",{staticStyle:{height:"376px","overflow-y":"hidden"},attrs:{"default-config":e.editorConfig},on:{onCreated:e.onCreated},model:{value:e.content,callback:function(t){e.content=t},expression:"content"}})],1),t("button",{staticClass:"btn",attrs:{disabled:e.isSending},on:{click:e.getContent}},[e.isSending?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" 发 送 ")])])])])},VBe=[],HBe={name:"edm-editor",components:{Toolbar:dTe,Editor:uTe},props:{ai_reply_id:{default:0,type:Number},aiReplyContent:{default:"",type:String}},data(){return{editor:null,content:"",isSending:!1,toolbarConfig:{excludeKeys:["blockquote","|","fullScreen","codeBlock","group-video"]},editorConfig:{MENU_CONF:{uploadImage:{server:"/upload/file",async customUpload(e,t){const n=new FormData;n.append("file",e),uploadFile(n).then((e=>{t(e.url)}))}}}}}},methods:{onCreated(e){this.editor=Object.seal(e),this.aiReplyContent&&this.editor.setHtml(this.aiReplyContent)},getContent(){this.editor.isEmpty()?this.$message({type:"warning",message:"请输入邮件正文内容"}):this.aiReplyContent?this.updateAiReply():this.createAiReply()},createAiReply(){const e={replyId:this.ai_reply_id,content:this.editor.getHtml()};this.isSending=!0,GFe(e).then((e=>{this.isSending=!1,"0"===e.code?(this.close(),this.$emit("init"),this.$message({type:"success",message:"发送成功"})):this.$message({type:"warning",message:"发送失败"})}))},updateAiReply(){const e={replyId:this.ai_reply_id,content:this.editor.getHtml()};this.isSending=!0,GFe(e).then((e=>{this.isSending=!1,"0"===e.code?(this.close(),this.$emit("init"),this.$message({type:"success",message:"发送成功"})):this.$message({type:"warning",message:"发送失败"})}))},close(){this.$emit("close",!1)}}},UBe=HBe,WBe=Ba(UBe,zBe,VBe,!1,null,"16051201",null),qBe=WBe.exports,YBe={name:"edm-sendPage",components:{Editor:qBe},data(){return{btnloading:!1,searchForm:{send_time:Rs(7),sender_account:"",company_name:"",recipient_name:"",content:"",commit_status:"",send_status:"",read_status:"",click_link_status:"",reply_status:"",return_status:"",unsubscribe_status:"",spam_complaints_status:"",page:1,page_size:10},tableData:[],tableTotal:0,isShrink:!1,loading:!1,isShowAi:!1,ai_reply_id:"",aiReplyContent:""}},mounted(){this.initPageData()},methods:{initPageData(){const e={startTime:this.searchForm.send_time?this.searchForm.send_time[0]+" 00:00:00":"",endTime:this.searchForm.send_time?this.searchForm.send_time[1]+" 23:59:59":"",mobile:this.searchForm.sender_account,companyName:this.searchForm.company_name,addressee:this.searchForm.recipient_name,content:this.searchForm.content,status:this.searchForm.send_status,isRead:this.searchForm.read_status,isClick:this.searchForm.click_link_status,isReply:this.searchForm.reply_status,isReject:this.searchForm.return_status,isUnsub:this.searchForm.unsubscribe_status,isSpam:this.searchForm.spam_complaints_status,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.loading=!0,VFe(e).then((e=>{this.loading=!1,e&&(e.data.rows.map((e=>{let t=e.status;switch(t){case 0:e.statusTxt="待发送";break;case 1:e.statusTxt="发送成功";break;case 2:e.statusTxt="发送失败";break;case 3:e.statusTxt="待审核";break;case 5:e.statusTxt="驳回";break;default:break}})),this.tableData=e.data.rows,this.tableTotal=e.data.total)}))},down(){const e={startTime:this.searchForm.send_time?this.searchForm.send_time[0]+" 00:00:00":"",endTime:this.searchForm.send_time?this.searchForm.send_time[1]+" 23:59:59":"",mobile:this.searchForm.sender_account,companyName:this.searchForm.company_name,addressee:this.searchForm.recipient_name,content:this.searchForm.content,status:this.searchForm.send_status,isRead:this.searchForm.read_status,isClick:this.searchForm.click_link_status,isReply:this.searchForm.reply_status,isReject:this.searchForm.return_status,isUnsub:this.searchForm.unsubscribe_status,isSpam:this.searchForm.spam_complaints_status,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.btnloading=!0,XFe(e).then((e=>{if(e){const t=document.createElement("a");let n=new Blob([e],{type:"application/x-download"});t.style.display="none",t.href=URL.createObjectURL(n);let i=js();t.setAttribute("download",`发信数据-${i}.xlsx`),document.body.appendChild(t),t.click(),document.body.removeChild(t),window.URL.revokeObjectURL(t.href),this.btnloading=!1}}))},changePage(e){this.searchForm.page=e,this.initPageData()},getAiReplyData(e){YFe(e).then((e=>{"0"===e.code&&(this.aiReplyContent=e.data.content,this.isShowAi=!0)}))},close(){this.isShowAi=!1},skipBlogDetail(e){if(e&&""!==e){const t=this.$router.resolve({path:"/blogDetail",query:{id:e}});window.open(t.href,"_blank")}},skipDetail(e){const t=this.$router.resolve({path:"/sendDetail",query:{id:e}});window.open(t.href,"_blank")},reset(){this.searchForm.send_time=Rs(7),this.searchForm.sender_account="",this.searchForm.company_name="",this.searchForm.recipient_name="",this.searchForm.content="",this.searchForm.commit_status="",this.searchForm.send_status="",this.searchForm.read_status="",this.searchForm.click_link_status="",this.searchForm.reply_status="",this.searchForm.return_status="",this.searchForm.unsubscribe_status="",this.searchForm.spam_complaints_status=""},shrinkSearch(){this.isShrink=!this.isShrink},filterHtmlTag(e){return e?(e=e.replace(/<\/?.+?\/?>/g,""),e):"-"},tableHeadClass({columnIndex:e}){return 0===e?"table-main-head-left":15===e?"table-main-head-right":"table-main-head"},tableCellClass(){return"table-main-cell"}}},GBe=YBe,KBe=Ba(GBe,jBe,LBe,!1,null,"5fecc8a6",null),XBe=KBe.exports,ZBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"table-container"},[t("div",{staticClass:"grid grid-cols-3 mb8"},[t("div",{staticClass:"search-item mr40"},[t("span",[e._v("收信时间:")]),t("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":" ","start-placeholder":"开始","end-placeholder":"结束"},model:{value:e.searchForm.recipient_time,callback:function(t){e.$set(e.searchForm,"recipient_time",t)},expression:"searchForm.recipient_time"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("发件人:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.sender_name,callback:function(t){e.$set(e.searchForm,"sender_name",t)},expression:"searchForm.sender_name"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("收件账号:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.recipient_account,callback:function(t){e.$set(e.searchForm,"recipient_account",t)},expression:"searchForm.recipient_account"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("收件姓名:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.recipient_name,callback:function(t){e.$set(e.searchForm,"recipient_name",t)},expression:"searchForm.recipient_name"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("公司名称:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.company_name,callback:function(t){e.$set(e.searchForm,"company_name",t)},expression:"searchForm.company_name"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("正文检索:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.content,callback:function(t){e.$set(e.searchForm,"content",t)},expression:"searchForm.content"}})],1),t("div",{staticClass:"search-item col-span-3"},[t("button",{staticClass:"search-btn search-btn-face mr16",on:{click:function(t){e.searchForm.page=1,e.initPageData()}}},[e._v(" 查 询 ")]),t("el-button",{staticClass:"cutom-btnLoading",attrs:{type:"primary",loading:e.btnloading},on:{click:function(t){return e.down()}}},[e._v(e._s(this.btnloading?"下载中":"下载"))]),t("button",{staticClass:"search-btn search-btn-linear mr24",on:{click:e.reset}},[e._v(" 重 置 ")])],1)]),t("div",{staticClass:"table-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.tableData,"header-cell-class-name":e.tableHeadClass,"cell-class-name":e.tableCellClass,height:"700px",border:""}},[t("el-table-column",{attrs:{prop:"gmtCreate",label:"收件时间",width:"110","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"nameAddresser",label:"发件人",width:"110","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"usernameMobile",label:"收件人",width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"nickName",label:"姓名",width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"companyName",label:"公司",width:"90","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"subject",label:"主题",width:"150","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{label:"正文","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(e.filterHtmlTag(t.contents))+" ")]}}])}),t("el-table-column",{attrs:{label:"已读未读",width:"150",align:"center","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isRead?e.$t("edm5.v46"):e.$t("edm5.v47"))+" ")]}}])}),t("el-table-column",{attrs:{label:"操作",width:"130",align:"center",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"table-tool"},[t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){return e.skipDetail(n)}}},[e._v(" 查看 ")])])]}}])})],1)],1),t("div",{staticClass:"table-foot"},[t("el-pagination",{attrs:{"current-page":e.searchForm.page,total:e.tableTotal,"page-size":e.searchForm.page_size,background:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1)])},JBe=[],QBe={name:"edm-receivePage",data(){return{btnloading:!1,searchForm:{recipient_time:Rs(7),sender_name:"",recipient_account:"",recipient_name:"",company_name:"",content:"",page:1,page_size:10},tableData:[],tableTotal:0,loading:!1}},mounted(){this.initPageData()},methods:{initPageData(){const e={startTime:this.searchForm.recipient_time?this.searchForm.recipient_time[0]+" 00:00:00":"",endTime:this.searchForm.recipient_time?this.searchForm.recipient_time[1]+" 23:59:59":"",sender:this.searchForm.sender_name,usernameMobile:this.searchForm.recipient_account,nickName:this.searchForm.recipient_name,companyName:this.searchForm.company_name,content:this.searchForm.content,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.loading=!0,HFe(e).then((e=>{this.loading=!1,"0"===e.code&&(this.tableData=e.data.rows,this.tableTotal=e.data.total)}))},down(){const e={startTime:this.searchForm.recipient_time?this.searchForm.recipient_time[0]+" 00:00:00":"",endTime:this.searchForm.recipient_time?this.searchForm.recipient_time[1]+" 23:59:59":"",sender:this.searchForm.sender_name,usernameMobile:this.searchForm.recipient_account,nickName:this.searchForm.recipient_name,companyName:this.searchForm.company_name,content:this.searchForm.content,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.btnloading=!0,KFe(e).then((e=>{if(e){const t=document.createElement("a");let n=new Blob([e],{type:"application/x-download"});t.style.display="none",t.href=URL.createObjectURL(n);let i=js();t.setAttribute("download",`收信数据-${i}.xlsx`),document.body.appendChild(t),t.click(),document.body.removeChild(t),window.URL.revokeObjectURL(t.href),this.btnloading=!1}}))},changePage(e){this.searchForm.page=e,this.initPageData()},skipDetail(e){const t=this.$router.resolve({path:"/receiveDetail",query:{id:e.id,chatId:e.chatId}});window.open(t.href,"_blank")},reset(){this.searchForm.recipient_time=Rs(7),this.searchForm.sender_name="",this.searchForm.recipient_account="",this.searchForm.recipient_name="",this.searchForm.company_name="",this.searchForm.content=""},filterHtmlTag(e){return e?(e=e.replace(/<\/?.+?\/?>/g,""),e):"-"},tableHeadClass({columnIndex:e}){return 0===e?"table-main-head-left":8===e?"table-main-head-right":"table-main-head"},tableCellClass(){return"table-main-cell"}}},eMe=QBe,tMe=Ba(eMe,ZBe,JBe,!1,null,"4410779a",null),nMe=tMe.exports,iMe={name:"edm-maildata",components:{breadCrumb:PBe,sideMenu:RBe,SendData:XBe,ReceiveData:nMe},data(){return{menuData:["发信数据","收信数据"],menuActiveIndex:localStorage.getItem("edmMenuIndex")?1*localStorage.getItem("edmMenuIndex"):0}},methods:{selectMenu(e){this.menuActiveIndex=e,localStorage.setItem("edmMenuIndex",e)}}},rMe=iMe,oMe=Ba(rMe,xBe,SBe,!1,null,"8922b0e2",null),aMe=oMe.exports,sMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("div",{staticClass:"bread mb24"},[t("el-breadcrumb",{attrs:{separator:"/"}},[t("el-breadcrumb-item",[e._v("EDM")]),t("el-breadcrumb-item",{attrs:{to:{path:e.goBackUrl}}},[e._v(" 邮件数据 ")]),t("el-breadcrumb-item",[e._v("发信详情")])],1)],1),t("div",{staticClass:"main"},[t("div",{staticClass:"head mb24"},[e._v(" 发信箱 ")]),0!==e.mailData.length?t("div",{staticClass:"body"},[t("h1",{staticClass:"beyond_eip mb32"},[e._v(" "+e._s(e.mailData.subject)+" ")]),t("div",{staticClass:"mail-head mb24"},[t("el-image",{staticClass:"mail-avatar",attrs:{src:i(3690),fit:"cover"}}),t("div",{staticClass:"mail-roster"},[t("h3",[e._v(e._s(e.mailData.nickName))]),t("div",{staticClass:"mail-to"},[t("span",[e._v("发送至:")]),t("p",[e._v(e._s(e.mailData.bloggerNames))])])]),t("span",{staticClass:"mail-date"},[e._v(" "+e._s(e.mailData.gmtCreate)+" ")])],1),e.mailData.attachmentRes?t("div",[e.mailData.attachmentRes.length?t("attachment-list",{attrs:{file:e.mailData.attachmentRes}}):e._e()],1):e._e(),t("div",{staticClass:"mail-main",domProps:{innerHTML:e._s(e.filterBaseTag(e.mailData.content))}})]):e._e()])])},lMe=[],cMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"file-list grid grid-cols-4 mb16"},[e._l(e.handleShowFile(),(function(n,i){return t("div",{key:i,staticClass:"file-item mb8"},[t("i",{staticClass:"dss-iconfont icon-file-4 mr8"}),t("h3",{staticClass:"beyond_eip mr8"},[e._v(" "+e._s(n.name)+" ")]),t("a",{on:{click:function(t){return e.downFile(n)}}},[t("i",{staticClass:"dss-iconfont icon-download"})])])})),t("div",{staticClass:"file-action col-span-4 mb8"},[e.file.length>4?t("button",{staticClass:"file-btn mr12",on:{click:function(t){e.isShrink=!e.isShrink}}},[t("i",{staticClass:"dss-iconfont icon-arrow-down mr4",style:e.isShrink?"":"transform: rotate(180deg);"}),t("p",[e._v(" "+e._s(e.isShrink?`${e.$i18n.t("outboxDetail.show_all")}`+(e.file.length-4)+`${e.$i18n.t("outboxDetail.file_num")}`:`${e.$i18n.t("outboxDetail.retract")}`)+" ")])]):e._e(),t("button",{staticClass:"file-btn mr12",on:{click:e.downloadAll}},[t("p",{staticClass:"mr4"},[e._v(e._s(e.$i18n.t("outboxDetail.down_all"))+":")]),t("i",{staticClass:"dss-iconfont icon-download"})])])],2)},uMe=[],dMe={props:{file:{default:()=>[],type:Array}},data(){return{isShrink:!0}},methods:{downFile(e){Vs(e.link,e.name)},downloadAll(){this.file.forEach((e=>{Vs(e.link,e.name)}))},handleShowFile(){const e=JSON.parse(JSON.stringify(this.file));return this.isShrink?e.slice(0,4):e}}},hMe=dMe,pMe=Ba(hMe,cMe,uMe,!1,null,"1d8b2830",null),fMe=pMe.exports,mMe={name:"edm-send",components:{AttachmentList:fMe},props:{goBackUrl:{type:String,default:"/edmManage/mailData"}},data(){return{id:1*this.$route.query.id,mailData:[]}},created(){this.initPageData()},methods:{initPageData(){qFe(this.id).then((e=>{e&&(this.mailData=e.data)}))},filterBaseTag(e){if(e)return e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/\r\n/g,"<br />"),e=e.replace(/ツ?/g,""),e=e.replace(/<base.*?(?:>|\/>)/gi,""),e}}},gMe=mMe,vMe=Ba(gMe,sMe,lMe,!1,null,"58a17d30",null),yMe=vMe.exports,bMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("div",{staticClass:"bread mb24"},[t("el-breadcrumb",{attrs:{separator:"/"}},[t("el-breadcrumb-item",[e._v("EDM")]),t("el-breadcrumb-item",{attrs:{to:{path:e.goBackUrl}}},[e._v(" 邮件数据 ")]),t("el-breadcrumb-item",[e._v("收信详情")])],1)],1),t("div",{staticClass:"main"},[t("div",{staticClass:"head mb24"},[e._v(" 收信箱 ")]),t("div",{staticClass:"body"},[0!==e.mailData.length?t("h1",{staticClass:"beyond_eip mb32"},[e._v(" "+e._s(e.mailData[0].subject)+" ")]):e._e(),e._l(e.mailData,(function(n,i){return t("div",{key:i,staticClass:"mb24"},[t("div",{staticClass:"mail-head mb24",on:{click:function(t){return e.spreadMain(n.id)}}},[t("el-image",{staticClass:"mail-avatar",attrs:{src:n.bloggerAvatar,fit:"cover"}}),t("div",{staticClass:"mail-roster"},[t("h3",[e._v(e._s(1===n.type?n.bloggerName:n.userName))]),t("div",{staticClass:"mail-to"},[t("span",[e._v("发送至:")]),t("p",[e._v(e._s(1===n.type?n.userName:n.bloggerName))])])]),t("span",{staticClass:"mail-date"},[e._v(" "+e._s(n.createTime)+" ")])],1),e.spreadId===n.id?t("div",[n.attachment?t("div",[n.attachment.length?t("attachment-list",{attrs:{file:n.attachment}}):e._e()],1):e._e()]):e._e(),e.spreadId===n.id?t("div",{staticClass:"mail-main",domProps:{innerHTML:e._s(e.filterBaseTag(n.content))}}):e._e()])}))],2)])])},wMe=[],_Me={name:"edm-receive",components:{AttachmentList:fMe},props:{goBackUrl:{type:String,default:"/edmManage/mailData"}},data(){return{id:this.$route.query.id,chatId:this.$route.query.chatId,spreadId:this.$route.query.id,mailData:[]}},created(){this.initPageData()},methods:{initPageData(){this.chatId?UFe(this.chatId).then((e=>{"0"===e.code&&(this.mailData=e.data)})):WFe(this.id).then((e=>{"0"===e.code&&this.mailData.push(e.data)}))},spreadMain(e){e!==this.spreadId?this.spreadId=e:this.spreadId=-1},handleAvatar(e,t){return 1===e?"":2===e&&t?t:""},filterBaseTag(e){if(e)return e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/\r\n/g,"<br />"),e=e.replace(/ツ?/g,""),e=e.replace(/<base.*?(?:>|\/>)/gi,""),e}}},CMe=_Me,xMe=Ba(CMe,bMe,wMe,!1,null,"7a1abb1c",null),SMe=xMe.exports,kMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"recipient-container"},[t("div",{staticClass:"recipient-box"},[t("div",{staticClass:"recipient-header"},[t("div",{staticClass:"header-left"},[e._v(e._s(e.$t("edm2.mailEn23")))]),t("div",{staticClass:"header-right"},[t("div",{staticClass:"add-recipient",on:{click:e.addRecipient}},[t("i",{staticClass:"dss-iconfont icon-add1"}),e._v(e._s(e.$t("edm2.mailEn24"))+" ")]),t("div",{staticClass:"remove-recipient",on:{click:e.removeRecipient}},[t("i",{staticClass:"dss-iconfont icon-remove"}),e._v(e._s(e.removeText)+" ")]),t("div",{staticClass:"next-btn"},[t("el-button",{on:{click:e.cancel}},[e._v(e._s(e.$t("common.cancle")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.nextStep}},[e._v(" "+e._s(e.$t("edm2.mailEn25"))+" ")])],1)])]),t("div",{staticClass:"recipient-table"},[t("WTable",{ref:"mailTable",attrs:{"row-key":"id",tableConfig:{selection:e.tableConfigSelection,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableDataShow[e.tableDataShowIndex],height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,total:e.allTableData.length,isRecipientList:!0,tableConfigSelection:e.tableConfigSelection,countRecipient:e.allTableData.length,validRecipient:e.validRecipient,layout:"total, prev, pager, next, jumper"},on:{handleBtnClick:e.confirmRemoveRecipient,changeCurrent:e.tableChangeCurrent},scopedSlots:e._u([{key:"blogger",fn:function({data:n}){return[t("BloggerColumn",{attrs:{bloggerAvatar:n.scope.bloggerAvatar,bloggerName:n.scope.bloggerName,bloggerUsername:n.scope.bloggerUsername,bloggerId:n.scope.bloggerId,platform:n.scope.platform,bloggerInfo:n.scope},on:{toBloggerDeatil:e.toBloggerDeatil}})]}},{key:"platform",fn:function({data:n}){return["youtube"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png"}}):e._e(),"tiktok"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png"}}):e._e(),"instagram"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png"}}):e._e()]}}])})],1)]),e.isShowRepeatDrawer?t("repeat-recipient",{attrs:{isShowDrawer:e.isShowRepeatDrawer,repeatRecipientData:e.repeatRecipientData},on:{closeRecipientDrawer:e.closeRecipientDrawer,confirmRepeatRecipient:e.confirmRepeatRecipient}}):e._e()],1)},EMe=[],DMe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$t("edm2.mailEn31"),visible:e.isShowDrawer,size:"560px","append-to-body":!0},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeRecipientDrawer}},[t("p",{staticClass:"tips"},[e._v(e._s(e.$t("edm2.mailEn32")))]),e._l(e.repeatArr,(function(n,i){return t("div",{key:i,staticClass:"repeat-item"},[t("div",{staticClass:"blogger-info"},[t("div",{staticClass:"info-left"},[t("div",{staticClass:"avatar"},[t("el-image",{attrs:{src:n.bloggerAvatar}})],1),t("div",{staticClass:"username"},[e._v(e._s(n.bloggerName))]),null!==n.country?t("div",{staticClass:"country"},[t("i",{staticClass:"dss-iconfont icon-dss-weizhi"}),e._v(e._s(n.country)+" ")]):e._e(),t("div",{staticClass:"platform"},[t("el-image",{attrs:{src:"youtube"==n.platform?"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png":"tiktok"==n.platform?"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png":"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png"}})],1)]),t("div",{staticClass:"info-right"},[t("div",{staticClass:"right-top"},[e._v(e._s(e._f("numFormat")(n.fansNum)))]),t("div",{staticClass:"right-bottom"},[e._v(e._s(e.$t("writeMail.fans_num")))])])]),t("WTable",{attrs:{height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,tableColumnConfig:e.tableColumnConfig,tableData:n.repeatTableData,total:n.repeatTableData.length,layout:"total"},scopedSlots:e._u([{key:"radio",fn:function({data:i}){return[t("el-radio",{attrs:{label:i.scope.id},on:{input:function(t){return e.changeRadio(t,n.bloggerId)}},model:{value:n.radio,callback:function(t){e.$set(n,"radio",t)},expression:"item.radio"}},[t("span")])]}}],null,!0)})],1)})),t("div",{staticClass:"btns"},[t("el-button",{on:{click:e.cancelRepeatRecipient}},[e._v(" "+e._s(e.$t("common.cancle"))+" ")]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmRepeatRecipient}},[e._v(" "+e._s(e.$t("inboxTable.confirm"))+" ")])],1)],2)},AMe=[],OMe={components:{WTable:JIe},props:{isShowDrawer:{type:Boolean,default:!1},repeatRecipientData:{type:Array,default:()=>[]}},data(){return{repeatArr:this.repeatRecipientData,tableHeight:256,loading:!1,tableColumnConfig:[{label:"",scope:"radio"},{label:Vc.$t("inboxDetail.planVal"),prop:"popularizePlanName",showOverflowTooltip:!0},{label:Vc.$t("edm2.mailEn26"),prop:"chooseSourceStr"}],tableData:[],tableTotal:0,radio:"",selectedRepeatIds:[]}},methods:{changeRadio(e,t){let n={id:e,bloggerId:t};this.selectedRepeatIds.some((e=>e.bloggerId===n.bloggerId))||this.selectedRepeatIds.push(n),this.selectedRepeatIds=this.selectedRepeatIds.map((e=>e.bloggerId===n.bloggerId?n:e))},closeRecipientDrawer(){this.$emit("closeRecipientDrawer")},cancelRepeatRecipient(){this.closeRecipientDrawer()},confirmRepeatRecipient(){this.$emit("confirmRepeatRecipient",this.selectedRepeatIds)}}},TMe=OMe,IMe=Ba(TMe,DMe,AMe,!1,null,"606cf912",null),PMe=IMe.exports,FMe={name:"recipientList",components:{WTable:JIe,BloggerColumn:eBe,repeatRecipient:PMe},props:{allTableData:{type:Array,default:()=>[]}},data(){return{tableColumnConfig:[{label:"",scope:"blogger"},{label:Vc.t("edm2.mailEn17"),prop:"country"},{label:Vc.t("edm2.mailEn18"),scope:"platform"},{label:Vc.t("writeMail.fans_num"),prop:"fansNum",format:"numFormat"},{label:Vc.t("inboxDetail.planVal"),prop:"popularizePlanName",showOverflowTooltip:!0},{label:Vc.t("edm2.mailEn26"),prop:"chooseSourceStr",showOverflowTooltip:!0}],tableDataShow:[],tableDataShowIndex:0,loading:!1,total:0,tableHeight:Ws(200),searchForm:{currentPage:1,pageSize:20},removeText:Vc.t("edm2.mailEn27"),tableConfigSelection:!1,isShowRepeatDrawer:!1,repeatRecipientData:[],resultRecipientData:[],validRecipient:0,countRecipient:0,isShowSave:!1,draftEmails:[],hasNotice:!1}},watch:{allTableData:{deep:!0,handler(e){0!==e.length&&this.getValidReceiver(),this.tableDataShow=[];let t=JSON.parse(JSON.stringify(e));if(e.length>20){let n=Math.floor(e.length/20);for(let e=0;e<n;e++)this.tableDataShow[e]=t.splice(0,20);this.tableDataShow.push([...t])}else this.tableDataShow[0]=e},immediate:!0}},created(){this.init()},methods:{toBloggerDeatil(e){this.$emit("toBloggerDeatil",e)},filterHtmlTag(e){return e&&(e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<[^>]+>|&[^>]+;/g,""),e=e.replace(new RegExp(" ","g"),""),e=e.replace(new RegExp("\n","g"),""),e=e.replace(new RegExp(" ","g"),"")),null==e||""==e||void 0==e},getValidReceiver(){let e=Ns(this.allTableData,"bloggerId");P$e({bloggerIds:e}).then((e=>{"0"===e.code?this.validRecipient=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},init(){this.tableDataShowIndex=0,this.$refs["mailTable"]&&(this.$refs["mailTable"].pageNum=1)},tableChangeCurrent({pageNum:e}){this.tableDataShowIndex=e-1},removeRecipient(){this.removeText=this.removeText==this.$t("edm2.mailEn27")?this.$t("edm2.mailEn28"):this.$t("edm2.mailEn27"),this.tableConfigSelection=this.removeText==this.$t("edm2.mailEn28"),this.$refs.mailTable.$refs.xTable.clearSelection()},addRecipient(){this.$emit("addRecipient")},confirmRemoveRecipient(e,t){this.$refs.mailTable.$refs.xTable.clearSelection(),this.init(),this.$emit("confirmRemoveRecipient",t)},cancel(){this.allTableData.length>500?this.$confirm(this.$t("edm5.v247"),"",{showCancelButton:!1,confirmButtonText:this.$t("edm5.v248")}):this.$route.query.draftId?this.getDraftDetail():0==this.allTableData.length?(this.$router.push("/outbox"),localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData")):(this.isShowSave=!0,this.remindSave())},async getDraftDetail(){try{const e=await Zd(this.$route.query.draftId);if("0"===e.code){this.draftEmails=e.data.map((e=>({id:e.writeEmailId,subject:e.subject,content:e.content,attachments:e.attachmentRes||[]})));const t=this.draftEmails.every((e=>!e.subject)),n=this.draftEmails.every((e=>this.filterHtmlTag(e.content))),i=this.draftEmails.every((e=>e.attachments&&0==e.attachments.length));console.log(t,n,i),0==this.allTableData.length&&t&&n&&i?this.$router.push("/outbox"):(this.isShowSave=!0,this.remindSave())}else this.$message({type:"error",message:e.message,customClass:"custom-message"})}catch(ul){console.log(ul)}},async saveDraft(){if(0!==this.allTableData.length){let e=await this.getBloggerMail(this.allTableData);if(0!==e.length){e.length<this.allTableData.length&&(this.hasNotice=!0);let t=[];e.forEach((e=>{let n=this.allTableData.find((t=>t.bloggerId===e.id));n&&t.push(n)}));const n=t.map((e=>({bloggerId:e.bloggerId,chooseSource:e.chooseSource||void 0,popularizePlanId:e.popularizePlanId||void 0,popularizePlanName:e.popularizePlanName||void 0}))),i={id:this.$route.query.draftId?this.$route.query.draftId:"",emails:this.$route.query.draftId?this.draftEmails:[],bloggerInfos:n,type:1==this.$route.query.isTiming?2:99,timing:1==this.$route.query.isTiming?this.$route.query.rowTime:void 0,replyId:void 0,sendEntryKey:"outbox-cancle",writeIds:[]};try{const e=await Pd(i);"0"===e.code?(this.hasNotice&&this.$message({type:"warning",message:this.$t("edm5.v249"),customClass:"custom-message",duration:2e3}),this.$router.push("/outbox"),localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData")):this.$message({type:"error",message:e.message,customClass:"custom-message"})}catch(ul){return console.log(ul),!1}}}else{const e=[],t={id:this.$route.query.draftId?this.$route.query.draftId:"",emails:this.$route.query.draftId?this.draftEmails:[],bloggerInfos:e,type:1==this.$route.query.isTiming?2:99,timing:1==this.$route.query.isTiming?this.$route.query.rowTime:void 0,replyId:void 0,sendEntryKey:"outbox-cancle",writeIds:[]};try{const e=await Pd(t);"0"===e.code?(this.$router.push("/outbox"),localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData")):this.$message({type:"error",message:e.message,customClass:"custom-message"})}catch(ul){return console.log(ul),!1}}},remindSave(){if(this.isShowSave){const e=confirm(`${this.$i18n.t("writeMail.save_draft_tip")}`);e&&this.saveDraft(!0)}},nextStep(){this.$emit("confirmToWritePage")},closeRecipientDrawer(){this.isShowRepeatDrawer=!1},confirmRepeatRecipient(e){0==e.length?this.$confirm(this.$t("edm2.mailEn29"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning",customClass:"custom-confirm"}).then((()=>{const e=new Set(this.repeatRecipientData.map((e=>e.bloggerId)));this.resultRecipientData=this.allTableData.filter((t=>!e.has(t.bloggerId))),this.$emit("confirmToWritePage",this.resultRecipientData)})).catch((()=>{console.log("取消操作")})):e.length<this.repeatRecipientData.length?this.$confirm(this.$t("edm2.mailEn29"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning",customClass:"custom-confirm"}).then((()=>{const t=new Set(e.map((e=>e.bloggerId))),n=this.repeatRecipientData.filter((e=>!t.has(e.bloggerId))),i=(this.repeatRecipientData.filter((e=>t.has(e.bloggerId))),new Set(n.map((e=>e.bloggerId)))),r=this.allTableData.filter((e=>!i.has(e.bloggerId))),o=new Map(e.map((e=>[e.bloggerId,e.id])));this.resultRecipientData=r.filter((e=>{const t=o.get(e.bloggerId);return!t||e.id===t})),this.$emit("confirmToWritePage",this.resultRecipientData)})).catch((()=>{console.log("取消操作")})):e.length==this.repeatRecipientData.length&&this.$confirm(this.$t("edm2.mailEn30"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning",customClass:"custom-confirm"}).then((()=>{const t=new Map(e.map((e=>[e.bloggerId,e.id])));this.resultRecipientData=this.allTableData.filter((e=>{const n=t.get(e.bloggerId);return!n||e.id===n})),this.$emit("confirmToWritePage",this.resultRecipientData)})).catch((()=>{console.log("取消操作")}))},excludeMatchingBloggerId(e,t){const n=new Map(e.map((e=>[e.bloggerId,e.id])));return t.filter((e=>n.get(e.bloggerId)===e.id))},async getBloggerMail(e){let t=[],n=Ns(e,"bloggerId");return await Ld({code:"checkBloggerhasEmail",data:{param:{bloggerIds:n}}}).then((n=>{if("0"===n.code){if(0===n.data.length)return void this.$message({type:"warning",message:this.$t("edm5.v251"),customClass:"custom-message"});if(n.data.length<e.length){let i=[];e.forEach((e=>{n.data.forEach((t=>{e.bloggerId===t.blogId&&i.push(e)}))})),i.forEach((e=>{t.push({id:e.bloggerId,name:e.bloggerName})}))}else e.length===n.data.length&&e.forEach((e=>{t.push({id:e.bloggerId,name:e.bloggerName})}))}})),t}}},$Me=FMe,BMe=Ba($Me,kMe,EMe,!1,null,"40cd6474",null),MMe=BMe.exports,NMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"bind-help"},[t("div",{staticClass:"box-main"},[t("div",{staticClass:"title1"},[e._v(e._s(e.$t("edm5.v137")))]),t("div",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v138"))+" ")]),t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v139")))]),t("div",{staticClass:"content"},[t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v140"))+" ")]),t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v141"))+" ")]),t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v142"))+" ")]),t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v143"))+" ")])]),t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v144")))]),t("div",{staticClass:"content"},[t("p",{staticClass:"methods"},[e._v(" "+e._s(e.$t("edm5.v145"))+" ")]),e._m(0),t("p",{staticClass:"methods"},[e._v(" "+e._s(e.$t("edm5.v146")))]),t("p",{staticStyle:{"font-weight":"500","margin-top":"6px"}},[e._v(e._s(e.$t("edm5.v147")))]),e._m(1),t("p",{staticStyle:{"font-weight":"500","margin-top":"6px"}},[e._v(" "+e._s(e.$t("edm5.v148"))+" ")]),e._m(2),e._m(3),t("p",{staticStyle:{"font-weight":"500","margin-top":"6px"}},[e._v(" "+e._s(e.$t("edm5.v149"))+" ")]),e._m(4),e._m(5)]),t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v150")))]),t("div",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v151"))+" ")]),t("div",{staticClass:"rule-table"},[t("el-table",{staticClass:"bind-rule-table",staticStyle:{width:"100%"},attrs:{border:"",data:e.tableData}},[t("el-table-column",{attrs:{width:"140",align:"center",prop:"name",label:e.$t("edm5.v152")}}),t("el-table-column",{attrs:{width:"168",align:"center",prop:"smtp",label:e.$t("edm5.v153")}}),t("el-table-column",{attrs:{width:"160",align:"center",prop:"isNeedAuth",label:e.$t("edm5.v154")}}),t("el-table-column",{attrs:{align:"left",prop:"value",label:e.$t("edm5.v155")},scopedSlots:e._u([{key:"default",fn:function(n){return[t("div",{staticClass:"help-content",domProps:{innerHTML:e._s(n.row.helps)}})]}}])}),t("el-table-column",{attrs:{align:"left",prop:"value",label:e.$t("edm5.v156")},scopedSlots:e._u([{key:"default",fn:function(n){return[e._l(n.row.rules.rule,(function(n){return t("p",{key:n,staticClass:"rule-item"},[e._v(" "+e._s(n)+" ")])})),t("p",[t("a",{staticClass:"r-link",attrs:{href:n.row.rules.link,target:"_blank"}},[e._v(e._s(e.$t("edm5.v157")))])])]}}])})],1)],1),t("div",{staticClass:"other-tip"},[t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v158")))]),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v159")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v160"))+" ")]),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v161")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v162"))+" ")]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v163"))+" ")]),t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/email-rule.png",alt:""}}),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v164")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v165"))+" ")]),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v166")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v167"))+" ")])])])])},RMe=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-1.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-2.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-3.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-4.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-5.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-6.png",alt:""}})])}],jMe={name:"bind-help",data(){return{tableData:[{name:this.$t("edm5.v168"),smtp:"smtp.qiye.aliyun.com",isNeedAuth:this.$t("edm5.v49"),helps:`<p>\n <a class="r-link" href="https://help.aliyun.com/document_detail/606337.html" target="_blank">${this.$t("edm5.v172")}</a>\n <a class="r-link" href="https://help.aliyun.com/document_detail/36576.html" target="_blank">${this.$t("edm5.v173")}</a>\n </p>`,rules:{rule:[this.$t("edm5.v169"),this.$t("edm5.v170")],link:"https://help.aliyun.com/document_detail/439236.html"}},{name:this.$t("edm5.v171"),smtp:"smtp.exmail.qq.com",isNeedAuth:this.$t("edm5.v48"),helps:`<p>\n <a class="r-link" href="https://open.work.weixin.qq.com/help2/pc/19886?person_id=1&subtype=1&id=20095&no=1001570" target="_blank">${this.$t("edm5.v174")}</a>\n <a class="r-link" href="https://open.work.weixin.qq.com/help2/pc/19902?person_id=0" target="_blank">${this.$t("edm5.v175")}</a>\n </p>`,rules:{rule:[this.$t("edm5.v176"),this.$t("edm5.v177"),this.$t("edm5.v178")],link:"https://www.qqeml.com/exmail-help-rese/item/39-72"}},{name:this.$t("edm5.v179"),smtp:"smtp.qq.com",isNeedAuth:this.$t("edm5.v48"),helps:`<p>\n <a class="r-link" href="https://service.mail.qq.com/detail/0/75" target="_blank">${this.$t("edm5.v180")}</a>\n </p>`,rules:{rule:[this.$t("edm5.v181")],link:"https://kf.qq.com/faq/161223nMnQfm161223rEbQNr.html"}},{name:this.$t("edm5.v182"),smtp:"smtp-mail.outlook.com",isNeedAuth:this.$t("edm5.v49"),helps:`<p>\n <p style="margin-bottom:12px;">Outlook SMTP<a style="margin-left:8px;display:inline;" class="r-link" href="https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040" target="_blank">${this.$t("edm5.v183")}</a></p>\n <p>${this.$t("edm5.v184")}<a class="r-link" href="https://outlook.live.com/mail/0/options/mail/accounts/popImap" target="_blank">${this.$t("edm5.v185")}</a></p>\n </p>`,rules:{rule:[this.$t("edm5.v186"),this.$t("edm5.v187"),this.$t("edm5.v188")],link:"https://support.microsoft.com/zh-cn/office/%E4%BB%A5-outlook-com-%E5%8F%91%E9%80%81%E9%99%90%E5%88%B6-279ee200-594c-40f0-9ec8-bb6af7735c2e#:~:text=%E7%94%B5%E5%AD%90%E9%82%AE%E4%BB%B6%20Outlook.com%20%E9%99%90%E5%88%B6%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F%201%20%E6%AF%8F%E6%97%A5%E6%94%B6%E4%BB%B6%E4%BA%BA%EF%BC%9A5%2C000%202,%E6%AF%8F%E5%B0%81%E9%82%AE%E4%BB%B6%E7%9A%84%E6%9C%80%E5%A4%A7%E6%94%B6%E4%BB%B6%E4%BA%BA%E6%95%B0%EF%BC%9A500%203%20%E6%AF%8F%E6%97%A5%E9%9D%9E%E5%85%B3%E7%B3%BB%E6%94%B6%E4%BB%B6%E4%BA%BA%EF%BC%9A1%2C000%20%E6%B3%A8%E6%84%8F%3A%20%E9%99%90%E5%88%B6%E5%8F%AF%E8%83%BD%E5%9B%A0%E4%BD%BF%E7%94%A8%E5%8E%86%E5%8F%B2%E8%AE%B0%E5%BD%95%E8%80%8C%E5%BC%82%EF%BC%8C%E5%AF%B9%E4%BA%8E%E9%9D%9E%E8%AE%A2%E9%98%85%E8%80%85%EF%BC%8C%E9%99%90%E5%88%B6%E5%B0%86%E8%BE%83%E4%BD%8E%E3%80%82%20%E2%80%9C%E9%9D%9E%E5%85%B3%E7%B3%BB%E6%94%B6%E4%BB%B6%E4%BA%BA%E2%80%9D%E6%98%AF%E6%8C%87%E4%BD%A0%E4%BB%A5%E5%89%8D%E4%BB%8E%E6%9C%AA%E5%8F%91%E9%80%81%E7%94%B5%E5%AD%90%E9%82%AE%E4%BB%B6%E8%BF%87%E7%9A%84%E4%BA%BA%E3%80%82%20%E4%BB%BB%E4%BD%95%E7%AC%AC%E4%B8%89%E6%96%B9%E8%BF%9E%E6%8E%A5%E5%B8%90%E6%88%B7%E7%9A%84%E5%8F%91%E9%80%81%E9%99%90%E5%88%B6%E5%8F%96%E5%86%B3%E4%BA%8E%E6%9C%8D%E5%8A%A1%E6%8F%90%E4%BE%9B%E5%95%86%E3%80%82"}}]}}},LMe=jMe,zMe=Ba(LMe,NMe,RMe,!1,null,"02a9d603",null),VMe=zMe.exports;let HMe="",UMe="";function WMe(e){UMe=e,localStorage.setItem("EDMDefaultEnv",e),"dev"===e||"development"===e||"test"===e?HMe="https://api.kuku.info":"pre"===e?HMe="https://api.wotokol.com/index.php":"prod"!==e&&"production"!==e||(HMe="https://api.wotokol.com/index.php")}const qMe=Sn.create({baseURL:"",timeout:25e4});qMe.interceptors.request.use((function(e){const t=(new Date).getTime(),n=Pn()+t,i=e.params||e.data;let r={},o="";i?(r=Nn(e.url,n,t,i),o=r.hmacBytes):(r=Nn(e.url,n,t),o=r.hmacBytes),e.baseURL=UMe?HMe:"https://api.wotokol.com/index.php",e.headers["appkey"]=Tn,e.headers["timestamp"]=t,e.headers["nonce"]=n,e.headers["cookieid"]=o,e.headers["sign"]=zn(i).hmacBytes;let a=localStorage.getItem("sourceApp");return a&&(e.headers["sourceApp"]=localStorage.getItem("sourceApp")),localStorage.getItem("token")&&(e.headers["token"]=localStorage.getItem("token")),localStorage.getItem("Authorization")&&(e.headers["Authorization"]=localStorage.getItem("Authorization")),localStorage.getItem("dss_token")&&(e.headers["dss-token"]=localStorage.getItem("dss_token")),e}),(function(e){return Promise.reject(e)})),qMe.interceptors.response.use((function(e){return 503===e.status&&alert("服务器不可用,请联系系统管理员"),e.data}),(function(e){return Promise.reject(e)}));let YMe="",GMe="";function KMe(e){GMe=e,localStorage.setItem("EDMDefaultEnv",e),"dev"===e||"development"===e||"test"===e?YMe="https://dss-apis.kuku.info":"pre"===e?YMe="https://dss-apis.wotokol.com/":"prod"!==e&&"production"!==e||(YMe="https://dss-apis.wotokol.com/")}const XMe=Sn.create({baseURL:"",timeout:25e4});XMe.interceptors.request.use((function(e){return e.baseURL=GMe?YMe:"https://dss-apis.wotokol.com/",localStorage.getItem("Authorization")&&(e.headers["Authorization"]=localStorage.getItem("Authorization")),e}),(function(e){return Promise.reject(e)})),XMe.interceptors.response.use((function(e){503===e.status&&alert("服务器不可用,请联系系统管理员");try{if("object"===typeof e.data&&e.data.hasOwnProperty("code")&&0!=e.data.code){const t=JSON.parse(localStorage.getItem("user_info")||"{}"),n=t.user_id?t.user_id+"_":"";throw new Error(n+e.request.responseURL+e.request.responseText||e.data.code)}}catch(ul){console.error("An error occurred:",ul),Sa(ul)}return e.data}),(function(e){return Promise.reject(e)}));const ZMe=[Na,k$e,o$e,q$e,rl,xd,rBe,gBe,CBe,aMe,yMe,SMe,MMe,VMe],JMe=function(e){ZMe.forEach((t=>{e.component(t.name,t)}))};var QMe={install:JMe,initJavaService:ma,initHubService:WMe,initDssService:KMe},eNe=QMe}(),r}()}));
|