@ckeditor/ckeditor5-paste-from-office-enhanced 44.0.0-alpha.10 → 44.0.0-alpha.11
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 I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,y=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||y.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);!function(t){const e=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 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 M 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=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}[R(425)](t){return super[R(425)](t)||C(t)}}const W=V;function V(t,e){const n=K();return(V=function(t,e){return n[t-=465]})(t,e)}function K(){const t=["ClipboardPipeline","3024816BHzDPF","document","5uJKbGz","2077710QvFyuK","dataTransfer","isActive","453760POSQhT","4378412VVzBmY","get","requires","join","_parsedData","pluginName","5031256MZVbEP","high","init","stylesProcessor","3590790ssThTA","afterInit","fromCharCode","href","PasteFromOffice","PasteFromOfficeEnhancedInliner","isOfficialPlugin","inputTransformation","editing","1kzQHYR","editor","execute","map","27llBkNX","plugins","view","getData","isPremiumPlugin","text/html","2956740IDNpVp"];return(K=function(){return t})()}!function(t){const e=V,n=t();for(;;)try{if(686955===parseInt(e(466))/1*(-parseInt(e(484))/2)+parseInt(e(478))/3+parseInt(e(485))/4*(-parseInt(e(480))/5)+parseInt(e(476))/6+parseInt(e(495))/7+-parseInt(e(491))/8+parseInt(e(470))/9*(parseInt(e(481))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class z extends t.Plugin{static get[W(490)](){return W(500)}static get[W(501)](){return!0}static get[W(474)](){return!0}static get[W(487)](){return[W(499)]}[W(493)](){const t=W,e=this[t(467)],n=e[t(471)][t(486)](t(477)),r=e[t(465)][t(472)][t(479)],s=new M(r);n.on(t(502),((e,n)=>{const i=t,o=n[i(482)][i(473)](i(475));s[i(483)](o)&&(n[i(489)]||(n[i(489)]=b(o,r[i(494)])),s[i(468)](n))}),{priority:x.priorities[t(486)](t(492))+11})}[W(496)](){!async function(t){const e=d([66,89,121,113,78,97,85,108,52,71,88,76,79,100,70,105,99,117,49,86,115,50,54,48,74,69,102,112,106,55,111,101,104,67,122,81,73,51,109,114,57,56,119,87,72,90,83,65,82,107,68,98,75,110,77,84,53,116,80,103,118,120]),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(469)]((t=>String[e(497)](t)))[e(488)]("")}!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([66]);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:1732924800;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(498)]);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 $=Q;function Q(t,e){const n=Y();return(Q=function(t,e){return n[t-=328]})(t,e)}!function(t){const e=Q,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())}}(Y);const U=[$(331),$(368),$(357),$(366),$(338),$(363),$(353),$(337)];function Y(){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(Y=function(){return t})()}const B=[$(331),$(368),$(357)],J={"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 q(t){return U[$(345)](t)}function H(t){const e=$;return Array[e(333)](t[e(350)]())[e(347)](q)}function _(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,B[$(345)](c))r[e]=o;else if(e in J){const t=o[i(341)](" ");J[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 G=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{[G(357)](t){const n=G,{body:r}=t[n(360)],s=new e.UpcastWriter(r[n(370)]),i=s[n(374)](r),o=new e.ViewDocument(s[n(370)][n(365)]),c=[...new e.DomConverter(o)[n(355)],n(356)],a=i[n(375)]();for(const t of a)if(t.is(n(371))&&c[n(368)](t[n(359)])){_(t,s,H(t))}t[n(358)]=r}[G(364)](t){return super[G(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),z,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 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})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x2b19fc}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x448582,parseHtml as _0x47fa3d}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x29d71d,uid as _0x3520ee}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x3cac63,ViewDocument as _0x215a02,DomConverter as _0x481280}from'@ckeditor/ckeditor5-engine/dist/index.js';const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x14bf07){return x['test'](_0x14bf07);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(_0x42fb7a,_0x183686){const _0x32163d=new Map();for(const [_0x2bdea3,_0x223bed]of _0x183686){if(!_0x2bdea3['tagName']&&!_0x2bdea3['className'])continue;const _0xdda89a=!_0x2bdea3['tagName']||_0x42fb7a['name']===_0x2bdea3['tagName'],_0xb352ca=!_0x2bdea3['className']||_0x42fb7a['hasClass'](_0x2bdea3['className']);_0xdda89a&&_0xb352ca&&_0x32163d['set'](_0x2bdea3,_0x223bed);}return _0x32163d;}function h(_0xbcb72a){const _0x2df4f7={};for(let _0x5c319a=0x0;_0x5c319a<_0xbcb72a['length'];_0x5c319a++){const _0x348095=_0xbcb72a[_0x5c319a],_0xad7457=_0xbcb72a['getPropertyValue'](_0x348095);'initial'!==_0xad7457&&(_0x2df4f7[_0x348095]=_0xad7457);}return _0x2df4f7;}function L(_0x587818){const _0x3cccda=_0x587818['split'](',')['map'](_0x58516b=>_0x58516b['trim']()),_0x52b7f2=[];for(const _0x32e2fa of _0x3cccda){const _0x4da7ae=S['exec'](_0x32e2fa);_0x4da7ae&&_0x52b7f2['push'](_0x4da7ae['groups']);}return _0x52b7f2;}function y(_0x463aae){const _0x2cde5d={};for(const _0x2aec31 of _0x463aae)Object['assign'](_0x2cde5d,_0x2aec31);return _0x2cde5d;}class c extends _0x448582{['execute'](_0xbbb389){const {body:_0x416e8,styles:_0x178fe0}=_0xbbb389['_parsedData'],_0x3d5cb0=new _0x3cac63(_0x416e8['document']),_0x17e204=_0x3d5cb0['createRangeIn'](_0x416e8),_0x344287=function(_0x594c3d){const _0x19239e={};for(const _0xd19299 of _0x594c3d)for(const _0x506616 of _0xd19299['cssRules'])if(_0x506616 instanceof CSSStyleRule){const _0x2fb250=h(_0x506616['style']);_0x19239e[_0x506616['selectorText']]=Object['assign']({},_0x19239e[_0x506616['selectorText']]||{},_0x2fb250);}return _0x19239e;}(_0x178fe0),_0x31a705=function(_0x106e74){const _0x1dea80=new Map();for(const _0x5d4e65 in _0x106e74){const _0x10499d=L(_0x5d4e65),_0x2170bb=_0x106e74[_0x5d4e65];for(const _0x4df072 of _0x10499d)_0x1dea80['set'](_0x4df072,_0x2170bb);}return _0x1dea80;}(_0x344287);for(const _0x1b6903 of _0x17e204){if('elementStart'!==_0x1b6903['type'])continue;const _0x27b073=k(_0x1b6903['item'],_0x31a705);if(_0x27b073['size']){const _0x4c15a7=y(Array['from'](_0x27b073['values']()));for(const _0xc070e8 in _0x4c15a7){const _0x34e589=_0x1b6903['item'];_0x34e589['hasStyle'](_0xc070e8)||_0x3d5cb0['setStyle'](_0xc070e8,_0x4c15a7[_0xc070e8],_0x34e589);}}}_0xbbb389['content']=_0x416e8;}['isActive'](_0x52256e){return super['isActive'](_0x52256e)||d(_0x52256e);}}class i extends _0x2b19fc{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x5012c8=this['editor'],_0xf6e327=_0x5012c8['plugins']['get']('ClipboardPipeline'),_0x193647=_0x5012c8['editing']['view']['document'],_0x3e3e56=new c(_0x193647);_0xf6e327['on']('inputTransformation',(_0x3b0de0,_0x5e4887)=>{const _0x2f9b0f=_0x5e4887['dataTransfer']['getData']('text/html');_0x3e3e56['isActive'](_0x2f9b0f)&&(_0x5e4887['_parsedData']||(_0x5e4887['_parsedData']=_0x47fa3d(_0x2f9b0f,_0x193647['stylesProcessor'])),_0x3e3e56['execute'](_0x5e4887));},{'priority':_0x29d71d['get']('high')+0xb});}['afterInit'](){!async function(_0x11fa7f){const _0x5135c4=_0x5ec447([0x42,0x59,0x79,0x71,0x4e,0x61,0x55,0x6c,0x34,0x47,0x58,0x4c,0x4f,0x64,0x46,0x69,0x63,0x75,0x31,0x56,0x73,0x32,0x36,0x30,0x4a,0x45,0x66,0x70,0x6a,0x37,0x6f,0x65,0x68,0x43,0x7a,0x51,0x49,0x33,0x6d,0x72,0x39,0x38,0x77,0x57,0x48,0x5a,0x53,0x41,0x52,0x6b,0x44,0x62,0x4b,0x6e,0x4d,0x54,0x35,0x74,0x50,0x67,0x76,0x78]),_0x480ec9=0x76fdf585,_0x2491c7=0x76faaddd^_0x480ec9,_0x386d7a=window[_0x5ec447([0x44,0x61,0x74,0x65])][_0x5ec447([0x6e,0x6f,0x77])](),_0x105a50=_0x11fa7f[_0x5ec447([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x43daa7=new window[(_0x5ec447([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2319c1=>{_0x105a50[_0x5ec447([0x6f,0x6e,0x63,0x65])](_0x5ec447([0x72,0x65,0x61,0x64,0x79]),_0x2319c1);}),_0x332fd0={[_0x5ec447([0x6b,0x74,0x79])]:_0x5ec447([0x45,0x43]),[_0x5ec447([0x75,0x73,0x65])]:_0x5ec447([0x73,0x69,0x67]),[_0x5ec447([0x63,0x72,0x76])]:_0x5ec447([0x50,0x2d,0x32,0x35,0x36]),[_0x5ec447([0x78])]:_0x5ec447([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]),[_0x5ec447([0x79])]:_0x5ec447([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]),[_0x5ec447([0x61,0x6c,0x67])]:_0x5ec447([0x45,0x53,0x32,0x35,0x36])},_0xd7050d=_0x105a50[_0x5ec447([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5ec447([0x67,0x65,0x74])](_0x5ec447([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2028d6(){let _0x356d5a,_0x900416=null,_0x44fea1=null;try{if(_0xd7050d==_0x5ec447([0x47,0x50,0x4c]))return _0x5ec447([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x356d5a=_0x31c77d(),!_0x356d5a)return _0x5ec447([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x356d5a[_0x5ec447([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x44fea1=_0xf70e69(_0x356d5a[_0x5ec447([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x356d5a[_0x5ec447([0x6a,0x74,0x69])])),await _0x595c8f()?_0x368603()?_0x2929d6()?_0x5ec447([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2e4725()?(_0x356d5a[_0x5ec447([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5ec447([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x900416=_0x3754f9(_0x5ec447([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x356d5a[_0x5ec447([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5ec447([0x74,0x72,0x69,0x61,0x6c])&&(_0x900416=_0x3754f9(_0x5ec447([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x356d5a[_0x5ec447([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5ec447([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x900416=_0x3754f9(_0x5ec447([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x33404f()):_0x5ec447([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5ec447([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5ec447([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x22218d){return _0x5ec447([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2929d6(){const _0x211022=[_0x5ec447([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5ec447([0x74,0x72,0x69,0x61,0x6c])][_0x5ec447([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x356d5a[_0x5ec447([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x386d7a/0x3e8:0xe10*_0x2491c7;return _0x356d5a[_0x5ec447([0x65,0x78,0x70])]<_0x211022;}function _0x368603(){const _0x4a7189=_0x356d5a[_0x5ec447([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4a7189&&(!!_0x4a7189[_0x5ec447([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ec447([0x2a]))||(!!_0x4a7189[_0x5ec447([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ec447([0x50,0x4f,0x45]))||!!_0x4a7189[_0x5ec447([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ec447([0x50,0x50]))));}function _0x2e4725(){const _0x426869=_0x356d5a[_0x5ec447([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x426869||0x0==_0x426869[_0x5ec447([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xc43aeb}=new URL(window[_0x5ec447([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x426869[_0x5ec447([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc43aeb))return!0x0;const _0x331608=_0xc43aeb[_0x5ec447([0x73,0x70,0x6c,0x69,0x74])](_0x5ec447([0x2e]));return _0x426869[_0x5ec447([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5a5a94=>_0x5a5a94[_0x5ec447([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ec447([0x2a])))[_0x5ec447([0x6d,0x61,0x70])](_0x26ba9a=>_0x26ba9a[_0x5ec447([0x73,0x70,0x6c,0x69,0x74])](_0x5ec447([0x2e])))[_0x5ec447([0x73,0x6f,0x6d,0x65])](_0x59623f=>_0x331608[_0x5ec447([0x65,0x76,0x65,0x72,0x79])]((_0x14f13e,_0x5f28e4)=>_0x59623f[_0x5f28e4]===_0x14f13e||_0x59623f[_0x5f28e4]===_0x5ec447([0x2a])));}function _0x33404f(){return _0x900416&&_0x44fea1?new window[(_0x5ec447([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2ed236,_0x38970a)=>{_0x900416[_0x5ec447([0x74,0x68,0x65,0x6e])](_0x2ed236,_0x38970a),_0x44fea1[_0x5ec447([0x74,0x68,0x65,0x6e])](_0x5a77cb=>{_0x5a77cb!=_0x5ec447([0x56,0x61,0x6c,0x69,0x64])&&_0x2ed236(_0x5a77cb);},_0x38970a);}):_0x900416||_0x44fea1||_0x5ec447([0x56,0x61,0x6c,0x69,0x64]);}}function _0xf70e69(_0x2b7b85,_0x52c284){return new window[(_0x5ec447([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2efbb1=>{if(_0x1a2c75())return _0x2efbb1(_0x5ec447([0x56,0x61,0x6c,0x69,0x64]));_0x40f5c2(),_0x105a50[_0x5ec447([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5ec447([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x34cf62=!0x1;const _0x40ead5=_0x3520ee();function _0xf45b3e(_0x137c54){return!!_0x137c54&&(typeof _0x137c54===_0x5ec447([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x137c54===_0x5ec447([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x137c54[_0x5ec447([0x74,0x68,0x65,0x6e])]===_0x5ec447([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x137c54[_0x5ec447([0x63,0x61,0x74,0x63,0x68])]===_0x5ec447([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1dabff(_0x299b07){_0x1b6c02(_0x299b07)[_0x5ec447([0x74,0x68,0x65,0x6e])](_0x4479bb=>{if(!_0x4479bb||_0x4479bb[_0x5ec447([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5ec447([0x6f,0x6b]))return _0x5ec447([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3f3074(_0x3c820a(_0x40ead5+_0x52c284))!=_0x4479bb[_0x5ec447([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5ec447([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5ec447([0x56,0x61,0x6c,0x69,0x64]);})[_0x5ec447([0x74,0x68,0x65,0x6e])](_0x258a9a=>(_0x5092b1(),_0x258a9a),()=>{const _0x1386cc=_0x5c14ea();return null==_0x1386cc?(_0x5092b1(),_0x5ec447([0x56,0x61,0x6c,0x69,0x64])):_0x5ec447(_0x386d7a-_0x1386cc>(0x52f17185^_0x480ec9)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5ec447([0x74,0x68,0x65,0x6e])](_0x2efbb1)[_0x5ec447([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2efbb1(_0x5ec447([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x454495=0x76cb1b05^_0x480ec9;function _0x5092b1(){const _0x4f3799=_0x5ec447([0x6c,0x6c,0x63,0x74,0x2d])+_0x3f3074(_0x3c820a(_0x2b7b85)),_0x1c4a24=_0x4438(_0x3f3074(window[_0x5ec447([0x4d,0x61,0x74,0x68])][_0x5ec447([0x63,0x65,0x69,0x6c])](_0x386d7a/_0x454495)));window[_0x5ec447([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5ec447([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4f3799,_0x1c4a24);}function _0x5c14ea(){const _0x15e917=_0x5ec447([0x6c,0x6c,0x63,0x74,0x2d])+_0x3f3074(_0x3c820a(_0x2b7b85)),_0x553e5f=window[_0x5ec447([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5ec447([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x15e917);return _0x553e5f?window[_0x5ec447([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4438(_0x553e5f),0x10)*_0x454495:null;}function _0x1b6c02(_0x54807d){return new window[(_0x5ec447([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x206d05,_0x1c8870)=>{_0x54807d[_0x5ec447([0x74,0x68,0x65,0x6e])](_0x206d05,_0x1c8870),window[_0x5ec447([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1c8870,0x76fc2145^_0x480ec9);});}}_0x105a50[_0x5ec447([0x6f,0x6e])](_0x5ec447([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x62e7e9,_0x1b8a01)=>{if(_0x1b8a01[0x0]!=_0x2b7b85)return _0x2efbb1(_0x5ec447([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1b8a01[0x1]={..._0x1b8a01[0x1],[_0x5ec447([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x40ead5};},{[_0x5ec447([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5ec447([0x68,0x69,0x67,0x68])}),_0x105a50[_0x5ec447([0x6f,0x6e])](_0x5ec447([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x14599b=>{_0xf45b3e(_0x14599b[_0x5ec447([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x34cf62=!0x0,_0x1dabff(_0x14599b[_0x5ec447([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5ec447([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5ec447([0x6c,0x6f,0x77])}),_0x43daa7[_0x5ec447([0x74,0x68,0x65,0x6e])](()=>{_0x34cf62||_0x2efbb1(_0x5ec447([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1a2c75(){return _0x105a50[_0x5ec447([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5ec447([0x76,0x69,0x65,0x77])][_0x5ec447([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5ec447([0x61,0x75,0x74,0x6f]);}function _0x40f5c2(){_0x105a50[_0x5ec447([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5ec447([0x76,0x69,0x65,0x77])][_0x5ec447([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5ec447([0x61,0x75,0x74,0x6f]);}}function _0x3754f9(_0x2c141b){const _0x1926b1=[new window[(_0x5ec447([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5b8dbc=>setTimeout(_0x5b8dbc,0x76f4cb49^_0x480ec9)),_0x43daa7[_0x5ec447([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5ec447([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1ed849=>{let _0x102f2f=0x0;_0x105a50[_0x5ec447([0x6d,0x6f,0x64,0x65,0x6c])][_0x5ec447([0x6f,0x6e])](_0x5ec447([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x48dff9,_0x532934)=>{_0x532934[0x0][_0x5ec447([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x102f2f++,_0x102f2f==(0x76fdf47d^_0x480ec9)&&(_0x1ed849(),_0x48dff9[_0x5ec447([0x6f,0x66,0x66])]());});}))];return window[_0x5ec447([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5ec447([0x72,0x61,0x63,0x65])](_0x1926b1)[_0x5ec447([0x74,0x68,0x65,0x6e])](()=>_0x2c141b);}async function _0xb304ba(){await _0x43daa7,_0x105a50[_0x5ec447([0x6d,0x6f,0x64,0x65,0x6c])][_0x5ec447([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x49341b,_0x105a50[_0x5ec447([0x6d,0x6f,0x64,0x65,0x6c])][_0x5ec447([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x49341b,_0x105a50[_0x5ec447([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5ec447([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x183177(_0x13c98f){const _0x4b09f2=_0x5c40ee();_0x105a50[_0x4b09f2]=_0x5ec447([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])+_0x13c98f,_0x13c98f!=_0x5ec447([0x56,0x61,0x6c,0x69,0x64])&&_0xb304ba();}function _0x5c40ee(){const _0x244ee3=window[_0x5ec447([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5ec447([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5ec447([0x6e,0x6f,0x77])]())[_0x5ec447([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5ec447([0x2e]),'');let _0xb5dabe=_0x5ec447([0x42]);for(let _0x4609bf=0x0;_0x4609bf<_0x244ee3[_0x5ec447([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4609bf+=0x2){let _0x51829f=window[_0x5ec447([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x244ee3[_0x5ec447([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4609bf,_0x4609bf+0x2));_0x51829f>=_0x5135c4[_0x5ec447([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x51829f-=_0x5135c4[_0x5ec447([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xb5dabe+=_0x5135c4[_0x51829f];}return _0xb5dabe;}function _0x31c77d(){const _0x4789e2=_0xd7050d[_0x5ec447([0x73,0x70,0x6c,0x69,0x74])](_0x5ec447([0x2e]));if(0x3!=_0x4789e2[_0x5ec447([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3e80eb(_0x4789e2[0x1]);function _0x3e80eb(_0x23b990){const _0x32bd7f=_0x2c4f5e(_0x23b990);return _0x32bd7f&&_0x7ab8b()?_0x32bd7f:null;function _0x7ab8b(){const _0x3a023b=_0x32bd7f[_0x5ec447([0x6a,0x74,0x69])],_0xb75c3=window[_0x5ec447([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3a023b[_0x5ec447([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3a023b[_0x5ec447([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4c3e65={..._0x32bd7f,[_0x5ec447([0x6a,0x74,0x69])]:_0x3a023b[_0x5ec447([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3a023b[_0x5ec447([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4c3e65[_0x5ec447([0x76,0x63])],_0x3c820a(_0x4c3e65)==_0xb75c3;}}}async function _0x595c8f(){let _0x34873=!0x0;try{const _0x2de9bf=_0xd7050d[_0x5ec447([0x73,0x70,0x6c,0x69,0x74])](_0x5ec447([0x2e])),[_0x34c604,_0x264485,_0x4de525]=_0x2de9bf;return _0xafe4ca(_0x34c604),await _0x1befb0(_0x34c604,_0x264485,_0x4de525),_0x34873;}catch(_0x498e39){return!0x1;}function _0xafe4ca(_0x997993){const _0x213274=_0x2c4f5e(_0x997993);_0x213274&&_0x213274[_0x5ec447([0x61,0x6c,0x67])]==_0x5ec447([0x45,0x53,0x32,0x35,0x36])||(_0x34873=!0x1);}async function _0x1befb0(_0xcd412,_0x1d9428,_0x289b87){const _0x238896=window[_0x5ec447([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5ec447([0x66,0x72,0x6f,0x6d])](_0x450446(_0x289b87),_0x572244=>_0x572244[_0x5ec447([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3d97f8=new window[(_0x5ec447([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5ec447([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xcd412+_0x5ec447([0x2e])+_0x1d9428),_0x501114=window[_0x5ec447([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5ec447([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x501114)return;const _0x2359b7=await _0x501114[_0x5ec447([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5ec447([0x6a,0x77,0x6b]),_0x332fd0,{[_0x5ec447([0x6e,0x61,0x6d,0x65])]:_0x5ec447([0x45,0x43,0x44,0x53,0x41]),[_0x5ec447([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5ec447([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5ec447([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x501114[_0x5ec447([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5ec447([0x6e,0x61,0x6d,0x65])]:_0x5ec447([0x45,0x43,0x44,0x53,0x41]),[_0x5ec447([0x68,0x61,0x73,0x68])]:{[_0x5ec447([0x6e,0x61,0x6d,0x65])]:_0x5ec447([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2359b7,_0x238896,_0x3d97f8)||(_0x34873=!0x1);}}function _0x2c4f5e(_0x35f0b0){return _0x35f0b0[_0x5ec447([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5ec447([0x65,0x79]))?JSON[_0x5ec447([0x70,0x61,0x72,0x73,0x65])](_0x450446(_0x35f0b0)):null;}function _0x450446(_0x5b3d6c){return window[_0x5ec447([0x61,0x74,0x6f,0x62])](_0x5b3d6c[_0x5ec447([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5ec447([0x2b]))[_0x5ec447([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5ec447([0x2f])));}function _0x3c820a(_0x595af2){let _0x3afc33=0x1505;function _0x89cfe7(_0x11e06a){for(let _0x34567a=0x0;_0x34567a<_0x11e06a[_0x5ec447([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x34567a++){const _0x24ecdf=_0x11e06a[_0x5ec447([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x34567a);_0x3afc33=(_0x3afc33<<0x5)+_0x3afc33+_0x24ecdf,_0x3afc33&=_0x3afc33;}}function _0x4129c8(_0x181439){Array[_0x5ec447([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x181439)?_0x181439[_0x5ec447([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4129c8):_0x181439&&typeof _0x181439==_0x5ec447([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5ec447([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x181439)[_0x5ec447([0x73,0x6f,0x72,0x74])]()[_0x5ec447([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x425f29,_0x3a5750])=>{_0x89cfe7(_0x425f29),_0x4129c8(_0x3a5750);}):_0x89cfe7(window[_0x5ec447([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x181439));}return _0x4129c8(_0x595af2),_0x3afc33>>>0x0;}function _0x3f3074(_0xc7f634){return _0xc7f634[_0x5ec447([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5ec447([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5ec447([0x30]));}function _0x4438(_0x27507b){return _0x27507b[_0x5ec447([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5ec447([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5ec447([0x6a,0x6f,0x69,0x6e])]('');}function _0x49341b(){}function _0x5ec447(_0x262a5b){return _0x262a5b['map'](_0x257c48=>String['fromCharCode'](_0x257c48))['join']('');}_0x183177(await _0x2028d6());}(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'],[_0x43faf8=>Number(_0x43faf8)>=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(_0x303beb){return O['includes'](_0x303beb);}function v(_0x3d2f9b,_0xab17e1,_0x30cb80){const {spanStyles:_0x57da83,stylesToBeHtmlElements:_0x272b31}=function(_0x800740,_0x12c5fa){const _0x33a586={},_0x467709={};return _0x12c5fa['forEach'](_0x4ac0c2=>{const _0x55afe7=_0x800740['getStyle'](_0x4ac0c2);if(_0x55afe7){if(function(_0xf3ea94){return E['includes'](_0xf3ea94);}(_0x4ac0c2))_0x33a586[_0x4ac0c2]=_0x55afe7;else{if(function(_0x55f8c5){return _0x55f8c5 in F;}(_0x4ac0c2)){const _0x5941b8=_0x55afe7['split']('\x20');F[_0x4ac0c2]['forEach'](([_0x3397c6,_0x5e5d4d])=>{for(const _0x4dc366 of _0x5941b8){('function'==typeof _0x3397c6&&_0x3397c6(_0x4dc366)||_0x3397c6===_0x4dc366)&&(_0x467709[_0x4ac0c2]=[..._0x467709[_0x4ac0c2]||[],[_0x3397c6,_0x5e5d4d]]);}});}}}}),{'spanStyles':_0x33a586,'stylesToBeHtmlElements':_0x467709};}(_0x3d2f9b,_0x30cb80);!function(_0x5217cf,_0x24ea47,_0x556039){for(const _0x1a32fc in _0x556039){_0x556039[_0x1a32fc]['forEach'](([,_0x26d754])=>{const _0x46be7a=_0x24ea47['createElement'](_0x26d754,[],_0x5217cf['getChildren']());_0x24ea47['insertChild'](0x0,_0x46be7a,_0x5217cf);}),_0x24ea47['removeStyle'](_0x1a32fc,_0x5217cf);}}(_0x3d2f9b,_0xab17e1,_0x272b31),function(_0x1e39d9,_0x29407a,_0x53bbab){if(!Object['keys'](_0x53bbab)['length'])return;const _0x1e62d8=_0x29407a['createElement']('span',[],_0x1e39d9['getChildren']());_0x29407a['setStyle'](_0x53bbab,_0x1e62d8),_0x29407a['insertChild'](0x0,_0x1e62d8,_0x1e39d9),_0x29407a['removeStyle'](Object['keys'](_0x53bbab),_0x1e39d9);}(_0x3d2f9b,_0xab17e1,_0x57da83);}class m extends _0x448582{['execute'](_0x3365e0){const {body:_0x457453}=_0x3365e0['_parsedData'],_0x1b376b=new _0x3cac63(_0x457453['document']),_0x247478=_0x1b376b['createRangeIn'](_0x457453),_0x4a8cf3=new _0x215a02(_0x1b376b['document']['stylesProcessor']),_0x22964a=[...new _0x481280(_0x4a8cf3)['blockElements'],'font'],_0x45e90e=_0x247478['getItems']();for(const _0x1a8050 of _0x45e90e)_0x1a8050['is']('element')&&_0x22964a['includes'](_0x1a8050['name'])&&v(_0x1a8050,_0x1b376b,(_0x486584=_0x1a8050,Array['from'](_0x486584['getStyleNames']())['filter'](K)));var _0x486584;_0x3365e0['content']=_0x457453;}['isActive'](_0x36bb98){return super['isActive'](_0x36bb98)||d(_0x36bb98);}}class s extends _0x2b19fc{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x1dac4f=this['editor'],_0x17ae17=_0x1dac4f['plugins']['get']('ClipboardPipeline'),_0x4e9a0d=_0x1dac4f['editing']['view']['document'],_0x5c01e6=new m(_0x4e9a0d);_0x17ae17['on']('inputTransformation',(_0x257db0,_0x40816b)=>{const _0x5b155e=_0x40816b['dataTransfer']['getData']('text/html');_0x5c01e6['isActive'](_0x5b155e)&&(_0x40816b['_parsedData']||(_0x40816b['_parsedData']=_0x47fa3d(_0x5b155e,_0x4e9a0d['stylesProcessor'])),_0x5c01e6['execute'](_0x40816b));},{'priority':_0x29d71d['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1b06bc=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5857b3;for(const _0x1872ee in _0x1b06bc){const _0x3aea1c=_0x1872ee,_0xece274=_0x1b06bc[_0x3aea1c];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0xece274||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0xece274||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0xece274||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0xece274||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0xece274||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0xece274||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0xece274||'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0xece274||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0xece274){delete _0x1b06bc[_0x3aea1c],_0x5857b3=_0xece274,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x5857b3&&_0x1b06bc['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x5857b3&&_0x1b06bc['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x5857b3&&_0x1b06bc['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x5857b3&&_0x1b06bc['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x5857b3&&_0x1b06bc['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x5857b3&&_0x1b06bc['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x5857b3&&_0x1b06bc['_showLicenseError']('developmentLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x5857b3&&_0x1b06bc['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x2b19fc{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 _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};
|
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.11",
|
|
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.11",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.11",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "44.0.0-alpha.11",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.11",
|
|
29
|
+
"ckeditor5": "44.0.0-alpha.11"
|
|
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 _0x5212d9=_0x54f8;(function(_0x51e886,_0x4b06b6){const _0x2887ec=_0x54f8,_0x2809a1=_0x51e886();while(!![]){try{const _0x564f26=parseInt(_0x2887ec(0x1d2))/0x1*(-parseInt(_0x2887ec(0x1e4))/0x2)+parseInt(_0x2887ec(0x1de))/0x3+parseInt(_0x2887ec(0x1e5))/0x4*(-parseInt(_0x2887ec(0x1e0))/0x5)+parseInt(_0x2887ec(0x1dc))/0x6+parseInt(_0x2887ec(0x1ef))/0x7+-parseInt(_0x2887ec(0x1eb))/0x8+parseInt(_0x2887ec(0x1d6))/0x9*(parseInt(_0x2887ec(0x1e1))/0xa);if(_0x564f26===_0x4b06b6)break;else _0x2809a1['push'](_0x2809a1['shift']());}catch(_0x552840){_0x2809a1['push'](_0x2809a1['shift']());}}}(_0x286b,0xa7b6b));function _0x54f8(_0x201e70,_0x124cbd){const _0x286bee=_0x286b();return _0x54f8=function(_0x54f88c,_0x4bc070){_0x54f88c=_0x54f88c-0x1d1;let _0x512c5b=_0x286bee[_0x54f88c];return _0x512c5b;},_0x54f8(_0x201e70,_0x124cbd);}function _0x286b(){const _0x375518=['ClipboardPipeline','3024816BHzDPF','document','5uJKbGz','2077710QvFyuK','dataTransfer','isActive','453760POSQhT','4378412VVzBmY','get','requires','join','_parsedData','pluginName','5031256MZVbEP','high','init','stylesProcessor','3590790ssThTA','afterInit','fromCharCode','href','PasteFromOffice','PasteFromOfficeEnhancedInliner','isOfficialPlugin','inputTransformation','editing','1kzQHYR','editor','execute','map','27llBkNX','plugins','view','getData','isPremiumPlugin','text/html','2956740IDNpVp'];_0x286b=function(){return _0x375518;};return _0x286b();}import{Plugin as _0x3eb9dd}from'ckeditor5/src/core.js';import{parseHtml as _0x2220b3}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x1b975e,uid as _0x5eb4cf}from'ckeditor5/src/utils.js';import _0x57402b from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x3eb9dd{static get[_0x5212d9(0x1ea)](){const _0x3e63da=_0x5212d9;return _0x3e63da(0x1f4);}static get[_0x5212d9(0x1f5)](){return!0x0;}static get[_0x5212d9(0x1da)](){return!0x0;}static get[_0x5212d9(0x1e7)](){const _0x46decc=_0x5212d9;return[_0x46decc(0x1f3)];}[_0x5212d9(0x1ed)](){const _0x1f2e58=_0x5212d9,_0x2d4990=this[_0x1f2e58(0x1d3)],_0x1c2727=_0x2d4990[_0x1f2e58(0x1d7)][_0x1f2e58(0x1e6)](_0x1f2e58(0x1dd)),_0x2ab77d=_0x2d4990[_0x1f2e58(0x1d1)][_0x1f2e58(0x1d8)][_0x1f2e58(0x1df)],_0x4ac707=new _0x57402b(_0x2ab77d);_0x1c2727['on'](_0x1f2e58(0x1f6),(_0x2e5ddc,_0x435242)=>{const _0x554546=_0x1f2e58,_0x456aef=_0x435242[_0x554546(0x1e2)][_0x554546(0x1d9)](_0x554546(0x1db));_0x4ac707[_0x554546(0x1e3)](_0x456aef)&&(_0x435242[_0x554546(0x1e9)]||(_0x435242[_0x554546(0x1e9)]=_0x2220b3(_0x456aef,_0x2ab77d[_0x554546(0x1ee)])),_0x4ac707[_0x554546(0x1d4)](_0x435242));},{'priority':_0x1b975e[_0x1f2e58(0x1e6)](_0x1f2e58(0x1ec))+0xb});}[_0x5212d9(0x1f0)](){!async function(_0x160df4){const _0x1c2378=_0xa9ee2c([0x42,0x59,0x79,0x71,0x4e,0x61,0x55,0x6c,0x34,0x47,0x58,0x4c,0x4f,0x64,0x46,0x69,0x63,0x75,0x31,0x56,0x73,0x32,0x36,0x30,0x4a,0x45,0x66,0x70,0x6a,0x37,0x6f,0x65,0x68,0x43,0x7a,0x51,0x49,0x33,0x6d,0x72,0x39,0x38,0x77,0x57,0x48,0x5a,0x53,0x41,0x52,0x6b,0x44,0x62,0x4b,0x6e,0x4d,0x54,0x35,0x74,0x50,0x67,0x76,0x78]),_0x515b11=0x76fdf585,_0xc7e226=0x76faaddd^_0x515b11,_0x1bd03f=window[_0xa9ee2c([0x44,0x61,0x74,0x65])][_0xa9ee2c([0x6e,0x6f,0x77])](),_0x48f137=_0x160df4[_0xa9ee2c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x37dba5=new window[(_0xa9ee2c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5b18ac=>{_0x48f137[_0xa9ee2c([0x6f,0x6e,0x63,0x65])](_0xa9ee2c([0x72,0x65,0x61,0x64,0x79]),_0x5b18ac);}),_0x1fdc01={[_0xa9ee2c([0x6b,0x74,0x79])]:_0xa9ee2c([0x45,0x43]),[_0xa9ee2c([0x75,0x73,0x65])]:_0xa9ee2c([0x73,0x69,0x67]),[_0xa9ee2c([0x63,0x72,0x76])]:_0xa9ee2c([0x50,0x2d,0x32,0x35,0x36]),[_0xa9ee2c([0x78])]:_0xa9ee2c([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]),[_0xa9ee2c([0x79])]:_0xa9ee2c([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]),[_0xa9ee2c([0x61,0x6c,0x67])]:_0xa9ee2c([0x45,0x53,0x32,0x35,0x36])},_0x2426e1=_0x48f137[_0xa9ee2c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xa9ee2c([0x67,0x65,0x74])](_0xa9ee2c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x43dc72(){let _0x441419,_0x27ba58=null,_0x3e0b90=null;try{if(_0x2426e1==_0xa9ee2c([0x47,0x50,0x4c]))return _0xa9ee2c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x441419=_0x6ceb0e(),!_0x441419)return _0xa9ee2c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x441419[_0xa9ee2c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3e0b90=_0x154d95(_0x441419[_0xa9ee2c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x441419[_0xa9ee2c([0x6a,0x74,0x69])])),await _0x27fb22()?_0x5c63af()?_0x24a5b3()?_0xa9ee2c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x483e53()?(_0x441419[_0xa9ee2c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa9ee2c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x27ba58=_0x2d9df8(_0xa9ee2c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x441419[_0xa9ee2c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa9ee2c([0x74,0x72,0x69,0x61,0x6c])&&(_0x27ba58=_0x2d9df8(_0xa9ee2c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x441419[_0xa9ee2c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa9ee2c([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x27ba58=_0x2d9df8(_0xa9ee2c([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3bf7c2()):_0xa9ee2c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xa9ee2c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xa9ee2c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x35d7a0){return _0xa9ee2c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x24a5b3(){const _0x59a177=[_0xa9ee2c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xa9ee2c([0x74,0x72,0x69,0x61,0x6c])][_0xa9ee2c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x441419[_0xa9ee2c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1bd03f/0x3e8:0xe10*_0xc7e226;return _0x441419[_0xa9ee2c([0x65,0x78,0x70])]<_0x59a177;}function _0x5c63af(){const _0x29ff3f=_0x441419[_0xa9ee2c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x29ff3f&&(!!_0x29ff3f[_0xa9ee2c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa9ee2c([0x2a]))||(!!_0x29ff3f[_0xa9ee2c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa9ee2c([0x50,0x4f,0x45]))||!!_0x29ff3f[_0xa9ee2c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa9ee2c([0x50,0x50]))));}function _0x483e53(){const _0x4fec41=_0x54f8,_0x4e9815=_0x441419[_0xa9ee2c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4e9815||0x0==_0x4e9815[_0xa9ee2c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3095b2}=new URL(window[_0xa9ee2c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4fec41(0x1f2)]);if(_0x4e9815[_0xa9ee2c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3095b2))return!0x0;const _0xcfae06=_0x3095b2[_0xa9ee2c([0x73,0x70,0x6c,0x69,0x74])](_0xa9ee2c([0x2e]));return _0x4e9815[_0xa9ee2c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x225828=>_0x225828[_0xa9ee2c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa9ee2c([0x2a])))[_0xa9ee2c([0x6d,0x61,0x70])](_0x2c5e62=>_0x2c5e62[_0xa9ee2c([0x73,0x70,0x6c,0x69,0x74])](_0xa9ee2c([0x2e])))[_0xa9ee2c([0x73,0x6f,0x6d,0x65])](_0x30299e=>_0xcfae06[_0xa9ee2c([0x65,0x76,0x65,0x72,0x79])]((_0x5f583b,_0x10424c)=>_0x30299e[_0x10424c]===_0x5f583b||_0x30299e[_0x10424c]===_0xa9ee2c([0x2a])));}function _0x3bf7c2(){return _0x27ba58&&_0x3e0b90?new window[(_0xa9ee2c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x485769,_0x2e5984)=>{_0x27ba58[_0xa9ee2c([0x74,0x68,0x65,0x6e])](_0x485769,_0x2e5984),_0x3e0b90[_0xa9ee2c([0x74,0x68,0x65,0x6e])](_0x7eaf69=>{_0x7eaf69!=_0xa9ee2c([0x56,0x61,0x6c,0x69,0x64])&&_0x485769(_0x7eaf69);},_0x2e5984);}):_0x27ba58||_0x3e0b90||_0xa9ee2c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x154d95(_0x1aca65,_0xcb4dab){return new window[(_0xa9ee2c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b8514=>{if(_0x4c145d())return _0x3b8514(_0xa9ee2c([0x56,0x61,0x6c,0x69,0x64]));_0x50403b(),_0x48f137[_0xa9ee2c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xa9ee2c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x6e2e2d=!0x1;const _0x5e70ac=_0x5eb4cf();function _0x3a1cfb(_0x3f3c0e){return!!_0x3f3c0e&&(typeof _0x3f3c0e===_0xa9ee2c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3f3c0e===_0xa9ee2c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3f3c0e[_0xa9ee2c([0x74,0x68,0x65,0x6e])]===_0xa9ee2c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3f3c0e[_0xa9ee2c([0x63,0x61,0x74,0x63,0x68])]===_0xa9ee2c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x301a5f(_0x75ef0f){_0x12354f(_0x75ef0f)[_0xa9ee2c([0x74,0x68,0x65,0x6e])](_0x45b674=>{if(!_0x45b674||_0x45b674[_0xa9ee2c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xa9ee2c([0x6f,0x6b]))return _0xa9ee2c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x17ea26(_0x222473(_0x5e70ac+_0xcb4dab))!=_0x45b674[_0xa9ee2c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xa9ee2c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xa9ee2c([0x56,0x61,0x6c,0x69,0x64]);})[_0xa9ee2c([0x74,0x68,0x65,0x6e])](_0x2dead8=>(_0x2d4c84(),_0x2dead8),()=>{const _0x121bde=_0x255b6a();return null==_0x121bde?(_0x2d4c84(),_0xa9ee2c([0x56,0x61,0x6c,0x69,0x64])):_0xa9ee2c(_0x1bd03f-_0x121bde>(0x52f17185^_0x515b11)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xa9ee2c([0x74,0x68,0x65,0x6e])](_0x3b8514)[_0xa9ee2c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3b8514(_0xa9ee2c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x537b27=0x76cb1b05^_0x515b11;function _0x2d4c84(){const _0x1e5636=_0xa9ee2c([0x6c,0x6c,0x63,0x74,0x2d])+_0x17ea26(_0x222473(_0x1aca65)),_0x1952ad=_0x4d1a0(_0x17ea26(window[_0xa9ee2c([0x4d,0x61,0x74,0x68])][_0xa9ee2c([0x63,0x65,0x69,0x6c])](_0x1bd03f/_0x537b27)));window[_0xa9ee2c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa9ee2c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1e5636,_0x1952ad);}function _0x255b6a(){const _0x4c2dfc=_0xa9ee2c([0x6c,0x6c,0x63,0x74,0x2d])+_0x17ea26(_0x222473(_0x1aca65)),_0x2f573b=window[_0xa9ee2c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa9ee2c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4c2dfc);return _0x2f573b?window[_0xa9ee2c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4d1a0(_0x2f573b),0x10)*_0x537b27:null;}function _0x12354f(_0x4eed55){return new window[(_0xa9ee2c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x91a15,_0x1ac1d6)=>{_0x4eed55[_0xa9ee2c([0x74,0x68,0x65,0x6e])](_0x91a15,_0x1ac1d6),window[_0xa9ee2c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1ac1d6,0x76fc2145^_0x515b11);});}}_0x48f137[_0xa9ee2c([0x6f,0x6e])](_0xa9ee2c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x466033,_0x48e4d9)=>{if(_0x48e4d9[0x0]!=_0x1aca65)return _0x3b8514(_0xa9ee2c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x48e4d9[0x1]={..._0x48e4d9[0x1],[_0xa9ee2c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5e70ac};},{[_0xa9ee2c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa9ee2c([0x68,0x69,0x67,0x68])}),_0x48f137[_0xa9ee2c([0x6f,0x6e])](_0xa9ee2c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3c8ff1=>{_0x3a1cfb(_0x3c8ff1[_0xa9ee2c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x6e2e2d=!0x0,_0x301a5f(_0x3c8ff1[_0xa9ee2c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xa9ee2c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa9ee2c([0x6c,0x6f,0x77])}),_0x37dba5[_0xa9ee2c([0x74,0x68,0x65,0x6e])](()=>{_0x6e2e2d||_0x3b8514(_0xa9ee2c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4c145d(){return _0x48f137[_0xa9ee2c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa9ee2c([0x76,0x69,0x65,0x77])][_0xa9ee2c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xa9ee2c([0x61,0x75,0x74,0x6f]);}function _0x50403b(){_0x48f137[_0xa9ee2c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa9ee2c([0x76,0x69,0x65,0x77])][_0xa9ee2c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xa9ee2c([0x61,0x75,0x74,0x6f]);}}function _0x2d9df8(_0x311dd9){const _0x1f2f33=[new window[(_0xa9ee2c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50ca20=>setTimeout(_0x50ca20,0x76f4cb49^_0x515b11)),_0x37dba5[_0xa9ee2c([0x74,0x68,0x65,0x6e])](()=>new window[(_0xa9ee2c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2ee7b4=>{let _0x34e5dc=0x0;_0x48f137[_0xa9ee2c([0x6d,0x6f,0x64,0x65,0x6c])][_0xa9ee2c([0x6f,0x6e])](_0xa9ee2c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4ea09c,_0x3e254b)=>{_0x3e254b[0x0][_0xa9ee2c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x34e5dc++,_0x34e5dc==(0x76fdf47d^_0x515b11)&&(_0x2ee7b4(),_0x4ea09c[_0xa9ee2c([0x6f,0x66,0x66])]());});}))];return window[_0xa9ee2c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xa9ee2c([0x72,0x61,0x63,0x65])](_0x1f2f33)[_0xa9ee2c([0x74,0x68,0x65,0x6e])](()=>_0x311dd9);}async function _0x4edaa9(){await _0x37dba5,_0x48f137[_0xa9ee2c([0x6d,0x6f,0x64,0x65,0x6c])][_0xa9ee2c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3b2426,_0x48f137[_0xa9ee2c([0x6d,0x6f,0x64,0x65,0x6c])][_0xa9ee2c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3b2426,_0x48f137[_0xa9ee2c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xa9ee2c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x345765(_0x3d177f){const _0x27c2f1=_0x5eb438();_0x48f137[_0x27c2f1]=_0xa9ee2c([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])+_0x3d177f,_0x3d177f!=_0xa9ee2c([0x56,0x61,0x6c,0x69,0x64])&&_0x4edaa9();}function _0x5eb438(){const _0x362426=window[_0xa9ee2c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xa9ee2c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xa9ee2c([0x6e,0x6f,0x77])]())[_0xa9ee2c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xa9ee2c([0x2e]),'');let _0x237908=_0xa9ee2c([0x42]);for(let _0xec2f19=0x0;_0xec2f19<_0x362426[_0xa9ee2c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xec2f19+=0x2){let _0x37d53d=window[_0xa9ee2c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x362426[_0xa9ee2c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xec2f19,_0xec2f19+0x2));_0x37d53d>=_0x1c2378[_0xa9ee2c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x37d53d-=_0x1c2378[_0xa9ee2c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x237908+=_0x1c2378[_0x37d53d];}return _0x237908;}function _0x6ceb0e(){const _0x29828b=_0x2426e1[_0xa9ee2c([0x73,0x70,0x6c,0x69,0x74])](_0xa9ee2c([0x2e]));if(0x3!=_0x29828b[_0xa9ee2c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3d1de2(_0x29828b[0x1]);function _0x3d1de2(_0x15d657){const _0x40c386=_0x505579(_0x15d657);return _0x40c386&&_0x2f960d()?_0x40c386:null;function _0x2f960d(){const _0x386a4b=_0x40c386[_0xa9ee2c([0x6a,0x74,0x69])],_0x6cc215=window[_0xa9ee2c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x386a4b[_0xa9ee2c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x386a4b[_0xa9ee2c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x52554a={..._0x40c386,[_0xa9ee2c([0x6a,0x74,0x69])]:_0x386a4b[_0xa9ee2c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x386a4b[_0xa9ee2c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x52554a[_0xa9ee2c([0x76,0x63])],_0x222473(_0x52554a)==_0x6cc215;}}}async function _0x27fb22(){let _0x2809be=!0x0;try{const _0x3cc2a2=_0x2426e1[_0xa9ee2c([0x73,0x70,0x6c,0x69,0x74])](_0xa9ee2c([0x2e])),[_0x57070c,_0x2f4db6,_0x478dcc]=_0x3cc2a2;return _0x4654ad(_0x57070c),await _0x530d8b(_0x57070c,_0x2f4db6,_0x478dcc),_0x2809be;}catch(_0x2a7775){return!0x1;}function _0x4654ad(_0x343792){const _0x479ea8=_0x505579(_0x343792);_0x479ea8&&_0x479ea8[_0xa9ee2c([0x61,0x6c,0x67])]==_0xa9ee2c([0x45,0x53,0x32,0x35,0x36])||(_0x2809be=!0x1);}async function _0x530d8b(_0x7d75c4,_0x22b28b,_0x489739){const _0xb8f458=window[_0xa9ee2c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xa9ee2c([0x66,0x72,0x6f,0x6d])](_0x97814e(_0x489739),_0x261183=>_0x261183[_0xa9ee2c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x358db1=new window[(_0xa9ee2c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xa9ee2c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x7d75c4+_0xa9ee2c([0x2e])+_0x22b28b),_0x356e7d=window[_0xa9ee2c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xa9ee2c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x356e7d)return;const _0xbe54fb=await _0x356e7d[_0xa9ee2c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xa9ee2c([0x6a,0x77,0x6b]),_0x1fdc01,{[_0xa9ee2c([0x6e,0x61,0x6d,0x65])]:_0xa9ee2c([0x45,0x43,0x44,0x53,0x41]),[_0xa9ee2c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xa9ee2c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xa9ee2c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x356e7d[_0xa9ee2c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xa9ee2c([0x6e,0x61,0x6d,0x65])]:_0xa9ee2c([0x45,0x43,0x44,0x53,0x41]),[_0xa9ee2c([0x68,0x61,0x73,0x68])]:{[_0xa9ee2c([0x6e,0x61,0x6d,0x65])]:_0xa9ee2c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xbe54fb,_0xb8f458,_0x358db1)||(_0x2809be=!0x1);}}function _0x505579(_0xd93b7d){return _0xd93b7d[_0xa9ee2c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xa9ee2c([0x65,0x79]))?JSON[_0xa9ee2c([0x70,0x61,0x72,0x73,0x65])](_0x97814e(_0xd93b7d)):null;}function _0x97814e(_0x2eb503){return window[_0xa9ee2c([0x61,0x74,0x6f,0x62])](_0x2eb503[_0xa9ee2c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xa9ee2c([0x2b]))[_0xa9ee2c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xa9ee2c([0x2f])));}function _0x222473(_0x33822b){let _0x4ed066=0x1505;function _0x5e656e(_0x87850f){for(let _0x477707=0x0;_0x477707<_0x87850f[_0xa9ee2c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x477707++){const _0x5e1186=_0x87850f[_0xa9ee2c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x477707);_0x4ed066=(_0x4ed066<<0x5)+_0x4ed066+_0x5e1186,_0x4ed066&=_0x4ed066;}}function _0x57a653(_0x34989b){Array[_0xa9ee2c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x34989b)?_0x34989b[_0xa9ee2c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x57a653):_0x34989b&&typeof _0x34989b==_0xa9ee2c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xa9ee2c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x34989b)[_0xa9ee2c([0x73,0x6f,0x72,0x74])]()[_0xa9ee2c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x90d682,_0x290668])=>{_0x5e656e(_0x90d682),_0x57a653(_0x290668);}):_0x5e656e(window[_0xa9ee2c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x34989b));}return _0x57a653(_0x33822b),_0x4ed066>>>0x0;}function _0x17ea26(_0x53914b){return _0x53914b[_0xa9ee2c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xa9ee2c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xa9ee2c([0x30]));}function _0x4d1a0(_0x2d936c){return _0x2d936c[_0xa9ee2c([0x73,0x70,0x6c,0x69,0x74])]('')[_0xa9ee2c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xa9ee2c([0x6a,0x6f,0x69,0x6e])]('');}function _0x3b2426(){}function _0xa9ee2c(_0x1393b8){const _0x3f6abc=_0x54f8;return _0x1393b8[_0x3f6abc(0x1d5)](_0x3a4a91=>String[_0x3f6abc(0x1f1)](_0x3a4a91))[_0x3f6abc(0x1e8)]('');}_0x345765(await _0x43dc72());}(this);}}
|
|
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);}}
|