@ckeditor/ckeditor5-paste-from-office-enhanced 46.0.3 → 46.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/paste-from-office-enhanced.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
- package/src/index.js +1 -1
- package/src/legacyerrors.js +1 -1
- package/src/normalizers/inliner/msofficestylesinliner.js +1 -1
- package/src/normalizers/inliner/utils.js +1 -1
- package/src/normalizers/propagator/msofficeinlinestylepropagator.js +1 -1
- package/src/normalizers/propagator/utils.js +1 -1
- package/src/pastefromofficeenhanced.js +1 -1
- package/src/pastefromofficeenhancedinliner.js +1 -1
- package/src/pastefromofficeenhancedpropagator.js +1 -1
- package/src/utils.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>ut});var t=n(782);n(331);var e=n(783);function s(t){const e=parseFloat(t);return t.endsWith("pt")?o(96*e/72):t.endsWith("pc")?o(12*e*96/72):t.endsWith("in")?o(96*e):t.endsWith("cm")?o(96*e/2.54):t.endsWith("mm")?o(e/10*96/2.54):t}function i(t){return void 0!==t&&t.endsWith("px")}function o(t){return Math.round(t)+"px"}function c(t,n,r){if(!t.childCount)return;const s=new e.ViewUpcastWriter(t.document),c=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=h(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find(t=>t.startsWith("MsoList"))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=m(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,s);if(!c.length)return;const u={},f=[];for(const t of c)if(void 0!==t.indent){a(t)||(f.length=0);const e=`${t.id}:${t.indent}`,c=Math.min(t.indent-1,f.length);if(c<f.length&&f[c].id!==t.id&&(f.length=c),c<f.length-1)f.length=c+1;else{const a=l(t,n);if(c>f.length-1||f[c].listElement.name!=a.type){0==c&&"ol"==a.type&&void 0!==t.id&&u[e]&&(a.startIndex=u[e]);const n=p(a,s,r);if(i(t.marginLeft)&&(0==c||i(f[c-1].marginLeft))){let e=t.marginLeft;c>0&&(e=o(parseFloat(e)-parseFloat(f[c-1].marginLeft))),s.setStyle("padding-left",e,n)}if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[c-1].listItemElements;s.appendChild(n,t[t.length-1])}f[c]={...t,listElement:n,listItemElements:[]},0==c&&void 0!==t.id&&(u[e]=a.startIndex||1)}}const m="li"==t.element.name?t.element:s.createElement("li");s.appendChild(m,f[c].listElement),f[c].listItemElements.push(m),0==c&&void 0!==t.id&&u[e]++,t.element!=m&&s.appendChild(t.element,m),d(t.element,s),s.removeStyle("text-indent",t.element),s.removeStyle("margin-left",t.element)}else{const e=f.find(e=>e.marginLeft==t.marginLeft);if(e){const n=e.listItemElements;s.appendChild(t.element,n[n.length-1]),s.removeStyle("margin-left",t.element)}else f.length=0}}function a(t){const e=t.element.previousSibling;if(!e){const e=t.element.parent;return u(e)&&(!e.previousSibling||u(e.previousSibling))}return u(e)}function u(t){return t.is("element","ol")||t.is("element","ul")}function l(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,l=n.exec(e);let p="decimal",m="ol",d=null;if(l&&l[1]){const e=r.exec(l[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(l[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:f(p),isLegalStyleList:u}}function f(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function p(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function m(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function d(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function h(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function g(t,n){if(!t.childCount)return;const r=new e.ViewUpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some(t=>e.getAttribute("id").includes(t));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every(e=>t.indexOf(e)>-1)?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];let o=0;for(const t of r)t.item.is("element")&&s.match(t.item)&&(t.item.getAttribute("src").startsWith("file://")&&i.push({element:t.item,imageIndex:o}),o++);return i}(t,r);i.length&&function(t,e,n){for(let r=0;r<t.length;r++){const{element:s,imageIndex:i}=t[r],o=e[i];if(o){const t=`data:${o.type};base64,${y(o.hex)}`;n.setAttribute("src",t,s)}}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function y(t){return btoa(t.match(/\w{2}/g).map(t=>String.fromCharCode(parseInt(t,16))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,w=/xmlns:o="urn:schemas-microsoft-com/i;class v{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||w.test(t)}execute(t){const n=new e.ViewUpcastWriter(this.document),{body:r,stylesString:i}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),c(r,i,this.hasMultiLevelListPlugin),g(r,t.dataTransfer.getData("text/rtf")),function(t,e){for(const n of e.createRangeIn(t).getItems()){if(!n.is("element","table")&&!n.is("element","td")&&!n.is("element","th"))continue;const t=["left","top","right","bottom"];if(t.every(t=>!n.hasStyle(`border-${t}-style`)))e.setStyle("border-style","none",n);else for(const r of t)n.hasStyle(`border-${r}-style`)||e.setStyle(`border-${r}-style`,"none",n);const r=["width","height",...t.map(t=>`border-${t}-width`),...t.map(t=>`padding-${t}`)];for(const t of r)n.hasStyle(t)&&e.setStyle(t,s(n.getStyle(t)),n)}}(r,n),function(t,e){for(const n of e.createRangeIn(t).getItems())n.is("element","table")&&("0px"===n.getStyle("width")&&e.removeStyle("width",n),"0"===n.getAttribute("width")&&e.removeAttribute("width",n))}(r,n),function(t){const n=[],r=new e.ViewUpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function b(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,(t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length))}function x(t,n){const r=new DOMParser,s=function(t){return b(b(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach(t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)})}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.ViewDomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var S=n(584);function A(t,e){const n=C();return(A=function(t,e){return n[t-=211]})(t,e)}function C(){const t=["test","2226kthSun","30243340ASzYCK","16XVdbNf","5608duVhfO","3535278dhbtiT","634573yHehwP","15meTYVb","2066576ajYEPh","719516rmxrJe","8053254hcedOC"];return(C=function(){return t})()}!function(t){const e=A,n=t();for(;;)try{if(918078===parseInt(e(211))/1+-parseInt(e(213))/2+parseInt(e(217))/3*(-parseInt(e(220))/4)+parseInt(e(212))/5*(-parseInt(e(221))/6)+-parseInt(e(214))/7*(-parseInt(e(219))/8)+parseInt(e(215))/9+parseInt(e(218))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(C);const P=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t){return P[A(216)](t)}!function(t){const e=T,n=t();for(;;)try{if(424612===parseInt(e(289))/1+-parseInt(e(287))/2*(-parseInt(e(290))/3)+-parseInt(e(296))/4+-parseInt(e(293))/5+-parseInt(e(300))/6*(parseInt(e(305))/7)+-parseInt(e(303))/8*(parseInt(e(279))/9)+parseInt(e(292))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);const L=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function O(t,e){const n=T,r=new Map;for(const[s,i]of e){if(!s[n(298)]&&!s[n(294)])continue;const e=!s[n(298)]||t[n(301)]===s[n(298)],o=!s[n(294)]||t[n(284)](s[n(294)]);e&&o&&r[n(291)](s,i)}return r}function F(){const t=["style","assign","35870eCMdYl","exec","61880fIuqKS","3stkAdy","set","23310200NlVuMD","3930660XrkLPf","className","getPropertyValue","735736mfplRW","selectorText","tagName","push","1223814EJdwNL","name","length","8iBmbBh","split","7fSPKJZ","trim","7309692Fbfmot","cssRules","map","initial","groups","hasClass"];return(F=function(){return t})()}function T(t,e){const n=F();return(T=function(t,e){return n[t-=278]})(t,e)}function N(t){const e=T,n={};for(let r=0;r<t[e(302)];r++){const s=t[r],i=t[e(295)](s);e(282)!==i&&(n[s]=i)}return n}function M(t){const e=T,n=t[e(304)](",")[e(281)](t=>t[e(278)]()),r=[];for(const t of n){const n=L[e(288)](t);n&&r[e(299)](n[e(283)])}return r}function R(t){const e=T,n={};for(const r of t)Object[e(286)](n,r);return n}const K=j;function j(t,e){const n=V();return(j=function(t,e){return n[t-=111]})(t,e)}!function(t){const e=j,n=t();for(;;)try{if(288867===-parseInt(e(121))/1*(-parseInt(e(135))/2)+parseInt(e(114))/3+parseInt(e(112))/4*(parseInt(e(116))/5)+parseInt(e(124))/6*(parseInt(e(125))/7)+-parseInt(e(131))/8*(-parseInt(e(111))/9)+parseInt(e(115))/10+parseInt(e(133))/11*(-parseInt(e(119))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(V);class k extends v{[K(128)](t){const n=K,{body:r,styles:s}=t[n(126)],i=new e.ViewUpcastWriter(r[n(113)]),o=i[n(129)](r),c=function(t){const e=T,n=new Map;for(const r in t){const s=M(r),i=t[r];for(const t of s)n[e(291)](t,i)}return n}(function(t){const e=T,n={};for(const r of t)for(const t of r[e(280)])if(t instanceof CSSStyleRule){const r=N(t[e(285)]);n[t[e(297)]]=Object[e(286)]({},n[t[e(297)]]||{},r)}return n}(s));for(const t of o){if(n(136)!==t[n(122)])continue;const e=O(t[n(130)],c);if(e[n(117)]){const r=R(Array[n(134)](e[n(120)]()));for(const e in r){const s=t[n(130)];s[n(127)](e)||i[n(118)](e,r[e],s)}}}t[n(123)]=r}[K(132)](t){return super[K(132)](t)||E(t)}}function V(){const t=["752CVJKEg","document","568737JUTFlG","5685390mwsqvm","15110qoClMS","size","setStyle","8071968JiIoDo","values","1ldGyqd","type","content","6xIZoxP","2097221QeeJUr","_parsedData","hasStyle","execute","createRangeIn","item","3612792gQSvcX","isActive","33wIJuzg","from","458806jxxONo","elementStart","9jMvHNo"];return(V=function(){return t})()}function D(){const t=["isActive","6089634xZmDpe","276620yRslKp","afterInit","isOfficialPlugin","text/html","init","getData","16NKGzBS","11000703lmkhah","inputTransformation","editing","join","ClipboardPipeline","requires","dataTransfer","28470qzWnMn","high","636foddrZ","map","PasteFromOfficeEnhancedInliner","_parsedData","fromCharCode","55860vsTwrt","editor","14113tPrJkm","isPremiumPlugin","14rSPZoA","23450ShKhtZ","href","get","PasteFromOffice","pluginName","execute","stylesProcessor","plugins","view","document","3502170FBNmSw"];return(D=function(){return t})()}const W=$;function $(t,e){const n=D();return($=function(t,e){return n[t-=278]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(972865===parseInt(e(278))/1+parseInt(e(303))/2*(parseInt(e(299))/3)+parseInt(e(294))/4*(-parseInt(e(304))/5)+parseInt(e(314))/6+-parseInt(e(285))/7+-parseInt(e(284))/8*(parseInt(e(316))/9)+-parseInt(e(292))/10*(-parseInt(e(301))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(D);class q extends t.Plugin{static get[W(308)](){return W(296)}static get[W(280)](){return!0}static get[W(302)](){return!0}static get[W(290)](){return[W(307)]}[W(282)](){const t=W,e=this[t(300)],n=e[t(311)][t(306)](t(289)),r=e[t(287)][t(312)][t(313)],s=new k(r);n.on(t(286),(e,n)=>{const i=t,o=n[i(291)][i(283)](i(281));s[i(315)](o)&&(n[i(297)]||(n[i(297)]=x(o,r[i(310)])),s[i(309)](n))},{priority:S.priorities[t(306)](t(293))+11})}[W(279)](){!async function(t){const e=d([97,90,86,118,70,117,89,107,122,101,79,111,54,73,108,103,112,113,69,75,66,121,51,55,102,68,71,65,115,85,87,110,56,49,105,80,72,77,88,48,76,100,83,109,104,84,99,81,57,119,98,52,67,53,116,106,78,82,74,114,120,50]),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(295)](t=>String[e(298)](t))[e(288)]("")}!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([97]);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:1756857600;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(305)]);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 U=B;!function(t){const e=B,n=t();for(;;)try{if(166143===parseInt(e(398))/1*(-parseInt(e(375))/2)+-parseInt(e(394))/3*(-parseInt(e(395))/4)+-parseInt(e(390))/5+parseInt(e(360))/6+-parseInt(e(370))/7*(parseInt(e(397))/8)+-parseInt(e(380))/9+parseInt(e(386))/10*(parseInt(e(393))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);const J=[U(382),U(391),U(358),U(365),U(367),U(371),U(392),U(363)],H=[U(382),U(391),U(358)],X={"font-style":[[U(377),"i"]],"font-weight":[[U(379),U(364)],[U(374),U(364)],[U(383),U(364)],[t=>Number(t)>=600,U(364)]],"text-decoration":[[U(372),"u"],[U(376),"s"]],"text-decoration-line":[[U(372),"u"],[U(376),"s"]],"vertical-align":[[U(357),U(357)],[U(381),U(369)]]};function Y(){const t=["underline","removeStyle","bold","108854kILIAd","line-through","italic","split","medium","2079675aXCnSu","super","color","bolder","function","span","623240AXiJkD","setStyle","length","insertChild","1337560JMHTKr","font-family","font-style","55HKNXsg","4395lMxhHj","496CwqXGV","forEach","16pnKIOA","1dfvSFi","getStyle","includes","getStyleNames","sub","font-size","keys","1895286UQmFRo","createElement","from","vertical-align","strong","text-decoration","filter","text-decoration-line","getChildren","sup","315014szlAzm","font-weight"];return(Y=function(){return t})()}function Q(t){return J[U(400)](t)}function _(t){const e=U;return Array[e(362)](t[e(356)]())[e(366)](Q)}function z(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=U,r={},s={};return e[n(396)](e=>{const i=n,o=t[i(399)](e);if(o)if(c=e,H[U(400)](c))r[e]=o;else if(e in X){const t=o[i(378)](" ");X[e][i(396)](([n,r])=>{const o=i;for(const i of t)(o(384)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])})}var c}),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=U;for(const s in n)n[s][r(396)](([,n])=>{const s=r,i=e[s(361)](n,[],t[s(368)]());e[s(389)](0,i,t)}),e[r(373)](s,t)})(t,e,s),function(t,e,n){const r=U;if(!Object[r(359)](n)[r(388)])return;const s=e[r(361)](r(385),[],t[r(368)]());e[r(387)](n,s),e[r(389)](0,s,t),e[r(373)](Object[r(359)](n),t)}(t,e,r)}function B(t,e){const n=Y();return(B=function(t,e){return n[t-=356]})(t,e)}const Z=G;function G(t,e){const n=tt();return(G=function(t,e){return n[t-=125]})(t,e)}function tt(){const t=["2988876xUtZaw","font","content","128UMwBMY","isActive","stylesProcessor","31914800pMAGLS","getItems","1412674GvtTZg","14769mIgYFK","document","createRangeIn","735995RVtXdo","69378DKNTAO","937965oQPQPv","blockElements","execute","4HnLWsp","name","element","161bPgbTg","includes","_parsedData"];return(tt=function(){return t})()}!function(t){const e=G,n=t();for(;;)try{if(857468===-parseInt(e(132))/1+-parseInt(e(128))/2+-parseInt(e(143))/3+parseInt(e(137))/4*(-parseInt(e(134))/5)+-parseInt(e(133))/6*(-parseInt(e(140))/7)+-parseInt(e(146))/8*(-parseInt(e(129))/9)+parseInt(e(126))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class et extends v{[Z(136)](t){const n=Z,{body:r}=t[n(142)],s=new e.ViewUpcastWriter(r[n(130)]),i=s[n(131)](r),o=new e.ViewDocument(s[n(130)][n(125)]),c=[...new e.ViewDomConverter(o)[n(135)],n(144)],a=i[n(127)]();for(const t of a)if(t.is(n(139))&&c[n(141)](t[n(138)])){z(t,s,_(t))}t[n(145)]=r}[Z(147)](t){return super[Z(147)](t)||E(t)}}const nt=rt;function rt(t,e){const n=st();return(rt=function(t,e){return n[t-=260]})(t,e)}function st(){const t=["isActive","get","pasteFromOfficeEnhancedLicenseKeyValid","255IEXtTg","licenseKey","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","1528434lnKEuP","usageLimit","6869xdlEpj","isPremiumPlugin","evaluationLimit","init","editor","3094756fiLNFM","plugins","editing","pasteFromOfficeEnhancedLicenseKeyTrialLimit","pasteFromOfficeEnhancedLicenseKeyDomainLimit","pasteFromOfficeEnhancedLicenseKeyNotAllowed","requires","document","expired","isOfficialPlugin","_licenseKeyCheckInterval","view","ClipboardPipeline","PasteFromOfficeEnhancedPropagator","text/html","pasteFromOfficeEnhancedLicenseKeyUsageLimit","destroy","27ldiWuv","_showLicenseError","featureNotAllowed","inputTransformation","pasteFromOfficeEnhancedLicenseKeyInvalid","config","pasteFromOfficeEnhancedLicenseKeyExpired","_parsedData","PasteFromOfficeEnhanced","PasteFromOffice","1029420xpPdaT","trialLimit","domainLimit","507915bkmoqp","high","getData","stylesProcessor","dataTransfer","pluginName","1800672NJPlrv","invalid","19372gMFlad","execute"];return(st=function(){return t})()}!function(t){const e=rt,n=t();for(;;)try{if(408558===-parseInt(e(294))/1+parseInt(e(273))/2+parseInt(e(276))/3+parseInt(e(284))/4*(-parseInt(e(289))/5)+-parseInt(e(292))/6+-parseInt(e(299))/7+-parseInt(e(282))/8*(-parseInt(e(263))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(st);class it extends t.Plugin{[nt(290)];[nt(309)];static get[nt(281)](){return nt(312)}static get[nt(308)](){return!0}static get[nt(295)](){return!0}static get[nt(305)](){return[nt(272)]}[nt(297)](){const t=nt,e=this[t(298)],n=e[t(300)][t(287)](t(311)),r=e[t(301)][t(310)][t(306)],s=new et(r);n.on(t(266),(e,n)=>{const i=t,o=n[i(280)][i(278)](i(260));s[i(286)](o)&&(n[i(270)]||(n[i(270)]=x(o,r[i(279)])),s[i(285)](n))},{priority:S.priorities[t(287)](t(277))+10}),this[t(290)]=this[t(298)][t(268)][t(287)](t(290));const i=this[t(298)];this[t(309)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(288)==s||e(267)==s||e(269)==s||e(303)==s||e(304)==s||e(291)==s||e(302)==s||e(261)==s){delete i[r],n=s,clearInterval(this[e(309)]),this[e(309)]=void 0;break}}e(267)==n&&i[e(264)](e(283)),e(269)==n&&i[e(264)](e(307)),e(303)==n&&i[e(264)](e(275)),e(304)==n&&i[e(264)](e(265),e(271)),e(291)==n&&i[e(264)](e(296)),e(302)==n&&i[e(264)](e(274)),e(261)==n&&i[e(264)](e(293))},1e3)}[nt(262)](){const t=nt;super[t(262)](),this[t(309)]&&clearInterval(this[t(309)])}}var ot=ct;function ct(t,e){var n=at();return(ct=function(t,e){return n[t-=267]})(t,e)}function at(){var t=["PasteFromOfficeEnhanced","requires","PasteFromOffice","isPremiumPlugin","39vEuKwQ","2320640dvVAYq","22540tYNAPk","15oXaXPo","4027192hScAXV","69610DTpNQL","2294484GwoHfZ","isOfficialPlugin","1113930PoXfUt","pluginName","9313830RABLCR"];return(at=function(){return t})()}!function(t){for(var e=ct,n=t();;)try{if(309278===parseInt(e(279))/1+-parseInt(e(267))/2*(parseInt(e(277))/3)+-parseInt(e(268))/4+parseInt(e(280))/5*(-parseInt(e(270))/6)+parseInt(e(278))/7+parseInt(e(281))/8+parseInt(e(272))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class ut extends t.Plugin{static get[ot(271)](){return ot(273)}static get[ot(269)](){return!0}static get[ot(276)](){return!0}static get[ot(274)](){return[ot(275),q,it]}}function lt(t,e){var n=ft();return(lt=function(t,e){return n[t-=344]})(t,e)}function ft(){var t=["3858WYKovp","1120QQTGuq","6316233gQTHDN","24OYBvsp","11bqFaTY","4VUWuPN","2905130UwqoQc","232126ZHAsJC","5039586FGQeqN","8PJRstY","29038992UeFUqL","242985yUsAYh"];return(ft=function(){return t})()}!function(t){for(var e=lt,n=t();;)try{if(576914===-parseInt(e(348))/1*(-parseInt(e(346))/2)+parseInt(e(353))/3*(-parseInt(e(354))/4)+parseInt(e(352))/5*(-parseInt(e(344))/6)+-parseInt(e(355))/7+-parseInt(e(350))/8*(parseInt(e(349))/9)+-parseInt(e(347))/10*(parseInt(e(345))/11)+parseInt(e(351))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
|
4
|
+
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>ut});var t=n(782);n(331);var e=n(783);function s(t){const e=parseFloat(t);return t.endsWith("pt")?o(96*e/72):t.endsWith("pc")?o(12*e*96/72):t.endsWith("in")?o(96*e):t.endsWith("cm")?o(96*e/2.54):t.endsWith("mm")?o(e/10*96/2.54):t}function i(t){return void 0!==t&&t.endsWith("px")}function o(t){return Math.round(t)+"px"}function c(t,n,r){if(!t.childCount)return;const s=new e.ViewUpcastWriter(t.document),c=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=h(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find(t=>t.startsWith("MsoList"))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=m(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,s);if(!c.length)return;const u={},f=[];for(const t of c)if(void 0!==t.indent){a(t)||(f.length=0);const e=`${t.id}:${t.indent}`,c=Math.min(t.indent-1,f.length);if(c<f.length&&f[c].id!==t.id&&(f.length=c),c<f.length-1)f.length=c+1;else{const a=l(t,n);if(c>f.length-1||f[c].listElement.name!=a.type){0==c&&"ol"==a.type&&void 0!==t.id&&u[e]&&(a.startIndex=u[e]);const n=p(a,s,r);if(i(t.marginLeft)&&(0==c||i(f[c-1].marginLeft))){let e=t.marginLeft;c>0&&(e=o(parseFloat(e)-parseFloat(f[c-1].marginLeft))),s.setStyle("padding-left",e,n)}if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[c-1].listItemElements;s.appendChild(n,t[t.length-1])}f[c]={...t,listElement:n,listItemElements:[]},0==c&&void 0!==t.id&&(u[e]=a.startIndex||1)}}const m="li"==t.element.name?t.element:s.createElement("li");s.appendChild(m,f[c].listElement),f[c].listItemElements.push(m),0==c&&void 0!==t.id&&u[e]++,t.element!=m&&s.appendChild(t.element,m),d(t.element,s),s.removeStyle("text-indent",t.element),s.removeStyle("margin-left",t.element)}else{const e=f.find(e=>e.marginLeft==t.marginLeft);if(e){const n=e.listItemElements;s.appendChild(t.element,n[n.length-1]),s.removeStyle("margin-left",t.element)}else f.length=0}}function a(t){const e=t.element.previousSibling;if(!e){const e=t.element.parent;return u(e)&&(!e.previousSibling||u(e.previousSibling))}return u(e)}function u(t){return t.is("element","ol")||t.is("element","ul")}function l(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,l=n.exec(e);let p="decimal",m="ol",d=null;if(l&&l[1]){const e=r.exec(l[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(l[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:f(p),isLegalStyleList:u}}function f(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function p(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function m(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function d(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function h(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function g(t,n){if(!t.childCount)return;const r=new e.ViewUpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some(t=>e.getAttribute("id").includes(t));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every(e=>t.indexOf(e)>-1)?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];let o=0;for(const t of r)t.item.is("element")&&s.match(t.item)&&(t.item.getAttribute("src").startsWith("file://")&&i.push({element:t.item,imageIndex:o}),o++);return i}(t,r);i.length&&function(t,e,n){for(let r=0;r<t.length;r++){const{element:s,imageIndex:i}=t[r],o=e[i];if(o){const t=`data:${o.type};base64,${y(o.hex)}`;n.setAttribute("src",t,s)}}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function y(t){return btoa(t.match(/\w{2}/g).map(t=>String.fromCharCode(parseInt(t,16))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,w=/xmlns:o="urn:schemas-microsoft-com/i;class v{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||w.test(t)}execute(t){const n=new e.ViewUpcastWriter(this.document),{body:r,stylesString:i}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),c(r,i,this.hasMultiLevelListPlugin),g(r,t.dataTransfer.getData("text/rtf")),function(t,e){for(const n of e.createRangeIn(t).getItems()){if(!n.is("element","table")&&!n.is("element","td")&&!n.is("element","th"))continue;const t=["left","top","right","bottom"];if(t.every(t=>!n.hasStyle(`border-${t}-style`)))e.setStyle("border-style","none",n);else for(const r of t)n.hasStyle(`border-${r}-style`)||e.setStyle(`border-${r}-style`,"none",n);const r=["width","height",...t.map(t=>`border-${t}-width`),...t.map(t=>`padding-${t}`)];for(const t of r)n.hasStyle(t)&&e.setStyle(t,s(n.getStyle(t)),n)}}(r,n),function(t,e){for(const n of e.createRangeIn(t).getItems())n.is("element","table")&&("0px"===n.getStyle("width")&&e.removeStyle("width",n),"0"===n.getAttribute("width")&&e.removeAttribute("width",n))}(r,n),function(t){const n=[],r=new e.ViewUpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function b(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,(t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length))}function x(t,n){const r=new DOMParser,s=function(t){return b(b(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach(t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)})}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.ViewDomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var S=n(584);!function(t){const e=A,n=t();for(;;)try{if(731794===-parseInt(e(265))/1+-parseInt(e(262))/2+-parseInt(e(257))/3+parseInt(e(258))/4+-parseInt(e(264))/5*(parseInt(e(256))/6)+-parseInt(e(263))/7*(-parseInt(e(260))/8)+parseInt(e(259))/9*(parseInt(e(255))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(L);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function A(t,e){const n=L();return(A=function(t,e){return n[t-=255]})(t,e)}function L(){const t=["9Lilwia","2778424oUJetq","test","2017522VaHxZs","7SiSoJT","1465UczTcb","729842AMnIGv","13163310ABCJWM","906odKgBO","1136694dlTYzm","4919616RrRFxV"];return(L=function(){return t})()}function E(t){return C[A(261)](t)}!function(t){const e=R,n=t();for(;;)try{if(181226===-parseInt(e(108))/1+parseInt(e(114))/2+parseInt(e(132))/3*(parseInt(e(113))/4)+-parseInt(e(111))/5+parseInt(e(128))/6+parseInt(e(122))/7+-parseInt(e(107))/8*(parseInt(e(118))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(P);const O=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function P(){const t=["12584PfZLMf","238112QUhoBO","initial","name","714620oNSCHI","split","8rhNfsS","254930zqbrNq","groups","assign","style","801SSYiCM","exec","length","map","603624kksQQh","push","hasClass","tagName","selectorText","cssRules","2131116BaBTeo","set","getPropertyValue","className","200064sfTabe","trim"];return(P=function(){return t})()}function F(t,e){const n=R,r=new Map;for(const[s,i]of e){if(!s[n(125)]&&!s[n(131)])continue;const e=!s[n(125)]||t[n(110)]===s[n(125)],o=!s[n(131)]||t[n(124)](s[n(131)]);e&&o&&r[n(129)](s,i)}return r}function R(t,e){const n=P();return(R=function(t,e){return n[t-=107]})(t,e)}function M(t){const e=R,n={};for(let r=0;r<t[e(120)];r++){const s=t[r],i=t[e(130)](s);e(109)!==i&&(n[s]=i)}return n}function N(t){const e=R,n=t[e(112)](",")[e(121)](t=>t[e(133)]()),r=[];for(const t of n){const n=O[e(119)](t);n&&r[e(123)](n[e(115)])}return r}function T(t){const e=R,n={};for(const r of t)Object[e(116)](n,r);return n}const j=D;function k(){const t=["_parsedData","6BnDQhN","values","elementStart","1270zfppmr","690452dMoFKZ","hasStyle","content","1713828FOmldv","setStyle","size","9ZpbmRG","2095420dTIPRD","307191lWzDOR","from","17524166IJDjvC","type","8vKiyUW","createRangeIn","18380HrKnlo","document","item","6248053WLKbOS","isActive","execute"];return(k=function(){return t})()}function D(t,e){const n=k();return(D=function(t,e){return n[t-=313]})(t,e)}!function(t){const e=D,n=t();for(;;)try{if(607136===parseInt(e(330))/1+-parseInt(e(322))/2*(-parseInt(e(318))/3)+parseInt(e(336))/4*(-parseInt(e(321))/5)+parseInt(e(325))/6+parseInt(e(314))/7*(-parseInt(e(334))/8)+-parseInt(e(328))/9*(parseInt(e(329))/10)+parseInt(e(332))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class K extends v{[j(316)](t){const n=j,{body:r,styles:s}=t[n(317)],i=new e.ViewUpcastWriter(r[n(337)]),o=i[n(335)](r),c=function(t){const e=R,n=new Map;for(const r in t){const s=N(r),i=t[r];for(const t of s)n[e(129)](t,i)}return n}(function(t){const e=R,n={};for(const r of t)for(const t of r[e(127)])if(t instanceof CSSStyleRule){const r=M(t[e(117)]);n[t[e(126)]]=Object[e(116)]({},n[t[e(126)]]||{},r)}return n}(s));for(const t of o){if(n(320)!==t[n(333)])continue;const e=F(t[n(313)],c);if(e[n(327)]){const r=T(Array[n(331)](e[n(319)]()));for(const e in r){const s=t[n(313)];s[n(323)](e)||i[n(326)](e,r[e],s)}}}t[n(324)]=r}[j(315)](t){return super[j(315)](t)||E(t)}}function W(t,e){const n=$();return(W=function(t,e){return n[t-=113]})(t,e)}const V=W;function $(){const t=["isOfficialPlugin","PasteFromOffice","plugins","get","init","562936PLpKic","requires","map","text/html","_parsedData","inputTransformation","afterInit","8fHHPLm","pluginName","3UrjdYO","3160409MowJBl","view","editor","isActive","high","17825CNFRRi","document","909LMbVIv","116520uZYmfx","3930284dGZvVn","PasteFromOfficeEnhancedInliner","dataTransfer","isPremiumPlugin","fromCharCode","stylesProcessor","href","1068gTETvC","execute","getData","1939664qiczGG","ClipboardPipeline","612HosbIe","editing","1017210ltsuVF","join"];return($=function(){return t})()}!function(t){const e=W,n=t();for(;;)try{if(611736===-parseInt(e(137))/1+-parseInt(e(133))/2*(parseInt(e(113))/3)+parseInt(e(123))/4+-parseInt(e(119))/5*(-parseInt(e(130))/6)+parseInt(e(114))/7*(-parseInt(e(151))/8)+-parseInt(e(121))/9*(parseInt(e(122))/10)+parseInt(e(144))/11*(parseInt(e(135))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class U extends t.Plugin{static get[V(152)](){return V(124)}static get[V(139)](){return!0}static get[V(126)](){return!0}static get[V(145)](){return[V(140)]}[V(143)](){const t=V,e=this[t(116)],n=e[t(141)][t(142)](t(134)),r=e[t(136)][t(115)][t(120)],s=new K(r);n.on(t(149),(e,n)=>{const i=t,o=n[i(125)][i(132)](i(147));s[i(117)](o)&&(n[i(148)]||(n[i(148)]=x(o,r[i(128)])),s[i(131)](n))},{priority:S.priorities[t(142)](t(118))+11})}[V(150)](){!async function(t){const e=d([73,57,115,67,109,103,51,68,74,105,71,53,76,70,77,117,81,106,119,104,84,48,88,66,89,121,120,83,113,118,100,80,79,52,54,78,90,65,99,86,122,98,55,49,82,87,107,102,101,56,111,75,112,116,110,114,85,69,97,108,50,72]),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=W;return t[e(146)](t=>String[e(127)](t))[e(138)]("")}!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([73]);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]))||e[d([105,110,99,108,117,100,101,115])](d([84,82,73,76,73,85,77]))&&window[d([103,108,111,98])]&&window[d([103,108,111,98])][d([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?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:1757376e3;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=W,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(129)]);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 q=Y;!function(t){const e=Y,n=t();for(;;)try{if(160795===parseInt(e(204))/1*(parseInt(e(192))/2)+-parseInt(e(185))/3*(parseInt(e(167))/4)+parseInt(e(191))/5+parseInt(e(182))/6+parseInt(e(195))/7+-parseInt(e(170))/8+parseInt(e(198))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(B);const z=[q(184),q(183),q(202),q(186),q(193),q(162),q(199),q(197)];function B(){const t=["22900abbHAp","text-decoration-line","setStyle","441700VhaCQq","length","vertical-align","174357qMwhOh","font-style","from","includes","font-size","getChildren","17LpvPBU","font-weight","removeStyle","function","underline","bolder","40nPGKSW","line-through","split","2154720GvKyyC","forEach","createElement","getStyleNames","sup","italic","getStyle","filter","span","bold","keys","medium","1598328oUkwIg","font-family","color","48726xWOXYk","text-decoration","insertChild","sub","super","strong","245220EnzzYy"];return(B=function(){return t})()}const H=[q(184),q(183),q(202)],J={"font-style":[[q(175),"i"]],"font-weight":[[q(181),q(190)],[q(179),q(190)],[q(166),q(190)],[t=>Number(t)>=600,q(190)]],"text-decoration":[[q(165),"u"],[q(168),"s"]],"text-decoration-line":[[q(165),"u"],[q(168),"s"]],"vertical-align":[[q(188),q(188)],[q(189),q(174)]]};function Y(t,e){const n=B();return(Y=function(t,e){return n[t-=162]})(t,e)}function _(t){return z[q(201)](t)}function Q(t){const e=q;return Array[e(200)](t[e(173)]())[e(177)](_)}function G(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=q,r={},s={};return e[n(171)](e=>{const i=n,o=t[i(176)](e);if(o)if(c=e,H[q(201)](c))r[e]=o;else if(e in J){const t=o[i(169)](" ");J[e][i(171)](([n,r])=>{const o=i;for(const i of t)(o(164)==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=q;for(const s in n)n[s][r(171)](([,n])=>{const s=r,i=e[s(172)](n,[],t[s(203)]());e[s(187)](0,i,t)}),e[r(163)](s,t)})(t,e,s),function(t,e,n){const r=q;if(!Object[r(180)](n)[r(196)])return;const s=e[r(172)](r(178),[],t[r(203)]());e[r(194)](n,s),e[r(187)](0,s,t),e[r(163)](Object[r(180)](n),t)}(t,e,r)}const Z=X;function X(t,e){const n=tt();return(X=function(t,e){return n[t-=368]})(t,e)}function tt(){const t=["font","element","1175902ZfiwSP","1LxxXSe","4978340zovMRr","6438024YVJjko","blockElements","name","_parsedData","648860jFpaqw","18SxKuKD","isActive","includes","1442184YwHJte","execute","49570fqlWes","content","createRangeIn","5900930HbVLMN","stylesProcessor","getItems","318TDgBYK","document","374vnbiPL"];return(tt=function(){return t})()}!function(t){const e=X,n=t();for(;;)try{if(827688===-parseInt(e(388))/1*(-parseInt(e(387))/2)+-parseInt(e(374))/3+-parseInt(e(389))/4+parseInt(e(376))/5*(parseInt(e(382))/6)+parseInt(e(379))/7+parseInt(e(390))/8*(-parseInt(e(371))/9)+parseInt(e(370))/10*(parseInt(e(384))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class et extends v{[Z(375)](t){const n=Z,{body:r}=t[n(369)],s=new e.ViewUpcastWriter(r[n(383)]),i=s[n(378)](r),o=new e.ViewDocument(s[n(383)][n(380)]),c=[...new e.ViewDomConverter(o)[n(391)],n(385)],a=i[n(381)]();for(const t of a)if(t.is(n(386))&&c[n(373)](t[n(368)])){G(t,s,Q(t))}t[n(377)]=r}[Z(372)](t){return super[Z(372)](t)||E(t)}}const nt=rt;function rt(t,e){const n=st();return(rt=function(t,e){return n[t-=444]})(t,e)}function st(){const t=["config","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","215295syxDfd","30401SgQkvQ","_showLicenseError","destroy","8dsvvtP","expired","14uMcWOQ","invalid","usageLimit","6LfaDcN","pluginName","PasteFromOfficeEnhanced","ClipboardPipeline","high","3827280BAGANA","featureNotAllowed","pasteFromOfficeEnhancedLicenseKeyDomainLimit","isActive","licenseKey","view","evaluationLimit","get","32vRyAiO","editing","PasteFromOffice","dataTransfer","5720964gEuZgE","execute","215220KVYBYJ","text/html","requires","_parsedData","plugins","document","PasteFromOfficeEnhancedPropagator","editor","3969810ybEiHJ","pasteFromOfficeEnhancedLicenseKeyNotAllowed","init","28727JtJcIx","_licenseKeyCheckInterval","pasteFromOfficeEnhancedLicenseKeyValid","inputTransformation","isPremiumPlugin","pasteFromOfficeEnhancedLicenseKeyTrialLimit","11koIydk","pasteFromOfficeEnhancedLicenseKeyUsageLimit","trialLimit","domainLimit","pasteFromOfficeEnhancedLicenseKeyInvalid","stylesProcessor","pasteFromOfficeEnhancedLicenseKeyExpired","getData","isOfficialPlugin"];return(st=function(){return t})()}!function(t){const e=rt,n=t();for(;;)try{if(229031===parseInt(e(485))/1*(-parseInt(e(452))/2)+parseInt(e(474))/3*(parseInt(e(450))/4)+parseInt(e(446))/5*(-parseInt(e(455))/6)+parseInt(e(447))/7*(-parseInt(e(468))/8)+parseInt(e(482))/9+parseInt(e(460))/10+parseInt(e(491))/11*(-parseInt(e(472))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(st);class it extends t.Plugin{[nt(464)];[nt(486)];static get[nt(456)](){return nt(480)}static get[nt(499)](){return!0}static get[nt(489)](){return!0}static get[nt(476)](){return[nt(470)]}[nt(484)](){const t=nt,e=this[t(481)],n=e[t(478)][t(467)](t(458)),r=e[t(469)][t(465)][t(479)],s=new et(r);n.on(t(488),(e,n)=>{const i=t,o=n[i(471)][i(498)](i(475));s[i(463)](o)&&(n[i(477)]||(n[i(477)]=x(o,r[i(496)])),s[i(473)](n))},{priority:S.priorities[t(467)](t(459))+10}),this[t(464)]=this[t(481)][t(444)][t(467)](t(464));const i=this[t(481)];this[t(486)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(487)==s||e(495)==s||e(497)==s||e(462)==s||e(483)==s||e(445)==s||e(490)==s||e(492)==s){delete i[r],n=s,clearInterval(this[e(486)]),this[e(486)]=void 0;break}}e(495)==n&&i[e(448)](e(453)),e(497)==n&&i[e(448)](e(451)),e(462)==n&&i[e(448)](e(494)),e(483)==n&&i[e(448)](e(461),e(457)),e(445)==n&&i[e(448)](e(466)),e(490)==n&&i[e(448)](e(493)),e(492)==n&&i[e(448)](e(454))},1e3)}[nt(449)](){const t=nt;super[t(449)](),this[t(486)]&&clearInterval(this[t(486)])}}var ot=ct;function ct(t,e){var n=at();return(ct=function(t,e){return n[t-=196]})(t,e)}function at(){var t=["911106kIEWnr","isOfficialPlugin","requires","9596mkDlAQ","5081986VLjeND","4816380JOqFti","1101lXOPny","7202997nNyALM","PasteFromOffice","PasteFromOfficeEnhanced","isPremiumPlugin","410079rdaCul","pluginName","8pjangn","1504412cnFIex"];return(at=function(){return t})()}!function(t){for(var e=ct,n=t();;)try{if(914568===parseInt(e(198))/1+parseInt(e(205))/2*(-parseInt(e(208))/3)+-parseInt(e(201))/4+parseInt(e(207))/5+parseInt(e(202))/6+parseInt(e(206))/7+parseInt(e(200))/8*(parseInt(e(209))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class ut extends t.Plugin{static get[ot(199)](){return ot(196)}static get[ot(203)](){return!0}static get[ot(197)](){return!0}static get[ot(204)](){return[ot(210),U,it]}}function lt(t,e){var n=ft();return(lt=function(t,e){return n[t-=429]})(t,e)}function ft(){var t=["15048KXXURg","41762eotAfn","192CRvmbP","711147xIoNES","1911968udifEO","3045896wUVptk","76vkzPjM","87985BDNrzr","1382589lNFLXy"];return(ft=function(){return t})()}!function(t){for(var e=lt,n=t();;)try{if(292408===-parseInt(e(432))/1*(-parseInt(e(429))/2)+-parseInt(e(435))/3+-parseInt(e(436))/4+parseInt(e(430))/5+parseInt(e(434))/6*(parseInt(e(433))/7)+parseInt(e(437))/8+-parseInt(e(431))/9)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 _0x5baaf3}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x49b661,parsePasteOfficeHtml as _0x222469}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x3c2024,uid as _0x513a18}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x2aed62,ViewDocument as _0x53d754,ViewDomConverter as _0x203614}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x3edabc){return m['test'](_0x3edabc);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x5eb874,_0xd9630a){const _0x3daa78=new Map();for(const [_0xf20cb6,_0x56ed01]of _0xd9630a){if(!_0xf20cb6['tagName']&&!_0xf20cb6['className'])continue;const _0x47a50b=!_0xf20cb6['tagName']||_0x5eb874['name']===_0xf20cb6['tagName'],_0x858cd7=!_0xf20cb6['className']||_0x5eb874['hasClass'](_0xf20cb6['className']);_0x47a50b&&_0x858cd7&&_0x3daa78['set'](_0xf20cb6,_0x56ed01);}return _0x3daa78;}function h(_0x1fa8cc){const _0x1d5280={};for(let _0x53e110=0x0;_0x53e110<_0x1fa8cc['length'];_0x53e110++){const _0x7a7372=_0x1fa8cc[_0x53e110],_0x52c377=_0x1fa8cc['getPropertyValue'](_0x7a7372);'initial'!==_0x52c377&&(_0x1d5280[_0x7a7372]=_0x52c377);}return _0x1d5280;}function O(_0x2a7906){const _0x44deed=_0x2a7906['split'](',')['map'](_0x547ff8=>_0x547ff8['trim']()),_0x52dc36=[];for(const _0x4209e7 of _0x44deed){const _0x12e0f6=S['exec'](_0x4209e7);_0x12e0f6&&_0x52dc36['push'](_0x12e0f6['groups']);}return _0x52dc36;}function k(_0x5ca5b7){const _0x573370={};for(const _0x4899ff of _0x5ca5b7)Object['assign'](_0x573370,_0x4899ff);return _0x573370;}class u extends _0x49b661{['execute'](_0x26ba11){const {body:_0x3861eb,styles:_0x949109}=_0x26ba11['_parsedData'],_0x209f95=new _0x2aed62(_0x3861eb['document']),_0x1ba2da=_0x209f95['createRangeIn'](_0x3861eb),_0x47a5cc=function(_0x32f6dc){const _0x5b3186={};for(const _0x282881 of _0x32f6dc)for(const _0x227047 of _0x282881['cssRules'])if(_0x227047 instanceof CSSStyleRule){const _0x8c799b=h(_0x227047['style']);_0x5b3186[_0x227047['selectorText']]=Object['assign']({},_0x5b3186[_0x227047['selectorText']]||{},_0x8c799b);}return _0x5b3186;}(_0x949109),_0x430099=function(_0x1fbc24){const _0x1d0d4d=new Map();for(const _0xee259b in _0x1fbc24){const _0x3f0761=O(_0xee259b),_0x154d0f=_0x1fbc24[_0xee259b];for(const _0x23b210 of _0x3f0761)_0x1d0d4d['set'](_0x23b210,_0x154d0f);}return _0x1d0d4d;}(_0x47a5cc);for(const _0x43dc60 of _0x1ba2da){if('elementStart'!==_0x43dc60['type'])continue;const _0x5c17e4=j(_0x43dc60['item'],_0x430099);if(_0x5c17e4['size']){const _0x3862aa=k(Array['from'](_0x5c17e4['values']()));for(const _0x35db37 in _0x3862aa){const _0x428dad=_0x43dc60['item'];_0x428dad['hasStyle'](_0x35db37)||_0x209f95['setStyle'](_0x35db37,_0x3862aa[_0x35db37],_0x428dad);}}}_0x26ba11['content']=_0x3861eb;}['isActive'](_0x138bd5){return super['isActive'](_0x138bd5)||p(_0x138bd5);}}class i extends _0x5baaf3{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x26b536=this['editor'],_0x15e60e=_0x26b536['plugins']['get']('ClipboardPipeline'),_0x5a7800=_0x26b536['editing']['view']['document'],_0x2dd163=new u(_0x5a7800);_0x15e60e['on']('inputTransformation',(_0x1e3000,_0x349587)=>{const _0x356453=_0x349587['dataTransfer']['getData']('text/html');_0x2dd163['isActive'](_0x356453)&&(_0x349587['_parsedData']||(_0x349587['_parsedData']=_0x222469(_0x356453,_0x5a7800['stylesProcessor'])),_0x2dd163['execute'](_0x349587));},{'priority':_0x3c2024['get']('high')+0xb});}['afterInit'](){!async function(_0x26ddde){const _0x144d1e=_0xceeebf([0x61,0x5a,0x56,0x76,0x46,0x75,0x59,0x6b,0x7a,0x65,0x4f,0x6f,0x36,0x49,0x6c,0x67,0x70,0x71,0x45,0x4b,0x42,0x79,0x33,0x37,0x66,0x44,0x47,0x41,0x73,0x55,0x57,0x6e,0x38,0x31,0x69,0x50,0x48,0x4d,0x58,0x30,0x4c,0x64,0x53,0x6d,0x68,0x54,0x63,0x51,0x39,0x77,0x62,0x34,0x43,0x35,0x74,0x6a,0x4e,0x52,0x4a,0x72,0x78,0x32]),_0x100493=0x41c5c37e,_0x332a03=0x41c2b12e^_0x100493,_0xc794b4=window[_0xceeebf([0x44,0x61,0x74,0x65])][_0xceeebf([0x6e,0x6f,0x77])](),_0x537b00=_0x26ddde[_0xceeebf([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x424ea7=new window[(_0xceeebf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4fb170=>{_0x537b00[_0xceeebf([0x6f,0x6e,0x63,0x65])](_0xceeebf([0x72,0x65,0x61,0x64,0x79]),_0x4fb170);}),_0x1676a2={[_0xceeebf([0x6b,0x74,0x79])]:_0xceeebf([0x45,0x43]),[_0xceeebf([0x75,0x73,0x65])]:_0xceeebf([0x73,0x69,0x67]),[_0xceeebf([0x63,0x72,0x76])]:_0xceeebf([0x50,0x2d,0x32,0x35,0x36]),[_0xceeebf([0x78])]:_0xceeebf([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]),[_0xceeebf([0x79])]:_0xceeebf([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]),[_0xceeebf([0x61,0x6c,0x67])]:_0xceeebf([0x45,0x53,0x32,0x35,0x36])},_0x158ad8=_0x537b00[_0xceeebf([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xceeebf([0x67,0x65,0x74])](_0xceeebf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x44fbec(){let _0x2a8fa3,_0x42d49e=null,_0x71a7f5=null;try{if(_0x158ad8==_0xceeebf([0x47,0x50,0x4c]))return _0xceeebf([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2a8fa3=_0x1cc9c8(),!_0x2a8fa3)return _0xceeebf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2a8fa3[_0xceeebf([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x71a7f5=_0x2fae13(_0x2a8fa3[_0xceeebf([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2a8fa3[_0xceeebf([0x6a,0x74,0x69])])),await _0x31729b()?_0x577989()?_0x433d22()?_0xceeebf([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2aa95c()?(_0x2a8fa3[_0xceeebf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xceeebf([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x42d49e=_0x2e8611(_0xceeebf([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2a8fa3[_0xceeebf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xceeebf([0x74,0x72,0x69,0x61,0x6c])&&(_0x42d49e=_0x2e8611(_0xceeebf([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x241295()):_0xceeebf([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xceeebf([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xceeebf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xceeebf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x433d22(){const _0x30f6ce=[_0xceeebf([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xceeebf([0x74,0x72,0x69,0x61,0x6c])][_0xceeebf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a8fa3[_0xceeebf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xc794b4/0x3e8:0xe10*_0x332a03;return _0x2a8fa3[_0xceeebf([0x65,0x78,0x70])]<_0x30f6ce;}function _0x577989(){const _0x267347=_0x2a8fa3[_0xceeebf([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x267347&&(!!_0x267347[_0xceeebf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xceeebf([0x2a]))||(!!_0x267347[_0xceeebf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xceeebf([0x50,0x4f,0x45]))||!!_0x267347[_0xceeebf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xceeebf([0x50,0x50]))));}function _0x2aa95c(){const _0x1be680=_0x2a8fa3[_0xceeebf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1be680||0x0==_0x1be680[_0xceeebf([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x55a058}=new URL(window[_0xceeebf([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1be680[_0xceeebf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55a058))return!0x0;const _0x560f4d=_0x55a058[_0xceeebf([0x73,0x70,0x6c,0x69,0x74])](_0xceeebf([0x2e]));return _0x1be680[_0xceeebf([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5fa8c=>_0x5fa8c[_0xceeebf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xceeebf([0x2a])))[_0xceeebf([0x6d,0x61,0x70])](_0x135d49=>_0x135d49[_0xceeebf([0x73,0x70,0x6c,0x69,0x74])](_0xceeebf([0x2e])))[_0xceeebf([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xdeebe6=>_0xdeebe6[_0xceeebf([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x560f4d[_0xceeebf([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xceeebf([0x6d,0x61,0x70])](_0x25df79=>Array(_0x560f4d[_0xceeebf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x25df79[_0xceeebf([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xceeebf([0x66,0x69,0x6c,0x6c])](_0x25df79[0x0]===_0xceeebf([0x2a])?_0xceeebf([0x2a]):'')[_0xceeebf([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x25df79))[_0xceeebf([0x73,0x6f,0x6d,0x65])](_0x395e62=>_0x560f4d[_0xceeebf([0x65,0x76,0x65,0x72,0x79])]((_0x18a240,_0x1154da)=>_0x395e62[_0x1154da]===_0x18a240||_0x395e62[_0x1154da]===_0xceeebf([0x2a])));}function _0x241295(){return _0x42d49e&&_0x71a7f5?new window[(_0xceeebf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x14a6a7,_0x209fb8)=>{_0x42d49e[_0xceeebf([0x74,0x68,0x65,0x6e])](_0x14a6a7,_0x209fb8),_0x71a7f5[_0xceeebf([0x74,0x68,0x65,0x6e])](_0x376b19=>{_0x376b19!=_0xceeebf([0x56,0x61,0x6c,0x69,0x64])&&_0x14a6a7(_0x376b19);},_0x209fb8);}):_0x42d49e||_0x71a7f5||_0xceeebf([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2fae13(_0x31793e,_0x239ed3){return new window[(_0xceeebf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4a0a78=>{if(_0x2c7976())return _0x4a0a78(_0xceeebf([0x56,0x61,0x6c,0x69,0x64]));_0x5847ca(),_0x537b00[_0xceeebf([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xceeebf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x30b6c6=!0x1;const _0x4d0b46=_0x513a18();function _0x448bc8(_0xbfa91d){return!!_0xbfa91d&&(typeof _0xbfa91d===_0xceeebf([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xbfa91d===_0xceeebf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xbfa91d[_0xceeebf([0x74,0x68,0x65,0x6e])]===_0xceeebf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xbfa91d[_0xceeebf([0x63,0x61,0x74,0x63,0x68])]===_0xceeebf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3dbba2(_0x3e2b6c){_0x402646(_0x3e2b6c)[_0xceeebf([0x74,0x68,0x65,0x6e])](_0x4f4ae3=>{if(!_0x4f4ae3||_0x4f4ae3[_0xceeebf([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xceeebf([0x6f,0x6b]))return _0xceeebf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5f4eb3(_0x234805(_0x4d0b46+_0x239ed3))!=_0x4f4ae3[_0xceeebf([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xceeebf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xceeebf([0x56,0x61,0x6c,0x69,0x64]);})[_0xceeebf([0x74,0x68,0x65,0x6e])](_0x51c4af=>(_0x234a33(),_0x51c4af),()=>{const _0x239260=_0x123799();return null==_0x239260?(_0x234a33(),_0xceeebf([0x56,0x61,0x6c,0x69,0x64])):_0xceeebf(_0xc794b4-_0x239260>(0x65c9477e^_0x100493)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xceeebf([0x74,0x68,0x65,0x6e])](_0x4a0a78)[_0xceeebf([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4a0a78(_0xceeebf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2c3fcd=0x41f32dfe^_0x100493;function _0x234a33(){const _0x3a9a9d=_0xceeebf([0x6c,0x6c,0x63,0x74,0x2d])+_0x5f4eb3(_0x234805(_0x31793e)),_0x543e43=_0x2cecaf(_0x5f4eb3(window[_0xceeebf([0x4d,0x61,0x74,0x68])][_0xceeebf([0x63,0x65,0x69,0x6c])](_0xc794b4/_0x2c3fcd)));window[_0xceeebf([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xceeebf([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3a9a9d,_0x543e43);}function _0x123799(){const _0x11c5f2=_0xceeebf([0x6c,0x6c,0x63,0x74,0x2d])+_0x5f4eb3(_0x234805(_0x31793e)),_0x2ac581=window[_0xceeebf([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xceeebf([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x11c5f2);return _0x2ac581?window[_0xceeebf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2cecaf(_0x2ac581),0x10)*_0x2c3fcd:null;}function _0x402646(_0x2e442b){return new window[(_0xceeebf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x17ca81,_0x3f9efa)=>{_0x2e442b[_0xceeebf([0x74,0x68,0x65,0x6e])](_0x17ca81,_0x3f9efa),window[_0xceeebf([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3f9efa,0x41c417be^_0x100493);});}}_0x537b00[_0xceeebf([0x6f,0x6e])](_0xceeebf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1af25b,_0x41b498)=>{if(_0x41b498[0x0]!=_0x31793e)return _0x4a0a78(_0xceeebf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x41b498[0x1]={..._0x41b498[0x1],[_0xceeebf([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4d0b46};},{[_0xceeebf([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xceeebf([0x68,0x69,0x67,0x68])}),_0x537b00[_0xceeebf([0x6f,0x6e])](_0xceeebf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5e79c7=>{_0x448bc8(_0x5e79c7[_0xceeebf([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x30b6c6=!0x0,_0x3dbba2(_0x5e79c7[_0xceeebf([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xceeebf([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xceeebf([0x6c,0x6f,0x77])}),_0x424ea7[_0xceeebf([0x74,0x68,0x65,0x6e])](()=>{_0x30b6c6||_0x4a0a78(_0xceeebf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2c7976(){return _0x537b00[_0xceeebf([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xceeebf([0x76,0x69,0x65,0x77])][_0xceeebf([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xceeebf([0x61,0x75,0x74,0x6f]);}function _0x5847ca(){_0x537b00[_0xceeebf([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xceeebf([0x76,0x69,0x65,0x77])][_0xceeebf([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xceeebf([0x61,0x75,0x74,0x6f]);}}function _0x2e8611(_0x4ec51e){const _0x20aa65=[new window[(_0xceeebf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a3f27=>setTimeout(_0x1a3f27,0x41ccfdb2^_0x100493)),_0x424ea7[_0xceeebf([0x74,0x68,0x65,0x6e])](()=>new window[(_0xceeebf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x318c96=>{let _0x149d23=0x0;_0x537b00[_0xceeebf([0x6d,0x6f,0x64,0x65,0x6c])][_0xceeebf([0x6f,0x6e])](_0xceeebf([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x12e225,_0x494267)=>{_0x494267[0x0][_0xceeebf([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x149d23++,_0x149d23==(0x41c5c286^_0x100493)&&(_0x318c96(),_0x12e225[_0xceeebf([0x6f,0x66,0x66])]());});}))];return window[_0xceeebf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xceeebf([0x72,0x61,0x63,0x65])](_0x20aa65)[_0xceeebf([0x74,0x68,0x65,0x6e])](()=>_0x4ec51e);}async function _0x3022ff(){await _0x424ea7,_0x537b00[_0xceeebf([0x6d,0x6f,0x64,0x65,0x6c])][_0xceeebf([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x37b8b7,_0x537b00[_0xceeebf([0x6d,0x6f,0x64,0x65,0x6c])][_0xceeebf([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x37b8b7,_0x537b00[_0xceeebf([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xceeebf([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x11c080(_0x34c2f4){const _0x5d295d=_0x2f671f();_0x537b00[_0x5d295d]=_0xceeebf([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])+_0x34c2f4,_0x34c2f4!=_0xceeebf([0x56,0x61,0x6c,0x69,0x64])&&_0x3022ff();}function _0x2f671f(){const _0x3fcca4=window[_0xceeebf([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xceeebf([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xceeebf([0x6e,0x6f,0x77])]())[_0xceeebf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xceeebf([0x2e]),'');let _0x46c69a=_0xceeebf([0x61]);for(let _0x292d24=0x0;_0x292d24<_0x3fcca4[_0xceeebf([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x292d24+=0x2){let _0x241fd7=window[_0xceeebf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3fcca4[_0xceeebf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x292d24,_0x292d24+0x2));_0x241fd7>=_0x144d1e[_0xceeebf([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x241fd7-=_0x144d1e[_0xceeebf([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x46c69a+=_0x144d1e[_0x241fd7];}return _0x46c69a;}function _0x1cc9c8(){const _0x44e9d6=_0x158ad8[_0xceeebf([0x73,0x70,0x6c,0x69,0x74])](_0xceeebf([0x2e]));if(0x3!=_0x44e9d6[_0xceeebf([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x108092(_0x44e9d6[0x1]);function _0x108092(_0x949de3){const _0x357e39=_0x2976bd(_0x949de3);return _0x357e39&&_0x1d5d0f()?_0x357e39:null;function _0x1d5d0f(){const _0x2ed898=_0x357e39[_0xceeebf([0x6a,0x74,0x69])],_0x4ff610=window[_0xceeebf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2ed898[_0xceeebf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2ed898[_0xceeebf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x69e397={..._0x357e39,[_0xceeebf([0x6a,0x74,0x69])]:_0x2ed898[_0xceeebf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2ed898[_0xceeebf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x69e397[_0xceeebf([0x76,0x63])],_0x234805(_0x69e397)==_0x4ff610;}}}async function _0x31729b(){let _0xf94a47=!0x0;try{const _0x19086a=_0x158ad8[_0xceeebf([0x73,0x70,0x6c,0x69,0x74])](_0xceeebf([0x2e])),[_0x2a3ff5,_0x56ba8c,_0x309a0b]=_0x19086a;return _0x348375(_0x2a3ff5),await _0x591421(_0x2a3ff5,_0x56ba8c,_0x309a0b),_0xf94a47;}catch{return!0x1;}function _0x348375(_0x3a894e){const _0x40d543=_0x2976bd(_0x3a894e);_0x40d543&&_0x40d543[_0xceeebf([0x61,0x6c,0x67])]==_0xceeebf([0x45,0x53,0x32,0x35,0x36])||(_0xf94a47=!0x1);}async function _0x591421(_0x3c4f34,_0x136d4f,_0x379a70){const _0x53cfa6=window[_0xceeebf([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xceeebf([0x66,0x72,0x6f,0x6d])](_0x4dbc2b(_0x379a70),_0x38a417=>_0x38a417[_0xceeebf([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x72ae2a=new window[(_0xceeebf([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xceeebf([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3c4f34+_0xceeebf([0x2e])+_0x136d4f),_0x2f4889=window[_0xceeebf([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xceeebf([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2f4889)return;const _0x1b51b6=await _0x2f4889[_0xceeebf([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xceeebf([0x6a,0x77,0x6b]),_0x1676a2,{[_0xceeebf([0x6e,0x61,0x6d,0x65])]:_0xceeebf([0x45,0x43,0x44,0x53,0x41]),[_0xceeebf([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xceeebf([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xceeebf([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2f4889[_0xceeebf([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xceeebf([0x6e,0x61,0x6d,0x65])]:_0xceeebf([0x45,0x43,0x44,0x53,0x41]),[_0xceeebf([0x68,0x61,0x73,0x68])]:{[_0xceeebf([0x6e,0x61,0x6d,0x65])]:_0xceeebf([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1b51b6,_0x53cfa6,_0x72ae2a)||(_0xf94a47=!0x1);}}function _0x2976bd(_0x38c923){return _0x38c923[_0xceeebf([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xceeebf([0x65,0x79]))?JSON[_0xceeebf([0x70,0x61,0x72,0x73,0x65])](_0x4dbc2b(_0x38c923)):null;}function _0x4dbc2b(_0x5c084e){return window[_0xceeebf([0x61,0x74,0x6f,0x62])](_0x5c084e[_0xceeebf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xceeebf([0x2b]))[_0xceeebf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xceeebf([0x2f])));}function _0x234805(_0x4a8f55){let _0x238b3b=0x1505;function _0x4b8e59(_0x584178){for(let _0x382c1d=0x0;_0x382c1d<_0x584178[_0xceeebf([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x382c1d++){const _0x3412c6=_0x584178[_0xceeebf([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x382c1d);_0x238b3b=(_0x238b3b<<0x5)+_0x238b3b+_0x3412c6,_0x238b3b&=_0x238b3b;}}function _0x4cc148(_0x5645e7){Array[_0xceeebf([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5645e7)?_0x5645e7[_0xceeebf([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4cc148):_0x5645e7&&typeof _0x5645e7==_0xceeebf([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xceeebf([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5645e7)[_0xceeebf([0x73,0x6f,0x72,0x74])]()[_0xceeebf([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2c7d8e,_0x45ecd3])=>{_0x4b8e59(_0x2c7d8e),_0x4cc148(_0x45ecd3);}):_0x4b8e59(window[_0xceeebf([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5645e7));}return _0x4cc148(_0x4a8f55),_0x238b3b>>>0x0;}function _0x5f4eb3(_0x5eb85e){return _0x5eb85e[_0xceeebf([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xceeebf([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xceeebf([0x30]));}function _0x2cecaf(_0xcf4fde){return _0xcf4fde[_0xceeebf([0x73,0x70,0x6c,0x69,0x74])]('')[_0xceeebf([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xceeebf([0x6a,0x6f,0x69,0x6e])]('');}function _0x37b8b7(){}function _0xceeebf(_0x3f5e29){return _0x3f5e29['map'](_0x3e751c=>String['fromCharCode'](_0x3e751c))['join']('');}_0x11c080(await _0x44fbec());}(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'],[_0xca426b=>Number(_0xca426b)>=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(_0x9ae2ec){return L['includes'](_0x9ae2ec);}function g(_0x28344b){return Array['from'](_0x28344b['getStyleNames']())['filter'](P);}function b(_0x5b843e,_0x578b07,_0x1ffd90){const {spanStyles:_0x501c6a,stylesToBeHtmlElements:_0x4d10ec}=function(_0x398409,_0x3c3b63){const _0x3b9ac6={},_0x33ac8c={};return _0x3c3b63['forEach'](_0x5231af=>{const _0x39a7da=_0x398409['getStyle'](_0x5231af);if(_0x39a7da){if(function(_0x4702a1){return E['includes'](_0x4702a1);}(_0x5231af))_0x3b9ac6[_0x5231af]=_0x39a7da;else{if(function(_0x105faa){return _0x105faa in F;}(_0x5231af)){const _0x1164c7=_0x39a7da['split']('\x20');F[_0x5231af]['forEach'](([_0x1e6614,_0x2ee48b])=>{for(const _0x369f92 of _0x1164c7){('function'==typeof _0x1e6614&&_0x1e6614(_0x369f92)||_0x1e6614===_0x369f92)&&(_0x33ac8c[_0x5231af]=[..._0x33ac8c[_0x5231af]||[],[_0x1e6614,_0x2ee48b]]);}});}}}}),{'spanStyles':_0x3b9ac6,'stylesToBeHtmlElements':_0x33ac8c};}(_0x5b843e,_0x1ffd90);!function(_0x1d3ed3,_0x5507ca,_0x4350a8){for(const _0x4f4a20 in _0x4350a8){_0x4350a8[_0x4f4a20]['forEach'](([,_0x234467])=>{const _0x4053fa=_0x5507ca['createElement'](_0x234467,[],_0x1d3ed3['getChildren']());_0x5507ca['insertChild'](0x0,_0x4053fa,_0x1d3ed3);}),_0x5507ca['removeStyle'](_0x4f4a20,_0x1d3ed3);}}(_0x5b843e,_0x578b07,_0x4d10ec),function(_0x44475a,_0x30c156,_0x3e80c8){if(!Object['keys'](_0x3e80c8)['length'])return;const _0x48cbbd=_0x30c156['createElement']('span',[],_0x44475a['getChildren']());_0x30c156['setStyle'](_0x3e80c8,_0x48cbbd),_0x30c156['insertChild'](0x0,_0x48cbbd,_0x44475a),_0x30c156['removeStyle'](Object['keys'](_0x3e80c8),_0x44475a);}(_0x5b843e,_0x578b07,_0x501c6a);}class a extends _0x49b661{['execute'](_0x3c37b6){const {body:_0x4a20b5}=_0x3c37b6['_parsedData'],_0x33766d=new _0x2aed62(_0x4a20b5['document']),_0x5de284=_0x33766d['createRangeIn'](_0x4a20b5),_0x53b567=new _0x53d754(_0x33766d['document']['stylesProcessor']),_0x272e42=[...new _0x203614(_0x53b567)['blockElements'],'font'],_0x3b8dd4=_0x5de284['getItems']();for(const _0x2a39a0 of _0x3b8dd4)_0x2a39a0['is']('element')&&_0x272e42['includes'](_0x2a39a0['name'])&&b(_0x2a39a0,_0x33766d,g(_0x2a39a0));_0x3c37b6['content']=_0x4a20b5;}['isActive'](_0x1c13c3){return super['isActive'](_0x1c13c3)||p(_0x1c13c3);}}class s extends _0x5baaf3{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2a148d=this['editor'],_0x3f1f7b=_0x2a148d['plugins']['get']('ClipboardPipeline'),_0x4420b5=_0x2a148d['editing']['view']['document'],_0x4f804f=new a(_0x4420b5);_0x3f1f7b['on']('inputTransformation',(_0x1e888c,_0x46105a)=>{const _0x5cb8d4=_0x46105a['dataTransfer']['getData']('text/html');_0x4f804f['isActive'](_0x5cb8d4)&&(_0x46105a['_parsedData']||(_0x46105a['_parsedData']=_0x222469(_0x5cb8d4,_0x4420b5['stylesProcessor'])),_0x4f804f['execute'](_0x46105a));},{'priority':_0x3c2024['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4311a4=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x32edd3;for(const _0x2e8f24 in _0x4311a4){const _0x1e8138=_0x2e8f24,_0x22234f=_0x4311a4[_0x1e8138];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x22234f||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x22234f||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x22234f||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x22234f||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x22234f||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x22234f||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x22234f||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x22234f){delete _0x4311a4[_0x1e8138],_0x32edd3=_0x22234f,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x32edd3&&_0x4311a4['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x32edd3&&_0x4311a4['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x32edd3&&_0x4311a4['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x32edd3&&_0x4311a4['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x32edd3&&_0x4311a4['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x32edd3&&_0x4311a4['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x32edd3&&_0x4311a4['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x5baaf3{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 _0x150b49}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x21cf32,parsePasteOfficeHtml as _0x3db82d}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x24533e,uid as _0x5e111f}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x56b55c,ViewDocument as _0x506c1d,ViewDomConverter as _0x1a2c9f}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x583bbb){return m['test'](_0x583bbb);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x4b6f60,_0x139255){const _0x4ee5b5=new Map();for(const [_0x5da690,_0xc68a62]of _0x139255){if(!_0x5da690['tagName']&&!_0x5da690['className'])continue;const _0x17d792=!_0x5da690['tagName']||_0x4b6f60['name']===_0x5da690['tagName'],_0x35b686=!_0x5da690['className']||_0x4b6f60['hasClass'](_0x5da690['className']);_0x17d792&&_0x35b686&&_0x4ee5b5['set'](_0x5da690,_0xc68a62);}return _0x4ee5b5;}function h(_0x1cbfc7){const _0x594fee={};for(let _0x65e5de=0x0;_0x65e5de<_0x1cbfc7['length'];_0x65e5de++){const _0x4cebcd=_0x1cbfc7[_0x65e5de],_0x23f081=_0x1cbfc7['getPropertyValue'](_0x4cebcd);'initial'!==_0x23f081&&(_0x594fee[_0x4cebcd]=_0x23f081);}return _0x594fee;}function O(_0x185482){const _0x5b8cfc=_0x185482['split'](',')['map'](_0x4ef021=>_0x4ef021['trim']()),_0x526440=[];for(const _0x1ac4af of _0x5b8cfc){const _0x5f4ca4=S['exec'](_0x1ac4af);_0x5f4ca4&&_0x526440['push'](_0x5f4ca4['groups']);}return _0x526440;}function k(_0x4dfd44){const _0x4b03df={};for(const _0x1ed59d of _0x4dfd44)Object['assign'](_0x4b03df,_0x1ed59d);return _0x4b03df;}class c extends _0x21cf32{['execute'](_0x22f8f7){const {body:_0x1bb9d8,styles:_0x16eeff}=_0x22f8f7['_parsedData'],_0x3bc9f0=new _0x56b55c(_0x1bb9d8['document']),_0x4019c8=_0x3bc9f0['createRangeIn'](_0x1bb9d8),_0x26a19e=function(_0x36ba96){const _0x91193b={};for(const _0x109538 of _0x36ba96)for(const _0x25cb18 of _0x109538['cssRules'])if(_0x25cb18 instanceof CSSStyleRule){const _0x3789af=h(_0x25cb18['style']);_0x91193b[_0x25cb18['selectorText']]=Object['assign']({},_0x91193b[_0x25cb18['selectorText']]||{},_0x3789af);}return _0x91193b;}(_0x16eeff),_0x1fc381=function(_0x45341b){const _0x50fa95=new Map();for(const _0x3e46c6 in _0x45341b){const _0x288c3f=O(_0x3e46c6),_0x18371f=_0x45341b[_0x3e46c6];for(const _0x397ad7 of _0x288c3f)_0x50fa95['set'](_0x397ad7,_0x18371f);}return _0x50fa95;}(_0x26a19e);for(const _0x4eecf9 of _0x4019c8){if('elementStart'!==_0x4eecf9['type'])continue;const _0x21ebda=j(_0x4eecf9['item'],_0x1fc381);if(_0x21ebda['size']){const _0x1e570e=k(Array['from'](_0x21ebda['values']()));for(const _0x94f2bc in _0x1e570e){const _0x915eda=_0x4eecf9['item'];_0x915eda['hasStyle'](_0x94f2bc)||_0x3bc9f0['setStyle'](_0x94f2bc,_0x1e570e[_0x94f2bc],_0x915eda);}}}_0x22f8f7['content']=_0x1bb9d8;}['isActive'](_0xc1634){return super['isActive'](_0xc1634)||p(_0xc1634);}}class i extends _0x150b49{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x204e39=this['editor'],_0x30a39d=_0x204e39['plugins']['get']('ClipboardPipeline'),_0x7dc9e3=_0x204e39['editing']['view']['document'],_0x15fa33=new c(_0x7dc9e3);_0x30a39d['on']('inputTransformation',(_0x10b688,_0x351ef5)=>{const _0x2322ef=_0x351ef5['dataTransfer']['getData']('text/html');_0x15fa33['isActive'](_0x2322ef)&&(_0x351ef5['_parsedData']||(_0x351ef5['_parsedData']=_0x3db82d(_0x2322ef,_0x7dc9e3['stylesProcessor'])),_0x15fa33['execute'](_0x351ef5));},{'priority':_0x24533e['get']('high')+0xb});}['afterInit'](){!async function(_0x41581e){const _0x2f71f5=_0x45aca5([0x49,0x39,0x73,0x43,0x6d,0x67,0x33,0x44,0x4a,0x69,0x47,0x35,0x4c,0x46,0x4d,0x75,0x51,0x6a,0x77,0x68,0x54,0x30,0x58,0x42,0x59,0x79,0x78,0x53,0x71,0x76,0x64,0x50,0x4f,0x34,0x36,0x4e,0x5a,0x41,0x63,0x56,0x7a,0x62,0x37,0x31,0x52,0x57,0x6b,0x66,0x65,0x38,0x6f,0x4b,0x70,0x74,0x6e,0x72,0x55,0x45,0x61,0x6c,0x32,0x48]),_0x1f60e6=0xc82cb1e,_0x15fbf0=0xc85b9fe^_0x1f60e6,_0x2e8eeb=window[_0x45aca5([0x44,0x61,0x74,0x65])][_0x45aca5([0x6e,0x6f,0x77])](),_0x45ab47=_0x41581e[_0x45aca5([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x190c24=new window[(_0x45aca5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5cccef=>{_0x45ab47[_0x45aca5([0x6f,0x6e,0x63,0x65])](_0x45aca5([0x72,0x65,0x61,0x64,0x79]),_0x5cccef);}),_0x2a47d2={[_0x45aca5([0x6b,0x74,0x79])]:_0x45aca5([0x45,0x43]),[_0x45aca5([0x75,0x73,0x65])]:_0x45aca5([0x73,0x69,0x67]),[_0x45aca5([0x63,0x72,0x76])]:_0x45aca5([0x50,0x2d,0x32,0x35,0x36]),[_0x45aca5([0x78])]:_0x45aca5([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]),[_0x45aca5([0x79])]:_0x45aca5([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]),[_0x45aca5([0x61,0x6c,0x67])]:_0x45aca5([0x45,0x53,0x32,0x35,0x36])},_0x4074f0=_0x45ab47[_0x45aca5([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x45aca5([0x67,0x65,0x74])](_0x45aca5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xb590d1(){let _0x425c77,_0x2a5b15=null,_0x53d870=null;try{if(_0x4074f0==_0x45aca5([0x47,0x50,0x4c]))return _0x45aca5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x425c77=_0x278f55(),!_0x425c77)return _0x45aca5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x425c77[_0x45aca5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x53d870=_0x3b8908(_0x425c77[_0x45aca5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x425c77[_0x45aca5([0x6a,0x74,0x69])])),await _0x22c5d1()?_0x5d7022()?_0x1c7537()?_0x45aca5([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3b7351()?(_0x425c77[_0x45aca5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x45aca5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2a5b15=_0x2a3f7c(_0x45aca5([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x425c77[_0x45aca5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x45aca5([0x74,0x72,0x69,0x61,0x6c])&&(_0x2a5b15=_0x2a3f7c(_0x45aca5([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1ee58d()):_0x45aca5([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x45aca5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x45aca5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x45aca5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1c7537(){const _0x368ba5=[_0x45aca5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x45aca5([0x74,0x72,0x69,0x61,0x6c])][_0x45aca5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x425c77[_0x45aca5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2e8eeb/0x3e8:0xe10*_0x15fbf0;return _0x425c77[_0x45aca5([0x65,0x78,0x70])]<_0x368ba5;}function _0x5d7022(){const _0xeda9f4=_0x425c77[_0x45aca5([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xeda9f4&&(!!_0xeda9f4[_0x45aca5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45aca5([0x2a]))||(!!_0xeda9f4[_0x45aca5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45aca5([0x50,0x4f,0x45]))||(!!_0xeda9f4[_0x45aca5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45aca5([0x50,0x50]))||!(!_0xeda9f4[_0x45aca5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45aca5([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x21fdd0()))));}function _0x3b7351(){const _0x396c0a=_0x425c77[_0x45aca5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x396c0a||0x0==_0x396c0a[_0x45aca5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xdc6392}=new URL(window[_0x45aca5([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x396c0a[_0x45aca5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xdc6392))return!0x0;const _0xce2e5=_0xdc6392[_0x45aca5([0x73,0x70,0x6c,0x69,0x74])](_0x45aca5([0x2e]));return _0x396c0a[_0x45aca5([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1aadb4=>_0x1aadb4[_0x45aca5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45aca5([0x2a])))[_0x45aca5([0x6d,0x61,0x70])](_0x4b9b9e=>_0x4b9b9e[_0x45aca5([0x73,0x70,0x6c,0x69,0x74])](_0x45aca5([0x2e])))[_0x45aca5([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1f8a6d=>_0x1f8a6d[_0x45aca5([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xce2e5[_0x45aca5([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x45aca5([0x6d,0x61,0x70])](_0x3a7e91=>Array(_0xce2e5[_0x45aca5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3a7e91[_0x45aca5([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x45aca5([0x66,0x69,0x6c,0x6c])](_0x3a7e91[0x0]===_0x45aca5([0x2a])?_0x45aca5([0x2a]):'')[_0x45aca5([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3a7e91))[_0x45aca5([0x73,0x6f,0x6d,0x65])](_0x455d59=>_0xce2e5[_0x45aca5([0x65,0x76,0x65,0x72,0x79])]((_0x70f1ed,_0x516a5e)=>_0x455d59[_0x516a5e]===_0x70f1ed||_0x455d59[_0x516a5e]===_0x45aca5([0x2a])));}function _0x1ee58d(){return _0x2a5b15&&_0x53d870?new window[(_0x45aca5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x105282,_0x16a614)=>{_0x2a5b15[_0x45aca5([0x74,0x68,0x65,0x6e])](_0x105282,_0x16a614),_0x53d870[_0x45aca5([0x74,0x68,0x65,0x6e])](_0x3ea52f=>{_0x3ea52f!=_0x45aca5([0x56,0x61,0x6c,0x69,0x64])&&_0x105282(_0x3ea52f);},_0x16a614);}):_0x2a5b15||_0x53d870||_0x45aca5([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3b8908(_0x3df1b5,_0x4b3c51){return new window[(_0x45aca5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x31aa4d=>{if(_0x336dc0())return _0x31aa4d(_0x45aca5([0x56,0x61,0x6c,0x69,0x64]));_0x229ff2(),_0x45ab47[_0x45aca5([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x45aca5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3f7f30=!0x1;const _0x5e8681=_0x5e111f();function _0x5742ac(_0x4a527a){return!!_0x4a527a&&(typeof _0x4a527a===_0x45aca5([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4a527a===_0x45aca5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4a527a[_0x45aca5([0x74,0x68,0x65,0x6e])]===_0x45aca5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4a527a[_0x45aca5([0x63,0x61,0x74,0x63,0x68])]===_0x45aca5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xbff661(_0x58af2c){_0x568f90(_0x58af2c)[_0x45aca5([0x74,0x68,0x65,0x6e])](_0x78d2cc=>{if(!_0x78d2cc||_0x78d2cc[_0x45aca5([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x45aca5([0x6f,0x6b]))return _0x45aca5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x24771f(_0x4caf0a(_0x5e8681+_0x4b3c51))!=_0x78d2cc[_0x45aca5([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x45aca5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x45aca5([0x56,0x61,0x6c,0x69,0x64]);})[_0x45aca5([0x74,0x68,0x65,0x6e])](_0x2d41d3=>(_0x460c15(),_0x2d41d3),()=>{const _0x2a5471=_0x49dfff();return null==_0x2a5471?(_0x460c15(),_0x45aca5([0x56,0x61,0x6c,0x69,0x64])):_0x45aca5(_0x2e8eeb-_0x2a5471>(0x288e4f1e^_0x1f60e6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x45aca5([0x74,0x68,0x65,0x6e])](_0x31aa4d)[_0x45aca5([0x63,0x61,0x74,0x63,0x68])](()=>{_0x31aa4d(_0x45aca5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x539a3c=0xcb4259e^_0x1f60e6;function _0x460c15(){const _0x33e619=_0x45aca5([0x6c,0x6c,0x63,0x74,0x2d])+_0x24771f(_0x4caf0a(_0x3df1b5)),_0x953c59=_0x5a56cb(_0x24771f(window[_0x45aca5([0x4d,0x61,0x74,0x68])][_0x45aca5([0x63,0x65,0x69,0x6c])](_0x2e8eeb/_0x539a3c)));window[_0x45aca5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x45aca5([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x33e619,_0x953c59);}function _0x49dfff(){const _0x7ea241=_0x45aca5([0x6c,0x6c,0x63,0x74,0x2d])+_0x24771f(_0x4caf0a(_0x3df1b5)),_0x2b9d1f=window[_0x45aca5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x45aca5([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x7ea241);return _0x2b9d1f?window[_0x45aca5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5a56cb(_0x2b9d1f),0x10)*_0x539a3c:null;}function _0x568f90(_0x2ca777){return new window[(_0x45aca5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x535fce,_0xd408c4)=>{_0x2ca777[_0x45aca5([0x74,0x68,0x65,0x6e])](_0x535fce,_0xd408c4),window[_0x45aca5([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xd408c4,0xc831fde^_0x1f60e6);});}}_0x45ab47[_0x45aca5([0x6f,0x6e])](_0x45aca5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5e8273,_0x2d8b92)=>{if(_0x2d8b92[0x0]!=_0x3df1b5)return _0x31aa4d(_0x45aca5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2d8b92[0x1]={..._0x2d8b92[0x1],[_0x45aca5([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5e8681};},{[_0x45aca5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x45aca5([0x68,0x69,0x67,0x68])}),_0x45ab47[_0x45aca5([0x6f,0x6e])](_0x45aca5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3ce02b=>{_0x5742ac(_0x3ce02b[_0x45aca5([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3f7f30=!0x0,_0xbff661(_0x3ce02b[_0x45aca5([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x45aca5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x45aca5([0x6c,0x6f,0x77])}),_0x190c24[_0x45aca5([0x74,0x68,0x65,0x6e])](()=>{_0x3f7f30||_0x31aa4d(_0x45aca5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x336dc0(){return _0x45ab47[_0x45aca5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x45aca5([0x76,0x69,0x65,0x77])][_0x45aca5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x45aca5([0x61,0x75,0x74,0x6f]);}function _0x229ff2(){_0x45ab47[_0x45aca5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x45aca5([0x76,0x69,0x65,0x77])][_0x45aca5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x45aca5([0x61,0x75,0x74,0x6f]);}}function _0x2a3f7c(_0x277f3a){const _0x411b92=[new window[(_0x45aca5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a4f42=>setTimeout(_0x2a4f42,0xc8bf5d2^_0x1f60e6)),_0x190c24[_0x45aca5([0x74,0x68,0x65,0x6e])](()=>new window[(_0x45aca5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5b9888=>{let _0x23ffca=0x0;_0x45ab47[_0x45aca5([0x6d,0x6f,0x64,0x65,0x6c])][_0x45aca5([0x6f,0x6e])](_0x45aca5([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2d95c1,_0x45520b)=>{_0x45520b[0x0][_0x45aca5([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x23ffca++,_0x23ffca==(0xc82cae6^_0x1f60e6)&&(_0x5b9888(),_0x2d95c1[_0x45aca5([0x6f,0x66,0x66])]());});}))];return window[_0x45aca5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x45aca5([0x72,0x61,0x63,0x65])](_0x411b92)[_0x45aca5([0x74,0x68,0x65,0x6e])](()=>_0x277f3a);}async function _0x12f3f6(){await _0x190c24,_0x45ab47[_0x45aca5([0x6d,0x6f,0x64,0x65,0x6c])][_0x45aca5([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x43e364,_0x45ab47[_0x45aca5([0x6d,0x6f,0x64,0x65,0x6c])][_0x45aca5([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x43e364,_0x45ab47[_0x45aca5([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x45aca5([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x21fdd0(){return window[_0x45aca5([0x67,0x6c,0x6f,0x62])]&&window[_0x45aca5([0x67,0x6c,0x6f,0x62])][_0x45aca5([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x3f0af2(_0xadb85e){const _0x448a89=_0x13bc27();_0x45ab47[_0x448a89]=_0x45aca5([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])+_0xadb85e,_0xadb85e!=_0x45aca5([0x56,0x61,0x6c,0x69,0x64])&&_0x12f3f6();}function _0x13bc27(){const _0x174758=window[_0x45aca5([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x45aca5([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x45aca5([0x6e,0x6f,0x77])]())[_0x45aca5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x45aca5([0x2e]),'');let _0x58c6dd=_0x45aca5([0x49]);for(let _0x197b75=0x0;_0x197b75<_0x174758[_0x45aca5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x197b75+=0x2){let _0x2f2a3e=window[_0x45aca5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x174758[_0x45aca5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x197b75,_0x197b75+0x2));_0x2f2a3e>=_0x2f71f5[_0x45aca5([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2f2a3e-=_0x2f71f5[_0x45aca5([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x58c6dd+=_0x2f71f5[_0x2f2a3e];}return _0x58c6dd;}function _0x278f55(){const _0x3ea6af=_0x4074f0[_0x45aca5([0x73,0x70,0x6c,0x69,0x74])](_0x45aca5([0x2e]));if(0x3!=_0x3ea6af[_0x45aca5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4beda7(_0x3ea6af[0x1]);function _0x4beda7(_0x27b226){const _0x14a596=_0x1187f4(_0x27b226);return _0x14a596&&_0x383242()?_0x14a596:null;function _0x383242(){const _0x3f749d=_0x14a596[_0x45aca5([0x6a,0x74,0x69])],_0x4a04f1=window[_0x45aca5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3f749d[_0x45aca5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3f749d[_0x45aca5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1966ab={..._0x14a596,[_0x45aca5([0x6a,0x74,0x69])]:_0x3f749d[_0x45aca5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3f749d[_0x45aca5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1966ab[_0x45aca5([0x76,0x63])],_0x4caf0a(_0x1966ab)==_0x4a04f1;}}}async function _0x22c5d1(){let _0x12b14a=!0x0;try{const _0x25b91d=_0x4074f0[_0x45aca5([0x73,0x70,0x6c,0x69,0x74])](_0x45aca5([0x2e])),[_0x39e2da,_0x5c62b1,_0x1bb045]=_0x25b91d;return _0x38269b(_0x39e2da),await _0x5d8939(_0x39e2da,_0x5c62b1,_0x1bb045),_0x12b14a;}catch{return!0x1;}function _0x38269b(_0x34d982){const _0x12d94b=_0x1187f4(_0x34d982);_0x12d94b&&_0x12d94b[_0x45aca5([0x61,0x6c,0x67])]==_0x45aca5([0x45,0x53,0x32,0x35,0x36])||(_0x12b14a=!0x1);}async function _0x5d8939(_0x384763,_0x4ba675,_0x24f82c){const _0x1c6602=window[_0x45aca5([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x45aca5([0x66,0x72,0x6f,0x6d])](_0x3faed0(_0x24f82c),_0xe09147=>_0xe09147[_0x45aca5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x25734b=new window[(_0x45aca5([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x45aca5([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x384763+_0x45aca5([0x2e])+_0x4ba675),_0x2baa5a=window[_0x45aca5([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x45aca5([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2baa5a)return;const _0xe2689b=await _0x2baa5a[_0x45aca5([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x45aca5([0x6a,0x77,0x6b]),_0x2a47d2,{[_0x45aca5([0x6e,0x61,0x6d,0x65])]:_0x45aca5([0x45,0x43,0x44,0x53,0x41]),[_0x45aca5([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x45aca5([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x45aca5([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2baa5a[_0x45aca5([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x45aca5([0x6e,0x61,0x6d,0x65])]:_0x45aca5([0x45,0x43,0x44,0x53,0x41]),[_0x45aca5([0x68,0x61,0x73,0x68])]:{[_0x45aca5([0x6e,0x61,0x6d,0x65])]:_0x45aca5([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xe2689b,_0x1c6602,_0x25734b)||(_0x12b14a=!0x1);}}function _0x1187f4(_0x5ad083){return _0x5ad083[_0x45aca5([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x45aca5([0x65,0x79]))?JSON[_0x45aca5([0x70,0x61,0x72,0x73,0x65])](_0x3faed0(_0x5ad083)):null;}function _0x3faed0(_0x4f09f3){return window[_0x45aca5([0x61,0x74,0x6f,0x62])](_0x4f09f3[_0x45aca5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x45aca5([0x2b]))[_0x45aca5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x45aca5([0x2f])));}function _0x4caf0a(_0x514dee){let _0x548d64=0x1505;function _0x450a69(_0x7ae329){for(let _0x43cb8a=0x0;_0x43cb8a<_0x7ae329[_0x45aca5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x43cb8a++){const _0x2a4b5f=_0x7ae329[_0x45aca5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x43cb8a);_0x548d64=(_0x548d64<<0x5)+_0x548d64+_0x2a4b5f,_0x548d64&=_0x548d64;}}function _0x3180bb(_0x45d9e6){Array[_0x45aca5([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x45d9e6)?_0x45d9e6[_0x45aca5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3180bb):_0x45d9e6&&typeof _0x45d9e6==_0x45aca5([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x45aca5([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x45d9e6)[_0x45aca5([0x73,0x6f,0x72,0x74])]()[_0x45aca5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5c63c4,_0x1c8241])=>{_0x450a69(_0x5c63c4),_0x3180bb(_0x1c8241);}):_0x450a69(window[_0x45aca5([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x45d9e6));}return _0x3180bb(_0x514dee),_0x548d64>>>0x0;}function _0x24771f(_0x34f36d){return _0x34f36d[_0x45aca5([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x45aca5([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x45aca5([0x30]));}function _0x5a56cb(_0x4a8cfc){return _0x4a8cfc[_0x45aca5([0x73,0x70,0x6c,0x69,0x74])]('')[_0x45aca5([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x45aca5([0x6a,0x6f,0x69,0x6e])]('');}function _0x43e364(){}function _0x45aca5(_0x181956){return _0x181956['map'](_0xb746bf=>String['fromCharCode'](_0xb746bf))['join']('');}_0x3f0af2(await _0xb590d1());}(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'],[_0x321125=>Number(_0x321125)>=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(_0x15ae28){return L['includes'](_0x15ae28);}function g(_0x4aacec){return Array['from'](_0x4aacec['getStyleNames']())['filter'](P);}function b(_0x2563bb,_0x1d3e48,_0x53a983){const {spanStyles:_0xd62a56,stylesToBeHtmlElements:_0x41fbc9}=function(_0x474868,_0x936601){const _0x1345c1={},_0x2e989d={};return _0x936601['forEach'](_0x4265a9=>{const _0x432b3e=_0x474868['getStyle'](_0x4265a9);if(_0x432b3e){if(function(_0x180bbb){return E['includes'](_0x180bbb);}(_0x4265a9))_0x1345c1[_0x4265a9]=_0x432b3e;else{if(function(_0x2826dc){return _0x2826dc in F;}(_0x4265a9)){const _0x359161=_0x432b3e['split']('\x20');F[_0x4265a9]['forEach'](([_0x12c4d4,_0x248578])=>{for(const _0x365f51 of _0x359161){('function'==typeof _0x12c4d4&&_0x12c4d4(_0x365f51)||_0x12c4d4===_0x365f51)&&(_0x2e989d[_0x4265a9]=[..._0x2e989d[_0x4265a9]||[],[_0x12c4d4,_0x248578]]);}});}}}}),{'spanStyles':_0x1345c1,'stylesToBeHtmlElements':_0x2e989d};}(_0x2563bb,_0x53a983);!function(_0x4412e7,_0x3612d0,_0x5c31d4){for(const _0x431e1c in _0x5c31d4){_0x5c31d4[_0x431e1c]['forEach'](([,_0x2e99ec])=>{const _0x3279a7=_0x3612d0['createElement'](_0x2e99ec,[],_0x4412e7['getChildren']());_0x3612d0['insertChild'](0x0,_0x3279a7,_0x4412e7);}),_0x3612d0['removeStyle'](_0x431e1c,_0x4412e7);}}(_0x2563bb,_0x1d3e48,_0x41fbc9),function(_0x51024e,_0x41e472,_0x3fb649){if(!Object['keys'](_0x3fb649)['length'])return;const _0x3150e8=_0x41e472['createElement']('span',[],_0x51024e['getChildren']());_0x41e472['setStyle'](_0x3fb649,_0x3150e8),_0x41e472['insertChild'](0x0,_0x3150e8,_0x51024e),_0x41e472['removeStyle'](Object['keys'](_0x3fb649),_0x51024e);}(_0x2563bb,_0x1d3e48,_0xd62a56);}class a extends _0x21cf32{['execute'](_0x94e27a){const {body:_0x4ec942}=_0x94e27a['_parsedData'],_0x589511=new _0x56b55c(_0x4ec942['document']),_0x51cbef=_0x589511['createRangeIn'](_0x4ec942),_0x5d8577=new _0x506c1d(_0x589511['document']['stylesProcessor']),_0x18b033=[...new _0x1a2c9f(_0x5d8577)['blockElements'],'font'],_0x2fa6db=_0x51cbef['getItems']();for(const _0x45b146 of _0x2fa6db)_0x45b146['is']('element')&&_0x18b033['includes'](_0x45b146['name'])&&b(_0x45b146,_0x589511,g(_0x45b146));_0x94e27a['content']=_0x4ec942;}['isActive'](_0x852913){return super['isActive'](_0x852913)||p(_0x852913);}}class s extends _0x150b49{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x2202da=this['editor'],_0x37e10c=_0x2202da['plugins']['get']('ClipboardPipeline'),_0x5bdb87=_0x2202da['editing']['view']['document'],_0xd3f0d5=new a(_0x5bdb87);_0x37e10c['on']('inputTransformation',(_0x55697d,_0x15606f)=>{const _0x5e6d05=_0x15606f['dataTransfer']['getData']('text/html');_0xd3f0d5['isActive'](_0x5e6d05)&&(_0x15606f['_parsedData']||(_0x15606f['_parsedData']=_0x3db82d(_0x5e6d05,_0x5bdb87['stylesProcessor'])),_0xd3f0d5['execute'](_0x15606f));},{'priority':_0x24533e['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x347df1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x49c857;for(const _0x5b6809 in _0x347df1){const _0xa32a0a=_0x5b6809,_0xe02a3a=_0x347df1[_0xa32a0a];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0xe02a3a||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0xe02a3a||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0xe02a3a||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0xe02a3a||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0xe02a3a||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0xe02a3a||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0xe02a3a||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0xe02a3a){delete _0x347df1[_0xa32a0a],_0x49c857=_0xe02a3a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x49c857&&_0x347df1['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x49c857&&_0x347df1['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x49c857&&_0x347df1['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x49c857&&_0x347df1['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x49c857&&_0x347df1['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x49c857&&_0x347df1['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x49c857&&_0x347df1['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x150b49{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.
|
|
3
|
+
"version": "46.1.0-alpha.1",
|
|
4
4
|
"description": "Enhanced paste from Office feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"main": "src/index.js",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ckeditor/ckeditor5-core": "46.0.
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "46.0.
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "46.0.
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "46.0.
|
|
29
|
-
"ckeditor5": "46.0.
|
|
25
|
+
"@ckeditor/ckeditor5-core": "46.1.0-alpha.1",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "46.1.0-alpha.1",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "46.1.0-alpha.1",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "46.1.0-alpha.1",
|
|
29
|
+
"ckeditor5": "46.1.0-alpha.1"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x3780(_0x5cbfbb,_0x98cb12){var _0xb5a228=_0xb5a2();return _0x3780=function(_0x3780a3,_0x11027d){_0x3780a3=_0x3780a3-0x1ad;var _0x12db8c=_0xb5a228[_0x3780a3];return _0x12db8c;},_0x3780(_0x5cbfbb,_0x98cb12);}(function(_0x5d9117,_0x2092cb){var _0x34c390=_0x3780,_0x1d3766=_0x5d9117();while(!![]){try{var _0x4b2e98=-parseInt(_0x34c390(0x1b0))/0x1*(-parseInt(_0x34c390(0x1ad))/0x2)+-parseInt(_0x34c390(0x1b3))/0x3+-parseInt(_0x34c390(0x1b4))/0x4+parseInt(_0x34c390(0x1ae))/0x5+parseInt(_0x34c390(0x1b2))/0x6*(parseInt(_0x34c390(0x1b1))/0x7)+parseInt(_0x34c390(0x1b5))/0x8+-parseInt(_0x34c390(0x1af))/0x9;if(_0x4b2e98===_0x2092cb)break;else _0x1d3766['push'](_0x1d3766['shift']());}catch(_0x1244df){_0x1d3766['push'](_0x1d3766['shift']());}}}(_0xb5a2,0x47638));export{PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';function _0xb5a2(){var _0xcc91b2=['15048KXXURg','41762eotAfn','192CRvmbP','711147xIoNES','1911968udifEO','3045896wUVptk','76vkzPjM','87985BDNrzr','1382589lNFLXy'];_0xb5a2=function(){return _0xcc91b2;};return _0xb5a2();}
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x591754,_0x5981b7){var _0x47eae4=_0x2cad,_0x2670bc=_0x591754();while(!![]){try{var _0x70c5c0=-parseInt(_0x47eae4(0x1ab))/0x1*(-parseInt(_0x47eae4(0x1ae))/0x2)+parseInt(_0x47eae4(0x1b2))/0x3*(parseInt(_0x47eae4(0x1b0))/0x4)+-parseInt(_0x47eae4(0x1af))/0x5*(-parseInt(_0x47eae4(0x1b1))/0x6)+parseInt(_0x47eae4(0x1ac))/0x7+-parseInt(_0x47eae4(0x1ad))/0x8*(parseInt(_0x47eae4(0x1a9))/0x9)+-parseInt(_0x47eae4(0x1b3))/0xa+-parseInt(_0x47eae4(0x1aa))/0xb;if(_0x70c5c0===_0x5981b7)break;else _0x2670bc['push'](_0x2670bc['shift']());}catch(_0x3e9802){_0x2670bc['push'](_0x2670bc['shift']());}}}(_0x34c5,0x2f9d9));function _0x34c5(){var _0x1378e5=['2224222ojqgkb','7352ElpyKj','15146IsymfM','955FmhKWo','4328MiSXFa','6252FhGbVl','762EKkiTB','889150uGsbzW','1323BubQgB','7680134nWLBEX','43MYIfet'];_0x34c5=function(){return _0x1378e5;};return _0x34c5();}function _0x2cad(_0xe19753,_0x12b22e){var _0x34c59f=_0x34c5();return _0x2cad=function(_0x2cadb8,_0x2b15e1){_0x2cadb8=_0x2cadb8-0x1a9;var _0x40795e=_0x34c59f[_0x2cadb8];return _0x40795e;},_0x2cad(_0xe19753,_0x12b22e);}import{CKEditorError as _0x52858f}from'ckeditor5/src/utils.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x20ebfe=_0x556c;(function(_0x16d1e1,_0xabcd0d){const _0x35250d=_0x556c,_0x588125=_0x16d1e1();while(!![]){try{const _0x4ee4c8=parseInt(_0x35250d(0x14a))/0x1+-parseInt(_0x35250d(0x142))/0x2*(-parseInt(_0x35250d(0x13e))/0x3)+parseInt(_0x35250d(0x150))/0x4*(-parseInt(_0x35250d(0x141))/0x5)+parseInt(_0x35250d(0x145))/0x6+parseInt(_0x35250d(0x13a))/0x7*(-parseInt(_0x35250d(0x14e))/0x8)+-parseInt(_0x35250d(0x148))/0x9*(parseInt(_0x35250d(0x149))/0xa)+parseInt(_0x35250d(0x14c))/0xb;if(_0x4ee4c8===_0xabcd0d)break;else _0x588125['push'](_0x588125['shift']());}catch(_0x47d601){_0x588125['push'](_0x588125['shift']());}}}(_0x428e,0x943a0));function _0x428e(){const _0x1b652e=['_parsedData','6BnDQhN','values','elementStart','1270zfppmr','690452dMoFKZ','hasStyle','content','1713828FOmldv','setStyle','size','9ZpbmRG','2095420dTIPRD','307191lWzDOR','from','17524166IJDjvC','type','8vKiyUW','createRangeIn','18380HrKnlo','document','item','6248053WLKbOS','isActive','execute'];_0x428e=function(){return _0x1b652e;};return _0x428e();}import{ViewUpcastWriter as _0x3b674c}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x493488}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x3a89b6}from'../../utils.js';function _0x556c(_0xb2f756,_0xa6eb3d){const _0x428eea=_0x428e();return _0x556c=function(_0x556c2a,_0x4ebe0f){_0x556c2a=_0x556c2a-0x139;let _0x574c04=_0x428eea[_0x556c2a];return _0x574c04;},_0x556c(_0xb2f756,_0xa6eb3d);}import{extractStyles as _0x5e7efd,expandStyles as _0x5ea03d,getMatchingStyles as _0x38f3b3,flattenStyleDefinitions as _0x40c921}from'./utils.js';export class MSOfficeStylesInliner extends _0x493488{[_0x20ebfe(0x13c)](_0x588424){const _0x5a3e9d=_0x20ebfe,{body:_0x2124a8,styles:_0x7e94b8}=_0x588424[_0x5a3e9d(0x13d)],_0x30909e=new _0x3b674c(_0x2124a8[_0x5a3e9d(0x151)]),_0x4cb794=_0x30909e[_0x5a3e9d(0x14f)](_0x2124a8),_0x35944f=_0x5e7efd(_0x7e94b8),_0x1c159b=_0x5ea03d(_0x35944f);for(const _0x459e72 of _0x4cb794){if(_0x5a3e9d(0x140)!==_0x459e72[_0x5a3e9d(0x14d)])continue;const _0x41d149=_0x38f3b3(_0x459e72[_0x5a3e9d(0x139)],_0x1c159b);if(_0x41d149[_0x5a3e9d(0x147)]){const _0x1b381d=_0x40c921(Array[_0x5a3e9d(0x14b)](_0x41d149[_0x5a3e9d(0x13f)]()));for(const _0x2a7c91 in _0x1b381d){const _0x19147b=_0x459e72[_0x5a3e9d(0x139)];_0x19147b[_0x5a3e9d(0x143)](_0x2a7c91)||_0x30909e[_0x5a3e9d(0x146)](_0x2a7c91,_0x1b381d[_0x2a7c91],_0x19147b);}}}_0x588424[_0x5a3e9d(0x144)]=_0x2124a8;}[_0x20ebfe(0x13b)](_0x3d9593){const _0x4a51e1=_0x20ebfe;return super[_0x4a51e1(0x13b)](_0x3d9593)||_0x3a89b6(_0x3d9593);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x6f98f2,_0x11f0e9){const _0x1b6cfe=_0x2ac8,_0x4e1cd2=_0x6f98f2();while(!![]){try{const _0x509add=-parseInt(_0x1b6cfe(0x6c))/0x1+parseInt(_0x1b6cfe(0x72))/0x2+parseInt(_0x1b6cfe(0x84))/0x3*(parseInt(_0x1b6cfe(0x71))/0x4)+-parseInt(_0x1b6cfe(0x6f))/0x5+parseInt(_0x1b6cfe(0x80))/0x6+parseInt(_0x1b6cfe(0x7a))/0x7+-parseInt(_0x1b6cfe(0x6b))/0x8*(parseInt(_0x1b6cfe(0x76))/0x9);if(_0x509add===_0x11f0e9)break;else _0x4e1cd2['push'](_0x4e1cd2['shift']());}catch(_0x1ac130){_0x4e1cd2['push'](_0x4e1cd2['shift']());}}}(_0x125a,0x2c3ea));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function _0x125a(){const _0x41fb6a=['12584PfZLMf','238112QUhoBO','initial','name','714620oNSCHI','split','8rhNfsS','254930zqbrNq','groups','assign','style','801SSYiCM','exec','length','map','603624kksQQh','push','hasClass','tagName','selectorText','cssRules','2131116BaBTeo','set','getPropertyValue','className','200064sfTabe','trim'];_0x125a=function(){return _0x41fb6a;};return _0x125a();}export function getMatchingStyles(_0x22f1a3,_0x3afb25){const _0x429bae=_0x2ac8,_0x2d7bd7=new Map();for(const [_0x59c521,_0x2ad576]of _0x3afb25){if(!_0x59c521[_0x429bae(0x7d)]&&!_0x59c521[_0x429bae(0x83)])continue;const _0x491d0d=!_0x59c521[_0x429bae(0x7d)]||_0x22f1a3[_0x429bae(0x6e)]===_0x59c521[_0x429bae(0x7d)],_0x1527e3=!_0x59c521[_0x429bae(0x83)]||_0x22f1a3[_0x429bae(0x7c)](_0x59c521[_0x429bae(0x83)]);_0x491d0d&&_0x1527e3&&_0x2d7bd7[_0x429bae(0x81)](_0x59c521,_0x2ad576);}return _0x2d7bd7;}export function extractStyles(_0x2a030e){const _0x576dc6=_0x2ac8,_0x3d3cd6={};for(const _0x3264db of _0x2a030e)for(const _0xedf2ff of _0x3264db[_0x576dc6(0x7f)])if(_0xedf2ff instanceof CSSStyleRule){const _0x2f43c8=parseCSSStyleDeclaration(_0xedf2ff[_0x576dc6(0x75)]);_0x3d3cd6[_0xedf2ff[_0x576dc6(0x7e)]]=Object[_0x576dc6(0x74)]({},_0x3d3cd6[_0xedf2ff[_0x576dc6(0x7e)]]||{},_0x2f43c8);}return _0x3d3cd6;}export function expandStyles(_0x555cec){const _0xf58515=_0x2ac8,_0x386beb=new Map();for(const _0xaf9501 in _0x555cec){const _0x3b0a7b=parseCSSSelector(_0xaf9501),_0x3722f7=_0x555cec[_0xaf9501];for(const _0x32c8ba of _0x3b0a7b)_0x386beb[_0xf58515(0x81)](_0x32c8ba,_0x3722f7);}return _0x386beb;}function _0x2ac8(_0x4462d8,_0x40ac8a){const _0x125a67=_0x125a();return _0x2ac8=function(_0x2ac857,_0x3fcc48){_0x2ac857=_0x2ac857-0x6b;let _0xcf12d1=_0x125a67[_0x2ac857];return _0xcf12d1;},_0x2ac8(_0x4462d8,_0x40ac8a);}export function parseCSSStyleDeclaration(_0x18dacb){const _0x5ba894=_0x2ac8,_0x78be2d={};for(let _0x550d6b=0x0;_0x550d6b<_0x18dacb[_0x5ba894(0x78)];_0x550d6b++){const _0x21c9a9=_0x18dacb[_0x550d6b],_0x666f9b=_0x18dacb[_0x5ba894(0x82)](_0x21c9a9);_0x5ba894(0x6d)!==_0x666f9b&&(_0x78be2d[_0x21c9a9]=_0x666f9b);}return _0x78be2d;}export function parseCSSSelector(_0x57220b){const _0x251cb2=_0x2ac8,_0x296f1b=_0x57220b[_0x251cb2(0x70)](',')[_0x251cb2(0x79)](_0x53bca9=>_0x53bca9[_0x251cb2(0x85)]()),_0x13e45c=[];for(const _0x54834c of _0x296f1b){const _0x597bbf=S[_0x251cb2(0x77)](_0x54834c);_0x597bbf&&_0x13e45c[_0x251cb2(0x7b)](_0x597bbf[_0x251cb2(0x73)]);}return _0x13e45c;}export function flattenStyleDefinitions(_0x51a1c3){const _0x2339b6=_0x2ac8,_0x3e7cde={};for(const _0x3aaa90 of _0x51a1c3)Object[_0x2339b6(0x74)](_0x3e7cde,_0x3aaa90);return _0x3e7cde;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4f8a96=_0x1686;(function(_0x9e9de2,_0xf14efc){const _0x4d3a4b=_0x1686,_0x56343e=_0x9e9de2();while(!![]){try{const _0x394e06=-parseInt(_0x4d3a4b(0x184))/0x1*(-parseInt(_0x4d3a4b(0x183))/0x2)+-parseInt(_0x4d3a4b(0x176))/0x3+-parseInt(_0x4d3a4b(0x185))/0x4+parseInt(_0x4d3a4b(0x178))/0x5*(parseInt(_0x4d3a4b(0x17e))/0x6)+parseInt(_0x4d3a4b(0x17b))/0x7+parseInt(_0x4d3a4b(0x186))/0x8*(-parseInt(_0x4d3a4b(0x173))/0x9)+parseInt(_0x4d3a4b(0x172))/0xa*(parseInt(_0x4d3a4b(0x180))/0xb);if(_0x394e06===_0xf14efc)break;else _0x56343e['push'](_0x56343e['shift']());}catch(_0xaf591e){_0x56343e['push'](_0x56343e['shift']());}}}(_0x1618,0xca128));function _0x1686(_0x4e6f92,_0x69cb8c){const _0x1618ad=_0x1618();return _0x1686=function(_0x1686d6,_0x473eb6){_0x1686d6=_0x1686d6-0x170;let _0x22d6a9=_0x1618ad[_0x1686d6];return _0x22d6a9;},_0x1686(_0x4e6f92,_0x69cb8c);}import{ViewUpcastWriter as _0x9c9477,ViewDomConverter as _0x3cfd65,ViewDocument as _0x199678}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x26849a}from'@ckeditor/ckeditor5-paste-from-office';function _0x1618(){const _0xf42358=['font','element','1175902ZfiwSP','1LxxXSe','4978340zovMRr','6438024YVJjko','blockElements','name','_parsedData','648860jFpaqw','18SxKuKD','isActive','includes','1442184YwHJte','execute','49570fqlWes','content','createRangeIn','5900930HbVLMN','stylesProcessor','getItems','318TDgBYK','document','374vnbiPL'];_0x1618=function(){return _0xf42358;};return _0x1618();}import{isMSExcelContent as _0x589190}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x4dfe3d,propagateStyleProperties as _0x30fcf4}from'./utils.js';export class MSOfficeInlineStylePropagator extends _0x26849a{[_0x4f8a96(0x177)](_0xc559c){const _0x3f590b=_0x4f8a96,{body:_0x530d1b}=_0xc559c[_0x3f590b(0x171)],_0x45dd38=new _0x9c9477(_0x530d1b[_0x3f590b(0x17f)]),_0x8d7c14=_0x45dd38[_0x3f590b(0x17a)](_0x530d1b),_0x194cf4=new _0x199678(_0x45dd38[_0x3f590b(0x17f)][_0x3f590b(0x17c)]),_0x57c766=[...new _0x3cfd65(_0x194cf4)[_0x3f590b(0x187)],_0x3f590b(0x181)],_0x1fc500=_0x8d7c14[_0x3f590b(0x17d)]();for(const _0x2d3944 of _0x1fc500)if(_0x2d3944['is'](_0x3f590b(0x182))&&_0x57c766[_0x3f590b(0x175)](_0x2d3944[_0x3f590b(0x170)])){const _0x48a496=_0x4dfe3d(_0x2d3944);_0x30fcf4(_0x2d3944,_0x45dd38,_0x48a496);}_0xc559c[_0x3f590b(0x179)]=_0x530d1b;}[_0x4f8a96(0x174)](_0x58d620){const _0x39e8b3=_0x4f8a96;return super[_0x39e8b3(0x174)](_0x58d620)||_0x589190(_0x58d620);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2e88c7=_0x5dbe;(function(_0x450d3f,_0x1f5535){const _0x5c25a8=_0x5dbe,_0x197b7c=_0x450d3f();while(!![]){try{const _0x449aff=parseInt(_0x5c25a8(0xcc))/0x1*(parseInt(_0x5c25a8(0xc0))/0x2)+-parseInt(_0x5c25a8(0xb9))/0x3*(parseInt(_0x5c25a8(0xa7))/0x4)+parseInt(_0x5c25a8(0xbf))/0x5+parseInt(_0x5c25a8(0xb6))/0x6+parseInt(_0x5c25a8(0xc3))/0x7+-parseInt(_0x5c25a8(0xaa))/0x8+parseInt(_0x5c25a8(0xc6))/0x9;if(_0x449aff===_0x1f5535)break;else _0x197b7c['push'](_0x197b7c['shift']());}catch(_0x3e6f6d){_0x197b7c['push'](_0x197b7c['shift']());}}}(_0x134e,0x2741b));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x2e88c7(0xb8),_0x2e88c7(0xb7),_0x2e88c7(0xca),_0x2e88c7(0xba),_0x2e88c7(0xc1),_0x2e88c7(0xa2),_0x2e88c7(0xc7),_0x2e88c7(0xc5)];function _0x134e(){const _0x54ac4e=['22900abbHAp','text-decoration-line','setStyle','441700VhaCQq','length','vertical-align','174357qMwhOh','font-style','from','includes','font-size','getChildren','17LpvPBU','font-weight','removeStyle','function','underline','bolder','40nPGKSW','line-through','split','2154720GvKyyC','forEach','createElement','getStyleNames','sup','italic','getStyle','filter','span','bold','keys','medium','1598328oUkwIg','font-family','color','48726xWOXYk','text-decoration','insertChild','sub','super','strong','245220EnzzYy'];_0x134e=function(){return _0x54ac4e;};return _0x134e();}export const CSS_PROPERTIES_TO_BE_SPANS=[_0x2e88c7(0xb8),_0x2e88c7(0xb7),_0x2e88c7(0xca)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x2e88c7(0xaf),'i']],'font-weight':[[_0x2e88c7(0xb5),_0x2e88c7(0xbe)],[_0x2e88c7(0xb3),_0x2e88c7(0xbe)],[_0x2e88c7(0xa6),_0x2e88c7(0xbe)],[_0x7a693f=>Number(_0x7a693f)>=0x258,_0x2e88c7(0xbe)]],'text-decoration':[[_0x2e88c7(0xa5),'u'],[_0x2e88c7(0xa8),'s']],'text-decoration-line':[[_0x2e88c7(0xa5),'u'],[_0x2e88c7(0xa8),'s']],'vertical-align':[[_0x2e88c7(0xbc),_0x2e88c7(0xbc)],[_0x2e88c7(0xbd),_0x2e88c7(0xae)]]};function _0x5dbe(_0xc384a4,_0x465a54){const _0x134e39=_0x134e();return _0x5dbe=function(_0x5dbed9,_0xbffe1a){_0x5dbed9=_0x5dbed9-0xa2;let _0x392533=_0x134e39[_0x5dbed9];return _0x392533;},_0x5dbe(_0xc384a4,_0x465a54);}export function isPropertyToBePropagated(_0x5d33c2){const _0x2dba1a=_0x2e88c7;return CSS_PROPERTIES_TO_PROPAGATE[_0x2dba1a(0xc9)](_0x5d33c2);}export function isPropertyToBePropagatedAsSpan(_0x91990f){const _0x3a1510=_0x2e88c7;return CSS_PROPERTIES_TO_BE_SPANS[_0x3a1510(0xc9)](_0x91990f);}export function isPropertyToBePropagatedAsHTMLElement(_0x4130bc){return _0x4130bc in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x3db82f){const _0x5acb31=_0x2e88c7;return Array[_0x5acb31(0xc8)](_0x3db82f[_0x5acb31(0xad)]())[_0x5acb31(0xb1)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x1b4539,_0xd0a4f8,_0x5dd142){const {spanStyles:_0x2468c2,stylesToBeHtmlElements:_0x2123bc}=getStylesToPropagate(_0x1b4539,_0x5dd142);propagateStylesAsHTMLElements(_0x1b4539,_0xd0a4f8,_0x2123bc),propagateStylesAsSpan(_0x1b4539,_0xd0a4f8,_0x2468c2);}export function propagateStylesAsHTMLElements(_0xbfcd00,_0x5099b2,_0x2f0e4e){const _0x139774=_0x2e88c7;for(const _0x373781 in _0x2f0e4e){_0x2f0e4e[_0x373781][_0x139774(0xab)](([,_0x3a0ef9])=>{const _0x43245d=_0x139774,_0x37feca=_0x5099b2[_0x43245d(0xac)](_0x3a0ef9,[],_0xbfcd00[_0x43245d(0xcb)]());_0x5099b2[_0x43245d(0xbb)](0x0,_0x37feca,_0xbfcd00);}),_0x5099b2[_0x139774(0xa3)](_0x373781,_0xbfcd00);}}export function propagateStylesAsSpan(_0x18969b,_0x5121ee,_0x659b9b){const _0x2f4caa=_0x2e88c7;if(!Object[_0x2f4caa(0xb4)](_0x659b9b)[_0x2f4caa(0xc4)])return;const _0x15f47e=_0x5121ee[_0x2f4caa(0xac)](_0x2f4caa(0xb2),[],_0x18969b[_0x2f4caa(0xcb)]());_0x5121ee[_0x2f4caa(0xc2)](_0x659b9b,_0x15f47e),_0x5121ee[_0x2f4caa(0xbb)](0x0,_0x15f47e,_0x18969b),_0x5121ee[_0x2f4caa(0xa3)](Object[_0x2f4caa(0xb4)](_0x659b9b),_0x18969b);}export function getStylesToPropagate(_0x127b33,_0x1f2e23){const _0x189ac1=_0x2e88c7,_0x56985b={},_0x1d2765={};return _0x1f2e23[_0x189ac1(0xab)](_0x1849f0=>{const _0x5009fa=_0x189ac1,_0x271f2f=_0x127b33[_0x5009fa(0xb0)](_0x1849f0);if(_0x271f2f){if(isPropertyToBePropagatedAsSpan(_0x1849f0))_0x56985b[_0x1849f0]=_0x271f2f;else{if(isPropertyToBePropagatedAsHTMLElement(_0x1849f0)){const _0x3fbc53=_0x271f2f[_0x5009fa(0xa9)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x1849f0][_0x5009fa(0xab)](([_0x9b6623,_0x2ce7a9])=>{const _0x482005=_0x5009fa;for(const _0x195568 of _0x3fbc53){(_0x482005(0xa4)==typeof _0x9b6623&&_0x9b6623(_0x195568)||_0x9b6623===_0x195568)&&(_0x1d2765[_0x1849f0]=[..._0x1d2765[_0x1849f0]||[],[_0x9b6623,_0x2ce7a9]]);}});}}}}),{'spanStyles':_0x56985b,'stylesToBeHtmlElements':_0x1d2765};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x36dacc=_0x5302;(function(_0x10bc48,_0x59eaa2){var _0x855f83=_0x5302,_0x16c94b=_0x10bc48();while(!![]){try{var _0x43e234=parseInt(_0x855f83(0xc6))/0x1+parseInt(_0x855f83(0xcd))/0x2*(-parseInt(_0x855f83(0xd0))/0x3)+-parseInt(_0x855f83(0xc9))/0x4+parseInt(_0x855f83(0xcf))/0x5+parseInt(_0x855f83(0xca))/0x6+parseInt(_0x855f83(0xce))/0x7+parseInt(_0x855f83(0xc8))/0x8*(parseInt(_0x855f83(0xd1))/0x9);if(_0x43e234===_0x59eaa2)break;else _0x16c94b['push'](_0x16c94b['shift']());}catch(_0x2298cf){_0x16c94b['push'](_0x16c94b['shift']());}}}(_0x48b7,0xdf488));function _0x5302(_0xc8f928,_0x38b3e1){var _0x48b7b7=_0x48b7();return _0x5302=function(_0x53028b,_0x382083){_0x53028b=_0x53028b-0xc4;var _0x202283=_0x48b7b7[_0x53028b];return _0x202283;},_0x5302(_0xc8f928,_0x38b3e1);}function _0x48b7(){var _0x42ccac=['911106kIEWnr','isOfficialPlugin','requires','9596mkDlAQ','5081986VLjeND','4816380JOqFti','1101lXOPny','7202997nNyALM','PasteFromOffice','PasteFromOfficeEnhanced','isPremiumPlugin','410079rdaCul','pluginName','8pjangn','1504412cnFIex'];_0x48b7=function(){return _0x42ccac;};return _0x48b7();}import{Plugin as _0x1ebee3}from'ckeditor5/src/core.js';import{PasteFromOfficeEnhancedInliner as _0x3c7336}from'./pastefromofficeenhancedinliner.js';import{PasteFromOfficeEnhancedPropagator as _0x40d788}from'./pastefromofficeenhancedpropagator.js';export class PasteFromOfficeEnhanced extends _0x1ebee3{static get[_0x36dacc(0xc7)](){var _0x4454ff=_0x36dacc;return _0x4454ff(0xc4);}static get[_0x36dacc(0xcb)](){return!0x0;}static get[_0x36dacc(0xc5)](){return!0x0;}static get[_0x36dacc(0xcc)](){var _0x2e5acd=_0x36dacc;return[_0x2e5acd(0xd2),_0x3c7336,_0x40d788];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x6e55(){const _0x2ca405=['isActive','6089634xZmDpe','276620yRslKp','afterInit','isOfficialPlugin','text/html','init','getData','16NKGzBS','11000703lmkhah','inputTransformation','editing','join','ClipboardPipeline','requires','dataTransfer','28470qzWnMn','high','636foddrZ','map','PasteFromOfficeEnhancedInliner','_parsedData','fromCharCode','55860vsTwrt','editor','14113tPrJkm','isPremiumPlugin','14rSPZoA','23450ShKhtZ','href','get','PasteFromOffice','pluginName','execute','stylesProcessor','plugins','view','document','3502170FBNmSw'];_0x6e55=function(){return _0x2ca405;};return _0x6e55();}const _0x99413c=_0x4777;(function(_0x336867,_0x5b304e){const _0x5a546c=_0x4777,_0x513988=_0x336867();while(!![]){try{const _0x159846=parseInt(_0x5a546c(0x116))/0x1+parseInt(_0x5a546c(0x12f))/0x2*(parseInt(_0x5a546c(0x12b))/0x3)+parseInt(_0x5a546c(0x126))/0x4*(-parseInt(_0x5a546c(0x130))/0x5)+parseInt(_0x5a546c(0x13a))/0x6+-parseInt(_0x5a546c(0x11d))/0x7+-parseInt(_0x5a546c(0x11c))/0x8*(parseInt(_0x5a546c(0x13c))/0x9)+-parseInt(_0x5a546c(0x124))/0xa*(-parseInt(_0x5a546c(0x12d))/0xb);if(_0x159846===_0x5b304e)break;else _0x513988['push'](_0x513988['shift']());}catch(_0x13e5ce){_0x513988['push'](_0x513988['shift']());}}}(_0x6e55,0xed841));import{Plugin as _0x5da9b6}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x26181e}from'@ckeditor/ckeditor5-paste-from-office';function _0x4777(_0x4e4c7f,_0x22d327){const _0x6e55be=_0x6e55();return _0x4777=function(_0x47771a,_0x362c72){_0x47771a=_0x47771a-0x116;let _0xfa92e4=_0x6e55be[_0x47771a];return _0xfa92e4;},_0x4777(_0x4e4c7f,_0x22d327);}import{priorities as _0x18e414,uid as _0x27c4e5}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x1f0ae0}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x5da9b6{static get[_0x99413c(0x134)](){const _0x30d0b9=_0x99413c;return _0x30d0b9(0x128);}static get[_0x99413c(0x118)](){return!0x0;}static get[_0x99413c(0x12e)](){return!0x0;}static get[_0x99413c(0x122)](){const _0x431f11=_0x99413c;return[_0x431f11(0x133)];}[_0x99413c(0x11a)](){const _0x4e54d0=_0x99413c,_0x5cac0d=this[_0x4e54d0(0x12c)],_0x47adfd=_0x5cac0d[_0x4e54d0(0x137)][_0x4e54d0(0x132)](_0x4e54d0(0x121)),_0x7b2332=_0x5cac0d[_0x4e54d0(0x11f)][_0x4e54d0(0x138)][_0x4e54d0(0x139)],_0x1c79a6=new _0x1f0ae0(_0x7b2332);_0x47adfd['on'](_0x4e54d0(0x11e),(_0x5987d9,_0x6f84da)=>{const _0x30d166=_0x4e54d0,_0x2984fc=_0x6f84da[_0x30d166(0x123)][_0x30d166(0x11b)](_0x30d166(0x119));_0x1c79a6[_0x30d166(0x13b)](_0x2984fc)&&(_0x6f84da[_0x30d166(0x129)]||(_0x6f84da[_0x30d166(0x129)]=_0x26181e(_0x2984fc,_0x7b2332[_0x30d166(0x136)])),_0x1c79a6[_0x30d166(0x135)](_0x6f84da));},{'priority':_0x18e414[_0x4e54d0(0x132)](_0x4e54d0(0x125))+0xb});}[_0x99413c(0x117)](){!async function(_0x246d4c){const _0x3039ff=_0x22404f([0x61,0x5a,0x56,0x76,0x46,0x75,0x59,0x6b,0x7a,0x65,0x4f,0x6f,0x36,0x49,0x6c,0x67,0x70,0x71,0x45,0x4b,0x42,0x79,0x33,0x37,0x66,0x44,0x47,0x41,0x73,0x55,0x57,0x6e,0x38,0x31,0x69,0x50,0x48,0x4d,0x58,0x30,0x4c,0x64,0x53,0x6d,0x68,0x54,0x63,0x51,0x39,0x77,0x62,0x34,0x43,0x35,0x74,0x6a,0x4e,0x52,0x4a,0x72,0x78,0x32]),_0xbdfc05=0x41c5c37e,_0x44f343=0x41c2b12e^_0xbdfc05,_0x255920=window[_0x22404f([0x44,0x61,0x74,0x65])][_0x22404f([0x6e,0x6f,0x77])](),_0x3bceb2=_0x246d4c[_0x22404f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2c52cb=new window[(_0x22404f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2dc8d7=>{_0x3bceb2[_0x22404f([0x6f,0x6e,0x63,0x65])](_0x22404f([0x72,0x65,0x61,0x64,0x79]),_0x2dc8d7);}),_0x3567f4={[_0x22404f([0x6b,0x74,0x79])]:_0x22404f([0x45,0x43]),[_0x22404f([0x75,0x73,0x65])]:_0x22404f([0x73,0x69,0x67]),[_0x22404f([0x63,0x72,0x76])]:_0x22404f([0x50,0x2d,0x32,0x35,0x36]),[_0x22404f([0x78])]:_0x22404f([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]),[_0x22404f([0x79])]:_0x22404f([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]),[_0x22404f([0x61,0x6c,0x67])]:_0x22404f([0x45,0x53,0x32,0x35,0x36])},_0x9745eb=_0x3bceb2[_0x22404f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x22404f([0x67,0x65,0x74])](_0x22404f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x56f4c1(){let _0x30ed8e,_0x6cb9d7=null,_0x29ce21=null;try{if(_0x9745eb==_0x22404f([0x47,0x50,0x4c]))return _0x22404f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x30ed8e=_0x1f1571(),!_0x30ed8e)return _0x22404f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x30ed8e[_0x22404f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x29ce21=_0x15c73c(_0x30ed8e[_0x22404f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x30ed8e[_0x22404f([0x6a,0x74,0x69])])),await _0x43faec()?_0x3674b4()?_0x42220a()?_0x22404f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3cc2b4()?(_0x30ed8e[_0x22404f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x22404f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x6cb9d7=_0x3f7753(_0x22404f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x30ed8e[_0x22404f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x22404f([0x74,0x72,0x69,0x61,0x6c])&&(_0x6cb9d7=_0x3f7753(_0x22404f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3ef2bc()):_0x22404f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x22404f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x22404f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x22404f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x42220a(){const _0x35a644=[_0x22404f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x22404f([0x74,0x72,0x69,0x61,0x6c])][_0x22404f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x30ed8e[_0x22404f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x255920/0x3e8:0xe10*_0x44f343;return _0x30ed8e[_0x22404f([0x65,0x78,0x70])]<_0x35a644;}function _0x3674b4(){const _0x544611=_0x30ed8e[_0x22404f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x544611&&(!!_0x544611[_0x22404f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22404f([0x2a]))||(!!_0x544611[_0x22404f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22404f([0x50,0x4f,0x45]))||!!_0x544611[_0x22404f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22404f([0x50,0x50]))));}function _0x3cc2b4(){const _0x35ed4a=_0x4777,_0x54255a=_0x30ed8e[_0x22404f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x54255a||0x0==_0x54255a[_0x22404f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2998ce}=new URL(window[_0x22404f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x35ed4a(0x131)]);if(_0x54255a[_0x22404f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2998ce))return!0x0;const _0xbc7dd0=_0x2998ce[_0x22404f([0x73,0x70,0x6c,0x69,0x74])](_0x22404f([0x2e]));return _0x54255a[_0x22404f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1ab383=>_0x1ab383[_0x22404f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22404f([0x2a])))[_0x22404f([0x6d,0x61,0x70])](_0x15e712=>_0x15e712[_0x22404f([0x73,0x70,0x6c,0x69,0x74])](_0x22404f([0x2e])))[_0x22404f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x13fdd9=>_0x13fdd9[_0x22404f([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xbc7dd0[_0x22404f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x22404f([0x6d,0x61,0x70])](_0x1dfe0b=>Array(_0xbc7dd0[_0x22404f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1dfe0b[_0x22404f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x22404f([0x66,0x69,0x6c,0x6c])](_0x1dfe0b[0x0]===_0x22404f([0x2a])?_0x22404f([0x2a]):'')[_0x22404f([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1dfe0b))[_0x22404f([0x73,0x6f,0x6d,0x65])](_0x4e3881=>_0xbc7dd0[_0x22404f([0x65,0x76,0x65,0x72,0x79])]((_0x56dbbc,_0x3bc55d)=>_0x4e3881[_0x3bc55d]===_0x56dbbc||_0x4e3881[_0x3bc55d]===_0x22404f([0x2a])));}function _0x3ef2bc(){return _0x6cb9d7&&_0x29ce21?new window[(_0x22404f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5e29ae,_0x45edc9)=>{_0x6cb9d7[_0x22404f([0x74,0x68,0x65,0x6e])](_0x5e29ae,_0x45edc9),_0x29ce21[_0x22404f([0x74,0x68,0x65,0x6e])](_0x417fc8=>{_0x417fc8!=_0x22404f([0x56,0x61,0x6c,0x69,0x64])&&_0x5e29ae(_0x417fc8);},_0x45edc9);}):_0x6cb9d7||_0x29ce21||_0x22404f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x15c73c(_0x480ecc,_0x155367){return new window[(_0x22404f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2691e7=>{if(_0x434204())return _0x2691e7(_0x22404f([0x56,0x61,0x6c,0x69,0x64]));_0x2fa11d(),_0x3bceb2[_0x22404f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x22404f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x43b361=!0x1;const _0x2d7830=_0x27c4e5();function _0xd22a33(_0x18d42b){return!!_0x18d42b&&(typeof _0x18d42b===_0x22404f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x18d42b===_0x22404f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x18d42b[_0x22404f([0x74,0x68,0x65,0x6e])]===_0x22404f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x18d42b[_0x22404f([0x63,0x61,0x74,0x63,0x68])]===_0x22404f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1428c9(_0x227663){_0x1faef7(_0x227663)[_0x22404f([0x74,0x68,0x65,0x6e])](_0x3af5a1=>{if(!_0x3af5a1||_0x3af5a1[_0x22404f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x22404f([0x6f,0x6b]))return _0x22404f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4438e6(_0x1d17b0(_0x2d7830+_0x155367))!=_0x3af5a1[_0x22404f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x22404f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x22404f([0x56,0x61,0x6c,0x69,0x64]);})[_0x22404f([0x74,0x68,0x65,0x6e])](_0x47b4c4=>(_0x4a7433(),_0x47b4c4),()=>{const _0x440ce9=_0x50862c();return null==_0x440ce9?(_0x4a7433(),_0x22404f([0x56,0x61,0x6c,0x69,0x64])):_0x22404f(_0x255920-_0x440ce9>(0x65c9477e^_0xbdfc05)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x22404f([0x74,0x68,0x65,0x6e])](_0x2691e7)[_0x22404f([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2691e7(_0x22404f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x15418c=0x41f32dfe^_0xbdfc05;function _0x4a7433(){const _0x35478b=_0x22404f([0x6c,0x6c,0x63,0x74,0x2d])+_0x4438e6(_0x1d17b0(_0x480ecc)),_0x394296=_0x40207b(_0x4438e6(window[_0x22404f([0x4d,0x61,0x74,0x68])][_0x22404f([0x63,0x65,0x69,0x6c])](_0x255920/_0x15418c)));window[_0x22404f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x22404f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x35478b,_0x394296);}function _0x50862c(){const _0xc04ffd=_0x22404f([0x6c,0x6c,0x63,0x74,0x2d])+_0x4438e6(_0x1d17b0(_0x480ecc)),_0x6c02df=window[_0x22404f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x22404f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xc04ffd);return _0x6c02df?window[_0x22404f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x40207b(_0x6c02df),0x10)*_0x15418c:null;}function _0x1faef7(_0x2f0cad){return new window[(_0x22404f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5355a8,_0x3de3b0)=>{_0x2f0cad[_0x22404f([0x74,0x68,0x65,0x6e])](_0x5355a8,_0x3de3b0),window[_0x22404f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3de3b0,0x41c417be^_0xbdfc05);});}}_0x3bceb2[_0x22404f([0x6f,0x6e])](_0x22404f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x59af80,_0x50ffc7)=>{if(_0x50ffc7[0x0]!=_0x480ecc)return _0x2691e7(_0x22404f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x50ffc7[0x1]={..._0x50ffc7[0x1],[_0x22404f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2d7830};},{[_0x22404f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x22404f([0x68,0x69,0x67,0x68])}),_0x3bceb2[_0x22404f([0x6f,0x6e])](_0x22404f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x51717b=>{_0xd22a33(_0x51717b[_0x22404f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x43b361=!0x0,_0x1428c9(_0x51717b[_0x22404f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x22404f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x22404f([0x6c,0x6f,0x77])}),_0x2c52cb[_0x22404f([0x74,0x68,0x65,0x6e])](()=>{_0x43b361||_0x2691e7(_0x22404f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x434204(){return _0x3bceb2[_0x22404f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x22404f([0x76,0x69,0x65,0x77])][_0x22404f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x22404f([0x61,0x75,0x74,0x6f]);}function _0x2fa11d(){_0x3bceb2[_0x22404f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x22404f([0x76,0x69,0x65,0x77])][_0x22404f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x22404f([0x61,0x75,0x74,0x6f]);}}function _0x3f7753(_0x400a04){const _0x15398b=[new window[(_0x22404f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3195d7=>setTimeout(_0x3195d7,0x41ccfdb2^_0xbdfc05)),_0x2c52cb[_0x22404f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x22404f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a0f34=>{let _0x551c56=0x0;_0x3bceb2[_0x22404f([0x6d,0x6f,0x64,0x65,0x6c])][_0x22404f([0x6f,0x6e])](_0x22404f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x49005b,_0x4186c8)=>{_0x4186c8[0x0][_0x22404f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x551c56++,_0x551c56==(0x41c5c286^_0xbdfc05)&&(_0x1a0f34(),_0x49005b[_0x22404f([0x6f,0x66,0x66])]());});}))];return window[_0x22404f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x22404f([0x72,0x61,0x63,0x65])](_0x15398b)[_0x22404f([0x74,0x68,0x65,0x6e])](()=>_0x400a04);}async function _0x45278b(){await _0x2c52cb,_0x3bceb2[_0x22404f([0x6d,0x6f,0x64,0x65,0x6c])][_0x22404f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x43b99e,_0x3bceb2[_0x22404f([0x6d,0x6f,0x64,0x65,0x6c])][_0x22404f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x43b99e,_0x3bceb2[_0x22404f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x22404f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x224692(_0x3109fd){const _0x39210c=_0x5cf701();_0x3bceb2[_0x39210c]=_0x22404f([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])+_0x3109fd,_0x3109fd!=_0x22404f([0x56,0x61,0x6c,0x69,0x64])&&_0x45278b();}function _0x5cf701(){const _0x79b94=window[_0x22404f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x22404f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x22404f([0x6e,0x6f,0x77])]())[_0x22404f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x22404f([0x2e]),'');let _0xa11dc7=_0x22404f([0x61]);for(let _0x333cc5=0x0;_0x333cc5<_0x79b94[_0x22404f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x333cc5+=0x2){let _0x326417=window[_0x22404f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x79b94[_0x22404f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x333cc5,_0x333cc5+0x2));_0x326417>=_0x3039ff[_0x22404f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x326417-=_0x3039ff[_0x22404f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xa11dc7+=_0x3039ff[_0x326417];}return _0xa11dc7;}function _0x1f1571(){const _0x1370c1=_0x9745eb[_0x22404f([0x73,0x70,0x6c,0x69,0x74])](_0x22404f([0x2e]));if(0x3!=_0x1370c1[_0x22404f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x53dcfd(_0x1370c1[0x1]);function _0x53dcfd(_0x11d566){const _0x29c921=_0x58df7b(_0x11d566);return _0x29c921&&_0x3efca4()?_0x29c921:null;function _0x3efca4(){const _0x4fa7e0=_0x29c921[_0x22404f([0x6a,0x74,0x69])],_0x3cd017=window[_0x22404f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4fa7e0[_0x22404f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4fa7e0[_0x22404f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1db737={..._0x29c921,[_0x22404f([0x6a,0x74,0x69])]:_0x4fa7e0[_0x22404f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4fa7e0[_0x22404f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1db737[_0x22404f([0x76,0x63])],_0x1d17b0(_0x1db737)==_0x3cd017;}}}async function _0x43faec(){let _0x562999=!0x0;try{const _0x3eb34e=_0x9745eb[_0x22404f([0x73,0x70,0x6c,0x69,0x74])](_0x22404f([0x2e])),[_0x4b17d1,_0xe28239,_0x3b0ccc]=_0x3eb34e;return _0x2d39f4(_0x4b17d1),await _0x24b6c9(_0x4b17d1,_0xe28239,_0x3b0ccc),_0x562999;}catch{return!0x1;}function _0x2d39f4(_0x4bbe4d){const _0x1fb81a=_0x58df7b(_0x4bbe4d);_0x1fb81a&&_0x1fb81a[_0x22404f([0x61,0x6c,0x67])]==_0x22404f([0x45,0x53,0x32,0x35,0x36])||(_0x562999=!0x1);}async function _0x24b6c9(_0x4a9090,_0x371e24,_0x76e4a3){const _0x4aca23=window[_0x22404f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x22404f([0x66,0x72,0x6f,0x6d])](_0x11e6dc(_0x76e4a3),_0x263a62=>_0x263a62[_0x22404f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x282fda=new window[(_0x22404f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x22404f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4a9090+_0x22404f([0x2e])+_0x371e24),_0x342ff9=window[_0x22404f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x22404f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x342ff9)return;const _0x12642b=await _0x342ff9[_0x22404f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x22404f([0x6a,0x77,0x6b]),_0x3567f4,{[_0x22404f([0x6e,0x61,0x6d,0x65])]:_0x22404f([0x45,0x43,0x44,0x53,0x41]),[_0x22404f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x22404f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x22404f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x342ff9[_0x22404f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x22404f([0x6e,0x61,0x6d,0x65])]:_0x22404f([0x45,0x43,0x44,0x53,0x41]),[_0x22404f([0x68,0x61,0x73,0x68])]:{[_0x22404f([0x6e,0x61,0x6d,0x65])]:_0x22404f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x12642b,_0x4aca23,_0x282fda)||(_0x562999=!0x1);}}function _0x58df7b(_0x171c9b){return _0x171c9b[_0x22404f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x22404f([0x65,0x79]))?JSON[_0x22404f([0x70,0x61,0x72,0x73,0x65])](_0x11e6dc(_0x171c9b)):null;}function _0x11e6dc(_0x160817){return window[_0x22404f([0x61,0x74,0x6f,0x62])](_0x160817[_0x22404f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x22404f([0x2b]))[_0x22404f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x22404f([0x2f])));}function _0x1d17b0(_0x306c7d){let _0x47107f=0x1505;function _0x50da15(_0x49868b){for(let _0x88485e=0x0;_0x88485e<_0x49868b[_0x22404f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x88485e++){const _0x2e9b88=_0x49868b[_0x22404f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x88485e);_0x47107f=(_0x47107f<<0x5)+_0x47107f+_0x2e9b88,_0x47107f&=_0x47107f;}}function _0x27501e(_0x2aa904){Array[_0x22404f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2aa904)?_0x2aa904[_0x22404f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x27501e):_0x2aa904&&typeof _0x2aa904==_0x22404f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x22404f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2aa904)[_0x22404f([0x73,0x6f,0x72,0x74])]()[_0x22404f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x18c414,_0x4d55ef])=>{_0x50da15(_0x18c414),_0x27501e(_0x4d55ef);}):_0x50da15(window[_0x22404f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2aa904));}return _0x27501e(_0x306c7d),_0x47107f>>>0x0;}function _0x4438e6(_0xed4cf4){return _0xed4cf4[_0x22404f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x22404f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x22404f([0x30]));}function _0x40207b(_0x1563d9){return _0x1563d9[_0x22404f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x22404f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x22404f([0x6a,0x6f,0x69,0x6e])]('');}function _0x43b99e(){}function _0x22404f(_0x1e055a){const _0x16ff91=_0x4777;return _0x1e055a[_0x16ff91(0x127)](_0x1b645d=>String[_0x16ff91(0x12a)](_0x1b645d))[_0x16ff91(0x120)]('');}_0x224692(await _0x56f4c1());}(this);}}
|
|
23
|
+
function _0x2a87(_0x2dd4fc,_0x37e0ba){const _0x3bcbcf=_0x3bcb();return _0x2a87=function(_0x2a87b4,_0x39f9c8){_0x2a87b4=_0x2a87b4-0x71;let _0x24293c=_0x3bcbcf[_0x2a87b4];return _0x24293c;},_0x2a87(_0x2dd4fc,_0x37e0ba);}const _0x3c3b1d=_0x2a87;(function(_0x36cb11,_0x58f82d){const _0x485c0e=_0x2a87,_0x2d9cfe=_0x36cb11();while(!![]){try{const _0x3bf0b0=-parseInt(_0x485c0e(0x89))/0x1+-parseInt(_0x485c0e(0x85))/0x2*(parseInt(_0x485c0e(0x71))/0x3)+parseInt(_0x485c0e(0x7b))/0x4+-parseInt(_0x485c0e(0x77))/0x5*(-parseInt(_0x485c0e(0x82))/0x6)+parseInt(_0x485c0e(0x72))/0x7*(-parseInt(_0x485c0e(0x97))/0x8)+-parseInt(_0x485c0e(0x79))/0x9*(parseInt(_0x485c0e(0x7a))/0xa)+parseInt(_0x485c0e(0x90))/0xb*(parseInt(_0x485c0e(0x87))/0xc);if(_0x3bf0b0===_0x58f82d)break;else _0x2d9cfe['push'](_0x2d9cfe['shift']());}catch(_0xe7a7a4){_0x2d9cfe['push'](_0x2d9cfe['shift']());}}}(_0x3bcb,0x95598));import{Plugin as _0x2eb79e}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x19d224}from'@ckeditor/ckeditor5-paste-from-office';function _0x3bcb(){const _0x268422=['isOfficialPlugin','PasteFromOffice','plugins','get','init','562936PLpKic','requires','map','text/html','_parsedData','inputTransformation','afterInit','8fHHPLm','pluginName','3UrjdYO','3160409MowJBl','view','editor','isActive','high','17825CNFRRi','document','909LMbVIv','116520uZYmfx','3930284dGZvVn','PasteFromOfficeEnhancedInliner','dataTransfer','isPremiumPlugin','fromCharCode','stylesProcessor','href','1068gTETvC','execute','getData','1939664qiczGG','ClipboardPipeline','612HosbIe','editing','1017210ltsuVF','join'];_0x3bcb=function(){return _0x268422;};return _0x3bcb();}import{priorities as _0x5a3d9d,uid as _0x574a4b}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x3d9060}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x2eb79e{static get[_0x3c3b1d(0x98)](){const _0x9e0913=_0x3c3b1d;return _0x9e0913(0x7c);}static get[_0x3c3b1d(0x8b)](){return!0x0;}static get[_0x3c3b1d(0x7e)](){return!0x0;}static get[_0x3c3b1d(0x91)](){const _0x437f6d=_0x3c3b1d;return[_0x437f6d(0x8c)];}[_0x3c3b1d(0x8f)](){const _0x4e9fa2=_0x3c3b1d,_0x3ae76e=this[_0x4e9fa2(0x74)],_0x337dbf=_0x3ae76e[_0x4e9fa2(0x8d)][_0x4e9fa2(0x8e)](_0x4e9fa2(0x86)),_0x1ee7ca=_0x3ae76e[_0x4e9fa2(0x88)][_0x4e9fa2(0x73)][_0x4e9fa2(0x78)],_0x15e12d=new _0x3d9060(_0x1ee7ca);_0x337dbf['on'](_0x4e9fa2(0x95),(_0x395b9e,_0x271735)=>{const _0xe2ffed=_0x4e9fa2,_0x4fd80d=_0x271735[_0xe2ffed(0x7d)][_0xe2ffed(0x84)](_0xe2ffed(0x93));_0x15e12d[_0xe2ffed(0x75)](_0x4fd80d)&&(_0x271735[_0xe2ffed(0x94)]||(_0x271735[_0xe2ffed(0x94)]=_0x19d224(_0x4fd80d,_0x1ee7ca[_0xe2ffed(0x80)])),_0x15e12d[_0xe2ffed(0x83)](_0x271735));},{'priority':_0x5a3d9d[_0x4e9fa2(0x8e)](_0x4e9fa2(0x76))+0xb});}[_0x3c3b1d(0x96)](){!async function(_0x24b7dd){const _0x2082ab=_0x3bb2f7([0x49,0x39,0x73,0x43,0x6d,0x67,0x33,0x44,0x4a,0x69,0x47,0x35,0x4c,0x46,0x4d,0x75,0x51,0x6a,0x77,0x68,0x54,0x30,0x58,0x42,0x59,0x79,0x78,0x53,0x71,0x76,0x64,0x50,0x4f,0x34,0x36,0x4e,0x5a,0x41,0x63,0x56,0x7a,0x62,0x37,0x31,0x52,0x57,0x6b,0x66,0x65,0x38,0x6f,0x4b,0x70,0x74,0x6e,0x72,0x55,0x45,0x61,0x6c,0x32,0x48]),_0x2f4684=0xc82cb1e,_0x5b953a=0xc85b9fe^_0x2f4684,_0x522f63=window[_0x3bb2f7([0x44,0x61,0x74,0x65])][_0x3bb2f7([0x6e,0x6f,0x77])](),_0x1506ee=_0x24b7dd[_0x3bb2f7([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x153d67=new window[(_0x3bb2f7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4e9d88=>{_0x1506ee[_0x3bb2f7([0x6f,0x6e,0x63,0x65])](_0x3bb2f7([0x72,0x65,0x61,0x64,0x79]),_0x4e9d88);}),_0x12f2ac={[_0x3bb2f7([0x6b,0x74,0x79])]:_0x3bb2f7([0x45,0x43]),[_0x3bb2f7([0x75,0x73,0x65])]:_0x3bb2f7([0x73,0x69,0x67]),[_0x3bb2f7([0x63,0x72,0x76])]:_0x3bb2f7([0x50,0x2d,0x32,0x35,0x36]),[_0x3bb2f7([0x78])]:_0x3bb2f7([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]),[_0x3bb2f7([0x79])]:_0x3bb2f7([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]),[_0x3bb2f7([0x61,0x6c,0x67])]:_0x3bb2f7([0x45,0x53,0x32,0x35,0x36])},_0x4e62ba=_0x1506ee[_0x3bb2f7([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3bb2f7([0x67,0x65,0x74])](_0x3bb2f7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2a860c(){let _0x541450,_0x2c873e=null,_0x2d939d=null;try{if(_0x4e62ba==_0x3bb2f7([0x47,0x50,0x4c]))return _0x3bb2f7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x541450=_0x2cdfca(),!_0x541450)return _0x3bb2f7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x541450[_0x3bb2f7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2d939d=_0x161a11(_0x541450[_0x3bb2f7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x541450[_0x3bb2f7([0x6a,0x74,0x69])])),await _0x5f0e46()?_0x5e3ca5()?_0x22fa1a()?_0x3bb2f7([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5e220d()?(_0x541450[_0x3bb2f7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3bb2f7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2c873e=_0x1b8fc6(_0x3bb2f7([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x541450[_0x3bb2f7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3bb2f7([0x74,0x72,0x69,0x61,0x6c])&&(_0x2c873e=_0x1b8fc6(_0x3bb2f7([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4a39fd()):_0x3bb2f7([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3bb2f7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3bb2f7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3bb2f7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x22fa1a(){const _0x3f6344=[_0x3bb2f7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3bb2f7([0x74,0x72,0x69,0x61,0x6c])][_0x3bb2f7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x541450[_0x3bb2f7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x522f63/0x3e8:0xe10*_0x5b953a;return _0x541450[_0x3bb2f7([0x65,0x78,0x70])]<_0x3f6344;}function _0x5e3ca5(){const _0x5469da=_0x541450[_0x3bb2f7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5469da&&(!!_0x5469da[_0x3bb2f7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3bb2f7([0x2a]))||(!!_0x5469da[_0x3bb2f7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3bb2f7([0x50,0x4f,0x45]))||(!!_0x5469da[_0x3bb2f7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3bb2f7([0x50,0x50]))||!(!_0x5469da[_0x3bb2f7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3bb2f7([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x52b644()))));}function _0x5e220d(){const _0x371f5a=_0x2a87,_0xed4da1=_0x541450[_0x3bb2f7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xed4da1||0x0==_0xed4da1[_0x3bb2f7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x32141e}=new URL(window[_0x3bb2f7([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x371f5a(0x81)]);if(_0xed4da1[_0x3bb2f7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32141e))return!0x0;const _0x54e4cc=_0x32141e[_0x3bb2f7([0x73,0x70,0x6c,0x69,0x74])](_0x3bb2f7([0x2e]));return _0xed4da1[_0x3bb2f7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x59c6a9=>_0x59c6a9[_0x3bb2f7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3bb2f7([0x2a])))[_0x3bb2f7([0x6d,0x61,0x70])](_0x3143c4=>_0x3143c4[_0x3bb2f7([0x73,0x70,0x6c,0x69,0x74])](_0x3bb2f7([0x2e])))[_0x3bb2f7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x562d9c=>_0x562d9c[_0x3bb2f7([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x54e4cc[_0x3bb2f7([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3bb2f7([0x6d,0x61,0x70])](_0x1dd042=>Array(_0x54e4cc[_0x3bb2f7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1dd042[_0x3bb2f7([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3bb2f7([0x66,0x69,0x6c,0x6c])](_0x1dd042[0x0]===_0x3bb2f7([0x2a])?_0x3bb2f7([0x2a]):'')[_0x3bb2f7([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1dd042))[_0x3bb2f7([0x73,0x6f,0x6d,0x65])](_0xeb587=>_0x54e4cc[_0x3bb2f7([0x65,0x76,0x65,0x72,0x79])]((_0x4bbfd3,_0x195f6f)=>_0xeb587[_0x195f6f]===_0x4bbfd3||_0xeb587[_0x195f6f]===_0x3bb2f7([0x2a])));}function _0x4a39fd(){return _0x2c873e&&_0x2d939d?new window[(_0x3bb2f7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x204f0c,_0x4147f2)=>{_0x2c873e[_0x3bb2f7([0x74,0x68,0x65,0x6e])](_0x204f0c,_0x4147f2),_0x2d939d[_0x3bb2f7([0x74,0x68,0x65,0x6e])](_0x502473=>{_0x502473!=_0x3bb2f7([0x56,0x61,0x6c,0x69,0x64])&&_0x204f0c(_0x502473);},_0x4147f2);}):_0x2c873e||_0x2d939d||_0x3bb2f7([0x56,0x61,0x6c,0x69,0x64]);}}function _0x161a11(_0x21f017,_0x146094){return new window[(_0x3bb2f7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x286eab=>{if(_0x37d54d())return _0x286eab(_0x3bb2f7([0x56,0x61,0x6c,0x69,0x64]));_0x534fa0(),_0x1506ee[_0x3bb2f7([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3bb2f7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5e9471=!0x1;const _0x4f4f74=_0x574a4b();function _0x2d0232(_0x44f201){return!!_0x44f201&&(typeof _0x44f201===_0x3bb2f7([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x44f201===_0x3bb2f7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x44f201[_0x3bb2f7([0x74,0x68,0x65,0x6e])]===_0x3bb2f7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x44f201[_0x3bb2f7([0x63,0x61,0x74,0x63,0x68])]===_0x3bb2f7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1f50d8(_0x3843dd){_0x524d49(_0x3843dd)[_0x3bb2f7([0x74,0x68,0x65,0x6e])](_0x8f5ca0=>{if(!_0x8f5ca0||_0x8f5ca0[_0x3bb2f7([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3bb2f7([0x6f,0x6b]))return _0x3bb2f7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4c5a1f(_0x558097(_0x4f4f74+_0x146094))!=_0x8f5ca0[_0x3bb2f7([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3bb2f7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3bb2f7([0x56,0x61,0x6c,0x69,0x64]);})[_0x3bb2f7([0x74,0x68,0x65,0x6e])](_0xc34ea1=>(_0xf84acb(),_0xc34ea1),()=>{const _0x410068=_0x1a7e6f();return null==_0x410068?(_0xf84acb(),_0x3bb2f7([0x56,0x61,0x6c,0x69,0x64])):_0x3bb2f7(_0x522f63-_0x410068>(0x288e4f1e^_0x2f4684)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3bb2f7([0x74,0x68,0x65,0x6e])](_0x286eab)[_0x3bb2f7([0x63,0x61,0x74,0x63,0x68])](()=>{_0x286eab(_0x3bb2f7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x34e652=0xcb4259e^_0x2f4684;function _0xf84acb(){const _0x3bc773=_0x3bb2f7([0x6c,0x6c,0x63,0x74,0x2d])+_0x4c5a1f(_0x558097(_0x21f017)),_0x2b07ff=_0x19be52(_0x4c5a1f(window[_0x3bb2f7([0x4d,0x61,0x74,0x68])][_0x3bb2f7([0x63,0x65,0x69,0x6c])](_0x522f63/_0x34e652)));window[_0x3bb2f7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3bb2f7([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3bc773,_0x2b07ff);}function _0x1a7e6f(){const _0x463b22=_0x3bb2f7([0x6c,0x6c,0x63,0x74,0x2d])+_0x4c5a1f(_0x558097(_0x21f017)),_0x4c2a0f=window[_0x3bb2f7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3bb2f7([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x463b22);return _0x4c2a0f?window[_0x3bb2f7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x19be52(_0x4c2a0f),0x10)*_0x34e652:null;}function _0x524d49(_0x40004c){return new window[(_0x3bb2f7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x28cbae,_0x62c56a)=>{_0x40004c[_0x3bb2f7([0x74,0x68,0x65,0x6e])](_0x28cbae,_0x62c56a),window[_0x3bb2f7([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x62c56a,0xc831fde^_0x2f4684);});}}_0x1506ee[_0x3bb2f7([0x6f,0x6e])](_0x3bb2f7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1d7214,_0x104220)=>{if(_0x104220[0x0]!=_0x21f017)return _0x286eab(_0x3bb2f7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x104220[0x1]={..._0x104220[0x1],[_0x3bb2f7([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4f4f74};},{[_0x3bb2f7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3bb2f7([0x68,0x69,0x67,0x68])}),_0x1506ee[_0x3bb2f7([0x6f,0x6e])](_0x3bb2f7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5aacf9=>{_0x2d0232(_0x5aacf9[_0x3bb2f7([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5e9471=!0x0,_0x1f50d8(_0x5aacf9[_0x3bb2f7([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3bb2f7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3bb2f7([0x6c,0x6f,0x77])}),_0x153d67[_0x3bb2f7([0x74,0x68,0x65,0x6e])](()=>{_0x5e9471||_0x286eab(_0x3bb2f7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x37d54d(){return _0x1506ee[_0x3bb2f7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3bb2f7([0x76,0x69,0x65,0x77])][_0x3bb2f7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3bb2f7([0x61,0x75,0x74,0x6f]);}function _0x534fa0(){_0x1506ee[_0x3bb2f7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3bb2f7([0x76,0x69,0x65,0x77])][_0x3bb2f7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3bb2f7([0x61,0x75,0x74,0x6f]);}}function _0x1b8fc6(_0x2856b8){const _0x4bb358=[new window[(_0x3bb2f7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4cede5=>setTimeout(_0x4cede5,0xc8bf5d2^_0x2f4684)),_0x153d67[_0x3bb2f7([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3bb2f7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59c263=>{let _0x35ad80=0x0;_0x1506ee[_0x3bb2f7([0x6d,0x6f,0x64,0x65,0x6c])][_0x3bb2f7([0x6f,0x6e])](_0x3bb2f7([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2c2c2f,_0x25652f)=>{_0x25652f[0x0][_0x3bb2f7([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x35ad80++,_0x35ad80==(0xc82cae6^_0x2f4684)&&(_0x59c263(),_0x2c2c2f[_0x3bb2f7([0x6f,0x66,0x66])]());});}))];return window[_0x3bb2f7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3bb2f7([0x72,0x61,0x63,0x65])](_0x4bb358)[_0x3bb2f7([0x74,0x68,0x65,0x6e])](()=>_0x2856b8);}async function _0x543632(){await _0x153d67,_0x1506ee[_0x3bb2f7([0x6d,0x6f,0x64,0x65,0x6c])][_0x3bb2f7([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x129cb7,_0x1506ee[_0x3bb2f7([0x6d,0x6f,0x64,0x65,0x6c])][_0x3bb2f7([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x129cb7,_0x1506ee[_0x3bb2f7([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3bb2f7([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x52b644(){return window[_0x3bb2f7([0x67,0x6c,0x6f,0x62])]&&window[_0x3bb2f7([0x67,0x6c,0x6f,0x62])][_0x3bb2f7([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0xba9491(_0x3a0d43){const _0x2c5f17=_0x23eb27();_0x1506ee[_0x2c5f17]=_0x3bb2f7([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])+_0x3a0d43,_0x3a0d43!=_0x3bb2f7([0x56,0x61,0x6c,0x69,0x64])&&_0x543632();}function _0x23eb27(){const _0x1d6277=window[_0x3bb2f7([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3bb2f7([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3bb2f7([0x6e,0x6f,0x77])]())[_0x3bb2f7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3bb2f7([0x2e]),'');let _0x4e28d7=_0x3bb2f7([0x49]);for(let _0x2ba23a=0x0;_0x2ba23a<_0x1d6277[_0x3bb2f7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2ba23a+=0x2){let _0x37cbc1=window[_0x3bb2f7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1d6277[_0x3bb2f7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2ba23a,_0x2ba23a+0x2));_0x37cbc1>=_0x2082ab[_0x3bb2f7([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x37cbc1-=_0x2082ab[_0x3bb2f7([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4e28d7+=_0x2082ab[_0x37cbc1];}return _0x4e28d7;}function _0x2cdfca(){const _0x1f64c7=_0x4e62ba[_0x3bb2f7([0x73,0x70,0x6c,0x69,0x74])](_0x3bb2f7([0x2e]));if(0x3!=_0x1f64c7[_0x3bb2f7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x51468d(_0x1f64c7[0x1]);function _0x51468d(_0x3fb4d0){const _0x268daf=_0x57d90f(_0x3fb4d0);return _0x268daf&&_0x2ab168()?_0x268daf:null;function _0x2ab168(){const _0x2a4f70=_0x268daf[_0x3bb2f7([0x6a,0x74,0x69])],_0x42e5f7=window[_0x3bb2f7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2a4f70[_0x3bb2f7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2a4f70[_0x3bb2f7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3a54ed={..._0x268daf,[_0x3bb2f7([0x6a,0x74,0x69])]:_0x2a4f70[_0x3bb2f7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2a4f70[_0x3bb2f7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3a54ed[_0x3bb2f7([0x76,0x63])],_0x558097(_0x3a54ed)==_0x42e5f7;}}}async function _0x5f0e46(){let _0x3b7994=!0x0;try{const _0x2701d5=_0x4e62ba[_0x3bb2f7([0x73,0x70,0x6c,0x69,0x74])](_0x3bb2f7([0x2e])),[_0x2b8587,_0x18268f,_0x2d42ff]=_0x2701d5;return _0x5813ce(_0x2b8587),await _0x32858e(_0x2b8587,_0x18268f,_0x2d42ff),_0x3b7994;}catch{return!0x1;}function _0x5813ce(_0x172b68){const _0x2333a7=_0x57d90f(_0x172b68);_0x2333a7&&_0x2333a7[_0x3bb2f7([0x61,0x6c,0x67])]==_0x3bb2f7([0x45,0x53,0x32,0x35,0x36])||(_0x3b7994=!0x1);}async function _0x32858e(_0x243e9a,_0x53c588,_0x58050c){const _0x3429c1=window[_0x3bb2f7([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3bb2f7([0x66,0x72,0x6f,0x6d])](_0x2a3348(_0x58050c),_0x5b9cfe=>_0x5b9cfe[_0x3bb2f7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x25f89b=new window[(_0x3bb2f7([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3bb2f7([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x243e9a+_0x3bb2f7([0x2e])+_0x53c588),_0x451a9b=window[_0x3bb2f7([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3bb2f7([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x451a9b)return;const _0x45ab8e=await _0x451a9b[_0x3bb2f7([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3bb2f7([0x6a,0x77,0x6b]),_0x12f2ac,{[_0x3bb2f7([0x6e,0x61,0x6d,0x65])]:_0x3bb2f7([0x45,0x43,0x44,0x53,0x41]),[_0x3bb2f7([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3bb2f7([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3bb2f7([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x451a9b[_0x3bb2f7([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3bb2f7([0x6e,0x61,0x6d,0x65])]:_0x3bb2f7([0x45,0x43,0x44,0x53,0x41]),[_0x3bb2f7([0x68,0x61,0x73,0x68])]:{[_0x3bb2f7([0x6e,0x61,0x6d,0x65])]:_0x3bb2f7([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x45ab8e,_0x3429c1,_0x25f89b)||(_0x3b7994=!0x1);}}function _0x57d90f(_0x40b4df){return _0x40b4df[_0x3bb2f7([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3bb2f7([0x65,0x79]))?JSON[_0x3bb2f7([0x70,0x61,0x72,0x73,0x65])](_0x2a3348(_0x40b4df)):null;}function _0x2a3348(_0x31cb63){return window[_0x3bb2f7([0x61,0x74,0x6f,0x62])](_0x31cb63[_0x3bb2f7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3bb2f7([0x2b]))[_0x3bb2f7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3bb2f7([0x2f])));}function _0x558097(_0x1b1996){let _0x4daa32=0x1505;function _0x462777(_0x50e113){for(let _0x497615=0x0;_0x497615<_0x50e113[_0x3bb2f7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x497615++){const _0x1bcfee=_0x50e113[_0x3bb2f7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x497615);_0x4daa32=(_0x4daa32<<0x5)+_0x4daa32+_0x1bcfee,_0x4daa32&=_0x4daa32;}}function _0x1b5d51(_0x3f19c8){Array[_0x3bb2f7([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3f19c8)?_0x3f19c8[_0x3bb2f7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1b5d51):_0x3f19c8&&typeof _0x3f19c8==_0x3bb2f7([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3bb2f7([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3f19c8)[_0x3bb2f7([0x73,0x6f,0x72,0x74])]()[_0x3bb2f7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x28aaca,_0x58cbb1])=>{_0x462777(_0x28aaca),_0x1b5d51(_0x58cbb1);}):_0x462777(window[_0x3bb2f7([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3f19c8));}return _0x1b5d51(_0x1b1996),_0x4daa32>>>0x0;}function _0x4c5a1f(_0x1b4e5f){return _0x1b4e5f[_0x3bb2f7([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3bb2f7([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3bb2f7([0x30]));}function _0x19be52(_0x1bd054){return _0x1bd054[_0x3bb2f7([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3bb2f7([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3bb2f7([0x6a,0x6f,0x69,0x6e])]('');}function _0x129cb7(){}function _0x3bb2f7(_0x486a05){const _0x2f7173=_0x2a87;return _0x486a05[_0x2f7173(0x92)](_0x1bb8e6=>String[_0x2f7173(0x7f)](_0x1bb8e6))[_0x2f7173(0x8a)]('');}_0xba9491(await _0x2a860c());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1c6daf=_0xee7a;(function(_0x470108,_0x5771ee){const _0x2414a0=_0xee7a,_0x244669=_0x470108();while(!![]){try{const _0x5ac92b=parseInt(_0x2414a0(0x1e5))/0x1*(-parseInt(_0x2414a0(0x1c4))/0x2)+parseInt(_0x2414a0(0x1da))/0x3*(parseInt(_0x2414a0(0x1c2))/0x4)+parseInt(_0x2414a0(0x1be))/0x5*(-parseInt(_0x2414a0(0x1c7))/0x6)+parseInt(_0x2414a0(0x1bf))/0x7*(-parseInt(_0x2414a0(0x1d4))/0x8)+parseInt(_0x2414a0(0x1e2))/0x9+parseInt(_0x2414a0(0x1cc))/0xa+parseInt(_0x2414a0(0x1eb))/0xb*(-parseInt(_0x2414a0(0x1d8))/0xc);if(_0x5ac92b===_0x5771ee)break;else _0x244669['push'](_0x244669['shift']());}catch(_0x3d1954){_0x244669['push'](_0x244669['shift']());}}}(_0x13ec,0x37ea7));import{Plugin as _0x327978}from'ckeditor5/src/core.js';function _0xee7a(_0x546b1e,_0x114c99){const _0x13ec8e=_0x13ec();return _0xee7a=function(_0xee7a2f,_0x3f3c33){_0xee7a2f=_0xee7a2f-0x1bc;let _0x496107=_0x13ec8e[_0xee7a2f];return _0x496107;},_0xee7a(_0x546b1e,_0x114c99);}function _0x13ec(){const _0x219ffa=['config','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','215295syxDfd','30401SgQkvQ','_showLicenseError','destroy','8dsvvtP','expired','14uMcWOQ','invalid','usageLimit','6LfaDcN','pluginName','PasteFromOfficeEnhanced','ClipboardPipeline','high','3827280BAGANA','featureNotAllowed','pasteFromOfficeEnhancedLicenseKeyDomainLimit','isActive','licenseKey','view','evaluationLimit','get','32vRyAiO','editing','PasteFromOffice','dataTransfer','5720964gEuZgE','execute','215220KVYBYJ','text/html','requires','_parsedData','plugins','document','PasteFromOfficeEnhancedPropagator','editor','3969810ybEiHJ','pasteFromOfficeEnhancedLicenseKeyNotAllowed','init','28727JtJcIx','_licenseKeyCheckInterval','pasteFromOfficeEnhancedLicenseKeyValid','inputTransformation','isPremiumPlugin','pasteFromOfficeEnhancedLicenseKeyTrialLimit','11koIydk','pasteFromOfficeEnhancedLicenseKeyUsageLimit','trialLimit','domainLimit','pasteFromOfficeEnhancedLicenseKeyInvalid','stylesProcessor','pasteFromOfficeEnhancedLicenseKeyExpired','getData','isOfficialPlugin'];_0x13ec=function(){return _0x219ffa;};return _0x13ec();}import{parsePasteOfficeHtml as _0x13679c}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x37ed39}from'ckeditor5/src/utils.js';import{MSOfficeInlineStylePropagator as _0x5d64bf}from'./normalizers/propagator/msofficeinlinestylepropagator.js';export class PasteFromOfficeEnhancedPropagator extends _0x327978{[_0x1c6daf(0x1d0)];[_0x1c6daf(0x1e6)];static get[_0x1c6daf(0x1c8)](){const _0x120d82=_0x1c6daf;return _0x120d82(0x1e0);}static get[_0x1c6daf(0x1f3)](){return!0x0;}static get[_0x1c6daf(0x1e9)](){return!0x0;}static get[_0x1c6daf(0x1dc)](){const _0x2fb4f2=_0x1c6daf;return[_0x2fb4f2(0x1d6)];}[_0x1c6daf(0x1e4)](){const _0x481685=_0x1c6daf,_0x5a7156=this[_0x481685(0x1e1)],_0x4935ea=_0x5a7156[_0x481685(0x1de)][_0x481685(0x1d3)](_0x481685(0x1ca)),_0x160be9=_0x5a7156[_0x481685(0x1d5)][_0x481685(0x1d1)][_0x481685(0x1df)],_0x51c70a=new _0x5d64bf(_0x160be9);_0x4935ea['on'](_0x481685(0x1e8),(_0x5ef8ca,_0xec40b3)=>{const _0xb426d9=_0x481685,_0x30a150=_0xec40b3[_0xb426d9(0x1d7)][_0xb426d9(0x1f2)](_0xb426d9(0x1db));_0x51c70a[_0xb426d9(0x1cf)](_0x30a150)&&(_0xec40b3[_0xb426d9(0x1dd)]||(_0xec40b3[_0xb426d9(0x1dd)]=_0x13679c(_0x30a150,_0x160be9[_0xb426d9(0x1f0)])),_0x51c70a[_0xb426d9(0x1d9)](_0xec40b3));},{'priority':_0x37ed39[_0x481685(0x1d3)](_0x481685(0x1cb))+0xa}),this[_0x481685(0x1d0)]=this[_0x481685(0x1e1)][_0x481685(0x1bc)][_0x481685(0x1d3)](_0x481685(0x1d0));const _0xd2b4d=this[_0x481685(0x1e1)];this[_0x481685(0x1e6)]=setInterval(()=>{const _0x137a16=_0x481685;let _0x27fe81;for(const _0x10fc79 in _0xd2b4d){const _0x50bc3c=_0x10fc79,_0x5114b7=_0xd2b4d[_0x50bc3c];if(_0x137a16(0x1e7)==_0x5114b7||_0x137a16(0x1ef)==_0x5114b7||_0x137a16(0x1f1)==_0x5114b7||_0x137a16(0x1ce)==_0x5114b7||_0x137a16(0x1e3)==_0x5114b7||_0x137a16(0x1bd)==_0x5114b7||_0x137a16(0x1ea)==_0x5114b7||_0x137a16(0x1ec)==_0x5114b7){delete _0xd2b4d[_0x50bc3c],_0x27fe81=_0x5114b7,clearInterval(this[_0x137a16(0x1e6)]),this[_0x137a16(0x1e6)]=void 0x0;break;}}_0x137a16(0x1ef)==_0x27fe81&&_0xd2b4d[_0x137a16(0x1c0)](_0x137a16(0x1c5)),_0x137a16(0x1f1)==_0x27fe81&&_0xd2b4d[_0x137a16(0x1c0)](_0x137a16(0x1c3)),_0x137a16(0x1ce)==_0x27fe81&&_0xd2b4d[_0x137a16(0x1c0)](_0x137a16(0x1ee)),_0x137a16(0x1e3)==_0x27fe81&&_0xd2b4d[_0x137a16(0x1c0)](_0x137a16(0x1cd),_0x137a16(0x1c9)),_0x137a16(0x1bd)==_0x27fe81&&_0xd2b4d[_0x137a16(0x1c0)](_0x137a16(0x1d2)),_0x137a16(0x1ea)==_0x27fe81&&_0xd2b4d[_0x137a16(0x1c0)](_0x137a16(0x1ed)),_0x137a16(0x1ec)==_0x27fe81&&_0xd2b4d[_0x137a16(0x1c0)](_0x137a16(0x1c6));},0x3e8);}[_0x1c6daf(0x1c1)](){const _0x26d232=_0x1c6daf;super[_0x26d232(0x1c1)](),this[_0x26d232(0x1e6)]&&clearInterval(this[_0x26d232(0x1e6)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x3a9ba4,_0x1115be){const _0x58cec8=_0x10bb,_0x2f5e1b=_0x3a9ba4();while(!![]){try{const _0x46e917=-parseInt(_0x58cec8(0x109))/0x1+-parseInt(_0x58cec8(0x106))/0x2+-parseInt(_0x58cec8(0x101))/0x3+parseInt(_0x58cec8(0x102))/0x4+-parseInt(_0x58cec8(0x108))/0x5*(parseInt(_0x58cec8(0x100))/0x6)+-parseInt(_0x58cec8(0x107))/0x7*(-parseInt(_0x58cec8(0x104))/0x8)+parseInt(_0x58cec8(0x103))/0x9*(parseInt(_0x58cec8(0xff))/0xa);if(_0x46e917===_0x1115be)break;else _0x2f5e1b['push'](_0x2f5e1b['shift']());}catch(_0x3519a2){_0x2f5e1b['push'](_0x2f5e1b['shift']());}}}(_0x8d4e,0xb2a92));const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function _0x10bb(_0x556019,_0x6a2e4f){const _0x8d4e5e=_0x8d4e();return _0x10bb=function(_0x10bbc2,_0x395ed8){_0x10bbc2=_0x10bbc2-0xff;let _0x1f71d7=_0x8d4e5e[_0x10bbc2];return _0x1f71d7;},_0x10bb(_0x556019,_0x6a2e4f);}function _0x8d4e(){const _0x3ed753=['9Lilwia','2778424oUJetq','test','2017522VaHxZs','7SiSoJT','1465UczTcb','729842AMnIGv','13163310ABCJWM','906odKgBO','1136694dlTYzm','4919616RrRFxV'];_0x8d4e=function(){return _0x3ed753;};return _0x8d4e();}export function isMSExcelContent(_0x40c560){const _0x1429d5=_0x10bb;return m[_0x1429d5(0x105)](_0x40c560);}
|