109d66c.js 12 KB

12
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([[28,22,43,45,62,64,65,66],{521:function(e,t,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),m=n(13),h=n(215),y=n(59),v=n(116),w=n(316),_=n(3),S=n(97).f,k=n(60).f,x=n(27).f,C=n(522),I=n(318).trim,F="Number",N=c[F],O=path[F],E=N.prototype,j=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 new j("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(E,t=this)&&_((function(){C(t)}))?h(Object(n),this,M):n};M.prototype=E,P&&!o&&(E.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)},522:function(e,t,n){"use strict";var r=n(4);e.exports=r(1..valueOf)},523:function(e,t,n){"use strict";var r=n(2),o=n(4),l=n(80),c=n(522),f=n(319),d=n(3),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 new 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+_}})},530:function(e,t,n){e.exports={}},533:function(e,t,n){"use strict";n.r(t);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 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(543),n(22)),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},537: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"]},538: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"]},539:function(e,t,n){"use strict";n.r(t);n(41),n(78),n(81),n(82),n(65),n(39),n(11),n(17),n(34),n(33),n(42);function r(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,a){if(e){if("string"==typeof e)return o(e,a);var t={}.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?o(e,a):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,l=function(){};return{s:l,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},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(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){u=!0,c=e},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw c}}}}function o(e,a){(null==a||a>e.length)&&(a=e.length);for(var t=0,n=Array(a);t<a;t++)n[t]=e[t];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))}},543:function(e,t,n){"use strict";n(530)},550:function(e,t,n){e.exports={}},571:function(e,t,n){"use strict";n.r(t);n(39);var r=n(24),o=(n(41),n(40),n(521),n(62),n(63),n(46),n(11),n(32),n(533)),l=n(43);function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(Object(n),!0).forEach((function(t){Object(r.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,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(586),n(22)),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(533).default})},586:function(e,t,n){"use strict";n(550)}}]);
  2. //# sourceMappingURL=109d66c.js.map