@ckeditor/ckeditor5-paste-from-office-enhanced 44.1.0-alpha.0 → 44.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const y=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,I=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return y.test(t)||I.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function S(){const t=["480894JXkPrZ","2141109tKiayO","4492144KXFUuQ","1004066AKpSNB","126678GKiXwE","test","2135582ZOesZP","330774fJFBkJ","25oucMXP","96JcWpty"];return(S=function(){return t})()}!function(t){const e=A,n=t();for(;;)try{if(585458===parseInt(e(312))/1+-parseInt(e(311))/2+-parseInt(e(305))/3+-parseInt(e(307))/4+-parseInt(e(313))/5*(parseInt(e(309))/6)+-parseInt(e(308))/7+parseInt(e(314))/8*(parseInt(e(306))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(S);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function A(t,e){const n=S();return(A=function(t,e){return n[t-=305]})(t,e)}function E(t){return C[A(310)](t)}!function(t){const e=T,n=t();for(;;)try{if(692665===parseInt(e(353))/1*(-parseInt(e(367))/2)+parseInt(e(350))/3+parseInt(e(364))/4+-parseInt(e(365))/5+parseInt(e(361))/6*(parseInt(e(366))/7)+-parseInt(e(374))/8*(parseInt(e(352))/9)+parseInt(e(359))/10*(parseInt(e(356))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(R);const L=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function O(t,e){const n=T,r=new Map;for(const[s,i]of e){if(!s[n(373)]&&!s[n(370)])continue;const e=!s[n(373)]||t[n(371)]===s[n(373)],o=!s[n(370)]||t[n(372)](s[n(370)]);e&&o&&r[n(369)](s,i)}return r}function P(t){const e=T,n={};for(let r=0;r<t[e(355)];r++){const s=t[r],i=t[e(351)](s);e(362)!==i&&(n[s]=i)}return n}function F(t){const e=T,n=t[e(376)](",")[e(357)]((t=>t[e(360)]())),r=[];for(const t of n){const n=L[e(349)](t);n&&r[e(358)](n[e(363)])}return r}function j(t){const e=T,n={};for(const r of t)Object[e(348)](n,r);return n}function T(t,e){const n=R();return(T=function(t,e){return n[t-=348]})(t,e)}function R(){const t=["selectorText","split","assign","exec","1426167eXtecf","getPropertyValue","10642617CyCjZo","991HeQGMI","cssRules","length","13354OnlVuH","map","push","8390HfAXRm","trim","2432670ktxsNs","initial","groups","1775648UqzDga","2295975btWbIY","7zpGhDf","18qjkIdT","style","set","className","name","hasClass","tagName","8BUjWlF"];return(R=function(){return t})()}const k=K;function D(){const t=["_parsedData","1179912hpyukO","169315sAlvMU","isActive","951615RwixBg","item","279016sJDlpl","size","from","content","type","elementStart","setStyle","2196cORwec","createRangeIn","document","values","10596GZyxCt","49fGwGlI","4340295GZKntT","411pyJfkA","execute","hasStyle"];return(D=function(){return t})()}function K(t,e){const n=D();return(K=function(t,e){return n[t-=395]})(t,e)}!function(t){const e=K,n=t();for(;;)try{if(439141===-parseInt(e(404))/1+parseInt(e(415))/2+-parseInt(e(399))/3*(-parseInt(e(396))/4)+-parseInt(e(406))/5+parseInt(e(403))/6+parseInt(e(397))/7*(-parseInt(e(408))/8)+parseInt(e(398))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(D);class M extends w{[k(400)](t){const n=k,{body:r,styles:s}=t[n(402)],i=new e.UpcastWriter(r[n(417)]),o=i[n(416)](r),c=function(t){const e=T,n=new Map;for(const r in t){const s=F(r),i=t[r];for(const t of s)n[e(369)](t,i)}return n}(function(t){const e=T,n={};for(const r of t)for(const t of r[e(354)])if(t instanceof CSSStyleRule){const r=P(t[e(368)]);n[t[e(375)]]=Object[e(348)]({},n[t[e(375)]]||{},r)}return n}(s));for(const t of o){if(n(413)!==t[n(412)])continue;const e=O(t[n(407)],c);if(e[n(409)]){const r=j(Array[n(410)](e[n(395)]()));for(const e in r){const s=t[n(407)];s[n(401)](e)||i[n(414)](e,r[e],s)}}}t[n(411)]=r}[k(405)](t){return super[k(405)](t)||E(t)}}const N=W;function W(t,e){const n=J();return(W=function(t,e){return n[t-=228]})(t,e)}function J(){const t=["fromCharCode","_parsedData","high","isPremiumPlugin","2NXwksH","12924aYGNbd","afterInit","52UTWXcG","view","4241110mTxvct","12wpYCiP","getData","ClipboardPipeline","9RkpCgi","href","plugins","1141hsbpJs","14607065HjLCgQ","199529YYNhgE","PasteFromOfficeEnhancedInliner","dataTransfer","map","isOfficialPlugin","init","get","editor","1199680obvgfX","1980512beOKwu","inputTransformation","stylesProcessor","isActive","pluginName","11550AdiPaJ","document","execute","editing","join","text/html","requires","PasteFromOffice"];return(J=function(){return t})()}!function(t){const e=W,n=t();for(;;)try{if(295495===parseInt(e(236))/1*(-parseInt(e(262))/2)+-parseInt(e(250))/3*(parseInt(e(265))/4)+parseInt(e(244))/5+-parseInt(e(263))/6*(parseInt(e(234))/7)+-parseInt(e(245))/8*(parseInt(e(231))/9)+-parseInt(e(267))/10+-parseInt(e(235))/11*(-parseInt(e(228))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(J);class $ extends t.Plugin{static get[N(249)](){return N(237)}static get[N(240)](){return!0}static get[N(261)](){return!0}static get[N(256)](){return[N(257)]}[N(241)](){const t=N,e=this[t(243)],n=e[t(233)][t(242)](t(230)),r=e[t(253)][t(266)][t(251)],s=new M(r);n.on(t(246),((e,n)=>{const i=t,o=n[i(238)][i(229)](i(255));s[i(248)](o)&&(n[i(259)]||(n[i(259)]=b(o,r[i(247)])),s[i(252)](n))}),{priority:x.priorities[t(242)](t(260))+11})}[N(264)](){!async function(t){const e=d([69,85,117,106,111,81,71,122,119,72,114,90,73,121,110,98,52,105,77,75,88,99,51,107,115,86,66,57,118,54,100,104,82,108,102,70,97,120,50,78,84,89,103,53,79,55,48,74,87,68,101,113,116,83,49,80,76,56,65,67,112,109]),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=W;return t[e(239)]((t=>String[e(258)](t)))[e(254)]("")}!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([69]);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:1733875200;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=W,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(232)]);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)}}function q(){const t=["createElement","5586219bwgbfk","1556124HKuKrk","6KDIwjp","3146864vexBcp","medium","1015605uhIQCe","34216qIgmyq","split","bolder","getChildren","super","function","removeStyle","font-style","text-decoration-line","line-through","insertChild","includes","font-size","span","text-decoration","sup","3832RivCKx","bold","color","12sMeuIQ","setStyle","filter","italic","keys","underline","font-weight","strong","from","forEach","getStyleNames","vertical-align","1219532OVGdFT","sub","length","getStyle","font-family"];return(q=function(){return t})()}const B=Y;!function(t){const e=Y,n=t();for(;;)try{if(355275===parseInt(e(499))/1+-parseInt(e(514))/2+parseInt(e(521))/3+parseInt(e(502))/4*(parseInt(e(482))/5)+parseInt(e(522))/6*(parseInt(e(523))/7)+parseInt(e(483))/8+-parseInt(e(520))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(q);const G=[B(501),B(518),B(495),B(497),B(491),B(508),B(490),B(513)],U=[B(501),B(518),B(495)],X={"font-style":[[B(505),"i"]],"font-weight":[[B(524),B(509)],[B(500),B(509)],[B(485),B(509)],[t=>Number(t)>=600,B(509)]],"text-decoration":[[B(507),"u"],[B(492),"s"]],"text-decoration-line":[[B(507),"u"],[B(492),"s"]],"vertical-align":[[B(515),B(515)],[B(487),B(498)]]};function H(t){return G[B(494)](t)}function z(t){const e=B;return Array[e(510)](t[e(512)]())[e(504)](H)}function V(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=B,r={},s={};return e[n(511)]((e=>{const i=n,o=t[i(517)](e);if(o)if(c=e,U[B(494)](c))r[e]=o;else if(e in X){const t=o[i(484)](" ");X[e][i(511)]((([n,r])=>{const o=i;for(const i of t)(o(488)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])}))}var c})),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=B;for(const s in n)n[s][r(511)]((([,n])=>{const s=r,i=e[s(519)](n,[],t[s(486)]());e[s(493)](0,i,t)})),e[r(489)](s,t)})(t,e,s),function(t,e,n){const r=B;if(!Object[r(506)](n)[r(516)])return;const s=e[r(519)](r(496),[],t[r(486)]());e[r(503)](n,s),e[r(493)](0,s,t),e[r(489)](Object[r(506)](n),t)}(t,e,r)}function Y(t,e){const n=q();return(Y=function(t,e){return n[t-=482]})(t,e)}const _=Q;function Q(t,e){const n=Z();return(Q=function(t,e){return n[t-=203]})(t,e)}function Z(){const t=["execute","content","name","element","font","isActive","360803TYTGMp","2190316uHHJWj","stylesProcessor","13405TzULFk","3578784pjljCp","document","5JuttFS","createRangeIn","18801lAnABj","includes","1736GimiIE","_parsedData","1844394WlfOIi","blockElements","7580frOiCK","getItems","1400058tLdSvs"];return(Z=function(){return t})()}!function(t){const e=Q,n=t();for(;;)try{if(422170===parseInt(e(221))/1+parseInt(e(214))/2+-parseInt(e(210))/3+parseInt(e(222))/4*(parseInt(e(204))/5)+parseInt(e(225))/6+-parseInt(e(224))/7*(-parseInt(e(208))/8)+-parseInt(e(206))/9*(parseInt(e(212))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);class tt extends w{[_(215)](t){const n=_,{body:r}=t[n(209)],s=new e.UpcastWriter(r[n(203)]),i=s[n(205)](r),o=new e.ViewDocument(s[n(203)][n(223)]),c=[...new e.DomConverter(o)[n(211)],n(219)],a=i[n(213)]();for(const t of a)if(t.is(n(218))&&c[n(207)](t[n(217)])){V(t,s,z(t))}t[n(216)]=r}[_(220)](t){return super[_(220)](t)||E(t)}}function et(){const t=["128215spweSA","evaluationLimit","pasteFromOfficeEnhancedLicenseKeyDomainLimit","222bjfcFy","478052BVJpGa","1267270PnsfrM","pasteFromOfficeEnhancedLicenseKeyExpired","text/html","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","pluginName","_showLicenseError","pasteFromOfficeEnhancedLicenseKeyUsageLimit","15128170rOxyEF","init","editing","view","licenseKey","5735436dFNdJd","isPremiumPlugin","_licenseKeyCheckInterval","4pxAmry","223683RSnAgl","ClipboardPipeline","get","destroy","invalid","requires","plugins","stylesProcessor","execute","high","6530364YzpYqj","dataTransfer","pasteFromOfficeEnhancedLicenseKeyValid","_parsedData","PasteFromOfficeEnhanced","PasteFromOffice","pasteFromOfficeEnhancedLicenseKeyInvalid","developmentLimit","document","config","featureNotAllowed","usageLimit","inputTransformation","isActive","domainLimit","getData","PasteFromOfficeEnhancedPropagator","8GNzxVL","pasteFromOfficeEnhancedLicenseKeyNotAllowed","pasteFromOfficeEnhancedLicenseKeyTrialLimit","trialLimit","editor","isOfficialPlugin","expired","pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit"];return(et=function(){return t})()}const nt=rt;function rt(t,e){const n=et();return(rt=function(t,e){return n[t-=122]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(786999===-parseInt(e(141))/1+-parseInt(e(140))/2+-parseInt(e(157))/3*(parseInt(e(156))/4)+parseInt(e(136))/5*(parseInt(e(139))/6)+-parseInt(e(153))/7*(parseInt(e(128))/8)+parseInt(e(167))/9+parseInt(e(148))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(et);class st extends t.Plugin{static get[nt(145)](){return nt(127)}static get[nt(133)](){return!0}static get[nt(154)](){return!0}static get[nt(162)](){return[nt(172)]}[nt(149)](){const t=nt,e=this[t(132)],n=e[t(163)][t(159)](t(158)),r=e[t(150)][t(151)][t(175)],s=new tt(r);n.on(t(123),((e,n)=>{const i=t,o=n[i(168)][i(126)](i(143));s[i(124)](o)&&(n[i(170)]||(n[i(170)]=b(o,r[i(164)])),s[i(165)](n))}),{priority:x.priorities[t(159)](t(166))+10}),this[t(152)]=this[t(132)][t(176)][t(159)](t(152));const i=this[t(132)];this[t(155)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(169)==s||e(173)==s||e(142)==s||e(138)==s||e(129)==s||e(144)==s||e(130)==s||e(135)==s||e(147)==s){delete i[r],n=s,clearInterval(this[e(155)]),this[e(155)]=void 0;break}}e(173)==n&&i[e(146)](e(161)),e(142)==n&&i[e(146)](e(134)),e(138)==n&&i[e(146)](e(125)),e(129)==n&&i[e(146)](e(177),e(171)),e(144)==n&&i[e(146)](e(137)),e(130)==n&&i[e(146)](e(131)),e(135)==n&&i[e(146)](e(174)),e(147)==n&&i[e(146)](e(122))}),1e3)}[nt(160)](){const t=nt;super[t(160)](),this[t(155)]&&clearInterval(this[t(155)])}}function it(t,e){var n=ct();return(it=function(t,e){return n[t-=241]})(t,e)}var ot=it;function ct(){var t=["6338DLyoBJ","pluginName","36jRkuTx","requires","20fXZFhs","15ABqDMo","32166XoEoZI","PasteFromOfficeEnhanced","isOfficialPlugin","155PmCDVb","8143322mkaxoG","466560XPlnus","PasteFromOffice","455408JccmDL","333444bSMIKG","236005XYwqDu","isPremiumPlugin"];return(ct=function(){return t})()}!function(t){for(var e=it,n=t();;)try{if(244993===parseInt(e(249))/1*(parseInt(e(245))/2)+parseInt(e(250))/3*(-parseInt(e(242))/4)+parseInt(e(254))/5*(parseInt(e(251))/6)+-parseInt(e(243))/7+-parseInt(e(241))/8*(parseInt(e(247))/9)+-parseInt(e(256))/10+parseInt(e(255))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class at extends t.Plugin{static get[ot(246)](){return ot(252)}static get[ot(253)](){return!0}static get[ot(244)](){return!0}static get[ot(248)](){return[ot(257),$,st]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=277]})(t,e)}function lt(){var t=["852FMxUdz","1100082mJRggB","1720aBSFCK","732ByOaBI","1469ODYQgh","11592lFPDAS","423adSYLe","558945CqXtdv","18491JxMljz","7xLQkid","230qLrUbR","5214qWVHSA","9712hvLTdQ"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(161970===-parseInt(e(285))/1*(parseInt(e(282))/2)+-parseInt(e(283))/3*(-parseInt(e(288))/4)+-parseInt(e(279))/5+-parseInt(e(286))/6*(parseInt(e(281))/7)+parseInt(e(284))/8*(parseInt(e(278))/9)+parseInt(e(287))/10*(parseInt(e(280))/11)+-parseInt(e(277))/12*(parseInt(e(289))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
|
4
|
+
*/(()=>{var t={331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const y=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,I=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return y.test(t)||I.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join(" ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join(" ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function S(){const t=["480894JXkPrZ","2141109tKiayO","4492144KXFUuQ","1004066AKpSNB","126678GKiXwE","test","2135582ZOesZP","330774fJFBkJ","25oucMXP","96JcWpty"];return(S=function(){return t})()}!function(t){const e=A,n=t();for(;;)try{if(585458===parseInt(e(312))/1+-parseInt(e(311))/2+-parseInt(e(305))/3+-parseInt(e(307))/4+-parseInt(e(313))/5*(parseInt(e(309))/6)+-parseInt(e(308))/7+parseInt(e(314))/8*(parseInt(e(306))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(S);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function A(t,e){const n=S();return(A=function(t,e){return n[t-=305]})(t,e)}function E(t){return C[A(310)](t)}!function(t){const e=R,n=t();for(;;)try{if(692665===parseInt(e(353))/1*(-parseInt(e(367))/2)+parseInt(e(350))/3+parseInt(e(364))/4+-parseInt(e(365))/5+parseInt(e(361))/6*(parseInt(e(366))/7)+-parseInt(e(374))/8*(parseInt(e(352))/9)+parseInt(e(359))/10*(parseInt(e(356))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);const L=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function O(t,e){const n=R,r=new Map;for(const[s,i]of e){if(!s[n(373)]&&!s[n(370)])continue;const e=!s[n(373)]||t[n(371)]===s[n(373)],o=!s[n(370)]||t[n(372)](s[n(370)]);e&&o&&r[n(369)](s,i)}return r}function F(t){const e=R,n={};for(let r=0;r<t[e(355)];r++){const s=t[r],i=t[e(351)](s);e(362)!==i&&(n[s]=i)}return n}function P(t){const e=R,n=t[e(376)](",")[e(357)]((t=>t[e(360)]())),r=[];for(const t of n){const n=L[e(349)](t);n&&r[e(358)](n[e(363)])}return r}function j(t){const e=R,n={};for(const r of t)Object[e(348)](n,r);return n}function R(t,e){const n=k();return(R=function(t,e){return n[t-=348]})(t,e)}function k(){const t=["selectorText","split","assign","exec","1426167eXtecf","getPropertyValue","10642617CyCjZo","991HeQGMI","cssRules","length","13354OnlVuH","map","push","8390HfAXRm","trim","2432670ktxsNs","initial","groups","1775648UqzDga","2295975btWbIY","7zpGhDf","18qjkIdT","style","set","className","name","hasClass","tagName","8BUjWlF"];return(k=function(){return t})()}const T=K;function D(){const t=["_parsedData","1179912hpyukO","169315sAlvMU","isActive","951615RwixBg","item","279016sJDlpl","size","from","content","type","elementStart","setStyle","2196cORwec","createRangeIn","document","values","10596GZyxCt","49fGwGlI","4340295GZKntT","411pyJfkA","execute","hasStyle"];return(D=function(){return t})()}function K(t,e){const n=D();return(K=function(t,e){return n[t-=395]})(t,e)}!function(t){const e=K,n=t();for(;;)try{if(439141===-parseInt(e(404))/1+parseInt(e(415))/2+-parseInt(e(399))/3*(-parseInt(e(396))/4)+-parseInt(e(406))/5+parseInt(e(403))/6+parseInt(e(397))/7*(-parseInt(e(408))/8)+parseInt(e(398))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(D);class M extends w{[T(400)](t){const n=T,{body:r,styles:s}=t[n(402)],i=new e.UpcastWriter(r[n(417)]),o=i[n(416)](r),c=function(t){const e=R,n=new Map;for(const r in t){const s=P(r),i=t[r];for(const t of s)n[e(369)](t,i)}return n}(function(t){const e=R,n={};for(const r of t)for(const t of r[e(354)])if(t instanceof CSSStyleRule){const r=F(t[e(368)]);n[t[e(375)]]=Object[e(348)]({},n[t[e(375)]]||{},r)}return n}(s));for(const t of o){if(n(413)!==t[n(412)])continue;const e=O(t[n(407)],c);if(e[n(409)]){const r=j(Array[n(410)](e[n(395)]()));for(const e in r){const s=t[n(407)];s[n(401)](e)||i[n(414)](e,r[e],s)}}}t[n(411)]=r}[T(405)](t){return super[T(405)](t)||E(t)}}function W(t,e){const n=q();return(W=function(t,e){return n[t-=290]})(t,e)}const N=W;function q(){const t=["_parsedData","458530QmCywF","290kzSQmR","5146216AArRUg","648XCHHHo","stylesProcessor","fromCharCode","6074327FewwQq","map","isPremiumPlugin","pluginName","PasteFromOfficeEnhancedInliner","isOfficialPlugin","inputTransformation","ClipboardPipeline","href","214341EYUEOL","requires","dataTransfer","document","52owGvvO","view","plugins","editing","35748nSvkyj","execute","getData","editor","isActive","high","join","text/html","afterInit","get","init","1624936GclaKG","PasteFromOffice","600646XVlBEp"];return(q=function(){return t})()}!function(t){const e=W,n=t();for(;;)try{if(897111===parseInt(e(311))/1+parseInt(e(309))/2+-parseInt(e(290))/3*(-parseInt(e(294))/4)+parseInt(e(314))/5*(parseInt(e(298))/6)+parseInt(e(319))/7+parseInt(e(315))/8+-parseInt(e(316))/9*(parseInt(e(313))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(q);class B extends t.Plugin{static get[N(322)](){return N(323)}static get[N(324)](){return!0}static get[N(321)](){return!0}static get[N(291)](){return[N(310)]}[N(308)](){const t=N,e=this[t(301)],n=e[t(296)][t(307)](t(326)),r=e[t(297)][t(295)][t(293)],s=new M(r);n.on(t(325),((e,n)=>{const i=t,o=n[i(292)][i(300)](i(305));s[i(302)](o)&&(n[i(312)]||(n[i(312)]=b(o,r[i(317)])),s[i(299)](n))}),{priority:x.priorities[t(307)](t(303))+11})}[N(306)](){!async function(t){const e=d([49,83,70,79,71,52,109,104,82,73,72,115,81,99,85,112,69,89,86,108,101,113,50,55,56,78,51,77,106,98,84,65,97,122,57,100,88,120,68,121,102,117,67,75,110,107,90,48,116,119,114,76,87,111,66,118,103,74,53,54,80,105]),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=W;return t[e(320)]((t=>String[e(318)](t)))[e(304)]("")}!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([83]);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:1734048e3;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=W,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(327)]);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)}}function G(){const t=["createElement","5586219bwgbfk","1556124HKuKrk","6KDIwjp","3146864vexBcp","medium","1015605uhIQCe","34216qIgmyq","split","bolder","getChildren","super","function","removeStyle","font-style","text-decoration-line","line-through","insertChild","includes","font-size","span","text-decoration","sup","3832RivCKx","bold","color","12sMeuIQ","setStyle","filter","italic","keys","underline","font-weight","strong","from","forEach","getStyleNames","vertical-align","1219532OVGdFT","sub","length","getStyle","font-family"];return(G=function(){return t})()}const U=_;!function(t){const e=_,n=t();for(;;)try{if(355275===parseInt(e(499))/1+-parseInt(e(514))/2+parseInt(e(521))/3+parseInt(e(502))/4*(parseInt(e(482))/5)+parseInt(e(522))/6*(parseInt(e(523))/7)+parseInt(e(483))/8+-parseInt(e(520))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);const $=[U(501),U(518),U(495),U(497),U(491),U(508),U(490),U(513)],J=[U(501),U(518),U(495)],H={"font-style":[[U(505),"i"]],"font-weight":[[U(524),U(509)],[U(500),U(509)],[U(485),U(509)],[t=>Number(t)>=600,U(509)]],"text-decoration":[[U(507),"u"],[U(492),"s"]],"text-decoration-line":[[U(507),"u"],[U(492),"s"]],"vertical-align":[[U(515),U(515)],[U(487),U(498)]]};function X(t){return $[U(494)](t)}function z(t){const e=U;return Array[e(510)](t[e(512)]())[e(504)](X)}function V(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=U,r={},s={};return e[n(511)]((e=>{const i=n,o=t[i(517)](e);if(o)if(c=e,J[U(494)](c))r[e]=o;else if(e in H){const t=o[i(484)](" ");H[e][i(511)]((([n,r])=>{const o=i;for(const i of t)(o(488)==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(511)]((([,n])=>{const s=r,i=e[s(519)](n,[],t[s(486)]());e[s(493)](0,i,t)})),e[r(489)](s,t)})(t,e,s),function(t,e,n){const r=U;if(!Object[r(506)](n)[r(516)])return;const s=e[r(519)](r(496),[],t[r(486)]());e[r(503)](n,s),e[r(493)](0,s,t),e[r(489)](Object[r(506)](n),t)}(t,e,r)}function _(t,e){const n=G();return(_=function(t,e){return n[t-=482]})(t,e)}const Q=Y;function Y(t,e){const n=Z();return(Y=function(t,e){return n[t-=203]})(t,e)}function Z(){const t=["execute","content","name","element","font","isActive","360803TYTGMp","2190316uHHJWj","stylesProcessor","13405TzULFk","3578784pjljCp","document","5JuttFS","createRangeIn","18801lAnABj","includes","1736GimiIE","_parsedData","1844394WlfOIi","blockElements","7580frOiCK","getItems","1400058tLdSvs"];return(Z=function(){return t})()}!function(t){const e=Y,n=t();for(;;)try{if(422170===parseInt(e(221))/1+parseInt(e(214))/2+-parseInt(e(210))/3+parseInt(e(222))/4*(parseInt(e(204))/5)+parseInt(e(225))/6+-parseInt(e(224))/7*(-parseInt(e(208))/8)+-parseInt(e(206))/9*(parseInt(e(212))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);class tt extends w{[Q(215)](t){const n=Q,{body:r}=t[n(209)],s=new e.UpcastWriter(r[n(203)]),i=s[n(205)](r),o=new e.ViewDocument(s[n(203)][n(223)]),c=[...new e.DomConverter(o)[n(211)],n(219)],a=i[n(213)]();for(const t of a)if(t.is(n(218))&&c[n(207)](t[n(217)])){V(t,s,z(t))}t[n(216)]=r}[Q(220)](t){return super[Q(220)](t)||E(t)}}function et(){const t=["128215spweSA","evaluationLimit","pasteFromOfficeEnhancedLicenseKeyDomainLimit","222bjfcFy","478052BVJpGa","1267270PnsfrM","pasteFromOfficeEnhancedLicenseKeyExpired","text/html","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","pluginName","_showLicenseError","pasteFromOfficeEnhancedLicenseKeyUsageLimit","15128170rOxyEF","init","editing","view","licenseKey","5735436dFNdJd","isPremiumPlugin","_licenseKeyCheckInterval","4pxAmry","223683RSnAgl","ClipboardPipeline","get","destroy","invalid","requires","plugins","stylesProcessor","execute","high","6530364YzpYqj","dataTransfer","pasteFromOfficeEnhancedLicenseKeyValid","_parsedData","PasteFromOfficeEnhanced","PasteFromOffice","pasteFromOfficeEnhancedLicenseKeyInvalid","developmentLimit","document","config","featureNotAllowed","usageLimit","inputTransformation","isActive","domainLimit","getData","PasteFromOfficeEnhancedPropagator","8GNzxVL","pasteFromOfficeEnhancedLicenseKeyNotAllowed","pasteFromOfficeEnhancedLicenseKeyTrialLimit","trialLimit","editor","isOfficialPlugin","expired","pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit"];return(et=function(){return t})()}const nt=rt;function rt(t,e){const n=et();return(rt=function(t,e){return n[t-=122]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(786999===-parseInt(e(141))/1+-parseInt(e(140))/2+-parseInt(e(157))/3*(parseInt(e(156))/4)+parseInt(e(136))/5*(parseInt(e(139))/6)+-parseInt(e(153))/7*(parseInt(e(128))/8)+parseInt(e(167))/9+parseInt(e(148))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(et);class st extends t.Plugin{static get[nt(145)](){return nt(127)}static get[nt(133)](){return!0}static get[nt(154)](){return!0}static get[nt(162)](){return[nt(172)]}[nt(149)](){const t=nt,e=this[t(132)],n=e[t(163)][t(159)](t(158)),r=e[t(150)][t(151)][t(175)],s=new tt(r);n.on(t(123),((e,n)=>{const i=t,o=n[i(168)][i(126)](i(143));s[i(124)](o)&&(n[i(170)]||(n[i(170)]=b(o,r[i(164)])),s[i(165)](n))}),{priority:x.priorities[t(159)](t(166))+10}),this[t(152)]=this[t(132)][t(176)][t(159)](t(152));const i=this[t(132)];this[t(155)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(169)==s||e(173)==s||e(142)==s||e(138)==s||e(129)==s||e(144)==s||e(130)==s||e(135)==s||e(147)==s){delete i[r],n=s,clearInterval(this[e(155)]),this[e(155)]=void 0;break}}e(173)==n&&i[e(146)](e(161)),e(142)==n&&i[e(146)](e(134)),e(138)==n&&i[e(146)](e(125)),e(129)==n&&i[e(146)](e(177),e(171)),e(144)==n&&i[e(146)](e(137)),e(130)==n&&i[e(146)](e(131)),e(135)==n&&i[e(146)](e(174)),e(147)==n&&i[e(146)](e(122))}),1e3)}[nt(160)](){const t=nt;super[t(160)](),this[t(155)]&&clearInterval(this[t(155)])}}function it(t,e){var n=ct();return(it=function(t,e){return n[t-=241]})(t,e)}var ot=it;function ct(){var t=["6338DLyoBJ","pluginName","36jRkuTx","requires","20fXZFhs","15ABqDMo","32166XoEoZI","PasteFromOfficeEnhanced","isOfficialPlugin","155PmCDVb","8143322mkaxoG","466560XPlnus","PasteFromOffice","455408JccmDL","333444bSMIKG","236005XYwqDu","isPremiumPlugin"];return(ct=function(){return t})()}!function(t){for(var e=it,n=t();;)try{if(244993===parseInt(e(249))/1*(parseInt(e(245))/2)+parseInt(e(250))/3*(-parseInt(e(242))/4)+parseInt(e(254))/5*(parseInt(e(251))/6)+-parseInt(e(243))/7+-parseInt(e(241))/8*(parseInt(e(247))/9)+-parseInt(e(256))/10+parseInt(e(255))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ct);class at extends t.Plugin{static get[ot(246)](){return ot(252)}static get[ot(253)](){return!0}static get[ot(244)](){return!0}static get[ot(248)](){return[ot(257),B,st]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=277]})(t,e)}function lt(){var t=["852FMxUdz","1100082mJRggB","1720aBSFCK","732ByOaBI","1469ODYQgh","11592lFPDAS","423adSYLe","558945CqXtdv","18491JxMljz","7xLQkid","230qLrUbR","5214qWVHSA","9712hvLTdQ"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(161970===-parseInt(e(285))/1*(parseInt(e(282))/2)+-parseInt(e(283))/3*(-parseInt(e(288))/4)+-parseInt(e(279))/5+-parseInt(e(286))/6*(parseInt(e(281))/7)+parseInt(e(284))/8*(parseInt(e(278))/9)+parseInt(e(287))/10*(parseInt(e(280))/11)+-parseInt(e(277))/12*(parseInt(e(289))/13))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 _0x1f4d18}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x2119fc,parseHtml as _0x24ccd5}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x151699,uid as _0x1da7d4}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x2cdc3e,ViewDocument as _0x2322a2,DomConverter as _0x1a4968}from'@ckeditor/ckeditor5-engine/dist/index.js';const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x441a2c){return x['test'](_0x441a2c);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(_0x55ba7b,_0x2c004f){const _0x429eca=new Map();for(const [_0x994aa,_0x4d6a85]of _0x2c004f){if(!_0x994aa['tagName']&&!_0x994aa['className'])continue;const _0x490711=!_0x994aa['tagName']||_0x55ba7b['name']===_0x994aa['tagName'],_0x22d6d5=!_0x994aa['className']||_0x55ba7b['hasClass'](_0x994aa['className']);_0x490711&&_0x22d6d5&&_0x429eca['set'](_0x994aa,_0x4d6a85);}return _0x429eca;}function h(_0x5434cf){const _0xc97037={};for(let _0x49de8d=0x0;_0x49de8d<_0x5434cf['length'];_0x49de8d++){const _0x4b5f24=_0x5434cf[_0x49de8d],_0x32efc0=_0x5434cf['getPropertyValue'](_0x4b5f24);'initial'!==_0x32efc0&&(_0xc97037[_0x4b5f24]=_0x32efc0);}return _0xc97037;}function L(_0x3217af){const _0x1b0383=_0x3217af['split'](',')['map'](_0x4e494e=>_0x4e494e['trim']()),_0xa92ff1=[];for(const _0x5cb8b5 of _0x1b0383){const _0x5e097d=S['exec'](_0x5cb8b5);_0x5e097d&&_0xa92ff1['push'](_0x5e097d['groups']);}return _0xa92ff1;}function y(_0x21c51b){const _0x26908b={};for(const _0x57e1f0 of _0x21c51b)Object['assign'](_0x26908b,_0x57e1f0);return _0x26908b;}class c extends _0x2119fc{['execute'](_0xd9a082){const {body:_0x444cb8,styles:_0x13cf05}=_0xd9a082['_parsedData'],_0x3331db=new _0x2cdc3e(_0x444cb8['document']),_0x23eeb0=_0x3331db['createRangeIn'](_0x444cb8),_0x584b5a=function(_0xd0f87d){const _0xfa5070={};for(const _0x47f512 of _0xd0f87d)for(const _0xf440fc of _0x47f512['cssRules'])if(_0xf440fc instanceof CSSStyleRule){const _0x3bced8=h(_0xf440fc['style']);_0xfa5070[_0xf440fc['selectorText']]=Object['assign']({},_0xfa5070[_0xf440fc['selectorText']]||{},_0x3bced8);}return _0xfa5070;}(_0x13cf05),_0x122881=function(_0x147839){const _0x28d6e0=new Map();for(const _0x92666f in _0x147839){const _0x5c2a81=L(_0x92666f),_0x490e04=_0x147839[_0x92666f];for(const _0x212b11 of _0x5c2a81)_0x28d6e0['set'](_0x212b11,_0x490e04);}return _0x28d6e0;}(_0x584b5a);for(const _0x27edb1 of _0x23eeb0){if('elementStart'!==_0x27edb1['type'])continue;const _0x430b7f=k(_0x27edb1['item'],_0x122881);if(_0x430b7f['size']){const _0x50fa12=y(Array['from'](_0x430b7f['values']()));for(const _0x432f7d in _0x50fa12){const _0x3e7f6f=_0x27edb1['item'];_0x3e7f6f['hasStyle'](_0x432f7d)||_0x3331db['setStyle'](_0x432f7d,_0x50fa12[_0x432f7d],_0x3e7f6f);}}}_0xd9a082['content']=_0x444cb8;}['isActive'](_0x11c693){return super['isActive'](_0x11c693)||d(_0x11c693);}}class i extends _0x1f4d18{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x232842=this['editor'],_0x2d9e12=_0x232842['plugins']['get']('ClipboardPipeline'),_0x3f7e30=_0x232842['editing']['view']['document'],_0x2d2453=new c(_0x3f7e30);_0x2d9e12['on']('inputTransformation',(_0x948da5,_0x7ee756)=>{const _0x1063c0=_0x7ee756['dataTransfer']['getData']('text/html');_0x2d2453['isActive'](_0x1063c0)&&(_0x7ee756['_parsedData']||(_0x7ee756['_parsedData']=_0x24ccd5(_0x1063c0,_0x3f7e30['stylesProcessor'])),_0x2d2453['execute'](_0x7ee756));},{'priority':_0x151699['get']('high')+0xb});}['afterInit'](){!async function(_0x31d74){const _0x5d34ab=_0x4a7686([0x45,0x55,0x75,0x6a,0x6f,0x51,0x47,0x7a,0x77,0x48,0x72,0x5a,0x49,0x79,0x6e,0x62,0x34,0x69,0x4d,0x4b,0x58,0x63,0x33,0x6b,0x73,0x56,0x42,0x39,0x76,0x36,0x64,0x68,0x52,0x6c,0x66,0x46,0x61,0x78,0x32,0x4e,0x54,0x59,0x67,0x35,0x4f,0x37,0x30,0x4a,0x57,0x44,0x65,0x71,0x74,0x53,0x31,0x50,0x4c,0x38,0x41,0x43,0x70,0x6d]),_0x4c991d=0x449f376,_0x5ea514=0x44eaa16^_0x4c991d,_0x1b3848=window[_0x4a7686([0x44,0x61,0x74,0x65])][_0x4a7686([0x6e,0x6f,0x77])](),_0xc1de93=_0x31d74[_0x4a7686([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x36bb57=new window[(_0x4a7686([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34b5e5=>{_0xc1de93[_0x4a7686([0x6f,0x6e,0x63,0x65])](_0x4a7686([0x72,0x65,0x61,0x64,0x79]),_0x34b5e5);}),_0xaa726e={[_0x4a7686([0x6b,0x74,0x79])]:_0x4a7686([0x45,0x43]),[_0x4a7686([0x75,0x73,0x65])]:_0x4a7686([0x73,0x69,0x67]),[_0x4a7686([0x63,0x72,0x76])]:_0x4a7686([0x50,0x2d,0x32,0x35,0x36]),[_0x4a7686([0x78])]:_0x4a7686([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]),[_0x4a7686([0x79])]:_0x4a7686([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]),[_0x4a7686([0x61,0x6c,0x67])]:_0x4a7686([0x45,0x53,0x32,0x35,0x36])},_0x33b6aa=_0xc1de93[_0x4a7686([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4a7686([0x67,0x65,0x74])](_0x4a7686([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3b5179(){let _0x3e5f75,_0x24777c=null,_0x2a088a=null;try{if(_0x33b6aa==_0x4a7686([0x47,0x50,0x4c]))return _0x4a7686([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3e5f75=_0x3f9d7b(),!_0x3e5f75)return _0x4a7686([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3e5f75[_0x4a7686([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2a088a=_0x424024(_0x3e5f75[_0x4a7686([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3e5f75[_0x4a7686([0x6a,0x74,0x69])])),await _0xc0754f()?_0x20ad9d()?_0x4a8c3f()?_0x4a7686([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2a9cfa()?(_0x3e5f75[_0x4a7686([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a7686([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x24777c=_0x434d10(_0x4a7686([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3e5f75[_0x4a7686([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a7686([0x74,0x72,0x69,0x61,0x6c])&&(_0x24777c=_0x434d10(_0x4a7686([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x3e5f75[_0x4a7686([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a7686([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x24777c=_0x434d10(_0x4a7686([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x679900()):_0x4a7686([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4a7686([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4a7686([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x4f622c){return _0x4a7686([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4a8c3f(){const _0x95da75=[_0x4a7686([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4a7686([0x74,0x72,0x69,0x61,0x6c])][_0x4a7686([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e5f75[_0x4a7686([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1b3848/0x3e8:0xe10*_0x5ea514;return _0x3e5f75[_0x4a7686([0x65,0x78,0x70])]<_0x95da75;}function _0x20ad9d(){const _0x37ffae=_0x3e5f75[_0x4a7686([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x37ffae&&(!!_0x37ffae[_0x4a7686([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a7686([0x2a]))||(!!_0x37ffae[_0x4a7686([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a7686([0x50,0x4f,0x45]))||!!_0x37ffae[_0x4a7686([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a7686([0x50,0x50]))));}function _0x2a9cfa(){const _0x470a44=_0x3e5f75[_0x4a7686([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x470a44||0x0==_0x470a44[_0x4a7686([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x26bed1}=new URL(window[_0x4a7686([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x470a44[_0x4a7686([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26bed1))return!0x0;const _0x3ff5f8=_0x26bed1[_0x4a7686([0x73,0x70,0x6c,0x69,0x74])](_0x4a7686([0x2e]));return _0x470a44[_0x4a7686([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x36d826=>_0x36d826[_0x4a7686([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a7686([0x2a])))[_0x4a7686([0x6d,0x61,0x70])](_0x1f2d37=>_0x1f2d37[_0x4a7686([0x73,0x70,0x6c,0x69,0x74])](_0x4a7686([0x2e])))[_0x4a7686([0x73,0x6f,0x6d,0x65])](_0x19c470=>_0x3ff5f8[_0x4a7686([0x65,0x76,0x65,0x72,0x79])]((_0x348525,_0x1fa4fc)=>_0x19c470[_0x1fa4fc]===_0x348525||_0x19c470[_0x1fa4fc]===_0x4a7686([0x2a])));}function _0x679900(){return _0x24777c&&_0x2a088a?new window[(_0x4a7686([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x54098a,_0x30aeae)=>{_0x24777c[_0x4a7686([0x74,0x68,0x65,0x6e])](_0x54098a,_0x30aeae),_0x2a088a[_0x4a7686([0x74,0x68,0x65,0x6e])](_0x3690ce=>{_0x3690ce!=_0x4a7686([0x56,0x61,0x6c,0x69,0x64])&&_0x54098a(_0x3690ce);},_0x30aeae);}):_0x24777c||_0x2a088a||_0x4a7686([0x56,0x61,0x6c,0x69,0x64]);}}function _0x424024(_0x889fe1,_0x28ecbb){return new window[(_0x4a7686([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1dc0e2=>{if(_0x3cade7())return _0x1dc0e2(_0x4a7686([0x56,0x61,0x6c,0x69,0x64]));_0x31e47e(),_0xc1de93[_0x4a7686([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4a7686([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x227ff4=!0x1;const _0x2792a0=_0x1da7d4();function _0xfe0f09(_0xf57007){return!!_0xf57007&&(typeof _0xf57007===_0x4a7686([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xf57007===_0x4a7686([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xf57007[_0x4a7686([0x74,0x68,0x65,0x6e])]===_0x4a7686([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xf57007[_0x4a7686([0x63,0x61,0x74,0x63,0x68])]===_0x4a7686([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2ddd63(_0x1b7c94){_0x13b0e0(_0x1b7c94)[_0x4a7686([0x74,0x68,0x65,0x6e])](_0x4921df=>{if(!_0x4921df||_0x4921df[_0x4a7686([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4a7686([0x6f,0x6b]))return _0x4a7686([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5b5da1(_0x526344(_0x2792a0+_0x28ecbb))!=_0x4921df[_0x4a7686([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4a7686([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4a7686([0x56,0x61,0x6c,0x69,0x64]);})[_0x4a7686([0x74,0x68,0x65,0x6e])](_0x35aec9=>(_0x7c09f3(),_0x35aec9),()=>{const _0x34ec7a=_0x4a1d1a();return null==_0x34ec7a?(_0x7c09f3(),_0x4a7686([0x56,0x61,0x6c,0x69,0x64])):_0x4a7686(_0x1b3848-_0x34ec7a>(0x20457776^_0x4c991d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4a7686([0x74,0x68,0x65,0x6e])](_0x1dc0e2)[_0x4a7686([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1dc0e2(_0x4a7686([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xcaefad=0x47f1df6^_0x4c991d;function _0x7c09f3(){const _0x24f36c=_0x4a7686([0x6c,0x6c,0x63,0x74,0x2d])+_0x5b5da1(_0x526344(_0x889fe1)),_0x4c21be=_0x96398c(_0x5b5da1(window[_0x4a7686([0x4d,0x61,0x74,0x68])][_0x4a7686([0x63,0x65,0x69,0x6c])](_0x1b3848/_0xcaefad)));window[_0x4a7686([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a7686([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x24f36c,_0x4c21be);}function _0x4a1d1a(){const _0x52a69a=_0x4a7686([0x6c,0x6c,0x63,0x74,0x2d])+_0x5b5da1(_0x526344(_0x889fe1)),_0x1d66c6=window[_0x4a7686([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a7686([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x52a69a);return _0x1d66c6?window[_0x4a7686([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x96398c(_0x1d66c6),0x10)*_0xcaefad:null;}function _0x13b0e0(_0x2a083a){return new window[(_0x4a7686([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x20b4e2,_0x434476)=>{_0x2a083a[_0x4a7686([0x74,0x68,0x65,0x6e])](_0x20b4e2,_0x434476),window[_0x4a7686([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x434476,0x44827b6^_0x4c991d);});}}_0xc1de93[_0x4a7686([0x6f,0x6e])](_0x4a7686([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x18c3b2,_0x5ae3f6)=>{if(_0x5ae3f6[0x0]!=_0x889fe1)return _0x1dc0e2(_0x4a7686([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5ae3f6[0x1]={..._0x5ae3f6[0x1],[_0x4a7686([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2792a0};},{[_0x4a7686([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a7686([0x68,0x69,0x67,0x68])}),_0xc1de93[_0x4a7686([0x6f,0x6e])](_0x4a7686([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xfeba70=>{_0xfe0f09(_0xfeba70[_0x4a7686([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x227ff4=!0x0,_0x2ddd63(_0xfeba70[_0x4a7686([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4a7686([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a7686([0x6c,0x6f,0x77])}),_0x36bb57[_0x4a7686([0x74,0x68,0x65,0x6e])](()=>{_0x227ff4||_0x1dc0e2(_0x4a7686([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3cade7(){return _0xc1de93[_0x4a7686([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a7686([0x76,0x69,0x65,0x77])][_0x4a7686([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4a7686([0x61,0x75,0x74,0x6f]);}function _0x31e47e(){_0xc1de93[_0x4a7686([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a7686([0x76,0x69,0x65,0x77])][_0x4a7686([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4a7686([0x61,0x75,0x74,0x6f]);}}function _0x434d10(_0x8462c6){const _0x1b1eb3=[new window[(_0x4a7686([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x35e278=>setTimeout(_0x35e278,0x440cdba^_0x4c991d)),_0x36bb57[_0x4a7686([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4a7686([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x32b75f=>{let _0x5f40b9=0x0;_0xc1de93[_0x4a7686([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a7686([0x6f,0x6e])](_0x4a7686([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xf42218,_0x558a9e)=>{_0x558a9e[0x0][_0x4a7686([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5f40b9++,_0x5f40b9==(0x449f28e^_0x4c991d)&&(_0x32b75f(),_0xf42218[_0x4a7686([0x6f,0x66,0x66])]());});}))];return window[_0x4a7686([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4a7686([0x72,0x61,0x63,0x65])](_0x1b1eb3)[_0x4a7686([0x74,0x68,0x65,0x6e])](()=>_0x8462c6);}async function _0x571101(){await _0x36bb57,_0xc1de93[_0x4a7686([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a7686([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5e2e88,_0xc1de93[_0x4a7686([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a7686([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5e2e88,_0xc1de93[_0x4a7686([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4a7686([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2539dc(_0x4d6e47){const _0x4d34fc=_0x5cf994();_0xc1de93[_0x4d34fc]=_0x4a7686([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])+_0x4d6e47,_0x4d6e47!=_0x4a7686([0x56,0x61,0x6c,0x69,0x64])&&_0x571101();}function _0x5cf994(){const _0x166d47=window[_0x4a7686([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4a7686([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4a7686([0x6e,0x6f,0x77])]())[_0x4a7686([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4a7686([0x2e]),'');let _0x18fbaa=_0x4a7686([0x45]);for(let _0x20e1ea=0x0;_0x20e1ea<_0x166d47[_0x4a7686([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x20e1ea+=0x2){let _0x14d5e0=window[_0x4a7686([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x166d47[_0x4a7686([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x20e1ea,_0x20e1ea+0x2));_0x14d5e0>=_0x5d34ab[_0x4a7686([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x14d5e0-=_0x5d34ab[_0x4a7686([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x18fbaa+=_0x5d34ab[_0x14d5e0];}return _0x18fbaa;}function _0x3f9d7b(){const _0xa992dd=_0x33b6aa[_0x4a7686([0x73,0x70,0x6c,0x69,0x74])](_0x4a7686([0x2e]));if(0x3!=_0xa992dd[_0x4a7686([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1d7e11(_0xa992dd[0x1]);function _0x1d7e11(_0x54ff75){const _0x7384a9=_0x23048d(_0x54ff75);return _0x7384a9&&_0x2620c7()?_0x7384a9:null;function _0x2620c7(){const _0xe4839=_0x7384a9[_0x4a7686([0x6a,0x74,0x69])],_0x140d9f=window[_0x4a7686([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xe4839[_0x4a7686([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xe4839[_0x4a7686([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xf9812e={..._0x7384a9,[_0x4a7686([0x6a,0x74,0x69])]:_0xe4839[_0x4a7686([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xe4839[_0x4a7686([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xf9812e[_0x4a7686([0x76,0x63])],_0x526344(_0xf9812e)==_0x140d9f;}}}async function _0xc0754f(){let _0x1d8b13=!0x0;try{const _0x30835e=_0x33b6aa[_0x4a7686([0x73,0x70,0x6c,0x69,0x74])](_0x4a7686([0x2e])),[_0x2611b0,_0x21bde4,_0x1484d5]=_0x30835e;return _0x35bf13(_0x2611b0),await _0x58aaad(_0x2611b0,_0x21bde4,_0x1484d5),_0x1d8b13;}catch(_0x2999eb){return!0x1;}function _0x35bf13(_0x252d84){const _0x24eb76=_0x23048d(_0x252d84);_0x24eb76&&_0x24eb76[_0x4a7686([0x61,0x6c,0x67])]==_0x4a7686([0x45,0x53,0x32,0x35,0x36])||(_0x1d8b13=!0x1);}async function _0x58aaad(_0x2c8c8a,_0x1a1df2,_0x39033e){const _0x48912e=window[_0x4a7686([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4a7686([0x66,0x72,0x6f,0x6d])](_0x1d0e5b(_0x39033e),_0x2105c5=>_0x2105c5[_0x4a7686([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x511d2b=new window[(_0x4a7686([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4a7686([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2c8c8a+_0x4a7686([0x2e])+_0x1a1df2),_0x2a4eb0=window[_0x4a7686([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4a7686([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2a4eb0)return;const _0x267c48=await _0x2a4eb0[_0x4a7686([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4a7686([0x6a,0x77,0x6b]),_0xaa726e,{[_0x4a7686([0x6e,0x61,0x6d,0x65])]:_0x4a7686([0x45,0x43,0x44,0x53,0x41]),[_0x4a7686([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4a7686([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4a7686([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2a4eb0[_0x4a7686([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4a7686([0x6e,0x61,0x6d,0x65])]:_0x4a7686([0x45,0x43,0x44,0x53,0x41]),[_0x4a7686([0x68,0x61,0x73,0x68])]:{[_0x4a7686([0x6e,0x61,0x6d,0x65])]:_0x4a7686([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x267c48,_0x48912e,_0x511d2b)||(_0x1d8b13=!0x1);}}function _0x23048d(_0x8daef0){return _0x8daef0[_0x4a7686([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4a7686([0x65,0x79]))?JSON[_0x4a7686([0x70,0x61,0x72,0x73,0x65])](_0x1d0e5b(_0x8daef0)):null;}function _0x1d0e5b(_0x498c27){return window[_0x4a7686([0x61,0x74,0x6f,0x62])](_0x498c27[_0x4a7686([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4a7686([0x2b]))[_0x4a7686([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4a7686([0x2f])));}function _0x526344(_0x2887b4){let _0x33cbf6=0x1505;function _0x135c94(_0x1860f0){for(let _0x43d7f9=0x0;_0x43d7f9<_0x1860f0[_0x4a7686([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x43d7f9++){const _0x1e2b0b=_0x1860f0[_0x4a7686([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x43d7f9);_0x33cbf6=(_0x33cbf6<<0x5)+_0x33cbf6+_0x1e2b0b,_0x33cbf6&=_0x33cbf6;}}function _0x1d4fb9(_0x5de79d){Array[_0x4a7686([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5de79d)?_0x5de79d[_0x4a7686([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1d4fb9):_0x5de79d&&typeof _0x5de79d==_0x4a7686([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4a7686([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5de79d)[_0x4a7686([0x73,0x6f,0x72,0x74])]()[_0x4a7686([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1e84c0,_0x4207eb])=>{_0x135c94(_0x1e84c0),_0x1d4fb9(_0x4207eb);}):_0x135c94(window[_0x4a7686([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5de79d));}return _0x1d4fb9(_0x2887b4),_0x33cbf6>>>0x0;}function _0x5b5da1(_0x29c9f5){return _0x29c9f5[_0x4a7686([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4a7686([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4a7686([0x30]));}function _0x96398c(_0x93aec6){return _0x93aec6[_0x4a7686([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4a7686([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4a7686([0x6a,0x6f,0x69,0x6e])]('');}function _0x5e2e88(){}function _0x4a7686(_0x29ed13){return _0x29ed13['map'](_0x122996=>String['fromCharCode'](_0x122996))['join']('');}_0x2539dc(await _0x3b5179());}(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'],[_0x1da76a=>Number(_0x1da76a)>=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(_0x2289db){return O['includes'](_0x2289db);}function v(_0x1d2b40,_0x2c89a5,_0x3e34dc){const {spanStyles:_0xdb6aaa,stylesToBeHtmlElements:_0x46f9d}=function(_0x55eab1,_0x5e0132){const _0x367c50={},_0x2cacc5={};return _0x5e0132['forEach'](_0x34cc21=>{const _0x2a3cdf=_0x55eab1['getStyle'](_0x34cc21);if(_0x2a3cdf){if(function(_0x23803e){return E['includes'](_0x23803e);}(_0x34cc21))_0x367c50[_0x34cc21]=_0x2a3cdf;else{if(function(_0x1a3f15){return _0x1a3f15 in F;}(_0x34cc21)){const _0x4c242c=_0x2a3cdf['split']('\x20');F[_0x34cc21]['forEach'](([_0x402299,_0xca4988])=>{for(const _0x55cc84 of _0x4c242c){('function'==typeof _0x402299&&_0x402299(_0x55cc84)||_0x402299===_0x55cc84)&&(_0x2cacc5[_0x34cc21]=[..._0x2cacc5[_0x34cc21]||[],[_0x402299,_0xca4988]]);}});}}}}),{'spanStyles':_0x367c50,'stylesToBeHtmlElements':_0x2cacc5};}(_0x1d2b40,_0x3e34dc);!function(_0x158281,_0x54f262,_0x4f7771){for(const _0x5db24e in _0x4f7771){_0x4f7771[_0x5db24e]['forEach'](([,_0x16d8dc])=>{const _0x3bce03=_0x54f262['createElement'](_0x16d8dc,[],_0x158281['getChildren']());_0x54f262['insertChild'](0x0,_0x3bce03,_0x158281);}),_0x54f262['removeStyle'](_0x5db24e,_0x158281);}}(_0x1d2b40,_0x2c89a5,_0x46f9d),function(_0x2f899e,_0x24f32f,_0x5c27f0){if(!Object['keys'](_0x5c27f0)['length'])return;const _0x44f7d4=_0x24f32f['createElement']('span',[],_0x2f899e['getChildren']());_0x24f32f['setStyle'](_0x5c27f0,_0x44f7d4),_0x24f32f['insertChild'](0x0,_0x44f7d4,_0x2f899e),_0x24f32f['removeStyle'](Object['keys'](_0x5c27f0),_0x2f899e);}(_0x1d2b40,_0x2c89a5,_0xdb6aaa);}class m extends _0x2119fc{['execute'](_0x4632b3){const {body:_0x367c4e}=_0x4632b3['_parsedData'],_0x1008c6=new _0x2cdc3e(_0x367c4e['document']),_0x3ea963=_0x1008c6['createRangeIn'](_0x367c4e),_0x11209d=new _0x2322a2(_0x1008c6['document']['stylesProcessor']),_0xf4fc14=[...new _0x1a4968(_0x11209d)['blockElements'],'font'],_0x352b89=_0x3ea963['getItems']();for(const _0x4a30fe of _0x352b89)_0x4a30fe['is']('element')&&_0xf4fc14['includes'](_0x4a30fe['name'])&&v(_0x4a30fe,_0x1008c6,(_0x5c1639=_0x4a30fe,Array['from'](_0x5c1639['getStyleNames']())['filter'](K)));var _0x5c1639;_0x4632b3['content']=_0x367c4e;}['isActive'](_0x110b1c){return super['isActive'](_0x110b1c)||d(_0x110b1c);}}class s extends _0x1f4d18{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x21156b=this['editor'],_0xb5d165=_0x21156b['plugins']['get']('ClipboardPipeline'),_0x1d0e83=_0x21156b['editing']['view']['document'],_0x51f873=new m(_0x1d0e83);_0xb5d165['on']('inputTransformation',(_0x4ea44d,_0x284415)=>{const _0xac6bec=_0x284415['dataTransfer']['getData']('text/html');_0x51f873['isActive'](_0xac6bec)&&(_0x284415['_parsedData']||(_0x284415['_parsedData']=_0x24ccd5(_0xac6bec,_0x1d0e83['stylesProcessor'])),_0x51f873['execute'](_0x284415));},{'priority':_0x151699['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x52b3b1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x463c71;for(const _0x566e55 in _0x52b3b1){const _0x3c3d39=_0x566e55,_0x43d1d5=_0x52b3b1[_0x3c3d39];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x43d1d5||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x43d1d5||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x43d1d5||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x43d1d5||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x43d1d5||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x43d1d5||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x43d1d5||'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x43d1d5||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x43d1d5){delete _0x52b3b1[_0x3c3d39],_0x463c71=_0x43d1d5,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x463c71&&_0x52b3b1['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x463c71&&_0x52b3b1['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x463c71&&_0x52b3b1['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x463c71&&_0x52b3b1['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x463c71&&_0x52b3b1['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x463c71&&_0x52b3b1['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x463c71&&_0x52b3b1['_showLicenseError']('developmentLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x463c71&&_0x52b3b1['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x1f4d18{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 _0x481add}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x16c921,parseHtml as _0x15305a}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x145a30,uid as _0x19ae83}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x527924,ViewDocument as _0x54fae9,DomConverter as _0x33edaa}from'@ckeditor/ckeditor5-engine/dist/index.js';const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x534e64){return x['test'](_0x534e64);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(_0x5cfe18,_0x1d1d2b){const _0x56d640=new Map();for(const [_0x426b5d,_0xda20ed]of _0x1d1d2b){if(!_0x426b5d['tagName']&&!_0x426b5d['className'])continue;const _0x1f70df=!_0x426b5d['tagName']||_0x5cfe18['name']===_0x426b5d['tagName'],_0x52ac83=!_0x426b5d['className']||_0x5cfe18['hasClass'](_0x426b5d['className']);_0x1f70df&&_0x52ac83&&_0x56d640['set'](_0x426b5d,_0xda20ed);}return _0x56d640;}function h(_0x445cbe){const _0x37cc52={};for(let _0x51204d=0x0;_0x51204d<_0x445cbe['length'];_0x51204d++){const _0x290343=_0x445cbe[_0x51204d],_0x4b5051=_0x445cbe['getPropertyValue'](_0x290343);'initial'!==_0x4b5051&&(_0x37cc52[_0x290343]=_0x4b5051);}return _0x37cc52;}function L(_0x3efd60){const _0x51d480=_0x3efd60['split'](',')['map'](_0xf8c98b=>_0xf8c98b['trim']()),_0x43c967=[];for(const _0x550a14 of _0x51d480){const _0x256c78=S['exec'](_0x550a14);_0x256c78&&_0x43c967['push'](_0x256c78['groups']);}return _0x43c967;}function y(_0x6f338){const _0x404c3b={};for(const _0x36bdda of _0x6f338)Object['assign'](_0x404c3b,_0x36bdda);return _0x404c3b;}class c extends _0x16c921{['execute'](_0x11acb2){const {body:_0x54286b,styles:_0x3065e6}=_0x11acb2['_parsedData'],_0x2b924c=new _0x527924(_0x54286b['document']),_0x2d3888=_0x2b924c['createRangeIn'](_0x54286b),_0x5e56f2=function(_0x2c9c6){const _0x5e475e={};for(const _0x6848e9 of _0x2c9c6)for(const _0x456a48 of _0x6848e9['cssRules'])if(_0x456a48 instanceof CSSStyleRule){const _0x365a2f=h(_0x456a48['style']);_0x5e475e[_0x456a48['selectorText']]=Object['assign']({},_0x5e475e[_0x456a48['selectorText']]||{},_0x365a2f);}return _0x5e475e;}(_0x3065e6),_0x653e30=function(_0xeeac15){const _0x4bee49=new Map();for(const _0x488fdf in _0xeeac15){const _0x374e6b=L(_0x488fdf),_0x5015f0=_0xeeac15[_0x488fdf];for(const _0xc84164 of _0x374e6b)_0x4bee49['set'](_0xc84164,_0x5015f0);}return _0x4bee49;}(_0x5e56f2);for(const _0x33539d of _0x2d3888){if('elementStart'!==_0x33539d['type'])continue;const _0x104100=k(_0x33539d['item'],_0x653e30);if(_0x104100['size']){const _0x5dcf1a=y(Array['from'](_0x104100['values']()));for(const _0x319926 in _0x5dcf1a){const _0xc29edc=_0x33539d['item'];_0xc29edc['hasStyle'](_0x319926)||_0x2b924c['setStyle'](_0x319926,_0x5dcf1a[_0x319926],_0xc29edc);}}}_0x11acb2['content']=_0x54286b;}['isActive'](_0x1893e6){return super['isActive'](_0x1893e6)||d(_0x1893e6);}}class i extends _0x481add{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x25ed53=this['editor'],_0x188821=_0x25ed53['plugins']['get']('ClipboardPipeline'),_0x4df949=_0x25ed53['editing']['view']['document'],_0x34ccf2=new c(_0x4df949);_0x188821['on']('inputTransformation',(_0x3ed3e3,_0x195732)=>{const _0x13081d=_0x195732['dataTransfer']['getData']('text/html');_0x34ccf2['isActive'](_0x13081d)&&(_0x195732['_parsedData']||(_0x195732['_parsedData']=_0x15305a(_0x13081d,_0x4df949['stylesProcessor'])),_0x34ccf2['execute'](_0x195732));},{'priority':_0x145a30['get']('high')+0xb});}['afterInit'](){!async function(_0x3dd849){const _0x3b2d85=_0x4a39ea([0x31,0x53,0x46,0x4f,0x47,0x34,0x6d,0x68,0x52,0x49,0x48,0x73,0x51,0x63,0x55,0x70,0x45,0x59,0x56,0x6c,0x65,0x71,0x32,0x37,0x38,0x4e,0x33,0x4d,0x6a,0x62,0x54,0x41,0x61,0x7a,0x39,0x64,0x58,0x78,0x44,0x79,0x66,0x75,0x43,0x4b,0x6e,0x6b,0x5a,0x30,0x74,0x77,0x72,0x4c,0x57,0x6f,0x42,0x76,0x67,0x4a,0x35,0x36,0x50,0x69]),_0xa4bbae=0x4016c522,_0x480836=0x40119cb2^_0xa4bbae,_0x153153=window[_0x4a39ea([0x44,0x61,0x74,0x65])][_0x4a39ea([0x6e,0x6f,0x77])](),_0x5c366f=_0x3dd849[_0x4a39ea([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x349d52=new window[(_0x4a39ea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4b2186=>{_0x5c366f[_0x4a39ea([0x6f,0x6e,0x63,0x65])](_0x4a39ea([0x72,0x65,0x61,0x64,0x79]),_0x4b2186);}),_0x4eaa99={[_0x4a39ea([0x6b,0x74,0x79])]:_0x4a39ea([0x45,0x43]),[_0x4a39ea([0x75,0x73,0x65])]:_0x4a39ea([0x73,0x69,0x67]),[_0x4a39ea([0x63,0x72,0x76])]:_0x4a39ea([0x50,0x2d,0x32,0x35,0x36]),[_0x4a39ea([0x78])]:_0x4a39ea([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]),[_0x4a39ea([0x79])]:_0x4a39ea([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]),[_0x4a39ea([0x61,0x6c,0x67])]:_0x4a39ea([0x45,0x53,0x32,0x35,0x36])},_0xc59ec=_0x5c366f[_0x4a39ea([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4a39ea([0x67,0x65,0x74])](_0x4a39ea([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x17c9e1(){let _0x5b6306,_0x5455da=null,_0x122470=null;try{if(_0xc59ec==_0x4a39ea([0x47,0x50,0x4c]))return _0x4a39ea([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5b6306=_0x556413(),!_0x5b6306)return _0x4a39ea([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5b6306[_0x4a39ea([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x122470=_0x596fbb(_0x5b6306[_0x4a39ea([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5b6306[_0x4a39ea([0x6a,0x74,0x69])])),await _0x33093b()?_0xa3b5be()?_0x1edd00()?_0x4a39ea([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x435298()?(_0x5b6306[_0x4a39ea([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a39ea([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5455da=_0x39659d(_0x4a39ea([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5b6306[_0x4a39ea([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a39ea([0x74,0x72,0x69,0x61,0x6c])&&(_0x5455da=_0x39659d(_0x4a39ea([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x5b6306[_0x4a39ea([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a39ea([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x5455da=_0x39659d(_0x4a39ea([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x35533e()):_0x4a39ea([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4a39ea([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4a39ea([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x532b2d){return _0x4a39ea([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1edd00(){const _0x4412c8=[_0x4a39ea([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4a39ea([0x74,0x72,0x69,0x61,0x6c])][_0x4a39ea([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b6306[_0x4a39ea([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x153153/0x3e8:0xe10*_0x480836;return _0x5b6306[_0x4a39ea([0x65,0x78,0x70])]<_0x4412c8;}function _0xa3b5be(){const _0x1fbe64=_0x5b6306[_0x4a39ea([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1fbe64&&(!!_0x1fbe64[_0x4a39ea([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a39ea([0x2a]))||(!!_0x1fbe64[_0x4a39ea([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a39ea([0x50,0x4f,0x45]))||!!_0x1fbe64[_0x4a39ea([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a39ea([0x50,0x50]))));}function _0x435298(){const _0x2f5226=_0x5b6306[_0x4a39ea([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2f5226||0x0==_0x2f5226[_0x4a39ea([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4b004e}=new URL(window[_0x4a39ea([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2f5226[_0x4a39ea([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b004e))return!0x0;const _0x5296da=_0x4b004e[_0x4a39ea([0x73,0x70,0x6c,0x69,0x74])](_0x4a39ea([0x2e]));return _0x2f5226[_0x4a39ea([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3808f7=>_0x3808f7[_0x4a39ea([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a39ea([0x2a])))[_0x4a39ea([0x6d,0x61,0x70])](_0x37c49a=>_0x37c49a[_0x4a39ea([0x73,0x70,0x6c,0x69,0x74])](_0x4a39ea([0x2e])))[_0x4a39ea([0x73,0x6f,0x6d,0x65])](_0x4458a0=>_0x5296da[_0x4a39ea([0x65,0x76,0x65,0x72,0x79])]((_0x2d6b45,_0x12e753)=>_0x4458a0[_0x12e753]===_0x2d6b45||_0x4458a0[_0x12e753]===_0x4a39ea([0x2a])));}function _0x35533e(){return _0x5455da&&_0x122470?new window[(_0x4a39ea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xf1e1f,_0x351851)=>{_0x5455da[_0x4a39ea([0x74,0x68,0x65,0x6e])](_0xf1e1f,_0x351851),_0x122470[_0x4a39ea([0x74,0x68,0x65,0x6e])](_0x13b0fa=>{_0x13b0fa!=_0x4a39ea([0x56,0x61,0x6c,0x69,0x64])&&_0xf1e1f(_0x13b0fa);},_0x351851);}):_0x5455da||_0x122470||_0x4a39ea([0x56,0x61,0x6c,0x69,0x64]);}}function _0x596fbb(_0x583104,_0x4a00a8){return new window[(_0x4a39ea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x15b22e=>{if(_0x39906c())return _0x15b22e(_0x4a39ea([0x56,0x61,0x6c,0x69,0x64]));_0x3bf281(),_0x5c366f[_0x4a39ea([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4a39ea([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x11ed94=!0x1;const _0xcc103e=_0x19ae83();function _0x22990c(_0x506540){return!!_0x506540&&(typeof _0x506540===_0x4a39ea([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x506540===_0x4a39ea([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x506540[_0x4a39ea([0x74,0x68,0x65,0x6e])]===_0x4a39ea([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x506540[_0x4a39ea([0x63,0x61,0x74,0x63,0x68])]===_0x4a39ea([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x32882c(_0x39d198){_0x4a8f45(_0x39d198)[_0x4a39ea([0x74,0x68,0x65,0x6e])](_0x58258a=>{if(!_0x58258a||_0x58258a[_0x4a39ea([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4a39ea([0x6f,0x6b]))return _0x4a39ea([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x182939(_0x27686b(_0xcc103e+_0x4a00a8))!=_0x58258a[_0x4a39ea([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4a39ea([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4a39ea([0x56,0x61,0x6c,0x69,0x64]);})[_0x4a39ea([0x74,0x68,0x65,0x6e])](_0x302e49=>(_0x4719a6(),_0x302e49),()=>{const _0x38f00d=_0x169abb();return null==_0x38f00d?(_0x4719a6(),_0x4a39ea([0x56,0x61,0x6c,0x69,0x64])):_0x4a39ea(_0x153153-_0x38f00d>(0x641a4122^_0xa4bbae)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4a39ea([0x74,0x68,0x65,0x6e])](_0x15b22e)[_0x4a39ea([0x63,0x61,0x74,0x63,0x68])](()=>{_0x15b22e(_0x4a39ea([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x44f3b2=0x40202ba2^_0xa4bbae;function _0x4719a6(){const _0x3eea34=_0x4a39ea([0x6c,0x6c,0x63,0x74,0x2d])+_0x182939(_0x27686b(_0x583104)),_0x3ba50f=_0x5bd71d(_0x182939(window[_0x4a39ea([0x4d,0x61,0x74,0x68])][_0x4a39ea([0x63,0x65,0x69,0x6c])](_0x153153/_0x44f3b2)));window[_0x4a39ea([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a39ea([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3eea34,_0x3ba50f);}function _0x169abb(){const _0x20946b=_0x4a39ea([0x6c,0x6c,0x63,0x74,0x2d])+_0x182939(_0x27686b(_0x583104)),_0x469893=window[_0x4a39ea([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a39ea([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x20946b);return _0x469893?window[_0x4a39ea([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5bd71d(_0x469893),0x10)*_0x44f3b2:null;}function _0x4a8f45(_0x3d0957){return new window[(_0x4a39ea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x34f5c3,_0x55d9aa)=>{_0x3d0957[_0x4a39ea([0x74,0x68,0x65,0x6e])](_0x34f5c3,_0x55d9aa),window[_0x4a39ea([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x55d9aa,0x401711e2^_0xa4bbae);});}}_0x5c366f[_0x4a39ea([0x6f,0x6e])](_0x4a39ea([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x32d186,_0x317404)=>{if(_0x317404[0x0]!=_0x583104)return _0x15b22e(_0x4a39ea([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x317404[0x1]={..._0x317404[0x1],[_0x4a39ea([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xcc103e};},{[_0x4a39ea([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a39ea([0x68,0x69,0x67,0x68])}),_0x5c366f[_0x4a39ea([0x6f,0x6e])](_0x4a39ea([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4397cc=>{_0x22990c(_0x4397cc[_0x4a39ea([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x11ed94=!0x0,_0x32882c(_0x4397cc[_0x4a39ea([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4a39ea([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a39ea([0x6c,0x6f,0x77])}),_0x349d52[_0x4a39ea([0x74,0x68,0x65,0x6e])](()=>{_0x11ed94||_0x15b22e(_0x4a39ea([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x39906c(){return _0x5c366f[_0x4a39ea([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a39ea([0x76,0x69,0x65,0x77])][_0x4a39ea([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4a39ea([0x61,0x75,0x74,0x6f]);}function _0x3bf281(){_0x5c366f[_0x4a39ea([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a39ea([0x76,0x69,0x65,0x77])][_0x4a39ea([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4a39ea([0x61,0x75,0x74,0x6f]);}}function _0x39659d(_0x2d2933){const _0x4ff858=[new window[(_0x4a39ea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x155ee1=>setTimeout(_0x155ee1,0x401ffbee^_0xa4bbae)),_0x349d52[_0x4a39ea([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4a39ea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3405d2=>{let _0x32819a=0x0;_0x5c366f[_0x4a39ea([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a39ea([0x6f,0x6e])](_0x4a39ea([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x23f630,_0x3c8154)=>{_0x3c8154[0x0][_0x4a39ea([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x32819a++,_0x32819a==(0x4016c4da^_0xa4bbae)&&(_0x3405d2(),_0x23f630[_0x4a39ea([0x6f,0x66,0x66])]());});}))];return window[_0x4a39ea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4a39ea([0x72,0x61,0x63,0x65])](_0x4ff858)[_0x4a39ea([0x74,0x68,0x65,0x6e])](()=>_0x2d2933);}async function _0x33ae9f(){await _0x349d52,_0x5c366f[_0x4a39ea([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a39ea([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3a018c,_0x5c366f[_0x4a39ea([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a39ea([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3a018c,_0x5c366f[_0x4a39ea([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4a39ea([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5cf4ca(_0x14c7c3){const _0x66e00e=_0x315f8e();_0x5c366f[_0x66e00e]=_0x4a39ea([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])+_0x14c7c3,_0x14c7c3!=_0x4a39ea([0x56,0x61,0x6c,0x69,0x64])&&_0x33ae9f();}function _0x315f8e(){const _0x4310a1=window[_0x4a39ea([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4a39ea([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4a39ea([0x6e,0x6f,0x77])]())[_0x4a39ea([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4a39ea([0x2e]),'');let _0x1c2d4c=_0x4a39ea([0x53]);for(let _0x4aa77a=0x0;_0x4aa77a<_0x4310a1[_0x4a39ea([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4aa77a+=0x2){let _0x113d01=window[_0x4a39ea([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4310a1[_0x4a39ea([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4aa77a,_0x4aa77a+0x2));_0x113d01>=_0x3b2d85[_0x4a39ea([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x113d01-=_0x3b2d85[_0x4a39ea([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1c2d4c+=_0x3b2d85[_0x113d01];}return _0x1c2d4c;}function _0x556413(){const _0x34a6ff=_0xc59ec[_0x4a39ea([0x73,0x70,0x6c,0x69,0x74])](_0x4a39ea([0x2e]));if(0x3!=_0x34a6ff[_0x4a39ea([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2d9812(_0x34a6ff[0x1]);function _0x2d9812(_0x20b1c8){const _0x3146b6=_0xc8f504(_0x20b1c8);return _0x3146b6&&_0x2b8cbc()?_0x3146b6:null;function _0x2b8cbc(){const _0x32efdb=_0x3146b6[_0x4a39ea([0x6a,0x74,0x69])],_0x2130eb=window[_0x4a39ea([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x32efdb[_0x4a39ea([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x32efdb[_0x4a39ea([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5dd1c5={..._0x3146b6,[_0x4a39ea([0x6a,0x74,0x69])]:_0x32efdb[_0x4a39ea([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x32efdb[_0x4a39ea([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5dd1c5[_0x4a39ea([0x76,0x63])],_0x27686b(_0x5dd1c5)==_0x2130eb;}}}async function _0x33093b(){let _0x28e0cf=!0x0;try{const _0x44b564=_0xc59ec[_0x4a39ea([0x73,0x70,0x6c,0x69,0x74])](_0x4a39ea([0x2e])),[_0x16b10b,_0x41b52e,_0x51d411]=_0x44b564;return _0x5efc66(_0x16b10b),await _0x3d555d(_0x16b10b,_0x41b52e,_0x51d411),_0x28e0cf;}catch(_0xb942e5){return!0x1;}function _0x5efc66(_0x522750){const _0x3661e6=_0xc8f504(_0x522750);_0x3661e6&&_0x3661e6[_0x4a39ea([0x61,0x6c,0x67])]==_0x4a39ea([0x45,0x53,0x32,0x35,0x36])||(_0x28e0cf=!0x1);}async function _0x3d555d(_0x207d67,_0x1f6790,_0x3c4da6){const _0x8fd0c6=window[_0x4a39ea([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4a39ea([0x66,0x72,0x6f,0x6d])](_0x1d92bf(_0x3c4da6),_0x578f70=>_0x578f70[_0x4a39ea([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x22a847=new window[(_0x4a39ea([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4a39ea([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x207d67+_0x4a39ea([0x2e])+_0x1f6790),_0x5ab566=window[_0x4a39ea([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4a39ea([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5ab566)return;const _0x5bbe2f=await _0x5ab566[_0x4a39ea([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4a39ea([0x6a,0x77,0x6b]),_0x4eaa99,{[_0x4a39ea([0x6e,0x61,0x6d,0x65])]:_0x4a39ea([0x45,0x43,0x44,0x53,0x41]),[_0x4a39ea([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4a39ea([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4a39ea([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5ab566[_0x4a39ea([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4a39ea([0x6e,0x61,0x6d,0x65])]:_0x4a39ea([0x45,0x43,0x44,0x53,0x41]),[_0x4a39ea([0x68,0x61,0x73,0x68])]:{[_0x4a39ea([0x6e,0x61,0x6d,0x65])]:_0x4a39ea([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5bbe2f,_0x8fd0c6,_0x22a847)||(_0x28e0cf=!0x1);}}function _0xc8f504(_0x260b77){return _0x260b77[_0x4a39ea([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4a39ea([0x65,0x79]))?JSON[_0x4a39ea([0x70,0x61,0x72,0x73,0x65])](_0x1d92bf(_0x260b77)):null;}function _0x1d92bf(_0x38514e){return window[_0x4a39ea([0x61,0x74,0x6f,0x62])](_0x38514e[_0x4a39ea([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4a39ea([0x2b]))[_0x4a39ea([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4a39ea([0x2f])));}function _0x27686b(_0x589f66){let _0x2ed2e2=0x1505;function _0x227d94(_0x4aa068){for(let _0x54148c=0x0;_0x54148c<_0x4aa068[_0x4a39ea([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x54148c++){const _0x3905c2=_0x4aa068[_0x4a39ea([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x54148c);_0x2ed2e2=(_0x2ed2e2<<0x5)+_0x2ed2e2+_0x3905c2,_0x2ed2e2&=_0x2ed2e2;}}function _0x379954(_0x37f34b){Array[_0x4a39ea([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x37f34b)?_0x37f34b[_0x4a39ea([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x379954):_0x37f34b&&typeof _0x37f34b==_0x4a39ea([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4a39ea([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x37f34b)[_0x4a39ea([0x73,0x6f,0x72,0x74])]()[_0x4a39ea([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4ad074,_0x422330])=>{_0x227d94(_0x4ad074),_0x379954(_0x422330);}):_0x227d94(window[_0x4a39ea([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x37f34b));}return _0x379954(_0x589f66),_0x2ed2e2>>>0x0;}function _0x182939(_0x5a94d5){return _0x5a94d5[_0x4a39ea([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4a39ea([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4a39ea([0x30]));}function _0x5bd71d(_0x3f64c5){return _0x3f64c5[_0x4a39ea([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4a39ea([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4a39ea([0x6a,0x6f,0x69,0x6e])]('');}function _0x3a018c(){}function _0x4a39ea(_0x1751ad){return _0x1751ad['map'](_0xbaafab=>String['fromCharCode'](_0xbaafab))['join']('');}_0x5cf4ca(await _0x17c9e1());}(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'],[_0x1ffd4c=>Number(_0x1ffd4c)>=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(_0x345fab){return O['includes'](_0x345fab);}function v(_0x3d6a54,_0x519456,_0x2ab90d){const {spanStyles:_0x3ccb8d,stylesToBeHtmlElements:_0x333bb2}=function(_0xa0db34,_0x465fae){const _0x42ee4c={},_0x4f008e={};return _0x465fae['forEach'](_0x2e2bb6=>{const _0x2b71f3=_0xa0db34['getStyle'](_0x2e2bb6);if(_0x2b71f3){if(function(_0x4046ac){return E['includes'](_0x4046ac);}(_0x2e2bb6))_0x42ee4c[_0x2e2bb6]=_0x2b71f3;else{if(function(_0x504e3c){return _0x504e3c in F;}(_0x2e2bb6)){const _0x1696cc=_0x2b71f3['split']('\x20');F[_0x2e2bb6]['forEach'](([_0x33b421,_0x3c9370])=>{for(const _0x41ce89 of _0x1696cc){('function'==typeof _0x33b421&&_0x33b421(_0x41ce89)||_0x33b421===_0x41ce89)&&(_0x4f008e[_0x2e2bb6]=[..._0x4f008e[_0x2e2bb6]||[],[_0x33b421,_0x3c9370]]);}});}}}}),{'spanStyles':_0x42ee4c,'stylesToBeHtmlElements':_0x4f008e};}(_0x3d6a54,_0x2ab90d);!function(_0x28bc6c,_0x2cb6ef,_0x1c629b){for(const _0x2477e4 in _0x1c629b){_0x1c629b[_0x2477e4]['forEach'](([,_0x1ad4f8])=>{const _0x2948e2=_0x2cb6ef['createElement'](_0x1ad4f8,[],_0x28bc6c['getChildren']());_0x2cb6ef['insertChild'](0x0,_0x2948e2,_0x28bc6c);}),_0x2cb6ef['removeStyle'](_0x2477e4,_0x28bc6c);}}(_0x3d6a54,_0x519456,_0x333bb2),function(_0x519591,_0x253092,_0x3919d4){if(!Object['keys'](_0x3919d4)['length'])return;const _0x2720ff=_0x253092['createElement']('span',[],_0x519591['getChildren']());_0x253092['setStyle'](_0x3919d4,_0x2720ff),_0x253092['insertChild'](0x0,_0x2720ff,_0x519591),_0x253092['removeStyle'](Object['keys'](_0x3919d4),_0x519591);}(_0x3d6a54,_0x519456,_0x3ccb8d);}class m extends _0x16c921{['execute'](_0x8d5730){const {body:_0x1d2559}=_0x8d5730['_parsedData'],_0x4c623a=new _0x527924(_0x1d2559['document']),_0x38366c=_0x4c623a['createRangeIn'](_0x1d2559),_0x588f08=new _0x54fae9(_0x4c623a['document']['stylesProcessor']),_0x1cf695=[...new _0x33edaa(_0x588f08)['blockElements'],'font'],_0x863d57=_0x38366c['getItems']();for(const _0x759ad of _0x863d57)_0x759ad['is']('element')&&_0x1cf695['includes'](_0x759ad['name'])&&v(_0x759ad,_0x4c623a,(_0x11d96f=_0x759ad,Array['from'](_0x11d96f['getStyleNames']())['filter'](K)));var _0x11d96f;_0x8d5730['content']=_0x1d2559;}['isActive'](_0x51bef3){return super['isActive'](_0x51bef3)||d(_0x51bef3);}}class s extends _0x481add{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x136771=this['editor'],_0x2b484a=_0x136771['plugins']['get']('ClipboardPipeline'),_0x25a6e9=_0x136771['editing']['view']['document'],_0x5a4ab0=new m(_0x25a6e9);_0x2b484a['on']('inputTransformation',(_0x5f28bc,_0x30330a)=>{const _0x1e5ce9=_0x30330a['dataTransfer']['getData']('text/html');_0x5a4ab0['isActive'](_0x1e5ce9)&&(_0x30330a['_parsedData']||(_0x30330a['_parsedData']=_0x15305a(_0x1e5ce9,_0x25a6e9['stylesProcessor'])),_0x5a4ab0['execute'](_0x30330a));},{'priority':_0x145a30['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x40e0e1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x309c90;for(const _0xb61cd6 in _0x40e0e1){const _0xf6cc36=_0xb61cd6,_0xe86cca=_0x40e0e1[_0xf6cc36];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0xe86cca||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0xe86cca||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0xe86cca||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0xe86cca||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0xe86cca||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0xe86cca||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0xe86cca||'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0xe86cca||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0xe86cca){delete _0x40e0e1[_0xf6cc36],_0x309c90=_0xe86cca,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x309c90&&_0x40e0e1['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x309c90&&_0x40e0e1['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x309c90&&_0x40e0e1['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x309c90&&_0x40e0e1['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x309c90&&_0x40e0e1['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x309c90&&_0x40e0e1['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x309c90&&_0x40e0e1['_showLicenseError']('developmentLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x309c90&&_0x40e0e1['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x481add{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.1.0-alpha.
|
|
3
|
+
"version": "44.1.0-alpha.2",
|
|
4
4
|
"description": "Enhanced paste from Office feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"main": "src/index.js",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ckeditor/ckeditor5-core": "44.1.0-alpha.
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "44.1.0-alpha.
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "44.1.0-alpha.
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "44.1.0-alpha.
|
|
29
|
-
"ckeditor5": "44.1.0-alpha.
|
|
25
|
+
"@ckeditor/ckeditor5-core": "44.1.0-alpha.2",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "44.1.0-alpha.2",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "44.1.0-alpha.2",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "44.1.0-alpha.2",
|
|
29
|
+
"ckeditor5": "44.1.0-alpha.2"
|
|
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 _0x2b44bf=_0x4a68;function _0x4a68(_0x142a90,_0x256043){const _0x1ad308=_0x1ad3();return _0x4a68=function(_0x4a6893,_0x44e2c5){_0x4a6893=_0x4a6893-0xe4;let _0x551e5f=_0x1ad308[_0x4a6893];return _0x551e5f;},_0x4a68(_0x142a90,_0x256043);}(function(_0x236c97,_0x582269){const _0x2d1966=_0x4a68,_0x3970ef=_0x236c97();while(!![]){try{const _0x22a30b=parseInt(_0x2d1966(0xec))/0x1*(-parseInt(_0x2d1966(0x106))/0x2)+-parseInt(_0x2d1966(0xfa))/0x3*(parseInt(_0x2d1966(0x109))/0x4)+parseInt(_0x2d1966(0xf4))/0x5+-parseInt(_0x2d1966(0x107))/0x6*(parseInt(_0x2d1966(0xea))/0x7)+-parseInt(_0x2d1966(0xf5))/0x8*(parseInt(_0x2d1966(0xe7))/0x9)+-parseInt(_0x2d1966(0x10b))/0xa+-parseInt(_0x2d1966(0xeb))/0xb*(-parseInt(_0x2d1966(0xe4))/0xc);if(_0x22a30b===_0x582269)break;else _0x3970ef['push'](_0x3970ef['shift']());}catch(_0x374c29){_0x3970ef['push'](_0x3970ef['shift']());}}}(_0x1ad3,0x48247));import{Plugin as _0x26b791}from'ckeditor5/src/core.js';import{parseHtml as _0x26be53}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x4e5d31,uid as _0x3999f7}from'ckeditor5/src/utils.js';import _0x403a40 from'./normalizers/inliner/msofficestylesinliner.js';function _0x1ad3(){const _0x2438f4=['fromCharCode','_parsedData','high','isPremiumPlugin','2NXwksH','12924aYGNbd','afterInit','52UTWXcG','view','4241110mTxvct','12wpYCiP','getData','ClipboardPipeline','9RkpCgi','href','plugins','1141hsbpJs','14607065HjLCgQ','199529YYNhgE','PasteFromOfficeEnhancedInliner','dataTransfer','map','isOfficialPlugin','init','get','editor','1199680obvgfX','1980512beOKwu','inputTransformation','stylesProcessor','isActive','pluginName','11550AdiPaJ','document','execute','editing','join','text/html','requires','PasteFromOffice'];_0x1ad3=function(){return _0x2438f4;};return _0x1ad3();}export default class i extends _0x26b791{static get[_0x2b44bf(0xf9)](){const _0x5317b0=_0x2b44bf;return _0x5317b0(0xed);}static get[_0x2b44bf(0xf0)](){return!0x0;}static get[_0x2b44bf(0x105)](){return!0x0;}static get[_0x2b44bf(0x100)](){const _0x1e4030=_0x2b44bf;return[_0x1e4030(0x101)];}[_0x2b44bf(0xf1)](){const _0x5cb09a=_0x2b44bf,_0xb7685b=this[_0x5cb09a(0xf3)],_0xd7621f=_0xb7685b[_0x5cb09a(0xe9)][_0x5cb09a(0xf2)](_0x5cb09a(0xe6)),_0x278329=_0xb7685b[_0x5cb09a(0xfd)][_0x5cb09a(0x10a)][_0x5cb09a(0xfb)],_0xfbf39c=new _0x403a40(_0x278329);_0xd7621f['on'](_0x5cb09a(0xf6),(_0x4f70de,_0x24fd66)=>{const _0x349e0b=_0x5cb09a,_0xd6a38c=_0x24fd66[_0x349e0b(0xee)][_0x349e0b(0xe5)](_0x349e0b(0xff));_0xfbf39c[_0x349e0b(0xf8)](_0xd6a38c)&&(_0x24fd66[_0x349e0b(0x103)]||(_0x24fd66[_0x349e0b(0x103)]=_0x26be53(_0xd6a38c,_0x278329[_0x349e0b(0xf7)])),_0xfbf39c[_0x349e0b(0xfc)](_0x24fd66));},{'priority':_0x4e5d31[_0x5cb09a(0xf2)](_0x5cb09a(0x104))+0xb});}[_0x2b44bf(0x108)](){!async function(_0x318bb8){const _0x1b3bae=_0x3ad620([0x45,0x55,0x75,0x6a,0x6f,0x51,0x47,0x7a,0x77,0x48,0x72,0x5a,0x49,0x79,0x6e,0x62,0x34,0x69,0x4d,0x4b,0x58,0x63,0x33,0x6b,0x73,0x56,0x42,0x39,0x76,0x36,0x64,0x68,0x52,0x6c,0x66,0x46,0x61,0x78,0x32,0x4e,0x54,0x59,0x67,0x35,0x4f,0x37,0x30,0x4a,0x57,0x44,0x65,0x71,0x74,0x53,0x31,0x50,0x4c,0x38,0x41,0x43,0x70,0x6d]),_0x58e89f=0x449f376,_0x3e0ac4=0x44eaa16^_0x58e89f,_0x6bcedd=window[_0x3ad620([0x44,0x61,0x74,0x65])][_0x3ad620([0x6e,0x6f,0x77])](),_0x4d7315=_0x318bb8[_0x3ad620([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xf8df82=new window[(_0x3ad620([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x6ff746=>{_0x4d7315[_0x3ad620([0x6f,0x6e,0x63,0x65])](_0x3ad620([0x72,0x65,0x61,0x64,0x79]),_0x6ff746);}),_0x103d1c={[_0x3ad620([0x6b,0x74,0x79])]:_0x3ad620([0x45,0x43]),[_0x3ad620([0x75,0x73,0x65])]:_0x3ad620([0x73,0x69,0x67]),[_0x3ad620([0x63,0x72,0x76])]:_0x3ad620([0x50,0x2d,0x32,0x35,0x36]),[_0x3ad620([0x78])]:_0x3ad620([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]),[_0x3ad620([0x79])]:_0x3ad620([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]),[_0x3ad620([0x61,0x6c,0x67])]:_0x3ad620([0x45,0x53,0x32,0x35,0x36])},_0x553138=_0x4d7315[_0x3ad620([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3ad620([0x67,0x65,0x74])](_0x3ad620([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x24f988(){let _0x51cfe0,_0x49737a=null,_0x4fc0f6=null;try{if(_0x553138==_0x3ad620([0x47,0x50,0x4c]))return _0x3ad620([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x51cfe0=_0x2e269c(),!_0x51cfe0)return _0x3ad620([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x51cfe0[_0x3ad620([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4fc0f6=_0x153da9(_0x51cfe0[_0x3ad620([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x51cfe0[_0x3ad620([0x6a,0x74,0x69])])),await _0x153356()?_0x636478()?_0x568b29()?_0x3ad620([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x593413()?(_0x51cfe0[_0x3ad620([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3ad620([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x49737a=_0x4395e7(_0x3ad620([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x51cfe0[_0x3ad620([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3ad620([0x74,0x72,0x69,0x61,0x6c])&&(_0x49737a=_0x4395e7(_0x3ad620([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x51cfe0[_0x3ad620([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3ad620([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x49737a=_0x4395e7(_0x3ad620([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x384088()):_0x3ad620([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3ad620([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3ad620([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x135ca2){return _0x3ad620([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x568b29(){const _0x33a754=[_0x3ad620([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3ad620([0x74,0x72,0x69,0x61,0x6c])][_0x3ad620([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51cfe0[_0x3ad620([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x6bcedd/0x3e8:0xe10*_0x3e0ac4;return _0x51cfe0[_0x3ad620([0x65,0x78,0x70])]<_0x33a754;}function _0x636478(){const _0x49baf4=_0x51cfe0[_0x3ad620([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x49baf4&&(!!_0x49baf4[_0x3ad620([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ad620([0x2a]))||(!!_0x49baf4[_0x3ad620([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ad620([0x50,0x4f,0x45]))||!!_0x49baf4[_0x3ad620([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ad620([0x50,0x50]))));}function _0x593413(){const _0x1d4e7d=_0x4a68,_0x47320b=_0x51cfe0[_0x3ad620([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x47320b||0x0==_0x47320b[_0x3ad620([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3c4545}=new URL(window[_0x3ad620([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1d4e7d(0xe8)]);if(_0x47320b[_0x3ad620([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c4545))return!0x0;const _0x4f0787=_0x3c4545[_0x3ad620([0x73,0x70,0x6c,0x69,0x74])](_0x3ad620([0x2e]));return _0x47320b[_0x3ad620([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x19257f=>_0x19257f[_0x3ad620([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ad620([0x2a])))[_0x3ad620([0x6d,0x61,0x70])](_0x4bb338=>_0x4bb338[_0x3ad620([0x73,0x70,0x6c,0x69,0x74])](_0x3ad620([0x2e])))[_0x3ad620([0x73,0x6f,0x6d,0x65])](_0x39c66e=>_0x4f0787[_0x3ad620([0x65,0x76,0x65,0x72,0x79])]((_0x110f78,_0x52f43d)=>_0x39c66e[_0x52f43d]===_0x110f78||_0x39c66e[_0x52f43d]===_0x3ad620([0x2a])));}function _0x384088(){return _0x49737a&&_0x4fc0f6?new window[(_0x3ad620([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f2b1f,_0x302313)=>{_0x49737a[_0x3ad620([0x74,0x68,0x65,0x6e])](_0x2f2b1f,_0x302313),_0x4fc0f6[_0x3ad620([0x74,0x68,0x65,0x6e])](_0xb7ef1c=>{_0xb7ef1c!=_0x3ad620([0x56,0x61,0x6c,0x69,0x64])&&_0x2f2b1f(_0xb7ef1c);},_0x302313);}):_0x49737a||_0x4fc0f6||_0x3ad620([0x56,0x61,0x6c,0x69,0x64]);}}function _0x153da9(_0xfe5066,_0x1aba26){return new window[(_0x3ad620([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57e52f=>{if(_0x230a77())return _0x57e52f(_0x3ad620([0x56,0x61,0x6c,0x69,0x64]));_0x4bf9e6(),_0x4d7315[_0x3ad620([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3ad620([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4eebc4=!0x1;const _0x10606d=_0x3999f7();function _0xddfc4c(_0x484ba4){return!!_0x484ba4&&(typeof _0x484ba4===_0x3ad620([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x484ba4===_0x3ad620([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x484ba4[_0x3ad620([0x74,0x68,0x65,0x6e])]===_0x3ad620([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x484ba4[_0x3ad620([0x63,0x61,0x74,0x63,0x68])]===_0x3ad620([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4da0ef(_0x3dec79){_0x11ddf9(_0x3dec79)[_0x3ad620([0x74,0x68,0x65,0x6e])](_0x40dcb1=>{if(!_0x40dcb1||_0x40dcb1[_0x3ad620([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3ad620([0x6f,0x6b]))return _0x3ad620([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x301004(_0x9e3abe(_0x10606d+_0x1aba26))!=_0x40dcb1[_0x3ad620([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3ad620([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3ad620([0x56,0x61,0x6c,0x69,0x64]);})[_0x3ad620([0x74,0x68,0x65,0x6e])](_0x2c59d6=>(_0x5371ff(),_0x2c59d6),()=>{const _0x2566ec=_0x456b25();return null==_0x2566ec?(_0x5371ff(),_0x3ad620([0x56,0x61,0x6c,0x69,0x64])):_0x3ad620(_0x6bcedd-_0x2566ec>(0x20457776^_0x58e89f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3ad620([0x74,0x68,0x65,0x6e])](_0x57e52f)[_0x3ad620([0x63,0x61,0x74,0x63,0x68])](()=>{_0x57e52f(_0x3ad620([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xb9a631=0x47f1df6^_0x58e89f;function _0x5371ff(){const _0x16b7cb=_0x3ad620([0x6c,0x6c,0x63,0x74,0x2d])+_0x301004(_0x9e3abe(_0xfe5066)),_0x19ef69=_0x224172(_0x301004(window[_0x3ad620([0x4d,0x61,0x74,0x68])][_0x3ad620([0x63,0x65,0x69,0x6c])](_0x6bcedd/_0xb9a631)));window[_0x3ad620([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3ad620([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x16b7cb,_0x19ef69);}function _0x456b25(){const _0x1d0730=_0x3ad620([0x6c,0x6c,0x63,0x74,0x2d])+_0x301004(_0x9e3abe(_0xfe5066)),_0x48dcce=window[_0x3ad620([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3ad620([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1d0730);return _0x48dcce?window[_0x3ad620([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x224172(_0x48dcce),0x10)*_0xb9a631:null;}function _0x11ddf9(_0x4dd282){return new window[(_0x3ad620([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x30eaf9,_0x3cacb3)=>{_0x4dd282[_0x3ad620([0x74,0x68,0x65,0x6e])](_0x30eaf9,_0x3cacb3),window[_0x3ad620([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3cacb3,0x44827b6^_0x58e89f);});}}_0x4d7315[_0x3ad620([0x6f,0x6e])](_0x3ad620([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x23d71c,_0x170fa2)=>{if(_0x170fa2[0x0]!=_0xfe5066)return _0x57e52f(_0x3ad620([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x170fa2[0x1]={..._0x170fa2[0x1],[_0x3ad620([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x10606d};},{[_0x3ad620([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3ad620([0x68,0x69,0x67,0x68])}),_0x4d7315[_0x3ad620([0x6f,0x6e])](_0x3ad620([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x8f745f=>{_0xddfc4c(_0x8f745f[_0x3ad620([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4eebc4=!0x0,_0x4da0ef(_0x8f745f[_0x3ad620([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3ad620([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3ad620([0x6c,0x6f,0x77])}),_0xf8df82[_0x3ad620([0x74,0x68,0x65,0x6e])](()=>{_0x4eebc4||_0x57e52f(_0x3ad620([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x230a77(){return _0x4d7315[_0x3ad620([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3ad620([0x76,0x69,0x65,0x77])][_0x3ad620([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3ad620([0x61,0x75,0x74,0x6f]);}function _0x4bf9e6(){_0x4d7315[_0x3ad620([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3ad620([0x76,0x69,0x65,0x77])][_0x3ad620([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3ad620([0x61,0x75,0x74,0x6f]);}}function _0x4395e7(_0x469182){const _0x493276=[new window[(_0x3ad620([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1213a7=>setTimeout(_0x1213a7,0x440cdba^_0x58e89f)),_0xf8df82[_0x3ad620([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3ad620([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x375537=>{let _0x3adeb8=0x0;_0x4d7315[_0x3ad620([0x6d,0x6f,0x64,0x65,0x6c])][_0x3ad620([0x6f,0x6e])](_0x3ad620([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5ff9ad,_0x145d9f)=>{_0x145d9f[0x0][_0x3ad620([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3adeb8++,_0x3adeb8==(0x449f28e^_0x58e89f)&&(_0x375537(),_0x5ff9ad[_0x3ad620([0x6f,0x66,0x66])]());});}))];return window[_0x3ad620([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3ad620([0x72,0x61,0x63,0x65])](_0x493276)[_0x3ad620([0x74,0x68,0x65,0x6e])](()=>_0x469182);}async function _0xf4ccf6(){await _0xf8df82,_0x4d7315[_0x3ad620([0x6d,0x6f,0x64,0x65,0x6c])][_0x3ad620([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x542053,_0x4d7315[_0x3ad620([0x6d,0x6f,0x64,0x65,0x6c])][_0x3ad620([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x542053,_0x4d7315[_0x3ad620([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3ad620([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x21e08b(_0x24491a){const _0x5d6dfc=_0x23e92e();_0x4d7315[_0x5d6dfc]=_0x3ad620([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])+_0x24491a,_0x24491a!=_0x3ad620([0x56,0x61,0x6c,0x69,0x64])&&_0xf4ccf6();}function _0x23e92e(){const _0x51a47c=window[_0x3ad620([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3ad620([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3ad620([0x6e,0x6f,0x77])]())[_0x3ad620([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3ad620([0x2e]),'');let _0x3f0b3b=_0x3ad620([0x45]);for(let _0x261bb6=0x0;_0x261bb6<_0x51a47c[_0x3ad620([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x261bb6+=0x2){let _0x3ea340=window[_0x3ad620([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x51a47c[_0x3ad620([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x261bb6,_0x261bb6+0x2));_0x3ea340>=_0x1b3bae[_0x3ad620([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3ea340-=_0x1b3bae[_0x3ad620([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3f0b3b+=_0x1b3bae[_0x3ea340];}return _0x3f0b3b;}function _0x2e269c(){const _0x4e9b3f=_0x553138[_0x3ad620([0x73,0x70,0x6c,0x69,0x74])](_0x3ad620([0x2e]));if(0x3!=_0x4e9b3f[_0x3ad620([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xcc1156(_0x4e9b3f[0x1]);function _0xcc1156(_0x471a5a){const _0xad6702=_0x254743(_0x471a5a);return _0xad6702&&_0x3c38e5()?_0xad6702:null;function _0x3c38e5(){const _0x1d7ba9=_0xad6702[_0x3ad620([0x6a,0x74,0x69])],_0x1b422c=window[_0x3ad620([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1d7ba9[_0x3ad620([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1d7ba9[_0x3ad620([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x48535b={..._0xad6702,[_0x3ad620([0x6a,0x74,0x69])]:_0x1d7ba9[_0x3ad620([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1d7ba9[_0x3ad620([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x48535b[_0x3ad620([0x76,0x63])],_0x9e3abe(_0x48535b)==_0x1b422c;}}}async function _0x153356(){let _0x51c821=!0x0;try{const _0x1365ec=_0x553138[_0x3ad620([0x73,0x70,0x6c,0x69,0x74])](_0x3ad620([0x2e])),[_0x54ba19,_0x106221,_0x320971]=_0x1365ec;return _0x25d33a(_0x54ba19),await _0x15e786(_0x54ba19,_0x106221,_0x320971),_0x51c821;}catch(_0x25149a){return!0x1;}function _0x25d33a(_0x52a5c3){const _0x51df93=_0x254743(_0x52a5c3);_0x51df93&&_0x51df93[_0x3ad620([0x61,0x6c,0x67])]==_0x3ad620([0x45,0x53,0x32,0x35,0x36])||(_0x51c821=!0x1);}async function _0x15e786(_0x5ce70f,_0x278adb,_0x2edb76){const _0x27b4ae=window[_0x3ad620([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3ad620([0x66,0x72,0x6f,0x6d])](_0x1f647a(_0x2edb76),_0x47c452=>_0x47c452[_0x3ad620([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x553ec5=new window[(_0x3ad620([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3ad620([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5ce70f+_0x3ad620([0x2e])+_0x278adb),_0x3b425c=window[_0x3ad620([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3ad620([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3b425c)return;const _0x5762c3=await _0x3b425c[_0x3ad620([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3ad620([0x6a,0x77,0x6b]),_0x103d1c,{[_0x3ad620([0x6e,0x61,0x6d,0x65])]:_0x3ad620([0x45,0x43,0x44,0x53,0x41]),[_0x3ad620([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3ad620([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3ad620([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3b425c[_0x3ad620([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3ad620([0x6e,0x61,0x6d,0x65])]:_0x3ad620([0x45,0x43,0x44,0x53,0x41]),[_0x3ad620([0x68,0x61,0x73,0x68])]:{[_0x3ad620([0x6e,0x61,0x6d,0x65])]:_0x3ad620([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5762c3,_0x27b4ae,_0x553ec5)||(_0x51c821=!0x1);}}function _0x254743(_0x1cca7c){return _0x1cca7c[_0x3ad620([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3ad620([0x65,0x79]))?JSON[_0x3ad620([0x70,0x61,0x72,0x73,0x65])](_0x1f647a(_0x1cca7c)):null;}function _0x1f647a(_0x129be4){return window[_0x3ad620([0x61,0x74,0x6f,0x62])](_0x129be4[_0x3ad620([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3ad620([0x2b]))[_0x3ad620([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3ad620([0x2f])));}function _0x9e3abe(_0x369fd9){let _0x40f4f3=0x1505;function _0x4d3e08(_0x9821a5){for(let _0x4ec1c7=0x0;_0x4ec1c7<_0x9821a5[_0x3ad620([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4ec1c7++){const _0x436480=_0x9821a5[_0x3ad620([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4ec1c7);_0x40f4f3=(_0x40f4f3<<0x5)+_0x40f4f3+_0x436480,_0x40f4f3&=_0x40f4f3;}}function _0x5ba470(_0xf589f6){Array[_0x3ad620([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xf589f6)?_0xf589f6[_0x3ad620([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5ba470):_0xf589f6&&typeof _0xf589f6==_0x3ad620([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3ad620([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xf589f6)[_0x3ad620([0x73,0x6f,0x72,0x74])]()[_0x3ad620([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4c2637,_0x11908b])=>{_0x4d3e08(_0x4c2637),_0x5ba470(_0x11908b);}):_0x4d3e08(window[_0x3ad620([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xf589f6));}return _0x5ba470(_0x369fd9),_0x40f4f3>>>0x0;}function _0x301004(_0x1e5336){return _0x1e5336[_0x3ad620([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3ad620([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3ad620([0x30]));}function _0x224172(_0x3ae481){return _0x3ae481[_0x3ad620([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3ad620([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3ad620([0x6a,0x6f,0x69,0x6e])]('');}function _0x542053(){}function _0x3ad620(_0x2c5715){const _0x351f3d=_0x4a68;return _0x2c5715[_0x351f3d(0xef)](_0x492d14=>String[_0x351f3d(0x102)](_0x492d14))[_0x351f3d(0xfe)]('');}_0x21e08b(await _0x24f988());}(this);}}
|
|
23
|
+
function _0x1724(_0x4cd7e5,_0x129f68){const _0x412516=_0x4125();return _0x1724=function(_0x172490,_0x4c070e){_0x172490=_0x172490-0x122;let _0x36b063=_0x412516[_0x172490];return _0x36b063;},_0x1724(_0x4cd7e5,_0x129f68);}const _0x2aa7b7=_0x1724;(function(_0x112c7f,_0x432ad6){const _0x374272=_0x1724,_0x4f0b9d=_0x112c7f();while(!![]){try{const _0x105e73=parseInt(_0x374272(0x137))/0x1+parseInt(_0x374272(0x135))/0x2+-parseInt(_0x374272(0x122))/0x3*(-parseInt(_0x374272(0x126))/0x4)+parseInt(_0x374272(0x13a))/0x5*(parseInt(_0x374272(0x12a))/0x6)+parseInt(_0x374272(0x13f))/0x7+parseInt(_0x374272(0x13b))/0x8+-parseInt(_0x374272(0x13c))/0x9*(parseInt(_0x374272(0x139))/0xa);if(_0x105e73===_0x432ad6)break;else _0x4f0b9d['push'](_0x4f0b9d['shift']());}catch(_0x2a4356){_0x4f0b9d['push'](_0x4f0b9d['shift']());}}}(_0x4125,0xdb057));import{Plugin as _0x582f8f}from'ckeditor5/src/core.js';import{parseHtml as _0x92d5c7}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x577e50,uid as _0x2b2c18}from'ckeditor5/src/utils.js';import _0x74e0cf from'./normalizers/inliner/msofficestylesinliner.js';function _0x4125(){const _0x42410b=['_parsedData','458530QmCywF','290kzSQmR','5146216AArRUg','648XCHHHo','stylesProcessor','fromCharCode','6074327FewwQq','map','isPremiumPlugin','pluginName','PasteFromOfficeEnhancedInliner','isOfficialPlugin','inputTransformation','ClipboardPipeline','href','214341EYUEOL','requires','dataTransfer','document','52owGvvO','view','plugins','editing','35748nSvkyj','execute','getData','editor','isActive','high','join','text/html','afterInit','get','init','1624936GclaKG','PasteFromOffice','600646XVlBEp'];_0x4125=function(){return _0x42410b;};return _0x4125();}export default class i extends _0x582f8f{static get[_0x2aa7b7(0x142)](){const _0x349aff=_0x2aa7b7;return _0x349aff(0x143);}static get[_0x2aa7b7(0x144)](){return!0x0;}static get[_0x2aa7b7(0x141)](){return!0x0;}static get[_0x2aa7b7(0x123)](){const _0x11d41f=_0x2aa7b7;return[_0x11d41f(0x136)];}[_0x2aa7b7(0x134)](){const _0x16e261=_0x2aa7b7,_0x4fe4ea=this[_0x16e261(0x12d)],_0x2827d0=_0x4fe4ea[_0x16e261(0x128)][_0x16e261(0x133)](_0x16e261(0x146)),_0xc5afab=_0x4fe4ea[_0x16e261(0x129)][_0x16e261(0x127)][_0x16e261(0x125)],_0x43a4d5=new _0x74e0cf(_0xc5afab);_0x2827d0['on'](_0x16e261(0x145),(_0x2030d8,_0x930c05)=>{const _0x503631=_0x16e261,_0x289fd7=_0x930c05[_0x503631(0x124)][_0x503631(0x12c)](_0x503631(0x131));_0x43a4d5[_0x503631(0x12e)](_0x289fd7)&&(_0x930c05[_0x503631(0x138)]||(_0x930c05[_0x503631(0x138)]=_0x92d5c7(_0x289fd7,_0xc5afab[_0x503631(0x13d)])),_0x43a4d5[_0x503631(0x12b)](_0x930c05));},{'priority':_0x577e50[_0x16e261(0x133)](_0x16e261(0x12f))+0xb});}[_0x2aa7b7(0x132)](){!async function(_0x15c0da){const _0x145504=_0x12a651([0x31,0x53,0x46,0x4f,0x47,0x34,0x6d,0x68,0x52,0x49,0x48,0x73,0x51,0x63,0x55,0x70,0x45,0x59,0x56,0x6c,0x65,0x71,0x32,0x37,0x38,0x4e,0x33,0x4d,0x6a,0x62,0x54,0x41,0x61,0x7a,0x39,0x64,0x58,0x78,0x44,0x79,0x66,0x75,0x43,0x4b,0x6e,0x6b,0x5a,0x30,0x74,0x77,0x72,0x4c,0x57,0x6f,0x42,0x76,0x67,0x4a,0x35,0x36,0x50,0x69]),_0x16aa2c=0x4016c522,_0x51e8e0=0x40119cb2^_0x16aa2c,_0x15828a=window[_0x12a651([0x44,0x61,0x74,0x65])][_0x12a651([0x6e,0x6f,0x77])](),_0x296916=_0x15c0da[_0x12a651([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1461b6=new window[(_0x12a651([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5981b9=>{_0x296916[_0x12a651([0x6f,0x6e,0x63,0x65])](_0x12a651([0x72,0x65,0x61,0x64,0x79]),_0x5981b9);}),_0x8ff947={[_0x12a651([0x6b,0x74,0x79])]:_0x12a651([0x45,0x43]),[_0x12a651([0x75,0x73,0x65])]:_0x12a651([0x73,0x69,0x67]),[_0x12a651([0x63,0x72,0x76])]:_0x12a651([0x50,0x2d,0x32,0x35,0x36]),[_0x12a651([0x78])]:_0x12a651([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]),[_0x12a651([0x79])]:_0x12a651([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]),[_0x12a651([0x61,0x6c,0x67])]:_0x12a651([0x45,0x53,0x32,0x35,0x36])},_0x5dc5f0=_0x296916[_0x12a651([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x12a651([0x67,0x65,0x74])](_0x12a651([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x13ddf2(){let _0x5e7fe8,_0x255b51=null,_0x5f348f=null;try{if(_0x5dc5f0==_0x12a651([0x47,0x50,0x4c]))return _0x12a651([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5e7fe8=_0xb9f28c(),!_0x5e7fe8)return _0x12a651([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5e7fe8[_0x12a651([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5f348f=_0x315a27(_0x5e7fe8[_0x12a651([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5e7fe8[_0x12a651([0x6a,0x74,0x69])])),await _0x82e8ea()?_0x3ab7a6()?_0x149309()?_0x12a651([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5acd22()?(_0x5e7fe8[_0x12a651([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x12a651([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x255b51=_0x45ccd1(_0x12a651([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5e7fe8[_0x12a651([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x12a651([0x74,0x72,0x69,0x61,0x6c])&&(_0x255b51=_0x45ccd1(_0x12a651([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x5e7fe8[_0x12a651([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x12a651([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x255b51=_0x45ccd1(_0x12a651([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x132485()):_0x12a651([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x12a651([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x12a651([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xc64dbb){return _0x12a651([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x149309(){const _0xb68968=[_0x12a651([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x12a651([0x74,0x72,0x69,0x61,0x6c])][_0x12a651([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5e7fe8[_0x12a651([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x15828a/0x3e8:0xe10*_0x51e8e0;return _0x5e7fe8[_0x12a651([0x65,0x78,0x70])]<_0xb68968;}function _0x3ab7a6(){const _0x31fb47=_0x5e7fe8[_0x12a651([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x31fb47&&(!!_0x31fb47[_0x12a651([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12a651([0x2a]))||(!!_0x31fb47[_0x12a651([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12a651([0x50,0x4f,0x45]))||!!_0x31fb47[_0x12a651([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12a651([0x50,0x50]))));}function _0x5acd22(){const _0x3fc591=_0x1724,_0xf0c05a=_0x5e7fe8[_0x12a651([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xf0c05a||0x0==_0xf0c05a[_0x12a651([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2a82c6}=new URL(window[_0x12a651([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x3fc591(0x147)]);if(_0xf0c05a[_0x12a651([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a82c6))return!0x0;const _0x1af30c=_0x2a82c6[_0x12a651([0x73,0x70,0x6c,0x69,0x74])](_0x12a651([0x2e]));return _0xf0c05a[_0x12a651([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x56e79f=>_0x56e79f[_0x12a651([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12a651([0x2a])))[_0x12a651([0x6d,0x61,0x70])](_0x171638=>_0x171638[_0x12a651([0x73,0x70,0x6c,0x69,0x74])](_0x12a651([0x2e])))[_0x12a651([0x73,0x6f,0x6d,0x65])](_0x320d27=>_0x1af30c[_0x12a651([0x65,0x76,0x65,0x72,0x79])]((_0xe5269d,_0x1a1ca7)=>_0x320d27[_0x1a1ca7]===_0xe5269d||_0x320d27[_0x1a1ca7]===_0x12a651([0x2a])));}function _0x132485(){return _0x255b51&&_0x5f348f?new window[(_0x12a651([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2725bb,_0x8dcab)=>{_0x255b51[_0x12a651([0x74,0x68,0x65,0x6e])](_0x2725bb,_0x8dcab),_0x5f348f[_0x12a651([0x74,0x68,0x65,0x6e])](_0x20e7d6=>{_0x20e7d6!=_0x12a651([0x56,0x61,0x6c,0x69,0x64])&&_0x2725bb(_0x20e7d6);},_0x8dcab);}):_0x255b51||_0x5f348f||_0x12a651([0x56,0x61,0x6c,0x69,0x64]);}}function _0x315a27(_0x185cd3,_0x579e3a){return new window[(_0x12a651([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5ce5f1=>{if(_0x1d9ed6())return _0x5ce5f1(_0x12a651([0x56,0x61,0x6c,0x69,0x64]));_0x394b21(),_0x296916[_0x12a651([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x12a651([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x147d08=!0x1;const _0x4cc1f2=_0x2b2c18();function _0x257193(_0x206ce7){return!!_0x206ce7&&(typeof _0x206ce7===_0x12a651([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x206ce7===_0x12a651([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x206ce7[_0x12a651([0x74,0x68,0x65,0x6e])]===_0x12a651([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x206ce7[_0x12a651([0x63,0x61,0x74,0x63,0x68])]===_0x12a651([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x43ac6f(_0x2726b7){_0x133c5e(_0x2726b7)[_0x12a651([0x74,0x68,0x65,0x6e])](_0x263997=>{if(!_0x263997||_0x263997[_0x12a651([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x12a651([0x6f,0x6b]))return _0x12a651([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x151681(_0x11042a(_0x4cc1f2+_0x579e3a))!=_0x263997[_0x12a651([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x12a651([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x12a651([0x56,0x61,0x6c,0x69,0x64]);})[_0x12a651([0x74,0x68,0x65,0x6e])](_0x12ee17=>(_0x366bd5(),_0x12ee17),()=>{const _0x47992d=_0x3549ff();return null==_0x47992d?(_0x366bd5(),_0x12a651([0x56,0x61,0x6c,0x69,0x64])):_0x12a651(_0x15828a-_0x47992d>(0x641a4122^_0x16aa2c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x12a651([0x74,0x68,0x65,0x6e])](_0x5ce5f1)[_0x12a651([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5ce5f1(_0x12a651([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x15d67c=0x40202ba2^_0x16aa2c;function _0x366bd5(){const _0x2e35ca=_0x12a651([0x6c,0x6c,0x63,0x74,0x2d])+_0x151681(_0x11042a(_0x185cd3)),_0x29f553=_0x277a52(_0x151681(window[_0x12a651([0x4d,0x61,0x74,0x68])][_0x12a651([0x63,0x65,0x69,0x6c])](_0x15828a/_0x15d67c)));window[_0x12a651([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x12a651([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2e35ca,_0x29f553);}function _0x3549ff(){const _0x36232c=_0x12a651([0x6c,0x6c,0x63,0x74,0x2d])+_0x151681(_0x11042a(_0x185cd3)),_0x57cc8=window[_0x12a651([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x12a651([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x36232c);return _0x57cc8?window[_0x12a651([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x277a52(_0x57cc8),0x10)*_0x15d67c:null;}function _0x133c5e(_0x4f9b4d){return new window[(_0x12a651([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5518f3,_0x988e6b)=>{_0x4f9b4d[_0x12a651([0x74,0x68,0x65,0x6e])](_0x5518f3,_0x988e6b),window[_0x12a651([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x988e6b,0x401711e2^_0x16aa2c);});}}_0x296916[_0x12a651([0x6f,0x6e])](_0x12a651([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xadf7a1,_0x2d32b5)=>{if(_0x2d32b5[0x0]!=_0x185cd3)return _0x5ce5f1(_0x12a651([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2d32b5[0x1]={..._0x2d32b5[0x1],[_0x12a651([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4cc1f2};},{[_0x12a651([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x12a651([0x68,0x69,0x67,0x68])}),_0x296916[_0x12a651([0x6f,0x6e])](_0x12a651([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1625cc=>{_0x257193(_0x1625cc[_0x12a651([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x147d08=!0x0,_0x43ac6f(_0x1625cc[_0x12a651([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x12a651([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x12a651([0x6c,0x6f,0x77])}),_0x1461b6[_0x12a651([0x74,0x68,0x65,0x6e])](()=>{_0x147d08||_0x5ce5f1(_0x12a651([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1d9ed6(){return _0x296916[_0x12a651([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x12a651([0x76,0x69,0x65,0x77])][_0x12a651([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x12a651([0x61,0x75,0x74,0x6f]);}function _0x394b21(){_0x296916[_0x12a651([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x12a651([0x76,0x69,0x65,0x77])][_0x12a651([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x12a651([0x61,0x75,0x74,0x6f]);}}function _0x45ccd1(_0x6ef1f8){const _0x1c698d=[new window[(_0x12a651([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x27d68b=>setTimeout(_0x27d68b,0x401ffbee^_0x16aa2c)),_0x1461b6[_0x12a651([0x74,0x68,0x65,0x6e])](()=>new window[(_0x12a651([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4a76ca=>{let _0x1b2193=0x0;_0x296916[_0x12a651([0x6d,0x6f,0x64,0x65,0x6c])][_0x12a651([0x6f,0x6e])](_0x12a651([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x152855,_0x442b40)=>{_0x442b40[0x0][_0x12a651([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1b2193++,_0x1b2193==(0x4016c4da^_0x16aa2c)&&(_0x4a76ca(),_0x152855[_0x12a651([0x6f,0x66,0x66])]());});}))];return window[_0x12a651([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x12a651([0x72,0x61,0x63,0x65])](_0x1c698d)[_0x12a651([0x74,0x68,0x65,0x6e])](()=>_0x6ef1f8);}async function _0x36a849(){await _0x1461b6,_0x296916[_0x12a651([0x6d,0x6f,0x64,0x65,0x6c])][_0x12a651([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x41cb04,_0x296916[_0x12a651([0x6d,0x6f,0x64,0x65,0x6c])][_0x12a651([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x41cb04,_0x296916[_0x12a651([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x12a651([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1751f6(_0x322d91){const _0x1d2e0b=_0x408848();_0x296916[_0x1d2e0b]=_0x12a651([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])+_0x322d91,_0x322d91!=_0x12a651([0x56,0x61,0x6c,0x69,0x64])&&_0x36a849();}function _0x408848(){const _0x3e3e5f=window[_0x12a651([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x12a651([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x12a651([0x6e,0x6f,0x77])]())[_0x12a651([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x12a651([0x2e]),'');let _0xea814=_0x12a651([0x53]);for(let _0x21aa22=0x0;_0x21aa22<_0x3e3e5f[_0x12a651([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x21aa22+=0x2){let _0x245d4d=window[_0x12a651([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3e3e5f[_0x12a651([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x21aa22,_0x21aa22+0x2));_0x245d4d>=_0x145504[_0x12a651([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x245d4d-=_0x145504[_0x12a651([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xea814+=_0x145504[_0x245d4d];}return _0xea814;}function _0xb9f28c(){const _0x1ca5d9=_0x5dc5f0[_0x12a651([0x73,0x70,0x6c,0x69,0x74])](_0x12a651([0x2e]));if(0x3!=_0x1ca5d9[_0x12a651([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2ebbaa(_0x1ca5d9[0x1]);function _0x2ebbaa(_0x388c6a){const _0x4db907=_0x439b81(_0x388c6a);return _0x4db907&&_0x4c8eef()?_0x4db907:null;function _0x4c8eef(){const _0xad7c0d=_0x4db907[_0x12a651([0x6a,0x74,0x69])],_0x546d76=window[_0x12a651([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xad7c0d[_0x12a651([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xad7c0d[_0x12a651([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5a8b0e={..._0x4db907,[_0x12a651([0x6a,0x74,0x69])]:_0xad7c0d[_0x12a651([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xad7c0d[_0x12a651([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5a8b0e[_0x12a651([0x76,0x63])],_0x11042a(_0x5a8b0e)==_0x546d76;}}}async function _0x82e8ea(){let _0x5485f9=!0x0;try{const _0x336606=_0x5dc5f0[_0x12a651([0x73,0x70,0x6c,0x69,0x74])](_0x12a651([0x2e])),[_0x3eabb1,_0xd70644,_0x30c3ef]=_0x336606;return _0x48bd4b(_0x3eabb1),await _0x5e7df9(_0x3eabb1,_0xd70644,_0x30c3ef),_0x5485f9;}catch(_0x10ed53){return!0x1;}function _0x48bd4b(_0x68d78){const _0x579891=_0x439b81(_0x68d78);_0x579891&&_0x579891[_0x12a651([0x61,0x6c,0x67])]==_0x12a651([0x45,0x53,0x32,0x35,0x36])||(_0x5485f9=!0x1);}async function _0x5e7df9(_0x1c82b6,_0x1861f0,_0x2b3d0f){const _0x1413cb=window[_0x12a651([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x12a651([0x66,0x72,0x6f,0x6d])](_0x14612f(_0x2b3d0f),_0x274d7f=>_0x274d7f[_0x12a651([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2ebd9f=new window[(_0x12a651([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x12a651([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1c82b6+_0x12a651([0x2e])+_0x1861f0),_0x1fbaf1=window[_0x12a651([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x12a651([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1fbaf1)return;const _0x3e2887=await _0x1fbaf1[_0x12a651([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x12a651([0x6a,0x77,0x6b]),_0x8ff947,{[_0x12a651([0x6e,0x61,0x6d,0x65])]:_0x12a651([0x45,0x43,0x44,0x53,0x41]),[_0x12a651([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x12a651([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x12a651([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1fbaf1[_0x12a651([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x12a651([0x6e,0x61,0x6d,0x65])]:_0x12a651([0x45,0x43,0x44,0x53,0x41]),[_0x12a651([0x68,0x61,0x73,0x68])]:{[_0x12a651([0x6e,0x61,0x6d,0x65])]:_0x12a651([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3e2887,_0x1413cb,_0x2ebd9f)||(_0x5485f9=!0x1);}}function _0x439b81(_0x1deb61){return _0x1deb61[_0x12a651([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x12a651([0x65,0x79]))?JSON[_0x12a651([0x70,0x61,0x72,0x73,0x65])](_0x14612f(_0x1deb61)):null;}function _0x14612f(_0x47b93d){return window[_0x12a651([0x61,0x74,0x6f,0x62])](_0x47b93d[_0x12a651([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x12a651([0x2b]))[_0x12a651([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x12a651([0x2f])));}function _0x11042a(_0x30ae20){let _0x16f663=0x1505;function _0xfc5375(_0x1595e9){for(let _0xb51e1f=0x0;_0xb51e1f<_0x1595e9[_0x12a651([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xb51e1f++){const _0x9df879=_0x1595e9[_0x12a651([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xb51e1f);_0x16f663=(_0x16f663<<0x5)+_0x16f663+_0x9df879,_0x16f663&=_0x16f663;}}function _0x59a725(_0xaef0f0){Array[_0x12a651([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xaef0f0)?_0xaef0f0[_0x12a651([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x59a725):_0xaef0f0&&typeof _0xaef0f0==_0x12a651([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x12a651([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xaef0f0)[_0x12a651([0x73,0x6f,0x72,0x74])]()[_0x12a651([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1aa1c7,_0x979716])=>{_0xfc5375(_0x1aa1c7),_0x59a725(_0x979716);}):_0xfc5375(window[_0x12a651([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xaef0f0));}return _0x59a725(_0x30ae20),_0x16f663>>>0x0;}function _0x151681(_0x5c7886){return _0x5c7886[_0x12a651([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x12a651([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x12a651([0x30]));}function _0x277a52(_0x557986){return _0x557986[_0x12a651([0x73,0x70,0x6c,0x69,0x74])]('')[_0x12a651([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x12a651([0x6a,0x6f,0x69,0x6e])]('');}function _0x41cb04(){}function _0x12a651(_0x174803){const _0x2f5cd6=_0x1724;return _0x174803[_0x2f5cd6(0x140)](_0x2122e0=>String[_0x2f5cd6(0x13e)](_0x2122e0))[_0x2f5cd6(0x130)]('');}_0x1751f6(await _0x13ddf2());}(this);}}
|