@ckeditor/ckeditor5-paste-from-office-enhanced 46.0.2-alpha.0 → 46.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/paste-from-office-enhanced.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
- package/src/index.js +1 -1
- package/src/legacyerrors.js +1 -1
- package/src/normalizers/inliner/msofficestylesinliner.js +1 -1
- package/src/normalizers/inliner/utils.js +1 -1
- package/src/normalizers/propagator/msofficeinlinestylepropagator.js +1 -1
- package/src/normalizers/propagator/utils.js +1 -1
- package/src/pastefromofficeenhanced.js +1 -1
- package/src/pastefromofficeenhancedinliner.js +1 -1
- package/src/pastefromofficeenhancedpropagator.js +1 -1
- package/src/utils.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>ut});var t=n(782);n(331);var e=n(783);function s(t){const e=parseFloat(t);return t.endsWith("pt")?o(96*e/72):t.endsWith("pc")?o(12*e*96/72):t.endsWith("in")?o(96*e):t.endsWith("cm")?o(96*e/2.54):t.endsWith("mm")?o(e/10*96/2.54):t}function i(t){return void 0!==t&&t.endsWith("px")}function o(t){return Math.round(t)+"px"}function c(t,n,r){if(!t.childCount)return;const s=new e.ViewUpcastWriter(t.document),c=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=h(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find(t=>t.startsWith("MsoList"))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=m(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,s);if(!c.length)return;const u={},f=[];for(const t of c)if(void 0!==t.indent){a(t)||(f.length=0);const e=`${t.id}:${t.indent}`,c=Math.min(t.indent-1,f.length);if(c<f.length&&f[c].id!==t.id&&(f.length=c),c<f.length-1)f.length=c+1;else{const a=l(t,n);if(c>f.length-1||f[c].listElement.name!=a.type){0==c&&"ol"==a.type&&void 0!==t.id&&u[e]&&(a.startIndex=u[e]);const n=p(a,s,r);if(i(t.marginLeft)&&(0==c||i(f[c-1].marginLeft))){let e=t.marginLeft;c>0&&(e=o(parseFloat(e)-parseFloat(f[c-1].marginLeft))),s.setStyle("padding-left",e,n)}if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[c-1].listItemElements;s.appendChild(n,t[t.length-1])}f[c]={...t,listElement:n,listItemElements:[]},0==c&&void 0!==t.id&&(u[e]=a.startIndex||1)}}const m="li"==t.element.name?t.element:s.createElement("li");s.appendChild(m,f[c].listElement),f[c].listItemElements.push(m),0==c&&void 0!==t.id&&u[e]++,t.element!=m&&s.appendChild(t.element,m),d(t.element,s),s.removeStyle("text-indent",t.element),s.removeStyle("margin-left",t.element)}else{const e=f.find(e=>e.marginLeft==t.marginLeft);if(e){const n=e.listItemElements;s.appendChild(t.element,n[n.length-1]),s.removeStyle("margin-left",t.element)}else f.length=0}}function a(t){const e=t.element.previousSibling;if(!e){const e=t.element.parent;return u(e)&&(!e.previousSibling||u(e.previousSibling))}return u(e)}function u(t){return t.is("element","ol")||t.is("element","ul")}function l(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,l=n.exec(e);let p="decimal",m="ol",d=null;if(l&&l[1]){const e=r.exec(l[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(l[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:f(p),isLegalStyleList:u}}function f(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function p(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function m(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function d(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function h(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function g(t,n){if(!t.childCount)return;const r=new e.ViewUpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some(t=>e.getAttribute("id").includes(t));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every(e=>t.indexOf(e)>-1)?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];let o=0;for(const t of r)t.item.is("element")&&s.match(t.item)&&(t.item.getAttribute("src").startsWith("file://")&&i.push({element:t.item,imageIndex:o}),o++);return i}(t,r);i.length&&function(t,e,n){for(let r=0;r<t.length;r++){const{element:s,imageIndex:i}=t[r],o=e[i];if(o){const t=`data:${o.type};base64,${y(o.hex)}`;n.setAttribute("src",t,s)}}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function y(t){return btoa(t.match(/\w{2}/g).map(t=>String.fromCharCode(parseInt(t,16))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,w=/xmlns:o="urn:schemas-microsoft-com/i;class b{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||w.test(t)}execute(t){const n=new e.ViewUpcastWriter(this.document),{body:r,stylesString:i}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),c(r,i,this.hasMultiLevelListPlugin),g(r,t.dataTransfer.getData("text/rtf")),function(t,e){for(const n of e.createRangeIn(t).getItems()){if(!n.is("element","table")&&!n.is("element","td")&&!n.is("element","th"))continue;const t=["left","top","right","bottom"];if(t.every(t=>!n.hasStyle(`border-${t}-style`)))e.setStyle("border-style","none",n);else for(const r of t)n.hasStyle(`border-${r}-style`)||e.setStyle(`border-${r}-style`,"none",n);const r=["width","height",...t.map(t=>`border-${t}-width`),...t.map(t=>`padding-${t}`)];for(const t of r)n.hasStyle(t)&&e.setStyle(t,s(n.getStyle(t)),n)}}(r,n),function(t,e){for(const n of e.createRangeIn(t).getItems())n.is("element","table")&&("0px"===n.getStyle("width")&&e.removeStyle("width",n),"0"===n.getAttribute("width")&&e.removeAttribute("width",n))}(r,n),function(t){const n=[],r=new e.ViewUpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,(t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length))}function x(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach(t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)})}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.ViewDomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var S=n(584);function C(){const t=["test","15570UkzAjp","270BUsqXK","143205EUDiwC","4036960uDrQEA","1162102KCiXJn","24147PysucG","845098gQseiW","2949222eomfAd","993624igdfNo","49WIJVLT"];return(C=function(){return t})()}function E(t,e){const n=C();return(E=function(t,e){return n[t-=396]})(t,e)}!function(t){const e=E,n=t();for(;;)try{if(766404===parseInt(e(402))/1+-parseInt(e(404))/2+-parseInt(e(405))/3+-parseInt(e(401))/4+-parseInt(e(400))/5*(parseInt(e(399))/6)+parseInt(e(396))/7*(-parseInt(e(406))/8)+-parseInt(e(403))/9*(-parseInt(e(398))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(C);const A=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function L(t){return A[E(397)](t)}!function(t){const e=j,n=t();for(;;)try{if(963563===parseInt(e(105))/1+parseInt(e(128))/2+-parseInt(e(110))/3*(-parseInt(e(126))/4)+-parseInt(e(125))/5+-parseInt(e(116))/6*(parseInt(e(113))/7)+parseInt(e(119))/8+parseInt(e(118))/9*(-parseInt(e(112))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(O);const P=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function O(){const t=["1953846KGEWrY","751880BJtyfG","selectorText","name","set","map","push","1301570bSCsZL","4CLTvGX","exec","885764clbWrp","className","initial","cssRules","split","1725742Igfnco","tagName","trim","getPropertyValue","assign","109653wmjJuX","length","40KZMJeo","119bhtfFP","style","hasClass","73026NstTcT","groups"];return(O=function(){return t})()}function T(t,e){const n=j,r=new Map;for(const[s,i]of e){if(!s[n(106)]&&!s[n(129)])continue;const e=!s[n(106)]||t[n(121)]===s[n(106)],o=!s[n(129)]||t[n(115)](s[n(129)]);e&&o&&r[n(122)](s,i)}return r}function F(t){const e=j,n={};for(let r=0;r<t[e(111)];r++){const s=t[r],i=t[e(108)](s);e(130)!==i&&(n[s]=i)}return n}function N(t){const e=j,n=t[e(132)](",")[e(123)](t=>t[e(107)]()),r=[];for(const t of n){const n=P[e(127)](t);n&&r[e(124)](n[e(117)])}return r}function j(t,e){const n=O();return(j=function(t,e){return n[t-=105]})(t,e)}function R(t){const e=j,n={};for(const r of t)Object[e(109)](n,r);return n}const W=M;!function(t){const e=M,n=t();for(;;)try{if(852041===parseInt(e(269))/1+-parseInt(e(268))/2*(-parseInt(e(264))/3)+parseInt(e(263))/4+-parseInt(e(271))/5+parseInt(e(267))/6*(parseInt(e(278))/7)+parseInt(e(277))/8*(-parseInt(e(259))/9)+-parseInt(e(272))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class K extends b{[W(257)](t){const n=W,{body:r,styles:s}=t[n(260)],i=new e.ViewUpcastWriter(r[n(262)]),o=i[n(266)](r),c=function(t){const e=j,n=new Map;for(const r in t){const s=N(r),i=t[r];for(const t of s)n[e(122)](t,i)}return n}(function(t){const e=j,n={};for(const r of t)for(const t of r[e(131)])if(t instanceof CSSStyleRule){const r=F(t[e(114)]);n[t[e(120)]]=Object[e(109)]({},n[t[e(120)]]||{},r)}return n}(s));for(const t of o){if(n(261)!==t[n(258)])continue;const e=T(t[n(276)],c);if(e[n(265)]){const r=R(Array[n(270)](e[n(274)]()));for(const e in r){const s=t[n(276)];s[n(273)](e)||i[n(279)](e,r[e],s)}}}t[n(275)]=r}[W(280)](t){return super[W(280)](t)||L(t)}}function M(t,e){const n=k();return(M=function(t,e){return n[t-=257]})(t,e)}function k(){const t=["_parsedData","elementStart","document","567348sCoPvu","100983zLZhbg","size","createRangeIn","66zyrPbF","98HrkhaC","1114611TtILCu","from","4630960mYSmzV","2848450lboRmJ","hasStyle","values","content","item","56eUEzde","450443EgOZaN","setStyle","isActive","execute","type","1993626TIZqyj"];return(k=function(){return t})()}function D(){const t=["map","1834uXunfR","305990UTTfgr","href","1853169sHZkyy","4985496TfAdxT","_parsedData","11358QQZfJn","document","text/html","requires","inputTransformation","getData","19208JqwvNm","fromCharCode","stylesProcessor","7870FHiqsg","execute","editing","PasteFromOfficeEnhancedInliner","get","plugins","afterInit","editor","view","dataTransfer","init","ClipboardPipeline","2123758xbyDKM","pluginName","isPremiumPlugin","join","302144IoFNIV","isActive","PasteFromOffice","6cDtrHm","isOfficialPlugin","high"];return(D=function(){return t})()}const U=$;function $(t,e){const n=D();return($=function(t,e){return n[t-=211]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(679032===parseInt(e(222))/1+-parseInt(e(218))/2+parseInt(e(232))/3+parseInt(e(233))/4+parseInt(e(230))/5*(-parseInt(e(225))/6)+-parseInt(e(229))/7*(-parseInt(e(241))/8)+parseInt(e(235))/9*(-parseInt(e(244))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(D);class V extends t.Plugin{static get[U(219)](){return U(247)}static get[U(226)](){return!0}static get[U(220)](){return!0}static get[U(238)](){return[U(224)]}[U(216)](){const t=U,e=this[t(213)],n=e[t(211)][t(248)](t(217)),r=e[t(246)][t(214)][t(236)],s=new K(r);n.on(t(239),(e,n)=>{const i=t,o=n[i(215)][i(240)](i(237));s[i(223)](o)&&(n[i(234)]||(n[i(234)]=x(o,r[i(243)])),s[i(245)](n))},{priority:S.priorities[t(248)](t(227))+11})}[U(212)](){!async function(t){const e=d([52,120,107,116,80,121,76,55,53,56,57,111,51,48,115,118,84,85,81,67,54,109,75,78,108,65,87,105,74,104,117,77,71,122,88,113,73,103,49,82,114,97,100,99,89,79,90,110,83,68,72,106,50,86,98,70,112,119,102,101,69,66]),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(228)](t=>String[e(242)](t))[e(221)]("")}!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([120]);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:1755475200;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(231)]);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 J=Q;function q(){const t=["vertical-align","bolder","includes","bold","1941425WgPNNt","forEach","italic","4763906HZaKil","12940610XaAwUX","sub","1581732cJpGpm","31153VoLsPE","7942236zLFjnl","8KKqNOs","underline","text-decoration-line","font-family","length","color","medium","keys","text-decoration","getStyle","function","125703qhBomT","font-weight","super","font-size","116AJIyxD","setStyle","split","filter","8jAqCoH","createElement","from","insertChild","getStyleNames","getChildren","font-style","removeStyle","strong","sup","line-through","span"];return(q=function(){return t})()}!function(t){const e=Q,n=t();for(;;)try{if(944347===-parseInt(e(145))/1*(parseInt(e(147))/2)+parseInt(e(158))/3*(parseInt(e(162))/4)+parseInt(e(182))/5+-parseInt(e(146))/6+-parseInt(e(141))/7*(parseInt(e(166))/8)+parseInt(e(144))/9+parseInt(e(142))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(q);const z=[J(152),J(150),J(161),J(155),J(149),J(159),J(172),J(178)],H=[J(152),J(150),J(161)],X={"font-style":[[J(184),"i"]],"font-weight":[[J(153),J(174)],[J(181),J(174)],[J(179),J(174)],[t=>Number(t)>=600,J(174)]],"text-decoration":[[J(148),"u"],[J(176),"s"]],"text-decoration-line":[[J(148),"u"],[J(176),"s"]],"vertical-align":[[J(143),J(143)],[J(160),J(175)]]};function G(t){return z[J(180)](t)}function B(t){const e=J;return Array[e(168)](t[e(170)]())[e(165)](G)}function _(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=J,r={},s={};return e[n(183)](e=>{const i=n,o=t[i(156)](e);if(o)if(c=e,H[J(180)](c))r[e]=o;else if(e in X){const t=o[i(164)](" ");X[e][i(183)](([n,r])=>{const o=i;for(const i of t)(o(157)==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=J;for(const s in n)n[s][r(183)](([,n])=>{const s=r,i=e[s(167)](n,[],t[s(171)]());e[s(169)](0,i,t)}),e[r(173)](s,t)})(t,e,s),function(t,e,n){const r=J;if(!Object[r(154)](n)[r(151)])return;const s=e[r(167)](r(177),[],t[r(171)]());e[r(163)](n,s),e[r(169)](0,s,t),e[r(173)](Object[r(154)](n),t)}(t,e,r)}function Q(t,e){const n=q();return(Q=function(t,e){return n[t-=141]})(t,e)}const Z=Y;function Y(t,e){const n=tt();return(Y=function(t,e){return n[t-=266]})(t,e)}function tt(){const t=["1bEnEdr","4602zCpDUW","font","236952CNTWOc","getItems","217760VrJFkj","execute","name","element","document","4tgIaEE","2372566XUkUgr","5650190NjACEN","stylesProcessor","_parsedData","createRangeIn","33fSAONW","isActive","1186340xzckvQ","4414242TYiYSb","includes","content","blockElements","315NmHYAg"];return(tt=function(){return t})()}!function(t){const e=Y,n=t();for(;;)try{if(543107===parseInt(e(280))/1*(-parseInt(e(285))/2)+-parseInt(e(281))/3+-parseInt(e(266))/4*(-parseInt(e(274))/5)+parseInt(e(275))/6+parseInt(e(267))/7+parseInt(e(283))/8*(parseInt(e(279))/9)+-parseInt(e(268))/10*(parseInt(e(272))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class et extends b{[Z(286)](t){const n=Z,{body:r}=t[n(270)],s=new e.ViewUpcastWriter(r[n(289)]),i=s[n(271)](r),o=new e.ViewDocument(s[n(289)][n(269)]),c=[...new e.ViewDomConverter(o)[n(278)],n(282)],a=i[n(284)]();for(const t of a)if(t.is(n(288))&&c[n(276)](t[n(287)])){_(t,s,B(t))}t[n(277)]=r}[Z(273)](t){return super[Z(273)](t)||L(t)}}const nt=rt;function rt(t,e){const n=st();return(rt=function(t,e){return n[t-=468]})(t,e)}function st(){const t=["stylesProcessor","isOfficialPlugin","isPremiumPlugin","9898ixiJNm","_parsedData","licenseKey","pasteFromOfficeEnhancedLicenseKeyNotAllowed","evaluationLimit","pasteFromOfficeEnhancedLicenseKeyExpired","pasteFromOfficeEnhancedLicenseKeyTrialLimit","PasteFromOfficeEnhancedPropagator","document","PasteFromOffice","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","ClipboardPipeline","PasteFromOfficeEnhanced","2671083LRTncY","pasteFromOfficeEnhancedLicenseKeyDomainLimit","expired","isActive","featureNotAllowed","text/html","pluginName","invalid","154695VLEXkm","editor","high","185092QOlWKC","pasteFromOfficeEnhancedLicenseKeyValid","getData","execute","requires","usageLimit","inputTransformation","trialLimit","destroy","pasteFromOfficeEnhancedLicenseKeyInvalid","1175492yMycJm","_licenseKeyCheckInterval","55552fHdejD","12mjUrRc","domainLimit","config","init","_showLicenseError","3960384uNhSuX","get","editing","view","dataTransfer","plugins","3rPUQHR","pasteFromOfficeEnhancedLicenseKeyUsageLimit"];return(st=function(){return t})()}!function(t){const e=rt,n=t();for(;;)try{if(346439===-parseInt(e(511))/1+parseInt(e(509))/2+parseInt(e(470))/3*(parseInt(e(499))/4)+-parseInt(e(496))/5+-parseInt(e(512))/6*(parseInt(e(475))/7)+-parseInt(e(517))/8+parseInt(e(488))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(st);class it extends t.Plugin{[nt(477)];[nt(510)];static get[nt(494)](){return nt(482)}static get[nt(473)](){return!0}static get[nt(474)](){return!0}static get[nt(503)](){return[nt(484)]}[nt(515)](){const t=nt,e=this[t(497)],n=e[t(469)][t(518)](t(486)),r=e[t(519)][t(520)][t(483)],s=new et(r);n.on(t(505),(e,n)=>{const i=t,o=n[i(468)][i(501)](i(493));s[i(491)](o)&&(n[i(476)]||(n[i(476)]=x(o,r[i(472)])),s[i(502)](n))},{priority:S.priorities[t(518)](t(498))+10}),this[t(477)]=this[t(497)][t(514)][t(518)](t(477));const i=this[t(497)];this[t(510)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(500)==s||e(508)==s||e(480)==s||e(489)==s||e(478)==s||e(485)==s||e(481)==s||e(471)==s){delete i[r],n=s,clearInterval(this[e(510)]),this[e(510)]=void 0;break}}e(508)==n&&i[e(516)](e(495)),e(480)==n&&i[e(516)](e(490)),e(489)==n&&i[e(516)](e(513)),e(478)==n&&i[e(516)](e(492),e(487)),e(485)==n&&i[e(516)](e(479)),e(481)==n&&i[e(516)](e(506)),e(471)==n&&i[e(516)](e(504))},1e3)}[nt(507)](){const t=nt;super[t(507)](),this[t(510)]&&clearInterval(this[t(510)])}}var ot=at;function ct(){var t=["7uGmBBX","PasteFromOfficeEnhanced","2EDkfxw","197516eTGKmQ","696LAFXJG","258295bfqUMp","PasteFromOffice","pluginName","757482vdYGRm","126OHpend","1689498BPelEt","isOfficialPlugin","requires","140269wtzZkK","isPremiumPlugin","10aBeMQC","796048BgUIRb","3788520NpJfTe"];return(ct=function(){return t})()}function at(t,e){var n=ct();return(at=function(t,e){return n[t-=198]})(t,e)}!function(t){for(var e=at,n=t();;)try{if(553689===-parseInt(e(207))/1*(parseInt(e(214))/2)+parseInt(e(202))/3+parseInt(e(210))/4+-parseInt(e(199))/5*(parseInt(e(203))/6)+-parseInt(e(212))/7*(-parseInt(e(211))/8)+-parseInt(e(204))/9*(parseInt(e(209))/10)+parseInt(e(215))/11*(parseInt(e(198))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class ut extends t.Plugin{static get[ot(201)](){return ot(213)}static get[ot(205)](){return!0}static get[ot(208)](){return!0}static get[ot(206)](){return[ot(200),V,it]}}function lt(t,e){var n=ft();return(lt=function(t,e){return n[t-=327]})(t,e)}function ft(){var t=["2bqjJeG","3417249sizukd","4240436JmUAFn","114mDWKSW","476347RwMhyU","12570ILEtld","12663ebeFnt","80915zUTcyO","9805873aeajXG","3904uOPugG","5121NyLWVH"];return(ft=function(){return t})()}!function(t){for(var e=lt,n=t();;)try{if(633988===parseInt(e(331))/1*(-parseInt(e(327))/2)+parseInt(e(328))/3+-parseInt(e(329))/4+parseInt(e(334))/5*(parseInt(e(330))/6)+-parseInt(e(333))/7*(parseInt(e(336))/8)+parseInt(e(337))/9*(parseInt(e(332))/10)+parseInt(e(335))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
|
4
|
+
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>ut});var t=n(782);n(331);var e=n(783);function s(t){const e=parseFloat(t);return t.endsWith("pt")?o(96*e/72):t.endsWith("pc")?o(12*e*96/72):t.endsWith("in")?o(96*e):t.endsWith("cm")?o(96*e/2.54):t.endsWith("mm")?o(e/10*96/2.54):t}function i(t){return void 0!==t&&t.endsWith("px")}function o(t){return Math.round(t)+"px"}function c(t,n,r){if(!t.childCount)return;const s=new e.ViewUpcastWriter(t.document),c=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=h(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find(t=>t.startsWith("MsoList"))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=m(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,s);if(!c.length)return;const u={},f=[];for(const t of c)if(void 0!==t.indent){a(t)||(f.length=0);const e=`${t.id}:${t.indent}`,c=Math.min(t.indent-1,f.length);if(c<f.length&&f[c].id!==t.id&&(f.length=c),c<f.length-1)f.length=c+1;else{const a=l(t,n);if(c>f.length-1||f[c].listElement.name!=a.type){0==c&&"ol"==a.type&&void 0!==t.id&&u[e]&&(a.startIndex=u[e]);const n=p(a,s,r);if(i(t.marginLeft)&&(0==c||i(f[c-1].marginLeft))){let e=t.marginLeft;c>0&&(e=o(parseFloat(e)-parseFloat(f[c-1].marginLeft))),s.setStyle("padding-left",e,n)}if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[c-1].listItemElements;s.appendChild(n,t[t.length-1])}f[c]={...t,listElement:n,listItemElements:[]},0==c&&void 0!==t.id&&(u[e]=a.startIndex||1)}}const m="li"==t.element.name?t.element:s.createElement("li");s.appendChild(m,f[c].listElement),f[c].listItemElements.push(m),0==c&&void 0!==t.id&&u[e]++,t.element!=m&&s.appendChild(t.element,m),d(t.element,s),s.removeStyle("text-indent",t.element),s.removeStyle("margin-left",t.element)}else{const e=f.find(e=>e.marginLeft==t.marginLeft);if(e){const n=e.listItemElements;s.appendChild(t.element,n[n.length-1]),s.removeStyle("margin-left",t.element)}else f.length=0}}function a(t){const e=t.element.previousSibling;if(!e){const e=t.element.parent;return u(e)&&(!e.previousSibling||u(e.previousSibling))}return u(e)}function u(t){return t.is("element","ol")||t.is("element","ul")}function l(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,l=n.exec(e);let p="decimal",m="ol",d=null;if(l&&l[1]){const e=r.exec(l[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(l[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:f(p),isLegalStyleList:u}}function f(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function p(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function m(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function d(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function h(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function g(t,n){if(!t.childCount)return;const r=new e.ViewUpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some(t=>e.getAttribute("id").includes(t));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every(e=>t.indexOf(e)>-1)?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];let o=0;for(const t of r)t.item.is("element")&&s.match(t.item)&&(t.item.getAttribute("src").startsWith("file://")&&i.push({element:t.item,imageIndex:o}),o++);return i}(t,r);i.length&&function(t,e,n){for(let r=0;r<t.length;r++){const{element:s,imageIndex:i}=t[r],o=e[i];if(o){const t=`data:${o.type};base64,${y(o.hex)}`;n.setAttribute("src",t,s)}}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function y(t){return btoa(t.match(/\w{2}/g).map(t=>String.fromCharCode(parseInt(t,16))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,w=/xmlns:o="urn:schemas-microsoft-com/i;class v{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||w.test(t)}execute(t){const n=new e.ViewUpcastWriter(this.document),{body:r,stylesString:i}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),c(r,i,this.hasMultiLevelListPlugin),g(r,t.dataTransfer.getData("text/rtf")),function(t,e){for(const n of e.createRangeIn(t).getItems()){if(!n.is("element","table")&&!n.is("element","td")&&!n.is("element","th"))continue;const t=["left","top","right","bottom"];if(t.every(t=>!n.hasStyle(`border-${t}-style`)))e.setStyle("border-style","none",n);else for(const r of t)n.hasStyle(`border-${r}-style`)||e.setStyle(`border-${r}-style`,"none",n);const r=["width","height",...t.map(t=>`border-${t}-width`),...t.map(t=>`padding-${t}`)];for(const t of r)n.hasStyle(t)&&e.setStyle(t,s(n.getStyle(t)),n)}}(r,n),function(t,e){for(const n of e.createRangeIn(t).getItems())n.is("element","table")&&("0px"===n.getStyle("width")&&e.removeStyle("width",n),"0"===n.getAttribute("width")&&e.removeAttribute("width",n))}(r,n),function(t){const n=[],r=new e.ViewUpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function b(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,(t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length))}function x(t,n){const r=new DOMParser,s=function(t){return b(b(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach(t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)})}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.ViewDomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var S=n(584);function C(){const t=["2mtYVGp","2157352DoxioG","284918uGgamT","409179MSCwXf","454830lokMRW","21nnblUU","9788148BrIfVh","5LytnUd","test","2730440SFoOMm","517CcsjzU","5163018pyngxG"];return(C=function(){return t})()}!function(t){const e=E,n=t();for(;;)try{if(567540===parseInt(e(303))/1+-parseInt(e(301))/2*(parseInt(e(304))/3)+-parseInt(e(298))/4+parseInt(e(296))/5*(parseInt(e(300))/6)+parseInt(e(306))/7*(-parseInt(e(302))/8)+-parseInt(e(307))/9+-parseInt(e(305))/10*(-parseInt(e(299))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(C);const A=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t,e){const n=C();return(E=function(t,e){return n[t-=296]})(t,e)}function L(t){return A[E(297)](t)}!function(t){const e=k,n=t();for(;;)try{if(421395===-parseInt(e(242))/1*(parseInt(e(238))/2)+parseInt(e(236))/3+parseInt(e(234))/4*(parseInt(e(235))/5)+parseInt(e(243))/6*(parseInt(e(222))/7)+parseInt(e(231))/8+parseInt(e(240))/9+-parseInt(e(228))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);const O=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function P(t,e){const n=k,r=new Map;for(const[s,i]of e){if(!s[n(230)]&&!s[n(219)])continue;const e=!s[n(230)]||t[n(221)]===s[n(230)],o=!s[n(219)]||t[n(241)](s[n(219)]);e&&o&&r[n(218)](s,i)}return r}function F(t){const e=k,n={};for(let r=0;r<t[e(226)];r++){const s=t[r],i=t[e(239)](s);e(244)!==i&&(n[s]=i)}return n}function N(t){const e=k,n=t[e(237)](",")[e(224)](t=>t[e(225)]()),r=[];for(const t of n){const n=O[e(223)](t);n&&r[e(227)](n[e(220)])}return r}function R(t){const e=k,n={};for(const r of t)Object[e(217)](n,r);return n}function k(t,e){const n=M();return(k=function(t,e){return n[t-=217]})(t,e)}function M(){const t=["20916950oRbGBL","selectorText","tagName","6139472cGgNFU","cssRules","style","1100vSNNov","9325MqPEAd","2308776MLOLtw","split","19504arkvoA","getPropertyValue","5819553rSHhAp","hasClass","60gYZXer","2796rPNDlA","initial","assign","set","className","groups","name","6034ddnFXG","exec","map","trim","length","push"];return(M=function(){return t})()}function T(t,e){const n=D();return(T=function(t,e){return n[t-=496]})(t,e)}const j=T;function D(){const t=["2054982DVSHaJ","45EupykJ","execute","619968iiLQjr","type","setStyle","108868wqgXYg","isActive","2423708cBhpgV","elementStart","item","184fBdNFJ","createRangeIn","94887Ygcbru","from","document","size","hasStyle","values","_parsedData","18826BCAJDV","13JsnAOh","5773100vsokDv","content"];return(D=function(){return t})()}!function(t){const e=T,n=t();for(;;)try{if(254496===parseInt(e(516))/1*(-parseInt(e(515))/2)+-parseInt(e(498))/3+parseInt(e(501))/4*(parseInt(e(496))/5)+-parseInt(e(519))/6+parseInt(e(503))/7+parseInt(e(506))/8*(-parseInt(e(508))/9)+parseInt(e(517))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(D);class V extends v{[j(497)](t){const n=j,{body:r,styles:s}=t[n(514)],i=new e.ViewUpcastWriter(r[n(510)]),o=i[n(507)](r),c=function(t){const e=k,n=new Map;for(const r in t){const s=N(r),i=t[r];for(const t of s)n[e(218)](t,i)}return n}(function(t){const e=k,n={};for(const r of t)for(const t of r[e(232)])if(t instanceof CSSStyleRule){const r=F(t[e(233)]);n[t[e(229)]]=Object[e(217)]({},n[t[e(229)]]||{},r)}return n}(s));for(const t of o){if(n(504)!==t[n(499)])continue;const e=P(t[n(505)],c);if(e[n(511)]){const r=R(Array[n(509)](e[n(513)]()));for(const e in r){const s=t[n(505)];s[n(512)](e)||i[n(500)](e,r[e],s)}}}t[n(518)]=r}[j(502)](t){return super[j(502)](t)||L(t)}}const K=$;function W(){const t=["map","text/html","114GiPBFK","stylesProcessor","view","1604866uHqRvs","ClipboardPipeline","isActive","14449220KXvNLR","requires","href","getData","701514zMyCDh","execute","inputTransformation","pluginName","editor","186459tPYRLJ","_parsedData","dataTransfer","document","7688lPKvqR","join","3519KfZKuW","plugins","init","get","editing","isPremiumPlugin","afterInit","PasteFromOfficeEnhancedInliner","3438370reMOKV","fromCharCode","PasteFromOffice","500619KSxbfc","108QkAjhM","high","isOfficialPlugin"];return(W=function(){return t})()}function $(t,e){const n=W();return($=function(t,e){return n[t-=138]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(872032===-parseInt(e(152))/1+-parseInt(e(159))/2+-parseInt(e(164))/3*(-parseInt(e(144))/4)+parseInt(e(140))/5+parseInt(e(149))/6*(-parseInt(e(143))/7)+parseInt(e(168))/8*(parseInt(e(170))/9)+parseInt(e(155))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);class U extends t.Plugin{static get[K(162)](){return K(139)}static get[K(146)](){return!0}static get[K(175)](){return!0}static get[K(156)](){return[K(142)]}[K(172)](){const t=K,e=this[t(163)],n=e[t(171)][t(173)](t(153)),r=e[t(174)][t(151)][t(167)],s=new V(r);n.on(t(161),(e,n)=>{const i=t,o=n[i(166)][i(158)](i(148));s[i(154)](o)&&(n[i(165)]||(n[i(165)]=x(o,r[i(150)])),s[i(160)](n))},{priority:S.priorities[t(173)](t(145))+11})}[K(138)](){!async function(t){const e=d([122,53,55,103,57,52,97,115,118,119,79,85,67,111,88,120,48,82,104,90,109,75,72,49,101,69,56,116,70,83,74,71,102,50,110,84,77,51,73,121,106,68,81,108,112,66,89,117,98,107,114,113,99,86,105,87,54,100,80,65,78,76]),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(147)](t=>String[e(141)](t))[e(169)]("")}!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([122]);for(let r=0;r<t[d([108,101,110,103,116,104])];r+=2){let s=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[d([108,101,110,103,116,104])]&&(s-=e[d([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=d([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121])+t,t!=d([86,97,108,105,100])&&async function(){await s,r[d([109,111,100,101,108])][d([99,104,97,110,103,101])]=m,r[d([109,111,100,101,108])][d([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,r[d([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](d([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return o==d([71,80,76])?d([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[d([115,112,108,105,116])](d([46]));return 3!=t[d([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[d([106,116,105])],n=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](t[d([108,101,110,103,116,104])]-8),16),r={...e,[d([106,116,105])]:t[d([115,117,98,115,116,114,105,110,103])](0,t[d([108,101,110,103,116,104])]-8)};return delete r[d([118,99])],l(r)==n}}}(),t?(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[d([80,114,111,109,105,115,101])])(c=>{if(i())return c(d([86,97,108,105,100]));o(),r[d([100,101,99,111,114,97,116,101])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const u=(0,S.uid)();function m(t){return!!t&&(typeof t===d([111,98,106,101,99,116])||typeof t===d([102,117,110,99,116,105,111,110]))&&typeof t[d([116,104,101,110])]===d([102,117,110,99,116,105,111,110])&&typeof t[d([99,97,116,99,104])]===d([102,117,110,99,116,105,111,110])}function h(r){a(r)[d([116,104,101,110])](t=>t&&t[d([115,116,97,116,117,115])]==d([111,107])?f(l(u+e))!=t[d([118,101,114,105,102,105,99,97,116,105,111,110])]?d([85,115,97,103,101,76,105,109,105,116]):d([86,97,108,105,100]):d([85,115,97,103,101,76,105,109,105,116]))[d([116,104,101,110])](t=>(i(),t),()=>{const t=o();return null==t?(i(),d([86,97,108,105,100])):d(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[d([116,104,101,110])](c)[d([99,97,116,99,104])](()=>{c(d([85,115,97,103,101,76,105,109,105,116]))});const s=36e5;function i(){const e=d([108,108,99,116,45])+f(l(t)),r=p(f(window[d([77,97,116,104])][d([99,101,105,108])](n/s)));window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([115,101,116,73,116,101,109])](e,r)}function o(){const e=d([108,108,99,116,45])+f(l(t)),n=window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([103,101,116,73,116,101,109])](e);return n?window[d([112,97,114,115,101,73,110,116])](p(n),16)*s:null}function a(t){return new(window[d([80,114,111,109,105,115,101])])((e,n)=>{t[d([116,104,101,110])](e,n),window[d([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(d([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[d([114,101,113,117,101,115,116,73,100])]:u}},{[d([112,114,105,111,114,105,116,121])]:d([104,105,103,104])}),r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[d([114,101,116,117,114,110])])&&(a=!0,h(t[d([114,101,116,117,114,110])]))},{[d([112,114,105,111,114,105,116,121])]:d([108,111,119])}),s[d([116,104,101,110])](()=>{a||c(d([85,115,97,103,101,76,105,109,105,116]))})});function i(){return r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==d([97,117,116,111])}function o(){r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=d([97,117,116,111])}}(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[d([106,116,105])])),await async function(){let t=!0;try{const r=o[d([115,112,108,105,116])](d([46])),[s,i,c]=r;return e(s),await n(s,i,c),t}catch{return!1}function e(e){const n=a(e);n&&n[d([97,108,103])]==d([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[d([85,105,110,116,56,65,114,114,97,121])][d([102,114,111,109])](u(r),t=>t[d([99,104,97,114,67,111,100,101,65,116])](0)),o=(new(window[d([84,101,120,116,69,110,99,111,100,101,114])]))[d([101,110,99,111,100,101])](e+d([46])+n),c=window[d([99,114,121,112,116,111])][d([115,117,98,116,108,101])];if(!c)return;const a=await c[d([105,109,112,111,114,116,75,101,121])](d([106,119,107]),i,{[d([110,97,109,101])]:d([69,67,68,83,65]),[d([110,97,109,101,100,67,117,114,118,101])]:d([80,45,50,53,54])},!1,[d([118,101,114,105,102,121])]);await c[d([118,101,114,105,102,121])]({[d([110,97,109,101])]:d([69,67,68,83,65]),[d([104,97,115,104])]:{[d([110,97,109,101])]:d([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[d([102,101,97,116,117,114,101,115])];return!(!e||!e[d([105,110,99,108,117,100,101,115])](d([42]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,79,69]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,80])))}()?function(){const e=[d([101,118,97,108,117,97,116,105,111,110]),d([116,114,105,97,108])][d([105,110,99,108,117,100,101,115])](t[d([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1755561600;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=$,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(157)]);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=z;!function(t){const e=z,n=t();for(;;)try{if(856456===-parseInt(e(365))/1*(-parseInt(e(382))/2)+parseInt(e(344))/3+parseInt(e(341))/4*(parseInt(e(366))/5)+-parseInt(e(350))/6+-parseInt(e(348))/7+parseInt(e(368))/8+-parseInt(e(372))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);const B=[q(370),q(374),q(353),q(340),q(363),q(378),q(369),q(371)];function G(){const t=["removeStyle","underline","medium","3061835UdkCTg","sub","8657238yaqvxT","italic","keys","font-size","getStyleNames","filter","bolder","sup","span","setStyle","createElement","includes","getChildren","text-decoration-line","insertChild","1rVmDuu","415lSgfay","split","7290352CReYUO","font-style","color","vertical-align","6162030UhcDjR","super","font-family","bold","forEach","function","font-weight","strong","length","getStyle","2850382TWKCmF","text-decoration","31504dwLsDC","line-through","from","1293633VUwkEn"];return(G=function(){return t})()}const H=[q(370),q(374),q(353)],J={"font-style":[[q(351),"i"]],"font-weight":[[q(347),q(379)],[q(375),q(379)],[q(356),q(379)],[t=>Number(t)>=600,q(379)]],"text-decoration":[[q(346),"u"],[q(342),"s"]],"text-decoration-line":[[q(346),"u"],[q(342),"s"]],"vertical-align":[[q(349),q(349)],[q(373),q(357)]]};function X(t){return B[q(361)](t)}function Y(t){const e=q;return Array[e(343)](t[e(354)]())[e(355)](X)}function _(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=q,r={},s={};return e[n(376)](e=>{const i=n,o=t[i(381)](e);if(o)if(c=e,H[q(361)](c))r[e]=o;else if(e in J){const t=o[i(367)](" ");J[e][i(376)](([n,r])=>{const o=i;for(const i of t)(o(377)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])})}var c}),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=q;for(const s in n)n[s][r(376)](([,n])=>{const s=r,i=e[s(360)](n,[],t[s(362)]());e[s(364)](0,i,t)}),e[r(345)](s,t)})(t,e,s),function(t,e,n){const r=q;if(!Object[r(352)](n)[r(380)])return;const s=e[r(360)](r(358),[],t[r(362)]());e[r(359)](n,s),e[r(364)](0,s,t),e[r(345)](Object[r(352)](n),t)}(t,e,r)}function z(t,e){const n=G();return(z=function(t,e){return n[t-=340]})(t,e)}function Z(t,e){const n=tt();return(Z=function(t,e){return n[t-=489]})(t,e)}const Q=Z;function tt(){const t=["name","831060iPBKTk","getItems","2550984NuuRRB","stylesProcessor","874528CeXKNt","blockElements","content","_parsedData","createRangeIn","execute","6aXloQV","3jOcvSM","2757363gTHGYa","includes","129008NYuqkP","font","4891455ntuSSX","isActive","134349ntPrDY","document","element"];return(tt=function(){return t})()}!function(t){const e=Z,n=t();for(;;)try{if(322026===-parseInt(e(494))/1+parseInt(e(490))/2*(-parseInt(e(509))/3)+parseInt(e(502))/4+-parseInt(e(498))/5*(parseInt(e(508))/6)+-parseInt(e(510))/7+parseInt(e(500))/8+parseInt(e(492))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class et extends v{[Q(507)](t){const n=Q,{body:r}=t[n(505)],s=new e.ViewUpcastWriter(r[n(495)]),i=s[n(506)](r),o=new e.ViewDocument(s[n(495)][n(501)]),c=[...new e.ViewDomConverter(o)[n(503)],n(491)],a=i[n(499)]();for(const t of a)if(t.is(n(496))&&c[n(489)](t[n(497)])){_(t,s,Y(t))}t[n(504)]=r}[Q(493)](t){return super[Q(493)](t)||L(t)}}const nt=st;function rt(){const t=["text/html","init","pasteFromOfficeEnhancedLicenseKeyInvalid","_showLicenseError","editing","inputTransformation","pasteFromOfficeEnhancedLicenseKeyExpired","3983833CwxbqN","destroy","trialLimit","execute","ClipboardPipeline","get","138442EYlCzs","domainLimit","PasteFromOffice","view","licenseKey","12bkpSJw","editor","dataTransfer","high","pasteFromOfficeEnhancedLicenseKeyNotAllowed","pluginName","pasteFromOfficeEnhancedLicenseKeyUsageLimit","5500240SnTQSN","config","featureNotAllowed","invalid","pasteFromOfficeEnhancedLicenseKeyTrialLimit","evaluationLimit","180OEOelr","_parsedData","isPremiumPlugin","expired","document","11829330ivSjqg","isOfficialPlugin","isActive","requires","_licenseKeyCheckInterval","PasteFromOfficeEnhancedPropagator","1683304mDvqyt","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","stylesProcessor","PasteFromOfficeEnhanced","getData","2536875ATBXkj","12012NVovCN","plugins","pasteFromOfficeEnhancedLicenseKeyValid","usageLimit","pasteFromOfficeEnhancedLicenseKeyDomainLimit"];return(rt=function(){return t})()}function st(t,e){const n=rt();return(st=function(t,e){return n[t-=102]})(t,e)}!function(t){const e=st,n=t();for(;;)try{if(450150===parseInt(e(102))/1*(-parseInt(e(150))/2)+parseInt(e(131))/3+parseInt(e(126))/4+-parseInt(e(115))/5*(-parseInt(e(132))/6)+parseInt(e(144))/7+parseInt(e(109))/8+-parseInt(e(120))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rt);class it extends t.Plugin{[nt(154)];[nt(124)];static get[nt(107)](){return nt(125)}static get[nt(121)](){return!0}static get[nt(117)](){return!0}static get[nt(123)](){return[nt(152)]}[nt(138)](){const t=nt,e=this[t(103)],n=e[t(133)][t(149)](t(148)),r=e[t(141)][t(153)][t(119)],s=new et(r);n.on(t(142),(e,n)=>{const i=t,o=n[i(104)][i(130)](i(137));s[i(122)](o)&&(n[i(116)]||(n[i(116)]=x(o,r[i(128)])),s[i(147)](n))},{priority:S.priorities[t(149)](t(105))+10}),this[t(154)]=this[t(103)][t(110)][t(149)](t(154));const i=this[t(103)];this[t(124)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(134)==s||e(139)==s||e(143)==s||e(136)==s||e(106)==s||e(127)==s||e(113)==s||e(108)==s){delete i[r],n=s,clearInterval(this[e(124)]),this[e(124)]=void 0;break}}e(139)==n&&i[e(140)](e(112)),e(143)==n&&i[e(140)](e(118)),e(136)==n&&i[e(140)](e(151)),e(106)==n&&i[e(140)](e(111),e(129)),e(127)==n&&i[e(140)](e(114)),e(113)==n&&i[e(140)](e(146)),e(108)==n&&i[e(140)](e(135))},1e3)}[nt(145)](){const t=nt;super[t(145)](),this[t(124)]&&clearInterval(this[t(124)])}}var ot=at;function ct(){var t=["PasteFromOffice","648030ZDcOxs","8kOzCaV","1104651oqIWsh","requires","1727560Ichnxg","isOfficialPlugin","7273782rhaBlC","876VzzoJh","PasteFromOfficeEnhanced","isPremiumPlugin","6500090SJnGZp","2341iownmP","pluginName","940rfcHFY","35ukGHIH","35486WZrNAN"];return(ct=function(){return t})()}function at(t,e){var n=ct();return(at=function(t,e){return n[t-=153]})(t,e)}!function(t){for(var e=at,n=t();;)try{if(706646===-parseInt(e(163))/1*(-parseInt(e(159))/2)+parseInt(e(154))/3+-parseInt(e(156))/4+-parseInt(e(162))/5+-parseInt(e(169))/6*(-parseInt(e(166))/7)+parseInt(e(153))/8*(parseInt(e(158))/9)+parseInt(e(165))/10*(-parseInt(e(167))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class ut extends t.Plugin{static get[ot(164)](){return ot(160)}static get[ot(157)](){return!0}static get[ot(161)](){return!0}static get[ot(155)](){return[ot(168),U,it]}}function lt(t,e){var n=ft();return(lt=function(t,e){return n[t-=399]})(t,e)}function ft(){var t=["9054365HUpoJg","333356idhWwW","135201MGHEmv","352LfZOld","6CLIhbb","2890kamgpf","16914JogaJU","227416kKVrUh","1918920kiXnIp","2569056GtdbVx","9LGvyXB"];return(ft=function(){return t})()}!function(t){for(var e=lt,n=t();;)try{if(965601===-parseInt(e(405))/1+-parseInt(e(407))/2*(parseInt(e(399))/3)+-parseInt(e(400))/4+parseInt(e(404))/5*(-parseInt(e(408))/6)+parseInt(e(402))/7+parseInt(e(401))/8*(parseInt(e(403))/9)+parseInt(e(409))/10*(parseInt(e(406))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x8f6c47}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x2dd7e4,parsePasteOfficeHtml as _0xe50a65}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0xb65aef,uid as _0x46d359}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0xf523a9,ViewDocument as _0x34e037,ViewDomConverter as _0x1e99fa}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x300637){return m['test'](_0x300637);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x16a983,_0x54806b){const _0x29e116=new Map();for(const [_0x3f1bc7,_0x40a7a1]of _0x54806b){if(!_0x3f1bc7['tagName']&&!_0x3f1bc7['className'])continue;const _0x251553=!_0x3f1bc7['tagName']||_0x16a983['name']===_0x3f1bc7['tagName'],_0x178c39=!_0x3f1bc7['className']||_0x16a983['hasClass'](_0x3f1bc7['className']);_0x251553&&_0x178c39&&_0x29e116['set'](_0x3f1bc7,_0x40a7a1);}return _0x29e116;}function h(_0x55a0ca){const _0x5eec76={};for(let _0x7e0b9d=0x0;_0x7e0b9d<_0x55a0ca['length'];_0x7e0b9d++){const _0x5eed0b=_0x55a0ca[_0x7e0b9d],_0x5556ef=_0x55a0ca['getPropertyValue'](_0x5eed0b);'initial'!==_0x5556ef&&(_0x5eec76[_0x5eed0b]=_0x5556ef);}return _0x5eec76;}function O(_0x10a36e){const _0x4313ab=_0x10a36e['split'](',')['map'](_0x2ba67d=>_0x2ba67d['trim']()),_0x5234b3=[];for(const _0x180ef5 of _0x4313ab){const _0x3d4c9d=S['exec'](_0x180ef5);_0x3d4c9d&&_0x5234b3['push'](_0x3d4c9d['groups']);}return _0x5234b3;}function k(_0x317be3){const _0x575641={};for(const _0x4fc558 of _0x317be3)Object['assign'](_0x575641,_0x4fc558);return _0x575641;}class u extends _0x2dd7e4{['execute'](_0x290bc5){const {body:_0x113f67,styles:_0x2faaa7}=_0x290bc5['_parsedData'],_0x33f475=new _0xf523a9(_0x113f67['document']),_0x2b7231=_0x33f475['createRangeIn'](_0x113f67),_0x4c2596=function(_0x99621a){const _0x32693a={};for(const _0x302599 of _0x99621a)for(const _0x244561 of _0x302599['cssRules'])if(_0x244561 instanceof CSSStyleRule){const _0x11dca1=h(_0x244561['style']);_0x32693a[_0x244561['selectorText']]=Object['assign']({},_0x32693a[_0x244561['selectorText']]||{},_0x11dca1);}return _0x32693a;}(_0x2faaa7),_0x3ebce0=function(_0x40c9d0){const _0x110d64=new Map();for(const _0x68a1a3 in _0x40c9d0){const _0x25c128=O(_0x68a1a3),_0x2cac4c=_0x40c9d0[_0x68a1a3];for(const _0x2a65d0 of _0x25c128)_0x110d64['set'](_0x2a65d0,_0x2cac4c);}return _0x110d64;}(_0x4c2596);for(const _0xf7001a of _0x2b7231){if('elementStart'!==_0xf7001a['type'])continue;const _0x4f9847=j(_0xf7001a['item'],_0x3ebce0);if(_0x4f9847['size']){const _0x4a1cc3=k(Array['from'](_0x4f9847['values']()));for(const _0x49620e in _0x4a1cc3){const _0xec79e6=_0xf7001a['item'];_0xec79e6['hasStyle'](_0x49620e)||_0x33f475['setStyle'](_0x49620e,_0x4a1cc3[_0x49620e],_0xec79e6);}}}_0x290bc5['content']=_0x113f67;}['isActive'](_0x46db85){return super['isActive'](_0x46db85)||p(_0x46db85);}}class i extends _0x8f6c47{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x22c221=this['editor'],_0x53e845=_0x22c221['plugins']['get']('ClipboardPipeline'),_0x206d3d=_0x22c221['editing']['view']['document'],_0x4799ca=new u(_0x206d3d);_0x53e845['on']('inputTransformation',(_0xb3ee9f,_0x1121d2)=>{const _0x526a29=_0x1121d2['dataTransfer']['getData']('text/html');_0x4799ca['isActive'](_0x526a29)&&(_0x1121d2['_parsedData']||(_0x1121d2['_parsedData']=_0xe50a65(_0x526a29,_0x206d3d['stylesProcessor'])),_0x4799ca['execute'](_0x1121d2));},{'priority':_0xb65aef['get']('high')+0xb});}['afterInit'](){!async function(_0x451c98){const _0x311dd6=_0x1aa7fd([0x34,0x78,0x6b,0x74,0x50,0x79,0x4c,0x37,0x35,0x38,0x39,0x6f,0x33,0x30,0x73,0x76,0x54,0x55,0x51,0x43,0x36,0x6d,0x4b,0x4e,0x6c,0x41,0x57,0x69,0x4a,0x68,0x75,0x4d,0x47,0x7a,0x58,0x71,0x49,0x67,0x31,0x52,0x72,0x61,0x64,0x63,0x59,0x4f,0x5a,0x6e,0x53,0x44,0x48,0x6a,0x32,0x56,0x62,0x46,0x70,0x77,0x66,0x65,0x45,0x42]),_0x2f279c=0x1adca6da,_0x1ddabe=0x1adbd60a^_0x2f279c,_0x48448e=window[_0x1aa7fd([0x44,0x61,0x74,0x65])][_0x1aa7fd([0x6e,0x6f,0x77])](),_0x3d2320=_0x451c98[_0x1aa7fd([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x45b04e=new window[(_0x1aa7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e86f7=>{_0x3d2320[_0x1aa7fd([0x6f,0x6e,0x63,0x65])](_0x1aa7fd([0x72,0x65,0x61,0x64,0x79]),_0x2e86f7);}),_0x355958={[_0x1aa7fd([0x6b,0x74,0x79])]:_0x1aa7fd([0x45,0x43]),[_0x1aa7fd([0x75,0x73,0x65])]:_0x1aa7fd([0x73,0x69,0x67]),[_0x1aa7fd([0x63,0x72,0x76])]:_0x1aa7fd([0x50,0x2d,0x32,0x35,0x36]),[_0x1aa7fd([0x78])]:_0x1aa7fd([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]),[_0x1aa7fd([0x79])]:_0x1aa7fd([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]),[_0x1aa7fd([0x61,0x6c,0x67])]:_0x1aa7fd([0x45,0x53,0x32,0x35,0x36])},_0x5b20ad=_0x3d2320[_0x1aa7fd([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1aa7fd([0x67,0x65,0x74])](_0x1aa7fd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x408064(){let _0x11ee60,_0x827eb6=null,_0x3565bf=null;try{if(_0x5b20ad==_0x1aa7fd([0x47,0x50,0x4c]))return _0x1aa7fd([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x11ee60=_0x17cc75(),!_0x11ee60)return _0x1aa7fd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x11ee60[_0x1aa7fd([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3565bf=_0x796709(_0x11ee60[_0x1aa7fd([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x11ee60[_0x1aa7fd([0x6a,0x74,0x69])])),await _0x1344ee()?_0x4ed636()?_0xe03229()?_0x1aa7fd([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1594f6()?(_0x11ee60[_0x1aa7fd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1aa7fd([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x827eb6=_0x382df9(_0x1aa7fd([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x11ee60[_0x1aa7fd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1aa7fd([0x74,0x72,0x69,0x61,0x6c])&&(_0x827eb6=_0x382df9(_0x1aa7fd([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x522a30()):_0x1aa7fd([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1aa7fd([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1aa7fd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1aa7fd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xe03229(){const _0x409cdc=[_0x1aa7fd([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1aa7fd([0x74,0x72,0x69,0x61,0x6c])][_0x1aa7fd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11ee60[_0x1aa7fd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x48448e/0x3e8:0xe10*_0x1ddabe;return _0x11ee60[_0x1aa7fd([0x65,0x78,0x70])]<_0x409cdc;}function _0x4ed636(){const _0x1ac42c=_0x11ee60[_0x1aa7fd([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1ac42c&&(!!_0x1ac42c[_0x1aa7fd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1aa7fd([0x2a]))||(!!_0x1ac42c[_0x1aa7fd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1aa7fd([0x50,0x4f,0x45]))||!!_0x1ac42c[_0x1aa7fd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1aa7fd([0x50,0x50]))));}function _0x1594f6(){const _0x57b9d6=_0x11ee60[_0x1aa7fd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x57b9d6||0x0==_0x57b9d6[_0x1aa7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x93fa0f}=new URL(window[_0x1aa7fd([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x57b9d6[_0x1aa7fd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x93fa0f))return!0x0;const _0x14f5b5=_0x93fa0f[_0x1aa7fd([0x73,0x70,0x6c,0x69,0x74])](_0x1aa7fd([0x2e]));return _0x57b9d6[_0x1aa7fd([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x10f0c1=>_0x10f0c1[_0x1aa7fd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1aa7fd([0x2a])))[_0x1aa7fd([0x6d,0x61,0x70])](_0xdffd09=>_0xdffd09[_0x1aa7fd([0x73,0x70,0x6c,0x69,0x74])](_0x1aa7fd([0x2e])))[_0x1aa7fd([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x43da48=>_0x43da48[_0x1aa7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x14f5b5[_0x1aa7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1aa7fd([0x6d,0x61,0x70])](_0x4bfbf8=>Array(_0x14f5b5[_0x1aa7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4bfbf8[_0x1aa7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1aa7fd([0x66,0x69,0x6c,0x6c])](_0x4bfbf8[0x0]===_0x1aa7fd([0x2a])?_0x1aa7fd([0x2a]):'')[_0x1aa7fd([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4bfbf8))[_0x1aa7fd([0x73,0x6f,0x6d,0x65])](_0x507e9e=>_0x14f5b5[_0x1aa7fd([0x65,0x76,0x65,0x72,0x79])]((_0x259c6c,_0x59a469)=>_0x507e9e[_0x59a469]===_0x259c6c||_0x507e9e[_0x59a469]===_0x1aa7fd([0x2a])));}function _0x522a30(){return _0x827eb6&&_0x3565bf?new window[(_0x1aa7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x376417,_0x38931b)=>{_0x827eb6[_0x1aa7fd([0x74,0x68,0x65,0x6e])](_0x376417,_0x38931b),_0x3565bf[_0x1aa7fd([0x74,0x68,0x65,0x6e])](_0x4d422c=>{_0x4d422c!=_0x1aa7fd([0x56,0x61,0x6c,0x69,0x64])&&_0x376417(_0x4d422c);},_0x38931b);}):_0x827eb6||_0x3565bf||_0x1aa7fd([0x56,0x61,0x6c,0x69,0x64]);}}function _0x796709(_0x191e95,_0x22c6db){return new window[(_0x1aa7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a55d7=>{if(_0x357203())return _0x5a55d7(_0x1aa7fd([0x56,0x61,0x6c,0x69,0x64]));_0x3e499b(),_0x3d2320[_0x1aa7fd([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1aa7fd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2a9ebf=!0x1;const _0x4e20d4=_0x46d359();function _0x5550d6(_0x368188){return!!_0x368188&&(typeof _0x368188===_0x1aa7fd([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x368188===_0x1aa7fd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x368188[_0x1aa7fd([0x74,0x68,0x65,0x6e])]===_0x1aa7fd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x368188[_0x1aa7fd([0x63,0x61,0x74,0x63,0x68])]===_0x1aa7fd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5465ea(_0x46a7b0){_0x36c553(_0x46a7b0)[_0x1aa7fd([0x74,0x68,0x65,0x6e])](_0xa11d95=>{if(!_0xa11d95||_0xa11d95[_0x1aa7fd([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1aa7fd([0x6f,0x6b]))return _0x1aa7fd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xf8a0bc(_0x1f7cdf(_0x4e20d4+_0x22c6db))!=_0xa11d95[_0x1aa7fd([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1aa7fd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1aa7fd([0x56,0x61,0x6c,0x69,0x64]);})[_0x1aa7fd([0x74,0x68,0x65,0x6e])](_0x440c2d=>(_0x4d3aa9(),_0x440c2d),()=>{const _0x30a22a=_0x254e33();return null==_0x30a22a?(_0x4d3aa9(),_0x1aa7fd([0x56,0x61,0x6c,0x69,0x64])):_0x1aa7fd(_0x48448e-_0x30a22a>(0x3ed022da^_0x2f279c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1aa7fd([0x74,0x68,0x65,0x6e])](_0x5a55d7)[_0x1aa7fd([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5a55d7(_0x1aa7fd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x265957=0x1aea485a^_0x2f279c;function _0x4d3aa9(){const _0x58e87c=_0x1aa7fd([0x6c,0x6c,0x63,0x74,0x2d])+_0xf8a0bc(_0x1f7cdf(_0x191e95)),_0x40340b=_0x3c95ea(_0xf8a0bc(window[_0x1aa7fd([0x4d,0x61,0x74,0x68])][_0x1aa7fd([0x63,0x65,0x69,0x6c])](_0x48448e/_0x265957)));window[_0x1aa7fd([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1aa7fd([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x58e87c,_0x40340b);}function _0x254e33(){const _0x4dd4af=_0x1aa7fd([0x6c,0x6c,0x63,0x74,0x2d])+_0xf8a0bc(_0x1f7cdf(_0x191e95)),_0x161bd0=window[_0x1aa7fd([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1aa7fd([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4dd4af);return _0x161bd0?window[_0x1aa7fd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3c95ea(_0x161bd0),0x10)*_0x265957:null;}function _0x36c553(_0x47681a){return new window[(_0x1aa7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2cf245,_0x1d80cc)=>{_0x47681a[_0x1aa7fd([0x74,0x68,0x65,0x6e])](_0x2cf245,_0x1d80cc),window[_0x1aa7fd([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1d80cc,0x1add721a^_0x2f279c);});}}_0x3d2320[_0x1aa7fd([0x6f,0x6e])](_0x1aa7fd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xcaeeff,_0x569cd3)=>{if(_0x569cd3[0x0]!=_0x191e95)return _0x5a55d7(_0x1aa7fd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x569cd3[0x1]={..._0x569cd3[0x1],[_0x1aa7fd([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4e20d4};},{[_0x1aa7fd([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1aa7fd([0x68,0x69,0x67,0x68])}),_0x3d2320[_0x1aa7fd([0x6f,0x6e])](_0x1aa7fd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x431a8b=>{_0x5550d6(_0x431a8b[_0x1aa7fd([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2a9ebf=!0x0,_0x5465ea(_0x431a8b[_0x1aa7fd([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1aa7fd([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1aa7fd([0x6c,0x6f,0x77])}),_0x45b04e[_0x1aa7fd([0x74,0x68,0x65,0x6e])](()=>{_0x2a9ebf||_0x5a55d7(_0x1aa7fd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x357203(){return _0x3d2320[_0x1aa7fd([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1aa7fd([0x76,0x69,0x65,0x77])][_0x1aa7fd([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1aa7fd([0x61,0x75,0x74,0x6f]);}function _0x3e499b(){_0x3d2320[_0x1aa7fd([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1aa7fd([0x76,0x69,0x65,0x77])][_0x1aa7fd([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1aa7fd([0x61,0x75,0x74,0x6f]);}}function _0x382df9(_0x18dec2){const _0x909497=[new window[(_0x1aa7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x9319f0=>setTimeout(_0x9319f0,0x1ad59816^_0x2f279c)),_0x45b04e[_0x1aa7fd([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1aa7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2f60e7=>{let _0x52561e=0x0;_0x3d2320[_0x1aa7fd([0x6d,0x6f,0x64,0x65,0x6c])][_0x1aa7fd([0x6f,0x6e])](_0x1aa7fd([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2ff0b0,_0x45043e)=>{_0x45043e[0x0][_0x1aa7fd([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x52561e++,_0x52561e==(0x1adca722^_0x2f279c)&&(_0x2f60e7(),_0x2ff0b0[_0x1aa7fd([0x6f,0x66,0x66])]());});}))];return window[_0x1aa7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1aa7fd([0x72,0x61,0x63,0x65])](_0x909497)[_0x1aa7fd([0x74,0x68,0x65,0x6e])](()=>_0x18dec2);}async function _0x506fd9(){await _0x45b04e,_0x3d2320[_0x1aa7fd([0x6d,0x6f,0x64,0x65,0x6c])][_0x1aa7fd([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4baf6c,_0x3d2320[_0x1aa7fd([0x6d,0x6f,0x64,0x65,0x6c])][_0x1aa7fd([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4baf6c,_0x3d2320[_0x1aa7fd([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1aa7fd([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x30916a(_0x53b34a){const _0x375086=_0x25b2a8();_0x3d2320[_0x375086]=_0x1aa7fd([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])+_0x53b34a,_0x53b34a!=_0x1aa7fd([0x56,0x61,0x6c,0x69,0x64])&&_0x506fd9();}function _0x25b2a8(){const _0x204d09=window[_0x1aa7fd([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1aa7fd([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1aa7fd([0x6e,0x6f,0x77])]())[_0x1aa7fd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1aa7fd([0x2e]),'');let _0x6d49be=_0x1aa7fd([0x78]);for(let _0xc8dc06=0x0;_0xc8dc06<_0x204d09[_0x1aa7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xc8dc06+=0x2){let _0x8d97f8=window[_0x1aa7fd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x204d09[_0x1aa7fd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xc8dc06,_0xc8dc06+0x2));_0x8d97f8>=_0x311dd6[_0x1aa7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x8d97f8-=_0x311dd6[_0x1aa7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x6d49be+=_0x311dd6[_0x8d97f8];}return _0x6d49be;}function _0x17cc75(){const _0xcc104e=_0x5b20ad[_0x1aa7fd([0x73,0x70,0x6c,0x69,0x74])](_0x1aa7fd([0x2e]));if(0x3!=_0xcc104e[_0x1aa7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x47e12b(_0xcc104e[0x1]);function _0x47e12b(_0x564cff){const _0x5155ed=_0x146a02(_0x564cff);return _0x5155ed&&_0x500584()?_0x5155ed:null;function _0x500584(){const _0x1fe6db=_0x5155ed[_0x1aa7fd([0x6a,0x74,0x69])],_0x5e6118=window[_0x1aa7fd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1fe6db[_0x1aa7fd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1fe6db[_0x1aa7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x433a71={..._0x5155ed,[_0x1aa7fd([0x6a,0x74,0x69])]:_0x1fe6db[_0x1aa7fd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1fe6db[_0x1aa7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x433a71[_0x1aa7fd([0x76,0x63])],_0x1f7cdf(_0x433a71)==_0x5e6118;}}}async function _0x1344ee(){let _0x3dd138=!0x0;try{const _0x2e1875=_0x5b20ad[_0x1aa7fd([0x73,0x70,0x6c,0x69,0x74])](_0x1aa7fd([0x2e])),[_0x5c6459,_0x5ae9de,_0x167e80]=_0x2e1875;return _0x5d96c7(_0x5c6459),await _0x3a32fd(_0x5c6459,_0x5ae9de,_0x167e80),_0x3dd138;}catch{return!0x1;}function _0x5d96c7(_0x5b7eaa){const _0x3530bd=_0x146a02(_0x5b7eaa);_0x3530bd&&_0x3530bd[_0x1aa7fd([0x61,0x6c,0x67])]==_0x1aa7fd([0x45,0x53,0x32,0x35,0x36])||(_0x3dd138=!0x1);}async function _0x3a32fd(_0x588c88,_0x11d23c,_0x65b875){const _0x4c5a30=window[_0x1aa7fd([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1aa7fd([0x66,0x72,0x6f,0x6d])](_0x5c9b26(_0x65b875),_0x4340f1=>_0x4340f1[_0x1aa7fd([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x328ea5=new window[(_0x1aa7fd([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1aa7fd([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x588c88+_0x1aa7fd([0x2e])+_0x11d23c),_0x4b68e8=window[_0x1aa7fd([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1aa7fd([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4b68e8)return;const _0x3266ed=await _0x4b68e8[_0x1aa7fd([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1aa7fd([0x6a,0x77,0x6b]),_0x355958,{[_0x1aa7fd([0x6e,0x61,0x6d,0x65])]:_0x1aa7fd([0x45,0x43,0x44,0x53,0x41]),[_0x1aa7fd([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1aa7fd([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1aa7fd([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4b68e8[_0x1aa7fd([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1aa7fd([0x6e,0x61,0x6d,0x65])]:_0x1aa7fd([0x45,0x43,0x44,0x53,0x41]),[_0x1aa7fd([0x68,0x61,0x73,0x68])]:{[_0x1aa7fd([0x6e,0x61,0x6d,0x65])]:_0x1aa7fd([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3266ed,_0x4c5a30,_0x328ea5)||(_0x3dd138=!0x1);}}function _0x146a02(_0xdc7762){return _0xdc7762[_0x1aa7fd([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1aa7fd([0x65,0x79]))?JSON[_0x1aa7fd([0x70,0x61,0x72,0x73,0x65])](_0x5c9b26(_0xdc7762)):null;}function _0x5c9b26(_0x5ce0da){return window[_0x1aa7fd([0x61,0x74,0x6f,0x62])](_0x5ce0da[_0x1aa7fd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1aa7fd([0x2b]))[_0x1aa7fd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1aa7fd([0x2f])));}function _0x1f7cdf(_0x2390b1){let _0x5db651=0x1505;function _0xa4b700(_0x10bd32){for(let _0x52b53c=0x0;_0x52b53c<_0x10bd32[_0x1aa7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x52b53c++){const _0x5a5063=_0x10bd32[_0x1aa7fd([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x52b53c);_0x5db651=(_0x5db651<<0x5)+_0x5db651+_0x5a5063,_0x5db651&=_0x5db651;}}function _0x45c2f3(_0x46b929){Array[_0x1aa7fd([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x46b929)?_0x46b929[_0x1aa7fd([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x45c2f3):_0x46b929&&typeof _0x46b929==_0x1aa7fd([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1aa7fd([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x46b929)[_0x1aa7fd([0x73,0x6f,0x72,0x74])]()[_0x1aa7fd([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1c5dc6,_0x570327])=>{_0xa4b700(_0x1c5dc6),_0x45c2f3(_0x570327);}):_0xa4b700(window[_0x1aa7fd([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x46b929));}return _0x45c2f3(_0x2390b1),_0x5db651>>>0x0;}function _0xf8a0bc(_0x2b429c){return _0x2b429c[_0x1aa7fd([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1aa7fd([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1aa7fd([0x30]));}function _0x3c95ea(_0x2493c2){return _0x2493c2[_0x1aa7fd([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1aa7fd([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1aa7fd([0x6a,0x6f,0x69,0x6e])]('');}function _0x4baf6c(){}function _0x1aa7fd(_0x56797a){return _0x56797a['map'](_0x37dc44=>String['fromCharCode'](_0x37dc44))['join']('');}_0x30916a(await _0x408064());}(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'],[_0x4641d1=>Number(_0x4641d1)>=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(_0x40e4e0){return L['includes'](_0x40e4e0);}function g(_0x56618b){return Array['from'](_0x56618b['getStyleNames']())['filter'](P);}function b(_0x26e867,_0x54542d,_0x142e5c){const {spanStyles:_0x312ae4,stylesToBeHtmlElements:_0x4c4a32}=function(_0x322e53,_0x53fc29){const _0x5de309={},_0x338ee7={};return _0x53fc29['forEach'](_0x53909a=>{const _0x33f41f=_0x322e53['getStyle'](_0x53909a);if(_0x33f41f){if(function(_0x2d6632){return E['includes'](_0x2d6632);}(_0x53909a))_0x5de309[_0x53909a]=_0x33f41f;else{if(function(_0xe5ad5d){return _0xe5ad5d in F;}(_0x53909a)){const _0xe516cf=_0x33f41f['split']('\x20');F[_0x53909a]['forEach'](([_0xbf4d57,_0x32df02])=>{for(const _0x17108f of _0xe516cf){('function'==typeof _0xbf4d57&&_0xbf4d57(_0x17108f)||_0xbf4d57===_0x17108f)&&(_0x338ee7[_0x53909a]=[..._0x338ee7[_0x53909a]||[],[_0xbf4d57,_0x32df02]]);}});}}}}),{'spanStyles':_0x5de309,'stylesToBeHtmlElements':_0x338ee7};}(_0x26e867,_0x142e5c);!function(_0x3491f7,_0x47fadc,_0x50a00c){for(const _0x2d33b3 in _0x50a00c){_0x50a00c[_0x2d33b3]['forEach'](([,_0xa852b1])=>{const _0x470d87=_0x47fadc['createElement'](_0xa852b1,[],_0x3491f7['getChildren']());_0x47fadc['insertChild'](0x0,_0x470d87,_0x3491f7);}),_0x47fadc['removeStyle'](_0x2d33b3,_0x3491f7);}}(_0x26e867,_0x54542d,_0x4c4a32),function(_0xdec9ba,_0x10801f,_0x3512f5){if(!Object['keys'](_0x3512f5)['length'])return;const _0x313d2b=_0x10801f['createElement']('span',[],_0xdec9ba['getChildren']());_0x10801f['setStyle'](_0x3512f5,_0x313d2b),_0x10801f['insertChild'](0x0,_0x313d2b,_0xdec9ba),_0x10801f['removeStyle'](Object['keys'](_0x3512f5),_0xdec9ba);}(_0x26e867,_0x54542d,_0x312ae4);}class a extends _0x2dd7e4{['execute'](_0x1e1e1b){const {body:_0x370e4f}=_0x1e1e1b['_parsedData'],_0x57a378=new _0xf523a9(_0x370e4f['document']),_0xaad8a8=_0x57a378['createRangeIn'](_0x370e4f),_0x23d185=new _0x34e037(_0x57a378['document']['stylesProcessor']),_0x54f9f2=[...new _0x1e99fa(_0x23d185)['blockElements'],'font'],_0x4a8c8f=_0xaad8a8['getItems']();for(const _0x6519f2 of _0x4a8c8f)_0x6519f2['is']('element')&&_0x54f9f2['includes'](_0x6519f2['name'])&&b(_0x6519f2,_0x57a378,g(_0x6519f2));_0x1e1e1b['content']=_0x370e4f;}['isActive'](_0x380b55){return super['isActive'](_0x380b55)||p(_0x380b55);}}class s extends _0x8f6c47{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x19335e=this['editor'],_0xe5c7a1=_0x19335e['plugins']['get']('ClipboardPipeline'),_0x3b208a=_0x19335e['editing']['view']['document'],_0x770a58=new a(_0x3b208a);_0xe5c7a1['on']('inputTransformation',(_0x18db57,_0x43964e)=>{const _0x483974=_0x43964e['dataTransfer']['getData']('text/html');_0x770a58['isActive'](_0x483974)&&(_0x43964e['_parsedData']||(_0x43964e['_parsedData']=_0xe50a65(_0x483974,_0x3b208a['stylesProcessor'])),_0x770a58['execute'](_0x43964e));},{'priority':_0xb65aef['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x31fe62=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xd52324;for(const _0x33ac7f in _0x31fe62){const _0x11fed9=_0x33ac7f,_0x2eafbb=_0x31fe62[_0x11fed9];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x2eafbb||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x2eafbb||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x2eafbb||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x2eafbb||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x2eafbb||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x2eafbb||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x2eafbb||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x2eafbb){delete _0x31fe62[_0x11fed9],_0xd52324=_0x2eafbb,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0xd52324&&_0x31fe62['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0xd52324&&_0x31fe62['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0xd52324&&_0x31fe62['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0xd52324&&_0x31fe62['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0xd52324&&_0x31fe62['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0xd52324&&_0x31fe62['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0xd52324&&_0x31fe62['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x8f6c47{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 _0x3c3bf6}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0xee759c,parsePasteOfficeHtml as _0x5a06bd}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x5677ac,uid as _0x3b8bad}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x224d45,ViewDocument as _0x15e33d,ViewDomConverter as _0x26e583}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x3fc00f){return m['test'](_0x3fc00f);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x4d576d,_0x3a7951){const _0x609186=new Map();for(const [_0x3d96e2,_0x2effda]of _0x3a7951){if(!_0x3d96e2['tagName']&&!_0x3d96e2['className'])continue;const _0x26974e=!_0x3d96e2['tagName']||_0x4d576d['name']===_0x3d96e2['tagName'],_0xe30330=!_0x3d96e2['className']||_0x4d576d['hasClass'](_0x3d96e2['className']);_0x26974e&&_0xe30330&&_0x609186['set'](_0x3d96e2,_0x2effda);}return _0x609186;}function h(_0x1d0cc4){const _0x103dce={};for(let _0x20845b=0x0;_0x20845b<_0x1d0cc4['length'];_0x20845b++){const _0x33c1a0=_0x1d0cc4[_0x20845b],_0x2afae1=_0x1d0cc4['getPropertyValue'](_0x33c1a0);'initial'!==_0x2afae1&&(_0x103dce[_0x33c1a0]=_0x2afae1);}return _0x103dce;}function O(_0x733628){const _0x3e0d06=_0x733628['split'](',')['map'](_0x4c9f42=>_0x4c9f42['trim']()),_0x1e8e20=[];for(const _0xf1db42 of _0x3e0d06){const _0x41ca74=S['exec'](_0xf1db42);_0x41ca74&&_0x1e8e20['push'](_0x41ca74['groups']);}return _0x1e8e20;}function k(_0x2e0e6f){const _0x2f480a={};for(const _0x2876f2 of _0x2e0e6f)Object['assign'](_0x2f480a,_0x2876f2);return _0x2f480a;}class u extends _0xee759c{['execute'](_0x46ccbe){const {body:_0x61c799,styles:_0x4dd776}=_0x46ccbe['_parsedData'],_0x53ac0a=new _0x224d45(_0x61c799['document']),_0xcfc40f=_0x53ac0a['createRangeIn'](_0x61c799),_0x5aba14=function(_0x2c424e){const _0x4bca0d={};for(const _0x1211e8 of _0x2c424e)for(const _0x4695e9 of _0x1211e8['cssRules'])if(_0x4695e9 instanceof CSSStyleRule){const _0x176f3b=h(_0x4695e9['style']);_0x4bca0d[_0x4695e9['selectorText']]=Object['assign']({},_0x4bca0d[_0x4695e9['selectorText']]||{},_0x176f3b);}return _0x4bca0d;}(_0x4dd776),_0x4fb960=function(_0x4940fd){const _0x59f1ef=new Map();for(const _0x329fb2 in _0x4940fd){const _0x279bb2=O(_0x329fb2),_0x21b8da=_0x4940fd[_0x329fb2];for(const _0x57697f of _0x279bb2)_0x59f1ef['set'](_0x57697f,_0x21b8da);}return _0x59f1ef;}(_0x5aba14);for(const _0x4f81bc of _0xcfc40f){if('elementStart'!==_0x4f81bc['type'])continue;const _0x49f928=j(_0x4f81bc['item'],_0x4fb960);if(_0x49f928['size']){const _0x2d5700=k(Array['from'](_0x49f928['values']()));for(const _0x2d7168 in _0x2d5700){const _0x1be18b=_0x4f81bc['item'];_0x1be18b['hasStyle'](_0x2d7168)||_0x53ac0a['setStyle'](_0x2d7168,_0x2d5700[_0x2d7168],_0x1be18b);}}}_0x46ccbe['content']=_0x61c799;}['isActive'](_0x5872cb){return super['isActive'](_0x5872cb)||p(_0x5872cb);}}class i extends _0x3c3bf6{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x5894e7=this['editor'],_0x2849b1=_0x5894e7['plugins']['get']('ClipboardPipeline'),_0x31d422=_0x5894e7['editing']['view']['document'],_0x24149e=new u(_0x31d422);_0x2849b1['on']('inputTransformation',(_0x23365e,_0x20835c)=>{const _0x324563=_0x20835c['dataTransfer']['getData']('text/html');_0x24149e['isActive'](_0x324563)&&(_0x20835c['_parsedData']||(_0x20835c['_parsedData']=_0x5a06bd(_0x324563,_0x31d422['stylesProcessor'])),_0x24149e['execute'](_0x20835c));},{'priority':_0x5677ac['get']('high')+0xb});}['afterInit'](){!async function(_0x5180f5){const _0x358477=_0x12e7fe([0x7a,0x35,0x37,0x67,0x39,0x34,0x61,0x73,0x76,0x77,0x4f,0x55,0x43,0x6f,0x58,0x78,0x30,0x52,0x68,0x5a,0x6d,0x4b,0x48,0x31,0x65,0x45,0x38,0x74,0x46,0x53,0x4a,0x47,0x66,0x32,0x6e,0x54,0x4d,0x33,0x49,0x79,0x6a,0x44,0x51,0x6c,0x70,0x42,0x59,0x75,0x62,0x6b,0x72,0x71,0x63,0x56,0x69,0x57,0x36,0x64,0x50,0x41,0x4e,0x4c]),_0x114f4c=0x707c301c,_0x5d000d=0x707b40f4^_0x114f4c,_0x382f1a=window[_0x12e7fe([0x44,0x61,0x74,0x65])][_0x12e7fe([0x6e,0x6f,0x77])](),_0x1cefe3=_0x5180f5[_0x12e7fe([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2089b9=new window[(_0x12e7fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4df849=>{_0x1cefe3[_0x12e7fe([0x6f,0x6e,0x63,0x65])](_0x12e7fe([0x72,0x65,0x61,0x64,0x79]),_0x4df849);}),_0x156b56={[_0x12e7fe([0x6b,0x74,0x79])]:_0x12e7fe([0x45,0x43]),[_0x12e7fe([0x75,0x73,0x65])]:_0x12e7fe([0x73,0x69,0x67]),[_0x12e7fe([0x63,0x72,0x76])]:_0x12e7fe([0x50,0x2d,0x32,0x35,0x36]),[_0x12e7fe([0x78])]:_0x12e7fe([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]),[_0x12e7fe([0x79])]:_0x12e7fe([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]),[_0x12e7fe([0x61,0x6c,0x67])]:_0x12e7fe([0x45,0x53,0x32,0x35,0x36])},_0xcdaa5c=_0x1cefe3[_0x12e7fe([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x12e7fe([0x67,0x65,0x74])](_0x12e7fe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x49ee31(){let _0x45002a,_0x287458=null,_0x169995=null;try{if(_0xcdaa5c==_0x12e7fe([0x47,0x50,0x4c]))return _0x12e7fe([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x45002a=_0xe51363(),!_0x45002a)return _0x12e7fe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x45002a[_0x12e7fe([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x169995=_0x1960a4(_0x45002a[_0x12e7fe([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x45002a[_0x12e7fe([0x6a,0x74,0x69])])),await _0x2c54d1()?_0x2e3ac6()?_0x46bfca()?_0x12e7fe([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x39f34b()?(_0x45002a[_0x12e7fe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x12e7fe([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x287458=_0x42595b(_0x12e7fe([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x45002a[_0x12e7fe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x12e7fe([0x74,0x72,0x69,0x61,0x6c])&&(_0x287458=_0x42595b(_0x12e7fe([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x261bd8()):_0x12e7fe([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x12e7fe([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x12e7fe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x12e7fe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x46bfca(){const _0x338b44=[_0x12e7fe([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x12e7fe([0x74,0x72,0x69,0x61,0x6c])][_0x12e7fe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45002a[_0x12e7fe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x382f1a/0x3e8:0xe10*_0x5d000d;return _0x45002a[_0x12e7fe([0x65,0x78,0x70])]<_0x338b44;}function _0x2e3ac6(){const _0x5e4596=_0x45002a[_0x12e7fe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5e4596&&(!!_0x5e4596[_0x12e7fe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12e7fe([0x2a]))||(!!_0x5e4596[_0x12e7fe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12e7fe([0x50,0x4f,0x45]))||!!_0x5e4596[_0x12e7fe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12e7fe([0x50,0x50]))));}function _0x39f34b(){const _0x59cd71=_0x45002a[_0x12e7fe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x59cd71||0x0==_0x59cd71[_0x12e7fe([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1cee99}=new URL(window[_0x12e7fe([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x59cd71[_0x12e7fe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1cee99))return!0x0;const _0xc01824=_0x1cee99[_0x12e7fe([0x73,0x70,0x6c,0x69,0x74])](_0x12e7fe([0x2e]));return _0x59cd71[_0x12e7fe([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5c5b6b=>_0x5c5b6b[_0x12e7fe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12e7fe([0x2a])))[_0x12e7fe([0x6d,0x61,0x70])](_0x3f6adc=>_0x3f6adc[_0x12e7fe([0x73,0x70,0x6c,0x69,0x74])](_0x12e7fe([0x2e])))[_0x12e7fe([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3bdff6=>_0x3bdff6[_0x12e7fe([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xc01824[_0x12e7fe([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x12e7fe([0x6d,0x61,0x70])](_0x3ac7b8=>Array(_0xc01824[_0x12e7fe([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3ac7b8[_0x12e7fe([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x12e7fe([0x66,0x69,0x6c,0x6c])](_0x3ac7b8[0x0]===_0x12e7fe([0x2a])?_0x12e7fe([0x2a]):'')[_0x12e7fe([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3ac7b8))[_0x12e7fe([0x73,0x6f,0x6d,0x65])](_0x22daf4=>_0xc01824[_0x12e7fe([0x65,0x76,0x65,0x72,0x79])]((_0x8c0580,_0x459415)=>_0x22daf4[_0x459415]===_0x8c0580||_0x22daf4[_0x459415]===_0x12e7fe([0x2a])));}function _0x261bd8(){return _0x287458&&_0x169995?new window[(_0x12e7fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1d6b3c,_0x1777a4)=>{_0x287458[_0x12e7fe([0x74,0x68,0x65,0x6e])](_0x1d6b3c,_0x1777a4),_0x169995[_0x12e7fe([0x74,0x68,0x65,0x6e])](_0x37ce42=>{_0x37ce42!=_0x12e7fe([0x56,0x61,0x6c,0x69,0x64])&&_0x1d6b3c(_0x37ce42);},_0x1777a4);}):_0x287458||_0x169995||_0x12e7fe([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1960a4(_0xf02b6c,_0x51e4cc){return new window[(_0x12e7fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x8c3cea=>{if(_0xaa8428())return _0x8c3cea(_0x12e7fe([0x56,0x61,0x6c,0x69,0x64]));_0x420656(),_0x1cefe3[_0x12e7fe([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x12e7fe([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x44cc45=!0x1;const _0x670fca=_0x3b8bad();function _0x4eeb7b(_0x1f8498){return!!_0x1f8498&&(typeof _0x1f8498===_0x12e7fe([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1f8498===_0x12e7fe([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1f8498[_0x12e7fe([0x74,0x68,0x65,0x6e])]===_0x12e7fe([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1f8498[_0x12e7fe([0x63,0x61,0x74,0x63,0x68])]===_0x12e7fe([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x388080(_0xecb263){_0x322ff9(_0xecb263)[_0x12e7fe([0x74,0x68,0x65,0x6e])](_0x54ce45=>{if(!_0x54ce45||_0x54ce45[_0x12e7fe([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x12e7fe([0x6f,0x6b]))return _0x12e7fe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1e9904(_0x3e7482(_0x670fca+_0x51e4cc))!=_0x54ce45[_0x12e7fe([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x12e7fe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x12e7fe([0x56,0x61,0x6c,0x69,0x64]);})[_0x12e7fe([0x74,0x68,0x65,0x6e])](_0x1cbc84=>(_0x2d6f24(),_0x1cbc84),()=>{const _0x1ce641=_0x3fd2f5();return null==_0x1ce641?(_0x2d6f24(),_0x12e7fe([0x56,0x61,0x6c,0x69,0x64])):_0x12e7fe(_0x382f1a-_0x1ce641>(0x5470b41c^_0x114f4c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x12e7fe([0x74,0x68,0x65,0x6e])](_0x8c3cea)[_0x12e7fe([0x63,0x61,0x74,0x63,0x68])](()=>{_0x8c3cea(_0x12e7fe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x229972=0x704ade9c^_0x114f4c;function _0x2d6f24(){const _0x476d94=_0x12e7fe([0x6c,0x6c,0x63,0x74,0x2d])+_0x1e9904(_0x3e7482(_0xf02b6c)),_0x45de37=_0xaae477(_0x1e9904(window[_0x12e7fe([0x4d,0x61,0x74,0x68])][_0x12e7fe([0x63,0x65,0x69,0x6c])](_0x382f1a/_0x229972)));window[_0x12e7fe([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x12e7fe([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x476d94,_0x45de37);}function _0x3fd2f5(){const _0x327f13=_0x12e7fe([0x6c,0x6c,0x63,0x74,0x2d])+_0x1e9904(_0x3e7482(_0xf02b6c)),_0x539e8e=window[_0x12e7fe([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x12e7fe([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x327f13);return _0x539e8e?window[_0x12e7fe([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xaae477(_0x539e8e),0x10)*_0x229972:null;}function _0x322ff9(_0x4dc3de){return new window[(_0x12e7fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x11d9c7,_0x2bb4d7)=>{_0x4dc3de[_0x12e7fe([0x74,0x68,0x65,0x6e])](_0x11d9c7,_0x2bb4d7),window[_0x12e7fe([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2bb4d7,0x707de4dc^_0x114f4c);});}}_0x1cefe3[_0x12e7fe([0x6f,0x6e])](_0x12e7fe([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4dec4c,_0x5a48f2)=>{if(_0x5a48f2[0x0]!=_0xf02b6c)return _0x8c3cea(_0x12e7fe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5a48f2[0x1]={..._0x5a48f2[0x1],[_0x12e7fe([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x670fca};},{[_0x12e7fe([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x12e7fe([0x68,0x69,0x67,0x68])}),_0x1cefe3[_0x12e7fe([0x6f,0x6e])](_0x12e7fe([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x456bb3=>{_0x4eeb7b(_0x456bb3[_0x12e7fe([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x44cc45=!0x0,_0x388080(_0x456bb3[_0x12e7fe([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x12e7fe([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x12e7fe([0x6c,0x6f,0x77])}),_0x2089b9[_0x12e7fe([0x74,0x68,0x65,0x6e])](()=>{_0x44cc45||_0x8c3cea(_0x12e7fe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xaa8428(){return _0x1cefe3[_0x12e7fe([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x12e7fe([0x76,0x69,0x65,0x77])][_0x12e7fe([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x12e7fe([0x61,0x75,0x74,0x6f]);}function _0x420656(){_0x1cefe3[_0x12e7fe([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x12e7fe([0x76,0x69,0x65,0x77])][_0x12e7fe([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x12e7fe([0x61,0x75,0x74,0x6f]);}}function _0x42595b(_0x11efec){const _0x482ba0=[new window[(_0x12e7fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42faa6=>setTimeout(_0x42faa6,0x70750ed0^_0x114f4c)),_0x2089b9[_0x12e7fe([0x74,0x68,0x65,0x6e])](()=>new window[(_0x12e7fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x26657a=>{let _0x55395b=0x0;_0x1cefe3[_0x12e7fe([0x6d,0x6f,0x64,0x65,0x6c])][_0x12e7fe([0x6f,0x6e])](_0x12e7fe([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x29036b,_0x35c025)=>{_0x35c025[0x0][_0x12e7fe([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x55395b++,_0x55395b==(0x707c31e4^_0x114f4c)&&(_0x26657a(),_0x29036b[_0x12e7fe([0x6f,0x66,0x66])]());});}))];return window[_0x12e7fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x12e7fe([0x72,0x61,0x63,0x65])](_0x482ba0)[_0x12e7fe([0x74,0x68,0x65,0x6e])](()=>_0x11efec);}async function _0x39d5eb(){await _0x2089b9,_0x1cefe3[_0x12e7fe([0x6d,0x6f,0x64,0x65,0x6c])][_0x12e7fe([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3642b2,_0x1cefe3[_0x12e7fe([0x6d,0x6f,0x64,0x65,0x6c])][_0x12e7fe([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3642b2,_0x1cefe3[_0x12e7fe([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x12e7fe([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x6c7b80(_0x248879){const _0x25f0d1=_0x22c96e();_0x1cefe3[_0x25f0d1]=_0x12e7fe([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])+_0x248879,_0x248879!=_0x12e7fe([0x56,0x61,0x6c,0x69,0x64])&&_0x39d5eb();}function _0x22c96e(){const _0x4617fb=window[_0x12e7fe([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x12e7fe([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x12e7fe([0x6e,0x6f,0x77])]())[_0x12e7fe([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x12e7fe([0x2e]),'');let _0x3df1df=_0x12e7fe([0x7a]);for(let _0x288f23=0x0;_0x288f23<_0x4617fb[_0x12e7fe([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x288f23+=0x2){let _0x91f3e4=window[_0x12e7fe([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4617fb[_0x12e7fe([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x288f23,_0x288f23+0x2));_0x91f3e4>=_0x358477[_0x12e7fe([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x91f3e4-=_0x358477[_0x12e7fe([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3df1df+=_0x358477[_0x91f3e4];}return _0x3df1df;}function _0xe51363(){const _0x3a4200=_0xcdaa5c[_0x12e7fe([0x73,0x70,0x6c,0x69,0x74])](_0x12e7fe([0x2e]));if(0x3!=_0x3a4200[_0x12e7fe([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5157cc(_0x3a4200[0x1]);function _0x5157cc(_0x435c24){const _0x5a0b0a=_0x1a7dd8(_0x435c24);return _0x5a0b0a&&_0x2398ee()?_0x5a0b0a:null;function _0x2398ee(){const _0x4c0a5b=_0x5a0b0a[_0x12e7fe([0x6a,0x74,0x69])],_0x371a7a=window[_0x12e7fe([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4c0a5b[_0x12e7fe([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4c0a5b[_0x12e7fe([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x74a385={..._0x5a0b0a,[_0x12e7fe([0x6a,0x74,0x69])]:_0x4c0a5b[_0x12e7fe([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4c0a5b[_0x12e7fe([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x74a385[_0x12e7fe([0x76,0x63])],_0x3e7482(_0x74a385)==_0x371a7a;}}}async function _0x2c54d1(){let _0x2ae4e6=!0x0;try{const _0xcb7ccf=_0xcdaa5c[_0x12e7fe([0x73,0x70,0x6c,0x69,0x74])](_0x12e7fe([0x2e])),[_0x56be10,_0x55c3f2,_0x56125c]=_0xcb7ccf;return _0x4e8be4(_0x56be10),await _0x295618(_0x56be10,_0x55c3f2,_0x56125c),_0x2ae4e6;}catch{return!0x1;}function _0x4e8be4(_0x33192a){const _0x574f04=_0x1a7dd8(_0x33192a);_0x574f04&&_0x574f04[_0x12e7fe([0x61,0x6c,0x67])]==_0x12e7fe([0x45,0x53,0x32,0x35,0x36])||(_0x2ae4e6=!0x1);}async function _0x295618(_0x3484e2,_0x3802a3,_0x42c620){const _0xb26e9c=window[_0x12e7fe([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x12e7fe([0x66,0x72,0x6f,0x6d])](_0x49eea0(_0x42c620),_0x15ab11=>_0x15ab11[_0x12e7fe([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x51aacc=new window[(_0x12e7fe([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x12e7fe([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3484e2+_0x12e7fe([0x2e])+_0x3802a3),_0x2cc71d=window[_0x12e7fe([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x12e7fe([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2cc71d)return;const _0x22f072=await _0x2cc71d[_0x12e7fe([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x12e7fe([0x6a,0x77,0x6b]),_0x156b56,{[_0x12e7fe([0x6e,0x61,0x6d,0x65])]:_0x12e7fe([0x45,0x43,0x44,0x53,0x41]),[_0x12e7fe([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x12e7fe([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x12e7fe([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2cc71d[_0x12e7fe([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x12e7fe([0x6e,0x61,0x6d,0x65])]:_0x12e7fe([0x45,0x43,0x44,0x53,0x41]),[_0x12e7fe([0x68,0x61,0x73,0x68])]:{[_0x12e7fe([0x6e,0x61,0x6d,0x65])]:_0x12e7fe([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x22f072,_0xb26e9c,_0x51aacc)||(_0x2ae4e6=!0x1);}}function _0x1a7dd8(_0x4ee2f0){return _0x4ee2f0[_0x12e7fe([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x12e7fe([0x65,0x79]))?JSON[_0x12e7fe([0x70,0x61,0x72,0x73,0x65])](_0x49eea0(_0x4ee2f0)):null;}function _0x49eea0(_0x2f63f5){return window[_0x12e7fe([0x61,0x74,0x6f,0x62])](_0x2f63f5[_0x12e7fe([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x12e7fe([0x2b]))[_0x12e7fe([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x12e7fe([0x2f])));}function _0x3e7482(_0x1ea190){let _0x4f9231=0x1505;function _0x27bafb(_0x5d3b44){for(let _0x3a06ec=0x0;_0x3a06ec<_0x5d3b44[_0x12e7fe([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3a06ec++){const _0x1639c3=_0x5d3b44[_0x12e7fe([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3a06ec);_0x4f9231=(_0x4f9231<<0x5)+_0x4f9231+_0x1639c3,_0x4f9231&=_0x4f9231;}}function _0x16af26(_0x4ac9ab){Array[_0x12e7fe([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4ac9ab)?_0x4ac9ab[_0x12e7fe([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x16af26):_0x4ac9ab&&typeof _0x4ac9ab==_0x12e7fe([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x12e7fe([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4ac9ab)[_0x12e7fe([0x73,0x6f,0x72,0x74])]()[_0x12e7fe([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x43f1a5,_0x5e9849])=>{_0x27bafb(_0x43f1a5),_0x16af26(_0x5e9849);}):_0x27bafb(window[_0x12e7fe([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4ac9ab));}return _0x16af26(_0x1ea190),_0x4f9231>>>0x0;}function _0x1e9904(_0x3d6b32){return _0x3d6b32[_0x12e7fe([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x12e7fe([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x12e7fe([0x30]));}function _0xaae477(_0xa36bc0){return _0xa36bc0[_0x12e7fe([0x73,0x70,0x6c,0x69,0x74])]('')[_0x12e7fe([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x12e7fe([0x6a,0x6f,0x69,0x6e])]('');}function _0x3642b2(){}function _0x12e7fe(_0x50ec1c){return _0x50ec1c['map'](_0x5cb2d7=>String['fromCharCode'](_0x5cb2d7))['join']('');}_0x6c7b80(await _0x49ee31());}(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'],[_0x399a85=>Number(_0x399a85)>=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(_0x5d6415){return L['includes'](_0x5d6415);}function g(_0x28f8dd){return Array['from'](_0x28f8dd['getStyleNames']())['filter'](P);}function b(_0x2dbd7f,_0x2a97a5,_0x181b54){const {spanStyles:_0x252ce1,stylesToBeHtmlElements:_0x208b6b}=function(_0xc3ad6b,_0x3eafc2){const _0x10e0af={},_0x3a2bcc={};return _0x3eafc2['forEach'](_0x5e7501=>{const _0x2b20ce=_0xc3ad6b['getStyle'](_0x5e7501);if(_0x2b20ce){if(function(_0x52f51b){return E['includes'](_0x52f51b);}(_0x5e7501))_0x10e0af[_0x5e7501]=_0x2b20ce;else{if(function(_0x136190){return _0x136190 in F;}(_0x5e7501)){const _0x985fbb=_0x2b20ce['split']('\x20');F[_0x5e7501]['forEach'](([_0x4efc56,_0x4042d7])=>{for(const _0x1779e6 of _0x985fbb){('function'==typeof _0x4efc56&&_0x4efc56(_0x1779e6)||_0x4efc56===_0x1779e6)&&(_0x3a2bcc[_0x5e7501]=[..._0x3a2bcc[_0x5e7501]||[],[_0x4efc56,_0x4042d7]]);}});}}}}),{'spanStyles':_0x10e0af,'stylesToBeHtmlElements':_0x3a2bcc};}(_0x2dbd7f,_0x181b54);!function(_0x233491,_0x260b50,_0x2e04e8){for(const _0x5a7cf0 in _0x2e04e8){_0x2e04e8[_0x5a7cf0]['forEach'](([,_0xff025a])=>{const _0x4031f1=_0x260b50['createElement'](_0xff025a,[],_0x233491['getChildren']());_0x260b50['insertChild'](0x0,_0x4031f1,_0x233491);}),_0x260b50['removeStyle'](_0x5a7cf0,_0x233491);}}(_0x2dbd7f,_0x2a97a5,_0x208b6b),function(_0xdc84ed,_0x8f798c,_0x10645f){if(!Object['keys'](_0x10645f)['length'])return;const _0x34e4f5=_0x8f798c['createElement']('span',[],_0xdc84ed['getChildren']());_0x8f798c['setStyle'](_0x10645f,_0x34e4f5),_0x8f798c['insertChild'](0x0,_0x34e4f5,_0xdc84ed),_0x8f798c['removeStyle'](Object['keys'](_0x10645f),_0xdc84ed);}(_0x2dbd7f,_0x2a97a5,_0x252ce1);}class a extends _0xee759c{['execute'](_0x5dbfe6){const {body:_0x87d45a}=_0x5dbfe6['_parsedData'],_0x27a56b=new _0x224d45(_0x87d45a['document']),_0x5aa711=_0x27a56b['createRangeIn'](_0x87d45a),_0xbd0085=new _0x15e33d(_0x27a56b['document']['stylesProcessor']),_0x52935b=[...new _0x26e583(_0xbd0085)['blockElements'],'font'],_0x4d47ab=_0x5aa711['getItems']();for(const _0x1ab92b of _0x4d47ab)_0x1ab92b['is']('element')&&_0x52935b['includes'](_0x1ab92b['name'])&&b(_0x1ab92b,_0x27a56b,g(_0x1ab92b));_0x5dbfe6['content']=_0x87d45a;}['isActive'](_0xaad977){return super['isActive'](_0xaad977)||p(_0xaad977);}}class s extends _0x3c3bf6{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x5726ef=this['editor'],_0x3b2d70=_0x5726ef['plugins']['get']('ClipboardPipeline'),_0x3f0b06=_0x5726ef['editing']['view']['document'],_0x23cf61=new a(_0x3f0b06);_0x3b2d70['on']('inputTransformation',(_0x403092,_0x3cbad6)=>{const _0x7b26de=_0x3cbad6['dataTransfer']['getData']('text/html');_0x23cf61['isActive'](_0x7b26de)&&(_0x3cbad6['_parsedData']||(_0x3cbad6['_parsedData']=_0x5a06bd(_0x7b26de,_0x3f0b06['stylesProcessor'])),_0x23cf61['execute'](_0x3cbad6));},{'priority':_0x5677ac['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3467fe=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x167568;for(const _0x2fdd14 in _0x3467fe){const _0x39bd1e=_0x2fdd14,_0xe1ea36=_0x3467fe[_0x39bd1e];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0xe1ea36||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0xe1ea36||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0xe1ea36||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0xe1ea36||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0xe1ea36||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0xe1ea36||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0xe1ea36||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0xe1ea36){delete _0x3467fe[_0x39bd1e],_0x167568=_0xe1ea36,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x167568&&_0x3467fe['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x167568&&_0x3467fe['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x167568&&_0x3467fe['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x167568&&_0x3467fe['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x167568&&_0x3467fe['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x167568&&_0x3467fe['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x167568&&_0x3467fe['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x3c3bf6{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.2
|
|
3
|
+
"version": "46.0.2",
|
|
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.2
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "46.0.2
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "46.0.2
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "46.0.2
|
|
29
|
-
"ckeditor5": "46.0.2
|
|
25
|
+
"@ckeditor/ckeditor5-core": "46.0.2",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "46.0.2",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "46.0.2",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "46.0.2",
|
|
29
|
+
"ckeditor5": "46.0.2"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x4c75(_0x4a2ad8,_0x469a34){var _0x2e0220=_0x2e02();return _0x4c75=function(_0x4c754e,_0x4598ca){_0x4c754e=_0x4c754e-0x18f;var _0x386148=_0x2e0220[_0x4c754e];return _0x386148;},_0x4c75(_0x4a2ad8,_0x469a34);}(function(_0x3d56ee,_0x453758){var _0x4662a9=_0x4c75,_0x245c67=_0x3d56ee();while(!![]){try{var _0x21e928=-parseInt(_0x4662a9(0x195))/0x1+-parseInt(_0x4662a9(0x197))/0x2*(parseInt(_0x4662a9(0x18f))/0x3)+-parseInt(_0x4662a9(0x190))/0x4+parseInt(_0x4662a9(0x194))/0x5*(-parseInt(_0x4662a9(0x198))/0x6)+parseInt(_0x4662a9(0x192))/0x7+parseInt(_0x4662a9(0x191))/0x8*(parseInt(_0x4662a9(0x193))/0x9)+parseInt(_0x4662a9(0x199))/0xa*(parseInt(_0x4662a9(0x196))/0xb);if(_0x21e928===_0x453758)break;else _0x245c67['push'](_0x245c67['shift']());}catch(_0x175568){_0x245c67['push'](_0x245c67['shift']());}}}(_0x2e02,0xebbe1));export{PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';function _0x2e02(){var _0x4456a8=['9054365HUpoJg','333356idhWwW','135201MGHEmv','352LfZOld','6CLIhbb','2890kamgpf','16914JogaJU','227416kKVrUh','1918920kiXnIp','2569056GtdbVx','9LGvyXB'];_0x2e02=function(){return _0x4456a8;};return _0x2e02();}
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x1f0b(_0x2999b7,_0x4f9702){var _0x97f5d2=_0x97f5();return _0x1f0b=function(_0x1f0b2b,_0x534514){_0x1f0b2b=_0x1f0b2b-0xb3;var _0x1e6234=_0x97f5d2[_0x1f0b2b];return _0x1e6234;},_0x1f0b(_0x2999b7,_0x4f9702);}(function(_0x4caabe,_0x31ea27){var _0x160cf3=_0x1f0b,_0x26fd65=_0x4caabe();while(!![]){try{var _0x4a27d6=-parseInt(_0x160cf3(0xba))/0x1*(-parseInt(_0x160cf3(0xb3))/0x2)+-parseInt(_0x160cf3(0xbc))/0x3*(-parseInt(_0x160cf3(0xbb))/0x4)+-parseInt(_0x160cf3(0xbd))/0x5*(parseInt(_0x160cf3(0xb5))/0x6)+parseInt(_0x160cf3(0xb8))/0x7*(-parseInt(_0x160cf3(0xb6))/0x8)+parseInt(_0x160cf3(0xb9))/0x9+parseInt(_0x160cf3(0xb7))/0xa+parseInt(_0x160cf3(0xb4))/0xb;if(_0x4a27d6===_0x31ea27)break;else _0x26fd65['push'](_0x26fd65['shift']());}catch(_0x398394){_0x26fd65['push'](_0x26fd65['shift']());}}}(_0x97f5,0x3c582));import{CKEditorError as _0x4f048b}from'ckeditor5/src/utils.js';function _0x97f5(){var _0x449b5a=['379078iyTijT','1886589OhwGPV','83876kCRvRe','79916XdIDyW','9lmeWZZ','112855yntVve','2EuAdzf','587301yIYLnL','54TsPBWg','24YglKaB','2059460CaSMhf'];_0x97f5=function(){return _0x449b5a;};return _0x97f5();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x3a31(_0x3a64f7,_0x3f1743){const _0xa794c3=_0xa794();return _0x3a31=function(_0x3a3126,_0x433f09){_0x3a3126=_0x3a3126-0x1f0;let _0x4581b6=_0xa794c3[_0x3a3126];return _0x4581b6;},_0x3a31(_0x3a64f7,_0x3f1743);}const _0x19d90d=_0x3a31;(function(_0x1c9496,_0x16af87){const _0x3723f8=_0x3a31,_0x937275=_0x1c9496();while(!![]){try{const _0x49c7c0=parseInt(_0x3723f8(0x204))/0x1*(-parseInt(_0x3723f8(0x203))/0x2)+-parseInt(_0x3723f8(0x1f2))/0x3+parseInt(_0x3723f8(0x1f5))/0x4*(parseInt(_0x3723f8(0x1f0))/0x5)+-parseInt(_0x3723f8(0x207))/0x6+parseInt(_0x3723f8(0x1f7))/0x7+parseInt(_0x3723f8(0x1fa))/0x8*(-parseInt(_0x3723f8(0x1fc))/0x9)+parseInt(_0x3723f8(0x205))/0xa;if(_0x49c7c0===_0x16af87)break;else _0x937275['push'](_0x937275['shift']());}catch(_0x3265eb){_0x937275['push'](_0x937275['shift']());}}}(_0xa794,0x3e220));import{ViewUpcastWriter as _0x3321d9}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x5ece92}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x32abe8}from'../../utils.js';import{extractStyles as _0x284f76,expandStyles as _0x12d0c6,getMatchingStyles as _0xb6a568,flattenStyleDefinitions as _0x307c1f}from'./utils.js';function _0xa794(){const _0x22128b=['2054982DVSHaJ','45EupykJ','execute','619968iiLQjr','type','setStyle','108868wqgXYg','isActive','2423708cBhpgV','elementStart','item','184fBdNFJ','createRangeIn','94887Ygcbru','from','document','size','hasStyle','values','_parsedData','18826BCAJDV','13JsnAOh','5773100vsokDv','content'];_0xa794=function(){return _0x22128b;};return _0xa794();}export class MSOfficeStylesInliner extends _0x5ece92{[_0x19d90d(0x1f1)](_0x509b0b){const _0x4f386=_0x19d90d,{body:_0x55da9a,styles:_0x2965eb}=_0x509b0b[_0x4f386(0x202)],_0x2a0427=new _0x3321d9(_0x55da9a[_0x4f386(0x1fe)]),_0x49ae09=_0x2a0427[_0x4f386(0x1fb)](_0x55da9a),_0x146590=_0x284f76(_0x2965eb),_0x1227d4=_0x12d0c6(_0x146590);for(const _0x27c8d1 of _0x49ae09){if(_0x4f386(0x1f8)!==_0x27c8d1[_0x4f386(0x1f3)])continue;const _0x5da563=_0xb6a568(_0x27c8d1[_0x4f386(0x1f9)],_0x1227d4);if(_0x5da563[_0x4f386(0x1ff)]){const _0x145dd6=_0x307c1f(Array[_0x4f386(0x1fd)](_0x5da563[_0x4f386(0x201)]()));for(const _0x455a7f in _0x145dd6){const _0x55cfc7=_0x27c8d1[_0x4f386(0x1f9)];_0x55cfc7[_0x4f386(0x200)](_0x455a7f)||_0x2a0427[_0x4f386(0x1f4)](_0x455a7f,_0x145dd6[_0x455a7f],_0x55cfc7);}}}_0x509b0b[_0x4f386(0x206)]=_0x55da9a;}[_0x19d90d(0x1f6)](_0x2e3d04){const _0x27a432=_0x19d90d;return super[_0x27a432(0x1f6)](_0x2e3d04)||_0x32abe8(_0x2e3d04);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x55b8cc,_0x4a8b83){const _0x43bbe2=_0x5c02,_0x49cd23=_0x55b8cc();while(!![]){try{const _0x3d8a17=-parseInt(_0x43bbe2(0xf2))/0x1*(parseInt(_0x43bbe2(0xee))/0x2)+parseInt(_0x43bbe2(0xec))/0x3+parseInt(_0x43bbe2(0xea))/0x4*(parseInt(_0x43bbe2(0xeb))/0x5)+parseInt(_0x43bbe2(0xf3))/0x6*(parseInt(_0x43bbe2(0xde))/0x7)+parseInt(_0x43bbe2(0xe7))/0x8+parseInt(_0x43bbe2(0xf0))/0x9+-parseInt(_0x43bbe2(0xe4))/0xa;if(_0x3d8a17===_0x4a8b83)break;else _0x49cd23['push'](_0x49cd23['shift']());}catch(_0x6bf4be){_0x49cd23['push'](_0x49cd23['shift']());}}}(_0x4a0e,0x66e13));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x47ce2c,_0x5ccf62){const _0x42c532=_0x5c02,_0x135c50=new Map();for(const [_0x41d704,_0x4e901b]of _0x5ccf62){if(!_0x41d704[_0x42c532(0xe6)]&&!_0x41d704[_0x42c532(0xdb)])continue;const _0x5d8673=!_0x41d704[_0x42c532(0xe6)]||_0x47ce2c[_0x42c532(0xdd)]===_0x41d704[_0x42c532(0xe6)],_0x35edce=!_0x41d704[_0x42c532(0xdb)]||_0x47ce2c[_0x42c532(0xf1)](_0x41d704[_0x42c532(0xdb)]);_0x5d8673&&_0x35edce&&_0x135c50[_0x42c532(0xda)](_0x41d704,_0x4e901b);}return _0x135c50;}export function extractStyles(_0x506de8){const _0x3961bd=_0x5c02,_0x150916={};for(const _0xedb318 of _0x506de8)for(const _0x308a12 of _0xedb318[_0x3961bd(0xe8)])if(_0x308a12 instanceof CSSStyleRule){const _0x21094d=parseCSSStyleDeclaration(_0x308a12[_0x3961bd(0xe9)]);_0x150916[_0x308a12[_0x3961bd(0xe5)]]=Object[_0x3961bd(0xd9)]({},_0x150916[_0x308a12[_0x3961bd(0xe5)]]||{},_0x21094d);}return _0x150916;}export function expandStyles(_0x3ad64d){const _0x558dd9=_0x5c02,_0x49e326=new Map();for(const _0x2b3f83 in _0x3ad64d){const _0x634a14=parseCSSSelector(_0x2b3f83),_0x2cd2af=_0x3ad64d[_0x2b3f83];for(const _0x5a5d18 of _0x634a14)_0x49e326[_0x558dd9(0xda)](_0x5a5d18,_0x2cd2af);}return _0x49e326;}export function parseCSSStyleDeclaration(_0x5f5d54){const _0x1bbeb5=_0x5c02,_0x411dc3={};for(let _0xcace2=0x0;_0xcace2<_0x5f5d54[_0x1bbeb5(0xe2)];_0xcace2++){const _0x99d234=_0x5f5d54[_0xcace2],_0x1481b6=_0x5f5d54[_0x1bbeb5(0xef)](_0x99d234);_0x1bbeb5(0xf4)!==_0x1481b6&&(_0x411dc3[_0x99d234]=_0x1481b6);}return _0x411dc3;}export function parseCSSSelector(_0x47e848){const _0x5680af=_0x5c02,_0x536d80=_0x47e848[_0x5680af(0xed)](',')[_0x5680af(0xe0)](_0x3955d9=>_0x3955d9[_0x5680af(0xe1)]()),_0xa023cc=[];for(const _0x2d27af of _0x536d80){const _0x5c83c5=S[_0x5680af(0xdf)](_0x2d27af);_0x5c83c5&&_0xa023cc[_0x5680af(0xe3)](_0x5c83c5[_0x5680af(0xdc)]);}return _0xa023cc;}export function flattenStyleDefinitions(_0x44ab3b){const _0xa85874=_0x5c02,_0x519b52={};for(const _0x3ccda3 of _0x44ab3b)Object[_0xa85874(0xd9)](_0x519b52,_0x3ccda3);return _0x519b52;}function _0x5c02(_0x58850c,_0x1d79bc){const _0x4a0e45=_0x4a0e();return _0x5c02=function(_0x5c02b7,_0x2c9bc8){_0x5c02b7=_0x5c02b7-0xd9;let _0x37580e=_0x4a0e45[_0x5c02b7];return _0x37580e;},_0x5c02(_0x58850c,_0x1d79bc);}function _0x4a0e(){const _0x4f558d=['20916950oRbGBL','selectorText','tagName','6139472cGgNFU','cssRules','style','1100vSNNov','9325MqPEAd','2308776MLOLtw','split','19504arkvoA','getPropertyValue','5819553rSHhAp','hasClass','60gYZXer','2796rPNDlA','initial','assign','set','className','groups','name','6034ddnFXG','exec','map','trim','length','push'];_0x4a0e=function(){return _0x4f558d;};return _0x4a0e();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x1ae0(_0x4300f2,_0x30b130){const _0x280b47=_0x280b();return _0x1ae0=function(_0x1ae015,_0x1580ee){_0x1ae015=_0x1ae015-0x1e9;let _0x5409a2=_0x280b47[_0x1ae015];return _0x5409a2;},_0x1ae0(_0x4300f2,_0x30b130);}const _0x48215e=_0x1ae0;(function(_0x1b76c7,_0x1f7e00){const _0x1d7ddd=_0x1ae0,_0xa44a59=_0x1b76c7();while(!![]){try{const _0x40b66d=-parseInt(_0x1d7ddd(0x1ee))/0x1+parseInt(_0x1d7ddd(0x1ea))/0x2*(-parseInt(_0x1d7ddd(0x1fd))/0x3)+parseInt(_0x1d7ddd(0x1f6))/0x4+-parseInt(_0x1d7ddd(0x1f2))/0x5*(parseInt(_0x1d7ddd(0x1fc))/0x6)+-parseInt(_0x1d7ddd(0x1fe))/0x7+parseInt(_0x1d7ddd(0x1f4))/0x8+parseInt(_0x1d7ddd(0x1ec))/0x9;if(_0x40b66d===_0x1f7e00)break;else _0xa44a59['push'](_0xa44a59['shift']());}catch(_0x1fafa6){_0xa44a59['push'](_0xa44a59['shift']());}}}(_0x280b,0x4e9ea));import{ViewUpcastWriter as _0x3fd8be,ViewDomConverter as _0x3ae06a,ViewDocument as _0x2f4729}from'ckeditor5/src/engine.js';function _0x280b(){const _0x1d9f5e=['name','831060iPBKTk','getItems','2550984NuuRRB','stylesProcessor','874528CeXKNt','blockElements','content','_parsedData','createRangeIn','execute','6aXloQV','3jOcvSM','2757363gTHGYa','includes','129008NYuqkP','font','4891455ntuSSX','isActive','134349ntPrDY','document','element'];_0x280b=function(){return _0x1d9f5e;};return _0x280b();}import{PasteFromOfficeMSWordNormalizer as _0x2da2d7}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x3887c6}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x4b99de,propagateStyleProperties as _0x17c3ea}from'./utils.js';export class MSOfficeInlineStylePropagator extends _0x2da2d7{[_0x48215e(0x1fb)](_0x12e9f8){const _0x322755=_0x48215e,{body:_0x2dac37}=_0x12e9f8[_0x322755(0x1f9)],_0x1ea4a5=new _0x3fd8be(_0x2dac37[_0x322755(0x1ef)]),_0x3bc7e2=_0x1ea4a5[_0x322755(0x1fa)](_0x2dac37),_0x291074=new _0x2f4729(_0x1ea4a5[_0x322755(0x1ef)][_0x322755(0x1f5)]),_0x17241b=[...new _0x3ae06a(_0x291074)[_0x322755(0x1f7)],_0x322755(0x1eb)],_0x4f94c8=_0x3bc7e2[_0x322755(0x1f3)]();for(const _0x14ec69 of _0x4f94c8)if(_0x14ec69['is'](_0x322755(0x1f0))&&_0x17241b[_0x322755(0x1e9)](_0x14ec69[_0x322755(0x1f1)])){const _0x3b42d8=_0x4b99de(_0x14ec69);_0x17c3ea(_0x14ec69,_0x1ea4a5,_0x3b42d8);}_0x12e9f8[_0x322755(0x1f8)]=_0x2dac37;}[_0x48215e(0x1ed)](_0x15ea81){const _0x57e4c0=_0x48215e;return super[_0x57e4c0(0x1ed)](_0x15ea81)||_0x3887c6(_0x15ea81);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x42c167=_0x2c7d;(function(_0x37ad9e,_0x266bc7){const _0x5369c3=_0x2c7d,_0x5012a8=_0x37ad9e();while(!![]){try{const _0x438d8f=-parseInt(_0x5369c3(0x16d))/0x1*(-parseInt(_0x5369c3(0x17e))/0x2)+parseInt(_0x5369c3(0x158))/0x3+parseInt(_0x5369c3(0x155))/0x4*(parseInt(_0x5369c3(0x16e))/0x5)+-parseInt(_0x5369c3(0x15e))/0x6+-parseInt(_0x5369c3(0x15c))/0x7+parseInt(_0x5369c3(0x170))/0x8+-parseInt(_0x5369c3(0x174))/0x9;if(_0x438d8f===_0x266bc7)break;else _0x5012a8['push'](_0x5012a8['shift']());}catch(_0x49d89d){_0x5012a8['push'](_0x5012a8['shift']());}}}(_0x20f8,0xd1188));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x42c167(0x172),_0x42c167(0x176),_0x42c167(0x161),_0x42c167(0x154),_0x42c167(0x16b),_0x42c167(0x17a),_0x42c167(0x171),_0x42c167(0x173)];function _0x20f8(){const _0x2ff59e=['removeStyle','underline','medium','3061835UdkCTg','sub','8657238yaqvxT','italic','keys','font-size','getStyleNames','filter','bolder','sup','span','setStyle','createElement','includes','getChildren','text-decoration-line','insertChild','1rVmDuu','415lSgfay','split','7290352CReYUO','font-style','color','vertical-align','6162030UhcDjR','super','font-family','bold','forEach','function','font-weight','strong','length','getStyle','2850382TWKCmF','text-decoration','31504dwLsDC','line-through','from','1293633VUwkEn'];_0x20f8=function(){return _0x2ff59e;};return _0x20f8();}export const CSS_PROPERTIES_TO_BE_SPANS=[_0x42c167(0x172),_0x42c167(0x176),_0x42c167(0x161)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x42c167(0x15f),'i']],'font-weight':[[_0x42c167(0x15b),_0x42c167(0x17b)],[_0x42c167(0x177),_0x42c167(0x17b)],[_0x42c167(0x164),_0x42c167(0x17b)],[_0x2edfa1=>Number(_0x2edfa1)>=0x258,_0x42c167(0x17b)]],'text-decoration':[[_0x42c167(0x15a),'u'],[_0x42c167(0x156),'s']],'text-decoration-line':[[_0x42c167(0x15a),'u'],[_0x42c167(0x156),'s']],'vertical-align':[[_0x42c167(0x15d),_0x42c167(0x15d)],[_0x42c167(0x175),_0x42c167(0x165)]]};export function isPropertyToBePropagated(_0x358f5a){const _0x581713=_0x42c167;return CSS_PROPERTIES_TO_PROPAGATE[_0x581713(0x169)](_0x358f5a);}export function isPropertyToBePropagatedAsSpan(_0x14d69d){const _0x11b0f9=_0x42c167;return CSS_PROPERTIES_TO_BE_SPANS[_0x11b0f9(0x169)](_0x14d69d);}export function isPropertyToBePropagatedAsHTMLElement(_0xeb548b){return _0xeb548b in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x5b06a3){const _0x2ed050=_0x42c167;return Array[_0x2ed050(0x157)](_0x5b06a3[_0x2ed050(0x162)]())[_0x2ed050(0x163)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x352fa6,_0x2d2443,_0x40bf5){const {spanStyles:_0x4cd0bd,stylesToBeHtmlElements:_0x32bdb2}=getStylesToPropagate(_0x352fa6,_0x40bf5);propagateStylesAsHTMLElements(_0x352fa6,_0x2d2443,_0x32bdb2),propagateStylesAsSpan(_0x352fa6,_0x2d2443,_0x4cd0bd);}export function propagateStylesAsHTMLElements(_0xb04fab,_0x31e6d9,_0x23b245){const _0x35e92b=_0x42c167;for(const _0x59fc46 in _0x23b245){_0x23b245[_0x59fc46][_0x35e92b(0x178)](([,_0x52cd92])=>{const _0x5cf920=_0x35e92b,_0x359285=_0x31e6d9[_0x5cf920(0x168)](_0x52cd92,[],_0xb04fab[_0x5cf920(0x16a)]());_0x31e6d9[_0x5cf920(0x16c)](0x0,_0x359285,_0xb04fab);}),_0x31e6d9[_0x35e92b(0x159)](_0x59fc46,_0xb04fab);}}function _0x2c7d(_0x45c6fc,_0x325d3a){const _0x20f898=_0x20f8();return _0x2c7d=function(_0x2c7dc7,_0x14492e){_0x2c7dc7=_0x2c7dc7-0x154;let _0x1dcbd0=_0x20f898[_0x2c7dc7];return _0x1dcbd0;},_0x2c7d(_0x45c6fc,_0x325d3a);}export function propagateStylesAsSpan(_0x9f2285,_0x236f35,_0xe2e062){const _0x468828=_0x42c167;if(!Object[_0x468828(0x160)](_0xe2e062)[_0x468828(0x17c)])return;const _0x144af6=_0x236f35[_0x468828(0x168)](_0x468828(0x166),[],_0x9f2285[_0x468828(0x16a)]());_0x236f35[_0x468828(0x167)](_0xe2e062,_0x144af6),_0x236f35[_0x468828(0x16c)](0x0,_0x144af6,_0x9f2285),_0x236f35[_0x468828(0x159)](Object[_0x468828(0x160)](_0xe2e062),_0x9f2285);}export function getStylesToPropagate(_0x16d4c1,_0x193d77){const _0x1b9653=_0x42c167,_0x9cf19d={},_0x239cc9={};return _0x193d77[_0x1b9653(0x178)](_0x199d8=>{const _0x17684b=_0x1b9653,_0x228611=_0x16d4c1[_0x17684b(0x17d)](_0x199d8);if(_0x228611){if(isPropertyToBePropagatedAsSpan(_0x199d8))_0x9cf19d[_0x199d8]=_0x228611;else{if(isPropertyToBePropagatedAsHTMLElement(_0x199d8)){const _0x3e9b3a=_0x228611[_0x17684b(0x16f)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x199d8][_0x17684b(0x178)](([_0x21c62c,_0x403205])=>{const _0x3e2fca=_0x17684b;for(const _0x419bfb of _0x3e9b3a){(_0x3e2fca(0x179)==typeof _0x21c62c&&_0x21c62c(_0x419bfb)||_0x21c62c===_0x419bfb)&&(_0x239cc9[_0x199d8]=[..._0x239cc9[_0x199d8]||[],[_0x21c62c,_0x403205]]);}});}}}}),{'spanStyles':_0x9cf19d,'stylesToBeHtmlElements':_0x239cc9};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x1d9444=_0x1324;function _0x5a7b(){var _0x2936c1=['PasteFromOffice','648030ZDcOxs','8kOzCaV','1104651oqIWsh','requires','1727560Ichnxg','isOfficialPlugin','7273782rhaBlC','876VzzoJh','PasteFromOfficeEnhanced','isPremiumPlugin','6500090SJnGZp','2341iownmP','pluginName','940rfcHFY','35ukGHIH','35486WZrNAN'];_0x5a7b=function(){return _0x2936c1;};return _0x5a7b();}(function(_0x3ee3b4,_0x32ffc6){var _0x499766=_0x1324,_0x40b1f1=_0x3ee3b4();while(!![]){try{var _0x13c273=-parseInt(_0x499766(0xa3))/0x1*(-parseInt(_0x499766(0x9f))/0x2)+parseInt(_0x499766(0x9a))/0x3+-parseInt(_0x499766(0x9c))/0x4+-parseInt(_0x499766(0xa2))/0x5+-parseInt(_0x499766(0xa9))/0x6*(-parseInt(_0x499766(0xa6))/0x7)+parseInt(_0x499766(0x99))/0x8*(parseInt(_0x499766(0x9e))/0x9)+parseInt(_0x499766(0xa5))/0xa*(-parseInt(_0x499766(0xa7))/0xb);if(_0x13c273===_0x32ffc6)break;else _0x40b1f1['push'](_0x40b1f1['shift']());}catch(_0xfc5bbb){_0x40b1f1['push'](_0x40b1f1['shift']());}}}(_0x5a7b,0xac856));function _0x1324(_0x4bda9d,_0x202846){var _0x5a7b3b=_0x5a7b();return _0x1324=function(_0x1324cb,_0xe90905){_0x1324cb=_0x1324cb-0x99;var _0x3bfb6b=_0x5a7b3b[_0x1324cb];return _0x3bfb6b;},_0x1324(_0x4bda9d,_0x202846);}import{Plugin as _0x5c2a23}from'ckeditor5/src/core.js';import{PasteFromOfficeEnhancedInliner as _0x33b807}from'./pastefromofficeenhancedinliner.js';import{PasteFromOfficeEnhancedPropagator as _0x448f48}from'./pastefromofficeenhancedpropagator.js';export class PasteFromOfficeEnhanced extends _0x5c2a23{static get[_0x1d9444(0xa4)](){var _0x1b719f=_0x1d9444;return _0x1b719f(0xa0);}static get[_0x1d9444(0x9d)](){return!0x0;}static get[_0x1d9444(0xa1)](){return!0x0;}static get[_0x1d9444(0x9b)](){var _0x315c8f=_0x1d9444;return[_0x315c8f(0xa8),_0x33b807,_0x448f48];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x1b61(){const _0x431a22=['map','1834uXunfR','305990UTTfgr','href','1853169sHZkyy','4985496TfAdxT','_parsedData','11358QQZfJn','document','text/html','requires','inputTransformation','getData','19208JqwvNm','fromCharCode','stylesProcessor','7870FHiqsg','execute','editing','PasteFromOfficeEnhancedInliner','get','plugins','afterInit','editor','view','dataTransfer','init','ClipboardPipeline','2123758xbyDKM','pluginName','isPremiumPlugin','join','302144IoFNIV','isActive','PasteFromOffice','6cDtrHm','isOfficialPlugin','high'];_0x1b61=function(){return _0x431a22;};return _0x1b61();}const _0x1685ed=_0x1599;function _0x1599(_0x3ee084,_0xdaee2a){const _0x1b61d6=_0x1b61();return _0x1599=function(_0x159964,_0x28835a){_0x159964=_0x159964-0xd3;let _0x5e3c6a=_0x1b61d6[_0x159964];return _0x5e3c6a;},_0x1599(_0x3ee084,_0xdaee2a);}(function(_0x4baa2f,_0xfd1941){const _0xa029c2=_0x1599,_0xd3c45c=_0x4baa2f();while(!![]){try{const _0x3d0979=parseInt(_0xa029c2(0xde))/0x1+-parseInt(_0xa029c2(0xda))/0x2+parseInt(_0xa029c2(0xe8))/0x3+parseInt(_0xa029c2(0xe9))/0x4+parseInt(_0xa029c2(0xe6))/0x5*(-parseInt(_0xa029c2(0xe1))/0x6)+-parseInt(_0xa029c2(0xe5))/0x7*(-parseInt(_0xa029c2(0xf1))/0x8)+parseInt(_0xa029c2(0xeb))/0x9*(-parseInt(_0xa029c2(0xf4))/0xa);if(_0x3d0979===_0xfd1941)break;else _0xd3c45c['push'](_0xd3c45c['shift']());}catch(_0x2585b6){_0xd3c45c['push'](_0xd3c45c['shift']());}}}(_0x1b61,0xa5c78));import{Plugin as _0x3680d6}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x4a8ab5}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x40e8e4,uid as _0x3620e3}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x7f2f5d}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x3680d6{static get[_0x1685ed(0xdb)](){const _0x408572=_0x1685ed;return _0x408572(0xf7);}static get[_0x1685ed(0xe2)](){return!0x0;}static get[_0x1685ed(0xdc)](){return!0x0;}static get[_0x1685ed(0xee)](){const _0xa49ad6=_0x1685ed;return[_0xa49ad6(0xe0)];}[_0x1685ed(0xd8)](){const _0x56a3b9=_0x1685ed,_0x15fd89=this[_0x56a3b9(0xd5)],_0xcccbd9=_0x15fd89[_0x56a3b9(0xd3)][_0x56a3b9(0xf8)](_0x56a3b9(0xd9)),_0x18874f=_0x15fd89[_0x56a3b9(0xf6)][_0x56a3b9(0xd6)][_0x56a3b9(0xec)],_0x1f521a=new _0x7f2f5d(_0x18874f);_0xcccbd9['on'](_0x56a3b9(0xef),(_0x33ee80,_0x640ec8)=>{const _0x4be406=_0x56a3b9,_0x4595d2=_0x640ec8[_0x4be406(0xd7)][_0x4be406(0xf0)](_0x4be406(0xed));_0x1f521a[_0x4be406(0xdf)](_0x4595d2)&&(_0x640ec8[_0x4be406(0xea)]||(_0x640ec8[_0x4be406(0xea)]=_0x4a8ab5(_0x4595d2,_0x18874f[_0x4be406(0xf3)])),_0x1f521a[_0x4be406(0xf5)](_0x640ec8));},{'priority':_0x40e8e4[_0x56a3b9(0xf8)](_0x56a3b9(0xe3))+0xb});}[_0x1685ed(0xd4)](){!async function(_0x558c96){const _0x223ba0=_0xa5dea2([0x34,0x78,0x6b,0x74,0x50,0x79,0x4c,0x37,0x35,0x38,0x39,0x6f,0x33,0x30,0x73,0x76,0x54,0x55,0x51,0x43,0x36,0x6d,0x4b,0x4e,0x6c,0x41,0x57,0x69,0x4a,0x68,0x75,0x4d,0x47,0x7a,0x58,0x71,0x49,0x67,0x31,0x52,0x72,0x61,0x64,0x63,0x59,0x4f,0x5a,0x6e,0x53,0x44,0x48,0x6a,0x32,0x56,0x62,0x46,0x70,0x77,0x66,0x65,0x45,0x42]),_0x312579=0x1adca6da,_0x21830d=0x1adbd60a^_0x312579,_0x503f08=window[_0xa5dea2([0x44,0x61,0x74,0x65])][_0xa5dea2([0x6e,0x6f,0x77])](),_0xa8f464=_0x558c96[_0xa5dea2([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1f6645=new window[(_0xa5dea2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x105e4b=>{_0xa8f464[_0xa5dea2([0x6f,0x6e,0x63,0x65])](_0xa5dea2([0x72,0x65,0x61,0x64,0x79]),_0x105e4b);}),_0x4013a7={[_0xa5dea2([0x6b,0x74,0x79])]:_0xa5dea2([0x45,0x43]),[_0xa5dea2([0x75,0x73,0x65])]:_0xa5dea2([0x73,0x69,0x67]),[_0xa5dea2([0x63,0x72,0x76])]:_0xa5dea2([0x50,0x2d,0x32,0x35,0x36]),[_0xa5dea2([0x78])]:_0xa5dea2([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]),[_0xa5dea2([0x79])]:_0xa5dea2([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]),[_0xa5dea2([0x61,0x6c,0x67])]:_0xa5dea2([0x45,0x53,0x32,0x35,0x36])},_0x3fa6a6=_0xa8f464[_0xa5dea2([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xa5dea2([0x67,0x65,0x74])](_0xa5dea2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xee58c0(){let _0x62f4e,_0x5a92a1=null,_0x59617f=null;try{if(_0x3fa6a6==_0xa5dea2([0x47,0x50,0x4c]))return _0xa5dea2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x62f4e=_0x504990(),!_0x62f4e)return _0xa5dea2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x62f4e[_0xa5dea2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x59617f=_0x3ddb55(_0x62f4e[_0xa5dea2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x62f4e[_0xa5dea2([0x6a,0x74,0x69])])),await _0x2643c7()?_0xebdc0d()?_0x5e328c()?_0xa5dea2([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5cfd61()?(_0x62f4e[_0xa5dea2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa5dea2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5a92a1=_0x2db8aa(_0xa5dea2([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x62f4e[_0xa5dea2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa5dea2([0x74,0x72,0x69,0x61,0x6c])&&(_0x5a92a1=_0x2db8aa(_0xa5dea2([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xf8b5c9()):_0xa5dea2([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xa5dea2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xa5dea2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xa5dea2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5e328c(){const _0x1018fa=[_0xa5dea2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xa5dea2([0x74,0x72,0x69,0x61,0x6c])][_0xa5dea2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x62f4e[_0xa5dea2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x503f08/0x3e8:0xe10*_0x21830d;return _0x62f4e[_0xa5dea2([0x65,0x78,0x70])]<_0x1018fa;}function _0xebdc0d(){const _0x391f23=_0x62f4e[_0xa5dea2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x391f23&&(!!_0x391f23[_0xa5dea2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa5dea2([0x2a]))||(!!_0x391f23[_0xa5dea2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa5dea2([0x50,0x4f,0x45]))||!!_0x391f23[_0xa5dea2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa5dea2([0x50,0x50]))));}function _0x5cfd61(){const _0x240ca3=_0x1599,_0xb13ca0=_0x62f4e[_0xa5dea2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xb13ca0||0x0==_0xb13ca0[_0xa5dea2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xb27b3}=new URL(window[_0xa5dea2([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x240ca3(0xe7)]);if(_0xb13ca0[_0xa5dea2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xb27b3))return!0x0;const _0x46ae49=_0xb27b3[_0xa5dea2([0x73,0x70,0x6c,0x69,0x74])](_0xa5dea2([0x2e]));return _0xb13ca0[_0xa5dea2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x46244f=>_0x46244f[_0xa5dea2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa5dea2([0x2a])))[_0xa5dea2([0x6d,0x61,0x70])](_0x506beb=>_0x506beb[_0xa5dea2([0x73,0x70,0x6c,0x69,0x74])](_0xa5dea2([0x2e])))[_0xa5dea2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5b1bbf=>_0x5b1bbf[_0xa5dea2([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x46ae49[_0xa5dea2([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xa5dea2([0x6d,0x61,0x70])](_0x178f02=>Array(_0x46ae49[_0xa5dea2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x178f02[_0xa5dea2([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xa5dea2([0x66,0x69,0x6c,0x6c])](_0x178f02[0x0]===_0xa5dea2([0x2a])?_0xa5dea2([0x2a]):'')[_0xa5dea2([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x178f02))[_0xa5dea2([0x73,0x6f,0x6d,0x65])](_0x4912b7=>_0x46ae49[_0xa5dea2([0x65,0x76,0x65,0x72,0x79])]((_0x204faa,_0x2d8787)=>_0x4912b7[_0x2d8787]===_0x204faa||_0x4912b7[_0x2d8787]===_0xa5dea2([0x2a])));}function _0xf8b5c9(){return _0x5a92a1&&_0x59617f?new window[(_0xa5dea2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4cc599,_0x21a067)=>{_0x5a92a1[_0xa5dea2([0x74,0x68,0x65,0x6e])](_0x4cc599,_0x21a067),_0x59617f[_0xa5dea2([0x74,0x68,0x65,0x6e])](_0x5c8452=>{_0x5c8452!=_0xa5dea2([0x56,0x61,0x6c,0x69,0x64])&&_0x4cc599(_0x5c8452);},_0x21a067);}):_0x5a92a1||_0x59617f||_0xa5dea2([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3ddb55(_0x4df569,_0x2a8635){return new window[(_0xa5dea2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2171f8=>{if(_0x4981ee())return _0x2171f8(_0xa5dea2([0x56,0x61,0x6c,0x69,0x64]));_0x404ddc(),_0xa8f464[_0xa5dea2([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xa5dea2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x397c7b=!0x1;const _0xbf3d2c=_0x3620e3();function _0x409c47(_0x302e2){return!!_0x302e2&&(typeof _0x302e2===_0xa5dea2([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x302e2===_0xa5dea2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x302e2[_0xa5dea2([0x74,0x68,0x65,0x6e])]===_0xa5dea2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x302e2[_0xa5dea2([0x63,0x61,0x74,0x63,0x68])]===_0xa5dea2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x7c59f6(_0x529c64){_0x18a6aa(_0x529c64)[_0xa5dea2([0x74,0x68,0x65,0x6e])](_0x2a0b04=>{if(!_0x2a0b04||_0x2a0b04[_0xa5dea2([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xa5dea2([0x6f,0x6b]))return _0xa5dea2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x306c0f(_0x2739eb(_0xbf3d2c+_0x2a8635))!=_0x2a0b04[_0xa5dea2([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xa5dea2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xa5dea2([0x56,0x61,0x6c,0x69,0x64]);})[_0xa5dea2([0x74,0x68,0x65,0x6e])](_0x43d3a6=>(_0x297828(),_0x43d3a6),()=>{const _0x190050=_0x239172();return null==_0x190050?(_0x297828(),_0xa5dea2([0x56,0x61,0x6c,0x69,0x64])):_0xa5dea2(_0x503f08-_0x190050>(0x3ed022da^_0x312579)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xa5dea2([0x74,0x68,0x65,0x6e])](_0x2171f8)[_0xa5dea2([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2171f8(_0xa5dea2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1a8cab=0x1aea485a^_0x312579;function _0x297828(){const _0x13e2cf=_0xa5dea2([0x6c,0x6c,0x63,0x74,0x2d])+_0x306c0f(_0x2739eb(_0x4df569)),_0x2e8059=_0x591d13(_0x306c0f(window[_0xa5dea2([0x4d,0x61,0x74,0x68])][_0xa5dea2([0x63,0x65,0x69,0x6c])](_0x503f08/_0x1a8cab)));window[_0xa5dea2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa5dea2([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x13e2cf,_0x2e8059);}function _0x239172(){const _0xdbe2bb=_0xa5dea2([0x6c,0x6c,0x63,0x74,0x2d])+_0x306c0f(_0x2739eb(_0x4df569)),_0x4d6d69=window[_0xa5dea2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa5dea2([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xdbe2bb);return _0x4d6d69?window[_0xa5dea2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x591d13(_0x4d6d69),0x10)*_0x1a8cab:null;}function _0x18a6aa(_0x2363c5){return new window[(_0xa5dea2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1f3201,_0xe40d08)=>{_0x2363c5[_0xa5dea2([0x74,0x68,0x65,0x6e])](_0x1f3201,_0xe40d08),window[_0xa5dea2([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xe40d08,0x1add721a^_0x312579);});}}_0xa8f464[_0xa5dea2([0x6f,0x6e])](_0xa5dea2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xc46a8c,_0x43f46f)=>{if(_0x43f46f[0x0]!=_0x4df569)return _0x2171f8(_0xa5dea2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x43f46f[0x1]={..._0x43f46f[0x1],[_0xa5dea2([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xbf3d2c};},{[_0xa5dea2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa5dea2([0x68,0x69,0x67,0x68])}),_0xa8f464[_0xa5dea2([0x6f,0x6e])](_0xa5dea2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4d8051=>{_0x409c47(_0x4d8051[_0xa5dea2([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x397c7b=!0x0,_0x7c59f6(_0x4d8051[_0xa5dea2([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xa5dea2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa5dea2([0x6c,0x6f,0x77])}),_0x1f6645[_0xa5dea2([0x74,0x68,0x65,0x6e])](()=>{_0x397c7b||_0x2171f8(_0xa5dea2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4981ee(){return _0xa8f464[_0xa5dea2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa5dea2([0x76,0x69,0x65,0x77])][_0xa5dea2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xa5dea2([0x61,0x75,0x74,0x6f]);}function _0x404ddc(){_0xa8f464[_0xa5dea2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa5dea2([0x76,0x69,0x65,0x77])][_0xa5dea2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xa5dea2([0x61,0x75,0x74,0x6f]);}}function _0x2db8aa(_0x4758a1){const _0x725171=[new window[(_0xa5dea2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3c2781=>setTimeout(_0x3c2781,0x1ad59816^_0x312579)),_0x1f6645[_0xa5dea2([0x74,0x68,0x65,0x6e])](()=>new window[(_0xa5dea2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xbb60b3=>{let _0x3bbe64=0x0;_0xa8f464[_0xa5dea2([0x6d,0x6f,0x64,0x65,0x6c])][_0xa5dea2([0x6f,0x6e])](_0xa5dea2([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5d573c,_0x1de8e0)=>{_0x1de8e0[0x0][_0xa5dea2([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3bbe64++,_0x3bbe64==(0x1adca722^_0x312579)&&(_0xbb60b3(),_0x5d573c[_0xa5dea2([0x6f,0x66,0x66])]());});}))];return window[_0xa5dea2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xa5dea2([0x72,0x61,0x63,0x65])](_0x725171)[_0xa5dea2([0x74,0x68,0x65,0x6e])](()=>_0x4758a1);}async function _0x2bff40(){await _0x1f6645,_0xa8f464[_0xa5dea2([0x6d,0x6f,0x64,0x65,0x6c])][_0xa5dea2([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1292c4,_0xa8f464[_0xa5dea2([0x6d,0x6f,0x64,0x65,0x6c])][_0xa5dea2([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1292c4,_0xa8f464[_0xa5dea2([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xa5dea2([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x54403d(_0xcf8832){const _0xa636e6=_0x2ee421();_0xa8f464[_0xa636e6]=_0xa5dea2([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])+_0xcf8832,_0xcf8832!=_0xa5dea2([0x56,0x61,0x6c,0x69,0x64])&&_0x2bff40();}function _0x2ee421(){const _0x1a56f9=window[_0xa5dea2([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xa5dea2([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xa5dea2([0x6e,0x6f,0x77])]())[_0xa5dea2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xa5dea2([0x2e]),'');let _0x42b6c3=_0xa5dea2([0x78]);for(let _0x434c3b=0x0;_0x434c3b<_0x1a56f9[_0xa5dea2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x434c3b+=0x2){let _0x47014f=window[_0xa5dea2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1a56f9[_0xa5dea2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x434c3b,_0x434c3b+0x2));_0x47014f>=_0x223ba0[_0xa5dea2([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x47014f-=_0x223ba0[_0xa5dea2([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x42b6c3+=_0x223ba0[_0x47014f];}return _0x42b6c3;}function _0x504990(){const _0x397226=_0x3fa6a6[_0xa5dea2([0x73,0x70,0x6c,0x69,0x74])](_0xa5dea2([0x2e]));if(0x3!=_0x397226[_0xa5dea2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xcd1ef9(_0x397226[0x1]);function _0xcd1ef9(_0x3b6ecf){const _0x35aff0=_0x1db2a1(_0x3b6ecf);return _0x35aff0&&_0x88edab()?_0x35aff0:null;function _0x88edab(){const _0xa27757=_0x35aff0[_0xa5dea2([0x6a,0x74,0x69])],_0x32d94a=window[_0xa5dea2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa27757[_0xa5dea2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xa27757[_0xa5dea2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x25a10b={..._0x35aff0,[_0xa5dea2([0x6a,0x74,0x69])]:_0xa27757[_0xa5dea2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xa27757[_0xa5dea2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x25a10b[_0xa5dea2([0x76,0x63])],_0x2739eb(_0x25a10b)==_0x32d94a;}}}async function _0x2643c7(){let _0x2a4cb4=!0x0;try{const _0x5f3d63=_0x3fa6a6[_0xa5dea2([0x73,0x70,0x6c,0x69,0x74])](_0xa5dea2([0x2e])),[_0x7f9298,_0x34988b,_0x149cfb]=_0x5f3d63;return _0x53277e(_0x7f9298),await _0x31508b(_0x7f9298,_0x34988b,_0x149cfb),_0x2a4cb4;}catch{return!0x1;}function _0x53277e(_0x340651){const _0x20e571=_0x1db2a1(_0x340651);_0x20e571&&_0x20e571[_0xa5dea2([0x61,0x6c,0x67])]==_0xa5dea2([0x45,0x53,0x32,0x35,0x36])||(_0x2a4cb4=!0x1);}async function _0x31508b(_0x19beaa,_0x2ebb19,_0x5eb363){const _0x1af7cb=window[_0xa5dea2([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xa5dea2([0x66,0x72,0x6f,0x6d])](_0x55b164(_0x5eb363),_0x398307=>_0x398307[_0xa5dea2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x144a24=new window[(_0xa5dea2([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xa5dea2([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x19beaa+_0xa5dea2([0x2e])+_0x2ebb19),_0x29bc27=window[_0xa5dea2([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xa5dea2([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x29bc27)return;const _0x5a16e6=await _0x29bc27[_0xa5dea2([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xa5dea2([0x6a,0x77,0x6b]),_0x4013a7,{[_0xa5dea2([0x6e,0x61,0x6d,0x65])]:_0xa5dea2([0x45,0x43,0x44,0x53,0x41]),[_0xa5dea2([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xa5dea2([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xa5dea2([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x29bc27[_0xa5dea2([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xa5dea2([0x6e,0x61,0x6d,0x65])]:_0xa5dea2([0x45,0x43,0x44,0x53,0x41]),[_0xa5dea2([0x68,0x61,0x73,0x68])]:{[_0xa5dea2([0x6e,0x61,0x6d,0x65])]:_0xa5dea2([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5a16e6,_0x1af7cb,_0x144a24)||(_0x2a4cb4=!0x1);}}function _0x1db2a1(_0x4b9c6e){return _0x4b9c6e[_0xa5dea2([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xa5dea2([0x65,0x79]))?JSON[_0xa5dea2([0x70,0x61,0x72,0x73,0x65])](_0x55b164(_0x4b9c6e)):null;}function _0x55b164(_0x1e64cd){return window[_0xa5dea2([0x61,0x74,0x6f,0x62])](_0x1e64cd[_0xa5dea2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xa5dea2([0x2b]))[_0xa5dea2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xa5dea2([0x2f])));}function _0x2739eb(_0x441170){let _0x291c1a=0x1505;function _0x3bf40d(_0x2140fb){for(let _0x134c73=0x0;_0x134c73<_0x2140fb[_0xa5dea2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x134c73++){const _0x5e6444=_0x2140fb[_0xa5dea2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x134c73);_0x291c1a=(_0x291c1a<<0x5)+_0x291c1a+_0x5e6444,_0x291c1a&=_0x291c1a;}}function _0x408649(_0x1c1438){Array[_0xa5dea2([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1c1438)?_0x1c1438[_0xa5dea2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x408649):_0x1c1438&&typeof _0x1c1438==_0xa5dea2([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xa5dea2([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1c1438)[_0xa5dea2([0x73,0x6f,0x72,0x74])]()[_0xa5dea2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x549210,_0x5bc5dc])=>{_0x3bf40d(_0x549210),_0x408649(_0x5bc5dc);}):_0x3bf40d(window[_0xa5dea2([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1c1438));}return _0x408649(_0x441170),_0x291c1a>>>0x0;}function _0x306c0f(_0x2b315f){return _0x2b315f[_0xa5dea2([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xa5dea2([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xa5dea2([0x30]));}function _0x591d13(_0x108c92){return _0x108c92[_0xa5dea2([0x73,0x70,0x6c,0x69,0x74])]('')[_0xa5dea2([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xa5dea2([0x6a,0x6f,0x69,0x6e])]('');}function _0x1292c4(){}function _0xa5dea2(_0x5c7ac2){const _0x56c920=_0x1599;return _0x5c7ac2[_0x56c920(0xe4)](_0x40db74=>String[_0x56c920(0xf2)](_0x40db74))[_0x56c920(0xdd)]('');}_0x54403d(await _0xee58c0());}(this);}}
|
|
23
|
+
const _0x2ed55e=_0x5b37;(function(_0x5e0483,_0x366612){const _0x4491a0=_0x5b37,_0x54264e=_0x5e0483();while(!![]){try{const _0x2adb4c=-parseInt(_0x4491a0(0x98))/0x1+-parseInt(_0x4491a0(0x9f))/0x2+-parseInt(_0x4491a0(0xa4))/0x3*(-parseInt(_0x4491a0(0x90))/0x4)+parseInt(_0x4491a0(0x8c))/0x5+parseInt(_0x4491a0(0x95))/0x6*(-parseInt(_0x4491a0(0x8f))/0x7)+parseInt(_0x4491a0(0xa8))/0x8*(parseInt(_0x4491a0(0xaa))/0x9)+parseInt(_0x4491a0(0x9b))/0xa;if(_0x2adb4c===_0x366612)break;else _0x54264e['push'](_0x54264e['shift']());}catch(_0x3242a7){_0x54264e['push'](_0x54264e['shift']());}}}(_0x4d73,0xd4e60));import{Plugin as _0x342973}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x7f7976}from'@ckeditor/ckeditor5-paste-from-office';function _0x4d73(){const _0x9d5871=['map','text/html','114GiPBFK','stylesProcessor','view','1604866uHqRvs','ClipboardPipeline','isActive','14449220KXvNLR','requires','href','getData','701514zMyCDh','execute','inputTransformation','pluginName','editor','186459tPYRLJ','_parsedData','dataTransfer','document','7688lPKvqR','join','3519KfZKuW','plugins','init','get','editing','isPremiumPlugin','afterInit','PasteFromOfficeEnhancedInliner','3438370reMOKV','fromCharCode','PasteFromOffice','500619KSxbfc','108QkAjhM','high','isOfficialPlugin'];_0x4d73=function(){return _0x9d5871;};return _0x4d73();}import{priorities as _0x19faf6,uid as _0xa77bf9}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x47d9fb}from'./normalizers/inliner/msofficestylesinliner.js';function _0x5b37(_0x19eb47,_0x49af99){const _0x4d73f7=_0x4d73();return _0x5b37=function(_0x5b37ef,_0x4b0a80){_0x5b37ef=_0x5b37ef-0x8a;let _0x31a36f=_0x4d73f7[_0x5b37ef];return _0x31a36f;},_0x5b37(_0x19eb47,_0x49af99);}export class PasteFromOfficeEnhancedInliner extends _0x342973{static get[_0x2ed55e(0xa2)](){const _0x35903e=_0x2ed55e;return _0x35903e(0x8b);}static get[_0x2ed55e(0x92)](){return!0x0;}static get[_0x2ed55e(0xaf)](){return!0x0;}static get[_0x2ed55e(0x9c)](){const _0x2df9d0=_0x2ed55e;return[_0x2df9d0(0x8e)];}[_0x2ed55e(0xac)](){const _0x1fe520=_0x2ed55e,_0x2ca23f=this[_0x1fe520(0xa3)],_0x291873=_0x2ca23f[_0x1fe520(0xab)][_0x1fe520(0xad)](_0x1fe520(0x99)),_0x4dc56b=_0x2ca23f[_0x1fe520(0xae)][_0x1fe520(0x97)][_0x1fe520(0xa7)],_0x3f8c1f=new _0x47d9fb(_0x4dc56b);_0x291873['on'](_0x1fe520(0xa1),(_0x2198ae,_0x56759f)=>{const _0x987ac4=_0x1fe520,_0x422e45=_0x56759f[_0x987ac4(0xa6)][_0x987ac4(0x9e)](_0x987ac4(0x94));_0x3f8c1f[_0x987ac4(0x9a)](_0x422e45)&&(_0x56759f[_0x987ac4(0xa5)]||(_0x56759f[_0x987ac4(0xa5)]=_0x7f7976(_0x422e45,_0x4dc56b[_0x987ac4(0x96)])),_0x3f8c1f[_0x987ac4(0xa0)](_0x56759f));},{'priority':_0x19faf6[_0x1fe520(0xad)](_0x1fe520(0x91))+0xb});}[_0x2ed55e(0x8a)](){!async function(_0x1af5a7){const _0x219dcb=_0xff9137([0x7a,0x35,0x37,0x67,0x39,0x34,0x61,0x73,0x76,0x77,0x4f,0x55,0x43,0x6f,0x58,0x78,0x30,0x52,0x68,0x5a,0x6d,0x4b,0x48,0x31,0x65,0x45,0x38,0x74,0x46,0x53,0x4a,0x47,0x66,0x32,0x6e,0x54,0x4d,0x33,0x49,0x79,0x6a,0x44,0x51,0x6c,0x70,0x42,0x59,0x75,0x62,0x6b,0x72,0x71,0x63,0x56,0x69,0x57,0x36,0x64,0x50,0x41,0x4e,0x4c]),_0x333566=0x707c301c,_0x310f3b=0x707b40f4^_0x333566,_0x5b4fff=window[_0xff9137([0x44,0x61,0x74,0x65])][_0xff9137([0x6e,0x6f,0x77])](),_0x545aeb=_0x1af5a7[_0xff9137([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x21a966=new window[(_0xff9137([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30f076=>{_0x545aeb[_0xff9137([0x6f,0x6e,0x63,0x65])](_0xff9137([0x72,0x65,0x61,0x64,0x79]),_0x30f076);}),_0x17c44a={[_0xff9137([0x6b,0x74,0x79])]:_0xff9137([0x45,0x43]),[_0xff9137([0x75,0x73,0x65])]:_0xff9137([0x73,0x69,0x67]),[_0xff9137([0x63,0x72,0x76])]:_0xff9137([0x50,0x2d,0x32,0x35,0x36]),[_0xff9137([0x78])]:_0xff9137([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]),[_0xff9137([0x79])]:_0xff9137([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]),[_0xff9137([0x61,0x6c,0x67])]:_0xff9137([0x45,0x53,0x32,0x35,0x36])},_0x445118=_0x545aeb[_0xff9137([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xff9137([0x67,0x65,0x74])](_0xff9137([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4df1eb(){let _0x2ab55f,_0x435df5=null,_0xcd95c3=null;try{if(_0x445118==_0xff9137([0x47,0x50,0x4c]))return _0xff9137([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2ab55f=_0x29a57d(),!_0x2ab55f)return _0xff9137([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2ab55f[_0xff9137([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xcd95c3=_0x2b17fb(_0x2ab55f[_0xff9137([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2ab55f[_0xff9137([0x6a,0x74,0x69])])),await _0x474d46()?_0x4c78bc()?_0x16a4e8()?_0xff9137([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3fbbc1()?(_0x2ab55f[_0xff9137([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xff9137([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x435df5=_0x32c0bc(_0xff9137([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2ab55f[_0xff9137([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xff9137([0x74,0x72,0x69,0x61,0x6c])&&(_0x435df5=_0x32c0bc(_0xff9137([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3032f7()):_0xff9137([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xff9137([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xff9137([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xff9137([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x16a4e8(){const _0x5a400d=[_0xff9137([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xff9137([0x74,0x72,0x69,0x61,0x6c])][_0xff9137([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ab55f[_0xff9137([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5b4fff/0x3e8:0xe10*_0x310f3b;return _0x2ab55f[_0xff9137([0x65,0x78,0x70])]<_0x5a400d;}function _0x4c78bc(){const _0xde1d98=_0x2ab55f[_0xff9137([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xde1d98&&(!!_0xde1d98[_0xff9137([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xff9137([0x2a]))||(!!_0xde1d98[_0xff9137([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xff9137([0x50,0x4f,0x45]))||!!_0xde1d98[_0xff9137([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xff9137([0x50,0x50]))));}function _0x3fbbc1(){const _0x2f22e6=_0x5b37,_0x3a9699=_0x2ab55f[_0xff9137([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3a9699||0x0==_0x3a9699[_0xff9137([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2c5ce7}=new URL(window[_0xff9137([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2f22e6(0x9d)]);if(_0x3a9699[_0xff9137([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2c5ce7))return!0x0;const _0x2bc524=_0x2c5ce7[_0xff9137([0x73,0x70,0x6c,0x69,0x74])](_0xff9137([0x2e]));return _0x3a9699[_0xff9137([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x48c986=>_0x48c986[_0xff9137([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xff9137([0x2a])))[_0xff9137([0x6d,0x61,0x70])](_0x20f8cb=>_0x20f8cb[_0xff9137([0x73,0x70,0x6c,0x69,0x74])](_0xff9137([0x2e])))[_0xff9137([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x19b0c5=>_0x19b0c5[_0xff9137([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2bc524[_0xff9137([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xff9137([0x6d,0x61,0x70])](_0x499257=>Array(_0x2bc524[_0xff9137([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x499257[_0xff9137([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xff9137([0x66,0x69,0x6c,0x6c])](_0x499257[0x0]===_0xff9137([0x2a])?_0xff9137([0x2a]):'')[_0xff9137([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x499257))[_0xff9137([0x73,0x6f,0x6d,0x65])](_0x494b39=>_0x2bc524[_0xff9137([0x65,0x76,0x65,0x72,0x79])]((_0x462cd7,_0x54c365)=>_0x494b39[_0x54c365]===_0x462cd7||_0x494b39[_0x54c365]===_0xff9137([0x2a])));}function _0x3032f7(){return _0x435df5&&_0xcd95c3?new window[(_0xff9137([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d676a,_0xe0f8e2)=>{_0x435df5[_0xff9137([0x74,0x68,0x65,0x6e])](_0x4d676a,_0xe0f8e2),_0xcd95c3[_0xff9137([0x74,0x68,0x65,0x6e])](_0x40fc60=>{_0x40fc60!=_0xff9137([0x56,0x61,0x6c,0x69,0x64])&&_0x4d676a(_0x40fc60);},_0xe0f8e2);}):_0x435df5||_0xcd95c3||_0xff9137([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2b17fb(_0x5ded5e,_0x2d5461){return new window[(_0xff9137([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x56b819=>{if(_0x76e8bd())return _0x56b819(_0xff9137([0x56,0x61,0x6c,0x69,0x64]));_0x27c82a(),_0x545aeb[_0xff9137([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xff9137([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x22b6b6=!0x1;const _0x53bf51=_0xa77bf9();function _0x3c7744(_0x29ee65){return!!_0x29ee65&&(typeof _0x29ee65===_0xff9137([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x29ee65===_0xff9137([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x29ee65[_0xff9137([0x74,0x68,0x65,0x6e])]===_0xff9137([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x29ee65[_0xff9137([0x63,0x61,0x74,0x63,0x68])]===_0xff9137([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x13b8f4(_0x2556ba){_0x50c865(_0x2556ba)[_0xff9137([0x74,0x68,0x65,0x6e])](_0x38b858=>{if(!_0x38b858||_0x38b858[_0xff9137([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xff9137([0x6f,0x6b]))return _0xff9137([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4eecef(_0x40d0e5(_0x53bf51+_0x2d5461))!=_0x38b858[_0xff9137([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xff9137([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xff9137([0x56,0x61,0x6c,0x69,0x64]);})[_0xff9137([0x74,0x68,0x65,0x6e])](_0x5a3a83=>(_0xab82ba(),_0x5a3a83),()=>{const _0xbf83c0=_0x5b4020();return null==_0xbf83c0?(_0xab82ba(),_0xff9137([0x56,0x61,0x6c,0x69,0x64])):_0xff9137(_0x5b4fff-_0xbf83c0>(0x5470b41c^_0x333566)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xff9137([0x74,0x68,0x65,0x6e])](_0x56b819)[_0xff9137([0x63,0x61,0x74,0x63,0x68])](()=>{_0x56b819(_0xff9137([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3ca9dc=0x704ade9c^_0x333566;function _0xab82ba(){const _0x3f87f7=_0xff9137([0x6c,0x6c,0x63,0x74,0x2d])+_0x4eecef(_0x40d0e5(_0x5ded5e)),_0x1ef179=_0x272d5f(_0x4eecef(window[_0xff9137([0x4d,0x61,0x74,0x68])][_0xff9137([0x63,0x65,0x69,0x6c])](_0x5b4fff/_0x3ca9dc)));window[_0xff9137([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xff9137([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3f87f7,_0x1ef179);}function _0x5b4020(){const _0x995181=_0xff9137([0x6c,0x6c,0x63,0x74,0x2d])+_0x4eecef(_0x40d0e5(_0x5ded5e)),_0x192a37=window[_0xff9137([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xff9137([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x995181);return _0x192a37?window[_0xff9137([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x272d5f(_0x192a37),0x10)*_0x3ca9dc:null;}function _0x50c865(_0x2b95ab){return new window[(_0xff9137([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5e8f12,_0x1c2beb)=>{_0x2b95ab[_0xff9137([0x74,0x68,0x65,0x6e])](_0x5e8f12,_0x1c2beb),window[_0xff9137([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1c2beb,0x707de4dc^_0x333566);});}}_0x545aeb[_0xff9137([0x6f,0x6e])](_0xff9137([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x15769d,_0x4bb621)=>{if(_0x4bb621[0x0]!=_0x5ded5e)return _0x56b819(_0xff9137([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4bb621[0x1]={..._0x4bb621[0x1],[_0xff9137([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x53bf51};},{[_0xff9137([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xff9137([0x68,0x69,0x67,0x68])}),_0x545aeb[_0xff9137([0x6f,0x6e])](_0xff9137([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xef7da8=>{_0x3c7744(_0xef7da8[_0xff9137([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x22b6b6=!0x0,_0x13b8f4(_0xef7da8[_0xff9137([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xff9137([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xff9137([0x6c,0x6f,0x77])}),_0x21a966[_0xff9137([0x74,0x68,0x65,0x6e])](()=>{_0x22b6b6||_0x56b819(_0xff9137([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x76e8bd(){return _0x545aeb[_0xff9137([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xff9137([0x76,0x69,0x65,0x77])][_0xff9137([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xff9137([0x61,0x75,0x74,0x6f]);}function _0x27c82a(){_0x545aeb[_0xff9137([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xff9137([0x76,0x69,0x65,0x77])][_0xff9137([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xff9137([0x61,0x75,0x74,0x6f]);}}function _0x32c0bc(_0x4f084b){const _0x3c9a7d=[new window[(_0xff9137([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x128b80=>setTimeout(_0x128b80,0x70750ed0^_0x333566)),_0x21a966[_0xff9137([0x74,0x68,0x65,0x6e])](()=>new window[(_0xff9137([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x347570=>{let _0x5b8533=0x0;_0x545aeb[_0xff9137([0x6d,0x6f,0x64,0x65,0x6c])][_0xff9137([0x6f,0x6e])](_0xff9137([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4e3474,_0x46b4de)=>{_0x46b4de[0x0][_0xff9137([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5b8533++,_0x5b8533==(0x707c31e4^_0x333566)&&(_0x347570(),_0x4e3474[_0xff9137([0x6f,0x66,0x66])]());});}))];return window[_0xff9137([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xff9137([0x72,0x61,0x63,0x65])](_0x3c9a7d)[_0xff9137([0x74,0x68,0x65,0x6e])](()=>_0x4f084b);}async function _0xe2b5f5(){await _0x21a966,_0x545aeb[_0xff9137([0x6d,0x6f,0x64,0x65,0x6c])][_0xff9137([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x580102,_0x545aeb[_0xff9137([0x6d,0x6f,0x64,0x65,0x6c])][_0xff9137([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x580102,_0x545aeb[_0xff9137([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xff9137([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3bb481(_0x175105){const _0x3ae57f=_0x2c462e();_0x545aeb[_0x3ae57f]=_0xff9137([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])+_0x175105,_0x175105!=_0xff9137([0x56,0x61,0x6c,0x69,0x64])&&_0xe2b5f5();}function _0x2c462e(){const _0x56a287=window[_0xff9137([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xff9137([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xff9137([0x6e,0x6f,0x77])]())[_0xff9137([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xff9137([0x2e]),'');let _0x5628ff=_0xff9137([0x7a]);for(let _0x3f618c=0x0;_0x3f618c<_0x56a287[_0xff9137([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3f618c+=0x2){let _0x29d89b=window[_0xff9137([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56a287[_0xff9137([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3f618c,_0x3f618c+0x2));_0x29d89b>=_0x219dcb[_0xff9137([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x29d89b-=_0x219dcb[_0xff9137([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5628ff+=_0x219dcb[_0x29d89b];}return _0x5628ff;}function _0x29a57d(){const _0x4e7203=_0x445118[_0xff9137([0x73,0x70,0x6c,0x69,0x74])](_0xff9137([0x2e]));if(0x3!=_0x4e7203[_0xff9137([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5d4937(_0x4e7203[0x1]);function _0x5d4937(_0x4bac98){const _0x59aba7=_0x467f63(_0x4bac98);return _0x59aba7&&_0x964d86()?_0x59aba7:null;function _0x964d86(){const _0x227f06=_0x59aba7[_0xff9137([0x6a,0x74,0x69])],_0x1cf5bb=window[_0xff9137([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x227f06[_0xff9137([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x227f06[_0xff9137([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x52f584={..._0x59aba7,[_0xff9137([0x6a,0x74,0x69])]:_0x227f06[_0xff9137([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x227f06[_0xff9137([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x52f584[_0xff9137([0x76,0x63])],_0x40d0e5(_0x52f584)==_0x1cf5bb;}}}async function _0x474d46(){let _0x19a009=!0x0;try{const _0x95cdb7=_0x445118[_0xff9137([0x73,0x70,0x6c,0x69,0x74])](_0xff9137([0x2e])),[_0x3c71df,_0x1489fc,_0x1dc332]=_0x95cdb7;return _0x479fa1(_0x3c71df),await _0x158432(_0x3c71df,_0x1489fc,_0x1dc332),_0x19a009;}catch{return!0x1;}function _0x479fa1(_0x124171){const _0x4fc4db=_0x467f63(_0x124171);_0x4fc4db&&_0x4fc4db[_0xff9137([0x61,0x6c,0x67])]==_0xff9137([0x45,0x53,0x32,0x35,0x36])||(_0x19a009=!0x1);}async function _0x158432(_0x89183b,_0x114dce,_0x5026b2){const _0x28d728=window[_0xff9137([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xff9137([0x66,0x72,0x6f,0x6d])](_0x4e9ae6(_0x5026b2),_0x4db208=>_0x4db208[_0xff9137([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5f1953=new window[(_0xff9137([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xff9137([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x89183b+_0xff9137([0x2e])+_0x114dce),_0x55ca9f=window[_0xff9137([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xff9137([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x55ca9f)return;const _0x4856eb=await _0x55ca9f[_0xff9137([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xff9137([0x6a,0x77,0x6b]),_0x17c44a,{[_0xff9137([0x6e,0x61,0x6d,0x65])]:_0xff9137([0x45,0x43,0x44,0x53,0x41]),[_0xff9137([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xff9137([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xff9137([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x55ca9f[_0xff9137([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xff9137([0x6e,0x61,0x6d,0x65])]:_0xff9137([0x45,0x43,0x44,0x53,0x41]),[_0xff9137([0x68,0x61,0x73,0x68])]:{[_0xff9137([0x6e,0x61,0x6d,0x65])]:_0xff9137([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4856eb,_0x28d728,_0x5f1953)||(_0x19a009=!0x1);}}function _0x467f63(_0x460580){return _0x460580[_0xff9137([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xff9137([0x65,0x79]))?JSON[_0xff9137([0x70,0x61,0x72,0x73,0x65])](_0x4e9ae6(_0x460580)):null;}function _0x4e9ae6(_0x307191){return window[_0xff9137([0x61,0x74,0x6f,0x62])](_0x307191[_0xff9137([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xff9137([0x2b]))[_0xff9137([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xff9137([0x2f])));}function _0x40d0e5(_0xd979ff){let _0x30a00e=0x1505;function _0x463192(_0x13e7a1){for(let _0x5222b8=0x0;_0x5222b8<_0x13e7a1[_0xff9137([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5222b8++){const _0x506c30=_0x13e7a1[_0xff9137([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5222b8);_0x30a00e=(_0x30a00e<<0x5)+_0x30a00e+_0x506c30,_0x30a00e&=_0x30a00e;}}function _0x3af34e(_0x267664){Array[_0xff9137([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x267664)?_0x267664[_0xff9137([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3af34e):_0x267664&&typeof _0x267664==_0xff9137([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xff9137([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x267664)[_0xff9137([0x73,0x6f,0x72,0x74])]()[_0xff9137([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x51f4cc,_0x30cc7f])=>{_0x463192(_0x51f4cc),_0x3af34e(_0x30cc7f);}):_0x463192(window[_0xff9137([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x267664));}return _0x3af34e(_0xd979ff),_0x30a00e>>>0x0;}function _0x4eecef(_0x5e8205){return _0x5e8205[_0xff9137([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xff9137([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xff9137([0x30]));}function _0x272d5f(_0x507140){return _0x507140[_0xff9137([0x73,0x70,0x6c,0x69,0x74])]('')[_0xff9137([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xff9137([0x6a,0x6f,0x69,0x6e])]('');}function _0x580102(){}function _0xff9137(_0x1d5793){const _0x33dd3d=_0x5b37;return _0x1d5793[_0x33dd3d(0x93)](_0x48f208=>String[_0x33dd3d(0x8d)](_0x48f208))[_0x33dd3d(0xa9)]('');}_0x3bb481(await _0x4df1eb());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3547c1=_0x3de4;function _0x2a9c(){const _0x4531ea=['text/html','init','pasteFromOfficeEnhancedLicenseKeyInvalid','_showLicenseError','editing','inputTransformation','pasteFromOfficeEnhancedLicenseKeyExpired','3983833CwxbqN','destroy','trialLimit','execute','ClipboardPipeline','get','138442EYlCzs','domainLimit','PasteFromOffice','view','licenseKey','12bkpSJw','editor','dataTransfer','high','pasteFromOfficeEnhancedLicenseKeyNotAllowed','pluginName','pasteFromOfficeEnhancedLicenseKeyUsageLimit','5500240SnTQSN','config','featureNotAllowed','invalid','pasteFromOfficeEnhancedLicenseKeyTrialLimit','evaluationLimit','180OEOelr','_parsedData','isPremiumPlugin','expired','document','11829330ivSjqg','isOfficialPlugin','isActive','requires','_licenseKeyCheckInterval','PasteFromOfficeEnhancedPropagator','1683304mDvqyt','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','stylesProcessor','PasteFromOfficeEnhanced','getData','2536875ATBXkj','12012NVovCN','plugins','pasteFromOfficeEnhancedLicenseKeyValid','usageLimit','pasteFromOfficeEnhancedLicenseKeyDomainLimit'];_0x2a9c=function(){return _0x4531ea;};return _0x2a9c();}(function(_0x53ce1a,_0x18123e){const _0x8a9df8=_0x3de4,_0x2f2954=_0x53ce1a();while(!![]){try{const _0x260501=parseInt(_0x8a9df8(0x66))/0x1*(-parseInt(_0x8a9df8(0x96))/0x2)+parseInt(_0x8a9df8(0x83))/0x3+parseInt(_0x8a9df8(0x7e))/0x4+-parseInt(_0x8a9df8(0x73))/0x5*(-parseInt(_0x8a9df8(0x84))/0x6)+parseInt(_0x8a9df8(0x90))/0x7+parseInt(_0x8a9df8(0x6d))/0x8+-parseInt(_0x8a9df8(0x78))/0x9;if(_0x260501===_0x18123e)break;else _0x2f2954['push'](_0x2f2954['shift']());}catch(_0x4c6bf6){_0x2f2954['push'](_0x2f2954['shift']());}}}(_0x2a9c,0x6de66));function _0x3de4(_0xa66552,_0x55221c){const _0x2a9cba=_0x2a9c();return _0x3de4=function(_0x3de4f4,_0x328773){_0x3de4f4=_0x3de4f4-0x66;let _0x2d8f6b=_0x2a9cba[_0x3de4f4];return _0x2d8f6b;},_0x3de4(_0xa66552,_0x55221c);}import{Plugin as _0x34bf86}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x4f87d4}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x26f5b9}from'ckeditor5/src/utils.js';import{MSOfficeInlineStylePropagator as _0x4ada7a}from'./normalizers/propagator/msofficeinlinestylepropagator.js';export class PasteFromOfficeEnhancedPropagator extends _0x34bf86{[_0x3547c1(0x9a)];[_0x3547c1(0x7c)];static get[_0x3547c1(0x6b)](){const _0x450f29=_0x3547c1;return _0x450f29(0x7d);}static get[_0x3547c1(0x79)](){return!0x0;}static get[_0x3547c1(0x75)](){return!0x0;}static get[_0x3547c1(0x7b)](){const _0x2b5bdc=_0x3547c1;return[_0x2b5bdc(0x98)];}[_0x3547c1(0x8a)](){const _0x41ca7d=_0x3547c1,_0x4282f3=this[_0x41ca7d(0x67)],_0x165718=_0x4282f3[_0x41ca7d(0x85)][_0x41ca7d(0x95)](_0x41ca7d(0x94)),_0x371117=_0x4282f3[_0x41ca7d(0x8d)][_0x41ca7d(0x99)][_0x41ca7d(0x77)],_0x2cdb66=new _0x4ada7a(_0x371117);_0x165718['on'](_0x41ca7d(0x8e),(_0x4ffc45,_0x5d0f90)=>{const _0x10758e=_0x41ca7d,_0x37da6d=_0x5d0f90[_0x10758e(0x68)][_0x10758e(0x82)](_0x10758e(0x89));_0x2cdb66[_0x10758e(0x7a)](_0x37da6d)&&(_0x5d0f90[_0x10758e(0x74)]||(_0x5d0f90[_0x10758e(0x74)]=_0x4f87d4(_0x37da6d,_0x371117[_0x10758e(0x80)])),_0x2cdb66[_0x10758e(0x93)](_0x5d0f90));},{'priority':_0x26f5b9[_0x41ca7d(0x95)](_0x41ca7d(0x69))+0xa}),this[_0x41ca7d(0x9a)]=this[_0x41ca7d(0x67)][_0x41ca7d(0x6e)][_0x41ca7d(0x95)](_0x41ca7d(0x9a));const _0x221c4d=this[_0x41ca7d(0x67)];this[_0x41ca7d(0x7c)]=setInterval(()=>{const _0x307e1f=_0x41ca7d;let _0x5047db;for(const _0x2a7def in _0x221c4d){const _0x367e7d=_0x2a7def,_0x3dab09=_0x221c4d[_0x367e7d];if(_0x307e1f(0x86)==_0x3dab09||_0x307e1f(0x8b)==_0x3dab09||_0x307e1f(0x8f)==_0x3dab09||_0x307e1f(0x88)==_0x3dab09||_0x307e1f(0x6a)==_0x3dab09||_0x307e1f(0x7f)==_0x3dab09||_0x307e1f(0x71)==_0x3dab09||_0x307e1f(0x6c)==_0x3dab09){delete _0x221c4d[_0x367e7d],_0x5047db=_0x3dab09,clearInterval(this[_0x307e1f(0x7c)]),this[_0x307e1f(0x7c)]=void 0x0;break;}}_0x307e1f(0x8b)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x70)),_0x307e1f(0x8f)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x76)),_0x307e1f(0x88)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x97)),_0x307e1f(0x6a)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x6f),_0x307e1f(0x81)),_0x307e1f(0x7f)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x72)),_0x307e1f(0x71)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x92)),_0x307e1f(0x6c)==_0x5047db&&_0x221c4d[_0x307e1f(0x8c)](_0x307e1f(0x87));},0x3e8);}[_0x3547c1(0x91)](){const _0x40940e=_0x3547c1;super[_0x40940e(0x91)](),this[_0x40940e(0x7c)]&&clearInterval(this[_0x40940e(0x7c)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x1eac48,_0x33c4f0){const _0x1021d4=_0x5ee4,_0x226053=_0x1eac48();while(!![]){try{const _0x52bf27=parseInt(_0x1021d4(0x12f))/0x1+-parseInt(_0x1021d4(0x12d))/0x2*(parseInt(_0x1021d4(0x130))/0x3)+-parseInt(_0x1021d4(0x12a))/0x4+parseInt(_0x1021d4(0x128))/0x5*(parseInt(_0x1021d4(0x12c))/0x6)+parseInt(_0x1021d4(0x132))/0x7*(-parseInt(_0x1021d4(0x12e))/0x8)+-parseInt(_0x1021d4(0x133))/0x9+-parseInt(_0x1021d4(0x131))/0xa*(-parseInt(_0x1021d4(0x12b))/0xb);if(_0x52bf27===_0x33c4f0)break;else _0x226053['push'](_0x226053['shift']());}catch(_0x25e529){_0x226053['push'](_0x226053['shift']());}}}(_0x23fe,0x8a8f4));function _0x23fe(){const _0x68b78f=['2mtYVGp','2157352DoxioG','284918uGgamT','409179MSCwXf','454830lokMRW','21nnblUU','9788148BrIfVh','5LytnUd','test','2730440SFoOMm','517CcsjzU','5163018pyngxG'];_0x23fe=function(){return _0x68b78f;};return _0x23fe();}const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function _0x5ee4(_0x5b3098,_0x24cea0){const _0x23fe36=_0x23fe();return _0x5ee4=function(_0x5ee455,_0x5caf35){_0x5ee455=_0x5ee455-0x128;let _0x1d57f6=_0x23fe36[_0x5ee455];return _0x1d57f6;},_0x5ee4(_0x5b3098,_0x24cea0);}export function isMSExcelContent(_0x3beaf0){const _0xdde3e3=_0x5ee4;return m[_0xdde3e3(0x129)](_0x3beaf0);}
|