@ckeditor/ckeditor5-paste-from-office-enhanced 45.0.0-alpha.8 → 45.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/paste-from-office-enhanced.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
- package/src/index.js +1 -1
- package/src/legacyerrors.js +1 -1
- package/src/normalizers/inliner/msofficestylesinliner.js +1 -1
- package/src/normalizers/inliner/utils.js +1 -1
- package/src/normalizers/propagator/msofficeinlinestylepropagator.js +1 -1
- package/src/normalizers/propagator/utils.js +1 -1
- package/src/pastefromofficeenhanced.js +1 -1
- package/src/pastefromofficeenhancedinliner.js +1 -1
- package/src/pastefromofficeenhancedpropagator.js +1 -1
- package/src/utils.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>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{document;hasMultiLevelListPlugin;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 b(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 v(t,n){const r=new DOMParser,s=function(t){return b(b(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(t,e){const n=E();return(S=function(t,e){return n[t-=400]})(t,e)}!function(t){const e=S,n=t();for(;;)try{if(980799===parseInt(e(400))/1+parseInt(e(410))/2+parseInt(e(409))/3*(-parseInt(e(404))/4)+-parseInt(e(401))/5*(parseInt(e(407))/6)+parseInt(e(406))/7+parseInt(e(405))/8*(-parseInt(e(403))/9)+-parseInt(e(402))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(E);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(){const t=["36969SEPjSi","3935NKjzUB","503640lMYKdd","299583xvofLn","265260RwizAQ","344pKpeqf","13270838bVuJhR","78EOIAFf","test","42uTaCLP","2936684UsQvPD"];return(E=function(){return t})()}function A(t){return C[S(408)](t)}function L(){const t=["push","set","948185EyyTwB","27036ooMIuL","2358MtUAUW","style","361gzAeuC","className","495bluMBr","groups","51310KEZhEz","map","3407744iNVnBD","split","18235943csiFKe","getPropertyValue","hasClass","assign","exec","length","initial","selectorText","90pfKKXM","cssRules","tagName","trim","12wSTdMj","471555Fbrnks","name"];return(L=function(){return t})()}!function(t){const e=R,n=t();for(;;)try{if(280152===parseInt(e(422))/1*(-parseInt(e(420))/2)+-parseInt(e(409))/3*(-parseInt(e(419))/4)+-parseInt(e(418))/5*(parseInt(e(413))/6)+-parseInt(e(414))/7+-parseInt(e(428))/8+-parseInt(e(424))/9*(parseInt(e(426))/10)+parseInt(e(430))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(L);const O=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function P(t,e){const n=R,r=new Map;for(const[s,i]of e){if(!s[n(411)]&&!s[n(423)])continue;const e=!s[n(411)]||t[n(415)]===s[n(411)],o=!s[n(423)]||t[n(432)](s[n(423)]);e&&o&&r[n(417)](s,i)}return r}function F(t){const e=R,n={};for(let r=0;r<t[e(435)];r++){const s=t[r],i=t[e(431)](s);e(407)!==i&&(n[s]=i)}return n}function R(t,e){const n=L();return(R=function(t,e){return n[t-=407]})(t,e)}function T(t){const e=R,n=t[e(429)](",")[e(427)]((t=>t[e(412)]())),r=[];for(const t of n){const n=O[e(434)](t);n&&r[e(416)](n[e(425)])}return r}function j(t){const e=R,n={};for(const r of t)Object[e(433)](n,r);return n}function M(t,e){const n=K();return(M=function(t,e){return n[t-=484]})(t,e)}const N=M;function K(){const t=["setStyle","6tMRNRW","type","6ViPQHa","326088lIeicp","15144WEkGsN","document","from","505hXAhPI","_parsedData","content","item","createRangeIn","10HHcaIA","1270214cLFCMm","2580288fNMwUo","execute","3331573akjxlW","elementStart","size","1172977FBRbyr","36dACCOR","28184DaXTGz","isActive","hasStyle","1395oqJczV","values"];return(K=function(){return t})()}!function(t){const e=M,n=t();for(;;)try{if(589183===parseInt(e(491))/1*(parseInt(e(488))/2)+parseInt(e(502))/3+-parseInt(e(492))/4*(parseInt(e(495))/5)+-parseInt(e(490))/6*(parseInt(e(504))/7)+-parseInt(e(509))/8*(parseInt(e(485))/9)+parseInt(e(500))/10*(-parseInt(e(501))/11)+-parseInt(e(508))/12*(-parseInt(e(507))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class W extends w{[N(503)](t){const n=N,{body:r,styles:s}=t[n(496)],i=new e.UpcastWriter(r[n(493)]),o=i[n(499)](r),c=function(t){const e=R,n=new Map;for(const r in t){const s=T(r),i=t[r];for(const t of s)n[e(417)](t,i)}return n}(function(t){const e=R,n={};for(const r of t)for(const t of r[e(410)])if(t instanceof CSSStyleRule){const r=F(t[e(421)]);n[t[e(408)]]=Object[e(433)]({},n[t[e(408)]]||{},r)}return n}(s));for(const t of o){if(n(505)!==t[n(489)])continue;const e=P(t[n(498)],c);if(e[n(506)]){const r=j(Array[n(494)](e[n(486)]()));for(const e in r){const s=t[n(498)];s[n(484)](e)||i[n(487)](e,r[e],s)}}}t[n(497)]=r}[N(510)](t){return super[N(510)](t)||A(t)}}const D=k;!function(t){const e=k,n=t();for(;;)try{if(886054===parseInt(e(414))/1+parseInt(e(417))/2*(-parseInt(e(391))/3)+-parseInt(e(404))/4*(parseInt(e(386))/5)+-parseInt(e(388))/6+parseInt(e(383))/7+-parseInt(e(393))/8+-parseInt(e(405))/9*(-parseInt(e(395))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(B);class U extends t.Plugin{static get[D(381)](){return D(396)}static get[D(402)](){return!0}static get[D(392)](){return!0}static get[D(390)](){return[D(409)]}[D(411)](){const t=D,e=this[t(408)],n=e[t(416)][t(412)](t(410)),r=e[t(389)][t(401)][t(387)],s=new W(r);n.on(t(406),((e,n)=>{const i=t,o=n[i(415)][i(382)](i(397));s[i(413)](o)&&(n[i(400)]||(n[i(400)]=v(o,r[i(385)])),s[i(384)](n))}),{priority:x.priorities[t(412)](t(418))+11})}[D(403)](){!async function(t){const e=d([102,84,105,109,108,119,52,115,116,50,107,54,51,68,72,121,97,113,110,55,100,65,53,70,101,56,85,106,57,103,111,75,49,82,114,90,83,112,71,74,73,88,67,81,120,118,77,87,104,76,98,117,122,99,48,80,78,66,69,86,89,79]),n=window[d([68,97,116,101])][d([110,111,119])](),r=t[d([101,100,105,116,111,114])],s=new(window[d([80,114,111,109,105,115,101])])((t=>{r[d([111,110,99,101])](d([114,101,97,100,121]),t)})),i={[d([107,116,121])]:d([69,67]),[d([117,115,101])]:d([115,105,103]),[d([99,114,118])]:d([80,45,50,53,54]),[d([120])]:d([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[d([121])]:d([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[d([97,108,103])]:d([69,83,50,53,54])},o=r[d([99,111,110,102,105,103])][d([103,101,116])](d([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[d([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[d([116,104,101,110])]((()=>new(window[d([80,114,111,109,105,115,101])])((t=>{let e=0;r[d([109,111,100,101,108])][d([111,110])](d([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,r)=>{r[0][d([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[d([111,102,102])]())}))}))))];return window[d([80,114,111,109,105,115,101])][d([114,97,99,101])](e)[d([116,104,101,110])]((()=>t))}function a(t){return t[d([115,116,97,114,116,115,87,105,116,104])](d([101,121]))?JSON[d([112,97,114,115,101])](u(t)):null}function u(t){return window[d([97,116,111,98])](t[d([114,101,112,108,97,99,101])](/-/g,d([43]))[d([114,101,112,108,97,99,101])](/_/g,d([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[d([108,101,110,103,116,104])];n++){const r=t[d([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[d([105,115,65,114,114,97,121])](e)?e[d([102,111,114,69,97,99,104])](t):e&&typeof e==d([111,98,106,101,99,116])?Object[d([101,110,116,114,105,101,115])](e)[d([115,111,114,116])]()[d([102,111,114,69,97,99,104])]((([e,r])=>{n(e),t(r)})):n(window[d([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[d([116,111,83,116,114,105,110,103])](16)[d([112,97,100,83,116,97,114,116])](8,d([48]))}function p(t){return t[d([115,112,108,105,116])]("")[d([114,101,118,101,114,115,101])]()[d([106,111,105,110])]("")}function m(){}function d(t){const e=k;return t[e(394)]((t=>String[e(398)](t)))[e(407)]("")}!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([102]);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:1743638400;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=k,n=t[d([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[d([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[d([108,111,99,97,116,105,111,110])][e(399)]);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]))),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 k(t,e){const n=B();return(k=function(t,e){return n[t-=381]})(t,e)}function B(){const t=["stylesProcessor","78025mDKbQJ","document","3380886okrvzi","editing","requires","48tnEjqb","isPremiumPlugin","10891104dNztnE","map","190VTwPYS","PasteFromOfficeEnhancedInliner","text/html","fromCharCode","href","_parsedData","view","isOfficialPlugin","afterInit","100NygUxB","1379547fokvjz","inputTransformation","join","editor","PasteFromOffice","ClipboardPipeline","init","get","isActive","1336755lUiFTn","dataTransfer","plugins","195826urxnnR","high","pluginName","getData","3629668AtDcJn","execute"];return(B=function(){return t})()}const V=q;!function(t){const e=q,n=t();for(;;)try{if(118707===-parseInt(e(195))/1+-parseInt(e(173))/2+parseInt(e(160))/3+-parseInt(e(167))/4+parseInt(e(187))/5+-parseInt(e(192))/6+parseInt(e(178))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);const $=[V(170),V(181),V(162),V(183),V(196),V(197),V(164),V(194)],z=[V(170),V(181),V(162)],J={"font-style":[[V(175),"i"]],"font-weight":[[V(172),V(182)],[V(177),V(182)],[V(189),V(182)],[t=>Number(t)>=600,V(182)]],"text-decoration":[[V(179),"u"],[V(186),"s"]],"text-decoration-line":[[V(179),"u"],[V(186),"s"]],"vertical-align":[[V(176),V(176)],[V(184),V(180)]]};function q(t,e){const n=Q();return(q=function(t,e){return n[t-=158]})(t,e)}function Q(){const t=["super","createElement","line-through","349700DRXFyL","length","bolder","getChildren","forEach","128364oxrabN","filter","vertical-align","73437dmAlnF","text-decoration-line","font-weight","split","getStyle","insertChild","345159tbnYRE","span","font-size","getStyleNames","font-style","setStyle","from","574072KFKhvu","keys","includes","color","function","medium","136304cQrVxB","removeStyle","italic","sub","bold","1681505BruPna","underline","sup","font-family","strong","text-decoration"];return(Q=function(){return t})()}function H(t){return $[V(169)](t)}function Y(t){const e=V;return Array[e(166)](t[e(163)]())[e(193)](H)}function X(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=V,r={},s={};return e[n(191)]((e=>{const i=n,o=t[i(158)](e);if(o)if(c=e,z[V(169)](c))r[e]=o;else if(e in J){const t=o[i(198)](" ");J[e][i(191)]((([n,r])=>{const o=i;for(const i of t)(o(171)==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=V;for(const s in n)n[s][r(191)]((([,n])=>{const s=r,i=e[s(185)](n,[],t[s(190)]());e[s(159)](0,i,t)})),e[r(174)](s,t)})(t,e,s),function(t,e,n){const r=V;if(!Object[r(168)](n)[r(188)])return;const s=e[r(185)](r(161),[],t[r(190)]());e[r(165)](n,s),e[r(159)](0,s,t),e[r(174)](Object[r(168)](n),t)}(t,e,r)}const _=Z;function Z(t,e){const n=G();return(Z=function(t,e){return n[t-=238]})(t,e)}function G(){const t=["blockElements","getItems","name","isActive","1138670wsVWjR","796JKJAwZ","2813363aYETBL","stylesProcessor","2694oZXTyV","1090610LgAjBa","document","element","22aENXBY","content","_parsedData","execute","includes","9GohYeb","6wfPnBN","createRangeIn","1513832hZomgc","font","241704xyWKAd","400487XIcsRJ"];return(G=function(){return t})()}!function(t){const e=Z,n=t();for(;;)try{if(236045===parseInt(e(258))/1+-parseInt(e(257))/2+-parseInt(e(243))/3*(-parseInt(e(240))/4)+-parseInt(e(239))/5*(parseInt(e(253))/6)+-parseInt(e(241))/7+parseInt(e(255))/8*(parseInt(e(252))/9)+-parseInt(e(244))/10*(-parseInt(e(247))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);class tt extends w{[_(250)](t){const n=_,{body:r}=t[n(249)],s=new e.UpcastWriter(r[n(245)]),i=s[n(254)](r),o=new e.ViewDocument(s[n(245)][n(242)]),c=[...new e.DomConverter(o)[n(259)],n(256)],a=i[n(260)]();for(const t of a)if(t.is(n(246))&&c[n(251)](t[n(261)])){X(t,s,Y(t))}t[n(248)]=r}[_(238)](t){return super[_(238)](t)||A(t)}}const et=nt;function nt(t,e){const n=st();return(nt=function(t,e){return n[t-=394]})(t,e)}!function(t){const e=nt,n=t();for(;;)try{if(614484===parseInt(e(406))/1+-parseInt(e(401))/2*(parseInt(e(416))/3)+parseInt(e(426))/4*(parseInt(e(410))/5)+parseInt(e(412))/6+parseInt(e(405))/7*(-parseInt(e(418))/8)+parseInt(e(432))/9*(parseInt(e(441))/10)+parseInt(e(413))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(st);class rt extends t.Plugin{[et(408)];[et(403)];static get[et(438)](){return et(443)}static get[et(407)](){return!0}static get[et(396)](){return!0}static get[et(415)](){return[et(398)]}[et(420)](){const t=et,e=this[t(427)],n=e[t(429)][t(421)](t(419)),r=e[t(440)][t(422)][t(404)],s=new tt(r);n.on(t(424),((e,n)=>{const i=t,o=n[i(446)][i(431)](i(414));s[i(409)](o)&&(n[i(417)]||(n[i(417)]=v(o,r[i(397)])),s[i(430)](n))}),{priority:x.priorities[t(421)](t(423))+10}),this[t(408)]=this[t(427)][t(433)][t(421)](t(408));const i=this[t(427)];this[t(403)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(445)==s||e(435)==s||e(395)==s||e(444)==s||e(448)==s||e(436)==s||e(394)==s||e(447)==s){delete i[r],n=s,clearInterval(this[e(403)]),this[e(403)]=void 0;break}}e(435)==n&&i[e(439)](e(434)),e(395)==n&&i[e(439)](e(437)),e(444)==n&&i[e(439)](e(411)),e(448)==n&&i[e(439)](e(428),e(402)),e(436)==n&&i[e(439)](e(442)),e(394)==n&&i[e(439)](e(400)),e(447)==n&&i[e(439)](e(399))}),1e3)}[et(425)](){const t=et;super[t(425)](),this[t(403)]&&clearInterval(this[t(403)])}}function st(){const t=["trialLimit","100AqYpCN","PasteFromOfficeEnhanced","_licenseKeyCheckInterval","document","7YHVKtR","894256JsCnpB","isOfficialPlugin","licenseKey","isActive","195RLFeYc","domainLimit","6230430QXjOdC","827794dLOjFV","text/html","requires","62358qoVFdb","_parsedData","9417656QbLisL","ClipboardPipeline","init","get","view","high","inputTransformation","destroy","17044MEqHTb","editor","featureNotAllowed","plugins","execute","getData","20457ZSpFXQ","config","invalid","pasteFromOfficeEnhancedLicenseKeyInvalid","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","expired","pluginName","_showLicenseError","editing","2890OiYMJu","evaluationLimit","PasteFromOfficeEnhancedPropagator","pasteFromOfficeEnhancedLicenseKeyDomainLimit","pasteFromOfficeEnhancedLicenseKeyValid","dataTransfer","pasteFromOfficeEnhancedLicenseKeyUsageLimit","pasteFromOfficeEnhancedLicenseKeyNotAllowed","pasteFromOfficeEnhancedLicenseKeyTrialLimit","pasteFromOfficeEnhancedLicenseKeyExpired","isPremiumPlugin","stylesProcessor","PasteFromOffice","usageLimit"];return(st=function(){return t})()}var it=ct;function ot(){var t=["9928gywxib","pluginName","isOfficialPlugin","1346714EQHrOp","1937283GeaXJJ","1521ZxbQkb","293422tqmJqC","21861iOgCOR","385390IgEUMO","requires","4tprTxW","PasteFromOffice","isPremiumPlugin","2273295BENOlY","786QgZfzQ","11viNTwQ","PasteFromOfficeEnhanced"];return(ot=function(){return t})()}function ct(t,e){var n=ot();return(ct=function(t,e){return n[t-=166]})(t,e)}!function(t){for(var e=ct,n=t();;)try{if(559640===parseInt(e(167))/1+-parseInt(e(181))/2+parseInt(e(182))/3+parseInt(e(171))/4*(parseInt(e(174))/5)+-parseInt(e(175))/6*(parseInt(e(168))/7)+parseInt(e(178))/8*(parseInt(e(166))/9)+parseInt(e(169))/10*(parseInt(e(176))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class at extends t.Plugin{static get[it(179)](){return it(177)}static get[it(180)](){return!0}static get[it(173)](){return!0}static get[it(170)](){return[it(172),U,rt]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=260]})(t,e)}function lt(){var t=["306RUUlZS","63DMCBIC","123515Xxrdjo","214584zcYtbb","2werWTI","607324JZJUHs","1609947SHQrTC","3373300OSLBWK","28651900WtVbuU","100590wBaUtj"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(651448===parseInt(e(268))/1+parseInt(e(263))/2*(-parseInt(e(265))/3)+parseInt(e(264))/4+parseInt(e(261))/5*(-parseInt(e(269))/6)+-parseInt(e(266))/7+-parseInt(e(262))/8*(parseInt(e(260))/9)+parseInt(e(267))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
|
|
4
|
+
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>ct});var t=n(782);n(331);var e=n(783);function s(t){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{document;hasMultiLevelListPlugin;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 C(t,e){const n=A();return(C=function(t,e){return n[t-=401]})(t,e)}!function(t){const e=C,n=t();for(;;)try{if(530344===parseInt(e(403))/1+-parseInt(e(406))/2*(parseInt(e(407))/3)+-parseInt(e(401))/4+-parseInt(e(402))/5+parseInt(e(411))/6*(parseInt(e(404))/7)+parseInt(e(409))/8*(parseInt(e(408))/9)+parseInt(e(405))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(A);const S=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function A(){const t=["3034953sySCfm","8UFwZil","test","26250vILxfI","2576704jWqKkG","2967545MSjyXp","324632xeQTDp","1617TyrOyO","9733690AXiqod","4fxhcIZ","1316721CewhRu"];return(A=function(){return t})()}function E(t){return S[C(410)](t)}function L(){const t=["10NUXHep","exec","getPropertyValue","tagName","10115469KiJtPW","className","633qBkzid","name","assign","trim","map","length","36640571ifXkqK","initial","set","groups","92040YxvTVI","cssRules","48jOSgIM","988690kiTohN","style","selectorText","hasClass","7pbVZQw","5612064KWvxvG","16812WpUxgj","split","push","294023EvJyfe"];return(L=function(){return t})()}!function(t){const e=P,n=t();for(;;)try{if(671737===-parseInt(e(140))/1+parseInt(e(131))/2+-parseInt(e(147))/3*(parseInt(e(137))/4)+parseInt(e(128))/5*(-parseInt(e(130))/6)+-parseInt(e(135))/7*(parseInt(e(136))/8)+-parseInt(e(145))/9+-parseInt(e(141))/10*(-parseInt(e(153))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(L);const O=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function P(t,e){const n=L();return(P=function(t,e){return n[t-=126]})(t,e)}function T(t,e){const n=P,r=new Map;for(const[s,i]of e){if(!s[n(144)]&&!s[n(146)])continue;const e=!s[n(144)]||t[n(148)]===s[n(144)],o=!s[n(146)]||t[n(134)](s[n(146)]);e&&o&&r[n(126)](s,i)}return r}function F(t){const e=P,n={};for(let r=0;r<t[e(152)];r++){const s=t[r],i=t[e(143)](s);e(154)!==i&&(n[s]=i)}return n}function R(t){const e=P,n=t[e(138)](",")[e(151)]((t=>t[e(150)]())),r=[];for(const t of n){const n=O[e(142)](t);n&&r[e(139)](n[e(127)])}return r}function W(t){const e=P,n={};for(const r of t)Object[e(149)](n,r);return n}const j=M;function M(t,e){const n=K();return(M=function(t,e){return n[t-=188]})(t,e)}!function(t){const e=M,n=t();for(;;)try{if(308010===-parseInt(e(211))/1*(parseInt(e(192))/2)+parseInt(e(210))/3+parseInt(e(204))/4+-parseInt(e(206))/5+-parseInt(e(202))/6*(parseInt(e(207))/7)+-parseInt(e(203))/8+parseInt(e(196))/9*(parseInt(e(198))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(K);class k extends w{[j(200)](t){const n=j,{body:r,styles:s}=t[n(191)],i=new e.UpcastWriter(r[n(209)]),o=i[n(189)](r),c=function(t){const e=P,n=new Map;for(const r in t){const s=R(r),i=t[r];for(const t of s)n[e(126)](t,i)}return n}(function(t){const e=P,n={};for(const r of t)for(const t of r[e(129)])if(t instanceof CSSStyleRule){const r=F(t[e(132)]);n[t[e(133)]]=Object[e(149)]({},n[t[e(133)]]||{},r)}return n}(s));for(const t of o){if(n(190)!==t[n(195)])continue;const e=T(t[n(199)],c);if(e[n(188)]){const r=W(Array[n(201)](e[n(193)]()));for(const e in r){const s=t[n(199)];s[n(208)](e)||i[n(197)](e,r[e],s)}}}t[n(205)]=r}[j(194)](t){return super[j(194)](t)||E(t)}}function K(){const t=["isActive","type","9971145JvmUmv","setStyle","10qcotau","item","execute","from","1099218unZAcA","1215848KYVVvb","1079080UEybGF","content","2026035gLgmzv","21JyneTz","hasStyle","document","1203948yTXHlL","1nvOMod","size","createRangeIn","elementStart","_parsedData","728368AeGASV","values"];return(K=function(){return t})()}const D=N;function z(){const t=["491216VcxMHl","ClipboardPipeline","href","view","isActive","afterInit","pluginName","map","text/html","1115wccuGW","14mDcezA","isOfficialPlugin","get","842463vEmkXu","fromCharCode","getData","PasteFromOfficeEnhancedInliner","1114207bawisO","execute","inputTransformation","dataTransfer","stylesProcessor","isPremiumPlugin","_parsedData","890568vOGzGd","PasteFromOffice","init","7567962lbPJna","join","high","160mzphHd","editor","requires","editing","plugins","document","708UylFJS","2697524RnNPfW"];return(z=function(){return t})()}function N(t,e){const n=z();return(N=function(t,e){return n[t-=479]})(t,e)}!function(t){const e=N,n=t();for(;;)try{if(851129===-parseInt(e(483))/1+parseInt(e(503))/2+parseInt(e(490))/3+-parseInt(e(502))/4*(parseInt(e(513))/5)+-parseInt(e(493))/6+parseInt(e(514))/7*(parseInt(e(504))/8)+parseInt(e(479))/9*(parseInt(e(496))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(z);class U extends t.Plugin{static get[D(510)](){return D(482)}static get[D(515)](){return!0}static get[D(488)](){return!0}static get[D(498)](){return[D(491)]}[D(492)](){const t=D,e=this[t(497)],n=e[t(500)][t(516)](t(505)),r=e[t(499)][t(507)][t(501)],s=new k(r);n.on(t(485),((e,n)=>{const i=t,o=n[i(486)][i(481)](i(512));s[i(508)](o)&&(n[i(489)]||(n[i(489)]=b(o,r[i(487)])),s[i(484)](n))}),{priority:x.priorities[t(516)](t(495))+11})}[D(509)](){!async function(t){const e=d([56,90,74,86,82,115,98,87,105,116,104,109,102,80,78,101,49,112,121,103,67,122,100,55,99,97,72,107,120,110,52,108,65,113,118,79,73,69,71,119,54,106,66,75,77,48,81,53,51,89,88,50,70,76,83,117,111,114,57,85,68,84]),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=N;return t[e(511)]((t=>String[e(480)](t)))[e(494)]("")}!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([90]);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:1743984e3;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=N,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(506)]);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]))),await(e&&m?new(window[d([80,114,111,109,105,115,101])])(((t,n)=>{e[d([116,104,101,110])](t,n),m[d([116,104,101,110])]((e=>{e!=d([86,97,108,105,100])&&t(e)}),n)})):e||m||d([86,97,108,105,100]))):d([68,111,109,97,105,110,76,105,109,105,116]):d([78,111,116,65,108,108,111,119,101,100]):d([73,110,118,97,108,105,100])):d([73,110,118,97,108,105,100]))}catch(t){return d([73,110,118,97,108,105,100])}}())}(this)}}const V=H;!function(t){const e=H,n=t();for(;;)try{if(688480===-parseInt(e(465))/1+parseInt(e(448))/2+-parseInt(e(452))/3*(-parseInt(e(449))/4)+parseInt(e(460))/5*(-parseInt(e(464))/6)+parseInt(e(446))/7+-parseInt(e(456))/8+parseInt(e(453))/9*(parseInt(e(469))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_);const $=[V(451),V(462),V(485),V(477),V(473),V(443),V(476),V(444)],q=[V(451),V(462),V(485)],J={"font-style":[[V(484),"i"]],"font-weight":[[V(480),V(470)],[V(483),V(470)],[V(479),V(470)],[t=>Number(t)>=600,V(470)]],"text-decoration":[[V(445),"u"],[V(486),"s"]],"text-decoration-line":[[V(445),"u"],[V(486),"s"]],"vertical-align":[[V(482),V(482)],[V(475),V(447)]]};function G(t){return $[V(472)](t)}function H(t,e){const n=_();return(H=function(t,e){return n[t-=443]})(t,e)}function _(){const t=["893256TnJrVi","8joWzoM","insertChild","color","470733sGXDHt","4797VhxDlC","getStyleNames","from","7968176ABAOmR","span","length","filter","2184055fLrArT","forEach","font-family","function","6USBklM","764571fUGUII","getChildren","removeStyle","setStyle","19510rzJhdq","strong","keys","includes","text-decoration-line","getStyle","super","font-style","text-decoration","split","bolder","medium","createElement","sub","bold","italic","font-size","line-through","font-weight","vertical-align","underline","7598857ynKyuv","sup"];return(_=function(){return t})()}function Q(t){const e=V;return Array[e(455)](t[e(454)]())[e(459)](G)}function B(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=V,r={},s={};return e[n(461)]((e=>{const i=n,o=t[i(474)](e);if(o)if(c=e,q[V(472)](c))r[e]=o;else if(e in J){const t=o[i(478)](" ");J[e][i(461)]((([n,r])=>{const o=i;for(const i of t)(o(463)==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=V;for(const s in n)n[s][r(461)]((([,n])=>{const s=r,i=e[s(481)](n,[],t[s(466)]());e[s(450)](0,i,t)})),e[r(467)](s,t)})(t,e,s),function(t,e,n){const r=V;if(!Object[r(471)](n)[r(458)])return;const s=e[r(481)](r(457),[],t[r(466)]());e[r(468)](n,s),e[r(450)](0,s,t),e[r(467)](Object[r(471)](n),t)}(t,e,r)}function X(){const t=["document","1761860CYWhrn","isActive","font","7048656YCgQCu","_parsedData","stylesProcessor","content","1985970eYwUOD","name","createRangeIn","401808CRPgQQ","2131766spaCAz","element","blockElements","getItems","516124vRMDke","1291998gRTtVC","15SDcGDs","includes","execute"];return(X=function(){return t})()}function Y(t,e){const n=X();return(Y=function(t,e){return n[t-=294]})(t,e)}const Z=Y;!function(t){const e=Y,n=t();for(;;)try{if(334179===-parseInt(e(309))/1+parseInt(e(294))/2+parseInt(e(295))/3*(parseInt(e(314))/4)+parseInt(e(299))/5+-parseInt(e(306))/6+parseInt(e(310))/7+-parseInt(e(302))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(X);class tt extends w{[Z(297)](t){const n=Z,{body:r}=t[n(303)],s=new e.UpcastWriter(r[n(298)]),i=s[n(308)](r),o=new e.ViewDocument(s[n(298)][n(304)]),c=[...new e.DomConverter(o)[n(312)],n(301)],a=i[n(313)]();for(const t of a)if(t.is(n(311))&&c[n(296)](t[n(307)])){B(t,s,Q(t))}t[n(305)]=r}[Z(300)](t){return super[Z(300)](t)||E(t)}}const et=rt;function nt(){const t=["evaluationLimit","domainLimit","text/html","160370znLoKi","PasteFromOfficeEnhanced","pasteFromOfficeEnhancedLicenseKeyTrialLimit","inputTransformation","_licenseKeyCheckInterval","editing","usageLimit","343420QVvACt","PasteFromOffice","2607500HCTHGW","get","config","plugins","pasteFromOfficeEnhancedLicenseKeyUsageLimit","pasteFromOfficeEnhancedLicenseKeyInvalid","_parsedData","featureNotAllowed","_showLicenseError","isOfficialPlugin","pasteFromOfficeEnhancedLicenseKeyValid","dataTransfer","stylesProcessor","invalid","getData","high","1587510EqlRmg","isActive","pasteFromOfficeEnhancedLicenseKeyExpired","PasteFromOfficeEnhancedPropagator","document","pasteFromOfficeEnhancedLicenseKeyDomainLimit","execute","isPremiumPlugin","requires","view","1859127nrWWhE","init","pasteFromOfficeEnhancedLicenseKeyNotAllowed","editor","4LJkOCu","pluginName","ClipboardPipeline","1887570IadtGG","expired","licenseKey","trialLimit","8KmLjot","268808FaaCQJ","destroy","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit"];return(nt=function(){return t})()}function rt(t,e){const n=nt();return(rt=function(t,e){return n[t-=217]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(347045===parseInt(e(218))/1+-parseInt(e(224))/2+parseInt(e(259))/3*(-parseInt(e(263))/4)+-parseInt(e(231))/5+parseInt(e(249))/6+parseInt(e(233))/7+parseInt(e(217))/8*(parseInt(e(266))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class st extends t.Plugin{[et(268)];[et(228)];static get[et(264)](){return et(252)}static get[et(242)](){return!0}static get[et(256)](){return!0}static get[et(257)](){return[et(232)]}[et(260)](){const t=et,e=this[t(262)],n=e[t(236)][t(234)](t(265)),r=e[t(229)][t(258)][t(253)],s=new tt(r);n.on(t(227),((e,n)=>{const i=t,o=n[i(244)][i(247)](i(223));s[i(250)](o)&&(n[i(239)]||(n[i(239)]=b(o,r[i(245)])),s[i(255)](n))}),{priority:x.priorities[t(234)](t(248))+10}),this[t(268)]=this[t(262)][t(235)][t(234)](t(268));const i=this[t(262)];this[t(228)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(243)==s||e(238)==s||e(251)==s||e(254)==s||e(261)==s||e(220)==s||e(226)==s||e(237)==s){delete i[r],n=s,clearInterval(this[e(228)]),this[e(228)]=void 0;break}}e(238)==n&&i[e(241)](e(246)),e(251)==n&&i[e(241)](e(267)),e(254)==n&&i[e(241)](e(222)),e(261)==n&&i[e(241)](e(240),e(225)),e(220)==n&&i[e(241)](e(221)),e(226)==n&&i[e(241)](e(269)),e(237)==n&&i[e(241)](e(230))}),1e3)}[et(219)](){const t=et;super[t(219)](),this[t(228)]&&clearInterval(this[t(228)])}}var it=ot;function ot(t,e){var n=at();return(ot=function(t,e){return n[t-=399]})(t,e)}!function(t){for(var e=ot,n=t();;)try{if(595414===-parseInt(e(410))/1+parseInt(e(408))/2+-parseInt(e(402))/3+parseInt(e(401))/4*(-parseInt(e(413))/5)+-parseInt(e(414))/6+-parseInt(e(400))/7*(-parseInt(e(409))/8)+parseInt(e(404))/9*(parseInt(e(412))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class ct extends t.Plugin{static get[it(407)](){return it(403)}static get[it(405)](){return!0}static get[it(406)](){return!0}static get[it(399)](){return[it(411),U,st]}}function at(){var t=["10qyfAzQ","10WtVxIz","4803732RTsAJQ","requires","35ZjqJAE","1068988JcCkTg","12438UvvzZw","PasteFromOfficeEnhanced","21495798TNcKCf","isOfficialPlugin","isPremiumPlugin","pluginName","940670hIbbxK","221544WdSbvv","1062546oBdRKz","PasteFromOffice"];return(at=function(){return t})()}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=167]})(t,e)}function lt(){var t=["102IVTaex","1996752mfyOok","2160552RYRGnv","7beuTAz","226448TCzETv","2484145mrrnsc","7353nQdmJf","11244411ztYExB","558651ZeICzi"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(297402===parseInt(e(169))/1*(-parseInt(e(172))/2)+-parseInt(e(171))/3+-parseInt(e(173))/4+parseInt(e(168))/5+-parseInt(e(174))/6*(parseInt(e(175))/7)+-parseInt(e(167))/8+parseInt(e(170))/9)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 _0x35cf6c}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x2994c0,parseHtml as _0x2b8c6e}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x3125fe,uid as _0x3e8c33}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x44619f,ViewDocument as _0xbf0828,DomConverter as _0x2fd32b}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function l(_0xf3b9db){return m['test'](_0xf3b9db);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function x(_0xf1e33a,_0x1a827f){const _0x21db42=new Map();for(const [_0x5be4df,_0x125ca2]of _0x1a827f){if(!_0x5be4df['tagName']&&!_0x5be4df['className'])continue;const _0x364cd7=!_0x5be4df['tagName']||_0xf1e33a['name']===_0x5be4df['tagName'],_0x35639f=!_0x5be4df['className']||_0xf1e33a['hasClass'](_0x5be4df['className']);_0x364cd7&&_0x35639f&&_0x21db42['set'](_0x5be4df,_0x125ca2);}return _0x21db42;}function h(_0xa2363){const _0x5282b0={};for(let _0x31160d=0x0;_0x31160d<_0xa2363['length'];_0x31160d++){const _0x50c90c=_0xa2363[_0x31160d],_0x2226db=_0xa2363['getPropertyValue'](_0x50c90c);'initial'!==_0x2226db&&(_0x5282b0[_0x50c90c]=_0x2226db);}return _0x5282b0;}function O(_0x4fb9f5){const _0x5b3759=_0x4fb9f5['split'](',')['map'](_0x32a1d5=>_0x32a1d5['trim']()),_0x382b27=[];for(const _0xe09ef4 of _0x5b3759){const _0x3b03f0=S['exec'](_0xe09ef4);_0x3b03f0&&_0x382b27['push'](_0x3b03f0['groups']);}return _0x382b27;}function y(_0x11a2fe){const _0x34ba41={};for(const _0x1c4c5e of _0x11a2fe)Object['assign'](_0x34ba41,_0x1c4c5e);return _0x34ba41;}class c extends _0x2994c0{['execute'](_0x1fd069){const {body:_0x36b92d,styles:_0x4a4b38}=_0x1fd069['_parsedData'],_0x32cc9b=new _0x44619f(_0x36b92d['document']),_0x5ade8d=_0x32cc9b['createRangeIn'](_0x36b92d),_0x49dcfb=function(_0x324f5e){const _0x3e4b74={};for(const _0x1cde76 of _0x324f5e)for(const _0x160a28 of _0x1cde76['cssRules'])if(_0x160a28 instanceof CSSStyleRule){const _0x4179cb=h(_0x160a28['style']);_0x3e4b74[_0x160a28['selectorText']]=Object['assign']({},_0x3e4b74[_0x160a28['selectorText']]||{},_0x4179cb);}return _0x3e4b74;}(_0x4a4b38),_0x1501d7=function(_0x1ee8d8){const _0x4f0d50=new Map();for(const _0x5757f8 in _0x1ee8d8){const _0x5dd01c=O(_0x5757f8),_0x279175=_0x1ee8d8[_0x5757f8];for(const _0x2c86b8 of _0x5dd01c)_0x4f0d50['set'](_0x2c86b8,_0x279175);}return _0x4f0d50;}(_0x49dcfb);for(const _0x20da1f of _0x5ade8d){if('elementStart'!==_0x20da1f['type'])continue;const _0x119854=x(_0x20da1f['item'],_0x1501d7);if(_0x119854['size']){const _0x256c93=y(Array['from'](_0x119854['values']()));for(const _0x12e77b in _0x256c93){const _0x4f908a=_0x20da1f['item'];_0x4f908a['hasStyle'](_0x12e77b)||_0x32cc9b['setStyle'](_0x12e77b,_0x256c93[_0x12e77b],_0x4f908a);}}}_0x1fd069['content']=_0x36b92d;}['isActive'](_0x33fd8b){return super['isActive'](_0x33fd8b)||l(_0x33fd8b);}}class i extends _0x35cf6c{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x3436a9=this['editor'],_0x46741a=_0x3436a9['plugins']['get']('ClipboardPipeline'),_0x48d739=_0x3436a9['editing']['view']['document'],_0x237b67=new c(_0x48d739);_0x46741a['on']('inputTransformation',(_0x8bea6c,_0x388809)=>{const _0x70e017=_0x388809['dataTransfer']['getData']('text/html');_0x237b67['isActive'](_0x70e017)&&(_0x388809['_parsedData']||(_0x388809['_parsedData']=_0x2b8c6e(_0x70e017,_0x48d739['stylesProcessor'])),_0x237b67['execute'](_0x388809));},{'priority':_0x3125fe['get']('high')+0xb});}['afterInit'](){!async function(_0x2cae87){const _0x442265=_0x4ef6f1([0x66,0x54,0x69,0x6d,0x6c,0x77,0x34,0x73,0x74,0x32,0x6b,0x36,0x33,0x44,0x48,0x79,0x61,0x71,0x6e,0x37,0x64,0x41,0x35,0x46,0x65,0x38,0x55,0x6a,0x39,0x67,0x6f,0x4b,0x31,0x52,0x72,0x5a,0x53,0x70,0x47,0x4a,0x49,0x58,0x43,0x51,0x78,0x76,0x4d,0x57,0x68,0x4c,0x62,0x75,0x7a,0x63,0x30,0x50,0x4e,0x42,0x45,0x56,0x59,0x4f]),_0x5b7824=0x4d51e816,_0x264973=0x4d568bee^_0x5b7824,_0x761f88=window[_0x4ef6f1([0x44,0x61,0x74,0x65])][_0x4ef6f1([0x6e,0x6f,0x77])](),_0x24044d=_0x2cae87[_0x4ef6f1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3df137=new window[(_0x4ef6f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x51ea52=>{_0x24044d[_0x4ef6f1([0x6f,0x6e,0x63,0x65])](_0x4ef6f1([0x72,0x65,0x61,0x64,0x79]),_0x51ea52);}),_0x840c25={[_0x4ef6f1([0x6b,0x74,0x79])]:_0x4ef6f1([0x45,0x43]),[_0x4ef6f1([0x75,0x73,0x65])]:_0x4ef6f1([0x73,0x69,0x67]),[_0x4ef6f1([0x63,0x72,0x76])]:_0x4ef6f1([0x50,0x2d,0x32,0x35,0x36]),[_0x4ef6f1([0x78])]:_0x4ef6f1([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]),[_0x4ef6f1([0x79])]:_0x4ef6f1([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]),[_0x4ef6f1([0x61,0x6c,0x67])]:_0x4ef6f1([0x45,0x53,0x32,0x35,0x36])},_0x23208c=_0x24044d[_0x4ef6f1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4ef6f1([0x67,0x65,0x74])](_0x4ef6f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x124b50(){let _0x556dcb,_0x30f0e8=null,_0x3750ac=null;try{if(_0x23208c==_0x4ef6f1([0x47,0x50,0x4c]))return _0x4ef6f1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x556dcb=_0x1c82d1(),!_0x556dcb)return _0x4ef6f1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x556dcb[_0x4ef6f1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3750ac=_0x28ce82(_0x556dcb[_0x4ef6f1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x556dcb[_0x4ef6f1([0x6a,0x74,0x69])])),await _0x8ad03()?_0x5ad2a3()?_0x41eafa()?_0x4ef6f1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x11eb8()?(_0x556dcb[_0x4ef6f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4ef6f1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x30f0e8=_0x4cd67b(_0x4ef6f1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x556dcb[_0x4ef6f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4ef6f1([0x74,0x72,0x69,0x61,0x6c])&&(_0x30f0e8=_0x4cd67b(_0x4ef6f1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2f2b64()):_0x4ef6f1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4ef6f1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4ef6f1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3cc691){return _0x4ef6f1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x41eafa(){const _0x451042=[_0x4ef6f1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4ef6f1([0x74,0x72,0x69,0x61,0x6c])][_0x4ef6f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x556dcb[_0x4ef6f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x761f88/0x3e8:0xe10*_0x264973;return _0x556dcb[_0x4ef6f1([0x65,0x78,0x70])]<_0x451042;}function _0x5ad2a3(){const _0x2d1f5e=_0x556dcb[_0x4ef6f1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2d1f5e&&(!!_0x2d1f5e[_0x4ef6f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ef6f1([0x2a]))||(!!_0x2d1f5e[_0x4ef6f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ef6f1([0x50,0x4f,0x45]))||!!_0x2d1f5e[_0x4ef6f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ef6f1([0x50,0x50]))));}function _0x11eb8(){const _0x484bd9=_0x556dcb[_0x4ef6f1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x484bd9||0x0==_0x484bd9[_0x4ef6f1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2cfda4}=new URL(window[_0x4ef6f1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x484bd9[_0x4ef6f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2cfda4))return!0x0;const _0x10fc46=_0x2cfda4[_0x4ef6f1([0x73,0x70,0x6c,0x69,0x74])](_0x4ef6f1([0x2e]));return _0x484bd9[_0x4ef6f1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4612f8=>_0x4612f8[_0x4ef6f1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ef6f1([0x2a])))[_0x4ef6f1([0x6d,0x61,0x70])](_0x324450=>_0x324450[_0x4ef6f1([0x73,0x70,0x6c,0x69,0x74])](_0x4ef6f1([0x2e])))[_0x4ef6f1([0x73,0x6f,0x6d,0x65])](_0x29d034=>_0x10fc46[_0x4ef6f1([0x65,0x76,0x65,0x72,0x79])]((_0x4a3a70,_0x50ec1c)=>_0x29d034[_0x50ec1c]===_0x4a3a70||_0x29d034[_0x50ec1c]===_0x4ef6f1([0x2a])));}function _0x2f2b64(){return _0x30f0e8&&_0x3750ac?new window[(_0x4ef6f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x59d0ed,_0x7d694e)=>{_0x30f0e8[_0x4ef6f1([0x74,0x68,0x65,0x6e])](_0x59d0ed,_0x7d694e),_0x3750ac[_0x4ef6f1([0x74,0x68,0x65,0x6e])](_0x1d6ecb=>{_0x1d6ecb!=_0x4ef6f1([0x56,0x61,0x6c,0x69,0x64])&&_0x59d0ed(_0x1d6ecb);},_0x7d694e);}):_0x30f0e8||_0x3750ac||_0x4ef6f1([0x56,0x61,0x6c,0x69,0x64]);}}function _0x28ce82(_0x2fb7c5,_0x4ba89a){return new window[(_0x4ef6f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ffaae=>{if(_0x25c275())return _0x4ffaae(_0x4ef6f1([0x56,0x61,0x6c,0x69,0x64]));_0x7a7ec8(),_0x24044d[_0x4ef6f1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4ef6f1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x38b3fd=!0x1;const _0x16087a=_0x3e8c33();function _0x9f2ac8(_0xdcb660){return!!_0xdcb660&&(typeof _0xdcb660===_0x4ef6f1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xdcb660===_0x4ef6f1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xdcb660[_0x4ef6f1([0x74,0x68,0x65,0x6e])]===_0x4ef6f1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xdcb660[_0x4ef6f1([0x63,0x61,0x74,0x63,0x68])]===_0x4ef6f1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3955cc(_0x543457){_0x9b721b(_0x543457)[_0x4ef6f1([0x74,0x68,0x65,0x6e])](_0x4bc8be=>{if(!_0x4bc8be||_0x4bc8be[_0x4ef6f1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4ef6f1([0x6f,0x6b]))return _0x4ef6f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x351b8e(_0x4e1133(_0x16087a+_0x4ba89a))!=_0x4bc8be[_0x4ef6f1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4ef6f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4ef6f1([0x56,0x61,0x6c,0x69,0x64]);})[_0x4ef6f1([0x74,0x68,0x65,0x6e])](_0x2a6dc2=>(_0x329365(),_0x2a6dc2),()=>{const _0x4a9ea7=_0x4363ed();return null==_0x4a9ea7?(_0x329365(),_0x4ef6f1([0x56,0x61,0x6c,0x69,0x64])):_0x4ef6f1(_0x761f88-_0x4a9ea7>(0x695d6c16^_0x5b7824)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4ef6f1([0x74,0x68,0x65,0x6e])](_0x4ffaae)[_0x4ef6f1([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4ffaae(_0x4ef6f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x228111=0x4d670696^_0x5b7824;function _0x329365(){const _0x426781=_0x4ef6f1([0x6c,0x6c,0x63,0x74,0x2d])+_0x351b8e(_0x4e1133(_0x2fb7c5)),_0x25aeea=_0xfca397(_0x351b8e(window[_0x4ef6f1([0x4d,0x61,0x74,0x68])][_0x4ef6f1([0x63,0x65,0x69,0x6c])](_0x761f88/_0x228111)));window[_0x4ef6f1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4ef6f1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x426781,_0x25aeea);}function _0x4363ed(){const _0x363883=_0x4ef6f1([0x6c,0x6c,0x63,0x74,0x2d])+_0x351b8e(_0x4e1133(_0x2fb7c5)),_0x316620=window[_0x4ef6f1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4ef6f1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x363883);return _0x316620?window[_0x4ef6f1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xfca397(_0x316620),0x10)*_0x228111:null;}function _0x9b721b(_0xea21b3){return new window[(_0x4ef6f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x47b878,_0x4b22d4)=>{_0xea21b3[_0x4ef6f1([0x74,0x68,0x65,0x6e])](_0x47b878,_0x4b22d4),window[_0x4ef6f1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4b22d4,0x4d503cd6^_0x5b7824);});}}_0x24044d[_0x4ef6f1([0x6f,0x6e])](_0x4ef6f1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xf7d0e8,_0x3ec7da)=>{if(_0x3ec7da[0x0]!=_0x2fb7c5)return _0x4ffaae(_0x4ef6f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3ec7da[0x1]={..._0x3ec7da[0x1],[_0x4ef6f1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x16087a};},{[_0x4ef6f1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4ef6f1([0x68,0x69,0x67,0x68])}),_0x24044d[_0x4ef6f1([0x6f,0x6e])](_0x4ef6f1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x14d566=>{_0x9f2ac8(_0x14d566[_0x4ef6f1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x38b3fd=!0x0,_0x3955cc(_0x14d566[_0x4ef6f1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4ef6f1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4ef6f1([0x6c,0x6f,0x77])}),_0x3df137[_0x4ef6f1([0x74,0x68,0x65,0x6e])](()=>{_0x38b3fd||_0x4ffaae(_0x4ef6f1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x25c275(){return _0x24044d[_0x4ef6f1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4ef6f1([0x76,0x69,0x65,0x77])][_0x4ef6f1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4ef6f1([0x61,0x75,0x74,0x6f]);}function _0x7a7ec8(){_0x24044d[_0x4ef6f1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4ef6f1([0x76,0x69,0x65,0x77])][_0x4ef6f1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4ef6f1([0x61,0x75,0x74,0x6f]);}}function _0x4cd67b(_0x2a7906){const _0x4bf684=[new window[(_0x4ef6f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b4d40=>setTimeout(_0x2b4d40,0x4d58d6da^_0x5b7824)),_0x3df137[_0x4ef6f1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4ef6f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1f58e8=>{let _0x509ec6=0x0;_0x24044d[_0x4ef6f1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4ef6f1([0x6f,0x6e])](_0x4ef6f1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x6fe777,_0x23f2bb)=>{_0x23f2bb[0x0][_0x4ef6f1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x509ec6++,_0x509ec6==(0x4d51e9ee^_0x5b7824)&&(_0x1f58e8(),_0x6fe777[_0x4ef6f1([0x6f,0x66,0x66])]());});}))];return window[_0x4ef6f1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4ef6f1([0x72,0x61,0x63,0x65])](_0x4bf684)[_0x4ef6f1([0x74,0x68,0x65,0x6e])](()=>_0x2a7906);}async function _0x385693(){await _0x3df137,_0x24044d[_0x4ef6f1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4ef6f1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x659c68,_0x24044d[_0x4ef6f1([0x6d,0x6f,0x64,0x65,0x6c])][_0x4ef6f1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x659c68,_0x24044d[_0x4ef6f1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4ef6f1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x349ec8(_0x54311e){const _0x591bb9=_0xd96c93();_0x24044d[_0x591bb9]=_0x4ef6f1([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])+_0x54311e,_0x54311e!=_0x4ef6f1([0x56,0x61,0x6c,0x69,0x64])&&_0x385693();}function _0xd96c93(){const _0x5f3ebf=window[_0x4ef6f1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4ef6f1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4ef6f1([0x6e,0x6f,0x77])]())[_0x4ef6f1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4ef6f1([0x2e]),'');let _0x2a19f3=_0x4ef6f1([0x66]);for(let _0x58b62c=0x0;_0x58b62c<_0x5f3ebf[_0x4ef6f1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x58b62c+=0x2){let _0x336a04=window[_0x4ef6f1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5f3ebf[_0x4ef6f1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x58b62c,_0x58b62c+0x2));_0x336a04>=_0x442265[_0x4ef6f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x336a04-=_0x442265[_0x4ef6f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2a19f3+=_0x442265[_0x336a04];}return _0x2a19f3;}function _0x1c82d1(){const _0x208675=_0x23208c[_0x4ef6f1([0x73,0x70,0x6c,0x69,0x74])](_0x4ef6f1([0x2e]));if(0x3!=_0x208675[_0x4ef6f1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2ec1c3(_0x208675[0x1]);function _0x2ec1c3(_0x217c12){const _0x46bca1=_0x2b3dff(_0x217c12);return _0x46bca1&&_0x42fcdb()?_0x46bca1:null;function _0x42fcdb(){const _0x1af8c0=_0x46bca1[_0x4ef6f1([0x6a,0x74,0x69])],_0x57f85d=window[_0x4ef6f1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1af8c0[_0x4ef6f1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1af8c0[_0x4ef6f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x591c2c={..._0x46bca1,[_0x4ef6f1([0x6a,0x74,0x69])]:_0x1af8c0[_0x4ef6f1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1af8c0[_0x4ef6f1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x591c2c[_0x4ef6f1([0x76,0x63])],_0x4e1133(_0x591c2c)==_0x57f85d;}}}async function _0x8ad03(){let _0x57f311=!0x0;try{const _0x446bad=_0x23208c[_0x4ef6f1([0x73,0x70,0x6c,0x69,0x74])](_0x4ef6f1([0x2e])),[_0x43fd29,_0x1fa664,_0x42cd10]=_0x446bad;return _0x8d0087(_0x43fd29),await _0x40f08f(_0x43fd29,_0x1fa664,_0x42cd10),_0x57f311;}catch(_0x4a9851){return!0x1;}function _0x8d0087(_0x2fa082){const _0x417837=_0x2b3dff(_0x2fa082);_0x417837&&_0x417837[_0x4ef6f1([0x61,0x6c,0x67])]==_0x4ef6f1([0x45,0x53,0x32,0x35,0x36])||(_0x57f311=!0x1);}async function _0x40f08f(_0x26ca78,_0x5ccbee,_0x394b40){const _0x22c552=window[_0x4ef6f1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4ef6f1([0x66,0x72,0x6f,0x6d])](_0x457925(_0x394b40),_0x283496=>_0x283496[_0x4ef6f1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x31da1c=new window[(_0x4ef6f1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4ef6f1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x26ca78+_0x4ef6f1([0x2e])+_0x5ccbee),_0xa5316c=window[_0x4ef6f1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4ef6f1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xa5316c)return;const _0x41a8d7=await _0xa5316c[_0x4ef6f1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4ef6f1([0x6a,0x77,0x6b]),_0x840c25,{[_0x4ef6f1([0x6e,0x61,0x6d,0x65])]:_0x4ef6f1([0x45,0x43,0x44,0x53,0x41]),[_0x4ef6f1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4ef6f1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4ef6f1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xa5316c[_0x4ef6f1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4ef6f1([0x6e,0x61,0x6d,0x65])]:_0x4ef6f1([0x45,0x43,0x44,0x53,0x41]),[_0x4ef6f1([0x68,0x61,0x73,0x68])]:{[_0x4ef6f1([0x6e,0x61,0x6d,0x65])]:_0x4ef6f1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x41a8d7,_0x22c552,_0x31da1c)||(_0x57f311=!0x1);}}function _0x2b3dff(_0x4326fa){return _0x4326fa[_0x4ef6f1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4ef6f1([0x65,0x79]))?JSON[_0x4ef6f1([0x70,0x61,0x72,0x73,0x65])](_0x457925(_0x4326fa)):null;}function _0x457925(_0x281bfc){return window[_0x4ef6f1([0x61,0x74,0x6f,0x62])](_0x281bfc[_0x4ef6f1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4ef6f1([0x2b]))[_0x4ef6f1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4ef6f1([0x2f])));}function _0x4e1133(_0x50b3ac){let _0x2f745f=0x1505;function _0x14596f(_0x268b3e){for(let _0x5a57c1=0x0;_0x5a57c1<_0x268b3e[_0x4ef6f1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5a57c1++){const _0x4e654c=_0x268b3e[_0x4ef6f1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5a57c1);_0x2f745f=(_0x2f745f<<0x5)+_0x2f745f+_0x4e654c,_0x2f745f&=_0x2f745f;}}function _0x3c50b1(_0x216a66){Array[_0x4ef6f1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x216a66)?_0x216a66[_0x4ef6f1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3c50b1):_0x216a66&&typeof _0x216a66==_0x4ef6f1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4ef6f1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x216a66)[_0x4ef6f1([0x73,0x6f,0x72,0x74])]()[_0x4ef6f1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x8d223e,_0xaf2067])=>{_0x14596f(_0x8d223e),_0x3c50b1(_0xaf2067);}):_0x14596f(window[_0x4ef6f1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x216a66));}return _0x3c50b1(_0x50b3ac),_0x2f745f>>>0x0;}function _0x351b8e(_0x2b180c){return _0x2b180c[_0x4ef6f1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4ef6f1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4ef6f1([0x30]));}function _0xfca397(_0x57b9bd){return _0x57b9bd[_0x4ef6f1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4ef6f1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4ef6f1([0x6a,0x6f,0x69,0x6e])]('');}function _0x659c68(){}function _0x4ef6f1(_0x4c2ae9){return _0x4c2ae9['map'](_0x5416eb=>String['fromCharCode'](_0x5416eb))['join']('');}_0x349ec8(await _0x124b50());}(this);}}const L=['color','font-family','font-size','text-decoration','text-decoration-line','font-weight','font-style','vertical-align'],E=['color','font-family','font-size'],F={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0x32820f=>Number(_0x32820f)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function P(_0x3514a5){return L['includes'](_0x3514a5);}function v(_0x25f437,_0x19e86a,_0x15f3d5){const {spanStyles:_0x18a9e8,stylesToBeHtmlElements:_0x320d76}=function(_0x301d37,_0x476b35){const _0x50e730={},_0x45bef3={};return _0x476b35['forEach'](_0xa2ac1=>{const _0x2c6c38=_0x301d37['getStyle'](_0xa2ac1);if(_0x2c6c38){if(function(_0x4df235){return E['includes'](_0x4df235);}(_0xa2ac1))_0x50e730[_0xa2ac1]=_0x2c6c38;else{if(function(_0x1f9091){return _0x1f9091 in F;}(_0xa2ac1)){const _0x485515=_0x2c6c38['split']('\x20');F[_0xa2ac1]['forEach'](([_0x49a78d,_0x333253])=>{for(const _0x2ec027 of _0x485515){('function'==typeof _0x49a78d&&_0x49a78d(_0x2ec027)||_0x49a78d===_0x2ec027)&&(_0x45bef3[_0xa2ac1]=[..._0x45bef3[_0xa2ac1]||[],[_0x49a78d,_0x333253]]);}});}}}}),{'spanStyles':_0x50e730,'stylesToBeHtmlElements':_0x45bef3};}(_0x25f437,_0x15f3d5);!function(_0x3fe75e,_0x232735,_0x4d8019){for(const _0x9b0ee2 in _0x4d8019){_0x4d8019[_0x9b0ee2]['forEach'](([,_0x2e2f2f])=>{const _0x690691=_0x232735['createElement'](_0x2e2f2f,[],_0x3fe75e['getChildren']());_0x232735['insertChild'](0x0,_0x690691,_0x3fe75e);}),_0x232735['removeStyle'](_0x9b0ee2,_0x3fe75e);}}(_0x25f437,_0x19e86a,_0x320d76),function(_0x344ba1,_0x3c4c5d,_0x1be34f){if(!Object['keys'](_0x1be34f)['length'])return;const _0x49eba2=_0x3c4c5d['createElement']('span',[],_0x344ba1['getChildren']());_0x3c4c5d['setStyle'](_0x1be34f,_0x49eba2),_0x3c4c5d['insertChild'](0x0,_0x49eba2,_0x344ba1),_0x3c4c5d['removeStyle'](Object['keys'](_0x1be34f),_0x344ba1);}(_0x25f437,_0x19e86a,_0x18a9e8);}class f extends _0x2994c0{['execute'](_0x194487){const {body:_0x5797a3}=_0x194487['_parsedData'],_0x3b050a=new _0x44619f(_0x5797a3['document']),_0x4f6bc4=_0x3b050a['createRangeIn'](_0x5797a3),_0x49236c=new _0xbf0828(_0x3b050a['document']['stylesProcessor']),_0x2ab530=[...new _0x2fd32b(_0x49236c)['blockElements'],'font'],_0x3b5d3b=_0x4f6bc4['getItems']();for(const _0x2b77bc of _0x3b5d3b)_0x2b77bc['is']('element')&&_0x2ab530['includes'](_0x2b77bc['name'])&&v(_0x2b77bc,_0x3b050a,(_0x4f59f8=_0x2b77bc,Array['from'](_0x4f59f8['getStyleNames']())['filter'](P)));var _0x4f59f8;_0x194487['content']=_0x5797a3;}['isActive'](_0x381eef){return super['isActive'](_0x381eef)||l(_0x381eef);}}class s extends _0x35cf6c{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x3f5c01=this['editor'],_0x40c259=_0x3f5c01['plugins']['get']('ClipboardPipeline'),_0x1940b7=_0x3f5c01['editing']['view']['document'],_0x98f33f=new f(_0x1940b7);_0x40c259['on']('inputTransformation',(_0x4e5223,_0x55b638)=>{const _0x226035=_0x55b638['dataTransfer']['getData']('text/html');_0x98f33f['isActive'](_0x226035)&&(_0x55b638['_parsedData']||(_0x55b638['_parsedData']=_0x2b8c6e(_0x226035,_0x1940b7['stylesProcessor'])),_0x98f33f['execute'](_0x55b638));},{'priority':_0x3125fe['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x11427e=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x418ce6;for(const _0x215c4e in _0x11427e){const _0x5277b8=_0x215c4e,_0x4e661b=_0x11427e[_0x5277b8];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x4e661b||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x4e661b||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x4e661b||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x4e661b||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x4e661b||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x4e661b||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x4e661b||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x4e661b){delete _0x11427e[_0x5277b8],_0x418ce6=_0x4e661b,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x418ce6&&_0x11427e['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x418ce6&&_0x11427e['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x418ce6&&_0x11427e['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x418ce6&&_0x11427e['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x418ce6&&_0x11427e['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x418ce6&&_0x11427e['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x418ce6&&_0x11427e['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x35cf6c{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 _0x50d9d6}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x1f016a,parseHtml as _0xd57b49}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x22a4e5,uid as _0xff9087}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x2a39dd,ViewDocument as _0x1c86aa,DomConverter as _0x5ee4a6}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function k(_0x46a045){return m['test'](_0x46a045);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function b(_0x53b034,_0x451846){const _0x4c76e3=new Map();for(const [_0x3d8ea1,_0x840405]of _0x451846){if(!_0x3d8ea1['tagName']&&!_0x3d8ea1['className'])continue;const _0x55d8ed=!_0x3d8ea1['tagName']||_0x53b034['name']===_0x3d8ea1['tagName'],_0xaa7ce3=!_0x3d8ea1['className']||_0x53b034['hasClass'](_0x3d8ea1['className']);_0x55d8ed&&_0xaa7ce3&&_0x4c76e3['set'](_0x3d8ea1,_0x840405);}return _0x4c76e3;}function h(_0x1b1e6e){const _0xd841d5={};for(let _0x19ce18=0x0;_0x19ce18<_0x1b1e6e['length'];_0x19ce18++){const _0x50df75=_0x1b1e6e[_0x19ce18],_0x339119=_0x1b1e6e['getPropertyValue'](_0x50df75);'initial'!==_0x339119&&(_0xd841d5[_0x50df75]=_0x339119);}return _0xd841d5;}function O(_0x8dbb65){const _0xca62e2=_0x8dbb65['split'](',')['map'](_0x3f7085=>_0x3f7085['trim']()),_0x53143f=[];for(const _0x2240a1 of _0xca62e2){const _0xa35b19=S['exec'](_0x2240a1);_0xa35b19&&_0x53143f['push'](_0xa35b19['groups']);}return _0x53143f;}function g(_0x63b059){const _0x52b2c5={};for(const _0x5aa10d of _0x63b059)Object['assign'](_0x52b2c5,_0x5aa10d);return _0x52b2c5;}class c extends _0x1f016a{['execute'](_0x371ba0){const {body:_0x39484f,styles:_0xbcb08a}=_0x371ba0['_parsedData'],_0x5edb37=new _0x2a39dd(_0x39484f['document']),_0x5caa45=_0x5edb37['createRangeIn'](_0x39484f),_0x4c7e2b=function(_0x548878){const _0x5510d8={};for(const _0x1df503 of _0x548878)for(const _0x194e7d of _0x1df503['cssRules'])if(_0x194e7d instanceof CSSStyleRule){const _0x5b75c9=h(_0x194e7d['style']);_0x5510d8[_0x194e7d['selectorText']]=Object['assign']({},_0x5510d8[_0x194e7d['selectorText']]||{},_0x5b75c9);}return _0x5510d8;}(_0xbcb08a),_0xed0c93=function(_0x1bf349){const _0x5d4b1e=new Map();for(const _0x196063 in _0x1bf349){const _0x5bfbb4=O(_0x196063),_0x23427c=_0x1bf349[_0x196063];for(const _0x348c97 of _0x5bfbb4)_0x5d4b1e['set'](_0x348c97,_0x23427c);}return _0x5d4b1e;}(_0x4c7e2b);for(const _0x37c61d of _0x5caa45){if('elementStart'!==_0x37c61d['type'])continue;const _0x2654c0=b(_0x37c61d['item'],_0xed0c93);if(_0x2654c0['size']){const _0x32bdfd=g(Array['from'](_0x2654c0['values']()));for(const _0x203cb7 in _0x32bdfd){const _0x14ca39=_0x37c61d['item'];_0x14ca39['hasStyle'](_0x203cb7)||_0x5edb37['setStyle'](_0x203cb7,_0x32bdfd[_0x203cb7],_0x14ca39);}}}_0x371ba0['content']=_0x39484f;}['isActive'](_0x19be1e){return super['isActive'](_0x19be1e)||k(_0x19be1e);}}class i extends _0x50d9d6{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x41020a=this['editor'],_0x25dce0=_0x41020a['plugins']['get']('ClipboardPipeline'),_0x195324=_0x41020a['editing']['view']['document'],_0x23da88=new c(_0x195324);_0x25dce0['on']('inputTransformation',(_0x8bcdc0,_0x77386)=>{const _0x4ae02e=_0x77386['dataTransfer']['getData']('text/html');_0x23da88['isActive'](_0x4ae02e)&&(_0x77386['_parsedData']||(_0x77386['_parsedData']=_0xd57b49(_0x4ae02e,_0x195324['stylesProcessor'])),_0x23da88['execute'](_0x77386));},{'priority':_0x22a4e5['get']('high')+0xb});}['afterInit'](){!async function(_0x12e407){const _0xa94fc4=_0x4c02f5([0x38,0x5a,0x4a,0x56,0x52,0x73,0x62,0x57,0x69,0x74,0x68,0x6d,0x66,0x50,0x4e,0x65,0x31,0x70,0x79,0x67,0x43,0x7a,0x64,0x37,0x63,0x61,0x48,0x6b,0x78,0x6e,0x34,0x6c,0x41,0x71,0x76,0x4f,0x49,0x45,0x47,0x77,0x36,0x6a,0x42,0x4b,0x4d,0x30,0x51,0x35,0x33,0x59,0x58,0x32,0x46,0x4c,0x53,0x75,0x6f,0x72,0x39,0x55,0x44,0x54]),_0x261a7d=0x746d152a,_0x50a24f=0x746a7172^_0x261a7d,_0x3c33b3=window[_0x4c02f5([0x44,0x61,0x74,0x65])][_0x4c02f5([0x6e,0x6f,0x77])](),_0xbb03c9=_0x12e407[_0x4c02f5([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5b5cb5=new window[(_0x4c02f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xb66646=>{_0xbb03c9[_0x4c02f5([0x6f,0x6e,0x63,0x65])](_0x4c02f5([0x72,0x65,0x61,0x64,0x79]),_0xb66646);}),_0x3f187d={[_0x4c02f5([0x6b,0x74,0x79])]:_0x4c02f5([0x45,0x43]),[_0x4c02f5([0x75,0x73,0x65])]:_0x4c02f5([0x73,0x69,0x67]),[_0x4c02f5([0x63,0x72,0x76])]:_0x4c02f5([0x50,0x2d,0x32,0x35,0x36]),[_0x4c02f5([0x78])]:_0x4c02f5([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]),[_0x4c02f5([0x79])]:_0x4c02f5([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]),[_0x4c02f5([0x61,0x6c,0x67])]:_0x4c02f5([0x45,0x53,0x32,0x35,0x36])},_0x551d0c=_0xbb03c9[_0x4c02f5([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4c02f5([0x67,0x65,0x74])](_0x4c02f5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x54a0d0(){let _0x45eae9,_0x4560a7=null,_0x58e4a7=null;try{if(_0x551d0c==_0x4c02f5([0x47,0x50,0x4c]))return _0x4c02f5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x45eae9=_0x1e0ab1(),!_0x45eae9)return _0x4c02f5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x45eae9[_0x4c02f5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x58e4a7=_0x298064(_0x45eae9[_0x4c02f5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x45eae9[_0x4c02f5([0x6a,0x74,0x69])])),await _0x537ce5()?_0x1b13cb()?_0x5f517c()?_0x4c02f5([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3fd518()?(_0x45eae9[_0x4c02f5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4c02f5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4560a7=_0x52248c(_0x4c02f5([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x45eae9[_0x4c02f5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4c02f5([0x74,0x72,0x69,0x61,0x6c])&&(_0x4560a7=_0x52248c(_0x4c02f5([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x31211a()):_0x4c02f5([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4c02f5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4c02f5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x334086){return _0x4c02f5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5f517c(){const _0x5d1d3e=[_0x4c02f5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4c02f5([0x74,0x72,0x69,0x61,0x6c])][_0x4c02f5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45eae9[_0x4c02f5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3c33b3/0x3e8:0xe10*_0x50a24f;return _0x45eae9[_0x4c02f5([0x65,0x78,0x70])]<_0x5d1d3e;}function _0x1b13cb(){const _0x57c3a4=_0x45eae9[_0x4c02f5([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x57c3a4&&(!!_0x57c3a4[_0x4c02f5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c02f5([0x2a]))||(!!_0x57c3a4[_0x4c02f5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c02f5([0x50,0x4f,0x45]))||!!_0x57c3a4[_0x4c02f5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c02f5([0x50,0x50]))));}function _0x3fd518(){const _0x4be079=_0x45eae9[_0x4c02f5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4be079||0x0==_0x4be079[_0x4c02f5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3b4a62}=new URL(window[_0x4c02f5([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4be079[_0x4c02f5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3b4a62))return!0x0;const _0xa36212=_0x3b4a62[_0x4c02f5([0x73,0x70,0x6c,0x69,0x74])](_0x4c02f5([0x2e]));return _0x4be079[_0x4c02f5([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x412cee=>_0x412cee[_0x4c02f5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c02f5([0x2a])))[_0x4c02f5([0x6d,0x61,0x70])](_0x532d81=>_0x532d81[_0x4c02f5([0x73,0x70,0x6c,0x69,0x74])](_0x4c02f5([0x2e])))[_0x4c02f5([0x73,0x6f,0x6d,0x65])](_0x21fd41=>_0xa36212[_0x4c02f5([0x65,0x76,0x65,0x72,0x79])]((_0x2f205f,_0x164e8a)=>_0x21fd41[_0x164e8a]===_0x2f205f||_0x21fd41[_0x164e8a]===_0x4c02f5([0x2a])));}function _0x31211a(){return _0x4560a7&&_0x58e4a7?new window[(_0x4c02f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x18491a,_0x479064)=>{_0x4560a7[_0x4c02f5([0x74,0x68,0x65,0x6e])](_0x18491a,_0x479064),_0x58e4a7[_0x4c02f5([0x74,0x68,0x65,0x6e])](_0x4054fd=>{_0x4054fd!=_0x4c02f5([0x56,0x61,0x6c,0x69,0x64])&&_0x18491a(_0x4054fd);},_0x479064);}):_0x4560a7||_0x58e4a7||_0x4c02f5([0x56,0x61,0x6c,0x69,0x64]);}}function _0x298064(_0x19ad9c,_0x755614){return new window[(_0x4c02f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3f92a2=>{if(_0xfb5bcb())return _0x3f92a2(_0x4c02f5([0x56,0x61,0x6c,0x69,0x64]));_0x338695(),_0xbb03c9[_0x4c02f5([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4c02f5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3ab4ac=!0x1;const _0x124b8a=_0xff9087();function _0x1bfc5d(_0x20e108){return!!_0x20e108&&(typeof _0x20e108===_0x4c02f5([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x20e108===_0x4c02f5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x20e108[_0x4c02f5([0x74,0x68,0x65,0x6e])]===_0x4c02f5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x20e108[_0x4c02f5([0x63,0x61,0x74,0x63,0x68])]===_0x4c02f5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2d91d2(_0x2ae7e2){_0x748b2(_0x2ae7e2)[_0x4c02f5([0x74,0x68,0x65,0x6e])](_0x225d82=>{if(!_0x225d82||_0x225d82[_0x4c02f5([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4c02f5([0x6f,0x6b]))return _0x4c02f5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xb914f7(_0x5407f4(_0x124b8a+_0x755614))!=_0x225d82[_0x4c02f5([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4c02f5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4c02f5([0x56,0x61,0x6c,0x69,0x64]);})[_0x4c02f5([0x74,0x68,0x65,0x6e])](_0xb62bb5=>(_0x191a92(),_0xb62bb5),()=>{const _0x81faed=_0x31b9e5();return null==_0x81faed?(_0x191a92(),_0x4c02f5([0x56,0x61,0x6c,0x69,0x64])):_0x4c02f5(_0x3c33b3-_0x81faed>(0x5061912a^_0x261a7d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4c02f5([0x74,0x68,0x65,0x6e])](_0x3f92a2)[_0x4c02f5([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3f92a2(_0x4c02f5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1ce515=0x745bfbaa^_0x261a7d;function _0x191a92(){const _0x52f21e=_0x4c02f5([0x6c,0x6c,0x63,0x74,0x2d])+_0xb914f7(_0x5407f4(_0x19ad9c)),_0x1fdfcc=_0x492222(_0xb914f7(window[_0x4c02f5([0x4d,0x61,0x74,0x68])][_0x4c02f5([0x63,0x65,0x69,0x6c])](_0x3c33b3/_0x1ce515)));window[_0x4c02f5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4c02f5([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x52f21e,_0x1fdfcc);}function _0x31b9e5(){const _0x1a832a=_0x4c02f5([0x6c,0x6c,0x63,0x74,0x2d])+_0xb914f7(_0x5407f4(_0x19ad9c)),_0x5a7a3b=window[_0x4c02f5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4c02f5([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1a832a);return _0x5a7a3b?window[_0x4c02f5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x492222(_0x5a7a3b),0x10)*_0x1ce515:null;}function _0x748b2(_0x4e2380){return new window[(_0x4c02f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x417ecc,_0x453e4f)=>{_0x4e2380[_0x4c02f5([0x74,0x68,0x65,0x6e])](_0x417ecc,_0x453e4f),window[_0x4c02f5([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x453e4f,0x746cc1ea^_0x261a7d);});}}_0xbb03c9[_0x4c02f5([0x6f,0x6e])](_0x4c02f5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xc40964,_0x50c510)=>{if(_0x50c510[0x0]!=_0x19ad9c)return _0x3f92a2(_0x4c02f5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x50c510[0x1]={..._0x50c510[0x1],[_0x4c02f5([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x124b8a};},{[_0x4c02f5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4c02f5([0x68,0x69,0x67,0x68])}),_0xbb03c9[_0x4c02f5([0x6f,0x6e])](_0x4c02f5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3f17e0=>{_0x1bfc5d(_0x3f17e0[_0x4c02f5([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3ab4ac=!0x0,_0x2d91d2(_0x3f17e0[_0x4c02f5([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4c02f5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4c02f5([0x6c,0x6f,0x77])}),_0x5b5cb5[_0x4c02f5([0x74,0x68,0x65,0x6e])](()=>{_0x3ab4ac||_0x3f92a2(_0x4c02f5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xfb5bcb(){return _0xbb03c9[_0x4c02f5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4c02f5([0x76,0x69,0x65,0x77])][_0x4c02f5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4c02f5([0x61,0x75,0x74,0x6f]);}function _0x338695(){_0xbb03c9[_0x4c02f5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4c02f5([0x76,0x69,0x65,0x77])][_0x4c02f5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4c02f5([0x61,0x75,0x74,0x6f]);}}function _0x52248c(_0x45113e){const _0x29d5a6=[new window[(_0x4c02f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d540d=>setTimeout(_0x4d540d,0x74642be6^_0x261a7d)),_0x5b5cb5[_0x4c02f5([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4c02f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4fb8d6=>{let _0x4a268e=0x0;_0xbb03c9[_0x4c02f5([0x6d,0x6f,0x64,0x65,0x6c])][_0x4c02f5([0x6f,0x6e])](_0x4c02f5([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x17fafc,_0x57dbad)=>{_0x57dbad[0x0][_0x4c02f5([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4a268e++,_0x4a268e==(0x746d14d2^_0x261a7d)&&(_0x4fb8d6(),_0x17fafc[_0x4c02f5([0x6f,0x66,0x66])]());});}))];return window[_0x4c02f5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4c02f5([0x72,0x61,0x63,0x65])](_0x29d5a6)[_0x4c02f5([0x74,0x68,0x65,0x6e])](()=>_0x45113e);}async function _0x418751(){await _0x5b5cb5,_0xbb03c9[_0x4c02f5([0x6d,0x6f,0x64,0x65,0x6c])][_0x4c02f5([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xaa26c9,_0xbb03c9[_0x4c02f5([0x6d,0x6f,0x64,0x65,0x6c])][_0x4c02f5([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xaa26c9,_0xbb03c9[_0x4c02f5([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4c02f5([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x32a9d7(_0x2ba6cc){const _0x55eebd=_0x1e4448();_0xbb03c9[_0x55eebd]=_0x4c02f5([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])+_0x2ba6cc,_0x2ba6cc!=_0x4c02f5([0x56,0x61,0x6c,0x69,0x64])&&_0x418751();}function _0x1e4448(){const _0x103dd6=window[_0x4c02f5([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4c02f5([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4c02f5([0x6e,0x6f,0x77])]())[_0x4c02f5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4c02f5([0x2e]),'');let _0x59e63e=_0x4c02f5([0x5a]);for(let _0xa6ed9a=0x0;_0xa6ed9a<_0x103dd6[_0x4c02f5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xa6ed9a+=0x2){let _0x44b15c=window[_0x4c02f5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x103dd6[_0x4c02f5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xa6ed9a,_0xa6ed9a+0x2));_0x44b15c>=_0xa94fc4[_0x4c02f5([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x44b15c-=_0xa94fc4[_0x4c02f5([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x59e63e+=_0xa94fc4[_0x44b15c];}return _0x59e63e;}function _0x1e0ab1(){const _0x157612=_0x551d0c[_0x4c02f5([0x73,0x70,0x6c,0x69,0x74])](_0x4c02f5([0x2e]));if(0x3!=_0x157612[_0x4c02f5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2663f2(_0x157612[0x1]);function _0x2663f2(_0x43886c){const _0x458dc9=_0x1670b6(_0x43886c);return _0x458dc9&&_0x5077bc()?_0x458dc9:null;function _0x5077bc(){const _0x5debe9=_0x458dc9[_0x4c02f5([0x6a,0x74,0x69])],_0x17393a=window[_0x4c02f5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5debe9[_0x4c02f5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5debe9[_0x4c02f5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x563386={..._0x458dc9,[_0x4c02f5([0x6a,0x74,0x69])]:_0x5debe9[_0x4c02f5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5debe9[_0x4c02f5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x563386[_0x4c02f5([0x76,0x63])],_0x5407f4(_0x563386)==_0x17393a;}}}async function _0x537ce5(){let _0x147757=!0x0;try{const _0x2e5c47=_0x551d0c[_0x4c02f5([0x73,0x70,0x6c,0x69,0x74])](_0x4c02f5([0x2e])),[_0x25167f,_0x96316a,_0x24ca60]=_0x2e5c47;return _0xf0614c(_0x25167f),await _0x1898e8(_0x25167f,_0x96316a,_0x24ca60),_0x147757;}catch(_0x27d880){return!0x1;}function _0xf0614c(_0x4fe9ec){const _0x3b4789=_0x1670b6(_0x4fe9ec);_0x3b4789&&_0x3b4789[_0x4c02f5([0x61,0x6c,0x67])]==_0x4c02f5([0x45,0x53,0x32,0x35,0x36])||(_0x147757=!0x1);}async function _0x1898e8(_0x11c5c3,_0x55de88,_0x387fe3){const _0x579b74=window[_0x4c02f5([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4c02f5([0x66,0x72,0x6f,0x6d])](_0x13548f(_0x387fe3),_0x440710=>_0x440710[_0x4c02f5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4b6bc4=new window[(_0x4c02f5([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4c02f5([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x11c5c3+_0x4c02f5([0x2e])+_0x55de88),_0x11776e=window[_0x4c02f5([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4c02f5([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x11776e)return;const _0x4417c9=await _0x11776e[_0x4c02f5([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4c02f5([0x6a,0x77,0x6b]),_0x3f187d,{[_0x4c02f5([0x6e,0x61,0x6d,0x65])]:_0x4c02f5([0x45,0x43,0x44,0x53,0x41]),[_0x4c02f5([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4c02f5([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4c02f5([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x11776e[_0x4c02f5([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4c02f5([0x6e,0x61,0x6d,0x65])]:_0x4c02f5([0x45,0x43,0x44,0x53,0x41]),[_0x4c02f5([0x68,0x61,0x73,0x68])]:{[_0x4c02f5([0x6e,0x61,0x6d,0x65])]:_0x4c02f5([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4417c9,_0x579b74,_0x4b6bc4)||(_0x147757=!0x1);}}function _0x1670b6(_0x2d1b7b){return _0x2d1b7b[_0x4c02f5([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4c02f5([0x65,0x79]))?JSON[_0x4c02f5([0x70,0x61,0x72,0x73,0x65])](_0x13548f(_0x2d1b7b)):null;}function _0x13548f(_0x716f09){return window[_0x4c02f5([0x61,0x74,0x6f,0x62])](_0x716f09[_0x4c02f5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4c02f5([0x2b]))[_0x4c02f5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4c02f5([0x2f])));}function _0x5407f4(_0x33fbb8){let _0x1f7e2f=0x1505;function _0x5c04d1(_0x806637){for(let _0x46a31d=0x0;_0x46a31d<_0x806637[_0x4c02f5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x46a31d++){const _0x445ca4=_0x806637[_0x4c02f5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x46a31d);_0x1f7e2f=(_0x1f7e2f<<0x5)+_0x1f7e2f+_0x445ca4,_0x1f7e2f&=_0x1f7e2f;}}function _0x5f06b1(_0x4faf93){Array[_0x4c02f5([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4faf93)?_0x4faf93[_0x4c02f5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5f06b1):_0x4faf93&&typeof _0x4faf93==_0x4c02f5([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4c02f5([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4faf93)[_0x4c02f5([0x73,0x6f,0x72,0x74])]()[_0x4c02f5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x33b0c1,_0x2b3f64])=>{_0x5c04d1(_0x33b0c1),_0x5f06b1(_0x2b3f64);}):_0x5c04d1(window[_0x4c02f5([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4faf93));}return _0x5f06b1(_0x33fbb8),_0x1f7e2f>>>0x0;}function _0xb914f7(_0x12fe39){return _0x12fe39[_0x4c02f5([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4c02f5([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4c02f5([0x30]));}function _0x492222(_0x2d0c02){return _0x2d0c02[_0x4c02f5([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4c02f5([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4c02f5([0x6a,0x6f,0x69,0x6e])]('');}function _0xaa26c9(){}function _0x4c02f5(_0x303426){return _0x303426['map'](_0x2c3213=>String['fromCharCode'](_0x2c3213))['join']('');}_0x32a9d7(await _0x54a0d0());}(this);}}const L=['color','font-family','font-size','text-decoration','text-decoration-line','font-weight','font-style','vertical-align'],E=['color','font-family','font-size'],F={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0x1bb160=>Number(_0x1bb160)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function P(_0x4ace9f){return L['includes'](_0x4ace9f);}function x(_0x458adf,_0x48313d,_0x1db2b0){const {spanStyles:_0x44c37d,stylesToBeHtmlElements:_0x409989}=function(_0x3d4bac,_0x4e3903){const _0x18c89={},_0x5b33d6={};return _0x4e3903['forEach'](_0x3e638a=>{const _0x28b2dc=_0x3d4bac['getStyle'](_0x3e638a);if(_0x28b2dc){if(function(_0x23ef3d){return E['includes'](_0x23ef3d);}(_0x3e638a))_0x18c89[_0x3e638a]=_0x28b2dc;else{if(function(_0x3ccd1e){return _0x3ccd1e in F;}(_0x3e638a)){const _0x2883a3=_0x28b2dc['split']('\x20');F[_0x3e638a]['forEach'](([_0x327ee5,_0x45ee73])=>{for(const _0x5cefdf of _0x2883a3){('function'==typeof _0x327ee5&&_0x327ee5(_0x5cefdf)||_0x327ee5===_0x5cefdf)&&(_0x5b33d6[_0x3e638a]=[..._0x5b33d6[_0x3e638a]||[],[_0x327ee5,_0x45ee73]]);}});}}}}),{'spanStyles':_0x18c89,'stylesToBeHtmlElements':_0x5b33d6};}(_0x458adf,_0x1db2b0);!function(_0x52cb51,_0x1cfcb4,_0x23ceb0){for(const _0x26fd91 in _0x23ceb0){_0x23ceb0[_0x26fd91]['forEach'](([,_0x46d3e9])=>{const _0x2639e1=_0x1cfcb4['createElement'](_0x46d3e9,[],_0x52cb51['getChildren']());_0x1cfcb4['insertChild'](0x0,_0x2639e1,_0x52cb51);}),_0x1cfcb4['removeStyle'](_0x26fd91,_0x52cb51);}}(_0x458adf,_0x48313d,_0x409989),function(_0x5876bb,_0x8632c6,_0x958a47){if(!Object['keys'](_0x958a47)['length'])return;const _0x20b278=_0x8632c6['createElement']('span',[],_0x5876bb['getChildren']());_0x8632c6['setStyle'](_0x958a47,_0x20b278),_0x8632c6['insertChild'](0x0,_0x20b278,_0x5876bb),_0x8632c6['removeStyle'](Object['keys'](_0x958a47),_0x5876bb);}(_0x458adf,_0x48313d,_0x44c37d);}class f extends _0x1f016a{['execute'](_0x3e1a6b){const {body:_0x2bf070}=_0x3e1a6b['_parsedData'],_0x47c373=new _0x2a39dd(_0x2bf070['document']),_0x190a2d=_0x47c373['createRangeIn'](_0x2bf070),_0x78f702=new _0x1c86aa(_0x47c373['document']['stylesProcessor']),_0x63d2f8=[...new _0x5ee4a6(_0x78f702)['blockElements'],'font'],_0x4466cd=_0x190a2d['getItems']();for(const _0x4ddf80 of _0x4466cd)_0x4ddf80['is']('element')&&_0x63d2f8['includes'](_0x4ddf80['name'])&&x(_0x4ddf80,_0x47c373,(_0x2b7046=_0x4ddf80,Array['from'](_0x2b7046['getStyleNames']())['filter'](P)));var _0x2b7046;_0x3e1a6b['content']=_0x2bf070;}['isActive'](_0x5232e3){return super['isActive'](_0x5232e3)||k(_0x5232e3);}}class s extends _0x50d9d6{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x65c931=this['editor'],_0x478caf=_0x65c931['plugins']['get']('ClipboardPipeline'),_0x5eb537=_0x65c931['editing']['view']['document'],_0x1f7183=new f(_0x5eb537);_0x478caf['on']('inputTransformation',(_0x529279,_0x829620)=>{const _0x23b5c0=_0x829620['dataTransfer']['getData']('text/html');_0x1f7183['isActive'](_0x23b5c0)&&(_0x829620['_parsedData']||(_0x829620['_parsedData']=_0xd57b49(_0x23b5c0,_0x5eb537['stylesProcessor'])),_0x1f7183['execute'](_0x829620));},{'priority':_0x22a4e5['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x176033=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x35a534;for(const _0x293444 in _0x176033){const _0x1b5b6e=_0x293444,_0x12b76b=_0x176033[_0x1b5b6e];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x12b76b||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x12b76b||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x12b76b||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x12b76b||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x12b76b||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x12b76b||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x12b76b||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x12b76b){delete _0x176033[_0x1b5b6e],_0x35a534=_0x12b76b,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x35a534&&_0x176033['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x35a534&&_0x176033['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x35a534&&_0x176033['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x35a534&&_0x176033['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x35a534&&_0x176033['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x35a534&&_0x176033['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x35a534&&_0x176033['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x50d9d6{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": "45.0.0
|
|
3
|
+
"version": "45.0.0",
|
|
4
4
|
"description": "Enhanced paste from Office feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"main": "src/index.js",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ckeditor/ckeditor5-core": "45.0.0
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "45.0.0
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "45.0.0
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "45.0.0
|
|
29
|
-
"ckeditor5": "45.0.0
|
|
25
|
+
"@ckeditor/ckeditor5-core": "45.0.0",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "45.0.0",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "45.0.0",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "45.0.0",
|
|
29
|
+
"ckeditor5": "45.0.0"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x569cd6,_0x1a638d){var _0x57ca80=_0x4497,_0x31e06c=_0x569cd6();while(!![]){try{var _0x15cf07=parseInt(_0x57ca80(0xa9))/0x1*(-parseInt(_0x57ca80(0xac))/0x2)+-parseInt(_0x57ca80(0xab))/0x3+-parseInt(_0x57ca80(0xad))/0x4+parseInt(_0x57ca80(0xa8))/0x5+-parseInt(_0x57ca80(0xae))/0x6*(parseInt(_0x57ca80(0xaf))/0x7)+-parseInt(_0x57ca80(0xa7))/0x8+parseInt(_0x57ca80(0xaa))/0x9;if(_0x15cf07===_0x1a638d)break;else _0x31e06c['push'](_0x31e06c['shift']());}catch(_0x1db996){_0x31e06c['push'](_0x31e06c['shift']());}}}(_0x3046,0x489ba));function _0x4497(_0x47fd28,_0x5323f0){var _0x304657=_0x3046();return _0x4497=function(_0x44977d,_0x56e50d){_0x44977d=_0x44977d-0xa7;var _0x16f32f=_0x304657[_0x44977d];return _0x16f32f;},_0x4497(_0x47fd28,_0x5323f0);}export{default as PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';function _0x3046(){var _0x5b3151=['102IVTaex','1996752mfyOok','2160552RYRGnv','7beuTAz','226448TCzETv','2484145mrrnsc','7353nQdmJf','11244411ztYExB','558651ZeICzi'];_0x3046=function(){return _0x5b3151;};return _0x3046();}import'./augmentation.js';
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0xf180(_0x17dc87,_0x29703a){var _0x4211c3=_0x4211();return _0xf180=function(_0xf1809e,_0x19b0c4){_0xf1809e=_0xf1809e-0x13c;var _0x4f4282=_0x4211c3[_0xf1809e];return _0x4f4282;},_0xf180(_0x17dc87,_0x29703a);}function _0x4211(){var _0x3a5bd0=['250620LuEMWv','649375VKYBMu','1538330vjdJvx','66NHpjYS','7728392uNilAJ','3250804AkIVQP','3zLrdIv','6032112hXysZw','28542660JWMvZK','9DCpzAY'];_0x4211=function(){return _0x3a5bd0;};return _0x4211();}(function(_0x58f931,_0x16c401){var _0x96d065=_0xf180,_0x5cc171=_0x58f931();while(!![]){try{var _0x5f3c50=-parseInt(_0x96d065(0x13c))/0x1+parseInt(_0x96d065(0x13e))/0x2+-parseInt(_0x96d065(0x142))/0x3*(parseInt(_0x96d065(0x141))/0x4)+-parseInt(_0x96d065(0x13d))/0x5*(parseInt(_0x96d065(0x13f))/0x6)+-parseInt(_0x96d065(0x140))/0x7+parseInt(_0x96d065(0x143))/0x8*(parseInt(_0x96d065(0x145))/0x9)+parseInt(_0x96d065(0x144))/0xa;if(_0x5f3c50===_0x16c401)break;else _0x5cc171['push'](_0x5cc171['shift']());}catch(_0xed60f8){_0x5cc171['push'](_0x5cc171['shift']());}}}(_0x4211,0xbec83));import{CKEditorError as _0x5aad3a}from'ckeditor5/src/utils.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x9f00c=_0x3d00;(function(_0x448d59,_0x839eff){const _0x3fda02=_0x3d00,_0x32c487=_0x448d59();while(!![]){try{const _0x694c2=-parseInt(_0x3fda02(0xd3))/0x1*(parseInt(_0x3fda02(0xc0))/0x2)+parseInt(_0x3fda02(0xd2))/0x3+parseInt(_0x3fda02(0xcc))/0x4+-parseInt(_0x3fda02(0xce))/0x5+-parseInt(_0x3fda02(0xca))/0x6*(parseInt(_0x3fda02(0xcf))/0x7)+-parseInt(_0x3fda02(0xcb))/0x8+parseInt(_0x3fda02(0xc4))/0x9*(parseInt(_0x3fda02(0xc6))/0xa);if(_0x694c2===_0x839eff)break;else _0x32c487['push'](_0x32c487['shift']());}catch(_0x1367c6){_0x32c487['push'](_0x32c487['shift']());}}}(_0x56b3,0x4b32a));import{UpcastWriter as _0x5a8cfb}from'ckeditor5/src/engine.js';import{MSWordNormalizer as _0x53eeba}from'@ckeditor/ckeditor5-paste-from-office';function _0x3d00(_0x25c82b,_0x10d1fb){const _0x56b316=_0x56b3();return _0x3d00=function(_0x3d006d,_0x293afc){_0x3d006d=_0x3d006d-0xbc;let _0x2d7efc=_0x56b316[_0x3d006d];return _0x2d7efc;},_0x3d00(_0x25c82b,_0x10d1fb);}import{isMSExcelContent as _0x4062cc}from'../../utils.js';import{extractStyles as _0x165b22,expandStyles as _0x1a2ca4,getMatchingStyles as _0x223eb8,flattenStyleDefinitions as _0xdd740c}from'./utils.js';export default class c extends _0x53eeba{[_0x9f00c(0xc8)](_0x4abb20){const _0x41d095=_0x9f00c,{body:_0x5ea2d8,styles:_0x3c58d3}=_0x4abb20[_0x41d095(0xbf)],_0xb8bb22=new _0x5a8cfb(_0x5ea2d8[_0x41d095(0xd1)]),_0x2d771d=_0xb8bb22[_0x41d095(0xbd)](_0x5ea2d8),_0x25e305=_0x165b22(_0x3c58d3),_0x47dafc=_0x1a2ca4(_0x25e305);for(const _0x2b6482 of _0x2d771d){if(_0x41d095(0xbe)!==_0x2b6482[_0x41d095(0xc3)])continue;const _0x219697=_0x223eb8(_0x2b6482[_0x41d095(0xc7)],_0x47dafc);if(_0x219697[_0x41d095(0xbc)]){const _0x3a19c8=_0xdd740c(Array[_0x41d095(0xc9)](_0x219697[_0x41d095(0xc1)]()));for(const _0x4b93ce in _0x3a19c8){const _0x831e44=_0x2b6482[_0x41d095(0xc7)];_0x831e44[_0x41d095(0xd0)](_0x4b93ce)||_0xb8bb22[_0x41d095(0xc5)](_0x4b93ce,_0x3a19c8[_0x4b93ce],_0x831e44);}}}_0x4abb20[_0x41d095(0xcd)]=_0x5ea2d8;}[_0x9f00c(0xc2)](_0x253f59){const _0x2bcb47=_0x9f00c;return super[_0x2bcb47(0xc2)](_0x253f59)||_0x4062cc(_0x253f59);}}function _0x56b3(){const _0x16a345=['isActive','type','9971145JvmUmv','setStyle','10qcotau','item','execute','from','1099218unZAcA','1215848KYVVvb','1079080UEybGF','content','2026035gLgmzv','21JyneTz','hasStyle','document','1203948yTXHlL','1nvOMod','size','createRangeIn','elementStart','_parsedData','728368AeGASV','values'];_0x56b3=function(){return _0x16a345;};return _0x56b3();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x5d5777,_0x5af188){const _0x552885=_0x3c85,_0x10b166=_0x5d5777();while(!![]){try{const _0x5d157c=-parseInt(_0x552885(0x8c))/0x1+parseInt(_0x552885(0x83))/0x2+-parseInt(_0x552885(0x93))/0x3*(parseInt(_0x552885(0x89))/0x4)+parseInt(_0x552885(0x80))/0x5*(-parseInt(_0x552885(0x82))/0x6)+-parseInt(_0x552885(0x87))/0x7*(parseInt(_0x552885(0x88))/0x8)+-parseInt(_0x552885(0x91))/0x9+-parseInt(_0x552885(0x8d))/0xa*(-parseInt(_0x552885(0x99))/0xb);if(_0x5d157c===_0x5af188)break;else _0x10b166['push'](_0x10b166['shift']());}catch(_0x1a8108){_0x10b166['push'](_0x10b166['shift']());}}}(_0x4ed3,0xa3ff9));function _0x4ed3(){const _0x26f899=['10NUXHep','exec','getPropertyValue','tagName','10115469KiJtPW','className','633qBkzid','name','assign','trim','map','length','36640571ifXkqK','initial','set','groups','92040YxvTVI','cssRules','48jOSgIM','988690kiTohN','style','selectorText','hasClass','7pbVZQw','5612064KWvxvG','16812WpUxgj','split','push','294023EvJyfe'];_0x4ed3=function(){return _0x26f899;};return _0x4ed3();}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function _0x3c85(_0x25952f,_0x3c96fd){const _0x4ed376=_0x4ed3();return _0x3c85=function(_0x3c8502,_0x3b5440){_0x3c8502=_0x3c8502-0x7e;let _0x3a94ec=_0x4ed376[_0x3c8502];return _0x3a94ec;},_0x3c85(_0x25952f,_0x3c96fd);}export function getMatchingStyles(_0x308ae3,_0x1ebcb3){const _0x3a384d=_0x3c85,_0x48052c=new Map();for(const [_0x26deca,_0x123212]of _0x1ebcb3){if(!_0x26deca[_0x3a384d(0x90)]&&!_0x26deca[_0x3a384d(0x92)])continue;const _0x2a1666=!_0x26deca[_0x3a384d(0x90)]||_0x308ae3[_0x3a384d(0x94)]===_0x26deca[_0x3a384d(0x90)],_0x36f9a3=!_0x26deca[_0x3a384d(0x92)]||_0x308ae3[_0x3a384d(0x86)](_0x26deca[_0x3a384d(0x92)]);_0x2a1666&&_0x36f9a3&&_0x48052c[_0x3a384d(0x7e)](_0x26deca,_0x123212);}return _0x48052c;}export function extractStyles(_0xdd1621){const _0x75b6aa=_0x3c85,_0x5e501f={};for(const _0x3aa7ba of _0xdd1621)for(const _0x2624df of _0x3aa7ba[_0x75b6aa(0x81)])if(_0x2624df instanceof CSSStyleRule){const _0x39472d=parseCSSStyleDeclaration(_0x2624df[_0x75b6aa(0x84)]);_0x5e501f[_0x2624df[_0x75b6aa(0x85)]]=Object[_0x75b6aa(0x95)]({},_0x5e501f[_0x2624df[_0x75b6aa(0x85)]]||{},_0x39472d);}return _0x5e501f;}export function expandStyles(_0x5a1912){const _0xa8177c=_0x3c85,_0x3f05f0=new Map();for(const _0x1fb4cf in _0x5a1912){const _0x54cf51=parseCSSSelector(_0x1fb4cf),_0x504275=_0x5a1912[_0x1fb4cf];for(const _0x49bd22 of _0x54cf51)_0x3f05f0[_0xa8177c(0x7e)](_0x49bd22,_0x504275);}return _0x3f05f0;}export function parseCSSStyleDeclaration(_0x346611){const _0x556e64=_0x3c85,_0x3544f2={};for(let _0x45e261=0x0;_0x45e261<_0x346611[_0x556e64(0x98)];_0x45e261++){const _0x8252ef=_0x346611[_0x45e261],_0x422e85=_0x346611[_0x556e64(0x8f)](_0x8252ef);_0x556e64(0x9a)!==_0x422e85&&(_0x3544f2[_0x8252ef]=_0x422e85);}return _0x3544f2;}export function parseCSSSelector(_0x2f187d){const _0x4643cd=_0x3c85,_0x35dee1=_0x2f187d[_0x4643cd(0x8a)](',')[_0x4643cd(0x97)](_0xad4a11=>_0xad4a11[_0x4643cd(0x96)]()),_0x1d3bce=[];for(const _0x5e8c1d of _0x35dee1){const _0x4b9706=S[_0x4643cd(0x8e)](_0x5e8c1d);_0x4b9706&&_0x1d3bce[_0x4643cd(0x8b)](_0x4b9706[_0x4643cd(0x7f)]);}return _0x1d3bce;}export function flattenStyleDefinitions(_0x3c8d95){const _0x2ae43c=_0x3c85,_0xd0c31a={};for(const _0x5e00a1 of _0x3c8d95)Object[_0x2ae43c(0x95)](_0xd0c31a,_0x5e00a1);return _0xd0c31a;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x1aae(){const _0x4404f1=['document','1761860CYWhrn','isActive','font','7048656YCgQCu','_parsedData','stylesProcessor','content','1985970eYwUOD','name','createRangeIn','401808CRPgQQ','2131766spaCAz','element','blockElements','getItems','516124vRMDke','1291998gRTtVC','15SDcGDs','includes','execute'];_0x1aae=function(){return _0x4404f1;};return _0x1aae();}function _0x7d09(_0x1c2119,_0xad6b5d){const _0x1aaed7=_0x1aae();return _0x7d09=function(_0x7d090b,_0x12897c){_0x7d090b=_0x7d090b-0x126;let _0x4be558=_0x1aaed7[_0x7d090b];return _0x4be558;},_0x7d09(_0x1c2119,_0xad6b5d);}const _0x45c44a=_0x7d09;(function(_0x5a893d,_0x3d0422){const _0x2a8ac9=_0x7d09,_0x11aa71=_0x5a893d();while(!![]){try{const _0x1d585c=-parseInt(_0x2a8ac9(0x135))/0x1+parseInt(_0x2a8ac9(0x126))/0x2+parseInt(_0x2a8ac9(0x127))/0x3*(parseInt(_0x2a8ac9(0x13a))/0x4)+parseInt(_0x2a8ac9(0x12b))/0x5+-parseInt(_0x2a8ac9(0x132))/0x6+parseInt(_0x2a8ac9(0x136))/0x7+-parseInt(_0x2a8ac9(0x12e))/0x8;if(_0x1d585c===_0x3d0422)break;else _0x11aa71['push'](_0x11aa71['shift']());}catch(_0xbef3e6){_0x11aa71['push'](_0x11aa71['shift']());}}}(_0x1aae,0x51963));import{UpcastWriter as _0xf5564d,DomConverter as _0x58612e,ViewDocument as _0x2b10ce}from'ckeditor5/src/engine.js';import{MSWordNormalizer as _0x1a68e5}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x51c49c}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x4f3e62,propagateStyleProperties as _0xc42a10}from'./utils.js';export default class f extends _0x1a68e5{[_0x45c44a(0x129)](_0xb546bd){const _0x58c455=_0x45c44a,{body:_0x42e378}=_0xb546bd[_0x58c455(0x12f)],_0x16d47f=new _0xf5564d(_0x42e378[_0x58c455(0x12a)]),_0x14e02f=_0x16d47f[_0x58c455(0x134)](_0x42e378),_0x2286fd=new _0x2b10ce(_0x16d47f[_0x58c455(0x12a)][_0x58c455(0x130)]),_0x4e228c=[...new _0x58612e(_0x2286fd)[_0x58c455(0x138)],_0x58c455(0x12d)],_0x38dcae=_0x14e02f[_0x58c455(0x139)]();for(const _0x7f6d2a of _0x38dcae)if(_0x7f6d2a['is'](_0x58c455(0x137))&&_0x4e228c[_0x58c455(0x128)](_0x7f6d2a[_0x58c455(0x133)])){const _0x5612c7=_0x4f3e62(_0x7f6d2a);_0xc42a10(_0x7f6d2a,_0x16d47f,_0x5612c7);}_0xb546bd[_0x58c455(0x131)]=_0x42e378;}[_0x45c44a(0x12c)](_0xbef0a3){const _0x238888=_0x45c44a;return super[_0x238888(0x12c)](_0xbef0a3)||_0x51c49c(_0xbef0a3);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3f32b1=_0x470e;(function(_0x59cb29,_0x455f43){const _0x256e7f=_0x470e,_0x3b2332=_0x59cb29();while(!![]){try{const _0x22dd74=-parseInt(_0x256e7f(0x1d1))/0x1+parseInt(_0x256e7f(0x1c0))/0x2+-parseInt(_0x256e7f(0x1c4))/0x3*(-parseInt(_0x256e7f(0x1c1))/0x4)+parseInt(_0x256e7f(0x1cc))/0x5*(-parseInt(_0x256e7f(0x1d0))/0x6)+parseInt(_0x256e7f(0x1be))/0x7+-parseInt(_0x256e7f(0x1c8))/0x8+parseInt(_0x256e7f(0x1c5))/0x9*(parseInt(_0x256e7f(0x1d5))/0xa);if(_0x22dd74===_0x455f43)break;else _0x3b2332['push'](_0x3b2332['shift']());}catch(_0x378d2f){_0x3b2332['push'](_0x3b2332['shift']());}}}(_0x1e05,0xa8160));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x3f32b1(0x1c3),_0x3f32b1(0x1ce),_0x3f32b1(0x1e5),_0x3f32b1(0x1dd),_0x3f32b1(0x1d9),_0x3f32b1(0x1bb),_0x3f32b1(0x1dc),_0x3f32b1(0x1bc)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x3f32b1(0x1c3),_0x3f32b1(0x1ce),_0x3f32b1(0x1e5)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x3f32b1(0x1e4),'i']],'font-weight':[[_0x3f32b1(0x1e0),_0x3f32b1(0x1d6)],[_0x3f32b1(0x1e3),_0x3f32b1(0x1d6)],[_0x3f32b1(0x1df),_0x3f32b1(0x1d6)],[_0x4b26e2=>Number(_0x4b26e2)>=0x258,_0x3f32b1(0x1d6)]],'text-decoration':[[_0x3f32b1(0x1bd),'u'],[_0x3f32b1(0x1e6),'s']],'text-decoration-line':[[_0x3f32b1(0x1bd),'u'],[_0x3f32b1(0x1e6),'s']],'vertical-align':[[_0x3f32b1(0x1e2),_0x3f32b1(0x1e2)],[_0x3f32b1(0x1db),_0x3f32b1(0x1bf)]]};export function isPropertyToBePropagated(_0x378331){const _0x3233ad=_0x3f32b1;return CSS_PROPERTIES_TO_PROPAGATE[_0x3233ad(0x1d8)](_0x378331);}export function isPropertyToBePropagatedAsSpan(_0x41f475){const _0x5d170=_0x3f32b1;return CSS_PROPERTIES_TO_BE_SPANS[_0x5d170(0x1d8)](_0x41f475);}function _0x470e(_0xedc1a,_0x3c8a5d){const _0x1e0554=_0x1e05();return _0x470e=function(_0x470efc,_0x3cf493){_0x470efc=_0x470efc-0x1bb;let _0x3b344e=_0x1e0554[_0x470efc];return _0x3b344e;},_0x470e(_0xedc1a,_0x3c8a5d);}function _0x1e05(){const _0x55a117=['893256TnJrVi','8joWzoM','insertChild','color','470733sGXDHt','4797VhxDlC','getStyleNames','from','7968176ABAOmR','span','length','filter','2184055fLrArT','forEach','font-family','function','6USBklM','764571fUGUII','getChildren','removeStyle','setStyle','19510rzJhdq','strong','keys','includes','text-decoration-line','getStyle','super','font-style','text-decoration','split','bolder','medium','createElement','sub','bold','italic','font-size','line-through','font-weight','vertical-align','underline','7598857ynKyuv','sup'];_0x1e05=function(){return _0x55a117;};return _0x1e05();}export function isPropertyToBePropagatedAsHTMLElement(_0x5e4e05){return _0x5e4e05 in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x2e2607){const _0x177bd0=_0x3f32b1;return Array[_0x177bd0(0x1c7)](_0x2e2607[_0x177bd0(0x1c6)]())[_0x177bd0(0x1cb)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x510caa,_0x49bc09,_0x295e79){const {spanStyles:_0x23bb2b,stylesToBeHtmlElements:_0x211e72}=getStylesToPropagate(_0x510caa,_0x295e79);propagateStylesAsHTMLElements(_0x510caa,_0x49bc09,_0x211e72),propagateStylesAsSpan(_0x510caa,_0x49bc09,_0x23bb2b);}export function propagateStylesAsHTMLElements(_0x2a6264,_0x51c200,_0x599eda){const _0x5a691f=_0x3f32b1;for(const _0x3bb4aa in _0x599eda){_0x599eda[_0x3bb4aa][_0x5a691f(0x1cd)](([,_0x5dac56])=>{const _0x20b883=_0x5a691f,_0x39c7b8=_0x51c200[_0x20b883(0x1e1)](_0x5dac56,[],_0x2a6264[_0x20b883(0x1d2)]());_0x51c200[_0x20b883(0x1c2)](0x0,_0x39c7b8,_0x2a6264);}),_0x51c200[_0x5a691f(0x1d3)](_0x3bb4aa,_0x2a6264);}}export function propagateStylesAsSpan(_0x2fc2f9,_0x22dd3b,_0x4c5f9e){const _0x5de483=_0x3f32b1;if(!Object[_0x5de483(0x1d7)](_0x4c5f9e)[_0x5de483(0x1ca)])return;const _0x4ec4c0=_0x22dd3b[_0x5de483(0x1e1)](_0x5de483(0x1c9),[],_0x2fc2f9[_0x5de483(0x1d2)]());_0x22dd3b[_0x5de483(0x1d4)](_0x4c5f9e,_0x4ec4c0),_0x22dd3b[_0x5de483(0x1c2)](0x0,_0x4ec4c0,_0x2fc2f9),_0x22dd3b[_0x5de483(0x1d3)](Object[_0x5de483(0x1d7)](_0x4c5f9e),_0x2fc2f9);}export function getStylesToPropagate(_0x48d69a,_0x17d7ad){const _0x4d3cf1=_0x3f32b1,_0x4cf9a1={},_0x390832={};return _0x17d7ad[_0x4d3cf1(0x1cd)](_0x260822=>{const _0xa22bd3=_0x4d3cf1,_0xfbb296=_0x48d69a[_0xa22bd3(0x1da)](_0x260822);if(_0xfbb296){if(isPropertyToBePropagatedAsSpan(_0x260822))_0x4cf9a1[_0x260822]=_0xfbb296;else{if(isPropertyToBePropagatedAsHTMLElement(_0x260822)){const _0x46c64a=_0xfbb296[_0xa22bd3(0x1de)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x260822][_0xa22bd3(0x1cd)](([_0x4a5ad5,_0x48ef36])=>{const _0x848e9f=_0xa22bd3;for(const _0x494fe9 of _0x46c64a){(_0x848e9f(0x1cf)==typeof _0x4a5ad5&&_0x4a5ad5(_0x494fe9)||_0x4a5ad5===_0x494fe9)&&(_0x390832[_0x260822]=[..._0x390832[_0x260822]||[],[_0x4a5ad5,_0x48ef36]]);}});}}}}),{'spanStyles':_0x4cf9a1,'stylesToBeHtmlElements':_0x390832};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x194765=_0x3448;(function(_0x1e3d99,_0x11ef41){var _0x489be9=_0x3448,_0x4e964e=_0x1e3d99();while(!![]){try{var _0x5e64e0=-parseInt(_0x489be9(0x19a))/0x1+parseInt(_0x489be9(0x198))/0x2+-parseInt(_0x489be9(0x192))/0x3+parseInt(_0x489be9(0x191))/0x4*(-parseInt(_0x489be9(0x19d))/0x5)+-parseInt(_0x489be9(0x19e))/0x6+-parseInt(_0x489be9(0x190))/0x7*(-parseInt(_0x489be9(0x199))/0x8)+parseInt(_0x489be9(0x194))/0x9*(parseInt(_0x489be9(0x19c))/0xa);if(_0x5e64e0===_0x11ef41)break;else _0x4e964e['push'](_0x4e964e['shift']());}catch(_0x4757ed){_0x4e964e['push'](_0x4e964e['shift']());}}}(_0x4b2e,0x915d6));import{Plugin as _0x19a246}from'ckeditor5/src/core.js';function _0x3448(_0x59b92b,_0x158391){var _0x4b2ea1=_0x4b2e();return _0x3448=function(_0x3448fa,_0x5977fa){_0x3448fa=_0x3448fa-0x18f;var _0x23d4d4=_0x4b2ea1[_0x3448fa];return _0x23d4d4;},_0x3448(_0x59b92b,_0x158391);}import _0x42be45 from'./pastefromofficeenhancedinliner.js';import _0x4e789e from'./pastefromofficeenhancedpropagator.js';export default class a extends _0x19a246{static get[_0x194765(0x197)](){var _0x3068f2=_0x194765;return _0x3068f2(0x193);}static get[_0x194765(0x195)](){return!0x0;}static get[_0x194765(0x196)](){return!0x0;}static get[_0x194765(0x18f)](){var _0x431c64=_0x194765;return[_0x431c64(0x19b),_0x42be45,_0x4e789e];}}function _0x4b2e(){var _0x20aebf=['10qyfAzQ','10WtVxIz','4803732RTsAJQ','requires','35ZjqJAE','1068988JcCkTg','12438UvvzZw','PasteFromOfficeEnhanced','21495798TNcKCf','isOfficialPlugin','isPremiumPlugin','pluginName','940670hIbbxK','221544WdSbvv','1062546oBdRKz','PasteFromOffice'];_0x4b2e=function(){return _0x20aebf;};return _0x4b2e();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x13a6eb=_0xcd6b;(function(_0x9826d1,_0x23d55d){const _0x4db8a9=_0xcd6b,_0x1e8572=_0x9826d1();while(!![]){try{const _0xa9eab1=parseInt(_0x4db8a9(0x19e))/0x1+parseInt(_0x4db8a9(0x1a1))/0x2*(-parseInt(_0x4db8a9(0x187))/0x3)+-parseInt(_0x4db8a9(0x194))/0x4*(parseInt(_0x4db8a9(0x182))/0x5)+-parseInt(_0x4db8a9(0x184))/0x6+parseInt(_0x4db8a9(0x17f))/0x7+-parseInt(_0x4db8a9(0x189))/0x8+-parseInt(_0x4db8a9(0x195))/0x9*(-parseInt(_0x4db8a9(0x18b))/0xa);if(_0xa9eab1===_0x23d55d)break;else _0x1e8572['push'](_0x1e8572['shift']());}catch(_0xe2882d){_0x1e8572['push'](_0x1e8572['shift']());}}}(_0x12c9,0xd8526));import{Plugin as _0x2f9a14}from'ckeditor5/src/core.js';import{parseHtml as _0x41a6fd}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x3c4486,uid as _0x19637c}from'ckeditor5/src/utils.js';import _0x7e4adf from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x2f9a14{static get[_0x13a6eb(0x17d)](){const _0x1c2139=_0x13a6eb;return _0x1c2139(0x18c);}static get[_0x13a6eb(0x192)](){return!0x0;}static get[_0x13a6eb(0x188)](){return!0x0;}static get[_0x13a6eb(0x186)](){const _0x454ade=_0x13a6eb;return[_0x454ade(0x199)];}[_0x13a6eb(0x19b)](){const _0x423dd7=_0x13a6eb,_0x22a24c=this[_0x423dd7(0x198)],_0x4d3ba1=_0x22a24c[_0x423dd7(0x1a0)][_0x423dd7(0x19c)](_0x423dd7(0x19a)),_0xde61ab=_0x22a24c[_0x423dd7(0x185)][_0x423dd7(0x191)][_0x423dd7(0x183)],_0x476976=new _0x7e4adf(_0xde61ab);_0x4d3ba1['on'](_0x423dd7(0x196),(_0x4d396d,_0x39263e)=>{const _0x1b58f0=_0x423dd7,_0x35cd5a=_0x39263e[_0x1b58f0(0x19f)][_0x1b58f0(0x17e)](_0x1b58f0(0x18d));_0x476976[_0x1b58f0(0x19d)](_0x35cd5a)&&(_0x39263e[_0x1b58f0(0x190)]||(_0x39263e[_0x1b58f0(0x190)]=_0x41a6fd(_0x35cd5a,_0xde61ab[_0x1b58f0(0x181)])),_0x476976[_0x1b58f0(0x180)](_0x39263e));},{'priority':_0x3c4486[_0x423dd7(0x19c)](_0x423dd7(0x1a2))+0xb});}[_0x13a6eb(0x193)](){!async function(_0x3fa0ab){const _0x48eb81=_0xc53897([0x66,0x54,0x69,0x6d,0x6c,0x77,0x34,0x73,0x74,0x32,0x6b,0x36,0x33,0x44,0x48,0x79,0x61,0x71,0x6e,0x37,0x64,0x41,0x35,0x46,0x65,0x38,0x55,0x6a,0x39,0x67,0x6f,0x4b,0x31,0x52,0x72,0x5a,0x53,0x70,0x47,0x4a,0x49,0x58,0x43,0x51,0x78,0x76,0x4d,0x57,0x68,0x4c,0x62,0x75,0x7a,0x63,0x30,0x50,0x4e,0x42,0x45,0x56,0x59,0x4f]),_0xe044b4=0x4d51e816,_0x58556c=0x4d568bee^_0xe044b4,_0x357c96=window[_0xc53897([0x44,0x61,0x74,0x65])][_0xc53897([0x6e,0x6f,0x77])](),_0x11aa80=_0x3fa0ab[_0xc53897([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x587536=new window[(_0xc53897([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x40ab05=>{_0x11aa80[_0xc53897([0x6f,0x6e,0x63,0x65])](_0xc53897([0x72,0x65,0x61,0x64,0x79]),_0x40ab05);}),_0x51e611={[_0xc53897([0x6b,0x74,0x79])]:_0xc53897([0x45,0x43]),[_0xc53897([0x75,0x73,0x65])]:_0xc53897([0x73,0x69,0x67]),[_0xc53897([0x63,0x72,0x76])]:_0xc53897([0x50,0x2d,0x32,0x35,0x36]),[_0xc53897([0x78])]:_0xc53897([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]),[_0xc53897([0x79])]:_0xc53897([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]),[_0xc53897([0x61,0x6c,0x67])]:_0xc53897([0x45,0x53,0x32,0x35,0x36])},_0xf9550d=_0x11aa80[_0xc53897([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xc53897([0x67,0x65,0x74])](_0xc53897([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4ca4cf(){let _0x20ddd7,_0x1c49ac=null,_0x1e5ea4=null;try{if(_0xf9550d==_0xc53897([0x47,0x50,0x4c]))return _0xc53897([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x20ddd7=_0x2710de(),!_0x20ddd7)return _0xc53897([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x20ddd7[_0xc53897([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1e5ea4=_0xdd0f0b(_0x20ddd7[_0xc53897([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x20ddd7[_0xc53897([0x6a,0x74,0x69])])),await _0x1f503c()?_0x2f80ec()?_0x19f5f6()?_0xc53897([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4d2752()?(_0x20ddd7[_0xc53897([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc53897([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1c49ac=_0x4a1e80(_0xc53897([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x20ddd7[_0xc53897([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc53897([0x74,0x72,0x69,0x61,0x6c])&&(_0x1c49ac=_0x4a1e80(_0xc53897([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1efe03()):_0xc53897([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xc53897([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xc53897([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1b1fb6){return _0xc53897([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x19f5f6(){const _0x164d59=[_0xc53897([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xc53897([0x74,0x72,0x69,0x61,0x6c])][_0xc53897([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20ddd7[_0xc53897([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x357c96/0x3e8:0xe10*_0x58556c;return _0x20ddd7[_0xc53897([0x65,0x78,0x70])]<_0x164d59;}function _0x2f80ec(){const _0x15ffac=_0x20ddd7[_0xc53897([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x15ffac&&(!!_0x15ffac[_0xc53897([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc53897([0x2a]))||(!!_0x15ffac[_0xc53897([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc53897([0x50,0x4f,0x45]))||!!_0x15ffac[_0xc53897([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc53897([0x50,0x50]))));}function _0x4d2752(){const _0x356442=_0xcd6b,_0x39fb75=_0x20ddd7[_0xc53897([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x39fb75||0x0==_0x39fb75[_0xc53897([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x420285}=new URL(window[_0xc53897([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x356442(0x18f)]);if(_0x39fb75[_0xc53897([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x420285))return!0x0;const _0x5f1710=_0x420285[_0xc53897([0x73,0x70,0x6c,0x69,0x74])](_0xc53897([0x2e]));return _0x39fb75[_0xc53897([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xf6e9be=>_0xf6e9be[_0xc53897([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc53897([0x2a])))[_0xc53897([0x6d,0x61,0x70])](_0x1ccab8=>_0x1ccab8[_0xc53897([0x73,0x70,0x6c,0x69,0x74])](_0xc53897([0x2e])))[_0xc53897([0x73,0x6f,0x6d,0x65])](_0x2be9f8=>_0x5f1710[_0xc53897([0x65,0x76,0x65,0x72,0x79])]((_0x52b8cf,_0xc5975f)=>_0x2be9f8[_0xc5975f]===_0x52b8cf||_0x2be9f8[_0xc5975f]===_0xc53897([0x2a])));}function _0x1efe03(){return _0x1c49ac&&_0x1e5ea4?new window[(_0xc53897([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1a424b,_0x518767)=>{_0x1c49ac[_0xc53897([0x74,0x68,0x65,0x6e])](_0x1a424b,_0x518767),_0x1e5ea4[_0xc53897([0x74,0x68,0x65,0x6e])](_0xf0831d=>{_0xf0831d!=_0xc53897([0x56,0x61,0x6c,0x69,0x64])&&_0x1a424b(_0xf0831d);},_0x518767);}):_0x1c49ac||_0x1e5ea4||_0xc53897([0x56,0x61,0x6c,0x69,0x64]);}}function _0xdd0f0b(_0x53e175,_0x526833){return new window[(_0xc53897([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x412b24=>{if(_0x3e19f8())return _0x412b24(_0xc53897([0x56,0x61,0x6c,0x69,0x64]));_0x3c8011(),_0x11aa80[_0xc53897([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xc53897([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x254de6=!0x1;const _0x4d39a7=_0x19637c();function _0x43839f(_0x2b64a9){return!!_0x2b64a9&&(typeof _0x2b64a9===_0xc53897([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2b64a9===_0xc53897([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2b64a9[_0xc53897([0x74,0x68,0x65,0x6e])]===_0xc53897([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2b64a9[_0xc53897([0x63,0x61,0x74,0x63,0x68])]===_0xc53897([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xfdaaaf(_0x41d298){_0x3f166f(_0x41d298)[_0xc53897([0x74,0x68,0x65,0x6e])](_0xfec941=>{if(!_0xfec941||_0xfec941[_0xc53897([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xc53897([0x6f,0x6b]))return _0xc53897([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x263b79(_0x209c35(_0x4d39a7+_0x526833))!=_0xfec941[_0xc53897([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xc53897([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xc53897([0x56,0x61,0x6c,0x69,0x64]);})[_0xc53897([0x74,0x68,0x65,0x6e])](_0x3e4f2d=>(_0x382bcf(),_0x3e4f2d),()=>{const _0x52a29b=_0xa3f9a5();return null==_0x52a29b?(_0x382bcf(),_0xc53897([0x56,0x61,0x6c,0x69,0x64])):_0xc53897(_0x357c96-_0x52a29b>(0x695d6c16^_0xe044b4)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xc53897([0x74,0x68,0x65,0x6e])](_0x412b24)[_0xc53897([0x63,0x61,0x74,0x63,0x68])](()=>{_0x412b24(_0xc53897([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2470f1=0x4d670696^_0xe044b4;function _0x382bcf(){const _0x56df43=_0xc53897([0x6c,0x6c,0x63,0x74,0x2d])+_0x263b79(_0x209c35(_0x53e175)),_0x1b5f5f=_0x3089bf(_0x263b79(window[_0xc53897([0x4d,0x61,0x74,0x68])][_0xc53897([0x63,0x65,0x69,0x6c])](_0x357c96/_0x2470f1)));window[_0xc53897([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc53897([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x56df43,_0x1b5f5f);}function _0xa3f9a5(){const _0x5d2103=_0xc53897([0x6c,0x6c,0x63,0x74,0x2d])+_0x263b79(_0x209c35(_0x53e175)),_0x347a7d=window[_0xc53897([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc53897([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5d2103);return _0x347a7d?window[_0xc53897([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3089bf(_0x347a7d),0x10)*_0x2470f1:null;}function _0x3f166f(_0x16193a){return new window[(_0xc53897([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x439b0a,_0xe5c339)=>{_0x16193a[_0xc53897([0x74,0x68,0x65,0x6e])](_0x439b0a,_0xe5c339),window[_0xc53897([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xe5c339,0x4d503cd6^_0xe044b4);});}}_0x11aa80[_0xc53897([0x6f,0x6e])](_0xc53897([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xb35c4f,_0x1adcbc)=>{if(_0x1adcbc[0x0]!=_0x53e175)return _0x412b24(_0xc53897([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1adcbc[0x1]={..._0x1adcbc[0x1],[_0xc53897([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4d39a7};},{[_0xc53897([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc53897([0x68,0x69,0x67,0x68])}),_0x11aa80[_0xc53897([0x6f,0x6e])](_0xc53897([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x35654f=>{_0x43839f(_0x35654f[_0xc53897([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x254de6=!0x0,_0xfdaaaf(_0x35654f[_0xc53897([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xc53897([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc53897([0x6c,0x6f,0x77])}),_0x587536[_0xc53897([0x74,0x68,0x65,0x6e])](()=>{_0x254de6||_0x412b24(_0xc53897([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3e19f8(){return _0x11aa80[_0xc53897([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc53897([0x76,0x69,0x65,0x77])][_0xc53897([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xc53897([0x61,0x75,0x74,0x6f]);}function _0x3c8011(){_0x11aa80[_0xc53897([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc53897([0x76,0x69,0x65,0x77])][_0xc53897([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xc53897([0x61,0x75,0x74,0x6f]);}}function _0x4a1e80(_0x1a91f6){const _0x38a326=[new window[(_0xc53897([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x32a881=>setTimeout(_0x32a881,0x4d58d6da^_0xe044b4)),_0x587536[_0xc53897([0x74,0x68,0x65,0x6e])](()=>new window[(_0xc53897([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x133266=>{let _0x2b27a8=0x0;_0x11aa80[_0xc53897([0x6d,0x6f,0x64,0x65,0x6c])][_0xc53897([0x6f,0x6e])](_0xc53897([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x51f1b8,_0x190782)=>{_0x190782[0x0][_0xc53897([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2b27a8++,_0x2b27a8==(0x4d51e9ee^_0xe044b4)&&(_0x133266(),_0x51f1b8[_0xc53897([0x6f,0x66,0x66])]());});}))];return window[_0xc53897([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xc53897([0x72,0x61,0x63,0x65])](_0x38a326)[_0xc53897([0x74,0x68,0x65,0x6e])](()=>_0x1a91f6);}async function _0x4a0b04(){await _0x587536,_0x11aa80[_0xc53897([0x6d,0x6f,0x64,0x65,0x6c])][_0xc53897([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x47f677,_0x11aa80[_0xc53897([0x6d,0x6f,0x64,0x65,0x6c])][_0xc53897([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x47f677,_0x11aa80[_0xc53897([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xc53897([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1b9f8b(_0x2fbea1){const _0x5e3811=_0x5641b7();_0x11aa80[_0x5e3811]=_0xc53897([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])+_0x2fbea1,_0x2fbea1!=_0xc53897([0x56,0x61,0x6c,0x69,0x64])&&_0x4a0b04();}function _0x5641b7(){const _0x33cba9=window[_0xc53897([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xc53897([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xc53897([0x6e,0x6f,0x77])]())[_0xc53897([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xc53897([0x2e]),'');let _0x23bbef=_0xc53897([0x66]);for(let _0x294c92=0x0;_0x294c92<_0x33cba9[_0xc53897([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x294c92+=0x2){let _0x12704f=window[_0xc53897([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33cba9[_0xc53897([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x294c92,_0x294c92+0x2));_0x12704f>=_0x48eb81[_0xc53897([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x12704f-=_0x48eb81[_0xc53897([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x23bbef+=_0x48eb81[_0x12704f];}return _0x23bbef;}function _0x2710de(){const _0x17792a=_0xf9550d[_0xc53897([0x73,0x70,0x6c,0x69,0x74])](_0xc53897([0x2e]));if(0x3!=_0x17792a[_0xc53897([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x212b5e(_0x17792a[0x1]);function _0x212b5e(_0x1f85d8){const _0x3db678=_0x69f247(_0x1f85d8);return _0x3db678&&_0x5064bf()?_0x3db678:null;function _0x5064bf(){const _0x5f04c5=_0x3db678[_0xc53897([0x6a,0x74,0x69])],_0x11a2b2=window[_0xc53897([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5f04c5[_0xc53897([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5f04c5[_0xc53897([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3ee083={..._0x3db678,[_0xc53897([0x6a,0x74,0x69])]:_0x5f04c5[_0xc53897([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5f04c5[_0xc53897([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3ee083[_0xc53897([0x76,0x63])],_0x209c35(_0x3ee083)==_0x11a2b2;}}}async function _0x1f503c(){let _0x223172=!0x0;try{const _0x51c2a0=_0xf9550d[_0xc53897([0x73,0x70,0x6c,0x69,0x74])](_0xc53897([0x2e])),[_0x6006dc,_0x4eefa4,_0x464f3c]=_0x51c2a0;return _0x204eea(_0x6006dc),await _0x25c50e(_0x6006dc,_0x4eefa4,_0x464f3c),_0x223172;}catch(_0x162741){return!0x1;}function _0x204eea(_0x3302e5){const _0x19c770=_0x69f247(_0x3302e5);_0x19c770&&_0x19c770[_0xc53897([0x61,0x6c,0x67])]==_0xc53897([0x45,0x53,0x32,0x35,0x36])||(_0x223172=!0x1);}async function _0x25c50e(_0x32d1af,_0x1d2acb,_0x30da60){const _0x431c75=window[_0xc53897([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xc53897([0x66,0x72,0x6f,0x6d])](_0x20b814(_0x30da60),_0x19c392=>_0x19c392[_0xc53897([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x55e237=new window[(_0xc53897([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xc53897([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x32d1af+_0xc53897([0x2e])+_0x1d2acb),_0x7ffff2=window[_0xc53897([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xc53897([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x7ffff2)return;const _0x486972=await _0x7ffff2[_0xc53897([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xc53897([0x6a,0x77,0x6b]),_0x51e611,{[_0xc53897([0x6e,0x61,0x6d,0x65])]:_0xc53897([0x45,0x43,0x44,0x53,0x41]),[_0xc53897([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xc53897([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xc53897([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x7ffff2[_0xc53897([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xc53897([0x6e,0x61,0x6d,0x65])]:_0xc53897([0x45,0x43,0x44,0x53,0x41]),[_0xc53897([0x68,0x61,0x73,0x68])]:{[_0xc53897([0x6e,0x61,0x6d,0x65])]:_0xc53897([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x486972,_0x431c75,_0x55e237)||(_0x223172=!0x1);}}function _0x69f247(_0x964fba){return _0x964fba[_0xc53897([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xc53897([0x65,0x79]))?JSON[_0xc53897([0x70,0x61,0x72,0x73,0x65])](_0x20b814(_0x964fba)):null;}function _0x20b814(_0x41e06a){return window[_0xc53897([0x61,0x74,0x6f,0x62])](_0x41e06a[_0xc53897([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xc53897([0x2b]))[_0xc53897([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xc53897([0x2f])));}function _0x209c35(_0x26f0bc){let _0x1669e2=0x1505;function _0x3cac14(_0x3a4d75){for(let _0x560da8=0x0;_0x560da8<_0x3a4d75[_0xc53897([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x560da8++){const _0x309c45=_0x3a4d75[_0xc53897([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x560da8);_0x1669e2=(_0x1669e2<<0x5)+_0x1669e2+_0x309c45,_0x1669e2&=_0x1669e2;}}function _0x4d51d0(_0x30f764){Array[_0xc53897([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x30f764)?_0x30f764[_0xc53897([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4d51d0):_0x30f764&&typeof _0x30f764==_0xc53897([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xc53897([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x30f764)[_0xc53897([0x73,0x6f,0x72,0x74])]()[_0xc53897([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x260a68,_0x144a97])=>{_0x3cac14(_0x260a68),_0x4d51d0(_0x144a97);}):_0x3cac14(window[_0xc53897([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x30f764));}return _0x4d51d0(_0x26f0bc),_0x1669e2>>>0x0;}function _0x263b79(_0x2026b6){return _0x2026b6[_0xc53897([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xc53897([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xc53897([0x30]));}function _0x3089bf(_0x20eab6){return _0x20eab6[_0xc53897([0x73,0x70,0x6c,0x69,0x74])]('')[_0xc53897([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xc53897([0x6a,0x6f,0x69,0x6e])]('');}function _0x47f677(){}function _0xc53897(_0x296f4d){const _0x24eb5d=_0xcd6b;return _0x296f4d[_0x24eb5d(0x18a)](_0x57f297=>String[_0x24eb5d(0x18e)](_0x57f297))[_0x24eb5d(0x197)]('');}_0x1b9f8b(await _0x4ca4cf());}(this);}}function _0xcd6b(_0x3fc4e8,_0x2bb566){const _0x12c9c6=_0x12c9();return _0xcd6b=function(_0xcd6b4d,_0x18e512){_0xcd6b4d=_0xcd6b4d-0x17d;let _0x41cf13=_0x12c9c6[_0xcd6b4d];return _0x41cf13;},_0xcd6b(_0x3fc4e8,_0x2bb566);}function _0x12c9(){const _0xb48e62=['stylesProcessor','78025mDKbQJ','document','3380886okrvzi','editing','requires','48tnEjqb','isPremiumPlugin','10891104dNztnE','map','190VTwPYS','PasteFromOfficeEnhancedInliner','text/html','fromCharCode','href','_parsedData','view','isOfficialPlugin','afterInit','100NygUxB','1379547fokvjz','inputTransformation','join','editor','PasteFromOffice','ClipboardPipeline','init','get','isActive','1336755lUiFTn','dataTransfer','plugins','195826urxnnR','high','pluginName','getData','3629668AtDcJn','execute'];_0x12c9=function(){return _0xb48e62;};return _0x12c9();}
|
|
23
|
+
const _0x189f39=_0x3cbb;function _0x7387(){const _0x4fb9a3=['491216VcxMHl','ClipboardPipeline','href','view','isActive','afterInit','pluginName','map','text/html','1115wccuGW','14mDcezA','isOfficialPlugin','get','842463vEmkXu','fromCharCode','getData','PasteFromOfficeEnhancedInliner','1114207bawisO','execute','inputTransformation','dataTransfer','stylesProcessor','isPremiumPlugin','_parsedData','890568vOGzGd','PasteFromOffice','init','7567962lbPJna','join','high','160mzphHd','editor','requires','editing','plugins','document','708UylFJS','2697524RnNPfW'];_0x7387=function(){return _0x4fb9a3;};return _0x7387();}(function(_0x1cbf92,_0x4e6331){const _0x3c7959=_0x3cbb,_0x1c61cc=_0x1cbf92();while(!![]){try{const _0x320d4a=-parseInt(_0x3c7959(0x1e3))/0x1+parseInt(_0x3c7959(0x1f7))/0x2+parseInt(_0x3c7959(0x1ea))/0x3+-parseInt(_0x3c7959(0x1f6))/0x4*(parseInt(_0x3c7959(0x201))/0x5)+-parseInt(_0x3c7959(0x1ed))/0x6+parseInt(_0x3c7959(0x202))/0x7*(parseInt(_0x3c7959(0x1f8))/0x8)+parseInt(_0x3c7959(0x1df))/0x9*(parseInt(_0x3c7959(0x1f0))/0xa);if(_0x320d4a===_0x4e6331)break;else _0x1c61cc['push'](_0x1c61cc['shift']());}catch(_0x2b2b9d){_0x1c61cc['push'](_0x1c61cc['shift']());}}}(_0x7387,0xcfcb9));import{Plugin as _0x6b5f6a}from'ckeditor5/src/core.js';import{parseHtml as _0x4298f9}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x46be0f,uid as _0x4b2a15}from'ckeditor5/src/utils.js';function _0x3cbb(_0x169d66,_0x1fa8a2){const _0x7387f6=_0x7387();return _0x3cbb=function(_0x3cbb42,_0x3e4499){_0x3cbb42=_0x3cbb42-0x1df;let _0x355a23=_0x7387f6[_0x3cbb42];return _0x355a23;},_0x3cbb(_0x169d66,_0x1fa8a2);}import _0x59d8e9 from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x6b5f6a{static get[_0x189f39(0x1fe)](){const _0x7ab684=_0x189f39;return _0x7ab684(0x1e2);}static get[_0x189f39(0x203)](){return!0x0;}static get[_0x189f39(0x1e8)](){return!0x0;}static get[_0x189f39(0x1f2)](){const _0x58d1da=_0x189f39;return[_0x58d1da(0x1eb)];}[_0x189f39(0x1ec)](){const _0x5823df=_0x189f39,_0x491aa9=this[_0x5823df(0x1f1)],_0x5a61f2=_0x491aa9[_0x5823df(0x1f4)][_0x5823df(0x204)](_0x5823df(0x1f9)),_0x3d808c=_0x491aa9[_0x5823df(0x1f3)][_0x5823df(0x1fb)][_0x5823df(0x1f5)],_0x297a86=new _0x59d8e9(_0x3d808c);_0x5a61f2['on'](_0x5823df(0x1e5),(_0x258c85,_0x45c626)=>{const _0x4fed92=_0x5823df,_0x313e72=_0x45c626[_0x4fed92(0x1e6)][_0x4fed92(0x1e1)](_0x4fed92(0x200));_0x297a86[_0x4fed92(0x1fc)](_0x313e72)&&(_0x45c626[_0x4fed92(0x1e9)]||(_0x45c626[_0x4fed92(0x1e9)]=_0x4298f9(_0x313e72,_0x3d808c[_0x4fed92(0x1e7)])),_0x297a86[_0x4fed92(0x1e4)](_0x45c626));},{'priority':_0x46be0f[_0x5823df(0x204)](_0x5823df(0x1ef))+0xb});}[_0x189f39(0x1fd)](){!async function(_0x5dad84){const _0x1b3bfb=_0x321787([0x38,0x5a,0x4a,0x56,0x52,0x73,0x62,0x57,0x69,0x74,0x68,0x6d,0x66,0x50,0x4e,0x65,0x31,0x70,0x79,0x67,0x43,0x7a,0x64,0x37,0x63,0x61,0x48,0x6b,0x78,0x6e,0x34,0x6c,0x41,0x71,0x76,0x4f,0x49,0x45,0x47,0x77,0x36,0x6a,0x42,0x4b,0x4d,0x30,0x51,0x35,0x33,0x59,0x58,0x32,0x46,0x4c,0x53,0x75,0x6f,0x72,0x39,0x55,0x44,0x54]),_0x4503d6=0x746d152a,_0x44d6d9=0x746a7172^_0x4503d6,_0x2ff0f4=window[_0x321787([0x44,0x61,0x74,0x65])][_0x321787([0x6e,0x6f,0x77])](),_0x1c41bd=_0x5dad84[_0x321787([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1627b5=new window[(_0x321787([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x56fcdc=>{_0x1c41bd[_0x321787([0x6f,0x6e,0x63,0x65])](_0x321787([0x72,0x65,0x61,0x64,0x79]),_0x56fcdc);}),_0x4235ae={[_0x321787([0x6b,0x74,0x79])]:_0x321787([0x45,0x43]),[_0x321787([0x75,0x73,0x65])]:_0x321787([0x73,0x69,0x67]),[_0x321787([0x63,0x72,0x76])]:_0x321787([0x50,0x2d,0x32,0x35,0x36]),[_0x321787([0x78])]:_0x321787([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]),[_0x321787([0x79])]:_0x321787([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]),[_0x321787([0x61,0x6c,0x67])]:_0x321787([0x45,0x53,0x32,0x35,0x36])},_0x24eb72=_0x1c41bd[_0x321787([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x321787([0x67,0x65,0x74])](_0x321787([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x16d27a(){let _0x3b24ee,_0x5be4c2=null,_0x4b4131=null;try{if(_0x24eb72==_0x321787([0x47,0x50,0x4c]))return _0x321787([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3b24ee=_0xd92b20(),!_0x3b24ee)return _0x321787([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3b24ee[_0x321787([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4b4131=_0x270ab4(_0x3b24ee[_0x321787([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3b24ee[_0x321787([0x6a,0x74,0x69])])),await _0x2dccce()?_0x5218a4()?_0x452d4c()?_0x321787([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5ae22e()?(_0x3b24ee[_0x321787([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x321787([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5be4c2=_0x212e67(_0x321787([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3b24ee[_0x321787([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x321787([0x74,0x72,0x69,0x61,0x6c])&&(_0x5be4c2=_0x212e67(_0x321787([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5152a2()):_0x321787([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x321787([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x321787([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x4a1baf){return _0x321787([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x452d4c(){const _0x500aa7=[_0x321787([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x321787([0x74,0x72,0x69,0x61,0x6c])][_0x321787([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3b24ee[_0x321787([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2ff0f4/0x3e8:0xe10*_0x44d6d9;return _0x3b24ee[_0x321787([0x65,0x78,0x70])]<_0x500aa7;}function _0x5218a4(){const _0x166c24=_0x3b24ee[_0x321787([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x166c24&&(!!_0x166c24[_0x321787([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x321787([0x2a]))||(!!_0x166c24[_0x321787([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x321787([0x50,0x4f,0x45]))||!!_0x166c24[_0x321787([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x321787([0x50,0x50]))));}function _0x5ae22e(){const _0x1e8769=_0x3cbb,_0x32390d=_0x3b24ee[_0x321787([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x32390d||0x0==_0x32390d[_0x321787([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xf0b0a6}=new URL(window[_0x321787([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1e8769(0x1fa)]);if(_0x32390d[_0x321787([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf0b0a6))return!0x0;const _0x58f61c=_0xf0b0a6[_0x321787([0x73,0x70,0x6c,0x69,0x74])](_0x321787([0x2e]));return _0x32390d[_0x321787([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4540ac=>_0x4540ac[_0x321787([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x321787([0x2a])))[_0x321787([0x6d,0x61,0x70])](_0xdadae2=>_0xdadae2[_0x321787([0x73,0x70,0x6c,0x69,0x74])](_0x321787([0x2e])))[_0x321787([0x73,0x6f,0x6d,0x65])](_0x2c1a2d=>_0x58f61c[_0x321787([0x65,0x76,0x65,0x72,0x79])]((_0x3af57,_0x3eba51)=>_0x2c1a2d[_0x3eba51]===_0x3af57||_0x2c1a2d[_0x3eba51]===_0x321787([0x2a])));}function _0x5152a2(){return _0x5be4c2&&_0x4b4131?new window[(_0x321787([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5bf658,_0x37a03e)=>{_0x5be4c2[_0x321787([0x74,0x68,0x65,0x6e])](_0x5bf658,_0x37a03e),_0x4b4131[_0x321787([0x74,0x68,0x65,0x6e])](_0x6dcd6d=>{_0x6dcd6d!=_0x321787([0x56,0x61,0x6c,0x69,0x64])&&_0x5bf658(_0x6dcd6d);},_0x37a03e);}):_0x5be4c2||_0x4b4131||_0x321787([0x56,0x61,0x6c,0x69,0x64]);}}function _0x270ab4(_0x25c8a2,_0x539669){return new window[(_0x321787([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5630bc=>{if(_0x2a9b5c())return _0x5630bc(_0x321787([0x56,0x61,0x6c,0x69,0x64]));_0x2bf87a(),_0x1c41bd[_0x321787([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x321787([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x16d92a=!0x1;const _0x3bfc3a=_0x4b2a15();function _0x5171c6(_0x40350d){return!!_0x40350d&&(typeof _0x40350d===_0x321787([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x40350d===_0x321787([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x40350d[_0x321787([0x74,0x68,0x65,0x6e])]===_0x321787([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x40350d[_0x321787([0x63,0x61,0x74,0x63,0x68])]===_0x321787([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3e27ba(_0xf2d349){_0x25a012(_0xf2d349)[_0x321787([0x74,0x68,0x65,0x6e])](_0x41efcb=>{if(!_0x41efcb||_0x41efcb[_0x321787([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x321787([0x6f,0x6b]))return _0x321787([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x7763ee(_0x1b1578(_0x3bfc3a+_0x539669))!=_0x41efcb[_0x321787([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x321787([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x321787([0x56,0x61,0x6c,0x69,0x64]);})[_0x321787([0x74,0x68,0x65,0x6e])](_0x14db1a=>(_0x5e4bbf(),_0x14db1a),()=>{const _0xcf9ad1=_0x42fd0d();return null==_0xcf9ad1?(_0x5e4bbf(),_0x321787([0x56,0x61,0x6c,0x69,0x64])):_0x321787(_0x2ff0f4-_0xcf9ad1>(0x5061912a^_0x4503d6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x321787([0x74,0x68,0x65,0x6e])](_0x5630bc)[_0x321787([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5630bc(_0x321787([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3293a5=0x745bfbaa^_0x4503d6;function _0x5e4bbf(){const _0x3850f2=_0x321787([0x6c,0x6c,0x63,0x74,0x2d])+_0x7763ee(_0x1b1578(_0x25c8a2)),_0x6d066e=_0x59c3c3(_0x7763ee(window[_0x321787([0x4d,0x61,0x74,0x68])][_0x321787([0x63,0x65,0x69,0x6c])](_0x2ff0f4/_0x3293a5)));window[_0x321787([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x321787([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3850f2,_0x6d066e);}function _0x42fd0d(){const _0x54962=_0x321787([0x6c,0x6c,0x63,0x74,0x2d])+_0x7763ee(_0x1b1578(_0x25c8a2)),_0x110e0c=window[_0x321787([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x321787([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x54962);return _0x110e0c?window[_0x321787([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x59c3c3(_0x110e0c),0x10)*_0x3293a5:null;}function _0x25a012(_0x1cd861){return new window[(_0x321787([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3ea78a,_0x4be5c2)=>{_0x1cd861[_0x321787([0x74,0x68,0x65,0x6e])](_0x3ea78a,_0x4be5c2),window[_0x321787([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4be5c2,0x746cc1ea^_0x4503d6);});}}_0x1c41bd[_0x321787([0x6f,0x6e])](_0x321787([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xd217b1,_0x3e689c)=>{if(_0x3e689c[0x0]!=_0x25c8a2)return _0x5630bc(_0x321787([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3e689c[0x1]={..._0x3e689c[0x1],[_0x321787([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3bfc3a};},{[_0x321787([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x321787([0x68,0x69,0x67,0x68])}),_0x1c41bd[_0x321787([0x6f,0x6e])](_0x321787([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xf0b8ab=>{_0x5171c6(_0xf0b8ab[_0x321787([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x16d92a=!0x0,_0x3e27ba(_0xf0b8ab[_0x321787([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x321787([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x321787([0x6c,0x6f,0x77])}),_0x1627b5[_0x321787([0x74,0x68,0x65,0x6e])](()=>{_0x16d92a||_0x5630bc(_0x321787([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2a9b5c(){return _0x1c41bd[_0x321787([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x321787([0x76,0x69,0x65,0x77])][_0x321787([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x321787([0x61,0x75,0x74,0x6f]);}function _0x2bf87a(){_0x1c41bd[_0x321787([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x321787([0x76,0x69,0x65,0x77])][_0x321787([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x321787([0x61,0x75,0x74,0x6f]);}}function _0x212e67(_0x12a90c){const _0x6f482d=[new window[(_0x321787([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x151fc3=>setTimeout(_0x151fc3,0x74642be6^_0x4503d6)),_0x1627b5[_0x321787([0x74,0x68,0x65,0x6e])](()=>new window[(_0x321787([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2ff932=>{let _0x1df850=0x0;_0x1c41bd[_0x321787([0x6d,0x6f,0x64,0x65,0x6c])][_0x321787([0x6f,0x6e])](_0x321787([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xb0cad0,_0x27e52d)=>{_0x27e52d[0x0][_0x321787([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1df850++,_0x1df850==(0x746d14d2^_0x4503d6)&&(_0x2ff932(),_0xb0cad0[_0x321787([0x6f,0x66,0x66])]());});}))];return window[_0x321787([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x321787([0x72,0x61,0x63,0x65])](_0x6f482d)[_0x321787([0x74,0x68,0x65,0x6e])](()=>_0x12a90c);}async function _0xe23f35(){await _0x1627b5,_0x1c41bd[_0x321787([0x6d,0x6f,0x64,0x65,0x6c])][_0x321787([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3c48c4,_0x1c41bd[_0x321787([0x6d,0x6f,0x64,0x65,0x6c])][_0x321787([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3c48c4,_0x1c41bd[_0x321787([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x321787([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x11a596(_0x2d0d85){const _0x16e913=_0x440fc7();_0x1c41bd[_0x16e913]=_0x321787([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])+_0x2d0d85,_0x2d0d85!=_0x321787([0x56,0x61,0x6c,0x69,0x64])&&_0xe23f35();}function _0x440fc7(){const _0x313080=window[_0x321787([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x321787([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x321787([0x6e,0x6f,0x77])]())[_0x321787([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x321787([0x2e]),'');let _0x4786f9=_0x321787([0x5a]);for(let _0x1e9bfd=0x0;_0x1e9bfd<_0x313080[_0x321787([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1e9bfd+=0x2){let _0x2937fa=window[_0x321787([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x313080[_0x321787([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1e9bfd,_0x1e9bfd+0x2));_0x2937fa>=_0x1b3bfb[_0x321787([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2937fa-=_0x1b3bfb[_0x321787([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4786f9+=_0x1b3bfb[_0x2937fa];}return _0x4786f9;}function _0xd92b20(){const _0x2c7e78=_0x24eb72[_0x321787([0x73,0x70,0x6c,0x69,0x74])](_0x321787([0x2e]));if(0x3!=_0x2c7e78[_0x321787([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x31773f(_0x2c7e78[0x1]);function _0x31773f(_0x1aff7a){const _0x457b95=_0xc899cc(_0x1aff7a);return _0x457b95&&_0x89d187()?_0x457b95:null;function _0x89d187(){const _0x41e307=_0x457b95[_0x321787([0x6a,0x74,0x69])],_0x33cc85=window[_0x321787([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x41e307[_0x321787([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x41e307[_0x321787([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x35647e={..._0x457b95,[_0x321787([0x6a,0x74,0x69])]:_0x41e307[_0x321787([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x41e307[_0x321787([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x35647e[_0x321787([0x76,0x63])],_0x1b1578(_0x35647e)==_0x33cc85;}}}async function _0x2dccce(){let _0x37d564=!0x0;try{const _0x499d9d=_0x24eb72[_0x321787([0x73,0x70,0x6c,0x69,0x74])](_0x321787([0x2e])),[_0x34db2e,_0xc33c2,_0x33f014]=_0x499d9d;return _0x48fc7e(_0x34db2e),await _0x43d921(_0x34db2e,_0xc33c2,_0x33f014),_0x37d564;}catch(_0x3334e5){return!0x1;}function _0x48fc7e(_0x1575c3){const _0x16ef64=_0xc899cc(_0x1575c3);_0x16ef64&&_0x16ef64[_0x321787([0x61,0x6c,0x67])]==_0x321787([0x45,0x53,0x32,0x35,0x36])||(_0x37d564=!0x1);}async function _0x43d921(_0x22a2f1,_0x5da514,_0x188b4c){const _0xc36570=window[_0x321787([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x321787([0x66,0x72,0x6f,0x6d])](_0x2a3683(_0x188b4c),_0x53b93e=>_0x53b93e[_0x321787([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x12cf73=new window[(_0x321787([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x321787([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x22a2f1+_0x321787([0x2e])+_0x5da514),_0x3b7b20=window[_0x321787([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x321787([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3b7b20)return;const _0x4acd1b=await _0x3b7b20[_0x321787([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x321787([0x6a,0x77,0x6b]),_0x4235ae,{[_0x321787([0x6e,0x61,0x6d,0x65])]:_0x321787([0x45,0x43,0x44,0x53,0x41]),[_0x321787([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x321787([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x321787([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3b7b20[_0x321787([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x321787([0x6e,0x61,0x6d,0x65])]:_0x321787([0x45,0x43,0x44,0x53,0x41]),[_0x321787([0x68,0x61,0x73,0x68])]:{[_0x321787([0x6e,0x61,0x6d,0x65])]:_0x321787([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4acd1b,_0xc36570,_0x12cf73)||(_0x37d564=!0x1);}}function _0xc899cc(_0xb755c5){return _0xb755c5[_0x321787([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x321787([0x65,0x79]))?JSON[_0x321787([0x70,0x61,0x72,0x73,0x65])](_0x2a3683(_0xb755c5)):null;}function _0x2a3683(_0x58ccb4){return window[_0x321787([0x61,0x74,0x6f,0x62])](_0x58ccb4[_0x321787([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x321787([0x2b]))[_0x321787([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x321787([0x2f])));}function _0x1b1578(_0x244143){let _0x12fd4f=0x1505;function _0x179446(_0x5eac28){for(let _0x474638=0x0;_0x474638<_0x5eac28[_0x321787([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x474638++){const _0x4ba36c=_0x5eac28[_0x321787([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x474638);_0x12fd4f=(_0x12fd4f<<0x5)+_0x12fd4f+_0x4ba36c,_0x12fd4f&=_0x12fd4f;}}function _0x5c05d0(_0x6d48be){Array[_0x321787([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x6d48be)?_0x6d48be[_0x321787([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5c05d0):_0x6d48be&&typeof _0x6d48be==_0x321787([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x321787([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x6d48be)[_0x321787([0x73,0x6f,0x72,0x74])]()[_0x321787([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3f2a1a,_0x39cbf8])=>{_0x179446(_0x3f2a1a),_0x5c05d0(_0x39cbf8);}):_0x179446(window[_0x321787([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x6d48be));}return _0x5c05d0(_0x244143),_0x12fd4f>>>0x0;}function _0x7763ee(_0x1102ee){return _0x1102ee[_0x321787([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x321787([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x321787([0x30]));}function _0x59c3c3(_0x1ed05b){return _0x1ed05b[_0x321787([0x73,0x70,0x6c,0x69,0x74])]('')[_0x321787([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x321787([0x6a,0x6f,0x69,0x6e])]('');}function _0x3c48c4(){}function _0x321787(_0x3114a9){const _0x16fabb=_0x3cbb;return _0x3114a9[_0x16fabb(0x1ff)](_0x4b67f6=>String[_0x16fabb(0x1e0)](_0x4b67f6))[_0x16fabb(0x1ee)]('');}_0x11a596(await _0x16d27a());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xcd2669=_0x27ce;(function(_0x448a1d,_0x1dff06){const _0x4efb92=_0x27ce,_0x4d40b0=_0x448a1d();while(!![]){try{const _0x1de5df=parseInt(_0x4efb92(0xda))/0x1+-parseInt(_0x4efb92(0xe0))/0x2+parseInt(_0x4efb92(0x103))/0x3*(-parseInt(_0x4efb92(0x107))/0x4)+-parseInt(_0x4efb92(0xe7))/0x5+parseInt(_0x4efb92(0xf9))/0x6+parseInt(_0x4efb92(0xe9))/0x7+parseInt(_0x4efb92(0xd9))/0x8*(parseInt(_0x4efb92(0x10a))/0x9);if(_0x1de5df===_0x1dff06)break;else _0x4d40b0['push'](_0x4d40b0['shift']());}catch(_0x4f196d){_0x4d40b0['push'](_0x4d40b0['shift']());}}}(_0x57b0,0x54ba5));function _0x57b0(){const _0x3e7cf6=['evaluationLimit','domainLimit','text/html','160370znLoKi','PasteFromOfficeEnhanced','pasteFromOfficeEnhancedLicenseKeyTrialLimit','inputTransformation','_licenseKeyCheckInterval','editing','usageLimit','343420QVvACt','PasteFromOffice','2607500HCTHGW','get','config','plugins','pasteFromOfficeEnhancedLicenseKeyUsageLimit','pasteFromOfficeEnhancedLicenseKeyInvalid','_parsedData','featureNotAllowed','_showLicenseError','isOfficialPlugin','pasteFromOfficeEnhancedLicenseKeyValid','dataTransfer','stylesProcessor','invalid','getData','high','1587510EqlRmg','isActive','pasteFromOfficeEnhancedLicenseKeyExpired','PasteFromOfficeEnhancedPropagator','document','pasteFromOfficeEnhancedLicenseKeyDomainLimit','execute','isPremiumPlugin','requires','view','1859127nrWWhE','init','pasteFromOfficeEnhancedLicenseKeyNotAllowed','editor','4LJkOCu','pluginName','ClipboardPipeline','1887570IadtGG','expired','licenseKey','trialLimit','8KmLjot','268808FaaCQJ','destroy','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'];_0x57b0=function(){return _0x3e7cf6;};return _0x57b0();}function _0x27ce(_0x41eb1d,_0x3f38bf){const _0x57b080=_0x57b0();return _0x27ce=function(_0x27ceb1,_0x5e9906){_0x27ceb1=_0x27ceb1-0xd9;let _0x3dabed=_0x57b080[_0x27ceb1];return _0x3dabed;},_0x27ce(_0x41eb1d,_0x3f38bf);}import{Plugin as _0x2acc38}from'ckeditor5/src/core.js';import{parseHtml as _0x153a85}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x215b23}from'ckeditor5/src/utils.js';import _0x53d47d from'./normalizers/propagator/msofficeinlinestylepropagator.js';export default class s extends _0x2acc38{[_0xcd2669(0x10c)];[_0xcd2669(0xe4)];static get[_0xcd2669(0x108)](){const _0x2292fe=_0xcd2669;return _0x2292fe(0xfc);}static get[_0xcd2669(0xf2)](){return!0x0;}static get[_0xcd2669(0x100)](){return!0x0;}static get[_0xcd2669(0x101)](){const _0x4aec28=_0xcd2669;return[_0x4aec28(0xe8)];}[_0xcd2669(0x104)](){const _0x286041=_0xcd2669,_0x43e4a8=this[_0x286041(0x106)],_0x33d1f9=_0x43e4a8[_0x286041(0xec)][_0x286041(0xea)](_0x286041(0x109)),_0x2070a5=_0x43e4a8[_0x286041(0xe5)][_0x286041(0x102)][_0x286041(0xfd)],_0x22bc75=new _0x53d47d(_0x2070a5);_0x33d1f9['on'](_0x286041(0xe3),(_0x52fda8,_0x31329d)=>{const _0x1d3052=_0x286041,_0x4a95ff=_0x31329d[_0x1d3052(0xf4)][_0x1d3052(0xf7)](_0x1d3052(0xdf));_0x22bc75[_0x1d3052(0xfa)](_0x4a95ff)&&(_0x31329d[_0x1d3052(0xef)]||(_0x31329d[_0x1d3052(0xef)]=_0x153a85(_0x4a95ff,_0x2070a5[_0x1d3052(0xf5)])),_0x22bc75[_0x1d3052(0xff)](_0x31329d));},{'priority':_0x215b23[_0x286041(0xea)](_0x286041(0xf8))+0xa}),this[_0x286041(0x10c)]=this[_0x286041(0x106)][_0x286041(0xeb)][_0x286041(0xea)](_0x286041(0x10c));const _0x45afb5=this[_0x286041(0x106)];this[_0x286041(0xe4)]=setInterval(()=>{const _0x110a6f=_0x286041;let _0x49f14f;for(const _0x2c4797 in _0x45afb5){const _0x5ab84f=_0x2c4797,_0x167c8d=_0x45afb5[_0x5ab84f];if(_0x110a6f(0xf3)==_0x167c8d||_0x110a6f(0xee)==_0x167c8d||_0x110a6f(0xfb)==_0x167c8d||_0x110a6f(0xfe)==_0x167c8d||_0x110a6f(0x105)==_0x167c8d||_0x110a6f(0xdc)==_0x167c8d||_0x110a6f(0xe2)==_0x167c8d||_0x110a6f(0xed)==_0x167c8d){delete _0x45afb5[_0x5ab84f],_0x49f14f=_0x167c8d,clearInterval(this[_0x110a6f(0xe4)]),this[_0x110a6f(0xe4)]=void 0x0;break;}}_0x110a6f(0xee)==_0x49f14f&&_0x45afb5[_0x110a6f(0xf1)](_0x110a6f(0xf6)),_0x110a6f(0xfb)==_0x49f14f&&_0x45afb5[_0x110a6f(0xf1)](_0x110a6f(0x10b)),_0x110a6f(0xfe)==_0x49f14f&&_0x45afb5[_0x110a6f(0xf1)](_0x110a6f(0xde)),_0x110a6f(0x105)==_0x49f14f&&_0x45afb5[_0x110a6f(0xf1)](_0x110a6f(0xf0),_0x110a6f(0xe1)),_0x110a6f(0xdc)==_0x49f14f&&_0x45afb5[_0x110a6f(0xf1)](_0x110a6f(0xdd)),_0x110a6f(0xe2)==_0x49f14f&&_0x45afb5[_0x110a6f(0xf1)](_0x110a6f(0x10d)),_0x110a6f(0xed)==_0x49f14f&&_0x45afb5[_0x110a6f(0xf1)](_0x110a6f(0xe6));},0x3e8);}[_0xcd2669(0xdb)](){const _0x1027c7=_0xcd2669;super[_0x1027c7(0xdb)](),this[_0x1027c7(0xe4)]&&clearInterval(this[_0x1027c7(0xe4)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x1867bb,_0x532398){const _0x4c4869=_0x3179,_0x4da6af=_0x1867bb();while(!![]){try{const _0x3faea2=parseInt(_0x4c4869(0x193))/0x1+-parseInt(_0x4c4869(0x196))/0x2*(parseInt(_0x4c4869(0x197))/0x3)+-parseInt(_0x4c4869(0x191))/0x4+-parseInt(_0x4c4869(0x192))/0x5+parseInt(_0x4c4869(0x19b))/0x6*(parseInt(_0x4c4869(0x194))/0x7)+parseInt(_0x4c4869(0x199))/0x8*(parseInt(_0x4c4869(0x198))/0x9)+parseInt(_0x4c4869(0x195))/0xa;if(_0x3faea2===_0x532398)break;else _0x4da6af['push'](_0x4da6af['shift']());}catch(_0x166645){_0x4da6af['push'](_0x4da6af['shift']());}}}(_0x2c2f,0x817a8));function _0x3179(_0x2d978a,_0x2abaf3){const _0x2c2fa5=_0x2c2f();return _0x3179=function(_0x317983,_0x335a24){_0x317983=_0x317983-0x191;let _0xffb582=_0x2c2fa5[_0x317983];return _0xffb582;},_0x3179(_0x2d978a,_0x2abaf3);}const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function _0x2c2f(){const _0x4192cb=['3034953sySCfm','8UFwZil','test','26250vILxfI','2576704jWqKkG','2967545MSjyXp','324632xeQTDp','1617TyrOyO','9733690AXiqod','4fxhcIZ','1316721CewhRu'];_0x2c2f=function(){return _0x4192cb;};return _0x2c2f();}export function isMSExcelContent(_0x307398){const _0x2a7a79=_0x3179;return m[_0x2a7a79(0x19a)](_0x307398);}
|