@ckeditor/ckeditor5-paste-from-office-enhanced 47.0.0 → 47.1.0-alpha.0
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=d(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 d="li"==t.element.name?t.element:s.createElement("li");s.appendChild(d,f[c].listElement),f[c].listItemElements.push(d),0==c&&void 0!==t.id&&u[e]++,t.element!=d&&s.appendChild(t.element,d),m(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",d="ol",m=null;if(l&&l[1]){const e=r.exec(l[1]);if(e&&e[1]&&(p=e[1].trim(),d="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]&&(m=parseInt(t[1]))}u&&(d="ol")}return{type:d,startIndex:m,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 d(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function 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(t,e){const n=L();return(C=function(t,e){return n[t-=189]})(t,e)}!function(t){const e=C,n=t();for(;;)try{if(687746===parseInt(e(195))/1+-parseInt(e(190))/2*(-parseInt(e(194))/3)+parseInt(e(196))/4+-parseInt(e(198))/5*(-parseInt(e(191))/6)+parseInt(e(189))/7*(-parseInt(e(192))/8)+parseInt(e(197))/9+parseInt(e(200))/10*(-parseInt(e(199))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(L);const A=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t){return A[C(193)](t)}function L(){const t=["10019565oTNaiO","10gfwEXg","44svAjLl","5422540QDnOAM","3302117BCaYpN","8042mKmYOU","3784206LOKdvX","16LGXIkr","test","159oveQdA","907776FNcQaC","1218592wiGbYC"];return(L=function(){return t})()}!function(t){const e=T,n=t();for(;;)try{if(225493===parseInt(e(111))/1*(-parseInt(e(114))/2)+-parseInt(e(118))/3+-parseInt(e(129))/4+parseInt(e(124))/5+-parseInt(e(126))/6+parseInt(e(112))/7*(parseInt(e(120))/8)+parseInt(e(109))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);const P=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function O(t,e){const n=T,r=new Map;for(const[s,i]of e){if(!s[n(130)]&&!s[n(121)])continue;const e=!s[n(130)]||t[n(131)]===s[n(130)],o=!s[n(121)]||t[n(110)](s[n(121)]);e&&o&&r[n(108)](s,i)}return r}function F(){const t=["split","cssRules","groups","62979KeAuGI","map","361944JpjSdM","className","getPropertyValue","assign","957695aJeIeS","push","1603422IRztIP","style","length","272240KvPjWN","tagName","name","initial","trim","selectorText","set","6219045MWYBZX","hasClass","43649fcwMTN","21ItQSaN","exec","20huIXpP"];return(F=function(){return t})()}function T(t,e){const n=F();return(T=function(t,e){return n[t-=105]})(t,e)}function M(t){const e=T,n={};for(let r=0;r<t[e(128)];r++){const s=t[r],i=t[e(122)](s);e(105)!==i&&(n[s]=i)}return n}function R(t){const e=T,n=t[e(115)](",")[e(119)](t=>t[e(106)]()),r=[];for(const t of n){const n=P[e(113)](t);n&&r[e(125)](n[e(117)])}return r}function N(t){const e=T,n={};for(const r of t)Object[e(123)](n,r);return n}const K=D;function j(){const t=["execute","23tzDTxy","document","9TfgmqC","837364efTEYR","24CllwVy","4876070dfVKHk","size","3321720ZYgDcR","isActive","84918dHFdgU","createRangeIn","515709oWKofi","hasStyle","content","values","_parsedData","3705280fLongs","from","24qYkFqB","setStyle","410662DprhIP","type","elementStart","item"];return(j=function(){return t})()}function D(t,e){const n=j();return(D=function(t,e){return n[t-=117]})(t,e)}!function(t){const e=D,n=t();for(;;)try{if(564985===-parseInt(e(141))/1*(parseInt(e(125))/2)+-parseInt(e(127))/3*(-parseInt(e(134))/4)+parseInt(e(132))/5+-parseInt(e(120))/6*(parseInt(e(136))/7)+-parseInt(e(123))/8*(-parseInt(e(118))/9)+-parseInt(e(121))/10+parseInt(e(119))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class V extends b{[K(140)](t){const n=K,{body:r,styles:s}=t[n(131)],i=new e.ViewUpcastWriter(r[n(117)]),o=i[n(126)](r),c=function(t){const e=T,n=new Map;for(const r in t){const s=R(r),i=t[r];for(const t of s)n[e(108)](t,i)}return n}(function(t){const e=T,n={};for(const r of t)for(const t of r[e(116)])if(t instanceof CSSStyleRule){const r=M(t[e(127)]);n[t[e(107)]]=Object[e(123)]({},n[t[e(107)]]||{},r)}return n}(s));for(const t of o){if(n(138)!==t[n(137)])continue;const e=O(t[n(139)],c);if(e[n(122)]){const r=N(Array[n(133)](e[n(130)]()));for(const e in r){const s=t[n(139)];s[n(128)](e)||i[n(135)](e,r[e],s)}}}t[n(129)]=r}[K(124)](t){return super[K(124)](t)||E(t)}}const W=k;function k(t,e){const n=$();return(k=function(t,e){return n[t-=418]})(t,e)}function $(){const t=["2506482GwRVTb","5252LJHMvT","fromCharCode","stylesProcessor","2724RXnDcZ","get","text/html","576276xLdzlN","543009vZwqPd","map","plugins","join","_parsedData","href","18JOQjuf","4qhMMZO","afterInit","high","execute","208635sQsWsM","inputTransformation","dataTransfer","PasteFromOffice","init","245bpKThe","PasteFromOfficeEnhancedInliner","requires","isActive","view","editor","1vobthI","editing","isOfficialPlugin","pluginName","ClipboardPipeline","542690EeOtnP","22phyasG","80280UtwEgw","document","getData","isPremiumPlugin"];return($=function(){return t})()}!function(t){const e=k,n=t();for(;;)try{if(176419===-parseInt(e(440))/1*(-parseInt(e(458))/2)+parseInt(e(418))/3*(-parseInt(e(425))/4)+parseInt(e(429))/5*(parseInt(e(424))/6)+-parseInt(e(434))/7*(parseInt(e(447))/8)+parseInt(e(451))/9+-parseInt(e(445))/10*(-parseInt(e(446))/11)+-parseInt(e(455))/12*(parseInt(e(452))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class H extends t.Plugin{static get[W(443)](){return W(435)}static get[W(442)](){return!0}static get[W(450)](){return!0}static get[W(436)](){return[W(432)]}[W(433)](){const t=W,e=this[t(439)],n=e[t(420)][t(456)](t(444)),r=e[t(441)][t(438)][t(448)],s=new V(r);n.on(t(430),(e,n)=>{const i=t,o=n[i(431)][i(449)](i(457));s[i(437)](o)&&(n[i(422)]||(n[i(422)]=x(o,r[i(454)])),s[i(428)](n))},{priority:S.priorities[t(456)](t(427))+11})}[W(426)](){!async function(t){const e=m([73,57,115,67,109,103,51,68,74,105,71,53,76,70,77,117,81,106,119,104,84,48,88,66,89,121,120,83,113,118,100,80,79,52,54,78,90,65,99,86,122,98,55,49,82,87,107,102,101,56,111,75,112,116,110,114,85,69,97,108,50,72]),n=window[m([68,97,116,101])][m([110,111,119])](),r=t[m([101,100,105,116,111,114])],s=new(window[m([80,114,111,109,105,115,101])])(t=>{r[m([111,110,99,101])](m([114,101,97,100,121]),t)}),i={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([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]),[m([121])]:m([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]),[m([97,108,103])]:m([69,83,50,53,54])},o=r[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),s[m([116,104,101,110])](()=>new(window[m([80,114,111,109,105,115,101])])(t=>{let e=0;r[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,r)=>{r[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[m([111,102,102])]())})}))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])](()=>t)}function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](u(t)):null}function u(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const r=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])](([e,r])=>{n(e),t(r)}):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function p(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function d(){}function m(t){const e=k;return t[e(419)](t=>String[e(453)](t))[e(421)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([73]);for(let r=0;r<t[m([108,101,110,103,116,104])];r+=2){let s=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[m([108,101,110,103,116,104])]&&(s-=e[m([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=m([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!=m([86,97,108,105,100])&&async function(){await s,r[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=d,r[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=d,r[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,d=null;try{return o==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[m([115,112,108,105,116])](m([46]));return 3!=t[m([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[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),r={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete r[m([118,99])],l(r)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(d=function(t,e){return new(window[m([80,114,111,109,105,115,101])])(c=>{if(i())return c(m([86,97,108,105,100]));o(),r[m([100,101,99,111,114,97,116,101])](m([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 d(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function h(r){a(r)[m([116,104,101,110])](t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?f(l(u+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116]))[m([116,104,101,110])](t=>(i(),t),()=>{const t=o();return null==t?(i(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[m([116,104,101,110])](c)[m([99,97,116,99,104])](()=>{c(m([85,115,97,103,101,76,105,109,105,116]))});const s=36e5;function i(){const e=m([108,108,99,116,45])+f(l(t)),r=p(f(window[m([77,97,116,104])][m([99,101,105,108])](n/s)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,r)}function o(){const e=m([108,108,99,116,45])+f(l(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](p(n),16)*s:null}function a(t){return new(window[m([80,114,111,109,105,115,101])])((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[m([111,110])](m([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(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:u}},{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),r[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{d(t[m([114,101,116,117,114,110])])&&(a=!0,h(t[m([114,101,116,117,114,110])]))},{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),s[m([116,104,101,110])](()=>{a||c(m([85,115,97,103,101,76,105,109,105,116]))})});function i(){return r[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function o(){r[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const r=o[m([115,112,108,105,116])](m([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[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](u(r),t=>t[m([99,104,97,114,67,111,100,101,65,116])](0)),o=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),c=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!c)return;const a=await c[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),i,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await c[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!!(e&&(e[m([105,110,99,108,117,100,101,115])](m([42]))||e[m([105,110,99,108,117,100,101,115])](m([80,79,69]))||e[m([105,110,99,108,117,100,101,115])](m([80,80]))||e[m([105,110,99,108,117,100,101,115])](m([84,82,73,76,73,85,77]))&&window[m([103,108,111,98])]&&window[m([103,108,111,98])][m([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1759276800;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=k,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[m([108,111,99,97,116,105,111,110])][e(423)]);if(n[m([105,110,99,108,117,100,101,115])](r))return!0;const s=r[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])](t=>t[m([105,110,99,108,117,100,101,115])](m([42])))[m([109,97,112])](t=>t[m([115,112,108,105,116])](m([46])))[m([102,105,108,116,101,114])](t=>t[m([108,101,110,103,116,104])]<=s[m([108,101,110,103,116,104])])[m([109,97,112])](t=>Array(s[m([108,101,110,103,116,104])]-t[m([108,101,110,103,116,104])])[m([102,105,108,108])](t[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](t))[m([115,111,109,101])](t=>s[m([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===m([42])))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&d?new(window[m([80,114,111,109,105,115,101])])((t,n)=>{e[m([116,104,101,110])](t,n),d[m([116,104,101,110])](e=>{e!=m([86,97,108,105,100])&&t(e)},n)}):e||d||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}}const U=_;function q(){const t=["insertChild","68295NJpIHS","2414601bLCTNP","setStyle","text-decoration-line","createElement","font-weight","strong","super","line-through","split","vertical-align","160983UUVaUy","6CjKbCk","span","10635nHRHrU","color","692lVdiXL","text-decoration","function","getStyleNames","35ViNHCA","medium","2785976YeCsHg","forEach","keys","removeStyle","font-style","italic","underline","getStyle","font-size","filter","from","font-family","includes","33740aClJtW","length","sub","bold","bolder","getChildren","132cMCSfu","209544Ajhirx","sup"];return(q=function(){return t})()}!function(t){const e=_,n=t();for(;;)try{if(192867===-parseInt(e(134))/1+parseInt(e(146))/2*(-parseInt(e(145))/3)+parseInt(e(150))/4*(parseInt(e(148))/5)+-parseInt(e(176))/6*(-parseInt(e(154))/7)+-parseInt(e(156))/8+parseInt(e(135))/9+parseInt(e(169))/10*(-parseInt(e(175))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(q);const X=[U(149),U(167),U(164),U(151),U(137),U(139),U(160),U(144)],z=[U(149),U(167),U(164)],J={"font-style":[[U(161),"i"]],"font-weight":[[U(155),U(140)],[U(172),U(140)],[U(173),U(140)],[t=>Number(t)>=600,U(140)]],"text-decoration":[[U(162),"u"],[U(142),"s"]],"text-decoration-line":[[U(162),"u"],[U(142),"s"]],"vertical-align":[[U(171),U(171)],[U(141),U(177)]]};function Y(t){return X[U(168)](t)}function _(t,e){const n=q();return(_=function(t,e){return n[t-=133]})(t,e)}function B(t){const e=U;return Array[e(166)](t[e(153)]())[e(165)](Y)}function Q(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=U,r={},s={};return e[n(157)](e=>{const i=n,o=t[i(163)](e);if(o)if(c=e,z[U(168)](c))r[e]=o;else if(e in J){const t=o[i(143)](" ");J[e][i(157)](([n,r])=>{const o=i;for(const i of t)(o(152)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])})}var c}),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=U;for(const s in n)n[s][r(157)](([,n])=>{const s=r,i=e[s(138)](n,[],t[s(174)]());e[s(133)](0,i,t)}),e[r(159)](s,t)})(t,e,s),function(t,e,n){const r=U;if(!Object[r(158)](n)[r(170)])return;const s=e[r(138)](r(147),[],t[r(174)]());e[r(136)](n,s),e[r(133)](0,s,t),e[r(159)](Object[r(158)](n),t)}(t,e,r)}const G=tt;function Z(){const t=["287nWqVPy","stylesProcessor","document","693312XyXzQM","execute","_parsedData","font","4xkXwoL","createRangeIn","name","191185dqvwkp","8MROWfq","content","isActive","7521570SonCpd","includes","5019256QdbUVf","blockElements","element","9812016ASnNGT","getItems","1206TzsHxx","5930495pbsGXb"];return(Z=function(){return t})()}function tt(t,e){const n=Z();return(tt=function(t,e){return n[t-=188]})(t,e)}!function(t){const e=tt,n=t();for(;;)try{if(975210===parseInt(e(205))/1*(parseInt(e(206))/2)+parseInt(e(198))/3+parseInt(e(202))/4*(parseInt(e(194))/5)+parseInt(e(193))/6*(parseInt(e(195))/7)+parseInt(e(188))/8+-parseInt(e(191))/9+-parseInt(e(209))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);class et extends b{[G(199)](t){const n=G,{body:r}=t[n(200)],s=new e.ViewUpcastWriter(r[n(197)]),i=s[n(203)](r),o=new e.ViewDocument(s[n(197)][n(196)]),c=[...new e.ViewDomConverter(o)[n(189)],n(201)],a=i[n(192)]();for(const t of a)if(t.is(n(190))&&c[n(210)](t[n(204)])){Q(t,s,B(t))}t[n(207)]=r}[G(208)](t){return super[G(208)](t)||E(t)}}function nt(t,e){const n=st();return(nt=function(t,e){return n[t-=102]})(t,e)}const rt=nt;function st(){const t=["plugins","23004FJejPx","stylesProcessor","licenseKey","1247355toAJVF","119SziPTi","_parsedData","334852AHUBrH","isPremiumPlugin","view","9YlQdSx","9SeTEbf","editing","pasteFromOfficeEnhancedLicenseKeyValid","domainLimit","config","109374izPKKC","document","3YlbIns","pasteFromOfficeEnhancedLicenseKeyUsageLimit","_licenseKeyCheckInterval","pasteFromOfficeEnhancedLicenseKeyTrialLimit","init","PasteFromOfficeEnhancedPropagator","_showLicenseError","high","pluginName","isActive","destroy","text/html","expired","893576FFjFtu","usageLimit","editor","2219920BMRvbe","ClipboardPipeline","dataTransfer","pasteFromOfficeEnhancedLicenseKeyDomainLimit","pasteFromOfficeEnhancedLicenseKeyInvalid","getData","evaluationLimit","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","invalid","PasteFromOfficeEnhanced","featureNotAllowed","4026EUgLhi","PasteFromOffice","get","trialLimit","requires","pasteFromOfficeEnhancedLicenseKeyExpired","112490zNwyku","inputTransformation","execute","isOfficialPlugin","pasteFromOfficeEnhancedLicenseKeyNotAllowed"];return(st=function(){return t})()}!function(t){const e=nt,n=t();for(;;)try{if(384971===parseInt(e(110))/1*(-parseInt(e(150))/2)+parseInt(e(117))/3*(-parseInt(e(106))/4)+parseInt(e(103))/5+-parseInt(e(115))/6*(parseInt(e(104))/7)+parseInt(e(130))/8*(parseInt(e(109))/9)+parseInt(e(133))/10+parseInt(e(144))/11*(parseInt(e(156))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(st);class it extends t.Plugin{[rt(102)];[rt(119)];static get[rt(125)](){return rt(122)}static get[rt(153)](){return!0}static get[rt(107)](){return!0}static get[rt(148)](){return[rt(145)]}[rt(121)](){const t=rt,e=this[t(132)],n=e[t(155)][t(146)](t(134)),r=e[t(111)][t(108)][t(116)],s=new et(r);n.on(t(151),(e,n)=>{const i=t,o=n[i(135)][i(138)](i(128));s[i(126)](o)&&(n[i(105)]||(n[i(105)]=x(o,r[i(157)])),s[i(152)](n))},{priority:S.priorities[t(146)](t(124))+10}),this[t(102)]=this[t(132)][t(114)][t(146)](t(102));const i=this[t(132)];this[t(119)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(112)==s||e(137)==s||e(149)==s||e(136)==s||e(154)==s||e(140)==s||e(120)==s||e(118)==s){delete i[r],n=s,clearInterval(this[e(119)]),this[e(119)]=void 0;break}}e(137)==n&&i[e(123)](e(141)),e(149)==n&&i[e(123)](e(129)),e(136)==n&&i[e(123)](e(113)),e(154)==n&&i[e(123)](e(143),e(142)),e(140)==n&&i[e(123)](e(139)),e(120)==n&&i[e(123)](e(147)),e(118)==n&&i[e(123)](e(131))},1e3)}[rt(127)](){const t=rt;super[t(127)](),this[t(119)]&&clearInterval(this[t(119)])}}var ot=ct;function ct(t,e){var n=at();return(ct=function(t,e){return n[t-=317]})(t,e)}function at(){var t=["6lOwgzV","4708354aOVhHd","13866754KqKfSV","607784ABaeXJ","isOfficialPlugin","54JeKzSX","pluginName","81990JbCeoi","10hIhcDB","500068XienuK","requires","9XrhWlL","PasteFromOfficeEnhanced","4445260kKtQdp","1490184DMxqUJ","isPremiumPlugin","PasteFromOffice"];return(at=function(){return t})()}!function(t){for(var e=ct,n=t();;)try{if(598699===parseInt(e(322))/1+-parseInt(e(320))/2*(-parseInt(e(318))/3)+-parseInt(e(333))/4+parseInt(e(326))/5*(-parseInt(e(330))/6)+-parseInt(e(331))/7+parseInt(e(327))/8*(-parseInt(e(324))/9)+parseInt(e(321))/10*(parseInt(e(332))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class ut extends t.Plugin{static get[ot(319)](){return ot(325)}static get[ot(317)](){return!0}static get[ot(328)](){return!0}static get[ot(323)](){return[ot(329),H,it]}}function lt(){var t=["242DhYdnS","126uNCXHk","325695oZyhoD","651lIVPUb","1518345uWHlVD","205210hWDHme","1aDwibb","24RHACbI","451736uwtbin","602146sKhLyT","50520EyJGzl","176160wrRMmc"];return(lt=function(){return t})()}function ft(t,e){var n=lt();return(ft=function(t,e){return n[t-=372]})(t,e)}!function(t){for(var e=ft,n=t();;)try{if(331849===-parseInt(e(381))/1*(-parseInt(e(372))/2)+parseInt(e(379))/3+-parseInt(e(383))/4+-parseInt(e(377))/5*(-parseInt(e(382))/6)+parseInt(e(378))/7*(-parseInt(e(373))/8)+parseInt(e(376))/9*(parseInt(e(380))/10)+parseInt(e(375))/11*(-parseInt(e(374))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
|
4
|
+
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>ct});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(t){const e=L,n=t();for(;;)try{if(541955===-parseInt(e(399))/1+parseInt(e(400))/2*(-parseInt(e(398))/3)+parseInt(e(402))/4*(-parseInt(e(401))/5)+parseInt(e(395))/6*(-parseInt(e(397))/7)+parseInt(e(393))/8+parseInt(e(403))/9*(-parseInt(e(392))/10)+parseInt(e(396))/11*(parseInt(e(391))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(E);const A=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function C(t){return A[L(394)](t)}function L(t,e){const n=E();return(L=function(t,e){return n[t-=391]})(t,e)}function E(){const t=["3956gxybir","202305SodNum","4LLyfub","306AzQHOV","6831084AFWIlu","101310pTatjm","5062392rvIpQr","test","6451086zBVMnf","44QdxZtR","7tJatUI","555gAsTfl","541846INAIme"];return(E=function(){return t})()}function O(t,e){const n=N();return(O=function(t,e){return n[t-=441]})(t,e)}!function(t){const e=O,n=t();for(;;)try{if(593538===-parseInt(e(465))/1+-parseInt(e(462))/2*(-parseInt(e(442))/3)+-parseInt(e(452))/4+-parseInt(e(446))/5+-parseInt(e(463))/6*(parseInt(e(443))/7)+-parseInt(e(459))/8+parseInt(e(468))/9*(parseInt(e(457))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(N);const P=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function F(t,e){const n=O,r=new Map;for(const[s,i]of e){if(!s[n(458)]&&!s[n(464)])continue;const e=!s[n(458)]||t[n(461)]===s[n(458)],o=!s[n(464)]||t[n(456)](s[n(464)]);e&&o&&r[n(449)](s,i)}return r}function j(t){const e=O,n={};for(let r=0;r<t[e(441)];r++){const s=t[r],i=t[e(455)](s);e(453)!==i&&(n[s]=i)}return n}function D(t){const e=O,n=t[e(450)](",")[e(466)](t=>t[e(445)]()),r=[];for(const t of n){const n=P[e(447)](t);n&&r[e(467)](n[e(444)])}return r}function N(){const t=["499992DlPcKj","map","push","7902gzGgtD","length","2221779pVwSZd","684159oyQDps","groups","trim","577575xWXunO","exec","style","set","split","selectorText","3945312oKavwX","initial","cssRules","getPropertyValue","hasClass","27990pxGGvj","tagName","3330560ourjrB","assign","name","2tKLVRE","36ONLjnd","className"];return(N=function(){return t})()}function T(t){const e=O,n={};for(const r of t)Object[e(460)](n,r);return n}const K=M;function R(){const t=["content","setStyle","7604616sfmJOe","size","_parsedData","8059177XmUgOK","values","item","117ZnynUB","6WtunIk","hasStyle","33858iaBcBT","21rceFZD","44mdmqAe","elementStart","105890ymgXjd","document","isActive","from","4726665AXXSzP","200316QSyJnr","type","createRangeIn","4184158spRipB","execute"];return(R=function(){return t})()}function M(t,e){const n=R();return(M=function(t,e){return n[t-=192]})(t,e)}!function(t){const e=M,n=t();for(;;)try{if(605547===-parseInt(e(214))/1*(parseInt(e(213))/2)+-parseInt(e(197))/3*(-parseInt(e(215))/4)+parseInt(e(196))/5*(parseInt(e(211))/6)+-parseInt(e(207))/7+parseInt(e(204))/8+-parseInt(e(210))/9*(parseInt(e(192))/10)+-parseInt(e(200))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(R);class V extends b{[K(201)](t){const n=K,{body:r,styles:s}=t[n(206)],i=new e.ViewUpcastWriter(r[n(193)]),o=i[n(199)](r),c=function(t){const e=O,n=new Map;for(const r in t){const s=D(r),i=t[r];for(const t of s)n[e(449)](t,i)}return n}(function(t){const e=O,n={};for(const r of t)for(const t of r[e(454)])if(t instanceof CSSStyleRule){const r=j(t[e(448)]);n[t[e(451)]]=Object[e(460)]({},n[t[e(451)]]||{},r)}return n}(s));for(const t of o){if(n(216)!==t[n(198)])continue;const e=F(t[n(209)],c);if(e[n(205)]){const r=T(Array[n(195)](e[n(208)]()));for(const e in r){const s=t[n(209)];s[n(212)](e)||i[n(203)](e,r[e],s)}}}t[n(202)]=r}[K(194)](t){return super[K(194)](t)||C(t)}}const W=$;function $(t,e){const n=k();return($=function(t,e){return n[t-=455]})(t,e)}function k(){const t=["text/html","PasteFromOfficeEnhancedInliner","PasteFromOffice","editing","stylesProcessor","257421FDqOdZ","document","96jvuvdb","pluginName","get","plugins","_parsedData","view","requires","isActive","2OBNlDc","645379wYUCBH","dataTransfer","inputTransformation","12JFHLWq","high","init","2603120KnpLNV","isPremiumPlugin","isOfficialPlugin","1577591jgbLnm","7545901sqoqEU","8ZzybVw","12GkKzgH","fromCharCode","href","join","execute","ClipboardPipeline","349735BxtOHl","14956362FjHMeo","editor","afterInit","10DUNyXe","map","getData"];return(k=function(){return t})()}!function(t){const e=$,n=t();for(;;)try{if(857032===-parseInt(e(493))/1*(-parseInt(e(483))/2)+parseInt(e(473))/3*(parseInt(e(455))/4)+-parseInt(e(461))/5*(parseInt(e(487))/6)+parseInt(e(484))/7*(-parseInt(e(495))/8)+-parseInt(e(462))/9+parseInt(e(465))/10*(-parseInt(e(494))/11)+-parseInt(e(475))/12*(-parseInt(e(490))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class q extends t.Plugin{static get[W(476)](){return W(469)}static get[W(492)](){return!0}static get[W(491)](){return!0}static get[W(481)](){return[W(470)]}[W(489)](){const t=W,e=this[t(463)],n=e[t(478)][t(477)](t(460)),r=e[t(471)][t(480)][t(474)],s=new V(r);n.on(t(486),(e,n)=>{const i=t,o=n[i(485)][i(467)](i(468));s[i(482)](o)&&(n[i(479)]||(n[i(479)]=x(o,r[i(472)])),s[i(459)](n))},{priority:S.priorities[t(477)](t(488))+11})}[W(464)](){!async function(t){const e=d([73,57,115,67,109,103,51,68,74,105,71,53,76,70,77,117,81,106,119,104,84,48,88,66,89,121,120,83,113,118,100,80,79,52,54,78,90,65,99,86,122,98,55,49,82,87,107,102,101,56,111,75,112,116,110,114,85,69,97,108,50,72]),n=window[d([68,97,116,101])][d([110,111,119])](),r=t[d([101,100,105,116,111,114])],s=new(window[d([80,114,111,109,105,115,101])])(t=>{r[d([111,110,99,101])](d([114,101,97,100,121]),t)}),i={[d([107,116,121])]:d([69,67]),[d([117,115,101])]:d([115,105,103]),[d([99,114,118])]:d([80,45,50,53,54]),[d([120])]:d([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[d([121])]:d([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[d([97,108,103])]:d([69,83,50,53,54])},o=r[d([99,111,110,102,105,103])][d([103,101,116])](d([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[d([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),s[d([116,104,101,110])](()=>new(window[d([80,114,111,109,105,115,101])])(t=>{let e=0;r[d([109,111,100,101,108])][d([111,110])](d([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,r)=>{r[0][d([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[d([111,102,102])]())})}))];return window[d([80,114,111,109,105,115,101])][d([114,97,99,101])](e)[d([116,104,101,110])](()=>t)}function a(t){return t[d([115,116,97,114,116,115,87,105,116,104])](d([101,121]))?JSON[d([112,97,114,115,101])](u(t)):null}function u(t){return window[d([97,116,111,98])](t[d([114,101,112,108,97,99,101])](/-/g,d([43]))[d([114,101,112,108,97,99,101])](/_/g,d([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[d([108,101,110,103,116,104])];n++){const r=t[d([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[d([105,115,65,114,114,97,121])](e)?e[d([102,111,114,69,97,99,104])](t):e&&typeof e==d([111,98,106,101,99,116])?Object[d([101,110,116,114,105,101,115])](e)[d([115,111,114,116])]()[d([102,111,114,69,97,99,104])](([e,r])=>{n(e),t(r)}):n(window[d([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[d([116,111,83,116,114,105,110,103])](16)[d([112,97,100,83,116,97,114,116])](8,d([48]))}function p(t){return t[d([115,112,108,105,116])]("")[d([114,101,118,101,114,115,101])]()[d([106,111,105,110])]("")}function m(){}function d(t){const e=$;return t[e(466)](t=>String[e(456)](t))[e(458)]("")}!function(t){const n=function(){const t=window[d([83,116,114,105,110,103])](window[d([112,101,114,102,111,114,109,97,110,99,101])][d([110,111,119])]())[d([114,101,112,108,97,99,101])](d([46]),"");let n=d([73]);for(let r=0;r<t[d([108,101,110,103,116,104])];r+=2){let s=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[d([108,101,110,103,116,104])]&&(s-=e[d([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=d([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121])+t,t!=d([86,97,108,105,100])&&async function(){await s,r[d([109,111,100,101,108])][d([99,104,97,110,103,101])]=m,r[d([109,111,100,101,108])][d([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,r[d([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](d([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return o==d([71,80,76])?d([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[d([115,112,108,105,116])](d([46]));return 3!=t[d([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[d([106,116,105])],n=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](t[d([108,101,110,103,116,104])]-8),16),r={...e,[d([106,116,105])]:t[d([115,117,98,115,116,114,105,110,103])](0,t[d([108,101,110,103,116,104])]-8)};return delete r[d([118,99])],l(r)==n}}}(),t?(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[d([80,114,111,109,105,115,101])])(c=>{if(i())return c(d([86,97,108,105,100]));o(),r[d([100,101,99,111,114,97,116,101])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const u=(0,S.uid)();function m(t){return!!t&&(typeof t===d([111,98,106,101,99,116])||typeof t===d([102,117,110,99,116,105,111,110]))&&typeof t[d([116,104,101,110])]===d([102,117,110,99,116,105,111,110])&&typeof t[d([99,97,116,99,104])]===d([102,117,110,99,116,105,111,110])}function h(r){a(r)[d([116,104,101,110])](t=>t&&t[d([115,116,97,116,117,115])]==d([111,107])?f(l(u+e))!=t[d([118,101,114,105,102,105,99,97,116,105,111,110])]?d([85,115,97,103,101,76,105,109,105,116]):d([86,97,108,105,100]):d([85,115,97,103,101,76,105,109,105,116]))[d([116,104,101,110])](t=>(i(),t),()=>{const t=o();return null==t?(i(),d([86,97,108,105,100])):d(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[d([116,104,101,110])](c)[d([99,97,116,99,104])](()=>{c(d([85,115,97,103,101,76,105,109,105,116]))});const s=36e5;function i(){const e=d([108,108,99,116,45])+f(l(t)),r=p(f(window[d([77,97,116,104])][d([99,101,105,108])](n/s)));window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([115,101,116,73,116,101,109])](e,r)}function o(){const e=d([108,108,99,116,45])+f(l(t)),n=window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([103,101,116,73,116,101,109])](e);return n?window[d([112,97,114,115,101,73,110,116])](p(n),16)*s:null}function a(t){return new(window[d([80,114,111,109,105,115,101])])((e,n)=>{t[d([116,104,101,110])](e,n),window[d([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(d([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[d([114,101,113,117,101,115,116,73,100])]:u}},{[d([112,114,105,111,114,105,116,121])]:d([104,105,103,104])}),r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[d([114,101,116,117,114,110])])&&(a=!0,h(t[d([114,101,116,117,114,110])]))},{[d([112,114,105,111,114,105,116,121])]:d([108,111,119])}),s[d([116,104,101,110])](()=>{a||c(d([85,115,97,103,101,76,105,109,105,116]))})});function i(){return r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==d([97,117,116,111])}function o(){r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=d([97,117,116,111])}}(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[d([106,116,105])])),await async function(){let t=!0;try{const r=o[d([115,112,108,105,116])](d([46])),[s,i,c]=r;return e(s),await n(s,i,c),t}catch{return!1}function e(e){const n=a(e);n&&n[d([97,108,103])]==d([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[d([85,105,110,116,56,65,114,114,97,121])][d([102,114,111,109])](u(r),t=>t[d([99,104,97,114,67,111,100,101,65,116])](0)),o=(new(window[d([84,101,120,116,69,110,99,111,100,101,114])]))[d([101,110,99,111,100,101])](e+d([46])+n),c=window[d([99,114,121,112,116,111])][d([115,117,98,116,108,101])];if(!c)return;const a=await c[d([105,109,112,111,114,116,75,101,121])](d([106,119,107]),i,{[d([110,97,109,101])]:d([69,67,68,83,65]),[d([110,97,109,101,100,67,117,114,118,101])]:d([80,45,50,53,54])},!1,[d([118,101,114,105,102,121])]);await c[d([118,101,114,105,102,121])]({[d([110,97,109,101])]:d([69,67,68,83,65]),[d([104,97,115,104])]:{[d([110,97,109,101])]:d([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[d([102,101,97,116,117,114,101,115])];return!!(e&&(e[d([105,110,99,108,117,100,101,115])](d([42]))||e[d([105,110,99,108,117,100,101,115])](d([80,79,69]))||e[d([105,110,99,108,117,100,101,115])](d([80,80]))||e[d([105,110,99,108,117,100,101,115])](d([84,82,73,76,73,85,77]))&&window[d([103,108,111,98])]&&window[d([103,108,111,98])][d([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[d([101,118,97,108,117,97,116,105,111,110]),d([116,114,105,97,108])][d([105,110,99,108,117,100,101,115])](t[d([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:17604e5;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(457)]);if(n[d([105,110,99,108,117,100,101,115])](r))return!0;const s=r[d([115,112,108,105,116])](d([46]));return n[d([102,105,108,116,101,114])](t=>t[d([105,110,99,108,117,100,101,115])](d([42])))[d([109,97,112])](t=>t[d([115,112,108,105,116])](d([46])))[d([102,105,108,116,101,114])](t=>t[d([108,101,110,103,116,104])]<=s[d([108,101,110,103,116,104])])[d([109,97,112])](t=>Array(s[d([108,101,110,103,116,104])]-t[d([108,101,110,103,116,104])])[d([102,105,108,108])](t[0]===d([42])?d([42]):"")[d([99,111,110,99,97,116])](t))[d([115,111,109,101])](t=>s[d([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===d([42])))}()?(t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([101,118,97,108,117,97,116,105,111,110])&&(e=c(d([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([116,114,105,97,108])&&(e=c(d([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[d([80,114,111,109,105,115,101])])((t,n)=>{e[d([116,104,101,110])](t,n),m[d([116,104,101,110])](e=>{e!=d([86,97,108,105,100])&&t(e)},n)}):e||m||d([86,97,108,105,100]))):d([68,111,109,97,105,110,76,105,109,105,116]):d([78,111,116,65,108,108,111,119,101,100]):d([73,110,118,97,108,105,100])):d([73,110,118,97,108,105,100]))}catch{return d([73,110,118,97,108,105,100])}}())}(this)}}const B=X;!function(t){const e=X,n=t();for(;;)try{if(155237===-parseInt(e(273))/1*(-parseInt(e(236))/2)+parseInt(e(258))/3*(-parseInt(e(253))/4)+parseInt(e(246))/5*(-parseInt(e(230))/6)+-parseInt(e(260))/7*(-parseInt(e(241))/8)+-parseInt(e(261))/9*(-parseInt(e(229))/10)+-parseInt(e(272))/11*(parseInt(e(270))/12)+parseInt(e(247))/13*(parseInt(e(259))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(H);const U=[B(232),B(233),B(262),B(256),B(254),B(249),B(228),B(252)],Z=[B(232),B(233),B(262)];function X(t,e){const n=H();return(X=function(t,e){return n[t-=227]})(t,e)}const z={"font-style":[[B(274),"i"]],"font-weight":[[B(269),B(235)],[B(271),B(235)],[B(250),B(235)],[t=>Number(t)>=600,B(235)]],"text-decoration":[[B(248),"u"],[B(264),"s"]],"text-decoration-line":[[B(248),"u"],[B(264),"s"]],"vertical-align":[[B(242),B(242)],[B(244),B(255)]]};function H(){const t=["bolder","getStyle","vertical-align","1084628FnhNvE","text-decoration-line","sup","text-decoration","length","3YJqtSZ","308gjSnTH","119cdSmHt","785223aApjeK","font-size","split","line-through","filter","setStyle","from","getStyleNames","medium","72NdkrDu","bold","507298olLreM","6234YjqVxC","italic","removeStyle","font-style","10dRKuFZ","478854qsujPy","getChildren","color","font-family","forEach","strong","86xfkmFj","includes","insertChild","createElement","function","101136iLoDZP","sub","span","super","keys","15sKQhiN","219999EYxyvh","underline","font-weight"];return(H=function(){return t})()}function Y(t){return U[B(237)](t)}function _(t){const e=B;return Array[e(267)](t[e(268)]())[e(265)](Y)}function G(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=B,r={},s={};return e[n(234)](e=>{const i=n,o=t[i(251)](e);if(o)if(c=e,Z[B(237)](c))r[e]=o;else if(e in z){const t=o[i(263)](" ");z[e][i(234)](([n,r])=>{const o=i;for(const i of t)(o(240)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])})}var c}),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=B;for(const s in n)n[s][r(234)](([,n])=>{const s=r,i=e[s(239)](n,[],t[s(231)]());e[s(238)](0,i,t)}),e[r(227)](s,t)})(t,e,s),function(t,e,n){const r=B;if(!Object[r(245)](n)[r(257)])return;const s=e[r(239)](r(243),[],t[r(231)]());e[r(266)](n,s),e[r(238)](0,s,t),e[r(227)](Object[r(245)](n),t)}(t,e,r)}function Q(){const t=["_parsedData","12188aPvmff","content","2603800biPKqK","6AfzTbT","document","execute","font","1442042vioPBf","isActive","348efdMes","151308FtZawa","getItems","includes","9QbYbOl","45odtpWT","name","blockElements","createRangeIn","element","193976XeqrXg","696291fLADvB","15962gpISGb","stylesProcessor","2xqYChV"];return(Q=function(){return t})()}const J=tt;function tt(t,e){const n=Q();return(tt=function(t,e){return n[t-=392]})(t,e)}!function(t){const e=tt,n=t();for(;;)try{if(186567===parseInt(e(412))/1+-parseInt(e(414))/2*(parseInt(e(411))/3)+parseInt(e(401))/4*(parseInt(e(405))/5)+-parseInt(e(394))/6*(parseInt(e(398))/7)+parseInt(e(410))/8*(-parseInt(e(404))/9)+parseInt(e(393))/10+parseInt(e(416))/11*(parseInt(e(400))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);class et extends b{[J(396)](t){const n=J,{body:r}=t[n(415)],s=new e.ViewUpcastWriter(r[n(395)]),i=s[n(408)](r),o=new e.ViewDocument(s[n(395)][n(413)]),c=[...new e.ViewDomConverter(o)[n(407)],n(397)],a=i[n(402)]();for(const t of a)if(t.is(n(409))&&c[n(403)](t[n(406)])){G(t,s,_(t))}t[n(392)]=r}[J(399)](t){return super[J(399)](t)||C(t)}}const nt=rt;function rt(t,e){const n=st();return(rt=function(t,e){return n[t-=300]})(t,e)}function st(){const t=["document","getData","expired","evaluationLimit","_showLicenseError","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","18kedcmA","pasteFromOfficeEnhancedLicenseKeyInvalid","execute","pasteFromOfficeEnhancedLicenseKeyValid","_licenseKeyCheckInterval","_parsedData","1668961cmTtQO","usageLimit","isOfficialPlugin","get","dataTransfer","isActive","isPremiumPlugin","pasteFromOfficeEnhancedLicenseKeyExpired","1939404CjYplD","editing","requires","plugins","config","domainLimit","view","PasteFromOfficeEnhanced","987530FMsBOq","pluginName","ClipboardPipeline","2402406jQhASn","editor","4465065aeLZyY","10565128CbrDgb","PasteFromOffice","pasteFromOfficeEnhancedLicenseKeyNotAllowed","licenseKey","high","inputTransformation","pasteFromOfficeEnhancedLicenseKeyUsageLimit","pasteFromOfficeEnhancedLicenseKeyDomainLimit","featureNotAllowed","destroy","trialLimit","745524NNugGa","PasteFromOfficeEnhancedPropagator","text/html","pasteFromOfficeEnhancedLicenseKeyTrialLimit","init","stylesProcessor","invalid"];return(st=function(){return t})()}!function(t){const e=rt,n=t();for(;;)try{if(464491===parseInt(e(335))/1+-parseInt(e(318))/2+-parseInt(e(321))/3+-parseInt(e(310))/4+parseInt(e(323))/5+-parseInt(e(348))/6*(parseInt(e(302))/7)+parseInt(e(324))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(st);class it extends t.Plugin{[nt(327)];[nt(300)];static get[nt(319)](){return nt(336)}static get[nt(304)](){return!0}static get[nt(308)](){return!0}static get[nt(312)](){return[nt(325)]}[nt(339)](){const t=nt,e=this[t(322)],n=e[t(313)][t(305)](t(320)),r=e[t(311)][t(316)][t(342)],s=new et(r);n.on(t(329),(e,n)=>{const i=t,o=n[i(306)][i(343)](i(337));s[i(307)](o)&&(n[i(301)]||(n[i(301)]=x(o,r[i(340)])),s[i(350)](n))},{priority:S.priorities[t(305)](t(328))+10}),this[t(327)]=this[t(322)][t(314)][t(305)](t(327));const i=this[t(322)];this[t(300)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(351)==s||e(349)==s||e(309)==s||e(331)==s||e(326)==s||e(347)==s||e(338)==s||e(330)==s){delete i[r],n=s,clearInterval(this[e(300)]),this[e(300)]=void 0;break}}e(349)==n&&i[e(346)](e(341)),e(309)==n&&i[e(346)](e(344)),e(331)==n&&i[e(346)](e(315)),e(326)==n&&i[e(346)](e(332),e(317)),e(347)==n&&i[e(346)](e(345)),e(338)==n&&i[e(346)](e(334)),e(330)==n&&i[e(346)](e(303))},1e3)}[nt(333)](){const t=nt;super[t(333)](),this[t(300)]&&clearInterval(this[t(300)])}}var ot=at;!function(t){for(var e=at,n=t();;)try{if(324913===-parseInt(e(331))/1+-parseInt(e(340))/2*(parseInt(e(335))/3)+-parseInt(e(333))/4*(-parseInt(e(324))/5)+parseInt(e(334))/6*(-parseInt(e(327))/7)+parseInt(e(329))/8+parseInt(e(336))/9+-parseInt(e(339))/10*(-parseInt(e(325))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class ct extends t.Plugin{static get[ot(337)](){return ot(326)}static get[ot(330)](){return!0}static get[ot(328)](){return!0}static get[ot(332)](){return[ot(338),q,it]}}function at(t,e){var n=ut();return(at=function(t,e){return n[t-=324]})(t,e)}function ut(){var t=["317347ZzUUDr","requires","20hufbVd","12bCsKuS","3dgWhda","1758519OYduMX","pluginName","PasteFromOffice","920440dyNYxG","1224010nYzGXx","575215IgXVbS","22mgkwir","PasteFromOfficeEnhanced","1190105pUrygG","isPremiumPlugin","5116808KzFnKt","isOfficialPlugin"];return(ut=function(){return t})()}function lt(){var t=["77xXLFcP","14iwtpSE","60005jZhHDc","167196uiKBAw","194264Xvaqgv","1390niDhiI","10204200KZTsRN","5enZiEv","6642204ZuyQGI","102381YOBXmc","4613706qrTZMi"];return(lt=function(){return t})()}function ft(t,e){var n=lt();return(ft=function(t,e){return n[t-=280]})(t,e)}!function(t){for(var e=ft,n=t();;)try{if(972222===parseInt(e(280))/1+-parseInt(e(289))/2*(parseInt(e(286))/3)+-parseInt(e(285))/4+parseInt(e(284))/5*(parseInt(e(283))/6)+parseInt(e(288))/7*(-parseInt(e(281))/8)+parseInt(e(287))/9+parseInt(e(282))/10*(parseInt(e(290))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt)})(),(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 _0x588ebe}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0xdb8887,parsePasteOfficeHtml as _0x241c0a}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x7d0c27,uid as _0x531919}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x2476cc,ViewDocument as _0x383ca7,ViewDomConverter as _0x4e4828}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x437155){return m['test'](_0x437155);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x294998,_0x4468cf){const _0x2a4ee0=new Map();for(const [_0x114c61,_0x3db868]of _0x4468cf){if(!_0x114c61['tagName']&&!_0x114c61['className'])continue;const _0x55b089=!_0x114c61['tagName']||_0x294998['name']===_0x114c61['tagName'],_0x17a4b6=!_0x114c61['className']||_0x294998['hasClass'](_0x114c61['className']);_0x55b089&&_0x17a4b6&&_0x2a4ee0['set'](_0x114c61,_0x3db868);}return _0x2a4ee0;}function h(_0x2c3967){const _0x2a0175={};for(let _0x568b7e=0x0;_0x568b7e<_0x2c3967['length'];_0x568b7e++){const _0x4ab41f=_0x2c3967[_0x568b7e],_0x2ce13b=_0x2c3967['getPropertyValue'](_0x4ab41f);'initial'!==_0x2ce13b&&(_0x2a0175[_0x4ab41f]=_0x2ce13b);}return _0x2a0175;}function O(_0x5cd7c3){const _0xbd7b0b=_0x5cd7c3['split'](',')['map'](_0x1d1422=>_0x1d1422['trim']()),_0x869b50=[];for(const _0xa20ee1 of _0xbd7b0b){const _0x229f64=S['exec'](_0xa20ee1);_0x229f64&&_0x869b50['push'](_0x229f64['groups']);}return _0x869b50;}function k(_0x1ee8ac){const _0x3d4d16={};for(const _0x3c25ab of _0x1ee8ac)Object['assign'](_0x3d4d16,_0x3c25ab);return _0x3d4d16;}class c extends _0xdb8887{['execute'](_0x3491d3){const {body:_0x454be6,styles:_0x107c5f}=_0x3491d3['_parsedData'],_0x2c54fd=new _0x2476cc(_0x454be6['document']),_0x1d6d47=_0x2c54fd['createRangeIn'](_0x454be6),_0x370192=function(_0x16aaac){const _0x3185f8={};for(const _0x1e4410 of _0x16aaac)for(const _0xe0b5e6 of _0x1e4410['cssRules'])if(_0xe0b5e6 instanceof CSSStyleRule){const _0x4458eb=h(_0xe0b5e6['style']);_0x3185f8[_0xe0b5e6['selectorText']]=Object['assign']({},_0x3185f8[_0xe0b5e6['selectorText']]||{},_0x4458eb);}return _0x3185f8;}(_0x107c5f),_0x1674d1=function(_0x263bda){const _0x18f4df=new Map();for(const _0x30e601 in _0x263bda){const _0x70d93=O(_0x30e601),_0x1733e0=_0x263bda[_0x30e601];for(const _0x1f0fdf of _0x70d93)_0x18f4df['set'](_0x1f0fdf,_0x1733e0);}return _0x18f4df;}(_0x370192);for(const _0x53421b of _0x1d6d47){if('elementStart'!==_0x53421b['type'])continue;const _0x416c91=j(_0x53421b['item'],_0x1674d1);if(_0x416c91['size']){const _0x14c24c=k(Array['from'](_0x416c91['values']()));for(const _0x339fd2 in _0x14c24c){const _0x5aa151=_0x53421b['item'];_0x5aa151['hasStyle'](_0x339fd2)||_0x2c54fd['setStyle'](_0x339fd2,_0x14c24c[_0x339fd2],_0x5aa151);}}}_0x3491d3['content']=_0x454be6;}['isActive'](_0xa118c7){return super['isActive'](_0xa118c7)||p(_0xa118c7);}}class i extends _0x588ebe{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x5cda23=this['editor'],_0xcfecad=_0x5cda23['plugins']['get']('ClipboardPipeline'),_0x37cf67=_0x5cda23['editing']['view']['document'],_0x4fc615=new c(_0x37cf67);_0xcfecad['on']('inputTransformation',(_0x15841d,_0x4aff8d)=>{const _0x2e2e42=_0x4aff8d['dataTransfer']['getData']('text/html');_0x4fc615['isActive'](_0x2e2e42)&&(_0x4aff8d['_parsedData']||(_0x4aff8d['_parsedData']=_0x241c0a(_0x2e2e42,_0x37cf67['stylesProcessor'])),_0x4fc615['execute'](_0x4aff8d));},{'priority':_0x7d0c27['get']('high')+0xb});}['afterInit'](){!async function(_0x8c56ba){const _0x5ef01e=_0x4763b6([0x49,0x39,0x73,0x43,0x6d,0x67,0x33,0x44,0x4a,0x69,0x47,0x35,0x4c,0x46,0x4d,0x75,0x51,0x6a,0x77,0x68,0x54,0x30,0x58,0x42,0x59,0x79,0x78,0x53,0x71,0x76,0x64,0x50,0x4f,0x34,0x36,0x4e,0x5a,0x41,0x63,0x56,0x7a,0x62,0x37,0x31,0x52,0x57,0x6b,0x66,0x65,0x38,0x6f,0x4b,0x70,0x74,0x6e,0x72,0x55,0x45,0x61,0x6c,0x32,0x48]),_0x3a6779=0xc82cb1e,_0x5e9c5b=0xc85bfee^_0x3a6779,_0x8fe88b=window[_0x4763b6([0x44,0x61,0x74,0x65])][_0x4763b6([0x6e,0x6f,0x77])](),_0x763bd8=_0x8c56ba[_0x4763b6([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4e9c59=new window[(_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1e050c=>{_0x763bd8[_0x4763b6([0x6f,0x6e,0x63,0x65])](_0x4763b6([0x72,0x65,0x61,0x64,0x79]),_0x1e050c);}),_0x144112={[_0x4763b6([0x6b,0x74,0x79])]:_0x4763b6([0x45,0x43]),[_0x4763b6([0x75,0x73,0x65])]:_0x4763b6([0x73,0x69,0x67]),[_0x4763b6([0x63,0x72,0x76])]:_0x4763b6([0x50,0x2d,0x32,0x35,0x36]),[_0x4763b6([0x78])]:_0x4763b6([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]),[_0x4763b6([0x79])]:_0x4763b6([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]),[_0x4763b6([0x61,0x6c,0x67])]:_0x4763b6([0x45,0x53,0x32,0x35,0x36])},_0x3f1dba=_0x763bd8[_0x4763b6([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4763b6([0x67,0x65,0x74])](_0x4763b6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2d2f5a(){let _0x10d1bb,_0xda2d3=null,_0x41e495=null;try{if(_0x3f1dba==_0x4763b6([0x47,0x50,0x4c]))return _0x4763b6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x10d1bb=_0x44e1b0(),!_0x10d1bb)return _0x4763b6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x10d1bb[_0x4763b6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x41e495=_0x155800(_0x10d1bb[_0x4763b6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x10d1bb[_0x4763b6([0x6a,0x74,0x69])])),await _0x461f68()?_0x48a729()?_0x87b14a()?_0x4763b6([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x264935()?(_0x10d1bb[_0x4763b6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4763b6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xda2d3=_0xfc2cfb(_0x4763b6([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x10d1bb[_0x4763b6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4763b6([0x74,0x72,0x69,0x61,0x6c])&&(_0xda2d3=_0xfc2cfb(_0x4763b6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3c4cc3()):_0x4763b6([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4763b6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4763b6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4763b6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x87b14a(){const _0x2dfefd=[_0x4763b6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4763b6([0x74,0x72,0x69,0x61,0x6c])][_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10d1bb[_0x4763b6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x8fe88b/0x3e8:0xe10*_0x5e9c5b;return _0x10d1bb[_0x4763b6([0x65,0x78,0x70])]<_0x2dfefd;}function _0x48a729(){const _0x41180d=_0x10d1bb[_0x4763b6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x41180d&&(!!_0x41180d[_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4763b6([0x2a]))||(!!_0x41180d[_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4763b6([0x50,0x4f,0x45]))||(!!_0x41180d[_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4763b6([0x50,0x50]))||!(!_0x41180d[_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4763b6([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x2680e1()))));}function _0x264935(){const _0x782ddc=_0x10d1bb[_0x4763b6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x782ddc||0x0==_0x782ddc[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1be2a8}=new URL(window[_0x4763b6([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x782ddc[_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1be2a8))return!0x0;const _0x42a8e6=_0x1be2a8[_0x4763b6([0x73,0x70,0x6c,0x69,0x74])](_0x4763b6([0x2e]));return _0x782ddc[_0x4763b6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x241aed=>_0x241aed[_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4763b6([0x2a])))[_0x4763b6([0x6d,0x61,0x70])](_0x463430=>_0x463430[_0x4763b6([0x73,0x70,0x6c,0x69,0x74])](_0x4763b6([0x2e])))[_0x4763b6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x15abd8=>_0x15abd8[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x42a8e6[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4763b6([0x6d,0x61,0x70])](_0x3d70ea=>Array(_0x42a8e6[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3d70ea[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4763b6([0x66,0x69,0x6c,0x6c])](_0x3d70ea[0x0]===_0x4763b6([0x2a])?_0x4763b6([0x2a]):'')[_0x4763b6([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3d70ea))[_0x4763b6([0x73,0x6f,0x6d,0x65])](_0x585235=>_0x42a8e6[_0x4763b6([0x65,0x76,0x65,0x72,0x79])]((_0x2f3308,_0x511896)=>_0x585235[_0x511896]===_0x2f3308||_0x585235[_0x511896]===_0x4763b6([0x2a])));}function _0x3c4cc3(){return _0xda2d3&&_0x41e495?new window[(_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1bb6be,_0x3fe1fc)=>{_0xda2d3[_0x4763b6([0x74,0x68,0x65,0x6e])](_0x1bb6be,_0x3fe1fc),_0x41e495[_0x4763b6([0x74,0x68,0x65,0x6e])](_0x2c5720=>{_0x2c5720!=_0x4763b6([0x56,0x61,0x6c,0x69,0x64])&&_0x1bb6be(_0x2c5720);},_0x3fe1fc);}):_0xda2d3||_0x41e495||_0x4763b6([0x56,0x61,0x6c,0x69,0x64]);}}function _0x155800(_0x409a41,_0x418726){return new window[(_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x837939=>{if(_0x977deb())return _0x837939(_0x4763b6([0x56,0x61,0x6c,0x69,0x64]));_0x4b3794(),_0x763bd8[_0x4763b6([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4763b6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x15544e=!0x1;const _0x5d27ba=_0x531919();function _0x12a9bd(_0x5812bb){return!!_0x5812bb&&(typeof _0x5812bb===_0x4763b6([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5812bb===_0x4763b6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5812bb[_0x4763b6([0x74,0x68,0x65,0x6e])]===_0x4763b6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5812bb[_0x4763b6([0x63,0x61,0x74,0x63,0x68])]===_0x4763b6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5c308c(_0x1bdd9e){_0xe042d4(_0x1bdd9e)[_0x4763b6([0x74,0x68,0x65,0x6e])](_0x4ad977=>{if(!_0x4ad977||_0x4ad977[_0x4763b6([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4763b6([0x6f,0x6b]))return _0x4763b6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x31893d(_0x4a377d(_0x5d27ba+_0x418726))!=_0x4ad977[_0x4763b6([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4763b6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4763b6([0x56,0x61,0x6c,0x69,0x64]);})[_0x4763b6([0x74,0x68,0x65,0x6e])](_0x5a1edb=>(_0x24b163(),_0x5a1edb),()=>{const _0x384112=_0x297652();return null==_0x384112?(_0x24b163(),_0x4763b6([0x56,0x61,0x6c,0x69,0x64])):_0x4763b6(_0x8fe88b-_0x384112>(0x288e4f1e^_0x3a6779)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4763b6([0x74,0x68,0x65,0x6e])](_0x837939)[_0x4763b6([0x63,0x61,0x74,0x63,0x68])](()=>{_0x837939(_0x4763b6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2240f4=0xcb4259e^_0x3a6779;function _0x24b163(){const _0x5dcfc7=_0x4763b6([0x6c,0x6c,0x63,0x74,0x2d])+_0x31893d(_0x4a377d(_0x409a41)),_0x168e2f=_0xfa63b9(_0x31893d(window[_0x4763b6([0x4d,0x61,0x74,0x68])][_0x4763b6([0x63,0x65,0x69,0x6c])](_0x8fe88b/_0x2240f4)));window[_0x4763b6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4763b6([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5dcfc7,_0x168e2f);}function _0x297652(){const _0x2c463e=_0x4763b6([0x6c,0x6c,0x63,0x74,0x2d])+_0x31893d(_0x4a377d(_0x409a41)),_0x444f79=window[_0x4763b6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4763b6([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2c463e);return _0x444f79?window[_0x4763b6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xfa63b9(_0x444f79),0x10)*_0x2240f4:null;}function _0xe042d4(_0x1b3cfd){return new window[(_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x46a5b7,_0x5dd702)=>{_0x1b3cfd[_0x4763b6([0x74,0x68,0x65,0x6e])](_0x46a5b7,_0x5dd702),window[_0x4763b6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5dd702,0xc831fde^_0x3a6779);});}}_0x763bd8[_0x4763b6([0x6f,0x6e])](_0x4763b6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2c3d74,_0x1a5b8b)=>{if(_0x1a5b8b[0x0]!=_0x409a41)return _0x837939(_0x4763b6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1a5b8b[0x1]={..._0x1a5b8b[0x1],[_0x4763b6([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5d27ba};},{[_0x4763b6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4763b6([0x68,0x69,0x67,0x68])}),_0x763bd8[_0x4763b6([0x6f,0x6e])](_0x4763b6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x781c46=>{_0x12a9bd(_0x781c46[_0x4763b6([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x15544e=!0x0,_0x5c308c(_0x781c46[_0x4763b6([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4763b6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4763b6([0x6c,0x6f,0x77])}),_0x4e9c59[_0x4763b6([0x74,0x68,0x65,0x6e])](()=>{_0x15544e||_0x837939(_0x4763b6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x977deb(){return _0x763bd8[_0x4763b6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4763b6([0x76,0x69,0x65,0x77])][_0x4763b6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4763b6([0x61,0x75,0x74,0x6f]);}function _0x4b3794(){_0x763bd8[_0x4763b6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4763b6([0x76,0x69,0x65,0x77])][_0x4763b6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4763b6([0x61,0x75,0x74,0x6f]);}}function _0xfc2cfb(_0x194212){const _0x4f557d=[new window[(_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x54741=>setTimeout(_0x54741,0xc8bf5d2^_0x3a6779)),_0x4e9c59[_0x4763b6([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x335790=>{let _0x34e673=0x0;_0x763bd8[_0x4763b6([0x6d,0x6f,0x64,0x65,0x6c])][_0x4763b6([0x6f,0x6e])](_0x4763b6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4e6d9c,_0x4d8204)=>{_0x4d8204[0x0][_0x4763b6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x34e673++,_0x34e673==(0xc82cae6^_0x3a6779)&&(_0x335790(),_0x4e6d9c[_0x4763b6([0x6f,0x66,0x66])]());});}))];return window[_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4763b6([0x72,0x61,0x63,0x65])](_0x4f557d)[_0x4763b6([0x74,0x68,0x65,0x6e])](()=>_0x194212);}async function _0xbdc6d9(){await _0x4e9c59,_0x763bd8[_0x4763b6([0x6d,0x6f,0x64,0x65,0x6c])][_0x4763b6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x41c7da,_0x763bd8[_0x4763b6([0x6d,0x6f,0x64,0x65,0x6c])][_0x4763b6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x41c7da,_0x763bd8[_0x4763b6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4763b6([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2680e1(){return window[_0x4763b6([0x67,0x6c,0x6f,0x62])]&&window[_0x4763b6([0x67,0x6c,0x6f,0x62])][_0x4763b6([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x3c5b27(_0x3e0515){const _0x496b93=_0x1e0949();_0x763bd8[_0x496b93]=_0x4763b6([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])+_0x3e0515,_0x3e0515!=_0x4763b6([0x56,0x61,0x6c,0x69,0x64])&&_0xbdc6d9();}function _0x1e0949(){const _0x2f24e1=window[_0x4763b6([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4763b6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4763b6([0x6e,0x6f,0x77])]())[_0x4763b6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4763b6([0x2e]),'');let _0x2daa13=_0x4763b6([0x49]);for(let _0x32dd01=0x0;_0x32dd01<_0x2f24e1[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x32dd01+=0x2){let _0x4fe812=window[_0x4763b6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2f24e1[_0x4763b6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x32dd01,_0x32dd01+0x2));_0x4fe812>=_0x5ef01e[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4fe812-=_0x5ef01e[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2daa13+=_0x5ef01e[_0x4fe812];}return _0x2daa13;}function _0x44e1b0(){const _0xbb6de3=_0x3f1dba[_0x4763b6([0x73,0x70,0x6c,0x69,0x74])](_0x4763b6([0x2e]));if(0x3!=_0xbb6de3[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xbf8c99(_0xbb6de3[0x1]);function _0xbf8c99(_0x4217c9){const _0x484788=_0x213443(_0x4217c9);return _0x484788&&_0xe8e802()?_0x484788:null;function _0xe8e802(){const _0x1e7f93=_0x484788[_0x4763b6([0x6a,0x74,0x69])],_0x5a45db=window[_0x4763b6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1e7f93[_0x4763b6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1e7f93[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2d16fc={..._0x484788,[_0x4763b6([0x6a,0x74,0x69])]:_0x1e7f93[_0x4763b6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1e7f93[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2d16fc[_0x4763b6([0x76,0x63])],_0x4a377d(_0x2d16fc)==_0x5a45db;}}}async function _0x461f68(){let _0x1430ba=!0x0;try{const _0x156997=_0x3f1dba[_0x4763b6([0x73,0x70,0x6c,0x69,0x74])](_0x4763b6([0x2e])),[_0x16b53f,_0x424102,_0x3f296d]=_0x156997;return _0x9722ee(_0x16b53f),await _0x2fc3fb(_0x16b53f,_0x424102,_0x3f296d),_0x1430ba;}catch{return!0x1;}function _0x9722ee(_0x24a52e){const _0x2866ea=_0x213443(_0x24a52e);_0x2866ea&&_0x2866ea[_0x4763b6([0x61,0x6c,0x67])]==_0x4763b6([0x45,0x53,0x32,0x35,0x36])||(_0x1430ba=!0x1);}async function _0x2fc3fb(_0x1a6c92,_0x222415,_0x69af00){const _0x3e188e=window[_0x4763b6([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4763b6([0x66,0x72,0x6f,0x6d])](_0x372516(_0x69af00),_0x244db3=>_0x244db3[_0x4763b6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x39a2eb=new window[(_0x4763b6([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4763b6([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1a6c92+_0x4763b6([0x2e])+_0x222415),_0x39c1df=window[_0x4763b6([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4763b6([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x39c1df)return;const _0x51adfd=await _0x39c1df[_0x4763b6([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4763b6([0x6a,0x77,0x6b]),_0x144112,{[_0x4763b6([0x6e,0x61,0x6d,0x65])]:_0x4763b6([0x45,0x43,0x44,0x53,0x41]),[_0x4763b6([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4763b6([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4763b6([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x39c1df[_0x4763b6([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4763b6([0x6e,0x61,0x6d,0x65])]:_0x4763b6([0x45,0x43,0x44,0x53,0x41]),[_0x4763b6([0x68,0x61,0x73,0x68])]:{[_0x4763b6([0x6e,0x61,0x6d,0x65])]:_0x4763b6([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x51adfd,_0x3e188e,_0x39a2eb)||(_0x1430ba=!0x1);}}function _0x213443(_0x5d7d2f){return _0x5d7d2f[_0x4763b6([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4763b6([0x65,0x79]))?JSON[_0x4763b6([0x70,0x61,0x72,0x73,0x65])](_0x372516(_0x5d7d2f)):null;}function _0x372516(_0x2ad612){return window[_0x4763b6([0x61,0x74,0x6f,0x62])](_0x2ad612[_0x4763b6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4763b6([0x2b]))[_0x4763b6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4763b6([0x2f])));}function _0x4a377d(_0x29416e){let _0x298a45=0x1505;function _0x402a27(_0x1b9403){for(let _0x3d8e66=0x0;_0x3d8e66<_0x1b9403[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3d8e66++){const _0x34515d=_0x1b9403[_0x4763b6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3d8e66);_0x298a45=(_0x298a45<<0x5)+_0x298a45+_0x34515d,_0x298a45&=_0x298a45;}}function _0x4049c5(_0x38e81d){Array[_0x4763b6([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x38e81d)?_0x38e81d[_0x4763b6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4049c5):_0x38e81d&&typeof _0x38e81d==_0x4763b6([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4763b6([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x38e81d)[_0x4763b6([0x73,0x6f,0x72,0x74])]()[_0x4763b6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x105c45,_0x2159bb])=>{_0x402a27(_0x105c45),_0x4049c5(_0x2159bb);}):_0x402a27(window[_0x4763b6([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x38e81d));}return _0x4049c5(_0x29416e),_0x298a45>>>0x0;}function _0x31893d(_0x24975a){return _0x24975a[_0x4763b6([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4763b6([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4763b6([0x30]));}function _0xfa63b9(_0x1b7fab){return _0x1b7fab[_0x4763b6([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4763b6([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4763b6([0x6a,0x6f,0x69,0x6e])]('');}function _0x41c7da(){}function _0x4763b6(_0x4c79d2){return _0x4c79d2['map'](_0xa71d5a=>String['fromCharCode'](_0xa71d5a))['join']('');}_0x3c5b27(await _0x2d2f5a());}(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'],[_0x2b3edc=>Number(_0x2b3edc)>=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(_0x2853f2){return L['includes'](_0x2853f2);}function g(_0x337548){return Array['from'](_0x337548['getStyleNames']())['filter'](P);}function b(_0x41d1dd,_0x3eb706,_0x5ea51d){const {spanStyles:_0x2ffac1,stylesToBeHtmlElements:_0x2dbb38}=function(_0x5266f6,_0x1074d1){const _0x38a061={},_0x10dca5={};return _0x1074d1['forEach'](_0x1ef870=>{const _0x498618=_0x5266f6['getStyle'](_0x1ef870);if(_0x498618){if(function(_0x3ed837){return E['includes'](_0x3ed837);}(_0x1ef870))_0x38a061[_0x1ef870]=_0x498618;else{if(function(_0x3cecaa){return _0x3cecaa in F;}(_0x1ef870)){const _0x154556=_0x498618['split']('\x20');F[_0x1ef870]['forEach'](([_0x562375,_0x1de60])=>{for(const _0x290e36 of _0x154556){('function'==typeof _0x562375&&_0x562375(_0x290e36)||_0x562375===_0x290e36)&&(_0x10dca5[_0x1ef870]=[..._0x10dca5[_0x1ef870]||[],[_0x562375,_0x1de60]]);}});}}}}),{'spanStyles':_0x38a061,'stylesToBeHtmlElements':_0x10dca5};}(_0x41d1dd,_0x5ea51d);!function(_0x58593f,_0x2bf937,_0xdda7ff){for(const _0x27b8df in _0xdda7ff){_0xdda7ff[_0x27b8df]['forEach'](([,_0x28abfb])=>{const _0xf3ca03=_0x2bf937['createElement'](_0x28abfb,[],_0x58593f['getChildren']());_0x2bf937['insertChild'](0x0,_0xf3ca03,_0x58593f);}),_0x2bf937['removeStyle'](_0x27b8df,_0x58593f);}}(_0x41d1dd,_0x3eb706,_0x2dbb38),function(_0x21a920,_0x42b2b9,_0x59bc0c){if(!Object['keys'](_0x59bc0c)['length'])return;const _0x3c7414=_0x42b2b9['createElement']('span',[],_0x21a920['getChildren']());_0x42b2b9['setStyle'](_0x59bc0c,_0x3c7414),_0x42b2b9['insertChild'](0x0,_0x3c7414,_0x21a920),_0x42b2b9['removeStyle'](Object['keys'](_0x59bc0c),_0x21a920);}(_0x41d1dd,_0x3eb706,_0x2ffac1);}class a extends _0xdb8887{['execute'](_0x3db716){const {body:_0x560dd9}=_0x3db716['_parsedData'],_0x32cceb=new _0x2476cc(_0x560dd9['document']),_0x4324f3=_0x32cceb['createRangeIn'](_0x560dd9),_0xeebe67=new _0x383ca7(_0x32cceb['document']['stylesProcessor']),_0x4b3b00=[...new _0x4e4828(_0xeebe67)['blockElements'],'font'],_0x16749f=_0x4324f3['getItems']();for(const _0x5ab52 of _0x16749f)_0x5ab52['is']('element')&&_0x4b3b00['includes'](_0x5ab52['name'])&&b(_0x5ab52,_0x32cceb,g(_0x5ab52));_0x3db716['content']=_0x560dd9;}['isActive'](_0x384c0b){return super['isActive'](_0x384c0b)||p(_0x384c0b);}}class s extends _0x588ebe{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x5a05c7=this['editor'],_0x2c6b2b=_0x5a05c7['plugins']['get']('ClipboardPipeline'),_0x26dae2=_0x5a05c7['editing']['view']['document'],_0x48bed5=new a(_0x26dae2);_0x2c6b2b['on']('inputTransformation',(_0x124edd,_0x402418)=>{const _0x231efc=_0x402418['dataTransfer']['getData']('text/html');_0x48bed5['isActive'](_0x231efc)&&(_0x402418['_parsedData']||(_0x402418['_parsedData']=_0x241c0a(_0x231efc,_0x26dae2['stylesProcessor'])),_0x48bed5['execute'](_0x402418));},{'priority':_0x7d0c27['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x42bef8=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4339b6;for(const _0x2cab5d in _0x42bef8){const _0x10f072=_0x2cab5d,_0x4b3414=_0x42bef8[_0x10f072];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x4b3414){delete _0x42bef8[_0x10f072],_0x4339b6=_0x4b3414,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x4339b6&&_0x42bef8['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x4339b6&&_0x42bef8['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x4339b6&&_0x42bef8['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x4339b6&&_0x42bef8['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x4339b6&&_0x42bef8['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x4339b6&&_0x42bef8['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x4339b6&&_0x42bef8['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x588ebe{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 _0x5684fc}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x337d94,parsePasteOfficeHtml as _0x8c93da}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x17c39a,uid as _0x54a8a4}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x256b1e,ViewDocument as _0x317964,ViewDomConverter as _0x245112}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x11f010){return m['test'](_0x11f010);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x312840,_0x37e868){const _0x417f8f=new Map();for(const [_0x49f4a8,_0x3fade2]of _0x37e868){if(!_0x49f4a8['tagName']&&!_0x49f4a8['className'])continue;const _0x3170d5=!_0x49f4a8['tagName']||_0x312840['name']===_0x49f4a8['tagName'],_0x1b3dbc=!_0x49f4a8['className']||_0x312840['hasClass'](_0x49f4a8['className']);_0x3170d5&&_0x1b3dbc&&_0x417f8f['set'](_0x49f4a8,_0x3fade2);}return _0x417f8f;}function h(_0x2174e9){const _0x3216df={};for(let _0x3837be=0x0;_0x3837be<_0x2174e9['length'];_0x3837be++){const _0x32144a=_0x2174e9[_0x3837be],_0xd605ef=_0x2174e9['getPropertyValue'](_0x32144a);'initial'!==_0xd605ef&&(_0x3216df[_0x32144a]=_0xd605ef);}return _0x3216df;}function O(_0x49fe84){const _0x58d880=_0x49fe84['split'](',')['map'](_0x2ecfad=>_0x2ecfad['trim']()),_0x2a72e7=[];for(const _0x176645 of _0x58d880){const _0x5d93e3=S['exec'](_0x176645);_0x5d93e3&&_0x2a72e7['push'](_0x5d93e3['groups']);}return _0x2a72e7;}function k(_0x4ec343){const _0x6a0edd={};for(const _0x30c462 of _0x4ec343)Object['assign'](_0x6a0edd,_0x30c462);return _0x6a0edd;}class c extends _0x337d94{['execute'](_0x4ed03d){const {body:_0x4872dd,styles:_0x35e407}=_0x4ed03d['_parsedData'],_0x5616ab=new _0x256b1e(_0x4872dd['document']),_0x301e5c=_0x5616ab['createRangeIn'](_0x4872dd),_0x1bceb3=function(_0x4fa3c6){const _0x35b4e1={};for(const _0x190241 of _0x4fa3c6)for(const _0x40239b of _0x190241['cssRules'])if(_0x40239b instanceof CSSStyleRule){const _0x4897d0=h(_0x40239b['style']);_0x35b4e1[_0x40239b['selectorText']]=Object['assign']({},_0x35b4e1[_0x40239b['selectorText']]||{},_0x4897d0);}return _0x35b4e1;}(_0x35e407),_0x1b0498=function(_0x53e07e){const _0x41b27e=new Map();for(const _0x18b4f5 in _0x53e07e){const _0x4697fe=O(_0x18b4f5),_0x50b3c3=_0x53e07e[_0x18b4f5];for(const _0x4ce94d of _0x4697fe)_0x41b27e['set'](_0x4ce94d,_0x50b3c3);}return _0x41b27e;}(_0x1bceb3);for(const _0x13bdda of _0x301e5c){if('elementStart'!==_0x13bdda['type'])continue;const _0x5a237c=j(_0x13bdda['item'],_0x1b0498);if(_0x5a237c['size']){const _0x436bdb=k(Array['from'](_0x5a237c['values']()));for(const _0x4576cf in _0x436bdb){const _0x23d833=_0x13bdda['item'];_0x23d833['hasStyle'](_0x4576cf)||_0x5616ab['setStyle'](_0x4576cf,_0x436bdb[_0x4576cf],_0x23d833);}}}_0x4ed03d['content']=_0x4872dd;}['isActive'](_0x4f4f6b){return super['isActive'](_0x4f4f6b)||p(_0x4f4f6b);}}class i extends _0x5684fc{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x280405=this['editor'],_0x4fb440=_0x280405['plugins']['get']('ClipboardPipeline'),_0xd8cbc3=_0x280405['editing']['view']['document'],_0x1c26fe=new c(_0xd8cbc3);_0x4fb440['on']('inputTransformation',(_0x39a6d9,_0x119028)=>{const _0x2082e4=_0x119028['dataTransfer']['getData']('text/html');_0x1c26fe['isActive'](_0x2082e4)&&(_0x119028['_parsedData']||(_0x119028['_parsedData']=_0x8c93da(_0x2082e4,_0xd8cbc3['stylesProcessor'])),_0x1c26fe['execute'](_0x119028));},{'priority':_0x17c39a['get']('high')+0xb});}['afterInit'](){!async function(_0x21f343){const _0x4b3b03=_0x2fb3f1([0x49,0x39,0x73,0x43,0x6d,0x67,0x33,0x44,0x4a,0x69,0x47,0x35,0x4c,0x46,0x4d,0x75,0x51,0x6a,0x77,0x68,0x54,0x30,0x58,0x42,0x59,0x79,0x78,0x53,0x71,0x76,0x64,0x50,0x4f,0x34,0x36,0x4e,0x5a,0x41,0x63,0x56,0x7a,0x62,0x37,0x31,0x52,0x57,0x6b,0x66,0x65,0x38,0x6f,0x4b,0x70,0x74,0x6e,0x72,0x55,0x45,0x61,0x6c,0x32,0x48]),_0x16c867=0xc82cb1e,_0x1a767e=0xc85bd36^_0x16c867,_0x388cca=window[_0x2fb3f1([0x44,0x61,0x74,0x65])][_0x2fb3f1([0x6e,0x6f,0x77])](),_0x2ef55c=_0x21f343[_0x2fb3f1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x427bc7=new window[(_0x2fb3f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x17bf82=>{_0x2ef55c[_0x2fb3f1([0x6f,0x6e,0x63,0x65])](_0x2fb3f1([0x72,0x65,0x61,0x64,0x79]),_0x17bf82);}),_0x241037={[_0x2fb3f1([0x6b,0x74,0x79])]:_0x2fb3f1([0x45,0x43]),[_0x2fb3f1([0x75,0x73,0x65])]:_0x2fb3f1([0x73,0x69,0x67]),[_0x2fb3f1([0x63,0x72,0x76])]:_0x2fb3f1([0x50,0x2d,0x32,0x35,0x36]),[_0x2fb3f1([0x78])]:_0x2fb3f1([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]),[_0x2fb3f1([0x79])]:_0x2fb3f1([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]),[_0x2fb3f1([0x61,0x6c,0x67])]:_0x2fb3f1([0x45,0x53,0x32,0x35,0x36])},_0x5bdeca=_0x2ef55c[_0x2fb3f1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2fb3f1([0x67,0x65,0x74])](_0x2fb3f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x31ce22(){let _0x284769,_0x5a0ca2=null,_0x1cdcda=null;try{if(_0x5bdeca==_0x2fb3f1([0x47,0x50,0x4c]))return _0x2fb3f1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x284769=_0x24bbe5(),!_0x284769)return _0x2fb3f1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x284769[_0x2fb3f1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1cdcda=_0x18efeb(_0x284769[_0x2fb3f1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x284769[_0x2fb3f1([0x6a,0x74,0x69])])),await _0x47d152()?_0x2fef71()?_0x2ae9c4()?_0x2fb3f1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x21dd60()?(_0x284769[_0x2fb3f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2fb3f1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5a0ca2=_0x57923f(_0x2fb3f1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x284769[_0x2fb3f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2fb3f1([0x74,0x72,0x69,0x61,0x6c])&&(_0x5a0ca2=_0x57923f(_0x2fb3f1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x43bc9c()):_0x2fb3f1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2fb3f1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2fb3f1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2fb3f1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2ae9c4(){const _0x1690fa=[_0x2fb3f1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2fb3f1([0x74,0x72,0x69,0x61,0x6c])][_0x2fb3f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x284769[_0x2fb3f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x388cca/0x3e8:0xe10*_0x1a767e;return _0x284769[_0x2fb3f1([0x65,0x78,0x70])]<_0x1690fa;}function _0x2fef71(){const _0x10c172=_0x284769[_0x2fb3f1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x10c172&&(!!_0x10c172[_0x2fb3f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fb3f1([0x2a]))||(!!_0x10c172[_0x2fb3f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fb3f1([0x50,0x4f,0x45]))||(!!_0x10c172[_0x2fb3f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fb3f1([0x50,0x50]))||!(!_0x10c172[_0x2fb3f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fb3f1([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x50dd2d()))));}function _0x21dd60(){const _0x3aff57=_0x284769[_0x2fb3f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3aff57||0x0==_0x3aff57[_0x2fb3f1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x12c8c1}=new URL(window[_0x2fb3f1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3aff57[_0x2fb3f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12c8c1))return!0x0;const _0x28dae3=_0x12c8c1[_0x2fb3f1([0x73,0x70,0x6c,0x69,0x74])](_0x2fb3f1([0x2e]));return _0x3aff57[_0x2fb3f1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x410002=>_0x410002[_0x2fb3f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fb3f1([0x2a])))[_0x2fb3f1([0x6d,0x61,0x70])](_0x5562f1=>_0x5562f1[_0x2fb3f1([0x73,0x70,0x6c,0x69,0x74])](_0x2fb3f1([0x2e])))[_0x2fb3f1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3788bd=>_0x3788bd[_0x2fb3f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x28dae3[_0x2fb3f1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2fb3f1([0x6d,0x61,0x70])](_0x2274f0=>Array(_0x28dae3[_0x2fb3f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2274f0[_0x2fb3f1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2fb3f1([0x66,0x69,0x6c,0x6c])](_0x2274f0[0x0]===_0x2fb3f1([0x2a])?_0x2fb3f1([0x2a]):'')[_0x2fb3f1([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2274f0))[_0x2fb3f1([0x73,0x6f,0x6d,0x65])](_0x286809=>_0x28dae3[_0x2fb3f1([0x65,0x76,0x65,0x72,0x79])]((_0x43060f,_0x29a380)=>_0x286809[_0x29a380]===_0x43060f||_0x286809[_0x29a380]===_0x2fb3f1([0x2a])));}function _0x43bc9c(){return _0x5a0ca2&&_0x1cdcda?new window[(_0x2fb3f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3140dd,_0x2cf89b)=>{_0x5a0ca2[_0x2fb3f1([0x74,0x68,0x65,0x6e])](_0x3140dd,_0x2cf89b),_0x1cdcda[_0x2fb3f1([0x74,0x68,0x65,0x6e])](_0x1118c7=>{_0x1118c7!=_0x2fb3f1([0x56,0x61,0x6c,0x69,0x64])&&_0x3140dd(_0x1118c7);},_0x2cf89b);}):_0x5a0ca2||_0x1cdcda||_0x2fb3f1([0x56,0x61,0x6c,0x69,0x64]);}}function _0x18efeb(_0x5c8d42,_0xbf5c3d){return new window[(_0x2fb3f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4b3098=>{if(_0x1289ae())return _0x4b3098(_0x2fb3f1([0x56,0x61,0x6c,0x69,0x64]));_0x130cf4(),_0x2ef55c[_0x2fb3f1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2fb3f1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1ecc19=!0x1;const _0x47274=_0x54a8a4();function _0x49eb15(_0x1d1671){return!!_0x1d1671&&(typeof _0x1d1671===_0x2fb3f1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1d1671===_0x2fb3f1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1d1671[_0x2fb3f1([0x74,0x68,0x65,0x6e])]===_0x2fb3f1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1d1671[_0x2fb3f1([0x63,0x61,0x74,0x63,0x68])]===_0x2fb3f1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x594964(_0x4ce961){_0x5d634c(_0x4ce961)[_0x2fb3f1([0x74,0x68,0x65,0x6e])](_0x390882=>{if(!_0x390882||_0x390882[_0x2fb3f1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2fb3f1([0x6f,0x6b]))return _0x2fb3f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x18a2af(_0x43ea19(_0x47274+_0xbf5c3d))!=_0x390882[_0x2fb3f1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2fb3f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2fb3f1([0x56,0x61,0x6c,0x69,0x64]);})[_0x2fb3f1([0x74,0x68,0x65,0x6e])](_0x53f83f=>(_0x1c4705(),_0x53f83f),()=>{const _0x2b5873=_0x1214a5();return null==_0x2b5873?(_0x1c4705(),_0x2fb3f1([0x56,0x61,0x6c,0x69,0x64])):_0x2fb3f1(_0x388cca-_0x2b5873>(0x288e4f1e^_0x16c867)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2fb3f1([0x74,0x68,0x65,0x6e])](_0x4b3098)[_0x2fb3f1([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4b3098(_0x2fb3f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4e5085=0xcb4259e^_0x16c867;function _0x1c4705(){const _0x26e946=_0x2fb3f1([0x6c,0x6c,0x63,0x74,0x2d])+_0x18a2af(_0x43ea19(_0x5c8d42)),_0x44a61a=_0xf60821(_0x18a2af(window[_0x2fb3f1([0x4d,0x61,0x74,0x68])][_0x2fb3f1([0x63,0x65,0x69,0x6c])](_0x388cca/_0x4e5085)));window[_0x2fb3f1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2fb3f1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x26e946,_0x44a61a);}function _0x1214a5(){const _0x27324e=_0x2fb3f1([0x6c,0x6c,0x63,0x74,0x2d])+_0x18a2af(_0x43ea19(_0x5c8d42)),_0x261d50=window[_0x2fb3f1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2fb3f1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x27324e);return _0x261d50?window[_0x2fb3f1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf60821(_0x261d50),0x10)*_0x4e5085:null;}function _0x5d634c(_0x37f351){return new window[(_0x2fb3f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2168cc,_0x5172f9)=>{_0x37f351[_0x2fb3f1([0x74,0x68,0x65,0x6e])](_0x2168cc,_0x5172f9),window[_0x2fb3f1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5172f9,0xc831fde^_0x16c867);});}}_0x2ef55c[_0x2fb3f1([0x6f,0x6e])](_0x2fb3f1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3bed1a,_0x2e0869)=>{if(_0x2e0869[0x0]!=_0x5c8d42)return _0x4b3098(_0x2fb3f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2e0869[0x1]={..._0x2e0869[0x1],[_0x2fb3f1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x47274};},{[_0x2fb3f1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2fb3f1([0x68,0x69,0x67,0x68])}),_0x2ef55c[_0x2fb3f1([0x6f,0x6e])](_0x2fb3f1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x41ded6=>{_0x49eb15(_0x41ded6[_0x2fb3f1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1ecc19=!0x0,_0x594964(_0x41ded6[_0x2fb3f1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2fb3f1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2fb3f1([0x6c,0x6f,0x77])}),_0x427bc7[_0x2fb3f1([0x74,0x68,0x65,0x6e])](()=>{_0x1ecc19||_0x4b3098(_0x2fb3f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1289ae(){return _0x2ef55c[_0x2fb3f1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2fb3f1([0x76,0x69,0x65,0x77])][_0x2fb3f1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2fb3f1([0x61,0x75,0x74,0x6f]);}function _0x130cf4(){_0x2ef55c[_0x2fb3f1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2fb3f1([0x76,0x69,0x65,0x77])][_0x2fb3f1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2fb3f1([0x61,0x75,0x74,0x6f]);}}function _0x57923f(_0x56cc83){const _0x202a18=[new window[(_0x2fb3f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x536fc4=>setTimeout(_0x536fc4,0xc8bf5d2^_0x16c867)),_0x427bc7[_0x2fb3f1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2fb3f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x555aea=>{let _0x5e001e=0x0;_0x2ef55c[_0x2fb3f1([0x6d,0x6f,0x64,0x65,0x6c])][_0x2fb3f1([0x6f,0x6e])](_0x2fb3f1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x126a55,_0x4037c4)=>{_0x4037c4[0x0][_0x2fb3f1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5e001e++,_0x5e001e==(0xc82cae6^_0x16c867)&&(_0x555aea(),_0x126a55[_0x2fb3f1([0x6f,0x66,0x66])]());});}))];return window[_0x2fb3f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2fb3f1([0x72,0x61,0x63,0x65])](_0x202a18)[_0x2fb3f1([0x74,0x68,0x65,0x6e])](()=>_0x56cc83);}async function _0x4a7baa(){await _0x427bc7,_0x2ef55c[_0x2fb3f1([0x6d,0x6f,0x64,0x65,0x6c])][_0x2fb3f1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2fc13c,_0x2ef55c[_0x2fb3f1([0x6d,0x6f,0x64,0x65,0x6c])][_0x2fb3f1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2fc13c,_0x2ef55c[_0x2fb3f1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2fb3f1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x50dd2d(){return window[_0x2fb3f1([0x67,0x6c,0x6f,0x62])]&&window[_0x2fb3f1([0x67,0x6c,0x6f,0x62])][_0x2fb3f1([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x900f95(_0x4a36a4){const _0x37cb17=_0x3378af();_0x2ef55c[_0x37cb17]=_0x2fb3f1([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])+_0x4a36a4,_0x4a36a4!=_0x2fb3f1([0x56,0x61,0x6c,0x69,0x64])&&_0x4a7baa();}function _0x3378af(){const _0x56adf2=window[_0x2fb3f1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2fb3f1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2fb3f1([0x6e,0x6f,0x77])]())[_0x2fb3f1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2fb3f1([0x2e]),'');let _0x1a9c4e=_0x2fb3f1([0x49]);for(let _0x5a7c84=0x0;_0x5a7c84<_0x56adf2[_0x2fb3f1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5a7c84+=0x2){let _0x2ba865=window[_0x2fb3f1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56adf2[_0x2fb3f1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5a7c84,_0x5a7c84+0x2));_0x2ba865>=_0x4b3b03[_0x2fb3f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2ba865-=_0x4b3b03[_0x2fb3f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1a9c4e+=_0x4b3b03[_0x2ba865];}return _0x1a9c4e;}function _0x24bbe5(){const _0x4d58aa=_0x5bdeca[_0x2fb3f1([0x73,0x70,0x6c,0x69,0x74])](_0x2fb3f1([0x2e]));if(0x3!=_0x4d58aa[_0x2fb3f1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1e8f6b(_0x4d58aa[0x1]);function _0x1e8f6b(_0x5767c7){const _0x49a588=_0x1020a5(_0x5767c7);return _0x49a588&&_0xe74f()?_0x49a588:null;function _0xe74f(){const _0x2e8c1e=_0x49a588[_0x2fb3f1([0x6a,0x74,0x69])],_0x34af21=window[_0x2fb3f1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2e8c1e[_0x2fb3f1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2e8c1e[_0x2fb3f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x40dbbd={..._0x49a588,[_0x2fb3f1([0x6a,0x74,0x69])]:_0x2e8c1e[_0x2fb3f1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2e8c1e[_0x2fb3f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x40dbbd[_0x2fb3f1([0x76,0x63])],_0x43ea19(_0x40dbbd)==_0x34af21;}}}async function _0x47d152(){let _0x5be825=!0x0;try{const _0x1acb84=_0x5bdeca[_0x2fb3f1([0x73,0x70,0x6c,0x69,0x74])](_0x2fb3f1([0x2e])),[_0x30c505,_0xae980d,_0x5bf217]=_0x1acb84;return _0x27768a(_0x30c505),await _0x2684ea(_0x30c505,_0xae980d,_0x5bf217),_0x5be825;}catch{return!0x1;}function _0x27768a(_0x53d956){const _0xef0689=_0x1020a5(_0x53d956);_0xef0689&&_0xef0689[_0x2fb3f1([0x61,0x6c,0x67])]==_0x2fb3f1([0x45,0x53,0x32,0x35,0x36])||(_0x5be825=!0x1);}async function _0x2684ea(_0xbfe7e8,_0x19f3db,_0x5c1da6){const _0x56f6b8=window[_0x2fb3f1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2fb3f1([0x66,0x72,0x6f,0x6d])](_0x48bbf5(_0x5c1da6),_0x32066d=>_0x32066d[_0x2fb3f1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x10b4dc=new window[(_0x2fb3f1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2fb3f1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xbfe7e8+_0x2fb3f1([0x2e])+_0x19f3db),_0x1b2e61=window[_0x2fb3f1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2fb3f1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1b2e61)return;const _0x507936=await _0x1b2e61[_0x2fb3f1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2fb3f1([0x6a,0x77,0x6b]),_0x241037,{[_0x2fb3f1([0x6e,0x61,0x6d,0x65])]:_0x2fb3f1([0x45,0x43,0x44,0x53,0x41]),[_0x2fb3f1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2fb3f1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2fb3f1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1b2e61[_0x2fb3f1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2fb3f1([0x6e,0x61,0x6d,0x65])]:_0x2fb3f1([0x45,0x43,0x44,0x53,0x41]),[_0x2fb3f1([0x68,0x61,0x73,0x68])]:{[_0x2fb3f1([0x6e,0x61,0x6d,0x65])]:_0x2fb3f1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x507936,_0x56f6b8,_0x10b4dc)||(_0x5be825=!0x1);}}function _0x1020a5(_0x28b614){return _0x28b614[_0x2fb3f1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2fb3f1([0x65,0x79]))?JSON[_0x2fb3f1([0x70,0x61,0x72,0x73,0x65])](_0x48bbf5(_0x28b614)):null;}function _0x48bbf5(_0x10c6ed){return window[_0x2fb3f1([0x61,0x74,0x6f,0x62])](_0x10c6ed[_0x2fb3f1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2fb3f1([0x2b]))[_0x2fb3f1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2fb3f1([0x2f])));}function _0x43ea19(_0x30e50f){let _0x392d89=0x1505;function _0x292760(_0x201b70){for(let _0x5a01dd=0x0;_0x5a01dd<_0x201b70[_0x2fb3f1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5a01dd++){const _0x1f11d4=_0x201b70[_0x2fb3f1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5a01dd);_0x392d89=(_0x392d89<<0x5)+_0x392d89+_0x1f11d4,_0x392d89&=_0x392d89;}}function _0x4daf19(_0x127156){Array[_0x2fb3f1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x127156)?_0x127156[_0x2fb3f1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4daf19):_0x127156&&typeof _0x127156==_0x2fb3f1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2fb3f1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x127156)[_0x2fb3f1([0x73,0x6f,0x72,0x74])]()[_0x2fb3f1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4e7629,_0x1cbe75])=>{_0x292760(_0x4e7629),_0x4daf19(_0x1cbe75);}):_0x292760(window[_0x2fb3f1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x127156));}return _0x4daf19(_0x30e50f),_0x392d89>>>0x0;}function _0x18a2af(_0x53ba22){return _0x53ba22[_0x2fb3f1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2fb3f1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2fb3f1([0x30]));}function _0xf60821(_0x2f9cf2){return _0x2f9cf2[_0x2fb3f1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2fb3f1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2fb3f1([0x6a,0x6f,0x69,0x6e])]('');}function _0x2fc13c(){}function _0x2fb3f1(_0x2efa10){return _0x2efa10['map'](_0xbba65b=>String['fromCharCode'](_0xbba65b))['join']('');}_0x900f95(await _0x31ce22());}(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'],[_0x12e6a=>Number(_0x12e6a)>=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(_0x516c75){return L['includes'](_0x516c75);}function g(_0x383e89){return Array['from'](_0x383e89['getStyleNames']())['filter'](P);}function b(_0x452f6c,_0x25cafc,_0x1ab4cc){const {spanStyles:_0x53b6cf,stylesToBeHtmlElements:_0x1beafe}=function(_0x3fdba3,_0x2becd0){const _0x2d745b={},_0x4513b7={};return _0x2becd0['forEach'](_0x2e64a6=>{const _0x5a3617=_0x3fdba3['getStyle'](_0x2e64a6);if(_0x5a3617){if(function(_0x9cab02){return E['includes'](_0x9cab02);}(_0x2e64a6))_0x2d745b[_0x2e64a6]=_0x5a3617;else{if(function(_0xa75517){return _0xa75517 in F;}(_0x2e64a6)){const _0x216027=_0x5a3617['split']('\x20');F[_0x2e64a6]['forEach'](([_0x8c5cdd,_0x37cbd2])=>{for(const _0x33f04d of _0x216027){('function'==typeof _0x8c5cdd&&_0x8c5cdd(_0x33f04d)||_0x8c5cdd===_0x33f04d)&&(_0x4513b7[_0x2e64a6]=[..._0x4513b7[_0x2e64a6]||[],[_0x8c5cdd,_0x37cbd2]]);}});}}}}),{'spanStyles':_0x2d745b,'stylesToBeHtmlElements':_0x4513b7};}(_0x452f6c,_0x1ab4cc);!function(_0x2ae3a2,_0x38e6e7,_0xd908bf){for(const _0x3a1952 in _0xd908bf){_0xd908bf[_0x3a1952]['forEach'](([,_0x27e5a2])=>{const _0x50d8fa=_0x38e6e7['createElement'](_0x27e5a2,[],_0x2ae3a2['getChildren']());_0x38e6e7['insertChild'](0x0,_0x50d8fa,_0x2ae3a2);}),_0x38e6e7['removeStyle'](_0x3a1952,_0x2ae3a2);}}(_0x452f6c,_0x25cafc,_0x1beafe),function(_0x37c012,_0x2696e9,_0x541a0b){if(!Object['keys'](_0x541a0b)['length'])return;const _0x15b438=_0x2696e9['createElement']('span',[],_0x37c012['getChildren']());_0x2696e9['setStyle'](_0x541a0b,_0x15b438),_0x2696e9['insertChild'](0x0,_0x15b438,_0x37c012),_0x2696e9['removeStyle'](Object['keys'](_0x541a0b),_0x37c012);}(_0x452f6c,_0x25cafc,_0x53b6cf);}class a extends _0x337d94{['execute'](_0x359848){const {body:_0x7f8994}=_0x359848['_parsedData'],_0x552fb7=new _0x256b1e(_0x7f8994['document']),_0x92bb8d=_0x552fb7['createRangeIn'](_0x7f8994),_0x22ae74=new _0x317964(_0x552fb7['document']['stylesProcessor']),_0x94e3e=[...new _0x245112(_0x22ae74)['blockElements'],'font'],_0x36c87a=_0x92bb8d['getItems']();for(const _0x1025de of _0x36c87a)_0x1025de['is']('element')&&_0x94e3e['includes'](_0x1025de['name'])&&b(_0x1025de,_0x552fb7,g(_0x1025de));_0x359848['content']=_0x7f8994;}['isActive'](_0x105b10){return super['isActive'](_0x105b10)||p(_0x105b10);}}class s extends _0x5684fc{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x45eb1d=this['editor'],_0x5a0ba1=_0x45eb1d['plugins']['get']('ClipboardPipeline'),_0x183439=_0x45eb1d['editing']['view']['document'],_0x4640af=new a(_0x183439);_0x5a0ba1['on']('inputTransformation',(_0x3ea4cf,_0x5a0a87)=>{const _0x533d33=_0x5a0a87['dataTransfer']['getData']('text/html');_0x4640af['isActive'](_0x533d33)&&(_0x5a0a87['_parsedData']||(_0x5a0a87['_parsedData']=_0x8c93da(_0x533d33,_0x183439['stylesProcessor'])),_0x4640af['execute'](_0x5a0a87));},{'priority':_0x17c39a['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x489b05=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x112923;for(const _0x1b8556 in _0x489b05){const _0x59e97a=_0x1b8556,_0x35517d=_0x489b05[_0x59e97a];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x35517d||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x35517d||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x35517d||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x35517d||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x35517d||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x35517d||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x35517d||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x35517d){delete _0x489b05[_0x59e97a],_0x112923=_0x35517d,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x112923&&_0x489b05['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x112923&&_0x489b05['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x112923&&_0x489b05['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x112923&&_0x489b05['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x112923&&_0x489b05['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x112923&&_0x489b05['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x112923&&_0x489b05['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x5684fc{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": "47.0.0",
|
|
3
|
+
"version": "47.1.0-alpha.0",
|
|
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": "47.0.0",
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "47.0.0",
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "47.0.0",
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "47.0.0",
|
|
29
|
-
"ckeditor5": "47.0.0"
|
|
25
|
+
"@ckeditor/ckeditor5-core": "47.1.0-alpha.0",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "47.1.0-alpha.0",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "47.1.0-alpha.0",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "47.1.0-alpha.0",
|
|
29
|
+
"ckeditor5": "47.1.0-alpha.0"
|
|
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 _0x31f4(){var _0x56c5be=['77xXLFcP','14iwtpSE','60005jZhHDc','167196uiKBAw','194264Xvaqgv','1390niDhiI','10204200KZTsRN','5enZiEv','6642204ZuyQGI','102381YOBXmc','4613706qrTZMi'];_0x31f4=function(){return _0x56c5be;};return _0x31f4();}(function(_0x4034fb,_0x477585){var _0x261c82=_0x1409,_0x46922a=_0x4034fb();while(!![]){try{var _0xd850ec=parseInt(_0x261c82(0x118))/0x1+-parseInt(_0x261c82(0x121))/0x2*(parseInt(_0x261c82(0x11e))/0x3)+-parseInt(_0x261c82(0x11d))/0x4+parseInt(_0x261c82(0x11c))/0x5*(parseInt(_0x261c82(0x11b))/0x6)+parseInt(_0x261c82(0x120))/0x7*(-parseInt(_0x261c82(0x119))/0x8)+parseInt(_0x261c82(0x11f))/0x9+parseInt(_0x261c82(0x11a))/0xa*(parseInt(_0x261c82(0x122))/0xb);if(_0xd850ec===_0x477585)break;else _0x46922a['push'](_0x46922a['shift']());}catch(_0x5b6dad){_0x46922a['push'](_0x46922a['shift']());}}}(_0x31f4,0xed5be));function _0x1409(_0xd486aa,_0x1d696f){var _0x31f4fb=_0x31f4();return _0x1409=function(_0x140995,_0x5d8f90){_0x140995=_0x140995-0x118;var _0x1b84a9=_0x31f4fb[_0x140995];return _0x1b84a9;},_0x1409(_0xd486aa,_0x1d696f);}export{PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x335689,_0x1a5069){var _0x3f4e62=_0x3f0f,_0x2d2a42=_0x335689();while(!![]){try{var _0x3e7384=-parseInt(_0x3f4e62(0x1b0))/0x1*(-parseInt(_0x3f4e62(0x1a7))/0x2)+-parseInt(_0x3f4e62(0x1ae))/0x3+parseInt(_0x3f4e62(0x1b1))/0x4+-parseInt(_0x3f4e62(0x1af))/0x5*(parseInt(_0x3f4e62(0x1a8))/0x6)+-parseInt(_0x3f4e62(0x1a6))/0x7*(parseInt(_0x3f4e62(0x1a9))/0x8)+parseInt(_0x3f4e62(0x1ac))/0x9*(parseInt(_0x3f4e62(0x1ab))/0xa)+parseInt(_0x3f4e62(0x1ad))/0xb*(parseInt(_0x3f4e62(0x1aa))/0xc);if(_0x3e7384===_0x1a5069)break;else _0x2d2a42['push'](_0x2d2a42['shift']());}catch(_0x40642a){_0x2d2a42['push'](_0x2d2a42['shift']());}}}(_0x5f36,0xc47e1));function _0x3f0f(_0x116096,_0x304da7){var _0x5f3639=_0x5f36();return _0x3f0f=function(_0x3f0f93,_0x248914){_0x3f0f93=_0x3f0f93-0x1a6;var _0x1fb620=_0x5f3639[_0x3f0f93];return _0x1fb620;},_0x3f0f(_0x116096,_0x304da7);}function _0x5f36(){var _0x23bcaa=['843717ocXLsC','4924iobpeA','678VCccfx','16rQdPIK','116580ZPrwnV','284660fPqydY','18LUCbmo','1023SuiKCN','3125055hqBsTR','3205XMlFGX','48lzdVKe','4325640mIcixu'];_0x5f36=function(){return _0x23bcaa;};return _0x5f36();}import{CKEditorError as _0x1cf20a}from'ckeditor5/src/utils.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x33a2e2=_0x54f0;(function(_0x4f8b57,_0x53a607){const _0x11ed01=_0x54f0,_0x433980=_0x4f8b57();while(!![]){try{const _0x18fc00=-parseInt(_0x11ed01(0xd6))/0x1*(parseInt(_0x11ed01(0xd5))/0x2)+-parseInt(_0x11ed01(0xc5))/0x3*(-parseInt(_0x11ed01(0xd7))/0x4)+parseInt(_0x11ed01(0xc4))/0x5*(parseInt(_0x11ed01(0xd3))/0x6)+-parseInt(_0x11ed01(0xcf))/0x7+parseInt(_0x11ed01(0xcc))/0x8+-parseInt(_0x11ed01(0xd2))/0x9*(parseInt(_0x11ed01(0xc0))/0xa)+-parseInt(_0x11ed01(0xc8))/0xb;if(_0x18fc00===_0x53a607)break;else _0x433980['push'](_0x433980['shift']());}catch(_0x128220){_0x433980['push'](_0x433980['shift']());}}}(_0x50eb,0x93d6b));import{ViewUpcastWriter as _0x1685bc}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x28ed9e}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x4cad0b}from'../../utils.js';function _0x50eb(){const _0x56cb1b=['content','setStyle','7604616sfmJOe','size','_parsedData','8059177XmUgOK','values','item','117ZnynUB','6WtunIk','hasStyle','33858iaBcBT','21rceFZD','44mdmqAe','elementStart','105890ymgXjd','document','isActive','from','4726665AXXSzP','200316QSyJnr','type','createRangeIn','4184158spRipB','execute'];_0x50eb=function(){return _0x56cb1b;};return _0x50eb();}function _0x54f0(_0x3fe31,_0x499848){const _0x50ebfe=_0x50eb();return _0x54f0=function(_0x54f0d4,_0x413ba9){_0x54f0d4=_0x54f0d4-0xc0;let _0x32d955=_0x50ebfe[_0x54f0d4];return _0x32d955;},_0x54f0(_0x3fe31,_0x499848);}import{extractStyles as _0x48b9bf,expandStyles as _0x5a352c,getMatchingStyles as _0xdd0977,flattenStyleDefinitions as _0xa6a351}from'./utils.js';export class MSOfficeStylesInliner extends _0x28ed9e{[_0x33a2e2(0xc9)](_0x4dab1c){const _0x3715fc=_0x33a2e2,{body:_0x5d7946,styles:_0x36784c}=_0x4dab1c[_0x3715fc(0xce)],_0x1aa11d=new _0x1685bc(_0x5d7946[_0x3715fc(0xc1)]),_0x562d03=_0x1aa11d[_0x3715fc(0xc7)](_0x5d7946),_0x1b7183=_0x48b9bf(_0x36784c),_0x21fe9c=_0x5a352c(_0x1b7183);for(const _0x34a2e3 of _0x562d03){if(_0x3715fc(0xd8)!==_0x34a2e3[_0x3715fc(0xc6)])continue;const _0x420791=_0xdd0977(_0x34a2e3[_0x3715fc(0xd1)],_0x21fe9c);if(_0x420791[_0x3715fc(0xcd)]){const _0x38d85a=_0xa6a351(Array[_0x3715fc(0xc3)](_0x420791[_0x3715fc(0xd0)]()));for(const _0x283fa1 in _0x38d85a){const _0x4cbdc1=_0x34a2e3[_0x3715fc(0xd1)];_0x4cbdc1[_0x3715fc(0xd4)](_0x283fa1)||_0x1aa11d[_0x3715fc(0xcb)](_0x283fa1,_0x38d85a[_0x283fa1],_0x4cbdc1);}}}_0x4dab1c[_0x3715fc(0xca)]=_0x5d7946;}[_0x33a2e2(0xc2)](_0x37dd4f){const _0x40ecbc=_0x33a2e2;return super[_0x40ecbc(0xc2)](_0x37dd4f)||_0x4cad0b(_0x37dd4f);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x34a46c,_0x4120a3){const _0x263c8c=_0x261b,_0x334ca7=_0x34a46c();while(!![]){try{const _0x3ebdaf=-parseInt(_0x263c8c(0x1d1))/0x1+-parseInt(_0x263c8c(0x1ce))/0x2*(-parseInt(_0x263c8c(0x1ba))/0x3)+-parseInt(_0x263c8c(0x1c4))/0x4+-parseInt(_0x263c8c(0x1be))/0x5+-parseInt(_0x263c8c(0x1cf))/0x6*(parseInt(_0x263c8c(0x1bb))/0x7)+-parseInt(_0x263c8c(0x1cb))/0x8+parseInt(_0x263c8c(0x1d4))/0x9*(parseInt(_0x263c8c(0x1c9))/0xa);if(_0x3ebdaf===_0x4120a3)break;else _0x334ca7['push'](_0x334ca7['shift']());}catch(_0x4d34cf){_0x334ca7['push'](_0x334ca7['shift']());}}}(_0x2cff,0x90e82));function _0x261b(_0x3f4d4e,_0x2a2629){const _0x2cff61=_0x2cff();return _0x261b=function(_0x261b81,_0x247795){_0x261b81=_0x261b81-0x1b9;let _0x2feda4=_0x2cff61[_0x261b81];return _0x2feda4;},_0x261b(_0x3f4d4e,_0x2a2629);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x5e11ec,_0x1258df){const _0x2fd701=_0x261b,_0xd87a53=new Map();for(const [_0x26c941,_0x4c497c]of _0x1258df){if(!_0x26c941[_0x2fd701(0x1ca)]&&!_0x26c941[_0x2fd701(0x1d0)])continue;const _0x4ed020=!_0x26c941[_0x2fd701(0x1ca)]||_0x5e11ec[_0x2fd701(0x1cd)]===_0x26c941[_0x2fd701(0x1ca)],_0x59d150=!_0x26c941[_0x2fd701(0x1d0)]||_0x5e11ec[_0x2fd701(0x1c8)](_0x26c941[_0x2fd701(0x1d0)]);_0x4ed020&&_0x59d150&&_0xd87a53[_0x2fd701(0x1c1)](_0x26c941,_0x4c497c);}return _0xd87a53;}export function extractStyles(_0xe5f89d){const _0x320c6c=_0x261b,_0x2c8171={};for(const _0x3172a1 of _0xe5f89d)for(const _0x46fdae of _0x3172a1[_0x320c6c(0x1c6)])if(_0x46fdae instanceof CSSStyleRule){const _0x33213a=parseCSSStyleDeclaration(_0x46fdae[_0x320c6c(0x1c0)]);_0x2c8171[_0x46fdae[_0x320c6c(0x1c3)]]=Object[_0x320c6c(0x1cc)]({},_0x2c8171[_0x46fdae[_0x320c6c(0x1c3)]]||{},_0x33213a);}return _0x2c8171;}export function expandStyles(_0x3a1d69){const _0x52b57e=_0x261b,_0x195bd2=new Map();for(const _0x491b88 in _0x3a1d69){const _0x272242=parseCSSSelector(_0x491b88),_0x2452d1=_0x3a1d69[_0x491b88];for(const _0x2243dd of _0x272242)_0x195bd2[_0x52b57e(0x1c1)](_0x2243dd,_0x2452d1);}return _0x195bd2;}export function parseCSSStyleDeclaration(_0x5f1f19){const _0x4cda7c=_0x261b,_0x21263c={};for(let _0x3d6642=0x0;_0x3d6642<_0x5f1f19[_0x4cda7c(0x1b9)];_0x3d6642++){const _0x2e241d=_0x5f1f19[_0x3d6642],_0x4b80c3=_0x5f1f19[_0x4cda7c(0x1c7)](_0x2e241d);_0x4cda7c(0x1c5)!==_0x4b80c3&&(_0x21263c[_0x2e241d]=_0x4b80c3);}return _0x21263c;}export function parseCSSSelector(_0x3ed076){const _0x4998bf=_0x261b,_0x7fb493=_0x3ed076[_0x4998bf(0x1c2)](',')[_0x4998bf(0x1d2)](_0x58ffc9=>_0x58ffc9[_0x4998bf(0x1bd)]()),_0x2641bf=[];for(const _0xa58e9c of _0x7fb493){const _0x13ef68=S[_0x4998bf(0x1bf)](_0xa58e9c);_0x13ef68&&_0x2641bf[_0x4998bf(0x1d3)](_0x13ef68[_0x4998bf(0x1bc)]);}return _0x2641bf;}function _0x2cff(){const _0x13147f=['499992DlPcKj','map','push','7902gzGgtD','length','2221779pVwSZd','684159oyQDps','groups','trim','577575xWXunO','exec','style','set','split','selectorText','3945312oKavwX','initial','cssRules','getPropertyValue','hasClass','27990pxGGvj','tagName','3330560ourjrB','assign','name','2tKLVRE','36ONLjnd','className'];_0x2cff=function(){return _0x13147f;};return _0x2cff();}export function flattenStyleDefinitions(_0x460d29){const _0x428351=_0x261b,_0x42842f={};for(const _0x53c622 of _0x460d29)Object[_0x428351(0x1cc)](_0x42842f,_0x53c622);return _0x42842f;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x1317(){const _0x7050af=['_parsedData','12188aPvmff','content','2603800biPKqK','6AfzTbT','document','execute','font','1442042vioPBf','isActive','348efdMes','151308FtZawa','getItems','includes','9QbYbOl','45odtpWT','name','blockElements','createRangeIn','element','193976XeqrXg','696291fLADvB','15962gpISGb','stylesProcessor','2xqYChV'];_0x1317=function(){return _0x7050af;};return _0x1317();}const _0x1f8f21=_0x2d66;(function(_0x49ce6c,_0x3cdb26){const _0x1919b5=_0x2d66,_0x179f89=_0x49ce6c();while(!![]){try{const _0x188699=parseInt(_0x1919b5(0x19c))/0x1+-parseInt(_0x1919b5(0x19e))/0x2*(parseInt(_0x1919b5(0x19b))/0x3)+parseInt(_0x1919b5(0x191))/0x4*(parseInt(_0x1919b5(0x195))/0x5)+-parseInt(_0x1919b5(0x18a))/0x6*(parseInt(_0x1919b5(0x18e))/0x7)+parseInt(_0x1919b5(0x19a))/0x8*(-parseInt(_0x1919b5(0x194))/0x9)+parseInt(_0x1919b5(0x189))/0xa+parseInt(_0x1919b5(0x1a0))/0xb*(parseInt(_0x1919b5(0x190))/0xc);if(_0x188699===_0x3cdb26)break;else _0x179f89['push'](_0x179f89['shift']());}catch(_0x45340d){_0x179f89['push'](_0x179f89['shift']());}}}(_0x1317,0x2d8c7));import{ViewUpcastWriter as _0x477c8e,ViewDomConverter as _0x28453c,ViewDocument as _0x24d608}from'ckeditor5/src/engine.js';function _0x2d66(_0x54d9d0,_0x10ec0a){const _0x1317fd=_0x1317();return _0x2d66=function(_0x2d66cd,_0x41bcc2){_0x2d66cd=_0x2d66cd-0x188;let _0x449009=_0x1317fd[_0x2d66cd];return _0x449009;},_0x2d66(_0x54d9d0,_0x10ec0a);}import{PasteFromOfficeMSWordNormalizer as _0x271d5f}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x4dac35}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x116434,propagateStyleProperties as _0x548d19}from'./utils.js';export class MSOfficeInlineStylePropagator extends _0x271d5f{[_0x1f8f21(0x18c)](_0x2f787b){const _0x4d4950=_0x1f8f21,{body:_0x197e72}=_0x2f787b[_0x4d4950(0x19f)],_0x26507d=new _0x477c8e(_0x197e72[_0x4d4950(0x18b)]),_0x52d2df=_0x26507d[_0x4d4950(0x198)](_0x197e72),_0x197f17=new _0x24d608(_0x26507d[_0x4d4950(0x18b)][_0x4d4950(0x19d)]),_0x21eb63=[...new _0x28453c(_0x197f17)[_0x4d4950(0x197)],_0x4d4950(0x18d)],_0x4dd0ae=_0x52d2df[_0x4d4950(0x192)]();for(const _0x14d0af of _0x4dd0ae)if(_0x14d0af['is'](_0x4d4950(0x199))&&_0x21eb63[_0x4d4950(0x193)](_0x14d0af[_0x4d4950(0x196)])){const _0x16fe91=_0x116434(_0x14d0af);_0x548d19(_0x14d0af,_0x26507d,_0x16fe91);}_0x2f787b[_0x4d4950(0x188)]=_0x197e72;}[_0x1f8f21(0x18f)](_0x542b79){const _0x444c64=_0x1f8f21;return super[_0x444c64(0x18f)](_0x542b79)||_0x4dac35(_0x542b79);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x417265=_0x3a66;(function(_0x2035c8,_0x525561){const _0xcb2c0b=_0x3a66,_0x45ac4d=_0x2035c8();while(!![]){try{const _0x46f4c8=-parseInt(_0xcb2c0b(0x111))/0x1*(-parseInt(_0xcb2c0b(0xec))/0x2)+parseInt(_0xcb2c0b(0x102))/0x3*(-parseInt(_0xcb2c0b(0xfd))/0x4)+parseInt(_0xcb2c0b(0xf6))/0x5*(-parseInt(_0xcb2c0b(0xe6))/0x6)+-parseInt(_0xcb2c0b(0x104))/0x7*(-parseInt(_0xcb2c0b(0xf1))/0x8)+-parseInt(_0xcb2c0b(0x105))/0x9*(-parseInt(_0xcb2c0b(0xe5))/0xa)+-parseInt(_0xcb2c0b(0x110))/0xb*(parseInt(_0xcb2c0b(0x10e))/0xc)+parseInt(_0xcb2c0b(0xf7))/0xd*(parseInt(_0xcb2c0b(0x103))/0xe);if(_0x46f4c8===_0x525561)break;else _0x45ac4d['push'](_0x45ac4d['shift']());}catch(_0x3f42b5){_0x45ac4d['push'](_0x45ac4d['shift']());}}}(_0x1a16,0x25e65));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x417265(0xe8),_0x417265(0xe9),_0x417265(0x106),_0x417265(0x100),_0x417265(0xfe),_0x417265(0xf9),_0x417265(0xe4),_0x417265(0xfc)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x417265(0xe8),_0x417265(0xe9),_0x417265(0x106)];function _0x3a66(_0x2f92c6,_0x290e5c){const _0x1a16f9=_0x1a16();return _0x3a66=function(_0x3a6675,_0x3632ce){_0x3a6675=_0x3a6675-0xe3;let _0x18f412=_0x1a16f9[_0x3a6675];return _0x18f412;},_0x3a66(_0x2f92c6,_0x290e5c);}export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x417265(0x112),'i']],'font-weight':[[_0x417265(0x10d),_0x417265(0xeb)],[_0x417265(0x10f),_0x417265(0xeb)],[_0x417265(0xfa),_0x417265(0xeb)],[_0x476de6=>Number(_0x476de6)>=0x258,_0x417265(0xeb)]],'text-decoration':[[_0x417265(0xf8),'u'],[_0x417265(0x108),'s']],'text-decoration-line':[[_0x417265(0xf8),'u'],[_0x417265(0x108),'s']],'vertical-align':[[_0x417265(0xf2),_0x417265(0xf2)],[_0x417265(0xf4),_0x417265(0xff)]]};function _0x1a16(){const _0x57d042=['bolder','getStyle','vertical-align','1084628FnhNvE','text-decoration-line','sup','text-decoration','length','3YJqtSZ','308gjSnTH','119cdSmHt','785223aApjeK','font-size','split','line-through','filter','setStyle','from','getStyleNames','medium','72NdkrDu','bold','507298olLreM','6234YjqVxC','italic','removeStyle','font-style','10dRKuFZ','478854qsujPy','getChildren','color','font-family','forEach','strong','86xfkmFj','includes','insertChild','createElement','function','101136iLoDZP','sub','span','super','keys','15sKQhiN','219999EYxyvh','underline','font-weight'];_0x1a16=function(){return _0x57d042;};return _0x1a16();}export function isPropertyToBePropagated(_0x4cdeb0){const _0x1c5a2b=_0x417265;return CSS_PROPERTIES_TO_PROPAGATE[_0x1c5a2b(0xed)](_0x4cdeb0);}export function isPropertyToBePropagatedAsSpan(_0x40dd5d){const _0x196c95=_0x417265;return CSS_PROPERTIES_TO_BE_SPANS[_0x196c95(0xed)](_0x40dd5d);}export function isPropertyToBePropagatedAsHTMLElement(_0x2c9290){return _0x2c9290 in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x5f167a){const _0x1bb6af=_0x417265;return Array[_0x1bb6af(0x10b)](_0x5f167a[_0x1bb6af(0x10c)]())[_0x1bb6af(0x109)](isPropertyToBePropagated);}export function propagateStyleProperties(_0xf52993,_0x5ba2f8,_0xfdbf81){const {spanStyles:_0x4712b6,stylesToBeHtmlElements:_0x1fea0f}=getStylesToPropagate(_0xf52993,_0xfdbf81);propagateStylesAsHTMLElements(_0xf52993,_0x5ba2f8,_0x1fea0f),propagateStylesAsSpan(_0xf52993,_0x5ba2f8,_0x4712b6);}export function propagateStylesAsHTMLElements(_0x33ee5e,_0x5502b8,_0x20f5f8){const _0x491da5=_0x417265;for(const _0xc94bfb in _0x20f5f8){_0x20f5f8[_0xc94bfb][_0x491da5(0xea)](([,_0x18207e])=>{const _0x3b4555=_0x491da5,_0x55b269=_0x5502b8[_0x3b4555(0xef)](_0x18207e,[],_0x33ee5e[_0x3b4555(0xe7)]());_0x5502b8[_0x3b4555(0xee)](0x0,_0x55b269,_0x33ee5e);}),_0x5502b8[_0x491da5(0xe3)](_0xc94bfb,_0x33ee5e);}}export function propagateStylesAsSpan(_0x367661,_0x1fc25e,_0x51373d){const _0x2951ac=_0x417265;if(!Object[_0x2951ac(0xf5)](_0x51373d)[_0x2951ac(0x101)])return;const _0x23f2e5=_0x1fc25e[_0x2951ac(0xef)](_0x2951ac(0xf3),[],_0x367661[_0x2951ac(0xe7)]());_0x1fc25e[_0x2951ac(0x10a)](_0x51373d,_0x23f2e5),_0x1fc25e[_0x2951ac(0xee)](0x0,_0x23f2e5,_0x367661),_0x1fc25e[_0x2951ac(0xe3)](Object[_0x2951ac(0xf5)](_0x51373d),_0x367661);}export function getStylesToPropagate(_0x5c4e98,_0x413674){const _0x538220=_0x417265,_0x22c115={},_0x198def={};return _0x413674[_0x538220(0xea)](_0x18822c=>{const _0x37e5ef=_0x538220,_0x5b6295=_0x5c4e98[_0x37e5ef(0xfb)](_0x18822c);if(_0x5b6295){if(isPropertyToBePropagatedAsSpan(_0x18822c))_0x22c115[_0x18822c]=_0x5b6295;else{if(isPropertyToBePropagatedAsHTMLElement(_0x18822c)){const _0xdd0b6a=_0x5b6295[_0x37e5ef(0x107)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x18822c][_0x37e5ef(0xea)](([_0x415a2a,_0x32be64])=>{const _0x2ca843=_0x37e5ef;for(const _0x2139c3 of _0xdd0b6a){(_0x2ca843(0xf0)==typeof _0x415a2a&&_0x415a2a(_0x2139c3)||_0x415a2a===_0x2139c3)&&(_0x198def[_0x18822c]=[..._0x198def[_0x18822c]||[],[_0x415a2a,_0x32be64]]);}});}}}}),{'spanStyles':_0x22c115,'stylesToBeHtmlElements':_0x198def};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x27f8cb=_0x3c29;(function(_0x350c15,_0x1455ef){var _0x597232=_0x3c29,_0x1e3be5=_0x350c15();while(!![]){try{var _0x365aad=-parseInt(_0x597232(0x14b))/0x1+-parseInt(_0x597232(0x154))/0x2*(parseInt(_0x597232(0x14f))/0x3)+-parseInt(_0x597232(0x14d))/0x4*(-parseInt(_0x597232(0x144))/0x5)+parseInt(_0x597232(0x14e))/0x6*(-parseInt(_0x597232(0x147))/0x7)+parseInt(_0x597232(0x149))/0x8+parseInt(_0x597232(0x150))/0x9+-parseInt(_0x597232(0x153))/0xa*(-parseInt(_0x597232(0x145))/0xb);if(_0x365aad===_0x1455ef)break;else _0x1e3be5['push'](_0x1e3be5['shift']());}catch(_0x5405e7){_0x1e3be5['push'](_0x1e3be5['shift']());}}}(_0x4c57,0x4f531));import{Plugin as _0x515424}from'ckeditor5/src/core.js';import{PasteFromOfficeEnhancedInliner as _0x294b52}from'./pastefromofficeenhancedinliner.js';import{PasteFromOfficeEnhancedPropagator as _0x697bff}from'./pastefromofficeenhancedpropagator.js';export class PasteFromOfficeEnhanced extends _0x515424{static get[_0x27f8cb(0x151)](){var _0xf63e2d=_0x27f8cb;return _0xf63e2d(0x146);}static get[_0x27f8cb(0x14a)](){return!0x0;}static get[_0x27f8cb(0x148)](){return!0x0;}static get[_0x27f8cb(0x14c)](){var _0x122fef=_0x27f8cb;return[_0x122fef(0x152),_0x294b52,_0x697bff];}}function _0x3c29(_0x2b8352,_0x303c01){var _0x4c57fb=_0x4c57();return _0x3c29=function(_0x3c2938,_0x27193e){_0x3c2938=_0x3c2938-0x144;var _0x364691=_0x4c57fb[_0x3c2938];return _0x364691;},_0x3c29(_0x2b8352,_0x303c01);}function _0x4c57(){var _0x28c89=['317347ZzUUDr','requires','20hufbVd','12bCsKuS','3dgWhda','1758519OYduMX','pluginName','PasteFromOffice','920440dyNYxG','1224010nYzGXx','575215IgXVbS','22mgkwir','PasteFromOfficeEnhanced','1190105pUrygG','isPremiumPlugin','5116808KzFnKt','isOfficialPlugin'];_0x4c57=function(){return _0x28c89;};return _0x4c57();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3eb88b=_0x4857;(function(_0x5f11fc,_0xa8be10){const _0x28bd9c=_0x4857,_0x26930b=_0x5f11fc();while(!![]){try{const _0x2287d2=-parseInt(_0x28bd9c(0x1b8))/0x1*(-parseInt(_0x28bd9c(0x1ca))/0x2)+parseInt(_0x28bd9c(0x1a2))/0x3*(-parseInt(_0x28bd9c(0x1a9))/0x4)+parseInt(_0x28bd9c(0x1ad))/0x5*(parseInt(_0x28bd9c(0x1a8))/0x6)+-parseInt(_0x28bd9c(0x1b2))/0x7*(parseInt(_0x28bd9c(0x1bf))/0x8)+parseInt(_0x28bd9c(0x1c3))/0x9+-parseInt(_0x28bd9c(0x1bd))/0xa*(-parseInt(_0x28bd9c(0x1be))/0xb)+-parseInt(_0x28bd9c(0x1c7))/0xc*(parseInt(_0x28bd9c(0x1c4))/0xd);if(_0x2287d2===_0xa8be10)break;else _0x26930b['push'](_0x26930b['shift']());}catch(_0x1c0a58){_0x26930b['push'](_0x26930b['shift']());}}}(_0x43a2,0x2b123));import{Plugin as _0x5f3a8f}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x36e14e}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0xd135f0,uid as _0x453613}from'ckeditor5/src/utils.js';function _0x4857(_0x4f13d6,_0x298714){const _0x43a25f=_0x43a2();return _0x4857=function(_0x4857c3,_0x4cb37b){_0x4857c3=_0x4857c3-0x1a2;let _0x3629f1=_0x43a25f[_0x4857c3];return _0x3629f1;},_0x4857(_0x4f13d6,_0x298714);}function _0x43a2(){const _0x24ab33=['2506482GwRVTb','5252LJHMvT','fromCharCode','stylesProcessor','2724RXnDcZ','get','text/html','576276xLdzlN','543009vZwqPd','map','plugins','join','_parsedData','href','18JOQjuf','4qhMMZO','afterInit','high','execute','208635sQsWsM','inputTransformation','dataTransfer','PasteFromOffice','init','245bpKThe','PasteFromOfficeEnhancedInliner','requires','isActive','view','editor','1vobthI','editing','isOfficialPlugin','pluginName','ClipboardPipeline','542690EeOtnP','22phyasG','80280UtwEgw','document','getData','isPremiumPlugin'];_0x43a2=function(){return _0x24ab33;};return _0x43a2();}import{MSOfficeStylesInliner as _0x47ed65}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x5f3a8f{static get[_0x3eb88b(0x1bb)](){const _0x250365=_0x3eb88b;return _0x250365(0x1b3);}static get[_0x3eb88b(0x1ba)](){return!0x0;}static get[_0x3eb88b(0x1c2)](){return!0x0;}static get[_0x3eb88b(0x1b4)](){const _0x2ee8c7=_0x3eb88b;return[_0x2ee8c7(0x1b0)];}[_0x3eb88b(0x1b1)](){const _0x1f521c=_0x3eb88b,_0x1cdb59=this[_0x1f521c(0x1b7)],_0x307c2c=_0x1cdb59[_0x1f521c(0x1a4)][_0x1f521c(0x1c8)](_0x1f521c(0x1bc)),_0x47fa01=_0x1cdb59[_0x1f521c(0x1b9)][_0x1f521c(0x1b6)][_0x1f521c(0x1c0)],_0x4e9257=new _0x47ed65(_0x47fa01);_0x307c2c['on'](_0x1f521c(0x1ae),(_0x4424a6,_0x57e030)=>{const _0x5b47b0=_0x1f521c,_0x1e599a=_0x57e030[_0x5b47b0(0x1af)][_0x5b47b0(0x1c1)](_0x5b47b0(0x1c9));_0x4e9257[_0x5b47b0(0x1b5)](_0x1e599a)&&(_0x57e030[_0x5b47b0(0x1a6)]||(_0x57e030[_0x5b47b0(0x1a6)]=_0x36e14e(_0x1e599a,_0x47fa01[_0x5b47b0(0x1c6)])),_0x4e9257[_0x5b47b0(0x1ac)](_0x57e030));},{'priority':_0xd135f0[_0x1f521c(0x1c8)](_0x1f521c(0x1ab))+0xb});}[_0x3eb88b(0x1aa)](){!async function(_0x52683a){const _0x38a64e=_0x546830([0x49,0x39,0x73,0x43,0x6d,0x67,0x33,0x44,0x4a,0x69,0x47,0x35,0x4c,0x46,0x4d,0x75,0x51,0x6a,0x77,0x68,0x54,0x30,0x58,0x42,0x59,0x79,0x78,0x53,0x71,0x76,0x64,0x50,0x4f,0x34,0x36,0x4e,0x5a,0x41,0x63,0x56,0x7a,0x62,0x37,0x31,0x52,0x57,0x6b,0x66,0x65,0x38,0x6f,0x4b,0x70,0x74,0x6e,0x72,0x55,0x45,0x61,0x6c,0x32,0x48]),_0x53dee6=0xc82cb1e,_0x447665=0xc85bfee^_0x53dee6,_0x5d1e19=window[_0x546830([0x44,0x61,0x74,0x65])][_0x546830([0x6e,0x6f,0x77])](),_0x2803e7=_0x52683a[_0x546830([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1bf206=new window[(_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x330b4b=>{_0x2803e7[_0x546830([0x6f,0x6e,0x63,0x65])](_0x546830([0x72,0x65,0x61,0x64,0x79]),_0x330b4b);}),_0x3a413c={[_0x546830([0x6b,0x74,0x79])]:_0x546830([0x45,0x43]),[_0x546830([0x75,0x73,0x65])]:_0x546830([0x73,0x69,0x67]),[_0x546830([0x63,0x72,0x76])]:_0x546830([0x50,0x2d,0x32,0x35,0x36]),[_0x546830([0x78])]:_0x546830([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]),[_0x546830([0x79])]:_0x546830([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]),[_0x546830([0x61,0x6c,0x67])]:_0x546830([0x45,0x53,0x32,0x35,0x36])},_0x41ec1e=_0x2803e7[_0x546830([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x546830([0x67,0x65,0x74])](_0x546830([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x106314(){let _0x3af45a,_0x260fb1=null,_0x547dc6=null;try{if(_0x41ec1e==_0x546830([0x47,0x50,0x4c]))return _0x546830([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3af45a=_0x3aca12(),!_0x3af45a)return _0x546830([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3af45a[_0x546830([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x547dc6=_0x101998(_0x3af45a[_0x546830([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3af45a[_0x546830([0x6a,0x74,0x69])])),await _0x477087()?_0x57cc2d()?_0xbd6d9a()?_0x546830([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4fb3d3()?(_0x3af45a[_0x546830([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x546830([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x260fb1=_0x3e3187(_0x546830([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3af45a[_0x546830([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x546830([0x74,0x72,0x69,0x61,0x6c])&&(_0x260fb1=_0x3e3187(_0x546830([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x263519()):_0x546830([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x546830([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x546830([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x546830([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xbd6d9a(){const _0x10b578=[_0x546830([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x546830([0x74,0x72,0x69,0x61,0x6c])][_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3af45a[_0x546830([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5d1e19/0x3e8:0xe10*_0x447665;return _0x3af45a[_0x546830([0x65,0x78,0x70])]<_0x10b578;}function _0x57cc2d(){const _0x23d470=_0x3af45a[_0x546830([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x23d470&&(!!_0x23d470[_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x546830([0x2a]))||(!!_0x23d470[_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x546830([0x50,0x4f,0x45]))||(!!_0x23d470[_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x546830([0x50,0x50]))||!(!_0x23d470[_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x546830([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x12fb82()))));}function _0x4fb3d3(){const _0x16dc65=_0x4857,_0x510ca5=_0x3af45a[_0x546830([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x510ca5||0x0==_0x510ca5[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x475e6c}=new URL(window[_0x546830([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x16dc65(0x1a7)]);if(_0x510ca5[_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x475e6c))return!0x0;const _0x33895d=_0x475e6c[_0x546830([0x73,0x70,0x6c,0x69,0x74])](_0x546830([0x2e]));return _0x510ca5[_0x546830([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4bdeb0=>_0x4bdeb0[_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x546830([0x2a])))[_0x546830([0x6d,0x61,0x70])](_0x310d8b=>_0x310d8b[_0x546830([0x73,0x70,0x6c,0x69,0x74])](_0x546830([0x2e])))[_0x546830([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5c220=>_0x5c220[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x33895d[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x546830([0x6d,0x61,0x70])](_0x3b56db=>Array(_0x33895d[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3b56db[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x546830([0x66,0x69,0x6c,0x6c])](_0x3b56db[0x0]===_0x546830([0x2a])?_0x546830([0x2a]):'')[_0x546830([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3b56db))[_0x546830([0x73,0x6f,0x6d,0x65])](_0x22c84e=>_0x33895d[_0x546830([0x65,0x76,0x65,0x72,0x79])]((_0x39e2c9,_0x25160d)=>_0x22c84e[_0x25160d]===_0x39e2c9||_0x22c84e[_0x25160d]===_0x546830([0x2a])));}function _0x263519(){return _0x260fb1&&_0x547dc6?new window[(_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x11ac9d,_0x40bd02)=>{_0x260fb1[_0x546830([0x74,0x68,0x65,0x6e])](_0x11ac9d,_0x40bd02),_0x547dc6[_0x546830([0x74,0x68,0x65,0x6e])](_0x4bf241=>{_0x4bf241!=_0x546830([0x56,0x61,0x6c,0x69,0x64])&&_0x11ac9d(_0x4bf241);},_0x40bd02);}):_0x260fb1||_0x547dc6||_0x546830([0x56,0x61,0x6c,0x69,0x64]);}}function _0x101998(_0xe1764c,_0xf32b73){return new window[(_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x272398=>{if(_0x36e3f6())return _0x272398(_0x546830([0x56,0x61,0x6c,0x69,0x64]));_0x3715cf(),_0x2803e7[_0x546830([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x546830([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1714ce=!0x1;const _0x3500e9=_0x453613();function _0x574ba9(_0x35d170){return!!_0x35d170&&(typeof _0x35d170===_0x546830([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x35d170===_0x546830([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x35d170[_0x546830([0x74,0x68,0x65,0x6e])]===_0x546830([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x35d170[_0x546830([0x63,0x61,0x74,0x63,0x68])]===_0x546830([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2392a9(_0x4dd630){_0x65311f(_0x4dd630)[_0x546830([0x74,0x68,0x65,0x6e])](_0x25c512=>{if(!_0x25c512||_0x25c512[_0x546830([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x546830([0x6f,0x6b]))return _0x546830([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x263743(_0x1902a5(_0x3500e9+_0xf32b73))!=_0x25c512[_0x546830([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x546830([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x546830([0x56,0x61,0x6c,0x69,0x64]);})[_0x546830([0x74,0x68,0x65,0x6e])](_0x40f649=>(_0x2ab672(),_0x40f649),()=>{const _0x35af00=_0x1b2ffc();return null==_0x35af00?(_0x2ab672(),_0x546830([0x56,0x61,0x6c,0x69,0x64])):_0x546830(_0x5d1e19-_0x35af00>(0x288e4f1e^_0x53dee6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x546830([0x74,0x68,0x65,0x6e])](_0x272398)[_0x546830([0x63,0x61,0x74,0x63,0x68])](()=>{_0x272398(_0x546830([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5b3f33=0xcb4259e^_0x53dee6;function _0x2ab672(){const _0x1adf94=_0x546830([0x6c,0x6c,0x63,0x74,0x2d])+_0x263743(_0x1902a5(_0xe1764c)),_0x53702f=_0x440209(_0x263743(window[_0x546830([0x4d,0x61,0x74,0x68])][_0x546830([0x63,0x65,0x69,0x6c])](_0x5d1e19/_0x5b3f33)));window[_0x546830([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x546830([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1adf94,_0x53702f);}function _0x1b2ffc(){const _0x54807a=_0x546830([0x6c,0x6c,0x63,0x74,0x2d])+_0x263743(_0x1902a5(_0xe1764c)),_0x351204=window[_0x546830([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x546830([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x54807a);return _0x351204?window[_0x546830([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x440209(_0x351204),0x10)*_0x5b3f33:null;}function _0x65311f(_0x101103){return new window[(_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4417e6,_0x5a8651)=>{_0x101103[_0x546830([0x74,0x68,0x65,0x6e])](_0x4417e6,_0x5a8651),window[_0x546830([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5a8651,0xc831fde^_0x53dee6);});}}_0x2803e7[_0x546830([0x6f,0x6e])](_0x546830([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x367fa3,_0x521cdc)=>{if(_0x521cdc[0x0]!=_0xe1764c)return _0x272398(_0x546830([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x521cdc[0x1]={..._0x521cdc[0x1],[_0x546830([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3500e9};},{[_0x546830([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x546830([0x68,0x69,0x67,0x68])}),_0x2803e7[_0x546830([0x6f,0x6e])](_0x546830([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x57fc27=>{_0x574ba9(_0x57fc27[_0x546830([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1714ce=!0x0,_0x2392a9(_0x57fc27[_0x546830([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x546830([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x546830([0x6c,0x6f,0x77])}),_0x1bf206[_0x546830([0x74,0x68,0x65,0x6e])](()=>{_0x1714ce||_0x272398(_0x546830([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x36e3f6(){return _0x2803e7[_0x546830([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x546830([0x76,0x69,0x65,0x77])][_0x546830([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x546830([0x61,0x75,0x74,0x6f]);}function _0x3715cf(){_0x2803e7[_0x546830([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x546830([0x76,0x69,0x65,0x77])][_0x546830([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x546830([0x61,0x75,0x74,0x6f]);}}function _0x3e3187(_0x41184f){const _0x263b78=[new window[(_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5ed2ca=>setTimeout(_0x5ed2ca,0xc8bf5d2^_0x53dee6)),_0x1bf206[_0x546830([0x74,0x68,0x65,0x6e])](()=>new window[(_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e711c=>{let _0x155889=0x0;_0x2803e7[_0x546830([0x6d,0x6f,0x64,0x65,0x6c])][_0x546830([0x6f,0x6e])](_0x546830([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x515772,_0x2e412e)=>{_0x2e412e[0x0][_0x546830([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x155889++,_0x155889==(0xc82cae6^_0x53dee6)&&(_0x2e711c(),_0x515772[_0x546830([0x6f,0x66,0x66])]());});}))];return window[_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x546830([0x72,0x61,0x63,0x65])](_0x263b78)[_0x546830([0x74,0x68,0x65,0x6e])](()=>_0x41184f);}async function _0x844987(){await _0x1bf206,_0x2803e7[_0x546830([0x6d,0x6f,0x64,0x65,0x6c])][_0x546830([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xa68a19,_0x2803e7[_0x546830([0x6d,0x6f,0x64,0x65,0x6c])][_0x546830([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xa68a19,_0x2803e7[_0x546830([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x546830([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x12fb82(){return window[_0x546830([0x67,0x6c,0x6f,0x62])]&&window[_0x546830([0x67,0x6c,0x6f,0x62])][_0x546830([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x239212(_0x3a91d6){const _0x509f21=_0x4c1328();_0x2803e7[_0x509f21]=_0x546830([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])+_0x3a91d6,_0x3a91d6!=_0x546830([0x56,0x61,0x6c,0x69,0x64])&&_0x844987();}function _0x4c1328(){const _0x1885e2=window[_0x546830([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x546830([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x546830([0x6e,0x6f,0x77])]())[_0x546830([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x546830([0x2e]),'');let _0x4b5f4a=_0x546830([0x49]);for(let _0x24c1a8=0x0;_0x24c1a8<_0x1885e2[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x24c1a8+=0x2){let _0x54e87a=window[_0x546830([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1885e2[_0x546830([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x24c1a8,_0x24c1a8+0x2));_0x54e87a>=_0x38a64e[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x54e87a-=_0x38a64e[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4b5f4a+=_0x38a64e[_0x54e87a];}return _0x4b5f4a;}function _0x3aca12(){const _0x529eee=_0x41ec1e[_0x546830([0x73,0x70,0x6c,0x69,0x74])](_0x546830([0x2e]));if(0x3!=_0x529eee[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x30ceb8(_0x529eee[0x1]);function _0x30ceb8(_0x31096c){const _0x3b7f6a=_0x4e685f(_0x31096c);return _0x3b7f6a&&_0x27db4e()?_0x3b7f6a:null;function _0x27db4e(){const _0xc830b2=_0x3b7f6a[_0x546830([0x6a,0x74,0x69])],_0x5bc8c0=window[_0x546830([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xc830b2[_0x546830([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xc830b2[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xc4c6d5={..._0x3b7f6a,[_0x546830([0x6a,0x74,0x69])]:_0xc830b2[_0x546830([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xc830b2[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xc4c6d5[_0x546830([0x76,0x63])],_0x1902a5(_0xc4c6d5)==_0x5bc8c0;}}}async function _0x477087(){let _0x3b5b07=!0x0;try{const _0x2178e1=_0x41ec1e[_0x546830([0x73,0x70,0x6c,0x69,0x74])](_0x546830([0x2e])),[_0x4fdb16,_0x42bf09,_0x4f6db3]=_0x2178e1;return _0x6222b7(_0x4fdb16),await _0x1fdc0b(_0x4fdb16,_0x42bf09,_0x4f6db3),_0x3b5b07;}catch{return!0x1;}function _0x6222b7(_0x24f756){const _0x3b28c1=_0x4e685f(_0x24f756);_0x3b28c1&&_0x3b28c1[_0x546830([0x61,0x6c,0x67])]==_0x546830([0x45,0x53,0x32,0x35,0x36])||(_0x3b5b07=!0x1);}async function _0x1fdc0b(_0x228d9f,_0x172d9c,_0x5bf6be){const _0x580ac9=window[_0x546830([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x546830([0x66,0x72,0x6f,0x6d])](_0x4ee208(_0x5bf6be),_0xa7e886=>_0xa7e886[_0x546830([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x252226=new window[(_0x546830([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x546830([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x228d9f+_0x546830([0x2e])+_0x172d9c),_0x45e6e5=window[_0x546830([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x546830([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x45e6e5)return;const _0x42607=await _0x45e6e5[_0x546830([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x546830([0x6a,0x77,0x6b]),_0x3a413c,{[_0x546830([0x6e,0x61,0x6d,0x65])]:_0x546830([0x45,0x43,0x44,0x53,0x41]),[_0x546830([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x546830([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x546830([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x45e6e5[_0x546830([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x546830([0x6e,0x61,0x6d,0x65])]:_0x546830([0x45,0x43,0x44,0x53,0x41]),[_0x546830([0x68,0x61,0x73,0x68])]:{[_0x546830([0x6e,0x61,0x6d,0x65])]:_0x546830([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x42607,_0x580ac9,_0x252226)||(_0x3b5b07=!0x1);}}function _0x4e685f(_0x9d8410){return _0x9d8410[_0x546830([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x546830([0x65,0x79]))?JSON[_0x546830([0x70,0x61,0x72,0x73,0x65])](_0x4ee208(_0x9d8410)):null;}function _0x4ee208(_0xf06d60){return window[_0x546830([0x61,0x74,0x6f,0x62])](_0xf06d60[_0x546830([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x546830([0x2b]))[_0x546830([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x546830([0x2f])));}function _0x1902a5(_0x101c37){let _0x2b7921=0x1505;function _0x50b6dc(_0x207ae1){for(let _0xaa2695=0x0;_0xaa2695<_0x207ae1[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xaa2695++){const _0x2e480f=_0x207ae1[_0x546830([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xaa2695);_0x2b7921=(_0x2b7921<<0x5)+_0x2b7921+_0x2e480f,_0x2b7921&=_0x2b7921;}}function _0x48063d(_0x1f24ce){Array[_0x546830([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1f24ce)?_0x1f24ce[_0x546830([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x48063d):_0x1f24ce&&typeof _0x1f24ce==_0x546830([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x546830([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1f24ce)[_0x546830([0x73,0x6f,0x72,0x74])]()[_0x546830([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x59f5c7,_0x341208])=>{_0x50b6dc(_0x59f5c7),_0x48063d(_0x341208);}):_0x50b6dc(window[_0x546830([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1f24ce));}return _0x48063d(_0x101c37),_0x2b7921>>>0x0;}function _0x263743(_0x1dcfe3){return _0x1dcfe3[_0x546830([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x546830([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x546830([0x30]));}function _0x440209(_0x17d480){return _0x17d480[_0x546830([0x73,0x70,0x6c,0x69,0x74])]('')[_0x546830([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x546830([0x6a,0x6f,0x69,0x6e])]('');}function _0xa68a19(){}function _0x546830(_0xcecfc9){const _0x2285cd=_0x4857;return _0xcecfc9[_0x2285cd(0x1a3)](_0x36ea3a=>String[_0x2285cd(0x1c5)](_0x36ea3a))[_0x2285cd(0x1a5)]('');}_0x239212(await _0x106314());}(this);}}
|
|
23
|
+
const _0x49c999=_0x5062;(function(_0x388b0a,_0x1bba4e){const _0x216fc7=_0x5062,_0x3d26d9=_0x388b0a();while(!![]){try{const _0x78e7fa=-parseInt(_0x216fc7(0x1ed))/0x1*(-parseInt(_0x216fc7(0x1e3))/0x2)+parseInt(_0x216fc7(0x1d9))/0x3*(parseInt(_0x216fc7(0x1c7))/0x4)+-parseInt(_0x216fc7(0x1cd))/0x5*(parseInt(_0x216fc7(0x1e7))/0x6)+parseInt(_0x216fc7(0x1e4))/0x7*(-parseInt(_0x216fc7(0x1ef))/0x8)+-parseInt(_0x216fc7(0x1ce))/0x9+parseInt(_0x216fc7(0x1d1))/0xa*(-parseInt(_0x216fc7(0x1ee))/0xb)+-parseInt(_0x216fc7(0x1db))/0xc*(-parseInt(_0x216fc7(0x1ea))/0xd);if(_0x78e7fa===_0x1bba4e)break;else _0x3d26d9['push'](_0x3d26d9['shift']());}catch(_0x58eead){_0x3d26d9['push'](_0x3d26d9['shift']());}}}(_0x4f1b,0xd13c8));function _0x5062(_0x3b0606,_0x6f335d){const _0x4f1bb1=_0x4f1b();return _0x5062=function(_0x506269,_0x4d6e88){_0x506269=_0x506269-0x1c7;let _0x288c6c=_0x4f1bb1[_0x506269];return _0x288c6c;},_0x5062(_0x3b0606,_0x6f335d);}import{Plugin as _0x4c8f34}from'ckeditor5/src/core.js';function _0x4f1b(){const _0x3785a8=['text/html','PasteFromOfficeEnhancedInliner','PasteFromOffice','editing','stylesProcessor','257421FDqOdZ','document','96jvuvdb','pluginName','get','plugins','_parsedData','view','requires','isActive','2OBNlDc','645379wYUCBH','dataTransfer','inputTransformation','12JFHLWq','high','init','2603120KnpLNV','isPremiumPlugin','isOfficialPlugin','1577591jgbLnm','7545901sqoqEU','8ZzybVw','12GkKzgH','fromCharCode','href','join','execute','ClipboardPipeline','349735BxtOHl','14956362FjHMeo','editor','afterInit','10DUNyXe','map','getData'];_0x4f1b=function(){return _0x3785a8;};return _0x4f1b();}import{parsePasteOfficeHtml as _0x468dbf}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x1c79d2,uid as _0x3fcd0d}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0x437c98}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x4c8f34{static get[_0x49c999(0x1dc)](){const _0xec1a92=_0x49c999;return _0xec1a92(0x1d5);}static get[_0x49c999(0x1ec)](){return!0x0;}static get[_0x49c999(0x1eb)](){return!0x0;}static get[_0x49c999(0x1e1)](){const _0x3f6b88=_0x49c999;return[_0x3f6b88(0x1d6)];}[_0x49c999(0x1e9)](){const _0x816ec3=_0x49c999,_0x385dbb=this[_0x816ec3(0x1cf)],_0x44e01c=_0x385dbb[_0x816ec3(0x1de)][_0x816ec3(0x1dd)](_0x816ec3(0x1cc)),_0x5bea84=_0x385dbb[_0x816ec3(0x1d7)][_0x816ec3(0x1e0)][_0x816ec3(0x1da)],_0x7400f=new _0x437c98(_0x5bea84);_0x44e01c['on'](_0x816ec3(0x1e6),(_0x443641,_0x2bce16)=>{const _0x2cbf22=_0x816ec3,_0x30f50c=_0x2bce16[_0x2cbf22(0x1e5)][_0x2cbf22(0x1d3)](_0x2cbf22(0x1d4));_0x7400f[_0x2cbf22(0x1e2)](_0x30f50c)&&(_0x2bce16[_0x2cbf22(0x1df)]||(_0x2bce16[_0x2cbf22(0x1df)]=_0x468dbf(_0x30f50c,_0x5bea84[_0x2cbf22(0x1d8)])),_0x7400f[_0x2cbf22(0x1cb)](_0x2bce16));},{'priority':_0x1c79d2[_0x816ec3(0x1dd)](_0x816ec3(0x1e8))+0xb});}[_0x49c999(0x1d0)](){!async function(_0x3a98a3){const _0x2e1347=_0x15992a([0x49,0x39,0x73,0x43,0x6d,0x67,0x33,0x44,0x4a,0x69,0x47,0x35,0x4c,0x46,0x4d,0x75,0x51,0x6a,0x77,0x68,0x54,0x30,0x58,0x42,0x59,0x79,0x78,0x53,0x71,0x76,0x64,0x50,0x4f,0x34,0x36,0x4e,0x5a,0x41,0x63,0x56,0x7a,0x62,0x37,0x31,0x52,0x57,0x6b,0x66,0x65,0x38,0x6f,0x4b,0x70,0x74,0x6e,0x72,0x55,0x45,0x61,0x6c,0x32,0x48]),_0x4957f3=0xc82cb1e,_0x15e9b0=0xc85bd36^_0x4957f3,_0x280178=window[_0x15992a([0x44,0x61,0x74,0x65])][_0x15992a([0x6e,0x6f,0x77])](),_0x22f52a=_0x3a98a3[_0x15992a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x284908=new window[(_0x15992a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1f5139=>{_0x22f52a[_0x15992a([0x6f,0x6e,0x63,0x65])](_0x15992a([0x72,0x65,0x61,0x64,0x79]),_0x1f5139);}),_0x561288={[_0x15992a([0x6b,0x74,0x79])]:_0x15992a([0x45,0x43]),[_0x15992a([0x75,0x73,0x65])]:_0x15992a([0x73,0x69,0x67]),[_0x15992a([0x63,0x72,0x76])]:_0x15992a([0x50,0x2d,0x32,0x35,0x36]),[_0x15992a([0x78])]:_0x15992a([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]),[_0x15992a([0x79])]:_0x15992a([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]),[_0x15992a([0x61,0x6c,0x67])]:_0x15992a([0x45,0x53,0x32,0x35,0x36])},_0x443e47=_0x22f52a[_0x15992a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x15992a([0x67,0x65,0x74])](_0x15992a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1db77a(){let _0x4f469d,_0x252f34=null,_0x1d414b=null;try{if(_0x443e47==_0x15992a([0x47,0x50,0x4c]))return _0x15992a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4f469d=_0xf7c695(),!_0x4f469d)return _0x15992a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4f469d[_0x15992a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1d414b=_0x20bee4(_0x4f469d[_0x15992a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4f469d[_0x15992a([0x6a,0x74,0x69])])),await _0x11ccd2()?_0x518be5()?_0x5f3d0e()?_0x15992a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5f1670()?(_0x4f469d[_0x15992a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x15992a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x252f34=_0x3a61fb(_0x15992a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4f469d[_0x15992a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x15992a([0x74,0x72,0x69,0x61,0x6c])&&(_0x252f34=_0x3a61fb(_0x15992a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4c9d71()):_0x15992a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x15992a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x15992a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x15992a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5f3d0e(){const _0x4c80ee=[_0x15992a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x15992a([0x74,0x72,0x69,0x61,0x6c])][_0x15992a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f469d[_0x15992a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x280178/0x3e8:0xe10*_0x15e9b0;return _0x4f469d[_0x15992a([0x65,0x78,0x70])]<_0x4c80ee;}function _0x518be5(){const _0x383d2b=_0x4f469d[_0x15992a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x383d2b&&(!!_0x383d2b[_0x15992a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15992a([0x2a]))||(!!_0x383d2b[_0x15992a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15992a([0x50,0x4f,0x45]))||(!!_0x383d2b[_0x15992a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15992a([0x50,0x50]))||!(!_0x383d2b[_0x15992a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15992a([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x45ecb8()))));}function _0x5f1670(){const _0x5072cc=_0x5062,_0x367c75=_0x4f469d[_0x15992a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x367c75||0x0==_0x367c75[_0x15992a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4c3d69}=new URL(window[_0x15992a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5072cc(0x1c9)]);if(_0x367c75[_0x15992a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c3d69))return!0x0;const _0x4f1f4a=_0x4c3d69[_0x15992a([0x73,0x70,0x6c,0x69,0x74])](_0x15992a([0x2e]));return _0x367c75[_0x15992a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5d50e2=>_0x5d50e2[_0x15992a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15992a([0x2a])))[_0x15992a([0x6d,0x61,0x70])](_0x12a080=>_0x12a080[_0x15992a([0x73,0x70,0x6c,0x69,0x74])](_0x15992a([0x2e])))[_0x15992a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x514fc4=>_0x514fc4[_0x15992a([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4f1f4a[_0x15992a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x15992a([0x6d,0x61,0x70])](_0x17b62b=>Array(_0x4f1f4a[_0x15992a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x17b62b[_0x15992a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x15992a([0x66,0x69,0x6c,0x6c])](_0x17b62b[0x0]===_0x15992a([0x2a])?_0x15992a([0x2a]):'')[_0x15992a([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x17b62b))[_0x15992a([0x73,0x6f,0x6d,0x65])](_0x4c85eb=>_0x4f1f4a[_0x15992a([0x65,0x76,0x65,0x72,0x79])]((_0x1fd046,_0xe4e0e7)=>_0x4c85eb[_0xe4e0e7]===_0x1fd046||_0x4c85eb[_0xe4e0e7]===_0x15992a([0x2a])));}function _0x4c9d71(){return _0x252f34&&_0x1d414b?new window[(_0x15992a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x52810f,_0xc70c30)=>{_0x252f34[_0x15992a([0x74,0x68,0x65,0x6e])](_0x52810f,_0xc70c30),_0x1d414b[_0x15992a([0x74,0x68,0x65,0x6e])](_0x16e2b1=>{_0x16e2b1!=_0x15992a([0x56,0x61,0x6c,0x69,0x64])&&_0x52810f(_0x16e2b1);},_0xc70c30);}):_0x252f34||_0x1d414b||_0x15992a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x20bee4(_0x45b1fb,_0x460a21){return new window[(_0x15992a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x489bc8=>{if(_0x1269ea())return _0x489bc8(_0x15992a([0x56,0x61,0x6c,0x69,0x64]));_0x1519fb(),_0x22f52a[_0x15992a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x15992a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3de03e=!0x1;const _0x2af2ac=_0x3fcd0d();function _0x179bd9(_0x1f4b56){return!!_0x1f4b56&&(typeof _0x1f4b56===_0x15992a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1f4b56===_0x15992a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1f4b56[_0x15992a([0x74,0x68,0x65,0x6e])]===_0x15992a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1f4b56[_0x15992a([0x63,0x61,0x74,0x63,0x68])]===_0x15992a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x425f58(_0x89467f){_0x17d086(_0x89467f)[_0x15992a([0x74,0x68,0x65,0x6e])](_0x9905b4=>{if(!_0x9905b4||_0x9905b4[_0x15992a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x15992a([0x6f,0x6b]))return _0x15992a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x49fdb9(_0x27f1fa(_0x2af2ac+_0x460a21))!=_0x9905b4[_0x15992a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x15992a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x15992a([0x56,0x61,0x6c,0x69,0x64]);})[_0x15992a([0x74,0x68,0x65,0x6e])](_0x1fd0e7=>(_0x4eba29(),_0x1fd0e7),()=>{const _0x5c3a44=_0x3132e5();return null==_0x5c3a44?(_0x4eba29(),_0x15992a([0x56,0x61,0x6c,0x69,0x64])):_0x15992a(_0x280178-_0x5c3a44>(0x288e4f1e^_0x4957f3)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x15992a([0x74,0x68,0x65,0x6e])](_0x489bc8)[_0x15992a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x489bc8(_0x15992a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3c98c8=0xcb4259e^_0x4957f3;function _0x4eba29(){const _0x45f717=_0x15992a([0x6c,0x6c,0x63,0x74,0x2d])+_0x49fdb9(_0x27f1fa(_0x45b1fb)),_0x2f48c9=_0x10930b(_0x49fdb9(window[_0x15992a([0x4d,0x61,0x74,0x68])][_0x15992a([0x63,0x65,0x69,0x6c])](_0x280178/_0x3c98c8)));window[_0x15992a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x15992a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x45f717,_0x2f48c9);}function _0x3132e5(){const _0x41c90d=_0x15992a([0x6c,0x6c,0x63,0x74,0x2d])+_0x49fdb9(_0x27f1fa(_0x45b1fb)),_0x9e439b=window[_0x15992a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x15992a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x41c90d);return _0x9e439b?window[_0x15992a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x10930b(_0x9e439b),0x10)*_0x3c98c8:null;}function _0x17d086(_0x59d98c){return new window[(_0x15992a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x221334,_0x2e1e07)=>{_0x59d98c[_0x15992a([0x74,0x68,0x65,0x6e])](_0x221334,_0x2e1e07),window[_0x15992a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2e1e07,0xc831fde^_0x4957f3);});}}_0x22f52a[_0x15992a([0x6f,0x6e])](_0x15992a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x52a7b2,_0x29c87e)=>{if(_0x29c87e[0x0]!=_0x45b1fb)return _0x489bc8(_0x15992a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x29c87e[0x1]={..._0x29c87e[0x1],[_0x15992a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2af2ac};},{[_0x15992a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x15992a([0x68,0x69,0x67,0x68])}),_0x22f52a[_0x15992a([0x6f,0x6e])](_0x15992a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4c9c40=>{_0x179bd9(_0x4c9c40[_0x15992a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3de03e=!0x0,_0x425f58(_0x4c9c40[_0x15992a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x15992a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x15992a([0x6c,0x6f,0x77])}),_0x284908[_0x15992a([0x74,0x68,0x65,0x6e])](()=>{_0x3de03e||_0x489bc8(_0x15992a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1269ea(){return _0x22f52a[_0x15992a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x15992a([0x76,0x69,0x65,0x77])][_0x15992a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x15992a([0x61,0x75,0x74,0x6f]);}function _0x1519fb(){_0x22f52a[_0x15992a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x15992a([0x76,0x69,0x65,0x77])][_0x15992a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x15992a([0x61,0x75,0x74,0x6f]);}}function _0x3a61fb(_0x1f3b8e){const _0x3c24c1=[new window[(_0x15992a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3eb198=>setTimeout(_0x3eb198,0xc8bf5d2^_0x4957f3)),_0x284908[_0x15992a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x15992a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a21f0=>{let _0x3e48e5=0x0;_0x22f52a[_0x15992a([0x6d,0x6f,0x64,0x65,0x6c])][_0x15992a([0x6f,0x6e])](_0x15992a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x398a67,_0x1827c9)=>{_0x1827c9[0x0][_0x15992a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3e48e5++,_0x3e48e5==(0xc82cae6^_0x4957f3)&&(_0x1a21f0(),_0x398a67[_0x15992a([0x6f,0x66,0x66])]());});}))];return window[_0x15992a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x15992a([0x72,0x61,0x63,0x65])](_0x3c24c1)[_0x15992a([0x74,0x68,0x65,0x6e])](()=>_0x1f3b8e);}async function _0x3a0949(){await _0x284908,_0x22f52a[_0x15992a([0x6d,0x6f,0x64,0x65,0x6c])][_0x15992a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x38fda6,_0x22f52a[_0x15992a([0x6d,0x6f,0x64,0x65,0x6c])][_0x15992a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x38fda6,_0x22f52a[_0x15992a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x15992a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x45ecb8(){return window[_0x15992a([0x67,0x6c,0x6f,0x62])]&&window[_0x15992a([0x67,0x6c,0x6f,0x62])][_0x15992a([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x36d3f6(_0x42e667){const _0x152558=_0x2c2db2();_0x22f52a[_0x152558]=_0x15992a([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])+_0x42e667,_0x42e667!=_0x15992a([0x56,0x61,0x6c,0x69,0x64])&&_0x3a0949();}function _0x2c2db2(){const _0x3b8934=window[_0x15992a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x15992a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x15992a([0x6e,0x6f,0x77])]())[_0x15992a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x15992a([0x2e]),'');let _0x1c3e07=_0x15992a([0x49]);for(let _0x3f47eb=0x0;_0x3f47eb<_0x3b8934[_0x15992a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3f47eb+=0x2){let _0x2ba583=window[_0x15992a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b8934[_0x15992a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3f47eb,_0x3f47eb+0x2));_0x2ba583>=_0x2e1347[_0x15992a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2ba583-=_0x2e1347[_0x15992a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1c3e07+=_0x2e1347[_0x2ba583];}return _0x1c3e07;}function _0xf7c695(){const _0x2dd262=_0x443e47[_0x15992a([0x73,0x70,0x6c,0x69,0x74])](_0x15992a([0x2e]));if(0x3!=_0x2dd262[_0x15992a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5e6e8f(_0x2dd262[0x1]);function _0x5e6e8f(_0x5d2b02){const _0x5e529d=_0x16a4ea(_0x5d2b02);return _0x5e529d&&_0x38db92()?_0x5e529d:null;function _0x38db92(){const _0x47a0e2=_0x5e529d[_0x15992a([0x6a,0x74,0x69])],_0x2b674e=window[_0x15992a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x47a0e2[_0x15992a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x47a0e2[_0x15992a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2a0fe2={..._0x5e529d,[_0x15992a([0x6a,0x74,0x69])]:_0x47a0e2[_0x15992a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x47a0e2[_0x15992a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2a0fe2[_0x15992a([0x76,0x63])],_0x27f1fa(_0x2a0fe2)==_0x2b674e;}}}async function _0x11ccd2(){let _0x996eda=!0x0;try{const _0x31ed5e=_0x443e47[_0x15992a([0x73,0x70,0x6c,0x69,0x74])](_0x15992a([0x2e])),[_0x527724,_0x11f017,_0x570952]=_0x31ed5e;return _0x2803fa(_0x527724),await _0x4ccf26(_0x527724,_0x11f017,_0x570952),_0x996eda;}catch{return!0x1;}function _0x2803fa(_0x24169b){const _0x4fabdb=_0x16a4ea(_0x24169b);_0x4fabdb&&_0x4fabdb[_0x15992a([0x61,0x6c,0x67])]==_0x15992a([0x45,0x53,0x32,0x35,0x36])||(_0x996eda=!0x1);}async function _0x4ccf26(_0x272310,_0x3dfa7d,_0x4b0916){const _0x32f3d0=window[_0x15992a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x15992a([0x66,0x72,0x6f,0x6d])](_0x1f7ec0(_0x4b0916),_0x205c34=>_0x205c34[_0x15992a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x43289c=new window[(_0x15992a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x15992a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x272310+_0x15992a([0x2e])+_0x3dfa7d),_0x41debd=window[_0x15992a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x15992a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x41debd)return;const _0xe61476=await _0x41debd[_0x15992a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x15992a([0x6a,0x77,0x6b]),_0x561288,{[_0x15992a([0x6e,0x61,0x6d,0x65])]:_0x15992a([0x45,0x43,0x44,0x53,0x41]),[_0x15992a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x15992a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x15992a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x41debd[_0x15992a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x15992a([0x6e,0x61,0x6d,0x65])]:_0x15992a([0x45,0x43,0x44,0x53,0x41]),[_0x15992a([0x68,0x61,0x73,0x68])]:{[_0x15992a([0x6e,0x61,0x6d,0x65])]:_0x15992a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xe61476,_0x32f3d0,_0x43289c)||(_0x996eda=!0x1);}}function _0x16a4ea(_0x2f2697){return _0x2f2697[_0x15992a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x15992a([0x65,0x79]))?JSON[_0x15992a([0x70,0x61,0x72,0x73,0x65])](_0x1f7ec0(_0x2f2697)):null;}function _0x1f7ec0(_0x1ff311){return window[_0x15992a([0x61,0x74,0x6f,0x62])](_0x1ff311[_0x15992a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x15992a([0x2b]))[_0x15992a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x15992a([0x2f])));}function _0x27f1fa(_0x571b25){let _0x2d096b=0x1505;function _0x2688c4(_0x18b9e2){for(let _0x3e0f89=0x0;_0x3e0f89<_0x18b9e2[_0x15992a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3e0f89++){const _0xd6d8c7=_0x18b9e2[_0x15992a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3e0f89);_0x2d096b=(_0x2d096b<<0x5)+_0x2d096b+_0xd6d8c7,_0x2d096b&=_0x2d096b;}}function _0x4d3219(_0x4151e4){Array[_0x15992a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4151e4)?_0x4151e4[_0x15992a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4d3219):_0x4151e4&&typeof _0x4151e4==_0x15992a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x15992a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4151e4)[_0x15992a([0x73,0x6f,0x72,0x74])]()[_0x15992a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5a774d,_0x244c54])=>{_0x2688c4(_0x5a774d),_0x4d3219(_0x244c54);}):_0x2688c4(window[_0x15992a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4151e4));}return _0x4d3219(_0x571b25),_0x2d096b>>>0x0;}function _0x49fdb9(_0x173b60){return _0x173b60[_0x15992a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x15992a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x15992a([0x30]));}function _0x10930b(_0xd3c8f3){return _0xd3c8f3[_0x15992a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x15992a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x15992a([0x6a,0x6f,0x69,0x6e])]('');}function _0x38fda6(){}function _0x15992a(_0x3292ba){const _0x1fa36f=_0x5062;return _0x3292ba[_0x1fa36f(0x1d2)](_0x4cf003=>String[_0x1fa36f(0x1c8)](_0x4cf003))[_0x1fa36f(0x1ca)]('');}_0x36d3f6(await _0x1db77a());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x4d3690=_0x3b5d;(function(_0x2888bb,_0x4605af){const _0x2c7ab7=_0x3b5d,_0x1158f1=_0x2888bb();while(!![]){try{const _0x3ac419=parseInt(_0x2c7ab7(0x14f))/0x1+-parseInt(_0x2c7ab7(0x13e))/0x2+-parseInt(_0x2c7ab7(0x141))/0x3+-parseInt(_0x2c7ab7(0x136))/0x4+parseInt(_0x2c7ab7(0x143))/0x5+-parseInt(_0x2c7ab7(0x15c))/0x6*(parseInt(_0x2c7ab7(0x12e))/0x7)+parseInt(_0x2c7ab7(0x144))/0x8;if(_0x3ac419===_0x4605af)break;else _0x1158f1['push'](_0x1158f1['shift']());}catch(_0x14eebd){_0x1158f1['push'](_0x1158f1['shift']());}}}(_0x410b,0x7166b));function _0x3b5d(_0x3196f3,_0x274dda){const _0x410bde=_0x410b();return _0x3b5d=function(_0x3b5d77,_0x25124d){_0x3b5d77=_0x3b5d77-0x12c;let _0x4cc882=_0x410bde[_0x3b5d77];return _0x4cc882;},_0x3b5d(_0x3196f3,_0x274dda);}import{Plugin as _0x1aa92e}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x3f2521}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x2038d1}from'ckeditor5/src/utils.js';import{MSOfficeInlineStylePropagator as _0x53db63}from'./normalizers/propagator/msofficeinlinestylepropagator.js';function _0x410b(){const _0x1ecae8=['document','getData','expired','evaluationLimit','_showLicenseError','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','18kedcmA','pasteFromOfficeEnhancedLicenseKeyInvalid','execute','pasteFromOfficeEnhancedLicenseKeyValid','_licenseKeyCheckInterval','_parsedData','1668961cmTtQO','usageLimit','isOfficialPlugin','get','dataTransfer','isActive','isPremiumPlugin','pasteFromOfficeEnhancedLicenseKeyExpired','1939404CjYplD','editing','requires','plugins','config','domainLimit','view','PasteFromOfficeEnhanced','987530FMsBOq','pluginName','ClipboardPipeline','2402406jQhASn','editor','4465065aeLZyY','10565128CbrDgb','PasteFromOffice','pasteFromOfficeEnhancedLicenseKeyNotAllowed','licenseKey','high','inputTransformation','pasteFromOfficeEnhancedLicenseKeyUsageLimit','pasteFromOfficeEnhancedLicenseKeyDomainLimit','featureNotAllowed','destroy','trialLimit','745524NNugGa','PasteFromOfficeEnhancedPropagator','text/html','pasteFromOfficeEnhancedLicenseKeyTrialLimit','init','stylesProcessor','invalid'];_0x410b=function(){return _0x1ecae8;};return _0x410b();}export class PasteFromOfficeEnhancedPropagator extends _0x1aa92e{[_0x4d3690(0x147)];[_0x4d3690(0x12c)];static get[_0x4d3690(0x13f)](){const _0x381847=_0x4d3690;return _0x381847(0x150);}static get[_0x4d3690(0x130)](){return!0x0;}static get[_0x4d3690(0x134)](){return!0x0;}static get[_0x4d3690(0x138)](){const _0x357903=_0x4d3690;return[_0x357903(0x145)];}[_0x4d3690(0x153)](){const _0x429c22=_0x4d3690,_0xe5ee91=this[_0x429c22(0x142)],_0x508d64=_0xe5ee91[_0x429c22(0x139)][_0x429c22(0x131)](_0x429c22(0x140)),_0x294cf9=_0xe5ee91[_0x429c22(0x137)][_0x429c22(0x13c)][_0x429c22(0x156)],_0x512dc1=new _0x53db63(_0x294cf9);_0x508d64['on'](_0x429c22(0x149),(_0xdaf18a,_0x3852d1)=>{const _0x45fc8c=_0x429c22,_0x191b31=_0x3852d1[_0x45fc8c(0x132)][_0x45fc8c(0x157)](_0x45fc8c(0x151));_0x512dc1[_0x45fc8c(0x133)](_0x191b31)&&(_0x3852d1[_0x45fc8c(0x12d)]||(_0x3852d1[_0x45fc8c(0x12d)]=_0x3f2521(_0x191b31,_0x294cf9[_0x45fc8c(0x154)])),_0x512dc1[_0x45fc8c(0x15e)](_0x3852d1));},{'priority':_0x2038d1[_0x429c22(0x131)](_0x429c22(0x148))+0xa}),this[_0x429c22(0x147)]=this[_0x429c22(0x142)][_0x429c22(0x13a)][_0x429c22(0x131)](_0x429c22(0x147));const _0x4e3257=this[_0x429c22(0x142)];this[_0x429c22(0x12c)]=setInterval(()=>{const _0x4279a4=_0x429c22;let _0x2f8842;for(const _0x32b189 in _0x4e3257){const _0x53c2c8=_0x32b189,_0x58ef0c=_0x4e3257[_0x53c2c8];if(_0x4279a4(0x15f)==_0x58ef0c||_0x4279a4(0x15d)==_0x58ef0c||_0x4279a4(0x135)==_0x58ef0c||_0x4279a4(0x14b)==_0x58ef0c||_0x4279a4(0x146)==_0x58ef0c||_0x4279a4(0x15b)==_0x58ef0c||_0x4279a4(0x152)==_0x58ef0c||_0x4279a4(0x14a)==_0x58ef0c){delete _0x4e3257[_0x53c2c8],_0x2f8842=_0x58ef0c,clearInterval(this[_0x4279a4(0x12c)]),this[_0x4279a4(0x12c)]=void 0x0;break;}}_0x4279a4(0x15d)==_0x2f8842&&_0x4e3257[_0x4279a4(0x15a)](_0x4279a4(0x155)),_0x4279a4(0x135)==_0x2f8842&&_0x4e3257[_0x4279a4(0x15a)](_0x4279a4(0x158)),_0x4279a4(0x14b)==_0x2f8842&&_0x4e3257[_0x4279a4(0x15a)](_0x4279a4(0x13b)),_0x4279a4(0x146)==_0x2f8842&&_0x4e3257[_0x4279a4(0x15a)](_0x4279a4(0x14c),_0x4279a4(0x13d)),_0x4279a4(0x15b)==_0x2f8842&&_0x4e3257[_0x4279a4(0x15a)](_0x4279a4(0x159)),_0x4279a4(0x152)==_0x2f8842&&_0x4e3257[_0x4279a4(0x15a)](_0x4279a4(0x14e)),_0x4279a4(0x14a)==_0x2f8842&&_0x4e3257[_0x4279a4(0x15a)](_0x4279a4(0x12f));},0x3e8);}[_0x4d3690(0x14d)](){const _0x10b87b=_0x4d3690;super[_0x10b87b(0x14d)](),this[_0x10b87b(0x12c)]&&clearInterval(this[_0x10b87b(0x12c)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x1f2909,_0x2104d1){const _0x548bb2=_0x33d6,_0x425d78=_0x1f2909();while(!![]){try{const _0x3603be=-parseInt(_0x548bb2(0x18f))/0x1+parseInt(_0x548bb2(0x190))/0x2*(-parseInt(_0x548bb2(0x18e))/0x3)+parseInt(_0x548bb2(0x192))/0x4*(-parseInt(_0x548bb2(0x191))/0x5)+parseInt(_0x548bb2(0x18b))/0x6*(-parseInt(_0x548bb2(0x18d))/0x7)+parseInt(_0x548bb2(0x189))/0x8+parseInt(_0x548bb2(0x193))/0x9*(-parseInt(_0x548bb2(0x188))/0xa)+parseInt(_0x548bb2(0x18c))/0xb*(parseInt(_0x548bb2(0x187))/0xc);if(_0x3603be===_0x2104d1)break;else _0x425d78['push'](_0x425d78['shift']());}catch(_0x2afc51){_0x425d78['push'](_0x425d78['shift']());}}}(_0x4d0c,0x84503));const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;export function isMSExcelContent(_0xbfa1ef){const _0x3322fc=_0x33d6;return m[_0x3322fc(0x18a)](_0xbfa1ef);}function _0x33d6(_0x33e63a,_0x142dad){const _0x4d0cdc=_0x4d0c();return _0x33d6=function(_0x33d65a,_0x232d9a){_0x33d65a=_0x33d65a-0x187;let _0x3456f8=_0x4d0cdc[_0x33d65a];return _0x3456f8;},_0x33d6(_0x33e63a,_0x142dad);}function _0x4d0c(){const _0x48e46f=['3956gxybir','202305SodNum','4LLyfub','306AzQHOV','6831084AFWIlu','101310pTatjm','5062392rvIpQr','test','6451086zBVMnf','44QdxZtR','7tJatUI','555gAsTfl','541846INAIme'];_0x4d0c=function(){return _0x48e46f;};return _0x4d0c();}
|