@ckeditor/ckeditor5-paste-from-office-enhanced 44.2.0-alpha.15 → 44.2.0-alpha.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,y=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||y.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function C(t,e){const n=S();return(C=function(t,e){return n[t-=316]})(t,e)}function S(){const t=["6367870wJiNtm","314265AnZHei","40DrXPKD","1722455uyBxwx","6WDKCDC","1283002QADVdW","3bnyBQi","test","3643352RlYgcC","2789811FzYBox","11517989vkgWGj"];return(S=function(){return t})()}!function(t){const e=C,n=t();for(;;)try{if(971430===parseInt(e(325))/1+-parseInt(e(318))/2+-parseInt(e(319))/3*(-parseInt(e(321))/4)+parseInt(e(316))/5*(-parseInt(e(317))/6)+parseInt(e(323))/7+-parseInt(e(326))/8*(parseInt(e(322))/9)+parseInt(e(324))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(S);const E=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function A(t){return E[C(320)](t)}function O(t,e){const n=W();return(O=function(t,e){return n[t-=450]})(t,e)}!function(t){const e=O,n=t();for(;;)try{if(879498===-parseInt(e(467))/1+parseInt(e(464))/2*(parseInt(e(451))/3)+parseInt(e(475))/4+-parseInt(e(458))/5*(-parseInt(e(469))/6)+parseInt(e(468))/7*(-parseInt(e(473))/8)+-parseInt(e(459))/9*(parseInt(e(455))/10)+-parseInt(e(477))/11*(-parseInt(e(474))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);const L=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function P(t,e){const n=O,r=new Map;for(const[s,i]of e){if(!s[n(465)]&&!s[n(461)])continue;const e=!s[n(465)]||t[n(460)]===s[n(465)],o=!s[n(461)]||t[n(472)](s[n(461)]);e&&o&&r[n(466)](s,i)}return r}function F(t){const e=O,n={};for(let r=0;r<t[e(470)];r++){const s=t[r],i=t[e(456)](s);e(476)!==i&&(n[s]=i)}return n}function j(t){const e=O,n=t[e(462)](",")[e(479)]((t=>t[e(478)]())),r=[];for(const t of n){const n=L[e(453)](t);n&&r[e(454)](n[e(450)])}return r}function T(t){const e=O,n={};for(const r of t)Object[e(463)](n,r);return n}function W(){const t=["624UCRYwP","selectorText","exec","push","3390GvxmfA","getPropertyValue","style","5998105IgRGVk","44649mkNniO","name","className","split","assign","6634PShUos","tagName","set","107136nzjLpo","5361566uAbQbn","6dkduPC","length","cssRules","hasClass","16CVFcnk","1492068kWYOfV","787876qsVMmT","initial","187aLvoFR","trim","map","groups"];return(W=function(){return t})()}const D=R;function k(){const t=["9175bkxSBz","998257cZMyOh","values","type","238eVWqac","item","document","createRangeIn","411ZGJPcZ","from","7126sWONMg","5337htcLWO","hasStyle","_parsedData","276lYpdQh","setStyle","execute","20427vrrYIe","24bnYxTq","content","elementStart","size","18568dILkHC","7270KfRgil","1230ObriJI","537334IOXJXE","isActive","13qVCssM"];return(k=function(){return t})()}function R(t,e){const n=k();return(R=function(t,e){return n[t-=373]})(t,e)}!function(t){const e=R,n=t();for(;;)try{if(473267===-parseInt(e(398))/1*(-parseInt(e(381))/2)+-parseInt(e(379))/3*(parseInt(e(393))/4)+parseInt(e(399))/5*(parseInt(e(395))/6)+-parseInt(e(396))/7*(parseInt(e(389))/8)+-parseInt(e(382))/9*(parseInt(e(394))/10)+-parseInt(e(388))/11*(-parseInt(e(385))/12)+parseInt(e(400))/13*(parseInt(e(375))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class M extends w{[D(387)](t){const n=D,{body:r,styles:s}=t[n(384)],i=new e.UpcastWriter(r[n(377)]),o=i[n(378)](r),c=function(t){const e=O,n=new Map;for(const r in t){const s=j(r),i=t[r];for(const t of s)n[e(466)](t,i)}return n}(function(t){const e=O,n={};for(const r of t)for(const t of r[e(471)])if(t instanceof CSSStyleRule){const r=F(t[e(457)]);n[t[e(452)]]=Object[e(463)]({},n[t[e(452)]]||{},r)}return n}(s));for(const t of o){if(n(391)!==t[n(374)])continue;const e=P(t[n(376)],c);if(e[n(392)]){const r=T(Array[n(380)](e[n(373)]()));for(const e in r){const s=t[n(376)];s[n(383)](e)||i[n(386)](e,r[e],s)}}}t[n(390)]=r}[D(397)](t){return super[D(397)](t)||A(t)}}function N(t,e){const n=K();return(N=function(t,e){return n[t-=379]})(t,e)}function K(){const t=["high","getData","ClipboardPipeline","111615ZFlAew","9582430hZyxnT","map","isPremiumPlugin","79926iSgeWM","25FKZBzi","text/html","isOfficialPlugin","PasteFromOfficeEnhancedInliner","requires","editing","editor","inputTransformation","href","afterInit","11787974kFrDza","document","stylesProcessor","1243647BELmsP","init","dataTransfer","3864116tmgpAx","PasteFromOffice","plugins","pluginName","join","5JKWRyC","get","_parsedData","execute","view","56wftwPB","198Asjhhk","fromCharCode","370422gCHEOY","isActive"];return(K=function(){return t})()}const V=N;!function(t){const e=N,n=t();for(;;)try{if(499797===parseInt(e(414))/1*(parseInt(e(413))/2)+parseInt(e(404))/3+parseInt(e(391))/4*(parseInt(e(396))/5)+parseInt(e(402))/6*(-parseInt(e(409))/7)+parseInt(e(401))/8*(parseInt(e(388))/9)+-parseInt(e(410))/10+-parseInt(e(385))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class $ extends t.Plugin{static get[V(394)](){return V(417)}static get[V(416)](){return!0}static get[V(412)](){return!0}static get[V(379)](){return[V(392)]}[V(389)](){const t=V,e=this[t(381)],n=e[t(393)][t(397)](t(408)),r=e[t(380)][t(400)][t(386)],s=new M(r);n.on(t(382),((e,n)=>{const i=t,o=n[i(390)][i(407)](i(415));s[i(405)](o)&&(n[i(398)]||(n[i(398)]=b(o,r[i(387)])),s[i(399)](n))}),{priority:x.priorities[t(397)](t(406))+11})}[V(384)](){!async function(t){const e=d([49,52,72,55,50,71,69,100,121,108,51,112,119,97,73,56,104,86,103,90,53,81,114,70,107,65,115,79,105,85,87,76,120,57,122,102,88,106,116,82,84,75,67,117,68,111,89,78,99,118,74,66,48,113,83,109,110,80,77,98,101,54]),n=window[d([68,97,116,101])][d([110,111,119])](),r=t[d([101,100,105,116,111,114])],s=new(window[d([80,114,111,109,105,115,101])])((t=>{r[d([111,110,99,101])](d([114,101,97,100,121]),t)})),i={[d([107,116,121])]:d([69,67]),[d([117,115,101])]:d([115,105,103]),[d([99,114,118])]:d([80,45,50,53,54]),[d([120])]:d([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[d([121])]:d([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[d([97,108,103])]:d([69,83,50,53,54])},o=r[d([99,111,110,102,105,103])][d([103,101,116])](d([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[d([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[d([116,104,101,110])]((()=>new(window[d([80,114,111,109,105,115,101])])((t=>{let e=0;r[d([109,111,100,101,108])][d([111,110])](d([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,r)=>{r[0][d([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[d([111,102,102])]())}))}))))];return window[d([80,114,111,109,105,115,101])][d([114,97,99,101])](e)[d([116,104,101,110])]((()=>t))}function a(t){return t[d([115,116,97,114,116,115,87,105,116,104])](d([101,121]))?JSON[d([112,97,114,115,101])](u(t)):null}function u(t){return window[d([97,116,111,98])](t[d([114,101,112,108,97,99,101])](/-/g,d([43]))[d([114,101,112,108,97,99,101])](/_/g,d([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[d([108,101,110,103,116,104])];n++){const r=t[d([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[d([105,115,65,114,114,97,121])](e)?e[d([102,111,114,69,97,99,104])](t):e&&typeof e==d([111,98,106,101,99,116])?Object[d([101,110,116,114,105,101,115])](e)[d([115,111,114,116])]()[d([102,111,114,69,97,99,104])]((([e,r])=>{n(e),t(r)})):n(window[d([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[d([116,111,83,116,114,105,110,103])](16)[d([112,97,100,83,116,97,114,116])](8,d([48]))}function p(t){return t[d([115,112,108,105,116])]("")[d([114,101,118,101,114,115,101])]()[d([106,111,105,110])]("")}function m(){}function d(t){const e=N;return t[e(411)]((t=>String[e(403)](t)))[e(395)]("")}!function(t){const n=function(){const t=window[d([83,116,114,105,110,103])](window[d([112,101,114,102,111,114,109,97,110,99,101])][d([110,111,119])]())[d([114,101,112,108,97,99,101])](d([46]),"");let n=d([72]);for(let r=0;r<t[d([108,101,110,103,116,104])];r+=2){let s=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[d([108,101,110,103,116,104])]&&(s-=e[d([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=d([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121])+t,t!=d([86,97,108,105,100])&&async function(){await s,r[d([109,111,100,101,108])][d([99,104,97,110,103,101])]=m,r[d([109,111,100,101,108])][d([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,r[d([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](d([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return o==d([71,80,76])?d([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[d([115,112,108,105,116])](d([46]));return 3!=t[d([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[d([106,116,105])],n=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](t[d([108,101,110,103,116,104])]-8),16),r={...e,[d([106,116,105])]:t[d([115,117,98,115,116,114,105,110,103])](0,t[d([108,101,110,103,116,104])]-8)};return delete r[d([118,99])],l(r)==n}}}(),t?(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[d([80,114,111,109,105,115,101])])((c=>{if(i())return c(d([86,97,108,105,100]));o(),r[d([100,101,99,111,114,97,116,101])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const u=(0,x.uid)();function m(t){return!!t&&(typeof t===d([111,98,106,101,99,116])||typeof t===d([102,117,110,99,116,105,111,110]))&&typeof t[d([116,104,101,110])]===d([102,117,110,99,116,105,111,110])&&typeof t[d([99,97,116,99,104])]===d([102,117,110,99,116,105,111,110])}function h(r){a(r)[d([116,104,101,110])]((t=>t&&t[d([115,116,97,116,117,115])]==d([111,107])?f(l(u+e))!=t[d([118,101,114,105,102,105,99,97,116,105,111,110])]?d([85,115,97,103,101,76,105,109,105,116]):d([86,97,108,105,100]):d([85,115,97,103,101,76,105,109,105,116])))[d([116,104,101,110])]((t=>(i(),t)),(()=>{const t=o();return null==t?(i(),d([86,97,108,105,100])):d(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[d([116,104,101,110])](c)[d([99,97,116,99,104])]((()=>{c(d([85,115,97,103,101,76,105,109,105,116]))}));const s=36e5;function i(){const e=d([108,108,99,116,45])+f(l(t)),r=p(f(window[d([77,97,116,104])][d([99,101,105,108])](n/s)));window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([115,101,116,73,116,101,109])](e,r)}function o(){const e=d([108,108,99,116,45])+f(l(t)),n=window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([103,101,116,73,116,101,109])](e);return n?window[d([112,97,114,115,101,73,110,116])](p(n),16)*s:null}function a(t){return new(window[d([80,114,111,109,105,115,101])])(((e,n)=>{t[d([116,104,101,110])](e,n),window[d([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(d([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[d([114,101,113,117,101,115,116,73,100])]:u}}),{[d([112,114,105,111,114,105,116,121])]:d([104,105,103,104])}),r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[d([114,101,116,117,114,110])])&&(a=!0,h(t[d([114,101,116,117,114,110])]))}),{[d([112,114,105,111,114,105,116,121])]:d([108,111,119])}),s[d([116,104,101,110])]((()=>{a||c(d([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==d([97,117,116,111])}function o(){r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=d([97,117,116,111])}}(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[d([106,116,105])])),await async function(){let t=!0;try{const r=o[d([115,112,108,105,116])](d([46])),[s,i,c]=r;return e(s),await n(s,i,c),t}catch(t){return!1}function e(e){const n=a(e);n&&n[d([97,108,103])]==d([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[d([85,105,110,116,56,65,114,114,97,121])][d([102,114,111,109])](u(r),(t=>t[d([99,104,97,114,67,111,100,101,65,116])](0))),o=(new(window[d([84,101,120,116,69,110,99,111,100,101,114])]))[d([101,110,99,111,100,101])](e+d([46])+n),c=window[d([99,114,121,112,116,111])][d([115,117,98,116,108,101])];if(!c)return;const a=await c[d([105,109,112,111,114,116,75,101,121])](d([106,119,107]),i,{[d([110,97,109,101])]:d([69,67,68,83,65]),[d([110,97,109,101,100,67,117,114,118,101])]:d([80,45,50,53,54])},!1,[d([118,101,114,105,102,121])]);await c[d([118,101,114,105,102,121])]({[d([110,97,109,101])]:d([69,67,68,83,65]),[d([104,97,115,104])]:{[d([110,97,109,101])]:d([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[d([102,101,97,116,117,114,101,115])];return!(!e||!e[d([105,110,99,108,117,100,101,115])](d([42]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,79,69]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,80])))}()?function(){const e=[d([101,118,97,108,117,97,116,105,111,110]),d([116,114,105,97,108])][d([105,110,99,108,117,100,101,115])](t[d([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1739232e3;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=N,n=t[d([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[d([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[d([108,111,99,97,116,105,111,110])][e(383)]);if(n[d([105,110,99,108,117,100,101,115])](r))return!0;const s=r[d([115,112,108,105,116])](d([46]));return n[d([102,105,108,116,101,114])]((t=>t[d([105,110,99,108,117,100,101,115])](d([42]))))[d([109,97,112])]((t=>t[d([115,112,108,105,116])](d([46]))))[d([115,111,109,101])]((t=>s[d([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===d([42])))))}()?(t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([101,118,97,108,117,97,116,105,111,110])&&(e=c(d([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([116,114,105,97,108])&&(e=c(d([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[d([80,114,111,109,105,115,101])])(((t,n)=>{e[d([116,104,101,110])](t,n),m[d([116,104,101,110])]((e=>{e!=d([86,97,108,105,100])&&t(e)}),n)})):e||m||d([86,97,108,105,100]))):d([68,111,109,97,105,110,76,105,109,105,116]):d([78,111,116,65,108,108,111,119,101,100]):d([73,110,118,97,108,105,100])):d([73,110,118,97,108,105,100]))}catch(t){return d([73,110,118,97,108,105,100])}}())}(this)}}const H=B;!function(t){const e=B,n=t();for(;;)try{if(584537===parseInt(e(161))/1+parseInt(e(144))/2*(parseInt(e(133))/3)+-parseInt(e(145))/4+-parseInt(e(162))/5*(-parseInt(e(165))/6)+parseInt(e(163))/7+parseInt(e(131))/8*(parseInt(e(151))/9)+-parseInt(e(160))/10*(parseInt(e(129))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);const U=[H(159),H(154),H(147),H(141),H(138),H(136),H(170),H(137)];function Y(){const t=["82296yBVDrP","super","3YXWexY","setStyle","strong","font-weight","vertical-align","text-decoration-line","function","medium","text-decoration","line-through","split","313514DTpnrb","3501880paytvK","getChildren","font-size","keys","span","removeStyle","288ZOhVsO","length","italic","font-family","bolder","includes","filter","forEach","color","26770wAiXij","1068010ZWbTsi","372445Ocudoj","8017030UocELJ","underline","66AgjZfv","bold","getStyle","getStyleNames","insertChild","font-style","sub","from","sup","8459YDqLCm","createElement"];return(Y=function(){return t})()}const Z=[H(159),H(154),H(147)],q={"font-style":[[H(153),"i"]],"font-weight":[[H(140),H(135)],[H(166),H(135)],[H(155),H(135)],[t=>Number(t)>=600,H(135)]],"text-decoration":[[H(164),"u"],[H(142),"s"]],"text-decoration-line":[[H(164),"u"],[H(142),"s"]],"vertical-align":[[H(171),H(171)],[H(132),H(128)]]};function z(t){return U[H(156)](t)}function B(t,e){const n=Y();return(B=function(t,e){return n[t-=127]})(t,e)}function X(t){const e=H;return Array[e(127)](t[e(168)]())[e(157)](z)}function _(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=H,r={},s={};return e[n(158)]((e=>{const i=n,o=t[i(167)](e);if(o)if(c=e,Z[H(156)](c))r[e]=o;else if(e in q){const t=o[i(143)](" ");q[e][i(158)]((([n,r])=>{const o=i;for(const i of t)(o(139)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])}))}var c})),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=H;for(const s in n)n[s][r(158)]((([,n])=>{const s=r,i=e[s(130)](n,[],t[s(146)]());e[s(169)](0,i,t)})),e[r(150)](s,t)})(t,e,s),function(t,e,n){const r=H;if(!Object[r(148)](n)[r(152)])return;const s=e[r(130)](r(149),[],t[r(146)]());e[r(134)](n,s),e[r(169)](0,s,t),e[r(150)](Object[r(148)](n),t)}(t,e,r)}function J(t,e){const n=tt();return(J=function(t,e){return n[t-=465]})(t,e)}const G=J;!function(t){const e=J,n=t();for(;;)try{if(388541===parseInt(e(470))/1*(-parseInt(e(469))/2)+-parseInt(e(473))/3*(-parseInt(e(483))/4)+parseInt(e(476))/5+parseInt(e(486))/6+parseInt(e(480))/7*(-parseInt(e(475))/8)+parseInt(e(482))/9*(parseInt(e(484))/10)+parseInt(e(468))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class Q extends w{[G(472)](t){const n=G,{body:r}=t[n(466)],s=new e.UpcastWriter(r[n(467)]),i=s[n(487)](r),o=new e.ViewDocument(s[n(467)][n(485)]),c=[...new e.DomConverter(o)[n(477)],n(465)],a=i[n(479)]();for(const t of a)if(t.is(n(481))&&c[n(488)](t[n(474)])){_(t,s,X(t))}t[n(471)]=r}[G(478)](t){return super[G(478)](t)||A(t)}}function tt(){const t=["7AnIPUt","element","271926zAmBOJ","32380gEyHHe","10ZtAVFK","stylesProcessor","115128dVbLNL","createRangeIn","includes","font","_parsedData","document","3635346AgAEZE","12TotscM","41764EEfRCx","content","execute","51tyjXkw","name","5027584gLDtej","3750350mSDaxb","blockElements","isActive","getItems"];return(tt=function(){return t})()}const et=rt;function nt(){const t=["ClipboardPipeline","46rEDXNF","_parsedData","pasteFromOfficeEnhancedLicenseKeyDomainLimit","invalid","30781KiVpYe","7532792qgAzVG","pasteFromOfficeEnhancedLicenseKeyInvalid","config","PasteFromOfficeEnhanced","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","editor","isActive","dataTransfer","pasteFromOfficeEnhancedLicenseKeyTrialLimit","5wCsVhX","high","domainLimit","isOfficialPlugin","expired","pluginName","934492oMhUOm","destroy","trialLimit","get","stylesProcessor","pasteFromOfficeEnhancedLicenseKeyExpired","view","init","evaluationLimit","execute","PasteFromOffice","getData","_licenseKeyCheckInterval","PasteFromOfficeEnhancedPropagator","licenseKey","8071281cFNGrh","pasteFromOfficeEnhancedLicenseKeyValid","isPremiumPlugin","editing","document","pasteFromOfficeEnhancedLicenseKeyNotAllowed","requires","usageLimit","11614170gkEzCf","7069076wHBcdI","pasteFromOfficeEnhancedLicenseKeyUsageLimit","_showLicenseError","inputTransformation","295266cNOnTt","featureNotAllowed","text/html","3ApPjYD","plugins"];return(nt=function(){return t})()}function rt(t,e){const n=nt();return(rt=function(t,e){return n[t-=155]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(559498===parseInt(e(160))/1*(parseInt(e(156))/2)+-parseInt(e(207))/3*(-parseInt(e(176))/4)+-parseInt(e(170))/5*(parseInt(e(204))/6)+-parseInt(e(200))/7+parseInt(e(161))/8+parseInt(e(191))/9+-parseInt(e(199))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class st extends t.Plugin{static get[et(175)](){return et(189)}static get[et(173)](){return!0}static get[et(193)](){return!0}static get[et(197)](){return[et(186)]}[et(183)](){const t=et,e=this[t(166)],n=e[t(208)][t(179)](t(155)),r=e[t(194)][t(182)][t(195)],s=new Q(r);n.on(t(203),((e,n)=>{const i=t,o=n[i(168)][i(187)](i(206));s[i(167)](o)&&(n[i(157)]||(n[i(157)]=b(o,r[i(180)])),s[i(185)](n))}),{priority:x.priorities[t(179)](t(171))+10}),this[t(190)]=this[t(166)][t(163)][t(179)](t(190));const i=this[t(166)];this[t(188)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(192)==s||e(162)==s||e(181)==s||e(158)==s||e(196)==s||e(165)==s||e(169)==s||e(201)==s){delete i[r],n=s,clearInterval(this[e(188)]),this[e(188)]=void 0;break}}e(162)==n&&i[e(202)](e(159)),e(181)==n&&i[e(202)](e(174)),e(158)==n&&i[e(202)](e(172)),e(196)==n&&i[e(202)](e(205),e(164)),e(165)==n&&i[e(202)](e(184)),e(169)==n&&i[e(202)](e(178)),e(201)==n&&i[e(202)](e(198))}),1e3)}[et(177)](){const t=et;super[t(177)](),this[t(188)]&&clearInterval(this[t(188)])}}function it(){var t=["23096QYJaLi","953744WwEoIF","87950LXJfnL","511995CZiLdo","923328MvOybu","PasteFromOffice","PasteFromOfficeEnhanced","isOfficialPlugin","9cUjHjH","pluginName","92489TqiWeY","isPremiumPlugin","15169onfbzb","requires","606BixMSa"];return(it=function(){return t})()}var ot=ct;function ct(t,e){var n=it();return(ct=function(t,e){return n[t-=365]})(t,e)}!function(t){for(var e=ct,n=t();;)try{if(148873===parseInt(e(365))/1+parseInt(e(372))/2*(-parseInt(e(378))/3)+-parseInt(e(371))/4+parseInt(e(373))/5+-parseInt(e(369))/6*(-parseInt(e(367))/7)+parseInt(e(370))/8+parseInt(e(374))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class at extends t.Plugin{static get[ot(379)](){return ot(376)}static get[ot(377)](){return!0}static get[ot(366)](){return!0}static get[ot(368)](){return[ot(375),$,st]}}function ut(){var t=["8952906xyPdiC","8xXroIj","2125710zIvNqC","194856ooxdVf","90440oCLClO","280884OiEfKO","2746WGywrv","919281SkHvXZ","5vFMFTE","72uoHlNf","20SUTHkZ","1020vQRyVD"];return(ut=function(){return t})()}function lt(t,e){var n=ut();return(lt=function(t,e){return n[t-=498]})(t,e)}!function(t){for(var e=lt,n=t();;)try{if(847008===parseInt(e(509))/1*(-parseInt(e(502))/2)+-parseInt(e(506))/3*(-parseInt(e(500))/4)+parseInt(e(499))/5*(parseInt(e(503))/6)+parseInt(e(507))/7+parseInt(e(504))/8*(-parseInt(e(505))/9)+parseInt(e(501))/10*(-parseInt(e(498))/11)+-parseInt(e(508))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
|
4
|
+
*/(()=>{var t={331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,y=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||y.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function C(t,e){const n=S();return(C=function(t,e){return n[t-=316]})(t,e)}function S(){const t=["6367870wJiNtm","314265AnZHei","40DrXPKD","1722455uyBxwx","6WDKCDC","1283002QADVdW","3bnyBQi","test","3643352RlYgcC","2789811FzYBox","11517989vkgWGj"];return(S=function(){return t})()}!function(t){const e=C,n=t();for(;;)try{if(971430===parseInt(e(325))/1+-parseInt(e(318))/2+-parseInt(e(319))/3*(-parseInt(e(321))/4)+parseInt(e(316))/5*(-parseInt(e(317))/6)+parseInt(e(323))/7+-parseInt(e(326))/8*(parseInt(e(322))/9)+parseInt(e(324))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(S);const E=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function A(t){return E[C(320)](t)}function O(t,e){const n=W();return(O=function(t,e){return n[t-=450]})(t,e)}!function(t){const e=O,n=t();for(;;)try{if(879498===-parseInt(e(467))/1+parseInt(e(464))/2*(parseInt(e(451))/3)+parseInt(e(475))/4+-parseInt(e(458))/5*(-parseInt(e(469))/6)+parseInt(e(468))/7*(-parseInt(e(473))/8)+-parseInt(e(459))/9*(parseInt(e(455))/10)+-parseInt(e(477))/11*(-parseInt(e(474))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);const L=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function P(t,e){const n=O,r=new Map;for(const[s,i]of e){if(!s[n(465)]&&!s[n(461)])continue;const e=!s[n(465)]||t[n(460)]===s[n(465)],o=!s[n(461)]||t[n(472)](s[n(461)]);e&&o&&r[n(466)](s,i)}return r}function F(t){const e=O,n={};for(let r=0;r<t[e(470)];r++){const s=t[r],i=t[e(456)](s);e(476)!==i&&(n[s]=i)}return n}function j(t){const e=O,n=t[e(462)](",")[e(479)]((t=>t[e(478)]())),r=[];for(const t of n){const n=L[e(453)](t);n&&r[e(454)](n[e(450)])}return r}function T(t){const e=O,n={};for(const r of t)Object[e(463)](n,r);return n}function W(){const t=["624UCRYwP","selectorText","exec","push","3390GvxmfA","getPropertyValue","style","5998105IgRGVk","44649mkNniO","name","className","split","assign","6634PShUos","tagName","set","107136nzjLpo","5361566uAbQbn","6dkduPC","length","cssRules","hasClass","16CVFcnk","1492068kWYOfV","787876qsVMmT","initial","187aLvoFR","trim","map","groups"];return(W=function(){return t})()}const k=R;function D(){const t=["9175bkxSBz","998257cZMyOh","values","type","238eVWqac","item","document","createRangeIn","411ZGJPcZ","from","7126sWONMg","5337htcLWO","hasStyle","_parsedData","276lYpdQh","setStyle","execute","20427vrrYIe","24bnYxTq","content","elementStart","size","18568dILkHC","7270KfRgil","1230ObriJI","537334IOXJXE","isActive","13qVCssM"];return(D=function(){return t})()}function R(t,e){const n=D();return(R=function(t,e){return n[t-=373]})(t,e)}!function(t){const e=R,n=t();for(;;)try{if(473267===-parseInt(e(398))/1*(-parseInt(e(381))/2)+-parseInt(e(379))/3*(parseInt(e(393))/4)+parseInt(e(399))/5*(parseInt(e(395))/6)+-parseInt(e(396))/7*(parseInt(e(389))/8)+-parseInt(e(382))/9*(parseInt(e(394))/10)+-parseInt(e(388))/11*(-parseInt(e(385))/12)+parseInt(e(400))/13*(parseInt(e(375))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(D);class M extends w{[k(387)](t){const n=k,{body:r,styles:s}=t[n(384)],i=new e.UpcastWriter(r[n(377)]),o=i[n(378)](r),c=function(t){const e=O,n=new Map;for(const r in t){const s=j(r),i=t[r];for(const t of s)n[e(466)](t,i)}return n}(function(t){const e=O,n={};for(const r of t)for(const t of r[e(471)])if(t instanceof CSSStyleRule){const r=F(t[e(457)]);n[t[e(452)]]=Object[e(463)]({},n[t[e(452)]]||{},r)}return n}(s));for(const t of o){if(n(391)!==t[n(374)])continue;const e=P(t[n(376)],c);if(e[n(392)]){const r=T(Array[n(380)](e[n(373)]()));for(const e in r){const s=t[n(376)];s[n(383)](e)||i[n(386)](e,r[e],s)}}}t[n(390)]=r}[k(397)](t){return super[k(397)](t)||A(t)}}const N=K;function V(){const t=["_parsedData","join","get","view","init","isPremiumPlugin","requires","828216yBVCfD","582WRoBQa","544232WuuYor","dataTransfer","fromCharCode","stylesProcessor","PasteFromOfficeEnhancedInliner","plugins","2921872MgRlFp","pluginName","editing","document","execute","href","isActive","afterInit","2762FuZNkP","73JuheUC","text/html","ClipboardPipeline","editor","12910HuwmvT","15323VBbQkb","PasteFromOffice","inputTransformation","map","494420jYskVL","isOfficialPlugin","1845fCCjeV","high","getData"];return(V=function(){return t})()}function K(t,e){const n=V();return(K=function(t,e){return n[t-=321]})(t,e)}!function(t){const e=K,n=t();for(;;)try{if(194271===-parseInt(e(340))/1*(-parseInt(e(339))/2)+parseInt(e(323))/3+parseInt(e(325))/4+parseInt(e(349))/5+-parseInt(e(324))/6*(-parseInt(e(345))/7)+-parseInt(e(331))/8+-parseInt(e(351))/9*(parseInt(e(344))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(V);class $ extends t.Plugin{static get[N(332)](){return N(329)}static get[N(350)](){return!0}static get[N(321)](){return!0}static get[N(322)](){return[N(346)]}[N(358)](){const t=N,e=this[t(343)],n=e[t(330)][t(356)](t(342)),r=e[t(333)][t(357)][t(334)],s=new M(r);n.on(t(347),((e,n)=>{const i=t,o=n[i(326)][i(353)](i(341));s[i(337)](o)&&(n[i(354)]||(n[i(354)]=b(o,r[i(328)])),s[i(335)](n))}),{priority:x.priorities[t(356)](t(352))+11})}[N(338)](){!async function(t){const e=d([109,106,122,73,56,104,48,85,112,114,53,66,101,49,107,105,74,83,119,57,77,67,120,52,99,97,54,103,71,89,78,72,100,70,68,116,90,75,108,69,50,82,111,117,115,65,87,51,98,76,113,80,79,88,55,118,84,86,81,110,102,121]),n=window[d([68,97,116,101])][d([110,111,119])](),r=t[d([101,100,105,116,111,114])],s=new(window[d([80,114,111,109,105,115,101])])((t=>{r[d([111,110,99,101])](d([114,101,97,100,121]),t)})),i={[d([107,116,121])]:d([69,67]),[d([117,115,101])]:d([115,105,103]),[d([99,114,118])]:d([80,45,50,53,54]),[d([120])]:d([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[d([121])]:d([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[d([97,108,103])]:d([69,83,50,53,54])},o=r[d([99,111,110,102,105,103])][d([103,101,116])](d([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[d([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[d([116,104,101,110])]((()=>new(window[d([80,114,111,109,105,115,101])])((t=>{let e=0;r[d([109,111,100,101,108])][d([111,110])](d([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,r)=>{r[0][d([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[d([111,102,102])]())}))}))))];return window[d([80,114,111,109,105,115,101])][d([114,97,99,101])](e)[d([116,104,101,110])]((()=>t))}function a(t){return t[d([115,116,97,114,116,115,87,105,116,104])](d([101,121]))?JSON[d([112,97,114,115,101])](u(t)):null}function u(t){return window[d([97,116,111,98])](t[d([114,101,112,108,97,99,101])](/-/g,d([43]))[d([114,101,112,108,97,99,101])](/_/g,d([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[d([108,101,110,103,116,104])];n++){const r=t[d([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[d([105,115,65,114,114,97,121])](e)?e[d([102,111,114,69,97,99,104])](t):e&&typeof e==d([111,98,106,101,99,116])?Object[d([101,110,116,114,105,101,115])](e)[d([115,111,114,116])]()[d([102,111,114,69,97,99,104])]((([e,r])=>{n(e),t(r)})):n(window[d([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[d([116,111,83,116,114,105,110,103])](16)[d([112,97,100,83,116,97,114,116])](8,d([48]))}function p(t){return t[d([115,112,108,105,116])]("")[d([114,101,118,101,114,115,101])]()[d([106,111,105,110])]("")}function m(){}function d(t){const e=K;return t[e(348)]((t=>String[e(327)](t)))[e(355)]("")}!function(t){const n=function(){const t=window[d([83,116,114,105,110,103])](window[d([112,101,114,102,111,114,109,97,110,99,101])][d([110,111,119])]())[d([114,101,112,108,97,99,101])](d([46]),"");let n=d([109]);for(let r=0;r<t[d([108,101,110,103,116,104])];r+=2){let s=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[d([108,101,110,103,116,104])]&&(s-=e[d([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=d([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121])+t,t!=d([86,97,108,105,100])&&async function(){await s,r[d([109,111,100,101,108])][d([99,104,97,110,103,101])]=m,r[d([109,111,100,101,108])][d([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,r[d([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](d([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return o==d([71,80,76])?d([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[d([115,112,108,105,116])](d([46]));return 3!=t[d([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[d([106,116,105])],n=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](t[d([108,101,110,103,116,104])]-8),16),r={...e,[d([106,116,105])]:t[d([115,117,98,115,116,114,105,110,103])](0,t[d([108,101,110,103,116,104])]-8)};return delete r[d([118,99])],l(r)==n}}}(),t?(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[d([80,114,111,109,105,115,101])])((c=>{if(i())return c(d([86,97,108,105,100]));o(),r[d([100,101,99,111,114,97,116,101])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const u=(0,x.uid)();function m(t){return!!t&&(typeof t===d([111,98,106,101,99,116])||typeof t===d([102,117,110,99,116,105,111,110]))&&typeof t[d([116,104,101,110])]===d([102,117,110,99,116,105,111,110])&&typeof t[d([99,97,116,99,104])]===d([102,117,110,99,116,105,111,110])}function h(r){a(r)[d([116,104,101,110])]((t=>t&&t[d([115,116,97,116,117,115])]==d([111,107])?f(l(u+e))!=t[d([118,101,114,105,102,105,99,97,116,105,111,110])]?d([85,115,97,103,101,76,105,109,105,116]):d([86,97,108,105,100]):d([85,115,97,103,101,76,105,109,105,116])))[d([116,104,101,110])]((t=>(i(),t)),(()=>{const t=o();return null==t?(i(),d([86,97,108,105,100])):d(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[d([116,104,101,110])](c)[d([99,97,116,99,104])]((()=>{c(d([85,115,97,103,101,76,105,109,105,116]))}));const s=36e5;function i(){const e=d([108,108,99,116,45])+f(l(t)),r=p(f(window[d([77,97,116,104])][d([99,101,105,108])](n/s)));window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([115,101,116,73,116,101,109])](e,r)}function o(){const e=d([108,108,99,116,45])+f(l(t)),n=window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([103,101,116,73,116,101,109])](e);return n?window[d([112,97,114,115,101,73,110,116])](p(n),16)*s:null}function a(t){return new(window[d([80,114,111,109,105,115,101])])(((e,n)=>{t[d([116,104,101,110])](e,n),window[d([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(d([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[d([114,101,113,117,101,115,116,73,100])]:u}}),{[d([112,114,105,111,114,105,116,121])]:d([104,105,103,104])}),r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[d([114,101,116,117,114,110])])&&(a=!0,h(t[d([114,101,116,117,114,110])]))}),{[d([112,114,105,111,114,105,116,121])]:d([108,111,119])}),s[d([116,104,101,110])]((()=>{a||c(d([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==d([97,117,116,111])}function o(){r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=d([97,117,116,111])}}(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[d([106,116,105])])),await async function(){let t=!0;try{const r=o[d([115,112,108,105,116])](d([46])),[s,i,c]=r;return e(s),await n(s,i,c),t}catch(t){return!1}function e(e){const n=a(e);n&&n[d([97,108,103])]==d([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[d([85,105,110,116,56,65,114,114,97,121])][d([102,114,111,109])](u(r),(t=>t[d([99,104,97,114,67,111,100,101,65,116])](0))),o=(new(window[d([84,101,120,116,69,110,99,111,100,101,114])]))[d([101,110,99,111,100,101])](e+d([46])+n),c=window[d([99,114,121,112,116,111])][d([115,117,98,116,108,101])];if(!c)return;const a=await c[d([105,109,112,111,114,116,75,101,121])](d([106,119,107]),i,{[d([110,97,109,101])]:d([69,67,68,83,65]),[d([110,97,109,101,100,67,117,114,118,101])]:d([80,45,50,53,54])},!1,[d([118,101,114,105,102,121])]);await c[d([118,101,114,105,102,121])]({[d([110,97,109,101])]:d([69,67,68,83,65]),[d([104,97,115,104])]:{[d([110,97,109,101])]:d([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[d([102,101,97,116,117,114,101,115])];return!(!e||!e[d([105,110,99,108,117,100,101,115])](d([42]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,79,69]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,80])))}()?function(){const e=[d([101,118,97,108,117,97,116,105,111,110]),d([116,114,105,97,108])][d([105,110,99,108,117,100,101,115])](t[d([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1739318400;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=K,n=t[d([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[d([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[d([108,111,99,97,116,105,111,110])][e(336)]);if(n[d([105,110,99,108,117,100,101,115])](r))return!0;const s=r[d([115,112,108,105,116])](d([46]));return n[d([102,105,108,116,101,114])]((t=>t[d([105,110,99,108,117,100,101,115])](d([42]))))[d([109,97,112])]((t=>t[d([115,112,108,105,116])](d([46]))))[d([115,111,109,101])]((t=>s[d([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===d([42])))))}()?(t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([101,118,97,108,117,97,116,105,111,110])&&(e=c(d([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([116,114,105,97,108])&&(e=c(d([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[d([80,114,111,109,105,115,101])])(((t,n)=>{e[d([116,104,101,110])](t,n),m[d([116,104,101,110])]((e=>{e!=d([86,97,108,105,100])&&t(e)}),n)})):e||m||d([86,97,108,105,100]))):d([68,111,109,97,105,110,76,105,109,105,116]):d([78,111,116,65,108,108,111,119,101,100]):d([73,110,118,97,108,105,100])):d([73,110,118,97,108,105,100]))}catch(t){return d([73,110,118,97,108,105,100])}}())}(this)}}const U=z;!function(t){const e=z,n=t();for(;;)try{if(584537===parseInt(e(161))/1+parseInt(e(144))/2*(parseInt(e(133))/3)+-parseInt(e(145))/4+-parseInt(e(162))/5*(-parseInt(e(165))/6)+parseInt(e(163))/7+parseInt(e(131))/8*(parseInt(e(151))/9)+-parseInt(e(160))/10*(parseInt(e(129))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(H);const Y=[U(159),U(154),U(147),U(141),U(138),U(136),U(170),U(137)];function H(){const t=["82296yBVDrP","super","3YXWexY","setStyle","strong","font-weight","vertical-align","text-decoration-line","function","medium","text-decoration","line-through","split","313514DTpnrb","3501880paytvK","getChildren","font-size","keys","span","removeStyle","288ZOhVsO","length","italic","font-family","bolder","includes","filter","forEach","color","26770wAiXij","1068010ZWbTsi","372445Ocudoj","8017030UocELJ","underline","66AgjZfv","bold","getStyle","getStyleNames","insertChild","font-style","sub","from","sup","8459YDqLCm","createElement"];return(H=function(){return t})()}const q=[U(159),U(154),U(147)],B={"font-style":[[U(153),"i"]],"font-weight":[[U(140),U(135)],[U(166),U(135)],[U(155),U(135)],[t=>Number(t)>=600,U(135)]],"text-decoration":[[U(164),"u"],[U(142),"s"]],"text-decoration-line":[[U(164),"u"],[U(142),"s"]],"vertical-align":[[U(171),U(171)],[U(132),U(128)]]};function Z(t){return Y[U(156)](t)}function z(t,e){const n=H();return(z=function(t,e){return n[t-=127]})(t,e)}function X(t){const e=U;return Array[e(127)](t[e(168)]())[e(157)](Z)}function _(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=U,r={},s={};return e[n(158)]((e=>{const i=n,o=t[i(167)](e);if(o)if(c=e,q[U(156)](c))r[e]=o;else if(e in B){const t=o[i(143)](" ");B[e][i(158)]((([n,r])=>{const o=i;for(const i of t)(o(139)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])}))}var c})),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=U;for(const s in n)n[s][r(158)]((([,n])=>{const s=r,i=e[s(130)](n,[],t[s(146)]());e[s(169)](0,i,t)})),e[r(150)](s,t)})(t,e,s),function(t,e,n){const r=U;if(!Object[r(148)](n)[r(152)])return;const s=e[r(130)](r(149),[],t[r(146)]());e[r(134)](n,s),e[r(169)](0,s,t),e[r(150)](Object[r(148)](n),t)}(t,e,r)}function J(t,e){const n=tt();return(J=function(t,e){return n[t-=465]})(t,e)}const Q=J;!function(t){const e=J,n=t();for(;;)try{if(388541===parseInt(e(470))/1*(-parseInt(e(469))/2)+-parseInt(e(473))/3*(-parseInt(e(483))/4)+parseInt(e(476))/5+parseInt(e(486))/6+parseInt(e(480))/7*(-parseInt(e(475))/8)+parseInt(e(482))/9*(parseInt(e(484))/10)+parseInt(e(468))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class G extends w{[Q(472)](t){const n=Q,{body:r}=t[n(466)],s=new e.UpcastWriter(r[n(467)]),i=s[n(487)](r),o=new e.ViewDocument(s[n(467)][n(485)]),c=[...new e.DomConverter(o)[n(477)],n(465)],a=i[n(479)]();for(const t of a)if(t.is(n(481))&&c[n(488)](t[n(474)])){_(t,s,X(t))}t[n(471)]=r}[Q(478)](t){return super[Q(478)](t)||A(t)}}function tt(){const t=["7AnIPUt","element","271926zAmBOJ","32380gEyHHe","10ZtAVFK","stylesProcessor","115128dVbLNL","createRangeIn","includes","font","_parsedData","document","3635346AgAEZE","12TotscM","41764EEfRCx","content","execute","51tyjXkw","name","5027584gLDtej","3750350mSDaxb","blockElements","isActive","getItems"];return(tt=function(){return t})()}const et=rt;function nt(){const t=["ClipboardPipeline","46rEDXNF","_parsedData","pasteFromOfficeEnhancedLicenseKeyDomainLimit","invalid","30781KiVpYe","7532792qgAzVG","pasteFromOfficeEnhancedLicenseKeyInvalid","config","PasteFromOfficeEnhanced","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","editor","isActive","dataTransfer","pasteFromOfficeEnhancedLicenseKeyTrialLimit","5wCsVhX","high","domainLimit","isOfficialPlugin","expired","pluginName","934492oMhUOm","destroy","trialLimit","get","stylesProcessor","pasteFromOfficeEnhancedLicenseKeyExpired","view","init","evaluationLimit","execute","PasteFromOffice","getData","_licenseKeyCheckInterval","PasteFromOfficeEnhancedPropagator","licenseKey","8071281cFNGrh","pasteFromOfficeEnhancedLicenseKeyValid","isPremiumPlugin","editing","document","pasteFromOfficeEnhancedLicenseKeyNotAllowed","requires","usageLimit","11614170gkEzCf","7069076wHBcdI","pasteFromOfficeEnhancedLicenseKeyUsageLimit","_showLicenseError","inputTransformation","295266cNOnTt","featureNotAllowed","text/html","3ApPjYD","plugins"];return(nt=function(){return t})()}function rt(t,e){const n=nt();return(rt=function(t,e){return n[t-=155]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(559498===parseInt(e(160))/1*(parseInt(e(156))/2)+-parseInt(e(207))/3*(-parseInt(e(176))/4)+-parseInt(e(170))/5*(parseInt(e(204))/6)+-parseInt(e(200))/7+parseInt(e(161))/8+parseInt(e(191))/9+-parseInt(e(199))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class st extends t.Plugin{static get[et(175)](){return et(189)}static get[et(173)](){return!0}static get[et(193)](){return!0}static get[et(197)](){return[et(186)]}[et(183)](){const t=et,e=this[t(166)],n=e[t(208)][t(179)](t(155)),r=e[t(194)][t(182)][t(195)],s=new G(r);n.on(t(203),((e,n)=>{const i=t,o=n[i(168)][i(187)](i(206));s[i(167)](o)&&(n[i(157)]||(n[i(157)]=b(o,r[i(180)])),s[i(185)](n))}),{priority:x.priorities[t(179)](t(171))+10}),this[t(190)]=this[t(166)][t(163)][t(179)](t(190));const i=this[t(166)];this[t(188)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(192)==s||e(162)==s||e(181)==s||e(158)==s||e(196)==s||e(165)==s||e(169)==s||e(201)==s){delete i[r],n=s,clearInterval(this[e(188)]),this[e(188)]=void 0;break}}e(162)==n&&i[e(202)](e(159)),e(181)==n&&i[e(202)](e(174)),e(158)==n&&i[e(202)](e(172)),e(196)==n&&i[e(202)](e(205),e(164)),e(165)==n&&i[e(202)](e(184)),e(169)==n&&i[e(202)](e(178)),e(201)==n&&i[e(202)](e(198))}),1e3)}[et(177)](){const t=et;super[t(177)](),this[t(188)]&&clearInterval(this[t(188)])}}function it(){var t=["23096QYJaLi","953744WwEoIF","87950LXJfnL","511995CZiLdo","923328MvOybu","PasteFromOffice","PasteFromOfficeEnhanced","isOfficialPlugin","9cUjHjH","pluginName","92489TqiWeY","isPremiumPlugin","15169onfbzb","requires","606BixMSa"];return(it=function(){return t})()}var ot=ct;function ct(t,e){var n=it();return(ct=function(t,e){return n[t-=365]})(t,e)}!function(t){for(var e=ct,n=t();;)try{if(148873===parseInt(e(365))/1+parseInt(e(372))/2*(-parseInt(e(378))/3)+-parseInt(e(371))/4+parseInt(e(373))/5+-parseInt(e(369))/6*(-parseInt(e(367))/7)+parseInt(e(370))/8+parseInt(e(374))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class at extends t.Plugin{static get[ot(379)](){return ot(376)}static get[ot(377)](){return!0}static get[ot(366)](){return!0}static get[ot(368)](){return[ot(375),$,st]}}function ut(){var t=["8952906xyPdiC","8xXroIj","2125710zIvNqC","194856ooxdVf","90440oCLClO","280884OiEfKO","2746WGywrv","919281SkHvXZ","5vFMFTE","72uoHlNf","20SUTHkZ","1020vQRyVD"];return(ut=function(){return t})()}function lt(t,e){var n=ut();return(lt=function(t,e){return n[t-=498]})(t,e)}!function(t){for(var e=lt,n=t();;)try{if(847008===parseInt(e(509))/1*(-parseInt(e(502))/2)+-parseInt(e(506))/3*(-parseInt(e(500))/4)+parseInt(e(499))/5*(parseInt(e(503))/6)+parseInt(e(507))/7+parseInt(e(504))/8*(-parseInt(e(505))/9)+parseInt(e(501))/10*(-parseInt(e(498))/11)+-parseInt(e(508))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x5c825f}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x3e7c2f,parseHtml as _0x3b2fef}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x4af5e4,uid as _0xa0b76b}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x2ec943,ViewDocument as _0x57b42f,DomConverter as _0x5d511b}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function l(_0x236164){return m['test'](_0x236164);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function x(_0x2d9107,_0x1b1ccc){const _0x1b2748=new Map();for(const [_0x3db1bf,_0x311fb9]of _0x1b1ccc){if(!_0x3db1bf['tagName']&&!_0x3db1bf['className'])continue;const _0x243e09=!_0x3db1bf['tagName']||_0x2d9107['name']===_0x3db1bf['tagName'],_0x3dd7c4=!_0x3db1bf['className']||_0x2d9107['hasClass'](_0x3db1bf['className']);_0x243e09&&_0x3dd7c4&&_0x1b2748['set'](_0x3db1bf,_0x311fb9);}return _0x1b2748;}function h(_0x2ecdae){const _0x29c996={};for(let _0x4e49fa=0x0;_0x4e49fa<_0x2ecdae['length'];_0x4e49fa++){const _0x1da1a3=_0x2ecdae[_0x4e49fa],_0x520fc3=_0x2ecdae['getPropertyValue'](_0x1da1a3);'initial'!==_0x520fc3&&(_0x29c996[_0x1da1a3]=_0x520fc3);}return _0x29c996;}function O(_0x21b19c){const _0x5e3c29=_0x21b19c['split'](',')['map'](_0x1605d4=>_0x1605d4['trim']()),_0x49ca8c=[];for(const _0x494803 of _0x5e3c29){const _0x258277=S['exec'](_0x494803);_0x258277&&_0x49ca8c['push'](_0x258277['groups']);}return _0x49ca8c;}function y(_0x4f4103){const _0x43314d={};for(const _0x37a5a5 of _0x4f4103)Object['assign'](_0x43314d,_0x37a5a5);return _0x43314d;}class c extends _0x3e7c2f{['execute'](_0x589922){const {body:_0x199bcf,styles:_0x23420c}=_0x589922['_parsedData'],_0x2589af=new _0x2ec943(_0x199bcf['document']),_0x360181=_0x2589af['createRangeIn'](_0x199bcf),_0x3a0cb4=function(_0x40c349){const _0x372c8d={};for(const _0x3a945a of _0x40c349)for(const _0x3c1907 of _0x3a945a['cssRules'])if(_0x3c1907 instanceof CSSStyleRule){const _0x1e9c41=h(_0x3c1907['style']);_0x372c8d[_0x3c1907['selectorText']]=Object['assign']({},_0x372c8d[_0x3c1907['selectorText']]||{},_0x1e9c41);}return _0x372c8d;}(_0x23420c),_0x18855e=function(_0x600682){const _0x1cb0c0=new Map();for(const _0x4f8294 in _0x600682){const _0x1a48c9=O(_0x4f8294),_0x4ab951=_0x600682[_0x4f8294];for(const _0x475770 of _0x1a48c9)_0x1cb0c0['set'](_0x475770,_0x4ab951);}return _0x1cb0c0;}(_0x3a0cb4);for(const _0x1a21fc of _0x360181){if('elementStart'!==_0x1a21fc['type'])continue;const _0x42db56=x(_0x1a21fc['item'],_0x18855e);if(_0x42db56['size']){const _0x6e5fd3=y(Array['from'](_0x42db56['values']()));for(const _0x521dda in _0x6e5fd3){const _0x52cf8=_0x1a21fc['item'];_0x52cf8['hasStyle'](_0x521dda)||_0x2589af['setStyle'](_0x521dda,_0x6e5fd3[_0x521dda],_0x52cf8);}}}_0x589922['content']=_0x199bcf;}['isActive'](_0x53f974){return super['isActive'](_0x53f974)||l(_0x53f974);}}class i extends _0x5c825f{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2cc64e=this['editor'],_0x59e0cf=_0x2cc64e['plugins']['get']('ClipboardPipeline'),_0x32efb3=_0x2cc64e['editing']['view']['document'],_0x406bea=new c(_0x32efb3);_0x59e0cf['on']('inputTransformation',(_0x2e0f86,_0x551748)=>{const _0x52183c=_0x551748['dataTransfer']['getData']('text/html');_0x406bea['isActive'](_0x52183c)&&(_0x551748['_parsedData']||(_0x551748['_parsedData']=_0x3b2fef(_0x52183c,_0x32efb3['stylesProcessor'])),_0x406bea['execute'](_0x551748));},{'priority':_0x4af5e4['get']('high')+0xb});}['afterInit'](){!async function(_0x242119){const _0x2b057e=_0x3ccf98([0x31,0x34,0x48,0x37,0x32,0x47,0x45,0x64,0x79,0x6c,0x33,0x70,0x77,0x61,0x49,0x38,0x68,0x56,0x67,0x5a,0x35,0x51,0x72,0x46,0x6b,0x41,0x73,0x4f,0x69,0x55,0x57,0x4c,0x78,0x39,0x7a,0x66,0x58,0x6a,0x74,0x52,0x54,0x4b,0x43,0x75,0x44,0x6f,0x59,0x4e,0x63,0x76,0x4a,0x42,0x30,0x71,0x53,0x6d,0x6e,0x50,0x4d,0x62,0x65,0x36]),_0x4f3dd5=0x4adc8e76,_0x2c626a=0x4adbd146^_0x4f3dd5,_0x21751f=window[_0x3ccf98([0x44,0x61,0x74,0x65])][_0x3ccf98([0x6e,0x6f,0x77])](),_0x15dcc0=_0x242119[_0x3ccf98([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3916e7=new window[(_0x3ccf98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x37c8b7=>{_0x15dcc0[_0x3ccf98([0x6f,0x6e,0x63,0x65])](_0x3ccf98([0x72,0x65,0x61,0x64,0x79]),_0x37c8b7);}),_0x3eaa29={[_0x3ccf98([0x6b,0x74,0x79])]:_0x3ccf98([0x45,0x43]),[_0x3ccf98([0x75,0x73,0x65])]:_0x3ccf98([0x73,0x69,0x67]),[_0x3ccf98([0x63,0x72,0x76])]:_0x3ccf98([0x50,0x2d,0x32,0x35,0x36]),[_0x3ccf98([0x78])]:_0x3ccf98([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x3ccf98([0x79])]:_0x3ccf98([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x3ccf98([0x61,0x6c,0x67])]:_0x3ccf98([0x45,0x53,0x32,0x35,0x36])},_0x46e92b=_0x15dcc0[_0x3ccf98([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3ccf98([0x67,0x65,0x74])](_0x3ccf98([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x48d668(){let _0x5cce9e,_0x423d74=null,_0x1e0bbf=null;try{if(_0x46e92b==_0x3ccf98([0x47,0x50,0x4c]))return _0x3ccf98([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5cce9e=_0x11fda4(),!_0x5cce9e)return _0x3ccf98([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5cce9e[_0x3ccf98([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1e0bbf=_0x1b1163(_0x5cce9e[_0x3ccf98([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5cce9e[_0x3ccf98([0x6a,0x74,0x69])])),await _0x40b267()?_0x250023()?_0x34f448()?_0x3ccf98([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1f0af3()?(_0x5cce9e[_0x3ccf98([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3ccf98([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x423d74=_0x34486b(_0x3ccf98([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5cce9e[_0x3ccf98([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3ccf98([0x74,0x72,0x69,0x61,0x6c])&&(_0x423d74=_0x34486b(_0x3ccf98([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x17e5d6()):_0x3ccf98([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3ccf98([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3ccf98([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x4f9fd2){return _0x3ccf98([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x34f448(){const _0x1cdf08=[_0x3ccf98([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3ccf98([0x74,0x72,0x69,0x61,0x6c])][_0x3ccf98([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cce9e[_0x3ccf98([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x21751f/0x3e8:0xe10*_0x2c626a;return _0x5cce9e[_0x3ccf98([0x65,0x78,0x70])]<_0x1cdf08;}function _0x250023(){const _0x35c574=_0x5cce9e[_0x3ccf98([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x35c574&&(!!_0x35c574[_0x3ccf98([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ccf98([0x2a]))||(!!_0x35c574[_0x3ccf98([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ccf98([0x50,0x4f,0x45]))||!!_0x35c574[_0x3ccf98([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ccf98([0x50,0x50]))));}function _0x1f0af3(){const _0x48db9f=_0x5cce9e[_0x3ccf98([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x48db9f||0x0==_0x48db9f[_0x3ccf98([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x328cc4}=new URL(window[_0x3ccf98([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x48db9f[_0x3ccf98([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x328cc4))return!0x0;const _0x2f7bd6=_0x328cc4[_0x3ccf98([0x73,0x70,0x6c,0x69,0x74])](_0x3ccf98([0x2e]));return _0x48db9f[_0x3ccf98([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x540239=>_0x540239[_0x3ccf98([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ccf98([0x2a])))[_0x3ccf98([0x6d,0x61,0x70])](_0x453f85=>_0x453f85[_0x3ccf98([0x73,0x70,0x6c,0x69,0x74])](_0x3ccf98([0x2e])))[_0x3ccf98([0x73,0x6f,0x6d,0x65])](_0x166527=>_0x2f7bd6[_0x3ccf98([0x65,0x76,0x65,0x72,0x79])]((_0x938faa,_0x5ee5e1)=>_0x166527[_0x5ee5e1]===_0x938faa||_0x166527[_0x5ee5e1]===_0x3ccf98([0x2a])));}function _0x17e5d6(){return _0x423d74&&_0x1e0bbf?new window[(_0x3ccf98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x135d1f,_0x4cafed)=>{_0x423d74[_0x3ccf98([0x74,0x68,0x65,0x6e])](_0x135d1f,_0x4cafed),_0x1e0bbf[_0x3ccf98([0x74,0x68,0x65,0x6e])](_0x1badd5=>{_0x1badd5!=_0x3ccf98([0x56,0x61,0x6c,0x69,0x64])&&_0x135d1f(_0x1badd5);},_0x4cafed);}):_0x423d74||_0x1e0bbf||_0x3ccf98([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1b1163(_0x3e6fc0,_0x559739){return new window[(_0x3ccf98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x41b0a1=>{if(_0x3fd979())return _0x41b0a1(_0x3ccf98([0x56,0x61,0x6c,0x69,0x64]));_0x567733(),_0x15dcc0[_0x3ccf98([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3ccf98([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x52cb0f=!0x1;const _0x55be31=_0xa0b76b();function _0x113d36(_0x1f00d0){return!!_0x1f00d0&&(typeof _0x1f00d0===_0x3ccf98([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1f00d0===_0x3ccf98([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1f00d0[_0x3ccf98([0x74,0x68,0x65,0x6e])]===_0x3ccf98([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1f00d0[_0x3ccf98([0x63,0x61,0x74,0x63,0x68])]===_0x3ccf98([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x159d7e(_0x54d9ea){_0x535980(_0x54d9ea)[_0x3ccf98([0x74,0x68,0x65,0x6e])](_0x5a66f1=>{if(!_0x5a66f1||_0x5a66f1[_0x3ccf98([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3ccf98([0x6f,0x6b]))return _0x3ccf98([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1d3096(_0x1b3755(_0x55be31+_0x559739))!=_0x5a66f1[_0x3ccf98([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3ccf98([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3ccf98([0x56,0x61,0x6c,0x69,0x64]);})[_0x3ccf98([0x74,0x68,0x65,0x6e])](_0x508ed5=>(_0x9a4579(),_0x508ed5),()=>{const _0x158319=_0x44c46a();return null==_0x158319?(_0x9a4579(),_0x3ccf98([0x56,0x61,0x6c,0x69,0x64])):_0x3ccf98(_0x21751f-_0x158319>(0x6ed00a76^_0x4f3dd5)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3ccf98([0x74,0x68,0x65,0x6e])](_0x41b0a1)[_0x3ccf98([0x63,0x61,0x74,0x63,0x68])](()=>{_0x41b0a1(_0x3ccf98([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5b3380=0x4aea60f6^_0x4f3dd5;function _0x9a4579(){const _0x2142ae=_0x3ccf98([0x6c,0x6c,0x63,0x74,0x2d])+_0x1d3096(_0x1b3755(_0x3e6fc0)),_0x47ecd8=_0x412f06(_0x1d3096(window[_0x3ccf98([0x4d,0x61,0x74,0x68])][_0x3ccf98([0x63,0x65,0x69,0x6c])](_0x21751f/_0x5b3380)));window[_0x3ccf98([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3ccf98([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2142ae,_0x47ecd8);}function _0x44c46a(){const _0x390a2e=_0x3ccf98([0x6c,0x6c,0x63,0x74,0x2d])+_0x1d3096(_0x1b3755(_0x3e6fc0)),_0x4506ad=window[_0x3ccf98([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3ccf98([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x390a2e);return _0x4506ad?window[_0x3ccf98([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x412f06(_0x4506ad),0x10)*_0x5b3380:null;}function _0x535980(_0xc6ad91){return new window[(_0x3ccf98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x586c84,_0x4f1e40)=>{_0xc6ad91[_0x3ccf98([0x74,0x68,0x65,0x6e])](_0x586c84,_0x4f1e40),window[_0x3ccf98([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4f1e40,0x4add5ab6^_0x4f3dd5);});}}_0x15dcc0[_0x3ccf98([0x6f,0x6e])](_0x3ccf98([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4189b9,_0x793eb9)=>{if(_0x793eb9[0x0]!=_0x3e6fc0)return _0x41b0a1(_0x3ccf98([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x793eb9[0x1]={..._0x793eb9[0x1],[_0x3ccf98([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x55be31};},{[_0x3ccf98([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3ccf98([0x68,0x69,0x67,0x68])}),_0x15dcc0[_0x3ccf98([0x6f,0x6e])](_0x3ccf98([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xdeb034=>{_0x113d36(_0xdeb034[_0x3ccf98([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x52cb0f=!0x0,_0x159d7e(_0xdeb034[_0x3ccf98([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3ccf98([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3ccf98([0x6c,0x6f,0x77])}),_0x3916e7[_0x3ccf98([0x74,0x68,0x65,0x6e])](()=>{_0x52cb0f||_0x41b0a1(_0x3ccf98([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3fd979(){return _0x15dcc0[_0x3ccf98([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3ccf98([0x76,0x69,0x65,0x77])][_0x3ccf98([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3ccf98([0x61,0x75,0x74,0x6f]);}function _0x567733(){_0x15dcc0[_0x3ccf98([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3ccf98([0x76,0x69,0x65,0x77])][_0x3ccf98([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3ccf98([0x61,0x75,0x74,0x6f]);}}function _0x34486b(_0xcf015f){const _0x559629=[new window[(_0x3ccf98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x582d80=>setTimeout(_0x582d80,0x4ad5b0ba^_0x4f3dd5)),_0x3916e7[_0x3ccf98([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3ccf98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2da5d8=>{let _0x5627e5=0x0;_0x15dcc0[_0x3ccf98([0x6d,0x6f,0x64,0x65,0x6c])][_0x3ccf98([0x6f,0x6e])](_0x3ccf98([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1279d8,_0x4802ab)=>{_0x4802ab[0x0][_0x3ccf98([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5627e5++,_0x5627e5==(0x4adc8f8e^_0x4f3dd5)&&(_0x2da5d8(),_0x1279d8[_0x3ccf98([0x6f,0x66,0x66])]());});}))];return window[_0x3ccf98([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3ccf98([0x72,0x61,0x63,0x65])](_0x559629)[_0x3ccf98([0x74,0x68,0x65,0x6e])](()=>_0xcf015f);}async function _0x44873a(){await _0x3916e7,_0x15dcc0[_0x3ccf98([0x6d,0x6f,0x64,0x65,0x6c])][_0x3ccf98([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5f0b62,_0x15dcc0[_0x3ccf98([0x6d,0x6f,0x64,0x65,0x6c])][_0x3ccf98([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5f0b62,_0x15dcc0[_0x3ccf98([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3ccf98([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x41bc21(_0x1597b7){const _0x3a0b10=_0x350fd9();_0x15dcc0[_0x3a0b10]=_0x3ccf98([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1597b7,_0x1597b7!=_0x3ccf98([0x56,0x61,0x6c,0x69,0x64])&&_0x44873a();}function _0x350fd9(){const _0x1e97cd=window[_0x3ccf98([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3ccf98([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3ccf98([0x6e,0x6f,0x77])]())[_0x3ccf98([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3ccf98([0x2e]),'');let _0x586467=_0x3ccf98([0x48]);for(let _0x578eea=0x0;_0x578eea<_0x1e97cd[_0x3ccf98([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x578eea+=0x2){let _0x222d8c=window[_0x3ccf98([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1e97cd[_0x3ccf98([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x578eea,_0x578eea+0x2));_0x222d8c>=_0x2b057e[_0x3ccf98([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x222d8c-=_0x2b057e[_0x3ccf98([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x586467+=_0x2b057e[_0x222d8c];}return _0x586467;}function _0x11fda4(){const _0x590bb8=_0x46e92b[_0x3ccf98([0x73,0x70,0x6c,0x69,0x74])](_0x3ccf98([0x2e]));if(0x3!=_0x590bb8[_0x3ccf98([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4216d0(_0x590bb8[0x1]);function _0x4216d0(_0x17096c){const _0x3a9869=_0x346b62(_0x17096c);return _0x3a9869&&_0x1b5992()?_0x3a9869:null;function _0x1b5992(){const _0x587a69=_0x3a9869[_0x3ccf98([0x6a,0x74,0x69])],_0x5cbe5a=window[_0x3ccf98([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x587a69[_0x3ccf98([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x587a69[_0x3ccf98([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x36145c={..._0x3a9869,[_0x3ccf98([0x6a,0x74,0x69])]:_0x587a69[_0x3ccf98([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x587a69[_0x3ccf98([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x36145c[_0x3ccf98([0x76,0x63])],_0x1b3755(_0x36145c)==_0x5cbe5a;}}}async function _0x40b267(){let _0x179627=!0x0;try{const _0x3ae433=_0x46e92b[_0x3ccf98([0x73,0x70,0x6c,0x69,0x74])](_0x3ccf98([0x2e])),[_0x1ba922,_0x3b023a,_0x41f795]=_0x3ae433;return _0x254e45(_0x1ba922),await _0x3357d7(_0x1ba922,_0x3b023a,_0x41f795),_0x179627;}catch(_0x318af2){return!0x1;}function _0x254e45(_0x430223){const _0x140faf=_0x346b62(_0x430223);_0x140faf&&_0x140faf[_0x3ccf98([0x61,0x6c,0x67])]==_0x3ccf98([0x45,0x53,0x32,0x35,0x36])||(_0x179627=!0x1);}async function _0x3357d7(_0x5509d2,_0x10ae9e,_0x2e73b3){const _0x4d41c3=window[_0x3ccf98([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3ccf98([0x66,0x72,0x6f,0x6d])](_0x14f88d(_0x2e73b3),_0x27d70b=>_0x27d70b[_0x3ccf98([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x12f654=new window[(_0x3ccf98([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3ccf98([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5509d2+_0x3ccf98([0x2e])+_0x10ae9e),_0x31bf89=window[_0x3ccf98([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3ccf98([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x31bf89)return;const _0x24f671=await _0x31bf89[_0x3ccf98([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3ccf98([0x6a,0x77,0x6b]),_0x3eaa29,{[_0x3ccf98([0x6e,0x61,0x6d,0x65])]:_0x3ccf98([0x45,0x43,0x44,0x53,0x41]),[_0x3ccf98([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3ccf98([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3ccf98([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x31bf89[_0x3ccf98([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3ccf98([0x6e,0x61,0x6d,0x65])]:_0x3ccf98([0x45,0x43,0x44,0x53,0x41]),[_0x3ccf98([0x68,0x61,0x73,0x68])]:{[_0x3ccf98([0x6e,0x61,0x6d,0x65])]:_0x3ccf98([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x24f671,_0x4d41c3,_0x12f654)||(_0x179627=!0x1);}}function _0x346b62(_0x310f82){return _0x310f82[_0x3ccf98([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3ccf98([0x65,0x79]))?JSON[_0x3ccf98([0x70,0x61,0x72,0x73,0x65])](_0x14f88d(_0x310f82)):null;}function _0x14f88d(_0x2a594b){return window[_0x3ccf98([0x61,0x74,0x6f,0x62])](_0x2a594b[_0x3ccf98([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3ccf98([0x2b]))[_0x3ccf98([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3ccf98([0x2f])));}function _0x1b3755(_0x1cea00){let _0xeb5ec1=0x1505;function _0xb4d814(_0x38e57c){for(let _0x4d095a=0x0;_0x4d095a<_0x38e57c[_0x3ccf98([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4d095a++){const _0x28bdeb=_0x38e57c[_0x3ccf98([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4d095a);_0xeb5ec1=(_0xeb5ec1<<0x5)+_0xeb5ec1+_0x28bdeb,_0xeb5ec1&=_0xeb5ec1;}}function _0x3d9182(_0x554795){Array[_0x3ccf98([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x554795)?_0x554795[_0x3ccf98([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3d9182):_0x554795&&typeof _0x554795==_0x3ccf98([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3ccf98([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x554795)[_0x3ccf98([0x73,0x6f,0x72,0x74])]()[_0x3ccf98([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4aacad,_0x488850])=>{_0xb4d814(_0x4aacad),_0x3d9182(_0x488850);}):_0xb4d814(window[_0x3ccf98([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x554795));}return _0x3d9182(_0x1cea00),_0xeb5ec1>>>0x0;}function _0x1d3096(_0x39759){return _0x39759[_0x3ccf98([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3ccf98([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3ccf98([0x30]));}function _0x412f06(_0x4fa5cb){return _0x4fa5cb[_0x3ccf98([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3ccf98([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3ccf98([0x6a,0x6f,0x69,0x6e])]('');}function _0x5f0b62(){}function _0x3ccf98(_0x246b50){return _0x246b50['map'](_0x5413f2=>String['fromCharCode'](_0x5413f2))['join']('');}_0x41bc21(await _0x48d668());}(this);}}const L=['color','font-family','font-size','text-decoration','text-decoration-line','font-weight','font-style','vertical-align'],E=['color','font-family','font-size'],F={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0x54551a=>Number(_0x54551a)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function P(_0x4edb3d){return L['includes'](_0x4edb3d);}function v(_0x4fce58,_0x29aba7,_0x358c1b){const {spanStyles:_0x491ee0,stylesToBeHtmlElements:_0x3ab829}=function(_0x992d4,_0x2c8f25){const _0x147caf={},_0x4aafdd={};return _0x2c8f25['forEach'](_0x5bf382=>{const _0x1f6329=_0x992d4['getStyle'](_0x5bf382);if(_0x1f6329){if(function(_0x3ef38c){return E['includes'](_0x3ef38c);}(_0x5bf382))_0x147caf[_0x5bf382]=_0x1f6329;else{if(function(_0x594440){return _0x594440 in F;}(_0x5bf382)){const _0x9e030d=_0x1f6329['split']('\x20');F[_0x5bf382]['forEach'](([_0x3773b4,_0x216360])=>{for(const _0x10d97b of _0x9e030d){('function'==typeof _0x3773b4&&_0x3773b4(_0x10d97b)||_0x3773b4===_0x10d97b)&&(_0x4aafdd[_0x5bf382]=[..._0x4aafdd[_0x5bf382]||[],[_0x3773b4,_0x216360]]);}});}}}}),{'spanStyles':_0x147caf,'stylesToBeHtmlElements':_0x4aafdd};}(_0x4fce58,_0x358c1b);!function(_0x41a380,_0x14a082,_0x187c92){for(const _0x5e9357 in _0x187c92){_0x187c92[_0x5e9357]['forEach'](([,_0x9b5ba2])=>{const _0x41a722=_0x14a082['createElement'](_0x9b5ba2,[],_0x41a380['getChildren']());_0x14a082['insertChild'](0x0,_0x41a722,_0x41a380);}),_0x14a082['removeStyle'](_0x5e9357,_0x41a380);}}(_0x4fce58,_0x29aba7,_0x3ab829),function(_0x100edf,_0x170306,_0x306ae9){if(!Object['keys'](_0x306ae9)['length'])return;const _0x40c1ca=_0x170306['createElement']('span',[],_0x100edf['getChildren']());_0x170306['setStyle'](_0x306ae9,_0x40c1ca),_0x170306['insertChild'](0x0,_0x40c1ca,_0x100edf),_0x170306['removeStyle'](Object['keys'](_0x306ae9),_0x100edf);}(_0x4fce58,_0x29aba7,_0x491ee0);}class f extends _0x3e7c2f{['execute'](_0x1dc213){const {body:_0x4f144d}=_0x1dc213['_parsedData'],_0x419af3=new _0x2ec943(_0x4f144d['document']),_0x5a12f3=_0x419af3['createRangeIn'](_0x4f144d),_0x2e8922=new _0x57b42f(_0x419af3['document']['stylesProcessor']),_0x4b67b1=[...new _0x5d511b(_0x2e8922)['blockElements'],'font'],_0x41c71f=_0x5a12f3['getItems']();for(const _0x22d8a0 of _0x41c71f)_0x22d8a0['is']('element')&&_0x4b67b1['includes'](_0x22d8a0['name'])&&v(_0x22d8a0,_0x419af3,(_0x86e2eb=_0x22d8a0,Array['from'](_0x86e2eb['getStyleNames']())['filter'](P)));var _0x86e2eb;_0x1dc213['content']=_0x4f144d;}['isActive'](_0x60bbdc){return super['isActive'](_0x60bbdc)||l(_0x60bbdc);}}class s extends _0x5c825f{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x536988=this['editor'],_0x1c49a5=_0x536988['plugins']['get']('ClipboardPipeline'),_0x600164=_0x536988['editing']['view']['document'],_0x2f4995=new f(_0x600164);_0x1c49a5['on']('inputTransformation',(_0x445749,_0x5a8535)=>{const _0x3b6268=_0x5a8535['dataTransfer']['getData']('text/html');_0x2f4995['isActive'](_0x3b6268)&&(_0x5a8535['_parsedData']||(_0x5a8535['_parsedData']=_0x3b2fef(_0x3b6268,_0x600164['stylesProcessor'])),_0x2f4995['execute'](_0x5a8535));},{'priority':_0x4af5e4['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4c924f=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xebe9b5;for(const _0xdfae1d in _0x4c924f){const _0x17938c=_0xdfae1d,_0x3693bc=_0x4c924f[_0x17938c];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x3693bc||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x3693bc||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x3693bc||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x3693bc||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x3693bc||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x3693bc||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x3693bc||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x3693bc){delete _0x4c924f[_0x17938c],_0xebe9b5=_0x3693bc,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0xebe9b5&&_0x4c924f['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0xebe9b5&&_0x4c924f['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0xebe9b5&&_0x4c924f['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0xebe9b5&&_0x4c924f['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0xebe9b5&&_0x4c924f['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0xebe9b5&&_0x4c924f['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0xebe9b5&&_0x4c924f['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x5c825f{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{a as PasteFromOfficeEnhanced};
|
|
23
|
+
import{Plugin as _0x176091}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x9d1572,parseHtml as _0xf18b4b}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x1a6b47,uid as _0xb83f9}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x124ccc,ViewDocument as _0x4935c5,DomConverter as _0x57df61}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function l(_0x4463c5){return m['test'](_0x4463c5);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function x(_0x1e3a64,_0x42f87b){const _0x1e425e=new Map();for(const [_0x3ddee5,_0x397436]of _0x42f87b){if(!_0x3ddee5['tagName']&&!_0x3ddee5['className'])continue;const _0x488d1b=!_0x3ddee5['tagName']||_0x1e3a64['name']===_0x3ddee5['tagName'],_0x33f080=!_0x3ddee5['className']||_0x1e3a64['hasClass'](_0x3ddee5['className']);_0x488d1b&&_0x33f080&&_0x1e425e['set'](_0x3ddee5,_0x397436);}return _0x1e425e;}function h(_0x294877){const _0x179eab={};for(let _0x300150=0x0;_0x300150<_0x294877['length'];_0x300150++){const _0x1f08f1=_0x294877[_0x300150],_0x11d2d3=_0x294877['getPropertyValue'](_0x1f08f1);'initial'!==_0x11d2d3&&(_0x179eab[_0x1f08f1]=_0x11d2d3);}return _0x179eab;}function O(_0x1b58c5){const _0x320ff3=_0x1b58c5['split'](',')['map'](_0x28aafa=>_0x28aafa['trim']()),_0x49bd9a=[];for(const _0xcec6e1 of _0x320ff3){const _0x3b2720=S['exec'](_0xcec6e1);_0x3b2720&&_0x49bd9a['push'](_0x3b2720['groups']);}return _0x49bd9a;}function y(_0xb3e051){const _0x1d2acd={};for(const _0x487c4d of _0xb3e051)Object['assign'](_0x1d2acd,_0x487c4d);return _0x1d2acd;}class c extends _0x9d1572{['execute'](_0x4d63c0){const {body:_0x1d092a,styles:_0x472070}=_0x4d63c0['_parsedData'],_0x15502a=new _0x124ccc(_0x1d092a['document']),_0x64e59c=_0x15502a['createRangeIn'](_0x1d092a),_0x332b46=function(_0x3cfc09){const _0x372843={};for(const _0x4eab00 of _0x3cfc09)for(const _0x254ec2 of _0x4eab00['cssRules'])if(_0x254ec2 instanceof CSSStyleRule){const _0x3c7176=h(_0x254ec2['style']);_0x372843[_0x254ec2['selectorText']]=Object['assign']({},_0x372843[_0x254ec2['selectorText']]||{},_0x3c7176);}return _0x372843;}(_0x472070),_0x30f45c=function(_0xebc7e4){const _0x311b69=new Map();for(const _0x20edcb in _0xebc7e4){const _0x3c43fa=O(_0x20edcb),_0x462fac=_0xebc7e4[_0x20edcb];for(const _0x37db60 of _0x3c43fa)_0x311b69['set'](_0x37db60,_0x462fac);}return _0x311b69;}(_0x332b46);for(const _0x5b965e of _0x64e59c){if('elementStart'!==_0x5b965e['type'])continue;const _0x54574b=x(_0x5b965e['item'],_0x30f45c);if(_0x54574b['size']){const _0x25a649=y(Array['from'](_0x54574b['values']()));for(const _0x54c56c in _0x25a649){const _0x5db8e3=_0x5b965e['item'];_0x5db8e3['hasStyle'](_0x54c56c)||_0x15502a['setStyle'](_0x54c56c,_0x25a649[_0x54c56c],_0x5db8e3);}}}_0x4d63c0['content']=_0x1d092a;}['isActive'](_0x4031c4){return super['isActive'](_0x4031c4)||l(_0x4031c4);}}class i extends _0x176091{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0xe2383a=this['editor'],_0x3366d5=_0xe2383a['plugins']['get']('ClipboardPipeline'),_0x523ddb=_0xe2383a['editing']['view']['document'],_0x41695a=new c(_0x523ddb);_0x3366d5['on']('inputTransformation',(_0x392b62,_0x1a1360)=>{const _0x27fbb0=_0x1a1360['dataTransfer']['getData']('text/html');_0x41695a['isActive'](_0x27fbb0)&&(_0x1a1360['_parsedData']||(_0x1a1360['_parsedData']=_0xf18b4b(_0x27fbb0,_0x523ddb['stylesProcessor'])),_0x41695a['execute'](_0x1a1360));},{'priority':_0x1a6b47['get']('high')+0xb});}['afterInit'](){!async function(_0x202836){const _0x16d391=_0x277253([0x6d,0x6a,0x7a,0x49,0x38,0x68,0x30,0x55,0x70,0x72,0x35,0x42,0x65,0x31,0x6b,0x69,0x4a,0x53,0x77,0x39,0x4d,0x43,0x78,0x34,0x63,0x61,0x36,0x67,0x47,0x59,0x4e,0x48,0x64,0x46,0x44,0x74,0x5a,0x4b,0x6c,0x45,0x32,0x52,0x6f,0x75,0x73,0x41,0x57,0x33,0x62,0x4c,0x71,0x50,0x4f,0x58,0x37,0x76,0x54,0x56,0x51,0x6e,0x66,0x79]),_0x506ee8=0x23cfc082,_0xffb94b=0x23c89fca^_0x506ee8,_0x5ddbd9=window[_0x277253([0x44,0x61,0x74,0x65])][_0x277253([0x6e,0x6f,0x77])](),_0x37c4ae=_0x202836[_0x277253([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x160157=new window[(_0x277253([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3030e4=>{_0x37c4ae[_0x277253([0x6f,0x6e,0x63,0x65])](_0x277253([0x72,0x65,0x61,0x64,0x79]),_0x3030e4);}),_0x1cafc4={[_0x277253([0x6b,0x74,0x79])]:_0x277253([0x45,0x43]),[_0x277253([0x75,0x73,0x65])]:_0x277253([0x73,0x69,0x67]),[_0x277253([0x63,0x72,0x76])]:_0x277253([0x50,0x2d,0x32,0x35,0x36]),[_0x277253([0x78])]:_0x277253([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x277253([0x79])]:_0x277253([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x277253([0x61,0x6c,0x67])]:_0x277253([0x45,0x53,0x32,0x35,0x36])},_0x3baef3=_0x37c4ae[_0x277253([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x277253([0x67,0x65,0x74])](_0x277253([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x40155e(){let _0xce2229,_0x22daa7=null,_0xb5eccb=null;try{if(_0x3baef3==_0x277253([0x47,0x50,0x4c]))return _0x277253([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xce2229=_0x2addb4(),!_0xce2229)return _0x277253([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xce2229[_0x277253([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xb5eccb=_0x2d2de6(_0xce2229[_0x277253([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xce2229[_0x277253([0x6a,0x74,0x69])])),await _0x3e21a3()?_0x3f64cf()?_0x3428e0()?_0x277253([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3d7ee3()?(_0xce2229[_0x277253([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x277253([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x22daa7=_0x2e71c(_0x277253([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xce2229[_0x277253([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x277253([0x74,0x72,0x69,0x61,0x6c])&&(_0x22daa7=_0x2e71c(_0x277253([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x40695e()):_0x277253([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x277253([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x277253([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x574587){return _0x277253([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3428e0(){const _0x241eba=[_0x277253([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x277253([0x74,0x72,0x69,0x61,0x6c])][_0x277253([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xce2229[_0x277253([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5ddbd9/0x3e8:0xe10*_0xffb94b;return _0xce2229[_0x277253([0x65,0x78,0x70])]<_0x241eba;}function _0x3f64cf(){const _0x32146b=_0xce2229[_0x277253([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x32146b&&(!!_0x32146b[_0x277253([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x277253([0x2a]))||(!!_0x32146b[_0x277253([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x277253([0x50,0x4f,0x45]))||!!_0x32146b[_0x277253([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x277253([0x50,0x50]))));}function _0x3d7ee3(){const _0x4cb7b4=_0xce2229[_0x277253([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4cb7b4||0x0==_0x4cb7b4[_0x277253([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x155f7b}=new URL(window[_0x277253([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4cb7b4[_0x277253([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x155f7b))return!0x0;const _0x2f56b9=_0x155f7b[_0x277253([0x73,0x70,0x6c,0x69,0x74])](_0x277253([0x2e]));return _0x4cb7b4[_0x277253([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x7ac1e3=>_0x7ac1e3[_0x277253([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x277253([0x2a])))[_0x277253([0x6d,0x61,0x70])](_0x31d1ec=>_0x31d1ec[_0x277253([0x73,0x70,0x6c,0x69,0x74])](_0x277253([0x2e])))[_0x277253([0x73,0x6f,0x6d,0x65])](_0x498258=>_0x2f56b9[_0x277253([0x65,0x76,0x65,0x72,0x79])]((_0x453ace,_0x590353)=>_0x498258[_0x590353]===_0x453ace||_0x498258[_0x590353]===_0x277253([0x2a])));}function _0x40695e(){return _0x22daa7&&_0xb5eccb?new window[(_0x277253([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xd7d29d,_0x17d931)=>{_0x22daa7[_0x277253([0x74,0x68,0x65,0x6e])](_0xd7d29d,_0x17d931),_0xb5eccb[_0x277253([0x74,0x68,0x65,0x6e])](_0x2b7cc7=>{_0x2b7cc7!=_0x277253([0x56,0x61,0x6c,0x69,0x64])&&_0xd7d29d(_0x2b7cc7);},_0x17d931);}):_0x22daa7||_0xb5eccb||_0x277253([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2d2de6(_0x3b165e,_0x5e4b72){return new window[(_0x277253([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x322571=>{if(_0x2f5185())return _0x322571(_0x277253([0x56,0x61,0x6c,0x69,0x64]));_0x307d2a(),_0x37c4ae[_0x277253([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x277253([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3924af=!0x1;const _0x33e3b1=_0xb83f9();function _0x2ba85c(_0x19ef2c){return!!_0x19ef2c&&(typeof _0x19ef2c===_0x277253([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x19ef2c===_0x277253([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x19ef2c[_0x277253([0x74,0x68,0x65,0x6e])]===_0x277253([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x19ef2c[_0x277253([0x63,0x61,0x74,0x63,0x68])]===_0x277253([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xc82de1(_0x25ad98){_0x535af6(_0x25ad98)[_0x277253([0x74,0x68,0x65,0x6e])](_0x4e2cf9=>{if(!_0x4e2cf9||_0x4e2cf9[_0x277253([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x277253([0x6f,0x6b]))return _0x277253([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1dce34(_0x3deded(_0x33e3b1+_0x5e4b72))!=_0x4e2cf9[_0x277253([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x277253([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x277253([0x56,0x61,0x6c,0x69,0x64]);})[_0x277253([0x74,0x68,0x65,0x6e])](_0x5b744b=>(_0x98ba8e(),_0x5b744b),()=>{const _0x2ac679=_0x33e5cd();return null==_0x2ac679?(_0x98ba8e(),_0x277253([0x56,0x61,0x6c,0x69,0x64])):_0x277253(_0x5ddbd9-_0x2ac679>(0x7c34482^_0x506ee8)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x277253([0x74,0x68,0x65,0x6e])](_0x322571)[_0x277253([0x63,0x61,0x74,0x63,0x68])](()=>{_0x322571(_0x277253([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4f8b95=0x23f92e02^_0x506ee8;function _0x98ba8e(){const _0x4d7642=_0x277253([0x6c,0x6c,0x63,0x74,0x2d])+_0x1dce34(_0x3deded(_0x3b165e)),_0x421e2d=_0x291961(_0x1dce34(window[_0x277253([0x4d,0x61,0x74,0x68])][_0x277253([0x63,0x65,0x69,0x6c])](_0x5ddbd9/_0x4f8b95)));window[_0x277253([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x277253([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4d7642,_0x421e2d);}function _0x33e5cd(){const _0x43c287=_0x277253([0x6c,0x6c,0x63,0x74,0x2d])+_0x1dce34(_0x3deded(_0x3b165e)),_0x2bd0c6=window[_0x277253([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x277253([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x43c287);return _0x2bd0c6?window[_0x277253([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x291961(_0x2bd0c6),0x10)*_0x4f8b95:null;}function _0x535af6(_0x1b7311){return new window[(_0x277253([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x41e768,_0x5c2dde)=>{_0x1b7311[_0x277253([0x74,0x68,0x65,0x6e])](_0x41e768,_0x5c2dde),window[_0x277253([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5c2dde,0x23ce1442^_0x506ee8);});}}_0x37c4ae[_0x277253([0x6f,0x6e])](_0x277253([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3f337f,_0x543f92)=>{if(_0x543f92[0x0]!=_0x3b165e)return _0x322571(_0x277253([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x543f92[0x1]={..._0x543f92[0x1],[_0x277253([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x33e3b1};},{[_0x277253([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x277253([0x68,0x69,0x67,0x68])}),_0x37c4ae[_0x277253([0x6f,0x6e])](_0x277253([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x44a7d2=>{_0x2ba85c(_0x44a7d2[_0x277253([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3924af=!0x0,_0xc82de1(_0x44a7d2[_0x277253([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x277253([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x277253([0x6c,0x6f,0x77])}),_0x160157[_0x277253([0x74,0x68,0x65,0x6e])](()=>{_0x3924af||_0x322571(_0x277253([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2f5185(){return _0x37c4ae[_0x277253([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x277253([0x76,0x69,0x65,0x77])][_0x277253([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x277253([0x61,0x75,0x74,0x6f]);}function _0x307d2a(){_0x37c4ae[_0x277253([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x277253([0x76,0x69,0x65,0x77])][_0x277253([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x277253([0x61,0x75,0x74,0x6f]);}}function _0x2e71c(_0x45870f){const _0x57f504=[new window[(_0x277253([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x20fd49=>setTimeout(_0x20fd49,0x23c6fe4e^_0x506ee8)),_0x160157[_0x277253([0x74,0x68,0x65,0x6e])](()=>new window[(_0x277253([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xece1d=>{let _0x2df46e=0x0;_0x37c4ae[_0x277253([0x6d,0x6f,0x64,0x65,0x6c])][_0x277253([0x6f,0x6e])](_0x277253([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x329591,_0x20515a)=>{_0x20515a[0x0][_0x277253([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2df46e++,_0x2df46e==(0x23cfc17a^_0x506ee8)&&(_0xece1d(),_0x329591[_0x277253([0x6f,0x66,0x66])]());});}))];return window[_0x277253([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x277253([0x72,0x61,0x63,0x65])](_0x57f504)[_0x277253([0x74,0x68,0x65,0x6e])](()=>_0x45870f);}async function _0x2c1cb0(){await _0x160157,_0x37c4ae[_0x277253([0x6d,0x6f,0x64,0x65,0x6c])][_0x277253([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x25c482,_0x37c4ae[_0x277253([0x6d,0x6f,0x64,0x65,0x6c])][_0x277253([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x25c482,_0x37c4ae[_0x277253([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x277253([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x59a829(_0x57bf2d){const _0x110df8=_0x5f52d4();_0x37c4ae[_0x110df8]=_0x277253([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x57bf2d,_0x57bf2d!=_0x277253([0x56,0x61,0x6c,0x69,0x64])&&_0x2c1cb0();}function _0x5f52d4(){const _0x1c5e8c=window[_0x277253([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x277253([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x277253([0x6e,0x6f,0x77])]())[_0x277253([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x277253([0x2e]),'');let _0x4f447d=_0x277253([0x6d]);for(let _0x23dff5=0x0;_0x23dff5<_0x1c5e8c[_0x277253([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x23dff5+=0x2){let _0xd91089=window[_0x277253([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1c5e8c[_0x277253([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x23dff5,_0x23dff5+0x2));_0xd91089>=_0x16d391[_0x277253([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xd91089-=_0x16d391[_0x277253([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4f447d+=_0x16d391[_0xd91089];}return _0x4f447d;}function _0x2addb4(){const _0x37c95a=_0x3baef3[_0x277253([0x73,0x70,0x6c,0x69,0x74])](_0x277253([0x2e]));if(0x3!=_0x37c95a[_0x277253([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2e96f3(_0x37c95a[0x1]);function _0x2e96f3(_0x2e9d0f){const _0x184611=_0x59d541(_0x2e9d0f);return _0x184611&&_0x4299c5()?_0x184611:null;function _0x4299c5(){const _0x3f87ea=_0x184611[_0x277253([0x6a,0x74,0x69])],_0x5f508c=window[_0x277253([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3f87ea[_0x277253([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3f87ea[_0x277253([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x243ac1={..._0x184611,[_0x277253([0x6a,0x74,0x69])]:_0x3f87ea[_0x277253([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3f87ea[_0x277253([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x243ac1[_0x277253([0x76,0x63])],_0x3deded(_0x243ac1)==_0x5f508c;}}}async function _0x3e21a3(){let _0x32c4bd=!0x0;try{const _0x4772a8=_0x3baef3[_0x277253([0x73,0x70,0x6c,0x69,0x74])](_0x277253([0x2e])),[_0x4c9798,_0x1d03e7,_0x517900]=_0x4772a8;return _0x1b5508(_0x4c9798),await _0xb6e9b6(_0x4c9798,_0x1d03e7,_0x517900),_0x32c4bd;}catch(_0x346348){return!0x1;}function _0x1b5508(_0x231569){const _0x5069c9=_0x59d541(_0x231569);_0x5069c9&&_0x5069c9[_0x277253([0x61,0x6c,0x67])]==_0x277253([0x45,0x53,0x32,0x35,0x36])||(_0x32c4bd=!0x1);}async function _0xb6e9b6(_0x3956ca,_0x329018,_0x58496a){const _0x17c782=window[_0x277253([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x277253([0x66,0x72,0x6f,0x6d])](_0x47ca18(_0x58496a),_0x4ed31b=>_0x4ed31b[_0x277253([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5e394b=new window[(_0x277253([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x277253([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3956ca+_0x277253([0x2e])+_0x329018),_0x3d7cbe=window[_0x277253([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x277253([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3d7cbe)return;const _0x2b00af=await _0x3d7cbe[_0x277253([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x277253([0x6a,0x77,0x6b]),_0x1cafc4,{[_0x277253([0x6e,0x61,0x6d,0x65])]:_0x277253([0x45,0x43,0x44,0x53,0x41]),[_0x277253([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x277253([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x277253([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3d7cbe[_0x277253([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x277253([0x6e,0x61,0x6d,0x65])]:_0x277253([0x45,0x43,0x44,0x53,0x41]),[_0x277253([0x68,0x61,0x73,0x68])]:{[_0x277253([0x6e,0x61,0x6d,0x65])]:_0x277253([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2b00af,_0x17c782,_0x5e394b)||(_0x32c4bd=!0x1);}}function _0x59d541(_0x1dbda5){return _0x1dbda5[_0x277253([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x277253([0x65,0x79]))?JSON[_0x277253([0x70,0x61,0x72,0x73,0x65])](_0x47ca18(_0x1dbda5)):null;}function _0x47ca18(_0x58ac7e){return window[_0x277253([0x61,0x74,0x6f,0x62])](_0x58ac7e[_0x277253([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x277253([0x2b]))[_0x277253([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x277253([0x2f])));}function _0x3deded(_0x480ac6){let _0x4870e4=0x1505;function _0x521f33(_0x105754){for(let _0x1c53ba=0x0;_0x1c53ba<_0x105754[_0x277253([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1c53ba++){const _0x4c3f46=_0x105754[_0x277253([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1c53ba);_0x4870e4=(_0x4870e4<<0x5)+_0x4870e4+_0x4c3f46,_0x4870e4&=_0x4870e4;}}function _0x3a81f1(_0x2fb67b){Array[_0x277253([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2fb67b)?_0x2fb67b[_0x277253([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3a81f1):_0x2fb67b&&typeof _0x2fb67b==_0x277253([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x277253([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2fb67b)[_0x277253([0x73,0x6f,0x72,0x74])]()[_0x277253([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x460736,_0x20a98a])=>{_0x521f33(_0x460736),_0x3a81f1(_0x20a98a);}):_0x521f33(window[_0x277253([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2fb67b));}return _0x3a81f1(_0x480ac6),_0x4870e4>>>0x0;}function _0x1dce34(_0x12fb5b){return _0x12fb5b[_0x277253([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x277253([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x277253([0x30]));}function _0x291961(_0xe634e4){return _0xe634e4[_0x277253([0x73,0x70,0x6c,0x69,0x74])]('')[_0x277253([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x277253([0x6a,0x6f,0x69,0x6e])]('');}function _0x25c482(){}function _0x277253(_0x277cf9){return _0x277cf9['map'](_0x5883d2=>String['fromCharCode'](_0x5883d2))['join']('');}_0x59a829(await _0x40155e());}(this);}}const L=['color','font-family','font-size','text-decoration','text-decoration-line','font-weight','font-style','vertical-align'],E=['color','font-family','font-size'],F={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0x3db070=>Number(_0x3db070)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function P(_0x415dbf){return L['includes'](_0x415dbf);}function v(_0x418d12,_0x432f41,_0x353418){const {spanStyles:_0x398b36,stylesToBeHtmlElements:_0x33f27e}=function(_0x424740,_0x55eb5f){const _0x3f3783={},_0x57eca2={};return _0x55eb5f['forEach'](_0x4daa88=>{const _0x28d6d7=_0x424740['getStyle'](_0x4daa88);if(_0x28d6d7){if(function(_0x104a89){return E['includes'](_0x104a89);}(_0x4daa88))_0x3f3783[_0x4daa88]=_0x28d6d7;else{if(function(_0x285382){return _0x285382 in F;}(_0x4daa88)){const _0x2b14c5=_0x28d6d7['split']('\x20');F[_0x4daa88]['forEach'](([_0x10ad65,_0xaa7e20])=>{for(const _0x556695 of _0x2b14c5){('function'==typeof _0x10ad65&&_0x10ad65(_0x556695)||_0x10ad65===_0x556695)&&(_0x57eca2[_0x4daa88]=[..._0x57eca2[_0x4daa88]||[],[_0x10ad65,_0xaa7e20]]);}});}}}}),{'spanStyles':_0x3f3783,'stylesToBeHtmlElements':_0x57eca2};}(_0x418d12,_0x353418);!function(_0x1d0bc7,_0x48494f,_0x508965){for(const _0x529871 in _0x508965){_0x508965[_0x529871]['forEach'](([,_0x35a23f])=>{const _0x4b4408=_0x48494f['createElement'](_0x35a23f,[],_0x1d0bc7['getChildren']());_0x48494f['insertChild'](0x0,_0x4b4408,_0x1d0bc7);}),_0x48494f['removeStyle'](_0x529871,_0x1d0bc7);}}(_0x418d12,_0x432f41,_0x33f27e),function(_0x5222c6,_0x53acb2,_0x35cd7a){if(!Object['keys'](_0x35cd7a)['length'])return;const _0x15542f=_0x53acb2['createElement']('span',[],_0x5222c6['getChildren']());_0x53acb2['setStyle'](_0x35cd7a,_0x15542f),_0x53acb2['insertChild'](0x0,_0x15542f,_0x5222c6),_0x53acb2['removeStyle'](Object['keys'](_0x35cd7a),_0x5222c6);}(_0x418d12,_0x432f41,_0x398b36);}class f extends _0x9d1572{['execute'](_0x369e3e){const {body:_0x125bee}=_0x369e3e['_parsedData'],_0xe9702a=new _0x124ccc(_0x125bee['document']),_0x2ba631=_0xe9702a['createRangeIn'](_0x125bee),_0x36ef48=new _0x4935c5(_0xe9702a['document']['stylesProcessor']),_0x14e775=[...new _0x57df61(_0x36ef48)['blockElements'],'font'],_0x1c6d09=_0x2ba631['getItems']();for(const _0x2b01a2 of _0x1c6d09)_0x2b01a2['is']('element')&&_0x14e775['includes'](_0x2b01a2['name'])&&v(_0x2b01a2,_0xe9702a,(_0x49aef2=_0x2b01a2,Array['from'](_0x49aef2['getStyleNames']())['filter'](P)));var _0x49aef2;_0x369e3e['content']=_0x125bee;}['isActive'](_0x24719c){return super['isActive'](_0x24719c)||l(_0x24719c);}}class s extends _0x176091{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x209725=this['editor'],_0x30eac1=_0x209725['plugins']['get']('ClipboardPipeline'),_0xb5437=_0x209725['editing']['view']['document'],_0x38cc3c=new f(_0xb5437);_0x30eac1['on']('inputTransformation',(_0x890801,_0x236d50)=>{const _0x2bc125=_0x236d50['dataTransfer']['getData']('text/html');_0x38cc3c['isActive'](_0x2bc125)&&(_0x236d50['_parsedData']||(_0x236d50['_parsedData']=_0xf18b4b(_0x2bc125,_0xb5437['stylesProcessor'])),_0x38cc3c['execute'](_0x236d50));},{'priority':_0x1a6b47['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3967b6=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xc23244;for(const _0x1b674d in _0x3967b6){const _0x4eee01=_0x1b674d,_0x3f73ab=_0x3967b6[_0x4eee01];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x3f73ab||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x3f73ab||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x3f73ab||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x3f73ab||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x3f73ab||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x3f73ab||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x3f73ab||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x3f73ab){delete _0x3967b6[_0x4eee01],_0xc23244=_0x3f73ab,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0xc23244&&_0x3967b6['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0xc23244&&_0x3967b6['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0xc23244&&_0x3967b6['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0xc23244&&_0x3967b6['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0xc23244&&_0x3967b6['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0xc23244&&_0x3967b6['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0xc23244&&_0x3967b6['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x176091{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{a as PasteFromOfficeEnhanced};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-paste-from-office-enhanced",
|
|
3
|
-
"version": "44.2.0-alpha.
|
|
3
|
+
"version": "44.2.0-alpha.16",
|
|
4
4
|
"description": "Enhanced paste from Office feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"main": "src/index.js",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ckeditor/ckeditor5-core": "44.2.0-alpha.
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "44.2.0-alpha.
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "44.2.0-alpha.
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "44.2.0-alpha.
|
|
29
|
-
"ckeditor5": "44.2.0-alpha.
|
|
25
|
+
"@ckeditor/ckeditor5-core": "44.2.0-alpha.16",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "44.2.0-alpha.16",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "44.2.0-alpha.16",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "44.2.0-alpha.16",
|
|
29
|
+
"ckeditor5": "44.2.0-alpha.16"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x3b13(_0x3313b0,_0xcf61){const _0x58fdfa=_0x58fd();return _0x3b13=function(_0x3b132c,_0xf4ab61){_0x3b132c=_0x3b132c-0x17b;let _0x270576=_0x58fdfa[_0x3b132c];return _0x270576;},_0x3b13(_0x3313b0,_0xcf61);}function _0x58fd(){const _0x48ee6c=['high','getData','ClipboardPipeline','111615ZFlAew','9582430hZyxnT','map','isPremiumPlugin','79926iSgeWM','25FKZBzi','text/html','isOfficialPlugin','PasteFromOfficeEnhancedInliner','requires','editing','editor','inputTransformation','href','afterInit','11787974kFrDza','document','stylesProcessor','1243647BELmsP','init','dataTransfer','3864116tmgpAx','PasteFromOffice','plugins','pluginName','join','5JKWRyC','get','_parsedData','execute','view','56wftwPB','198Asjhhk','fromCharCode','370422gCHEOY','isActive'];_0x58fd=function(){return _0x48ee6c;};return _0x58fd();}const _0x5465ca=_0x3b13;(function(_0x179bf6,_0x1fdb33){const _0x5977c3=_0x3b13,_0x1daf6d=_0x179bf6();while(!![]){try{const _0x3ecc10=parseInt(_0x5977c3(0x19e))/0x1*(parseInt(_0x5977c3(0x19d))/0x2)+parseInt(_0x5977c3(0x194))/0x3+parseInt(_0x5977c3(0x187))/0x4*(parseInt(_0x5977c3(0x18c))/0x5)+parseInt(_0x5977c3(0x192))/0x6*(-parseInt(_0x5977c3(0x199))/0x7)+parseInt(_0x5977c3(0x191))/0x8*(parseInt(_0x5977c3(0x184))/0x9)+-parseInt(_0x5977c3(0x19a))/0xa+-parseInt(_0x5977c3(0x181))/0xb;if(_0x3ecc10===_0x1fdb33)break;else _0x1daf6d['push'](_0x1daf6d['shift']());}catch(_0x12b068){_0x1daf6d['push'](_0x1daf6d['shift']());}}}(_0x58fd,0x7a055));import{Plugin as _0x5645b9}from'ckeditor5/src/core.js';import{parseHtml as _0x1380b7}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x29ccdc,uid as _0xdbc3e0}from'ckeditor5/src/utils.js';import _0x316260 from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x5645b9{static get[_0x5465ca(0x18a)](){const _0x5b0cfc=_0x5465ca;return _0x5b0cfc(0x1a1);}static get[_0x5465ca(0x1a0)](){return!0x0;}static get[_0x5465ca(0x19c)](){return!0x0;}static get[_0x5465ca(0x17b)](){const _0x583802=_0x5465ca;return[_0x583802(0x188)];}[_0x5465ca(0x185)](){const _0x27740e=_0x5465ca,_0x38e66e=this[_0x27740e(0x17d)],_0x9c2f6c=_0x38e66e[_0x27740e(0x189)][_0x27740e(0x18d)](_0x27740e(0x198)),_0x32edeb=_0x38e66e[_0x27740e(0x17c)][_0x27740e(0x190)][_0x27740e(0x182)],_0x357d56=new _0x316260(_0x32edeb);_0x9c2f6c['on'](_0x27740e(0x17e),(_0x167a9b,_0x1ab41c)=>{const _0x124307=_0x27740e,_0x338dcf=_0x1ab41c[_0x124307(0x186)][_0x124307(0x197)](_0x124307(0x19f));_0x357d56[_0x124307(0x195)](_0x338dcf)&&(_0x1ab41c[_0x124307(0x18e)]||(_0x1ab41c[_0x124307(0x18e)]=_0x1380b7(_0x338dcf,_0x32edeb[_0x124307(0x183)])),_0x357d56[_0x124307(0x18f)](_0x1ab41c));},{'priority':_0x29ccdc[_0x27740e(0x18d)](_0x27740e(0x196))+0xb});}[_0x5465ca(0x180)](){!async function(_0x21591e){const _0x5f38c5=_0x586608([0x31,0x34,0x48,0x37,0x32,0x47,0x45,0x64,0x79,0x6c,0x33,0x70,0x77,0x61,0x49,0x38,0x68,0x56,0x67,0x5a,0x35,0x51,0x72,0x46,0x6b,0x41,0x73,0x4f,0x69,0x55,0x57,0x4c,0x78,0x39,0x7a,0x66,0x58,0x6a,0x74,0x52,0x54,0x4b,0x43,0x75,0x44,0x6f,0x59,0x4e,0x63,0x76,0x4a,0x42,0x30,0x71,0x53,0x6d,0x6e,0x50,0x4d,0x62,0x65,0x36]),_0x49cc80=0x4adc8e76,_0x4edd94=0x4adbd146^_0x49cc80,_0x1bede2=window[_0x586608([0x44,0x61,0x74,0x65])][_0x586608([0x6e,0x6f,0x77])](),_0x1ec4d7=_0x21591e[_0x586608([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x452a61=new window[(_0x586608([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x36e61f=>{_0x1ec4d7[_0x586608([0x6f,0x6e,0x63,0x65])](_0x586608([0x72,0x65,0x61,0x64,0x79]),_0x36e61f);}),_0x4d5451={[_0x586608([0x6b,0x74,0x79])]:_0x586608([0x45,0x43]),[_0x586608([0x75,0x73,0x65])]:_0x586608([0x73,0x69,0x67]),[_0x586608([0x63,0x72,0x76])]:_0x586608([0x50,0x2d,0x32,0x35,0x36]),[_0x586608([0x78])]:_0x586608([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x586608([0x79])]:_0x586608([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x586608([0x61,0x6c,0x67])]:_0x586608([0x45,0x53,0x32,0x35,0x36])},_0x536eb7=_0x1ec4d7[_0x586608([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x586608([0x67,0x65,0x74])](_0x586608([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5ca658(){let _0x2997d4,_0x58729f=null,_0x1c24b2=null;try{if(_0x536eb7==_0x586608([0x47,0x50,0x4c]))return _0x586608([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2997d4=_0x3cd250(),!_0x2997d4)return _0x586608([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2997d4[_0x586608([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1c24b2=_0x5b47d6(_0x2997d4[_0x586608([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2997d4[_0x586608([0x6a,0x74,0x69])])),await _0x521e0b()?_0x1aa574()?_0x467ca6()?_0x586608([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3ceba5()?(_0x2997d4[_0x586608([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x586608([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x58729f=_0x1fa077(_0x586608([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2997d4[_0x586608([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x586608([0x74,0x72,0x69,0x61,0x6c])&&(_0x58729f=_0x1fa077(_0x586608([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x13f7dd()):_0x586608([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x586608([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x586608([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xa4f536){return _0x586608([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x467ca6(){const _0xc39a22=[_0x586608([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x586608([0x74,0x72,0x69,0x61,0x6c])][_0x586608([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2997d4[_0x586608([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1bede2/0x3e8:0xe10*_0x4edd94;return _0x2997d4[_0x586608([0x65,0x78,0x70])]<_0xc39a22;}function _0x1aa574(){const _0x30f660=_0x2997d4[_0x586608([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x30f660&&(!!_0x30f660[_0x586608([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x586608([0x2a]))||(!!_0x30f660[_0x586608([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x586608([0x50,0x4f,0x45]))||!!_0x30f660[_0x586608([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x586608([0x50,0x50]))));}function _0x3ceba5(){const _0x3690d0=_0x3b13,_0x7c8322=_0x2997d4[_0x586608([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x7c8322||0x0==_0x7c8322[_0x586608([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3acd31}=new URL(window[_0x586608([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x3690d0(0x17f)]);if(_0x7c8322[_0x586608([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3acd31))return!0x0;const _0x485866=_0x3acd31[_0x586608([0x73,0x70,0x6c,0x69,0x74])](_0x586608([0x2e]));return _0x7c8322[_0x586608([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5aafb9=>_0x5aafb9[_0x586608([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x586608([0x2a])))[_0x586608([0x6d,0x61,0x70])](_0x27f4ba=>_0x27f4ba[_0x586608([0x73,0x70,0x6c,0x69,0x74])](_0x586608([0x2e])))[_0x586608([0x73,0x6f,0x6d,0x65])](_0x565099=>_0x485866[_0x586608([0x65,0x76,0x65,0x72,0x79])]((_0x37fbce,_0x2e65dd)=>_0x565099[_0x2e65dd]===_0x37fbce||_0x565099[_0x2e65dd]===_0x586608([0x2a])));}function _0x13f7dd(){return _0x58729f&&_0x1c24b2?new window[(_0x586608([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4f0543,_0x3a690e)=>{_0x58729f[_0x586608([0x74,0x68,0x65,0x6e])](_0x4f0543,_0x3a690e),_0x1c24b2[_0x586608([0x74,0x68,0x65,0x6e])](_0x17e103=>{_0x17e103!=_0x586608([0x56,0x61,0x6c,0x69,0x64])&&_0x4f0543(_0x17e103);},_0x3a690e);}):_0x58729f||_0x1c24b2||_0x586608([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5b47d6(_0x15e1c0,_0x3a9ca5){return new window[(_0x586608([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3cff14=>{if(_0x544e29())return _0x3cff14(_0x586608([0x56,0x61,0x6c,0x69,0x64]));_0x4fe507(),_0x1ec4d7[_0x586608([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x586608([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x32846d=!0x1;const _0x1ec95e=_0xdbc3e0();function _0x3a5833(_0xe586ed){return!!_0xe586ed&&(typeof _0xe586ed===_0x586608([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xe586ed===_0x586608([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xe586ed[_0x586608([0x74,0x68,0x65,0x6e])]===_0x586608([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xe586ed[_0x586608([0x63,0x61,0x74,0x63,0x68])]===_0x586608([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4441e(_0x1212a5){_0x5e677c(_0x1212a5)[_0x586608([0x74,0x68,0x65,0x6e])](_0x4b1a2e=>{if(!_0x4b1a2e||_0x4b1a2e[_0x586608([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x586608([0x6f,0x6b]))return _0x586608([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x392f77(_0x21bbcf(_0x1ec95e+_0x3a9ca5))!=_0x4b1a2e[_0x586608([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x586608([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x586608([0x56,0x61,0x6c,0x69,0x64]);})[_0x586608([0x74,0x68,0x65,0x6e])](_0x1ddcfe=>(_0x1ab783(),_0x1ddcfe),()=>{const _0x262de5=_0x2bf11f();return null==_0x262de5?(_0x1ab783(),_0x586608([0x56,0x61,0x6c,0x69,0x64])):_0x586608(_0x1bede2-_0x262de5>(0x6ed00a76^_0x49cc80)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x586608([0x74,0x68,0x65,0x6e])](_0x3cff14)[_0x586608([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3cff14(_0x586608([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5ab022=0x4aea60f6^_0x49cc80;function _0x1ab783(){const _0x31b728=_0x586608([0x6c,0x6c,0x63,0x74,0x2d])+_0x392f77(_0x21bbcf(_0x15e1c0)),_0x2b034f=_0x3fe822(_0x392f77(window[_0x586608([0x4d,0x61,0x74,0x68])][_0x586608([0x63,0x65,0x69,0x6c])](_0x1bede2/_0x5ab022)));window[_0x586608([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x586608([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x31b728,_0x2b034f);}function _0x2bf11f(){const _0x3d8624=_0x586608([0x6c,0x6c,0x63,0x74,0x2d])+_0x392f77(_0x21bbcf(_0x15e1c0)),_0x3be48b=window[_0x586608([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x586608([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3d8624);return _0x3be48b?window[_0x586608([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3fe822(_0x3be48b),0x10)*_0x5ab022:null;}function _0x5e677c(_0x1f45c9){return new window[(_0x586608([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3e0728,_0x15cdc9)=>{_0x1f45c9[_0x586608([0x74,0x68,0x65,0x6e])](_0x3e0728,_0x15cdc9),window[_0x586608([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x15cdc9,0x4add5ab6^_0x49cc80);});}}_0x1ec4d7[_0x586608([0x6f,0x6e])](_0x586608([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x14a79d,_0x84ddc3)=>{if(_0x84ddc3[0x0]!=_0x15e1c0)return _0x3cff14(_0x586608([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x84ddc3[0x1]={..._0x84ddc3[0x1],[_0x586608([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1ec95e};},{[_0x586608([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x586608([0x68,0x69,0x67,0x68])}),_0x1ec4d7[_0x586608([0x6f,0x6e])](_0x586608([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x35b3e3=>{_0x3a5833(_0x35b3e3[_0x586608([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x32846d=!0x0,_0x4441e(_0x35b3e3[_0x586608([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x586608([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x586608([0x6c,0x6f,0x77])}),_0x452a61[_0x586608([0x74,0x68,0x65,0x6e])](()=>{_0x32846d||_0x3cff14(_0x586608([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x544e29(){return _0x1ec4d7[_0x586608([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x586608([0x76,0x69,0x65,0x77])][_0x586608([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x586608([0x61,0x75,0x74,0x6f]);}function _0x4fe507(){_0x1ec4d7[_0x586608([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x586608([0x76,0x69,0x65,0x77])][_0x586608([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x586608([0x61,0x75,0x74,0x6f]);}}function _0x1fa077(_0x4ee26e){const _0x238b0c=[new window[(_0x586608([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x54ce24=>setTimeout(_0x54ce24,0x4ad5b0ba^_0x49cc80)),_0x452a61[_0x586608([0x74,0x68,0x65,0x6e])](()=>new window[(_0x586608([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1f0e43=>{let _0x2b83f6=0x0;_0x1ec4d7[_0x586608([0x6d,0x6f,0x64,0x65,0x6c])][_0x586608([0x6f,0x6e])](_0x586608([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x16985b,_0x5b8d41)=>{_0x5b8d41[0x0][_0x586608([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2b83f6++,_0x2b83f6==(0x4adc8f8e^_0x49cc80)&&(_0x1f0e43(),_0x16985b[_0x586608([0x6f,0x66,0x66])]());});}))];return window[_0x586608([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x586608([0x72,0x61,0x63,0x65])](_0x238b0c)[_0x586608([0x74,0x68,0x65,0x6e])](()=>_0x4ee26e);}async function _0x2ce676(){await _0x452a61,_0x1ec4d7[_0x586608([0x6d,0x6f,0x64,0x65,0x6c])][_0x586608([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3a39b3,_0x1ec4d7[_0x586608([0x6d,0x6f,0x64,0x65,0x6c])][_0x586608([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3a39b3,_0x1ec4d7[_0x586608([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x586608([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x178f79(_0x1748e0){const _0x2f17c9=_0x3580c2();_0x1ec4d7[_0x2f17c9]=_0x586608([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1748e0,_0x1748e0!=_0x586608([0x56,0x61,0x6c,0x69,0x64])&&_0x2ce676();}function _0x3580c2(){const _0x428ac8=window[_0x586608([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x586608([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x586608([0x6e,0x6f,0x77])]())[_0x586608([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x586608([0x2e]),'');let _0x66c872=_0x586608([0x48]);for(let _0xbb7d64=0x0;_0xbb7d64<_0x428ac8[_0x586608([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xbb7d64+=0x2){let _0x202abd=window[_0x586608([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x428ac8[_0x586608([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xbb7d64,_0xbb7d64+0x2));_0x202abd>=_0x5f38c5[_0x586608([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x202abd-=_0x5f38c5[_0x586608([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x66c872+=_0x5f38c5[_0x202abd];}return _0x66c872;}function _0x3cd250(){const _0x5ecc6d=_0x536eb7[_0x586608([0x73,0x70,0x6c,0x69,0x74])](_0x586608([0x2e]));if(0x3!=_0x5ecc6d[_0x586608([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x37c8bf(_0x5ecc6d[0x1]);function _0x37c8bf(_0x14f628){const _0x30a542=_0x1f6250(_0x14f628);return _0x30a542&&_0xfaf613()?_0x30a542:null;function _0xfaf613(){const _0x4f1885=_0x30a542[_0x586608([0x6a,0x74,0x69])],_0x22f933=window[_0x586608([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f1885[_0x586608([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4f1885[_0x586608([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x249de6={..._0x30a542,[_0x586608([0x6a,0x74,0x69])]:_0x4f1885[_0x586608([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4f1885[_0x586608([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x249de6[_0x586608([0x76,0x63])],_0x21bbcf(_0x249de6)==_0x22f933;}}}async function _0x521e0b(){let _0xe1de16=!0x0;try{const _0x193daa=_0x536eb7[_0x586608([0x73,0x70,0x6c,0x69,0x74])](_0x586608([0x2e])),[_0x3f0b32,_0x298653,_0x76107]=_0x193daa;return _0x56486e(_0x3f0b32),await _0x5c33c6(_0x3f0b32,_0x298653,_0x76107),_0xe1de16;}catch(_0x5cba42){return!0x1;}function _0x56486e(_0x5745ff){const _0x39d78f=_0x1f6250(_0x5745ff);_0x39d78f&&_0x39d78f[_0x586608([0x61,0x6c,0x67])]==_0x586608([0x45,0x53,0x32,0x35,0x36])||(_0xe1de16=!0x1);}async function _0x5c33c6(_0x44882c,_0x4d3006,_0x27ea8a){const _0x4a9f25=window[_0x586608([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x586608([0x66,0x72,0x6f,0x6d])](_0x4ba08b(_0x27ea8a),_0x3a1026=>_0x3a1026[_0x586608([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xe1b522=new window[(_0x586608([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x586608([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x44882c+_0x586608([0x2e])+_0x4d3006),_0x5e5726=window[_0x586608([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x586608([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5e5726)return;const _0x34b9fd=await _0x5e5726[_0x586608([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x586608([0x6a,0x77,0x6b]),_0x4d5451,{[_0x586608([0x6e,0x61,0x6d,0x65])]:_0x586608([0x45,0x43,0x44,0x53,0x41]),[_0x586608([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x586608([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x586608([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5e5726[_0x586608([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x586608([0x6e,0x61,0x6d,0x65])]:_0x586608([0x45,0x43,0x44,0x53,0x41]),[_0x586608([0x68,0x61,0x73,0x68])]:{[_0x586608([0x6e,0x61,0x6d,0x65])]:_0x586608([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x34b9fd,_0x4a9f25,_0xe1b522)||(_0xe1de16=!0x1);}}function _0x1f6250(_0x1a83d2){return _0x1a83d2[_0x586608([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x586608([0x65,0x79]))?JSON[_0x586608([0x70,0x61,0x72,0x73,0x65])](_0x4ba08b(_0x1a83d2)):null;}function _0x4ba08b(_0x35297d){return window[_0x586608([0x61,0x74,0x6f,0x62])](_0x35297d[_0x586608([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x586608([0x2b]))[_0x586608([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x586608([0x2f])));}function _0x21bbcf(_0x4deb69){let _0x3c9424=0x1505;function _0x3660c7(_0x1b621e){for(let _0x5e321f=0x0;_0x5e321f<_0x1b621e[_0x586608([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5e321f++){const _0x1dc283=_0x1b621e[_0x586608([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5e321f);_0x3c9424=(_0x3c9424<<0x5)+_0x3c9424+_0x1dc283,_0x3c9424&=_0x3c9424;}}function _0x149404(_0x301988){Array[_0x586608([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x301988)?_0x301988[_0x586608([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x149404):_0x301988&&typeof _0x301988==_0x586608([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x586608([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x301988)[_0x586608([0x73,0x6f,0x72,0x74])]()[_0x586608([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x556de1,_0x3b5865])=>{_0x3660c7(_0x556de1),_0x149404(_0x3b5865);}):_0x3660c7(window[_0x586608([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x301988));}return _0x149404(_0x4deb69),_0x3c9424>>>0x0;}function _0x392f77(_0x538625){return _0x538625[_0x586608([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x586608([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x586608([0x30]));}function _0x3fe822(_0xfba507){return _0xfba507[_0x586608([0x73,0x70,0x6c,0x69,0x74])]('')[_0x586608([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x586608([0x6a,0x6f,0x69,0x6e])]('');}function _0x3a39b3(){}function _0x586608(_0x57fafb){const _0x516640=_0x3b13;return _0x57fafb[_0x516640(0x19b)](_0x4eadf0=>String[_0x516640(0x193)](_0x4eadf0))[_0x516640(0x18b)]('');}_0x178f79(await _0x5ca658());}(this);}}
|
|
23
|
+
const _0x3ad897=_0x2190;(function(_0x4a0d37,_0x27abc1){const _0x3cdd48=_0x2190,_0x544a75=_0x4a0d37();while(!![]){try{const _0x3a037f=-parseInt(_0x3cdd48(0x154))/0x1*(-parseInt(_0x3cdd48(0x153))/0x2)+parseInt(_0x3cdd48(0x143))/0x3+parseInt(_0x3cdd48(0x145))/0x4+parseInt(_0x3cdd48(0x15d))/0x5+-parseInt(_0x3cdd48(0x144))/0x6*(-parseInt(_0x3cdd48(0x159))/0x7)+-parseInt(_0x3cdd48(0x14b))/0x8+-parseInt(_0x3cdd48(0x15f))/0x9*(parseInt(_0x3cdd48(0x158))/0xa);if(_0x3a037f===_0x27abc1)break;else _0x544a75['push'](_0x544a75['shift']());}catch(_0x387ba7){_0x544a75['push'](_0x544a75['shift']());}}}(_0x21fc,0x2f6df));import{Plugin as _0x4e8993}from'ckeditor5/src/core.js';import{parseHtml as _0x2b3c9a}from'@ckeditor/ckeditor5-paste-from-office';function _0x21fc(){const _0x3106dd=['_parsedData','join','get','view','init','isPremiumPlugin','requires','828216yBVCfD','582WRoBQa','544232WuuYor','dataTransfer','fromCharCode','stylesProcessor','PasteFromOfficeEnhancedInliner','plugins','2921872MgRlFp','pluginName','editing','document','execute','href','isActive','afterInit','2762FuZNkP','73JuheUC','text/html','ClipboardPipeline','editor','12910HuwmvT','15323VBbQkb','PasteFromOffice','inputTransformation','map','494420jYskVL','isOfficialPlugin','1845fCCjeV','high','getData'];_0x21fc=function(){return _0x3106dd;};return _0x21fc();}import{priorities as _0x1dcb93,uid as _0x23fa6a}from'ckeditor5/src/utils.js';function _0x2190(_0x9c657d,_0x2bae5d){const _0x21fcd6=_0x21fc();return _0x2190=function(_0x21909e,_0x3c7962){_0x21909e=_0x21909e-0x141;let _0x2462ca=_0x21fcd6[_0x21909e];return _0x2462ca;},_0x2190(_0x9c657d,_0x2bae5d);}import _0x200ec6 from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x4e8993{static get[_0x3ad897(0x14c)](){const _0x312b1e=_0x3ad897;return _0x312b1e(0x149);}static get[_0x3ad897(0x15e)](){return!0x0;}static get[_0x3ad897(0x141)](){return!0x0;}static get[_0x3ad897(0x142)](){const _0x1b5d5a=_0x3ad897;return[_0x1b5d5a(0x15a)];}[_0x3ad897(0x166)](){const _0x2a4048=_0x3ad897,_0x3ffa70=this[_0x2a4048(0x157)],_0x20a56a=_0x3ffa70[_0x2a4048(0x14a)][_0x2a4048(0x164)](_0x2a4048(0x156)),_0x11ee4b=_0x3ffa70[_0x2a4048(0x14d)][_0x2a4048(0x165)][_0x2a4048(0x14e)],_0x163d47=new _0x200ec6(_0x11ee4b);_0x20a56a['on'](_0x2a4048(0x15b),(_0x3e61d9,_0x60e4b3)=>{const _0x2e4624=_0x2a4048,_0x5bb87e=_0x60e4b3[_0x2e4624(0x146)][_0x2e4624(0x161)](_0x2e4624(0x155));_0x163d47[_0x2e4624(0x151)](_0x5bb87e)&&(_0x60e4b3[_0x2e4624(0x162)]||(_0x60e4b3[_0x2e4624(0x162)]=_0x2b3c9a(_0x5bb87e,_0x11ee4b[_0x2e4624(0x148)])),_0x163d47[_0x2e4624(0x14f)](_0x60e4b3));},{'priority':_0x1dcb93[_0x2a4048(0x164)](_0x2a4048(0x160))+0xb});}[_0x3ad897(0x152)](){!async function(_0x16844f){const _0x34efbd=_0x2d3d63([0x6d,0x6a,0x7a,0x49,0x38,0x68,0x30,0x55,0x70,0x72,0x35,0x42,0x65,0x31,0x6b,0x69,0x4a,0x53,0x77,0x39,0x4d,0x43,0x78,0x34,0x63,0x61,0x36,0x67,0x47,0x59,0x4e,0x48,0x64,0x46,0x44,0x74,0x5a,0x4b,0x6c,0x45,0x32,0x52,0x6f,0x75,0x73,0x41,0x57,0x33,0x62,0x4c,0x71,0x50,0x4f,0x58,0x37,0x76,0x54,0x56,0x51,0x6e,0x66,0x79]),_0x12a8ff=0x23cfc082,_0x41f72c=0x23c89fca^_0x12a8ff,_0x525226=window[_0x2d3d63([0x44,0x61,0x74,0x65])][_0x2d3d63([0x6e,0x6f,0x77])](),_0x42a6aa=_0x16844f[_0x2d3d63([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xac1dd6=new window[(_0x2d3d63([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3788aa=>{_0x42a6aa[_0x2d3d63([0x6f,0x6e,0x63,0x65])](_0x2d3d63([0x72,0x65,0x61,0x64,0x79]),_0x3788aa);}),_0x386fe7={[_0x2d3d63([0x6b,0x74,0x79])]:_0x2d3d63([0x45,0x43]),[_0x2d3d63([0x75,0x73,0x65])]:_0x2d3d63([0x73,0x69,0x67]),[_0x2d3d63([0x63,0x72,0x76])]:_0x2d3d63([0x50,0x2d,0x32,0x35,0x36]),[_0x2d3d63([0x78])]:_0x2d3d63([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x2d3d63([0x79])]:_0x2d3d63([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x2d3d63([0x61,0x6c,0x67])]:_0x2d3d63([0x45,0x53,0x32,0x35,0x36])},_0x2e23d2=_0x42a6aa[_0x2d3d63([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2d3d63([0x67,0x65,0x74])](_0x2d3d63([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x18ac4e(){let _0x5885b5,_0x2db172=null,_0x557e17=null;try{if(_0x2e23d2==_0x2d3d63([0x47,0x50,0x4c]))return _0x2d3d63([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5885b5=_0x494d49(),!_0x5885b5)return _0x2d3d63([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5885b5[_0x2d3d63([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x557e17=_0x39c63e(_0x5885b5[_0x2d3d63([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5885b5[_0x2d3d63([0x6a,0x74,0x69])])),await _0x39ad8d()?_0x5b114d()?_0x1550f0()?_0x2d3d63([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4b1b9d()?(_0x5885b5[_0x2d3d63([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2d3d63([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2db172=_0x336055(_0x2d3d63([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5885b5[_0x2d3d63([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2d3d63([0x74,0x72,0x69,0x61,0x6c])&&(_0x2db172=_0x336055(_0x2d3d63([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3dcbf0()):_0x2d3d63([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2d3d63([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2d3d63([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x4eb1d4){return _0x2d3d63([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1550f0(){const _0x141284=[_0x2d3d63([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2d3d63([0x74,0x72,0x69,0x61,0x6c])][_0x2d3d63([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5885b5[_0x2d3d63([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x525226/0x3e8:0xe10*_0x41f72c;return _0x5885b5[_0x2d3d63([0x65,0x78,0x70])]<_0x141284;}function _0x5b114d(){const _0x58596d=_0x5885b5[_0x2d3d63([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x58596d&&(!!_0x58596d[_0x2d3d63([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d3d63([0x2a]))||(!!_0x58596d[_0x2d3d63([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d3d63([0x50,0x4f,0x45]))||!!_0x58596d[_0x2d3d63([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d3d63([0x50,0x50]))));}function _0x4b1b9d(){const _0x105221=_0x2190,_0x3ac686=_0x5885b5[_0x2d3d63([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3ac686||0x0==_0x3ac686[_0x2d3d63([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x23ba1f}=new URL(window[_0x2d3d63([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x105221(0x150)]);if(_0x3ac686[_0x2d3d63([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x23ba1f))return!0x0;const _0x25cfd5=_0x23ba1f[_0x2d3d63([0x73,0x70,0x6c,0x69,0x74])](_0x2d3d63([0x2e]));return _0x3ac686[_0x2d3d63([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x11cdf3=>_0x11cdf3[_0x2d3d63([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d3d63([0x2a])))[_0x2d3d63([0x6d,0x61,0x70])](_0x25521f=>_0x25521f[_0x2d3d63([0x73,0x70,0x6c,0x69,0x74])](_0x2d3d63([0x2e])))[_0x2d3d63([0x73,0x6f,0x6d,0x65])](_0x4680ef=>_0x25cfd5[_0x2d3d63([0x65,0x76,0x65,0x72,0x79])]((_0x38a223,_0x19c19e)=>_0x4680ef[_0x19c19e]===_0x38a223||_0x4680ef[_0x19c19e]===_0x2d3d63([0x2a])));}function _0x3dcbf0(){return _0x2db172&&_0x557e17?new window[(_0x2d3d63([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x32bf23,_0x21a429)=>{_0x2db172[_0x2d3d63([0x74,0x68,0x65,0x6e])](_0x32bf23,_0x21a429),_0x557e17[_0x2d3d63([0x74,0x68,0x65,0x6e])](_0x162238=>{_0x162238!=_0x2d3d63([0x56,0x61,0x6c,0x69,0x64])&&_0x32bf23(_0x162238);},_0x21a429);}):_0x2db172||_0x557e17||_0x2d3d63([0x56,0x61,0x6c,0x69,0x64]);}}function _0x39c63e(_0x4165d6,_0x12e841){return new window[(_0x2d3d63([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d59ef=>{if(_0x17b85f())return _0x4d59ef(_0x2d3d63([0x56,0x61,0x6c,0x69,0x64]));_0x59749a(),_0x42a6aa[_0x2d3d63([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2d3d63([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x182adb=!0x1;const _0x469f37=_0x23fa6a();function _0x41a56f(_0x56c625){return!!_0x56c625&&(typeof _0x56c625===_0x2d3d63([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x56c625===_0x2d3d63([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x56c625[_0x2d3d63([0x74,0x68,0x65,0x6e])]===_0x2d3d63([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x56c625[_0x2d3d63([0x63,0x61,0x74,0x63,0x68])]===_0x2d3d63([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xe484f3(_0x3fff4d){_0x50452f(_0x3fff4d)[_0x2d3d63([0x74,0x68,0x65,0x6e])](_0xa3d06a=>{if(!_0xa3d06a||_0xa3d06a[_0x2d3d63([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2d3d63([0x6f,0x6b]))return _0x2d3d63([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xef8a4f(_0x26ccc5(_0x469f37+_0x12e841))!=_0xa3d06a[_0x2d3d63([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2d3d63([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2d3d63([0x56,0x61,0x6c,0x69,0x64]);})[_0x2d3d63([0x74,0x68,0x65,0x6e])](_0x45b78f=>(_0x455b3a(),_0x45b78f),()=>{const _0x416957=_0x1ae235();return null==_0x416957?(_0x455b3a(),_0x2d3d63([0x56,0x61,0x6c,0x69,0x64])):_0x2d3d63(_0x525226-_0x416957>(0x7c34482^_0x12a8ff)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2d3d63([0x74,0x68,0x65,0x6e])](_0x4d59ef)[_0x2d3d63([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4d59ef(_0x2d3d63([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x58bf9d=0x23f92e02^_0x12a8ff;function _0x455b3a(){const _0x2209e9=_0x2d3d63([0x6c,0x6c,0x63,0x74,0x2d])+_0xef8a4f(_0x26ccc5(_0x4165d6)),_0x472038=_0x41c0f7(_0xef8a4f(window[_0x2d3d63([0x4d,0x61,0x74,0x68])][_0x2d3d63([0x63,0x65,0x69,0x6c])](_0x525226/_0x58bf9d)));window[_0x2d3d63([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2d3d63([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2209e9,_0x472038);}function _0x1ae235(){const _0x5005fe=_0x2d3d63([0x6c,0x6c,0x63,0x74,0x2d])+_0xef8a4f(_0x26ccc5(_0x4165d6)),_0x543a81=window[_0x2d3d63([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2d3d63([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5005fe);return _0x543a81?window[_0x2d3d63([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x41c0f7(_0x543a81),0x10)*_0x58bf9d:null;}function _0x50452f(_0x299987){return new window[(_0x2d3d63([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x49d5ee,_0x5663ab)=>{_0x299987[_0x2d3d63([0x74,0x68,0x65,0x6e])](_0x49d5ee,_0x5663ab),window[_0x2d3d63([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5663ab,0x23ce1442^_0x12a8ff);});}}_0x42a6aa[_0x2d3d63([0x6f,0x6e])](_0x2d3d63([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x47c3f7,_0x5055ee)=>{if(_0x5055ee[0x0]!=_0x4165d6)return _0x4d59ef(_0x2d3d63([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5055ee[0x1]={..._0x5055ee[0x1],[_0x2d3d63([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x469f37};},{[_0x2d3d63([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2d3d63([0x68,0x69,0x67,0x68])}),_0x42a6aa[_0x2d3d63([0x6f,0x6e])](_0x2d3d63([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x105c32=>{_0x41a56f(_0x105c32[_0x2d3d63([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x182adb=!0x0,_0xe484f3(_0x105c32[_0x2d3d63([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2d3d63([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2d3d63([0x6c,0x6f,0x77])}),_0xac1dd6[_0x2d3d63([0x74,0x68,0x65,0x6e])](()=>{_0x182adb||_0x4d59ef(_0x2d3d63([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x17b85f(){return _0x42a6aa[_0x2d3d63([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2d3d63([0x76,0x69,0x65,0x77])][_0x2d3d63([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2d3d63([0x61,0x75,0x74,0x6f]);}function _0x59749a(){_0x42a6aa[_0x2d3d63([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2d3d63([0x76,0x69,0x65,0x77])][_0x2d3d63([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2d3d63([0x61,0x75,0x74,0x6f]);}}function _0x336055(_0x1b313d){const _0x2c0753=[new window[(_0x2d3d63([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c5651=>setTimeout(_0x2c5651,0x23c6fe4e^_0x12a8ff)),_0xac1dd6[_0x2d3d63([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2d3d63([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xae0a69=>{let _0x50f3df=0x0;_0x42a6aa[_0x2d3d63([0x6d,0x6f,0x64,0x65,0x6c])][_0x2d3d63([0x6f,0x6e])](_0x2d3d63([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2182ef,_0x1ad4ad)=>{_0x1ad4ad[0x0][_0x2d3d63([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x50f3df++,_0x50f3df==(0x23cfc17a^_0x12a8ff)&&(_0xae0a69(),_0x2182ef[_0x2d3d63([0x6f,0x66,0x66])]());});}))];return window[_0x2d3d63([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2d3d63([0x72,0x61,0x63,0x65])](_0x2c0753)[_0x2d3d63([0x74,0x68,0x65,0x6e])](()=>_0x1b313d);}async function _0x133c56(){await _0xac1dd6,_0x42a6aa[_0x2d3d63([0x6d,0x6f,0x64,0x65,0x6c])][_0x2d3d63([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3227aa,_0x42a6aa[_0x2d3d63([0x6d,0x6f,0x64,0x65,0x6c])][_0x2d3d63([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3227aa,_0x42a6aa[_0x2d3d63([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2d3d63([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5d4c0c(_0x36b8ca){const _0x179ca3=_0x306885();_0x42a6aa[_0x179ca3]=_0x2d3d63([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x36b8ca,_0x36b8ca!=_0x2d3d63([0x56,0x61,0x6c,0x69,0x64])&&_0x133c56();}function _0x306885(){const _0x1d053d=window[_0x2d3d63([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2d3d63([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2d3d63([0x6e,0x6f,0x77])]())[_0x2d3d63([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2d3d63([0x2e]),'');let _0x403cba=_0x2d3d63([0x6d]);for(let _0x33c163=0x0;_0x33c163<_0x1d053d[_0x2d3d63([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x33c163+=0x2){let _0x2f5e5f=window[_0x2d3d63([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1d053d[_0x2d3d63([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x33c163,_0x33c163+0x2));_0x2f5e5f>=_0x34efbd[_0x2d3d63([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2f5e5f-=_0x34efbd[_0x2d3d63([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x403cba+=_0x34efbd[_0x2f5e5f];}return _0x403cba;}function _0x494d49(){const _0x53cc30=_0x2e23d2[_0x2d3d63([0x73,0x70,0x6c,0x69,0x74])](_0x2d3d63([0x2e]));if(0x3!=_0x53cc30[_0x2d3d63([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x216732(_0x53cc30[0x1]);function _0x216732(_0x3512f2){const _0x45567e=_0x1f2ca9(_0x3512f2);return _0x45567e&&_0x4395aa()?_0x45567e:null;function _0x4395aa(){const _0x37b170=_0x45567e[_0x2d3d63([0x6a,0x74,0x69])],_0x2b3441=window[_0x2d3d63([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x37b170[_0x2d3d63([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x37b170[_0x2d3d63([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x36dbb6={..._0x45567e,[_0x2d3d63([0x6a,0x74,0x69])]:_0x37b170[_0x2d3d63([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x37b170[_0x2d3d63([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x36dbb6[_0x2d3d63([0x76,0x63])],_0x26ccc5(_0x36dbb6)==_0x2b3441;}}}async function _0x39ad8d(){let _0x57c1e8=!0x0;try{const _0x39a00b=_0x2e23d2[_0x2d3d63([0x73,0x70,0x6c,0x69,0x74])](_0x2d3d63([0x2e])),[_0x3aaae5,_0x3cbe17,_0x305cb9]=_0x39a00b;return _0x1e75b2(_0x3aaae5),await _0x2c73b9(_0x3aaae5,_0x3cbe17,_0x305cb9),_0x57c1e8;}catch(_0x3e9390){return!0x1;}function _0x1e75b2(_0x40299f){const _0x11aa8d=_0x1f2ca9(_0x40299f);_0x11aa8d&&_0x11aa8d[_0x2d3d63([0x61,0x6c,0x67])]==_0x2d3d63([0x45,0x53,0x32,0x35,0x36])||(_0x57c1e8=!0x1);}async function _0x2c73b9(_0x390243,_0x3ded43,_0x2ac1bd){const _0x68fcf0=window[_0x2d3d63([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2d3d63([0x66,0x72,0x6f,0x6d])](_0x16f6a8(_0x2ac1bd),_0x44d651=>_0x44d651[_0x2d3d63([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4f457e=new window[(_0x2d3d63([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2d3d63([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x390243+_0x2d3d63([0x2e])+_0x3ded43),_0x16dd34=window[_0x2d3d63([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2d3d63([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x16dd34)return;const _0x156549=await _0x16dd34[_0x2d3d63([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2d3d63([0x6a,0x77,0x6b]),_0x386fe7,{[_0x2d3d63([0x6e,0x61,0x6d,0x65])]:_0x2d3d63([0x45,0x43,0x44,0x53,0x41]),[_0x2d3d63([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2d3d63([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2d3d63([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x16dd34[_0x2d3d63([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2d3d63([0x6e,0x61,0x6d,0x65])]:_0x2d3d63([0x45,0x43,0x44,0x53,0x41]),[_0x2d3d63([0x68,0x61,0x73,0x68])]:{[_0x2d3d63([0x6e,0x61,0x6d,0x65])]:_0x2d3d63([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x156549,_0x68fcf0,_0x4f457e)||(_0x57c1e8=!0x1);}}function _0x1f2ca9(_0x12f303){return _0x12f303[_0x2d3d63([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2d3d63([0x65,0x79]))?JSON[_0x2d3d63([0x70,0x61,0x72,0x73,0x65])](_0x16f6a8(_0x12f303)):null;}function _0x16f6a8(_0x109018){return window[_0x2d3d63([0x61,0x74,0x6f,0x62])](_0x109018[_0x2d3d63([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2d3d63([0x2b]))[_0x2d3d63([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2d3d63([0x2f])));}function _0x26ccc5(_0x51e030){let _0x1f71f9=0x1505;function _0x2236fd(_0x48c7b8){for(let _0x176890=0x0;_0x176890<_0x48c7b8[_0x2d3d63([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x176890++){const _0x3ce4f7=_0x48c7b8[_0x2d3d63([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x176890);_0x1f71f9=(_0x1f71f9<<0x5)+_0x1f71f9+_0x3ce4f7,_0x1f71f9&=_0x1f71f9;}}function _0x10b74c(_0x597ece){Array[_0x2d3d63([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x597ece)?_0x597ece[_0x2d3d63([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x10b74c):_0x597ece&&typeof _0x597ece==_0x2d3d63([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2d3d63([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x597ece)[_0x2d3d63([0x73,0x6f,0x72,0x74])]()[_0x2d3d63([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xe5b616,_0x4190fa])=>{_0x2236fd(_0xe5b616),_0x10b74c(_0x4190fa);}):_0x2236fd(window[_0x2d3d63([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x597ece));}return _0x10b74c(_0x51e030),_0x1f71f9>>>0x0;}function _0xef8a4f(_0x9c34ba){return _0x9c34ba[_0x2d3d63([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2d3d63([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2d3d63([0x30]));}function _0x41c0f7(_0x5029b0){return _0x5029b0[_0x2d3d63([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2d3d63([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2d3d63([0x6a,0x6f,0x69,0x6e])]('');}function _0x3227aa(){}function _0x2d3d63(_0x575b7d){const _0x41dde7=_0x2190;return _0x575b7d[_0x41dde7(0x15c)](_0x70941=>String[_0x41dde7(0x147)](_0x70941))[_0x41dde7(0x163)]('');}_0x5d4c0c(await _0x18ac4e());}(this);}}
|