@ckeditor/ckeditor5-paste-from-office-enhanced 47.0.0-alpha.8 → 47.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:()=>ut});var t=n(782);n(331);var e=n(783);function s(t){const e=parseFloat(t);return t.endsWith("pt")?o(96*e/72):t.endsWith("pc")?o(12*e*96/72):t.endsWith("in")?o(96*e):t.endsWith("cm")?o(96*e/2.54):t.endsWith("mm")?o(e/10*96/2.54):t}function i(t){return void 0!==t&&t.endsWith("px")}function o(t){return Math.round(t)+"px"}function c(t,n,r){if(!t.childCount)return;const s=new e.ViewUpcastWriter(t.document),c=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=h(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=m(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,s);if(!c.length)return;const u={},f=[];for(const t of c)if(void 0!==t.indent){a(t)||(f.length=0);const e=`${t.id}:${t.indent}`,c=Math.min(t.indent-1,f.length);if(c<f.length&&f[c].id!==t.id&&(f.length=c),c<f.length-1)f.length=c+1;else{const a=l(t,n);if(c>f.length-1||f[c].listElement.name!=a.type){0==c&&"ol"==a.type&&void 0!==t.id&&u[e]&&(a.startIndex=u[e]);const n=p(a,s,r);if(i(t.marginLeft)&&(0==c||i(f[c-1].marginLeft))){let e=t.marginLeft;c>0&&(e=o(parseFloat(e)-parseFloat(f[c-1].marginLeft))),s.setStyle("padding-left",e,n)}if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[c-1].listItemElements;s.appendChild(n,t[t.length-1])}f[c]={...t,listElement:n,listItemElements:[]},0==c&&void 0!==t.id&&(u[e]=a.startIndex||1)}}const m="li"==t.element.name?t.element:s.createElement("li");s.appendChild(m,f[c].listElement),f[c].listItemElements.push(m),0==c&&void 0!==t.id&&u[e]++,t.element!=m&&s.appendChild(t.element,m),d(t.element,s),s.removeStyle("text-indent",t.element),s.removeStyle("margin-left",t.element)}else{const e=f.find(e=>e.marginLeft==t.marginLeft);if(e){const n=e.listItemElements;s.appendChild(t.element,n[n.length-1]),s.removeStyle("margin-left",t.element)}else f.length=0}}function a(t){const e=t.element.previousSibling;if(!e){const e=t.element.parent;return u(e)&&(!e.previousSibling||u(e.previousSibling))}return u(e)}function u(t){return t.is("element","ol")||t.is("element","ul")}function l(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,l=n.exec(e);let p="decimal",m="ol",d=null;if(l&&l[1]){const e=r.exec(l[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(l[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:f(p),isLegalStyleList:u}}function f(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 p(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 m(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 d(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 h(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function g(t,n){if(!t.childCount)return;const r=new e.ViewUpcastWriter(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=[];let o=0;for(const t of r)t.item.is("element")&&s.match(t.item)&&(t.item.getAttribute("src").startsWith("file://")&&i.push({element:t.item,imageIndex:o}),o++);return i}(t,r);i.length&&function(t,e,n){for(let r=0;r<t.length;r++){const{element:s,imageIndex:i}=t[r],o=e[i];if(o){const t=`data:${o.type};base64,${y(o.hex)}`;n.setAttribute("src",t,s)}}}(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 y(t){return btoa(t.match(/\w{2}/g).map(t=>String.fromCharCode(parseInt(t,16))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,w=/xmlns:o="urn:schemas-microsoft-com/i;class b{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||w.test(t)}execute(t){const n=new e.ViewUpcastWriter(this.document),{body:r,stylesString:i}=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),c(r,i,this.hasMultiLevelListPlugin),g(r,t.dataTransfer.getData("text/rtf")),function(t,e){for(const n of e.createRangeIn(t).getItems()){if(!n.is("element","table")&&!n.is("element","td")&&!n.is("element","th"))continue;const t=["left","top","right","bottom"];if(t.every(t=>!n.hasStyle(`border-${t}-style`)))e.setStyle("border-style","none",n);else for(const r of t)n.hasStyle(`border-${r}-style`)||e.setStyle(`border-${r}-style`,"none",n);const r=["width","height",...t.map(t=>`border-${t}-width`),...t.map(t=>`padding-${t}`)];for(const t of r)n.hasStyle(t)&&e.setStyle(t,s(n.getStyle(t)),n)}}(r,n),function(t,e){for(const n of e.createRangeIn(t).getItems())n.is("element","table")&&("0px"===n.getStyle("width")&&e.removeStyle("width",n),"0"===n.getAttribute("width")&&e.removeAttribute("width",n))}(r,n),function(t){const n=[],r=new e.ViewUpcastWriter(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 x(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.ViewDomConverter(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 S=n(584);function A(){const t=["3955239ijCiPF","395816RzxrlJ","2084448loiNxj","4601118jIFHPt","test","245601UFIRvx","1402863leOSwe","7pQeTMe","10byjAPr","35dJCUVa","2370TSPTAy","630LrvwxX"];return(A=function(){return t})()}function C(t,e){const n=A();return(C=function(t,e){return n[t-=490]})(t,e)}!function(t){const e=C,n=t();for(;;)try{if(495070===parseInt(e(495))/1+parseInt(e(500))/2*(-parseInt(e(501))/3)+parseInt(e(491))/4*(parseInt(e(499))/5)+parseInt(e(493))/6*(-parseInt(e(497))/7)+parseInt(e(492))/8+parseInt(e(490))/9+-parseInt(e(498))/10*(parseInt(e(496))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(A);const E=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function L(t){return E[C(494)](t)}!function(t){const e=M,n=t();for(;;)try{if(360093===-parseInt(e(128))/1*(-parseInt(e(133))/2)+-parseInt(e(134))/3*(-parseInt(e(129))/4)+parseInt(e(146))/5*(-parseInt(e(135))/6)+parseInt(e(150))/7+parseInt(e(145))/8+-parseInt(e(140))/9+-parseInt(e(142))/10*(-parseInt(e(137))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);const O=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function P(t,e){const n=M,r=new Map;for(const[s,i]of e){if(!s[n(136)]&&!s[n(132)])continue;const e=!s[n(136)]||t[n(138)]===s[n(136)],o=!s[n(132)]||t[n(131)](s[n(132)]);e&&o&&r[n(141)](s,i)}return r}function F(t){const e=M,n={};for(let r=0;r<t[e(154)];r++){const s=t[r],i=t[e(153)](s);e(151)!==i&&(n[s]=i)}return n}function M(t,e){const n=j();return(M=function(t,e){return n[t-=127]})(t,e)}function R(t){const e=M,n=t[e(130)](",")[e(144)](t=>t[e(149)]()),r=[];for(const t of n){const n=O[e(148)](t);n&&r[e(155)](n[e(139)])}return r}function j(){const t=["184173YUycwZ","name","groups","3528243WhCyPQ","set","360tQUYGp","style","map","194752YcMYOe","1076905BlelGl","selectorText","exec","trim","1183847LBqYiW","initial","assign","getPropertyValue","length","push","cssRules","9dBuSYx","36QOLTaN","split","hasClass","className","29418YffgzA","12969AEpmGi","6MOtVko","tagName"];return(j=function(){return t})()}function T(t){const e=M,n={};for(const r of t)Object[e(152)](n,r);return n}const D=W;function W(t,e){const n=k();return(W=function(t,e){return n[t-=428]})(t,e)}function k(){const t=["1376TrgYXc","item","2EkcmbA","hasStyle","createRangeIn","_parsedData","size","setStyle","463628xqZlcA","12DYqzsf","type","3009699nUpQWX","execute","elementStart","844792bEZohc","58077WCDLkH","15026730XsOnJq","isActive","values","5230815PIywIu","from","482076uiMqgu","document","content"];return(k=function(){return t})()}!function(t){const e=W,n=t();for(;;)try{if(677802===-parseInt(e(446))/1+parseInt(e(440))/2*(-parseInt(e(435))/3)+-parseInt(e(428))/4+parseInt(e(433))/5+parseInt(e(447))/6*(parseInt(e(449))/7)+-parseInt(e(438))/8*(-parseInt(e(429))/9)+-parseInt(e(430))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class N extends b{[D(450)](t){const n=D,{body:r,styles:s}=t[n(443)],i=new e.ViewUpcastWriter(r[n(436)]),o=i[n(442)](r),c=function(t){const e=M,n=new Map;for(const r in t){const s=R(r),i=t[r];for(const t of s)n[e(141)](t,i)}return n}(function(t){const e=M,n={};for(const r of t)for(const t of r[e(127)])if(t instanceof CSSStyleRule){const r=F(t[e(143)]);n[t[e(147)]]=Object[e(152)]({},n[t[e(147)]]||{},r)}return n}(s));for(const t of o){if(n(451)!==t[n(448)])continue;const e=P(t[n(439)],c);if(e[n(444)]){const r=T(Array[n(434)](e[n(432)]()));for(const e in r){const s=t[n(439)];s[n(441)](e)||i[n(445)](e,r[e],s)}}}t[n(437)]=r}[D(431)](t){return super[D(431)](t)||L(t)}}function U(){const t=["6461310HOJokf","high","init","isActive","href","isOfficialPlugin","327346lRAGtp","inputTransformation","18yysZdb","4065292ojIGyG","join","ClipboardPipeline","2684952nosCNx","editing","afterInit","document","get","PasteFromOffice","131224lstqIa","requires","8267526BjrWyR","stylesProcessor","text/html","view","4054990IGGyXm","getData","plugins","7soDUJD","_parsedData","dataTransfer","fromCharCode","map","editor","isPremiumPlugin","pluginName","execute","PasteFromOfficeEnhancedInliner"];return(U=function(){return t})()}const K=$;function $(t,e){const n=U();return($=function(t,e){return n[t-=108]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(570123===-parseInt(e(113))/1+-parseInt(e(125))/2*(-parseInt(e(115))/3)+-parseInt(e(116))/4+-parseInt(e(131))/5+-parseInt(e(144))/6*(-parseInt(e(134))/7)+parseInt(e(119))/8+parseInt(e(127))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(U);class q extends t.Plugin{static get[K(141)](){return K(143)}static get[K(112)](){return!0}static get[K(140)](){return!0}static get[K(126)](){return[K(124)]}[K(109)](){const t=K,e=this[t(139)],n=e[t(133)][t(123)](t(118)),r=e[t(120)][t(130)][t(122)],s=new N(r);n.on(t(114),(e,n)=>{const i=t,o=n[i(136)][i(132)](i(129));s[i(110)](o)&&(n[i(135)]||(n[i(135)]=x(o,r[i(128)])),s[i(142)](n))},{priority:S.priorities[t(123)](t(108))+11})}[K(121)](){!async function(t){const e=d([73,57,115,67,109,103,51,68,74,105,71,53,76,70,77,117,81,106,119,104,84,48,88,66,89,121,120,83,113,118,100,80,79,52,54,78,90,65,99,86,122,98,55,49,82,87,107,102,101,56,111,75,112,116,110,114,85,69,97,108,50,72]),n=window[d([68,97,116,101])][d([110,111,119])](),r=t[d([101,100,105,116,111,114])],s=new(window[d([80,114,111,109,105,115,101])])(t=>{r[d([111,110,99,101])](d([114,101,97,100,121]),t)}),i={[d([107,116,121])]:d([69,67]),[d([117,115,101])]:d([115,105,103]),[d([99,114,118])]:d([80,45,50,53,54]),[d([120])]:d([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[d([121])]:d([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[d([97,108,103])]:d([69,83,50,53,54])},o=r[d([99,111,110,102,105,103])][d([103,101,116])](d([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[d([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),s[d([116,104,101,110])](()=>new(window[d([80,114,111,109,105,115,101])])(t=>{let e=0;r[d([109,111,100,101,108])][d([111,110])](d([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,r)=>{r[0][d([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[d([111,102,102])]())})}))];return window[d([80,114,111,109,105,115,101])][d([114,97,99,101])](e)[d([116,104,101,110])](()=>t)}function a(t){return t[d([115,116,97,114,116,115,87,105,116,104])](d([101,121]))?JSON[d([112,97,114,115,101])](u(t)):null}function u(t){return window[d([97,116,111,98])](t[d([114,101,112,108,97,99,101])](/-/g,d([43]))[d([114,101,112,108,97,99,101])](/_/g,d([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[d([108,101,110,103,116,104])];n++){const r=t[d([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[d([105,115,65,114,114,97,121])](e)?e[d([102,111,114,69,97,99,104])](t):e&&typeof e==d([111,98,106,101,99,116])?Object[d([101,110,116,114,105,101,115])](e)[d([115,111,114,116])]()[d([102,111,114,69,97,99,104])](([e,r])=>{n(e),t(r)}):n(window[d([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[d([116,111,83,116,114,105,110,103])](16)[d([112,97,100,83,116,97,114,116])](8,d([48]))}function p(t){return t[d([115,112,108,105,116])]("")[d([114,101,118,101,114,115,101])]()[d([106,111,105,110])]("")}function m(){}function d(t){const e=$;return t[e(138)](t=>String[e(137)](t))[e(117)]("")}!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([73]);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,S.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{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]))||e[d([105,110,99,108,117,100,101,115])](d([84,82,73,76,73,85,77]))&&window[d([103,108,111,98])]&&window[d([103,108,111,98])][d([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?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:1759276800;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=$,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(111)]);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([102,105,108,116,101,114])](t=>t[d([108,101,110,103,116,104])]<=s[d([108,101,110,103,116,104])])[d([109,97,112])](t=>Array(s[d([108,101,110,103,116,104])]-t[d([108,101,110,103,116,104])])[d([102,105,108,108])](t[0]===d([42])?d([42]):"")[d([99,111,110,99,97,116])](t))[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{return d([73,110,118,97,108,105,100])}}())}(this)}}const V=z;!function(t){const e=z,n=t();for(;;)try{if(197866===parseInt(e(149))/1+parseInt(e(156))/2+-parseInt(e(139))/3+-parseInt(e(171))/4+-parseInt(e(170))/5*(parseInt(e(161))/6)+-parseInt(e(143))/7+parseInt(e(172))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);const G=[V(157),V(152),V(142),V(153),V(137),V(144),V(147),V(163)];function z(t,e){const n=Y();return(z=function(t,e){return n[t-=136]})(t,e)}const H=[V(157),V(152),V(142)],B={"font-style":[[V(169),"i"]],"font-weight":[[V(159),V(158)],[V(167),V(158)],[V(141),V(158)],[t=>Number(t)>=600,V(158)]],"text-decoration":[[V(164),"u"],[V(174),"s"]],"text-decoration-line":[[V(164),"u"],[V(174),"s"]],"vertical-align":[[V(155),V(155)],[V(154),V(140)]]};function J(t){return G[V(176)](t)}function Y(){const t=["3969704kTquaz","setStyle","line-through","removeStyle","includes","getStyleNames","getStyle","text-decoration-line","length","467229TSIhaU","sup","bolder","font-size","1237110FLNesa","font-weight","function","keys","font-style","span","232069cmGRot","from","createElement","font-family","text-decoration","super","sub","358808hupIFi","color","strong","medium","split","6LGvMUe","forEach","vertical-align","underline","insertChild","getChildren","bold","filter","italic","94155fFKgtW","1434064VNrlMt"];return(Y=function(){return t})()}function _(t){const e=V;return Array[e(150)](t[e(177)]())[e(168)](J)}function Z(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=V,r={},s={};return e[n(162)](e=>{const i=n,o=t[i(136)](e);if(o)if(c=e,H[V(176)](c))r[e]=o;else if(e in B){const t=o[i(160)](" ");B[e][i(162)](([n,r])=>{const o=i;for(const i of t)(o(145)==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(162)](([,n])=>{const s=r,i=e[s(151)](n,[],t[s(166)]());e[s(165)](0,i,t)}),e[r(175)](s,t)})(t,e,s),function(t,e,n){const r=V;if(!Object[r(146)](n)[r(138)])return;const s=e[r(151)](r(148),[],t[r(166)]());e[r(173)](n,s),e[r(165)](0,s,t),e[r(175)](Object[r(146)](n),t)}(t,e,r)}const X=Q;function Q(t,e){const n=tt();return(Q=function(t,e){return n[t-=408]})(t,e)}function tt(){const t=["16alJlyi","stylesProcessor","blockElements","element","name","createRangeIn","6039816wKHfLd","_parsedData","577279CsZeUl","199683kUoyMt","includes","getItems","isActive","font","497586JmAvnO","document","5xzyNyk","content","5765530AFiDOI","execute","7624467yBTDnE","11hASFDi","1260784GOGPcK","2VaKgdR"];return(tt=function(){return t})()}!function(t){const e=Q,n=t();for(;;)try{if(456337===parseInt(e(410))/1*(parseInt(e(425))/2)+parseInt(e(411))/3*(parseInt(e(426))/4)+parseInt(e(418))/5*(-parseInt(e(416))/6)+parseInt(e(424))/7+-parseInt(e(408))/8+parseInt(e(422))/9+parseInt(e(420))/10*(-parseInt(e(423))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class et extends b{[X(421)](t){const n=X,{body:r}=t[n(409)],s=new e.ViewUpcastWriter(r[n(417)]),i=s[n(431)](r),o=new e.ViewDocument(s[n(417)][n(427)]),c=[...new e.ViewDomConverter(o)[n(428)],n(415)],a=i[n(413)]();for(const t of a)if(t.is(n(429))&&c[n(412)](t[n(430)])){Z(t,s,_(t))}t[n(419)]=r}[X(414)](t){return super[X(414)](t)||L(t)}}const nt=rt;function rt(t,e){const n=st();return(rt=function(t,e){return n[t-=385]})(t,e)}function st(){const t=["420509uMRkIo","2775752jiuajo","pasteFromOfficeEnhancedLicenseKeyTrialLimit","domainLimit","inputTransformation","342NgqxIJ","1052004qUMcVO","init","pasteFromOfficeEnhancedLicenseKeyExpired","invalid","plugins","destroy","1172469AZBUJn","PasteFromOfficeEnhancedPropagator","expired","get","requires","_showLicenseError","2999872MqwlKz","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","pasteFromOfficeEnhancedLicenseKeyDomainLimit","stylesProcessor","trialLimit","isOfficialPlugin","licenseKey","text/html","pasteFromOfficeEnhancedLicenseKeyValid","309756aLGfXy","_parsedData","ClipboardPipeline","pluginName","pasteFromOfficeEnhancedLicenseKeyInvalid","view","pasteFromOfficeEnhancedLicenseKeyNotAllowed","36525WkehyD","featureNotAllowed","isPremiumPlugin","document","pasteFromOfficeEnhancedLicenseKeyUsageLimit","PasteFromOffice","_licenseKeyCheckInterval","execute","dataTransfer","getData","config","evaluationLimit","usageLimit","editor","PasteFromOfficeEnhanced","editing","high","isActive"];return(st=function(){return t})()}!function(t){const e=rt,n=t();for(;;)try{if(265272===parseInt(e(419))/1+parseInt(e(394))/2+parseInt(e(431))/3+-parseInt(e(425))/4+parseInt(e(401))/5*(-parseInt(e(424))/6)+-parseInt(e(420))/7+parseInt(e(385))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(st);class it extends t.Plugin{[nt(391)];[nt(407)];static get[nt(397)](){return nt(432)}static get[nt(390)](){return!0}static get[nt(403)](){return!0}static get[nt(435)](){return[nt(406)]}[nt(426)](){const t=nt,e=this[t(414)],n=e[t(429)][t(434)](t(396)),r=e[t(416)][t(399)][t(404)],s=new et(r);n.on(t(423),(e,n)=>{const i=t,o=n[i(409)][i(410)](i(392));s[i(418)](o)&&(n[i(395)]||(n[i(395)]=x(o,r[i(388)])),s[i(408)](n))},{priority:S.priorities[t(434)](t(417))+10}),this[t(391)]=this[t(414)][t(411)][t(434)](t(391));const i=this[t(414)];this[t(407)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(393)==s||e(398)==s||e(427)==s||e(387)==s||e(400)==s||e(386)==s||e(421)==s||e(405)==s){delete i[r],n=s,clearInterval(this[e(407)]),this[e(407)]=void 0;break}}e(398)==n&&i[e(436)](e(428)),e(427)==n&&i[e(436)](e(433)),e(387)==n&&i[e(436)](e(422)),e(400)==n&&i[e(436)](e(402),e(415)),e(386)==n&&i[e(436)](e(412)),e(421)==n&&i[e(436)](e(389)),e(405)==n&&i[e(436)](e(413))},1e3)}[nt(430)](){const t=nt;super[t(430)](),this[t(407)]&&clearInterval(this[t(407)])}}function ot(){var t=["pluginName","2930930MQuPDS","requires","2301354QEsZdq","6POeHdC","PasteFromOffice","2JqZeiF","351789eMMtnH","226835LXExZm","isPremiumPlugin","24kuAiHf","3709321hkCzub","8BMPGxX","117683RdnsbZ","PasteFromOfficeEnhanced","isOfficialPlugin","8377371AYiKCy"];return(ot=function(){return t})()}var ct=at;function at(t,e){var n=ot();return(at=function(t,e){return n[t-=395]})(t,e)}!function(t){for(var e=at,n=t();;)try{if(510215===parseInt(e(398))/1*(-parseInt(e(408))/2)+-parseInt(e(409))/3*(parseInt(e(395))/4)+parseInt(e(410))/5*(-parseInt(e(406))/6)+-parseInt(e(396))/7*(-parseInt(e(397))/8)+parseInt(e(401))/9+-parseInt(e(403))/10+parseInt(e(405))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class ut extends t.Plugin{static get[ct(402)](){return ct(399)}static get[ct(400)](){return!0}static get[ct(411)](){return!0}static get[ct(404)](){return[ct(407),q,it]}}function lt(){var t=["148001LGtHlN","1932536bWDUCF","5070HfIJeq","1526085GzMHyK","20xzUjMP","1016086gitYbT","1080DBpzXO","216OczBRW","119376ubWRgE","398122reLEKR"];return(lt=function(){return t})()}function ft(t,e){var n=lt();return(ft=function(t,e){return n[t-=276]})(t,e)}!function(t){for(var e=ft,n=t();;)try{if(512034===parseInt(e(276))/1+parseInt(e(282))/2+parseInt(e(285))/3+-parseInt(e(278))/4+parseInt(e(279))/5*(-parseInt(e(283))/6)+-parseInt(e(277))/7*(-parseInt(e(284))/8)+-parseInt(e(280))/9*(parseInt(e(281))/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:()=>ut});var t=n(782);n(331);var e=n(783);function s(t){const e=parseFloat(t);return t.endsWith("pt")?o(96*e/72):t.endsWith("pc")?o(12*e*96/72):t.endsWith("in")?o(96*e):t.endsWith("cm")?o(96*e/2.54):t.endsWith("mm")?o(e/10*96/2.54):t}function i(t){return void 0!==t&&t.endsWith("px")}function o(t){return Math.round(t)+"px"}function c(t,n,r){if(!t.childCount)return;const s=new e.ViewUpcastWriter(t.document),c=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=h(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=d(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,s);if(!c.length)return;const u={},f=[];for(const t of c)if(void 0!==t.indent){a(t)||(f.length=0);const e=`${t.id}:${t.indent}`,c=Math.min(t.indent-1,f.length);if(c<f.length&&f[c].id!==t.id&&(f.length=c),c<f.length-1)f.length=c+1;else{const a=l(t,n);if(c>f.length-1||f[c].listElement.name!=a.type){0==c&&"ol"==a.type&&void 0!==t.id&&u[e]&&(a.startIndex=u[e]);const n=p(a,s,r);if(i(t.marginLeft)&&(0==c||i(f[c-1].marginLeft))){let e=t.marginLeft;c>0&&(e=o(parseFloat(e)-parseFloat(f[c-1].marginLeft))),s.setStyle("padding-left",e,n)}if(0==f.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;s.insertChild(r,n,e)}else{const t=f[c-1].listItemElements;s.appendChild(n,t[t.length-1])}f[c]={...t,listElement:n,listItemElements:[]},0==c&&void 0!==t.id&&(u[e]=a.startIndex||1)}}const d="li"==t.element.name?t.element:s.createElement("li");s.appendChild(d,f[c].listElement),f[c].listItemElements.push(d),0==c&&void 0!==t.id&&u[e]++,t.element!=d&&s.appendChild(t.element,d),m(t.element,s),s.removeStyle("text-indent",t.element),s.removeStyle("margin-left",t.element)}else{const e=f.find(e=>e.marginLeft==t.marginLeft);if(e){const n=e.listItemElements;s.appendChild(t.element,n[n.length-1]),s.removeStyle("margin-left",t.element)}else f.length=0}}function a(t){const e=t.element.previousSibling;if(!e){const e=t.element.parent;return u(e)&&(!e.previousSibling||u(e.previousSibling))}return u(e)}function u(t){return t.is("element","ol")||t.is("element","ul")}function l(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,l=n.exec(e);let p="decimal",d="ol",m=null;if(l&&l[1]){const e=r.exec(l[1]);if(e&&e[1]&&(p=e[1].trim(),d="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(l[1]);t&&t[1]&&(m=parseInt(t[1]))}u&&(d="ol")}return{type:d,startIndex:m,style:f(p),isLegalStyleList:u}}function f(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 p(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 d(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 h(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:s(e)}function g(t,n){if(!t.childCount)return;const r=new e.ViewUpcastWriter(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=[];let o=0;for(const t of r)t.item.is("element")&&s.match(t.item)&&(t.item.getAttribute("src").startsWith("file://")&&i.push({element:t.item,imageIndex:o}),o++);return i}(t,r);i.length&&function(t,e,n){for(let r=0;r<t.length;r++){const{element:s,imageIndex:i}=t[r],o=e[i];if(o){const t=`data:${o.type};base64,${y(o.hex)}`;n.setAttribute("src",t,s)}}}(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 y(t){return btoa(t.match(/\w{2}/g).map(t=>String.fromCharCode(parseInt(t,16))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,w=/xmlns:o="urn:schemas-microsoft-com/i;class b{document;hasMultiLevelListPlugin;constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||w.test(t)}execute(t){const n=new e.ViewUpcastWriter(this.document),{body:r,stylesString:i}=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),c(r,i,this.hasMultiLevelListPlugin),g(r,t.dataTransfer.getData("text/rtf")),function(t,e){for(const n of e.createRangeIn(t).getItems()){if(!n.is("element","table")&&!n.is("element","td")&&!n.is("element","th"))continue;const t=["left","top","right","bottom"];if(t.every(t=>!n.hasStyle(`border-${t}-style`)))e.setStyle("border-style","none",n);else for(const r of t)n.hasStyle(`border-${r}-style`)||e.setStyle(`border-${r}-style`,"none",n);const r=["width","height",...t.map(t=>`border-${t}-width`),...t.map(t=>`padding-${t}`)];for(const t of r)n.hasStyle(t)&&e.setStyle(t,s(n.getStyle(t)),n)}}(r,n),function(t,e){for(const n of e.createRangeIn(t).getItems())n.is("element","table")&&("0px"===n.getStyle("width")&&e.removeStyle("width",n),"0"===n.getAttribute("width")&&e.removeAttribute("width",n))}(r,n),function(t){const n=[],r=new e.ViewUpcastWriter(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 x(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.ViewDomConverter(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 S=n(584);function C(t,e){const n=L();return(C=function(t,e){return n[t-=189]})(t,e)}!function(t){const e=C,n=t();for(;;)try{if(687746===parseInt(e(195))/1+-parseInt(e(190))/2*(-parseInt(e(194))/3)+parseInt(e(196))/4+-parseInt(e(198))/5*(-parseInt(e(191))/6)+parseInt(e(189))/7*(-parseInt(e(192))/8)+parseInt(e(197))/9+parseInt(e(200))/10*(-parseInt(e(199))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(L);const A=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t){return A[C(193)](t)}function L(){const t=["10019565oTNaiO","10gfwEXg","44svAjLl","5422540QDnOAM","3302117BCaYpN","8042mKmYOU","3784206LOKdvX","16LGXIkr","test","159oveQdA","907776FNcQaC","1218592wiGbYC"];return(L=function(){return t})()}!function(t){const e=T,n=t();for(;;)try{if(225493===parseInt(e(111))/1*(-parseInt(e(114))/2)+-parseInt(e(118))/3+-parseInt(e(129))/4+parseInt(e(124))/5+-parseInt(e(126))/6+parseInt(e(112))/7*(parseInt(e(120))/8)+parseInt(e(109))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);const P=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function O(t,e){const n=T,r=new Map;for(const[s,i]of e){if(!s[n(130)]&&!s[n(121)])continue;const e=!s[n(130)]||t[n(131)]===s[n(130)],o=!s[n(121)]||t[n(110)](s[n(121)]);e&&o&&r[n(108)](s,i)}return r}function F(){const t=["split","cssRules","groups","62979KeAuGI","map","361944JpjSdM","className","getPropertyValue","assign","957695aJeIeS","push","1603422IRztIP","style","length","272240KvPjWN","tagName","name","initial","trim","selectorText","set","6219045MWYBZX","hasClass","43649fcwMTN","21ItQSaN","exec","20huIXpP"];return(F=function(){return t})()}function T(t,e){const n=F();return(T=function(t,e){return n[t-=105]})(t,e)}function M(t){const e=T,n={};for(let r=0;r<t[e(128)];r++){const s=t[r],i=t[e(122)](s);e(105)!==i&&(n[s]=i)}return n}function R(t){const e=T,n=t[e(115)](",")[e(119)](t=>t[e(106)]()),r=[];for(const t of n){const n=P[e(113)](t);n&&r[e(125)](n[e(117)])}return r}function N(t){const e=T,n={};for(const r of t)Object[e(123)](n,r);return n}const K=D;function j(){const t=["execute","23tzDTxy","document","9TfgmqC","837364efTEYR","24CllwVy","4876070dfVKHk","size","3321720ZYgDcR","isActive","84918dHFdgU","createRangeIn","515709oWKofi","hasStyle","content","values","_parsedData","3705280fLongs","from","24qYkFqB","setStyle","410662DprhIP","type","elementStart","item"];return(j=function(){return t})()}function D(t,e){const n=j();return(D=function(t,e){return n[t-=117]})(t,e)}!function(t){const e=D,n=t();for(;;)try{if(564985===-parseInt(e(141))/1*(parseInt(e(125))/2)+-parseInt(e(127))/3*(-parseInt(e(134))/4)+parseInt(e(132))/5+-parseInt(e(120))/6*(parseInt(e(136))/7)+-parseInt(e(123))/8*(-parseInt(e(118))/9)+-parseInt(e(121))/10+parseInt(e(119))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class V extends b{[K(140)](t){const n=K,{body:r,styles:s}=t[n(131)],i=new e.ViewUpcastWriter(r[n(117)]),o=i[n(126)](r),c=function(t){const e=T,n=new Map;for(const r in t){const s=R(r),i=t[r];for(const t of s)n[e(108)](t,i)}return n}(function(t){const e=T,n={};for(const r of t)for(const t of r[e(116)])if(t instanceof CSSStyleRule){const r=M(t[e(127)]);n[t[e(107)]]=Object[e(123)]({},n[t[e(107)]]||{},r)}return n}(s));for(const t of o){if(n(138)!==t[n(137)])continue;const e=O(t[n(139)],c);if(e[n(122)]){const r=N(Array[n(133)](e[n(130)]()));for(const e in r){const s=t[n(139)];s[n(128)](e)||i[n(135)](e,r[e],s)}}}t[n(129)]=r}[K(124)](t){return super[K(124)](t)||E(t)}}const W=k;function k(t,e){const n=$();return(k=function(t,e){return n[t-=418]})(t,e)}function $(){const t=["2506482GwRVTb","5252LJHMvT","fromCharCode","stylesProcessor","2724RXnDcZ","get","text/html","576276xLdzlN","543009vZwqPd","map","plugins","join","_parsedData","href","18JOQjuf","4qhMMZO","afterInit","high","execute","208635sQsWsM","inputTransformation","dataTransfer","PasteFromOffice","init","245bpKThe","PasteFromOfficeEnhancedInliner","requires","isActive","view","editor","1vobthI","editing","isOfficialPlugin","pluginName","ClipboardPipeline","542690EeOtnP","22phyasG","80280UtwEgw","document","getData","isPremiumPlugin"];return($=function(){return t})()}!function(t){const e=k,n=t();for(;;)try{if(176419===-parseInt(e(440))/1*(-parseInt(e(458))/2)+parseInt(e(418))/3*(-parseInt(e(425))/4)+parseInt(e(429))/5*(parseInt(e(424))/6)+-parseInt(e(434))/7*(parseInt(e(447))/8)+parseInt(e(451))/9+-parseInt(e(445))/10*(-parseInt(e(446))/11)+-parseInt(e(455))/12*(parseInt(e(452))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class H extends t.Plugin{static get[W(443)](){return W(435)}static get[W(442)](){return!0}static get[W(450)](){return!0}static get[W(436)](){return[W(432)]}[W(433)](){const t=W,e=this[t(439)],n=e[t(420)][t(456)](t(444)),r=e[t(441)][t(438)][t(448)],s=new V(r);n.on(t(430),(e,n)=>{const i=t,o=n[i(431)][i(449)](i(457));s[i(437)](o)&&(n[i(422)]||(n[i(422)]=x(o,r[i(454)])),s[i(428)](n))},{priority:S.priorities[t(456)](t(427))+11})}[W(426)](){!async function(t){const e=m([73,57,115,67,109,103,51,68,74,105,71,53,76,70,77,117,81,106,119,104,84,48,88,66,89,121,120,83,113,118,100,80,79,52,54,78,90,65,99,86,122,98,55,49,82,87,107,102,101,56,111,75,112,116,110,114,85,69,97,108,50,72]),n=window[m([68,97,116,101])][m([110,111,119])](),r=t[m([101,100,105,116,111,114])],s=new(window[m([80,114,111,109,105,115,101])])(t=>{r[m([111,110,99,101])](m([114,101,97,100,121]),t)}),i={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([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]),[m([121])]:m([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]),[m([97,108,103])]:m([69,83,50,53,54])},o=r[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[m([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),s[m([116,104,101,110])](()=>new(window[m([80,114,111,109,105,115,101])])(t=>{let e=0;r[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,r)=>{r[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[m([111,102,102])]())})}))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](e)[m([116,104,101,110])](()=>t)}function a(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](u(t)):null}function u(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[m([108,101,110,103,116,104])];n++){const r=t[m([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[m([105,115,65,114,114,97,121])](e)?e[m([102,111,114,69,97,99,104])](t):e&&typeof e==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](e)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])](([e,r])=>{n(e),t(r)}):n(window[m([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function p(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function d(){}function m(t){const e=k;return t[e(419)](t=>String[e(453)](t))[e(421)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([73]);for(let r=0;r<t[m([108,101,110,103,116,104])];r+=2){let s=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[m([108,101,110,103,116,104])]&&(s-=e[m([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=m([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!=m([86,97,108,105,100])&&async function(){await s,r[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=d,r[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=d,r[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,d=null;try{return o==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[m([115,112,108,105,116])](m([46]));return 3!=t[m([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[m([106,116,105])],n=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),r={...e,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete r[m([118,99])],l(r)==n}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(d=function(t,e){return new(window[m([80,114,111,109,105,115,101])])(c=>{if(i())return c(m([86,97,108,105,100]));o(),r[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const u=(0,S.uid)();function d(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function h(r){a(r)[m([116,104,101,110])](t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?f(l(u+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116]))[m([116,104,101,110])](t=>(i(),t),()=>{const t=o();return null==t?(i(),m([86,97,108,105,100])):m(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[m([116,104,101,110])](c)[m([99,97,116,99,104])](()=>{c(m([85,115,97,103,101,76,105,109,105,116]))});const s=36e5;function i(){const e=m([108,108,99,116,45])+f(l(t)),r=p(f(window[m([77,97,116,104])][m([99,101,105,108])](n/s)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](e,r)}function o(){const e=m([108,108,99,116,45])+f(l(t)),n=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](e);return n?window[m([112,97,114,115,101,73,110,116])](p(n),16)*s:null}function a(t){return new(window[m([80,114,111,109,105,115,101])])((e,n)=>{t[m([116,104,101,110])](e,n),window[m([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}r[m([111,110])](m([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(m([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[m([114,101,113,117,101,115,116,73,100])]:u}},{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),r[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{d(t[m([114,101,116,117,114,110])])&&(a=!0,h(t[m([114,101,116,117,114,110])]))},{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),s[m([116,104,101,110])](()=>{a||c(m([85,115,97,103,101,76,105,109,105,116]))})});function i(){return r[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function o(){r[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const r=o[m([115,112,108,105,116])](m([46])),[s,i,c]=r;return e(s),await n(s,i,c),t}catch{return!1}function e(e){const n=a(e);n&&n[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](u(r),t=>t[m([99,104,97,114,67,111,100,101,65,116])](0)),o=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](e+m([46])+n),c=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!c)return;const a=await c[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),i,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await c[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[m([102,101,97,116,117,114,101,115])];return!!(e&&(e[m([105,110,99,108,117,100,101,115])](m([42]))||e[m([105,110,99,108,117,100,101,115])](m([80,79,69]))||e[m([105,110,99,108,117,100,101,115])](m([80,80]))||e[m([105,110,99,108,117,100,101,115])](m([84,82,73,76,73,85,77]))&&window[m([103,108,111,98])]&&window[m([103,108,111,98])][m([116,114,105,108,105,117,109,86,101,114,115,105,111,110])]))}()?function(){const e=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1759276800;return t[m([101,120,112])]<e}()?m([69,120,112,105,114,101,100]):function(){const e=k,n=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[m([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[m([108,111,99,97,116,105,111,110])][e(423)]);if(n[m([105,110,99,108,117,100,101,115])](r))return!0;const s=r[m([115,112,108,105,116])](m([46]));return n[m([102,105,108,116,101,114])](t=>t[m([105,110,99,108,117,100,101,115])](m([42])))[m([109,97,112])](t=>t[m([115,112,108,105,116])](m([46])))[m([102,105,108,116,101,114])](t=>t[m([108,101,110,103,116,104])]<=s[m([108,101,110,103,116,104])])[m([109,97,112])](t=>Array(s[m([108,101,110,103,116,104])]-t[m([108,101,110,103,116,104])])[m([102,105,108,108])](t[0]===m([42])?m([42]):"")[m([99,111,110,99,97,116])](t))[m([115,111,109,101])](t=>s[m([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===m([42])))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&d?new(window[m([80,114,111,109,105,115,101])])((t,n)=>{e[m([116,104,101,110])](t,n),d[m([116,104,101,110])](e=>{e!=m([86,97,108,105,100])&&t(e)},n)}):e||d||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch{return m([73,110,118,97,108,105,100])}}())}(this)}}const U=_;function q(){const t=["insertChild","68295NJpIHS","2414601bLCTNP","setStyle","text-decoration-line","createElement","font-weight","strong","super","line-through","split","vertical-align","160983UUVaUy","6CjKbCk","span","10635nHRHrU","color","692lVdiXL","text-decoration","function","getStyleNames","35ViNHCA","medium","2785976YeCsHg","forEach","keys","removeStyle","font-style","italic","underline","getStyle","font-size","filter","from","font-family","includes","33740aClJtW","length","sub","bold","bolder","getChildren","132cMCSfu","209544Ajhirx","sup"];return(q=function(){return t})()}!function(t){const e=_,n=t();for(;;)try{if(192867===-parseInt(e(134))/1+parseInt(e(146))/2*(-parseInt(e(145))/3)+parseInt(e(150))/4*(parseInt(e(148))/5)+-parseInt(e(176))/6*(-parseInt(e(154))/7)+-parseInt(e(156))/8+parseInt(e(135))/9+parseInt(e(169))/10*(-parseInt(e(175))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(q);const X=[U(149),U(167),U(164),U(151),U(137),U(139),U(160),U(144)],z=[U(149),U(167),U(164)],J={"font-style":[[U(161),"i"]],"font-weight":[[U(155),U(140)],[U(172),U(140)],[U(173),U(140)],[t=>Number(t)>=600,U(140)]],"text-decoration":[[U(162),"u"],[U(142),"s"]],"text-decoration-line":[[U(162),"u"],[U(142),"s"]],"vertical-align":[[U(171),U(171)],[U(141),U(177)]]};function Y(t){return X[U(168)](t)}function _(t,e){const n=q();return(_=function(t,e){return n[t-=133]})(t,e)}function B(t){const e=U;return Array[e(166)](t[e(153)]())[e(165)](Y)}function Q(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=U,r={},s={};return e[n(157)](e=>{const i=n,o=t[i(163)](e);if(o)if(c=e,z[U(168)](c))r[e]=o;else if(e in J){const t=o[i(143)](" ");J[e][i(157)](([n,r])=>{const o=i;for(const i of t)(o(152)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])})}var c}),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=U;for(const s in n)n[s][r(157)](([,n])=>{const s=r,i=e[s(138)](n,[],t[s(174)]());e[s(133)](0,i,t)}),e[r(159)](s,t)})(t,e,s),function(t,e,n){const r=U;if(!Object[r(158)](n)[r(170)])return;const s=e[r(138)](r(147),[],t[r(174)]());e[r(136)](n,s),e[r(133)](0,s,t),e[r(159)](Object[r(158)](n),t)}(t,e,r)}const G=tt;function Z(){const t=["287nWqVPy","stylesProcessor","document","693312XyXzQM","execute","_parsedData","font","4xkXwoL","createRangeIn","name","191185dqvwkp","8MROWfq","content","isActive","7521570SonCpd","includes","5019256QdbUVf","blockElements","element","9812016ASnNGT","getItems","1206TzsHxx","5930495pbsGXb"];return(Z=function(){return t})()}function tt(t,e){const n=Z();return(tt=function(t,e){return n[t-=188]})(t,e)}!function(t){const e=tt,n=t();for(;;)try{if(975210===parseInt(e(205))/1*(parseInt(e(206))/2)+parseInt(e(198))/3+parseInt(e(202))/4*(parseInt(e(194))/5)+parseInt(e(193))/6*(parseInt(e(195))/7)+parseInt(e(188))/8+-parseInt(e(191))/9+-parseInt(e(209))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Z);class et extends b{[G(199)](t){const n=G,{body:r}=t[n(200)],s=new e.ViewUpcastWriter(r[n(197)]),i=s[n(203)](r),o=new e.ViewDocument(s[n(197)][n(196)]),c=[...new e.ViewDomConverter(o)[n(189)],n(201)],a=i[n(192)]();for(const t of a)if(t.is(n(190))&&c[n(210)](t[n(204)])){Q(t,s,B(t))}t[n(207)]=r}[G(208)](t){return super[G(208)](t)||E(t)}}function nt(t,e){const n=st();return(nt=function(t,e){return n[t-=102]})(t,e)}const rt=nt;function st(){const t=["plugins","23004FJejPx","stylesProcessor","licenseKey","1247355toAJVF","119SziPTi","_parsedData","334852AHUBrH","isPremiumPlugin","view","9YlQdSx","9SeTEbf","editing","pasteFromOfficeEnhancedLicenseKeyValid","domainLimit","config","109374izPKKC","document","3YlbIns","pasteFromOfficeEnhancedLicenseKeyUsageLimit","_licenseKeyCheckInterval","pasteFromOfficeEnhancedLicenseKeyTrialLimit","init","PasteFromOfficeEnhancedPropagator","_showLicenseError","high","pluginName","isActive","destroy","text/html","expired","893576FFjFtu","usageLimit","editor","2219920BMRvbe","ClipboardPipeline","dataTransfer","pasteFromOfficeEnhancedLicenseKeyDomainLimit","pasteFromOfficeEnhancedLicenseKeyInvalid","getData","evaluationLimit","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","invalid","PasteFromOfficeEnhanced","featureNotAllowed","4026EUgLhi","PasteFromOffice","get","trialLimit","requires","pasteFromOfficeEnhancedLicenseKeyExpired","112490zNwyku","inputTransformation","execute","isOfficialPlugin","pasteFromOfficeEnhancedLicenseKeyNotAllowed"];return(st=function(){return t})()}!function(t){const e=nt,n=t();for(;;)try{if(384971===parseInt(e(110))/1*(-parseInt(e(150))/2)+parseInt(e(117))/3*(-parseInt(e(106))/4)+parseInt(e(103))/5+-parseInt(e(115))/6*(parseInt(e(104))/7)+parseInt(e(130))/8*(parseInt(e(109))/9)+parseInt(e(133))/10+parseInt(e(144))/11*(parseInt(e(156))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(st);class it extends t.Plugin{[rt(102)];[rt(119)];static get[rt(125)](){return rt(122)}static get[rt(153)](){return!0}static get[rt(107)](){return!0}static get[rt(148)](){return[rt(145)]}[rt(121)](){const t=rt,e=this[t(132)],n=e[t(155)][t(146)](t(134)),r=e[t(111)][t(108)][t(116)],s=new et(r);n.on(t(151),(e,n)=>{const i=t,o=n[i(135)][i(138)](i(128));s[i(126)](o)&&(n[i(105)]||(n[i(105)]=x(o,r[i(157)])),s[i(152)](n))},{priority:S.priorities[t(146)](t(124))+10}),this[t(102)]=this[t(132)][t(114)][t(146)](t(102));const i=this[t(132)];this[t(119)]=setInterval(()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(112)==s||e(137)==s||e(149)==s||e(136)==s||e(154)==s||e(140)==s||e(120)==s||e(118)==s){delete i[r],n=s,clearInterval(this[e(119)]),this[e(119)]=void 0;break}}e(137)==n&&i[e(123)](e(141)),e(149)==n&&i[e(123)](e(129)),e(136)==n&&i[e(123)](e(113)),e(154)==n&&i[e(123)](e(143),e(142)),e(140)==n&&i[e(123)](e(139)),e(120)==n&&i[e(123)](e(147)),e(118)==n&&i[e(123)](e(131))},1e3)}[rt(127)](){const t=rt;super[t(127)](),this[t(119)]&&clearInterval(this[t(119)])}}var ot=ct;function ct(t,e){var n=at();return(ct=function(t,e){return n[t-=317]})(t,e)}function at(){var t=["6lOwgzV","4708354aOVhHd","13866754KqKfSV","607784ABaeXJ","isOfficialPlugin","54JeKzSX","pluginName","81990JbCeoi","10hIhcDB","500068XienuK","requires","9XrhWlL","PasteFromOfficeEnhanced","4445260kKtQdp","1490184DMxqUJ","isPremiumPlugin","PasteFromOffice"];return(at=function(){return t})()}!function(t){for(var e=ct,n=t();;)try{if(598699===parseInt(e(322))/1+-parseInt(e(320))/2*(-parseInt(e(318))/3)+-parseInt(e(333))/4+parseInt(e(326))/5*(-parseInt(e(330))/6)+-parseInt(e(331))/7+parseInt(e(327))/8*(-parseInt(e(324))/9)+parseInt(e(321))/10*(parseInt(e(332))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class ut extends t.Plugin{static get[ot(319)](){return ot(325)}static get[ot(317)](){return!0}static get[ot(328)](){return!0}static get[ot(323)](){return[ot(329),H,it]}}function lt(){var t=["242DhYdnS","126uNCXHk","325695oZyhoD","651lIVPUb","1518345uWHlVD","205210hWDHme","1aDwibb","24RHACbI","451736uwtbin","602146sKhLyT","50520EyJGzl","176160wrRMmc"];return(lt=function(){return t})()}function ft(t,e){var n=lt();return(ft=function(t,e){return n[t-=372]})(t,e)}!function(t){for(var e=ft,n=t();;)try{if(331849===-parseInt(e(381))/1*(-parseInt(e(372))/2)+parseInt(e(379))/3+-parseInt(e(383))/4+-parseInt(e(377))/5*(-parseInt(e(382))/6)+parseInt(e(378))/7*(-parseInt(e(373))/8)+parseInt(e(376))/9*(parseInt(e(380))/10)+parseInt(e(375))/11*(-parseInt(e(374))/12))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 _0x2d364c}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0x10a42c,parsePasteOfficeHtml as _0x353135}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x1591ec,uid as _0x9f297c}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x395226,ViewDocument as _0x2a8912,ViewDomConverter as _0x5db746}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x24b257){return m['test'](_0x24b257);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x520629,_0x643cb2){const _0x235c39=new Map();for(const [_0x294281,_0x21a0c0]of _0x643cb2){if(!_0x294281['tagName']&&!_0x294281['className'])continue;const _0xd461bb=!_0x294281['tagName']||_0x520629['name']===_0x294281['tagName'],_0x2d58e8=!_0x294281['className']||_0x520629['hasClass'](_0x294281['className']);_0xd461bb&&_0x2d58e8&&_0x235c39['set'](_0x294281,_0x21a0c0);}return _0x235c39;}function h(_0x28d70e){const _0x5e37f0={};for(let _0x194621=0x0;_0x194621<_0x28d70e['length'];_0x194621++){const _0x596047=_0x28d70e[_0x194621],_0x54f918=_0x28d70e['getPropertyValue'](_0x596047);'initial'!==_0x54f918&&(_0x5e37f0[_0x596047]=_0x54f918);}return _0x5e37f0;}function O(_0x169344){const _0x2bdfb9=_0x169344['split'](',')['map'](_0x4acacd=>_0x4acacd['trim']()),_0x51f6e0=[];for(const _0x26fed2 of _0x2bdfb9){const _0x3997be=S['exec'](_0x26fed2);_0x3997be&&_0x51f6e0['push'](_0x3997be['groups']);}return _0x51f6e0;}function k(_0x55b937){const _0x321e93={};for(const _0x356517 of _0x55b937)Object['assign'](_0x321e93,_0x356517);return _0x321e93;}class c extends _0x10a42c{['execute'](_0x5dbe49){const {body:_0x2419dc,styles:_0x5f08af}=_0x5dbe49['_parsedData'],_0x15556d=new _0x395226(_0x2419dc['document']),_0x45b891=_0x15556d['createRangeIn'](_0x2419dc),_0x324fbb=function(_0x416219){const _0x4d776c={};for(const _0x449fe9 of _0x416219)for(const _0x55a6e8 of _0x449fe9['cssRules'])if(_0x55a6e8 instanceof CSSStyleRule){const _0x489b99=h(_0x55a6e8['style']);_0x4d776c[_0x55a6e8['selectorText']]=Object['assign']({},_0x4d776c[_0x55a6e8['selectorText']]||{},_0x489b99);}return _0x4d776c;}(_0x5f08af),_0x2911b=function(_0xb6835a){const _0x531888=new Map();for(const _0x5a52f4 in _0xb6835a){const _0x290c1e=O(_0x5a52f4),_0x3c6ab9=_0xb6835a[_0x5a52f4];for(const _0x479a1c of _0x290c1e)_0x531888['set'](_0x479a1c,_0x3c6ab9);}return _0x531888;}(_0x324fbb);for(const _0x5e56a2 of _0x45b891){if('elementStart'!==_0x5e56a2['type'])continue;const _0x3fe705=j(_0x5e56a2['item'],_0x2911b);if(_0x3fe705['size']){const _0x292b95=k(Array['from'](_0x3fe705['values']()));for(const _0x3f1252 in _0x292b95){const _0x5b330e=_0x5e56a2['item'];_0x5b330e['hasStyle'](_0x3f1252)||_0x15556d['setStyle'](_0x3f1252,_0x292b95[_0x3f1252],_0x5b330e);}}}_0x5dbe49['content']=_0x2419dc;}['isActive'](_0x43eca9){return super['isActive'](_0x43eca9)||p(_0x43eca9);}}class i extends _0x2d364c{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x193dcc=this['editor'],_0x25bc73=_0x193dcc['plugins']['get']('ClipboardPipeline'),_0xbd5d6e=_0x193dcc['editing']['view']['document'],_0x558e42=new c(_0xbd5d6e);_0x25bc73['on']('inputTransformation',(_0x890920,_0x45d970)=>{const _0x6602eb=_0x45d970['dataTransfer']['getData']('text/html');_0x558e42['isActive'](_0x6602eb)&&(_0x45d970['_parsedData']||(_0x45d970['_parsedData']=_0x353135(_0x6602eb,_0xbd5d6e['stylesProcessor'])),_0x558e42['execute'](_0x45d970));},{'priority':_0x1591ec['get']('high')+0xb});}['afterInit'](){!async function(_0x1d34d6){const _0x33d725=_0x3c45b9([0x49,0x39,0x73,0x43,0x6d,0x67,0x33,0x44,0x4a,0x69,0x47,0x35,0x4c,0x46,0x4d,0x75,0x51,0x6a,0x77,0x68,0x54,0x30,0x58,0x42,0x59,0x79,0x78,0x53,0x71,0x76,0x64,0x50,0x4f,0x34,0x36,0x4e,0x5a,0x41,0x63,0x56,0x7a,0x62,0x37,0x31,0x52,0x57,0x6b,0x66,0x65,0x38,0x6f,0x4b,0x70,0x74,0x6e,0x72,0x55,0x45,0x61,0x6c,0x32,0x48]),_0xa4a6fa=0xc82cb1e,_0x5f4a59=0xc85bfee^_0xa4a6fa,_0x1b84a4=window[_0x3c45b9([0x44,0x61,0x74,0x65])][_0x3c45b9([0x6e,0x6f,0x77])](),_0x20ab36=_0x1d34d6[_0x3c45b9([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2a5987=new window[(_0x3c45b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2f4741=>{_0x20ab36[_0x3c45b9([0x6f,0x6e,0x63,0x65])](_0x3c45b9([0x72,0x65,0x61,0x64,0x79]),_0x2f4741);}),_0x105f98={[_0x3c45b9([0x6b,0x74,0x79])]:_0x3c45b9([0x45,0x43]),[_0x3c45b9([0x75,0x73,0x65])]:_0x3c45b9([0x73,0x69,0x67]),[_0x3c45b9([0x63,0x72,0x76])]:_0x3c45b9([0x50,0x2d,0x32,0x35,0x36]),[_0x3c45b9([0x78])]:_0x3c45b9([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]),[_0x3c45b9([0x79])]:_0x3c45b9([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]),[_0x3c45b9([0x61,0x6c,0x67])]:_0x3c45b9([0x45,0x53,0x32,0x35,0x36])},_0x407706=_0x20ab36[_0x3c45b9([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3c45b9([0x67,0x65,0x74])](_0x3c45b9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x31f56f(){let _0x18c76c,_0x439791=null,_0x569e65=null;try{if(_0x407706==_0x3c45b9([0x47,0x50,0x4c]))return _0x3c45b9([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x18c76c=_0xf4d28a(),!_0x18c76c)return _0x3c45b9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x18c76c[_0x3c45b9([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x569e65=_0x4e6142(_0x18c76c[_0x3c45b9([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x18c76c[_0x3c45b9([0x6a,0x74,0x69])])),await _0x5ca0fc()?_0x324ab2()?_0x16c54f()?_0x3c45b9([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x265d79()?(_0x18c76c[_0x3c45b9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3c45b9([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x439791=_0x155033(_0x3c45b9([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x18c76c[_0x3c45b9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3c45b9([0x74,0x72,0x69,0x61,0x6c])&&(_0x439791=_0x155033(_0x3c45b9([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3e8375()):_0x3c45b9([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3c45b9([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3c45b9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3c45b9([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x16c54f(){const _0x606533=[_0x3c45b9([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3c45b9([0x74,0x72,0x69,0x61,0x6c])][_0x3c45b9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x18c76c[_0x3c45b9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1b84a4/0x3e8:0xe10*_0x5f4a59;return _0x18c76c[_0x3c45b9([0x65,0x78,0x70])]<_0x606533;}function _0x324ab2(){const _0xf1497d=_0x18c76c[_0x3c45b9([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xf1497d&&(!!_0xf1497d[_0x3c45b9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c45b9([0x2a]))||(!!_0xf1497d[_0x3c45b9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c45b9([0x50,0x4f,0x45]))||(!!_0xf1497d[_0x3c45b9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c45b9([0x50,0x50]))||!(!_0xf1497d[_0x3c45b9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c45b9([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x2f83d8()))));}function _0x265d79(){const _0x11966e=_0x18c76c[_0x3c45b9([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x11966e||0x0==_0x11966e[_0x3c45b9([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4c9b78}=new URL(window[_0x3c45b9([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x11966e[_0x3c45b9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c9b78))return!0x0;const _0x2c7809=_0x4c9b78[_0x3c45b9([0x73,0x70,0x6c,0x69,0x74])](_0x3c45b9([0x2e]));return _0x11966e[_0x3c45b9([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x37a0f3=>_0x37a0f3[_0x3c45b9([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c45b9([0x2a])))[_0x3c45b9([0x6d,0x61,0x70])](_0x523a94=>_0x523a94[_0x3c45b9([0x73,0x70,0x6c,0x69,0x74])](_0x3c45b9([0x2e])))[_0x3c45b9([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xa5adc8=>_0xa5adc8[_0x3c45b9([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2c7809[_0x3c45b9([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3c45b9([0x6d,0x61,0x70])](_0x33b8cf=>Array(_0x2c7809[_0x3c45b9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x33b8cf[_0x3c45b9([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3c45b9([0x66,0x69,0x6c,0x6c])](_0x33b8cf[0x0]===_0x3c45b9([0x2a])?_0x3c45b9([0x2a]):'')[_0x3c45b9([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x33b8cf))[_0x3c45b9([0x73,0x6f,0x6d,0x65])](_0x53ccf7=>_0x2c7809[_0x3c45b9([0x65,0x76,0x65,0x72,0x79])]((_0x4037f6,_0x5c4559)=>_0x53ccf7[_0x5c4559]===_0x4037f6||_0x53ccf7[_0x5c4559]===_0x3c45b9([0x2a])));}function _0x3e8375(){return _0x439791&&_0x569e65?new window[(_0x3c45b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1dbd09,_0x43f954)=>{_0x439791[_0x3c45b9([0x74,0x68,0x65,0x6e])](_0x1dbd09,_0x43f954),_0x569e65[_0x3c45b9([0x74,0x68,0x65,0x6e])](_0x1dd380=>{_0x1dd380!=_0x3c45b9([0x56,0x61,0x6c,0x69,0x64])&&_0x1dbd09(_0x1dd380);},_0x43f954);}):_0x439791||_0x569e65||_0x3c45b9([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4e6142(_0x26653c,_0x3727ad){return new window[(_0x3c45b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5522cc=>{if(_0x4caac0())return _0x5522cc(_0x3c45b9([0x56,0x61,0x6c,0x69,0x64]));_0x560777(),_0x20ab36[_0x3c45b9([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3c45b9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3ee69e=!0x1;const _0x33e241=_0x9f297c();function _0xe92802(_0x84033b){return!!_0x84033b&&(typeof _0x84033b===_0x3c45b9([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x84033b===_0x3c45b9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x84033b[_0x3c45b9([0x74,0x68,0x65,0x6e])]===_0x3c45b9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x84033b[_0x3c45b9([0x63,0x61,0x74,0x63,0x68])]===_0x3c45b9([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x53f007(_0x22cff6){_0x4f01af(_0x22cff6)[_0x3c45b9([0x74,0x68,0x65,0x6e])](_0x4697c4=>{if(!_0x4697c4||_0x4697c4[_0x3c45b9([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3c45b9([0x6f,0x6b]))return _0x3c45b9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x40f4bf(_0x4b1f3e(_0x33e241+_0x3727ad))!=_0x4697c4[_0x3c45b9([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3c45b9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3c45b9([0x56,0x61,0x6c,0x69,0x64]);})[_0x3c45b9([0x74,0x68,0x65,0x6e])](_0x258f21=>(_0x2f9d3a(),_0x258f21),()=>{const _0x2be336=_0xd2bcbe();return null==_0x2be336?(_0x2f9d3a(),_0x3c45b9([0x56,0x61,0x6c,0x69,0x64])):_0x3c45b9(_0x1b84a4-_0x2be336>(0x288e4f1e^_0xa4a6fa)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3c45b9([0x74,0x68,0x65,0x6e])](_0x5522cc)[_0x3c45b9([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5522cc(_0x3c45b9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1a5bc0=0xcb4259e^_0xa4a6fa;function _0x2f9d3a(){const _0x2a8618=_0x3c45b9([0x6c,0x6c,0x63,0x74,0x2d])+_0x40f4bf(_0x4b1f3e(_0x26653c)),_0x3e9e33=_0x252b1a(_0x40f4bf(window[_0x3c45b9([0x4d,0x61,0x74,0x68])][_0x3c45b9([0x63,0x65,0x69,0x6c])](_0x1b84a4/_0x1a5bc0)));window[_0x3c45b9([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c45b9([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2a8618,_0x3e9e33);}function _0xd2bcbe(){const _0xc5b70c=_0x3c45b9([0x6c,0x6c,0x63,0x74,0x2d])+_0x40f4bf(_0x4b1f3e(_0x26653c)),_0x2b2f3b=window[_0x3c45b9([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c45b9([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xc5b70c);return _0x2b2f3b?window[_0x3c45b9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x252b1a(_0x2b2f3b),0x10)*_0x1a5bc0:null;}function _0x4f01af(_0x353629){return new window[(_0x3c45b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x18bf9b,_0x232366)=>{_0x353629[_0x3c45b9([0x74,0x68,0x65,0x6e])](_0x18bf9b,_0x232366),window[_0x3c45b9([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x232366,0xc831fde^_0xa4a6fa);});}}_0x20ab36[_0x3c45b9([0x6f,0x6e])](_0x3c45b9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x39ffca,_0x1ddbb8)=>{if(_0x1ddbb8[0x0]!=_0x26653c)return _0x5522cc(_0x3c45b9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1ddbb8[0x1]={..._0x1ddbb8[0x1],[_0x3c45b9([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x33e241};},{[_0x3c45b9([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c45b9([0x68,0x69,0x67,0x68])}),_0x20ab36[_0x3c45b9([0x6f,0x6e])](_0x3c45b9([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xe541cc=>{_0xe92802(_0xe541cc[_0x3c45b9([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3ee69e=!0x0,_0x53f007(_0xe541cc[_0x3c45b9([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3c45b9([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c45b9([0x6c,0x6f,0x77])}),_0x2a5987[_0x3c45b9([0x74,0x68,0x65,0x6e])](()=>{_0x3ee69e||_0x5522cc(_0x3c45b9([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4caac0(){return _0x20ab36[_0x3c45b9([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c45b9([0x76,0x69,0x65,0x77])][_0x3c45b9([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3c45b9([0x61,0x75,0x74,0x6f]);}function _0x560777(){_0x20ab36[_0x3c45b9([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c45b9([0x76,0x69,0x65,0x77])][_0x3c45b9([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3c45b9([0x61,0x75,0x74,0x6f]);}}function _0x155033(_0x344272){const _0x2950f6=[new window[(_0x3c45b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x422a2d=>setTimeout(_0x422a2d,0xc8bf5d2^_0xa4a6fa)),_0x2a5987[_0x3c45b9([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3c45b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5bfa66=>{let _0x394453=0x0;_0x20ab36[_0x3c45b9([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c45b9([0x6f,0x6e])](_0x3c45b9([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x393e4a,_0x32887b)=>{_0x32887b[0x0][_0x3c45b9([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x394453++,_0x394453==(0xc82cae6^_0xa4a6fa)&&(_0x5bfa66(),_0x393e4a[_0x3c45b9([0x6f,0x66,0x66])]());});}))];return window[_0x3c45b9([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3c45b9([0x72,0x61,0x63,0x65])](_0x2950f6)[_0x3c45b9([0x74,0x68,0x65,0x6e])](()=>_0x344272);}async function _0x503eff(){await _0x2a5987,_0x20ab36[_0x3c45b9([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c45b9([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x13cfe4,_0x20ab36[_0x3c45b9([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c45b9([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x13cfe4,_0x20ab36[_0x3c45b9([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3c45b9([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2f83d8(){return window[_0x3c45b9([0x67,0x6c,0x6f,0x62])]&&window[_0x3c45b9([0x67,0x6c,0x6f,0x62])][_0x3c45b9([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x220b85(_0x289e74){const _0x1a5173=_0x36ae4f();_0x20ab36[_0x1a5173]=_0x3c45b9([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])+_0x289e74,_0x289e74!=_0x3c45b9([0x56,0x61,0x6c,0x69,0x64])&&_0x503eff();}function _0x36ae4f(){const _0x4d27e4=window[_0x3c45b9([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3c45b9([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3c45b9([0x6e,0x6f,0x77])]())[_0x3c45b9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3c45b9([0x2e]),'');let _0x54b7aa=_0x3c45b9([0x49]);for(let _0x16982f=0x0;_0x16982f<_0x4d27e4[_0x3c45b9([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x16982f+=0x2){let _0x15d83d=window[_0x3c45b9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4d27e4[_0x3c45b9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x16982f,_0x16982f+0x2));_0x15d83d>=_0x33d725[_0x3c45b9([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x15d83d-=_0x33d725[_0x3c45b9([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x54b7aa+=_0x33d725[_0x15d83d];}return _0x54b7aa;}function _0xf4d28a(){const _0x237692=_0x407706[_0x3c45b9([0x73,0x70,0x6c,0x69,0x74])](_0x3c45b9([0x2e]));if(0x3!=_0x237692[_0x3c45b9([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x196d3d(_0x237692[0x1]);function _0x196d3d(_0x40eab4){const _0x537fd5=_0xfdfa1a(_0x40eab4);return _0x537fd5&&_0x3f7157()?_0x537fd5:null;function _0x3f7157(){const _0x613de9=_0x537fd5[_0x3c45b9([0x6a,0x74,0x69])],_0x53b38b=window[_0x3c45b9([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x613de9[_0x3c45b9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x613de9[_0x3c45b9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1099c4={..._0x537fd5,[_0x3c45b9([0x6a,0x74,0x69])]:_0x613de9[_0x3c45b9([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x613de9[_0x3c45b9([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1099c4[_0x3c45b9([0x76,0x63])],_0x4b1f3e(_0x1099c4)==_0x53b38b;}}}async function _0x5ca0fc(){let _0x23bf7e=!0x0;try{const _0x5d25d1=_0x407706[_0x3c45b9([0x73,0x70,0x6c,0x69,0x74])](_0x3c45b9([0x2e])),[_0x371fa1,_0x3ae092,_0x275628]=_0x5d25d1;return _0xf98be0(_0x371fa1),await _0xfb7b83(_0x371fa1,_0x3ae092,_0x275628),_0x23bf7e;}catch{return!0x1;}function _0xf98be0(_0x4f3567){const _0x2c8999=_0xfdfa1a(_0x4f3567);_0x2c8999&&_0x2c8999[_0x3c45b9([0x61,0x6c,0x67])]==_0x3c45b9([0x45,0x53,0x32,0x35,0x36])||(_0x23bf7e=!0x1);}async function _0xfb7b83(_0x3105b3,_0x3a65cb,_0x83968a){const _0x2ecc10=window[_0x3c45b9([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3c45b9([0x66,0x72,0x6f,0x6d])](_0x3c99ac(_0x83968a),_0x308c10=>_0x308c10[_0x3c45b9([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x402d17=new window[(_0x3c45b9([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3c45b9([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3105b3+_0x3c45b9([0x2e])+_0x3a65cb),_0x3e49b9=window[_0x3c45b9([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3c45b9([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3e49b9)return;const _0x26e718=await _0x3e49b9[_0x3c45b9([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3c45b9([0x6a,0x77,0x6b]),_0x105f98,{[_0x3c45b9([0x6e,0x61,0x6d,0x65])]:_0x3c45b9([0x45,0x43,0x44,0x53,0x41]),[_0x3c45b9([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3c45b9([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3c45b9([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3e49b9[_0x3c45b9([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3c45b9([0x6e,0x61,0x6d,0x65])]:_0x3c45b9([0x45,0x43,0x44,0x53,0x41]),[_0x3c45b9([0x68,0x61,0x73,0x68])]:{[_0x3c45b9([0x6e,0x61,0x6d,0x65])]:_0x3c45b9([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x26e718,_0x2ecc10,_0x402d17)||(_0x23bf7e=!0x1);}}function _0xfdfa1a(_0x469801){return _0x469801[_0x3c45b9([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3c45b9([0x65,0x79]))?JSON[_0x3c45b9([0x70,0x61,0x72,0x73,0x65])](_0x3c99ac(_0x469801)):null;}function _0x3c99ac(_0x4c3d12){return window[_0x3c45b9([0x61,0x74,0x6f,0x62])](_0x4c3d12[_0x3c45b9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3c45b9([0x2b]))[_0x3c45b9([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3c45b9([0x2f])));}function _0x4b1f3e(_0x2fe769){let _0x40797d=0x1505;function _0x4985f2(_0x465bd0){for(let _0x54b03e=0x0;_0x54b03e<_0x465bd0[_0x3c45b9([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x54b03e++){const _0xb569ce=_0x465bd0[_0x3c45b9([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x54b03e);_0x40797d=(_0x40797d<<0x5)+_0x40797d+_0xb569ce,_0x40797d&=_0x40797d;}}function _0x174ae4(_0x25f5db){Array[_0x3c45b9([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x25f5db)?_0x25f5db[_0x3c45b9([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x174ae4):_0x25f5db&&typeof _0x25f5db==_0x3c45b9([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3c45b9([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x25f5db)[_0x3c45b9([0x73,0x6f,0x72,0x74])]()[_0x3c45b9([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x37af24,_0x9e49bd])=>{_0x4985f2(_0x37af24),_0x174ae4(_0x9e49bd);}):_0x4985f2(window[_0x3c45b9([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x25f5db));}return _0x174ae4(_0x2fe769),_0x40797d>>>0x0;}function _0x40f4bf(_0x48634c){return _0x48634c[_0x3c45b9([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3c45b9([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3c45b9([0x30]));}function _0x252b1a(_0x548594){return _0x548594[_0x3c45b9([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3c45b9([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3c45b9([0x6a,0x6f,0x69,0x6e])]('');}function _0x13cfe4(){}function _0x3c45b9(_0x3170e8){return _0x3170e8['map'](_0x2429dc=>String['fromCharCode'](_0x2429dc))['join']('');}_0x220b85(await _0x31f56f());}(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'],[_0x20e9a9=>Number(_0x20e9a9)>=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(_0x2589fc){return L['includes'](_0x2589fc);}function g(_0x2622e2){return Array['from'](_0x2622e2['getStyleNames']())['filter'](P);}function b(_0x5bd040,_0x2722b1,_0xaf3cac){const {spanStyles:_0x265452,stylesToBeHtmlElements:_0x17ba2d}=function(_0x430017,_0x433448){const _0x114c01={},_0x28ba16={};return _0x433448['forEach'](_0x3eec04=>{const _0x1066d7=_0x430017['getStyle'](_0x3eec04);if(_0x1066d7){if(function(_0xd42230){return E['includes'](_0xd42230);}(_0x3eec04))_0x114c01[_0x3eec04]=_0x1066d7;else{if(function(_0x29b940){return _0x29b940 in F;}(_0x3eec04)){const _0x33d8fd=_0x1066d7['split']('\x20');F[_0x3eec04]['forEach'](([_0x5f5319,_0x577d09])=>{for(const _0x3e85b1 of _0x33d8fd){('function'==typeof _0x5f5319&&_0x5f5319(_0x3e85b1)||_0x5f5319===_0x3e85b1)&&(_0x28ba16[_0x3eec04]=[..._0x28ba16[_0x3eec04]||[],[_0x5f5319,_0x577d09]]);}});}}}}),{'spanStyles':_0x114c01,'stylesToBeHtmlElements':_0x28ba16};}(_0x5bd040,_0xaf3cac);!function(_0x4eaf91,_0x4411d0,_0x51255d){for(const _0x5b8db6 in _0x51255d){_0x51255d[_0x5b8db6]['forEach'](([,_0x297dcc])=>{const _0x4f328a=_0x4411d0['createElement'](_0x297dcc,[],_0x4eaf91['getChildren']());_0x4411d0['insertChild'](0x0,_0x4f328a,_0x4eaf91);}),_0x4411d0['removeStyle'](_0x5b8db6,_0x4eaf91);}}(_0x5bd040,_0x2722b1,_0x17ba2d),function(_0x29b033,_0x2d9593,_0x5b1d9e){if(!Object['keys'](_0x5b1d9e)['length'])return;const _0x1eaebe=_0x2d9593['createElement']('span',[],_0x29b033['getChildren']());_0x2d9593['setStyle'](_0x5b1d9e,_0x1eaebe),_0x2d9593['insertChild'](0x0,_0x1eaebe,_0x29b033),_0x2d9593['removeStyle'](Object['keys'](_0x5b1d9e),_0x29b033);}(_0x5bd040,_0x2722b1,_0x265452);}class a extends _0x10a42c{['execute'](_0x2f706c){const {body:_0x2d2dde}=_0x2f706c['_parsedData'],_0x4b29e9=new _0x395226(_0x2d2dde['document']),_0x4b4506=_0x4b29e9['createRangeIn'](_0x2d2dde),_0x44176b=new _0x2a8912(_0x4b29e9['document']['stylesProcessor']),_0x330c0c=[...new _0x5db746(_0x44176b)['blockElements'],'font'],_0x5d7535=_0x4b4506['getItems']();for(const _0x19055c of _0x5d7535)_0x19055c['is']('element')&&_0x330c0c['includes'](_0x19055c['name'])&&b(_0x19055c,_0x4b29e9,g(_0x19055c));_0x2f706c['content']=_0x2d2dde;}['isActive'](_0x45a866){return super['isActive'](_0x45a866)||p(_0x45a866);}}class s extends _0x2d364c{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x558622=this['editor'],_0x4ffa70=_0x558622['plugins']['get']('ClipboardPipeline'),_0x11eaae=_0x558622['editing']['view']['document'],_0x4c77be=new a(_0x11eaae);_0x4ffa70['on']('inputTransformation',(_0x484447,_0x47c43a)=>{const _0x616c=_0x47c43a['dataTransfer']['getData']('text/html');_0x4c77be['isActive'](_0x616c)&&(_0x47c43a['_parsedData']||(_0x47c43a['_parsedData']=_0x353135(_0x616c,_0x11eaae['stylesProcessor'])),_0x4c77be['execute'](_0x47c43a));},{'priority':_0x1591ec['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3f7100=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4569d7;for(const _0x16626f in _0x3f7100){const _0x3e1e2e=_0x16626f,_0x73b74e=_0x3f7100[_0x3e1e2e];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x73b74e||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x73b74e||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x73b74e||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x73b74e||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x73b74e||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x73b74e||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x73b74e||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x73b74e){delete _0x3f7100[_0x3e1e2e],_0x4569d7=_0x73b74e,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x4569d7&&_0x3f7100['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x4569d7&&_0x3f7100['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x4569d7&&_0x3f7100['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x4569d7&&_0x3f7100['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x4569d7&&_0x3f7100['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x4569d7&&_0x3f7100['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x4569d7&&_0x3f7100['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x2d364c{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{K as PasteFromOfficeEnhanced};
|
|
23
|
+
import{Plugin as _0x588ebe}from'@ckeditor/ckeditor5-core/dist/index.js';import{PasteFromOfficeMSWordNormalizer as _0xdb8887,parsePasteOfficeHtml as _0x241c0a}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x7d0c27,uid as _0x531919}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ViewUpcastWriter as _0x2476cc,ViewDocument as _0x383ca7,ViewDomConverter as _0x4e4828}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function p(_0x437155){return m['test'](_0x437155);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function j(_0x294998,_0x4468cf){const _0x2a4ee0=new Map();for(const [_0x114c61,_0x3db868]of _0x4468cf){if(!_0x114c61['tagName']&&!_0x114c61['className'])continue;const _0x55b089=!_0x114c61['tagName']||_0x294998['name']===_0x114c61['tagName'],_0x17a4b6=!_0x114c61['className']||_0x294998['hasClass'](_0x114c61['className']);_0x55b089&&_0x17a4b6&&_0x2a4ee0['set'](_0x114c61,_0x3db868);}return _0x2a4ee0;}function h(_0x2c3967){const _0x2a0175={};for(let _0x568b7e=0x0;_0x568b7e<_0x2c3967['length'];_0x568b7e++){const _0x4ab41f=_0x2c3967[_0x568b7e],_0x2ce13b=_0x2c3967['getPropertyValue'](_0x4ab41f);'initial'!==_0x2ce13b&&(_0x2a0175[_0x4ab41f]=_0x2ce13b);}return _0x2a0175;}function O(_0x5cd7c3){const _0xbd7b0b=_0x5cd7c3['split'](',')['map'](_0x1d1422=>_0x1d1422['trim']()),_0x869b50=[];for(const _0xa20ee1 of _0xbd7b0b){const _0x229f64=S['exec'](_0xa20ee1);_0x229f64&&_0x869b50['push'](_0x229f64['groups']);}return _0x869b50;}function k(_0x1ee8ac){const _0x3d4d16={};for(const _0x3c25ab of _0x1ee8ac)Object['assign'](_0x3d4d16,_0x3c25ab);return _0x3d4d16;}class c extends _0xdb8887{['execute'](_0x3491d3){const {body:_0x454be6,styles:_0x107c5f}=_0x3491d3['_parsedData'],_0x2c54fd=new _0x2476cc(_0x454be6['document']),_0x1d6d47=_0x2c54fd['createRangeIn'](_0x454be6),_0x370192=function(_0x16aaac){const _0x3185f8={};for(const _0x1e4410 of _0x16aaac)for(const _0xe0b5e6 of _0x1e4410['cssRules'])if(_0xe0b5e6 instanceof CSSStyleRule){const _0x4458eb=h(_0xe0b5e6['style']);_0x3185f8[_0xe0b5e6['selectorText']]=Object['assign']({},_0x3185f8[_0xe0b5e6['selectorText']]||{},_0x4458eb);}return _0x3185f8;}(_0x107c5f),_0x1674d1=function(_0x263bda){const _0x18f4df=new Map();for(const _0x30e601 in _0x263bda){const _0x70d93=O(_0x30e601),_0x1733e0=_0x263bda[_0x30e601];for(const _0x1f0fdf of _0x70d93)_0x18f4df['set'](_0x1f0fdf,_0x1733e0);}return _0x18f4df;}(_0x370192);for(const _0x53421b of _0x1d6d47){if('elementStart'!==_0x53421b['type'])continue;const _0x416c91=j(_0x53421b['item'],_0x1674d1);if(_0x416c91['size']){const _0x14c24c=k(Array['from'](_0x416c91['values']()));for(const _0x339fd2 in _0x14c24c){const _0x5aa151=_0x53421b['item'];_0x5aa151['hasStyle'](_0x339fd2)||_0x2c54fd['setStyle'](_0x339fd2,_0x14c24c[_0x339fd2],_0x5aa151);}}}_0x3491d3['content']=_0x454be6;}['isActive'](_0xa118c7){return super['isActive'](_0xa118c7)||p(_0xa118c7);}}class i extends _0x588ebe{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x5cda23=this['editor'],_0xcfecad=_0x5cda23['plugins']['get']('ClipboardPipeline'),_0x37cf67=_0x5cda23['editing']['view']['document'],_0x4fc615=new c(_0x37cf67);_0xcfecad['on']('inputTransformation',(_0x15841d,_0x4aff8d)=>{const _0x2e2e42=_0x4aff8d['dataTransfer']['getData']('text/html');_0x4fc615['isActive'](_0x2e2e42)&&(_0x4aff8d['_parsedData']||(_0x4aff8d['_parsedData']=_0x241c0a(_0x2e2e42,_0x37cf67['stylesProcessor'])),_0x4fc615['execute'](_0x4aff8d));},{'priority':_0x7d0c27['get']('high')+0xb});}['afterInit'](){!async function(_0x8c56ba){const _0x5ef01e=_0x4763b6([0x49,0x39,0x73,0x43,0x6d,0x67,0x33,0x44,0x4a,0x69,0x47,0x35,0x4c,0x46,0x4d,0x75,0x51,0x6a,0x77,0x68,0x54,0x30,0x58,0x42,0x59,0x79,0x78,0x53,0x71,0x76,0x64,0x50,0x4f,0x34,0x36,0x4e,0x5a,0x41,0x63,0x56,0x7a,0x62,0x37,0x31,0x52,0x57,0x6b,0x66,0x65,0x38,0x6f,0x4b,0x70,0x74,0x6e,0x72,0x55,0x45,0x61,0x6c,0x32,0x48]),_0x3a6779=0xc82cb1e,_0x5e9c5b=0xc85bfee^_0x3a6779,_0x8fe88b=window[_0x4763b6([0x44,0x61,0x74,0x65])][_0x4763b6([0x6e,0x6f,0x77])](),_0x763bd8=_0x8c56ba[_0x4763b6([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4e9c59=new window[(_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1e050c=>{_0x763bd8[_0x4763b6([0x6f,0x6e,0x63,0x65])](_0x4763b6([0x72,0x65,0x61,0x64,0x79]),_0x1e050c);}),_0x144112={[_0x4763b6([0x6b,0x74,0x79])]:_0x4763b6([0x45,0x43]),[_0x4763b6([0x75,0x73,0x65])]:_0x4763b6([0x73,0x69,0x67]),[_0x4763b6([0x63,0x72,0x76])]:_0x4763b6([0x50,0x2d,0x32,0x35,0x36]),[_0x4763b6([0x78])]:_0x4763b6([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]),[_0x4763b6([0x79])]:_0x4763b6([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]),[_0x4763b6([0x61,0x6c,0x67])]:_0x4763b6([0x45,0x53,0x32,0x35,0x36])},_0x3f1dba=_0x763bd8[_0x4763b6([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4763b6([0x67,0x65,0x74])](_0x4763b6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2d2f5a(){let _0x10d1bb,_0xda2d3=null,_0x41e495=null;try{if(_0x3f1dba==_0x4763b6([0x47,0x50,0x4c]))return _0x4763b6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x10d1bb=_0x44e1b0(),!_0x10d1bb)return _0x4763b6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x10d1bb[_0x4763b6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x41e495=_0x155800(_0x10d1bb[_0x4763b6([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x10d1bb[_0x4763b6([0x6a,0x74,0x69])])),await _0x461f68()?_0x48a729()?_0x87b14a()?_0x4763b6([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x264935()?(_0x10d1bb[_0x4763b6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4763b6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xda2d3=_0xfc2cfb(_0x4763b6([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x10d1bb[_0x4763b6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4763b6([0x74,0x72,0x69,0x61,0x6c])&&(_0xda2d3=_0xfc2cfb(_0x4763b6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3c4cc3()):_0x4763b6([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4763b6([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4763b6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4763b6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x87b14a(){const _0x2dfefd=[_0x4763b6([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4763b6([0x74,0x72,0x69,0x61,0x6c])][_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10d1bb[_0x4763b6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x8fe88b/0x3e8:0xe10*_0x5e9c5b;return _0x10d1bb[_0x4763b6([0x65,0x78,0x70])]<_0x2dfefd;}function _0x48a729(){const _0x41180d=_0x10d1bb[_0x4763b6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x41180d&&(!!_0x41180d[_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4763b6([0x2a]))||(!!_0x41180d[_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4763b6([0x50,0x4f,0x45]))||(!!_0x41180d[_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4763b6([0x50,0x50]))||!(!_0x41180d[_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4763b6([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x2680e1()))));}function _0x264935(){const _0x782ddc=_0x10d1bb[_0x4763b6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x782ddc||0x0==_0x782ddc[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1be2a8}=new URL(window[_0x4763b6([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x782ddc[_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1be2a8))return!0x0;const _0x42a8e6=_0x1be2a8[_0x4763b6([0x73,0x70,0x6c,0x69,0x74])](_0x4763b6([0x2e]));return _0x782ddc[_0x4763b6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x241aed=>_0x241aed[_0x4763b6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4763b6([0x2a])))[_0x4763b6([0x6d,0x61,0x70])](_0x463430=>_0x463430[_0x4763b6([0x73,0x70,0x6c,0x69,0x74])](_0x4763b6([0x2e])))[_0x4763b6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x15abd8=>_0x15abd8[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x42a8e6[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4763b6([0x6d,0x61,0x70])](_0x3d70ea=>Array(_0x42a8e6[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3d70ea[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4763b6([0x66,0x69,0x6c,0x6c])](_0x3d70ea[0x0]===_0x4763b6([0x2a])?_0x4763b6([0x2a]):'')[_0x4763b6([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3d70ea))[_0x4763b6([0x73,0x6f,0x6d,0x65])](_0x585235=>_0x42a8e6[_0x4763b6([0x65,0x76,0x65,0x72,0x79])]((_0x2f3308,_0x511896)=>_0x585235[_0x511896]===_0x2f3308||_0x585235[_0x511896]===_0x4763b6([0x2a])));}function _0x3c4cc3(){return _0xda2d3&&_0x41e495?new window[(_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1bb6be,_0x3fe1fc)=>{_0xda2d3[_0x4763b6([0x74,0x68,0x65,0x6e])](_0x1bb6be,_0x3fe1fc),_0x41e495[_0x4763b6([0x74,0x68,0x65,0x6e])](_0x2c5720=>{_0x2c5720!=_0x4763b6([0x56,0x61,0x6c,0x69,0x64])&&_0x1bb6be(_0x2c5720);},_0x3fe1fc);}):_0xda2d3||_0x41e495||_0x4763b6([0x56,0x61,0x6c,0x69,0x64]);}}function _0x155800(_0x409a41,_0x418726){return new window[(_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x837939=>{if(_0x977deb())return _0x837939(_0x4763b6([0x56,0x61,0x6c,0x69,0x64]));_0x4b3794(),_0x763bd8[_0x4763b6([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4763b6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x15544e=!0x1;const _0x5d27ba=_0x531919();function _0x12a9bd(_0x5812bb){return!!_0x5812bb&&(typeof _0x5812bb===_0x4763b6([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5812bb===_0x4763b6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5812bb[_0x4763b6([0x74,0x68,0x65,0x6e])]===_0x4763b6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5812bb[_0x4763b6([0x63,0x61,0x74,0x63,0x68])]===_0x4763b6([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5c308c(_0x1bdd9e){_0xe042d4(_0x1bdd9e)[_0x4763b6([0x74,0x68,0x65,0x6e])](_0x4ad977=>{if(!_0x4ad977||_0x4ad977[_0x4763b6([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4763b6([0x6f,0x6b]))return _0x4763b6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x31893d(_0x4a377d(_0x5d27ba+_0x418726))!=_0x4ad977[_0x4763b6([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4763b6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4763b6([0x56,0x61,0x6c,0x69,0x64]);})[_0x4763b6([0x74,0x68,0x65,0x6e])](_0x5a1edb=>(_0x24b163(),_0x5a1edb),()=>{const _0x384112=_0x297652();return null==_0x384112?(_0x24b163(),_0x4763b6([0x56,0x61,0x6c,0x69,0x64])):_0x4763b6(_0x8fe88b-_0x384112>(0x288e4f1e^_0x3a6779)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4763b6([0x74,0x68,0x65,0x6e])](_0x837939)[_0x4763b6([0x63,0x61,0x74,0x63,0x68])](()=>{_0x837939(_0x4763b6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2240f4=0xcb4259e^_0x3a6779;function _0x24b163(){const _0x5dcfc7=_0x4763b6([0x6c,0x6c,0x63,0x74,0x2d])+_0x31893d(_0x4a377d(_0x409a41)),_0x168e2f=_0xfa63b9(_0x31893d(window[_0x4763b6([0x4d,0x61,0x74,0x68])][_0x4763b6([0x63,0x65,0x69,0x6c])](_0x8fe88b/_0x2240f4)));window[_0x4763b6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4763b6([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5dcfc7,_0x168e2f);}function _0x297652(){const _0x2c463e=_0x4763b6([0x6c,0x6c,0x63,0x74,0x2d])+_0x31893d(_0x4a377d(_0x409a41)),_0x444f79=window[_0x4763b6([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4763b6([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2c463e);return _0x444f79?window[_0x4763b6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xfa63b9(_0x444f79),0x10)*_0x2240f4:null;}function _0xe042d4(_0x1b3cfd){return new window[(_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x46a5b7,_0x5dd702)=>{_0x1b3cfd[_0x4763b6([0x74,0x68,0x65,0x6e])](_0x46a5b7,_0x5dd702),window[_0x4763b6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5dd702,0xc831fde^_0x3a6779);});}}_0x763bd8[_0x4763b6([0x6f,0x6e])](_0x4763b6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2c3d74,_0x1a5b8b)=>{if(_0x1a5b8b[0x0]!=_0x409a41)return _0x837939(_0x4763b6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1a5b8b[0x1]={..._0x1a5b8b[0x1],[_0x4763b6([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5d27ba};},{[_0x4763b6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4763b6([0x68,0x69,0x67,0x68])}),_0x763bd8[_0x4763b6([0x6f,0x6e])](_0x4763b6([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x781c46=>{_0x12a9bd(_0x781c46[_0x4763b6([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x15544e=!0x0,_0x5c308c(_0x781c46[_0x4763b6([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4763b6([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4763b6([0x6c,0x6f,0x77])}),_0x4e9c59[_0x4763b6([0x74,0x68,0x65,0x6e])](()=>{_0x15544e||_0x837939(_0x4763b6([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x977deb(){return _0x763bd8[_0x4763b6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4763b6([0x76,0x69,0x65,0x77])][_0x4763b6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4763b6([0x61,0x75,0x74,0x6f]);}function _0x4b3794(){_0x763bd8[_0x4763b6([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4763b6([0x76,0x69,0x65,0x77])][_0x4763b6([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4763b6([0x61,0x75,0x74,0x6f]);}}function _0xfc2cfb(_0x194212){const _0x4f557d=[new window[(_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x54741=>setTimeout(_0x54741,0xc8bf5d2^_0x3a6779)),_0x4e9c59[_0x4763b6([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x335790=>{let _0x34e673=0x0;_0x763bd8[_0x4763b6([0x6d,0x6f,0x64,0x65,0x6c])][_0x4763b6([0x6f,0x6e])](_0x4763b6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4e6d9c,_0x4d8204)=>{_0x4d8204[0x0][_0x4763b6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x34e673++,_0x34e673==(0xc82cae6^_0x3a6779)&&(_0x335790(),_0x4e6d9c[_0x4763b6([0x6f,0x66,0x66])]());});}))];return window[_0x4763b6([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4763b6([0x72,0x61,0x63,0x65])](_0x4f557d)[_0x4763b6([0x74,0x68,0x65,0x6e])](()=>_0x194212);}async function _0xbdc6d9(){await _0x4e9c59,_0x763bd8[_0x4763b6([0x6d,0x6f,0x64,0x65,0x6c])][_0x4763b6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x41c7da,_0x763bd8[_0x4763b6([0x6d,0x6f,0x64,0x65,0x6c])][_0x4763b6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x41c7da,_0x763bd8[_0x4763b6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4763b6([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2680e1(){return window[_0x4763b6([0x67,0x6c,0x6f,0x62])]&&window[_0x4763b6([0x67,0x6c,0x6f,0x62])][_0x4763b6([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x3c5b27(_0x3e0515){const _0x496b93=_0x1e0949();_0x763bd8[_0x496b93]=_0x4763b6([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])+_0x3e0515,_0x3e0515!=_0x4763b6([0x56,0x61,0x6c,0x69,0x64])&&_0xbdc6d9();}function _0x1e0949(){const _0x2f24e1=window[_0x4763b6([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4763b6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4763b6([0x6e,0x6f,0x77])]())[_0x4763b6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4763b6([0x2e]),'');let _0x2daa13=_0x4763b6([0x49]);for(let _0x32dd01=0x0;_0x32dd01<_0x2f24e1[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x32dd01+=0x2){let _0x4fe812=window[_0x4763b6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2f24e1[_0x4763b6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x32dd01,_0x32dd01+0x2));_0x4fe812>=_0x5ef01e[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4fe812-=_0x5ef01e[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2daa13+=_0x5ef01e[_0x4fe812];}return _0x2daa13;}function _0x44e1b0(){const _0xbb6de3=_0x3f1dba[_0x4763b6([0x73,0x70,0x6c,0x69,0x74])](_0x4763b6([0x2e]));if(0x3!=_0xbb6de3[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xbf8c99(_0xbb6de3[0x1]);function _0xbf8c99(_0x4217c9){const _0x484788=_0x213443(_0x4217c9);return _0x484788&&_0xe8e802()?_0x484788:null;function _0xe8e802(){const _0x1e7f93=_0x484788[_0x4763b6([0x6a,0x74,0x69])],_0x5a45db=window[_0x4763b6([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1e7f93[_0x4763b6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1e7f93[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2d16fc={..._0x484788,[_0x4763b6([0x6a,0x74,0x69])]:_0x1e7f93[_0x4763b6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1e7f93[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2d16fc[_0x4763b6([0x76,0x63])],_0x4a377d(_0x2d16fc)==_0x5a45db;}}}async function _0x461f68(){let _0x1430ba=!0x0;try{const _0x156997=_0x3f1dba[_0x4763b6([0x73,0x70,0x6c,0x69,0x74])](_0x4763b6([0x2e])),[_0x16b53f,_0x424102,_0x3f296d]=_0x156997;return _0x9722ee(_0x16b53f),await _0x2fc3fb(_0x16b53f,_0x424102,_0x3f296d),_0x1430ba;}catch{return!0x1;}function _0x9722ee(_0x24a52e){const _0x2866ea=_0x213443(_0x24a52e);_0x2866ea&&_0x2866ea[_0x4763b6([0x61,0x6c,0x67])]==_0x4763b6([0x45,0x53,0x32,0x35,0x36])||(_0x1430ba=!0x1);}async function _0x2fc3fb(_0x1a6c92,_0x222415,_0x69af00){const _0x3e188e=window[_0x4763b6([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4763b6([0x66,0x72,0x6f,0x6d])](_0x372516(_0x69af00),_0x244db3=>_0x244db3[_0x4763b6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x39a2eb=new window[(_0x4763b6([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4763b6([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1a6c92+_0x4763b6([0x2e])+_0x222415),_0x39c1df=window[_0x4763b6([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4763b6([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x39c1df)return;const _0x51adfd=await _0x39c1df[_0x4763b6([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4763b6([0x6a,0x77,0x6b]),_0x144112,{[_0x4763b6([0x6e,0x61,0x6d,0x65])]:_0x4763b6([0x45,0x43,0x44,0x53,0x41]),[_0x4763b6([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4763b6([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4763b6([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x39c1df[_0x4763b6([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4763b6([0x6e,0x61,0x6d,0x65])]:_0x4763b6([0x45,0x43,0x44,0x53,0x41]),[_0x4763b6([0x68,0x61,0x73,0x68])]:{[_0x4763b6([0x6e,0x61,0x6d,0x65])]:_0x4763b6([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x51adfd,_0x3e188e,_0x39a2eb)||(_0x1430ba=!0x1);}}function _0x213443(_0x5d7d2f){return _0x5d7d2f[_0x4763b6([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4763b6([0x65,0x79]))?JSON[_0x4763b6([0x70,0x61,0x72,0x73,0x65])](_0x372516(_0x5d7d2f)):null;}function _0x372516(_0x2ad612){return window[_0x4763b6([0x61,0x74,0x6f,0x62])](_0x2ad612[_0x4763b6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4763b6([0x2b]))[_0x4763b6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4763b6([0x2f])));}function _0x4a377d(_0x29416e){let _0x298a45=0x1505;function _0x402a27(_0x1b9403){for(let _0x3d8e66=0x0;_0x3d8e66<_0x1b9403[_0x4763b6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3d8e66++){const _0x34515d=_0x1b9403[_0x4763b6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3d8e66);_0x298a45=(_0x298a45<<0x5)+_0x298a45+_0x34515d,_0x298a45&=_0x298a45;}}function _0x4049c5(_0x38e81d){Array[_0x4763b6([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x38e81d)?_0x38e81d[_0x4763b6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4049c5):_0x38e81d&&typeof _0x38e81d==_0x4763b6([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4763b6([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x38e81d)[_0x4763b6([0x73,0x6f,0x72,0x74])]()[_0x4763b6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x105c45,_0x2159bb])=>{_0x402a27(_0x105c45),_0x4049c5(_0x2159bb);}):_0x402a27(window[_0x4763b6([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x38e81d));}return _0x4049c5(_0x29416e),_0x298a45>>>0x0;}function _0x31893d(_0x24975a){return _0x24975a[_0x4763b6([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4763b6([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4763b6([0x30]));}function _0xfa63b9(_0x1b7fab){return _0x1b7fab[_0x4763b6([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4763b6([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4763b6([0x6a,0x6f,0x69,0x6e])]('');}function _0x41c7da(){}function _0x4763b6(_0x4c79d2){return _0x4c79d2['map'](_0xa71d5a=>String['fromCharCode'](_0xa71d5a))['join']('');}_0x3c5b27(await _0x2d2f5a());}(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'],[_0x2b3edc=>Number(_0x2b3edc)>=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(_0x2853f2){return L['includes'](_0x2853f2);}function g(_0x337548){return Array['from'](_0x337548['getStyleNames']())['filter'](P);}function b(_0x41d1dd,_0x3eb706,_0x5ea51d){const {spanStyles:_0x2ffac1,stylesToBeHtmlElements:_0x2dbb38}=function(_0x5266f6,_0x1074d1){const _0x38a061={},_0x10dca5={};return _0x1074d1['forEach'](_0x1ef870=>{const _0x498618=_0x5266f6['getStyle'](_0x1ef870);if(_0x498618){if(function(_0x3ed837){return E['includes'](_0x3ed837);}(_0x1ef870))_0x38a061[_0x1ef870]=_0x498618;else{if(function(_0x3cecaa){return _0x3cecaa in F;}(_0x1ef870)){const _0x154556=_0x498618['split']('\x20');F[_0x1ef870]['forEach'](([_0x562375,_0x1de60])=>{for(const _0x290e36 of _0x154556){('function'==typeof _0x562375&&_0x562375(_0x290e36)||_0x562375===_0x290e36)&&(_0x10dca5[_0x1ef870]=[..._0x10dca5[_0x1ef870]||[],[_0x562375,_0x1de60]]);}});}}}}),{'spanStyles':_0x38a061,'stylesToBeHtmlElements':_0x10dca5};}(_0x41d1dd,_0x5ea51d);!function(_0x58593f,_0x2bf937,_0xdda7ff){for(const _0x27b8df in _0xdda7ff){_0xdda7ff[_0x27b8df]['forEach'](([,_0x28abfb])=>{const _0xf3ca03=_0x2bf937['createElement'](_0x28abfb,[],_0x58593f['getChildren']());_0x2bf937['insertChild'](0x0,_0xf3ca03,_0x58593f);}),_0x2bf937['removeStyle'](_0x27b8df,_0x58593f);}}(_0x41d1dd,_0x3eb706,_0x2dbb38),function(_0x21a920,_0x42b2b9,_0x59bc0c){if(!Object['keys'](_0x59bc0c)['length'])return;const _0x3c7414=_0x42b2b9['createElement']('span',[],_0x21a920['getChildren']());_0x42b2b9['setStyle'](_0x59bc0c,_0x3c7414),_0x42b2b9['insertChild'](0x0,_0x3c7414,_0x21a920),_0x42b2b9['removeStyle'](Object['keys'](_0x59bc0c),_0x21a920);}(_0x41d1dd,_0x3eb706,_0x2ffac1);}class a extends _0xdb8887{['execute'](_0x3db716){const {body:_0x560dd9}=_0x3db716['_parsedData'],_0x32cceb=new _0x2476cc(_0x560dd9['document']),_0x4324f3=_0x32cceb['createRangeIn'](_0x560dd9),_0xeebe67=new _0x383ca7(_0x32cceb['document']['stylesProcessor']),_0x4b3b00=[...new _0x4e4828(_0xeebe67)['blockElements'],'font'],_0x16749f=_0x4324f3['getItems']();for(const _0x5ab52 of _0x16749f)_0x5ab52['is']('element')&&_0x4b3b00['includes'](_0x5ab52['name'])&&b(_0x5ab52,_0x32cceb,g(_0x5ab52));_0x3db716['content']=_0x560dd9;}['isActive'](_0x384c0b){return super['isActive'](_0x384c0b)||p(_0x384c0b);}}class s extends _0x588ebe{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x5a05c7=this['editor'],_0x2c6b2b=_0x5a05c7['plugins']['get']('ClipboardPipeline'),_0x26dae2=_0x5a05c7['editing']['view']['document'],_0x48bed5=new a(_0x26dae2);_0x2c6b2b['on']('inputTransformation',(_0x124edd,_0x402418)=>{const _0x231efc=_0x402418['dataTransfer']['getData']('text/html');_0x48bed5['isActive'](_0x231efc)&&(_0x402418['_parsedData']||(_0x402418['_parsedData']=_0x241c0a(_0x231efc,_0x26dae2['stylesProcessor'])),_0x48bed5['execute'](_0x402418));},{'priority':_0x7d0c27['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x42bef8=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4339b6;for(const _0x2cab5d in _0x42bef8){const _0x10f072=_0x2cab5d,_0x4b3414=_0x42bef8[_0x10f072];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x4b3414||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x4b3414){delete _0x42bef8[_0x10f072],_0x4339b6=_0x4b3414,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x4339b6&&_0x42bef8['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x4339b6&&_0x42bef8['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x4339b6&&_0x42bef8['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x4339b6&&_0x42bef8['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x4339b6&&_0x42bef8['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x4339b6&&_0x42bef8['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x4339b6&&_0x42bef8['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class K extends _0x588ebe{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{K as PasteFromOfficeEnhanced};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-paste-from-office-enhanced",
|
|
3
|
-
"version": "47.0.0
|
|
3
|
+
"version": "47.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": "47.0.0
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "47.0.0
|
|
27
|
-
"@ckeditor/ckeditor5-paste-from-office": "47.0.0
|
|
28
|
-
"@ckeditor/ckeditor5-utils": "47.0.0
|
|
29
|
-
"ckeditor5": "47.0.0
|
|
25
|
+
"@ckeditor/ckeditor5-core": "47.0.0",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "47.0.0",
|
|
27
|
+
"@ckeditor/ckeditor5-paste-from-office": "47.0.0",
|
|
28
|
+
"@ckeditor/ckeditor5-utils": "47.0.0",
|
|
29
|
+
"ckeditor5": "47.0.0"
|
|
30
30
|
},
|
|
31
31
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
32
32
|
"author": "CKSource (http://cksource.com/)",
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x3406(){var _0x59d4dd=['242DhYdnS','126uNCXHk','325695oZyhoD','651lIVPUb','1518345uWHlVD','205210hWDHme','1aDwibb','24RHACbI','451736uwtbin','602146sKhLyT','50520EyJGzl','176160wrRMmc'];_0x3406=function(){return _0x59d4dd;};return _0x3406();}(function(_0x4f7235,_0x2f8db3){var _0x1bf1c1=_0x559f,_0x17b925=_0x4f7235();while(!![]){try{var _0x2e2aed=-parseInt(_0x1bf1c1(0x17d))/0x1*(-parseInt(_0x1bf1c1(0x174))/0x2)+parseInt(_0x1bf1c1(0x17b))/0x3+-parseInt(_0x1bf1c1(0x17f))/0x4+-parseInt(_0x1bf1c1(0x179))/0x5*(-parseInt(_0x1bf1c1(0x17e))/0x6)+parseInt(_0x1bf1c1(0x17a))/0x7*(-parseInt(_0x1bf1c1(0x175))/0x8)+parseInt(_0x1bf1c1(0x178))/0x9*(parseInt(_0x1bf1c1(0x17c))/0xa)+parseInt(_0x1bf1c1(0x177))/0xb*(-parseInt(_0x1bf1c1(0x176))/0xc);if(_0x2e2aed===_0x2f8db3)break;else _0x17b925['push'](_0x17b925['shift']());}catch(_0x404433){_0x17b925['push'](_0x17b925['shift']());}}}(_0x3406,0x51049));function _0x559f(_0x217511,_0x256db0){var _0x34067a=_0x3406();return _0x559f=function(_0x559f07,_0x1061f4){_0x559f07=_0x559f07-0x174;var _0x221f81=_0x34067a[_0x559f07];return _0x221f81;},_0x559f(_0x217511,_0x256db0);}export{PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';
|
package/src/legacyerrors.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x404857,_0x26fa98){var _0x51c97a=_0x58a8,_0x5c5207=_0x404857();while(!![]){try{var _0xe15bc3=parseInt(_0x51c97a(0xec))/0x1+parseInt(_0x51c97a(0xee))/0x2+parseInt(_0x51c97a(0xef))/0x3*(parseInt(_0x51c97a(0xf0))/0x4)+-parseInt(_0x51c97a(0xe8))/0x5*(parseInt(_0x51c97a(0xf1))/0x6)+-parseInt(_0x51c97a(0xed))/0x7+-parseInt(_0x51c97a(0xea))/0x8*(parseInt(_0x51c97a(0xeb))/0x9)+parseInt(_0x51c97a(0xe9))/0xa;if(_0xe15bc3===_0x26fa98)break;else _0x5c5207['push'](_0x5c5207['shift']());}catch(_0x414737){_0x5c5207['push'](_0x5c5207['shift']());}}}(_0x4c57,0x89571));function _0x58a8(_0x43e32e,_0x49782f){var _0x4c5728=_0x4c57();return _0x58a8=function(_0x58a8c5,_0x30370b){_0x58a8c5=_0x58a8c5-0xe8;var _0x47e646=_0x4c5728[_0x58a8c5];return _0x47e646;},_0x58a8(_0x43e32e,_0x49782f);}import{CKEditorError as _0x2a3c6b}from'ckeditor5/src/utils.js';function _0x4c57(){var _0x2c1ec8=['420HkiJJc','5836690CDUaCE','2920hcCQjE','17964ixDuTk','463746gBbZZo','4850083sDTMrC','1724842qsXjTb','30CwjsqV','316860CMxVSy','51288SWtrjQ'];_0x4c57=function(){return _0x2c1ec8;};return _0x4c57();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x551b3f=_0x27dd;function _0x147b(){const _0x44d407=['execute','23tzDTxy','document','9TfgmqC','837364efTEYR','24CllwVy','4876070dfVKHk','size','3321720ZYgDcR','isActive','84918dHFdgU','createRangeIn','515709oWKofi','hasStyle','content','values','_parsedData','3705280fLongs','from','24qYkFqB','setStyle','410662DprhIP','type','elementStart','item'];_0x147b=function(){return _0x44d407;};return _0x147b();}function _0x27dd(_0x65d77e,_0x17d5f1){const _0x147b04=_0x147b();return _0x27dd=function(_0x27dd23,_0x5b5b70){_0x27dd23=_0x27dd23-0x75;let _0x365e69=_0x147b04[_0x27dd23];return _0x365e69;},_0x27dd(_0x65d77e,_0x17d5f1);}(function(_0x396bf4,_0xfc475d){const _0x425d88=_0x27dd,_0x4d6bf4=_0x396bf4();while(!![]){try{const _0x1f4b96=-parseInt(_0x425d88(0x8d))/0x1*(parseInt(_0x425d88(0x7d))/0x2)+-parseInt(_0x425d88(0x7f))/0x3*(-parseInt(_0x425d88(0x86))/0x4)+parseInt(_0x425d88(0x84))/0x5+-parseInt(_0x425d88(0x78))/0x6*(parseInt(_0x425d88(0x88))/0x7)+-parseInt(_0x425d88(0x7b))/0x8*(-parseInt(_0x425d88(0x76))/0x9)+-parseInt(_0x425d88(0x79))/0xa+parseInt(_0x425d88(0x77))/0xb;if(_0x1f4b96===_0xfc475d)break;else _0x4d6bf4['push'](_0x4d6bf4['shift']());}catch(_0x5ca0d9){_0x4d6bf4['push'](_0x4d6bf4['shift']());}}}(_0x147b,0x89ef9));import{ViewUpcastWriter as _0x57ae8a}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x49258f}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x1db2b1}from'../../utils.js';import{extractStyles as _0x50f72a,expandStyles as _0x3ed497,getMatchingStyles as _0x2a9486,flattenStyleDefinitions as _0x361c02}from'./utils.js';export class MSOfficeStylesInliner extends _0x49258f{[_0x551b3f(0x8c)](_0x5edeab){const _0xcfbef8=_0x551b3f,{body:_0x5dbead,styles:_0x5f5a21}=_0x5edeab[_0xcfbef8(0x83)],_0x29fda6=new _0x57ae8a(_0x5dbead[_0xcfbef8(0x75)]),_0x2ffed9=_0x29fda6[_0xcfbef8(0x7e)](_0x5dbead),_0xaac917=_0x50f72a(_0x5f5a21),_0x4f39ad=_0x3ed497(_0xaac917);for(const _0xd0ae30 of _0x2ffed9){if(_0xcfbef8(0x8a)!==_0xd0ae30[_0xcfbef8(0x89)])continue;const _0x23a44c=_0x2a9486(_0xd0ae30[_0xcfbef8(0x8b)],_0x4f39ad);if(_0x23a44c[_0xcfbef8(0x7a)]){const _0x54ecf0=_0x361c02(Array[_0xcfbef8(0x85)](_0x23a44c[_0xcfbef8(0x82)]()));for(const _0x50fc33 in _0x54ecf0){const _0x55f078=_0xd0ae30[_0xcfbef8(0x8b)];_0x55f078[_0xcfbef8(0x80)](_0x50fc33)||_0x29fda6[_0xcfbef8(0x87)](_0x50fc33,_0x54ecf0[_0x50fc33],_0x55f078);}}}_0x5edeab[_0xcfbef8(0x81)]=_0x5dbead;}[_0x551b3f(0x7c)](_0x164b94){const _0x10a3ae=_0x551b3f;return super[_0x10a3ae(0x7c)](_0x164b94)||_0x1db2b1(_0x164b94);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x3ae8c6,_0x5f3d27){const _0x4f9c44=_0x3d92,_0x42fb34=_0x3ae8c6();while(!![]){try{const _0x3f2600=parseInt(_0x4f9c44(0x6f))/0x1*(-parseInt(_0x4f9c44(0x72))/0x2)+-parseInt(_0x4f9c44(0x76))/0x3+-parseInt(_0x4f9c44(0x81))/0x4+parseInt(_0x4f9c44(0x7c))/0x5+-parseInt(_0x4f9c44(0x7e))/0x6+parseInt(_0x4f9c44(0x70))/0x7*(parseInt(_0x4f9c44(0x78))/0x8)+parseInt(_0x4f9c44(0x6d))/0x9;if(_0x3f2600===_0x5f3d27)break;else _0x42fb34['push'](_0x42fb34['shift']());}catch(_0x48e924){_0x42fb34['push'](_0x42fb34['shift']());}}}(_0x3a10,0x370d5));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x4c1b57,_0x336d04){const _0x16eef9=_0x3d92,_0x36f0dc=new Map();for(const [_0xb29f74,_0x340340]of _0x336d04){if(!_0xb29f74[_0x16eef9(0x82)]&&!_0xb29f74[_0x16eef9(0x79)])continue;const _0x58976c=!_0xb29f74[_0x16eef9(0x82)]||_0x4c1b57[_0x16eef9(0x83)]===_0xb29f74[_0x16eef9(0x82)],_0xe23279=!_0xb29f74[_0x16eef9(0x79)]||_0x4c1b57[_0x16eef9(0x6e)](_0xb29f74[_0x16eef9(0x79)]);_0x58976c&&_0xe23279&&_0x36f0dc[_0x16eef9(0x6c)](_0xb29f74,_0x340340);}return _0x36f0dc;}function _0x3a10(){const _0x588570=['split','cssRules','groups','62979KeAuGI','map','361944JpjSdM','className','getPropertyValue','assign','957695aJeIeS','push','1603422IRztIP','style','length','272240KvPjWN','tagName','name','initial','trim','selectorText','set','6219045MWYBZX','hasClass','43649fcwMTN','21ItQSaN','exec','20huIXpP'];_0x3a10=function(){return _0x588570;};return _0x3a10();}function _0x3d92(_0x560ab2,_0x560eb){const _0x3a1028=_0x3a10();return _0x3d92=function(_0x3d92d0,_0x6b0b1b){_0x3d92d0=_0x3d92d0-0x69;let _0x534730=_0x3a1028[_0x3d92d0];return _0x534730;},_0x3d92(_0x560ab2,_0x560eb);}export function extractStyles(_0x5205c3){const _0x1bcf84=_0x3d92,_0x3b3088={};for(const _0x9ed3f of _0x5205c3)for(const _0x2e2646 of _0x9ed3f[_0x1bcf84(0x74)])if(_0x2e2646 instanceof CSSStyleRule){const _0x95941a=parseCSSStyleDeclaration(_0x2e2646[_0x1bcf84(0x7f)]);_0x3b3088[_0x2e2646[_0x1bcf84(0x6b)]]=Object[_0x1bcf84(0x7b)]({},_0x3b3088[_0x2e2646[_0x1bcf84(0x6b)]]||{},_0x95941a);}return _0x3b3088;}export function expandStyles(_0x474866){const _0x3628a3=_0x3d92,_0x57fac0=new Map();for(const _0x258240 in _0x474866){const _0x17d4b0=parseCSSSelector(_0x258240),_0x281385=_0x474866[_0x258240];for(const _0xd13ebf of _0x17d4b0)_0x57fac0[_0x3628a3(0x6c)](_0xd13ebf,_0x281385);}return _0x57fac0;}export function parseCSSStyleDeclaration(_0x2d24cb){const _0xfffd57=_0x3d92,_0x3fe4e6={};for(let _0x303a08=0x0;_0x303a08<_0x2d24cb[_0xfffd57(0x80)];_0x303a08++){const _0x210db2=_0x2d24cb[_0x303a08],_0x432f96=_0x2d24cb[_0xfffd57(0x7a)](_0x210db2);_0xfffd57(0x69)!==_0x432f96&&(_0x3fe4e6[_0x210db2]=_0x432f96);}return _0x3fe4e6;}export function parseCSSSelector(_0x4bef8b){const _0x41b447=_0x3d92,_0x5dcfb7=_0x4bef8b[_0x41b447(0x73)](',')[_0x41b447(0x77)](_0x2f782d=>_0x2f782d[_0x41b447(0x6a)]()),_0x2c24ac=[];for(const _0x552013 of _0x5dcfb7){const _0x3552ea=S[_0x41b447(0x71)](_0x552013);_0x3552ea&&_0x2c24ac[_0x41b447(0x7d)](_0x3552ea[_0x41b447(0x75)]);}return _0x2c24ac;}export function flattenStyleDefinitions(_0x5ecd04){const _0x14f3c7=_0x3d92,_0x2b8e82={};for(const _0x5e667a of _0x5ecd04)Object[_0x14f3c7(0x7b)](_0x2b8e82,_0x5e667a);return _0x2b8e82;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1ad7b2=_0x20b8;function _0x54f5(){const _0x136556=['287nWqVPy','stylesProcessor','document','693312XyXzQM','execute','_parsedData','font','4xkXwoL','createRangeIn','name','191185dqvwkp','8MROWfq','content','isActive','7521570SonCpd','includes','5019256QdbUVf','blockElements','element','9812016ASnNGT','getItems','1206TzsHxx','5930495pbsGXb'];_0x54f5=function(){return _0x136556;};return _0x54f5();}(function(_0x4a22f6,_0x12a72f){const _0x5a15ad=_0x20b8,_0x505525=_0x4a22f6();while(!![]){try{const _0x41be90=parseInt(_0x5a15ad(0xcd))/0x1*(parseInt(_0x5a15ad(0xce))/0x2)+parseInt(_0x5a15ad(0xc6))/0x3+parseInt(_0x5a15ad(0xca))/0x4*(parseInt(_0x5a15ad(0xc2))/0x5)+parseInt(_0x5a15ad(0xc1))/0x6*(parseInt(_0x5a15ad(0xc3))/0x7)+parseInt(_0x5a15ad(0xbc))/0x8+-parseInt(_0x5a15ad(0xbf))/0x9+-parseInt(_0x5a15ad(0xd1))/0xa;if(_0x41be90===_0x12a72f)break;else _0x505525['push'](_0x505525['shift']());}catch(_0xcbbc62){_0x505525['push'](_0x505525['shift']());}}}(_0x54f5,0xee16a));import{ViewUpcastWriter as _0x898ff6,ViewDomConverter as _0x16e166,ViewDocument as _0x3ad47b}from'ckeditor5/src/engine.js';import{PasteFromOfficeMSWordNormalizer as _0x7a7762}from'@ckeditor/ckeditor5-paste-from-office';function _0x20b8(_0x4cad62,_0x11d555){const _0x54f58a=_0x54f5();return _0x20b8=function(_0x20b88f,_0x2f2313){_0x20b88f=_0x20b88f-0xbc;let _0x2135b9=_0x54f58a[_0x20b88f];return _0x2135b9;},_0x20b8(_0x4cad62,_0x11d555);}import{isMSExcelContent as _0x3b1ab7}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x12ff8b,propagateStyleProperties as _0x5d8089}from'./utils.js';export class MSOfficeInlineStylePropagator extends _0x7a7762{[_0x1ad7b2(0xc7)](_0x4840e3){const _0x329964=_0x1ad7b2,{body:_0x27a831}=_0x4840e3[_0x329964(0xc8)],_0x18cd5b=new _0x898ff6(_0x27a831[_0x329964(0xc5)]),_0x40c004=_0x18cd5b[_0x329964(0xcb)](_0x27a831),_0x36a943=new _0x3ad47b(_0x18cd5b[_0x329964(0xc5)][_0x329964(0xc4)]),_0x3c9953=[...new _0x16e166(_0x36a943)[_0x329964(0xbd)],_0x329964(0xc9)],_0x3cda7d=_0x40c004[_0x329964(0xc0)]();for(const _0x4129de of _0x3cda7d)if(_0x4129de['is'](_0x329964(0xbe))&&_0x3c9953[_0x329964(0xd2)](_0x4129de[_0x329964(0xcc)])){const _0x28d144=_0x12ff8b(_0x4129de);_0x5d8089(_0x4129de,_0x18cd5b,_0x28d144);}_0x4840e3[_0x329964(0xcf)]=_0x27a831;}[_0x1ad7b2(0xd0)](_0x28c8fc){const _0x440383=_0x1ad7b2;return super[_0x440383(0xd0)](_0x28c8fc)||_0x3b1ab7(_0x28c8fc);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5325af=_0x4330;function _0x2cd4(){const _0x5746c3=['insertChild','68295NJpIHS','2414601bLCTNP','setStyle','text-decoration-line','createElement','font-weight','strong','super','line-through','split','vertical-align','160983UUVaUy','6CjKbCk','span','10635nHRHrU','color','692lVdiXL','text-decoration','function','getStyleNames','35ViNHCA','medium','2785976YeCsHg','forEach','keys','removeStyle','font-style','italic','underline','getStyle','font-size','filter','from','font-family','includes','33740aClJtW','length','sub','bold','bolder','getChildren','132cMCSfu','209544Ajhirx','sup'];_0x2cd4=function(){return _0x5746c3;};return _0x2cd4();}(function(_0x427ad6,_0xeec9e6){const _0x4b6eb2=_0x4330,_0x1e128f=_0x427ad6();while(!![]){try{const _0x3b0912=-parseInt(_0x4b6eb2(0x86))/0x1+parseInt(_0x4b6eb2(0x92))/0x2*(-parseInt(_0x4b6eb2(0x91))/0x3)+parseInt(_0x4b6eb2(0x96))/0x4*(parseInt(_0x4b6eb2(0x94))/0x5)+-parseInt(_0x4b6eb2(0xb0))/0x6*(-parseInt(_0x4b6eb2(0x9a))/0x7)+-parseInt(_0x4b6eb2(0x9c))/0x8+parseInt(_0x4b6eb2(0x87))/0x9+parseInt(_0x4b6eb2(0xa9))/0xa*(-parseInt(_0x4b6eb2(0xaf))/0xb);if(_0x3b0912===_0xeec9e6)break;else _0x1e128f['push'](_0x1e128f['shift']());}catch(_0x4ebee0){_0x1e128f['push'](_0x1e128f['shift']());}}}(_0x2cd4,0x2f163));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x5325af(0x95),_0x5325af(0xa7),_0x5325af(0xa4),_0x5325af(0x97),_0x5325af(0x89),_0x5325af(0x8b),_0x5325af(0xa0),_0x5325af(0x90)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x5325af(0x95),_0x5325af(0xa7),_0x5325af(0xa4)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x5325af(0xa1),'i']],'font-weight':[[_0x5325af(0x9b),_0x5325af(0x8c)],[_0x5325af(0xac),_0x5325af(0x8c)],[_0x5325af(0xad),_0x5325af(0x8c)],[_0x3a6115=>Number(_0x3a6115)>=0x258,_0x5325af(0x8c)]],'text-decoration':[[_0x5325af(0xa2),'u'],[_0x5325af(0x8e),'s']],'text-decoration-line':[[_0x5325af(0xa2),'u'],[_0x5325af(0x8e),'s']],'vertical-align':[[_0x5325af(0xab),_0x5325af(0xab)],[_0x5325af(0x8d),_0x5325af(0xb1)]]};export function isPropertyToBePropagated(_0x384612){const _0x2a75d3=_0x5325af;return CSS_PROPERTIES_TO_PROPAGATE[_0x2a75d3(0xa8)](_0x384612);}export function isPropertyToBePropagatedAsSpan(_0x197f3){const _0x70dadd=_0x5325af;return CSS_PROPERTIES_TO_BE_SPANS[_0x70dadd(0xa8)](_0x197f3);}function _0x4330(_0x333a77,_0x4ac8f0){const _0x2cd4b0=_0x2cd4();return _0x4330=function(_0x4330ae,_0x3e8c08){_0x4330ae=_0x4330ae-0x85;let _0x40f3e4=_0x2cd4b0[_0x4330ae];return _0x40f3e4;},_0x4330(_0x333a77,_0x4ac8f0);}export function isPropertyToBePropagatedAsHTMLElement(_0x48d6ac){return _0x48d6ac in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x4ba70e){const _0x5b1354=_0x5325af;return Array[_0x5b1354(0xa6)](_0x4ba70e[_0x5b1354(0x99)]())[_0x5b1354(0xa5)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x5654d5,_0xbb9633,_0x5bd42a){const {spanStyles:_0x2f8790,stylesToBeHtmlElements:_0x22da40}=getStylesToPropagate(_0x5654d5,_0x5bd42a);propagateStylesAsHTMLElements(_0x5654d5,_0xbb9633,_0x22da40),propagateStylesAsSpan(_0x5654d5,_0xbb9633,_0x2f8790);}export function propagateStylesAsHTMLElements(_0x18d8f1,_0x453d7d,_0x33c5aa){const _0x56730f=_0x5325af;for(const _0x31709e in _0x33c5aa){_0x33c5aa[_0x31709e][_0x56730f(0x9d)](([,_0x2aafdd])=>{const _0x2f9fb9=_0x56730f,_0x538b11=_0x453d7d[_0x2f9fb9(0x8a)](_0x2aafdd,[],_0x18d8f1[_0x2f9fb9(0xae)]());_0x453d7d[_0x2f9fb9(0x85)](0x0,_0x538b11,_0x18d8f1);}),_0x453d7d[_0x56730f(0x9f)](_0x31709e,_0x18d8f1);}}export function propagateStylesAsSpan(_0x2b6638,_0x2306e5,_0x4d7e8c){const _0x49c6fd=_0x5325af;if(!Object[_0x49c6fd(0x9e)](_0x4d7e8c)[_0x49c6fd(0xaa)])return;const _0x2bab42=_0x2306e5[_0x49c6fd(0x8a)](_0x49c6fd(0x93),[],_0x2b6638[_0x49c6fd(0xae)]());_0x2306e5[_0x49c6fd(0x88)](_0x4d7e8c,_0x2bab42),_0x2306e5[_0x49c6fd(0x85)](0x0,_0x2bab42,_0x2b6638),_0x2306e5[_0x49c6fd(0x9f)](Object[_0x49c6fd(0x9e)](_0x4d7e8c),_0x2b6638);}export function getStylesToPropagate(_0x1a0863,_0x4a4c30){const _0x56ae0a=_0x5325af,_0x29a2a2={},_0x3d0e81={};return _0x4a4c30[_0x56ae0a(0x9d)](_0xbf271d=>{const _0x4d82ec=_0x56ae0a,_0x31f51b=_0x1a0863[_0x4d82ec(0xa3)](_0xbf271d);if(_0x31f51b){if(isPropertyToBePropagatedAsSpan(_0xbf271d))_0x29a2a2[_0xbf271d]=_0x31f51b;else{if(isPropertyToBePropagatedAsHTMLElement(_0xbf271d)){const _0x3ef976=_0x31f51b[_0x4d82ec(0x8f)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0xbf271d][_0x4d82ec(0x9d)](([_0xee9ce8,_0x1e1cd1])=>{const _0x47c716=_0x4d82ec;for(const _0x33100f of _0x3ef976){(_0x47c716(0x98)==typeof _0xee9ce8&&_0xee9ce8(_0x33100f)||_0xee9ce8===_0x33100f)&&(_0x3d0e81[_0xbf271d]=[..._0x3d0e81[_0xbf271d]||[],[_0xee9ce8,_0x1e1cd1]]);}});}}}}),{'spanStyles':_0x29a2a2,'stylesToBeHtmlElements':_0x3d0e81};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
var _0x2e4ed0=_0x5362;function _0x5362(_0x1e7799,_0x848fed){var _0x25d906=_0x25d9();return _0x5362=function(_0x536294,_0x2f60c7){_0x536294=_0x536294-0x13d;var _0x4e2b5c=_0x25d906[_0x536294];return _0x4e2b5c;},_0x5362(_0x1e7799,_0x848fed);}(function(_0x52356f,_0x57dbee){var _0x37cc9d=_0x5362,_0x30bf8e=_0x52356f();while(!![]){try{var _0x43f231=parseInt(_0x37cc9d(0x142))/0x1+-parseInt(_0x37cc9d(0x140))/0x2*(-parseInt(_0x37cc9d(0x13e))/0x3)+-parseInt(_0x37cc9d(0x14d))/0x4+parseInt(_0x37cc9d(0x146))/0x5*(-parseInt(_0x37cc9d(0x14a))/0x6)+-parseInt(_0x37cc9d(0x14b))/0x7+parseInt(_0x37cc9d(0x147))/0x8*(-parseInt(_0x37cc9d(0x144))/0x9)+parseInt(_0x37cc9d(0x141))/0xa*(parseInt(_0x37cc9d(0x14c))/0xb);if(_0x43f231===_0x57dbee)break;else _0x30bf8e['push'](_0x30bf8e['shift']());}catch(_0x5881f4){_0x30bf8e['push'](_0x30bf8e['shift']());}}}(_0x25d9,0x922ab));import{Plugin as _0x3c6428}from'ckeditor5/src/core.js';import{PasteFromOfficeEnhancedInliner as _0x50b8ed}from'./pastefromofficeenhancedinliner.js';function _0x25d9(){var _0x355337=['6lOwgzV','4708354aOVhHd','13866754KqKfSV','607784ABaeXJ','isOfficialPlugin','54JeKzSX','pluginName','81990JbCeoi','10hIhcDB','500068XienuK','requires','9XrhWlL','PasteFromOfficeEnhanced','4445260kKtQdp','1490184DMxqUJ','isPremiumPlugin','PasteFromOffice'];_0x25d9=function(){return _0x355337;};return _0x25d9();}import{PasteFromOfficeEnhancedPropagator as _0x1b789b}from'./pastefromofficeenhancedpropagator.js';export class PasteFromOfficeEnhanced extends _0x3c6428{static get[_0x2e4ed0(0x13f)](){var _0x504ead=_0x2e4ed0;return _0x504ead(0x145);}static get[_0x2e4ed0(0x13d)](){return!0x0;}static get[_0x2e4ed0(0x148)](){return!0x0;}static get[_0x2e4ed0(0x143)](){var _0x45e182=_0x2e4ed0;return[_0x45e182(0x149),_0x50b8ed,_0x1b789b];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x2e4c(){const _0xa660b6=['6461310HOJokf','high','init','isActive','href','isOfficialPlugin','327346lRAGtp','inputTransformation','18yysZdb','4065292ojIGyG','join','ClipboardPipeline','2684952nosCNx','editing','afterInit','document','get','PasteFromOffice','131224lstqIa','requires','8267526BjrWyR','stylesProcessor','text/html','view','4054990IGGyXm','getData','plugins','7soDUJD','_parsedData','dataTransfer','fromCharCode','map','editor','isPremiumPlugin','pluginName','execute','PasteFromOfficeEnhancedInliner'];_0x2e4c=function(){return _0xa660b6;};return _0x2e4c();}const _0x565f34=_0x316f;(function(_0x56749c,_0x40d37e){const _0x59724d=_0x316f,_0x1361ac=_0x56749c();while(!![]){try{const _0x1fc394=-parseInt(_0x59724d(0x71))/0x1+-parseInt(_0x59724d(0x7d))/0x2*(-parseInt(_0x59724d(0x73))/0x3)+-parseInt(_0x59724d(0x74))/0x4+-parseInt(_0x59724d(0x83))/0x5+-parseInt(_0x59724d(0x90))/0x6*(-parseInt(_0x59724d(0x86))/0x7)+parseInt(_0x59724d(0x77))/0x8+parseInt(_0x59724d(0x7f))/0x9;if(_0x1fc394===_0x40d37e)break;else _0x1361ac['push'](_0x1361ac['shift']());}catch(_0x43c468){_0x1361ac['push'](_0x1361ac['shift']());}}}(_0x2e4c,0x8b30b));import{Plugin as _0x158d41}from'ckeditor5/src/core.js';function _0x316f(_0x3025ef,_0x479927){const _0x2e4c0f=_0x2e4c();return _0x316f=function(_0x316f38,_0x30f60e){_0x316f38=_0x316f38-0x6c;let _0x15db0f=_0x2e4c0f[_0x316f38];return _0x15db0f;},_0x316f(_0x3025ef,_0x479927);}import{parsePasteOfficeHtml as _0x3b3667}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x580f80,uid as _0x4e8fd8}from'ckeditor5/src/utils.js';import{MSOfficeStylesInliner as _0xfa79e4}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x158d41{static get[_0x565f34(0x8d)](){const _0x265172=_0x565f34;return _0x265172(0x8f);}static get[_0x565f34(0x70)](){return!0x0;}static get[_0x565f34(0x8c)](){return!0x0;}static get[_0x565f34(0x7e)](){const _0x119c82=_0x565f34;return[_0x119c82(0x7c)];}[_0x565f34(0x6d)](){const _0x3cf8e9=_0x565f34,_0x2d6d0a=this[_0x3cf8e9(0x8b)],_0x17ebf3=_0x2d6d0a[_0x3cf8e9(0x85)][_0x3cf8e9(0x7b)](_0x3cf8e9(0x76)),_0x426a68=_0x2d6d0a[_0x3cf8e9(0x78)][_0x3cf8e9(0x82)][_0x3cf8e9(0x7a)],_0x2ab730=new _0xfa79e4(_0x426a68);_0x17ebf3['on'](_0x3cf8e9(0x72),(_0xa1ad4a,_0x312883)=>{const _0x23941b=_0x3cf8e9,_0x3d3ecc=_0x312883[_0x23941b(0x88)][_0x23941b(0x84)](_0x23941b(0x81));_0x2ab730[_0x23941b(0x6e)](_0x3d3ecc)&&(_0x312883[_0x23941b(0x87)]||(_0x312883[_0x23941b(0x87)]=_0x3b3667(_0x3d3ecc,_0x426a68[_0x23941b(0x80)])),_0x2ab730[_0x23941b(0x8e)](_0x312883));},{'priority':_0x580f80[_0x3cf8e9(0x7b)](_0x3cf8e9(0x6c))+0xb});}[_0x565f34(0x79)](){!async function(_0x2878bb){const _0x202259=_0x1d5a03([0x49,0x39,0x73,0x43,0x6d,0x67,0x33,0x44,0x4a,0x69,0x47,0x35,0x4c,0x46,0x4d,0x75,0x51,0x6a,0x77,0x68,0x54,0x30,0x58,0x42,0x59,0x79,0x78,0x53,0x71,0x76,0x64,0x50,0x4f,0x34,0x36,0x4e,0x5a,0x41,0x63,0x56,0x7a,0x62,0x37,0x31,0x52,0x57,0x6b,0x66,0x65,0x38,0x6f,0x4b,0x70,0x74,0x6e,0x72,0x55,0x45,0x61,0x6c,0x32,0x48]),_0x52be23=0xc82cb1e,_0x415a8c=0xc85bfee^_0x52be23,_0xd2da3d=window[_0x1d5a03([0x44,0x61,0x74,0x65])][_0x1d5a03([0x6e,0x6f,0x77])](),_0x2d2288=_0x2878bb[_0x1d5a03([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x281ddb=new window[(_0x1d5a03([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5602fc=>{_0x2d2288[_0x1d5a03([0x6f,0x6e,0x63,0x65])](_0x1d5a03([0x72,0x65,0x61,0x64,0x79]),_0x5602fc);}),_0xcde730={[_0x1d5a03([0x6b,0x74,0x79])]:_0x1d5a03([0x45,0x43]),[_0x1d5a03([0x75,0x73,0x65])]:_0x1d5a03([0x73,0x69,0x67]),[_0x1d5a03([0x63,0x72,0x76])]:_0x1d5a03([0x50,0x2d,0x32,0x35,0x36]),[_0x1d5a03([0x78])]:_0x1d5a03([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]),[_0x1d5a03([0x79])]:_0x1d5a03([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]),[_0x1d5a03([0x61,0x6c,0x67])]:_0x1d5a03([0x45,0x53,0x32,0x35,0x36])},_0x26adf5=_0x2d2288[_0x1d5a03([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1d5a03([0x67,0x65,0x74])](_0x1d5a03([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4b35c4(){let _0x290d1a,_0xfcd873=null,_0x5d07f9=null;try{if(_0x26adf5==_0x1d5a03([0x47,0x50,0x4c]))return _0x1d5a03([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x290d1a=_0x2b00e8(),!_0x290d1a)return _0x1d5a03([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x290d1a[_0x1d5a03([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5d07f9=_0x43a33c(_0x290d1a[_0x1d5a03([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x290d1a[_0x1d5a03([0x6a,0x74,0x69])])),await _0x4bf219()?_0x53b603()?_0x57e1d2()?_0x1d5a03([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3786c1()?(_0x290d1a[_0x1d5a03([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1d5a03([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xfcd873=_0x4e1382(_0x1d5a03([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x290d1a[_0x1d5a03([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1d5a03([0x74,0x72,0x69,0x61,0x6c])&&(_0xfcd873=_0x4e1382(_0x1d5a03([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x359fbe()):_0x1d5a03([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1d5a03([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1d5a03([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1d5a03([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x57e1d2(){const _0x55fb16=[_0x1d5a03([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1d5a03([0x74,0x72,0x69,0x61,0x6c])][_0x1d5a03([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x290d1a[_0x1d5a03([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xd2da3d/0x3e8:0xe10*_0x415a8c;return _0x290d1a[_0x1d5a03([0x65,0x78,0x70])]<_0x55fb16;}function _0x53b603(){const _0x12f3d7=_0x290d1a[_0x1d5a03([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x12f3d7&&(!!_0x12f3d7[_0x1d5a03([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d5a03([0x2a]))||(!!_0x12f3d7[_0x1d5a03([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d5a03([0x50,0x4f,0x45]))||(!!_0x12f3d7[_0x1d5a03([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d5a03([0x50,0x50]))||!(!_0x12f3d7[_0x1d5a03([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d5a03([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x4e98ca()))));}function _0x3786c1(){const _0x16ead6=_0x316f,_0x1cd970=_0x290d1a[_0x1d5a03([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1cd970||0x0==_0x1cd970[_0x1d5a03([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5d3ef2}=new URL(window[_0x1d5a03([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x16ead6(0x6f)]);if(_0x1cd970[_0x1d5a03([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d3ef2))return!0x0;const _0x2bf84f=_0x5d3ef2[_0x1d5a03([0x73,0x70,0x6c,0x69,0x74])](_0x1d5a03([0x2e]));return _0x1cd970[_0x1d5a03([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x24ea0d=>_0x24ea0d[_0x1d5a03([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d5a03([0x2a])))[_0x1d5a03([0x6d,0x61,0x70])](_0x5c6d9e=>_0x5c6d9e[_0x1d5a03([0x73,0x70,0x6c,0x69,0x74])](_0x1d5a03([0x2e])))[_0x1d5a03([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x428783=>_0x428783[_0x1d5a03([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2bf84f[_0x1d5a03([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1d5a03([0x6d,0x61,0x70])](_0x799c93=>Array(_0x2bf84f[_0x1d5a03([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x799c93[_0x1d5a03([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1d5a03([0x66,0x69,0x6c,0x6c])](_0x799c93[0x0]===_0x1d5a03([0x2a])?_0x1d5a03([0x2a]):'')[_0x1d5a03([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x799c93))[_0x1d5a03([0x73,0x6f,0x6d,0x65])](_0x5edb44=>_0x2bf84f[_0x1d5a03([0x65,0x76,0x65,0x72,0x79])]((_0x4b0886,_0x4e16ef)=>_0x5edb44[_0x4e16ef]===_0x4b0886||_0x5edb44[_0x4e16ef]===_0x1d5a03([0x2a])));}function _0x359fbe(){return _0xfcd873&&_0x5d07f9?new window[(_0x1d5a03([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x51438d,_0x12f138)=>{_0xfcd873[_0x1d5a03([0x74,0x68,0x65,0x6e])](_0x51438d,_0x12f138),_0x5d07f9[_0x1d5a03([0x74,0x68,0x65,0x6e])](_0x400ea6=>{_0x400ea6!=_0x1d5a03([0x56,0x61,0x6c,0x69,0x64])&&_0x51438d(_0x400ea6);},_0x12f138);}):_0xfcd873||_0x5d07f9||_0x1d5a03([0x56,0x61,0x6c,0x69,0x64]);}}function _0x43a33c(_0x53d52a,_0x3e7d31){return new window[(_0x1d5a03([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24d972=>{if(_0x1fb191())return _0x24d972(_0x1d5a03([0x56,0x61,0x6c,0x69,0x64]));_0x12c758(),_0x2d2288[_0x1d5a03([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1d5a03([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2bfb6e=!0x1;const _0x22875c=_0x4e8fd8();function _0x182a95(_0x3868fa){return!!_0x3868fa&&(typeof _0x3868fa===_0x1d5a03([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3868fa===_0x1d5a03([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3868fa[_0x1d5a03([0x74,0x68,0x65,0x6e])]===_0x1d5a03([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3868fa[_0x1d5a03([0x63,0x61,0x74,0x63,0x68])]===_0x1d5a03([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4d8029(_0x38b8a0){_0xacf559(_0x38b8a0)[_0x1d5a03([0x74,0x68,0x65,0x6e])](_0x16492d=>{if(!_0x16492d||_0x16492d[_0x1d5a03([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1d5a03([0x6f,0x6b]))return _0x1d5a03([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1aadd1(_0x4a4bae(_0x22875c+_0x3e7d31))!=_0x16492d[_0x1d5a03([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1d5a03([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1d5a03([0x56,0x61,0x6c,0x69,0x64]);})[_0x1d5a03([0x74,0x68,0x65,0x6e])](_0x55be75=>(_0x27cbf3(),_0x55be75),()=>{const _0x24616f=_0x18e477();return null==_0x24616f?(_0x27cbf3(),_0x1d5a03([0x56,0x61,0x6c,0x69,0x64])):_0x1d5a03(_0xd2da3d-_0x24616f>(0x288e4f1e^_0x52be23)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1d5a03([0x74,0x68,0x65,0x6e])](_0x24d972)[_0x1d5a03([0x63,0x61,0x74,0x63,0x68])](()=>{_0x24d972(_0x1d5a03([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2e16d1=0xcb4259e^_0x52be23;function _0x27cbf3(){const _0x153050=_0x1d5a03([0x6c,0x6c,0x63,0x74,0x2d])+_0x1aadd1(_0x4a4bae(_0x53d52a)),_0x421bad=_0x405dac(_0x1aadd1(window[_0x1d5a03([0x4d,0x61,0x74,0x68])][_0x1d5a03([0x63,0x65,0x69,0x6c])](_0xd2da3d/_0x2e16d1)));window[_0x1d5a03([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1d5a03([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x153050,_0x421bad);}function _0x18e477(){const _0x4ceaba=_0x1d5a03([0x6c,0x6c,0x63,0x74,0x2d])+_0x1aadd1(_0x4a4bae(_0x53d52a)),_0x2e8777=window[_0x1d5a03([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1d5a03([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4ceaba);return _0x2e8777?window[_0x1d5a03([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x405dac(_0x2e8777),0x10)*_0x2e16d1:null;}function _0xacf559(_0x93e2a8){return new window[(_0x1d5a03([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1d0e9a,_0x237771)=>{_0x93e2a8[_0x1d5a03([0x74,0x68,0x65,0x6e])](_0x1d0e9a,_0x237771),window[_0x1d5a03([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x237771,0xc831fde^_0x52be23);});}}_0x2d2288[_0x1d5a03([0x6f,0x6e])](_0x1d5a03([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x80a064,_0x54c294)=>{if(_0x54c294[0x0]!=_0x53d52a)return _0x24d972(_0x1d5a03([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x54c294[0x1]={..._0x54c294[0x1],[_0x1d5a03([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x22875c};},{[_0x1d5a03([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1d5a03([0x68,0x69,0x67,0x68])}),_0x2d2288[_0x1d5a03([0x6f,0x6e])](_0x1d5a03([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2d029e=>{_0x182a95(_0x2d029e[_0x1d5a03([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2bfb6e=!0x0,_0x4d8029(_0x2d029e[_0x1d5a03([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1d5a03([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1d5a03([0x6c,0x6f,0x77])}),_0x281ddb[_0x1d5a03([0x74,0x68,0x65,0x6e])](()=>{_0x2bfb6e||_0x24d972(_0x1d5a03([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1fb191(){return _0x2d2288[_0x1d5a03([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1d5a03([0x76,0x69,0x65,0x77])][_0x1d5a03([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1d5a03([0x61,0x75,0x74,0x6f]);}function _0x12c758(){_0x2d2288[_0x1d5a03([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1d5a03([0x76,0x69,0x65,0x77])][_0x1d5a03([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1d5a03([0x61,0x75,0x74,0x6f]);}}function _0x4e1382(_0x2b9a90){const _0x49a346=[new window[(_0x1d5a03([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x11df16=>setTimeout(_0x11df16,0xc8bf5d2^_0x52be23)),_0x281ddb[_0x1d5a03([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1d5a03([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30ee72=>{let _0x3c4bbd=0x0;_0x2d2288[_0x1d5a03([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d5a03([0x6f,0x6e])](_0x1d5a03([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2c4eea,_0x46609e)=>{_0x46609e[0x0][_0x1d5a03([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3c4bbd++,_0x3c4bbd==(0xc82cae6^_0x52be23)&&(_0x30ee72(),_0x2c4eea[_0x1d5a03([0x6f,0x66,0x66])]());});}))];return window[_0x1d5a03([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1d5a03([0x72,0x61,0x63,0x65])](_0x49a346)[_0x1d5a03([0x74,0x68,0x65,0x6e])](()=>_0x2b9a90);}async function _0xb2d83(){await _0x281ddb,_0x2d2288[_0x1d5a03([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d5a03([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5a19a4,_0x2d2288[_0x1d5a03([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d5a03([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5a19a4,_0x2d2288[_0x1d5a03([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1d5a03([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4e98ca(){return window[_0x1d5a03([0x67,0x6c,0x6f,0x62])]&&window[_0x1d5a03([0x67,0x6c,0x6f,0x62])][_0x1d5a03([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x4074e3(_0x268140){const _0x2e8499=_0x441df8();_0x2d2288[_0x2e8499]=_0x1d5a03([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])+_0x268140,_0x268140!=_0x1d5a03([0x56,0x61,0x6c,0x69,0x64])&&_0xb2d83();}function _0x441df8(){const _0x1da317=window[_0x1d5a03([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1d5a03([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1d5a03([0x6e,0x6f,0x77])]())[_0x1d5a03([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1d5a03([0x2e]),'');let _0x585eac=_0x1d5a03([0x49]);for(let _0x1c3fad=0x0;_0x1c3fad<_0x1da317[_0x1d5a03([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1c3fad+=0x2){let _0x112e91=window[_0x1d5a03([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1da317[_0x1d5a03([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1c3fad,_0x1c3fad+0x2));_0x112e91>=_0x202259[_0x1d5a03([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x112e91-=_0x202259[_0x1d5a03([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x585eac+=_0x202259[_0x112e91];}return _0x585eac;}function _0x2b00e8(){const _0x201cc8=_0x26adf5[_0x1d5a03([0x73,0x70,0x6c,0x69,0x74])](_0x1d5a03([0x2e]));if(0x3!=_0x201cc8[_0x1d5a03([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x512d75(_0x201cc8[0x1]);function _0x512d75(_0x312471){const _0x38c03b=_0x579f08(_0x312471);return _0x38c03b&&_0x4b2806()?_0x38c03b:null;function _0x4b2806(){const _0xfac69a=_0x38c03b[_0x1d5a03([0x6a,0x74,0x69])],_0x5b81b2=window[_0x1d5a03([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xfac69a[_0x1d5a03([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xfac69a[_0x1d5a03([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x262773={..._0x38c03b,[_0x1d5a03([0x6a,0x74,0x69])]:_0xfac69a[_0x1d5a03([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xfac69a[_0x1d5a03([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x262773[_0x1d5a03([0x76,0x63])],_0x4a4bae(_0x262773)==_0x5b81b2;}}}async function _0x4bf219(){let _0x4bd7a9=!0x0;try{const _0x1831dd=_0x26adf5[_0x1d5a03([0x73,0x70,0x6c,0x69,0x74])](_0x1d5a03([0x2e])),[_0x416ea1,_0xbd1026,_0x43ca4a]=_0x1831dd;return _0x234246(_0x416ea1),await _0x278c6b(_0x416ea1,_0xbd1026,_0x43ca4a),_0x4bd7a9;}catch{return!0x1;}function _0x234246(_0x54c5b1){const _0x2e0b3b=_0x579f08(_0x54c5b1);_0x2e0b3b&&_0x2e0b3b[_0x1d5a03([0x61,0x6c,0x67])]==_0x1d5a03([0x45,0x53,0x32,0x35,0x36])||(_0x4bd7a9=!0x1);}async function _0x278c6b(_0x57e5c8,_0x358934,_0x4dba9b){const _0x5a819e=window[_0x1d5a03([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1d5a03([0x66,0x72,0x6f,0x6d])](_0x2b918c(_0x4dba9b),_0x1305a0=>_0x1305a0[_0x1d5a03([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4cd96a=new window[(_0x1d5a03([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1d5a03([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x57e5c8+_0x1d5a03([0x2e])+_0x358934),_0x4ebaf6=window[_0x1d5a03([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1d5a03([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4ebaf6)return;const _0x376e38=await _0x4ebaf6[_0x1d5a03([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1d5a03([0x6a,0x77,0x6b]),_0xcde730,{[_0x1d5a03([0x6e,0x61,0x6d,0x65])]:_0x1d5a03([0x45,0x43,0x44,0x53,0x41]),[_0x1d5a03([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1d5a03([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1d5a03([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4ebaf6[_0x1d5a03([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1d5a03([0x6e,0x61,0x6d,0x65])]:_0x1d5a03([0x45,0x43,0x44,0x53,0x41]),[_0x1d5a03([0x68,0x61,0x73,0x68])]:{[_0x1d5a03([0x6e,0x61,0x6d,0x65])]:_0x1d5a03([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x376e38,_0x5a819e,_0x4cd96a)||(_0x4bd7a9=!0x1);}}function _0x579f08(_0xf570ef){return _0xf570ef[_0x1d5a03([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1d5a03([0x65,0x79]))?JSON[_0x1d5a03([0x70,0x61,0x72,0x73,0x65])](_0x2b918c(_0xf570ef)):null;}function _0x2b918c(_0x51c8b2){return window[_0x1d5a03([0x61,0x74,0x6f,0x62])](_0x51c8b2[_0x1d5a03([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1d5a03([0x2b]))[_0x1d5a03([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1d5a03([0x2f])));}function _0x4a4bae(_0x1a7553){let _0x2a6f7f=0x1505;function _0x51d5e4(_0x3bc168){for(let _0x4ecdf5=0x0;_0x4ecdf5<_0x3bc168[_0x1d5a03([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4ecdf5++){const _0x451bed=_0x3bc168[_0x1d5a03([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4ecdf5);_0x2a6f7f=(_0x2a6f7f<<0x5)+_0x2a6f7f+_0x451bed,_0x2a6f7f&=_0x2a6f7f;}}function _0x29c045(_0x2838d6){Array[_0x1d5a03([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2838d6)?_0x2838d6[_0x1d5a03([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x29c045):_0x2838d6&&typeof _0x2838d6==_0x1d5a03([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1d5a03([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2838d6)[_0x1d5a03([0x73,0x6f,0x72,0x74])]()[_0x1d5a03([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1ed3d4,_0x67b0f])=>{_0x51d5e4(_0x1ed3d4),_0x29c045(_0x67b0f);}):_0x51d5e4(window[_0x1d5a03([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2838d6));}return _0x29c045(_0x1a7553),_0x2a6f7f>>>0x0;}function _0x1aadd1(_0x23377d){return _0x23377d[_0x1d5a03([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1d5a03([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1d5a03([0x30]));}function _0x405dac(_0x251b71){return _0x251b71[_0x1d5a03([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1d5a03([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1d5a03([0x6a,0x6f,0x69,0x6e])]('');}function _0x5a19a4(){}function _0x1d5a03(_0x1fa63c){const _0x314627=_0x316f;return _0x1fa63c[_0x314627(0x8a)](_0x53280a=>String[_0x314627(0x89)](_0x53280a))[_0x314627(0x75)]('');}_0x4074e3(await _0x4b35c4());}(this);}}
|
|
23
|
+
const _0x3eb88b=_0x4857;(function(_0x5f11fc,_0xa8be10){const _0x28bd9c=_0x4857,_0x26930b=_0x5f11fc();while(!![]){try{const _0x2287d2=-parseInt(_0x28bd9c(0x1b8))/0x1*(-parseInt(_0x28bd9c(0x1ca))/0x2)+parseInt(_0x28bd9c(0x1a2))/0x3*(-parseInt(_0x28bd9c(0x1a9))/0x4)+parseInt(_0x28bd9c(0x1ad))/0x5*(parseInt(_0x28bd9c(0x1a8))/0x6)+-parseInt(_0x28bd9c(0x1b2))/0x7*(parseInt(_0x28bd9c(0x1bf))/0x8)+parseInt(_0x28bd9c(0x1c3))/0x9+-parseInt(_0x28bd9c(0x1bd))/0xa*(-parseInt(_0x28bd9c(0x1be))/0xb)+-parseInt(_0x28bd9c(0x1c7))/0xc*(parseInt(_0x28bd9c(0x1c4))/0xd);if(_0x2287d2===_0xa8be10)break;else _0x26930b['push'](_0x26930b['shift']());}catch(_0x1c0a58){_0x26930b['push'](_0x26930b['shift']());}}}(_0x43a2,0x2b123));import{Plugin as _0x5f3a8f}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x36e14e}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0xd135f0,uid as _0x453613}from'ckeditor5/src/utils.js';function _0x4857(_0x4f13d6,_0x298714){const _0x43a25f=_0x43a2();return _0x4857=function(_0x4857c3,_0x4cb37b){_0x4857c3=_0x4857c3-0x1a2;let _0x3629f1=_0x43a25f[_0x4857c3];return _0x3629f1;},_0x4857(_0x4f13d6,_0x298714);}function _0x43a2(){const _0x24ab33=['2506482GwRVTb','5252LJHMvT','fromCharCode','stylesProcessor','2724RXnDcZ','get','text/html','576276xLdzlN','543009vZwqPd','map','plugins','join','_parsedData','href','18JOQjuf','4qhMMZO','afterInit','high','execute','208635sQsWsM','inputTransformation','dataTransfer','PasteFromOffice','init','245bpKThe','PasteFromOfficeEnhancedInliner','requires','isActive','view','editor','1vobthI','editing','isOfficialPlugin','pluginName','ClipboardPipeline','542690EeOtnP','22phyasG','80280UtwEgw','document','getData','isPremiumPlugin'];_0x43a2=function(){return _0x24ab33;};return _0x43a2();}import{MSOfficeStylesInliner as _0x47ed65}from'./normalizers/inliner/msofficestylesinliner.js';export class PasteFromOfficeEnhancedInliner extends _0x5f3a8f{static get[_0x3eb88b(0x1bb)](){const _0x250365=_0x3eb88b;return _0x250365(0x1b3);}static get[_0x3eb88b(0x1ba)](){return!0x0;}static get[_0x3eb88b(0x1c2)](){return!0x0;}static get[_0x3eb88b(0x1b4)](){const _0x2ee8c7=_0x3eb88b;return[_0x2ee8c7(0x1b0)];}[_0x3eb88b(0x1b1)](){const _0x1f521c=_0x3eb88b,_0x1cdb59=this[_0x1f521c(0x1b7)],_0x307c2c=_0x1cdb59[_0x1f521c(0x1a4)][_0x1f521c(0x1c8)](_0x1f521c(0x1bc)),_0x47fa01=_0x1cdb59[_0x1f521c(0x1b9)][_0x1f521c(0x1b6)][_0x1f521c(0x1c0)],_0x4e9257=new _0x47ed65(_0x47fa01);_0x307c2c['on'](_0x1f521c(0x1ae),(_0x4424a6,_0x57e030)=>{const _0x5b47b0=_0x1f521c,_0x1e599a=_0x57e030[_0x5b47b0(0x1af)][_0x5b47b0(0x1c1)](_0x5b47b0(0x1c9));_0x4e9257[_0x5b47b0(0x1b5)](_0x1e599a)&&(_0x57e030[_0x5b47b0(0x1a6)]||(_0x57e030[_0x5b47b0(0x1a6)]=_0x36e14e(_0x1e599a,_0x47fa01[_0x5b47b0(0x1c6)])),_0x4e9257[_0x5b47b0(0x1ac)](_0x57e030));},{'priority':_0xd135f0[_0x1f521c(0x1c8)](_0x1f521c(0x1ab))+0xb});}[_0x3eb88b(0x1aa)](){!async function(_0x52683a){const _0x38a64e=_0x546830([0x49,0x39,0x73,0x43,0x6d,0x67,0x33,0x44,0x4a,0x69,0x47,0x35,0x4c,0x46,0x4d,0x75,0x51,0x6a,0x77,0x68,0x54,0x30,0x58,0x42,0x59,0x79,0x78,0x53,0x71,0x76,0x64,0x50,0x4f,0x34,0x36,0x4e,0x5a,0x41,0x63,0x56,0x7a,0x62,0x37,0x31,0x52,0x57,0x6b,0x66,0x65,0x38,0x6f,0x4b,0x70,0x74,0x6e,0x72,0x55,0x45,0x61,0x6c,0x32,0x48]),_0x53dee6=0xc82cb1e,_0x447665=0xc85bfee^_0x53dee6,_0x5d1e19=window[_0x546830([0x44,0x61,0x74,0x65])][_0x546830([0x6e,0x6f,0x77])](),_0x2803e7=_0x52683a[_0x546830([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1bf206=new window[(_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x330b4b=>{_0x2803e7[_0x546830([0x6f,0x6e,0x63,0x65])](_0x546830([0x72,0x65,0x61,0x64,0x79]),_0x330b4b);}),_0x3a413c={[_0x546830([0x6b,0x74,0x79])]:_0x546830([0x45,0x43]),[_0x546830([0x75,0x73,0x65])]:_0x546830([0x73,0x69,0x67]),[_0x546830([0x63,0x72,0x76])]:_0x546830([0x50,0x2d,0x32,0x35,0x36]),[_0x546830([0x78])]:_0x546830([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]),[_0x546830([0x79])]:_0x546830([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]),[_0x546830([0x61,0x6c,0x67])]:_0x546830([0x45,0x53,0x32,0x35,0x36])},_0x41ec1e=_0x2803e7[_0x546830([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x546830([0x67,0x65,0x74])](_0x546830([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x106314(){let _0x3af45a,_0x260fb1=null,_0x547dc6=null;try{if(_0x41ec1e==_0x546830([0x47,0x50,0x4c]))return _0x546830([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3af45a=_0x3aca12(),!_0x3af45a)return _0x546830([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3af45a[_0x546830([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x547dc6=_0x101998(_0x3af45a[_0x546830([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3af45a[_0x546830([0x6a,0x74,0x69])])),await _0x477087()?_0x57cc2d()?_0xbd6d9a()?_0x546830([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4fb3d3()?(_0x3af45a[_0x546830([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x546830([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x260fb1=_0x3e3187(_0x546830([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3af45a[_0x546830([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x546830([0x74,0x72,0x69,0x61,0x6c])&&(_0x260fb1=_0x3e3187(_0x546830([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x263519()):_0x546830([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x546830([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x546830([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x546830([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xbd6d9a(){const _0x10b578=[_0x546830([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x546830([0x74,0x72,0x69,0x61,0x6c])][_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3af45a[_0x546830([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5d1e19/0x3e8:0xe10*_0x447665;return _0x3af45a[_0x546830([0x65,0x78,0x70])]<_0x10b578;}function _0x57cc2d(){const _0x23d470=_0x3af45a[_0x546830([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x23d470&&(!!_0x23d470[_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x546830([0x2a]))||(!!_0x23d470[_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x546830([0x50,0x4f,0x45]))||(!!_0x23d470[_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x546830([0x50,0x50]))||!(!_0x23d470[_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x546830([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x12fb82()))));}function _0x4fb3d3(){const _0x16dc65=_0x4857,_0x510ca5=_0x3af45a[_0x546830([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x510ca5||0x0==_0x510ca5[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x475e6c}=new URL(window[_0x546830([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x16dc65(0x1a7)]);if(_0x510ca5[_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x475e6c))return!0x0;const _0x33895d=_0x475e6c[_0x546830([0x73,0x70,0x6c,0x69,0x74])](_0x546830([0x2e]));return _0x510ca5[_0x546830([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4bdeb0=>_0x4bdeb0[_0x546830([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x546830([0x2a])))[_0x546830([0x6d,0x61,0x70])](_0x310d8b=>_0x310d8b[_0x546830([0x73,0x70,0x6c,0x69,0x74])](_0x546830([0x2e])))[_0x546830([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5c220=>_0x5c220[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x33895d[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x546830([0x6d,0x61,0x70])](_0x3b56db=>Array(_0x33895d[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x3b56db[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x546830([0x66,0x69,0x6c,0x6c])](_0x3b56db[0x0]===_0x546830([0x2a])?_0x546830([0x2a]):'')[_0x546830([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x3b56db))[_0x546830([0x73,0x6f,0x6d,0x65])](_0x22c84e=>_0x33895d[_0x546830([0x65,0x76,0x65,0x72,0x79])]((_0x39e2c9,_0x25160d)=>_0x22c84e[_0x25160d]===_0x39e2c9||_0x22c84e[_0x25160d]===_0x546830([0x2a])));}function _0x263519(){return _0x260fb1&&_0x547dc6?new window[(_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x11ac9d,_0x40bd02)=>{_0x260fb1[_0x546830([0x74,0x68,0x65,0x6e])](_0x11ac9d,_0x40bd02),_0x547dc6[_0x546830([0x74,0x68,0x65,0x6e])](_0x4bf241=>{_0x4bf241!=_0x546830([0x56,0x61,0x6c,0x69,0x64])&&_0x11ac9d(_0x4bf241);},_0x40bd02);}):_0x260fb1||_0x547dc6||_0x546830([0x56,0x61,0x6c,0x69,0x64]);}}function _0x101998(_0xe1764c,_0xf32b73){return new window[(_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x272398=>{if(_0x36e3f6())return _0x272398(_0x546830([0x56,0x61,0x6c,0x69,0x64]));_0x3715cf(),_0x2803e7[_0x546830([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x546830([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1714ce=!0x1;const _0x3500e9=_0x453613();function _0x574ba9(_0x35d170){return!!_0x35d170&&(typeof _0x35d170===_0x546830([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x35d170===_0x546830([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x35d170[_0x546830([0x74,0x68,0x65,0x6e])]===_0x546830([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x35d170[_0x546830([0x63,0x61,0x74,0x63,0x68])]===_0x546830([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2392a9(_0x4dd630){_0x65311f(_0x4dd630)[_0x546830([0x74,0x68,0x65,0x6e])](_0x25c512=>{if(!_0x25c512||_0x25c512[_0x546830([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x546830([0x6f,0x6b]))return _0x546830([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x263743(_0x1902a5(_0x3500e9+_0xf32b73))!=_0x25c512[_0x546830([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x546830([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x546830([0x56,0x61,0x6c,0x69,0x64]);})[_0x546830([0x74,0x68,0x65,0x6e])](_0x40f649=>(_0x2ab672(),_0x40f649),()=>{const _0x35af00=_0x1b2ffc();return null==_0x35af00?(_0x2ab672(),_0x546830([0x56,0x61,0x6c,0x69,0x64])):_0x546830(_0x5d1e19-_0x35af00>(0x288e4f1e^_0x53dee6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x546830([0x74,0x68,0x65,0x6e])](_0x272398)[_0x546830([0x63,0x61,0x74,0x63,0x68])](()=>{_0x272398(_0x546830([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5b3f33=0xcb4259e^_0x53dee6;function _0x2ab672(){const _0x1adf94=_0x546830([0x6c,0x6c,0x63,0x74,0x2d])+_0x263743(_0x1902a5(_0xe1764c)),_0x53702f=_0x440209(_0x263743(window[_0x546830([0x4d,0x61,0x74,0x68])][_0x546830([0x63,0x65,0x69,0x6c])](_0x5d1e19/_0x5b3f33)));window[_0x546830([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x546830([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1adf94,_0x53702f);}function _0x1b2ffc(){const _0x54807a=_0x546830([0x6c,0x6c,0x63,0x74,0x2d])+_0x263743(_0x1902a5(_0xe1764c)),_0x351204=window[_0x546830([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x546830([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x54807a);return _0x351204?window[_0x546830([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x440209(_0x351204),0x10)*_0x5b3f33:null;}function _0x65311f(_0x101103){return new window[(_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4417e6,_0x5a8651)=>{_0x101103[_0x546830([0x74,0x68,0x65,0x6e])](_0x4417e6,_0x5a8651),window[_0x546830([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5a8651,0xc831fde^_0x53dee6);});}}_0x2803e7[_0x546830([0x6f,0x6e])](_0x546830([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x367fa3,_0x521cdc)=>{if(_0x521cdc[0x0]!=_0xe1764c)return _0x272398(_0x546830([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x521cdc[0x1]={..._0x521cdc[0x1],[_0x546830([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3500e9};},{[_0x546830([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x546830([0x68,0x69,0x67,0x68])}),_0x2803e7[_0x546830([0x6f,0x6e])](_0x546830([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x57fc27=>{_0x574ba9(_0x57fc27[_0x546830([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1714ce=!0x0,_0x2392a9(_0x57fc27[_0x546830([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x546830([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x546830([0x6c,0x6f,0x77])}),_0x1bf206[_0x546830([0x74,0x68,0x65,0x6e])](()=>{_0x1714ce||_0x272398(_0x546830([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x36e3f6(){return _0x2803e7[_0x546830([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x546830([0x76,0x69,0x65,0x77])][_0x546830([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x546830([0x61,0x75,0x74,0x6f]);}function _0x3715cf(){_0x2803e7[_0x546830([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x546830([0x76,0x69,0x65,0x77])][_0x546830([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x546830([0x61,0x75,0x74,0x6f]);}}function _0x3e3187(_0x41184f){const _0x263b78=[new window[(_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5ed2ca=>setTimeout(_0x5ed2ca,0xc8bf5d2^_0x53dee6)),_0x1bf206[_0x546830([0x74,0x68,0x65,0x6e])](()=>new window[(_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e711c=>{let _0x155889=0x0;_0x2803e7[_0x546830([0x6d,0x6f,0x64,0x65,0x6c])][_0x546830([0x6f,0x6e])](_0x546830([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x515772,_0x2e412e)=>{_0x2e412e[0x0][_0x546830([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x155889++,_0x155889==(0xc82cae6^_0x53dee6)&&(_0x2e711c(),_0x515772[_0x546830([0x6f,0x66,0x66])]());});}))];return window[_0x546830([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x546830([0x72,0x61,0x63,0x65])](_0x263b78)[_0x546830([0x74,0x68,0x65,0x6e])](()=>_0x41184f);}async function _0x844987(){await _0x1bf206,_0x2803e7[_0x546830([0x6d,0x6f,0x64,0x65,0x6c])][_0x546830([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xa68a19,_0x2803e7[_0x546830([0x6d,0x6f,0x64,0x65,0x6c])][_0x546830([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xa68a19,_0x2803e7[_0x546830([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x546830([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x12fb82(){return window[_0x546830([0x67,0x6c,0x6f,0x62])]&&window[_0x546830([0x67,0x6c,0x6f,0x62])][_0x546830([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x239212(_0x3a91d6){const _0x509f21=_0x4c1328();_0x2803e7[_0x509f21]=_0x546830([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])+_0x3a91d6,_0x3a91d6!=_0x546830([0x56,0x61,0x6c,0x69,0x64])&&_0x844987();}function _0x4c1328(){const _0x1885e2=window[_0x546830([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x546830([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x546830([0x6e,0x6f,0x77])]())[_0x546830([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x546830([0x2e]),'');let _0x4b5f4a=_0x546830([0x49]);for(let _0x24c1a8=0x0;_0x24c1a8<_0x1885e2[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x24c1a8+=0x2){let _0x54e87a=window[_0x546830([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1885e2[_0x546830([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x24c1a8,_0x24c1a8+0x2));_0x54e87a>=_0x38a64e[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x54e87a-=_0x38a64e[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4b5f4a+=_0x38a64e[_0x54e87a];}return _0x4b5f4a;}function _0x3aca12(){const _0x529eee=_0x41ec1e[_0x546830([0x73,0x70,0x6c,0x69,0x74])](_0x546830([0x2e]));if(0x3!=_0x529eee[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x30ceb8(_0x529eee[0x1]);function _0x30ceb8(_0x31096c){const _0x3b7f6a=_0x4e685f(_0x31096c);return _0x3b7f6a&&_0x27db4e()?_0x3b7f6a:null;function _0x27db4e(){const _0xc830b2=_0x3b7f6a[_0x546830([0x6a,0x74,0x69])],_0x5bc8c0=window[_0x546830([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xc830b2[_0x546830([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xc830b2[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xc4c6d5={..._0x3b7f6a,[_0x546830([0x6a,0x74,0x69])]:_0xc830b2[_0x546830([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xc830b2[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xc4c6d5[_0x546830([0x76,0x63])],_0x1902a5(_0xc4c6d5)==_0x5bc8c0;}}}async function _0x477087(){let _0x3b5b07=!0x0;try{const _0x2178e1=_0x41ec1e[_0x546830([0x73,0x70,0x6c,0x69,0x74])](_0x546830([0x2e])),[_0x4fdb16,_0x42bf09,_0x4f6db3]=_0x2178e1;return _0x6222b7(_0x4fdb16),await _0x1fdc0b(_0x4fdb16,_0x42bf09,_0x4f6db3),_0x3b5b07;}catch{return!0x1;}function _0x6222b7(_0x24f756){const _0x3b28c1=_0x4e685f(_0x24f756);_0x3b28c1&&_0x3b28c1[_0x546830([0x61,0x6c,0x67])]==_0x546830([0x45,0x53,0x32,0x35,0x36])||(_0x3b5b07=!0x1);}async function _0x1fdc0b(_0x228d9f,_0x172d9c,_0x5bf6be){const _0x580ac9=window[_0x546830([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x546830([0x66,0x72,0x6f,0x6d])](_0x4ee208(_0x5bf6be),_0xa7e886=>_0xa7e886[_0x546830([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x252226=new window[(_0x546830([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x546830([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x228d9f+_0x546830([0x2e])+_0x172d9c),_0x45e6e5=window[_0x546830([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x546830([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x45e6e5)return;const _0x42607=await _0x45e6e5[_0x546830([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x546830([0x6a,0x77,0x6b]),_0x3a413c,{[_0x546830([0x6e,0x61,0x6d,0x65])]:_0x546830([0x45,0x43,0x44,0x53,0x41]),[_0x546830([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x546830([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x546830([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x45e6e5[_0x546830([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x546830([0x6e,0x61,0x6d,0x65])]:_0x546830([0x45,0x43,0x44,0x53,0x41]),[_0x546830([0x68,0x61,0x73,0x68])]:{[_0x546830([0x6e,0x61,0x6d,0x65])]:_0x546830([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x42607,_0x580ac9,_0x252226)||(_0x3b5b07=!0x1);}}function _0x4e685f(_0x9d8410){return _0x9d8410[_0x546830([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x546830([0x65,0x79]))?JSON[_0x546830([0x70,0x61,0x72,0x73,0x65])](_0x4ee208(_0x9d8410)):null;}function _0x4ee208(_0xf06d60){return window[_0x546830([0x61,0x74,0x6f,0x62])](_0xf06d60[_0x546830([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x546830([0x2b]))[_0x546830([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x546830([0x2f])));}function _0x1902a5(_0x101c37){let _0x2b7921=0x1505;function _0x50b6dc(_0x207ae1){for(let _0xaa2695=0x0;_0xaa2695<_0x207ae1[_0x546830([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xaa2695++){const _0x2e480f=_0x207ae1[_0x546830([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xaa2695);_0x2b7921=(_0x2b7921<<0x5)+_0x2b7921+_0x2e480f,_0x2b7921&=_0x2b7921;}}function _0x48063d(_0x1f24ce){Array[_0x546830([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1f24ce)?_0x1f24ce[_0x546830([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x48063d):_0x1f24ce&&typeof _0x1f24ce==_0x546830([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x546830([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1f24ce)[_0x546830([0x73,0x6f,0x72,0x74])]()[_0x546830([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x59f5c7,_0x341208])=>{_0x50b6dc(_0x59f5c7),_0x48063d(_0x341208);}):_0x50b6dc(window[_0x546830([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1f24ce));}return _0x48063d(_0x101c37),_0x2b7921>>>0x0;}function _0x263743(_0x1dcfe3){return _0x1dcfe3[_0x546830([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x546830([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x546830([0x30]));}function _0x440209(_0x17d480){return _0x17d480[_0x546830([0x73,0x70,0x6c,0x69,0x74])]('')[_0x546830([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x546830([0x6a,0x6f,0x69,0x6e])]('');}function _0xa68a19(){}function _0x546830(_0xcecfc9){const _0x2285cd=_0x4857;return _0xcecfc9[_0x2285cd(0x1a3)](_0x36ea3a=>String[_0x2285cd(0x1c5)](_0x36ea3a))[_0x2285cd(0x1a5)]('');}_0x239212(await _0x106314());}(this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x206c(_0x400c18,_0x5decc6){const _0x13a653=_0x13a6();return _0x206c=function(_0x206c19,_0x3bd21b){_0x206c19=_0x206c19-0x66;let _0x357a6f=_0x13a653[_0x206c19];return _0x357a6f;},_0x206c(_0x400c18,_0x5decc6);}const _0x594997=_0x206c;(function(_0x143363,_0x4625fc){const _0x58e22b=_0x206c,_0x249e93=_0x143363();while(!![]){try{const _0x31fd72=parseInt(_0x58e22b(0x6e))/0x1*(-parseInt(_0x58e22b(0x96))/0x2)+parseInt(_0x58e22b(0x75))/0x3*(-parseInt(_0x58e22b(0x6a))/0x4)+parseInt(_0x58e22b(0x67))/0x5+-parseInt(_0x58e22b(0x73))/0x6*(parseInt(_0x58e22b(0x68))/0x7)+parseInt(_0x58e22b(0x82))/0x8*(parseInt(_0x58e22b(0x6d))/0x9)+parseInt(_0x58e22b(0x85))/0xa+parseInt(_0x58e22b(0x90))/0xb*(parseInt(_0x58e22b(0x9c))/0xc);if(_0x31fd72===_0x4625fc)break;else _0x249e93['push'](_0x249e93['shift']());}catch(_0xc5d92f){_0x249e93['push'](_0x249e93['shift']());}}}(_0x13a6,0x5dfcb));import{Plugin as _0x3c7838}from'ckeditor5/src/core.js';import{parsePasteOfficeHtml as _0x491304}from'@ckeditor/ckeditor5-paste-from-office';function _0x13a6(){const _0x3448b9=['plugins','23004FJejPx','stylesProcessor','licenseKey','1247355toAJVF','119SziPTi','_parsedData','334852AHUBrH','isPremiumPlugin','view','9YlQdSx','9SeTEbf','editing','pasteFromOfficeEnhancedLicenseKeyValid','domainLimit','config','109374izPKKC','document','3YlbIns','pasteFromOfficeEnhancedLicenseKeyUsageLimit','_licenseKeyCheckInterval','pasteFromOfficeEnhancedLicenseKeyTrialLimit','init','PasteFromOfficeEnhancedPropagator','_showLicenseError','high','pluginName','isActive','destroy','text/html','expired','893576FFjFtu','usageLimit','editor','2219920BMRvbe','ClipboardPipeline','dataTransfer','pasteFromOfficeEnhancedLicenseKeyDomainLimit','pasteFromOfficeEnhancedLicenseKeyInvalid','getData','evaluationLimit','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','invalid','PasteFromOfficeEnhanced','featureNotAllowed','4026EUgLhi','PasteFromOffice','get','trialLimit','requires','pasteFromOfficeEnhancedLicenseKeyExpired','112490zNwyku','inputTransformation','execute','isOfficialPlugin','pasteFromOfficeEnhancedLicenseKeyNotAllowed'];_0x13a6=function(){return _0x3448b9;};return _0x13a6();}import{priorities as _0x5364a7}from'ckeditor5/src/utils.js';import{MSOfficeInlineStylePropagator as _0x37c41f}from'./normalizers/propagator/msofficeinlinestylepropagator.js';export class PasteFromOfficeEnhancedPropagator extends _0x3c7838{[_0x594997(0x66)];[_0x594997(0x77)];static get[_0x594997(0x7d)](){const _0x28827a=_0x594997;return _0x28827a(0x7a);}static get[_0x594997(0x99)](){return!0x0;}static get[_0x594997(0x6b)](){return!0x0;}static get[_0x594997(0x94)](){const _0x12b734=_0x594997;return[_0x12b734(0x91)];}[_0x594997(0x79)](){const _0x113260=_0x594997,_0x43886c=this[_0x113260(0x84)],_0xa28af=_0x43886c[_0x113260(0x9b)][_0x113260(0x92)](_0x113260(0x86)),_0x550291=_0x43886c[_0x113260(0x6f)][_0x113260(0x6c)][_0x113260(0x74)],_0x30e57a=new _0x37c41f(_0x550291);_0xa28af['on'](_0x113260(0x97),(_0xc82990,_0xc4a0d0)=>{const _0x498f08=_0x113260,_0x17e177=_0xc4a0d0[_0x498f08(0x87)][_0x498f08(0x8a)](_0x498f08(0x80));_0x30e57a[_0x498f08(0x7e)](_0x17e177)&&(_0xc4a0d0[_0x498f08(0x69)]||(_0xc4a0d0[_0x498f08(0x69)]=_0x491304(_0x17e177,_0x550291[_0x498f08(0x9d)])),_0x30e57a[_0x498f08(0x98)](_0xc4a0d0));},{'priority':_0x5364a7[_0x113260(0x92)](_0x113260(0x7c))+0xa}),this[_0x113260(0x66)]=this[_0x113260(0x84)][_0x113260(0x72)][_0x113260(0x92)](_0x113260(0x66));const _0x502a34=this[_0x113260(0x84)];this[_0x113260(0x77)]=setInterval(()=>{const _0x402877=_0x113260;let _0x5839c5;for(const _0x526aec in _0x502a34){const _0x25c576=_0x526aec,_0x2a5d56=_0x502a34[_0x25c576];if(_0x402877(0x70)==_0x2a5d56||_0x402877(0x89)==_0x2a5d56||_0x402877(0x95)==_0x2a5d56||_0x402877(0x88)==_0x2a5d56||_0x402877(0x9a)==_0x2a5d56||_0x402877(0x8c)==_0x2a5d56||_0x402877(0x78)==_0x2a5d56||_0x402877(0x76)==_0x2a5d56){delete _0x502a34[_0x25c576],_0x5839c5=_0x2a5d56,clearInterval(this[_0x402877(0x77)]),this[_0x402877(0x77)]=void 0x0;break;}}_0x402877(0x89)==_0x5839c5&&_0x502a34[_0x402877(0x7b)](_0x402877(0x8d)),_0x402877(0x95)==_0x5839c5&&_0x502a34[_0x402877(0x7b)](_0x402877(0x81)),_0x402877(0x88)==_0x5839c5&&_0x502a34[_0x402877(0x7b)](_0x402877(0x71)),_0x402877(0x9a)==_0x5839c5&&_0x502a34[_0x402877(0x7b)](_0x402877(0x8f),_0x402877(0x8e)),_0x402877(0x8c)==_0x5839c5&&_0x502a34[_0x402877(0x7b)](_0x402877(0x8b)),_0x402877(0x78)==_0x5839c5&&_0x502a34[_0x402877(0x7b)](_0x402877(0x93)),_0x402877(0x76)==_0x5839c5&&_0x502a34[_0x402877(0x7b)](_0x402877(0x83));},0x3e8);}[_0x594997(0x7f)](){const _0xa26e05=_0x594997;super[_0xa26e05(0x7f)](),this[_0xa26e05(0x77)]&&clearInterval(this[_0xa26e05(0x77)]);}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x1f7d6c,_0x3f0f65){const _0x5120a8=_0x1d7d,_0x11df9b=_0x1f7d6c();while(!![]){try{const _0x1b77da=parseInt(_0x5120a8(0xc3))/0x1+-parseInt(_0x5120a8(0xbe))/0x2*(-parseInt(_0x5120a8(0xc2))/0x3)+parseInt(_0x5120a8(0xc4))/0x4+-parseInt(_0x5120a8(0xc6))/0x5*(-parseInt(_0x5120a8(0xbf))/0x6)+parseInt(_0x5120a8(0xbd))/0x7*(-parseInt(_0x5120a8(0xc0))/0x8)+parseInt(_0x5120a8(0xc5))/0x9+parseInt(_0x5120a8(0xc8))/0xa*(-parseInt(_0x5120a8(0xc7))/0xb);if(_0x1b77da===_0x3f0f65)break;else _0x11df9b['push'](_0x11df9b['shift']());}catch(_0x15f337){_0x11df9b['push'](_0x11df9b['shift']());}}}(_0x15f7,0xa7e82));function _0x1d7d(_0x1a0759,_0x595ade){const _0x15f75f=_0x15f7();return _0x1d7d=function(_0x1d7df3,_0x4d82fc){_0x1d7df3=_0x1d7df3-0xbd;let _0x31fac3=_0x15f75f[_0x1d7df3];return _0x31fac3;},_0x1d7d(_0x1a0759,_0x595ade);}const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;export function isMSExcelContent(_0x31fa04){const _0x58904c=_0x1d7d;return m[_0x58904c(0xc1)](_0x31fa04);}function _0x15f7(){const _0x51d9de=['10019565oTNaiO','10gfwEXg','44svAjLl','5422540QDnOAM','3302117BCaYpN','8042mKmYOU','3784206LOKdvX','16LGXIkr','test','159oveQdA','907776FNcQaC','1218592wiGbYC'];_0x15f7=function(){return _0x51d9de;};return _0x15f7();}
|