@ckeditor/ckeditor5-paste-from-office-enhanced 46.0.1 → 46.0.2-alpha.1
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.
- package/build/paste-from-office-enhanced.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
- package/src/index.js +1 -1
- package/src/legacyerrors.js +1 -1
- package/src/normalizers/inliner/msofficestylesinliner.js +1 -1
- package/src/normalizers/inliner/utils.js +1 -1
- package/src/normalizers/propagator/msofficeinlinestylepropagator.js +1 -1
- package/src/normalizers/propagator/utils.js +1 -1
- package/src/pastefromofficeenhanced.js +1 -1
- package/src/pastefromofficeenhancedinliner.js +1 -1
- package/src/pastefromofficeenhancedpropagator.js +1 -1
- package/src/utils.js +1 -1
|
@@ -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={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},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:()=>ut});var t=n(782);n(331);var e=n(783);function s(t){const e=parseFloat(t);return t.endsWith("pt")?o(96*e/72):t.endsWith("pc")?o(12*e*96/72):t.endsWith("in")?o(96*e):t.endsWith("cm")?o(96*e/2.54):t.endsWith("mm")?o(e/10*96/2.54):t}function i(t){return void 0!==t&&t.endsWith("px")}function o(t){return Math.round(t)+"px"}function c(t,n,r){if(!t.childCount)return;const s=new e.ViewUpcastWriter(t.document),c=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=h(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=m(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,s);if(!c.length)return;const u={},f=[];for(const t of c)if(void 0!==t.indent){a(t)||(f.length=0);const e=`${t.id}:${t.indent}`,c=Math.min(t.indent-1,f.length);if(c<f.length&&f[c].id!==t.id&&(f.length=c),c<f.length-1)f.length=c+1;else{const a=l(t,n);if(c>f.length-1||f[c].listElement.name!=a.type){0==c&&"ol"==a.type&&void 0!==t.id&&u[e]&&(a.startIndex=u[e]);const n=p(a,s,r);if(i(t.marginLeft)&&(0==c||i(f[c-1].marginLeft))){let e=t.marginLeft;c>0&&(e=o(parseFloat(e)-parseFloat(f[c-1].marginLeft))),s.setStyle("padding-left",e,n)}if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[c-1].listItemElements;s.appendChild(n,t[t.length-1])}f[c]={...t,listElement:n,listItemElements:[]},0==c&&void 0!==t.id&&(u[e]=a.startIndex||1)}}const m="li"==t.element.name?t.element:s.createElement("li");s.appendChild(m,f[c].listElement),f[c].listItemElements.push(m),0==c&&void 0!==t.id&&u[e]++,t.element!=m&&s.appendChild(t.element,m),d(t.element,s),s.removeStyle("text-indent",t.element),s.removeStyle("margin-left",t.element)}else{const e=f.find(e=>e.marginLeft==t.marginLeft);if(e){const n=e.listItemElements;s.appendChild(t.element,n[n.length-1]),s.removeStyle("margin-left",t.element)}else f.length=0}}function a(t){const e=t.element.previousSibling;if(!e){const e=t.element.parent;return u(e)&&(!e.previousSibling||u(e.previousSibling))}return u(e)}function u(t){return t.is("element","ol")||t.is("element","ul")}function l(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,l=n.exec(e);let p="decimal",m="ol",d=null;if(l&&l[1]){const e=r.exec(l[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(l[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:f(p),isLegalStyleList:u}}function f(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 p(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 m(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 d(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 h(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function g(t,n){if(!t.childCount)return;const r=new e.ViewUpcastWriter(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=[];let o=0;for(const t of r)t.item.is("element")&&s.match(t.item)&&(t.item.getAttribute("src").startsWith("file://")&&i.push({element:t.item,imageIndex:o}),o++);return i}(t,r);i.length&&function(t,e,n){for(let r=0;r<t.length;r++){const{element:s,imageIndex:i}=t[r],o=e[i];if(o){const t=`data:${o.type};base64,${I(o.hex)}`;n.setAttribute("src",t,s)}}}(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 I(t){return btoa(t.match(/\w{2}/g).map(t=>String.fromCharCode(parseInt(t,16))).join(""))}const y=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,w=/xmlns:o="urn:schemas-microsoft-com/i;class b{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return y.test(t)||w.test(t)}execute(t){const n=new e.ViewUpcastWriter(this.document),{body:r,stylesString:i}=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),c(r,i,this.hasMultiLevelListPlugin),g(r,t.dataTransfer.getData("text/rtf")),function(t,e){for(const n of e.createRangeIn(t).getItems()){if(!n.is("element","table")&&!n.is("element","td")&&!n.is("element","th"))continue;const t=["left","top","right","bottom"];if(t.every(t=>!n.hasStyle(`border-${t}-style`)))e.setStyle("border-style","none",n);else for(const r of t)n.hasStyle(`border-${r}-style`)||e.setStyle(`border-${r}-style`,"none",n);const r=["width","height",...t.map(t=>`border-${t}-width`),...t.map(t=>`padding-${t}`)];for(const t of r)n.hasStyle(t)&&e.setStyle(t,s(n.getStyle(t)),n)}}(r,n),function(t,e){for(const n of e.createRangeIn(t).getItems())n.is("element","table")&&("0px"===n.getStyle("width")&&e.removeStyle("width",n),"0"===n.getAttribute("width")&&e.removeAttribute("width",n))}(r,n),function(t){const n=[],r=new e.ViewUpcastWriter(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 x(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.ViewDomConverter(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 S=n(584);function O(){const t=["2014523XtJBwb","40388nkkwGJ","5065IDjAQo","190332TIOqGj","236aMYkzH","1436288FqaEah","257orEUmE","78EQalKn","15cflDik","test","3051840mwAsNb"];return(O=function(){return t})()}function A(t,e){const n=O();return(A=function(t,e){return n[t-=289]})(t,e)}!function(t){const e=A,n=t();for(;;)try{if(147983===parseInt(e(292))/1*(-parseInt(e(290))/2)+-parseInt(e(294))/3*(-parseInt(e(298))/4)+parseInt(e(299))/5*(-parseInt(e(293))/6)+parseInt(e(297))/7+parseInt(e(291))/8+-parseInt(e(289))/9+-parseInt(e(296))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(O);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t){return C[A(295)](t)}!function(t){const e=M,n=t();for(;;)try{if(927740===parseInt(e(463))/1+-parseInt(e(472))/2+-parseInt(e(475))/3*(-parseInt(e(468))/4)+-parseInt(e(476))/5+parseInt(e(457))/6*(parseInt(e(462))/7)+-parseInt(e(451))/8*(-parseInt(e(453))/9)+parseInt(e(459))/10*(parseInt(e(450))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);const P=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function L(t,e){const n=M,r=new Map;for(const[s,i]of e){if(!s[n(458)]&&!s[n(467)])continue;const e=!s[n(458)]||t[n(471)]===s[n(458)],o=!s[n(467)]||t[n(464)](s[n(467)]);e&&o&&r[n(461)](s,i)}return r}function F(t){const e=M,n={};for(let r=0;r<t[e(470)];r++){const s=t[r],i=t[e(474)](s);e(469)!==i&&(n[s]=i)}return n}function j(){const t=["selectorText","209eWzgIU","143568yOPiDn","style","27JwEBOF","groups","push","split","6844542gpAndM","tagName","350840VilMIU","trim","set","7XxuFBy","1030469aJyPgc","hasClass","map","assign","className","358756vdbdpH","initial","length","name","3405070MIFnwY","cssRules","getPropertyValue","6PRyOIF","2203815lrHmXE","exec"];return(j=function(){return t})()}function M(t,e){const n=j();return(M=function(t,e){return n[t-=448]})(t,e)}function R(t){const e=M,n=t[e(456)](",")[e(465)](t=>t[e(460)]()),r=[];for(const t of n){const n=P[e(448)](t);n&&r[e(455)](n[e(454)])}return r}function k(t){const e=M,n={};for(const r of t)Object[e(466)](n,r);return n}function T(){const t=["7129aXGXGk","326280unfmcM","values","142JjxuWd","5ZLtDKE","isActive","hasStyle","36170tGNnqk","1278228FYGOFb","size","document","execute","1576458qzbGzX","type","2114oYmvFO","setStyle","363JwbFpr","content","elementStart","from","_parsedData","item","1297857PVNCsz","1864eKefKz","createRangeIn"];return(T=function(){return t})()}const U=W;function W(t,e){const n=T();return(W=function(t,e){return n[t-=449]})(t,e)}!function(t){const e=W,n=t();for(;;)try{if(353583===parseInt(e(457))/1*(parseInt(e(460))/2)+-parseInt(e(454))/3+parseInt(e(458))/4+-parseInt(e(461))/5*(-parseInt(e(465))/6)+parseInt(e(471))/7*(-parseInt(e(455))/8)+parseInt(e(469))/9+parseInt(e(464))/10*(-parseInt(e(473))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(T);class D extends b{[U(468)](t){const n=U,{body:r,styles:s}=t[n(452)],i=new e.ViewUpcastWriter(r[n(467)]),o=i[n(456)](r),c=function(t){const e=M,n=new Map;for(const r in t){const s=R(r),i=t[r];for(const t of s)n[e(461)](t,i)}return n}(function(t){const e=M,n={};for(const r of t)for(const t of r[e(473)])if(t instanceof CSSStyleRule){const r=F(t[e(452)]);n[t[e(449)]]=Object[e(466)]({},n[t[e(449)]]||{},r)}return n}(s));for(const t of o){if(n(450)!==t[n(470)])continue;const e=L(t[n(453)],c);if(e[n(466)]){const r=k(Array[n(451)](e[n(459)]()));for(const e in r){const s=t[n(453)];s[n(463)](e)||i[n(472)](e,r[e],s)}}}t[n(449)]=r}[U(462)](t){return super[U(462)](t)||E(t)}}const N=$;function K(){const t=["50uGaNOj","4916hmRbsg","stylesProcessor","1610360aHRynQ","7wRPyKP","afterInit","high","isOfficialPlugin","view","text/html","8434TPDXew","getData","122qoghww","editing","map","document","PasteFromOfficeEnhancedInliner","2256595ubIVep","get","init","ClipboardPipeline","editor","84MZatch","join","execute","pluginName","plugins","1191IUdixe","inputTransformation","929871oOEwFB","href","PasteFromOffice","requires","isActive","1778622rDMANO","isPremiumPlugin","fromCharCode","348986XgsOiX","dataTransfer","_parsedData"];return(K=function(){return t})()}function $(t,e){const n=K();return($=function(t,e){return n[t-=132]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(282751===-parseInt(e(164))/1*(parseInt(e(162))/2)+parseInt(e(139))/3*(-parseInt(e(153))/4)+parseInt(e(169))/5+-parseInt(e(146))/6*(-parseInt(e(156))/7)+-parseInt(e(155))/8+-parseInt(e(141))/9*(-parseInt(e(152))/10)+parseInt(e(149))/11*(parseInt(e(134))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class q extends t.Plugin{static get[N(137)](){return N(168)}static get[N(159)](){return!0}static get[N(147)](){return!0}static get[N(144)](){return[N(143)]}[N(171)](){const t=N,e=this[t(133)],n=e[t(138)][t(170)](t(132)),r=e[t(165)][t(160)][t(167)],s=new D(r);n.on(t(140),(e,n)=>{const i=t,o=n[i(150)][i(163)](i(161));s[i(145)](o)&&(n[i(151)]||(n[i(151)]=x(o,r[i(154)])),s[i(136)](n))},{priority:S.priorities[t(170)](t(158))+11})}[N(157)](){!async function(t){const e=d([81,113,88,83,72,53,78,50,69,66,89,103,106,109,54,87,100,99,90,73,118,70,75,65,80,110,97,56,107,102,74,121,57,71,98,68,101,51,111,77,104,76,112,82,117,105,86,67,116,122,119,108,52,49,79,120,55,85,48,84,114,115]),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=$;return t[e(166)](t=>String[e(148)](t))[e(135)]("")}!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([81]);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,S.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{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:1754870400;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=$,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(142)]);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([102,105,108,116,101,114])](t=>t[d([108,101,110,103,116,104])]<=s[d([108,101,110,103,116,104])])[d([109,97,112])](t=>Array(s[d([108,101,110,103,116,104])]-t[d([108,101,110,103,116,104])])[d([102,105,108,108])](t[0]===d([42])?d([42]):"")[d([99,111,110,99,97,116])](t))[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{return d([73,110,118,97,108,105,100])}}())}(this)}}const V=Y;!function(t){const e=Y,n=t();for(;;)try{if(358247===parseInt(e(235))/1+parseInt(e(258))/2+-parseInt(e(240))/3+parseInt(e(247))/4+parseInt(e(231))/5+parseInt(e(260))/6+-parseInt(e(243))/7*(parseInt(e(266))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_);const z=[V(265),V(267),V(244),V(259),V(249),V(271),V(232),V(234)],H=[V(265),V(267),V(244)],G={"font-style":[[V(238),"i"]],"font-weight":[[V(257),V(250)],[V(236),V(250)],[V(246),V(250)],[t=>Number(t)>=600,V(250)]],"text-decoration":[[V(248),"u"],[V(262),"s"]],"text-decoration-line":[[V(248),"u"],[V(262),"s"]],"vertical-align":[[V(253),V(253)],[V(241),V(268)]]};function X(t){return z[V(233)](t)}function Y(t,e){const n=_();return(Y=function(t,e){return n[t-=230]})(t,e)}function J(t){const e=V;return Array[e(270)](t[e(252)]())[e(230)](X)}function _(){const t=["split","getStyleNames","sub","getStyle","keys","removeStyle","medium","675730xyAdwu","text-decoration","1762842TkKOnZ","getChildren","line-through","createElement","span","color","4895568XXPOxO","font-family","sup","forEach","from","font-weight","filter","2468060BlbxYD","font-style","includes","vertical-align","507585YbLpjz","bold","setStyle","italic","insertChild","1962408hqBoFv","super","length","14cmQZUR","font-size","function","bolder","2413624WlroRo","underline","text-decoration-line","strong"];return(_=function(){return t})()}function Z(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=V,r={},s={};return e[n(269)](e=>{const i=n,o=t[i(254)](e);if(o)if(c=e,H[V(233)](c))r[e]=o;else if(e in G){const t=o[i(251)](" ");G[e][i(269)](([n,r])=>{const o=i;for(const i of t)(o(245)==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=V;for(const s in n)n[s][r(269)](([,n])=>{const s=r,i=e[s(263)](n,[],t[s(261)]());e[s(239)](0,i,t)}),e[r(256)](s,t)})(t,e,s),function(t,e,n){const r=V;if(!Object[r(255)](n)[r(242)])return;const s=e[r(263)](r(264),[],t[r(261)]());e[r(237)](n,s),e[r(239)](0,s,t),e[r(256)](Object[r(255)](n),t)}(t,e,r)}const B=Q;function Q(t,e){const n=tt();return(Q=function(t,e){return n[t-=449]})(t,e)}function tt(){const t=["_parsedData","4pjIIPm","createRangeIn","stylesProcessor","execute","includes","getItems","document","1504150cUvGuj","7YsItsH","104913TZQHSK","element","name","font","blockElements","98428jAvpCz","285858Auasxw","201696TNOkDM","content","3060234jhYVkx","isActive","2427040UluCiW"];return(tt=function(){return t})()}!function(t){const e=Q,n=t();for(;;)try{if(193881===-parseInt(e(450))/1+-parseInt(e(458))/2*(parseInt(e(467))/3)+parseInt(e(452))/4+parseInt(e(465))/5+parseInt(e(451))/6*(parseInt(e(466))/7)+parseInt(e(456))/8+-parseInt(e(454))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class et extends b{[B(461)](t){const n=B,{body:r}=t[n(457)],s=new e.ViewUpcastWriter(r[n(464)]),i=s[n(459)](r),o=new e.ViewDocument(s[n(464)][n(460)]),c=[...new e.ViewDomConverter(o)[n(449)],n(470)],a=i[n(463)]();for(const t of a)if(t.is(n(468))&&c[n(462)](t[n(469)])){Z(t,s,J(t))}t[n(453)]=r}[B(455)](t){return super[B(455)](t)||E(t)}}const nt=rt;function rt(t,e){const n=it();return(rt=function(t,e){return n[t-=437]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(870733===parseInt(e(472))/1*(-parseInt(e(476))/2)+-parseInt(e(443))/3*(-parseInt(e(458))/4)+parseInt(e(479))/5*(parseInt(e(471))/6)+-parseInt(e(482))/7*(-parseInt(e(489))/8)+-parseInt(e(454))/9+parseInt(e(485))/10*(-parseInt(e(452))/11)+parseInt(e(460))/12*(parseInt(e(455))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class st extends t.Plugin{[nt(490)];[nt(464)];static get[nt(438)](){return nt(481)}static get[nt(473)](){return!0}static get[nt(492)](){return!0}static get[nt(446)](){return[nt(448)]}[nt(461)](){const t=nt,e=this[t(463)],n=e[t(467)][t(437)](t(487)),r=e[t(477)][t(466)][t(457)],s=new et(r);n.on(t(451),(e,n)=>{const i=t,o=n[i(474)][i(486)](i(462));s[i(445)](o)&&(n[i(453)]||(n[i(453)]=x(o,r[i(447)])),s[i(450)](n))},{priority:S.priorities[t(437)](t(444))+10}),this[t(490)]=this[t(463)][t(475)][t(437)](t(490));const i=this[t(463)];this[t(464)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(449)==s||e(456)==s||e(470)==s||e(468)==s||e(442)==s||e(465)==s||e(478)==s||e(493)==s){delete i[r],n=s,clearInterval(this[e(464)]),this[e(464)]=void 0;break}}e(456)==n&&i[e(488)](e(441)),e(470)==n&&i[e(488)](e(483)),e(468)==n&&i[e(488)](e(484)),e(442)==n&&i[e(488)](e(440),e(439)),e(465)==n&&i[e(488)](e(469)),e(478)==n&&i[e(488)](e(459)),e(493)==n&&i[e(488)](e(491))},1e3)}[nt(480)](){const t=nt;super[t(480)](),this[t(464)]&&clearInterval(this[t(464)])}}function it(){const t=["10JWimZq","getData","ClipboardPipeline","_showLicenseError","13320RqvMnr","licenseKey","usageLimit","isPremiumPlugin","pasteFromOfficeEnhancedLicenseKeyUsageLimit","get","pluginName","PasteFromOfficeEnhanced","featureNotAllowed","invalid","pasteFromOfficeEnhancedLicenseKeyNotAllowed","1671069mTQwXQ","high","isActive","requires","stylesProcessor","PasteFromOffice","pasteFromOfficeEnhancedLicenseKeyValid","execute","inputTransformation","6025382CtIbvo","_parsedData","13966389nmTQJq","65ZLiTnj","pasteFromOfficeEnhancedLicenseKeyInvalid","document","4IqRKkG","trialLimit","2837064sHpUpN","init","text/html","editor","_licenseKeyCheckInterval","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","view","plugins","pasteFromOfficeEnhancedLicenseKeyDomainLimit","evaluationLimit","pasteFromOfficeEnhancedLicenseKeyExpired","8139198JtYgvh","5164kKdSnh","isOfficialPlugin","dataTransfer","config","380ZQIXhv","editing","pasteFromOfficeEnhancedLicenseKeyTrialLimit","5YMkkiW","destroy","PasteFromOfficeEnhancedPropagator","3598ZqWOnS","expired","domainLimit"];return(it=function(){return t})()}var ot=at;function ct(){var t=["isPremiumPlugin","1068810UUPtWr","43012xeYowd","379238MhxZmE","510065AuUCWI","PasteFromOfficeEnhanced","12612978XWAPzk","requires","PasteFromOffice","110rneROp","8CMgiJk","2546226gujeYO","pluginName","isOfficialPlugin","3729642bLtDWs"];return(ct=function(){return t})()}function at(t,e){var n=ct();return(at=function(t,e){return n[t-=288]})(t,e)}!function(t){for(var e=at,n=t();;)try{if(337417===-parseInt(e(290))/1+-parseInt(e(289))/2+parseInt(e(302))/3+parseInt(e(288))/4*(parseInt(e(295))/5)+-parseInt(e(297))/6+-parseInt(e(300))/7+-parseInt(e(296))/8*(-parseInt(e(292))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class ut extends t.Plugin{static get[ot(298)](){return ot(291)}static get[ot(299)](){return!0}static get[ot(301)](){return!0}static get[ot(293)](){return[ot(294),q,st]}}function lt(t,e){var n=ft();return(lt=function(t,e){return n[t-=408]})(t,e)}function ft(){var t=["72UcCmqO","1315332tiRzwr","24614282iIlsbU","1844420cducHU","12DHPzYK","3719LGaUMg","935774UHHldG","6NcDfhd","18tIcsMw","2751021UglKuU","3LLjjon","13981540GGUgtV"];return(ft=function(){return t})()}!function(t){for(var e=lt,n=t();;)try{if(948001===-parseInt(e(409))/1*(parseInt(e(411))/2)+-parseInt(e(414))/3*(-parseInt(e(417))/4)+-parseInt(e(419))/5*(parseInt(e(412))/6)+-parseInt(e(410))/7*(-parseInt(e(416))/8)+-parseInt(e(413))/9+-parseInt(e(415))/10+parseInt(e(418))/11*(parseInt(e(408))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
|
4
|
+
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},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:()=>ut});var t=n(782);n(331);var e=n(783);function s(t){const e=parseFloat(t);return t.endsWith("pt")?o(96*e/72):t.endsWith("pc")?o(12*e*96/72):t.endsWith("in")?o(96*e):t.endsWith("cm")?o(96*e/2.54):t.endsWith("mm")?o(e/10*96/2.54):t}function i(t){return void 0!==t&&t.endsWith("px")}function o(t){return Math.round(t)+"px"}function c(t,n,r){if(!t.childCount)return;const s=new e.ViewUpcastWriter(t.document),c=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=h(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=m(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,s);if(!c.length)return;const u={},f=[];for(const t of c)if(void 0!==t.indent){a(t)||(f.length=0);const e=`${t.id}:${t.indent}`,c=Math.min(t.indent-1,f.length);if(c<f.length&&f[c].id!==t.id&&(f.length=c),c<f.length-1)f.length=c+1;else{const a=l(t,n);if(c>f.length-1||f[c].listElement.name!=a.type){0==c&&"ol"==a.type&&void 0!==t.id&&u[e]&&(a.startIndex=u[e]);const n=p(a,s,r);if(i(t.marginLeft)&&(0==c||i(f[c-1].marginLeft))){let e=t.marginLeft;c>0&&(e=o(parseFloat(e)-parseFloat(f[c-1].marginLeft))),s.setStyle("padding-left",e,n)}if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[c-1].listItemElements;s.appendChild(n,t[t.length-1])}f[c]={...t,listElement:n,listItemElements:[]},0==c&&void 0!==t.id&&(u[e]=a.startIndex||1)}}const m="li"==t.element.name?t.element:s.createElement("li");s.appendChild(m,f[c].listElement),f[c].listItemElements.push(m),0==c&&void 0!==t.id&&u[e]++,t.element!=m&&s.appendChild(t.element,m),d(t.element,s),s.removeStyle("text-indent",t.element),s.removeStyle("margin-left",t.element)}else{const e=f.find(e=>e.marginLeft==t.marginLeft);if(e){const n=e.listItemElements;s.appendChild(t.element,n[n.length-1]),s.removeStyle("margin-left",t.element)}else f.length=0}}function a(t){const e=t.element.previousSibling;if(!e){const e=t.element.parent;return u(e)&&(!e.previousSibling||u(e.previousSibling))}return u(e)}function u(t){return t.is("element","ol")||t.is("element","ul")}function l(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,l=n.exec(e);let p="decimal",m="ol",d=null;if(l&&l[1]){const e=r.exec(l[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(l[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:f(p),isLegalStyleList:u}}function f(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 p(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 m(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 d(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 h(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function g(t,n){if(!t.childCount)return;const r=new e.ViewUpcastWriter(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=[];let o=0;for(const t of r)t.item.is("element")&&s.match(t.item)&&(t.item.getAttribute("src").startsWith("file://")&&i.push({element:t.item,imageIndex:o}),o++);return i}(t,r);i.length&&function(t,e,n){for(let r=0;r<t.length;r++){const{element:s,imageIndex:i}=t[r],o=e[i];if(o){const t=`data:${o.type};base64,${y(o.hex)}`;n.setAttribute("src",t,s)}}}(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 y(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,w=/xmlns:o="urn:schemas-microsoft-com/i;class v{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||w.test(t)}execute(t){const n=new e.ViewUpcastWriter(this.document),{body:r,stylesString:i}=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),c(r,i,this.hasMultiLevelListPlugin),g(r,t.dataTransfer.getData("text/rtf")),function(t,e){for(const n of e.createRangeIn(t).getItems()){if(!n.is("element","table")&&!n.is("element","td")&&!n.is("element","th"))continue;const t=["left","top","right","bottom"];if(t.every(t=>!n.hasStyle(`border-${t}-style`)))e.setStyle("border-style","none",n);else for(const r of t)n.hasStyle(`border-${r}-style`)||e.setStyle(`border-${r}-style`,"none",n);const r=["width","height",...t.map(t=>`border-${t}-width`),...t.map(t=>`padding-${t}`)];for(const t of r)n.hasStyle(t)&&e.setStyle(t,s(n.getStyle(t)),n)}}(r,n),function(t,e){for(const n of e.createRangeIn(t).getItems())n.is("element","table")&&("0px"===n.getStyle("width")&&e.removeStyle("width",n),"0"===n.getAttribute("width")&&e.removeAttribute("width",n))}(r,n),function(t){const n=[],r=new e.ViewUpcastWriter(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 b(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 x(t,n){const r=new DOMParser,s=function(t){return b(b(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.ViewDomConverter(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 S=n(584);function C(){const t=["2mtYVGp","2157352DoxioG","284918uGgamT","409179MSCwXf","454830lokMRW","21nnblUU","9788148BrIfVh","5LytnUd","test","2730440SFoOMm","517CcsjzU","5163018pyngxG"];return(C=function(){return t})()}!function(t){const e=E,n=t();for(;;)try{if(567540===parseInt(e(303))/1+-parseInt(e(301))/2*(parseInt(e(304))/3)+-parseInt(e(298))/4+parseInt(e(296))/5*(parseInt(e(300))/6)+parseInt(e(306))/7*(-parseInt(e(302))/8)+-parseInt(e(307))/9+-parseInt(e(305))/10*(-parseInt(e(299))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(C);const A=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t,e){const n=C();return(E=function(t,e){return n[t-=296]})(t,e)}function L(t){return A[E(297)](t)}!function(t){const e=R,n=t();for(;;)try{if(421395===-parseInt(e(242))/1*(parseInt(e(238))/2)+parseInt(e(236))/3+parseInt(e(234))/4*(parseInt(e(235))/5)+parseInt(e(243))/6*(parseInt(e(222))/7)+parseInt(e(231))/8+parseInt(e(240))/9+-parseInt(e(228))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);const O=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function P(t,e){const n=R,r=new Map;for(const[s,i]of e){if(!s[n(230)]&&!s[n(219)])continue;const e=!s[n(230)]||t[n(221)]===s[n(230)],o=!s[n(219)]||t[n(241)](s[n(219)]);e&&o&&r[n(218)](s,i)}return r}function F(t){const e=R,n={};for(let r=0;r<t[e(226)];r++){const s=t[r],i=t[e(239)](s);e(244)!==i&&(n[s]=i)}return n}function N(t){const e=R,n=t[e(237)](",")[e(224)](t=>t[e(225)]()),r=[];for(const t of n){const n=O[e(223)](t);n&&r[e(227)](n[e(220)])}return r}function j(t){const e=R,n={};for(const r of t)Object[e(217)](n,r);return n}function R(t,e){const n=k();return(R=function(t,e){return n[t-=217]})(t,e)}function k(){const t=["20916950oRbGBL","selectorText","tagName","6139472cGgNFU","cssRules","style","1100vSNNov","9325MqPEAd","2308776MLOLtw","split","19504arkvoA","getPropertyValue","5819553rSHhAp","hasClass","60gYZXer","2796rPNDlA","initial","assign","set","className","groups","name","6034ddnFXG","exec","map","trim","length","push"];return(k=function(){return t})()}function T(t,e){const n=M();return(T=function(t,e){return n[t-=496]})(t,e)}const D=T;function M(){const t=["2054982DVSHaJ","45EupykJ","execute","619968iiLQjr","type","setStyle","108868wqgXYg","isActive","2423708cBhpgV","elementStart","item","184fBdNFJ","createRangeIn","94887Ygcbru","from","document","size","hasStyle","values","_parsedData","18826BCAJDV","13JsnAOh","5773100vsokDv","content"];return(M=function(){return t})()}!function(t){const e=T,n=t();for(;;)try{if(254496===parseInt(e(516))/1*(-parseInt(e(515))/2)+-parseInt(e(498))/3+parseInt(e(501))/4*(parseInt(e(496))/5)+-parseInt(e(519))/6+parseInt(e(503))/7+parseInt(e(506))/8*(-parseInt(e(508))/9)+parseInt(e(517))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class V extends v{[D(497)](t){const n=D,{body:r,styles:s}=t[n(514)],i=new e.ViewUpcastWriter(r[n(510)]),o=i[n(507)](r),c=function(t){const e=R,n=new Map;for(const r in t){const s=N(r),i=t[r];for(const t of s)n[e(218)](t,i)}return n}(function(t){const e=R,n={};for(const r of t)for(const t of r[e(232)])if(t instanceof CSSStyleRule){const r=F(t[e(233)]);n[t[e(229)]]=Object[e(217)]({},n[t[e(229)]]||{},r)}return n}(s));for(const t of o){if(n(504)!==t[n(499)])continue;const e=P(t[n(505)],c);if(e[n(511)]){const r=j(Array[n(509)](e[n(513)]()));for(const e in r){const s=t[n(505)];s[n(512)](e)||i[n(500)](e,r[e],s)}}}t[n(518)]=r}[D(502)](t){return super[D(502)](t)||L(t)}}const W=U;function U(t,e){const n=$();return(U=function(t,e){return n[t-=105]})(t,e)}function $(){const t=["text/html","plugins","315464mHrpsj","PasteFromOfficeEnhancedInliner","42JNfUch","inputTransformation","2921408jNBSAQ","editor","isActive","document","get","stylesProcessor","isOfficialPlugin","view","_parsedData","2853655TjxaFb","isPremiumPlugin","editing","high","dataTransfer","href","map","PasteFromOffice","requires","afterInit","join","execute","fromCharCode","45642eRIzcR","6GcBtni","getData","99eAtpjP","285020tLGLjF","init","pluginName","384900zjoeXc","1589512czsvbg","ClipboardPipeline"];return($=function(){return t})()}!function(t){const e=U,n=t();for(;;)try{if(303148===parseInt(e(132))/1+parseInt(e(139))/2*(-parseInt(e(125))/3)+-parseInt(e(133))/4+-parseInt(e(112))/5*(-parseInt(e(126))/6)+parseInt(e(141))/7+-parseInt(e(137))/8+parseInt(e(128))/9*(-parseInt(e(129))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class K extends t.Plugin{static get[W(131)](){return W(138)}static get[W(109)](){return!0}static get[W(113)](){return!0}static get[W(120)](){return[W(119)]}[W(130)](){const t=W,e=this[t(142)],n=e[t(136)][t(107)](t(134)),r=e[t(114)][t(110)][t(106)],s=new V(r);n.on(t(140),(e,n)=>{const i=t,o=n[i(116)][i(127)](i(135));s[i(105)](o)&&(n[i(111)]||(n[i(111)]=x(o,r[i(108)])),s[i(123)](n))},{priority:S.priorities[t(107)](t(115))+11})}[W(121)](){!async function(t){const e=d([102,103,71,90,79,50,89,104,85,80,119,111,55,81,53,68,75,82,73,49,74,117,97,99,76,115,87,52,98,86,106,78,65,57,114,100,77,120,51,54,122,56,108,116,84,121,112,70,118,105,101,88,107,72,69,48,83,67,113,109,66,110]),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=U;return t[e(118)](t=>String[e(124)](t))[e(122)]("")}!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([102]);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,S.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{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:1755561600;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=U,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(117)]);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([102,105,108,116,101,114])](t=>t[d([108,101,110,103,116,104])]<=s[d([108,101,110,103,116,104])])[d([109,97,112])](t=>Array(s[d([108,101,110,103,116,104])]-t[d([108,101,110,103,116,104])])[d([102,105,108,108])](t[0]===d([42])?d([42]):"")[d([99,111,110,99,97,116])](t))[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{return d([73,110,118,97,108,105,100])}}())}(this)}}const B=Y;!function(t){const e=Y,n=t();for(;;)try{if(856456===-parseInt(e(365))/1*(-parseInt(e(382))/2)+parseInt(e(344))/3+parseInt(e(341))/4*(parseInt(e(366))/5)+-parseInt(e(350))/6+-parseInt(e(348))/7+parseInt(e(368))/8+-parseInt(e(372))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(q);const G=[B(370),B(374),B(353),B(340),B(363),B(378),B(369),B(371)];function q(){const t=["removeStyle","underline","medium","3061835UdkCTg","sub","8657238yaqvxT","italic","keys","font-size","getStyleNames","filter","bolder","sup","span","setStyle","createElement","includes","getChildren","text-decoration-line","insertChild","1rVmDuu","415lSgfay","split","7290352CReYUO","font-style","color","vertical-align","6162030UhcDjR","super","font-family","bold","forEach","function","font-weight","strong","length","getStyle","2850382TWKCmF","text-decoration","31504dwLsDC","line-through","from","1293633VUwkEn"];return(q=function(){return t})()}const H=[B(370),B(374),B(353)],J={"font-style":[[B(351),"i"]],"font-weight":[[B(347),B(379)],[B(375),B(379)],[B(356),B(379)],[t=>Number(t)>=600,B(379)]],"text-decoration":[[B(346),"u"],[B(342),"s"]],"text-decoration-line":[[B(346),"u"],[B(342),"s"]],"vertical-align":[[B(349),B(349)],[B(373),B(357)]]};function z(t){return G[B(361)](t)}function X(t){const e=B;return Array[e(343)](t[e(354)]())[e(355)](z)}function _(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=B,r={},s={};return e[n(376)](e=>{const i=n,o=t[i(381)](e);if(o)if(c=e,H[B(361)](c))r[e]=o;else if(e in J){const t=o[i(367)](" ");J[e][i(376)](([n,r])=>{const o=i;for(const i of t)(o(377)==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=B;for(const s in n)n[s][r(376)](([,n])=>{const s=r,i=e[s(360)](n,[],t[s(362)]());e[s(364)](0,i,t)}),e[r(345)](s,t)})(t,e,s),function(t,e,n){const r=B;if(!Object[r(352)](n)[r(380)])return;const s=e[r(360)](r(358),[],t[r(362)]());e[r(359)](n,s),e[r(364)](0,s,t),e[r(345)](Object[r(352)](n),t)}(t,e,r)}function Y(t,e){const n=q();return(Y=function(t,e){return n[t-=340]})(t,e)}function Z(t,e){const n=tt();return(Z=function(t,e){return n[t-=489]})(t,e)}const Q=Z;function tt(){const t=["name","831060iPBKTk","getItems","2550984NuuRRB","stylesProcessor","874528CeXKNt","blockElements","content","_parsedData","createRangeIn","execute","6aXloQV","3jOcvSM","2757363gTHGYa","includes","129008NYuqkP","font","4891455ntuSSX","isActive","134349ntPrDY","document","element"];return(tt=function(){return t})()}!function(t){const e=Z,n=t();for(;;)try{if(322026===-parseInt(e(494))/1+parseInt(e(490))/2*(-parseInt(e(509))/3)+parseInt(e(502))/4+-parseInt(e(498))/5*(parseInt(e(508))/6)+-parseInt(e(510))/7+parseInt(e(500))/8+parseInt(e(492))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class et extends v{[Q(507)](t){const n=Q,{body:r}=t[n(505)],s=new e.ViewUpcastWriter(r[n(495)]),i=s[n(506)](r),o=new e.ViewDocument(s[n(495)][n(501)]),c=[...new e.ViewDomConverter(o)[n(503)],n(491)],a=i[n(499)]();for(const t of a)if(t.is(n(496))&&c[n(489)](t[n(497)])){_(t,s,X(t))}t[n(504)]=r}[Q(493)](t){return super[Q(493)](t)||L(t)}}const nt=st;function rt(){const t=["text/html","init","pasteFromOfficeEnhancedLicenseKeyInvalid","_showLicenseError","editing","inputTransformation","pasteFromOfficeEnhancedLicenseKeyExpired","3983833CwxbqN","destroy","trialLimit","execute","ClipboardPipeline","get","138442EYlCzs","domainLimit","PasteFromOffice","view","licenseKey","12bkpSJw","editor","dataTransfer","high","pasteFromOfficeEnhancedLicenseKeyNotAllowed","pluginName","pasteFromOfficeEnhancedLicenseKeyUsageLimit","5500240SnTQSN","config","featureNotAllowed","invalid","pasteFromOfficeEnhancedLicenseKeyTrialLimit","evaluationLimit","180OEOelr","_parsedData","isPremiumPlugin","expired","document","11829330ivSjqg","isOfficialPlugin","isActive","requires","_licenseKeyCheckInterval","PasteFromOfficeEnhancedPropagator","1683304mDvqyt","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","stylesProcessor","PasteFromOfficeEnhanced","getData","2536875ATBXkj","12012NVovCN","plugins","pasteFromOfficeEnhancedLicenseKeyValid","usageLimit","pasteFromOfficeEnhancedLicenseKeyDomainLimit"];return(rt=function(){return t})()}function st(t,e){const n=rt();return(st=function(t,e){return n[t-=102]})(t,e)}!function(t){const e=st,n=t();for(;;)try{if(450150===parseInt(e(102))/1*(-parseInt(e(150))/2)+parseInt(e(131))/3+parseInt(e(126))/4+-parseInt(e(115))/5*(-parseInt(e(132))/6)+parseInt(e(144))/7+parseInt(e(109))/8+-parseInt(e(120))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rt);class it extends t.Plugin{[nt(154)];[nt(124)];static get[nt(107)](){return nt(125)}static get[nt(121)](){return!0}static get[nt(117)](){return!0}static get[nt(123)](){return[nt(152)]}[nt(138)](){const t=nt,e=this[t(103)],n=e[t(133)][t(149)](t(148)),r=e[t(141)][t(153)][t(119)],s=new et(r);n.on(t(142),(e,n)=>{const i=t,o=n[i(104)][i(130)](i(137));s[i(122)](o)&&(n[i(116)]||(n[i(116)]=x(o,r[i(128)])),s[i(147)](n))},{priority:S.priorities[t(149)](t(105))+10}),this[t(154)]=this[t(103)][t(110)][t(149)](t(154));const i=this[t(103)];this[t(124)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(134)==s||e(139)==s||e(143)==s||e(136)==s||e(106)==s||e(127)==s||e(113)==s||e(108)==s){delete i[r],n=s,clearInterval(this[e(124)]),this[e(124)]=void 0;break}}e(139)==n&&i[e(140)](e(112)),e(143)==n&&i[e(140)](e(118)),e(136)==n&&i[e(140)](e(151)),e(106)==n&&i[e(140)](e(111),e(129)),e(127)==n&&i[e(140)](e(114)),e(113)==n&&i[e(140)](e(146)),e(108)==n&&i[e(140)](e(135))},1e3)}[nt(145)](){const t=nt;super[t(145)](),this[t(124)]&&clearInterval(this[t(124)])}}var ot=at;function ct(){var t=["PasteFromOffice","648030ZDcOxs","8kOzCaV","1104651oqIWsh","requires","1727560Ichnxg","isOfficialPlugin","7273782rhaBlC","876VzzoJh","PasteFromOfficeEnhanced","isPremiumPlugin","6500090SJnGZp","2341iownmP","pluginName","940rfcHFY","35ukGHIH","35486WZrNAN"];return(ct=function(){return t})()}function at(t,e){var n=ct();return(at=function(t,e){return n[t-=153]})(t,e)}!function(t){for(var e=at,n=t();;)try{if(706646===-parseInt(e(163))/1*(-parseInt(e(159))/2)+parseInt(e(154))/3+-parseInt(e(156))/4+-parseInt(e(162))/5+-parseInt(e(169))/6*(-parseInt(e(166))/7)+parseInt(e(153))/8*(parseInt(e(158))/9)+parseInt(e(165))/10*(-parseInt(e(167))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class ut extends t.Plugin{static get[ot(164)](){return ot(160)}static get[ot(157)](){return!0}static get[ot(161)](){return!0}static get[ot(155)](){return[ot(168),K,it]}}function lt(t,e){var n=ft();return(lt=function(t,e){return n[t-=399]})(t,e)}function ft(){var t=["9054365HUpoJg","333356idhWwW","135201MGHEmv","352LfZOld","6CLIhbb","2890kamgpf","16914JogaJU","227416kKVrUh","1918920kiXnIp","2569056GtdbVx","9LGvyXB"];return(ft=function(){return t})()}!function(t){for(var e=lt,n=t();;)try{if(965601===-parseInt(e(405))/1+-parseInt(e(407))/2*(parseInt(e(399))/3)+-parseInt(e(400))/4+parseInt(e(404))/5*(-parseInt(e(408))/6)+parseInt(e(402))/7+parseInt(e(401))/8*(parseInt(e(403))/9)+parseInt(e(409))/10*(parseInt(e(406))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft)})(),(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 _0x16cd58}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x531595,parsePasteOfficeHtml as _0x7a906a}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x53a91e,uid as _0x25bf9e}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0xdc987d,ViewDocument as _0x179b13,ViewDomConverter as _0x2f8251}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x2c18d5){return m['test'](_0x2c18d5);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x255a4f,_0x3676f4){const _0x582d9e=new Map();for(const [_0x32e2ef,_0xa1c766]of _0x3676f4){if(!_0x32e2ef['tagName']&&!_0x32e2ef['className'])continue;const _0x567298=!_0x32e2ef['tagName']||_0x255a4f['name']===_0x32e2ef['tagName'],_0x5bb7e4=!_0x32e2ef['className']||_0x255a4f['hasClass'](_0x32e2ef['className']);_0x567298&&_0x5bb7e4&&_0x582d9e['set'](_0x32e2ef,_0xa1c766);}return _0x582d9e;}function h(_0x297b89){const _0x2add21={};for(let _0x373789=0x0;_0x373789<_0x297b89['length'];_0x373789++){const _0x2c059d=_0x297b89[_0x373789],_0x173166=_0x297b89['getPropertyValue'](_0x2c059d);'initial'!==_0x173166&&(_0x2add21[_0x2c059d]=_0x173166);}return _0x2add21;}function O(_0x266485){const _0x301e71=_0x266485['split'](',')['map'](_0x6a7237=>_0x6a7237['trim']()),_0xe66f0a=[];for(const _0x7b60e8 of _0x301e71){const _0x19f70c=S['exec'](_0x7b60e8);_0x19f70c&&_0xe66f0a['push'](_0x19f70c['groups']);}return _0xe66f0a;}function k(_0x59376c){const _0x336c91={};for(const _0x1a5730 of _0x59376c)Object['assign'](_0x336c91,_0x1a5730);return _0x336c91;}class u extends _0x531595{['execute'](_0x52e24c){const {body:_0xa9e8a2,styles:_0x39001a}=_0x52e24c['_parsedData'],_0x2a4347=new _0xdc987d(_0xa9e8a2['document']),_0x36ba2b=_0x2a4347['createRangeIn'](_0xa9e8a2),_0x56f8ef=function(_0x8a017c){const _0x2cbbfb={};for(const _0x5c26c7 of _0x8a017c)for(const _0x5948dc of _0x5c26c7['cssRules'])if(_0x5948dc instanceof CSSStyleRule){const _0x1f8d76=h(_0x5948dc['style']);_0x2cbbfb[_0x5948dc['selectorText']]=Object['assign']({},_0x2cbbfb[_0x5948dc['selectorText']]||{},_0x1f8d76);}return _0x2cbbfb;}(_0x39001a),_0x22b880=function(_0x3e388e){const _0x4c6d30=new Map();for(const _0x4a97e0 in _0x3e388e){const _0x4c8010=O(_0x4a97e0),_0x17a323=_0x3e388e[_0x4a97e0];for(const _0x2198d3 of _0x4c8010)_0x4c6d30['set'](_0x2198d3,_0x17a323);}return _0x4c6d30;}(_0x56f8ef);for(const _0x3b16d5 of _0x36ba2b){if('elementStart'!==_0x3b16d5['type'])continue;const _0x59394c=j(_0x3b16d5['item'],_0x22b880);if(_0x59394c['size']){const _0x244ab8=k(Array['from'](_0x59394c['values']()));for(const _0x11aa8c in _0x244ab8){const _0x39d52f=_0x3b16d5['item'];_0x39d52f['hasStyle'](_0x11aa8c)||_0x2a4347['setStyle'](_0x11aa8c,_0x244ab8[_0x11aa8c],_0x39d52f);}}}_0x52e24c['content']=_0xa9e8a2;}['isActive'](_0x552d6b){return super['isActive'](_0x552d6b)||p(_0x552d6b);}}class i extends _0x16cd58{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2effde=this['editor'],_0x34f41e=_0x2effde['plugins']['get']('ClipboardPipeline'),_0x3eabf4=_0x2effde['editing']['view']['document'],_0x3dcb31=new u(_0x3eabf4);_0x34f41e['on']('inputTransformation',(_0x3755e6,_0x128afc)=>{const _0x49fd67=_0x128afc['dataTransfer']['getData']('text/html');_0x3dcb31['isActive'](_0x49fd67)&&(_0x128afc['_parsedData']||(_0x128afc['_parsedData']=_0x7a906a(_0x49fd67,_0x3eabf4['stylesProcessor'])),_0x3dcb31['execute'](_0x128afc));},{'priority':_0x53a91e['get']('high')+0xb});}['afterInit'](){!async function(_0x4d3d05){const _0x9942ea=_0x809a94([0x51,0x71,0x58,0x53,0x48,0x35,0x4e,0x32,0x45,0x42,0x59,0x67,0x6a,0x6d,0x36,0x57,0x64,0x63,0x5a,0x49,0x76,0x46,0x4b,0x41,0x50,0x6e,0x61,0x38,0x6b,0x66,0x4a,0x79,0x39,0x47,0x62,0x44,0x65,0x33,0x6f,0x4d,0x68,0x4c,0x70,0x52,0x75,0x69,0x56,0x43,0x74,0x7a,0x77,0x6c,0x34,0x31,0x4f,0x78,0x37,0x55,0x30,0x54,0x72,0x73]),_0x134021=0x2dfb6703,_0x534628=0x2dfc172b^_0x134021,_0x1196a9=window[_0x809a94([0x44,0x61,0x74,0x65])][_0x809a94([0x6e,0x6f,0x77])](),_0xb5df85=_0x4d3d05[_0x809a94([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3e5baa=new window[(_0x809a94([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x31e547=>{_0xb5df85[_0x809a94([0x6f,0x6e,0x63,0x65])](_0x809a94([0x72,0x65,0x61,0x64,0x79]),_0x31e547);}),_0x53825c={[_0x809a94([0x6b,0x74,0x79])]:_0x809a94([0x45,0x43]),[_0x809a94([0x75,0x73,0x65])]:_0x809a94([0x73,0x69,0x67]),[_0x809a94([0x63,0x72,0x76])]:_0x809a94([0x50,0x2d,0x32,0x35,0x36]),[_0x809a94([0x78])]:_0x809a94([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]),[_0x809a94([0x79])]:_0x809a94([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]),[_0x809a94([0x61,0x6c,0x67])]:_0x809a94([0x45,0x53,0x32,0x35,0x36])},_0x51f6d4=_0xb5df85[_0x809a94([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x809a94([0x67,0x65,0x74])](_0x809a94([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3ca4db(){let _0x2f73ed,_0x4d2556=null,_0x252b90=null;try{if(_0x51f6d4==_0x809a94([0x47,0x50,0x4c]))return _0x809a94([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2f73ed=_0x746b3c(),!_0x2f73ed)return _0x809a94([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2f73ed[_0x809a94([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x252b90=_0x18ceab(_0x2f73ed[_0x809a94([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2f73ed[_0x809a94([0x6a,0x74,0x69])])),await _0x2bda93()?_0x21d6a8()?_0x5cf39e()?_0x809a94([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1d0bea()?(_0x2f73ed[_0x809a94([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x809a94([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4d2556=_0xbcb590(_0x809a94([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2f73ed[_0x809a94([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x809a94([0x74,0x72,0x69,0x61,0x6c])&&(_0x4d2556=_0xbcb590(_0x809a94([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x45edd8()):_0x809a94([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x809a94([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x809a94([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x809a94([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5cf39e(){const _0x34704c=[_0x809a94([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x809a94([0x74,0x72,0x69,0x61,0x6c])][_0x809a94([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f73ed[_0x809a94([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1196a9/0x3e8:0xe10*_0x534628;return _0x2f73ed[_0x809a94([0x65,0x78,0x70])]<_0x34704c;}function _0x21d6a8(){const _0x2ed4ab=_0x2f73ed[_0x809a94([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2ed4ab&&(!!_0x2ed4ab[_0x809a94([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x809a94([0x2a]))||(!!_0x2ed4ab[_0x809a94([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x809a94([0x50,0x4f,0x45]))||!!_0x2ed4ab[_0x809a94([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x809a94([0x50,0x50]))));}function _0x1d0bea(){const _0xf77f46=_0x2f73ed[_0x809a94([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xf77f46||0x0==_0xf77f46[_0x809a94([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x358a29}=new URL(window[_0x809a94([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0xf77f46[_0x809a94([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x358a29))return!0x0;const _0x333810=_0x358a29[_0x809a94([0x73,0x70,0x6c,0x69,0x74])](_0x809a94([0x2e]));return _0xf77f46[_0x809a94([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x145a37=>_0x145a37[_0x809a94([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x809a94([0x2a])))[_0x809a94([0x6d,0x61,0x70])](_0x2f569b=>_0x2f569b[_0x809a94([0x73,0x70,0x6c,0x69,0x74])](_0x809a94([0x2e])))[_0x809a94([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x469823=>_0x469823[_0x809a94([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x333810[_0x809a94([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x809a94([0x6d,0x61,0x70])](_0x54de34=>Array(_0x333810[_0x809a94([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x54de34[_0x809a94([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x809a94([0x66,0x69,0x6c,0x6c])](_0x54de34[0x0]===_0x809a94([0x2a])?_0x809a94([0x2a]):'')[_0x809a94([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x54de34))[_0x809a94([0x73,0x6f,0x6d,0x65])](_0x5bda97=>_0x333810[_0x809a94([0x65,0x76,0x65,0x72,0x79])]((_0xcf22d7,_0x32fbc1)=>_0x5bda97[_0x32fbc1]===_0xcf22d7||_0x5bda97[_0x32fbc1]===_0x809a94([0x2a])));}function _0x45edd8(){return _0x4d2556&&_0x252b90?new window[(_0x809a94([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x239f21,_0x2faa69)=>{_0x4d2556[_0x809a94([0x74,0x68,0x65,0x6e])](_0x239f21,_0x2faa69),_0x252b90[_0x809a94([0x74,0x68,0x65,0x6e])](_0x17b443=>{_0x17b443!=_0x809a94([0x56,0x61,0x6c,0x69,0x64])&&_0x239f21(_0x17b443);},_0x2faa69);}):_0x4d2556||_0x252b90||_0x809a94([0x56,0x61,0x6c,0x69,0x64]);}}function _0x18ceab(_0x2736b9,_0x1fdd83){return new window[(_0x809a94([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a0c5f=>{if(_0x14c72f())return _0x5a0c5f(_0x809a94([0x56,0x61,0x6c,0x69,0x64]));_0x1fddd8(),_0xb5df85[_0x809a94([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x809a94([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x228f00=!0x1;const _0x459a8b=_0x25bf9e();function _0x2e249f(_0xd1dcae){return!!_0xd1dcae&&(typeof _0xd1dcae===_0x809a94([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xd1dcae===_0x809a94([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xd1dcae[_0x809a94([0x74,0x68,0x65,0x6e])]===_0x809a94([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xd1dcae[_0x809a94([0x63,0x61,0x74,0x63,0x68])]===_0x809a94([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3f0454(_0x32f7d6){_0x91e767(_0x32f7d6)[_0x809a94([0x74,0x68,0x65,0x6e])](_0x2ef3b0=>{if(!_0x2ef3b0||_0x2ef3b0[_0x809a94([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x809a94([0x6f,0x6b]))return _0x809a94([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x37f268(_0x2d9639(_0x459a8b+_0x1fdd83))!=_0x2ef3b0[_0x809a94([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x809a94([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x809a94([0x56,0x61,0x6c,0x69,0x64]);})[_0x809a94([0x74,0x68,0x65,0x6e])](_0x2db63b=>(_0x1e8325(),_0x2db63b),()=>{const _0x4806b7=_0x48437d();return null==_0x4806b7?(_0x1e8325(),_0x809a94([0x56,0x61,0x6c,0x69,0x64])):_0x809a94(_0x1196a9-_0x4806b7>(0x9f7e303^_0x134021)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x809a94([0x74,0x68,0x65,0x6e])](_0x5a0c5f)[_0x809a94([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5a0c5f(_0x809a94([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xe05cd8=0x2dcd8983^_0x134021;function _0x1e8325(){const _0xa3311b=_0x809a94([0x6c,0x6c,0x63,0x74,0x2d])+_0x37f268(_0x2d9639(_0x2736b9)),_0x5e8579=_0x2f71d3(_0x37f268(window[_0x809a94([0x4d,0x61,0x74,0x68])][_0x809a94([0x63,0x65,0x69,0x6c])](_0x1196a9/_0xe05cd8)));window[_0x809a94([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x809a94([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xa3311b,_0x5e8579);}function _0x48437d(){const _0x2edb2d=_0x809a94([0x6c,0x6c,0x63,0x74,0x2d])+_0x37f268(_0x2d9639(_0x2736b9)),_0x6ae654=window[_0x809a94([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x809a94([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2edb2d);return _0x6ae654?window[_0x809a94([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2f71d3(_0x6ae654),0x10)*_0xe05cd8:null;}function _0x91e767(_0x54eff4){return new window[(_0x809a94([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x27748a,_0x2cb090)=>{_0x54eff4[_0x809a94([0x74,0x68,0x65,0x6e])](_0x27748a,_0x2cb090),window[_0x809a94([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2cb090,0x2dfab3c3^_0x134021);});}}_0xb5df85[_0x809a94([0x6f,0x6e])](_0x809a94([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x30609b,_0x84ce4d)=>{if(_0x84ce4d[0x0]!=_0x2736b9)return _0x5a0c5f(_0x809a94([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x84ce4d[0x1]={..._0x84ce4d[0x1],[_0x809a94([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x459a8b};},{[_0x809a94([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x809a94([0x68,0x69,0x67,0x68])}),_0xb5df85[_0x809a94([0x6f,0x6e])](_0x809a94([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2ed7fa=>{_0x2e249f(_0x2ed7fa[_0x809a94([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x228f00=!0x0,_0x3f0454(_0x2ed7fa[_0x809a94([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x809a94([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x809a94([0x6c,0x6f,0x77])}),_0x3e5baa[_0x809a94([0x74,0x68,0x65,0x6e])](()=>{_0x228f00||_0x5a0c5f(_0x809a94([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x14c72f(){return _0xb5df85[_0x809a94([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x809a94([0x76,0x69,0x65,0x77])][_0x809a94([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x809a94([0x61,0x75,0x74,0x6f]);}function _0x1fddd8(){_0xb5df85[_0x809a94([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x809a94([0x76,0x69,0x65,0x77])][_0x809a94([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x809a94([0x61,0x75,0x74,0x6f]);}}function _0xbcb590(_0x3df0e6){const _0x3bf98=[new window[(_0x809a94([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1afa80=>setTimeout(_0x1afa80,0x2df259cf^_0x134021)),_0x3e5baa[_0x809a94([0x74,0x68,0x65,0x6e])](()=>new window[(_0x809a94([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3ff2ac=>{let _0x1a5660=0x0;_0xb5df85[_0x809a94([0x6d,0x6f,0x64,0x65,0x6c])][_0x809a94([0x6f,0x6e])](_0x809a94([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x34532a,_0x244d29)=>{_0x244d29[0x0][_0x809a94([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1a5660++,_0x1a5660==(0x2dfb66fb^_0x134021)&&(_0x3ff2ac(),_0x34532a[_0x809a94([0x6f,0x66,0x66])]());});}))];return window[_0x809a94([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x809a94([0x72,0x61,0x63,0x65])](_0x3bf98)[_0x809a94([0x74,0x68,0x65,0x6e])](()=>_0x3df0e6);}async function _0x2bbba2(){await _0x3e5baa,_0xb5df85[_0x809a94([0x6d,0x6f,0x64,0x65,0x6c])][_0x809a94([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2d0bc0,_0xb5df85[_0x809a94([0x6d,0x6f,0x64,0x65,0x6c])][_0x809a94([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2d0bc0,_0xb5df85[_0x809a94([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x809a94([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3f8a2d(_0x35749a){const _0x48ebf3=_0x46fa34();_0xb5df85[_0x48ebf3]=_0x809a94([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])+_0x35749a,_0x35749a!=_0x809a94([0x56,0x61,0x6c,0x69,0x64])&&_0x2bbba2();}function _0x46fa34(){const _0x3e23a4=window[_0x809a94([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x809a94([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x809a94([0x6e,0x6f,0x77])]())[_0x809a94([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x809a94([0x2e]),'');let _0x128ec5=_0x809a94([0x51]);for(let _0x48d680=0x0;_0x48d680<_0x3e23a4[_0x809a94([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x48d680+=0x2){let _0x2e4b85=window[_0x809a94([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3e23a4[_0x809a94([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x48d680,_0x48d680+0x2));_0x2e4b85>=_0x9942ea[_0x809a94([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2e4b85-=_0x9942ea[_0x809a94([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x128ec5+=_0x9942ea[_0x2e4b85];}return _0x128ec5;}function _0x746b3c(){const _0x373cb9=_0x51f6d4[_0x809a94([0x73,0x70,0x6c,0x69,0x74])](_0x809a94([0x2e]));if(0x3!=_0x373cb9[_0x809a94([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xd07871(_0x373cb9[0x1]);function _0xd07871(_0x177443){const _0x26d59f=_0x58dd9c(_0x177443);return _0x26d59f&&_0x11a2ca()?_0x26d59f:null;function _0x11a2ca(){const _0x3cbc05=_0x26d59f[_0x809a94([0x6a,0x74,0x69])],_0x1d3976=window[_0x809a94([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3cbc05[_0x809a94([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3cbc05[_0x809a94([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2be6a2={..._0x26d59f,[_0x809a94([0x6a,0x74,0x69])]:_0x3cbc05[_0x809a94([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3cbc05[_0x809a94([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2be6a2[_0x809a94([0x76,0x63])],_0x2d9639(_0x2be6a2)==_0x1d3976;}}}async function _0x2bda93(){let _0x51a4db=!0x0;try{const _0x9ba18f=_0x51f6d4[_0x809a94([0x73,0x70,0x6c,0x69,0x74])](_0x809a94([0x2e])),[_0x1e7a83,_0x5eccad,_0x27aac3]=_0x9ba18f;return _0x2691ca(_0x1e7a83),await _0x3715af(_0x1e7a83,_0x5eccad,_0x27aac3),_0x51a4db;}catch{return!0x1;}function _0x2691ca(_0x50722b){const _0x575853=_0x58dd9c(_0x50722b);_0x575853&&_0x575853[_0x809a94([0x61,0x6c,0x67])]==_0x809a94([0x45,0x53,0x32,0x35,0x36])||(_0x51a4db=!0x1);}async function _0x3715af(_0x266121,_0x2fcb46,_0x1120cf){const _0xc834da=window[_0x809a94([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x809a94([0x66,0x72,0x6f,0x6d])](_0x3faf0a(_0x1120cf),_0x12176b=>_0x12176b[_0x809a94([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5ecbae=new window[(_0x809a94([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x809a94([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x266121+_0x809a94([0x2e])+_0x2fcb46),_0x5cc20f=window[_0x809a94([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x809a94([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5cc20f)return;const _0x351b5e=await _0x5cc20f[_0x809a94([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x809a94([0x6a,0x77,0x6b]),_0x53825c,{[_0x809a94([0x6e,0x61,0x6d,0x65])]:_0x809a94([0x45,0x43,0x44,0x53,0x41]),[_0x809a94([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x809a94([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x809a94([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5cc20f[_0x809a94([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x809a94([0x6e,0x61,0x6d,0x65])]:_0x809a94([0x45,0x43,0x44,0x53,0x41]),[_0x809a94([0x68,0x61,0x73,0x68])]:{[_0x809a94([0x6e,0x61,0x6d,0x65])]:_0x809a94([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x351b5e,_0xc834da,_0x5ecbae)||(_0x51a4db=!0x1);}}function _0x58dd9c(_0x5e302f){return _0x5e302f[_0x809a94([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x809a94([0x65,0x79]))?JSON[_0x809a94([0x70,0x61,0x72,0x73,0x65])](_0x3faf0a(_0x5e302f)):null;}function _0x3faf0a(_0x313a31){return window[_0x809a94([0x61,0x74,0x6f,0x62])](_0x313a31[_0x809a94([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x809a94([0x2b]))[_0x809a94([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x809a94([0x2f])));}function _0x2d9639(_0x22eb81){let _0x10bc5f=0x1505;function _0x45f9e4(_0xd20aab){for(let _0x14462d=0x0;_0x14462d<_0xd20aab[_0x809a94([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x14462d++){const _0x2e024f=_0xd20aab[_0x809a94([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x14462d);_0x10bc5f=(_0x10bc5f<<0x5)+_0x10bc5f+_0x2e024f,_0x10bc5f&=_0x10bc5f;}}function _0x538872(_0x564d07){Array[_0x809a94([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x564d07)?_0x564d07[_0x809a94([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x538872):_0x564d07&&typeof _0x564d07==_0x809a94([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x809a94([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x564d07)[_0x809a94([0x73,0x6f,0x72,0x74])]()[_0x809a94([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x7d481f,_0x313bdc])=>{_0x45f9e4(_0x7d481f),_0x538872(_0x313bdc);}):_0x45f9e4(window[_0x809a94([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x564d07));}return _0x538872(_0x22eb81),_0x10bc5f>>>0x0;}function _0x37f268(_0x46a214){return _0x46a214[_0x809a94([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x809a94([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x809a94([0x30]));}function _0x2f71d3(_0x27bfcc){return _0x27bfcc[_0x809a94([0x73,0x70,0x6c,0x69,0x74])]('')[_0x809a94([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x809a94([0x6a,0x6f,0x69,0x6e])]('');}function _0x2d0bc0(){}function _0x809a94(_0x5dc222){return _0x5dc222['map'](_0x6c17cc=>String['fromCharCode'](_0x6c17cc))['join']('');}_0x3f8a2d(await _0x3ca4db());}(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'],[_0x4a63f9=>Number(_0x4a63f9)>=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(_0x4e01f6){return L['includes'](_0x4e01f6);}function g(_0x439ab6){return Array['from'](_0x439ab6['getStyleNames']())['filter'](P);}function b(_0x1f16ad,_0x2ee1e5,_0xa2099b){const {spanStyles:_0x560e73,stylesToBeHtmlElements:_0x4c9837}=function(_0x2b7152,_0x1a62dd){const _0x4ac0c5={},_0x65fb55={};return _0x1a62dd['forEach'](_0x563f8d=>{const _0x27029f=_0x2b7152['getStyle'](_0x563f8d);if(_0x27029f){if(function(_0x1797f7){return E['includes'](_0x1797f7);}(_0x563f8d))_0x4ac0c5[_0x563f8d]=_0x27029f;else{if(function(_0x4ae327){return _0x4ae327 in F;}(_0x563f8d)){const _0x3088c7=_0x27029f['split']('\x20');F[_0x563f8d]['forEach'](([_0x8c843e,_0x32e6ab])=>{for(const _0x110348 of _0x3088c7){('function'==typeof _0x8c843e&&_0x8c843e(_0x110348)||_0x8c843e===_0x110348)&&(_0x65fb55[_0x563f8d]=[..._0x65fb55[_0x563f8d]||[],[_0x8c843e,_0x32e6ab]]);}});}}}}),{'spanStyles':_0x4ac0c5,'stylesToBeHtmlElements':_0x65fb55};}(_0x1f16ad,_0xa2099b);!function(_0x11321e,_0x2e18c9,_0x3ef8f5){for(const _0x1c6251 in _0x3ef8f5){_0x3ef8f5[_0x1c6251]['forEach'](([,_0x5bc3b0])=>{const _0x305e5d=_0x2e18c9['createElement'](_0x5bc3b0,[],_0x11321e['getChildren']());_0x2e18c9['insertChild'](0x0,_0x305e5d,_0x11321e);}),_0x2e18c9['removeStyle'](_0x1c6251,_0x11321e);}}(_0x1f16ad,_0x2ee1e5,_0x4c9837),function(_0x2cb477,_0x8bf08e,_0x1b4559){if(!Object['keys'](_0x1b4559)['length'])return;const _0x582e13=_0x8bf08e['createElement']('span',[],_0x2cb477['getChildren']());_0x8bf08e['setStyle'](_0x1b4559,_0x582e13),_0x8bf08e['insertChild'](0x0,_0x582e13,_0x2cb477),_0x8bf08e['removeStyle'](Object['keys'](_0x1b4559),_0x2cb477);}(_0x1f16ad,_0x2ee1e5,_0x560e73);}class a extends _0x531595{['execute'](_0x4e0a51){const {body:_0x3024f6}=_0x4e0a51['_parsedData'],_0x5354c1=new _0xdc987d(_0x3024f6['document']),_0x1216b1=_0x5354c1['createRangeIn'](_0x3024f6),_0x3093a2=new _0x179b13(_0x5354c1['document']['stylesProcessor']),_0x3db3c8=[...new _0x2f8251(_0x3093a2)['blockElements'],'font'],_0x4d410c=_0x1216b1['getItems']();for(const _0x328695 of _0x4d410c)_0x328695['is']('element')&&_0x3db3c8['includes'](_0x328695['name'])&&b(_0x328695,_0x5354c1,g(_0x328695));_0x4e0a51['content']=_0x3024f6;}['isActive'](_0x4857a4){return super['isActive'](_0x4857a4)||p(_0x4857a4);}}class s extends _0x16cd58{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2efac8=this['editor'],_0x293135=_0x2efac8['plugins']['get']('ClipboardPipeline'),_0x37d009=_0x2efac8['editing']['view']['document'],_0x32393b=new a(_0x37d009);_0x293135['on']('inputTransformation',(_0x104fd3,_0x1f4b6d)=>{const _0x3903d1=_0x1f4b6d['dataTransfer']['getData']('text/html');_0x32393b['isActive'](_0x3903d1)&&(_0x1f4b6d['_parsedData']||(_0x1f4b6d['_parsedData']=_0x7a906a(_0x3903d1,_0x37d009['stylesProcessor'])),_0x32393b['execute'](_0x1f4b6d));},{'priority':_0x53a91e['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x46f2d7=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x21bad7;for(const _0x378d8a in _0x46f2d7){const _0x2b28bb=_0x378d8a,_0x47f9cc=_0x46f2d7[_0x2b28bb];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x47f9cc||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x47f9cc||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x47f9cc||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x47f9cc||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x47f9cc||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x47f9cc||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x47f9cc||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x47f9cc){delete _0x46f2d7[_0x2b28bb],_0x21bad7=_0x47f9cc,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x21bad7&&_0x46f2d7['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x21bad7&&_0x46f2d7['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x21bad7&&_0x46f2d7['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x21bad7&&_0x46f2d7['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x21bad7&&_0x46f2d7['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x21bad7&&_0x46f2d7['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x21bad7&&_0x46f2d7['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x16cd58{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{K as PasteFromOfficeEnhanced};
|
|
23
|
+
import{Plugin as _0x5b0a2f}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x3bb2d2,parsePasteOfficeHtml as _0x53fc4c}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0xfea2f3,uid as _0x26da94}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x5ee071,ViewDocument as _0x6c44d7,ViewDomConverter as _0x3b0dd7}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x33ba72){return m['test'](_0x33ba72);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x30a32c,_0x28cf24){const _0x108d73=new Map();for(const [_0x973399,_0x46a902]of _0x28cf24){if(!_0x973399['tagName']&&!_0x973399['className'])continue;const _0x381273=!_0x973399['tagName']||_0x30a32c['name']===_0x973399['tagName'],_0x16503b=!_0x973399['className']||_0x30a32c['hasClass'](_0x973399['className']);_0x381273&&_0x16503b&&_0x108d73['set'](_0x973399,_0x46a902);}return _0x108d73;}function h(_0x3e6e1c){const _0xbadcc0={};for(let _0x287cee=0x0;_0x287cee<_0x3e6e1c['length'];_0x287cee++){const _0x474b36=_0x3e6e1c[_0x287cee],_0x5ed1a7=_0x3e6e1c['getPropertyValue'](_0x474b36);'initial'!==_0x5ed1a7&&(_0xbadcc0[_0x474b36]=_0x5ed1a7);}return _0xbadcc0;}function O(_0x4f6df5){const _0x2fa762=_0x4f6df5['split'](',')['map'](_0x4bb9d8=>_0x4bb9d8['trim']()),_0x376bce=[];for(const _0x3175e3 of _0x2fa762){const _0x79d769=S['exec'](_0x3175e3);_0x79d769&&_0x376bce['push'](_0x79d769['groups']);}return _0x376bce;}function k(_0x29ce84){const _0x230115={};for(const _0x5e7f5b of _0x29ce84)Object['assign'](_0x230115,_0x5e7f5b);return _0x230115;}class u extends _0x3bb2d2{['execute'](_0xf13d9e){const {body:_0x9a2c39,styles:_0x489591}=_0xf13d9e['_parsedData'],_0x5bb8c6=new _0x5ee071(_0x9a2c39['document']),_0x37a842=_0x5bb8c6['createRangeIn'](_0x9a2c39),_0x171ab9=function(_0x49520d){const _0x55ac7e={};for(const _0x545ef5 of _0x49520d)for(const _0x5e8093 of _0x545ef5['cssRules'])if(_0x5e8093 instanceof CSSStyleRule){const _0x574cdf=h(_0x5e8093['style']);_0x55ac7e[_0x5e8093['selectorText']]=Object['assign']({},_0x55ac7e[_0x5e8093['selectorText']]||{},_0x574cdf);}return _0x55ac7e;}(_0x489591),_0x14a4aa=function(_0x187067){const _0x626f69=new Map();for(const _0x130c45 in _0x187067){const _0x5b4cf7=O(_0x130c45),_0x3ea69d=_0x187067[_0x130c45];for(const _0x3211ce of _0x5b4cf7)_0x626f69['set'](_0x3211ce,_0x3ea69d);}return _0x626f69;}(_0x171ab9);for(const _0x5ae859 of _0x37a842){if('elementStart'!==_0x5ae859['type'])continue;const _0x144c09=j(_0x5ae859['item'],_0x14a4aa);if(_0x144c09['size']){const _0x29fea9=k(Array['from'](_0x144c09['values']()));for(const _0x3237d0 in _0x29fea9){const _0x327eba=_0x5ae859['item'];_0x327eba['hasStyle'](_0x3237d0)||_0x5bb8c6['setStyle'](_0x3237d0,_0x29fea9[_0x3237d0],_0x327eba);}}}_0xf13d9e['content']=_0x9a2c39;}['isActive'](_0x1ee2d9){return super['isActive'](_0x1ee2d9)||p(_0x1ee2d9);}}class i extends _0x5b0a2f{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x50e90c=this['editor'],_0x1252f7=_0x50e90c['plugins']['get']('ClipboardPipeline'),_0x597d30=_0x50e90c['editing']['view']['document'],_0x5221b4=new u(_0x597d30);_0x1252f7['on']('inputTransformation',(_0x32a7da,_0x29c4a3)=>{const _0x4c91ee=_0x29c4a3['dataTransfer']['getData']('text/html');_0x5221b4['isActive'](_0x4c91ee)&&(_0x29c4a3['_parsedData']||(_0x29c4a3['_parsedData']=_0x53fc4c(_0x4c91ee,_0x597d30['stylesProcessor'])),_0x5221b4['execute'](_0x29c4a3));},{'priority':_0xfea2f3['get']('high')+0xb});}['afterInit'](){!async function(_0x1cfc18){const _0x2068bf=_0x5767c7([0x66,0x67,0x47,0x5a,0x4f,0x32,0x59,0x68,0x55,0x50,0x77,0x6f,0x37,0x51,0x35,0x44,0x4b,0x52,0x49,0x31,0x4a,0x75,0x61,0x63,0x4c,0x73,0x57,0x34,0x62,0x56,0x6a,0x4e,0x41,0x39,0x72,0x64,0x4d,0x78,0x33,0x36,0x7a,0x38,0x6c,0x74,0x54,0x79,0x70,0x46,0x76,0x69,0x65,0x58,0x6b,0x48,0x45,0x30,0x53,0x43,0x71,0x6d,0x42,0x6e]),_0x2ec72f=0xe5745c0,_0x11b06c=0xe503528^_0x2ec72f,_0x562394=window[_0x5767c7([0x44,0x61,0x74,0x65])][_0x5767c7([0x6e,0x6f,0x77])](),_0x13d446=_0x1cfc18[_0x5767c7([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x371931=new window[(_0x5767c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34d972=>{_0x13d446[_0x5767c7([0x6f,0x6e,0x63,0x65])](_0x5767c7([0x72,0x65,0x61,0x64,0x79]),_0x34d972);}),_0x16af04={[_0x5767c7([0x6b,0x74,0x79])]:_0x5767c7([0x45,0x43]),[_0x5767c7([0x75,0x73,0x65])]:_0x5767c7([0x73,0x69,0x67]),[_0x5767c7([0x63,0x72,0x76])]:_0x5767c7([0x50,0x2d,0x32,0x35,0x36]),[_0x5767c7([0x78])]:_0x5767c7([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]),[_0x5767c7([0x79])]:_0x5767c7([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]),[_0x5767c7([0x61,0x6c,0x67])]:_0x5767c7([0x45,0x53,0x32,0x35,0x36])},_0x26f08c=_0x13d446[_0x5767c7([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5767c7([0x67,0x65,0x74])](_0x5767c7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x177800(){let _0x19eec4,_0x28e96d=null,_0x26e7b2=null;try{if(_0x26f08c==_0x5767c7([0x47,0x50,0x4c]))return _0x5767c7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x19eec4=_0xc1f300(),!_0x19eec4)return _0x5767c7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x19eec4[_0x5767c7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x26e7b2=_0x516cc7(_0x19eec4[_0x5767c7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x19eec4[_0x5767c7([0x6a,0x74,0x69])])),await _0x24a70b()?_0x5d220a()?_0x2d8a10()?_0x5767c7([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xa2473b()?(_0x19eec4[_0x5767c7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5767c7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x28e96d=_0x5389d1(_0x5767c7([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x19eec4[_0x5767c7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5767c7([0x74,0x72,0x69,0x61,0x6c])&&(_0x28e96d=_0x5389d1(_0x5767c7([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x33b73a()):_0x5767c7([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5767c7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5767c7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5767c7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2d8a10(){const _0x4fe397=[_0x5767c7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5767c7([0x74,0x72,0x69,0x61,0x6c])][_0x5767c7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x19eec4[_0x5767c7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x562394/0x3e8:0xe10*_0x11b06c;return _0x19eec4[_0x5767c7([0x65,0x78,0x70])]<_0x4fe397;}function _0x5d220a(){const _0x152397=_0x19eec4[_0x5767c7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x152397&&(!!_0x152397[_0x5767c7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5767c7([0x2a]))||(!!_0x152397[_0x5767c7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5767c7([0x50,0x4f,0x45]))||!!_0x152397[_0x5767c7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5767c7([0x50,0x50]))));}function _0xa2473b(){const _0x18ed83=_0x19eec4[_0x5767c7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x18ed83||0x0==_0x18ed83[_0x5767c7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x36a5a3}=new URL(window[_0x5767c7([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x18ed83[_0x5767c7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x36a5a3))return!0x0;const _0x3e20a5=_0x36a5a3[_0x5767c7([0x73,0x70,0x6c,0x69,0x74])](_0x5767c7([0x2e]));return _0x18ed83[_0x5767c7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x20ecd7=>_0x20ecd7[_0x5767c7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5767c7([0x2a])))[_0x5767c7([0x6d,0x61,0x70])](_0x595179=>_0x595179[_0x5767c7([0x73,0x70,0x6c,0x69,0x74])](_0x5767c7([0x2e])))[_0x5767c7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x9eb4a=>_0x9eb4a[_0x5767c7([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3e20a5[_0x5767c7([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5767c7([0x6d,0x61,0x70])](_0x3fd3e5=>Array(_0x3e20a5[_0x5767c7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3fd3e5[_0x5767c7([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5767c7([0x66,0x69,0x6c,0x6c])](_0x3fd3e5[0x0]===_0x5767c7([0x2a])?_0x5767c7([0x2a]):'')[_0x5767c7([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3fd3e5))[_0x5767c7([0x73,0x6f,0x6d,0x65])](_0x2582e9=>_0x3e20a5[_0x5767c7([0x65,0x76,0x65,0x72,0x79])]((_0xcb3094,_0x38a12f)=>_0x2582e9[_0x38a12f]===_0xcb3094||_0x2582e9[_0x38a12f]===_0x5767c7([0x2a])));}function _0x33b73a(){return _0x28e96d&&_0x26e7b2?new window[(_0x5767c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3c346b,_0x413757)=>{_0x28e96d[_0x5767c7([0x74,0x68,0x65,0x6e])](_0x3c346b,_0x413757),_0x26e7b2[_0x5767c7([0x74,0x68,0x65,0x6e])](_0x287491=>{_0x287491!=_0x5767c7([0x56,0x61,0x6c,0x69,0x64])&&_0x3c346b(_0x287491);},_0x413757);}):_0x28e96d||_0x26e7b2||_0x5767c7([0x56,0x61,0x6c,0x69,0x64]);}}function _0x516cc7(_0x30d3e5,_0x4f967f){return new window[(_0x5767c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42b838=>{if(_0xd09834())return _0x42b838(_0x5767c7([0x56,0x61,0x6c,0x69,0x64]));_0x926d44(),_0x13d446[_0x5767c7([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5767c7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x207c65=!0x1;const _0x54d2ed=_0x26da94();function _0x4564dc(_0x588b49){return!!_0x588b49&&(typeof _0x588b49===_0x5767c7([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x588b49===_0x5767c7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x588b49[_0x5767c7([0x74,0x68,0x65,0x6e])]===_0x5767c7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x588b49[_0x5767c7([0x63,0x61,0x74,0x63,0x68])]===_0x5767c7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1d6ab1(_0x3592aa){_0x19996e(_0x3592aa)[_0x5767c7([0x74,0x68,0x65,0x6e])](_0x2db6a3=>{if(!_0x2db6a3||_0x2db6a3[_0x5767c7([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5767c7([0x6f,0x6b]))return _0x5767c7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x452deb(_0x48f460(_0x54d2ed+_0x4f967f))!=_0x2db6a3[_0x5767c7([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5767c7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5767c7([0x56,0x61,0x6c,0x69,0x64]);})[_0x5767c7([0x74,0x68,0x65,0x6e])](_0x3619b5=>(_0x1aef82(),_0x3619b5),()=>{const _0x5e8083=_0x33248d();return null==_0x5e8083?(_0x1aef82(),_0x5767c7([0x56,0x61,0x6c,0x69,0x64])):_0x5767c7(_0x562394-_0x5e8083>(0x2a5bc1c0^_0x2ec72f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5767c7([0x74,0x68,0x65,0x6e])](_0x42b838)[_0x5767c7([0x63,0x61,0x74,0x63,0x68])](()=>{_0x42b838(_0x5767c7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2d72dd=0xe61ab40^_0x2ec72f;function _0x1aef82(){const _0x37e7e9=_0x5767c7([0x6c,0x6c,0x63,0x74,0x2d])+_0x452deb(_0x48f460(_0x30d3e5)),_0x406e21=_0x410a9b(_0x452deb(window[_0x5767c7([0x4d,0x61,0x74,0x68])][_0x5767c7([0x63,0x65,0x69,0x6c])](_0x562394/_0x2d72dd)));window[_0x5767c7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5767c7([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x37e7e9,_0x406e21);}function _0x33248d(){const _0x395012=_0x5767c7([0x6c,0x6c,0x63,0x74,0x2d])+_0x452deb(_0x48f460(_0x30d3e5)),_0x1387eb=window[_0x5767c7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5767c7([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x395012);return _0x1387eb?window[_0x5767c7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x410a9b(_0x1387eb),0x10)*_0x2d72dd:null;}function _0x19996e(_0x1b3948){return new window[(_0x5767c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2c5d73,_0x3340bc)=>{_0x1b3948[_0x5767c7([0x74,0x68,0x65,0x6e])](_0x2c5d73,_0x3340bc),window[_0x5767c7([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3340bc,0xe569100^_0x2ec72f);});}}_0x13d446[_0x5767c7([0x6f,0x6e])](_0x5767c7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x23fac3,_0x318e16)=>{if(_0x318e16[0x0]!=_0x30d3e5)return _0x42b838(_0x5767c7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x318e16[0x1]={..._0x318e16[0x1],[_0x5767c7([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x54d2ed};},{[_0x5767c7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5767c7([0x68,0x69,0x67,0x68])}),_0x13d446[_0x5767c7([0x6f,0x6e])](_0x5767c7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x278deb=>{_0x4564dc(_0x278deb[_0x5767c7([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x207c65=!0x0,_0x1d6ab1(_0x278deb[_0x5767c7([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5767c7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5767c7([0x6c,0x6f,0x77])}),_0x371931[_0x5767c7([0x74,0x68,0x65,0x6e])](()=>{_0x207c65||_0x42b838(_0x5767c7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xd09834(){return _0x13d446[_0x5767c7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5767c7([0x76,0x69,0x65,0x77])][_0x5767c7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5767c7([0x61,0x75,0x74,0x6f]);}function _0x926d44(){_0x13d446[_0x5767c7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5767c7([0x76,0x69,0x65,0x77])][_0x5767c7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5767c7([0x61,0x75,0x74,0x6f]);}}function _0x5389d1(_0x4e41e4){const _0x4bb0eb=[new window[(_0x5767c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x347df7=>setTimeout(_0x347df7,0xe5e7b0c^_0x2ec72f)),_0x371931[_0x5767c7([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5767c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xb1c00d=>{let _0x8b4e8f=0x0;_0x13d446[_0x5767c7([0x6d,0x6f,0x64,0x65,0x6c])][_0x5767c7([0x6f,0x6e])](_0x5767c7([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1a5793,_0x5d3e50)=>{_0x5d3e50[0x0][_0x5767c7([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x8b4e8f++,_0x8b4e8f==(0xe574438^_0x2ec72f)&&(_0xb1c00d(),_0x1a5793[_0x5767c7([0x6f,0x66,0x66])]());});}))];return window[_0x5767c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5767c7([0x72,0x61,0x63,0x65])](_0x4bb0eb)[_0x5767c7([0x74,0x68,0x65,0x6e])](()=>_0x4e41e4);}async function _0x374163(){await _0x371931,_0x13d446[_0x5767c7([0x6d,0x6f,0x64,0x65,0x6c])][_0x5767c7([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x849684,_0x13d446[_0x5767c7([0x6d,0x6f,0x64,0x65,0x6c])][_0x5767c7([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x849684,_0x13d446[_0x5767c7([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5767c7([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3cd582(_0x38c339){const _0x114cb8=_0xe59035();_0x13d446[_0x114cb8]=_0x5767c7([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])+_0x38c339,_0x38c339!=_0x5767c7([0x56,0x61,0x6c,0x69,0x64])&&_0x374163();}function _0xe59035(){const _0x45651a=window[_0x5767c7([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5767c7([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5767c7([0x6e,0x6f,0x77])]())[_0x5767c7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5767c7([0x2e]),'');let _0x242d44=_0x5767c7([0x66]);for(let _0x36c9b7=0x0;_0x36c9b7<_0x45651a[_0x5767c7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x36c9b7+=0x2){let _0x3fee6a=window[_0x5767c7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x45651a[_0x5767c7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x36c9b7,_0x36c9b7+0x2));_0x3fee6a>=_0x2068bf[_0x5767c7([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3fee6a-=_0x2068bf[_0x5767c7([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x242d44+=_0x2068bf[_0x3fee6a];}return _0x242d44;}function _0xc1f300(){const _0x523dda=_0x26f08c[_0x5767c7([0x73,0x70,0x6c,0x69,0x74])](_0x5767c7([0x2e]));if(0x3!=_0x523dda[_0x5767c7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x597768(_0x523dda[0x1]);function _0x597768(_0x30dc0a){const _0x47b0c6=_0x10c391(_0x30dc0a);return _0x47b0c6&&_0x264b60()?_0x47b0c6:null;function _0x264b60(){const _0x40404=_0x47b0c6[_0x5767c7([0x6a,0x74,0x69])],_0x27edd1=window[_0x5767c7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x40404[_0x5767c7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x40404[_0x5767c7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x180ab6={..._0x47b0c6,[_0x5767c7([0x6a,0x74,0x69])]:_0x40404[_0x5767c7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x40404[_0x5767c7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x180ab6[_0x5767c7([0x76,0x63])],_0x48f460(_0x180ab6)==_0x27edd1;}}}async function _0x24a70b(){let _0x926c78=!0x0;try{const _0x3b18f9=_0x26f08c[_0x5767c7([0x73,0x70,0x6c,0x69,0x74])](_0x5767c7([0x2e])),[_0x3744f6,_0x6793e8,_0x360d63]=_0x3b18f9;return _0x53df2e(_0x3744f6),await _0x5433ae(_0x3744f6,_0x6793e8,_0x360d63),_0x926c78;}catch{return!0x1;}function _0x53df2e(_0x3f3d6a){const _0x9c7660=_0x10c391(_0x3f3d6a);_0x9c7660&&_0x9c7660[_0x5767c7([0x61,0x6c,0x67])]==_0x5767c7([0x45,0x53,0x32,0x35,0x36])||(_0x926c78=!0x1);}async function _0x5433ae(_0x5c0203,_0x291600,_0xf13a0){const _0x114859=window[_0x5767c7([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5767c7([0x66,0x72,0x6f,0x6d])](_0x20c4de(_0xf13a0),_0x3822e5=>_0x3822e5[_0x5767c7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1a88c2=new window[(_0x5767c7([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5767c7([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5c0203+_0x5767c7([0x2e])+_0x291600),_0x2a086d=window[_0x5767c7([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5767c7([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2a086d)return;const _0x2c1011=await _0x2a086d[_0x5767c7([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5767c7([0x6a,0x77,0x6b]),_0x16af04,{[_0x5767c7([0x6e,0x61,0x6d,0x65])]:_0x5767c7([0x45,0x43,0x44,0x53,0x41]),[_0x5767c7([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5767c7([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5767c7([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2a086d[_0x5767c7([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5767c7([0x6e,0x61,0x6d,0x65])]:_0x5767c7([0x45,0x43,0x44,0x53,0x41]),[_0x5767c7([0x68,0x61,0x73,0x68])]:{[_0x5767c7([0x6e,0x61,0x6d,0x65])]:_0x5767c7([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2c1011,_0x114859,_0x1a88c2)||(_0x926c78=!0x1);}}function _0x10c391(_0x10d6bd){return _0x10d6bd[_0x5767c7([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5767c7([0x65,0x79]))?JSON[_0x5767c7([0x70,0x61,0x72,0x73,0x65])](_0x20c4de(_0x10d6bd)):null;}function _0x20c4de(_0x21b151){return window[_0x5767c7([0x61,0x74,0x6f,0x62])](_0x21b151[_0x5767c7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5767c7([0x2b]))[_0x5767c7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5767c7([0x2f])));}function _0x48f460(_0x207a6d){let _0x86073f=0x1505;function _0x60b617(_0x2bbae5){for(let _0x3fc262=0x0;_0x3fc262<_0x2bbae5[_0x5767c7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3fc262++){const _0xed81b6=_0x2bbae5[_0x5767c7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3fc262);_0x86073f=(_0x86073f<<0x5)+_0x86073f+_0xed81b6,_0x86073f&=_0x86073f;}}function _0x1ca18e(_0x14b3a5){Array[_0x5767c7([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x14b3a5)?_0x14b3a5[_0x5767c7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1ca18e):_0x14b3a5&&typeof _0x14b3a5==_0x5767c7([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5767c7([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x14b3a5)[_0x5767c7([0x73,0x6f,0x72,0x74])]()[_0x5767c7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x36e078,_0x4546d9])=>{_0x60b617(_0x36e078),_0x1ca18e(_0x4546d9);}):_0x60b617(window[_0x5767c7([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x14b3a5));}return _0x1ca18e(_0x207a6d),_0x86073f>>>0x0;}function _0x452deb(_0x5cee78){return _0x5cee78[_0x5767c7([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5767c7([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5767c7([0x30]));}function _0x410a9b(_0x2b7654){return _0x2b7654[_0x5767c7([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5767c7([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5767c7([0x6a,0x6f,0x69,0x6e])]('');}function _0x849684(){}function _0x5767c7(_0x54dc74){return _0x54dc74['map'](_0x3a6d39=>String['fromCharCode'](_0x3a6d39))['join']('');}_0x3cd582(await _0x177800());}(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'],[_0xa7da55=>Number(_0xa7da55)>=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(_0x375a65){return L['includes'](_0x375a65);}function g(_0x251ad){return Array['from'](_0x251ad['getStyleNames']())['filter'](P);}function b(_0x5edf55,_0x5d7930,_0x1e025e){const {spanStyles:_0x495ba4,stylesToBeHtmlElements:_0x1f7a3c}=function(_0x447a8b,_0x34200a){const _0x11f15f={},_0x4e2010={};return _0x34200a['forEach'](_0x1ad056=>{const _0x26c44c=_0x447a8b['getStyle'](_0x1ad056);if(_0x26c44c){if(function(_0x172c39){return E['includes'](_0x172c39);}(_0x1ad056))_0x11f15f[_0x1ad056]=_0x26c44c;else{if(function(_0x354f44){return _0x354f44 in F;}(_0x1ad056)){const _0x3d81b0=_0x26c44c['split']('\x20');F[_0x1ad056]['forEach'](([_0x55ef0d,_0x5d1319])=>{for(const _0x1e5a4e of _0x3d81b0){('function'==typeof _0x55ef0d&&_0x55ef0d(_0x1e5a4e)||_0x55ef0d===_0x1e5a4e)&&(_0x4e2010[_0x1ad056]=[..._0x4e2010[_0x1ad056]||[],[_0x55ef0d,_0x5d1319]]);}});}}}}),{'spanStyles':_0x11f15f,'stylesToBeHtmlElements':_0x4e2010};}(_0x5edf55,_0x1e025e);!function(_0x278cb9,_0x3c8999,_0x32ffbc){for(const _0x3f27ab in _0x32ffbc){_0x32ffbc[_0x3f27ab]['forEach'](([,_0x195f69])=>{const _0x21fe77=_0x3c8999['createElement'](_0x195f69,[],_0x278cb9['getChildren']());_0x3c8999['insertChild'](0x0,_0x21fe77,_0x278cb9);}),_0x3c8999['removeStyle'](_0x3f27ab,_0x278cb9);}}(_0x5edf55,_0x5d7930,_0x1f7a3c),function(_0x5b94a5,_0x2e90b1,_0x1b7a62){if(!Object['keys'](_0x1b7a62)['length'])return;const _0x3417e9=_0x2e90b1['createElement']('span',[],_0x5b94a5['getChildren']());_0x2e90b1['setStyle'](_0x1b7a62,_0x3417e9),_0x2e90b1['insertChild'](0x0,_0x3417e9,_0x5b94a5),_0x2e90b1['removeStyle'](Object['keys'](_0x1b7a62),_0x5b94a5);}(_0x5edf55,_0x5d7930,_0x495ba4);}class a extends _0x3bb2d2{['execute'](_0x2882d2){const {body:_0x39a8fc}=_0x2882d2['_parsedData'],_0x71a537=new _0x5ee071(_0x39a8fc['document']),_0x53e389=_0x71a537['createRangeIn'](_0x39a8fc),_0x5112f2=new _0x6c44d7(_0x71a537['document']['stylesProcessor']),_0x5aa471=[...new _0x3b0dd7(_0x5112f2)['blockElements'],'font'],_0x53115c=_0x53e389['getItems']();for(const _0x59e228 of _0x53115c)_0x59e228['is']('element')&&_0x5aa471['includes'](_0x59e228['name'])&&b(_0x59e228,_0x71a537,g(_0x59e228));_0x2882d2['content']=_0x39a8fc;}['isActive'](_0x441f1){return super['isActive'](_0x441f1)||p(_0x441f1);}}class s extends _0x5b0a2f{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2b254e=this['editor'],_0xf1bd76=_0x2b254e['plugins']['get']('ClipboardPipeline'),_0x5977c8=_0x2b254e['editing']['view']['document'],_0x1fcb95=new a(_0x5977c8);_0xf1bd76['on']('inputTransformation',(_0x3b409a,_0x3a19c0)=>{const _0x148372=_0x3a19c0['dataTransfer']['getData']('text/html');_0x1fcb95['isActive'](_0x148372)&&(_0x3a19c0['_parsedData']||(_0x3a19c0['_parsedData']=_0x53fc4c(_0x148372,_0x5977c8['stylesProcessor'])),_0x1fcb95['execute'](_0x3a19c0));},{'priority':_0xfea2f3['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1927e6=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xcf8a7e;for(const _0x31718b in _0x1927e6){const _0x4a05df=_0x31718b,_0x337ed0=_0x1927e6[_0x4a05df];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x337ed0||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x337ed0||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x337ed0||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x337ed0||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x337ed0||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x337ed0||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x337ed0||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x337ed0){delete _0x1927e6[_0x4a05df],_0xcf8a7e=_0x337ed0,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0xcf8a7e&&_0x1927e6['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0xcf8a7e&&_0x1927e6['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0xcf8a7e&&_0x1927e6['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0xcf8a7e&&_0x1927e6['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0xcf8a7e&&_0x1927e6['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0xcf8a7e&&_0x1927e6['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0xcf8a7e&&_0x1927e6['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x5b0a2f{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{K as PasteFromOfficeEnhanced};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-paste-from-office-enhanced",
|
|
3
|
-
"version": "46.0.1",
|
|
3
|
+
"version": "46.0.2-alpha.1",
|
|
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": "46.0.1",
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "46.0.1",
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "46.0.1",
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "46.0.1",
|
|
29
|
-
"ckeditor5": "46.0.1"
|
|
25
|
+
"@ckeditor/ckeditor5-core": "46.0.2-alpha.1",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "46.0.2-alpha.1",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "46.0.2-alpha.1",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "46.0.2-alpha.1",
|
|
29
|
+
"ckeditor5": "46.0.2-alpha.1"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x4c75(_0x4a2ad8,_0x469a34){var _0x2e0220=_0x2e02();return _0x4c75=function(_0x4c754e,_0x4598ca){_0x4c754e=_0x4c754e-0x18f;var _0x386148=_0x2e0220[_0x4c754e];return _0x386148;},_0x4c75(_0x4a2ad8,_0x469a34);}(function(_0x3d56ee,_0x453758){var _0x4662a9=_0x4c75,_0x245c67=_0x3d56ee();while(!![]){try{var _0x21e928=-parseInt(_0x4662a9(0x195))/0x1+-parseInt(_0x4662a9(0x197))/0x2*(parseInt(_0x4662a9(0x18f))/0x3)+-parseInt(_0x4662a9(0x190))/0x4+parseInt(_0x4662a9(0x194))/0x5*(-parseInt(_0x4662a9(0x198))/0x6)+parseInt(_0x4662a9(0x192))/0x7+parseInt(_0x4662a9(0x191))/0x8*(parseInt(_0x4662a9(0x193))/0x9)+parseInt(_0x4662a9(0x199))/0xa*(parseInt(_0x4662a9(0x196))/0xb);if(_0x21e928===_0x453758)break;else _0x245c67['push'](_0x245c67['shift']());}catch(_0x175568){_0x245c67['push'](_0x245c67['shift']());}}}(_0x2e02,0xebbe1));export{PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';function _0x2e02(){var _0x4456a8=['9054365HUpoJg','333356idhWwW','135201MGHEmv','352LfZOld','6CLIhbb','2890kamgpf','16914JogaJU','227416kKVrUh','1918920kiXnIp','2569056GtdbVx','9LGvyXB'];_0x2e02=function(){return _0x4456a8;};return _0x2e02();}
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x1f0b(_0x2999b7,_0x4f9702){var _0x97f5d2=_0x97f5();return _0x1f0b=function(_0x1f0b2b,_0x534514){_0x1f0b2b=_0x1f0b2b-0xb3;var _0x1e6234=_0x97f5d2[_0x1f0b2b];return _0x1e6234;},_0x1f0b(_0x2999b7,_0x4f9702);}(function(_0x4caabe,_0x31ea27){var _0x160cf3=_0x1f0b,_0x26fd65=_0x4caabe();while(!![]){try{var _0x4a27d6=-parseInt(_0x160cf3(0xba))/0x1*(-parseInt(_0x160cf3(0xb3))/0x2)+-parseInt(_0x160cf3(0xbc))/0x3*(-parseInt(_0x160cf3(0xbb))/0x4)+-parseInt(_0x160cf3(0xbd))/0x5*(parseInt(_0x160cf3(0xb5))/0x6)+parseInt(_0x160cf3(0xb8))/0x7*(-parseInt(_0x160cf3(0xb6))/0x8)+parseInt(_0x160cf3(0xb9))/0x9+parseInt(_0x160cf3(0xb7))/0xa+parseInt(_0x160cf3(0xb4))/0xb;if(_0x4a27d6===_0x31ea27)break;else _0x26fd65['push'](_0x26fd65['shift']());}catch(_0x398394){_0x26fd65['push'](_0x26fd65['shift']());}}}(_0x97f5,0x3c582));import{CKEditorError as _0x4f048b}from'ckeditor5/src/utils.js';function _0x97f5(){var _0x449b5a=['379078iyTijT','1886589OhwGPV','83876kCRvRe','79916XdIDyW','9lmeWZZ','112855yntVve','2EuAdzf','587301yIYLnL','54TsPBWg','24YglKaB','2059460CaSMhf'];_0x97f5=function(){return _0x449b5a;};return _0x97f5();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x3a31(_0x3a64f7,_0x3f1743){const _0xa794c3=_0xa794();return _0x3a31=function(_0x3a3126,_0x433f09){_0x3a3126=_0x3a3126-0x1f0;let _0x4581b6=_0xa794c3[_0x3a3126];return _0x4581b6;},_0x3a31(_0x3a64f7,_0x3f1743);}const _0x19d90d=_0x3a31;(function(_0x1c9496,_0x16af87){const _0x3723f8=_0x3a31,_0x937275=_0x1c9496();while(!![]){try{const _0x49c7c0=parseInt(_0x3723f8(0x204))/0x1*(-parseInt(_0x3723f8(0x203))/0x2)+-parseInt(_0x3723f8(0x1f2))/0x3+parseInt(_0x3723f8(0x1f5))/0x4*(parseInt(_0x3723f8(0x1f0))/0x5)+-parseInt(_0x3723f8(0x207))/0x6+parseInt(_0x3723f8(0x1f7))/0x7+parseInt(_0x3723f8(0x1fa))/0x8*(-parseInt(_0x3723f8(0x1fc))/0x9)+parseInt(_0x3723f8(0x205))/0xa;if(_0x49c7c0===_0x16af87)break;else _0x937275['push'](_0x937275['shift']());}catch(_0x3265eb){_0x937275['push'](_0x937275['shift']());}}}(_0xa794,0x3e220));import{ViewUpcastWriter as _0x3321d9}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x5ece92}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x32abe8}from'../../utils.js';import{extractStyles as _0x284f76,expandStyles as _0x12d0c6,getMatchingStyles as _0xb6a568,flattenStyleDefinitions as _0x307c1f}from'./utils.js';function _0xa794(){const _0x22128b=['2054982DVSHaJ','45EupykJ','execute','619968iiLQjr','type','setStyle','108868wqgXYg','isActive','2423708cBhpgV','elementStart','item','184fBdNFJ','createRangeIn','94887Ygcbru','from','document','size','hasStyle','values','_parsedData','18826BCAJDV','13JsnAOh','5773100vsokDv','content'];_0xa794=function(){return _0x22128b;};return _0xa794();}export class MSOfficeStylesInliner extends _0x5ece92{[_0x19d90d(0x1f1)](_0x509b0b){const _0x4f386=_0x19d90d,{body:_0x55da9a,styles:_0x2965eb}=_0x509b0b[_0x4f386(0x202)],_0x2a0427=new _0x3321d9(_0x55da9a[_0x4f386(0x1fe)]),_0x49ae09=_0x2a0427[_0x4f386(0x1fb)](_0x55da9a),_0x146590=_0x284f76(_0x2965eb),_0x1227d4=_0x12d0c6(_0x146590);for(const _0x27c8d1 of _0x49ae09){if(_0x4f386(0x1f8)!==_0x27c8d1[_0x4f386(0x1f3)])continue;const _0x5da563=_0xb6a568(_0x27c8d1[_0x4f386(0x1f9)],_0x1227d4);if(_0x5da563[_0x4f386(0x1ff)]){const _0x145dd6=_0x307c1f(Array[_0x4f386(0x1fd)](_0x5da563[_0x4f386(0x201)]()));for(const _0x455a7f in _0x145dd6){const _0x55cfc7=_0x27c8d1[_0x4f386(0x1f9)];_0x55cfc7[_0x4f386(0x200)](_0x455a7f)||_0x2a0427[_0x4f386(0x1f4)](_0x455a7f,_0x145dd6[_0x455a7f],_0x55cfc7);}}}_0x509b0b[_0x4f386(0x206)]=_0x55da9a;}[_0x19d90d(0x1f6)](_0x2e3d04){const _0x27a432=_0x19d90d;return super[_0x27a432(0x1f6)](_0x2e3d04)||_0x32abe8(_0x2e3d04);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x55b8cc,_0x4a8b83){const _0x43bbe2=_0x5c02,_0x49cd23=_0x55b8cc();while(!![]){try{const _0x3d8a17=-parseInt(_0x43bbe2(0xf2))/0x1*(parseInt(_0x43bbe2(0xee))/0x2)+parseInt(_0x43bbe2(0xec))/0x3+parseInt(_0x43bbe2(0xea))/0x4*(parseInt(_0x43bbe2(0xeb))/0x5)+parseInt(_0x43bbe2(0xf3))/0x6*(parseInt(_0x43bbe2(0xde))/0x7)+parseInt(_0x43bbe2(0xe7))/0x8+parseInt(_0x43bbe2(0xf0))/0x9+-parseInt(_0x43bbe2(0xe4))/0xa;if(_0x3d8a17===_0x4a8b83)break;else _0x49cd23['push'](_0x49cd23['shift']());}catch(_0x6bf4be){_0x49cd23['push'](_0x49cd23['shift']());}}}(_0x4a0e,0x66e13));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x47ce2c,_0x5ccf62){const _0x42c532=_0x5c02,_0x135c50=new Map();for(const [_0x41d704,_0x4e901b]of _0x5ccf62){if(!_0x41d704[_0x42c532(0xe6)]&&!_0x41d704[_0x42c532(0xdb)])continue;const _0x5d8673=!_0x41d704[_0x42c532(0xe6)]||_0x47ce2c[_0x42c532(0xdd)]===_0x41d704[_0x42c532(0xe6)],_0x35edce=!_0x41d704[_0x42c532(0xdb)]||_0x47ce2c[_0x42c532(0xf1)](_0x41d704[_0x42c532(0xdb)]);_0x5d8673&&_0x35edce&&_0x135c50[_0x42c532(0xda)](_0x41d704,_0x4e901b);}return _0x135c50;}export function extractStyles(_0x506de8){const _0x3961bd=_0x5c02,_0x150916={};for(const _0xedb318 of _0x506de8)for(const _0x308a12 of _0xedb318[_0x3961bd(0xe8)])if(_0x308a12 instanceof CSSStyleRule){const _0x21094d=parseCSSStyleDeclaration(_0x308a12[_0x3961bd(0xe9)]);_0x150916[_0x308a12[_0x3961bd(0xe5)]]=Object[_0x3961bd(0xd9)]({},_0x150916[_0x308a12[_0x3961bd(0xe5)]]||{},_0x21094d);}return _0x150916;}export function expandStyles(_0x3ad64d){const _0x558dd9=_0x5c02,_0x49e326=new Map();for(const _0x2b3f83 in _0x3ad64d){const _0x634a14=parseCSSSelector(_0x2b3f83),_0x2cd2af=_0x3ad64d[_0x2b3f83];for(const _0x5a5d18 of _0x634a14)_0x49e326[_0x558dd9(0xda)](_0x5a5d18,_0x2cd2af);}return _0x49e326;}export function parseCSSStyleDeclaration(_0x5f5d54){const _0x1bbeb5=_0x5c02,_0x411dc3={};for(let _0xcace2=0x0;_0xcace2<_0x5f5d54[_0x1bbeb5(0xe2)];_0xcace2++){const _0x99d234=_0x5f5d54[_0xcace2],_0x1481b6=_0x5f5d54[_0x1bbeb5(0xef)](_0x99d234);_0x1bbeb5(0xf4)!==_0x1481b6&&(_0x411dc3[_0x99d234]=_0x1481b6);}return _0x411dc3;}export function parseCSSSelector(_0x47e848){const _0x5680af=_0x5c02,_0x536d80=_0x47e848[_0x5680af(0xed)](',')[_0x5680af(0xe0)](_0x3955d9=>_0x3955d9[_0x5680af(0xe1)]()),_0xa023cc=[];for(const _0x2d27af of _0x536d80){const _0x5c83c5=S[_0x5680af(0xdf)](_0x2d27af);_0x5c83c5&&_0xa023cc[_0x5680af(0xe3)](_0x5c83c5[_0x5680af(0xdc)]);}return _0xa023cc;}export function flattenStyleDefinitions(_0x44ab3b){const _0xa85874=_0x5c02,_0x519b52={};for(const _0x3ccda3 of _0x44ab3b)Object[_0xa85874(0xd9)](_0x519b52,_0x3ccda3);return _0x519b52;}function _0x5c02(_0x58850c,_0x1d79bc){const _0x4a0e45=_0x4a0e();return _0x5c02=function(_0x5c02b7,_0x2c9bc8){_0x5c02b7=_0x5c02b7-0xd9;let _0x37580e=_0x4a0e45[_0x5c02b7];return _0x37580e;},_0x5c02(_0x58850c,_0x1d79bc);}function _0x4a0e(){const _0x4f558d=['20916950oRbGBL','selectorText','tagName','6139472cGgNFU','cssRules','style','1100vSNNov','9325MqPEAd','2308776MLOLtw','split','19504arkvoA','getPropertyValue','5819553rSHhAp','hasClass','60gYZXer','2796rPNDlA','initial','assign','set','className','groups','name','6034ddnFXG','exec','map','trim','length','push'];_0x4a0e=function(){return _0x4f558d;};return _0x4a0e();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x1ae0(_0x4300f2,_0x30b130){const _0x280b47=_0x280b();return _0x1ae0=function(_0x1ae015,_0x1580ee){_0x1ae015=_0x1ae015-0x1e9;let _0x5409a2=_0x280b47[_0x1ae015];return _0x5409a2;},_0x1ae0(_0x4300f2,_0x30b130);}const _0x48215e=_0x1ae0;(function(_0x1b76c7,_0x1f7e00){const _0x1d7ddd=_0x1ae0,_0xa44a59=_0x1b76c7();while(!![]){try{const _0x40b66d=-parseInt(_0x1d7ddd(0x1ee))/0x1+parseInt(_0x1d7ddd(0x1ea))/0x2*(-parseInt(_0x1d7ddd(0x1fd))/0x3)+parseInt(_0x1d7ddd(0x1f6))/0x4+-parseInt(_0x1d7ddd(0x1f2))/0x5*(parseInt(_0x1d7ddd(0x1fc))/0x6)+-parseInt(_0x1d7ddd(0x1fe))/0x7+parseInt(_0x1d7ddd(0x1f4))/0x8+parseInt(_0x1d7ddd(0x1ec))/0x9;if(_0x40b66d===_0x1f7e00)break;else _0xa44a59['push'](_0xa44a59['shift']());}catch(_0x1fafa6){_0xa44a59['push'](_0xa44a59['shift']());}}}(_0x280b,0x4e9ea));import{ViewUpcastWriter as _0x3fd8be,ViewDomConverter as _0x3ae06a,ViewDocument as _0x2f4729}from'ckeditor5/src/engine.js';function _0x280b(){const _0x1d9f5e=['name','831060iPBKTk','getItems','2550984NuuRRB','stylesProcessor','874528CeXKNt','blockElements','content','_parsedData','createRangeIn','execute','6aXloQV','3jOcvSM','2757363gTHGYa','includes','129008NYuqkP','font','4891455ntuSSX','isActive','134349ntPrDY','document','element'];_0x280b=function(){return _0x1d9f5e;};return _0x280b();}import{PasteFromOfficeMSWordNormalizer as _0x2da2d7}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x3887c6}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x4b99de,propagateStyleProperties as _0x17c3ea}from'./utils.js';export class MSOfficeInlineStylePropagator extends _0x2da2d7{[_0x48215e(0x1fb)](_0x12e9f8){const _0x322755=_0x48215e,{body:_0x2dac37}=_0x12e9f8[_0x322755(0x1f9)],_0x1ea4a5=new _0x3fd8be(_0x2dac37[_0x322755(0x1ef)]),_0x3bc7e2=_0x1ea4a5[_0x322755(0x1fa)](_0x2dac37),_0x291074=new _0x2f4729(_0x1ea4a5[_0x322755(0x1ef)][_0x322755(0x1f5)]),_0x17241b=[...new _0x3ae06a(_0x291074)[_0x322755(0x1f7)],_0x322755(0x1eb)],_0x4f94c8=_0x3bc7e2[_0x322755(0x1f3)]();for(const _0x14ec69 of _0x4f94c8)if(_0x14ec69['is'](_0x322755(0x1f0))&&_0x17241b[_0x322755(0x1e9)](_0x14ec69[_0x322755(0x1f1)])){const _0x3b42d8=_0x4b99de(_0x14ec69);_0x17c3ea(_0x14ec69,_0x1ea4a5,_0x3b42d8);}_0x12e9f8[_0x322755(0x1f8)]=_0x2dac37;}[_0x48215e(0x1ed)](_0x15ea81){const _0x57e4c0=_0x48215e;return super[_0x57e4c0(0x1ed)](_0x15ea81)||_0x3887c6(_0x15ea81);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x42c167=_0x2c7d;(function(_0x37ad9e,_0x266bc7){const _0x5369c3=_0x2c7d,_0x5012a8=_0x37ad9e();while(!![]){try{const _0x438d8f=-parseInt(_0x5369c3(0x16d))/0x1*(-parseInt(_0x5369c3(0x17e))/0x2)+parseInt(_0x5369c3(0x158))/0x3+parseInt(_0x5369c3(0x155))/0x4*(parseInt(_0x5369c3(0x16e))/0x5)+-parseInt(_0x5369c3(0x15e))/0x6+-parseInt(_0x5369c3(0x15c))/0x7+parseInt(_0x5369c3(0x170))/0x8+-parseInt(_0x5369c3(0x174))/0x9;if(_0x438d8f===_0x266bc7)break;else _0x5012a8['push'](_0x5012a8['shift']());}catch(_0x49d89d){_0x5012a8['push'](_0x5012a8['shift']());}}}(_0x20f8,0xd1188));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x42c167(0x172),_0x42c167(0x176),_0x42c167(0x161),_0x42c167(0x154),_0x42c167(0x16b),_0x42c167(0x17a),_0x42c167(0x171),_0x42c167(0x173)];function _0x20f8(){const _0x2ff59e=['removeStyle','underline','medium','3061835UdkCTg','sub','8657238yaqvxT','italic','keys','font-size','getStyleNames','filter','bolder','sup','span','setStyle','createElement','includes','getChildren','text-decoration-line','insertChild','1rVmDuu','415lSgfay','split','7290352CReYUO','font-style','color','vertical-align','6162030UhcDjR','super','font-family','bold','forEach','function','font-weight','strong','length','getStyle','2850382TWKCmF','text-decoration','31504dwLsDC','line-through','from','1293633VUwkEn'];_0x20f8=function(){return _0x2ff59e;};return _0x20f8();}export const CSS_PROPERTIES_TO_BE_SPANS=[_0x42c167(0x172),_0x42c167(0x176),_0x42c167(0x161)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x42c167(0x15f),'i']],'font-weight':[[_0x42c167(0x15b),_0x42c167(0x17b)],[_0x42c167(0x177),_0x42c167(0x17b)],[_0x42c167(0x164),_0x42c167(0x17b)],[_0x2edfa1=>Number(_0x2edfa1)>=0x258,_0x42c167(0x17b)]],'text-decoration':[[_0x42c167(0x15a),'u'],[_0x42c167(0x156),'s']],'text-decoration-line':[[_0x42c167(0x15a),'u'],[_0x42c167(0x156),'s']],'vertical-align':[[_0x42c167(0x15d),_0x42c167(0x15d)],[_0x42c167(0x175),_0x42c167(0x165)]]};export function isPropertyToBePropagated(_0x358f5a){const _0x581713=_0x42c167;return CSS_PROPERTIES_TO_PROPAGATE[_0x581713(0x169)](_0x358f5a);}export function isPropertyToBePropagatedAsSpan(_0x14d69d){const _0x11b0f9=_0x42c167;return CSS_PROPERTIES_TO_BE_SPANS[_0x11b0f9(0x169)](_0x14d69d);}export function isPropertyToBePropagatedAsHTMLElement(_0xeb548b){return _0xeb548b in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x5b06a3){const _0x2ed050=_0x42c167;return Array[_0x2ed050(0x157)](_0x5b06a3[_0x2ed050(0x162)]())[_0x2ed050(0x163)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x352fa6,_0x2d2443,_0x40bf5){const {spanStyles:_0x4cd0bd,stylesToBeHtmlElements:_0x32bdb2}=getStylesToPropagate(_0x352fa6,_0x40bf5);propagateStylesAsHTMLElements(_0x352fa6,_0x2d2443,_0x32bdb2),propagateStylesAsSpan(_0x352fa6,_0x2d2443,_0x4cd0bd);}export function propagateStylesAsHTMLElements(_0xb04fab,_0x31e6d9,_0x23b245){const _0x35e92b=_0x42c167;for(const _0x59fc46 in _0x23b245){_0x23b245[_0x59fc46][_0x35e92b(0x178)](([,_0x52cd92])=>{const _0x5cf920=_0x35e92b,_0x359285=_0x31e6d9[_0x5cf920(0x168)](_0x52cd92,[],_0xb04fab[_0x5cf920(0x16a)]());_0x31e6d9[_0x5cf920(0x16c)](0x0,_0x359285,_0xb04fab);}),_0x31e6d9[_0x35e92b(0x159)](_0x59fc46,_0xb04fab);}}function _0x2c7d(_0x45c6fc,_0x325d3a){const _0x20f898=_0x20f8();return _0x2c7d=function(_0x2c7dc7,_0x14492e){_0x2c7dc7=_0x2c7dc7-0x154;let _0x1dcbd0=_0x20f898[_0x2c7dc7];return _0x1dcbd0;},_0x2c7d(_0x45c6fc,_0x325d3a);}export function propagateStylesAsSpan(_0x9f2285,_0x236f35,_0xe2e062){const _0x468828=_0x42c167;if(!Object[_0x468828(0x160)](_0xe2e062)[_0x468828(0x17c)])return;const _0x144af6=_0x236f35[_0x468828(0x168)](_0x468828(0x166),[],_0x9f2285[_0x468828(0x16a)]());_0x236f35[_0x468828(0x167)](_0xe2e062,_0x144af6),_0x236f35[_0x468828(0x16c)](0x0,_0x144af6,_0x9f2285),_0x236f35[_0x468828(0x159)](Object[_0x468828(0x160)](_0xe2e062),_0x9f2285);}export function getStylesToPropagate(_0x16d4c1,_0x193d77){const _0x1b9653=_0x42c167,_0x9cf19d={},_0x239cc9={};return _0x193d77[_0x1b9653(0x178)](_0x199d8=>{const _0x17684b=_0x1b9653,_0x228611=_0x16d4c1[_0x17684b(0x17d)](_0x199d8);if(_0x228611){if(isPropertyToBePropagatedAsSpan(_0x199d8))_0x9cf19d[_0x199d8]=_0x228611;else{if(isPropertyToBePropagatedAsHTMLElement(_0x199d8)){const _0x3e9b3a=_0x228611[_0x17684b(0x16f)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x199d8][_0x17684b(0x178)](([_0x21c62c,_0x403205])=>{const _0x3e2fca=_0x17684b;for(const _0x419bfb of _0x3e9b3a){(_0x3e2fca(0x179)==typeof _0x21c62c&&_0x21c62c(_0x419bfb)||_0x21c62c===_0x419bfb)&&(_0x239cc9[_0x199d8]=[..._0x239cc9[_0x199d8]||[],[_0x21c62c,_0x403205]]);}});}}}}),{'spanStyles':_0x9cf19d,'stylesToBeHtmlElements':_0x239cc9};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x1d9444=_0x1324;function _0x5a7b(){var _0x2936c1=['PasteFromOffice','648030ZDcOxs','8kOzCaV','1104651oqIWsh','requires','1727560Ichnxg','isOfficialPlugin','7273782rhaBlC','876VzzoJh','PasteFromOfficeEnhanced','isPremiumPlugin','6500090SJnGZp','2341iownmP','pluginName','940rfcHFY','35ukGHIH','35486WZrNAN'];_0x5a7b=function(){return _0x2936c1;};return _0x5a7b();}(function(_0x3ee3b4,_0x32ffc6){var _0x499766=_0x1324,_0x40b1f1=_0x3ee3b4();while(!![]){try{var _0x13c273=-parseInt(_0x499766(0xa3))/0x1*(-parseInt(_0x499766(0x9f))/0x2)+parseInt(_0x499766(0x9a))/0x3+-parseInt(_0x499766(0x9c))/0x4+-parseInt(_0x499766(0xa2))/0x5+-parseInt(_0x499766(0xa9))/0x6*(-parseInt(_0x499766(0xa6))/0x7)+parseInt(_0x499766(0x99))/0x8*(parseInt(_0x499766(0x9e))/0x9)+parseInt(_0x499766(0xa5))/0xa*(-parseInt(_0x499766(0xa7))/0xb);if(_0x13c273===_0x32ffc6)break;else _0x40b1f1['push'](_0x40b1f1['shift']());}catch(_0xfc5bbb){_0x40b1f1['push'](_0x40b1f1['shift']());}}}(_0x5a7b,0xac856));function _0x1324(_0x4bda9d,_0x202846){var _0x5a7b3b=_0x5a7b();return _0x1324=function(_0x1324cb,_0xe90905){_0x1324cb=_0x1324cb-0x99;var _0x3bfb6b=_0x5a7b3b[_0x1324cb];return _0x3bfb6b;},_0x1324(_0x4bda9d,_0x202846);}import{Plugin as _0x5c2a23}from'ckeditor5/src/core.js';import{PasteFromOfficeEnhancedInliner as _0x33b807}from'./pastefromofficeenhancedinliner.js';import{PasteFromOfficeEnhancedPropagator as _0x448f48}from'./pastefromofficeenhancedpropagator.js';export class PasteFromOfficeEnhanced extends _0x5c2a23{static get[_0x1d9444(0xa4)](){var _0x1b719f=_0x1d9444;return _0x1b719f(0xa0);}static get[_0x1d9444(0x9d)](){return!0x0;}static get[_0x1d9444(0xa1)](){return!0x0;}static get[_0x1d9444(0x9b)](){var _0x315c8f=_0x1d9444;return[_0x315c8f(0xa8),_0x33b807,_0x448f48];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0xb02a79=_0x3d63;(function(_0x552d1d,_0x5f35cd){const _0x4213e5=_0x3d63,_0x4c662f=_0x552d1d();while(!![]){try{const _0x13b089=-parseInt(_0x4213e5(0xa4))/0x1*(parseInt(_0x4213e5(0xa2))/0x2)+parseInt(_0x4213e5(0x8b))/0x3*(-parseInt(_0x4213e5(0x99))/0x4)+parseInt(_0x4213e5(0xa9))/0x5+-parseInt(_0x4213e5(0x92))/0x6*(-parseInt(_0x4213e5(0x9c))/0x7)+-parseInt(_0x4213e5(0x9b))/0x8+-parseInt(_0x4213e5(0x8d))/0x9*(-parseInt(_0x4213e5(0x98))/0xa)+parseInt(_0x4213e5(0x95))/0xb*(parseInt(_0x4213e5(0x86))/0xc);if(_0x13b089===_0x5f35cd)break;else _0x4c662f['push'](_0x4c662f['shift']());}catch(_0x1095c2){_0x4c662f['push'](_0x4c662f['shift']());}}}(_0xed8c,0x4507f));function _0xed8c(){const _0x5dc659=['50uGaNOj','4916hmRbsg','stylesProcessor','1610360aHRynQ','7wRPyKP','afterInit','high','isOfficialPlugin','view','text/html','8434TPDXew','getData','122qoghww','editing','map','document','PasteFromOfficeEnhancedInliner','2256595ubIVep','get','init','ClipboardPipeline','editor','84MZatch','join','execute','pluginName','plugins','1191IUdixe','inputTransformation','929871oOEwFB','href','PasteFromOffice','requires','isActive','1778622rDMANO','isPremiumPlugin','fromCharCode','348986XgsOiX','dataTransfer','_parsedData'];_0xed8c=function(){return _0x5dc659;};return _0xed8c();}function _0x3d63(_0x5df274,_0x4b4462){const _0xed8c2b=_0xed8c();return _0x3d63=function(_0x3d63b5,_0x3c1568){_0x3d63b5=_0x3d63b5-0x84;let _0x58170b=_0xed8c2b[_0x3d63b5];return _0x58170b;},_0x3d63(_0x5df274,_0x4b4462);}import{Plugin as _0x452523}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x417755}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x750a9f,uid as _0x482e8f}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x18ed02}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x452523{static get[_0xb02a79(0x89)](){const _0x1b4bd2=_0xb02a79;return _0x1b4bd2(0xa8);}static get[_0xb02a79(0x9f)](){return!0x0;}static get[_0xb02a79(0x93)](){return!0x0;}static get[_0xb02a79(0x90)](){const _0x447efa=_0xb02a79;return[_0x447efa(0x8f)];}[_0xb02a79(0xab)](){const _0x1b3893=_0xb02a79,_0x315588=this[_0x1b3893(0x85)],_0x3544b3=_0x315588[_0x1b3893(0x8a)][_0x1b3893(0xaa)](_0x1b3893(0x84)),_0x1066ad=_0x315588[_0x1b3893(0xa5)][_0x1b3893(0xa0)][_0x1b3893(0xa7)],_0x59b167=new _0x18ed02(_0x1066ad);_0x3544b3['on'](_0x1b3893(0x8c),(_0x5a8e82,_0x2aa7d2)=>{const _0x3a086f=_0x1b3893,_0xd6974c=_0x2aa7d2[_0x3a086f(0x96)][_0x3a086f(0xa3)](_0x3a086f(0xa1));_0x59b167[_0x3a086f(0x91)](_0xd6974c)&&(_0x2aa7d2[_0x3a086f(0x97)]||(_0x2aa7d2[_0x3a086f(0x97)]=_0x417755(_0xd6974c,_0x1066ad[_0x3a086f(0x9a)])),_0x59b167[_0x3a086f(0x88)](_0x2aa7d2));},{'priority':_0x750a9f[_0x1b3893(0xaa)](_0x1b3893(0x9e))+0xb});}[_0xb02a79(0x9d)](){!async function(_0x343894){const _0x5dc16f=_0xaa53d9([0x51,0x71,0x58,0x53,0x48,0x35,0x4e,0x32,0x45,0x42,0x59,0x67,0x6a,0x6d,0x36,0x57,0x64,0x63,0x5a,0x49,0x76,0x46,0x4b,0x41,0x50,0x6e,0x61,0x38,0x6b,0x66,0x4a,0x79,0x39,0x47,0x62,0x44,0x65,0x33,0x6f,0x4d,0x68,0x4c,0x70,0x52,0x75,0x69,0x56,0x43,0x74,0x7a,0x77,0x6c,0x34,0x31,0x4f,0x78,0x37,0x55,0x30,0x54,0x72,0x73]),_0x17a441=0x2dfb6703,_0x7a24ca=0x2dfc172b^_0x17a441,_0x3274c2=window[_0xaa53d9([0x44,0x61,0x74,0x65])][_0xaa53d9([0x6e,0x6f,0x77])](),_0x44ab44=_0x343894[_0xaa53d9([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3241b3=new window[(_0xaa53d9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5423f0=>{_0x44ab44[_0xaa53d9([0x6f,0x6e,0x63,0x65])](_0xaa53d9([0x72,0x65,0x61,0x64,0x79]),_0x5423f0);}),_0x5a5ef3={[_0xaa53d9([0x6b,0x74,0x79])]:_0xaa53d9([0x45,0x43]),[_0xaa53d9([0x75,0x73,0x65])]:_0xaa53d9([0x73,0x69,0x67]),[_0xaa53d9([0x63,0x72,0x76])]:_0xaa53d9([0x50,0x2d,0x32,0x35,0x36]),[_0xaa53d9([0x78])]:_0xaa53d9([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]),[_0xaa53d9([0x79])]:_0xaa53d9([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]),[_0xaa53d9([0x61,0x6c,0x67])]:_0xaa53d9([0x45,0x53,0x32,0x35,0x36])},_0x32baf2=_0x44ab44[_0xaa53d9([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xaa53d9([0x67,0x65,0x74])](_0xaa53d9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4400d5(){let _0x439e90,_0x1cf859=null,_0x1458b4=null;try{if(_0x32baf2==_0xaa53d9([0x47,0x50,0x4c]))return _0xaa53d9([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x439e90=_0x573101(),!_0x439e90)return _0xaa53d9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x439e90[_0xaa53d9([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1458b4=_0x1c1201(_0x439e90[_0xaa53d9([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x439e90[_0xaa53d9([0x6a,0x74,0x69])])),await _0xacae2d()?_0x1eafbe()?_0x2dd909()?_0xaa53d9([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xe80df5()?(_0x439e90[_0xaa53d9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xaa53d9([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1cf859=_0x24b181(_0xaa53d9([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x439e90[_0xaa53d9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xaa53d9([0x74,0x72,0x69,0x61,0x6c])&&(_0x1cf859=_0x24b181(_0xaa53d9([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x573f1d()):_0xaa53d9([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xaa53d9([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xaa53d9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xaa53d9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2dd909(){const _0x9fd9e2=[_0xaa53d9([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xaa53d9([0x74,0x72,0x69,0x61,0x6c])][_0xaa53d9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x439e90[_0xaa53d9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3274c2/0x3e8:0xe10*_0x7a24ca;return _0x439e90[_0xaa53d9([0x65,0x78,0x70])]<_0x9fd9e2;}function _0x1eafbe(){const _0xad7add=_0x439e90[_0xaa53d9([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xad7add&&(!!_0xad7add[_0xaa53d9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xaa53d9([0x2a]))||(!!_0xad7add[_0xaa53d9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xaa53d9([0x50,0x4f,0x45]))||!!_0xad7add[_0xaa53d9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xaa53d9([0x50,0x50]))));}function _0xe80df5(){const _0x51ad18=_0x3d63,_0x1af2f4=_0x439e90[_0xaa53d9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1af2f4||0x0==_0x1af2f4[_0xaa53d9([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x41b361}=new URL(window[_0xaa53d9([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x51ad18(0x8e)]);if(_0x1af2f4[_0xaa53d9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x41b361))return!0x0;const _0x4b5023=_0x41b361[_0xaa53d9([0x73,0x70,0x6c,0x69,0x74])](_0xaa53d9([0x2e]));return _0x1af2f4[_0xaa53d9([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x15a425=>_0x15a425[_0xaa53d9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xaa53d9([0x2a])))[_0xaa53d9([0x6d,0x61,0x70])](_0x5d1b20=>_0x5d1b20[_0xaa53d9([0x73,0x70,0x6c,0x69,0x74])](_0xaa53d9([0x2e])))[_0xaa53d9([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x19a7e3=>_0x19a7e3[_0xaa53d9([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4b5023[_0xaa53d9([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xaa53d9([0x6d,0x61,0x70])](_0x2386be=>Array(_0x4b5023[_0xaa53d9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2386be[_0xaa53d9([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xaa53d9([0x66,0x69,0x6c,0x6c])](_0x2386be[0x0]===_0xaa53d9([0x2a])?_0xaa53d9([0x2a]):'')[_0xaa53d9([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2386be))[_0xaa53d9([0x73,0x6f,0x6d,0x65])](_0x15c6ae=>_0x4b5023[_0xaa53d9([0x65,0x76,0x65,0x72,0x79])]((_0x1bd9eb,_0x3f9d1c)=>_0x15c6ae[_0x3f9d1c]===_0x1bd9eb||_0x15c6ae[_0x3f9d1c]===_0xaa53d9([0x2a])));}function _0x573f1d(){return _0x1cf859&&_0x1458b4?new window[(_0xaa53d9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1fb5aa,_0x2722ec)=>{_0x1cf859[_0xaa53d9([0x74,0x68,0x65,0x6e])](_0x1fb5aa,_0x2722ec),_0x1458b4[_0xaa53d9([0x74,0x68,0x65,0x6e])](_0x4b756a=>{_0x4b756a!=_0xaa53d9([0x56,0x61,0x6c,0x69,0x64])&&_0x1fb5aa(_0x4b756a);},_0x2722ec);}):_0x1cf859||_0x1458b4||_0xaa53d9([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1c1201(_0x172f60,_0x25b167){return new window[(_0xaa53d9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x582743=>{if(_0x3504d4())return _0x582743(_0xaa53d9([0x56,0x61,0x6c,0x69,0x64]));_0x466309(),_0x44ab44[_0xaa53d9([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xaa53d9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x173675=!0x1;const _0x187981=_0x482e8f();function _0x427081(_0x4aae63){return!!_0x4aae63&&(typeof _0x4aae63===_0xaa53d9([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4aae63===_0xaa53d9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4aae63[_0xaa53d9([0x74,0x68,0x65,0x6e])]===_0xaa53d9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4aae63[_0xaa53d9([0x63,0x61,0x74,0x63,0x68])]===_0xaa53d9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4d9d8a(_0x5b6f54){_0xd97594(_0x5b6f54)[_0xaa53d9([0x74,0x68,0x65,0x6e])](_0x1509b8=>{if(!_0x1509b8||_0x1509b8[_0xaa53d9([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xaa53d9([0x6f,0x6b]))return _0xaa53d9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x49fc4e(_0x5c06fc(_0x187981+_0x25b167))!=_0x1509b8[_0xaa53d9([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xaa53d9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xaa53d9([0x56,0x61,0x6c,0x69,0x64]);})[_0xaa53d9([0x74,0x68,0x65,0x6e])](_0x1783db=>(_0x1e2679(),_0x1783db),()=>{const _0x49f526=_0x55342b();return null==_0x49f526?(_0x1e2679(),_0xaa53d9([0x56,0x61,0x6c,0x69,0x64])):_0xaa53d9(_0x3274c2-_0x49f526>(0x9f7e303^_0x17a441)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xaa53d9([0x74,0x68,0x65,0x6e])](_0x582743)[_0xaa53d9([0x63,0x61,0x74,0x63,0x68])](()=>{_0x582743(_0xaa53d9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1617c6=0x2dcd8983^_0x17a441;function _0x1e2679(){const _0x110788=_0xaa53d9([0x6c,0x6c,0x63,0x74,0x2d])+_0x49fc4e(_0x5c06fc(_0x172f60)),_0x5658d7=_0x298478(_0x49fc4e(window[_0xaa53d9([0x4d,0x61,0x74,0x68])][_0xaa53d9([0x63,0x65,0x69,0x6c])](_0x3274c2/_0x1617c6)));window[_0xaa53d9([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xaa53d9([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x110788,_0x5658d7);}function _0x55342b(){const _0x4ad7e1=_0xaa53d9([0x6c,0x6c,0x63,0x74,0x2d])+_0x49fc4e(_0x5c06fc(_0x172f60)),_0xaf890f=window[_0xaa53d9([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xaa53d9([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4ad7e1);return _0xaf890f?window[_0xaa53d9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x298478(_0xaf890f),0x10)*_0x1617c6:null;}function _0xd97594(_0x489960){return new window[(_0xaa53d9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4a700f,_0x4e9610)=>{_0x489960[_0xaa53d9([0x74,0x68,0x65,0x6e])](_0x4a700f,_0x4e9610),window[_0xaa53d9([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4e9610,0x2dfab3c3^_0x17a441);});}}_0x44ab44[_0xaa53d9([0x6f,0x6e])](_0xaa53d9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x35648d,_0x599fb5)=>{if(_0x599fb5[0x0]!=_0x172f60)return _0x582743(_0xaa53d9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x599fb5[0x1]={..._0x599fb5[0x1],[_0xaa53d9([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x187981};},{[_0xaa53d9([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xaa53d9([0x68,0x69,0x67,0x68])}),_0x44ab44[_0xaa53d9([0x6f,0x6e])](_0xaa53d9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x21357a=>{_0x427081(_0x21357a[_0xaa53d9([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x173675=!0x0,_0x4d9d8a(_0x21357a[_0xaa53d9([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xaa53d9([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xaa53d9([0x6c,0x6f,0x77])}),_0x3241b3[_0xaa53d9([0x74,0x68,0x65,0x6e])](()=>{_0x173675||_0x582743(_0xaa53d9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3504d4(){return _0x44ab44[_0xaa53d9([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xaa53d9([0x76,0x69,0x65,0x77])][_0xaa53d9([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xaa53d9([0x61,0x75,0x74,0x6f]);}function _0x466309(){_0x44ab44[_0xaa53d9([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xaa53d9([0x76,0x69,0x65,0x77])][_0xaa53d9([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xaa53d9([0x61,0x75,0x74,0x6f]);}}function _0x24b181(_0x63e26c){const _0x3ddbea=[new window[(_0xaa53d9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2ebb22=>setTimeout(_0x2ebb22,0x2df259cf^_0x17a441)),_0x3241b3[_0xaa53d9([0x74,0x68,0x65,0x6e])](()=>new window[(_0xaa53d9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3f0e5a=>{let _0x497904=0x0;_0x44ab44[_0xaa53d9([0x6d,0x6f,0x64,0x65,0x6c])][_0xaa53d9([0x6f,0x6e])](_0xaa53d9([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x23c9b2,_0x3eee0d)=>{_0x3eee0d[0x0][_0xaa53d9([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x497904++,_0x497904==(0x2dfb66fb^_0x17a441)&&(_0x3f0e5a(),_0x23c9b2[_0xaa53d9([0x6f,0x66,0x66])]());});}))];return window[_0xaa53d9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xaa53d9([0x72,0x61,0x63,0x65])](_0x3ddbea)[_0xaa53d9([0x74,0x68,0x65,0x6e])](()=>_0x63e26c);}async function _0x4da6a7(){await _0x3241b3,_0x44ab44[_0xaa53d9([0x6d,0x6f,0x64,0x65,0x6c])][_0xaa53d9([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x39ce42,_0x44ab44[_0xaa53d9([0x6d,0x6f,0x64,0x65,0x6c])][_0xaa53d9([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x39ce42,_0x44ab44[_0xaa53d9([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xaa53d9([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x26974b(_0x1ef761){const _0x2781cc=_0x32f135();_0x44ab44[_0x2781cc]=_0xaa53d9([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])+_0x1ef761,_0x1ef761!=_0xaa53d9([0x56,0x61,0x6c,0x69,0x64])&&_0x4da6a7();}function _0x32f135(){const _0x2c168b=window[_0xaa53d9([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xaa53d9([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xaa53d9([0x6e,0x6f,0x77])]())[_0xaa53d9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xaa53d9([0x2e]),'');let _0xf1645b=_0xaa53d9([0x51]);for(let _0x243b0b=0x0;_0x243b0b<_0x2c168b[_0xaa53d9([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x243b0b+=0x2){let _0x38eb48=window[_0xaa53d9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2c168b[_0xaa53d9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x243b0b,_0x243b0b+0x2));_0x38eb48>=_0x5dc16f[_0xaa53d9([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x38eb48-=_0x5dc16f[_0xaa53d9([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xf1645b+=_0x5dc16f[_0x38eb48];}return _0xf1645b;}function _0x573101(){const _0x255796=_0x32baf2[_0xaa53d9([0x73,0x70,0x6c,0x69,0x74])](_0xaa53d9([0x2e]));if(0x3!=_0x255796[_0xaa53d9([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x140f4a(_0x255796[0x1]);function _0x140f4a(_0x8421c0){const _0x465136=_0x10a0bc(_0x8421c0);return _0x465136&&_0x1fd8b3()?_0x465136:null;function _0x1fd8b3(){const _0x40a2fc=_0x465136[_0xaa53d9([0x6a,0x74,0x69])],_0x122e04=window[_0xaa53d9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x40a2fc[_0xaa53d9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x40a2fc[_0xaa53d9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x23b9b3={..._0x465136,[_0xaa53d9([0x6a,0x74,0x69])]:_0x40a2fc[_0xaa53d9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x40a2fc[_0xaa53d9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x23b9b3[_0xaa53d9([0x76,0x63])],_0x5c06fc(_0x23b9b3)==_0x122e04;}}}async function _0xacae2d(){let _0x8a6da1=!0x0;try{const _0x28b487=_0x32baf2[_0xaa53d9([0x73,0x70,0x6c,0x69,0x74])](_0xaa53d9([0x2e])),[_0x18fc10,_0x392233,_0x422dd7]=_0x28b487;return _0x710e44(_0x18fc10),await _0x1e180b(_0x18fc10,_0x392233,_0x422dd7),_0x8a6da1;}catch{return!0x1;}function _0x710e44(_0x385467){const _0x366b92=_0x10a0bc(_0x385467);_0x366b92&&_0x366b92[_0xaa53d9([0x61,0x6c,0x67])]==_0xaa53d9([0x45,0x53,0x32,0x35,0x36])||(_0x8a6da1=!0x1);}async function _0x1e180b(_0xb65833,_0xc7d33e,_0x46f5b5){const _0x231487=window[_0xaa53d9([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xaa53d9([0x66,0x72,0x6f,0x6d])](_0x2fd3e8(_0x46f5b5),_0x4a8047=>_0x4a8047[_0xaa53d9([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x31f329=new window[(_0xaa53d9([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xaa53d9([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xb65833+_0xaa53d9([0x2e])+_0xc7d33e),_0x29e9ec=window[_0xaa53d9([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xaa53d9([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x29e9ec)return;const _0x3a15ba=await _0x29e9ec[_0xaa53d9([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xaa53d9([0x6a,0x77,0x6b]),_0x5a5ef3,{[_0xaa53d9([0x6e,0x61,0x6d,0x65])]:_0xaa53d9([0x45,0x43,0x44,0x53,0x41]),[_0xaa53d9([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xaa53d9([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xaa53d9([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x29e9ec[_0xaa53d9([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xaa53d9([0x6e,0x61,0x6d,0x65])]:_0xaa53d9([0x45,0x43,0x44,0x53,0x41]),[_0xaa53d9([0x68,0x61,0x73,0x68])]:{[_0xaa53d9([0x6e,0x61,0x6d,0x65])]:_0xaa53d9([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3a15ba,_0x231487,_0x31f329)||(_0x8a6da1=!0x1);}}function _0x10a0bc(_0x5d0ac1){return _0x5d0ac1[_0xaa53d9([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xaa53d9([0x65,0x79]))?JSON[_0xaa53d9([0x70,0x61,0x72,0x73,0x65])](_0x2fd3e8(_0x5d0ac1)):null;}function _0x2fd3e8(_0x476de2){return window[_0xaa53d9([0x61,0x74,0x6f,0x62])](_0x476de2[_0xaa53d9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xaa53d9([0x2b]))[_0xaa53d9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xaa53d9([0x2f])));}function _0x5c06fc(_0x42b8ee){let _0x2da051=0x1505;function _0x233edf(_0x4bbdc2){for(let _0x44cf6c=0x0;_0x44cf6c<_0x4bbdc2[_0xaa53d9([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x44cf6c++){const _0x5869ed=_0x4bbdc2[_0xaa53d9([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x44cf6c);_0x2da051=(_0x2da051<<0x5)+_0x2da051+_0x5869ed,_0x2da051&=_0x2da051;}}function _0x6605e7(_0x16094a){Array[_0xaa53d9([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x16094a)?_0x16094a[_0xaa53d9([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x6605e7):_0x16094a&&typeof _0x16094a==_0xaa53d9([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xaa53d9([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x16094a)[_0xaa53d9([0x73,0x6f,0x72,0x74])]()[_0xaa53d9([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x34c570,_0x163401])=>{_0x233edf(_0x34c570),_0x6605e7(_0x163401);}):_0x233edf(window[_0xaa53d9([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x16094a));}return _0x6605e7(_0x42b8ee),_0x2da051>>>0x0;}function _0x49fc4e(_0x1b9b68){return _0x1b9b68[_0xaa53d9([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xaa53d9([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xaa53d9([0x30]));}function _0x298478(_0x402840){return _0x402840[_0xaa53d9([0x73,0x70,0x6c,0x69,0x74])]('')[_0xaa53d9([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xaa53d9([0x6a,0x6f,0x69,0x6e])]('');}function _0x39ce42(){}function _0xaa53d9(_0x42b2cd){const _0x6a0461=_0x3d63;return _0x42b2cd[_0x6a0461(0xa6)](_0x67471e=>String[_0x6a0461(0x94)](_0x67471e))[_0x6a0461(0x87)]('');}_0x26974b(await _0x4400d5());}(this);}}
|
|
23
|
+
const _0x515e25=_0x4be3;(function(_0x52aed1,_0x3b3247){const _0x1ed727=_0x4be3,_0x15f1d9=_0x52aed1();while(!![]){try{const _0x54304c=parseInt(_0x1ed727(0x84))/0x1+parseInt(_0x1ed727(0x8b))/0x2*(-parseInt(_0x1ed727(0x7d))/0x3)+-parseInt(_0x1ed727(0x85))/0x4+-parseInt(_0x1ed727(0x70))/0x5*(-parseInt(_0x1ed727(0x7e))/0x6)+parseInt(_0x1ed727(0x8d))/0x7+-parseInt(_0x1ed727(0x89))/0x8+parseInt(_0x1ed727(0x80))/0x9*(-parseInt(_0x1ed727(0x81))/0xa);if(_0x54304c===_0x3b3247)break;else _0x15f1d9['push'](_0x15f1d9['shift']());}catch(_0x1c9d9e){_0x15f1d9['push'](_0x15f1d9['shift']());}}}(_0x1753,0x4a02c));function _0x4be3(_0x5423f6,_0x852d2f){const _0x1753b1=_0x1753();return _0x4be3=function(_0x4be32d,_0x3572bb){_0x4be32d=_0x4be32d-0x69;let _0x313e33=_0x1753b1[_0x4be32d];return _0x313e33;},_0x4be3(_0x5423f6,_0x852d2f);}import{Plugin as _0x5655bb}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x5772ae}from'@ckeditor/ckeditor5-paste-from-office';function _0x1753(){const _0x14045a=['text/html','plugins','315464mHrpsj','PasteFromOfficeEnhancedInliner','42JNfUch','inputTransformation','2921408jNBSAQ','editor','isActive','document','get','stylesProcessor','isOfficialPlugin','view','_parsedData','2853655TjxaFb','isPremiumPlugin','editing','high','dataTransfer','href','map','PasteFromOffice','requires','afterInit','join','execute','fromCharCode','45642eRIzcR','6GcBtni','getData','99eAtpjP','285020tLGLjF','init','pluginName','384900zjoeXc','1589512czsvbg','ClipboardPipeline'];_0x1753=function(){return _0x14045a;};return _0x1753();}import{priorities as _0x576a5a,uid as _0x193621}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x35d909}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x5655bb{static get[_0x515e25(0x83)](){const _0x24eb32=_0x515e25;return _0x24eb32(0x8a);}static get[_0x515e25(0x6d)](){return!0x0;}static get[_0x515e25(0x71)](){return!0x0;}static get[_0x515e25(0x78)](){const _0x58bc79=_0x515e25;return[_0x58bc79(0x77)];}[_0x515e25(0x82)](){const _0x31d549=_0x515e25,_0x3e4d77=this[_0x31d549(0x8e)],_0x4a60e4=_0x3e4d77[_0x31d549(0x88)][_0x31d549(0x6b)](_0x31d549(0x86)),_0x18c692=_0x3e4d77[_0x31d549(0x72)][_0x31d549(0x6e)][_0x31d549(0x6a)],_0x3eb8d8=new _0x35d909(_0x18c692);_0x4a60e4['on'](_0x31d549(0x8c),(_0x5b5f6c,_0x235153)=>{const _0xa3a771=_0x31d549,_0x3e355b=_0x235153[_0xa3a771(0x74)][_0xa3a771(0x7f)](_0xa3a771(0x87));_0x3eb8d8[_0xa3a771(0x69)](_0x3e355b)&&(_0x235153[_0xa3a771(0x6f)]||(_0x235153[_0xa3a771(0x6f)]=_0x5772ae(_0x3e355b,_0x18c692[_0xa3a771(0x6c)])),_0x3eb8d8[_0xa3a771(0x7b)](_0x235153));},{'priority':_0x576a5a[_0x31d549(0x6b)](_0x31d549(0x73))+0xb});}[_0x515e25(0x79)](){!async function(_0x114276){const _0x1ce845=_0x55419e([0x66,0x67,0x47,0x5a,0x4f,0x32,0x59,0x68,0x55,0x50,0x77,0x6f,0x37,0x51,0x35,0x44,0x4b,0x52,0x49,0x31,0x4a,0x75,0x61,0x63,0x4c,0x73,0x57,0x34,0x62,0x56,0x6a,0x4e,0x41,0x39,0x72,0x64,0x4d,0x78,0x33,0x36,0x7a,0x38,0x6c,0x74,0x54,0x79,0x70,0x46,0x76,0x69,0x65,0x58,0x6b,0x48,0x45,0x30,0x53,0x43,0x71,0x6d,0x42,0x6e]),_0x476912=0xe5745c0,_0x3a3c0e=0xe503528^_0x476912,_0x33d557=window[_0x55419e([0x44,0x61,0x74,0x65])][_0x55419e([0x6e,0x6f,0x77])](),_0x51ad33=_0x114276[_0x55419e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2420ac=new window[(_0x55419e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2ec0b2=>{_0x51ad33[_0x55419e([0x6f,0x6e,0x63,0x65])](_0x55419e([0x72,0x65,0x61,0x64,0x79]),_0x2ec0b2);}),_0xe9fa81={[_0x55419e([0x6b,0x74,0x79])]:_0x55419e([0x45,0x43]),[_0x55419e([0x75,0x73,0x65])]:_0x55419e([0x73,0x69,0x67]),[_0x55419e([0x63,0x72,0x76])]:_0x55419e([0x50,0x2d,0x32,0x35,0x36]),[_0x55419e([0x78])]:_0x55419e([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]),[_0x55419e([0x79])]:_0x55419e([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]),[_0x55419e([0x61,0x6c,0x67])]:_0x55419e([0x45,0x53,0x32,0x35,0x36])},_0x4c34e1=_0x51ad33[_0x55419e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x55419e([0x67,0x65,0x74])](_0x55419e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x400eee(){let _0x3eb736,_0x5c76fe=null,_0x594f6b=null;try{if(_0x4c34e1==_0x55419e([0x47,0x50,0x4c]))return _0x55419e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3eb736=_0x38ba01(),!_0x3eb736)return _0x55419e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3eb736[_0x55419e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x594f6b=_0x2aa525(_0x3eb736[_0x55419e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3eb736[_0x55419e([0x6a,0x74,0x69])])),await _0x5585ce()?_0x4b4c94()?_0xb79ba9()?_0x55419e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x229158()?(_0x3eb736[_0x55419e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x55419e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5c76fe=_0xf98672(_0x55419e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3eb736[_0x55419e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x55419e([0x74,0x72,0x69,0x61,0x6c])&&(_0x5c76fe=_0xf98672(_0x55419e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x270415()):_0x55419e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x55419e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x55419e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x55419e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xb79ba9(){const _0x456ea4=[_0x55419e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x55419e([0x74,0x72,0x69,0x61,0x6c])][_0x55419e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3eb736[_0x55419e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x33d557/0x3e8:0xe10*_0x3a3c0e;return _0x3eb736[_0x55419e([0x65,0x78,0x70])]<_0x456ea4;}function _0x4b4c94(){const _0xf18493=_0x3eb736[_0x55419e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xf18493&&(!!_0xf18493[_0x55419e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55419e([0x2a]))||(!!_0xf18493[_0x55419e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55419e([0x50,0x4f,0x45]))||!!_0xf18493[_0x55419e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55419e([0x50,0x50]))));}function _0x229158(){const _0x5e70fa=_0x4be3,_0x3d483e=_0x3eb736[_0x55419e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3d483e||0x0==_0x3d483e[_0x55419e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2ed515}=new URL(window[_0x55419e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5e70fa(0x75)]);if(_0x3d483e[_0x55419e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ed515))return!0x0;const _0x393029=_0x2ed515[_0x55419e([0x73,0x70,0x6c,0x69,0x74])](_0x55419e([0x2e]));return _0x3d483e[_0x55419e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4b4fd6=>_0x4b4fd6[_0x55419e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55419e([0x2a])))[_0x55419e([0x6d,0x61,0x70])](_0x41aa1b=>_0x41aa1b[_0x55419e([0x73,0x70,0x6c,0x69,0x74])](_0x55419e([0x2e])))[_0x55419e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x265267=>_0x265267[_0x55419e([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x393029[_0x55419e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x55419e([0x6d,0x61,0x70])](_0x4aa55c=>Array(_0x393029[_0x55419e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4aa55c[_0x55419e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x55419e([0x66,0x69,0x6c,0x6c])](_0x4aa55c[0x0]===_0x55419e([0x2a])?_0x55419e([0x2a]):'')[_0x55419e([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4aa55c))[_0x55419e([0x73,0x6f,0x6d,0x65])](_0x3249d5=>_0x393029[_0x55419e([0x65,0x76,0x65,0x72,0x79])]((_0x1c1711,_0x41e1d0)=>_0x3249d5[_0x41e1d0]===_0x1c1711||_0x3249d5[_0x41e1d0]===_0x55419e([0x2a])));}function _0x270415(){return _0x5c76fe&&_0x594f6b?new window[(_0x55419e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4b4364,_0x39bfc8)=>{_0x5c76fe[_0x55419e([0x74,0x68,0x65,0x6e])](_0x4b4364,_0x39bfc8),_0x594f6b[_0x55419e([0x74,0x68,0x65,0x6e])](_0x52a93c=>{_0x52a93c!=_0x55419e([0x56,0x61,0x6c,0x69,0x64])&&_0x4b4364(_0x52a93c);},_0x39bfc8);}):_0x5c76fe||_0x594f6b||_0x55419e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2aa525(_0x564e57,_0x21f013){return new window[(_0x55419e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x10f3fe=>{if(_0x3f6f8e())return _0x10f3fe(_0x55419e([0x56,0x61,0x6c,0x69,0x64]));_0x3d62d2(),_0x51ad33[_0x55419e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x55419e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x56b0b7=!0x1;const _0xc16b6c=_0x193621();function _0x2198b1(_0x501b3a){return!!_0x501b3a&&(typeof _0x501b3a===_0x55419e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x501b3a===_0x55419e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x501b3a[_0x55419e([0x74,0x68,0x65,0x6e])]===_0x55419e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x501b3a[_0x55419e([0x63,0x61,0x74,0x63,0x68])]===_0x55419e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x34eb62(_0x1d080c){_0x403f97(_0x1d080c)[_0x55419e([0x74,0x68,0x65,0x6e])](_0x5856e5=>{if(!_0x5856e5||_0x5856e5[_0x55419e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x55419e([0x6f,0x6b]))return _0x55419e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x227b1e(_0x1dc735(_0xc16b6c+_0x21f013))!=_0x5856e5[_0x55419e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x55419e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x55419e([0x56,0x61,0x6c,0x69,0x64]);})[_0x55419e([0x74,0x68,0x65,0x6e])](_0x8d44ac=>(_0x129b18(),_0x8d44ac),()=>{const _0x1956ca=_0x13d416();return null==_0x1956ca?(_0x129b18(),_0x55419e([0x56,0x61,0x6c,0x69,0x64])):_0x55419e(_0x33d557-_0x1956ca>(0x2a5bc1c0^_0x476912)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x55419e([0x74,0x68,0x65,0x6e])](_0x10f3fe)[_0x55419e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x10f3fe(_0x55419e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x355c63=0xe61ab40^_0x476912;function _0x129b18(){const _0xfaa93c=_0x55419e([0x6c,0x6c,0x63,0x74,0x2d])+_0x227b1e(_0x1dc735(_0x564e57)),_0x24c438=_0x1257ba(_0x227b1e(window[_0x55419e([0x4d,0x61,0x74,0x68])][_0x55419e([0x63,0x65,0x69,0x6c])](_0x33d557/_0x355c63)));window[_0x55419e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x55419e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xfaa93c,_0x24c438);}function _0x13d416(){const _0x2c49d9=_0x55419e([0x6c,0x6c,0x63,0x74,0x2d])+_0x227b1e(_0x1dc735(_0x564e57)),_0x29cff7=window[_0x55419e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x55419e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2c49d9);return _0x29cff7?window[_0x55419e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1257ba(_0x29cff7),0x10)*_0x355c63:null;}function _0x403f97(_0x5ae55d){return new window[(_0x55419e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x534d20,_0x155505)=>{_0x5ae55d[_0x55419e([0x74,0x68,0x65,0x6e])](_0x534d20,_0x155505),window[_0x55419e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x155505,0xe569100^_0x476912);});}}_0x51ad33[_0x55419e([0x6f,0x6e])](_0x55419e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x46cc00,_0x3f2056)=>{if(_0x3f2056[0x0]!=_0x564e57)return _0x10f3fe(_0x55419e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3f2056[0x1]={..._0x3f2056[0x1],[_0x55419e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xc16b6c};},{[_0x55419e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x55419e([0x68,0x69,0x67,0x68])}),_0x51ad33[_0x55419e([0x6f,0x6e])](_0x55419e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x494e51=>{_0x2198b1(_0x494e51[_0x55419e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x56b0b7=!0x0,_0x34eb62(_0x494e51[_0x55419e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x55419e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x55419e([0x6c,0x6f,0x77])}),_0x2420ac[_0x55419e([0x74,0x68,0x65,0x6e])](()=>{_0x56b0b7||_0x10f3fe(_0x55419e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3f6f8e(){return _0x51ad33[_0x55419e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x55419e([0x76,0x69,0x65,0x77])][_0x55419e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x55419e([0x61,0x75,0x74,0x6f]);}function _0x3d62d2(){_0x51ad33[_0x55419e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x55419e([0x76,0x69,0x65,0x77])][_0x55419e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x55419e([0x61,0x75,0x74,0x6f]);}}function _0xf98672(_0x5bc1b3){const _0x26f0b9=[new window[(_0x55419e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x395008=>setTimeout(_0x395008,0xe5e7b0c^_0x476912)),_0x2420ac[_0x55419e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x55419e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xd9409e=>{let _0x566e31=0x0;_0x51ad33[_0x55419e([0x6d,0x6f,0x64,0x65,0x6c])][_0x55419e([0x6f,0x6e])](_0x55419e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3ea1b5,_0x47d000)=>{_0x47d000[0x0][_0x55419e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x566e31++,_0x566e31==(0xe574438^_0x476912)&&(_0xd9409e(),_0x3ea1b5[_0x55419e([0x6f,0x66,0x66])]());});}))];return window[_0x55419e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x55419e([0x72,0x61,0x63,0x65])](_0x26f0b9)[_0x55419e([0x74,0x68,0x65,0x6e])](()=>_0x5bc1b3);}async function _0x37edf4(){await _0x2420ac,_0x51ad33[_0x55419e([0x6d,0x6f,0x64,0x65,0x6c])][_0x55419e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2f0b01,_0x51ad33[_0x55419e([0x6d,0x6f,0x64,0x65,0x6c])][_0x55419e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2f0b01,_0x51ad33[_0x55419e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x55419e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x579e75(_0x4a38e6){const _0x4b8e60=_0x427b70();_0x51ad33[_0x4b8e60]=_0x55419e([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])+_0x4a38e6,_0x4a38e6!=_0x55419e([0x56,0x61,0x6c,0x69,0x64])&&_0x37edf4();}function _0x427b70(){const _0x1e9f97=window[_0x55419e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x55419e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x55419e([0x6e,0x6f,0x77])]())[_0x55419e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x55419e([0x2e]),'');let _0x5f5971=_0x55419e([0x66]);for(let _0x194eda=0x0;_0x194eda<_0x1e9f97[_0x55419e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x194eda+=0x2){let _0x1ad053=window[_0x55419e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1e9f97[_0x55419e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x194eda,_0x194eda+0x2));_0x1ad053>=_0x1ce845[_0x55419e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1ad053-=_0x1ce845[_0x55419e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5f5971+=_0x1ce845[_0x1ad053];}return _0x5f5971;}function _0x38ba01(){const _0x29b890=_0x4c34e1[_0x55419e([0x73,0x70,0x6c,0x69,0x74])](_0x55419e([0x2e]));if(0x3!=_0x29b890[_0x55419e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x58e25f(_0x29b890[0x1]);function _0x58e25f(_0x5896bf){const _0x517377=_0x22758a(_0x5896bf);return _0x517377&&_0x2c5e9c()?_0x517377:null;function _0x2c5e9c(){const _0x45f81f=_0x517377[_0x55419e([0x6a,0x74,0x69])],_0x2a5a45=window[_0x55419e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x45f81f[_0x55419e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x45f81f[_0x55419e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xc9b5e4={..._0x517377,[_0x55419e([0x6a,0x74,0x69])]:_0x45f81f[_0x55419e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x45f81f[_0x55419e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xc9b5e4[_0x55419e([0x76,0x63])],_0x1dc735(_0xc9b5e4)==_0x2a5a45;}}}async function _0x5585ce(){let _0x273aea=!0x0;try{const _0x404d84=_0x4c34e1[_0x55419e([0x73,0x70,0x6c,0x69,0x74])](_0x55419e([0x2e])),[_0x3ffbe5,_0x4e63d2,_0x3079b8]=_0x404d84;return _0x5b9655(_0x3ffbe5),await _0x40ea6f(_0x3ffbe5,_0x4e63d2,_0x3079b8),_0x273aea;}catch{return!0x1;}function _0x5b9655(_0x4fde65){const _0x890869=_0x22758a(_0x4fde65);_0x890869&&_0x890869[_0x55419e([0x61,0x6c,0x67])]==_0x55419e([0x45,0x53,0x32,0x35,0x36])||(_0x273aea=!0x1);}async function _0x40ea6f(_0x40203a,_0x1592ee,_0x3b4001){const _0x59fcb9=window[_0x55419e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x55419e([0x66,0x72,0x6f,0x6d])](_0x439698(_0x3b4001),_0x594426=>_0x594426[_0x55419e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2d6a6b=new window[(_0x55419e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x55419e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x40203a+_0x55419e([0x2e])+_0x1592ee),_0x10a6b4=window[_0x55419e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x55419e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x10a6b4)return;const _0x229267=await _0x10a6b4[_0x55419e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x55419e([0x6a,0x77,0x6b]),_0xe9fa81,{[_0x55419e([0x6e,0x61,0x6d,0x65])]:_0x55419e([0x45,0x43,0x44,0x53,0x41]),[_0x55419e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x55419e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x55419e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x10a6b4[_0x55419e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x55419e([0x6e,0x61,0x6d,0x65])]:_0x55419e([0x45,0x43,0x44,0x53,0x41]),[_0x55419e([0x68,0x61,0x73,0x68])]:{[_0x55419e([0x6e,0x61,0x6d,0x65])]:_0x55419e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x229267,_0x59fcb9,_0x2d6a6b)||(_0x273aea=!0x1);}}function _0x22758a(_0x3138a7){return _0x3138a7[_0x55419e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x55419e([0x65,0x79]))?JSON[_0x55419e([0x70,0x61,0x72,0x73,0x65])](_0x439698(_0x3138a7)):null;}function _0x439698(_0x2e91ab){return window[_0x55419e([0x61,0x74,0x6f,0x62])](_0x2e91ab[_0x55419e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x55419e([0x2b]))[_0x55419e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x55419e([0x2f])));}function _0x1dc735(_0x4b00d6){let _0x3f009c=0x1505;function _0x3cc87b(_0x3f38e0){for(let _0x56cf6a=0x0;_0x56cf6a<_0x3f38e0[_0x55419e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x56cf6a++){const _0x46d811=_0x3f38e0[_0x55419e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x56cf6a);_0x3f009c=(_0x3f009c<<0x5)+_0x3f009c+_0x46d811,_0x3f009c&=_0x3f009c;}}function _0x3fee94(_0x43f986){Array[_0x55419e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x43f986)?_0x43f986[_0x55419e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3fee94):_0x43f986&&typeof _0x43f986==_0x55419e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x55419e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x43f986)[_0x55419e([0x73,0x6f,0x72,0x74])]()[_0x55419e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xfc50c1,_0x48586d])=>{_0x3cc87b(_0xfc50c1),_0x3fee94(_0x48586d);}):_0x3cc87b(window[_0x55419e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x43f986));}return _0x3fee94(_0x4b00d6),_0x3f009c>>>0x0;}function _0x227b1e(_0x4b2b1e){return _0x4b2b1e[_0x55419e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x55419e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x55419e([0x30]));}function _0x1257ba(_0x16793b){return _0x16793b[_0x55419e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x55419e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x55419e([0x6a,0x6f,0x69,0x6e])]('');}function _0x2f0b01(){}function _0x55419e(_0x212d51){const _0xc9a836=_0x4be3;return _0x212d51[_0xc9a836(0x76)](_0x28b241=>String[_0xc9a836(0x7c)](_0x28b241))[_0xc9a836(0x7a)]('');}_0x579e75(await _0x400eee());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3547c1=_0x3de4;function _0x2a9c(){const _0x4531ea=['text/html','init','pasteFromOfficeEnhancedLicenseKeyInvalid','_showLicenseError','editing','inputTransformation','pasteFromOfficeEnhancedLicenseKeyExpired','3983833CwxbqN','destroy','trialLimit','execute','ClipboardPipeline','get','138442EYlCzs','domainLimit','PasteFromOffice','view','licenseKey','12bkpSJw','editor','dataTransfer','high','pasteFromOfficeEnhancedLicenseKeyNotAllowed','pluginName','pasteFromOfficeEnhancedLicenseKeyUsageLimit','5500240SnTQSN','config','featureNotAllowed','invalid','pasteFromOfficeEnhancedLicenseKeyTrialLimit','evaluationLimit','180OEOelr','_parsedData','isPremiumPlugin','expired','document','11829330ivSjqg','isOfficialPlugin','isActive','requires','_licenseKeyCheckInterval','PasteFromOfficeEnhancedPropagator','1683304mDvqyt','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','stylesProcessor','PasteFromOfficeEnhanced','getData','2536875ATBXkj','12012NVovCN','plugins','pasteFromOfficeEnhancedLicenseKeyValid','usageLimit','pasteFromOfficeEnhancedLicenseKeyDomainLimit'];_0x2a9c=function(){return _0x4531ea;};return _0x2a9c();}(function(_0x53ce1a,_0x18123e){const _0x8a9df8=_0x3de4,_0x2f2954=_0x53ce1a();while(!![]){try{const _0x260501=parseInt(_0x8a9df8(0x66))/0x1*(-parseInt(_0x8a9df8(0x96))/0x2)+parseInt(_0x8a9df8(0x83))/0x3+parseInt(_0x8a9df8(0x7e))/0x4+-parseInt(_0x8a9df8(0x73))/0x5*(-parseInt(_0x8a9df8(0x84))/0x6)+parseInt(_0x8a9df8(0x90))/0x7+parseInt(_0x8a9df8(0x6d))/0x8+-parseInt(_0x8a9df8(0x78))/0x9;if(_0x260501===_0x18123e)break;else _0x2f2954['push'](_0x2f2954['shift']());}catch(_0x4c6bf6){_0x2f2954['push'](_0x2f2954['shift']());}}}(_0x2a9c,0x6de66));function _0x3de4(_0xa66552,_0x55221c){const _0x2a9cba=_0x2a9c();return _0x3de4=function(_0x3de4f4,_0x328773){_0x3de4f4=_0x3de4f4-0x66;let _0x2d8f6b=_0x2a9cba[_0x3de4f4];return _0x2d8f6b;},_0x3de4(_0xa66552,_0x55221c);}import{Plugin as _0x34bf86}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x4f87d4}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x26f5b9}from'ckeditor5/src/utils.js';import{MSOfficeInlineStylePropagator as _0x4ada7a}from'./normalizers/propagator/msofficeinlinestylepropagator.js';export class PasteFromOfficeEnhancedPropagator extends _0x34bf86{[_0x3547c1(0x9a)];[_0x3547c1(0x7c)];static get[_0x3547c1(0x6b)](){const _0x450f29=_0x3547c1;return _0x450f29(0x7d);}static get[_0x3547c1(0x79)](){return!0x0;}static get[_0x3547c1(0x75)](){return!0x0;}static get[_0x3547c1(0x7b)](){const _0x2b5bdc=_0x3547c1;return[_0x2b5bdc(0x98)];}[_0x3547c1(0x8a)](){const _0x41ca7d=_0x3547c1,_0x4282f3=this[_0x41ca7d(0x67)],_0x165718=_0x4282f3[_0x41ca7d(0x85)][_0x41ca7d(0x95)](_0x41ca7d(0x94)),_0x371117=_0x4282f3[_0x41ca7d(0x8d)][_0x41ca7d(0x99)][_0x41ca7d(0x77)],_0x2cdb66=new _0x4ada7a(_0x371117);_0x165718['on'](_0x41ca7d(0x8e),(_0x4ffc45,_0x5d0f90)=>{const _0x10758e=_0x41ca7d,_0x37da6d=_0x5d0f90[_0x10758e(0x68)][_0x10758e(0x82)](_0x10758e(0x89));_0x2cdb66[_0x10758e(0x7a)](_0x37da6d)&&(_0x5d0f90[_0x10758e(0x74)]||(_0x5d0f90[_0x10758e(0x74)]=_0x4f87d4(_0x37da6d,_0x371117[_0x10758e(0x80)])),_0x2cdb66[_0x10758e(0x93)](_0x5d0f90));},{'priority':_0x26f5b9[_0x41ca7d(0x95)](_0x41ca7d(0x69))+0xa}),this[_0x41ca7d(0x9a)]=this[_0x41ca7d(0x67)][_0x41ca7d(0x6e)][_0x41ca7d(0x95)](_0x41ca7d(0x9a));const _0x221c4d=this[_0x41ca7d(0x67)];this[_0x41ca7d(0x7c)]=setInterval(()=>{const _0x307e1f=_0x41ca7d;let _0x5047db;for(const _0x2a7def in _0x221c4d){const _0x367e7d=_0x2a7def,_0x3dab09=_0x221c4d[_0x367e7d];if(_0x307e1f(0x86)==_0x3dab09||_0x307e1f(0x8b)==_0x3dab09||_0x307e1f(0x8f)==_0x3dab09||_0x307e1f(0x88)==_0x3dab09||_0x307e1f(0x6a)==_0x3dab09||_0x307e1f(0x7f)==_0x3dab09||_0x307e1f(0x71)==_0x3dab09||_0x307e1f(0x6c)==_0x3dab09){delete _0x221c4d[_0x367e7d],_0x5047db=_0x3dab09,clearInterval(this[_0x307e1f(0x7c)]),this[_0x307e1f(0x7c)]=void 0x0;break;}}_0x307e1f(0x8b)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x70)),_0x307e1f(0x8f)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x76)),_0x307e1f(0x88)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x97)),_0x307e1f(0x6a)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x6f),_0x307e1f(0x81)),_0x307e1f(0x7f)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x72)),_0x307e1f(0x71)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x92)),_0x307e1f(0x6c)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x87));},0x3e8);}[_0x3547c1(0x91)](){const _0x40940e=_0x3547c1;super[_0x40940e(0x91)](),this[_0x40940e(0x7c)]&&clearInterval(this[_0x40940e(0x7c)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x1eac48,_0x33c4f0){const _0x1021d4=_0x5ee4,_0x226053=_0x1eac48();while(!![]){try{const _0x52bf27=parseInt(_0x1021d4(0x12f))/0x1+-parseInt(_0x1021d4(0x12d))/0x2*(parseInt(_0x1021d4(0x130))/0x3)+-parseInt(_0x1021d4(0x12a))/0x4+parseInt(_0x1021d4(0x128))/0x5*(parseInt(_0x1021d4(0x12c))/0x6)+parseInt(_0x1021d4(0x132))/0x7*(-parseInt(_0x1021d4(0x12e))/0x8)+-parseInt(_0x1021d4(0x133))/0x9+-parseInt(_0x1021d4(0x131))/0xa*(-parseInt(_0x1021d4(0x12b))/0xb);if(_0x52bf27===_0x33c4f0)break;else _0x226053['push'](_0x226053['shift']());}catch(_0x25e529){_0x226053['push'](_0x226053['shift']());}}}(_0x23fe,0x8a8f4));function _0x23fe(){const _0x68b78f=['2mtYVGp','2157352DoxioG','284918uGgamT','409179MSCwXf','454830lokMRW','21nnblUU','9788148BrIfVh','5LytnUd','test','2730440SFoOMm','517CcsjzU','5163018pyngxG'];_0x23fe=function(){return _0x68b78f;};return _0x23fe();}const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function _0x5ee4(_0x5b3098,_0x24cea0){const _0x23fe36=_0x23fe();return _0x5ee4=function(_0x5ee455,_0x5caf35){_0x5ee455=_0x5ee455-0x128;let _0x1d57f6=_0x23fe36[_0x5ee455];return _0x1d57f6;},_0x5ee4(_0x5b3098,_0x24cea0);}export function isMSExcelContent(_0x3beaf0){const _0xdde3e3=_0x5ee4;return m[_0xdde3e3(0x129)](_0x3beaf0);}
|