264a69b.js 12 KB

12
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([[28,22,43,45,62,64,65,66],{509:function(e,t,n){"use strict";var r=n(2),o=n(25),l=n(11),c=n(7),path=n(311),f=n(4),d=n(147),m=n(15),h=n(309),y=n(56),v=n(113),w=n(310),_=n(5),S=n(112).f,k=n(51).f,x=n(27).f,C=n(510),I=n(312).trim,F="Number",N=c[F],O=path[F],j=N.prototype,E=c.TypeError,T=f("".slice),$=f("".charCodeAt),A=function(e){var t,n,r,o,l,c,f,code,d=w(e,"number");if(v(d))throw E("Cannot convert a Symbol value to a number");if("string"==typeof d&&d.length>2)if(d=I(d),43===(t=$(d,0))||45===t){if(88===(n=$(d,2))||120===n)return NaN}else if(48===t){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=T(d,2)).length,f=0;f<c;f++)if((code=$(l,f))<48||code>o)return NaN;return parseInt(l,r)}return+d},P=d(F,!N(" 0o1")||!N("0b1")||N("+0x1")),M=function(e){var t,n=arguments.length<1?0:N(function(e){var t=w(e,"number");return"bigint"==typeof t?t:A(t)}(e));return y(j,t=this)&&_((function(){C(t)}))?h(Object(n),this,M):n};M.prototype=j,P&&!o&&(j.constructor=M),r({global:!0,constructor:!0,wrap:!0,forced:P},{Number:M});var B=function(e,source){for(var t,n=l?S(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++)m(source,t=n[r])&&!m(e,t)&&x(e,t,k(source,t))};o&&O&&B(path[F],O),(P||o)&&B(path[F],N)},510:function(e,t,n){var r=n(4);e.exports=r(1..valueOf)},512:function(e,t,n){"use strict";var r=n(2),o=n(4),l=n(73),c=n(510),f=n(313),d=n(5),m=RangeError,h=String,y=Math.floor,v=o(f),w=o("".slice),_=o(1..toFixed),S=function(e,t,n){return 0===t?n:t%2==1?S(e,t-1,n*e):S(e*e,t/2,n)},k=function(data,e,t){for(var n=-1,r=t;++n<6;)r+=e*data[n],data[n]=r%1e7,r=y(r/1e7)},x=function(data,e){for(var t=6,n=0;--t>=0;)n+=data[t],data[t]=y(n/e),n=n%e*1e7},C=function(data){for(var e=6,s="";--e>=0;)if(""!==s||0===e||0!==data[e]){var t=h(data[e]);s=""===s?t:s+v("0",7-t.length)+t}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(e){var t,n,r,o,f=c(this),d=l(e),data=[0,0,0,0,0,0],y="",_="0";if(d<0||d>20)throw m("Incorrect fraction digits");if(f!=f)return"NaN";if(f<=-1e21||f>=1e21)return h(f);if(f<0&&(y="-",f=-f),f>1e-21)if(n=(t=function(e){for(var t=0,n=e;n>=4096;)t+=12,n/=4096;for(;n>=2;)t+=1,n/=2;return t}(f*S(2,69,1))-69)<0?f*S(2,-t,1):f/S(2,t,1),n*=4503599627370496,(t=52-t)>0){for(k(data,0,n),r=d;r>=7;)k(data,1e7,0),r-=7;for(k(data,S(10,r,1),0),r=t-1;r>=23;)x(data,1<<23),r-=23;x(data,1<<r),k(data,1,1),x(data,2),_=C(data)}else k(data,0,n),k(data,1<<-t,0),_=C(data)+v("0",d);return _=d>0?y+((o=_.length)<=d?"0."+v("0",d-o)+_:w(_,0,o-d)+"."+w(_,o-d)):y+_}})},518:function(e,t,n){e.exports={}},522:function(e,t,n){"use strict";n.r(t);n(512),n(509),n(14),n(10),n(31);var r=n(526),o=n(527),l=n(528),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 e=this.width;return/^[\d]+(\.[\d]+)?$/.test(e)?"".concat(e,"px"):e}},watch:{value:function(e){var t=this;!this.hasChange&&this.hasInit&&this.$nextTick((function(){return window.tinymce.get(t.tinymceId).setContent(e||"")}))},language:function(){var e=this;this.destroyTinymce(),this.$nextTick((function(){return e.initTinymce()}))}},mounted:function(){this.init()},activated:function(){window.tinymce&&this.initTinymce()},deactivated:function(){this.destroyTinymce()},destroyed:function(){this.destroyTinymce()},methods:{init:function(){var e=this;Object(l.default)("//cdn.jsdelivr.net/npm/tinymce-all-in-one@4.9.3/tinymce.min.js",(function(t){t?e.$message.error(t.message):e.initTinymce()}))},initTinymce:function(){var e=this,t=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){t.value&&n.setContent(t.value),t.hasInit=!0,n.on("NodeChange Change KeyUp SetContent",(function(){e.hasChange=!0,e.$emit("input",n.getContent())}))},setup:function(e){e.on("FullscreenStateChanged",(function(e){t.fullscreen=e.state}))},convert_urls:!1})},destroyTinymce:function(){var e=window.tinymce.get(this.tinymceId);this.fullscreen&&e.execCommand("mceFullScreen"),e&&e.destroy()},setContent:function(e){window.tinymce.get(this.tinymceId).setContent(e)},getContent:function(){window.tinymce.get(this.tinymceId).getContent()},imageSuccessCBK:function(e){var t=this;e.forEach((function(e){return window.tinymce.get(t.tinymceId).insertContent('<img class="wscnph" src="'.concat(e.url,'" >'))}))}}},f=(n(532),n(20)),component=Object(f.a)(c,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"tinymce-container",class:{fullscreen:e.fullscreen},style:{width:e.containerWidth}},[t("textarea",{staticClass:"tinymce-textarea",attrs:{id:e.tinymceId}})])}),[],!1,null,"64623c0e",null);t.default=component.exports},526:function(e,t,n){"use strict";n.r(t);t.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"]},527:function(e,t,n){"use strict";n.r(t);t.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"]},528:function(e,t,n){"use strict";n.r(t);n(61),n(10),n(37),n(74),n(33),n(14),n(39),n(71),n(75),n(40);function r(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return o(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var i=0,r=function(){};return{s:r,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:r}}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 l,c=!0,f=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return c=e.done,e},e:function(e){f=!0,l=e},f:function(){try{c||null==n.return||n.return()}finally{if(f)throw l}}}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}var l=[];t.default=function(e,t){var n=document.getElementById(e),o=t||function(){};if(!n){var script=document.createElement("script");script.src=e,script.id=e,document.body.appendChild(script),l.push(o);var c="onload"in script?function(script){script.onload=function(){this.onerror=this.onload=null;var e,t=r(l);try{for(t.s();!(e=t.n()).done;){(0,e.value)(null,script)}}catch(e){t.e(e)}finally{t.f()}l=null},script.onerror=function(){this.onerror=this.onload=null,o(new Error("Failed to load "+e),script)}}:function(script){script.onreadystatechange=function(){if("complete"===this.readyState||"loaded"===this.readyState){this.onreadystatechange=null;var e,t=r(l);try{for(t.s();!(e=t.n()).done;){(0,e.value)(null,script)}}catch(e){t.e(e)}finally{t.f()}l=null}}};c(script)}n&&o&&(window.tinymce?o(null,n):l.push(o))}},532:function(e,t,n){"use strict";n(518)},540:function(e,t,n){e.exports={}},560:function(e,t,n){"use strict";n.r(t);n(37);var r=n(23),o=(n(509),n(38),n(10),n(42),n(39),n(58),n(31),n(59),n(522)),l=n(41);function c(object,e){var t=Object.keys(object);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(object);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),t.push.apply(t,n)}return t}function f(e){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?c(Object(source),!0).forEach((function(t){Object(r.a)(e,t,source[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(source)):c(Object(source)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(source,t))}))}return e}var d={components:{Tinymce:o.default},props:{title:{type:String,default:"Send Email"},sendbtnCext:{type:String,default:"Send Enquiry"},cancelbtnCext:{type:String,default:"Cancel"},top:{type:String,default:"5vh"},isSendPdf:{type:Boolean,default:!1},emailForm:{},enquiryConfig:[],rules:{},labelWidth:{type:Number,default:150},marginBottom:{type:Number,default:20},visible:{type:Boolean,default:!1}},data:function(){return{downloading:!1}},computed:{comEnquiryConfig:function(){return this.enquiryConfig.filter((function(e){if(!e.hasOwnProperty("isShow")||e.isShow)return e}))}},methods:f(f({},Object(l.c)("product",["setLoading"])),{},{handleClose:function(){this.$emit("update:visible",!1)},handleSend:function(){var e=this;this.$refs.ruleForm.validate((function(t){if(!t)return!1;e.setLoading(!0),e.isSendPdf,e.$emit("handleSend")}))}})},m=(n(574),n(20)),component=Object(m.a)(d,(function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{"lock-scroll":!1,title:e.title,visible:e.visible,width:"700px","before-close":e.handleClose,top:e.top,"show-close":!1},on:{"update:visible":function(t){e.visible=t}}},[t("el-form",{ref:"ruleForm",attrs:{model:e.emailForm,rules:e.rules}},e._l(e.comEnquiryConfig,(function(n){return t("el-form-item",{key:n.prop,style:{marginBottom:e.marginBottom+"px"},attrs:{label:n.prop,"label-width":e.labelWidth+"px",prop:n.prop}},["text"===n.type?t("span",[e._v(e._s(e.emailForm[n.prop]))]):e._e(),e._v(" "),"input"===n.type?t("el-input",{attrs:{type:n.type,clearable:""},model:{value:e.emailForm[n.prop],callback:function(t){e.$set(e.emailForm,n.prop,t)},expression:"emailForm[item.prop]"}}):"textarea"===n.type?t("el-input",{attrs:{type:"textarea",rows:5,clearable:""},model:{value:e.emailForm[n.prop],callback:function(t){e.$set(e.emailForm,n.prop,t)},expression:"emailForm[item.prop]"}}):"tinymce"===n.type?t("tinymce",{attrs:{height:240},model:{value:e.emailForm[n.prop],callback:function(t){e.$set(e.emailForm,n.prop,t)},expression:"emailForm[item.prop]"}}):"select"===n.type&&n.isShow?t("el-select",{attrs:{clearable:"",filterable:"",placeholder:n.placeholder?n.placeholder:"Please select"},model:{value:e.emailForm[n.prop],callback:function(t){e.$set(e.emailForm,n.prop,t)},expression:"emailForm[item.prop]"}},e._l(n.selectlist,(function(i){return t("el-option",{key:i.id,attrs:{label:i.name,value:i.name}})})),1):"checkbox"===n.type?t("el-checkbox-group",{model:{value:e.emailForm[n.prop],callback:function(t){e.$set(e.emailForm,n.prop,t)},expression:"emailForm[item.prop]"}},e._l(n.selectlist,(function(i,n){return t("el-checkbox",{key:n,attrs:{label:n+1}},[e._v(e._s(i))])})),1):e._e()],1)})),1),e._v(" "),t("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{type:"primary",loading:e.$store.state.product.loading},on:{click:e.handleSend}},[e._v(e._s(e.sendbtnCext))]),e._v(" "),t("el-button",{attrs:{type:"info",plain:""},on:{click:e.handleClose}},[e._v(e._s(e.cancelbtnCext))])],1)],1)}),[],!1,null,"b3af2fb8",null);t.default=component.exports;installComponents(component,{Tinymce:n(522).default})},574:function(e,t,n){"use strict";n(540)}}]);
  2. //# sourceMappingURL=264a69b.js.map