@ckeditor/ckeditor5-paste-from-office-enhanced 46.0.1-alpha.9 → 46.0.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,${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 b{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 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 A(){const t=["1994971VZEFPQ","828560amJmjt","10IzZATP","6qAWGKD","1042184EURwZN","5285079ARLGxN","15766lDBbuS","test","35ZHxsaF","15285jRYIXi","20442ZbhLXB","816kGBwKR"];return(A=function(){return t})()}function C(t,e){const n=A();return(C=function(t,e){return n[t-=120]})(t,e)}!function(t){const e=C,n=t();for(;;)try{if(330515===-parseInt(e(124))/1+parseInt(e(121))/2*(parseInt(e(128))/3)+-parseInt(e(131))/4+-parseInt(e(127))/5*(-parseInt(e(129))/6)+-parseInt(e(126))/7*(parseInt(e(122))/8)+parseInt(e(123))/9+parseInt(e(120))/10*(parseInt(e(130))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(A);const L=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t){return L[C(125)](t)}!function(t){const e=D,n=t();for(;;)try{if(216225===parseInt(e(444))/1*(parseInt(e(427))/2)+-parseInt(e(441))/3*(-parseInt(e(428))/4)+-parseInt(e(426))/5+-parseInt(e(419))/6*(parseInt(e(425))/7)+-parseInt(e(431))/8*(parseInt(e(436))/9)+parseInt(e(423))/10+-parseInt(e(435))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);const O=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function P(t,e){const n=D,r=new Map;for(const[s,i]of e){if(!s[n(420)]&&!s[n(442)])continue;const e=!s[n(420)]||t[n(429)]===s[n(420)],o=!s[n(442)]||t[n(432)](s[n(442)]);e&&o&&r[n(447)](s,i)}return r}function F(){const t=["push","set","2658TxHoFf","tagName","style","trim","4261920GiMirx","groups","4417zCKORN","1659095bBxoqR","157868KVBDop","124660fcwTZr","name","split","1328DAzxir","hasClass","getPropertyValue","initial","496144CrKkhn","8118xYYeVp","exec","map","cssRules","assign","27YLdRVb","className","selectorText","4YaXJuz","length"];return(F=function(){return t})()}function R(t){const e=D,n={};for(let r=0;r<t[e(445)];r++){const s=t[r],i=t[e(433)](s);e(434)!==i&&(n[s]=i)}return n}function W(t){const e=D,n=t[e(430)](",")[e(438)](t=>t[e(422)]()),r=[];for(const t of n){const n=O[e(437)](t);n&&r[e(446)](n[e(424)])}return r}function D(t,e){const n=F();return(D=function(t,e){return n[t-=419]})(t,e)}function M(t){const e=D,n={};for(const r of t)Object[e(440)](n,r);return n}const j=k;function k(t,e){const n=V();return(k=function(t,e){return n[t-=255]})(t,e)}function V(){const t=["837204DmXwrl","14052920rxJWVc","execute","8ZhNUDa","270jGkzGe","elementStart","2xAmhZz","setStyle","createRangeIn","1785681jwAWWV","item","size","18516SBcNnr","content","3660601gGMIft","isActive","59226NLuLaV","values","hasStyle","_parsedData","type","document","1278777zKaDqb","from"];return(V=function(){return t})()}!function(t){const e=k,n=t();for(;;)try{if(324225===parseInt(e(278))/1+parseInt(e(268))/2*(-parseInt(e(260))/3)+-parseInt(e(274))/4*(parseInt(e(266))/5)+-parseInt(e(262))/6+parseInt(e(276))/7*(-parseInt(e(265))/8)+parseInt(e(271))/9+parseInt(e(263))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(V);class N extends b{[j(264)](t){const n=j,{body:r,styles:s}=t[n(257)],i=new e.ViewUpcastWriter(r[n(259)]),o=i[n(270)](r),c=function(t){const e=D,n=new Map;for(const r in t){const s=W(r),i=t[r];for(const t of s)n[e(447)](t,i)}return n}(function(t){const e=D,n={};for(const r of t)for(const t of r[e(439)])if(t instanceof CSSStyleRule){const r=R(t[e(421)]);n[t[e(443)]]=Object[e(440)]({},n[t[e(443)]]||{},r)}return n}(s));for(const t of o){if(n(267)!==t[n(258)])continue;const e=P(t[n(272)],c);if(e[n(273)]){const r=M(Array[n(261)](e[n(255)]()));for(const e in r){const s=t[n(272)];s[n(256)](e)||i[n(269)](e,r[e],s)}}}t[n(275)]=r}[j(277)](t){return super[j(277)](t)||E(t)}}const T=U;function K(){const t=["671056RlRFGF","_parsedData","get","inputTransformation","editor","4304URpfDL","isActive","isPremiumPlugin","17218000VkmnCq","afterInit","href","2370nHuUWc","plugins","PasteFromOfficeEnhancedInliner","map","5433848pywYvx","PasteFromOffice","1917806dfCcLh","high","54PAkUPD","join","getData","fromCharCode","requires","execute","ClipboardPipeline","editing","pluginName","init","stylesProcessor","isOfficialPlugin","view","dataTransfer","862216usQzIU","895120rPTRZF","document","text/html","6SUVigA"];return(K=function(){return t})()}function U(t,e){const n=K();return(U=function(t,e){return n[t-=354]})(t,e)}!function(t){const e=U,n=t();for(;;)try{if(807621===parseInt(e(359))/1+parseInt(e(376))/2+-parseInt(e(370))/3*(-parseInt(e(364))/4)+parseInt(e(355))/5*(parseInt(e(358))/6)+-parseInt(e(374))/7+parseInt(e(354))/8*(parseInt(e(378))/9)+-parseInt(e(367))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class Z extends t.Plugin{static get[T(386)](){return T(372)}static get[T(389)](){return!0}static get[T(366)](){return!0}static get[T(382)](){return[T(375)]}[T(387)](){const t=T,e=this[t(363)],n=e[t(371)][t(361)](t(384)),r=e[t(385)][t(390)][t(356)],s=new N(r);n.on(t(362),(e,n)=>{const i=t,o=n[i(391)][i(380)](i(357));s[i(365)](o)&&(n[i(360)]||(n[i(360)]=x(o,r[i(388)])),s[i(383)](n))},{priority:S.priorities[t(361)](t(377))+11})}[T(368)](){!async function(t){const e=d([65,77,50,55,103,71,78,116,54,105,69,68,108,113,114,51,74,97,57,75,82,104,98,112,67,87,76,121,81,115,83,120,66,90,99,72,80,118,117,119,110,102,109,101,56,89,111,70,84,79,53,107,86,85,49,52,106,88,73,48,100,122]),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(373)](t=>String[e(381)](t))[e(379)]("")}!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([65]);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:1754524800;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(369)]);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 $=H;!function(t){const e=H,n=t();for(;;)try{if(908749===parseInt(e(223))/1+-parseInt(e(214))/2+-parseInt(e(236))/3+parseInt(e(234))/4+parseInt(e(245))/5+-parseInt(e(221))/6+-parseInt(e(213))/7*(-parseInt(e(218))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(J);const z=[$(252),$(232),$(242),$(219),$(230),$(249),$(246),$(216)],G=[$(252),$(232),$(242)];function H(t,e){const n=J();return(H=function(t,e){return n[t-=212]})(t,e)}const q={"font-style":[[$(220),"i"]],"font-weight":[[$(239),$(238)],[$(217),$(238)],[$(229),$(238)],[t=>Number(t)>=600,$(238)]],"text-decoration":[[$(225),"u"],[$(222),"s"]],"text-decoration-line":[[$(225),"u"],[$(222),"s"]],"vertical-align":[[$(227),$(227)],[$(251),$(226)]]};function B(t){return z[$(240)](t)}function Y(t){const e=$;return Array[e(243)](t[e(237)]())[e(253)](B)}function _(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=$,r={},s={};return e[n(233)](e=>{const i=n,o=t[i(235)](e);if(o)if(c=e,G[$(240)](c))r[e]=o;else if(e in q){const t=o[i(244)](" ");q[e][i(233)](([n,r])=>{const o=i;for(const i of t)(o(247)==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=$;for(const s in n)n[s][r(233)](([,n])=>{const s=r,i=e[s(250)](n,[],t[s(228)]());e[s(248)](0,i,t)}),e[r(241)](s,t)})(t,e,s),function(t,e,n){const r=$;if(!Object[r(231)](n)[r(224)])return;const s=e[r(250)](r(215),[],t[r(228)]());e[r(212)](n,s),e[r(248)](0,s,t),e[r(241)](Object[r(231)](n),t)}(t,e,r)}function J(){const t=["from","split","6455960ZXRCSy","font-style","function","insertChild","font-weight","createElement","super","color","filter","setStyle","176071sMyZUZ","1244110AmOrBv","span","vertical-align","bold","136WTMLsp","text-decoration","italic","7653606lZbHLF","line-through","676491YlzkNQ","length","underline","sup","sub","getChildren","bolder","text-decoration-line","keys","font-family","forEach","3076148sUOLFj","getStyle","1073748rJPkGc","getStyleNames","strong","medium","includes","removeStyle","font-size"];return(J=function(){return t})()}const X=tt;function Q(){const t=["407637OwIDFl","3523035JrokIV","10372716GrldWx","1GDbDuU","610785ncsIqM","_parsedData","execute","createRangeIn","5172678uMrSWZ","isActive","168AbppWK","font","stylesProcessor","blockElements","getItems","document","1569608uUhKEl","14894870htHhVn","4kRfIcr","element","includes","content","name"];return(Q=function(){return t})()}function tt(t,e){const n=Q();return(tt=function(t,e){return n[t-=481]})(t,e)}!function(t){const e=tt,n=t();for(;;)try{if(998472===parseInt(e(495))/1*(parseInt(e(485))/2)+-parseInt(e(492))/3+parseInt(e(487))/4*(-parseInt(e(493))/5)+parseInt(e(494))/6+-parseInt(e(500))/7+-parseInt(e(502))/8*(parseInt(e(496))/9)+parseInt(e(486))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);class et extends b{[X(498)](t){const n=X,{body:r}=t[n(497)],s=new e.ViewUpcastWriter(r[n(484)]),i=s[n(499)](r),o=new e.ViewDocument(s[n(484)][n(481)]),c=[...new e.ViewDomConverter(o)[n(482)],n(503)],a=i[n(483)]();for(const t of a)if(t.is(n(488))&&c[n(489)](t[n(491)])){_(t,s,Y(t))}t[n(490)]=r}[X(501)](t){return super[X(501)](t)||E(t)}}const nt=rt;function rt(t,e){const n=st();return(rt=function(t,e){return n[t-=360]})(t,e)}function st(){const t=["invalid","PasteFromOffice","get","trialLimit","pasteFromOfficeEnhancedLicenseKeyValid","732MoZAWl","evaluationLimit","requires","dataTransfer","config","isActive","pasteFromOfficeEnhancedLicenseKeyExpired","_showLicenseError","usageLimit","editor","_parsedData","pasteFromOfficeEnhancedLicenseKeyUsageLimit","execute","ClipboardPipeline","domainLimit","503146FwkTKf","getData","text/html","destroy","featureNotAllowed","PasteFromOfficeEnhancedPropagator","pasteFromOfficeEnhancedLicenseKeyTrialLimit","expired","editing","high","11355414MoZYEW","stylesProcessor","_licenseKeyCheckInterval","init","isOfficialPlugin","view","31893mszlwH","plugins","pluginName","pasteFromOfficeEnhancedLicenseKeyNotAllowed","document","1778410rKbDZk","pasteFromOfficeEnhancedLicenseKeyDomainLimit","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","3130800mYCMBI","licenseKey","128OWrxpV","isPremiumPlugin","inputTransformation","10504774yubZwH","pasteFromOfficeEnhancedLicenseKeyInvalid","1570671qGVoiD","PasteFromOfficeEnhanced"];return(st=function(){return t})()}!function(t){const e=rt,n=t();for(;;)try{if(998617===-parseInt(e(360))/1+parseInt(e(381))/2+-parseInt(e(376))/3*(parseInt(e(398))/4)+-parseInt(e(384))/5+parseInt(e(370))/6+-parseInt(e(389))/7+-parseInt(e(386))/8*(-parseInt(e(391))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(st);class it extends t.Plugin{[nt(385)];[nt(372)];static get[nt(378)](){return nt(365)}static get[nt(374)](){return!0}static get[nt(387)](){return!0}static get[nt(400)](){return[nt(394)]}[nt(373)](){const t=nt,e=this[t(407)],n=e[t(377)][t(395)](t(411)),r=e[t(368)][t(375)][t(380)],s=new et(r);n.on(t(388),(e,n)=>{const i=t,o=n[i(401)][i(361)](i(362));s[i(403)](o)&&(n[i(408)]||(n[i(408)]=x(o,r[i(371)])),s[i(410)](n))},{priority:S.priorities[t(395)](t(369))+10}),this[t(385)]=this[t(407)][t(402)][t(395)](t(385));const i=this[t(407)];this[t(372)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(397)==s||e(390)==s||e(404)==s||e(382)==s||e(379)==s||e(383)==s||e(366)==s||e(409)==s){delete i[r],n=s,clearInterval(this[e(372)]),this[e(372)]=void 0;break}}e(390)==n&&i[e(405)](e(393)),e(404)==n&&i[e(405)](e(367)),e(382)==n&&i[e(405)](e(412)),e(379)==n&&i[e(405)](e(364),e(392)),e(383)==n&&i[e(405)](e(399)),e(366)==n&&i[e(405)](e(396)),e(409)==n&&i[e(405)](e(406))},1e3)}[nt(363)](){const t=nt;super[t(363)](),this[t(372)]&&clearInterval(this[t(372)])}}function ot(t,e){var n=at();return(ot=function(t,e){return n[t-=124]})(t,e)}var ct=ot;function at(){var t=["36dMpADM","PasteFromOfficeEnhanced","20209pEcldG","PasteFromOffice","requires","564993SxvOoV","1322995yuJZWC","3465018WCpbjR","pluginName","isPremiumPlugin","711855gkkfvI","5383728BtjKWm","1557374DawjOz","904IpFwoc","isOfficialPlugin"];return(at=function(){return t})()}!function(t){for(var e=ot,n=t();;)try{if(661754===parseInt(e(135))/1+parseInt(e(126))/2+parseInt(e(134))/3+parseInt(e(129))/4*(-parseInt(e(124))/5)+parseInt(e(136))/6+parseInt(e(131))/7*(-parseInt(e(127))/8)+-parseInt(e(125))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class ut extends t.Plugin{static get[ct(137)](){return ct(130)}static get[ct(128)](){return!0}static get[ct(138)](){return!0}static get[ct(133)](){return[ct(132),Z,it]}}function lt(){var t=["1HspsGO","2907824axbssW","4YaszIU","5181309qkYbNU","1944702ZHHMua","837576tGZJLF","3957992QffYuA","30nQBuPp","3366065YvurXm","1471881ldavvN"];return(lt=function(){return t})()}function ft(t,e){var n=lt();return(ft=function(t,e){return n[t-=293]})(t,e)}!function(t){for(var e=ft,n=t();;)try{if(874178===-parseInt(e(296))/1*(-parseInt(e(297))/2)+parseInt(e(295))/3*(parseInt(e(298))/4)+parseInt(e(294))/5+parseInt(e(301))/6+-parseInt(e(299))/7+-parseInt(e(302))/8+-parseInt(e(300))/9*(parseInt(e(293))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt)})(),(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,${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})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x2ce9c6}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x8d940a,parsePasteOfficeHtml as _0x23a8d8}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x60dc4f,uid as _0x5bd1b7}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x176cc5,ViewDocument as _0x55b4bf,ViewDomConverter as _0x236406}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x27a90f){return m['test'](_0x27a90f);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x1c2466,_0x53b4df){const _0x149855=new Map();for(const [_0x4fa52e,_0x545a3c]of _0x53b4df){if(!_0x4fa52e['tagName']&&!_0x4fa52e['className'])continue;const _0x459ab0=!_0x4fa52e['tagName']||_0x1c2466['name']===_0x4fa52e['tagName'],_0x409cbb=!_0x4fa52e['className']||_0x1c2466['hasClass'](_0x4fa52e['className']);_0x459ab0&&_0x409cbb&&_0x149855['set'](_0x4fa52e,_0x545a3c);}return _0x149855;}function h(_0x131379){const _0x4e7aa7={};for(let _0x1ac5a1=0x0;_0x1ac5a1<_0x131379['length'];_0x1ac5a1++){const _0x9e0123=_0x131379[_0x1ac5a1],_0x51acf1=_0x131379['getPropertyValue'](_0x9e0123);'initial'!==_0x51acf1&&(_0x4e7aa7[_0x9e0123]=_0x51acf1);}return _0x4e7aa7;}function O(_0x4f33af){const _0x586844=_0x4f33af['split'](',')['map'](_0x308ccc=>_0x308ccc['trim']()),_0x4b5952=[];for(const _0x2ea3bd of _0x586844){const _0x351905=S['exec'](_0x2ea3bd);_0x351905&&_0x4b5952['push'](_0x351905['groups']);}return _0x4b5952;}function k(_0x490cab){const _0x41e85f={};for(const _0x3cea80 of _0x490cab)Object['assign'](_0x41e85f,_0x3cea80);return _0x41e85f;}class u extends _0x8d940a{['execute'](_0x5854ad){const {body:_0x3d4cfc,styles:_0x57df5f}=_0x5854ad['_parsedData'],_0x5b5e79=new _0x176cc5(_0x3d4cfc['document']),_0x5d3f64=_0x5b5e79['createRangeIn'](_0x3d4cfc),_0x5e01cb=function(_0x5395fe){const _0x14dbd4={};for(const _0x2263bb of _0x5395fe)for(const _0xbc82c8 of _0x2263bb['cssRules'])if(_0xbc82c8 instanceof CSSStyleRule){const _0x25f5b8=h(_0xbc82c8['style']);_0x14dbd4[_0xbc82c8['selectorText']]=Object['assign']({},_0x14dbd4[_0xbc82c8['selectorText']]||{},_0x25f5b8);}return _0x14dbd4;}(_0x57df5f),_0x3355ba=function(_0x2b495b){const _0x40636c=new Map();for(const _0x12f5ab in _0x2b495b){const _0x1580c5=O(_0x12f5ab),_0x5ead08=_0x2b495b[_0x12f5ab];for(const _0x21f2b5 of _0x1580c5)_0x40636c['set'](_0x21f2b5,_0x5ead08);}return _0x40636c;}(_0x5e01cb);for(const _0x55a52d of _0x5d3f64){if('elementStart'!==_0x55a52d['type'])continue;const _0x13a344=j(_0x55a52d['item'],_0x3355ba);if(_0x13a344['size']){const _0x422128=k(Array['from'](_0x13a344['values']()));for(const _0x3208bd in _0x422128){const _0x3c59e4=_0x55a52d['item'];_0x3c59e4['hasStyle'](_0x3208bd)||_0x5b5e79['setStyle'](_0x3208bd,_0x422128[_0x3208bd],_0x3c59e4);}}}_0x5854ad['content']=_0x3d4cfc;}['isActive'](_0x2d5faa){return super['isActive'](_0x2d5faa)||p(_0x2d5faa);}}class i extends _0x2ce9c6{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x212382=this['editor'],_0x204540=_0x212382['plugins']['get']('ClipboardPipeline'),_0xe1fdc8=_0x212382['editing']['view']['document'],_0x149b83=new u(_0xe1fdc8);_0x204540['on']('inputTransformation',(_0xad3ab9,_0x10a856)=>{const _0x2aaa6a=_0x10a856['dataTransfer']['getData']('text/html');_0x149b83['isActive'](_0x2aaa6a)&&(_0x10a856['_parsedData']||(_0x10a856['_parsedData']=_0x23a8d8(_0x2aaa6a,_0xe1fdc8['stylesProcessor'])),_0x149b83['execute'](_0x10a856));},{'priority':_0x60dc4f['get']('high')+0xb});}['afterInit'](){!async function(_0x577dba){const _0x508ce4=_0x21753b([0x41,0x4d,0x32,0x37,0x67,0x47,0x4e,0x74,0x36,0x69,0x45,0x44,0x6c,0x71,0x72,0x33,0x4a,0x61,0x39,0x4b,0x52,0x68,0x62,0x70,0x43,0x57,0x4c,0x79,0x51,0x73,0x53,0x78,0x42,0x5a,0x63,0x48,0x50,0x76,0x75,0x77,0x6e,0x66,0x6d,0x65,0x38,0x59,0x6f,0x46,0x54,0x4f,0x35,0x6b,0x56,0x55,0x31,0x34,0x6a,0x58,0x49,0x30,0x64,0x7a]),_0x5832b4=0x3292c5c,_0x5866c5=0x32e4394^_0x5832b4,_0x1fedd8=window[_0x21753b([0x44,0x61,0x74,0x65])][_0x21753b([0x6e,0x6f,0x77])](),_0x287edc=_0x577dba[_0x21753b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2bc50f=new window[(_0x21753b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x492f64=>{_0x287edc[_0x21753b([0x6f,0x6e,0x63,0x65])](_0x21753b([0x72,0x65,0x61,0x64,0x79]),_0x492f64);}),_0x5734b9={[_0x21753b([0x6b,0x74,0x79])]:_0x21753b([0x45,0x43]),[_0x21753b([0x75,0x73,0x65])]:_0x21753b([0x73,0x69,0x67]),[_0x21753b([0x63,0x72,0x76])]:_0x21753b([0x50,0x2d,0x32,0x35,0x36]),[_0x21753b([0x78])]:_0x21753b([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]),[_0x21753b([0x79])]:_0x21753b([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]),[_0x21753b([0x61,0x6c,0x67])]:_0x21753b([0x45,0x53,0x32,0x35,0x36])},_0x3c88cc=_0x287edc[_0x21753b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x21753b([0x67,0x65,0x74])](_0x21753b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x461dcf(){let _0x506a2c,_0x3d461a=null,_0x131dd3=null;try{if(_0x3c88cc==_0x21753b([0x47,0x50,0x4c]))return _0x21753b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x506a2c=_0x3eaf3d(),!_0x506a2c)return _0x21753b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x506a2c[_0x21753b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x131dd3=_0x5c58f6(_0x506a2c[_0x21753b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x506a2c[_0x21753b([0x6a,0x74,0x69])])),await _0x356efd()?_0x7a0fce()?_0x5c7524()?_0x21753b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x511f85()?(_0x506a2c[_0x21753b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x21753b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3d461a=_0x2c6457(_0x21753b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x506a2c[_0x21753b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x21753b([0x74,0x72,0x69,0x61,0x6c])&&(_0x3d461a=_0x2c6457(_0x21753b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3a0075()):_0x21753b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x21753b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x21753b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x21753b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5c7524(){const _0x434b6b=[_0x21753b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x21753b([0x74,0x72,0x69,0x61,0x6c])][_0x21753b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x506a2c[_0x21753b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1fedd8/0x3e8:0xe10*_0x5866c5;return _0x506a2c[_0x21753b([0x65,0x78,0x70])]<_0x434b6b;}function _0x7a0fce(){const _0x1be2fe=_0x506a2c[_0x21753b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1be2fe&&(!!_0x1be2fe[_0x21753b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21753b([0x2a]))||(!!_0x1be2fe[_0x21753b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21753b([0x50,0x4f,0x45]))||!!_0x1be2fe[_0x21753b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21753b([0x50,0x50]))));}function _0x511f85(){const _0x2455e2=_0x506a2c[_0x21753b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2455e2||0x0==_0x2455e2[_0x21753b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3ec590}=new URL(window[_0x21753b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2455e2[_0x21753b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ec590))return!0x0;const _0x2946d6=_0x3ec590[_0x21753b([0x73,0x70,0x6c,0x69,0x74])](_0x21753b([0x2e]));return _0x2455e2[_0x21753b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x25d4b2=>_0x25d4b2[_0x21753b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21753b([0x2a])))[_0x21753b([0x6d,0x61,0x70])](_0x10dcf6=>_0x10dcf6[_0x21753b([0x73,0x70,0x6c,0x69,0x74])](_0x21753b([0x2e])))[_0x21753b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2f114f=>_0x2f114f[_0x21753b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2946d6[_0x21753b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x21753b([0x6d,0x61,0x70])](_0x40a12f=>Array(_0x2946d6[_0x21753b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x40a12f[_0x21753b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x21753b([0x66,0x69,0x6c,0x6c])](_0x40a12f[0x0]===_0x21753b([0x2a])?_0x21753b([0x2a]):'')[_0x21753b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x40a12f))[_0x21753b([0x73,0x6f,0x6d,0x65])](_0xd3475b=>_0x2946d6[_0x21753b([0x65,0x76,0x65,0x72,0x79])]((_0x2678cd,_0x1b4d34)=>_0xd3475b[_0x1b4d34]===_0x2678cd||_0xd3475b[_0x1b4d34]===_0x21753b([0x2a])));}function _0x3a0075(){return _0x3d461a&&_0x131dd3?new window[(_0x21753b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3879fc,_0x43ddb9)=>{_0x3d461a[_0x21753b([0x74,0x68,0x65,0x6e])](_0x3879fc,_0x43ddb9),_0x131dd3[_0x21753b([0x74,0x68,0x65,0x6e])](_0x371ff8=>{_0x371ff8!=_0x21753b([0x56,0x61,0x6c,0x69,0x64])&&_0x3879fc(_0x371ff8);},_0x43ddb9);}):_0x3d461a||_0x131dd3||_0x21753b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5c58f6(_0x163bb5,_0x50cdda){return new window[(_0x21753b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b50df=>{if(_0x4f3ecd())return _0x2b50df(_0x21753b([0x56,0x61,0x6c,0x69,0x64]));_0x424c8a(),_0x287edc[_0x21753b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x21753b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x17030f=!0x1;const _0x200af9=_0x5bd1b7();function _0x3e5146(_0xb0d093){return!!_0xb0d093&&(typeof _0xb0d093===_0x21753b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xb0d093===_0x21753b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xb0d093[_0x21753b([0x74,0x68,0x65,0x6e])]===_0x21753b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xb0d093[_0x21753b([0x63,0x61,0x74,0x63,0x68])]===_0x21753b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5e9aaf(_0x22138d){_0x1f33d9(_0x22138d)[_0x21753b([0x74,0x68,0x65,0x6e])](_0x30665d=>{if(!_0x30665d||_0x30665d[_0x21753b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x21753b([0x6f,0x6b]))return _0x21753b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x395fa3(_0x4a509f(_0x200af9+_0x50cdda))!=_0x30665d[_0x21753b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x21753b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x21753b([0x56,0x61,0x6c,0x69,0x64]);})[_0x21753b([0x74,0x68,0x65,0x6e])](_0x4f8106=>(_0x40ea1d(),_0x4f8106),()=>{const _0x5d2905=_0x45c04a();return null==_0x5d2905?(_0x40ea1d(),_0x21753b([0x56,0x61,0x6c,0x69,0x64])):_0x21753b(_0x1fedd8-_0x5d2905>(0x2725a85c^_0x5832b4)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x21753b([0x74,0x68,0x65,0x6e])](_0x2b50df)[_0x21753b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2b50df(_0x21753b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3d767f=0x31fc2dc^_0x5832b4;function _0x40ea1d(){const _0x567c64=_0x21753b([0x6c,0x6c,0x63,0x74,0x2d])+_0x395fa3(_0x4a509f(_0x163bb5)),_0x38708e=_0x2eb1c8(_0x395fa3(window[_0x21753b([0x4d,0x61,0x74,0x68])][_0x21753b([0x63,0x65,0x69,0x6c])](_0x1fedd8/_0x3d767f)));window[_0x21753b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x21753b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x567c64,_0x38708e);}function _0x45c04a(){const _0xb93962=_0x21753b([0x6c,0x6c,0x63,0x74,0x2d])+_0x395fa3(_0x4a509f(_0x163bb5)),_0x37afcb=window[_0x21753b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x21753b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xb93962);return _0x37afcb?window[_0x21753b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2eb1c8(_0x37afcb),0x10)*_0x3d767f:null;}function _0x1f33d9(_0x1e7bc5){return new window[(_0x21753b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3dabe5,_0x3f16e3)=>{_0x1e7bc5[_0x21753b([0x74,0x68,0x65,0x6e])](_0x3dabe5,_0x3f16e3),window[_0x21753b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3f16e3,0x328f89c^_0x5832b4);});}}_0x287edc[_0x21753b([0x6f,0x6e])](_0x21753b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x504d77,_0x49dddf)=>{if(_0x49dddf[0x0]!=_0x163bb5)return _0x2b50df(_0x21753b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x49dddf[0x1]={..._0x49dddf[0x1],[_0x21753b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x200af9};},{[_0x21753b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x21753b([0x68,0x69,0x67,0x68])}),_0x287edc[_0x21753b([0x6f,0x6e])](_0x21753b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5c449c=>{_0x3e5146(_0x5c449c[_0x21753b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x17030f=!0x0,_0x5e9aaf(_0x5c449c[_0x21753b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x21753b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x21753b([0x6c,0x6f,0x77])}),_0x2bc50f[_0x21753b([0x74,0x68,0x65,0x6e])](()=>{_0x17030f||_0x2b50df(_0x21753b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4f3ecd(){return _0x287edc[_0x21753b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x21753b([0x76,0x69,0x65,0x77])][_0x21753b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x21753b([0x61,0x75,0x74,0x6f]);}function _0x424c8a(){_0x287edc[_0x21753b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x21753b([0x76,0x69,0x65,0x77])][_0x21753b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x21753b([0x61,0x75,0x74,0x6f]);}}function _0x2c6457(_0x2c73af){const _0x4647fb=[new window[(_0x21753b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2879a4=>setTimeout(_0x2879a4,0x3201290^_0x5832b4)),_0x2bc50f[_0x21753b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x21753b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a0de6=>{let _0xb6f1a5=0x0;_0x287edc[_0x21753b([0x6d,0x6f,0x64,0x65,0x6c])][_0x21753b([0x6f,0x6e])](_0x21753b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5e5d3c,_0x2da952)=>{_0x2da952[0x0][_0x21753b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xb6f1a5++,_0xb6f1a5==(0x3292da4^_0x5832b4)&&(_0x5a0de6(),_0x5e5d3c[_0x21753b([0x6f,0x66,0x66])]());});}))];return window[_0x21753b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x21753b([0x72,0x61,0x63,0x65])](_0x4647fb)[_0x21753b([0x74,0x68,0x65,0x6e])](()=>_0x2c73af);}async function _0xb312d2(){await _0x2bc50f,_0x287edc[_0x21753b([0x6d,0x6f,0x64,0x65,0x6c])][_0x21753b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x54db1b,_0x287edc[_0x21753b([0x6d,0x6f,0x64,0x65,0x6c])][_0x21753b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x54db1b,_0x287edc[_0x21753b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x21753b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x591caf(_0x3e1f2a){const _0x560a42=_0x297c2f();_0x287edc[_0x560a42]=_0x21753b([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])+_0x3e1f2a,_0x3e1f2a!=_0x21753b([0x56,0x61,0x6c,0x69,0x64])&&_0xb312d2();}function _0x297c2f(){const _0x2e3963=window[_0x21753b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x21753b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x21753b([0x6e,0x6f,0x77])]())[_0x21753b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x21753b([0x2e]),'');let _0x4f05fa=_0x21753b([0x41]);for(let _0x2113df=0x0;_0x2113df<_0x2e3963[_0x21753b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2113df+=0x2){let _0x16f57f=window[_0x21753b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2e3963[_0x21753b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2113df,_0x2113df+0x2));_0x16f57f>=_0x508ce4[_0x21753b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x16f57f-=_0x508ce4[_0x21753b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4f05fa+=_0x508ce4[_0x16f57f];}return _0x4f05fa;}function _0x3eaf3d(){const _0x496f3a=_0x3c88cc[_0x21753b([0x73,0x70,0x6c,0x69,0x74])](_0x21753b([0x2e]));if(0x3!=_0x496f3a[_0x21753b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x43408a(_0x496f3a[0x1]);function _0x43408a(_0x5a037c){const _0x11964b=_0x301860(_0x5a037c);return _0x11964b&&_0x5e0933()?_0x11964b:null;function _0x5e0933(){const _0x250367=_0x11964b[_0x21753b([0x6a,0x74,0x69])],_0x5a6a8d=window[_0x21753b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x250367[_0x21753b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x250367[_0x21753b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2b0954={..._0x11964b,[_0x21753b([0x6a,0x74,0x69])]:_0x250367[_0x21753b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x250367[_0x21753b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2b0954[_0x21753b([0x76,0x63])],_0x4a509f(_0x2b0954)==_0x5a6a8d;}}}async function _0x356efd(){let _0x317fed=!0x0;try{const _0x4c22a8=_0x3c88cc[_0x21753b([0x73,0x70,0x6c,0x69,0x74])](_0x21753b([0x2e])),[_0x9aef63,_0x268352,_0x18e6fd]=_0x4c22a8;return _0x58a464(_0x9aef63),await _0x25ec55(_0x9aef63,_0x268352,_0x18e6fd),_0x317fed;}catch{return!0x1;}function _0x58a464(_0x1482e3){const _0x395f38=_0x301860(_0x1482e3);_0x395f38&&_0x395f38[_0x21753b([0x61,0x6c,0x67])]==_0x21753b([0x45,0x53,0x32,0x35,0x36])||(_0x317fed=!0x1);}async function _0x25ec55(_0x1374bd,_0x2a49e8,_0x88560f){const _0x5343ab=window[_0x21753b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x21753b([0x66,0x72,0x6f,0x6d])](_0x5164b1(_0x88560f),_0x1c7861=>_0x1c7861[_0x21753b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3ced35=new window[(_0x21753b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x21753b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1374bd+_0x21753b([0x2e])+_0x2a49e8),_0x22e7ce=window[_0x21753b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x21753b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x22e7ce)return;const _0x1c240f=await _0x22e7ce[_0x21753b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x21753b([0x6a,0x77,0x6b]),_0x5734b9,{[_0x21753b([0x6e,0x61,0x6d,0x65])]:_0x21753b([0x45,0x43,0x44,0x53,0x41]),[_0x21753b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x21753b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x21753b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x22e7ce[_0x21753b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x21753b([0x6e,0x61,0x6d,0x65])]:_0x21753b([0x45,0x43,0x44,0x53,0x41]),[_0x21753b([0x68,0x61,0x73,0x68])]:{[_0x21753b([0x6e,0x61,0x6d,0x65])]:_0x21753b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1c240f,_0x5343ab,_0x3ced35)||(_0x317fed=!0x1);}}function _0x301860(_0x17450f){return _0x17450f[_0x21753b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x21753b([0x65,0x79]))?JSON[_0x21753b([0x70,0x61,0x72,0x73,0x65])](_0x5164b1(_0x17450f)):null;}function _0x5164b1(_0x10ed65){return window[_0x21753b([0x61,0x74,0x6f,0x62])](_0x10ed65[_0x21753b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x21753b([0x2b]))[_0x21753b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x21753b([0x2f])));}function _0x4a509f(_0xc5c61d){let _0x582023=0x1505;function _0x307ec0(_0x700578){for(let _0x4ff756=0x0;_0x4ff756<_0x700578[_0x21753b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4ff756++){const _0x312328=_0x700578[_0x21753b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4ff756);_0x582023=(_0x582023<<0x5)+_0x582023+_0x312328,_0x582023&=_0x582023;}}function _0x1dad23(_0x336f8b){Array[_0x21753b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x336f8b)?_0x336f8b[_0x21753b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1dad23):_0x336f8b&&typeof _0x336f8b==_0x21753b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x21753b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x336f8b)[_0x21753b([0x73,0x6f,0x72,0x74])]()[_0x21753b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x40489d,_0x562ca2])=>{_0x307ec0(_0x40489d),_0x1dad23(_0x562ca2);}):_0x307ec0(window[_0x21753b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x336f8b));}return _0x1dad23(_0xc5c61d),_0x582023>>>0x0;}function _0x395fa3(_0x3fce68){return _0x3fce68[_0x21753b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x21753b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x21753b([0x30]));}function _0x2eb1c8(_0x5886e9){return _0x5886e9[_0x21753b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x21753b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x21753b([0x6a,0x6f,0x69,0x6e])]('');}function _0x54db1b(){}function _0x21753b(_0x25b534){return _0x25b534['map'](_0x979aa2=>String['fromCharCode'](_0x979aa2))['join']('');}_0x591caf(await _0x461dcf());}(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'],[_0x47bf07=>Number(_0x47bf07)>=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(_0x454119){return L['includes'](_0x454119);}function g(_0x1bf14c){return Array['from'](_0x1bf14c['getStyleNames']())['filter'](P);}function b(_0x5c3984,_0x420cc9,_0x2208a7){const {spanStyles:_0x2905be,stylesToBeHtmlElements:_0xcdad61}=function(_0x39a723,_0x18c83c){const _0x326565={},_0x716d60={};return _0x18c83c['forEach'](_0x1dc46b=>{const _0x4074a8=_0x39a723['getStyle'](_0x1dc46b);if(_0x4074a8){if(function(_0x39387c){return E['includes'](_0x39387c);}(_0x1dc46b))_0x326565[_0x1dc46b]=_0x4074a8;else{if(function(_0x4dec76){return _0x4dec76 in F;}(_0x1dc46b)){const _0x144fdb=_0x4074a8['split']('\x20');F[_0x1dc46b]['forEach'](([_0x87f476,_0x431881])=>{for(const _0x3185d4 of _0x144fdb){('function'==typeof _0x87f476&&_0x87f476(_0x3185d4)||_0x87f476===_0x3185d4)&&(_0x716d60[_0x1dc46b]=[..._0x716d60[_0x1dc46b]||[],[_0x87f476,_0x431881]]);}});}}}}),{'spanStyles':_0x326565,'stylesToBeHtmlElements':_0x716d60};}(_0x5c3984,_0x2208a7);!function(_0x4022f0,_0x52371b,_0x2df9ea){for(const _0x4decee in _0x2df9ea){_0x2df9ea[_0x4decee]['forEach'](([,_0x58b4c4])=>{const _0x1b3f35=_0x52371b['createElement'](_0x58b4c4,[],_0x4022f0['getChildren']());_0x52371b['insertChild'](0x0,_0x1b3f35,_0x4022f0);}),_0x52371b['removeStyle'](_0x4decee,_0x4022f0);}}(_0x5c3984,_0x420cc9,_0xcdad61),function(_0x518859,_0x3ef5bc,_0x3cb98d){if(!Object['keys'](_0x3cb98d)['length'])return;const _0x13b37d=_0x3ef5bc['createElement']('span',[],_0x518859['getChildren']());_0x3ef5bc['setStyle'](_0x3cb98d,_0x13b37d),_0x3ef5bc['insertChild'](0x0,_0x13b37d,_0x518859),_0x3ef5bc['removeStyle'](Object['keys'](_0x3cb98d),_0x518859);}(_0x5c3984,_0x420cc9,_0x2905be);}class a extends _0x8d940a{['execute'](_0x28aab2){const {body:_0x4c0a6c}=_0x28aab2['_parsedData'],_0x3a6b45=new _0x176cc5(_0x4c0a6c['document']),_0x2773e0=_0x3a6b45['createRangeIn'](_0x4c0a6c),_0x35527e=new _0x55b4bf(_0x3a6b45['document']['stylesProcessor']),_0x5f4816=[...new _0x236406(_0x35527e)['blockElements'],'font'],_0x11261f=_0x2773e0['getItems']();for(const _0xab2a5 of _0x11261f)_0xab2a5['is']('element')&&_0x5f4816['includes'](_0xab2a5['name'])&&b(_0xab2a5,_0x3a6b45,g(_0xab2a5));_0x28aab2['content']=_0x4c0a6c;}['isActive'](_0x3ce4e6){return super['isActive'](_0x3ce4e6)||p(_0x3ce4e6);}}class s extends _0x2ce9c6{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x31fb20=this['editor'],_0x3980c3=_0x31fb20['plugins']['get']('ClipboardPipeline'),_0x11bf78=_0x31fb20['editing']['view']['document'],_0x246212=new a(_0x11bf78);_0x3980c3['on']('inputTransformation',(_0x250b9d,_0x567662)=>{const _0xd4a767=_0x567662['dataTransfer']['getData']('text/html');_0x246212['isActive'](_0xd4a767)&&(_0x567662['_parsedData']||(_0x567662['_parsedData']=_0x23a8d8(_0xd4a767,_0x11bf78['stylesProcessor'])),_0x246212['execute'](_0x567662));},{'priority':_0x60dc4f['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x527330=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5a107a;for(const _0x2f7050 in _0x527330){const _0x3543f5=_0x2f7050,_0x56909f=_0x527330[_0x3543f5];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x56909f||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x56909f||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x56909f||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x56909f||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x56909f||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x56909f||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x56909f||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x56909f){delete _0x527330[_0x3543f5],_0x5a107a=_0x56909f,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x5a107a&&_0x527330['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x5a107a&&_0x527330['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x5a107a&&_0x527330['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x5a107a&&_0x527330['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x5a107a&&_0x527330['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x5a107a&&_0x527330['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x5a107a&&_0x527330['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x2ce9c6{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 _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};
|
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.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.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"
|
|
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
|
-
|
|
23
|
+
(function(_0xca82d9,_0x4248e3){var _0x2e3a8f=_0x8262,_0x1ef801=_0xca82d9();while(!![]){try{var _0xe57bd8=-parseInt(_0x2e3a8f(0x199))/0x1*(parseInt(_0x2e3a8f(0x19b))/0x2)+-parseInt(_0x2e3a8f(0x19e))/0x3*(-parseInt(_0x2e3a8f(0x1a1))/0x4)+-parseInt(_0x2e3a8f(0x1a3))/0x5*(parseInt(_0x2e3a8f(0x19c))/0x6)+-parseInt(_0x2e3a8f(0x19a))/0x7*(-parseInt(_0x2e3a8f(0x1a0))/0x8)+-parseInt(_0x2e3a8f(0x19d))/0x9+-parseInt(_0x2e3a8f(0x19f))/0xa+parseInt(_0x2e3a8f(0x1a2))/0xb*(parseInt(_0x2e3a8f(0x198))/0xc);if(_0xe57bd8===_0x4248e3)break;else _0x1ef801['push'](_0x1ef801['shift']());}catch(_0x85d5cc){_0x1ef801['push'](_0x1ef801['shift']());}}}(_0x479d,0xe7721));function _0x8262(_0x190097,_0x25d20b){var _0x479db7=_0x479d();return _0x8262=function(_0x82623e,_0x2dd14b){_0x82623e=_0x82623e-0x198;var _0x32def6=_0x479db7[_0x82623e];return _0x32def6;},_0x8262(_0x190097,_0x25d20b);}export{PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';function _0x479d(){var _0x441bad=['72UcCmqO','1315332tiRzwr','24614282iIlsbU','1844420cducHU','12DHPzYK','3719LGaUMg','935774UHHldG','6NcDfhd','18tIcsMw','2751021UglKuU','3LLjjon','13981540GGUgtV'];_0x479d=function(){return _0x441bad;};return _0x479d();}
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0xd5e9(){var _0x54101c=['1159542FTROwX','24Eraqpi','13706953zxZcOg','1090ervINt','1657575rrfOKr','416MRfvpm','54989tloXtE','3816XjTGTZ','24qVgcpU','1973258HQHQdd','4689699VLoaCt','1wddqMB','5LEAXxb'];_0xd5e9=function(){return _0x54101c;};return _0xd5e9();}function _0x3dba(_0x4c01eb,_0x4ddaf7){var _0xd5e974=_0xd5e9();return _0x3dba=function(_0x3dba62,_0x4255d6){_0x3dba62=_0x3dba62-0x141;var _0x2d182e=_0xd5e974[_0x3dba62];return _0x2d182e;},_0x3dba(_0x4c01eb,_0x4ddaf7);}(function(_0x4a2ffb,_0x16d0da){var _0x885007=_0x3dba,_0x2c9893=_0x4a2ffb();while(!![]){try{var _0x1d63c6=-parseInt(_0x885007(0x147))/0x1*(parseInt(_0x885007(0x145))/0x2)+parseInt(_0x885007(0x143))/0x3*(-parseInt(_0x885007(0x141))/0x4)+parseInt(_0x885007(0x148))/0x5*(parseInt(_0x885007(0x149))/0x6)+-parseInt(_0x885007(0x146))/0x7+parseInt(_0x885007(0x14a))/0x8*(parseInt(_0x885007(0x14d))/0x9)+parseInt(_0x885007(0x14c))/0xa*(-parseInt(_0x885007(0x142))/0xb)+-parseInt(_0x885007(0x144))/0xc*(-parseInt(_0x885007(0x14b))/0xd);if(_0x1d63c6===_0x16d0da)break;else _0x2c9893['push'](_0x2c9893['shift']());}catch(_0x10a425){_0x2c9893['push'](_0x2c9893['shift']());}}}(_0xd5e9,0x7f24b));import{CKEditorError as _0x1aea02}from'ckeditor5/src/utils.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0xef25(){const _0x2e71ff=['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'];_0xef25=function(){return _0x2e71ff;};return _0xef25();}const _0x2f23de=_0x110f;(function(_0x593c01,_0x244649){const _0x28c541=_0x110f,_0x5c1d64=_0x593c01();while(!![]){try{const _0x5e4920=parseInt(_0x28c541(0x1c9))/0x1*(parseInt(_0x28c541(0x1cc))/0x2)+-parseInt(_0x28c541(0x1c6))/0x3+parseInt(_0x28c541(0x1ca))/0x4+-parseInt(_0x28c541(0x1cd))/0x5*(-parseInt(_0x28c541(0x1d1))/0x6)+parseInt(_0x28c541(0x1d7))/0x7*(-parseInt(_0x28c541(0x1c7))/0x8)+parseInt(_0x28c541(0x1d5))/0x9+parseInt(_0x28c541(0x1d0))/0xa*(-parseInt(_0x28c541(0x1d9))/0xb);if(_0x5e4920===_0x244649)break;else _0x5c1d64['push'](_0x5c1d64['shift']());}catch(_0x49a39b){_0x5c1d64['push'](_0x5c1d64['shift']());}}}(_0xef25,0x5652f));import{ViewUpcastWriter as _0x45c2f7}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x49ca25}from'@ckeditor/ckeditor5-paste-from-office';function _0x110f(_0x114517,_0x48e068){const _0xef2576=_0xef25();return _0x110f=function(_0x110f74,_0x51ca05){_0x110f74=_0x110f74-0x1c1;let _0x47616e=_0xef2576[_0x110f74];return _0x47616e;},_0x110f(_0x114517,_0x48e068);}import{isMSExcelContent as _0x4e9402}from'../../utils.js';import{extractStyles as _0x177242,expandStyles as _0x28aa97,getMatchingStyles as _0x6d8b3a,flattenStyleDefinitions as _0x5365fb}from'./utils.js';export class MSOfficeStylesInliner extends _0x49ca25{[_0x2f23de(0x1d4)](_0x11a5ff){const _0x58e7ae=_0x2f23de,{body:_0x2d6e8a,styles:_0x18ab0d}=_0x11a5ff[_0x58e7ae(0x1c4)],_0x29b768=new _0x45c2f7(_0x2d6e8a[_0x58e7ae(0x1d3)]),_0x27b3d1=_0x29b768[_0x58e7ae(0x1c8)](_0x2d6e8a),_0x3c01d9=_0x177242(_0x18ab0d),_0x42c1aa=_0x28aa97(_0x3c01d9);for(const _0x7efa91 of _0x27b3d1){if(_0x58e7ae(0x1c2)!==_0x7efa91[_0x58e7ae(0x1d6)])continue;const _0x1151e2=_0x6d8b3a(_0x7efa91[_0x58e7ae(0x1c5)],_0x42c1aa);if(_0x1151e2[_0x58e7ae(0x1d2)]){const _0x1d7b13=_0x5365fb(Array[_0x58e7ae(0x1c3)](_0x1151e2[_0x58e7ae(0x1cb)]()));for(const _0x5a334e in _0x1d7b13){const _0x12ba12=_0x7efa91[_0x58e7ae(0x1c5)];_0x12ba12[_0x58e7ae(0x1cf)](_0x5a334e)||_0x29b768[_0x58e7ae(0x1d8)](_0x5a334e,_0x1d7b13[_0x5a334e],_0x12ba12);}}}_0x11a5ff[_0x58e7ae(0x1c1)]=_0x2d6e8a;}[_0x2f23de(0x1ce)](_0x7a9908){const _0x56afa7=_0x2f23de;return super[_0x56afa7(0x1ce)](_0x7a9908)||_0x4e9402(_0x7a9908);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x4b55e3,_0x594367){const _0x45c711=_0x4edd,_0x10cd5b=_0x4b55e3();while(!![]){try{const _0x1c699f=parseInt(_0x45c711(0x1cf))/0x1+-parseInt(_0x45c711(0x1d8))/0x2+-parseInt(_0x45c711(0x1db))/0x3*(-parseInt(_0x45c711(0x1d4))/0x4)+-parseInt(_0x45c711(0x1dc))/0x5+parseInt(_0x45c711(0x1c9))/0x6*(parseInt(_0x45c711(0x1ce))/0x7)+-parseInt(_0x45c711(0x1c3))/0x8*(-parseInt(_0x45c711(0x1c5))/0x9)+parseInt(_0x45c711(0x1cb))/0xa*(parseInt(_0x45c711(0x1c2))/0xb);if(_0x1c699f===_0x594367)break;else _0x10cd5b['push'](_0x10cd5b['shift']());}catch(_0x426c6c){_0x10cd5b['push'](_0x10cd5b['shift']());}}}(_0x2b19,0xe27fc));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x2e6216,_0x3a852d){const _0x4a1edf=_0x4edd,_0x2df659=new Map();for(const [_0x121b1f,_0x34c13c]of _0x3a852d){if(!_0x121b1f[_0x4a1edf(0x1ca)]&&!_0x121b1f[_0x4a1edf(0x1d3)])continue;const _0x14c700=!_0x121b1f[_0x4a1edf(0x1ca)]||_0x2e6216[_0x4a1edf(0x1d7)]===_0x121b1f[_0x4a1edf(0x1ca)],_0x5b9037=!_0x121b1f[_0x4a1edf(0x1d3)]||_0x2e6216[_0x4a1edf(0x1d0)](_0x121b1f[_0x4a1edf(0x1d3)]);_0x14c700&&_0x5b9037&&_0x2df659[_0x4a1edf(0x1cd)](_0x121b1f,_0x34c13c);}return _0x2df659;}export function extractStyles(_0x1eb6b9){const _0x2eea9e=_0x4edd,_0x366454={};for(const _0x4c9f64 of _0x1eb6b9)for(const _0x19c933 of _0x4c9f64[_0x2eea9e(0x1d9)])if(_0x19c933 instanceof CSSStyleRule){const _0x58a509=parseCSSStyleDeclaration(_0x19c933[_0x2eea9e(0x1c4)]);_0x366454[_0x19c933[_0x2eea9e(0x1c1)]]=Object[_0x2eea9e(0x1d2)]({},_0x366454[_0x19c933[_0x2eea9e(0x1c1)]]||{},_0x58a509);}return _0x366454;}export function expandStyles(_0x418fc7){const _0x114ef5=_0x4edd,_0x4e5c3c=new Map();for(const _0x487f2e in _0x418fc7){const _0x2f56c6=parseCSSSelector(_0x487f2e),_0x44087a=_0x418fc7[_0x487f2e];for(const _0x4817b2 of _0x2f56c6)_0x4e5c3c[_0x114ef5(0x1cd)](_0x4817b2,_0x44087a);}return _0x4e5c3c;}export function parseCSSStyleDeclaration(_0x5bc539){const _0xc34148=_0x4edd,_0x5e2522={};for(let _0x44ebda=0x0;_0x44ebda<_0x5bc539[_0xc34148(0x1d6)];_0x44ebda++){const _0x25bc25=_0x5bc539[_0x44ebda],_0x58567c=_0x5bc539[_0xc34148(0x1da)](_0x25bc25);_0xc34148(0x1d5)!==_0x58567c&&(_0x5e2522[_0x25bc25]=_0x58567c);}return _0x5e2522;}function _0x2b19(){const _0x5b2b9e=['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'];_0x2b19=function(){return _0x5b2b9e;};return _0x2b19();}function _0x4edd(_0x5e4dea,_0x47140e){const _0x2b1932=_0x2b19();return _0x4edd=function(_0x4edd29,_0x2b0e07){_0x4edd29=_0x4edd29-0x1c0;let _0x551144=_0x2b1932[_0x4edd29];return _0x551144;},_0x4edd(_0x5e4dea,_0x47140e);}export function parseCSSSelector(_0x2cd372){const _0x50523b=_0x4edd,_0x52fda0=_0x2cd372[_0x50523b(0x1c8)](',')[_0x50523b(0x1d1)](_0x841029=>_0x841029[_0x50523b(0x1cc)]()),_0xa40169=[];for(const _0x20034e of _0x52fda0){const _0x12b52e=S[_0x50523b(0x1c0)](_0x20034e);_0x12b52e&&_0xa40169[_0x50523b(0x1c7)](_0x12b52e[_0x50523b(0x1c6)]);}return _0xa40169;}export function flattenStyleDefinitions(_0x1486e9){const _0x12eb72=_0x4edd,_0x56bb7c={};for(const _0x359864 of _0x1486e9)Object[_0x12eb72(0x1d2)](_0x56bb7c,_0x359864);return _0x56bb7c;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3e7720=_0x2b68;(function(_0x14ffe9,_0x298bb4){const _0x3f1e2c=_0x2b68,_0x56e99b=_0x14ffe9();while(!![]){try{const _0x13ec7d=-parseInt(_0x3f1e2c(0x1c2))/0x1+-parseInt(_0x3f1e2c(0x1ca))/0x2*(parseInt(_0x3f1e2c(0x1d3))/0x3)+parseInt(_0x3f1e2c(0x1c4))/0x4+parseInt(_0x3f1e2c(0x1d1))/0x5+parseInt(_0x3f1e2c(0x1c3))/0x6*(parseInt(_0x3f1e2c(0x1d2))/0x7)+parseInt(_0x3f1e2c(0x1c8))/0x8+-parseInt(_0x3f1e2c(0x1c6))/0x9;if(_0x13ec7d===_0x298bb4)break;else _0x56e99b['push'](_0x56e99b['shift']());}catch(_0x4aa841){_0x56e99b['push'](_0x56e99b['shift']());}}}(_0x16a4,0x2f559));import{ViewUpcastWriter as _0x34a278,ViewDomConverter as _0x95c5f7,ViewDocument as _0xdfbc6a}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x92e1be}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x91b3ea}from'../../utils.js';function _0x2b68(_0x155e93,_0xc22d15){const _0x16a490=_0x16a4();return _0x2b68=function(_0x2b6873,_0x348e86){_0x2b6873=_0x2b6873-0x1c1;let _0x2ba8a2=_0x16a490[_0x2b6873];return _0x2ba8a2;},_0x2b68(_0x155e93,_0xc22d15);}import{getStylePropertyNamesToPropagate as _0x4adab4,propagateStyleProperties as _0x232d09}from'./utils.js';function _0x16a4(){const _0x3ee51a=['_parsedData','4pjIIPm','createRangeIn','stylesProcessor','execute','includes','getItems','document','1504150cUvGuj','7YsItsH','104913TZQHSK','element','name','font','blockElements','98428jAvpCz','285858Auasxw','201696TNOkDM','content','3060234jhYVkx','isActive','2427040UluCiW'];_0x16a4=function(){return _0x3ee51a;};return _0x16a4();}export class MSOfficeInlineStylePropagator extends _0x92e1be{[_0x3e7720(0x1cd)](_0x53d674){const _0x40c5b8=_0x3e7720,{body:_0x84e660}=_0x53d674[_0x40c5b8(0x1c9)],_0x458d90=new _0x34a278(_0x84e660[_0x40c5b8(0x1d0)]),_0x3421b6=_0x458d90[_0x40c5b8(0x1cb)](_0x84e660),_0xc86e76=new _0xdfbc6a(_0x458d90[_0x40c5b8(0x1d0)][_0x40c5b8(0x1cc)]),_0x3d770b=[...new _0x95c5f7(_0xc86e76)[_0x40c5b8(0x1c1)],_0x40c5b8(0x1d6)],_0x3ab3cb=_0x3421b6[_0x40c5b8(0x1cf)]();for(const _0x5c98f9 of _0x3ab3cb)if(_0x5c98f9['is'](_0x40c5b8(0x1d4))&&_0x3d770b[_0x40c5b8(0x1ce)](_0x5c98f9[_0x40c5b8(0x1d5)])){const _0xa6369a=_0x4adab4(_0x5c98f9);_0x232d09(_0x5c98f9,_0x458d90,_0xa6369a);}_0x53d674[_0x40c5b8(0x1c5)]=_0x84e660;}[_0x3e7720(0x1c7)](_0x3166c8){const _0x344a86=_0x3e7720;return super[_0x344a86(0x1c7)](_0x3166c8)||_0x91b3ea(_0x3166c8);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1e0d2e=_0x4e28;(function(_0x227ac2,_0x4195a6){const _0x591f50=_0x4e28,_0x50348f=_0x227ac2();while(!![]){try{const _0x2b69fb=parseInt(_0x591f50(0xeb))/0x1+parseInt(_0x591f50(0x102))/0x2+-parseInt(_0x591f50(0xf0))/0x3+parseInt(_0x591f50(0xf7))/0x4+parseInt(_0x591f50(0xe7))/0x5+parseInt(_0x591f50(0x104))/0x6+-parseInt(_0x591f50(0xf3))/0x7*(parseInt(_0x591f50(0x10a))/0x8);if(_0x2b69fb===_0x4195a6)break;else _0x50348f['push'](_0x50348f['shift']());}catch(_0x3886d7){_0x50348f['push'](_0x50348f['shift']());}}}(_0x2048,0x57767));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x1e0d2e(0x109),_0x1e0d2e(0x10b),_0x1e0d2e(0xf4),_0x1e0d2e(0x103),_0x1e0d2e(0xf9),_0x1e0d2e(0x10f),_0x1e0d2e(0xe8),_0x1e0d2e(0xea)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x1e0d2e(0x109),_0x1e0d2e(0x10b),_0x1e0d2e(0xf4)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x1e0d2e(0xee),'i']],'font-weight':[[_0x1e0d2e(0x101),_0x1e0d2e(0xfa)],[_0x1e0d2e(0xec),_0x1e0d2e(0xfa)],[_0x1e0d2e(0xf6),_0x1e0d2e(0xfa)],[_0x5d5bb4=>Number(_0x5d5bb4)>=0x258,_0x1e0d2e(0xfa)]],'text-decoration':[[_0x1e0d2e(0xf8),'u'],[_0x1e0d2e(0x106),'s']],'text-decoration-line':[[_0x1e0d2e(0xf8),'u'],[_0x1e0d2e(0x106),'s']],'vertical-align':[[_0x1e0d2e(0xfd),_0x1e0d2e(0xfd)],[_0x1e0d2e(0xf1),_0x1e0d2e(0x10c)]]};export function isPropertyToBePropagated(_0x291f40){const _0x43e94f=_0x1e0d2e;return CSS_PROPERTIES_TO_PROPAGATE[_0x43e94f(0xe9)](_0x291f40);}export function isPropertyToBePropagatedAsSpan(_0x561aef){const _0x3fed90=_0x1e0d2e;return CSS_PROPERTIES_TO_BE_SPANS[_0x3fed90(0xe9)](_0x561aef);}export function isPropertyToBePropagatedAsHTMLElement(_0x1c22bd){return _0x1c22bd in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}function _0x4e28(_0x1d0aac,_0x4d0d97){const _0x20486e=_0x2048();return _0x4e28=function(_0x4e28ac,_0x5d8982){_0x4e28ac=_0x4e28ac-0xe6;let _0xe87a34=_0x20486e[_0x4e28ac];return _0xe87a34;},_0x4e28(_0x1d0aac,_0x4d0d97);}export function getStylePropertyNamesToPropagate(_0x4eeb33){const _0x24b427=_0x1e0d2e;return Array[_0x24b427(0x10e)](_0x4eeb33[_0x24b427(0xfc)]())[_0x24b427(0xe6)](isPropertyToBePropagated);}function _0x2048(){const _0x4c23af=['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'];_0x2048=function(){return _0x4c23af;};return _0x2048();}export function propagateStyleProperties(_0x288fe9,_0x56f78a,_0x7107ea){const {spanStyles:_0x3fb2d,stylesToBeHtmlElements:_0x185396}=getStylesToPropagate(_0x288fe9,_0x7107ea);propagateStylesAsHTMLElements(_0x288fe9,_0x56f78a,_0x185396),propagateStylesAsSpan(_0x288fe9,_0x56f78a,_0x3fb2d);}export function propagateStylesAsHTMLElements(_0x4406b0,_0x34347b,_0x38b402){const _0x9782a9=_0x1e0d2e;for(const _0x19c0a0 in _0x38b402){_0x38b402[_0x19c0a0][_0x9782a9(0x10d)](([,_0x470bd9])=>{const _0x1dd26f=_0x9782a9,_0x4c0031=_0x34347b[_0x1dd26f(0x107)](_0x470bd9,[],_0x4406b0[_0x1dd26f(0x105)]());_0x34347b[_0x1dd26f(0xef)](0x0,_0x4c0031,_0x4406b0);}),_0x34347b[_0x9782a9(0x100)](_0x19c0a0,_0x4406b0);}}export function propagateStylesAsSpan(_0x306bbd,_0x505022,_0x356a9f){const _0xa7535=_0x1e0d2e;if(!Object[_0xa7535(0xff)](_0x356a9f)[_0xa7535(0xf2)])return;const _0x4c7bf6=_0x505022[_0xa7535(0x107)](_0xa7535(0x108),[],_0x306bbd[_0xa7535(0x105)]());_0x505022[_0xa7535(0xed)](_0x356a9f,_0x4c7bf6),_0x505022[_0xa7535(0xef)](0x0,_0x4c7bf6,_0x306bbd),_0x505022[_0xa7535(0x100)](Object[_0xa7535(0xff)](_0x356a9f),_0x306bbd);}export function getStylesToPropagate(_0x15d840,_0x35c469){const _0x477646=_0x1e0d2e,_0x26763f={},_0x2e90b9={};return _0x35c469[_0x477646(0x10d)](_0x3c652a=>{const _0x49853d=_0x477646,_0x2ca2dc=_0x15d840[_0x49853d(0xfe)](_0x3c652a);if(_0x2ca2dc){if(isPropertyToBePropagatedAsSpan(_0x3c652a))_0x26763f[_0x3c652a]=_0x2ca2dc;else{if(isPropertyToBePropagatedAsHTMLElement(_0x3c652a)){const _0x5982cf=_0x2ca2dc[_0x49853d(0xfb)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x3c652a][_0x49853d(0x10d)](([_0x159270,_0x241fc1])=>{const _0x28c835=_0x49853d;for(const _0x4f036d of _0x5982cf){(_0x28c835(0xf5)==typeof _0x159270&&_0x159270(_0x4f036d)||_0x159270===_0x4f036d)&&(_0x2e90b9[_0x3c652a]=[..._0x2e90b9[_0x3c652a]||[],[_0x159270,_0x241fc1]]);}});}}}}),{'spanStyles':_0x26763f,'stylesToBeHtmlElements':_0x2e90b9};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
var _0x21e42c=_0x696f;(function(_0x15a1a1,_0x4a698c){var _0x26cb65=_0x696f,_0x4c9113=_0x15a1a1();while(!![]){try{var _0x1b6bf2=-parseInt(_0x26cb65(0x122))/0x1+-parseInt(_0x26cb65(0x121))/0x2+parseInt(_0x26cb65(0x12e))/0x3+parseInt(_0x26cb65(0x120))/0x4*(parseInt(_0x26cb65(0x127))/0x5)+-parseInt(_0x26cb65(0x129))/0x6+-parseInt(_0x26cb65(0x12c))/0x7+-parseInt(_0x26cb65(0x128))/0x8*(-parseInt(_0x26cb65(0x124))/0x9);if(_0x1b6bf2===_0x4a698c)break;else _0x4c9113['push'](_0x4c9113['shift']());}catch(_0x46564b){_0x4c9113['push'](_0x4c9113['shift']());}}}(_0x466c,0x52609));import{Plugin as _0x19e67e}from'ckeditor5/src/core.js';function _0x466c(){var _0x4c1905=['isPremiumPlugin','1068810UUPtWr','43012xeYowd','379238MhxZmE','510065AuUCWI','PasteFromOfficeEnhanced','12612978XWAPzk','requires','PasteFromOffice','110rneROp','8CMgiJk','2546226gujeYO','pluginName','isOfficialPlugin','3729642bLtDWs'];_0x466c=function(){return _0x4c1905;};return _0x466c();}function _0x696f(_0x22c02d,_0x2e8df8){var _0x466cda=_0x466c();return _0x696f=function(_0x696fa3,_0x4cffa5){_0x696fa3=_0x696fa3-0x120;var _0xebb1b9=_0x466cda[_0x696fa3];return _0xebb1b9;},_0x696f(_0x22c02d,_0x2e8df8);}import{PasteFromOfficeEnhancedInliner as _0x38092f}from'./pastefromofficeenhancedinliner.js';import{PasteFromOfficeEnhancedPropagator as _0x1a8074}from'./pastefromofficeenhancedpropagator.js';export class PasteFromOfficeEnhanced extends _0x19e67e{static get[_0x21e42c(0x12a)](){var _0x1e0bfe=_0x21e42c;return _0x1e0bfe(0x123);}static get[_0x21e42c(0x12b)](){return!0x0;}static get[_0x21e42c(0x12d)](){return!0x0;}static get[_0x21e42c(0x125)](){var _0x49e9fa=_0x21e42c;return[_0x49e9fa(0x126),_0x38092f,_0x1a8074];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x2bb9ff=_0x3061;(function(_0x312d40,_0x54ad2f){const _0x4cdadb=_0x3061,_0x14cbbf=_0x312d40();while(!![]){try{const _0x52e424=parseInt(_0x4cdadb(0x167))/0x1+parseInt(_0x4cdadb(0x178))/0x2+-parseInt(_0x4cdadb(0x172))/0x3*(-parseInt(_0x4cdadb(0x16c))/0x4)+parseInt(_0x4cdadb(0x163))/0x5*(parseInt(_0x4cdadb(0x166))/0x6)+-parseInt(_0x4cdadb(0x176))/0x7+parseInt(_0x4cdadb(0x162))/0x8*(parseInt(_0x4cdadb(0x17a))/0x9)+-parseInt(_0x4cdadb(0x16f))/0xa;if(_0x52e424===_0x54ad2f)break;else _0x14cbbf['push'](_0x14cbbf['shift']());}catch(_0x35fae4){_0x14cbbf['push'](_0x14cbbf['shift']());}}}(_0x340b,0xc52c5));function _0x340b(){const _0x5f374e=['671056RlRFGF','_parsedData','get','inputTransformation','editor','4304URpfDL','isActive','isPremiumPlugin','17218000VkmnCq','afterInit','href','2370nHuUWc','plugins','PasteFromOfficeEnhancedInliner','map','5433848pywYvx','PasteFromOffice','1917806dfCcLh','high','54PAkUPD','join','getData','fromCharCode','requires','execute','ClipboardPipeline','editing','pluginName','init','stylesProcessor','isOfficialPlugin','view','dataTransfer','862216usQzIU','895120rPTRZF','document','text/html','6SUVigA'];_0x340b=function(){return _0x5f374e;};return _0x340b();}import{Plugin as _0x431382}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x5c96c8}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x27cf53,uid as _0x19d437}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x89611e}from'./normalizers/inliner/msofficestylesinliner.js';function _0x3061(_0x2a2b46,_0x2d5814){const _0x340bcf=_0x340b();return _0x3061=function(_0x3061d7,_0x21c3e0){_0x3061d7=_0x3061d7-0x162;let _0x22993b=_0x340bcf[_0x3061d7];return _0x22993b;},_0x3061(_0x2a2b46,_0x2d5814);}export class PasteFromOfficeEnhancedInliner extends _0x431382{static get[_0x2bb9ff(0x182)](){const _0x4420c8=_0x2bb9ff;return _0x4420c8(0x174);}static get[_0x2bb9ff(0x185)](){return!0x0;}static get[_0x2bb9ff(0x16e)](){return!0x0;}static get[_0x2bb9ff(0x17e)](){const _0xf8613f=_0x2bb9ff;return[_0xf8613f(0x177)];}[_0x2bb9ff(0x183)](){const _0x2cf2f9=_0x2bb9ff,_0x20876e=this[_0x2cf2f9(0x16b)],_0x1e30d3=_0x20876e[_0x2cf2f9(0x173)][_0x2cf2f9(0x169)](_0x2cf2f9(0x180)),_0x3df903=_0x20876e[_0x2cf2f9(0x181)][_0x2cf2f9(0x186)][_0x2cf2f9(0x164)],_0x4c4efd=new _0x89611e(_0x3df903);_0x1e30d3['on'](_0x2cf2f9(0x16a),(_0x1ff047,_0x13c1cb)=>{const _0x1d3e68=_0x2cf2f9,_0xdcc381=_0x13c1cb[_0x1d3e68(0x187)][_0x1d3e68(0x17c)](_0x1d3e68(0x165));_0x4c4efd[_0x1d3e68(0x16d)](_0xdcc381)&&(_0x13c1cb[_0x1d3e68(0x168)]||(_0x13c1cb[_0x1d3e68(0x168)]=_0x5c96c8(_0xdcc381,_0x3df903[_0x1d3e68(0x184)])),_0x4c4efd[_0x1d3e68(0x17f)](_0x13c1cb));},{'priority':_0x27cf53[_0x2cf2f9(0x169)](_0x2cf2f9(0x179))+0xb});}[_0x2bb9ff(0x170)](){!async function(_0x1d5e2b){const _0x1e166e=_0x62ece4([0x41,0x4d,0x32,0x37,0x67,0x47,0x4e,0x74,0x36,0x69,0x45,0x44,0x6c,0x71,0x72,0x33,0x4a,0x61,0x39,0x4b,0x52,0x68,0x62,0x70,0x43,0x57,0x4c,0x79,0x51,0x73,0x53,0x78,0x42,0x5a,0x63,0x48,0x50,0x76,0x75,0x77,0x6e,0x66,0x6d,0x65,0x38,0x59,0x6f,0x46,0x54,0x4f,0x35,0x6b,0x56,0x55,0x31,0x34,0x6a,0x58,0x49,0x30,0x64,0x7a]),_0x1103f9=0x3292c5c,_0x2654d6=0x32e4394^_0x1103f9,_0x116760=window[_0x62ece4([0x44,0x61,0x74,0x65])][_0x62ece4([0x6e,0x6f,0x77])](),_0x3da826=_0x1d5e2b[_0x62ece4([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x32f62c=new window[(_0x62ece4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b1322=>{_0x3da826[_0x62ece4([0x6f,0x6e,0x63,0x65])](_0x62ece4([0x72,0x65,0x61,0x64,0x79]),_0x2b1322);}),_0x2f8537={[_0x62ece4([0x6b,0x74,0x79])]:_0x62ece4([0x45,0x43]),[_0x62ece4([0x75,0x73,0x65])]:_0x62ece4([0x73,0x69,0x67]),[_0x62ece4([0x63,0x72,0x76])]:_0x62ece4([0x50,0x2d,0x32,0x35,0x36]),[_0x62ece4([0x78])]:_0x62ece4([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]),[_0x62ece4([0x79])]:_0x62ece4([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]),[_0x62ece4([0x61,0x6c,0x67])]:_0x62ece4([0x45,0x53,0x32,0x35,0x36])},_0x56e541=_0x3da826[_0x62ece4([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x62ece4([0x67,0x65,0x74])](_0x62ece4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5aeb5d(){let _0x2fbc51,_0x302311=null,_0x4b24c9=null;try{if(_0x56e541==_0x62ece4([0x47,0x50,0x4c]))return _0x62ece4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2fbc51=_0x1135e8(),!_0x2fbc51)return _0x62ece4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2fbc51[_0x62ece4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4b24c9=_0x350f8f(_0x2fbc51[_0x62ece4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2fbc51[_0x62ece4([0x6a,0x74,0x69])])),await _0x3f948a()?_0x586d79()?_0x58ad44()?_0x62ece4([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x205f1f()?(_0x2fbc51[_0x62ece4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x62ece4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x302311=_0x2f9670(_0x62ece4([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2fbc51[_0x62ece4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x62ece4([0x74,0x72,0x69,0x61,0x6c])&&(_0x302311=_0x2f9670(_0x62ece4([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3fdfd2()):_0x62ece4([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x62ece4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x62ece4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x62ece4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x58ad44(){const _0x45c1bc=[_0x62ece4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x62ece4([0x74,0x72,0x69,0x61,0x6c])][_0x62ece4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fbc51[_0x62ece4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x116760/0x3e8:0xe10*_0x2654d6;return _0x2fbc51[_0x62ece4([0x65,0x78,0x70])]<_0x45c1bc;}function _0x586d79(){const _0x40b8c5=_0x2fbc51[_0x62ece4([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x40b8c5&&(!!_0x40b8c5[_0x62ece4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x62ece4([0x2a]))||(!!_0x40b8c5[_0x62ece4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x62ece4([0x50,0x4f,0x45]))||!!_0x40b8c5[_0x62ece4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x62ece4([0x50,0x50]))));}function _0x205f1f(){const _0x158db9=_0x3061,_0x901b33=_0x2fbc51[_0x62ece4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x901b33||0x0==_0x901b33[_0x62ece4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1435d8}=new URL(window[_0x62ece4([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x158db9(0x171)]);if(_0x901b33[_0x62ece4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1435d8))return!0x0;const _0x52351a=_0x1435d8[_0x62ece4([0x73,0x70,0x6c,0x69,0x74])](_0x62ece4([0x2e]));return _0x901b33[_0x62ece4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x435f9e=>_0x435f9e[_0x62ece4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x62ece4([0x2a])))[_0x62ece4([0x6d,0x61,0x70])](_0x28f97c=>_0x28f97c[_0x62ece4([0x73,0x70,0x6c,0x69,0x74])](_0x62ece4([0x2e])))[_0x62ece4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1c1687=>_0x1c1687[_0x62ece4([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x52351a[_0x62ece4([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x62ece4([0x6d,0x61,0x70])](_0x174792=>Array(_0x52351a[_0x62ece4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x174792[_0x62ece4([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x62ece4([0x66,0x69,0x6c,0x6c])](_0x174792[0x0]===_0x62ece4([0x2a])?_0x62ece4([0x2a]):'')[_0x62ece4([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x174792))[_0x62ece4([0x73,0x6f,0x6d,0x65])](_0x3e5823=>_0x52351a[_0x62ece4([0x65,0x76,0x65,0x72,0x79])]((_0xd7d1ec,_0x201c4d)=>_0x3e5823[_0x201c4d]===_0xd7d1ec||_0x3e5823[_0x201c4d]===_0x62ece4([0x2a])));}function _0x3fdfd2(){return _0x302311&&_0x4b24c9?new window[(_0x62ece4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x294f65,_0x33ae88)=>{_0x302311[_0x62ece4([0x74,0x68,0x65,0x6e])](_0x294f65,_0x33ae88),_0x4b24c9[_0x62ece4([0x74,0x68,0x65,0x6e])](_0x174e01=>{_0x174e01!=_0x62ece4([0x56,0x61,0x6c,0x69,0x64])&&_0x294f65(_0x174e01);},_0x33ae88);}):_0x302311||_0x4b24c9||_0x62ece4([0x56,0x61,0x6c,0x69,0x64]);}}function _0x350f8f(_0x1fc8a4,_0x427868){return new window[(_0x62ece4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x47fa29=>{if(_0x6e707())return _0x47fa29(_0x62ece4([0x56,0x61,0x6c,0x69,0x64]));_0x365976(),_0x3da826[_0x62ece4([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x62ece4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1f4019=!0x1;const _0x10cc92=_0x19d437();function _0x58a435(_0x4e734b){return!!_0x4e734b&&(typeof _0x4e734b===_0x62ece4([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4e734b===_0x62ece4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4e734b[_0x62ece4([0x74,0x68,0x65,0x6e])]===_0x62ece4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4e734b[_0x62ece4([0x63,0x61,0x74,0x63,0x68])]===_0x62ece4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x209f39(_0x41b05d){_0x27732e(_0x41b05d)[_0x62ece4([0x74,0x68,0x65,0x6e])](_0x46a201=>{if(!_0x46a201||_0x46a201[_0x62ece4([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x62ece4([0x6f,0x6b]))return _0x62ece4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x773455(_0xe1092e(_0x10cc92+_0x427868))!=_0x46a201[_0x62ece4([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x62ece4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x62ece4([0x56,0x61,0x6c,0x69,0x64]);})[_0x62ece4([0x74,0x68,0x65,0x6e])](_0x138f4d=>(_0x30d7ae(),_0x138f4d),()=>{const _0x17cc4e=_0x1dd039();return null==_0x17cc4e?(_0x30d7ae(),_0x62ece4([0x56,0x61,0x6c,0x69,0x64])):_0x62ece4(_0x116760-_0x17cc4e>(0x2725a85c^_0x1103f9)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x62ece4([0x74,0x68,0x65,0x6e])](_0x47fa29)[_0x62ece4([0x63,0x61,0x74,0x63,0x68])](()=>{_0x47fa29(_0x62ece4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2297b9=0x31fc2dc^_0x1103f9;function _0x30d7ae(){const _0x4fe5af=_0x62ece4([0x6c,0x6c,0x63,0x74,0x2d])+_0x773455(_0xe1092e(_0x1fc8a4)),_0x2aeb9d=_0x3c8997(_0x773455(window[_0x62ece4([0x4d,0x61,0x74,0x68])][_0x62ece4([0x63,0x65,0x69,0x6c])](_0x116760/_0x2297b9)));window[_0x62ece4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x62ece4([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4fe5af,_0x2aeb9d);}function _0x1dd039(){const _0x5ab761=_0x62ece4([0x6c,0x6c,0x63,0x74,0x2d])+_0x773455(_0xe1092e(_0x1fc8a4)),_0x6bb023=window[_0x62ece4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x62ece4([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5ab761);return _0x6bb023?window[_0x62ece4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3c8997(_0x6bb023),0x10)*_0x2297b9:null;}function _0x27732e(_0x231394){return new window[(_0x62ece4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x21f6e8,_0x40c3ae)=>{_0x231394[_0x62ece4([0x74,0x68,0x65,0x6e])](_0x21f6e8,_0x40c3ae),window[_0x62ece4([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x40c3ae,0x328f89c^_0x1103f9);});}}_0x3da826[_0x62ece4([0x6f,0x6e])](_0x62ece4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x567e65,_0x2c9cf8)=>{if(_0x2c9cf8[0x0]!=_0x1fc8a4)return _0x47fa29(_0x62ece4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2c9cf8[0x1]={..._0x2c9cf8[0x1],[_0x62ece4([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x10cc92};},{[_0x62ece4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x62ece4([0x68,0x69,0x67,0x68])}),_0x3da826[_0x62ece4([0x6f,0x6e])](_0x62ece4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x52749b=>{_0x58a435(_0x52749b[_0x62ece4([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1f4019=!0x0,_0x209f39(_0x52749b[_0x62ece4([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x62ece4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x62ece4([0x6c,0x6f,0x77])}),_0x32f62c[_0x62ece4([0x74,0x68,0x65,0x6e])](()=>{_0x1f4019||_0x47fa29(_0x62ece4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x6e707(){return _0x3da826[_0x62ece4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x62ece4([0x76,0x69,0x65,0x77])][_0x62ece4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x62ece4([0x61,0x75,0x74,0x6f]);}function _0x365976(){_0x3da826[_0x62ece4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x62ece4([0x76,0x69,0x65,0x77])][_0x62ece4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x62ece4([0x61,0x75,0x74,0x6f]);}}function _0x2f9670(_0x2005d4){const _0x2f0c91=[new window[(_0x62ece4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x31c3b0=>setTimeout(_0x31c3b0,0x3201290^_0x1103f9)),_0x32f62c[_0x62ece4([0x74,0x68,0x65,0x6e])](()=>new window[(_0x62ece4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1dbf40=>{let _0x54ea9a=0x0;_0x3da826[_0x62ece4([0x6d,0x6f,0x64,0x65,0x6c])][_0x62ece4([0x6f,0x6e])](_0x62ece4([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3137ad,_0x39b667)=>{_0x39b667[0x0][_0x62ece4([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x54ea9a++,_0x54ea9a==(0x3292da4^_0x1103f9)&&(_0x1dbf40(),_0x3137ad[_0x62ece4([0x6f,0x66,0x66])]());});}))];return window[_0x62ece4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x62ece4([0x72,0x61,0x63,0x65])](_0x2f0c91)[_0x62ece4([0x74,0x68,0x65,0x6e])](()=>_0x2005d4);}async function _0x2b51e5(){await _0x32f62c,_0x3da826[_0x62ece4([0x6d,0x6f,0x64,0x65,0x6c])][_0x62ece4([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4e956d,_0x3da826[_0x62ece4([0x6d,0x6f,0x64,0x65,0x6c])][_0x62ece4([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4e956d,_0x3da826[_0x62ece4([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x62ece4([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xa72542(_0x4c8017){const _0x1a0039=_0x550735();_0x3da826[_0x1a0039]=_0x62ece4([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])+_0x4c8017,_0x4c8017!=_0x62ece4([0x56,0x61,0x6c,0x69,0x64])&&_0x2b51e5();}function _0x550735(){const _0x2f6b5d=window[_0x62ece4([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x62ece4([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x62ece4([0x6e,0x6f,0x77])]())[_0x62ece4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x62ece4([0x2e]),'');let _0xaf2801=_0x62ece4([0x41]);for(let _0x1bceca=0x0;_0x1bceca<_0x2f6b5d[_0x62ece4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1bceca+=0x2){let _0x282f4a=window[_0x62ece4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2f6b5d[_0x62ece4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1bceca,_0x1bceca+0x2));_0x282f4a>=_0x1e166e[_0x62ece4([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x282f4a-=_0x1e166e[_0x62ece4([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xaf2801+=_0x1e166e[_0x282f4a];}return _0xaf2801;}function _0x1135e8(){const _0x50d711=_0x56e541[_0x62ece4([0x73,0x70,0x6c,0x69,0x74])](_0x62ece4([0x2e]));if(0x3!=_0x50d711[_0x62ece4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x35f581(_0x50d711[0x1]);function _0x35f581(_0x460bc6){const _0x3a7c4b=_0x324481(_0x460bc6);return _0x3a7c4b&&_0x22a0f1()?_0x3a7c4b:null;function _0x22a0f1(){const _0x344448=_0x3a7c4b[_0x62ece4([0x6a,0x74,0x69])],_0xfd8748=window[_0x62ece4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x344448[_0x62ece4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x344448[_0x62ece4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x838d7f={..._0x3a7c4b,[_0x62ece4([0x6a,0x74,0x69])]:_0x344448[_0x62ece4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x344448[_0x62ece4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x838d7f[_0x62ece4([0x76,0x63])],_0xe1092e(_0x838d7f)==_0xfd8748;}}}async function _0x3f948a(){let _0x20edc3=!0x0;try{const _0x2777c9=_0x56e541[_0x62ece4([0x73,0x70,0x6c,0x69,0x74])](_0x62ece4([0x2e])),[_0x6a0ebf,_0xd47b3d,_0x512438]=_0x2777c9;return _0x346dfe(_0x6a0ebf),await _0x4089c0(_0x6a0ebf,_0xd47b3d,_0x512438),_0x20edc3;}catch{return!0x1;}function _0x346dfe(_0x40e02b){const _0x31328e=_0x324481(_0x40e02b);_0x31328e&&_0x31328e[_0x62ece4([0x61,0x6c,0x67])]==_0x62ece4([0x45,0x53,0x32,0x35,0x36])||(_0x20edc3=!0x1);}async function _0x4089c0(_0x117e97,_0x5a6e0c,_0x562ed2){const _0x5e4c02=window[_0x62ece4([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x62ece4([0x66,0x72,0x6f,0x6d])](_0x5e01d2(_0x562ed2),_0x1a8ea4=>_0x1a8ea4[_0x62ece4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4af849=new window[(_0x62ece4([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x62ece4([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x117e97+_0x62ece4([0x2e])+_0x5a6e0c),_0x520ece=window[_0x62ece4([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x62ece4([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x520ece)return;const _0x28dd49=await _0x520ece[_0x62ece4([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x62ece4([0x6a,0x77,0x6b]),_0x2f8537,{[_0x62ece4([0x6e,0x61,0x6d,0x65])]:_0x62ece4([0x45,0x43,0x44,0x53,0x41]),[_0x62ece4([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x62ece4([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x62ece4([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x520ece[_0x62ece4([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x62ece4([0x6e,0x61,0x6d,0x65])]:_0x62ece4([0x45,0x43,0x44,0x53,0x41]),[_0x62ece4([0x68,0x61,0x73,0x68])]:{[_0x62ece4([0x6e,0x61,0x6d,0x65])]:_0x62ece4([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x28dd49,_0x5e4c02,_0x4af849)||(_0x20edc3=!0x1);}}function _0x324481(_0x3cbfbd){return _0x3cbfbd[_0x62ece4([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x62ece4([0x65,0x79]))?JSON[_0x62ece4([0x70,0x61,0x72,0x73,0x65])](_0x5e01d2(_0x3cbfbd)):null;}function _0x5e01d2(_0xd12e7e){return window[_0x62ece4([0x61,0x74,0x6f,0x62])](_0xd12e7e[_0x62ece4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x62ece4([0x2b]))[_0x62ece4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x62ece4([0x2f])));}function _0xe1092e(_0x27b5bf){let _0x1fc197=0x1505;function _0x474fd4(_0x469aef){for(let _0x9310d=0x0;_0x9310d<_0x469aef[_0x62ece4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x9310d++){const _0x26fcd2=_0x469aef[_0x62ece4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x9310d);_0x1fc197=(_0x1fc197<<0x5)+_0x1fc197+_0x26fcd2,_0x1fc197&=_0x1fc197;}}function _0x46c5de(_0x2209b6){Array[_0x62ece4([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2209b6)?_0x2209b6[_0x62ece4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x46c5de):_0x2209b6&&typeof _0x2209b6==_0x62ece4([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x62ece4([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2209b6)[_0x62ece4([0x73,0x6f,0x72,0x74])]()[_0x62ece4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2e00f8,_0x5a2cf2])=>{_0x474fd4(_0x2e00f8),_0x46c5de(_0x5a2cf2);}):_0x474fd4(window[_0x62ece4([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2209b6));}return _0x46c5de(_0x27b5bf),_0x1fc197>>>0x0;}function _0x773455(_0xf53765){return _0xf53765[_0x62ece4([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x62ece4([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x62ece4([0x30]));}function _0x3c8997(_0x115097){return _0x115097[_0x62ece4([0x73,0x70,0x6c,0x69,0x74])]('')[_0x62ece4([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x62ece4([0x6a,0x6f,0x69,0x6e])]('');}function _0x4e956d(){}function _0x62ece4(_0xc257f1){const _0x599911=_0x3061;return _0xc257f1[_0x599911(0x175)](_0x2ad8ac=>String[_0x599911(0x17d)](_0x2ad8ac))[_0x599911(0x17b)]('');}_0xa72542(await _0x5aeb5d());}(this);}}
|
|
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);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3e33cc=_0x7883;(function(_0x4b4ac9,_0x1af5fe){const _0x1ecd8f=_0x7883,_0x41aa54=_0x4b4ac9();while(!![]){try{const _0xc8fb56=parseInt(_0x1ecd8f(0x1d8))/0x1*(-parseInt(_0x1ecd8f(0x1dc))/0x2)+-parseInt(_0x1ecd8f(0x1bb))/0x3*(-parseInt(_0x1ecd8f(0x1ca))/0x4)+parseInt(_0x1ecd8f(0x1df))/0x5*(parseInt(_0x1ecd8f(0x1d7))/0x6)+-parseInt(_0x1ecd8f(0x1e2))/0x7*(-parseInt(_0x1ecd8f(0x1e9))/0x8)+-parseInt(_0x1ecd8f(0x1c6))/0x9+parseInt(_0x1ecd8f(0x1e5))/0xa*(-parseInt(_0x1ecd8f(0x1c4))/0xb)+parseInt(_0x1ecd8f(0x1cc))/0xc*(parseInt(_0x1ecd8f(0x1c7))/0xd);if(_0xc8fb56===_0x1af5fe)break;else _0x41aa54['push'](_0x41aa54['shift']());}catch(_0x49db55){_0x41aa54['push'](_0x41aa54['shift']());}}}(_0x5956,0xd494d));import{Plugin as _0x2d4123}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x2eb85f}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x4b6c52}from'ckeditor5/src/utils.js';import{MSOfficeInlineStylePropagator as _0x5dcc76}from'./normalizers/propagator/msofficeinlinestylepropagator.js';function _0x7883(_0x4cefea,_0x46ef41){const _0x59561f=_0x5956();return _0x7883=function(_0x7883f9,_0xff786b){_0x7883f9=_0x7883f9-0x1b5;let _0x5d8b92=_0x59561f[_0x7883f9];return _0x5d8b92;},_0x7883(_0x4cefea,_0x46ef41);}export class PasteFromOfficeEnhancedPropagator extends _0x2d4123{[_0x3e33cc(0x1ea)];[_0x3e33cc(0x1d0)];static get[_0x3e33cc(0x1b6)](){const _0x5e9370=_0x3e33cc;return _0x5e9370(0x1e1);}static get[_0x3e33cc(0x1d9)](){return!0x0;}static get[_0x3e33cc(0x1ec)](){return!0x0;}static get[_0x3e33cc(0x1be)](){const _0x4bf3a4=_0x3e33cc;return[_0x4bf3a4(0x1c0)];}[_0x3e33cc(0x1cd)](){const _0x21b4e1=_0x3e33cc,_0x508123=this[_0x21b4e1(0x1cf)],_0x49fa1a=_0x508123[_0x21b4e1(0x1d3)][_0x21b4e1(0x1b5)](_0x21b4e1(0x1e7)),_0x4e4b88=_0x508123[_0x21b4e1(0x1dd)][_0x21b4e1(0x1d2)][_0x21b4e1(0x1c9)],_0x39e2db=new _0x5dcc76(_0x4e4b88);_0x49fa1a['on'](_0x21b4e1(0x1c3),(_0x4824e9,_0x197b85)=>{const _0x5a71da=_0x21b4e1,_0x397e51=_0x197b85[_0x5a71da(0x1da)][_0x5a71da(0x1e6)](_0x5a71da(0x1ce));_0x39e2db[_0x5a71da(0x1bd)](_0x397e51)&&(_0x197b85[_0x5a71da(0x1c5)]||(_0x197b85[_0x5a71da(0x1c5)]=_0x2eb85f(_0x397e51,_0x4e4b88[_0x5a71da(0x1bf)])),_0x39e2db[_0x5a71da(0x1c2)](_0x197b85));},{'priority':_0x4b6c52[_0x21b4e1(0x1b5)](_0x21b4e1(0x1bc))+0xa}),this[_0x21b4e1(0x1ea)]=this[_0x21b4e1(0x1cf)][_0x21b4e1(0x1db)][_0x21b4e1(0x1b5)](_0x21b4e1(0x1ea));const _0x399602=this[_0x21b4e1(0x1cf)];this[_0x21b4e1(0x1d0)]=setInterval(()=>{const _0x2b3be7=_0x21b4e1;let _0x19b83b;for(const _0x42a744 in _0x399602){const _0x12eae8=_0x42a744,_0x3f32f3=_0x399602[_0x12eae8];if(_0x2b3be7(0x1c1)==_0x3f32f3||_0x2b3be7(0x1c8)==_0x3f32f3||_0x2b3be7(0x1d6)==_0x3f32f3||_0x2b3be7(0x1d4)==_0x3f32f3||_0x2b3be7(0x1ba)==_0x3f32f3||_0x2b3be7(0x1d1)==_0x3f32f3||_0x2b3be7(0x1de)==_0x3f32f3||_0x2b3be7(0x1ed)==_0x3f32f3){delete _0x399602[_0x12eae8],_0x19b83b=_0x3f32f3,clearInterval(this[_0x2b3be7(0x1d0)]),this[_0x2b3be7(0x1d0)]=void 0x0;break;}}_0x2b3be7(0x1c8)==_0x19b83b&&_0x399602[_0x2b3be7(0x1e8)](_0x2b3be7(0x1b9)),_0x2b3be7(0x1d6)==_0x19b83b&&_0x399602[_0x2b3be7(0x1e8)](_0x2b3be7(0x1e3)),_0x2b3be7(0x1d4)==_0x19b83b&&_0x399602[_0x2b3be7(0x1e8)](_0x2b3be7(0x1e4)),_0x2b3be7(0x1ba)==_0x19b83b&&_0x399602[_0x2b3be7(0x1e8)](_0x2b3be7(0x1b8),_0x2b3be7(0x1b7)),_0x2b3be7(0x1d1)==_0x19b83b&&_0x399602[_0x2b3be7(0x1e8)](_0x2b3be7(0x1d5)),_0x2b3be7(0x1de)==_0x19b83b&&_0x399602[_0x2b3be7(0x1e8)](_0x2b3be7(0x1cb)),_0x2b3be7(0x1ed)==_0x19b83b&&_0x399602[_0x2b3be7(0x1e8)](_0x2b3be7(0x1eb));},0x3e8);}[_0x3e33cc(0x1e0)](){const _0x197e16=_0x3e33cc;super[_0x197e16(0x1e0)](),this[_0x197e16(0x1d0)]&&clearInterval(this[_0x197e16(0x1d0)]);}}function _0x5956(){const _0x408c7f=['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'];_0x5956=function(){return _0x408c7f;};return _0x5956();}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x46e8(){const _0x344836=['2014523XtJBwb','40388nkkwGJ','5065IDjAQo','190332TIOqGj','236aMYkzH','1436288FqaEah','257orEUmE','78EQalKn','15cflDik','test','3051840mwAsNb'];_0x46e8=function(){return _0x344836;};return _0x46e8();}(function(_0x36b802,_0x240315){const _0x3de867=_0x35e2,_0xdb24f8=_0x36b802();while(!![]){try{const _0x530dd7=parseInt(_0x3de867(0x124))/0x1*(-parseInt(_0x3de867(0x122))/0x2)+-parseInt(_0x3de867(0x126))/0x3*(-parseInt(_0x3de867(0x12a))/0x4)+parseInt(_0x3de867(0x12b))/0x5*(-parseInt(_0x3de867(0x125))/0x6)+parseInt(_0x3de867(0x129))/0x7+parseInt(_0x3de867(0x123))/0x8+-parseInt(_0x3de867(0x121))/0x9+-parseInt(_0x3de867(0x128))/0xa;if(_0x530dd7===_0x240315)break;else _0xdb24f8['push'](_0xdb24f8['shift']());}catch(_0x3e0842){_0xdb24f8['push'](_0xdb24f8['shift']());}}}(_0x46e8,0x2420f));function _0x35e2(_0xc21751,_0x198741){const _0x46e8a1=_0x46e8();return _0x35e2=function(_0x35e254,_0x4f773e){_0x35e254=_0x35e254-0x121;let _0x54f6cd=_0x46e8a1[_0x35e254];return _0x54f6cd;},_0x35e2(_0xc21751,_0x198741);}const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;export function isMSExcelContent(_0x467d82){const _0x3f4557=_0x35e2;return m[_0x3f4557(0x127)](_0x467d82);}
|