@ckeditor/ckeditor5-paste-from-office-enhanced 44.0.0-alpha.9 → 44.0.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-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},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:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=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=d(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=p(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,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(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,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[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(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(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 f(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 p(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 d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(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=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(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 g(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,y=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||y.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=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),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(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 b(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.DomConverter(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 x=n(584);!function(t){const e=C,n=t();for(;;)try{if(135602===parseInt(e(260))/1*(-parseInt(e(258))/2)+-parseInt(e(262))/3*(-parseInt(e(261))/4)+-parseInt(e(263))/5+-parseInt(e(265))/6+parseInt(e(264))/7+-parseInt(e(256))/8*(-parseInt(e(257))/9)+-parseInt(e(266))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(L);const S=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function L(){const t=["566964QxRKUC","136646wvGVkU","test","1PkFcAv","4DZWnmb","622551adyeQX","1316280Nqtqro","1658440QfYTgC","1133868BbLJyS","402620rEnFoW","32iLzbqg"];return(L=function(){return t})()}function C(t,e){const n=L();return(C=function(t,e){return n[t-=256]})(t,e)}function A(t){return S[C(259)](t)}function E(){const t=["push","5328ddgOVg","split","cssRules","1485kLABVI","getPropertyValue","groups","map","name","2550320nVeYgu","1214359QuILWM","837502cpkPpO","assign","tagName","3984960uThAPC","set","style","4242bVVvoL","9513336WLetnq","131630RprbbJ","length","selectorText","className","6NkKkNk","exec","trim","hasClass","initial"];return(E=function(){return t})()}!function(t){const e=F,n=t();for(;;)try{if(611661===-parseInt(e(417))/1+-parseInt(e(418))/2*(parseInt(e(402))/3)+parseInt(e(416))/4+-parseInt(e(421))/5+parseInt(e(408))/6*(-parseInt(e(424))/7)+parseInt(e(425))/8+-parseInt(e(411))/9*(-parseInt(e(426))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(E);const P=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function O(t,e){const n=F,r=new Map;for(const[s,i]of e){if(!s[n(420)]&&!s[n(401)])continue;const e=!s[n(420)]||t[n(415)]===s[n(420)],o=!s[n(401)]||t[n(405)](s[n(401)]);e&&o&&r[n(422)](s,i)}return r}function F(t,e){const n=E();return(F=function(t,e){return n[t-=400]})(t,e)}function T(t){const e=F,n={};for(let r=0;r<t[e(427)];r++){const s=t[r],i=t[e(412)](s);e(406)!==i&&(n[s]=i)}return n}function k(t){const e=F,n=t[e(409)](",")[e(414)]((t=>t[e(404)]())),r=[];for(const t of n){const n=P[e(403)](t);n&&r[e(407)](n[e(413)])}return r}function R(t){const e=F,n={};for(const r of t)Object[e(419)](n,r);return n}const j=N;function N(t,e){const n=M();return(N=function(t,e){return n[t-=418]})(t,e)}function M(){const t=["createRangeIn","440565msIaeZ","document","9zTVRHu","503216vsIjgv","hasStyle","isActive","1750648jimzJg","execute","60662QEgBXW","type","from","355200xxXJwF","values","308930nENPvZ","1281465QQpNcW","content","5YJmPvs","_parsedData","4IGArMf","size","setStyle","elementStart","item"];return(M=function(){return t})()}!function(t){const e=N,n=t();for(;;)try{if(194643===parseInt(e(436))/1*(-parseInt(e(428))/2)+parseInt(e(420))/3+parseInt(e(438))/4*(parseInt(e(434))/5)+parseInt(e(431))/6+parseInt(e(423))/7+-parseInt(e(426))/8+-parseInt(e(422))/9*(-parseInt(e(433))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class W extends w{[j(427)](t){const n=j,{body:r,styles:s}=t[n(437)],i=new e.UpcastWriter(r[n(421)]),o=i[n(419)](r),c=function(t){const e=F,n=new Map;for(const r in t){const s=k(r),i=t[r];for(const t of s)n[e(422)](t,i)}return n}(function(t){const e=F,n={};for(const r of t)for(const t of r[e(410)])if(t instanceof CSSStyleRule){const r=T(t[e(423)]);n[t[e(400)]]=Object[e(419)]({},n[t[e(400)]]||{},r)}return n}(s));for(const t of o){if(n(441)!==t[n(429)])continue;const e=O(t[n(418)],c);if(e[n(439)]){const r=R(Array[n(430)](e[n(432)]()));for(const e in r){const s=t[n(418)];s[n(424)](e)||i[n(440)](e,r[e],s)}}}t[n(435)]=r}[j(425)](t){return super[j(425)](t)||A(t)}}function D(t,e){const n=V();return(D=function(t,e){return n[t-=104]})(t,e)}const K=D;function V(){const t=["PasteFromOfficeEnhancedInliner","376hUcTuC","text/html","17927570mbECBI","getData","href","9wvRleu","view","_parsedData","high","40771oduMCE","requires","fromCharCode","inputTransformation","ClipboardPipeline","1392415yHldfx","get","8682318ZrDLaQ","init","6135304baHChX","stylesProcessor","PasteFromOffice","pluginName","map","join","isActive","document","afterInit","plugins","editor","isOfficialPlugin","100948cutZIF","isPremiumPlugin","editing","dataTransfer","36jdnOfk","execute","265176Czdqce"];return(V=function(){return t})()}!function(t){const e=D,n=t();for(;;)try{if(827504===-parseInt(e(108))/1*(parseInt(e(133))/2)+-parseInt(e(104))/3*(parseInt(e(129))/4)+-parseInt(e(113))/5+parseInt(e(115))/6+parseInt(e(117))/7+-parseInt(e(137))/8*(-parseInt(e(135))/9)+-parseInt(e(139))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(V);class $ extends t.Plugin{static get[K(120)](){return K(136)}static get[K(128)](){return!0}static get[K(130)](){return!0}static get[K(109)](){return[K(119)]}[K(116)](){const t=K,e=this[t(127)],n=e[t(126)][t(114)](t(112)),r=e[t(131)][t(105)][t(124)],s=new W(r);n.on(t(111),((e,n)=>{const i=t,o=n[i(132)][i(140)](i(138));s[i(123)](o)&&(n[i(106)]||(n[i(106)]=b(o,r[i(118)])),s[i(134)](n))}),{priority:x.priorities[t(114)](t(107))+11})}[K(125)](){!async function(t){const e=d([55,77,67,81,102,121,83,53,122,57,71,98,120,112,48,100,66,72,56,113,101,68,74,84,70,103,119,106,108,117,89,87,54,75,90,65,73,97,118,99,82,110,51,50,85,69,79,49,105,78,80,52,86,104,109,88,76,116,114,115,111,107]),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=D;return t[e(121)]((t=>String[e(110)](t)))[e(122)]("")}!function(t){const n=function(){const t=window[d([83,116,114,105,110,103])](window[d([112,101,114,102,111,114,109,97,110,99,101])][d([110,111,119])]())[d([114,101,112,108,97,99,101])](d([46]),"");let n=d([77]);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,x.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(t){return!1}function e(e){const n=a(e);n&&n[d([97,108,103])]==d([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[d([85,105,110,116,56,65,114,114,97,121])][d([102,114,111,109])](u(r),(t=>t[d([99,104,97,114,67,111,100,101,65,116])](0))),o=(new(window[d([84,101,120,116,69,110,99,111,100,101,114])]))[d([101,110,99,111,100,101])](e+d([46])+n),c=window[d([99,114,121,112,116,111])][d([115,117,98,116,108,101])];if(!c)return;const a=await c[d([105,109,112,111,114,116,75,101,121])](d([106,119,107]),i,{[d([110,97,109,101])]:d([69,67,68,83,65]),[d([110,97,109,101,100,67,117,114,118,101])]:d([80,45,50,53,54])},!1,[d([118,101,114,105,102,121])]);await c[d([118,101,114,105,102,121])]({[d([110,97,109,101])]:d([69,67,68,83,65]),[d([104,97,115,104])]:{[d([110,97,109,101])]:d([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[d([102,101,97,116,117,114,101,115])];return!(!e||!e[d([105,110,99,108,117,100,101,115])](d([42]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,79,69]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,80])))}()?function(){const e=[d([101,118,97,108,117,97,116,105,111,110]),d([116,114,105,97,108])][d([105,110,99,108,117,100,101,115])](t[d([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1732838400;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=D,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(141)]);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([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]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([100,101,118,101,108,111,112,109,101,110,116])&&(e=c(d([68,101,118,101,108,111,112,109,101,110,116,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(t){return d([73,110,118,97,108,105,100])}}())}(this)}}const U=z;function z(t,e){const n=J();return(z=function(t,e){return n[t-=328]})(t,e)}!function(t){const e=z,n=t();for(;;)try{if(741610===parseInt(e(370))/1+-parseInt(e(340))/2*(parseInt(e(358))/3)+-parseInt(e(356))/4+parseInt(e(360))/5*(-parseInt(e(346))/6)+parseInt(e(355))/7+-parseInt(e(361))/8*(parseInt(e(354))/9)+parseInt(e(329))/10*(parseInt(e(364))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(J);const Q=[U(331),U(368),U(357),U(366),U(338),U(363),U(353),U(337)];function J(){const t=["from","span","insertChild","removeStyle","vertical-align","text-decoration-line","underline","2cQydQQ","split","setStyle","medium","bolder","includes","123972UVVmAY","filter","sup","italic","getStyleNames","function","line-through","font-style","9JMSKSY","1319976BljRsD","3426004HwAWHN","font-size","3832659UwkplA","createElement","60LjlAol","4003048xoUJbv","getChildren","font-weight","11YLVRzK","bold","text-decoration","strong","font-family","sub","313858iNxQpP","keys","getStyle","super","31215630AzVaWj","length","color","forEach"];return(J=function(){return t})()}const Y=[U(331),U(368),U(357)],q={"font-style":[[U(349),"i"]],"font-weight":[[U(343),U(367)],[U(365),U(367)],[U(344),U(367)],[t=>Number(t)>=600,U(367)]],"text-decoration":[[U(339),"u"],[U(352),"s"]],"text-decoration-line":[[U(339),"u"],[U(352),"s"]],"vertical-align":[[U(369),U(369)],[U(328),U(348)]]};function B(t){return Q[U(345)](t)}function H(t){const e=U;return Array[e(333)](t[e(350)]())[e(347)](B)}function _(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=U,r={},s={};return e[n(332)]((e=>{const i=n,o=t[i(372)](e);if(o)if(c=e,Y[U(345)](c))r[e]=o;else if(e in q){const t=o[i(341)](" ");q[e][i(332)]((([n,r])=>{const o=i;for(const i of t)(o(351)==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(332)]((([,n])=>{const s=r,i=e[s(359)](n,[],t[s(362)]());e[s(335)](0,i,t)})),e[r(336)](s,t)})(t,e,s),function(t,e,n){const r=U;if(!Object[r(371)](n)[r(330)])return;const s=e[r(359)](r(334),[],t[r(362)]());e[r(342)](n,s),e[r(335)](0,s,t),e[r(336)](Object[r(371)](n),t)}(t,e,r)}const Z=G;function G(t,e){const n=X();return(G=function(t,e){return n[t-=353]})(t,e)}function X(){const t=["document","element","691686okzOLA","2609946SCBLVs","createRangeIn","getItems","28835tvJcPo","73130soyNhL","blockElements","font","execute","content","name","_parsedData","30bKvfjD","79745MflBou","3477616NYGMmU","isActive","stylesProcessor","208exvTQG","7EcSkxJ","includes","8873880oJtTot"];return(X=function(){return t})()}!function(t){const e=G,n=t();for(;;)try{if(218674===-parseInt(e(362))/1+parseInt(e(354))/2*(-parseInt(e(361))/3)+-parseInt(e(366))/4*(parseInt(e(353))/5)+-parseInt(e(373))/6*(parseInt(e(367))/7)+parseInt(e(363))/8+parseInt(e(372))/9+parseInt(e(369))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class tt extends w{[Z(357)](t){const n=Z,{body:r}=t[n(360)],s=new e.UpcastWriter(r[n(370)]),i=s[n(374)](r),o=new e.ViewDocument(s[n(370)][n(365)]),c=[...new e.DomConverter(o)[n(355)],n(356)],a=i[n(375)]();for(const t of a)if(t.is(n(371))&&c[n(368)](t[n(359)])){_(t,s,H(t))}t[n(358)]=r}[Z(364)](t){return super[Z(364)](t)||A(t)}}const et=nt;function nt(t,e){const n=rt();return(nt=function(t,e){return n[t-=408]})(t,e)}function rt(){const t=["requires","2884548SxkmYN","developmentLimit","6631947tFlfVI","view","PasteFromOfficeEnhancedPropagator","editing","inputTransformation","invalid","PasteFromOffice","pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit","isOfficialPlugin","_parsedData","destroy","_showLicenseError","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","pasteFromOfficeEnhancedLicenseKeyUsageLimit","plugins","getData","stylesProcessor","editor","high","featureNotAllowed","licenseKey","dataTransfer","pasteFromOfficeEnhancedLicenseKeyDomainLimit","expired","get","2658765DZXPoE","usageLimit","33990ToSLqD","pasteFromOfficeEnhancedLicenseKeyTrialLimit","trialLimit","text/html","51896pdcwGk","1456930Cdwvun","PasteFromOfficeEnhanced","ClipboardPipeline","config","pluginName","7xPvalU","93516DMMmVp","evaluationLimit","domainLimit","isPremiumPlugin","pasteFromOfficeEnhancedLicenseKeyValid","pasteFromOfficeEnhancedLicenseKeyExpired","99sXVwTx","isActive","pasteFromOfficeEnhancedLicenseKeyInvalid","_licenseKeyCheckInterval","203vznhpr","execute","pasteFromOfficeEnhancedLicenseKeyNotAllowed","init","document"];return(rt=function(){return t})()}!function(t){const e=nt,n=t();for(;;)try{if(657274===parseInt(e(455))/1*(parseInt(e(445))/2)+-parseInt(e(462))/3*(-parseInt(e(456))/4)+-parseInt(e(443))/5+-parseInt(e(416))/6+parseInt(e(410))/7*(parseInt(e(449))/8)+parseInt(e(418))/9+-parseInt(e(450))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rt);class st extends t.Plugin{static get[et(454)](){return et(420)}static get[et(426)](){return!0}static get[et(459)](){return!0}static get[et(415)](){return[et(424)]}[et(413)](){const t=et,e=this[t(435)],n=e[t(432)][t(442)](t(452)),r=e[t(421)][t(419)][t(414)],s=new tt(r);n.on(t(422),((e,n)=>{const i=t,o=n[i(439)][i(433)](i(448));s[i(463)](o)&&(n[i(427)]||(n[i(427)]=b(o,r[i(434)])),s[i(411)](n))}),{priority:x.priorities[t(442)](t(436))+10}),this[t(438)]=this[t(435)][t(453)][t(442)](t(438));const i=this[t(435)];this[t(409)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(460)==s||e(408)==s||e(461)==s||e(440)==s||e(412)==s||e(430)==s||e(446)==s||e(425)==s||e(431)==s){delete i[r],n=s,clearInterval(this[e(409)]),this[e(409)]=void 0;break}}e(408)==n&&i[e(429)](e(423)),e(461)==n&&i[e(429)](e(441)),e(440)==n&&i[e(429)](e(458)),e(412)==n&&i[e(429)](e(437),e(451)),e(430)==n&&i[e(429)](e(457)),e(446)==n&&i[e(429)](e(447)),e(425)==n&&i[e(429)](e(417)),e(431)==n&&i[e(429)](e(444))}),1e3)}[et(428)](){const t=et;super[t(428)](),this[t(409)]&&clearInterval(this[t(409)])}}var it=ct;function ot(){var t=["pluginName","446610BAYxiF","isOfficialPlugin","616288acmmbj","1300494DGDYIT","120aMfatu","296875jfWPZI","PasteFromOffice","PasteFromOfficeEnhanced","127900XJHseh","21TILGmf","10PSzOAW","17223sRYmLt","isPremiumPlugin","3595761YzIEti","requires"];return(ot=function(){return t})()}function ct(t,e){var n=ot();return(ct=function(t,e){return n[t-=206]})(t,e)}!function(t){for(var e=ct,n=t();;)try{if(172568===-parseInt(e(206))/1+parseInt(e(217))/2+parseInt(e(212))/3*(parseInt(e(221))/4)+parseInt(e(209))/5+parseInt(e(220))/6+-parseInt(e(210))/7*(-parseInt(e(219))/8)+-parseInt(e(214))/9*(parseInt(e(211))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class at extends t.Plugin{static get[it(216)](){return it(208)}static get[it(218)](){return!0}static get[it(213)](){return!0}static get[it(215)](){return[it(207),$,st]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=120]})(t,e)}function lt(){var t=["707917kKfSgT","8gmRlpF","5070TvKhmQ","176410NbJlXu","200154citdLL","1563290nPkYtL","4GdZCfx","1665642iBZVkk","1390719HsRKnb","47097iRoFaA"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(935441===-parseInt(e(127))/1+-parseInt(e(121))/2+-parseInt(e(122))/3+parseInt(e(120))/4*(-parseInt(e(129))/5)+-parseInt(e(128))/6+-parseInt(e(124))/7*(-parseInt(e(125))/8)+parseInt(e(123))/9*(parseInt(e(126))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
|
4
|
+
*/(()=>{var t={331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},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:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=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=d(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=p(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,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(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,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[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(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(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 f(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 p(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 d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(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=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(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 g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const y=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,I=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return y.test(t)||I.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=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),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(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 b(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.DomConverter(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 x=n(584);function S(){const t=["153LIdzPe","453233RsezBh","855109ulNAYe","764qYGFXp","2ZHPGmC","test","58224jEmvOv","10065YPKeLN","6120248KnofoU","6539FxuywB","1086NHCxQs","9VOYonc","170FbHnND","4163971ncgled"];return(S=function(){return t})()}!function(t){const e=E,n=t();for(;;)try{if(681080===parseInt(e(357))/1*(-parseInt(e(359))/2)+parseInt(e(355))/3*(-parseInt(e(358))/4)+parseInt(e(362))/5*(-parseInt(e(351))/6)+-parseInt(e(354))/7+parseInt(e(363))/8*(parseInt(e(352))/9)+-parseInt(e(353))/10*(parseInt(e(356))/11)+-parseInt(e(361))/12*(-parseInt(e(364))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(S);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t,e){const n=S();return(E=function(t,e){return n[t-=351]})(t,e)}function A(t){return C[E(360)](t)}!function(t){const e=F,n=t();for(;;)try{if(505143===-parseInt(e(516))/1+-parseInt(e(510))/2+parseInt(e(514))/3*(parseInt(e(511))/4)+-parseInt(e(501))/5+parseInt(e(504))/6+parseInt(e(502))/7*(-parseInt(e(503))/8)+parseInt(e(512))/9*(parseInt(e(506))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(P);const L=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function O(t,e){const n=F,r=new Map;for(const[s,i]of e){if(!s[n(519)]&&!s[n(520)])continue;const e=!s[n(519)]||t[n(517)]===s[n(519)],o=!s[n(520)]||t[n(515)](s[n(520)]);e&&o&&r[n(499)](s,i)}return r}function P(){const t=["getPropertyValue","234951SwBcYw","hasClass","88380wDhoog","name","push","tagName","className","exec","initial","selectorText","length","split","groups","set","trim","1311265SVjjwZ","25312oKMvdW","24ocsaXJ","2748384iIXakY","cssRules","8051770PBhaKm","assign","map","style","1263136JcSNIH","12uBFwst","9eaYlAE"];return(P=function(){return t})()}function F(t,e){const n=P();return(F=function(t,e){return n[t-=494]})(t,e)}function N(t){const e=F,n={};for(let r=0;r<t[e(496)];r++){const s=t[r],i=t[e(513)](s);e(494)!==i&&(n[s]=i)}return n}function R(t){const e=F,n=t[e(497)](",")[e(508)]((t=>t[e(500)]())),r=[];for(const t of n){const n=L[e(521)](t);n&&r[e(518)](n[e(498)])}return r}function j(t){const e=F,n={};for(const r of t)Object[e(507)](n,r);return n}const T=D;function D(t,e){const n=M();return(D=function(t,e){return n[t-=132]})(t,e)}function M(){const t=["from","execute","5120ItjWgw","3334554NqkdNW","setStyle","88CAXgNO","hasStyle","createRangeIn","825678SuqmPr","document","type","values","454008IpDpdR","949224wtQTMz","size","984890pcwCOt","elementStart","content","isActive","837642fPcQeS","80mEkGpl","_parsedData","3264UNkNha","item"];return(M=function(){return t})()}!function(t){const e=D,n=t();for(;;)try{if(721498===parseInt(e(151))/1+parseInt(e(133))/2+parseInt(e(136))/3*(parseInt(e(140))/4)+parseInt(e(134))/5*(-parseInt(e(150))/6)+-parseInt(e(146))/7*(parseInt(e(143))/8)+parseInt(e(141))/9+parseInt(e(153))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class W extends w{[T(139)](t){const n=T,{body:r,styles:s}=t[n(135)],i=new e.UpcastWriter(r[n(147)]),o=i[n(145)](r),c=function(t){const e=F,n=new Map;for(const r in t){const s=R(r),i=t[r];for(const t of s)n[e(499)](t,i)}return n}(function(t){const e=F,n={};for(const r of t)for(const t of r[e(505)])if(t instanceof CSSStyleRule){const r=N(t[e(509)]);n[t[e(495)]]=Object[e(507)]({},n[t[e(495)]]||{},r)}return n}(s));for(const t of o){if(n(154)!==t[n(148)])continue;const e=O(t[n(137)],c);if(e[n(152)]){const r=j(Array[n(138)](e[n(149)]()));for(const e in r){const s=t[n(137)];s[n(144)](e)||i[n(142)](e,r[e],s)}}}t[n(155)]=r}[T(132)](t){return super[T(132)](t)||A(t)}}const k=q;function K(){const t=["map","stylesProcessor","dataTransfer","inputTransformation","get","pluginName","12245832yBpuqm","view","130944hanRNK","join","getData","isActive","279647KeHlkG","execute","isPremiumPlugin","document","38109sbKTZw","href","init","text/html","_parsedData","1571180wFrnSl","requires","1239576TsowCE","fromCharCode","PasteFromOffice","afterInit","86RqOaOD","editing","PasteFromOfficeEnhancedInliner","high","plugins","editor","ClipboardPipeline","isOfficialPlugin","3342787poLFxk"];return(K=function(){return t})()}function q(t,e){const n=K();return(q=function(t,e){return n[t-=269]})(t,e)}!function(t){const e=q,n=t();for(;;)try{if(326256===parseInt(e(282))/1+-parseInt(e(297))/2*(-parseInt(e(286))/3)+parseInt(e(278))/4+parseInt(e(291))/5+parseInt(e(293))/6+parseInt(e(269))/7+-parseInt(e(276))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class Y extends t.Plugin{static get[k(275)](){return k(299)}static get[k(304)](){return!0}static get[k(284)](){return!0}static get[k(292)](){return[k(295)]}[k(288)](){const t=k,e=this[t(302)],n=e[t(301)][t(274)](t(303)),r=e[t(298)][t(277)][t(285)],s=new W(r);n.on(t(273),((e,n)=>{const i=t,o=n[i(272)][i(280)](i(289));s[i(281)](o)&&(n[i(290)]||(n[i(290)]=b(o,r[i(271)])),s[i(283)](n))}),{priority:x.priorities[t(274)](t(300))+11})}[k(296)](){!async function(t){const e=d([55,53,70,54,104,57,80,117,99,83,73,50,89,115,105,98,67,65,88,66,74,56,102,75,79,72,101,103,121,49,116,85,110,90,48,76,52,100,81,119,108,112,84,97,118,78,111,120,107,82,86,122,109,106,87,68,114,71,113,69,51,77]),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=q;return t[e(270)]((t=>String[e(294)](t)))[e(279)]("")}!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([70]);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,x.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(t){return!1}function e(e){const n=a(e);n&&n[d([97,108,103])]==d([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[d([85,105,110,116,56,65,114,114,97,121])][d([102,114,111,109])](u(r),(t=>t[d([99,104,97,114,67,111,100,101,65,116])](0))),o=(new(window[d([84,101,120,116,69,110,99,111,100,101,114])]))[d([101,110,99,111,100,101])](e+d([46])+n),c=window[d([99,114,121,112,116,111])][d([115,117,98,116,108,101])];if(!c)return;const a=await c[d([105,109,112,111,114,116,75,101,121])](d([106,119,107]),i,{[d([110,97,109,101])]:d([69,67,68,83,65]),[d([110,97,109,101,100,67,117,114,118,101])]:d([80,45,50,53,54])},!1,[d([118,101,114,105,102,121])]);await c[d([118,101,114,105,102,121])]({[d([110,97,109,101])]:d([69,67,68,83,65]),[d([104,97,115,104])]:{[d([110,97,109,101])]:d([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[d([102,101,97,116,117,114,101,115])];return!(!e||!e[d([105,110,99,108,117,100,101,115])](d([42]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,79,69]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,80])))}()?function(){const e=[d([101,118,97,108,117,97,116,105,111,110]),d([116,114,105,97,108])][d([105,110,99,108,117,100,101,115])](t[d([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1733097600;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=q,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(287)]);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([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]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([100,101,118,101,108,111,112,109,101,110,116])&&(e=c(d([68,101,118,101,108,111,112,109,101,110,116,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(t){return d([73,110,118,97,108,105,100])}}())}(this)}}const $=V;!function(t){const e=V,n=t();for(;;)try{if(909591===-parseInt(e(167))/1+-parseInt(e(165))/2*(-parseInt(e(163))/3)+parseInt(e(190))/4+parseInt(e(175))/5*(-parseInt(e(161))/6)+-parseInt(e(171))/7+parseInt(e(180))/8*(-parseInt(e(168))/9)+parseInt(e(187))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_);const z=[$(181),$(184),$(204),$(173),$(162),$(164),$(194),$(185)],B=[$(181),$(184),$(204)],H={"font-style":[[$(196),"i"]],"font-weight":[[$(169),$(170)],[$(177),$(170)],[$(189),$(170)],[t=>Number(t)>=600,$(170)]],"text-decoration":[[$(172),"u"],[$(195),"s"]],"text-decoration-line":[[$(172),"u"],[$(195),"s"]],"vertical-align":[[$(200),$(200)],[$(183),$(191)]]};function U(t){return z[$(176)](t)}function V(t,e){const n=_();return(V=function(t,e){return n[t-=161]})(t,e)}function G(t){const e=$;return Array[e(197)](t[e(193)]())[e(198)](U)}function X(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=$,r={},s={};return e[n(178)]((e=>{const i=n,o=t[i(186)](e);if(o)if(c=e,B[$(176)](c))r[e]=o;else if(e in H){const t=o[i(202)](" ");H[e][i(178)]((([n,r])=>{const o=i;for(const i of t)(o(199)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])}))}var c})),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=$;for(const s in n)n[s][r(178)]((([,n])=>{const s=r,i=e[s(174)](n,[],t[s(179)]());e[s(182)](0,i,t)})),e[r(201)](s,t)})(t,e,s),function(t,e,n){const r=$;if(!Object[r(192)](n)[r(166)])return;const s=e[r(174)](r(188),[],t[r(179)]());e[r(203)](n,s),e[r(182)](0,s,t),e[r(201)](Object[r(192)](n),t)}(t,e,r)}function _(){const t=["font-weight","102GcaPyt","length","269279AEIDat","13963977clJYDb","medium","strong","5335288MRYDkA","underline","text-decoration","createElement","7505wrkRtu","includes","bold","forEach","getChildren","8mFgEMe","color","insertChild","super","font-family","vertical-align","getStyle","20882440tHEZAE","span","bolder","1242124hdaqRq","sup","keys","getStyleNames","font-style","line-through","italic","from","filter","function","sub","removeStyle","split","setStyle","font-size","1590gabjxd","text-decoration-line","87741sXYLRw"];return(_=function(){return t})()}function J(t,e){const n=Z();return(J=function(t,e){return n[t-=411]})(t,e)}const Q=J;function Z(){const t=["getItems","5010085OJqydu","2192864bFiFMD","blockElements","8426928WzIuWB","stylesProcessor","isActive","element","name","1402646cpYMBA","4447446VjfmwU","font","39191236VQxEpO","1887264iTaTOh","includes","_parsedData","execute","content","createRangeIn","document"];return(Z=function(){return t})()}!function(t){const e=J,n=t();for(;;)try{if(742901===-parseInt(e(414))/1+-parseInt(e(427))/2+-parseInt(e(415))/3+-parseInt(e(418))/4+parseInt(e(426))/5+-parseInt(e(429))/6+parseInt(e(417))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);class tt extends w{[Q(421)](t){const n=Q,{body:r}=t[n(420)],s=new e.UpcastWriter(r[n(424)]),i=s[n(423)](r),o=new e.ViewDocument(s[n(424)][n(430)]),c=[...new e.DomConverter(o)[n(428)],n(416)],a=i[n(425)]();for(const t of a)if(t.is(n(412))&&c[n(419)](t[n(413)])){X(t,s,G(t))}t[n(422)]=r}[Q(411)](t){return super[Q(411)](t)||A(t)}}const et=nt;function nt(t,e){const n=rt();return(nt=function(t,e){return n[t-=387]})(t,e)}function rt(){const t=["PasteFromOfficeEnhanced","getData","trialLimit","pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit","editor","6YTGwzP","config","_parsedData","pasteFromOfficeEnhancedLicenseKeyTrialLimit","isOfficialPlugin","PasteFromOfficeEnhancedPropagator","238azGFYr","requires","init","pasteFromOfficeEnhancedLicenseKeyInvalid","execute","88883WRXMrV","449360vMQIzr","view","pasteFromOfficeEnhancedLicenseKeyValid","_licenseKeyCheckInterval","pasteFromOfficeEnhancedLicenseKeyNotAllowed","PasteFromOffice","pasteFromOfficeEnhancedLicenseKeyExpired","domainLimit","document","2958bITCBR","_showLicenseError","isActive","2653857LyhFjo","plugins","pasteFromOfficeEnhancedLicenseKeyDomainLimit","dataTransfer","editing","expired","evaluationLimit","text/html","featureNotAllowed","usageLimit","259784xmrUIr","ClipboardPipeline","pasteFromOfficeEnhancedLicenseKeyUsageLimit","pluginName","isPremiumPlugin","destroy","stylesProcessor","get","developmentLimit","high","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","invalid","licenseKey","inputTransformation","1559320cqdDXY","760773YSkNon"];return(rt=function(){return t})()}!function(t){const e=nt,n=t();for(;;)try{if(158100===-parseInt(e(434))/1*(-parseInt(e(423))/2)+-parseInt(e(417))/3+parseInt(e(435))/4+parseInt(e(416))/5+-parseInt(e(389))/6*(parseInt(e(429))/7)+parseInt(e(402))/8+-parseInt(e(392))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rt);class st extends t.Plugin{static get[et(405)](){return et(428)}static get[et(427)](){return!0}static get[et(406)](){return!0}static get[et(430)](){return[et(440)]}[et(431)](){const t=et,e=this[t(422)],n=e[t(393)][t(409)](t(403)),r=e[t(396)][t(436)][t(388)],s=new tt(r);n.on(t(415),((e,n)=>{const i=t,o=n[i(395)][i(419)](i(399));s[i(391)](o)&&(n[i(425)]||(n[i(425)]=b(o,r[i(408)])),s[i(433)](n))}),{priority:x.priorities[t(409)](t(411))+10}),this[t(414)]=this[t(422)][t(424)][t(409)](t(414));const i=this[t(422)];this[t(438)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(437)==s||e(432)==s||e(441)==s||e(394)==s||e(439)==s||e(412)==s||e(426)==s||e(421)==s||e(404)==s){delete i[r],n=s,clearInterval(this[e(438)]),this[e(438)]=void 0;break}}e(432)==n&&i[e(390)](e(413)),e(441)==n&&i[e(390)](e(397)),e(394)==n&&i[e(390)](e(387)),e(439)==n&&i[e(390)](e(400),e(418)),e(412)==n&&i[e(390)](e(398)),e(426)==n&&i[e(390)](e(420)),e(421)==n&&i[e(390)](e(410)),e(404)==n&&i[e(390)](e(401))}),1e3)}[et(407)](){const t=et;super[t(407)](),this[t(438)]&&clearInterval(this[t(438)])}}function it(t,e){var n=ct();return(it=function(t,e){return n[t-=160]})(t,e)}var ot=it;function ct(){var t=["43074ksHOIh","9azejFn","pluginName","requires","112242lWLrWX","3284660vpqbql","168fmCdbw","PasteFromOfficeEnhanced","isPremiumPlugin","1298464gZoeqw","15102494XRTyHY","1dXtvNg","3620PnDAAn","645uQIfje","1304979YGJtEV","PasteFromOffice","isOfficialPlugin"];return(ct=function(){return t})()}!function(t){for(var e=it,n=t();;)try{if(227627===parseInt(e(161))/1*(parseInt(e(167))/2)+-parseInt(e(164))/3+parseInt(e(162))/4*(-parseInt(e(163))/5)+parseInt(e(171))/6*(-parseInt(e(173))/7)+parseInt(e(176))/8+-parseInt(e(168))/9*(parseInt(e(172))/10)+parseInt(e(160))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class at extends t.Plugin{static get[ot(169)](){return ot(174)}static get[ot(166)](){return!0}static get[ot(175)](){return!0}static get[ot(170)](){return[ot(165),Y,st]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=387]})(t,e)}function lt(){var t=["241EVGbvP","414452WjsFoP","1676079CCqyTG","301uobdzz","2030320eRaNye","11907950ILXPeG","15CLNmCo","7736LTvKIt","6415880OzxFFE","155754DPzxOP"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(726936===parseInt(e(392))/1*(-parseInt(e(389))/2)+-parseInt(e(388))/3*(-parseInt(e(393))/4)+parseInt(e(390))/5+-parseInt(e(391))/6*(-parseInt(e(395))/7)+-parseInt(e(396))/8+parseInt(e(394))/9+-parseInt(e(387))/10)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 _0x49a0cc}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x187681,parseHtml as _0x28f085}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x4950f2,uid as _0x545c01}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x28190d,ViewDocument as _0xfe0932,DomConverter as _0x41239d}from'@ckeditor/ckeditor5-engine/dist/index.js';const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x4da6a5){return x['test'](_0x4da6a5);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(_0x3b67ff,_0x1bafb5){const _0x203d2d=new Map();for(const [_0x16cc6e,_0x5bcd58]of _0x1bafb5){if(!_0x16cc6e['tagName']&&!_0x16cc6e['className'])continue;const _0x1ef1c5=!_0x16cc6e['tagName']||_0x3b67ff['name']===_0x16cc6e['tagName'],_0x38bc5a=!_0x16cc6e['className']||_0x3b67ff['hasClass'](_0x16cc6e['className']);_0x1ef1c5&&_0x38bc5a&&_0x203d2d['set'](_0x16cc6e,_0x5bcd58);}return _0x203d2d;}function h(_0x30eeca){const _0x1bd844={};for(let _0x4cb98a=0x0;_0x4cb98a<_0x30eeca['length'];_0x4cb98a++){const _0xb35992=_0x30eeca[_0x4cb98a],_0x437095=_0x30eeca['getPropertyValue'](_0xb35992);'initial'!==_0x437095&&(_0x1bd844[_0xb35992]=_0x437095);}return _0x1bd844;}function L(_0x561d1b){const _0x2ade06=_0x561d1b['split'](',')['map'](_0x1cbb52=>_0x1cbb52['trim']()),_0x45f007=[];for(const _0x3903d4 of _0x2ade06){const _0x20591e=S['exec'](_0x3903d4);_0x20591e&&_0x45f007['push'](_0x20591e['groups']);}return _0x45f007;}function y(_0x55a9eb){const _0x3a9ca1={};for(const _0x111bef of _0x55a9eb)Object['assign'](_0x3a9ca1,_0x111bef);return _0x3a9ca1;}class c extends _0x187681{['execute'](_0x4a6f45){const {body:_0x5636dc,styles:_0x5757f2}=_0x4a6f45['_parsedData'],_0x4859d0=new _0x28190d(_0x5636dc['document']),_0x440b52=_0x4859d0['createRangeIn'](_0x5636dc),_0x2d56e1=function(_0x15fae4){const _0x4c7b16={};for(const _0x33735d of _0x15fae4)for(const _0x339ae1 of _0x33735d['cssRules'])if(_0x339ae1 instanceof CSSStyleRule){const _0x102367=h(_0x339ae1['style']);_0x4c7b16[_0x339ae1['selectorText']]=Object['assign']({},_0x4c7b16[_0x339ae1['selectorText']]||{},_0x102367);}return _0x4c7b16;}(_0x5757f2),_0x48fbbc=function(_0x1f26e2){const _0xbb83a1=new Map();for(const _0x39712d in _0x1f26e2){const _0x1d0d62=L(_0x39712d),_0x29cdab=_0x1f26e2[_0x39712d];for(const _0x41229e of _0x1d0d62)_0xbb83a1['set'](_0x41229e,_0x29cdab);}return _0xbb83a1;}(_0x2d56e1);for(const _0x56d1aa of _0x440b52){if('elementStart'!==_0x56d1aa['type'])continue;const _0x384b49=k(_0x56d1aa['item'],_0x48fbbc);if(_0x384b49['size']){const _0xffab1c=y(Array['from'](_0x384b49['values']()));for(const _0x17a5ea in _0xffab1c){const _0x51ec4b=_0x56d1aa['item'];_0x51ec4b['hasStyle'](_0x17a5ea)||_0x4859d0['setStyle'](_0x17a5ea,_0xffab1c[_0x17a5ea],_0x51ec4b);}}}_0x4a6f45['content']=_0x5636dc;}['isActive'](_0x39df6b){return super['isActive'](_0x39df6b)||d(_0x39df6b);}}class i extends _0x49a0cc{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x489901=this['editor'],_0x4bb353=_0x489901['plugins']['get']('ClipboardPipeline'),_0x65ba20=_0x489901['editing']['view']['document'],_0x360f4c=new c(_0x65ba20);_0x4bb353['on']('inputTransformation',(_0x591dd2,_0x3d4de4)=>{const _0x19c345=_0x3d4de4['dataTransfer']['getData']('text/html');_0x360f4c['isActive'](_0x19c345)&&(_0x3d4de4['_parsedData']||(_0x3d4de4['_parsedData']=_0x28f085(_0x19c345,_0x65ba20['stylesProcessor'])),_0x360f4c['execute'](_0x3d4de4));},{'priority':_0x4950f2['get']('high')+0xb});}['afterInit'](){!async function(_0x339514){const _0x40ca9c=_0x2e6a52([0x37,0x4d,0x43,0x51,0x66,0x79,0x53,0x35,0x7a,0x39,0x47,0x62,0x78,0x70,0x30,0x64,0x42,0x48,0x38,0x71,0x65,0x44,0x4a,0x54,0x46,0x67,0x77,0x6a,0x6c,0x75,0x59,0x57,0x36,0x4b,0x5a,0x41,0x49,0x61,0x76,0x63,0x52,0x6e,0x33,0x32,0x55,0x45,0x4f,0x31,0x69,0x4e,0x50,0x34,0x56,0x68,0x6d,0x58,0x4c,0x74,0x72,0x73,0x6f,0x6b]),_0x2b4020=0x778dbb22,_0x220746=0x778ae362^_0x2b4020,_0x44126c=window[_0x2e6a52([0x44,0x61,0x74,0x65])][_0x2e6a52([0x6e,0x6f,0x77])](),_0x39c291=_0x339514[_0x2e6a52([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x273b48=new window[(_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x58b16b=>{_0x39c291[_0x2e6a52([0x6f,0x6e,0x63,0x65])](_0x2e6a52([0x72,0x65,0x61,0x64,0x79]),_0x58b16b);}),_0x301acd={[_0x2e6a52([0x6b,0x74,0x79])]:_0x2e6a52([0x45,0x43]),[_0x2e6a52([0x75,0x73,0x65])]:_0x2e6a52([0x73,0x69,0x67]),[_0x2e6a52([0x63,0x72,0x76])]:_0x2e6a52([0x50,0x2d,0x32,0x35,0x36]),[_0x2e6a52([0x78])]:_0x2e6a52([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]),[_0x2e6a52([0x79])]:_0x2e6a52([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]),[_0x2e6a52([0x61,0x6c,0x67])]:_0x2e6a52([0x45,0x53,0x32,0x35,0x36])},_0x51de07=_0x39c291[_0x2e6a52([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2e6a52([0x67,0x65,0x74])](_0x2e6a52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x47532e(){let _0x773ac,_0x24c419=null,_0x4df1b0=null;try{if(_0x51de07==_0x2e6a52([0x47,0x50,0x4c]))return _0x2e6a52([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x773ac=_0x584558(),!_0x773ac)return _0x2e6a52([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x773ac[_0x2e6a52([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4df1b0=_0x27ad40(_0x773ac[_0x2e6a52([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x773ac[_0x2e6a52([0x6a,0x74,0x69])])),await _0x39c81e()?_0x20d56c()?_0x417035()?_0x2e6a52([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4cc3e2()?(_0x773ac[_0x2e6a52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e6a52([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x24c419=_0xf4535c(_0x2e6a52([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x773ac[_0x2e6a52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e6a52([0x74,0x72,0x69,0x61,0x6c])&&(_0x24c419=_0xf4535c(_0x2e6a52([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x773ac[_0x2e6a52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e6a52([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x24c419=_0xf4535c(_0x2e6a52([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x28ea0d()):_0x2e6a52([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2e6a52([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2e6a52([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x32ea6e){return _0x2e6a52([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x417035(){const _0x54bb39=[_0x2e6a52([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2e6a52([0x74,0x72,0x69,0x61,0x6c])][_0x2e6a52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x773ac[_0x2e6a52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x44126c/0x3e8:0xe10*_0x220746;return _0x773ac[_0x2e6a52([0x65,0x78,0x70])]<_0x54bb39;}function _0x20d56c(){const _0x54e78f=_0x773ac[_0x2e6a52([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x54e78f&&(!!_0x54e78f[_0x2e6a52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e6a52([0x2a]))||(!!_0x54e78f[_0x2e6a52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e6a52([0x50,0x4f,0x45]))||!!_0x54e78f[_0x2e6a52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e6a52([0x50,0x50]))));}function _0x4cc3e2(){const _0x4a9a2c=_0x773ac[_0x2e6a52([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4a9a2c||0x0==_0x4a9a2c[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1c43f4}=new URL(window[_0x2e6a52([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4a9a2c[_0x2e6a52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1c43f4))return!0x0;const _0x456ee9=_0x1c43f4[_0x2e6a52([0x73,0x70,0x6c,0x69,0x74])](_0x2e6a52([0x2e]));return _0x4a9a2c[_0x2e6a52([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2b3bc8=>_0x2b3bc8[_0x2e6a52([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e6a52([0x2a])))[_0x2e6a52([0x6d,0x61,0x70])](_0x4a8fce=>_0x4a8fce[_0x2e6a52([0x73,0x70,0x6c,0x69,0x74])](_0x2e6a52([0x2e])))[_0x2e6a52([0x73,0x6f,0x6d,0x65])](_0x40caa2=>_0x456ee9[_0x2e6a52([0x65,0x76,0x65,0x72,0x79])]((_0x27011d,_0x445a3)=>_0x40caa2[_0x445a3]===_0x27011d||_0x40caa2[_0x445a3]===_0x2e6a52([0x2a])));}function _0x28ea0d(){return _0x24c419&&_0x4df1b0?new window[(_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x44b38c,_0x367aad)=>{_0x24c419[_0x2e6a52([0x74,0x68,0x65,0x6e])](_0x44b38c,_0x367aad),_0x4df1b0[_0x2e6a52([0x74,0x68,0x65,0x6e])](_0xfebe1b=>{_0xfebe1b!=_0x2e6a52([0x56,0x61,0x6c,0x69,0x64])&&_0x44b38c(_0xfebe1b);},_0x367aad);}):_0x24c419||_0x4df1b0||_0x2e6a52([0x56,0x61,0x6c,0x69,0x64]);}}function _0x27ad40(_0x232fa1,_0x2e94c8){return new window[(_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e7bb6=>{if(_0xa2c7ed())return _0x5e7bb6(_0x2e6a52([0x56,0x61,0x6c,0x69,0x64]));_0x26dabf(),_0x39c291[_0x2e6a52([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2e6a52([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x28ea75=!0x1;const _0x84a158=_0x545c01();function _0x1e24b4(_0xf89fbb){return!!_0xf89fbb&&(typeof _0xf89fbb===_0x2e6a52([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xf89fbb===_0x2e6a52([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xf89fbb[_0x2e6a52([0x74,0x68,0x65,0x6e])]===_0x2e6a52([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xf89fbb[_0x2e6a52([0x63,0x61,0x74,0x63,0x68])]===_0x2e6a52([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x8d6678(_0x928c8f){_0x35b74f(_0x928c8f)[_0x2e6a52([0x74,0x68,0x65,0x6e])](_0x4685a4=>{if(!_0x4685a4||_0x4685a4[_0x2e6a52([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2e6a52([0x6f,0x6b]))return _0x2e6a52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x49ba22(_0x661328(_0x84a158+_0x2e94c8))!=_0x4685a4[_0x2e6a52([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2e6a52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2e6a52([0x56,0x61,0x6c,0x69,0x64]);})[_0x2e6a52([0x74,0x68,0x65,0x6e])](_0x3f132a=>(_0x59daa0(),_0x3f132a),()=>{const _0x4e0c73=_0x2246b2();return null==_0x4e0c73?(_0x59daa0(),_0x2e6a52([0x56,0x61,0x6c,0x69,0x64])):_0x2e6a52(_0x44126c-_0x4e0c73>(0x53813f22^_0x2b4020)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2e6a52([0x74,0x68,0x65,0x6e])](_0x5e7bb6)[_0x2e6a52([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5e7bb6(_0x2e6a52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x559727=0x77bb55a2^_0x2b4020;function _0x59daa0(){const _0x25afbb=_0x2e6a52([0x6c,0x6c,0x63,0x74,0x2d])+_0x49ba22(_0x661328(_0x232fa1)),_0x4aa7ec=_0x1f8923(_0x49ba22(window[_0x2e6a52([0x4d,0x61,0x74,0x68])][_0x2e6a52([0x63,0x65,0x69,0x6c])](_0x44126c/_0x559727)));window[_0x2e6a52([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e6a52([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x25afbb,_0x4aa7ec);}function _0x2246b2(){const _0x470a9c=_0x2e6a52([0x6c,0x6c,0x63,0x74,0x2d])+_0x49ba22(_0x661328(_0x232fa1)),_0xc5005=window[_0x2e6a52([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e6a52([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x470a9c);return _0xc5005?window[_0x2e6a52([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f8923(_0xc5005),0x10)*_0x559727:null;}function _0x35b74f(_0x391272){return new window[(_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xf2427c,_0x5c58e2)=>{_0x391272[_0x2e6a52([0x74,0x68,0x65,0x6e])](_0xf2427c,_0x5c58e2),window[_0x2e6a52([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5c58e2,0x778c6fe2^_0x2b4020);});}}_0x39c291[_0x2e6a52([0x6f,0x6e])](_0x2e6a52([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x48fa97,_0x8712c4)=>{if(_0x8712c4[0x0]!=_0x232fa1)return _0x5e7bb6(_0x2e6a52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x8712c4[0x1]={..._0x8712c4[0x1],[_0x2e6a52([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x84a158};},{[_0x2e6a52([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e6a52([0x68,0x69,0x67,0x68])}),_0x39c291[_0x2e6a52([0x6f,0x6e])](_0x2e6a52([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3c311e=>{_0x1e24b4(_0x3c311e[_0x2e6a52([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x28ea75=!0x0,_0x8d6678(_0x3c311e[_0x2e6a52([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2e6a52([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e6a52([0x6c,0x6f,0x77])}),_0x273b48[_0x2e6a52([0x74,0x68,0x65,0x6e])](()=>{_0x28ea75||_0x5e7bb6(_0x2e6a52([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xa2c7ed(){return _0x39c291[_0x2e6a52([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e6a52([0x76,0x69,0x65,0x77])][_0x2e6a52([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2e6a52([0x61,0x75,0x74,0x6f]);}function _0x26dabf(){_0x39c291[_0x2e6a52([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e6a52([0x76,0x69,0x65,0x77])][_0x2e6a52([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2e6a52([0x61,0x75,0x74,0x6f]);}}function _0xf4535c(_0x2bc664){const _0xfd0056=[new window[(_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x139b5a=>setTimeout(_0x139b5a,0x778485ee^_0x2b4020)),_0x273b48[_0x2e6a52([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x11bd9d=>{let _0x366c9d=0x0;_0x39c291[_0x2e6a52([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e6a52([0x6f,0x6e])](_0x2e6a52([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x14a79,_0x75ca5e)=>{_0x75ca5e[0x0][_0x2e6a52([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x366c9d++,_0x366c9d==(0x778dbada^_0x2b4020)&&(_0x11bd9d(),_0x14a79[_0x2e6a52([0x6f,0x66,0x66])]());});}))];return window[_0x2e6a52([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2e6a52([0x72,0x61,0x63,0x65])](_0xfd0056)[_0x2e6a52([0x74,0x68,0x65,0x6e])](()=>_0x2bc664);}async function _0x5b060b(){await _0x273b48,_0x39c291[_0x2e6a52([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e6a52([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x262896,_0x39c291[_0x2e6a52([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e6a52([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x262896,_0x39c291[_0x2e6a52([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2e6a52([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2c9df1(_0x38f643){const _0x1ede90=_0xabe9d7();_0x39c291[_0x1ede90]=_0x2e6a52([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])+_0x38f643,_0x38f643!=_0x2e6a52([0x56,0x61,0x6c,0x69,0x64])&&_0x5b060b();}function _0xabe9d7(){const _0x4ad2e7=window[_0x2e6a52([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2e6a52([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2e6a52([0x6e,0x6f,0x77])]())[_0x2e6a52([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2e6a52([0x2e]),'');let _0x1678a4=_0x2e6a52([0x4d]);for(let _0x27cef8=0x0;_0x27cef8<_0x4ad2e7[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x27cef8+=0x2){let _0x3cc1d6=window[_0x2e6a52([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4ad2e7[_0x2e6a52([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x27cef8,_0x27cef8+0x2));_0x3cc1d6>=_0x40ca9c[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3cc1d6-=_0x40ca9c[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1678a4+=_0x40ca9c[_0x3cc1d6];}return _0x1678a4;}function _0x584558(){const _0x28971c=_0x51de07[_0x2e6a52([0x73,0x70,0x6c,0x69,0x74])](_0x2e6a52([0x2e]));if(0x3!=_0x28971c[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x545699(_0x28971c[0x1]);function _0x545699(_0x437c85){const _0xb7c0dd=_0x363c42(_0x437c85);return _0xb7c0dd&&_0x4ad724()?_0xb7c0dd:null;function _0x4ad724(){const _0x385480=_0xb7c0dd[_0x2e6a52([0x6a,0x74,0x69])],_0x199fc0=window[_0x2e6a52([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x385480[_0x2e6a52([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x385480[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x703281={..._0xb7c0dd,[_0x2e6a52([0x6a,0x74,0x69])]:_0x385480[_0x2e6a52([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x385480[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x703281[_0x2e6a52([0x76,0x63])],_0x661328(_0x703281)==_0x199fc0;}}}async function _0x39c81e(){let _0x4465af=!0x0;try{const _0xcc040=_0x51de07[_0x2e6a52([0x73,0x70,0x6c,0x69,0x74])](_0x2e6a52([0x2e])),[_0x3a464d,_0x36df8c,_0x2bd8f3]=_0xcc040;return _0x465e99(_0x3a464d),await _0xcc3593(_0x3a464d,_0x36df8c,_0x2bd8f3),_0x4465af;}catch(_0x5d2416){return!0x1;}function _0x465e99(_0x20e92d){const _0x1afef8=_0x363c42(_0x20e92d);_0x1afef8&&_0x1afef8[_0x2e6a52([0x61,0x6c,0x67])]==_0x2e6a52([0x45,0x53,0x32,0x35,0x36])||(_0x4465af=!0x1);}async function _0xcc3593(_0x2e4196,_0x17b160,_0x67175){const _0x35a48f=window[_0x2e6a52([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2e6a52([0x66,0x72,0x6f,0x6d])](_0x4e2121(_0x67175),_0x24072e=>_0x24072e[_0x2e6a52([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x144a05=new window[(_0x2e6a52([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2e6a52([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2e4196+_0x2e6a52([0x2e])+_0x17b160),_0x5dcf04=window[_0x2e6a52([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2e6a52([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5dcf04)return;const _0x1884c8=await _0x5dcf04[_0x2e6a52([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2e6a52([0x6a,0x77,0x6b]),_0x301acd,{[_0x2e6a52([0x6e,0x61,0x6d,0x65])]:_0x2e6a52([0x45,0x43,0x44,0x53,0x41]),[_0x2e6a52([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2e6a52([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2e6a52([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5dcf04[_0x2e6a52([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2e6a52([0x6e,0x61,0x6d,0x65])]:_0x2e6a52([0x45,0x43,0x44,0x53,0x41]),[_0x2e6a52([0x68,0x61,0x73,0x68])]:{[_0x2e6a52([0x6e,0x61,0x6d,0x65])]:_0x2e6a52([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1884c8,_0x35a48f,_0x144a05)||(_0x4465af=!0x1);}}function _0x363c42(_0xcfcd37){return _0xcfcd37[_0x2e6a52([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2e6a52([0x65,0x79]))?JSON[_0x2e6a52([0x70,0x61,0x72,0x73,0x65])](_0x4e2121(_0xcfcd37)):null;}function _0x4e2121(_0x28be8f){return window[_0x2e6a52([0x61,0x74,0x6f,0x62])](_0x28be8f[_0x2e6a52([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2e6a52([0x2b]))[_0x2e6a52([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2e6a52([0x2f])));}function _0x661328(_0x208afa){let _0x4d17a0=0x1505;function _0x424723(_0x56c705){for(let _0x4da684=0x0;_0x4da684<_0x56c705[_0x2e6a52([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4da684++){const _0x3bf42b=_0x56c705[_0x2e6a52([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4da684);_0x4d17a0=(_0x4d17a0<<0x5)+_0x4d17a0+_0x3bf42b,_0x4d17a0&=_0x4d17a0;}}function _0x1369a4(_0x71059c){Array[_0x2e6a52([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x71059c)?_0x71059c[_0x2e6a52([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1369a4):_0x71059c&&typeof _0x71059c==_0x2e6a52([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2e6a52([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x71059c)[_0x2e6a52([0x73,0x6f,0x72,0x74])]()[_0x2e6a52([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2689a1,_0x4c7ef5])=>{_0x424723(_0x2689a1),_0x1369a4(_0x4c7ef5);}):_0x424723(window[_0x2e6a52([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x71059c));}return _0x1369a4(_0x208afa),_0x4d17a0>>>0x0;}function _0x49ba22(_0x8a2f22){return _0x8a2f22[_0x2e6a52([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2e6a52([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2e6a52([0x30]));}function _0x1f8923(_0x1e5cd0){return _0x1e5cd0[_0x2e6a52([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2e6a52([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2e6a52([0x6a,0x6f,0x69,0x6e])]('');}function _0x262896(){}function _0x2e6a52(_0x5a5f96){return _0x5a5f96['map'](_0x3625b5=>String['fromCharCode'](_0x3625b5))['join']('');}_0x2c9df1(await _0x47532e());}(this);}}const O=['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'],[_0x6dc8b1=>Number(_0x6dc8b1)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function K(_0x4d9631){return O['includes'](_0x4d9631);}function v(_0x41aa38,_0x790da3,_0x5c6f81){const {spanStyles:_0x58d28a,stylesToBeHtmlElements:_0x3b2eed}=function(_0x512b8a,_0x53b93f){const _0x3c7ae0={},_0x30dceb={};return _0x53b93f['forEach'](_0x54216f=>{const _0x3f9803=_0x512b8a['getStyle'](_0x54216f);if(_0x3f9803){if(function(_0x5b49a6){return E['includes'](_0x5b49a6);}(_0x54216f))_0x3c7ae0[_0x54216f]=_0x3f9803;else{if(function(_0xcb04bb){return _0xcb04bb in F;}(_0x54216f)){const _0x386ac5=_0x3f9803['split']('\x20');F[_0x54216f]['forEach'](([_0x5e1f1e,_0x531310])=>{for(const _0x34514a of _0x386ac5){('function'==typeof _0x5e1f1e&&_0x5e1f1e(_0x34514a)||_0x5e1f1e===_0x34514a)&&(_0x30dceb[_0x54216f]=[..._0x30dceb[_0x54216f]||[],[_0x5e1f1e,_0x531310]]);}});}}}}),{'spanStyles':_0x3c7ae0,'stylesToBeHtmlElements':_0x30dceb};}(_0x41aa38,_0x5c6f81);!function(_0x4c3295,_0x1e4e4e,_0x1cff97){for(const _0x23ee9d in _0x1cff97){_0x1cff97[_0x23ee9d]['forEach'](([,_0x429bcc])=>{const _0x3147c2=_0x1e4e4e['createElement'](_0x429bcc,[],_0x4c3295['getChildren']());_0x1e4e4e['insertChild'](0x0,_0x3147c2,_0x4c3295);}),_0x1e4e4e['removeStyle'](_0x23ee9d,_0x4c3295);}}(_0x41aa38,_0x790da3,_0x3b2eed),function(_0x4330b3,_0x3726c4,_0x5301e9){if(!Object['keys'](_0x5301e9)['length'])return;const _0xe59535=_0x3726c4['createElement']('span',[],_0x4330b3['getChildren']());_0x3726c4['setStyle'](_0x5301e9,_0xe59535),_0x3726c4['insertChild'](0x0,_0xe59535,_0x4330b3),_0x3726c4['removeStyle'](Object['keys'](_0x5301e9),_0x4330b3);}(_0x41aa38,_0x790da3,_0x58d28a);}class m extends _0x187681{['execute'](_0xde5ca2){const {body:_0x35703f}=_0xde5ca2['_parsedData'],_0x166c47=new _0x28190d(_0x35703f['document']),_0x28aabe=_0x166c47['createRangeIn'](_0x35703f),_0x168bcc=new _0xfe0932(_0x166c47['document']['stylesProcessor']),_0x5a5171=[...new _0x41239d(_0x168bcc)['blockElements'],'font'],_0x5a0c02=_0x28aabe['getItems']();for(const _0x3a464c of _0x5a0c02)_0x3a464c['is']('element')&&_0x5a5171['includes'](_0x3a464c['name'])&&v(_0x3a464c,_0x166c47,(_0x2054c5=_0x3a464c,Array['from'](_0x2054c5['getStyleNames']())['filter'](K)));var _0x2054c5;_0xde5ca2['content']=_0x35703f;}['isActive'](_0x185ee4){return super['isActive'](_0x185ee4)||d(_0x185ee4);}}class s extends _0x49a0cc{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x36934c=this['editor'],_0x39464e=_0x36934c['plugins']['get']('ClipboardPipeline'),_0x19d091=_0x36934c['editing']['view']['document'],_0x502a67=new m(_0x19d091);_0x39464e['on']('inputTransformation',(_0x3a1143,_0x53e746)=>{const _0x4a4a9a=_0x53e746['dataTransfer']['getData']('text/html');_0x502a67['isActive'](_0x4a4a9a)&&(_0x53e746['_parsedData']||(_0x53e746['_parsedData']=_0x28f085(_0x4a4a9a,_0x19d091['stylesProcessor'])),_0x502a67['execute'](_0x53e746));},{'priority':_0x4950f2['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x482605=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2fdd9e;for(const _0x35d2fd in _0x482605){const _0x1c97e9=_0x35d2fd,_0x9da4fb=_0x482605[_0x1c97e9];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x9da4fb||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x9da4fb){delete _0x482605[_0x1c97e9],_0x2fdd9e=_0x9da4fb,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x2fdd9e&&_0x482605['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x2fdd9e&&_0x482605['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x2fdd9e&&_0x482605['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x2fdd9e&&_0x482605['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x2fdd9e&&_0x482605['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x2fdd9e&&_0x482605['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x2fdd9e&&_0x482605['_showLicenseError']('developmentLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x2fdd9e&&_0x482605['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x49a0cc{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{a as PasteFromOfficeEnhanced};
|
|
23
|
+
import{Plugin as _0x448726}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x29217f,parseHtml as _0x58c4f2}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x4df7ae,uid as _0x5d19d9}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x235cb5,ViewDocument as _0x312aa9,DomConverter as _0x51ba4c}from'@ckeditor/ckeditor5-engine/dist/index.js';const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x576465){return x['test'](_0x576465);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(_0x2439fe,_0x4f4efb){const _0x2808f8=new Map();for(const [_0x46278a,_0x4b1db5]of _0x4f4efb){if(!_0x46278a['tagName']&&!_0x46278a['className'])continue;const _0x38a99b=!_0x46278a['tagName']||_0x2439fe['name']===_0x46278a['tagName'],_0x17d44a=!_0x46278a['className']||_0x2439fe['hasClass'](_0x46278a['className']);_0x38a99b&&_0x17d44a&&_0x2808f8['set'](_0x46278a,_0x4b1db5);}return _0x2808f8;}function h(_0x4fcb3d){const _0x49582f={};for(let _0x7520ba=0x0;_0x7520ba<_0x4fcb3d['length'];_0x7520ba++){const _0x4a2a69=_0x4fcb3d[_0x7520ba],_0x44ba9b=_0x4fcb3d['getPropertyValue'](_0x4a2a69);'initial'!==_0x44ba9b&&(_0x49582f[_0x4a2a69]=_0x44ba9b);}return _0x49582f;}function L(_0x56dd4b){const _0x1fd4ea=_0x56dd4b['split'](',')['map'](_0x3c106f=>_0x3c106f['trim']()),_0x30192a=[];for(const _0x2e729f of _0x1fd4ea){const _0x305538=S['exec'](_0x2e729f);_0x305538&&_0x30192a['push'](_0x305538['groups']);}return _0x30192a;}function y(_0x575a78){const _0x44ea17={};for(const _0x19db37 of _0x575a78)Object['assign'](_0x44ea17,_0x19db37);return _0x44ea17;}class c extends _0x29217f{['execute'](_0x2aabc5){const {body:_0x327866,styles:_0xf7866a}=_0x2aabc5['_parsedData'],_0x14d6e0=new _0x235cb5(_0x327866['document']),_0x207f6a=_0x14d6e0['createRangeIn'](_0x327866),_0x3d51bf=function(_0x218a4b){const _0x314b4d={};for(const _0x5d4add of _0x218a4b)for(const _0x5c155b of _0x5d4add['cssRules'])if(_0x5c155b instanceof CSSStyleRule){const _0x5b09ba=h(_0x5c155b['style']);_0x314b4d[_0x5c155b['selectorText']]=Object['assign']({},_0x314b4d[_0x5c155b['selectorText']]||{},_0x5b09ba);}return _0x314b4d;}(_0xf7866a),_0x33f9b6=function(_0x3ce5db){const _0x57b8dc=new Map();for(const _0x51bc5e in _0x3ce5db){const _0x473867=L(_0x51bc5e),_0x42f0ec=_0x3ce5db[_0x51bc5e];for(const _0x48d7ba of _0x473867)_0x57b8dc['set'](_0x48d7ba,_0x42f0ec);}return _0x57b8dc;}(_0x3d51bf);for(const _0x168b23 of _0x207f6a){if('elementStart'!==_0x168b23['type'])continue;const _0xc00180=k(_0x168b23['item'],_0x33f9b6);if(_0xc00180['size']){const _0x364aa5=y(Array['from'](_0xc00180['values']()));for(const _0x25a2ac in _0x364aa5){const _0x27e185=_0x168b23['item'];_0x27e185['hasStyle'](_0x25a2ac)||_0x14d6e0['setStyle'](_0x25a2ac,_0x364aa5[_0x25a2ac],_0x27e185);}}}_0x2aabc5['content']=_0x327866;}['isActive'](_0xa92606){return super['isActive'](_0xa92606)||d(_0xa92606);}}class i extends _0x448726{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x28cb45=this['editor'],_0x21a47e=_0x28cb45['plugins']['get']('ClipboardPipeline'),_0x3c9c7a=_0x28cb45['editing']['view']['document'],_0x2cbcfe=new c(_0x3c9c7a);_0x21a47e['on']('inputTransformation',(_0x2121d3,_0x41cc7c)=>{const _0x116d33=_0x41cc7c['dataTransfer']['getData']('text/html');_0x2cbcfe['isActive'](_0x116d33)&&(_0x41cc7c['_parsedData']||(_0x41cc7c['_parsedData']=_0x58c4f2(_0x116d33,_0x3c9c7a['stylesProcessor'])),_0x2cbcfe['execute'](_0x41cc7c));},{'priority':_0x4df7ae['get']('high')+0xb});}['afterInit'](){!async function(_0x974144){const _0x55713d=_0x3e4ccd([0x37,0x35,0x46,0x36,0x68,0x39,0x50,0x75,0x63,0x53,0x49,0x32,0x59,0x73,0x69,0x62,0x43,0x41,0x58,0x42,0x4a,0x38,0x66,0x4b,0x4f,0x48,0x65,0x67,0x79,0x31,0x74,0x55,0x6e,0x5a,0x30,0x4c,0x34,0x64,0x51,0x77,0x6c,0x70,0x54,0x61,0x76,0x4e,0x6f,0x78,0x6b,0x52,0x56,0x7a,0x6d,0x6a,0x57,0x44,0x72,0x47,0x71,0x45,0x33,0x4d]),_0x5c0aa9=0x40327e6a,_0x3af200=0x403526e2^_0x5c0aa9,_0x95db28=window[_0x3e4ccd([0x44,0x61,0x74,0x65])][_0x3e4ccd([0x6e,0x6f,0x77])](),_0x3f6f94=_0x974144[_0x3e4ccd([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1f0165=new window[(_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x52eb00=>{_0x3f6f94[_0x3e4ccd([0x6f,0x6e,0x63,0x65])](_0x3e4ccd([0x72,0x65,0x61,0x64,0x79]),_0x52eb00);}),_0x2a1e1c={[_0x3e4ccd([0x6b,0x74,0x79])]:_0x3e4ccd([0x45,0x43]),[_0x3e4ccd([0x75,0x73,0x65])]:_0x3e4ccd([0x73,0x69,0x67]),[_0x3e4ccd([0x63,0x72,0x76])]:_0x3e4ccd([0x50,0x2d,0x32,0x35,0x36]),[_0x3e4ccd([0x78])]:_0x3e4ccd([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]),[_0x3e4ccd([0x79])]:_0x3e4ccd([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]),[_0x3e4ccd([0x61,0x6c,0x67])]:_0x3e4ccd([0x45,0x53,0x32,0x35,0x36])},_0x5ca083=_0x3f6f94[_0x3e4ccd([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3e4ccd([0x67,0x65,0x74])](_0x3e4ccd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2699cc(){let _0xcd484f,_0x3b4aa1=null,_0x17a334=null;try{if(_0x5ca083==_0x3e4ccd([0x47,0x50,0x4c]))return _0x3e4ccd([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xcd484f=_0x19c96b(),!_0xcd484f)return _0x3e4ccd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xcd484f[_0x3e4ccd([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x17a334=_0x56ecab(_0xcd484f[_0x3e4ccd([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xcd484f[_0x3e4ccd([0x6a,0x74,0x69])])),await _0x389589()?_0x115a82()?_0x259d25()?_0x3e4ccd([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4951e0()?(_0xcd484f[_0x3e4ccd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3e4ccd([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3b4aa1=_0x3cf119(_0x3e4ccd([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xcd484f[_0x3e4ccd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3e4ccd([0x74,0x72,0x69,0x61,0x6c])&&(_0x3b4aa1=_0x3cf119(_0x3e4ccd([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0xcd484f[_0x3e4ccd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3e4ccd([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x3b4aa1=_0x3cf119(_0x3e4ccd([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x31f1ca()):_0x3e4ccd([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3e4ccd([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3e4ccd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x5b2801){return _0x3e4ccd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x259d25(){const _0x179bac=[_0x3e4ccd([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3e4ccd([0x74,0x72,0x69,0x61,0x6c])][_0x3e4ccd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcd484f[_0x3e4ccd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x95db28/0x3e8:0xe10*_0x3af200;return _0xcd484f[_0x3e4ccd([0x65,0x78,0x70])]<_0x179bac;}function _0x115a82(){const _0x5b5471=_0xcd484f[_0x3e4ccd([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5b5471&&(!!_0x5b5471[_0x3e4ccd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e4ccd([0x2a]))||(!!_0x5b5471[_0x3e4ccd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e4ccd([0x50,0x4f,0x45]))||!!_0x5b5471[_0x3e4ccd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e4ccd([0x50,0x50]))));}function _0x4951e0(){const _0x56644b=_0xcd484f[_0x3e4ccd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x56644b||0x0==_0x56644b[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x225f66}=new URL(window[_0x3e4ccd([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x56644b[_0x3e4ccd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x225f66))return!0x0;const _0xa4dacd=_0x225f66[_0x3e4ccd([0x73,0x70,0x6c,0x69,0x74])](_0x3e4ccd([0x2e]));return _0x56644b[_0x3e4ccd([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4a274f=>_0x4a274f[_0x3e4ccd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e4ccd([0x2a])))[_0x3e4ccd([0x6d,0x61,0x70])](_0x402f26=>_0x402f26[_0x3e4ccd([0x73,0x70,0x6c,0x69,0x74])](_0x3e4ccd([0x2e])))[_0x3e4ccd([0x73,0x6f,0x6d,0x65])](_0xef0d20=>_0xa4dacd[_0x3e4ccd([0x65,0x76,0x65,0x72,0x79])]((_0x117e04,_0x2267e4)=>_0xef0d20[_0x2267e4]===_0x117e04||_0xef0d20[_0x2267e4]===_0x3e4ccd([0x2a])));}function _0x31f1ca(){return _0x3b4aa1&&_0x17a334?new window[(_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2e42ef,_0xc5a819)=>{_0x3b4aa1[_0x3e4ccd([0x74,0x68,0x65,0x6e])](_0x2e42ef,_0xc5a819),_0x17a334[_0x3e4ccd([0x74,0x68,0x65,0x6e])](_0x28c177=>{_0x28c177!=_0x3e4ccd([0x56,0x61,0x6c,0x69,0x64])&&_0x2e42ef(_0x28c177);},_0xc5a819);}):_0x3b4aa1||_0x17a334||_0x3e4ccd([0x56,0x61,0x6c,0x69,0x64]);}}function _0x56ecab(_0xbf477b,_0x56ca1c){return new window[(_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x18e9fa=>{if(_0x306e4b())return _0x18e9fa(_0x3e4ccd([0x56,0x61,0x6c,0x69,0x64]));_0x35e877(),_0x3f6f94[_0x3e4ccd([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3e4ccd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4246d6=!0x1;const _0x1b5ef0=_0x5d19d9();function _0x36def2(_0x149494){return!!_0x149494&&(typeof _0x149494===_0x3e4ccd([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x149494===_0x3e4ccd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x149494[_0x3e4ccd([0x74,0x68,0x65,0x6e])]===_0x3e4ccd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x149494[_0x3e4ccd([0x63,0x61,0x74,0x63,0x68])]===_0x3e4ccd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x30d0fa(_0x16986d){_0x5f0be0(_0x16986d)[_0x3e4ccd([0x74,0x68,0x65,0x6e])](_0x5e7b76=>{if(!_0x5e7b76||_0x5e7b76[_0x3e4ccd([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3e4ccd([0x6f,0x6b]))return _0x3e4ccd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1f37b2(_0x4d0d86(_0x1b5ef0+_0x56ca1c))!=_0x5e7b76[_0x3e4ccd([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3e4ccd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3e4ccd([0x56,0x61,0x6c,0x69,0x64]);})[_0x3e4ccd([0x74,0x68,0x65,0x6e])](_0x5af414=>(_0x4999ba(),_0x5af414),()=>{const _0x35b2e7=_0x381752();return null==_0x35b2e7?(_0x4999ba(),_0x3e4ccd([0x56,0x61,0x6c,0x69,0x64])):_0x3e4ccd(_0x95db28-_0x35b2e7>(0x643efa6a^_0x5c0aa9)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3e4ccd([0x74,0x68,0x65,0x6e])](_0x18e9fa)[_0x3e4ccd([0x63,0x61,0x74,0x63,0x68])](()=>{_0x18e9fa(_0x3e4ccd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x35d66a=0x400490ea^_0x5c0aa9;function _0x4999ba(){const _0x3d6547=_0x3e4ccd([0x6c,0x6c,0x63,0x74,0x2d])+_0x1f37b2(_0x4d0d86(_0xbf477b)),_0x5cf80a=_0x11a808(_0x1f37b2(window[_0x3e4ccd([0x4d,0x61,0x74,0x68])][_0x3e4ccd([0x63,0x65,0x69,0x6c])](_0x95db28/_0x35d66a)));window[_0x3e4ccd([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3e4ccd([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3d6547,_0x5cf80a);}function _0x381752(){const _0x15b4a3=_0x3e4ccd([0x6c,0x6c,0x63,0x74,0x2d])+_0x1f37b2(_0x4d0d86(_0xbf477b)),_0x58d6fc=window[_0x3e4ccd([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3e4ccd([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x15b4a3);return _0x58d6fc?window[_0x3e4ccd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x11a808(_0x58d6fc),0x10)*_0x35d66a:null;}function _0x5f0be0(_0x27471e){return new window[(_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4c0678,_0xacfdc8)=>{_0x27471e[_0x3e4ccd([0x74,0x68,0x65,0x6e])](_0x4c0678,_0xacfdc8),window[_0x3e4ccd([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xacfdc8,0x4033aaaa^_0x5c0aa9);});}}_0x3f6f94[_0x3e4ccd([0x6f,0x6e])](_0x3e4ccd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3bb3d9,_0x598472)=>{if(_0x598472[0x0]!=_0xbf477b)return _0x18e9fa(_0x3e4ccd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x598472[0x1]={..._0x598472[0x1],[_0x3e4ccd([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1b5ef0};},{[_0x3e4ccd([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3e4ccd([0x68,0x69,0x67,0x68])}),_0x3f6f94[_0x3e4ccd([0x6f,0x6e])](_0x3e4ccd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x65c100=>{_0x36def2(_0x65c100[_0x3e4ccd([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4246d6=!0x0,_0x30d0fa(_0x65c100[_0x3e4ccd([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3e4ccd([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3e4ccd([0x6c,0x6f,0x77])}),_0x1f0165[_0x3e4ccd([0x74,0x68,0x65,0x6e])](()=>{_0x4246d6||_0x18e9fa(_0x3e4ccd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x306e4b(){return _0x3f6f94[_0x3e4ccd([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3e4ccd([0x76,0x69,0x65,0x77])][_0x3e4ccd([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3e4ccd([0x61,0x75,0x74,0x6f]);}function _0x35e877(){_0x3f6f94[_0x3e4ccd([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3e4ccd([0x76,0x69,0x65,0x77])][_0x3e4ccd([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3e4ccd([0x61,0x75,0x74,0x6f]);}}function _0x3cf119(_0x371b7c){const _0x5c2212=[new window[(_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x41b6ff=>setTimeout(_0x41b6ff,0x403b40a6^_0x5c0aa9)),_0x1f0165[_0x3e4ccd([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x491103=>{let _0x51eaad=0x0;_0x3f6f94[_0x3e4ccd([0x6d,0x6f,0x64,0x65,0x6c])][_0x3e4ccd([0x6f,0x6e])](_0x3e4ccd([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x25cf59,_0x514422)=>{_0x514422[0x0][_0x3e4ccd([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x51eaad++,_0x51eaad==(0x40327f92^_0x5c0aa9)&&(_0x491103(),_0x25cf59[_0x3e4ccd([0x6f,0x66,0x66])]());});}))];return window[_0x3e4ccd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3e4ccd([0x72,0x61,0x63,0x65])](_0x5c2212)[_0x3e4ccd([0x74,0x68,0x65,0x6e])](()=>_0x371b7c);}async function _0x4babd7(){await _0x1f0165,_0x3f6f94[_0x3e4ccd([0x6d,0x6f,0x64,0x65,0x6c])][_0x3e4ccd([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5e65ac,_0x3f6f94[_0x3e4ccd([0x6d,0x6f,0x64,0x65,0x6c])][_0x3e4ccd([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5e65ac,_0x3f6f94[_0x3e4ccd([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3e4ccd([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x13e6bb(_0x511e5e){const _0x45a4a5=_0x2f6d68();_0x3f6f94[_0x45a4a5]=_0x3e4ccd([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])+_0x511e5e,_0x511e5e!=_0x3e4ccd([0x56,0x61,0x6c,0x69,0x64])&&_0x4babd7();}function _0x2f6d68(){const _0x4ebdf4=window[_0x3e4ccd([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3e4ccd([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3e4ccd([0x6e,0x6f,0x77])]())[_0x3e4ccd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3e4ccd([0x2e]),'');let _0x56247d=_0x3e4ccd([0x46]);for(let _0x2f9646=0x0;_0x2f9646<_0x4ebdf4[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2f9646+=0x2){let _0x466b82=window[_0x3e4ccd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4ebdf4[_0x3e4ccd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2f9646,_0x2f9646+0x2));_0x466b82>=_0x55713d[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x466b82-=_0x55713d[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x56247d+=_0x55713d[_0x466b82];}return _0x56247d;}function _0x19c96b(){const _0x45cdd9=_0x5ca083[_0x3e4ccd([0x73,0x70,0x6c,0x69,0x74])](_0x3e4ccd([0x2e]));if(0x3!=_0x45cdd9[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x461de6(_0x45cdd9[0x1]);function _0x461de6(_0x431a2d){const _0x37c971=_0x259b08(_0x431a2d);return _0x37c971&&_0x4fa5e8()?_0x37c971:null;function _0x4fa5e8(){const _0x1003ec=_0x37c971[_0x3e4ccd([0x6a,0x74,0x69])],_0x5282d8=window[_0x3e4ccd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1003ec[_0x3e4ccd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1003ec[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x51ffd0={..._0x37c971,[_0x3e4ccd([0x6a,0x74,0x69])]:_0x1003ec[_0x3e4ccd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1003ec[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x51ffd0[_0x3e4ccd([0x76,0x63])],_0x4d0d86(_0x51ffd0)==_0x5282d8;}}}async function _0x389589(){let _0x710b28=!0x0;try{const _0x3faf8e=_0x5ca083[_0x3e4ccd([0x73,0x70,0x6c,0x69,0x74])](_0x3e4ccd([0x2e])),[_0xeebf0a,_0x2e5e55,_0x473117]=_0x3faf8e;return _0x35ddf0(_0xeebf0a),await _0xeaef75(_0xeebf0a,_0x2e5e55,_0x473117),_0x710b28;}catch(_0x49308c){return!0x1;}function _0x35ddf0(_0xfa66ea){const _0x3e4e32=_0x259b08(_0xfa66ea);_0x3e4e32&&_0x3e4e32[_0x3e4ccd([0x61,0x6c,0x67])]==_0x3e4ccd([0x45,0x53,0x32,0x35,0x36])||(_0x710b28=!0x1);}async function _0xeaef75(_0x47b45c,_0x33f4a6,_0x21fce5){const _0x1a5c95=window[_0x3e4ccd([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3e4ccd([0x66,0x72,0x6f,0x6d])](_0x2a2dfc(_0x21fce5),_0x18e7a0=>_0x18e7a0[_0x3e4ccd([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5776e6=new window[(_0x3e4ccd([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3e4ccd([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x47b45c+_0x3e4ccd([0x2e])+_0x33f4a6),_0x2f9fcd=window[_0x3e4ccd([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3e4ccd([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2f9fcd)return;const _0x5a0ad2=await _0x2f9fcd[_0x3e4ccd([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3e4ccd([0x6a,0x77,0x6b]),_0x2a1e1c,{[_0x3e4ccd([0x6e,0x61,0x6d,0x65])]:_0x3e4ccd([0x45,0x43,0x44,0x53,0x41]),[_0x3e4ccd([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3e4ccd([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3e4ccd([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2f9fcd[_0x3e4ccd([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3e4ccd([0x6e,0x61,0x6d,0x65])]:_0x3e4ccd([0x45,0x43,0x44,0x53,0x41]),[_0x3e4ccd([0x68,0x61,0x73,0x68])]:{[_0x3e4ccd([0x6e,0x61,0x6d,0x65])]:_0x3e4ccd([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5a0ad2,_0x1a5c95,_0x5776e6)||(_0x710b28=!0x1);}}function _0x259b08(_0x5c7f81){return _0x5c7f81[_0x3e4ccd([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3e4ccd([0x65,0x79]))?JSON[_0x3e4ccd([0x70,0x61,0x72,0x73,0x65])](_0x2a2dfc(_0x5c7f81)):null;}function _0x2a2dfc(_0x20e0f5){return window[_0x3e4ccd([0x61,0x74,0x6f,0x62])](_0x20e0f5[_0x3e4ccd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3e4ccd([0x2b]))[_0x3e4ccd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3e4ccd([0x2f])));}function _0x4d0d86(_0x4e780f){let _0x42bffa=0x1505;function _0x1e54c4(_0x22d80f){for(let _0x34dcf6=0x0;_0x34dcf6<_0x22d80f[_0x3e4ccd([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x34dcf6++){const _0x36456d=_0x22d80f[_0x3e4ccd([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x34dcf6);_0x42bffa=(_0x42bffa<<0x5)+_0x42bffa+_0x36456d,_0x42bffa&=_0x42bffa;}}function _0x1e1990(_0x3a7eca){Array[_0x3e4ccd([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3a7eca)?_0x3a7eca[_0x3e4ccd([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1e1990):_0x3a7eca&&typeof _0x3a7eca==_0x3e4ccd([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3e4ccd([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3a7eca)[_0x3e4ccd([0x73,0x6f,0x72,0x74])]()[_0x3e4ccd([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3571b4,_0xe12791])=>{_0x1e54c4(_0x3571b4),_0x1e1990(_0xe12791);}):_0x1e54c4(window[_0x3e4ccd([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3a7eca));}return _0x1e1990(_0x4e780f),_0x42bffa>>>0x0;}function _0x1f37b2(_0x429e67){return _0x429e67[_0x3e4ccd([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3e4ccd([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3e4ccd([0x30]));}function _0x11a808(_0x41669d){return _0x41669d[_0x3e4ccd([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3e4ccd([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3e4ccd([0x6a,0x6f,0x69,0x6e])]('');}function _0x5e65ac(){}function _0x3e4ccd(_0x411a2a){return _0x411a2a['map'](_0x45c89f=>String['fromCharCode'](_0x45c89f))['join']('');}_0x13e6bb(await _0x2699cc());}(this);}}const O=['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'],[_0x17c42a=>Number(_0x17c42a)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function K(_0x13cbe6){return O['includes'](_0x13cbe6);}function v(_0x5d7f6d,_0x455643,_0x19aba3){const {spanStyles:_0x193a70,stylesToBeHtmlElements:_0x5ae6c1}=function(_0x5d1082,_0x4e30eb){const _0x31914c={},_0x5ca2f7={};return _0x4e30eb['forEach'](_0x5c09e7=>{const _0x50ea70=_0x5d1082['getStyle'](_0x5c09e7);if(_0x50ea70){if(function(_0x52cc99){return E['includes'](_0x52cc99);}(_0x5c09e7))_0x31914c[_0x5c09e7]=_0x50ea70;else{if(function(_0x418094){return _0x418094 in F;}(_0x5c09e7)){const _0x302122=_0x50ea70['split']('\x20');F[_0x5c09e7]['forEach'](([_0x37fbf3,_0x104aa7])=>{for(const _0x1ba139 of _0x302122){('function'==typeof _0x37fbf3&&_0x37fbf3(_0x1ba139)||_0x37fbf3===_0x1ba139)&&(_0x5ca2f7[_0x5c09e7]=[..._0x5ca2f7[_0x5c09e7]||[],[_0x37fbf3,_0x104aa7]]);}});}}}}),{'spanStyles':_0x31914c,'stylesToBeHtmlElements':_0x5ca2f7};}(_0x5d7f6d,_0x19aba3);!function(_0xede50,_0x5bfb52,_0x11d41a){for(const _0xe1cdf2 in _0x11d41a){_0x11d41a[_0xe1cdf2]['forEach'](([,_0x456cc6])=>{const _0x5bfb99=_0x5bfb52['createElement'](_0x456cc6,[],_0xede50['getChildren']());_0x5bfb52['insertChild'](0x0,_0x5bfb99,_0xede50);}),_0x5bfb52['removeStyle'](_0xe1cdf2,_0xede50);}}(_0x5d7f6d,_0x455643,_0x5ae6c1),function(_0x2c7256,_0x151cd0,_0xdc6da5){if(!Object['keys'](_0xdc6da5)['length'])return;const _0xb2d6f7=_0x151cd0['createElement']('span',[],_0x2c7256['getChildren']());_0x151cd0['setStyle'](_0xdc6da5,_0xb2d6f7),_0x151cd0['insertChild'](0x0,_0xb2d6f7,_0x2c7256),_0x151cd0['removeStyle'](Object['keys'](_0xdc6da5),_0x2c7256);}(_0x5d7f6d,_0x455643,_0x193a70);}class m extends _0x29217f{['execute'](_0x52a1c9){const {body:_0x2e560b}=_0x52a1c9['_parsedData'],_0x26d3f2=new _0x235cb5(_0x2e560b['document']),_0x3278f4=_0x26d3f2['createRangeIn'](_0x2e560b),_0x7acc72=new _0x312aa9(_0x26d3f2['document']['stylesProcessor']),_0x248fbe=[...new _0x51ba4c(_0x7acc72)['blockElements'],'font'],_0xd62fd1=_0x3278f4['getItems']();for(const _0x1667e7 of _0xd62fd1)_0x1667e7['is']('element')&&_0x248fbe['includes'](_0x1667e7['name'])&&v(_0x1667e7,_0x26d3f2,(_0x3c0292=_0x1667e7,Array['from'](_0x3c0292['getStyleNames']())['filter'](K)));var _0x3c0292;_0x52a1c9['content']=_0x2e560b;}['isActive'](_0x270a75){return super['isActive'](_0x270a75)||d(_0x270a75);}}class s extends _0x448726{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x4c5219=this['editor'],_0x577619=_0x4c5219['plugins']['get']('ClipboardPipeline'),_0x532f2b=_0x4c5219['editing']['view']['document'],_0x30ee5a=new m(_0x532f2b);_0x577619['on']('inputTransformation',(_0x5363d7,_0x243752)=>{const _0x2d38fd=_0x243752['dataTransfer']['getData']('text/html');_0x30ee5a['isActive'](_0x2d38fd)&&(_0x243752['_parsedData']||(_0x243752['_parsedData']=_0x58c4f2(_0x2d38fd,_0x532f2b['stylesProcessor'])),_0x30ee5a['execute'](_0x243752));},{'priority':_0x4df7ae['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x436096=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x25ca24;for(const _0x454bf0 in _0x436096){const _0xf46a6f=_0x454bf0,_0x3af951=_0x436096[_0xf46a6f];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x3af951||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x3af951){delete _0x436096[_0xf46a6f],_0x25ca24=_0x3af951,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x25ca24&&_0x436096['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x25ca24&&_0x436096['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x25ca24&&_0x436096['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x25ca24&&_0x436096['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x25ca24&&_0x436096['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x25ca24&&_0x436096['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x25ca24&&_0x436096['_showLicenseError']('developmentLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x25ca24&&_0x436096['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x448726{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{a as PasteFromOfficeEnhanced};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-paste-from-office-enhanced",
|
|
3
|
-
"version": "44.0.0
|
|
3
|
+
"version": "44.0.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": "44.0.0
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "44.0.0
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "44.0.0
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "44.0.0
|
|
29
|
-
"ckeditor5": "44.0.0
|
|
25
|
+
"@ckeditor/ckeditor5-core": "44.0.0",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "44.0.0",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "44.0.0",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "44.0.0",
|
|
29
|
+
"ckeditor5": "44.0.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 _0x419a(_0x10eb94,_0x5e9d0b){var _0x3da7ad=_0x3da7();return _0x419a=function(_0x419a16,_0x48a9a2){_0x419a16=_0x419a16-0x183;var _0x5b1102=_0x3da7ad[_0x419a16];return _0x5b1102;},_0x419a(_0x10eb94,_0x5e9d0b);}(function(_0x249f36,_0x20938c){var _0x564a2e=_0x419a,_0x18cca5=_0x249f36();while(!![]){try{var _0x479f6d=parseInt(_0x564a2e(0x188))/0x1*(-parseInt(_0x564a2e(0x185))/0x2)+-parseInt(_0x564a2e(0x184))/0x3*(-parseInt(_0x564a2e(0x189))/0x4)+parseInt(_0x564a2e(0x186))/0x5+-parseInt(_0x564a2e(0x187))/0x6*(-parseInt(_0x564a2e(0x18b))/0x7)+-parseInt(_0x564a2e(0x18c))/0x8+parseInt(_0x564a2e(0x18a))/0x9+-parseInt(_0x564a2e(0x183))/0xa;if(_0x479f6d===_0x20938c)break;else _0x18cca5['push'](_0x18cca5['shift']());}catch(_0x56ec89){_0x18cca5['push'](_0x18cca5['shift']());}}}(_0x3da7,0xb1798));export{default as PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';function _0x3da7(){var _0x50c993=['241EVGbvP','414452WjsFoP','1676079CCqyTG','301uobdzz','2030320eRaNye','11907950ILXPeG','15CLNmCo','7736LTvKIt','6415880OzxFFE','155754DPzxOP'];_0x3da7=function(){return _0x50c993;};return _0x3da7();}
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x1ba1d5,_0x47f7c5){var _0x5a3159=_0x41a2,_0x22b402=_0x1ba1d5();while(!![]){try{var _0x52eb64=parseInt(_0x5a3159(0x184))/0x1*(-parseInt(_0x5a3159(0x189))/0x2)+parseInt(_0x5a3159(0x18b))/0x3+parseInt(_0x5a3159(0x188))/0x4*(parseInt(_0x5a3159(0x183))/0x5)+-parseInt(_0x5a3159(0x182))/0x6+parseInt(_0x5a3159(0x18c))/0x7*(-parseInt(_0x5a3159(0x185))/0x8)+parseInt(_0x5a3159(0x187))/0x9*(-parseInt(_0x5a3159(0x181))/0xa)+-parseInt(_0x5a3159(0x186))/0xb*(-parseInt(_0x5a3159(0x18a))/0xc);if(_0x52eb64===_0x47f7c5)break;else _0x22b402['push'](_0x22b402['shift']());}catch(_0xc9c2bf){_0x22b402['push'](_0x22b402['shift']());}}}(_0xc662,0xe3967));function _0x41a2(_0x1e86d6,_0x5cf438){var _0xc6628d=_0xc662();return _0x41a2=function(_0x41a2eb,_0x21b866){_0x41a2eb=_0x41a2eb-0x181;var _0x42f25b=_0xc6628d[_0x41a2eb];return _0x42f25b;},_0x41a2(_0x1e86d6,_0x5cf438);}function _0xc662(){var _0x4f883f=['136HMBomW','253MefOZE','432MUeSAE','1371716gXeSHP','22OxlHDw','601464AuVPhZ','1604865WFnzEu','447622UftJQf','106810zTotCr','3458508pbZSCU','25VfyhyX','26729fkpcDM'];_0xc662=function(){return _0x4f883f;};return _0xc662();}import{CKEditorError as _0x126d69}from'ckeditor5/src/utils.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5dd59b=_0xda1a;(function(_0x2e3ca5,_0x20147b){const _0x4ec5e2=_0xda1a,_0x59a102=_0x2e3ca5();while(!![]){try{const _0x3d35cf=parseInt(_0x4ec5e2(0x97))/0x1+parseInt(_0x4ec5e2(0x85))/0x2+parseInt(_0x4ec5e2(0x88))/0x3*(parseInt(_0x4ec5e2(0x8c))/0x4)+parseInt(_0x4ec5e2(0x86))/0x5*(-parseInt(_0x4ec5e2(0x96))/0x6)+-parseInt(_0x4ec5e2(0x92))/0x7*(parseInt(_0x4ec5e2(0x8f))/0x8)+parseInt(_0x4ec5e2(0x8d))/0x9+parseInt(_0x4ec5e2(0x99))/0xa;if(_0x3d35cf===_0x20147b)break;else _0x59a102['push'](_0x59a102['shift']());}catch(_0x18349d){_0x59a102['push'](_0x59a102['shift']());}}}(_0x3871,0xb025a));function _0xda1a(_0x4f84eb,_0xb0d826){const _0x3871ea=_0x3871();return _0xda1a=function(_0xda1aac,_0x1e927b){_0xda1aac=_0xda1aac-0x84;let _0xbb3529=_0x3871ea[_0xda1aac];return _0xbb3529;},_0xda1a(_0x4f84eb,_0xb0d826);}import{UpcastWriter as _0x5c79f1}from'ckeditor5/src/engine.js';function _0x3871(){const _0x36c04c=['from','execute','5120ItjWgw','3334554NqkdNW','setStyle','88CAXgNO','hasStyle','createRangeIn','825678SuqmPr','document','type','values','454008IpDpdR','949224wtQTMz','size','984890pcwCOt','elementStart','content','isActive','837642fPcQeS','80mEkGpl','_parsedData','3264UNkNha','item'];_0x3871=function(){return _0x36c04c;};return _0x3871();}import{MSWordNormalizer as _0x2b3823}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x30e867}from'../../utils.js';import{extractStyles as _0x15a59b,expandStyles as _0x22c92e,getMatchingStyles as _0x2ac78b,flattenStyleDefinitions as _0x21f5c6}from'./utils.js';export default class c extends _0x2b3823{[_0x5dd59b(0x8b)](_0x47ef92){const _0x534129=_0x5dd59b,{body:_0xcc5de,styles:_0x97f3f2}=_0x47ef92[_0x534129(0x87)],_0x1626b8=new _0x5c79f1(_0xcc5de[_0x534129(0x93)]),_0x443a77=_0x1626b8[_0x534129(0x91)](_0xcc5de),_0x3fe84d=_0x15a59b(_0x97f3f2),_0x2d7360=_0x22c92e(_0x3fe84d);for(const _0x9a8c4a of _0x443a77){if(_0x534129(0x9a)!==_0x9a8c4a[_0x534129(0x94)])continue;const _0x36efc9=_0x2ac78b(_0x9a8c4a[_0x534129(0x89)],_0x2d7360);if(_0x36efc9[_0x534129(0x98)]){const _0x33f926=_0x21f5c6(Array[_0x534129(0x8a)](_0x36efc9[_0x534129(0x95)]()));for(const _0x888c53 in _0x33f926){const _0x2bd610=_0x9a8c4a[_0x534129(0x89)];_0x2bd610[_0x534129(0x90)](_0x888c53)||_0x1626b8[_0x534129(0x8e)](_0x888c53,_0x33f926[_0x888c53],_0x2bd610);}}}_0x47ef92[_0x534129(0x9b)]=_0xcc5de;}[_0x5dd59b(0x84)](_0x3f4e7d){const _0x18febd=_0x5dd59b;return super[_0x18febd(0x84)](_0x3f4e7d)||_0x30e867(_0x3f4e7d);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x3d7ff6,_0x713323){const _0x59978b=_0x3bb1,_0x15f028=_0x3d7ff6();while(!![]){try{const _0x2d06a9=-parseInt(_0x59978b(0x204))/0x1+-parseInt(_0x59978b(0x1fe))/0x2+parseInt(_0x59978b(0x202))/0x3*(parseInt(_0x59978b(0x1ff))/0x4)+-parseInt(_0x59978b(0x1f5))/0x5+parseInt(_0x59978b(0x1f8))/0x6+parseInt(_0x59978b(0x1f6))/0x7*(-parseInt(_0x59978b(0x1f7))/0x8)+parseInt(_0x59978b(0x200))/0x9*(parseInt(_0x59978b(0x1fa))/0xa);if(_0x2d06a9===_0x713323)break;else _0x15f028['push'](_0x15f028['shift']());}catch(_0x3826a7){_0x15f028['push'](_0x15f028['shift']());}}}(_0x14ae,0x7b537));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x53f574,_0x132e3a){const _0xd5f396=_0x3bb1,_0x48688f=new Map();for(const [_0x48b0a8,_0x5c6e97]of _0x132e3a){if(!_0x48b0a8[_0xd5f396(0x207)]&&!_0x48b0a8[_0xd5f396(0x208)])continue;const _0x1d1559=!_0x48b0a8[_0xd5f396(0x207)]||_0x53f574[_0xd5f396(0x205)]===_0x48b0a8[_0xd5f396(0x207)],_0x5c19df=!_0x48b0a8[_0xd5f396(0x208)]||_0x53f574[_0xd5f396(0x203)](_0x48b0a8[_0xd5f396(0x208)]);_0x1d1559&&_0x5c19df&&_0x48688f[_0xd5f396(0x1f3)](_0x48b0a8,_0x5c6e97);}return _0x48688f;}function _0x14ae(){const _0x472377=['getPropertyValue','234951SwBcYw','hasClass','88380wDhoog','name','push','tagName','className','exec','initial','selectorText','length','split','groups','set','trim','1311265SVjjwZ','25312oKMvdW','24ocsaXJ','2748384iIXakY','cssRules','8051770PBhaKm','assign','map','style','1263136JcSNIH','12uBFwst','9eaYlAE'];_0x14ae=function(){return _0x472377;};return _0x14ae();}export function extractStyles(_0xe1dede){const _0x1bcf2b=_0x3bb1,_0x50858e={};for(const _0x4bcd30 of _0xe1dede)for(const _0x6f6e01 of _0x4bcd30[_0x1bcf2b(0x1f9)])if(_0x6f6e01 instanceof CSSStyleRule){const _0x3550cd=parseCSSStyleDeclaration(_0x6f6e01[_0x1bcf2b(0x1fd)]);_0x50858e[_0x6f6e01[_0x1bcf2b(0x1ef)]]=Object[_0x1bcf2b(0x1fb)]({},_0x50858e[_0x6f6e01[_0x1bcf2b(0x1ef)]]||{},_0x3550cd);}return _0x50858e;}export function expandStyles(_0x148f81){const _0x53f7ed=_0x3bb1,_0x30f42b=new Map();for(const _0x501810 in _0x148f81){const _0x57cdab=parseCSSSelector(_0x501810),_0x3d8378=_0x148f81[_0x501810];for(const _0xc00b27 of _0x57cdab)_0x30f42b[_0x53f7ed(0x1f3)](_0xc00b27,_0x3d8378);}return _0x30f42b;}function _0x3bb1(_0x1d2b2b,_0x51cf8b){const _0x14ae51=_0x14ae();return _0x3bb1=function(_0x3bb175,_0xeac8f4){_0x3bb175=_0x3bb175-0x1ee;let _0x19036a=_0x14ae51[_0x3bb175];return _0x19036a;},_0x3bb1(_0x1d2b2b,_0x51cf8b);}export function parseCSSStyleDeclaration(_0x5cdbad){const _0x287c3c=_0x3bb1,_0x24a33f={};for(let _0x3e1fb=0x0;_0x3e1fb<_0x5cdbad[_0x287c3c(0x1f0)];_0x3e1fb++){const _0x3e4f64=_0x5cdbad[_0x3e1fb],_0x9d0247=_0x5cdbad[_0x287c3c(0x201)](_0x3e4f64);_0x287c3c(0x1ee)!==_0x9d0247&&(_0x24a33f[_0x3e4f64]=_0x9d0247);}return _0x24a33f;}export function parseCSSSelector(_0x5064db){const _0xcfcec4=_0x3bb1,_0x3ce3c7=_0x5064db[_0xcfcec4(0x1f1)](',')[_0xcfcec4(0x1fc)](_0x31ffbb=>_0x31ffbb[_0xcfcec4(0x1f4)]()),_0x1ae8c0=[];for(const _0x16abf5 of _0x3ce3c7){const _0x32fbb2=S[_0xcfcec4(0x209)](_0x16abf5);_0x32fbb2&&_0x1ae8c0[_0xcfcec4(0x206)](_0x32fbb2[_0xcfcec4(0x1f2)]);}return _0x1ae8c0;}export function flattenStyleDefinitions(_0x3f777e){const _0x4203ea=_0x3bb1,_0x27be58={};for(const _0x1d109c of _0x3f777e)Object[_0x4203ea(0x1fb)](_0x27be58,_0x1d109c);return _0x27be58;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x1265(_0x100702,_0x320796){const _0x552719=_0x5527();return _0x1265=function(_0x1265d5,_0x392aac){_0x1265d5=_0x1265d5-0x19b;let _0x6f7dd1=_0x552719[_0x1265d5];return _0x6f7dd1;},_0x1265(_0x100702,_0x320796);}const _0xfb2f7b=_0x1265;(function(_0x225943,_0x311b6b){const _0x337f00=_0x1265,_0x305f2a=_0x225943();while(!![]){try{const _0x259b10=-parseInt(_0x337f00(0x19e))/0x1+-parseInt(_0x337f00(0x1ab))/0x2+-parseInt(_0x337f00(0x19f))/0x3+-parseInt(_0x337f00(0x1a2))/0x4+parseInt(_0x337f00(0x1aa))/0x5+-parseInt(_0x337f00(0x1ad))/0x6+parseInt(_0x337f00(0x1a1))/0x7;if(_0x259b10===_0x311b6b)break;else _0x305f2a['push'](_0x305f2a['shift']());}catch(_0x569f2f){_0x305f2a['push'](_0x305f2a['shift']());}}}(_0x5527,0xb55f5));import{UpcastWriter as _0x3cefcb,DomConverter as _0x4f6a1b,ViewDocument as _0x46fb50}from'ckeditor5/src/engine.js';import{MSWordNormalizer as _0x269b68}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0xa16aa0}from'../../utils.js';function _0x5527(){const _0x3dd7e1=['getItems','5010085OJqydu','2192864bFiFMD','blockElements','8426928WzIuWB','stylesProcessor','isActive','element','name','1402646cpYMBA','4447446VjfmwU','font','39191236VQxEpO','1887264iTaTOh','includes','_parsedData','execute','content','createRangeIn','document'];_0x5527=function(){return _0x3dd7e1;};return _0x5527();}import{getStylePropertyNamesToPropagate as _0x326bc0,propagateStyleProperties as _0x3ab4da}from'./utils.js';export default class m extends _0x269b68{[_0xfb2f7b(0x1a5)](_0x5d568f){const _0x1c02a0=_0xfb2f7b,{body:_0x4bbfb0}=_0x5d568f[_0x1c02a0(0x1a4)],_0x2ccf3c=new _0x3cefcb(_0x4bbfb0[_0x1c02a0(0x1a8)]),_0x3d665d=_0x2ccf3c[_0x1c02a0(0x1a7)](_0x4bbfb0),_0x412cf5=new _0x46fb50(_0x2ccf3c[_0x1c02a0(0x1a8)][_0x1c02a0(0x1ae)]),_0x2252ab=[...new _0x4f6a1b(_0x412cf5)[_0x1c02a0(0x1ac)],_0x1c02a0(0x1a0)],_0x37f14e=_0x3d665d[_0x1c02a0(0x1a9)]();for(const _0x4bc050 of _0x37f14e)if(_0x4bc050['is'](_0x1c02a0(0x19c))&&_0x2252ab[_0x1c02a0(0x1a3)](_0x4bc050[_0x1c02a0(0x19d)])){const _0x4e0258=_0x326bc0(_0x4bc050);_0x3ab4da(_0x4bc050,_0x2ccf3c,_0x4e0258);}_0x5d568f[_0x1c02a0(0x1a6)]=_0x4bbfb0;}[_0xfb2f7b(0x19b)](_0xfad612){const _0x44d426=_0xfb2f7b;return super[_0x44d426(0x19b)](_0xfad612)||_0xa16aa0(_0xfad612);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3d2cab=_0x3798;(function(_0x2c5d08,_0x1b1e65){const _0x114235=_0x3798,_0x5754e2=_0x2c5d08();while(!![]){try{const _0x24dcf4=-parseInt(_0x114235(0xa7))/0x1+-parseInt(_0x114235(0xa5))/0x2*(-parseInt(_0x114235(0xa3))/0x3)+parseInt(_0x114235(0xbe))/0x4+parseInt(_0x114235(0xaf))/0x5*(-parseInt(_0x114235(0xa1))/0x6)+-parseInt(_0x114235(0xab))/0x7+parseInt(_0x114235(0xb4))/0x8*(-parseInt(_0x114235(0xa8))/0x9)+parseInt(_0x114235(0xbb))/0xa;if(_0x24dcf4===_0x1b1e65)break;else _0x5754e2['push'](_0x5754e2['shift']());}catch(_0x4a7bff){_0x5754e2['push'](_0x5754e2['shift']());}}}(_0xc243,0xde117));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x3d2cab(0xb5),_0x3d2cab(0xb8),_0x3d2cab(0xcc),_0x3d2cab(0xad),_0x3d2cab(0xa2),_0x3d2cab(0xa4),_0x3d2cab(0xc2),_0x3d2cab(0xb9)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x3d2cab(0xb5),_0x3d2cab(0xb8),_0x3d2cab(0xcc)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x3d2cab(0xc4),'i']],'font-weight':[[_0x3d2cab(0xa9),_0x3d2cab(0xaa)],[_0x3d2cab(0xb1),_0x3d2cab(0xaa)],[_0x3d2cab(0xbd),_0x3d2cab(0xaa)],[_0x4e21e6=>Number(_0x4e21e6)>=0x258,_0x3d2cab(0xaa)]],'text-decoration':[[_0x3d2cab(0xac),'u'],[_0x3d2cab(0xc3),'s']],'text-decoration-line':[[_0x3d2cab(0xac),'u'],[_0x3d2cab(0xc3),'s']],'vertical-align':[[_0x3d2cab(0xc8),_0x3d2cab(0xc8)],[_0x3d2cab(0xb7),_0x3d2cab(0xbf)]]};export function isPropertyToBePropagated(_0x2bb3e8){const _0x16c8bc=_0x3d2cab;return CSS_PROPERTIES_TO_PROPAGATE[_0x16c8bc(0xb0)](_0x2bb3e8);}export function isPropertyToBePropagatedAsSpan(_0x1747cf){const _0x2d504e=_0x3d2cab;return CSS_PROPERTIES_TO_BE_SPANS[_0x2d504e(0xb0)](_0x1747cf);}export function isPropertyToBePropagatedAsHTMLElement(_0x421e7e){return _0x421e7e in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}function _0x3798(_0x5b7434,_0x380b40){const _0xc243fd=_0xc243();return _0x3798=function(_0x379856,_0x447fdd){_0x379856=_0x379856-0xa1;let _0x99dc2c=_0xc243fd[_0x379856];return _0x99dc2c;},_0x3798(_0x5b7434,_0x380b40);}export function getStylePropertyNamesToPropagate(_0x316225){const _0x3fb73a=_0x3d2cab;return Array[_0x3fb73a(0xc5)](_0x316225[_0x3fb73a(0xc1)]())[_0x3fb73a(0xc6)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x5c71a8,_0x4b1f1f,_0x1a6468){const {spanStyles:_0x354ae3,stylesToBeHtmlElements:_0xadecfd}=getStylesToPropagate(_0x5c71a8,_0x1a6468);propagateStylesAsHTMLElements(_0x5c71a8,_0x4b1f1f,_0xadecfd),propagateStylesAsSpan(_0x5c71a8,_0x4b1f1f,_0x354ae3);}export function propagateStylesAsHTMLElements(_0x4aa1a0,_0x19e899,_0x71bbab){const _0x4c0931=_0x3d2cab;for(const _0x198f44 in _0x71bbab){_0x71bbab[_0x198f44][_0x4c0931(0xb2)](([,_0x16b44e])=>{const _0x32ae30=_0x4c0931,_0x1876ed=_0x19e899[_0x32ae30(0xae)](_0x16b44e,[],_0x4aa1a0[_0x32ae30(0xb3)]());_0x19e899[_0x32ae30(0xb6)](0x0,_0x1876ed,_0x4aa1a0);}),_0x19e899[_0x4c0931(0xc9)](_0x198f44,_0x4aa1a0);}}function _0xc243(){const _0x5dcf67=['font-weight','102GcaPyt','length','269279AEIDat','13963977clJYDb','medium','strong','5335288MRYDkA','underline','text-decoration','createElement','7505wrkRtu','includes','bold','forEach','getChildren','8mFgEMe','color','insertChild','super','font-family','vertical-align','getStyle','20882440tHEZAE','span','bolder','1242124hdaqRq','sup','keys','getStyleNames','font-style','line-through','italic','from','filter','function','sub','removeStyle','split','setStyle','font-size','1590gabjxd','text-decoration-line','87741sXYLRw'];_0xc243=function(){return _0x5dcf67;};return _0xc243();}export function propagateStylesAsSpan(_0x41338f,_0x404571,_0x245f6c){const _0x17b2cf=_0x3d2cab;if(!Object[_0x17b2cf(0xc0)](_0x245f6c)[_0x17b2cf(0xa6)])return;const _0x1fd124=_0x404571[_0x17b2cf(0xae)](_0x17b2cf(0xbc),[],_0x41338f[_0x17b2cf(0xb3)]());_0x404571[_0x17b2cf(0xcb)](_0x245f6c,_0x1fd124),_0x404571[_0x17b2cf(0xb6)](0x0,_0x1fd124,_0x41338f),_0x404571[_0x17b2cf(0xc9)](Object[_0x17b2cf(0xc0)](_0x245f6c),_0x41338f);}export function getStylesToPropagate(_0x64f389,_0x2152ab){const _0x354335=_0x3d2cab,_0xf994bd={},_0x340dc5={};return _0x2152ab[_0x354335(0xb2)](_0x3f472b=>{const _0x5cceb3=_0x354335,_0x45d899=_0x64f389[_0x5cceb3(0xba)](_0x3f472b);if(_0x45d899){if(isPropertyToBePropagatedAsSpan(_0x3f472b))_0xf994bd[_0x3f472b]=_0x45d899;else{if(isPropertyToBePropagatedAsHTMLElement(_0x3f472b)){const _0x35b96b=_0x45d899[_0x5cceb3(0xca)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x3f472b][_0x5cceb3(0xb2)](([_0xd2195e,_0x269cb1])=>{const _0x170fef=_0x5cceb3;for(const _0x52e416 of _0x35b96b){(_0x170fef(0xc7)==typeof _0xd2195e&&_0xd2195e(_0x52e416)||_0xd2195e===_0x52e416)&&(_0x340dc5[_0x3f472b]=[..._0x340dc5[_0x3f472b]||[],[_0xd2195e,_0x269cb1]]);}});}}}}),{'spanStyles':_0xf994bd,'stylesToBeHtmlElements':_0x340dc5};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
function _0x8dcf(_0x5ba9d4,_0x1fe48d){var _0x3df9c6=_0x3df9();return _0x8dcf=function(_0x8dcfec,_0x5f2282){_0x8dcfec=_0x8dcfec-0xa0;var _0x282eba=_0x3df9c6[_0x8dcfec];return _0x282eba;},_0x8dcf(_0x5ba9d4,_0x1fe48d);}var _0x92e84a=_0x8dcf;(function(_0x2bacb2,_0x40b01f){var _0x2f0198=_0x8dcf,_0xb3123c=_0x2bacb2();while(!![]){try{var _0x54dc51=parseInt(_0x2f0198(0xa1))/0x1*(parseInt(_0x2f0198(0xa7))/0x2)+-parseInt(_0x2f0198(0xa4))/0x3+parseInt(_0x2f0198(0xa2))/0x4*(-parseInt(_0x2f0198(0xa3))/0x5)+parseInt(_0x2f0198(0xab))/0x6*(-parseInt(_0x2f0198(0xad))/0x7)+parseInt(_0x2f0198(0xb0))/0x8+-parseInt(_0x2f0198(0xa8))/0x9*(parseInt(_0x2f0198(0xac))/0xa)+parseInt(_0x2f0198(0xa0))/0xb;if(_0x54dc51===_0x40b01f)break;else _0xb3123c['push'](_0xb3123c['shift']());}catch(_0x102345){_0xb3123c['push'](_0xb3123c['shift']());}}}(_0x3df9,0x3792b));import{Plugin as _0xb8b45e}from'ckeditor5/src/core.js';import _0x1e401a from'./pastefromofficeenhancedinliner.js';import _0x43043c from'./pastefromofficeenhancedpropagator.js';function _0x3df9(){var _0x2ad92e=['43074ksHOIh','9azejFn','pluginName','requires','112242lWLrWX','3284660vpqbql','168fmCdbw','PasteFromOfficeEnhanced','isPremiumPlugin','1298464gZoeqw','15102494XRTyHY','1dXtvNg','3620PnDAAn','645uQIfje','1304979YGJtEV','PasteFromOffice','isOfficialPlugin'];_0x3df9=function(){return _0x2ad92e;};return _0x3df9();}export default class a extends _0xb8b45e{static get[_0x92e84a(0xa9)](){var _0x4acd1e=_0x92e84a;return _0x4acd1e(0xae);}static get[_0x92e84a(0xa6)](){return!0x0;}static get[_0x92e84a(0xaf)](){return!0x0;}static get[_0x92e84a(0xaa)](){var _0x376b16=_0x92e84a;return[_0x376b16(0xa5),_0x1e401a,_0x43043c];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x8cd8(_0x540809,_0x4efc0b){const _0x4226aa=_0x4226();return _0x8cd8=function(_0x8cd855,_0x3c637e){_0x8cd855=_0x8cd855-0x68;let _0x5f23cb=_0x4226aa[_0x8cd855];return _0x5f23cb;},_0x8cd8(_0x540809,_0x4efc0b);}const _0x4eb53c=_0x8cd8;(function(_0x112246,_0x2323db){const _0x102799=_0x8cd8,_0x68563d=_0x112246();while(!![]){try{const _0x4ef5ed=-parseInt(_0x102799(0x6c))/0x1*(parseInt(_0x102799(0x85))/0x2)+-parseInt(_0x102799(0x68))/0x3*(parseInt(_0x102799(0x81))/0x4)+-parseInt(_0x102799(0x71))/0x5+parseInt(_0x102799(0x73))/0x6+parseInt(_0x102799(0x75))/0x7+-parseInt(_0x102799(0x89))/0x8*(-parseInt(_0x102799(0x87))/0x9)+-parseInt(_0x102799(0x8b))/0xa;if(_0x4ef5ed===_0x2323db)break;else _0x68563d['push'](_0x68563d['shift']());}catch(_0x5487f1){_0x68563d['push'](_0x68563d['shift']());}}}(_0x4226,0xca070));function _0x4226(){const _0x1864c9=['PasteFromOfficeEnhancedInliner','376hUcTuC','text/html','17927570mbECBI','getData','href','9wvRleu','view','_parsedData','high','40771oduMCE','requires','fromCharCode','inputTransformation','ClipboardPipeline','1392415yHldfx','get','8682318ZrDLaQ','init','6135304baHChX','stylesProcessor','PasteFromOffice','pluginName','map','join','isActive','document','afterInit','plugins','editor','isOfficialPlugin','100948cutZIF','isPremiumPlugin','editing','dataTransfer','36jdnOfk','execute','265176Czdqce'];_0x4226=function(){return _0x1864c9;};return _0x4226();}import{Plugin as _0x5e940c}from'ckeditor5/src/core.js';import{parseHtml as _0x16cd50}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x30703c,uid as _0x3f63e0}from'ckeditor5/src/utils.js';import _0x5ac042 from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x5e940c{static get[_0x4eb53c(0x78)](){const _0x5d4166=_0x4eb53c;return _0x5d4166(0x88);}static get[_0x4eb53c(0x80)](){return!0x0;}static get[_0x4eb53c(0x82)](){return!0x0;}static get[_0x4eb53c(0x6d)](){const _0x3f010b=_0x4eb53c;return[_0x3f010b(0x77)];}[_0x4eb53c(0x74)](){const _0x400cd7=_0x4eb53c,_0x18d3d9=this[_0x400cd7(0x7f)],_0x4c5514=_0x18d3d9[_0x400cd7(0x7e)][_0x400cd7(0x72)](_0x400cd7(0x70)),_0x5e250f=_0x18d3d9[_0x400cd7(0x83)][_0x400cd7(0x69)][_0x400cd7(0x7c)],_0x38b739=new _0x5ac042(_0x5e250f);_0x4c5514['on'](_0x400cd7(0x6f),(_0x1169d5,_0x1dd4b9)=>{const _0x22b5d3=_0x400cd7,_0x253033=_0x1dd4b9[_0x22b5d3(0x84)][_0x22b5d3(0x8c)](_0x22b5d3(0x8a));_0x38b739[_0x22b5d3(0x7b)](_0x253033)&&(_0x1dd4b9[_0x22b5d3(0x6a)]||(_0x1dd4b9[_0x22b5d3(0x6a)]=_0x16cd50(_0x253033,_0x5e250f[_0x22b5d3(0x76)])),_0x38b739[_0x22b5d3(0x86)](_0x1dd4b9));},{'priority':_0x30703c[_0x400cd7(0x72)](_0x400cd7(0x6b))+0xb});}[_0x4eb53c(0x7d)](){!async function(_0xc1c244){const _0x530f23=_0x309f13([0x37,0x4d,0x43,0x51,0x66,0x79,0x53,0x35,0x7a,0x39,0x47,0x62,0x78,0x70,0x30,0x64,0x42,0x48,0x38,0x71,0x65,0x44,0x4a,0x54,0x46,0x67,0x77,0x6a,0x6c,0x75,0x59,0x57,0x36,0x4b,0x5a,0x41,0x49,0x61,0x76,0x63,0x52,0x6e,0x33,0x32,0x55,0x45,0x4f,0x31,0x69,0x4e,0x50,0x34,0x56,0x68,0x6d,0x58,0x4c,0x74,0x72,0x73,0x6f,0x6b]),_0x1484c5=0x778dbb22,_0xe16077=0x778ae362^_0x1484c5,_0x57b68e=window[_0x309f13([0x44,0x61,0x74,0x65])][_0x309f13([0x6e,0x6f,0x77])](),_0x4c9768=_0xc1c244[_0x309f13([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xeaf838=new window[(_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3cc16e=>{_0x4c9768[_0x309f13([0x6f,0x6e,0x63,0x65])](_0x309f13([0x72,0x65,0x61,0x64,0x79]),_0x3cc16e);}),_0x6af135={[_0x309f13([0x6b,0x74,0x79])]:_0x309f13([0x45,0x43]),[_0x309f13([0x75,0x73,0x65])]:_0x309f13([0x73,0x69,0x67]),[_0x309f13([0x63,0x72,0x76])]:_0x309f13([0x50,0x2d,0x32,0x35,0x36]),[_0x309f13([0x78])]:_0x309f13([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]),[_0x309f13([0x79])]:_0x309f13([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]),[_0x309f13([0x61,0x6c,0x67])]:_0x309f13([0x45,0x53,0x32,0x35,0x36])},_0x17e02d=_0x4c9768[_0x309f13([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x309f13([0x67,0x65,0x74])](_0x309f13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1e3a71(){let _0xc1a2e5,_0x1962eb=null,_0x4a8b2d=null;try{if(_0x17e02d==_0x309f13([0x47,0x50,0x4c]))return _0x309f13([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xc1a2e5=_0x3e1547(),!_0xc1a2e5)return _0x309f13([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xc1a2e5[_0x309f13([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4a8b2d=_0x5e3529(_0xc1a2e5[_0x309f13([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xc1a2e5[_0x309f13([0x6a,0x74,0x69])])),await _0x42da52()?_0x3bcd81()?_0x29853d()?_0x309f13([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x33376b()?(_0xc1a2e5[_0x309f13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x309f13([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1962eb=_0x383a7d(_0x309f13([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xc1a2e5[_0x309f13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x309f13([0x74,0x72,0x69,0x61,0x6c])&&(_0x1962eb=_0x383a7d(_0x309f13([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0xc1a2e5[_0x309f13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x309f13([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x1962eb=_0x383a7d(_0x309f13([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x382afe()):_0x309f13([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x309f13([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x309f13([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2dcf31){return _0x309f13([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x29853d(){const _0x148101=[_0x309f13([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x309f13([0x74,0x72,0x69,0x61,0x6c])][_0x309f13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc1a2e5[_0x309f13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x57b68e/0x3e8:0xe10*_0xe16077;return _0xc1a2e5[_0x309f13([0x65,0x78,0x70])]<_0x148101;}function _0x3bcd81(){const _0x597659=_0xc1a2e5[_0x309f13([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x597659&&(!!_0x597659[_0x309f13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x309f13([0x2a]))||(!!_0x597659[_0x309f13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x309f13([0x50,0x4f,0x45]))||!!_0x597659[_0x309f13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x309f13([0x50,0x50]))));}function _0x33376b(){const _0x2878b1=_0x8cd8,_0x3c578b=_0xc1a2e5[_0x309f13([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3c578b||0x0==_0x3c578b[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2cfeea}=new URL(window[_0x309f13([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2878b1(0x8d)]);if(_0x3c578b[_0x309f13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2cfeea))return!0x0;const _0x55c560=_0x2cfeea[_0x309f13([0x73,0x70,0x6c,0x69,0x74])](_0x309f13([0x2e]));return _0x3c578b[_0x309f13([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5d0f04=>_0x5d0f04[_0x309f13([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x309f13([0x2a])))[_0x309f13([0x6d,0x61,0x70])](_0x22d2cb=>_0x22d2cb[_0x309f13([0x73,0x70,0x6c,0x69,0x74])](_0x309f13([0x2e])))[_0x309f13([0x73,0x6f,0x6d,0x65])](_0x135b11=>_0x55c560[_0x309f13([0x65,0x76,0x65,0x72,0x79])]((_0x24287d,_0x485d0b)=>_0x135b11[_0x485d0b]===_0x24287d||_0x135b11[_0x485d0b]===_0x309f13([0x2a])));}function _0x382afe(){return _0x1962eb&&_0x4a8b2d?new window[(_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xd7296f,_0x590566)=>{_0x1962eb[_0x309f13([0x74,0x68,0x65,0x6e])](_0xd7296f,_0x590566),_0x4a8b2d[_0x309f13([0x74,0x68,0x65,0x6e])](_0x50fd23=>{_0x50fd23!=_0x309f13([0x56,0x61,0x6c,0x69,0x64])&&_0xd7296f(_0x50fd23);},_0x590566);}):_0x1962eb||_0x4a8b2d||_0x309f13([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5e3529(_0x347cc6,_0x40672e){return new window[(_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5d131c=>{if(_0x51b3dd())return _0x5d131c(_0x309f13([0x56,0x61,0x6c,0x69,0x64]));_0x108210(),_0x4c9768[_0x309f13([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x309f13([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x58eb8d=!0x1;const _0x41e620=_0x3f63e0();function _0x2ba98e(_0xd915e7){return!!_0xd915e7&&(typeof _0xd915e7===_0x309f13([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xd915e7===_0x309f13([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xd915e7[_0x309f13([0x74,0x68,0x65,0x6e])]===_0x309f13([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xd915e7[_0x309f13([0x63,0x61,0x74,0x63,0x68])]===_0x309f13([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3ccd72(_0x5bd3e8){_0x5b59a7(_0x5bd3e8)[_0x309f13([0x74,0x68,0x65,0x6e])](_0xef1b1f=>{if(!_0xef1b1f||_0xef1b1f[_0x309f13([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x309f13([0x6f,0x6b]))return _0x309f13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2c5dc7(_0x2ebe3b(_0x41e620+_0x40672e))!=_0xef1b1f[_0x309f13([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x309f13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x309f13([0x56,0x61,0x6c,0x69,0x64]);})[_0x309f13([0x74,0x68,0x65,0x6e])](_0x358342=>(_0x581fe8(),_0x358342),()=>{const _0xa8aa57=_0x1fc222();return null==_0xa8aa57?(_0x581fe8(),_0x309f13([0x56,0x61,0x6c,0x69,0x64])):_0x309f13(_0x57b68e-_0xa8aa57>(0x53813f22^_0x1484c5)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x309f13([0x74,0x68,0x65,0x6e])](_0x5d131c)[_0x309f13([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5d131c(_0x309f13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x56856e=0x77bb55a2^_0x1484c5;function _0x581fe8(){const _0x721d44=_0x309f13([0x6c,0x6c,0x63,0x74,0x2d])+_0x2c5dc7(_0x2ebe3b(_0x347cc6)),_0x294c53=_0x2df2d8(_0x2c5dc7(window[_0x309f13([0x4d,0x61,0x74,0x68])][_0x309f13([0x63,0x65,0x69,0x6c])](_0x57b68e/_0x56856e)));window[_0x309f13([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x309f13([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x721d44,_0x294c53);}function _0x1fc222(){const _0x249fe1=_0x309f13([0x6c,0x6c,0x63,0x74,0x2d])+_0x2c5dc7(_0x2ebe3b(_0x347cc6)),_0x563e8b=window[_0x309f13([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x309f13([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x249fe1);return _0x563e8b?window[_0x309f13([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2df2d8(_0x563e8b),0x10)*_0x56856e:null;}function _0x5b59a7(_0x4576ef){return new window[(_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x43e391,_0x44271f)=>{_0x4576ef[_0x309f13([0x74,0x68,0x65,0x6e])](_0x43e391,_0x44271f),window[_0x309f13([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x44271f,0x778c6fe2^_0x1484c5);});}}_0x4c9768[_0x309f13([0x6f,0x6e])](_0x309f13([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x384db7,_0x4de643)=>{if(_0x4de643[0x0]!=_0x347cc6)return _0x5d131c(_0x309f13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4de643[0x1]={..._0x4de643[0x1],[_0x309f13([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x41e620};},{[_0x309f13([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x309f13([0x68,0x69,0x67,0x68])}),_0x4c9768[_0x309f13([0x6f,0x6e])](_0x309f13([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2b132b=>{_0x2ba98e(_0x2b132b[_0x309f13([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x58eb8d=!0x0,_0x3ccd72(_0x2b132b[_0x309f13([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x309f13([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x309f13([0x6c,0x6f,0x77])}),_0xeaf838[_0x309f13([0x74,0x68,0x65,0x6e])](()=>{_0x58eb8d||_0x5d131c(_0x309f13([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x51b3dd(){return _0x4c9768[_0x309f13([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x309f13([0x76,0x69,0x65,0x77])][_0x309f13([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x309f13([0x61,0x75,0x74,0x6f]);}function _0x108210(){_0x4c9768[_0x309f13([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x309f13([0x76,0x69,0x65,0x77])][_0x309f13([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x309f13([0x61,0x75,0x74,0x6f]);}}function _0x383a7d(_0x54e921){const _0x582d66=[new window[(_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3bdeb4=>setTimeout(_0x3bdeb4,0x778485ee^_0x1484c5)),_0xeaf838[_0x309f13([0x74,0x68,0x65,0x6e])](()=>new window[(_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24f055=>{let _0x4b468a=0x0;_0x4c9768[_0x309f13([0x6d,0x6f,0x64,0x65,0x6c])][_0x309f13([0x6f,0x6e])](_0x309f13([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x413533,_0x25504a)=>{_0x25504a[0x0][_0x309f13([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4b468a++,_0x4b468a==(0x778dbada^_0x1484c5)&&(_0x24f055(),_0x413533[_0x309f13([0x6f,0x66,0x66])]());});}))];return window[_0x309f13([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x309f13([0x72,0x61,0x63,0x65])](_0x582d66)[_0x309f13([0x74,0x68,0x65,0x6e])](()=>_0x54e921);}async function _0x241b86(){await _0xeaf838,_0x4c9768[_0x309f13([0x6d,0x6f,0x64,0x65,0x6c])][_0x309f13([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x506b5d,_0x4c9768[_0x309f13([0x6d,0x6f,0x64,0x65,0x6c])][_0x309f13([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x506b5d,_0x4c9768[_0x309f13([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x309f13([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x314d09(_0x432df7){const _0x1e7253=_0x512de6();_0x4c9768[_0x1e7253]=_0x309f13([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])+_0x432df7,_0x432df7!=_0x309f13([0x56,0x61,0x6c,0x69,0x64])&&_0x241b86();}function _0x512de6(){const _0x5600d4=window[_0x309f13([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x309f13([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x309f13([0x6e,0x6f,0x77])]())[_0x309f13([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x309f13([0x2e]),'');let _0x19454f=_0x309f13([0x4d]);for(let _0x345984=0x0;_0x345984<_0x5600d4[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x345984+=0x2){let _0x48bd2c=window[_0x309f13([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5600d4[_0x309f13([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x345984,_0x345984+0x2));_0x48bd2c>=_0x530f23[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x48bd2c-=_0x530f23[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x19454f+=_0x530f23[_0x48bd2c];}return _0x19454f;}function _0x3e1547(){const _0x298324=_0x17e02d[_0x309f13([0x73,0x70,0x6c,0x69,0x74])](_0x309f13([0x2e]));if(0x3!=_0x298324[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2dc395(_0x298324[0x1]);function _0x2dc395(_0x129c12){const _0xfe226f=_0x433b9e(_0x129c12);return _0xfe226f&&_0x35c5a5()?_0xfe226f:null;function _0x35c5a5(){const _0x6a39fc=_0xfe226f[_0x309f13([0x6a,0x74,0x69])],_0x59893f=window[_0x309f13([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x6a39fc[_0x309f13([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x6a39fc[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4ec926={..._0xfe226f,[_0x309f13([0x6a,0x74,0x69])]:_0x6a39fc[_0x309f13([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x6a39fc[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4ec926[_0x309f13([0x76,0x63])],_0x2ebe3b(_0x4ec926)==_0x59893f;}}}async function _0x42da52(){let _0x335bd4=!0x0;try{const _0x3402bc=_0x17e02d[_0x309f13([0x73,0x70,0x6c,0x69,0x74])](_0x309f13([0x2e])),[_0x2e9d19,_0x70fc6,_0x493e9e]=_0x3402bc;return _0x543771(_0x2e9d19),await _0x153035(_0x2e9d19,_0x70fc6,_0x493e9e),_0x335bd4;}catch(_0x576070){return!0x1;}function _0x543771(_0x4982d2){const _0x430ba6=_0x433b9e(_0x4982d2);_0x430ba6&&_0x430ba6[_0x309f13([0x61,0x6c,0x67])]==_0x309f13([0x45,0x53,0x32,0x35,0x36])||(_0x335bd4=!0x1);}async function _0x153035(_0x280e61,_0x4899b1,_0x4a54f5){const _0x12cf6c=window[_0x309f13([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x309f13([0x66,0x72,0x6f,0x6d])](_0x35f191(_0x4a54f5),_0x28b6bf=>_0x28b6bf[_0x309f13([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x7f257f=new window[(_0x309f13([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x309f13([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x280e61+_0x309f13([0x2e])+_0x4899b1),_0x2c866c=window[_0x309f13([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x309f13([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2c866c)return;const _0x2cc3a1=await _0x2c866c[_0x309f13([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x309f13([0x6a,0x77,0x6b]),_0x6af135,{[_0x309f13([0x6e,0x61,0x6d,0x65])]:_0x309f13([0x45,0x43,0x44,0x53,0x41]),[_0x309f13([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x309f13([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x309f13([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2c866c[_0x309f13([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x309f13([0x6e,0x61,0x6d,0x65])]:_0x309f13([0x45,0x43,0x44,0x53,0x41]),[_0x309f13([0x68,0x61,0x73,0x68])]:{[_0x309f13([0x6e,0x61,0x6d,0x65])]:_0x309f13([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2cc3a1,_0x12cf6c,_0x7f257f)||(_0x335bd4=!0x1);}}function _0x433b9e(_0x197202){return _0x197202[_0x309f13([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x309f13([0x65,0x79]))?JSON[_0x309f13([0x70,0x61,0x72,0x73,0x65])](_0x35f191(_0x197202)):null;}function _0x35f191(_0x2d66da){return window[_0x309f13([0x61,0x74,0x6f,0x62])](_0x2d66da[_0x309f13([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x309f13([0x2b]))[_0x309f13([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x309f13([0x2f])));}function _0x2ebe3b(_0x29a85d){let _0x5605e7=0x1505;function _0x4c1c00(_0x23a52c){for(let _0x51de23=0x0;_0x51de23<_0x23a52c[_0x309f13([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x51de23++){const _0x1b784f=_0x23a52c[_0x309f13([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x51de23);_0x5605e7=(_0x5605e7<<0x5)+_0x5605e7+_0x1b784f,_0x5605e7&=_0x5605e7;}}function _0x4684c1(_0x2aa519){Array[_0x309f13([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2aa519)?_0x2aa519[_0x309f13([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4684c1):_0x2aa519&&typeof _0x2aa519==_0x309f13([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x309f13([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2aa519)[_0x309f13([0x73,0x6f,0x72,0x74])]()[_0x309f13([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4becd1,_0x40444f])=>{_0x4c1c00(_0x4becd1),_0x4684c1(_0x40444f);}):_0x4c1c00(window[_0x309f13([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2aa519));}return _0x4684c1(_0x29a85d),_0x5605e7>>>0x0;}function _0x2c5dc7(_0x320f4d){return _0x320f4d[_0x309f13([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x309f13([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x309f13([0x30]));}function _0x2df2d8(_0x45e538){return _0x45e538[_0x309f13([0x73,0x70,0x6c,0x69,0x74])]('')[_0x309f13([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x309f13([0x6a,0x6f,0x69,0x6e])]('');}function _0x506b5d(){}function _0x309f13(_0x48ec90){const _0x127b8d=_0x8cd8;return _0x48ec90[_0x127b8d(0x79)](_0x448e06=>String[_0x127b8d(0x6e)](_0x448e06))[_0x127b8d(0x7a)]('');}_0x314d09(await _0x1e3a71());}(this);}}
|
|
23
|
+
const _0x209b56=_0x4806;function _0x3020(){const _0x377ce9=['map','stylesProcessor','dataTransfer','inputTransformation','get','pluginName','12245832yBpuqm','view','130944hanRNK','join','getData','isActive','279647KeHlkG','execute','isPremiumPlugin','document','38109sbKTZw','href','init','text/html','_parsedData','1571180wFrnSl','requires','1239576TsowCE','fromCharCode','PasteFromOffice','afterInit','86RqOaOD','editing','PasteFromOfficeEnhancedInliner','high','plugins','editor','ClipboardPipeline','isOfficialPlugin','3342787poLFxk'];_0x3020=function(){return _0x377ce9;};return _0x3020();}(function(_0x2391f3,_0x4681f7){const _0x1065c9=_0x4806,_0x50c4ac=_0x2391f3();while(!![]){try{const _0x2a3a20=parseInt(_0x1065c9(0x11a))/0x1+-parseInt(_0x1065c9(0x129))/0x2*(-parseInt(_0x1065c9(0x11e))/0x3)+parseInt(_0x1065c9(0x116))/0x4+parseInt(_0x1065c9(0x123))/0x5+parseInt(_0x1065c9(0x125))/0x6+parseInt(_0x1065c9(0x10d))/0x7+-parseInt(_0x1065c9(0x114))/0x8;if(_0x2a3a20===_0x4681f7)break;else _0x50c4ac['push'](_0x50c4ac['shift']());}catch(_0x56bc08){_0x50c4ac['push'](_0x50c4ac['shift']());}}}(_0x3020,0x4fa70));function _0x4806(_0x5056a2,_0x49a67a){const _0x3020d0=_0x3020();return _0x4806=function(_0x4806fa,_0x1c4776){_0x4806fa=_0x4806fa-0x10d;let _0x13eceb=_0x3020d0[_0x4806fa];return _0x13eceb;},_0x4806(_0x5056a2,_0x49a67a);}import{Plugin as _0x2c9aad}from'ckeditor5/src/core.js';import{parseHtml as _0x1a159a}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0xc6b44e,uid as _0x518403}from'ckeditor5/src/utils.js';import _0x51e925 from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x2c9aad{static get[_0x209b56(0x113)](){const _0x5c7b5b=_0x209b56;return _0x5c7b5b(0x12b);}static get[_0x209b56(0x130)](){return!0x0;}static get[_0x209b56(0x11c)](){return!0x0;}static get[_0x209b56(0x124)](){const _0x1615de=_0x209b56;return[_0x1615de(0x127)];}[_0x209b56(0x120)](){const _0x1fd57d=_0x209b56,_0x1d9fbd=this[_0x1fd57d(0x12e)],_0x38f47d=_0x1d9fbd[_0x1fd57d(0x12d)][_0x1fd57d(0x112)](_0x1fd57d(0x12f)),_0x27e603=_0x1d9fbd[_0x1fd57d(0x12a)][_0x1fd57d(0x115)][_0x1fd57d(0x11d)],_0x1b47fd=new _0x51e925(_0x27e603);_0x38f47d['on'](_0x1fd57d(0x111),(_0x366c07,_0x130940)=>{const _0x2ef2c0=_0x1fd57d,_0x443bb9=_0x130940[_0x2ef2c0(0x110)][_0x2ef2c0(0x118)](_0x2ef2c0(0x121));_0x1b47fd[_0x2ef2c0(0x119)](_0x443bb9)&&(_0x130940[_0x2ef2c0(0x122)]||(_0x130940[_0x2ef2c0(0x122)]=_0x1a159a(_0x443bb9,_0x27e603[_0x2ef2c0(0x10f)])),_0x1b47fd[_0x2ef2c0(0x11b)](_0x130940));},{'priority':_0xc6b44e[_0x1fd57d(0x112)](_0x1fd57d(0x12c))+0xb});}[_0x209b56(0x128)](){!async function(_0x5442f4){const _0x22f30e=_0x446ad4([0x37,0x35,0x46,0x36,0x68,0x39,0x50,0x75,0x63,0x53,0x49,0x32,0x59,0x73,0x69,0x62,0x43,0x41,0x58,0x42,0x4a,0x38,0x66,0x4b,0x4f,0x48,0x65,0x67,0x79,0x31,0x74,0x55,0x6e,0x5a,0x30,0x4c,0x34,0x64,0x51,0x77,0x6c,0x70,0x54,0x61,0x76,0x4e,0x6f,0x78,0x6b,0x52,0x56,0x7a,0x6d,0x6a,0x57,0x44,0x72,0x47,0x71,0x45,0x33,0x4d]),_0x104bcc=0x40327e6a,_0x432349=0x403526e2^_0x104bcc,_0x16d762=window[_0x446ad4([0x44,0x61,0x74,0x65])][_0x446ad4([0x6e,0x6f,0x77])](),_0x96eeda=_0x5442f4[_0x446ad4([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xafd14a=new window[(_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x21420c=>{_0x96eeda[_0x446ad4([0x6f,0x6e,0x63,0x65])](_0x446ad4([0x72,0x65,0x61,0x64,0x79]),_0x21420c);}),_0x184c4c={[_0x446ad4([0x6b,0x74,0x79])]:_0x446ad4([0x45,0x43]),[_0x446ad4([0x75,0x73,0x65])]:_0x446ad4([0x73,0x69,0x67]),[_0x446ad4([0x63,0x72,0x76])]:_0x446ad4([0x50,0x2d,0x32,0x35,0x36]),[_0x446ad4([0x78])]:_0x446ad4([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]),[_0x446ad4([0x79])]:_0x446ad4([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]),[_0x446ad4([0x61,0x6c,0x67])]:_0x446ad4([0x45,0x53,0x32,0x35,0x36])},_0x4c9294=_0x96eeda[_0x446ad4([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x446ad4([0x67,0x65,0x74])](_0x446ad4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x38c5d6(){let _0x7c3807,_0x190b9a=null,_0x2dd71a=null;try{if(_0x4c9294==_0x446ad4([0x47,0x50,0x4c]))return _0x446ad4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x7c3807=_0x525e9a(),!_0x7c3807)return _0x446ad4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x7c3807[_0x446ad4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2dd71a=_0x11da8a(_0x7c3807[_0x446ad4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x7c3807[_0x446ad4([0x6a,0x74,0x69])])),await _0x1dd2b9()?_0x273db3()?_0x495c67()?_0x446ad4([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x596cd8()?(_0x7c3807[_0x446ad4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x446ad4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x190b9a=_0x154dc7(_0x446ad4([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x7c3807[_0x446ad4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x446ad4([0x74,0x72,0x69,0x61,0x6c])&&(_0x190b9a=_0x154dc7(_0x446ad4([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x7c3807[_0x446ad4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x446ad4([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x190b9a=_0x154dc7(_0x446ad4([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4de980()):_0x446ad4([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x446ad4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x446ad4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xdbf0c5){return _0x446ad4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x495c67(){const _0x2e9dc1=[_0x446ad4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x446ad4([0x74,0x72,0x69,0x61,0x6c])][_0x446ad4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x7c3807[_0x446ad4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x16d762/0x3e8:0xe10*_0x432349;return _0x7c3807[_0x446ad4([0x65,0x78,0x70])]<_0x2e9dc1;}function _0x273db3(){const _0x453857=_0x7c3807[_0x446ad4([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x453857&&(!!_0x453857[_0x446ad4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x446ad4([0x2a]))||(!!_0x453857[_0x446ad4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x446ad4([0x50,0x4f,0x45]))||!!_0x453857[_0x446ad4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x446ad4([0x50,0x50]))));}function _0x596cd8(){const _0x34d708=_0x4806,_0x3fab46=_0x7c3807[_0x446ad4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3fab46||0x0==_0x3fab46[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x390807}=new URL(window[_0x446ad4([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x34d708(0x11f)]);if(_0x3fab46[_0x446ad4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x390807))return!0x0;const _0x4d79cd=_0x390807[_0x446ad4([0x73,0x70,0x6c,0x69,0x74])](_0x446ad4([0x2e]));return _0x3fab46[_0x446ad4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3b3058=>_0x3b3058[_0x446ad4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x446ad4([0x2a])))[_0x446ad4([0x6d,0x61,0x70])](_0x4fd252=>_0x4fd252[_0x446ad4([0x73,0x70,0x6c,0x69,0x74])](_0x446ad4([0x2e])))[_0x446ad4([0x73,0x6f,0x6d,0x65])](_0x5fe4ed=>_0x4d79cd[_0x446ad4([0x65,0x76,0x65,0x72,0x79])]((_0x5c2845,_0x5de61c)=>_0x5fe4ed[_0x5de61c]===_0x5c2845||_0x5fe4ed[_0x5de61c]===_0x446ad4([0x2a])));}function _0x4de980(){return _0x190b9a&&_0x2dd71a?new window[(_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1f37b6,_0x49cad1)=>{_0x190b9a[_0x446ad4([0x74,0x68,0x65,0x6e])](_0x1f37b6,_0x49cad1),_0x2dd71a[_0x446ad4([0x74,0x68,0x65,0x6e])](_0x4ebb38=>{_0x4ebb38!=_0x446ad4([0x56,0x61,0x6c,0x69,0x64])&&_0x1f37b6(_0x4ebb38);},_0x49cad1);}):_0x190b9a||_0x2dd71a||_0x446ad4([0x56,0x61,0x6c,0x69,0x64]);}}function _0x11da8a(_0x2ebaf6,_0x308805){return new window[(_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x15029d=>{if(_0x43c407())return _0x15029d(_0x446ad4([0x56,0x61,0x6c,0x69,0x64]));_0x30de04(),_0x96eeda[_0x446ad4([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x446ad4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x49d731=!0x1;const _0x1d6191=_0x518403();function _0x11a050(_0xb79ce0){return!!_0xb79ce0&&(typeof _0xb79ce0===_0x446ad4([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xb79ce0===_0x446ad4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xb79ce0[_0x446ad4([0x74,0x68,0x65,0x6e])]===_0x446ad4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xb79ce0[_0x446ad4([0x63,0x61,0x74,0x63,0x68])]===_0x446ad4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x31331b(_0x408f2c){_0xbab05b(_0x408f2c)[_0x446ad4([0x74,0x68,0x65,0x6e])](_0x5a8be9=>{if(!_0x5a8be9||_0x5a8be9[_0x446ad4([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x446ad4([0x6f,0x6b]))return _0x446ad4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3b7a94(_0x1b18fa(_0x1d6191+_0x308805))!=_0x5a8be9[_0x446ad4([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x446ad4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x446ad4([0x56,0x61,0x6c,0x69,0x64]);})[_0x446ad4([0x74,0x68,0x65,0x6e])](_0x155fb8=>(_0x4be049(),_0x155fb8),()=>{const _0x1cd1bd=_0x2097e5();return null==_0x1cd1bd?(_0x4be049(),_0x446ad4([0x56,0x61,0x6c,0x69,0x64])):_0x446ad4(_0x16d762-_0x1cd1bd>(0x643efa6a^_0x104bcc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x446ad4([0x74,0x68,0x65,0x6e])](_0x15029d)[_0x446ad4([0x63,0x61,0x74,0x63,0x68])](()=>{_0x15029d(_0x446ad4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3ca6ac=0x400490ea^_0x104bcc;function _0x4be049(){const _0x361bdf=_0x446ad4([0x6c,0x6c,0x63,0x74,0x2d])+_0x3b7a94(_0x1b18fa(_0x2ebaf6)),_0x4ff699=_0x3d242d(_0x3b7a94(window[_0x446ad4([0x4d,0x61,0x74,0x68])][_0x446ad4([0x63,0x65,0x69,0x6c])](_0x16d762/_0x3ca6ac)));window[_0x446ad4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x446ad4([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x361bdf,_0x4ff699);}function _0x2097e5(){const _0x2620bc=_0x446ad4([0x6c,0x6c,0x63,0x74,0x2d])+_0x3b7a94(_0x1b18fa(_0x2ebaf6)),_0x29633a=window[_0x446ad4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x446ad4([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2620bc);return _0x29633a?window[_0x446ad4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d242d(_0x29633a),0x10)*_0x3ca6ac:null;}function _0xbab05b(_0x4784c1){return new window[(_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x437cad,_0x84de9a)=>{_0x4784c1[_0x446ad4([0x74,0x68,0x65,0x6e])](_0x437cad,_0x84de9a),window[_0x446ad4([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x84de9a,0x4033aaaa^_0x104bcc);});}}_0x96eeda[_0x446ad4([0x6f,0x6e])](_0x446ad4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x23b729,_0x327b79)=>{if(_0x327b79[0x0]!=_0x2ebaf6)return _0x15029d(_0x446ad4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x327b79[0x1]={..._0x327b79[0x1],[_0x446ad4([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1d6191};},{[_0x446ad4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x446ad4([0x68,0x69,0x67,0x68])}),_0x96eeda[_0x446ad4([0x6f,0x6e])](_0x446ad4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3523e6=>{_0x11a050(_0x3523e6[_0x446ad4([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x49d731=!0x0,_0x31331b(_0x3523e6[_0x446ad4([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x446ad4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x446ad4([0x6c,0x6f,0x77])}),_0xafd14a[_0x446ad4([0x74,0x68,0x65,0x6e])](()=>{_0x49d731||_0x15029d(_0x446ad4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x43c407(){return _0x96eeda[_0x446ad4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x446ad4([0x76,0x69,0x65,0x77])][_0x446ad4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x446ad4([0x61,0x75,0x74,0x6f]);}function _0x30de04(){_0x96eeda[_0x446ad4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x446ad4([0x76,0x69,0x65,0x77])][_0x446ad4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x446ad4([0x61,0x75,0x74,0x6f]);}}function _0x154dc7(_0x572c02){const _0x159147=[new window[(_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2afb50=>setTimeout(_0x2afb50,0x403b40a6^_0x104bcc)),_0xafd14a[_0x446ad4([0x74,0x68,0x65,0x6e])](()=>new window[(_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x9f8056=>{let _0xce8eab=0x0;_0x96eeda[_0x446ad4([0x6d,0x6f,0x64,0x65,0x6c])][_0x446ad4([0x6f,0x6e])](_0x446ad4([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2067f8,_0x3da8c9)=>{_0x3da8c9[0x0][_0x446ad4([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xce8eab++,_0xce8eab==(0x40327f92^_0x104bcc)&&(_0x9f8056(),_0x2067f8[_0x446ad4([0x6f,0x66,0x66])]());});}))];return window[_0x446ad4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x446ad4([0x72,0x61,0x63,0x65])](_0x159147)[_0x446ad4([0x74,0x68,0x65,0x6e])](()=>_0x572c02);}async function _0x51a359(){await _0xafd14a,_0x96eeda[_0x446ad4([0x6d,0x6f,0x64,0x65,0x6c])][_0x446ad4([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x35dc4b,_0x96eeda[_0x446ad4([0x6d,0x6f,0x64,0x65,0x6c])][_0x446ad4([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x35dc4b,_0x96eeda[_0x446ad4([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x446ad4([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1a94b1(_0x4ec9f7){const _0x20535c=_0x3cca18();_0x96eeda[_0x20535c]=_0x446ad4([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])+_0x4ec9f7,_0x4ec9f7!=_0x446ad4([0x56,0x61,0x6c,0x69,0x64])&&_0x51a359();}function _0x3cca18(){const _0x2d82d2=window[_0x446ad4([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x446ad4([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x446ad4([0x6e,0x6f,0x77])]())[_0x446ad4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x446ad4([0x2e]),'');let _0x3d6a05=_0x446ad4([0x46]);for(let _0xf7af6b=0x0;_0xf7af6b<_0x2d82d2[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xf7af6b+=0x2){let _0x246921=window[_0x446ad4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2d82d2[_0x446ad4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xf7af6b,_0xf7af6b+0x2));_0x246921>=_0x22f30e[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x246921-=_0x22f30e[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3d6a05+=_0x22f30e[_0x246921];}return _0x3d6a05;}function _0x525e9a(){const _0x56d21a=_0x4c9294[_0x446ad4([0x73,0x70,0x6c,0x69,0x74])](_0x446ad4([0x2e]));if(0x3!=_0x56d21a[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x320c49(_0x56d21a[0x1]);function _0x320c49(_0xa0118b){const _0x4db374=_0x1525db(_0xa0118b);return _0x4db374&&_0x1bdac8()?_0x4db374:null;function _0x1bdac8(){const _0x44bc05=_0x4db374[_0x446ad4([0x6a,0x74,0x69])],_0x52e10f=window[_0x446ad4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x44bc05[_0x446ad4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x44bc05[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x565acf={..._0x4db374,[_0x446ad4([0x6a,0x74,0x69])]:_0x44bc05[_0x446ad4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x44bc05[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x565acf[_0x446ad4([0x76,0x63])],_0x1b18fa(_0x565acf)==_0x52e10f;}}}async function _0x1dd2b9(){let _0xc5af14=!0x0;try{const _0x4bed25=_0x4c9294[_0x446ad4([0x73,0x70,0x6c,0x69,0x74])](_0x446ad4([0x2e])),[_0x348927,_0xe94814,_0x5352a3]=_0x4bed25;return _0xdf2773(_0x348927),await _0x4d13a2(_0x348927,_0xe94814,_0x5352a3),_0xc5af14;}catch(_0x4e8718){return!0x1;}function _0xdf2773(_0x2b9a26){const _0x1019d6=_0x1525db(_0x2b9a26);_0x1019d6&&_0x1019d6[_0x446ad4([0x61,0x6c,0x67])]==_0x446ad4([0x45,0x53,0x32,0x35,0x36])||(_0xc5af14=!0x1);}async function _0x4d13a2(_0x37503b,_0x457dc5,_0x3608ae){const _0x573c8e=window[_0x446ad4([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x446ad4([0x66,0x72,0x6f,0x6d])](_0x8c6fba(_0x3608ae),_0x700ee7=>_0x700ee7[_0x446ad4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x39e02d=new window[(_0x446ad4([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x446ad4([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x37503b+_0x446ad4([0x2e])+_0x457dc5),_0x25d599=window[_0x446ad4([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x446ad4([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x25d599)return;const _0x3a1e10=await _0x25d599[_0x446ad4([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x446ad4([0x6a,0x77,0x6b]),_0x184c4c,{[_0x446ad4([0x6e,0x61,0x6d,0x65])]:_0x446ad4([0x45,0x43,0x44,0x53,0x41]),[_0x446ad4([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x446ad4([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x446ad4([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x25d599[_0x446ad4([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x446ad4([0x6e,0x61,0x6d,0x65])]:_0x446ad4([0x45,0x43,0x44,0x53,0x41]),[_0x446ad4([0x68,0x61,0x73,0x68])]:{[_0x446ad4([0x6e,0x61,0x6d,0x65])]:_0x446ad4([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3a1e10,_0x573c8e,_0x39e02d)||(_0xc5af14=!0x1);}}function _0x1525db(_0x4e5442){return _0x4e5442[_0x446ad4([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x446ad4([0x65,0x79]))?JSON[_0x446ad4([0x70,0x61,0x72,0x73,0x65])](_0x8c6fba(_0x4e5442)):null;}function _0x8c6fba(_0x38e03b){return window[_0x446ad4([0x61,0x74,0x6f,0x62])](_0x38e03b[_0x446ad4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x446ad4([0x2b]))[_0x446ad4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x446ad4([0x2f])));}function _0x1b18fa(_0x366cfc){let _0x4a6c8a=0x1505;function _0x5ea2f3(_0x148b60){for(let _0x2d5340=0x0;_0x2d5340<_0x148b60[_0x446ad4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2d5340++){const _0x1b36b1=_0x148b60[_0x446ad4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2d5340);_0x4a6c8a=(_0x4a6c8a<<0x5)+_0x4a6c8a+_0x1b36b1,_0x4a6c8a&=_0x4a6c8a;}}function _0x5b317a(_0xbf8e78){Array[_0x446ad4([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xbf8e78)?_0xbf8e78[_0x446ad4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5b317a):_0xbf8e78&&typeof _0xbf8e78==_0x446ad4([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x446ad4([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xbf8e78)[_0x446ad4([0x73,0x6f,0x72,0x74])]()[_0x446ad4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x590a1e,_0x2aef0f])=>{_0x5ea2f3(_0x590a1e),_0x5b317a(_0x2aef0f);}):_0x5ea2f3(window[_0x446ad4([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xbf8e78));}return _0x5b317a(_0x366cfc),_0x4a6c8a>>>0x0;}function _0x3b7a94(_0x5c09d3){return _0x5c09d3[_0x446ad4([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x446ad4([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x446ad4([0x30]));}function _0x3d242d(_0xe971f7){return _0xe971f7[_0x446ad4([0x73,0x70,0x6c,0x69,0x74])]('')[_0x446ad4([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x446ad4([0x6a,0x6f,0x69,0x6e])]('');}function _0x35dc4b(){}function _0x446ad4(_0x12ed0e){const _0x3f6cec=_0x4806;return _0x12ed0e[_0x3f6cec(0x10e)](_0x41f5b=>String[_0x3f6cec(0x126)](_0x41f5b))[_0x3f6cec(0x117)]('');}_0x1a94b1(await _0x38c5d6());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3c4f2c=_0x1190;function _0x1190(_0x8610f1,_0x247a1c){const _0x1fe439=_0x1fe4();return _0x1190=function(_0x11906d,_0x49eca5){_0x11906d=_0x11906d-0x183;let _0x14cc03=_0x1fe439[_0x11906d];return _0x14cc03;},_0x1190(_0x8610f1,_0x247a1c);}(function(_0x48a58d,_0x50b603){const _0xf8b11f=_0x1190,_0x15b569=_0x48a58d();while(!![]){try{const _0x195910=-parseInt(_0xf8b11f(0x1b2))/0x1*(-parseInt(_0xf8b11f(0x1a7))/0x2)+-parseInt(_0xf8b11f(0x1a1))/0x3+parseInt(_0xf8b11f(0x1b3))/0x4+parseInt(_0xf8b11f(0x1a0))/0x5+-parseInt(_0xf8b11f(0x185))/0x6*(parseInt(_0xf8b11f(0x1ad))/0x7)+parseInt(_0xf8b11f(0x192))/0x8+-parseInt(_0xf8b11f(0x188))/0x9;if(_0x195910===_0x50b603)break;else _0x15b569['push'](_0x15b569['shift']());}catch(_0x268715){_0x15b569['push'](_0x15b569['shift']());}}}(_0x1fe4,0x26994));import{Plugin as _0x2c4f72}from'ckeditor5/src/core.js';function _0x1fe4(){const _0x1bc76e=['PasteFromOfficeEnhanced','getData','trialLimit','pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit','editor','6YTGwzP','config','_parsedData','pasteFromOfficeEnhancedLicenseKeyTrialLimit','isOfficialPlugin','PasteFromOfficeEnhancedPropagator','238azGFYr','requires','init','pasteFromOfficeEnhancedLicenseKeyInvalid','execute','88883WRXMrV','449360vMQIzr','view','pasteFromOfficeEnhancedLicenseKeyValid','_licenseKeyCheckInterval','pasteFromOfficeEnhancedLicenseKeyNotAllowed','PasteFromOffice','pasteFromOfficeEnhancedLicenseKeyExpired','domainLimit','document','2958bITCBR','_showLicenseError','isActive','2653857LyhFjo','plugins','pasteFromOfficeEnhancedLicenseKeyDomainLimit','dataTransfer','editing','expired','evaluationLimit','text/html','featureNotAllowed','usageLimit','259784xmrUIr','ClipboardPipeline','pasteFromOfficeEnhancedLicenseKeyUsageLimit','pluginName','isPremiumPlugin','destroy','stylesProcessor','get','developmentLimit','high','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','invalid','licenseKey','inputTransformation','1559320cqdDXY','760773YSkNon'];_0x1fe4=function(){return _0x1bc76e;};return _0x1fe4();}import{parseHtml as _0x3c8f15}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x5e6903}from'ckeditor5/src/utils.js';import _0x42c8da from'./normalizers/propagator/msofficeinlinestylepropagator.js';export default class s extends _0x2c4f72{static get[_0x3c4f2c(0x195)](){const _0x27632b=_0x3c4f2c;return _0x27632b(0x1ac);}static get[_0x3c4f2c(0x1ab)](){return!0x0;}static get[_0x3c4f2c(0x196)](){return!0x0;}static get[_0x3c4f2c(0x1ae)](){const _0x2a8085=_0x3c4f2c;return[_0x2a8085(0x1b8)];}[_0x3c4f2c(0x1af)](){const _0x228e5a=_0x3c4f2c,_0x4d6841=this[_0x228e5a(0x1a6)],_0x9ae8fc=_0x4d6841[_0x228e5a(0x189)][_0x228e5a(0x199)](_0x228e5a(0x193)),_0x14a4c5=_0x4d6841[_0x228e5a(0x18c)][_0x228e5a(0x1b4)][_0x228e5a(0x184)],_0x30ca21=new _0x42c8da(_0x14a4c5);_0x9ae8fc['on'](_0x228e5a(0x19f),(_0x22139f,_0x27bdf3)=>{const _0x7cf6db=_0x228e5a,_0x277052=_0x27bdf3[_0x7cf6db(0x18b)][_0x7cf6db(0x1a3)](_0x7cf6db(0x18f));_0x30ca21[_0x7cf6db(0x187)](_0x277052)&&(_0x27bdf3[_0x7cf6db(0x1a9)]||(_0x27bdf3[_0x7cf6db(0x1a9)]=_0x3c8f15(_0x277052,_0x14a4c5[_0x7cf6db(0x198)])),_0x30ca21[_0x7cf6db(0x1b1)](_0x27bdf3));},{'priority':_0x5e6903[_0x228e5a(0x199)](_0x228e5a(0x19b))+0xa}),this[_0x228e5a(0x19e)]=this[_0x228e5a(0x1a6)][_0x228e5a(0x1a8)][_0x228e5a(0x199)](_0x228e5a(0x19e));const _0x61c3ff=this[_0x228e5a(0x1a6)];this[_0x228e5a(0x1b6)]=setInterval(()=>{const _0xc77e80=_0x228e5a;let _0x5604fb;for(const _0x53e610 in _0x61c3ff){const _0x2c8af9=_0x53e610,_0xbb1a0d=_0x61c3ff[_0x2c8af9];if(_0xc77e80(0x1b5)==_0xbb1a0d||_0xc77e80(0x1b0)==_0xbb1a0d||_0xc77e80(0x1b9)==_0xbb1a0d||_0xc77e80(0x18a)==_0xbb1a0d||_0xc77e80(0x1b7)==_0xbb1a0d||_0xc77e80(0x19c)==_0xbb1a0d||_0xc77e80(0x1aa)==_0xbb1a0d||_0xc77e80(0x1a5)==_0xbb1a0d||_0xc77e80(0x194)==_0xbb1a0d){delete _0x61c3ff[_0x2c8af9],_0x5604fb=_0xbb1a0d,clearInterval(this[_0xc77e80(0x1b6)]),this[_0xc77e80(0x1b6)]=void 0x0;break;}}_0xc77e80(0x1b0)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x19d)),_0xc77e80(0x1b9)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x18d)),_0xc77e80(0x18a)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x183)),_0xc77e80(0x1b7)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x190),_0xc77e80(0x1a2)),_0xc77e80(0x19c)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x18e)),_0xc77e80(0x1aa)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x1a4)),_0xc77e80(0x1a5)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x19a)),_0xc77e80(0x194)==_0x5604fb&&_0x61c3ff[_0xc77e80(0x186)](_0xc77e80(0x191));},0x3e8);}[_0x3c4f2c(0x197)](){const _0x4c3c36=_0x3c4f2c;super[_0x4c3c36(0x197)](),this[_0x4c3c36(0x1b6)]&&clearInterval(this[_0x4c3c36(0x1b6)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x6634(){const _0x2bca03=['153LIdzPe','453233RsezBh','855109ulNAYe','764qYGFXp','2ZHPGmC','test','58224jEmvOv','10065YPKeLN','6120248KnofoU','6539FxuywB','1086NHCxQs','9VOYonc','170FbHnND','4163971ncgled'];_0x6634=function(){return _0x2bca03;};return _0x6634();}(function(_0x19d46c,_0x198c26){const _0xbf4eb8=_0x7ed1,_0x3e8b9d=_0x19d46c();while(!![]){try{const _0xb66ef7=parseInt(_0xbf4eb8(0x165))/0x1*(-parseInt(_0xbf4eb8(0x167))/0x2)+parseInt(_0xbf4eb8(0x163))/0x3*(-parseInt(_0xbf4eb8(0x166))/0x4)+parseInt(_0xbf4eb8(0x16a))/0x5*(-parseInt(_0xbf4eb8(0x15f))/0x6)+-parseInt(_0xbf4eb8(0x162))/0x7+parseInt(_0xbf4eb8(0x16b))/0x8*(parseInt(_0xbf4eb8(0x160))/0x9)+-parseInt(_0xbf4eb8(0x161))/0xa*(parseInt(_0xbf4eb8(0x164))/0xb)+-parseInt(_0xbf4eb8(0x169))/0xc*(-parseInt(_0xbf4eb8(0x16c))/0xd);if(_0xb66ef7===_0x198c26)break;else _0x3e8b9d['push'](_0x3e8b9d['shift']());}catch(_0x2c6338){_0x3e8b9d['push'](_0x3e8b9d['shift']());}}}(_0x6634,0xa6478));const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function _0x7ed1(_0x582c21,_0x3c14f2){const _0x66347=_0x6634();return _0x7ed1=function(_0x7ed158,_0x6e0225){_0x7ed158=_0x7ed158-0x15f;let _0x5bd3a3=_0x66347[_0x7ed158];return _0x5bd3a3;},_0x7ed1(_0x582c21,_0x3c14f2);}export function isMSExcelContent(_0x130356){const _0x233530=_0x7ed1;return x[_0x233530(0x168)](_0x130356);}
|