@ckeditor/ckeditor5-paste-from-office-enhanced 44.0.0-alpha.11 → 44.0.0-alpha.12
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.
|
@@ -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 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(t){const e=A,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 A(t,e){const n=L();return(A=function(t,e){return n[t-=256]})(t,e)}function C(t){return S[A(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 N(t){const e=F,n={};for(const r of t)Object[e(419)](n,r);return n}const j=R;function R(t,e){const n=W();return(R=function(t,e){return n[t-=418]})(t,e)}function W(){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(W=function(){return t})()}!function(t){const e=R,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())}}(W);class D 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=N(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)||C(t)}}const K=V;function M(){const t=["dataTransfer","view","map","high","isOfficialPlugin","plugins","50311vVNlzt","editing","8654800wehFNq","ClipboardPipeline","83850djOuAB","10PoVZOk","4678224fOvfKg","PasteFromOfficeEnhancedInliner","afterInit","PasteFromOffice","text/html","execute","join","requires","215KofGoD","3XkXYaT","stylesProcessor","get","3871007ycYtyw","7170163lEPwsp","href","15816340cTCKyH","getData","fromCharCode","editor","9OEgGSx","pluginName","inputTransformation","isPremiumPlugin","document","_parsedData","isActive","init"];return(M=function(){return t})()}function V(t,e){const n=M();return(V=function(t,e){return n[t-=328]})(t,e)}!function(t){const e=V,n=t();for(;;)try{if(920310===-parseInt(e(332))/1*(parseInt(e(337))/2)+-parseInt(e(347))/3*(-parseInt(e(338))/4)+parseInt(e(346))/5*(parseInt(e(336))/6)+parseInt(e(350))/7+parseInt(e(334))/8+-parseInt(e(357))/9*(parseInt(e(353))/10)+-parseInt(e(351))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class $ extends t.Plugin{static get[K(358)](){return K(339)}static get[K(330)](){return!0}static get[K(360)](){return!0}static get[K(345)](){return[K(341)]}[K(364)](){const t=K,e=this[t(356)],n=e[t(331)][t(349)](t(335)),r=e[t(333)][t(366)][t(361)],s=new D(r);n.on(t(359),((e,n)=>{const i=t,o=n[i(365)][i(354)](i(342));s[i(363)](o)&&(n[i(362)]||(n[i(362)]=b(o,r[i(348)])),s[i(343)](n))}),{priority:x.priorities[t(349)](t(329))+11})}[K(340)](){!async function(t){const e=d([84,79,118,113,101,81,117,100,89,90,98,76,80,109,77,82,106,54,105,121,66,107,56,53,104,119,88,72,114,78,65,49,108,85,75,103,112,48,71,52,74,70,97,111,69,51,67,50,86,116,55,87,99,83,102,57,110,122,68,115,120,73]),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=V;return t[e(328)]((t=>String[e(355)](t)))[e(344)]("")}!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([84]);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:1733011200;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=V,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(352)]);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=Y;function Y(t,e){const n=J();return(Y=function(t,e){return n[t-=328]})(t,e)}!function(t){const e=Y,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 z=[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 Q=[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 z[U(345)](t)}function _(t){const e=U;return Array[e(333)](t[e(350)]())[e(347)](B)}function G(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,Q[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 H=X;function X(t,e){const n=Z();return(X=function(t,e){return n[t-=353]})(t,e)}function Z(){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(Z=function(){return t})()}!function(t){const e=X,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())}}(Z);class tt extends w{[H(357)](t){const n=H,{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)])){G(t,s,_(t))}t[n(358)]=r}[H(364)](t){return super[H(364)](t)||C(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(t){const e=A,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 A(t,e){const n=L();return(A=function(t,e){return n[t-=256]})(t,e)}function C(t){return S[A(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 k(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 T(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 N(t){const e=F,n={};for(const r of t)Object[e(419)](n,r);return n}const R=j;function j(t,e){const n=D();return(j=function(t,e){return n[t-=418]})(t,e)}function D(){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(D=function(){return t})()}!function(t){const e=j,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())}}(D);class W extends w{[R(427)](t){const n=R,{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=T(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=k(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=N(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}[R(425)](t){return super[R(425)](t)||C(t)}}const M=K;function K(t,e){const n=V();return(K=function(t,e){return n[t-=260]})(t,e)}function V(){const t=["view","ClipboardPipeline","plugins","15yvsvEm","isOfficialPlugin","inputTransformation","isActive","456619hmVtPC","document","map","join","PasteFromOffice","fromCharCode","PasteFromOfficeEnhancedInliner","1683vcPKyN","8SFUkAz","getData","high","2069006CcYIDc","execute","10346484DkZApP","227610pkDkzX","href","init","677313KsUwdd","stylesProcessor","isPremiumPlugin","afterInit","_parsedData","get","editing","requires","dataTransfer","editor","text/html","498412ZUsXfL","1779990hVPaua","pluginName"];return(V=function(){return t})()}!function(t){const e=K,n=t();for(;;)try{if(878237===parseInt(e(275))/1+-parseInt(e(286))/2+parseInt(e(271))/3*(-parseInt(e(265))/4)+-parseInt(e(266))/5+-parseInt(e(288))/6+-parseInt(e(292))/7*(parseInt(e(283))/8)+-parseInt(e(282))/9*(-parseInt(e(289))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(V);class U extends t.Plugin{static get[M(267)](){return M(281)}static get[M(272)](){return!0}static get[M(294)](){return!0}static get[M(261)](){return[M(279)]}[M(291)](){const t=M,e=this[t(263)],n=e[t(270)][t(297)](t(269)),r=e[t(260)][t(268)][t(276)],s=new W(r);n.on(t(273),((e,n)=>{const i=t,o=n[i(262)][i(284)](i(264));s[i(274)](o)&&(n[i(296)]||(n[i(296)]=b(o,r[i(293)])),s[i(287)](n))}),{priority:x.priorities[t(297)](t(285))+11})}[M(295)](){!async function(t){const e=d([114,85,98,113,112,109,67,51,73,54,118,79,119,52,74,50,66,121,53,106,110,87,104,76,55,68,99,111,69,89,115,120,86,81,103,57,84,116,122,90,80,48,101,65,75,83,102,78,97,49,108,100,82,105,107,88,117,56,70,77,71,72]),n=window[d([68,97,116,101])][d([110,111,119])](),r=t[d([101,100,105,116,111,114])],s=new(window[d([80,114,111,109,105,115,101])])((t=>{r[d([111,110,99,101])](d([114,101,97,100,121]),t)})),i={[d([107,116,121])]:d([69,67]),[d([117,115,101])]:d([115,105,103]),[d([99,114,118])]:d([80,45,50,53,54]),[d([120])]:d([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[d([121])]:d([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[d([97,108,103])]:d([69,83,50,53,54])},o=r[d([99,111,110,102,105,103])][d([103,101,116])](d([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[d([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[d([116,104,101,110])]((()=>new(window[d([80,114,111,109,105,115,101])])((t=>{let e=0;r[d([109,111,100,101,108])][d([111,110])](d([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,r)=>{r[0][d([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[d([111,102,102])]())}))}))))];return window[d([80,114,111,109,105,115,101])][d([114,97,99,101])](e)[d([116,104,101,110])]((()=>t))}function a(t){return t[d([115,116,97,114,116,115,87,105,116,104])](d([101,121]))?JSON[d([112,97,114,115,101])](u(t)):null}function u(t){return window[d([97,116,111,98])](t[d([114,101,112,108,97,99,101])](/-/g,d([43]))[d([114,101,112,108,97,99,101])](/_/g,d([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[d([108,101,110,103,116,104])];n++){const r=t[d([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[d([105,115,65,114,114,97,121])](e)?e[d([102,111,114,69,97,99,104])](t):e&&typeof e==d([111,98,106,101,99,116])?Object[d([101,110,116,114,105,101,115])](e)[d([115,111,114,116])]()[d([102,111,114,69,97,99,104])]((([e,r])=>{n(e),t(r)})):n(window[d([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[d([116,111,83,116,114,105,110,103])](16)[d([112,97,100,83,116,97,114,116])](8,d([48]))}function p(t){return t[d([115,112,108,105,116])]("")[d([114,101,118,101,114,115,101])]()[d([106,111,105,110])]("")}function m(){}function d(t){const e=K;return t[e(277)]((t=>String[e(280)](t)))[e(278)]("")}!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([114]);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=K,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(290)]);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 $=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 Y=[$(331),$(368),$(357),$(366),$(338),$(363),$(353),$(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 Q=[$(331),$(368),$(357)],q={"font-style":[[$(349),"i"]],"font-weight":[[$(343),$(367)],[$(365),$(367)],[$(344),$(367)],[t=>Number(t)>=600,$(367)]],"text-decoration":[[$(339),"u"],[$(352),"s"]],"text-decoration-line":[[$(339),"u"],[$(352),"s"]],"vertical-align":[[$(369),$(369)],[$(328),$(348)]]};function B(t){return Y[$(345)](t)}function _(t){const e=$;return Array[e(333)](t[e(350)]())[e(347)](B)}function H(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=$,r={},s={};return e[n(332)]((e=>{const i=n,o=t[i(372)](e);if(o)if(c=e,Q[$(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=$;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=$;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 X=Z;function Z(t,e){const n=G();return(Z=function(t,e){return n[t-=353]})(t,e)}function G(){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(G=function(){return t})()}!function(t){const e=Z,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())}}(G);class tt extends w{[X(357)](t){const n=X,{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)])){H(t,s,_(t))}t[n(358)]=r}[X(364)](t){return super[X(364)](t)||C(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),U,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})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x2bf18d}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x500e3b,parseHtml as _0x4b5f37}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x33b8c4,uid as _0x22a568}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x252918,ViewDocument as _0x27e22b,DomConverter as _0x4ca6f2}from'@ckeditor/ckeditor5-engine/dist/index.js';const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x1dc59c){return x['test'](_0x1dc59c);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(_0x404760,_0x3c075d){const _0x1050ea=new Map();for(const [_0x53abad,_0x3d6d1a]of _0x3c075d){if(!_0x53abad['tagName']&&!_0x53abad['className'])continue;const _0x3ec25f=!_0x53abad['tagName']||_0x404760['name']===_0x53abad['tagName'],_0x34fef4=!_0x53abad['className']||_0x404760['hasClass'](_0x53abad['className']);_0x3ec25f&&_0x34fef4&&_0x1050ea['set'](_0x53abad,_0x3d6d1a);}return _0x1050ea;}function h(_0x248a28){const _0x3a3d5d={};for(let _0x598e7f=0x0;_0x598e7f<_0x248a28['length'];_0x598e7f++){const _0x35843e=_0x248a28[_0x598e7f],_0x4a15d0=_0x248a28['getPropertyValue'](_0x35843e);'initial'!==_0x4a15d0&&(_0x3a3d5d[_0x35843e]=_0x4a15d0);}return _0x3a3d5d;}function L(_0x3c92e9){const _0x51f512=_0x3c92e9['split'](',')['map'](_0x50a3a7=>_0x50a3a7['trim']()),_0xe51783=[];for(const _0x48eae4 of _0x51f512){const _0x43825f=S['exec'](_0x48eae4);_0x43825f&&_0xe51783['push'](_0x43825f['groups']);}return _0xe51783;}function y(_0x5184f1){const _0x37b9b9={};for(const _0x4a3758 of _0x5184f1)Object['assign'](_0x37b9b9,_0x4a3758);return _0x37b9b9;}class c extends _0x500e3b{['execute'](_0x3a1b1c){const {body:_0x2edd7f,styles:_0x4b482}=_0x3a1b1c['_parsedData'],_0x4ebca3=new _0x252918(_0x2edd7f['document']),_0x54eeb2=_0x4ebca3['createRangeIn'](_0x2edd7f),_0x35af9e=function(_0x41fc2b){const _0x452760={};for(const _0x406c11 of _0x41fc2b)for(const _0x4350e3 of _0x406c11['cssRules'])if(_0x4350e3 instanceof CSSStyleRule){const _0x33f39d=h(_0x4350e3['style']);_0x452760[_0x4350e3['selectorText']]=Object['assign']({},_0x452760[_0x4350e3['selectorText']]||{},_0x33f39d);}return _0x452760;}(_0x4b482),_0x41ff0e=function(_0x134be3){const _0x402817=new Map();for(const _0x36daa1 in _0x134be3){const _0x5ee62d=L(_0x36daa1),_0x1131d8=_0x134be3[_0x36daa1];for(const _0x5afed0 of _0x5ee62d)_0x402817['set'](_0x5afed0,_0x1131d8);}return _0x402817;}(_0x35af9e);for(const _0x473621 of _0x54eeb2){if('elementStart'!==_0x473621['type'])continue;const _0x872f80=k(_0x473621['item'],_0x41ff0e);if(_0x872f80['size']){const _0x1023fe=y(Array['from'](_0x872f80['values']()));for(const _0x2d6f41 in _0x1023fe){const _0x2b2208=_0x473621['item'];_0x2b2208['hasStyle'](_0x2d6f41)||_0x4ebca3['setStyle'](_0x2d6f41,_0x1023fe[_0x2d6f41],_0x2b2208);}}}_0x3a1b1c['content']=_0x2edd7f;}['isActive'](_0x41e75f){return super['isActive'](_0x41e75f)||d(_0x41e75f);}}class i extends _0x2bf18d{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x554981=this['editor'],_0x36d947=_0x554981['plugins']['get']('ClipboardPipeline'),_0x443dee=_0x554981['editing']['view']['document'],_0x1982c0=new c(_0x443dee);_0x36d947['on']('inputTransformation',(_0x46c5a5,_0x2b9757)=>{const _0x309c1f=_0x2b9757['dataTransfer']['getData']('text/html');_0x1982c0['isActive'](_0x309c1f)&&(_0x2b9757['_parsedData']||(_0x2b9757['_parsedData']=_0x4b5f37(_0x309c1f,_0x443dee['stylesProcessor'])),_0x1982c0['execute'](_0x2b9757));},{'priority':_0x33b8c4['get']('high')+0xb});}['afterInit'](){!async function(_0x1ea78a){const _0x2a2b2b=_0xc8ef5([0x54,0x4f,0x76,0x71,0x65,0x51,0x75,0x64,0x59,0x5a,0x62,0x4c,0x50,0x6d,0x4d,0x52,0x6a,0x36,0x69,0x79,0x42,0x6b,0x38,0x35,0x68,0x77,0x58,0x48,0x72,0x4e,0x41,0x31,0x6c,0x55,0x4b,0x67,0x70,0x30,0x47,0x34,0x4a,0x46,0x61,0x6f,0x45,0x33,0x43,0x32,0x56,0x74,0x37,0x57,0x63,0x53,0x66,0x39,0x6e,0x7a,0x44,0x73,0x78,0x49]),_0x4a2c96=0x499f24e,_0x4d8907=0x49eaa3e^_0x4a2c96,_0x31f4b2=window[_0xc8ef5([0x44,0x61,0x74,0x65])][_0xc8ef5([0x6e,0x6f,0x77])](),_0x1d71ad=_0x1ea78a[_0xc8ef5([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x34d01c=new window[(_0xc8ef5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x295e80=>{_0x1d71ad[_0xc8ef5([0x6f,0x6e,0x63,0x65])](_0xc8ef5([0x72,0x65,0x61,0x64,0x79]),_0x295e80);}),_0x195811={[_0xc8ef5([0x6b,0x74,0x79])]:_0xc8ef5([0x45,0x43]),[_0xc8ef5([0x75,0x73,0x65])]:_0xc8ef5([0x73,0x69,0x67]),[_0xc8ef5([0x63,0x72,0x76])]:_0xc8ef5([0x50,0x2d,0x32,0x35,0x36]),[_0xc8ef5([0x78])]:_0xc8ef5([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]),[_0xc8ef5([0x79])]:_0xc8ef5([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]),[_0xc8ef5([0x61,0x6c,0x67])]:_0xc8ef5([0x45,0x53,0x32,0x35,0x36])},_0x243699=_0x1d71ad[_0xc8ef5([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xc8ef5([0x67,0x65,0x74])](_0xc8ef5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3381b1(){let _0x13dbfe,_0x31c695=null,_0x68e13c=null;try{if(_0x243699==_0xc8ef5([0x47,0x50,0x4c]))return _0xc8ef5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x13dbfe=_0x1dc972(),!_0x13dbfe)return _0xc8ef5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x13dbfe[_0xc8ef5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x68e13c=_0x2333e4(_0x13dbfe[_0xc8ef5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x13dbfe[_0xc8ef5([0x6a,0x74,0x69])])),await _0x304d73()?_0x413121()?_0x3ce5c3()?_0xc8ef5([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x20307d()?(_0x13dbfe[_0xc8ef5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc8ef5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x31c695=_0x8c270d(_0xc8ef5([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x13dbfe[_0xc8ef5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc8ef5([0x74,0x72,0x69,0x61,0x6c])&&(_0x31c695=_0x8c270d(_0xc8ef5([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x13dbfe[_0xc8ef5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc8ef5([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x31c695=_0x8c270d(_0xc8ef5([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x562622()):_0xc8ef5([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xc8ef5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xc8ef5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x30781e){return _0xc8ef5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3ce5c3(){const _0x2152ab=[_0xc8ef5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xc8ef5([0x74,0x72,0x69,0x61,0x6c])][_0xc8ef5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x13dbfe[_0xc8ef5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x31f4b2/0x3e8:0xe10*_0x4d8907;return _0x13dbfe[_0xc8ef5([0x65,0x78,0x70])]<_0x2152ab;}function _0x413121(){const _0x9b9fee=_0x13dbfe[_0xc8ef5([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x9b9fee&&(!!_0x9b9fee[_0xc8ef5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc8ef5([0x2a]))||(!!_0x9b9fee[_0xc8ef5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc8ef5([0x50,0x4f,0x45]))||!!_0x9b9fee[_0xc8ef5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc8ef5([0x50,0x50]))));}function _0x20307d(){const _0x32c698=_0x13dbfe[_0xc8ef5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x32c698||0x0==_0x32c698[_0xc8ef5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1ad89f}=new URL(window[_0xc8ef5([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x32c698[_0xc8ef5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ad89f))return!0x0;const _0x265b54=_0x1ad89f[_0xc8ef5([0x73,0x70,0x6c,0x69,0x74])](_0xc8ef5([0x2e]));return _0x32c698[_0xc8ef5([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2a35c6=>_0x2a35c6[_0xc8ef5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc8ef5([0x2a])))[_0xc8ef5([0x6d,0x61,0x70])](_0x2b6241=>_0x2b6241[_0xc8ef5([0x73,0x70,0x6c,0x69,0x74])](_0xc8ef5([0x2e])))[_0xc8ef5([0x73,0x6f,0x6d,0x65])](_0x59dec1=>_0x265b54[_0xc8ef5([0x65,0x76,0x65,0x72,0x79])]((_0x419c59,_0x208992)=>_0x59dec1[_0x208992]===_0x419c59||_0x59dec1[_0x208992]===_0xc8ef5([0x2a])));}function _0x562622(){return _0x31c695&&_0x68e13c?new window[(_0xc8ef5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1978b7,_0x3b3b05)=>{_0x31c695[_0xc8ef5([0x74,0x68,0x65,0x6e])](_0x1978b7,_0x3b3b05),_0x68e13c[_0xc8ef5([0x74,0x68,0x65,0x6e])](_0x359973=>{_0x359973!=_0xc8ef5([0x56,0x61,0x6c,0x69,0x64])&&_0x1978b7(_0x359973);},_0x3b3b05);}):_0x31c695||_0x68e13c||_0xc8ef5([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2333e4(_0x140f2,_0x23ffb7){return new window[(_0xc8ef5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x176a00=>{if(_0x570654())return _0x176a00(_0xc8ef5([0x56,0x61,0x6c,0x69,0x64]));_0x540d4a(),_0x1d71ad[_0xc8ef5([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xc8ef5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x445f62=!0x1;const _0x596441=_0x22a568();function _0xc97369(_0x5bf714){return!!_0x5bf714&&(typeof _0x5bf714===_0xc8ef5([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5bf714===_0xc8ef5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5bf714[_0xc8ef5([0x74,0x68,0x65,0x6e])]===_0xc8ef5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5bf714[_0xc8ef5([0x63,0x61,0x74,0x63,0x68])]===_0xc8ef5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5d757a(_0x1492a9){_0xdf70be(_0x1492a9)[_0xc8ef5([0x74,0x68,0x65,0x6e])](_0x91ff72=>{if(!_0x91ff72||_0x91ff72[_0xc8ef5([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xc8ef5([0x6f,0x6b]))return _0xc8ef5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5f4eca(_0x2a3f1b(_0x596441+_0x23ffb7))!=_0x91ff72[_0xc8ef5([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xc8ef5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xc8ef5([0x56,0x61,0x6c,0x69,0x64]);})[_0xc8ef5([0x74,0x68,0x65,0x6e])](_0x484e6a=>(_0x294d42(),_0x484e6a),()=>{const _0x32046d=_0x563de2();return null==_0x32046d?(_0x294d42(),_0xc8ef5([0x56,0x61,0x6c,0x69,0x64])):_0xc8ef5(_0x31f4b2-_0x32046d>(0x2095764e^_0x4a2c96)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xc8ef5([0x74,0x68,0x65,0x6e])](_0x176a00)[_0xc8ef5([0x63,0x61,0x74,0x63,0x68])](()=>{_0x176a00(_0xc8ef5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x11c423=0x4af1cce^_0x4a2c96;function _0x294d42(){const _0x213a68=_0xc8ef5([0x6c,0x6c,0x63,0x74,0x2d])+_0x5f4eca(_0x2a3f1b(_0x140f2)),_0x5b3292=_0x15be1b(_0x5f4eca(window[_0xc8ef5([0x4d,0x61,0x74,0x68])][_0xc8ef5([0x63,0x65,0x69,0x6c])](_0x31f4b2/_0x11c423)));window[_0xc8ef5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc8ef5([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x213a68,_0x5b3292);}function _0x563de2(){const _0x11ffd5=_0xc8ef5([0x6c,0x6c,0x63,0x74,0x2d])+_0x5f4eca(_0x2a3f1b(_0x140f2)),_0x28d59b=window[_0xc8ef5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc8ef5([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x11ffd5);return _0x28d59b?window[_0xc8ef5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x15be1b(_0x28d59b),0x10)*_0x11c423:null;}function _0xdf70be(_0x5898d6){return new window[(_0xc8ef5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f0db1,_0x45b8c9)=>{_0x5898d6[_0xc8ef5([0x74,0x68,0x65,0x6e])](_0x2f0db1,_0x45b8c9),window[_0xc8ef5([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x45b8c9,0x498268e^_0x4a2c96);});}}_0x1d71ad[_0xc8ef5([0x6f,0x6e])](_0xc8ef5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2c557b,_0x5f0bfd)=>{if(_0x5f0bfd[0x0]!=_0x140f2)return _0x176a00(_0xc8ef5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5f0bfd[0x1]={..._0x5f0bfd[0x1],[_0xc8ef5([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x596441};},{[_0xc8ef5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc8ef5([0x68,0x69,0x67,0x68])}),_0x1d71ad[_0xc8ef5([0x6f,0x6e])](_0xc8ef5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2ebcd9=>{_0xc97369(_0x2ebcd9[_0xc8ef5([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x445f62=!0x0,_0x5d757a(_0x2ebcd9[_0xc8ef5([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xc8ef5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc8ef5([0x6c,0x6f,0x77])}),_0x34d01c[_0xc8ef5([0x74,0x68,0x65,0x6e])](()=>{_0x445f62||_0x176a00(_0xc8ef5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x570654(){return _0x1d71ad[_0xc8ef5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc8ef5([0x76,0x69,0x65,0x77])][_0xc8ef5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xc8ef5([0x61,0x75,0x74,0x6f]);}function _0x540d4a(){_0x1d71ad[_0xc8ef5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc8ef5([0x76,0x69,0x65,0x77])][_0xc8ef5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xc8ef5([0x61,0x75,0x74,0x6f]);}}function _0x8c270d(_0x13efa1){const _0x7a11e7=[new window[(_0xc8ef5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x481508=>setTimeout(_0x481508,0x490cc82^_0x4a2c96)),_0x34d01c[_0xc8ef5([0x74,0x68,0x65,0x6e])](()=>new window[(_0xc8ef5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x516e22=>{let _0x149440=0x0;_0x1d71ad[_0xc8ef5([0x6d,0x6f,0x64,0x65,0x6c])][_0xc8ef5([0x6f,0x6e])](_0xc8ef5([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x45c810,_0xad826a)=>{_0xad826a[0x0][_0xc8ef5([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x149440++,_0x149440==(0x499f3b6^_0x4a2c96)&&(_0x516e22(),_0x45c810[_0xc8ef5([0x6f,0x66,0x66])]());});}))];return window[_0xc8ef5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xc8ef5([0x72,0x61,0x63,0x65])](_0x7a11e7)[_0xc8ef5([0x74,0x68,0x65,0x6e])](()=>_0x13efa1);}async function _0x482e69(){await _0x34d01c,_0x1d71ad[_0xc8ef5([0x6d,0x6f,0x64,0x65,0x6c])][_0xc8ef5([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2fa2ac,_0x1d71ad[_0xc8ef5([0x6d,0x6f,0x64,0x65,0x6c])][_0xc8ef5([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2fa2ac,_0x1d71ad[_0xc8ef5([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xc8ef5([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x9642bc(_0x4962a1){const _0xb90688=_0x510297();_0x1d71ad[_0xb90688]=_0xc8ef5([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])+_0x4962a1,_0x4962a1!=_0xc8ef5([0x56,0x61,0x6c,0x69,0x64])&&_0x482e69();}function _0x510297(){const _0x2dae75=window[_0xc8ef5([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xc8ef5([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xc8ef5([0x6e,0x6f,0x77])]())[_0xc8ef5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xc8ef5([0x2e]),'');let _0x122a10=_0xc8ef5([0x54]);for(let _0x4bcdcb=0x0;_0x4bcdcb<_0x2dae75[_0xc8ef5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4bcdcb+=0x2){let _0x1147ec=window[_0xc8ef5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2dae75[_0xc8ef5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4bcdcb,_0x4bcdcb+0x2));_0x1147ec>=_0x2a2b2b[_0xc8ef5([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1147ec-=_0x2a2b2b[_0xc8ef5([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x122a10+=_0x2a2b2b[_0x1147ec];}return _0x122a10;}function _0x1dc972(){const _0x1d2a6e=_0x243699[_0xc8ef5([0x73,0x70,0x6c,0x69,0x74])](_0xc8ef5([0x2e]));if(0x3!=_0x1d2a6e[_0xc8ef5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x49db0c(_0x1d2a6e[0x1]);function _0x49db0c(_0x558454){const _0x36ead8=_0x31ccd6(_0x558454);return _0x36ead8&&_0x2cf5e3()?_0x36ead8:null;function _0x2cf5e3(){const _0x265b24=_0x36ead8[_0xc8ef5([0x6a,0x74,0x69])],_0x4e3380=window[_0xc8ef5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x265b24[_0xc8ef5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x265b24[_0xc8ef5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1da335={..._0x36ead8,[_0xc8ef5([0x6a,0x74,0x69])]:_0x265b24[_0xc8ef5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x265b24[_0xc8ef5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1da335[_0xc8ef5([0x76,0x63])],_0x2a3f1b(_0x1da335)==_0x4e3380;}}}async function _0x304d73(){let _0x3bd2bb=!0x0;try{const _0x3fd54d=_0x243699[_0xc8ef5([0x73,0x70,0x6c,0x69,0x74])](_0xc8ef5([0x2e])),[_0x4e4b4e,_0xf1241f,_0x127aae]=_0x3fd54d;return _0x396078(_0x4e4b4e),await _0x17fe5d(_0x4e4b4e,_0xf1241f,_0x127aae),_0x3bd2bb;}catch(_0x4138d9){return!0x1;}function _0x396078(_0x2e8a19){const _0x545922=_0x31ccd6(_0x2e8a19);_0x545922&&_0x545922[_0xc8ef5([0x61,0x6c,0x67])]==_0xc8ef5([0x45,0x53,0x32,0x35,0x36])||(_0x3bd2bb=!0x1);}async function _0x17fe5d(_0x1ea86b,_0x33e319,_0x442ea5){const _0x2d7840=window[_0xc8ef5([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xc8ef5([0x66,0x72,0x6f,0x6d])](_0x14c389(_0x442ea5),_0x19a5d6=>_0x19a5d6[_0xc8ef5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x549235=new window[(_0xc8ef5([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xc8ef5([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ea86b+_0xc8ef5([0x2e])+_0x33e319),_0x14a511=window[_0xc8ef5([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xc8ef5([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x14a511)return;const _0x1f7954=await _0x14a511[_0xc8ef5([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xc8ef5([0x6a,0x77,0x6b]),_0x195811,{[_0xc8ef5([0x6e,0x61,0x6d,0x65])]:_0xc8ef5([0x45,0x43,0x44,0x53,0x41]),[_0xc8ef5([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xc8ef5([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xc8ef5([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x14a511[_0xc8ef5([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xc8ef5([0x6e,0x61,0x6d,0x65])]:_0xc8ef5([0x45,0x43,0x44,0x53,0x41]),[_0xc8ef5([0x68,0x61,0x73,0x68])]:{[_0xc8ef5([0x6e,0x61,0x6d,0x65])]:_0xc8ef5([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1f7954,_0x2d7840,_0x549235)||(_0x3bd2bb=!0x1);}}function _0x31ccd6(_0x1a5715){return _0x1a5715[_0xc8ef5([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xc8ef5([0x65,0x79]))?JSON[_0xc8ef5([0x70,0x61,0x72,0x73,0x65])](_0x14c389(_0x1a5715)):null;}function _0x14c389(_0x457d80){return window[_0xc8ef5([0x61,0x74,0x6f,0x62])](_0x457d80[_0xc8ef5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xc8ef5([0x2b]))[_0xc8ef5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xc8ef5([0x2f])));}function _0x2a3f1b(_0x1df8d0){let _0x54bbce=0x1505;function _0x278466(_0x13238a){for(let _0x55f410=0x0;_0x55f410<_0x13238a[_0xc8ef5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x55f410++){const _0x40e312=_0x13238a[_0xc8ef5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x55f410);_0x54bbce=(_0x54bbce<<0x5)+_0x54bbce+_0x40e312,_0x54bbce&=_0x54bbce;}}function _0x6948cc(_0x46bfb7){Array[_0xc8ef5([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x46bfb7)?_0x46bfb7[_0xc8ef5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x6948cc):_0x46bfb7&&typeof _0x46bfb7==_0xc8ef5([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xc8ef5([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x46bfb7)[_0xc8ef5([0x73,0x6f,0x72,0x74])]()[_0xc8ef5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x18ec4a,_0x398f33])=>{_0x278466(_0x18ec4a),_0x6948cc(_0x398f33);}):_0x278466(window[_0xc8ef5([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x46bfb7));}return _0x6948cc(_0x1df8d0),_0x54bbce>>>0x0;}function _0x5f4eca(_0x56e959){return _0x56e959[_0xc8ef5([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xc8ef5([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xc8ef5([0x30]));}function _0x15be1b(_0x55ba88){return _0x55ba88[_0xc8ef5([0x73,0x70,0x6c,0x69,0x74])]('')[_0xc8ef5([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xc8ef5([0x6a,0x6f,0x69,0x6e])]('');}function _0x2fa2ac(){}function _0xc8ef5(_0x32cfb2){return _0x32cfb2['map'](_0xdf5619=>String['fromCharCode'](_0xdf5619))['join']('');}_0x9642bc(await _0x3381b1());}(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'],[_0x78d144=>Number(_0x78d144)>=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(_0x54b50d){return O['includes'](_0x54b50d);}function v(_0x4ed3b6,_0x266723,_0x1218d8){const {spanStyles:_0x3320d5,stylesToBeHtmlElements:_0x221903}=function(_0x43822f,_0x4f04d2){const _0x38f3c7={},_0x4225af={};return _0x4f04d2['forEach'](_0x761b4a=>{const _0x25e188=_0x43822f['getStyle'](_0x761b4a);if(_0x25e188){if(function(_0x437075){return E['includes'](_0x437075);}(_0x761b4a))_0x38f3c7[_0x761b4a]=_0x25e188;else{if(function(_0x302f5d){return _0x302f5d in F;}(_0x761b4a)){const _0x1e666e=_0x25e188['split']('\x20');F[_0x761b4a]['forEach'](([_0xafcdfc,_0x2bcbb0])=>{for(const _0x3884c2 of _0x1e666e){('function'==typeof _0xafcdfc&&_0xafcdfc(_0x3884c2)||_0xafcdfc===_0x3884c2)&&(_0x4225af[_0x761b4a]=[..._0x4225af[_0x761b4a]||[],[_0xafcdfc,_0x2bcbb0]]);}});}}}}),{'spanStyles':_0x38f3c7,'stylesToBeHtmlElements':_0x4225af};}(_0x4ed3b6,_0x1218d8);!function(_0x4efbba,_0x4fe7ed,_0x33ee89){for(const _0x301c94 in _0x33ee89){_0x33ee89[_0x301c94]['forEach'](([,_0x6e7516])=>{const _0x42927a=_0x4fe7ed['createElement'](_0x6e7516,[],_0x4efbba['getChildren']());_0x4fe7ed['insertChild'](0x0,_0x42927a,_0x4efbba);}),_0x4fe7ed['removeStyle'](_0x301c94,_0x4efbba);}}(_0x4ed3b6,_0x266723,_0x221903),function(_0x5a3c4d,_0xa2e1dc,_0x784d73){if(!Object['keys'](_0x784d73)['length'])return;const _0x1f60aa=_0xa2e1dc['createElement']('span',[],_0x5a3c4d['getChildren']());_0xa2e1dc['setStyle'](_0x784d73,_0x1f60aa),_0xa2e1dc['insertChild'](0x0,_0x1f60aa,_0x5a3c4d),_0xa2e1dc['removeStyle'](Object['keys'](_0x784d73),_0x5a3c4d);}(_0x4ed3b6,_0x266723,_0x3320d5);}class m extends _0x500e3b{['execute'](_0x594b8c){const {body:_0x5c8cfa}=_0x594b8c['_parsedData'],_0x3619b9=new _0x252918(_0x5c8cfa['document']),_0x4d2518=_0x3619b9['createRangeIn'](_0x5c8cfa),_0x5308ed=new _0x27e22b(_0x3619b9['document']['stylesProcessor']),_0x2d8b4d=[...new _0x4ca6f2(_0x5308ed)['blockElements'],'font'],_0x4fb43f=_0x4d2518['getItems']();for(const _0x5222df of _0x4fb43f)_0x5222df['is']('element')&&_0x2d8b4d['includes'](_0x5222df['name'])&&v(_0x5222df,_0x3619b9,(_0x1a2990=_0x5222df,Array['from'](_0x1a2990['getStyleNames']())['filter'](K)));var _0x1a2990;_0x594b8c['content']=_0x5c8cfa;}['isActive'](_0x2e2d63){return super['isActive'](_0x2e2d63)||d(_0x2e2d63);}}class s extends _0x2bf18d{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x1d7932=this['editor'],_0x33a8dd=_0x1d7932['plugins']['get']('ClipboardPipeline'),_0x55314c=_0x1d7932['editing']['view']['document'],_0x5e3fa4=new m(_0x55314c);_0x33a8dd['on']('inputTransformation',(_0x510dd0,_0x3bc00a)=>{const _0xb461dd=_0x3bc00a['dataTransfer']['getData']('text/html');_0x5e3fa4['isActive'](_0xb461dd)&&(_0x3bc00a['_parsedData']||(_0x3bc00a['_parsedData']=_0x4b5f37(_0xb461dd,_0x55314c['stylesProcessor'])),_0x5e3fa4['execute'](_0x3bc00a));},{'priority':_0x33b8c4['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4d877d=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1814b5;for(const _0x1c59b0 in _0x4d877d){const _0x5051ea=_0x1c59b0,_0x253553=_0x4d877d[_0x5051ea];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x253553||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x253553||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x253553||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x253553||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x253553||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x253553||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x253553||'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x253553||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x253553){delete _0x4d877d[_0x5051ea],_0x1814b5=_0x253553,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x1814b5&&_0x4d877d['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x1814b5&&_0x4d877d['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x1814b5&&_0x4d877d['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x1814b5&&_0x4d877d['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x1814b5&&_0x4d877d['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x1814b5&&_0x4d877d['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x1814b5&&_0x4d877d['_showLicenseError']('developmentLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x1814b5&&_0x4d877d['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x2bf18d{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 _0x1286fb}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x436d9d,parseHtml as _0x104336}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x2a6a47,uid as _0x1a81b2}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x3e0647,ViewDocument as _0x1477f0,DomConverter as _0xc94ac1}from'@ckeditor/ckeditor5-engine/dist/index.js';const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x13702c){return x['test'](_0x13702c);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(_0x441b48,_0x56f05a){const _0x2facfc=new Map();for(const [_0x56985e,_0xfffa40]of _0x56f05a){if(!_0x56985e['tagName']&&!_0x56985e['className'])continue;const _0x36465a=!_0x56985e['tagName']||_0x441b48['name']===_0x56985e['tagName'],_0x1d99ae=!_0x56985e['className']||_0x441b48['hasClass'](_0x56985e['className']);_0x36465a&&_0x1d99ae&&_0x2facfc['set'](_0x56985e,_0xfffa40);}return _0x2facfc;}function h(_0x38f2f5){const _0x2d506a={};for(let _0x41a5c9=0x0;_0x41a5c9<_0x38f2f5['length'];_0x41a5c9++){const _0x398afd=_0x38f2f5[_0x41a5c9],_0x523903=_0x38f2f5['getPropertyValue'](_0x398afd);'initial'!==_0x523903&&(_0x2d506a[_0x398afd]=_0x523903);}return _0x2d506a;}function L(_0x3559aa){const _0x424d38=_0x3559aa['split'](',')['map'](_0x53a59a=>_0x53a59a['trim']()),_0x573129=[];for(const _0xf42fe0 of _0x424d38){const _0x2ae687=S['exec'](_0xf42fe0);_0x2ae687&&_0x573129['push'](_0x2ae687['groups']);}return _0x573129;}function y(_0x4d9a35){const _0x4e1e08={};for(const _0x1c97b0 of _0x4d9a35)Object['assign'](_0x4e1e08,_0x1c97b0);return _0x4e1e08;}class c extends _0x436d9d{['execute'](_0x28ad76){const {body:_0x32ebc5,styles:_0xde82ab}=_0x28ad76['_parsedData'],_0x2773b0=new _0x3e0647(_0x32ebc5['document']),_0x39a7f7=_0x2773b0['createRangeIn'](_0x32ebc5),_0x16bd33=function(_0x22531e){const _0x3d6854={};for(const _0x13dc59 of _0x22531e)for(const _0x17d245 of _0x13dc59['cssRules'])if(_0x17d245 instanceof CSSStyleRule){const _0x32521c=h(_0x17d245['style']);_0x3d6854[_0x17d245['selectorText']]=Object['assign']({},_0x3d6854[_0x17d245['selectorText']]||{},_0x32521c);}return _0x3d6854;}(_0xde82ab),_0x5595c1=function(_0x52a90a){const _0x18a31e=new Map();for(const _0x3757ed in _0x52a90a){const _0x2699a5=L(_0x3757ed),_0x21177c=_0x52a90a[_0x3757ed];for(const _0x31da99 of _0x2699a5)_0x18a31e['set'](_0x31da99,_0x21177c);}return _0x18a31e;}(_0x16bd33);for(const _0x1030b5 of _0x39a7f7){if('elementStart'!==_0x1030b5['type'])continue;const _0x4bbf7a=k(_0x1030b5['item'],_0x5595c1);if(_0x4bbf7a['size']){const _0xe3a6a6=y(Array['from'](_0x4bbf7a['values']()));for(const _0x42edea in _0xe3a6a6){const _0x2c58c9=_0x1030b5['item'];_0x2c58c9['hasStyle'](_0x42edea)||_0x2773b0['setStyle'](_0x42edea,_0xe3a6a6[_0x42edea],_0x2c58c9);}}}_0x28ad76['content']=_0x32ebc5;}['isActive'](_0x269098){return super['isActive'](_0x269098)||d(_0x269098);}}class i extends _0x1286fb{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x53aac4=this['editor'],_0x181b54=_0x53aac4['plugins']['get']('ClipboardPipeline'),_0x1ee2c6=_0x53aac4['editing']['view']['document'],_0x3eace6=new c(_0x1ee2c6);_0x181b54['on']('inputTransformation',(_0x594ef1,_0x3cb82a)=>{const _0x3c5bd2=_0x3cb82a['dataTransfer']['getData']('text/html');_0x3eace6['isActive'](_0x3c5bd2)&&(_0x3cb82a['_parsedData']||(_0x3cb82a['_parsedData']=_0x104336(_0x3c5bd2,_0x1ee2c6['stylesProcessor'])),_0x3eace6['execute'](_0x3cb82a));},{'priority':_0x2a6a47['get']('high')+0xb});}['afterInit'](){!async function(_0x168bd3){const _0x221610=_0x3e3594([0x72,0x55,0x62,0x71,0x70,0x6d,0x43,0x33,0x49,0x36,0x76,0x4f,0x77,0x34,0x4a,0x32,0x42,0x79,0x35,0x6a,0x6e,0x57,0x68,0x4c,0x37,0x44,0x63,0x6f,0x45,0x59,0x73,0x78,0x56,0x51,0x67,0x39,0x54,0x74,0x7a,0x5a,0x50,0x30,0x65,0x41,0x4b,0x53,0x66,0x4e,0x61,0x31,0x6c,0x64,0x52,0x69,0x6b,0x58,0x75,0x38,0x46,0x4d,0x47,0x48]),_0x284471=0x14f7682b,_0x2a7f1e=0x14f030a3^_0x284471,_0x3f5306=window[_0x3e3594([0x44,0x61,0x74,0x65])][_0x3e3594([0x6e,0x6f,0x77])](),_0x11e4cd=_0x168bd3[_0x3e3594([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x44a582=new window[(_0x3e3594([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30a1e8=>{_0x11e4cd[_0x3e3594([0x6f,0x6e,0x63,0x65])](_0x3e3594([0x72,0x65,0x61,0x64,0x79]),_0x30a1e8);}),_0x2f87e9={[_0x3e3594([0x6b,0x74,0x79])]:_0x3e3594([0x45,0x43]),[_0x3e3594([0x75,0x73,0x65])]:_0x3e3594([0x73,0x69,0x67]),[_0x3e3594([0x63,0x72,0x76])]:_0x3e3594([0x50,0x2d,0x32,0x35,0x36]),[_0x3e3594([0x78])]:_0x3e3594([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]),[_0x3e3594([0x79])]:_0x3e3594([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]),[_0x3e3594([0x61,0x6c,0x67])]:_0x3e3594([0x45,0x53,0x32,0x35,0x36])},_0x7bac10=_0x11e4cd[_0x3e3594([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3e3594([0x67,0x65,0x74])](_0x3e3594([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x534c85(){let _0x526b07,_0x420fb2=null,_0x1a4eb5=null;try{if(_0x7bac10==_0x3e3594([0x47,0x50,0x4c]))return _0x3e3594([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x526b07=_0x42e02a(),!_0x526b07)return _0x3e3594([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x526b07[_0x3e3594([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1a4eb5=_0x334ef5(_0x526b07[_0x3e3594([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x526b07[_0x3e3594([0x6a,0x74,0x69])])),await _0x48f2a2()?_0x51fc53()?_0x4d0e70()?_0x3e3594([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3fa5e9()?(_0x526b07[_0x3e3594([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3e3594([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x420fb2=_0x24c170(_0x3e3594([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x526b07[_0x3e3594([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3e3594([0x74,0x72,0x69,0x61,0x6c])&&(_0x420fb2=_0x24c170(_0x3e3594([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x526b07[_0x3e3594([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3e3594([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x420fb2=_0x24c170(_0x3e3594([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x12e26a()):_0x3e3594([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3e3594([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3e3594([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x365a73){return _0x3e3594([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4d0e70(){const _0x1413aa=[_0x3e3594([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3e3594([0x74,0x72,0x69,0x61,0x6c])][_0x3e3594([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x526b07[_0x3e3594([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3f5306/0x3e8:0xe10*_0x2a7f1e;return _0x526b07[_0x3e3594([0x65,0x78,0x70])]<_0x1413aa;}function _0x51fc53(){const _0x4f2475=_0x526b07[_0x3e3594([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4f2475&&(!!_0x4f2475[_0x3e3594([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e3594([0x2a]))||(!!_0x4f2475[_0x3e3594([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e3594([0x50,0x4f,0x45]))||!!_0x4f2475[_0x3e3594([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e3594([0x50,0x50]))));}function _0x3fa5e9(){const _0x4d8984=_0x526b07[_0x3e3594([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4d8984||0x0==_0x4d8984[_0x3e3594([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5cd480}=new URL(window[_0x3e3594([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4d8984[_0x3e3594([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cd480))return!0x0;const _0x3bcc80=_0x5cd480[_0x3e3594([0x73,0x70,0x6c,0x69,0x74])](_0x3e3594([0x2e]));return _0x4d8984[_0x3e3594([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x31f4a7=>_0x31f4a7[_0x3e3594([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e3594([0x2a])))[_0x3e3594([0x6d,0x61,0x70])](_0x514780=>_0x514780[_0x3e3594([0x73,0x70,0x6c,0x69,0x74])](_0x3e3594([0x2e])))[_0x3e3594([0x73,0x6f,0x6d,0x65])](_0x15e934=>_0x3bcc80[_0x3e3594([0x65,0x76,0x65,0x72,0x79])]((_0x489280,_0x306894)=>_0x15e934[_0x306894]===_0x489280||_0x15e934[_0x306894]===_0x3e3594([0x2a])));}function _0x12e26a(){return _0x420fb2&&_0x1a4eb5?new window[(_0x3e3594([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4112d5,_0x13673d)=>{_0x420fb2[_0x3e3594([0x74,0x68,0x65,0x6e])](_0x4112d5,_0x13673d),_0x1a4eb5[_0x3e3594([0x74,0x68,0x65,0x6e])](_0x2aa37f=>{_0x2aa37f!=_0x3e3594([0x56,0x61,0x6c,0x69,0x64])&&_0x4112d5(_0x2aa37f);},_0x13673d);}):_0x420fb2||_0x1a4eb5||_0x3e3594([0x56,0x61,0x6c,0x69,0x64]);}}function _0x334ef5(_0x131038,_0x17c3b0){return new window[(_0x3e3594([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x352b4e=>{if(_0x1a21b1())return _0x352b4e(_0x3e3594([0x56,0x61,0x6c,0x69,0x64]));_0x15d1f6(),_0x11e4cd[_0x3e3594([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3e3594([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5f51c6=!0x1;const _0xc70f20=_0x1a81b2();function _0x429107(_0x1a82b6){return!!_0x1a82b6&&(typeof _0x1a82b6===_0x3e3594([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1a82b6===_0x3e3594([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1a82b6[_0x3e3594([0x74,0x68,0x65,0x6e])]===_0x3e3594([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1a82b6[_0x3e3594([0x63,0x61,0x74,0x63,0x68])]===_0x3e3594([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x789dea(_0x482ed2){_0x4c3016(_0x482ed2)[_0x3e3594([0x74,0x68,0x65,0x6e])](_0x3e8845=>{if(!_0x3e8845||_0x3e8845[_0x3e3594([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3e3594([0x6f,0x6b]))return _0x3e3594([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x236dcf(_0x816380(_0xc70f20+_0x17c3b0))!=_0x3e8845[_0x3e3594([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3e3594([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3e3594([0x56,0x61,0x6c,0x69,0x64]);})[_0x3e3594([0x74,0x68,0x65,0x6e])](_0x424778=>(_0x5962fc(),_0x424778),()=>{const _0x49484a=_0x29d58e();return null==_0x49484a?(_0x5962fc(),_0x3e3594([0x56,0x61,0x6c,0x69,0x64])):_0x3e3594(_0x3f5306-_0x49484a>(0x30fbec2b^_0x284471)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3e3594([0x74,0x68,0x65,0x6e])](_0x352b4e)[_0x3e3594([0x63,0x61,0x74,0x63,0x68])](()=>{_0x352b4e(_0x3e3594([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3a8a76=0x14c186ab^_0x284471;function _0x5962fc(){const _0xe39bd=_0x3e3594([0x6c,0x6c,0x63,0x74,0x2d])+_0x236dcf(_0x816380(_0x131038)),_0x4fb7de=_0x2be37b(_0x236dcf(window[_0x3e3594([0x4d,0x61,0x74,0x68])][_0x3e3594([0x63,0x65,0x69,0x6c])](_0x3f5306/_0x3a8a76)));window[_0x3e3594([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3e3594([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xe39bd,_0x4fb7de);}function _0x29d58e(){const _0x2164b9=_0x3e3594([0x6c,0x6c,0x63,0x74,0x2d])+_0x236dcf(_0x816380(_0x131038)),_0x2e3eb5=window[_0x3e3594([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3e3594([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2164b9);return _0x2e3eb5?window[_0x3e3594([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2be37b(_0x2e3eb5),0x10)*_0x3a8a76:null;}function _0x4c3016(_0x5da81a){return new window[(_0x3e3594([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x895779,_0x5aaa05)=>{_0x5da81a[_0x3e3594([0x74,0x68,0x65,0x6e])](_0x895779,_0x5aaa05),window[_0x3e3594([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5aaa05,0x14f6bceb^_0x284471);});}}_0x11e4cd[_0x3e3594([0x6f,0x6e])](_0x3e3594([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4db496,_0xdcb09f)=>{if(_0xdcb09f[0x0]!=_0x131038)return _0x352b4e(_0x3e3594([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xdcb09f[0x1]={..._0xdcb09f[0x1],[_0x3e3594([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xc70f20};},{[_0x3e3594([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3e3594([0x68,0x69,0x67,0x68])}),_0x11e4cd[_0x3e3594([0x6f,0x6e])](_0x3e3594([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2c89a7=>{_0x429107(_0x2c89a7[_0x3e3594([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5f51c6=!0x0,_0x789dea(_0x2c89a7[_0x3e3594([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3e3594([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3e3594([0x6c,0x6f,0x77])}),_0x44a582[_0x3e3594([0x74,0x68,0x65,0x6e])](()=>{_0x5f51c6||_0x352b4e(_0x3e3594([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1a21b1(){return _0x11e4cd[_0x3e3594([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3e3594([0x76,0x69,0x65,0x77])][_0x3e3594([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3e3594([0x61,0x75,0x74,0x6f]);}function _0x15d1f6(){_0x11e4cd[_0x3e3594([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3e3594([0x76,0x69,0x65,0x77])][_0x3e3594([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3e3594([0x61,0x75,0x74,0x6f]);}}function _0x24c170(_0xb6f2a0){const _0x2dcd54=[new window[(_0x3e3594([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3019b4=>setTimeout(_0x3019b4,0x14fe56e7^_0x284471)),_0x44a582[_0x3e3594([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3e3594([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x25fe05=>{let _0x528419=0x0;_0x11e4cd[_0x3e3594([0x6d,0x6f,0x64,0x65,0x6c])][_0x3e3594([0x6f,0x6e])](_0x3e3594([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3e5097,_0x31d794)=>{_0x31d794[0x0][_0x3e3594([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x528419++,_0x528419==(0x14f769d3^_0x284471)&&(_0x25fe05(),_0x3e5097[_0x3e3594([0x6f,0x66,0x66])]());});}))];return window[_0x3e3594([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3e3594([0x72,0x61,0x63,0x65])](_0x2dcd54)[_0x3e3594([0x74,0x68,0x65,0x6e])](()=>_0xb6f2a0);}async function _0x417c33(){await _0x44a582,_0x11e4cd[_0x3e3594([0x6d,0x6f,0x64,0x65,0x6c])][_0x3e3594([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3e6527,_0x11e4cd[_0x3e3594([0x6d,0x6f,0x64,0x65,0x6c])][_0x3e3594([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3e6527,_0x11e4cd[_0x3e3594([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3e3594([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2af834(_0x250208){const _0x17f996=_0x1c16c4();_0x11e4cd[_0x17f996]=_0x3e3594([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])+_0x250208,_0x250208!=_0x3e3594([0x56,0x61,0x6c,0x69,0x64])&&_0x417c33();}function _0x1c16c4(){const _0x5937dd=window[_0x3e3594([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3e3594([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3e3594([0x6e,0x6f,0x77])]())[_0x3e3594([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3e3594([0x2e]),'');let _0x2c50f5=_0x3e3594([0x72]);for(let _0x473688=0x0;_0x473688<_0x5937dd[_0x3e3594([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x473688+=0x2){let _0x46e266=window[_0x3e3594([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5937dd[_0x3e3594([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x473688,_0x473688+0x2));_0x46e266>=_0x221610[_0x3e3594([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x46e266-=_0x221610[_0x3e3594([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2c50f5+=_0x221610[_0x46e266];}return _0x2c50f5;}function _0x42e02a(){const _0x644383=_0x7bac10[_0x3e3594([0x73,0x70,0x6c,0x69,0x74])](_0x3e3594([0x2e]));if(0x3!=_0x644383[_0x3e3594([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1c4ab8(_0x644383[0x1]);function _0x1c4ab8(_0x119c0a){const _0x89ce73=_0x514cc2(_0x119c0a);return _0x89ce73&&_0x1e106b()?_0x89ce73:null;function _0x1e106b(){const _0x58d10f=_0x89ce73[_0x3e3594([0x6a,0x74,0x69])],_0x1a6408=window[_0x3e3594([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x58d10f[_0x3e3594([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x58d10f[_0x3e3594([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5c882e={..._0x89ce73,[_0x3e3594([0x6a,0x74,0x69])]:_0x58d10f[_0x3e3594([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x58d10f[_0x3e3594([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5c882e[_0x3e3594([0x76,0x63])],_0x816380(_0x5c882e)==_0x1a6408;}}}async function _0x48f2a2(){let _0x361ade=!0x0;try{const _0x283647=_0x7bac10[_0x3e3594([0x73,0x70,0x6c,0x69,0x74])](_0x3e3594([0x2e])),[_0x62f671,_0x695ec0,_0x1fff87]=_0x283647;return _0x48119e(_0x62f671),await _0x3be14f(_0x62f671,_0x695ec0,_0x1fff87),_0x361ade;}catch(_0x32f30b){return!0x1;}function _0x48119e(_0x2a34b6){const _0x255af9=_0x514cc2(_0x2a34b6);_0x255af9&&_0x255af9[_0x3e3594([0x61,0x6c,0x67])]==_0x3e3594([0x45,0x53,0x32,0x35,0x36])||(_0x361ade=!0x1);}async function _0x3be14f(_0x3ad0b4,_0x1a5610,_0x579fcb){const _0x496309=window[_0x3e3594([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3e3594([0x66,0x72,0x6f,0x6d])](_0x383ccb(_0x579fcb),_0x2f0486=>_0x2f0486[_0x3e3594([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x45d882=new window[(_0x3e3594([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3e3594([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3ad0b4+_0x3e3594([0x2e])+_0x1a5610),_0x19c62a=window[_0x3e3594([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3e3594([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x19c62a)return;const _0x2ff33c=await _0x19c62a[_0x3e3594([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3e3594([0x6a,0x77,0x6b]),_0x2f87e9,{[_0x3e3594([0x6e,0x61,0x6d,0x65])]:_0x3e3594([0x45,0x43,0x44,0x53,0x41]),[_0x3e3594([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3e3594([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3e3594([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x19c62a[_0x3e3594([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3e3594([0x6e,0x61,0x6d,0x65])]:_0x3e3594([0x45,0x43,0x44,0x53,0x41]),[_0x3e3594([0x68,0x61,0x73,0x68])]:{[_0x3e3594([0x6e,0x61,0x6d,0x65])]:_0x3e3594([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2ff33c,_0x496309,_0x45d882)||(_0x361ade=!0x1);}}function _0x514cc2(_0xf2b067){return _0xf2b067[_0x3e3594([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3e3594([0x65,0x79]))?JSON[_0x3e3594([0x70,0x61,0x72,0x73,0x65])](_0x383ccb(_0xf2b067)):null;}function _0x383ccb(_0x25f0b5){return window[_0x3e3594([0x61,0x74,0x6f,0x62])](_0x25f0b5[_0x3e3594([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3e3594([0x2b]))[_0x3e3594([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3e3594([0x2f])));}function _0x816380(_0x59d8ae){let _0x5e1638=0x1505;function _0x51622c(_0x3de912){for(let _0x2c2fce=0x0;_0x2c2fce<_0x3de912[_0x3e3594([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2c2fce++){const _0x544de1=_0x3de912[_0x3e3594([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2c2fce);_0x5e1638=(_0x5e1638<<0x5)+_0x5e1638+_0x544de1,_0x5e1638&=_0x5e1638;}}function _0x23f202(_0x248841){Array[_0x3e3594([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x248841)?_0x248841[_0x3e3594([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x23f202):_0x248841&&typeof _0x248841==_0x3e3594([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3e3594([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x248841)[_0x3e3594([0x73,0x6f,0x72,0x74])]()[_0x3e3594([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x33cd4d,_0x26aaf8])=>{_0x51622c(_0x33cd4d),_0x23f202(_0x26aaf8);}):_0x51622c(window[_0x3e3594([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x248841));}return _0x23f202(_0x59d8ae),_0x5e1638>>>0x0;}function _0x236dcf(_0x1b9bf2){return _0x1b9bf2[_0x3e3594([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3e3594([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3e3594([0x30]));}function _0x2be37b(_0x1cf71f){return _0x1cf71f[_0x3e3594([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3e3594([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3e3594([0x6a,0x6f,0x69,0x6e])]('');}function _0x3e6527(){}function _0x3e3594(_0x9d5139){return _0x9d5139['map'](_0x157242=>String['fromCharCode'](_0x157242))['join']('');}_0x2af834(await _0x534c85());}(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'],[_0x124f12=>Number(_0x124f12)>=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(_0x42c38e){return O['includes'](_0x42c38e);}function v(_0x506b79,_0xf8961c,_0x10dbcb){const {spanStyles:_0x138fba,stylesToBeHtmlElements:_0x4feccb}=function(_0x514912,_0x4a8c7c){const _0x6f7e54={},_0x3d5e3e={};return _0x4a8c7c['forEach'](_0x33c6f6=>{const _0x5311b6=_0x514912['getStyle'](_0x33c6f6);if(_0x5311b6){if(function(_0x12fd3c){return E['includes'](_0x12fd3c);}(_0x33c6f6))_0x6f7e54[_0x33c6f6]=_0x5311b6;else{if(function(_0x2e9855){return _0x2e9855 in F;}(_0x33c6f6)){const _0x4b737d=_0x5311b6['split']('\x20');F[_0x33c6f6]['forEach'](([_0x5a481f,_0x301b46])=>{for(const _0x412198 of _0x4b737d){('function'==typeof _0x5a481f&&_0x5a481f(_0x412198)||_0x5a481f===_0x412198)&&(_0x3d5e3e[_0x33c6f6]=[..._0x3d5e3e[_0x33c6f6]||[],[_0x5a481f,_0x301b46]]);}});}}}}),{'spanStyles':_0x6f7e54,'stylesToBeHtmlElements':_0x3d5e3e};}(_0x506b79,_0x10dbcb);!function(_0x2c12c5,_0x4e4cd5,_0x5b20c0){for(const _0xfdeeec in _0x5b20c0){_0x5b20c0[_0xfdeeec]['forEach'](([,_0x50d7b8])=>{const _0x28d99=_0x4e4cd5['createElement'](_0x50d7b8,[],_0x2c12c5['getChildren']());_0x4e4cd5['insertChild'](0x0,_0x28d99,_0x2c12c5);}),_0x4e4cd5['removeStyle'](_0xfdeeec,_0x2c12c5);}}(_0x506b79,_0xf8961c,_0x4feccb),function(_0x12f60,_0x2ef39b,_0x3905f3){if(!Object['keys'](_0x3905f3)['length'])return;const _0xf3e5ad=_0x2ef39b['createElement']('span',[],_0x12f60['getChildren']());_0x2ef39b['setStyle'](_0x3905f3,_0xf3e5ad),_0x2ef39b['insertChild'](0x0,_0xf3e5ad,_0x12f60),_0x2ef39b['removeStyle'](Object['keys'](_0x3905f3),_0x12f60);}(_0x506b79,_0xf8961c,_0x138fba);}class m extends _0x436d9d{['execute'](_0x271467){const {body:_0xf297cb}=_0x271467['_parsedData'],_0x22ac3f=new _0x3e0647(_0xf297cb['document']),_0x1644a1=_0x22ac3f['createRangeIn'](_0xf297cb),_0x5e449d=new _0x1477f0(_0x22ac3f['document']['stylesProcessor']),_0x60fe35=[...new _0xc94ac1(_0x5e449d)['blockElements'],'font'],_0x48d888=_0x1644a1['getItems']();for(const _0x367c2e of _0x48d888)_0x367c2e['is']('element')&&_0x60fe35['includes'](_0x367c2e['name'])&&v(_0x367c2e,_0x22ac3f,(_0x4c1f1b=_0x367c2e,Array['from'](_0x4c1f1b['getStyleNames']())['filter'](K)));var _0x4c1f1b;_0x271467['content']=_0xf297cb;}['isActive'](_0xa877b){return super['isActive'](_0xa877b)||d(_0xa877b);}}class s extends _0x1286fb{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0xf610d1=this['editor'],_0x3c6226=_0xf610d1['plugins']['get']('ClipboardPipeline'),_0x2c05cb=_0xf610d1['editing']['view']['document'],_0x57c207=new m(_0x2c05cb);_0x3c6226['on']('inputTransformation',(_0x350859,_0x3b2322)=>{const _0x48597f=_0x3b2322['dataTransfer']['getData']('text/html');_0x57c207['isActive'](_0x48597f)&&(_0x3b2322['_parsedData']||(_0x3b2322['_parsedData']=_0x104336(_0x48597f,_0x2c05cb['stylesProcessor'])),_0x57c207['execute'](_0x3b2322));},{'priority':_0x2a6a47['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2b95ac=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x45ccb7;for(const _0x5328cb in _0x2b95ac){const _0x79cec5=_0x5328cb,_0x53b1ca=_0x2b95ac[_0x79cec5];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x53b1ca||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x53b1ca||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x53b1ca||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x53b1ca||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x53b1ca||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x53b1ca||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x53b1ca||'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x53b1ca||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x53b1ca){delete _0x2b95ac[_0x79cec5],_0x45ccb7=_0x53b1ca,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x45ccb7&&_0x2b95ac['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x45ccb7&&_0x2b95ac['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x45ccb7&&_0x2b95ac['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x45ccb7&&_0x2b95ac['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x45ccb7&&_0x2b95ac['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x45ccb7&&_0x2b95ac['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x45ccb7&&_0x2b95ac['_showLicenseError']('developmentLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x45ccb7&&_0x2b95ac['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x1286fb{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-alpha.
|
|
3
|
+
"version": "44.0.0-alpha.12",
|
|
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-alpha.
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "44.0.0-alpha.
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.
|
|
29
|
-
"ckeditor5": "44.0.0-alpha.
|
|
25
|
+
"@ckeditor/ckeditor5-core": "44.0.0-alpha.12",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.12",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "44.0.0-alpha.12",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.12",
|
|
29
|
+
"ckeditor5": "44.0.0-alpha.12"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x42e973=_0x3ca5;function _0x233b(){const _0x40efbe=['dataTransfer','view','map','high','isOfficialPlugin','plugins','50311vVNlzt','editing','8654800wehFNq','ClipboardPipeline','83850djOuAB','10PoVZOk','4678224fOvfKg','PasteFromOfficeEnhancedInliner','afterInit','PasteFromOffice','text/html','execute','join','requires','215KofGoD','3XkXYaT','stylesProcessor','get','3871007ycYtyw','7170163lEPwsp','href','15816340cTCKyH','getData','fromCharCode','editor','9OEgGSx','pluginName','inputTransformation','isPremiumPlugin','document','_parsedData','isActive','init'];_0x233b=function(){return _0x40efbe;};return _0x233b();}(function(_0x37f50a,_0x501bb2){const _0x58c61d=_0x3ca5,_0x1f00e3=_0x37f50a();while(!![]){try{const _0x297bef=-parseInt(_0x58c61d(0x14c))/0x1*(parseInt(_0x58c61d(0x151))/0x2)+-parseInt(_0x58c61d(0x15b))/0x3*(-parseInt(_0x58c61d(0x152))/0x4)+parseInt(_0x58c61d(0x15a))/0x5*(parseInt(_0x58c61d(0x150))/0x6)+parseInt(_0x58c61d(0x15e))/0x7+parseInt(_0x58c61d(0x14e))/0x8+-parseInt(_0x58c61d(0x165))/0x9*(parseInt(_0x58c61d(0x161))/0xa)+-parseInt(_0x58c61d(0x15f))/0xb;if(_0x297bef===_0x501bb2)break;else _0x1f00e3['push'](_0x1f00e3['shift']());}catch(_0xaea07b){_0x1f00e3['push'](_0x1f00e3['shift']());}}}(_0x233b,0xe0af6));import{Plugin as _0x5b57e0}from'ckeditor5/src/core.js';import{parseHtml as _0x404c5d}from'@ckeditor/ckeditor5-paste-from-office';function _0x3ca5(_0x403144,_0x4ae121){const _0x233b91=_0x233b();return _0x3ca5=function(_0x3ca540,_0x308482){_0x3ca540=_0x3ca540-0x148;let _0x301b43=_0x233b91[_0x3ca540];return _0x301b43;},_0x3ca5(_0x403144,_0x4ae121);}import{priorities as _0x31e827,uid as _0x1b445c}from'ckeditor5/src/utils.js';import _0x2e97c4 from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x5b57e0{static get[_0x42e973(0x166)](){const _0x2ae2eb=_0x42e973;return _0x2ae2eb(0x153);}static get[_0x42e973(0x14a)](){return!0x0;}static get[_0x42e973(0x168)](){return!0x0;}static get[_0x42e973(0x159)](){const _0xbf82fd=_0x42e973;return[_0xbf82fd(0x155)];}[_0x42e973(0x16c)](){const _0x4617b1=_0x42e973,_0x5cfbd5=this[_0x4617b1(0x164)],_0x18ecd4=_0x5cfbd5[_0x4617b1(0x14b)][_0x4617b1(0x15d)](_0x4617b1(0x14f)),_0x23710a=_0x5cfbd5[_0x4617b1(0x14d)][_0x4617b1(0x16e)][_0x4617b1(0x169)],_0x4f509f=new _0x2e97c4(_0x23710a);_0x18ecd4['on'](_0x4617b1(0x167),(_0x3eb1a8,_0x191236)=>{const _0x1349ed=_0x4617b1,_0x2e6ee6=_0x191236[_0x1349ed(0x16d)][_0x1349ed(0x162)](_0x1349ed(0x156));_0x4f509f[_0x1349ed(0x16b)](_0x2e6ee6)&&(_0x191236[_0x1349ed(0x16a)]||(_0x191236[_0x1349ed(0x16a)]=_0x404c5d(_0x2e6ee6,_0x23710a[_0x1349ed(0x15c)])),_0x4f509f[_0x1349ed(0x157)](_0x191236));},{'priority':_0x31e827[_0x4617b1(0x15d)](_0x4617b1(0x149))+0xb});}[_0x42e973(0x154)](){!async function(_0x28430d){const _0x102c70=_0x3a5880([0x54,0x4f,0x76,0x71,0x65,0x51,0x75,0x64,0x59,0x5a,0x62,0x4c,0x50,0x6d,0x4d,0x52,0x6a,0x36,0x69,0x79,0x42,0x6b,0x38,0x35,0x68,0x77,0x58,0x48,0x72,0x4e,0x41,0x31,0x6c,0x55,0x4b,0x67,0x70,0x30,0x47,0x34,0x4a,0x46,0x61,0x6f,0x45,0x33,0x43,0x32,0x56,0x74,0x37,0x57,0x63,0x53,0x66,0x39,0x6e,0x7a,0x44,0x73,0x78,0x49]),_0x5868e8=0x499f24e,_0x3181bd=0x49eaa3e^_0x5868e8,_0x42046b=window[_0x3a5880([0x44,0x61,0x74,0x65])][_0x3a5880([0x6e,0x6f,0x77])](),_0x2e8527=_0x28430d[_0x3a5880([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2a11c8=new window[(_0x3a5880([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d7832=>{_0x2e8527[_0x3a5880([0x6f,0x6e,0x63,0x65])](_0x3a5880([0x72,0x65,0x61,0x64,0x79]),_0x1d7832);}),_0x584659={[_0x3a5880([0x6b,0x74,0x79])]:_0x3a5880([0x45,0x43]),[_0x3a5880([0x75,0x73,0x65])]:_0x3a5880([0x73,0x69,0x67]),[_0x3a5880([0x63,0x72,0x76])]:_0x3a5880([0x50,0x2d,0x32,0x35,0x36]),[_0x3a5880([0x78])]:_0x3a5880([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]),[_0x3a5880([0x79])]:_0x3a5880([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]),[_0x3a5880([0x61,0x6c,0x67])]:_0x3a5880([0x45,0x53,0x32,0x35,0x36])},_0x22dc61=_0x2e8527[_0x3a5880([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3a5880([0x67,0x65,0x74])](_0x3a5880([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x182177(){let _0x49e258,_0x1c7c85=null,_0x4503d9=null;try{if(_0x22dc61==_0x3a5880([0x47,0x50,0x4c]))return _0x3a5880([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x49e258=_0x140cb7(),!_0x49e258)return _0x3a5880([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x49e258[_0x3a5880([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4503d9=_0x413d8f(_0x49e258[_0x3a5880([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x49e258[_0x3a5880([0x6a,0x74,0x69])])),await _0x135c5c()?_0x2f64f5()?_0x2541f9()?_0x3a5880([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x39dc5e()?(_0x49e258[_0x3a5880([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3a5880([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1c7c85=_0x2580b3(_0x3a5880([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x49e258[_0x3a5880([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3a5880([0x74,0x72,0x69,0x61,0x6c])&&(_0x1c7c85=_0x2580b3(_0x3a5880([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x49e258[_0x3a5880([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3a5880([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x1c7c85=_0x2580b3(_0x3a5880([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1db872()):_0x3a5880([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3a5880([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3a5880([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x256fa3){return _0x3a5880([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2541f9(){const _0x3c9f68=[_0x3a5880([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3a5880([0x74,0x72,0x69,0x61,0x6c])][_0x3a5880([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x49e258[_0x3a5880([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x42046b/0x3e8:0xe10*_0x3181bd;return _0x49e258[_0x3a5880([0x65,0x78,0x70])]<_0x3c9f68;}function _0x2f64f5(){const _0x465d27=_0x49e258[_0x3a5880([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x465d27&&(!!_0x465d27[_0x3a5880([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a5880([0x2a]))||(!!_0x465d27[_0x3a5880([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a5880([0x50,0x4f,0x45]))||!!_0x465d27[_0x3a5880([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a5880([0x50,0x50]))));}function _0x39dc5e(){const _0x1f6878=_0x3ca5,_0x241dc8=_0x49e258[_0x3a5880([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x241dc8||0x0==_0x241dc8[_0x3a5880([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x48ce48}=new URL(window[_0x3a5880([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1f6878(0x160)]);if(_0x241dc8[_0x3a5880([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48ce48))return!0x0;const _0x3cba93=_0x48ce48[_0x3a5880([0x73,0x70,0x6c,0x69,0x74])](_0x3a5880([0x2e]));return _0x241dc8[_0x3a5880([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1564ca=>_0x1564ca[_0x3a5880([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a5880([0x2a])))[_0x3a5880([0x6d,0x61,0x70])](_0x37d59f=>_0x37d59f[_0x3a5880([0x73,0x70,0x6c,0x69,0x74])](_0x3a5880([0x2e])))[_0x3a5880([0x73,0x6f,0x6d,0x65])](_0x4f1427=>_0x3cba93[_0x3a5880([0x65,0x76,0x65,0x72,0x79])]((_0x3d4e2f,_0x4759d5)=>_0x4f1427[_0x4759d5]===_0x3d4e2f||_0x4f1427[_0x4759d5]===_0x3a5880([0x2a])));}function _0x1db872(){return _0x1c7c85&&_0x4503d9?new window[(_0x3a5880([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5472a2,_0x9434d3)=>{_0x1c7c85[_0x3a5880([0x74,0x68,0x65,0x6e])](_0x5472a2,_0x9434d3),_0x4503d9[_0x3a5880([0x74,0x68,0x65,0x6e])](_0x3b46d8=>{_0x3b46d8!=_0x3a5880([0x56,0x61,0x6c,0x69,0x64])&&_0x5472a2(_0x3b46d8);},_0x9434d3);}):_0x1c7c85||_0x4503d9||_0x3a5880([0x56,0x61,0x6c,0x69,0x64]);}}function _0x413d8f(_0x4ea9e7,_0x2fb1a9){return new window[(_0x3a5880([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ca267=>{if(_0x465ab())return _0x4ca267(_0x3a5880([0x56,0x61,0x6c,0x69,0x64]));_0xb8028e(),_0x2e8527[_0x3a5880([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3a5880([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2dccd1=!0x1;const _0x3f36b7=_0x1b445c();function _0x4ee53f(_0x25ec87){return!!_0x25ec87&&(typeof _0x25ec87===_0x3a5880([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x25ec87===_0x3a5880([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x25ec87[_0x3a5880([0x74,0x68,0x65,0x6e])]===_0x3a5880([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x25ec87[_0x3a5880([0x63,0x61,0x74,0x63,0x68])]===_0x3a5880([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x287d36(_0x23016c){_0x35d229(_0x23016c)[_0x3a5880([0x74,0x68,0x65,0x6e])](_0x5cd7ba=>{if(!_0x5cd7ba||_0x5cd7ba[_0x3a5880([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3a5880([0x6f,0x6b]))return _0x3a5880([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2fd910(_0x4d6752(_0x3f36b7+_0x2fb1a9))!=_0x5cd7ba[_0x3a5880([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3a5880([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3a5880([0x56,0x61,0x6c,0x69,0x64]);})[_0x3a5880([0x74,0x68,0x65,0x6e])](_0x77f5a=>(_0x3fc5ed(),_0x77f5a),()=>{const _0xeba3fe=_0xd7d95a();return null==_0xeba3fe?(_0x3fc5ed(),_0x3a5880([0x56,0x61,0x6c,0x69,0x64])):_0x3a5880(_0x42046b-_0xeba3fe>(0x2095764e^_0x5868e8)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3a5880([0x74,0x68,0x65,0x6e])](_0x4ca267)[_0x3a5880([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4ca267(_0x3a5880([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x22940c=0x4af1cce^_0x5868e8;function _0x3fc5ed(){const _0x92c27f=_0x3a5880([0x6c,0x6c,0x63,0x74,0x2d])+_0x2fd910(_0x4d6752(_0x4ea9e7)),_0x53c6d0=_0x5de3dd(_0x2fd910(window[_0x3a5880([0x4d,0x61,0x74,0x68])][_0x3a5880([0x63,0x65,0x69,0x6c])](_0x42046b/_0x22940c)));window[_0x3a5880([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3a5880([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x92c27f,_0x53c6d0);}function _0xd7d95a(){const _0x2821f7=_0x3a5880([0x6c,0x6c,0x63,0x74,0x2d])+_0x2fd910(_0x4d6752(_0x4ea9e7)),_0x135b36=window[_0x3a5880([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3a5880([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2821f7);return _0x135b36?window[_0x3a5880([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5de3dd(_0x135b36),0x10)*_0x22940c:null;}function _0x35d229(_0x16b94c){return new window[(_0x3a5880([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x144500,_0xc8eaa8)=>{_0x16b94c[_0x3a5880([0x74,0x68,0x65,0x6e])](_0x144500,_0xc8eaa8),window[_0x3a5880([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xc8eaa8,0x498268e^_0x5868e8);});}}_0x2e8527[_0x3a5880([0x6f,0x6e])](_0x3a5880([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x13b633,_0x163186)=>{if(_0x163186[0x0]!=_0x4ea9e7)return _0x4ca267(_0x3a5880([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x163186[0x1]={..._0x163186[0x1],[_0x3a5880([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3f36b7};},{[_0x3a5880([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3a5880([0x68,0x69,0x67,0x68])}),_0x2e8527[_0x3a5880([0x6f,0x6e])](_0x3a5880([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2870b5=>{_0x4ee53f(_0x2870b5[_0x3a5880([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2dccd1=!0x0,_0x287d36(_0x2870b5[_0x3a5880([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3a5880([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3a5880([0x6c,0x6f,0x77])}),_0x2a11c8[_0x3a5880([0x74,0x68,0x65,0x6e])](()=>{_0x2dccd1||_0x4ca267(_0x3a5880([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x465ab(){return _0x2e8527[_0x3a5880([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3a5880([0x76,0x69,0x65,0x77])][_0x3a5880([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3a5880([0x61,0x75,0x74,0x6f]);}function _0xb8028e(){_0x2e8527[_0x3a5880([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3a5880([0x76,0x69,0x65,0x77])][_0x3a5880([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3a5880([0x61,0x75,0x74,0x6f]);}}function _0x2580b3(_0x309a61){const _0x3d3f06=[new window[(_0x3a5880([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4801ce=>setTimeout(_0x4801ce,0x490cc82^_0x5868e8)),_0x2a11c8[_0x3a5880([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3a5880([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4e856c=>{let _0x489fe1=0x0;_0x2e8527[_0x3a5880([0x6d,0x6f,0x64,0x65,0x6c])][_0x3a5880([0x6f,0x6e])](_0x3a5880([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x46757b,_0x1e228b)=>{_0x1e228b[0x0][_0x3a5880([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x489fe1++,_0x489fe1==(0x499f3b6^_0x5868e8)&&(_0x4e856c(),_0x46757b[_0x3a5880([0x6f,0x66,0x66])]());});}))];return window[_0x3a5880([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3a5880([0x72,0x61,0x63,0x65])](_0x3d3f06)[_0x3a5880([0x74,0x68,0x65,0x6e])](()=>_0x309a61);}async function _0xb7182e(){await _0x2a11c8,_0x2e8527[_0x3a5880([0x6d,0x6f,0x64,0x65,0x6c])][_0x3a5880([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x44d8a7,_0x2e8527[_0x3a5880([0x6d,0x6f,0x64,0x65,0x6c])][_0x3a5880([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x44d8a7,_0x2e8527[_0x3a5880([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3a5880([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1e18e9(_0x57ba59){const _0x4f191a=_0x5dec9c();_0x2e8527[_0x4f191a]=_0x3a5880([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])+_0x57ba59,_0x57ba59!=_0x3a5880([0x56,0x61,0x6c,0x69,0x64])&&_0xb7182e();}function _0x5dec9c(){const _0xed4ed=window[_0x3a5880([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3a5880([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3a5880([0x6e,0x6f,0x77])]())[_0x3a5880([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3a5880([0x2e]),'');let _0x7b45d3=_0x3a5880([0x54]);for(let _0x41bb1c=0x0;_0x41bb1c<_0xed4ed[_0x3a5880([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x41bb1c+=0x2){let _0x4895b7=window[_0x3a5880([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xed4ed[_0x3a5880([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x41bb1c,_0x41bb1c+0x2));_0x4895b7>=_0x102c70[_0x3a5880([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4895b7-=_0x102c70[_0x3a5880([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x7b45d3+=_0x102c70[_0x4895b7];}return _0x7b45d3;}function _0x140cb7(){const _0x408f15=_0x22dc61[_0x3a5880([0x73,0x70,0x6c,0x69,0x74])](_0x3a5880([0x2e]));if(0x3!=_0x408f15[_0x3a5880([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xabbe34(_0x408f15[0x1]);function _0xabbe34(_0x8d6c4b){const _0x2072e0=_0x1b3a46(_0x8d6c4b);return _0x2072e0&&_0x24dadd()?_0x2072e0:null;function _0x24dadd(){const _0x1f08d6=_0x2072e0[_0x3a5880([0x6a,0x74,0x69])],_0x56876a=window[_0x3a5880([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f08d6[_0x3a5880([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1f08d6[_0x3a5880([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3109fa={..._0x2072e0,[_0x3a5880([0x6a,0x74,0x69])]:_0x1f08d6[_0x3a5880([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1f08d6[_0x3a5880([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3109fa[_0x3a5880([0x76,0x63])],_0x4d6752(_0x3109fa)==_0x56876a;}}}async function _0x135c5c(){let _0xa4fd12=!0x0;try{const _0x5bf7b6=_0x22dc61[_0x3a5880([0x73,0x70,0x6c,0x69,0x74])](_0x3a5880([0x2e])),[_0x393ea1,_0x3c32a6,_0x3076f3]=_0x5bf7b6;return _0x6d7245(_0x393ea1),await _0x36766e(_0x393ea1,_0x3c32a6,_0x3076f3),_0xa4fd12;}catch(_0x458f0f){return!0x1;}function _0x6d7245(_0x2ca47f){const _0x2f020d=_0x1b3a46(_0x2ca47f);_0x2f020d&&_0x2f020d[_0x3a5880([0x61,0x6c,0x67])]==_0x3a5880([0x45,0x53,0x32,0x35,0x36])||(_0xa4fd12=!0x1);}async function _0x36766e(_0x57072f,_0x4c512d,_0x4e4f54){const _0x321fcf=window[_0x3a5880([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3a5880([0x66,0x72,0x6f,0x6d])](_0x4335ce(_0x4e4f54),_0x16c734=>_0x16c734[_0x3a5880([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2f6941=new window[(_0x3a5880([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3a5880([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x57072f+_0x3a5880([0x2e])+_0x4c512d),_0x2b5975=window[_0x3a5880([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3a5880([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2b5975)return;const _0x92e38a=await _0x2b5975[_0x3a5880([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3a5880([0x6a,0x77,0x6b]),_0x584659,{[_0x3a5880([0x6e,0x61,0x6d,0x65])]:_0x3a5880([0x45,0x43,0x44,0x53,0x41]),[_0x3a5880([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3a5880([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3a5880([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2b5975[_0x3a5880([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3a5880([0x6e,0x61,0x6d,0x65])]:_0x3a5880([0x45,0x43,0x44,0x53,0x41]),[_0x3a5880([0x68,0x61,0x73,0x68])]:{[_0x3a5880([0x6e,0x61,0x6d,0x65])]:_0x3a5880([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x92e38a,_0x321fcf,_0x2f6941)||(_0xa4fd12=!0x1);}}function _0x1b3a46(_0x2f152e){return _0x2f152e[_0x3a5880([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3a5880([0x65,0x79]))?JSON[_0x3a5880([0x70,0x61,0x72,0x73,0x65])](_0x4335ce(_0x2f152e)):null;}function _0x4335ce(_0x33cb11){return window[_0x3a5880([0x61,0x74,0x6f,0x62])](_0x33cb11[_0x3a5880([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3a5880([0x2b]))[_0x3a5880([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3a5880([0x2f])));}function _0x4d6752(_0x5f3d07){let _0x420269=0x1505;function _0x53aa3d(_0x5be8b7){for(let _0x4155dd=0x0;_0x4155dd<_0x5be8b7[_0x3a5880([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4155dd++){const _0x136164=_0x5be8b7[_0x3a5880([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4155dd);_0x420269=(_0x420269<<0x5)+_0x420269+_0x136164,_0x420269&=_0x420269;}}function _0x1bdb2f(_0x5b25e5){Array[_0x3a5880([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5b25e5)?_0x5b25e5[_0x3a5880([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1bdb2f):_0x5b25e5&&typeof _0x5b25e5==_0x3a5880([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3a5880([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5b25e5)[_0x3a5880([0x73,0x6f,0x72,0x74])]()[_0x3a5880([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x183933,_0x5bb975])=>{_0x53aa3d(_0x183933),_0x1bdb2f(_0x5bb975);}):_0x53aa3d(window[_0x3a5880([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5b25e5));}return _0x1bdb2f(_0x5f3d07),_0x420269>>>0x0;}function _0x2fd910(_0x2434b3){return _0x2434b3[_0x3a5880([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3a5880([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3a5880([0x30]));}function _0x5de3dd(_0x272988){return _0x272988[_0x3a5880([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3a5880([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3a5880([0x6a,0x6f,0x69,0x6e])]('');}function _0x44d8a7(){}function _0x3a5880(_0x16c850){const _0x5bd724=_0x3ca5;return _0x16c850[_0x5bd724(0x148)](_0x4a25f4=>String[_0x5bd724(0x163)](_0x4a25f4))[_0x5bd724(0x158)]('');}_0x1e18e9(await _0x182177());}(this);}}
|
|
23
|
+
const _0x2c98b2=_0x5f20;(function(_0x988c15,_0x181484){const _0x40442a=_0x5f20,_0x2cb11f=_0x988c15();while(!![]){try{const _0x554566=parseInt(_0x40442a(0x113))/0x1+-parseInt(_0x40442a(0x11e))/0x2+parseInt(_0x40442a(0x10f))/0x3*(-parseInt(_0x40442a(0x109))/0x4)+-parseInt(_0x40442a(0x10a))/0x5+-parseInt(_0x40442a(0x120))/0x6+-parseInt(_0x40442a(0x124))/0x7*(parseInt(_0x40442a(0x11b))/0x8)+-parseInt(_0x40442a(0x11a))/0x9*(-parseInt(_0x40442a(0x121))/0xa);if(_0x554566===_0x181484)break;else _0x2cb11f['push'](_0x2cb11f['shift']());}catch(_0x53f6a9){_0x2cb11f['push'](_0x2cb11f['shift']());}}}(_0x18bf,0xd669d));import{Plugin as _0x29a025}from'ckeditor5/src/core.js';import{parseHtml as _0x3d1a76}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x573bb8,uid as _0x154250}from'ckeditor5/src/utils.js';import _0xa05dcd from'./normalizers/inliner/msofficestylesinliner.js';function _0x5f20(_0x3dfed1,_0x58d95b){const _0x18bfd1=_0x18bf();return _0x5f20=function(_0x5f207e,_0x1ce090){_0x5f207e=_0x5f207e-0x104;let _0x353e11=_0x18bfd1[_0x5f207e];return _0x353e11;},_0x5f20(_0x3dfed1,_0x58d95b);}function _0x18bf(){const _0x2b9774=['view','ClipboardPipeline','plugins','15yvsvEm','isOfficialPlugin','inputTransformation','isActive','456619hmVtPC','document','map','join','PasteFromOffice','fromCharCode','PasteFromOfficeEnhancedInliner','1683vcPKyN','8SFUkAz','getData','high','2069006CcYIDc','execute','10346484DkZApP','227610pkDkzX','href','init','677313KsUwdd','stylesProcessor','isPremiumPlugin','afterInit','_parsedData','get','editing','requires','dataTransfer','editor','text/html','498412ZUsXfL','1779990hVPaua','pluginName'];_0x18bf=function(){return _0x2b9774;};return _0x18bf();}export default class i extends _0x29a025{static get[_0x2c98b2(0x10b)](){const _0x43f6d6=_0x2c98b2;return _0x43f6d6(0x119);}static get[_0x2c98b2(0x110)](){return!0x0;}static get[_0x2c98b2(0x126)](){return!0x0;}static get[_0x2c98b2(0x105)](){const _0x4a258f=_0x2c98b2;return[_0x4a258f(0x117)];}[_0x2c98b2(0x123)](){const _0x4a173e=_0x2c98b2,_0x42a125=this[_0x4a173e(0x107)],_0x8249b=_0x42a125[_0x4a173e(0x10e)][_0x4a173e(0x129)](_0x4a173e(0x10d)),_0x2d309e=_0x42a125[_0x4a173e(0x104)][_0x4a173e(0x10c)][_0x4a173e(0x114)],_0x227b08=new _0xa05dcd(_0x2d309e);_0x8249b['on'](_0x4a173e(0x111),(_0x46b703,_0x4c5fa4)=>{const _0x55fc58=_0x4a173e,_0xffa38a=_0x4c5fa4[_0x55fc58(0x106)][_0x55fc58(0x11c)](_0x55fc58(0x108));_0x227b08[_0x55fc58(0x112)](_0xffa38a)&&(_0x4c5fa4[_0x55fc58(0x128)]||(_0x4c5fa4[_0x55fc58(0x128)]=_0x3d1a76(_0xffa38a,_0x2d309e[_0x55fc58(0x125)])),_0x227b08[_0x55fc58(0x11f)](_0x4c5fa4));},{'priority':_0x573bb8[_0x4a173e(0x129)](_0x4a173e(0x11d))+0xb});}[_0x2c98b2(0x127)](){!async function(_0x4e1677){const _0x266e9d=_0x4ed3c5([0x72,0x55,0x62,0x71,0x70,0x6d,0x43,0x33,0x49,0x36,0x76,0x4f,0x77,0x34,0x4a,0x32,0x42,0x79,0x35,0x6a,0x6e,0x57,0x68,0x4c,0x37,0x44,0x63,0x6f,0x45,0x59,0x73,0x78,0x56,0x51,0x67,0x39,0x54,0x74,0x7a,0x5a,0x50,0x30,0x65,0x41,0x4b,0x53,0x66,0x4e,0x61,0x31,0x6c,0x64,0x52,0x69,0x6b,0x58,0x75,0x38,0x46,0x4d,0x47,0x48]),_0x4ceab4=0x14f7682b,_0x55dc33=0x14f030a3^_0x4ceab4,_0x341d24=window[_0x4ed3c5([0x44,0x61,0x74,0x65])][_0x4ed3c5([0x6e,0x6f,0x77])](),_0x40d53b=_0x4e1677[_0x4ed3c5([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2e4e8e=new window[(_0x4ed3c5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xe0035e=>{_0x40d53b[_0x4ed3c5([0x6f,0x6e,0x63,0x65])](_0x4ed3c5([0x72,0x65,0x61,0x64,0x79]),_0xe0035e);}),_0x55dca8={[_0x4ed3c5([0x6b,0x74,0x79])]:_0x4ed3c5([0x45,0x43]),[_0x4ed3c5([0x75,0x73,0x65])]:_0x4ed3c5([0x73,0x69,0x67]),[_0x4ed3c5([0x63,0x72,0x76])]:_0x4ed3c5([0x50,0x2d,0x32,0x35,0x36]),[_0x4ed3c5([0x78])]:_0x4ed3c5([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]),[_0x4ed3c5([0x79])]:_0x4ed3c5([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]),[_0x4ed3c5([0x61,0x6c,0x67])]:_0x4ed3c5([0x45,0x53,0x32,0x35,0x36])},_0x553243=_0x40d53b[_0x4ed3c5([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4ed3c5([0x67,0x65,0x74])](_0x4ed3c5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4d4392(){let _0x1a59dd,_0x23e072=null,_0x1a89dd=null;try{if(_0x553243==_0x4ed3c5([0x47,0x50,0x4c]))return _0x4ed3c5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1a59dd=_0x5a0912(),!_0x1a59dd)return _0x4ed3c5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1a59dd[_0x4ed3c5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1a89dd=_0x40b1c7(_0x1a59dd[_0x4ed3c5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1a59dd[_0x4ed3c5([0x6a,0x74,0x69])])),await _0x3823fe()?_0x21de34()?_0x12061c()?_0x4ed3c5([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1cd78a()?(_0x1a59dd[_0x4ed3c5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4ed3c5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x23e072=_0x298d53(_0x4ed3c5([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1a59dd[_0x4ed3c5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4ed3c5([0x74,0x72,0x69,0x61,0x6c])&&(_0x23e072=_0x298d53(_0x4ed3c5([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x1a59dd[_0x4ed3c5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4ed3c5([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x23e072=_0x298d53(_0x4ed3c5([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x419c15()):_0x4ed3c5([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4ed3c5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4ed3c5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x45088a){return _0x4ed3c5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x12061c(){const _0x41be9b=[_0x4ed3c5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4ed3c5([0x74,0x72,0x69,0x61,0x6c])][_0x4ed3c5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1a59dd[_0x4ed3c5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x341d24/0x3e8:0xe10*_0x55dc33;return _0x1a59dd[_0x4ed3c5([0x65,0x78,0x70])]<_0x41be9b;}function _0x21de34(){const _0x498dc6=_0x1a59dd[_0x4ed3c5([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x498dc6&&(!!_0x498dc6[_0x4ed3c5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ed3c5([0x2a]))||(!!_0x498dc6[_0x4ed3c5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ed3c5([0x50,0x4f,0x45]))||!!_0x498dc6[_0x4ed3c5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ed3c5([0x50,0x50]))));}function _0x1cd78a(){const _0x5ee301=_0x5f20,_0x1c2ac0=_0x1a59dd[_0x4ed3c5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1c2ac0||0x0==_0x1c2ac0[_0x4ed3c5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x476ccb}=new URL(window[_0x4ed3c5([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5ee301(0x122)]);if(_0x1c2ac0[_0x4ed3c5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x476ccb))return!0x0;const _0x5a4c3e=_0x476ccb[_0x4ed3c5([0x73,0x70,0x6c,0x69,0x74])](_0x4ed3c5([0x2e]));return _0x1c2ac0[_0x4ed3c5([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1f9814=>_0x1f9814[_0x4ed3c5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ed3c5([0x2a])))[_0x4ed3c5([0x6d,0x61,0x70])](_0x568c43=>_0x568c43[_0x4ed3c5([0x73,0x70,0x6c,0x69,0x74])](_0x4ed3c5([0x2e])))[_0x4ed3c5([0x73,0x6f,0x6d,0x65])](_0x48dae6=>_0x5a4c3e[_0x4ed3c5([0x65,0x76,0x65,0x72,0x79])]((_0x2f0de4,_0x3b900a)=>_0x48dae6[_0x3b900a]===_0x2f0de4||_0x48dae6[_0x3b900a]===_0x4ed3c5([0x2a])));}function _0x419c15(){return _0x23e072&&_0x1a89dd?new window[(_0x4ed3c5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x127a36,_0x5efc0f)=>{_0x23e072[_0x4ed3c5([0x74,0x68,0x65,0x6e])](_0x127a36,_0x5efc0f),_0x1a89dd[_0x4ed3c5([0x74,0x68,0x65,0x6e])](_0x38d37d=>{_0x38d37d!=_0x4ed3c5([0x56,0x61,0x6c,0x69,0x64])&&_0x127a36(_0x38d37d);},_0x5efc0f);}):_0x23e072||_0x1a89dd||_0x4ed3c5([0x56,0x61,0x6c,0x69,0x64]);}}function _0x40b1c7(_0x49fa65,_0x512949){return new window[(_0x4ed3c5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1c7a9c=>{if(_0x2a8706())return _0x1c7a9c(_0x4ed3c5([0x56,0x61,0x6c,0x69,0x64]));_0xd7dde0(),_0x40d53b[_0x4ed3c5([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4ed3c5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x390ca6=!0x1;const _0x1ca2b3=_0x154250();function _0x51057e(_0x4df1af){return!!_0x4df1af&&(typeof _0x4df1af===_0x4ed3c5([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4df1af===_0x4ed3c5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4df1af[_0x4ed3c5([0x74,0x68,0x65,0x6e])]===_0x4ed3c5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4df1af[_0x4ed3c5([0x63,0x61,0x74,0x63,0x68])]===_0x4ed3c5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x564e5c(_0x30cf08){_0x5ec790(_0x30cf08)[_0x4ed3c5([0x74,0x68,0x65,0x6e])](_0x273743=>{if(!_0x273743||_0x273743[_0x4ed3c5([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4ed3c5([0x6f,0x6b]))return _0x4ed3c5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x58f868(_0x4d5483(_0x1ca2b3+_0x512949))!=_0x273743[_0x4ed3c5([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4ed3c5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4ed3c5([0x56,0x61,0x6c,0x69,0x64]);})[_0x4ed3c5([0x74,0x68,0x65,0x6e])](_0x5338f8=>(_0x5bc2f2(),_0x5338f8),()=>{const _0x23da0e=_0x3b3679();return null==_0x23da0e?(_0x5bc2f2(),_0x4ed3c5([0x56,0x61,0x6c,0x69,0x64])):_0x4ed3c5(_0x341d24-_0x23da0e>(0x30fbec2b^_0x4ceab4)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4ed3c5([0x74,0x68,0x65,0x6e])](_0x1c7a9c)[_0x4ed3c5([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1c7a9c(_0x4ed3c5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x13fa0e=0x14c186ab^_0x4ceab4;function _0x5bc2f2(){const _0x526147=_0x4ed3c5([0x6c,0x6c,0x63,0x74,0x2d])+_0x58f868(_0x4d5483(_0x49fa65)),_0x335607=_0x3c8c35(_0x58f868(window[_0x4ed3c5([0x4d,0x61,0x74,0x68])][_0x4ed3c5([0x63,0x65,0x69,0x6c])](_0x341d24/_0x13fa0e)));window[_0x4ed3c5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4ed3c5([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x526147,_0x335607);}function _0x3b3679(){const _0x111563=_0x4ed3c5([0x6c,0x6c,0x63,0x74,0x2d])+_0x58f868(_0x4d5483(_0x49fa65)),_0x2d2a78=window[_0x4ed3c5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4ed3c5([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x111563);return _0x2d2a78?window[_0x4ed3c5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3c8c35(_0x2d2a78),0x10)*_0x13fa0e:null;}function _0x5ec790(_0x18018f){return new window[(_0x4ed3c5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3fdbd0,_0x2d0db2)=>{_0x18018f[_0x4ed3c5([0x74,0x68,0x65,0x6e])](_0x3fdbd0,_0x2d0db2),window[_0x4ed3c5([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2d0db2,0x14f6bceb^_0x4ceab4);});}}_0x40d53b[_0x4ed3c5([0x6f,0x6e])](_0x4ed3c5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2ce5ee,_0x60af07)=>{if(_0x60af07[0x0]!=_0x49fa65)return _0x1c7a9c(_0x4ed3c5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x60af07[0x1]={..._0x60af07[0x1],[_0x4ed3c5([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1ca2b3};},{[_0x4ed3c5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4ed3c5([0x68,0x69,0x67,0x68])}),_0x40d53b[_0x4ed3c5([0x6f,0x6e])](_0x4ed3c5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x109675=>{_0x51057e(_0x109675[_0x4ed3c5([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x390ca6=!0x0,_0x564e5c(_0x109675[_0x4ed3c5([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4ed3c5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4ed3c5([0x6c,0x6f,0x77])}),_0x2e4e8e[_0x4ed3c5([0x74,0x68,0x65,0x6e])](()=>{_0x390ca6||_0x1c7a9c(_0x4ed3c5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2a8706(){return _0x40d53b[_0x4ed3c5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4ed3c5([0x76,0x69,0x65,0x77])][_0x4ed3c5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4ed3c5([0x61,0x75,0x74,0x6f]);}function _0xd7dde0(){_0x40d53b[_0x4ed3c5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4ed3c5([0x76,0x69,0x65,0x77])][_0x4ed3c5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4ed3c5([0x61,0x75,0x74,0x6f]);}}function _0x298d53(_0x23c545){const _0x341b01=[new window[(_0x4ed3c5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1eb2f5=>setTimeout(_0x1eb2f5,0x14fe56e7^_0x4ceab4)),_0x2e4e8e[_0x4ed3c5([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4ed3c5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xc768c8=>{let _0x3635e1=0x0;_0x40d53b[_0x4ed3c5([0x6d,0x6f,0x64,0x65,0x6c])][_0x4ed3c5([0x6f,0x6e])](_0x4ed3c5([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x314baf,_0x5a3958)=>{_0x5a3958[0x0][_0x4ed3c5([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3635e1++,_0x3635e1==(0x14f769d3^_0x4ceab4)&&(_0xc768c8(),_0x314baf[_0x4ed3c5([0x6f,0x66,0x66])]());});}))];return window[_0x4ed3c5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4ed3c5([0x72,0x61,0x63,0x65])](_0x341b01)[_0x4ed3c5([0x74,0x68,0x65,0x6e])](()=>_0x23c545);}async function _0xa8293c(){await _0x2e4e8e,_0x40d53b[_0x4ed3c5([0x6d,0x6f,0x64,0x65,0x6c])][_0x4ed3c5([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1be90c,_0x40d53b[_0x4ed3c5([0x6d,0x6f,0x64,0x65,0x6c])][_0x4ed3c5([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1be90c,_0x40d53b[_0x4ed3c5([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4ed3c5([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3463ec(_0x2ec8e4){const _0x33c449=_0x15f44e();_0x40d53b[_0x33c449]=_0x4ed3c5([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])+_0x2ec8e4,_0x2ec8e4!=_0x4ed3c5([0x56,0x61,0x6c,0x69,0x64])&&_0xa8293c();}function _0x15f44e(){const _0x4b5657=window[_0x4ed3c5([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4ed3c5([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4ed3c5([0x6e,0x6f,0x77])]())[_0x4ed3c5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4ed3c5([0x2e]),'');let _0x32d8b2=_0x4ed3c5([0x72]);for(let _0x5b2e88=0x0;_0x5b2e88<_0x4b5657[_0x4ed3c5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5b2e88+=0x2){let _0x2d7712=window[_0x4ed3c5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4b5657[_0x4ed3c5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5b2e88,_0x5b2e88+0x2));_0x2d7712>=_0x266e9d[_0x4ed3c5([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2d7712-=_0x266e9d[_0x4ed3c5([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x32d8b2+=_0x266e9d[_0x2d7712];}return _0x32d8b2;}function _0x5a0912(){const _0x42af7b=_0x553243[_0x4ed3c5([0x73,0x70,0x6c,0x69,0x74])](_0x4ed3c5([0x2e]));if(0x3!=_0x42af7b[_0x4ed3c5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1786af(_0x42af7b[0x1]);function _0x1786af(_0x4d00ef){const _0x448f9a=_0x381603(_0x4d00ef);return _0x448f9a&&_0x559703()?_0x448f9a:null;function _0x559703(){const _0x42b4cb=_0x448f9a[_0x4ed3c5([0x6a,0x74,0x69])],_0x5209d6=window[_0x4ed3c5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x42b4cb[_0x4ed3c5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x42b4cb[_0x4ed3c5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1052da={..._0x448f9a,[_0x4ed3c5([0x6a,0x74,0x69])]:_0x42b4cb[_0x4ed3c5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x42b4cb[_0x4ed3c5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1052da[_0x4ed3c5([0x76,0x63])],_0x4d5483(_0x1052da)==_0x5209d6;}}}async function _0x3823fe(){let _0x5ac3ae=!0x0;try{const _0x16c849=_0x553243[_0x4ed3c5([0x73,0x70,0x6c,0x69,0x74])](_0x4ed3c5([0x2e])),[_0xdbee32,_0x2353f9,_0x121819]=_0x16c849;return _0xbc38c0(_0xdbee32),await _0x56049b(_0xdbee32,_0x2353f9,_0x121819),_0x5ac3ae;}catch(_0x5c0c5c){return!0x1;}function _0xbc38c0(_0x45680c){const _0x39db0e=_0x381603(_0x45680c);_0x39db0e&&_0x39db0e[_0x4ed3c5([0x61,0x6c,0x67])]==_0x4ed3c5([0x45,0x53,0x32,0x35,0x36])||(_0x5ac3ae=!0x1);}async function _0x56049b(_0x476aa2,_0x483a1d,_0xf811b3){const _0x199e77=window[_0x4ed3c5([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4ed3c5([0x66,0x72,0x6f,0x6d])](_0x1cd009(_0xf811b3),_0xfe072a=>_0xfe072a[_0x4ed3c5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5c67a1=new window[(_0x4ed3c5([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4ed3c5([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x476aa2+_0x4ed3c5([0x2e])+_0x483a1d),_0x5c3881=window[_0x4ed3c5([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4ed3c5([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5c3881)return;const _0x93227a=await _0x5c3881[_0x4ed3c5([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4ed3c5([0x6a,0x77,0x6b]),_0x55dca8,{[_0x4ed3c5([0x6e,0x61,0x6d,0x65])]:_0x4ed3c5([0x45,0x43,0x44,0x53,0x41]),[_0x4ed3c5([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4ed3c5([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4ed3c5([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5c3881[_0x4ed3c5([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4ed3c5([0x6e,0x61,0x6d,0x65])]:_0x4ed3c5([0x45,0x43,0x44,0x53,0x41]),[_0x4ed3c5([0x68,0x61,0x73,0x68])]:{[_0x4ed3c5([0x6e,0x61,0x6d,0x65])]:_0x4ed3c5([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x93227a,_0x199e77,_0x5c67a1)||(_0x5ac3ae=!0x1);}}function _0x381603(_0x1ef2b2){return _0x1ef2b2[_0x4ed3c5([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4ed3c5([0x65,0x79]))?JSON[_0x4ed3c5([0x70,0x61,0x72,0x73,0x65])](_0x1cd009(_0x1ef2b2)):null;}function _0x1cd009(_0x3e78f5){return window[_0x4ed3c5([0x61,0x74,0x6f,0x62])](_0x3e78f5[_0x4ed3c5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4ed3c5([0x2b]))[_0x4ed3c5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4ed3c5([0x2f])));}function _0x4d5483(_0x435eeb){let _0x44ff07=0x1505;function _0x5d7948(_0x460c5a){for(let _0x1040e6=0x0;_0x1040e6<_0x460c5a[_0x4ed3c5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1040e6++){const _0x20db8d=_0x460c5a[_0x4ed3c5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1040e6);_0x44ff07=(_0x44ff07<<0x5)+_0x44ff07+_0x20db8d,_0x44ff07&=_0x44ff07;}}function _0x211e14(_0x23b6b){Array[_0x4ed3c5([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x23b6b)?_0x23b6b[_0x4ed3c5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x211e14):_0x23b6b&&typeof _0x23b6b==_0x4ed3c5([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4ed3c5([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x23b6b)[_0x4ed3c5([0x73,0x6f,0x72,0x74])]()[_0x4ed3c5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3cf195,_0x42e310])=>{_0x5d7948(_0x3cf195),_0x211e14(_0x42e310);}):_0x5d7948(window[_0x4ed3c5([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x23b6b));}return _0x211e14(_0x435eeb),_0x44ff07>>>0x0;}function _0x58f868(_0xa6375){return _0xa6375[_0x4ed3c5([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4ed3c5([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4ed3c5([0x30]));}function _0x3c8c35(_0x14df38){return _0x14df38[_0x4ed3c5([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4ed3c5([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4ed3c5([0x6a,0x6f,0x69,0x6e])]('');}function _0x1be90c(){}function _0x4ed3c5(_0x1c1009){const _0x3530e5=_0x5f20;return _0x1c1009[_0x3530e5(0x115)](_0x4ffbcd=>String[_0x3530e5(0x118)](_0x4ffbcd))[_0x3530e5(0x116)]('');}_0x3463ec(await _0x4d4392());}(this);}}
|