2 lines
66 KiB
JavaScript
2 lines
66 KiB
JavaScript
webpackJsonp([4],{"922t":function(e,t){},QVCS:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n("sYY+"),o=n.n(i),r={name:"addArticle",data:function(){return{article:{title:"文章测试-标题",sort:"",top:!0,contentHtml:""},initData:"",restaurants:[]}},methods:{querySearch:function(e,t){var n=this.restaurants;t(e?n.filter(this.createFilter(e)):n)},createFilter:function(e){return function(t){return 0===t.value.toLowerCase().indexOf(e.toLowerCase())}},loadAll:function(){return[{value:"vue"},{value:"node.js"}]},handleSelect:function(e){console.log(e)},getContent:function(){alert(this.article.contentHtml)},submitArticle:function(){this.$axios.post("/article/addArticle",{data:this.article}).then(function(e){console.log(e)}).catch(function(e){console.log(e)})}},mounted:function(){var e=this;this.restaurants=this.loadAll();var t=new o.a(this.$refs.editor);t.customConfig.onchange=function(t){e.article.contentHtml=t},t.customConfig.uploadImgServer="/editor/uploadImg",t.customConfig.uploadImgHooks={success:function(e,t,n){},fail:function(e,t,n){},error:function(e,t){},timeout:function(e,t){}},t.create()}},c={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"addArticle"},[n("el-form",{ref:"article",attrs:{inline:!0,model:e.article,"label-width":"80px"}},[n("el-form-item",{attrs:{label:"文章标题"}},[n("el-input",{staticClass:"title",model:{value:e.article.title,callback:function(t){e.$set(e.article,"title",t)},expression:"article.title"}})],1),e._v(" "),n("el-form-item",{attrs:{label:"标签"}},[n("el-autocomplete",{staticClass:"inline-input",attrs:{"fetch-suggestions":e.querySearch,placeholder:"请输入内容"},on:{select:e.handleSelect},model:{value:e.article.sort,callback:function(t){e.$set(e.article,"sort",t)},expression:"article.sort"}})],1),e._v(" "),n("el-form-item",{attrs:{label:"是否置顶"}},[n("el-switch",{model:{value:e.article.top,callback:function(t){e.$set(e.article,"top",t)},expression:"article.top"}})],1),e._v(" "),n("el-form-item",[n("el-button",{staticClass:"subBtn",attrs:{type:"primary"},on:{click:e.submitArticle}},[e._v("发布")]),e._v(" "),n("el-button",{staticClass:"subBtn",attrs:{type:"primary"},on:{click:e.getContent}},[e._v("获取内容")])],1)],1),e._v(" "),n("div",{ref:"editor",staticStyle:{"text-align":"left"}})],1)},staticRenderFns:[]};var a=n("VU/8")(r,c,!1,function(e){n("tWlx"),n("922t")},"data-v-2e0527ae",null);t.default=a.exports},"sYY+":function(e,t,n){var i;i=function(){"use strict";function e(e){return!!e&&(e instanceof HTMLCollection||e instanceof NodeList)}var t=[];function n(t){if(t){if(t instanceof n)return t;this.selector=t;var i,o,r=t.nodeType,c=[];9===r?c=[t]:1===r?c=[t]:e(t)||t instanceof Array?c=t:"string"==typeof t&&(0===(t=t.replace("/\n/mg","").trim()).indexOf("<")?(i=t,o=void 0,(o=document.createElement("div")).innerHTML=i,c=o.children):c=function(t){var n=document.querySelectorAll(t);return e(n)?n:[n]}(t));var a=c.length;if(!a)return this;var A=void 0;for(A=0;A<a;A++)this[A]=c[A];this.length=a}}function i(e){return new n(e)}n.prototype={constructor:n,forEach:function(e){var t=void 0;for(t=0;t<this.length;t++){var n=this[t];if(!1===e.call(n,n,t))break}return this},clone:function(e){var t=[];return this.forEach(function(n){t.push(n.cloneNode(!!e))}),i(t)},get:function(e){var t=this.length;return e>=t&&(e%=t),i(this[e])},first:function(){return this.get(0)},last:function(){var e=this.length;return this.get(e-1)},on:function(e,n,i){i||(i=n,n=null);var o=[];return o=e.split(/\s+/),this.forEach(function(e){o.forEach(function(o){o&&(t.push({elem:e,type:o,fn:i}),n?e.addEventListener(o,function(e){var t=e.target;t.matches(n)&&i.call(t,e)}):e.addEventListener(o,i))})})},off:function(e,t){return this.forEach(function(n){n.removeEventListener(e,t)})},attr:function(e,t){return null==t?this[0].getAttribute(e):this.forEach(function(n){n.setAttribute(e,t)})},addClass:function(e){return e?this.forEach(function(t){var n=void 0;t.className?((n=(n=t.className.split(/\s/)).filter(function(e){return!!e.trim()})).indexOf(e)<0&&n.push(e),t.className=n.join(" ")):t.className=e}):this},removeClass:function(e){return e?this.forEach(function(t){var n=void 0;t.className&&(n=(n=t.className.split(/\s/)).filter(function(t){return!(!(t=t.trim())||t===e)}),t.className=n.join(" "))}):this},css:function(e,t){var n=e+":"+t+";";return this.forEach(function(t){var i=(t.getAttribute("style")||"").trim(),o=[];i?(i.split(";").forEach(function(e){var t=e.split(":").map(function(e){return e.trim()});2===t.length&&o.push(t[0]+":"+t[1])}),(o=o.map(function(t){return 0===t.indexOf(e)?n:t})).indexOf(n)<0&&o.push(n),t.setAttribute("style",o.join("; "))):t.setAttribute("style",n)})},show:function(){return this.css("display","block")},hide:function(){return this.css("display","none")},children:function(){var e=this[0];return e?i(e.children):null},childNodes:function(){var e=this[0];return e?i(e.childNodes):null},append:function(e){return this.forEach(function(t){e.forEach(function(e){t.appendChild(e)})})},remove:function(){return this.forEach(function(e){if(e.remove)e.remove();else{var t=e.parentElement;t&&t.removeChild(e)}})},isContain:function(e){var t=this[0],n=e[0];return t.contains(n)},getSizeData:function(){return this[0].getBoundingClientRect()},getNodeName:function(){return this[0].nodeName},find:function(e){return i(this[0].querySelectorAll(e))},text:function(e){return e?this.forEach(function(t){t.innerHTML=e}):this[0].innerHTML.replace(/<.*?>/g,function(){return""})},html:function(e){var t=this[0];return null==e?t.innerHTML:(t.innerHTML=e,this)},val:function(){return this[0].value.trim()},focus:function(){return this.forEach(function(e){e.focus()})},parent:function(){return i(this[0].parentElement)},parentUntil:function(e,t){var n=document.querySelectorAll(e),o=n.length;if(!o)return null;var r=t||this[0];if("BODY"===r.nodeName)return null;var c=r.parentElement,a=void 0;for(a=0;a<o;a++)if(c===n[a])return i(c);return this.parentUntil(e,c)},equal:function(e){return 1===e.nodeType?this[0]===e:this[0]===e[0]},insertBefore:function(e){var t=i(e)[0];return t?this.forEach(function(e){t.parentNode.insertBefore(e,t)}):this},insertAfter:function(e){var t=i(e)[0];return t?this.forEach(function(e){var n=t.parentNode;n.lastChild===t?n.appendChild(e):n.insertBefore(e,t.nextSibling)}):this}},i.offAll=function(){t.forEach(function(e){var t=e.elem,n=e.type,i=e.fn;t.removeEventListener(n,i)})};var o={menus:["head","bold","fontSize","fontName","italic","underline","strikeThrough","foreColor","backColor","link","list","justify","quote","emoticon","image","table","video","code","undo","redo"],fontNames:["宋体","微软雅黑","Arial","Tahoma","Verdana"],colors:["#000000","#eeece0","#1c487f","#4d80bf","#c24f4a","#8baa4a","#7b5ba1","#46acc8","#f9963b","#ffffff"],emotions:[{title:"默认",type:"image",content:[{alt:"[坏笑]",src:"http://img.t.sinajs.cn/t4/appstyle/expression/ext/normal/50/pcmoren_huaixiao_org.png"},{alt:"[舔屏]",src:"http://img.t.sinajs.cn/t4/appstyle/expression/ext/normal/40/pcmoren_tian_org.png"},{alt:"[污]",src:"http://img.t.sinajs.cn/t4/appstyle/expression/ext/normal/3c/pcmoren_wu_org.png"}]},{title:"新浪",type:"image",content:[{src:"http://img.t.sinajs.cn/t35/style/images/common/face/ext/normal/7a/shenshou_thumb.gif",alt:"[草泥马]"},{src:"http://img.t.sinajs.cn/t35/style/images/common/face/ext/normal/60/horse2_thumb.gif",alt:"[神马]"},{src:"http://img.t.sinajs.cn/t35/style/images/common/face/ext/normal/bc/fuyun_thumb.gif",alt:"[浮云]"}]},{title:"emoji",type:"emoji",content:"😀 😃 😄 😁 😆 😅 😂 😊 😇 🙂 🙃 😉 😓 😪 😴 🙄 🤔 😬 🤐".split(/\s/)}],zIndex:1e4,debug:!1,linkCheck:function(e,t){return!0},linkImgCheck:function(e){return!0},pasteFilterStyle:!0,pasteIgnoreImg:!1,pasteTextHandle:function(e){return e},showLinkImg:!0,linkImgCallback:function(e){},uploadImgMaxSize:5242880,uploadImgShowBase64:!1,uploadFileName:"",uploadImgParams:{},uploadImgHeaders:{},withCredentials:!1,uploadImgTimeout:1e4,uploadImgHooks:{before:function(e,t,n){},success:function(e,t,n){},fail:function(e,t,n){},error:function(e,t){},timeout:function(e,t){}},qiniu:!1},r={_ua:navigator.userAgent,isWebkit:function(){return/webkit/i.test(this._ua)},isIE:function(){return"ActiveXObject"in window}};function c(e,t){var n=void 0;for(n in e)if(e.hasOwnProperty(n)&&!1===t.call(e,n,e[n]))break}function a(e,t){var n=void 0,i=void 0,o=e.length||0;for(n=0;n<o&&(i=e[n],!1!==t.call(e,i,n));n++);}function A(e){return e+Math.random().toString().slice(2)}function s(e){return null==e?"":e.replace(/</gm,"<").replace(/>/gm,">").replace(/"/gm,""").replace(/(\r\n|\r|\n)/g,"<br/>")}function l(e){return"function"==typeof e}function d(e){this.editor=e,this.$elem=i('<div class="w-e-menu">\n <i class="w-e-icon-bold"></i>\n </div>'),this.type="click",this._active=!1}d.prototype={constructor:d,onClick:function(e){var t=this.editor,n=t.selection.isSelectionEmpty();n&&t.selection.createEmptyRange(),t.cmd.do("bold"),n&&(t.selection.collapseRange(),t.selection.restoreSelection())},tryChangeActive:function(e){var t=this.editor,n=this.$elem;t.cmd.queryCommandState("bold")?(this._active=!0,n.addClass("w-e-active")):(this._active=!1,n.removeClass("w-e-active"))}};var u=function(e,t){var n=t;return(e.config.langArgs||[]).forEach(function(e){var t=e.reg,i=e.val;t.test(n)&&(n=n.replace(t,function(){return i}))}),n},h=function(){};function p(e,t){var n=this,o=e.editor;this.menu=e,this.opt=t;var r=i('<div class="w-e-droplist"></div>'),c=t.$title,a=void 0;c&&(a=c.html(),a=u(o,a),c.html(a),c.addClass("w-e-dp-title"),r.append(c));var A=t.list||[],s=t.type||"list",l=t.onClick||h,d=i('<ul class="'+("list"===s?"w-e-list":"w-e-block")+'"></ul>');r.append(d),A.forEach(function(e){var t=e.$elem,r=t.html();r=u(o,r),t.html(r);var c=e.value,a=i('<li class="w-e-item"></li>');t&&(a.append(t),d.append(a),a.on("click",function(e){l(c),n.hideTimeoutId=setTimeout(function(){n.hide()},0)}))}),r.on("mouseleave",function(e){n.hideTimeoutId=setTimeout(function(){n.hide()},0)}),this.$container=r,this._rendered=!1,this._show=!1}function f(e){var t=this;this.editor=e,this.$elem=i('<div class="w-e-menu"><i class="w-e-icon-header"></i></div>'),this.type="droplist",this._active=!1,this.droplist=new p(this,{width:100,$title:i("<p>设置标题</p>"),type:"list",list:[{$elem:i("<h1>H1</h1>"),value:"<h1>"},{$elem:i("<h2>H2</h2>"),value:"<h2>"},{$elem:i("<h3>H3</h3>"),value:"<h3>"},{$elem:i("<h4>H4</h4>"),value:"<h4>"},{$elem:i("<h5>H5</h5>"),value:"<h5>"},{$elem:i("<p>正文</p>"),value:"<p>"}],onClick:function(e){t._command(e)}})}function m(e){var t=this;this.editor=e,this.$elem=i('<div class="w-e-menu"><i class="w-e-icon-text-heigh"></i></div>'),this.type="droplist",this._active=!1,this.droplist=new p(this,{width:160,$title:i("<p>字号</p>"),type:"list",list:[{$elem:i('<span style="font-size: x-small;">x-small</span>'),value:"1"},{$elem:i('<span style="font-size: small;">small</span>'),value:"2"},{$elem:i("<span>normal</span>"),value:"3"},{$elem:i('<span style="font-size: large;">large</span>'),value:"4"},{$elem:i('<span style="font-size: x-large;">x-large</span>'),value:"5"},{$elem:i('<span style="font-size: xx-large;">xx-large</span>'),value:"6"}],onClick:function(e){t._command(e)}})}function g(e){var t=this;this.editor=e,this.$elem=i('<div class="w-e-menu"><i class="w-e-icon-font"></i></div>'),this.type="droplist",this._active=!1;var n=e.config.fontNames||[];this.droplist=new p(this,{width:100,$title:i("<p>字体</p>"),type:"list",list:n.map(function(e){return{$elem:i('<span style="font-family: '+e+';">'+e+"</span>"),value:e}}),onClick:function(e){t._command(e)}})}p.prototype={constructor:p,show:function(){this.hideTimeoutId&&clearTimeout(this.hideTimeoutId);var e=this.menu.$elem,t=this.$container;if(!this._show){if(this._rendered)t.show();else{var n=e.getSizeData().height||0,i=this.opt.width||100;t.css("margin-top",n+"px").css("width",i+"px"),e.append(t),this._rendered=!0}this._show=!0}},hide:function(){this.showTimeoutId&&clearTimeout(this.showTimeoutId);var e=this.$container;this._show&&(e.hide(),this._show=!1)}},f.prototype={constructor:f,_command:function(e){var t=this.editor,n=t.selection.getSelectionContainerElem();t.$textElem.equal(n)||t.cmd.do("formatBlock",e)},tryChangeActive:function(e){var t=this.editor,n=this.$elem,i=t.cmd.queryCommandValue("formatBlock");/^h/i.test(i)?(this._active=!0,n.addClass("w-e-active")):(this._active=!1,n.removeClass("w-e-active"))}},m.prototype={constructor:m,_command:function(e){this.editor.cmd.do("fontSize",e)}},g.prototype={constructor:g,_command:function(e){this.editor.cmd.do("fontName",e)}};var w=function(){},v=[];function E(e,t){this.menu=e,this.opt=t}function b(e){this.editor=e,this.$elem=i('<div class="w-e-menu"><i class="w-e-icon-link"></i></div>'),this.type="panel",this._active=!1}function B(e){this.editor=e,this.$elem=i('<div class="w-e-menu">\n <i class="w-e-icon-italic"></i>\n </div>'),this.type="click",this._active=!1}function C(e){this.editor=e,this.$elem=i('<div class="w-e-menu">\n <i class="w-e-icon-redo"></i>\n </div>'),this.type="click",this._active=!1}function y(e){this.editor=e,this.$elem=i('<div class="w-e-menu">\n <i class="w-e-icon-strikethrough"></i>\n </div>'),this.type="click",this._active=!1}function x(e){this.editor=e,this.$elem=i('<div class="w-e-menu">\n <i class="w-e-icon-underline"></i>\n </div>'),this.type="click",this._active=!1}function I(e){this.editor=e,this.$elem=i('<div class="w-e-menu">\n <i class="w-e-icon-undo"></i>\n </div>'),this.type="click",this._active=!1}function Q(e){var t=this;this.editor=e,this.$elem=i('<div class="w-e-menu"><i class="w-e-icon-list2"></i></div>'),this.type="droplist",this._active=!1,this.droplist=new p(this,{width:120,$title:i("<p>设置列表</p>"),type:"list",list:[{$elem:i('<span><i class="w-e-icon-list-numbered"></i> 有序列表</span>'),value:"insertOrderedList"},{$elem:i('<span><i class="w-e-icon-list2"></i> 无序列表</span>'),value:"insertUnorderedList"}],onClick:function(e){t._command(e)}})}function M(e){var t=this;this.editor=e,this.$elem=i('<div class="w-e-menu"><i class="w-e-icon-paragraph-left"></i></div>'),this.type="droplist",this._active=!1,this.droplist=new p(this,{width:100,$title:i("<p>对齐方式</p>"),type:"list",list:[{$elem:i('<span><i class="w-e-icon-paragraph-left"></i> 靠左</span>'),value:"justifyLeft"},{$elem:i('<span><i class="w-e-icon-paragraph-center"></i> 居中</span>'),value:"justifyCenter"},{$elem:i('<span><i class="w-e-icon-paragraph-right"></i> 靠右</span>'),value:"justifyRight"}],onClick:function(e){t._command(e)}})}function S(e){var t=this;this.editor=e,this.$elem=i('<div class="w-e-menu"><i class="w-e-icon-pencil2"></i></div>'),this.type="droplist";var n=e.config.colors||[];this._active=!1,this.droplist=new p(this,{width:120,$title:i("<p>文字颜色</p>"),type:"inline-block",list:n.map(function(e){return{$elem:i('<i style="color:'+e+';" class="w-e-icon-pencil2"></i>'),value:e}}),onClick:function(e){t._command(e)}})}function k(e){var t=this;this.editor=e,this.$elem=i('<div class="w-e-menu"><i class="w-e-icon-paint-brush"></i></div>'),this.type="droplist";var n=e.config.colors||[];this._active=!1,this.droplist=new p(this,{width:120,$title:i("<p>背景色</p>"),type:"inline-block",list:n.map(function(e){return{$elem:i('<i style="color:'+e+';" class="w-e-icon-paint-brush"></i>'),value:e}}),onClick:function(e){t._command(e)}})}function _(e){this.editor=e,this.$elem=i('<div class="w-e-menu">\n <i class="w-e-icon-quotes-left"></i>\n </div>'),this.type="click",this._active=!1}function D(e){this.editor=e,this.$elem=i('<div class="w-e-menu">\n <i class="w-e-icon-terminal"></i>\n </div>'),this.type="panel",this._active=!1}function F(e){this.editor=e,this.$elem=i('<div class="w-e-menu">\n <i class="w-e-icon-happy"></i>\n </div>'),this.type="panel",this._active=!1}function N(e){this.editor=e,this.$elem=i('<div class="w-e-menu"><i class="w-e-icon-table2"></i></div>'),this.type="panel",this._active=!1}function R(e){this.editor=e,this.$elem=i('<div class="w-e-menu"><i class="w-e-icon-play"></i></div>'),this.type="panel",this._active=!1}function T(e){this.editor=e;var t=A("w-e-img");this.$elem=i('<div class="w-e-menu" id="'+t+'"><i class="w-e-icon-image"></i></div>'),e.imgMenuId=t,this.type="panel",this._active=!1}E.prototype={constructor:E,show:function(){var e=this,t=this.menu;if(!(v.indexOf(t)>=0)){var n=t.editor,o=i("body"),r=n.$textContainerElem,c=this.opt,a=i('<div class="w-e-panel-container"></div>'),A=c.width||300;a.css("width",A+"px").css("margin-left",(0-A)/2+"px");var s=i('<i class="w-e-icon-close w-e-panel-close"></i>');a.append(s),s.on("click",function(){e.hide()});var l=i('<ul class="w-e-panel-tab-title"></ul>'),d=i('<div class="w-e-panel-tab-content"></div>');a.append(l).append(d);var h=c.height;h&&d.css("height",h+"px").css("overflow-y","auto");var p=c.tabs||[],f=[],m=[];p.forEach(function(e,t){if(e){var o=e.title||"",r=e.tpl||"";o=u(n,o),r=u(n,r);var c=i('<li class="w-e-item">'+o+"</li>");l.append(c);var a=i(r);d.append(a),c._index=t,f.push(c),m.push(a),0===t?(c._active=!0,c.addClass("w-e-active")):a.hide(),c.on("click",function(e){c._active||(f.forEach(function(e){e._active=!1,e.removeClass("w-e-active")}),m.forEach(function(e){e.hide()}),c._active=!0,c.addClass("w-e-active"),a.show())})}}),a.on("click",function(e){e.stopPropagation()}),o.on("click",function(t){e.hide()}),r.append(a),p.forEach(function(t,n){t&&(t.events||[]).forEach(function(t){var i=t.selector,o=t.type,r=t.fn||w;m[n].find(i).on(o,function(t){t.stopPropagation(),r(t)&&e.hide()})})});var g=a.find("input[type=text],textarea");g.length&&g.get(0).focus(),this.$container=a,this._hideOtherPanels(),v.push(t)}},hide:function(){var e=this.menu,t=this.$container;t&&t.remove(),v=v.filter(function(t){return t!==e})},_hideOtherPanels:function(){v.length&&v.forEach(function(e){var t=e.panel||{};t.hide&&t.hide()})}},b.prototype={constructor:b,onClick:function(e){var t=this.editor,n=void 0;if(this._active){if(!(n=t.selection.getSelectionContainerElem()))return;t.selection.createRangeByElem(n),t.selection.restoreSelection(),this._createPanel(n.text(),n.attr("href"))}else t.selection.isSelectionEmpty()?this._createPanel("",""):this._createPanel(t.selection.getSelectionText(),"")},_createPanel:function(e,t){var n=this,o=A("input-link"),r=A("input-text"),c=A("btn-ok"),a=A("btn-del"),s=this._active?"inline-block":"none",l=new E(this,{width:300,tabs:[{title:"链接",tpl:'<div>\n <input id="'+r+'" type="text" class="block" value="'+e+'" placeholder="链接文字"/></td>\n <input id="'+o+'" type="text" class="block" value="'+t+'" placeholder="http://..."/></td>\n <div class="w-e-button-container">\n <button id="'+c+'" class="right">插入</button>\n <button id="'+a+'" class="gray right" style="display:'+s+'">删除链接</button>\n </div>\n </div>',events:[{selector:"#"+c,type:"click",fn:function(){var e=i("#"+o),t=i("#"+r),c=e.val(),a=t.val();return n._insertLink(a,c),!0}},{selector:"#"+a,type:"click",fn:function(){return n._delLink(),!0}}]}]});l.show(),this.panel=l},_delLink:function(){if(this._active){var e=this.editor;if(e.selection.getSelectionContainerElem()){var t=e.selection.getSelectionText();e.cmd.do("insertHTML","<span>"+t+"</span>")}}},_insertLink:function(e,t){var n=this.editor,i=n.config.linkCheck,o=!0;i&&"function"==typeof i&&(o=i(e,t)),!0===o?n.cmd.do("insertHTML",'<a href="'+t+'" target="_blank">'+e+"</a>"):alert(o)},tryChangeActive:function(e){var t=this.editor,n=this.$elem,i=t.selection.getSelectionContainerElem();i&&("A"===i.getNodeName()?(this._active=!0,n.addClass("w-e-active")):(this._active=!1,n.removeClass("w-e-active")))}},B.prototype={constructor:B,onClick:function(e){var t=this.editor,n=t.selection.isSelectionEmpty();n&&t.selection.createEmptyRange(),t.cmd.do("italic"),n&&(t.selection.collapseRange(),t.selection.restoreSelection())},tryChangeActive:function(e){var t=this.editor,n=this.$elem;t.cmd.queryCommandState("italic")?(this._active=!0,n.addClass("w-e-active")):(this._active=!1,n.removeClass("w-e-active"))}},C.prototype={constructor:C,onClick:function(e){this.editor.cmd.do("redo")}},y.prototype={constructor:y,onClick:function(e){var t=this.editor,n=t.selection.isSelectionEmpty();n&&t.selection.createEmptyRange(),t.cmd.do("strikeThrough"),n&&(t.selection.collapseRange(),t.selection.restoreSelection())},tryChangeActive:function(e){var t=this.editor,n=this.$elem;t.cmd.queryCommandState("strikeThrough")?(this._active=!0,n.addClass("w-e-active")):(this._active=!1,n.removeClass("w-e-active"))}},x.prototype={constructor:x,onClick:function(e){var t=this.editor,n=t.selection.isSelectionEmpty();n&&t.selection.createEmptyRange(),t.cmd.do("underline"),n&&(t.selection.collapseRange(),t.selection.restoreSelection())},tryChangeActive:function(e){var t=this.editor,n=this.$elem;t.cmd.queryCommandState("underline")?(this._active=!0,n.addClass("w-e-active")):(this._active=!1,n.removeClass("w-e-active"))}},I.prototype={constructor:I,onClick:function(e){this.editor.cmd.do("undo")}},Q.prototype={constructor:Q,_command:function(e){var t=this.editor,n=t.$textElem;if(t.selection.restoreSelection(),!t.cmd.queryCommandState(e)){t.cmd.do(e);var i=t.selection.getSelectionContainerElem();if("LI"===i.getNodeName()&&(i=i.parent()),!1!==/^ol|ul$/i.test(i.getNodeName())&&!i.equal(n)){var o=i.parent();o.equal(n)||(i.insertAfter(o),o.remove())}}},tryChangeActive:function(e){var t=this.editor,n=this.$elem;t.cmd.queryCommandState("insertUnOrderedList")||t.cmd.queryCommandState("insertOrderedList")?(this._active=!0,n.addClass("w-e-active")):(this._active=!1,n.removeClass("w-e-active"))}},M.prototype={constructor:M,_command:function(e){this.editor.cmd.do(e)}},S.prototype={constructor:S,_command:function(e){this.editor.cmd.do("foreColor",e)}},k.prototype={constructor:k,_command:function(e){this.editor.cmd.do("backColor",e)}},_.prototype={constructor:_,onClick:function(e){var t=this.editor,n=t.selection.getSelectionContainerElem(),o=n.getNodeName();if(r.isIE()){if("P"===o)return i("<blockquote>"+n.text()+"</blockquote>").insertAfter(n),void n.remove();"BLOCKQUOTE"===o&&(i("<p>"+n.text()+"</p>").insertAfter(n),n.remove())}else"BLOCKQUOTE"===o?t.cmd.do("formatBlock","<P>"):t.cmd.do("formatBlock","<BLOCKQUOTE>")},tryChangeActive:function(e){var t=this.editor,n=this.$elem,i=t.cmd.queryCommandValue("formatBlock");/^BLOCKQUOTE$/i.test(i)?(this._active=!0,n.addClass("w-e-active")):(this._active=!1,n.removeClass("w-e-active"))}},D.prototype={constructor:D,onClick:function(e){var t=this.editor,n=t.selection.getSelectionStartElem(),o=t.selection.getSelectionEndElem(),r=t.selection.isSelectionEmpty(),c=t.selection.getSelectionText(),a=void 0;if(n.equal(o))return r?void(this._active?this._createPanel(n.html()):this._createPanel()):(a=i("<code>"+c+"</code>"),t.cmd.do("insertElem",a),t.selection.createRangeByElem(a,!1),void t.selection.restoreSelection());t.selection.restoreSelection()},_createPanel:function(e){var t=this,n=(e=e||"")?"edit":"new",o=A("texxt"),r=A("btn"),c=new E(this,{width:500,tabs:[{title:"插入代码",tpl:'<div>\n <textarea id="'+o+'" style="height:145px;;">'+e+'</textarea>\n <div class="w-e-button-container">\n <button id="'+r+'" class="right">插入</button>\n </div>\n <div>',events:[{selector:"#"+r,type:"click",fn:function(){var e=i("#"+o),r=e.val()||e.html();return r=s(r),"new"===n?t._insertCode(r):t._updateCode(r),!0}}]}]});c.show(),this.panel=c},_insertCode:function(e){this.editor.cmd.do("insertHTML","<pre><code>"+e+"</code></pre><p><br></p>")},_updateCode:function(e){var t=this.editor,n=t.selection.getSelectionContainerElem();n&&(n.html(e),t.selection.restoreSelection())},tryChangeActive:function(e){var t=this.editor,n=this.$elem,i=t.selection.getSelectionContainerElem();if(i){var o=i.parent();"CODE"===i.getNodeName()&&"PRE"===o.getNodeName()?(this._active=!0,n.addClass("w-e-active")):(this._active=!1,n.removeClass("w-e-active"))}}},F.prototype={constructor:F,onClick:function(){this._createPanel()},_createPanel:function(){var e=this,t=[];(this.editor.config.emotions||[]).forEach(function(n){var o=n.type,r=n.content||[],c="";"emoji"===o&&r.forEach(function(e){e&&(c+='<span class="w-e-item">'+e+"</span>")}),"image"===o&&r.forEach(function(e){var t=e.src,n=e.alt;t&&(c+='<span class="w-e-item"><img src="'+t+'" alt="'+n+'" data-w-e="1"/></span>')}),t.push({title:n.title,tpl:'<div class="w-e-emoticon-container">'+c+"</div>",events:[{selector:"span.w-e-item",type:"click",fn:function(t){var n=i(t.target),o=void 0;return o="IMG"===n.getNodeName()?n.parent().html():"<span>"+n.html()+"</span>",e._insert(o),!0}}]})});var n=new E(this,{width:300,height:200,tabs:t});n.show(),this.panel=n},_insert:function(e){this.editor.cmd.do("insertHTML",e)}},N.prototype={constructor:N,onClick:function(){this._active?this._createEditPanel():this._createInsertPanel()},_createInsertPanel:function(){var e=this,t=A("btn"),n=A("row"),o=A("col"),r=new E(this,{width:250,tabs:[{title:"插入表格",tpl:'<div>\n <p style="text-align:left; padding:5px 0;">\n 创建\n <input id="'+n+'" type="text" value="5" style="width:40px;text-align:center;"/>\n 行\n <input id="'+o+'" type="text" value="5" style="width:40px;text-align:center;"/>\n 列的表格\n </p>\n <div class="w-e-button-container">\n <button id="'+t+'" class="right">插入</button>\n </div>\n </div>',events:[{selector:"#"+t,type:"click",fn:function(){var t=parseInt(i("#"+n).val()),r=parseInt(i("#"+o).val());return t&&r&&t>0&&r>0&&e._insert(t,r),!0}}]}]});r.show(),this.panel=r},_insert:function(e,t){var n=void 0,i=void 0,o='<table border="0" width="100%" cellpadding="0" cellspacing="0">';for(n=0;n<e;n++){if(o+="<tr>",0===n)for(i=0;i<t;i++)o+="<th> </th>";else for(i=0;i<t;i++)o+="<td> </td>";o+="</tr>"}o+="</table><p><br></p>";var r=this.editor;r.cmd.do("insertHTML",o),r.cmd.do("enableObjectResizing",!1),r.cmd.do("enableInlineTableEditing",!1)},_createEditPanel:function(){var e=this,t=A("add-row"),n=A("add-col"),i=A("del-row"),o=A("del-col"),r=A("del-table");new E(this,{width:320,tabs:[{title:"编辑表格",tpl:'<div>\n <div class="w-e-button-container" style="border-bottom:1px solid #f1f1f1;padding-bottom:5px;margin-bottom:5px;">\n <button id="'+t+'" class="left">增加行</button>\n <button id="'+i+'" class="red left">删除行</button>\n <button id="'+n+'" class="left">增加列</button>\n <button id="'+o+'" class="red left">删除列</button>\n </div>\n <div class="w-e-button-container">\n <button id="'+r+'" class="gray left">删除表格</button>\n </dv>\n </div>',events:[{selector:"#"+t,type:"click",fn:function(){return e._addRow(),!0}},{selector:"#"+n,type:"click",fn:function(){return e._addCol(),!0}},{selector:"#"+i,type:"click",fn:function(){return e._delRow(),!0}},{selector:"#"+o,type:"click",fn:function(){return e._delCol(),!0}},{selector:"#"+r,type:"click",fn:function(){return e._delTable(),!0}}]}]}).show()},_getLocationData:function(){var e={},t=this.editor.selection.getSelectionContainerElem();if(t){var n=t.getNodeName();if("TD"===n||"TH"===n){var i=t.parent(),o=i.children(),r=o.length;o.forEach(function(n,i){if(n===t[0])return e.td={index:i,elem:n,length:r},!1});var c=i.parent().children(),a=c.length;return c.forEach(function(t,n){if(t===i[0])return e.tr={index:n,elem:t,length:a},!1}),e}}},_addRow:function(){var e=this._getLocationData();if(e){var t=i(e.tr.elem),n=e.td.length,o=document.createElement("tr"),r="",c=void 0;for(c=0;c<n;c++)r+="<td> </td>";o.innerHTML=r,i(o).insertAfter(t)}},_addCol:function(){var e=this._getLocationData();if(e){var t=e.tr,n=e.td.index;i(t.elem).parent().children().forEach(function(e){var t=i(e).children().get(n),o=t.getNodeName().toLowerCase();i(document.createElement(o)).insertAfter(t)})}},_delRow:function(){var e=this._getLocationData();e&&i(e.tr.elem).remove()},_delCol:function(){var e=this._getLocationData();if(e){var t=e.tr,n=e.td.index;i(t.elem).parent().children().forEach(function(e){i(e).children().get(n).remove()})}},_delTable:function(){var e=this.editor.selection.getSelectionContainerElem();if(e){var t=e.parentUntil("table");t&&t.remove()}},tryChangeActive:function(e){var t=this.editor,n=this.$elem,i=t.selection.getSelectionContainerElem();if(i){var o=i.getNodeName();"TD"===o||"TH"===o?(this._active=!0,n.addClass("w-e-active")):(this._active=!1,n.removeClass("w-e-active"))}}},R.prototype={constructor:R,onClick:function(){this._createPanel()},_createPanel:function(){var e=this,t=A("text-val"),n=A("btn"),o=new E(this,{width:350,tabs:[{title:"插入视频",tpl:'<div>\n <input id="'+t+'" type="text" class="block" placeholder="格式如:<iframe src=... ></iframe>"/>\n <div class="w-e-button-container">\n <button id="'+n+'" class="right">插入</button>\n </div>\n </div>',events:[{selector:"#"+n,type:"click",fn:function(){var n=i("#"+t).val().trim();return n&&e._insert(n),!0}}]}]});o.show(),this.panel=o},_insert:function(e){this.editor.cmd.do("insertHTML",e+"<p><br></p>")}},T.prototype={constructor:T,onClick:function(){this.editor.config.qiniu||(this._active?this._createEditPanel():this._createInsertPanel())},_createEditPanel:function(){var e=this.editor,t=A("width-30"),n=A("width-50"),i=A("width-100"),o=A("del-btn"),r=new E(this,{width:300,tabs:[{title:"编辑图片",tpl:'<div>\n <div class="w-e-button-container" style="border-bottom:1px solid #f1f1f1;padding-bottom:5px;margin-bottom:5px;">\n <span style="float:left;font-size:14px;margin:4px 5px 0 5px;color:#333;">最大宽度:</span>\n <button id="'+t+'" class="left">30%</button>\n <button id="'+n+'" class="left">50%</button>\n <button id="'+i+'" class="left">100%</button>\n </div>\n <div class="w-e-button-container">\n <button id="'+o+'" class="gray left">删除图片</button>\n </dv>\n </div>',events:[{selector:"#"+t,type:"click",fn:function(){var t=e._selectedImg;return t&&t.css("max-width","30%"),!0}},{selector:"#"+n,type:"click",fn:function(){var t=e._selectedImg;return t&&t.css("max-width","50%"),!0}},{selector:"#"+i,type:"click",fn:function(){var t=e._selectedImg;return t&&t.css("max-width","100%"),!0}},{selector:"#"+o,type:"click",fn:function(){var t=e._selectedImg;return t&&t.remove(),!0}}]}]});r.show(),this.panel=r},_createInsertPanel:function(){var e=this.editor,t=e.uploadImg,n=e.config,o=A("up-trigger"),r=A("up-file"),c=A("link-url"),a=A("link-btn"),s=[{title:"上传图片",tpl:'<div class="w-e-up-img-container">\n <div id="'+o+'" class="w-e-up-btn">\n <i class="w-e-icon-upload2"></i>\n </div>\n <div style="display:none;">\n <input id="'+r+'" type="file" multiple="multiple" accept="image/jpg,image/jpeg,image/png,image/gif,image/bmp"/>\n </div>\n </div>',events:[{selector:"#"+o,type:"click",fn:function(){var e=i("#"+r)[0];if(!e)return!0;e.click()}},{selector:"#"+r,type:"change",fn:function(){var e=i("#"+r)[0];if(!e)return!0;var n=e.files;return n.length&&t.uploadImg(n),!0}}]},{title:"网络图片",tpl:'<div>\n <input id="'+c+'" type="text" class="block" placeholder="图片链接"/></td>\n <div class="w-e-button-container">\n <button id="'+a+'" class="right">插入</button>\n </div>\n </div>',events:[{selector:"#"+a,type:"click",fn:function(){var e=i("#"+c).val().trim();return e&&t.insertLinkImg(e),!0}}]}],l=[];(n.uploadImgShowBase64||n.uploadImgServer||n.customUploadImg)&&window.FileReader&&l.push(s[0]),n.showLinkImg&&l.push(s[1]);var d=new E(this,{width:300,tabs:l});d.show(),this.panel=d},tryChangeActive:function(e){var t=this.editor,n=this.$elem;t._selectedImg?(this._active=!0,n.addClass("w-e-active")):(this._active=!1,n.removeClass("w-e-active"))}};var U={};function Y(e){this.editor=e,this.menus={}}function P(e){var t=e.clipboardData||e.originalEvent&&e.originalEvent.clipboardData;return s(null==t?window.clipboardData&&window.clipboardData.getData("text"):t.getData("text/plain"))}function H(e){this.editor=e}function L(e){this.editor=e}function j(e){this.editor=e,this._currentRange=null}function G(e){this.editor=e,this._time=0,this._isShow=!1,this._isRender=!1,this._timeoutId=0,this.$textContainer=e.$textContainerElem,this.$bar=i('<div class="w-e-progress"></div>')}U.bold=d,U.head=f,U.fontSize=m,U.fontName=g,U.link=b,U.italic=B,U.redo=C,U.strikeThrough=y,U.underline=x,U.undo=I,U.list=Q,U.justify=M,U.foreColor=S,U.backColor=k,U.quote=_,U.code=D,U.emoticon=F,U.table=N,U.video=R,U.image=T,Y.prototype={constructor:Y,init:function(){var e=this,t=this.editor;((t.config||{}).menus||[]).forEach(function(n){var i=U[n];i&&"function"==typeof i&&(e.menus[n]=new i(t))}),this._addToToolbar(),this._bindEvent()},_addToToolbar:function(){var e=this.editor,t=e.$toolbarElem,n=this.menus,i=e.config.zIndex+1;c(n,function(e,n){var o=n.$elem;o&&(o.css("z-index",i),t.append(o))})},_bindEvent:function(){var e=this.menus,t=this.editor;c(e,function(e,n){var i=n.type;if(i){var o=n.$elem,r=n.droplist;n.panel;"click"===i&&n.onClick&&o.on("click",function(e){null!=t.selection.getRange()&&n.onClick(e)}),"droplist"===i&&r&&o.on("mouseenter",function(e){null!=t.selection.getRange()&&(r.showTimeoutId=setTimeout(function(){r.show()},200))}).on("mouseleave",function(e){r.hideTimeoutId=setTimeout(function(){r.hide()},0)}),"panel"===i&&n.onClick&&o.on("click",function(e){e.stopPropagation(),null!=t.selection.getRange()&&n.onClick(e)})}})},changeActive:function(){c(this.menus,function(e,t){t.tryChangeActive&&setTimeout(function(){t.tryChangeActive()},100)})}},H.prototype={constructor:H,init:function(){this._bindEvent()},clear:function(){this.html("<p><br></p>")},html:function(e){var t=this.editor,n=t.$textElem,i=void 0;if(null==e)return i=n.html(),i=i.replace(/\u200b/gm,""),i;n.html(e),t.initSelection()},getJSON:function(){return function e(t){var n=[];return(t.childNodes()||[]).forEach(function(t){var o=void 0,r=t.nodeType;if(3===r&&(o=s(o=t.textContent)),1===r){(o={}).tag=t.nodeName.toLowerCase();for(var c=[],a=t.attributes||{},A=a.length||0,l=0;l<A;l++){var d=a[l];c.push({name:d.name,value:d.value})}o.attrs=c,o.children=e(i(t))}n.push(o)}),n}(this.editor.$textElem)},text:function(e){var t=this.editor,n=t.$textElem,i=void 0;if(null==e)return i=n.text(),i=i.replace(/\u200b/gm,""),i;n.text("<p>"+e+"</p>"),t.initSelection()},append:function(e){var t=this.editor;t.$textElem.append(i(e)),t.initSelection()},_bindEvent:function(){this._saveRangeRealTime(),this._enterKeyHandle(),this._clearHandle(),this._pasteHandle(),this._tabHandle(),this._imgHandle(),this._dragHandle()},_saveRangeRealTime:function(){var e=this.editor,t=e.$textElem;function n(t){e.selection.saveRange(),e.menus.changeActive()}t.on("keyup",n),t.on("mousedown",function(e){t.on("mouseleave",n)}),t.on("mouseup",function(e){n(),t.off("mouseleave",n)})},_enterKeyHandle:function(){var e=this.editor,t=e.$textElem;function n(t){var n=i("<p><br></p>");n.insertBefore(t),e.selection.createRangeByElem(n,!0),e.selection.restoreSelection(),t.remove()}t.on("keyup",function(i){var o,r;13===i.keyCode&&(o=e.selection.getSelectionContainerElem(),"<code><br></code>"!==(r=o.parent()).html()?r.equal(t)&&"P"!==o.getNodeName()&&(o.text()||n(o)):n(o))}),t.on("keydown",function(t){13===t.keyCode?function(t){var n=e.selection.getSelectionContainerElem();if(n){var o=n.parent(),r=n.getNodeName(),c=o.getNodeName();if("CODE"===r&&"PRE"===c&&e.cmd.queryCommandSupported("insertHTML")){if(!0===e._willBreakCode){var a=i("<p><br></p>");return a.insertAfter(o),e.selection.createRangeByElem(a,!0),e.selection.restoreSelection(),e._willBreakCode=!1,void t.preventDefault()}var A=e.selection.getRange().startOffset;e.cmd.do("insertHTML","\n"),e.selection.saveRange(),e.selection.getRange().startOffset===A&&e.cmd.do("insertHTML","\n");var s=n.html().length;e.selection.getRange().startOffset+1===s&&(e._willBreakCode=!0),t.preventDefault()}}}(t):e._willBreakCode=!1})},_clearHandle:function(){var e=this.editor,t=e.$textElem;t.on("keydown",function(e){8===e.keyCode&&("<p><br></p>"!==t.html().toLowerCase().trim()||e.preventDefault())}),t.on("keyup",function(n){if(8===n.keyCode){var o=void 0,r=t.html().toLowerCase().trim();r&&"<br>"!==r||(o=i("<p><br/></p>"),t.html(""),t.append(o),e.selection.createRangeByElem(o,!1,!0),e.selection.restoreSelection())}})},_pasteHandle:function(){var e=this.editor,t=e.config,n=t.pasteFilterStyle,i=t.pasteTextHandle,o=t.pasteIgnoreImg,a=e.$textElem,A=0;function d(){var e=Date.now(),t=!1;return e-A>=100&&(t=!0),A=e,t}a.on("paste",function(t){if(!r.isIE()&&(t.preventDefault(),d())){var c=function(e,t,n){var i=e.clipboardData||e.originalEvent&&e.originalEvent.clipboardData,o=void 0,r=void 0;if(null==i?o=window.clipboardData&&window.clipboardData.getData("text"):(o=i.getData("text/plain"),r=i.getData("text/html")),!r&&o&&(r="<p>"+s(o)+"</p>"),r){var c=r.split("</html>");return 2===c.length&&(r=c[0]),r=(r=(r=r.replace(/<(meta|script|link).+?>/gim,"")).replace(/<!--.*?-->/gm,"")).replace(/\s?data-.+?=('|").+?('|")/gim,""),n&&(r=r.replace(/<img.+?>/gim,"")),r=t?r.replace(/\s?(class|style)=('|").*?('|")/gim,""):r.replace(/\s?class=('|").*?('|")/gim,"")}}(t,n,o),a=P(t);a=a.replace(/\n/gm,"<br>");var u=e.selection.getSelectionContainerElem();if(u){var h=u.getNodeName();if("CODE"===h||"PRE"===h)return i&&l(i)&&(a=""+(i(a)||"")),void e.cmd.do("insertHTML","<p>"+a+"</p>");if(c)try{i&&l(i)&&(c=""+(i(c)||"")),e.cmd.do("insertHTML",c)}catch(t){i&&l(i)&&(a=""+(i(a)||"")),e.cmd.do("insertHTML","<p>"+a+"</p>")}else A=0}}}),a.on("paste",function(t){if(!r.isIE()&&(t.preventDefault(),d())){var n=function(e){var t=[];if(P(e))return t;var n=(e.clipboardData||e.originalEvent&&e.originalEvent.clipboardData||{}).items;return n?(c(n,function(e,n){var i=n.type;/image/i.test(i)&&t.push(n.getAsFile())}),t):t}(t);if(n&&n.length){var i=e.selection.getSelectionContainerElem();if(i){var o=i.getNodeName();if("CODE"!==o&&"PRE"!==o)e.uploadImg.uploadImg(n)}}}})},_tabHandle:function(){var e=this.editor;e.$textElem.on("keydown",function(t){if(9===t.keyCode&&e.cmd.queryCommandSupported("insertHTML")){var n=e.selection.getSelectionContainerElem();if(n){var i=n.parent(),o=n.getNodeName(),r=i.getNodeName();"CODE"===o&&"PRE"===r?e.cmd.do("insertHTML"," "):e.cmd.do("insertHTML"," "),t.preventDefault()}}})},_imgHandle:function(){var e=this.editor,t=e.$textElem;t.on("click","img",function(t){var n=i(this);"1"!==n.attr("data-w-e")&&(e._selectedImg=n,e.selection.createRangeByElem(n),e.selection.restoreSelection())}),t.on("click keyup",function(t){t.target.matches("img")||(e._selectedImg=null)})},_dragHandle:function(){var e=this.editor;i(document).on("dragleave drop dragenter dragover",function(e){e.preventDefault()}),e.$textElem.on("drop",function(t){t.preventDefault();var n=t.dataTransfer&&t.dataTransfer.files;n&&n.length&&e.uploadImg.uploadImg(n)})}},L.prototype={constructor:L,do:function(e,t){var n=this.editor;if(n._useStyleWithCSS||(document.execCommand("styleWithCSS",null,!0),n._useStyleWithCSS=!0),n.selection.getRange()){n.selection.restoreSelection();var i="_"+e;this[i]?this[i](t):this._execCommand(e,t),n.menus.changeActive(),n.selection.saveRange(),n.selection.restoreSelection(),n.change&&n.change()}},_insertHTML:function(e){var t=this.editor.selection.getRange();this.queryCommandSupported("insertHTML")?this._execCommand("insertHTML",e):t.insertNode?(t.deleteContents(),t.insertNode(i(e)[0])):t.pasteHTML&&t.pasteHTML(e)},_insertElem:function(e){var t=this.editor.selection.getRange();t.insertNode&&(t.deleteContents(),t.insertNode(e[0]))},_execCommand:function(e,t){document.execCommand(e,!1,t)},queryCommandValue:function(e){return document.queryCommandValue(e)},queryCommandState:function(e){return document.queryCommandState(e)},queryCommandSupported:function(e){return document.queryCommandSupported(e)}},j.prototype={constructor:j,getRange:function(){return this._currentRange},saveRange:function(e){if(e)this._currentRange=e;else{var t=window.getSelection();if(0!==t.rangeCount){var n=t.getRangeAt(0),i=this.getSelectionContainerElem(n);if(i)if("false"!==i.attr("contenteditable")&&!i.parentUntil("[contenteditable=false]"))this.editor.$textElem.isContain(i)&&(this._currentRange=n)}}},collapseRange:function(e){null==e&&(e=!1);var t=this._currentRange;t&&t.collapse(e)},getSelectionText:function(){return this._currentRange?this._currentRange.toString():""},getSelectionContainerElem:function(e){var t=void 0;if(e=e||this._currentRange)return i(1===(t=e.commonAncestorContainer).nodeType?t:t.parentNode)},getSelectionStartElem:function(e){var t=void 0;if(e=e||this._currentRange)return i(1===(t=e.startContainer).nodeType?t:t.parentNode)},getSelectionEndElem:function(e){var t=void 0;if(e=e||this._currentRange)return i(1===(t=e.endContainer).nodeType?t:t.parentNode)},isSelectionEmpty:function(){var e=this._currentRange;return!(!e||!e.startContainer||e.startContainer!==e.endContainer||e.startOffset!==e.endOffset)},restoreSelection:function(){var e=window.getSelection();e.removeAllRanges(),e.addRange(this._currentRange)},createEmptyRange:function(){var e=this.editor,t=this.getRange(),n=void 0;if(t&&this.isSelectionEmpty())try{r.isWebkit()?(e.cmd.do("insertHTML","​"),t.setEnd(t.endContainer,t.endOffset+1),this.saveRange(t)):(n=i("<strong>​</strong>"),e.cmd.do("insertElem",n),this.createRangeByElem(n,!0))}catch(e){}},createRangeByElem:function(e,t,n){if(e.length){var i=e[0],o=document.createRange();n?o.selectNodeContents(i):o.selectNode(i),"boolean"==typeof t&&o.collapse(t),this.saveRange(o)}}},G.prototype={constructor:G,show:function(e){var t=this;if(!this._isShow){this._isShow=!0;var n=this.$bar;if(this._isRender)this._isRender=!0;else this.$textContainer.append(n);Date.now()-this._time>100&&e<=1&&(n.css("width",100*e+"%"),this._time=Date.now());var i=this._timeoutId;i&&clearTimeout(i),i=setTimeout(function(){t._hide()},500)}},_hide:function(){this.$bar.remove(),this._time=0,this._isShow=!1,this._isRender=!1}};var z="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function J(e){this.editor=e}J.prototype={constructor:J,_alert:function(e,t){var n=this.editor,i=n.config.debug,o=n.config.customAlert;if(i)throw new Error("wangEditor: "+(t||e));o&&"function"==typeof o?o(e):alert(e)},insertLinkImg:function(e){var t=this;if(e){var n=this.editor,i=n.config,o=i.linkImgCheck,r=void 0;if(o&&"function"==typeof o&&"string"==typeof(r=o(e)))alert(r);else{n.cmd.do("insertHTML",'<img src="'+e+'" style="max-width:100%;"/>');var c=document.createElement("img");c.onload=function(){var t=i.linkImgCallback;t&&"function"==typeof t&&t(e),c=null},c.onerror=function(){c=null,t._alert("插入图片错误",'wangEditor: 插入图片出错,图片链接是 "'+e+'",下载该链接失败')},c.onabort=function(){c=null},c.src=e}}},uploadImg:function(e){var t=this;if(e&&e.length){var n=this.editor,i=n.config,o=i.uploadImgServer,r=i.uploadImgShowBase64,A=i.uploadImgMaxSize,s=A/1024/1024,l=i.uploadImgMaxLength||1e4,d=i.uploadFileName||"",u=i.uploadImgParams||{},h=i.uploadImgParamsWithUrl,p=i.uploadImgHeaders||{},f=i.uploadImgHooks||{},m=i.uploadImgTimeout||3e3,g=i.withCredentials;null==g&&(g=!1);var w=i.customUploadImg;if(w||o||r){var v=[],E=[];if(a(e,function(e){var t=e.name,n=e.size;t&&n&&(!1!==/\.(jpg|jpeg|png|bmp|gif|webp)$/i.test(t)?A<n?E.push("【"+t+"】大于 "+s+"M"):v.push(e):E.push("【"+t+"】不是图片"))}),E.length)this._alert("图片验证未通过: \n"+E.join("\n"));else if(v.length>l)this._alert("一次最多上传"+l+"张图片");else if(w&&"function"==typeof w)w(v,this.insertLinkImg.bind(this));else{var b=new FormData;if(a(v,function(e){var t=d||e.name;b.append(t,e)}),o&&"string"==typeof o){var B=o.split("#");o=B[0];var C=B[1]||"";c(u,function(e,t){h&&(o.indexOf("?")>0?o+="&":o+="?",o=o+e+"="+t),b.append(e,t)}),C&&(o+="#"+C);var y=new XMLHttpRequest;if(y.open("POST",o),y.timeout=m,y.ontimeout=function(){f.timeout&&"function"==typeof f.timeout&&f.timeout(y,n),t._alert("上传图片超时")},y.upload&&(y.upload.onprogress=function(e){var t=void 0,i=new G(n);e.lengthComputable&&(t=e.loaded/e.total,i.show(t))}),y.onreadystatechange=function(){var e=void 0;if(4===y.readyState){if(y.status<200||y.status>=300)return f.error&&"function"==typeof f.error&&f.error(y,n),void t._alert("上传图片发生错误","上传图片发生错误,服务器返回状态是 "+y.status);if("object"!==(void 0===(e=y.responseText)?"undefined":z(e)))try{e=JSON.parse(e)}catch(i){return f.fail&&"function"==typeof f.fail&&f.fail(y,n,e),void t._alert("上传图片失败","上传图片返回结果错误,返回结果是: "+e)}if(f.customInsert||"0"==e.errno){if(f.customInsert&&"function"==typeof f.customInsert)f.customInsert(t.insertLinkImg.bind(t),e,n);else(e.data||[]).forEach(function(e){t.insertLinkImg(e)});f.success&&"function"==typeof f.success&&f.success(y,n,e)}else f.fail&&"function"==typeof f.fail&&f.fail(y,n,e),t._alert("上传图片失败","上传图片返回结果错误,返回结果 errno="+e.errno)}},f.before&&"function"==typeof f.before){var x=f.before(y,n,v);if(x&&"object"===(void 0===x?"undefined":z(x))&&x.prevent)return void this._alert(x.msg)}return c(p,function(e,t){y.setRequestHeader(e,t)}),y.withCredentials=g,void y.send(b)}r&&a(e,function(e){var n=t,i=new FileReader;i.readAsDataURL(e),i.onload=function(){n.insertLinkImg(this.result)}})}}}}};var O=1;function $(e,t){if(null==e)throw new Error("错误:初始化编辑器时候未传入任何参数,请查阅文档");this.id="wangEditor-"+O++,this.toolbarSelector=e,this.textSelector=t,this.customConfig={}}$.prototype={constructor:$,_initConfig:function(){this.config=Object.assign({},o,this.customConfig);var e=[];c(this.config.lang||{},function(t,n){e.push({reg:new RegExp(t,"img"),val:n})}),this.config.langArgs=e},_initDom:function(){var e=this,t=i(this.toolbarSelector),n=this.textSelector,o=this.config,r=o.zIndex,c=void 0,a=void 0,s=void 0,l=void 0;null==n?(c=i("<div></div>"),a=i("<div></div>"),l=t.children(),t.append(c).append(a),c.css("background-color","#f1f1f1").css("border","1px solid #ccc"),a.css("border","1px solid #ccc").css("border-top","none").css("height","300px")):(c=t,l=(a=i(n)).children()),(s=i("<div></div>")).attr("contenteditable","true").css("width","100%").css("height","100%"),l&&l.length?s.append(l):s.append(i("<p><br></p>")),a.append(s),c.addClass("w-e-toolbar"),a.addClass("w-e-text-container"),a.css("z-index",r),s.addClass("w-e-text");var d=A("toolbar-elem");c.attr("id",d);var u=A("text-elem");s.attr("id",u),this.$toolbarElem=c,this.$textContainerElem=a,this.$textElem=s,this.toolbarElemId=d,this.textElemId=u;var h=!0;a.on("compositionstart",function(){h=!1}),a.on("compositionend",function(){h=!0}),a.on("click keyup",function(){h&&e.change&&e.change()}),c.on("click",function(){this.change&&this.change()}),(o.onfocus||o.onblur)&&(this.isFocus=!1,i(document).on("click",function(t){var n=s.isContain(i(t.target)),o=c.isContain(i(t.target)),r=c[0]==t.target;if(n)e.isFocus||e.onfocus&&e.onfocus(),e.isFocus=!0;else{if(o&&!r)return;e.isFocus&&e.onblur&&e.onblur(),e.isFocus=!1}}))},_initCommand:function(){this.cmd=new L(this)},_initSelectionAPI:function(){this.selection=new j(this)},_initUploadImg:function(){this.uploadImg=new J(this)},_initMenus:function(){this.menus=new Y(this),this.menus.init()},_initText:function(){this.txt=new H(this),this.txt.init()},initSelection:function(e){var t=this.$textElem,n=t.children();if(!n.length)return t.append(i("<p><br></p>")),void this.initSelection();var o=n.last();if(e){var r=o.html().toLowerCase(),c=o.getNodeName();if("<br>"!==r&&"<br/>"!==r||"P"!==c)return t.append(i("<p><br></p>")),void this.initSelection()}this.selection.createRangeByElem(o,!1,!0),this.selection.restoreSelection()},_bindEvent:function(){var e=0,t=this.txt.html(),n=this.config,i=n.onchangeTimeout;(!(i=parseInt(i,10))||i<=0)&&(i=200);var o=n.onchange;o&&"function"==typeof o&&(this.change=function(){var n=this.txt.html();n.length===t.length&&n===t||(e&&clearTimeout(e),e=setTimeout(function(){o(n),t=n},i))});var r=n.onblur;r&&"function"==typeof r&&(this.onblur=function(){var e=this.txt.html();r(e)});var c=n.onfocus;c&&"function"==typeof c&&(this.onfocus=function(){c()})},create:function(){this._initConfig(),this._initDom(),this._initCommand(),this._initSelectionAPI(),this._initText(),this._initMenus(),this._initUploadImg(),this.initSelection(!0),this._bindEvent()},_offAllEvent:function(){i.offAll()}};try{document}catch(e){throw new Error("请在浏览器环境下运行")}"function"!=typeof Object.assign&&(Object.assign=function(e,t){if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var n=Object(e),i=1;i<arguments.length;i++){var o=arguments[i];if(null!=o)for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&(n[r]=o[r])}return n}),Element.prototype.matches||(Element.prototype.matches=Element.prototype.matchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector||Element.prototype.oMatchesSelector||Element.prototype.webkitMatchesSelector||function(e){for(var t=(this.document||this.ownerDocument).querySelectorAll(e),n=t.length;--n>=0&&t.item(n)!==this;);return n>-1});var V=document.createElement("style");return V.type="text/css",V.innerHTML='.w-e-toolbar,.w-e-text-container,.w-e-menu-panel { padding: 0; margin: 0; box-sizing: border-box;}.w-e-toolbar *,.w-e-text-container *,.w-e-menu-panel * { padding: 0; margin: 0; box-sizing: border-box;}.w-e-clear-fix:after { content: ""; display: table; clear: both;}.w-e-toolbar .w-e-droplist { position: absolute; left: 0; top: 0; background-color: #fff; border: 1px solid #f1f1f1; border-right-color: #ccc; border-bottom-color: #ccc;}.w-e-toolbar .w-e-droplist .w-e-dp-title { text-align: center; color: #999; line-height: 2; border-bottom: 1px solid #f1f1f1; font-size: 13px;}.w-e-toolbar .w-e-droplist ul.w-e-list { list-style: none; line-height: 1;}.w-e-toolbar .w-e-droplist ul.w-e-list li.w-e-item { color: #333; padding: 5px 0;}.w-e-toolbar .w-e-droplist ul.w-e-list li.w-e-item:hover { background-color: #f1f1f1;}.w-e-toolbar .w-e-droplist ul.w-e-block { list-style: none; text-align: left; padding: 5px;}.w-e-toolbar .w-e-droplist ul.w-e-block li.w-e-item { display: inline-block; *display: inline; *zoom: 1; padding: 3px 5px;}.w-e-toolbar .w-e-droplist ul.w-e-block li.w-e-item:hover { background-color: #f1f1f1;}@font-face { font-family: \'w-e-icon\'; src: url(data:application/x-font-woff;charset=utf-8;base64,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) format(\'truetype\'); font-weight: normal; font-style: normal;}[class^="w-e-icon-"],[class*=" w-e-icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: \'w-e-icon\' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.w-e-icon-close:before { content: "\\f00d";}.w-e-icon-upload2:before { content: "\\e9c6";}.w-e-icon-trash-o:before { content: "\\f014";}.w-e-icon-header:before { content: "\\f1dc";}.w-e-icon-pencil2:before { content: "\\e906";}.w-e-icon-paint-brush:before { content: "\\f1fc";}.w-e-icon-image:before { content: "\\e90d";}.w-e-icon-play:before { content: "\\e912";}.w-e-icon-location:before { content: "\\e947";}.w-e-icon-undo:before { content: "\\e965";}.w-e-icon-redo:before { content: "\\e966";}.w-e-icon-quotes-left:before { content: "\\e977";}.w-e-icon-list-numbered:before { content: "\\e9b9";}.w-e-icon-list2:before { content: "\\e9bb";}.w-e-icon-link:before { content: "\\e9cb";}.w-e-icon-happy:before { content: "\\e9df";}.w-e-icon-bold:before { content: "\\ea62";}.w-e-icon-underline:before { content: "\\ea63";}.w-e-icon-italic:before { content: "\\ea64";}.w-e-icon-strikethrough:before { content: "\\ea65";}.w-e-icon-table2:before { content: "\\ea71";}.w-e-icon-paragraph-left:before { content: "\\ea77";}.w-e-icon-paragraph-center:before { content: "\\ea78";}.w-e-icon-paragraph-right:before { content: "\\ea79";}.w-e-icon-terminal:before { content: "\\f120";}.w-e-icon-page-break:before { content: "\\ea68";}.w-e-icon-cancel-circle:before { content: "\\ea0d";}.w-e-icon-font:before { content: "\\ea5c";}.w-e-icon-text-heigh:before { content: "\\ea5f";}.w-e-toolbar { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 5px; /* flex-wrap: wrap; */ /* 单个菜单 */}.w-e-toolbar .w-e-menu { position: relative; text-align: center; padding: 5px 10px; cursor: pointer;}.w-e-toolbar .w-e-menu i { color: #999;}.w-e-toolbar .w-e-menu:hover i { color: #333;}.w-e-toolbar .w-e-active i { color: #1e88e5;}.w-e-toolbar .w-e-active:hover i { color: #1e88e5;}.w-e-text-container .w-e-panel-container { position: absolute; top: 0; left: 50%; border: 1px solid #ccc; border-top: 0; box-shadow: 1px 1px 2px #ccc; color: #333; background-color: #fff; /* 为 emotion panel 定制的样式 */ /* 上传图片的 panel 定制样式 */}.w-e-text-container .w-e-panel-container .w-e-panel-close { position: absolute; right: 0; top: 0; padding: 5px; margin: 2px 5px 0 0; cursor: pointer; color: #999;}.w-e-text-container .w-e-panel-container .w-e-panel-close:hover { color: #333;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-title { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 14px; margin: 2px 10px 0 10px; border-bottom: 1px solid #f1f1f1;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-title .w-e-item { padding: 3px 5px; color: #999; cursor: pointer; margin: 0 3px; position: relative; top: 1px;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-title .w-e-active { color: #333; border-bottom: 1px solid #333; cursor: default; font-weight: 700;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content { padding: 10px 15px 10px 15px; font-size: 16px; /* 输入框的样式 */ /* 按钮的样式 */}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input:focus,.w-e-text-container .w-e-panel-container .w-e-panel-tab-content textarea:focus,.w-e-text-container .w-e-panel-container .w-e-panel-tab-content button:focus { outline: none;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content textarea { width: 100%; border: 1px solid #ccc; padding: 5px;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content textarea:focus { border-color: #1e88e5;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type=text] { border: none; border-bottom: 1px solid #ccc; font-size: 14px; height: 20px; color: #333; text-align: left;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type=text].small { width: 30px; text-align: center;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type=text].block { display: block; width: 100%; margin: 10px 0;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type=text]:focus { border-bottom: 2px solid #1e88e5;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button { font-size: 14px; color: #1e88e5; border: none; padding: 5px 10px; background-color: #fff; cursor: pointer; border-radius: 3px;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.left { float: left; margin-right: 10px;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.right { float: right; margin-left: 10px;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.gray { color: #999;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.red { color: #c24f4a;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button:hover { background-color: #f1f1f1;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container:after { content: ""; display: table; clear: both;}.w-e-text-container .w-e-panel-container .w-e-emoticon-container .w-e-item { cursor: pointer; font-size: 18px; padding: 0 3px; display: inline-block; *display: inline; *zoom: 1;}.w-e-text-container .w-e-panel-container .w-e-up-img-container { text-align: center;}.w-e-text-container .w-e-panel-container .w-e-up-img-container .w-e-up-btn { display: inline-block; *display: inline; *zoom: 1; color: #999; cursor: pointer; font-size: 60px; line-height: 1;}.w-e-text-container .w-e-panel-container .w-e-up-img-container .w-e-up-btn:hover { color: #333;}.w-e-text-container { position: relative;}.w-e-text-container .w-e-progress { position: absolute; background-color: #1e88e5; bottom: 0; left: 0; height: 1px;}.w-e-text { padding: 0 10px; overflow-y: scroll;}.w-e-text p,.w-e-text h1,.w-e-text h2,.w-e-text h3,.w-e-text h4,.w-e-text h5,.w-e-text table,.w-e-text pre { margin: 10px 0; line-height: 1.5;}.w-e-text ul,.w-e-text ol { margin: 10px 0 10px 20px;}.w-e-text blockquote { display: block; border-left: 8px solid #d0e5f2; padding: 5px 10px; margin: 10px 0; line-height: 1.4; font-size: 100%; background-color: #f1f1f1;}.w-e-text code { display: inline-block; *display: inline; *zoom: 1; background-color: #f1f1f1; border-radius: 3px; padding: 3px 5px; margin: 0 3px;}.w-e-text pre code { display: block;}.w-e-text table { border-top: 1px solid #ccc; border-left: 1px solid #ccc;}.w-e-text table td,.w-e-text table th { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; padding: 3px 5px;}.w-e-text table th { border-bottom: 2px solid #ccc; text-align: center;}.w-e-text:focus { outline: none;}.w-e-text img { cursor: pointer;}.w-e-text img:hover { box-shadow: 0 0 5px #333;}',document.getElementsByTagName("HEAD").item(0).appendChild(V),window.wangEditor||$},e.exports=i()},tWlx:function(e,t){}});
|
|
//# sourceMappingURL=4.d7e0897bdb9bbb2a27da.js.map
|