12 |
- (window.webpackJsonp=window.webpackJsonp||[]).push([[25,22,43,45,62,64,65,66],{521:function(t,e,n){"use strict";var r=n(2),o=n(26),l=n(10),c=n(6),path=n(317),f=n(4),d=n(117),h=n(13),m=n(215),y=n(59),v=n(116),w=n(316),_=n(3),I=n(97).f,S=n(60).f,C=n(27).f,k=n(522),N=n(318).trim,x="Number",T=c[x],E=path[x],A=T.prototype,D=c.TypeError,F=f("".slice),$=f("".charCodeAt),j=function(t){var e,n,r,o,l,c,f,code,d=w(t,"number");if(v(d))throw new D("Cannot convert a Symbol value to a number");if("string"==typeof d&&d.length>2)if(d=N(d),43===(e=$(d,0))||45===e){if(88===(n=$(d,2))||120===n)return NaN}else if(48===e){switch($(d,1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+d}for(c=(l=F(d,2)).length,f=0;f<c;f++)if((code=$(l,f))<48||code>o)return NaN;return parseInt(l,r)}return+d},O=d(x,!T(" 0o1")||!T("0b1")||T("+0x1")),M=function(t){var e,n=arguments.length<1?0:T(function(t){var e=w(t,"number");return"bigint"==typeof e?e:j(e)}(t));return y(A,e=this)&&_((function(){k(e)}))?m(Object(n),this,M):n};M.prototype=A,O&&!o&&(A.constructor=M),r({global:!0,constructor:!0,wrap:!0,forced:O},{Number:M});var L=function(t,source){for(var e,n=l?I(source):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),r=0;n.length>r;r++)h(source,e=n[r])&&!h(t,e)&&C(t,e,S(source,e))};o&&E&&L(path[x],E),(O||o)&&L(path[x],T)},522:function(t,e,n){"use strict";var r=n(4);t.exports=r(1..valueOf)},523:function(t,e,n){"use strict";var r=n(2),o=n(4),l=n(80),c=n(522),f=n(319),d=n(3),h=RangeError,m=String,y=Math.floor,v=o(f),w=o("".slice),_=o(1..toFixed),I=function(t,e,n){return 0===e?n:e%2==1?I(t,e-1,n*t):I(t*t,e/2,n)},S=function(data,t,e){for(var n=-1,r=e;++n<6;)r+=t*data[n],data[n]=r%1e7,r=y(r/1e7)},C=function(data,t){for(var e=6,n=0;--e>=0;)n+=data[e],data[e]=y(n/t),n=n%t*1e7},k=function(data){for(var t=6,s="";--t>=0;)if(""!==s||0===t||0!==data[t]){var e=m(data[t]);s=""===s?e:s+v("0",7-e.length)+e}return s};r({target:"Number",proto:!0,forced:d((function(){return"0.000"!==_(8e-5,3)||"1"!==_(.9,0)||"1.25"!==_(1.255,2)||"1000000000000000128"!==_(0xde0b6b3a7640080,0)}))||!d((function(){_({})}))},{toFixed:function(t){var e,n,r,o,f=c(this),d=l(t),data=[0,0,0,0,0,0],y="",_="0";if(d<0||d>20)throw new h("Incorrect fraction digits");if(f!=f)return"NaN";if(f<=-1e21||f>=1e21)return m(f);if(f<0&&(y="-",f=-f),f>1e-21)if(n=(e=function(t){for(var e=0,n=t;n>=4096;)e+=12,n/=4096;for(;n>=2;)e+=1,n/=2;return e}(f*I(2,69,1))-69)<0?f*I(2,-e,1):f/I(2,e,1),n*=4503599627370496,(e=52-e)>0){for(S(data,0,n),r=d;r>=7;)S(data,1e7,0),r-=7;for(S(data,I(10,r,1),0),r=e-1;r>=23;)C(data,1<<23),r-=23;C(data,1<<r),S(data,1,1),C(data,2),_=k(data)}else S(data,0,n),S(data,1<<-e,0),_=k(data)+v("0",d);return _=d>0?y+((o=_.length)<=d?"0."+v("0",d-o)+_:w(_,0,o-d)+"."+w(_,o-d)):y+_}})},530:function(t,e,n){t.exports={}},533:function(t,e,n){"use strict";n.r(e);n(521),n(523),n(11),n(17),n(32);var r=n(537),o=n(538),l=n(539),c={name:"Tinymce",props:{id:{type:String,default:function(){return"vue-tinymce-"+ +new Date+(1e3*Math.random()).toFixed(0)}},value:{type:String,default:""},toolbar:{type:Array,required:!1,default:function(){return[]}},menubar:{type:String,default:"file edit insert view format table"},height:{type:[Number,String],required:!1,default:360},width:{type:[Number,String],required:!1,default:"auto"}},data:function(){return{hasChange:!1,hasInit:!1,tinymceId:this.id,fullscreen:!1,languageTypeList:{en:"en",zh:"zh_CN",es:"es_MX",ja:"ja"}}},computed:{language:function(){return this.languageTypeList[this.$store.getters.language]},containerWidth:function(){var t=this.width;return/^[\d]+(\.[\d]+)?$/.test(t)?"".concat(t,"px"):t}},watch:{value:function(t){var e=this;!this.hasChange&&this.hasInit&&this.$nextTick((function(){return window.tinymce.get(e.tinymceId).setContent(t||"")}))},language:function(){var t=this;this.destroyTinymce(),this.$nextTick((function(){return t.initTinymce()}))}},mounted:function(){this.init()},activated:function(){window.tinymce&&this.initTinymce()},deactivated:function(){this.destroyTinymce()},destroyed:function(){this.destroyTinymce()},methods:{init:function(){var t=this;Object(l.default)("//cdn.jsdelivr.net/npm/tinymce-all-in-one@4.9.3/tinymce.min.js",(function(e){e?t.$message.error(e.message):t.initTinymce()}))},initTinymce:function(){var t=this,e=this;window.tinymce.init({language:this.language,selector:"#".concat(this.tinymceId),height:this.height,body_class:"panel-body ",object_resizing:!1,toolbar:this.toolbar.length>0?this.toolbar:o.default,menubar:this.menubar,plugins:r.default,end_container_on_empty_block:!0,powerpaste_word_import:"clean",code_dialog_height:450,code_dialog_width:1e3,advlist_bullet_styles:"square",advlist_number_styles:"default",imagetools_cors_hosts:["www.tinymce.com","codepen.io"],default_link_target:"_blank",link_title:!1,nonbreaking_force_tab:!0,init_instance_callback:function(n){e.value&&n.setContent(e.value),e.hasInit=!0,n.on("NodeChange Change KeyUp SetContent",(function(){t.hasChange=!0,t.$emit("input",n.getContent())}))},setup:function(t){t.on("FullscreenStateChanged",(function(t){e.fullscreen=t.state}))},convert_urls:!1})},destroyTinymce:function(){var t=window.tinymce.get(this.tinymceId);this.fullscreen&&t.execCommand("mceFullScreen"),t&&t.destroy()},setContent:function(t){window.tinymce.get(this.tinymceId).setContent(t)},getContent:function(){window.tinymce.get(this.tinymceId).getContent()},imageSuccessCBK:function(t){var e=this;t.forEach((function(t){return window.tinymce.get(e.tinymceId).insertContent('<img class="wscnph" src="'.concat(t.url,'" >'))}))}}},f=(n(543),n(22)),component=Object(f.a)(c,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"tinymce-container",class:{fullscreen:t.fullscreen},style:{width:t.containerWidth}},[e("textarea",{staticClass:"tinymce-textarea",attrs:{id:t.tinymceId}})])}),[],!1,null,"64623c0e",null);e.default=component.exports},537:function(t,e,n){"use strict";n.r(e);e.default=["advlist autolink autosave code colorpicker colorpicker contextmenu directionality fullscreen hr insertdatetime link lists nonbreaking noneditable paste preview print save spellchecker tabfocus table template textcolor textpattern visualblocks visualchars wordcount"]},538:function(t,e,n){"use strict";n.r(e);e.default=["searchreplace bold italic underline strikethrough alignleft aligncenter alignright outdent indent blockquote undo redo removeformat subscript superscript code codesample","hr bullist numlist link image charmap preview anchor pagebreak insertdatetime media table emoticons forecolor backcolor fullscreen"]},539:function(t,e,n){"use strict";n.r(e);n(41),n(78),n(81),n(82),n(65),n(39),n(11),n(17),n(34),n(33),n(42);function r(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,a){if(t){if("string"==typeof t)return o(t,a);var e={}.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?o(t,a):void 0}}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,l=function(){};return{s:l,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:l}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var c,a=!0,u=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){u=!0,c=t},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw c}}}}function o(t,a){(null==a||a>t.length)&&(a=t.length);for(var e=0,n=Array(a);e<a;e++)n[e]=t[e];return n}var l=[];e.default=function(t,e){var n=document.getElementById(t),o=e||function(){};if(!n){var script=document.createElement("script");script.src=t,script.id=t,document.body.appendChild(script),l.push(o);var c="onload"in script?function(script){script.onload=function(){this.onerror=this.onload=null;var t,e=r(l);try{for(e.s();!(t=e.n()).done;){(0,t.value)(null,script)}}catch(t){e.e(t)}finally{e.f()}l=null},script.onerror=function(){this.onerror=this.onload=null,o(new Error("Failed to load "+t),script)}}:function(script){script.onreadystatechange=function(){if("complete"===this.readyState||"loaded"===this.readyState){this.onreadystatechange=null;var t,e=r(l);try{for(e.s();!(t=e.n()).done;){(0,t.value)(null,script)}}catch(t){e.e(t)}finally{e.f()}l=null}}};c(script)}n&&o&&(window.tinymce?o(null,n):l.push(o))}},543:function(t,e,n){"use strict";n(530)},593:function(t,e,n){"use strict";var r=n(1);e.a=new r.default},594:function(t,e,n){t.exports={}},633:function(t,e,n){"use strict";n(594)},719:function(t,e,n){"use strict";n.r(e);n(521);var r=n(593),o={components:{Tinymce:n(533).default},props:{title:{type:String,default:"Send Email"},labelWidth:{type:Number,default:95},formConfig:{type:Array,required:!0},formData:{type:Object,required:!0},sendbtnCext:{type:String,default:"SUBMIT REQUEST"},top:{type:String,default:"5vh"},isSendPdf:{type:Boolean,default:!1},rules:{},visible:{type:Boolean,default:!1}},methods:{handleClose:function(){this.$emit("update:visible",!1)},handleSend:function(){var t=this;this.$refs.ruleForm.validate((function(e){if(!e)return!1;t.isSendPdf?r.a.$emit("sendPdf"):t.$emit("handleSend")}))}}},l=(n(633),n(22)),component=Object(l.a)(o,(function(){var t=this,e=t._self._c;return e("el-dialog",{attrs:{title:t.title,visible:t.visible,width:"700px","before-close":t.handleClose,top:t.top,"show-close":!1},on:{"update:visible":function(e){t.visible=e}}},[e("el-form",{ref:"ruleForm",attrs:{model:t.formData,rules:t.rules}},t._l(t.formConfig,(function(n){return e("el-form-item",{key:n.label,attrs:{label:n.label,prop:n.prop,"label-width":t.labelWidth+"px"}},["input"===n.type?e("el-input",{style:{width:n.width},attrs:{disabled:n.disabled,readonly:n.readonly,placeholder:n.placeholder?n.placeholder:"",clearable:"",type:n.inputType},on:{change:function(e){n.change&&n.change(t.formData[n.prop])}},model:{value:t.formData[n.prop],callback:function(e){t.$set(t.formData,n.prop,e)},expression:"formData[item.prop]"}}):t._e(),t._v(" "),"selectObj"===n.type?e("el-select",{style:{width:"100%"},attrs:{disabled:n.disabled,clearable:"",filterable:"",multiple:n.multiple},on:{change:function(e){n.change&&n.change(t.formData[n.prop])}},model:{value:t.formData[n.prop],callback:function(e){t.$set(t.formData,n.prop,e)},expression:"formData[item.prop]"}},t._l(n.selectList,(function(t,n){return e("el-option",{key:parseInt(n),attrs:{label:t,value:t}})})),1):t._e(),t._v(" "),"tinymce"===n.type?e("tinymce",{staticStyle:{display:"inline-block"},attrs:{height:n.height,width:n.width},model:{value:t.formData[n.prop],callback:function(e){t.$set(t.formData,n.prop,e)},expression:"formData[item.prop]"}}):t._e()],1)})),1),t._v(" "),e("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[e("el-button",{attrs:{type:"primary"},on:{click:t.handleSend}},[t._v(t._s(t.sendbtnCext))]),t._v(" "),e("el-button",{attrs:{type:"primary",plain:""},on:{click:t.handleClose}},[t._v("CANCEL")])],1)],1)}),[],!1,null,"7d26e39b",null);e.default=component.exports;installComponents(component,{Tinymce:n(533).default})}}]);
- //# sourceMappingURL=caccdd1.js.map
|